:root {
  --ink: #181713;
  --muted: #77736a;
  --paper: #f6f3ec;
  --white: #fffef9;
  --line: #dcd7cc;
  --accent: #ff5b35;
  --accent-dark: #d94321;
  --green: #47735a;
  --shadow: 0 22px 70px rgba(33, 29, 20, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Segoe UI", Arial, sans-serif; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
footer a { color:inherit; text-underline-offset:3px; }

.site-header { height: 86px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 6vw, 90px); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; color: var(--ink); text-decoration: none; }
.brand-logo { display: block; width: auto; height: 38px; }
.header-note { color: var(--muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.header-note span { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #5ca470; margin-right: 8px; box-shadow: 0 0 0 4px rgba(92, 164, 112, .12); }
.header-link { text-decoration: none; border-bottom: 1px solid var(--line); padding-bottom: 5px; }

.booking-shell { min-height: calc(100vh - 143px); display: grid; grid-template-columns: minmax(310px, .78fr) minmax(600px, 1.6fr); }
.intro-panel { position: relative; overflow: hidden; padding: clamp(55px, 7vw, 100px) clamp(35px, 6vw, 92px); background: var(--ink); color: var(--white); }
.intro-panel::after { content: ""; position: absolute; width: 320px; height: 320px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; right: -170px; bottom: 80px; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); pointer-events: none; }
.eyebrow, .step-kicker { margin: 0 0 20px; color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .24em; }
.intro-panel h1 { margin: 0; font: 400 clamp(42px, 5vw, 72px)/.98 Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
.intro-panel h1 em { color: var(--accent); font-weight: 400; }
.intro-copy { max-width: 380px; margin: 28px 0 52px; color: #aaa79f; font: 16px/1.75 Georgia, serif; }
.progress { position: relative; z-index: 1; list-style: none; padding: 0; margin: 0; display: grid; gap: 24px; }
.progress li { display: flex; gap: 17px; align-items: center; color: #67655f; transition: color .25s ease; }
.progress li > span { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid #46443f; border-radius: 50%; font-size: 9px; font-weight: 700; }
.progress b, .progress small { display: block; }
.progress b { margin-bottom: 3px; font: 400 14px Georgia, serif; }
.progress small { font-size: 10px; letter-spacing: .04em; }
.progress li.active, .progress li.complete { color: var(--white); }
.progress li.active > span { color: var(--ink); background: var(--accent); border-color: var(--accent); }
.progress li.complete > span { color: var(--accent); border-color: var(--accent); }
.trust-note { position: relative; z-index: 1; display: flex; gap: 12px; align-items: center; margin-top: 55px; padding-top: 25px; border-top: 1px solid #37352f; color: #8e8b84; font-size: 11px; line-height: 1.5; }
.trust-note p { margin: 0; }.trust-note b { color: #cbc8c0; font-weight: 600; }
.trust-icon { display: grid; place-items: center; flex: 0 0 30px; height: 30px; border-radius: 50%; background: rgba(255, 91, 53, .12); color: var(--accent); }
.live-summary { position: relative; z-index: 1; margin-top: 28px; padding-top: 22px; border-top: 1px solid #37352f; }
.live-summary > p { margin: 0 0 15px; color: #77736c; font-size: 8px; font-weight: 800; letter-spacing: .2em; }
.live-summary dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.live-summary dt { color: #66635d; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.live-summary dd { overflow: hidden; margin: 4px 0 0; color: #d8d4cc; font: 12px/1.25 Georgia, serif; text-overflow: ellipsis; white-space: nowrap; }

.form-panel { padding: clamp(45px, 6vw, 90px) clamp(28px, 8vw, 120px); background: var(--white); }
.form-step, .confirmation { max-width: 880px; margin: 0 auto; animation: enter .35s ease both; }
@keyframes enter { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.step-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 35px; }
.step-heading h2, .confirmation h2 { margin: 0; font: 400 clamp(31px, 4vw, 48px)/1 Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.step-heading .step-kicker { margin-bottom: 12px; }
.step-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 11px; }

.space-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.space-card { position: relative; min-height: 285px; padding: 26px; border: 1px solid var(--line); background: #fbfaf6; cursor: pointer; transition: transform .2s, border-color .2s, box-shadow .2s; }
.space-card:hover { transform: translateY(-3px); border-color: #afa99d; box-shadow: 0 14px 35px rgba(40,35,24,.07); }
.space-card.selected { border: 2px solid var(--ink); padding: 25px; background: var(--white); box-shadow: var(--shadow); }
.space-card input { position: absolute; opacity: 0; }
.space-visual { height: 105px; margin: -26px -26px 24px; overflow: hidden; background: #ddd7cb; }
.space-card.selected .space-visual { margin: -25px -25px 24px; }
.space-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); transition: transform .5s, filter .3s; }
.space-card:hover .space-visual img { transform: scale(1.025); filter: saturate(1); }
.space-visual span { display: block; background: var(--ink); opacity: .9; }
.space-visual span:nth-child(1) { width: 24%; height: 45%; }.space-visual span:nth-child(2) { width: 38%; height: 80%; background: var(--accent); }.space-visual span:nth-child(3) { width: 28%; height: 60%; }
.space-card:nth-child(2) .space-visual span:nth-child(1) { width: 30%; height: 75%; }.space-card:nth-child(2) .space-visual span:nth-child(2) { width: 22%; height: 50%; }.space-card:nth-child(2) .space-visual span:nth-child(3) { width: 42%; height: 95%; }
.space-card .card-top { display: flex; justify-content: space-between; align-items: start; gap: 12px; }
.space-card h3 { margin: 0; font: 400 24px/1.1 Georgia, serif; }
.space-card .selector { display: grid; place-items: center; width: 23px; height: 23px; border: 1px solid #b8b2a7; border-radius: 50%; color: transparent; }
.space-card.selected .selector { background: var(--accent); border-color: var(--accent); color: white; }
.space-card p { margin: 15px 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.rate { color: var(--ink); font-size: 13px; font-weight: 800; }.rate small { color: var(--muted); font-weight: 400; }
.space-skeleton { height: 285px; background: linear-gradient(100deg, #f2efe8 20%, #faf8f2 40%, #f2efe8 60%); background-size: 200% 100%; animation: shine 1.3s infinite; }
@keyframes shine { to { background-position-x: -200%; } }
.rules-card { margin-top: 18px; padding: 18px 21px; display: flex; gap: 18px; border-left: 3px solid var(--accent); background: #f5f0e7; }
.rules-card span { flex: 0 0 auto; color: var(--accent-dark); font-size: 9px; font-weight: 800; letter-spacing: .15em; padding-top: 3px; }
.rules-card p { margin: 0; color: #5f5a51; font-size: 11px; line-height: 1.6; }

.field-grid { display: grid; gap: 20px; }.schedule-grid { grid-template-columns: 1.3fr 1fr 1fr; }.two-columns { grid-template-columns: repeat(2, 1fr); }.field.full { grid-column: 1 / -1; }
.date-field { display: block; max-width: 310px; }
.field > span, .payment-options legend { display: block; margin-bottom: 9px; color: #4c4942; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; background: #fbfaf6; padding: 15px 16px; color: var(--ink); outline: none; transition: border .2s, background .2s; }
.field textarea { resize: vertical; min-height: 105px; }.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ink); background: var(--white); }
.field input.invalid, .field select.invalid, .field textarea.invalid { border-color: var(--accent); }
.price-strip { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 30px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-strip small { display: block; color: var(--muted); font-size: 9px; letter-spacing: .15em; }.price-strip strong { font: 400 28px Georgia, serif; }
.price-strip p { color: var(--muted); font-size: 11px; }.price-strip p.available { color: var(--green); font-weight: 700; }.price-strip p.unavailable { color: var(--accent-dark); font-weight: 700; }
.slot-heading { display: flex; justify-content: space-between; gap: 18px; margin-top: 32px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.slot-heading > span { font-size: 9px; font-weight: 800; letter-spacing: .15em; }.slot-heading small { color: var(--muted); font-size: 9px; }
.slot-grid { min-height: 132px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; padding-top: 15px; }
.slot-grid > p { grid-column: 1 / -1; color: var(--muted); font: 14px/1.6 Georgia, serif; }
.slot-button { min-height: 50px; padding: 7px; border: 1px solid var(--line); background: var(--white); color: var(--ink); cursor: pointer; font-size: 11px; transition: transform .15s, background .15s, border-color .15s; }
.slot-button:hover:not(:disabled) { transform: translateY(-2px); border-color: var(--ink); }.slot-button.selected { color: white; background: var(--ink); border-color: var(--ink); }
.slot-button:disabled { color: #aaa69e; background: #efede7; cursor: not-allowed; text-decoration: line-through; }
.slot-button.loading { min-height: 50px; border: 0; background: linear-gradient(100deg, #eeeae2 20%, #f8f6f0 40%, #eeeae2 60%); background-size: 200% 100%; animation: shine 1.3s infinite; }
.slot-legend { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 15px; color: var(--muted); font-size: 9px; }.slot-legend span { display: flex; align-items: center; gap: 6px; }.slot-legend i { width: 10px; height: 10px; border: 1px solid var(--line); }.slot-legend i.selected { background: var(--ink); border-color: var(--ink); }.slot-legend i.unavailable { background: #efede7; }
.terms { display: flex; gap: 12px; align-items: start; margin-top: 22px; color: var(--muted); font-size: 11px; line-height: 1.55; cursor: pointer; }.terms input { margin-top: 2px; accent-color: var(--accent); }

.form-actions { display: flex; justify-content: space-between; gap: 14px; margin-top: 38px; }.form-actions.end { justify-content: flex-end; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 30px; min-height: 51px; padding: 0 23px; border: 1px solid var(--ink); border-radius: 0; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 800; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }.button.primary { color: white; background: var(--ink); }.button.primary:hover { background: var(--accent); border-color: var(--accent); }.button.secondary { color: var(--ink); background: transparent; border-color: var(--line); }.button:disabled { opacity: .55; cursor: wait; transform: none; }
.message { max-width: 880px; margin: 0 auto 22px; padding: 13px 16px; border-left: 3px solid var(--accent); background: #fff1ec; color: #95371f; font-size: 12px; line-height: 1.5; }

.summary-card { padding: 28px; background: var(--ink); color: white; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 22px; }
.summary-card div { border-left: 1px solid #403e38; padding-left: 20px; }.summary-card div:first-child { border: 0; padding-left: 0; }
.summary-card small { display: block; margin-bottom: 7px; color: #8d8a82; font-size: 8px; letter-spacing: .15em; }.summary-card strong { font: 400 15px Georgia, serif; }
.payment-options { padding: 0; margin: 30px 0 0; border: 0; }.payment-options legend { margin-bottom: 12px; }
.payment-options label { display: flex; align-items: center; gap: 14px; padding: 17px 18px; border: 1px solid var(--line); margin-top: -1px; cursor: pointer; }.payment-options label:has(input:checked) { position: relative; border-color: var(--ink); background: #faf8f2; }
.payment-options input { accent-color: var(--accent); }.payment-options span { flex: 1; }.payment-options b, .payment-options small { display: block; }.payment-options b { font: 400 14px Georgia, serif; }.payment-options small { margin-top: 3px; color: var(--muted); font-size: 10px; }.payment-options em { font-style: normal; color: var(--muted); }

.confirmation { padding-top: 25px; text-align: center; }.success-mark { display: grid; place-items: center; width: 70px; height: 70px; margin: 0 auto 27px; border-radius: 50%; color: white; background: var(--green); font-size: 27px; }.confirmation .step-kicker { margin-bottom: 13px; }.confirmation > p:not(.step-kicker) { max-width: 520px; margin: 20px auto; color: var(--muted); line-height: 1.6; }.confirmation-details { max-width: 600px; margin: 30px auto; padding: 25px; background: #f3f0e8; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: left; }.confirmation-details small, .confirmation-details strong { display: block; }.confirmation-details small { color: var(--muted); font-size: 8px; letter-spacing: .14em; margin-bottom: 6px; }.confirmation-details strong { font: 400 14px Georgia, serif; }.confirmation .button { margin: 5px; }
.arrival-note { max-width: 600px; margin: 30px auto; padding: 20px; border-left: 3px solid var(--accent); background: #f3f0e8; text-align: left; }.arrival-note b { font: 18px Georgia, serif; }.arrival-note p { margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }

footer { min-height: 57px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 6vw, 90px); color: var(--muted); border-top: 1px solid var(--line); font-size: 9px; letter-spacing: .12em; }

@media (max-width: 900px) {
  .booking-shell { grid-template-columns: 1fr; }.intro-panel { padding: 48px 28px; }.intro-panel h1 br { display: none; }.intro-copy { margin-bottom: 30px; }.progress { grid-template-columns: repeat(4, 1fr); gap: 8px; }.progress li { display: block; }.progress li div { display: none; }.trust-note { display: none; }.live-summary { margin-top: 30px; }.live-summary dl { grid-template-columns: repeat(4, 1fr); }.form-panel { padding: 48px 28px 65px; }.header-note { display: none; }
}
@media (max-width: 620px) {
  .site-header { height: 72px; }.brand-logo { height: 26px; }.intro-panel { padding: 38px 22px; }.intro-panel h1 { font-size: 42px; }.intro-copy { font-size: 14px; }.live-summary dl { grid-template-columns: 1fr 1fr; }.form-panel { padding: 40px 20px 55px; }.space-grid, .two-columns { grid-template-columns: 1fr; }.slot-grid { grid-template-columns: repeat(3, 1fr); }.slot-heading { display: block; }.slot-heading small { display: block; margin-top: 6px; }.step-heading { display: block; }.step-heading > p { margin-top: 10px; }.field.full { grid-column: auto; }.form-actions .button { flex: 1; padding: 0 14px; gap: 12px; }.summary-card { grid-template-columns: 1fr 1fr; }.summary-card div:nth-child(3) { border-left: 0; padding-left: 0; }.confirmation-details { grid-template-columns: 1fr; text-align: center; } footer span:last-child { display: none; }
}

@media print { .site-header,.intro-panel,footer,.confirmation .button,.arrival-note { display:none!important; }.booking-shell { display:block; }.form-panel { padding:30px; }.confirmation { display:block!important; }.confirmation-details { border:1px solid var(--line); } }
