/* Auvera Dental Studio — golden-hour editorial system
   Palette: ivory paper / travertine / espresso ink / clay terracotta / sunset blush */

:root {
  --paper: #faf6ef;
  --trav: #f2e9dc;
  --trav-deep: #ead9c4;
  --ink: #2b2119;
  --ink-soft: #63513f;
  --clay: #964049;
  --clay-deep: #722c37;
  --blush: #e9c6be;
  --dark: #241a12;
  --line: rgba(43, 33, 25, 0.16);
  --line-soft: rgba(43, 33, 25, 0.09);
  --serif: 'Playfair Display', 'Times New Roman', serif;
  --sans: 'Figtree', system-ui, sans-serif;
  --wrap: 1180px;
  --gutter: clamp(20px, 4vw, 44px);
  --rake: radial-gradient(120% 90% at 8% -10%, rgba(226, 168, 108, 0.22), rgba(226, 168, 108, 0) 55%);
  --rake-soft: radial-gradient(110% 80% at 10% -12%, rgba(226, 168, 108, 0.13), rgba(226, 168, 108, 0) 52%);
}

*, *::before, *::after { box-sizing: border-box; }
html, body { overflow-x: clip; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper) url('/demos/dental/auvera-dental-studio/assets/img/plate-linen.webp');
  background-size: 480px;
  background-blend-mode: multiply;
}
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.08; margin: 0 0 0.45em; letter-spacing: 0.002em; }
h1 { font-size: clamp(2.5rem, 5.6vw, 4.3rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
h3 { font-size: clamp(1.28rem, 2vw, 1.6rem); }
p { margin: 0 0 1em; }
a { color: var(--clay-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--clay); }
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); width: 100%; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff; padding: 10px 16px; z-index: 200; }
.skip-link:focus { left: 8px; }

.kicker {
  font-family: var(--sans); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--clay-deep); margin: 0 0 14px;
}
.kicker-light { color: var(--blush); }

