:root {
  color-scheme: light;
  --paper: #f7f8f6;
  --paper-deep: #eef0ed;
  --white: #ffffff;
  --ink: #24272c;
  --ink-2: #4f545b;
  --muted: #747980;
  --orange: #ff5a1f;
  --orange-2: #ff7a38;
  --line: rgba(36, 39, 44, .12);
  --line-strong: rgba(36, 39, 44, .2);
  --radius-s: 12px;
  --radius-m: 20px;
  --radius-l: 32px;
  --shadow-1: 0 18px 60px rgba(36, 39, 44, .08);
  --shadow-2: 0 28px 90px rgba(36, 39, 44, .14);
  --ease-out: cubic-bezier(.23, 1, .32, 1);
  --ease-in-out: cubic-bezier(.645, .045, .355, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--paper); color: var(--ink); }
body.menu-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }

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

/* Long-form agency page */
.pitch {
  position: relative;
  z-index: 45;
  overflow: visible;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sw-font-body, Inter, ui-sans-serif, system-ui, sans-serif);
}
.pitch__in { width: min(1180px, calc(100% - clamp(32px, 8vw, 112px))); margin-inline: auto; }
.pitch-section { position: relative; padding: clamp(80px, 10vw, 144px) 0; }
.pitch-section + .pitch-section { border-top: 1px solid var(--line); }
.pitch-section[id] { scroll-margin-top: 0; }
#pricing, #apply { padding-top: clamp(56px, 6vw, 88px); }

.pitch-nav {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(36, 39, 44, .09);
  background: rgba(247, 248, 246, .88);
  backdrop-filter: blur(18px) saturate(1.2);
}
.pitch-nav__in {
  width: min(1280px, calc(100% - 32px));
  min-height: 68px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.pitch-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-weight: 850; letter-spacing: -.04em; text-transform: uppercase; }
.pitch-brand__logo { display: block; width: clamp(124px, 13vw, 152px); height: auto; }
.pitch-brand__mark { width: 26px; height: 26px; border-radius: 7px; background: linear-gradient(135deg, var(--ink) 0 46%, var(--orange) 46% 62%, var(--ink) 62%); box-shadow: 0 6px 20px rgba(255, 90, 31, .22); }
.pitch-nav__links { display: flex; align-items: center; gap: 4px; }
.pitch-nav__links a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 13px; border-radius: 999px; color: var(--ink-2); text-decoration: none; font-size: .88rem; font-weight: 700; transition: color 160ms ease, background 160ms ease; }
.pitch-nav__links a:hover, .pitch-nav__links a:focus-visible { color: var(--ink); background: var(--white); }
.pitch-nav__cta { margin-left: 6px; color: var(--white) !important; background: var(--ink) !important; padding-inline: 18px !important; }
.pitch-nav__toggle { display: none; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; background: var(--ink); color: var(--white); cursor: pointer; }
.pitch-nav__toggle span, .pitch-nav__toggle::before, .pitch-nav__toggle::after { content: ""; width: 18px; height: 2px; border-radius: 2px; background: currentColor; display: block; transition: transform 220ms var(--ease-out), opacity 160ms ease; }
.pitch-nav__toggle span { margin: 4px 0; }
.pitch-nav__toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.pitch-nav__toggle[aria-expanded="true"] span { opacity: 0; }
.pitch-nav__toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

