/* ==========================================================================
   Parkview Medical Clinic — landing page styles
   Layout: floating island nav, bento hero, vertical service explorer,
           horizontal doctor rail, week status strip, map band.
   Palette: deep teal + coral on soft mint. Generous rounded corners.
   ========================================================================== */

/* ---------- Tokens ---------- */
:root {
  --teal-900: #06403d;
  --teal-800: #0b6e6e;
  --teal-700: #0d807d;
  --teal-600: #129a95;
  --teal-200: #a9ded9;
  --teal-100: #d8f1ee;
  --teal-50:  #eefaf8;

  --coral-700: #c9452a;
  --coral-600: #e2593b;
  --coral-500: #ff7a59;
  --coral-100: #ffe6df;

  --bg:       #f3faf9;
  --sand:     #fdf7f4;
  --white:    #ffffff;

  --ink:      #0f2226;
  --ink-soft: #4e666a;
  --line:     #dde9e7;
  --line-dark: rgba(255, 255, 255, .14);

  --radius-sm: 12px;
  --radius:    20px;
  --radius-lg: 28px;
  --radius-xl: 36px;

  --shadow-sm: 0 1px 2px rgba(6, 64, 61, .05), 0 3px 12px rgba(6, 64, 61, .05);
  --shadow:    0 14px 40px rgba(6, 64, 61, .10);
  --shadow-lg: 0 30px 70px rgba(6, 64, 61, .18);

  --font-display: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --shell: 1200px;
  --gutter: clamp(1rem, 3.5vw, 2.5rem);
  --island-h: 66px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--island-h) + 28px); }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(1rem, .97rem + .15vw, 1.0625rem);
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img, svg, iframe { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3 { margin: 0 0 .5em; font-family: var(--font-display); font-weight: 600; line-height: 1.15; letter-spacing: -.025em; }
p { margin: 0 0 1em; }
a { color: var(--teal-800); }
ul, ol, dl { padding: 0; }
button { font: inherit; }

/* ---------- Utilities ---------- */
.shell { width: min(100% - (var(--gutter) * 2), var(--shell)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; top: -100px; left: 1rem; z-index: 300;
  background: var(--teal-800); color: var(--white);
  padding: .75rem 1.25rem; border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  text-decoration: none; font-weight: 600; transition: top .2s ease;
}
.skip-link:focus { top: 0; }

:focus-visible { outline: 3px solid var(--coral-500); outline-offset: 3px; border-radius: 6px; }

.kicker {
  font-size: .74rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase;
  color: var(--teal-700); margin: 0 0 .8rem;
}
.kicker--light { color: var(--teal-200); }

.section { padding: clamp(3.5rem, 8vw, 6.5rem) 0; }
.section--tint { background: var(--sand); }
.section--dark { background: var(--teal-900); color: rgba(255, 255, 255, .76); }

.section__title { font-size: clamp(1.8rem, 1.2rem + 2.6vw, 2.85rem); color: var(--teal-900); text-wrap: balance; }
.section__title--light { color: var(--white); }
.section__head { max-width: 44rem; margin-bottom: clamp(2.25rem, 5vw, 3.5rem); }
.section__head--center { margin-inline: auto; text-align: center; }
.section__lede { color: var(--ink-soft); font-size: 1.04em; margin: 0; }
.section--dark .section__lede { color: rgba(255, 255, 255, .66); }
.lead { font-size: 1.08em; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .85rem 1.6rem;
  border: 1.5px solid transparent; border-radius: 999px;
  font-family: var(--font-display); font-weight: 600; font-size: .95rem; line-height: 1;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: transform .18s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--sm { padding: .6rem 1.15rem; font-size: .87rem; }
.btn--lg { padding: 1.05rem 2rem; font-size: 1rem; }
.btn--block { display: flex; width: 100%; }

.btn--accent { background: var(--coral-600); color: var(--white); box-shadow: 0 8px 22px rgba(226, 89, 59, .3); }
.btn--accent:hover { background: var(--coral-500); }

.btn--quiet { background: rgba(255, 255, 255, .7); color: var(--teal-900); border-color: var(--line); }
.btn--quiet:hover { background: var(--white); border-color: var(--teal-200); }

/* ==========================================================================
   FLOATING ISLAND NAV
   ========================================================================== */
.island {
  position: fixed; top: clamp(.6rem, 2vw, 1.1rem); left: 0; right: 0; z-index: 200;
  padding-inline: var(--gutter);
  pointer-events: none;
}
.island__bar {
  pointer-events: auto;
  width: min(100%, var(--shell));
  margin-inline: auto;
  min-height: var(--island-h);
  display: flex; align-items: center; gap: 1rem;
  padding: .5rem .6rem .5rem 1.1rem;
  background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(16px) saturate(1.4);
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .3s ease, background-color .3s ease;
}
.island.is-stuck .island__bar { box-shadow: var(--shadow); background: rgba(255, 255, 255, .92); }

.brand { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; color: var(--teal-900); margin-right: auto; }
.brand__mark {
  width: 38px; height: 38px; flex: none; display: grid; place-items: center;
  background: var(--teal-800); color: var(--white); border-radius: 12px;
}
.brand__mark svg { width: 22px; height: 22px; }
.brand__text { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; letter-spacing: -.02em; }

.island__nav { display: none; }
.island__nav ul { list-style: none; margin: 0; display: flex; gap: clamp(.5rem, 1.4vw, 1.15rem); }
.island__nav a {
  display: block; padding: .5rem .75rem; border-radius: 999px;
  color: var(--ink); text-decoration: none; font-size: .9rem; font-weight: 500;
  transition: background-color .2s ease, color .2s ease;
}
.island__nav a:hover { background: var(--teal-50); color: var(--teal-800); }
.island__nav a.is-active { background: var(--teal-100); color: var(--teal-900); font-weight: 600; }

.island__cta { display: none; }

.island__toggle {
  width: 44px; height: 44px; flex: none; padding: 0; cursor: pointer;
  display: inline-grid; place-items: center;
  background: var(--teal-800); color: var(--white); border: 0; border-radius: 50%;
}
.island__toggle-bars { display: grid; gap: 5px; width: 18px; }
.island__toggle-bars i { display: block; height: 2px; background: currentColor; border-radius: 2px; transition: transform .28s ease; }
.island__toggle[aria-expanded="true"] .island__toggle-bars i:nth-child(1) { transform: translateY(3.5px) rotate(45deg); }
.island__toggle[aria-expanded="true"] .island__toggle-bars i:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }

@media (min-width: 62em) {
  .island__nav { display: block; }
  .island__cta { display: inline-flex; }
  .island__toggle { display: none; }
}

/* Full-screen mobile menu */
.menu {
  position: fixed; inset: 0; z-index: 190;
  background: var(--teal-900);
  display: grid; place-items: center;
  padding: calc(var(--island-h) + 3rem) var(--gutter) 2.5rem;
  overflow-y: auto;
  animation: menuIn .3s ease;
}
.menu[hidden] { display: none; }
@keyframes menuIn { from { opacity: 0; transform: scale(1.015); } to { opacity: 1; transform: none; } }
.menu__inner { width: min(100%, 26rem); }
.menu__inner ul { list-style: none; margin: 0 0 2rem; }
.menu__inner a {
  display: flex; align-items: baseline; gap: 1rem;
  padding: .9rem 0; border-bottom: 1px solid var(--line-dark);
  color: rgba(255, 255, 255, .9); text-decoration: none;
  font-family: var(--font-display); font-size: 1.3rem; font-weight: 500;
}
.menu__inner a span { font-family: var(--font-body); font-size: .7rem; font-weight: 600; letter-spacing: .12em; color: var(--teal-200); }
.menu__inner a:hover { color: var(--coral-500); }
.menu__phone { margin: 1.25rem 0 0; text-align: center; color: rgba(255, 255, 255, .6); font-size: .92rem; }
.menu__phone a { color: var(--white); font-weight: 600; }
body.is-locked { overflow: hidden; }

/* ==========================================================================
   BENTO HERO
   ========================================================================== */
.hero {
  padding: calc(var(--island-h) + clamp(2rem, 5vw, 3.5rem)) 0 clamp(2.5rem, 5vw, 4rem);
  background:
    radial-gradient(900px 500px at 82% -5%, var(--teal-100) 0%, transparent 60%),
    radial-gradient(700px 420px at -5% 100%, var(--coral-100) 0%, transparent 58%),
    var(--bg);
}
.bento { display: grid; grid-template-columns: 1fr; gap: clamp(.75rem, 1.4vw, 1.1rem); }

.tile {
  border-radius: var(--radius-lg);
  padding: clamp(1.4rem, 3vw, 2.1rem);
  background: var(--white);
  border: 1px solid var(--line);
  position: relative; overflow: hidden;
}

.tile--headline {
  background: linear-gradient(150deg, var(--teal-800) 0%, var(--teal-900) 68%);
  border-color: transparent; color: rgba(255, 255, 255, .8);
  display: flex; flex-direction: column; justify-content: center;
}
.tile--headline::after {
  content: ""; position: absolute; right: -70px; top: -70px;
  width: 240px; height: 240px; border-radius: 50%;
  background: rgba(255, 255, 255, .05);
}
.tile__eyebrow {
  font-size: .74rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--teal-200); margin: 0 0 1rem;
}
.tile--headline h1 {
  font-size: clamp(1.95rem, 1.25rem + 3.3vw, 3.3rem);
  color: var(--white); margin-bottom: .4em; text-wrap: balance;
}
.tile__lede { font-size: clamp(1rem, .96rem + .3vw, 1.1rem); max-width: 32rem; margin-bottom: 1.75rem; }
.tile__actions { display: flex; flex-wrap: wrap; gap: .7rem; }

.tile--portrait { padding: 0; border: 0; }
.tile--portrait img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; object-position: center 18%; }
.tile--portrait figcaption {
  position: absolute; left: 1rem; right: 1rem; bottom: 1rem;
  background: rgba(6, 64, 61, .72); backdrop-filter: blur(6px);
  color: var(--white); font-size: .78rem; font-weight: 500;
  padding: .5rem .85rem; border-radius: 999px; text-align: center;
}

