/* =========================================================================
   Solara Dental — boutique dental practice, Silver Lake, Los Angeles
   Warm, sunlit editorial identity. Marigold + pine + cream palette.
   ========================================================================= */

/* ---------- Design tokens ---------- */
:root {
  /* palette */
  --cream:      #FBF4E9;
  --cream-2:    #F6EAD6;
  --paper:      #FFFDF8;
  --ink:        #2B241E;
  --ink-soft:   #5C5147;
  --pine:       #123A32;   /* deep grounding green */
  --pine-2:     #1B5145;
  --sage:       #DCE6DC;
  --marigold:   #E29A34;   /* sun accent */
  --marigold-d: #C67E1E;
  --clay:       #D9765A;   /* warm coral secondary */
  --honey:      #F3C879;
  --line:       #E7DCC9;
  --line-2:     #EFE6D5;

  /* type */
  --serif: "Fraunces", "Playfair Display", Georgia, "Times New Roman", serif;
  --sans:  "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* geometry */
  --radius:   18px;
  --radius-s: 12px;
  --arch:     140px;
  --shadow-s: 0 2px 10px rgba(43, 36, 30, .06);
  --shadow-m: 0 14px 40px -18px rgba(43, 36, 30, .28);
  --shadow-l: 0 30px 70px -30px rgba(43, 36, 30, .40);
  --maxw: 1180px;
  --gutter: clamp(20px, 5vw, 64px);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--marigold); outline-offset: 3px; border-radius: 4px; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.08; letter-spacing: -0.01em; color: var(--ink); }
h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); font-weight: 480; }
h2 { font-size: clamp(2rem, 4.2vw, 3.1rem); }
h3 { font-size: clamp(1.3rem, 2.2vw, 1.65rem); }
p { color: var(--ink-soft); }

