/* ===========================================================
   Mioduski Implant & Cosmetic Dentistry — spec preview
   Built by Woodcrest Marketing
   =========================================================== */

:root {
  /* brand */
  --pine: #0E3A3F;
  --pine-deep: #082529;
  --pine-soft: #15585f;
  --brass: #C8A35B;
  --brass-deep: #a9853f;
  --cream: #F5F0E8;
  --cream-warm: #efe7d8;
  --ink: #11201f;
  --muted: #5f6f6d;
  --line: rgba(14, 58, 63, 0.14);
  --white: #ffffff;

  /* type */
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* fluid scale */
  --step--1: clamp(0.82rem, 0.79rem + 0.15vw, 0.92rem);
  --step-0: clamp(1rem, 0.96rem + 0.2vw, 1.13rem);
  --step-1: clamp(1.2rem, 1.12rem + 0.4vw, 1.5rem);
  --step-2: clamp(1.5rem, 1.35rem + 0.8vw, 2.1rem);
  --step-3: clamp(2rem, 1.7rem + 1.5vw, 3rem);
  --step-4: clamp(2.6rem, 2.0rem + 3vw, 4.6rem);
  --step-5: clamp(3.2rem, 2.3rem + 4.6vw, 6rem);

  /* space */
  --space-section: clamp(4.5rem, 3rem + 7vw, 9rem);
  --wrap: 1200px;
  --gutter: clamp(1.2rem, 0.6rem + 3vw, 3rem);

  --radius: 18px;
  --radius-lg: 30px;
  --shadow: 0 30px 70px -40px rgba(8, 37, 41, 0.55);
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: var(--step-0);
  line-height: 1.7;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.05; margin: 0; letter-spacing: -0.01em; }
p { margin: 0; }
a { color: inherit; }
img { max-width: 100%; display: block; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }

/* grid children must be allowed to shrink below their content min-size,
   otherwise a long word forces a track wider than the viewport (mobile clip) */
.hero-grid > *, .implants-grid > *, .about-grid > *,
.visit-grid > *, .proof-grid > * { min-width: 0; }

/* never let a card or its inner text establish a track wider than the
   viewport on small screens */
.hero-plate, .implant-card, .visit-card, .implants-figure { max-width: 100%; }
.plate-rows dd, .prose, .hero-lede, .check-list li { overflow-wrap: break-word; }

.skip-link {
  position: absolute; left: 0; top: -60px;
  background: var(--pine); color: var(--cream);
  padding: 0.6rem 1rem; z-index: 200; border-radius: 0 0 8px 0;
  transition: top 0.2s;
}
.skip-link:focus { top: 0; }

:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--sans); font-weight: 600; font-size: var(--step--1);
  letter-spacing: 0.02em; text-decoration: none; cursor: pointer;
  border-radius: 999px; padding: 0.85rem 1.5rem;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
  border: 1px solid transparent;
}
.btn-solid { background: var(--pine); color: var(--cream); }
.btn-solid:hover { background: var(--pine-deep); transform: translateY(-2px); box-shadow: 0 16px 30px -16px rgba(8,37,41,0.7); }
.btn-ghost { background: transparent; color: var(--pine); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--pine); transform: translateY(-2px); }
.btn-pill {
  background: rgba(245, 240, 232, 0.12); color: var(--cream);
  border: 1px solid rgba(245,240,232,0.28); padding: 0.6rem 1.1rem;
  font-variant-numeric: tabular-nums;
}
.btn-pill:hover { background: var(--brass); color: var(--pine-deep); border-color: var(--brass); transform: translateY(-2px); }
.btn-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--brass); box-shadow: 0 0 0 0 rgba(200,163,91,0.6); animation: pulse 2.6s infinite; }
.btn-pill:hover .btn-dot { background: var(--pine-deep); animation: none; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(200,163,91,0.6); } 70% { box-shadow: 0 0 0 8px rgba(200,163,91,0); } 100% { box-shadow: 0 0 0 0 rgba(200,163,91,0); } }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--pine);
  color: var(--cream);
  transition: box-shadow 0.3s ease, padding 0.3s ease;
}
.site-header.scrolled { box-shadow: 0 12px 30px -20px rgba(0,0,0,0.6); }
.header-inner { display: flex; align-items: center; gap: 1.5rem; padding-block: 0.85rem; }