.tile--status { display: flex; flex-direction: column; justify-content: center; }
.tile__label { font-size: .76rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; color: var(--ink-soft); margin: 0 0 .6rem; }
.status { display: flex; align-items: center; gap: .55rem; margin: 0 0 .35rem; font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; color: var(--teal-900); }
.status__dot { width: 11px; height: 11px; border-radius: 50%; background: var(--ink-soft); flex: none; }
.status.is-open .status__dot { background: #17a34a; box-shadow: 0 0 0 4px rgba(23, 163, 74, .18); animation: pulse 2.4s ease-in-out infinite; }
.status.is-shut .status__dot { background: var(--coral-600); box-shadow: 0 0 0 4px rgba(226, 89, 59, .16); }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 4px rgba(23, 163, 74, .18); } 50% { box-shadow: 0 0 0 8px rgba(23, 163, 74, .06); } }
.status__detail { margin: 0; font-size: .88rem; color: var(--ink-soft); }

.tile--rating { display: flex; flex-direction: column; justify-content: center; background: var(--sand); }
.tile__stat { display: flex; align-items: baseline; gap: .3rem; margin: 0 0 .3rem; }
.tile__stat strong { font-family: var(--font-display); font-size: 2.6rem; font-weight: 600; line-height: 1; color: var(--teal-900); }
.tile__stat span { font-size: 1rem; color: var(--ink-soft); }
.stars { margin: .5rem 0 0; color: #e0a30b; letter-spacing: .12em; font-size: .95rem; }
.tile--rating .tile__label { order: 3; margin: .6rem 0 0; letter-spacing: .02em; text-transform: none; font-weight: 400; font-size: .84rem; }

.tile--facility { padding: 0; border: 0; min-height: 200px; }
.tile--facility img { width: 100%; height: 100%; min-height: 200px; object-fit: cover; }

.tile--call {
  display: flex; flex-direction: column; justify-content: center; gap: .2rem;
  background: var(--coral-600); border-color: transparent; color: rgba(255, 255, 255, .85);
  text-decoration: none;
  transition: background-color .25s ease, transform .25s ease;
}
.tile--call:hover { background: var(--coral-500); transform: translateY(-3px); }
.tile--call .tile__label { color: rgba(255, 255, 255, .75); margin-bottom: .3rem; }
.tile--call strong { font-family: var(--font-display); font-size: clamp(1.5rem, 1.2rem + 1.4vw, 2.1rem); font-weight: 600; color: var(--white); letter-spacing: -.02em; }
.tile__link { font-size: .87rem; font-weight: 600; margin-top: .4rem; }
.tile--call:hover .tile__link span { display: inline-block; transform: translateX(4px); transition: transform .2s ease; }

@media (min-width: 46em) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .tile--headline { grid-column: span 2; }
  .tile--facility { grid-column: span 2; }
}
@media (min-width: 68em) {
  .bento { grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(140px, auto); }
  .tile--headline { grid-column: 1 / 3; grid-row: 1 / 3; }
  .tile--portrait { grid-column: 3 / 4; grid-row: 1 / 3; }
  .tile--status   { grid-column: 4 / 5; grid-row: 1 / 2; }
  .tile--rating   { grid-column: 4 / 5; grid-row: 2 / 3; }
  .tile--facility { grid-column: 1 / 3; grid-row: 3 / 4; }
  .tile--call     { grid-column: 3 / 5; grid-row: 3 / 4; }
}

