/* Mavie vNext — one idea, one proof, one next action per surface. */

:root {
  --paper: #f7f7f3;
  --white: #ffffff;
  --ink: #101615;
  --muted: #616a67;
  --soft: #ecece6;
  --line: #dcded7;
  --green: #0f5c4b;
  --green-dark: #073c31;
  --green-pale: #dceae4;
  --sky: #dceaf8;
  --sand: #eee3d2;
  --lime: #dff0bd;
  --night: #12201d;
  --red: #8e3035;
  --sans: "Bricolage Grotesque", "Avenir Next", "Segoe UI", sans-serif;
  --serif: "Source Serif 4", Georgia, serif;
  --page: 1320px;
  --gutter: clamp(20px, 4vw, 56px);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --shadow: 0 24px 70px rgba(16, 22, 21, 0.12);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body[data-nav-open="true"] { overflow: hidden; }

img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }

::selection { background: var(--green); color: var(--white); }

:focus-visible {
  outline: 3px solid #2b8d76;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus { transform: none; }

.shell {
  width: min(100%, var(--page));
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(220, 222, 215, 0.82);
  background: rgba(247, 247, 243, 0.96);
}

.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-decoration: none;
}

.wordmark-mark {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 8px 0 0 var(--lime);
  margin-right: 8px;
}

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav a {
  color: #414946;
  font-size: 15px;
  font-weight: 560;
  text-decoration: none;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] { color: var(--ink); }

.main-nav .mobile-start { display: none; }

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 1.5px;
  margin: 4px auto;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

body[data-nav-open="true"] .menu-toggle span { opacity: 0; }
body[data-nav-open="true"] .menu-toggle::before { transform: translateY(5.5px) rotate(45deg); }
body[data-nav-open="true"] .menu-toggle::after { transform: translateY(-5.5px) rotate(-45deg); }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover { background: var(--green-dark); transform: translateY(-1px); }

.button--light {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.65);
  color: var(--ink);
}