.brand { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; color: inherit; margin-right: auto; }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center;
  font-family: var(--serif); font-size: 1.5rem; font-weight: 600;
  color: var(--pine-deep); background: var(--brass);
  border-radius: 12px; flex: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-family: var(--serif); font-size: 1.18rem; letter-spacing: 0.01em; }
.brand-sub { font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(245,240,232,0.7); }

.nav { display: flex; gap: 1.7rem; }
.nav a {
  text-decoration: none; color: rgba(245,240,232,0.82);
  font-size: var(--step--1); font-weight: 500; letter-spacing: 0.02em;
  position: relative; padding-block: 0.3rem;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1.5px; width: 0;
  background: var(--brass); transition: width 0.3s ease;
}
.nav a:hover { color: var(--cream); }
.nav a:hover::after { width: 100%; }

@media (max-width: 860px) {
  .nav { display: none; }
}
@media (max-width: 480px) {
  .brand-sub { display: none; }
}

/* ---------- hero ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(80% 70% at 88% -10%, rgba(200,163,91,0.16), transparent 58%),
    radial-gradient(120% 90% at 12% 0%, rgba(21,88,95,0.55), transparent 60%),
    radial-gradient(100% 120% at 50% 120%, rgba(8,37,41,0.7), transparent 55%),
    linear-gradient(158deg, var(--pine) 0%, var(--pine-deep) 100%);
  color: var(--cream);
  padding-top: clamp(3rem, 2rem + 5vw, 6rem);
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(245,240,232,0.05) 1px, transparent 1px);
  background-size: 22px 22px;
  -webkit-mask-image: radial-gradient(120% 90% at 70% 10%, #000 35%, transparent 80%);
          mask-image: radial-gradient(120% 90% at 70% 10%, #000 35%, transparent 80%);
  opacity: 0.55; pointer-events: none;
}
.hero::after {
  content: ""; position: absolute; z-index: 0; pointer-events: none;
  width: 60vw; height: 60vw; max-width: 760px; max-height: 760px;
  right: -10%; top: -22%;
  background: radial-gradient(circle, rgba(200,163,91,0.22), rgba(200,163,91,0.05) 42%, transparent 68%);
  filter: blur(8px);
}
/* architectural arc — echoes the credential plate's seal ring */
.hero-arc {
  position: absolute; z-index: 0; pointer-events: none;
  right: -14%; top: -4%;
  width: clamp(360px, 42vw, 620px); aspect-ratio: 1; border-radius: 50%;
  border: 1px solid rgba(200,163,91,0.20);
  box-shadow:
    inset 0 0 0 1px rgba(245,240,232,0.04),
    0 0 0 26px rgba(200,163,91,0.035),
    0 0 0 27px rgba(200,163,91,0.05);
}
.hero-arc::after {
  content: ""; position: absolute; inset: 16%; border-radius: 50%;
  border: 1px solid rgba(245,240,232,0.06);
}
.hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2rem, 1rem + 4vw, 4.5rem);
  align-items: center;
  padding-bottom: clamp(3rem, 2rem + 4vw, 5.5rem);
}

.eyebrow {
  display: flex; align-items: center; gap: 0.8rem;
  font-size: var(--step--1); letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--brass); font-weight: 600; margin-bottom: 1.6rem;
}
.eyebrow-line { width: 38px; height: 1.5px; background: var(--brass); flex: none; }

.hero-title {
  font-size: var(--step-5); max-width: 15ch; margin-bottom: 1.5rem;
  overflow-wrap: break-word; text-wrap: balance;
}
.hero-lede { font-size: var(--step-1); color: rgba(245,240,232,0.86); max-width: 46ch; line-height: 1.55; font-family: var(--serif); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2.2rem; }
.hero-actions .btn-solid { background: var(--brass); color: var(--pine-deep); }
.hero-actions .btn-solid:hover { background: var(--cream); }
.hero-actions .btn-ghost { color: var(--cream); border-color: rgba(245,240,232,0.3); }
.hero-actions .btn-ghost:hover { border-color: var(--cream); }