/* ==========================================================================
   ABOUT — image strip + pillars
   ========================================================================== */
.strip {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.strip img {
  width: 100%; aspect-ratio: 3 / 2; object-fit: cover;
  border-radius: var(--radius);
  transition: transform .4s ease;
}
.strip img:hover { transform: translateY(-4px); }
@media (min-width: 46em) { .strip { grid-template-columns: repeat(4, 1fr); } }

.about__intro { max-width: 34rem; margin-bottom: 1.75rem; }
.about__cols { display: grid; grid-template-columns: 1fr; gap: 1rem 3rem; margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
.about__cols p { margin: 0; color: var(--ink-soft); }
.about__cols .lead { color: var(--ink); }
@media (min-width: 52em) { .about__cols { grid-template-columns: 1fr 1fr; } }

.pillars {
  list-style: none; margin: 0 0 clamp(2rem, 4vw, 2.75rem);
  display: grid; grid-template-columns: 1fr; gap: 1.25rem;
}
.pillars li {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.6rem;
  transition: transform .25s ease, box-shadow .25s ease;
}
.pillars li:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.pillars__num {
  display: inline-block; font-family: var(--font-display); font-size: .8rem; font-weight: 700;
  letter-spacing: .1em; color: var(--coral-600);
  background: var(--coral-100); padding: .3rem .6rem; border-radius: 8px; margin-bottom: .9rem;
}
.pillars h3 { font-size: 1.12rem; color: var(--teal-900); }
.pillars p { margin: 0; font-size: .94rem; color: var(--ink-soft); }
@media (min-width: 52em) { .pillars { grid-template-columns: repeat(3, 1fr); } }

.badges { list-style: none; margin: 0; display: flex; flex-wrap: wrap; gap: .55rem; }
.badges li {
  background: var(--teal-50); border: 1px solid var(--teal-100);
  color: var(--teal-800); font-size: .84rem; font-weight: 500;
  padding: .45rem 1rem; border-radius: 999px;
}

/* ==========================================================================
   SERVICES — vertical explorer
   ========================================================================== */
.explorer { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }

.explorer__list { display: grid; gap: .5rem; align-content: start; }
.explorer__item {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem;
  width: 100%; padding: 1.05rem 1.25rem; cursor: pointer; text-align: left;
  background: rgba(255, 255, 255, .05);
  border: 1px solid var(--line-dark); border-radius: var(--radius);
  color: rgba(255, 255, 255, .82);
  transition: background-color .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
}
.explorer__item:hover { background: rgba(255, 255, 255, .1); color: var(--white); }
.explorer__item[aria-selected="true"] {
  background: var(--white); border-color: var(--white); color: var(--teal-900);
  transform: translateX(4px);
}
.explorer__num { font-family: var(--font-display); font-size: .76rem; font-weight: 700; letter-spacing: .1em; color: var(--teal-200); }
.explorer__item[aria-selected="true"] .explorer__num { color: var(--coral-600); }
.explorer__name { font-family: var(--font-display); font-size: 1.02rem; font-weight: 500; }
.explorer__arrow { opacity: 0; transform: translateX(-6px); transition: opacity .22s ease, transform .22s ease; }
.explorer__item[aria-selected="true"] .explorer__arrow { opacity: 1; transform: none; color: var(--coral-600); }

.explorer__detail { position: relative; }
.detail {
  background: rgba(255, 255, 255, .06);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3.5vw, 2.4rem);
  animation: detailIn .35s ease;
}
@keyframes detailIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.detail h3 { font-size: clamp(1.3rem, 1.1rem + .8vw, 1.7rem); color: var(--white); }
.detail > p { color: rgba(255, 255, 255, .7); }
.detail ul {
  list-style: none; margin: 1.5rem 0; display: grid; gap: .6rem;
  padding-top: 1.5rem; border-top: 1px solid var(--line-dark);
}
.detail ul li { position: relative; padding-left: 1.75rem; font-size: .95rem; color: rgba(255, 255, 255, .84); }
.detail ul li::before {
  content: ""; position: absolute; left: 0; top: .35em;
  width: 1.1rem; height: 1.1rem; background: var(--teal-600);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9.6 16.6 5 12l1.4-1.4 3.2 3.2 8-8L19 7.2z'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9.6 16.6 5 12l1.4-1.4 3.2 3.2 8-8L19 7.2z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.detail__meta {
  margin: 0; padding: .9rem 1.1rem;
  background: rgba(255, 255, 255, .07); border-radius: var(--radius-sm);
  font-size: .87rem; color: rgba(255, 255, 255, .75);
}
.detail__meta strong { color: var(--teal-200); font-weight: 600; }

@media (min-width: 62em) {
  .explorer { grid-template-columns: .82fr 1.18fr; gap: 2rem; align-items: start; }
}

/* ==========================================================================
   DOCTORS — horizontal rail
   ========================================================================== */
.rail-head { display: grid; gap: 1rem 3rem; grid-template-columns: 1fr; align-items: end; margin-bottom: clamp(2rem, 4vw, 3rem); }
@media (min-width: 52em) { .rail-head { grid-template-columns: 1fr 1fr; } }

.doc-rail {
  list-style: none; margin: 0; display: flex; gap: 1.25rem;
  overflow-x: auto; scroll-snap-type: x mandatory;
  padding: .5rem max(var(--gutter), calc((100vw - var(--shell)) / 2)) 1.5rem;
  scrollbar-width: thin; scrollbar-color: var(--teal-200) transparent;
}
.doc-rail::-webkit-scrollbar { height: 6px; }
.doc-rail::-webkit-scrollbar-thumb { background: var(--teal-200); border-radius: 999px; }
.doc {
  flex: 0 0 clamp(240px, 74vw, 290px); scroll-snap-align: start;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-lg); overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.doc:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.doc > img { width: 100%; aspect-ratio: 4 / 4.3; object-fit: cover; object-position: center 15%; background: var(--teal-50); }
.doc__body { padding: 1.35rem; }
.doc__body h3 { font-size: 1.1rem; margin-bottom: .15em; color: var(--teal-900); }
.doc__role { font-size: .78rem; font-weight: 600; color: var(--coral-600); margin-bottom: .75em; }
.doc__body > p { font-size: .9rem; color: var(--ink-soft); }
.doc__lang {
  margin: .9rem 0 0 !important; padding-top: .9rem; border-top: 1px solid var(--line);
  font-size: .78rem !important; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-soft);
}

