: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; }
}

/* House rules page */

.rules-page {
    min-height: 100vh;
    background: radial-gradient(circle at 50% 0, rgba(0, 75, 78, .2), transparent 36%), var(--black);
}

.rules-hero {
    position: relative;
    overflow: visible;
    padding: 174px 0 74px;
    border-bottom: 1px solid rgba(217, 170, 80, .24);
    background: linear-gradient(135deg, rgba(0, 58, 61, .64), rgba(5, 5, 5, .94)), radial-gradient(circle at 50% 30%, #10484a, #050505 68%);
}

    .rules-hero::before,
    .rules-hero::after {
        content: "";
        position: absolute;
        width: 380px;
        height: 380px;
        border: 1px solid rgba(217, 170, 80, .12);
        transform: rotate(45deg);
    }

    .rules-hero::before {
        top: -260px;
        left: -160px;
    }

    .rules-hero::after {
        right: -170px;
        bottom: -290px;
    }

.rules-hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
}

.rules-hero h1 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 6vw, 5.8rem);
    font-weight: 400;
    line-height: .98;
    letter-spacing: .04em;
    text-transform: uppercase;
}

    .rules-hero h1 span {
        display: block;
        color: var(--gold-light);
    }

.rules-ornament {
    margin: 28px auto 24px;
}

.rules-intro {
    max-width: 760px;
    margin: 0 auto;
    color: #ded8ce;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1rem, 1.5vw, 1.22rem);
    line-height: 1.8;
}

.stay-summary {
    width: min(900px, 100%);
    margin: 48px auto -126px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--gold);
    border-radius: 8px;
    background: linear-gradient(135deg, #063b3e, #004d50);
    box-shadow: var(--shadow);
}

    .stay-summary article {
        min-height: 126px;
        padding: 24px 20px;
        display: grid;
        place-items: center;
        align-content: center;
    }

        .stay-summary article:not(:last-child) {
            border-right: 1px solid rgba(217, 170, 80, .3);
        }

.summary-icon {
    color: var(--gold-light);
    font-size: 1.85rem;
    line-height: 1;
}