.p-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--orange); font-size: .76rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.p-eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 2px; background: currentColor; }
.p-h1, .p-h2, .p-h3 { font-family: var(--sw-font-display, Inter, ui-sans-serif, system-ui, sans-serif); }
.p-h1 { max-width: 14ch; margin: 0; font-size: clamp(2.85rem, 6.6vw, 6.3rem); font-weight: 850; letter-spacing: -.065em; line-height: .92; }
.p-h2 { max-width: 18ch; margin: 0; font-size: clamp(2.25rem, 4.8vw, 4.7rem); font-weight: 830; letter-spacing: -.052em; line-height: .98; }
.p-h3 { margin: 0; font-size: 1.16rem; font-weight: 780; letter-spacing: -.018em; line-height: 1.2; }
.p-lede { max-width: 58ch; margin: 28px 0 0; color: var(--ink-2); font-size: clamp(1.08rem, 1.6vw, 1.35rem); line-height: 1.55; }
.p-body { max-width: 64ch; margin: 0; color: var(--ink-2); font-size: 1.02rem; line-height: 1.7; }
.p-body + .p-body { margin-top: 18px; }
.p-kicker { color: var(--muted); font-size: .86rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.p-note { margin: 16px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.p-note a { color: inherit; text-underline-offset: 3px; }

.p-cta { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 24px; border: 0; border-radius: 999px; background: var(--orange); color: var(--white); box-shadow: 0 12px 30px rgba(255, 90, 31, .26); cursor: pointer; font-weight: 800; text-decoration: none; transition: transform 180ms var(--ease-out), box-shadow 180ms var(--ease-out), background 180ms ease; }
.p-cta::after { content: "\2197"; font-size: 1.05em; transition: transform 180ms var(--ease-out); }
.p-cta:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(255, 90, 31, .34); }
.p-cta:hover::after { transform: translate(2px, -2px); }
.p-cta:active { transform: translateY(-1px) scale(.98); }
.p-cta--dark { background: var(--ink); box-shadow: 0 12px 32px rgba(36, 39, 44, .2); }
.p-cta--ghost { background: transparent; color: var(--ink); border: 1px solid var(--line-strong); box-shadow: none; }
.p-cta--ghost:hover { color: var(--orange); border-color: var(--orange); box-shadow: none; }
.p-cta--ghost::after { content: "\2193"; }
.p-ctarow { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 34px; }

.lead-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: clamp(44px, 7vw, 100px); }
.lead-copy { position: relative; z-index: 2; }
.lead-visual { position: relative; min-height: 620px; }
.lead-visual::before { content: ""; position: absolute; inset: 8% -16% 2% 12%; border-radius: 48% 52% 46% 54%; background: rgba(255, 90, 31, .1); filter: blur(3px); transform: rotate(-7deg); }
.lead-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius-l); box-shadow: var(--shadow-2); }
.lead-stamp { position: absolute; z-index: 2; right: -34px; bottom: 42px; width: 128px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: var(--white); box-shadow: 0 20px 60px rgba(255, 90, 31, .34); font-size: .72rem; font-weight: 850; letter-spacing: .13em; line-height: 1.25; text-align: center; text-transform: uppercase; transform: rotate(8deg); }
.lead-stats { display: grid; grid-template-columns: repeat(3, max-content); gap: 28px; margin: 40px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); }
.lead-stat strong { display: block; font-size: 1.6rem; letter-spacing: -.04em; }
.lead-stat span { display: block; max-width: 12ch; margin-top: 2px; color: var(--muted); font-size: .77rem; line-height: 1.35; }

.p-split { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); align-items: start; gap: clamp(44px, 8vw, 120px); }
.p-sticky { position: sticky; top: 112px; }
.problem-list { list-style: none; margin: 0; padding: 0; counter-reset: issue; }
.problem-list li { counter-increment: issue; display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 24px 0; border-top: 1px solid var(--line); }
.problem-list li:last-child { border-bottom: 1px solid var(--line); }
.problem-list li::before { content: counter(issue, decimal-leading-zero); color: var(--orange); font-family: ui-monospace, Menlo, monospace; font-size: .76rem; font-weight: 800; letter-spacing: .08em; padding-top: 4px; }
.problem-list p { margin: 6px 0 0; color: var(--ink-2); line-height: 1.6; }

