:root {
  --forest: #17352d;
  --forest-dark: #0d211b;
  --paper: #f3eee4;
  --cream: #fffdf8;
  --clay: #c96943;
  --gold: #d8bd7b;
  --ink: #18211d;
  --muted: #667069;
  --line: rgba(24, 33, 29, .15);
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body.interest-complete .header-cta { border-color: var(--gold); background: var(--gold); color: var(--forest-dark); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }

.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; transform: translateY(-160%); background: white; color: var(--ink); }
.skip-link:focus { transform: none; }
.site-header { position: absolute; z-index: 10; inset: 0 0 auto; min-height: 94px; padding: 14px clamp(20px, 4vw, 68px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: white; border-bottom: 1px solid rgba(255,255,255,.25); }
.brand { width: 92px; filter: brightness(0) invert(1); }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; gap: 32px; }
.site-nav a { font-size: 12px; font-weight: 600; letter-spacing: .05em; text-decoration: none; }
.header-cta { justify-self: end; border: 1px solid rgba(255,255,255,.62); border-radius: 999px; padding: 11px 18px; color: white; background: rgba(13,33,27,.32); backdrop-filter: blur(12px); font-size: 12px; font-weight: 600; }

.hero { position: relative; min-height: 820px; padding: 126px clamp(20px, 7vw, 108px) 70px; display: flex; align-items: center; overflow: hidden; color: white; }
.hero__image, .hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__image { object-fit: cover; object-position: center; }
.hero__shade { background: linear-gradient(90deg, rgba(8,24,19,.94) 0%, rgba(8,24,19,.78) 52%, rgba(8,24,19,.18) 100%), linear-gradient(0deg, rgba(8,24,19,.58), transparent 48%); }
.hero__content { position: relative; z-index: 1; width: min(860px, 100%); }
.eyebrow { margin: 0 0 18px; font-size: 11px; font-weight: 600; letter-spacing: .22em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; line-height: .96; }
h1 { max-width: 820px; margin-bottom: 24px; font-size: clamp(62px, 8.3vw, 118px); }
h2 { margin-bottom: 24px; font-size: clamp(47px, 5.5vw, 80px); }
h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 34px; font-weight: 400; line-height: 1.04; }
.hero__intro { max-width: 670px; margin-bottom: 34px; font-size: clamp(18px, 2vw, 23px); line-height: 1.45; color: rgba(255,255,255,.82); }
.offer-card { width: min(840px, 100%); display: grid; grid-template-columns: .92fr 1.08fr; border: 1px solid rgba(255,255,255,.3); border-radius: 22px; overflow: hidden; background: rgba(13,33,27,.67); box-shadow: 0 25px 70px rgba(0,0,0,.22); backdrop-filter: blur(16px); }
.offer-card__copy { padding: 27px 30px; border-right: 1px solid rgba(255,255,255,.2); }
.offer-card__copy span { color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .18em; }
.offer-card__copy h2 { margin: 7px 0 9px; font-size: 43px; }
.offer-card__copy p { margin: 0; color: rgba(255,255,255,.7); font-size: 13px; }
.offer-form { align-self: center; padding: 27px 30px; }
.offer-form label { display: block; margin-bottom: 9px; font-size: 12px; font-weight: 600; }
.offer-form__row { display: flex; gap: 8px; }
.offer-form input { min-width: 0; flex: 1; border: 0; border-radius: 9px; padding: 15px 16px; background: white; color: var(--ink); }
.offer-form button, .final-cta button { border: 0; border-radius: 9px; padding: 15px 18px; background: var(--clay); color: white; font-weight: 600; white-space: nowrap; }
.offer-form button:disabled { opacity: .6; cursor: wait; }
.offer-form__consent { margin: 11px 0 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.45; }
.offer-form__status { min-height: 1.3em; margin: 7px 0 0; color: #d8f5dd; font-size: 12px; font-weight: 600; }
.offer-form__status.is-error { color: #ffd4c6; }
.section { padding: clamp(64px, 8vw, 110px) clamp(20px, 6vw, 92px); }
.rooms { background: var(--cream); }
.rooms--showcase { background: #e7dfd0; }
.rooms.is-revealing { animation: reveal-section .85s cubic-bezier(.2,.7,.2,1) both; }
@keyframes reveal-section { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
.section-heading { max-width: 1280px; margin: 0 auto 44px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .7fr); gap: 30px 70px; align-items: end; }
.section-heading .eyebrow { color: var(--clay); }
.section-heading h2 { max-width: 760px; margin: 0; }
.section-heading > p { max-width: 470px; margin: 0 0 8px; color: var(--muted); }
.room-grid { max-width: 1440px; margin: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.room-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 120px 120px 20px 20px; background: var(--cream); box-shadow: 0 20px 44px rgba(23,53,45,.08); }
.room-card__image { position: relative; height: clamp(300px, 26vw, 380px); display: block; overflow: hidden; background: #ddd6ca; }
.room-card__image::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(10,22,17,.42)); pointer-events: none; }
.room-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.room-card__image:hover img { transform: scale(1.035); }
.room-card__place { position: absolute; z-index: 1; left: 18px; bottom: 17px; color: white; font-size: 10px; font-weight: 600; letter-spacing: .16em; }
.room-card__body { min-height: 380px; padding: 24px; display: flex; flex-direction: column; }
.room-card__number { margin-bottom: 9px; color: var(--clay); font-size: 10px; font-weight: 600; letter-spacing: .16em; }
.room-card__summary { margin-bottom: 22px; color: var(--muted); }
.facts { margin: auto 0 25px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.facts li { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; font-size: 11px; }
.building-links { margin-top: auto; }
.room-link { padding: 17px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 600; text-decoration: none; }
.room-link span { display: grid; gap: 2px; }
.room-link span b { color: var(--ink); font-size: 14px; }
.room-link span small { color: var(--muted); font-size: 11px; font-weight: 500; }
.room-link i { color: var(--clay); font-size: 12px; font-style: normal; white-space: nowrap; }
.room-link:hover span { color: var(--clay); }
.airbnb-note { max-width: 1280px; margin: 24px auto 0; padding: 17px 20px; border-left: 3px solid var(--clay); background: #eee6d8; color: #59645e; font-size: 13px; }
.airbnb-note b { color: var(--ink); }

.family { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: clamp(54px, 7vw, 110px); align-items: center; background: var(--paper); }
.family__visual { position: relative; min-height: 620px; overflow: hidden; border-radius: 190px 190px 18px 18px; }
.family__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.family__visual p { position: absolute; right: 22px; bottom: 22px; left: 22px; margin: 0; padding: 22px; border-radius: 12px; color: white; background: rgba(13,33,27,.76); backdrop-filter: blur(12px); font-family: var(--serif); font-size: 25px; line-height: 1.12; }
.family__visual p span { display: block; margin-bottom: 7px; color: var(--gold); font-family: var(--sans); font-size: 9px; font-weight: 600; letter-spacing: .2em; }
.family__copy .eyebrow { color: var(--clay); }
.family__lead { max-width: 540px; color: var(--muted); font-size: 20px; }
.benefit-list { margin-top: 28px; border-top: 1px solid var(--line); }
.benefit-list article { padding: 18px 0; display: grid; grid-template-columns: 38px 1fr; gap: 15px; border-bottom: 1px solid var(--line); }
.benefit-list article > span { color: var(--clay); font-size: 10px; }
.benefit-list h3 { margin-bottom: 6px; font-family: var(--sans); font-size: 16px; font-weight: 600; }
.benefit-list p { margin: 0; color: var(--muted); font-size: 13px; }

.reviews { color: white; background: var(--forest-dark); }
.reviews__heading { max-width: 1280px; margin: 0 auto 40px; }
.reviews__heading .eyebrow { grid-column: 1 / -1; color: var(--gold); }
.reviews__heading h2 { margin: 0; }
.reviews__heading > p:last-child { margin: 0 0 9px; color: rgba(255,255,255,.58); }
.review-grid { max-width: 1280px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-grid figure { margin: 0; padding: 28px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(255,255,255,.035); }
.stars { margin-bottom: 24px; color: var(--gold); font-size: 12px; letter-spacing: .2em; }
.review-grid blockquote { margin: 0 0 28px; font-family: var(--serif); font-size: 26px; line-height: 1.18; }
.review-grid figcaption { margin-top: auto; color: rgba(255,255,255,.5); font-size: 11px; }

.location { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 7vw, 110px); align-items: center; background: var(--cream); }
.location__copy { max-width: 540px; }
.location__copy .eyebrow { color: var(--clay); }
.location__copy > p:not(.eyebrow) { color: var(--muted); }
.location-list { margin-top: 28px; }
.location-list button { width: 100%; padding: 18px 0; display: flex; justify-content: space-between; align-items: center; border: 0; border-top: 1px solid var(--line); color: inherit; background: transparent; text-align: left; }
.location-list button:last-child { border-bottom: 1px solid var(--line); }
.location-list button.is-active b, .location-list button:hover b { color: var(--clay); }
.location-list span, .location-list b, .location-list small { display: block; }
.location-list b { font-family: var(--serif); font-size: 25px; font-weight: 400; }
.location-list small { margin-top: 2px; color: var(--muted); }
.location-list i { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--clay); font-size: 10px; font-style: normal; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.location-list button.is-active i { border-color: var(--clay); color: white; background: var(--clay); }
.map-explorer { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: 0 24px 60px rgba(23,53,45,.1); }
.map-explorer__frame { height: 480px; background: #d8decf; }
.map-explorer iframe { width: 100%; height: 100%; display: block; border: 0; }
.map-explorer__caption { padding: 22px 24px; display: flex; justify-content: space-between; gap: 28px; align-items: center; }
.map-explorer__caption span { font-family: var(--serif); font-size: 25px; }
.map-explorer__caption p { max-width: 520px; margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.map-explorer__caption a { flex: 0 0 auto; color: var(--clay); font-size: 11px; font-weight: 600; text-decoration: none; }

.host { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 7vw, 110px); align-items: center; color: white; background: var(--forest); }
.host__photo { position: relative; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border-radius: 180px 180px 18px 18px; }
.host__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.host__photo figcaption { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 12px 15px; border-radius: 9px; color: white; background: rgba(13,33,27,.76); backdrop-filter: blur(10px); font-size: 11px; font-weight: 600; }
.host > div:last-child { max-width: 690px; }
.host h2 { max-width: 650px; }
.host > div:last-child > p:not(.eyebrow) { max-width: 600px; color: rgba(255,255,255,.72); font-size: 16px; }
.host__links { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 26px; }
.host__links a { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 12px; font-weight: 600; text-decoration: none; }

.final-cta { padding: 70px clamp(20px, 6vw, 92px); display: flex; justify-content: space-between; gap: 50px; align-items: end; color: var(--forest-dark); background: var(--gold); }
.final-cta > div { max-width: 800px; }
.final-cta h2 { margin-bottom: 14px; }
.final-cta p:not(.eyebrow) { max-width: 600px; margin: 0; }
.final-cta button { min-width: 190px; background: var(--forest); }
.footer { padding: 32px clamp(20px, 6vw, 92px); display: grid; grid-template-columns: 100px 1fr auto; gap: 30px; align-items: center; background: var(--paper); }
.footer img { width: 92px; height: auto; }
.footer p { margin: 0; color: var(--muted); font-size: 13px; }
.footer div { display: flex; gap: 22px; align-items: center; }
.footer a, .footer button { border: 0; padding: 0; background: transparent; color: var(--ink); font-size: 11px; font-weight: 600; text-decoration: none; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 78px; }
  .site-nav { display: none; }
  .hero { min-height: 800px; padding-top: 115px; align-items: flex-end; }
  .hero__shade { background: linear-gradient(0deg, rgba(8,24,19,.94) 0%, rgba(8,24,19,.67) 68%, rgba(8,24,19,.3) 100%); }
  .offer-card { grid-template-columns: 1fr; }
  .offer-card__copy { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .section-heading, .family, .reviews__heading, .location { grid-template-columns: 1fr; }
  .family, .location { gap: 52px; }
  .family__visual { min-height: 520px; }
  .review-grid { grid-template-columns: 1fr; }
  .room-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .room-card__image { height: 380px; }
  .map-explorer__frame { height: 440px; }
}

@media (max-width: 700px) {
  h1 { font-size: clamp(54px, 16vw, 72px); }
  h2 { font-size: clamp(44px, 13vw, 58px); }
  .hero { min-height: 0; padding: 105px 16px 56px; }
  .hero__content { width: 100%; }
  .hero__intro { font-size: 17px; }
  .offer-card__copy, .offer-form { padding: 21px; }
  .offer-card__copy h2 { font-size: 38px; }
  .offer-form__row { flex-direction: column; }
  .offer-form button { width: 100%; }
  .section { padding: 58px 16px; }
  .section-heading { margin-bottom: 30px; }
  .room-grid { grid-template-columns: 1fr; }
  .room-card { border-radius: 120px 120px 18px 18px; }
  .room-card__image { height: 340px; }
  .room-card__body { min-height: 0; padding: 23px; }
  .family__visual { min-height: 420px; border-radius: 120px 120px 16px 16px; }
  .family__visual p { right: 14px; bottom: 14px; left: 14px; padding: 17px; font-size: 21px; }
  .review-grid figure { padding: 25px; }
  .review-grid blockquote { font-size: 23px; }
  .stars { margin-bottom: 20px; }
  .map-explorer__frame { height: 380px; }
  .map-explorer__caption { align-items: flex-start; flex-direction: column; gap: 14px; }
  .host { grid-template-columns: 1fr; }
  .host__photo { width: 100%; max-width: 560px; margin: auto; border-radius: 140px 140px 16px 16px; }
  .final-cta { padding: 56px 16px; display: block; }
  .final-cta button { width: 100%; margin-top: 28px; }
  .footer { grid-template-columns: 80px 1fr; padding: 28px 16px; }
  .footer div { grid-column: 1 / -1; justify-content: space-between; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rooms.is-revealing { animation: none; }
  .room-card__image img { transition: none; }
}

@media print {
  .skip-link { display: none; }
}
