:root {
  --black: #070b0c;
  --charcoal: #0e1515;
  --charcoal-2: #151d1d;
  --ink: #17201f;
  --white: #fbfbf3;
  --paper: #f4f3e8;
  --muted: #a8b0a4;
  --muted-dark: #5d675f;
  --lime: #9fbd23;
  --lime-bright: #c4e63e;
  --olive: #61740f;
  --line: rgba(196, 230, 62, .22);
  --line-dark: rgba(10, 16, 16, .12);
  --shadow: 0 28px 80px rgba(0, 0, 0, .35);
  --soft-shadow: 0 20px 60px rgba(13, 22, 20, .12);
  --radius: 24px;
  --radius-sm: 14px;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 100;
  background: var(--lime-bright);
  color: var(--black);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 900;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.section { padding: 104px 0; }
.section-dark {
  background: var(--black);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.light-section { background: var(--paper); }
.grain::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    radial-gradient(circle at 20% 10%, rgba(196, 230, 62, .38) 0 1px, transparent 1px),
    radial-gradient(circle at 85% 20%, rgba(255, 255, 255, .26) 0 1px, transparent 1px);
  background-size: 22px 22px, 18px 18px;
  mask-image: linear-gradient(90deg, transparent, black 20%, black 80%, transparent);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(7, 11, 12, .88);
  border-bottom: 1px solid rgba(196, 230, 62, .16);
  backdrop-filter: blur(18px);
}
.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand img { width: 205px; height: auto; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--white);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
}
.nav-links a:not(.nav-button) { opacity: .88; transition: color .2s ease, opacity .2s ease; }
.nav-links a:not(.nav-button):hover { color: var(--lime-bright); opacity: 1; }
.nav-button {
  padding: 12px 18px;
  border-radius: 999px;
  color: var(--black);
  background: var(--lime-bright);
  box-shadow: 0 10px 28px rgba(196, 230, 62, .2);
}
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--white);
  padding: 12px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
  border-radius: 999px;
}

.hero {
  padding: 104px 0 58px;
  min-height: calc(100vh - 82px);
  display: flex;
  align-items: center;
}
.hero::after, .service-section::after, .truck-partner::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: -180px;
  background: radial-gradient(circle, rgba(196, 230, 62, .18), transparent 64%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  gap: 56px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--lime-bright);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 1.02rem;
}
.eyebrow span {
  width: 34px;
  height: 3px;
  background: var(--lime-bright);
  display: inline-block;
  border-radius: 999px;
}
.eyebrow.dark { color: var(--olive); }
.eyebrow.dark span { background: var(--olive); }

h1, h2, h3 { margin: 0; line-height: .94; }
h1, h2 {
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: .01em;
}
h1 {
  font-size: clamp(4.3rem, 11vw, 8.6rem);
  text-wrap: balance;
  filter: drop-shadow(0 16px 20px rgba(0,0,0,.16));
}
h1 span, h2 span { color: var(--lime-bright); }
h2 { font-size: clamp(3rem, 7vw, 6rem); }
h3 { font-size: 1.12rem; }
.hero-lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: #d8ddce;
  font-size: 1.16rem;
}
.hero-actions {
  margin: 34px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.button {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 16px 23px;
  border-radius: 999px;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .88rem;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  color: var(--black);
  background: var(--lime-bright);
  box-shadow: 0 18px 42px rgba(196, 230, 62, .22);
}
.button-ghost {
  color: var(--white);
  background: rgba(255,255,255,.07);
  border: 1px solid var(--line);
}
.button-ghost:hover { background: rgba(196, 230, 62, .12); }
.impact-strip {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 640px;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, .035);
}
.impact-strip div {
  padding: 18px 16px;
  border-right: 1px solid var(--line);
}
.impact-strip div:last-child { border-right: 0; }
.impact-strip strong {
  display: block;
  color: var(--lime-bright);
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 1.3rem;
}
.impact-strip span { color: var(--muted); font-size: .86rem; }
.hero-visual {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 34px;
  overflow: hidden;
  min-height: 560px;
  box-shadow: var(--shadow);
  background: var(--charcoal);
}
.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center 20%;
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,11,12,.12), rgba(7,11,12,.42));
}
.hero-badge {
  position: absolute;
  z-index: 2;
  border: 1px solid var(--line);
  background: rgba(7, 11, 12, .76);
  color: var(--white);
  backdrop-filter: blur(14px);
  border-radius: 18px;
  padding: 16px 18px;
  text-transform: uppercase;
  font-weight: 1000;
  letter-spacing: .05em;
}
.hero-badge strong { color: var(--lime-bright); }
.top-badge { top: 22px; left: 22px; }
.bottom-badge { bottom: 22px; right: 22px; color: var(--lime-bright); }

