:root {
  --navy:#071f31; --navy-2:#0c3048; --sky:#35b7ea; --sky-soft:#dff5fd;
  --orange:#ef8526; --orange-2:#ce640f; --paper:#f7f4ee; --white:#fff;
  --ink:#0b2639; --muted:#526876; --line:rgba(11,38,57,.16); --max:1280px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;overflow-x:hidden;background:var(--paper);color:var(--ink);font:400 16px/1.65 "DM Sans",sans-serif;-webkit-font-smoothing:antialiased} body.lock{overflow:hidden}
img{display:block;max-width:100%} a{color:inherit} button,a{-webkit-tap-highlight-color:transparent} button,input,textarea{font:inherit} :focus-visible{outline:3px solid var(--orange);outline-offset:4px}
.skip{position:fixed;top:12px;left:12px;z-index:1000;transform:translateY(-150%);padding:10px 16px;border-radius:99px;background:white;color:var(--navy)} .skip:focus{transform:none}
.shell{width:min(calc(100% - 48px),var(--max));margin-inline:auto}.serif{font-family:"Fraunces",Georgia,serif;font-weight:600;letter-spacing:-.045em}
.eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 18px;color:var(--orange-2);font-size:.78rem;font-weight:700;letter-spacing:.17em;text-transform:uppercase}.eyebrow:before{content:"";width:28px;height:2px;background:currentColor}
.section-title{max-width:900px;margin:0;font-size:clamp(3rem,6vw,6.2rem);line-height:.98}.lead{color:var(--muted);font-size:1.16rem;line-height:1.68}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:56px;padding:14px 24px;border:1px solid transparent;border-radius:99px;font-weight:700;text-decoration:none;transition:transform .25s ease,background .25s ease,color .25s ease}.button:hover{transform:translateY(-3px)}
.button.orange{background:var(--orange);color:white;box-shadow:0 16px 36px rgba(239,133,38,.28)}.button.orange:hover{background:var(--orange-2)}.button.light{background:white;color:var(--navy)}.button.outline{border-color:var(--line);background:transparent;color:var(--ink)}.button.ghost{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.08);color:white;backdrop-filter:blur(10px)}.button svg{width:20px;height:20px}

.site-header{position:fixed;inset:0 0 auto;z-index:50;padding:20px 0;color:white;transition:padding .25s ease,background .25s ease,box-shadow .25s ease}.site-header.scrolled,.site-header.solid{padding:10px 0;background:rgba(7,31,49,.98);box-shadow:0 10px 40px rgba(0,0,0,.16)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px;min-width:255px;color:white;text-decoration:none}.brand img{width:48px;height:48px;object-fit:contain}.brand span{display:grid;line-height:1.12}.brand strong{font-size:.94rem}.brand small{color:rgba(255,255,255,.66);font-size:.76rem;letter-spacing:.07em;text-transform:uppercase}
.nav-links{display:flex;align-items:center;gap:30px}.nav-links>a:not(.button){position:relative;color:white;font-size:.9rem;font-weight:600;text-decoration:none}.nav-links>a:not(.button):after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:2px;background:var(--orange);transition:right .25s ease}.nav-links>a:not(.button):hover:after,.nav-links>a[aria-current="page"]:after{right:0}.menu-toggle{display:none;width:48px;height:48px;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(255,255,255,.08);color:white}.menu-toggle svg{width:22px;height:22px}

