:root {
    --black: #050505;
    --black-soft: #0c0c0c;
    --panel: #101111;
    --gold: #d9aa50;
    --gold-light: #f0cb79;
    --gold-dark: #8c672b;
    --teal: #003e42;
    --teal-bright: #07575a;
    --white: #f8f4ed;
    --muted: #b8b3aa;
    --border: rgba(217, 170, 80, .56);
    --shadow: 0 24px 60px rgba(0, 0, 0, .42);
    --container: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body {
    margin: 0;
    background: var(--black);
    color: var(--white);
    font-family: "Segoe UI", Arial, sans-serif;
    line-height: 1.55;
    overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }

.site-header {
    position: fixed;
    z-index: 1000;
    inset: 0 0 auto;
    height: 94px;
    background: rgba(3, 3, 3, .96);
    border-bottom: 1px solid rgba(217, 170, 80, .38);
    backdrop-filter: blur(12px);
}
.header-inner {
    width: min(calc(100% - 44px), 1460px);
    height: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 150px 1fr auto;
    align-items: center;
    gap: 28px;
}
.brand { width: 112px; height: 84px; display: grid; place-items: center; overflow: hidden; }
.brand img { width: 105px; height: 105px; object-fit: cover; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2.2vw, 38px); }
.main-nav a {
    position: relative;
    padding: 36px 0 31px;
    color: #ddd9d1;
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .045em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color .2s ease;
}
.main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 22px;
    height: 1px;
    background: var(--gold);
    transition: right .25s ease;
}
.main-nav a:hover, .main-nav a.active { color: var(--gold-light); }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }

.gold-button, .outline-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 28px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.gold-button {
    border: 1px solid #f0cd7c;
    background: linear-gradient(135deg, #b98531, #efc36c 55%, #b47d29);
    color: #17120a;
    box-shadow: 0 8px 24px rgba(217, 170, 80, .18);
}
.gold-button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(217, 170, 80, .3); }
.outline-button {
    border: 1px solid var(--gold);
    background: rgba(0, 57, 60, .76);
    color: var(--white);
    gap: 18px;
}
.outline-button:hover { background: var(--teal-bright); transform: translateY(-2px); }
.header-book { min-width: 164px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--gold); }

.hero {
    position: relative;
    min-height: 720px;
    padding-top: 94px;
    display: grid;
    align-items: center;
    background-image: url('/images/hero.webp');
    background-position: center;
    background-size: cover;
    border-bottom: 1px solid rgba(217, 170, 80, .18);
}
.hero-shade {
    position: absolute;
    inset: 94px auto 0 0;
    width: min(52%, 780px);
    background:
        linear-gradient(90deg, rgba(3, 3, 3, .98) 0%, rgba(3, 3, 3, .92) 58%, rgba(3, 3, 3, .5) 87%, transparent 100%);
}
.hero::after {
    content: "";
    position: absolute;
    inset: 94px 0 0;
    background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.25));
    pointer-events: none;
}
.hero-content { position: relative; z-index: 2; padding: 84px 0 122px; }
.eyebrow {
    margin: 0 0 16px;
    color: var(--gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(.88rem, 1.2vw, 1.12rem);
    letter-spacing: .28em;
    text-transform: uppercase;
}
.hero h1 {
    max-width: 610px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.1rem, 6vw, 6.1rem);
    line-height: .95;
    font-weight: 400;
    letter-spacing: .035em;
    text-transform: uppercase;
    text-shadow: 0 6px 24px rgba(0,0,0,.55);
}
.hero h1 span { display: block; color: var(--gold-light); }
.ornament { display: flex; align-items: center; gap: 13px; width: 320px; margin: 28px 0 25px; color: var(--gold); }
.ornament span { height: 1px; flex: 1; background: linear-gradient(90deg, transparent, var(--gold)); }
.ornament span:last-child { background: linear-gradient(90deg, var(--gold), transparent); }
.ornament b { font-size: .8rem; }
.ornament.wide { width: 290px; margin: 0 auto 12px; }
.hero-copy {
    margin: 0 0 32px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.05rem, 1.6vw, 1.45rem);
    letter-spacing: .045em;
    text-transform: uppercase;
    line-height: 1.55;
}

