/* ═══════════════════════════════════════════════
   WALLY'S CLEANERS — DESIGN SYSTEM v7
   Warm White dominant · Stone/Taupe · Champagne Gold
   Charcoal: hero + footer only (2 surfaces)
   Register: Apple Store warmth + Ritz-Carlton service
   Typography: Playfair Display · Libre Baskerville · Inter
   ═══════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap&family=Allura&display=swap');

:root {
  /* ── WARM WHITE — dominant (80%+ of surfaces) ── */
  --warm-white: #FAFAF8;
  --off-white:  #F4F2EE;   /* card fills, alternating sections */
  --stone-lt:   #EFEBE5;   /* lightest taupe — subtle section bg */

  /* ── STONE / TAUPE — replaces sage entirely ── */
  --stone:      #8C8278;   /* body text secondary, icon fills */
  --stone2:     #6E6560;   /* darker muted text */
  --stone3:     #BDB5AB;   /* borders, dividers */
  --stone-bg:   #F0ECE6;   /* warm stone section background */

  /* ── CHAMPAGNE GOLD — accent only ── */
  --brand-navy: #1E2A44;
  --font-script: 'Allura', cursive;
  --gold:       #C9A44C;
  --gold2:      #A8883A;
  --gold-lt:    #FBF7EE;   /* gold-tinted wash */

  /* ── CHARCOAL — reserved for hero + footer ONLY ── */
  --char:       #1E1E1E;
  --char2:      #141414;

  /* ── INK — text on light backgrounds ── */
  --ink:        #1E1E1E;
  --ink2:       #3C3835;
  --muted:      #8C8278;   /* same as --stone, intentional */
  --border:     #E8E3DC;
  --border2:    #D6CFC6;
  --white:      #FFFFFF;

  /* ── TYPE — three-tier hierarchy ── */
  --font-d: 'Playfair Display', 'Georgia', serif;   /* Display: hero headlines, major titles */
  --font-s: 'Libre Baskerville', 'Georgia', serif;  /* Heritage: supporting headlines, trust statements */
  --font-b: 'Inter', system-ui, sans-serif;          /* UI: body, nav, buttons, forms */

  /* ── LAYOUT ── */
  --max:        1140px;
  --nav-h:      76px;
  --r:          6px;       /* warm, approachable — not cold sharp */
  --r-sm:       4px;
  --section:    108px 0;
  --section-sm: 72px 0;
}

/* ── BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-b); font-weight: 400;
  color: var(--ink); background: var(--warm-white);
  -webkit-font-smoothing: antialiased; line-height: 1.72;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
[id] { scroll-margin-top: calc(var(--nav-h) + 12px); }

/* ── LAYOUT ── */
.wrap    { max-width: var(--max); margin: 0 auto; padding: 0 36px; }
.wrap-sm { max-width: 800px;  margin: 0 auto; padding: 0 36px; }
.wrap-xs { max-width: 620px;  margin: 0 auto; padding: 0 36px; }

/* ══════════════════════════════
   TYPOGRAPHY
   Cormorant headlines, Jost body.
   Warm and readable — not austere.
   ══════════════════════════════ */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-b); font-size: 10px; font-weight: 500;
  letter-spacing: .28em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: ''; display: block; width: 28px; height: 1px;
  background: var(--gold); flex-shrink: 0;
}

/* Display: Playfair Display — brand moments, emotional impact */
.display-xl { font-family: var(--font-d); font-size: clamp(48px,7.5vw,90px); font-weight: 400; line-height: 1.0; color: var(--white); letter-spacing: -.01em; }
.display-lg { font-family: var(--font-d); font-size: clamp(36px,5vw,60px);   font-weight: 400; line-height: 1.08; color: var(--ink); }
/* Heritage: Libre Baskerville — credibility, trust, supporting structure */
.display-md { font-family: var(--font-s); font-size: clamp(26px,4vw,44px);   font-weight: 400; line-height: 1.12; color: var(--ink); }
.display-sm { font-family: var(--font-s); font-size: clamp(20px,3vw,30px);   font-weight: 400; line-height: 1.2; color: var(--ink); }
.display-white { color: var(--white) !important; }
.italic        { font-style: italic; }
.gold-txt      { color: var(--gold); }
.muted-txt     { color: var(--muted); }
.stone-txt     { color: var(--stone); }

/* ── ICON SYSTEM ──
   All emoji replaced with inline SVG.
   stroke="currentColor" inherits from container.
   Sized by context via CSS rules below.
   ── */
