/* ============================================================
   Asetica Clinic — shared stylesheet
   Editorial system: gold #A8874C / ink #16130E / champagne #F1EBE0
   Type: Antic Didone (display) + Playfair italic (accent) + Inter (body)
   ============================================================ */

:root {
  --gold: #A8874C;
  --gold-deep: #8C6F3B;
  --gold-soft: #C9AF7E;
  --ink: #16130E;
  --ink-soft: #221E17;
  --cream: #F5F1E9;
  --champagne: #F1EBE0;
  --beige: #DFD5C3;
  --white: #FFFFFF;
  --text: #38332A;
  --text-muted: #756D5E;
  --line: rgba(22, 19, 14, 0.14);
  --hairline: rgba(22, 19, 14, 0.10);
  --line-light: rgba(255, 255, 255, 0.14);
  --font-display: "Antic Didone", Georgia, serif;
  --font-accent: "Playfair Display", Georgia, serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.8;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--gold-soft); color: var(--ink); }

img { max-width: 100%; display: block; }

a { color: var(--gold-deep); text-decoration: none; }

.container { width: min(1240px, 90%); margin: 0 auto; }
.container--narrow { width: min(860px, 90%); margin: 0 auto; }

/* ---------- Typography ---------- */

h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.1;
  color: var(--ink);
  letter-spacing: 0.01em;
}

h1 em, h2 em, .display em {
  font-family: var(--font-accent);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--gold-deep);
}

.eyebrow {
  display: block;
  font-size: 11px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 500;
  margin-bottom: 26px;
}

.section-title { font-size: clamp(36px, 4.8vw, 60px); margin-bottom: 26px; }
.lead { font-size: 17px; color: var(--text-muted); max-width: 620px; line-height: 1.9; }

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  padding: 20px 46px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  cursor: pointer;
  transition: background 0.4s var(--ease), color 0.4s var(--ease), border-color 0.4s var(--ease), letter-spacing 0.4s var(--ease);
}

.btn:hover { background: var(--gold-deep); border-color: var(--gold-deep); color: var(--white); }

.btn--line { background: transparent; color: var(--ink); border-color: rgba(22, 19, 14, 0.3); }
.btn--line:hover { background: var(--ink); border-color: var(--ink); color: var(--white); }

.btn--ghost { background: transparent; color: var(--ink); border-color: rgba(22, 19, 14, 0.3); }
.btn--ghost:hover { background: var(--ink); border-color: var(--ink); color: var(--white); }

.btn--dark-ghost { background: transparent; color: var(--ink); border-color: rgba(22, 19, 14, 0.3); }
.btn--dark-ghost:hover { background: var(--ink); border-color: var(--ink); color: var(--white); }

.btn--gold { background: var(--gold); border-color: var(--gold); color: var(--white); }
.btn--gold:hover { background: var(--gold-deep); border-color: var(--gold-deep); }

/* Text link with underline */

.link-line {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink);
  padding-bottom: 8px;
  border-bottom: 1px solid var(--gold);
  transition: color 0.3s, border-color 0.3s;
}

.link-line:hover { color: var(--gold-deep); border-color: var(--ink); }

/* ---------- Header / nav ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(241, 235, 224, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--hairline);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 21px 0;
}

.site-header__logo { flex-shrink: 0; }
.site-header__logo img { height: 40px; width: auto; aspect-ratio: 507 / 152; }

.site-header__right { display: flex; align-items: center; gap: 26px; }

.site-header__tel {
  font-size: 12.5px;
  letter-spacing: 0.14em;
  color: var(--ink);
  white-space: nowrap;
  transition: color 0.25s;
}

@media (max-width: 1500px) {
  .site-header__tel { display: none; }
}

.site-header__tel:hover { color: var(--gold-deep); }

.site-header__cta { padding: 14px 22px; letter-spacing: 0.22em; font-size: 10.5px; white-space: nowrap; }

.nav { display: flex; align-items: center; gap: 2px; }

.nav > li { list-style: none; position: relative; }

.nav a {
  display: block;
  color: rgba(22, 19, 14, 0.78);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 10px 10px;
  white-space: nowrap;
  transition: color 0.25s;
}

.nav a:hover { color: var(--gold-deep); }

.nav .has-drop > a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  margin-left: 8px;
  opacity: 0.55;
}

.drop {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 320px;
  background: var(--white);
  border: 1px solid var(--hairline);
  box-shadow: 0 30px 60px rgba(22, 19, 14, 0.12);
  padding: 18px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease), visibility 0.35s;
  z-index: 40;
}

.has-drop:hover .drop,
.has-drop:focus-within .drop { opacity: 1; visibility: visible; transform: translateY(0); }

.drop li { list-style: none; }

.drop a {
  color: var(--text);
  padding: 10px 32px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: none;
}

.drop a:hover { color: var(--gold-deep); background: var(--cream); padding-left: 38px; }

/* Mobile nav */

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  position: relative;
  z-index: 70;
}

