/* ==========================================================================
   Priority One Aesthetics — page and component styles.
   Depends on theme.css for tokens.
   ========================================================================== */

/* ── Header ───────────────────────────────────────────────────────────── */

.site-header {
  position: sticky;
  top: 0;
  z-index: var(--z-header);
  border-bottom: 1px solid transparent;
  transition: background-color var(--t-med) var(--ease),
              border-color var(--t-med) var(--ease);
}
/* Glass earns its place here: the header floats over a lit gradient and over
   page content as it scrolls beneath. */
.site-header.is-stuck {
  background: rgba(6, 10, 18, 0.72);
  border-bottom-color: var(--hairline);
  -webkit-backdrop-filter: blur(var(--blur-nav)) saturate(160%);
  backdrop-filter: blur(var(--blur-nav)) saturate(160%);
}

.header-bar {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  min-height: 4.5rem;
}

.brand { flex: 0 0 auto; margin-right: auto; }
.brand img { height: 2.1rem; width: auto; }
@media (min-width: 900px) { .brand img { height: 2.4rem; } }

.nav { display: none; }
@media (min-width: 900px) {
  .nav { display: flex; align-items: center; gap: 1.6rem; }
}
.nav a {
  color: var(--text-dim);
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  padding-block: 0.4rem;
  border-bottom: 1px solid transparent;
  transition: color var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease);
}
.nav a:hover { color: var(--text); }
.nav a[aria-current='page'] { color: var(--gold-300); border-bottom-color: var(--gold-500); }

.header-cta { display: none; }
@media (min-width: 900px) { .header-cta { display: inline-flex; } }

.nav-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
  padding: 0.55rem 0.95rem;
  background: var(--glass);
  border: 1px solid var(--hairline);
  border-radius: var(--r-pill);
  color: var(--text);
  font: 600 0.8125rem var(--font-body);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 900px) { .nav-toggle { display: none; } }

.nav-drawer {
  position: fixed;
  inset: 0;
  z-index: var(--z-drawer);
  display: grid;
  align-content: start;
  gap: 0.25rem;
  padding: 6rem var(--pad-x) 2.5rem;
  background: rgba(4, 7, 14, 0.97);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}
.nav-drawer[hidden] { display: none; }
/* :not(.btn) matters — `.nav-drawer a` outweighs `.btn--primary`, so without it the
   drawer's call to action inherits this near-white colour onto its gold fill and
   drops to 2.7:1. */
.nav-drawer a:not(.btn) {
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--hairline);
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.5rem;
  text-decoration: none;
}
.nav-drawer a:not(.btn)[aria-current='page'] { color: var(--gold-300); }
.nav-drawer .btn { margin-top: 1.5rem; }
.nav-close {
  position: absolute;
  top: 1.4rem; right: var(--pad-x);
  padding: 0.55rem 0.95rem;
  background: var(--glass);
  border: 1px solid var(--hairline);
  border-radius: var(--r-pill);
  color: var(--text);
  font: 600 0.8125rem var(--font-body);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

/* ── Hero ─────────────────────────────────────────────────────────────── */

.hero { padding-block: clamp(3rem, 8vw, 6rem) clamp(3.5rem, 8vw, 6.5rem); }

.hero-grid {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
}
@media (min-width: 1000px) {
  .hero-grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); }
}

.hero h1 { margin-bottom: 1.1rem; }
.hero .lede { max-width: 46ch; margin-bottom: 2rem; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-bottom: 2.75rem; }

.hero-facts {
  display: grid;
  gap: 1.1rem 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--hairline);
}
@media (min-width: 640px) { .hero-facts { grid-template-columns: repeat(3, 1fr); } }
.hero-facts dt {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--gold-300);
  line-height: 1.1;
}
.hero-facts dd { margin: 0.35rem 0 0; font-size: 0.875rem; line-height: 1.5; color: var(--text-muted); }

/* The new-client offer floats over the lit corner — a real use for glass. */
/* Denser than the default glass: a very transparent pane lets the lit backdrop
   swing behind small text, and per-pixel contrast dropped near 1:1 in places even
   where the median was fine. */
