/* Bella Vita funnels. Kai Bax layout (one centered column, form in the middle), Bella Vita brand:
   warm black, gold, cream. Cormorant Garamond for display, DM Sans for everything else. */
:root {
  --bg: #0f0d0b;
  --surface: #1a1714;
  --surface-2: #231f1a;
  --line: rgba(245, 239, 228, 0.12);
  --gold: #c9a227;
  --gold-soft: #e2c35a;
  --cream: #f5efe4;
  --muted: #b9ae9b;
  --alert: #f06a4f;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --radius: 14px;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--cream); font: 16px/1.55 "DM Sans", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--gold-soft); }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; line-height: 1.08; margin: 0; letter-spacing: -0.01em; }
.col { width: 100%; max-width: 680px; margin: 0 auto; padding: 0 16px; }
.col.wide { max-width: 1000px; }
.muted { color: var(--muted); }
.center { text-align: center; }

/* ---------- Header / footer ---------- */
.logo { display: flex; justify-content: center; padding: 20px 16px 4px; }
.logo img { width: min(300px, 72vw); height: auto; filter: brightness(0) invert(1); }
@media (min-width: 640px) { .logo { padding-top: 28px; } .logo img { width: 340px; } }
footer { border-top: 1px solid var(--line); margin-top: 56px; padding: 26px 16px calc(34px + env(safe-area-inset-bottom)); font-size: 12.5px; color: var(--muted); text-align: center; }
footer p { margin: 6px auto; max-width: 640px; }
footer a { color: var(--muted); margin: 0 6px; }

/* ---------- Landing (application) ---------- */
.hero { text-align: center; padding: 18px 0 4px; }
.callout { font-size: 17px; color: var(--gold-soft); font-weight: 600; margin: 0 0 10px; }
.hero h1 { font-size: clamp(34px, 7.4vw, 56px); }
.hero h1 em { font-style: italic; color: var(--gold-soft); }
.hero .sub { font-size: 17px; color: #e4dccd; margin: 16px auto 0; max-width: 34em; }
.hero .sub b { color: var(--cream); }
.clock { display: flex; gap: 8px; justify-content: center; align-items: flex-start; font-size: 14px; color: var(--muted); margin: 18px auto 0; max-width: 32em; }
.clock svg { flex: none; margin-top: 2px; }

.card {
  margin: 20px -4px 0; background: var(--surface); border: 1px solid rgba(201,162,39,0.4); border-radius: var(--radius);
  box-shadow: 0 30px 70px -30px rgba(0,0,0,0.9); padding: 22px; scroll-margin-top: 12px;
}
@media (min-width: 640px) { .card { padding: 30px; margin: 22px auto 0; } }
@media (max-width: 400px) { .card { padding: 18px 16px; } }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 340px) { .row2 { grid-template-columns: 1fr; gap: 0; } }
.field { display: grid; gap: 6px; margin-bottom: 14px; }
.field label { font-size: 14px; color: #e4dccd; font-weight: 500; }
.field small { font-size: 12px; color: var(--muted); }
.opt-note { color: var(--muted); font-weight: 400; }
.field input, .field textarea {
  font: inherit; color: var(--cream); background: var(--surface-2); border: 1px solid var(--line);
  border-radius: 10px; padding: 14px; width: 100%; resize: vertical; font-size: 16px; /* 16px stops iOS zooming on focus */
  min-height: 50px; -webkit-appearance: none; appearance: none;
}
.field input.bad, .field textarea.bad, .sel select.bad, .check input.bad { outline: 2px solid #f0a58c; outline-offset: 2px; border-radius: 10px; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); }
.field textarea::placeholder { color: #7f7667; }
.sel { position: relative; }
.sel::after { content: ""; position: absolute; right: 16px; top: 50%; width: 9px; height: 9px; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: translateY(-70%) rotate(45deg); pointer-events: none; }
.sel select {
  font: inherit; font-size: 16px; color: var(--cream); background: var(--surface-2); border: 1px solid var(--line);
  border-radius: 10px; padding: 14px 44px 14px 14px; width: 100%; min-height: 52px; cursor: pointer;
  -webkit-appearance: none; appearance: none; touch-action: manipulation;
}
.sel select:focus { outline: none; border-color: var(--gold); }
.sel select:invalid, .sel select option[value=""] { color: #7f7667; }
.sel select option { color: #111; }
.field input.other { margin-top: 8px; }
.check { display: flex; gap: 12px; align-items: flex-start; font-size: 13.5px; color: #d9d0c0; margin: 6px 0 12px; cursor: pointer; padding: 6px 0; -webkit-tap-highlight-color: transparent; }
.check input { margin: 1px 0 0; accent-color: var(--gold); width: 22px; height: 22px; flex: none; }
.err { color: #f0a58c; font-size: 13.5px; min-height: 18px; margin: 0 0 8px; }
.btn {
  appearance: none; border: 0; cursor: pointer; width: 100%; font: inherit; font-weight: 700; font-size: 17px;
  color: #17130c; background: linear-gradient(180deg, var(--gold-soft), var(--gold)); border-radius: 10px;
  padding: 17px 18px; box-shadow: 0 10px 30px -12px rgba(201,162,39,0.7); transition: filter 0.2s, transform 0.2s var(--ease);
  text-decoration: none; display: inline-block; text-align: center; min-height: 54px; touch-action: manipulation; -webkit-tap-highlight-color: transparent;
}
.btn:hover { filter: brightness(1.06); }
.btn:active { transform: translateY(1px); }
.btn.ghost { background: transparent; color: var(--cream); border: 1px solid rgba(201,162,39,0.6); box-shadow: none; font-weight: 600; }
.fine { font-size: 12.5px; color: var(--muted); text-align: center; margin: 10px 0 0; }
.cal-head { text-align: center; margin-bottom: 8px; }
.cal-title { font-family: "Cormorant Garamond", Georgia, serif; font-size: 28px; font-weight: 600; margin: 0 0 4px; }
.cal-head .muted { margin: 0; font-size: 14px; }
.cal-wrap { min-height: 520px; margin: 0 -10px; }
@media (max-width: 640px) { .cal-wrap { margin: 0 -16px; } }
.cal-loading { text-align: center; color: var(--muted); padding: 40px 0; font-size: 14px; }
.trust { display: flex; flex-wrap: wrap; gap: 6px 18px; justify-content: center; font-size: 13.5px; color: var(--muted); margin: 16px 0 0; }
.trust .stars { color: var(--gold); letter-spacing: 2px; }

/* ---------- Not-yet page ---------- */
.notyet { text-align: center; padding-top: 26px; }
.notyet h1 { font-size: clamp(32px, 7vw, 48px); }
.notyet p.lead { font-size: 18px; color: #e4dccd; margin: 16px auto 0; max-width: 32em; }
.notyet .actions { display: grid; gap: 10px; max-width: 420px; margin: 28px auto 0; }

/* ---------- Booked (pre-visit) page ---------- */
.disclaimer { text-align: center; padding-top: 14px; }
.disclaimer h1 { font-family: "DM Sans", system-ui, sans-serif; font-weight: 800; letter-spacing: -0.02em; font-size: clamp(28px, 6.4vw, 48px); color: var(--gold-soft); line-height: 1.1; }
.disclaimer .sub { font-family: "Cormorant Garamond", Georgia, serif; font-style: italic; font-size: clamp(21px, 4.4vw, 28px); margin: 14px auto 0; max-width: 30em; color: #efe7d8; line-height: 1.25; }
.disclaimer .sub b { font-style: italic; color: var(--cream); }
.when { display: inline-flex; flex-wrap: wrap; gap: 4px 12px; justify-content: center; align-items: baseline; margin: 18px auto 0; font-size: 15px; color: var(--muted); }
.when b { color: var(--cream); }
.frame { position: relative; margin: 22px auto 0; border-radius: 16px; overflow: hidden; border: 1px solid rgba(201,162,39,0.5); background: radial-gradient(120% 90% at 50% 0%, #2a231a 0%, #121009 70%); box-shadow: 0 30px 70px -30px rgba(0,0,0,0.9); }
.frame.video { max-width: 400px; aspect-ratio: 9 / 16; }
.frame.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.steps { padding: 24px 20px 22px; }
@media (min-width: 640px) { .steps { padding: 32px 36px 30px; } }
.steps h2 { font-size: 30px; text-align: center; }
.steps .muted { text-align: center; margin: 6px 0 20px; font-size: 14px; }
.steps ol { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; counter-reset: s; }
.steps li { counter-increment: s; display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: start; background: rgba(15,13,11,0.55); border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; }
.steps li::before { content: counter(s); width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; font-family: "Cormorant Garamond", Georgia, serif; font-size: 22px; font-weight: 600; color: #17130c; background: linear-gradient(180deg, var(--gold-soft), var(--gold)); }
.steps li b { display: block; font-size: 16.5px; margin-bottom: 2px; }
.steps li span { color: #d9d0c0; font-size: 15px; }
.links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 16px; }
.links a { font-size: 14px; padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; color: var(--cream); }
.links a:hover { border-color: var(--gold); }
.ig { max-width: 420px; margin: 22px auto 0; text-align: center; }
.ig p { margin: 0 0 10px; color: var(--muted); font-size: 14.5px; }

.rating { display: flex; gap: 16px; align-items: center; justify-content: center; margin: 48px auto 0; }
@media (max-width: 380px) { .rating img { width: 60px; height: 60px; } .rating .name { font-size: 19px; } .stars5 i { width: 22px; height: 22px; } .stars5 i::after { width: 13px; height: 13px; } }
.rating img { width: 72px; height: 72px; border-radius: 16px; }
.rating .name { font-weight: 700; font-size: 22px; }
.rating .meta { font-size: 14px; color: var(--muted); margin: 2px 0 6px; }
.rating .row { display: flex; align-items: center; gap: 10px; }
.stars5 { display: inline-flex; gap: 3px; }
.stars5 i { width: 26px; height: 26px; background: #f4b400; display: grid; place-items: center; border-radius: 3px; }
.stars5 i::after { content: ""; width: 16px; height: 16px; background: #fff; clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%); }
.rating .score { font-size: 15px; color: var(--cream); }
.gbadge { display: inline-block; margin-top: 6px; font-size: 11.5px; font-weight: 700; letter-spacing: 0.04em; color: #cfe9d6; background: rgba(52,168,83,0.18); border: 1px solid rgba(52,168,83,0.4); padding: 3px 8px; border-radius: 4px; }
.divider { height: 1px; background: var(--line); margin: 34px 0; }
.trusted { text-align: center; font-size: 13.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.champ { text-align: center; margin: 26px auto 0; }
.champ h2 { font-family: "DM Sans", system-ui, sans-serif; font-weight: 800; letter-spacing: -0.02em; font-size: clamp(28px, 6vw, 44px); line-height: 1.1; max-width: 16em; margin: 0 auto; }
.champ h2 em { font-style: normal; color: var(--gold-soft); }
.champ p { color: var(--muted); margin: 12px auto 0; max-width: 34em; }

/* Wall of proof: a masonry of mixed card formats */
.wall { columns: 1; column-gap: 14px; margin-top: 30px; }
@media (min-width: 640px) { .wall { columns: 2; } }
@media (min-width: 960px) { .wall { columns: 3; } }
.proof { break-inside: avoid; margin: 0 0 14px; border-radius: 12px; }
.proof.g { background: #fff; color: #1f1f1f; padding: 16px; box-shadow: 0 10px 30px -18px rgba(0,0,0,0.9); font-family: Arial, sans-serif; }
.proof.g .top { display: flex; gap: 10px; align-items: center; }
.proof.g .av { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 14px; flex: none; }
.proof.g .who b { display: block; font-size: 14px; }
.proof.g .who span { font-size: 12px; color: #70757a; }
.proof.g .gs { color: #f4b400; letter-spacing: 1px; font-size: 15px; margin: 10px 0 6px; }
.proof.g p { margin: 0; font-size: 14px; line-height: 1.5; color: #3c4043; }
.proof.q { background: var(--surface); border: 1px solid var(--line); padding: 22px 20px 18px; }
.proof.q p { margin: 0 0 12px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 23px; line-height: 1.25; }
.proof.q p::before { content: "\201C"; display: block; font-size: 54px; line-height: 0.6; color: var(--gold); margin-bottom: 8px; }
.proof.q cite { font-style: normal; font-size: 13.5px; color: var(--muted); }
.proof.q cite b { color: var(--cream); }
.proof.h { background: linear-gradient(160deg, var(--gold-soft), var(--gold)); color: #17130c; padding: 22px 20px; }
.proof.h p { margin: 0 0 10px; font-weight: 800; font-size: 21px; line-height: 1.2; letter-spacing: -0.01em; }
.proof.h cite { font-style: normal; font-size: 13px; font-weight: 600; opacity: 0.8; }
.proof.ph { border: 1.5px dashed rgba(201,162,39,0.5); background: rgba(201,162,39,0.05); padding: 28px 18px; text-align: center; color: var(--muted); font-size: 13.5px; }
.proof.ph b { display: block; color: var(--gold-soft); font-size: 14px; margin-bottom: 4px; }
.more { text-align: center; margin-top: 34px; }
.more h2 { font-family: "DM Sans", system-ui, sans-serif; font-weight: 400; font-size: clamp(24px, 5vw, 36px); line-height: 1.2; }
.more h2 b { font-weight: 800; }

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