.nav-toggle span {
  display: block;
  width: 26px;
  height: 1.5px;
  background: var(--ink);
  margin: 6px auto;
  transition: transform 0.3s var(--ease), opacity 0.3s, background 0.3s;
}

.nav-toggle.is-open span { background: var(--white); }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

@media (max-width: 1180px) {
  .nav-toggle { display: block; }
  .site-header__right { display: none; }

  .nav {
    position: fixed;
    inset: 0;
    background: var(--ink);
    flex-direction: column;
    align-items: flex-start;
    padding: 110px 8% 60px;
    gap: 0;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.5s var(--ease);
  }

  .nav.is-open { transform: translateX(0); }

  .nav > li { width: 100%; border-bottom: 1px solid var(--line-light); }

  .nav a { font-size: 15px; letter-spacing: 0.22em; padding: 18px 0; color: rgba(255, 255, 255, 0.9); }
  .nav a:hover { color: var(--gold-soft); }

  .drop {
    position: static;
    min-width: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 0 12px 20px;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }

  .has-drop.is-open .drop { display: block; }

  .drop a { color: var(--beige); font-size: 14px; padding: 9px 0; }
  .drop a:hover { background: none; color: var(--white); padding-left: 0; }
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  min-height: calc(100vh - 83px);
  display: flex;
  align-items: center;
  background: var(--champagne);
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
}

.hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(241, 235, 224, 0.9) 8%, rgba(241, 235, 224, 0.35) 46%, rgba(241, 235, 224, 0) 72%);
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 140px 0;
}

.hero__content .eyebrow { color: var(--gold-deep); }

.hero__title {
  font-size: clamp(48px, 7vw, 104px);
  color: var(--ink);
  margin-bottom: 34px;
  line-height: 1.04;
}

.hero__sub {
  font-size: 17px;
  color: var(--text-muted);
  max-width: 460px;
  margin-bottom: 48px;
  line-height: 1.9;
}

.hero__actions { display: flex; gap: 34px; flex-wrap: wrap; align-items: center; }

@media (max-width: 700px) {
  .hero__scrim { background: rgba(241, 235, 224, 0.82); }
  .hero__content { padding: 90px 0; }
}

/* Page hero (inner pages) — light editorial title block */

.page-hero {
  position: relative;
  background: var(--champagne);
  padding: 110px 0 84px;
  border-bottom: 1px solid var(--hairline);
  overflow: hidden;
}

.page-hero__bg, .page-hero__scrim { display: none; }

.page-hero .container { position: relative; z-index: 2; }

.page-hero__crumb {
  font-size: 11px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 28px;
}

.page-hero__crumb a { color: var(--text-muted); transition: color 0.25s; }
.page-hero__crumb a:hover { color: var(--ink); }

.page-hero__title {
  font-size: clamp(46px, 6.4vw, 92px);
  color: var(--ink);
  max-width: 900px;
  line-height: 1.05;
}

.page-hero__sub {
  color: var(--text-muted);
  max-width: 560px;
  margin-top: 26px;
  font-size: 16.5px;
  line-height: 1.9;
}

/* ---------- Sections ---------- */

.section { padding: 110px 0; }
.section--cream { background: var(--cream); }
.section--ink { background: var(--ink); }
.section--ink h2, .section--ink h3 { color: var(--white); }
.section--ink p { color: rgba(255, 255, 255, 0.7); }

.section-head { max-width: 720px; margin-bottom: 64px; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }

/* Split layout */

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}

.split__media { position: relative; }

.split__media img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.split__media::after {
  content: "";
  position: absolute;
  inset: 26px -26px -26px 26px;
  border: 1px solid var(--gold-soft);
  z-index: -1;
}

.split h2 { font-size: clamp(34px, 4.2vw, 52px); margin-bottom: 26px; }
.split p { margin-bottom: 20px; font-size: 15.5px; line-height: 1.9; }

@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; gap: 54px; }
  .split__media img { height: 440px; }
}

/* ---------- Editorial treatment index ---------- */

.svc-list { border-top: 1px solid var(--line); }

.svc-row {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 40px 0;
  border-bottom: 1px solid var(--line);
  transition: padding 0.4s var(--ease);
}

.svc-row:hover { padding-left: 20px; }

.svc-row__num {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 17px;
  color: var(--gold);
}

.svc-row__title {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 40px);
  color: var(--ink);
  line-height: 1.15;
  transition: color 0.3s;
}

.svc-row:hover .svc-row__title { color: var(--gold-deep); }

