/* Beekman Pharmacy — design system
   Brand: #850D16 (deep burgundy), #A68011 (gold). Fonts: Lora (display) + Inter (body).
   Direction: clean, modern, trustworthy apothecary. */
*, *::before, *::after { box-sizing: border-box; }
:root {
  --brand: #850D16;
  --brand-dark: #6b0a12;
  --brand-tint: #faf3f3;
  --gold: #A68011;
  --gold-dark: #8a6a0e;
  --gold-tint: #faf6ea;
  --ink: #241c1d;
  --ink-soft: #57494b;
  --paper: #ffffff;
  --cream: #fbf8f4;
  --line: #e8dfdb;
  --radius: 10px;
  --shadow: 0 1px 3px rgba(36, 28, 29, .08), 0 6px 20px rgba(36, 28, 29, .07);
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --font-display: 'Lora', Georgia, serif;
}
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
body { margin: 0; font-family: var(--font-body); font-size: 16px; line-height: 1.65; color: var(--ink); background: var(--paper); }
img { max-width: 100%; height: auto; }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.2; color: var(--ink); margin: 0 0 .5em; }
h1 { font-size: clamp(1.9rem, 4.5vw, 2.9rem); }
h2 { font-size: clamp(1.45rem, 3vw, 2rem); margin-top: 1.6em; }
h3 { font-size: clamp(1.15rem, 2.2vw, 1.4rem); margin-top: 1.2em; }
p { margin: 0 0 1em; }
a { color: var(--brand); }
a:hover { color: var(--brand-dark); }
ul { padding-left: 1.3em; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.lead { font-size: 1.15rem; color: var(--ink-soft); }
.icon { width: 24px; height: 24px; flex: none; }
.icon-sm { width: 18px; height: 18px; }
.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; }