.icon-svg {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  transition: opacity .2s;
}
/* Context-specific icon sizing */
.dd-icon .icon-svg          { width: 15px; height: 15px; }
.trust-icon .icon-svg       { width: 18px; height: 18px; }
.trust-icon svg             { width: 18px; height: 18px; }
.feat-icon .icon-svg,
.feat-icon svg              { width: 22px; height: 22px; }
.bridal-feat-icon .icon-svg,
.bridal-feat-icon svg       { width: 22px; height: 22px; }
.comm-ico .icon-svg,
.comm-ico svg               { width: 24px; height: 24px; }
.svc-card-ico .icon-svg,
.svc-card-ico svg           { width: 20px; height: 20px; }
.f-success-ico .icon-svg,
.f-success-ico svg          { width: 40px; height: 40px; stroke-width: 1.25; }
.who-ico .icon-svg,
.who-ico svg                { width: 24px; height: 24px; }
/* Star ratings — filled stroke */
.testi-stars .icon-svg,
.testi-stars svg,
.google-stars .icon-svg,
.google-stars svg           { width: 13px; height: 13px; fill: currentColor; stroke: none; }
/* Hero card icons */
.h-card .icon-svg,
.h-card svg                 { width: 20px; height: 20px; }

.body-lg  { font-size: 16.5px; font-weight: 400; color: var(--stone2); line-height: 1.82; }
.body-md  { font-size: 15px;   font-weight: 400; color: var(--stone2); line-height: 1.78; }
.body-sm  { font-size: 13.5px; font-weight: 400; color: var(--stone);  line-height: 1.72; }
.body-white { color: rgba(255,255,255,.62); }

/* ── RULE ── */
.rule        { width: 36px; height: 1px; background: var(--gold); margin-bottom: 26px; }
.rule-center { margin-left: auto; margin-right: auto; }

