/* ============================================================
   Petite Lake Resort — Main Stylesheet
   Resort Dominator · Chain O' Lakes, IL
   Fonts are loaded via <link rel="stylesheet"> in HTML head to
   avoid the double round-trip caused by @import.
   ============================================================ */

:root {
  /* PLR palette: Deep sapphire, lake mist, modern amber */
  --lake:      #1a4a6e;
  --lake-dark: #0f2d45;
  --lake-mid:  #2a6496;
  --amber:     #d4af37;
  --amber-lt:  #f4d03f;
  --pine:      #2d6a4f;
  --mist:      #f0f4f8;   /* misty lake background */
  --sky:       #e8f4fc;
  --sand:      #fdfdfb;
  --white:     #ffffff;
  --text:      #1c2b3a;
  --text-lt:   #4a6070;
  --border:    #d0e0ec;
  --radius:    12px;      /* consistent modern rounding */
  --radius-lg: 20px;
  --shadow:    0 10px 30px rgba(15,45,69,0.08);
  --shadow-lg: 0 20px 50px rgba(15,45,69,0.12);
  --font-heading: 'Outfit', sans-serif;
  --font-body:    'Inter', system-ui, -apple-system, sans-serif;
  --max-w:     1200px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  font-size: 17px;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--lake-mid); text-decoration: none; }
a:hover { color: var(--amber); }

/* ── UTILITIES ── */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.section    { padding: 72px 0; }
.section-sm { padding: 48px 0; }
.text-center { text-align: center; }
.tag {
  display: inline-block;
  background: var(--sky);
  color: var(--lake);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.tag-amber { background: #fef3dc; color: #8a6800; }
.tag-pine  { background: #e4f2eb; color: var(--pine); }

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4 { font-family: var(--font-heading); color: var(--lake-dark); }
h1 { font-size: clamp(2.4rem, 6vw, 3.8rem); font-weight: 700; line-height: 1.1; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 600; line-height: 1.2; letter-spacing: -0.01em; }
h3 { font-size: 1.4rem; font-weight: 600; line-height: 1.3; }
h4 { font-size: 1.1rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; }
p  { color: var(--text-lt); line-height: 1.75; }
.lead { font-size: 1.15rem; color: var(--text-lt); max-width: 640px; }

/* ── SKIP TO CONTENT (a11y) ── */
.skip-to-content {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  background: var(--lake-dark);
  color: #fff;
  padding: 10px 16px;
  border-radius: 0 0 var(--radius) 0;
  font-weight: 700;
  text-decoration: none;
}
.skip-to-content:focus {
  left: 0;
  outline: 3px solid var(--amber);
  color: #fff;
}

/* ── NAV ── */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 2px solid var(--border);
  box-shadow: 0 2px 12px rgba(15,36,56,0.08);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  max-width: var(--max-w);
  margin: 0 auto;
}
.nav-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  line-height: 1.1;
}
.nav-logo-img {
  height: 48px;
  width: 48px;
  object-fit: contain;
  flex-shrink: 0;
}
.nav-logo-text { display: flex; flex-direction: column; }
.nav-logo strong {
  color: var(--lake-dark);
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-logo span {
  color: var(--text-lt);
  font-size: 0.68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  align-items: center;
}
.nav-links a {
  color: var(--text);
  font-size: .9rem;
  font-weight: 500;
  transition: color .2s;
}
.nav-links a:hover { color: var(--amber); }
.nav-links .cta-btn {
  background: var(--amber);
  color: var(--white) !important;
  padding: 8px 20px;
  border-radius: var(--radius);
  font-weight: 700;
  transition: background .2s;
}
.nav-links .cta-btn:hover { background: var(--amber-lt); color: var(--lake-dark) !important; }

/* ── HERO ── */
.hero {
  background: linear-gradient(135deg, var(--lake-dark) 0%, var(--lake) 60%, #1e6891 100%);
  color: var(--white);
  padding: 100px 24px 80px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 30 Q15 20 30 30 Q45 40 60 30' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='2'/%3E%3C/svg%3E") repeat;
  pointer-events: none;
}
.hero-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  position: relative;
}
.hero h1 { color: var(--white); margin-bottom: 20px; }
.hero h1 span { color: var(--amber-lt); }
.hero .lead { color: rgba(255,255,255,.82); margin-bottom: 36px; }
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
}
.hero-badge {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  color: var(--white);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: .82rem;
  font-weight: 600;
}
.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all .2s;
  border: 2px solid transparent;
}
.btn-primary   { background: var(--amber); color: #1c2b3a; }
.btn-primary:hover { background: var(--amber-lt); color: var(--lake-dark); }
.btn-outline   { background: transparent; border-color: rgba(255,255,255,.7); color: var(--white); }
.btn-outline:hover { background: rgba(255,255,255,.1); border-color: var(--white); }
.btn-lake { background: var(--lake); color: var(--white); }
.btn-lake:hover { background: var(--lake-dark); }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }

