/* ============================================================
   KITCHEN CABINETS MD — Landing Stylesheet
   ----------------------------------------------------------------
   Design tokens are at the top. Change a value in :root and the
   whole site updates — palette swap, font swap, spacing scale.
   ============================================================ */

:root {
  /* -------- COLOR PALETTE -------- */
  --c-navy:        #1B2A41;   /* primary deep — trust / lux */
  --c-navy-700:    #243553;
  --c-navy-900:    #11192A;
  --c-gold:        #C9A961;   /* signature brushed brass */
  --c-gold-600:    #B5934B;
  --c-gold-100:    #F4EBD3;
  --c-cream:       #F7F3ED;   /* warm off-white background */
  --c-cream-200:   #EFE8DB;
  --c-white:       #FFFFFF;
  --c-charcoal:    #2C2C2C;   /* primary text */
  --c-charcoal-600:#5A5A5A;
  --c-charcoal-400:#8A8A8A;
  --c-line:        #E5E0D8;
  --c-success:     #2F855A;

  /* -------- TYPOGRAPHY -------- */
  --f-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --f-display: 'Manrope', 'Inter', -apple-system, sans-serif;

  /* -------- SPACING / RADIUS -------- */
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 20px;
  --r-xl: 28px;
  --shadow-sm: 0 2px 8px rgba(27, 42, 65, 0.06);
  --shadow-md: 0 8px 24px rgba(27, 42, 65, 0.10);
  --shadow-lg: 0 20px 60px rgba(27, 42, 65, 0.16);

  /* -------- LAYOUT -------- */
  --container-max: 1200px;
  --container-narrow: 820px;
  --header-height: 76px;
}

/* ============================================================
   RESET / BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body {
  margin: 0;
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--c-charcoal);
  background: var(--c-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: transparent; }

h1, h2, h3, h4 {
  font-family: var(--f-display);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--c-navy);
  margin: 0 0 0.5em;
}
h1 { font-size: clamp(2rem, 4.2vw, 3.5rem); }
h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); }
h3 { font-size: 1.25rem; }
h4 { font-size: 1rem; text-transform: uppercase; letter-spacing: 0.08em; }
p  { margin: 0 0 1em; }

/* ============================================================
   LAYOUT PRIMITIVES
   ============================================================ */
.container {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}
.container-narrow { max-width: var(--container-narrow); }
.section { padding-block: clamp(64px, 8vw, 112px); }
.section-cream { background: var(--c-cream); }

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.section-head h2 { margin-bottom: 16px; }
.section-head p { color: var(--c-charcoal-600); font-size: 1.0625rem; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-body);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-gold);
  margin-bottom: 16px;
}
.eyebrow-dark { color: var(--c-gold-600); }
.eyebrow-light { color: var(--c-gold-100); }
.eyebrow-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--c-gold);
  box-shadow: 0 0 0 4px rgba(201, 169, 97, 0.2);
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  font-family: var(--f-body);
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: var(--r-md);
  transition: all 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
}
.btn-sm { padding: 10px 18px; font-size: 0.875rem; }
.btn-block { width: 100%; }

.btn-primary {
  background: var(--c-gold);
  color: var(--c-navy-900);
  box-shadow: 0 4px 14px rgba(201, 169, 97, 0.35);
}
.btn-primary:hover {
  background: var(--c-gold-600);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(201, 169, 97, 0.5);
}