/* ── REVEAL ── */
.rev { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.rev.in { opacity: 1; transform: none; }
.rev-delay-1 { transition-delay: .1s; }
.rev-delay-2 { transition-delay: .2s; }
.rev-delay-3 { transition-delay: .3s; }

/* ══════════════════════════════
   BUTTONS
   Apple Store feel: clean, confident,
   plenty of breathing room.
   ══════════════════════════════ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 32px; font-family: var(--font-b); font-weight: 500;
  font-size: 12px; letter-spacing: .1em; text-transform: uppercase;
  border-radius: var(--r); border: 1.5px solid transparent;
  cursor: pointer; transition: all .22s ease; white-space: nowrap;
}
/* Primary — gold fill */
.btn-copper        { background: var(--gold); color: var(--char); border-color: var(--gold); }
.btn-copper:hover  { background: var(--gold2); border-color: var(--gold2); transform: translateY(-1px); box-shadow: 0 4px 20px rgba(201,164,76,.3); }
/* Secondary — charcoal fill */
.btn-sage          { background: var(--char); color: var(--white); border-color: var(--char); }
.btn-sage:hover    { background: var(--char2); transform: translateY(-1px); }
/* Outline on light bg */
.btn-outline       { background: transparent; color: var(--ink); border-color: var(--border2); }
.btn-outline:hover { border-color: var(--ink); background: var(--off-white); }
/* Outline on dark bg */
.btn-outline-white { background: transparent; color: var(--white); border-color: rgba(255,255,255,.35); }
.btn-outline-white:hover { border-color: var(--white); background: rgba(255,255,255,.06); }
/* Gold outline on light bg */
.btn-outline-copper { background: transparent; color: var(--gold2); border-color: var(--gold); }
.btn-outline-copper:hover { background: var(--gold); color: var(--char); }
/* Aliases */
.btn-obsidian { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-obsidian:hover { background: var(--char); color: var(--white); }
.btn-sm { padding: 10px 24px; font-size: 11px; }
.btn-lg { padding: 15px 40px; font-size: 13px; }
.btn-arrow::after { content: '→'; display: inline-block; transition: transform .2s; margin-left: 2px; }
.btn-arrow:hover::after { transform: translateX(4px); }

/* ══════════════════════════════
   TOP BAR
   ══════════════════════════════ */
.topbar {
  background: var(--off-white); color: var(--stone);
  border-bottom: 1px solid var(--border);
  font-family: var(--font-b); font-size: 11px; font-weight: 400;
  letter-spacing: .06em; padding: 9px 0; text-align: center;
}
.topbar-row { display: flex; justify-content: center; align-items: center; gap: 24px; flex-wrap: wrap; }
.topbar-item { display: flex; align-items: center; gap: 5px; }
.topbar a { color: var(--ink2); font-weight: 500; transition: color .2s; }
.topbar a:hover { color: var(--gold); }
.topbar-sep { width: 1px; height: 13px; background: var(--border2); }

/* ══════════════════════════════
   NAVIGATION
   White background, clean, spacious.
   Apple-level nav clarity.
   ══════════════════════════════ */
.site-nav {
  position: sticky; top: 0; z-index: 800;
  background: rgba(250,250,248,.96); backdrop-filter: blur(20px) saturate(1.4);
  border-bottom: 1px solid var(--border); height: var(--nav-h);
}
.nav-in { height: var(--nav-h); display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.nav-logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav-logo-mark {
  width: 40px; height: 40px; background: var(--char); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.nav-logo-mark svg { width: 20px; height: 20px; }
.nav-logo-name { font-family: var(--font-script); font-size: 30px; font-weight: 400; color: var(--brand-navy); line-height: .9; }
.nav-logo-tag  { font-size: 9px; font-weight: 600; letter-spacing: .34em; text-transform: uppercase; color: var(--brand-navy); margin-top: 1px; padding-left: 2px; }

/* Brand hanger divider — from the logo lockup */
.hanger-divider { display: flex; align-items: center; justify-content: center; gap: 0; margin: 0 auto 22px; }
.hanger-divider::before, .hanger-divider::after { content: ''; display: block; width: 72px; height: 1px; background: var(--gold); }
.hanger-divider svg { width: 34px; height: 24px; stroke: var(--gold); fill: none; stroke-width: 1.3; margin: 0 10px; }
.footer-hanger svg { width: 30px; height: 22px; stroke: var(--gold); fill: none; stroke-width: 1.3; }

/* Nav links — match reference: 12.5px/500/0.05em, pill hover in stone-lt */
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-item  { position: relative; }
.nav-link  {
  display: flex; align-items: center; gap: 4px; padding: 8px 12px;
  font-family: var(--font-b); font-size: 12.5px; font-weight: 500;
  letter-spacing: .05em; text-transform: uppercase; color: var(--ink2);
  border-radius: var(--r); transition: color .2s, background .2s;
  white-space: nowrap;
}
.nav-link:hover { color: var(--gold2); background: var(--stone-lt); }
.nav-link.active { color: var(--gold); }
.nav-link .caret { font-size: 8px; opacity: .5; transition: transform .25s; }
.nav-item:hover .caret { transform: rotate(180deg); }

/* Dropdown — clean white panel, warm shadow */
.nav-dropdown {
  display: none; position: absolute; top: calc(100% + 6px); left: 0;
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r); min-width: 230px; padding: 8px;
  box-shadow: 0 16px 48px rgba(0,0,0,.09); z-index: 900;
}
.nav-item:hover .nav-dropdown { display: block; }
.nav-dropdown a {
  display: flex; align-items: center; gap: 10px; padding: 10px 14px;
  font-size: 13px; font-weight: 400; color: var(--ink2);
  border-radius: var(--r-sm); transition: background .15s, color .15s;
}
.nav-dropdown a:hover { background: var(--stone-lt); color: var(--gold2); }
.nav-dropdown .dd-icon { font-size: 15px; opacity: .65; }
.nav-dropdown .dd-sep { height: 1px; background: var(--border); margin: 6px 0; }
.nav-dropdown .dd-label {
  padding: 6px 14px 4px; font-size: 10px; font-weight: 600;
  letter-spacing: .15em; text-transform: uppercase; color: var(--stone);
}
.nav-dropdown.wide { min-width: 480px; display: none; }
.nav-item:hover .nav-dropdown.wide { display: grid; grid-template-columns: 1fr 1fr; }
.nav-dropdown.wide .dd-col { padding: 4px; }
.nav-dropdown.wide .dd-col-hd {
  padding: 10px 14px 6px; font-size: 10px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; color: var(--stone);
  border-bottom: 1px solid var(--border); margin-bottom: 4px;
}

.nav-right { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav-tel { font-size: 13px; font-weight: 400; color: var(--stone2); display: flex; align-items: center; gap: 6px; }
.nav-tel:hover { color: var(--ink); }

/* Mobile */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; }
.hamburger span { display: block; width: 22px; height: 1.5px; background: var(--ink); border-radius: 1px; transition: .3s; }
.mob-nav {
  display: none; position: fixed; inset: 0; background: var(--warm-white);
  z-index: 799; overflow-y: auto; padding: 88px 36px 48px; flex-direction: column;
}
.mob-nav.open { display: flex; }
.mob-nav-section { margin-bottom: 28px; }
.mob-nav-hd { font-size: 9.5px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
.mob-nav a { display: block; padding: 11px 0; font-family: var(--font-d); font-weight: 300; font-size: 24px; color: var(--ink); border-bottom: 1px solid var(--border); transition: color .2s; }
.mob-nav a:hover { color: var(--gold); }

/* ══════════════════════════════
   STICKY MOBILE CTA
   ══════════════════════════════ */
.sticky-cta {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 700;
  background: var(--warm-white); border-top: 1px solid var(--border);
  padding: 10px 16px; gap: 10px;
}
@media (max-width: 768px) { .sticky-cta { display: flex; } }
.sticky-cta a {
  flex: 1; text-align: center; padding: 13px 10px; border-radius: var(--r);
  font-family: var(--font-b); font-size: 11.5px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase;
}
.sticky-cta .cta-call   { background: var(--off-white); color: var(--ink); border: 1.5px solid var(--border2); }
.sticky-cta .cta-pickup { background: var(--gold); color: var(--char); }

/* ══════════════════════════════
   HERO — light, warm, editorial.
   Stone-to-white gradient with gold
   glows. The dark moment now lives in
   the cta-strip and footer only.
   ══════════════════════════════ */
.hero-dark {
  background: linear-gradient(180deg, #F2EFE9 0%, var(--warm-white) 75%);
  min-height: 84vh;
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center; position: relative; overflow: hidden;
}
.hero-dark .display-xl { color: var(--ink); }
.hero-dark-texture {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  /* Very faint warm diagonal — less clinical than pure grid */
  background-image:
    repeating-linear-gradient(
      135deg,
      rgba(30,30,30,.016) 0, rgba(30,30,30,.016) 1px,
      transparent 1px, transparent 120px
    );
}
.hero-dark-glow-1 {
  /* Bottom-right gold warmth */
  position: absolute; right: -40px; bottom: -60px; width: 480px; height: 480px;
  border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle at 40%, rgba(201,164,76,.18) 0%, transparent 60%);
}
.hero-dark-glow-2 {
  /* Top-left balance glow — warm gold whisper */
  display: block;
  position: absolute; left: -80px; top: -80px; width: 400px; height: 400px;
  border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(201,164,76,.09) 0%, transparent 65%);
}
.hero-dark-in {
  position: relative; z-index: 2; padding: 96px 36px;
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center;
}

/* ══════════════════════════════
   PAGE HEROES — LIGHT
   Interior pages: warm white bg,
   dark headline. Not charcoal.
   ══════════════════════════════ */
.page-hero {
  background: var(--off-white); padding: 80px 0 72px;
  border-bottom: 1px solid var(--border);
  position: relative; text-align: center;
}
.page-hero-in { position: relative; z-index: 2; }
.page-hero-crumb {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 11px; font-weight: 400; letter-spacing: .06em;
  color: var(--stone); margin-bottom: 20px;
}
.page-hero-crumb a { color: var(--stone2); transition: color .2s; }
.page-hero-crumb a:hover { color: var(--gold); }
.page-hero-crumb span { color: var(--border2); }

/* Bridal hero — light with a whisper of gold */
.bridal-hero {
  background: var(--off-white); min-height: 72vh;
  display: flex; align-items: center; text-align: center;
  position: relative; overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.bridal-hero::before {
  content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 700px; height: 180px;
  background: radial-gradient(ellipse at 50% 100%, rgba(201,164,76,.07) 0%, transparent 70%);
  pointer-events: none;
}
.bridal-hero-in { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; padding: 72px 36px; }

/* ══════════════════════════════
   SECTION BACKGROUNDS
   Warm white = default.
   Off-white = gentle alternation.
   Stone-bg = the warm bridal/feature sections.
   Char = hero (via .hero-dark) + footer ONLY.
   Stats strip is NOW LIGHT — keeps the homepage
   rhythm as one dark moment (hero) then all light.
   ══════════════════════════════ */
.section-white     { padding: var(--section); background: var(--warm-white); }
.section-cream     { padding: var(--section); background: var(--off-white); }
/* Former sage → warm stone, inviting not corporate */
.section-sage      { padding: var(--section); background: var(--stone-bg); }
/* Stats strip — light with charcoal numbers, very Four Seasons */
.section-copper    { padding: var(--section-sm); background: var(--off-white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-dark      { padding: var(--section); background: var(--char); }
.section-sm-white  { padding: var(--section-sm); background: var(--warm-white); }
.section-sm-cream  { padding: var(--section-sm); background: var(--off-white); }
.section-parchment { padding: var(--section); background: var(--stone-lt); }

.section-head { margin-bottom: 60px; }
.section-head.center { text-align: center; }
.section-head.center .rule { margin: 0 auto 26px; }
.section-head.center .eyebrow { justify-content: center; }
.section-head.center .body-lg { max-width: 560px; margin: 0 auto; }

/* ══════════════════════════════
   TRUST BAR
   Off-white bg, clean.
   ══════════════════════════════ */
.trust-bar { background: var(--warm-white); border-bottom: 1px solid var(--border); padding: 18px 0; }
.trust-bar-in { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.trust-item { display: flex; align-items: center; gap: 10px; }
.trust-icon { font-size: 16px; color: var(--gold); }
.trust-label strong { display: block; font-size: 12.5px; font-weight: 500; color: var(--ink); }
.trust-label span   { font-size: 11px; font-weight: 400; color: var(--stone); }
.trust-sep { width: 1px; height: 30px; background: var(--border); }

/* ══════════════════════════════
   SERVICE CARDS
   White card, soft shadow on hover,
   warm heading area.
   ══════════════════════════════ */
.svc-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r); overflow: hidden; transition: box-shadow .3s, transform .28s;
}
.svc-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.08); transform: translateY(-2px); }
.svc-card-top { background: var(--off-white); padding: 28px 26px; border-bottom: 1px solid var(--border); }
.svc-card-num { font-family: var(--font-d); font-size: 12px; font-weight: 300; color: var(--gold); margin-bottom: 10px; letter-spacing: .06em; }
.svc-card-ico { display: none; }
.svc-card-top h3 { font-family: var(--font-s); font-size: 21px; font-weight: 400; color: var(--ink); }
.svc-card-body { padding: 26px; }
.svc-card-body p { font-size: 13.5px; font-weight: 400; color: var(--stone2); line-height: 1.76; margin-bottom: 18px; }
.svc-list { margin-bottom: 20px; }
.svc-list li { display: flex; align-items: flex-start; gap: 10px; padding: 6px 0; font-size: 13px; font-weight: 400; color: var(--ink2); border-bottom: 1px solid var(--border); }
.svc-list li:last-child { border-bottom: none; }
.svc-list-dot { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; flex-shrink: 0; margin-top: 8px; }
.svc-link { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); transition: color .2s; }
.svc-link:hover { color: var(--gold); }

/* ══════════════════════════════
   FEATURE CARDS (on stone-bg warm section)
   Slightly warm white so they lift off
   the stone-bg without harsh contrast.
   ══════════════════════════════ */
.feat-card {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 26px; background: var(--warm-white); border: 1px solid var(--border);
  border-radius: var(--r); transition: box-shadow .25s, border-color .25s;
}
.feat-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.07); border-color: var(--border2); }
.feat-icon { width: 44px; height: 44px; background: var(--gold-lt); border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; border: 1px solid rgba(201,164,76,.18); }
.feat-icon.sage-bg { background: var(--stone-lt); border-color: var(--border2); }
.feat-body h4 { font-family: var(--font-s); font-size: 17px; font-weight: 400; color: var(--ink); margin-bottom: 6px; }
.feat-body p  { font-size: 13.5px; font-weight: 400; color: var(--stone2); line-height: 1.65; }