/* Buttons — high specificity so scoped anchor rules can't out-rank them */
a.btn, button.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--sans); font-weight: 600; font-size: 0.98rem; line-height: 1.2;
  padding: 15px 28px; border-radius: 999px; text-decoration: none; border: 1.5px solid transparent;
  cursor: pointer; transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
}
a.btn.btn-solid, button.btn.btn-solid { background: var(--clay); color: #fff; }
a.btn.btn-solid:hover, button.btn.btn-solid:hover { background: var(--clay-deep); color: #fff; transform: translateY(-1px); }
a.btn.btn-ghost, button.btn.btn-ghost { border-color: var(--ink); color: var(--ink); background: transparent; }
a.btn.btn-ghost:hover, button.btn.btn-ghost:hover { background: var(--ink); color: var(--paper); }
a.btn.btn-ghost-light, button.btn.btn-ghost-light { border-color: rgba(250, 246, 239, 0.65); color: #fdf9f2; background: transparent; }
a.btn.btn-ghost-light:hover, button.btn.btn-ghost-light:hover { background: rgba(250, 246, 239, 0.14); color: #fff; }
:focus-visible { outline: 2.5px solid var(--clay); outline-offset: 2px; }

/* Sun-rule divider — the site signature */
.sun-rule { display: flex; align-items: center; gap: 10px; margin: 0 0 26px; }
.sun-rule span { flex: 1; height: 1px; background: var(--line); position: relative; }
.sun-rule span::after { content: ''; position: absolute; inset: 3px 0 auto; height: 1px; background: var(--line-soft); }
.sun-rule i { width: 9px; height: 9px; border-radius: 50%; background: var(--clay); flex: none; }
.sun-rule.sr-tight { max-width: 260px; }
.sun-rule.sr-light span { background: rgba(250, 246, 239, 0.28); }
.sun-rule.sr-light span::after { background: rgba(250, 246, 239, 0.14); }

/* ---------- Top bar + header ---------- */
.topbar { background: var(--dark); color: #e9ddcf; font-size: 0.82rem; }
.topbar-in { display: flex; gap: 22px; align-items: center; min-height: 34px; }
.topbar p { margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.topbar-hrs { opacity: 0.75; }
.topbar-tel { margin-left: auto; color: var(--blush); text-decoration: none; font-weight: 600; white-space: nowrap; }
.topbar-tel:hover { color: #fff; }

.site-head { position: sticky; top: 0; z-index: 90; background: rgba(250, 246, 239, 0.96); border-bottom: 1px solid var(--line-soft); }
.head-in { display: flex; align-items: center; gap: 26px; min-height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.brand-mark { width: 32px; height: 32px; }
.brand-word { font-family: var(--serif); font-weight: 700; font-size: 1.75rem; line-height: 1; letter-spacing: 0.01em; display: flex; flex-direction: column; }
.brand-word em { font-style: normal; font-family: var(--sans); font-weight: 600; font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-soft); margin-top: 4px; }
.site-nav { margin-left: auto; }
.site-nav > ul { list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; align-items: center; }
.site-nav > ul > li { position: relative; }
.site-nav > ul > li > a {
  display: block; padding: 10px 13px; text-decoration: none; color: var(--ink);
  font-weight: 500; font-size: 0.99rem; border-radius: 8px;
}
.site-nav > ul > li > a:hover { color: var(--clay-deep); }
.site-nav > ul > li > a.is-active { color: var(--clay-deep); font-weight: 700; }
.sub-toggle { display: none; }
.subnav {
  list-style: none; margin: 0; padding: 10px; position: absolute; top: 100%; left: 0; min-width: 230px;
  background: var(--paper); border: 1px solid var(--line-soft); border-radius: 14px;
  box-shadow: 0 18px 40px rgba(43, 33, 25, 0.14); opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity 0.18s, transform 0.18s, visibility 0.18s;
}
.has-sub:hover .subnav, .has-sub:focus-within .subnav { opacity: 1; visibility: visible; transform: translateY(0); }
.subnav a { display: block; padding: 9px 12px; border-radius: 8px; text-decoration: none; color: var(--ink); font-size: 0.94rem; }
.subnav a:hover { background: var(--trav); color: var(--clay-deep); }
.nav-cta { display: none; }
.head-book { margin-left: 4px; }
a.btn.head-book { padding: 12px 22px; }
.nav-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 10px; cursor: pointer; flex-direction: column; justify-content: center; gap: 5px; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.2s, opacity 0.2s; }
.nav-dim { position: fixed; inset: 0; background: rgba(36, 26, 18, 0.5); z-index: 95; }

/* ---------- Hero ---------- */
.hero { position: relative; color: #fdf9f2; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 68% 30%; }
.hero-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(78deg, rgba(36, 26, 18, 0.84) 6%, rgba(36, 26, 18, 0.55) 40%, rgba(36, 26, 18, 0.12) 72%),
    linear-gradient(0deg, rgba(36, 26, 18, 0.72), rgba(36, 26, 18, 0) 38%);
}
.hero-in { padding-block: clamp(90px, 13vw, 170px) clamp(150px, 16vw, 210px); }
.hero-in > * { max-width: 720px; }
.hero-kicker { color: var(--blush); }
.hero h1 { color: #fdf9f2; max-width: 12ch; margin-bottom: 20px; }
.hero h1 em { font-style: italic; color: var(--blush); }
.hero-lede { font-size: 1.12rem; max-width: 46ch; color: rgba(253, 249, 242, 0.88); margin-bottom: 28px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.hero-meta { display: flex; gap: 10px 26px; flex-wrap: wrap; font-size: 0.86rem; color: rgba(253, 249, 242, 0.75); }
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta i { width: 5px; height: 5px; border-radius: 50%; background: var(--blush); flex: none; }

/* Filmstrip dock */
.filmstrip { position: relative; margin-top: clamp(-120px, -9vw, -84px); padding-bottom: 8px; z-index: 2; }
.fs-head { display: flex; align-items: baseline; gap: 16px; margin-bottom: 12px; color: #fdf9f2; }
.fs-head p { margin: 0; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--blush); }
.fs-head span { font-size: 0.8rem; color: rgba(253, 249, 242, 0.65); }
.filmstrip .rail-nav { position: static; margin-left: auto; }
.filmstrip .rail-nav button { border-color: rgba(253, 249, 242, 0.45); color: #fdf9f2; }
.filmstrip .rail-nav button:hover { background: #fdf9f2; color: var(--ink); border-color: #fdf9f2; }
.fs-track { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 14px; scrollbar-width: thin; scrollbar-color: var(--clay) transparent; }
.fs-card {
  scroll-snap-align: start; flex: 0 0 250px; background: var(--paper); border-radius: 14px; overflow: hidden;
  text-decoration: none; color: var(--ink); border: 1px solid var(--line-soft);
  box-shadow: 0 14px 34px rgba(36, 26, 18, 0.28); transition: transform 0.18s;
}
.fs-card:hover { transform: translateY(-4px); }
.fs-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--trav-deep); }
.fs-pair figure { margin: 0; position: relative; aspect-ratio: 1 / 0.86; overflow: hidden; }
.fs-pair img { width: 100%; height: 100%; object-fit: cover; }
.fs-pair figcaption {
  position: absolute; left: 6px; bottom: 6px; font-size: 0.58rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; background: rgba(36, 26, 18, 0.72); color: #f4ead9; padding: 2px 7px; border-radius: 99px;
}
.fs-info { padding: 11px 14px 13px; }
.fs-info p { margin: 0; }
.fs-no { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; color: var(--clay-deep); text-transform: uppercase; }
.fs-name { font-family: var(--serif); font-weight: 600; font-size: 1.06rem; line-height: 1.2; }

/* ---------- Proof strip ---------- */
.proof { background: var(--trav) url('/demos/dental/auvera-dental-studio/assets/img/plate-linen.webp'); background-size: 480px; background-blend-mode: multiply; border-block: 1px solid var(--line-soft); position: relative; }
.proof::before { content: ''; position: absolute; inset: 0; background: var(--rake-soft); pointer-events: none; }
.proof-in { position: relative; display: flex; flex-wrap: wrap; gap: 10px 0; align-items: center; justify-content: space-between; padding-block: 22px; }
.proof-item { display: flex; align-items: baseline; gap: 10px; font-size: 0.92rem; color: var(--ink-soft); }
.proof-item strong { font-family: var(--serif); font-size: 1.5rem; font-weight: 700; color: var(--ink); }
.proof-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--clay); opacity: 0.5; }

/* ---------- Manifesto (editorial column) ---------- */
.manifesto { position: relative; padding-block: clamp(70px, 9vw, 120px); }
.manifesto::before { content: ''; position: absolute; inset: 0; background: var(--rake-soft); pointer-events: none; }
.mani-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.85fr); gap: clamp(34px, 6vw, 84px); align-items: start; position: relative; }
.mani-copy .lead-para::first-letter {
  font-family: var(--serif); font-size: 3.4em; float: left; line-height: 0.82; padding: 6px 10px 0 0; color: var(--clay);
}
.mani-copy p { font-size: 1.06rem; color: var(--ink-soft); }
.mani-copy p strong { color: var(--ink); }
.pull-quote { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(1.5rem, 2.6vw, 2rem); line-height: 1.3; color: var(--ink); border-left: 3px solid var(--clay); padding-left: 22px; margin: 30px 0; }
.mani-photos { display: grid; gap: 18px; }
.mani-photos figure { margin: 0; border-radius: 16px; overflow: hidden; position: relative; }
.mani-photos figure:nth-child(2) { margin-left: 14%; margin-top: -6px; }
.mani-photos img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.mani-photos figcaption { position: absolute; left: 12px; bottom: 12px; font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: #f4ead9; background: rgba(36, 26, 18, 0.62); padding: 4px 10px; border-radius: 99px; }

/* ---------- Section shell ---------- */
.sect-head { display: flex; flex-wrap: wrap; align-items: end; gap: 14px 30px; margin-bottom: 34px; }
.sect-head .sh-copy { max-width: 62ch; }
.sect-head h2 { margin-bottom: 8px; }
.sect-head .sh-more { margin-left: auto; white-space: nowrap; }
.folio { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--clay-deep); display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.folio::after { content: ''; width: 46px; height: 1px; background: var(--line); }

/* ---------- Gallery ---------- */
.gallery-band { padding-block: clamp(70px, 9vw, 120px); background: linear-gradient(180deg, rgba(234, 217, 196, 0.35), rgba(234, 217, 196, 0) 30%); }
.g-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 14px; }
.g-filters .gf-label { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); align-self: center; margin-right: 4px; }
button.chip {
  font-family: var(--sans); font-size: 0.88rem; font-weight: 600; color: var(--ink);
  background: transparent; border: 1.5px solid var(--line); border-radius: 999px; padding: 8px 17px; cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
button.chip:hover { border-color: var(--clay); color: var(--clay-deep); }
button.chip[aria-pressed='true'] { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.g-count { font-size: 0.9rem; color: var(--ink-soft); margin: 6px 0 26px; }
.g-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.g-empty { display: none; padding: 50px 20px; text-align: center; border: 1.5px dashed var(--line); border-radius: 16px; color: var(--ink-soft); }
.case-card { background: #fffdf8; border: 1px solid var(--line-soft); border-radius: 18px; overflow: hidden; box-shadow: 0 10px 30px rgba(43, 33, 25, 0.07); display: flex; flex-direction: column; }
.case-card.is-hidden { display: none; }
.ba { position: relative; aspect-ratio: 3 / 2.02; overflow: hidden; background: var(--trav-deep); cursor: pointer; user-select: none; -webkit-user-select: none; touch-action: manipulation; }
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba .ba-before { opacity: 0; transition: opacity 0.28s ease; }
.ba.peek .ba-before { opacity: 1; }
.ba-tag { position: absolute; top: 10px; right: 10px; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; background: rgba(36, 26, 18, 0.72); color: #f4ead9; padding: 3px 10px; border-radius: 99px; pointer-events: none; transition: opacity 0.2s; }
.ba-tag.tag-b { opacity: 0; background: var(--clay-deep); color: #fff; }
.ba.peek .ba-tag.tag-a { opacity: 0; }
.ba.peek .ba-tag.tag-b { opacity: 1; }
button.ba-peek {
  position: absolute; left: 50%; bottom: 10px; transform: translateX(-50%);
  font-family: var(--sans); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  background: rgba(253, 249, 242, 0.92); color: var(--ink); border: 0; border-radius: 999px; padding: 8px 16px;
  cursor: pointer; box-shadow: 0 6px 18px rgba(36, 26, 18, 0.3); white-space: nowrap;
}
button.ba-peek:hover { background: #fff; }
.case-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.case-no { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--clay-deep); display: flex; justify-content: space-between; align-items: baseline; }
.case-no span:last-child { color: var(--ink-soft); letter-spacing: 0.05em; font-weight: 500; text-transform: none; }
.case-body h3 { margin: 0; }
.case-recipe { margin: 0; display: grid; gap: 6px; font-size: 0.9rem; color: var(--ink-soft); border-block: 1px solid var(--line-soft); padding-block: 12px; }
.case-recipe div { display: flex; justify-content: space-between; gap: 14px; }
.case-recipe dt { font-weight: 600; color: var(--ink); flex: none; }
.case-recipe dd { margin: 0; text-align: right; }
.case-note { font-size: 0.93rem; color: var(--ink-soft); font-style: italic; margin: 0; }
.case-consent { font-size: 0.72rem; color: var(--ink-soft); opacity: 0.8; margin: auto 0 0; padding-top: 8px; }

.case-card.explore-tile { text-decoration: none; color: var(--ink); background: var(--trav); transition: transform 0.18s, box-shadow 0.18s; }
.case-card.explore-tile:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(43, 33, 25, 0.13); }
.case-card.explore-tile .rail-go { color: var(--clay-deep); font-weight: 600; font-size: 0.92rem; }

/* ---------- Interstitial ---------- */
.interstitial { position: relative; min-height: clamp(340px, 46vw, 520px); display: flex; align-items: flex-end; color: #fdf9f2; isolation: isolate; }
.interstitial .int-media { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.interstitial .int-media img { width: 100%; height: 100%; object-fit: cover; }
.interstitial .int-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(12deg, rgba(36, 26, 18, 0.7), rgba(36, 26, 18, 0.06) 55%); }
.int-in { padding-block: 46px; }
.interstitial blockquote { margin: 0; font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(1.5rem, 3.2vw, 2.4rem); max-width: 22ch; line-height: 1.25; }
.int-caption { font-size: 0.78rem; opacity: 0.75; margin-top: 12px; }

/* ---------- Collections rail ---------- */
.collections { padding-block: clamp(70px, 9vw, 120px); position: relative; }
.rail-wrap { position: relative; }
.rail { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 18px; scrollbar-width: thin; scrollbar-color: var(--clay) transparent; }
.rail-card {
  scroll-snap-align: start; flex: 0 0 min(360px, 78vw); background: #fffdf8; border: 1px solid var(--line-soft);
  border-radius: 18px; overflow: hidden; text-decoration: none; color: var(--ink); display: flex; flex-direction: column;
  transition: transform 0.18s, box-shadow 0.18s;
}
.rail-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(43, 33, 25, 0.13); }
.rail-card figure { margin: 0; position: relative; aspect-ratio: 3 / 2; overflow: hidden; }
.rail-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.rail-card:hover img { transform: scale(1.045); }
.rail-num {
  position: absolute; top: 12px; left: 14px; font-family: var(--serif); font-style: italic; font-weight: 600;
  font-size: 1rem; letter-spacing: 0.06em; color: #f4ead9; background: rgba(36, 26, 18, 0.6); padding: 3px 12px; border-radius: 99px;
}
.rail-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.rail-body h3 { margin: 0; }
.rail-kicker { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--clay-deep); }
.rail-price { margin: 0; font-size: 0.92rem; color: var(--ink-soft); }
.rail-go { margin-top: auto; padding-top: 10px; font-weight: 600; font-size: 0.92rem; color: var(--clay-deep); }
.rail-nav { display: flex; gap: 8px; margin-left: auto; align-self: end; }
.rail-nav button {
  width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--line); background: transparent;
  cursor: pointer; font-size: 1.1rem; color: var(--ink); transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.rail-nav button:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }

/* ---------- Smile Designer band ---------- */
.designer-band { position: relative; color: #f6ecdd; isolation: isolate; padding-block: clamp(70px, 9vw, 120px); }
.designer-band .dz-media { position: absolute; inset: 0; z-index: -1; overflow: hidden; background: var(--dark); }
.designer-band .dz-media img { width: 100%; height: 100%; object-fit: cover; opacity: 0.34; }
.designer-band .dz-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(36, 26, 18, 0.9), rgba(63, 38, 22, 0.72)); }
.designer-band .folio { color: var(--blush); }
.designer-band .folio::after { background: rgba(250, 246, 239, 0.3); }
.designer-band h2 { color: #fdf9f2; }
.designer-band .dz-lede { color: rgba(246, 236, 221, 0.85); max-width: 60ch; }
.designer { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: 26px; margin-top: 38px; align-items: center; }
.dz-canvas { background: #fffdf8; border-radius: 20px; padding: clamp(18px, 3vw, 34px); color: var(--ink); display: flex; flex-direction: column; gap: 18px; justify-content: center; }
.dz-canvas svg { width: 100%; max-width: 480px; height: auto; margin-inline: auto; display: block; }
.dz-shade-name { text-align: center; font-size: 0.85rem; color: var(--ink-soft); margin: 0; }
.dz-panel { background: rgba(250, 246, 239, 0.07); border: 1px solid rgba(250, 246, 239, 0.2); border-radius: 20px; padding: clamp(18px, 3vw, 30px); display: flex; flex-direction: column; gap: 20px; }
.dz-group > p { margin: 0 0 10px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--blush); }
.dz-opts { display: flex; flex-wrap: wrap; gap: 8px; }
button.dz-opt {
  font-family: var(--sans); font-size: 0.88rem; font-weight: 600; color: #f6ecdd; background: transparent;
  border: 1.5px solid rgba(250, 246, 239, 0.35); border-radius: 999px; padding: 8px 16px; cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
button.dz-opt:hover { border-color: var(--blush); }
button.dz-opt[aria-pressed='true'] { background: var(--blush); border-color: var(--blush); color: var(--dark); }
.dz-shades { display: flex; gap: 8px; flex-wrap: wrap; }
button.dz-shade { width: 38px; height: 38px; border-radius: 50%; border: 2px solid rgba(250, 246, 239, 0.35); cursor: pointer; padding: 0; }
button.dz-shade[aria-pressed='true'] { border-color: var(--blush); box-shadow: 0 0 0 3px rgba(234, 201, 178, 0.35); }
.dz-brief { background: rgba(36, 26, 18, 0.45); border-radius: 14px; padding: 18px; font-size: 0.95rem; }
.dz-brief p { margin: 0 0 8px; }
.dz-brief strong { color: var(--blush); }
.dz-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- Triptych (three appointments) ---------- */
.triptych { padding-block: clamp(70px, 9vw, 120px); background: var(--trav) url('/demos/dental/auvera-dental-studio/assets/img/plate-linen.webp'); background-size: 480px; background-blend-mode: multiply; border-block: 1px solid var(--line-soft); position: relative; }
.triptych::before { content: ''; position: absolute; inset: 0; background: var(--rake); pointer-events: none; }
.trip-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; position: relative; }
.trip-step { background: #fffdf8; border: 1px solid var(--line-soft); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; }
.trip-step figure { margin: 0; aspect-ratio: 3 / 2; overflow: hidden; }
.trip-step img { width: 100%; height: 100%; object-fit: cover; }
.trip-body { padding: 22px 24px 26px; position: relative; flex: 1; }
.trip-num { font-family: var(--serif); font-style: italic; font-weight: 600; font-size: 2.6rem; color: var(--clay); line-height: 1; margin-bottom: 8px; }
.trip-body h3 { margin-bottom: 8px; }
.trip-body p { margin: 0; font-size: 0.97rem; color: var(--ink-soft); }
.trip-meta { margin-top: 12px !important; font-size: 0.8rem !important; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--clay-deep) !important; }

/* ---------- Founders diptych ---------- */
.founders { padding-block: clamp(70px, 9vw, 120px); position: relative; }
.founders::before { content: ''; position: absolute; inset: 0; background: var(--rake-soft); pointer-events: none; }
.dip-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 44px); position: relative; }
.dip-card { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 22px; align-items: start; }
.dip-card figure { margin: 0; border-radius: 16px; overflow: hidden; }
.dip-card img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.dip-info h3 { margin-bottom: 2px; }
.dip-role { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--clay-deep); margin-bottom: 8px; }
.dip-cred { font-size: 0.85rem; color: var(--ink-soft); margin-bottom: 14px; }
.dip-q { border-left: 2.5px solid var(--clay); padding-left: 14px; margin: 0 0 6px; }
.dip-q p { margin: 0; }
.dip-q .q { font-size: 0.85rem; font-weight: 700; color: var(--ink); }
.dip-q .a { font-family: var(--serif); font-style: italic; font-size: 1.08rem; line-height: 1.4; color: var(--ink-soft); }
.team-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: clamp(40px, 6vw, 64px); position: relative; }
.tr-card { text-align: left; }
.tr-card figure { margin: 0 0 12px; border-radius: 14px; overflow: hidden; }
.tr-card img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.tr-card h3 { font-size: 1.15rem; margin-bottom: 2px; }
.tr-card p { margin: 0; font-size: 0.83rem; color: var(--ink-soft); }
.tr-role { color: var(--clay-deep) !important; font-weight: 600; }

/* ---------- Fees band ---------- */
.fees-band { position: relative; color: #f6ecdd; isolation: isolate; padding-block: clamp(70px, 9vw, 120px); }
.fees-band .fb-media { position: absolute; inset: 0; z-index: -1; overflow: hidden; background: var(--dark); }
.fees-band .fb-media img { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; }
.fees-band .fb-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(200deg, rgba(36, 26, 18, 0.92), rgba(74, 44, 24, 0.78)); }
.fees-band .folio { color: var(--blush); }
.fees-band .folio::after { background: rgba(250, 246, 239, 0.3); }
.fees-band h2 { color: #fdf9f2; }
.fees-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(26px, 5vw, 60px); align-items: start; position: relative; }
.fees-copy p { color: rgba(246, 236, 221, 0.87); }
.fees-points { list-style: none; margin: 20px 0 26px; padding: 0; display: grid; gap: 12px; }
.fees-points li { display: flex; gap: 12px; align-items: baseline; color: rgba(246, 236, 221, 0.9); font-size: 0.98rem; }
.fees-points li::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--blush); flex: none; transform: translateY(-1px); }
.fees-table { width: 100%; border-collapse: collapse; background: rgba(250, 246, 239, 0.06); border: 1px solid rgba(250, 246, 239, 0.2); border-radius: 16px; overflow: hidden; font-size: 0.95rem; }
.fees-table th, .fees-table td { text-align: left; padding: 13px 18px; border-bottom: 1px solid rgba(250, 246, 239, 0.14); }
.fees-table th { font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--blush); font-weight: 700; }
.fees-table tr:last-child td { border-bottom: 0; }
.fees-table td:last-child { text-align: right; white-space: nowrap; font-weight: 600; color: #fdf9f2; }

/* ---------- Honesty note ---------- */
.honesty { padding-block: clamp(60px, 8vw, 96px); }
.honesty-card { max-width: 780px; margin-inline: auto; text-align: center; border: 1.5px solid var(--line); border-radius: 22px; padding: clamp(30px, 5vw, 54px); background: #fffdf8; position: relative; }
.honesty-card .sun-rule { max-width: 200px; margin-inline: auto; }
.honesty-card h2 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); }
.honesty-card p { color: var(--ink-soft); max-width: 58ch; margin-inline: auto; }
.honesty-card .h-note { font-size: 0.85rem; opacity: 0.85; }