.btn-light {
  background: var(--c-white);
  color: var(--c-navy);
  box-shadow: var(--shadow-md);
}
.btn-light:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--c-line);
  height: var(--header-height);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* ----- Brand mark (gold symbol + charcoal + gold "MD") ----- */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.brand-logo img {
  display: block;
  height: 48px;
  width: auto;
  max-width: 100%;
}
@media (max-width: 480px) {
  .brand-logo img { height: 38px; }
}
.brand-symbol {
  width: 34px;
  height: 34px;
  color: var(--c-gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.brand-symbol svg { width: 100%; height: 100%; }
.brand-text {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
}
.brand-text-main {
  font-family: var(--f-display);
  font-weight: 700;
  letter-spacing: 0.14em;
  font-size: 0.875rem;
  color: var(--c-charcoal);
}
.brand-text-md {
  font-family: var(--f-display);
  font-weight: 800;
  letter-spacing: 0.18em;
  font-size: 0.875rem;
  color: var(--c-gold);
  margin-top: 3px;
}
.brand-on-dark .brand-text-main { color: var(--c-cream); }

/* ----- Nav ----- */
.site-nav {
  display: flex;
  gap: 28px;
  align-items: center;
}
.site-nav a {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--c-charcoal-600);
  transition: color 0.2s;
  position: relative;
}
.site-nav a:hover { color: var(--c-navy); }
.site-nav a::after {
  content: '';
  position: absolute;
  bottom: -6px; left: 0; right: 0;
  height: 2px;
  background: var(--c-gold);
  transform: scaleX(0);
  transition: transform 0.25s ease;
  transform-origin: center;
}
.site-nav a:hover::after { transform: scaleX(1); }

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--c-navy);
}
.header-phone:hover { color: var(--c-gold-600); }
.header-phone svg { color: var(--c-gold); }

/* mobile nav toggle */
.nav-toggle {
  display: none;
  width: 40px; height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--c-navy);
  transition: transform 0.25s ease, opacity 0.2s ease;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--c-navy);
  color: var(--c-white);
  padding: clamp(64px, 9vw, 120px) 0 clamp(80px, 9vw, 120px);
  isolation: isolate;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    /* Left-to-right gradient: dark on left (where copy lives), fading toward the kitchen on the right */
    linear-gradient(90deg, rgba(17, 25, 42, 0.92) 0%, rgba(17, 25, 42, 0.78) 30%, rgba(17, 25, 42, 0.35) 60%, rgba(17, 25, 42, 0.15) 100%),
    /* Subtle top-bottom darkening so the form-card doesn't blow out the bright ceiling */
    linear-gradient(180deg, rgba(17, 25, 42, 0.15) 0%, transparent 30%, transparent 70%, rgba(17, 25, 42, 0.25) 100%),
    url('images/hero-kitchen.png') center right / cover no-repeat,
    var(--c-navy);
  z-index: -2;
}
.hero::after {
  /* subtle gold glow */
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(201, 169, 97, 0.18) 0%, transparent 70%);
  z-index: -1;
  pointer-events: none;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: center;
}
.hero-copy { max-width: 600px; }
.hero-copy .eyebrow {
  background: rgba(201, 169, 97, 0.12);
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(201, 169, 97, 0.35);
  color: var(--c-gold-100);
  font-size: 0.75rem;
}

.hero-title {
  color: var(--c-white);
  font-size: clamp(2.25rem, 4.5vw, 3.75rem);
  line-height: 1.08;
  margin-bottom: 24px;
}
.hero-title .accent { color: var(--c-gold); font-style: italic; font-weight: 600; }

.hero-sub {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.65;
  margin-bottom: 28px;
}
.hero-sub strong { color: var(--c-white); font-weight: 600; }

.hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: grid;
  gap: 12px;
}
.hero-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.92);
}
.hero-bullets li svg { color: var(--c-gold); flex-shrink: 0; margin-top: 1px; }

.hero-trust-row {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}
.trust-stars { display: inline-flex; gap: 2px; color: var(--c-gold); }
.trust-stars svg { width: 18px; height: 18px; }
.trust-stars-label { font-size: 0.875rem; font-weight: 600; color: var(--c-white); }

/* ============================================================
   FORM CARD (used by hero + bottom CTA)
   The .form-embed-slot is the swap point for the GHL embed.
   ============================================================ */
