/* Best Clinic — v2 theme: dark espresso + gold luxury (Vaia-approved design language) */
:root {
  --brand: #d8b56a;      /* gold — primary actions */
  --brand-2: #e8cf9b;    /* light gold — accents */
  --bg: #171210;
  --surface: #221a14;
  --line: #3a2d21;
  --text: #f5efe4;
  --muted: #c2b19b;
}

body {
  font-weight: 300;
  background:
    radial-gradient(90rem 50rem at 85% -10%, color-mix(in srgb, #3b2c1d 60%, transparent), transparent 60%),
    radial-gradient(70rem 45rem at -10% 45%, color-mix(in srgb, #2a1f15 75%, transparent), transparent 65%),
    var(--bg);
}
strong, b { font-weight: 700; }

/* ---------- Header ---------- */
.logo-pill { display: inline-flex; align-items: center; justify-content: center;
  background: #fdfbf6; border-radius: 12px; padding: 6px 9px; }
.logo-pill img { height: 30px; width: auto; }
.logo-txt { font-family: var(--font-display); font-weight: 700; font-size: .98rem; line-height: 1.3; }
.logo-txt small { font-family: var(--font-body); font-weight: 300; letter-spacing: .06em; }
.glass-header nav a { font-weight: 400; opacity: .85; }
.glass-header nav a:hover { opacity: 1; color: var(--brand); }
.burger, .mobile-menu .close { font-size: 1.35rem; }
.mobile-menu a { font-family: var(--font-display); font-weight: 600; }

/* ---------- Hero: full-bleed mirror video ---------- */
.hero .veil { background: linear-gradient(180deg, rgb(16 11 8 / .58), rgb(16 11 8 / .8) 55%, var(--bg) 97%); }
.hero-inner { max-width: 900px; }
.hero-eyebrow { color: var(--brand); font-size: .95rem; font-weight: 400;
  letter-spacing: .04em; margin-bottom: 1.1rem; }
.hero-eyebrow i { margin-inline-end: .4rem; }
.hero h1 { font-weight: 900; margin-bottom: 1.2rem; text-shadow: 0 2px 30px rgb(0 0 0 / .45); }
.hero h1 em { font-style: normal; color: var(--brand); position: relative; white-space: nowrap; }
.hero h1 em::after { content: ""; position: absolute; inset-inline: 2%; bottom: .04em;
  height: .1em; border-radius: 999px;
  background: color-mix(in srgb, var(--brand) 50%, transparent); }
.hero-sub { font-size: clamp(1.05rem, 2vw, 1.3rem); font-weight: 300; color: var(--text);
  opacity: .92; max-width: 46ch; margin-inline: auto; line-height: 2; margin-bottom: 2.2rem;
  text-shadow: 0 1px 18px rgb(0 0 0 / .4); }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-bottom: 2.6rem; }
.hero-facts { list-style: none; display: flex; align-items: center; justify-content: center;
  gap: clamp(1rem, 2.5vw, 2rem); flex-wrap: wrap; color: var(--text); opacity: .9; font-size: .92rem; }
.hero-facts li + li { border-inline-start: 1px solid color-mix(in srgb, var(--text) 30%, transparent);
  padding-inline-start: clamp(1rem, 2.5vw, 2rem); }
.hero-facts i { color: var(--brand); margin-inline-end: .45rem; }

/* ---------- Buttons ---------- */
.btn-gold { background: var(--brand); color: #201709; }
.btn-gold:hover { box-shadow: 0 14px 34px color-mix(in srgb, var(--brand) 30%, transparent); }
.btn.ghost { border-color: color-mix(in srgb, var(--text) 35%, transparent); }
.btn-sm { padding: 11px 22px; font-size: .9rem; margin-top: .9rem; }

/* ---------- Section rhythm ---------- */
.section-sub { max-width: 60ch; margin-bottom: clamp(2.2rem, 5vw, 3.6rem); }

/* ---------- Departments directory (floors pattern) ---------- */
.floor { display: grid; grid-template-columns: 230px 1fr; gap: clamp(1.2rem, 3vw, 2.5rem);
  padding-block: clamp(1.6rem, 3.5vw, 2.4rem); border-top: 1px solid var(--line); }
.floor:last-of-type { border-bottom: 1px solid var(--line); }
.floor-num { font-family: var(--font-display); font-weight: 900; font-size: 3.2rem;
  line-height: 1; color: color-mix(in srgb, var(--brand) 18%, transparent); display: block; }
.floor-name { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem;
  display: block; margin-top: -1.2rem; }
.specs { list-style: none; display: flex; flex-wrap: wrap; gap: 12px; align-content: center; }
.specs li { display: inline-flex; align-items: center; gap: 10px; padding: 12px 20px;
  border: 1px solid var(--line); border-radius: 999px; font-weight: 400; font-size: .95rem;
  transition: border-color .25s cubic-bezier(.16,1,.3,1), background .25s cubic-bezier(.16,1,.3,1); }
.specs li i { color: var(--brand); font-size: 1rem; }
.specs li:hover { border-color: color-mix(in srgb, var(--brand) 55%, transparent);
  background: color-mix(in srgb, var(--surface) 70%, transparent); }

/* ---------- Marquee ---------- */
.svc-marquee { padding-block: clamp(1.2rem, 3vw, 2rem); border-block: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 45%, transparent); }
.marquee-group { display: flex; gap: 14px; padding-inline-end: 14px; }
.marquee-track { gap: 0; }
.m-chip { display: inline-flex; align-items: center; gap: 10px; padding: 12px 22px;
  border: 1px solid var(--line); border-radius: 999px; font-size: .95rem;
  font-weight: 400; white-space: nowrap; }
.m-chip i { color: var(--brand); }

/* ---------- Gallery ---------- */
.gallery { display: grid; grid-template-columns: 1fr 1.4fr; gap: 18px; }
.gallery figure { position: relative; border-radius: var(--radius); overflow: hidden; }
.gallery img { width: 100%; height: 100%; min-height: 320px; object-fit: cover;
  transition: transform .6s cubic-bezier(.16,1,.3,1); }
.gallery figure:hover img { transform: scale(1.04); }
.gallery figcaption { position: absolute; bottom: 0; inset-inline: 0; padding: 18px 20px 14px;
  font-size: .85rem; font-weight: 400; color: #f8f4ec;
  background: linear-gradient(0deg, rgb(12 8 5 / .85), transparent); }

/* ---------- Visit cards ---------- */
.visit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); gap: 18px; }
.visit-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 28px;
  background: color-mix(in srgb, var(--surface) 55%, transparent); }
.visit-card h3 { font-size: 1.05rem; margin-bottom: .8rem; }
.visit-card h3 i { color: var(--brand); margin-inline-end: .5rem; }
.visit-card p { color: var(--muted); font-weight: 300; line-height: 1.9; }

/* ---------- Booking ---------- */
.booking { background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--surface) 55%, transparent) 25% 75%, transparent); }
.booking-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.booking-demo-tag { margin-top: 1.2rem; font-size: .85rem; color: var(--muted); }
.booking-demo-tag i { color: var(--brand); margin-inline-end: .4rem; }
.booking-form { display: grid; gap: 16px; border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(1.4rem, 3vw, 2.2rem); background: color-mix(in srgb, var(--bg) 55%, transparent);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.bf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.booking-form label { display: grid; gap: 7px; font-size: .88rem; font-weight: 400; color: var(--muted); }
.booking-form input, .booking-form select { font-family: var(--font-body); font-size: .95rem;
  color: var(--text); background: color-mix(in srgb, var(--surface) 80%, transparent);
  border: 1px solid var(--line); border-radius: 12px; padding: 13px 15px; outline: none;
  transition: border-color .25s cubic-bezier(.16,1,.3,1); width: 100%; }
.booking-form input:focus, .booking-form select:focus { border-color: color-mix(in srgb, var(--brand) 60%, transparent); }
.booking-form input::placeholder { color: color-mix(in srgb, var(--muted) 60%, transparent); }
.booking-form .btn { border: 0; cursor: pointer; }

/* ---------- CTA ---------- */
.cta { text-align: center; }
.cta .sub { max-width: 50ch; margin-inline: auto; margin-bottom: 2rem; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Chat on dark espresso ---------- */
.chat-fab { background: var(--brand); color: #201709; }
.chat-msg.user { background: color-mix(in srgb, var(--brand) 90%, #fff 0%); color: #201709; }
.chat-foot button { background: var(--brand); color: #201709; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .floor { grid-template-columns: 1fr; gap: 1rem; }
  .floor-num { font-size: 2.6rem; }
  .gallery { grid-template-columns: 1fr; }
  .gallery img { min-height: 240px; }
  .booking-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .bf-row { grid-template-columns: 1fr; }
  .demo-notice { max-width: calc(100vw - 110px); }
}

/* ---------- Why band (replaces gallery) ---------- */
.why-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.why-visual { border-radius: var(--radius); overflow: hidden; position: relative; }
.why-visual::after { content: ""; position: absolute; inset: 0; border-radius: var(--radius);
  border: 1px solid color-mix(in srgb, var(--brand) 35%, transparent); pointer-events: none; }
.why-visual img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.why-copy .checks { grid-template-columns: 1fr; }
@media (max-width: 960px) { .why-grid { grid-template-columns: 1fr; } }
