/* =========================================================
   LEMON DISMISSERS — brand stylesheet
   Palette mirrors Ticket Dismissers: kelly green / black /
   red / gold accents. Editorial, confident, not generic.
   ========================================================= */

:root {
  --green: #1f8a3a;          /* kelly green — primary */
  --green-deep: #0f5f24;
  --green-tint: #e7f3eb;
  --black: #0b0b0b;
  --ink: #161616;
  --red: #d4242c;            /* CTA / urgency red */
  --red-deep: #a51820;
  --gold: #d9a441;           /* seal accent */
  --gold-soft: #f3e3bf;
  --cream: #fbf8f1;          /* page background — warmer than white */
  --paper: #ffffff;
  --rule: #1f1f1f;
  --muted: #5a5a5a;
  --shadow-lg: 0 30px 60px -25px rgba(0,0,0,.35);
  --shadow-md: 0 14px 30px -18px rgba(0,0,0,.35);
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: 'Source Serif 4', 'Georgia', serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--green-deep); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 {
  font-family: 'Fraunces', 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: var(--black);
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin: 0 0 .5em;
}
h1 { font-size: clamp(2.4rem, 5vw, 4.5rem); }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.8rem); }
h3 { font-size: 1.35rem; }

.eyebrow {
  font-family: 'Inter Tight', system-ui, sans-serif;
  font-size: .78rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--green-deep);
}

/* ---------- TOP BAR ---------- */
.topbar {
  background: var(--black);
  color: #fff;
  font-family: 'Inter Tight', system-ui, sans-serif;
  font-size: .82rem;
  letter-spacing: .05em;
}
.topbar-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 8px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.topbar a { color: var(--gold); }
.topbar .pill {
  background: var(--red);
  color: #fff;
  padding: 4px 12px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .72rem;
}

