:root {
  --paper: #fffaf2;
  --cream: #f4efe5;
  --cedar: #9f5422;
  --ember: #d96118;
  --ember-dark: #a94712;
  --ink: #102c38;
  --muted: #60717a;
  --moss: #536b45;
  --line: #ded1c0;
  --white: #ffffff;
}
* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: clip; overscroll-behavior-x: none; }
body { position: relative; width: 100%; max-width: 100%; margin: 0; overflow-x: clip; overscroll-behavior-x: none; touch-action: pan-y; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
header, main, section, footer { max-width: 100%; overflow-x: clip; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.wrap { width: auto; max-width: 1160px; margin: 0 16px; }
.topbar { position: sticky; top: 0; z-index: 20; background: rgba(255, 250, 242, 0.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.05em; }
.logo { width: 58px; height: 58px; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.logo img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 8px 14px rgba(16, 44, 56, 0.12)); }
.brand-main { display: block; font-family: Impact, "Arial Black", sans-serif; font-size: 24px; line-height: 0.95; letter-spacing: 0.03em; }
.brand-sub { display: block; color: var(--cedar); font-size: 10px; letter-spacing: 0.32em; }
.links { display: flex; align-items: center; gap: 26px; color: #29414b; font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: 0.04em; }
.menu-toggle { display: none; width: 48px; height: 48px; align-items: center; justify-content: center; border: 1px solid var(--line); background: #fffdf8; color: var(--ink); cursor: pointer; }
.menu-toggle svg { width: 22px; height: 22px; }
.mobile-links { display: none; padding: 0 0 14px; border-top: 1px solid rgba(222, 209, 192, 0.7); }
.mobile-links.open { display: grid; }
.mobile-links a { min-height: 44px; display: flex; align-items: center; border-bottom: 1px solid rgba(222, 209, 192, 0.7); color: #29414b; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.06em; }
.button, .nav-cta { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 18px; border: 0; background: var(--ember); color: var(--white); font-weight: 900; text-transform: uppercase; letter-spacing: 0.04em; cursor: pointer; box-shadow: 0 12px 24px rgba(217, 97, 24, 0.24); }
.button:hover, .nav-cta:hover { background: var(--ember-dark); }
.button.ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); box-shadow: none; }
.hero { padding: 70px 0 36px; background: var(--ink); color: var(--white); }
.eyebrow, .tag { display: inline-flex; align-items: center; min-height: 30px; padding: 0 10px; border: 1px solid rgba(222, 209, 192, 0.35); color: #ffc49d; background: rgba(255, 250, 242, 0.08); font-size: 12px; font-weight: 950; letter-spacing: 0.13em; text-transform: uppercase; }
h1, h2, h3 { font-family: Impact, "Arial Black", sans-serif; text-transform: uppercase; letter-spacing: 0.035em; }
h1 { max-width: 880px; margin: 18px 0 14px; font-size: clamp(46px, 8vw, 86px); line-height: 0.92; }
.hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,0.78); font-size: 18px; }
section { padding: 54px 0; }
.booking-grid { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.78fr); gap: 22px; align-items: start; }
.booking-panel, .summary-panel { min-width: 0; background: var(--white); border: 1px solid var(--line); box-shadow: 0 16px 42px rgba(26, 39, 45, 0.08); }
.booking-panel { padding: 26px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #314751; font-size: 13px; font-weight: 900; letter-spacing: 0.05em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; border: 1px solid var(--line); background: #fffdf8; color: var(--ink); padding: 11px 12px; outline: 0; }
.field textarea { min-height: 92px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ember); box-shadow: 0 0 0 3px rgba(217, 97, 24, 0.12); }
.date-input-hidden { display: none; }
.calendar-field { grid-column: 1 / -1; }
.calendar-shell { position: relative; min-width: 0; padding: 14px; border: 1px solid var(--line); background: #fffdf8; }
.calendar-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-width: 0; margin-bottom: 12px; }
.calendar-title { color: var(--ink); font-size: 18px; font-weight: 950; }
.calendar-controls { display: flex; flex: 0 0 auto; gap: 8px; }
.calendar-controls button { width: 40px; height: 40px; border: 1px solid var(--line); background: var(--white); color: var(--ink); font-size: 20px; font-weight: 900; cursor: pointer; }
.calendar-controls button:hover { border-color: var(--ember); color: var(--ember); }
.calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 6px; }
.calendar-loading { position: absolute; inset: 64px 14px 50px; display: none; align-items: center; justify-content: center; gap: 10px; background: rgba(255, 253, 248, 0.82); color: var(--ink); font-size: 13px; font-weight: 900; letter-spacing: 0.04em; text-transform: uppercase; backdrop-filter: blur(2px); }
.calendar-loading.show { display: flex; }
.mini-spinner { width: 24px; height: 24px; border: 3px solid rgba(217, 97, 24, 0.2); border-top-color: var(--ember); border-radius: 999px; animation: spin 850ms linear infinite; }
.weekday { color: var(--muted); font-size: 11px; font-weight: 950; letter-spacing: 0.08em; text-align: center; text-transform: uppercase; }
.calendar-day { position: relative; display: grid; place-items: center; min-height: 44px; border: 1px solid var(--line); background: var(--white); color: var(--ink); font-weight: 900; cursor: pointer; }
.calendar-day:hover:not(:disabled) { border-color: var(--ember); box-shadow: 0 0 0 3px rgba(217, 97, 24, 0.12); }
.calendar-day.outside { color: #9ba8ad; background: #f8f3ea; }
.calendar-day.selected { border-color: var(--ember); background: var(--ember); color: var(--white); box-shadow: 0 10px 20px rgba(217, 97, 24, 0.22); }
.calendar-day:disabled { border-color: #e3d9cc; background: #eee8df; color: #9c9084; cursor: not-allowed; text-decoration: line-through; box-shadow: none; }
.calendar-day.held:disabled { background: repeating-linear-gradient(135deg, #ebe2d7 0, #ebe2d7 7px, #ded1c0 7px, #ded1c0 10px); color: #786c61; }
.calendar-day.blocked-start:disabled { background: #f7f0e7; color: #b18a6e; text-decoration: none; }
.calendar-legend { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 12px; color: var(--muted); font-size: 12px; font-weight: 800; }
.legend-item { display: inline-flex; align-items: center; gap: 7px; }
.legend-swatch { width: 14px; height: 14px; border: 1px solid var(--line); background: var(--white); }
.legend-swatch.selected { border-color: var(--ember); background: var(--ember); }
.legend-swatch.held { background: #eee8df; }
.legend-swatch.blocked-start { background: #f7f0e7; border-color: #e3d0be; }
.selected-date-copy { margin: 10px 0 0; color: var(--muted); font-size: 13px; font-weight: 800; }
.addons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.addon { display: flex; gap: 10px; align-items: start; min-height: 58px; padding: 12px; border: 1px solid var(--line); background: #fffdf8; cursor: pointer; }
.addon input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--ember); }
.addon strong { display: block; font-size: 14px; }
.addon span span { display: block; color: var(--muted); font-size: 13px; }
.notice { display: none; margin-top: 16px; padding: 13px 14px; border: 1px solid rgba(217, 97, 24, 0.35); background: #fff4eb; color: #7d3912; font-weight: 760; }
.notice.show { display: block; }
.summary-panel { position: sticky; top: 96px; padding: 24px; }
.summary-panel h3 { margin: 0 0 18px; font-size: 30px; line-height: 1; }
.summary-list { display: grid; gap: 13px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.summary-row { display: flex; justify-content: space-between; gap: 20px; min-width: 0; color: var(--muted); font-size: 14px; }
.summary-row strong { min-width: 0; color: var(--ink); text-align: right; overflow-wrap: anywhere; }
.total { display: flex; justify-content: space-between; gap: 20px; min-width: 0; align-items: baseline; margin: 18px 0; font-weight: 950; }
.total strong { min-width: 0; font-size: 42px; line-height: 1; overflow-wrap: anywhere; }
.fineprint { margin: 0; color: var(--muted); font-size: 13px; }
.form-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 18px; }
.summary-actions { display: grid; gap: 10px; margin-top: 18px; }
.summary-actions .button[aria-disabled="true"] { opacity: 0.55; pointer-events: none; }
.loading-modal { position: fixed; inset: 0; z-index: 40; display: none; place-items: center; padding: 24px; background: rgba(16, 44, 56, 0.58); backdrop-filter: blur(8px); }
.loading-modal.show { display: grid; }
.loading-card { width: min(420px, 100%); padding: 26px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(16, 44, 56, 0.26); text-align: center; }
.loading-card h2 { margin: 14px 0 8px; font-size: 32px; line-height: 1; }
.loading-card p { margin: 0; color: var(--muted); }
.spinner { width: 44px; height: 44px; margin: 0 auto; border: 4px solid rgba(217, 97, 24, 0.18); border-top-color: var(--ember); border-radius: 999px; animation: spin 850ms linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.footer { background: var(--ink); color: rgba(255,255,255,0.82); padding: 28px 0; }
.foot { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.footer .brand-main { color: var(--white); }
.footer .brand-sub { color: #ffc49d; }
.foot-links { display: flex; flex-wrap: wrap; gap: 24px; font-size: 12px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
@media (max-width: 900px) { html, body { overflow-x: hidden; } .links { display: none; } .menu-toggle { display: inline-flex; } .booking-grid { grid-template-columns: 1fr; } .summary-panel { position: static; } }
@media (min-width: 1192px) { .wrap { margin-left: auto; margin-right: auto; } }
@media (max-width: 640px) { .wrap { margin-left: 12px; margin-right: 12px; } .nav { gap: 12px; } .logo { width: 50px; height: 50px; } .brand-main { font-size: 20px; } .brand-sub { font-size: 9px; } .hero { padding: 56px 0 34px; } h1 { font-size: clamp(40px, 12vw, 52px); overflow-wrap: anywhere; } .form-grid, .addons { grid-template-columns: minmax(0, 1fr); } .booking-panel, .summary-panel { padding: 18px; } .button { width: 100%; } .calendar-shell { padding: 10px; } .calendar-top { align-items: flex-start; flex-direction: column; } .calendar-grid { gap: 4px; } .calendar-day { min-height: 38px; font-size: 13px; } .total { align-items: flex-start; flex-direction: column; gap: 6px; } .total strong { font-size: 34px; } .foot { align-items: flex-start; flex-direction: column; } }
