:root {
  --black: #050505;
  --black-2: #0c0d0e;
  --black-3: #151719;
  --ink: #101214;
  --blue: #118bd3;
  --blue-light: #45b8ff;
  --blue-dark: #076aa7;
  --paper: #f3f3ef;
  --paper-2: #e9e9e3;
  --white: #fff;
  --muted: #686d72;
  --line: #d8d9d5;
  --green: #21ad69;
  --shadow: 0 28px 80px rgb(0 0 0 / 20%);
  --container: min(1200px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.intro-active { overflow: hidden; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
svg { width: 1.2em; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 4000; top: 12px; left: 12px; padding: 10px 15px; background: var(--white); color: var(--black); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--blue-light); outline-offset: 4px; }

.site-intro { display: none; }
.js .site-intro { position: fixed; z-index: 3000; inset: 0; display: grid; place-items: center; overflow: hidden; background: var(--black); transition: transform .75s cubic-bezier(.78, 0, .18, 1), visibility .75s; }
.js .site-intro.is-done { visibility: hidden; transform: translateY(-102%); }
.intro-wipe { position: absolute; inset: 0; background: linear-gradient(115deg, transparent 0 42%, rgb(17 139 211 / 20%) 42% 59%, transparent 59%); animation: introWipe 1.25s ease both; }
.intro-logo-wrap { position: relative; z-index: 1; text-align: center; animation: introLogo 1s cubic-bezier(.2, .8, .2, 1) both; }
.intro-logo-wrap img { width: clamp(135px, 17vw, 185px); border-radius: 8px; }
.intro-logo-wrap p { margin: 15px 0 0; color: var(--blue-light); font-size: .68rem; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.intro-progress { width: 92px; height: 2px; display: block; margin: 20px auto 0; overflow: hidden; background: rgb(255 255 255 / 13%); }
.intro-progress::after { content: ""; display: block; width: 100%; height: 100%; background: var(--blue-light); transform-origin: left; animation: introProgress 1.15s ease both; }
@keyframes introLogo { from { opacity: 0; transform: scale(.86); } to { opacity: 1; transform: scale(1); } }
@keyframes introWipe { from { transform: translateX(-55%); } to { transform: translateX(55%); } }
@keyframes introProgress { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; color: var(--white); transition: background .3s, border-color .3s, backdrop-filter .3s; }
.site-header.is-scrolled { background: rgb(5 5 5 / 91%); border-bottom: 1px solid rgb(255 255 255 / 9%); backdrop-filter: blur(18px); }
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 32px; }
.brand { align-self: flex-start; padding: 7px 9px 10px; background: var(--white); border-radius: 0 0 10px 10px; box-shadow: 0 15px 40px rgb(0 0 0 / 25%); }
.brand img { width: 68px; height: 68px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 29px; margin-left: auto; }
.site-nav a { position: relative; color: rgb(255 255 255 / 72%); font-size: .82rem; font-weight: 700; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 2px; background: var(--blue-light); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav a:hover { color: var(--white); }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; }
.mobile-nav-label, .mobile-nav-cta, .menu-scrim { display: none; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 23px; border: 1px solid var(--blue); border-radius: 5px; background: var(--blue); color: var(--white); font-size: .87rem; font-weight: 800; box-shadow: 0 14px 34px rgb(17 139 211 / 25%); transition: transform .25s, background .25s, box-shadow .25s; }
.button:hover { transform: translateY(-3px); background: var(--blue-light); box-shadow: 0 18px 42px rgb(17 139 211 / 34%); }
.button-small { min-height: 43px; padding-inline: 17px; font-size: .78rem; }
.button-dark { margin-top: 30px; background: var(--black); border-color: var(--black); box-shadow: none; }

.hero { position: relative; min-height: 800px; display: grid; align-items: center; overflow: hidden; padding: 128px 0 82px; background: radial-gradient(circle at 78% 25%, rgb(17 139 211 / 22%), transparent 31%), var(--black); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(255 255 255 / 3%) 1px, transparent 1px), linear-gradient(rgb(255 255 255 / 3%) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero::after { content: "REAL"; position: absolute; right: -2vw; bottom: -5vw; color: rgb(255 255 255 / 2.5%); font-size: 23vw; font-weight: 950; letter-spacing: -.1em; line-height: 1; }
.hero-grid { position: absolute; left: 0; bottom: 0; width: 36%; height: 42%; background: linear-gradient(135deg, rgb(17 139 211 / 15%), transparent 65%); clip-path: polygon(0 0, 63% 0, 100% 100%, 0 100%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .82fr; gap: clamp(50px, 8vw, 105px); align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; color: var(--blue-light); font-size: .67rem; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 2px; background: currentColor; }
.eyebrow-dark { color: var(--blue-dark); }
.hero h1, .section-heading h2, .owner h2, .feedbacks h2, .service-area h2, .contact h2 { margin: 0; font-weight: 800; letter-spacing: -.058em; line-height: .98; text-wrap: balance; }
.hero h1 { max-width: 720px; font-size: clamp(3.45rem, 5.8vw, 5.8rem); }
.hero h1 em { color: var(--blue-light); font-style: normal; }
.hero-lead { max-width: 620px; margin: 27px 0 0; color: rgb(255 255 255 / 67%); font-size: clamp(1rem, 1.35vw, 1.16rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; margin-top: 36px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--white); font-size: .86rem; font-weight: 760; }
.text-link svg { transition: transform .25s; }
.text-link:hover svg { transform: translateX(5px); }
.hero-points { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; color: rgb(255 255 255 / 58%); font-size: .75rem; font-weight: 650; }
.hero-points span { display: flex; align-items: center; gap: 7px; }
.hero-points svg { width: 17px; color: var(--blue-light); stroke-width: 2.4; }
.hero-visual { position: relative; }
.hero-frame { position: relative; height: 575px; overflow: hidden; border-radius: 2px 76px 2px 2px; box-shadow: 0 35px 90px rgb(0 0 0 / 55%); }
.hero-frame::before { content: ""; position: absolute; z-index: 2; inset: 15px; border: 1px solid rgb(255 255 255 / 17%); border-radius: 0 58px 0 0; pointer-events: none; }
.hero-media-stack, .hero-video { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { object-fit: cover; opacity: 0; transition: opacity .85s ease, transform 6s ease; transform: scale(1.025); }
.hero-video.is-active { opacity: 1; transform: scale(1); }
.hero-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(to top, rgb(0 0 0 / 78%), transparent 58%); pointer-events: none; }
.hero-caption { position: absolute; z-index: 3; left: 29px; bottom: 28px; display: flex; align-items: center; gap: 12px; }
.hero-caption small, .hero-caption span { display: block; }
.hero-caption small { color: var(--blue-light); font-size: .58rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.hero-caption span { color: rgb(255 255 255 / 78%); font-size: .78rem; }
.live-dot { width: 10px; height: 10px; border: 2px solid var(--black); border-radius: 50%; background: var(--blue-light); box-shadow: 0 0 0 5px rgb(69 184 255 / 20%); }
.hero-video-controls { position: absolute; z-index: 4; top: 29px; right: 26px; display: flex; gap: 7px; }
.hero-video-controls button { width: 42px; height: 42px; display: grid; place-content: center; gap: 3px; padding: 0; border: 1px solid rgb(255 255 255 / 23%); border-radius: 50%; background: rgb(5 5 5 / 46%); color: rgb(255 255 255 / 62%); cursor: pointer; backdrop-filter: blur(8px); transition: border-color .25s, background .25s, color .25s; }
.hero-video-controls button span { font-size: .55rem; font-weight: 850; letter-spacing: .08em; }
.hero-video-controls button i { width: 13px; height: 2px; background: currentColor; transform: scaleX(.45); transition: transform .25s; }
.hero-video-controls button:hover, .hero-video-controls button.is-active { border-color: var(--blue-light); background: var(--blue); color: var(--white); }
.hero-video-controls button.is-active i { transform: scaleX(1); }
.hero-card { position: absolute; right: -35px; top: 58px; z-index: 4; max-width: 220px; padding: 19px 22px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.hero-card strong, .hero-card span { display: block; }
.hero-card strong { font-size: .85rem; }
.hero-card span { margin-top: 4px; color: var(--muted); font-size: .7rem; }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 25px; display: flex; align-items: center; gap: 10px; color: rgb(255 255 255 / 43%); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue svg { animation: cue 1.6s ease-in-out infinite; }
@keyframes cue { 50% { transform: translateY(5px); } }

.quality-strip { overflow: hidden; padding: 17px 0; border-block: 1px solid rgb(255 255 255 / 8%); background: var(--black-2); color: var(--white); }
.quality-track { width: max-content; display: flex; align-items: center; gap: 28px; animation: marquee 23s linear infinite; }
.quality-track span { color: rgb(255 255 255 / 48%); font-size: .64rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.quality-track i { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: clamp(92px, 10vw, 145px) 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 56px; }
.section-heading h2 { max-width: 760px; font-size: clamp(2.65rem, 5vw, 5rem); }
.section-heading > p { max-width: 500px; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.75; }

.services { background: var(--paper); }
.service-tabs { display: grid; grid-template-columns: repeat(5, 1fr); margin-bottom: 18px; border: 1px solid var(--line); background: var(--white); }
.service-tab { position: relative; min-height: 94px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 2px; padding: 17px 21px; border: 0; border-right: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; transition: background .25s, color .25s, transform .25s; }
.service-tab:last-child { border-right: 0; }
.service-tab::after { content: ""; position: absolute; inset: auto 18px 0; height: 3px; background: var(--blue); transform: scaleX(0); transition: transform .25s; }
.service-tab:hover { background: #f7f8f8; }
.service-tab.is-active { z-index: 1; background: var(--black); color: var(--white); transform: translateY(-7px); box-shadow: 0 17px 30px rgb(0 0 0 / 15%); }
.service-tab.is-active::after { transform: scaleX(1); }
.service-tab > span { color: var(--blue); font-size: .58rem; font-weight: 900; letter-spacing: .1em; }
.service-tab strong { font-size: .86rem; }
.service-tab small { color: var(--muted); font-size: .65rem; }
.service-tab.is-active small { color: rgb(255 255 255 / 50%); }
.service-panels { overflow: hidden; background: var(--black); color: var(--white); box-shadow: var(--shadow); }
.service-panel { height: clamp(400px, 54dvh, 500px); min-height: 0; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr); overflow: hidden; background: var(--black); }
.service-panel[hidden] { display: none; }
.service-panel.is-active { animation: panelIn .55s cubic-bezier(.2, .72, .25, 1) both; }
@keyframes panelIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.service-media { position: relative; min-width: 0; min-height: 0; height: 100%; overflow: hidden; background: var(--black-3); }
.service-media-viewport { height: 100%; overflow: hidden; }
.service-media-track { --gallery-offset: 0%; height: 100%; display: flex; transform: translate3d(var(--gallery-offset), 0, 0); transition: transform .62s cubic-bezier(.22, .75, .18, 1); }
.service-slide { position: relative; flex: 0 0 100%; height: 100%; margin: 0; overflow: hidden; }
.service-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgb(0 0 0 / 55%), transparent 35%); pointer-events: none; }
.service-slide img, .service-slide video { width: 100%; height: 100%; object-fit: cover; }
.service-slide figcaption { position: absolute; z-index: 2; left: 28px; bottom: 86px; display: flex; align-items: center; gap: 9px; color: var(--white); font-size: .72rem; font-weight: 750; }
.service-slide figcaption b { padding: 4px 7px; border-radius: 99px; background: var(--blue); font-size: .52rem; letter-spacing: .08em; text-transform: uppercase; }
.gallery-controls { position: absolute; z-index: 5; inset: auto 0 0; display: grid; grid-template-columns: 60px 1fr 60px; align-items: center; border-top: 1px solid rgb(255 255 255 / 12%); background: rgb(5 5 5 / 80%); backdrop-filter: blur(10px); }
.gallery-controls > button { height: 56px; border: 0; background: transparent; color: var(--white); font-size: 1.1rem; cursor: pointer; transition: background .2s; }
.gallery-controls > button:hover { background: var(--blue); }
.gallery-controls > div { display: grid; grid-template-columns: 1fr auto; gap: 15px; align-items: center; padding: 0 17px; }
.gallery-progress { height: 2px; overflow: hidden; background: rgb(255 255 255 / 18%); }
.gallery-progress i { display: block; width: 33.333%; height: 100%; background: var(--blue-light); transition: transform .55s cubic-bezier(.22, .75, .18, 1); transform-origin: left; }
.gallery-controls small { min-width: 43px; color: rgb(255 255 255 / 57%); font-size: .6rem; font-weight: 800; letter-spacing: .08em; }
.service-copy { min-width: 0; min-height: 0; height: 100%; display: flex; flex-direction: column; justify-content: center; align-self: stretch; overflow-y: auto; padding: clamp(25px, 3vw, 42px); background: var(--black); scrollbar-width: thin; scrollbar-color: rgb(69 184 255 / 45%) transparent; }
.service-number { color: var(--blue-light); font-size: .62rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.service-copy h3 { max-width: 430px; margin: 13px 0 15px; font-size: clamp(1.85rem, 2.7vw, 2.9rem); letter-spacing: -.052em; line-height: 1; }
.service-copy > p { margin: 0; color: rgb(255 255 255 / 61%); font-size: .82rem; line-height: 1.62; }
.service-copy ul { display: grid; gap: 8px; margin: 20px 0 0; padding: 0; list-style: none; }
.service-copy li { position: relative; padding-left: 18px; color: rgb(255 255 255 / 78%); font-size: .76rem; }
.service-copy li::before { content: ""; position: absolute; left: 0; top: .58em; width: 6px; height: 6px; background: var(--blue); }
.service-copy a { display: inline-flex; align-items: center; gap: 9px; margin-top: 23px; padding-bottom: 6px; border-bottom: 1px solid rgb(255 255 255 / 28%); font-size: .75rem; font-weight: 780; }
.service-copy a:hover { border-color: var(--blue-light); color: var(--blue-light); }
.service-details-toggle { display: none; }

.current-project { position: relative; overflow: hidden; padding: 0 0 clamp(92px, 10vw, 145px); background: var(--paper); }
.current-project-shell { position: relative; isolation: isolate; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px, 6vw, 82px); align-items: center; overflow: hidden; padding: clamp(38px, 5vw, 68px); background: var(--black); color: var(--white); box-shadow: var(--shadow); }
.current-project-shell::before { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(rgb(255 255 255 / 4%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 4%) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg, transparent 8%, #000 78%); }
.current-project-shell::after { content: "EM OBRA"; position: absolute; z-index: -1; left: -16px; bottom: -30px; color: rgb(255 255 255 / 3%); font-size: clamp(5rem, 12vw, 10rem); font-weight: 950; letter-spacing: -.09em; line-height: .75; white-space: nowrap; }
.project-status { display: inline-flex; align-items: center; gap: 9px; color: var(--blue-light); font-size: .58rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.project-status > span { width: 8px; height: 8px; border-radius: 50%; background: var(--blue-light); box-shadow: 0 0 0 6px rgb(69 184 255 / 12%); animation: projectPulse 2s ease-out infinite; }
.current-project-copy h2 { max-width: 520px; margin: 17px 0 20px; font-size: clamp(2.3rem, 4.5vw, 4.45rem); font-weight: 820; letter-spacing: -.058em; line-height: .98; text-wrap: balance; }
.current-project-copy > p { max-width: 490px; margin: 0; color: rgb(255 255 255 / 62%); font-size: .83rem; line-height: 1.7; }
.current-project-copy > small { display: block; margin-top: 25px; color: rgb(255 255 255 / 34%); font-size: .58rem; letter-spacing: .08em; }
.current-project-frames { min-width: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.current-project-frames li { position: relative; min-height: 320px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 17px; border: 1px solid rgb(255 255 255 / 15%); background: linear-gradient(145deg, rgb(255 255 255 / 7%), rgb(255 255 255 / 2%)); }
.current-project-frames li::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 34%, rgb(255 255 255 / 6%) 48%, transparent 62%); transform: translateX(-120%); animation: projectShimmer 3.8s ease-in-out infinite; }
.current-project-frames li:nth-child(2)::before { animation-delay: .35s; }
.current-project-frames li:nth-child(3)::before { animation-delay: .7s; }
.current-project-frames li > span { color: var(--blue-light); font-size: .58rem; font-weight: 900; letter-spacing: .12em; }
.current-project-frames li > i { position: absolute; left: 50%; top: 48%; display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid rgb(255 255 255 / 17%); border-radius: 50%; color: rgb(255 255 255 / 50%); font-size: 1.25rem; font-style: normal; transform: translate(-50%, -50%); }
.current-project-frames li > div { position: relative; display: grid; gap: 2px; }
.current-project-frames li small { color: rgb(255 255 255 / 36%); font-size: .5rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.current-project-frames li strong { font-size: .72rem; }
@keyframes projectPulse { 70%, 100% { box-shadow: 0 0 0 13px rgb(69 184 255 / 0%); } }
@keyframes projectShimmer { 0%, 48% { transform: translateX(-120%); } 72%, 100% { transform: translateX(120%); } }

.portfolio { overflow: hidden; background: var(--black); color: var(--white); }
.section-heading-light > p { color: rgb(255 255 255 / 54%); }
.portfolio-toolbar { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-bottom: 27px; }
.portfolio-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { padding: 9px 13px; border: 1px solid rgb(255 255 255 / 14%); border-radius: 99px; background: transparent; color: rgb(255 255 255 / 55%); font-size: .67rem; font-weight: 750; cursor: pointer; transition: .22s; }
.filter-button:hover, .filter-button.is-active { border-color: var(--blue); background: var(--blue); color: var(--white); }
.rail-arrows { display: flex; gap: 8px; }
.rail-arrows button, .feedback-controls > div:last-child button { width: 46px; height: 46px; border: 1px solid rgb(255 255 255 / 18%); background: transparent; color: var(--white); cursor: pointer; transition: .2s; }
.rail-arrows button:hover, .feedback-controls > div:last-child button:hover { border-color: var(--blue); background: var(--blue); }
.portfolio-rail { display: flex; gap: 18px; overflow-x: auto; padding: 6px max(0px, calc((100vw - 1200px) / 2)) 18px 0; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; }
.portfolio-rail::-webkit-scrollbar { display: none; }
.portfolio-rail:active { cursor: grabbing; }
.project-card { position: relative; flex: 0 0 clamp(285px, 31vw, 410px); aspect-ratio: .78; overflow: hidden; padding: 0; border: 0; background: var(--black-3); color: var(--white); text-align: left; cursor: pointer; scroll-snap-align: start; transition: opacity .3s, transform .3s; }
.project-card.is-hidden { display: none; }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgb(0 0 0 / 91%) 0, rgb(0 0 0 / 12%) 54%, transparent); transition: background .3s; }
.project-card img, .project-card video { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2, .7, .2, 1); }
.project-card:hover img, .project-card:hover video { transform: scale(1.055); }
.project-card > span { position: absolute; z-index: 2; inset: auto 25px 24px; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.project-card small, .project-card strong { display: block; }
.project-card small { grid-column: 1 / -1; margin-bottom: 4px; color: var(--blue-light); font-size: .57rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.project-card strong { font-size: 1.03rem; }
.project-card i { color: rgb(255 255 255 / 55%); font-size: .65rem; font-style: normal; }
.video-badge { position: absolute; z-index: 3; top: 17px; right: 17px; padding: 7px 10px; border-radius: 99px; background: rgb(5 5 5 / 75%); color: var(--white); font-size: .57rem; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.rail-status { display: grid; grid-template-columns: 1fr auto auto; gap: 18px; align-items: center; margin-top: 16px; }
.rail-status > span { height: 2px; overflow: hidden; background: rgb(255 255 255 / 13%); }
.rail-status > span i { display: block; width: 9%; height: 100%; background: var(--blue-light); transform-origin: left; transition: width .2s; }
.rail-status small { color: rgb(255 255 255 / 58%); font-size: .61rem; font-weight: 800; letter-spacing: .08em; }
.rail-status em { color: rgb(255 255 255 / 31%); font-size: .61rem; font-style: normal; }

.owner { overflow: hidden; background: var(--paper); }
.owner-layout { display: grid; grid-template-columns: .92fr 1fr; gap: clamp(65px, 10vw, 135px); align-items: center; }
.owner-portrait { position: relative; min-height: 720px; }
.owner-main-photo { position: absolute; inset: 0 70px 60px 0; overflow: hidden; background: #d6d5d1; box-shadow: var(--shadow); }
.owner-main-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgb(0 0 0 / 56%), transparent 38%); }
.owner-main-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.owner-main-photo > span { position: absolute; z-index: 2; left: 27px; bottom: 24px; color: var(--white); font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.owner-detail-photo { position: absolute; z-index: 3; overflow: hidden; border: 7px solid var(--paper); box-shadow: 0 18px 45px rgb(0 0 0 / 20%); }
.owner-detail-photo img { width: 100%; height: 100%; object-fit: cover; }
.owner-detail-a { right: 0; top: 65px; width: 165px; height: 210px; }
.owner-detail-b { right: 8px; bottom: 0; width: 210px; height: 250px; }
.owner-kicker { margin: 0 0 9px; color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.owner h2 { max-width: 610px; font-size: clamp(3rem, 5.5vw, 5.7rem); }
.owner-lead { max-width: 625px; margin: 27px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.owner-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 34px; border: 1px solid var(--line); background: var(--line); }
.owner-facts div { padding: 20px 16px; background: var(--paper); }
.owner-facts strong, .owner-facts span { display: block; }
.owner-facts strong { color: var(--blue-dark); font-size: 1.02rem; }
.owner-facts span { margin-top: 4px; color: var(--muted); font-size: .65rem; line-height: 1.4; }
.owner-principle { margin-top: 30px; padding: 7px 0 7px 22px; border-left: 3px solid var(--blue); }
.owner-principle small { display: block; margin-bottom: 5px; color: var(--blue-dark); font-size: .6rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.owner-principle p { margin: 0; color: #393d41; font-size: .91rem; font-weight: 650; line-height: 1.65; }

.feedbacks { position: relative; overflow: hidden; background: var(--blue-dark); color: var(--white); }
.feedbacks::before { content: "“"; position: absolute; right: -1vw; top: -12vw; color: rgb(255 255 255 / 6%); font-family: Georgia, serif; font-size: 42vw; line-height: 1; }
.feedback-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .73fr 1.27fr; gap: clamp(55px, 9vw, 115px); align-items: center; }
.feedbacks h2 { max-width: 600px; font-size: clamp(2.8rem, 5vw, 5rem); }
.feedback-intro > p { max-width: 520px; margin: 24px 0 0; color: rgb(255 255 255 / 68%); line-height: 1.75; }
.feedbacks .eyebrow { color: var(--white); }
.feedback-trust { display: flex; align-items: center; gap: 13px; margin-top: 32px; }
.feedback-trust > span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgb(255 255 255 / 35%); border-radius: 50%; }
.feedback-trust strong, .feedback-trust small { display: block; }
.feedback-trust strong { font-size: .79rem; }
.feedback-trust small { margin-top: 2px; color: rgb(255 255 255 / 53%); font-size: .62rem; }
.feedback-slider { min-width: 0; }
.feedback-viewport { overflow: hidden; box-shadow: 0 35px 85px rgb(0 0 0 / 24%); }
.feedback-track { --feedback-offset: 0%; display: flex; transform: translate3d(var(--feedback-offset), 0, 0); transition: transform .64s cubic-bezier(.2, .75, .2, 1); }
.feedback-card { flex: 0 0 100%; min-height: 430px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(36px, 5vw, 64px); background: var(--white); color: var(--ink); }
.quote-mark { height: 56px; color: var(--blue); font-family: Georgia, serif; font-size: 7rem; line-height: .8; }
.feedback-card > p { max-width: 720px; margin: 35px 0 50px; font-size: clamp(1.6rem, 3vw, 2.75rem); font-weight: 750; letter-spacing: -.038em; line-height: 1.22; }
.feedback-card footer { display: flex; align-items: center; gap: 14px; padding-top: 22px; border-top: 1px solid var(--line); }
.avatar { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--black); color: var(--white); font-weight: 850; }
.feedback-card footer strong, .feedback-card footer small { display: block; }
.feedback-card footer strong { font-size: .83rem; }
.feedback-card footer small { margin-top: 2px; color: var(--muted); font-size: .62rem; }
.feedback-controls { display: flex; justify-content: space-between; gap: 25px; align-items: center; margin-top: 20px; }
.feedback-loader { flex: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.feedback-loader button { position: relative; height: 3px; overflow: hidden; padding: 0; border: 0; background: rgb(255 255 255 / 22%); cursor: pointer; }
.feedback-loader button i { position: absolute; inset: 0; background: var(--white); transform: scaleX(0); transform-origin: left; }
.feedback-loader button.is-complete i { transform: scaleX(1); }
.feedback-loader button.is-active i { animation: feedbackLoad 7s linear forwards; animation-play-state: paused; }
.feedback-slider.is-running .feedback-loader button.is-active i { animation-play-state: running; }
@keyframes feedbackLoad { to { transform: scaleX(1); } }
.feedback-controls > div:last-child { display: flex; align-items: center; gap: 11px; }
.feedback-controls > div:last-child span { min-width: 48px; color: rgb(255 255 255 / 68%); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-align: center; }

.process { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0; padding: 1px; background: var(--line); list-style: none; }
.process-grid li { position: relative; min-height: 285px; padding: 34px 29px; background: var(--paper); }
.process-grid li::before { content: ""; position: absolute; left: 0; top: 0; width: 0; height: 4px; background: var(--blue); transition: width .35s; }
.process-grid li:hover::before { width: 100%; }
.process-grid li > span { color: var(--blue-dark); font-size: .64rem; font-weight: 900; letter-spacing: .1em; }
.process-grid h3 { margin: 72px 0 12px; font-size: 1.15rem; }
.process-grid p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.72; }

.service-area { position: relative; overflow: hidden; padding: 105px 0; border-block: 1px solid rgb(255 255 255 / 9%); background: var(--black-2); color: var(--white); }
.service-area::before { content: ""; position: absolute; inset: -30% auto auto 45%; width: 620px; aspect-ratio: 1; border-radius: 50%; background: rgb(17 139 211 / 9%); filter: blur(120px); pointer-events: none; }
.service-area-heading { position: relative; display: grid; grid-template-columns: 1fr .65fr; gap: 70px; align-items: end; }
.service-area h2 { max-width: 520px; font-size: clamp(2.4rem, 4vw, 4rem); }
.service-area-heading > p { max-width: 480px; margin: 0; color: rgb(255 255 255 / 54%); font-size: .9rem; line-height: 1.75; }
.coverage-experience { position: relative; display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; margin-top: 46px; }
.coverage-map { position: relative; min-height: 455px; overflow: hidden; border: 1px solid rgb(255 255 255 / 10%); background-color: #0a0b0c; background-image: linear-gradient(rgb(255 255 255 / 3%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 3%) 1px, transparent 1px), radial-gradient(circle at 50% 53%, rgb(17 139 211 / 16%), transparent 42%); background-size: 43px 43px, 43px 43px, auto; }
.coverage-map::after { content: ""; position: absolute; left: 50%; top: 53%; width: 7px; height: 7px; border-radius: 50%; background: var(--blue-light); box-shadow: 0 0 0 8px rgb(69 184 255 / 10%), 0 0 30px var(--blue); transform: translate(-50%, -50%); }
.coverage-ring { position: absolute; left: 50%; top: 53%; aspect-ratio: 1; border: 1px dashed rgb(69 184 255 / 20%); border-radius: 50%; transform: translate(-50%, -50%); pointer-events: none; }
.coverage-ring-one { width: 230px; animation: coveragePulse 4s ease-in-out infinite; }
.coverage-ring-two { width: 410px; animation: coveragePulse 4s 1s ease-in-out infinite; }
.coverage-origin { position: absolute; z-index: 2; left: 50%; top: calc(53% + 48px); padding: 3px 7px; border-radius: 99px; background: rgb(17 139 211 / 14%); color: var(--blue-light); font-size: .5rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; transform: translateX(-50%); }
@keyframes coveragePulse { 50% { opacity: .42; transform: translate(-50%, -50%) scale(1.045); } }
.city-node { position: absolute; z-index: 3; left: var(--city-x); top: var(--city-y); display: grid; justify-items: center; gap: 3px; padding: 7px 10px; border: 0; background: transparent; color: rgb(255 255 255 / 67%); cursor: pointer; transform: translate(-50%, -50%); transition: color .22s, transform .22s; }
.city-node > span { width: 13px; height: 13px; border: 2px solid #0a0b0c; border-radius: 50%; background: rgb(255 255 255 / 42%); box-shadow: 0 0 0 1px rgb(255 255 255 / 18%); transition: background .22s, box-shadow .22s; }
.city-node strong { font-size: .7rem; white-space: nowrap; }
.city-node small { color: var(--blue-light); font-size: .5rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.city-node:hover, .city-node.is-active { color: var(--white); transform: translate(-50%, -50%) scale(1.06); }
.city-node:hover > span, .city-node.is-active > span { background: var(--blue-light); box-shadow: 0 0 0 7px rgb(69 184 255 / 13%), 0 0 24px var(--blue); }
.coverage-panel { min-height: 455px; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(30px, 4vw, 52px); background: var(--white); color: var(--ink); }
.coverage-panel > small { color: var(--blue-dark); font-size: .57rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.coverage-panel > strong { margin-top: 13px; font-size: clamp(2rem, 3.2vw, 3.4rem); letter-spacing: -.055em; line-height: .98; }
.coverage-panel p { margin: 20px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.7; }
.coverage-panel a { display: flex; justify-content: space-between; gap: 20px; margin-top: 32px; padding: 16px 0 8px; border-top: 1px solid var(--line); color: var(--blue-dark); font-size: .74rem; font-weight: 850; }

.contact { position: relative; overflow: hidden; padding: clamp(95px, 10vw, 145px) 0; background: var(--blue); color: var(--white); }
.contact::before { content: ""; position: absolute; inset: 0; background: linear-gradient(125deg, transparent 50%, rgb(0 0 0 / 18%)), linear-gradient(90deg, rgb(255 255 255 / 7%) 1px, transparent 1px); background-size: auto, 105px 100%; }
.contact-mark { position: absolute; left: -25px; bottom: -75px; color: rgb(255 255 255 / 8%); font-size: 13rem; font-weight: 950; letter-spacing: -.1em; line-height: 1; }
.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .82fr; gap: 90px; align-items: center; }
.contact h2 { max-width: 700px; font-size: clamp(3.1rem, 5.3vw, 5.35rem); }
.contact-copy > p { max-width: 590px; margin: 25px 0 0; color: rgb(255 255 255 / 75%); line-height: 1.75; }
.contact .eyebrow { color: var(--white); }
.contact-actions { display: grid; gap: 12px; }
.contact-card { min-height: 95px; display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; padding: 19px; border: 1px solid rgb(255 255 255 / 25%); background: rgb(0 0 0 / 13%); transition: .25s; }
.contact-card-primary { background: var(--black); }
.contact-card:hover { background: var(--black); transform: translateX(6px); }
.contact-icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: rgb(255 255 255 / 11%); }
.contact-icon svg { width: 24px; }
.contact-card small, .contact-card strong { display: block; }
.contact-card small { color: rgb(255 255 255 / 54%); font-size: .58rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.contact-card strong { margin-top: 3px; font-size: .97rem; }
.contact-card i { font-style: normal; }

.site-footer { background: var(--black); color: var(--white); }
.footer-main { display: grid; grid-template-columns: 1.25fr 1fr .8fr 1.15fr; gap: 48px; padding: 70px 0 55px; }
.footer-brand { justify-self: start; padding: 7px; border-radius: 7px; background: var(--white); }
.footer-brand img { width: 90px; height: 90px; object-fit: contain; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-column small { margin-bottom: 7px; color: var(--blue-light); font-size: .58rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.footer-column strong { font-size: .84rem; }
.footer-column a, .footer-column span { color: rgb(255 255 255 / 50%); font-size: .73rem; line-height: 1.65; }
.footer-column a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid rgb(255 255 255 / 8%); color: rgb(255 255 255 / 33%); font-size: .64rem; }

.whatsapp-float { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; min-height: 54px; padding: 0 17px; border-radius: 99px; background: var(--green); color: var(--white); box-shadow: 0 13px 38px rgb(0 0 0 / 30%); font-size: .74rem; font-weight: 800; transition: transform .25s; }
.whatsapp-float:hover { transform: translateY(-4px); }
.whatsapp-float svg { width: 24px; }
.mobile-cta { display: none; }

.lightbox { width: min(980px, calc(100% - 34px)); max-height: 92vh; padding: 0; overflow: visible; border: 0; background: transparent; color: var(--white); }
.lightbox::backdrop { background: rgb(0 0 0 / 92%); backdrop-filter: blur(8px); }
.lightbox-media { display: grid; place-items: center; max-height: 78vh; background: var(--black); }
.lightbox-media img, .lightbox-media video { width: 100%; max-height: 78vh; object-fit: contain; }
.lightbox-media img[hidden], .lightbox-media video[hidden] { display: none; }
.lightbox-caption { display: grid; gap: 3px; padding-top: 13px; }
.lightbox-caption small { color: var(--blue-light); font-size: .57rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.lightbox-caption strong { font-size: .9rem; }
.lightbox-close { position: absolute; z-index: 2; right: -14px; top: -14px; display: grid; place-items: center; width: 43px; height: 43px; border: 0; border-radius: 50%; background: var(--white); color: var(--black); font-size: 1.55rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s cubic-bezier(.2, .7, .2, 1); }
.reveal-delay { transition-delay: .13s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .site-nav { gap: 20px; }
  .site-nav a { font-size: .74rem; }
  .hero-layout { grid-template-columns: 1fr .72fr; gap: 45px; }
  .hero-frame { height: 535px; }
  .service-tab { padding: 16px; }
  .service-panel { grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr); }
  .owner-main-photo { right: 45px; }
  .owner-detail-a { width: 140px; height: 185px; }
  .owner-detail-b { width: 175px; height: 220px; }
}

@media (min-width: 851px) and (max-height: 820px) {
  .service-tab { min-height: 78px; padding-block: 12px; }
  .service-panel { height: clamp(360px, 58dvh, 400px); }
  .service-copy { padding: 22px 30px; }
  .service-copy h3 { margin-block: 9px 11px; font-size: clamp(1.7rem, 2.2vw, 2.15rem); }
  .service-copy > p { font-size: .78rem; line-height: 1.5; }
  .service-details-toggle { display: flex; align-items: center; gap: 7px; margin-top: 11px; padding: 0; border: 0; background: transparent; color: var(--blue-light); font-size: .67rem; font-weight: 800; cursor: pointer; }
  .service-details-toggle span { font-size: 1rem; line-height: 1; transition: transform .2s; }
  .service-copy > ul { display: none; gap: 6px; margin-top: 11px; }
  .service-copy.is-expanded > ul { display: grid; }
  .service-copy.is-expanded .service-details-toggle span { transform: rotate(45deg); }
  .service-copy li { font-size: .69rem; }
  .service-copy a { margin-top: 14px; }
}

@media (max-width: 850px) {
  :root { --container: min(100% - 32px, 720px); }
  html { scroll-padding-top: 76px; }
  .header-inner { min-height: 74px; }
  .brand { padding: 5px 7px 8px; }
  .brand img { width: 57px; height: 57px; }
  body.menu-open .site-header { background: rgb(5 5 5 / 94%); border-bottom-color: transparent; backdrop-filter: blur(18px); }
  .menu-toggle { position: relative; z-index: 5; width: 43px; height: 43px; display: grid; place-content: center; gap: 5px; margin-left: auto; border: 1px solid rgb(255 255 255 / 17%); border-radius: 50%; background: rgb(5 5 5 / 18%); cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 20px; height: 2px; background: var(--white); transition: .25s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 3; inset: 0 0 0 auto; width: min(88vw, 380px); min-height: 100vh; height: 100dvh; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; margin: 0; padding: 106px 27px 29px; overflow-y: auto; background: linear-gradient(155deg, #111416, var(--black) 62%); box-shadow: -28px 0 70px rgb(0 0 0 / 42%); visibility: hidden; pointer-events: none; transform: translateX(105%); transition: transform .36s cubic-bezier(.2, .75, .2, 1), visibility .36s; }
  .site-nav.is-open { visibility: visible; pointer-events: auto; transform: none; }
  .site-nav a { display: flex; align-items: center; justify-content: space-between; min-height: 59px; border-bottom: 1px solid rgb(255 255 255 / 10%); color: var(--white); font-size: 1.18rem; font-weight: 760; }
  .site-nav a::after { content: "↗"; position: static; width: auto; height: auto; background: none; color: rgb(255 255 255 / 32%); font-size: .8rem; transform: none; }
  .site-nav a:hover::after, .site-nav a:focus-visible::after { transform: none; }
  .site-nav .mobile-nav-label { display: block; margin-bottom: 15px; color: var(--blue-light); font-size: .57rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
  .site-nav .mobile-nav-cta { min-height: 54px; display: flex; margin-top: auto; padding: 0 16px; border: 1px solid var(--green); border-radius: 5px; background: var(--green); font-size: .77rem; }
  .site-nav .mobile-nav-cta::after { display: none; }
  .menu-scrim { position: fixed; z-index: 990; inset: 0; display: block; padding: 0; border: 0; background: rgb(0 0 0 / 62%); opacity: 0; visibility: hidden; pointer-events: none; backdrop-filter: blur(4px); transition: opacity .3s, visibility .3s; }
  .menu-scrim.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
  .header-cta { display: none; }
  .hero { min-height: auto; padding: 122px 0 100px; }
  .hero-layout, .section-heading, .owner-layout, .feedback-layout, .contact-layout, .service-area-heading { grid-template-columns: 1fr; }
  .hero-visual { width: min(90%, 540px); margin: 18px auto 0; }
  .hero-frame { height: 610px; }
  .hero-video-controls { display: none; }
  .hero-video:not(:first-child) { display: none; }
  .hero-card { right: -20px; }
  .scroll-cue { display: none; }
  .section-heading { gap: 22px; }
  .service-tabs { display: flex; overflow-x: auto; padding-top: 8px; scroll-snap-type: x proximity; scrollbar-width: none; }
  .service-tabs::-webkit-scrollbar { display: none; }
  .service-tab { flex: 0 0 168px; border-bottom: 0; scroll-snap-align: center; }
  .service-panel { height: auto; min-height: 0; grid-template-columns: 1fr; overflow: hidden; }
  .service-media { height: 360px; }
  .service-copy { height: auto; max-height: none; overflow: visible; padding: 38px 38px 44px; }
  .current-project-shell { grid-template-columns: 1fr; }
  .current-project-copy { max-width: 650px; }
  .current-project-frames li { min-height: 270px; }
  .owner-layout { gap: 70px; }
  .owner-portrait { width: min(100%, 590px); }
  .feedback-layout { gap: 50px; }
  .feedback-intro { max-width: 620px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .service-area-heading { gap: 24px; }
  .coverage-experience { grid-template-columns: 1fr; }
  .coverage-map, .coverage-panel { min-height: 410px; }
  .contact-layout { gap: 48px; }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 2 / -1; }
}

@media (max-width: 600px) {
  :root { --container: calc(100% - 28px); }
  body { padding-bottom: 67px; }
  .js .site-intro { isolation: isolate; background: radial-gradient(circle at 50% 45%, #14212a 0, #090b0d 38%, var(--black) 72%); transition: opacity .42s ease, visibility .42s; }
  .js .site-intro.is-done { opacity: 0; visibility: hidden; transform: none; }
  .js .site-intro::before, .js .site-intro::after { content: ""; position: absolute; left: 50%; top: 46%; aspect-ratio: 1; border-radius: 50%; pointer-events: none; }
  .js .site-intro::before { width: 276px; border: 1px solid rgb(255 255 255 / 10%); transform: translate(-50%, -50%); animation: mobileHalo 1.05s cubic-bezier(.18, .8, .22, 1) both; }
  .js .site-intro::after { width: 212px; border: 1px solid transparent; border-top-color: var(--blue-light); border-right-color: rgb(69 184 255 / 24%); animation: mobileOrbit 1.15s cubic-bezier(.2, .72, .2, 1) both; }
  .intro-wipe { z-index: -1; inset: 50% auto auto 50%; width: 150vw; height: 86px; background: linear-gradient(90deg, transparent 0 7%, rgb(17 139 211 / 4%) 14%, var(--blue) 48%, rgb(69 184 255 / 14%) 75%, transparent 93%); clip-path: polygon(0 37%, 100% 0, 97% 74%, 2% 100%); animation: mobileBrush 1.08s cubic-bezier(.2, .72, .2, 1) both; }
  .intro-logo-wrap { width: 230px; animation: none; }
  .intro-logo-wrap img { position: relative; z-index: 2; width: 132px; margin-inline: auto; border-radius: 12px; filter: drop-shadow(0 20px 32px rgb(0 0 0 / 48%)); animation: mobileLogoCard .78s .12s cubic-bezier(.16, .86, .24, 1.12) both; }
  .intro-logo-wrap p { margin-top: 16px; font-size: .58rem; animation: mobileTagline .45s .55s ease both; }
  .intro-progress { width: 112px; margin-top: 17px; animation: mobileTagline .4s .64s ease both; }
  .intro-progress::after { animation: introProgress .88s .18s cubic-bezier(.2, .75, .2, 1) both; }
  .hero { padding-bottom: 75px; }
  .hero h1 { font-size: clamp(2.9rem, 14.5vw, 4.15rem); }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .text-link { justify-content: center; }
  .hero-points { gap: 12px; }
  .hero-visual { width: calc(100% - 10px); }
  .hero-frame { height: 445px; border-radius: 2px 50px 2px 2px; }
  .hero-caption { left: 22px; bottom: 23px; max-width: calc(100% - 42px); }
  .hero-caption span { font-size: .7rem; }
  .hero-card { right: -7px; top: 42px; }
  .quality-track { gap: 21px; }
  .section { padding: 86px 0; }
  .services.section { padding: 72px 0; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2, .feedbacks h2, .service-area h2 { font-size: clamp(2.4rem, 12vw, 3.5rem); }
  .services .section-heading { margin-bottom: 27px; }
  .services .section-heading > p { font-size: .8rem; line-height: 1.6; }
  .service-tabs { gap: 7px; margin: 0 -14px 10px; padding: 7px 14px 10px; border: 0; background: transparent; }
  .service-tab { flex-basis: 126px; min-height: 72px; padding: 10px 12px; border: 1px solid var(--line); background: var(--white); }
  .service-tab:last-child { border: 1px solid var(--line); }
  .service-tab.is-active { background: var(--black); color: var(--white); transform: none; box-shadow: none; }
  .service-tab::after { inset-inline: 11px; }
  .service-tab strong { font-size: .72rem; }
  .service-tab small { display: none; }
  .service-panel.is-active { animation-duration: .3s; }
  .service-media { height: clamp(218px, 31dvh, 255px); }
  .service-copy { padding: 21px 20px 24px; }
  .service-number { font-size: .52rem; }
  .service-copy h3 { margin: 8px 0 10px; font-size: clamp(1.6rem, 8vw, 2rem); }
  .service-copy > p { font-size: .78rem; line-height: 1.5; }
  .service-details-toggle { display: flex; align-items: center; gap: 7px; margin-top: 12px; padding: 0; border: 0; background: transparent; color: var(--blue-light); font-size: .67rem; font-weight: 800; cursor: pointer; }
  .service-details-toggle span { font-size: 1rem; line-height: 1; transition: transform .2s; }
  .service-copy > ul { display: none; gap: 6px; margin-top: 13px; }
  .service-copy.is-expanded > ul { display: grid; }
  .service-copy.is-expanded .service-details-toggle span { transform: rotate(45deg); }
  .service-copy li { font-size: .69rem; }
  .service-copy a { margin-top: 15px; font-size: .68rem; }
  .service-slide figcaption { left: 18px; bottom: 64px; font-size: .65rem; }
  .gallery-controls { grid-template-columns: 50px 1fr 50px; }
  .gallery-controls > button { height: 50px; }
  .gallery-controls > div { gap: 9px; padding-inline: 10px; }
  .current-project { padding-bottom: 82px; }
  .current-project-shell { gap: 31px; margin-inline: -14px; padding: 33px 20px 24px; }
  .current-project-shell::before { background-size: 30px 30px; }
  .current-project-copy h2 { margin-block: 14px 16px; font-size: clamp(2.25rem, 11.5vw, 3.25rem); }
  .current-project-copy > p { font-size: .77rem; line-height: 1.62; }
  .current-project-copy > small { margin-top: 19px; }
  .current-project-frames { display: flex; gap: 8px; overflow-x: auto; margin-inline: -20px; padding: 0 20px 8px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .current-project-frames::-webkit-scrollbar { display: none; }
  .current-project-frames li { flex: 0 0 min(69vw, 245px); min-height: 230px; scroll-snap-align: center; }
  .service-area { padding: 82px 0; }
  .service-area-heading > p { font-size: .8rem; line-height: 1.65; }
  .coverage-experience { margin-top: 30px; }
  .coverage-map { min-height: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 13px; background-size: 34px 34px, 34px 34px, auto; }
  .coverage-map::after, .coverage-ring, .coverage-origin { display: none; }
  .city-node { position: static; min-height: 64px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; justify-items: start; align-content: center; column-gap: 9px; padding: 10px; border: 1px solid rgb(255 255 255 / 9%); background: rgb(255 255 255 / 3%); text-align: left; transform: none; }
  .city-node:first-of-type { grid-column: 1 / -1; }
  .city-node > span { grid-row: 1 / 3; align-self: center; }
  .city-node strong { font-size: .65rem; white-space: normal; }
  .city-node small { font-size: .45rem; }
  .city-node:hover, .city-node.is-active { border-color: var(--blue); background: rgb(17 139 211 / 12%); transform: none; }
  .coverage-panel { min-height: 290px; padding: 29px 25px; }
  .coverage-panel > strong { font-size: 2.35rem; }
  .coverage-panel a { margin-top: 24px; }
  .portfolio-toolbar { align-items: flex-end; }
  .portfolio-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
  .filter-button { flex: 0 0 auto; }
  .rail-arrows { display: none; }
  .project-card { flex-basis: min(82vw, 350px); }
  .rail-status { grid-template-columns: 1fr auto; }
  .rail-status em { display: none; }
  .owner-portrait { min-height: 585px; }
  .owner-main-photo { right: 32px; bottom: 45px; }
  .owner-detail-a { top: 40px; width: 115px; height: 155px; border-width: 5px; }
  .owner-detail-b { width: 140px; height: 185px; border-width: 5px; }
  .owner h2 { font-size: clamp(3.05rem, 15vw, 4.5rem); }
  .owner-facts { grid-template-columns: 1fr; }
  .owner-facts div { display: grid; grid-template-columns: .42fr 1fr; align-items: center; }
  .feedback-card { min-height: 430px; padding: 32px 27px; }
  .feedback-card > p { font-size: 1.65rem; }
  .feedback-controls { align-items: flex-end; }
  .feedback-controls > div:last-child span { display: none; }
  .feedback-controls > div:last-child button { width: 42px; height: 42px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 235px; }
  .process-grid h3 { margin-top: 55px; }
  .contact h2 { font-size: clamp(2.9rem, 14vw, 4.1rem); }
  .contact-card { min-height: 88px; padding: 15px; }
  .contact-card strong { font-size: .86rem; }
  .contact-mark { font-size: 8rem; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 22px; }
  .footer-brand, .footer-column:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { display: none; }
  .mobile-cta { position: fixed; z-index: 950; inset: auto 0 0; min-height: 67px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 7px; padding: 8px; background: var(--white); box-shadow: 0 -10px 34px rgb(0 0 0 / 17%); }
  .mobile-cta a { display: grid; place-items: center; border: 1px solid var(--line); border-radius: 5px; color: var(--black); font-size: .75rem; font-weight: 800; }
  .mobile-cta a:last-child { border-color: var(--green); background: var(--green); color: var(--white); }
  .lightbox-close { right: -4px; }
}

@keyframes mobileLogoCard { from { opacity: 0; transform: translateY(18px) scale(.72) rotate(-4deg); } 68% { opacity: 1; transform: translateY(-3px) scale(1.035) rotate(0); } to { opacity: 1; transform: none; } }
@keyframes mobileTagline { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes mobileHalo { from { opacity: 0; transform: translate(-50%, -50%) scale(.42); } 55% { opacity: 1; } to { opacity: .55; transform: translate(-50%, -50%) scale(1); } }
@keyframes mobileOrbit { from { opacity: 0; transform: translate(-50%, -50%) rotate(-95deg) scale(.64); } to { opacity: 1; transform: translate(-50%, -50%) rotate(42deg) scale(1); } }
@keyframes mobileBrush { from { opacity: 0; transform: translate(-115%, -50%) rotate(-7deg) scaleX(.55); } 42% { opacity: .9; } to { opacity: .18; transform: translate(-50%, -50%) rotate(-7deg) scaleX(1); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