.diagnostic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.diagnostic-card { position: relative; min-height: 310px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-m); background: var(--white); overflow: hidden; transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out), border-color 220ms ease; }
.diagnostic-card::after { content: ""; position: absolute; right: -55px; bottom: -70px; width: 160px; height: 160px; border-radius: 50%; background: var(--orange); opacity: .08; transition: transform 260ms var(--ease-out); }
.diagnostic-card:hover { transform: translateY(-6px); border-color: rgba(255, 90, 31, .35); box-shadow: var(--shadow-1); }
.diagnostic-card:hover::after { transform: scale(1.25); }
.diagnostic-card__num { color: var(--orange); font-family: ui-monospace, Menlo, monospace; font-weight: 800; }
.diagnostic-card p { margin: 16px 0 0; color: var(--ink-2); line-height: 1.62; }

.system-visual { position: relative; min-height: 560px; margin-top: 52px; overflow: hidden; border-radius: var(--radius-l); background: var(--ink); box-shadow: var(--shadow-1); }
.system-visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform 800ms var(--ease-out); }
.system-visual:hover img { transform: scale(1.025); }
.system-visual__caption { position: absolute; z-index: 2; left: 24px; bottom: 24px; max-width: 410px; padding: 20px 22px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 16px; background: rgba(36, 39, 44, .76); color: var(--white); backdrop-filter: blur(14px); }
.system-visual__caption strong { display: block; font-size: 1.08rem; }
.system-visual__caption span { display: block; margin-top: 5px; color: rgba(255, 255, 255, .7); font-size: .88rem; line-height: 1.5; }

.flip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 24px; }
.flip-card { position: relative; min-height: 360px; padding: 0; border: 0; border-radius: var(--radius-m); background: transparent; color: inherit; cursor: pointer; text-align: left; perspective: 1200px; }
.flip-card__inner { position: absolute; inset: 0; transform-style: preserve-3d; transition: transform 560ms var(--ease-out); }
.flip-card[aria-expanded="true"] .flip-card__inner { transform: rotateY(180deg); }
.flip-card__face { position: absolute; inset: 0; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: inherit; background: var(--white); overflow: hidden; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.flip-card__front { justify-content: space-between; }
.flip-card__front::after { content: ""; position: absolute; width: 170px; height: 170px; right: -74px; bottom: -76px; border-radius: 50%; background: var(--layer-color, var(--orange)); opacity: .12; }
.flip-card__back { background: var(--ink); color: var(--white); transform: rotateY(180deg); }
.flip-card__back p { color: rgba(255, 255, 255, .72); line-height: 1.62; }
.flip-card__tag { color: var(--orange); font-family: ui-monospace, Menlo, monospace; font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.flip-card__title { max-width: 9ch; margin: auto 0 0; font-size: 2.3rem; font-weight: 850; letter-spacing: -.05em; line-height: .98; }
.flip-card__hint { margin-top: 24px; color: var(--muted); font-size: .8rem; font-weight: 750; }

.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.section-heading-row .p-body { max-width: 48ch; }
.service-bands { display: grid; gap: 22px; margin-top: 52px; }
.service-band { position: relative; min-height: 430px; display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); overflow: hidden; border-radius: var(--radius-l); background: var(--ink); box-shadow: var(--shadow-1); }
.service-band:nth-child(even) .service-band__media { order: 2; }
.service-band__media { position: relative; min-height: 430px; overflow: hidden; }
.service-band__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 48%, rgba(36, 39, 44, .26)); }
.service-band__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease-out); }
.service-band:hover .service-band__media img { transform: scale(1.035); }
.service-band__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 6vw, 72px); color: var(--white); }
.service-band__content .p-eyebrow { margin-bottom: 14px; }
.service-band__content h3 { max-width: 10ch; margin: 0; font-size: clamp(2.2rem, 4.5vw, 4rem); line-height: .95; letter-spacing: -.055em; }
.service-band__content > p { max-width: 44ch; margin: 20px 0 0; color: rgba(255, 255, 255, .66); line-height: 1.6; }
.service-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; margin: 28px 0 0; padding: 0; list-style: none; }
.service-list li { position: relative; padding: 12px 0 12px 20px; border-top: 1px solid rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .9); font-size: .94rem; font-weight: 680; }
.service-list li::before { content: "+"; position: absolute; left: 0; color: var(--orange); }

