/* FOW v2 — one shared design system. Brand artwork is unmodified. */
:root{--ink:#061018;--ink2:#10222d;--cyan:#16bdf3;--blue:#0099dd;--paper:#f3f6f7;--white:#fff;--muted:#58656d;--line:#dce3e6;--soft:#e9f7fd;--radius:12px;--wrap:1240px;--space:clamp(64px,7.8vw,116px);--sans:Arial,"Helvetica Neue",Helvetica,sans-serif;--serif:Georgia,"Times New Roman",serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:125px}body{margin:0;background:var(--white);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}button:disabled{cursor:wait;opacity:.65}img{max-width:100%;height:auto;display:block}svg{flex-shrink:0}p,h1,h2,h3,h4,ul{margin:0}p+p{margin-top:1.15em}h1,h2,h3{font-weight:600;line-height:1.08;letter-spacing:-.045em}h1{font-size:clamp(48px,6.2vw,86px)}h2{font-size:clamp(35px,4vw,55px)}h3{font-size:24px}::selection{background:var(--cyan);color:var(--ink)}[hidden]{display:none!important}:focus-visible{outline:3px solid var(--blue);outline-offset:5px}main:focus{outline:none}.wrap{width:min(var(--wrap),calc(100% - 96px));margin:0 auto}.narrow{max-width:830px}.section{padding:var(--space) 0}.pale{background:var(--paper)}.dark{background:var(--ink);color:var(--white)}.eyebrow{font-size:11px;line-height:1.5;letter-spacing:.16em;font-weight:700;text-transform:uppercase;margin-bottom:20px;display:flex;gap:10px;align-items:center}.micro{font-size:10px;letter-spacing:.12em;font-weight:600;line-height:1.5}.small-copy{font-size:13px;color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;min-height:55px;padding:15px 24px;font-size:13px;letter-spacing:-.015em;line-height:1.4;font-weight:700;border:1px solid transparent;border-radius:5px;transition:transform .2s,background .2s,color .2s}.btn svg{width:18px;height:18px}.btn:hover{transform:translateY(-2px)}.btn-cyan{background:var(--cyan);color:var(--ink)}.btn-cyan:hover{background:#73d9fa}.btn-dark{background:var(--ink);color:var(--white)}.btn-dark:hover{background:#193443}.btn-light{background:#fff;color:var(--ink);border-color:var(--line)}.button-row{display:flex;align-items:center;gap:26px;flex-wrap:wrap;margin-top:32px}.text-link{font-size:13px;font-weight:700;display:inline-flex;align-items:center;gap:14px;line-height:1.4;padding:8px 0}.text-link svg{width:18px;height:18px;transition:transform .2s}.text-link:hover svg{transform:translate(3px,-3px)}.light-link{color:white}.text-link:not(.light-link):hover{color:#006b96}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:12px;left:12px;transform:translateY(-200%);padding:12px 20px;background:var(--ink);color:#fff;z-index:200;border-radius:4px}.skip-link:focus{transform:none}.site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.97);border-bottom:1px solid #e9edef;backdrop-filter:blur(18px)}.header-inner{height:100px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:block;flex-shrink:0;width:80px}.brand img{width:100%;height:auto;aspect-ratio:1141/1000;object-fit:contain}.desktop-nav{display:flex;gap:23px;align-items:center;justify-content:center}.nav-link,.nav-toggle{font-size:12px;font-weight:600;white-space:nowrap;border:0;background:transparent;padding:15px 0;line-height:1.5;color:var(--ink)}.nav-link{position:relative}.nav-link:after{position:absolute;content:"";height:2px;background:var(--cyan);bottom:6px;left:0;right:0;transform:scaleX(0);transform-origin:left;transition:transform .2s}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}.nav-toggle{display:flex;align-items:center;gap:6px}.nav-toggle svg{width:13px;height:13px}.nav-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.header-actions{display:flex;align-items:center;gap:12px}.header-actions .btn{min-height:45px;font-size:12px;padding:13px 17px;gap:15px;background:var(--ink);color:#fff}.header-actions .btn:hover{background:var(--cyan);color:var(--ink)}.menu-toggle{display:none;background:transparent;border:1px solid var(--line);width:46px;height:46px;align-items:center;justify-content:center;border-radius:4px}.scroll-line{height:2px;background:var(--cyan);width:var(--scroll-progress,0%);position:absolute;bottom:-1px;left:0}.mega-menu{position:absolute;top:100%;left:max(24px,calc((100vw - 1240px)/2));right:max(24px,calc((100vw - 1240px)/2));background:#fff;border:1px solid var(--line);padding:30px;box-shadow:0 24px 70px #06101826;border-radius:0 0 12px 12px;z-index:70}.mega-heading,.mega-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px}.mega-heading{padding-bottom:20px;border-bottom:1px solid var(--line)}.mega-heading .eyebrow{margin:0}.mega-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;padding:25px 0}.mega-family{display:flex;gap:12px;align-items:flex-start;font-size:15px;line-height:1.35;margin-bottom:16px}.mega-family svg{color:var(--blue)}.mega-service{display:block;font-size:12px;padding:6px 0;color:var(--muted)}.mega-service:hover{color:#006b96;text-decoration:underline}.mega-bottom{border-top:1px solid var(--line);padding-top:15px;font-size:12px;color:var(--muted)}.mobile-menu{position:fixed;z-index:59;top:100px;left:0;right:0;bottom:0;background:white;overflow-y:auto;padding:20px 28px 40px}.mobile-nav-link{display:flex;justify-content:space-between;align-items:center;padding:14px 0;font-size:23px;font-weight:600;border-bottom:1px solid var(--line);letter-spacing:-.03em}.mobile-service-links{padding:24px 0;display:grid;gap:12px;font-size:13px;color:var(--muted)}.mobile-email{display:block;font-size:14px;font-weight:700;overflow-wrap:anywhere}.owner-banner{padding:9px 24px;background:var(--cyan);font-size:11px;font-weight:700;display:flex;justify-content:space-between;gap:20px}.owner-banner a{display:flex;align-items:center;gap:8px}.owner-banner svg{width:15px;height:15px}
/* A editorial dark hero, with a live, keyboard-operable design showcase. */
.hero{background:var(--ink);color:white;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at 100% 0%,#173d505c,transparent 55%)}.hero-grid{position:relative;display:grid;grid-template-columns:1fr 1.04fr;gap:48px;align-items:center;padding-top:90px;padding-bottom:76px}.hero-copy{padding-bottom:25px;min-width:0}.hero .eyebrow{color:#b7d3df;font-size:10px;letter-spacing:.13em;margin-bottom:28px}.status-dot{width:6px;height:6px;border-radius:50%;background:var(--cyan);box-shadow:0 0 0 4px #16bdf319}.hero h1{font-size:clamp(58px,5.9vw,83px);line-height:1.01;letter-spacing:-.065em;font-weight:500;margin-left:-4px}.hero h1 span{color:var(--cyan)}.hero-intro{max-width:440px;font-size:16px;line-height:1.8;color:#b6c2c9;margin-top:30px}.hero-micro{font-size:11px;color:#9aaab4;margin-top:16px}.hero .button-row{gap:25px}.hero-showcase{min-width:0;padding:0 0 16px 0}.showcase-topline{display:flex;align-items:center;justify-content:space-between;color:#9dafba;margin:0 10px 16px;font-size:11px}.showcase-count{letter-spacing:.08em}.showcase-stage{position:relative;perspective:1200px}.showcase-panel{animation:showcaseIn .42s ease both}.showcase-stage .concept{transform:rotate(-2deg);transition:transform .4s;box-shadow:0 25px 60px #0005;border:1px solid #ffffff26}.showcase-stage:hover .concept{transform:rotate(0)}.floating-note{position:absolute;bottom:25px;right:-18px;display:flex;gap:12px;align-items:center;padding:15px 18px;background:white;box-shadow:0 12px 30px #0002;color:var(--ink);border-radius:8px;font-size:11px;line-height:1.5;transform:rotate(3deg);z-index:2}.floating-note svg{color:#008abd;width:22px;height:22px}.floating-note strong{font-size:12px}.showcase-bottom{margin:25px 0 0}.showcase-tabs{display:flex;gap:8px}.showcase-tabs button{flex:1;white-space:nowrap;font-size:10px;letter-spacing:.015em;color:#a3b2bd;border:1px solid #ffffff20;background:transparent;padding:10px 8px;border-radius:4px}.showcase-tabs button[aria-selected=true]{background:#ffffff0d;color:#d4f3ff;border-color:#16bdf3a6}.showcase-tabs button:hover{background:#ffffff16}.showcase-bottom>p{font-size:10px;color:#8f9fab;letter-spacing:.015em;margin-top:12px}.hero-base{position:relative;border-top:1px solid #ffffff20;padding:25px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:11px;color:#afbec8}.hero-base>span{display:flex;gap:10px;align-items:center}.hero-base>span:before{content:"↗";color:var(--cyan);font-size:16px}.hero-base a{display:flex;gap:12px;align-items:center;font-size:9px;letter-spacing:.1em}.hero-base a svg{height:16px;width:16px}
/* Original browser-shaped work concepts, not screenshots of clients. */
.concept{border-radius:9px;background:#f1ede5;overflow:hidden;position:relative;container-type:inline-size;color:#111f20;aspect-ratio:1.34;box-shadow:0 12px 32px #00000010}.browser-bar{height:8%;min-height:24px;display:flex;align-items:center;justify-content:space-between;padding:0 3.5%;font-size:1.5cqw;letter-spacing:.025em;background:#fafbfc;color:#6e777c;border-bottom:1px solid #dde1e3}.browser-dots{display:flex;gap:4px}.browser-dots i{display:block;width:4px;height:4px;background:#c1cbd0;border-radius:50%}.forme-page,.stride-page,.mini-fow-page{height:92%;position:relative;overflow:hidden}.forme-page{background:#f1eee8}.concept-nav{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:4;padding:5% 6%;font-size:1.65cqw;font-weight:500;line-height:1.25}.concept-nav strong{font-size:4cqw;letter-spacing:-.08em}.concept-nav strong>span,.concept-nav strong>small{font-size:1.5cqw;vertical-align:top;letter-spacing:0;padding-left:4px}.concept-nav>span{color:#616360}.forme-copy{position:absolute;left:6%;top:26%;z-index:3}.forme-copy .micro{font-size:1.5cqw;letter-spacing:.13em}.forme-copy h3{font-weight:400;font-size:7.2cqw;letter-spacing:-.05em;line-height:1.06;margin:11% 0 10%;position:relative;z-index:2}.forme-copy h3 em{font-family:var(--serif);font-weight:400;letter-spacing:-.065em}.concept-pill{display:inline-block;padding:3.5% 5%;background:#25372e;color:white;border-radius:2px;font-size:1.55cqw;font-weight:500}.concept-caption{position:absolute;bottom:5%;left:6%;right:6%;display:flex;justify-content:space-between;gap:10%;font-size:1.3cqw;letter-spacing:.1em;color:#737468;z-index:5}.arch-scene{position:absolute;right:0;top:17%;width:49%;height:75%;overflow:hidden;background:linear-gradient(115deg,#d3cfc4,#e5e1d8 60%,#f4f0e9)}.arch-wall{position:absolute;inset:0;background:linear-gradient(145deg,#fff4 0 20%,transparent 20% 62%,#6a65532b 62% 100%)}.arch-opening{position:absolute;top:6%;right:14%;width:62%;height:82%;border-radius:50% 50% 0 0;background:linear-gradient(110deg,#9e9a8b,#cbc6b8 20%,#c6c1b4 65%,#e2ddcf);box-shadow:inset 12px 3px 15px #52472c20,8px 8px 16px #eee7d5}.arch-opening:after{content:"";position:absolute;left:0;right:0;bottom:0;height:40%;background:linear-gradient(155deg,#aaa08f,#cfc4ad);clip-path:polygon(0 40%,100% 0,100% 100%,0 100%)}.arch-sun{position:absolute;width:24%;aspect-ratio:1;right:20%;top:18%;border-radius:50%;background:linear-gradient(140deg,#f6f2e7,#b3ad9e);box-shadow:-5px 10px 20px #544a3620}.arch-plinth{position:absolute;bottom:7%;left:18%;width:40%;height:27%;background:linear-gradient(100deg,#b5ad9e,#ded7c8 50%,#cdc4b2);border-radius:50% 50% 3% 3%/12% 12% 2% 2%;box-shadow:14px 12px 8px #423c2820}.arch-plinth:before{content:"";display:block;width:100%;height:22%;border-radius:50%;background:linear-gradient(20deg,#c6bdab,#f3eddf)}.arch-sphere{position:absolute;bottom:32%;left:24%;width:29%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 28% 26%,#f6f5ee,#cec7b6 50%,#7f7a6d 100%);box-shadow:7px 13px 7px #5d554025}.arch-line{position:absolute;left:-10%;bottom:4%;width:110%;height:1px;background:#847a6230;transform:rotate(-8deg)}.stride-page{background:#c8eff9;color:#061018}.stride-page .concept-nav>span{color:#173440}.stride-copy{position:absolute;z-index:3;left:6%;top:30%}.stride-copy .micro{font-size:1.65cqw}.stride-copy h3{font-size:9.4cqw;letter-spacing:-.075em;font-weight:700;line-height:.96;margin:9% 0 11%}.stride-copy h3 em{font-family:var(--serif);font-weight:400}.stride-copy .concept-pill{background:#061018}.stride-orbit{position:absolute;width:72%;aspect-ratio:1;right:-25%;top:2%;transform:rotate(-27deg)}.stride-orbit i{position:absolute;inset:12%;border:5.5cqw solid #0399cd;border-radius:50%;box-shadow:inset 6px 4px 10px #00354826,8px 6px 15px #00446829}.stride-orbit i:nth-child(2){transform:translateX(-25%) rotateY(55deg);border-color:#24b8eb}.stride-orbit i:nth-child(3){transform:translateX(25%) rotateY(-55deg);border-color:#087ea9}.mini-fow-page{background:#091b27;color:white;padding:0 6%}.mini-fow-page .concept-nav{padding:5% 0}.mini-fow-page .concept-nav strong{font-size:2cqw;letter-spacing:.04em}.mini-fow-page .concept-nav>span{color:#a8c2cf;font-size:1.45cqw}.mini-fow-page>.micro{display:block;font-size:1.4cqw;margin-top:12%;color:#83d8f2}.mini-fow-page h3{font-size:8cqw;font-weight:500;letter-spacing:-.06em;line-height:1.02;margin:5% 0 6%}.mini-fow-page h3 em{font-style:normal;color:var(--cyan)}.mini-fow-page .concept-pill{background:var(--cyan);color:var(--ink);font-size:1.7cqw;padding:3% 5%}.mini-fow-orbit{position:absolute;right:-10%;top:12%;width:48%;height:75%;opacity:.22}.mini-fow-orbit svg{width:100%;height:100%;color:var(--cyan)}.mini-service-row{position:absolute;left:6%;right:6%;bottom:6%;display:flex;justify-content:space-between;padding-top:4%;border-top:1px solid #ffffff30;font-size:1.55cqw}
/* Homepage editorial sections. */
.intro-band{border-bottom:1px solid var(--line);background:#fff}.intro-band>.wrap{display:flex;align-items:center;justify-content:space-between;gap:45px;padding-top:40px;padding-bottom:40px}.intro-band p:first-child{font-size:25px;letter-spacing:-.04em;line-height:1.35;flex-shrink:0}.intro-band p strong{font-weight:600}.intro-line{height:1px;background:var(--line);flex:1}.intro-detail{max-width:350px;color:var(--muted);font-size:13px;line-height:1.7;margin:0}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:46px}.section-heading h2{letter-spacing:-.055em;font-weight:500}.section-intro{max-width:370px;font-size:14px;line-height:1.85;color:var(--muted);padding-bottom:5px}.services-section{background:var(--paper)}.family-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.family-card{padding:26px 24px 22px;border:1px solid #dfe6e9;background:#fff;border-radius:var(--radius);display:flex;flex-direction:column;position:relative;transition:transform .25s,border-color .25s;min-height:325px}.family-card:hover{border-color:#8ecce3;transform:translateY(-5px)}.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:38px}.card-number{font-size:12px;font-weight:600;color:#697982}.card-top>svg{color:#1e495b;width:27px;height:27px}.family-card .eyebrow{font-size:8px;letter-spacing:.1em;line-height:1.7;margin-bottom:13px;color:#536b76}.family-card h3{font-size:25px;line-height:1.13;letter-spacing:-.04em;margin-bottom:17px;max-width:220px}.family-card>p:not(.eyebrow){font-size:12px;color:var(--muted);line-height:1.85;margin-bottom:30px}.card-arrow{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border:1px solid var(--line);border-radius:50%;margin-top:auto;align-self:flex-end}.card-arrow svg{width:17px;height:17px}.family-digital{background:var(--ink);border-color:var(--ink);color:white}.family-digital .card-number,.family-digital .eyebrow{color:#a7c6d5}.family-digital>p:not(.eyebrow){color:#adbec8}.family-digital .card-top>svg{color:var(--cyan)}.family-digital .card-arrow{border-color:#ffffff30;color:var(--cyan)}.section-tail{display:flex;align-items:center;justify-content:space-between;gap:30px;border-top:1px solid var(--line);padding-top:22px;margin-top:28px;font-size:12px;color:var(--muted)}.section-tail .text-link{color:var(--ink);white-space:nowrap}.work-grid{display:grid;grid-template-columns:1.13fr 1fr;gap:32px}.project-card{min-width:0}.project-card:nth-child(2){padding-top:56px}.project-card:nth-child(3){grid-column:1/-1;max-width:850px;width:100%;margin-top:20px}.project-visual{display:block;position:relative;background:#e8e4dc;border-radius:12px;padding:37px 29px;overflow:hidden}.project-card:nth-child(2) .project-visual{background:#d3ebf3}.project-card:nth-child(3) .project-visual{background:#dce6ec}.project-visual .concept{transform:rotate(-3deg);transition:transform .4s,box-shadow .4s}.project-card:nth-child(2) .concept{transform:rotate(3deg)}.project-visual:hover .concept{transform:rotate(0) translateY(-5px);box-shadow:0 20px 40px #0610182b}.visual-open{position:absolute;right:15px;bottom:15px;background:white;border-radius:50%;height:41px;width:41px;display:flex;justify-content:center;align-items:center;box-shadow:0 8px 15px #0001}.visual-open svg{width:19px;height:19px}.project-meta{padding-top:22px;display:flex;justify-content:space-between;gap:25px}.project-meta .eyebrow{font-size:9px;letter-spacing:.09em;color:var(--muted);margin-bottom:10px}.project-meta h3{font-size:21px;line-height:1.35;letter-spacing:-.035em}.value-section{background:var(--ink);color:#fff;overflow:hidden}.value-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.value-section .eyebrow{color:#96c2d4}.value-section h2{font-weight:500;letter-spacing:-.05em}.lead-copy{font-size:15px;line-height:1.85;margin-top:27px;color:#b5c4ce;max-width:470px}.value-points{display:grid;gap:24px;margin:32px 0}.value-points>div{display:flex;gap:17px;align-items:flex-start}.value-points svg{color:var(--cyan);width:21px;height:21px;margin-top:3px}.value-points p strong,.value-points p span{display:block}.value-points strong{font-size:14px;margin-bottom:4px}.value-points p span{font-size:12px;color:#a3b7c3}.value-section .text-link{color:#fff!important}.comparison-block{min-width:0}.comparison{height:375px;position:relative;overflow:hidden;border:1px solid #ffffff38;border-radius:12px;background:#fff;color:var(--ink)}.compare-layer{position:absolute;inset:0;padding:28px}.compare-before{font-family:Arial,sans-serif;background:#f0f2f3}.old-header{font-size:11px;letter-spacing:.06em;font-weight:700;border-bottom:2px solid #c8cbd0;padding-bottom:17px}.old-header span{float:right;font-size:7px;font-weight:400;letter-spacing:0;color:#748089}.compare-before h3{font-size:38px;letter-spacing:0;line-height:1.1;margin-top:32px;font-weight:700;color:#67717b}.compare-before p{font-size:11px;color:#747e87;margin-top:17px}.old-boxes{display:flex;gap:9px;margin:20px 0}.old-boxes i{height:25px;background:#d5dce1;width:75px}.old-button{font-size:9px;color:white;display:inline-block;background:#7b8a93;padding:9px 20px}.compare-after{background:#e8f7fb;clip-path:inset(0 0 0 calc(100% - var(--reveal)));z-index:2}.new-header{font-size:8px;letter-spacing:.13em;font-weight:700;display:flex;justify-content:space-between;border-bottom:1px solid #0d456230;padding-bottom:19px}.new-header span{font-size:18px}.compare-after h3{font-size:45px;letter-spacing:-.065em;font-weight:500;line-height:.99;margin-top:35px}.compare-after h3 em{font-family:var(--serif);font-weight:400}.compare-after p{margin-top:18px;font-size:11px}.new-button{display:inline-block;font-size:9px;color:white;background:var(--ink);padding:12px 16px;margin-top:25px;position:relative;z-index:2}.new-graphic{position:absolute;right:-46px;bottom:-62px;width:160px;height:240px;border:38px solid #a6dcf0;border-radius:50%;transform:rotate(-30deg);z-index:-1}.compare-handle{position:absolute;top:0;bottom:0;right:var(--reveal);width:2px;background:var(--cyan);z-index:3;pointer-events:none}.compare-handle span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:42px;height:42px;border-radius:50%;background:var(--ink);color:white;border:2px solid var(--cyan);display:grid;place-items:center;font-size:20px;box-shadow:0 5px 15px #0003}.comparison input{position:absolute;z-index:5;inset:0;width:100%;height:100%;opacity:0;cursor:ew-resize;margin:0}.comparison:focus-within{outline:3px solid var(--cyan);outline-offset:5px}.compare-labels{display:flex;justify-content:space-between;gap:15px;font-size:8px;letter-spacing:.12em;color:#9db2be;margin:19px 0}.visual-caption{font-size:11px;color:var(--muted);line-height:1.75;margin-top:19px}.value-section .visual-caption{color:#91a7b4;max-width:410px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.process-grid article{position:relative;padding-top:25px;border-top:1px solid var(--line)}.process-number{font-size:13px;line-height:1;display:block;color:#4b7488;font-weight:700;margin-bottom:30px}.process-grid h3{font-size:25px;margin-bottom:16px;line-height:1.2}.process-grid p{font-size:13px;color:var(--muted);line-height:1.85}.founder-note{margin-top:64px;background:var(--paper);border-radius:12px;display:grid;grid-template-columns:1fr auto;column-gap:36px;row-gap:24px;align-items:center;padding:34px 38px}.founder-note>p{font-family:var(--serif);font-size:25px;font-style:italic;letter-spacing:-.025em;line-height:1.5;max-width:740px}.founder-note>div{display:flex;align-items:center;gap:13px;grid-row:span 2}.founder-initial{width:50px;height:50px;display:grid;place-items:center;background:var(--ink);border-radius:50%;color:var(--cyan);font-family:var(--serif);font-size:30px}.founder-note strong,.founder-note small{display:block;font-size:13px}.founder-note small{font-size:10px;color:var(--muted)}.founder-note .text-link{font-size:11px}.insights-section{background:var(--paper)}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:28px;row-gap:46px}.article-art{height:205px;border-radius:10px;position:relative;overflow:hidden;background:#dfe9ee;display:flex;align-items:flex-end;justify-content:space-between;padding:19px;isolation:isolate}.article-art>span:first-of-type{font-size:8px;letter-spacing:.12em;position:relative;z-index:3}.article-art>span:last-child svg{width:17px;height:17px}.art-mark{position:absolute;top:25px;right:40px;width:140px;height:140px;transform:rotate(-15deg);color:#006da0;z-index:1;transition:transform .4s}.art-mark svg{width:100%;height:100%;stroke-width:.6}.article-art:after{position:absolute;content:"";width:210px;height:210px;border:1px solid #3079962b;border-radius:50%;top:30px;right:-35px;z-index:0}.article-art:hover .art-mark{transform:rotate(0) scale(1.07)}.art-iso{background:#0f2938;color:white}.art-iso .art-mark{color:#7cd3f1}.art-cqc{background:#e8eeed}.art-cqc .art-mark{color:#326a77}.art-tenders{background:#cdeffd}.art-tenders .art-mark{color:#0389b9}.article-meta{display:flex;justify-content:space-between;gap:15px;align-items:center;margin:20px 0 12px;font-size:9px;letter-spacing:.04em;color:var(--muted)}.article-card h3{font-size:23px;line-height:1.22;letter-spacing:-.035em}.article-card h3 a:hover{text-decoration:underline;text-decoration-color:var(--cyan);text-underline-offset:4px}.article-card>p{font-size:12px;line-height:1.8;color:var(--muted);margin-top:14px}.faq-grid{display:grid;grid-template-columns:1fr 1.18fr;gap:85px;align-items:start}.faq-grid>div:first-child>p:not(.eyebrow){margin-top:22px;max-width:330px;font-size:14px;color:var(--muted)}.faq-grid>div:first-child>.text-link{margin-top:23px}.faq-list{border-top:1px solid var(--line)}.faq{border-bottom:1px solid var(--line)}.faq summary{display:flex;justify-content:space-between;align-items:center;gap:30px;list-style:none;cursor:pointer;padding:24px 0;font-weight:600;font-size:15px;line-height:1.45}.faq summary::-webkit-details-marker{display:none}.faq summary svg{width:18px;height:18px;color:#407c96;transition:transform .2s}.faq[open] summary svg{transform:rotate(45deg)}.faq>div{padding:0 35px 25px 0;font-size:13px;line-height:1.85;color:var(--muted)}.closing{background:var(--cyan);padding:76px 0;overflow:hidden}.closing-inner{display:grid;grid-template-columns:1fr 260px;gap:100px;align-items:center}.closing .eyebrow{font-size:10px}.closing h2{font-size:clamp(42px,5.8vw,78px);font-weight:500;letter-spacing:-.06em;line-height:1.02}.closing p:not(.eyebrow){max-width:550px;font-size:14px;color:#123b4b;margin-top:26px}.closing .btn-cyan{background:var(--ink);color:white}.closing .btn-cyan:hover{background:white;color:var(--ink)}.closing-mark{aspect-ratio:1;display:grid;place-items:center;border:1px solid #06101850;border-radius:50%;position:relative}.closing-mark:before{position:absolute;content:"";inset:17px;border:1px solid #06101820;border-radius:50%}.closing-mark svg{width:62%;height:62%;stroke-width:.8}.site-footer{padding-top:56px;background:#f5f7f8;overflow:hidden}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:40px;border-bottom:1px solid var(--line);padding-bottom:38px}.footer-brand{display:flex;align-items:center;gap:28px}.footer-brand .brand{width:89px}.footer-brand>p{max-width:170px;font-size:18px;line-height:1.35;letter-spacing:-.025em}.footer-contact .eyebrow{font-size:9px;margin-bottom:9px}.footer-email{display:flex;align-items:center;gap:24px;font-size:22px;letter-spacing:-.04em;overflow-wrap:anywhere}.footer-email svg{width:22px;height:22px}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px;padding:42px 0}.footer-grid h3{font-size:12px;letter-spacing:0;margin-bottom:18px;font-weight:700}.footer-grid a{display:block;padding:5px 0;font-size:12px;color:var(--muted)}.footer-grid a:hover{color:#006d95}.footer-wordmark{font-size:clamp(58px,12.4vw,173px);line-height:.9;letter-spacing:-.075em;font-weight:600;display:flex;align-items:center;justify-content:space-between;padding:14px 0 38px;white-space:nowrap}.footer-wordmark>span{color:#18a7da;font-weight:400;font-size:.8em;margin-left:10px}.footer-bottom{border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 0;font-size:10px;color:#64747e}.footer-bottom>div{display:flex;gap:20px}.back-top{position:fixed;right:24px;bottom:24px;width:43px;height:43px;background:var(--ink);border:1px solid #ffffff30;color:#fff;border-radius:50%;box-shadow:0 5px 14px #0002;z-index:45;display:grid;place-items:center}.back-top svg{width:19px;height:19px;transform:rotate(-45deg)}
/* Inner pages retain the visual language, not the same repeated hero. */
.breadcrumb{display:flex;align-items:center;gap:11px;flex-wrap:wrap;font-size:10px;color:var(--muted);margin-bottom:48px;line-height:1.5}.breadcrumb a:hover{text-decoration:underline}.page-hero{padding:30px 0 76px;background:var(--paper)}.page-hero h1{max-width:1040px;font-weight:500;line-height:1.02;letter-spacing:-.06em}.page-lead{font-size:17px;line-height:1.8;color:var(--muted);max-width:690px;margin-top:27px}.page-hero .eyebrow{margin-bottom:19px;color:#3c6c82}.page-hero.dark .page-lead,.dark .breadcrumb{color:#9bb1be}.family-hero{padding:30px 0 80px;overflow:hidden}.family-hero .breadcrumb{color:#91a7b5}.family-hero .eyebrow{color:#80cee9}.family-hero-grid{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:80px}.family-hero h1{font-weight:500;font-size:clamp(48px,5.8vw,78px)}.family-hero .page-lead{color:#b0c2cd;font-size:16px}.family-emblem{height:350px;position:relative;display:grid;place-items:center}.orbit{position:absolute;border:1px solid #40758b;border-radius:50%;inset:0 5%;transform:rotate(-35deg)}.orbit-one{transform:rotate(-32deg) scaleX(.67);border-color:#3eabc8}.orbit-two{transform:rotate(34deg) scaleX(.75);border-color:#87a8b440}.family-emblem>div{width:150px;height:150px;background:#163341;border-radius:32px;display:grid;place-items:center;transform:rotate(-8deg);box-shadow:0 16px 50px #0003}.family-emblem>div>svg{width:75px;height:75px;color:#51ccf3;stroke-width:.85}.family-emblem-number{position:absolute;bottom:0;right:20px;letter-spacing:.1em;font-size:10px;color:#79a2b5}.family-intro{display:grid;grid-template-columns:1fr 2.1fr;gap:70px;margin-bottom:60px}.family-intro>p:last-child{font-size:27px;line-height:1.5;letter-spacing:-.025em}.service-list{border-top:1px solid var(--line);scroll-margin-top:140px}.service-row{display:grid;grid-template-columns:45px 1.3fr 1fr 26px;gap:28px;align-items:center;padding:29px 0;border-bottom:1px solid var(--line);transition:background .2s}.service-row:hover{background:#ecf7fc}.row-number{font-size:11px;color:#628093}.service-row h2{font-size:25px;letter-spacing:-.035em;line-height:1.2;font-weight:500}.service-row p{font-size:12px;line-height:1.8;color:var(--muted)}.service-row>svg{width:20px;height:20px}.scope-panel{background:#edf3f6;border-left:3px solid #73bcd9;padding:24px 28px;margin-top:45px;border-radius:0 8px 8px 0}.scope-panel h3{font-size:17px;letter-spacing:-.02em;margin-bottom:12px}.scope-panel p{font-size:13px;line-height:1.85;color:#4d626e;max-width:980px}.service-hero{padding:30px 0 78px;background:var(--paper)}.service-hero-grid{display:grid;grid-template-columns:1.5fr .85fr;gap:100px;align-items:center}.service-hero h1{font-size:clamp(47px,5.9vw,79px);font-weight:500}.service-hero .eyebrow{color:#376b82;font-size:10px}.service-hero .page-lead{font-size:16px}.service-brief{background:var(--ink);color:white;padding:34px;min-height:365px;border-radius:13px;position:relative;overflow:hidden}.brief-icon{position:absolute;right:30px;top:26px;color:var(--cyan)}.brief-icon svg{width:30px;height:30px}.service-brief>.eyebrow{color:#82b9cf;font-size:8px;max-width:190px;margin-top:7px}.service-brief h2{font-size:34px;font-weight:500;margin-top:42px;margin-bottom:26px}.service-brief ul{list-style:none;padding:0;display:grid;gap:11px}.service-brief li{display:flex;align-items:center;gap:12px;font-size:11px;color:#bad0db;line-height:1.55}.service-brief li svg{width:15px;height:15px;color:var(--cyan)}.service-brief>p:not(.eyebrow){font-size:10px;color:#98afbd;line-height:1.8;margin-top:24px;max-width:235px;padding-right:20px}.brief-index{position:absolute;bottom:25px;right:24px;font-size:9px;writing-mode:vertical-rl;letter-spacing:.14em;color:#7396a9}.subnav{border-bottom:1px solid var(--line);background:#fff}.subnav>.wrap{display:flex;align-items:center;gap:33px;padding:20px 0}.subnav a{font-size:12px;color:#546772}.subnav .subnav-cta{display:flex;align-items:center;gap:12px;margin-left:auto;color:var(--ink);font-weight:700}.subnav-cta svg{width:15px;height:15px}.overview-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:100px}.overview-grid h2{font-size:35px;font-weight:500;margin-bottom:25px}.overview-grid>div:first-child>p:not(.eyebrow){font-size:14px;color:var(--muted);line-height:1.9}.large-copy{font-size:24px;line-height:1.65;letter-spacing:-.03em}.deliverable-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 34px}.deliverable-grid article{border-top:1px solid #cfdee5;padding-top:25px}.small-index{display:block;color:#54869e;font-size:10px;letter-spacing:.1em;margin-bottom:25px}.deliverable-grid h3{font-size:23px;margin-bottom:16px;line-height:1.22}.deliverable-grid p{font-size:13px;line-height:1.9;color:var(--muted)}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.related-card{border:1px solid var(--line);padding:25px;border-radius:10px;min-height:175px;position:relative;transition:background .2s}.related-card:hover{background:var(--soft)}.related-card .eyebrow{font-size:8px;margin-bottom:18px;color:#548093}.related-card h3{font-size:23px;padding-right:20px;max-width:280px;line-height:1.2}.related-card>svg{width:20px;height:20px;display:block;margin:25px 0 0 auto}.sources-note{margin-top:40px;padding:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.sources-note h3{font-size:16px;letter-spacing:-.02em;margin-bottom:10px}.sources-note p{font-size:11px;color:var(--muted);margin-bottom:14px}.sources-note a{display:flex;gap:12px;align-items:center;font-size:12px;color:#076687;margin-top:9px;line-height:1.55}.sources-note a svg{width:13px;height:13px}.catalogue{margin-top:50px}.filter-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:35px}.filter{border:1px solid var(--line);border-radius:30px;background:white;padding:9px 20px;min-height:43px;color:#425963;font-size:12px}.filter.active,.filter[aria-pressed=true]{background:var(--ink);color:#fff;border-color:var(--ink)}.filter:hover{border-color:#279dc4}.editorial-layout{display:grid;grid-template-columns:.75fr 1.6fr;gap:110px}.about-monogram{width:230px;height:250px;display:grid;place-items:center;border:1px solid #bcd4de;background:linear-gradient(135deg,#e3f5fd,#f6f9fa);border-radius:110px;margin-bottom:40px;transform:rotate(-12deg)}.about-monogram svg{width:130px;height:130px;stroke-width:.7;transform:rotate(12deg);color:#1495c2}.aside-statement{font-size:23px;letter-spacing:-.03em;line-height:1.5}.editorial-section{padding-bottom:48px;margin-bottom:40px;border-bottom:1px solid var(--line)}.editorial-section:last-child{margin:0;padding:0;border:0}.editorial-section h2{font-size:39px;margin-bottom:25px;font-weight:500}.editorial-section p{color:#526671;font-size:16px;line-height:1.95}.editorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:75px}.editorial-grid h2{font-size:37px;line-height:1.15;margin-bottom:28px;font-weight:500}.editorial-grid p:not(.eyebrow){font-size:15px;line-height:1.9;color:var(--muted)}.project-stage{background:var(--paper);padding:0 0 60px}.project-stage .wrap{padding:35px 55px;border-radius:14px;background:#dce8ed}.large-concept{max-width:1000px;margin:0 auto;aspect-ratio:1.7}.large-concept .forme-copy h3{font-size:6.4cqw}.large-concept .forme-copy{top:23%}.large-concept .concept-nav{padding-top:3.5%}.large-concept .concept-nav strong{font-size:3.2cqw}.large-concept .concept-pill{padding:3% 5%}.large-concept .concept-caption{font-size:1.05cqw}.project-story{display:grid;grid-template-columns:.8fr 1.35fr;gap:90px}.project-story aside h2{font-size:34px;margin-bottom:20px}.project-story aside p:not(.eyebrow){font-size:13px;color:var(--muted);margin-bottom:30px}.project-story aside .btn{font-size:11px;padding:15px 20px;gap:16px}.project-story>div>h2{font-size:37px;margin:35px 0 22px}.project-story>div>h2:first-child{margin-top:0}.project-story>div>p{font-size:16px;color:var(--muted);line-height:1.9}.check-list{list-style:none;padding:0;display:grid;gap:14px}.check-list li{display:flex;gap:15px;align-items:flex-start;font-size:14px}.check-list svg{width:18px;height:18px;color:#137e9f;margin-top:3px}.article-hero{padding:30px 0 55px;background:var(--paper)}.article-hero h1{font-size:clamp(44px,5vw,69px);font-weight:500;line-height:1.05;letter-spacing:-.055em}.article-hero .page-lead{font-size:17px}.byline{display:flex;align-items:center;gap:23px;flex-wrap:wrap;font-size:11px;color:#617581;border-top:1px solid var(--line);padding-top:22px;margin-top:32px}.article-layout{display:grid;grid-template-columns:260px minmax(0,720px);gap:70px;padding:70px 0 95px;justify-content:space-between}.article-aside{align-self:start;position:sticky;top:130px}.article-aside>a{display:block;font-size:12px;line-height:1.7;padding:10px 0;color:var(--muted);border-bottom:1px solid var(--line)}.article-aside>a:hover{color:#08739c}.article-aside .text-link{border:0;background:transparent;font-size:11px;color:var(--ink);margin-top:25px}.copy-status{display:block;font-size:11px;color:#08739c}.article-body>section{padding-bottom:38px;scroll-margin-top:130px}.article-body h2{font-size:32px;line-height:1.17;letter-spacing:-.035em;margin-bottom:25px;font-weight:500}.article-body p{font-size:16px;color:#425966;line-height:1.95}.article-next{margin-top:40px;background:var(--paper);padding:32px;border-radius:12px}.article-next h2{font-size:33px}.article-next p:not(.eyebrow){font-size:14px;margin-bottom:24px}.article-next .eyebrow{font-size:10px}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{border:1px solid var(--line);border-radius:12px;padding:28px;background:#fff}.testimonial-card .eyebrow{font-size:8px;line-height:1.7}.quote-glyph{font-family:var(--serif);font-size:65px;line-height:.7;color:#23a7d3;display:block}.testimonial-card h2{font-size:24px;line-height:1.2;letter-spacing:-.035em;margin:13px 0 20px}.testimonial-card blockquote{font-size:13px;line-height:1.9;color:#536b77;margin:0}.review-person{display:flex;align-items:center;gap:12px;margin-top:25px;padding-top:20px;border-top:1px solid var(--line)}.review-initial{width:38px;height:38px;border-radius:50%;background:#e2f2f8;color:#16516a;display:grid;place-items:center}.review-person strong,.review-person small{display:block;font-size:11px;line-height:1.55}.review-person small{font-size:9px;color:var(--muted)}
/* Conversion: simple, service-aware and honest about local preview mode. */
.contact-section{padding:30px 0 95px;background:var(--paper)}.contact-grid{display:grid;grid-template-columns:1fr 1.13fr;gap:80px;align-items:start}.contact-copy{padding-top:25px}.contact-copy h1{font-weight:500;font-size:clamp(53px,5.9vw,83px);line-height:1.01;letter-spacing:-.06em}.contact-copy .page-lead{font-size:16px;max-width:440px}.contact-steps{display:grid;gap:14px;margin:35px 0 42px;font-size:13px}.contact-steps p{display:flex;gap:15px;margin:0;align-items:center;color:#506772}.contact-steps span{border:1px solid #bed6e0;border-radius:50%;width:27px;height:27px;display:grid;place-items:center;font-size:9px;color:#216e8a}.contact-email-block{border-top:1px solid var(--line);padding-top:28px}.contact-email-block>.eyebrow{font-size:9px;margin-bottom:14px}.contact-email{font-size:clamp(16px,1.9vw,25px);letter-spacing:-.04em;display:flex;align-items:center;gap:17px;overflow-wrap:anywhere}.contact-email svg{width:21px;height:21px}.contact-email-block>p:last-child{font-size:11px;line-height:1.8;color:var(--muted);margin-top:14px}.contact-expectation{background:#e6edf1;padding:21px 24px;border-radius:8px;max-width:430px;margin-top:35px}.contact-expectation strong{font-size:12px}.contact-expectation p{font-size:11px;line-height:1.9;color:#57707e;margin-top:7px}.form-shell{background:#fff;padding:37px;border:1px solid #e0e9ee;border-radius:15px;box-shadow:0 16px 60px #23485a08}.project-form>.eyebrow{font-size:9px;margin-bottom:14px;color:#568598}.project-form h2{font-size:34px;font-weight:500;letter-spacing:-.045em;margin-bottom:30px;line-height:1.07}.service-chooser{padding:0;border:0;margin:0 0 24px}.service-chooser legend{font-size:11px;font-weight:700;margin-bottom:13px}.service-choices{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.service-choice{padding:13px 12px;display:flex;align-items:center;gap:9px;font-size:10px;line-height:1.4;background:#fff;border:1px solid #dce6eb;border-radius:5px;color:#486573;min-height:49px;text-align:left}.service-choice svg{width:18px;height:18px}.service-choice.selected{background:#e2f7ff;border-color:#36bce6;color:#063e54}.service-choice:hover{border-color:#69bedb}.field{margin-bottom:20px;min-width:0}.field>label{display:block;font-size:11px;font-weight:700;line-height:1.5;margin-bottom:9px}.field label>span{font-weight:400;color:#6b7e88;font-size:10px}.field input,.field select,.field textarea{width:100%;min-height:47px;background:#fafcfd;border:1px solid #d9e3e8;border-radius:4px;color:var(--ink);padding:11px 12px;font-size:12px;line-height:1.5;transition:border-color .2s}.field select{padding-right:23px}.field textarea{resize:vertical;min-height:120px}.field input::placeholder,.field textarea::placeholder{color:#7a8c96;font-size:11px}.field input:focus,.field textarea:focus,.field select:focus{outline:2px solid #16bdf366;outline-offset:2px;border-color:#22a7d2}.field-help{display:block;font-size:10px;line-height:1.8;color:#6c828e;margin-top:7px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:17px}.form-submit{width:100%;margin-top:4px}.form-privacy{font-size:10px;color:#6b7f8a;line-height:1.9;margin-top:14px!important}.form-privacy a{text-decoration:underline;text-underline-offset:3px}.preview-form-note{font-size:10px;color:#54717f;border-top:1px solid var(--line);padding-top:12px;margin-top:15px!important;line-height:1.8}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.form-error{padding:14px 16px;background:#fff3eb;color:#874529;border:1px solid #ecd0bf;font-size:12px;line-height:1.8;margin:10px 0 20px;border-radius:4px}.form-success{padding:25px 0}.success-icon{height:70px;width:70px;border-radius:50%;display:grid;place-items:center;background:#d9f4ff;color:#07506d;margin-bottom:30px}.success-icon svg{width:30px;height:30px}.form-success h2{font-size:37px;margin-bottom:25px}.form-success p:not(.eyebrow){font-size:14px;color:#516775;line-height:1.9}.form-success .btn{margin-top:30px}.notice{border:1px solid #b8d9e7;background:#eaf7fd;padding:19px 23px;border-radius:6px;font-size:12px;line-height:1.8;margin-bottom:35px;color:#305c70}.legal-layout{display:grid;grid-template-columns:250px 1fr;gap:70px}.legal-layout>aside{align-self:start;position:sticky;top:130px}.legal-layout>aside a{display:block;padding:10px 0;font-size:13px;color:#526d7b;border-bottom:1px solid var(--line)}.legal-layout>div>section{margin-bottom:40px}.legal-layout h2{font-size:28px;font-weight:500;margin-bottom:18px}.legal-layout>div p{font-size:14px;line-height:1.95;color:#4f6572}.error-page{padding-top:85px;padding-bottom:70px;min-height:600px}.error-page h1{font-size:clamp(47px,6vw,83px);font-weight:500}.error-page>p:not(.eyebrow){font-size:16px;color:var(--muted);margin-top:25px}.error-mark{font-size:170px;line-height:1;letter-spacing:-.08em;font-weight:600;color:#e3edf2;text-align:right;margin-top:25px}.error-mark span{color:#a6d6e9;padding-left:30px}.reveal{transition:opacity .55s,transform .55s}.motion-ready .reveal.pending{opacity:0;transform:translateY(17px)}
@keyframes showcaseIn{from{opacity:.3;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1600px){.hero-grid{padding-top:110px;padding-bottom:100px}.hero h1{font-size:90px}}
@media(max-width:1200px){.wrap{width:calc(100% - 64px)}.desktop-nav{gap:16px}.nav-link,.nav-toggle{font-size:11px}.header-actions .btn{font-size:11px;padding:12px 14px}.hero-grid{gap:34px;padding-top:75px;padding-bottom:60px}.hero h1{font-size:6.2vw}.hero-intro{font-size:14px}.hero .eyebrow{font-size:8px}.hero .button-row{gap:16px}.hero .btn{font-size:12px;padding:14px 18px}.hero .text-link{font-size:11px}.floating-note{right:-10px;padding:12px 14px}.family-card{padding:22px 18px;min-height:330px}.family-card h3{font-size:23px}.family-card .eyebrow{font-size:7px}.family-card>p:not(.eyebrow){font-size:11px}.value-grid{gap:55px}.service-hero-grid{gap:60px}.contact-grid{gap:50px}.form-shell{padding:29px}.family-emblem{height:300px}.closing-inner{gap:70px}}
@media(max-width:1060px){.desktop-nav{display:none}.menu-toggle{display:flex}.header-inner{height:88px}.mobile-menu{top:88px}.header-actions .btn{font-size:12px;min-height:46px}.brand{width:69px}.hero-grid{grid-template-columns:1fr 1fr;gap:35px}.hero h1{font-size:6.5vw}.hero .button-row{align-items:flex-start;gap:12px}.hero .text-link{padding:12px 0}.hero .eyebrow{font-size:8px;letter-spacing:.07em}.hero-intro{font-size:13px;margin-top:23px}.showcase-tabs button{font-size:8px}.hero-base{font-size:9px}.hero-base a{font-size:8px}.hero-base>span{gap:5px}.intro-band p:first-child{font-size:23px}.intro-detail{font-size:12px;max-width:300px}.family-grid{grid-template-columns:repeat(2,1fr);gap:20px}.family-card{min-height:295px;padding:27px}.family-card h3{font-size:29px;max-width:330px}.family-card .eyebrow{font-size:9px}.family-card>p:not(.eyebrow){font-size:13px;max-width:350px}.card-top{margin-bottom:30px}.card-arrow{margin-top:5px}.value-grid{gap:40px}.compare-layer{padding:22px}.compare-after h3{font-size:39px}.comparison{height:350px}.old-header span{display:none}.process-grid{gap:24px}.process-grid h3{font-size:23px}.process-grid p{font-size:12px}.section-heading{gap:40px}.section-intro{max-width:300px;font-size:13px}.work-grid{gap:26px}.project-visual{padding:26px 22px}.project-meta h3{font-size:19px}.faq-grid{gap:50px}.article-grid{gap:25px}.article-card h3{font-size:21px}.article-art{height:180px}.art-mark{width:120px;height:120px;right:20px}.closing-inner{grid-template-columns:1fr 210px;gap:50px}.closing h2{font-size:60px}.footer-wordmark{font-size:12.2vw}.service-hero-grid{grid-template-columns:1.3fr .9fr;gap:40px}.service-hero h1{font-size:6.4vw}.service-brief{padding:28px;min-height:345px}.service-brief h2{font-size:29px}.service-brief>.eyebrow{font-size:7px;max-width:160px}.brief-icon{right:22px;top:24px}.brief-icon svg{width:24px}.overview-grid{gap:60px}.large-copy{font-size:22px}.service-row{grid-template-columns:30px 1.1fr 1fr 22px;gap:24px}.service-row h2{font-size:22px}.service-row p{font-size:11px}.family-hero-grid{gap:45px;grid-template-columns:1.35fr 1fr}.family-hero h1{font-size:6.3vw}.family-emblem{height:290px}.family-intro{gap:40px}.family-intro>p:last-child{font-size:24px}.editorial-layout{gap:70px;grid-template-columns:.7fr 1.5fr}.about-monogram{width:190px;height:215px}.project-story{gap:65px}.article-layout{grid-template-columns:220px 1fr;gap:50px}.contact-grid{grid-template-columns:.95fr 1.2fr;gap:40px}.form-row{grid-template-columns:1fr;gap:0}.contact-copy h1{font-size:7vw}.contact-email{font-size:20px}.testimonial-grid{grid-template-columns:repeat(2,1fr)}.legal-layout{grid-template-columns:200px 1fr;gap:45px}}
@media(max-width:760px){:root{--space:65px}.wrap{width:calc(100% - 40px)}.header-inner{height:80px}.brand{width:63px}.header-actions .btn{font-size:10px;min-height:42px;padding:11px 13px;gap:12px}.header-actions .btn svg{width:15px;height:15px}.menu-toggle{width:42px;height:42px}.mobile-menu{top:80px}.header-actions{gap:9px}.hero-grid{grid-template-columns:1fr;gap:45px;padding-top:55px;padding-bottom:45px}.hero-copy{padding-bottom:0}.hero h1{font-size:clamp(51px,10.4vw,73px);letter-spacing:-.065em;max-width:620px;line-height:1.01}.hero .eyebrow{font-size:8px;letter-spacing:.1em;margin-bottom:24px}.hero-intro{font-size:15px;line-height:1.8;max-width:500px;margin-top:24px}.hero .button-row{margin-top:26px;gap:24px;align-items:center}.hero .btn{font-size:12px;padding:15px 20px;min-height:52px}.hero .text-link{font-size:11px}.hero-micro{font-size:10px}.hero-showcase{max-width:590px;width:100%;margin:0 auto;padding:0 8px}.showcase-topline{margin-bottom:13px}.showcase-topline .micro{font-size:8px}.showcase-tabs button{font-size:9px;min-height:40px}.showcase-bottom{margin-top:23px}.showcase-bottom>p{font-size:9px}.floating-note{right:-7px;bottom:25px;font-size:10px;padding:12px 14px}.floating-note strong{font-size:11px}.floating-note svg{width:20px}.hero-base{flex-wrap:wrap;gap:16px 20px;padding:23px 0;font-size:9px;justify-content:flex-start}.hero-base>span:nth-child(3){display:none}.hero-base a{margin-left:auto;font-size:7px}.intro-band>.wrap{padding:32px 0;display:block}.intro-band p:first-child{font-size:27px;line-height:1.3}.intro-line{display:none}.intro-detail{font-size:13px;max-width:470px;margin-top:18px}.section-heading{display:block;margin-bottom:33px}.section-heading .eyebrow{font-size:9px;margin-bottom:17px}.section-heading h2{font-size:clamp(33px,7.6vw,46px);line-height:1.08}.section-intro{max-width:480px;font-size:14px;line-height:1.85;margin-top:22px}.family-grid{gap:14px}.family-card{padding:22px 18px;min-height:330px}.family-card h3{font-size:24px}.family-card .eyebrow{font-size:7px;letter-spacing:.08em}.family-card>p:not(.eyebrow){font-size:12px;line-height:1.8;flex-grow:1}.card-top{margin-bottom:26px}.card-top>svg{width:24px;height:24px}.card-number{font-size:10px}.section-tail{flex-direction:column;align-items:flex-start;gap:12px;margin-top:25px;font-size:11px}.section-tail p{max-width:100%}.work-grid{grid-template-columns:1fr;gap:34px}.project-card:nth-child(2){padding-top:0}.project-card:nth-child(3){margin-top:0}.project-visual{padding:30px 25px;border-radius:10px}.project-meta h3{font-size:22px;line-height:1.25}.project-meta .eyebrow{font-size:8px}.value-grid{grid-template-columns:1fr;gap:45px}.value-section h2{font-size:42px}.lead-copy{font-size:14px;max-width:530px;margin-top:23px}.value-points{gap:22px}.value-points strong{font-size:14px}.value-points p span{font-size:12px}.comparison{height:365px;max-width:550px;margin:0 auto}.compare-layer{padding:30px}.compare-after h3{font-size:47px}.compare-before h3{font-size:40px}.compare-labels{font-size:7px}.visual-caption{font-size:10px}.process-grid{grid-template-columns:repeat(2,1fr);gap:34px 26px}.process-grid h3{font-size:25px}.process-grid p{font-size:13px}.process-number{font-size:12px;margin-bottom:20px}.founder-note{display:block;padding:27px 25px;margin-top:40px}.founder-note>p{font-size:25px;line-height:1.5}.founder-note>div{margin-top:23px}.founder-note .text-link{margin-top:18px}.article-grid{grid-template-columns:1fr;gap:35px}.article-art{height:220px}.article-card h3{font-size:27px;max-width:500px}.article-card>p{font-size:13px;max-width:500px}.article-meta{margin-top:17px;font-size:9px}.art-mark{width:150px;height:150px;right:45px;top:20px}.faq-grid{grid-template-columns:1fr;gap:28px}.faq-grid h2{font-size:40px}.faq-grid>div:first-child>p:not(.eyebrow){font-size:14px;max-width:440px;margin-top:20px}.faq-grid>div:first-child>.text-link{margin-top:18px}.faq summary{font-size:14px;padding:22px 0;gap:20px;line-height:1.55}.faq>div{font-size:13px;padding-right:15px}.closing{padding:55px 0}.closing-inner{grid-template-columns:1fr;gap:0}.closing h2{font-size:clamp(44px,9.7vw,65px)}.closing .eyebrow{font-size:8px}.closing p:not(.eyebrow){font-size:13px;margin-top:21px}.closing .button-row{gap:19px;margin-top:25px}.closing .btn{font-size:12px;gap:20px}.closing .text-link{font-size:11px}.closing-mark{display:none}.site-footer{padding-top:38px}.footer-top{display:block;padding-bottom:32px}.footer-brand{gap:23px}.footer-brand .brand{width:76px}.footer-brand>p{font-size:17px}.footer-contact{margin-top:30px}.footer-email{font-size:22px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px 25px;padding:32px 0}.footer-grid h3{font-size:11px;margin-bottom:12px}.footer-grid a{font-size:11px}.footer-wordmark{font-size:12.1vw;padding:18px 0 26px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:14px;font-size:9px;line-height:1.9;padding:20px 0}.back-top{right:14px;bottom:14px;width:39px;height:39px}.breadcrumb{font-size:9px;gap:8px;margin-bottom:35px}.page-hero{padding:24px 0 55px}.page-hero h1{font-size:clamp(45px,9.5vw,67px);line-height:1.05}.page-hero .eyebrow{font-size:9px}.page-lead{font-size:15px;margin-top:23px;line-height:1.85}.family-hero{padding:24px 0 48px}.family-hero-grid{grid-template-columns:1fr;gap:30px}.family-hero h1{font-size:clamp(45px,9.4vw,65px);line-height:1.05}.family-hero .page-lead{font-size:15px}.family-hero .eyebrow{font-size:9px}.family-emblem{height:225px;max-width:350px;width:100%;margin:auto}.family-emblem>div{height:110px;width:110px;border-radius:24px}.family-emblem>div>svg{width:57px;height:57px}.family-intro{display:block;margin-bottom:35px}.family-intro>.eyebrow{font-size:9px;margin-bottom:20px}.family-intro>p:last-child{font-size:22px;line-height:1.6}.service-row{grid-template-columns:22px 1fr 22px;gap:16px;padding:24px 0}.service-row h2{font-size:24px;grid-column:2;grid-row:1;font-weight:500}.row-number{font-size:9px;grid-column:1;grid-row:1;align-self:start;padding-top:5px}.service-row p{grid-column:2;grid-row:2;font-size:12px;line-height:1.8}.service-row>svg{grid-column:3;grid-row:1;width:18px;height:18px}.scope-panel{padding:22px 23px;margin-top:32px}.scope-panel p{font-size:12px}.scope-panel h3{font-size:17px}.service-hero{padding:24px 0 50px}.service-hero-grid{grid-template-columns:1fr;gap:35px}.service-hero h1{font-size:clamp(44px,9.2vw,63px);line-height:1.03}.service-hero .page-lead{font-size:15px}.service-hero .button-row{gap:22px}.service-brief{min-height:0;padding:29px}.service-brief h2{font-size:31px;margin-top:30px;margin-bottom:24px}.service-brief>.eyebrow{max-width:none;font-size:8px}.service-brief ul{grid-template-columns:1fr;gap:9px}.service-brief li{font-size:12px}.service-brief>p:not(.eyebrow){font-size:11px;max-width:80%}.subnav>.wrap{gap:24px;overflow-x:auto;white-space:nowrap;padding:16px 0}.subnav a{font-size:11px}.subnav .subnav-cta{display:none}.overview-grid{grid-template-columns:1fr;gap:37px}.overview-grid h2{font-size:34px}.overview-grid>div:first-child>p:not(.eyebrow){font-size:14px}.large-copy{font-size:22px;line-height:1.7}.deliverable-grid{grid-template-columns:repeat(2,1fr);gap:30px 24px}.deliverable-grid h3{font-size:22px}.deliverable-grid p{font-size:12px}.small-index{font-size:9px;margin-bottom:17px}.related-grid{grid-template-columns:1fr;gap:15px}.related-card{min-height:145px;padding:23px}.related-card h3{font-size:25px;max-width:90%}.related-card>svg{margin-top:17px}.sources-note{margin-top:28px}.sources-note a{font-size:11px}.sources-note p{font-size:10px}.filter-row{gap:8px;margin-bottom:28px}.filter{font-size:10px;padding:9px 16px;min-height:40px}.catalogue{margin-top:35px}.editorial-layout{grid-template-columns:1fr;gap:38px}.editorial-layout>aside{display:grid;grid-template-columns:100px 1fr;column-gap:25px;align-items:center}.about-monogram{width:98px;height:115px;grid-row:span 2;margin:0}.about-monogram svg{height:64px;width:64px}.editorial-layout>aside .eyebrow{font-size:8px;margin:0}.aside-statement{font-size:20px;line-height:1.5}.editorial-section h2{font-size:34px;margin-bottom:24px}.editorial-section p{font-size:15px;line-height:1.95}.editorial-section{margin-bottom:35px;padding-bottom:35px}.editorial-section>.eyebrow{font-size:9px}.editorial-grid{grid-template-columns:1fr;gap:40px}.editorial-grid h2{font-size:34px}.editorial-grid p:not(.eyebrow){font-size:14px}.project-stage{padding-bottom:40px}.project-stage .wrap{padding:25px 18px}.large-concept{aspect-ratio:1.34}.large-concept .forme-copy h3{font-size:7.2cqw}.large-concept .forme-copy{top:26%}.large-concept .concept-nav{padding-top:5%}.large-concept .concept-nav strong{font-size:4cqw}.large-concept .concept-caption{font-size:1.3cqw}.project-story{grid-template-columns:1fr;gap:40px}.project-story aside{border-bottom:1px solid var(--line);padding-bottom:32px}.project-story aside h2{font-size:31px}.project-story>div>h2{font-size:33px}.project-story>div>p{font-size:15px}.check-list li{font-size:13px}.article-hero{padding:24px 0 43px}.article-hero h1{font-size:clamp(40px,8.8vw,58px);line-height:1.08}.article-hero .page-lead{font-size:15px}.byline{font-size:9px;gap:12px 19px;margin-top:25px;padding-top:20px}.article-layout{grid-template-columns:1fr;gap:36px;padding:40px 0 55px}.article-aside{position:static;border-bottom:1px solid var(--line);padding-bottom:25px}.article-aside>.eyebrow{font-size:9px}.article-aside>a{font-size:12px;padding:8px 0}.article-aside .text-link{margin-top:15px}.article-body h2{font-size:29px;line-height:1.2;margin-bottom:21px}.article-body p{font-size:15px;line-height:1.95}.article-next{padding:26px}.article-next h2{font-size:31px}.article-next p:not(.eyebrow){font-size:13px}.testimonial-grid{grid-template-columns:1fr}.testimonial-card{padding:26px}.testimonial-card h2{font-size:26px}.contact-section{padding:24px 0 55px}.contact-grid{grid-template-columns:1fr;gap:35px}.contact-copy{padding:0}.contact-copy h1{font-size:clamp(51px,10.6vw,69px)}.contact-copy .page-lead{font-size:15px}.contact-steps{margin:25px 0 28px;gap:11px;font-size:12px}.contact-email-block{padding-top:22px}.contact-email{font-size:23px}.contact-expectation{max-width:100%;margin-top:25px;padding:18px 22px}.form-shell{padding:29px 23px}.project-form h2{font-size:33px}.form-row{grid-template-columns:1fr 1fr;gap:13px}.service-choices{gap:9px}.service-choice{font-size:10px;padding:12px 9px;gap:9px}.field>label{font-size:11px}.field input,.field select,.field textarea{font-size:16px;min-height:48px}.field input::placeholder,.field textarea::placeholder{font-size:11px}.field select{font-size:13px}.form-submit{font-size:13px;min-height:53px}.form-privacy,.preview-form-note{font-size:10px}.legal-layout{grid-template-columns:1fr;gap:35px}.legal-layout>aside{position:static}.legal-layout h2{font-size:28px}.legal-layout>div p{font-size:14px}.owner-banner{display:block;padding:9px 20px;font-size:8px;line-height:1.7}.owner-banner a{margin-top:4px;font-size:10px}.error-page{padding-top:55px;min-height:550px}.error-page h1{font-size:44px}.error-mark{font-size:130px}}
@media(max-width:430px){.hero .button-row{gap:18px}.hero .btn{font-size:11px;padding:14px 16px;gap:16px}.hero .text-link{font-size:10px}.hero h1{font-size:11vw}.hero-intro{font-size:14px}.hero .eyebrow{font-size:7px;letter-spacing:.07em}.hero-base>span:nth-child(2){display:none}.hero-base{font-size:9px}.hero-showcase{padding:0 4px}.family-grid{grid-template-columns:1fr}.family-card{min-height:255px;padding:25px 26px}.family-card h3{font-size:30px;max-width:280px}.family-card .eyebrow{font-size:8px}.family-card>p:not(.eyebrow){font-size:13px;max-width:300px;margin-bottom:18px}.card-top{margin-bottom:25px}.card-arrow{position:absolute;right:24px;bottom:22px}.family-card>p:not(.eyebrow){padding-right:33px}.process-grid{gap:30px 23px}.process-grid h3{font-size:23px}.process-grid p{font-size:12px}.compare-layer{padding:25px}.comparison{height:350px}.compare-after h3{font-size:41px}.compare-before h3{font-size:34px}.compare-after p,.compare-before p{font-size:10px}.new-button{font-size:8px;padding:11px 12px}.deliverable-grid{grid-template-columns:1fr;gap:27px}.deliverable-grid h3{font-size:25px}.deliverable-grid p{font-size:13px}.form-row{grid-template-columns:1fr;gap:0}.contact-email{font-size:21px}.form-shell{padding:25px 20px}.service-choice{font-size:9px;padding:12px 8px}.service-choice svg{width:17px}.footer-email{font-size:20px}.footer-brand>p{font-size:16px}.footer-wordmark{font-size:11.8vw}.hero .showcase-tabs button{font-size:8px}.floating-note{bottom:18px;font-size:8px;padding:10px 12px}.floating-note strong{font-size:10px}.closing .button-row{gap:15px}.closing .text-link{font-size:10px}.project-meta h3{font-size:21px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.motion-ready .reveal.pending{opacity:1;transform:none}}
@media print{.site-header,.site-footer,.closing,.subnav,.back-top,.article-aside,.owner-banner{display:none!important}.wrap{width:100%;max-width:100%}.section{padding:25px 0}.article-layout{display:block;padding:0}.page-hero,.article-hero{background:white;padding:0 0 25px}.article-hero h1{font-size:36px}.article-body h2{font-size:24px}.article-body p{font-size:12px}a{color:inherit}.hero{background:white;color:black}.hero h1 span{color:#000}}
.project-custom-image{width:100%;aspect-ratio:1.34;object-fit:cover;border-radius:9px}.project-stage .project-custom-image{aspect-ratio:1.7;object-fit:contain;background:#f6f9fa}

/* Essential copy never disappears while waiting for a scroll observer. */
.motion-ready .reveal.pending{opacity:1;transform:none}
