/* Keep portrait coupons fully visible above the mobile quick-action bar. */
.gift-coupon-wrap{max-width:600px;margin:0 auto}
@media(max-width:600px){.gift-coupon-wrap{max-width:280px}}
/* Hayden Health Mart — original Jolley's Sandy Pharmacy design system */
*, *::before, *::after { box-sizing: border-box; }
:root {
  --brand: #007b42;
  --brand-dark: #005c32;
  --brand-tint: #e6f3eb;
  --brand-blue: #007eae;
  --brand-blue-dark: #00688f;
  --brand-blue-tint: #e5f3fa;
  --ink: #241E1E;
  --ink-soft: #55494A;
  --line: #E8DFDA;
  --paper: #FDFBF9;
  --cream: #F6F1EC;
  --ok: #1E6B3C;
  --radius: 10px;
  --shadow: 0 1px 2px rgba(36,30,30,.06), 0 8px 24px -12px rgba(36,30,30,.18);
  --font-display: 'Lora', Georgia, serif;
  --font-body: 'Inter', -apple-system, 'Segoe UI', Roboto, sans-serif;
}
html { scroll-behavior: smooth; overflow-x: clip; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
body {
  margin: 0; font-family: var(--font-body); font-size: 16px; line-height: 1.65;
  color: var(--ink); background: var(--paper); overflow-x: clip;
}
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.2; color: var(--ink); margin: 0 0 .5em; font-weight: 600; }
h1 { font-size: clamp(1.9rem, 4.5vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }
a { color: var(--brand); }
a:hover { color: var(--brand-dark); }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 2px; border-radius: 2px; }
.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;
}
.skip-link:focus { left: 0; color: #fff; }
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 20px; }