.offer-card {
  padding: clamp(1.6rem, 3vw, 2.25rem);
  background: rgba(9, 14, 24, 0.93);
}
/* Text over a blurred backdrop can't rely on a single background colour, so the
   copy inside this pane runs one step brighter and one step larger than the same
   roles elsewhere on the page. */
.offer-card .fine { font-size: 0.875rem; color: var(--text); }
.offer-or {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-300);
}
.offer-card .tracked { display: block; margin-bottom: 0.9rem; }
.offer-price {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 4.25rem);
  font-weight: 600;
  line-height: 1;
  color: var(--text);
}
.offer-price span { font-family: var(--font-body); font-size: 1rem; font-weight: 500; color: var(--text-muted); }
.offer-list { margin: 1.5rem 0 0; padding: 0; list-style: none; display: grid; gap: 0.75rem; }
/* Marker is positioned, not a grid cell: inline children (a <strong>, an <em>, a
   bare text node) would each become their own grid item and break the line. */
.offer-list li {
  position: relative;
  padding-left: 1.4rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-dim);
}
.offer-list li::before {
  content: '';
  position: absolute;
  left: 0.15rem; top: 0.62em;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold-500);
}
.offer-note { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--hairline); }

/* ── Section headings ─────────────────────────────────────────────────── */

.section-head { max-width: 60ch; margin-bottom: clamp(2.25rem, 4vw, 3.25rem); }
.section-head p { margin-top: 0.9rem; color: var(--text-muted); }

.head-split p { max-width: 62ch; }
.head-split {
  display: grid;
  gap: 1.25rem;
  align-items: end;
  margin-bottom: clamp(2.25rem, 4vw, 3.25rem);
}
@media (min-width: 820px) {
  .head-split { grid-template-columns: minmax(0, 1fr) auto; }
}

/* ── Editorial two-column (welcome / about) ───────────────────────────── */

.split {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
@media (min-width: 900px) {
  .split { grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); }
}

/* ── Services ─────────────────────────────────────────────────────────── */

.service-group + .service-group { margin-top: clamp(3rem, 6vw, 4.5rem); }
.service-group > h2 { margin-bottom: 0.5rem; }
.service-group > .muted { margin-bottom: 2rem; max-width: 62ch; }

/* A definition list, not a card grid: name and price on a rule, detail beneath. */
.service-list { display: grid; gap: 0; }
.service-item {
  display: grid;
  gap: 0.35rem 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--hairline);
}
.service-item:last-child { border-bottom: 1px solid var(--hairline); }
@media (min-width: 760px) {
  .service-item { grid-template-columns: minmax(0, 15rem) minmax(0, 1fr); }
}
.service-item p, .service-item .service-bullets { max-width: 68ch; }
.service-item h3 { display: flex; align-items: baseline; flex-wrap: wrap; gap: 0.5rem; }
.service-item h3 sup { font-size: 0.6em; color: var(--text-faint); }
.service-price {
  margin-top: 0.3rem;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--gold-300);
  line-height: 1.1;
}
.service-price small {
  display: block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-faint);
}
.service-bullets { margin: 0; padding-left: 1.15rem; display: grid; gap: 0.4rem; }
.service-bullets li { color: var(--text-dim); }
.service-bullets li::marker { color: var(--gold-700); }

/* ── Pricing table ────────────────────────────────────────────────────── */

.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }

.price-table {
  width: 100%;
  min-width: 26rem;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
}
.price-table caption {
  margin-bottom: 1.25rem;
  text-align: left;
  color: var(--text-muted);
  font-size: 0.9375rem;
}
.price-table th, .price-table td { padding: 0.85rem 1rem; text-align: left; }
.price-table thead th {
  border-bottom: 1px solid var(--hairline-gold);
  color: var(--gold-400);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.price-table tbody tr { border-bottom: 1px solid var(--hairline); }
.price-table tbody tr:hover { background: rgba(255, 255, 255, 0.025); }
.price-table td:first-child { color: var(--text); font-weight: 500; }
.price-table td small { display: block; color: var(--text-faint); font-weight: 400; }
.price-table .units { color: var(--gold-300); white-space: nowrap; }

/* ── Providers ────────────────────────────────────────────────────────── */

.providers { display: grid; gap: clamp(2.5rem, 5vw, 4rem); }
@media (min-width: 880px) { .providers { grid-template-columns: 1fr 1fr; } }

.provider-figure { margin: 0 0 1.75rem; position: relative; }
.provider-figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 22%;
  border-radius: var(--r-lg);
  border: 1px solid var(--hairline);
  filter: saturate(0.94) contrast(1.03);
}
/* A gold hairline down one edge, echoing the AESTHETICS rule. */
.provider-figure::after {
  content: '';
  position: absolute;
  left: 1.5rem; right: 1.5rem; bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-500), transparent);
}