.form-card {
  background: var(--c-white);
  border-radius: var(--r-xl);
  padding: 36px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--c-line);
  color: var(--c-charcoal);
}
.form-card-dark {
  background: var(--c-white);
}
.form-card-header { margin-bottom: 24px; }
.form-card-header h2 {
  font-size: 1.5rem;
  margin-bottom: 6px;
  color: var(--c-navy);
}
.form-card-header p {
  font-size: 0.9375rem;
  color: var(--c-charcoal-600);
  margin: 0;
}

/* The slot — when GHL embed replaces .lead-form, the slot keeps the layout. */
.form-embed-slot {
  display: block;
  width: 100%;
}
.form-embed-slot iframe {
  width: 100% !important;
  border: 0;
  display: block;
}

.lead-form { display: grid; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--c-charcoal);
  letter-spacing: 0.01em;
}
.field label span { color: var(--c-gold-600); }
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 0.9375rem;
  color: var(--c-charcoal);
  background: var(--c-cream);
  border: 1.5px solid var(--c-line);
  border-radius: var(--r-md);
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--c-gold);
  background: var(--c-white);
  box-shadow: 0 0 0 4px rgba(201, 169, 97, 0.15);
}
.field textarea { resize: vertical; min-height: 80px; }

.form-fineprint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.75rem;
  color: var(--c-charcoal-400);
  margin: 6px 0 0;
}

/* ============================================================
   TRUST BAR
   ============================================================ */
.trust-bar {
  background: var(--c-navy-900);
  color: var(--c-cream);
  padding: 20px 0;
}
.trust-bar-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 24px;
}
.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.85);
}
.trust-item svg { color: var(--c-gold); flex-shrink: 0; }
.trust-item strong { color: var(--c-white); font-weight: 600; }

/* ============================================================
   WHY US
   ============================================================ */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.why-card {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.why-card:hover {
  transform: translateY(-4px);
  border-color: var(--c-gold);
  box-shadow: var(--shadow-md);
}
.why-icon {
  width: 56px; height: 56px;
  border-radius: var(--r-md);
  background: linear-gradient(135deg, var(--c-gold-100), var(--c-cream));
  color: var(--c-gold-600);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.why-card h3 {
  font-size: 1.125rem;
  margin-bottom: 8px;
  color: var(--c-navy);
}
.why-card p {
  font-size: 0.9375rem;
  color: var(--c-charcoal-600);
  margin: 0;
}

/* ============================================================
   CATALOG GRID
   ============================================================ */
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}
.cabinet-card {
  background: var(--c-white);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--c-line);
  display: flex;
  flex-direction: column;
}
.cabinet-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.cabinet-img {
  position: relative;
  /* 4:5 portrait matches the door-panel photo aspect ratio so the photos
     fill the container exactly — no awkward side bars. The photographer's
     natural framing (door with whitespace around it) becomes the visible
     padding inside the card. */
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--c-white);
  cursor: zoom-in;
}
.cabinet-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.cabinet-card:hover .cabinet-img img { transform: scale(1.03); }

.cabinet-badge {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--c-gold);
  color: var(--c-navy-900);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

/* Door-detail swatch — small inset showing the actual door style closeup */
.cabinet-swatch {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 78px;
  height: 78px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--c-white);
  border: 3px solid var(--c-white);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255,255,255,0.4);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1), height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
.cabinet-swatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.cabinet-card:hover .cabinet-swatch {
  width: 110px;
  height: 110px;
  transform: scale(1.05);
}
@media (max-width: 480px) {
  .cabinet-swatch {
    width: 64px;
    height: 64px;
    bottom: 10px;
    right: 10px;
  }
}

.cabinet-body {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.cabinet-body h3 {
  font-size: 1.375rem;
  margin-bottom: 8px;
}
.cabinet-body p {
  font-size: 0.9375rem;
  color: var(--c-charcoal-600);
  margin-bottom: 20px;
  flex: 1;
}

.cta-cabinet {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--c-navy);
  padding: 10px 0;
  border-bottom: 2px solid var(--c-gold);
  align-self: flex-start;
  transition: gap 0.2s ease, color 0.2s;
}
.cta-cabinet svg { transition: transform 0.2s; }
.cta-cabinet:hover { gap: 12px; color: var(--c-gold-600); }
.cta-cabinet:hover svg { transform: translateX(2px); }