.button--light:hover { border-color: #aeb4ae; background: var(--white); }

.button--dark { background: var(--ink); color: var(--white); }
.button--dark:hover { background: #26302e; }

.button--text {
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
}

.button--text:hover { background: transparent; transform: none; }
.button-arrow { transition: transform 160ms ease; }
.button:hover .button-arrow, .card-link:hover .button-arrow { transform: translateX(4px); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 {
  margin-bottom: 0;
  font-weight: 610;
  letter-spacing: -0.052em;
  line-height: 0.98;
  text-wrap: balance;
}

h1 { font-size: clamp(54px, 8.2vw, 116px); }
h2 { font-size: clamp(43px, 5.6vw, 78px); }
h3 { font-size: clamp(28px, 3vw, 42px); }

.lede {
  color: var(--muted);
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.42;
  letter-spacing: -0.018em;
}

.hero-home {
  padding: clamp(78px, 11vw, 150px) 0 clamp(50px, 7vw, 96px);
  text-align: center;
}

.hero-copy {
  max-width: 1120px;
  margin-inline: auto;
}

.hero-copy h1 { margin-inline: auto; max-width: 11.5ch; }

.hero-copy .lede {
  max-width: 760px;
  margin: 30px auto 0;
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-object {
  position: relative;
  min-height: clamp(480px, 58vw, 720px);
  margin-top: clamp(60px, 8vw, 110px);
  overflow: hidden;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 78% 18%, rgba(255,255,255,.9), transparent 28%),
    linear-gradient(135deg, var(--green-pale), var(--sky) 54%, #e9e5f1);
}

.browser-object {
  position: absolute;
  left: 50%;
  bottom: -6%;
  width: min(82%, 1030px);
  overflow: hidden;
  border: 1px solid rgba(16, 22, 21, 0.16);
  border-radius: 18px 18px 0 0;
  background: var(--white);
  box-shadow: var(--shadow);
  transform: translateX(-50%) rotate(-1.2deg);
}

.browser-bar {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
  border-bottom: 1px solid var(--line);
  background: #f5f5f1;
}

.browser-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c8cbc5;
}

.browser-object img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top;
}

.signal-card {
  position: absolute;
  z-index: 2;
  min-width: 220px;
  padding: 20px;
  border: 1px solid rgba(16, 22, 21, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(16, 22, 21, 0.12);
  text-align: left;
}

.signal-card--left { left: 4%; bottom: 18%; transform: rotate(-4deg); }
.signal-card--right { right: 4%; top: 17%; transform: rotate(3deg); }

.signal-label {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.signal-value { font-size: 25px; font-weight: 650; letter-spacing: -.035em; }
.signal-note { display: block; margin-top: 6px; color: var(--green); font-size: 13px; font-weight: 650; }

.proof-caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 3;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 650;
}

.section { padding: clamp(92px, 11vw, 158px) 0; }
.section--white { background: var(--white); }
.section--dark { background: var(--night); color: var(--white); }
.section--soft { background: var(--soft); }

.section-heading {
  max-width: 890px;
  margin-bottom: clamp(46px, 7vw, 84px);
}

.section-heading h2 { max-width: 12ch; }
.section-heading .lede { max-width: 680px; margin: 26px 0 0; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center h2, .section-heading--center .lede { margin-inline: auto; }

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.offer-card {
  min-height: 620px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--radius);
  text-decoration: none;
}

.offer-card--launch { background: var(--sky); }
.offer-card--build { background: var(--sand); }
.offer-card--partner { background: var(--green); color: var(--white); }

.offer-copy { padding: clamp(30px, 4vw, 52px); }
.offer-number { display: block; margin-bottom: 48px; font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.offer-copy p { max-width: 30ch; margin: 18px 0 28px; color: rgba(16, 22, 21, .7); font-size: 18px; }
.offer-card--partner .offer-copy p { color: rgba(255,255,255,.72); }

.offer-art {
  min-height: 280px;
  margin-top: auto;
  padding: 0 28px 28px;
  display: grid;
  align-items: end;
}

.mini-browser {
  overflow: hidden;
  border-radius: 13px;
  background: var(--white);
  box-shadow: 0 20px 48px rgba(16, 22, 21, .13);
  transform: translateY(35px) rotate(-2deg);
  transition: transform 280ms ease;
}

.offer-card:hover .mini-browser { transform: translateY(24px) rotate(-1deg); }
.mini-browser img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; object-position: top; }

.build-map {
  position: relative;
  height: 250px;
  border-radius: 18px;
  background: rgba(255,255,255,.48);
}

.build-map::before,
.build-map::after {
  content: "";
  position: absolute;
  inset: 50% 16%;
  height: 1px;
  background: rgba(16,22,21,.2);
}

.build-map::after { transform: rotate(90deg); }

.map-node {
  position: absolute;
  padding: 10px 13px;
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 8px 25px rgba(16,22,21,.1);
  font-size: 13px;
  font-weight: 650;
}

.map-node:nth-child(1) { left: 8%; top: 18%; }
.map-node:nth-child(2) { right: 9%; top: 16%; }
.map-node:nth-child(3) { left: 14%; bottom: 17%; }
.map-node:nth-child(4) { right: 12%; bottom: 20%; }
.map-node:nth-child(5) { left: 50%; top: 50%; transform: translate(-50%, -50%); background: var(--ink); color: var(--white); }

.release-list {
  padding: 20px;
  border-radius: 18px;
  background: rgba(255,255,255,.1);
}

.release-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 2px;
  border-bottom: 1px solid rgba(255,255,255,.16);
  font-size: 14px;
}

.release-row:last-child { border-bottom: 0; }
.release-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--lime); }
.release-state { color: rgba(255,255,255,.6); font-size: 12px; }

.work-stack { display: grid; gap: 18px; }

.work-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .65fr);
  min-height: 620px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
}

.work-card:nth-child(even) { grid-template-columns: minmax(300px, .65fr) minmax(0, 1.05fr); }
.work-card:nth-child(even) .work-media { order: 2; }

.work-media { min-width: 0; padding: 30px 0 30px 30px; }
.work-card:nth-child(even) .work-media { padding: 30px 30px 30px 0; }

.work-media-frame {
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  background: var(--soft);
}