.eyebrow {
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--marigold-d);
  display: inline-flex;
  align-items: center;
  gap: .55em;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 2px;
  background: var(--marigold);
  border-radius: 2px;
}
.eyebrow.center { justify-content: center; }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
section { padding-block: clamp(64px, 9vw, 128px); position: relative; }
.section-head { max-width: 640px; margin-bottom: clamp(36px, 5vw, 60px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { margin-top: 16px; font-size: 1.1rem; }
.lede { font-size: 1.15rem; color: var(--ink-soft); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55em;
  font-weight: 600; font-size: .98rem;
  padding: .92em 1.5em;
  border-radius: 999px;
  border: 1.5px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--marigold); color: #3a2607; box-shadow: 0 8px 22px -10px rgba(198,126,30,.8); }
.btn-primary:hover { background: var(--marigold-d); color: #fff; transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(198,126,30,.9); }
.btn-ghost { background: transparent; color: var(--pine); border-color: rgba(18,58,50,.28); }
.btn-ghost:hover { background: var(--pine); color: #fff; border-color: var(--pine); transform: translateY(-2px); }
.btn-dark { background: var(--pine); color: #fff; }
.btn-dark:hover { background: var(--pine-2); transform: translateY(-2px); box-shadow: var(--shadow-m); }
.btn-light { background: var(--paper); color: var(--pine); }
.btn-light:hover { background: #fff; transform: translateY(-2px); box-shadow: var(--shadow-m); }
.btn-lg { padding: 1.05em 1.9em; font-size: 1.05rem; }

/* ---------- Utility / announcement bar ---------- */
.utility {
  background: var(--pine);
  color: #EAF0EC;
  font-size: .84rem;
}
.utility .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 42px; padding-block: 6px; }
.utility a { color: #EAF0EC; }
.utility-left { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.utility-item { display: inline-flex; align-items: center; gap: .5em; opacity: .92; }
.utility-item svg { width: 15px; height: 15px; color: var(--honey); }
.utility-right { display: inline-flex; align-items: center; gap: 14px; }
.rating-inline { display: inline-flex; align-items: center; gap: .4em; font-weight: 600; }
.rating-inline .stars { color: var(--honey); letter-spacing: .05em; }
.lang { display: inline-flex; align-items: center; gap: .35em; font-weight: 600; }
.lang svg { width: 14px; height: 14px; color: var(--honey); }
@media (max-width: 860px) {
  .utility-item.hide-sm, .utility-right .lang-text { display: none; }
}

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(251,244,233,.86);
  backdrop-filter: saturate(1.4) blur(12px);
  -webkit-backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, box-shadow .3s ease, background .3s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: var(--shadow-s); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 74px; }

.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand .mark { width: 38px; height: 38px; flex: none; }
.brand .word { font-family: var(--serif); font-size: 1.5rem; font-weight: 500; letter-spacing: -0.01em; line-height: 1; }
.brand .word small { display: block; font-family: var(--sans); font-size: .58rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--marigold-d); margin-top: 3px; }

.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: .96rem; font-weight: 500; color: var(--ink-soft); position: relative; padding: 4px 0; transition: color .18s ease; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0; background: var(--marigold); transition: width .22s ease; border-radius: 2px; }
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 12px; }

.nav-toggle { display: none; background: none; border: 0; padding: 8px; color: var(--ink); }
.nav-toggle svg { width: 28px; height: 28px; }

@media (max-width: 980px) {
  .nav-links, .nav-cta .btn-ghost { display: none; }
  .nav-toggle { display: inline-flex; }
}

/* mobile drawer */
.mobile-nav {
  position: fixed; inset: 0; z-index: 70;
  background: var(--cream);
  padding: 26px var(--gutter) 40px;
  transform: translateX(100%);
  transition: transform .34s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column;
  overflow-y: auto;
}
.mobile-nav.open { transform: translateX(0); }
.mobile-nav-top { display: flex; align-items: center; justify-content: space-between; }
.mobile-nav-close { background: none; border: 0; padding: 8px; color: var(--ink); }
.mobile-nav-close svg { width: 30px; height: 30px; }
.mobile-nav-links { display: flex; flex-direction: column; gap: 4px; margin-top: 30px; }
.mobile-nav-links a { font-family: var(--serif); font-size: 1.7rem; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--ink); }
.mobile-nav-cta { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.mobile-nav-cta .btn { justify-content: center; }
body.nav-open { overflow: hidden; }

/* ---------- Hero ---------- */
.hero { padding-top: clamp(40px, 6vw, 76px); padding-bottom: clamp(56px, 8vw, 110px); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero-copy { max-width: 620px; }
.hero h1 { margin-top: 22px; }
.hero h1 .glow { color: var(--marigold-d); font-style: italic; }
.hero-sub { margin-top: 22px; font-size: 1.16rem; max-width: 540px; }
.hero-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.chip {
  display: inline-flex; align-items: center; gap: .5em;
  background: var(--paper); border: 1px solid var(--line);
  padding: .5em .85em; border-radius: 999px;
  font-size: .86rem; font-weight: 600; color: var(--ink);
  box-shadow: var(--shadow-s);
}
.chip svg { width: 15px; height: 15px; color: var(--pine-2); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-note { margin-top: 18px; font-size: .9rem; color: var(--ink-soft); display: inline-flex; align-items: center; gap: .5em; }
.hero-note svg { width: 16px; height: 16px; color: var(--marigold-d); }

/* hero visual */
.hero-art { position: relative; }
.hero-frame {
  position: relative;
  border-radius: var(--arch) var(--arch) 26px 26px;
  overflow: hidden;
  box-shadow: var(--shadow-l);
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255,255,255,.5);
}
.hero-frame svg { width: 100%; height: 100%; }
.hero-badge {
  position: absolute; z-index: 3;
  background: var(--paper);
  border-radius: 16px;
  box-shadow: var(--shadow-m);
  padding: 14px 18px;
  display: flex; align-items: center; gap: 12px;
}
.hero-badge .hb-icon { width: 42px; height: 42px; border-radius: 12px; background: var(--sage); display: grid; place-items: center; flex: none; color: var(--pine); }
.hero-badge .hb-icon svg { width: 22px; height: 22px; }
.hero-badge .hb-num { font-family: var(--serif); font-size: 1.5rem; line-height: 1; color: var(--ink); }
.hero-badge .hb-label { font-size: .76rem; color: var(--ink-soft); font-weight: 600; }
.hero-badge.top { top: 22px; left: -26px; }
.hero-badge.bottom { bottom: 30px; right: -22px; }
@media (max-width: 520px) {
  .hero-badge.top { left: 8px; }
  .hero-badge.bottom { right: 8px; }
}

.hero-sun {
  position: absolute; width: 340px; height: 340px; right: -80px; top: -70px; z-index: -1;
  opacity: .8; pointer-events: none;
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { order: -1; max-width: 460px; margin-inline: auto; }
  .hero-frame { aspect-ratio: 5 / 4; border-radius: 110px 110px 22px 22px; }
}

/* ---------- Stat bar ---------- */
.statbar { background: var(--pine); color: #EFF4F0; }
.statbar .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding-block: 44px; }
.stat { text-align: center; position: relative; }
.stat:not(:last-child)::after { content: ""; position: absolute; right: -12px; top: 10%; height: 80%; width: 1px; background: rgba(255,255,255,.16); }
.stat .num { font-family: var(--serif); font-size: clamp(2rem, 4vw, 2.9rem); color: #fff; line-height: 1; }
.stat .num .u { color: var(--honey); }
.stat .lab { margin-top: 8px; font-size: .82rem; letter-spacing: .04em; color: #C9D6CE; text-transform: uppercase; font-weight: 600; }
@media (max-width: 680px) {
  .statbar .wrap { grid-template-columns: repeat(2, 1fr); gap: 32px 16px; }
  .stat:nth-child(2)::after { display: none; }
}

/* ---------- Pillars / difference ---------- */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pillar {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 34px 30px;
  box-shadow: var(--shadow-s);
  transition: transform .22s ease, box-shadow .22s ease;
}
.pillar:hover { transform: translateY(-4px); box-shadow: var(--shadow-m); }
.pillar .p-ico { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 20px; }
.pillar .p-ico svg { width: 27px; height: 27px; }
.pillar:nth-child(1) .p-ico { background: #FBEBD1; color: var(--marigold-d); }
.pillar:nth-child(2) .p-ico { background: var(--sage); color: var(--pine); }
.pillar:nth-child(3) .p-ico { background: #F6E0D8; color: var(--clay); }
.pillar h3 { margin-bottom: 10px; }
.pillar p { font-size: .98rem; }
@media (max-width: 860px) { .pillars { grid-template-columns: 1fr; } }

/* ---------- Services ---------- */
#services { background: linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 100%); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px 28px 28px;
  display: flex; flex-direction: column;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.service:hover { transform: translateY(-5px); box-shadow: var(--shadow-m); border-color: var(--honey); }
.service .s-ico { width: 50px; height: 50px; border-radius: 13px; background: var(--sage); color: var(--pine); display: grid; place-items: center; margin-bottom: 18px; }
.service .s-ico svg { width: 26px; height: 26px; }
.service h3 { font-size: 1.35rem; margin-bottom: 8px; }
.service p { font-size: .95rem; flex: 1; }
.service .s-detail { margin-top: 16px; padding-top: 15px; border-top: 1px solid var(--line-2); font-size: .84rem; font-weight: 600; color: var(--pine-2); display: flex; align-items: flex-start; gap: .5em; }
.service .s-detail svg { width: 16px; height: 16px; margin-top: 2px; flex: none; color: var(--marigold-d); }
@media (max-width: 900px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .services-grid { grid-template-columns: 1fr; } }

/* ---------- Comfort menu (split) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 68px); align-items: center; }
.comfort-visual {
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-l);
  aspect-ratio: 1/1; border: 1px solid rgba(255,255,255,.5);
}
.comfort-visual svg { width: 100%; height: 100%; }
.comfort-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 14px; }
.comfort-list li { display: flex; align-items: flex-start; gap: 14px; }
.comfort-list .c-ico { width: 40px; height: 40px; border-radius: 11px; background: #FBEBD1; color: var(--marigold-d); display: grid; place-items: center; flex: none; }
.comfort-list .c-ico svg { width: 20px; height: 20px; }
.comfort-list b { display: block; color: var(--ink); font-family: var(--serif); font-size: 1.1rem; font-weight: 500; }
.comfort-list span { font-size: .92rem; color: var(--ink-soft); }
@media (max-width: 820px) { .split { grid-template-columns: 1fr; } .comfort-visual { order: -1; max-width: 420px; margin-inline: auto; aspect-ratio: 4/3;} }

/* ---------- Emergency band ---------- */
.emergency {
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(226,154,52,.22), transparent 60%),
    var(--pine);
  color: #EFF4F0;
}
.emergency .wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.emergency .em-copy { max-width: 620px; }
.emergency .eyebrow { color: var(--honey); }
.emergency .eyebrow::before { background: var(--honey); }
.emergency h2 { color: #fff; margin: 12px 0 10px; }
.emergency p { color: #CBD8CF; }
.emergency .em-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Founder ---------- */
.founder-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(32px, 5vw, 70px); align-items: center; }
.founder-photo { position: relative; }
.founder-frame {
  border-radius: var(--arch) var(--arch) 24px 24px; overflow: hidden;
  box-shadow: var(--shadow-l); aspect-ratio: 4/5; border: 1px solid rgba(255,255,255,.5);
}
.founder-frame svg { width: 100%; height: 100%; }
.founder-quote {
  font-family: var(--serif); font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  line-height: 1.32; color: var(--ink); font-weight: 480; margin: 18px 0 22px;
}
.founder-quote .glow { color: var(--marigold-d); font-style: italic; }
.founder-sign { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.founder-sign .sig { font-family: var(--serif); font-style: italic; font-size: 1.5rem; color: var(--pine); }
.founder-sign .who { font-size: .9rem; color: var(--ink-soft); }
.founder-sign .who b { color: var(--ink); font-weight: 600; }
.creds { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; }
.creds li { display: flex; align-items: flex-start; gap: .6em; font-size: .93rem; color: var(--ink-soft); }
.creds svg { width: 17px; height: 17px; color: var(--pine-2); flex: none; margin-top: 3px; }
@media (max-width: 860px) { .founder-grid { grid-template-columns: 1fr; } .founder-photo { max-width: 400px; } .creds { grid-template-columns: 1fr; } }

/* ---------- Affordability ---------- */
#pricing { background: var(--pine); color: #EFF4F0; }
#pricing h2 { color: #fff; }
#pricing .eyebrow { color: var(--honey); }
#pricing .eyebrow::before { background: var(--honey); }
#pricing .section-head p { color: #CBD8CF; }
.afford-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 30px; align-items: stretch; }
.membership {
  background: linear-gradient(160deg, #FFFDF8, #F6EAD6);
  color: var(--ink); border-radius: var(--radius);
  padding: 36px 34px; box-shadow: var(--shadow-l);
  position: relative; overflow: hidden;
}
.membership .m-tag { position: absolute; top: 20px; right: 22px; background: var(--marigold); color: #3a2607; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .4em .8em; border-radius: 999px; }
.membership h3 { font-size: 1.5rem; }
.membership .price { font-family: var(--serif); font-size: 3rem; color: var(--pine); margin: 6px 0 2px; line-height: 1; }
.membership .price span { font-family: var(--sans); font-size: .95rem; font-weight: 600; color: var(--ink-soft); }
.membership ul { list-style: none; padding: 0; margin: 20px 0 26px; display: grid; gap: 12px; }
.membership li { display: flex; align-items: flex-start; gap: .6em; font-size: .95rem; }
.membership li svg { width: 18px; height: 18px; color: var(--marigold-d); flex: none; margin-top: 3px; }
.membership .fineprint { font-size: .78rem; color: var(--ink-soft); margin-top: 14px; }

.insurance { display: flex; flex-direction: column; justify-content: center; }
.insurance h3 { color: #fff; margin-bottom: 8px; }
.insurance p { color: #CBD8CF; font-size: .96rem; }
.ins-logos { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.ins-logos span {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
  border-radius: 10px; padding: .6em 1em; font-size: .86rem; font-weight: 600; color: #EFF4F0;
}
.insurance .ins-note { margin-top: 20px; font-size: .84rem; color: #AFC0B6; }
@media (max-width: 820px) { .afford-grid { grid-template-columns: 1fr; } }

/* ---------- Testimonials ---------- */
.testi-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 40px; }
.lang-toggle { display: inline-flex; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 4px; box-shadow: var(--shadow-s); }
.lang-toggle button { border: 0; background: transparent; padding: .5em 1.1em; border-radius: 999px; font-weight: 600; font-size: .88rem; color: var(--ink-soft); transition: background .2s, color .2s; }
.lang-toggle button.active { background: var(--pine); color: #fff; }

.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px 28px;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-s);
}
.testi .stars { color: var(--marigold); letter-spacing: .1em; font-size: 1rem; margin-bottom: 14px; }
.testi blockquote { font-size: 1rem; color: var(--ink); line-height: 1.6; flex: 1; }
.testi blockquote .es { display: none; }
.testi.show-es blockquote .en { display: none; }
.testi.show-es blockquote .es { display: block; }
.testi .who { display: flex; align-items: center; gap: 12px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line-2); }
.testi .avatar { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-size: 1.1rem; color: #fff; flex: none; }
.testi .who b { font-size: .95rem; color: var(--ink); display: block; }
.testi .who span { font-size: .82rem; color: var(--ink-soft); }
.testi .tag { font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--marigold-d); margin-bottom: 12px; }
@media (max-width: 900px) { .testi-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; } }

/* ---------- FAQ ---------- */
#faq { background: linear-gradient(180deg, var(--cream-2), var(--cream)); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px,5vw,64px); align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; background: none; border: 0; padding: 24px 44px 24px 0; position: relative; font-family: var(--serif); font-size: 1.2rem; color: var(--ink); line-height: 1.3; cursor: pointer; }
.faq-icon { position: absolute; right: 4px; top: 26px; width: 20px; height: 20px; transition: transform .3s ease; color: var(--marigold-d); flex: none; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .34s ease; }
.faq-a-inner { padding-bottom: 24px; color: var(--ink-soft); font-size: .98rem; }
.faq-a-inner .es { display: none; }
.faq-cta { background: var(--pine); color: #fff; border-radius: var(--radius); padding: 34px 32px; position: sticky; top: 100px; }
.faq-cta h3 { color: #fff; margin-bottom: 10px; }
.faq-cta p { color: #CBD8CF; font-size: .95rem; margin-bottom: 22px; }
.faq-cta .btn { width: 100%; justify-content: center; margin-bottom: 12px; }
@media (max-width: 820px) { .faq-grid { grid-template-columns: 1fr; } .faq-cta { position: static; order: 2; } }

/* ---------- Location ---------- */
.loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,5vw,56px); align-items: center; }
.hours-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 30px; box-shadow: var(--shadow-s); }
.hours-card h3 { margin-bottom: 18px; }
.hours-table { width: 100%; border-collapse: collapse; }
.hours-table th, .hours-table td { text-align: left; padding: 11px 0; border-bottom: 1px solid var(--line-2); font-size: .96rem; }
.hours-table th { font-weight: 500; color: var(--ink-soft); }
.hours-table td { text-align: right; font-weight: 600; color: var(--ink); }
.hours-table tr:last-child th, .hours-table tr:last-child td { border-bottom: 0; }
.hours-table .closed td { color: var(--clay); }
.hours-table .today { background: #FBEBD1; }
.hours-table .today th, .hours-table .today td { padding-inline: 12px; }
.hours-table .today th:first-child { border-radius: 8px 0 0 8px; }
.hours-table .today td:last-child { border-radius: 0 8px 8px 0; }
.contact-lines { margin-top: 24px; display: grid; gap: 14px; }
.contact-line { display: flex; align-items: flex-start; gap: 12px; font-size: .96rem; }
.contact-line .cl-ico { width: 38px; height: 38px; border-radius: 11px; background: var(--sage); color: var(--pine); display: grid; place-items: center; flex: none; }
.contact-line .cl-ico svg { width: 19px; height: 19px; }
.contact-line b { color: var(--ink); display: block; }
.contact-line span, .contact-line a { color: var(--ink-soft); }

.map-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-l); border: 1px solid var(--line); background: var(--sage); }
.map-card .map-visual { aspect-ratio: 4/3; position: relative; }
.map-card .map-visual svg { width: 100%; height: 100%; }
.map-card .map-foot { background: var(--paper); padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.map-card .map-foot .addr { font-size: .9rem; }
.map-card .map-foot .addr b { color: var(--ink); display: block; }
.map-card .map-foot .addr span { color: var(--ink-soft); }
.served { margin-top: 26px; font-size: .9rem; color: var(--ink-soft); text-align: center; }
.served b { color: var(--ink); }
@media (max-width: 820px) { .loc-grid { grid-template-columns: 1fr; } }

/* ---------- Final CTA ---------- */
.final-cta { text-align: center; position: relative; overflow: hidden; }
.final-cta .wrap { position: relative; z-index: 1; }
.final-cta .sun-rays { position: absolute; inset: 0; z-index: 0; opacity: .55; pointer-events: none; }
.final-cta h2 { max-width: 720px; margin: 16px auto 18px; }
.final-cta p { max-width: 560px; margin-inline: auto; font-size: 1.12rem; }
.final-cta .fc-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.final-cta .fc-note { margin-top: 18px; font-size: .9rem; color: var(--ink-soft); }

/* ---------- Footer ---------- */
.site-footer { background: #171310; color: #CFC6BA; padding-block: 64px 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-brand .brand .word { color: #fff; }
.footer-brand p { color: #9A9084; font-size: .92rem; margin-top: 16px; max-width: 280px; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,.06); display: grid; place-items: center; color: #CFC6BA; transition: background .2s, color .2s; }
.footer-social a:hover { background: var(--marigold); color: #2a1c05; }
.footer-social svg { width: 19px; height: 19px; }
.footer-col h4 { font-family: var(--sans); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: #7E7568; font-weight: 700; margin-bottom: 18px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.footer-col a, .footer-col li { font-size: .93rem; color: #CFC6BA; }
.footer-col a:hover { color: var(--honey); }
.footer-hours-mini { font-size: .9rem; }
.footer-hours-mini div { display: flex; justify-content: space-between; gap: 12px; padding: 3px 0; color: #9A9084; }
.footer-hours-mini div b { color: #CFC6BA; font-weight: 500; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); margin-top: 48px; padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .84rem; color: #7E7568; }
.footer-bottom a { color: #9A9084; }
.footer-bottom a:hover { color: var(--honey); }
.demo-note { font-size: .78rem; color: #6a6255; margin-top: 8px; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Reveal animation (progressive enhancement) ---------- */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.in { opacity: 1; transform: none; }
.js .reveal.d1 { transition-delay: .08s; }
.js .reveal.d2 { transition-delay: .16s; }
.js .reveal.d3 { transition-delay: .24s; }

/* ---------- Floating call button (mobile) ---------- */
.fab-call {
  position: fixed; right: 18px; bottom: 18px; z-index: 55;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--marigold); color: #3a2607;
  display: none; place-items: center;
  box-shadow: var(--shadow-l);
  animation: fabpulse 2.4s ease-in-out infinite;
}
.fab-call svg { width: 26px; height: 26px; }
@keyframes fabpulse { 0%,100% { box-shadow: 0 0 0 0 rgba(226,154,52,.5), var(--shadow-l); } 50% { box-shadow: 0 0 0 12px rgba(226,154,52,0), var(--shadow-l); } }
@media (max-width: 980px) { .fab-call { display: grid; } }
@media (prefers-reduced-motion: reduce) { .fab-call { animation: none; } }