/* ============================================================
   FINANCING BANNER
   ============================================================ */
.financing-banner {
  background: linear-gradient(135deg, var(--c-navy) 0%, var(--c-navy-700) 100%);
  color: var(--c-white);
  padding: 48px 0;
  position: relative;
  overflow: hidden;
}
.financing-banner::before {
  content: '';
  position: absolute;
  top: 50%; right: -120px;
  transform: translateY(-50%);
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(201, 169, 97, 0.22) 0%, transparent 70%);
}
.financing-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  position: relative;
}
.financing-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--c-gold);
  margin-bottom: 8px;
}
.financing-copy h3 {
  color: var(--c-white);
  font-size: 1.875rem;
  margin: 0 0 6px;
}
.financing-copy p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  font-size: 1rem;
}

/* ============================================================
   PROCESS
   ============================================================ */
.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
  position: relative;
}
.process-step {
  text-align: center;
  position: relative;
  padding: 8px 12px;
}
.step-num {
  font-family: var(--f-display);
  font-size: 3rem;
  font-weight: 800;
  color: var(--c-gold);
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.process-step h3 {
  font-size: 1.125rem;
  margin-bottom: 8px;
}
.process-step p {
  font-size: 0.9375rem;
  color: var(--c-charcoal-600);
  margin: 0;
}

/* ============================================================
   BEFORE / AFTER GALLERY
   ============================================================ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}
.ba-card {
  background: var(--c-white);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  margin: 0;
  border: 1px solid var(--c-line);
}
.ba-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  aspect-ratio: 16 / 9;
}
.ba-before, .ba-after {
  position: relative;
  overflow: hidden;
  background: var(--c-cream-200);
}
.ba-before { border-right: 2px solid var(--c-white); }
.ba-before img, .ba-after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ba-before.ba-empty,
.ba-after.ba-empty {
  background: repeating-linear-gradient(45deg, var(--c-cream), var(--c-cream) 10px, var(--c-cream-200) 10px, var(--c-cream-200) 20px);
}
.ba-label {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--c-navy);
  color: var(--c-white);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 4px;
}
.ba-after .ba-label {
  background: var(--c-gold);
  color: var(--c-navy-900);
}
.ba-card figcaption {
  padding: 16px 20px;
  font-size: 0.875rem;
  color: var(--c-charcoal-600);
  font-weight: 500;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}
.testimonial-card {
  background: var(--c-cream);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  border: 1px solid var(--c-line);
  display: flex;
  flex-direction: column;
}
.t-stars {
  display: inline-flex;
  gap: 2px;
  color: var(--c-gold);
  margin-bottom: 16px;
}
.t-stars svg { width: 18px; height: 18px; }

.testimonial-card blockquote {
  font-size: 1rem;
  color: var(--c-charcoal);
  line-height: 1.65;
  margin: 0 0 24px;
  flex: 1;
  font-style: italic;
}

.t-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid var(--c-line);
}
.t-avatar {
  position: relative;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--c-gold-100);
  color: var(--c-gold-600);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 0.875rem;
}
.t-avatar img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.t-avatar .avatar-initials { display: none; }
.t-avatar.avatar-empty .avatar-initials { display: block; }

.t-author strong {
  display: block;
  font-size: 0.9375rem;
  color: var(--c-navy);
  margin-bottom: 2px;
}
.t-author span {
  font-size: 0.8125rem;
  color: var(--c-charcoal-600);
}

/* ============================================================
   FAQ
   ============================================================ */
.faq-list { display: grid; gap: 12px; }
.faq-item {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  padding: 0;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.faq-item[open] {
  border-color: var(--c-gold);
  box-shadow: var(--shadow-sm);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 600;
  color: var(--c-navy);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--c-gold);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p {
  padding: 0 24px 22px;
  margin: 0;
  font-size: 0.9375rem;
  color: var(--c-charcoal-600);
  line-height: 1.65;
}

/* ============================================================
   FINAL CTA
   ============================================================ */
.final-cta {
  position: relative;
  overflow: hidden;
  color: var(--c-white);
  background: var(--c-navy-900);
  isolation: isolate;
}
.final-cta::before {
  /* Photo + directional gradient. Dark on the left so the copy stays
     readable; the kitchen reveals on the right behind/around the form. */
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 25, 42, 0.94) 0%, rgba(17, 25, 42, 0.82) 30%, rgba(17, 25, 42, 0.50) 55%, rgba(17, 25, 42, 0.22) 100%),
    linear-gradient(180deg, rgba(17, 25, 42, 0.12) 0%, transparent 25%, transparent 75%, rgba(17, 25, 42, 0.22) 100%),
    url('images/cta-kitchen.png') center right / cover no-repeat,
    var(--c-navy-900);
  z-index: -2;
}
.final-cta::after {
  /* Subtle gold glow from the top-left for warmth, matching the hero */
  content: '';
  position: absolute;
  top: -120px; left: -120px;
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(201, 169, 97, 0.18) 0%, transparent 70%);
  z-index: -1;
  pointer-events: none;
}
.final-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
}
.final-cta-copy h2 {
  color: var(--c-white);
  font-size: clamp(1.875rem, 3vw, 2.625rem);
  margin-bottom: 16px;
}
.final-cta-copy p {
  color: rgba(255,255,255,0.82);
  font-size: 1.0625rem;
  margin-bottom: 28px;
}
.final-cta-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: grid;
  gap: 12px;
}
.final-cta-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.9);
}
.final-cta-list li svg { color: var(--c-gold); flex-shrink: 0; }

