/* West County Wellness Wire - a wire-service bulletin desk for the Manchester Road corridor
   Concept:   "On the wire for Manchester Road and beyond." Short bulletins, long files, one action.
   Identity:  the telegraph pulse - two poles, one wire, one clean signal crossing it.
   Type:      Sora (display and UI, tight and geometric) / Piazzolla (long reading) / Reddit Mono (wire labels, datelines, captions)
   Palette:   cool slate canvas, deep harbor ink for the dark bands, wire teal for links and rules,
              a single moss green "signal" for register labels, the pulse, and live states
   Signature: the wire rule - a hairline that carries a pulse glyph, used for section heads, dividers,
              and the masthead; datelines in mono caps with a double slash (WIRE // WEST COUNTY);
              chamfered tiles instead of rounded cards; one italic phrase per headline */

:root {
  --canvas: #f4f7f8;
  --canvas-2: #eaf0f2;
  --paper: #ffffff;
  --paper-2: #f8fafb;

  --ink: #142530;
  --ink-2: #1e3340;
  --ink-soft: #3e5160;
  --muted: #5d6d76;
  --faint: #8796a0;

  --harbor: #0d1e27;
  --harbor-2: #12283a;
  --onhero: #eef5f7;
  --onhero-soft: #a9bdc6;

  --teal: #0c6b88;
  --teal-deep: #08516a;
  --teal-wash: #e6f1f5;

  --signal: #5b8235;
  --signal-deep: #46682a;
  --signal-wash: #eef4e6;

  --line: #dbe3e6;
  --line-2: #c9d5da;

  --display: "Sora", "Segoe UI", system-ui, sans-serif;
  --serif: "Piazzolla", Georgia, "Times New Roman", serif;
  --mono: "Reddit Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;

  --shell: 1180px;
  --read: 720px;
  --chamfer: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  --ease: cubic-bezier(0.25, 0.1, 0.2, 1);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.66;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--teal-deep); }
:focus-visible { outline: 2px solid var(--signal); outline-offset: 3px; }
h1, h2, h3, h4 { font-family: var(--display); color: var(--ink); margin: 0; }
h1 em, h2 em, h3 em { font-style: italic; font-family: var(--serif); font-weight: 500; color: var(--teal); letter-spacing: -0.005em; }
.shell { max-width: var(--shell); margin: 0 auto; padding: 0 24px; }
.sr { position: absolute; left: -9999px; }

/* ---------- The wire (signature devices) ---------- */
.dateline {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--signal-deep);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.dateline::before {
  content: "";
  width: 30px; height: 12px; flex: 0 0 auto;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 12'%3E%3Cpath d='M0 6h9l3-5 4 10 3-7 2 2h9' fill='none' stroke='%235b8235' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}
.wire-rule {
  display: flex; align-items: center; gap: 14px;
  color: var(--line-2);
  margin: 0;
}
.wire-rule::before, .wire-rule::after { content: ""; flex: 1 1 auto; height: 1px; background: var(--line-2); }
.wire-rule svg { width: 52px; height: 18px; flex: 0 0 auto; color: var(--signal); }

/* ---------- Ticker ---------- */
.ticker {
  background: var(--harbor);
  color: var(--onhero-soft);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.02em;
}
.ticker .shell {
  display: flex; justify-content: space-between; gap: 20px; align-items: center;
  padding-top: 9px; padding-bottom: 9px;
}
.ticker .note { display: flex; gap: 10px; align-items: center; min-width: 0; }
.ticker .note::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%; flex: 0 0 auto;
  background: var(--signal); box-shadow: 0 0 0 3px rgba(91, 130, 53, 0.28);
}
.ticker strong { color: #fff; font-weight: 500; }
.ticker .short { display: none; }
.ticker .slug { white-space: nowrap; letter-spacing: 0.14em; text-transform: uppercase; color: var(--onhero-soft); }

/* ---------- Masthead ---------- */
.masthead { background: var(--paper); border-bottom: 1px solid var(--line); }
.masthead .shell {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding-top: 22px; padding-bottom: 20px;
}
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; color: var(--ink); }
.brand .mark { width: 46px; height: 46px; flex: 0 0 auto; display: block; }
.brand-name { font-family: var(--display); font-weight: 800; font-size: 22px; letter-spacing: -0.025em; line-height: 1; }
.brand-name small {
  display: block; font-family: var(--mono); font-weight: 400; font-size: 10.5px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal); margin-top: 6px;
}
.folio {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; line-height: 1.6;
  color: var(--muted); text-align: right; max-width: 34ch; margin: 0;
}
.folio b { color: var(--signal-deep); font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; }

