/* Mattson Pharmacy — design system
   Brand #009808 (build sheet). Auto-darkened accent #008A08 = 4.53:1 on white (WCAG AA text).
   Secondary #ffee17 used as decorative accent only. Fonts: Figtree (headings) + Noto Sans (body). */

*, *::before, *::after { box-sizing: border-box; }

:root {
  --brand: #009808;
  --brand-ink: #008A08;      /* 4.5:1+ on white — links, buttons w/ white text */
  --brand-hover: #007507;
  --brand-deep: #0F2A14;     /* footer / top bar */
  --accent: #ffee17;
  --ink: #17251A;
  --body: #29382C;
  --muted: #51604F;          /* 4.6:1 on white */
  --surface: #ffffff;
  --tint: #F3F8F3;
  --tint-2: #E8F3E8;
  --line: #D9E5D9;
  --focus: #0B57D0;
  --radius: 12px;
  --radius-sm: 8px;
  --shadow-1: 0 1px 2px rgba(23,37,26,.06), 0 1px 3px rgba(23,37,26,.08);
  --shadow-2: 0 4px 16px rgba(23,37,26,.10);
  --container: 1160px;
  --font-head: 'Figtree', system-ui, sans-serif;
  --font-body: 'Noto Sans', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--body);
  background: var(--surface);
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) { body { font-size: 17px; } }

h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink); line-height: 1.18; margin: 0 0 .5em; letter-spacing: -0.015em; }
h1 { font-size: clamp(1.9rem, 4.5vw, 3rem); font-weight: 700; }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 700; }
h3 { font-size: 1.2rem; font-weight: 600; }
p { margin: 0 0 1em; max-width: 68ch; }
img { max-width: 100%; height: auto; display: block; }
a, button, summary { touch-action: manipulation; }
a { color: var(--brand-ink); text-underline-offset: 3px; }
a:hover { color: var(--brand-hover); }