.hero-note {
  margin: 2.4rem 0 0; padding-top: 1.8rem;
  border-top: 1px solid rgba(245,240,232,0.16);
  font-family: var(--serif); font-size: var(--step-0);
  color: rgba(245,240,232,0.7); max-width: 42ch; letter-spacing: 0.01em;
}

/* hero credential plate */
.hero-plate {
  position: relative;
  width: min(100%, 400px);
  margin-left: auto;
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
  padding: clamp(1.8rem, 1.2rem + 2vw, 2.6rem) clamp(1.4rem, 1rem + 2vw, 2.4rem) clamp(1.6rem, 1.2rem + 1.5vw, 2.2rem);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(158deg, rgba(245,240,232,0.12), rgba(245,240,232,0.03));
  border: 1px solid rgba(245,240,232,0.18);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(245,240,232,0.12);
  -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
}
.hero-plate::before {
  content: ""; position: absolute; inset: 7px; border-radius: calc(var(--radius-lg) - 7px);
  border: 1px solid rgba(200,163,91,0.22); pointer-events: none;
}
.plate-flag {
  position: relative;
  font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--pine-deep); font-weight: 700;
  background: var(--brass); padding: 0.4rem 0.9rem; border-radius: 999px;
  box-shadow: 0 10px 24px -14px rgba(200,163,91,0.9);
}
.plate-seal {
  position: relative; width: 92px; height: 92px; margin: 1.6rem 0 1.1rem;
  display: grid; place-items: center;
}
.plate-seal-ring {
  position: absolute; inset: 0; border-radius: 50%;
  border: 1.5px solid rgba(200,163,91,0.5);
  box-shadow: 0 0 0 7px rgba(200,163,91,0.08), inset 0 0 0 1px rgba(245,240,232,0.12);
}
.plate-seal-mark {
  font-family: var(--serif); font-weight: 600; font-size: 2.9rem; line-height: 1;
  color: var(--brass);
}
.plate-name { font-family: var(--serif); font-size: var(--step-2); color: var(--cream); line-height: 1.1; margin: 0; }
.plate-title { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,240,232,0.6); margin: 0.5rem 0 0; }
.plate-rows {
  width: 100%; margin: 1.6rem 0 1.7rem; padding: 1.3rem 0 0;
  display: grid; gap: 0.85rem; border-top: 1px solid rgba(245,240,232,0.14);
}
.plate-rows div { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.plate-rows dt { font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(245,240,232,0.5); margin: 0; }
.plate-rows dd { margin: 0; font-family: var(--serif); font-size: var(--step-0); color: var(--cream); text-align: right; }
.plate-star { color: var(--brass); font-size: 0.7em; margin-left: 0.1rem; }
.plate-cta { width: 100%; justify-content: center; }

@media (max-width: 820px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-plate { order: 2; margin: 0.5rem auto 0; }
  .hero-actions { order: 1; }
}
@media (max-width: 560px) {
  /* dial the display headline down so the long words never clip the viewport */
  .hero-title { font-size: clamp(2.35rem, 1.15rem + 6.3vw, 3.35rem); letter-spacing: -0.02em; }
  .hero-arc { right: -28%; top: -2%; width: clamp(280px, 78vw, 420px); }
}
@media (max-width: 420px) {
  .hero-plate { padding-inline: 1.2rem; }
  .plate-rows div { gap: 0.6rem; }
  .plate-rows dd { font-size: var(--step--1); }
}

/* hero marquee */
.hero-marquee {
  position: relative; border-top: 1px solid rgba(245,240,232,0.14);
  padding-block: 1.1rem; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track {
  display: inline-flex; align-items: center; gap: 1.4rem; white-space: nowrap;
  font-family: var(--serif); font-style: italic; font-size: var(--step-0);
  color: rgba(245,240,232,0.42); letter-spacing: 0.01em;
  animation: marquee 38s linear infinite; will-change: transform;
}
.marquee-track .sep { color: var(--brass); font-style: normal; opacity: 0.85; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* ---------- shared section bits ---------- */
.section-tag {
  font-size: var(--step--1); letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--brass-deep); font-weight: 700; margin-bottom: 1rem;
  display: inline-flex; align-items: center; gap: 0.6rem;
}
.section-tag::before { content: ""; width: 24px; height: 1.5px; background: var(--brass); }
.section-tag.light { color: var(--brass); }
.section-title { font-size: var(--step-3); max-width: 18ch; }
.prose { color: var(--muted); font-size: var(--step-0); max-width: 58ch; margin-bottom: 1.1rem; }
.prose.lead { font-family: var(--serif); font-size: var(--step-1); color: var(--ink); line-height: 1.5; }

.inline-link {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-weight: 600; text-decoration: none; color: var(--pine);
  font-size: var(--step--1); letter-spacing: 0.02em; margin-top: 0.4rem;
}
.inline-link .arrow { transition: transform 0.3s ease; color: var(--brass-deep); }
.inline-link:hover .arrow { transform: translateX(6px); }

/* ---------- implants ---------- */
.implants { padding-block: var(--space-section); background: var(--cream); }
.implants-grid {
  display: grid; grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 1rem + 5vw, 5rem); align-items: center;
}
.implant-card {
  position: relative;
  background: linear-gradient(158deg, var(--pine) 0%, var(--pine-deep) 100%);
  color: var(--cream); border-radius: var(--radius-lg);
  padding: clamp(1.8rem, 1.3rem + 2vw, 2.8rem);
  box-shadow: var(--shadow); overflow: hidden;
}
.implant-card::after {
  content: ""; position: absolute; right: -22%; top: -28%;
  width: 62%; aspect-ratio: 1; border-radius: 50%;
  border: 1.5px solid rgba(200,163,91,0.35);
  box-shadow: 0 0 0 16px rgba(200,163,91,0.06);
  pointer-events: none;
}
.implant-kicker {
  display: inline-flex; font-size: 0.66rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--brass); font-weight: 700;
  margin-bottom: 1.6rem;
}
.implant-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.implant-steps li {
  position: relative; display: grid; grid-template-columns: auto 1fr; gap: 1.1rem;
  align-items: start; padding: 1.2rem 0;
  border-top: 1px solid rgba(245,240,232,0.12);
}
.implant-steps li:first-child { border-top: none; padding-top: 0; }
.implant-steps li:last-child { padding-bottom: 0; }
.implant-step-num {
  font-family: var(--serif); font-size: 1.3rem; line-height: 1;
  color: var(--brass); font-variant-numeric: tabular-nums;
  width: 2ch; padding-top: 0.15rem;
}
.implant-step-body { display: block; color: rgba(245,240,232,0.74); font-size: var(--step--1); line-height: 1.6; }
.implant-step-body strong {
  display: block; font-family: var(--serif); font-weight: 600;
  font-size: var(--step-1); color: var(--cream); margin-bottom: 0.2rem; letter-spacing: 0.01em;
}