.provider-name { display: flex; align-items: baseline; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 0.3rem; }
.provider-name h3 { font-family: var(--font-display); font-size: clamp(1.5rem, 2.4vw, 1.9rem); font-weight: 600; }
.provider-name .cred { font-size: 0.875rem; font-weight: 600; letter-spacing: 0.06em; color: var(--blue-300); }

.provider-badges { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1.1rem 0 1.4rem; padding: 0; list-style: none; }

.provider-why {
  margin: 0;
  padding-left: 1.4rem;
  border-left: 1px solid var(--hairline-gold);
}
.provider-why p { font-size: 1.0625rem; line-height: 1.6; color: var(--text-dim); }
.provider-why cite {
  display: block;
  margin-top: 0.8rem;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-faint);
}

/* ── Steps (a real sequence, so the numbers carry information) ────────── */

.steps { display: grid; gap: 1.75rem; counter-reset: step; margin: 0; padding: 0; list-style: none; }
@media (min-width: 760px) { .steps { grid-template-columns: repeat(3, 1fr); gap: 2.5rem; } }
.steps li { counter-increment: step; padding-top: 1.5rem; border-top: 1px solid var(--hairline); }
.steps li::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  margin-bottom: 0.85rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--gold-500);
}
.steps h3 { margin-bottom: 0.5rem; }
.steps p { color: var(--text-muted); font-size: 0.9375rem; }

/* ── Membership ───────────────────────────────────────────────────────── */

.vip {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
  padding: clamp(1.75rem, 4vw, 3rem);
}
@media (min-width: 900px) { .vip { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); align-items: center; } }

.vip-price { display: flex; align-items: baseline; gap: 0.5rem; margin: 0.75rem 0 0; }
.vip-price strong {
  font-family: var(--font-display);
  font-size: clamp(3.25rem, 8vw, 4.75rem);
  font-weight: 600;
  color: var(--text);
  line-height: 1;
}
.vip-price span { color: var(--text-muted); }

.vip-benefits { display: grid; gap: 1.1rem; margin: 0; padding: 0; list-style: none; }
.vip-benefits li {
  position: relative;
  padding-left: 2.4rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--hairline);
}
.vip-benefits li:last-child { border-bottom: 0; padding-bottom: 0; }
.vip-benefits li::before {
  content: '';
  position: absolute;
  left: 0; top: 0.78em;
  width: 1.5rem; height: 1px;
  background: var(--gold-500);
}
.vip-benefits strong { display: block; color: var(--text); }
.vip-benefits span { color: var(--text-muted); font-size: 0.9375rem; }

/* ── FAQ ──────────────────────────────────────────────────────────────── */

.faq-group + .faq-group { margin-top: 3rem; }
.faq-group > h2 { margin-bottom: 1.5rem; font-size: clamp(1.4rem, 2.4vw, 1.8rem); }

.faq details { border-bottom: 1px solid var(--hairline); }
.faq details:first-of-type { border-top: 1px solid var(--hairline); }
.faq summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 0;
  color: var(--text);
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  transition: color var(--t-fast) var(--ease);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '';
  flex: 0 0 auto;
  margin-left: auto;
  width: 0.6rem; height: 0.6rem;
  border-right: 1.5px solid var(--gold-500);
  border-bottom: 1.5px solid var(--gold-500);
  transform: rotate(45deg);
  transition: transform var(--t-med) var(--ease);
}
.faq details[open] summary { color: var(--gold-300); }
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq summary:hover { color: var(--gold-300); }
.faq .faq-answer { padding: 0 0 1.4rem; max-width: 72ch; color: var(--text-dim); }
.faq .faq-answer ul { padding-left: 1.2rem; }
.faq .faq-answer li::marker { color: var(--gold-700); }