.stay-summary small {
    margin: 8px 0 3px;
    color: #c7c1b8;
    font-size: .76rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.stay-summary strong {
    color: var(--gold-light);
    font-family: Georgia, serif;
    font-size: 1.05rem;
    font-weight: 400;
}

.rules-content {
    padding-top: 132px;
}

.rules-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.rule-card {
    min-height: 215px;
    padding: 30px;
    display: grid;
    grid-template-columns: 62px 1fr;
    align-content: start;
    gap: 21px;
    border: 1px solid rgba(217, 170, 80, .28);
    border-radius: 7px;
    background: linear-gradient(145deg, rgba(16, 17, 17, .98), rgba(4, 35, 37, .7));
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

    .rule-card:hover {
        transform: translateY(-5px);
        border-color: var(--gold);
        box-shadow: 0 20px 46px rgba(0, 0, 0, .34);
    }

.rule-card-wide {
    grid-column: 1 / -1;
    min-height: 0;
}

.rule-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(217, 170, 80, .58);
    border-radius: 50%;
    color: var(--gold-light);
    font-family: Georgia, serif;
    font-size: 1.9rem;
}

.rule-card h3 {
    margin: 3px 0 10px;
    color: var(--gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.08rem;
    font-weight: 400;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.rule-card p {
    margin: 0;
    color: #c9c4bc;
    line-height: 1.75;
}

.safety-section {
    padding: 70px 0;
    border-block: 1px solid rgba(217, 170, 80, .2);
    background: linear-gradient(125deg, #071819, #0b3032 52%, #071819);
}

.emergency-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.emergency-card {
    min-height: 104px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 18px;
    border: 1px solid rgba(217, 170, 80, .26);
    border-radius: 6px;
    background: rgba(2, 12, 13, .52);
    transition: border-color .2s ease, transform .2s ease;
}

    .emergency-card:hover {
        transform: translateY(-3px);
        border-color: var(--gold);
    }

    .emergency-card > span {
        min-width: 58px;
        color: var(--gold-light);
        font-family: Georgia, serif;
        font-size: 1.45rem;
        text-align: center;
    }

    .emergency-card div {
        display: grid;
        gap: 5px;
    }

    .emergency-card strong {
        color: var(--white);
        font-family: Georgia, serif;
        font-weight: 400;
    }

    .emergency-card small {
        color: #aaa69f;
    }

.rules-help-note {
    margin-top: 28px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border: 1px solid rgba(217, 170, 80, .3);
    background: rgba(0, 0, 0, .2);
    text-align: center;
}

    .rules-help-note > span {
        width: 34px;
        height: 34px;
        display: grid;
        place-items: center;
        flex: 0 0 auto;
        border: 1px solid var(--gold);
        border-radius: 50%;
        color: var(--gold-light);
        font-family: Georgia, serif;
    }

    .rules-help-note p {
        margin: 0;
        color: #d0cbc3;
    }

    .rules-help-note a {
        color: var(--gold-light);
        font-weight: 700;
    }

.rules-final-cta {
    margin-top: 54px;
    margin-bottom: 54px;
    padding: 54px 30px;
    border: 1px solid var(--gold);
    border-radius: 8px;
    background: linear-gradient(135deg, #003a3d, #004b4e);
    text-align: center;
}

    .rules-final-cta h2 {
        margin: 0 0 15px;
        color: var(--gold-light);
        font-family: Georgia, serif;
        font-size: clamp(1.8rem, 3vw, 2.65rem);
        font-weight: 400;
    }

    .rules-final-cta > p:not(.eyebrow) {
        max-width: 670px;
        margin: 0 auto;
        color: #d2cdc5;
    }

.rules-cta-actions {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* House rules preview — homepage */

.rules-preview {
    padding: 62px 0 16px;
}

.rules-preview-shell {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: .9fr 1.25fr;
    border: 1px solid rgba(217, 170, 80, .55);
    border-radius: 8px;
    background: radial-gradient(circle at 10% 30%, rgba(0, 81, 85, .45), transparent 45%), linear-gradient(135deg, #071617, #101111);
    box-shadow: 0 24px 55px rgba(0, 0, 0, .3);
}

    .rules-preview-shell::before {
        content: "";
        position: absolute;
        top: -210px;
        left: -190px;
        width: 370px;
        height: 370px;
        border: 1px solid rgba(217, 170, 80, .12);
        transform: rotate(45deg);
        pointer-events: none;
    }

.rules-preview-copy {
    position: relative;
    z-index: 2;
    padding: 52px 46px;
    border-right: 1px solid rgba(217, 170, 80, .28);
}

    .rules-preview-copy h2 {
        max-width: 480px;
        margin: 0 0 20px;
        color: var(--white);
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(1.9rem, 3.2vw, 3rem);
        font-weight: 400;
        line-height: 1.12;
    }

        .rules-preview-copy h2 span {
            display: block;
            color: var(--gold-light);
        }

    .rules-preview-copy > p:not(.eyebrow) {
        max-width: 520px;
        margin: 0 0 30px;
        color: #c9c4bc;
        line-height: 1.75;
    }

.rules-preview-list {
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

    .rules-preview-list article {
        min-height: 150px;
        padding: 26px;
        display: grid;
        grid-template-columns: 52px 1fr;
        align-content: center;
        gap: 18px;
    }

        .rules-preview-list article:nth-child(odd) {
            border-right: 1px solid rgba(217, 170, 80, .22);
        }

        .rules-preview-list article:nth-child(-n + 2) {
            border-bottom: 1px solid rgba(217, 170, 80, .22);
        }

.preview-rule-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(217, 170, 80, .55);
    border-radius: 50%;
    color: var(--gold-light);
    font-family: Georgia, serif;
    font-size: 1.45rem;
}

.rules-preview-list h3 {
    margin: 1px 0 7px;
    color: var(--gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: .98rem;
    font-weight: 400;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.rules-preview-list p {
    margin: 0;
    color: #bcb7af;
    font-size: .9rem;
    line-height: 1.6;
}

@media (max-width: 1080px) {
    .rules-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rule-card-wide {
        grid-column: 1 / -1;
    }

    .emergency-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rules-preview-shell {
        grid-template-columns: 1fr;
    }

    .rules-preview-copy {
        border-right: 0;
        border-bottom: 1px solid rgba(217, 170, 80, .28);
    }
}

@media (max-width: 680px) {
    .rules-hero {
        padding: 134px 0 58px;
    }

    .stay-summary {
        margin-bottom: -250px;
        grid-template-columns: 1fr;
    }

        .stay-summary article {
            min-height: 96px;
        }

            .stay-summary article:not(:last-child) {
                border-right: 0;
                border-bottom: 1px solid rgba(217, 170, 80, .3);
            }

    .rules-content {
        padding-top: 274px;
    }

    .rules-grid,
    .emergency-grid {
        grid-template-columns: 1fr;
    }

    .rule-card,
    .rule-card-wide {
        grid-column: auto;
        grid-template-columns: 52px 1fr;
        padding: 24px 20px;
    }

    .rule-icon {
        width: 50px;
        height: 50px;
        font-size: 1.55rem;
    }

    .rules-help-note {
        align-items: flex-start;
        text-align: left;
    }

    .rules-cta-actions {
        flex-direction: column;
    }

        .rules-cta-actions a {
            width: 100%;
        }

    .rules-preview {
        padding-top: 38px;
    }

    .rules-preview-copy {
        padding: 38px 24px;
    }

    .rules-preview-list {
        padding: 10px 20px;
        grid-template-columns: 1fr;
    }

        .rules-preview-list article {
            min-height: 0;
            padding: 24px 4px;
        }

            .rules-preview-list article:nth-child(odd) {
                border-right: 0;
            }

            .rules-preview-list article:nth-child(-n + 3) {
                border-bottom: 1px solid rgba(217, 170, 80, .22);
            }
}


/* Gallery clickable images */

.gallery-slide {
    position: relative;
}

.gallery-open {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    cursor: zoom-in;
}

    .gallery-open:focus-visible {
        box-shadow: inset 0 0 0 3px var(--gold-light);
    }

    .gallery-open::after {
        content: "⛶";
        position: absolute;
        right: 16px;
        bottom: 16px;
        width: 42px;
        height: 42px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(240, 203, 121, .75);
        border-radius: 50%;
        background: rgba(0, 42, 44, .84);
        color: var(--gold-light);
        font-size: 1.15rem;
        opacity: 0;
        transform: translateY(8px);
        transition: opacity .25s ease, transform .25s ease;
        pointer-events: none;
    }

    .gallery-slide:hover .gallery-open::after,
    .gallery-open:focus-visible::after {
        opacity: 1;
        transform: translateY(0);
    }

/* Fullscreen gallery */

.gallery-lightbox {
    position: fixed;
    z-index: 4000;
    inset: 0;
    display: none;
    place-items: center;
    padding: 24px;
}

    .gallery-lightbox.is-open {
        display: grid;
    }

.gallery-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .94);
    backdrop-filter: blur(8px);
}

.gallery-lightbox-panel {
    position: relative;
    z-index: 2;
    width: min(1500px, 100%);
    height: calc(100vh - 48px);
    display: grid;
    place-items: center;
}

.gallery-lightbox-figure {
    width: 100%;
    height: 100%;
    margin: 0;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    place-items: center;
}

.gallery-lightbox-image-wrap {
    width: 100%;
    min-height: 0;
    display: grid;
    place-items: center;
    padding: 42px 82px 20px;
}

    .gallery-lightbox-image-wrap img {
        max-width: 100%;
        max-height: calc(100vh - 175px);
        object-fit: contain;
        border: 1px solid rgba(217, 170, 80, .32);
        box-shadow: 0 28px 80px rgba(0, 0, 0, .65);
    }

.gallery-lightbox-figure figcaption {
    width: min(900px, calc(100% - 120px));
    min-height: 82px;
    padding: 14px 20px 4px;
    text-align: center;
}

    .gallery-lightbox-figure figcaption span {
        display: block;
        margin-bottom: 5px;
        color: var(--gold);
        font-size: .78rem;
        letter-spacing: .14em;
        text-transform: uppercase;
    }

    .gallery-lightbox-figure figcaption p {
        margin: 0;
        color: #eee8de;
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(.95rem, 1.6vw, 1.18rem);
        line-height: 1.6;
    }

.gallery-lightbox-close {
    position: absolute;
    z-index: 5;
    top: 6px;
    right: 8px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(217, 170, 80, .55);
    border-radius: 50%;
    background: rgba(0, 47, 49, .82);
    color: var(--gold-light);
    font-size: 2rem;
    line-height: 1;
}

.gallery-lightbox-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 58px;
    height: 58px;
    margin-top: -29px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(217, 170, 80, .6);
    border-radius: 50%;
    background: rgba(0, 55, 58, .9);
    color: var(--gold-light);
    font-family: Georgia, serif;
    font-size: 2.5rem;
    line-height: 1;
    transition: background .2s ease, transform .2s ease;
}

    .gallery-lightbox-arrow:hover,
    .gallery-lightbox-close:hover {
        background: var(--teal-bright);
    }

    .gallery-lightbox-arrow:hover {
        transform: scale(1.06);
    }

.gallery-lightbox-prev {
    left: 8px;
}

.gallery-lightbox-next {
    right: 8px;
}

@media (max-width: 680px) {
    .gallery-lightbox {
        padding: 10px;
    }

    .gallery-lightbox-panel {
        height: calc(100vh - 20px);
    }

    .gallery-lightbox-image-wrap {
        padding: 58px 4px 12px;
    }

        .gallery-lightbox-image-wrap img {
            max-height: calc(100vh - 205px);
        }

    .gallery-lightbox-arrow {
        top: auto;
        bottom: 94px;
        width: 48px;
        height: 48px;
        margin: 0;
        font-size: 2rem;
    }

    .gallery-lightbox-prev {
        left: 5px;
    }

    .gallery-lightbox-next {
        right: 5px;
    }

    .gallery-lightbox-figure figcaption {
        width: calc(100% - 105px);
        min-height: 98px;
        padding-inline: 4px;
    }

    .gallery-open::after {
        opacity: 1;
        transform: none;
    }
}

/* Expandable location map */

.map-toggle {
    flex: 0 0 auto;
    min-width: 270px;
}

.map-toggle-arrow {
    display: inline-block;
    font-size: 1.35rem;
    transition: transform .3s ease;
}

.map-toggle.is-open .map-toggle-arrow {
    transform: rotate(90deg);
}

.map-panel {
    display: grid;
    grid-template-rows: 0fr;
    visibility: hidden;
    opacity: 0;
    border-bottom: 1px solid transparent;
    background: radial-gradient( circle at 20% 40%, rgba(0, 72, 76, .18), transparent 45% ), #070909;
    transition: grid-template-rows .45s ease, opacity .35s ease, visibility 0s linear .45s, border-color .35s ease;
}

    .map-panel.is-open {
        grid-template-rows: 1fr;
        visibility: visible;
        opacity: 1;
        border-bottom-color: rgba(217, 170, 80, .22);
        transition: grid-template-rows .45s ease, opacity .35s ease, visibility 0s linear 0s, border-color .35s ease;
    }

.map-panel-reveal {
    min-height: 0;
    overflow: hidden;
}

.map-card {
    margin-top: 30px;
    margin-bottom: 44px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    overflow: hidden;
    border: 1px solid rgba(217, 170, 80, .5);
    border-radius: 9px;
    background: #0e1010;
    box-shadow: 0 26px 65px rgba(0, 0, 0, .4);
}

.map-frame {
    position: relative;
    min-height: 480px;
    background: linear-gradient( 135deg, rgba(0, 56, 59, .6), rgba(5, 5, 5, .9) );
}

    .map-frame::before {
        content: "Ο χάρτης φορτώνεται…";
        position: absolute;
        inset: 0;
        display: grid;
        place-items: center;
        color: var(--muted);
        font-family: Georgia, serif;
    }

    .map-frame iframe {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        min-height: 480px;
        display: block;
        border: 0;
        filter: saturate(.88) contrast(1.02);
    }

.map-details {
    padding: 42px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid rgba(217, 170, 80, .28);
    background: linear-gradient( 145deg, rgba(0, 57, 60, .48), rgba(11, 13, 13, .98) );
}

    .map-details h3 {
        margin: 0 0 24px;
        color: var(--gold-light);
        font-family: Georgia, "Times New Roman", serif;
        font-size: 1.75rem;
        font-weight: 400;
    }

.map-address {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 20px;
    color: var(--white);
    font-family: Georgia, serif;
    font-size: 1.05rem;
    line-height: 1.6;
}

    .map-address span {
        flex: 0 0 auto;
        color: var(--gold-light);
        font-size: 1.4rem;
    }

.map-description {
    margin: 0;
    color: #bbb6ae;
    line-height: 1.7;
}

.map-actions {
    margin-top: 30px;
    display: grid;
    gap: 18px;
}

    .map-actions .gold-button {
        width: 100%;
        padding-inline: 16px;
        font-size: .82rem;
    }

.map-external-link {
    color: var(--gold-light);
    text-align: center;
    font-size: .88rem;
}

    .map-external-link:hover {
        text-decoration: underline;
    }

@media (max-width: 900px) {
    .map-card {
        grid-template-columns: 1fr;
    }

    .map-details {
        border-left: 0;
        border-top: 1px solid rgba(217, 170, 80, .28);
    }

    .map-frame,
    .map-frame iframe {
        min-height: 420px;
    }
}

@media (max-width: 560px) {
    .map-toggle {
        width: 100%;
        min-width: 0;
    }

    .map-card {
        margin-top: 18px;
        margin-bottom: 30px;
    }

    .map-frame,
    .map-frame iframe {
        min-height: 360px;
    }

    .map-details {
        padding: 32px 22px;
    }
}