.final-cta-callus {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.final-cta-callus span {
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.7);
}
.final-cta-callus a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--c-gold);
}
.final-cta-callus a:hover { color: var(--c-white); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--c-navy-900);
  color: rgba(255,255,255,0.75);
  padding: 64px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
}
.footer-brand .brand { margin-bottom: 20px; }
.footer-brand p {
  font-size: 0.9375rem;
  line-height: 1.65;
  margin-bottom: 12px;
}
.footer-license { color: var(--c-gold-100) !important; font-size: 0.8125rem !important; }
.footer-license strong { color: var(--c-gold); }

.footer-col h4 {
  color: var(--c-white);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-col li { font-size: 0.9375rem; }
.footer-col a { color: rgba(255,255,255,0.75); transition: color 0.2s; }
.footer-col a:hover { color: var(--c-gold); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 24px 0;
}
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.55);
}

/* ============================================================
   STICKY MOBILE CTA
   ============================================================ */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 90;
  background: var(--c-gold);
  color: var(--c-navy-900);
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9375rem;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 30px rgba(27, 42, 65, 0.35), 0 0 0 2px rgba(255,255,255,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}
.sticky-cta:hover {
  transform: translateX(-50%) translateY(-3px);
  box-shadow: 0 14px 40px rgba(27, 42, 65, 0.45), 0 0 0 2px rgba(255,255,255,0.5);
}

/* ============================================================
   LIGHTBOX
   ============================================================ */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 4vw, 40px);
  background: rgba(17, 25, 42, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.lightbox.is-open {
  display: flex;
  opacity: 1;
}

.lightbox-panel {
  background: var(--c-white);
  border-radius: var(--r-xl);
  max-width: 1080px;
  width: 100%;
  max-height: 92vh;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
  transform: translateY(20px) scale(0.98);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.34, 1.2, 0.64, 1), opacity 0.3s ease;
}
.lightbox.is-open .lightbox-panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.lightbox-image {
  background: var(--c-cream);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  min-height: 320px;
}
.lightbox-image img {
  max-width: 100%;
  max-height: calc(92vh - 64px);
  object-fit: contain;
  display: block;
}

