/* Clever Penguin — Dark Mode Draft
   Base: #121212 background, #f6f6f6 text
   Design system: warm editorial adapted for dark */

/* ------------------------------------------------------------------ fonts */
@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/Fraunces-300.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-latin-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-latin-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-latin-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}

/* ------------------------------------------------------------------ tokens */
:root {
  --canvas: #121212;
  --canvas-soft: #1a1a1a;
  --dark: #0a0a0a;
  --card: #44362f;
  --surface-strong: #635147;

  --ink: #f6f6f6;
  --body: #d0d0d0;
  --muted: #999999;
  --muted-soft: #707070;

  --hairline: #333333;
  --hairline-strong: #404040;

  --cta: #f2941a;
  --cta-hover: #ff9e1f;
  --amber-text: #ffb84d;
  --cta-ink: #ffffff;
  --cta-ink-hover: #f6f6f6;

  --on-dark: #ffffff;
  --on-dark-soft: #b0b0b0;

  --grad-sand: #e0c9a0;
  --grad-orange: #f2941a;
  --grad-dusk: #5b7bb4;

  --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  --container: 1200px;
  --section: 96px;
  --shadow-soft: 0 4px 16px rgba(0, 0, 0, 0.4);
  --shadow-hover: 0 6px 24px rgba(0, 0, 0, 0.6);
}

/* ------------------------------------------------------------------ reset */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

body {
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; color: inherit; }

/* themed browser surfaces */
::selection { background: rgba(242, 148, 26, 0.3); color: var(--ink); }
:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
  border-radius: 2px;
}
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: var(--canvas); }
::-webkit-scrollbar-thumb {
  background: var(--hairline-strong);
  border: 3px solid var(--canvas);
  border-radius: 999px;
}
::-webkit-scrollbar-thumb:hover { background: var(--muted-soft); }
html { scrollbar-color: var(--hairline-strong) var(--canvas); }

.skip-link {
  position: absolute;
  left: 16px; top: -60px;
  z-index: 100;
  background: var(--cta);
  color: #000;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px; font-weight: 500;
  text-decoration: none;
  transition: top 0.15s ease;
}
.skip-link:focus { top: 16px; }

/* ------------------------------------------------------------------ layout */
.wrap { max-width: var(--container); margin: 0 auto; }
.section { padding: var(--section) 32px; }
.section--soft { background: var(--canvas-soft); }
.section--canvas { background: var(--canvas); }
.section--dark { background: var(--dark); }
.section--bleed { position: relative; overflow: hidden; }
.section--ruled { border-top: 1px solid var(--hairline); }

.section--ink { background: var(--canvas); color: var(--ink); }
.section--ink .display,
.section--ink h1,
.section--ink h2 { color: var(--ink); }
.section--ink .eyebrow { color: var(--muted); }
.section--ink .lede,
.section--ink .prose { color: var(--body); }
.section--ink .btn--outline {
  color: var(--ink);
  border-color: rgba(255, 255, 255, 0.2);
}
.section--ink .btn--outline:hover {
  border-color: var(--ink);
  background-color: rgba(255, 255, 255, 0.06);
}
.section--ink .datum__seg,
.section--ink .datum__end { background: rgba(255, 255, 255, 0.2); }
.section--ink .datum__bm { border-bottom-color: var(--ink); }
.section--ink .split__media { border-color: rgba(255, 255, 255, 0.1); box-shadow: none; }

.eyebrow {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: var(--muted);
}
.eyebrow--orange { color: var(--amber-text); }
.eyebrow--soft { color: var(--muted-soft); }