.home-hero{position:relative;display:flex;min-height:700px;height:100svh;color:white;background:var(--navy);isolation:isolate}.home-hero-media{position:absolute;inset:0;z-index:-2;overflow:hidden;background:var(--navy)}.home-hero-media video{width:100%;height:100%;object-fit:cover;object-position:58% 48%;filter:saturate(.9) contrast(1.04)}.home-hero:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(3,18,29,.95),rgba(3,18,29,.76) 40%,rgba(3,18,29,.16) 76%),linear-gradient(0deg,rgba(3,18,29,.72),transparent 52%)}
.hero-inner{display:flex;flex-direction:column;justify-content:flex-end;width:min(calc(100% - 128px),var(--max));padding:160px 0 70px}.hero-copy{width:min(990px,90%);padding-left:0}.home-hero .eyebrow{color:#8eddf9}.home-hero h1{margin:0 0 28px;font-size:clamp(4.4rem,9vw,9.4rem);line-height:.82;text-wrap:balance}.home-hero h1 em{color:var(--orange);font-style:normal}.hero-bottom{display:flex;max-width:620px;align-items:flex-start;flex-direction:column;gap:28px}.hero-bottom p{margin:0;color:rgba(255,255,255,.8);font-size:clamp(1.05rem,1.8vw,1.3rem)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.ticker{overflow:hidden;background:var(--orange);color:white}.ticker-track{display:flex;width:max-content;animation:drift 28s linear infinite}.ticker-row{display:flex;align-items:center;min-height:68px}.ticker-row span{display:inline-flex;align-items:center;gap:28px;padding-right:28px;font-size:.91rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;white-space:nowrap}.ticker-row span:after{content:"+";color:var(--navy);font-size:1.4rem;font-weight:400}@keyframes drift{to{transform:translateX(-50%)}}

.home-intro{padding:140px 0}.home-intro-grid{display:grid;grid-template-columns:1.05fr .72fr;align-items:center;gap:100px}.home-intro h2{margin:0 0 34px;font-size:clamp(3.6rem,6.8vw,7.4rem);line-height:.92}.home-intro h2 span{display:inline-block;color:var(--sky)}.home-intro .lead{max-width:620px}.intro-meta{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:590px;margin-top:34px;padding-top:30px;border-top:1px solid var(--line)}.intro-meta strong{display:block;margin-bottom:6px}.intro-meta span{color:var(--muted);font-size:.9rem}.portrait-collage{position:relative;min-height:620px}.portrait-collage>.main{position:absolute;inset:0 42px 76px 0;width:calc(100% - 42px);height:calc(100% - 76px);object-fit:cover;border-radius:10px}.portrait-collage>.inset{position:absolute;right:0;bottom:0;width:48%;aspect-ratio:4/3;object-fit:cover;object-position:center 28%;border:9px solid var(--paper);border-radius:10px;box-shadow:0 18px 50px rgba(7,31,49,.18)}

.pathways{padding:125px 0;background:white}.pathways-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:60px}.pathways-head p{max-width:420px;margin:0 0 8px;color:var(--muted)}.route-grid{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:repeat(2,320px);gap:22px}.route-card{position:relative;overflow:hidden;border-radius:10px;color:white;text-decoration:none;isolation:isolate}.route-card:first-child{grid-row:1/3}.route-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.route-card:nth-child(3) img{object-position:center 18%}.route-card:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,rgba(4,19,30,.88),transparent 70%)}.route-card:hover img{transform:scale(1.035)}.route-copy{position:absolute;z-index:2;inset:auto 32px 30px}.route-copy span{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.route-copy h3{margin:8px 0 6px;font:500 clamp(2rem,4vw,4rem)/1 "Fraunces",Georgia,serif;letter-spacing:-.04em}.route-copy p{max-width:520px;margin:0;color:rgba(255,255,255,.72)}
.feature-treatment{padding:130px 0;background:var(--navy);color:white}.feature-head{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:end;margin-bottom:66px}.feature-head .eyebrow{color:#82d9f8}.feature-head p{max-width:470px;margin:0 0 10px;color:#aac3d2}.mini-services{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.18)}.mini-service{padding:38px 34px 20px 0;border-right:1px solid rgba(255,255,255,.16)}.mini-service+.mini-service{padding-left:34px}.mini-service:last-child{border-right:0}.mini-service span{color:#6f8fa2;font-size:.8rem}.mini-service h3{margin:36px 0 14px;font:500 2rem/1.08 "Fraunces",Georgia,serif}.mini-service p{color:#aac3d2}.mini-service a{color:#8eddf9;text-underline-offset:5px}
.quote-band{position:relative;padding:120px 0;overflow:hidden;background:var(--orange);color:var(--navy)}.quote-band:before{content:"“";position:absolute;top:-190px;right:3%;color:rgba(255,255,255,.22);font:700 34rem/1 Georgia,serif}.quote-band blockquote{position:relative;max-width:1020px;margin:0;font:500 clamp(2.3rem,4.8vw,5rem)/1.12 "Fraunces",Georgia,serif;letter-spacing:-.035em}.quote-band cite{display:block;margin-top:30px;font:700 1rem "DM Sans",sans-serif;letter-spacing:0}

.sub-hero{position:relative;display:flex;align-items:flex-end;height:700px;min-height:700px;padding:165px 0 72px;color:white;background:var(--navy);isolation:isolate}.sub-hero>.shell{width:min(calc(100% - 48px),var(--max))}.sub-hero-media{position:absolute;inset:0;z-index:-2}.sub-hero-media img{width:100%;height:100%;object-fit:cover}.sub-hero:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(3,18,29,.97),rgba(3,18,29,.76) 50%,rgba(3,18,29,.22)),linear-gradient(0deg,rgba(3,18,29,.52),transparent 58%)}.sub-hero .eyebrow{color:#8eddf9}.sub-hero h1{max-width:1050px;margin:0 0 26px;font-size:clamp(4.5rem,9vw,8.7rem);line-height:.84}.sub-hero h1 em{color:var(--orange);font-style:normal}.sub-hero p:not(.eyebrow){max-width:600px;margin:0;color:rgba(255,255,255,.78);font-size:1.18rem}.sub-hero-footer{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-top:38px}.page-index{display:flex;gap:10px}.page-index span{display:grid;place-items:center;width:48px;height:48px;border:1px solid rgba(255,255,255,.3);border-radius:50%;font-size:.82rem}.page-index span:first-child{background:var(--orange);border-color:var(--orange)}
.sub-hero.technique-hero{color:white;background:var(--navy)}.sub-hero.technique-hero:before{background:linear-gradient(90deg,rgba(3,18,29,.97),rgba(3,18,29,.72) 53%,rgba(3,18,29,.22)),linear-gradient(0deg,rgba(3,18,29,.52),transparent 58%)}.sub-hero.technique-hero .eyebrow{color:#8eddf9}.sub-hero.technique-hero h1 em{color:var(--orange)}.sub-hero.technique-hero p:not(.eyebrow){color:rgba(255,255,255,.78)}.technique-hero .sub-hero-media img{object-position:center 40%}
.sub-hero.contact-hero{height:700px;min-height:700px;background:var(--navy-2);padding-bottom:64px}.contact-hero:before{background:radial-gradient(circle at 92% 24%,rgba(53,183,234,.18),transparent 36%),linear-gradient(120deg,#071f31,#0c3048)}.contact-hero-grid{display:grid;grid-template-columns:1.05fr .75fr;align-items:end;gap:100px}.contact-hero h1{font-size:clamp(4.7rem,8vw,8.2rem)}.contact-hero-card{padding:30px 34px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.07);box-shadow:0 28px 60px rgba(0,0,0,.18);backdrop-filter:blur(18px)}.contact-hero-card .eyebrow{margin-bottom:10px}.contact-hero-card h2{margin:0 0 20px;font-size:2.25rem;line-height:1}.contact-hero-card a{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 0;border-top:1px solid rgba(255,255,255,.14);text-decoration:none}.contact-hero-card a span{color:#9db7c6;font-size:.83rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.contact-hero-card a strong{font-size:.96rem;text-align:right}

.about-hero{height:700px;min-height:700px;padding:165px 0 72px;background:var(--navy);color:white}.about-hero .sub-hero-media{inset:0 0 0 52%}.about-hero .sub-hero-media img{object-position:center 42%}.about-hero:before{background:linear-gradient(90deg,#071f31 0%,#071f31 45%,rgba(7,31,49,.91) 55%,rgba(7,31,49,.28) 82%,rgba(7,31,49,.08))}.about-hero h1{max-width:650px}.about-hero .sub-hero-footer{max-width:590px;align-items:flex-start;flex-direction:column;gap:26px}

.page-intro{padding:120px 0}.page-intro-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:90px}.page-intro p{max-width:680px;color:var(--muted);font-size:1.18rem}.page-intro .big-copy{margin:0;font:500 clamp(2.5rem,5vw,5.3rem)/1.05 "Fraunces",Georgia,serif;letter-spacing:-.04em;color:var(--ink)}
.service-list{padding:20px 0 140px}.service-row{display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:80px;padding:78px 0;border-top:1px solid var(--line)}.service-row:nth-child(even) .service-media{order:2}.service-media{position:relative;min-height:470px;overflow:hidden;border-radius:10px;background:var(--sky-soft)}.service-media img{width:100%;height:470px;object-fit:cover}.service-copy .num{display:block;margin-bottom:20px;color:var(--orange-2);font-weight:700;letter-spacing:.12em}.service-copy h2{margin:0 0 22px;font-size:clamp(2.5rem,4.6vw,4.8rem);line-height:1}.service-copy p{color:var(--muted)}.service-points{display:grid;gap:10px;margin:25px 0 0;padding:0;list-style:none}.service-points li{display:grid;grid-template-columns:20px 1fr;gap:12px}.service-points li:before{content:"+";color:var(--orange);font-weight:700}
.service-cta{padding:95px 0;background:var(--sky);color:var(--navy)}.service-cta-grid{display:flex;align-items:center;justify-content:space-between;gap:40px}.service-cta h2{max-width:760px;margin:0;font-size:clamp(2.8rem,5vw,5.4rem);line-height:1}

.tech-overview{padding:120px 0;background:var(--paper)}.tech-overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end}.tech-overview .section-title{font-size:clamp(3rem,5.4vw,5.7rem)}.tech-overview .lead{max-width:560px}
.technique-list{padding:0 0 140px}.technique-item{display:grid;grid-template-columns:100px .8fr 1.2fr;gap:45px;padding:52px 0;border-top:1px solid var(--line)}.technique-item .num{color:var(--orange-2);font-weight:700}.technique-item h2{margin:0;font-size:clamp(2rem,3.5vw,3.7rem);line-height:1}.technique-item p{margin:0;color:var(--muted)}.technique-item strong{display:block;margin-top:16px;color:var(--ink)}
.technique-feature{padding:120px 0;background:var(--navy);color:white}.technique-feature-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}.technique-feature img{width:100%;min-height:590px;object-fit:cover;border-radius:10px}.technique-feature .eyebrow{color:#82d9f8}.technique-feature h2{margin:0 0 26px;font-size:clamp(3rem,5vw,5.8rem);line-height:.98}.technique-feature p{color:#aac3d2}

.story{padding:130px 0}.story-grid{display:grid;grid-template-columns:1fr .85fr;gap:100px;align-items:center}.story h2{margin:0 0 30px;font-size:clamp(3.4rem,6vw,6.7rem);line-height:.94}.story p{color:var(--muted);font-size:1.08rem}.story-portrait{position:relative;min-height:660px}.story-portrait img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:10px}.story-portrait:before{content:"";position:absolute;z-index:-1;right:-22px;bottom:-22px;width:72%;height:72%;background:var(--orange);border-radius:10px}
.credentials{padding:120px 0;background:var(--navy);color:white}.credentials-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:100px}.credentials .eyebrow{color:#82d9f8}.credentials h2{margin:0;font-size:clamp(3rem,5vw,5.8rem);line-height:.98}.credential-list{border-top:1px solid rgba(255,255,255,.17)}.credential{display:grid;grid-template-columns:72px 1fr;gap:20px;padding:30px 0;border-bottom:1px solid rgba(255,255,255,.17)}.credential span{color:#6f8fa2}.credential p{margin:0;color:#bed1dc}.credential strong{display:block;color:white;font-size:1.1rem}
.team-page{padding:120px 0;background:var(--sky-soft)}.team-page-head{display:flex;align-items:end;justify-content:space-between;gap:40px;max-width:1080px;margin:0 auto 54px}.team-page-head p{max-width:440px;color:var(--muted)}.team-pair{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:1040px;margin-inline:auto}.profile,.profile.secondary{position:relative;min-height:560px;margin-top:0;overflow:hidden;border-radius:10px;background:var(--navy)}.profile img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .7s ease}.profile:hover img{transform:scale(1.025)}.profile:after{content:"";position:absolute;inset:42% 0 0;background:linear-gradient(transparent,rgba(4,19,30,.9))}.profile.profile-text{background:linear-gradient(145deg,#071f31,#0d3a55)}.profile.profile-text:after{inset:0;background:linear-gradient(145deg,transparent,rgba(53,183,234,.13))}.profile-mark{position:absolute;top:-76px;right:18px;color:rgba(255,255,255,.07);font:600 34rem/1 "Fraunces",Georgia,serif}.profile-info{position:absolute;z-index:2;inset:auto 30px 28px;color:white}.profile-info span{color:#84dcfb;font-size:.76rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.profile-info h3{margin:7px 0 9px;font:500 clamp(2rem,3.2vw,3.25rem)/1 "Fraunces",Georgia,serif;letter-spacing:-.035em}.profile-info p{max-width:460px;margin:0;color:rgba(255,255,255,.75);font-size:.94rem}

.contact-page{padding:120px 0;background:var(--paper)}.contact-page-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:90px;align-items:start}.contact-details{display:grid;gap:0;border-top:1px solid var(--line)}.contact-line{padding:24px 0;border-bottom:1px solid var(--line)}.contact-line span{display:block;color:var(--orange-2);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.contact-line a,.contact-line strong{font:500 1.6rem/1.35 "Fraunces",Georgia,serif;text-decoration:none}.contact-form{padding:48px;border-radius:16px;background:white;box-shadow:0 24px 70px rgba(7,31,49,.08)}.contact-form h2{margin:0 0 30px;font-size:clamp(2.5rem,4vw,4.2rem);line-height:1}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:grid;gap:8px;margin-bottom:18px}.field label{font-weight:700}.field input,.field textarea{width:100%;padding:15px 16px;border:1px solid var(--line);border-radius:8px;background:var(--paper);color:var(--ink)}.field input:focus,.field textarea:focus{border-color:var(--sky);box-shadow:0 0 0 4px rgba(53,183,234,.12)}.field textarea{min-height:150px;resize:vertical}.form-note{margin:14px 0 0;color:var(--muted);font-size:.88rem}.location-band{padding:110px 0;background:var(--sky-soft)}.location-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.location-card{position:relative;overflow:hidden;min-height:410px;padding:50px;display:flex;flex-direction:column;justify-content:space-between;border-radius:12px;background:var(--navy);color:white}.location-card:after{content:"11";position:absolute;right:-18px;bottom:-76px;color:rgba(53,183,234,.13);font:600 21rem/1 "Fraunces",Georgia,serif}.location-card>span{position:relative;z-index:1;color:#8eddf9;font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.location-card h2{position:relative;z-index:1;margin:0;font-size:clamp(3.5rem,5.4vw,5.6rem);line-height:.92}.location-card div{position:relative;z-index:1;padding-top:20px;border-top:1px solid rgba(255,255,255,.18)}.location-card p{margin:0;color:#b7cbd6}.location-card strong{color:white}.location-copy h2{margin:0 0 24px;font-size:clamp(3rem,5vw,5.6rem);line-height:.96}.location-copy p{color:var(--muted)}

.contact-cta{padding:120px 0;background:var(--navy);color:white}.contact-cta-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:end}.contact-cta .eyebrow{color:#82d9f8}.contact-cta h2{margin:0;font-size:clamp(3.3rem,6vw,6.6rem);line-height:.92}.contact-cta-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}
.site-footer{padding:68px 0 28px;background:#031521;color:#8da6b5}.footer-grid{display:grid;grid-template-columns:1.2fr .7fr .7fr;gap:60px;padding-bottom:48px}.footer-brand{max-width:370px}.footer-brand .brand{margin-bottom:22px}.footer-grid h3{margin:0 0 13px;color:white;font-size:.84rem;letter-spacing:.13em;text-transform:uppercase}.footer-grid p{margin:0;color:#9db3c0}.footer-grid a{color:#c8d6df;text-underline-offset:4px}.footer-bottom{display:flex;justify-content:space-between;gap:24px;padding-top:26px;border-top:1px solid rgba(255,255,255,.12);font-size:.84rem}.whatsapp{position:fixed;right:22px;bottom:22px;z-index:45;display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:#25d366;color:white;box-shadow:0 16px 35px rgba(0,0,0,.27);transition:transform .2s ease}.whatsapp:hover{transform:translateY(-4px)}.whatsapp svg{width:30px;height:30px}

@media(max-width:1050px){
  .nav-links{position:fixed;inset:0;z-index:-1;display:flex;flex-direction:column;justify-content:center;align-items:stretch;padding:100px 32px 50px;background:var(--navy);opacity:0;pointer-events:none;transition:opacity .25s ease}.nav-links.open{z-index:5;opacity:1;pointer-events:auto}.nav-links>a:not(.button){padding:10px 0;font:500 2rem/1.2 "Fraunces",Georgia,serif;text-align:center}.menu-toggle{position:relative;z-index:6;display:grid;place-items:center}.nav-links.open+.menu-toggle{position:fixed;top:12px;right:14px;z-index:60}
  .home-intro-grid,.feature-head,.page-intro-grid,.tech-overview-grid,.technique-feature-grid,.story-grid,.credentials-grid,.contact-page-grid,.location-grid,.contact-cta-grid{grid-template-columns:1fr}.home-intro-grid{gap:70px}.portrait-collage{min-height:620px;width:min(620px,100%)}.route-grid{grid-template-columns:1fr;grid-template-rows:560px 320px 320px}.route-card:first-child{grid-row:auto}.feature-head{gap:25px}.sub-hero-footer{align-items:start;flex-direction:column}.contact-hero-grid{grid-template-columns:1fr 1fr;gap:48px}.service-row{grid-template-columns:1fr;gap:40px}.service-row:nth-child(even) .service-media{order:0}.story-grid{gap:70px}.story-portrait{min-height:650px;width:min(620px,100%)}.contact-page-grid{gap:60px}.contact-cta-actions{justify-content:flex-start}.footer-grid{grid-template-columns:1fr 1fr}.team-pair{grid-template-columns:1fr;max-width:620px}
}
@media(max-width:760px){
  .shell{width:min(calc(100% - 28px),var(--max))}.site-header{padding:12px 0}.brand{min-width:0}.brand img{width:44px;height:44px}.brand strong{font-size:.8rem}.brand small{font-size:.66rem}.home-hero{min-height:780px}.home-hero-media video{object-position:67% 50%}.hero-inner{width:min(calc(100% - 28px),var(--max));padding:130px 0 42px}.hero-copy{width:100%;padding-left:0}.home-hero h1{font-size:clamp(4.1rem,21vw,6.2rem)}.hero-bottom{gap:28px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.ticker-row{min-height:58px}
  .home-intro,.pathways,.feature-treatment,.quote-band,.page-intro,.tech-overview,.technique-feature,.story,.credentials,.team-page,.contact-page,.location-band,.contact-cta{padding:88px 0}.home-intro h2{font-size:clamp(3.5rem,16vw,5.4rem)}.intro-meta{grid-template-columns:1fr}.portrait-collage{min-height:500px}.portrait-collage>.main{inset:0 24px 66px 0;width:calc(100% - 24px);height:calc(100% - 66px);border-radius:8px}.portrait-collage>.inset{width:52%;border-width:7px;border-radius:8px}.pathways-head,.team-page-head{align-items:start;flex-direction:column}.route-grid{grid-template-rows:440px 280px 280px}.route-copy{inset:auto 22px 22px}.mini-services{grid-template-columns:1fr}.mini-service,.mini-service+.mini-service{padding:34px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}
  .sub-hero,.about-hero{height:680px;min-height:680px;padding:145px 0 58px}.sub-hero>.shell{width:min(calc(100% - 28px),var(--max))}.sub-hero h1,.about-hero h1{font-size:clamp(3.8rem,18vw,5.5rem)}.sub-hero-footer{margin-top:34px}.page-index{display:none}.about-hero .sub-hero-media{inset:0}.about-hero .sub-hero-media img{object-position:center 14%}.about-hero:before{background:linear-gradient(90deg,rgba(3,18,29,.96),rgba(3,18,29,.78)),linear-gradient(0deg,rgba(3,18,29,.4),transparent)}.sub-hero.contact-hero{height:auto;min-height:880px;align-items:flex-start;padding:132px 0 58px}.contact-hero-grid{grid-template-columns:1fr;gap:34px}.contact-hero h1{font-size:clamp(3.8rem,18vw,5.5rem)}.contact-hero-card{padding:23px 20px}.contact-hero-card a{align-items:flex-start;flex-direction:column;gap:3px}.contact-hero-card a strong{text-align:left}.page-intro-grid{gap:34px}.service-row{padding:54px 0}.service-media,.service-media img{min-height:350px;height:350px}.service-cta-grid{align-items:start;flex-direction:column}.technique-item{grid-template-columns:46px 1fr;gap:18px}.technique-item p{grid-column:2}.technique-feature img{min-height:440px}.story-portrait{min-height:560px}.credentials-grid{gap:50px}.credential{grid-template-columns:48px 1fr}.profile,.profile.secondary{min-height:520px;margin-top:0;border-radius:10px}.profile-info{inset:auto 24px 24px}.contact-form{padding:28px 20px;border-radius:12px}.field-row{grid-template-columns:1fr}.location-card{min-height:360px;padding:32px 25px}.contact-cta-actions{flex-direction:column}.contact-cta-actions .button{width:100%}.footer-grid{grid-template-columns:1fr;gap:36px}.footer-bottom{align-items:start;flex-direction:column}.whatsapp{right:14px;bottom:14px;width:58px;height:58px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}.ticker-track{transform:none}.home-hero-media video{display:none}.home-hero-media{background:url('/assets/original-hero.png') 58% center/cover no-repeat}}