.svc-row__desc {
  display: block;
  font-size: 14px;
  color: var(--text-muted);
  margin-top: 8px;
  max-width: 560px;
}

.svc-row__cta {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink);
  padding-bottom: 6px;
  border-bottom: 1px solid var(--gold);
  white-space: nowrap;
}

@media (max-width: 700px) {
  .svc-row { grid-template-columns: 1fr; gap: 8px; padding: 30px 0; }
  .svc-row__num { display: none; }
  .svc-row__cta { justify-self: start; margin-top: 12px; }
}

/* Doctor gallery */

.doc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }

@media (max-width: 980px) { .doc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .doc-grid { grid-template-columns: 1fr; } }

.doc-card { background: transparent; border: none; }

.doc-card__photo {
  height: 440px;
  background: var(--champagne);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.doc-card__photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.8s var(--ease);
}

.doc-card:hover .doc-card__photo img { transform: scale(1.05); }

.doc-card__body { padding: 26px 0 0; }
.doc-card__body h3 { font-size: 27px; margin-bottom: 6px; }
.doc-card__role { font-size: 10.5px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 16px; font-weight: 500; }
.doc-card__body p { font-size: 14px; color: var(--text-muted); line-height: 1.85; }

/* Awards strip */

.awards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(40px, 8vw, 110px);
  flex-wrap: wrap;
}

.awards img {
  height: 74px;
  width: auto;
  filter: grayscale(1);
  opacity: 0.65;
  transition: filter 0.4s, opacity 0.4s;
}

.awards img:hover { filter: none; opacity: 1; }

/* Feature / trust strip */

.trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  text-align: center;
}

.trust__item { padding: 10px 34px; border-left: 1px solid var(--line-light); }
.trust__item:first-child { border-left: none; }

@media (max-width: 900px) {
  .trust { grid-template-columns: repeat(2, 1fr); gap: 44px 0; }
  .trust__item:nth-child(3) { border-left: none; }
}

@media (max-width: 560px) {
  .trust { grid-template-columns: 1fr; }
  .trust__item { border-left: none; padding: 0 10px; }
}

.trust__item h3 { font-size: 22px; color: var(--white); margin-bottom: 12px; }
.trust__item p { font-size: 13.5px; color: rgba(255, 255, 255, 0.55); line-height: 1.85; }

.trust__item .trust__rule {
  width: 30px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto 24px;
}

/* ---------- Treatment page article ---------- */

.article { padding: 100px 0; }

.article__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 100px;
  align-items: start;
}

@media (max-width: 980px) { .article__grid { grid-template-columns: 1fr; gap: 60px; } }

.article__body > p:first-child {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 21px;
  line-height: 1.7;
  color: var(--ink-soft);
}

.article__body h2 {
  font-size: clamp(30px, 3.6vw, 44px);
  margin: 60px 0 22px;
}

.article__body h2:first-child { margin-top: 0; }

.article__body h3 {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin: 40px 0 12px;
  color: var(--gold-deep);
}

.article__body p { margin-bottom: 20px; font-size: 15.5px; line-height: 1.9; }

.article__body ul { margin: 0 0 20px 20px; font-size: 15.5px; }
.article__body li { margin-bottom: 9px; }

.article__body .divider {
  width: 64px;
  height: 1px;
  background: var(--gold);
  border: none;
  margin: 54px 0;
}

/* Sidebar */

.aside-card {
  background: var(--champagne);
  color: var(--text);
  padding: 48px 42px;
  position: sticky;
  top: 130px;
  border: 1px solid var(--hairline);
}

.aside-card h3 { color: var(--ink); font-size: 30px; margin-bottom: 16px; }
.aside-card p { color: var(--text-muted); font-size: 14px; margin-bottom: 30px; line-height: 1.85; }
.aside-card .btn { width: 100%; text-align: center; }

.aside-card__contact { margin-top: 28px; padding-top: 26px; border-top: 1px solid var(--line); font-size: 14px; }
.aside-card__contact a { color: var(--gold-deep); display: block; margin-bottom: 6px; letter-spacing: 0.04em; }
.aside-card__contact a:hover { color: var(--ink); }
.aside-card__contact strong { color: var(--ink) !important; }
.aside-card__contact p { margin-bottom: 0; }

/* Related links */

.related { border-top: 1px solid var(--line); padding-top: 26px; margin-top: 70px; }
.related h3 { font-size: 11px; letter-spacing: 0.36em; text-transform: uppercase; color: var(--text-muted); font-family: var(--font-body); font-weight: 500; margin-bottom: 20px; }
.related ul { list-style: none; margin: 0; }
.related li { margin-bottom: 12px; }
.related a { font-family: var(--font-display); font-size: 23px; color: var(--ink); transition: color 0.25s; }
.related a:hover { color: var(--gold-deep); }