.logo-bar { padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.logo-bar-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--lime-bright);
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: clamp(1rem, 2.4vw, 1.8rem);
}

.split-grid, .truck-grid, .about-grid, .contact-grid, .service-grid {
  display: grid;
  gap: 44px;
  align-items: center;
}
.split-grid { grid-template-columns: .9fr 1.1fr; }
.split-grid.reverse { grid-template-columns: .95fr 1.05fr; }
.section-copy p, .section-heading p {
  font-size: 1.06rem;
  color: var(--muted-dark);
  max-width: 620px;
  margin: 22px 0 0;
}
.section-dark .section-copy p, .section-dark .section-heading p { color: #cfd6c8; }
.text-link {
  display: inline-flex;
  margin-top: 26px;
  color: var(--olive);
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .06em;
  border-bottom: 2px solid var(--olive);
}
.stat-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.metric-card {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--soft-shadow);
}
.metric-card strong {
  color: var(--olive);
  font-family: var(--display);
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  line-height: .9;
}
.metric-card span {
  color: var(--muted-dark);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .86rem;
}

.section-heading { max-width: 830px; }
.section-heading.center { text-align: center; margin-inline: auto; }
.section-heading.center p { margin-inline: auto; }
.flavor-section { padding-bottom: 88px; }
.flavor-image {
  margin-top: 42px;
  border-radius: 28px;
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--charcoal);
}
.flavor-image img { width: 100%; min-height: 230px; object-fit: cover; }
.cuisine-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 10px;
}
.cuisine-grid span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 12px;
  text-align: center;
  color: var(--lime-bright);
  background: rgba(255, 255, 255, .045);
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .72rem;
}

.steps-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.step-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--soft-shadow);
}
.step-card span {
  color: var(--lime-bright);
  background: var(--black);
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-weight: 1000;
}
.step-card h3 {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 2rem;
  color: var(--ink);
}
.step-card p { margin: 12px 0 0; color: var(--muted-dark); }

.service-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: 1.2fr repeat(2, .9fr);
  align-items: stretch;
}
.service-card {
  background: rgba(255, 255, 255, .055);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}
.service-card.big { grid-row: span 2; min-height: 420px; display: flex; flex-direction: column; justify-content: center; }
.service-card h3 {
  margin-top: 18px;
  color: var(--white);
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 2rem;
}
.service-card p { color: #ccd5c6; margin: 18px 0 0; }
.icon {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(196, 230, 62, .14);
  border: 1px solid var(--line);
  font-size: 1.5rem;
}

.image-card, .about-image {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--soft-shadow);
  border: 1px solid var(--line-dark);
  background: var(--white);
}
.image-card img, .about-image img { width: 100%; min-height: 430px; object-fit: cover; }
.benefit-list {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}
.benefit-list div {
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 18px;
  padding: 18px;
  display: grid;
  gap: 6px;
}
.benefit-list strong {
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--ink);
}
.benefit-list span { color: var(--muted-dark); }

.truck-grid { grid-template-columns: 1fr .9fr; position: relative; z-index: 1; }
.truck-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 28px 0 8px;
}
.truck-points span {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 14px;
  color: var(--lime-bright);
  background: rgba(255, 255, 255, .05);
  font-weight: 900;
}
.partner-card {
  background: var(--white);
  color: var(--ink);
  border-radius: 30px;
  padding: 36px;
  box-shadow: var(--shadow);
}
.partner-card h3 {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 2.8rem;
  line-height: .95;
}
.partner-card p { color: var(--muted-dark); }
.partner-card ul { padding-left: 20px; margin: 24px 0 0; color: var(--muted-dark); }
.partner-card li { margin: 10px 0; }