/* ---------- Journal ---------- */
.journal { padding-block: clamp(70px, 9vw, 120px); background: linear-gradient(0deg, rgba(234, 217, 196, 0.3), rgba(234, 217, 196, 0) 45%); }
.j-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.j-card { background: #fffdf8; border: 1px solid var(--line-soft); border-radius: 18px; overflow: hidden; text-decoration: none; color: var(--ink); display: flex; flex-direction: column; transition: transform 0.18s, box-shadow 0.18s; }
.j-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(43, 33, 25, 0.12); }
.j-card figure { margin: 0; aspect-ratio: 16 / 9.5; overflow: hidden; }
.j-card img { width: 100%; height: 100%; object-fit: cover; }
.j-body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.j-meta { font-size: 0.78rem; color: var(--ink-soft); letter-spacing: 0.04em; }
.j-body h3 { margin: 0; font-size: 1.3rem; }
.j-body p.j-ex { margin: 0; font-size: 0.93rem; color: var(--ink-soft); }
.j-read { margin-top: auto; padding-top: 10px; font-weight: 600; font-size: 0.9rem; color: var(--clay-deep); }

/* ---------- FAQ ---------- */
.faq { padding-block: clamp(70px, 9vw, 110px); }
.faq-cols { max-width: 860px; }
.faq details { border-bottom: 1px solid var(--line-soft); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 20px 4px; font-family: var(--serif); font-weight: 600; font-size: 1.22rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-family: var(--sans); font-weight: 400; font-size: 1.5rem; color: var(--clay); flex: none; transition: transform 0.2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .faq-a { padding: 0 4px 22px; color: var(--ink-soft); max-width: 66ch; }
.faq-group-h { margin-top: 40px; font-size: 1.05rem; letter-spacing: 0.16em; text-transform: uppercase; font-family: var(--sans); font-weight: 700; color: var(--clay-deep); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; color: #fdf9f2; isolation: isolate; text-align: center; }
.cta-media { position: absolute; inset: 0; z-index: -1; overflow: hidden; background: var(--dark) url('/demos/dental/auvera-dental-studio/assets/img/cta-doorway.webp') center 40% / cover no-repeat; }
.cta-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(36, 26, 18, 0.88), rgba(36, 26, 18, 0.62)); }
.cta-in { padding-block: clamp(80px, 11vw, 140px); max-width: 720px; }
.cta-in h2 { color: #fdf9f2; }
.cta-in > p { color: rgba(253, 249, 242, 0.85); max-width: 52ch; margin-inline: auto; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }

/* ---------- Page-title plate (global system) ---------- */
.page-title { position: relative; background: var(--trav) url('/demos/dental/auvera-dental-studio/assets/img/plate-linen.webp'); background-size: 480px; background-blend-mode: multiply; border-bottom: 1px solid var(--line-soft); overflow: hidden; }
.pt-plate { position: absolute; inset: 0; background: var(--rake); }
.pt-plate::after {
  content: ''; position: absolute; right: -120px; top: 50%; transform: translateY(-50%);
  width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, rgba(150, 64, 73, 0.14), rgba(150, 64, 73, 0.05) 55%, rgba(150, 64, 73, 0) 70%);
  border: 1px solid rgba(150, 64, 73, 0.18);
}
.pt-in { position: relative; padding-block: clamp(56px, 8vw, 96px); }
.pt-in > * { max-width: 780px; }
.pt-lede { font-size: 1.1rem; color: var(--ink-soft); max-width: 58ch; margin-top: 14px; }
.pt-meta { font-size: 0.85rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--clay-deep); margin-top: 14px; }