/* ── AMENITY GRID ── */
.amenity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 48px;
}
.amenity-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform .2s, box-shadow .2s;
}
.amenity-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.amenity-icon {
  font-size: 2.4rem;
  margin-bottom: 12px;
  display: block;
}
.amenity-card h3 { font-size: 1rem; margin-bottom: 6px; }
.amenity-card p  { font-size: .875rem; }

/* ── FEATURE SECTIONS ── */
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.feature-row.reverse { direction: rtl; }
.feature-row.reverse > * { direction: ltr; }
.feature-img {
  background: var(--sky);
  border-radius: var(--radius-lg);
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}
.feature-img-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--lake);
  opacity: .7;
}
.feature-img-placeholder span { font-size: 3.5rem; }
.feature-img-placeholder p { font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; color: var(--lake); }
.feature-content h2 { margin-bottom: 16px; }
.feature-content p  { margin-bottom: 20px; }
.feature-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.feature-list li { position: relative; padding-left: 24px; font-size: .95rem; color: var(--text-lt); line-height: 1.6; }
.feature-list li::before { content: '✓'; color: var(--pine); font-weight: 800; position: absolute; left: 0; top: 0; }

/* ── SEASONAL STRIP ── */
.seasonal-strip {
  background: var(--lake-dark);
  color: var(--white);
}
.season-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.season-card {
  padding: 36px 24px;
  border-right: 1px solid rgba(255,255,255,.08);
  transition: background .2s;
}
.season-card:last-child { border-right: none; }
.season-card:hover { background: rgba(255,255,255,.05); }
.season-icon { font-size: 2.2rem; margin-bottom: 12px; }
.season-card h3 { color: var(--amber-lt); font-size: 1rem; margin-bottom: 4px; }
.season-card h4 { color: var(--white); font-size: .9rem; margin-bottom: 8px; font-weight: 600; }
.season-card p  { color: rgba(255,255,255,.8); font-size: .82rem; line-height: 1.5; }
.season-event {
  margin-top: 12px;
  background: rgba(200,134,10,.2);
  border: 1px solid rgba(200,134,10,.4);
  border-radius: var(--radius);
  padding: 6px 10px;
  font-size: .75rem;
  color: var(--amber-lt);
  font-weight: 600;
}