.about-grid { grid-template-columns: .95fr 1.05fr; }
.founder-row {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.founder-row div {
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 18px;
  padding: 18px;
}
.founder-row strong {
  display: block;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.founder-row span { color: var(--olive); font-weight: 900; }

.final-cta { padding: 92px 0; }
.final-card {
  position: relative;
  z-index: 1;
  text-align: center;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(196,230,62,.08));
  border-radius: 34px;
  padding: clamp(34px, 7vw, 76px);
  box-shadow: var(--shadow);
}
.final-card h2 { max-width: 980px; margin-inline: auto; }
.center-actions { justify-content: center; }

.contact-section { background: var(--paper); }
.contact-grid { grid-template-columns: .9fr 1.1fr; align-items: start; }
.contact-links {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}
.contact-links a {
  color: var(--olive);
  font-weight: 1000;
}
.lead-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 28px;
  padding: 26px;
  box-shadow: var(--soft-shadow);
}
.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .78rem;
}
.lead-form label:nth-child(6), .lead-form button { grid-column: 1 / -1; }
.lead-form input, .lead-form select, .lead-form textarea {
  width: 100%;
  border: 1px solid var(--line-dark);
  border-radius: 14px;
  background: #fcfcf7;
  color: var(--ink);
  padding: 14px 14px;
  outline: none;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600;
}
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus {
  border-color: var(--olive);
  box-shadow: 0 0 0 4px rgba(159, 189, 35, .18);
}
.lead-form textarea { resize: vertical; }
.lead-form .button { width: 100%; }

.site-footer { padding: 54px 0 26px; border-top: 1px solid var(--line); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .7fr .9fr;
  gap: 30px;
}
.footer-logo { width: 220px; }
.site-footer p { color: var(--muted); max-width: 360px; }
.site-footer h3 {
  font-family: var(--display);
  text-transform: uppercase;
  color: var(--lime-bright);
  font-size: 1.4rem;
  margin: 0 0 12px;
}
.site-footer a {
  display: block;
  color: #dce3d6;
  margin: 8px 0;
}
.footer-bottom {
  margin-top: 38px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: .92rem;
}
.footer-bottom a { color: var(--lime-bright); }

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .72s ease, transform .72s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .18s; }
.delay-3 { transition-delay: .26s; }
.delay-4 { transition-delay: .34s; }