.rail-nav { display: flex; gap: .6rem; justify-content: flex-end; margin-top: .5rem; }
.rail-nav__btn {
  width: 46px; height: 46px; border-radius: 50%; cursor: pointer;
  background: var(--white); border: 1px solid var(--line); color: var(--teal-900);
  font-size: 1.6rem; line-height: 1; display: grid; place-items: center;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.rail-nav__btn:hover { background: var(--teal-800); color: var(--white); border-color: var(--teal-800); }

/* ==========================================================================
   HOURS — week strip
   ========================================================================== */
.week {
  list-style: none; margin: 0 0 clamp(2rem, 4vw, 3rem);
  display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem;
}
.week li {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.1rem .85rem; text-align: center;
  transition: transform .2s ease;
}
.week__day { display: block; font-family: var(--font-display); font-size: .96rem; font-weight: 600; color: var(--teal-900); }
.week__time { display: block; font-size: .84rem; color: var(--ink-soft); font-variant-numeric: tabular-nums; margin-top: .2rem; }
.week .is-closed .week__time, .week li.is-closed .week__time { color: var(--coral-600); font-weight: 600; }
.week li.is-today {
  background: var(--teal-800); border-color: var(--teal-800); transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(11, 110, 110, .25);
}
.week li.is-today .week__day { color: var(--white); }
.week li.is-today .week__time { color: var(--teal-200); }
.week li.is-today::after {
  content: "Today"; display: block; margin-top: .35rem;
  font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; color: var(--coral-500); font-weight: 700;
}
@media (min-width: 40em) { .week { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 62em) { .week { grid-template-columns: repeat(7, 1fr); } }

.hours-foot { display: grid; grid-template-columns: 1fr; gap: 1.5rem; align-items: center; }
.hours-foot__note { margin: 0; font-size: .88rem; color: var(--ink-soft); }
@media (min-width: 62em) { .hours-foot { grid-template-columns: .8fr 1.2fr; } }

.alert {
  display: flex; gap: .9rem; align-items: flex-start;
  background: var(--coral-100); border: 1px solid #f6c9bd; border-left: 4px solid var(--coral-600);
  border-radius: var(--radius); padding: 1.1rem 1.3rem;
}
.alert__icon { flex: none; color: var(--coral-700); }
.alert__icon svg { width: 24px; height: 24px; }
.alert p { margin: 0; font-size: .92rem; color: #74291a; }
.alert strong { display: block; color: #8c2b1d; }

/* ==========================================================================
   PATIENT STORIES
   ========================================================================== */
.stories { max-width: 52rem; margin-inline: auto; text-align: center; }
.stories__quote {
  margin: 0 0 1.75rem;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-xl); padding: clamp(1.75rem, 4vw, 3rem);
  box-shadow: var(--shadow-sm);
  position: relative;
}
.stories__quote::before {
  content: "\201C"; position: absolute; top: -.15em; left: .25em;
  font-family: var(--font-display); font-size: 6rem; line-height: 1;
  color: var(--teal-100);
}
.stories__quote > p {
  position: relative;
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(1.08rem, 1rem + .6vw, 1.4rem); line-height: 1.55;
  color: var(--teal-900); letter-spacing: -.015em;
  min-height: 4.5em;
}
.stories__quote footer { display: flex; flex-direction: column; gap: .1rem; margin-top: 1.5rem; padding-top: 1.35rem; border-top: 1px solid var(--line); }
.stories__quote cite { font-style: normal; font-family: var(--font-display); font-weight: 600; font-size: 1rem; color: var(--teal-900); }
.stories__quote footer span { font-size: .84rem; color: var(--ink-soft); }

.stories__picker { display: flex; justify-content: center; flex-wrap: wrap; gap: .6rem; }
.stories__chip {
  width: 52px; height: 52px; border-radius: 50%; cursor: pointer;
  background: var(--white); border: 1.5px solid var(--line);
  font-family: var(--font-display); font-weight: 600; font-size: .88rem; color: var(--ink-soft);
  transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}
.stories__chip:hover { transform: translateY(-3px); border-color: var(--teal-200); }
.stories__chip[aria-pressed="true"] {
  background: var(--teal-800); border-color: var(--teal-800); color: var(--white);
  transform: translateY(-3px); box-shadow: 0 8px 20px rgba(11, 110, 110, .28);
}

/* ==========================================================================
   FAQ — disclosure grid
   ========================================================================== */
.faq-grid { display: grid; grid-template-columns: 1fr; gap: .9rem; align-items: start; }
@media (min-width: 52em) { .faq-grid { grid-template-columns: 1fr 1fr; gap: .9rem 1.25rem; } }

.faq {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.faq[open] { border-color: var(--teal-200); box-shadow: var(--shadow-sm); }
.faq summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.15rem 1.35rem;
  font-family: var(--font-display); font-weight: 600; font-size: 1rem;
  color: var(--teal-900); line-height: 1.4;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; flex: none; width: 22px; height: 22px; border-radius: 50%;
  background: var(--teal-50);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230b6e6e' d='M11 5h2v14h-2z'/%3E%3Cpath fill='%230b6e6e' d='M5 11h14v2H5z'/%3E%3C/svg%3E");
  background-size: 13px; background-position: center; background-repeat: no-repeat;
  transition: transform .28s ease, background-color .2s ease;
}
.faq[open] summary::after { transform: rotate(135deg); background-color: var(--teal-100); }
.faq summary:hover { color: var(--teal-700); }
.faq > p { margin: 0; padding: 0 1.35rem 1.35rem; color: var(--ink-soft); font-size: .95rem; }

/* ==========================================================================
   FIND US — map band with overlapping card
   ========================================================================== */
.find { position: relative; padding-bottom: clamp(3.5rem, 8vw, 6.5rem); background: var(--bg); }
.find__map { height: clamp(300px, 44vh, 460px); background: var(--sand); }
.find__map iframe { width: 100%; height: 100%; border: 0; }
.find__card {
  position: relative;
  margin-top: clamp(-9rem, -12vw, -5rem);
  width: min(100%, 34rem);
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  padding: clamp(1.5rem, 3.5vw, 2.4rem);
}
.find__title { font-size: clamp(1.35rem, 1.15rem + .9vw, 1.85rem); color: var(--teal-900); margin-bottom: 1.25rem; }
.find__list { margin: 0; display: grid; gap: 0; border-top: 1px solid var(--line); }
.find__list > div { padding: .9rem 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 7rem 1fr; gap: 1rem; }
.find__list dt { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); padding-top: .15rem; }
.find__list dd { margin: 0; font-size: .94rem; }
.find__list a { font-weight: 600; text-decoration: none; }
.find__list a:hover { text-decoration: underline; }
.find__travel { margin-top: 1.4rem; }
.find__travel p { margin: 0 0 .5em; font-size: .88rem; color: var(--ink-soft); }
.find__travel strong { display: inline-block; min-width: 3.4rem; color: var(--teal-800); }

@media (min-width: 62em) {
  .find__card { margin-left: auto; margin-right: 0; }
}

/* ==========================================================================
   APPOINTMENT
   ========================================================================== */
.book { display: grid; grid-template-columns: 1fr; gap: clamp(2.25rem, 5vw, 3.5rem); align-items: start; }
@media (min-width: 68em) { .book { grid-template-columns: .88fr 1.12fr; } }

.book__privacy {
  display: flex; gap: .9rem; align-items: flex-start; margin-top: 1.75rem;
  background: var(--teal-50); border: 1px solid var(--teal-100);
  border-radius: var(--radius); padding: 1.1rem 1.25rem;
}
.book__privacy > span { flex: none; color: var(--teal-700); }
.book__privacy svg { width: 24px; height: 24px; }
.book__privacy p { margin: 0; font-size: .9rem; color: var(--ink-soft); }

.form-wrap {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-lg); box-shadow: var(--shadow);
  padding: clamp(1.5rem, 3.5vw, 2.5rem);
}
.form__title { font-size: 1.35rem; color: var(--teal-900); margin-bottom: 1.35rem; }
.field { margin-bottom: 1.05rem; }
.field label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: .4rem; color: var(--teal-900); }
.field label span { color: var(--coral-700); }
.field input, .field select, .field textarea {
  width: 100%; padding: .82rem .95rem;
  font: inherit; font-size: .95rem; color: var(--ink);
  background: var(--bg); border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.field textarea { resize: vertical; min-height: 108px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; background: var(--white);
  border-color: var(--teal-600); box-shadow: 0 0 0 3px rgba(18, 154, 149, .16);
}
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] {
  border-color: var(--coral-600); box-shadow: 0 0 0 3px rgba(226, 89, 59, .12);
}
.field__error { margin: .4rem 0 0; font-size: .82rem; color: var(--coral-700); font-weight: 500; }
.field-row { display: grid; gap: 0 1rem; grid-template-columns: 1fr; }
@media (min-width: 40em) { .field-row { grid-template-columns: 1fr 1fr; } }