/* ══════════════════════════════
   BRIDAL FEATURE CARDS
   White, gold hover border.
   ══════════════════════════════ */
.bridal-feat {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 26px; background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r); transition: border-color .25s, box-shadow .25s;
}
.bridal-feat:hover { border-color: var(--gold); box-shadow: 0 6px 24px rgba(201,164,76,.1); }
.bridal-feat-icon { width: 48px; height: 48px; background: var(--gold-lt); border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; border: 1px solid rgba(201,164,76,.18); }
.bridal-feat h4 { font-family: var(--font-s); font-size: 17px; font-weight: 400; color: var(--ink); margin-bottom: 6px; }
.bridal-feat p  { font-size: 13.5px; font-weight: 400; color: var(--stone2); line-height: 1.65; }

/* ══════════════════════════════
   TESTIMONIALS
   White cards, warm border radius,
   gold stars.
   ══════════════════════════════ */
.testi-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r); padding: 32px 28px; position: relative;
  transition: box-shadow .25s, border-color .25s;
}
.testi-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.07); border-color: var(--border2); }
.testi-quote { font-family: var(--font-d); font-size: 64px; color: var(--stone-lt); position: absolute; top: 14px; left: 22px; line-height: 1; pointer-events: none; }
.testi-stars { display: flex; gap: 2px; margin-bottom: 14px; }
.testi-stars span { color: var(--gold); font-size: 13px; }
.testi-text  { font-family: var(--font-d); font-style: italic; font-weight: 300; font-size: 16.5px; color: var(--ink2); line-height: 1.78; margin-bottom: 24px; }
.testi-author { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--border); padding-top: 18px; }
.testi-ava   { width: 40px; height: 40px; background: var(--stone-bg); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-d); font-size: 16px; color: var(--stone2); flex-shrink: 0; }
.testi-name  { font-size: 13px; font-weight: 600; color: var(--ink); }
.testi-tag   { font-size: 11.5px; font-weight: 400; color: var(--stone); margin-top: 1px; }

