:root {
  --black: #050505;
  --black-2: #101010;
  --white: #ffffff;
  --paper: #f4f4f1;
  --gray: #8a8a85;
  --line-dark: rgba(255,255,255,.16);
  --line-light: rgba(5,5,5,.18);
  --page: min(1680px, calc(100% - 72px));
  --header-h: 86px;
}

* { box-sizing: border-box; }
html {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: var(--black);
  color: var(--black);
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
  overflow-x: clip;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; display: block; }
.svg-symbols { position:absolute; width:0; height:0; overflow:hidden; }
.icon { width:1em; height:1em; flex:0 0 auto; display:inline-block; overflow:visible; fill:none; stroke:currentColor; stroke-width:1.55; stroke-linecap:square; stroke-linejoin:miter; vertical-align:-.12em; }
.stars { width:88px; height:16px; display:block; overflow:visible; fill:currentColor; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link:focus { position: fixed; z-index: 1000; top: 12px; left: 12px; background: white; color: black; padding: 10px 14px; }
.grid-shell { width: var(--page); max-width:100%; margin-inline: auto; }
.grid-shell > * { min-width:0; }
.site-header, main, section, .site-footer { max-width:100%; }
.section-dark { color: var(--white); background: var(--black); }
.section-light { color: var(--black); background: var(--paper); }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-h);
  padding: 0 36px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: var(--white);
  background: rgba(5,5,5,.9);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(16px);
  transition: transform .35s ease;
}
.site-header.hidden { transform: translateY(-100%); }
.brand { width: fit-content; display: inline-flex; align-items: center; gap: 12px; }
.brand-symbol { width: 39px; height: 30px; object-fit: contain; filter: invert(1); }
.brand-wordmark { width: 137px; height: auto; filter: invert(1); }
.brand-division { margin-left: 4px; padding-left: 13px; border-left: 1px solid #444; color: #777; font-size: 9px; font-weight: 650; letter-spacing: .13em; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; gap: 31px; color: #aaa; font-size: 13px; }
.desktop-nav a { transition: color .25s ease; }
.desktop-nav a:hover { color: white; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 19px; font-size: 12px; }
.agency-switch { color: #8c8c8c; }
.agency-switch .icon, .header-cta .icon { margin-left:5px; }
.agency-switch:hover { color: white; }
.header-cta { padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.6); }
.menu-toggle, .mobile-menu { display: none; }

.hero { min-height: 100svh; padding-top: calc(var(--header-h) + 84px); overflow: hidden; position: relative; border-bottom: 1px solid var(--line-dark); }
.hero::before { content:""; position:absolute; inset:var(--header-h) 0 0; opacity:.35; pointer-events:none; background-image:linear-gradient(var(--line-dark) 1px,transparent 1px),linear-gradient(90deg,var(--line-dark) 1px,transparent 1px); background-size:100% 116px,calc(100% / 12) 100%; mask-image:linear-gradient(to bottom,black,transparent 72%); }
.hero-grid { position: relative; z-index: 1; display:grid; grid-template-columns:minmax(0,1.28fr) minmax(430px,.72fr); gap:7vw; align-items:end; }
.eyebrow, .kicker { margin: 0 0 31px; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 650; }
.eyebrow { color: #929292; display: flex; align-items: center; gap: 12px; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.hero h1 { max-width: 1120px; margin: 0; font-size: clamp(64px,7.15vw,124px); line-height: .9; letter-spacing: -.066em; font-weight: 520; }
h1 em, h2 em { font: inherit; color: #727272; }
.hero-lead { max-width: 700px; margin: 40px 0 0; color: #b1b1b1; font-size: clamp(17px,1.25vw,21px); line-height: 1.55; }
.hero-actions { margin-top:40px; display: flex; align-items: center; gap: 30px; }
.button { min-height: 58px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: space-between; gap: 38px; border: 1px solid currentColor; cursor: pointer; text-transform: uppercase; letter-spacing: .07em; font-size: 12px; font-weight: 650; transition: color .25s ease, background .25s ease, transform .18s ease; }
.button .icon { width:16px; height:16px; }
.button-light { color: var(--black); background: var(--white); }
.button-light:hover { color: var(--white); background: transparent; }
.text-link { padding: 9px 0; color: #999; border-bottom: 1px solid #555; font-size: 13px; }
.text-link .icon { margin-left:12px; }
.hero-stats { margin-top: 70px; max-width:820px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-dark); }
.hero-stats > div { min-height: 104px; padding: 20px 18px 0 0; border-right: 1px solid var(--line-dark); }
.hero-stats > div + div { padding-left: 18px; }
.hero-stats > div:last-child { border-right: 0; }
.hero-stats strong { display: block; font-size: 25px; line-height: 1; font-weight: 560; }
.hero-stats span { display: block; margin-top: 10px; color: #737373; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }

.hero-framework { align-self:end; border:1px solid var(--line-dark); background:rgba(5,5,5,.72); }
.framework-head { min-height:52px; padding:0 18px; display:flex; align-items:center; justify-content:space-between; color:#777; border-bottom:1px solid var(--line-dark); font-size:10px; letter-spacing:.1em; }
.hero-framework ol { margin:0; padding:0; list-style:none; }
.hero-framework li { min-height:91px; padding:16px 18px; display:grid; grid-template-columns:42px 1fr; align-items:center; border-bottom:1px solid var(--line-dark); }
.hero-framework li > span { align-self:start; padding-top:5px; color:#626262; font-size:10px; letter-spacing:.08em; }
.hero-framework li > div { display:grid; gap:4px; }
.hero-framework b { font-size:20px; font-weight:520; letter-spacing:-.025em; }
.hero-framework small { color:#777; font-size:12px; line-height:1.4; }
.framework-foot { min-height:58px; padding:0 18px; display:flex; align-items:center; justify-content:space-between; color:var(--black); background:var(--white); font-size:10px; font-weight:650; letter-spacing:.09em; }
.framework-foot > span { display:inline-flex; align-items:center; gap:6px; }

.website-system { align-self: end; border: 1px solid var(--line-dark); background: rgba(5,5,5,.72); }
.system-bar { min-height: 51px; padding: 0 15px; display: flex; justify-content: space-between; align-items: center; color: #737373; border-bottom: 1px solid var(--line-dark); font-size: 9px; letter-spacing: .1em; }
.system-live { display:flex; align-items:center; gap:8px; }
.system-live i { width: 5px; height: 5px; border-radius: 50%; background: white; box-shadow: 0 0 0 5px rgba(255,255,255,.08); animation: pulse 2s infinite; }
.browser-frame { margin: 18px; border: 1px solid #393939; }
.browser-top { min-height: 38px; padding: 0 11px; display:grid; grid-template-columns:1fr 2fr 1fr; align-items:center; color:#6f6f6f; background:#0c0c0c; border-bottom:1px solid #333; font-size:8px; letter-spacing:.07em; }
.browser-top > span { justify-self:center; }
.browser-top small { justify-self:end; font-size:7px; }
.browser-dots { display:flex; gap:5px; }
.browser-dots i { width:5px; height:5px; border:1px solid #666; border-radius:50%; }
.browser-page { background: #f1f1ee; color: #0b0b0b; }
.mini-nav { min-height: 43px; padding: 0 15px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid #d2d2ce; font-size:7px; }
.mini-nav b { letter-spacing:.08em; }
.mini-nav span { color:#777; }
.mini-hero { min-height: 286px; padding: 36px 25px 25px; display:flex; flex-direction:column; background-image:linear-gradient(rgba(5,5,5,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(5,5,5,.07) 1px,transparent 1px); background-size:100% 68px,25% 100%; }
.mini-hero small { font-size:7px; letter-spacing:.12em; }
.mini-hero strong { margin-top: 48px; max-width:350px; font-size: clamp(29px,3vw,45px); line-height:.91; letter-spacing:-.06em; font-weight:560; }
.mini-hero p { max-width:300px; margin:14px 0 18px; color:#656560; font-size:9px; line-height:1.55; }
.mini-button { width:fit-content; margin-top:auto; padding:9px 11px; color:white; background:black; font-size:7px; letter-spacing:.08em; }
.mini-proof { min-height: 42px; display:grid; grid-template-columns:repeat(3,1fr); align-items:center; border-top:1px solid #d2d2ce; font-size:6.5px; letter-spacing:.06em; }
.mini-proof span { height:100%; display:grid; place-items:center; border-right:1px solid #d2d2ce; }
.mini-proof span:last-child { border-right:0; }
.system-flow { display:grid; grid-template-columns:1fr auto 1fr auto 1fr; align-items:center; gap:8px; padding:0 18px 18px; }
.system-flow > i { color:#444; font-style:normal; font-size:11px; }
.system-flow > div { min-height:61px; padding:9px; border:1px solid #292929; display:grid; grid-template-columns:auto 1fr; gap:2px 7px; transition:.25s ease; }
.system-flow > div.active { color:black; background:white; border-color:white; }
.system-flow span { font-size:7px; color:#6d6d6d; }
.system-flow b { font-size:9px; letter-spacing:.06em; }
.system-flow small { grid-column:1 / 3; color:#656565; font-size:7px; }
.hero-marquee { position:relative; z-index:1; width:100%; margin:98px auto 0; padding:27px 0 25px; overflow:hidden; border-top:1px solid var(--line-dark); white-space:nowrap; }
.hero-marquee-track { width:max-content; display:flex; animation:hero-marquee 28s linear infinite; will-change:transform; }
.hero-marquee span { flex:none; padding-right:4vw; color:transparent; -webkit-text-stroke:1px #424242; font-size:clamp(35px,5vw,82px); font-weight:500; letter-spacing:-.04em; }

.section-index { width:var(--page); margin:0 auto; padding-top:34px; color:#73736f; border-top:1px solid var(--line-light); font-size:10px; letter-spacing:.12em; }
.section-index.light { color:#686868; border-color:var(--line-dark); }
.principles { padding-bottom:140px; }
.principles-heading { padding-top:125px; display:grid; grid-template-columns:.42fr 1.58fr; gap:40px; }
.principles h2, .services h2, .process h2, .portfolio h2, .about h2, .assurance h2, .contact h2 { margin:0; font-size:clamp(48px,5.6vw,98px); line-height:.98; letter-spacing:-.055em; font-weight:520; }
.principles-heading > div > p { max-width:760px; margin:38px 0 0; color:#686864; font-size:18px; }
.principles-list { margin-top:110px; display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line-light); }
.principle { min-height:350px; padding:24px 26px 30px 0; display:flex; flex-direction:column; border-right:1px solid var(--line-light); }
.principle + .principle { padding-left:26px; }
.principle:last-child { border-right:0; }
.principle > span { color:#777; font-size:11px; }
.principle h3 { margin:auto 0 20px; font-size:clamp(36px,3.9vw,68px); line-height:.91; letter-spacing:-.055em; font-weight:520; }
.principle p { max-width:370px; margin:0; color:#686864; font-size:15px; }

.about { padding-bottom:140px; }
.about-grid { padding-top:120px; display:grid; grid-template-columns:1.05fr .95fr; gap:10vw; align-items:start; }
.about-heading h2 { font-size:clamp(50px,5.35vw,94px); }
.about-copy { padding-top:44px; }
.about-copy > p { max-width:680px; margin:0 0 24px; color:#a7a7a7; font-size:18px; }
.about-person { min-height:155px; margin-top:64px; padding-top:24px; display:grid; grid-template-columns:112px minmax(160px,1fr) minmax(230px,330px); gap:20px; align-items:center; border-top:1px solid var(--line-dark); }
.about-avatar { width:112px; height:112px; overflow:hidden; border:1px solid #3a3a3a; border-radius:50%; background:#171717; }
.about-avatar img { width:100%; height:100%; object-fit:cover; object-position:center center; }
.about-person-meta { display:grid; gap:7px; }
.about-person-meta b { font-size:11px; letter-spacing:.1em; }
.about-person-meta span { color:#656565; font-size:10px; letter-spacing:.08em; }
.about-signature { width:100%; height:auto; opacity:.88; justify-self:end; }

.services { padding-bottom:140px; }
.section-heading { padding:115px 0 85px; display:grid; grid-template-columns:.42fr 1.58fr; gap:40px; }
.services-grid { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid var(--line-light); border-left:1px solid var(--line-light); }
.service-card { min-height:580px; padding:26px 28px 30px; display:flex; flex-direction:column; border-right:1px solid var(--line-light); border-bottom:1px solid var(--line-light); }
.service-card-primary { color:white; background:black; }
.service-top { display:flex; justify-content:space-between; color:#777; font-size:9px; letter-spacing:.1em; }
.service-top b { font-weight:600; }
.service-card h3 { margin:110px 0 26px; font-size:clamp(43px,4.25vw,72px); line-height:.95; letter-spacing:-.055em; font-weight:520; }
.service-card > p, .service-card > div > p { max-width:560px; margin:0 0 30px; color:#686864; font-size:16px; }
.service-card-primary > p { color:#9a9a9a; }
.service-card ul { margin:auto 0 35px; padding:0; display:flex; flex-wrap:wrap; gap:7px; list-style:none; }
.service-card li { padding:7px 9px; border:1px solid currentColor; opacity:.65; font-size:9px; text-transform:uppercase; letter-spacing:.07em; }
.service-card > a { display:flex; justify-content:space-between; padding-top:18px; border-top:1px solid currentColor; font-size:12px; text-transform:uppercase; letter-spacing:.07em; }
.service-card-wide { min-height:360px; grid-column:1 / 3; display:grid; grid-template-columns:.34fr .92fr 1.1fr; gap:55px; align-items:start; }
.service-card-wide .service-top { min-height:100%; padding-right:26px; border-right:1px solid var(--line-light); }
.service-wide-title { padding-top:89px; }
.service-wide-title h3 { margin:0; }
.service-wide-content { padding-top:92px; display:flex; flex-direction:column; min-height:100%; }
.service-wide-content > p { max-width:560px; margin:0 0 32px; color:#686864; font-size:16px; line-height:1.6; }
.service-wide-content ul { margin:0 0 38px; }
.service-wide-content > a { margin-top:auto; padding-top:18px; display:flex; justify-content:space-between; border-top:1px solid var(--line-light); font-size:12px; text-transform:uppercase; letter-spacing:.07em; }

.process { padding-bottom:135px; }
.dark-heading .kicker { color:#7a7a7a; }
.process-track { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--line-dark); }
.process-step { min-height:425px; padding:24px; display:flex; flex-direction:column; border-right:1px solid var(--line-dark); }
.process-step:last-child { border-right:0; }
.process-step > div { display:flex; justify-content:space-between; color:#686868; font-size:9px; letter-spacing:.1em; }
.process-step > div b { font-weight:600; }
.process-step h3 { margin:115px 0 22px; font-size:clamp(31px,3vw,51px); line-height:.96; letter-spacing:-.05em; font-weight:520; }
.process-step p { margin:auto 0 0; color:#868686; font-size:15px; }
.process-step-invert { color:black; background:white; }
.process-step-invert p { color:#686864; }

.portfolio { padding-bottom:115px; overflow:hidden; }
.portfolio-head { padding:115px 0 65px; display:grid; grid-template-columns:1.25fr .75fr; align-items:end; gap:9vw; }
.portfolio-side { display:grid; gap:28px; }
.portfolio-intro { max-width:520px; margin:0 0 8px; color:#686864; font-size:17px; line-height:1.65; }
.portfolio-controls { display:flex; gap:8px; }
.portfolio-controls button { width:52px; height:52px; display:grid; place-items:center; padding:0; color:var(--black); background:transparent; border:1px solid var(--line-light); cursor:pointer; font-size:18px; transition:color .2s ease,background .2s ease,opacity .2s ease; }
.portfolio-controls button:hover { color:white; background:black; }
.portfolio-controls button:disabled { opacity:.28; cursor:default; }
.portfolio-carousel { overflow:hidden; }
.portfolio-list { display:grid; grid-auto-flow:column; grid-auto-columns:clamp(340px,38vw,610px); gap:14px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; overscroll-behavior-inline:contain; }
.portfolio-list::-webkit-scrollbar { display:none; }
.project-card { min-height:390px; padding:26px; display:flex; flex-direction:column; scroll-snap-align:start; border:1px solid var(--line-light); transition:color .25s ease,background .25s ease; }
.project-card:hover { color:white; background:black; }
.project-card-top { display:flex; justify-content:space-between; align-items:center; color:#777; font-size:10px; letter-spacing:.09em; text-transform:uppercase; }
.project-card h3 { margin:105px 0 20px; font-size:clamp(35px,3.5vw,58px); line-height:.95; font-weight:520; letter-spacing:-.05em; }
.project-card p { max-width:480px; margin:0 0 34px; color:#686864; font-size:16px; line-height:1.6; }
.project-card:hover p { color:#aaa; }
.project-card-link { margin-top:auto; padding-top:18px; display:flex; justify-content:space-between; align-items:center; border-top:1px solid currentColor; font-size:12px; }
.project-card-link .icon { width:17px; height:17px; }
.portfolio-list:focus-visible { outline:1px solid var(--black); outline-offset:4px; }
.portfolio-foot { margin-top:28px; display:flex; justify-content:space-between; color:#777; font-size:9px; letter-spacing:.1em; }
.portfolio-foot b { color:var(--black); font-weight:600; }

.proof { padding-bottom:130px; }
.proof-grid { padding-top:120px; display:grid; grid-template-columns:.72fr 1.28fr; gap:9vw; }
.proof-intro { align-self:start; position:sticky; top:125px; }
.rating { padding-bottom:35px; margin-bottom:40px; border-bottom:1px solid var(--line-dark); }
.rating strong { display:block; font-size:clamp(90px,10vw,170px); line-height:.8; letter-spacing:-.07em; font-weight:520; }
.rating .stars { margin-top:25px; }
.rating small { display:block; margin-top:10px; color:#666; font-size:9px; letter-spacing:.1em; }
.proof-intro h2 { margin:0; max-width:620px; font-size:clamp(43px,4.8vw,82px); line-height:.98; letter-spacing:-.055em; font-weight:520; }
.reviews-track { border-top:1px solid var(--line-dark); }
.review-card { min-height:235px; padding:25px 0 24px; border-bottom:1px solid var(--line-dark); display:flex; flex-direction:column; }
.review-card > div { display:flex; justify-content:space-between; }
.review-card b { font-size:14px; font-weight:560; }
.review-card > div .stars { width:66px; height:12px; color:var(--white); }
.review-card p { max-width:760px; margin:48px 0 26px; color:#a1a1a1; font-size:18px; line-height:1.6; }
.review-card small { margin-top:auto; color:#5e5e5e; font-size:9px; letter-spacing:.1em; }
.review-card.featured p { color:white; font-size:clamp(22px,2vw,34px); line-height:1.35; letter-spacing:-.02em; }

.assurance { padding-bottom:140px; }
.assurance-grid { padding-top:120px; display:grid; grid-template-columns:.8fr 1.2fr; gap:10vw; }
.assurance-heading { position:sticky; top:125px; align-self:start; }
.assurance-heading h2 em { color:#8b8b87; }
.assurance-list { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid var(--line-light); border-left:1px solid var(--line-light); }
.assurance-list article { min-height:270px; padding:22px; display:flex; flex-direction:column; border-right:1px solid var(--line-light); border-bottom:1px solid var(--line-light); }
.assurance-list article > span { color:#777; font-size:10px; }
.assurance-list h3 { margin:auto 0 14px; font-size:30px; font-weight:520; letter-spacing:-.04em; }
.assurance-list p { margin:0; color:#686864; font-size:14px; }

.contact { padding-bottom:125px; }
.contact-grid { padding-top:120px; display:grid; grid-template-columns:1.1fr .9fr; gap:11vw; align-items:end; }
.contact-main h2 { font-size:clamp(60px,7.5vw,130px); line-height:.88; }
.contact-main > p:not(.eyebrow) { max-width:630px; margin:35px 0 38px; color:#999; font-size:18px; }
.contact-links { border-top:1px solid var(--line-dark); }
.contact-links a { min-height:98px; display:grid; grid-template-columns:140px 1fr auto; gap:18px; align-items:center; border-bottom:1px solid var(--line-dark); transition:padding .25s ease, background .25s ease; }
.contact-links a:hover { padding-inline:15px; background:#0d0d0d; }
.contact-links span { color:#666; font-size:9px; letter-spacing:.1em; }
.contact-links b { font-size:16px; font-weight:500; }
.contact-links .icon { width:18px; height:18px; }

.site-footer { padding:85px 0 27px; }
.footer-main { min-height:200px; display:grid; grid-template-columns:1fr 1fr 1fr; align-items:start; }
.footer-main > p { margin:0; color:#7a7a7a; }
.footer-switch { justify-self:end; display:grid; gap:10px; }
.footer-switch span { color:#5e5e5e; font-size:9px; letter-spacing:.1em; }
.footer-switch a { display:inline-flex; align-items:center; gap:6px; font-size:14px; }
.footer-bottom { padding-top:21px; display:grid; grid-template-columns:1fr auto auto; gap:28px; color:#626262; border-top:1px solid var(--line-dark); font-size:10px; letter-spacing:.07em; }
.footer-bottom a { transition:color .2s ease; }
.footer-bottom a:hover { color:var(--white); }
.footer-bottom a:last-child { justify-self:end; display:inline-flex; align-items:center; gap:5px; }

/* Privacy policy */
.legal-page { background:var(--paper); }
.legal-hero { padding:calc(var(--header-h) + 96px) 0 105px; border-bottom:1px solid var(--line-dark); }
.legal-hero-grid { display:grid; grid-template-columns:.42fr 1.58fr; gap:40px; align-items:end; }
.legal-hero-index { margin:0; color:#737373; font-size:10px; letter-spacing:.12em; text-transform:uppercase; }
.legal-hero h1 { max-width:1050px; margin:0; font-size:clamp(64px,8vw,138px); line-height:.88; letter-spacing:-.066em; font-weight:520; }
.legal-hero-lead { max-width:700px; margin:38px 0 0; color:#9b9b9b; font-size:18px; line-height:1.6; }
.legal-content { padding:118px 0 140px; }
.legal-layout { display:grid; grid-template-columns:minmax(220px,.42fr) minmax(0,1.58fr); gap:40px; }
.legal-toc { position:sticky; top:calc(var(--header-h) + 34px); align-self:start; padding-right:32px; }
.legal-toc-label { display:block; margin-bottom:24px; color:#777; font-size:10px; font-weight:650; letter-spacing:.12em; text-transform:uppercase; }
.legal-toc nav { display:grid; border-top:1px solid var(--line-light); }
.legal-toc a { padding:11px 0; color:#686864; border-bottom:1px solid var(--line-light); font-size:13px; transition:color .2s ease,padding .2s ease; }
.legal-toc a:hover { padding-left:6px; color:var(--black); }
.legal-copy { max-width:980px; }
.legal-section { padding:0 0 72px; margin:0 0 72px; border-bottom:1px solid var(--line-light); scroll-margin-top:calc(var(--header-h) + 28px); }
.legal-section:last-child { padding-bottom:0; margin-bottom:0; border-bottom:0; }
.legal-section-head { display:grid; grid-template-columns:70px 1fr; gap:18px; align-items:start; margin-bottom:34px; }
.legal-section-number { padding-top:10px; color:#777; font-size:10px; letter-spacing:.1em; }
.legal-section h2 { margin:0; font-size:clamp(34px,3.4vw,58px); line-height:1; letter-spacing:-.05em; font-weight:520; }
.legal-section p,.legal-section li { color:#4f4f4b; font-size:17px; line-height:1.7; }
.legal-section p { margin:0 0 18px; }
.legal-section ol,.legal-section ul { padding-left:1.35em; }
.legal-section > ol { margin:0; }
.legal-section li + li { margin-top:12px; }
.legal-section li::marker { color:#8b8b86; }
.legal-section ul,.legal-section ol ol { margin:12px 0 18px; }
.legal-section a { color:var(--black); text-decoration:underline; text-decoration-thickness:1px; text-underline-offset:3px; overflow-wrap:anywhere; }
.legal-section strong { color:var(--black); font-weight:600; }
.legal-contact-card { margin-top:32px; padding:22px 24px; display:grid; grid-template-columns:130px 1fr; gap:18px; border:1px solid var(--line-light); }
.legal-contact-card span { color:#777; font-size:10px; font-weight:650; letter-spacing:.1em; text-transform:uppercase; }
.legal-contact-card a { width:fit-content; font-size:17px; }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity:1; transform:none; }
.reveal-delay { transition-delay:.11s; }
.reveal-delay-2 { transition-delay:.22s; }
@keyframes pulse { 50% { opacity:.25; } }
@keyframes hero-marquee { to { transform:translateX(-50%); } }

@media (max-width:1280px) {
  .desktop-nav { gap:20px; }
  .agency-switch { display:none; }
  .hero-grid { grid-template-columns:1.18fr .82fr; gap:5vw; }
}

@media (max-width:1050px) {
  :root { --page:calc(100% - 44px); }
  .hero-grid { grid-template-columns:1fr; }
  .hero-framework { width:min(100%,700px); margin-top:70px; justify-self:end; }
  .about-grid, .proof-grid, .assurance-grid, .contact-grid { gap:7vw; }
  .about-person { grid-template-columns:92px 1fr; }
  .about-avatar { width:92px; height:92px; }
  .about-signature { width:min(330px,100%); grid-column:1 / 3; margin-top:8px; justify-self:start; }
  .process-track { grid-template-columns:1fr 1fr; }
  .process-step:nth-child(2) { border-right:0; }
  .process-step:nth-child(-n+2) { border-bottom:1px solid var(--line-dark); }
}

@media (max-width:760px) {
  :root { --page:calc(100% - 34px); --header-h:72px; }
  .site-header { padding:0 17px; grid-template-columns:1fr auto; }
  .desktop-nav,.header-actions { display:none; }
  .brand-symbol { width:35px; height:26px; }
  .brand-wordmark { width:112px; }
  .brand-division { display:none; }
  .menu-toggle { justify-self:end; width:38px; height:38px; padding:11px 6px; display:grid; gap:7px; border:0; background:transparent; }
  .menu-toggle span:not(.sr-only) { width:100%; height:1px; background:white; transition:transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform:translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform:translateY(-4px) rotate(-45deg); }
  .mobile-menu { position:fixed; top:var(--header-h); left:0; right:0; padding:23px 17px 30px; display:grid; background:black; border-bottom:1px solid var(--line-dark); }
  .mobile-menu[hidden] { display:none; }
  .mobile-menu a { padding:14px 0; border-bottom:1px solid var(--line-dark); font-size:17px; }
  .hero { padding-top:calc(var(--header-h) + 60px); }
  .hero h1 { font-size:clamp(52px,15vw,76px); line-height:.92; }
  .hero-lead { margin-top:29px; font-size:16px; }
  .hero-actions { align-items:stretch; flex-direction:column; gap:14px; }
  .button { width:100%; }
  .text-link { width:fit-content; }
  .hero-stats { margin-top:55px; grid-template-columns:1fr; }
  .hero-stats > div,.hero-stats > div + div { min-height:auto; padding:16px 0; border-right:0; border-bottom:1px solid var(--line-dark); display:grid; grid-template-columns:90px 1fr; align-items:center; }
  .hero-stats > div:last-child { border-bottom:0; }
  .hero-stats span { margin:0; }
  .hero-framework { width:100%; margin-top:55px; }
  .hero-framework li { min-height:82px; padding:14px 15px; }
  .framework-head,.framework-foot { padding-inline:15px; }
  .hero-marquee { margin-top:70px; }
  .principles-heading,.section-heading,.about-grid,.proof-grid,.assurance-grid,.contact-grid { grid-template-columns:1fr; }
  .principles-heading,.section-heading,.about-grid,.proof-grid,.assurance-grid,.contact-grid { padding-top:80px; }
  .kicker { margin-bottom:8px; }
  .principles h2,.services h2,.process h2,.portfolio h2,.about h2,.assurance h2,.contact h2 { font-size:clamp(42px,12.6vw,64px); }
  .principles { padding-bottom:90px; }
  .principles-list { margin-top:70px; grid-template-columns:1fr; }
  .principle,.principle + .principle { min-height:245px; padding:22px 0; border-right:0; border-bottom:1px solid var(--line-light); }
  .about { padding-bottom:90px; }
  .about-copy { padding-top:0; }
  .about-copy > p { font-size:16px; }
  .about-person { margin-top:45px; grid-template-columns:84px 1fr; }
  .about-avatar { width:84px; height:84px; }
  .about-signature { width:min(300px,100%); grid-column:1 / 3; margin:10px 0 0; }
  .services { padding-bottom:90px; }
  .section-heading { padding-bottom:55px; }
  .services-grid { grid-template-columns:1fr; }
  .service-card { min-height:500px; }
  .service-card-wide { grid-column:auto; min-height:560px; display:flex; }
  .service-card-wide .service-top { min-height:auto; padding-right:0; border-right:0; }
  .service-wide-title { padding-top:88px; }
  .service-wide-content { padding-top:0; flex:1; }
  .service-wide-content > a { margin-top:auto; }
  .process { padding-bottom:90px; }
  .process-track { grid-template-columns:1fr; }
  .process-step { min-height:340px; border-right:0; border-bottom:1px solid var(--line-dark); }
  .process-step h3 { margin:70px 0 20px; }
  .portfolio { padding-bottom:90px; }
  .portfolio-head { padding-top:80px; grid-template-columns:1fr; align-items:start; }
  .portfolio-side { gap:22px; }
  .portfolio-intro { font-size:16px; }
  .portfolio-controls button { width:48px; height:48px; }
  .portfolio-list { grid-auto-columns:min(86vw,410px); gap:10px; }
  .project-card { min-height:350px; padding:22px; }
  .project-card h3 { margin-top:78px; font-size:38px; }
  .portfolio-foot span:last-child { font-size:8px; }
  .proof { padding-bottom:90px; }
  .proof-intro,.assurance-heading { position:static; }
  .rating { margin-top:45px; }
  .reviews-track { margin-top:55px; }
  .review-card { min-height:260px; }
  .review-card.featured p { font-size:22px; }
  .assurance { padding-bottom:90px; }
  .assurance-list { margin-top:45px; grid-template-columns:1fr; }
  .assurance-list article { min-height:235px; }
  .contact { padding-bottom:90px; }
  .contact-main h2 { font-size:clamp(54px,15vw,82px); }
  .contact-links { margin-top:55px; }
  .contact-links a { grid-template-columns:90px 1fr auto; }
  .contact-links b { overflow-wrap:anywhere; }
  .footer-main { min-height:260px; grid-template-columns:1fr 1fr; gap:45px 20px; }
  .footer-main > p { grid-column:1 / 3; }
  .footer-switch { grid-column:2; grid-row:1; }
  .footer-bottom { grid-template-columns:1fr auto; gap:14px 20px; }
  .footer-bottom a:last-child { grid-column:2; grid-row:1; }
  .footer-bottom a:not(:last-child) { grid-column:1 / 3; }
  .legal-hero { padding:calc(var(--header-h) + 68px) 0 72px; }
  .legal-hero-grid,.legal-layout { grid-template-columns:1fr; }
  .legal-hero-grid { gap:34px; }
  .legal-hero h1 { font-size:clamp(52px,16vw,82px); }
  .legal-hero-lead { margin-top:28px; font-size:16px; }
  .legal-content { padding:72px 0 90px; }
  .legal-toc { position:static; padding-right:0; }
  .legal-toc nav { grid-template-columns:1fr 1fr; }
  .legal-toc a:nth-child(odd) { padding-right:12px; border-right:1px solid var(--line-light); }
  .legal-toc a:nth-child(even) { padding-left:12px; }
  .legal-toc a:hover { padding-left:0; }
  .legal-toc a:nth-child(even):hover { padding-left:12px; }
  .legal-copy { margin-top:26px; }
  .legal-section { padding-bottom:52px; margin-bottom:52px; }
  .legal-section-head { grid-template-columns:42px 1fr; gap:10px; margin-bottom:27px; }
  .legal-section-number { padding-top:7px; }
  .legal-section h2 { font-size:clamp(32px,10vw,48px); }
  .legal-section p,.legal-section li { font-size:16px; }
  .legal-section ol,.legal-section ul { padding-left:1.15em; }
  .legal-contact-card { grid-template-columns:1fr; gap:8px; padding:18px; }
}

@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
  .hero-marquee-track { animation:none; }
}