.pricing-wrap { padding: clamp(44px, 7vw, 82px); border-radius: var(--radius-l); background: var(--ink); color: var(--white); }
.pricing-wrap .p-h2 { color: var(--white); }
.pricing-wrap .p-body { color: rgba(255, 255, 255, .65); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 16px; margin-top: 50px; }
.price-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 28px; border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--radius-m); background: rgba(255, 255, 255, .055); transition: transform 220ms var(--ease-out), background 220ms ease, border-color 220ms ease; }
.price-card:hover { transform: translateY(-6px); background: rgba(255, 255, 255, .085); border-color: rgba(255, 255, 255, .28); }
.price-card--featured { background: var(--white); color: var(--ink); border-color: var(--white); box-shadow: 0 26px 70px rgba(0, 0, 0, .28); transform: translateY(-12px); }
.price-card--featured:hover { background: var(--white); transform: translateY(-18px); }
.price-badge { position: absolute; top: 18px; right: 18px; padding: 6px 9px; border-radius: 999px; background: rgba(255, 90, 31, .14); color: var(--orange); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.price-card__eyebrow { margin: 0; color: var(--orange); font-size: .73rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.price-card h3 { margin: 12px 0 0; font-size: 1.7rem; letter-spacing: -.04em; }
.price-card__best { min-height: 48px; margin: 10px 0 0; color: rgba(255, 255, 255, .58); font-size: .88rem; line-height: 1.45; }
.price-card--featured .price-card__best { color: var(--muted); }
.price { display: flex; align-items: baseline; gap: 6px; margin: 24px 0; }
.price strong { font-size: clamp(2.15rem, 4vw, 3.25rem); letter-spacing: -.065em; }
.price span { color: rgba(255, 255, 255, .54); font-size: .82rem; }
.price-card--featured .price span { color: var(--muted); }
.price-list { flex: 1; display: grid; align-content: start; gap: 12px; margin: 0 0 28px; padding: 22px 0 0; border-top: 1px solid rgba(255, 255, 255, .15); list-style: none; }
.price-card--featured .price-list { border-color: var(--line); }
.price-list li { position: relative; padding-left: 22px; color: rgba(255, 255, 255, .78); font-size: .9rem; line-height: 1.45; }
.price-card--featured .price-list li { color: var(--ink-2); }
.price-list li::before { content: "\2713"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }
.price-card .p-cta { width: 100%; min-height: 48px; }
.price-card:not(.price-card--featured) .p-cta { background: var(--white); color: var(--ink); box-shadow: none; }
.pricing-note { margin: 28px 0 0; color: rgba(255, 255, 255, .5); font-size: .82rem; line-height: 1.6; text-align: center; }

.process-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .92fr); gap: clamp(44px, 8vw, 100px); align-items: center; }
.process-list { list-style: none; margin: 42px 0 0; padding: 0; counter-reset: process; }
.process-list li { counter-increment: process; position: relative; padding: 0 0 32px 62px; }
.process-list li:not(:last-child)::after { content: ""; position: absolute; left: 19px; top: 40px; bottom: 4px; width: 1px; background: var(--line-strong); }
.process-list li::before { content: counter(process, decimal-leading-zero); position: absolute; left: 0; top: -6px; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; background: var(--paper); color: var(--orange); font: 750 .72rem/1 ui-monospace, Menlo, monospace; }
.process-list p { margin: 8px 0 0; color: var(--ink-2); line-height: 1.58; }
.process-image { position: relative; min-height: 650px; overflow: hidden; border-radius: var(--radius-l); box-shadow: var(--shadow-2); }
.process-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.process-image__note { position: absolute; left: 20px; right: 20px; bottom: 20px; padding: 18px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 14px; background: rgba(36, 39, 44, .76); color: var(--white); backdrop-filter: blur(12px); font-size: .88rem; line-height: 1.5; }

