/* ==========================================================================
   Surmayee Dental Studio — stylesheet
   Design tokens & components recreated from the Phase-1 design handoff.
   ========================================================================== */

:root {
  /* Brand */
  --ink: #0e3b39;          /* darkest teal — headings, footer, utility bar */
  --deep-teal: #0e756c;
  --teal: #12a094;
  --teal-grad: linear-gradient(135deg, #12a094, #0e756c);
  --accent: #ef5a3c;       /* coral CTAs */

  /* Text */
  --body: #4a6864;
  --body-2: #5c7a76;
  --muted: #7a9994;
  --muted-2: #98b0ab;

  /* Surfaces */
  --page: #f5faf9;
  --band: linear-gradient(#eef7f5, #f5faf9);
  --tile: #e6f4f2;

  /* Borders */
  --b1: #e2efec;
  --b2: #e6f1ef;
  --b3: #dcece9;
  --b4: #cfe3df;

  --gold: #f5b100;
  --foot-text: #bcd6d1;
  --foot-accent: #cfe6e2;

  --shadow-card: 0 14px 34px -26px rgba(14, 59, 57, .3);
  --shadow-frame: 0 30px 60px -24px rgba(14, 59, 57, .28);

  --maxw: 1200px;
  --pad: 20px;
  --font-display: 'Bricolage Grotesque', 'Hanken Grotesk', system-ui, sans-serif;
  --font-body: 'Hanken Grotesk', system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  font-family: var(--font-body);
  background: var(--page);
  color: #33534f;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
a { color: var(--deep-teal); text-decoration: none; }
a:hover { color: #0b6f68; }
img, video { display: block; max-width: 100%; }
::selection { background: #bfe7e1; }

h1, h2, h3, h4 { font-family: var(--font-display); letter-spacing: -.01em; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.wrap-1100 { max-width: 1100px; margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.wrap-900 { max-width: 900px; margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }

/* ---- scrollbar for reviews row ---- */
.om-scroll::-webkit-scrollbar { height: 8px; }
.om-scroll::-webkit-scrollbar-thumb { background: #cfe6e2; border-radius: 8px; }
.om-scroll::-webkit-scrollbar-track { background: transparent; }

/* ---- animations ---- */
@keyframes omFadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes omFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 700; font-size: 16.5px; border: 0; cursor: pointer;
  border-radius: 13px; padding: 15px 28px; line-height: 1; text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn svg { flex-shrink: 0; }
.btn-accent { background: var(--accent); color: #fff; box-shadow: 0 12px 26px rgba(239, 90, 60, .3); }
.btn-accent:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 30px rgba(239, 90, 60, .38); }
.btn-outline { background: #fff; border: 1.5px solid var(--b4); color: var(--ink); padding: 15px 26px; }
.btn-outline:hover { color: var(--ink); border-color: var(--teal); }
.btn-dark { background: var(--ink); color: #fff; padding: 13px 24px; font-size: 15.5px; }
.btn-dark:hover { color: #fff; transform: translateY(-2px); }
.btn-translucent { background: rgba(255, 255, 255, .12); border: 1.5px solid rgba(255, 255, 255, .4); color: #fff; padding: 15px 26px; }
.btn-translucent:hover { color: #fff; background: rgba(255, 255, 255, .2); }

/* ==========================================================================
   Top utility bar
   ========================================================================== */
.utility { background: var(--ink); color: var(--foot-accent); font-size: 13px; }
.utility .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 8px; padding-bottom: 8px; }
.utility a { color: var(--foot-accent); display: flex; align-items: center; gap: 8px; }
.utility a:hover { color: #fff; }
.utility .u-addr span { opacity: .92; }
.utility .u-right { display: flex; align-items: center; gap: 18px; }
.utility .u-hours { opacity: .8; }
.utility .u-phone { color: #fff !important; font-weight: 600; }
.utility .u-phone .u-dot { width: 22px; height: 22px; border-radius: 50%; background: var(--teal); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* ==========================================================================
   Header / nav
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(245, 250, 249, .86); backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--b1);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 14px; padding-bottom: 14px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark {
  width: 40px; height: 40px; border-radius: 12px; background: var(--teal-grad);
  display: flex; align-items: center; justify-content: center; color: #fff;
  font-family: var(--font-display); font-weight: 700; font-size: 20px;
  box-shadow: 0 6px 16px rgba(15, 143, 134, .28); flex-shrink: 0;
}
.brand-name { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name .b1 { font-family: var(--font-display); font-weight: 700; font-size: 19px; color: var(--ink); letter-spacing: -.01em; }
.brand-name .b2 { font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); font-weight: 600; }

.nav-desktop { display: flex; align-items: center; gap: 6px; }
.nav-desktop a { padding: 9px 14px; border-radius: 9px; font-weight: 600; font-size: 15px; color: #2f504c; }
.nav-desktop a:hover { color: var(--ink); background: rgba(18, 160, 148, .08); }
.nav-desktop a.active { color: var(--deep-teal); }
.nav-desktop .btn-book { margin-left: 8px; padding: 11px 20px; border-radius: 11px; background: var(--accent); color: #fff; font-weight: 700; font-size: 15px; box-shadow: 0 8px 18px rgba(239, 90, 60, .32); }
.nav-desktop .btn-book:hover { color: #fff; transform: translateY(-1px); }

.hamburger {
  display: none; width: 44px; height: 44px; border: 1px solid #d6e7e3; background: #fff;
  border-radius: 11px; flex-direction: column; align-items: center; justify-content: center; gap: 4px; cursor: pointer;
}
.hamburger span { width: 18px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .2s, opacity .2s; }
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.nav-mobile { border-top: 1px solid var(--b1); background: #fff; padding: 10px 20px 18px; flex-direction: column; gap: 2px; display: none; }
.nav-mobile.open { display: flex; }
.nav-mobile a { padding: 13px 8px; font-weight: 600; font-size: 17px; color: #2f504c; border-bottom: 1px solid #f0f6f5; }
.nav-mobile .btn-book { margin-top: 12px; text-align: center; padding: 14px; border-radius: 12px; background: var(--accent); color: #fff; font-weight: 700; font-size: 16px; border-bottom: 0; }

/* ==========================================================================
   Shared section bits
   ========================================================================== */
.eyebrow { color: var(--teal); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; font-size: 13px; }
.eyebrow.center { text-align: center; display: block; }
.section-h2 { font-family: var(--font-display); font-weight: 700; color: var(--ink); font-size: clamp(28px, 3.4vw, 40px); }
.section-h2.center { text-align: center; margin-left: auto; margin-right: auto; }

/* ==========================================================================
   Hero (home)
   ========================================================================== */
.hero { display: flex; gap: 48px; align-items: center; flex-wrap: wrap; padding-top: 64px; padding-bottom: 40px; }
.hero-copy { flex: 1 1 420px; min-width: 300px; animation: omFadeUp .6s ease both; }
.rating-pill {
  display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--b1);
  padding: 7px 14px 7px 8px; border-radius: 100px; box-shadow: 0 6px 18px rgba(14, 59, 57, .06);
}
.rating-pill .g-circle { width: 26px; height: 26px; border-radius: 50%; background: #fff; box-shadow: 0 1px 4px rgba(14, 59, 57, .18); display: flex; align-items: center; justify-content: center; }
.rating-pill .stars { color: var(--gold); letter-spacing: 1px; font-size: 14px; }
.rating-pill .score { font-weight: 700; color: var(--ink); font-size: 14px; }
.rating-pill .count { color: var(--muted); font-size: 13.5px; }
.hero h1 { font-weight: 700; color: var(--ink); font-size: clamp(38px, 5.4vw, 62px); line-height: 1.03; letter-spacing: -.02em; margin: 22px 0 0; }
.hero-sub { font-size: clamp(17px, 1.7vw, 20px); color: var(--body); margin: 20px 0 0; max-width: 540px; text-wrap: pretty; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.hero-avail { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 26px; color: var(--body-2); font-size: 14.5px; }
.hero-avail span { display: flex; align-items: center; gap: 8px; }
.hero-avail .bullet { color: var(--teal); }

.hero-media { flex: 1 1 380px; min-width: 300px; position: relative; }
.hero-video-frame { aspect-ratio: 4/5; border-radius: 26px; overflow: hidden; background: #eef7f6; border: 1px solid var(--b3); box-shadow: var(--shadow-frame); }
.hero-video-frame video { width: 100%; height: 100%; object-fit: cover; }
.hero-thumbs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.hero-thumbs .thumb { aspect-ratio: 16/11; border-radius: 16px; overflow: hidden; border: 1px solid var(--b3); box-shadow: 0 14px 30px -20px rgba(14, 59, 57, .35); }
.hero-thumbs .thumb img { width: 100%; height: 100%; object-fit: cover; }
.hero-thumbs .thumb img.thumb-doctor { object-position: center 22%; }
.hero-badge {
  position: absolute; left: -14px; top: calc(80% - 30px); background: #fff; border-radius: 16px;
  padding: 14px 18px; box-shadow: 0 18px 40px -12px rgba(14, 59, 57, .3);
  display: flex; align-items: center; gap: 12px; animation: omFloat 5s ease-in-out infinite;
}
.hero-badge .hb-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--tile); display: flex; align-items: center; justify-content: center; font-size: 20px; color: var(--deep-teal); }
.hero-badge .hb-title { display: block; font-family: var(--font-display); font-weight: 700; color: var(--ink); font-size: 18px; }
.hero-badge .hb-sub { font-size: 12.5px; color: var(--muted); }

/* ==========================================================================
   Reviews
   ========================================================================== */
.reviews { background: var(--band); border-top: 1px solid var(--b2); border-bottom: 1px solid var(--b2); }
.reviews .wrap { padding-top: 52px; padding-bottom: 58px; }
.reviews-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 26px; }
.reviews-score { display: flex; align-items: center; gap: 12px; }
.reviews-score .big { font-family: var(--font-display); font-weight: 700; font-size: clamp(30px, 3.4vw, 42px); color: var(--ink); letter-spacing: -.01em; }
.reviews-score .stars { display: block; color: var(--gold); font-size: 22px; letter-spacing: 2px; line-height: 1; }
.reviews-score .sub { font-size: 14px; color: var(--body-2); }
.g-word { font-weight: 700; }
.g-word .g1 { color: #4285F4; } .g-word .g2 { color: #EA4335; } .g-word .g3 { color: #FBBC05; }
.g-word .g4 { color: #4285F4; } .g-word .g5 { color: #34A853; } .g-word .g6 { color: #EA4335; }
.reviews-row { display: flex; gap: 18px; overflow-x: auto; padding: 6px 4px 18px; scroll-snap-type: x mandatory; }
.review-card {
  scroll-snap-align: start; flex: 0 0 340px; background: #fff; border: 1px solid var(--b2);
  border-radius: 20px; padding: 24px; box-shadow: 0 14px 34px -22px rgba(14, 59, 57, .3);
}
.review-card .rc-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.review-card .avatar { width: 46px; height: 46px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 18px; font-family: var(--font-display); flex-shrink: 0; }
.review-card .rc-name { display: block; font-weight: 700; color: var(--ink); font-size: 15.5px; }
.review-card .rc-tag { font-size: 12.5px; color: var(--muted-2); }
.review-card .g-chip { margin-left: auto; width: 24px; height: 24px; border-radius: 50%; background: #f1f6f5; display: flex; align-items: center; justify-content: center; font-weight: 700; color: #4285F4; font-size: 13px; flex-shrink: 0; }
.review-card .stars { color: var(--gold); font-size: 15px; letter-spacing: 1px; }
.review-card p { margin-top: 10px; color: var(--body); font-size: 14.5px; line-height: 1.6; }

/* ==========================================================================
   Why choose us / value cards
   ========================================================================== */
.why { padding-top: 68px; padding-bottom: 20px; }
.why .section-h2 { margin: 10px auto 0; max-width: 640px; text-wrap: balance; }
.card-grid { display: grid; gap: 18px; }
.card-grid.g4 { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); margin-top: 38px; }
.value-card { background: #fff; border: 1px solid var(--b2); border-radius: 20px; padding: 26px 22px; box-shadow: var(--shadow-card); }
.value-card .icon { width: 52px; height: 52px; border-radius: 14px; background: var(--tile); display: flex; align-items: center; justify-content: center; font-size: 24px; color: var(--deep-teal); }
.value-card h3 { font-weight: 600; color: var(--ink); font-size: 19px; margin: 16px 0 8px; }
.value-card p { color: var(--body-2); font-size: 14.5px; line-height: 1.55; }

/* ==========================================================================
   Services
   ========================================================================== */
.services-preview { padding-top: 60px; padding-bottom: 20px; }
.services-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.services-head h2 { margin-top: 8px; }
.link-arrow { font-weight: 700; font-size: 15.5px; color: var(--deep-teal); }
.service-grid { display: grid; gap: 18px; margin-top: 34px; }
.service-grid.preview { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.service-grid.full { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); margin-top: 0; }
.service-card { background: #fff; border: 1px solid var(--b2); border-radius: 18px; padding: 24px; transition: transform .2s, box-shadow .2s; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -24px rgba(14, 59, 57, .35); }
.service-card .code { width: 48px; height: 48px; border-radius: 13px; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 16px; }
.service-card .code svg { width: 25px; height: 25px; }
.service-card h3 { font-weight: 600; color: var(--ink); font-size: 18.5px; margin: 15px 0 7px; }
.service-card p { color: var(--body-2); font-size: 14px; line-height: 1.55; }
.service-card .book-link { display: inline-block; margin-top: 12px; font-weight: 700; font-size: 14px; color: var(--accent); }
.service-card .book-link:hover { color: #d1401f; }

/* service tint pairs */
.t-teal  { background: #e6f4f2; color: #0e756c; }
.t-coral { background: #fdeee9; color: #d1502f; }
.t-blue  { background: #e9f1fb; color: #3d6fb0; }
.t-amber { background: #fbf3e0; color: #b58412; }

/* ==========================================================================
   About teaser (home)
   ========================================================================== */
.about-teaser { padding-top: 70px; padding-bottom: 20px; display: flex; gap: 48px; align-items: center; flex-wrap: wrap; }
.about-teaser .photo { flex: 1 1 340px; min-width: 290px; }
.about-teaser .photo .frame { aspect-ratio: 5/4; border-radius: 24px; overflow: hidden; background: #eef7f6; border: 1px solid var(--b3); }
.about-teaser .photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 26%; }
.about-teaser .copy { flex: 1 1 380px; min-width: 300px; }
.about-teaser .copy h2 { font-weight: 700; color: var(--ink); font-size: clamp(28px, 3.4vw, 40px); margin: 8px 0 0; }
.about-teaser .copy p { color: var(--body); font-size: 17px; line-height: 1.65; margin-top: 16px; text-wrap: pretty; }
.about-teaser .copy p.sub { color: var(--body-2); font-size: 15.5px; margin-top: 14px; }
.about-teaser .copy strong { color: var(--ink); }

/* ==========================================================================
   CTA band
   ========================================================================== */
.cta-band-outer { margin-top: 70px; }
.cta-band { border-radius: 28px; background: linear-gradient(135deg, #0e756c, #0e3b39); padding: clamp(36px, 5vw, 60px); color: #fff; position: relative; overflow: hidden; }
.cta-band .blob { position: absolute; right: -60px; top: -60px; width: 260px; height: 260px; border-radius: 50%; background: rgba(127, 212, 201, .16); }
.cta-band .inner { position: relative; display: flex; gap: 32px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.cta-band .copy { flex: 1 1 380px; min-width: 280px; }
.cta-band h2 { font-weight: 700; font-size: clamp(28px, 3.6vw, 44px); line-height: 1.05; }
.cta-band .avail { color: #bfe3dd; font-size: 17px; margin-top: 14px; }
.cta-band .actions { display: flex; gap: 14px; flex-wrap: wrap; }
.cta-band .btn-accent { box-shadow: 0 12px 26px rgba(0, 0, 0, .25); }

/* Centered CTA (services page) */
.cta-center { text-align: center; }
.cta-center h2 { font-weight: 700; font-size: clamp(24px, 3vw, 36px); }
.cta-center p { color: #bfe3dd; font-size: 16.5px; margin-top: 12px; }
.cta-center .actions { justify-content: center; margin-top: 22px; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq { max-width: 900px; padding-top: 72px; padding-bottom: 10px; }
.faq .eyebrow { text-align: center; display: block; }
.faq .section-h2 { margin: 10px auto 0; max-width: 640px; text-wrap: balance; }
.faq-list { margin-top: 32px; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--b2); border-radius: 16px; padding: 4px 22px; box-shadow: 0 14px 34px -28px rgba(14, 59, 57, .3); }
.faq-item summary { list-style: none; cursor: pointer; padding: 18px 0; font-family: var(--font-display); font-weight: 600; color: var(--ink); font-size: 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .plus { color: var(--teal); font-size: 24px; font-weight: 400; flex-shrink: 0; transition: transform .2s; }
.faq-item[open] summary .plus { transform: rotate(45deg); }
.faq-item p { color: var(--body); font-size: 15.5px; line-height: 1.7; padding: 0 0 20px; }

/* ==========================================================================
   Page hero band (about / services)
   ========================================================================== */
.page-hero { background: var(--band); border-bottom: 1px solid var(--b2); }
.page-hero .inner { max-width: 900px; margin: 0 auto; padding: 60px 20px 54px; text-align: center; }
.page-hero h1 { font-weight: 700; color: var(--ink); font-size: clamp(34px, 5vw, 54px); letter-spacing: -.02em; line-height: 1.05; margin-top: 12px; text-wrap: balance; }
.page-hero p { color: var(--body); font-size: 18px; line-height: 1.6; margin: 18px auto 0; max-width: 640px; }

/* ==========================================================================
   About page
   ========================================================================== */
.about-doc { padding-top: 56px; display: flex; gap: 48px; align-items: flex-start; flex-wrap: wrap; }
.about-doc .photo { flex: 1 1 320px; min-width: 280px; }
.about-doc .photo .frame { aspect-ratio: 4/5; border-radius: 24px; overflow: hidden; background: #eef7f6; border: 1px solid var(--b3); position: sticky; top: 100px; }
.about-doc .photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.about-doc .copy { flex: 1 1 420px; min-width: 300px; }
.about-doc .copy h2 { font-weight: 700; color: var(--ink); font-size: 30px; }
.about-doc .copy p { color: var(--body); font-size: 16.5px; line-height: 1.7; margin-top: 14px; }
.about-doc .copy p.small { color: var(--body-2); font-size: 15px; }
.about-doc .copy strong { color: var(--ink); }
.cred-badge { display: inline-flex; align-items: center; gap: 12px; margin-top: 22px; padding: 12px 18px; border-radius: 14px; background: #fff; border: 1px solid var(--b2); }
.cred-badge .cb-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.cred-badge .cb-name { display: block; font-weight: 700; color: var(--ink); font-size: 15px; }
.cred-badge .cb-sub { font-size: 13px; color: var(--muted-2); }

.about-values { max-width: 1100px; margin: 0 auto; padding: 64px 20px 0; }
.about-values h2 { font-weight: 700; color: var(--ink); font-size: clamp(26px, 3vw, 36px); text-align: center; }
.about-values .card-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); margin-top: 32px; }

.about-hours { max-width: 1100px; margin: 0 auto; padding: 60px 20px 10px; display: flex; gap: 24px; flex-wrap: wrap; }
.hours-card { flex: 1 1 300px; min-width: 260px; background: #fff; border: 1px solid var(--b2); border-radius: 20px; padding: 26px; }
.hours-card h3 { font-weight: 700; color: var(--ink); font-size: 20px; }
.hours-card p { color: var(--body); font-size: 15.5px; line-height: 1.7; margin-top: 12px; }
.hours-card strong { color: var(--ink); }
.hours-card .addr-link { display: inline-block; margin-top: 10px; font-weight: 700; font-size: 14.5px; }
.map-embed { flex: 1 1 300px; min-width: 260px; border-radius: 20px; overflow: hidden; border: 1px solid var(--b3); min-height: 220px; }
.map-embed iframe { width: 100%; height: 100%; min-height: 220px; border: 0; }

/* ==========================================================================
   Services page grid section
   ========================================================================== */
.services-full { padding-top: 48px; padding-bottom: 20px; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--ink); color: var(--foot-text); margin-top: 80px; }
.site-footer .cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; padding-top: 56px; padding-bottom: 30px; }
.footer-brand { display: flex; align-items: center; gap: 11px; }
.footer-brand .brand-mark { box-shadow: none; }
.footer-brand .fb-name { font-family: var(--font-display); font-weight: 700; font-size: 19px; color: #fff; }
.footer-blurb { font-size: 14px; line-height: 1.65; margin-top: 16px; max-width: 280px; }
.footer-rating { display: flex; align-items: center; gap: 8px; margin-top: 16px; }
.footer-rating .stars { color: var(--gold); } .footer-rating .score { color: #fff; font-weight: 700; }
.footer-rating .count { font-size: 13px; }
.site-footer h4 { color: #fff; font-family: var(--font-display); font-weight: 600; font-size: 16px; margin-bottom: 14px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; font-size: 14.5px; }
.footer-links a { color: var(--foot-text); }
.footer-links a:hover { color: #fff; }
.footer-contact a { color: var(--foot-text); font-size: 14.5px; line-height: 1.6; display: block; }
.footer-contact a.phone { color: #fff; font-weight: 700; font-size: 16px; margin-top: 14px; }
.footer-contact a:hover { color: #fff; }
.footer-contact p { font-size: 14px; margin-top: 12px; }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a { width: 40px; height: 40px; border-radius: 10px; background: rgba(255, 255, 255, .1); display: flex; align-items: center; justify-content: center; color: #fff; }
.footer-social a:hover { background: rgba(255, 255, 255, .2); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); }
.footer-bottom .wrap { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 13px; padding-top: 18px; padding-bottom: 18px; }

/* ==========================================================================
   Sticky mobile CTA bar
   ========================================================================== */
.mobile-cta { display: none; }

/* ==========================================================================
   Responsive — single breakpoint at 900px
   ========================================================================== */
@media (max-width: 899px) {
  .nav-desktop { display: none; }
  .hamburger { display: flex; }
  .utility .u-hours { display: none; }

  .mobile-cta {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: #fff;
    border-top: 1px solid var(--b1); box-shadow: 0 -8px 24px -12px rgba(14, 59, 57, .2);
    display: flex; gap: 10px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  }
  .mobile-cta .m-call { flex: 1; text-align: center; padding: 14px; border-radius: 12px; background: var(--tile); color: var(--deep-teal); font-weight: 700; font-size: 16px; display: flex; align-items: center; justify-content: center; gap: 8px; }
  .mobile-cta .m-book { flex: 1.4; text-align: center; padding: 14px; border-radius: 12px; background: var(--accent); color: #fff; font-weight: 700; font-size: 16px; }
  .mobile-spacer { height: 76px; }
}

@media (min-width: 900px) {
  .hamburger { display: none; }
  .nav-mobile { display: none !important; }
}