:is(a, button, summary, input, [tabindex]):focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
  border-radius: 4px;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink); color: #fff; padding: 12px 20px; border-radius: 0 0 8px 0;
  font-weight: 600; text-decoration: none;
}
.skip-link:focus { left: 0; color: #fff; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
@media (min-width: 768px) { .container { padding: 0 32px; } }

/* ---------- Top bar ---------- */
.topbar { background: var(--brand-deep); color: #E8F3E8; font-size: .84rem; }
.topbar .container { display: flex; flex-wrap: wrap; gap: 6px 22px; align-items: center; min-height: 38px; padding-top: 5px; padding-bottom: 5px; }
.topbar a { color: #fff; text-decoration: none; }
.topbar a:hover { text-decoration: underline; color: #fff; }
.topbar .tb-item { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.topbar svg { width: 15px; height: 15px; flex: none; }
.topbar .tb-hours { display: none; }
@media (min-width: 900px) { .topbar .tb-hours { display: inline-flex; } }
.open-dot { width: 9px; height: 9px; border-radius: 50%; background: #9DB39D; flex: none; }
.open-dot.is-open { background: var(--accent); }
.open-dot.is-closed { background: #E8A0A0; }
.tb-open { font-weight: 600; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.site-header .container { display: flex; align-items: center; gap: 20px; min-height: 72px; }
.brand-link { display: inline-flex; align-items: center; flex: none; }
.brand-link img { height: 62px; width: auto; }
@media (max-width: 400px) { .brand-link img { height: 50px; } }

.primary-nav { display: none; }
.header-ctas { display: none; }
.header-call { margin-left: auto; display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--brand-ink); text-decoration: none; padding: 10px 8px; }
.header-call svg { width: 19px; height: 19px; }
.nav-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: #fff; cursor: pointer; color: var(--ink);
}
.nav-toggle svg { width: 24px; height: 24px; }

@media (min-width: 1024px) {
  .header-call, .nav-toggle { display: none; }
  .primary-nav { display: flex; align-items: center; gap: 2px; margin-left: 8px; }
  .primary-nav > a, .nav-dropdown > button {
    font: 600 .95rem var(--font-body); color: var(--ink); text-decoration: none;
    padding: 10px 14px; border: 0; background: none; cursor: pointer; border-radius: var(--radius-sm);
    display: inline-flex; align-items: center; gap: 6px; line-height: 1.2;
  }
  .primary-nav > a:hover, .nav-dropdown > button:hover { background: var(--tint); color: var(--brand-hover); }
  .primary-nav > a[aria-current="page"] { color: var(--brand-ink); box-shadow: inset 0 -3px 0 var(--brand); border-radius: 0; }
  .header-ctas { display: flex; gap: 10px; margin-left: auto; align-items: center; }
}

.nav-dropdown { position: relative; }
.nav-dropdown > button svg { width: 16px; height: 16px; transition: transform .18s ease-out; }
.nav-dropdown > button[aria-expanded="true"] svg { transform: rotate(180deg); }
.dropdown-menu {
  position: absolute; top: calc(100% + 6px); left: 0; min-width: 300px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-2); padding: 8px; margin: 0; list-style: none; z-index: 110;
}
.dropdown-menu[hidden] { display: none; }
.dropdown-menu a {
  display: flex; align-items: center; gap: 12px; padding: 11px 12px; border-radius: var(--radius-sm);
  color: var(--ink); text-decoration: none; font-weight: 500; font-size: .95rem;
}
.dropdown-menu a:hover { background: var(--tint); color: var(--brand-hover); }
.dropdown-menu svg { width: 22px; height: 22px; color: var(--brand-ink); flex: none; }
.dropdown-menu .dd-all { border-top: 1px solid var(--line); margin-top: 6px; padding-top: 6px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font: 600 1rem var(--font-body); text-decoration: none; cursor: pointer;
  border-radius: 999px; padding: 13px 26px; min-height: 48px;
  border: 2px solid transparent; transition: background-color .18s ease-out, border-color .18s ease-out, transform .12s ease-out;
}
.btn:active { transform: scale(.98); }
.btn svg { width: 19px; height: 19px; flex: none; }
.btn-primary { background: var(--brand-ink); color: #fff; }
.btn-primary:hover { background: var(--brand-hover); color: #fff; }
.btn-outline { background: #fff; color: var(--brand-ink); border-color: var(--brand-ink); }
.btn-outline:hover { background: var(--tint); color: var(--brand-hover); border-color: var(--brand-hover); }
.btn-ghost-light { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.75); }
.btn-ghost-light:hover { background: rgba(255,255,255,.26); color: #fff; }
.btn-sm { padding: 9px 18px; min-height: 44px; font-size: .92rem; }

/* ---------- Hero ---------- */
.hero { position: relative; color: #fff; overflow: hidden; background: var(--brand-deep); }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(9,32,14,.92) 0%, rgba(9,32,14,.78) 42%, rgba(9,32,14,.38) 100%);
}
.hero-inner { position: relative; z-index: 1; padding: 56px 0 64px; }
@media (min-width: 768px) { .hero-inner { padding: 88px 0 96px; max-width: 640px; } }
.hero .eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font: 600 .82rem var(--font-body); letter-spacing: .08em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 14px;
}
.hero .eyebrow svg { width: 15px; height: 15px; }
.hero h1 { color: #fff; margin-bottom: .4em; }
.hero p { color: #E4EFE4; font-size: 1.06rem; margin-bottom: 1.6em; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.hero .btn-primary { background: var(--brand); }
.hero .btn-primary:hover { background: #00b009; }
.hero-call { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-weight: 600; text-decoration: none; font-size: 1.05rem; }
.hero-call:hover { color: var(--accent); }
.hero-call svg { width: 18px; height: 18px; }

/* ---------- Sections ---------- */
.section { padding: 56px 0; }
@media (min-width: 768px) { .section { padding: 80px 0; } }
.section-tint { background: var(--tint); }
.section-head { max-width: 640px; margin-bottom: 36px; }
.kicker {
  font: 600 .8rem var(--font-body); letter-spacing: .1em; text-transform: uppercase;
  color: var(--brand-ink); display: block; margin-bottom: 8px;
}
.section-head p { color: var(--muted); }

/* Cards */
.card-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .card-grid { grid-template-columns: repeat(4, 1fr); } .card-grid.cols-3 { grid-template-columns: repeat(3, 1fr); } }
.svc-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 22px; box-shadow: var(--shadow-1);
  display: flex; flex-direction: column; gap: 12px;
  transition: box-shadow .18s ease-out, border-color .18s ease-out;
}
.svc-card:hover { box-shadow: var(--shadow-2); border-color: #BBD4BB; }
.svc-icon {
  width: 46px; height: 46px; border-radius: 12px; background: var(--tint-2); color: var(--brand-ink);
  display: inline-flex; align-items: center; justify-content: center; flex: none;
}
.svc-icon svg { width: 24px; height: 24px; }
.svc-card h3 { margin: 0; }
.svc-card p { margin: 0; font-size: .94rem; color: var(--muted); }
.svc-card .card-link { margin-top: auto; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; font-size: .95rem; }
.svc-card .card-link svg { width: 16px; height: 16px; }
a.svc-card { text-decoration: none; color: inherit; }

/* Hours table */
.hours-wrap { display: grid; gap: 32px; align-items: start; }
@media (min-width: 900px) { .hours-wrap { grid-template-columns: 1.1fr 1fr; } }
table.hours { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-1); }
table.hours caption { text-align: left; font: 600 1.05rem var(--font-head); color: var(--ink); padding: 16px 20px 4px; }
table.hours th, table.hours td { padding: 11px 20px; text-align: left; font-size: .97rem; }
table.hours tbody tr { border-top: 1px solid var(--line); }
table.hours tbody tr:first-child { border-top: 0; }
table.hours th[scope="row"] { font-weight: 600; color: var(--ink); width: 46%; }
table.hours tr.is-today th, table.hours tr.is-today td { background: var(--tint-2); }
table.hours td { font-variant-numeric: tabular-nums; }
.hours-note { font-size: .9rem; color: var(--muted); margin-top: 10px; }

/* Trust strip */
.trust-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .trust-grid { grid-template-columns: repeat(3, 1fr); } }
.trust-item { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow-1); }
.trust-item svg { width: 24px; height: 24px; color: var(--brand-ink); flex: none; margin-top: 2px; }
.trust-item h3 { font-size: 1.02rem; margin-bottom: 4px; }
.trust-item p { margin: 0; font-size: .92rem; color: var(--muted); }

/* Review CTA band */
.band {
  background: var(--brand-deep); color: #E8F3E8; border-radius: var(--radius);
  padding: 36px 28px; display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: space-between;
}
.band h2 { color: #fff; margin: 0 0 6px; font-size: 1.5rem; }
.band p { color: #C9DCC9; margin: 0; }
.band .btn-primary { background: var(--brand); }
.band .btn-primary:hover { background: #00b009; }

/* FAQ */
.faq-list { max-width: 780px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; margin-bottom: 12px; box-shadow: var(--shadow-1); }
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font: 600 1.02rem var(--font-head); color: var(--ink); padding: 18px 20px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary svg { width: 20px; height: 20px; color: var(--brand-ink); flex: none; transition: transform .18s ease-out; }
.faq-item[open] summary svg { transform: rotate(45deg); }
.faq-item .faq-body { padding: 0 20px 18px; }
.faq-item .faq-body p { margin: 0 0 .6em; color: var(--body); }
.faq-item .faq-body p:last-child { margin-bottom: 0; }

/* Page hero band (interior pages) */
.page-hero { background: linear-gradient(180deg, var(--tint-2), var(--tint)); border-bottom: 1px solid var(--line); }
.page-hero .container { padding-top: 44px; padding-bottom: 44px; }
@media (min-width: 768px) { .page-hero .container { padding-top: 60px; padding-bottom: 60px; } }
.breadcrumbs { font-size: .88rem; margin-bottom: 14px; color: var(--muted); }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; }
.breadcrumbs li + li::before { content: "/"; margin-right: 6px; color: #9BB09B; }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--brand-hover); text-decoration: underline; }
.page-hero p.lede { color: var(--muted); font-size: 1.08rem; margin: 0; }

/* Service detail */
.svc-hero-img { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-2); margin: -28px auto 40px; max-width: var(--container); }
.svc-hero-img img { width: 100%; height: auto; object-fit: cover; max-height: 440px; }
.prose { max-width: 720px; }
.prose ul { padding-left: 22px; margin: 0 0 1.2em; }
.prose li { margin-bottom: .4em; }
.check-list { list-style: none; padding: 0; margin: 0 0 1.4em; display: grid; gap: 10px; }
@media (min-width: 640px) { .check-list.two-col { grid-template-columns: 1fr 1fr; max-width: 620px; } }
.check-list li { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; color: var(--ink); }
.check-list svg { width: 20px; height: 20px; color: var(--brand-ink); flex: none; margin-top: 3px; }

/* Split layout */
.split { display: grid; gap: 36px; align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; gap: 56px; } }
.split .img-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-2); }
.split .img-wrap img { width: 100%; height: auto; }

/* Patient portal feature list */
.feature-list { list-style: none; margin: 26px 0 30px; padding: 0; display: grid; gap: 22px; }
.feature-list li { display: flex; gap: 14px; align-items: flex-start; }
.feature-list li > svg { width: 24px; height: 24px; flex-shrink: 0; margin-top: 2px; color: var(--brand-ink); }
.feature-list h3 { font-size: 1.05rem; margin: 0 0 4px; }
.feature-list p { margin: 0; font-size: .95rem; color: var(--muted); }

/* Patient portal phone screenshots */
.phone-duo { display: flex; gap: 22px; justify-content: center; align-items: flex-start; }
.phone-shot { width: 240px; max-width: 44vw; height: auto; flex-shrink: 0; filter: drop-shadow(0 12px 28px rgba(0, 40, 0, .18)); }
.phone-offset { margin-top: 44px; }

/* Home-screen illustration */
.homescreen-illustration { display: flex; justify-content: center; }
.homescreen-shot { width: 200px; height: auto; }

@media (max-width: 480px) {
  .phone-duo { gap: 12px; }
  .phone-offset { margin-top: 28px; }
}

/* Steps */
.steps { list-style: none; counter-reset: step; padding: 0; margin: 0; display: grid; gap: 16px; max-width: 720px; }
.steps li { counter-increment: step; display: flex; gap: 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow-1); }
.steps li::before {
  content: counter(step);
  width: 38px; height: 38px; border-radius: 50%; flex: none;
  background: var(--tint-2); color: var(--brand-ink);
  display: inline-flex; align-items: center; justify-content: center;
  font: 700 1.05rem var(--font-head);
}
.steps h3 { margin-bottom: 4px; }
.steps p { margin: 0; color: var(--muted); font-size: .95rem; }

/* Contact */
.contact-grid { display: grid; gap: 32px; }
@media (min-width: 900px) { .contact-grid { grid-template-columns: 1fr 1.15fr; } }
.info-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 4px; }
.info-list li { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); align-items: flex-start; }
.info-list li:last-child { border-bottom: 0; }
.info-list svg { width: 21px; height: 21px; color: var(--brand-ink); flex: none; margin-top: 3px; }
.info-list .label { display: block; font: 600 .8rem var(--font-body); letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
.map-embed { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-1); }
.map-embed iframe { display: block; width: 100%; height: 380px; border: 0; }

/* Notice / privacy prose */
.legal { max-width: 760px; }
.legal h2 { font-size: 1.35rem; margin-top: 1.8em; }
.legal h3 { font-size: 1.1rem; margin-top: 1.4em; }
.legal ul { padding-left: 22px; }
.legal ol.legal-alpha { list-style: lower-alpha; padding-left: 26px; }
.legal ol.legal-alpha li { margin-bottom: .9em; }
.legal table { width: 100%; border-collapse: collapse; margin: 1em 0; }
.legal th, .legal td { border: 1px solid var(--line); padding: 10px 14px; text-align: left; }
.legal th { background: var(--tint); }

/* ---------- Footer ---------- */
.site-footer { background: var(--brand-deep); color: #C9DCC9; margin-top: 72px; }
.site-footer a { color: #fff; }
.site-footer a:hover { color: var(--accent); }
.footer-main { display: grid; gap: 36px; padding: 56px 0 40px; }
@media (min-width: 768px) { .footer-main { grid-template-columns: 1.4fr 1fr 1fr; } }
.footer-brand img { height: 56px; width: auto; margin-bottom: 16px; }

.footer-brand p { font-size: .95rem; color: #C9DCC9; max-width: 34ch; }
.site-footer h2 { color: #fff; font-size: 1rem; letter-spacing: .04em; margin-bottom: 14px; }
.footer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; font-size: .95rem; }
.footer-list li { display: flex; gap: 10px; align-items: flex-start; }
.footer-list svg { width: 17px; height: 17px; flex: none; margin-top: 4px; color: var(--accent); }
.footer-list a { text-decoration: none; }
.footer-list a:hover { text-decoration: underline; }
.footer-hours { font-size: .95rem; display: grid; gap: 6px; }
.footer-hours div { display: flex; justify-content: space-between; gap: 16px; max-width: 280px; }
.footer-hours dt { color: #C9DCC9; }
.footer-hours dd { margin: 0; color: #fff; font-variant-numeric: tabular-nums; }
.footer-social { display: inline-flex; gap: 10px; margin-top: 16px; }
.footer-social a { display: inline-flex; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.1); align-items: center; justify-content: center; }
.footer-social a:hover { background: rgba(255,255,255,.22); }
.footer-social svg { width: 20px; height: 20px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); padding: 20px 0; font-size: .87rem; }
.footer-bottom .container { display: flex; flex-wrap: wrap; gap: 10px 26px; align-items: center; justify-content: space-between; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 22px; list-style: none; margin: 0; padding: 0; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }

/* ---------- Mobile drawer ---------- */
.drawer-backdrop {
  position: fixed; inset: 0; background: rgba(15,42,20,.55); z-index: 140;
  opacity: 0; transition: opacity .15s ease-out;
}
.drawer-backdrop.is-open { opacity: 1; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 150;
  width: 100%; max-width: 400px; background: #fff;
  transform: translateX(100%); transition: transform .2s ease-out;
  display: flex; flex-direction: column; overflow-y: auto; padding: 18px 22px 32px;
}
.drawer.is-open { transform: translateX(0); }
@media (prefers-reduced-motion: reduce) { .drawer, .drawer-backdrop { transition: none; } }
.drawer-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.drawer-top img { height: 40px; width: auto; }
.drawer-close {
  width: 48px; height: 48px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; color: var(--ink);
}
.drawer-close svg { width: 22px; height: 22px; }
.drawer-nav { display: grid; margin-bottom: 8px; }
.drawer-nav > a, .drawer-svc-toggle {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  min-height: 52px; padding: 13px 6px; font: 600 1.05rem var(--font-head); color: var(--ink);
  text-decoration: none; border: 0; background: none; cursor: pointer; border-bottom: 1px solid var(--line);
  width: 100%; text-align: left;
}
.drawer-svc-toggle svg { width: 19px; height: 19px; color: var(--brand-ink); transition: transform .18s ease-out; }
.drawer-svc-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.drawer-svc-list { list-style: none; margin: 0; padding: 4px 0 8px; border-bottom: 1px solid var(--line); }
.drawer-svc-list[hidden] { display: none; }
.drawer-svc-list a {
  display: flex; align-items: center; gap: 12px; min-height: 48px; padding: 10px 6px 10px 14px;
  color: var(--body); text-decoration: none; font-weight: 500;
}
.drawer-svc-list svg { width: 20px; height: 20px; color: var(--brand-ink); flex: none; }
.drawer-ctas { display: grid; gap: 10px; margin: 20px 0; }
.drawer-ctas .btn { width: 100%; }
.drawer-hours { background: var(--tint); border-radius: var(--radius); padding: 16px 18px; font-size: .95rem; }
.drawer-hours .tb-open { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }

/* ---------- Sticky bottom CTA bar (mobile) ---------- */
.mobile-cta-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 120;
  display: none; grid-template-columns: 1fr 1fr; gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  padding-bottom: env(safe-area-inset-bottom);
  transform: translateY(110%); transition: transform .2s ease-out;
}
.mobile-cta-bar.is-visible { transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { .mobile-cta-bar { transition: none; } }
.mobile-cta-bar a {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 62px; font: 600 1rem var(--font-body); text-decoration: none;
}
.mobile-cta-bar svg { width: 20px; height: 20px; }
.mobile-cta-bar .cta-call { background: #fff; color: var(--brand-ink); }
.mobile-cta-bar .cta-refill { background: var(--brand-ink); color: #fff; }
@media (max-width: 1023.9px) { .mobile-cta-bar { display: grid; } body.has-cta-bar { padding-bottom: 64px; } }

/* Utility */
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.mt-0 { margin-top: 0; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0; }
.note-card { background: var(--tint); border: 1px solid var(--line); border-left: 4px solid var(--brand); border-radius: var(--radius-sm); padding: 16px 20px; max-width: 720px; font-size: .95rem; }
.note-card p { margin: 0; }