/* ── Forms ────────────────────────────────────────────────────────────── */

.form-grid { display: grid; gap: 1.25rem; }
@media (min-width: 700px) { .form-grid--2 { grid-template-columns: 1fr 1fr; } }
.field--wide { grid-column: 1 / -1; }

.field { display: grid; gap: 0.45rem; }
/* Field labels stay sentence case: some of them are whole questions, and words in
   all caps lose the ascender/descender shape we read by. Uppercase is reserved for
   the short legends below. */
.field > label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-dim);
}
.fieldset-legend {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.field .hint { font-size: 0.8125rem; color: var(--text-faint); }
.req { color: var(--gold-400); }

.input, .select, .textarea {
  width: 100%;
  padding: 0.85em 1em;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--hairline);
  border-radius: var(--r-sm);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.4;
  transition: border-color var(--t-fast) var(--ease), background-color var(--t-fast) var(--ease);
}
.textarea { min-height: 7rem; resize: vertical; }
.input::placeholder, .textarea::placeholder { color: var(--text-faint); }
.input:hover, .select:hover, .textarea:hover { border-color: var(--hairline-strong); }
.input:focus, .select:focus, .textarea:focus {
  outline: none;
  border-color: var(--blue-400);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 0 0 3px rgba(46, 107, 214, 0.22);
}
.select {
  appearance: none;
  padding-right: 2.5rem;
  background-image: linear-gradient(45deg, transparent 50%, var(--gold-500) 50%),
                    linear-gradient(135deg, var(--gold-500) 50%, transparent 50%);
  background-position: calc(100% - 1.15rem) 55%, calc(100% - 0.8rem) 55%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.input[aria-invalid='true'], .textarea[aria-invalid='true'], .select[aria-invalid='true'] {
  border-color: oklch(0.65 0.17 25);
}

fieldset { margin: 0; padding: 0; border: 0; }
.fieldset-legend { display: block; margin-bottom: 0.85rem; padding: 0; }

/* Service picker — the checkbox "menu" the practice asked for. */
.check-menu { display: grid; gap: 0.65rem; }
@media (min-width: 640px) { .check-menu { grid-template-columns: 1fr 1fr; } }

.check {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.9rem 1.1rem;
  background: rgba(255, 255, 255, 0.028);
  border: 1px solid var(--hairline);
  border-radius: var(--r-sm);
  cursor: pointer;
  transition: border-color var(--t-fast) var(--ease), background-color var(--t-fast) var(--ease);
}
.check:hover { border-color: var(--hairline-strong); background: rgba(255, 255, 255, 0.05); }
.check:has(input:checked) { border-color: var(--hairline-gold); background: rgba(201, 150, 46, 0.08); }
.check:has(input:focus-visible) { outline: 2px solid var(--blue-300); outline-offset: 2px; }
.check input { width: 1.1rem; height: 1.1rem; accent-color: var(--gold-500); cursor: pointer; }
.check .check-name { color: var(--text); font-weight: 500; }
.check .check-price { color: var(--gold-300); font-size: 0.875rem; font-variant-numeric: tabular-nums; }

/* Consent blocks read as commitments, not fine print. */
.consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  padding: 1.15rem 1.25rem;
  background: rgba(255, 255, 255, 0.028);
  border: 1px solid var(--hairline);
  border-radius: var(--r-sm);
}
.consent + .consent { margin-top: 0.85rem; }
.consent input { width: 1.15rem; height: 1.15rem; margin-top: 0.15rem; accent-color: var(--gold-500); }
.consent span { font-size: 0.9375rem; line-height: 1.55; color: var(--text-dim); }
.consent strong { color: var(--text); }

.notice {
  max-width: 68ch;
  padding: 1.1rem 1.3rem;
  border-radius: var(--r-sm);
  border: 1px solid var(--hairline);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.9375rem;
  line-height: 1.6;
}
.notice--gold { border-color: var(--hairline-gold); background: rgba(201, 150, 46, 0.07); }
.notice--error { border-color: oklch(0.55 0.16 25); background: rgba(190, 60, 50, 0.12); color: var(--text); }
.notice--error ul { margin: 0.5rem 0 0; padding-left: 1.2rem; }
.notice--ok { border-color: oklch(0.6 0.13 155); background: rgba(40, 150, 90, 0.12); }

