:root{--navy:#102942;--navy-deep:#081a2c;--ink:#233344;--muted:#647181;--paper:#f5f4ef;--white:#fff;--line:#d8ddd9;--accent:#d4a05c;--accent-hover:#c38f48;--navy-hover:#16385a;--mint:#dce8e1;--serif:Georgia,"Times New Roman",serif;--sans:"Manrope",sans-serif;--mono:"DM Mono",monospace;--space:clamp(4.5rem,10vw,9rem);--container:min(1180px,calc(100% - 2rem));--ease:cubic-bezier(.16,1,.3,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}#approach,#stages,#deliverables,#projects,#contact{scroll-margin-top:96px}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:3px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;width:100%;object-fit:cover}button,input,textarea{font:inherit}.container{width:var(--container);margin-inline:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(245,244,239,.88);backdrop-filter:blur(32px) saturate(190%) brightness(1.06);-webkit-backdrop-filter:blur(32px) saturate(190%) brightness(1.06);box-shadow:inset 0 1px 0 rgba(255,255,255,.85),inset 0 -1px 0 rgba(16,41,66,.05),0 0 0 rgba(16,41,66,0);transition:box-shadow .3s ease,background .3s ease}.site-header::before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(255,255,255,.55) 0%,rgba(255,255,255,0) 35%,rgba(255,255,255,0) 65%,rgba(255,255,255,.25) 100%);pointer-events:none}.site-header.is-scrolled{background:rgba(245,244,239,.94);box-shadow:inset 0 1px 0 rgba(255,255,255,.85),inset 0 -1px 0 rgba(16,41,66,.05),0 12px 30px -20px rgba(16,41,66,.3)}.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand{display:inline-flex;align-items:center;align-self:center;color:var(--navy);transition:opacity .2s ease}.brand:hover{opacity:.8}.brand-logo{height:72px;width:auto;display:block}.brand-logo-invert{filter:invert(1)}.main-nav{display:flex;gap:2rem;margin-left:auto;font-size:.77rem;color:var(--ink)}.main-nav a{position:relative;padding-bottom:.2rem;transition:color .2s ease}.main-nav a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--navy);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.main-nav a:hover{color:var(--navy)}.main-nav a:hover::after{transform:scaleX(1)}.button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;border:1px solid transparent;padding:.88rem 1.15rem;font-size:.77rem;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:background .2s ease,color .2s ease}.button:disabled{opacity:.6;cursor:not-allowed}.button-dark{background:var(--navy);color:var(--white)}.button-dark:hover{background:var(--navy-hover)}.button-accent{background:var(--accent);color:var(--navy-deep)}.button-accent:hover{background:var(--accent-hover)}.button-outline{background:transparent;color:var(--navy);border-color:var(--navy)}.button-outline:hover{background:var(--navy);color:#fff}.header-cta{margin-left:1rem}.nav-toggle,.mobile-menu{display:none}.hero{position:relative;overflow:hidden;min-height:680px;padding:clamp(4rem,8vw,7rem) 0 1.5rem;background:#f1e5d6}.hero-parallax{background:var(--navy-deep);min-height:92vh;display:flex;align-items:center;padding:clamp(6rem,10vw,9rem) 0}.hero-parallax .bg-parallax-img{filter:saturate(.55) brightness(.42)}.hero-parallax .bg-parallax-overlay{background:linear-gradient(180deg,rgba(8,26,44,.5),rgba(8,26,44,.88))}.hero-parallax .hero-grid{position:relative;z-index:2;display:block;max-width:640px}.hero-parallax .kicker{color:#c8b28f}.hero-parallax .kicker::before{background:var(--accent)}.hero-parallax .hero-copy h1{color:#fff}.hero-parallax h1 em{color:var(--accent)}.hero-parallax .hero-lede{color:#dae3e8}.hero-parallax .hero-meta{color:#c2cdd5}.hero-parallax .button-outline{border-color:#fff;color:#fff}.hero-parallax .button-outline:hover{background:#fff;color:var(--navy)}.hero-parallax .text-link{color:#fff;border-color:#fff}.hero-parallax .text-link:hover{color:var(--accent);border-color:var(--accent)}.hero-grid{position:relative;z-index:2}.hero-copy{max-width:70%;border-radius:16px;background:rgba(245,244,239,.82);backdrop-filter:blur(24px) saturate(160%);-webkit-backdrop-filter:blur(24px) saturate(160%);border:1px solid rgba(255,255,255,.5);box-shadow:inset 0 1px 0 rgba(255,255,255,.6),0 30px 60px -30px rgba(16,41,66,.3);padding:clamp(1.5rem,3vw,2.75rem)}.kicker{display:flex;align-items:center;font-family:var(--mono);font-weight:500;font-size:.72rem;line-height:1.4;letter-spacing:.13em;text-transform:uppercase;color:var(--navy);margin:0 0 1.5rem}.kicker::before{content:"";flex:none;display:inline-block;width:24px;height:2px;border-radius:1px;background:var(--accent);margin-right:.75rem}.hero h1,h2{font-family:var(--sans);font-weight:400;color:var(--navy);letter-spacing:-.02em;line-height:1.06;text-wrap:balance}.hero h1{font-size:clamp(2.142rem,3.672vw,4.039rem);line-height:1.03;margin:0}.hero h1 em{color:#9d702e;font-style:normal}.hero-lede{font-size:1rem;line-height:1.65;color:var(--muted);margin:1.75rem 0 2.25rem;text-wrap:pretty}.hero-actions{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.text-link{font-size:.8rem;font-weight:700;color:var(--navy);border-bottom:1px solid var(--navy);padding-bottom:.25rem;transition:color .2s ease,border-color .2s ease}.text-link span{margin-left:.45rem}.text-link:hover{color:#9d702e;border-color:#9d702e}.hero-meta{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;margin-top:4rem;color:var(--muted);font-family:var(--mono);font-size:.62rem}.hero-meta span{display:inline-flex;align-items:center;gap:.55rem}.hero-meta span::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent)}.hero-image-wrap{position:absolute;top:0;right:0;bottom:0;left:36%;z-index:1}.hero-image{height:100%;overflow:hidden;background:var(--navy)}.hero-image img{height:100%;filter:saturate(.72);transition:transform 1.1s var(--ease)}.hero-image-wrap:hover img{transform:scale(1.035)}.image-note{position:absolute;left:-1.5rem;bottom:1.7rem;display:flex;align-items:center;gap:.6rem;padding:.8rem 1rem;background:rgba(16,41,66,.55);backdrop-filter:blur(14px) saturate(160%);-webkit-backdrop-filter:blur(14px) saturate(160%);border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 12px 28px -10px rgba(8,26,44,.5);color:#fff;font-family:var(--mono);font-size:.6rem}.status-dot{width:7px;height:7px;border-radius:50%;background:#8bc49f;animation:pulse-dot 2.4s ease-in-out infinite}@keyframes pulse-dot{0%,100%{box-shadow:0 0 0 0 rgba(139,196,159,.55)}50%{box-shadow:0 0 0 5px rgba(139,196,159,0)}}.hero-rule{display:flex;justify-content:space-between;padding-top:2rem;margin-top:6rem;border-top:1px solid var(--line);font-family:var(--mono);font-size:.63rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.section{padding:var(--space) 0}.split-heading{display:grid;grid-template-columns:1.05fr .7fr;gap:5rem;align-items:end;margin-bottom:2rem}.stages-section .split-heading{grid-template-columns:1fr;gap:1.5rem}.stages-section .split-heading .section-intro{max-width:none}.approach-section .split-heading{grid-template-columns:1fr;gap:1.5rem}.approach-section .split-heading .section-intro{max-width:none}.split-heading h2,.deliverables-aside h2,.practice-copy h2,.fit-layout h2,.contact-copy h2{font-size:clamp(1.913rem,3.443vw,3.596rem);margin:0}.section-intro{font-size:1rem;line-height:1.65;color:var(--muted);max-width:42ch;margin:0;text-wrap:pretty}.principle-grid{display:grid;grid-template-columns:repeat(3,1fr)}.principle{padding:2rem 1.2rem 2rem;border-right:1px solid var(--line)}.principle:last-child{border:0}.principle-featured{grid-column:1/-1;display:grid;grid-template-columns:1fr;background:var(--mint);padding:2.4rem 2rem;border-right:0}.principle-featured h3{margin:0;font-size:2.2rem;line-height:1.1;letter-spacing:-.015em;text-wrap:balance}.stage-index{font-family:var(--mono);font-size:.65rem;color:#9d702e}.principle h3{font-family:var(--sans);font-size:1.55rem;font-weight:400;color:var(--navy);line-height:1.2;letter-spacing:-.01em;margin:0 0 1rem}.principle p,.stage-card p,.deliverable p,.practice-steps p,.project p{font-size:1rem;line-height:1.65;color:var(--muted);margin:0}.bg-parallax{position:relative;overflow:hidden}.bg-parallax-img{position:absolute;left:0;top:-20%;width:100%;height:140%;object-fit:cover;will-change:transform}.bg-parallax-overlay{position:absolute;inset:0}.statement-band{position:relative;background:var(--navy);color:#fff;padding:clamp(4rem,8vw,7rem) 0}.statement-band .bg-parallax-img{opacity:.35;filter:saturate(.4)}.statement-band .bg-parallax-overlay{background:linear-gradient(180deg,rgba(8,26,44,.75),rgba(16,41,66,.92))}.statement-inner{position:relative;z-index:2;display:grid;grid-template-columns:.7fr 1.7fr;gap:2rem;align-items:start}.statement-band .kicker{color:#b7c4cd}.statement-band blockquote{font-family:var(--serif);font-size:clamp(2rem,4vw,4.2rem);line-height:1.08;letter-spacing:-.015em;margin:0;color:#fff;text-wrap:balance}.statement-band p:last-child{grid-column:2;margin:1.5rem 0 0;color:#bdc9d1;font-size:1rem;max-width:72ch}.stages-section{background:var(--paper)}.stage-grid{width:100%;padding-inline:max(1rem,calc((100% - 1180px) / 2));box-sizing:border-box;display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(220px,auto);gap:1px;background:var(--paper);background-clip:content-box;border-top:1px solid var(--paper);border-bottom:1px solid var(--paper)}.stage-card{background:var(--paper);padding:1.7rem;min-height:220px;position:relative}.stage-card h3{font-family:var(--sans);font-size:1.65rem;font-weight:400;color:var(--navy);line-height:1.2;letter-spacing:-.01em;margin:.8rem 0 1rem}.stage-featured{grid-column:span 2;background:var(--mint)}.stage-featured h3{font-size:2.7rem;line-height:1.05;text-wrap:balance}.stage-tag{display:inline-block;margin-top:2rem;padding:.35rem .7rem;border:1px solid rgba(73,100,85,.35);color:#496455;font-family:var(--mono);font-size:.6rem;background:rgba(255,255,255,.35);backdrop-filter:saturate(160%);-webkit-backdrop-filter:saturate(160%);border-radius:100px}.stage-image{padding:0;overflow:hidden}.stage-image img{height:100%;min-height:220px;filter:saturate(.65)}.stage-dark{background:var(--navy);color:#fff}.stage-dark h3{color:#fff}.stage-dark p{color:#bdc9d1}.stage-amber{background:var(--accent)}.stage-amber .stage-index{color:var(--navy-deep);opacity:.75}.stage-amber h3{color:var(--navy-deep)}.stage-amber p{color:var(--navy-deep);opacity:.8}.deliverables-section{background:#e8ede8}.deliverables-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:7rem}.deliverables-aside>p:not(.kicker){color:var(--muted);margin:2rem 0}.deliverables-aside .text-link{display:inline-block}.deliverable-list{border-top:1px solid #b9c8bc}.deliverable{padding:1.4rem 0 1.4rem 1.2rem;border-bottom:1px solid #b9c8bc;border-left:2px solid var(--accent)}.deliverable h3{margin:0 0 .4rem;font-family:var(--sans);font-size:1.65rem;font-weight:400;line-height:1.2;letter-spacing:-.01em;color:var(--navy)}.practice-section{position:relative;min-height:640px;display:flex;align-items:center}.practice-section .bg-parallax-img{filter:saturate(.5) brightness(.4)}.practice-section .bg-parallax-overlay{background:linear-gradient(115deg,rgba(8,26,44,.88) 0%,rgba(8,26,44,.6) 55%,rgba(8,26,44,.35) 100%)}.practice-copy{position:relative;z-index:2;max-width:820px}.practice-copy .kicker{color:#c8b28f}.practice-copy h2{color:#fff}.practice-steps{margin-top:3rem;border-top:1px solid rgba(255,255,255,.25)}.practice-steps div{padding:1.15rem 0;border-bottom:1px solid rgba(255,255,255,.25);transition:padding-left .3s var(--ease)}.practice-steps div:hover{padding-left:.6rem}.practice-steps strong{display:block;color:#fff;font-family:var(--sans);font-size:1.35rem;font-weight:400;line-height:1.2;letter-spacing:-.01em}.practice-steps p{margin-top:.35rem;color:#c2cdd5}.projects-section{background:#f1e8d8}.project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.project{min-height:320px;padding:1.5rem;display:flex;flex-direction:column;justify-content:flex-end;transition:transform .35s var(--ease),box-shadow .35s var(--ease)}.project:hover{transform:translateY(-5px);box-shadow:0 24px 40px -22px rgba(16,41,66,.4)}.project span{font-family:var(--mono);font-size:.62rem;text-transform:uppercase;color:inherit;opacity:.7;margin-bottom:auto;transition:opacity .3s ease}.project:hover span{opacity:1}.project h3{font-family:var(--sans);font-size:1.7rem;line-height:1.15;letter-spacing:-.01em;font-weight:400;margin:0 0 1rem;color:inherit;text-wrap:balance}.project ul{color:inherit;opacity:.85;padding-left:1rem;font-size:.8rem;margin:0}.project-large{grid-column:span 2;background:var(--navy);color:#fff;min-height:400px;background-image:linear-gradient(135deg,rgba(8,26,44,.2),rgba(8,26,44,.9)),url("https://images.unsplash.com/photo-1551434678-e076c223a692?auto=format&fit=crop&w=1000&q=80");background-size:cover;background-position:center}.project-amber{background:var(--accent);color:var(--navy-deep)}.project-outline{border:1px solid var(--line)}.project-dark{background:#c8d7d0;color:var(--navy)}.fit-section{background:var(--mint)}.fit-layout{display:grid;grid-template-columns:1fr 1fr;gap:6rem}.fit-layout .section-intro{margin-top:2rem}.fit-points{border-top:1px solid #aebfb4}.fit-points p{margin:0;padding:1.3rem 0;border-bottom:1px solid #aebfb4;font-family:var(--sans);font-size:1.5rem;line-height:1.3;letter-spacing:-.01em;color:var(--navy);transition:padding-left .3s var(--ease)}.fit-points p:hover{padding-left:.6rem}.contact-section{position:relative;background:var(--navy);color:#fff;padding:var(--space) 0}.contact-pattern{background-color:var(--navy-deep);background-image:repeating-linear-gradient(0deg,rgba(212,160,92,.07) 0 1px,transparent 1px 40px),repeating-linear-gradient(90deg,rgba(212,160,92,.07) 0 1px,transparent 1px 40px),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cg fill='none' stroke='%23d4a05c' stroke-width='1' stroke-opacity='0.25'%3E%3Cpath d='M0 40 H70 V140 H200'/%3E%3Cpath d='M70 140 V190 H0'/%3E%3Cpath d='M160 0 V70 H100 V140'/%3E%3Cpath d='M100 140 H160 V200'/%3E%3C/g%3E%3Cg fill='%23d4a05c'%3E%3Crect x='67' y='37' width='6' height='6' fill-opacity='0.4'%3E%3Canimate attributeName='fill-opacity' values='0.25;0.6;0.25' dur='4s' begin='0s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='67' y='137' width='6' height='6' fill-opacity='0.4'%3E%3Canimate attributeName='fill-opacity' values='0.25;0.6;0.25' dur='4s' begin='1s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='157' y='67' width='6' height='6' fill-opacity='0.4'%3E%3Canimate attributeName='fill-opacity' values='0.25;0.6;0.25' dur='4s' begin='2s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='97' y='137' width='6' height='6' fill-opacity='0.4'%3E%3Canimate attributeName='fill-opacity' values='0.25;0.6;0.25' dur='4s' begin='3s' repeatCount='indefinite'/%3E%3C/rect%3E%3Ccircle cx='0' cy='40' r='2' fill-opacity='0.4'/%3E%3Ccircle cx='200' cy='140' r='2' fill-opacity='0.4'/%3E%3Ccircle cx='0' cy='190' r='2' fill-opacity='0.4'/%3E%3Ccircle cx='160' cy='0' r='2' fill-opacity='0.4'/%3E%3Ccircle cx='160' cy='200' r='2' fill-opacity='0.4'/%3E%3C/g%3E%3C/svg%3E");background-size:40px 40px,40px 40px,200px 200px;animation:contact-pattern-drift 150s linear infinite}@keyframes contact-pattern-drift{from{background-position:0 0,0 0,0 0}to{background-position:200px 0,0 200px,200px 200px}}.contact-section .bg-parallax-overlay{background:linear-gradient(180deg,rgba(16,41,66,.45),rgba(8,26,44,.65))}.contact-layout{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,8vw,9rem)}.contact-copy h2{color:#fff;max-width:none}.contact-copy>p:not(.kicker){max-width:40ch;color:#bdc9d1;margin:2rem 0}.contact-section .kicker{color:#b7c4cd}.service-options{display:flex;flex-wrap:wrap;gap:.6rem}.service-options span{font-family:var(--mono);font-size:.6rem;border:1px solid rgba(255,255,255,.2);padding:.55rem .9rem;color:#dae3e8;background:rgba(255,255,255,.05);backdrop-filter:blur(8px) saturate(150%);-webkit-backdrop-filter:blur(8px) saturate(150%);border-radius:100px}.contact-form{display:grid;gap:1rem;background:rgba(255,255,255,.06);backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%);border:1px solid rgba(255,255,255,.14);border-radius:16px;padding:2rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 24px 50px -24px rgba(0,0,0,.5)}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.contact-form label{font-size:14px;color:#c2cdd5}.contact-form input,.contact-form textarea{display:block;width:100%;margin-top:.4rem;border:0;border-bottom:1px solid #53677a;background:transparent;color:#fff;padding:.7rem 0;outline:0;border-radius:0}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent);box-shadow:0 2px 0 var(--accent)}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#7f91a0}.contact-form .button{justify-self:start;margin-top:1rem}.form-status{font-size:.75rem;color:#b9d7c2;margin:0}.site-footer{padding:2rem 0;background:var(--navy-deep);color:#b7c4cd}.footer-inner{display:flex;align-items:center;gap:2rem;justify-content:space-between}.footer-inner .brand{color:#fff}.footer-inner p,.footer-note{font-family:var(--mono);font-size:.6rem;margin:0}.footer-seal{flex:none;width:56px;margin-left:auto;transition:transform .2s ease,opacity .2s ease;opacity:.9}.footer-seal:hover{transform:translateY(-2px);opacity:1}.reveal{opacity:0;transform:translateY(18px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.reveal.is-visible{opacity:1;transform:none}.principle-grid .reveal:nth-child(2){transition-delay:.08s}.principle-grid .reveal:nth-child(3){transition-delay:.16s}.principle-grid .reveal:nth-child(4){transition-delay:.24s}.stage-grid .reveal:nth-child(2){transition-delay:.06s}.stage-grid .reveal:nth-child(3){transition-delay:.12s}.stage-grid .reveal:nth-child(4){transition-delay:.18s}.stage-grid .reveal:nth-child(5){transition-delay:.24s}.stage-grid .reveal:nth-child(6){transition-delay:.3s}.project-grid .reveal:nth-child(2){transition-delay:.08s}.project-grid .reveal:nth-child(3){transition-delay:.16s}.project-grid .reveal:nth-child(4){transition-delay:.24s}.deliverable-list .reveal:nth-child(2){transition-delay:.08s}.deliverable-list .reveal:nth-child(3){transition-delay:.16s}.deliverable-list .reveal:nth-child(4){transition-delay:.24s}@media(max-width:900px){.main-nav{gap:1rem}.split-heading,.deliverables-layout,.fit-layout,.contact-layout{grid-template-columns:1fr;gap:2.5rem}.hero{overflow:visible;min-height:auto;background:var(--paper)}.hero-image-wrap{position:relative;top:auto;right:auto;bottom:auto;left:auto;max-width:620px}.hero-image{height:auto}.hero-image img{height:70%;filter:saturate(.72);transition:transform 1.1s var(--ease)}.hero-copy{max-width:none;background:none;border:0;box-shadow:none;padding:0;padding-top:40px}.stage-grid{grid-template-columns:repeat(2,1fr)}.stage-featured{grid-column:span 2}.project-grid{grid-template-columns:repeat(2,1fr)}.project-large{grid-column:span 2}.statement-inner{grid-template-columns:1fr 2fr}.deliverables-aside .text-link{margin-top:1rem}.hero{padding-top:0}}@media(max-width:640px){.header-cta,.main-nav,.header-inner .brand{display:none}.nav-toggle{display:flex;flex-direction:column;justify-content:center;align-self:center;margin-left:auto;gap:6px;background:none;border:0;padding:.6rem;cursor:pointer;transition:background .2s ease}.nav-toggle:hover{background:rgba(16,41,66,.06)}.nav-toggle span{width:26px;height:2px;background:var(--navy);transition:transform .25s ease,opacity .2s ease}.nav-toggle[aria-expanded="true"] span:first-child{transform:translateY(3px) rotate(45deg)}.nav-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3px) rotate(-45deg)}.mobile-menu{padding:1rem;background:rgba(245,244,239,.75);backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);border-top:1px solid var(--line);box-shadow:inset 0 1px 0 rgba(255,255,255,.6)}.mobile-menu.open{display:grid;gap:1rem}.mobile-menu a{font-size:.85rem}.mobile-menu .mobile-cta{width:100%;margin-top:.5rem;font-size:.77rem}.hero{padding-top:0}.hero h1{font-size:clamp(2.081rem,9.792vw,3.06rem)}.hero-meta{margin-top:2.5rem;display:grid;gap:.6rem}.hero-rule{margin-top:3.5rem}.image-note{left:.8rem;bottom:.8rem}.principle-grid{grid-template-columns:1fr}.principle-featured{grid-template-columns:1fr}.principle,.principle:first-child{border-right:0}.principle:nth-child(n+2){border-top:1px solid var(--line)}.principle h3{margin-top:2rem}.split-heading{margin-bottom:2.5rem}.statement-inner{display:block}.statement-band blockquote{margin-bottom:2rem}.stage-grid,.project-grid{grid-template-columns:1fr}.stage-featured,.project-large{grid-column:span 1}.stage-card{min-height:190px}.stage-image{min-height:240px}.stage-image img{min-height:240px}.project{min-height:260px}.project-large{min-height:330px}.footer-inner{align-items:flex-start;flex-direction:column;gap:1rem}.footer-seal{margin-left:0}.footer-note{margin-left:0}.contact-form .button{width:100%}.practice-section{min-height:auto}.practice-section .bg-parallax-overlay{background:rgba(8,26,44,.78)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.hero-image img,.button,.stage-card,.project,.deliverable,.practice-steps div,.fit-points p{transition:none}.status-dot,.contact-pattern{animation:none}}