/* Top bar */
.topbar { background: var(--ink); color: #edf7f0; font-size: .85rem; }
.topbar .wrap { display: flex; flex-wrap: wrap; gap: 6px 22px; align-items: center; min-height: 38px; padding-top: 6px; padding-bottom: 6px; }
.topbar a { color: #edf7f0; text-decoration: none; }
.topbar a:hover { text-decoration: underline; color: #fff; }
.topbar .tb-item { display: inline-flex; align-items: center; gap: 7px; }
.topbar svg { flex: none; }
.open-dot { width: 9px; height: 9px; border-radius: 50%; background: #8b8b8b; display: inline-block; flex: none; }
.open-dot.is-open { background: #48c774; }
.open-dot.is-closed { background: #e0655f; }
.tb-hours { display: none; }
@media (min-width: 768px) { .tb-hours { display: inline-flex; } }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(253,251,249,.94);
  backdrop-filter: blur(8px); border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; gap: 18px; min-height: 74px; padding-top: 18px; padding-bottom: 18px; }
.logo-link { display: inline-flex; align-items: center; flex: none; text-decoration: none; }
.logo-link img { height: clamp(56px, 7vw, 84px); width: auto; }
.site-header .logo-link .hayden-header-logo { width: 260px; height: auto; object-fit: contain; }
@media (max-width: 520px) {
  .site-header .logo-link .hayden-header-logo { width: 210px; }
}
.brand-lockup { display: inline-flex; align-items: center; gap: 9px; color: var(--brand-dark); font: 700 1.08rem/1.1 var(--font-body); white-space: nowrap; }
.brand-mark { width: 40px; height: 40px; object-fit: contain; border-radius: 5px; }
.logo-link img.brand-mark { width: 40px; height: 40px; }
.brand-name { display: inline-block; }
.drawer-top .hayden-drawer-logo { width: 210px; max-width: 100%; height: auto; }
@media (max-width: 520px) {
  .brand-lockup { font-size: .88rem; gap: 6px; }
  .logo-link img.brand-mark { width: 30px; height: 30px; }
}
.primary-nav { display: none; margin-left: auto; }
.primary-nav > ul { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.primary-nav ul { list-style: none; margin: 0; padding: 0; }
.primary-nav a, .primary-nav button {
  display: inline-flex; align-items: center; gap: 6px; padding: 10px 13px; border: 0; background: none;
  font: 500 .95rem var(--font-body); color: var(--ink); text-decoration: none; border-radius: 8px; cursor: pointer;
  white-space: nowrap;
}
.primary-nav a:hover, .primary-nav button:hover { background: var(--brand-tint); color: var(--brand-dark); }
.nav-dd { position: relative; }
.dd-menu {
  position: absolute; top: calc(100% + 6px); left: 0; min-width: 270px; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 8px; margin: 0; list-style: none; display: none;
}
.dd-menu.open { display: block; }
.dd-menu a { display: flex; width: 100%; padding: 10px 12px; }
.dd-menu svg { color: var(--brand); }
.header-ctas { display: none; align-items: center; gap: 10px; }
@media (min-width: 1024px) {
  .primary-nav { display: block; }
  .header-ctas { display: flex; }
  .header-phone, .menu-btn { display: none !important; }
}
@media (min-width: 1024px) and (max-width: 1379px) {
  .site-header .wrap { gap: 12px; }
  .logo-link img { height: clamp(52px, 5.5vw, 68px); }
  .primary-nav a, .primary-nav button { padding: 10px 9px; font-size: .92rem; }
  .header-ctas { gap: 7px; }
  .header-ctas .btn { padding: 10px 13px; font-size: .88rem; }
}
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 18px; border-radius: 999px; font: 600 .93rem var(--font-body);
  text-decoration: none; border: 2px solid transparent; cursor: pointer; min-height: 44px;
  white-space: nowrap;
}
.btn-primary { background: var(--brand); color: #fff; }
.btn-primary:hover { background: var(--brand-dark); color: #fff; }
.btn-outline { border-color: var(--brand-blue); color: var(--brand-blue-dark); background: transparent; }
.btn-outline:hover { background: var(--brand-blue-tint); color: var(--brand-blue-dark); }
.btn-ghost { color: var(--ink); border-color: var(--line); background: #fff; }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); }
.btn-lg { padding: 15px 26px; font-size: 1rem; }
.header-phone { margin-left: auto; }
.menu-btn {
  display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px;
  border: 1px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; color: var(--ink);
}
@media (max-width: 520px) {
  .header-phone { display: none; }
  .menu-btn { margin-left: auto; flex: none; }
}

/* Drawer */
.drawer-backdrop {
  position: fixed; inset: 0; background: rgba(20,15,15,.5); z-index: 140; opacity: 0; pointer-events: none; transition: opacity .15s;
}
.drawer-backdrop.show { opacity: 1; pointer-events: auto; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: 100%; max-width: 400px; background: var(--paper);
  z-index: 150; transform: translateX(102%); transition: transform .2s ease-out; overflow-y: auto;
  padding: 16px 20px 32px; box-shadow: -12px 0 40px rgba(0,0,0,.18);
}
.drawer:not(.open) { visibility: hidden; transition: transform .2s ease-out, visibility 0s .2s; }
.drawer.open { transform: translateX(0); }
.drawer-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 8px; }
.drawer-top img { height: 40px; width: auto; }
.drawer-top .brand-mark { width: 40px; height: 40px; }
.drawer-top .brand-lockup { font-size: .95rem; }
.drawer-close {
  width: 46px; height: 46px; border: 1px solid var(--line); background: #fff; border-radius: 10px;
  cursor: pointer; display: inline-flex; align-items: center; justify-content: center; color: var(--ink);
}
.drawer nav ul { list-style: none; margin: 0 0 14px; padding: 0; }
.drawer nav a, .drawer .dd-toggle {
  display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 48px;
  padding: 12px 8px; font: 500 1.05rem var(--font-body); color: var(--ink); text-decoration: none;
  border: 0; border-bottom: 1px solid var(--line); background: none; cursor: pointer; text-align: left;
}
.drawer .sub { display: none; padding-left: 12px; }
.drawer .sub.open { display: block; }
.drawer .sub a { font-size: .98rem; min-height: 44px; }
.drawer-ctas { display: grid; gap: 10px; margin: 18px 0; }
.drawer-ctas .btn { width: 100%; }
.drawer-hours { font-size: .92rem; color: var(--ink-soft); border-top: 1px solid var(--line); padding-top: 14px; }

/* Hero */
.hero { position: relative; color: #fff; background: var(--ink); }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.hero-inner { position: relative; padding: clamp(56px, 9vw, 120px) 0; max-width: 640px; }
.hero h1 { color: #fff; }
.hero .kicker { font: 600 .85rem var(--font-body); letter-spacing: .12em; text-transform: uppercase; color: #c8ebd6; margin-bottom: 12px; }
.hero p.lede { font-size: 1.12rem; color: #e1f4e8; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero .btn-outline { border-color: #fff; color: #fff; }
.hero .btn-outline:hover { background: rgba(255,255,255,.14); color: #fff; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: 26px; font-size: .95rem; color: #e1f4e8; }
.hero-meta a { color: #fff; }

/* Sections */
.section { padding: clamp(44px, 7vw, 84px) 0; }
.section-alt { background: var(--cream); }
section[id] { scroll-margin-top: 7rem; }
.section-head { max-width: 640px; margin-bottom: 34px; }
.section-head .kicker { color: var(--brand-blue-dark); font-weight: 700; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.grid { display: grid; gap: 22px; }
@media (min-width: 640px) { .grid-2 { grid-template-columns: 1fr 1fr; } .grid-3 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } .grid-4 { grid-template-columns: repeat(4, 1fr); } }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; box-shadow: 0 1px 2px rgba(36,30,30,.04);
}
a.card { text-decoration: none; color: inherit; display: block; transition: border-color .15s, box-shadow .15s; }
a.card:hover { border-color: var(--brand); box-shadow: var(--shadow); color: inherit; }
.grid > .card:nth-child(even) .icon { background: var(--brand-blue-tint); color: var(--brand-blue-dark); }
.grid > a.card:nth-child(even):hover { border-color: var(--brand-blue); }
.grid > .card:nth-child(even) .more { color: var(--brand-blue-dark); }
.card .icon {
  width: 46px; height: 46px; border-radius: 12px; background: var(--brand-tint); color: var(--brand);
  display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px;
}
.card h3 { margin-bottom: 6px; }
.card p { color: var(--ink-soft); margin: 0; font-size: .95rem; }
.card .more { display: inline-block; margin-top: 12px; font-weight: 600; font-size: .9rem; color: var(--brand); }

.compounding-gallery { display: grid; gap: 14px; }
.compounding-gallery picture { display: block; min-width: 0; overflow: hidden; border-radius: var(--radius); }
.compounding-gallery-img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
@media (min-width: 700px) {
  .compounding-gallery { grid-template-columns: repeat(12, 1fr); }
  .compounding-gallery picture:nth-child(1) { grid-column: span 7; }
  .compounding-gallery picture:nth-child(2) { grid-column: span 5; }
  .compounding-gallery picture:nth-child(3),
  .compounding-gallery picture:nth-child(4) { grid-column: span 6; }
}

/* Hours table */
.hours-table { border-collapse: collapse; width: 100%; max-width: 460px; }
.hours-table caption { text-align: left; font: 600 1.05rem var(--font-display); margin-bottom: 10px; }
.hours-table th, .hours-table td { text-align: left; padding: 10px 8px; border-bottom: 1px solid var(--line); font-size: .97rem; }
.hours-table th { font-weight: 600; }
.hours-table .closed { color: var(--ink-soft); }

/* Trust */
.trust { display: grid; gap: 18px; }
@media (min-width: 768px) { .trust { grid-template-columns: repeat(3, 1fr); } }
.trust .t { display: flex; gap: 14px; align-items: flex-start; }
.trust .t svg { color: var(--brand); flex: none; margin-top: 3px; }
.trust h3 { font-family: var(--font-body); font-size: 1.02rem; margin-bottom: 3px; }
.trust p { color: var(--ink-soft); font-size: .93rem; margin: 0; }

/* Split */
.split { display: grid; gap: 34px; align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; height: auto; }
.service-lead { font-weight: 600; color: var(--brand-dark); }
.service-options { margin-top: 20px; }
.service-options h3 { margin-bottom: 8px; }
.service-options ul { margin: 0; padding-left: 20px; line-height: 2; }

/* Services reference layout, scoped to preserve the rest of Hayden's template. */
.pharmacy-services-page .page-hero-brand { background: var(--brand); animation: none; }
.pharmacy-services-page .page-hero-brand p,
.pharmacy-services-page .page-hero-brand .breadcrumbs { color: #fff; }
.service-stories { display: grid; gap: clamp(64px, 9vw, 120px); }
.service-story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(36px, 6vw, 80px); align-items: center; scroll-margin-top: 140px; }
.service-story-photo { position: relative; isolation: isolate; margin: 12px; }
.service-story-photo::before { content: ''; position: absolute; inset: -12px 14px 14px -12px; background: var(--brand-blue-tint); border-radius: 30px; z-index: -1; }
.service-story-photo img { display: block; width: 100%; aspect-ratio: 6 / 5; object-fit: cover; border-radius: 24px; box-shadow: 0 18px 36px -20px rgba(0,104,143,.3); }
.service-story:nth-child(even) .service-story-photo { grid-column: 2; grid-row: 1; }
.service-story:nth-child(even) .service-story-copy { grid-column: 1; grid-row: 1; }
.service-story:nth-child(even) .service-story-photo::before { inset: 14px -12px -12px 14px; background: var(--brand-tint); }
.service-symbol { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 14px; background: #fff; color: var(--brand-blue-dark); margin-bottom: 16px; }
.service-symbol svg { width: 28px; height: 28px; }
.service-story-copy .service-symbol, .vaccine-options .service-symbol { background: var(--brand-blue-tint); }
.service-story-copy h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 18px; }
.service-story-copy p { color: var(--ink-soft); line-height: 1.8; }
.service-story-copy p:last-child { margin-bottom: 0; }
.service-story-copy .service-story-tagline { color: var(--brand-dark); font-weight: 600; }
.service-directory { background: #fff; border-block: 1px solid var(--line); scroll-margin-top: 140px; }
.additional-services { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: clamp(36px, 6vw, 80px); align-items: start; }
.additional-services-intro h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1.18; margin-bottom: 20px; }
.additional-services-intro > p:not(.kicker) { color: var(--ink-soft); max-width: 28ch; margin-bottom: 24px; }
.additional-services-group { padding: 24px 0; border-bottom: 1px solid #dce7ec; }
.additional-services-group:first-child { padding-top: 0; }
.additional-services-group:last-child { padding-bottom: 0; border-bottom: 0; }
.additional-services-group h3 { font-family: var(--font-body); font-size: .8rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--brand-blue-dark); margin: 0 0 18px; }
.additional-services-group ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 28px; list-style: none; margin: 0; padding: 0; }
.additional-services-group li { position: relative; padding-left: 17px; font-size: .98rem; font-weight: 500; line-height: 1.5; }
.additional-services-group li::before { content: ''; position: absolute; left: 0; top: .55em; width: 5px; height: 5px; border-radius: 50%; background: var(--brand); }
.additional-services-group li span { display: block; margin-top: 5px; font-size: .85rem; font-weight: 400; color: var(--ink-soft); }

/* One credentials panel, rather than repeated promotional cards or faux seals. */
.affiliations-section { scroll-margin-top: 130px; }
.affiliations-section .section-head { margin-bottom: 30px; }
.affiliations-section h2 { font-size: clamp(1.75rem, 3vw, 2.4rem); }
.credentials-panel { background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.credentials-featured { display: flex; align-items: center; list-style: none; margin: 0; padding: 32px 36px; border-bottom: 1px solid var(--line); gap: 36px; }
.credentials-featured li { font: 600 clamp(2rem, 4vw, 2.75rem)/1.15 var(--font-body); letter-spacing: -.04em; color: var(--brand-blue-dark); }
.credentials-featured li + li { padding-left: 36px; border-left: 1px solid var(--line); color: var(--brand); }
.credentials-details { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; margin: 0; padding: 32px 36px 36px; }
.credentials-details dt { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--brand-blue-dark); margin-bottom: 14px; }
.credentials-details dd { margin: 0; font-size: .95rem; line-height: 1.65; color: var(--ink); }
.credentials-details dd + dd { margin-top: 8px; }
@media (max-width: 900px) { .credentials-details { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 36px; } }
@media (max-width: 520px) {
  .affiliations-section h2 .fun-accent { white-space: normal; }
  .credentials-featured { padding: 24px; gap: 28px; }
  .credentials-featured li + li { padding-left: 28px; }
  .credentials-details { grid-template-columns: 1fr; padding: 24px; gap: 0; }
  .credentials-details > div + div { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
  .credentials-details dt { margin-bottom: 8px; }
}
.vaccine-options { display: grid; grid-template-columns: 1fr 1.6fr; gap: 56px; align-items: start; }
.vaccine-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; list-style: none; padding: 0; margin: 0; }
.vaccine-list li { padding: 14px 0; border-bottom: 1px solid #dce7ec; }
@media (max-width: 900px) {
  .additional-services { grid-template-columns: 1fr; gap: 36px; }
  .additional-services-intro > p:not(.kicker) { max-width: none; }
  .vaccine-options { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 767px) {
  .service-story { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .service-story:nth-child(even) .service-story-photo,
  .service-story:nth-child(even) .service-story-copy { grid-column: auto; grid-row: auto; }
  .service-story-photo img { aspect-ratio: 3 / 2; }
}
@media (max-width: 480px) {
  .additional-services-group ul { grid-template-columns: 1fr; gap: 12px; }
  .vaccine-list { grid-template-columns: 1fr; }
}

/* FAQ */
.faq-list { max-width: 780px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; margin-bottom: 12px; }
.faq-item summary {
  cursor: pointer; padding: 16px 20px; font: 600 1rem var(--font-body); list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 44px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.4rem; color: var(--brand); line-height: 1; }
.faq-item[open] summary::after { content: '–'; }
.faq-item .faq-a { padding: 0 20px 18px; color: var(--ink-soft); }
.faq-item .faq-a p:last-child { margin-bottom: 0; }

/* Page hero band */
.page-hero { position: relative; background: var(--ink); color: #fff; overflow: hidden; }
.page-hero img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .42; }
.page-hero .wrap { position: relative; padding-top: clamp(48px, 7vw, 84px); padding-bottom: clamp(48px, 7vw, 84px); }
.page-hero h1 { color: #fff; max-width: 720px; }
.page-hero p { color: #e4f3ea; max-width: 640px; font-size: 1.08rem; margin: 0; }
.breadcrumbs { font-size: .85rem; margin-bottom: 14px; color: #cdebd8; }
.breadcrumbs a { color: #fff; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; }
.breadcrumbs li + li::before { content: '/'; margin-right: 6px; opacity: .6; }

/* Plain page hero (no photo) — light gradient, dark text */
.page-hero-plain { background: linear-gradient(180deg, #F6F1EE 0%, #FDFBF9 100%); color: var(--ink); }
.page-hero-plain h1 { color: var(--ink); }
.page-hero-plain p { color: var(--ink-soft); }
.page-hero-plain .breadcrumbs { color: var(--ink-soft); }
.page-hero-plain .breadcrumbs a { color: var(--ink); }

/* Brand gradient page hero */
.page-hero-brand {
  position: relative; overflow: hidden; color: #fff;
  background: linear-gradient(120deg, var(--brand-dark), var(--brand) 35%, var(--brand-blue-dark) 70%, var(--brand-blue));
  background-size: 300% 300%; animation: hero-drift 14s ease-in-out infinite;
}
.page-hero-brand::before, .page-hero-brand::after {
  content: ''; position: absolute; border-radius: 50%; background: rgba(255,255,255,.08); pointer-events: none;
}
.page-hero-brand::before { width: 360px; height: 360px; top: -160px; right: 8%; animation: hero-float 9s ease-in-out infinite; }
.page-hero-brand::after { width: 260px; height: 260px; bottom: -130px; left: 4%; animation: hero-float 11s ease-in-out infinite reverse; }
.page-hero-brand .wrap { position: relative; z-index: 1; }
@keyframes hero-drift { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
@keyframes hero-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(26px); } }
@media (prefers-reduced-motion: reduce) {
  .page-hero-brand, .page-hero-brand::before, .page-hero-brand::after { animation: none; }
}
.page-hero-brand h1 { color: #fff; }
.page-hero-brand p { color: #dcefe3; }
.page-hero-brand .breadcrumbs { color: #cdebd8; }
.page-hero-brand .breadcrumbs a { color: #fff; }

/* Reviews carousel */
.reviews-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.reviews-title { white-space: nowrap; font-size: clamp(1.5rem, 3.4vw, 2.2rem); }
@media (max-width: 560px) { .reviews-title { white-space: normal; } }
.reviews-nav { display: flex; gap: 8px; flex: none; }
.reviews-btn {
  display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px;
  border-radius: 50%; border: 2px solid var(--brand); background: #fff; color: var(--brand); cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.reviews-btn:hover { background: var(--brand); color: #fff; }
.reviews-btn:focus-visible { outline: 3px solid var(--brand-tint); outline-offset: 2px; }
.reviews-track-wrap { overflow: hidden; }
.reviews-track {
  display: flex; gap: 20px; list-style: none; margin: 0 auto; padding: 6px 20px 18px;
  overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 36px, #000 calc(100% - 36px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 36px, #000 calc(100% - 36px), transparent 100%);
}
.reviews-track::-webkit-scrollbar { display: none; }
.review-card {
  flex: 0 0 min(360px, 82vw); scroll-snap-align: start; background: #fff; border: 1px solid var(--line);
  border-radius: 16px; padding: 24px; box-shadow: 0 6px 18px rgba(36,30,30,.07); display: flex; flex-direction: column; gap: 12px;
}
.review-stars { display: inline-flex; gap: 2px; color: #D9A514; }
.review-stars svg { fill: currentColor; }
.review-card blockquote { margin: 0; }
.review-card blockquote p {
  margin: 0; font-size: .93rem; color: var(--ink-soft);
  display: -webkit-box; -webkit-line-clamp: 10; -webkit-box-orient: vertical; overflow: hidden;
}
.review-card footer { margin-top: auto; font: 600 .82rem var(--font-body); color: var(--ink); letter-spacing: .04em; text-transform: uppercase; }

.footer-social { display: flex; gap: 10px; margin-top: 14px; }
.footer-tagline { display: block; margin-top: 4px; white-space: nowrap; }
.footer-social a {
  display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px;
  border-radius: 50%; border: 1px solid rgba(255,255,255,.28); color: inherit;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.footer-social a:hover { background: #fff; color: var(--brand); border-color: #fff; }
.footer-social svg { fill: currentColor; stroke: none; }

.gift-zoom { display: block; width: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; border-radius: 4px; }
.gift-zoom:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; }
.lightbox { border: 0; padding: 0; background: transparent; max-width: min(92vw, 1100px); max-height: 92vh; }
.lightbox::backdrop { background: rgba(20,14,14,.82); }
.lightbox img { display: block; max-width: min(92vw, 1100px); max-height: 88vh; width: auto; height: auto; border-radius: 12px; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.lightbox-close {
  position: absolute; top: -0px; right: 0; transform: translate(0, calc(-100% - 8px));
  width: 42px; height: 42px; border-radius: 50%; border: 0; background: #fff; color: var(--ink);
  font-size: 1.6rem; line-height: 1; cursor: pointer;
}

/* Fun homepage headers — pill kickers + squiggle accents */
.fun-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--brand-tint); color: var(--brand);
  padding: 7px 16px; border-radius: 999px;
  font: 700 .78rem var(--font-body); letter-spacing: .16em; text-transform: uppercase;
}
.fun-accent { color: var(--brand-blue); font-style: italic; white-space: nowrap; }
.pp-accent { color: var(--brand-blue); font-style: italic; white-space: nowrap; }

.reviews-cta { text-align: center; margin-top: 26px; }
.reviews-cta p { font: 600 1.05rem var(--font-serif); color: var(--ink); margin: 0 0 14px; }

/* Hero v2 (Benjamin's-style) */
.hero2 { position: relative; overflow: hidden; padding: 56px 0 64px; background: linear-gradient(160deg, #FBF5F1 0%, #e6f3eb 55%, #F4E8E4 100%); }
.hero2::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .1;
  background: radial-gradient(600px 340px at 85% 15%, var(--brand) 0%, transparent 70%);
}
.hero2 .wrap { position: relative; z-index: 1; }
.hero2-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero2-bg .hero2-slide { filter: blur(1px); transition: opacity 1.6s ease; }
.hero2-bg .hero2-slide.active { opacity: .08; }
.hero-background-toggle { display: block; margin: 24px 0 -28px auto; padding: 8px 0; border: 0; background: transparent; color: var(--ink-soft); font: 500 .75rem var(--font-body); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.hero-background-toggle[hidden] { display: none; }
.hero2-grid { display: grid; gap: 44px; align-items: center; }
@media (min-width: 980px) { .hero2-grid { grid-template-columns: 1.05fr 1fr; gap: 60px; } }
.hero2-pin {
  display: inline-flex; align-items: center; gap: 7px; background: #fff; color: var(--ink-soft);
  font: 600 .8rem var(--font-body); letter-spacing: .1em; text-transform: uppercase;
  padding: 9px 16px; border-radius: 999px; box-shadow: 0 3px 10px rgba(36,30,30,.08); margin-bottom: 20px;
}
.hero2-pin svg { color: var(--brand-blue); }
.hero2-text h1 { font-size: clamp(2.5rem, 5.4vw, 4.1rem); line-height: 1.06; margin: 0 0 18px; color: var(--ink); }
.hero2-text h1 .fun-accent { color: inherit; }
.hero2-hl { position: relative; white-space: nowrap; display: inline-block; }
@media (max-width: 520px) {
  .hero2-hl { white-space: normal; }
}
@keyframes hero-shake {
  0%, 100% { transform: rotate(0deg) translateX(0); }
  12% { transform: rotate(-4deg) translateX(-3px); }
  26% { transform: rotate(3.5deg) translateX(3px); }
  40% { transform: rotate(-3deg) translateX(-2px); }
  54% { transform: rotate(2.2deg) translateX(2px); }
  68% { transform: rotate(-1.4deg) translateX(-1px); }
  82% { transform: rotate(.7deg) translateX(0); }
}
@media (prefers-reduced-motion: reduce) { .hero2-hl { animation: none; } }
.hero2-hl::after { content: ''; position: absolute; left: 0; right: 0; bottom: .06em; height: .34em; background: rgba(243,206,107,.45); z-index: -1; }
.hero2-text .lede { max-width: 540px; color: var(--ink-soft); }
.hero2-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.btn-dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn-dark:hover { background: #3A3131; border-color: #3A3131; color: #fff; }
.hero2-checks { display: flex; flex-wrap: nowrap; gap: 8px 18px; list-style: none; margin: 22px 0 0; padding: 0; }
@media (max-width: 640px) { .hero2-checks { flex-wrap: wrap; } }
.hero2-checks li { display: inline-flex; align-items: center; gap: 8px; font: 500 .93rem var(--font-body); color: var(--ink-soft); white-space: nowrap; }
.hero2-checks svg { color: var(--brand); flex: none; }
.hero2-media { position: relative; }
.hero2-badge {
  position: absolute; top: -18px; right: 6%; z-index: 3; display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border-radius: 999px; padding: 11px 18px; font: 600 .95rem var(--font-serif);
  box-shadow: 0 10px 24px rgba(36,30,30,.14);
}
.hero2-badge svg { color: #D9A514; }
.hero2-card {
  position: relative; border-radius: 22px; overflow: hidden; aspect-ratio: 5/4;
  box-shadow: 0 24px 50px rgba(36,30,30,.22);
}
.hero2-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1s ease; }
.hero2-slide.active { opacity: 1; }
.hero2-carousel-controls {
  position: absolute; z-index: 4; right: 16px; bottom: 16px; display: flex; align-items: center; gap: 8px;
  padding: 6px; border-radius: 999px; background: rgba(36,30,30,.82); color: #FDFBF9;
  box-shadow: 0 8px 24px rgba(36,30,30,.22);
}
.hero2-carousel-btn {
  display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px;
  padding: 0; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent;
  color: #FDFBF9; cursor: pointer;
}
.hero2-carousel-btn:hover { background: rgba(255,255,255,.16); }
.hero2-carousel-btn:focus-visible { outline-color: #F5D678; }
.hero2-carousel-count { min-width: 42px; text-align: center; font: 600 .78rem var(--font-body); }
.hero2-float {
  position: absolute; left: -14px; bottom: 26px; z-index: 3; display: flex; align-items: center; gap: 12px;
  background: #fff; border-radius: 16px; padding: 14px 18px; box-shadow: 0 12px 30px rgba(36,30,30,.16);
  font: 500 .85rem var(--font-body); color: var(--ink-soft);
}
.hero2-float strong { font-family: var(--font-serif); font-size: 1rem; color: var(--ink); }
.hero2-float-icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; background: var(--brand-blue-tint); color: var(--brand-blue-dark); flex: none; }
.hero2-stats {
  display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 52px;
  background: var(--brand);
  border-radius: 18px; box-shadow: 0 14px 32px rgba(0,123,66,.24); overflow: hidden;
}
@media (min-width: 880px) { .hero2-stats { grid-template-columns: repeat(4, 1fr); } }
.hero2-stats > div {
  position: relative; display: grid; grid-template-columns: 44px 1fr; grid-template-rows: auto auto;
  column-gap: 14px; align-items: center; padding: 26px 24px; text-align: left;
}
.hero2-stats > div:nth-child(odd)::after {
  content: ''; position: absolute; top: 20%; right: 0; width: 1px; height: 60%;
  background: rgba(255,255,255,.2);
}
.hero2-stats > div:nth-child(-n+2)::before {
  content: ''; position: absolute; left: 10%; bottom: 0; width: 80%; height: 1px;
  background: rgba(255,255,255,.16);
}
@media (min-width: 880px) {
  .hero2-stats > div:not(:last-child)::after {
    content: ''; position: absolute; top: 20%; right: 0; width: 1px; height: 60%;
    background: rgba(255,255,255,.2);
  }
  .hero2-stats > div::before { display: none; }
}
.hero2-stat-icon {
  grid-row: 1 / 3; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px;
  border-radius: 50%; background: rgba(255,255,255,.12); color: #F5D678;
}
.hero2-stats strong { display: block; font: 700 1.8rem/1 var(--font-serif); color: #fff; margin-bottom: 5px; }
.hero2-stats span:not(.hero2-stat-icon) { font: 500 .82rem/1.35 var(--font-body); color: #fff; }
@media (prefers-reduced-motion: reduce) { .hero2-slide { transition: none; } }
@media (prefers-reduced-motion: reduce) { .hero2-bg .hero2-slide { transition: none; } }

/* Patient portal promo */
.portal-promo {
  position: relative; overflow: hidden; border-radius: 16px;
  background: linear-gradient(115deg, var(--brand-dark) 0%, var(--brand) 55%, #15945b 100%);
  box-shadow: 0 18px 44px rgba(0,92,50,.28);
  display: grid; gap: 24px; padding: 44px 28px 0;
}
@media (min-width: 880px) { .portal-promo { grid-template-columns: 55% 1fr; gap: 32px; padding: 56px 56px 0; align-items: center; } }
.pp-circle { position: absolute; border-radius: 50%; background: rgba(255,255,255,.07); pointer-events: none; }
.pp-c1 { width: 340px; height: 340px; top: -140px; left: -110px; }
.pp-c2 { width: 420px; height: 420px; bottom: -190px; right: -140px; }
.pp-text { position: relative; z-index: 1; padding-bottom: 44px; }
@media (min-width: 880px) { .pp-text { padding-bottom: 56px; } }
.pp-eyebrow { font: 700 .82rem var(--font-body); letter-spacing: .12em; text-transform: uppercase; color: #c5ecd2; margin: 0 0 10px; }
.portal-promo h2 { color: #fff; margin: 0 0 14px; }
.pp-text > p { color: #e0f4e7; max-width: 480px; }
.pp-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.pp-btn-solid { background: #fff; color: var(--brand-dark); border-color: #fff; }
.pp-btn-solid:hover { background: #edf8f0; border-color: #edf8f0; color: var(--brand-dark); }
.pp-btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.85); }
.pp-btn-outline:hover { background: rgba(255,255,255,.14); }
.pp-btn-solid:focus-visible, .pp-btn-outline:focus-visible { outline: 3px solid #c5ecd2; outline-offset: 3px; }
.pp-phones { position: relative; z-index: 1; height: 300px; align-self: end; }
@media (min-width: 880px) { .pp-phones { height: 360px; } }
.pp-phone { position: absolute; bottom: -60px; width: 52%; height: auto; filter: drop-shadow(0 24px 30px rgba(0,0,0,.4)); }
.pp-phone-back { left: 4%; transform: rotate(-8deg); }
.pp-phone-front { left: 38%; transform: rotate(6deg); z-index: 2; }

/* Homepage gift shop promo */
.gift-promo { position: relative; background: linear-gradient(135deg, #005c32 0%, #007b42 55%, #00713d 100%); overflow: hidden; }
.gift-promo .wrap { position: relative; z-index: 1; }
.gift-promo .fun-kicker { background: rgba(255,255,255,.14); color: #F5D678; }
.gift-promo-text > p { color: #e2f3e8; }
.gift-promo-inner { display: grid; gap: 40px; align-items: center; }
@media (min-width: 960px) { .gift-promo-inner { grid-template-columns: 1.1fr 1fr; gap: 60px; } }
.gift-promo-text h2 { margin-bottom: 12px; color: #fff; }
.gift-promo-text h2 .gift-accent { color: var(--brand-blue); }
.gift-promo-text > p { max-width: 520px; color: #e2f3e8; }
.gift-promo-cta { background: #fff; color: var(--brand-dark); box-shadow: 0 6px 16px rgba(36,30,30,.25); }
.gift-promo-cta:hover { background: #F5D678; color: var(--brand-dark); }
.gift-promo-photos { position: relative; height: 460px; margin-bottom: 16px; }
.polaroid { position: absolute; width: 55%; height: auto; background: #fff; padding: 10px 10px 26px; border-radius: 6px; box-shadow: 0 12px 28px rgba(36,30,30,.18); object-fit: cover; aspect-ratio: 4/5; transition: transform .3s ease; }
.polaroid.p1 { left: 0; top: 6%; transform: rotate(-6deg); z-index: 1; }
.polaroid.p2 { left: 30%; top: 0; transform: rotate(3deg); z-index: 2; }
.polaroid.p3 { left: 14%; top: 34%; transform: rotate(-2deg); z-index: 3; }
.polaroid:hover { transform: rotate(0deg) scale(1.04); z-index: 5; }
@media (max-width: 959px) { .gift-promo-photos { height: 320px; } }
@media (prefers-reduced-motion: reduce) { .polaroid, .gift-promo-chips span { transition: none; } }

/* Gift shop page — whimsical */
.gift-hero {
  position: relative; overflow: hidden; color: var(--ink);
  background: linear-gradient(120deg, #FBF3EF, #e6f3eb 45%, #d8efe0 75%, #FBF3EF);
  background-size: 300% 300%; animation: hero-drift 16s ease-in-out infinite;
}
.gift-hero h1 { color: var(--ink); }
.gift-hero p { color: var(--ink-soft); }
.gift-hero .breadcrumbs, .gift-hero .breadcrumbs a { color: var(--ink-soft); }
.gift-hero .wrap { position: relative; z-index: 1; }
.gh-wiggle { color: var(--brand); display: inline-block; animation: gh-wiggle 5s ease-in-out infinite; transform-origin: 50% 90%; }
@keyframes gh-wiggle { 0%, 88%, 100% { transform: rotate(0deg); } 91% { transform: rotate(-3deg); } 94% { transform: rotate(3deg); } 97% { transform: rotate(-1.5deg); } }
.gift-hero-center { text-align: center; }
.gift-hero-center .breadcrumbs ol { justify-content: center; }
.gift-hero-dark .gh-title { color: #fff; }
.gift-hero-dark .gh-t2 { color: #F5D678; }
.gift-hero-dark .gh-t2::after { display: none; }
.gift-hero-dark .gh-sub { color: #e2f3e8; }
.gh-badge {
  display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--brand);
  font: 700 .8rem var(--font-body); letter-spacing: .14em; text-transform: uppercase;
  padding: 9px 18px; border-radius: 999px; box-shadow: 0 4px 12px rgba(0,92,50,.12); margin-bottom: 22px;
}
.gh-title { font-size: clamp(2.6rem, 6.5vw, 4.6rem); line-height: 1.05; margin: 0 0 18px; }
.gh-t1 { display: inline-block; transform: rotate(-1.5deg); }
.gh-t2 { position: relative; color: var(--brand); }
.gh-t2::after { content: ''; position: absolute; left: .1em; right: .1em; bottom: .04em; height: .3em; background: #F3CE6B; z-index: -1; border-radius: 3px; }
.page-hero .gh-title { max-width: none; margin-left: auto; margin-right: auto; }
.gift-hero .gh-sub, .page-hero .gh-sub { max-width: 640px; margin: 0 auto; font-size: 1.08rem; }
@media (prefers-reduced-motion: reduce) { .gh-t1 { transform: none; } }
.gh-blob { position: absolute; border-radius: 50%; pointer-events: none; opacity: .5; }
.gh-b1 { width: 300px; height: 300px; background: #b9e5c8; top: -120px; right: 6%; animation: hero-float 9s ease-in-out infinite; }
.gh-b2 { width: 190px; height: 190px; background: #99d9b2; bottom: -80px; left: 10%; animation: hero-float 12s ease-in-out infinite reverse; }
.gh-b3 { width: 120px; height: 120px; background: #F5DFD3; top: 30%; right: 30%; animation: hero-float 10s ease-in-out infinite; }
.gift-intro-head { max-width: 720px; }
.gift-intro-head h2 { margin-bottom: 12px; }
.gift-intro-center { max-width: 780px; margin: 0 auto; text-align: center; }
.gift-kicker {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  font: 700 .82rem var(--font-body); letter-spacing: .18em; text-transform: uppercase; color: var(--brand); margin: 0 0 18px;
}
.gk-line { display: inline-block; width: 44px; height: 2px; background: var(--brand-tint); border-radius: 2px; }
.gift-h2 { display: grid; gap: 6px; margin: 0 0 16px; }
.gift-h2-main { font-size: clamp(1.9rem, 4.6vw, 3rem); line-height: 1.1; white-space: nowrap; }
.gift-h2-main .gift-accent::after { display: none; }
.gift-h2-sub { font: italic 500 clamp(1.05rem, 2.4vw, 1.4rem) var(--font-serif); color: var(--brand); }
.gift-intro-p { max-width: 620px; margin: 0 auto; color: var(--ink-soft); }
@media (max-width: 420px) { .gift-h2-main { white-space: normal; } }
.marquee-double { padding: 10px 0 30px; display: grid; gap: 14px; }
.marquee-reverse { animation-direction: reverse; }
.gift-wall-section { background: linear-gradient(180deg, #FBF5F1 0%, #e6f3eb 100%); }
.wrap-wide { max-width: 1360px; }
.gift-wall { columns: 2 160px; column-gap: 18px; }
@media (min-width: 720px) { .gift-wall { columns: 4 200px; } }
@media (min-width: 1200px) { .gift-wall { columns: 5 210px; } }
.gift-frame {
  margin: 0 0 18px; break-inside: avoid; background: #fff; padding: 8px 8px 18px; border-radius: 8px;
  box-shadow: 0 8px 20px rgba(36,30,30,.12); transition: transform .3s ease, box-shadow .3s ease;
}
.gift-frame img { width: 100%; height: auto; border-radius: 4px; display: block; }
.gift-frame { transition: rotate .3s ease, scale .3s ease, box-shadow .3s ease; }
.gift-frame.f0 { rotate: -1.6deg; }
.gift-frame.f1 { rotate: 1.4deg; }
.gift-frame.f2 { rotate: -0.8deg; }
.gift-frame.f3 { rotate: 2deg; }
.gift-frame.f4 { rotate: -2.2deg; }
.gift-frame:hover { rotate: 0deg; scale: 1.045; box-shadow: 0 16px 34px rgba(36,30,30,.2); z-index: 2; position: relative; }
.gift-frame.reveal { opacity: 0; translate: 0 14px; transition: opacity .5s ease var(--d, 0ms), translate .5s ease var(--d, 0ms), rotate .3s ease, scale .3s ease, box-shadow .3s ease; }
.gift-frame.reveal.in { opacity: 1; translate: 0 0; }
.gift-visit-card {
  text-align: center; background: linear-gradient(135deg, #FBF3EF 0%, #d8efe0 100%);
  border-radius: 20px; padding: 48px 24px; box-shadow: 0 10px 30px rgba(36,30,30,.08);
}
.gift-visit-card h2 { margin-bottom: 10px; }
.gift-visit-card p { max-width: 560px; margin: 0 auto 8px; color: var(--ink-soft); }
.gift-visit { background: #e6f3eb; }
.gift-visit-dark {
  background: linear-gradient(115deg, var(--brand-dark) 0%, var(--brand) 60%, #15945b 100%);
  box-shadow: 0 24px 54px rgba(0,92,50,.32); padding: 56px 24px;
}
.gift-visit-dark h2 { color: #fff; font-size: clamp(1.7rem, 3.6vw, 2.4rem); }
.gv-accent { color: #F5D678; }
.gift-visit-dark p { color: #e2f3e8; }
.gv-icon {
  display: inline-flex; align-items: center; justify-content: center; width: 60px; height: 60px;
  border-radius: 50%; background: rgba(255,255,255,.14); color: #F5D678; margin-bottom: 16px;
}
.gv-btn-solid { background: #fff; color: var(--brand); border: 2px solid #fff; }
.gv-btn-solid:hover { background: #edf8f0; color: var(--brand-dark); }
.gv-btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.65); }
.gv-btn-outline:hover { background: rgba(255,255,255,.12); color: #fff; }
@media (prefers-reduced-motion: reduce) {
  .gift-hero, .gh-blob, .gh-wiggle { animation: none; }
  .gift-frame, .gift-frame.reveal { transition: none; opacity: 1; translate: 0 0; }
}

/* Gift shop page */
.gift-accent { color: var(--brand-blue); font-style: italic; white-space: nowrap; }
.gift-cats { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); margin-top: 26px; }
@media (min-width: 700px) { .gift-cats { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .gift-cats { grid-template-columns: repeat(6, 1fr); } }
.gift-cat { background: var(--bg, var(--cream)); color: var(--fg, var(--ink)); border-radius: 18px; padding: 22px 16px; text-align: center; transition: transform .25s ease, box-shadow .25s ease; }
.gift-sticker { border: 3px solid #fff; box-shadow: 0 8px 20px rgba(36,30,30,.1); position: relative; }
.gift-sticker.s0 { rotate: -2deg; }
.gift-sticker.s1 { rotate: 1.5deg; }
.gift-sticker.s2 { rotate: -1deg; }
.gift-cat:hover { transform: translateY(-8px) rotate(2deg) scale(1.04); box-shadow: 0 16px 32px rgba(36,30,30,.16); }
.gift-cat:nth-child(even):hover { transform: translateY(-8px) rotate(-2deg) scale(1.04); }
.gift-cat-icon { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 50%; background: #fff; color: inherit; margin-bottom: 10px; box-shadow: 0 3px 8px rgba(36,30,30,.1); }
.gift-cat h3 { font: 700 .95rem var(--font-body); margin: 0; color: inherit; }
.marquee { overflow: hidden; padding: 10px 0 26px; }
.marquee-track { display: flex; gap: 14px; width: max-content; animation: marquee 60s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track img { height: 150px; width: auto; border-radius: 12px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.gallery img { transition: transform .3s ease, box-shadow .3s ease; }
.gallery img:hover { transform: scale(1.03); box-shadow: 0 10px 24px rgba(36,30,30,.18); }
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .5s ease var(--d, 0ms), transform .5s ease var(--d, 0ms); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .gift-cat, .gallery img { transition: none; }
}

/* Remodel banner */
.remodel-banner { position: relative; overflow: hidden; display: flex; gap: 18px; align-items: flex-start; background: linear-gradient(135deg, var(--brand-dark), var(--brand) 60%, #15945b); color: #fff; border-radius: 20px; padding: 24px 26px; margin-top: 22px; box-shadow: var(--shadow); }
.remodel-banner::after { content: ''; position: absolute; right: -40px; top: -40px; width: 160px; height: 160px; border-radius: 50%; background: rgba(255,255,255,.08); pointer-events: none; }
.remodel-emoji { font-size: 2rem; line-height: 1; flex: none; margin-top: 4px; }
.remodel-badge { display: inline-block; background: #fff; color: var(--brand); font: 700 .75rem var(--font-body); letter-spacing: .08em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; margin-bottom: 10px; }
.remodel-title { font: 700 1.25rem var(--font-display, Georgia, serif); margin: 0 0 6px; color: #fff; }
.remodel-banner p { color: #e6f5eb; margin: 0; }

/* Staff spotlight rows */
.staff-rows { display: grid; gap: clamp(36px, 6vw, 72px); }
.staff-row { display: grid; gap: 28px; align-items: center; }
@media (min-width: 880px) {
  .staff-row { grid-template-columns: 5fr 7fr; gap: 56px; }
  .staff-row.flip { grid-template-columns: 7fr 5fr; }
  .staff-row.flip .staff-row-photo { grid-column: 2; grid-row: 1; }
  .staff-row.flip .staff-row-body { grid-column: 1; grid-row: 1; }
}
.staff-row-photo { position: relative; }
.staff-row-photo img { width: 100%; height: auto; aspect-ratio: 1/1.05; object-fit: cover; display: block; border-radius: 28px 28px 120px 28px; box-shadow: var(--shadow); }
.staff-row.flip .staff-row-photo img { border-radius: 28px 28px 28px 120px; }
.staff-row-photo::before { content: ''; position: absolute; inset: 16px -16px -16px 16px; border-radius: 28px 28px 120px 28px; background: var(--brand-tint); z-index: -1; }
.staff-row.flip .staff-row-photo::before { inset: 16px 16px -16px -16px; border-radius: 28px 28px 28px 120px; }
.staff-row-photo .role-badge { left: 18px; bottom: 16px; }
.staff-row-body { position: relative; }
.staff-num { font: 700 clamp(3rem, 7vw, 4.6rem)/1 var(--font-display, Georgia, serif); color: var(--brand-tint); position: absolute; top: -0.35em; right: 0; user-select: none; }
.staff-row-body h3 { font-size: clamp(1.3rem, 2.4vw, 1.6rem); margin-bottom: 10px; position: relative; }
.staff-row-body > p { color: var(--ink-soft); }
.staff-row-body .fun-facts { margin: 14px 0 0; }

/* Mission & values */
.mission { display: grid; gap: 34px; align-items: center; }
@media (min-width: 960px) { .mission { grid-template-columns: 1fr 1.15fr; gap: 56px; } }
.mission-photo { position: relative; }
.mission-photo img { width: 100%; height: auto; border-radius: 24px; box-shadow: var(--shadow); display: block; }
.mission-photo::before { content: ''; position: absolute; inset: 18px -18px -18px 18px; border-radius: 24px; background: var(--brand-tint); z-index: -1; }
.mission-body h2 { margin-bottom: 12px; }
.values-list { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 16px; }
.values-list li { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 16px 18px; }
.values-list .icon { flex: none; width: 42px; height: 42px; border-radius: 12px; background: var(--brand-tint); color: var(--brand); display: inline-flex; align-items: center; justify-content: center; }
.values-list h3 { font-size: 1.02rem; margin: 0 0 4px; }
.values-list p { margin: 0; font-size: .93rem; color: var(--ink-soft); }

/* Patient portal page */
.kicker-brand { color: var(--brand-blue-dark); font-weight: 700; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 8px; }
.split img.pharmacy-illustration { box-shadow: none; border-radius: 0; }
.portal-app-img { width: 100%; height: auto; mix-blend-mode: multiply; box-shadow: none !important; border-radius: 0 !important; }
.portal-card { background: #F6F1EE; border-radius: 24px; padding: clamp(28px, 5vw, 56px); display: grid; gap: 32px; align-items: center; }
@media (min-width: 800px) { .portal-card { grid-template-columns: 1.6fr 1fr; } }
.portal-card .portal-card-title { font-size: clamp(1.35rem, 2.4vw, 1.7rem); margin-bottom: 12px; }
.portal-card p { color: var(--ink-soft); }
.portal-card p:has(.btn) { margin-bottom: 0; }
.portal-card > img { width: min(220px, 60%); height: auto; justify-self: center; }

/* Content prose */
.prose { max-width: 720px; }
.prose ul { padding-left: 22px; }
.prose li { margin-bottom: 6px; }
.callout {
  border-left: 4px solid var(--brand); background: var(--brand-tint); border-radius: 0 var(--radius) var(--radius) 0;
  padding: 18px 22px; margin: 24px 0;
}
.callout p:last-child { margin-bottom: 0; }

/* Staff */
.staff-card { text-align: left; border-radius: 22px; padding: 0 0 22px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.staff-card:hover { transform: translateY(-6px); box-shadow: 0 16px 36px rgba(36, 30, 30, .14); }
.staff-photo { position: relative; margin: 0 0 16px; }
.staff-photo img { aspect-ratio: 1/1.05; object-fit: cover; width: 100%; display: block; border-radius: 0; }
.staff-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(36,30,30,.38) 100%); pointer-events: none; }
.role-badge { position: absolute; left: 16px; bottom: 12px; z-index: 1; background: #fff; color: var(--brand); font: 700 .78rem var(--font-body); letter-spacing: .04em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; box-shadow: 0 4px 12px rgba(36,30,30,.18); }
.staff-card h3 { padding: 0 20px; }
.staff-card > p { font-size: .93rem; padding: 0 20px; }
.fun-facts { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 20px 0; padding: 0; }
.fun-facts li { background: var(--brand-tint); color: var(--brand-dark); font: 600 .82rem var(--font-body); padding: 6px 12px; border-radius: 999px; }

/* Gallery */
.gallery { columns: 2; column-gap: 14px; }
@media (min-width: 768px) { .gallery { columns: 3; } }
@media (min-width: 1024px) { .gallery { columns: 4; } }
.gallery picture { display: block; break-inside: avoid; margin-bottom: 14px; }
.gallery img { border-radius: 8px; width: 100%; height: auto; display: block; }

/* Footer */
.site-footer { background: #211B1B; color: #D9CFCF; font-size: .93rem; }
.site-footer a { color: #edf7f0; }
.site-footer .wrap { padding-top: 56px; padding-bottom: 28px; }
.footer-grid { display: grid; gap: 34px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.12); }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 1.3fr 1fr 1fr 1fr; } }
.site-footer h2 { color: #fff; font: 600 .95rem var(--font-body); letter-spacing: .04em; text-transform: uppercase; margin-bottom: 14px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 9px; }
.footer-logo { height: 42px; width: auto; margin-bottom: 14px; background: #fff; padding: 6px 10px; border-radius: 8px; }
.footer-brand { display: inline-flex; align-items: center; text-decoration: none; margin-bottom: 14px; background: #fff; padding: 16px; border-radius: 8px; max-width: 100%; }
.footer-brand .hayden-footer-logo { display: block; width: 250px; max-width: 100%; height: auto; }
.footer-brand .brand-lockup { color: #fff; }
.footer-brand .brand-mark { width: 42px; height: 42px; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 10px 24px; padding-top: 22px; justify-content: space-between; }

/* Sticky bottom CTA bar (mobile) */
.cta-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 120; display: none;
  grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(253,251,249,.92); backdrop-filter: blur(10px); border-top: 1px solid var(--line);
  transform: translateY(110%); transition: transform .2s ease-out;
}
.cta-bar.show { transform: translateY(0); }
.cta-bar .btn { width: 100%; min-height: 48px; }
@media (max-width: 1023.98px) { .cta-bar { display: grid; } body.has-ctabar { padding-bottom: 76px; } }

.review-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.badge-row { display: flex; flex-wrap: wrap; gap: 10px 26px; align-items: center; color: var(--ink-soft); font-size: .92rem; }
.badge-row span { display: inline-flex; gap: 8px; align-items: center; }
.badge-row svg { color: var(--brand); }
img.rounded { border-radius: var(--radius); }
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* Compounding specialty card descriptions */
.specialty-card .specialty-desc { margin: 8px 0 0; font-size: .9rem; line-height: 1.55; color: var(--ink-soft); }

/* ---------- Paid-ads landing page (/pharmacy-near-me-sandy-ut/) ---------- */
.lp { background: #fff; }
.lp-btn { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: .75rem 1.25rem; border-radius: 999px; font-size: .875rem; font-weight: 700; line-height: 1; text-decoration: none; border: 1px solid transparent; transition: background .15s ease, color .15s ease, border-color .15s ease; }
.lp-btn svg { flex: none; }
.lp-btn-primary { background: var(--brand); color: #fff; }
.lp-btn-primary:hover { background: var(--brand-dark, #005c32); color: #fff; }
.lp-btn-brand { background: #e6f3eb; color: var(--brand); }
.lp-btn-brand:hover { background: #d7ede0; }
.lp-btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }
.lp-btn-ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; color: #fff; }
.lp-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.95); backdrop-filter: blur(6px); border-bottom: 1px solid #dfeee5; box-shadow: 0 1px 10px rgba(36,30,30,.05); }
.lp-header-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 12px; padding-bottom: 12px; }
.lp-logo { height: 52px; width: auto; display: block; }
.lp-header-actions { display: flex; align-items: center; gap: 14px; }
.lp-open { display: none; align-items: center; gap: 8px; font-size: .9rem; color: var(--ink-soft); }
.lp-hero { position: relative; overflow: hidden; background: var(--brand-dark, #005c32); }
.lp-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .3; pointer-events: none; }
.lp-hero-grad { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to right, #004a29 0%, rgba(0,74,41,.85) 55%, rgba(0,92,50,.4) 100%); }
.lp-hero-inner { position: relative; padding-top: 4rem; padding-bottom: 4rem; }
.lp-hero-copy { max-width: 42rem; }
.lp-eyebrow { margin: 0 0 1rem; font-size: .875rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: #c5ecd2; }
.lp-eyebrow-accent { color: var(--brand); margin-bottom: .75rem; }
.lp-hero h1 { color: #fff; font-size: clamp(2rem, 4.2vw, 3rem); white-space: normal; margin: 0 0 .5em; }
.lp-lead { color: #e0f4e7; font-size: 1.125rem; line-height: 1.7; margin: 1rem 0 0; }
.lp-lead strong { color: #fff; }
.lp-cta-row { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.lp-cta-center { justify-content: center; }
.lp-about { background: var(--cream, #FBF6F1); padding: 4rem 0; }
.lp-about-grid { display: grid; gap: 2.5rem; align-items: center; }
.lp-about-img img, img.lp-about-img { width: 100%; height: auto; border-radius: 1.5rem; object-fit: cover; box-shadow: 0 20px 40px rgba(36,30,30,.12); }
.lp-about h2, .lp-services h2, .lp-contact h2 { font-size: clamp(1.75rem, 3vw, 2.25rem); }
.lp-about p { font-size: 1.125rem; line-height: 1.7; color: var(--ink-soft); margin-top: 1.25rem; }
.lp-services { padding: 4rem 0; }
.lp-center-head { max-width: 42rem; margin: 0 auto; text-align: center; }
.lp-sub { font-size: 1.125rem; color: var(--ink-soft); margin-top: 1rem; }
.lp-services-grid { display: grid; gap: 1.5rem; margin-top: 3rem; }
.lp-svc-card { display: flex; flex-direction: column; background: #fff; border: 1px solid #dfeee5; border-radius: 1.5rem; padding: 1.75rem; box-shadow: 0 14px 30px rgba(36,30,30,.07); }
.lp-svc-card h3 { margin: 1.25rem 0 0; font-size: 1.25rem; }
.lp-svc-card p { margin: .5rem 0 0; flex: 1; line-height: 1.65; color: var(--ink-soft); }
.lp-svc-icon { display: inline-flex; height: 48px; width: 48px; flex: none; align-items: center; justify-content: center; border-radius: 1rem; background: #e6f3eb; color: var(--brand); }
.lp-strip { display: flex; flex-direction: column; align-items: center; gap: 1.25rem; max-width: 48rem; margin: 2.5rem auto 0; padding: 2rem 1.5rem; border-radius: 1.5rem; background: #e6f3eb; text-align: center; }
.lp-strip p { margin: 0; font-size: 1.125rem; font-weight: 600; color: var(--brand-dark, #005c32); }
.lp-strip .lp-btn { flex: none; }
.lp-contact { background: #edf7f0; padding: 4rem 0; }
.lp-contact-card { margin-top: 3rem; overflow: hidden; border-radius: 1.5rem; background: #fff; box-shadow: 0 14px 30px rgba(36,30,30,.08); }
.lp-map { height: 18rem; }
.lp-map iframe { width: 100%; height: 100%; border: 0; display: block; }
.lp-contact-info { padding: 2rem; }
.lp-contact-info ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1.5rem; }
.lp-contact-info li { display: flex; gap: 1rem; }
.lp-contact-info h3 { margin: 0; font-size: 1.125rem; }
.lp-contact-info p { margin: .25rem 0 0; line-height: 1.65; color: var(--ink-soft); }
.lp-contact-info a { color: var(--brand); font-weight: 600; }
.lp-hours { width: 100%; border-collapse: collapse; text-align: left; margin-top: .5rem; }
.lp-hours th[scope="col"] { padding-bottom: .75rem; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--brand); }
.lp-hours tbody tr { border-top: 1px solid #dfeee5; }
.lp-hours th[scope="row"] { padding: .7rem 1rem .7rem 0; font-weight: 600; font-family: var(--font-body); }
.lp-hours td { padding: .7rem 0; }
.lp-hours td.lp-closed { color: var(--ink-soft); }
.lp-final { padding: 4rem 0; }
.lp-final-card { max-width: 56rem; margin: 0 auto; border-radius: 1.5rem; background: var(--brand-dark, #005c32); padding: 3rem 1.5rem; text-align: center; box-shadow: 0 20px 40px rgba(36,30,30,.15); }
.lp-final-card h2 { color: #fff; font-size: clamp(1.75rem, 3vw, 2.25rem); }
.lp-final-card p { max-width: 42rem; margin: 1.25rem auto 0; color: #e0f4e7; font-size: 1.125rem; line-height: 1.7; }
.lp-footer { border-top: 1px solid #dfeee5; background: #fff; padding: 2rem 1rem; text-align: center; font-size: .9rem; color: var(--ink-soft); }
.lp-footer p { margin: .25rem 0; }
.lp-footer a { color: var(--brand); font-weight: 600; }
.lp-hide-sm { display: none; }
.lp-hide-sm-inline { display: none; }
@media (min-width: 640px) {
  .lp-strip { flex-direction: row; justify-content: space-between; text-align: left; }
  .lp-hide-sm { display: inline-flex; }
  .lp-hide-sm-inline { display: inline; }
  .lp-hero-inner { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .lp-final-card { padding: 4rem 3rem; }
}
@media (min-width: 768px) { .lp-open { display: inline-flex; } .lp-services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) {
  .lp-services-grid { grid-template-columns: repeat(3, 1fr); }
  .lp-about-grid { grid-template-columns: 1fr 1fr; }
  .lp-contact-card { display: grid; grid-template-columns: 1fr 1fr; }
  .lp-map { height: 100%; min-height: 26rem; }
  .lp-contact-info { padding: 2.5rem; }
  .lp-hero h1 { white-space: nowrap; }
}
.lp-svc-card p a { color: var(--brand); font-weight: 600; }
.lp-svc-more { flex: 0 0 auto !important; margin-top: 1rem !important; }
.lp-svc-more a { text-decoration: none; }
.lp-svc-more a:hover { text-decoration: underline; }
.home-contact-details { font-style: normal; margin-bottom: 24px; }
.home-contact-details p { margin: 0 0 8px; }
.analytics-consent { position: fixed; z-index: 150; bottom: 20px; left: 20px; max-width: 440px; width: calc(100% - 40px); padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); font-size: .9rem; }
.analytics-consent[hidden] { display: none; }
.analytics-consent > div { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px; }
.analytics-settings { background: none; border: 0; padding: 8px 0; color: inherit; font: inherit; text-decoration: underline; cursor: pointer; }
@media (max-width: 1023px) { .analytics-consent { bottom: calc(90px + env(safe-area-inset-bottom)); } }

/* The vendor iframe owns all prescription fields and submissions. */
.transferApp { max-width: 960px; margin: 28px auto 0; }
.transferApp iframe { display: block; width: 100%; min-height: 600px; border: 0; background: #fff; border-radius: 10px; }