.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 42px; }
.fit-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-m); background: var(--white); }
.fit-card--yes { background: rgba(255, 90, 31, .055); border-color: rgba(255, 90, 31, .24); }
.fit-card ul { display: grid; gap: 14px; margin: 22px 0 0; padding: 0; list-style: none; }
.fit-card li { position: relative; padding-left: 26px; color: var(--ink-2); line-height: 1.55; }
.fit-card li::before { position: absolute; left: 0; color: var(--orange); font-weight: 900; }
.fit-card--yes li::before { content: "+"; }
.fit-card--no li::before { content: "\2212"; color: var(--muted); }

.proof-strip { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(36px, 7vw, 90px); padding: clamp(40px, 7vw, 76px); border-radius: var(--radius-l); background: var(--white); box-shadow: var(--shadow-1); }
.proof-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.proof-metric { padding: 22px 16px; border-radius: 16px; background: var(--paper-deep); }
.proof-metric strong { display: block; color: var(--orange); font-size: 1.45rem; letter-spacing: -.04em; }
.proof-metric span { display: block; margin-top: 5px; color: var(--ink-2); font-size: .79rem; line-height: 1.4; }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 72px; position: relative; display: flex; align-items: center; padding: 20px 54px 20px 0; cursor: pointer; list-style: none; font-size: 1.08rem; font-weight: 780; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 8px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--white); color: var(--orange); font-size: 1.35rem; font-weight: 500; transition: transform 220ms var(--ease-out), background 180ms ease; }
.faq details[open] summary::after { transform: rotate(45deg); background: rgba(255, 90, 31, .1); }
.faq__answer { max-width: 72ch; padding: 0 54px 26px 0; color: var(--ink-2); line-height: 1.65; }