.form-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; margin-top: 2rem; }

/* Group booking guest rows */
.guest-rows { display: grid; gap: 0.75rem; }
.guest-row { display: grid; gap: 0.65rem; align-items: center; }
@media (min-width: 620px) { .guest-row { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto; } }
.guest-remove {
  padding: 0.6em 0.9em;
  background: transparent;
  border: 1px solid var(--hairline);
  border-radius: var(--r-sm);
  color: var(--text-muted);
  font: 500 0.8125rem var(--font-body);
  cursor: pointer;
}
.guest-remove:hover { border-color: oklch(0.55 0.16 25); color: var(--text); }

/* ── Call-to-action band ──────────────────────────────────────────────── */

/* A solid panel with a gold edge, not a coloured haze. Text on a translucent
   radial "spotlight" measured as low as 1.2:1 in places, and the effect itself is
   a reflex decoration — the surface is stronger standing on its own. */
.cta-band {
  display: grid;
  gap: 1.75rem;
  align-items: center;
  padding: clamp(2rem, 5vw, 3.25rem);
  border-radius: var(--r-xl);
  border: 1px solid var(--hairline-gold);
  background: var(--ink-850);
}
@media (min-width: 860px) { .cta-band { grid-template-columns: minmax(0, 1fr) auto; gap: 2.5rem; } }
.cta-band h2 { font-size: clamp(1.7rem, 3vw, 2.35rem); }
.cta-band p { margin-top: 0.75rem; color: var(--text-dim); max-width: 52ch; }
.service-group > .muted, .section-head p { max-width: 68ch; }
.cta-band .btn-row { display: flex; flex-wrap: wrap; gap: 0.85rem; }

/* ── Footer ───────────────────────────────────────────────────────────── */

.site-footer {
  margin-top: clamp(4rem, 8vw, 7rem);
  border-top: 1px solid var(--hairline);
  background: rgba(4, 7, 14, 0.6);
}
.footer-grid {
  display: grid;
  gap: 2.5rem;
  padding-block: clamp(3rem, 6vw, 4.5rem) 2rem;
}
@media (min-width: 760px) { .footer-grid { grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(0, 1fr)); } }
.footer-brand img { height: 4.5rem; width: auto; margin-bottom: 1.25rem; }
.footer-brand p { max-width: 34ch; font-size: 0.9375rem; color: var(--text-muted); }
.footer-col h2 {
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-400);
}
.footer-col ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 0.6rem; }
.footer-col a { color: var(--text-muted); font-size: 0.9375rem; text-decoration: none; }
.footer-col a:hover { color: var(--gold-300); }

.footer-legal {
  padding-block: 1.5rem 2.5rem;
  border-top: 1px solid var(--hairline);
  display: grid;
  gap: 1rem;
}
@media (min-width: 760px) { .footer-legal { grid-template-columns: 1fr auto; align-items: center; } }
.footer-legal p { margin: 0; font-size: 0.8125rem; color: var(--text-faint); }
.footer-legal nav { display: flex; flex-wrap: wrap; gap: 1.25rem; }
.footer-legal nav a { font-size: 0.8125rem; color: var(--text-faint); text-decoration: none; }
.footer-legal nav a:hover { color: var(--gold-300); }

/* ── Page header (interior pages) ─────────────────────────────────────── */

.page-head { padding-block: clamp(3rem, 7vw, 5rem) clamp(1.5rem, 3vw, 2.5rem); }
.page-head h1 { max-width: 20ch; margin-bottom: 1rem; }
.page-head .lede { max-width: 58ch; }

/* ── Emergency / medical notice ───────────────────────────────────────── */

.med-strip {
  max-width: 68ch;
  padding: 1rem 1.25rem;
  border: 1px solid var(--hairline);
  border-radius: var(--r-sm);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--text-muted);
}
.med-strip strong { color: var(--text-dim); }
