:root {
  --blue:#075b97;
  --blue-bright:#58b9ef;
  --graphite:#4b4b4d;
  --ink:#202326;
  --paper:#f7f7f5;
  --line:rgba(32,35,38,.14);
  --header-h:78px;
  --container:min(1440px, calc(100vw - 96px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-snap-type:y mandatory;background:#000}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:#000;overflow-x:hidden}
body.menu-open{overflow:hidden}
a{color:inherit}
img,video{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
::selection{background:var(--blue);color:#fff}
.skip-link{position:fixed;left:18px;top:-60px;z-index:9999;background:#fff;color:#111;padding:10px 14px;text-decoration:none;border:1px solid #111}.skip-link:focus{top:18px}
.container{width:var(--container);margin-inline:auto;position:relative;z-index:2}
.screen{height:100svh;min-height:100svh;position:relative;overflow:hidden;scroll-snap-align:start;scroll-snap-stop:always;isolation:isolate}
.light-screen{background:var(--paper)}
.graphite-screen{background:var(--graphite);color:#fff}
.eyebrow{margin:0 0 20px;text-transform:uppercase;font-size:.78rem;letter-spacing:.18em;font-weight:800;color:var(--blue)}
.eyebrow.light{color:#8dd3f8}
h2{margin:0;font-size:clamp(2.7rem,5vw,6.2rem);line-height:.93;letter-spacing:-.055em;font-weight:800}
p{line-height:1.58}
.cta{display:inline-flex;align-items:center;gap:24px;min-height:54px;padding:0 22px;border:0;border-radius:0;text-decoration:none;font-weight:800;cursor:pointer}.cta-primary{background:var(--blue);color:#fff}.cta-primary:hover{background:#064c7e}.text-link{display:inline-flex;gap:18px;align-items:center;margin-top:30px;color:var(--blue);font-weight:800;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:7px}

/* header */
.site-header{position:fixed;inset:0 0 auto;z-index:1000;height:var(--header-h);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:34px;padding:0 42px;color:#fff;background:linear-gradient(180deg,rgba(0,0,0,.76),rgba(0,0,0,0));transition:background .25s,border-color .25s;border-bottom:1px solid transparent}
.site-header.is-solid{background:rgba(34,35,37,.94);backdrop-filter:blur(12px);border-color:rgba(255,255,255,.14)}
.brand img{width:164px;height:auto}
.desktop-nav{display:flex;justify-content:center;gap:26px;align-items:center}.desktop-nav a{font-size:.82rem;text-decoration:none;color:rgba(255,255,255,.74);padding:30px 0 25px;border-bottom:2px solid transparent}.desktop-nav a:hover,.desktop-nav a.is-active{color:#fff;border-color:var(--blue-bright)}
.header-contact{font-size:.82rem;font-weight:800;text-decoration:none;border-left:1px solid rgba(255,255,255,.35);padding-left:24px}.header-contact span{color:var(--blue-bright);margin-left:10px}
.menu-toggle{display:none;width:44px;height:44px;border:0;background:transparent;padding:10px;cursor:pointer}.menu-toggle span{height:2px;background:#fff;display:block;margin:5px 0;transition:.25s}
.mobile-menu{position:fixed;inset:0;z-index:990;background:rgba(34,35,37,.985);display:grid;place-items:center;opacity:0;visibility:hidden;transition:.25s}.mobile-menu nav{display:grid;gap:18px;width:min(78vw,440px)}.mobile-menu a{color:#fff;text-decoration:none;font-size:1.1rem;border-bottom:1px solid rgba(255,255,255,.14);padding:0 0 12px}.menu-open .mobile-menu{opacity:1;visibility:visible}.menu-open .menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-open .menu-toggle span:nth-child(2){opacity:0}.menu-open .menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.prototype-note{position:fixed;z-index:1100;bottom:14px;left:16px;color:rgba(255,255,255,.5);font-size:.62rem;text-transform:uppercase;letter-spacing:.12em;pointer-events:none}

/* technical lines */
.technical-grid{position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.7;background:linear-gradient(90deg,transparent 0 7%,rgba(7,91,151,.10) 7% calc(7% + 1px),transparent calc(7% + 1px) 46%,rgba(32,35,38,.06) 46% calc(46% + 1px),transparent calc(46% + 1px) 81%,rgba(7,91,151,.08) 81% calc(81% + 1px),transparent calc(81% + 1px)),linear-gradient(0deg,transparent 0 16%,rgba(32,35,38,.06) 16% calc(16% + 1px),transparent calc(16% + 1px) 72%,rgba(7,91,151,.07) 72% calc(72% + 1px),transparent calc(72% + 1px)),linear-gradient(25deg,transparent 0 68%,rgba(32,35,38,.04) 68% calc(68% + 1px),transparent calc(68% + 1px))}.technical-grid::after{content:"+";position:absolute;right:9%;top:18%;color:rgba(7,91,151,.22);font-size:2rem}.technical-grid-dark{opacity:.45;background:linear-gradient(90deg,transparent 0 7%,rgba(255,255,255,.15) 7% calc(7% + 1px),transparent calc(7% + 1px) 67%,rgba(88,185,239,.14) 67% calc(67% + 1px),transparent calc(67% + 1px)),linear-gradient(0deg,transparent 0 17%,rgba(255,255,255,.10) 17% calc(17% + 1px),transparent calc(17% + 1px) 82%,rgba(255,255,255,.08) 82% calc(82% + 1px),transparent calc(82% + 1px))}

/* hero */
.hero{background:#000;color:#fff}.hero-slider,.hero-slide{position:absolute;inset:0}.hero-slide{opacity:0;transition:opacity .6s}.hero-slide.is-active{opacity:1}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;background:#000}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.88) 32%,rgba(0,0,0,.38) 62%,rgba(0,0,0,.14) 100%),linear-gradient(0deg,rgba(0,0,0,.48),transparent 38%)}
.hero-copy{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-top:var(--header-h);max-width:780px;margin-left:max(0px,calc((100vw - min(1440px,calc(100vw - 96px)))/2))}.hero-copy h1{margin:0;font-size:clamp(4rem,8.1vw,9.2rem);line-height:.78;letter-spacing:-.075em;font-weight:950}.hero-copy h1 span{color:transparent;-webkit-text-stroke:1.4px rgba(255,255,255,.55)}.hero-lead{max-width:660px;margin:36px 0 26px;color:rgba(255,255,255,.82);font-size:clamp(1rem,1.25vw,1.25rem)}
.slider-controls{position:absolute;z-index:5;right:42px;bottom:32px;display:flex;align-items:center;gap:15px}.slider-controls button{background:transparent;border:0;color:#fff;cursor:pointer}.slider-dots{display:flex;gap:8px}.slider-dots button{width:32px;height:2px;padding:0;background:rgba(255,255,255,.3)}.slider-dots button.is-active{background:var(--blue-bright)}.next-section{position:absolute;left:50%;bottom:24px;z-index:5;color:#fff;text-decoration:none;font-size:1.4rem;animation:float 1.6s ease-in-out infinite}@keyframes float{50%{transform:translateY(6px)}}

/* about */
.about-layout{height:100%;display:grid;grid-template-columns:minmax(0,.8fr) minmax(480px,1.2fr);gap:7vw;align-items:center}.about-copy h2{font-size:clamp(3rem,5.4vw,6.5rem)}.about-line{font-size:clamp(1.05rem,1.5vw,1.4rem);max-width:560px;margin:26px 0 0;color:#4d5257}.about-image{margin:0;position:relative;height:min(70svh,720px);overflow:hidden}.about-image img{width:100%;height:100%;object-fit:cover}.about-image figcaption{position:absolute;bottom:0;left:0;background:#fff;padding:12px 16px;font-size:.68rem;text-transform:uppercase;letter-spacing:.14em;color:#555}

/* pillar nav */
.pillar-nav{position:fixed;z-index:900;right:28px;top:50%;transform:translateY(-50%);width:188px;display:grid;gap:12px;padding:16px;background:rgba(19,20,22,.72);backdrop-filter:blur(12px);border-left:1px solid rgba(255,255,255,.2);opacity:0;visibility:hidden;transition:.25s}.pillars-active .pillar-nav{opacity:1;visibility:visible}.pillar-nav a{display:grid;grid-template-columns:26px 1fr;gap:8px;color:rgba(255,255,255,.55);font-size:.72rem;text-decoration:none;align-items:start}.pillar-nav b{color:#fff}.pillar-nav a.is-active{color:#fff}.pillar-nav a.is-active b{color:var(--blue-bright)}.pillar-nav i{height:2px;background:rgba(255,255,255,.18);display:block;margin-top:8px}.pillar-nav i span{display:block;height:100%;width:33%;background:var(--blue-bright);transition:transform .25s}

/* pillars */
.pillar-screen{background:#000;color:#fff}.pillar-bg,.pillar-bg img{position:absolute;inset:0;width:100%;height:100%}.pillar-bg img{object-fit:cover;object-position:center}.pillar-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.98) 0%,rgba(0,0,0,.92) 35%,rgba(0,0,0,.64) 52%,rgba(0,0,0,.12) 76%,rgba(0,0,0,.05) 100%)}.pillar-layout{height:100%;display:flex;align-items:center;padding-top:var(--header-h)}.pillar-copy{width:min(620px,47%);padding-left:36px;border-left:1px solid rgba(255,255,255,.36);position:relative}.pillar-copy::before{content:"";position:absolute;left:-2px;top:22%;width:4px;height:34px;background:var(--blue-bright)}.pillar-number{display:block;font-size:clamp(5rem,9vw,9.6rem);font-weight:950;line-height:.72;letter-spacing:-.08em}.pillar-rule{height:1px;background:rgba(255,255,255,.5);width:70%;margin:20px 0 18px}.pillar-copy h2{font-size:clamp(2rem,3.2vw,3.8rem);font-weight:400;letter-spacing:-.04em}.pillar-copy h3{font-size:.95rem;color:var(--blue-bright);margin:18px 0 15px}.pillar-copy p,.pillar-copy li{font-size:.9rem;color:rgba(255,255,255,.76);line-height:1.52}.pillar-copy ul{margin:10px 0 0;padding-left:18px}.pillar-copy h4{color:var(--blue-bright);margin:20px 0 8px;font-size:.85rem;text-transform:uppercase}.pillar-copy .scope{max-width:590px}.pillar-action{display:inline-flex;gap:11px;margin-top:18px;color:var(--blue-bright);text-decoration:none;font-weight:800;font-size:.9rem}

/* process */
.process-layout{height:100%;display:flex;flex-direction:column;justify-content:center;padding-top:var(--header-h)}.process-heading{max-width:900px}.process-heading h2{font-size:clamp(2.8rem,5.2vw,6.2rem)}.process-flow{display:grid;grid-template-columns:repeat(5,1fr);gap:28px;margin-top:66px}.process-item{text-align:center;opacity:0;transform:translateY(14px)}.process-flow.play .process-item{animation:itemIn .35s ease forwards;animation-delay:calc(var(--delay) + .45s)}@keyframes itemIn{to{opacity:1;transform:none}}.process-circle{width:min(132px,9vw);aspect-ratio:1;margin:0 auto 20px;position:relative;display:grid;place-items:center;background:#fff;border-radius:50%;color:var(--graphite)}.process-circle svg{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg)}.process-circle circle{fill:none;stroke-width:5}.process-circle .track{stroke:#d5d5d5}.process-circle .draw{stroke:var(--blue-bright);stroke-linecap:round;stroke-dasharray:277;stroke-dashoffset:277}.process-flow.play .draw{animation:drawCircle .68s linear forwards;animation-delay:var(--delay)}@keyframes drawCircle{to{stroke-dashoffset:0}}.process-circle b{font-size:1.35rem;z-index:1}.process-item h3{font-size:.95rem;font-weight:600;margin:0;color:rgba(255,255,255,.9)}

/* structure */
.structure-layout{height:100%;display:grid;grid-template-columns:1.18fr .82fr;gap:7vw;align-items:center}.structure-image{height:min(70svh,720px);overflow:hidden;margin:0}.structure-image img{width:100%;height:100%;object-fit:cover}.structure-copy h2{font-size:clamp(3rem,5.5vw,6.5rem)}.capability-grid{display:grid;grid-template-columns:1fr 1fr;margin-top:42px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.capability-grid div{min-height:114px;padding:22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;gap:15px}.capability-grid b{font-size:.75rem;color:var(--blue)}.capability-grid span{font-size:1rem;font-weight:700}

/* clients */
.client-screen{background:#111;color:#fff}.client-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.client-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.78) 42%,rgba(0,0,0,.22) 72%,rgba(0,0,0,.08) 100%)}.client-copy{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-width:760px;padding-top:var(--header-h)}.client-copy h2{font-size:clamp(3rem,6vw,7rem)}.client-copy p{max-width:650px;color:rgba(255,255,255,.82);font-size:clamp(1rem,1.4vw,1.28rem);margin:28px 0}.industry-tags{display:flex;gap:14px}.industry-tags span{border-top:1px solid var(--blue-bright);padding:12px 28px 0 0;text-transform:uppercase;font-size:.78rem;letter-spacing:.1em;font-weight:800}

/* projects */
.projects-screen{background:#000;color:#fff}.projects-layout{height:100%;display:grid;grid-template-columns:.75fr 1.25fr;gap:7vw;align-items:center}.projects-copy h2{font-size:clamp(3rem,5.2vw,6rem)}.projects-copy p{font-size:1.12rem;max-width:530px;color:rgba(255,255,255,.78)}.projects-image{height:min(70svh,710px);margin:0;overflow:hidden}.projects-image img{width:100%;height:100%;object-fit:cover}.projects-screen .text-link{color:var(--blue-bright)}

/* content */
.content-layout{height:100%;display:flex;flex-direction:column;justify-content:center;padding-top:var(--header-h)}.content-heading{display:grid;grid-template-columns:.8fr 1.2fr;gap:5vw;align-items:end;margin-bottom:42px}.content-heading h2{font-size:clamp(2.6rem,4.4vw,5.1rem)}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.article{position:relative;border-top:1px solid var(--ink);padding-top:12px}.article img{width:100%;height:24svh;min-height:150px;object-fit:cover;filter:saturate(.8)}.article span{display:block;color:var(--blue);font-size:.72rem;font-weight:800;margin-top:16px}.article h3{font-size:1rem;line-height:1.28;margin:8px 0 0;font-weight:700}

/* contact */
.contact-screen{background:var(--graphite);color:#fff;display:flex;flex-direction:column}.contact-layout{flex:1;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:10vw;padding-top:var(--header-h)}.contact-main h2{font-size:clamp(4rem,8vw,9rem)}.contact-main p{font-size:1.16rem;color:rgba(255,255,255,.75);max-width:520px}.contact-main small{display:block;margin-top:12px;color:rgba(255,255,255,.45)}.contact-meta{display:grid;gap:18px;border-left:1px solid rgba(255,255,255,.24);padding-left:34px}.contact-meta a{color:#fff;text-decoration:none;font-size:1.1rem}.contact-meta a span{color:var(--blue-bright)}.contact-meta p{color:rgba(255,255,255,.55)}.site-footer{border-top:1px solid rgba(255,255,255,.2);position:relative;z-index:2}.footer-inner{height:92px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:30px;color:rgba(255,255,255,.55);font-size:.72rem}.footer-inner img{width:190px}

/* indicators & reveal */
.section-indicator{position:fixed;z-index:850;left:30px;top:50%;transform:translateY(-50%);display:grid;gap:8px;justify-items:center;color:rgba(255,255,255,.65);font-size:.65rem;mix-blend-mode:difference}.section-indicator i{width:1px;height:72px;background:rgba(255,255,255,.35);position:relative}.section-indicator i::after{content:"";position:absolute;left:0;top:0;width:1px;height:var(--progress,9%);background:#fff;transition:height .3s}.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}

@media (max-width:1120px){
  :root{--container:min(100% - 56px,1200px)}
  .desktop-nav,.header-contact{display:none}.menu-toggle{display:block;justify-self:end}.site-header{grid-template-columns:auto 1fr;padding:0 28px}.brand img{width:154px}
  .pillar-nav{right:14px;width:152px}.pillar-nav a span{display:none}.pillar-nav a{grid-template-columns:1fr;font-size:.78rem}
  .pillar-copy{width:min(620px,55%)}
}

@media (max-width:720px){
  :root{--header-h:66px;--container:calc(100vw - 36px)}
  html{scroll-snap-type:y mandatory}
  .site-header{height:var(--header-h);padding:0 18px}.brand img{width:138px}.menu-toggle{display:block}
  .section-indicator{display:none}.prototype-note{font-size:.55rem;bottom:8px;left:8px}
  .screen{height:100svh;min-height:100svh}
  h2{font-size:clamp(2.25rem,11vw,4.1rem)}

  .hero-video{object-fit:cover;object-position:center}.hero-overlay{background:linear-gradient(0deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.72) 45%,rgba(0,0,0,.12) 78%)}.hero-copy{width:var(--container);margin:0 auto;padding-top:calc(var(--header-h) + 18px);justify-content:flex-end;padding-bottom:90px;max-width:none}.hero-copy h1{font-size:clamp(3.35rem,16.5vw,5.5rem);line-height:.8}.hero-lead{font-size:.92rem;max-width:92%;margin:23px 0 18px}.slider-controls{right:18px;bottom:18px}.next-section{display:none}

  .about-layout{grid-template-columns:1fr;height:100%;gap:0;padding-top:var(--header-h)}.about-copy{align-self:start;padding-top:7svh;z-index:2}.about-copy h2{font-size:clamp(2.35rem,11vw,4rem)}.about-line{font-size:1rem}.about-image{position:absolute;inset:auto 0 0 0;height:48svh;margin:0}.about-image::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,transparent 55%,var(--paper) 100%)}.about-image figcaption{display:none}

  .pillar-nav{top:var(--header-h);right:0;left:0;transform:none;width:auto;height:44px;display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:0 14px;background:rgba(18,19,21,.9);border:0;border-bottom:1px solid rgba(255,255,255,.16)}.pillar-nav a{display:flex;justify-content:center;align-items:center;gap:5px;font-size:.68rem}.pillar-nav a span{display:none}.pillar-nav i{position:absolute;left:0;right:0;bottom:0;margin:0;height:2px}.pillar-nav i span{width:33.333%}
  .pillar-bg img{object-position:center bottom}.pillar-shade{background:linear-gradient(180deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.86) 40%,rgba(0,0,0,.48) 62%,rgba(0,0,0,.08) 100%)}.pillar-layout{align-items:flex-start;padding-top:calc(var(--header-h) + 56px)}.pillar-copy{width:100%;padding-left:18px;border-left-color:rgba(255,255,255,.38);max-height:59svh}.pillar-number{font-size:clamp(3.7rem,18vw,5.3rem)}.pillar-rule{margin:12px 0 10px;width:72%}.pillar-copy h2{font-size:clamp(1.55rem,7vw,2.2rem)}.pillar-copy h3{font-size:.74rem;margin:10px 0 8px}.pillar-copy p,.pillar-copy li{font-size:clamp(.72rem,2.7vw,.83rem);line-height:1.36}.pillar-copy ul{margin:7px 0 0;padding-left:15px}.pillar-copy h4{font-size:.71rem;margin:10px 0 5px}.pillar-action{font-size:.76rem;margin-top:9px}.pillar-copy::before{height:24px}

  .process-layout{padding-top:calc(var(--header-h) + 20px);justify-content:flex-start}.process-heading{padding-top:4svh}.process-heading h2{font-size:clamp(2rem,9vw,3.3rem)}.process-flow{grid-template-columns:1fr;gap:8px;margin-top:24px}.process-item{display:grid;grid-template-columns:54px 1fr;align-items:center;gap:14px;text-align:left}.process-circle{width:50px;margin:0}.process-circle circle{stroke-width:6}.process-circle b{font-size:.8rem}.process-item h3{font-size:.8rem}.process-flow.play .process-item{animation-duration:.25s}

  .structure-layout{grid-template-columns:1fr;height:100%;padding-top:var(--header-h);gap:0}.structure-copy{z-index:2;align-self:start;padding-top:6svh}.structure-copy h2{font-size:clamp(2.5rem,11vw,4rem)}.structure-image{position:absolute;inset:auto 0 0 0;height:48svh}.structure-image::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,transparent 52%,var(--paper) 100%)}.capability-grid{margin-top:24px;background:rgba(247,247,245,.86);backdrop-filter:blur(8px)}.capability-grid div{min-height:72px;padding:12px}.capability-grid span{font-size:.78rem}

  .client-bg{object-position:center}.client-shade{background:linear-gradient(0deg,rgba(0,0,0,.93) 0%,rgba(0,0,0,.77) 55%,rgba(0,0,0,.16) 100%)}.client-copy{padding-top:var(--header-h);justify-content:flex-end;padding-bottom:10svh;max-width:none}.client-copy h2{font-size:clamp(2.6rem,13vw,4.5rem)}.client-copy p{font-size:.92rem;max-width:100%;margin:20px 0}.industry-tags span{font-size:.66rem;padding-right:18px}

  .projects-layout{grid-template-columns:1fr;height:100%;padding-top:var(--header-h);gap:0}.projects-copy{align-self:start;padding-top:7svh;z-index:2}.projects-copy h2{font-size:clamp(2.5rem,11vw,4rem)}.projects-copy p{font-size:.92rem}.projects-image{position:absolute;inset:auto 0 0 0;height:48svh}.projects-image::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,transparent 54%,rgba(0,0,0,.92) 100%)}

  .content-layout{padding-top:calc(var(--header-h) + 22px);justify-content:flex-start}.content-heading{display:block;margin-bottom:22px}.content-heading h2{font-size:clamp(2.25rem,9.5vw,3.5rem)}.article-grid{grid-template-columns:1fr;gap:12px}.article{display:grid;grid-template-columns:94px 28px 1fr;align-items:center;gap:10px;padding-top:9px}.article img{width:94px;height:72px;min-height:0}.article span{margin:0}.article h3{font-size:.76rem;margin:0}

  .contact-layout{grid-template-columns:1fr;height:auto;padding-top:calc(var(--header-h) + 40px);align-content:center;gap:50px}.contact-main h2{font-size:clamp(3.5rem,17vw,6rem)}.contact-main p{font-size:.95rem}.contact-meta{padding-left:18px}.contact-meta a{font-size:.9rem}.site-footer{margin-top:auto}.footer-inner{height:72px;grid-template-columns:1fr auto;gap:12px;font-size:.58rem}.footer-inner img{width:128px}.footer-inner span:last-child{display:none}
}

@media (max-height:700px) and (max-width:720px){
  .pillar-layout{padding-top:calc(var(--header-h) + 48px)}.pillar-copy{max-height:62svh}.pillar-number{font-size:3.4rem}.pillar-copy p,.pillar-copy li{font-size:.69rem;line-height:1.3}.pillar-copy h2{font-size:1.45rem}.pillar-copy h3{font-size:.68rem}.pillar-copy h4{margin-top:7px}.pillar-action{margin-top:6px}.process-heading{padding-top:1svh}.process-heading h2{font-size:1.95rem}.process-flow{margin-top:15px;gap:5px}.process-circle{width:43px}.process-item{grid-template-columns:46px 1fr}
}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.process-item{opacity:1;transform:none}.process-circle .draw{stroke-dashoffset:0!important;animation:none!important}.next-section{animation:none}}

/* ===== Agosto 2026: padronização de títulos, processo e localização ===== */
.section-title,
.about-copy .section-title,
.process-heading .section-title,
.client-copy .section-title,
.projects-copy .section-title,
.content-heading .section-title,
.location-copy .section-title{
  font-size:clamp(1.55rem,2.7vw,3.15rem);
  line-height:1.02;
  letter-spacing:-.035em;
  font-weight:800;
}

/* Processo: círculos maiores, ícones e 1 segundo de desenho por etapa */
.process-heading{max-width:760px}
.process-flow{gap:22px;margin-top:58px;align-items:start}
.process-item{display:flex;flex-direction:column;align-items:center;text-align:center}
.process-circle{
  width:min(240px,15vw);
  aspect-ratio:1;
  margin:0 auto 22px;
  position:relative;
  display:grid;
  place-items:center;
  background:#fff;
  border-radius:50%;
  color:var(--blue);
}
.process-circle .process-ring{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg)}
.process-circle .process-ring circle{fill:none;stroke-width:3.5}
.process-circle .track{stroke:#d5d5d5}
.process-circle .draw{stroke:var(--blue-bright);stroke-linecap:round;stroke-dasharray:277;stroke-dashoffset:277}
.process-icon{position:relative;z-index:2;width:34%;height:34%;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.process-flow.play .draw{animation:drawCircle 1s linear forwards;animation-delay:var(--delay)}
.process-flow.play .process-item{animation:itemIn .35s ease forwards;animation-delay:calc(var(--delay) + .12s)}
.process-item h3{max-width:190px;font-size:.95rem;line-height:1.28}

/* Base industrial deslocada para o fechamento da Home */
.location-screen{display:flex;flex-direction:column;background:var(--paper);color:var(--ink)}
.location-layout{flex:1;min-height:0;display:grid;grid-template-columns:.78fr 1.22fr;gap:5vw;align-items:center;padding-top:var(--header-h);padding-bottom:24px}
.location-copy{align-self:center;max-width:590px}
.location-lead{font-size:1.02rem;color:#50555a;max-width:540px;margin:24px 0}
.location-meta{display:grid;gap:6px;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.location-meta strong{font-size:1rem}
.location-meta span{color:var(--blue);font-weight:700}
.location-meta small{margin-top:4px;color:#71767b;line-height:1.4}
.location-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.cta-outline-dark{background:transparent;color:var(--ink);border:1px solid var(--ink)}
.cta-outline-dark:hover{background:var(--ink);color:#fff}
.map-frame{height:min(62svh,680px);border:1px solid var(--line);background:#e7e7e5;overflow:hidden}
.map-frame iframe{display:block;width:100%;height:100%;border:0;filter:grayscale(.25) contrast(.95)}
.site-footer-light{border-top:1px solid var(--line);background:#fff;color:#62676b}
.site-footer-light .footer-inner{color:#62676b}
.site-footer-light .footer-inner img{width:190px}

@media (max-width:1120px){
  .process-circle{width:min(205px,17vw)}
  .process-flow{gap:16px}
}

@media (max-width:720px){
  .section-title,
  .about-copy .section-title,
  .process-heading .section-title,
  .client-copy .section-title,
  .projects-copy .section-title,
  .content-heading .section-title,
  .location-copy .section-title{
    font-size:clamp(1.45rem,6.4vw,2.05rem);
    line-height:1.06;
  }

  .process-layout{padding-top:calc(var(--header-h) + 18px);justify-content:flex-start}
  .process-heading{padding-top:2svh;max-width:100%}
  .process-flow{grid-template-columns:repeat(2,1fr);gap:16px 12px;margin-top:20px;width:100%;align-items:start}
  .process-item{display:flex;flex-direction:column;gap:0;text-align:center;align-items:center}
  .process-item:last-child{grid-column:1 / -1;justify-self:center;width:50%}
  .process-circle{width:min(150px,34vw);margin:0 auto 8px}
  .process-circle .process-ring circle{stroke-width:4}
  .process-icon{width:32%;height:32%}
  .process-item h3{font-size:.72rem;line-height:1.2;max-width:145px}
  .process-flow.play .process-item{animation-duration:.35s}

  .location-layout{grid-template-columns:1fr;gap:16px;padding-top:calc(var(--header-h) + 18px);padding-bottom:10px;align-content:start}
  .location-copy{max-width:none}
  .location-lead{font-size:.86rem;margin:14px 0}
  .location-meta{padding:10px 0;font-size:.82rem}
  .location-meta small{font-size:.66rem}
  .location-actions{margin-top:12px;gap:8px}
  .location-actions .cta{min-height:42px;padding:0 15px;font-size:.78rem}
  .map-frame{height:40svh;min-height:250px}
  .site-footer-light .footer-inner{height:62px}
  .site-footer-light .footer-inner img{width:128px}
}

@media (max-height:700px) and (max-width:720px){
  .process-heading{padding-top:0}
  .process-flow{gap:8px 10px;margin-top:10px}
  .process-circle{width:min(120px,29vw)}
  .process-item h3{font-size:.66rem}
  .map-frame{height:35svh;min-height:210px}
}

/* ===== Agosto 2026: processo em fundo claro + ícones fornecidos pelo cliente ===== */
.process-screen{
  background:#fff;
  color:var(--ink);
}
.process-screen .technical-grid{opacity:.42}
.process-heading .section-title{color:#111}
.process-heading .eyebrow{color:var(--blue)}
.process-item h3{
  color:var(--ink);
  font-weight:600;
}
.process-circle{
  background:#fff;
  color:var(--blue);
  box-shadow:none;
}
.process-circle .track{stroke:#d8dde1}
.process-circle .draw{stroke:var(--blue)}
.process-icon-img{
  position:relative;
  z-index:2;
  width:43%;
  height:43%;
  object-fit:contain;
  display:block;
}
@media (max-width:720px){
  .process-icon-img{width:46%;height:46%}
}

/* ===== Agosto 2026: ajustes finais do slider e trocas visuais ===== */
.hero-copy h1,
.hero-copy h2{
  margin:0;
  font-size:clamp(4rem,8.1vw,9.2rem);
  line-height:.78;
  letter-spacing:-.075em;
  font-weight:950;
}
.hero-copy h1 span,
.hero-copy h2 span{
  color:transparent;
  -webkit-text-stroke:1.4px rgba(255,255,255,.55);
}
.hero-slide{pointer-events:none}
.hero-slide.is-active{pointer-events:auto;z-index:1}
.hero-copy > *{
  opacity:0;
  transform:translateY(24px);
}
.hero-slide.is-active .hero-copy > *{
  animation:heroCopyIn .8s cubic-bezier(.18,.78,.2,1) forwards;
}
.hero-slide.is-active .hero-copy > *:nth-child(1){animation-delay:.12s}
.hero-slide.is-active .hero-copy > *:nth-child(2){animation-delay:.28s}
.hero-slide.is-active .hero-copy > *:nth-child(3){animation-delay:.48s}
.hero-slide.is-active .hero-copy > *:nth-child(4){animation-delay:.64s}
@keyframes heroCopyIn{
  from{opacity:0;transform:translateY(24px)}
  to{opacity:1;transform:translateY(0)}
}
.slider-controls{gap:14px}
.slider-progress{
  position:relative;
  width:116px;
  height:2px;
  background:rgba(255,255,255,.18);
  overflow:hidden;
}
.slider-progress-bar{
  position:absolute;
  inset:0;
  background:var(--blue-bright);
  transform-origin:left center;
  transform:scaleX(0);
}
@media (max-width:720px){
  .hero-copy h1,
  .hero-copy h2{
    font-size:clamp(3.35rem,16.5vw,5.5rem);
    line-height:.8;
  }
  .slider-controls{gap:10px}
  .slider-progress{width:78px}
}