.navband { background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; }
.navband .shell { position: relative; }
.navband .shell::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; width: 48px; background: linear-gradient(90deg, rgba(255,255,255,0), var(--paper) 70%); pointer-events: none; display: none; }
.nav {
  display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none;
  -webkit-overflow-scrolling: touch; padding: 0;
}
.nav::-webkit-scrollbar { display: none; }
.nav a {
  font-family: var(--display); font-weight: 600; font-size: 13.5px; letter-spacing: 0.005em;
  color: var(--ink-soft); text-decoration: none; white-space: nowrap;
  padding: 13px 12px; border-bottom: 2px solid transparent; margin-bottom: -1px;
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}
.nav a:first-child { padding-left: 0; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--teal-deep); border-bottom-color: var(--signal); }
.nav .nav-cta { margin-left: auto; color: var(--signal-deep); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--display); font-weight: 700; font-size: 15px; letter-spacing: 0.005em;
  background: var(--signal); color: #fff; text-decoration: none;
  padding: 14px 22px; clip-path: var(--chamfer);
  transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}
.btn:hover { background: var(--signal-deep); color: #fff; transform: translateY(-1px); }
.btn .arw { font-family: var(--mono); font-weight: 400; }
.btn.ghost { background: transparent; color: var(--onhero); box-shadow: inset 0 0 0 1.5px rgba(238, 245, 247, 0.45); clip-path: none; }
.btn.ghost:hover { background: rgba(238, 245, 247, 0.08); color: #fff; }
.btn.line { background: transparent; color: var(--teal-deep); box-shadow: inset 0 0 0 1.5px var(--teal); clip-path: none; }
.btn.line:hover { background: var(--teal-wash); color: var(--teal-deep); }
.btn.tel { background: var(--teal); }
.btn.tel:hover { background: var(--teal-deep); }

/* ---------- Hero ---------- */
.hero { background: var(--harbor); color: var(--onhero); position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 88px);
  pointer-events: none;
}
.hero .shell {
  display: grid; grid-template-columns: 1.02fr 1fr; gap: 56px; align-items: stretch;
  padding-top: 64px; padding-bottom: 64px; position: relative;
}
.hero-copy { display: flex; flex-direction: column; justify-content: center; max-width: 560px; }
.hero-copy .dateline { color: #8fb65c; margin-bottom: 22px; }
.hero-copy .dateline::before { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 12'%3E%3Cpath d='M0 6h9l3-5 4 10 3-7 2 2h9' fill='none' stroke='%238fb65c' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; }
.hero h1 {
  color: #fff; font-weight: 800; font-size: clamp(36px, 4.3vw, 58px);
  line-height: 1.02; letter-spacing: -0.035em; margin: 0 0 24px;
}
.hero h1 em { color: #9fd0e0; }
.hero .lede { font-size: 19px; line-height: 1.6; color: var(--onhero-soft); margin: 0 0 32px; max-width: 52ch; }
.hero .lede strong { color: #fff; font-weight: 600; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hero-fig { margin: 0; display: flex; flex-direction: column; justify-content: center; }
.hero-fig img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; clip-path: var(--chamfer); }
.hero-fig figcaption, .photo figcaption, .feature-fig figcaption {
  font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.04em; line-height: 1.6;
  margin-top: 12px; color: var(--faint);
}
.hero-fig figcaption { color: var(--onhero-soft); }
.hero-fig figcaption b, .photo figcaption b, .feature-fig figcaption b { color: var(--signal); font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; }
.hero-fig figcaption b { color: #8fb65c; }
.feature-fig figcaption b, .photo figcaption b.credit { text-transform: none; letter-spacing: 0.02em; color: var(--teal); }

/* ---------- Bulletins (home) ---------- */
section { padding: 72px 0; }
.section-head { margin-bottom: 36px; max-width: 760px; }
.section-head .dateline { margin-bottom: 14px; }
.section-head h2 { font-size: clamp(27px, 3vw, 36px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; }
.section-head p { color: var(--muted); margin: 14px 0 0; font-size: 18px; }

.bulletins { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--line); background: var(--paper); clip-path: var(--chamfer); }
.bulletin { padding: 32px 28px 34px; border-right: 1px solid var(--line); position: relative; }
.bulletin:last-child { border-right: none; }
.bulletin .num { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; color: var(--signal-deep); text-transform: uppercase; display: block; margin-bottom: 18px; }
.bulletin h3 { font-size: 20px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.25; margin-bottom: 12px; }
.bulletin p { margin: 0 0 10px; color: var(--ink-soft); font-size: 16.5px; line-height: 1.62; }
.bulletin p:last-child { margin-bottom: 0; }
.bulletin a { font-family: var(--display); font-weight: 600; font-size: 14px; text-decoration: none; }

/* ---------- Feature (photo + copy) ---------- */
.feature { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature .shell { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.feature-fig { margin: 0; }
.feature-fig img { width: 100%; clip-path: var(--chamfer); }
.feature-copy .dateline { margin-bottom: 16px; }
.feature-copy h2 { font-size: clamp(26px, 2.8vw, 34px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.12; margin-bottom: 16px; }
.feature-copy p { color: var(--ink-soft); margin: 0 0 14px; }
.feature-copy p:last-child { margin-bottom: 0; }

/* ---------- Guide index ---------- */
.index { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.entry {
  display: grid; grid-template-columns: 1fr; gap: 10px;
  background: var(--paper); border: 1px solid var(--line); padding: 26px 26px 28px;
  text-decoration: none; color: var(--ink); position: relative;
  transition: border-color 0.2s var(--ease), transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.entry::after {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--line-2);
  transition: background 0.2s var(--ease);
}
.entry:hover { border-color: var(--line-2); transform: translateY(-2px); box-shadow: 0 18px 36px -28px rgba(13, 30, 39, 0.45); color: var(--ink); }
.entry:hover::after { background: var(--signal); }
.entry.lead { grid-column: 1 / -1; grid-template-columns: 1fr 1.4fr; gap: 28px; align-items: center; padding: 34px 34px 36px; background: var(--harbor); color: var(--onhero); border-color: var(--harbor); }
.entry.lead::after { background: var(--signal); }
.entry.lead h3 { color: #fff; font-size: 28px; }
.entry.lead p { color: var(--onhero-soft); }
.entry.lead .e-tag { color: #8fb65c; }
.entry.lead .e-go { color: #8fb65c; }
.e-tag { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--signal-deep); }
.entry h3 { font-size: 20px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.25; }
.entry p { margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.6; }
.e-go { font-family: var(--mono); font-size: 12px; color: var(--teal); letter-spacing: 0.06em; margin-top: 6px; }

/* ---------- Clinic block ---------- */
.clinic { background: var(--paper); border: 1px solid var(--line); clip-path: var(--chamfer); }
.clinic-head { padding: 38px 38px 26px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; }
.clinic-head .dateline { margin-bottom: 14px; }
.clinic-head h2, .clinic-head h3 { font-size: clamp(24px, 2.6vw, 32px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; }
.clinic-head p { color: var(--muted); margin: 10px 0 0; max-width: 60ch; font-size: 17px; }
.clinic-head .tag { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); text-align: right; line-height: 1.7; }
.rooms { display: grid; grid-template-columns: repeat(3, 1fr); }
.room { padding: 28px 38px 32px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.room:last-child { border-right: none; }
.room .e-tag { margin-bottom: 10px; }
.room.near .e-tag { color: var(--signal-deep); }
.room h4 { font-size: 19px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 8px; }
.room address { font-style: normal; color: var(--ink-soft); font-size: 16px; line-height: 1.55; margin-bottom: 10px; }
.room .hours { font-family: var(--mono); font-size: 12px; line-height: 1.7; color: var(--muted); margin: 0 0 16px; letter-spacing: 0.01em; }
.room .tel { font-family: var(--display); font-weight: 700; font-size: 18px; letter-spacing: -0.01em; text-decoration: none; color: var(--ink); margin-bottom: 16px; display: inline-block; }
.room .tel:hover { color: var(--teal-deep); }
.room .go { margin-top: auto; align-self: flex-start; font-family: var(--display); font-weight: 600; font-size: 14px; text-decoration: none; }
.clinic-foot { padding: 22px 38px; border-top: 1px solid var(--line); background: var(--paper-2); font-family: var(--mono); font-size: 12px; color: var(--muted); line-height: 1.7; }

/* ---------- Reviews ---------- */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review { background: var(--paper); border: 1px solid var(--line); padding: 26px 26px 22px; margin: 0; }
.review p { font-size: 19px; line-height: 1.45; margin: 0 0 16px; color: var(--ink-2); font-style: italic; }
.review cite { font-family: var(--mono); font-style: normal; font-size: 11.5px; letter-spacing: 0.08em; color: var(--muted); }

/* ---------- CTA band ---------- */
.cta-band { background: var(--harbor-2); color: var(--onhero); clip-path: var(--chamfer); padding: 44px 42px; display: grid; grid-template-columns: 1.3fr 1fr; gap: 36px; align-items: center; }
.cta-band .dateline { color: #8fb65c; margin-bottom: 12px; }
.cta-band .dateline::before { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 12'%3E%3Cpath d='M0 6h9l3-5 4 10 3-7 2 2h9' fill='none' stroke='%238fb65c' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; }
.cta-band h2, .cta-band h3 { color: #fff; font-size: clamp(24px, 2.6vw, 32px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.12; margin-bottom: 12px; }
.cta-band h2 em, .cta-band h3 em { color: #9fd0e0; }
.cta-band p { color: var(--onhero-soft); margin: 0; font-size: 17px; }
.cta-band .cta-actions { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.cta-band .cta-actions .btn { width: 100%; justify-content: space-between; }
.cta-band .fine { font-family: var(--mono); font-size: 11.5px; color: var(--onhero-soft); line-height: 1.6; letter-spacing: 0.02em; }

/* ---------- Notes (ER and disclosure) ---------- */
.er-note { border-left: 3px solid var(--signal); background: var(--paper); padding: 18px 22px; font-size: 16px; line-height: 1.6; color: var(--ink-soft); margin: 0; }
.er-note b { font-family: var(--display); font-weight: 700; color: var(--ink); }
.note-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.disclosure { border: 1px solid var(--line); background: var(--paper-2); padding: 18px 22px; font-size: 15px; line-height: 1.62; color: var(--muted); margin: 0; }
.disclosure b { font-family: var(--mono); font-weight: 500; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--signal-deep); display: block; margin-bottom: 8px; }

/* ---------- Article pages ---------- */
.article-head { background: var(--paper); border-bottom: 1px solid var(--line); padding: 60px 0 48px; }
.article-head .shell { max-width: calc(var(--read) + 48px); }
.article-head .dateline { margin-bottom: 18px; }
.article-head h1 { font-size: clamp(33px, 4vw, 50px); font-weight: 800; letter-spacing: -0.035em; line-height: 1.06; margin-bottom: 20px; }
.article-head .lede { font-size: 20px; line-height: 1.55; color: var(--ink-soft); margin: 0 0 26px; }
.byline { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); border-top: 1px solid var(--line); padding-top: 16px; margin: 0; line-height: 1.8; }
.byline b { color: var(--signal-deep); font-weight: 500; }

.article { padding: 56px 0 64px; }
.article .shell { max-width: calc(var(--read) + 48px); }
.prose { font-size: 18.5px; line-height: 1.72; }
.prose > p { margin: 0 0 22px; }
.prose > p:first-of-type::first-letter { font-family: var(--display); font-weight: 800; font-size: 3.1em; float: left; line-height: 0.86; padding: 6px 10px 0 0; color: var(--teal); }
.prose h2 { font-size: 27px; font-weight: 800; letter-spacing: -0.03em; line-height: 1.18; margin: 44px 0 14px; }
.prose h3 { font-size: 20px; font-weight: 700; letter-spacing: -0.02em; margin: 30px 0 10px; }
.prose ul, .prose ol { padding-left: 22px; margin: 0 0 22px; }
.prose li { margin-bottom: 8px; }
.prose li::marker { color: var(--signal); font-family: var(--mono); }
.prose strong { font-weight: 600; color: var(--ink); }
.prose a.cite { font-family: var(--mono); font-size: 0.78em; letter-spacing: 0.02em; color: var(--teal); text-decoration: none; border-bottom: 1px solid var(--line-2); }
.prose a.cite:hover { border-bottom-color: var(--teal); }

.takeaways { background: var(--paper); border: 1px solid var(--line); padding: 26px 28px 22px; margin: 0 0 36px; clip-path: var(--chamfer); }
.takeaways .dateline { margin-bottom: 14px; }
.takeaways ul { margin: 0; padding: 0; list-style: none; }
.takeaways li { position: relative; padding-left: 26px; margin-bottom: 10px; font-size: 17px; line-height: 1.55; color: var(--ink-2); }
.takeaways li::before { content: ""; position: absolute; left: 2px; top: 9px; width: 8px; height: 8px; background: var(--signal); clip-path: polygon(30% 0, 100% 0, 100% 70%, 70% 100%, 0 100%, 0 30%); }
.takeaways li:last-child { margin-bottom: 0; }

.photo { margin: 34px 0; }
.photo img { width: 100%; clip-path: var(--chamfer); }
.photo.wide { margin: 34px -60px; }

.callout { border-left: 3px solid var(--teal); background: var(--teal-wash); padding: 20px 24px; margin: 28px 0; font-size: 17px; line-height: 1.6; }
.callout b { font-family: var(--display); font-weight: 700; display: block; margin-bottom: 6px; color: var(--teal-deep); }
.steps { counter-reset: step; list-style: none; padding: 0; margin: 0 0 26px; }
.steps li { counter-increment: step; position: relative; padding: 0 0 0 52px; margin-bottom: 18px; }
.steps li::before { content: counter(step, decimal-leading-zero); position: absolute; left: 0; top: 4px; font-family: var(--mono); font-size: 13px; letter-spacing: 0.06em; color: var(--signal-deep); border: 1px solid var(--line-2); padding: 3px 7px; background: var(--paper); }
.steps li b { font-family: var(--display); font-weight: 700; display: block; margin-bottom: 3px; }

.faq { margin: 0; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 20px 40px 20px 0; font-family: var(--display); font-weight: 700; font-size: 18.5px; letter-spacing: -0.015em; position: relative; line-height: 1.35; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 2px; top: 18px; font-family: var(--mono); font-size: 20px; color: var(--signal); }
.faq details[open] summary::after { content: "-"; }
.faq details p { margin: 0 0 22px; color: var(--ink-soft); font-size: 17.5px; max-width: 62ch; }

.roomlist { display: grid; gap: 18px; margin: 30px 0; }
.roomcard { background: var(--paper); border: 1px solid var(--line); padding: 28px 30px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 24px; position: relative; }
.roomcard::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--line-2); }
.roomcard.near::after { background: var(--signal); }
.roomcard .e-tag { display: block; margin-bottom: 8px; }
.roomcard h2 { font-size: 24px; margin: 0 0 10px; }
.roomcard address { font-style: normal; color: var(--ink-soft); margin-bottom: 8px; line-height: 1.5; }
.roomcard .hours { font-family: var(--mono); font-size: 12.5px; color: var(--muted); line-height: 1.75; margin: 0; }
.roomcard .side { display: flex; flex-direction: column; gap: 12px; justify-content: center; align-items: flex-start; }
.roomcard .side .btn { width: 100%; justify-content: space-between; }
.roomcard .side .tel { font-family: var(--display); font-weight: 700; font-size: 20px; text-decoration: none; color: var(--ink); }
.roomcard .side .tel:hover { color: var(--teal-deep); }
.roomcard .side small { font-family: var(--mono); font-size: 11px; color: var(--muted); letter-spacing: 0.04em; }

.related { margin-top: 48px; border-top: 1px solid var(--line); padding-top: 26px; }
.related .dateline { margin-bottom: 14px; }
.related a { display: flex; justify-content: space-between; gap: 16px; align-items: baseline; text-decoration: none; color: var(--ink); font-family: var(--display); font-weight: 600; font-size: 16.5px; letter-spacing: -0.01em; padding: 13px 0; border-bottom: 1px solid var(--line); transition: padding-left 0.2s var(--ease), color 0.2s var(--ease); }
.related a span { font-family: var(--mono); font-size: 11px; color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.related a:hover { color: var(--teal-deep); padding-left: 8px; }
.article .cta-band { margin-top: 44px; grid-template-columns: 1fr; gap: 22px; padding: 36px 32px; }
.article .cta-band .cta-actions { flex-direction: row; flex-wrap: wrap; }
.article .cta-band .cta-actions .btn { width: auto; }
.article .note-grid { grid-template-columns: 1fr; margin-top: 36px; }

/* ---------- Footer ---------- */
.site-foot { background: var(--harbor); color: var(--onhero-soft); font-size: 14.5px; border-top: 3px solid var(--signal); }
.site-foot .shell { padding-top: 56px; padding-bottom: 40px; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 44px; }
.site-foot a { color: #d3e0e6; text-decoration: none; }
.site-foot a:hover { color: #fff; }
.foot-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.foot-brand .mark { width: 40px; height: 40px; }
.foot-brand .brand-name { color: #fff; font-size: 19px; }
.foot-brand .brand-name small { color: #8fb65c; }
.foot-lead { max-width: 40ch; line-height: 1.6; margin: 0 0 18px; }
.foot-col h4 { font-family: var(--mono); font-weight: 500; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: #8fb65c; margin: 0 0 16px; }
.foot-col a { display: block; margin-bottom: 10px; font-family: var(--display); font-weight: 500; font-size: 14px; }
.foot-col p { margin: 0 0 10px; font-family: var(--mono); font-size: 12px; line-height: 1.7; }
.foot-disc { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 40px; padding-top: 24px; font-size: 12.5px; line-height: 1.66; color: #7f94a0; max-width: 960px; }
.foot-disc p { margin: 0 0 10px; }
.foot-meta { font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: #60767f; margin-top: 18px; display: flex; gap: 18px; flex-wrap: wrap; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero .shell { grid-template-columns: 1fr; gap: 32px; padding-top: 48px; padding-bottom: 52px; }
  .hero-copy { max-width: 100%; }
  .hero-fig img { min-height: 0; aspect-ratio: 3 / 2; height: auto; }
  .bulletins { grid-template-columns: 1fr; }
  .bulletin { border-right: none; border-bottom: 1px solid var(--line); }
  .bulletin:last-child { border-bottom: none; }
  .feature .shell { grid-template-columns: 1fr; gap: 28px; }
  .rooms { grid-template-columns: 1fr; }
  .room { border-right: none; border-bottom: 1px solid var(--line); }
  .room:last-child { border-bottom: none; }
  .reviews { grid-template-columns: 1fr; }
  .cta-band { grid-template-columns: 1fr; padding: 34px 28px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .foot-about { grid-column: 1 / -1; }
  .clinic-head { grid-template-columns: 1fr; }
  .clinic-head .tag { text-align: left; }
  .photo.wide { margin: 30px 0; }
  .masthead .folio { display: none; }
}
@media (max-width: 680px) {
  body { font-size: 17px; }
  .shell { padding: 0 18px; }
  section { padding: 52px 0; }
  .ticker .slug { display: none; }
  .ticker .long { display: none; }
  .ticker .short { display: inline; }
  .ticker { font-size: 11.5px; }
  /* Phone nav: no scroller, no fade. Wrap to rows, CTA first so it sits on row one. */
  .navband { position: static; }
  .navband .shell::after { display: none; }
  .nav { flex-wrap: wrap; overflow: visible; gap: 0 2px; padding: 4px 0 6px; }
  .nav a { font-size: 13px; padding: 9px 9px; margin-bottom: 0; border-bottom-width: 2px; }
  .nav a:first-child { padding-left: 9px; }
  .nav .nav-cta { order: -1; margin-left: 0; padding-left: 0; }
  .nav .nav-cta::before { content: "\25CF"; font-size: 8px; vertical-align: 2px; margin-right: 7px; color: var(--signal); }
  .masthead .shell { padding-top: 16px; padding-bottom: 14px; }
  .brand .mark { width: 40px; height: 40px; }
  .brand-name { font-size: 19px; }
  .hero h1 { font-size: clamp(32px, 9.2vw, 40px); }
  .hero .lede { font-size: 17.5px; }
  .hero-actions .btn { width: 100%; justify-content: space-between; }
  .index { grid-template-columns: 1fr; }
  .entry.lead { grid-template-columns: 1fr; gap: 12px; padding: 28px 22px; }
  .entry.lead h3 { font-size: 24px; }
  .entry { padding: 22px 20px 24px; }
  .clinic-head, .room { padding-left: 22px; padding-right: 22px; }
  .clinic-foot { padding: 18px 22px; }
  .note-grid { grid-template-columns: 1fr; }
  .article-head { padding: 44px 0 36px; }
  .article-head h1 { font-size: clamp(30px, 8.4vw, 38px); }
  .article-head .lede { font-size: 18px; }
  .prose { font-size: 17.5px; }
  .prose h2 { font-size: 24px; }
  .takeaways { padding: 22px 20px 18px; }
  .roomcard { grid-template-columns: 1fr; padding: 22px 20px; }
  .article .cta-band .cta-actions .btn { width: 100%; }
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
  .faq summary { font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}

/* Phone nav: the horizontal scroller clipped section names mid-word and pushed the
   last item (often the call to action) off screen. Let it wrap instead. */
@media (max-width: 700px) {
  .nav { flex-wrap: wrap; white-space: normal; overflow-x: visible; row-gap: 6px;
    -webkit-mask-image: none; mask-image: none; }
  .nav::after, .nav::before { content: none; }
  .nav a { white-space: nowrap; }
}