/* Focus */
a:focus-visible, button:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--gold-dark); outline-offset: 2px; border-radius: 3px; }
.skip-link { position: absolute; left: 8px; top: -60px; z-index: 200; background: var(--brand); color: #fff; padding: 10px 18px; border-radius: 6px; transition: top .15s; }
.skip-link:focus { top: 8px; color: #fff; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 10px 20px; border-radius: 8px; font-weight: 600; font-size: .95rem; text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: background .15s, color .15s, border-color .15s, transform .1s; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--brand); color: #fff; }
.btn-primary:hover { background: var(--brand-dark); color: #fff; }
.btn-outline { background: #fff; color: var(--brand); border-color: var(--brand); }
.btn-outline:hover { background: var(--brand-tint); color: var(--brand-dark); }
.btn-gold { background: var(--gold-dark); color: #fff; }
.btn-gold:hover { background: #715708; color: #fff; }
.btn-on-dark { background: #fff; color: var(--brand); }
.btn-on-dark:hover { background: var(--cream); color: var(--brand-dark); }
.btn-ghost-on-dark { background: transparent; color: #fff; border-color: #fff; }
.btn-ghost-on-dark:hover { background: rgba(255,255,255,.14); color: #fff; }
.btn-block { width: 100%; }

/* Top bar */
.topbar { background: var(--brand); color: #fff; font-size: .85rem; }
.topbar a { color: #fff; text-decoration: none; }
.topbar a:hover { text-decoration: underline; }
.topbar-inner { display: flex; flex-wrap: wrap; gap: 6px 22px; align-items: center; justify-content: space-between; padding-top: 7px; padding-bottom: 7px; }
.topbar-item { display: inline-flex; align-items: center; gap: 7px; }
.topbar-phones { gap: 16px; }
.topbar-phones a { display: inline-flex; align-items: center; gap: 6px; }
.open-now { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; margin-left: 8px; }
.open-now::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: #bbb; }
.open-now.is-open::before { background: #4ade80; }
.open-now.is-closed::before { background: #fca5a5; }
.open-now:empty::before { display: none; }
.open-now-drawer { color: var(--ink); }
@media (max-width: 767px) {
  .topbar-address span, .topbar-hours .hours-summary { display: none; }
  .topbar-inner { justify-content: center; }
}

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 1px 8px rgba(36,28,29,.06); }
.header-inner { display: flex; align-items: center; gap: 20px; padding-top: 10px; padding-bottom: 10px; }
.logo-link { flex: none; display: inline-flex; }
.logo-img { width: auto; height: 80px; }
.primary-nav { margin-left: 6px; }
.primary-nav > ul { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.primary-nav > ul > li { position: relative; display: flex; align-items: center; }
.primary-nav a { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 12px; color: var(--ink); text-decoration: none; font-weight: 500; border-radius: 6px; }
.primary-nav a:hover { color: var(--brand); background: var(--brand-tint); }
.primary-nav a[aria-current="page"] { color: var(--brand); font-weight: 600; }
.dropdown-toggle { display: inline-flex; align-items: center; justify-content: center; width: 34px; min-height: 44px; background: none; border: 0; color: var(--ink); cursor: pointer; border-radius: 6px; margin-left: -6px; }
.dropdown-toggle:hover { color: var(--brand); background: var(--brand-tint); }
.dropdown-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.dropdown { position: absolute; top: 100%; left: 0; min-width: 560px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); list-style: none; margin: 0; padding: 8px; display: none; z-index: 60; grid-template-columns: 1fr 1fr; column-gap: 4px; }
.dropdown::before { content: ""; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
.has-dropdown.open .dropdown { transform: translateY(6px); }
.has-dropdown.open .dropdown { display: grid; }
.dropdown-link { display: flex !important; align-items: center; gap: 10px; padding: 10px 12px !important; min-height: 44px; }
.dropdown-link .icon-sm { color: var(--brand); }
.header-ctas { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.header-call { display: none; }
.hamburger { display: none; }
@media (max-width: 1023px) {
  .primary-nav, .header-ctas { display: none; }
  .logo-img { height: 54px; }
  .header-call { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-left: auto; color: var(--brand); border: 2px solid var(--brand); border-radius: 8px; }
  .hamburger { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: none; border: 2px solid var(--line); border-radius: 8px; color: var(--ink); cursor: pointer; }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .logo-img { height: 64px; }
  .btn { padding: 10px 14px; font-size: .88rem; }
}

/* Drawer */
.drawer-backdrop { position: fixed; inset: 0; background: rgba(36,28,29,.5); z-index: 110; }
.mobile-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(100%, 400px); background: #fff; z-index: 120; overflow-y: auto; padding: 16px 20px 32px; transform: translateX(0); animation: drawer-in .2s ease-out; }
@keyframes drawer-in { from { transform: translateX(100%); } to { transform: translateX(0); } }
.drawer-close { position: absolute; top: 12px; right: 12px; width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; background: none; border: 2px solid var(--line); border-radius: 8px; color: var(--ink); cursor: pointer; }
.drawer-logo { display: inline-block; margin: 4px 0 12px; }
.drawer-logo img { height: 56px; width: auto; }
.drawer-nav { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.drawer-nav > li { border-bottom: 1px solid var(--line); }
.drawer-nav > li > a { display: flex; align-items: center; min-height: 48px; padding: 12px 4px; color: var(--ink); text-decoration: none; font-weight: 600; font-size: 1.05rem; }
.drawer-heading { font-family: var(--font-body); font-size: 1.05rem; margin: 12px 4px 0; }
.drawer-disclosure { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 48px; padding: 8px 4px; background: none; border: 0; font: inherit; font-weight: 500; color: var(--brand); cursor: pointer; }
.drawer-disclosure[aria-expanded="true"] svg { transform: rotate(180deg); }
.drawer-sub { list-style: none; margin: 0 0 10px; padding: 0; }
.drawer-sub-link { display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 10px 8px; color: var(--ink); text-decoration: none; }
.drawer-sub-link .icon-sm { color: var(--brand); }
.drawer-ctas { display: grid; gap: 10px; margin: 18px 0; }
.drawer-hours { background: var(--cream); border-radius: var(--radius); padding: 14px 16px; font-size: .92rem; }
.drawer-hours p { margin: 0 0 4px; }

/* Sticky bottom CTA bar (mobile) */
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: flex; height: 64px; padding-bottom: env(safe-area-inset-bottom); background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-top: 1px solid var(--line); }
.sticky-cta-btn { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; text-decoration: none; color: var(--brand); min-height: 44px; }
.sticky-cta-primary { background: var(--brand); color: #fff; }
@media (min-width: 1024px) { .sticky-cta { display: none !important; } }

/* Hero */
.hero { position: relative; color: #fff; background: var(--brand-dark); }
.hero-media { position: absolute; inset: 0; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(70,7,12,.93) 0%, rgba(105,10,17,.82) 45%, rgba(60,6,10,.55) 100%); }
.hero-inner { position: relative; z-index: 1; padding: clamp(56px, 9vw, 120px) 20px; max-width: 1200px; margin: 0 auto; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #fff; background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .25); border-radius: 999px; padding: 8px 16px; margin-bottom: 16px; white-space: nowrap; max-width: 100%; }
.hero-eyebrow .icon-sm { flex: 0 0 auto; width: 16px; height: 16px; color: #f2d98c; }
.hero-eyebrow span { overflow: hidden; text-overflow: ellipsis; }
@media (max-width: 480px) { .hero-eyebrow { font-size: .68rem; letter-spacing: .06em; } }
.hero h1 { color: #fff; max-width: 15ch; margin-bottom: .4em; }
.hero-sub { font-size: 1.1rem; max-width: 52ch; color: #f6e9e9; margin-bottom: 26px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 8px 24px; font-size: .95rem; color: #f6e9e9; }
.hero-meta a { color: #fff; font-weight: 600; }
.hero-meta .open-now { margin-left: 0; }

/* Sections */
.section { padding: clamp(44px, 7vw, 84px) 0; }
.section-cream { background: var(--cream); }
.section-brand { background: var(--brand); color: #fff; }
.section-brand h2, .section-brand h3 { color: #fff; }
.section-head { max-width: 720px; margin-bottom: 34px; }
.kicker { color: var(--gold-dark); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; font-size: .8rem; margin-bottom: 6px; }
.section-brand .kicker { color: #f2d98c; }
.section-head h2 { margin-top: 0; }

/* Cards */
.card-grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); padding: 0; list-style: none; margin: 0; }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; gap: 10px; transition: box-shadow .15s, transform .15s, border-color .15s; }
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); border-color: #d8c9c4; }
.service-card .icon-wrap { width: 46px; height: 46px; border-radius: 10px; background: var(--brand-tint); color: var(--brand); display: inline-flex; align-items: center; justify-content: center; }
.service-card h3 { margin: 0; font-size: 1.12rem; }
.service-card p { margin: 0; color: var(--ink-soft); font-size: .93rem; flex: 1; }
.service-card .card-link { font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.service-card .card-link:hover { text-decoration: underline; }

/* Trust band */
.trust-band { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); list-style: none; padding: 0; margin: 0; }
.trust-item { display: flex; gap: 14px; align-items: flex-start; }
.trust-item .icon-wrap { width: 44px; height: 44px; flex: none; border-radius: 50%; background: rgba(255,255,255,.14); color: #f2d98c; display: inline-flex; align-items: center; justify-content: center; }
.trust-item h3 { margin: 0 0 2px; font-size: 1.05rem; color: #fff; }
.trust-item p { margin: 0; font-size: .92rem; color: #f0dfdf; }

/* Hours table */
.hours-table { width: 100%; border-collapse: collapse; max-width: 560px; }
.hours-table caption { text-align: left; font-family: var(--font-display); font-size: 1.2rem; font-weight: 600; margin-bottom: 10px; }
.hours-table th, .hours-table td { text-align: left; padding: 10px 14px; border-bottom: 1px solid var(--line); }
.hours-table th { font-weight: 600; }
.hours-table tr:last-child th, .hours-table tr:last-child td { border-bottom: 0; }
.hours-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 20px; box-shadow: var(--shadow); }

/* Split layout */
.split { display: grid; gap: 36px; align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } .split.split-40 { grid-template-columns: 2fr 3fr; } }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); }

/* Marquee */
.marquee { overflow: hidden; position: relative; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.marquee-track { display: flex; gap: 48px; align-items: center; width: max-content; animation: marquee 32s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; } }
.marquee-item { display: inline-flex; align-items: center; gap: 10px; flex: none; }
.marquee-item img { height: 44px; width: auto; }
.marquee-item .brand-name { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; color: var(--ink-soft); white-space: nowrap; }

/* Gallery */
.gallery-grid { display: grid; gap: 12px; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); padding: 0; margin: 0; list-style: none; }
.gallery-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 8px; }

/* Page hero (interior) */
.page-hero { position: relative; background: var(--brand-dark); color: #fff; }
.page-hero .hero-media::after { background: linear-gradient(100deg, rgba(70,7,12,.9) 0%, rgba(105,10,17,.75) 50%, rgba(60,6,10,.5) 100%); }
.page-hero-inner { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: clamp(44px, 6vw, 80px) 20px; }
.page-hero h1 { color: #fff; margin-bottom: .2em; }
.page-hero .breadcrumbs { font-size: .88rem; margin-bottom: 10px; }
.page-hero .breadcrumbs a { color: #f2d98c; }
.page-hero .breadcrumbs span[aria-current] { color: #fff; }
.page-hero .lead { color: #f6e9e9; max-width: 62ch; margin: 0; }

/* Prose */
.prose { max-width: 720px; }
.prose ul li { margin-bottom: .4em; }
.two-col { columns: 2; column-gap: 40px; max-width: 560px; }
@media (max-width: 560px) { .two-col { columns: 1; } }
.imm-list { list-style: none; padding: 0; display: grid; gap: 10px; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); max-width: 620px; }
.imm-list li { background: var(--brand-tint); border: 1px solid #ecd6d6; color: var(--brand-dark); font-weight: 600; padding: 12px 16px; border-radius: 8px; text-align: center; }

/* Staff */
.staff-grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); list-style: none; padding: 0; margin: 0; }
.staff-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; text-align: center; }
.staff-card .avatar { width: 72px; height: 72px; margin: 0 auto 12px; border-radius: 50%; background: var(--brand-tint); color: var(--brand); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; }
.staff-card h3 { margin: 0; font-size: 1.1rem; }
.staff-card p { margin: 4px 0 0; color: var(--ink-soft); font-size: .92rem; }

/* Affiliations */
.affil-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); list-style: none; padding: 0; margin: 0; }
.affil-card { background: var(--cream); border-radius: var(--radius); padding: 18px 20px; }
.affil-card h3 { margin: 0 0 6px; font-size: .95rem; font-family: var(--font-body); font-weight: 700; color: var(--gold-dark); text-transform: uppercase; letter-spacing: .06em; }
.affil-card ul { list-style: none; margin: 0; padding: 0; }
.affil-card li { padding: 3px 0; font-size: .95rem; }

/* Contact */
.contact-grid { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.location-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.location-card h2 { margin-top: 0; font-size: 1.35rem; }
.location-card address { font-style: normal; margin-bottom: 14px; }
.contact-lines { list-style: none; padding: 0; margin: 0 0 16px; }
.contact-lines li { display: flex; gap: 10px; align-items: center; padding: 6px 0; }
.contact-lines .icon-sm { color: var(--brand); }

/* CTA band */
.cta-band { background: linear-gradient(115deg, var(--brand) 0%, var(--brand-dark) 70%); color: #fff; }
.cta-band-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; padding: clamp(40px, 6vw, 64px) 20px; max-width: 1200px; margin: 0 auto; }
.cta-band h2 { color: #fff; margin: 0 0 6px; }
.cta-band p { margin: 0; color: #f3e2e2; }
.cta-band .hero-actions { margin: 0; }

/* Footer */
.site-footer { background: #2a1215; color: #e9dcda; margin-top: 0; }
.site-footer a { color: #fff; }
.site-footer a:hover { color: #f2d98c; }
.footer-grid { display: grid; gap: 36px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); padding-top: 56px; padding-bottom: 34px; }
.footer-logo { width: 180px; height: auto; background: #fff; padding: 10px 14px; border-radius: 8px; }
.footer-logo-fallback { font-family: var(--font-display); font-size: 1.4rem; color: #f2d98c; font-weight: 700; }
.footer-tagline { font-family: var(--font-display); color: #f2d98c; margin: 14px 0 4px; }
.footer-heading { font-family: var(--font-display); font-size: 1.1rem; color: #fff; margin: 0 0 10px; }
.footer-subheading { font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; color: #cbb8b5; margin: 18px 0 6px; font-family: var(--font-body); }
.site-footer address { font-style: normal; line-height: 1.9; }
.footer-hours { list-style: none; padding: 0; margin: 0; font-size: .92rem; }
.footer-hours li { display: flex; justify-content: space-between; gap: 12px; padding: 2px 0; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { padding: 3px 0; }
.footer-small { font-size: .85rem; color: #cbb8b5; }

/* ---------- Email signup ---------- */
.email-capture { padding: 64px 20px 72px; background: var(--cream); border-top: 1px solid var(--line); text-align: center; }
.email-capture-inner { display: flex; flex-direction: column; align-items: center; }
.email-capture-head { max-width: 680px; margin-inline: auto; }
.email-capture-eyebrow { margin: 0 0 8px; color: var(--brand); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.email-capture h2 { margin: 0; font-size: clamp(1.75rem, 3.5vw, 2.45rem); }
.email-capture-head > p:last-child { max-width: 62ch; margin: 16px auto 0; color: var(--ink-soft); }
.email-capture-widget { width: 100%; max-width: 760px; margin: 30px auto 0; }
.email-capture [data-lumistry-capture] { width: 100%; margin-inline: auto; }
@media (min-width: 640px) {
  .email-capture { padding-block: 80px; }
}
.footer-social { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; text-decoration: none; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 10px 24px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); padding-top: 18px; padding-bottom: calc(24px + 64px); font-size: .88rem; }
@media (min-width: 1024px) { .footer-bottom { padding-bottom: 24px; } }
.footer-legal { display: flex; flex-wrap: wrap; gap: 6px 18px; list-style: none; margin: 0; padding: 0; }

/* Utility */
.mt-0 { margin-top: 0; }
.center { text-align: center; }
body.drawer-open { overflow: hidden; }

/* ---------- Patient Portal page ---------- */
.btn-lg { padding: 14px 26px; font-size: 1.05rem; }
.portal-features { list-style: none; margin: 24px 0 28px; padding: 0; display: grid; gap: 18px; }
.portal-features li { display: flex; gap: 14px; align-items: flex-start; }
.portal-feature-icon { flex: 0 0 auto; width: 26px; height: 26px; color: var(--brand); margin-top: 2px; }
.portal-phones img { border-radius: 0; box-shadow: none; }
.portal-homescreen-split { align-items: center; }
.portal-homescreen-img { text-align: center; }
.portal-homescreen-img img { border-radius: 0; box-shadow: none; }
@media (min-width: 900px) { .portal-homescreen-split { grid-template-columns: 1fr 2fr; } }

/* ---------- Homepage portal promo ---------- */
.portal-promo { position: relative; overflow: hidden; border-radius: 16px; background: linear-gradient(115deg, #4d060c 0%, var(--brand) 55%, #a51420 100%); box-shadow: 0 18px 44px rgba(77, 6, 12, .35); display: grid; gap: 8px; padding: 40px 28px 0; color: #fff; }
.portal-promo-circle { position: absolute; border-radius: 50%; background: rgba(255, 255, 255, .07); pointer-events: none; }
.portal-promo-circle-1 { width: 340px; height: 340px; top: -140px; left: -110px; }
.portal-promo-circle-2 { width: 420px; height: 420px; bottom: -190px; right: -140px; }
.portal-promo-text { position: relative; z-index: 1; padding-bottom: 36px; }
.portal-promo-eyebrow { color: #e5c469; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; font-size: .8rem; margin: 0 0 10px; }
.portal-promo-text h2 { color: #fff; }
.portal-promo-text p { color: rgba(255, 255, 255, .92); max-width: 46ch; }
.portal-promo-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.portal-promo-btn-solid { background: #fff; color: var(--brand); border: 2px solid #fff; }
.portal-promo-btn-solid:hover { background: var(--cream); }
.portal-promo-btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255, 255, 255, .85); }
.portal-promo-btn-outline:hover { background: rgba(255, 255, 255, .12); }
.portal-promo-btn-solid:focus-visible, .portal-promo-btn-outline:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.portal-promo-phones { position: relative; z-index: 1; align-self: end; display: flex; justify-content: center; }
.portal-promo-phones img { display: block; width: min(420px, 88%); height: auto; margin-bottom: -10%; filter: drop-shadow(0 24px 32px rgba(0, 0, 0, .45)); border-radius: 0; box-shadow: none; }
@media (min-width: 900px) {
  .portal-promo { grid-template-columns: 55% 1fr; gap: 24px; padding: 52px 48px 0; }
  .portal-promo-text { padding-bottom: 52px; }
  .portal-promo-phones img { margin-bottom: -14%; }
}

/* ---------- Homepage gift shop promo ---------- */
.gift-promo { position: relative; overflow: hidden; border-radius: 16px; background: linear-gradient(115deg, #fdf9ee 0%, var(--gold-tint) 45%, #f3e7c3 100%); border: 1px solid #eadfc0; box-shadow: 0 14px 36px rgba(166, 128, 17, .16); display: grid; gap: 28px; padding: 40px 28px; }
.gift-promo-circle { position: absolute; border-radius: 50%; background: rgba(166, 128, 17, .08); pointer-events: none; }
.gift-promo-circle-1 { width: 320px; height: 320px; top: -130px; right: -100px; }
.gift-promo-circle-2 { width: 380px; height: 380px; bottom: -180px; left: -130px; }
.gift-promo-text { position: relative; z-index: 1; }
.gift-promo-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-dark); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; font-size: .8rem; margin: 0 0 10px; }
.gift-promo-eyebrow-icon { width: 18px; height: 18px; }
.gift-promo-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 22px; padding: 0; }
.gift-promo-tags li { background: #fff; border: 1px solid #e5d69f; color: var(--gold-dark); font-weight: 600; font-size: .85rem; padding: 6px 14px; border-radius: 999px; }
.gift-promo-btn { background: var(--gold); color: #fff; border: 2px solid var(--gold); }
.gift-promo-btn:hover { background: var(--gold-dark); border-color: var(--gold-dark); }
.gift-promo-btn:focus-visible { outline: 3px solid var(--gold-dark); outline-offset: 3px; }
.gift-promo-collage { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; }
.gift-promo-collage img { width: 46%; max-width: 240px; aspect-ratio: 4/3; object-fit: cover; border-radius: 12px; border: 4px solid #fff; box-shadow: 0 10px 26px rgba(36, 28, 29, .18); }
.gift-promo-collage img:nth-child(1) { transform: rotate(-6deg) translateY(-8%); z-index: 1; }
.gift-promo-collage img:nth-child(2) { transform: rotate(3deg) scale(1.08); z-index: 2; margin: 0 -6%; }
.gift-promo-collage img:nth-child(3) { transform: rotate(7deg) translateY(6%); z-index: 1; }
@media (min-width: 900px) { .gift-promo { grid-template-columns: 1fr 1fr; align-items: center; padding: 56px 48px; } }

/* ---------- About page ---------- */
.pt-0 { padding-top: 0 !important; }
.about-photo img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; height: auto; }
.about-photo-caption { text-align: center; color: var(--ink-soft); font-size: .9rem; margin-top: 10px; font-style: italic; }
.stats-band { list-style: none; margin: 0; padding: 0; display: grid; gap: 1px; background: rgba(255, 255, 255, .25); border-radius: 16px; overflow: hidden; box-shadow: 0 14px 36px rgba(107, 10, 18, .25); }
.stats-band li { background: linear-gradient(160deg, var(--brand) 0%, var(--brand-dark) 100%); color: #fff; padding: 30px 24px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; }
.stats-icon { width: 30px; height: 30px; color: #f2d98c; background: rgba(255, 255, 255, .12); border-radius: 50%; padding: 7px; box-sizing: content-box; }
.stats-value { font-family: var(--font-display); font-size: 1.9rem; font-weight: 700; line-height: 1.1; }
.stats-label { font-size: .9rem; color: rgba(255, 255, 255, .85); max-width: 24ch; }
@media (min-width: 700px) { .stats-band { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .stats-band { grid-template-columns: repeat(4, 1fr); } }

/* ---------- Light hero (reference-style) ---------- */
.hero-light { position: relative; background: linear-gradient(180deg, #fff 0%, var(--cream) 100%); padding: 56px 0 64px; border-bottom: 1px solid var(--line); }
.hero-light-grid { display: grid; gap: 40px; align-items: center; margin-bottom: 48px; }
.hero-light .hero-eyebrow { color: var(--brand); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.hero-light .hero-eyebrow .icon-sm { color: var(--gold-dark); }
.hero-light h1 { color: var(--ink); font-family: var(--font-display); font-size: clamp(2.2rem, 5vw, 3.4rem); line-height: 1.12; margin: 0 0 18px; }
.hero-light .hero-sub { color: var(--ink-soft); font-size: 1.08rem; max-width: 54ch; }
.hero-light .hero-actions { margin-top: 26px; }
.hero-light .btn .icon-sm { width: 17px; height: 17px; margin-right: 8px; }
.hero-perks { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 24px 0 0; padding: 0; }
.hero-perks li { display: inline-flex; align-items: center; gap: 8px; color: var(--ink-soft); font-weight: 600; font-size: .93rem; }
.hero-perks .icon-sm { color: var(--brand); width: 17px; height: 17px; }
.hero-light-media { position: relative; }
.hero-light-media > img { width: 100%; height: auto; border-radius: 18px; box-shadow: 0 18px 44px rgba(36, 28, 29, .22); }
.hero-float-badge { position: absolute; top: -14px; right: 14px; display: inline-flex; align-items: center; gap: 8px; background: #fff; border-radius: 999px; padding: 10px 16px; font-weight: 600; font-size: .9rem; color: var(--ink); box-shadow: var(--shadow); margin: 0; }
.hero-float-badge .icon-sm { color: var(--gold-dark); width: 17px; height: 17px; }
.hero-float-card { position: absolute; bottom: -18px; left: 14px; display: inline-flex; align-items: center; gap: 12px; background: #fff; border-radius: 14px; padding: 14px 18px; font-size: .92rem; color: var(--ink-soft); box-shadow: 0 10px 30px rgba(36, 28, 29, .18); margin: 0; }
.hero-float-card .icon { color: var(--brand); background: var(--brand-tint); border-radius: 10px; padding: 8px; width: 22px; height: 22px; box-sizing: content-box; flex: 0 0 auto; }
.hero-float-card strong { color: var(--ink); }
@media (min-width: 960px) { .hero-light-grid { grid-template-columns: 11fr 9fr; gap: 56px; } }
.hero-stats { margin-top: 0; }

/* ---------- Homepage location cards ---------- */
.location-cards { display: grid; gap: 24px; }
.location-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); padding: 28px; }
.location-badge { display: inline-flex; align-items: center; gap: 6px; background: var(--brand-tint); color: var(--brand); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: .75rem; border-radius: 999px; padding: 6px 14px; margin: 0 0 14px; }
.location-badge .icon-sm { width: 15px; height: 15px; }
.location-card .hours-table { margin: 16px 0; }
@media (min-width: 900px) { .location-cards { grid-template-columns: 1fr 1fr; } }

/* ---------- Gift shop mosaic gallery ---------- */
.gallery-mosaic { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 110px; grid-auto-flow: dense; }
.gallery-mosaic li { overflow: hidden; border-radius: 12px; }
.gallery-mosaic .mosaic-big { grid-column: span 2; grid-row: span 2; }
.gallery-mosaic .mosaic-wide { grid-column: span 2; }
.gallery-mosaic .mosaic-tall { grid-row: span 2; }
.gallery-mosaic img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
@media (prefers-reduced-motion: no-preference) {
  .gallery-mosaic li:hover img, .gallery-mosaic li:focus-within img { transform: scale(1.06); }
}
@media (min-width: 640px) { .gallery-mosaic { grid-template-columns: repeat(5, 1fr); grid-auto-rows: 120px; } }
@media (min-width: 1000px) { .gallery-mosaic { grid-template-columns: repeat(7, 1fr); grid-auto-rows: 128px; gap: 12px; } }

/* ---------- Fun branded service hero ---------- */
.service-hero { position: relative; overflow: hidden; background: linear-gradient(120deg, #4d060c 0%, var(--brand) 55%, #9c121d 100%); color: #fff; padding: 64px 0 72px; }
.service-hero-circle { position: absolute; border-radius: 50%; background: rgba(255, 255, 255, .06); pointer-events: none; }
.service-hero-circle-1 { width: 420px; height: 420px; top: -180px; right: -120px; }
.service-hero-circle-2 { width: 340px; height: 340px; bottom: -170px; left: -110px; }
.service-hero-deco { position: absolute; inset: 0; pointer-events: none; }
.deco-icon { position: absolute; width: 34px; height: 34px; color: rgba(242, 217, 140, .35); }
.deco-1 { top: 18%; left: 6%; animation: heroFloat 7s ease-in-out infinite; }
.deco-2 { top: 62%; left: 44%; width: 26px; height: 26px; color: rgba(255, 255, 255, .18); animation: heroFloat 9s ease-in-out 1.2s infinite; }
.deco-3 { top: 24%; right: 22%; width: 28px; height: 28px; color: rgba(242, 217, 140, .22); animation: heroFloat 8s ease-in-out .6s infinite; }
.service-hero-inner { position: relative; z-index: 1; display: grid; gap: 28px; align-items: center; }
.service-hero .breadcrumbs { margin-bottom: 18px; font-size: .9rem; }
.service-hero .breadcrumbs a { color: #f2d98c; }
.service-hero .breadcrumbs [aria-current] { color: rgba(255, 255, 255, .85); }
.service-hero-eyebrow { display: inline-block; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .22); border-radius: 999px; padding: 6px 14px; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #f2d98c; margin: 0 0 14px; }
.service-hero h1 { color: #fff; font-family: var(--font-display); font-size: clamp(2rem, 4.5vw, 3rem); margin: 0 0 14px; }
.service-hero .lead { color: rgba(255, 255, 255, .9); max-width: 60ch; margin: 0; font-size: 1.08rem; }
.service-hero-badge { display: none; }
@keyframes heroFloat { 0%, 100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-14px) rotate(5deg); } }
@media (prefers-reduced-motion: reduce) { .deco-icon { animation: none; } }
@media (min-width: 900px) {
  .service-hero-inner { grid-template-columns: 1fr auto; }
  .service-hero-badge { display: grid; place-items: center; width: 168px; height: 168px; border-radius: 40px; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .2); box-shadow: 0 18px 44px rgba(0, 0, 0, .25); transform: rotate(6deg); animation: heroFloat 7s ease-in-out infinite; }
  .service-hero-icon { width: 76px; height: 76px; color: #f2d98c; }
}

/* ---------- Hospice highlight banner ---------- */
.hospice-highlight-section { padding-top: 0; }
.hospice-highlight { display: grid; gap: 20px; align-items: center; background: linear-gradient(120deg, #fdf6e3 0%, #f8ecc8 100%); border: 1px solid #e8d9a6; border-left: 6px solid var(--gold-dark); border-radius: 16px; padding: 28px 30px; box-shadow: var(--shadow); }
.hospice-highlight-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 16px; background: var(--brand); color: #f2d98c; flex: 0 0 auto; }
.hospice-highlight-icon .icon { width: 30px; height: 30px; }
.hospice-highlight-text h2 { font-size: 1.35rem; margin-bottom: 6px; }
.hospice-highlight-text p { margin: 0; color: var(--ink-soft); }
@media (min-width: 920px) { .hospice-highlight { grid-template-columns: auto 1fr auto; gap: 26px; } }

/* ---------- Pickup method pills ---------- */
.pickup-pills { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 12px 0 20px; padding: 0; }
.pickup-pills li { display: inline-flex; align-items: center; gap: 7px; background: var(--brand-tint); color: var(--brand); border: 1px solid rgba(133, 13, 22, .18); border-radius: 999px; padding: 8px 16px; font-weight: 600; font-size: .92rem; }
.pickup-pills .icon-sm { width: 16px; height: 16px; }

/* ---------- Gift shop page layout ---------- */
.gift-page { text-align: center; }
.gift-page .gift-intro { max-width: 62ch; margin: 0 auto 36px; }
.gift-page .gift-intro h2 { font-family: var(--font-display); font-size: clamp(1.7rem, 3.5vw, 2.4rem); }
.gift-page .gift-intro em { color: var(--brand); font-style: italic; }
.gift-cats { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; margin: 0 0 56px; padding: 0; }
.gift-cat { display: flex; flex-direction: column; align-items: center; gap: 12px; width: 150px; padding: 22px 14px; border-radius: 16px; font-weight: 700; font-size: .95rem; color: var(--brand); box-shadow: var(--shadow); }
.gift-cat-rose { background: #faeef0; border: 1px solid #f0d9dd; }
.gift-cat-gold { background: #fdf6dd; border: 1px solid #eee3b8; color: var(--gold-dark); }
.gift-cat-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: #fff; box-shadow: var(--shadow); }
.gift-cat-icon .icon { width: 24px; height: 24px; }
.gift-page .gallery-mosaic { text-align: initial; margin-bottom: 40px; }
.gallery-btn { display: block; width: 100%; height: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; border-radius: 12px; overflow: hidden; }
.gallery-btn img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; background: rgba(20, 8, 9, .88); padding: 24px; }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(92vw, 900px); max-height: 84vh; width: auto; height: auto; border-radius: 12px; box-shadow: 0 24px 70px rgba(0, 0, 0, .5); }
.lightbox-close { position: absolute; top: 18px; right: 18px; width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .14); color: #fff; font-size: 1.5rem; line-height: 1; cursor: pointer; }
.lightbox-close:hover, .lightbox-close:focus-visible { background: rgba(255, 255, 255, .3); }

/* ---------- Hero headline accent + faint background slideshow ---------- */
.hero-light .hero-line-2 { color: var(--brand); background-image: linear-gradient(to top, rgba(166, 128, 17, .28) 0%, rgba(166, 128, 17, .28) 32%, transparent 32%); }
.hero-bg-slideshow { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero-bg-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; animation: heroBgFade 24s linear infinite; }
.hero-bg-slide-2 { animation-delay: 6s; }
.hero-bg-slide-3 { animation-delay: 12s; }
.hero-bg-slide-4 { animation-delay: 18s; }
@keyframes heroBgFade { 0% { opacity: 0; } 6% { opacity: .14; } 25% { opacity: .14; } 33% { opacity: 0; } 100% { opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .hero-bg-slide { animation: none; } .hero-bg-slide-1 { opacity: .12; } }
.hero-light-grid, .hero-light > .container:last-child { position: relative; z-index: 1; }

/* ---------- Flu season standout banner ---------- */
.flu-banner { position: relative; overflow: hidden; display: grid; gap: 24px; align-items: center; background: linear-gradient(120deg, #4d060c 0%, var(--brand) 52%, #a3121e 100%); color: #fff; border-radius: 20px; padding: 40px 34px; box-shadow: 0 20px 50px rgba(77, 6, 12, .35); }
.flu-banner-circle { position: absolute; border-radius: 50%; background: rgba(255, 255, 255, .07); pointer-events: none; }
.flu-banner-circle-1 { width: 320px; height: 320px; top: -150px; right: -90px; }
.flu-banner-circle-2 { width: 260px; height: 260px; bottom: -130px; left: 30%; }
.flu-banner-deco { position: absolute; inset: 0; pointer-events: none; }
.flu-deco { position: absolute; color: rgba(242, 217, 140, .25); width: 30px; height: 30px; animation: heroFloat 8s ease-in-out infinite; }
.flu-deco-1 { top: 16%; right: 8%; }
.flu-deco-2 { bottom: 18%; right: 24%; animation-delay: 1.4s; }
.flu-deco-3 { top: 58%; left: 38%; width: 22px; height: 22px; animation-delay: 2.6s; color: rgba(255, 255, 255, .16); }
.flu-banner-badge { position: relative; z-index: 1; display: none; place-items: center; width: 132px; height: 132px; border-radius: 34px; background: rgba(242, 217, 140, .16); border: 1px solid rgba(242, 217, 140, .35); transform: rotate(-6deg); animation: heroFloat 7s ease-in-out infinite; }
.flu-banner-icon { width: 60px; height: 60px; color: #f2d98c; }
.flu-banner-text { position: relative; z-index: 1; }
.flu-banner-eyebrow { display: inline-flex; align-items: center; gap: 9px; background: rgba(242, 217, 140, .16); border: 1px solid rgba(242, 217, 140, .4); color: #f2d98c; border-radius: 999px; padding: 7px 16px; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 16px; }
.flu-banner-pulse { width: 9px; height: 9px; border-radius: 50%; background: #f2d98c; animation: fluPulse 1.8s ease-in-out infinite; }
@keyframes fluPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(242, 217, 140, .55); } 50% { box-shadow: 0 0 0 7px rgba(242, 217, 140, 0); } }
.flu-banner h2 { color: #fff; font-family: var(--font-display); font-size: clamp(1.6rem, 3.4vw, 2.3rem); }
.flu-banner h2 em { color: #f2d98c; font-style: italic; }
.flu-banner p { color: rgba(255, 255, 255, .9); max-width: 64ch; }
.flu-banner-btn { background: #f2d98c; color: #4d060c; }
.flu-banner-btn:hover { background: #f8e6ae; }
.flu-banner-btn-outline { border: 2px solid rgba(255, 255, 255, .7); color: #fff; }
.flu-banner-btn-outline:hover { background: rgba(255, 255, 255, .12); }
@media (min-width: 860px) { .flu-banner { grid-template-columns: auto 1fr; gap: 36px; padding: 46px 48px; } .flu-banner-badge { display: grid; } }
@media (prefers-reduced-motion: reduce) { .flu-deco, .flu-banner-badge, .flu-banner-pulse { animation: none; } }

/* ---------- Affiliations cards (upgraded) ---------- */
.affil-card { position: relative; background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--gold-dark); border-radius: 14px; padding: 24px 22px 20px; box-shadow: var(--shadow); transition: transform .25s ease, box-shadow .25s ease; }
.affil-card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(36, 28, 29, .14); }
.affil-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: var(--brand-tint); color: var(--brand); margin-bottom: 14px; }
.affil-icon .icon { width: 22px; height: 22px; }
.affil-items li { position: relative; padding: 4px 0 4px 18px; }
.affil-items li::before { content: ""; position: absolute; left: 0; top: .9em; width: 7px; height: 7px; border-radius: 50%; background: var(--gold-dark); }
@media (prefers-reduced-motion: reduce) { .affil-card, .affil-card:hover { transform: none; transition: none; } }

/* Hero headline: keep each line on a single line */
.hero-light h1 { font-size: clamp(1.35rem, 4.3vw, 2.85rem); }
.hero-light h1 .hero-line-1, .hero-light h1 .hero-line-2 { white-space: nowrap; }

/* Flu banner heading: single line */
@media (min-width: 640px) {
  .flu-banner h2 { white-space: nowrap; font-size: clamp(1rem, 2.15vw, 2rem); }
}

/* ---------- Gift shop filmstrip section (fresh look) ---------- */
.gift-strip { padding: 72px 0; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; overflow: hidden; }
.gift-strip-head { max-width: 720px; }
.gift-strip-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-dark); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; margin: 0 0 12px; }
.gift-strip-eyebrow .icon-sm { width: 16px; height: 16px; }
.gift-strip h2 { font-family: var(--font-display); font-size: clamp(1.7rem, 3.6vw, 2.5rem); }
.gift-strip h2 em { color: var(--brand); font-style: italic; }
.gift-strip-sub { color: var(--ink-soft); max-width: 58ch; margin: 0 auto; }
.gift-strip-marquee { margin: 40px 0 28px; position: relative; }
.gift-strip-marquee::before, .gift-strip-marquee::after { content: ""; position: absolute; top: 0; bottom: 0; width: 90px; z-index: 1; pointer-events: none; }
.gift-strip-marquee::before { left: 0; background: linear-gradient(90deg, #fff, transparent); }
.gift-strip-marquee::after { right: 0; background: linear-gradient(270deg, #fff, transparent); }
.gift-strip-track { display: flex; gap: 16px; width: max-content; animation: giftScroll 45s linear infinite; }
.gift-strip-track img { width: 240px; height: 180px; object-fit: cover; border-radius: 12px; box-shadow: var(--shadow); }
.gift-strip-track img:nth-child(odd) { transform: rotate(-1.2deg); }
.gift-strip-track img:nth-child(even) { transform: rotate(1.2deg); }
@keyframes giftScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.gift-strip-foot { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.gift-strip-tags { color: var(--gold-dark); font-weight: 600; font-size: .95rem; margin: 0; }
@media (prefers-reduced-motion: reduce) { .gift-strip-track { animation: none; } }

/* Gift shop page: rolling photo strips */
.clinic-schedule-banner { padding: 32px 0; background: var(--gold-tint); }
.clinic-schedule-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.clinic-schedule-inner h2 { margin: 0 0 8px; font-size: clamp(1.35rem, 3vw, 1.8rem); }
.clinic-schedule-inner p { margin: 0; color: var(--ink-soft); }
.clinic-schedule-inner .btn { flex-shrink: 0; }
#vaccination-schedule { scroll-margin-top: 160px; }
@media (max-width: 700px) {
  .clinic-schedule-inner { flex-direction: column; text-align: center; }
}

.gift-page-strips { display: grid; gap: 4px; margin: 8px 0 16px; }
.gift-page-strips .gift-strip-marquee { margin: 12px 0; overflow: hidden; }
.gift-strip-track-reverse { animation-direction: reverse; }
