:root {
  --bg: oklch(98% 0.004 250);
  --surface: oklch(100% 0 0);
  --fg: oklch(16% 0.015 255);
  --muted: oklch(50% 0.015 250);
  --border: oklch(90% 0.008 250);
  --accent: oklch(40% 0.18 255);
  --accent-dark: oklch(32% 0.16 255);
  --accent-soft: oklch(95% 0.04 255);
  --ink: oklch(16% 0.015 255);
  --success: oklch(54% 0.16 150);
  --font-sans: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --max: 1280px;
  --radius: 4px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--fg); font-family: var(--font-sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1100; padding: 10px 14px; background: var(--fg); color: #fff; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid var(--border); background: color-mix(in srgb, var(--surface) 92%, transparent); backdrop-filter: blur(12px); }
.nav-inner { min-height: 64px; display: flex; align-items: center; gap: 40px; }
.brand img { width: auto; height: 30px; }
.site-nav { flex: 1; display: flex; align-items: center; gap: 24px; }
.nav-link { color: var(--muted); font-size: 14px; font-weight: 500; letter-spacing: .01em; transition: color .15s ease; }
.nav-link:hover, .nav-link.active, .nav-link[aria-current="page"] { color: var(--fg); }
.nav-dropdown { position: relative; }
.dropdown-menu { display: none; position: absolute; top: 100%; left: 0; z-index: 20; min-width: 290px; margin-top: 0; padding: 8px 0; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); box-shadow: 0 4px 16px oklch(16% 0.015 255 / .08); }
.nav-dropdown:hover .dropdown-menu, .nav-dropdown:focus-within .dropdown-menu { display: block; }
.dropdown-menu a { display: block; padding: 10px 20px; color: var(--fg); font-size: 13px; line-height: 1.35; transition: color .12s ease; }
.dropdown-menu a:hover, .dropdown-menu a[aria-current="page"] { color: var(--accent); background: var(--bg); }
.nav-cta { margin-left: auto; }
.nav-toggle { position: relative; display: none; width: 44px; height: 44px; margin-left: auto; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); padding: 0; color: var(--fg); font-size: 0; }
.nav-toggle::before, .nav-toggle::after { content: ""; position: absolute; left: 11px; width: 20px; height: 2px; border-radius: 999px; background: currentColor; transition: top .18s ease, bottom .18s ease, transform .18s ease, box-shadow .18s ease; }
.nav-toggle::before { top: 14px; box-shadow: 0 6px 0 currentColor; }
.nav-toggle::after { bottom: 14px; }
.nav-toggle[aria-expanded="true"]::before { top: 20px; box-shadow: none; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"]::after { bottom: 20px; transform: rotate(-45deg); }

.btn { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: var(--radius); padding: 9px 18px; font-size: 14px; font-weight: 600; letter-spacing: .01em; line-height: 1.2; transition: opacity .15s ease, background-color .15s ease, border-color .15s ease; }
.btn:hover { opacity: .84; }
.btn-primary { color: #fff; background: var(--accent); border-color: var(--accent); }
.btn-primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.btn-sm { min-height: 34px; padding: 7px 14px; font-size: 13px; }
.btn-secondary { background: var(--surface); border-color: var(--border); color: var(--fg); }
.btn-secondary:hover { border-color: #aab5c5; }
.btn-on-dark { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.04); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }

.eyebrow { margin: 0 0 18px; color: var(--accent); font-family: var(--font-mono); font-size: 11px; font-weight: 400; letter-spacing: .11em; text-transform: uppercase; }
.hero { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; padding: 10px 0 80px; display: grid; grid-template-columns: minmax(0, 1fr) 480px; gap: 72px; align-items: center; }
.hero-copy { width: auto; margin: 0; padding: 0; }
.hero h1, .page-hero h1 { max-width: 780px; margin: 0 0 20px; font-size: clamp(40px, 5.2vw, 62px); font-weight: 600; letter-spacing: -.035em; line-height: 1.08; }
.hero-lead, .page-lead { max-width: 610px; margin: 0 0 32px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-note { margin: 26px 0 0; color: var(--muted); font-size: 13px; }
.hero-media { position: relative; min-height: 480px; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-animation { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.hero-caption { position: absolute; z-index: 2; right: 18px; bottom: 14px; margin: 0; color: var(--muted); font-family: var(--font-mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.rotating-word { display: inline-block; min-width: 10.8ch; color: var(--accent); transition: opacity .18s ease, transform .18s ease; }
.rotating-word.is-changing { opacity: 0; transform: translateY(5px); }

.proof-strip { border-bottom: 1px solid var(--border); background: var(--surface); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-item { min-height: 112px; padding: 24px 24px 22px 0; border-right: 1px solid var(--border); display: flex; flex-direction: column; justify-content: center; }
.proof-item:not(:first-child) { padding-left: 26px; }
.proof-item:last-child { border-right: 0; }
.proof-value { font-family: var(--font-mono); font-size: clamp(16px, 1.7vw, 22px); font-weight: 700; letter-spacing: -.03em; line-height: 1.25; }
.proof-label { margin-top: 4px; color: var(--muted); font-size: 13px; }

.section { padding: 80px 0; border-bottom: 1px solid var(--border); }
.section-compact { padding: 64px 0; }
.section-white { background: var(--surface); }
.section-dark { background: var(--ink); color: #fff; }
.section-dark .section-intro, .section-dark .card-text, .section-dark .muted { color: #aebbd0; }
.section-heading { max-width: 780px; margin-bottom: 42px; }
.section-heading.is-split { max-width: none; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; }
.section-title { margin: 0; font-size: clamp(28px, 3.2vw, 38px); font-weight: 600; letter-spacing: -.025em; line-height: 1.15; }
.section-intro { margin: 16px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.text-link { color: var(--accent); font-weight: 700; font-size: 14px; }

.outcome-grid, .service-grid, .case-grid, .deliverable-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.outcome-card, .service-card, .deliverable-card { min-height: 220px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); padding: 28px; }
.card-index { margin: 0 0 36px; color: var(--accent); font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.card-title { margin: 0 0 10px; font-size: 19px; font-weight: 600; letter-spacing: -.015em; line-height: 1.25; }
.card-text { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.68; }
.service-card { display: flex; flex-direction: column; min-height: 290px; }
.service-card .text-link { margin-top: auto; padding-top: 28px; }
.capability-links { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.capability-links a { padding: 8px 11px; border: 1px solid var(--border); border-radius: 3px; background: var(--surface); color: var(--muted); font-family: var(--font-mono); font-size: 11px; }

.case-card { position: relative; min-height: 440px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--ink); color: #fff; }
.case-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.case-card:hover img { transform: scale(1.025); }
.case-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,14,30,.94), rgba(5,14,30,.06) 70%); }
.case-content { position: absolute; z-index: 2; inset: auto 28px 28px; }
.case-sector { margin: 0 0 12px; font-family: var(--font-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: #b7c9ef; }
.case-card-bright-label .case-sector { color: #fff; text-shadow: 0 1px 10px rgba(5,14,30,.72); }
.case-title { margin: 0 0 9px; font-size: 26px; line-height: 1.1; }
.case-result { margin: 0 0 20px; color: rgba(255,255,255,.78); font-size: 15px; }
.case-metric { display: block; margin-bottom: 5px; font-family: var(--font-mono); font-size: 26px; font-weight: 700; }
.selected-work-grid { grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr); grid-template-rows: repeat(2, minmax(286px, 1fr)); }
.selected-work-grid .case-card { min-height: 286px; }
.selected-work-grid .case-card-featured { grid-row: 1 / 3; }
.selected-work-grid .case-card-featured .case-content { inset: auto 36px 36px; }
.selected-work-grid .case-card-featured .case-title { font-size: clamp(30px, 3.2vw, 44px); }
.selected-work-grid .case-card-featured .case-metric { font-size: clamp(30px, 3vw, 38px); }
.selected-work-grid .case-card:not(.case-card-featured) .case-content { inset: auto 24px 24px; }
.selected-work-grid .case-card:not(.case-card-featured) .case-title { font-size: 23px; }
.selected-work-grid .case-card:not(.case-card-featured) .case-result { margin-bottom: 16px; }
.selected-work-grid .case-card:not(.case-card-featured) .case-metric { display: inline; margin: 0 7px 0 0; font-size: 22px; }

.clients-inner { display: grid; gap: 32px; margin-top: 64px; padding: 48px 0 8px; border-top: 1px solid var(--border); }
.clients-heading { margin: 0; color: var(--muted); text-align: center; }
.clients-marquee {
  width: 100%;
  overflow: hidden;
  outline: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.clients-marquee:focus-visible { outline: 2px solid color-mix(in srgb, var(--accent) 32%, transparent); outline-offset: 8px; }
.clients-track { display: flex; width: max-content; animation: clients-scroll 44s linear infinite; }
.clients-marquee:hover .clients-track, .clients-marquee:focus .clients-track { animation-play-state: paused; }
.clients-set {
  --clients-gap: clamp(56px, 7vw, 104px);
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: var(--clients-gap);
  padding-right: var(--clients-gap);
}
.client-logo {
  display: flex;
  width: clamp(205px, 19vw, 250px);
  height: 110px;
  overflow: hidden;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.client-logo img {
  display: block;
  width: var(--logo-width, 220px);
  max-width: none;
  height: auto;
  max-height: none;
  opacity: 1;
  transition: transform .25s ease;
}
.client-logo--kathimerini { --logo-width: 240px; }
.client-logo--hosthub { --logo-width: 205px; }
.client-logo--up-hellas { --logo-width: 148px; }
.client-logo--electra { --logo-width: 132px; }
.client-logo--iqskin { --logo-width: 220px; }
.client-logo--juliette { --logo-width: 230px; }
.client-logo--athenian { --logo-width: 245px; }
.client-logo:hover img { transform: translateY(-2px); }
@keyframes clients-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.process { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.process-step { padding: 30px 28px 8px 0; }
.process-step + .process-step { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.18); }
.process-no { color: #78a0ff; font-family: var(--font-mono); font-size: 11px; }
.process-title { margin: 30px 0 8px; font-size: 19px; }
.process-text { margin: 0; color: #aebbd0; font-size: 14px; }

.founder-grid, .media-split, .content-split { display: grid; grid-template-columns: .88fr 1.12fr; gap: 64px; align-items: center; }
.founder-photo { position: relative; max-width: 460px; margin: auto; }
.founder-photo img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: var(--radius); filter: saturate(.78) contrast(1.03); }
.founder-photo::after { content: ""; position: absolute; z-index: -1; inset: 18px -18px -18px 18px; border: 1px solid var(--border); border-radius: var(--radius); }
.founder-copy h2 { margin: 0 0 20px; font-size: clamp(30px, 3.4vw, 42px); letter-spacing: -.03em; line-height: 1.1; }
.founder-copy p { color: var(--muted); font-size: 16px; }
.founder-socials { margin: 24px 0 28px; }
.founder-socials .btn img { width: 18px; height: 18px; }
.founder-meta { margin: 28px 0; padding: 20px 0; border-block: 1px solid var(--border); display: flex; flex-wrap: wrap; gap: 18px 28px; color: var(--fg); font-family: var(--font-mono); font-size: 11px; }

.insight-band { position: relative; overflow: hidden; min-height: 520px; display: flex; align-items: center; background: var(--ink); color: #fff; }
.insight-band > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; }
.insight-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,17,34,.97) 0%, rgba(7,17,34,.86) 48%, rgba(7,17,34,.18) 100%); }
.insight-content { position: relative; z-index: 2; width: min(600px, 70%); padding: 96px 0; }
.insight-content h2 { margin: 0 0 18px; font-size: clamp(36px, 4.8vw, 58px); line-height: 1.03; letter-spacing: -.04em; }
.insight-content p { color: #bac7da; font-size: 18px; }

.quote { max-width: 930px; margin: 0 auto; text-align: center; }
.quote blockquote { margin: 0; font-size: clamp(24px, 3vw, 36px); letter-spacing: -.025em; line-height: 1.3; }
.quote cite { display: block; margin-top: 28px; color: var(--muted); font-style: normal; font-size: 14px; }
.quote cite span { display: block; }
.testimonial-viewport { overflow: hidden; }
.testimonial-track { display: flex; align-items: stretch; transition: transform .55s cubic-bezier(.22, .61, .36, 1); will-change: transform; }
.testimonial-track.is-resetting { transition: none; }
.testimonial-slide { display: flex; min-width: 100%; margin: 0; flex-direction: column; }
.testimonial-slide cite { margin-top: auto; padding-top: 28px; }
.testimonial-controls { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 32px; }
.testimonial-arrow { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: 50%; background: var(--surface); color: var(--fg); cursor: pointer; font-size: 19px; line-height: 1; transition: border-color .15s ease, color .15s ease, background-color .15s ease; }
.testimonial-arrow:hover { border-color: var(--accent); background: var(--accent-soft); color: var(--accent); }
.testimonial-arrow:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.reviews-section .section-heading { margin-bottom: 30px; }
.clutch-embed { width: 100%; min-height: 375px; }
.clutch-widget { width: 100%; }
.news-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 36px; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.news-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); transition: border-color .15s ease, transform .15s ease; }
.news-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.news-image { aspect-ratio: 16 / 9; overflow: hidden; border-bottom: 1px solid var(--border); background: var(--accent-soft); }
.news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.news-card:hover .news-image img { transform: scale(1.02); }
.news-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.news-card h3 { margin: 0 0 10px; font-size: 18px; font-weight: 600; letter-spacing: -.015em; line-height: 1.28; }
.news-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.58; }
.news-card .text-link { margin-top: auto; padding-top: 18px; font-family: var(--font-mono); font-size: 11px; }

.article-hero { padding: 10px 0 48px; background: var(--surface); }
.article-heading { max-width: 920px; }
.article-heading h1 { margin: 0 0 22px; font-size: clamp(40px, 5.4vw, 66px); font-weight: 600; letter-spacing: -.045em; line-height: 1.03; }
.article-dek { max-width: 760px; margin: 0; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.58; }
.article-feature { width: min(var(--max), calc(100% - 64px)); margin: 0 auto; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--accent-soft); }
.article-feature img { width: 100%; max-height: 680px; aspect-ratio: 16 / 9; object-fit: cover; }
.article-section { padding: 72px 0 92px; border-bottom: 1px solid var(--border); background: var(--surface); }
.article-layout { display: grid; grid-template-columns: minmax(0, 780px) 240px; justify-content: space-between; gap: 80px; align-items: start; }
.article-content { min-width: 0; color: var(--fg); font-size: 17px; line-height: 1.78; }
.article-content > :first-child { margin-top: 0; }
.article-content p { margin: 0 0 1.25em; }
.article-content h2 { margin: 2.2em 0 .7em; font-size: clamp(27px, 3vw, 36px); letter-spacing: -.028em; line-height: 1.18; }
.article-content h3 { margin: 2em 0 .65em; font-size: 23px; letter-spacing: -.018em; line-height: 1.25; }
.article-content h4 { margin: 1.8em 0 .6em; font-size: 19px; }
.article-content ul, .article-content ol { margin: 0 0 1.5em; padding-left: 1.4em; }
.article-content li { margin-bottom: .7em; padding-left: .25em; }
.article-content a { color: var(--accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-content blockquote { margin: 2em 0; padding: 22px 26px; border-left: 3px solid var(--accent); background: var(--bg); font-size: 20px; line-height: 1.55; }
.article-content iframe { display: block; max-width: 100%; margin: 28px 0; border: 0; }
.article-note { margin: 28px 0; padding: 22px 24px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--bg); }
.article-note > :last-child { margin-bottom: 0; }
.article-aside { position: sticky; top: 104px; padding-top: 2px; }
.article-aside-label { margin: 0 0 12px; color: var(--muted); font-family: var(--font-mono); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.article-aside p { margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.article-aside .btn { width: 100%; }
.article-back { display: inline-flex; margin-top: 18px; color: var(--accent); font-family: var(--font-mono); font-size: 11px; font-weight: 700; }
.article-video-link { display: block; margin: 28px 0; padding: 26px; border: 1px solid var(--border); background: var(--bg); text-decoration: none !important; }
.article-video-link strong { display: block; color: var(--fg); font-size: 20px; }
.article-video-link span { color: var(--accent); font-family: var(--font-mono); font-size: 11px; }

.article-tool { margin: 42px 0; padding: 30px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--bg); }
.article-tool h2 { margin-top: 0; }
.article-tool label { display: block; margin: 16px 0 6px; font-size: 13px; font-weight: 700; }
.article-tool input, .article-tool textarea { width: 100%; border: 1px solid var(--border); border-radius: 3px; background: var(--surface); padding: 11px 12px; color: var(--fg); }
.article-tool textarea { min-height: 104px; resize: vertical; }
.article-tool textarea.output { min-height: 420px; font-family: var(--font-mono); font-size: 12px; line-height: 1.55; }
.article-tool input:focus, .article-tool textarea:focus { outline: 2px solid color-mix(in srgb, var(--accent) 28%, transparent); border-color: var(--accent); }
.article-tool-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.article-tool-full { grid-column: 1 / -1; }
.article-tool-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 8px; }
.article-tool-actions button { min-height: 40px; border: 1px solid var(--accent); border-radius: var(--radius); padding: 9px 15px; cursor: pointer; background: var(--accent); color: #fff; font-weight: 700; }
.article-tool-actions button.secondary { border-color: var(--border); background: var(--surface); color: var(--fg); }
.article-tool-status { min-height: 24px; margin-top: 8px; color: var(--accent); font-size: 13px; font-weight: 700; }
.article-disclaimer { color: var(--muted); font-size: 14px; }

.news-page-hero { padding-bottom: 42px; }
.news-page-grid { padding: 0 0 92px; }
.cta { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; padding: 54px 0; }
.cta h2 { margin: 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.1; letter-spacing: -.035em; }
.cta p { margin: 10px 0 0; color: var(--muted); }
.cta-band { background: var(--ink); color: #fff; margin: 0; padding: 88px 0; }
.cta-band-title { margin: 0 0 16px; color: var(--surface); font-size: clamp(34px, 4.4vw, 52px); font-weight: 600; letter-spacing: -.035em; line-height: 1.1; max-width: 760px; }
.cta-band-sub { margin: 0 0 30px; color: #aebbd0; font-size: 17px; line-height: 1.6; max-width: 620px; }

.page-hero { padding: 10px 0 72px; border-bottom: 1px solid var(--border); background: var(--surface); }
.page-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 78px; align-items: center; }
.page-hero h1 { font-size: clamp(40px, 5.2vw, 62px); }
.page-hero-media { min-height: 480px; overflow: hidden; border-radius: var(--radius); background: var(--ink); }
.page-hero-media img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.proof-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.proof-chip { border: 1px solid var(--border); border-radius: 3px; padding: 6px 9px; color: var(--muted); font-family: var(--font-mono); font-size: 10px; }
.feature-list { display: grid; gap: 0; border-top: 1px solid var(--border); }
.feature-item { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--border); }
.feature-no { color: var(--accent); font-family: var(--font-mono); font-size: 11px; padding-top: 4px; }
.feature-item h3 { margin: 0 0 6px; font-size: 19px; }
.feature-item p { margin: 0; color: var(--muted); }
.media-frame { min-height: 500px; overflow: hidden; border-radius: var(--radius); }
.media-frame img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.content-copy h2 { margin: 0 0 18px; font-size: clamp(34px, 4vw, 52px); letter-spacing: -.04em; line-height: 1.08; }
.content-copy > p { color: var(--muted); font-size: 17px; }
.clean-list { margin: 26px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--border); }
.clean-list li { padding: 14px 0; border-bottom: 1px solid var(--border); }
.faq-list { max-width: 860px; }
.faq-list details { border-top: 1px solid var(--border); }
.faq-list details:last-child { border-bottom: 1px solid var(--border); }
.faq-list summary { cursor: pointer; padding: 22px 42px 22px 0; font-weight: 700; list-style: none; position: relative; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 19px; color: var(--accent); font-family: var(--font-mono); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 740px; margin: -4px 0 24px; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.contact-aside { position: sticky; top: 110px; }
.contact-aside h1 { margin: 0 0 22px; font-size: clamp(42px, 5vw, 66px); line-height: 1; letter-spacing: -.05em; }
.contact-aside p { color: var(--muted); font-size: 18px; }
.contact-details { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--border); display: grid; gap: 8px; font-size: 14px; }
.form-card { padding: 38px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); }
.form-card h2 { margin: 0 0 8px; font-size: 28px; }
.form-card > p { margin: 0 0 30px; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--border); border-radius: 3px; background: #fff; padding: 12px 13px; color: var(--fg); }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid color-mix(in srgb, var(--accent) 28%, transparent); border-color: var(--accent); }
.consent-field { margin: 2px 0 20px; }
.consent-field .checkbox-label { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 13px; font-weight: 400; line-height: 1.45; cursor: pointer; }
.consent-field input[type="checkbox"] { width: 16px; height: 16px; margin: 2px 0 0; padding: 0; accent-color: var(--accent); flex: 0 0 auto; }
.form-note { margin: 18px 0; color: var(--muted); font-size: 12px; }
.form-success { display: none; margin-top: 18px; padding: 12px; background: #e8f5ef; color: var(--success); }
.form-success.is-visible { display: block; }
.form-error { display: none; margin-top: 18px; padding: 12px; background: #fff0f0; color: #9b1c1c; }
.form-error.is-visible { display: block; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
[data-contact-form] button:disabled { cursor: wait; opacity: .68; }
[hidden] { display: none !important; }

.site-footer { padding: 72px 0 28px; background: var(--ink); color: #fff; }
.site-footer--light { background: #e6e7e9; color: #252a33; }
.site-footer--light .footer-brand > img { filter: none; }
.site-footer--light .footer-brand p { color: #4e5867; }
.site-footer--light .footer-title { color: #5c6572; }
.site-footer--light .footer-links { color: #252a33; }
.site-footer--light .footer-links a:hover { color: var(--accent); }
.site-footer--light .footer-social { border-color: rgba(37,42,51,.22); }
.site-footer--light .footer-social:hover { border-color: var(--accent); background: rgba(37,42,51,.05); }
.site-footer--light .footer-social img { filter: none; opacity: 1; }
.site-footer--light .footer-partner,
.site-footer--light .footer-partner img { border: 0; border-radius: 0; }
.site-footer--light .footer-partner img { clip-path: inset(2px); mix-blend-mode: multiply; }
.site-footer--light .footer-bottom { border-top-color: rgba(37,42,51,.16); color: #5c6572; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr .7fr; gap: 48px; }
.footer-brand > img { height: 27px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 330px; margin-top: 20px; color: #9eabc0; font-size: 14px; }
.footer-title { margin: 0 0 16px; color: #6f809b; font-family: var(--font-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; color: #c3cddd; font-size: 14px; }
.footer-partners { display: flex; align-items: center; justify-content: flex-start; gap: 10px; margin-top: 24px; }
.footer-partner { display: block; width: 72px; border-radius: var(--radius); transition: opacity .15s ease, transform .15s ease; }
.footer-partner:hover { opacity: .86; transform: translateY(-2px); }
.footer-partner:focus-visible { outline: 2px solid #78a0ff; outline-offset: 4px; }
.footer-partner img { width: 100%; height: auto; border-radius: var(--radius); filter: none; }
.footer-socials { display: flex; align-items: center; gap: 10px; margin-top: 18px; }
.footer-social { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; transition: border-color .15s ease, background-color .15s ease; }
.footer-social:hover { border-color: #78a0ff; background: rgba(120,160,255,.1); }
.footer-social:focus-visible { outline: 2px solid #78a0ff; outline-offset: 3px; }
.footer-social img { width: 17px; height: 17px; opacity: .78; filter: brightness(0) invert(1); transition: opacity .15s ease; }
.footer-social:hover img { opacity: 1; }
.footer-bottom { margin-top: 56px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: #7f8da3; font-size: 12px; }
.footer-registration::before { content: " · "; }

/* 404 */
.error-main { display: flex; min-height: calc(100svh - 64px); align-items: center; border-bottom: 1px solid var(--border); background: var(--surface); }
.error-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); gap: clamp(56px, 8vw, 112px); align-items: center; padding-block: clamp(72px, 10vw, 128px); }
.error-copy { max-width: 640px; }
.error-copy h1 { max-width: 620px; margin: 0 0 24px; font-size: clamp(48px, 6.5vw, 84px); font-weight: 600; letter-spacing: -.055em; line-height: .98; }
.error-lead { max-width: 540px; margin: 0 0 34px; color: var(--muted); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.65; }
.error-home-link { padding-inline: 22px; }
.error-home-link span { transition: transform .15s ease; }
.error-home-link:hover span { transform: translateX(-3px); }
.error-visual { position: relative; min-height: 460px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--ink); color: #fff; isolation: isolate; }
.error-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(135deg, #000, transparent 82%); }
.error-visual::before { content: ""; position: absolute; width: 300px; height: 300px; right: -110px; top: -120px; border: 1px solid rgba(120,160,255,.3); border-radius: 50%; box-shadow: 0 0 0 46px rgba(120,160,255,.035), 0 0 0 92px rgba(120,160,255,.025); }
.error-code { position: absolute; z-index: 2; left: 9%; top: 50%; transform: translateY(-54%); color: #fff; font-family: var(--font-mono); font-size: clamp(92px, 14vw, 176px); font-weight: 700; letter-spacing: -.09em; line-height: 1; }
.error-visual > p { position: absolute; z-index: 2; left: 11%; bottom: 15%; margin: 0; color: #8facf4; font-family: var(--font-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.error-route { position: absolute; z-index: 1; height: 1px; transform-origin: left; background: linear-gradient(90deg, rgba(120,160,255,.18), #78a0ff); }
.error-route-one { width: 51%; right: 8%; top: 29%; transform: rotate(142deg); }
.error-route-two { width: 32%; right: 12%; bottom: 21%; transform: rotate(-28deg); background: repeating-linear-gradient(90deg, #78a0ff 0 5px, transparent 5px 11px); }
.error-node { position: absolute; z-index: 2; width: 12px; height: 12px; border: 2px solid #78a0ff; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 6px rgba(120,160,255,.12); }
.error-node-start { right: 8%; top: calc(29% - 6px); }
.error-node-end { right: 11%; bottom: calc(21% - 6px); }

@media (max-width: 980px) {
  .error-layout { grid-template-columns: 1fr; }
  .error-copy { max-width: 700px; }
  .error-visual { min-height: 360px; }
}

@media (max-width: 980px) {
  .site-nav { gap: 16px; }
  .hero { grid-template-columns: 1fr; gap: 48px; }
  .hero-media { min-height: 460px; }
  .page-hero-grid, .founder-grid, .media-split, .content-split, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .article-layout { grid-template-columns: minmax(0, 760px); justify-content: start; }
  .article-aside { position: static; max-width: 420px; padding-top: 0; }
  .page-hero-media { order: -1; min-height: 360px; }
  .page-hero-media img { min-height: 360px; }
  .contact-aside { position: static; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(3) { border-right: 1px solid var(--border); }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .outcome-grid, .service-grid, .case-grid, .deliverable-grid, .news-grid { grid-template-columns: 1fr 1fr; }
  .selected-work-grid { grid-template-rows: auto; }
  .selected-work-grid .case-card-featured { grid-column: 1 / -1; grid-row: auto; min-height: 520px; }
  .selected-work-grid .case-card:not(.case-card-featured) { min-height: 360px; }
  .section-heading.is-split { grid-template-columns: 1fr; gap: 16px; }
  .process { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(3) { border-left: 0; }
  .process-step:nth-child(n+3) { margin-top: 28px; border-top: 1px solid rgba(255,255,255,.18); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  body { font-size: 17px; }
  .container { width: min(100% - 32px, var(--max)); }
  .nav-inner { min-height: 64px; }
  .brand img { height: 27px; }
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; z-index: 1; top: 100%; left: 0; right: 0; height: calc(100dvh - 64px); margin: 0; padding: 20px 16px 32px; overflow-y: auto; overscroll-behavior: contain; flex-direction: column; align-items: stretch; gap: 0; background: var(--surface); box-shadow: 0 20px 36px oklch(16% 0.015 255 / .12); }
  .site-nav.is-open { display: flex; }
  .site-nav > .nav-link, .nav-dropdown > .nav-link { display: block; padding: 14px 4px; border-bottom: 1px solid var(--border); font-size: 17px; }
  .dropdown-menu { position: static; width: 100%; margin: 0; padding: 6px 0 8px 12px; border: 0; border-bottom: 1px solid var(--border); border-radius: 0; box-shadow: none; }
  .dropdown-menu a { padding: 9px 4px; font-size: 14px; }
  .nav-dropdown .dropdown-menu { display: block; }
  .site-nav .nav-cta { margin: 22px 0 0; }
  .hero { min-height: auto; }
  .hero { width: calc(100% - 32px); padding: 10px 0 56px; }
  .hero h1, .page-hero h1 { font-size: clamp(38px, 11.5vw, 52px); }
  .hero-lead, .page-lead { font-size: 19px; }
  .hero-media { min-height: 390px; }
  .hero-animation { inset: 0; width: 100%; height: 100%; }
  .section { padding: 68px 0; }
  .section-compact { padding: 60px 0; }
  .proof-grid, .outcome-grid, .service-grid, .case-grid, .deliverable-grid, .news-grid, .process, .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 24px; }
  .footer-brand, .footer-grid > :nth-child(n+4) { grid-column: 1 / -1; }
  .proof-item, .proof-item:not(:first-child) { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--border); }
  .proof-item:last-child { border-bottom: 0; }
  .process-step, .process-step + .process-step { padding: 24px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); margin: 0; }
  .process-step:first-child { border-top: 0; }
  .case-card { min-height: 480px; }
  .selected-work-grid { grid-template-columns: 1fr; }
  .selected-work-grid .case-card-featured { grid-column: auto; min-height: 480px; }
  .selected-work-grid .case-card:not(.case-card-featured) { min-height: 420px; }
  .selected-work-grid .case-card-featured .case-content { inset: auto 24px 24px; }
  .clients-inner { gap: 26px; margin-top: 52px; padding-top: 40px; }
  .clients-marquee { -webkit-mask-image: none; mask-image: none; }
  .clients-track { animation-duration: 28s; animation-timing-function: steps(7, end); }
  .clients-set { --clients-gap: 0px; }
  .client-logo { width: calc(100vw - 32px); height: 96px; }
  .client-logo img {
    width: min(var(--logo-width, 220px), 190px);
    max-width: 190px;
    max-height: 82px;
    object-fit: contain;
  }
  .news-heading { display: block; }
  .news-heading .text-link { display: inline-block; margin-top: 18px; }
  .founder-photo { margin-inline: 0 18px; }
  .insight-content { width: 100%; padding: 82px 0; }
  .insight-band::after { background: rgba(7,17,34,.78); }
  .cta { grid-template-columns: 1fr; gap: 26px; }
  .page-hero { padding: 10px 0 64px; }
  .article-hero { padding: 10px 0 36px; }
  .article-heading h1 { font-size: clamp(38px, 11vw, 52px); }
  .article-feature { width: calc(100% - 32px); }
  .article-section { padding: 52px 0 68px; }
  .article-content { font-size: 18px; }
  .article-tool { padding: 22px 18px; }
  .article-tool-grid { grid-template-columns: 1fr; }
  .article-tool-full { grid-column: auto; }
  .contact-grid { gap: 36px; }
  .form-card { padding: 24px; }
  .field-full { grid-column: auto; }
  .footer-partners { flex-wrap: wrap; }
  .footer-partner { width: 66px; }
  .footer-bottom { flex-direction: column; }
  .footer-registration { display: block; margin-top: 4px; }
  .footer-registration::before { content: ""; }
  .error-main { min-height: auto; }
  .error-layout { gap: 50px; padding-block: 68px; }
  .error-visual { min-height: 300px; }
  .error-code { font-size: clamp(92px, 29vw, 148px); }
  .btn { font-size: 15px; }
  .btn-sm { font-size: 14px; }
  .eyebrow, .card-index, .process-no, .founder-meta, .news-card .text-link, .article-back, .article-video-link span, .feature-no { font-size: 12px; }
  .hero-note, .proof-label, .news-card p, .article-aside p, .field label, .consent-field .checkbox-label, .article-tool label, .article-tool-status { font-size: 14px; }
  .section-intro, .founder-copy p { font-size: 17px; }
  .text-link { font-size: 15px; }
  .card-title, .process-title, .news-card h3, .feature-item h3 { font-size: 20px; }
  .card-text, .case-result { font-size: 16px; }
  .capability-links a, .proof-chip, .article-aside-label, .footer-title { font-size: 11px; }
  .case-sector { font-size: 11px; }
  .process-text, .quote cite, .article-disclaimer, .contact-details, .footer-brand p, .footer-links { font-size: 15px; }
  .insight-content p, .article-dek, .contact-aside p { font-size: 19px; }
  .article-tool textarea.output, .form-note, .footer-bottom { font-size: 13px; }
  .cta-band-sub, .content-copy > p { font-size: 18px; }
  .error-visual > p { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .testimonial-track { transition: none; }
  .clients-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; scrollbar-width: none; }
  .clients-marquee::-webkit-scrollbar { display: none; }
  .clients-track { animation: none !important; }
  .clients-set[aria-hidden="true"] { display: none; }
}
