:root {
  --pine: #10271f;
  --deep-pine: #091914;
  --cream: #f4f1e8;
  --paper: #fbfaf6;
  --clay: #ce7b55;
  --mist: #afc0b7;
  --ink: #18211d;
  --line: rgba(24, 33, 29, 0.18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.site-header {
  position: absolute; z-index: 10; top: 0; left: 0; width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  padding: 26px clamp(22px, 5vw, 72px); color: white;
}
.brand { display: inline-flex; gap: 12px; align-items: center; text-decoration: none; font-size: .91rem; font-weight: 700; letter-spacing: .02em; }
.brand-mark { color: var(--clay); transform: scaleX(.78); font-size: 1.1rem; }
nav { display: flex; align-items: center; gap: 28px; font-size: .84rem; }
nav a { text-decoration: none; color: rgba(255,255,255,.8); }
nav a:hover, nav a:focus-visible { color: white; }
.nav-cta { border: 1px solid rgba(255,255,255,.5); padding: 9px 16px; border-radius: 999px; }
.menu-button { display: none; color: white; background: transparent; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; padding: 8px 14px; }

.hero {
  min-height: 760px; position: relative; overflow: hidden; color: white;
  background: var(--pine); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  align-items: end; gap: 50px; padding: 145px clamp(22px, 5vw, 72px) 62px;
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: radial-gradient(circle at 75% 28%, rgba(175,192,183,.34), transparent 28%), linear-gradient(125deg, transparent 50%, rgba(255,255,255,.04) 50%); }
.contour { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 48% 52% 38% 62%; transform: rotate(-18deg); }
.contour-one { width: 560px; height: 560px; right: -190px; top: 70px; }
.contour-two { width: 710px; height: 710px; right: -250px; top: -10px; }
.hero-copy, .quick-card, .hero-photo { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 20px; text-transform: uppercase; font-size: .75rem; letter-spacing: .19em; font-weight: 800; color: var(--mist); }
.eyebrow.dark { color: #527063; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .94; letter-spacing: -.045em; }
h1 { font-size: clamp(4.2rem, 8vw, 7.6rem); max-width: 780px; }
h2 { font-size: clamp(3.2rem, 6vw, 6rem); }
.hero-intro { max-width: 650px; margin: 34px 0 0; font-size: clamp(1.05rem, 1.7vw, 1.3rem); color: rgba(255,255,255,.72); line-height: 1.65; }
.hero-actions { margin-top: 40px; display: flex; gap: 28px; align-items: center; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; border: 0; border-radius: 3px; padding: 0 24px; font-weight: 800; font-size: .84rem; letter-spacing: .04em; text-decoration: none; cursor: pointer; }
.button-light { background: var(--cream); color: var(--deep-pine); }
.button-dark { background: var(--pine); color: white; }
.button:hover, .button:focus-visible { transform: translateY(-1px); }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-size: .87rem; font-weight: 750; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 4px; }
.hero-photo { align-self: stretch; min-height: 490px; margin: 0; overflow: hidden; }
.hero-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); pointer-events: none; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.quick-card { grid-column: 1 / -1; display: grid; grid-template-columns: .5fr .65fr 1.85fr; align-items: center; gap: 28px; width: 100%; border-top: 1px solid rgba(255,255,255,.28); padding-top: 22px; }
.quick-label { margin: 0 0 25px; font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,.56); }
.quick-stat { display: flex; gap: 12px; align-items: baseline; }
.quick-stat strong { font-family: var(--serif); font-size: 3.6rem; font-weight: 400; line-height: 1; }
.quick-stat span, .quick-grid span { color: rgba(255,255,255,.6); font-size: .78rem; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.quick-grid div { display: flex; flex-direction: column; }
.quick-grid strong { font-family: var(--serif); font-size: 1.85rem; font-weight: 400; }

.section { padding: 110px clamp(22px, 7vw, 112px); }
.section-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 9vw, 140px); align-items: start; }
.intro-copy { padding-top: 30px; max-width: 600px; font-size: 1.15rem; color: #44534c; }
.intro-copy p:first-child { margin-top: 0; }
.gallery-section { padding: 0 clamp(22px, 5vw, 72px) 110px; }
.gallery-heading { display: grid; grid-template-columns: .6fr 1.4fr; gap: 45px; align-items: start; margin-bottom: 55px; }
.gallery-heading h2 { max-width: 900px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 255px; gap: 12px; }
.gallery-grid button { grid-column: span 4; margin: 0; padding: 0; border: 0; overflow: hidden; background: #dfe4e0; cursor: zoom-in; }
.gallery-grid .gallery-large { grid-column: span 8; grid-row: span 2; }
.gallery-grid .gallery-wide { grid-column: span 8; }
.gallery-grid img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.gallery-grid button:hover img, .gallery-grid button:focus-visible img { transform: scale(1.025); }
.gallery-action { display: flex; justify-content: center; padding-top: 28px; }
.outline-button { min-height: 48px; padding: 0 22px; border: 1px solid var(--pine); border-radius: 999px; color: var(--pine); background: transparent; font-weight: 800; cursor: pointer; }
.feature-band { display: grid; grid-template-columns: repeat(3, 1fr); background: #d9e0dc; padding: 70px clamp(22px, 7vw, 112px); gap: 0; }
.feature-band article { padding: 0 38px; border-left: 1px solid rgba(16,39,31,.16); }
.feature-band article:first-child { padding-left: 0; border-left: 0; }
.feature-band span, .activity-number { font-size: .7rem; letter-spacing: .14em; color: #6c8177; }
.feature-band h3, .activity-grid h3, .guest-grid h3 { margin: 24px 0 12px; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.feature-band p, .activity-grid p { color: #4a5b53; margin: 0; }

.rooms-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 130px); }
.section-heading > p:last-child { max-width: 440px; margin-top: 30px; color: #54625b; font-size: 1.08rem; }
.room-list { border-top: 1px solid var(--line); }
.room-row { width: 100%; display: grid; grid-template-columns: 70px 35px 1fr auto; gap: 18px; align-items: center; padding: 14px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: inherit; text-align: left; cursor: zoom-in; }
.room-row img { width: 70px; height: 52px; object-fit: cover; display: block; }
.room-row span { font-size: .68rem; color: #748179; letter-spacing: .14em; }
.room-row strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.room-row small { color: #6a756f; }

.details-section { padding: 0 clamp(22px, 7vw, 112px) 110px; display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(45px, 8vw, 120px); }
.details-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.details-grid article { min-height: 190px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.details-grid h3 { margin: 0 0 15px; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.details-grid p { margin: 0; color: #5b6861; }
.amenities-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 140px); padding: 110px clamp(22px, 7vw, 112px); color: white; background: #294339; }
.amenities-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.amenities-list li { position: relative; padding: 17px 18px 17px 28px; border-bottom: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.76); }
.amenities-list li::before { content: "•"; position: absolute; left: 4px; color: var(--clay); }

.explore-section { background: var(--deep-pine); color: white; padding: 110px clamp(22px, 7vw, 112px); }
.explore-title { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: end; padding-bottom: 70px; border-bottom: 1px solid rgba(255,255,255,.17); }
.explore-title .eyebrow { align-self: start; }
.activity-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.activity-grid article { min-height: 270px; padding: 36px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.activity-grid article:nth-child(even) { border-right: 0; }
.activity-grid h3 { color: white; }
.activity-grid p { color: rgba(255,255,255,.61); max-width: 440px; }

.request-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(45px, 8vw, 120px); padding: 110px clamp(22px, 7vw, 112px); background: var(--cream); }
.request-copy > p:not(.eyebrow) { color: #526159; max-width: 470px; margin-top: 30px; }
.request-note { margin-top: 40px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 8px; }
.request-note span { color: #637069; font-size: .9rem; }
form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 18px; padding: 38px; background: white; box-shadow: 0 24px 80px rgba(16,39,31,.1); }
.field { display: flex; flex-direction: column; gap: 8px; }
.span-two { grid-column: 1 / -1; }
label { font-size: .8rem; font-weight: 800; }
input, textarea { width: 100%; border: 1px solid #c8cec9; border-radius: 2px; background: #fbfcfa; color: var(--ink); padding: 13px 14px; min-height: 48px; }
textarea { resize: vertical; }
input:focus, textarea:focus { outline: 3px solid rgba(206,123,85,.22); border-color: var(--clay); }
.field small { color: #6f7a74; font-size: .76rem; }
.form-error { grid-column: 1 / -1; margin: 0; color: #9f331f; font-size: .85rem; min-height: 1em; }

.guest-section { background: var(--pine); color: white; padding: 110px clamp(22px, 7vw, 112px); display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 9vw, 140px); }
.guest-heading > p:last-child { color: rgba(255,255,255,.62); max-width: 440px; margin-top: 30px; }
.guest-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.guest-grid article { background: rgba(255,255,255,.07); padding: 28px; }
.guest-grid h3 { margin-top: 0; }
.guest-grid ul { list-style: none; padding: 0; margin: 20px 0 0; color: rgba(255,255,255,.68); }
.guest-grid li { padding: 8px 0; border-top: 1px solid rgba(255,255,255,.12); }
.guest-grid .wide { grid-column: 1 / -1; }
.guest-grid p { color: rgba(255,255,255,.68); }
.location-section { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; padding: 110px clamp(22px, 7vw, 112px); }
.location-section p { color: #536159; max-width: 520px; }
.dark-link { margin-top: 24px; color: var(--pine); border-bottom-color: rgba(16,39,31,.35); }
footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 35px clamp(22px, 7vw, 112px); background: var(--deep-pine); color: rgba(255,255,255,.64); font-size: .8rem; }
.footer-brand { color: white; }
footer a:last-child { color: white; }

dialog { width: min(1100px, calc(100vw - 30px)); max-width: none; padding: 0; border: 0; background: var(--deep-pine); color: white; box-shadow: 0 35px 120px rgba(0,0,0,.55); }
dialog::backdrop { background: rgba(3,10,7,.86); backdrop-filter: blur(7px); }
.dialog-bar, .dialog-controls { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 20px; }
.dialog-bar p { margin: 0; font-family: var(--serif); font-size: 1.08rem; }
.dialog-bar button, .dialog-controls button { border: 0; background: transparent; color: white; cursor: pointer; font-weight: 700; padding: 10px; }
.dialog-photo { height: min(72vh, 760px); background: #050906; display: grid; place-items: center; }
.dialog-photo img { width: 100%; height: 100%; object-fit: contain; }
#photo-count { color: rgba(255,255,255,.6); font-size: .8rem; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  nav { display: none; position: absolute; top: 76px; right: 22px; flex-direction: column; align-items: stretch; width: min(280px, calc(100vw - 44px)); padding: 22px; background: var(--deep-pine); box-shadow: 0 18px 50px rgba(0,0,0,.28); }
  nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; padding-top: 145px; }
  .hero-photo { min-height: 420px; }
  .quick-card { justify-self: stretch; }
  .quick-card { grid-column: 1; grid-template-columns: 1fr 1fr; }
  .quick-grid { grid-column: 1 / -1; }
  .section-intro, .rooms-section, .details-section, .amenities-section, .request-section, .guest-section, .location-section { grid-template-columns: 1fr; }
  .explore-title { grid-template-columns: 1fr; }
  .gallery-heading { grid-template-columns: 1fr; }
  .gallery-grid button, .gallery-grid .gallery-wide { grid-column: span 6; }
  .gallery-grid .gallery-large { grid-column: span 12; }
}

@media (max-width: 650px) {
  h1 { font-size: clamp(3.8rem, 20vw, 6rem); }
  h2 { font-size: clamp(2.8rem, 14vw, 4.3rem); }
  .hero { min-height: auto; gap: 70px; padding-bottom: 60px; }
  .hero-photo { min-height: 330px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .feature-band, .activity-grid { grid-template-columns: 1fr; }
  .feature-band article { padding: 32px 0; border-left: 0; border-top: 1px solid rgba(16,39,31,.16); }
  .feature-band article:first-child { border-top: 0; }
  .activity-grid article, .activity-grid article:nth-child(even) { border-right: 0; }
  .gallery-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; }
  .gallery-grid button, .gallery-grid .gallery-large, .gallery-grid .gallery-wide { flex: 0 0 86%; height: 310px; scroll-snap-align: start; }
  .room-row { grid-template-columns: 62px 28px 1fr; }
  .room-row img { width: 62px; height: 52px; }
  .room-row small { grid-column: 3; }
  .details-grid, .amenities-list { grid-template-columns: 1fr; }
  form { grid-template-columns: 1fr; padding: 26px 20px; }
  .field, .span-two { grid-column: 1; }
  .guest-grid { grid-template-columns: 1fr; }
  .guest-grid .wide { grid-column: 1; }
  footer { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