.check-list { list-style: none; margin: 1.6rem 0; padding: 0; display: grid; gap: 0.9rem; }
.check-list li {
  position: relative; padding-left: 2rem; color: var(--ink); font-size: var(--step-0);
}
.check-list li::before {
  content: ""; position: absolute; left: 0; top: 0.55em;
  width: 11px; height: 11px; border-radius: 50%;
  background: var(--brass); box-shadow: 0 0 0 4px rgba(200,163,91,0.18);
}

@media (max-width: 760px) {
  .implants-grid { grid-template-columns: 1fr; }
  .implants-figure { max-width: 420px; }
}

/* ---------- about ---------- */
.about { padding-block: var(--space-section); background: var(--pine); color: var(--cream); position: relative; }
.about::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(245,240,232,0.05) 1px, transparent 1px);
  background-size: 22px 22px; opacity: 0.5; pointer-events: none;
}
.about-grid { position: relative; display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 1rem + 4vw, 4.5rem); align-items: start; }
.about-head { position: relative; display: flex; flex-direction: column; }
.about-head .section-title { color: var(--cream); }

/* signature block — fills the left column, anchors the practice in a person */
.about-sign {
  display: flex; align-items: center; gap: 1.1rem;
  margin-top: clamp(2rem, 1rem + 4vw, 3.6rem);
  padding-top: clamp(1.6rem, 1rem + 2vw, 2.4rem);
  border-top: 1px solid rgba(245,240,232,0.16);
}
.about-seal {
  position: relative; flex: none; width: 64px; height: 64px;
  display: grid; place-items: center;
}
.about-seal-ring {
  position: absolute; inset: 0; border-radius: 50%;
  border: 1.5px solid rgba(200,163,91,0.55);
  box-shadow: 0 0 0 6px rgba(200,163,91,0.08), inset 0 0 0 1px rgba(245,240,232,0.1);
}
.about-seal-mark { font-family: var(--serif); font-weight: 600; font-size: 2rem; line-height: 1; color: var(--brass); }
.about-sign-text { display: flex; flex-direction: column; gap: 0.25rem; }
.about-sign-name { font-family: var(--serif); font-size: var(--step-1); color: var(--cream); line-height: 1.15; }
.about-sign-role { font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(245,240,232,0.55); }
.about-body .prose { color: rgba(245,240,232,0.78); }
.about-body .prose.lead { color: var(--cream); }
.badge-row { list-style: none; display: flex; flex-wrap: wrap; gap: 0.7rem; padding: 0; margin: 1.8rem 0 0; }
.badge-row li {
  font-size: var(--step--1); font-weight: 500; letter-spacing: 0.02em;
  padding: 0.55rem 1.05rem; border-radius: 999px;
  background: rgba(245,240,232,0.08); border: 1px solid rgba(245,240,232,0.2);
  color: rgba(245,240,232,0.9);
}
@media (max-width: 760px) {
  .about-grid { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* ---------- services ---------- */
.services { padding-block: var(--space-section); background: var(--cream); }
.services-head { margin-bottom: clamp(2rem, 1rem + 3vw, 3.5rem); }
.service-list { list-style: none; margin: 0; padding: 0; counter-reset: none; }
.service-row {
  display: grid; grid-template-columns: auto 1fr; gap: clamp(1rem, 0.5rem + 2vw, 2.5rem);
  align-items: baseline;
  padding: clamp(1.4rem, 1rem + 1.5vw, 2.1rem) 0;
  border-top: 1px solid var(--line);
  transition: padding-left 0.35s ease;
}
.service-row:last-child { border-bottom: 1px solid var(--line); }
.service-row:hover { padding-left: clamp(0.4rem, 0.2rem + 1vw, 1.2rem); }
.service-num {
  font-family: var(--serif); font-size: var(--step-2); color: var(--brass-deep);
  font-weight: 600; letter-spacing: 0.02em; min-width: 2.4ch;
}
.service-text { display: grid; gap: 0.4rem; grid-template-columns: 1fr; }
.service-text h3 { font-size: var(--step-2); color: var(--pine); }
.service-text p { color: var(--muted); max-width: 60ch; margin: 0; }
@media (min-width: 900px) {
  .service-text { grid-template-columns: 0.9fr 1.1fr; align-items: baseline; gap: 1.5rem; }
}

/* ---------- proof band ---------- */
.proof {
  background: var(--cream-warm);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding-block: clamp(2.5rem, 2rem + 3vw, 4rem);
}
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 1rem + 3vw, 3.5rem); }
.proof-item {
  position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 0.55rem;
  padding-left: clamp(1.5rem, 1rem + 3vw, 3.5rem);
}
.proof-item:first-child { padding-left: 0; }
/* hairline dividers between the stats */
.proof-item + .proof-item::before {
  content: ""; position: absolute; left: 0; top: 0.15rem; bottom: 0.15rem;
  width: 1px; background: linear-gradient(var(--line), transparent);
}
.proof-num {
  font-family: var(--serif); font-size: var(--step-4); color: var(--pine);
  line-height: 0.95; display: inline-flex; align-items: baseline; gap: 0.05rem;
  letter-spacing: -0.02em;
}
.proof-star { color: var(--brass-deep); font-size: 0.42em; transform: translateY(-0.15em); }
.proof-unit { font-size: 0.38em; color: var(--brass-deep); letter-spacing: 0; }
.proof-label {
  font-size: var(--step--1); color: var(--muted); letter-spacing: 0.02em; max-width: 24ch;
  padding-top: 0.7rem; border-top: 2px solid var(--brass); width: fit-content;
}
@media (max-width: 680px) {
  .proof-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .proof-item { padding-left: 0; }
  .proof-item + .proof-item { padding-top: 1.8rem; }
  .proof-item + .proof-item::before {
    left: 0; right: 0; top: 0; bottom: auto; width: auto; height: 1px;
    background: linear-gradient(90deg, var(--line), transparent);
  }
}