/* ---------- NAV ---------- */
.nav {
  background: var(--paper);
  border-bottom: 1px solid #ececec;
  position: sticky;
  top: 0;
  z-index: 50;
}
.nav-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  background: transparent;
  /* sharpen the seal at small render size */
  image-rendering: -webkit-optimize-contrast;
}
.brand-text { line-height: 1; }
.brand-text .name {
  font-family: 'Fraunces', serif;
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--black);
  letter-spacing: -.01em;
}
.brand-text .tag {
  font-family: 'Inter Tight', sans-serif;
  font-size: .62rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--green-deep);
  font-weight: 600;
  margin-top: 3px;
}
.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Inter Tight', sans-serif;
  font-size: .95rem;
  font-weight: 500;
}
.nav-links a { color: var(--ink); }
.nav-links a.active { color: var(--green-deep); border-bottom: 2px solid var(--green); padding-bottom: 4px; }
.nav-cta {
  background: var(--red);
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 4px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: .9rem;
  letter-spacing: .04em;
  text-decoration: none !important;
  transition: background .15s ease;
}
.nav-cta:hover { background: var(--red-deep); }

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-block;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: .98rem;
  letter-spacing: .04em;
  padding: 14px 26px;
  border-radius: 4px;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  transition: transform .12s ease, background .15s ease, box-shadow .15s ease;
}
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-deep); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-secondary { background: var(--green); color: #fff; }
.btn-secondary:hover { background: var(--green-deep); transform: translateY(-1px); }
.btn-ghost {
  background: transparent;
  color: var(--black);
  border: 2px solid var(--black);
  padding: 12px 24px;
}
.btn-ghost:hover { background: var(--black); color: #fff; }

/* ---------- WRAPPERS ---------- */
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
section { padding: 90px 0; }

/* ---------- HERO ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(ellipse at top right, rgba(31,138,58,.10), transparent 50%),
    radial-gradient(ellipse at bottom left, rgba(217,164,65,.08), transparent 55%),
    var(--cream);
  padding: 70px 0 110px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(0,0,0,.04) 1px, transparent 0);
  background-size: 22px 22px;
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero h1 .accent {
  background: linear-gradient(180deg, transparent 60%, rgba(212,36,44,.25) 60%);
  padding: 0 .15em;
}
.hero h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--green-deep);
}
.hero-sub {
  font-size: 1.15rem;
  color: #2a2a2a;
  max-width: 540px;
  margin: 24px 0 36px;
}
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 36px; }
.hero-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 32px;
  font-family: 'Inter Tight', sans-serif;
  font-size: .92rem;
  color: var(--ink);
}
.hero-bullets span::before {
  content: "✓";
  color: var(--green);
  font-weight: 700;
  margin-right: 8px;
}
.hero-illustration {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-illustration svg {
  width: 100%;
  max-width: 520px;
  height: auto;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,.18));
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ---------- STATS STRIP ---------- */
.stats {
  background: var(--black);
  color: #fff;
  padding: 40px 0;
}
.stats-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.stat .num {
  font-family: 'Fraunces', serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.stat .num .small { font-size: 1.2rem; color: #fff; opacity: .7; margin-left: 4px; }
.stat .label {
  font-family: 'Inter Tight', sans-serif;
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #d6d6d6;
  margin-top: 8px;
}

/* ---------- SECTION HEADERS ---------- */
.section-head { max-width: 760px; margin-bottom: 56px; }
.section-head.center { margin: 0 auto 56px; text-align: center; }
.section-head p { color: var(--muted); font-size: 1.08rem; margin-top: 14px; }

/* ---------- THREE-UP CARDS ---------- */
.three-up { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.card {
  background: var(--paper);
  border: 1px solid #ececec;
  border-radius: 6px;
  padding: 32px 28px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  position: relative;
  overflow: hidden;
}
.card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #d6d6d6; }
.card:hover::before { transform: scaleX(1); }
.card .num-badge {
  font-family: 'Fraunces', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--green);
  line-height: 1;
}
.card h3 { margin: 14px 0 10px; }
.card p { color: var(--muted); margin: 0; font-size: .98rem; }

/* ---------- TWO-COL ---------- */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.two-col.dark { background: var(--ink); color: #fff; }
.two-col.dark h2 { color: #fff; }
.list-checks { list-style: none; padding: 0; margin: 0; }
.list-checks li {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
  font-size: 1.02rem;
}
.list-checks li::before {
  content: "→";
  color: var(--red);
  font-weight: 700;
  flex-shrink: 0;
}

/* ---------- DARK BAND ---------- */
.band-dark {
  background: var(--black);
  color: #fff;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.band-dark::before {
  content: "";
  position: absolute;
  top: -50px; right: -50px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31,138,58,.25), transparent 70%);
}
.band-dark h2 { color: #fff; }
.band-dark .eyebrow { color: var(--gold); }
.band-dark p { color: #d2d2d2; }

/* ---------- FAQ ---------- */
details.faq {
  border-bottom: 1px solid #d8d8d8;
  padding: 22px 0;
}
details.faq summary {
  font-family: 'Fraunces', serif;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--black);
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after {
  content: "+";
  font-size: 1.6rem;
  color: var(--green);
  font-weight: 400;
  transition: transform .2s ease;
}
details.faq[open] summary::after { content: "−"; }
details.faq p { color: var(--muted); margin-top: 14px; max-width: 780px; }

/* ---------- VEHICLE GRID ---------- */
.vehicle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.veh {
  background: var(--paper);
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 22px 18px;
  text-align: center;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  color: var(--ink);
  transition: all .2s ease;
}
.veh:hover { background: var(--green); color: #fff; border-color: var(--green); }

/* ---------- TESTIMONIAL ---------- */
.quote-card {
  background: var(--paper);
  border-left: 5px solid var(--red);
  padding: 36px 40px;
  font-family: 'Fraunces', serif;
  font-size: 1.3rem;
  font-style: italic;
  color: var(--ink);
  box-shadow: var(--shadow-md);
}
.quote-card .who {
  display: block;
  font-style: normal;
  font-family: 'Inter Tight', sans-serif;
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--green-deep);
  margin-top: 18px;
}

/* ---------- CTA BAND ---------- */
.cta-band {
  background: var(--green);
  color: #fff;
  text-align: center;
  padding: 70px 20px;
  position: relative;
}
.cta-band h2 { color: #fff; max-width: 800px; margin: 0 auto 16px; }
.cta-band p { color: #f0f7f1; max-width: 600px; margin: 0 auto 28px; }
.cta-band .btn-primary { background: var(--black); }
.cta-band .btn-primary:hover { background: var(--ink); }

/* ---------- FORM ---------- */
.form-wrap {
  background: var(--paper);
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 40px;
  box-shadow: var(--shadow-md);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { margin-bottom: 18px; }
.form-field label {
  display: block;
  font-family: 'Inter Tight', sans-serif;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 6px;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: 'Source Serif 4', serif;
  font-size: 1rem;
  background: #fff;
  transition: border-color .15s ease;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(31,138,58,.15);
}
.form-field textarea { min-height: 120px; resize: vertical; }
.form-disclaimer {
  font-size: .82rem;
  color: var(--muted);
  margin-top: 14px;
  font-family: 'Inter Tight', sans-serif;
}

/* ---------- FOOTER ---------- */
footer {
  background: var(--black);
  color: #d8d8d8;
  padding: 70px 0 30px;
  font-family: 'Inter Tight', sans-serif;
  font-size: .92rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #2a2a2a;
}
footer h4 {
  font-family: 'Inter Tight', sans-serif;
  color: var(--gold);
  font-size: .85rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
footer ul { list-style: none; padding: 0; margin: 0; }
footer li { margin-bottom: 10px; }
footer a { color: #d8d8d8; }
footer a:hover { color: var(--gold); }
.footer-brand-text { color: #999; max-width: 320px; line-height: 1.6; }
.legal-disclaimer {
  padding-top: 28px;
  font-size: .72rem;
  line-height: 1.65;
  color: #888;
  letter-spacing: .01em;
}
.legal-disclaimer p { margin: 0; }
.legal-disclaimer strong { color: #b8b8b8; }
.legal-disclaimer a { color: var(--gold); }

/* ---------- PAGE HEADER (interior) ---------- */
.page-header {
  background: var(--black);
  color: #fff;
  padding: 80px 0 70px;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; height: 5px;
  background: linear-gradient(90deg, var(--green) 0%, var(--green) 33%, var(--gold) 33%, var(--gold) 66%, var(--red) 66%, var(--red) 100%);
}
.page-header h1 { color: #fff; }
.page-header .eyebrow { color: var(--gold); }
.page-header p { color: #d2d2d2; max-width: 680px; font-size: 1.1rem; }

/* ---------- PROSE ---------- */
.prose { max-width: 760px; }
.prose h2 { margin-top: 50px; }
.prose h3 { margin-top: 36px; }
.prose p { margin: 0 0 18px; }
.prose ul { margin: 0 0 22px; padding-left: 22px; }
.prose ul li { margin-bottom: 8px; }
.prose blockquote {
  border-left: 4px solid var(--green);
  padding: 8px 22px;
  margin: 26px 0;
  font-style: italic;
  color: var(--ink);
  background: var(--green-tint);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-illustration svg { max-width: 380px; margin: 0 auto; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .three-up { grid-template-columns: 1fr; }
  .two-col { grid-template-columns: 1fr; gap: 36px; }
  .vehicle-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .nav-links { display: none; }
}
