:root {
    --pine: #15352c;
    --pine-dark: #0b241d;
    --moss: #6f7f6d;
    --sand: #efe9de;
    --ivory: #faf8f3;
    --terracotta: #b86d48;
    --gold: #c49a64;
    --ink: #17231f;
    --muted: #66716b;
    --line: rgba(23, 35, 31, .14);
    --serif: "Newsreader", Georgia, serif;
    --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.page-top { position: absolute; top: 0; left: 0; width: 1px; height: 1px; pointer-events: none; }
body {
    margin: 0;
    overflow-x: hidden;
    background: var(--ivory);
    color: var(--ink);
    font-family: var(--sans);
    -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button { font: inherit; }

.site-header {
    position: fixed;
    inset: 18px 2.2vw auto;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px 13px 17px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
    background: rgba(11, 36, 29, .58);
    color: white;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .12);
    backdrop-filter: blur(16px);
    transition: inset .3s, padding .3s, background .3s, box-shadow .3s;
}
.site-header.is-scrolled {
    inset-block-start: 10px;
    padding-block: 10px;
    background: rgba(11, 36, 29, .96);
    box-shadow: 0 12px 40px rgba(0, 0, 0, .2);
}
.brand {
    display: flex;
    gap: 13px;
    align-items: center;
    color: white;
    font: 600 15px/1.05 "Manrope", sans-serif;
    letter-spacing: -.02em;
    text-decoration: none;
}
.brand small {
    display: block;
    margin-top: 5px;
    font: 500 9px/1 var(--sans);
    letter-spacing: .2em;
    text-transform: uppercase;
    opacity: .62;
}
.brand-mark {
    position: relative;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(196, 154, 100, .8);
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
    font-size: 10px;
    letter-spacing: .16em;
}
.brand-mark::after { content:""; position:absolute; inset:4px; border:1px solid rgba(255,255,255,.16); border-radius:50%; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a {
    color: white;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .03em;
    text-decoration: none;
}
.site-nav a:not(.nav-book) { position:relative; padding:12px 14px; opacity:.72; transition:opacity .2s, background .2s; border-radius:7px; }
.site-nav a:not(.nav-book):hover { background:rgba(255,255,255,.07); opacity:1; }
.nav-book {
    display:flex;
    align-items:center;
    gap:25px;
    margin-left:8px;
    padding: 13px 17px;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 8px;
    background:rgba(250,248,243,.96);
    color:var(--pine) !important;
    transition: background .2s, color .2s;
}
.nav-book span { color:var(--terracotta); font-size:14px; }
.nav-book:hover { background: white; color: var(--pine); }
.menu-toggle { display: none; }

.hero {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    background: var(--pine-dark);
    color: white;
}
.hero-media {
    position: absolute;
    z-index: 1;
    inset: 92px 2.2vw 26px 48%;
    overflow: hidden;
    border: 0px solid rgba(255, 255, 255, .2);
    background: #101d18;
}
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image {
    z-index: 1;
    object-fit: contain;
    object-position: center;
}
.hero-media-label {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 18px;
    padding: 9px 12px;
    background: rgba(11, 36, 29, .78);
    color: rgba(255, 255, 255, .72);
    font-size: 8px;
    letter-spacing: .14em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}
.hero-overlay, .hero-frame { position: absolute; inset: 0; height: 100%; }
.hero-overlay {
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(7, 27, 21, .98) 0%, rgba(7, 27, 21, .96) 39%, rgba(7, 27, 21, .78) 48%, transparent 63%),
        linear-gradient(0deg, rgba(5, 20, 15, .4), transparent 40%);
    pointer-events: none;
}
.hero-frame { z-index: 3; inset: 92px 2.2vw 26px; height: auto; border: 0px solid rgba(255, 255, 255, .12); pointer-events: none; }
.hero-content {
    position: relative;
    z-index: 4;
    width: 52%;
    max-width: 760px;
    padding: 175px 4.8vw 190px;
}
.eyebrow, .section-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 25px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
}
.eyebrow { color: rgba(255, 255, 255, .74); }
.eyebrow span { width: 38px; height: 1px; background: var(--gold); }
h1, h2 {
    margin: 0;
    font-family: var(--serif);
    font-weight: 400;
    letter-spacing: -.045em;
}
h1 { font-size: clamp(68px, 7.4vw, 116px); line-height: .82; }
h1 em, h2 em { font-weight: 400; color: var(--gold); }
.hero-summary {
    max-width: 530px;
    margin: 38px 0 0;
    color: rgba(255, 255, 255, .76);
    font: 400 16px/1.75 var(--sans);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 205px;
    padding: 16px 21px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: transform .2s, background .2s, color .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: white; color: var(--pine); }