/* ---------- visit ---------- */
.visit { padding-block: var(--space-section); background: var(--cream); }
.visit-grid { display: grid; grid-template-columns: 1fr 0.85fr; gap: clamp(2rem, 1rem + 4vw, 4.5rem); align-items: start; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 1.8rem; }
.visit-card {
  background: var(--white); border-radius: var(--radius-lg);
  padding: clamp(1.6rem, 1.2rem + 2vw, 2.6rem);
  box-shadow: var(--shadow); border: 1px solid var(--line);
  display: grid; gap: 1.6rem;
}
.visit-block h3 {
  font-family: var(--sans); font-size: 0.7rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--brass-deep); margin-bottom: 0.5rem;
}
.visit-block address { font-style: normal; font-family: var(--serif); font-size: var(--step-1); color: var(--pine); line-height: 1.4; }
.visit-phone { font-family: var(--serif); font-size: var(--step-1); color: var(--pine); text-decoration: none; font-variant-numeric: tabular-nums; }
.visit-phone:hover { color: var(--brass-deep); }
.hours { width: 100%; border-collapse: collapse; font-size: var(--step--1); }
.hours th, .hours td { text-align: left; padding: 0.45rem 0; border-bottom: 1px solid var(--line); }
.hours th { font-weight: 500; color: var(--ink); }
.hours td { text-align: right; color: var(--muted); font-variant-numeric: tabular-nums; }
.hours tr:last-child th, .hours tr:last-child td { border-bottom: none; }
.hours-feature th, .hours-feature td { color: var(--pine); font-weight: 700; }
.hours-feature td { position: relative; }
.hours .closed td, .hours .closed th { color: #9aa6a4; }
@media (max-width: 820px) {
  .visit-grid { grid-template-columns: 1fr; }
}

/* ---------- footer ---------- */
.site-footer { background: var(--pine-deep); color: var(--cream); padding-block: clamp(2.5rem, 2rem + 2vw, 3.5rem); }
.footer-inner { display: flex; flex-wrap: wrap; gap: 2rem; justify-content: space-between; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-name { font-family: var(--serif); font-size: var(--step-1); margin: 0; }
.footer-meta { font-size: var(--step--1); color: rgba(245,240,232,0.6); margin: 0.2rem 0 0; }
.footer-contact { display: flex; flex-direction: column; gap: 0.3rem; text-align: right; font-size: var(--step--1); }
.footer-contact a { color: var(--brass); text-decoration: none; font-size: var(--step-1); font-family: var(--serif); font-variant-numeric: tabular-nums; }
.footer-contact a:hover { color: var(--cream); }
.footer-contact span { color: rgba(245,240,232,0.6); }
@media (max-width: 600px) {
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-contact { text-align: left; }
}

/* ---------- spec footer (mandatory) ---------- */
.spec-footer {
  background: var(--ink); color: rgba(245,240,232,0.72);
  font-size: 0.82rem; text-align: center; padding: 1.1rem var(--gutter); line-height: 1.6;
}
.spec-footer a { color: var(--brass); }

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.8s cubic-bezier(0.2,0.7,0.2,1), transform 0.8s cubic-bezier(0.2,0.7,0.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-reveal] { transition-delay: var(--reveal-delay, 0s); }

/* if JS is off, everything must show */
.no-js .reveal { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; }
}