.availability-shell { position: relative; z-index: 10; margin-top: -54px; }
.availability-bar {
    min-height: 108px;
    padding: 18px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr .9fr auto;
    align-items: stretch;
    border: 1px solid var(--gold);
    border-radius: 10px;
    background: linear-gradient(125deg, #00373a, #00494c);
    box-shadow: var(--shadow);
}
.availability-field {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 10px 28px;
    border-right: 1px solid rgba(217, 170, 80, .22);
}
.field-icon { color: var(--gold); font-size: 2rem; line-height: 1; }
.field-icon.person { font-size: 2.2rem; transform: rotate(180deg); }
.field-copy { display: grid; gap: 4px; min-width: 0; }
.field-copy strong {
    color: var(--gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: .87rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.field-copy input, .field-copy select {
    width: 100%;
    min-width: 140px;
    padding: 2px 24px 2px 0;
    color: var(--white);
    border: 0;
    outline: 0;
    background: transparent;
    color-scheme: dark;
}
.field-copy select option { background: #063f42; }
.availability-button { align-self: center; min-width: 245px; margin-left: 20px; }
.button-loading { display: none; }
.is-loading .button-idle { display: none; }
.is-loading .button-loading { display: inline; }
.availability-message { min-height: 36px; padding: 11px 20px 0; text-align: center; font-weight: 600; }
.availability-message.success { color: #8be7b1; }
.availability-message.error { color: #ff9999; }

.section { padding: 62px 0; }
.section-heading { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; margin-bottom: 42px; }
.section-heading span { height: 1px; background: linear-gradient(90deg, transparent, rgba(217,170,80,.62)); }
.section-heading span:last-child { background: linear-gradient(90deg, rgba(217,170,80,.62), transparent); }
.section-heading h2 {
    margin: 0;
    color: var(--gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.25rem, 2.4vw, 2rem);
    font-weight: 400;
    letter-spacing: .14em;
    text-align: center;
    text-transform: uppercase;
}
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit-card { position: relative; padding: 0 42px; text-align: center; }
.benefit-card:not(:last-child)::after { content: ""; position: absolute; top: 12px; right: 0; width: 1px; height: 176px; background: rgba(217,170,80,.3); }
.round-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 22px;
    display: grid;
    place-items: center;
    border: 2px solid var(--gold-dark);
    border-radius: 50%;
    color: var(--gold-light);
    font-size: 2.25rem;
    font-family: Georgia, serif;
}
.benefit-card h3 {
    margin: 0 0 12px;
    color: var(--gold-light);
    font-family: Georgia, serif;
    font-size: 1rem;
    letter-spacing: .055em;
    text-transform: uppercase;
}
.benefit-card p { max-width: 240px; margin: 0 auto; color: #d1cdc6; font-family: Georgia, serif; }

.gallery-section { padding-top: 30px; }
.gallery-wrap { position: relative; }
.gallery-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc(25% - 2px);
    gap: 3px;
    overflow: auto hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    border: 1px solid rgba(217, 170, 80, .18);
}
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-track figure { min-width: 0; height: 335px; margin: 0; overflow: hidden; scroll-snap-align: start; background: #151515; }
.gallery-track img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.gallery-track figure:hover img { transform: scale(1.045); filter: brightness(1.08); }
.gallery-arrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 64, 67, .95);
    color: var(--gold-light);
    font-size: 2.4rem;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(0,0,0,.4);
}
.gallery-prev { left: -25px; }
.gallery-next { right: -25px; }
.gallery-arrow:hover { background: var(--teal-bright); }

.location-strip { border-block: 1px solid rgba(217,170,80,.2); background: linear-gradient(90deg, #090909, #102427, #090909); }
.location-inner { min-height: 180px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.location-inner h2 { max-width: 720px; margin: 0; font-family: Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.7rem); font-weight: 400; }

.cta-section {
    margin-top: 38px;
    margin-bottom: 46px;
    padding: 42px 28px 38px;
    border: 1px solid var(--gold);
    border-radius: 8px;
    background: linear-gradient(135deg, #003a3d, #004b4e);
    text-align: center;
}
.cta-section blockquote { margin: 0 0 24px; font-family: Georgia, serif; font-size: clamp(1.4rem, 2.8vw, 2.25rem); font-style: italic; }

.site-footer { border-top: 1px solid rgba(217,170,80,.2); background: #050505; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1.35fr .9fr 1fr; gap: 0; padding: 42px 0 34px; }
.footer-grid > * { min-height: 190px; padding: 0 36px; }
.footer-grid > *:not(:last-child) { border-right: 1px solid rgba(217,170,80,.28); }
.footer-brand { display: grid; place-items: center; }
.footer-brand img { width: 230px; }
.footer-column h3 { margin: 0 0 22px; color: var(--gold-light); font-family: Georgia, serif; font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-column p { display: flex; gap: 12px; margin: 0 0 12px; color: #ccc6bc; }
.footer-column p span { color: var(--gold); min-width: 18px; }
.footer-column a:hover { color: var(--gold-light); }
.quick-links { display: flex; flex-direction: column; }
.quick-links a { margin-bottom: 7px; color: #c9c5bd; }
.social-links { display: flex; gap: 14px; }
.social-links a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(217,170,80,.52); border-radius: 50%; font-family: Georgia, serif; font-size: 1.25rem; }
.admin-link { display: inline-block; margin-top: 28px; color: #777; font-size: .8rem; }
.footer-bottom { background: linear-gradient(90deg, #003438, #004c50); border-top: 1px solid rgba(217,170,80,.22); color: #bcbdb8; font-size: .85rem; }
.footer-bottom .container { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-bottom b { color: var(--gold); }

.modal { position: fixed; z-index: 2000; inset: 0; display: none; place-items: center; padding: 24px; }
.modal.is-open { display: grid; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.82); backdrop-filter: blur(6px); }
.modal-panel {
    position: relative;
    z-index: 2;
    width: min(760px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    padding: 42px;
    border: 1px solid var(--gold);
    border-radius: 10px;
    background: linear-gradient(150deg, #101111, #061f21);
    box-shadow: 0 30px 90px rgba(0,0,0,.65);
}
.modal-close { position: absolute; top: 14px; right: 16px; width: 40px; height: 40px; border: 0; background: transparent; color: var(--gold-light); font-size: 2rem; }
.modal-panel h2 { margin: 0 0 20px; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.booking-summary { margin-bottom: 24px; padding: 16px 18px; border: 1px solid rgba(217,170,80,.28); background: rgba(0,55,58,.55); color: #e8e1d7; }
.booking-summary strong { color: var(--gold-light); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label { display: grid; gap: 7px; color: var(--gold-light); font-family: Georgia, serif; }
.form-grid label span { color: #8e8e8e; font-family: "Segoe UI", sans-serif; font-size: .78rem; }
.form-grid .full-width { grid-column: 1 / -1; }
.form-grid input, .form-grid textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid rgba(217,170,80,.34);
    border-radius: 4px;
    outline: 0;
    background: rgba(255,255,255,.055);
    color: var(--white);
}
.form-grid input:focus, .form-grid textarea:focus { border-color: var(--gold-light); box-shadow: 0 0 0 3px rgba(217,170,80,.1); }
.privacy-check { display: flex; align-items: flex-start; gap: 12px; margin: 20px 0; color: #cac5bd; font-size: .9rem; }
.privacy-check input { margin-top: 5px; accent-color: var(--gold); }
.modal-submit { width: 100%; }
.booking-form-message { min-height: 28px; margin-bottom: 10px; color: #ff9f9f; }
.booking-success { padding: 22px 0; text-align: center; }
.success-icon { width: 80px; height: 80px; display: grid; place-items: center; margin: 0 auto 22px; border: 2px solid #76d49b; border-radius: 50%; color: #76d49b; font-size: 2.5rem; }
.booking-success strong { display: inline-block; margin: 5px 0 18px; padding: 10px 18px; border: 1px solid var(--gold); color: var(--gold-light); font-family: monospace; font-size: 1.3rem; letter-spacing: .1em; }

.error-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; text-align: center; background: radial-gradient(circle at center, #073c3f, #050505 60%); }
.error-page > div { max-width: 650px; }
.error-page img { width: 180px; margin: 0 auto 20px; }
.error-page h1 { font-family: Georgia, serif; color: var(--gold-light); }
.error-page small { display: block; margin: 18px 0; color: #999; }

@media (max-width: 1080px) {
    .header-inner { grid-template-columns: 110px 1fr auto; gap: 16px; }
    .main-nav { gap: 15px; }
    .main-nav a { font-size: .71rem; }
    .header-book { min-width: 142px; padding-inline: 18px; }
    .availability-bar { grid-template-columns: 1fr 1fr; gap: 1px; }
    .availability-field:nth-child(2) { border-right: 0; }
    .availability-field:nth-child(3) { border-top: 1px solid rgba(217,170,80,.22); }
    .availability-button { margin: 12px 16px; }
    .benefit-card { padding-inline: 20px; }
    .gallery-track { grid-auto-columns: 33.333%; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > * { padding: 25px 34px; border-right: 0 !important; border-bottom: 1px solid rgba(217,170,80,.2); }
}

@media (max-width: 820px) {
    .container { width: min(calc(100% - 30px), var(--container)); }
    .site-header { height: 76px; }
    .header-inner { width: calc(100% - 24px); grid-template-columns: 86px 1fr auto; }
    .brand { width: 82px; height: 70px; }
    .brand img { width: 82px; height: 82px; }
    .menu-toggle { display: block; justify-self: end; }
    .header-book { display: none; }
    .main-nav {
        position: fixed;
        top: 76px;
        left: 0;
        right: 0;
        display: none;
        padding: 10px 26px 24px;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        background: rgba(3,3,3,.98);
        border-bottom: 1px solid var(--gold-dark);
    }
    .main-nav.is-open { display: flex; }
    .main-nav a { padding: 13px 0; }
    .main-nav a::after { bottom: 8px; }
    .hero { min-height: 650px; padding-top: 76px; background-position: 60% center; }
    .hero-shade { inset: 76px auto 0 0; width: 88%; }
    .hero::after { inset: 76px 0 0; }
    .hero-content { padding: 72px 0 116px; }
    .availability-shell { margin-top: -40px; }
    .availability-bar { min-height: 0; padding: 12px; grid-template-columns: 1fr; }
    .availability-field { min-height: 74px; padding: 10px 16px; border-right: 0; border-bottom: 1px solid rgba(217,170,80,.2); }
    .availability-field:nth-child(3) { border-top: 0; }
    .availability-button { width: calc(100% - 20px); margin: 14px 10px 4px; }
    .benefit-grid { grid-template-columns: 1fr 1fr; gap: 36px 0; }
    .benefit-card:nth-child(2)::after { display: none; }
    .benefit-card:not(:last-child)::after { height: 150px; }
    .gallery-track { grid-auto-columns: 50%; }
    .gallery-prev { left: -8px; }
    .gallery-next { right: -8px; }
    .location-inner { padding-block: 35px; flex-direction: column; align-items: flex-start; }
    .footer-bottom .container { padding: 12px 0; flex-direction: column; justify-content: center; text-align: center; }
}

@media (max-width: 560px) {
    .hero { min-height: 610px; background-position: 66% center; }
    .hero-shade { width: 100%; background: linear-gradient(90deg, rgba(3,3,3,.96), rgba(3,3,3,.64) 75%, rgba(3,3,3,.32)); }
    .hero h1 { font-size: clamp(2.8rem, 15vw, 4.2rem); }
    .hero-copy { font-size: .98rem; }
    .outline-button { padding-inline: 18px; font-size: .78rem; }
    .section-heading { gap: 12px; }
    .section-heading h2 { font-size: 1rem; letter-spacing: .08em; }
    .benefit-grid { grid-template-columns: 1fr; }
    .benefit-card { padding: 0 24px 32px; }
    .benefit-card::after { display: none !important; }
    .gallery-track { grid-auto-columns: 85%; }
    .gallery-track figure { height: 330px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid > * { min-height: 0; padding: 28px 12px; }
    .footer-brand img { width: 190px; }
    .modal { padding: 10px; }
    .modal-panel { padding: 34px 20px 24px; max-height: calc(100vh - 20px); }
    .form-grid { grid-template-columns: 1fr; }
    .form-grid .full-width { grid-column: auto; }
}