.crumbs { font-size: 0.8rem; padding-block: 14px; border-bottom: 1px solid var(--line-soft); background: rgba(242, 233, 220, 0.5); }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; }
.crumbs li + li::before { content: '·'; margin-right: 6px; color: var(--ink-soft); }
.crumbs a { color: var(--ink-soft); text-decoration: none; }
.crumbs a:hover { color: var(--clay-deep); text-decoration: underline; }
.crumbs li[aria-current] { color: var(--ink); font-weight: 600; }

/* ---------- Content pages ---------- */
.content-band { padding-block: clamp(56px, 8vw, 100px); position: relative; }
.content-band::before { content: ''; position: absolute; inset: 0; background: var(--rake-soft); pointer-events: none; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.85fr); gap: clamp(34px, 6vw, 80px); position: relative; align-items: start; }
.prose h2 { font-size: clamp(1.5rem, 2.6vw, 2.05rem); margin-top: 1.6em; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--ink-soft); font-size: 1.03rem; }
.prose p strong { color: var(--ink); }
.prose em { color: var(--ink); }
.aside-card { background: #fffdf8; border: 1px solid var(--line-soft); border-radius: 18px; padding: 26px; margin-bottom: 22px; }
.aside-card h3 { font-size: 1.2rem; }
.aside-card p { font-size: 0.94rem; color: var(--ink-soft); }
.aside-card .price-line { font-family: var(--serif); font-size: 1.7rem; font-weight: 700; color: var(--ink); margin: 4px 0 2px; }
.aside-card .meta-line { font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; color: var(--clay-deep); }
.aside-card .btn { width: 100%; }
.aside-card .btn + .btn { margin-top: 10px; }
.aside-fig { border-radius: 18px; overflow: hidden; margin: 0 0 22px; }
.aside-fig img { width: 100%; aspect-ratio: 3 / 2.4; object-fit: cover; }
.aside-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.aside-list a { display: flex; justify-content: space-between; gap: 10px; padding: 11px 14px; border: 1px solid var(--line-soft); border-radius: 12px; text-decoration: none; color: var(--ink); font-size: 0.94rem; font-weight: 500; transition: border-color 0.15s, background 0.15s; }
.aside-list a:hover { border-color: var(--clay); background: rgba(150, 64, 73, 0.05); }
.aside-list a::after { content: '→'; color: var(--clay); }

/* Route cards (concern pages) */
.routes { display: grid; gap: 18px; margin: 26px 0; }
.route-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 18px; align-items: center; background: #fffdf8; border: 1px solid var(--line-soft); border-radius: 16px; padding: 20px 22px; text-decoration: none; color: var(--ink); transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s; }
.route-card:hover { border-color: var(--clay); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(43, 33, 25, 0.09); }
.route-num { font-family: var(--serif); font-style: italic; font-weight: 600; font-size: 1.9rem; color: var(--clay); }
.route-card h3 { font-size: 1.18rem; margin-bottom: 4px; }
.route-card p { margin: 0; font-size: 0.93rem; color: var(--ink-soft); }
.route-card .route-go { color: var(--clay); font-size: 1.2rem; }
.honest-line { border-left: 3px solid var(--clay); background: rgba(150, 64, 73, 0.06); border-radius: 0 14px 14px 0; padding: 18px 22px; font-family: var(--serif); font-style: italic; font-size: 1.15rem; color: var(--ink); }

/* Fees page table */
.fees-page-table { width: 100%; border-collapse: collapse; font-size: 0.97rem; background: #fffdf8; border: 1px solid var(--line-soft); border-radius: 16px; overflow: hidden; }
.fees-page-table th, .fees-page-table td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--line-soft); vertical-align: top; }
.fees-page-table th { font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--clay-deep); background: var(--trav); }
.fees-page-table tr:last-child td { border-bottom: 0; }
.fees-page-table td.fee-price { white-space: nowrap; font-weight: 700; }
.fees-page-table td .fee-note { display: block; font-size: 0.83rem; color: var(--ink-soft); margin-top: 3px; }
.fees-page-table td .fee-code { display: block; font-size: 0.76rem; color: var(--ink-soft); letter-spacing: 0.06em; }
.table-scroll { overflow-x: auto; }