.work-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 600ms cubic-bezier(.2,.75,.2,1);
}

.work-card:hover .work-media img { transform: scale(1.02); }

.work-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(36px, 5vw, 70px);
}

.work-type { color: var(--green); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.work-copy h3 { margin-top: 22px; }
.work-copy p { max-width: 30ch; margin: 22px 0 0; color: var(--muted); font-size: 19px; }
.work-link { display: flex; align-items: center; justify-content: space-between; padding-top: 30px; border-top: 1px solid var(--line); font-weight: 650; }

.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.principle { min-height: 310px; padding: clamp(30px, 4vw, 48px); background: var(--paper); }
.principle strong { display: block; margin-bottom: 70px; color: var(--green); font-size: 14px; }
.principle h3 { font-size: 30px; }
.principle p { margin: 16px 0 0; color: var(--muted); }

.cta-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(62px, 9vw, 120px);
  border-radius: var(--radius-lg);
  background: var(--green);
  color: var(--white);
  text-align: center;
}

.cta-panel::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -160px;
  bottom: -270px;
  border: 70px solid rgba(223,240,189,.2);
  border-radius: 50%;
}

.cta-panel h2 { position: relative; z-index: 1; max-width: 12ch; margin-inline: auto; }
.cta-panel p { position: relative; z-index: 1; max-width: 650px; margin: 24px auto 0; color: rgba(255,255,255,.72); font-size: 20px; }
.cta-panel .hero-actions { position: relative; z-index: 1; }
.cta-panel .button--light { border-color: rgba(255,255,255,.32); background: var(--white); }

.page-hero { padding: clamp(82px, 12vw, 170px) 0 clamp(70px, 9vw, 120px); }
.page-hero-inner { max-width: 1180px; }
.page-hero h1 { max-width: 11.5ch; }
.page-hero .lede { max-width: 760px; margin: 30px 0 0; }
.page-hero .hero-actions { justify-content: flex-start; }

.commercial-line {
  margin: 30px 0 0;
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.page-hero--center .page-hero-inner { margin-inline: auto; text-align: center; }
.page-hero--center h1, .page-hero--center .lede { margin-inline: auto; }
.page-hero--center .hero-actions { justify-content: center; }

.hero-band {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--sky);
}

.hero-band img { width: 100%; height: auto; aspect-ratio: 16 / 8; object-fit: cover; object-position: top; }

.media-note {
  margin: 13px 4px 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.service-list { display: grid; gap: 14px; }

.service-band {
  min-height: 520px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
}

.service-band--launch { background: var(--sky); }
.service-band--build { background: var(--sand); }
.service-band--partner { background: var(--green); color: var(--white); }

.service-band-copy { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(38px, 6vw, 78px); }
.service-band-copy p { max-width: 32ch; margin: 22px 0 0; color: rgba(16,22,21,.67); font-size: 20px; }
.service-band--partner .service-band-copy p { color: rgba(255,255,255,.7); }
.service-band-art { min-width: 0; display: grid; place-items: center; padding: 42px; }

.capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.capability { min-height: 320px; padding: clamp(34px, 5vw, 62px); background: var(--white); }
.capability small { color: var(--green); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.capability h3 { margin-top: 60px; }
.capability p { max-width: 38ch; margin: 18px 0 0; color: var(--muted); }

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.25);
}

.process-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.process-step { min-height: 280px; padding: 32px 28px 30px 0; border-right: 1px solid rgba(255,255,255,.2); }
.process-step + .process-step { padding-left: 28px; }
.process-step:last-child { border-right: 0; }
.process-step strong { color: var(--lime); font-size: 13px; letter-spacing: .1em; }
.process-step h3 { margin-top: 70px; font-size: 28px; }
.process-step p { margin-top: 14px; color: rgba(255,255,255,.65); }

.price-lockup {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-top: 32px;
  font-size: clamp(42px, 7vw, 82px);
  font-weight: 650;
  letter-spacing: -.06em;
}

.price-lockup small { color: var(--muted); font-size: 17px; font-weight: 500; letter-spacing: 0; }

.collection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.collection-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  text-decoration: none;
}

