:root {
  --paper: #f4f0e8;
  --cream: #ebe3d5;
  --ink: #1d211d;
  --muted: #6e7169;
  --wine: #783b32;
  --wine-dark: #5b2b25;
  --sage: #5d6857;
  --line: rgba(29, 33, 29, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.site-header {
  position: absolute; z-index: 20; top: 0; left: 0; right: 0;
  display: flex; align-items: center; justify-content: space-between;
  min-height: 92px; padding: 0 5vw; color: white;
  border-bottom: 1px solid rgba(255,255,255,.28);
}
.brand { display: flex; align-items: center; gap: 13px; }
.brand-mark {
  display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid currentColor;
  border-radius: 50%; font-family: Georgia, serif; font-size: 12px; letter-spacing: .08em;
}
.brand strong { display: block; font-family: Georgia, serif; font-size: 18px; font-weight: 500; }
.brand small { display: block; margin-top: 3px; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; opacity: .82; }
.desktop-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; }
.desktop-nav > a:not(.nav-cta) { padding: 12px 0; border-bottom: 1px solid transparent; }
.desktop-nav > a:not(.nav-cta):hover { border-color: white; }
.nav-cta { padding: 12px 21px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; }
.nav-cta:hover { color: var(--ink); background: white; }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { list-style: none; cursor: pointer; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; padding: 10px 16px; font-size: 12px; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav div { position: absolute; right: 0; top: 48px; width: 190px; padding: 10px; background: var(--paper); color: var(--ink); box-shadow: 0 12px 40px rgba(0,0,0,.18); }
.mobile-nav a { display: block; padding: 11px 12px; border-bottom: 1px solid var(--line); }

.hero { position: relative; min-height: 92vh; height: 790px; max-height: 920px; color: white; overflow: hidden; }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 52%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22,20,17,.68) 0%, rgba(22,20,17,.18) 63%, rgba(22,20,17,.28) 100%), linear-gradient(0deg, rgba(20,20,18,.34), transparent 45%); }
.hero-copy { position: absolute; left: 7vw; bottom: 12%; width: min(760px, 78vw); }
.eyebrow { margin: 0 0 20px; color: var(--wine); font-size: 11px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.light { color: #e8ddd1; }
.hero h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.035em; }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(52px, 6.4vw, 98px); line-height: .98; }
.hero-copy > p:not(.eyebrow) { max-width: 560px; margin: 28px 0 0; font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.86); }
.hero-actions, .booking-actions { display: flex; align-items: center; gap: 32px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 25px; border-radius: 999px; font-size: 13px; font-weight: 700; transition: .2s ease; }
.button-light { background: #f4efe7; color: var(--ink); }
.button-light:hover { background: white; transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--wine); }
.text-link { display: inline-flex; gap: 12px; align-items: center; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.light-link { color: white; border-color: rgba(255,255,255,.5); }
.text-link span { font-size: 16px; }
.hero-location { position: absolute; right: 5vw; bottom: 5%; display: flex; gap: 30px; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; color: rgba(255,255,255,.8); }

.section-shell { width: min(1180px, 88vw); margin: 0 auto; }
.intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; padding-top: 120px; padding-bottom: 105px; align-items: end; }
.intro h2, .section-heading h2, .location h2, .experience h2, .booking h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; }
.intro-copy p, .section-heading > p, .location-card > p:not(.eyebrow) { margin: 0 0 30px; color: var(--muted); font-size: 16px; line-height: 1.8; }

.feature-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-strip div { display: flex; min-height: 135px; padding: 30px 3vw; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.feature-strip div:last-child { border-right: 0; }
.feature-strip strong { font-family: Georgia, serif; color: var(--wine); font-size: 30px; font-weight: 400; }
.feature-strip span { margin-top: 8px; color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.rooms { padding-top: 130px; padding-bottom: 140px; }
.section-heading { display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: end; margin-bottom: 62px; }
.section-heading > p { margin-bottom: 2px; }
.room-grid { display: grid; grid-template-columns: 1.45fr .75fr; gap: 22px; min-height: 530px; }
.room-image-card { position: relative; overflow: hidden; background: #ddd5c8; }
.room-image-card img { height: 100%; min-height: 530px; object-fit: cover; }
.image-note { position: absolute; left: 18px; bottom: 18px; padding: 9px 12px; background: rgba(26,26,23,.72); color: rgba(255,255,255,.83); font-size: 9px; letter-spacing: .05em; }
.room-detail-card { display: flex; flex-direction: column; justify-content: space-between; padding: 42px; background: #e9e1d3; }
.card-number { font-family: Georgia, serif; color: var(--wine); font-size: 16px; }
.room-detail-card h3 { max-width: 330px; margin: 0 0 22px; font-family: Georgia, serif; font-size: 35px; font-weight: 400; line-height: 1.08; }
.room-detail-card p { color: var(--muted); font-size: 14px; line-height: 1.75; }
.room-detail-card ul { display: grid; gap: 10px; margin: 25px 0 0; padding: 23px 0 0; border-top: 1px solid var(--line); list-style: none; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.room-detail-card li::before { content: '—'; margin-right: 9px; color: var(--wine); }

.gallery { padding: 15px 0 135px; }
.gallery-heading { display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: end; margin-bottom: 55px; }
.gallery-heading h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(42px, 5vw, 68px); font-weight: 400; line-height: 1.02; letter-spacing: -.035em; }
.gallery-heading > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-auto-rows: 360px; gap: 14px; width: min(1320px, 94vw); margin: 0 auto; }
.gallery-grid figure, .story-strip figure { position: relative; margin: 0; overflow: hidden; background: #dcd4c8; }
.gallery-grid figure img, .story-strip figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gallery-grid figure:hover img, .story-strip figure:hover img { transform: scale(1.018); }
.gallery-grid .gallery-wide { grid-row: span 2; }
.gallery-grid .gallery-tall { grid-row: span 1; }
.gallery-grid figcaption, .story-strip figcaption { position: absolute; left: 18px; bottom: 18px; padding: 9px 12px; background: rgba(20,22,19,.74); color: rgba(255,255,255,.9); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(6px); }

.experience { display: grid; grid-template-columns: 1fr 1fr; min-height: 700px; background: var(--sage); color: white; }
.experience-image-wrap { min-height: 620px; overflow: hidden; }
.experience-image-wrap img { height: 100%; object-fit: cover; }
.experience-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px 8vw; }
.experience-copy > p:not(.eyebrow) { max-width: 520px; margin: 32px 0; color: rgba(255,255,255,.76); font-size: 15px; line-height: 1.85; }
.amenities { display: grid; grid-template-columns: 1fr 1fr; max-width: 520px; margin-top: 10px; border-top: 1px solid rgba(255,255,255,.26); }
.amenities span { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.26); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.story-strip { display: grid; grid-template-columns: 1fr 1.35fr 1fr; gap: 1px; min-height: 430px; background: var(--ink); }
.story-strip figure { min-height: 430px; }
.story-strip figure:nth-child(3) img { object-position: center 55%; }

.location { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: stretch; padding-top: 140px; padding-bottom: 140px; }
.location-card { padding: 35px 0; }
.location-card > p:not(.eyebrow) { max-width: 510px; margin-top: 30px; }
.location-photo { position: relative; min-height: 500px; overflow: hidden; background: var(--wine); }
.location-photo img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 46%; }
.location-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,20,18,.55), transparent 55%); }
.location-photo > div { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 30px; display: flex; flex-direction: column; gap: 7px; color: white; }
.location-photo span { font-size: 9px; letter-spacing: .16em; text-transform: uppercase; opacity: .72; }
.location-photo strong { font-family: Georgia, serif; font-size: 21px; font-weight: 400; }