.button-secondary { color: white; }
.button-secondary:hover { background: rgba(255, 255, 255, .1); }
.hero-facts {
    position: absolute;
    z-index: 4;
    left: 4.8vw;
    bottom: 44px;
    display: flex;
    padding: 18px 0;
    border-block: 1px solid rgba(255, 255, 255, .24);
}
.hero-facts div { min-width: 118px; padding: 0 24px; border-right: 1px solid rgba(255, 255, 255, .2); }
.hero-facts div:last-child { border: 0; }
.hero-facts strong { display: block; font: 400 28px/1 var(--serif); }
.hero-facts span { display: block; margin-top: 7px; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; opacity: .62; }
.scroll-cue {
    position: absolute;
    z-index: 3;
    right: 4.2vw;
    bottom: 20px;
    left: auto;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 9px;
    letter-spacing: .16em;
    text-decoration: none;
    text-transform: uppercase;
    opacity: .68;
}
.scroll-cue b { font-size: 15px; font-weight: 400; }

.section { padding: 130px 7vw; }
.section-kicker { color: var(--terracotta); }
h2 { font-size: clamp(54px, 6.3vw, 96px); line-height: .91; }
.welcome {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, .7fr);
    gap: clamp(70px, 9vw, 150px);
    align-items: center;
    overflow: hidden;
    background: var(--sand);
}
.welcome::before {
    content: "";
    position: absolute;
    top: 0;
    right: 7vw;
    width: 1px;
    height: 72px;
    background: var(--terracotta);
    opacity: .5;
}
.welcome::after {
    content: "KM";
    position: absolute;
    right: -20px;
    bottom: -65px;
    color: rgba(21, 53, 44, .035);
    font: 400 240px/1 var(--serif);
    letter-spacing: -.08em;
    pointer-events: none;
}
.welcome-heading, .welcome-story { position: relative; z-index: 1; }
.welcome-label { display: flex; align-items: center; gap: 18px; margin-bottom: 28px; }
.welcome-label > span {
    display: grid;
    place-items: center;
    width: 37px;
    height: 37px;
    border: 1px solid rgba(184, 109, 72, .45);
    border-radius: 50%;
    color: var(--terracotta);
    font-size: 9px;
    letter-spacing: .1em;
}
.welcome-label .section-kicker { margin: 0; }
.welcome h2 em { color: var(--terracotta); }
.welcome-location {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 30px 0 0;
    color: var(--muted);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .17em;
    text-transform: uppercase;
}
.welcome-location span { width: 28px; height: 1px; background: var(--gold); }
.welcome-story {
    padding: 34px 0 34px 42px;
    border-left: 1px solid rgba(23, 35, 31, .16);
}
.welcome-story .lead { color: var(--ink); font: 400 25px/1.35 var(--serif); }
.welcome-story > p:not(.lead) { margin: 25px 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.welcome-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 32px 0;
    padding: 20px 0;
    border-block: 1px solid var(--line);
}
.welcome-details div { padding: 0 18px; border-right: 1px solid var(--line); }
.welcome-details div:first-child { padding-left: 0; }
.welcome-details div:last-child { border: 0; }
.welcome-details strong { display: block; color: var(--pine); font: 400 26px/1 var(--serif); }
.welcome-details span { display: block; margin-top: 7px; color: var(--muted); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.text-link {
    display: inline-flex;
    gap: 28px;
    align-items: center;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--ink);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}