.apply-shell { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); overflow: hidden; border-radius: var(--radius-l); background: var(--ink); color: var(--white); box-shadow: var(--shadow-2); }
.apply-copy { position: relative; padding: clamp(40px, 7vw, 76px); overflow: hidden; }
.apply-copy > * { position: relative; z-index: 1; }
.apply-copy::after { content: ""; position: absolute; width: 290px; height: 290px; left: -140px; bottom: -180px; border-radius: 50%; border: 52px solid var(--orange); opacity: .72; }
.apply-copy .p-h2 { color: var(--white); }
.apply-copy .p-lede { color: rgba(255, 255, 255, .65); }
.apply-points { display: grid; gap: 12px; margin: 36px 0 0; padding: 0; list-style: none; }
.apply-points li { position: relative; padding-left: 24px; color: #d8dad7; font-size: .9rem; }
.apply-points li::before { content: "\2713"; position: absolute; left: 0; color: var(--orange); }
.audit-form { position: relative; min-width: 0; padding: clamp(32px, 6vw, 64px); background: var(--white); color: var(--ink); }
.form-delivery { margin: 0 0 18px; padding: 10px 12px; border-radius: 9px; background: rgba(255, 90, 31, .07); color: var(--ink-2); font-size: .75rem; line-height: 1.45; }
.form-progress { display: flex; align-items: center; gap: 8px; margin-bottom: 36px; }
.form-progress span { height: 4px; flex: 1; border-radius: 999px; background: var(--paper-deep); overflow: hidden; }
.form-progress span::after { content: ""; display: block; width: 100%; height: 100%; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform 260ms var(--ease-out); }
.form-progress span.is-complete::after, .form-progress span.is-current::after { transform: scaleX(1); }
.form-progress span.is-current::after { animation: progress-in 350ms var(--ease-out); }
@keyframes progress-in { from { transform: scaleX(.1); } }
.form-step { margin: 0; padding: 0; border: 0; min-width: 0; animation: step-in 260ms var(--ease-out); }
.form-step[hidden] { display: none; }
@keyframes step-in { from { opacity: 0; transform: translateX(16px); } to { opacity: 1; transform: none; } }
.form-step__count { margin: 0 0 8px; color: var(--orange); font-size: .74rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.form-step legend { width: 100%; padding: 0; font-size: 1.7rem; font-weight: 820; letter-spacing: -.04em; }
.form-step__intro { margin: 8px 0 28px; color: var(--muted); line-height: 1.5; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 16px; }
.form-field { min-width: 0; }
.form-field--full { grid-column: 1 / -1; }
.form-field label, .form-label { display: block; margin-bottom: 7px; color: var(--ink); font-size: .84rem; font-weight: 760; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--line-strong); border-radius: 11px; outline: none; background: var(--paper); color: var(--ink); transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.form-field textarea { min-height: 124px; resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #92969b; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--orange); background: var(--white); box-shadow: 0 0 0 4px rgba(255, 90, 31, .12); }
.form-field small { display: block; margin-top: 6px; color: var(--muted); font-size: .76rem; line-height: 1.4; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice span { min-height: 50px; display: flex; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid var(--line-strong); border-radius: 11px; background: var(--paper); color: var(--ink-2); cursor: pointer; font-size: .86rem; font-weight: 680; transition: border-color 160ms ease, background 160ms ease, color 160ms ease; }
.choice span::before { content: ""; width: 17px; height: 17px; flex: 0 0 auto; border: 1px solid #a8acb0; border-radius: 5px; background: var(--white); }
.choice input:checked + span { border-color: var(--orange); background: rgba(255, 90, 31, .07); color: var(--ink); }
.choice input:checked + span::before { border-color: var(--orange); background: var(--orange) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3 8 3 3 7-7' fill='none' stroke='white' stroke-width='2'/%3E%3C/svg%3E") center/13px no-repeat; }
.choice input:focus-visible + span { box-shadow: 0 0 0 4px rgba(255, 90, 31, .15); }
.consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 18px; color: var(--ink-2); font-size: .8rem; line-height: 1.5; }
.consent input { width: 18px; height: 18px; margin-top: 1px; accent-color: var(--orange); }
.form-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.form-back { min-height: 48px; padding: 12px 18px; border: 1px solid var(--line-strong); border-radius: 999px; background: transparent; color: var(--ink); cursor: pointer; font-weight: 760; }
.form-actions .p-cta { margin-left: auto; }
.form-status { min-height: 24px; margin-top: 16px; color: var(--muted); font-size: .8rem; line-height: 1.45; }
.form-status.is-error { color: #a02c18; }
.form-success { display: none; min-height: 440px; place-content: center; text-align: center; }
.form-success.is-visible { display: grid; }
.form-success__icon { width: 60px; height: 60px; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 50%; background: rgba(255, 90, 31, .11); color: var(--orange); font-size: 1.6rem; }
.form-success h3 { margin: 0; font-size: 2rem; letter-spacing: -.04em; }
.form-success p { max-width: 42ch; margin: 12px auto 0; color: var(--ink-2); line-height: 1.6; }

.p-foot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; padding: 36px 0 54px; color: var(--muted); font-size: .82rem; }
.p-foot a { color: inherit; text-underline-offset: 3px; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity 600ms var(--ease-out), transform 600ms var(--ease-out); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: 90ms; }
.reveal[data-delay="2"] { transition-delay: 180ms; }
body.in-pitch .sw-route, body.in-pitch .sw-hint, body.in-pitch .sw-topbar { opacity: 0; pointer-events: none; }
.sw-route, .sw-hint, .sw-topbar { transition: opacity 240ms ease; }

:focus-visible { outline: 3px solid rgba(255, 90, 31, .9); outline-offset: 3px; }

@media (max-width: 1040px) {
  .pitch-nav__links a:not(.pitch-nav__cta) { padding-inline: 9px; font-size: .82rem; }
  .lead-grid, .process-grid { grid-template-columns: 1fr 1fr; gap: 44px; }
  .lead-visual { min-height: 520px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card--featured { transform: none; }
  .price-card--featured:hover { transform: translateY(-6px); }
  .price-card__best { min-height: 0; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 76px; }
  .pitch__in { width: min(100% - 32px, 680px); }
  .pitch-section { padding: 76px 0; }
  .pitch-nav__in { min-height: 62px; }
  .pitch-nav__toggle { display: grid; }
  .pitch-nav__links { position: fixed; top: 62px; left: 0; right: 0; bottom: 0; display: grid; align-content: start; gap: 6px; padding: 24px 16px; background: rgba(247, 248, 246, .98); transform: translateX(100%); transition: transform 260ms var(--ease-out); }
  .pitch-nav__links.is-open { transform: none; }
  .pitch-nav__links a { min-height: 54px; padding: 0 18px; border-radius: 14px; background: var(--white); font-size: 1rem; }
  .pitch-nav__cta { margin: 8px 0 0; justify-content: center; }
  .lead-grid, .p-split, .process-grid, .apply-shell, .proof-strip { grid-template-columns: 1fr; }
  .lead-visual { min-height: 510px; }
  .lead-stamp { right: -6px; bottom: 24px; width: 108px; }
  .p-sticky { position: static; }
  .diagnostic-grid, .flip-grid { grid-template-columns: 1fr; }
  .diagnostic-card { min-height: 240px; }
  .flip-card { min-height: 320px; }
  .section-heading-row { display: block; }
  .section-heading-row .p-body { margin-top: 22px; }
  .service-band { grid-template-columns: 1fr; }
  .service-band:nth-child(even) .service-band__media { order: 0; }
  .service-band__media { min-height: 330px; }
  .service-band__content { padding: 36px 28px 40px; }
  .process-image { min-height: 520px; order: -1; }
  .apply-copy { min-height: 430px; }
}

@media (max-width: 620px) {
  .pitch__in { width: calc(100% - 28px); }
  .pitch-section { padding: 64px 0; }
  .p-h1 { font-size: clamp(2.75rem, 14.5vw, 4rem); }
  .p-h2 { font-size: clamp(2.15rem, 11vw, 3.1rem); }
  .p-ctarow { display: grid; }
  .p-ctarow .p-cta { width: 100%; }
  .lead-visual { min-height: 420px; }
  .lead-stats { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .lead-stat strong { font-size: 1.3rem; }
  .system-visual { min-height: 440px; margin-inline: -14px; border-radius: 22px; }
  .system-visual__caption { left: 14px; right: 14px; bottom: 14px; }
  .service-band { min-height: 0; border-radius: 22px; }
  .service-band__media { min-height: 260px; }
  .service-list { grid-template-columns: 1fr; }
  .pricing-wrap { margin-inline: -14px; padding: 42px 16px; border-radius: 0; }
  .price-card { padding: 24px; }
  .fit-grid, .proof-metrics, .form-grid, .choice-grid { grid-template-columns: 1fr; }
  .fit-card { padding: 26px 22px; }
  .proof-strip { padding: 30px 22px; }
  .proof-metrics { margin-top: 8px; }
  .process-image { min-height: 430px; }
  .apply-shell { margin-inline: -14px; border-radius: 0; }
  .apply-copy { min-height: 0; padding: 44px 24px 120px; }
  .audit-form { padding: 34px 20px 38px; }
  .form-field--full { grid-column: auto; }
  .form-actions { flex-wrap: wrap; }
  .form-actions .p-cta { flex: 1; }
  .p-foot { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .p-cta:hover, .diagnostic-card:hover, .price-card:hover, .price-card--featured:hover { transform: none; }
}