.booking { padding: 115px 7vw; background: var(--wine-dark); color: white; }
.booking h2 { max-width: 850px; }
.booking-actions { justify-content: flex-start; }
.booking-platforms { display: flex; gap: 25px; align-items: center; margin-top: 45px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.2); max-width: 620px; font-size: 11px; }
.booking-platforms span { color: rgba(255,255,255,.52); text-transform: uppercase; letter-spacing: .1em; }
.booking-platforms a { padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.38); }
footer { display: grid; grid-template-columns: 1.4fr 1fr 1fr .5fr; gap: 50px; padding: 65px 5vw; background: #171a17; color: white; }
.footer-brand { display: flex; gap: 16px; align-items: flex-start; }
.footer-brand strong { display: block; margin: 3px 0 5px; font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.footer-brand div span, .footer-col > span { color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.footer-col { display: flex; flex-direction: column; gap: 8px; font-size: 12px; line-height: 1.6; }
.footer-col > span { margin-bottom: 9px; }
.footer-col p { margin: 0; color: rgba(255,255,255,.8); }
.footer-col a { color: rgba(255,255,255,.82); }
.footer-col a:hover { color: white; }

@media (max-width: 820px) {
  .site-header { min-height: 78px; padding: 0 20px; }
  .brand small { display: none; }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .hero { height: 760px; min-height: 88svh; }
  .hero-copy { left: 7vw; bottom: 12%; width: 86vw; }
  .hero h1 { font-size: clamp(46px, 14vw, 68px); }
  .hero-copy > p:not(.eyebrow) { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hero-location { display: none; }
  .section-shell { width: min(88vw, 660px); }
  .intro, .section-heading, .gallery-heading, .location { grid-template-columns: 1fr; gap: 42px; }
  .intro { padding-top: 85px; padding-bottom: 80px; }
  .intro h2, .section-heading h2, .location h2, .experience h2, .booking h2 { font-size: 44px; }
  .feature-strip { grid-template-columns: 1fr 1fr; }
  .feature-strip div { min-height: 112px; padding: 23px 7vw; }
  .feature-strip div:nth-child(2) { border-right: 0; }
  .feature-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .rooms { padding-top: 90px; padding-bottom: 90px; }
  .section-heading { margin-bottom: 40px; }
  .room-grid { grid-template-columns: 1fr; }
  .room-image-card img { min-height: 390px; }
  .room-detail-card { min-height: 430px; padding: 34px; }
  .gallery { padding-bottom: 90px; }
  .gallery-heading { margin-bottom: 38px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 360px; width: 100%; gap: 2px; }
  .gallery-grid .gallery-wide, .gallery-grid .gallery-tall { grid-row: span 1; }
  .experience { grid-template-columns: 1fr; }
  .experience-image-wrap { min-height: 460px; }
  .experience-copy { padding: 78px 7vw; }
  .story-strip { grid-template-columns: 1fr; }
  .story-strip figure { min-height: 360px; }
  .location { padding-top: 85px; padding-bottom: 85px; }
  .location-photo { min-height: 430px; }
  .booking { padding: 85px 7vw; }
  .booking-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .booking-platforms { align-items: flex-start; flex-direction: column; gap: 14px; }
  footer { grid-template-columns: 1fr; gap: 36px; padding: 55px 7vw; }
}

@media (max-width: 480px) {
  .brand strong { font-size: 16px; }
  .hero { height: 700px; }
  .hero h1 { font-size: 48px; }
  .feature-strip strong { font-size: 25px; }
  .room-image-card img { min-height: 330px; }
  .gallery-grid { grid-auto-rows: 310px; }
  .experience-image-wrap { min-height: 380px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
