@font-face {
  font-family: "Manrope";
  src: url("./assets/fonts/manrope-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --brand-blue: #2459ed;
  --brand-blue-hover: #1745c3;
  --brand-ink: #151617;
  --brand-muted: #62656c;
  --brand-paper: #f2f3f5;
  --brand-surface: #ffffff;
  --brand-line: #dedfe3;
  --brand-tint: #edf2ff;
  --brand-radius: 4px;
  --control-line: #8e939b;
  --studio-blue: var(--brand-blue);
  --studio-ink: var(--brand-ink);
  --studio-muted: var(--brand-muted);
  --studio-line: var(--brand-line);
  /* The older page components consume these shared aliases. */
  --ink: var(--brand-ink);
  --ink-soft: #35383f;
  --muted: var(--brand-muted);
  --paper: var(--brand-paper);
  --surface: var(--brand-surface);
  --teal: var(--brand-blue);
  --teal-dark: var(--brand-blue-hover);
  --aqua: #c6d3ff;
  --line: var(--brand-line);
  --radius: var(--brand-radius);
  --shadow: 0 8px 28px #15161708;
}

html { scroll-padding-top: 100px; }
body { font-family: "Manrope", ui-sans-serif, system-ui, sans-serif; font-size: 16px; line-height: 1.625; }
body *, body *::before, body *::after { letter-spacing: 0; }
button, input, select, textarea { font-family: inherit; }
::selection { color: var(--brand-surface); background: var(--brand-blue); }
.home-page { background: #fff; color: var(--studio-ink); overflow-x: clip; }
.home-page *, .studio-header * { letter-spacing: 0; }
.home-page h1, .home-page h2, .home-page h3, .home-page p { margin: 0; }
.home-page h1, .home-page h2, .home-page h3 { text-wrap: balance; }
.home-page h2 { font-size: 52px; font-weight: 600; line-height: 1.12; }
.home-page h3 { font-size: 28px; font-weight: 600; line-height: 1.2; }
.home-page p { font-size: 16px; line-height: 1.7; }
.home-page a { text-underline-offset: 5px; }
.home-page ::selection { color: white; background: var(--studio-blue); }
.wrap { width: min(1248px, calc(100% - 96px)); margin-inline: auto; }
.home-page .kicker { font-size: 12px; font-weight: 700; line-height: 1.5; text-transform: uppercase; }
.quiet { color: #767980; }
.home-page a:focus-visible, .home-page button:focus-visible, .home-page summary:focus-visible,
.studio-header a:focus-visible, .studio-header button:focus-visible {
  outline: 3px solid var(--brand-blue);
  outline-offset: 6px;
}
.skip-link { position: fixed; top: 10px; left: 15px; z-index: 300; padding: 14px 20px; background: #fff; color: var(--brand-ink); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.studio-header {
  position: sticky; top: 0; z-index: 80; display: flex; align-items: center;
  justify-content: space-between; gap: 24px; min-height: 88px; padding: 16px 48px;
  background: rgba(255,255,255,.97); border-bottom: 1px solid var(--studio-line);
}
.studio-brand { display: block; flex: 0 1 280px; min-width: 0; background: var(--brand-surface); }
.studio-brand img { display: block; width: 280px; height: auto; aspect-ratio: 1408/230; }
.studio-nav { display: flex; align-items: center; gap: 28px; }
.studio-nav a { font-size: 13px; font-weight: 600; padding-block: 12px; transition: color 180ms; }
.studio-nav a:hover, .studio-nav a[aria-current="location"] { color: var(--studio-blue); }
.studio-nav .mobile-contact-link { display: none; }
.studio-button {
  display: inline-flex; justify-content: center; align-items: center; gap: 18px;
  min-height: 52px; padding: 14px 22px; border: 1px solid transparent; border-radius: 4px;
  background: var(--studio-blue); color: white; font: 600 14px/1.4 "Manrope", sans-serif;
  cursor: pointer; text-align: center; transition: background 180ms, transform 180ms, box-shadow 180ms;
}
.studio-button img { filter: invert(1); flex-shrink: 0; transition: transform 180ms; }
.studio-button:hover { background: var(--brand-blue-hover); box-shadow: 0 6px 22px #2459ed26; }
.studio-button:hover img, .underlink:hover img { transform: translate(2px,-2px); }
.studio-button:active { transform: translateY(1px); }
.studio-button:disabled { opacity: .65; cursor: wait; }
.button-white { background: #fff; color: var(--brand-ink); }
.button-white img { filter: none; }
.button-white:hover { background: #e9edff; }
.header-contact { min-height: 44px; padding: 11px 16px; font-size: 12px; gap: 14px; }
.menu-toggle { width: 44px; height: 44px; display: none; border: 1px solid var(--studio-line); border-radius: 4px; background: #fff; cursor: pointer; align-items: center; justify-content: center; flex: 0 0 auto; }
.studio-hero { background: var(--studio-blue); color: #fff; overflow: clip; }
.hero-top { padding-top: 68px; padding-bottom: 50px; position: relative; z-index: 2; }
.hero-eyeline { display: flex; align-items: center; justify-content: space-between; margin-bottom: 35px; }
.hero-eyeline > span { font-size: 12px; color: #d3ddff; }
.home-page .studio-hero h1 { font-size: 104px; line-height: 1.1; font-weight: 600; max-width: none; }
.studio-hero h1 span { color: #c0d5ff; }
.hero-bottomline { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; margin-top: 35px; align-items: start; }
.home-page .hero-bottomline > p { font-size: 27px; line-height: 1.4; font-weight: 400; }
.hero-bottomline strong { font-weight: 700; }
.hero-explainer > p { max-width: 490px; color: #e0e8ff; }
.studio-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 24px; }
.underlink { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 700; line-height: 1.5; width: fit-content; padding-block: 4px; border-bottom: 1px solid #c3c5ca; }
.underlink img { flex-shrink: 0; transition: transform 180ms; }
.underlink:hover { border-color: currentColor; }
.on-dark { color: white; border-color: #ffffff75; }
.on-dark img { filter: invert(1); }
.project-stage { padding-block: 64px; background: var(--brand-paper); color: var(--studio-ink); }
.stage-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 36px; }
.stage-heading .kicker { color: var(--brand-blue-hover); margin-bottom: 16px; }
.home-page .stage-heading h2 { font-size: 40px; line-height: 1.15; }
.home-page .stage-heading > p { font-size: 14px; color: var(--studio-muted); }
.project-wall { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.project-item { min-width: 0; display: grid; grid-template-rows: auto auto 1fr; background: #fff; border: 1px solid var(--brand-line); border-radius: 6px; overflow: hidden; }
.project-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 56px; padding: 12px 22px; font-size: 11px; font-weight: 600; }
.project-meta > span:first-child { min-width: 0; color: var(--brand-muted); }
.project-status { flex-shrink: 0; display: inline-flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 700; padding: 5px 9px; border-radius: 3px; color: #245c3a; background: #edf6ef; }
.project-status::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.project-status.is-building { color: #805000; background: #fff2d6; }
.project-visual { display: block; position: relative; overflow: hidden; aspect-ratio: 16/9; background: #24282a; border-block: 1px solid var(--brand-line); }
.project-visual > img { width: 100%; height: 100%; object-fit: cover; transition: transform 550ms cubic-bezier(.2,.7,.3,1); }
.project-visual:hover > img { transform: scale(1.035); }
.round-link { width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #fff; color: var(--brand-ink); flex: 0 0 auto; }
.project-caption { display: flex; flex-direction: column; align-items: stretch; padding: 24px; }
.home-page .project-caption h3 { font-size: 25px; font-weight: 600; line-height: 1.3; }
.home-page .project-caption p { font-size: 14px; color: var(--studio-muted); margin-top: 12px; margin-bottom: 24px; }
.project-action { display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 12px; font-weight: 700; min-height: 44px; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--studio-line); }
.project-action img { flex-shrink: 0; transition: transform 180ms; }
.project-action:hover { color: var(--brand-blue-hover); }
.project-action:hover img { transform: translate(2px,-2px); }
.home-page .project-note { max-width: 760px; font-size: 12px; line-height: 1.6; color: var(--studio-muted); margin-top: 24px; }
.studio-section { padding-block: 96px; }
.section-intro { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; margin-bottom: 54px; }
.section-intro > .kicker { padding-top: 10px; }
.section-intro > div > p { max-width: 580px; margin-top: 22px; color: var(--studio-muted); }
.service-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 36px; }
.service { position: relative; border-top: 1px solid #bfc2c8; padding-top: 24px; display: flex; flex-direction: column; align-items: start; }
.service-no { color: #a3a6ad; font-size: 12px; position: absolute; top: 25px; right: 0; }
.home-page .service > .kicker { color: var(--brand-blue-hover); margin-bottom: 22px; }
.home-page .service h3 { font-size: 29px; line-height: 1.25; margin-bottom: 20px; }
.home-page .service > p:not(.kicker) { color: var(--brand-muted); font-size: 16px; }
.service ul { list-style: none; margin: 22px 0 28px; padding: 0; font-size: 13px; line-height: 1.6; }
.service li { padding: 6px 0 6px 22px; background: url("./assets/icons/check.svg") left 8px / 14px no-repeat; }
.service .underlink { margin-top: auto; }
.services-footnote { display: flex; align-items: center; gap: 24px; margin-top: 52px; border-top: 1px solid var(--studio-line); padding-top: 26px; }
.services-footnote > span { font-size: 13px; font-weight: 700; flex-shrink: 0; }
.home-page .services-footnote p { color: var(--brand-muted); font-size: 13px; flex: 1; }
.services-footnote .round-link { width: 40px; height: 40px; background: #f0f2f7; }
.testimonials { background: var(--brand-paper); }
.testimonial-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 44px; align-items: start; }
.testimonial { display: grid; grid-template-columns: minmax(130px,.8fr) minmax(0,1fr); gap: 26px; align-items: center; }
.testimonial-media { position: relative; aspect-ratio: 5/9; border-radius: 4px; background: #111; overflow: hidden; }
.testimonial-media video { display: block; width: 100%; height: 100%; object-fit: contain; background: #111; }
.video-play { position: absolute; inset: 0; margin: auto; width: 62px; height: 62px; border-radius: 50%; background: #fff; border: 0; display: grid; place-items: center; cursor: pointer; box-shadow: 0 4px 24px #0003; }
.video-play img { margin-left: 3px; }
.video-play:hover { background: #dce5ff; }
.video-time { position: absolute; top: 12px; right: 12px; font-size: 11px; font-weight: 600; background: #151617dd; color: #fff; border-radius: 3px; padding: 4px 7px; pointer-events: none; }
.testimonial.is-playing .video-time { display: none; }
.home-page .testimonial-copy .kicker { font-size: 10px; color: #63666d; }
.home-page .testimonial-copy h3 { font-size: 25px; margin: 12px 0 18px; }
.home-page .testimonial-copy > p:not(.kicker) { font-size: 15px; color: var(--brand-muted); line-height: 1.7; }
.testimonial-copy blockquote { margin: 0 0 14px; font-size: 19px; line-height: 1.4; font-weight: 600; }
.testimonial-copy .underlink { margin-top: 24px; font-size: 12px; }
.text-disclosure { margin-top: 18px; font-size: 12px; }
.text-disclosure summary { cursor: pointer; color: #34363c; text-decoration: underline; text-underline-offset: 4px; padding-block: 8px; }
.home-page .text-disclosure p { font-size: 13px; margin: 12px 0; }
.text-disclosure small { color: #63666d; }
.process-steps { padding: 0; margin: 0; list-style: none; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 32px; }
.process-steps li { border-top: 1px solid var(--studio-line); padding-top: 20px; }
.process-steps li > span { font-size: 12px; color: var(--studio-blue); font-weight: 700; }
.home-page .process-steps h3 { font-size: 20px; margin-top: 22px; margin-bottom: 15px; }
.home-page .process-steps p { font-size: 15px; color: var(--brand-muted); }
.process-steps a { text-decoration: underline; color: var(--brand-blue-hover); }
.people { background: var(--brand-ink); color: #fff; }
.people .quiet { color: #9a9c9e; }
.people-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 110px; }
.people h2 { margin-top: 30px; }
.home-page .people-intro { color: #b2b5ba; margin-top: 28px; font-size: 19px; line-height: 1.75; }
.people-list article { padding-block: 24px 30px; border-top: 1px solid #454648; }
.people-list article:last-child { padding-bottom: 0; }
.people-list .kicker { color: #b0bbd7; }
.home-page .people-list h3 { font-size: 35px; margin: 12px 0 16px; }
.people-list h3 > span { color: #8eaaff; }
.home-page .people-list p:not(.kicker) { color: #b7b9bd; font-size: 16px; }
.people-list .underlink { margin-top: 22px; color: #fff; font-size: 13px; border-color: #676a70; }
.people-list .underlink img { filter: invert(1); }
.inline-link { color: #fff; text-decoration: underline; }
.partner-strip { padding-block: 40px; background: #eef1f7; }
.partner-row { display: grid; grid-template-columns: 220px 1fr 46px; gap: 48px; align-items: center; }
.partner-row > div:first-child > img { width: 180px; margin-top: 14px; mix-blend-mode: multiply; height: auto; }
.home-page .partner-row h2 { font-size: 23px; font-weight: 600; margin-bottom: 12px; }
.home-page .partner-row p:not(.kicker) { font-size: 14px; color: #5e626c; }
.round-link { transition: transform 180ms, background 180ms; }
.round-link:hover { transform: rotate(6deg); background: #d4dfff; }
.question-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; }
.question-layout h2 { margin-top: 28px; }
.question-list details { border-top: 1px solid var(--studio-line); }
.question-list details:last-child { border-bottom: 1px solid var(--studio-line); }
.question-list summary { display: flex; justify-content: space-between; align-items: center; gap: 25px; cursor: pointer; padding: 25px 0; font-size: 16px; font-weight: 600; list-style: none; }
.question-list summary::-webkit-details-marker { display: none; }
.question-list summary img { flex-shrink: 0; transition: transform 200ms; }
.question-list [open] summary img { transform: rotate(45deg); }
.home-page .question-list p { font-size: 16px; color: var(--brand-muted); padding-bottom: 26px; max-width: 530px; }
.get-in-touch { background: var(--studio-blue); color: white; }
.contact-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-top: 28px; margin-bottom: 62px; }
.home-page .contact-heading h2 { font-size: 90px; line-height: 1.05; }
.contact-heading h2 > span { color: #c0d5ff; }
.home-page .contact-heading > p { color: #e0e8ff; font-size: 19px; line-height: 1.6; padding-bottom: 6px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.direct-contact { min-width: 0; }
.contact-person { display: grid; grid-template-columns: 1fr 24px; gap: 8px 14px; border-top: 1px solid #ffffff55; padding: 20px 0; }
.contact-person span { font-size: 12px; color: #d4deff; grid-column: 1/-1; }
.contact-person strong { font-size: 19px; font-weight: 600; overflow-wrap: anywhere; }
.contact-person img { filter: invert(1); align-self: center; }
.contact-person:hover strong { text-decoration: underline; }
.ready-to-start { border-top: 1px solid #ffffff55; padding-top: 28px; margin-top: 5px; }
.home-page .ready-to-start p { font-size: 14px; color: #d6e0ff; margin-bottom: 7px; }
.ready-to-start > span { display: block; font-size: 11px; margin-top: 12px; color: #d1ddff; }
.studio-form { min-width: 0; }
.studio-form label { display: grid; gap: 10px; font-size: 12px; font-weight: 600; }
.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 24px; }
.studio-form input, .studio-form textarea { width: 100%; min-width: 0; border: 1px solid #ffffff8c; border-radius: 4px; background: #ffffff09; color: #fff; padding: 13px; min-height: 48px; font: 400 16px/1.6 "Manrope", sans-serif; }
.studio-form textarea { resize: vertical; min-height: 132px; }
.studio-form input:focus, .studio-form textarea:focus { outline: 2px solid #fff; outline-offset: 3px; background: #ffffff12; }
.studio-form textarea::placeholder { color: #d2ddff; font-size: 13px; }
.contact-submit { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 24px; }
.home-page .contact-submit p { color: #d7e1ff; font-size: 11px; line-height: 1.65; max-width: 280px; }
.contact-submit p a { text-decoration: underline; color: #fff; }
.contact-submit .studio-button { flex-shrink: 0; }
.studio-form .form-status { font-size: 13px; margin-top: 20px; padding: 16px; background: #fff; color: var(--brand-ink); border: 0; border-left: 4px solid var(--brand-ink); border-radius: 4px; }
.studio-form .form-status.is-error { color: #7b2020; border-left-color: #7b2020; }
.studio-footer { background: var(--brand-ink); color: var(--brand-surface); padding-block: 48px 30px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 34px; border-bottom: 1px solid #414448; }
.footer-wordmark { display: block; width: 360px; max-width: calc(100% - 70px); line-height: 1; }
.footer-wordmark picture, .footer-wordmark img { display: block; width: 100%; height: auto; aspect-ratio: 1408/230; }
.footer-top .round-link { background: #f0f2f7; }
.footer-bottom { display: flex; gap: 24px; justify-content: space-between; align-items: center; margin-top: 24px; }
.footer-bottom p { font-size: 12px; color: #c6c8cc; margin: 0; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-bottom nav a { display: inline-flex; align-items: center; min-height: 32px; font-size: 12px; color: #e5e6e8; }
.footer-bottom nav a:hover { text-decoration: underline; }
.home-page.motion-ready [data-enter] { opacity: 0; transform: translateY(20px); transition: opacity 600ms, transform 600ms cubic-bezier(.2,.7,.3,1); }
.home-page.motion-ready [data-enter].entered { opacity: 1; transform: none; }

/* Shared page chrome changes only; the questionnaire's validation stays in script.js. */
body:not(.home-page) .studio-header { margin: 0; }
body:not(.home-page) .studio-header + main { padding-top: 0; }
.form-page .data-form { border-radius: 6px; box-shadow: 0 8px 36px #15161708; }
.form-page .data-section { padding-top: 48px; background: #f8f9fb; }
.form-page .data-intro { gap: 16px; }
.form-page .data-intro > .section-kicker { margin: 0; font-size: 11px; letter-spacing: 0; }
.form-page .data-intro h1 { font-size: 40px; line-height: 1.15; letter-spacing: 0; }
.form-page .data-intro > p:not(.section-kicker) { font-size: 16px; line-height: 1.6; }
.form-page .data-info-grid { margin-top: 4px; }
.form-page .data-info-grid > div { padding: 8px 12px; background: none; border: 0; border-left: 1px solid #d4d7df; border-radius: 0; }
.form-page .data-info-grid > div:first-child { border-left: 0; padding-left: 0; }
.form-page .data-info-grid span { font-size: 10px; letter-spacing: 0; font-weight: 600; }
.form-page .data-info-grid strong { font-size: 13px; font-weight: 600; line-height: 1.5; }
.form-page .data-warning { background: #fff6ef; border: 0; border-left: 3px solid #bc6434; border-radius: 0; font-size: 13px; font-weight: 600; color: #7a3d1e; }
.form-page .data-progress { background: none; border: 0; border-radius: 0; padding: 0 0 20px; border-bottom: 1px solid #e2e4e9; gap: 15px; }
.form-page .data-step-status { gap: 10px; }
.form-page .data-step-status > span { background: none; color: var(--brand-blue-hover); padding: 0; font-size: 11px; font-weight: 700; letter-spacing: 0; }
.form-page .data-step-status > strong { font-size: 26px; font-weight: 600; }
.form-page .data-step-status > p { font-size: 14px; color: var(--brand-muted); }
.form-page .data-progress-bar { height: 4px; background: #e3e8f6; }
.form-page .data-progress-bar > span { background: var(--studio-blue); }
.form-page .data-helper-card { background: #f6f7fa; border: 0; border-radius: 0; }
.form-page .data-helper-card h2 { font-size: 20px; font-weight: 600; letter-spacing: 0; }
.form-page .data-helper-card p, .form-page .data-helper-card li { font-size: 14px; }
.form-page .data-helper-card > span { background: none; border-radius: 0; padding: 0; font-size: 11px; letter-spacing: 0; }
.form-page .data-panel legend { font-size: 28px; font-weight: 600; }
.form-page .choice-row label { border-radius: 4px; background: #fff; font-weight: 600; }
.form-page .choice-row label:has(input:checked) { border-color: var(--brand-blue); background: var(--brand-tint); }
.form-page .choice-row label:focus-within { outline: 2px solid var(--brand-blue); outline-offset: 2px; }
.form-page .data-form input, .form-page .data-form select, .form-page .data-form textarea { font-family: inherit; }
.form-page .data-actions .button { border-radius: 4px; font-weight: 600; }
.legal-page .legal-hero { background: #f8f9fb; padding-top: 60px; }
.legal-page .legal-intro h1 { font-size: 42px; line-height: 1.15; overflow-wrap: anywhere; }
.legal-page .legal-card { box-shadow: none; }
.legal-page .legal-block h2 { font-size: 26px; line-height: 1.3; }
.legal-page .legal-block p, .legal-page .legal-block li { font-size: 16px; }
.thanks-page .thanks-hero, .guide-page .guide-hero { padding-top: 64px; background: #f8f9fb; }
.thanks-page h1, .guide-page .guide-hero h1 { font-size: 52px; line-height: 1.12; font-weight: 600; overflow-wrap: anywhere; }
.thanks-page .thanks-card { background: var(--brand-ink); border-radius: 4px; box-shadow: none; }
.case-study-page .case-hero { padding: 60px 48px 48px; min-height: 620px; }
.case-study-page .case-hero h1 { font-size: 52px; line-height: 1.12; font-weight: 600; max-width: 860px; }
.case-study-page .case-hero-copy { font-size: 17px; font-weight: 400; line-height: 1.7; max-width: 720px; }
.case-study-page .case-hero .eyebrow { font-size: 12px; letter-spacing: 0; }
.case-study-page .case-section-heading h2,
.case-study-page .case-intro .section-heading h2,
.case-study-page .case-result-section .section-heading h2,
.case-study-page .case-video-heading h2 { font-size: 44px; line-height: 1.15; font-weight: 600; }
.case-study-page .button { border-radius: 4px; box-shadow: none; font-weight: 600; }

/* CI controls and document surfaces, shared by all seven public pages. */
:where(a, button, summary, input, select, textarea):focus-visible {
  outline: 3px solid var(--brand-blue);
  outline-offset: 3px;
}
.studio-footer a:focus-visible, .get-in-touch a:focus-visible,
.get-in-touch button:focus-visible, .people a:focus-visible { outline-color: #fff; }
.button { min-height: 52px; border-radius: var(--brand-radius); font: 600 14px/1.4 "Manrope", sans-serif; text-align: center; gap: 12px; box-shadow: none; }
.button:hover { transform: none; }
.button.primary { background: var(--brand-blue); box-shadow: none; }
.button.primary:hover { background: var(--brand-blue-hover); }
.button.ghost, .button.ghost.dark { color: var(--brand-ink); background: var(--brand-surface); border-color: var(--control-line); }
.button.ghost:hover, .button.ghost.dark:hover, .button.light:hover { background: var(--brand-paper); }
.button:disabled { opacity: .55; cursor: not-allowed; }
.section-kicker { font-size: 12px; font-weight: 700; letter-spacing: 0; }
.guide-page .eyebrow, .guide-page .section-kicker, .thanks-page .thanks-card > span,
.case-study-page .case-facts dt, .case-study-page .case-transcript-label { letter-spacing: 0; font-weight: 700; }
.form-page, .legal-page, .guide-page, .thanks-page { background: var(--brand-paper); }
.form-page .data-section, .legal-page .legal-hero,
.thanks-page .thanks-hero, .guide-page .guide-hero { background: var(--brand-paper); }
.form-page .data-form { gap: 24px; border-radius: var(--brand-radius); box-shadow: none; }
.form-page .data-grid { gap: 20px; }
.form-page .data-grid label, .form-page .choice-title { color: var(--brand-ink); font-size: 14px; font-weight: 600; }
.form-page .data-grid input:not([type="radio"]):not([type="checkbox"]),
.form-page .data-grid select, .form-page .data-grid textarea {
  font: 400 16px/1.625 "Manrope", sans-serif;
  background: var(--brand-surface); border-color: var(--control-line); border-radius: var(--brand-radius);
}
.form-page .data-grid textarea::placeholder, .form-page .data-grid input::placeholder { color: var(--brand-muted); opacity: 1; }
.form-page .data-grid input:focus-visible, .form-page .data-grid select:focus-visible,
.form-page .data-grid textarea:focus-visible { border-color: var(--brand-blue); outline: 2px solid var(--brand-blue); outline-offset: 2px; }
.form-page .choice-row label { min-height: 60px; padding: 14px; border-color: var(--control-line); cursor: pointer; transition: background 160ms, border-color 160ms; }
.form-page .choice-row label:hover { background: var(--brand-paper); border-color: var(--brand-blue); }
.form-page .choice-row label:has(input:checked) { background: var(--brand-tint); border-color: var(--brand-blue); box-shadow: inset 0 0 0 1px var(--brand-blue); }
.form-page .choice-row input { width: 20px; height: 20px; min-height: 20px; margin: 0; accent-color: var(--brand-blue); }
.form-page .data-helper-card { background: var(--brand-paper); padding: 20px; }
.form-page .data-helper-label, .form-page .data-helper-card li::before { font-weight: 700; letter-spacing: 0; }
.form-page .data-warning { background: var(--brand-surface); color: var(--brand-muted); border-left-color: var(--brand-blue); font-weight: 600; }
.form-page .data-form-message { font-size: 14px; font-weight: 600; background: var(--brand-tint); border-color: #b7c9ff; }
.form-page .data-form-message.is-error { background: #fff0ed; border-color: #bf5844; color: #8f3c2a; }
.form-page .data-summary { background: var(--brand-paper); border: 1px solid var(--control-line); border-radius: var(--brand-radius); padding: 16px; }
.form-page .data-actions { border-top: 1px solid var(--brand-line); padding-top: 20px; gap: 12px; }
.form-page #data-next { background: var(--brand-blue); color: #fff; border-color: var(--brand-blue); }
.form-page #data-next:hover { background: var(--brand-blue-hover); border-color: var(--brand-blue-hover); }
.legal-page .legal-card { background: transparent; border: 0; border-left: 1px solid var(--brand-line); padding: 0 0 0 36px; border-radius: 0; box-shadow: none; }
.legal-page .legal-address { background: transparent; border: 0; border-radius: 0; padding: 0; font-style: normal; }
.thanks-page .thanks-hero { min-height: 0; padding-bottom: 72px; }
.thanks-page .thanks-layout h1 { max-width: 100%; font-size: 44px; line-height: 1.15; text-wrap: balance; overflow-wrap: normal; }
.guide-page .hero-copy { font-size: 18px; font-weight: 400; line-height: 1.625; }
.guide-page .guide-hero::before { display: none; }
.guide-page .guide-summary-card, .guide-page .mail-check-card,
.guide-page .choice-card, .guide-page .faq-item { box-shadow: none; border-radius: var(--brand-radius); }
.guide-page .guide-section, .guide-page .checklist-section { background: var(--brand-surface); }
.case-study-page .case-availability-section, .case-study-page .case-video-section { background: var(--brand-ink); }
.case-study-page .case-availability-layout > *, .case-study-page .case-flow { min-width: 0; }
.case-study-page .case-availability-layout > div > h2 { font-size: 44px; line-height: 1.15; font-weight: 600; overflow-wrap: anywhere; }
.case-study-page .case-flow :is(h3, p) { overflow-wrap: anywhere; }
.case-study-page .case-answer-grid article:nth-child(2), .case-study-page .case-cta-section { background: var(--brand-tint); }
.case-study-page .case-answer-grid article:nth-child(3), .case-study-page .case-language-grid article:last-child { background: var(--brand-paper); }
.case-study-page .case-feature-grid article, .case-study-page .case-language-grid article { border-radius: var(--brand-radius); }
.case-study-page .case-flow li > span { background: var(--brand-blue); color: #fff; }
.case-study-page .case-context-grid h2, .case-study-page .case-language-grid h2 { font-size: 28px; font-weight: 600; line-height: 1.25; }
.home-page .project-stage, .home-page .testimonials, .home-page .partner-strip { background: var(--brand-paper); }

@media (min-width: 1500px) {
  .home-page .studio-hero h1 { font-size: 120px; }
  .hero-top { padding-top: 80px; }
}
@media (max-width: 1120px) {
  .studio-header { padding-inline: 30px; gap: 22px; }
  .studio-brand { flex-basis: 260px; }
  .studio-brand img { width: 260px; }
  .header-contact { display: none; }
  .studio-nav { gap: 18px; }
  .wrap { width: calc(100% - 64px); }
  .home-page .studio-hero h1 { font-size: 82px; }
  .hero-bottomline { gap: 40px; }
  .studio-actions { gap: 16px; }
  .home-page h2 { font-size: 43px; }
  .people-layout, .contact-grid, .contact-heading { gap: 50px; }
  .testimonial-grid { gap: 30px; }
  .testimonial { gap: 20px; grid-template-columns: minmax(125px,.8fr) minmax(0,1fr); }
  .home-page .testimonial-copy h3 { font-size: 22px; }
  .contact-submit { align-items: start; flex-direction: column; gap: 20px; }
  .home-page .contact-heading h2 { font-size: 72px; }
}
@media (max-width: 860px) {
  .studio-header { flex-wrap: wrap; min-height: 74px; padding: 14px 24px; }
  .studio-brand, .studio-brand img { width: 260px; flex-basis: 260px; }
  .studio-header .header-contact { margin-left: auto; }
  .studio-header.is-enhanced .menu-toggle { display: flex; }
  .studio-nav { order: 4; width: 100%; padding-block: 18px; justify-content: space-between; }
  .studio-header.is-enhanced .studio-nav { display: none; position: absolute; left: 0; top: 100%; margin: 0; padding: 16px 24px 28px; background: #fff; border-bottom: 1px solid #c8cbd4; box-shadow: 0 20px 30px #15161714; }
  .studio-header.is-menu-open .studio-nav { display: grid; grid-template-columns: 1fr; }
  .studio-nav .mobile-contact-link { display: block; }
  .studio-nav a { display: block; font-size: 17px; padding-block: 14px; border-bottom: 1px solid #e9e9ed; }
  .home-page .studio-hero h1 { font-size: 68px; }
  .hero-top { padding-top: 48px; }
  .hero-eyeline > span { display: none; }
  .home-page .hero-bottomline > p { font-size: 23px; }
  .hero-bottomline { gap: 32px; }
  .hero-explainer > p { font-size: 14px; }
  .section-intro { grid-template-columns: 1fr; gap: 20px; margin-bottom: 40px; }
  .section-intro > .kicker { padding-top: 0; }
  .service-list { gap: 24px; }
  .home-page .service h3 { font-size: 24px; }
  .home-page .service > p:not(.kicker) { font-size: 14px; }
  .service .underlink { font-size: 12px; gap: 8px; }
  .testimonial-grid { gap: 42px; grid-template-columns: 1fr; }
  .testimonial { grid-template-columns: 190px 1fr; gap: 36px; }
  .home-page .testimonial-copy h3 { font-size: 30px; }
  .home-page .testimonial-copy > p:not(.kicker) { font-size: 16px; }
  .testimonial-copy .underlink { font-size: 14px; }
  .process-steps { grid-template-columns: 1fr 1fr; gap: 35px; }
  .people-layout { gap: 40px; }
  .home-page .people-list h3 { font-size: 29px; }
  .home-page .people h2 { font-size: 36px; }
  .partner-row { grid-template-columns: 160px 1fr 44px; gap: 24px; }
  .question-layout { gap: 40px; grid-template-columns: 1fr; }
  .contact-heading { grid-template-columns: 1fr; gap: 25px; }
  .contact-grid { gap: 40px; grid-template-columns: 1fr; }
  .direct-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
  .contact-person strong { font-size: 17px; }
  .ready-to-start { grid-column: 1/-1; padding-bottom: 10px; }
  .contact-submit { flex-direction: row; }
  .footer-bottom { align-items: start; flex-direction: column; }
}
@media (max-width: 600px) {
  html { scroll-padding-top: 92px; }
  .wrap { width: calc(100% - 40px); }
  .studio-header { padding: 12px 20px; gap: 12px; min-height: 72px; }
  .studio-brand { flex-basis: 260px; max-width: calc(100% - 56px); }
  .studio-brand img { width: 260px; }
  .header-contact { display: none; }
  .menu-toggle { margin-left: auto; }
  .studio-header.is-enhanced .studio-nav { padding-inline: 20px; }
  .studio-header:not(.is-enhanced) .studio-nav { gap: 12px; flex-wrap: wrap; }
  .studio-header:not(.is-enhanced) .studio-nav a { font-size: 13px; padding: 5px 0; }
  .hero-top { padding-top: 42px; padding-bottom: 36px; }
  .hero-eyeline { margin-bottom: 26px; }
  .home-page .hero-eyeline .kicker { font-size: 10px; }
  .home-page .studio-hero h1 { font-size: 50px; line-height: 1.08; }
  .studio-hero h1 span { display: block; }
  .hero-bottomline { grid-template-columns: 1fr; gap: 20px; margin-top: 26px; }
  .home-page .hero-bottomline > p { font-size: 21px; }
  .home-page .hero-explainer > p { font-size: 14px; max-width: 360px; }
  .studio-actions { gap: 16px; margin-top: 22px; align-items: start; flex-direction: column; }
  .studio-button { min-height: 50px; font-size: 13px; padding: 13px 18px; }
  .underlink { font-size: 13px; }
  .project-stage { padding-block: 38px; }
  .stage-heading { margin-bottom: 24px; flex-direction: column; align-items: start; gap: 16px; }
  .stage-heading .kicker { font-size: 10px; }
  .home-page .stage-heading h2 { font-size: 30px; }
  .home-page .stage-heading > p { font-size: 13px; }
  .project-wall { grid-template-columns: 1fr; gap: 22px; }
  .project-meta { padding: 10px 16px; min-height: 50px; font-size: 10px; }
  .project-caption { padding: 20px; }
  .home-page .project-caption h3 { font-size: 23px; }
  .home-page .project-caption p { font-size: 13px; margin-bottom: 18px; }
  .studio-section { padding-block: 64px; }
  .home-page h2 { font-size: 34px; line-height: 1.15; }
  .home-page .kicker { font-size: 11px; }
  .section-intro { gap: 22px; margin-bottom: 34px; }
  .section-intro > div > p { margin-top: 20px; font-size: 15px; }
  .service-list { grid-template-columns: 1fr; gap: 34px; }
  .service { padding-top: 22px; }
  .home-page .service > .kicker { margin-bottom: 15px; }
  .home-page .service h3 { font-size: 29px; margin-bottom: 15px; }
  .home-page .service > p:not(.kicker) { font-size: 15px; }
  .service ul { margin: 16px 0 20px; font-size: 13px; }
  .service .underlink { font-size: 13px; }
  .services-footnote { flex-wrap: wrap; gap: 12px; margin-top: 32px; padding-top: 24px; }
  .services-footnote > span { flex-basis: 100%; }
  .home-page .services-footnote p { flex-basis: calc(100% - 70px); font-size: 13px; }
  .testimonial { grid-template-columns: 136px minmax(0,1fr); gap: 20px; align-items: start; }
  .home-page .testimonial-copy h3 { font-size: 22px; margin-top: 10px; margin-bottom: 13px; }
  .home-page .testimonial-copy .kicker { font-size: 10px; }
  .home-page .testimonial-copy > p:not(.kicker) { font-size: 14px; }
  .testimonial-copy blockquote { font-size: 17px; }
  .testimonial-copy .underlink { font-size: 12px; gap: 7px; margin-top: 18px; }
  .video-play { width: 48px; height: 48px; }
  .video-time { top: 8px; right: 8px; }
  .process-steps { gap: 28px 24px; }
  .home-page .process-steps h3 { font-size: 18px; margin: 14px 0 12px; }
  .home-page .process-steps p { font-size: 13px; }
  .people-layout { grid-template-columns: 1fr; gap: 36px; }
  .home-page .people h2 { font-size: 34px; margin-top: 24px; }
  .home-page .people-intro { font-size: 17px; margin-top: 22px; }
  .home-page .people-list h3 { font-size: 32px; }
  .partner-strip { padding-block: 32px; }
  .partner-row { grid-template-columns: 1fr 42px; gap: 25px 20px; }
  .partner-row > div:first-child { grid-column: 1; }
  .partner-row > div:nth-child(2) { grid-column: 1/-1; grid-row: 2; }
  .partner-row > .round-link { grid-column: 2; grid-row: 1; }
  .partner-row > div:first-child > img { width: 150px; }
  .home-page .partner-row h2 { font-size: 23px; }
  .home-page .partner-row p:not(.kicker) { font-size: 14px; }
  .question-layout { gap: 30px; }
  .question-layout h2 { margin-top: 22px; }
  .question-list summary { font-size: 15px; padding-block: 22px; }
  .question-list summary img { width: 20px; height: 20px; }
  .contact-heading { margin: 25px 0 38px; }
  .home-page .contact-heading h2 { font-size: 62px; }
  .home-page .contact-heading > p { font-size: 16px; }
  .direct-contact { display: block; }
  .contact-person strong { font-size: 17px; }
  .contact-person span { font-size: 11px; }
  .ready-to-start .underlink { font-size: 14px; }
  .contact-fields { grid-template-columns: 1fr; gap: 22px; }
  .contact-submit { flex-direction: column; align-items: stretch; gap: 22px; }
  .home-page .contact-submit p { max-width: 100%; font-size: 12px; }
  .studio-form textarea::placeholder { font-size: 14px; }
  .studio-footer { padding-block: 34px 28px; }
  .footer-wordmark { width: 280px; max-width: calc(100% - 66px); }
  .footer-top { padding-bottom: 24px; }
  .footer-bottom nav { gap: 14px 20px; }
  .footer-bottom nav a { font-size: 12px; }
  .form-page .data-intro h1 { font-size: 31px; }
  .form-page .data-section { padding-top: 32px; }
  .form-page .data-form { padding: 20px 16px; }
  .form-page .data-panel legend { font-size: 23px; }
  .form-page .data-form { gap: 20px; }
  .form-page .data-helper-card { padding: 16px; }
  .form-page .data-grid { gap: 18px; }
  .form-page .choice-row label { min-height: 56px; padding: 12px; }
  .form-page .data-form { padding-bottom: 104px; }
  .form-page .data-actions.is-mobile-docked { padding: 8px; gap: 10px; border: 1px solid var(--brand-line); border-radius: var(--brand-radius); background: #fff; box-shadow: 0 4px 18px #15161714; bottom: max(10px, env(safe-area-inset-bottom)); }
  .case-study-page .case-availability-layout > div > h2 { font-size: 31px; }
  .case-study-page .case-context-grid h2, .case-study-page .case-language-grid h2 { font-size: 24px; }
  .legal-page .legal-hero { padding-top: 40px; }
  .legal-page .legal-intro h1 { font-size: 34px; }
  .legal-page .legal-card { border-left: 0; border-top: 1px solid var(--brand-line); padding: 24px 0 0; }
  .thanks-page .thanks-layout h1 { font-size: 34px; }
  .thanks-page .thanks-hero { padding-bottom: 48px; }
  .case-study-page .case-hero { padding: 35px 20px 40px; min-height: 0; }
  .case-study-page .case-hero h1 { font-size: 33px; line-height: 1.15; overflow-wrap: anywhere; hyphens: manual; }
  .case-study-page .case-hero-copy { font-size: 15px; }
  .case-study-page .case-section-heading h2,
  .case-study-page .case-intro .section-heading h2,
  .case-study-page .case-result-section .section-heading h2,
  .case-study-page .case-video-heading h2 { font-size: 31px; }
  .thanks-page .thanks-hero, .guide-page .guide-hero { padding-top: 36px; }
  .thanks-page h1, .guide-page .guide-hero h1 { font-size: 34px; }
}
@media (max-width: 370px) {
  .home-page .studio-hero h1 { font-size: 44px; }
  .home-page h2 { font-size: 30px; }
  .testimonial { grid-template-columns: 112px minmax(0,1fr); gap: 16px; }
  .home-page .testimonial-copy h3 { font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .home-page *, .studio-header * { animation: none !important; transition: none !important; }
  .home-page.motion-ready [data-enter] { opacity: 1; transform: none; }
}