/* Article */
.article-band { padding-block: clamp(50px, 7vw, 90px); }
.article-shell { max-width: 760px; }
.article-shell .prose h2 { margin-top: 1.5em; }
.article-hero { border-radius: 20px; overflow: hidden; margin: 0 0 34px; }
.article-hero img { width: 100%; aspect-ratio: 16 / 8.4; object-fit: cover; }
.byline { display: flex; gap: 16px; align-items: center; font-size: 0.88rem; color: var(--ink-soft); margin-bottom: 26px; padding-bottom: 20px; border-bottom: 1px solid var(--line-soft); }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- Forms ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid .fw { grid-column: 1 / -1; }
.field label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--sans); font-size: 0.98rem; color: var(--ink);
  background: #fffdf8; border: 1.5px solid var(--line); border-radius: 12px; padding: 13px 15px;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--clay); box-shadow: 0 0 0 3px rgba(150, 64, 73, 0.14); }
.field .err { display: none; font-size: 0.8rem; color: #9c2f10; margin-top: 5px; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #9c2f10; }
.field.invalid .err { display: block; }
.form-ok { display: none; background: rgba(58, 111, 70, 0.1); border: 1.5px solid rgba(58, 111, 70, 0.4); color: #2c5537; border-radius: 14px; padding: 18px 20px; margin-top: 18px; }
.form-ok.show { display: block; }

/* ---------- Footer ---------- */
.site-foot { background: var(--trav) url('/demos/dental/auvera-dental-studio/assets/img/plate-linen.webp'); background-size: 480px; background-blend-mode: multiply; border-top: 1px solid var(--line-soft); margin-top: 0; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; padding-block: 58px 34px; }
.foot-word { font-family: var(--serif); font-weight: 700; font-size: 2rem; margin: 0 0 10px; }
.foot-tag { font-size: 0.92rem; color: var(--ink-soft); max-width: 34ch; }
.foot-contact { font-size: 0.95rem; }
.foot-contact a { color: var(--ink); text-decoration: none; font-weight: 600; }
.foot-contact a:hover { color: var(--clay-deep); }
.foot-h { font-size: 0.76rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--clay-deep); margin: 0 0 14px; }
.foot-col a { display: block; color: var(--ink); text-decoration: none; font-size: 0.94rem; padding: 4px 0; }
.foot-col a:hover { color: var(--clay-deep); text-decoration: underline; }
.foot-addr { font-size: 0.92rem; color: var(--ink-soft); margin-bottom: 12px; }
.foot-legal { border-top: 1px solid var(--line-soft); padding-block: 22px; font-size: 0.78rem; color: var(--ink-soft); }
.foot-legal p { margin: 0 0 8px; max-width: 110ch; }
.foot-legal a { color: var(--ink-soft); }

/* Seed Light provenance kit */
.sl-disclaimer { border-top: 1px dashed rgba(43, 33, 25, 0.3); padding-block: 18px 26px; font-size: 0.78rem; color: var(--ink-soft); }
.sl-disclaimer p { margin: 0; max-width: 110ch; }
.sl-disclaimer a { color: #0e8f52; font-weight: 600; }
.sl-kit { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 80; }
.sl-tab {
  writing-mode: vertical-rl; background: #171a21; color: #35e07f; border: 0; font-family: var(--sans);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  padding: 16px 9px; border-radius: 8px 0 0 8px; cursor: pointer;
}
.sl-card {
  position: absolute; right: 40px; top: 50%; transform: translateY(-50%); width: 250px;
  background: #171a21; color: #e6e9ef; border-radius: 14px; padding: 18px; font-size: 0.85rem;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.4);
}
.sl-card-h { color: #35e07f; font-weight: 700; margin: 0 0 8px; }
.sl-card p { margin: 0 0 12px; }
.sl-btn { display: block; text-align: center; padding: 10px 12px; border-radius: 9px; text-decoration: none; font-weight: 700; font-size: 0.83rem; margin-bottom: 8px; }
.sl-btn-wa { background: #35e07f; color: #10131a; }
.sl-btn-site { border: 1.5px solid #35e07f; color: #35e07f; }
.sl-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 80; width: 56px; height: 56px; border-radius: 50%;
  background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
  transition: transform 0.15s;
}
.sl-float:hover { transform: scale(1.06); color: #fff; }
.sl-float svg { width: 30px; height: 30px; }

/* Mobile action bar */
.action-bar { display: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .g-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .team-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dip-grid { grid-template-columns: 1fr; gap: 34px; }
}
@media (max-width: 940px) {
  .topbar-loc { display: none; }
  .topbar-hrs { display: none; }
  .topbar-in { justify-content: space-between; }
  .topbar-in::before { content: 'Auvera · Armadale, Melbourne'; font-size: 0.82rem; opacity: 0.85; }
  .site-nav {
    position: fixed; inset: 0 0 0 auto; width: min(360px, 88vw); background: var(--paper); z-index: 96;
    transform: translateX(100%); transition: transform 0.25s ease; overflow-y: auto; padding: 84px 26px 120px;
    visibility: hidden;
  }
  body.nav-open .site-nav { transform: none; visibility: visible; }
  .site-nav > ul { flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav > ul > li { border-bottom: 1px solid var(--line-soft); display: flex; flex-wrap: wrap; align-items: center; }
  .site-nav > ul > li > a { flex: 1; padding: 15px 4px; font-size: 1.08rem; }
  .sub-toggle { display: block; background: none; border: 0; width: 44px; height: 44px; position: relative; cursor: pointer; }
  .sub-toggle span { position: absolute; inset: 50% auto auto 50%; width: 10px; height: 10px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: translate(-50%, -70%) rotate(45deg); transition: transform 0.2s; }
  .sub-toggle[aria-expanded='true'] span { transform: translate(-50%, -30%) rotate(225deg); }
  .subnav { position: static; opacity: 1; visibility: hidden; transform: none; box-shadow: none; border: 0; background: transparent; padding: 0 0 6px 14px; display: none; width: 100%; }
  .site-nav > ul > li.sub-open .subnav { display: block; visibility: visible; }
  .nav-cta { display: grid; gap: 12px; margin-top: 22px; }
  .nav-tel { text-align: center; font-weight: 700; color: var(--ink); text-decoration: none; font-size: 1.05rem; }
  .head-book { display: none; }
  .nav-toggle { display: flex; z-index: 97; }
  body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  body.nav-open .nav-dim[hidden] { display: block; }
  .site-head { z-index: 96; }
  body.nav-open .sl-kit, body.nav-open .sl-float, body.nav-open .action-bar { display: none; }
}
@media (max-width: 860px) {
  .mani-grid, .content-grid, .designer, .fees-grid { grid-template-columns: 1fr; }
  .mani-photos { grid-template-columns: 1fr 1fr; }
  .mani-photos figure:nth-child(2) { margin: 0; }
  .trip-grid { grid-template-columns: 1fr; }
  .rail-nav { margin-bottom: 4px; justify-content: flex-end; }
  .dip-card { grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .g-grid { grid-template-columns: 1fr; }
  .j-grid { grid-template-columns: 1fr; }
  .team-row { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .proof-in { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .proof-dot { display: none; }
  .dip-card { grid-template-columns: 1fr; }
  .dip-card figure { max-width: 300px; }
  .hero-in { padding-top: 70px; }
  .action-bar {
    display: grid; grid-template-columns: 0.8fr 1.4fr; gap: 1px; position: fixed; left: 0; right: 0; bottom: 0;
    z-index: 85; background: var(--line); border-top: 1px solid var(--line);
  }
  .action-bar a { padding: 15px 10px; text-align: center; font-weight: 700; font-size: 0.95rem; text-decoration: none; }
  .ab-call { background: var(--paper); color: var(--ink); }
  .ab-book { background: var(--clay); color: #fff; }
  body { padding-bottom: 54px; }
  .sl-float { bottom: 72px; width: 50px; height: 50px; }
  .site-foot { padding-bottom: 12px; }
  .foot-grid { grid-template-columns: 1fr 1fr; padding-block: 40px 20px; }
  .foot-brand { grid-column: 1 / -1; }
}
@media (max-width: 460px) {
  .team-row { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .fs-card { flex-basis: 218px; }
}

/* Print: hide promo chrome */
@media print {
  .sl-kit, .sl-float, .action-bar, .topbar, .nav-toggle, .cta-band { display: none !important; }
}