.display {
  font-family: var(--font-display);
  font-weight: 300;
  color: var(--ink);
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.display--mega { font-size: clamp(2.6rem, 1.55rem + 4.6vw, 4rem); line-height: 1.05; letter-spacing: -0.03em; }
.display--xl   { font-size: clamp(2.1rem, 1.5rem + 2.6vw, 3rem); line-height: 1.08; letter-spacing: -0.02em; }
.display--lg   { font-size: clamp(1.8rem, 1.4rem + 1.7vw, 3rem); line-height: 1.17; letter-spacing: -0.01em; }
.display--md   { font-size: clamp(1.6rem, 1.35rem + 1vw, 1.875rem); line-height: 1.2; letter-spacing: -0.01em; }
.display--sm   { font-size: 1.5rem; line-height: 1.3; letter-spacing: -0.01em; }

.lede {
  color: var(--body);
  font-size: clamp(1.0625rem, 1rem + 0.4vw, 1.25rem);
  line-height: 1.55;
  letter-spacing: 0.16px;
  text-wrap: pretty;
}
.prose { color: var(--body); font-size: 17px; line-height: 1.6; text-wrap: pretty; }
.prose + .prose { margin-top: 16px; }

/* ------------------------------------------------------------------ buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  padding: 0 20px;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid var(--cta);
  border-radius: 9999px;
  background-color: var(--cta);
  color: #000;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}
.btn--sm { height: 36px; padding: 0 16px; font-size: 14px; }
.btn--lg { height: 48px; padding: 0 28px; font-size: 16px; }
.btn--primary:hover { background-color: var(--cta-hover); border-color: var(--cta-hover); }
.btn--outline {
  background-color: transparent;
  color: var(--ink);
  border-color: var(--hairline-strong);
}
.btn--outline:hover { border-color: var(--ink); }
.btn--ink {
  background-color: var(--cta);
  color: #000;
  border-color: var(--cta);
}
.btn--ink:hover { background-color: var(--cta-hover); border-color: var(--cta-hover); }
.btn--ink.is-ready { background-color: var(--cta); border-color: var(--cta); }
.btn--ink.is-ready:hover { background-color: var(--cta-hover); border-color: var(--cta-hover); }
.btn--block { width: 100%; }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.btn-row--center { justify-content: center; }

.textlink {
  font-size: 14px;
  font-weight: 500;
  color: var(--muted-soft);
  text-decoration: none;
  transition: color 0.15s ease;
}
.textlink:hover { color: var(--cta); }

/* ------------------------------------------------------------------ orbs (removed) */
.section--bleed > .wrap,
.section--bleed > .hero-inner { position: relative; z-index: 1; }

/* ------------------------------------------------------------------ header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 80px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 0 32px;
  background: #493b3b;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--hairline);
}
.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.brand img { height: 40px; width: auto; }
.brand span {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 19px;
  letter-spacing: -0.19px;
  color: var(--ink);
}
.site-header .header-cta { justify-self: center; }
.site-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 28px;
}
.site-nav a {
  font-size: 15px;
  font-weight: 500;
  color: var(--body);
  text-decoration: none;
  transition: color 0.15s ease;
}
.site-nav a:hover { color: var(--ink); }
.site-nav a[aria-current='page'] { color: var(--ink); }

/* ------------------------------------------------------------------ hero */
.hero { padding: 120px 32px 96px; }
.hero--compact { padding: 64px 32px 0; }
.hero-inner { max-width: 880px; margin: 0 auto; text-align: center; }
.hero-inner--narrow { max-width: 700px; }
.hero .lede { max-width: 620px; margin-left: auto; margin-right: auto; }
.hero h1 { margin-bottom: 28px; }
.hero .lede { margin-bottom: 36px; }
.hero .eyebrow { display: block; margin-bottom: 16px; }

/* ------------------------------------------------------------------ datum line */
.datum {
  display: flex;
  align-items: center;
  gap: 0;
  width: min(560px, 100%);
  margin: 0 auto 32px;
}
.datum__seg { flex: 1 1 auto; height: 1px; background: var(--hairline-strong); }
.datum__seg--short { flex: 0 0 72px; }
.datum__bm {
  flex: none;
  width: 0; height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 12px solid var(--ink);
  position: relative;
  transform: translateY(-5.5px);
}
.datum__bm::before {
  content: '';
  position: absolute;
  left: 50%; top: 4px;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--cta);
  transform: translateX(-50%);
}
.datum__end { flex: none; width: 1px; height: 10px; background: var(--hairline-strong); }
@media (max-width: 640px) {
  .datum { margin-bottom: 28px; }
  .datum__seg--short { flex-basis: 44px; }
}