/* ---------- Price lists (aesthetics) ---------- */

.price-block { margin-bottom: 90px; }

.price-block > h2 {
  font-size: clamp(34px, 4.2vw, 54px);
  padding-bottom: 22px;
  border-bottom: 1px solid var(--gold);
  margin-bottom: 20px;
}

.price-item { padding: 30px 0; border-bottom: 1px solid var(--hairline); }

.price-item__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  flex-wrap: wrap;
}

.price-item__head h3 { font-size: 24px; font-family: var(--font-display); font-weight: 400; }

.price-item__price {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: var(--gold-deep);
  font-weight: 400;
  white-space: nowrap;
}

.price-item p { font-size: 14.5px; color: var(--text-muted); margin-top: 12px; max-width: 700px; line-height: 1.85; }

.price-item ul { margin: 14px 0 0 18px; font-size: 14.5px; color: var(--text-muted); }
.price-item li { margin-bottom: 6px; }

/* ---------- CTA band ---------- */

.cta-band {
  background: var(--champagne);
  border-top: 1px solid var(--hairline);
  padding: 130px 0;
  text-align: center;
}

.cta-band h2 { color: var(--ink); font-size: clamp(38px, 5.4vw, 72px); margin-bottom: 22px; }
.cta-band p { color: var(--text-muted); max-width: 520px; margin: 0 auto 44px; }
.cta-band .btn { background: var(--ink); border-color: var(--ink); color: var(--white); }
.cta-band .btn:hover { background: var(--gold-deep); border-color: var(--gold-deep); }

/* ---------- Forms ---------- */

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 26px; }

@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }

.form-grid .full { grid-column: 1 / -1; }

.field label {
  display: block;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--gold-deep);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 12px 2px;
  border: none;
  border-bottom: 1px solid var(--line);
  background: transparent;
  font-family: var(--font-body);
  font-size: 15.5px;
  color: var(--text);
  border-radius: 0;
  transition: border-color 0.3s;
}

.field input:focus,
.field select:focus,
.field textarea:focus { outline: none; border-bottom-color: var(--gold-deep); }

.field input::placeholder,
.field textarea::placeholder { color: rgba(117, 109, 94, 0.55); }

.field textarea { min-height: 120px; resize: vertical; }

.form-note { font-size: 13px; color: var(--text-muted); margin-top: 20px; }

.form-status { margin-top: 20px; font-size: 15px; font-weight: 500; display: none; }
.form-status.is-ok { display: block; color: var(--gold-deep); }
.form-status.is-err { display: block; color: #9c3d2e; }

form .btn { margin-top: 10px; }

/* ---------- Footer ---------- */

.site-footer { background: var(--ink); color: rgba(255, 255, 255, 0.65); padding: 100px 0 0; }

.site-footer a { color: rgba(255, 255, 255, 0.65); transition: color 0.25s; }
.site-footer a:hover { color: var(--gold-soft); }

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.1fr;
  gap: 60px;
  padding-bottom: 70px;
  border-bottom: 1px solid var(--line-light);
}

@media (max-width: 980px) { .site-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .site-footer__grid { grid-template-columns: 1fr; } }

.site-footer__logo img { height: 38px; width: auto; aspect-ratio: 925 / 219; margin-bottom: 26px; }

.site-footer h4 {
  font-size: 10.5px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 22px;
  font-weight: 500;
}

.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 11px; font-size: 14px; }

.site-footer address { font-style: normal; font-size: 14px; margin-bottom: 20px; line-height: 1.9; }

.site-footer__social { display: flex; gap: 22px; margin-top: 10px; }
.site-footer__social a { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; }

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 30px 0;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.04em;
}

/* ---------- Reveal animation ---------- */

.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Video embeds ---------- */

.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
@media (max-width: 800px) { .video-grid { grid-template-columns: 1fr; } }

.video-embed { position: relative; padding-bottom: 56.25%; height: 0; background: var(--ink); }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- Policy pages ---------- */

.policy h2 { font-size: 30px; margin: 50px 0 18px; }
.policy h3 { font-size: 21px; margin: 34px 0 12px; }
.policy p, .policy li { margin-bottom: 15px; color: var(--text); font-size: 15.5px; }
.policy ul { margin: 0 0 20px 22px; }

/* ---------- Hours table ---------- */

.hours { width: 100%; border-collapse: collapse; font-size: 15px; }
.hours td { padding: 12px 0; border-bottom: 1px solid var(--hairline); }
.hours td:last-child { text-align: right; color: var(--text-muted); }

/* ---------- Legacy card classes (kept minimal for safety) ---------- */

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
@media (max-width: 980px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .card-grid { grid-template-columns: 1fr; } }