/* ══════════════════════════════
   STATS — light section, charcoal numbers
   Large Cormorant numerals in deep ink.
   Gold spaced-cap labels. Very Ritz-Carlton.
   ══════════════════════════════ */
.stat-card  { text-align: center; }
.stat-num   { font-family: var(--font-d); font-size: clamp(52px,8vw,80px); font-weight: 300; color: var(--ink); line-height: 1; }
.stat-label { font-size: 10px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-top: 12px; }

/* ══════════════════════════════
   PROCESS STEPS
   On light sections: ink headings, stone body.
   Process number: gold circle, warm.
   ══════════════════════════════ */
.process-step { display: flex; gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--border); }
.process-step:last-child { border-bottom: none; }
.process-num {
  width: 36px; height: 36px; background: var(--gold-lt); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-d); font-size: 16px; color: var(--gold2);
  flex-shrink: 0; margin-top: 2px; border: 1px solid rgba(201,164,76,.3);
}
.process-step h4 { font-family: var(--font-s); font-size: 17px; font-weight: 400; color: var(--ink); margin-bottom: 5px; }
.process-step p  { font-size: 13.5px; font-weight: 400; color: var(--stone2); line-height: 1.65; }
/* Dark variant — if process steps appear on dark bg */
.section-dark .process-step { border-bottom-color: rgba(255,255,255,.08); }
.section-dark .process-num  { background: rgba(201,164,76,.15); border-color: rgba(201,164,76,.25); color: var(--gold); }
.section-dark .process-step h4 { color: var(--white); }
.section-dark .process-step p  { color: rgba(255,255,255,.48); }