/* wide media frame */
.media-frame {
  position: relative;
  max-width: 1100px;
  margin: 48px auto 0;
  aspect-ratio: 16 / 6;
  border-radius: 16px;
  overflow: hidden;
  background: var(--canvas-soft);
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-soft);
}
.media-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.media-frame__empty {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  color: var(--muted-soft);
  font-size: 14px;
  background:
    linear-gradient(135deg, rgba(32, 32, 32, 0.5), rgba(42, 42, 42, 0.5));
}

/* ------------------------------------------------------------------ offer carousel */
.offer { background: var(--canvas-soft); color: var(--body); }
.offer .wrap { max-width: 980px; }
.offer .eyebrow {
  display: block;
  text-align: center;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 1.1px;
  margin-bottom: 32px;
}
.offer-stage {
  position: relative;
  background: var(--card);
  border: 1px solid var(--hairline);
  border-radius: 16px;
  padding: 44px 48px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
.offer-slides { display: grid; }
.offer-slide {
  grid-area: 1 / 1;
  opacity: 0;
  transform: translateX(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}
.offer-slide[data-active] {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.no-js .offer-slide { position: static; }
.no-js .offer-slide:first-child { opacity: 1; transform: none; }
.offer-slide p.offer-slide__kicker {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--amber-text);
  max-width: none;
  margin-bottom: 14px;
}
.offer-slide h3 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.5rem, 1.3rem + 0.9vw, 1.875rem);
  letter-spacing: -0.3px;
  color: var(--ink);
  margin-bottom: 14px;
}
.offer-slide p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--body);
  max-width: 640px;
  text-wrap: pretty;
}
.offer-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}
.offer-dots button {
  width: 8px; height: 8px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: #F2941A;
  cursor: pointer;
  transition: width 0.3s ease, background 0.3s ease;
}
.offer-dots button[aria-selected='true'] { width: 22px; background: var(--cta); }
.offer-foot { text-align: center; margin-top: 28px; }
.offer-foot .textlink { color: var(--muted); }
.offer-foot .textlink:hover { color: var(--cta); }

/* ------------------------------------------------------------------ split */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.split--top { align-items: start; }
.split__media {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-soft);
  max-width: 440px;
  margin-left: auto;
}
.split__media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.split .eyebrow { display: block; margin-bottom: 16px; }
.split h2 { margin-bottom: 20px; max-width: 460px; }
.split .prose { max-width: 520px; }

/* ------------------------------------------------------------------ testimonials */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.quote-card {
  margin: 0;
  background: var(--card);
  border: 1px solid var(--hairline);
  border-radius: 16px;
  padding: 32px;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.quote-card {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.quote-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
}
.quote-card blockquote {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.35;
  letter-spacing: -0.2px;
  color: var(--ink);
}
.quote-card blockquote::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: var(--cta);
  margin-bottom: 20px;
}
.quote-card figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}
.avatar {
  width: 40px; height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--surface-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}
.quote-card .who { display: flex; flex-direction: column; }
.quote-card .who b { font-size: 15px; font-weight: 500; }
.quote-card .who span { font-size: 14px; color: var(--muted); }

/* ------------------------------------------------------------------ pricing */
.pricing-head { text-align: center; margin-bottom: 48px; }
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
.price-card {
  display: flex;
  flex-direction: column;
  background: var(--dark);
  border: 1px solid var(--hairline);
  border-radius: 16px;
  padding: 32px;
  box-shadow: var(--shadow-soft);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.price-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
}
.price-card--featured {
  background: var(--card);
  border-color: var(--card);
  color: var(--ink);
}
.price-card__name {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.price-card__name b {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 1.5rem;
  color: inherit;
}
.badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  background: #F2941A;
  color: var(--ink);
}
.price-card--featured .badge { background: #F2941A; color: var(--ink); }
.price-card__price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 8px;
}
.price-card__price b {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.9rem, 1.6rem + 1vw, 2.25rem);
  letter-spacing: -0.36px;
}
.price-card__price span { font-size: 15px; color: var(--muted); }
.price-card--featured .price-card__price span { color: var(--on-dark-soft); }
.price-card > p {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1.5;
  color: var(--muted);
  padding-bottom: 20px;
  border-bottom: 1px solid var(--hairline);
}
.price-card--featured > p { border-bottom-color: rgba(255, 255, 255, 0.12); }
.price-card--featured > p { color: var(--on-dark-soft); }
.price-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.price-card li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.4;
  color: var(--body);
}
.price-card--featured li { color: var(--ink); }
.price-card li::before { content: '—'; color: var(--muted); flex-shrink: 0; }
.price-card--featured li::before { color: var(--on-dark-soft); }
.price-card__cta { margin-top: auto; }