.signature-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.22fr .58fr .78fr;
    gap: 12px;
    align-items: stretch;
    min-height: 720px;
    padding: 0 3vw 130px;
    background: var(--sand);
}
.signature-grid::after { content: ""; position: absolute; right: 3vw; bottom: 92px; left: 3vw; height: 1px; background: var(--line); }
.signature-grid figure { position: relative; margin: 0; overflow: hidden; background: var(--pine-dark); }
.signature-grid figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,22,17,.18), transparent 35%, rgba(5,18,14,.35)); pointer-events: none; }
.signature-grid figure img { height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.65,.25,1), filter .5s ease; }
.signature-grid figure:hover img { transform: scale(1.045); filter: saturate(1.06); }
.signature-photo-tag {
    position: absolute;
    z-index: 2;
    top: 24px;
    left: 24px;
    padding: 9px 12px;
    border: 1px solid rgba(255,255,255,.38);
    background: rgba(11,36,29,.34);
    color: white;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}
.signature-grid figcaption {
    position: absolute;
    z-index: 2;
    inset: auto 0 0;
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 65px 28px 28px;
    background: linear-gradient(transparent, rgba(5,18,14,.86));
    color: white;
}
.signature-grid figcaption > span { color: var(--gold); font: 600 9px var(--sans); letter-spacing: .1em; }
.signature-grid figcaption strong { display: block; font: 400 20px/1.15 var(--serif); }
.signature-grid figcaption small { display: block; margin-top: 6px; color: rgba(255,255,255,.58); font-size: 9px; letter-spacing: .05em; }
.signature-note {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 38px 32px;
    background: var(--pine);
    color: white;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.signature-note-top { display: flex; flex-direction: column; gap: 20px; }
.signature-note-top small { color: rgba(255,255,255,.46); font-size: 8px; letter-spacing: .17em; text-transform: uppercase; }
.note-mark {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    font-size: 10px;
    letter-spacing: .16em;
}
.signature-quote > span { display: block; height: 48px; color: var(--gold); font: 400 75px/.8 var(--serif); opacity: .8; }
.signature-note p { margin: 0; font: 400 clamp(22px,2vw,29px)/1.25 var(--serif); color: rgba(255, 255, 255, .9); }
.signature-note > a { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.72); font-size: 8px; font-weight: 600; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.signature-note > a span { color: var(--gold); font-size: 14px; }
.signature-side { margin-block: 85px 40px !important; }

.gallery-section { background: var(--ivory); }
.section-heading-row {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 8vw;
    align-items: end;
    margin-bottom: 70px;
}
.section-heading-row > p { margin: 0 0 8px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 105px;
    gap: 12px;
}
.gallery-item {
    position: relative;
    grid-column: span 3;
    grid-row: span 3;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: #ddd;
    cursor: zoom-in;
}
.gallery-item-1 { grid-column: span 6; grid-row: span 5; }
.gallery-item-2, .gallery-item-3 { grid-column: span 3; grid-row: span 5; }
.gallery-item-4, .gallery-item-5 { grid-column: span 4; grid-row: span 4; }
.gallery-item-6 { grid-column: span 4; grid-row: span 4; }
.gallery-item-7 { grid-column: span 5; grid-row: span 4; }
.gallery-item-8 { grid-column: span 3; grid-row: span 4; }
.gallery-item-9 { grid-column: span 4; grid-row: span 4; }
.gallery-item-10 { grid-column: span 12; grid-row: span 4; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .65s, filter .3s; }
.gallery-item:hover img { transform: scale(1.035); filter: brightness(.86); }

.comfort {
    position: relative;
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 8vw;
    overflow: hidden;
    background: var(--sand);
}
.comfort::before {
    content: "";
    position: absolute;
    top: 0;
    left: 7vw;
    width: 80px;
    height: 3px;
    background: var(--terracotta);
}
.comfort-intro { align-self: start; position: sticky; top: 120px; padding-right: 20px; }
.comfort-label { display: flex; align-items: center; gap: 18px; margin-bottom: 27px; }
.comfort-label > span {
    display: grid;
    place-items: center;
    width: 37px;
    height: 37px;
    flex: 0 0 37px;
    border: 1px solid rgba(184, 109, 72, .45);
    border-radius: 50%;
    color: var(--terracotta);
    font-size: 9px;
    letter-spacing: .1em;
}
.comfort-label .section-kicker { margin: 0; }
.comfort-intro > p { max-width: 420px; margin-top: 34px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.comfort-promise {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 48px;
    padding: 21px 0 21px 24px;
    border-left: 2px solid var(--gold);
}
.comfort-promise span { color: var(--muted); font-size: 8px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.comfort-promise strong { color: var(--pine); font: 400 21px/1.2 var(--serif); }
.amenities-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.amenity {
    position: relative;
    min-height: 310px;
    padding: 32px;
    border: 1px solid rgba(23, 35, 31, .11);
    background: rgba(250, 248, 243, .58);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.amenity:nth-child(odd) { border-right: 1px solid rgba(23, 35, 31, .11); }
.amenity:hover {
    z-index: 1;
    transform: translateY(-5px);
    border-color: rgba(184, 109, 72, .36);
    background: var(--ivory);
    box-shadow: 0 22px 50px rgba(21, 53, 44, .09);
}
.amenity-number { position: absolute; top: 31px; right: 28px; color: #9aa19d; font-size: 9px; letter-spacing: .15em; }
.amenity-icon {
    display: grid;
    place-items: center;
    width: 74px;
    height: 74px;
    margin-bottom: 52px;
    border: 1px solid rgba(184, 109, 72, .42);
    border-radius: 50%;
    background: var(--ivory);
    color: var(--terracotta);
    box-shadow: inset 0 0 0 7px rgba(184, 109, 72, .055), 0 10px 25px rgba(21, 53, 44, .08);
    font: 400 30px/1 var(--serif);
    transition: transform .25s ease, background .25s ease, color .25s ease;
}
.amenity:hover .amenity-icon { transform: scale(1.06); background: var(--pine); color: white; }
.amenity h3 { margin: 0 0 12px; color: var(--pine); font: 500 19px/1.25 "Manrope", sans-serif; }
.amenity p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.area { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 820px; background: var(--pine); color: white; }
.area-photo { position: relative; overflow: hidden; }
.area-photo img { height: 100%; object-fit: cover; }
.area-badge {
    position: absolute;
    right: 28px;
    bottom: 28px;
    min-width: 170px;
    padding: 20px;
    background: rgba(250, 248, 243, .92);
    color: var(--ink);
    backdrop-filter: blur(10px);
}
.area-badge strong { display: block; font: 400 24px var(--serif); }
.area-badge span { font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.area-copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw 7vw; }
.area-copy .section-kicker { color: #d8ad8c; }
.area-copy h2 em { color: #d8ad8c; }
.area-copy > p:not(.section-kicker) { margin: 36px 0; color: rgba(255, 255, 255, .65); font-size: 14px; line-height: 1.8; }
.area-copy ul { margin: 0; padding: 0; list-style: none; }
.area-copy li { display: flex; gap: 22px; align-items: center; padding: 19px 0; border-top: 1px solid rgba(255, 255, 255, .15); }
.area-copy li span { width: 55px; color: #d8ad8c; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.area-copy li strong { font: 400 17px var(--serif); }

.reviews-faq {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 9vw;
    background: var(--ivory);
}
.rating-panel {
    align-self: start;
    padding: 42px;
    border: 1px solid var(--line);
    background: var(--sand);
    box-shadow: 18px 18px 0 var(--pine);
}
.rating-panel .section-kicker { margin-bottom: 45px; }
.rating-score { display: flex; align-items: flex-end; gap: 7px; }
.rating-score strong { font: 400 110px/.75 var(--serif); letter-spacing: -.07em; }
.rating-score span { margin-bottom: 3px; color: var(--muted); font-size: 17px; }
.rating-panel h2 { margin-top: 25px; font-size: clamp(42px, 5vw, 70px); }
.rating-stars { margin: 25px 0 18px; color: var(--terracotta); font-size: 16px; letter-spacing: .18em; }
.rating-panel > p:not(.section-kicker) { color: var(--muted); font-size: 12px; line-height: 1.7; }
.rating-panel > a {
    display: inline-flex;
    gap: 24px;
    margin-top: 18px;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--ink);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}
.faq-panel h2 em { color: var(--terracotta); }
.faq-list { margin-top: 55px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
    display: grid;
    grid-template-columns: 42px 1fr 24px;
    gap: 12px;
    align-items: center;
    padding: 24px 0;
    cursor: pointer;
    font: 400 19px/1.35 var(--serif);
    list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--terracotta); font: 600 9px var(--sans); letter-spacing: .12em; }
.faq-list summary b { color: var(--muted); font: 400 18px var(--sans); transition: transform .2s; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details p { margin: -5px 35px 25px 54px; color: var(--muted); font-size: 13px; line-height: 1.8; }

.map-section {
    display: grid;
    grid-template-columns: minmax(320px, .72fr) minmax(520px, 1.28fr);
    gap: clamp(55px, 7vw, 110px);
    align-items: stretch;
    padding: 125px 5vw 125px 7vw;
    background: var(--sand);
}
.map-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0;
}
.map-kicker { display: flex; align-items: center; gap: 18px; margin-bottom: 28px; }
.map-kicker > span {
    display: grid;
    place-items: center;
    width: 37px;
    height: 37px;
    border: 1px solid rgba(184, 109, 72, .45);
    border-radius: 50%;
    color: var(--terracotta);
    font-size: 9px;
    letter-spacing: .1em;
}
.map-kicker .section-kicker { margin: 0; }
.map-heading h2 em { color: var(--terracotta); }
.map-address { max-width: 470px; margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--line); }
.map-address p { margin: 0 0 25px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.map-address a {
    display: inline-flex;
    gap: 28px;
    align-items: center;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--ink);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
}
.map-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 42px;
    padding-top: 25px;
    border-top: 1px solid var(--line);
}
.map-facts div + div { padding-left: 25px; border-left: 1px solid var(--line); }
.map-facts strong { display: block; color: var(--pine); font: 400 25px/1 var(--serif); }
.map-facts span { display: block; margin-top: 8px; color: var(--muted); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.map-frame {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    border: 9px solid var(--ivory);
    box-shadow: 22px 22px 0 rgba(21, 53, 44, .1), 0 30px 75px rgba(21, 53, 44, .13);
}
.map-frame iframe { width: 100%; height: 100%; border: 0; filter: saturate(.72) contrast(.96); }
.map-label {
    position: absolute;
    top: 24px;
    right: 24px;
    left: auto;
    min-width: 230px;
    padding: 22px;
    background: rgba(11, 36, 29, .93);
    color: white;
    pointer-events: none;
    backdrop-filter: blur(10px);
}
.map-label span, .map-label small { display: block; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; opacity: .55; }
.map-label strong { display: block; margin: 12px 0 5px; font: 400 21px var(--serif); }

.promise {
    padding: 115px 10vw;
    background: var(--ivory);
    text-align: center;
}
.promise p { max-width: 980px; margin: 0 auto 28px; font: 400 clamp(34px, 4.2vw, 64px)/1.13 var(--serif); letter-spacing: -.03em; }
.promise span { color: var(--terracotta); font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }

.book {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(rgba(10, 35, 27, .86), rgba(10, 35, 27, .9)),
        url("../images/gallery-01.jpg") center/cover;
    color: white;
    text-align: center;
}
.book-inner { position: relative; max-width: 900px; margin: auto; padding-block: 20px; }
.book .section-kicker { justify-content: center; color: #d8ad8c; }
.book h2 em { color: #d8ad8c; }
.book-inner > p:not(.section-kicker) { margin: 30px auto 42px; color: rgba(255, 255, 255, .68); font-size: 14px; }
.book-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 720px;
    margin: auto;
    border: 1px solid rgba(255, 255, 255, .28);
}
.book-options a { position: relative; padding: 26px 30px; text-align: left; text-decoration: none; transition: background .2s, color .2s; }
.book-options a + a { border-left: 1px solid rgba(255, 255, 255, .28); }
.book-options a:hover { background: white; color: var(--pine); }
.book-options span { display: block; margin-bottom: 5px; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; opacity: .62; }
.book-options strong { font: 500 25px "Manrope", sans-serif; }
.book-options b { position: absolute; top: 39px; right: 28px; color: var(--gold); }
.book-inner small { display: block; margin-top: 25px; font-size: 10px; letter-spacing: .08em; opacity: .5; }

.legal-hero {
    min-height: 560px;
    padding: 210px 7vw 95px;
    background: var(--pine-dark);
    color: white;
}
.legal-hero > div { width: min(900px, 100%); }
.legal-hero .section-kicker { color: #d8ad8c; }
.legal-hero h1 { font-size: clamp(66px, 8vw, 120px); line-height: .9; }
.legal-hero > div > p:last-child { max-width: 680px; margin: 38px 0 0; color: rgba(255,255,255,.7); font: 400 19px/1.65 var(--serif); }
.legal-content {
    display: grid;
    grid-template-columns: minmax(190px, .35fr) minmax(0, 1fr);
    gap: clamp(55px, 9vw, 150px);
    padding: 110px 7vw 140px;
    background: var(--ivory);
}
.legal-content aside { align-self: start; position: sticky; top: 110px; padding-top: 18px; border-top: 1px solid var(--terracotta); }
.legal-content aside > span { color: var(--terracotta); font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.legal-content aside p { margin: 28px 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.legal-content aside strong { color: var(--ink); font-weight: 500; }
.legal-content aside a { display: inline-flex; gap: 18px; padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.legal-content article { width: min(790px, 100%); }
.legal-content article section { padding: 0 0 45px; margin-bottom: 45px; border-bottom: 1px solid var(--line); }
.legal-content article section:last-child { margin-bottom: 0; border-bottom: 0; }
.legal-content article h2 { margin-bottom: 20px; color: var(--pine); font-size: clamp(29px, 3vw, 42px); line-height: 1.05; letter-spacing: -.025em; }
.legal-content article p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }

.site-footer {
    position: relative;
    overflow: hidden;
    padding: 0 6vw 28px;
    background: var(--pine-dark);
    color: rgba(255, 255, 255, .55);
}
.site-footer::after {
    content: "KM";
    position: absolute;
    right: -30px;
    bottom: -85px;
    color: rgba(255,255,255,.025);
    font: 400 260px/1 var(--serif);
    letter-spacing: -.08em;
    pointer-events: none;
}
.site-footer p { margin: 5px 0; font-size: 11px; }
.footer-callout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr minmax(420px, .72fr);
    gap: 7vw;
    align-items: center;
    padding: 85px 0 70px;
    border-bottom: 1px solid rgba(255,255,255,.14);
}
.footer-eyebrow { margin-bottom: 22px !important; color: var(--gold); font-size: 9px !important; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.footer-callout h2 { color: white; font-size: clamp(48px, 5.3vw, 80px); line-height: .92; }
.footer-callout h2 em { color: #d8ad8c; }
.footer-booking > p { margin-bottom: 15px; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.footer-booking > a { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; padding: 18px 20px; border-top: 1px solid rgba(255,255,255,.2); color: white; text-decoration: none; transition: padding .2s ease, background .2s ease; }
.footer-booking > a:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.footer-booking > a:hover { padding-inline: 25px 15px; background: rgba(255,255,255,.06); }
.footer-booking span { color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.footer-booking strong { font: 400 23px var(--serif); }
.footer-booking b { color: var(--gold); font-size: 16px; font-weight: 400; }
.footer-main { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto auto; gap: clamp(50px, 8vw, 120px); padding: 55px 0; }
.footer-brand { display: flex; gap: 18px; align-items: center; }
.footer-mark { display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid rgba(196,154,100,.65); border-radius: 50%; color: white; font-size: 10px; letter-spacing: .15em; }
.footer-name { color: white; font: 400 25px var(--serif) !important; }
.footer-link-group { display: flex; min-width: 135px; flex-direction: column; gap: 11px; }
.footer-link-group > span { margin-bottom: 5px; color: var(--gold); font-size: 8px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.footer-link-group a { color: rgba(255,255,255,.68); font-size: 11px; text-decoration: none; transition: color .2s, transform .2s; }
.footer-link-group a:hover { color: white; transform: translateX(3px); }
.footer-link-group .footer-back-top {
    display: inline-flex;
    width: max-content;
    align-items: center;
    gap: 12px;
    margin-top: 6px;
    padding: 9px 13px;
    border: 1px solid rgba(196,154,100,.55);
    border-radius: 99px;
    color: white;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.footer-link-group .footer-back-top span { color: var(--gold); font-size: 13px; }
.footer-link-group .footer-back-top:hover { transform: translateY(-2px); background: rgba(196,154,100,.12); }
.copyright { position: relative; z-index: 1; padding-top: 25px; border-top: 1px solid rgba(255, 255, 255, .12); }
.footer-credit { float: right; color: rgba(255, 255, 255, .72); text-decoration: none; transition: color .2s ease; }
.footer-credit:hover { color: white; }

.lightbox[hidden] { display: none; }
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) 70px;
    place-items: center;
    padding: 70px;
    background: rgba(7, 20, 16, .96);
    color: white;
}
.lightbox figure { margin: 0; max-width: min(1100px, 78vw); }
.lightbox figure img { max-height: 78vh; object-fit: contain; }
.lightbox figcaption { margin-top: 16px; color: rgba(255, 255, 255, .6); font-size: 11px; letter-spacing: .06em; text-align: center; }
.lightbox button { border: 0; background: transparent; color: white; cursor: pointer; }
.lightbox-close { position: absolute; top: 25px; right: 32px; font-size: 35px; font-weight: 300; }
.lightbox-nav { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255, 255, 255, .3) !important; border-radius: 50% !important; }

@media (max-width: 980px) {
    .menu-toggle {
        display: block;
        padding: 10px 15px;
        border: 1px solid rgba(255, 255, 255, .45);
        border-radius: 99px;
        background: transparent;
        color: white;
        font-size: 11px;
    }
    .site-nav {
        position: absolute;
        top: 78px;
        right: 4vw;
        display: none;
        min-width: 220px;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px;
        border: 1px solid rgba(255, 255, 255, .12);
        background: var(--pine-dark);
        box-shadow: 0 20px 50px rgba(0, 0, 0, .24);
    }
    .site-nav.is-open { display: flex; }
    .site-nav a { padding: 13px 12px; }
    .nav-book { margin-top: 5px; text-align: center; }
    .hero { min-height: 980px; }
    .hero-media { inset: 88px 3vw 390px 42%; }
    .hero-content { width: 62%; padding-inline: 6vw; padding-bottom: 270px; }
    .hero-facts { right: auto; left: 6vw; bottom: 65px; }
    .scroll-cue { display: none; }
    .welcome, .comfort { grid-template-columns: 1fr; gap: 55px; }
    .welcome-story { max-width: 680px; padding-left: 0; border-left: 0; }
    .signature-grid { grid-template-columns: 1.1fr .6fr; min-height: 620px; }
    .signature-side { display: none; }
    .section-heading-row { grid-template-columns: 1fr; }
    .section-heading-row > p { max-width: 520px; }
    .comfort-intro { position: static; }
    .area { grid-template-columns: 1fr; }
    .area-photo { height: 620px; }
    .reviews-faq { grid-template-columns: 1fr; }
    .rating-panel { max-width: 520px; }
    .map-section { grid-template-columns: 1fr; padding: 105px 7vw; }
    .map-heading { max-width: 680px; padding: 0; }
    .map-frame { min-height: 560px; }
    .footer-callout { grid-template-columns: 1fr; }
    .footer-booking { max-width: 560px; }
}

@media (max-width: 680px) {
    .site-header { padding: 18px 20px; }
    .brand-mark { width: 40px; height: 40px; }
    .brand > span:last-child { font-size: 12px; }
    .hero-frame, .hero-overlay { display: none; }
    .hero { min-height: 0; padding-top: 76px; }
    .hero-media { position: relative; inset: auto; width: calc(100% - 24px); height: 430px; margin: 0 12px; }
    .hero-content { width: 100%; max-width: none; padding: 65px 24px 45px; }
    h1 { font-size: clamp(62px, 20vw, 88px); }
    .hero-summary { font-size: 14px; }
    .hero-actions { flex-direction: column; max-width: 235px; }
    .hero-facts { position: relative; inset: auto; display: grid; grid-template-columns: 1fr 1fr; margin: 0 24px 55px; }
    .hero-facts div { min-width: 0; padding: 14px 18px; border-bottom: 1px solid rgba(255, 255, 255, .2); }
    .hero-facts div:nth-child(2) { border-right: 0; }
    .hero-facts div:nth-child(n+3) { border-bottom: 0; }
    .section { padding: 90px 24px; }
    h2 { font-size: clamp(50px, 15vw, 70px); }
    .welcome { gap: 42px; }
    .welcome::before { right: 24px; height: 48px; }
    .welcome::after { right: -15px; bottom: -25px; font-size: 130px; }
    .welcome-label { margin-bottom: 22px; }
    .welcome-location { align-items: flex-start; line-height: 1.6; }
    .welcome-details div { padding-inline: 10px; }
    .welcome-details strong { font-size: 23px; }
    .signature-grid { grid-template-columns: 1fr; min-height: auto; gap: 0; padding: 0 0 80px; }
    .signature-main { height: 480px; }
    .signature-note { min-height: 360px; margin: 0 24px; }
    .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; gap: 7px; }
    .gallery-item,
    .gallery-item-2,
    .gallery-item-3,
    .gallery-item-4,
    .gallery-item-5,
    .gallery-item-6,
    .gallery-item-7,
    .gallery-item-8,
    .gallery-item-9 { grid-column: span 1; grid-row: span 1; }
    .gallery-item-1, .gallery-item-10 { grid-column: span 2; grid-row: span 2; }
    .amenities-grid { grid-template-columns: 1fr; }
    .amenity, .amenity:nth-child(odd) { min-height: 280px; padding: 26px; border-right: 1px solid rgba(23, 35, 31, .11); }
    .area-photo { height: 430px; }
    .area-copy { padding: 90px 24px; }
    .rating-panel { padding: 30px; box-shadow: 10px 10px 0 var(--pine); }
    .rating-score strong { font-size: 90px; }
    .faq-list summary { grid-template-columns: 32px 1fr 20px; font-size: 17px; }
    .faq-list details p { margin-left: 44px; }
    .map-section { gap: 55px; padding: 85px 14px; }
    .map-heading { padding-inline: 10px; }
    .map-address { margin-top: 36px; padding-top: 25px; }
    .map-frame { height: 480px; min-height: 480px; border-width: 6px; box-shadow: 10px 10px 0 rgba(21, 53, 44, .1); }
    .map-label { top: 14px; right: 14px; left: auto; min-width: 200px; padding: 17px; }
    .promise { padding: 85px 24px; }
    .book-options { grid-template-columns: 1fr; }
    .book-options a + a { border-left: 0; border-top: 1px solid rgba(255, 255, 255, .28); }
    .site-footer { padding-inline: 24px; }
    .footer-callout { gap: 45px; padding: 70px 0 55px; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 42px 25px; padding: 45px 0; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-booking > a { grid-template-columns: 60px 1fr auto; padding-inline: 12px; }
    .footer-credit { float: none; display: block; margin-top: 10px; }
    .legal-hero { min-height: 480px; padding: 175px 24px 75px; }
    .legal-content { grid-template-columns: 1fr; gap: 65px; padding: 80px 24px 100px; }
    .legal-content aside { position: static; }
    .lightbox { grid-template-columns: 50px 1fr 50px; padding: 55px 10px 30px; }
    .lightbox figure { max-width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; }
}
