@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/manrope-xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.b7d60973.woff) format('woff');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/manrope-xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.24ca4d82.woff) format('woff');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/manrope-xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.891a1757.woff) format('woff');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/manrope-xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.1551b38c.woff) format('woff');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/assets/manrope-xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F.98075fe7.woff) format('woff');
}

@view-transition{navigation:auto}
:root{--bg:#101114;--surface:#191a1f;--text:#f5f5f7;--muted:#a4a6af;--line:#303137;--blue:#547aff;--accent:#9bb0ff;color-scheme:dark;font-family:Manrope,Arial,sans-serif;font-size:16px;background:var(--bg);color:var(--text)}
*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #9fb6ff;outline-offset:6px}a:hover{text-decoration:none}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:500}h1{font-size:clamp(3rem,5.8vw,5.2rem);line-height:1.06;letter-spacing:-.065em}h2{font-size:clamp(2rem,3.4vw,3.3rem);line-height:1.12;letter-spacing:-.045em}h3{line-height:1.25;letter-spacing:-.025em}p{line-height:1.65}img{max-width:100%;display:block}button{color:inherit}select,textarea,input{width:100%;background:#202127;color:var(--text);border:1px solid #44464e;border-radius:10px;padding:15px 17px}textarea{resize:vertical}select{padding-right:32px}label{display:block;font-size:.9rem;margin:0 0 10px}::selection{background:#4165ff;color:white}[hidden]{display:none!important}.wrap{width:min(1264px,calc(100% - 80px));margin-inline:auto}.blue{color:var(--blue)}.muted{color:var(--muted)}.eyebrow{display:block;font-size:.75rem;font-weight:700;letter-spacing:.12em;line-height:1.5}.skip{position:fixed;left:20px;top:-100px;background:white;color:black;padding:15px;z-index:100}.skip:focus{top:15px}.header{height:96px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}.wordmark{font-size:44px;line-height:1;font-weight:800;letter-spacing:-5px;display:inline-block;padding-right:4px}.wordmark>span{color:#507dff;display:inline-block;transition:color .2s,transform .35s}.logo:hover .wordmark>span{color:#adbcff;transform:rotate(-10deg)}.header nav{display:flex;gap:32px;font-size:.9rem;color:#b9bbc4}.header nav a{padding-block:12px}.header nav a:hover,.header nav a[aria-current]{color:white}.header nav a[aria-current]{box-shadow:0 2px var(--blue)}.header-contact{font-size:.9rem;display:flex;align-items:center;gap:24px}.header-contact span{font-size:22px}.home-hero{padding-top:45px}.home-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:35px}.home-intro .eyebrow{margin-bottom:17px;color:var(--muted)}.home-intro h1{font-size:clamp(2.7rem,5vw,4.25rem)}.home-intro>p{color:var(--muted);font-size:.9rem;max-width:340px;padding-bottom:5px}.mobile-break{display:none}.direction-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;perspective:1200px}.direction-card{position:relative;min-height:242px;padding:26px 30px 20px;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;isolation:isolate;transform:perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transition:transform .3s ease,border-color .3s,box-shadow .3s;border:1px solid transparent}.direction-card:before{content:'';position:absolute;inset:0;z-index:-1;background:radial-gradient(600px circle at var(--mx,50%) var(--my,50%),#ffffff19,transparent 65%);opacity:0;transition:opacity .25s}.direction-card:hover:before{opacity:1}.direction-card:hover{box-shadow:0 10px 32px #0003;border-color:#ffffff45}.card-top,.card-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px}.card-top{font-size:.88rem;font-weight:600}.card-number{font-size:.75rem;opacity:.5}.card-content{margin:29px 0 25px}.card-content h2{font-size:clamp(1.7rem,2.5vw,2.4rem);letter-spacing:-.04em}.card-content p{font-size:.94rem;line-height:1.45;margin-top:11px;opacity:.78}.card-bottom{margin-top:auto;font-size:.77rem;font-weight:500}.round-arrow{width:37px;height:37px;border-radius:50%;display:grid;place-items:center;background:#ffffff16;font-size:23px;transition:transform .3s}.direction-card:hover .round-arrow{transform:rotate(45deg)}.card-develop{background:#325cf1;color:white}.card-support{background:#22252d;color:#f4f5fb;border-color:#393d48}.card-academy{background:#e9ecf2;color:#16191f}.card-academy .round-arrow{background:#1219260c}.card-ai{background:#272147;color:#eeebff;border-color:#494164}.card-ai .round-arrow{background:#b299ff20}.hero-foot{display:flex;justify-content:space-between;gap:20px;padding:22px 0 35px;font-size:.8rem;color:var(--muted)}.hero-foot a{color:#d9dce7}.section{padding-top:90px;padding-bottom:70px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:36px}.section-heading .eyebrow{color:var(--muted);margin-bottom:16px}.section-heading>p{font-size:.9rem;color:var(--muted)}.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.case-image{height:235px;border-radius:14px;overflow:hidden;background:#22232a}.case-image img{width:100%;height:100%;object-fit:contain;padding:18px;transition:transform .5s}.case-sparkera .case-image,.case-sparkera.case-cover{background:#271433}.case-carera .case-image,.case-carera.case-cover{background:#142546}.case-scribe .case-image,.case-scribe.case-cover{background:#e8edf5}.case-card:hover img{transform:scale(1.04)}.case-caption{display:flex;justify-content:space-between;align-items:center;margin:23px 0 10px}.case-caption .eyebrow{color:var(--muted);font-size:.7rem;letter-spacing:.075em;margin-bottom:8px}.case-caption h3{font-size:1.5rem}.case-card>p{font-size:.9rem;color:var(--muted)}.approach{display:grid;grid-template-columns:1fr 1fr;gap:28px;padding-block:70px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.approach>.eyebrow{grid-column:1/-1;color:var(--muted)}.approach>div{max-width:470px}.approach p{font-size:1.1rem;color:#c7c9d2}.approach>div>span{display:block;margin-top:20px;font-size:.8rem;color:var(--muted)}.contact{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding-block:95px}.contact-copy .eyebrow{color:var(--muted);margin-bottom:24px}.contact-copy h2{font-size:clamp(2.5rem,4vw,4.1rem)}.contact-copy p{color:var(--muted);margin-block:24px}.text-link{display:inline-flex;align-items:center;gap:24px;font-size:.95rem;border-bottom:1px solid #686b75;padding-block:8px}.text-link:hover{color:var(--accent)}.contact-form{max-width:540px;padding:28px;background:#18191e;border:1px solid var(--line);border-radius:18px}.contact-form select,.contact-form textarea,.contact-form input:not([type=checkbox]){margin-bottom:22px}.contact-form textarea{min-height:115px}.button{display:inline-flex;align-items:center;justify-content:center;gap:30px;min-height:54px;padding:15px 23px;font-size:.92rem;border-radius:9px;font-weight:600;border:1px solid transparent;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.button:disabled{opacity:.5;cursor:wait}.primary{background:#325cf1;color:white}.primary:hover{background:#426afa}.secondary{background:#25272f;color:white;border-color:#4b4d56}.button span{font-size:20px}.contact-form .button{width:100%}.form-note{font-size:.77rem;color:#a4a6af;margin-top:15px;line-height:1.5}.contact-form [role=status]{font-size:.88rem;margin-top:12px}.consent{display:flex;gap:10px;align-items:flex-start;font-size:.8rem;line-height:1.5;margin-bottom:20px}.consent input{width:18px;min-width:18px;height:18px}.consent a{text-decoration:underline}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.footer{border-top:1px solid var(--line);padding-block:35px;display:flex;align-items:center;justify-content:space-between;gap:24px}.footer p{max-width:240px;font-size:.8rem;color:var(--muted)}.footer>div{display:grid;gap:8px;font-size:.8rem}.footer>span{font-size:.75rem;color:var(--muted)}.direction-hero{padding-top:38px;padding-bottom:60px}.back-link{display:block;color:var(--muted);font-size:.85rem;margin-bottom:45px}.back-link:hover{color:white}.direction-hero>.eyebrow{color:var(--accent);margin-bottom:24px}.direction-hero h1{max-width:1000px}.hero-description{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-top:32px}.hero-description p{font-size:1.1rem;color:#c1c3cc;max-width:650px}.hero-description .button{flex-shrink:0}.audience{font-size:.82rem;color:var(--muted);margin-top:28px}.services-section{padding-top:35px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-card{display:flex;flex-direction:column;padding:28px;border:1px solid var(--line);border-radius:14px;background:#191b21;transition:border .25s,background .25s,transform .25s}.service-card:hover{background:#202431;border-color:#687593;transform:translateY(-4px)}.service-index{font-size:.8rem;color:#959caf;margin-bottom:24px}.service-card h3{font-size:1.45rem}.service-card p{font-size:.9rem;color:var(--muted);margin-block:15px 28px}.service-link{margin-top:auto;font-size:.85rem;color:#c6d1ff;display:flex;justify-content:space-between}.page-academy .service-grid{grid-template-columns:1fr 1fr}.page-academy .service-card h3{font-size:2rem}.outcomes{display:grid;grid-template-columns:1fr 1.5fr;gap:60px;border-block:1px solid var(--line);padding-block:45px}.outcomes h2{font-size:2rem}.outcomes p{display:flex;gap:28px;padding:15px 0;font-size:1.05rem}.outcomes p>span{font-size:.8rem;color:#92a7ff}.proof-section{display:grid;grid-template-columns:1.3fr 1fr;align-items:center;gap:90px}.proof-section>div>.eyebrow{color:var(--muted);margin-bottom:20px}.proof-section>div>p{color:var(--muted);margin-block:24px}.proof-section .proof-note{font-size:.85rem}.proof-section .case-caption,.proof-section .case-card>p{display:none}.proof-section .case-image{height:310px}.pilot-word{font-size:70px;font-weight:700;letter-spacing:-.06em;display:flex;height:100%;align-items:center;justify-content:center;gap:25px;color:#becbff}.pilot-word span{color:#6588ff}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:45px}.steps article{border-top:1px solid #454854;padding-top:20px}.steps article>span{font-size:.8rem;color:#9aa7d2}.steps h3{font-size:1.35rem;margin:28px 0 14px}.steps p{color:var(--muted);font-size:.92rem}.faq{padding-block:50px 70px;display:grid;grid-template-columns:1fr 1.5fr;gap:60px}.faq details{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0;font-size:1rem}.faq summary::-webkit-details-marker{display:none}.faq summary span{font-size:24px;color:#aab9f3;transition:transform .2s}.faq details[open] summary span{transform:rotate(45deg)}.faq details p{color:var(--muted);font-size:.94rem;padding-bottom:23px}.service-hero h1{max-width:1040px;font-size:clamp(2.7rem,5.8vw,5rem)}.service-details{display:grid;grid-template-columns:1fr 1fr;gap:100px;padding-block:45px 75px}.service-details>.included{border:1px solid var(--line);padding:30px;border-radius:16px;background:#191a1f}.service-details h2{font-size:2rem;margin:20px 0}.service-details>div>p{color:var(--muted);font-size:1.1rem}.service-details .eyebrow{color:var(--muted)}.included h2{margin:0 0 25px}.included>div{display:flex;align-items:flex-start;gap:20px;border-top:1px solid #34363f;padding:22px 0}.included>div>span{font-size:.75rem;color:#9cace1;padding-top:5px}.included h3{font-size:1rem;line-height:1.6}.result{margin-top:32px;padding-top:28px;border-top:1px solid var(--line)}.result p{margin-top:12px;color:#d9deec}.cost{padding-block:50px;border-block:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:70px}.cost p{color:var(--muted);margin-bottom:20px}.case-detail{display:grid;grid-template-columns:1.25fr 1fr;gap:70px;align-items:center;padding-bottom:80px}.case-cover{border-radius:16px;padding:30px}.case-cover img{width:100%;max-height:550px;object-fit:contain}.case-detail h2{margin-bottom:24px}.case-detail p{color:var(--muted)}.case-detail ul{padding-left:20px;line-height:1.8;margin-block:25px}.case-detail li{margin:12px 0}.pilot-cover{padding:75px 40px;background:#1d2440;border-radius:16px;font-size:60px;font-weight:700;letter-spacing:-.05em}.pilot-cover span{font-size:16px;display:block;letter-spacing:0;margin-top:30px;font-weight:400}.legal{max-width:800px;padding-block:50px}.legal h1{font-size:3rem;margin-bottom:30px}.legal p{margin-bottom:25px;color:var(--muted)}.legal a:not(.back-link){text-decoration:underline}.not-found{padding-block:80px}.not-found h1{margin:25px 0}.not-found p{margin-bottom:30px}dialog{background:#1a1c23;color:var(--text);width:min(560px,calc(100% - 32px));border:1px solid #4a4e5d;border-radius:20px;padding:35px;max-height:90dvh}dialog::backdrop{background:#000b;backdrop-filter:blur(8px)}dialog .eyebrow{color:#99adef;margin-bottom:15px}dialog h2{font-size:2rem;margin-bottom:20px}dialog p{color:var(--muted);font-size:.9rem;margin-bottom:20px}dialog textarea{margin-bottom:16px}dialog .button{width:100%;margin-bottom:12px}.dialog-close{position:absolute;right:15px;top:10px;background:none;border:0;color:white;font-size:28px;min-width:40px;min-height:40px}.page-academy{--accent:#c2d0ff}.page-ai{--accent:#c6b6ff}.page-support{--accent:#b6ccf4}html{scroll-behavior:smooth;scroll-padding-top:30px}
@media(min-width:1500px){.direction-card{min-height:265px}.home-hero{padding-top:55px}.home-intro{margin-bottom:45px}}
@media(max-width:1000px){.wrap{width:calc(100% - 48px)}.header nav{gap:20px}.home-intro{display:block}.home-intro>p{display:none}.card-content h2{font-size:1.8rem}.direction-card{padding:24px;min-height:225px}.card-bottom{font-size:.7rem}.contact{gap:40px}.case-image{height:190px}.hero-description{align-items:flex-start;flex-direction:column;gap:25px}.service-grid{grid-template-columns:1fr 1fr}.service-details{gap:45px}.proof-section{gap:40px}.header-contact{gap:12px}.footer p{display:none}}
@media(max-width:640px){.wrap{width:calc(100% - 36px)}.header{height:auto;min-height:80px;flex-wrap:wrap;padding-top:22px;gap:0}.header .logo{order:0}.header-contact{order:1;font-size:.8rem}.header nav{order:2;width:100%;justify-content:space-between;gap:12px;margin-top:20px;padding-bottom:4px;font-size:.82rem}.wordmark{font-size:36px;letter-spacing:-4px}.home-hero{padding-top:28px}.home-intro{margin-bottom:25px}.home-intro .eyebrow{font-size:.63rem;margin-bottom:14px}.home-intro h1{font-size:2.65rem;letter-spacing:-.055em}.mobile-break{display:block}.direction-grid{grid-template-columns:1fr;gap:12px}.direction-card{min-height:203px;padding:21px 23px 17px;border-radius:15px;transform:none!important}.card-top{font-size:.78rem}.card-content{margin:21px 0 15px}.card-content h2{font-size:1.7rem}.card-content p{font-size:.86rem;max-width:270px;margin-top:8px}.card-bottom{font-size:.7rem}.round-arrow{width:31px;height:31px;font-size:21px}.hero-foot{align-items:flex-start;flex-direction:column;gap:9px;font-size:.73rem;padding-bottom:15px}.section{padding-block:55px 35px}.section-heading{margin-bottom:25px}.section-heading>p{display:none}.section-heading h2{font-size:2rem}.case-grid{grid-template-columns:1fr;gap:32px}.case-image{height:250px}.case-caption{margin-top:16px}.case-card>p{font-size:.9rem}.approach{grid-template-columns:1fr;padding-block:40px;gap:24px;margin-top:30px}.approach p{font-size:1rem}.approach h2{font-size:2rem}.contact{grid-template-columns:1fr;gap:30px;padding-block:55px}.contact-copy h2{font-size:2.5rem}.contact-copy .eyebrow{margin-bottom:20px}.contact-form{padding:22px 18px}.footer{flex-wrap:wrap;gap:28px;padding-block:30px}.footer>div{margin-left:auto}.footer>span{width:100%}.back-link{margin-bottom:30px}.direction-hero{padding-top:27px;padding-bottom:35px}.direction-hero h1{font-size:2.7rem;letter-spacing:-.055em}.direction-hero>.eyebrow{margin-bottom:20px}.hero-description{margin-top:25px}.hero-description p{font-size:1rem}.hero-description .button{width:100%}.audience{font-size:.8rem}.service-grid,.page-academy .service-grid{grid-template-columns:1fr}.service-card{padding:24px}.service-index{margin-bottom:18px}.service-card h3{font-size:1.45rem}.service-card p{margin-bottom:22px}.services-section{padding-top:25px}.outcomes{grid-template-columns:1fr;gap:15px;padding-block:32px;margin-top:20px}.outcomes h2{font-size:1.8rem}.outcomes p{font-size:.95rem;gap:20px}.proof-section{grid-template-columns:1fr;gap:25px}.proof-section .case-image{height:240px}.steps{grid-template-columns:1fr;gap:30px}.steps h3{margin-top:18px}.faq{grid-template-columns:1fr;gap:20px;padding-block:35px}.faq h2{font-size:2rem}.faq h2 br{display:none}.faq summary{font-size:.95rem}.service-hero h1{font-size:2.7rem;overflow-wrap:anywhere}.service-details{grid-template-columns:1fr;gap:30px;padding-block:20px 35px}.service-details>div>p{font-size:1rem}.service-details>.included{padding:25px}.service-details h2{font-size:1.8rem}.cost{grid-template-columns:1fr;gap:25px;padding-block:35px}.cost h2{font-size:2rem}.case-detail{grid-template-columns:1fr;gap:30px;padding-bottom:35px}.case-cover{padding:20px}.legal h1{font-size:2.5rem}dialog{padding:28px 22px}.button{font-size:.85rem;padding-inline:18px}.text-link{font-size:.85rem;gap:16px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important;view-transition-name:none!important}.direction-card{transform:none!important}::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}}