/* ------------------------------------------------------------------ CTA band */
.cta-band .wrap { max-width: 620px; text-align: center; }
.cta-band .eyebrow { display: block; margin-bottom: 16px; }
.cta-band h2 { margin-bottom: 24px; }
.cta-band p { color: var(--body); font-size: 17px; line-height: 1.55; margin-bottom: 32px; }

/* ------------------------------------------------------------------ step tabs (services) */
.path-head { max-width: 900px; margin: 0 auto 48px; text-align: center; }
.path-head .eyebrow { display: block; margin-bottom: 16px; }
.path-head h2 { margin-bottom: 16px; }
.path-head p { color: var(--body); font-size: 17px; line-height: 1.55; }
.path { max-width: 900px; margin: 0 auto; }

.step-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}
.step-tabs button {
  border: 1px solid var(--hairline);
  background: transparent;
  color: var(--body);
  border-radius: 12px;
  padding: 14px 12px;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.step-tabs button .n {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 4px;
}
.step-tabs button .t { font-size: 14px; font-weight: 500; }
.step-tabs button[aria-selected='true'] {
  background: var(--dark);
  color: #fff;
  border-color: var(--dark);
}

.step-panel {
  background: var(--card);
  border: 1px solid var(--hairline);
  border-radius: 16px;
  padding: 48px;
  box-shadow: var(--shadow-soft);
}
.step-panel[hidden] { display: none; }
.step-panel .cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.step-panel h3 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.4rem, 1.2rem + 0.8vw, 1.75rem);
  letter-spacing: -0.28px;
  margin-bottom: 10px;
}
.step-panel .meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 18px;
}
.step-panel .meta svg { flex-shrink: 0; }
.step-panel p { font-size: 16px; line-height: 1.6; color: var(--body); text-wrap: pretty; }
.step-panel .get-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
}
.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.checklist li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 15px;
  color: var(--ink);
}
.checklist li svg { color: var(--cta); flex-shrink: 0; margin-top: 2px; }

/* ------------------------------------------------------------------ engagement models */
.models-head { max-width: 900px; margin: 0 auto 48px; text-align: center; }
.models-head h2 { margin-bottom: 16px; }
.models-head p { color: var(--body); font-size: 17px; line-height: 1.55; }
.models { max-width: 900px; margin: 0 auto; }
.model-card {
  background: var(--card);
  border: 1px solid var(--hairline);
  border-radius: 16px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.model-card h3 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: -0.24px;
}
.model-card > p { font-size: 15px; line-height: 1.6; color: var(--body); }
.model-card .checklist li { font-size: 14px; }
.model-card .best { font-size: 13px; color: var(--muted); margin-top: 8px; }

/* ------------------------------------------------------------------ FAQ */
.faq { max-width: 800px; margin: 0 auto; }
.faq-head { text-align: center; margin-bottom: 48px; }
.faq-head .eyebrow { display: block; margin-bottom: 16px; }
.faq details {
  border-bottom: 1px solid var(--hairline);
}
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 500;
  color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: 'Show';
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
}
.faq details[open] summary::after { content: 'Hide'; }
.faq details > p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--body);
  text-wrap: pretty;
  padding-bottom: 20px;
}

/* ------------------------------------------------------------------ documents */
.doc h2 { padding-top: 16px; }

.doc p { color: var(--body); }


