:root {
  --bg: #0d0d0d;
  --panel: #151515;
  --panel-2: #1c1c1c;
  --text: #f5f0e6;
  --muted: #b8b1a4;
  --accent: #f2b84b;
  --accent-2: #e7d6a2;
  --line: rgba(245, 240, 230, .16);
  --max: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, system-ui, sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; padding: 14px max(20px, calc((100vw - var(--max)) / 2)); background: rgba(13,13,13,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 2px solid var(--accent); border-radius: 50%; color: var(--accent); font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: 1px; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: 1.5px; line-height: 1; }
.brand small { margin-top: 2px; color: var(--muted); font-size: 8px; letter-spacing: 1.7px; }
.header-button { font-size: 12px; font-weight: 800; letter-spacing: 1px; color: var(--accent); }
.hero { position: relative; min-height: 650px; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 78% 35%, rgba(242,184,75,.15), transparent 28%), radial-gradient(circle at 20% 80%, rgba(255,255,255,.04), transparent 28%), linear-gradient(135deg, #101010 0%, #090909 70%); }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .12; background-image: repeating-linear-gradient(0deg, transparent 0 3px, #fff 4px 5px); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; width: min(var(--max), calc(100% - 40px)); margin: auto; padding: 90px 0; }
.eyebrow { margin: 0 0 12px; color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: 2.5px; }
h1, h2 { margin: 0; font-family: 'Bebas Neue', sans-serif; font-weight: 400; letter-spacing: 1px; line-height: .92; }
h1 { max-width: 760px; font-size: clamp(72px, 12vw, 148px); }
h1 span, h2 span { color: var(--accent); }
.hero-copy { max-width: 600px; margin: 28px 0 32px; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--accent); font-size: 11px; font-weight: 800; letter-spacing: 1.3px; cursor: pointer; transition: transform .15s ease, background .15s ease, color .15s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: #111; }
.button-primary:hover { background: #ffd17a; }
.button-ghost { color: var(--text); border-color: var(--line); }
.button-ghost:hover { border-color: var(--accent); color: var(--accent); }
.hero-badge { position: absolute; right: clamp(5%, 11vw, 15%); bottom: 90px; width: 220px; height: 220px; border: 2px solid var(--accent); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(-10deg); color: var(--accent); text-align: center; font-family: 'Bebas Neue', sans-serif; letter-spacing: 2px; box-shadow: 0 0 0 10px rgba(242,184,75,.04), 0 0 0 11px rgba(242,184,75,.12); }
.hero-badge span { font-size: 28px; line-height: .9; }
.hero-badge b { font-size: 62px; line-height: .85; font-weight: 400; }
.strip { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); }
.strip div { padding: 18px 12px; text-align: center; font-size: 10px; font-weight: 800; letter-spacing: 1.2px; border-right: 1px solid var(--line); }
.strip div:last-child { border-right: 0; }
.section { width: min(var(--max), calc(100% - 40px)); margin: auto; padding: 110px 0; }
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
h2 { font-size: clamp(52px, 7vw, 86px); }
.about-copy { align-self: end; color: var(--muted); font-size: 16px; }
.about-copy strong { color: var(--text); }
.booking-section { max-width: 980px; padding-top: 40px; }
.section-heading { text-align: center; margin-bottom: 48px; }
.section-heading > p:last-child { color: var(--muted); margin: 18px auto 0; }
.booking-form { background: var(--panel); border: 1px solid var(--line); padding: clamp(22px, 5vw, 48px); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
label > span, legend { display: block; margin-bottom: 8px; color: var(--accent-2); font-size: 10px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; outline: 0; background: #0f0f0f; color: var(--text); padding: 14px 15px; }
input:focus, select:focus, textarea:focus { border-color: var(--accent); }
.date-picker { position: relative; display: flex; width: 100%; }
.date-picker input { padding-right: 54px; }
.calendar-button { position: absolute; top: 50%; right: 1px; transform: translateY(-50%); width: 46px; height: calc(100% - 2px); border: 0; border-left: 1px solid var(--line); background: #171717; color: var(--accent); cursor: pointer; font-size: 19px; display: grid; place-items: center; }
.calendar-button:hover { background: #222; }
textarea { resize: vertical; min-height: 130px; }
fieldset { border: 0; padding: 30px 0 22px; margin: 0; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice { position: relative; display: flex; gap: 12px; padding: 17px; border: 1px solid var(--line); background: #101010; cursor: pointer; }
.choice:has(input:checked) { border-color: var(--accent); background: rgba(242,184,75,.06); }
.choice input { width: auto; accent-color: var(--accent); }
.choice span { margin: 0; }
.choice strong, .choice small { display: block; }
.choice strong { color: var(--text); font-size: 13px; }
.choice small { color: var(--muted); margin-top: 3px; font-size: 11px; }
.price-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 8px 0 30px; padding: 20px; border-left: 3px solid var(--accent); background: #101010; }
.price-label { display: block; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: 1.5px; }
.price-card strong { display: block; margin-top: 2px; color: var(--accent); font-family: 'Bebas Neue', sans-serif; font-size: 34px; font-weight: 400; letter-spacing: 1px; }
.price-card p { margin: 0; max-width: 320px; color: var(--muted); font-size: 11px; text-align: right; }
.contact-grid { padding-top: 8px; border-top: 1px solid var(--line); }
.full-width { grid-column: 1 / -1; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; }
.form-footer p, .form-note { margin: 0; color: var(--muted); font-size: 10px; }
.form-note { margin-top: 18px; text-align: center; opacity: .7; }

.success-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; background: rgba(0,0,0,.78); backdrop-filter: blur(7px); opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
.success-modal:not([hidden]) { opacity: 1; visibility: visible; }
.success-modal[hidden] { display: grid; }
.success-card { position: relative; width: min(560px, 100%); padding: 48px 42px 42px; text-align: center; background: linear-gradient(145deg, #1b1b1b, #0e0e0e); border: 1px solid rgba(242,184,75,.55); box-shadow: 0 25px 80px rgba(0,0,0,.65), 0 0 0 1px rgba(242,184,75,.08); transform: translateY(12px) scale(.98); transition: transform .25s ease; }
.success-modal:not([hidden]) .success-card { transform: translateY(0) scale(1); }
.success-mark { width: 58px; height: 58px; margin: 0 auto 22px; display: grid; place-items: center; border: 2px solid var(--accent); border-radius: 50%; color: var(--accent); font-family: 'Bebas Neue', sans-serif; font-size: 25px; letter-spacing: 1px; }
.success-card .eyebrow { margin-bottom: 10px; }
.success-card h2 { font-size: clamp(46px, 7vw, 72px); }
.success-card p:not(.eyebrow) { max-width: 390px; margin: 22px auto 28px; color: var(--muted); }
.success-close { position: absolute; top: 10px; right: 14px; width: 38px; height: 38px; border: 0; background: transparent; color: var(--muted); font-size: 30px; line-height: 1; cursor: pointer; }
.success-close:hover { color: var(--accent); }

.cta { width: min(var(--max), calc(100% - 40px)); margin: 0 auto 90px; padding: 55px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid var(--line); background: linear-gradient(135deg, #171717, #101010); }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 26px max(20px, calc((100vw - var(--max)) / 2)); border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: 1px; }
footer strong { color: var(--text); font-family: 'Bebas Neue', sans-serif; font-size: 17px; font-weight: 400; }
@media (max-width: 760px) {
  .site-header { padding: 12px 18px; }
  .header-button { display: none; }
  .hero { min-height: 610px; }
  .hero-inner { padding: 70px 0; }
  .hero-copy { font-size: 15px; }
  .hero-badge { width: 125px; height: 125px; right: 18px; bottom: 42px; opacity: .45; }
  .hero-badge span { font-size: 16px; }
  .hero-badge b { font-size: 38px; }
  .strip { grid-template-columns: 1fr 1fr; }
  .strip div:nth-child(2) { border-right: 0; }
  .strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about { grid-template-columns: 1fr; gap: 35px; padding-top: 75px; }
  .section { padding: 75px 0; }
  .form-grid, .choice-grid { grid-template-columns: 1fr; }
  .full-width { grid-column: auto; }
  .price-card, .form-footer, .cta, footer { flex-direction: column; align-items: flex-start; }
  .price-card p { text-align: left; }
  .cta { margin-bottom: 55px; padding: 30px; }
  footer { gap: 8px; }
  .success-card { padding: 42px 24px 30px; }
}