/* ══════════════════════════════
   LOCATION CARDS
   ══════════════════════════════ */
.loc-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r); padding: 26px 22px; transition: all .25s;
}
.loc-card:hover { border-color: var(--gold); box-shadow: 0 6px 28px rgba(201,164,76,.1); transform: translateY(-2px); }
.loc-card h3 { font-family: var(--font-s); font-size: 20px; font-weight: 400; color: var(--ink); margin-bottom: 6px; }
.loc-card p  { font-size: 13.5px; font-weight: 400; color: var(--stone2); margin-bottom: 16px; line-height: 1.65; }
.loc-link { font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--stone2); display: flex; align-items: center; gap: 5px; transition: color .2s; }
.loc-link:hover { color: var(--gold); }

/* ══════════════════════════════
   COMMERCIAL CARDS (on dark bg if used, else stone-bg)
   ══════════════════════════════ */
.comm-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r); padding: 26px 22px; transition: box-shadow .25s;
}
.comm-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.07); }
.comm-ico  { font-size: 26px; margin-bottom: 12px; color: var(--gold); }
.comm-card h4 { font-family: var(--font-s); font-size: 19px; font-weight: 400; color: var(--ink); margin-bottom: 6px; }
.comm-card p  { font-size: 13px; font-weight: 400; color: var(--stone2); line-height: 1.6; }

/* ══════════════════════════════
   FORMS
   Clean underline inputs on light bg.
   Warm, Apple-style form fields.
   ══════════════════════════════ */
.form-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r); padding: 40px 36px; }
.form-card.dark { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.1); border-radius: var(--r); }
.f-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.f-group { margin-bottom: 20px; }
.f-group label { display: block; font-size: 10.5px; font-weight: 500; text-transform: uppercase; letter-spacing: .12em; color: var(--stone2); margin-bottom: 8px; }
.form-card.dark .f-group label { color: rgba(255,255,255,.5); }
.f-group input, .f-group select, .f-group textarea {
  width: 100%; padding: 11px 14px; border: 1px solid var(--border);
  border-radius: var(--r-sm); font-family: var(--font-b); font-weight: 400;
  font-size: 14px; color: var(--ink); background: var(--warm-white);
  outline: none; transition: border-color .2s, box-shadow .2s;
}
.f-group input:focus, .f-group select:focus, .f-group textarea:focus {
  border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,164,76,.1);
}
.form-card.dark .f-group input,
.form-card.dark .f-group select,
.form-card.dark .f-group textarea { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); color: var(--white); }
.form-card.dark .f-group input:focus,
.form-card.dark .f-group select:focus,
.form-card.dark .f-group textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,164,76,.12); }
.form-card.dark .f-group input::placeholder,
.form-card.dark .f-group textarea::placeholder { color: rgba(255,255,255,.25); }
.f-group textarea { min-height: 108px; resize: vertical; }
.f-submit { width: 100%; padding: 14px; font-family: var(--font-b); font-size: 12px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; border: none; border-radius: var(--r); transition: background .2s; }
.f-submit.copper { background: var(--gold); color: var(--char); }
.f-submit.copper:hover { background: var(--gold2); }
.f-submit.sage { background: var(--char); color: var(--white); }
.f-submit.sage:hover { background: var(--char2); }
.f-note { text-align: center; font-size: 11.5px; font-weight: 400; color: var(--stone); margin-top: 12px; }
.f-success { display: none; text-align: center; padding: 36px 0; }
.f-success-ico { font-size: 40px; margin-bottom: 14px; }
.f-success h3 { font-family: var(--font-d); font-size: 26px; font-weight: 300; color: var(--ink); margin-bottom: 8px; }
.f-success p   { font-size: 14px; font-weight: 400; color: var(--stone); }