/* ── PAGE CARDS (domination stack) ── */
.page-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.page-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: transform .2s, box-shadow .2s;
  display: flex;
  flex-direction: column;
}
.page-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.page-card-thumb {
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
}
.thumb-sauna  { background: linear-gradient(135deg, #3d1c02 0%, #7a3b1e 100%); }
.thumb-dogs   { background: linear-gradient(135deg, #1a4a2e 0%, #2d6a4f 100%); }
.thumb-boats  { background: linear-gradient(135deg, #0f2d45 0%, #1a4a6e 100%); }
.thumb-beach  { background: linear-gradient(135deg, #7a4f00 0%, #c8860a 60%, #1a8aad 100%); }
.page-card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.page-card-body h3 { margin-bottom: 8px; }
.page-card-body p  { font-size: .9rem; flex: 1; margin-bottom: 16px; }
.page-card-body a  { font-size: .875rem; font-weight: 700; color: var(--lake); }
.page-card-body a:hover { color: var(--amber); }

/* ── BLOG PREVIEW ── */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.blog-card {
  background: var(--sand);
  border-radius: var(--radius-lg);
  padding: 28px;
  border: 1px solid var(--border);
  transition: box-shadow .2s;
}
.blog-card:hover { box-shadow: var(--shadow); }
.blog-season { font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 8px; }
.blog-season-spring { color: var(--pine); }
.blog-season-summer { color: var(--lake-mid); }
.blog-season-fall   { color: #8a6800; }
.blog-season-winter { color: #5b7fa6; }
.blog-card h3 { font-size: 1rem; margin-bottom: 8px; }
.blog-card p  { font-size: .875rem; }

/* ── SEO CALLOUT ── */
.seo-callout {
  background: var(--sky);
  border-left: 4px solid var(--lake);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin: 24px 0;
}
.seo-callout strong { color: var(--lake); }

/* ── CTA BAND ── */
.cta-band {
  background: linear-gradient(135deg, var(--amber) 0%, #e09520 100%);
  color: #1c2b3a;
  text-align: center;
  padding: 64px 24px;
}
.cta-band h2 { color: #1c2b3a; margin-bottom: 12px; }
.cta-band p  { color: #2d3e4f; margin-bottom: 32px; max-width: 500px; margin-left: auto; margin-right: auto; }
.cta-band .btn-outline { border-color: rgba(0,0,0,.4); color: #1c2b3a; }

/* ── STATS ROW ── */
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-top: 48px;
  margin-bottom: 48px;
}
.stat {
  background: var(--white);
  padding: 32px 24px;
  text-align: center;
}
.stat-num { font-size: 2.2rem; font-weight: 800; color: var(--lake); line-height: 1; margin-bottom: 6px; }
.stat-label { font-size: .8rem; color: var(--text-lt); text-transform: uppercase; letter-spacing: .08em; }

/* ── FOOTER ── */
.footer {
  background: var(--lake-dark);
  color: rgba(255,255,255,.85);
  padding: 56px 24px 32px;
}
.footer-grid {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 40px;
}
.footer-brand { grid-row: span 2; }
.footer-brand strong { color: var(--white); font-size: 1.1rem; display: block; margin-bottom: 8px; }
.footer-brand p { font-size: .875rem; line-height: 1.6; margin-bottom: 16px; }
.nap { font-size: .875rem; line-height: 1.8; }
.nap strong { color: rgba(255,255,255,.9); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; display: block; margin-bottom: 4px; }
.footer-col h4 { color: var(--white); margin-bottom: 16px; font-size: .875rem; letter-spacing: .05em; text-transform: uppercase; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col a { color: rgba(255,255,255,.8); font-size: .875rem; transition: color .2s; }
.footer-col a:hover { color: var(--amber-lt); }
.footer-bottom {
  max-width: var(--max-w);
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .8rem;
}
.footer-bottom a { color: rgba(255,255,255,.85); }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  background: linear-gradient(135deg, var(--lake-dark) 0%, var(--lake) 100%);
  padding: 72px 24px 56px;
  color: var(--white);
}
.page-hero-inner { max-width: var(--max-w); margin: 0 auto; }
.breadcrumb { font-size: .8rem; color: rgba(255,255,255,.8); margin-bottom: 16px; }
.breadcrumb a { color: rgba(255,255,255,.8); }
.breadcrumb a:hover { color: var(--amber-lt); }
.breadcrumb span { color: rgba(255,255,255,.9); }
.page-hero h1 { color: var(--white); margin-bottom: 16px; }
.page-hero .lead { color: rgba(255,255,255,.82); }

/* ── BENEFIT LIST ── */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.benefit-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow);
}
.benefit-card .icon { font-size: 2rem; margin-bottom: 12px; }
.benefit-card h3 { margin-bottom: 8px; }

/* ── PACKAGE BOX ── */
.package-box {
  background: var(--sand);
  border: 2px solid var(--amber);
  border-radius: var(--radius-lg);
  padding: 36px;
  margin: 40px 0;
}
.package-box h3 { color: #8a6800; margin-bottom: 8px; }
.package-includes { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.package-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 6px 16px;
  font-size: .875rem;
  font-weight: 600;
  color: var(--text);
}

/* ── SPEC TABLE ── */
.spec-table { width: 100%; border-collapse: collapse; margin: 24px 0; }
.spec-table th {
  background: var(--lake-dark);
  color: var(--white);
  padding: 12px 16px;
  text-align: left;
  font-size: .875rem;
}
.spec-table td { padding: 12px 16px; border-bottom: 1px solid var(--border); font-size: .9rem; }
.spec-table tr:last-child td { border-bottom: none; }
.spec-table tr:nth-child(even) td { background: var(--sky); }

/* ── SISTER STRIP ── */
.sister-strip { background: var(--sand); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 32px 24px; }
.sister-strip-inner { max-width: var(--max-w); margin: 0 auto; display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.sister-strip h4 { color: var(--lake); white-space: nowrap; font-size: .875rem; text-transform: uppercase; letter-spacing: .08em; }
.sister-links { display: flex; gap: 20px; flex-wrap: wrap; }
.sister-link {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 10px 20px;
  font-size: .875rem;
  font-weight: 600;
  color: var(--text);
  background: var(--white);
  transition: border-color .2s, box-shadow .2s;
}
.sister-link:hover { border-color: var(--amber); box-shadow: var(--shadow); color: var(--lake); }


/* ── HAMBURGER BUTTON (hidden on desktop) ── */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 6px;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: var(--radius);
  flex-shrink: 0;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform .25s, opacity .25s;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .feature-row { grid-template-columns: 1fr; gap: 32px; }
  .feature-row.reverse { direction: ltr; }
  .season-cards { grid-template-columns: repeat(2, 1fr); }
  .page-cards { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .nav-toggle { display: flex; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--white);
    border-bottom: 2px solid var(--border);
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    padding: 8px 0 16px;
    z-index: 99;
  }
  .nav-links.is-open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; padding: 12px 24px; font-size: 1rem; }
  .nav-links .cta-btn { margin: 8px 24px; text-align: center; }
  .season-cards { grid-template-columns: 1fr; }
  .page-cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .hero { padding: 64px 24px 56px; }
  .hero-btns { flex-direction: column; }
  .section { padding: 48px 0; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}

/* ── Location Strip ─────────────────────────────────────────── */
.location-strip {
  background: var(--lake);
  color: #fff;
  text-align: center;
  padding: 1.25rem 1rem;
}
.location-strip p { color: #fff; }
.location-strip .location-tagline {
  font-weight: 700;
  font-size: 1rem;
  margin: 0 0 .35rem;
  letter-spacing: .03em;
}
.location-strip .location-detail {
  font-size: .82rem;
  color: rgba(255,255,255,.92);
  margin: .2rem 0 0;
}

/* ── Editorial Section ───────────────────────────────────────── */
.editorial-section { padding: 72px 0; }
.editorial-section h2 { font-size: 1.75rem; color: var(--lake); margin-bottom: 1rem; }
.editorial-section p { font-size: 1.05rem; color: var(--text-lt); max-width: 760px; }

/* ── Drive Compare Block ──────────────────────────────────────── */
.drive-compare { display:grid; grid-template-columns:repeat(auto-fit,minmax(160px,1fr)); gap:1rem; margin-top:1.25rem; }
.compare-item { background:#f0f4f8; border-radius:8px; padding:1rem; text-align:center; }
.compare-item strong { display:block; font-size:.95rem; color:#333; }
.compare-item span { font-size:.85rem; color:#555; margin-top:.25rem; display:block; }
.compare-item.highlight { background:var(--lake); }
.compare-item.highlight strong, .compare-item.highlight span { color:#fff; }

/* ── Blog Post ───────────────────────────────────────────────── */
.blog-post { max-width: 760px; margin: 3rem auto; padding: 0 1.5rem; }
.blog-post h1 { font-size: clamp(1.6rem, 4vw, 2.4rem); line-height: 1.25; color: var(--lake); margin-bottom: .5rem; }
.blog-post .post-meta { font-size: .82rem; color: #5a6878; margin-bottom: 2rem; }
.blog-post h2 { font-size: 1.25rem; color: var(--lake); margin: 2rem 0 .75rem; }
.blog-post p { line-height: 1.75; color: #333; margin-bottom: 1.25rem; }
.blog-post ul, .blog-post ol { line-height: 1.75; color: #333; padding-left: 1.5rem; margin-bottom: 1.25rem; }
.blog-post li { margin-bottom: .4rem; }
.blog-post .post-cta { background: var(--lake); color: #fff; border-radius: 10px; padding: 2rem; text-align: center; margin: 3rem 0; }
.blog-post .post-cta h3 { color: #fff; margin: 0 0 .75rem; }
.blog-post .post-cta p { color: rgba(255,255,255,.88); margin: 0 0 1.25rem; }

/* ── Availability Banner ─────────────────────────────────── */
.availability-banner {
  background: #e8f4f8;
  border-bottom: 2px solid var(--lake);
  text-align: center;
  padding: .5rem 1rem;
  font-size: .85rem;
  font-weight: 600;
}
.availability-banner a { color: var(--lake); text-decoration: underline; }

/* ── Email Capture ───────────────────────────────────────── */
.email-capture {
  background: var(--lake);
  color: #fff;
  text-align: center;
  padding: 3rem 1rem;
}
.email-capture h3 { font-size: 1.5rem; margin: 0 0 .75rem; color: #fff; }
.email-capture p { max-width: 520px; margin: 0 auto 1.5rem; color: #fff; }

/* ── Testimonial Strip ───────────────────────────────────── */
.testimonial-strip { background: var(--sand,#f5f0e6); padding: 3rem 1rem; text-align: center; }
.testimonial-strip h2 { margin-bottom: 2rem; }
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 1.5rem; max-width: 960px; margin: 0 auto; }
.testimonial-card { background: #fff; border-radius: 8px; padding: 1.5rem; text-align: left; box-shadow: 0 2px 8px rgba(0,0,0,.08); margin: 0; }
.testimonial-card p { font-style: italic; margin: 0 0 1rem; line-height: 1.6; }
.testimonial-card cite { font-size: .85rem; font-weight: 600; color: var(--lake); }

/* ── LEAD FORM ───────────────────────────────────────────── */
.lead-form-container {
  background: var(--parchment);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow);
  margin-top: 32px;
  text-align: left;
}
.lead-form-inline {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  align-items: flex-start;
}
.lead-form-inline .btn, 
.lead-form-inline .lead-form-group input {
  height: 48px;
  padding: 0 16px;
}
.lead-form-inline .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lead-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.lead-form-group label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--lake);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.lead-form-group input {
  padding: 10px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.95rem;
  width: 100%;
}
.lead-form-group input:focus {
  outline: none;
  border-color: var(--lake);
}
.form-sent-msg {
  display: none;
  background: #e4f2eb;
  border: 1.5px solid var(--pine);
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
  color: var(--text);
  margin-top: 20px;
}
.form-error-msg {
  display: none;
  background: #fdecea;
  border: 1.5px solid #e63946;
  border-radius: var(--radius);
  padding: 12px;
  margin-bottom: 12px;
  color: #e63946;
  font-size: 0.85rem;
  text-align: center;
}
.btn-loader { display: none; align-items: center; justify-content: center; gap: 8px; }

@media (max-width: 600px) {
  .lead-form-inline { flex-direction: column; }
}

