:root {
  --ink: #17271f;
  --forest: #263c31;
  --moss: #788568;
  --brass: #c9a76a;
  --cream: #f4f0e7;
  --paper: #fbfaf6;
  --line: rgba(23, 39, 31, .18);
}

* { 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%; object-fit: cover; }

.site-header {
  position: absolute; z-index: 10; top: 0; left: 0; width: 100%; height: 92px;
  padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between;
  color: white; border-bottom: 1px solid rgba(255,255,255,.24);
}
.brand { display: flex; align-items: center; gap: 13px; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--brass); color: #e2c58d; font-family: Georgia, serif; font-size: 16px; letter-spacing: .08em; }
.brand-copy { display: flex; flex-direction: column; gap: 2px; }
.brand-copy strong { font-family: Georgia, serif; font-size: 18px; font-weight: 500; letter-spacing: .03em; }
.brand-copy small { font-size: 9px; letter-spacing: .24em; text-transform: uppercase; opacity: .74; }
nav { display: flex; gap: 34px; font-size: 12px; letter-spacing: .08em; }
nav a { transition: color .2s; }
nav a:hover { color: #e2c58d; }
.header-cta { padding: 13px 20px; border: 1px solid rgba(255,255,255,.55); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

.hero { min-height: 790px; height: 100svh; position: relative; color: white; overflow: hidden; }
.hero > img { position: absolute; inset: 0; height: 100%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,18,13,.78) 0%, rgba(8,18,13,.36) 47%, rgba(8,18,13,.14) 72%), linear-gradient(0deg, rgba(8,18,13,.55), transparent 42%); }
.hero-copy { position: absolute; left: 8vw; top: 50%; transform: translateY(-45%); width: min(700px, 82vw); }
.eyebrow { margin: 0; font-size: 10px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; color: var(--moss); }
.eyebrow.light { color: #e2c58d; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; margin: 0; }
h1 { margin-top: 22px; font-size: clamp(56px, 6.4vw, 96px); line-height: .97; letter-spacing: -.045em; }
.hero-intro { max-width: 540px; margin: 28px 0 0; color: rgba(255,255,255,.82); font-family: Georgia, serif; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 26px; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; transition: .25s ease; }
.button-gold { background: var(--brass); color: #132119; }
.button-gold:hover { background: #dfc38e; transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 16px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.light-link { color: rgba(255,255,255,.82); }
.hero-note { position: absolute; bottom: 34px; right: 4.5vw; display: flex; gap: 30px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.65); }

.booking-bar { position: relative; z-index: 2; width: min(1120px, 90vw); margin: -38px auto 0; min-height: 112px; display: grid; grid-template-columns: repeat(3, 1fr) 190px; align-items: stretch; background: white; box-shadow: 0 18px 60px rgba(20,35,27,.16); }
.booking-bar label { padding: 26px 30px; display: flex; flex-direction: column; gap: 11px; border-right: 1px solid var(--line); }
.booking-bar label span { color: #7c837d; font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.booking-bar input, .booking-bar select { width: 100%; border: 0; background: transparent; color: var(--ink); font: 16px Georgia, serif; outline: none; }
.booking-bar > input[type="hidden"] { display: none; }
.booking-bar button { border: 0; background: var(--forest); color: white; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.booking-bar button small { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.6); font-size: 8px; font-weight: 400; letter-spacing: .1em; }
.booking-bar button small i { width: 6px; height: 6px; border-radius: 50%; background: #9bca96; box-shadow: 0 0 0 3px rgba(155,202,150,.12); }
.booking-bar button:hover { background: #355142; }

.section { padding: 130px 7vw; }
.story { display: grid; grid-template-columns: .55fr 1.3fr 1.1fr; gap: 6vw; align-items: start; }
.section-number { display: block; margin-bottom: 20px; color: #a0a69e; font: italic 13px Georgia, serif; }
.story-copy h2, .section-heading h2 { font-size: clamp(42px, 5vw, 70px); line-height: 1.06; letter-spacing: -.035em; }
.story-copy > p { max-width: 580px; margin: 30px 0; color: #647068; font: 17px/1.85 Georgia, serif; }
.story-image { margin: 0; }
.story-image img { height: 500px; }
.story-image figcaption { margin-top: 12px; color: #7c837d; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }

.section-dark { padding: 110px 7vw 130px; background: var(--ink); color: white; }
.section-heading { display: grid; grid-template-columns: .65fr 1.4fr 1fr; gap: 5vw; align-items: end; margin-bottom: 60px; }
.section-heading > p { color: rgba(255,255,255,.58); font: 16px/1.75 Georgia, serif; }
.featured-room { position: relative; min-height: 620px; overflow: hidden; }
.featured-room > img { position: absolute; inset: 0; height: 100%; transition: transform .8s ease; }
.featured-room:hover > img { transform: scale(1.02); }
.featured-room::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,17,13,.72), transparent 64%); }
.room-card-copy { position: absolute; z-index: 1; left: 5vw; bottom: 72px; }
.room-card-copy h3 { margin: 16px 0 12px; font-size: clamp(42px, 5vw, 68px); }
.room-card-copy > p:not(.eyebrow) { margin: 0 0 30px; color: rgba(255,255,255,.7); font-size: 12px; letter-spacing: .08em; }
.button-outline { border: 1px solid rgba(255,255,255,.6); color: white; }
.button-outline:hover { background: white; color: var(--ink); }

.room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 26px; }
.room-grid article { border-top: 1px solid rgba(255,255,255,.17); padding-top: 26px; }
.room-grid-image { height: 290px; overflow: hidden; }
.room-grid-image img { height: 100%; transition: transform .7s ease; }
.room-grid article:hover img { transform: scale(1.035); }
.room-meta { display: flex; justify-content: space-between; align-items: center; padding: 22px 3px 0; }
.room-meta h3 { font-size: 25px; }
.room-meta p { margin: 8px 0 0; color: rgba(255,255,255,.52); font-size: 10px; letter-spacing: .06em; }
.room-meta > a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; transition: .2s; }
.room-meta > a:hover { background: var(--brass); border-color: var(--brass); color: var(--ink); }

.experiences { min-height: 810px; display: grid; grid-template-columns: 1.4fr 1fr; background: var(--cream); }
.experience-image { min-height: 810px; overflow: hidden; }
.experience-image img { height: 100%; }
.experience-copy { padding: 120px 8vw 100px 6vw; display: flex; flex-direction: column; justify-content: center; }
.experience-copy h2, .dining-copy h2, .location-copy h2, .closing-copy h2 { margin-top: 24px; font-size: clamp(46px, 5.1vw, 76px); line-height: 1.02; letter-spacing: -.04em; }
.experience-copy > p:not(.eyebrow), .dining-copy > p:not(.eyebrow), .location-copy > p:not(.eyebrow) { margin: 30px 0; color: #667168; font: 17px/1.85 Georgia, serif; }
.feature-list { list-style: none; padding: 0; margin: 20px 0 0; border-top: 1px solid var(--line); }
.feature-list li { padding: 19px 0; border-bottom: 1px solid var(--line); font: 15px Georgia, serif; }
.feature-list span { display: inline-block; width: 48px; color: #9ba299; font: italic 11px Georgia, serif; }

.dining { display: grid; grid-template-columns: 1fr 1.2fr; gap: 8vw; align-items: center; }
.dining-copy { padding-left: 4vw; }
.dining-image img { height: 650px; }
.dining-details { margin-top: 36px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.dining-details div { padding: 22px 20px 0 0; display: flex; flex-direction: column; gap: 8px; }
.dining-details strong { font: 16px Georgia, serif; }
.dining-details span { color: #818981; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.amenities { padding-top: 100px; padding-bottom: 110px; }
.amenities-heading { display: grid; grid-template-columns: 1fr 2.5fr; align-items: end; margin-bottom: 58px; }
.amenities-heading h2 { font-size: clamp(48px, 6vw, 82px); }
.amenity-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.19); }
.amenity-grid > div { min-height: 235px; padding: 35px 28px 25px 0; border-right: 1px solid rgba(255,255,255,.15); }
.amenity-grid > div:not(:first-child) { padding-left: 28px; }
.amenity-grid > div:last-child { border-right: 0; }
.amenity-grid > div > span { display: block; color: var(--brass); font: 28px Georgia, serif; }
.amenity-grid h3 { margin-top: 55px; font-size: 23px; }
.amenity-grid p { margin: 12px 0 0; color: rgba(255,255,255,.5); font: 14px/1.6 Georgia, serif; }

.location { display: grid; grid-template-columns: 1.2fr 1fr; gap: 10vw; background: #e7e1d5; }
.location-copy { padding-left: 4vw; }
.location-copy > p:not(.eyebrow) { max-width: 580px; }
.location-button { margin-top: 8px; background: var(--forest); color: white; }
.location-button:hover { background: #355142; }
.place-list { border-top: 1px solid var(--line); }
.place-list > div { padding: 30px 0; display: grid; grid-template-columns: 100px 1fr; border-bottom: 1px solid var(--line); align-items: center; }
.place-list span { color: var(--brass); font: 45px Georgia, serif; }
.place-list p { margin: 0; color: #747d75; font-size: 11px; line-height: 1.6; letter-spacing: .08em; text-transform: uppercase; }
.place-list strong { color: var(--ink); font: 23px/1.5 Georgia, serif; letter-spacing: 0; text-transform: none; }

.gallery { background: var(--paper); }
.gallery-heading { display: grid; grid-template-columns: .7fr 2fr; align-items: end; margin-bottom: 55px; }
.gallery-heading h2 { font-size: clamp(52px, 6vw, 84px); }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 310px 310px; gap: 18px; }
.gallery-grid img { height: 100%; }
.gallery-a { grid-row: 1 / 3; }
.gallery-b { grid-column: 2 / 4; }

.closing-cta { position: relative; min-height: 680px; color: white; display: grid; place-items: center; text-align: center; overflow: hidden; }
.closing-cta > img, .closing-overlay { position: absolute; inset: 0; height: 100%; }
.closing-overlay { background: rgba(12,25,18,.65); }
.closing-copy { position: relative; z-index: 1; }
.closing-copy h2 { margin-bottom: 38px; font-size: clamp(52px, 6.5vw, 90px); }

.map-ribbon { position: relative; min-height: 230px; padding: 48px 7vw; display: grid; grid-template-columns: 110px 1fr auto; gap: 38px; align-items: center; overflow: hidden; background: #23382e; color: white; border-bottom: 1px solid rgba(255,255,255,.12); }
.map-ribbon::before { content: ''; position: absolute; width: 430px; height: 430px; right: -100px; top: -290px; border: 1px solid rgba(201,167,106,.22); border-radius: 50%; }
.map-ribbon::after { content: ''; position: absolute; width: 290px; height: 290px; right: -28px; top: -215px; border: 1px solid rgba(201,167,106,.18); border-radius: 50%; }
.map-pin { width: 82px; height: 82px; display: grid; place-items: center; border: 1px solid rgba(201,167,106,.48); border-radius: 50%; }
.map-pin span { position: relative; width: 29px; height: 36px; border: 2px solid var(--brass); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.map-pin span::after { content: ''; position: absolute; width: 7px; height: 7px; top: 11px; left: 9px; border: 2px solid var(--brass); border-radius: 50%; }
.map-ribbon-copy h2 { margin-top: 14px; font-size: clamp(27px, 3vw, 42px); line-height: 1.15; letter-spacing: -.02em; }
.map-ribbon-copy h2 span { color: rgba(255,255,255,.5); font-size: .7em; }
.map-cta { position: relative; z-index: 1; min-width: 245px; min-height: 86px; padding: 18px 22px; display: grid; grid-template-columns: 1fr 42px; grid-template-rows: auto auto; align-items: center; border: 1px solid rgba(201,167,106,.72); color: white; transition: background .25s ease, color .25s ease, transform .25s ease; }
.map-cta > span { color: rgba(255,255,255,.5); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.map-cta strong { align-self: end; font: 20px Georgia, serif; }
.map-cta i { grid-column: 2; grid-row: 1 / 3; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--brass); color: var(--ink); font-style: normal; }
.map-cta:hover { background: var(--brass); color: var(--ink); transform: translateY(-3px); }
.map-cta:hover > span { color: rgba(23,39,31,.65); }
.map-cta:hover i { background: var(--ink); color: white; }

footer { padding: 78px 7vw 28px; display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 5vw; background: #112019; color: white; }
.footer-brand { display: flex; gap: 16px; align-items: flex-start; }
.footer-brand h3 { font-size: 24px; }
.footer-brand p { margin: 7px 0; color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.footer-column { display: flex; flex-direction: column; gap: 12px; color: rgba(255,255,255,.62); font: normal 13px/1.8 Georgia, serif; }
.footer-column .eyebrow { margin-bottom: 8px; color: var(--brass); font-family: Arial, sans-serif; }
.footer-column address { font-style: normal; }
.footer-column a:hover { color: white; }
.footer-bottom { grid-column: 1 / -1; padding-top: 28px; margin-top: 42px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.35); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 900px) {
  .site-header { height: 76px; padding: 0 22px; }
  nav, .brand-copy small { display: none; }
  .header-cta { padding: 11px 13px; }
  .hero { min-height: 720px; }
  .hero-copy { left: 7vw; }
  .hero-note { display: none; }
  .booking-bar { grid-template-columns: 1fr 1fr; margin-top: 0; width: 100%; }
  .booking-bar label:nth-of-type(3) { border-top: 1px solid var(--line); }
  .booking-bar button { min-height: 84px; }
  .story, .section-heading { grid-template-columns: 1fr; gap: 30px; }
  .story { padding: 90px 7vw; }
  .story-kicker { display: flex; gap: 20px; align-items: center; }
  .section-number { margin: 0; }
  .story-image img { height: 430px; }
  .featured-room { min-height: 540px; }
  .room-grid { grid-template-columns: 1fr; gap: 48px; }
  .room-grid-image { height: 430px; }
  .experiences, .dining, .location { grid-template-columns: 1fr; }
  .experience-image { min-height: 560px; }
  .experience-copy { padding: 90px 8vw; }
  .dining { gap: 50px; }
  .dining-copy, .location-copy { padding-left: 0; }
  .dining-image img { height: 520px; }
  .amenities-heading, .gallery-heading { grid-template-columns: 1fr; gap: 28px; }
  .amenity-grid { grid-template-columns: 1fr 1fr; }
  .amenity-grid > div:nth-child(2) { border-right: 0; }
  .amenity-grid > div:nth-child(3), .amenity-grid > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.15); }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 300px 300px; }
  .gallery-a { grid-column: 1 / 3; grid-row: auto; }
  .gallery-b { grid-column: auto; }
  .map-ribbon { grid-template-columns: 90px 1fr; }
  .map-cta { grid-column: 2; width: 100%; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; margin-bottom: 24px; }
}

@media (max-width: 560px) {
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 15px; }
  .hero-copy { top: 47%; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .booking-bar { grid-template-columns: 1fr; }
  .booking-bar label { border-right: 0; border-bottom: 1px solid var(--line); }
  .booking-bar button { min-height: 66px; }
  .section-dark { padding: 84px 5vw 90px; }
  .featured-room { min-height: 520px; }
  .room-card-copy { left: 28px; right: 20px; bottom: 38px; }
  .room-grid-image { height: 310px; }
  .experience-image { min-height: 430px; }
  .experience-copy { padding: 76px 7vw; }
  .dining { padding: 85px 7vw; }
  .dining-details { grid-template-columns: 1fr; }
  .dining-image img { height: 390px; }
  .amenity-grid { grid-template-columns: 1fr; }
  .amenity-grid > div { border-right: 0 !important; border-top: 1px solid rgba(255,255,255,.15); padding: 28px 0 !important; min-height: auto; }
  .amenity-grid h3 { margin-top: 30px; }
  .location { padding: 82px 7vw; }
  .place-list > div { grid-template-columns: 80px 1fr; }
  .place-list strong { font-size: 20px; }
  .gallery { padding: 85px 5vw; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 320px); gap: 12px; }
  .gallery-a, .gallery-b { grid-column: auto; }
  .closing-cta { min-height: 570px; padding: 0 5vw; }
  .map-ribbon { padding: 54px 7vw; grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .map-pin { margin: 0 auto; }
  .map-cta { grid-column: 1; min-width: 0; text-align: left; }
  footer { grid-template-columns: 1fr; padding-top: 62px; }
  .footer-brand, .footer-bottom { grid-column: 1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
}