.field--check { display: grid; grid-template-columns: auto 1fr; gap: .1rem .7rem; align-items: start; margin-bottom: 1.5rem; }
.field--check input { width: 19px; height: 19px; margin-top: .18rem; accent-color: var(--teal-800); }
.field--check label { font-weight: 400; font-size: .88rem; color: var(--ink-soft); margin: 0; }
.field--check .field__error { grid-column: 2; }

.form__note { margin: 1rem 0 0; font-size: .8rem; color: var(--ink-soft); text-align: center; }
.form__success {
  margin: 1rem 0 0; padding: 1rem 1.1rem;
  background: var(--teal-50); border: 1px solid var(--teal-100); border-left: 4px solid var(--teal-700);
  border-radius: var(--radius-sm); font-size: .92rem; color: #0a4b48;
}
.form__success strong { display: block; margin-bottom: .15rem; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer { background: var(--teal-900); color: rgba(255, 255, 255, .7); padding: clamp(3rem, 6vw, 4.5rem) 0 0; }
.footer__top { display: grid; gap: 2.5rem; grid-template-columns: 1fr; }
@media (min-width: 62em) { .footer__top { grid-template-columns: 1fr 1.4fr; } }
.footer .brand--footer { color: var(--white); margin-bottom: 1rem; }
.footer .brand--footer .brand__mark { background: rgba(255, 255, 255, .12); }
.footer__brand p { font-size: .9rem; margin: 0; }
.footer__nav { display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
.footer__nav h3 { font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--teal-200); margin-bottom: .9rem; }
.footer__nav ul { list-style: none; margin: 0; display: grid; gap: .55rem; }
.footer__nav a, .footer__nav li { font-size: .9rem; color: rgba(255, 255, 255, .7); text-decoration: none; }
.footer__nav a:hover { color: var(--coral-500); }
.footer__base {
  margin-top: clamp(2.5rem, 5vw, 3.5rem); padding: 1.4rem 0;
  border-top: 1px solid var(--line-dark);
  display: flex; flex-wrap: wrap; gap: .4rem 1.5rem; justify-content: space-between; font-size: .83rem;
}
.footer__base p { margin: 0; }
.footer__credit a { color: var(--teal-200); }

/* ==========================================================================
   Scroll reveal
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.7,.3,1), transform .7s cubic-bezier(.2,.7,.3,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .09s; }
.reveal[data-delay="2"] { transition-delay: .18s; }
.reveal[data-delay="3"] { transition-delay: .27s; }

/* ==========================================================================
   Motion & print
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important; scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .island, .menu, .rail-nav, .find__map, .tile__actions, .stories__picker { display: none !important; }
  body { background: #fff; color: #000; }
  .hero { padding-top: 1rem; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .doc-rail { display: grid !important; grid-template-columns: repeat(2, 1fr); overflow: visible !important; }
  .detail[hidden] { display: block !important; }
  .faq > p { display: block !important; }
}
