:root {
  --ink: #0a0a0a;
  --paper: #f6f4f1;
  --red: #eb2909;
  --white: #fff;
  --muted: #706d69;
  --header-h: 138px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: "Inter", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 80px), var(--max)); margin-inline: auto; }
.eyebrow { color: var(--red); font-size: .77rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.display { margin: 14px 0 22px; font-family: "Archivo", sans-serif; font-size: clamp(2.15rem, 4.6vw, 4.75rem); font-weight: 900; line-height: .98; letter-spacing: -.045em; }
.section-title { margin: 14px 0 22px; font-family: "Archivo", sans-serif; font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 900; line-height: 1.02; letter-spacing: -.035em; }
.body-copy { color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.12rem); line-height: 1.75; }
.section { padding: 120px 0; }
.section-dark { background: var(--ink); color: var(--white); }
.section-dark .body-copy { color: rgba(255,255,255,.68); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: #fff; transition: background .3s, box-shadow .3s, transform .45s cubic-bezier(.16,1,.3,1); }
.site-header.scrolled { background: rgba(10,10,10,.97); box-shadow: 0 10px 32px rgba(0,0,0,.22); }
.site-header.header-hidden { transform: translateY(-110%); }
.topbar { min-height: 34px; background: rgba(10,10,10,.88); font-size: .74rem; letter-spacing: .035em; }
.topbar-inner, .nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.topbar-inner { min-height: 34px; }
.topbar-group { display: flex; align-items: center; gap: 24px; color: rgba(255,255,255,.75); }
.topbar i { color: var(--red); margin-right: 7px; }
.topbar-socials,.footer-socials,.contact-socials { display: flex; align-items: center; gap: 10px; }
.topbar-socials { margin-left: auto; }
.topbar-socials a { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; transition: background .25s,border-color .25s,transform .25s; }
.topbar-socials a:hover { background: var(--red); border-color: var(--red); transform: translateY(-2px); }
.topbar-socials i { margin: 0; color: #fff; }
.navbar { transition: background .3s; }
.nav-inner { min-height: 104px; }
.brand { flex: 0 0 240px; }
.brand img { width: 240px !important; height: auto; max-height: 94px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 18px; }
.nav-links a { position: relative; font-size: .9rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.nav-links a, .mobile-menu a, .footer-links a { display: inline-flex; align-items: center; gap: 7px; }
.link-icon { flex: 0 0 auto; color: var(--red); font-size: .82em; }
.nav-links a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--red); transition: right .25s; }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); background: transparent; color: #fff; cursor: pointer; }
.mobile-menu { display: none; background: var(--ink); padding: 10px 24px 24px; }
.mobile-menu.open { display: grid; }
.mobile-menu a { padding: 14px 0; border-top: 1px solid rgba(255,255,255,.11); font-size: .94rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 13px 26px; border: 1px solid transparent; background: var(--red); color: #fff; font-size: .88rem; font-weight: 800; cursor: pointer; clip-path: polygon(0 0,100% 0,100% 70%,90% 100%,0 100%); transition: transform .25s, filter .25s; }
.btn:hover { transform: translateY(-3px); filter: brightness(1.1); }
.btn-outline { border-color: rgba(255,255,255,.6); background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 5px; border-bottom: 2px solid var(--red); font-weight: 800; }

/* The hero owns a full scroll chapter. Its sticky scene cannot leave until progress reaches 100%. */
.hero-scroll { position: relative; height: 400vh; background: var(--ink); }
.hero-stage { position: sticky; top: 0; height: 100svh; min-height: 620px; overflow: hidden; background: var(--ink); }
.hero-panel { position: absolute; left: 0; width: 100%; height: 50%; overflow: hidden; z-index: 3; will-change: transform; }
.hero-panel.top { top: 0; }
.hero-panel.bottom { bottom: 0; }
.hero-panel-media { position: absolute; left: 0; width: 100%; height: 200%; }
.hero-panel.top .hero-panel-media { top: 0; }
.hero-panel.bottom .hero-panel-media { bottom: 0; }
.hero-panel video { width: 100%; height: 100%; object-fit: cover; filter: none; }
.hero-panel-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(10,10,10,.43),rgba(10,10,10,.08)),linear-gradient(0deg,rgba(10,10,10,.45),transparent 58%); box-shadow: inset 0 0 0 100vmax rgba(235,41,9,.045); }
.hero-intro { position: absolute; left: max(40px, calc((100vw - var(--max))/2)); bottom: 8vh; z-index: 5; max-width: 820px; color: #fff; will-change: transform,opacity; }
.hero-intro .eyebrow { text-shadow: 0 3px 12px rgba(0,0,0,.95); }
.hero-intro .hero-actions { filter: drop-shadow(0 9px 16px rgba(0,0,0,.48)); }
.hero-intro .display { max-width: min(1050px,calc(100vw - 80px)); font-size: clamp(2.9rem,6.4vw,6rem); overflow-wrap: normal; word-break: normal; }
.hero-intro .display { position: relative; text-shadow: 0 8px 28px rgba(0,0,0,.72),0 2px 5px rgba(0,0,0,.7); }
.hero-intro .display::after { content: ""; display: block; width: min(270px,42%); height: 5px; margin-top: 18px; background: linear-gradient(90deg,var(--red) 0 66%,rgba(255,255,255,.85) 66% 86%,transparent 86%); box-shadow: 0 4px 16px rgba(0,0,0,.45); }
.hero-intro .body-copy { max-width: 640px; color: rgba(255,255,255,.92); text-shadow: 0 3px 12px rgba(0,0,0,.88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-reveal { position: absolute; inset: 0; z-index: 1; display: grid; place-items: center; padding: var(--header-h) 40px 40px; color: #fff; text-align: center; opacity: 0; transform: scale(.9); will-change: transform,opacity; }
.hero-reveal::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 18%,rgba(235,41,9,.3),transparent 27%),radial-gradient(circle at 14% 78%,rgba(235,41,9,.16),transparent 22%),linear-gradient(rgba(235,41,9,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(235,41,9,.07) 1px,transparent 1px); background-size: auto,auto,64px 64px,64px 64px; animation: blueprintShift 12s linear infinite; }
.hero-reveal-inner { position: relative; max-width: 850px; }
.hero-reveal .body-copy { color: rgba(255,255,255,.72); max-width: 720px; margin-inline: auto; }
.gradient-scroll-text { --text-fill: 0%; background: linear-gradient(90deg,#fff 0%,#fff var(--text-fill),rgba(255,255,255,.17) calc(var(--text-fill) + 7%),rgba(255,255,255,.17) 100%); background-clip: text; -webkit-background-clip: text; color: transparent !important; -webkit-text-fill-color: transparent; }
.hero-reveal h2.gradient-scroll-text { background-image: linear-gradient(90deg,#fff 0%,var(--red) var(--text-fill),rgba(255,255,255,.15) calc(var(--text-fill) + 8%),rgba(255,255,255,.15) 100%); }
.welcome-decor { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.welcome-decor i { position: absolute; color: rgba(255,255,255,.08); filter: drop-shadow(0 0 24px rgba(235,41,9,.2)); animation: toolFloat 7s ease-in-out infinite; }
.welcome-decor i:nth-child(1) { left: 8%; top: 20%; font-size: clamp(3rem,7vw,7rem); transform: rotate(-18deg); }
.welcome-decor i:nth-child(2) { right: 9%; top: 25%; font-size: clamp(3.5rem,8vw,8rem); animation-delay: -2.4s; }
.welcome-decor i:nth-child(3) { left: 17%; bottom: 9%; font-size: clamp(2.6rem,6vw,6rem); animation-delay: -4.2s; }
.welcome-orbit { position: absolute; right: 13%; bottom: 10%; width: min(28vw,330px); aspect-ratio: 1; border: 1px dashed rgba(235,41,9,.3); border-radius: 50%; animation: orbitSpin 20s linear infinite; }
.welcome-orbit::before,.welcome-orbit::after { content: ""; position: absolute; border-radius: 50%; background: var(--red); box-shadow: 0 0 25px rgba(235,41,9,.55); }
.welcome-orbit::before { width: 10px; height: 10px; top: -5px; left: 50%; }
.welcome-orbit::after { width: 6px; height: 6px; bottom: 12%; left: 8%; }
@keyframes blueprintShift { to { background-position: 0 0,0 0,64px 64px,64px 64px; } }
@keyframes toolFloat { 0%,100% { transform: translateY(0) rotate(-6deg); } 50% { transform: translateY(-24px) rotate(6deg); } }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
.scroll-cue { position: absolute; right: 36px; bottom: 34px; z-index: 7; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.72); font-size: .7rem; letter-spacing: .16em; writing-mode: vertical-rl; }
.scroll-cue::after { content: ""; width: 1px; height: 54px; background: var(--red); }

.trust-strip { background: var(--ink); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { padding: 38px 20px; border-right: 1px solid rgba(255,255,255,.14); text-align: center; }
.trust-item:last-child { border: 0; }
.trust-value { font-family: "Archivo", sans-serif; font-size: 1.65rem; font-weight: 900; }
.trust-item:nth-child(even) .trust-value { color: var(--red); }
.trust-label { margin-top: 7px; color: rgba(255,255,255,.57); font-size: .7rem; letter-spacing: .1em; }

/* Each trade is a full-screen layer. Scroll reveals the next layer over the previous one. */
.trades-scroll { position: relative; height: 520vh; background: var(--paper); }
.trades-stage { position: sticky; top: 0; height: 100svh; min-height: 640px; overflow: hidden; }
.trades-heading { position: absolute; z-index: 12; top: calc(var(--header-h) + 28px); left: max(40px,calc((100vw - var(--max))/2)); }
.trades-heading .eyebrow { display: inline-flex; align-items: center; padding: 9px 15px; border: 1px solid rgba(10,10,10,.1); border-radius: 999px; background: #e8e6e2; color: var(--red); box-shadow: 0 8px 22px rgba(0,0,0,.12); }
.trades-heading .section-title { max-width: 590px; margin-bottom: 0; color: #fff; font-size: clamp(2rem,3.8vw,3.7rem); text-shadow: 0 3px 22px rgba(0,0,0,.7); }
.trade-card { position: absolute; inset: 0; z-index: var(--layer); display: grid; grid-template-columns: 52% 48%; background: var(--paper); clip-path: inset(var(--clip,100%) 0 0 0); will-change: clip-path,transform; }
.trade-card:first-of-type { clip-path: inset(0); }
.trade-media { position: relative; overflow: hidden; }
.trade-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.62) 0%,rgba(0,0,0,.08) 42%,rgba(0,0,0,.2) 100%),linear-gradient(90deg,transparent 65%,rgba(246,244,241,.18)); box-shadow: inset 0 0 80px rgba(0,0,0,.38); }
.trade-media img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.88); transform: scale(var(--image-scale,1.06)); will-change: transform; }
.trade-copy { align-self: end; padding: 60px max(40px,calc((100vw - var(--max))/2)) 10vh 64px; }
.trade-number { color: var(--red); font-family: "Archivo", sans-serif; font-size: 4.5rem; font-weight: 900; line-height: 1; }
.trade-copy h3 { margin: 12px 0 16px; font-family: "Archivo", sans-serif; font-size: clamp(2rem,4vw,4.4rem); line-height: .98; }
.trade-copy h3 { overflow-wrap: normal; word-break: keep-all; }
.trade-copy p { max-width: 480px; }
.trade-progress { position: absolute; z-index: 14; right: max(24px,calc((100vw - var(--max))/2)); top: 50%; transform: translateY(-50%); display: grid; gap: 10px; }
.trade-dot { width: 3px; height: 34px; border: 0; background: rgba(10,10,10,.2); transition: height .25s,background .25s; }
.trade-dot.active { height: 60px; background: var(--red); }

/* Services page: bigger scroll-revealed service cards, one per screen, horizontal wipe transition */
.services-scroll { position: relative; height: 620vh; background: var(--paper); }
.services-stage { position: sticky; top: 0; height: 100svh; min-height: 720px; overflow: hidden; }
.services-heading { position: absolute; z-index: 12; top: calc(var(--header-h) + 28px); left: max(40px,calc((100vw - var(--max))/2)); }
.services-heading .eyebrow { display: inline-flex; align-items: center; padding: 9px 15px; border: 1px solid rgba(10,10,10,.1); border-radius: 999px; background: #e8e6e2; color: var(--red); box-shadow: 0 8px 22px rgba(0,0,0,.12); }
.services-heading .section-title { max-width: 640px; margin-bottom: 0; color: #fff; font-size: clamp(2rem,3.6vw,3.5rem); text-shadow: 0 3px 22px rgba(0,0,0,.7); }
.service-scroll-card { position: absolute; inset: 0; z-index: var(--layer); display: grid; grid-template-columns: 55% 45%; background: var(--paper); clip-path: inset(var(--clip,100%) 0 0 0); will-change: clip-path,transform; }
.service-scroll-card:first-of-type { clip-path: inset(0); }
.service-scroll-media { position: relative; overflow: hidden; }
.service-scroll-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.62) 0%,rgba(0,0,0,.08) 42%,rgba(0,0,0,.2) 100%),linear-gradient(90deg,transparent 65%,rgba(246,244,241,.18)); box-shadow: inset 0 0 80px rgba(0,0,0,.38); }
.service-scroll-media img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.88); transform: scale(var(--image-scale,1.06)); will-change: transform; }
.service-scroll-copy { align-self: end; max-width: 660px; padding: 60px max(40px,calc((100vw - var(--max))/2)) 9vh 64px; }
.service-scroll-number { color: var(--red); font-family: "Archivo", sans-serif; font-size: 4.2rem; font-weight: 900; line-height: 1; }
.service-scroll-copy h3 { margin: 12px 0 18px; font-family: "Archivo", sans-serif; font-size: clamp(2rem,3.8vw,4rem); line-height: .98; overflow-wrap: normal; word-break: keep-all; }
.service-scroll-copy .body-copy { max-width: 560px; font-size: clamp(1rem,1.3vw,1.14rem); }
.service-scroll-features { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 24px; margin: 24px 0 28px; padding: 0; list-style: none; max-width: 560px; }
.service-scroll-features li { display: flex; align-items: center; gap: 10px; color: var(--ink); font-size: .93rem; font-weight: 700; }
.service-scroll-features li i { flex: 0 0 auto; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: rgba(235,41,9,.14); color: var(--red); font-size: .68rem; }
.services-progress { position: absolute; z-index: 14; right: max(24px,calc((100vw - var(--max))/2)); top: 50%; transform: translateY(-50%); display: grid; gap: 10px; }
.services-dot { width: 3px; height: 34px; border: 0; background: rgba(10,10,10,.2); transition: height .25s,background .25s; }
.services-dot.active { height: 60px; background: var(--red); }

.services-marquee { overflow: hidden; border-block: 1px solid rgba(255,255,255,.14); background: var(--red); color: #fff; }
.services-marquee-track { display: flex; width: max-content; animation: servicesMarquee 24s linear infinite; }
.services-marquee-group { display: flex; align-items: center; flex-shrink: 0; }
.services-marquee-item { display: inline-flex; align-items: center; gap: 12px; padding: 18px 34px; font-family: "Archivo",sans-serif; font-size: clamp(.95rem,1.5vw,1.2rem); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.services-marquee-item i { color: #111; }
.services-marquee-item::after { content: "/"; margin-left: 24px; color: rgba(255,255,255,.48); }
@keyframes servicesMarquee { to { transform: translateX(-50%); } }

.grid-2 { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 72px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.feature-image { width: 100%; min-height: 520px; object-fit: cover; }
.stat-card, .value-card, .service-card, .process-card { border: 1px solid rgba(10,10,10,.12); background: #fff; }
.value-card { padding: 40px; }
.value-card .number { color: var(--red); font-family: "Archivo",sans-serif; font-size: 3.5rem; font-weight: 900; }
.service-card { overflow: hidden; }
.service-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .5s; }
.service-card:hover img { transform: scale(1.05); }
.service-card-copy { padding: 30px; }
.service-card h3 { margin: 0 0 12px; font-family: "Archivo",sans-serif; font-size: 1.6rem; }
.process-card { min-height: 230px; padding: 30px; background: var(--ink); color: #fff; clip-path: polygon(0 0,100% 0,100% 88%,88% 100%,0 100%); }
.process-card strong { display: block; color: var(--red); font-family: "Archivo",sans-serif; font-size: 2rem; }
.process-card h3 { font-size: 1.12rem; }
.process-card p { color: rgba(255,255,255,.6); line-height: 1.6; }
.flip-card { min-height: 250px; border: 0; background: transparent; perspective: 1200px; clip-path: none; cursor: pointer; }
.flip-card-inner { position: relative; width: 100%; height: 250px; transition: transform .75s cubic-bezier(.2,.75,.2,1); transform-style: preserve-3d; }
.flip-card:hover .flip-card-inner,.flip-card:focus .flip-card-inner,.flip-card.flipped .flip-card-inner { transform: rotateY(180deg); }
.flip-face { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 30px; backface-visibility: hidden; clip-path: polygon(0 0,100% 0,100% 88%,88% 100%,0 100%); }
.flip-front { background: var(--ink); color: #fff; }
.flip-front strong { color: var(--red); font-family: "Archivo",sans-serif; font-size: 2rem; }
.flip-back { background: var(--red); color: #fff; transform: rotateY(180deg); }
.flip-back p { color: rgba(255,255,255,.86); }
.flip-hint { margin-top: auto; color: rgba(255,255,255,.52); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }

/* Sticky five-stop project journey */
.journey-scroll { position: relative; height: 520vh; background: #e8e6e2; color: #111; }
.journey-stage { position: sticky; top: 0; height: 100svh; min-height: 680px; overflow: hidden; background: #e8e6e2; }
.journey-bg { position: absolute; inset: -10%; background: url('assets/process-parallax.webp') center/cover no-repeat; opacity: .88; filter: brightness(1.12) saturate(.68); transform: translate3d(0,0,0) scale(1.12); will-change: transform; }
.journey-stage::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.2); pointer-events: none; }
.journey-heading { position: absolute; z-index: 5; top: 9vh; left: 50%; width: min(760px,calc(100% - 40px)); transform: translateX(-50%); text-align: center; }
.journey-heading .section-title { margin-block: 8px 24px; }
.journey-heading .section-title { color: #fff; text-shadow: 0 4px 20px rgba(0,0,0,.9); }
.journey-intro { max-width: 670px; margin: 0 auto 26px; color: rgba(255,255,255,.88); line-height: 1.55; text-shadow: 0 3px 12px rgba(0,0,0,.85); }
.journey-canvas { position: absolute; inset: 42vh 0 12vh; width: min(100%,1100px); margin: auto; }
.journey-line { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.journey-line path { fill: none; stroke-width: 5; vector-effect: non-scaling-stroke; }
.journey-line-base { stroke: rgba(32,19,16,.28); }
.journey-line-progress { stroke: #EB2909; stroke-width: 7; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; filter: drop-shadow(0 0 10px rgba(235,41,9,1)); }
.journey-point { position: absolute; z-index: 4; left: var(--point-x); top: var(--point-y); width: 19px; height: 19px; border: 3px solid rgba(10,10,10,.3); border-radius: 50%; background: #f6f4f1; transform: translate(-50%,-50%); transition: border-color .35s,background .35s,box-shadow .35s,scale .35s; }
.journey-point.passed,.journey-point.active { border-color: var(--red); background: var(--red); }
.journey-point.active { scale: 1.35; box-shadow: 0 0 0 9px rgba(235,41,9,.13),0 0 30px rgba(235,41,9,.7); }
.journey-step { position: absolute; z-index: 3; top: var(--point-y); width: 38%; padding: 20px 24px; border: 1px solid rgba(10,10,10,.14); background: rgba(255,255,255,.78); color: #111; opacity: .04; transform: translateY(-50%) scale(.91); transition: opacity .4s,transform .4s,border-color .4s,background .4s,color .4s; backdrop-filter: blur(9px); }
.journey-step.side-left { right: 57%; text-align: right; }
.journey-step.side-right { left: 57%; }
.journey-step.passed { opacity: .13; }
.journey-step.active { opacity: 1; color: #111; transform: translateY(-50%) scale(1); border-color: var(--red); background: rgba(246,244,241,.97); box-shadow: 0 18px 45px rgba(0,0,0,.28); }
.journey-step strong { color: var(--red); font-family: "Archivo",sans-serif; font-size: 1.25rem; }
.journey-step h3 { margin: 4px 0; font-size: 1rem; }
.journey-step p { margin: 0; color: rgba(10,10,10,.68); font-size: .82rem; line-height: 1.52; }
.journey-step.active p { color: rgba(10,10,10,.72); }
.journey-step-note { display: block; margin-top: 7px; color: var(--red); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.journey-step.active .journey-step-note { color: var(--red); }

/* Full-width portfolio track controlled by page scroll */
.portfolio-scroll { position: relative; height: 440vh; background: var(--paper); }
.portfolio-stage { position: sticky; top: 0; height: 100svh; min-height: 680px; overflow: hidden; }
.portfolio-scroll-heading { position: absolute; z-index: 4; top: 8vh; left: max(30px,calc((100vw - var(--max))/2)); }
.portfolio-scroll-heading .section-title { margin-block: 8px 0; }
.portfolio-scroll-description { max-width: 620px; margin: 16px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.6; }
.portfolio-scroll-track { position: absolute; left: 0; bottom: 5vh; display: flex; gap: 24px; padding-inline: max(30px,calc((100vw - var(--max))/2)); will-change: transform; }
.portfolio-slide { position: relative; flex: 0 0 78vw; height: 67vh; overflow: hidden; background: #111; box-shadow: 0 25px 60px rgba(0,0,0,.22); transform: scale(.92); opacity: .54; transition: transform .22s linear,opacity .22s linear; }
.portfolio-slide.active { transform: scale(1); opacity: 1; }
.portfolio-slide img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.portfolio-slide:hover img { transform: scale(1.04); }
.portfolio-slide::after { content: none; }
.portfolio-slide-copy { display: none; }
.portfolio-slide-copy strong { display: block; color: var(--red); font-family: "Archivo",sans-serif; font-size: clamp(1.7rem,3vw,3rem); }
.portfolio-slide-copy h3 { margin: 7px 0 0; font-family: "Archivo",sans-serif; font-size: clamp(1.7rem,4vw,4.2rem); line-height: 1; }
.portfolio-slide-copy span { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
/* Masonry-style gallery: varied sizes, no captions, color hover + zoom, click to open lightbox */
.portfolio-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); grid-auto-rows: 210px; grid-auto-flow: dense; gap: 16px; }
.portfolio-item { position: relative; grid-column: span 1; grid-row: span 1; overflow: hidden; border: 0; margin: 0; padding: 0; background: #1a1a1a; cursor: zoom-in; display: block; width: 100%; height: 100%; }
.portfolio-item.size-wide { grid-column: span 2; grid-row: span 1; }
.portfolio-item.size-tall { grid-column: span 1; grid-row: span 2; }
.portfolio-item.size-feature { grid-column: span 2; grid-row: span 2; }
.portfolio-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .65s cubic-bezier(.2,.8,.2,1), filter .5s; }
.portfolio-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(140deg,rgba(235,41,9,.82),rgba(10,10,10,.78)); opacity: 0; transition: opacity .4s ease; }
.portfolio-item:hover img,.portfolio-item:focus-visible img { transform: scale(1.1); filter: brightness(.7); }
.portfolio-item:hover::after,.portfolio-item:focus-visible::after { opacity: 1; }
.portfolio-zoom { position: absolute; inset: 0; z-index: 2; display: grid; place-items: center; opacity: 0; transform: scale(.55); transition: opacity .35s ease, transform .4s cubic-bezier(.2,.8,.2,1); }
.portfolio-item:hover .portfolio-zoom,.portfolio-item:focus-visible .portfolio-zoom { opacity: 1; transform: scale(1); }
.portfolio-zoom i { width: 58px; height: 58px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.85); border-radius: 50%; color: #fff; font-size: 1.25rem; background: rgba(10,10,10,.25); backdrop-filter: blur(2px); }
.portfolio-item:focus-visible { outline: 3px solid #fff; outline-offset: -3px; }

.lightbox { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 40px; background: rgba(6,6,6,.94); opacity: 0; visibility: hidden; transition: opacity .35s ease, visibility .35s; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox-stage { position: relative; max-width: min(1100px,92vw); max-height: 86vh; }
.lightbox-stage img { display: block; max-width: 100%; max-height: 86vh; width: auto; height: auto; object-fit: contain; box-shadow: 0 40px 100px rgba(0,0,0,.6); transform: scale(.86); opacity: 0; transition: transform .4s cubic-bezier(.2,.8,.2,1), opacity .4s ease; }
.lightbox.open .lightbox-stage img { transform: scale(1); opacity: 1; }
.lightbox-close { position: absolute; top: -56px; right: 0; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; background: rgba(255,255,255,.06); color: #fff; font-size: 1.05rem; cursor: pointer; transition: background .25s,border-color .25s,transform .25s; }
.lightbox-close:hover { background: var(--red); border-color: var(--red); transform: rotate(90deg); }
.page-hero { min-height: 62svh; padding: calc(var(--header-h) + 100px) 0 100px; display: flex; align-items: end; position: relative; overflow: hidden; background: #111; color: #fff; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(0,0,0,.85),rgba(0,0,0,.15)); }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero .display { max-width: 880px; }
.about-page-hero .body-copy { max-width: 660px; color: rgba(255,255,255,.82); text-shadow: 0 3px 14px rgba(0,0,0,.75); }

/* About page: editorial story layout inspired by the supplied reference */
.about-story-section { position: relative; min-height: 780px; overflow: hidden; background: var(--paper); }
.about-story-image { position: absolute; inset: 0 0 110px; background: linear-gradient(90deg,rgba(10,10,10,.08),rgba(10,10,10,.24)),url('assets/process-parallax.webp') center/cover no-repeat; transform: scale(1.035); animation: aboutImageDrift 14s ease-in-out infinite alternate; }
.home-standard-story .about-story-image { background-image: linear-gradient(90deg,rgba(10,10,10,.1),rgba(10,10,10,.22)),url('assets/general-construction.webp'); }
.about-story-card { position: absolute; z-index: 2; left: max(40px,calc((100vw - var(--max))/2)); bottom: 0; width: min(570px,calc(100% - 80px)); padding: clamp(42px,6vw,78px); background: #fff; box-shadow: 0 28px 80px rgba(0,0,0,.18); border-top: 5px solid var(--red); }
.about-story-card p { color: var(--muted); line-height: 1.72; }
@keyframes aboutImageDrift { from { transform: scale(1.035) translate3d(-.8%,0,0); } to { transform: scale(1.075) translate3d(.8%,-1%,0); } }

.about-stats { display: grid; grid-template-columns: repeat(4,1fr); background: var(--ink); color: #fff; }
.about-stat { min-height: 210px; display: flex; flex-direction: column; justify-content: center; padding: 38px clamp(24px,4vw,58px); border-right: 1px solid rgba(255,255,255,.13); }
.about-stat:last-child { border-right: 0; }
.about-stat strong { color: var(--red); font-family: "Archivo",sans-serif; font-size: clamp(2.35rem,4vw,4.6rem); line-height: 1; }
.about-stat span { margin-top: 14px; color: rgba(255,255,255,.64); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.about-purpose { position: relative; overflow: hidden; padding: 140px 0; }
.about-purpose::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 12% 20%,rgba(235,41,9,.2),transparent 24%),linear-gradient(125deg,transparent 68%,rgba(235,41,9,.09) 68%); }
.about-purpose .container { position: relative; }
.about-purpose-heading { max-width: 820px; margin-bottom: 70px; }
.about-purpose-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.about-purpose-card { position: relative; min-height: 380px; display: flex; flex-direction: column; justify-content: flex-end; padding: 38px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.045); overflow: hidden; transition: transform .35s,border-color .35s,background .35s; }
.about-purpose-card:hover { transform: translateY(-10px); border-color: var(--red); background: rgba(235,41,9,.1); }
.about-purpose-card.accent { background: var(--red); }
.about-purpose-card > i { position: absolute; top: 34px; right: 34px; color: rgba(255,255,255,.12); font-size: 5.8rem; transition: transform .5s,color .5s; }
.about-purpose-card:hover > i { transform: rotate(-8deg) scale(1.12); color: rgba(255,255,255,.22); }
.about-purpose-card > span { color: var(--red); font-family: "Archivo",sans-serif; font-size: 1.1rem; font-weight: 900; }
.about-purpose-card.accent > span { color: #fff; }
.about-purpose-card h3 { margin: 9px 0 14px; font-family: "Archivo",sans-serif; font-size: 1.8rem; }
.about-purpose-card p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.7; }

.service-showcase-scroll { overflow: hidden; padding: 130px 0; background: #ebe9e5; }
.service-showcase-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; margin-bottom: 58px; }
.service-showcase-heading .body-copy { margin: 0; }
.service-showcase-window { overflow: hidden; }
.service-showcase-track { display: flex; width: max-content; gap: 18px; padding-inline: 18px; animation: serviceCarousel 28s linear infinite; }
.service-showcase-track:hover { animation-play-state: paused; }
.service-showcase-card { position: relative; width: min(46vw,620px); height: 520px; flex: 0 0 auto; overflow: hidden; background: #111; color: #fff; box-shadow: 0 22px 50px rgba(0,0,0,.2); }
.service-showcase-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.service-showcase-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.9),transparent 58%); }
.service-showcase-card > div { position: absolute; z-index: 2; left: 38px; right: 38px; bottom: 34px; }
.service-showcase-card span { color: var(--red); font-family: "Archivo",sans-serif; font-weight: 900; }
.service-showcase-card h3 { margin: 8px 0 16px; font-family: "Archivo",sans-serif; font-size: clamp(1.8rem,3vw,3.4rem); line-height: 1; }
.service-showcase-card strong { font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.service-showcase-card:hover img { transform: scale(1.07); }
@keyframes serviceCarousel { to { transform: translateX(calc(-50% - 9px)); } }

.faq-split { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); align-items: start; gap: clamp(50px,7vw,100px); }
.faq-content .body-copy { max-width: 680px; }
.faq-list { margin-top: 34px; }
.faq-image-wrap { position: sticky; top: 120px; min-height: 720px; overflow: hidden; background: var(--ink); box-shadow: 0 28px 65px rgba(0,0,0,.18); }
.faq-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.76),transparent 58%); }
.faq-image-wrap img { width: 100%; height: 720px; object-fit: cover; transition: transform .8s; }
.faq-image-wrap:hover img { transform: scale(1.04); }
.faq-image-wrap span { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 34px; display: flex; align-items: center; gap: 12px; color: #fff; font-weight: 800; line-height: 1.5; }
.faq-image-wrap span i { color: var(--red); font-size: 1.4rem; }
.split-list { border-top: 1px solid rgba(10,10,10,.15); }
.split-list > div { display: grid; grid-template-columns: 80px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(10,10,10,.15); }
.split-list strong { color: var(--red); font-family: "Archivo",sans-serif; font-size: 1.4rem; }
.map-frame { width: 100%; min-height: 520px; border: 0; }
.city-list { display: flex; flex-wrap: wrap; gap: 10px; }
.city-list span { padding: 9px 14px; border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.78); }
.video-placeholder { min-height: 460px; display: grid; place-items: center; padding: 40px; border: 1px solid rgba(255,255,255,.2); background: linear-gradient(135deg,#151515,#070707); text-align: center; }
.video-icon { width: 82px; height: 82px; display: grid; place-items: center; margin: 0 auto 24px; border: 2px solid var(--red); border-radius: 50%; color: var(--red); font-size: 1.5rem; }
.contact-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1/-1; }
.field label { font-size: .8rem; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; padding: 15px 16px; border: 1px solid rgba(10,10,10,.2); background: #fff; outline: none; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(235,41,9,.1); }
.contact-list { display: grid; gap: 20px; }
.contact-row { display: grid; grid-template-columns: 44px 1fr; gap: 15px; align-items: center; }
.contact-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; }
.faq-item { border-top: 1px solid rgba(10,10,10,.15); }
.faq-question { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; border: 0; background: transparent; text-align: left; font-weight: 800; cursor: pointer; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { margin: 0 0 25px; color: var(--muted); line-height: 1.65; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }

/* Contact + review composition inspired by the supplied reference */
.review-contact-section { position: relative; overflow: hidden; background: #101010; color: #fff; }
.review-layout { display: grid; grid-template-columns: 44% 56%; min-height: 780px; }
.review-visual { position: relative; min-height: 780px; background: linear-gradient(rgba(10,10,10,.2),rgba(10,10,10,.48)),url('assets/general-construction.webp') center/cover no-repeat; }
.review-form-card { position: absolute; z-index: 4; top: 50%; right: -88px; width: min(520px,calc(100% - 40px)); padding: 48px; border: 7px solid rgba(10,10,10,.32); background: var(--red); transform: translateY(-50%); box-shadow: 0 30px 70px rgba(0,0,0,.35); }
.review-form-card .eyebrow { color: #fff; }
.review-form-card h2 { margin: 12px 0 30px; font-family: "Archivo",sans-serif; font-size: clamp(2rem,3vw,3rem); line-height: 1; }
.review-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.review-form .full { grid-column: 1/-1; }
.review-form input,.review-form select,.review-form textarea { width: 100%; padding: 15px 16px; border: 0; background: #fff; color: #111; outline: 0; }
.review-form textarea { min-height: 128px; resize: vertical; }
.review-form input:focus,.review-form select:focus,.review-form textarea:focus { box-shadow: 0 0 0 4px rgba(10,10,10,.18); }
.review-form .btn { width: 100%; clip-path: none; background: #111; }
.review-content { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 80px max(40px,8vw) 80px 140px; }
.review-content > .body-copy { color: rgba(255,255,255,.62); max-width: 660px; }
.review-slider { position: relative; min-height: 300px; margin-top: 38px; }
.review-slide { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 42px; border: 1px solid rgba(255,255,255,.1); background: #1b1b1b; opacity: 0; transform: translateX(28px); pointer-events: none; transition: opacity .5s,transform .5s; }
.review-slide.active { opacity: 1; transform: none; pointer-events: auto; }
.review-stars { color: var(--red); letter-spacing: 4px; }
.review-slide h3 { margin: 12px 0 22px; font-size: 1.2rem; }
.review-slide blockquote { margin: 0; color: rgba(255,255,255,.76); font-size: 1.03rem; line-height: 1.75; }
.review-slide small { margin-top: 22px; color: rgba(255,255,255,.36); font-weight: 800; letter-spacing: .08em; }
.review-controls { display: flex; align-items: center; gap: 12px; margin-top: 26px; }
.review-controls::before,.review-controls::after { content: ""; height: 1px; background: rgba(235,41,9,.55); }
.review-controls::before { width: 90px; }
.review-controls::after { flex: 1; }
.review-arrow { width: 48px; height: 48px; border: 1px dashed rgba(255,255,255,.3); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; transition: background .25s,border-color .25s; }
.review-arrow:hover { border-color: var(--red); background: var(--red); }

[data-reveal],.motion-enter { opacity: 0; transform: translateY(28px); transition: opacity .85s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1); }
[data-reveal].visible { opacity: 1; transform: none; }
.motion-enter.visible { opacity: 1; transform: none; }
.letter { display: inline-block; opacity: 0; transform: translateY(.72em) rotateX(-70deg); transform-origin: 50% 100%; transition: opacity .42s ease,transform .58s cubic-bezier(.16,1,.3,1); transition-delay: var(--letter-delay,0ms); }
.word { display: inline-block; white-space: nowrap; }
.letter-space { display: inline-block; width: .28em; }
.letters-visible .letter { opacity: 1; transform: none; }
.section.section-dark:has(.map-frame) { padding: 0; }
.section.section-dark:has(.map-frame) > .container { width: 100%; max-width: none; gap: 0; align-items: stretch; }
.section.section-dark:has(.map-frame) > .container > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(74px,9vw,140px) clamp(32px,7vw,120px); }
.section.section-dark:has(.map-frame) .map-frame { display: block; width: 100%; height: 100%; min-height: 560px; border: 0; border-radius: 0; }

.cta { position: relative; overflow: hidden; padding: 150px 0; background: linear-gradient(120deg,#090909 0%,#30100b 28%,#eb2909 50%,#160d0b 72%,#090909 100%); background-size: 320% 320%; color: #fff; text-align: center; animation: ctaColorFlow 11s ease-in-out infinite; }
.cta::before { content: ""; position: absolute; inset: -35%; background: radial-gradient(circle at 25% 45%,rgba(255,91,50,.42),transparent 25%),radial-gradient(circle at 76% 54%,rgba(0,0,0,.7),transparent 30%); animation: ctaGlowDrift 9s ease-in-out infinite alternate; }
.cta::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg,transparent 25%,rgba(255,255,255,.08) 48%,transparent 70%); background-size: 220% 100%; animation: ctaLightSweep 8s linear infinite; }
.cta .container { position: relative; z-index: 2; }
.cta .eyebrow { display: inline-flex; align-items: center; justify-content: center; padding: 9px 15px; border: 1px solid rgba(10,10,10,.12); border-radius: 999px; background: #e7e5e1; color: var(--red); box-shadow: 0 8px 24px rgba(0,0,0,.16); }

@keyframes ctaColorFlow { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
@keyframes ctaGlowDrift { from { transform: translate3d(-5%,0,0) scale(1); } to { transform: translate3d(7%,3%,0) scale(1.12); } }
@keyframes ctaLightSweep { from { background-position: 180% 0; } to { background-position: -120% 0; } }
.site-footer { padding: 90px 0 35px; background: var(--ink); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .9fr 1.2fr; gap: 50px; }
.footer-logo { width: 200px; margin-bottom: 20px; }
.footer-title { margin-bottom: 20px; font-size: .8rem; font-weight: 800; letter-spacing: .08em; }
.footer-links { display: grid; gap: 13px; color: rgba(255,255,255,.62); font-size: .88rem; }
.footer-links a:hover { color: var(--red); }
.footer-socials { margin-top: 22px; }
.footer-socials a,.contact-socials a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: #fff; transition: background .25s,border-color .25s,transform .25s; }
.footer-socials a:hover,.contact-socials a:hover { background: var(--red); border-color: var(--red); transform: translateY(-3px); }
.contact-social-block { margin-top: 38px; padding-top: 30px; border-top: 1px solid rgba(10,10,10,.14); }
.contact-social-block h3 { margin: 10px 0 20px; font-family: "Archivo",sans-serif; font-size: 1.35rem; }
.contact-socials a { border-color: rgba(10,10,10,.18); background: var(--ink); }
.contact-page .site-footer { padding-top: 70px; }
.contact-page .footer-grid { display: block; }
.contact-page .footer-grid > div:not(.footer-brand-column) { display: none; }
.contact-page .footer-brand-column { max-width: 620px; margin-inline: auto; text-align: center; }
.contact-page .footer-logo { margin-inline: auto; }
.contact-page .copyright { max-width: 760px; margin-inline: auto; text-align: center; }
.copyright { margin-top: 65px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-size: .78rem; }
.floating { position: fixed; z-index: 80; bottom: 24px; width: 54px; height: 54px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; cursor: pointer; box-shadow: 0 8px 25px rgba(0,0,0,.22); }
.whatsapp { right: 24px; background: var(--ink); border: 2px solid var(--red); font-size: 1.35rem; }
.back-top { right: 88px; background: var(--red); opacity: 0; pointer-events: none; transition: opacity .25s; }
.back-top.show { opacity: 1; pointer-events: auto; }

@media (max-width: 1180px) {
  .nav-links > a:not(.btn) { display: none; }
  .nav-links .btn { display: none; }
  .nav-toggle { display: grid; place-items: center; }
}

@media (max-width: 980px) {
  :root { --header-h: 128px; }
  .container { width: min(calc(100% - 40px),var(--max)); }
  .topbar { display: block; min-height: 42px; }
  .topbar-inner { min-height: 42px; justify-content: center; gap: 15px; }
  .topbar-group { gap: 0; }
  .topbar-group > :not(.topbar-email),.topbar-location { display: none; }
  .topbar-email { display: inline-flex; align-items: center; font-size: .68rem; }
  .topbar-socials { margin-left: 0; gap: 7px; }
  .topbar-socials a { width: 25px; height: 25px; }
  .nav-inner { min-height: 86px; }
  .brand { flex-basis: 220px; }
  .brand img { width: 220px !important; max-height: 80px; }
  .nav-links > a:not(.btn) { display: none; }
  .nav-links .btn { display: none; }
  .nav-toggle { display: grid; place-items: center; }
  .site-header { background: rgba(10,10,10,.97); }
  .section { padding: 90px 0; }
  .about-story-section { min-height: 720px; }
  .about-story-card { left: 40px; }
  .about-stats { grid-template-columns: repeat(2,1fr); }
  .about-stat:nth-child(2) { border-right: 0; }
  .about-stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .about-purpose { padding: 100px 0; }
  .about-purpose-grid { grid-template-columns: 1fr; }
  .about-purpose-card { min-height: 300px; }
  .service-showcase-heading { grid-template-columns: 1fr; gap: 12px; }
  .service-showcase-card { width: 72vw; height: 500px; }
  .faq-split { grid-template-columns: 1fr; }
  .faq-image-wrap { position: relative; top: auto; min-height: 520px; }
  .faq-image-wrap img { height: 520px; }
  .grid-2 { grid-template-columns: 1fr; gap: 44px; }
  .grid-3 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .grid-4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hero-scroll { height: 360svh; }
  .hero-stage { min-height: 0; }
  .hero-intro { left: 20px; right: 20px; bottom: 8svh; }
  .hero-intro .display { font-size: clamp(2.7rem,13vw,5.5rem); }
  .hero-reveal { padding: 90px 22px 28px; }
  .scroll-cue { display: none; }
  .trades-scroll { height: 500svh; }
  .trades-stage { min-height: 0; }
  .trades-heading { top: 96px; left: 20px; right: 20px; }
  .trades-heading .section-title { font-size: clamp(1.9rem,8vw,3.2rem); }
  .trade-card { grid-template-columns: 1fr; grid-template-rows: 47% 53%; }
  .trade-media { grid-row: 1; }
  .trade-copy { grid-row: 2; padding: 28px 44px 46px 20px; align-self: center; }
  .trade-number { font-size: 2.8rem; }
  .trade-copy h3 { font-size: clamp(1.9rem,9vw,3rem); }
  .trade-copy .body-copy { font-size: .95rem; line-height: 1.55; }
  .trade-progress { right: 16px; top: 62%; }
  .trade-dot { height: 26px; }
  .trade-dot.active { height: 44px; }
  .services-scroll { height: 660svh; }
  .services-stage { min-height: 0; }
  .services-heading { top: 96px; left: 20px; right: 20px; }
  .services-heading .section-title { font-size: clamp(1.9rem,8vw,3.2rem); }
  .service-scroll-card { grid-template-columns: 1fr; grid-template-rows: 44% 56%; }
  .service-scroll-media { grid-row: 1; }
  .service-scroll-copy { grid-row: 2; align-self: center; padding: 24px 20px 34px; max-width: none; }
  .service-scroll-number { font-size: 2.6rem; }
  .service-scroll-copy h3 { font-size: clamp(1.8rem,8vw,2.8rem); }
  .service-scroll-copy .body-copy { max-width: none; font-size: .95rem; line-height: 1.55; }
  .service-scroll-features { grid-template-columns: 1fr; max-width: none; margin: 16px 0 20px; }
  .services-progress { right: 16px; top: 60%; }
  .services-dot { height: 26px; }
  .services-dot.active { height: 44px; }
  .journey-stage { min-height: 0; }
  .journey-heading { top: 88px; }
  .journey-heading .section-title { font-size: clamp(1.65rem,6vw,2.4rem); }
  .journey-heading .section-title { margin-bottom: 14px; }
  .journey-intro { font-size: .82rem; }
  .journey-canvas { inset: 39vh 0 9vh; width: 100%; }
  .journey-line { left: 6px; width: 88px; }
  .journey-point { left: 50px; }
  .journey-step,.journey-step.side-left,.journey-step.side-right { left: 82px; right: 15px; width: auto; text-align: left; padding: 12px 15px; }
  .portfolio-stage { min-height: 0; }
  .portfolio-scroll-heading { top: 86px; left: 20px; right: 20px; }
  .portfolio-scroll-heading .section-title { font-size: clamp(1.8rem,8vw,3rem); }
  .portfolio-scroll-track { bottom: 5vh; gap: 14px; padding-inline: 20px; }
  .portfolio-slide { flex-basis: 88vw; height: 65vh; }
  .review-layout { grid-template-columns: 1fr; min-height: 0; }
  .review-visual { min-height: 720px; }
  .review-form-card { right: 20px; left: 20px; width: auto; }
  .review-content { padding: 80px 40px; }
  .section.section-dark:has(.map-frame) > .container { grid-template-columns: 1fr; }
  .section.section-dark:has(.map-frame) .map-frame { min-height: 480px; }
  .portfolio-grid { grid-template-columns: repeat(3,minmax(0,1fr)); grid-auto-rows: 190px; }
  .service-panel,.service-panel.reverse { grid-template-columns: 1fr; }
  .service-panel .service-panel-media,.service-panel.reverse .service-panel-media { order: 1; min-height: 280px; }
  .service-panel .service-panel-copy,.service-panel.reverse .service-panel-copy { order: 2; }
  .process-section { padding-top: 120px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 32px),var(--max)); }
  .section { padding: 74px 0; }
  .display { font-size: clamp(2.15rem,12vw,3.5rem); }
  .section-title { font-size: clamp(1.9rem,10vw,2.8rem); }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: 165px; gap: 10px; }
  .process-section { padding-top: 90px; }
  .feature-image { min-height: 380px; }
  .contact-form { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .site-footer { padding-top: 70px; }
  .site-footer,.site-footer .body-copy,.copyright { text-align: center; }
  .site-footer .body-copy { margin-inline: auto; }
  .footer-grid { justify-items: center; }
  .footer-logo { display: block; margin-inline: auto; }
  .footer-socials { justify-content: center; }
  .footer-links { justify-items: center; }
  .footer-links a,.footer-links span { justify-content: center; }
  .page-hero { min-height: 54svh; padding: 150px 0 70px; }
  .hero-intro .display { max-width: calc(100vw - 40px); font-size: clamp(2.15rem,10.8vw,3.55rem); line-height: .94; }
  .about-page-hero .display { font-size: clamp(2.2rem,11vw,3.5rem); }
  .about-story-section { min-height: 0; padding-top: 58vh; }
  .about-story-image { inset: 0 0 auto; height: 58vh; }
  .about-story-card { position: relative; left: auto; bottom: auto; width: calc(100% - 32px); margin: -58px auto 0; padding: 38px 24px; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .about-stat { min-height: 165px; padding: 28px 18px; }
  .about-stat strong { font-size: 2.2rem; }
  .about-stat span { font-size: .63rem; line-height: 1.45; }
  .about-purpose { padding: 80px 0; }
  .about-purpose-heading { margin-bottom: 44px; }
  .about-purpose-card { min-height: 280px; padding: 30px 24px; }
  .service-showcase-scroll { padding: 82px 0; }
  .service-showcase-heading { margin-bottom: 38px; }
  .service-showcase-card { width: 84vw; height: 430px; }
  .service-showcase-card > div { left: 24px; right: 24px; bottom: 26px; }
  .faq-split { gap: 42px; }
  .faq-image-wrap,.faq-image-wrap img { min-height: 0; height: 430px; }
  .hero-actions { display: grid; max-width: 290px; }
  .hero-intro .body-copy { font-size: .98rem; }
  .hero-reveal .body-copy { font-size: .96rem; }
  .trades-heading .eyebrow { display: inline-flex; padding: 7px 11px; font-size: .62rem; }
  .trades-heading { top: 86px; }
  .trade-card { grid-template-rows: 44% 56%; }
  .trade-copy { padding-bottom: 34px; }
  .trade-copy p { margin-bottom: 12px; }
  .services-heading { top: 82px; }
  .service-scroll-card { grid-template-rows: 40% 60%; }
  .service-scroll-copy { padding: 18px 16px 28px; }
  .service-scroll-copy p { margin-bottom: 10px; }
  .service-scroll-features li { font-size: .85rem; }
  .journey-heading { top: 82px; }
  .journey-heading .eyebrow { font-size: .63rem; }
  .journey-intro { display: none; }
  .journey-canvas { inset: 36vh 0 8vh; }
  .journey-step,.journey-step.side-left,.journey-step.side-right { left: 66px; right: 10px; padding: 9px 12px; }
  .journey-point { left: 40px; width: 16px; height: 16px; }
  .journey-line { width: 72px; }
  .journey-step h3 { font-size: .9rem; }
  .journey-step p { font-size: .69rem; }
  .journey-step-note { margin-top: 3px; font-size: .56rem; }
  .portfolio-scroll-heading { top: 82px; }
  .portfolio-slide { height: 56vh; }
  .portfolio-scroll-description { font-size: .85rem; line-height: 1.45; }
  .review-visual { min-height: 760px; }
  .review-form-card { top: 50%; padding: 30px 22px; border-width: 5px; }
  .review-form { grid-template-columns: 1fr; }
  .review-form .full { grid-column: auto; }
  .review-content { padding: 70px 16px; }
  .review-slider { min-height: 360px; }
  .review-slide { padding: 28px 22px; }
  .section.section-dark:has(.map-frame) > .container > div { padding: 76px 22px; }
  .section.section-dark:has(.map-frame) .map-frame { min-height: 420px; }
  .back-top { right: 82px; }
}

/* ===== CTA banners: description copy + centered actions (all pages) ===== */
.cta-desc { max-width: 620px; margin: 0 auto 30px; color: rgba(255,255,255,.74); font-size: 1.02rem; line-height: 1.75; }
.cta .hero-actions,
.cta-actions { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; gap: 14px; margin-top: 32px; text-align: center; }
.cta-actions .btn:only-child { margin-inline: auto; }

/* ===== Videos page: animated "coming soon" placeholder ===== */
.video-placeholder { position: relative; overflow: hidden; }
.video-placeholder-inner { position: relative; z-index: 2; }
.video-placeholder-decor { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 1; }
.video-placeholder-decor i { position: absolute; color: rgba(235,41,9,.12); animation: videoDecorFloat 8s ease-in-out infinite; }
.video-placeholder-decor i:nth-child(1) { left: 8%; top: 18%; font-size: 3.2rem; animation-delay: 0s; }
.video-placeholder-decor i:nth-child(2) { right: 10%; top: 22%; font-size: 2.6rem; animation-delay: -2.6s; }
.video-placeholder-decor i:nth-child(3) { left: 16%; bottom: 14%; font-size: 2.2rem; animation-delay: -5s; }
@keyframes videoDecorFloat { 0%,100% { transform: translateY(0) rotate(-6deg); } 50% { transform: translateY(-18px) rotate(6deg); } }
.video-icon { position: relative; border: 0; background: transparent; cursor: pointer; color: var(--red); transition: transform .3s; }
.video-icon:hover,.video-icon:focus-visible { transform: scale(1.08); }
.video-icon i { position: relative; z-index: 2; }
.video-icon-ring { position: absolute; inset: -1px; border: 2px solid var(--red); border-radius: 50%; opacity: 0; animation: videoRingPulse 2.6s ease-out infinite; }
.video-icon-ring:nth-child(2) { animation-delay: 1.3s; }
@keyframes videoRingPulse { 0% { transform: scale(1); opacity: .65; } 100% { transform: scale(2.15); opacity: 0; } }
.coming-soon-badge { display: inline-flex; align-items: center; gap: 9px; margin: 22px 0 8px; padding: 8px 16px; border: 1px solid rgba(235,41,9,.4); border-radius: 999px; background: rgba(235,41,9,.1); color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 0 rgba(235,41,9,.7); animation: pulseDot 1.8s ease-out infinite; }
@keyframes pulseDot { 0% { box-shadow: 0 0 0 0 rgba(235,41,9,.55); } 70% { box-shadow: 0 0 0 9px rgba(235,41,9,0); } 100% { box-shadow: 0 0 0 0 rgba(235,41,9,0); } }
.video-placeholder .text-link { transition: gap .3s; }
.video-placeholder .text-link:hover { gap: 14px; }

/* ===== Services: interactive alternating service panels ===== */
.service-list { display: grid; gap: 26px; }
.service-panel { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 0; overflow: hidden; border: 1px solid rgba(10,10,10,.1); background: #fff; transition: box-shadow .35s,border-color .35s; }
.service-panel:hover { box-shadow: 0 26px 60px rgba(0,0,0,.14); border-color: rgba(235,41,9,.3); }
.service-panel.reverse { grid-template-columns: 1fr 1fr; }
.service-panel.reverse .service-panel-media { order: 2; }
.service-panel.reverse .service-panel-copy { order: 1; }
.service-panel-media { position: relative; min-height: 320px; overflow: hidden; }
.service-panel-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.service-panel:hover .service-panel-media img { transform: scale(1.08) rotate(.3deg); }
.service-panel-badge { position: absolute; left: 24px; bottom: 24px; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-size: 1.25rem; box-shadow: 0 14px 30px rgba(235,41,9,.4); transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.service-panel:hover .service-panel-badge { transform: scale(1.1) rotate(-8deg); }
.service-panel-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px,4vw,56px); }
.service-panel-num { color: var(--red); font-family: "Archivo",sans-serif; font-size: 1.15rem; font-weight: 900; letter-spacing: .05em; }
.service-panel-copy h3 { margin: 10px 0 14px; font-family: "Archivo",sans-serif; font-size: clamp(1.5rem,2.4vw,2rem); }
.service-panel-features { display: grid; gap: 11px; margin: 22px 0 24px; padding: 0; list-style: none; }
.service-panel-features li { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .93rem; font-weight: 600; }
.service-panel-features li i { flex: 0 0 auto; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: rgba(235,41,9,.12); color: var(--red); font-size: .7rem; }

/* ===== Extra breathing room above the process section ===== */
.process-section { padding-top: 180px; }

/* ===== "Fourteen Years, One Standard" image: explicit cover, no mobile gap ===== */
.about-story-image { background-size: cover; background-position: center; background-repeat: no-repeat; }

/* About tab only: white section background, image washed with a white filter */
.about-story-mono { background: #fff; }
.about-story-mono .about-story-image { filter: grayscale(.2) brightness(1.25) contrast(.92); }
.about-story-mono .about-story-image::after { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,.55); }

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