:root {
  --dark: #07111d;
  --dark-2: #0c1a2a;
  --ivory: #f4efe6;
  --ivory-2: #fbf7ef;
  --gold: #d3a64d;
  --gold-2: #b98a32;
  --text: #24303c;
  --muted: #687480;
  --soft: #b8bec7;
  --line-dark: rgba(255,255,255,.14);
  --line-light: rgba(7,17,29,.13);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Inter', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--text); background: var(--ivory); }
button, input, select, textarea { font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.skip-link { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.skip-link:focus { left: 1rem; top: 1rem; width: auto; height: auto; z-index: 1000; background: #fff; color: #000; padding: .7rem 1rem; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(900px, calc(100% - 40px)); }
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: #fff; background: linear-gradient(180deg, rgba(5,12,22,.82), rgba(5,12,22,.18)); backdrop-filter: blur(8px); }
.site-header__inner { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; padding: 18px 34px; }
.brand { display: flex; flex-direction: column; line-height: 1.02; letter-spacing: .14em; min-width: 132px; }
.brand span { font-size: 10px; color: var(--gold); font-weight: 700; }
.brand strong { font-family: var(--serif); font-size: 24px; letter-spacing: .02em; }
.site-nav { display: flex; justify-content: center; gap: 26px; font-size: 13px; color: rgba(255,255,255,.86); }
.site-nav a:hover, .header-cta:hover { color: var(--gold); }
.header-cta { border: 1px solid rgba(211,166,77,.65); padding: 11px 17px; border-radius: 999px; font-size: 13px; color: #fff; }
.nav-toggle { display: none; border: 1px solid var(--line-dark); color: #fff; background: transparent; border-radius: 999px; width: 44px; height: 44px; font-size: 20px; }
.hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; color: #fff; background-size: cover; background-position: center; padding: 130px 20px 80px; overflow: hidden; }
.hero::after { content:''; position:absolute; inset:0; background: radial-gradient(circle at 50% 45%, rgba(255,255,255,.02), transparent 28%), linear-gradient(0deg, rgba(5,12,22,.35), transparent 45%); pointer-events:none; }
.hero__content { position: relative; z-index: 2; text-align: center; width: min(920px, 100%); }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 12px; letter-spacing: .24em; font-weight: 700; text-transform: uppercase; }
.eyebrow--dark { color: var(--gold-2); }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; letter-spacing: -.02em; margin: 0; }
h1 { font-size: clamp(66px, 10vw, 150px); line-height: .82; text-shadow: 0 16px 50px rgba(0,0,0,.35); }
h1 em { color: var(--gold); font-style: italic; font-weight: 500; white-space: nowrap; display: inline-block; }
h2 { font-size: clamp(42px, 6vw, 82px); line-height: .9; margin-bottom: 24px; }
h3 { font-size: 32px; line-height: 1; margin-bottom: 14px; }
p { line-height: 1.72; }
.hero__lead { font-size: clamp(18px, 2.2vw, 24px); line-height: 1.45; margin: 36px auto 14px; max-width: 760px; }
.hero__sub { color: rgba(255,255,255,.78); max-width: 740px; margin: 0 auto; }
.button-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 14px 22px; font-weight: 700; font-size: 14px; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, border-color .2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn--gold { background: var(--gold); color: var(--dark); border-color: var(--gold); }
.btn--gold:hover { background: #e2ba63; }
.btn--ghost { border-color: rgba(255,255,255,.45); color: #fff; background: rgba(255,255,255,.06); }
.hero__location { position: absolute; z-index: 2; bottom: 28px; left: 50%; transform: translateX(-50%); letter-spacing: .25em; font-size: 11px; color: rgba(255,255,255,.74); white-space: nowrap; }
.section { padding: clamp(78px, 10vw, 130px) 0; }
.section--light { background: var(--ivory); color: var(--text); }
.section--dark { background: var(--dark); color: #fff; }
.section--dark h2, .section--dark h3 { color: #fff; }
.section--dark p { color: rgba(255,255,255,.76); }
.section-lead { max-width: 720px; color: rgba(255,255,255,.72); font-size: 17px; }
.light-lead { max-width: 650px; color: var(--muted); }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); gap: clamp(34px, 6vw, 84px); align-items: center; }
.split--reverse { grid-template-columns: .75fr 1fr; }
.split p { max-width: 650px; }
.mini-features { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.mini-features span, .pill { border: 1px solid var(--line-light); border-radius: 999px; padding: 10px 14px; color: var(--gold-2); background: rgba(255,255,255,.32); font-weight: 700; font-size: 13px; }
.image-stack { position: relative; min-height: 520px; }
.image-card { background-size: cover; background-position: center; border-radius: 2px; box-shadow: 0 30px 70px rgba(7,17,29,.22); }
.image-card--large { height: 480px; width: 82%; margin-left: auto; }
.image-card--small { position: absolute; left: 0; bottom: 0; height: 230px; width: 48%; border: 10px solid var(--ivory); }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 44px; }
.dark-card { border: 1px solid var(--line-dark); background: rgba(255,255,255,.03); padding: 30px; min-height: 210px; }
.dark-card span { color: var(--gold); font-family: var(--serif); font-size: 36px; }
.dark-card p { color: rgba(255,255,255,.70); }
.option-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 26px; margin-top: 36px; }
.option-card { background: var(--ivory-2); border: 1px solid var(--line-light); box-shadow: 0 20px 48px rgba(7,17,29,.09); }
.option-card__image { height: 300px; background-size: cover; background-position: center; }
.option-card__content { padding: 34px; }
.note { margin-top: 22px; color: var(--muted); }
.pricing-wrap { overflow-x: auto; margin: 34px 0 26px; border: 1px solid var(--line-dark); }
.pricing-table { width: 100%; border-collapse: collapse; min-width: 620px; }
.pricing-table th, .pricing-table td { padding: 24px 22px; text-align: left; border-bottom: 1px solid var(--line-dark); }
.pricing-table th { color: var(--gold); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.pricing-table td:nth-child(2), .pricing-table td:nth-child(3) { color: var(--gold); font-weight: 800; font-size: 20px; }
.pricing-table tr:last-child td { border-bottom: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 14px; margin-top: 42px; }
.feature-item { border: 1px solid var(--line-light); padding: 24px 18px; min-height: 126px; display: flex; flex-direction: column; justify-content: space-between; font-weight: 700; background: rgba(255,255,255,.3); }
.feature-icon { color: var(--gold-2); font-size: 24px; }
.section--gallery { padding-top: 0; }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-auto-rows: 230px; gap: 18px; margin-top: 34px; }
.gallery-item { background-size: cover; background-position: center; min-height: 220px; }
.gallery-item--large { grid-row: span 2; min-height: 478px; }
.gallery-item--vertical { grid-row: span 2; min-height: 478px; }
.info-list { border-top: 1px solid var(--line-dark); }
.info-list div { display: grid; grid-template-columns: 70px 1fr; gap: 20px; align-items: start; padding: 26px 0; border-bottom: 1px solid var(--line-dark); }
.info-list span { color: var(--gold); font-family: var(--serif); font-size: 34px; }
.info-list p { margin: 0; }
.faq { margin-top: 32px; border-top: 1px solid var(--line-light); }
.faq-item { border-bottom: 1px solid var(--line-light); }
.faq-question { width: 100%; text-align: left; background: transparent; border: 0; padding: 24px 0; font-family: var(--serif); font-size: 30px; color: var(--text); display: flex; justify-content: space-between; gap: 20px; cursor: pointer; }
.faq-question span { color: var(--gold-2); }
.faq-answer { display: none; padding: 0 0 24px; color: var(--muted); }
.faq-item.is-open .faq-answer { display: block; }
.faq-item.is-open .faq-question span { transform: rotate(45deg); }
.booking { background: linear-gradient(135deg, var(--dark), #0d2336); }
.contact-note strong { color: var(--gold); }
.booking-card { background: rgba(255,255,255,.06); border: 1px solid var(--line-dark); padding: 26px; }
.booking-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.booking-form label { color: rgba(255,255,255,.78); font-size: 13px; font-weight: 700; display: flex; flex-direction: column; gap: 8px; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); color: #fff; padding: 13px 14px; border-radius: 0; font: inherit; }
.booking-form option { color: #000; }
.booking-form .full, .privacy-note, .booking-form button { grid-column: 1 / -1; }
.privacy-note { color: rgba(255,255,255,.56); font-size: 12px; margin: 0; }
.form-message { grid-column: 1 / -1; margin: 0 0 18px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.18); color: #fff; }
.form-message--success { background: rgba(72, 135, 88, .35); }
.form-message--error { background: rgba(164, 56, 56, .35); }
.footer { background: #050b13; color: #fff; padding: 56px 0; border-top: 1px solid var(--line-dark); }
.footer__grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr 1.1fr; gap: 28px; }
.footer h2 { font-size: 42px; margin: 0 0 8px; }
.footer p { color: rgba(255,255,255,.72); margin: 4px 0; }
.footer__label { color: var(--gold) !important; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; font-size: 12px; }
.footer__links { margin-top: 18px !important; }

.legal-modal { display: none; position: fixed; inset: 0; z-index: 1000; background: rgba(5,12,22,.82); padding: 28px; overflow-y: auto; }
.legal-modal:target { display: block; }
.legal-modal__content { width: min(860px, 100%); margin: 40px auto; background: var(--ivory); color: var(--text); padding: clamp(28px, 5vw, 56px); position: relative; box-shadow: 0 30px 90px rgba(0,0,0,.34); }
.legal-modal__close { position: absolute; top: 14px; right: 18px; font-size: 34px; line-height: 1; color: var(--text); opacity: .75; }
.legal-modal h2 { color: var(--text); margin-bottom: 24px; }
.legal-modal h3 { font-size: 26px; margin-top: 24px; margin-bottom: 8px; color: var(--text); }
.legal-modal p { color: var(--muted); margin: 0 0 12px; }
@media (max-width: 980px) {
  .site-header__inner { grid-template-columns: auto auto; justify-content: space-between; padding: 14px 20px; }
  .nav-toggle { display: none; }
  .site-nav { display: none; }
  .site-nav.is-open { display: none; }
  .header-cta { display: inline-flex; font-size: 12px; padding: 9px 12px; white-space: nowrap; }
  .split, .split--reverse, .option-grid, .card-grid, .footer__grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .gallery-item--large, .gallery-item--vertical { min-height: 340px; grid-row: auto; }
}
@media (max-width: 640px) {
  .container, .narrow { width: min(100% - 28px, 1160px); }
  .site-header__inner { padding: 12px 14px; gap: 12px; }
  .brand { min-width: 112px; }
  .brand strong { font-size: 21px; }
  .header-cta { font-size: 11px; padding: 8px 10px; }
  .hero { padding-top: 112px; }
  h1 { font-size: clamp(46px, 14.5vw, 70px); line-height: .88; }
  h2 { font-size: 46px; }
  .hero__sub { font-size: 14px; }
  .button-row { align-items: stretch; }
  .btn { width: 100%; }
  .section { padding: 54px 0; }
  .image-stack { min-height: 0; display: grid; gap: 14px; }
  .image-card--large { width: 100%; height: 330px; margin-left: 0; }
  .image-card--small { display: block; position: relative; left: auto; bottom: auto; width: 100%; height: 240px; border: 0; }
  .dark-card { min-height: auto; }
  .option-card__image { height: 230px; }
  .option-card__content { padding: 24px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-item { min-height: auto; flex-direction: row; align-items: center; justify-content: flex-start; gap: 14px; padding: 16px 18px; }
  .feature-icon { flex: 0 0 auto; font-size: 20px; }
  .faq-question { font-size: 24px; }
  .booking-form { grid-template-columns: 1fr; }
  .info-list div { grid-template-columns: 50px 1fr; }
  .pricing-wrap { overflow-x: visible; margin: 26px 0 22px; }
  .pricing-table { min-width: 0; width: 100%; table-layout: fixed; }
  .pricing-table th, .pricing-table td { padding: 14px 8px; font-size: 13px; line-height: 1.35; }
  .pricing-table th:first-child, .pricing-table td:first-child { width: 54%; }
  .pricing-table th:nth-child(2), .pricing-table th:nth-child(3),
  .pricing-table td:nth-child(2), .pricing-table td:nth-child(3) { width: 23%; text-align: right; }
  .pricing-table th { font-size: 10px; letter-spacing: .08em; }
  .pricing-table td:nth-child(2), .pricing-table td:nth-child(3) { font-size: 15px; white-space: nowrap; }
}

.hero-distance {
  margin: 18px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.airbnb-section {
  background: linear-gradient(135deg, #07111d 0%, #0b2032 52%, #07111d 100%);
}
.airbnb-section .split {
  align-items: center;
}
.airbnb-section p:not(.eyebrow):not(.airbnb-url) {
  color: rgba(255,255,255,.78);
}
.airbnb-button {
  margin-top: 18px;
}
.airbnb-url {
  margin-top: 12px;
  color: rgba(255,255,255,.64);
  font-size: 13px;
  letter-spacing: .06em;
}
.airbnb-image {
  min-height: 520px;
  background-size: cover;
  background-position: center;
  border: 1px solid var(--line-dark);
  box-shadow: 0 30px 80px rgba(0,0,0,.30);
}
@media (max-width: 640px) {
  .hero-distance {
    margin-top: 14px;
    font-size: 11px;
    letter-spacing: .13em;
  }
  .airbnb-image {
    min-height: 340px;
  }
}
