:root {
  --night: #eee9e5;
  --plum: #ded1d3;
  --plum-soft: #d1c0c5;
  --ink: #2b2028;
  --muted: #685d63;
  --line: #b7a7aa;
  --coral: #c85d4b;
  --coral-light: #d87563;
  --green: #708073;
  --paper: #f3e7e1;
  --shadow: rgba(35, 24, 29, .2);
  --display: "Manrope", "Arial", sans-serif;
  --body: "DM Sans", "Arial", sans-serif;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--night); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.5; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--coral-light); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 30; top: -4rem; left: 1rem; padding: .65rem .9rem; background: var(--coral); color: var(--night); font-weight: 700; }
.skip-link:focus { top: 1rem; }
.section-shell { width: min(1280px, calc(100% - 72px)); margin-inline: auto; }

.site-header { min-height: 82px; padding: 0 36px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 34px; position: sticky; top: 0; z-index: 20; background: rgba(238,233,229,.97); }
.wordmark { font-family: var(--display); font-size: 20px; font-weight: 800; letter-spacing: .01em; white-space: nowrap; }
.wordmark span { color: var(--coral-light); font-weight: 500; }
.site-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; font-size: 13px; color: var(--muted); }
.site-nav a, .text-link, .site-footer a { transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible, .text-link:hover, .text-link:focus-visible, .site-footer a:hover, .site-footer a:focus-visible { color: var(--coral-light); }
.header-address { margin-left: 12px; text-align: right; font-size: 12px; color: var(--muted); line-height: 1.25; }
.header-address span { display: block; color: #5f7564; }
.menu-toggle { display: none; background: none; border: 0; cursor: pointer; padding: .5rem 0; }
.menu-toggle__icon { display: inline-block; margin-left: .5rem; color: var(--coral-light); font-size: 24px; line-height: .5; transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon { transform: rotate(45deg); }

.kicker { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.4; letter-spacing: .12em; text-transform: uppercase; }
.kicker span { display: inline-block; margin-right: 18px; color: var(--coral-light); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { min-width: 0; overflow-wrap: anywhere; font-family: var(--display); font-weight: 600; letter-spacing: -.045em; line-height: .94; }
h1 { margin: 24px 0 28px; font-size: clamp(76px, 11vw, 168px); }
h2 { margin: 18px 0 24px; font-size: clamp(50px, 6.2vw, 92px); }
h1 em, h2 em { color: var(--coral-light); font-style: normal; }

.arrival { min-height: 810px; padding-block: 66px 74px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(260px, .88fr); grid-template-rows: auto 1fr; column-gap: 44px; position: relative; }
.arrival-copy { grid-row: 1 / span 2; align-self: center; padding: 10px 0 0 34px; max-width: 680px; }
.arrival-copy::before { content: ""; position: absolute; left: 0; top: 72px; width: 1px; height: 560px; background: var(--green); }
.arrival-lead { max-width: 390px; margin: 0 0 32px; color: var(--muted); font-size: 17px; }
.arrival-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 52px; padding: 13px 18px; border: 1px solid transparent; cursor: pointer; font-weight: 700; font-size: 14px; text-align: left; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.button span { font-size: 20px; line-height: 1; }
.button--coral { background: var(--coral); color: #1e171a; }
.button--coral:hover, .button--coral:focus-visible { background: var(--coral-light); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 13px; font-weight: 600; }
.text-link span { color: var(--coral-light); font-size: 19px; }
.fact-strip { display: flex; gap: 34px; margin: 58px 0 0; padding-top: 19px; border-top: 1px solid var(--line); max-width: 580px; }
.fact-strip div { min-width: 118px; }
dt, .fact-strip dt { margin-bottom: 6px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
dd { margin: 0; color: var(--ink); font-weight: 600; }
.image-frame { position: relative; overflow: hidden; background: var(--plum); }
.image-frame::after, .reveal-frame::after { content: ""; position: absolute; inset: 0; background: rgba(45, 29, 36, .1); pointer-events: none; }
.arrival-image { grid-column: 2; grid-row: 1; height: 448px; margin-top: 4px; }
.arrival-image img { filter: saturate(.84) contrast(.98) brightness(1.08); }
.arrival-image figcaption { position: absolute; inset: auto 18px 16px; z-index: 1; display: flex; justify-content: space-between; color: var(--paper); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.arrival-note { grid-column: 2; grid-row: 2; align-self: end; margin: 0 0 17px; padding: 21px 0 0 21px; border-left: 1px solid var(--coral); max-width: 360px; }
.note-index { display: block; margin-bottom: 17px; color: var(--coral-light); font-size: 12px; }
.arrival-note p { margin-bottom: 21px; font-family: var(--display); font-size: 20px; line-height: 1.25; }

.reveal-section { padding: 100px 0 120px; background: var(--plum); }
.section-intro { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; align-items: start; }
.section-intro > div { max-width: 660px; }
.section-intro h2 { margin-top: 0; }
.section-intro p:not(.kicker) { max-width: 445px; margin: 5px 0 0; color: var(--muted); }
.reveal-stage { width: min(1280px, calc(100% - 72px)); min-height: 720px; margin: 68px auto 0; position: relative; overflow: hidden; background: #c8b9bc; }
.reveal-frame { position: absolute; inset: 0; margin: 0; transition: clip-path .1s linear, opacity .35s ease; }
.reveal-frame img { filter: saturate(.76) contrast(1.01) brightness(1.06); }
.reveal-frame--courtyard { clip-path: inset(0 0 0 0); }
.reveal-frame--terrace { clip-path: inset(100% 0 0 0); }
.reveal-frame figcaption { position: absolute; left: 36px; bottom: 31px; z-index: 2; display: flex; flex-direction: column; gap: 4px; color: var(--paper); font-size: 12px; text-transform: uppercase; letter-spacing: .11em; }
.reveal-frame figcaption strong { color: var(--coral-light); font-weight: 600; }
.reveal-caption { position: absolute; z-index: 3; top: 40px; right: 40px; width: min(330px, 34%); padding: 18px 20px 20px; background: rgba(43, 32, 40, .82); border-left: 2px solid var(--coral); }
.caption-line { color: var(--coral-light); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.reveal-caption p { margin: 13px 0 0; font-family: var(--display); font-size: 21px; line-height: 1.28; }
.reveal-progress { position: absolute; z-index: 5; top: 40px; left: 22px; height: calc(100% - 80px); width: 2px; background: rgba(230,215,207,.35); }
.reveal-progress span { display: block; width: 100%; height: 0%; background: var(--coral-light); }
.reveal-fallback { display: none; color: var(--muted); font-size: 13px; }

.rooms { padding-block: 130px 140px; }
.section-intro--rooms { margin-bottom: 66px; }
.room-compare { border-top: 1px solid var(--line); }
.room-row { display: grid; grid-template-columns: 70px minmax(240px, 1.5fr) minmax(180px, .8fr) 130px; gap: 25px; align-items: center; min-height: 165px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.room-number { color: var(--coral-light); font-size: 12px; }
.room-main h3 { margin-bottom: 8px; font-family: var(--display); font-size: 24px; font-weight: 600; }
.room-main p { max-width: 410px; margin: 0; color: var(--muted); font-size: 14px; }
.room-fit { padding-left: 18px; border-left: 1px solid var(--green); }
.room-fit span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.room-fit strong { font-size: 14px; font-weight: 500; }
.room-select { align-self: center; border: 0; border-bottom: 1px solid var(--coral); background: transparent; padding: 10px 0; color: var(--coral-light); cursor: pointer; text-align: left; font-size: 13px; font-weight: 600; }
.room-select span { margin-left: 8px; font-size: 18px; }
.room-select:hover, .room-select:focus-visible { color: var(--ink); border-color: var(--ink); }

.house { padding-block: 100px 120px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 2fr; gap: 60px; background: #e8ddda; }
.house-heading h2 { margin-top: 38px; }
.house-copy { padding-top: 6px; }
.large-copy { max-width: 570px; margin-bottom: 55px; font-family: var(--display); font-size: clamp(28px, 3.2vw, 46px); line-height: 1.16; }
.house-notes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px; }
.house-notes div { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding-top: 14px; border-top: 1px solid var(--green); }
.house-notes span, .rules-list span { color: var(--coral-light); font-size: 12px; }
.house-notes p { margin: 0; color: var(--muted); font-size: 14px; }

.around { padding-block: 110px 140px; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 8vw, 125px); align-items: center; background: var(--night); }
.around-image { height: 625px; }
.around-image img { filter: saturate(.72) sepia(.05) brightness(1.08); }
.image-stamp { position: absolute; left: 20px; bottom: 22px; z-index: 1; padding: 8px 11px; border: 1px solid var(--coral-light); color: var(--coral-light); font-size: 11px; line-height: 1.35; letter-spacing: .12em; }
.around-copy h2 { margin-top: 30px; }
.around-copy > p:not(.kicker) { max-width: 440px; margin-bottom: 43px; color: var(--muted); }
.arrival-list { border-top: 1px solid var(--line); }
.arrival-list div { display: grid; grid-template-columns: 155px 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.arrival-list strong { font-size: 13px; font-weight: 600; }
.arrival-list span { color: var(--muted); font-size: 13px; }

.rules { padding-block: 95px 105px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 2fr; gap: 60px; background: var(--plum); }
.rules-lead h2 { margin-top: 34px; font-size: clamp(42px, 5vw, 68px); }
.rules-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.rules-list div { border-top: 1px solid var(--green); padding-top: 16px; }
.rules-list p { margin-top: 24px; color: var(--muted); font-size: 14px; }

.faq-section { padding-block: 105px 140px; display: grid; grid-template-columns: 1fr 2fr; gap: 60px; background: #e8ddda; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; display: flex; justify-content: space-between; gap: 20px; border: 0; background: transparent; padding: 23px 0; color: var(--ink); cursor: pointer; text-align: left; font-family: var(--display); font-size: 18px; font-weight: 600; }
.faq-item button span { flex: 0 0 auto; color: var(--coral-light); font-size: 25px; font-weight: 400; transition: transform .2s ease; }
.faq-item button[aria-expanded="true"] span { transform: rotate(45deg); }
.faq-answer { padding: 0 50px 24px 0; }
.faq-answer p { max-width: 650px; margin: 0; color: var(--muted); font-size: 15px; }

.request-section { background: #f3e7e1; color: var(--ink); }
.request-inner { padding-block: 110px 120px; display: grid; grid-template-columns: minmax(220px, .85fr) minmax(450px, 1.15fr); gap: clamp(50px, 9vw, 140px); }
.request-lead .kicker { color: #65555b; }
.request-lead .kicker span { color: var(--coral); }
.request-lead h2 { color: var(--night); }
.request-lead h2 em { color: #b5513d; }
.request-lead > p:not(.kicker):not(.request-address) { max-width: 340px; color: #65555b; }
.request-address { margin-top: 58px; padding-top: 17px; border-top: 1px solid #af9790; color: #57484d; font-size: 13px; }
.request-form { align-self: start; }
.form-heading { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 15px; border-bottom: 1px solid #af9790; color: #65555b; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 22px; }
.field { min-width: 0; padding: 20px 0 0; }
.field--wide { grid-column: span 2; }
.field label { display: block; margin-bottom: 7px; color: #65555b; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.field input, .field select, .field textarea { width: 100%; border: 0; border-bottom: 1px solid #8d7771; border-radius: 0; background: transparent; color: var(--night); padding: 7px 0 10px; outline: 0; }
.field input::placeholder, .field textarea::placeholder { color: #897a78; opacity: 1; }
.field select { cursor: pointer; }
.field select option { background: var(--paper); color: var(--night); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--night); box-shadow: 0 2px 0 var(--coral); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: #a23d34; }
.field-error { display: block; min-height: 18px; padding-top: 5px; color: #9b382f; font-size: 12px; }
.consent { display: flex; align-items: flex-start; gap: 10px; max-width: 520px; padding-top: 10px; color: #65555b; font-size: 13px; cursor: pointer; }
.consent input { width: 17px; height: 17px; flex: 0 0 auto; margin: 0; accent-color: var(--coral); }
.form-footer { display: flex; align-items: flex-start; gap: 18px; margin-top: 24px; }
.form-footer .button { min-width: 190px; }
.form-status { flex: 1; min-height: 52px; margin: 0; padding: 9px 0; color: #65555b; font-size: 13px; }
.form-status.is-error { color: #9b382f; }
.form-status.is-success { color: #386048; }
.form-status button { margin-left: 4px; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: none; color: inherit; cursor: pointer; font-weight: 700; }
.form-status button:hover { color: var(--night); }

.site-footer { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #d9c8c7; background: #2b2028; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.site-footer a { color: var(--coral-light); }
.lightbox[hidden] { display: none; }
.lightbox { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 24px; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(22,15,20,.93); cursor: pointer; }
.lightbox-panel { position: relative; z-index: 1; width: min(940px, 100%); background: var(--plum); padding: 18px; }
.lightbox-panel img { height: min(72vh, 650px); }
.lightbox-top { display: flex; justify-content: space-between; gap: 15px; align-items: center; padding-bottom: 14px; color: var(--muted); font-size: 12px; }
.lightbox-top p { margin: 0; }
.lightbox-close { border: 0; background: none; color: var(--coral-light); cursor: pointer; padding: 4px; }
.lightbox-close span { margin-left: 8px; font-size: 21px; }
.lightbox-panel > p { margin: 10px 0 0; color: var(--muted); font-size: 12px; }

@media (max-width: 900px) {
  .section-shell { width: min(100% - 40px, 700px); }
  .site-header { padding: 0 20px; gap: 18px; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav { position: absolute; display: none; top: 81px; left: 0; right: 0; padding: 20px; margin: 0; border-bottom: 1px solid var(--line); background: var(--night); }
  .site-nav.is-open { display: grid; gap: 0; }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .header-address { display: none; }
  .arrival { min-height: auto; padding-block: 45px 74px; grid-template-columns: 1fr; grid-template-rows: auto; gap: 28px; }
  .arrival-copy { grid-row: auto; padding-left: 22px; }
  .arrival-copy::before { top: 51px; height: 390px; }
  .arrival-image { grid-column: 1; grid-row: auto; height: min(68vw, 480px); }
  .arrival-note { grid-column: 1; grid-row: auto; margin: 0; max-width: none; }
  .reveal-section { padding-block: 75px 90px; }
  .reveal-stage { width: min(100% - 40px, 700px); min-height: 570px; margin-top: 45px; }
  .rooms, .house, .around, .rules, .faq-section { padding-block: 80px 90px; }
  .room-row { grid-template-columns: 45px 1fr 110px; gap: 15px; }
  .room-fit { display: none; }
  .house, .rules, .faq-section { grid-template-columns: 1fr; gap: 38px; }
  .house > *, .rules > *, .faq-section > * { min-width: 0; }
  .house-heading h2, .rules-lead h2 { margin-top: 20px; }
  .around { grid-template-columns: 1fr; gap: 42px; }
  .around-image { height: min(85vw, 600px); }
  .rules-list { gap: 18px; }
  .request-inner { grid-template-columns: 1fr; gap: 45px; padding-block: 80px 90px; }
  .request-address { margin-top: 35px; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .section-shell { width: calc(100% - 36px); }
  .site-header { min-height: 70px; }
  .wordmark { font-size: 17px; }
  .site-nav { top: 69px; }
  h1 { margin: 18px 0 22px; font-size: clamp(72px, 21vw, 105px); }
  h2 { font-size: clamp(43px, 14vw, 64px); }
  .arrival { padding-top: 36px; }
  .arrival-copy { padding-left: 16px; }
  .arrival-copy::before { top: 42px; height: 335px; }
  .arrival-lead { font-size: 16px; }
  .arrival-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .arrival-actions .button { width: 100%; }
  .fact-strip { gap: 15px; margin-top: 38px; flex-wrap: wrap; }
  .fact-strip div { min-width: 95px; }
  .arrival-image { height: 390px; }
  .arrival-note p { font-size: 18px; }
  .section-intro { grid-template-columns: 1fr; gap: 28px; }
  .section-intro h2 { margin-bottom: 18px; }
  .reveal-stage { width: calc(100% - 36px); min-height: 460px; margin-top: 35px; }
  .reveal-frame--terrace { position: relative; inset: auto; height: 320px; clip-path: none; margin-top: 18px; }
  .reveal-frame--courtyard { position: relative; height: 360px; clip-path: none; }
  .reveal-frame--courtyard img, .reveal-frame--terrace img { position: absolute; inset: 0; }
  .reveal-frame figcaption { left: 18px; bottom: 18px; }
  .reveal-caption { top: 18px; right: 18px; width: calc(100% - 72px); padding: 12px 14px; }
  .reveal-caption p { font-size: 16px; }
  .reveal-progress { display: none; }
  .reveal-fallback { display: block; margin-top: 20px; }
  .room-row { grid-template-columns: 34px 1fr; gap: 9px; min-height: 0; padding: 22px 0; }
  .room-select { grid-column: 2; justify-self: start; }
  .house-notes, .rules-list { grid-template-columns: 1fr; gap: 25px; }
  .large-copy { font-size: 28px; }
  .around-image { height: 390px; }
  .arrival-list div { grid-template-columns: 1fr; gap: 5px; }
  .rules-list p { margin-top: 12px; }
  .faq-section { gap: 30px; }
  .faq-item button { font-size: 16px; padding: 19px 0; }
  .faq-answer { padding-right: 25px; }
  .request-inner { width: calc(100% - 36px); }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .form-grid { grid-template-columns: 1fr; }
  .field--wide { grid-column: span 1; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .site-footer { width: calc(100% - 36px); padding-block: 22px; align-items: flex-start; flex-direction: column; }
  .lightbox { padding: 10px; }
  .lightbox-panel { padding: 12px; }
  .lightbox-panel img { height: 64vh; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal-stage { min-height: auto; overflow: visible; display: grid; gap: 18px; }
  .reveal-frame, .reveal-frame--terrace { position: relative; inset: auto; clip-path: none !important; opacity: 1 !important; height: min(58vw, 520px); }
  .reveal-caption { position: relative; inset: auto; width: auto; margin-top: 0; }
  .reveal-progress { display: none; }
  .reveal-fallback { display: block; }
}