.collection-card img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; transition: transform 400ms ease; }
.collection-card:hover img { transform: scale(1.02); }
.collection-card-copy { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding: 28px; }
.collection-card h3 { font-size: 30px; }
.collection-card p { margin: 8px 0 0; color: var(--muted); }

.collection-actions {
  flex: 0 0 auto;
  display: grid;
  gap: 8px;
  text-align: right;
}

.collection-actions a { font-size: 14px; font-weight: 650; text-decoration: none; }
.collection-actions a:first-child { color: var(--muted); }

.direction-layout {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(54px, 9vw, 130px);
  align-items: start;
}

.direction-intro { position: sticky; top: 120px; }
.direction-intro h2 { max-width: 11ch; }
.direction-intro .lede { max-width: 26ch; margin-top: 24px; }
.direction-intro .button { margin-top: 28px; }

.cycle {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.cycle-step {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(34px, 5vw, 58px);
  border-radius: var(--radius);
  background: rgba(255,255,255,.08);
}

.cycle-step strong { color: var(--lime); font-size: 14px; }
.cycle-step p { color: rgba(255,255,255,.66); }

.studio-split {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(50px, 9vw, 130px);
  align-items: start;
}

.studio-split > p { margin: 0; font-family: var(--serif); font-size: clamp(28px, 4vw, 48px); line-height: 1.24; }

.plain-list { margin: 0; padding: 0; list-style: none; }
.plain-list li { padding: 24px 0; border-top: 1px solid var(--line); }
.plain-list li:last-child { border-bottom: 1px solid var(--line); }
.plain-list strong { display: block; margin-bottom: 6px; font-size: 20px; }
.plain-list span { color: var(--muted); }

.honesty-note {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 50px;
  padding: clamp(36px, 6vw, 72px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.honesty-note h3 { font-size: 34px; }
.honesty-note p { max-width: 55ch; margin: 0; color: var(--muted); font-size: 19px; }

.start-layout {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}

.path-picker { display: grid; gap: 10px; }

.path-option {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.path-option:hover, .path-option[aria-pressed="true"] { border-color: var(--green); background: var(--green-pale); }
.path-index { color: var(--green); font-size: 13px; font-weight: 700; }
.path-option strong { display: block; font-size: 18px; }
.path-option small { display: block; margin-top: 2px; color: var(--muted); }

.project-form {
  padding: clamp(28px, 5vw, 58px);
  border-radius: var(--radius);
  background: var(--white);
}

.form-heading { margin: 0 0 34px; font-size: clamp(34px, 4vw, 52px); }
.brief-field { margin-bottom: 20px; }

.form-options { margin-top: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.form-options summary { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; color: var(--green); font-weight: 650; cursor: pointer; list-style: none; }
.form-options summary::-webkit-details-marker { display: none; }
.form-options[open] summary span { transform: rotate(45deg); }
.form-options .form-grid { padding: 4px 0 24px; }

.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.field { display: grid; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 14px; font-weight: 650; }

.field input, .field select, .field textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  border: 1px solid #ccd0c8;
  border-radius: 11px;
  background: var(--paper);
  color: var(--ink);
}

.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green); outline: 2px solid rgba(15,92,75,.16); }

.form-fine { margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.form-actions { display: flex; align-items: center; gap: 16px; margin-top: 24px; }
.form-status { margin: 0; color: var(--green); font-weight: 650; }
.form-status[hidden] { display: none; }

.form-fallback { display: inline-block; margin-top: 14px; color: var(--green); font-weight: 650; }
.form-fallback[hidden] { display: none; }
.response-promise { max-width: 48ch; margin-top: 24px; }

.field-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.success-panel { padding: clamp(34px, 6vw, 70px); border-radius: var(--radius); background: var(--green-pale); }
.success-panel h2 { font-size: clamp(38px, 5vw, 62px); }
.success-panel p { max-width: 55ch; margin: 22px 0 0; color: var(--muted); }

.legal-copy { max-width: 860px; }
.legal-copy h2 { margin: 72px 0 20px; font-size: clamp(32px, 4vw, 48px); }
.legal-copy p { color: var(--muted); font-family: var(--serif); font-size: 21px; line-height: 1.65; }
.legal-copy a { color: var(--green); }
.error-page { min-height: calc(100vh - 73px); display: grid; place-items: center; }
.error-code { display: block; margin-bottom: 20px; color: var(--green); font-size: 13px; font-weight: 700; letter-spacing: .14em; }

.site-footer { padding: 80px 0 34px; border-top: 1px solid var(--line); }

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 40px;
}

.footer-intro p { max-width: 32ch; margin: 18px 0 0; color: var(--muted); }
.footer-col h4 { margin: 4px 0 16px; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.footer-col ul { margin: 0; padding: 0; list-style: none; }
.footer-col li + li { margin-top: 10px; }
.footer-col a { color: var(--muted); text-decoration: none; }
.footer-col a:hover { color: var(--ink); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 70px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }

@media (max-width: 1040px) {
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: 520px; }
  .offer-copy p { max-width: 48ch; }
  .work-card, .work-card:nth-child(even) { grid-template-columns: 1fr; }
  .work-card:nth-child(even) .work-media { order: initial; }
  .work-media, .work-card:nth-child(even) .work-media { min-height: 480px; padding: 24px 24px 0; }
  .principle-grid { grid-template-columns: 1fr; }
  .service-band { grid-template-columns: 1fr; }
  .service-band-art { min-height: 390px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid--three { grid-template-columns: repeat(3, 1fr); }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.2); }
  .cycle { grid-template-columns: 1fr; }
  .cycle-step { min-height: 280px; }
}

@media (max-width: 840px) {
  .menu-toggle { display: block; }
  .header-inner > .button { display: none; }
  .main-nav {
    position: fixed;
    inset: 72px 0 0;
    z-index: 99;
    display: grid;
    align-content: start;
    gap: 0;
    padding: 28px var(--gutter);
    background: var(--paper);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 160ms ease, transform 160ms ease;
  }
  body[data-nav-open="true"] .main-nav { opacity: 1; pointer-events: auto; transform: none; }
  .main-nav a { padding: 20px 0; border-bottom: 1px solid var(--line); font-size: 28px; letter-spacing: -.03em; }
  .main-nav .mobile-start { display: block; color: var(--green); }
  .signal-card--left { left: 2%; }
  .signal-card--right { right: 2%; }
  .capability-grid { grid-template-columns: 1fr; }
  .collection-grid { grid-template-columns: 1fr; }
  .studio-split, .honesty-note, .start-layout, .direction-layout { grid-template-columns: 1fr; }
  .direction-intro { position: static; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .header-inner { min-height: 64px; }
  .main-nav { inset: 64px 0 0; }
  h1 { font-size: clamp(46px, 14vw, 68px); }
  h2 { font-size: clamp(38px, 11vw, 54px); }
  .hero-home { padding-top: 68px; }
  .hero-copy .lede { margin-top: 24px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-object { min-height: 420px; margin-top: 52px; border-radius: 24px; }
  .browser-object { width: 94%; bottom: 4%; transform: translateX(-50%) rotate(-1deg); }
  .signal-card { min-width: 0; padding: 14px; }
  .signal-card--left { left: 4%; bottom: auto; top: 8%; }
  .signal-card--right { right: 4%; top: 28%; }
  .signal-value { font-size: 18px; }
  .offer-card { min-height: 510px; }
  .offer-number { margin-bottom: 34px; }
  .work-card { min-height: 0; }
  .work-media, .work-card:nth-child(even) .work-media { min-height: 280px; padding: 14px 14px 0; }
  .work-copy { min-height: 330px; }
  .principle { min-height: 260px; }
  .principle strong { margin-bottom: 48px; }
  .cta-panel { padding-inline: 24px; border-radius: 24px; }
  .service-band { min-height: 0; }
  .service-band-art { min-height: 300px; padding: 24px; }
  .process-grid, .process-grid--three { grid-template-columns: 1fr; }
  .process-step, .process-step + .process-step { min-height: 220px; padding: 28px 0; border-right: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .process-step h3 { margin-top: 48px; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .form-actions { display: grid; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
  .collection-card-copy { align-items: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
}