/* ══════════════════════════════
   FAQ
   Light, airy accordion.
   ══════════════════════════════ */
.faq-list {}
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item.dark { border-bottom-color: rgba(255,255,255,.08); }
.faq-btn {
  width: 100%; text-align: left; padding: 20px 0; background: none; border: none; cursor: pointer;
  font-family: var(--font-d); font-size: 19px; font-weight: 400; color: var(--ink);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  transition: color .2s;
}
.faq-btn:hover { color: var(--gold); }
.faq-item.dark .faq-btn { color: var(--white); }
.faq-icon { color: var(--gold); font-size: 20px; flex-shrink: 0; transition: transform .3s; font-family: var(--font-b); font-weight: 300; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-body { max-height: 0; overflow: hidden; transition: max-height .38s ease; }
.faq-item.open .faq-body { max-height: 500px; }
.faq-body p { padding: 0 0 22px; font-size: 15px; font-weight: 400; color: var(--stone2); line-height: 1.82; }
.faq-item.dark .faq-body p { color: rgba(255,255,255,.48); }

/* ══════════════════════════════
   CTA STRIP
   Light warm-stone bg.
   NOT charcoal — save dark for footer.
   ══════════════════════════════ */
.cta-strip {
  background: var(--stone-bg); padding: 88px 0; text-align: center;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.cta-strip::before { display: none; }
.cta-strip::after  { display: none; }
.cta-strip-in { position: relative; z-index: 2; }
.cta-strip h2 { font-family: var(--font-d); font-size: clamp(30px,5vw,52px); font-weight: 300; color: var(--ink); margin-bottom: 16px; line-height: 1.1; }
.cta-strip p  { font-size: 16px; font-weight: 400; color: var(--stone2); margin-bottom: 36px; }
.cta-btns { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* ══════════════════════════════
   FOOTER — second permitted dark surface
   Deep charcoal.
   ══════════════════════════════ */
.site-footer { background: var(--char2); color: rgba(255,255,255,.45); padding: 72px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr 1.2fr; gap: 32px; }
.footer-brand-name { font-family: var(--font-d); font-size: 23px; font-weight: 400; color: var(--white); }
.footer-brand-tag  { font-size: 9px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.footer-about { font-size: 13.5px; font-weight: 400; line-height: 1.8; margin-bottom: 24px; }
.footer-social { display: flex; gap: 10px; }
.footer-soc { width: 34px; height: 34px; background: rgba(255,255,255,.07); border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; font-size: 15px; transition: background .2s; }
.footer-soc:hover { background: rgba(201,164,76,.25); }
.footer-col h4 { font-size: 9.5px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col ul li a { font-size: 13.5px; font-weight: 400; color: rgba(255,255,255,.42); transition: color .2s; }
.footer-col ul li a:hover { color: var(--white); }
.footer-contact-item { margin-bottom: 13px; font-size: 13.5px; font-weight: 400; }
.footer-contact-item strong { display: block; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; color: rgba(255,255,255,.25); margin-bottom: 3px; font-weight: 400; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); margin-top: 52px; padding: 18px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 12px; font-weight: 400; }
.footer-bottom a { color: rgba(255,255,255,.38); transition: color .2s; }
.footer-bottom a:hover { color: var(--gold); }
.footer-bottom-links { display: flex; gap: 18px; }

/* ══════════════════════════════
   DARK SECTION OVERRIDES
   Any element inside section-dark gets
   white/light text automatically — no
   need for display-white / body-white
   class on every element.
   ══════════════════════════════ */
.section-dark .display-xl,
.section-dark .display-lg,
.section-dark .display-md,
.section-dark .display-sm { color: var(--white); }
.section-dark .body-lg,
.section-dark .body-md,
.section-dark .body-sm   { color: rgba(255,255,255,.6); }
.section-dark .rule       { background: var(--gold); }
.section-dark .eyebrow    { color: var(--gold); }
.section-dark .eyebrow::before { background: var(--gold); }

/* ══════════════════════════════
   GOOGLE BADGE
   ══════════════════════════════ */
.google-badge { display: inline-flex; align-items: center; gap: 10px; background: var(--white); border: 1px solid var(--border); padding: 12px 20px; border-radius: var(--r); font-size: 13.5px; font-weight: 400; color: var(--ink2); }
.google-g { font-size: 18px; font-weight: 800; background: linear-gradient(135deg,#4285F4,#EA4335,#FBBC05,#34A853); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.google-stars { display: flex; gap: 2px; }
.google-stars span { color: var(--gold); font-size: 13px; }

/* ══════════════════════════════
   GRIDS
   ══════════════════════════════ */
.grid-3   { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.grid-2   { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.grid-4   { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.grid-auto { display: grid; grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); gap: 20px; }
.split-r  { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.split-l  { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.col-60-40 { display: grid; grid-template-columns: 1.3fr 1fr; gap: 72px; align-items: start; }
.flex-center  { display: flex; align-items: center; justify-content: center; }
.flex-between { display: flex; align-items: center; justify-content: space-between; }
.flex-wrap    { flex-wrap: wrap; }

/* ══════════════════════════════
   UTILITY
   ══════════════════════════════ */
.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}
.mt-32{margin-top:32px}.mt-48{margin-top:48px}
.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}
.mb-24{margin-bottom:24px}.mb-32{margin-bottom:32px}
.text-center{text-align:center}.text-left{text-align:left}

/* ══════════════════════════════
   RESPONSIVE
   ══════════════════════════════ */
/* Icon fallback sizing for contexts without a specific rule */
.footer-soc svg, .sticky-cta svg, .topbar svg,
.mob-nav svg, .nav-tel svg, .f-note svg,
.btn svg { width: 15px; height: 15px; vertical-align: -2px; }

/* Guard against horizontal scroll from any wide element */
html, body { overflow-x: hidden; }
html { -webkit-text-size-adjust: 100%; }

@media (max-width: 1100px) {
  /* 6-tab nav is wide: collapse to hamburger earlier to avoid overflow */
  .nav-links, .nav-right .btn { display: none; }
  .hamburger { display: flex; }
}
@media (max-width: 900px) {
  .hero-dark-in, .split-r, .split-l, .col-60-40 { grid-template-columns: 1fr; gap: 44px; }
  .hero-dark-right { display: none; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
  .trust-sep { display: none; }
  .trust-bar-in { justify-content: center; gap: 16px; }
  :root { --section: 76px 0; --section-sm: 52px 0; }
}
@media (max-width: 600px) {
  .wrap, .wrap-sm, .wrap-xs { padding: 0 20px; }

  /* ── MOBILE DESIGN PASS — cut, don't shrink ── */

  /* Topbar: desktop furniture, gone on phones */
  .topbar { display: none; }

  /* Hero: hug content, calm the headline */
  .hero-dark { min-height: 0; }
  .hero-dark-in { padding: 52px 20px 56px; gap: 0; }
  .display-xl { font-size: clamp(32px, 9.5vw, 38px); line-height: 1.08; }
  .hero-dark .body-lg { font-size: 15px; }

  /* Trust bar: compact 2×2 grid instead of a stacked wall */
  .trust-bar { padding: 18px 0; }
  .trust-bar-in { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 12px; justify-content: stretch; }
  .trust-item { gap: 8px; align-items: flex-start; }
  .trust-icon svg, .trust-icon .icon-svg { width: 16px; height: 16px; }
  .trust-label strong { font-size: 11.5px; line-height: 1.3; }
  .trust-label span { font-size: 10px; line-height: 1.35; }

  /* Section rhythm: tighter, more distinct */
  :root { --section: 48px 0; --section-sm: 36px 0; }
  .display-lg { font-size: clamp(26px, 7.5vw, 32px); }
  .display-md { font-size: clamp(22px, 6.5vw, 27px); }
  .body-lg { font-size: 15px; }

  /* Service cards: title + summary + link. Bullets are desktop reading. */
  .svc-card .svc-list { display: none; }
  .svc-card-body { padding: 18px 18px 20px; }
  .svc-card-body p { margin-bottom: 14px; }
  .svc-card-top { padding: 18px 18px 14px; }

  /* Feature cards: tighter */
  .feat-card { padding: 16px; gap: 12px; }
  .bridal-feat { padding: 14px; gap: 12px; }

  /* Forms */
  .f-row2 { grid-template-columns: 1fr; }
  .form-card { padding: 28px 20px; }
  .f-group input, .f-group select, .f-group textarea { font-size: 16px; }

  /* Closing banner: stack contact links, calm the type */
  .contact-sep { display: none; }
  .section-cream a[href^="tel:"], .section-cream a[href^="mailto:"] { font-size: 18px !important; }
  .hanger-divider::before, .hanger-divider::after { width: 44px; }

  /* Footer: brand full-width, links in 2-up grid — not a wall */
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px 20px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; text-align: center; }

  /* Nav: script logo scales */
  .nav-logo-name { font-size: 26px; }
  .nav-logo-tag { letter-spacing: .26em; }

  /* Misc */
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .cta-btns { flex-direction: column; align-items: center; }
  .mob-nav a { padding: 10px 0; display: block; }
  .sticky-cta a { flex: 1; text-align: center; white-space: nowrap; }
}