.lightbox-info {
  padding: clamp(28px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
}
.lightbox-info h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin-bottom: 12px;
}
.lightbox-info p {
  color: var(--c-charcoal-600);
  font-size: 1.0625rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

.lightbox-features {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
  padding: 20px;
  background: var(--c-cream);
  border-radius: var(--r-md);
}
.lightbox-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9375rem;
  color: var(--c-charcoal);
  font-weight: 500;
}
.lightbox-feature svg { color: var(--c-gold-600); flex-shrink: 0; }

.lightbox-close {
  position: absolute;
  top: clamp(12px, 2vw, 24px);
  right: clamp(12px, 2vw, 24px);
  width: 44px;
  height: 44px;
  background: var(--c-white);
  border-radius: 50%;
  color: var(--c-navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s, background 0.2s;
}
.lightbox-close:hover {
  background: var(--c-gold);
  transform: rotate(90deg);
}

@media (max-width: 760px) {
  .lightbox-panel {
    grid-template-columns: 1fr;
    max-height: 94vh;
    overflow-y: auto;
  }
  .lightbox-image {
    min-height: 0;
    padding: 24px;
    aspect-ratio: 1 / 1;
  }
  .lightbox-image img {
    max-height: 50vh;
  }
  .lightbox-info {
    padding: 24px 24px 32px;
  }
}

body.is-locked { overflow: hidden; }

/* ============================================================
   ANIMATIONS — reveal on scroll
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .form-card { padding: 28px; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }

  /* Stacked layout: vertical gradient so text-on-top stays readable
     while the kitchen photo peeks through behind the form below. */
  .hero::before {
    background:
      linear-gradient(180deg, rgba(17, 25, 42, 0.92) 0%, rgba(17, 25, 42, 0.78) 35%, rgba(17, 25, 42, 0.45) 60%, rgba(17, 25, 42, 0.25) 100%),
      url('images/hero-kitchen.png') center center / cover no-repeat,
      var(--c-navy);
  }
  .final-cta::before {
    background:
      linear-gradient(180deg, rgba(17, 25, 42, 0.94) 0%, rgba(17, 25, 42, 0.82) 35%, rgba(17, 25, 42, 0.50) 60%, rgba(17, 25, 42, 0.30) 100%),
      url('images/cta-kitchen.png') center center / cover no-repeat,
      var(--c-navy-900);
  }
}

@media (max-width: 720px) {
  .site-nav { display: none; }
  .header-phone span { display: none; }
  .nav-toggle { display: inline-flex; }
  .site-nav.is-open {
    display: flex;
    position: absolute;
    top: var(--header-height);
    left: 0; right: 0;
    flex-direction: column;
    background: var(--c-white);
    padding: 20px;
    gap: 14px;
    border-bottom: 1px solid var(--c-line);
    box-shadow: var(--shadow-md);
  }
  .site-nav.is-open a::after { display: none; }

  .sticky-cta { display: inline-flex; }

  .hero { padding-top: 48px; padding-bottom: 56px; }
  .hero-title { font-size: 2rem; }
  .form-card { padding: 24px 20px; }
  .field-row { grid-template-columns: 1fr; }

  .trust-bar-inner { gap: 12px; }
  .trust-item { width: 100%; justify-content: center; font-size: 0.875rem; }

  .financing-inner { text-align: center; justify-content: center; }
  .financing-inner .btn { width: 100%; }
  .financing-copy h3 { font-size: 1.5rem; }

  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom-inner { justify-content: center; text-align: center; }

  .ba-pair { aspect-ratio: 16 / 11; }

  body { padding-bottom: 80px; } /* room for sticky CTA */
}

@media (max-width: 480px) {
  .brand-text-main, .brand-text-md { font-size: 0.75rem; }
  .brand-symbol { width: 30px; height: 30px; }
  .hero-trust-row { width: 100%; justify-content: center; }
}