/* IT& — original black / electric-blue identity, shared by all directions. */
:root{--bg:#070b0c;--surface:#0e1418;--text:#f3f5f7;--muted:#9da8b2;--line:#263036;--blue:#00aeef;--accent:#6bd6ff;--brand-gutter:clamp(22px,4vw,76px)}
body.page-academy,body.page-ai,body.page-support{--accent:#6bd6ff}
.wrap{width:min(1680px,calc(100% - var(--brand-gutter)*2))}
.eyebrow,.brand-topline,.brand-section-label,.direction-caption,.choice-top,.stage-category,.stage-note,.route-heading,.academy-kicker,.brand-art-caption{font-family:'SFMono-Regular',Consolas,'Liberation Mono',monospace;font-weight:400;letter-spacing:.09em}
.header{height:92px;position:relative;z-index:5}.wordmark>span{color:var(--blue)}
.header nav{font-size:13px;gap:32px}.header-contact{border:1px solid var(--line);padding:14px 18px;font-size:12px;gap:24px;border-radius:3px}.header-contact span{color:var(--blue)}
.primary{background:var(--blue);color:#041016}.primary:hover{background:#60ceff}.button{border-radius:3px;min-height:54px;font-size:13px;font-weight:600}.secondary{background:transparent;border-color:#495961}
.brand-work{background:#f0f1f0;color:#131a20;margin-top:88px;padding:64px 0 80px;border-radius:22px 22px 0 0}
.brand-section-label{display:flex;justify-content:space-between;gap:18px;color:#78858e;font-size:10px;line-height:1.6}
.brand-work .brand-section-label{color:#56636a}.brand-work-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin:40px 0 42px}.brand-work-heading h2{font-size:clamp(40px,4.6vw,74px);line-height:1.04;letter-spacing:-.065em}.brand-work-heading h2>span{color:#7a858b}.brand-work-heading>p{font-size:14px;color:#5d686e;line-height:1.7;max-width:350px}
.brand-projects{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px 26px}.project-wide{grid-column:1/-1}.brand-project{min-width:0}.project-stage{display:block;position:relative;isolation:isolate;overflow:hidden;border-radius:6px;height:clamp(380px,38vw,620px);transition:box-shadow .35s}.project-stage:hover{box-shadow:0 14px 30px #16233620}.project-wide .project-stage{height:clamp(430px,40vw,670px)}
.stage-category,.stage-note{position:absolute;z-index:4;font-size:10px;left:28px}.stage-category{top:28px}.stage-note{bottom:24px;font-size:10px;letter-spacing:.03em}.stage-arrow{position:absolute;z-index:4;right:24px;top:20px;border:1px solid currentColor;opacity:.7;border-radius:50%;height:38px;width:38px;display:grid;place-items:center;font-size:23px;transition:transform .3s}.project-stage:hover .stage-arrow{transform:rotate(45deg)}
.brand-project-info{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-top:22px}.brand-project-info h3{font-size:25px;letter-spacing:-.04em}.brand-project-info p{font-size:13px;line-height:1.6;color:#687279;margin-top:6px}.brand-project-info>a{font-size:12px;padding:8px 0;flex-shrink:0}
.stage-spark{background:radial-gradient(ellipse at 80% 30%,#dfe0ff,transparent 65%),radial-gradient(ellipse at 15% 100%,#f6d9ed,transparent 65%),#faf7ff;border:1px solid #dad5e6;color:#554466}
.spark-title{position:absolute;left:5%;top:29%;width:34%;z-index:3}.spark-title>strong{display:block;font-size:clamp(28px,3.7vw,62px);letter-spacing:-.06em;color:#251d31;font-weight:700}.spark-title>span{display:block;font-size:clamp(26px,3.05vw,49px);line-height:1.12;letter-spacing:-.045em;color:#35263f;margin-top:20px}.spark-title em{font-style:normal;background:linear-gradient(95deg,#e3478b,#8b59d6,#297fc8);background-clip:text;color:transparent}.spark-title p{font-size:12px;line-height:1.7;margin-top:24px;color:#82718e}
.spark-screen{position:absolute;left:42%;top:17%;width:55%;height:65%;border:1px solid #fff;background:white;border-radius:9px;overflow:hidden;box-shadow:0 24px 60px #582d6630;transform:perspective(1500px) rotateY(-8deg) rotateZ(-4deg);transition:transform .6s}.stage-spark:hover .spark-screen{transform:perspective(1500px) rotateY(-3deg) rotateZ(-2deg)}
.screen-bar{display:flex;justify-content:space-between;background:#eeebf5;color:#6d6178;font:8px monospace;padding:9px 13px}.screen-bar>span:first-child{letter-spacing:3px;color:#6d6178}.spark-screen-body{height:calc(100% - 27px);position:relative;overflow:hidden;background:linear-gradient(140deg,white,#fcf8ff 70%,#e6e4fd)}.spark-logo{position:absolute;left:6%;top:7%;display:flex;align-items:center;gap:8px;font-size:12px;color:#33283a}.spark-logo img{width:22px;height:auto}.spark-screen-copy{position:absolute;z-index:2;top:31%;left:6%;width:68%}.spark-screen-copy>span:first-child{font:7px monospace;color:#976bad;letter-spacing:1px}.spark-screen-copy>strong{display:block;font-size:clamp(20px,2.5vw,41px);line-height:1.08;letter-spacing:-.05em;color:#21192b;margin:16px 0 21px}.spark-faux-button{display:inline-block;font-size:8px;padding:10px 15px;background:linear-gradient(105deg,#ff579b,#9c6aff,#1db4ff);color:white;border-radius:3px}.spark-portrait{position:absolute;width:59%;height:95%;object-fit:contain;object-position:bottom;right:-8%;bottom:-4%}
.spark-mini{position:absolute;left:40%;width:20%;height:31%;bottom:5%;border:2px solid white;border-radius:6px;box-shadow:0 18px 40px #54316030;overflow:hidden;transform:rotate(-9deg);z-index:3}.spark-mini img{width:100%;height:100%;object-fit:cover}.spark-mini>span{position:absolute;inset:0;padding:20px;background:linear-gradient(90deg,#ffffffd0,#ffffff00);font-size:clamp(14px,1.7vw,28px);font-weight:600;color:#3f2452;line-height:1.1;letter-spacing:-.04em}.spark-mini b{position:absolute;bottom:15px;right:18px}
.stage-carera{background:radial-gradient(ellipse at 83% 65%,#0066ff50,transparent 70%),#0b0d13;color:#a2b1c7}.carera-title{position:absolute;top:23%;left:7%;display:flex;align-items:center;gap:12px;font-size:clamp(35px,4vw,66px);letter-spacing:-.06em;color:white}.carera-title img{width:.7em;height:.7em;border-radius:10px}.carera-tagline{position:absolute;top:50%;left:7%;font-size:clamp(13px,1.45vw,23px);line-height:1.6;color:#c5d4e6}.brand-phone{position:absolute;border:4px solid #263347;border-radius:22px;overflow:hidden;box-shadow:0 16px 45px #0006;transition:transform .6s}.brand-phone img{display:block;width:100%;height:auto}.phone-front{width:30%;top:36%;left:52%;transform:rotate(-12deg);z-index:2}.phone-back{width:28%;top:29%;left:77%;transform:rotate(11deg)}.stage-carera:hover .phone-front{transform:rotate(-9deg) translateY(-8px)}
.stage-scribe{background:radial-gradient(ellipse at 70% 70%,#ccbef2,transparent 70%),#ebeaf4;color:#6c657f}.scribe-title{position:absolute;top:25%;left:7%;width:50%;z-index:2}.scribe-title img{width:45px;height:45px;margin-bottom:16px}.scribe-title strong{display:block;font-size:clamp(36px,4.5vw,72px);color:#252237;letter-spacing:-.07em}.scribe-title>span{display:block;font-size:clamp(14px,1.5vw,24px);line-height:1.5;margin-top:17px;color:#514963}.scribe-interface{position:absolute;width:51%;height:auto;right:-2%;top:29%;border-radius:10px;box-shadow:0 26px 50px #30234c40;transform:rotate(-6deg);transition:transform .6s}.stage-scribe:hover .scribe-interface{transform:rotate(-3deg) translateY(-6px)}
.brand-academy{padding-block:76px 90px}.academy-layout{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:10%;margin-top:54px}.academy-kicker{font-size:10px;color:var(--blue);display:block;margin-bottom:25px}.academy-layout h2{font-size:clamp(45px,5.4vw,86px);line-height:1.05;letter-spacing:-.06em}.academy-layout h2>span{color:var(--blue)}.academy-layout>div>p{font-size:14px;color:var(--muted);margin:26px 0}.academy-layout .text-link{margin-top:4px}.academy-route{border-top:1px solid #41525c}.route-heading{display:flex;justify-content:space-between;font-size:9px;color:#8294a1;padding:18px 0}.route-step{display:flex;align-items:center;gap:25px;padding:27px 0;border-bottom:1px solid var(--line)}.route-step>span{font:11px monospace;color:var(--blue)}.route-step>span:last-child{margin-left:auto;font-size:20px}.route-step h3{font-size:clamp(18px,1.7vw,26px)}.route-step p{font-size:12px;color:var(--muted);margin-top:8px}.route-pilot{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:25px 0}.route-pilot small{display:block;font:9px monospace;letter-spacing:.08em;color:#859ba8;margin-bottom:10px}.route-pilot strong{font-size:36px;letter-spacing:-.06em;font-weight:500}.route-pilot>span:last-child{font-size:12px;color:var(--accent)}
/* Interior pages keep their service structure and inherit the studio identity. */
.direction-hero{padding-block:38px 72px}.direction-hero h1{font-size:clamp(44px,6.2vw,102px);max-width:1300px;line-height:1.05;letter-spacing:-.06em}.direction-hero .hero-description{max-width:1360px}.direction-hero .hero-description p{font-size:17px;color:#b3c0c9}.direction-hero .eyebrow{font-size:11px}.back-link{font-size:12px}.service-card{border-radius:4px;background:#0d1418;border-color:#29353c;padding:32px}.service-card:hover{background:#11212a;border-color:#357594}.service-link{color:var(--accent)}.service-index{font-family:monospace;color:#7291a4}.outcomes p>span,.steps article>span,.included>div>span{color:var(--accent)}.steps article{border-color:#33464f}.service-details>.included{background:#0d1418;border-radius:4px;border-color:var(--line)}.faq summary span{color:var(--accent)}.case-cover,.case-image,.pilot-cover{border-radius:5px}.pilot-cover{background:#0f2530}.pilot-word,.pilot-word span{color:var(--accent)}
.contact{padding-block:95px;gap:10%;align-items:start}.contact-copy h2{font-size:clamp(44px,5.5vw,88px);letter-spacing:-.06em}.contact-form{background:transparent;border:0;border-radius:0;padding:8px 0 0;max-width:none}.contact-form label{font-size:12px;color:#b6c3cb}.contact-form select,.contact-form textarea,.contact-form input:not([type=checkbox]){border:0;border-bottom:1px solid #485861;border-radius:0;background:#0d1418;font-size:14px;padding:16px;margin-bottom:24px}.contact-form .button{margin-top:12px}.form-note{font-size:11px}.footer{font-size:12px}.footer>div{font-size:12px}.footer p{max-width:260px}dialog{background:#101b22;border-color:#3a505e;border-radius:5px}dialog textarea{background:#081116;border-color:#3a505e;border-radius:3px}dialog .eyebrow{color:var(--accent)}
@media(min-width:1800px){.brand-scene{height:750px}.brand-art{width:850px}.brand-copy h1{font-size:125px}}
@media(max-width:1100px){.header nav{gap:20px}.brand-scene{height:440px}.brand-copy h1{font-size:clamp(62px,7.3vw,90px)}.brand-art{width:63%;right:-3%}.brand-choice{padding:20px 17px;min-height:173px}.choice-title{font-size:20px}.choice-description{font-size:11px}.choice-arrow{right:13px;bottom:17px;font-size:23px}.choice-top{font-size:9px}.brand-work-heading>p{font-size:12px}.academy-layout{gap:6%}.contact{gap:6%}}
@media(max-width:800px){.header nav{gap:15px;font-size:12px}.header-contact{font-size:11px;gap:12px;padding:12px}.brand-scene{height:410px;min-height:410px}.brand-copy{width:70%}.brand-copy h1{font-size:62px}.brand-copy p{font-size:12px}.brand-art{width:68%;right:-5%;opacity:.83}.brand-directions{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-choice{min-height:170px;padding:20px 24px;border-bottom:1px solid var(--line)}.brand-choice:nth-child(3){border-left:1px solid var(--line)}.choice-arrow{right:24px;bottom:23px}.choice-title{font-size:24px}.choice-description{font-size:12px}.choice-top{font-size:10px}.brand-work{margin-top:64px;padding-top:44px}.brand-work-heading{align-items:start;flex-direction:column;gap:18px}.brand-work-heading>p br{display:none}.brand-work-heading>p{font-size:13px;max-width:none}.stage-category{font-size:8px;left:20px;top:22px}.stage-note{left:20px;font-size:9px}.stage-arrow{width:30px;height:30px;right:18px;top:16px;font-size:19px}.project-stage{height:370px}.brand-project-info h3{font-size:23px}.brand-project-info p{font-size:12px}.brand-project-info>a{font-size:11px}.spark-title p{font-size:10px}.carera-title{font-size:35px;left:7%;top:24%}.carera-tagline{top:45%;font-size:12px}.phone-front{top:45%;left:49%;width:38%}.phone-back{top:38%;width:35%}.scribe-title img{width:34px;height:34px}.scribe-title strong{font-size:43px}.scribe-title>span{font-size:14px}.scribe-interface{top:47%;width:60%;right:-5%}.academy-layout{gap:40px;grid-template-columns:1fr}.academy-layout h2 br:nth-of-type(2){display:none}.academy-layout h2>span:before{content:' '}.direction-hero .hero-description p{font-size:16px}.direction-hero h1{font-size:54px}.brand-section-label>span:last-child{font-size:9px}}
@media(max-width:640px){.header{height:auto;min-height:105px;padding-top:19px}.header .wordmark{font-size:36px}.header-contact{padding:10px 13px}.header nav{margin-top:16px;padding-bottom:8px;gap:12px;font-size:12px}.brand-hero{padding-top:19px}.brand-topline{font-size:8px}.brand-topline>span:first-child{max-width:215px}.brand-scene{min-height:375px;height:375px;align-items:flex-start}.brand-copy{width:100%;padding:32px 0 0}.brand-copy h1{font-size:clamp(48px,11.7vw,74px);line-height:1.03;letter-spacing:-.07em}.brand-copy p{font-size:11px;line-height:1.8;margin-top:22px;max-width:70%}.brand-copy .button{min-height:46px;padding:11px 15px;font-size:11px;gap:20px;margin-top:4px}.brand-art{width:72%;max-width:345px;right:-9%;top:64%;opacity:.85}.brand-art-caption{font-size:6px}.art-marker{font-size:14px}.marker-one{display:none}.direction-caption{font-size:8px;gap:18px;padding-bottom:12px}.direction-caption>span{max-width:160px}.direction-caption>span:last-child{text-align:right}.brand-choice{padding:17px 16px 20px;min-height:156px;transform:none!important}.choice-top{font-size:8px;margin-bottom:16px;letter-spacing:.03em}.choice-title{font-size:clamp(16px,4.2vw,23px);margin-bottom:8px;letter-spacing:-.04em}.choice-description{font-size:10px;padding-right:9px}.choice-arrow{font-size:18px;right:12px;bottom:20px}.brand-work{margin-top:48px;padding-block:32px 45px;border-radius:14px 14px 0 0}.brand-section-label{font-size:8px}.brand-section-label>span:last-child{display:none}.brand-work-heading{margin:26px 0 30px}.brand-work-heading h2{font-size:clamp(36px,8.5vw,51px)}.brand-work-heading>p{font-size:12px;line-height:1.7}.brand-projects{grid-template-columns:1fr;gap:35px}.project-wide{grid-column:auto}.project-wide .project-stage{height:520px}.project-stage{height:420px}.spark-title{top:15%;width:90%;left:7%}.spark-title>strong{font-size:38px}.spark-title>span{font-size:27px;line-height:1.15;margin-top:11px}.spark-title>span br{display:none}.spark-title p{display:none}.spark-screen{left:12%;top:44%;width:88%;height:45%}.spark-screen-copy>strong{font-size:23px;margin:12px 0 15px}.spark-screen-copy>span:first-child{font-size:6px}.spark-logo{font-size:9px}.spark-logo img{width:17px}.spark-screen-copy{top:29%}.spark-faux-button{font-size:6px;padding:8px 10px}.spark-mini{left:5%;width:34%;height:21%;bottom:6%}.spark-mini>span{font-size:17px;padding:12px}.stage-note{bottom:18px}.carera-title{top:22%;font-size:43px}.carera-tagline{font-size:15px;top:45%}.phone-front{top:44%;left:51%;width:35%}.phone-back{top:35%;width:32%;left:79%}.scribe-title{top:23%}.scribe-title strong{font-size:52px}.scribe-title>span{font-size:17px}.scribe-interface{top:38%;width:53%;right:0}.brand-project-info{margin-top:17px}.brand-project-info h3{font-size:22px}.brand-project-info p{font-size:12px}.brand-project-info>a{font-size:10px}.brand-academy{padding-block:43px 45px}.academy-layout{margin-top:32px;gap:32px}.academy-kicker{font-size:9px;margin-bottom:16px}.academy-layout h2{font-size:48px}.academy-layout>div>p{font-size:12px;margin:22px 0}.route-step{padding:22px 0;gap:18px}.route-step h3{font-size:19px}.route-step p{font-size:11px}.route-pilot>span:last-child{font-size:11px}.direction-hero{padding-block:28px 40px}.direction-hero h1{font-size:clamp(37px,9.6vw,54px);overflow-wrap:anywhere}.direction-hero .hero-description p{font-size:14px}.contact{padding-block:50px;gap:28px}.contact-copy h2{font-size:45px}.contact-copy p{font-size:13px}.contact-form{padding:0}.service-card{padding:24px}.service-card h3{font-size:22px}.page-academy .service-card h3{font-size:25px}.service-details>.included{padding:23px}.footer{gap:24px}.footer>div{font-size:11px}}
@media(prefers-reduced-motion:reduce){.brand-art{transform:translateY(-50%)!important}.brand-art img{filter:none!important}.brand-choice{transform:none!important}.spark-screen,.brand-phone,.scribe-interface,.choice-arrow,.stage-arrow{transition:none!important}}

/* Editorial service covers. Artwork is decorative; every label is real HTML. */
.page-home{background:#080a0d}
.page-home .wrap{width:calc(100% - clamp(32px,5.8vw,112px));max-width:1920px}
.page-home .header{height:76px;min-height:76px;border-color:#ffffff16}
.page-home .header nav{gap:30px;font-size:12px;color:#a8adb5}
.page-home .header-contact{border-radius:50px;border-color:#ffffff26;padding:10px 17px;gap:22px;font-size:12px}
.page-home .header-contact:hover{background:#ffffff0c}
.page-home .wordmark{font-size:39px}
.direction-screen{height:calc(100svh - 76px);min-height:680px;display:flex;flex-direction:column;padding-top:24px}
.direction-screen-heading{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-bottom:24px}
.direction-screen-heading h1{font-size:clamp(28px,3.1vw,51px);font-weight:500;letter-spacing:-.065em;line-height:1.1}
.direction-screen-heading h1>span{color:#00aeef}
.direction-screen-heading>p{font-size:12px;line-height:1.6;color:#d9dde2}
.direction-screen-heading>p>span{color:#818b97}
.flip-grid{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:16px;flex:1;min-height:0}
.flip-card{--tile-text:#f6f7fa;--tile-muted:#b5bdcd;--tile-stroke:#ffffff24;--tile-surface:#0a0d14;min-width:0;position:relative;perspective:1500px;isolation:isolate}
.flip-tilt{height:100%;transform:rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));transform-style:preserve-3d;transition:transform .45s cubic-bezier(.2,.8,.2,1)}
.flip-rotor{height:100%;position:relative;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.2,.75,.2,1)}
.flip-card.is-open .flip-rotor{transform:rotateY(180deg)}
.flip-face{position:absolute;inset:0;border:1px solid var(--tile-stroke);border-radius:20px;backface-visibility:hidden;-webkit-backface-visibility:hidden;overflow:hidden;color:var(--tile-text);background:var(--tile-surface)}
.flip-front{display:block;text-align:left;transform:rotateY(0deg);cursor:pointer;isolation:isolate}
.flip-back{transform:rotateY(180deg);display:flex;flex-direction:column;padding:28px 32px;pointer-events:none;visibility:hidden;overflow-y:auto;overscroll-behavior:contain}
.is-enhanced .flip-back{visibility:visible}.is-open .flip-back{pointer-events:auto}.is-open .flip-front{pointer-events:none}
.flip-front:focus-visible{outline:3px solid #66cfff;outline-offset:5px}
.tile-brand{position:absolute;top:25px;left:30px;z-index:3;font-size:18px;font-weight:800;letter-spacing:-.085em;line-height:1.4}
.tile-brand>span{color:#31bbff}.tile-brand strong{font-size:12px;font-weight:600;letter-spacing:0;margin-left:7px}
.tile-number{position:absolute;right:29px;top:31px;z-index:3;font:10px/1 monospace;color:var(--tile-muted);letter-spacing:.04em}
.tile-copy{position:absolute;left:30px;bottom:86px;z-index:2;width:54%}
.tile-copy h2{font-size:clamp(33px,3.2vw,61px);font-weight:500;letter-spacing:-.057em;line-height:1.04}
.tile-caption{position:absolute;left:30px;bottom:30px;z-index:2;font-size:clamp(11px,.96vw,15px);line-height:1.4;color:var(--tile-muted);max-width:calc(100% - 100px)}
.tile-open{position:absolute;right:24px;bottom:22px;z-index:3;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;border:1px solid var(--tile-stroke);background:#ffffff0a;font-size:25px;line-height:1;font-weight:400;transition:transform .3s,background .3s;color:var(--tile-text)}
.flip-front:hover .tile-open{transform:rotate(90deg);background:#ffffff20}
.tile-art{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.tile-editorial-art{width:100%;height:100%;object-fit:cover;object-position:50% 50%;transition:transform .8s cubic-bezier(.2,.7,.2,1)}
.flip-front:hover .tile-editorial-art{transform:scale(1.025)}
.tile-develop{--tile-surface:#080c14}.tile-develop .tile-art{background:radial-gradient(ellipse at 80% 0,#12213c 0,transparent 64%)}
.tile-ampersand{position:absolute;width:auto;height:122%;max-width:none;right:-3%;top:-10%;mix-blend-mode:screen;transform:rotate(-8deg);mask-image:linear-gradient(90deg,transparent 0,#000 17%);transition:transform .8s cubic-bezier(.2,.7,.2,1)}
.tile-develop .tile-art:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#080c14 0,#080c14e8 23%,#080c1400 61%)}
.flip-front:hover .tile-ampersand{transform:rotate(-4deg) scale(1.03)}
.tile-support{--tile-text:#1d2532;--tile-muted:#505d6d;--tile-stroke:#23324622;--tile-surface:#edf0f4}
.tile-support .tile-brand>span{color:#1573cb}.tile-support .flip-front:hover .tile-open{background:#1d253215}
.tile-academy{--tile-surface:#1743d5;--tile-muted:#e0e7ff;--tile-stroke:#a8caff3b}.tile-academy .tile-brand>span{color:#fff}
.tile-ai{--tile-surface:#07090f}.tile-ai .tile-brand>span{color:#bfb9ff}
.tile-back-top{display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--tile-muted);font-size:12px;margin-bottom:18px}
.tile-close{width:40px;height:40px;flex-shrink:0;border-radius:50%;border:1px solid var(--tile-stroke);background:transparent;color:var(--tile-text);font-size:23px;line-height:1}
.tile-close:hover{background:#828da61a}
.flip-back h2{font-size:clamp(23px,2.2vw,37px);letter-spacing:-.045em;line-height:1.12;max-width:90%}
.tile-summary{font-size:13px;line-height:1.65;color:var(--tile-muted);max-width:520px;margin-top:15px}
.tile-tags{display:none}
.tile-actions{display:flex;gap:10px;margin-top:auto;padding-top:24px}
.tile-actions a{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:44px;padding:12px 17px;border-radius:50px;font-size:12px;line-height:1.4}
.tile-detail{background:var(--tile-text);color:var(--tile-surface);min-width:135px}.tile-detail:hover{filter:brightness(.92)}
.tile-consult{border:1px solid var(--tile-stroke);color:var(--tile-text)}.tile-consult:hover{background:#828da61a}
.direction-screen-foot{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 1px 18px;color:#848e9c;font:9px/1.5 monospace;letter-spacing:.04em}
.direction-screen-foot>a{display:flex;gap:20px;color:#b3bbc5;font:12px/1.5 Manrope,Arial,sans-serif;letter-spacing:0}
.page-home .brand-work{margin-top:60px;border-radius:0;padding-top:65px;background:#f5f5f7}
.page-home .brand-work .wrap,.page-home main>section.wrap:not(.direction-screen),.page-home .footer{max-width:1440px}
.page-home .brand-section-label{letter-spacing:.05em}
.page-home .project-stage{border-radius:18px}.page-home .project-stage:hover .stage-arrow{transform:rotate(0)}
.page-home .brand-work-heading h2{font-weight:500}.page-home .brand-work-heading h2>span{color:#767d86}
@media(min-width:1800px){.direction-screen{min-height:820px}.tile-copy{bottom:106px;left:42px}.tile-caption{bottom:38px;left:42px}.tile-brand{top:32px;left:42px;font-size:22px}.tile-brand strong{font-size:15px}.tile-open{right:34px;bottom:32px;width:48px;height:48px}.tile-number{top:39px;right:40px;font-size:12px}.flip-back{padding:34px 42px}.tile-summary{font-size:16px}.tile-actions a{font-size:14px;min-height:50px}}
@media(max-width:1050px){.direction-screen{min-height:680px}.direction-screen-heading h1{font-size:33px}.direction-screen-heading>p{font-size:11px}.tile-copy{left:25px;bottom:85px}.tile-copy h2{font-size:35px}.tile-caption{left:25px;font-size:11px;max-width:calc(100% - 84px)}.tile-brand{left:25px}.tile-number{right:24px}.tile-open{right:18px;bottom:23px;width:36px;height:36px;font-size:22px}.tile-editorial-art{object-position:46% 50%}.flip-back{padding:24px}.tile-summary{font-size:12px}.tile-back-top{margin-bottom:13px}.tile-actions{gap:8px;padding-top:16px}.tile-actions a{font-size:11px;padding:11px 13px;gap:10px}.tile-detail{min-width:110px}}
@media(max-width:760px){.page-home .header nav{gap:18px}.direction-screen-heading h1{font-size:30px}.direction-screen-heading>p{font-size:10px}.flip-grid{gap:12px}.flip-face{border-radius:16px}.tile-copy h2{font-size:30px}.tile-brand{top:22px;left:22px;font-size:17px}.tile-brand strong{font-size:11px}.tile-copy{left:22px}.tile-caption{left:22px;font-size:10px}.tile-number{right:20px;top:28px;font-size:9px}.tile-actions{flex-wrap:wrap}.tile-actions a{flex:1;white-space:nowrap}.tile-ampersand{right:-12%}.tile-editorial-art{object-position:41% 50%}.tile-support .tile-art:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#edf0f422,transparent 70%)} }
@media(max-width:640px){
  .page-home .wrap{width:calc(100% - 28px)}
  .page-home .header{height:65px;min-height:65px;padding:0 4px;flex-wrap:nowrap;gap:18px}
  .page-home .header nav{display:none}.page-home .header .wordmark{font-size:35px}
  .page-home .header-contact{font-size:11px;padding:8px 12px;gap:15px}.page-home .header-contact span{font-size:18px}
  .direction-screen{height:calc(100svh - 65px);min-height:570px;padding-top:22px}
  .direction-screen-heading{display:block;margin:0 5px 21px}
  .direction-screen-heading h1{font-size:clamp(27px,7.1vw,42px);letter-spacing:-.06em}
  .direction-screen-heading>p{font-size:11px;margin-top:10px;color:#9da6b2;line-height:1.5}
  .direction-screen-heading>p br{display:none}.direction-screen-heading>p>span{display:none}
  .flip-grid{gap:10px}
  .flip-face{border-radius:15px}
  .tile-brand{top:15px;left:15px;font-size:16px}.tile-brand strong{font-size:10px;margin-left:3px}.tile-number{display:none}
  .tile-copy{left:15px;bottom:62px;width:90%}.tile-copy h2{font-size:clamp(22px,5.6vw,35px);line-height:1.04;letter-spacing:-.05em}
  .tile-caption{left:15px;bottom:18px;font-size:9px;line-height:1.4;max-width:calc(100% - 50px)}
  .tile-open{right:10px;bottom:14px;width:29px;height:29px;font-size:20px;background:#ffffff12}
  .tile-art{height:100%;width:100%}
  .tile-editorial-art{object-fit:cover;object-position:61% 50%;height:78%;width:100%;mask-image:linear-gradient(#000 36%,transparent 100%)}
  .tile-academy .flip-front{background:#1b43d7}
  .tile-ampersand{height:94%;top:-3%;right:-38%;opacity:.85;mask-image:linear-gradient(#000 20%,transparent 88%)}
  .tile-develop .tile-art:after{background:linear-gradient(0deg,#080c14 0,transparent 65%)}
  .tile-support .tile-art:after{display:none}
  .direction-screen-foot{padding:16px 4px;font-size:7px;letter-spacing:0}.direction-screen-foot>span{max-width:200px;line-height:1.5}.direction-screen-foot>a{font-size:10px;gap:10px;white-space:nowrap}
  .flip-card.is-open{position:absolute;inset:0;z-index:10}
  .is-open .flip-back{padding:25px;min-height:0}
  .is-open .tile-back-top{font-size:13px;margin-bottom:26px}
  .is-open .tile-close{width:42px;height:42px}
  .is-open .flip-back h2{font-size:33px;max-width:100%}
  .is-open .tile-summary{font-size:15px;line-height:1.7;margin-top:20px}
  .is-open .tile-actions{flex-direction:column;gap:12px;padding-top:25px}
  .is-open .tile-actions a{font-size:13px;min-height:50px;padding:14px 19px;flex:none;white-space:normal}
  .page-home .brand-work{margin-top:40px;padding-top:36px}
  .page-home .brand-work .wrap,.page-home main>section.wrap:not(.direction-screen),.page-home .footer{width:calc(100% - 40px)}
}
@media(prefers-reduced-motion:reduce){.flip-tilt{transform:none!important}.flip-rotor,.tile-editorial-art,.tile-ampersand,.tile-open{transition:none!important}.flip-front:hover .tile-editorial-art{transform:none}.flip-front:hover .tile-ampersand{transform:rotate(-8deg)}.tile-open{transform:none!important}}

/* One scale for readable copy. rem bounds respect user text-size preferences. */
:root {
  font-size:100%;
  --type-body:clamp(1rem,.94rem + .22vw,1.25rem);
  --type-small:clamp(.875rem,.82rem + .16vw,1rem);
  --type-meta:clamp(.8125rem,.76rem + .14vw,.9375rem);
  --type-heading:clamp(2.125rem,1.45rem + 2.6vw,5rem);
  --type-title:clamp(2.5rem,1.55rem + 3.8vw,6.5rem);
  --type-subtitle:clamp(1.375rem,1.1rem + .8vw,2rem);
  --type-tile:clamp(1.875rem,1.35rem + 1.9vw,3.875rem);
  --tile-pad:clamp(1.5rem,1.1rem + 1.1vw,2.75rem);
}
body{font-size:var(--type-body);line-height:1.65}
button,input,select,textarea{font-size:inherit}
.header nav,.page-home .header nav,.header-contact,.page-home .header-contact{font-size:var(--type-small)}
.header-contact{min-height:3rem;line-height:1.4}
.header nav{flex-wrap:wrap}.header{height:auto;min-height:5.5rem;padding-block:.75rem}
.page-home .header{height:auto;min-height:4.75rem;padding-block:.75rem}
.button,.text-link,.back-link,.service-link{font-size:var(--type-small);line-height:1.5}
.button{min-height:3.25rem;height:auto;white-space:normal}
.text-link{min-height:2.75rem}.back-link{display:inline-flex;align-items:center;min-height:2.75rem}
.eyebrow,.direction-hero .eyebrow,.brand-section-label,.page-home .brand-section-label,.brand-section-label>span:last-child,.academy-kicker,.route-heading,.route-pilot small,.brand-founder,.service-index,.steps article>span,.included>div>span,.route-step>span:first-child{font-size:var(--type-small);line-height:1.6;letter-spacing:.04em}
.brand-work-heading h2,.academy-layout h2,.brand-about h2,.contact-copy h2{font-size:var(--type-heading);line-height:1.08;letter-spacing:-.045em}
.direction-hero h1,.service-hero h1{font-size:var(--type-title);line-height:1.08;letter-spacing:-.045em;overflow-wrap:break-word}
.section-heading h2,.outcomes h2,.faq h2,.cost h2,.service-details h2,.case-detail h2{font-size:clamp(1.875rem,1.4rem + 1.5vw,3.25rem);line-height:1.15}
.brand-project-info h3,.route-step h3,.service-card h3,.page-academy .service-card h3,.steps h3{font-size:var(--type-subtitle);line-height:1.3}
.brand-work-heading>p,.brand-project-info p,.academy-layout>div>p,.route-step p,.brand-about p,.contact-copy p,.direction-hero .hero-description p,.service-card p,.case-card>p,.steps p,.outcomes p,.service-details>div>p,.result p,.included h3,.cost p,.faq summary,.faq details p,.case-detail p,.case-detail li,.legal p,.not-found p,dialog p{font-size:var(--type-body);line-height:1.65}
.brand-work-heading>p{max-width:30rem}.brand-about p,.direction-hero .hero-description p,.case-detail p,.legal p{max-width:65ch}
.brand-project-info>a,.route-pilot>span:last-child,.audience,.proof-note,.form-note,.contact-form label,.contact-form [role=status],.footer,.footer>div,.footer p,.footer>span{font-size:var(--type-small);line-height:1.6}
.brand-project-info{flex-wrap:wrap;row-gap:.5rem}.brand-project-info>div{flex:1;min-width:12rem}.brand-project-info>a{min-height:2.75rem;display:flex;align-items:center}
.route-pilot{flex-wrap:wrap}.brand-section-label{flex-wrap:wrap}
.contact-form select,.contact-form textarea,.contact-form input:not([type=checkbox]),dialog textarea{font-size:var(--type-body);line-height:1.5;min-width:0}
.contact-form .consent{font-size:var(--type-small)}.contact-form .consent input{flex-shrink:0}
.contact>*,.service-details>*,.case-detail>*,.cost>*,.faq>*,.outcomes>*,.hero-description>*{min-width:0}
.stage-category,.stage-note{font-size:var(--type-meta);line-height:1.4;letter-spacing:.03em;max-width:calc(100% - 5.5rem)}
.spark-title p{font-size:var(--type-small)}.carera-tagline,.scribe-title>span{font-size:var(--type-body);line-height:1.6}
/* The miniature product UI is an illustration, not website navigation. */
.direction-screen{height:auto;min-height:calc(100svh - 4.75rem)}
.direction-screen-heading{gap:2rem;margin-bottom:1.5rem}
.direction-screen-heading h1{font-size:clamp(2rem,1.7rem + 1.4vw,4rem);line-height:1.12;letter-spacing:-.05em}
.direction-screen-heading>p{font-size:var(--type-small);line-height:1.6;max-width:24rem;flex-shrink:0}
.flip-grid{grid-template-rows:repeat(2,minmax(19rem,1fr))}
.flip-front{display:flex;flex-direction:column;justify-content:flex-end;padding:var(--tile-pad);gap:1.5rem;min-height:100%}
.tile-brand{top:var(--tile-pad);left:var(--tile-pad);font-size:1.375rem;line-height:1.4}
.tile-brand strong{font-size:var(--type-small);letter-spacing:0}
.tile-number{font-size:var(--type-meta);top:calc(var(--tile-pad) + .375rem);right:var(--tile-pad)}
.tile-copy{position:relative;left:auto;bottom:auto;width:60%;z-index:2}
.tile-copy h2{font-size:var(--type-tile);line-height:1.08;letter-spacing:-.045em}
.tile-caption{position:relative;left:auto;bottom:auto;font-size:var(--type-small);line-height:1.5;max-width:calc(100% - 3.5rem);z-index:2}
.tile-open{width:2.75rem;height:2.75rem;right:calc(var(--tile-pad) - .375rem);bottom:calc(var(--tile-pad) - .375rem);font-size:1.5rem}
.flip-back{padding:var(--tile-pad)}.tile-back-top,.is-open .tile-back-top{font-size:var(--type-small);line-height:1.5;margin-bottom:1rem;flex-shrink:0}
.flip-back h2,.is-open .flip-back h2{font-size:clamp(1.625rem,1.2rem + 1.1vw,2.625rem);line-height:1.2;max-width:100%;flex-shrink:0}
.tile-summary,.is-open .tile-summary{font-size:var(--type-body);line-height:1.6;margin-top:1rem;max-width:60ch;flex-shrink:0}
.tile-actions,.is-open .tile-actions{flex-wrap:wrap;gap:.75rem;padding-top:1.5rem;flex-shrink:0}
.tile-actions a,.is-open .tile-actions a{font-size:var(--type-small);line-height:1.4;min-height:3rem;padding:.75rem 1.125rem;gap:.875rem;white-space:normal;flex:0 1 auto}
.tile-close,.is-open .tile-close{width:2.75rem;height:2.75rem;font-size:1.5rem;flex-shrink:0}
.direction-screen-foot{font-size:var(--type-meta);line-height:1.6;letter-spacing:.025em;flex-wrap:wrap;row-gap:.5rem;padding-block:1rem}
.direction-screen-foot>a{font-size:var(--type-small);min-height:2.75rem;align-items:center}
@media(min-width:1800px){.flip-grid{grid-template-rows:repeat(2,minmax(23rem,1fr))}}
@media(max-width:1000px){
 .direction-screen-heading{align-items:flex-start}.direction-screen-heading>p{max-width:18rem}
 .flip-grid{grid-template-rows:repeat(2,minmax(22rem,1fr))}
 .tile-copy{width:78%}.tile-art{opacity:.8}
 .tile-support .tile-art:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#edf0f4bb,transparent 75%)}
 .tile-academy .tile-art:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#1743d577,transparent 75%)}
 .tile-ai .tile-art:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#07090f88,transparent 75%)}
 .tile-actions a{flex-basis:100%}.tile-detail{min-width:0}
}
@media(max-width:760px){
 .direction-screen-heading{flex-direction:column;gap:.625rem}.direction-screen-heading>p{max-width:none;flex-shrink:1}
 .direction-screen-heading>p br{display:none}.direction-screen-heading>p>span{display:none}
 .header nav,.page-home .header nav{font-size:var(--type-small);gap:1rem}
 .brand-section-label>span:last-child{font-size:var(--type-small)}
 .tile-copy{width:100%}.tile-caption{padding-right:0;max-width:calc(100% - 2.75rem)}
 .tile-brand strong{font-size:var(--type-small)}
 .tile-editorial-art{height:85%;object-position:60% 50%;mask-image:linear-gradient(#000 5%,transparent 100%)}
 .tile-art:after{display:none!important}.tile-ampersand{opacity:.7}
 .tile-actions a{white-space:normal}
}
@media(max-width:640px){
 .page-home .header{min-height:4.75rem;padding-block:.75rem}.page-home .header-contact{font-size:var(--type-small);min-height:2.75rem;padding:.625rem .875rem}
 .header nav{font-size:var(--type-small);margin-top:1rem}.header{row-gap:.5rem}
 .direction-screen{min-height:calc(100svh - 4.75rem);height:auto;padding-top:1.25rem}
 .direction-screen-heading{margin:0 .3125rem 1.5rem}
 .direction-screen-heading h1{font-size:clamp(2rem,1.7rem + 1.4vw,4rem)}
 .direction-screen-heading>p{font-size:var(--type-small)}
 .flip-grid{grid-template-columns:1fr;grid-template-rows:none;grid-auto-rows:minmax(22rem,auto);gap:1rem}
 .flip-card{min-height:22rem}
 .flip-card.is-open{position:relative;inset:auto;z-index:2}
 .flip-tilt,.flip-rotor{min-height:22rem}
 .flip-front{gap:1.25rem}.tile-copy{width:75%}
 .tile-copy h2{font-size:clamp(2rem,1.6rem + 1.5vw,2.5rem)}
 .tile-brand{font-size:1.375rem;top:var(--tile-pad);left:var(--tile-pad)}
 .tile-brand strong{font-size:var(--type-small);margin-left:.4rem}
 .tile-caption{font-size:var(--type-small);max-width:calc(100% - 3rem)}
 .tile-open{width:2.75rem;height:2.75rem;font-size:1.5rem;bottom:calc(var(--tile-pad) - .375rem);right:calc(var(--tile-pad) - .375rem)}
 .tile-editorial-art{height:100%;object-position:60% 50%;mask-image:linear-gradient(#000 0%,#000a 35%,transparent 95%)}
 .tile-ampersand{height:108%;right:-10%;top:-5%;mask-image:linear-gradient(#000 10%,transparent 93%)}
 .tile-art{opacity:.8}
 .is-open .flip-back{padding:var(--tile-pad)}
 .is-open .tile-back-top{margin-bottom:1rem}
 .is-open .tile-actions{gap:.75rem;padding-top:1.25rem;flex-direction:row}
 .is-open .tile-actions a{flex-basis:100%;font-size:var(--type-small);min-height:3rem;padding:.75rem 1rem}
 .direction-screen-foot{font-size:var(--type-meta);padding:1rem .25rem;gap:.5rem}
 .direction-screen-foot>span{max-width:none}.direction-screen-foot>a{font-size:var(--type-small)}
 .brand-work-heading>p,.academy-layout>div>p,.brand-about p,.contact-copy p,.route-step p,.brand-project-info p,.direction-hero .hero-description p{font-size:var(--type-body)}
 .brand-project-info>a,.route-pilot>span:last-child,.brand-founder,.academy-kicker,.brand-section-label,.footer>div{font-size:var(--type-small)}
 .brand-work-heading h2,.academy-layout h2,.brand-about h2,.contact-copy h2{font-size:var(--type-heading)}
 .stage-category,.stage-note{font-size:var(--type-meta)}
 .route-pilot>span:last-child{white-space:normal}.route-step{gap:1rem}.route-step h3{overflow-wrap:anywhere}
 .carera-tagline,.scribe-title>span{font-size:var(--type-body)}
 .brand-project-info>div{min-width:0;flex-basis:70%}.brand-project-info>a{flex-shrink:1}
}
@media(min-width:761px){
 .tile-ai .tile-art:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#07090f 0%,#07090fc9 32%,#07090f55 48%,transparent 64%)}
}
/* Both faces contribute intrinsic height, so enlarged copy never gets a tiny scroll box. */
.flip-rotor{display:grid;grid-template-columns:minmax(0,1fr)}
.flip-face{position:relative;inset:auto;grid-area:1 / 1;min-width:0}
.flip-front,.flip-back{min-height:19rem}
.flip-back{padding-block:1.5rem;overflow:visible}
@media(max-width:1000px){.flip-front,.flip-back{min-height:22rem}}
@media(max-width:640px){.is-open .flip-back{padding-block:1.5rem}}

/* Supporting information shares the approved typography and visual language. */
.breadcrumbs{padding-top:1.5rem;color:var(--muted,#939ba1);font-size:var(--type-small,1rem)}
.breadcrumbs ol{display:flex;flex-wrap:wrap;align-items:baseline;gap:.45rem .65rem;list-style:none;padding:0;margin:0}
.breadcrumbs li+li:before{content:'/';margin-right:.65rem;opacity:.55}
.breadcrumbs a{text-decoration:underline;text-underline-offset:.22em}
.footer{flex-wrap:wrap}.footer .footer-legal{flex-basis:100%;margin-left:0;flex-direction:row;grid-column:1/-1;display:flex;flex-wrap:wrap;gap:1rem 2rem;align-items:baseline;border-top:1px solid #ffffff20;padding-top:1.4rem;color:var(--muted,#939ba1);font-size:var(--type-small,1rem)}
.footer .footer-legal p{display:block;flex:1 1 22rem;margin:0;max-width:none}
.legal{max-width:60rem;padding-top:4rem;padding-bottom:4rem}
.legal h1{font-size:clamp(2.2rem,1.7rem + 2vw,4.5rem);overflow-wrap:anywhere;line-height:1.1}
.legal h2{font-size:clamp(1.4rem,1.2rem + 1vw,2rem);margin-top:2.5rem;line-height:1.3}
.legal p,.legal li{line-height:1.65;max-width:70ch}
.legal a:not(.button),.form-note a{text-decoration:underline;text-underline-offset:.2em}
.related-services{border-top:1px solid #ffffff20;padding-top:3rem}
.related-services h2{font-size:clamp(1.65rem,1.25rem + 1vw,2.5rem)}
.related-services ul{display:flex;flex-wrap:wrap;gap:.9rem 2rem;padding:0;list-style:none}
.related-services a{text-decoration:underline;text-underline-offset:.3em}
.brief-help{max-width:70ch;margin-top:1.5rem;color:var(--muted,#939ba1)}

:root{--card-radius:4px;--card-bg:#0d1418;--card-line:#29353c;--card-hover:#357594}
.page-home{--card-radius:18px;--card-bg:#0a0d14;--card-line:#ffffff1f;--card-hover:#ffffff45}
.section-heading>.section-lead{max-width:34rem}
.split{display:grid;grid-template-columns:1fr 1.5fr;gap:clamp(2rem,4vw,3.75rem);padding-block:clamp(2.5rem,4vw,4rem);border-top:1px solid var(--line)}
.split>div{min-width:0}
.split h2{font-size:clamp(1.875rem,1.4rem + 1.5vw,3.25rem);line-height:1.15}
.split .eyebrow{color:var(--muted);margin-bottom:1rem}
.split h3{font-size:var(--type-subtitle);line-height:1.3;margin-bottom:1rem}
.split>div>p{color:var(--muted);margin-top:1.25rem;max-width:52ch}

.trust-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));gap:1.75rem 2rem;border-block:1px solid var(--line);padding-block:clamp(2rem,3vw,3rem)}
.trust-strip>div{min-width:0}
.trust-strip strong{display:block;font-weight:500;font-size:clamp(2rem,1.5rem + 1.9vw,3.5rem);line-height:1.04;letter-spacing:-.05em}
.trust-strip span{display:block;margin-top:.75rem;font-size:var(--type-small);line-height:1.5;color:var(--muted);max-width:22ch}
.trust-inset{border:1px solid var(--card-line);border-block-color:var(--card-line);border-radius:var(--card-radius);background:var(--card-bg);padding:clamp(1.5rem,2.5vw,2.25rem)}
.trust-inset strong{color:var(--accent)}

.plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:1rem}
.plan{position:relative;display:flex;flex-direction:column;gap:.25rem;min-width:0;padding:clamp(1.5rem,2.2vw,2.25rem);border:1px solid var(--card-line);border-radius:var(--card-radius);background:var(--card-bg);transition:border-color .25s,transform .25s}
.plan:hover{border-color:var(--card-hover);transform:translateY(-4px)}
.plan h3{font-size:var(--type-subtitle);line-height:1.3}
.plan-badge{position:absolute;top:0;right:clamp(1.5rem,2.2vw,2.25rem);transform:translateY(-50%);padding:.35rem .75rem;border-radius:999px;background:var(--blue);color:#041016;font-size:var(--type-meta);font-weight:600;letter-spacing:.04em}
.plan-featured{border-color:var(--blue)}
.plan-featured:hover{border-color:var(--blue)}
.plan-price{margin-top:1.25rem;font-size:clamp(1.75rem,1.35rem + 1.5vw,2.75rem);line-height:1.1;letter-spacing:-.05em;font-weight:500}
.plan-featured .plan-price{color:var(--accent)}
.plan-period{font-size:var(--type-small);color:var(--muted)}
.plan-reaction{margin-top:1rem;font-size:var(--type-small);line-height:1.5;color:#c3cfd7}
.plan-includes{list-style:none;padding:0;margin:1.5rem 0 1.75rem;display:grid;gap:.7rem}
.plan-includes li{position:relative;padding-left:1.4rem;font-size:var(--type-small);line-height:1.5;color:#c3cfd7}
.plan-includes li:before{content:'';position:absolute;left:0;top:.55em;width:.45rem;height:.45rem;border-radius:50%;background:var(--blue)}
.plan .button{margin-top:auto;width:100%}
.plan-note{margin-top:1.75rem;font-size:var(--type-small);line-height:1.65;color:var(--muted);max-width:70ch}

.audit-price{margin-top:1.25rem;font-size:clamp(1.75rem,1.35rem + 1.5vw,2.75rem);line-height:1.1;letter-spacing:-.05em;font-weight:500;color:var(--accent)}
.audit-body h3{margin-top:2rem}
.audit-body h3:first-child{margin-top:0}
.audit-body .button{margin-top:1.75rem}
.check-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:.7rem 1.5rem}
.check-list li{position:relative;padding-left:1.6rem;font-size:var(--type-small);line-height:1.5;color:#c3cfd7}
.check-list li:before{content:'';position:absolute;left:.1rem;top:.5em;width:.6rem;height:.35rem;border-left:1.5px solid var(--blue);border-bottom:1.5px solid var(--blue);transform:rotate(-45deg)}
.check-result li{color:var(--text)}

.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
.sla-table{width:100%;min-width:32rem;border-collapse:collapse;text-align:left}
.sla-table th,.sla-table td{padding:1rem .9rem;border-bottom:1px solid var(--line);font-size:var(--type-small);line-height:1.5;font-weight:400;vertical-align:top}
.sla-table thead th{color:var(--accent);border-bottom-color:#41525c;font-weight:600}
.sla-table tbody th{color:var(--muted);width:32%}

.badges{list-style:none;display:flex;flex-wrap:wrap;gap:.6rem;padding:0;margin:0}
.badge{display:inline-flex;align-items:center;min-height:2.25rem;padding:.4rem .9rem;border:1px solid var(--card-line);border-radius:999px;background:var(--card-bg);font-size:var(--type-small);line-height:1.4;color:#c3cfd7}
.stack-group+.stack-group{margin-top:2rem}

.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1rem}
.member{min-width:0;padding:clamp(1.5rem,2.2vw,2rem);border:1px solid var(--card-line);border-radius:var(--card-radius);background:var(--card-bg);transition:border-color .25s}
.member:hover{border-color:var(--card-hover)}
.avatar{display:grid;place-items:center;width:3.5rem;height:3.5rem;margin-bottom:1.25rem;border:1px solid var(--blue);border-radius:50%;box-shadow:0 0 0 .375rem #00aeef14;color:var(--accent);font-size:var(--type-small);font-weight:600;letter-spacing:.06em}
.member h3{font-size:var(--type-subtitle);line-height:1.3}
.member-role{margin-top:.5rem;font-size:var(--type-small);line-height:1.5;color:var(--accent)}
.member-experience{margin-top:.9rem;font-size:var(--type-small);line-height:1.6;color:var(--muted)}
.mentor-card .member{max-width:32rem}
.mentor-card>p{margin-top:1.5rem}

.case-shots{display:grid;grid-template-columns:1.6fr 1fr;gap:1rem;margin-top:clamp(2rem,3vw,3rem)}
.window{margin:0;min-width:0;border:1px solid var(--card-line);border-radius:var(--card-radius);overflow:hidden;background:#0a1116}
.window-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem 1rem;border-bottom:1px solid var(--card-line);background:#101a20;color:var(--muted);font-size:var(--type-meta);line-height:1}
.window-bar>span:first-child{letter-spacing:.25em;opacity:.7}
.window img{display:block;width:100%;height:auto}
.case-body{display:grid;grid-template-columns:1fr 1.5fr;gap:clamp(2rem,4vw,3.75rem);padding-block:clamp(2.5rem,4vw,4rem)}
.case-body>div{min-width:0}
.case-meta{display:grid;grid-template-columns:auto 1fr;gap:.6rem 1.5rem;margin-top:2rem;font-size:var(--type-small)}
.case-meta dt{color:var(--muted)}
.case-meta dd{margin:0}
.case-body .included>div{align-items:flex-start}
.case-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;border-top:1px solid var(--line);padding-block:clamp(2rem,3vw,3rem)}

.contact-list{list-style:none;padding:0;margin:1.75rem 0 0;display:grid;gap:.85rem;font-size:var(--type-body)}
.contact-list a{text-decoration:underline;text-underline-offset:.22em}
.header-phone{display:none;font-size:var(--type-small);color:#b9bbc4;white-space:nowrap}
.header-phone:hover{color:var(--text)}
.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}
.steps-four{grid-template-columns:repeat(4,minmax(0,1fr))}
.steps article>span+p{margin-top:1.75rem}

.footer{display:grid;grid-template-columns:1.4fr repeat(3,minmax(0,1fr));align-items:start;gap:2rem clamp(1.5rem,3vw,3rem)}
.footer>div{margin-left:0}
.footer-column{display:grid;gap:.65rem;align-content:start}
.footer-column strong{font-size:var(--type-small);font-weight:600;color:var(--text);letter-spacing:.04em}
.footer-column a{color:var(--muted)}
.footer-column a:hover{color:var(--text)}
.footer>span{grid-column:1/-1;width:auto}

@media(min-width:1200px){.header-phone{display:inline-flex;align-items:center;min-height:2.75rem}}
@media(max-width:1100px){.steps-four{grid-template-columns:repeat(2,minmax(0,1fr))}.footer{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:1000px){.split,.case-body{grid-template-columns:1fr}.case-shots{grid-template-columns:1fr}}
@media(max-width:640px){
 .section-heading>.section-lead{display:block;margin-top:1rem}
 .section-heading{flex-direction:column;align-items:flex-start}
 .split{padding-block:2.25rem}
 .trust-strip{gap:1.25rem 1.5rem}
 .sla-table{min-width:26rem}
 .footer{grid-template-columns:1fr;gap:1.75rem}
 .plan-badge{right:auto;left:clamp(1.5rem,2.2vw,2.25rem)}
}
@media(prefers-reduced-motion:reduce){.plan:hover{transform:none}}

.hero-promise{font-weight:600;color:var(--text)}
.trust-section{padding-top:clamp(2.5rem,4vw,4rem)}
.tile-price{display:block;margin-top:.5rem;font-weight:600;color:var(--tile-text)}
.group-title{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem 1rem;font-size:var(--type-subtitle);line-height:1.3;margin-bottom:1.5rem}
.group-title>span{font-size:var(--type-small);font-weight:400;color:#56636a}
.group-title-second{margin-top:clamp(2.5rem,4vw,3.5rem)}
.brand-project-info h4{font-size:var(--type-subtitle);line-height:1.3;letter-spacing:-.04em}
.stage-pilot{background:radial-gradient(ellipse at 78% 55%,#164554,transparent 70%),#0f2530;border:1px solid #1d3b47;color:#8ed6ee}
.pilot-title{position:absolute;left:7%;top:50%;transform:translateY(-50%);z-index:2;max-width:80%}
.pilot-title strong{display:block;font-weight:500;font-size:clamp(2.5rem,4.4vw,4.5rem);line-height:1;letter-spacing:-.06em;color:#eaf7fb}
.pilot-title>span{display:block;margin-top:.9rem;font-size:var(--type-body);line-height:1.5;color:#a8d7e6}
.project-banner{grid-column:1/-1}
.project-banner .project-stage{height:clamp(13rem,18vw,18rem)}
.price-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.5rem,3vw,2.5rem)}
.price-summary>div{min-width:0}
.price-summary h3{font-size:var(--type-subtitle);line-height:1.3;margin-bottom:1.25rem}
.case-study{padding-top:clamp(1rem,2vw,2rem)}
@media(max-width:1100px){.price-summary{grid-template-columns:1fr}}
@media(max-width:640px){.pilot-title strong{font-size:2.75rem}.project-banner .project-stage{height:12rem}}

.case-shots{grid-template-columns:repeat(2,minmax(0,1fr))}
.case-shots>:first-child{grid-column:1/-1}
.spark-shot{width:100%;height:100%;object-fit:cover;object-position:top left}

.direction-screen-heading .hero-copy{min-width:0;flex:1 1 34rem}
.direction-screen-heading .hero-copy p{margin-top:.9rem;max-width:62ch;font-size:var(--type-small);line-height:1.6;color:#d9dde2}
.direction-screen-heading .hero-actions{margin-top:0;flex-shrink:0}
.tile-support .tile-number{padding:.25rem .5rem;border-radius:999px;background:#edf0f4d9;color:#3c4957}
.plan-price span{white-space:nowrap}
.plans{max-width:none}
.price-summary .plan-price{font-size:clamp(1.5rem,1.2rem + .9vw,2.125rem)}
.steps-four h3{min-height:2lh}
.team-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.member{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1rem;align-items:center}
.member .avatar{margin-bottom:0}
.member-id{min-width:0}
.member-role{margin-top:.35rem}
.member-experience{grid-column:1/-1;margin-top:.25rem}
@media(max-width:1000px){.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.direction-screen-heading .hero-actions{margin-top:1rem}}
@media(max-width:640px){
 .team-grid{grid-template-columns:1fr}
 .steps-four h3{min-height:0}
 .hero-actions .button{flex:1 1 100%}
}

.legal a.button{text-decoration:none}

.page-home .section-heading .eyebrow,.page-home .contact-copy .eyebrow{font-size:10px;letter-spacing:.05em;line-height:1.6}
.page-home .brand-academy .brand-section-label{color:var(--muted)}

.trust-strip{grid-template-columns:repeat(5,minmax(0,1fr))}
.trust-inset{grid-template-columns:repeat(4,minmax(0,1fr))}

.brand-project-link{display:block;color:inherit}
.brand-project-info{display:block;margin-top:22px}
.project-headline{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}
.brand-project-info h4{margin:0;font-size:var(--type-subtitle);line-height:1.3;letter-spacing:-.04em}
.project-more{flex-shrink:0;font-size:12px;line-height:1.4;color:#687279;white-space:nowrap}
.brand-project-link:hover .project-more{color:#131a20}
.brand-project-info p{margin-top:.5rem}

.page-home .tile-open{background:var(--tile-surface)}
.page-home .flip-front:hover .tile-open{background:var(--tile-surface)}

.price-summary>div{display:grid;grid-template-rows:auto 1fr auto;align-content:start}
.price-summary .plan-note{margin-top:1.25rem}

.team-grid{grid-template-columns:minmax(0,1fr);gap:1rem}
.team-others{display:flex;flex-wrap:wrap;gap:1rem}
.team-others>.member{flex:1 1 14rem}
.member-lead{grid-template-columns:auto minmax(0,1fr) minmax(0,1.15fr);column-gap:2rem;align-items:start}
.member-lead .avatar{grid-area:1/1/3/2;width:4rem;height:4rem}
.member-lead .member-id{grid-area:1/2/2/3;align-self:center}
.member-lead .member-experience{grid-area:2/2/3/3;margin-top:.75rem}
.member-quote{grid-area:1/3/3/4;align-self:center;margin:0;padding-left:1.75rem;border-left:1px solid var(--blue)}
.member-quote p{font-size:var(--type-small);line-height:1.6;color:var(--text)}
.member-quote footer{margin-top:.75rem;font-size:var(--type-meta);line-height:1.5;color:var(--muted);letter-spacing:.06em}

.check-list{grid-template-columns:repeat(2,minmax(0,1fr))}
.service-card-cta{border-color:var(--blue);background:var(--card-bg)}
.service-card-cta h3{font-size:1.45rem}
.service-card-cta p{font-size:.9rem;color:var(--muted);margin-block:15px 28px}
.service-card-cta .button{margin-top:auto;width:100%}

.sla-cards{display:none}
.sla-card{padding:clamp(1.25rem,4vw,1.75rem);border:1px solid var(--card-line);border-radius:var(--card-radius);background:var(--card-bg)}
.sla-card+.sla-card{margin-top:1rem}
.sla-card h3{font-size:var(--type-subtitle);line-height:1.3;color:var(--accent)}
.sla-card dl{display:grid;grid-template-columns:minmax(0,1fr);gap:.25rem;margin:1.25rem 0 0}
.sla-card dt{font-size:var(--type-meta);line-height:1.5;color:var(--muted)}
.sla-card dd{margin:0 0 .9rem;font-size:var(--type-small);line-height:1.5}
.sla-card dd:last-child{margin-bottom:0}

.window img{background:#150c20}
.case-testimonial{margin:1.5rem 0 0;padding-left:1.75rem;border-left:1px solid var(--blue)}
.case-testimonial footer{margin-top:.75rem;font-size:var(--type-meta);color:var(--muted);letter-spacing:.06em}

@media(max-width:1100px){
 .trust-strip{grid-template-columns:repeat(3,minmax(0,1fr))}
 .trust-strip>:nth-child(4){grid-column:1/2}
}
@media(max-width:900px){
 .member-lead{grid-template-columns:auto minmax(0,1fr)}
 .member-lead .member-quote{grid-area:auto/1/auto/3;margin-top:1.25rem;align-self:start}
}
@media(max-width:768px){
 .trust-strip,.trust-inset{grid-template-columns:repeat(2,minmax(0,1fr))}
 .trust-strip>:nth-child(4){grid-column:auto}
 .trust-strip>:last-child{grid-column:1/-1}
 .trust-inset>:last-child{grid-column:auto}
}
@media(max-width:640px){
 .check-list{grid-template-columns:minmax(0,1fr)}
 .table-scroll{display:none}
 .sla-cards{display:block}
 .project-headline{flex-direction:column;align-items:flex-start;gap:.35rem}
 .member-lead .avatar{width:3.5rem;height:3.5rem}
 .page-home .section-heading .eyebrow,.page-home .contact-copy .eyebrow{font-size:9px}
}
.audit-body .check-list{max-width:34rem}
.team-others .member{padding:clamp(1.25rem,1.6vw,1.75rem)}
.team-others .avatar{width:3rem;height:3rem}
.team-others .member h3{font-size:var(--type-body)}
.team-others .member-role{font-size:var(--type-meta)}
.team-others .member{grid-template-columns:minmax(0,1fr);gap:.85rem;align-content:start}
.team-others .avatar{width:2.75rem;height:2.75rem}

/* Analytics choice bar. Appears only when a counter id was built in, so the
   site never shows a control that decides nothing. Same typography scale. */
.consent-bar{position:fixed;inset-inline:0;bottom:0;z-index:90;display:flex;align-items:center;justify-content:space-between;gap:1.5rem 2rem;flex-wrap:wrap;width:min(1264px,calc(100% - 2rem));margin:0 auto 1rem;padding:1.15rem 1.35rem;background:#191a1f;border:1px solid var(--line,#303137);border-radius:14px;box-shadow:0 12px 40px #0006}
.consent-bar p{margin:0;flex:1 1 28rem;font-size:var(--type-small,.9rem);line-height:1.6;color:var(--muted,#a4a6af)}
.consent-bar p a{text-decoration:underline;text-underline-offset:.2em;color:#d9dce7}
.consent-bar>div{display:flex;gap:.65rem;flex-wrap:wrap}
.consent-bar .button{min-height:44px;padding:.7rem 1.15rem;gap:0;font-size:var(--type-small,.85rem)}
@media(max-width:640px){.consent-bar{gap:1rem;padding:1rem}.consent-bar>div{width:100%}.consent-bar .button{flex:1 1 0}}
.footer-analytics{background:none;border:0;padding:0;color:inherit;font:inherit;text-decoration:underline;text-underline-offset:.2em;text-align:left}