@media (max-width: 1040px) {
  .hero-grid, .split-grid, .split-grid.reverse, .truck-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 82px; }
  .hero-visual { min-height: 460px; }
  .hero-visual img { min-height: 460px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card.big { grid-column: 1 / -1; min-height: auto; }
  .cuisine-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed;
    inset: 82px 16px auto 16px;
    display: grid;
    justify-items: start;
    gap: 18px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(7, 11, 12, .96);
    box-shadow: var(--shadow);
    transform: translateY(-16px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  .nav-links.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .nav-button { width: 100%; text-align: center; }
  .brand img { width: 178px; }
  h1 { font-size: clamp(3.5rem, 17vw, 5.2rem); }
  h2 { font-size: clamp(2.55rem, 13vw, 4.6rem); }
  .section { padding: 76px 0; }
  .impact-strip { grid-template-columns: repeat(2, 1fr); }
  .impact-strip div:nth-child(2) { border-right: 0; }
  .impact-strip div:nth-child(1), .impact-strip div:nth-child(2) { border-bottom: 1px solid var(--line); }
  .stat-panel, .truck-points, .founder-row, .lead-form, .footer-grid { grid-template-columns: 1fr; }
  .lead-form label:nth-child(6), .lead-form button { grid-column: auto; }
  .logo-bar-inner { display: grid; grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .hero { padding-top: 66px; }
  .nav { min-height: 74px; }
  .nav-links { top: 74px; }
  .steps-grid, .service-grid, .cuisine-grid { grid-template-columns: 1fr; }
  .hero-visual, .hero-visual img { min-height: 380px; }
  .hero-actions .button { width: 100%; }
  .top-badge { left: 14px; top: 14px; }
  .bottom-badge { right: 14px; bottom: 14px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* 2026 website update: partner-request revisions */
.founder-section {
  background: linear-gradient(180deg, var(--paper), #fbfbf3 58%, var(--paper));
}
.founder-column {
  display: grid;
  gap: 22px;
  align-content: start;
}
.founder-photo-card {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  box-shadow: var(--soft-shadow);
  background: var(--black);
  min-height: 520px;
}
.founder-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center 20%;
}
.photo-note {
  position: absolute;
  left: 22px;
  bottom: 22px;
  background: var(--lime-bright);
  color: var(--black);
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .06em;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .24);
}
.founder-bio-card {
  margin-top: 28px;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 22px;
  padding: 22px;
  box-shadow: var(--soft-shadow);
}
.founder-bio-card strong {
  display: block;
  font-family: var(--display);
  text-transform: uppercase;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: .9;
  color: var(--ink);
}
.founder-bio-card span {
  display: inline-flex;
  margin-top: 8px;
  color: var(--olive);
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.founder-bio-card p {
  margin: 16px 0 0;
  color: var(--muted-dark);
  max-width: none;
}

.founder-bio-text {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}
.founder-highlight {
  margin: 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(196,230,62,.16), rgba(196,230,62,.06));
  border: 1px solid rgba(112, 131, 24, .28);
  color: var(--ink);
  font-weight: 900;
  line-height: 1.4;
}
.cost-section {
  padding-top: 108px;
}
.cost-grid {
  align-items: start;
}
.cost-visual {
  display: grid;
  gap: 18px;
}
.enhanced-stats .metric-card {
  min-height: 190px;
  position: relative;
  overflow: hidden;
}
.enhanced-stats .metric-card::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -50px;
  bottom: -60px;
  background: radial-gradient(circle, rgba(196,230,62,.23), transparent 65%);
}
.cost-photo-card {
  border-radius: 26px;
  overflow: hidden;
  background: var(--charcoal);
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
}
.cost-photo-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center center;
  background: var(--charcoal);
}
.cost-photo-caption {
  display: none;
}
.clean-frame {
  background: #070b0c;
  padding: clamp(8px, 1.5vw, 18px);
}
.clean-frame img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  border-radius: 18px;
}
.service-grid-balanced {
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
}
.service-grid-balanced .service-card {
  min-height: 290px;
}
.final-copy {
  max-width: 700px;
  margin: 22px auto 0;
  color: #d8ddce;
  font-size: 1.12rem;
}
.playful-card {
  background:
    radial-gradient(circle at 18% 18%, rgba(196,230,62,.2), transparent 28%),
    radial-gradient(circle at 85% 78%, rgba(255,255,255,.12), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(196,230,62,.1));
}
.site-form-section {
  background:
    radial-gradient(circle at top left, rgba(196,230,62,.24), transparent 32%),
    var(--paper);
}
.lead-form .full-field,
.lead-form button {
  grid-column: 1 / -1;
}
.thank-you-body {
  margin: 0;
  background: var(--black);
}
.thank-you-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 48px 0;
}
.thank-you-card {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 32px));
  margin-inline: auto;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: clamp(30px, 7vw, 70px);
  background:
    radial-gradient(circle at 20% 18%, rgba(196,230,62,.22), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(196,230,62,.12));
  box-shadow: var(--shadow);
}
.thank-you-card img {
  width: min(260px, 80%);
  margin: 0 auto 28px;
}
.thank-you-card h1 {
  font-size: clamp(4rem, 14vw, 8rem);
  color: var(--lime-bright);
}
.thank-you-message {
  margin: 22px auto 0;
  max-width: 560px;
  font-size: clamp(1.15rem, 3vw, 1.5rem);
  font-weight: 900;
  color: var(--white);
}
.thank-you-sub {
  margin: 14px auto 28px;
  max-width: 560px;
  color: #d8ddce;
}

@media (max-width: 1040px) {
  .service-grid-balanced { grid-template-columns: repeat(2, 1fr); }
  .founder-photo-card, .founder-photo-card img { min-height: 440px; }
}
@media (max-width: 820px) {
  .lead-form .full-field,
  .lead-form button { grid-column: auto; }
}
@media (max-width: 560px) {
  .service-grid-balanced { grid-template-columns: 1fr; }
  .founder-photo-card, .founder-photo-card img { min-height: 360px; }
}