/* ------------------------------------------------------------------ contact form */
.form-card {
  background: #493b3b;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-card label {
  color: #d0d0d0;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}

.form-card .field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-card input {
  padding: 10px 12px;
  border: 1px solid #6a6262;
  border-radius: 4px;
  background: #3a3030;
  color: #e0e0e0;
  font-size: 14px;
}

.form-card input::placeholder {
  color: #999999;
}

.form-card input:focus {
  outline: none;
  border-color: #8a7a7a;
  background: #4a4040;
}

.form-card--done {
  background: #493b3b;
}

.form-card--done h2 {
  color: #f6f6f6;
  margin-top: 0;
}

.form-card--done p {
  color: #d0d0d0;
}
/* ------------------------------------------------------------------ responsive */
@media (max-width: 980px) {
  :root { --section: 72px; }
  .site-header { grid-template-columns: auto 1fr; }
  .site-header .header-cta { display: none; }
  .site-nav { gap: 18px; }
  .site-nav a { white-space: nowrap; }
  .hero { padding: 88px 24px 72px; }
  .split, .step-panel .cols, .grid-2, .grid-3, .models .grid-2 {
    grid-template-columns: 1fr;
  }
  .split { gap: 40px; }
  .split__media { max-width: 460px; margin: 0 auto; }
  .step-tabs { grid-template-columns: repeat(2, 1fr); }
  .site-footer .cols { grid-template-columns: 1fr 1fr; }
  .site-footer .brand-col { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .section { padding: var(--section) 20px; }
  .site-header { padding: 0 20px; gap: 12px; }
  .brand span { font-size: 17px; white-space: nowrap; }
  .brand img { height: 26px; }
  .site-nav { gap: 16px; }
  .site-nav a { font-size: 14px; }
  .hero { padding: 72px 20px 56px; }
  .hero--compact { padding: 48px 20px 0; }
  .offer-stage { padding: 32px 24px; }
  .step-panel { padding: 32px 24px; }
  .offer .eyebrow { font-size: 14px; }
  .btn-row .btn { flex: 1 1 auto; }
  .site-footer .cols { grid-template-columns: 1fr; }
  .site-footer .legal { flex-direction: column; }
  .faq summary { font-size: 15px; }
}

/* keep tab focus visible */
.step-tabs button[aria-selected='true']:focus-visible { outline-color: #fff; }
.offer-dots button:focus-visible { outline-color: #fff; }

/* ------------------------------------------------------------------ blog index */
.blog-head { text-align: center; margin-bottom: 48px; }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.blog-card {
  display: flex;
  flex-direction: column;
  background: var(--card);
  border: 1px solid var(--hairline);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.blog-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.blog-card__media {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, rgba(242,148,26,.18), rgba(91,123,180,.18)), var(--surface-strong);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted-soft); font-size: 13px;
}
.blog-card__body { padding: 28px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.blog-card .eyebrow { color: var(--amber-text); }
.blog-card h3 {
  font-family: var(--font-display); font-weight: 300; font-size: 1.375rem;
  line-height: 1.25; letter-spacing: -0.2px; color: var(--ink);
}
.blog-card p { font-size: 15px; line-height: 1.6; color: var(--body); text-wrap: pretty; }
.blog-card__meta {
  margin-top: auto; padding-top: 12px; display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--muted);
}
.blog-card__meta span:not(:last-child)::after { content: '·'; margin-left: 8px; color: var(--hairline-strong); }

.blog-card--featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: stretch;
}
.blog-card--featured .blog-card__media { aspect-ratio: auto; height: 100%; min-height: 260px; }
.blog-card--featured .blog-card__body { padding: 40px; justify-content: center; gap: 16px; }
.blog-card--featured h3 { font-size: clamp(1.5rem, 1.3rem + 0.9vw, 1.875rem); }
.blog-card--featured p { font-size: 16px; }

@media (max-width: 980px) {
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .blog-card--featured { grid-column: 1 / -1; grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .blog-grid { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------------ blog post template */
.post-nav { padding: 24px 32px 0; }
.post-hero-media { margin-top: 48px; }
.post-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 14px;
  color: var(--muted);
}
.post-meta span:not(:last-child)::after { content: '·'; margin-left: 8px; color: var(--hairline-strong); }

.post-body { max-width: 720px; margin: 0 auto; }
.post-body h2 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.4rem, 1.2rem + 0.8vw, 1.75rem);
  letter-spacing: -0.28px;
  color: var(--ink);
  margin: 40px 0 16px;
}
.post-body h2:first-child { margin-top: 0; }
.post-body ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 16px 0;
}
.post-body li { color: var(--body); font-size: 17px; line-height: 1.6; }

.related-head { text-align: center; margin-bottom: 48px; }

@media (max-width: 640px) {
  .post-nav { padding: 20px 20px 0; }
}
