@font-face { font-family: "Raleway"; src: url("../fonts/raleway-200.ttf") format("truetype"); font-weight: 200; font-style: normal; font-display: swap; }
@font-face { font-family: "Raleway"; src: url("../fonts/raleway-300.ttf") format("truetype"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Raleway"; src: url("../fonts/raleway-400.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Raleway"; src: url("../fonts/raleway-500.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Raleway"; src: url("../fonts/raleway-600.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "PT Serif"; src: url("../fonts/pt-serif-400.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "PT Serif"; src: url("../fonts/pt-serif-400-italic.ttf") format("truetype"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Great Vibes"; src: url("../fonts/great-vibes-400.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }

:root {
  --gold: #bf9f72;
  --gold-hover: #a8875a;
  --ink: #2b2b2b;
  --text: #4a4a4a;
  --muted: #6a6a6a;
  --soft: #f7f6f4;
  --footer: #141414;
  --container: 1140px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--text); background: #fff; font-family: "Raleway", sans-serif; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
picture { display: contents; }
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-hover); }
button, input, select, textarea { font-family: "Raleway", sans-serif; }
button { border-radius: 0; }
:focus-visible { outline: 3px solid #246bad; outline-offset: 3px; }
::selection { color: #fff; background: var(--gold); }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 14px; color: #fff; background: #111; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }

.site-header { position: relative; z-index: 50; height: 92px; border-bottom: 1px solid #efefef; background: #fff; box-shadow: 0 2px 12px rgb(0 0 0 / .06); transition: transform .35s ease; }
.site-header.is-fixed { position: fixed; inset: 0 0 auto; }
.header-spacer { display: none; height: 92px; }
.header-spacer.is-active { display: block; }
.header-inner { display: flex; height: 100%; align-items: stretch; justify-content: space-between; }
.brand { display: flex; flex: 0 0 auto; align-items: center; padding-left: 40px; }
.brand img { width: auto; height: 50px; }
.site-nav { display: flex; min-width: 0; flex: 1 1 auto; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 18px; padding: 0 16px; }
.site-nav a { color: #6a6a6a; font-size: 13px; font-weight: 500; letter-spacing: .08em; white-space: nowrap; }
.site-nav a[aria-current="page"], .site-nav a:hover { color: var(--ink); }
.header-actions { display: flex; flex: 0 0 auto; align-items: stretch; }
.header-social { display: flex; flex: 0 0 auto; align-items: center; gap: 12px; padding: 0 16px; }
.header-social a { display: grid; width: 18px; height: 44px; place-items: center; color: #9a9a9a; }
.header-social svg { width: 15px; height: 15px; }
.header-book { display: flex; flex: 0 0 auto; align-items: center; padding: 0 22px; color: #fff; background: var(--gold); font-size: 13px; font-weight: 500; letter-spacing: .12em; white-space: nowrap; }
.header-book:hover { color: #fff; background: #b0925f; }
.menu-toggle { display: none; width: 54px; border: 0; color: var(--ink); background: #fff; cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-7px) rotate(-45deg); }

.home-hero { position: relative; height: 620px; overflow: hidden; background: #0d1f2d; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.1s ease; pointer-events: none; }
.hero-slide.is-active { z-index: 2; opacity: 1; }
.hero-slide > img, .hero-slide > picture > img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgb(10 18 26 / .18), rgb(10 18 26 / .34)); }
.hero-slide-content { position: absolute; z-index: 1; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; text-align: center; }
.hero-slide-content p { margin: 0 0 18px; font-size: 15px; font-weight: 300; letter-spacing: .4em; text-transform: uppercase; }
.hero-slide-content h1, .hero-slide-content h2 { margin: 0; color: #fff; font-size: 56px; font-weight: 200; letter-spacing: .06em; line-height: 1.15; text-transform: uppercase; }
.hero-slide-content h2 { font-weight: 200; }
.hero-line { width: 70px; height: 2px; margin-top: 30px; background: var(--gold); }
.slider-controls { position: absolute; z-index: 5; bottom: 26px; left: 50%; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); }
.slider-dot { width: 10px; height: 10px; border: 1px solid currentColor; border-radius: 50%; padding: 0; color: #fff; background: transparent; cursor: pointer; transition: background .3s; }
.slider-dot.is-active { background: var(--gold); }
.slider-toggle { display: grid; width: 24px; height: 24px; place-items: center; border: 0; padding: 0; color: #fff; background: transparent; cursor: pointer; font-size: 11px; }

.inner-hero { position: relative; height: 400px; overflow: hidden; background: #0d1f2d; }
.inner-hero--room { height: 380px; }
.inner-hero--reservation { height: 340px; }
.inner-hero img { width: 100%; height: 100%; object-fit: cover; }
.inner-hero::after { content: ""; position: absolute; inset: 0; background: rgb(15 25 35 / .4); }
.inner-hero-content { position: absolute; z-index: 1; inset: 0; display: flex; align-items: center; justify-content: center; text-align: center; }
.inner-hero h1 { margin: 0; color: #fff; font-size: 42px; font-weight: 200; letter-spacing: .12em; text-transform: uppercase; }
.inner-hero--room h1 { font-size: 40px; }
.inner-hero--reservation h1 { font-size: 40px; letter-spacing: .14em; }

.section { padding: 88px 24px; background: #fff; }
.section--soft { background: var(--soft); }
.section--about { padding: 76px 24px 84px; }
.section--reviews { padding: 78px 24px 84px; }
.section--reservation { padding: 96px 24px 100px; background: #fafafa; }
.section--room-detail { padding: 70px 24px 84px; }
.section-heading { position: relative; margin-bottom: 56px; text-align: center; }
.section-heading::before { content: attr(data-script); position: absolute; right: 0; left: 0; top: -44px; color: #efeae2; font: 74px/1 "Great Vibes", cursive; pointer-events: none; }
.section-heading h2 { position: relative; margin: 0; color: var(--ink); font-size: 33px; font-weight: 300; letter-spacing: .1em; line-height: 1.35; text-transform: uppercase; }
.section-heading--welcome { margin-bottom: 30px; }
.section-heading--welcome::before { top: -46px; font-size: 78px; }
.section-heading--reservation { margin-bottom: 62px; }
.section-heading--reservation::before { top: -46px; color: #eceae6; font-size: 76px; }
.section-heading--reservation h2 { font-size: 36px; letter-spacing: .08em; }

.welcome-copy { max-width: 680px; margin: 0 auto; color: var(--gold); font-size: 15px; font-weight: 300; line-height: 2; text-align: center; }
.photo-triptych { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 50px; }
.photo-triptych a { aspect-ratio: 1; overflow: hidden; }
.photo-triptych img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.photo-triptych a:hover img { transform: scale(1.05); }
.about-copy { max-width: 780px; margin: 0 auto; text-align: center; }
.brand-divider { display: flex; align-items: center; gap: 26px; margin-bottom: 34px; }
.brand-divider::before, .brand-divider::after { content: ""; flex: 1; height: 1px; background: #e6e2da; }
.brand-divider img { width: auto; height: 62px; }
.about-kicker { margin: 0 0 26px; color: var(--gold); font: italic 15px "PT Serif", serif; }
.about-copy > p:not(.about-kicker) { margin: 0 0 22px; color: #6a6a6a; font-size: 15px; font-weight: 300; line-height: 2; text-align: left; }

.room-showcase { max-width: 940px; margin: 0 auto; }
.room-showcase-slide { display: none; grid-template-columns: 1.15fr 1fr; min-height: 320px; background: #fff; box-shadow: 0 24px 50px -34px rgb(0 0 0 / .35); }
.room-showcase-slide.is-active { display: grid; }
.room-showcase-image { min-height: 320px; overflow: hidden; }
.room-showcase-image img { width: 100%; height: 100%; object-fit: cover; }
.room-showcase-copy { display: flex; flex-direction: column; justify-content: center; padding: 54px 48px; }
.room-showcase-copy h3 { margin: 0 0 14px; color: var(--ink); font-size: 23px; font-weight: 400; letter-spacing: .06em; text-transform: uppercase; }
.room-showcase-copy p { margin: 0 0 26px; color: #8a8a8a; font: italic 16px "PT Serif", serif; }
.room-showcase-copy a { font: italic 16px "PT Serif", serif; }
.room-showcase .slider-controls { position: static; justify-content: center; margin-top: 30px; transform: none; }
.room-showcase .slider-dot { width: 11px; height: 11px; color: var(--gold); }
.room-showcase .slider-toggle { color: var(--gold); }

.rooms-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.room-tile { display: block; color: inherit; }
.room-tile-image { height: 300px; overflow: hidden; }
.room-tile-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.room-tile:hover img { transform: scale(1.05); }
.room-tile h2, .room-tile h3 { margin: 20px 0 0; color: var(--ink); font-size: 20px; font-weight: 400; letter-spacing: .06em; text-transform: uppercase; }

.activity-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.activity-card { position: relative; height: 300px; overflow: hidden; }
.activity-grid--home .activity-card { height: 380px; }
.activity-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.activity-card::after { content: ""; position: absolute; inset: 0; background: rgb(20 25 30 / .2); }
.activity-card span { position: absolute; z-index: 1; inset: 0; display: flex; align-items: center; justify-content: center; padding: 16px; color: #fff; font: italic 22px "PT Serif", serif; text-align: center; text-shadow: 0 2px 10px rgb(0 0 0 / .5); }
.activity-grid--home .activity-card span { font-size: 23px; }
.activity-card:hover img { transform: scale(1.06); }

.testimonial-slider { position: relative; max-width: 760px; margin: 0 auto; text-align: center; }
.testimonial-slide { display: none; }
.testimonial-slide.is-active { display: block; }
.testimonial-slide img { width: 76px; height: 76px; margin: 0 auto 26px; border-radius: 50%; object-fit: cover; }
.testimonial-slide blockquote { margin: 0 0 26px; color: #5a5a5a; font: italic 19px/1.75 "PT Serif", serif; }
.testimonial-slide cite { display: block; margin-bottom: 4px; color: var(--gold); font: italic 17px "PT Serif", serif; }
.testimonial-slide small { color: #c2a884; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.slider-arrow { position: absolute; z-index: 2; top: 50%; width: 40px; height: 40px; border: 0; color: #cfcabf; background: transparent; cursor: pointer; transform: translateY(-50%); font-size: 30px; font-weight: 200; }
.slider-arrow:hover { color: var(--gold); }
.slider-arrow--prev { left: -10px; }
.slider-arrow--next { right: -10px; }
.partners { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 50px; margin-top: 62px; }
.partners img { width: auto; max-width: 150px; height: 26px; object-fit: contain; opacity: .5; filter: grayscale(1); }
.partners img:nth-child(1), .partners img:nth-child(3) { height: 24px; }
.partners img:nth-child(2) { height: 28px; }
.partners img:nth-child(4) { height: 30px; }

.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.review { margin: 0; padding: 0 34px; text-align: center; }
.review + .review { border-left: 1px solid #ececec; }
.review img { width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%; object-fit: cover; }
.review cite { color: var(--gold); font: italic 16px "PT Serif", serif; }
.review small { display: block; margin: 2px 0 20px; color: #c2a884; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.review blockquote { margin: 0; color: #6a6a6a; font: italic 15px/1.8 "PT Serif", serif; }

.room-detail-layout { display: grid; grid-template-columns: 1.7fr 1fr; gap: 56px; align-items: start; }
.room-detail-title { margin: 0; color: var(--ink); font-size: 28px; font-weight: 300; letter-spacing: .07em; text-transform: uppercase; }
.room-detail-subtitle { margin: 0 0 26px; color: #7a7a7a; font: italic 22px "PT Serif", serif; }
.room-gallery { position: relative; }
.room-gallery-slide { display: none; width: 100%; height: 460px; }
.room-gallery-slide.is-active { display: block; }
.room-gallery-slide img { width: 100%; height: 100%; object-fit: cover; }
.room-gallery .slider-arrow { width: 46px; height: 46px; color: #4a4a4a; background: rgb(255 255 255 / .9); }
.room-gallery .slider-arrow--prev { left: 0; }
.room-gallery .slider-arrow--next { right: 0; }
.room-gallery .slider-controls { bottom: 18px; }
.room-gallery .slider-dot { width: 9px; height: 9px; }
.amenities { display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px 12px; margin: 40px 0 38px; padding: 0; list-style: none; }
.amenities li { color: #777; font-size: 11px; text-align: center; }
.amenity-icon { display: block; margin-bottom: 8px; color: var(--ink); font-size: 25px; line-height: 1; }
.room-description { margin: 0 0 34px; color: #6a6a6a; font-size: 15px; font-weight: 300; line-height: 1.9; }
.room-nav { display: flex; justify-content: space-between; gap: 24px; margin: 34px 0 0; }
.room-nav a { display: flex; align-items: center; gap: 14px; color: var(--ink); }
.room-nav-icon { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid #e2e2e2; color: #8a8a8a; }
.room-nav small { display: block; margin-bottom: 4px; color: var(--gold); font: italic 12px "PT Serif", serif; }
.other-rooms-title { margin: 48px 0 18px; color: var(--ink); font-size: 20px; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; }
.other-rooms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.other-rooms-image { height: 150px; overflow: hidden; }
.other-rooms img { width: 100%; height: 100%; object-fit: cover; }
.other-rooms span { display: block; margin-top: 12px; color: var(--ink); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }

.reservation-box { padding: 34px 30px 38px; background: #fafafa; }
.reservation-box h2 { margin: 0 0 6px; color: var(--ink); font-size: 24px; font-weight: 400; letter-spacing: .06em; text-transform: uppercase; }
.required-note { margin: 0 0 26px; color: #9a9a9a; font-size: 12px; }
.form-stack { max-width: 380px; margin: 0 auto; }
.form-stack h3 { margin: 0 0 6px; color: #7a7a7a; font-size: 20px; font-weight: 400; letter-spacing: .06em; text-transform: uppercase; }
.field { margin-bottom: 22px; }
.field label { display: block; margin-bottom: 8px; color: #8a8a8a; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.field label.label-strong { color: var(--ink); font-size: 14px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #e6e6e6; border-radius: 0; padding: 13px 12px; color: #333; background: #f4f4f4; font-size: 14px; }
.field textarea { min-height: 120px; resize: vertical; }
.required { color: #c0392b; }
.consent-field { margin: 4px 0 24px; }
.consent-field label { display: flex; align-items: flex-start; gap: 10px; color: #6a6a6a; font-size: 12px; letter-spacing: 0; line-height: 1.5; text-transform: none; }
.consent-field input { width: 18px; height: 18px; flex: 0 0 auto; margin: 1px 0 0; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border: 0; padding: 15px 30px; color: #fff; background: var(--gold); font-size: 13px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.button:hover { color: #fff; background: #b0925f; }
.button[disabled] { cursor: wait; opacity: .65; }
.form-status { min-height: 22px; margin: 14px 0 0; color: #5b5b5b; font-size: 13px; line-height: 1.6; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.reservation-divider { height: 1px; margin: 58px 0 52px; background: #e8e8e8; }
.faq-title { margin: 0 0 34px; color: var(--ink); font-size: 30px; font-weight: 300; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.faq { display: flex; flex-direction: column; gap: 14px; }
.faq details { border: 0; padding: 0; }
.faq summary { border: 1px solid #e8e8e8; padding: 16px 18px; color: #4a4a4a; background: #fff; font-size: 13px; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; list-style: none; }
.faq details[open] summary { color: var(--gold); }
.faq summary::-webkit-details-marker { display: none; }
.faq p { margin: 16px 0 6px; padding: 0 4px; color: #6a6a6a; font-size: 14px; font-weight: 300; line-height: 1.8; }

.contact-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 56px; align-items: start; }
.map-frame { overflow: hidden; margin-bottom: 34px; border: 1px solid #eee; }
.map-frame iframe { width: 100%; height: 280px; border: 0; }
.contact-info h2 { margin: 0 0 22px; color: var(--ink); font: italic 24px "PT Serif", serif; }
.contact-info p { margin: 0 0 16px; color: #5a5a5a; font-size: 15px; font-weight: 300; line-height: 1.6; }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 30px; }
.contact-form .field { margin: 0; }
.contact-form .field label { margin-bottom: 10px; color: #7a7a7a; font-size: 13px; letter-spacing: .04em; text-transform: none; }
.contact-form .field input, .contact-form .field textarea { border: 0; border-bottom: 1px solid #dcdcdc; padding: 12px 4px; background: #fff; font-size: 15px; }
.contact-message { margin-top: 26px; }
.contact-form .button { margin-top: 30px; padding-inline: 40px; letter-spacing: .14em; }

.virtual-tour { position: relative; height: 340px; overflow: hidden; background: #0e3a5c; }
.virtual-tour img { width: 100%; height: 100%; object-fit: cover; opacity: .36; }
.virtual-tour-content { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; text-align: center; }
.virtual-tour h2 { margin: 0 0 26px; color: #fff; font-size: 34px; font-weight: 200; letter-spacing: .1em; line-height: 1.3; text-transform: uppercase; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { background: var(--soft); }
.blog-card-image { height: 210px; overflow: hidden; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.blog-card:hover .blog-card-image img { transform: scale(1.04); }
.blog-card-copy { border-top: 2px solid var(--gold); padding: 28px; }
.blog-card h2 { margin: 0 0 12px; color: var(--ink); font-size: 18px; font-weight: 400; line-height: 1.5; }
.blog-card-copy > p:not(.blog-date) { color: #6a6a6a; font-size: 14px; font-weight: 300; line-height: 1.7; }
.blog-date, .article-meta { margin: 0 0 12px; color: var(--gold); font: italic 13px "PT Serif", serif; }
.blog-link { font: italic 14px "PT Serif", serif; }
.article { max-width: 780px; margin: 0 auto; }
.article > section { margin: 0 0 46px; }
.article h2 { margin: 0 0 20px; color: var(--ink); font-size: 30px; font-weight: 300; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.article p { color: #6a6a6a; font-size: 15px; font-weight: 300; line-height: 1.9; }
.article a:not(.button) { color: #8b6a3d; text-decoration: underline; text-decoration-color: rgb(139 106 61 / .35); text-underline-offset: 3px; }
.article-lead { border-left: 2px solid var(--gold); margin: 0 0 48px; padding: 4px 0 4px 24px; color: var(--ink) !important; font: italic 18px/1.8 "PT Serif", serif !important; }
.article-figure { margin: 34px 0 0; }
.article-figure picture, .article-figure img { display: block; width: 100%; }
.article-figure img { height: auto; }
.article-figure figcaption { margin-top: 10px; color: #888; font-size: 12px; line-height: 1.6; }
.article-source { border-top: 1px solid #e7e1d8; margin: 12px 0 34px; padding-top: 24px; }
.article-source span { color: var(--ink); font-weight: 500; }
.notice { border-left: 3px solid var(--gold); padding: 14px 18px; background: var(--soft); font-size: 13px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-grid button { border: 0; padding: 0; background: none; cursor: zoom-in; }
.gallery-grid img { width: 100%; height: 250px; object-fit: cover; }
.lightbox { position: fixed; z-index: 100; inset: 0; display: none; place-items: center; border: 0; padding: 60px 24px 24px; background: rgb(0 0 0 / .88); }
.lightbox[open] { display: grid; }
.lightbox img { max-height: calc(100vh - 100px); object-fit: contain; }
.lightbox-close { position: absolute; top: 14px; right: 18px; width: 48px; height: 48px; border: 1px solid rgb(255 255 255 / .5); color: #fff; background: transparent; font-size: 27px; cursor: pointer; }
.empty-state { max-width: 680px; margin: 0 auto; text-align: center; }

.sustainability-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 60px; align-items: start; }
.sustainability-mark { position: sticky; top: 120px; border: 1px solid #ece7df; padding: 28px; background: var(--soft); }
.sustainability-mark img { width: 100%; height: auto; }
.sustainability-report { max-width: 800px; }
.sustainability-report > h2 { margin: 0 0 24px; color: var(--ink); font-size: 32px; font-weight: 300; letter-spacing: .08em; text-transform: uppercase; }
.sustainability-lead { margin: 0 0 48px; color: var(--gold); font: italic 18px/1.9 "PT Serif", serif; }
.sustainability-report section { border-top: 1px solid #ece7df; padding: 30px 0 8px; }
.sustainability-report h3 { margin: 0 0 18px; color: var(--ink); font-size: 18px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.sustainability-report p, .sustainability-report li { color: #606060; font-size: 15px; font-weight: 300; line-height: 1.9; }
.sustainability-report ul { margin: 0; padding-left: 20px; }
.sustainability-report li { margin-bottom: 8px; padding-left: 5px; }

.location-layout { display: grid; grid-template-columns: 1.7fr 1fr; gap: 48px; align-items: stretch; }
.location-map { min-height: 480px; border: 1px solid #ececec; }
.location-map iframe { width: 100%; height: 100%; min-height: 480px; border: 0; }
.location-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 54px 44px; background: var(--soft); }
.location-copy h2 { margin: 0 0 22px; color: var(--ink); font-size: 26px; font-weight: 300; letter-spacing: .08em; text-transform: uppercase; }
.location-copy p { margin: 0 0 22px; color: #5f5f5f; font-size: 15px; font-weight: 300; line-height: 1.8; }

.site-footer { color: #9a9a9a; background: var(--footer); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 60px; padding: 66px 24px 54px; }
.site-footer h2 { margin: 0 0 26px; color: #fff; font-size: 15px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.footer-contact p { margin: 0 0 14px; font-size: 14px; font-weight: 300; line-height: 1.6; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links a { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #262626; padding: 13px 0; color: #9a9a9a; font-size: 13px; }
.footer-links a::after { content: "–"; color: var(--gold); }
.footer-links--menu a { font-weight: 400; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom { border-top: 1px solid #242424; padding: 40px 24px 50px; text-align: center; }
.footer-bottom p { margin: 0 0 26px; color: #7a7a7a; font-size: 13px; font-weight: 300; }
.footer-social { display: flex; justify-content: center; gap: 20px; margin-bottom: 34px; }
.footer-social a { color: #8a8a8a; }
.footer-social svg { width: 16px; height: 16px; }
.footer-bottom img { width: auto; height: 60px; margin: 0 auto; }

@media (max-width: 1180px) {
  .site-nav { gap: 8px 12px; padding-inline: 10px; }
  .site-nav a { font-size: 12px; }
  .header-social { display: none; }
}

@media (max-width: 940px) {
  .site-header { height: 76px; }
  .header-spacer { height: 76px; }
  .brand { padding-left: 20px; }
  .brand img { height: 44px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; z-index: 49; inset: 76px 0 0; display: flex; flex-direction: column; flex-wrap: nowrap; align-items: stretch; justify-content: flex-start; gap: 0; padding: 20px 24px 42px; background: #fff; visibility: hidden; transform: translateX(100%); transition: transform .25s ease, visibility .25s; overflow-y: auto; }
  .site-nav[data-open="true"] { visibility: visible; transform: none; }
  .site-nav a { display: flex; min-height: 50px; align-items: center; border-bottom: 1px solid #ececec; font-size: 13px; }
  .header-book { padding-inline: 18px; font-size: 12px; }
  .home-hero { height: 560px; }
  .activity-grid { grid-template-columns: repeat(2, 1fr); }
  .room-detail-layout, .contact-layout { grid-template-columns: 1fr; }
  .sustainability-layout, .location-layout { grid-template-columns: 1fr; }
  .sustainability-mark { position: static; width: 250px; }
  .reservation-box { max-width: 480px; margin: 0 auto; }
  .footer-grid { gap: 36px; }
}

@media (max-width: 700px) {
  .container { width: 100%; }
  .section { padding: 70px 20px; }
  .header-book { position: fixed; z-index: 45; right: 14px; bottom: 14px; min-height: 48px; box-shadow: 0 8px 24px rgb(0 0 0 / .25); }
  .home-hero { height: 500px; }
  .hero-slide-content { padding: 20px; }
  .hero-slide-content h1, .hero-slide-content h2 { font-size: 36px; }
  .hero-slide-content p { font-size: 12px; letter-spacing: .28em; }
  .inner-hero, .inner-hero--room, .inner-hero--reservation { height: 300px; }
  .inner-hero h1, .inner-hero--room h1, .inner-hero--reservation h1 { padding: 20px; font-size: 30px; }
  .section-heading::before { top: -30px; font-size: 52px; }
  .section-heading h2, .section-heading--reservation h2 { font-size: 26px; }
  .photo-triptych, .rooms-grid, .review-grid, .blog-grid, .gallery-grid { grid-template-columns: 1fr; }
  .photo-triptych { gap: 12px; }
  .room-showcase-slide.is-active { display: block; }
  .room-showcase-image { height: 300px; }
  .room-showcase-copy { padding: 38px 30px; }
  .activity-grid { grid-template-columns: 1fr; }
  .activity-card, .activity-grid--home .activity-card { height: 320px; }
  .review { padding: 30px 8px; }
  .review + .review { border-top: 1px solid #ececec; border-left: 0; }
  .testimonial-slider { padding-inline: 38px; }
  .amenities { grid-template-columns: repeat(3, 1fr); }
  .room-gallery-slide { height: 360px; }
  .other-rooms { grid-template-columns: 1fr; }
  .sustainability-mark { width: 100%; max-width: 250px; margin: 0 auto; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; padding-inline: 24px; }
}

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