:root {
  color-scheme: dark;
  --bg: #09090b;
  --surface: #151518;
  --surface-2: #1d1d21;
  --line: rgba(255, 255, 255, 0.1);
  --gold: #d4af37;
  --text: #f6f4ef;
  --muted: #b5b1a8;
  --danger: #c96455;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font: 16px/1.5 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.site-header { height: 72px; display: flex; align-items: center; gap: 30px; max-width: 1200px; margin: auto; padding: 0 28px; position: relative; z-index: 4; }
.brand { color: var(--gold); font-weight: 800; letter-spacing: 3px; font-size: 14px; }
nav { display: flex; gap: 24px; margin-left: auto; color: var(--muted); font-size: 14px; }
nav a:hover, .header-phone:hover, footer a:hover { color: var(--gold); }
.header-phone { color: var(--text); font-size: 14px; font-weight: 600; }
.account-link { border: 1px solid rgba(212,175,55,.55); color: var(--gold); border-radius: 6px; padding: 7px 12px; font-size: 13px; font-weight: 800; }
.account-link:hover { background: rgba(212,175,55,.12); }

.hero { min-height: 610px; position: relative; overflow: hidden; isolation: isolate; display: grid; align-items: end; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero-shade { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.58); z-index: -1; }
.hero-content { width: min(1200px, 100%); padding: 68px 28px 76px; margin: auto; }
.eyebrow { margin: 0 0 12px; color: var(--gold); font-size: 12px; letter-spacing: 1.5px; font-weight: 800; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 700px; font-size: clamp(40px, 6vw, 76px); line-height: 1.02; font-weight: 500; letter-spacing: 0; margin-bottom: 24px; }
h2 { font-size: clamp(30px, 4vw, 46px); line-height: 1.1; font-weight: 500; margin-bottom: 0; }
h3 { font-size: 23px; line-height: 1.15; margin-bottom: 10px; }
.hero-copy { max-width: 510px; color: #edeae2; font-size: 18px; margin-bottom: 32px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 0; border-radius: 8px; cursor: pointer; padding: 0 23px; font-weight: 800; transition: transform .18s ease, background-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.primary { background: var(--gold); color: #17130a; }

.promo-band { min-height: 72px; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); background: #15140e; display: flex; align-items: center; justify-content: center; gap: 42px; padding: 16px 28px; }
.promo-band p { margin: 0; color: #efe4b0; }.promo-band b, .promo-band a { color: var(--gold); }.promo-band a { font-weight: 800; white-space: nowrap; }
.section { max-width: 1200px; padding: 100px 28px; margin: auto; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 34px; margin-bottom: 30px; }.section-heading > p { max-width: 360px; margin-bottom: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 16px; }
.service-card { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; min-height: 390px; display: flex; flex-direction: column; }.service-card img { width: 100%; height: 180px; object-fit: cover; background: #1a1a1c; }.feature-card img { height: 210px; }
.service-card-body { padding: 20px; display: flex; height: 100%; flex-direction: column; align-items: flex-start; }.service-card p { color: var(--muted); font-size: 14px; margin-bottom: 20px; }.card-kicker { color: var(--gold); letter-spacing: 1px; font-size: 11px; font-weight: 800; margin-bottom: 12px; }.text-button { margin-top: auto; padding: 0; color: var(--gold); background: none; border: 0; cursor: pointer; font-weight: 800; }

.booking-section { max-width: none; background: #101013; }.booking-section > * { max-width: 1144px; margin-left: auto; margin-right: auto; }.booking-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .8fr); gap: 20px; align-items: start; }.booking-form, .order-summary { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 24px; }.booking-form { display: grid; gap: 22px; }fieldset { padding: 0; margin: 0; border: 0; }legend { font-weight: 800; margin-bottom: 14px; }label span { display: block; color: var(--muted); font-size: 13px; margin-bottom: 7px; }select, input { width: 100%; color: var(--text); background: #0f0f12; border: 1px solid var(--line); border-radius: 6px; min-height: 47px; padding: 0 13px; outline: none; }select:focus, input:focus { border-color: var(--gold); }.option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }.option { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; padding: 12px; min-height: 50px; background: #101013; border: 1px solid var(--line); border-radius: 6px; cursor: pointer; }.option input { width: 18px; min-height: 18px; accent-color: var(--gold); }.option b { color: var(--gold); font-size: 13px; }.quantity-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px; background: #101013; border: 1px solid var(--line); border-radius: 6px; }.quantity-row small { display: block; color: var(--gold); margin-top: 2px; }.quantity-control { display: grid; grid-template-columns: 38px 42px 38px; align-items: center; }.quantity-control button { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(212,175,55,.55); background: transparent; color: var(--gold); font-size: 24px; cursor: pointer; }.quantity-control button:disabled { opacity: .35; cursor: default; }.quantity-control output { text-align: center; font-weight: 800; }.schedule-fields, .contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.schedule-fields legend, .contact-fields legend { grid-column: 1 / -1; }.contact-fields .wide { grid-column: 1 / -1; }.submit-button { width: 100%; }.order-summary { position: sticky; top: 18px; }.order-summary h3 { font-size: 25px; }.order-summary ul { list-style: none; padding: 0; margin: 20px 0; border-top: 1px solid var(--line); }.order-summary li { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); }.summary-total { display: flex; justify-content: space-between; align-items: baseline; margin-top: 26px; }.summary-total strong { font-size: 34px; color: var(--gold); }.summary-note { border-top: 1px solid var(--line); padding-top: 17px; margin-top: 20px; color: var(--muted); font-size: 12px; }

.confidence { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }.benefit-list { border-top: 1px solid var(--line); }.benefit-list p { display: flex; gap: 20px; margin: 0; padding: 22px 0; border-bottom: 1px solid var(--line); color: var(--muted); }.benefit-list b { color: var(--gold); }
.account-invite { max-width: 1144px; margin: 0 auto 100px; padding: 42px; border: 1px solid rgba(212,175,55,.38); border-radius: 8px; background: linear-gradient(105deg, #17130a, #171217 55%, #2a1226); display: flex; align-items: center; justify-content: space-between; gap: 30px; }.account-invite h2 { font-size: clamp(28px, 3vw, 42px); max-width: 640px; }.account-invite p:not(.eyebrow) { color: var(--muted); max-width: 650px; margin: 14px 0 0; }.account-invite-actions { display: flex; flex-wrap: wrap; gap: 10px; min-width: 250px; }.secondary { background: transparent; color: var(--text); border: 1px solid var(--line); }.secondary:hover { border-color: var(--gold); }
footer { max-width: 1200px; margin: auto; border-top: 1px solid var(--line); padding: 30px 28px 42px; display: flex; gap: 28px; color: var(--muted); font-size: 14px; }footer span { color: var(--gold); font-weight: 800; letter-spacing: 2px; margin-right: auto; }
dialog { width: min(460px, calc(100% - 32px)); border: 1px solid rgba(212,175,55,.55); border-radius: 8px; padding: 30px; background: var(--surface); color: var(--text); }dialog::backdrop { background: rgba(0,0,0,.72); }.dialog-close { float: right; border: 0; background: transparent; color: var(--muted); font-size: 28px; cursor: pointer; }.dialog-close:hover { color: var(--gold); }

@media (max-width: 850px) { .site-header { height: 64px; padding: 0 18px; }.header-phone, nav a:not(:last-child) { display: none; }.hero { min-height: 560px; }.hero-content { padding: 48px 20px 56px; }.promo-band { flex-direction: column; gap: 7px; text-align: center; }.section { padding: 66px 20px; }.section-heading { align-items: start; flex-direction: column; gap: 14px; }.service-grid, .booking-layout, .confidence { grid-template-columns: 1fr; }.service-card, .feature-card { min-height: 0; }.service-card img, .feature-card img { height: 190px; }.option-grid, .schedule-fields, .contact-fields { grid-template-columns: 1fr; }.contact-fields .wide { grid-column: auto; }.order-summary { position: static; }.booking-form, .order-summary { padding: 18px; }.account-invite { margin: 0 20px 66px; padding: 28px 20px; align-items: flex-start; flex-direction: column; }.account-invite-actions { min-width: 0; width: 100%; }.account-invite-actions .button { width: 100%; } footer { padding: 25px 20px 35px; flex-direction: column; gap: 12px; }footer span { margin-right: 0; } }
