:root {
    --black: #07070a;
    --black-soft: #111219;
    --ink: #f6f1e7;
    --muted: #c8bfad;
    --gold: #c99b45;
    --gold-light: #e3c06d;
    --royal: #18384d;
    --royal-deep: #071923;
    --line: rgba(190, 142, 65, 0.34);
    --panel: rgba(17, 18, 25, 0.86);
    --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
    --button-gold: linear-gradient(135deg, #d8b568 0%, #b68134 46%, #6f4a1d 100%);
    --button-gold-dark: #160f05;
    --old-gold: #b68134;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        linear-gradient(rgba(3, 4, 5, 0.58), rgba(3, 4, 5, 0.76)),
        url("../images/marble-blue-black-gold.webp") center top / cover no-repeat fixed,
        #030405;
    color: var(--ink);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

.iframe-shell iframe {
    display: block;
    width: 100%;
    min-height: 720px;
    border: 0;
    overflow: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(3, 4, 5, 0.5), transparent 24%, transparent 76%, rgba(3, 4, 5, 0.55)),
        linear-gradient(to bottom, rgba(3, 4, 5, 0.12), rgba(3, 4, 5, 0.72));
    opacity: 0.88;
}

a {
    color: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 0.55rem clamp(1rem, 4vw, 4rem);
    background: rgba(7, 7, 10, 0.88);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(14px);
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    text-decoration: none;
    min-width: 0;
}

.brand-logo {
    display: block;
    width: auto;
    height: 80px;
    max-width: none;
    object-fit: contain;
}

.brand-mark {
    position: relative;
    display: grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid var(--gold);
    color: var(--gold-light);
    font-weight: 700;
    letter-spacing: 0;
    background: linear-gradient(145deg, rgba(24, 63, 143, 0.55), rgba(7, 7, 10, 0.4));
}

.brand-mark::before,
.brand-mark::after {
    content: "";
    position: absolute;
    width: 0.55rem;
    height: 0.55rem;
    border: 1px solid rgba(216, 181, 104, 0.72);
    transform: rotate(45deg);
}

.brand-mark::before {
    left: -0.35rem;
}

.brand-mark::after {
    right: -0.35rem;
}

.brand strong,
.brand small {
    display: block;
}

.brand small {
    color: var(--muted);
    font-size: 0.75rem;
}

.main-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.35rem;
    font-family: "Cinzel", Georgia, "Times New Roman", serif;
    font-size: 0.92rem;
    font-weight: 600;
}

.main-nav a,
.header-cta {
    padding: 0.65rem 0.85rem;
    text-decoration: none;
    border: 1px solid transparent;
}

.main-nav a,
.header-cta,
.hs-btn {
    gap: 0.5rem;
}

.main-nav a.active,
.main-nav a:hover {
    border-color: var(--line);
    color: var(--gold-light);
}

.header-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.78rem 1.15rem;
    border: 1px solid rgba(216, 181, 104, 0.9);
    background: #c99b45;
    color: var(--button-gold-dark);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 1px rgba(22, 15, 5, 0.28);
    transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.header-cta::before,
.hs-btn-primary::before {
    content: "";
    position: absolute;
    inset: 0.22rem;
    pointer-events: none;
    border: 1px solid rgba(22, 15, 5, 0.34);
}

.header-cta:hover,
.header-cta:focus-visible,
.hs-btn-primary:hover,
.hs-btn-primary:focus-visible {
    color: #fff;
    border-color: #fff;
    background: #080b16;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.header-cta:hover::before,
.header-cta:focus-visible::before,
.hs-btn-primary:hover::before,
.hs-btn-primary:focus-visible::before {
    border-color: rgba(255, 255, 255, .65);
}

.navbar-toggler {
    border-color: var(--line);
    border-radius: 0;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.18rem rgba(227, 192, 109, 0.2);
}

.hero {
    position: relative;
    isolation: isolate;
    min-height: 74vh;
    display: grid;
    align-items: end;
    padding: clamp(4rem, 9vw, 7rem) clamp(1rem, 5vw, 5rem);
    border-bottom: 1px solid var(--line);
    background:
        url("../images/hero-manor-rococo-v2.webp") 62% center / cover no-repeat,
        #030405;
    overflow: hidden;
}

.hero-inner {
    position: relative;
    z-index: 3;
    max-width: 920px;
    padding: clamp(1rem, 2vw, 1.6rem);
    background: linear-gradient(90deg, rgba(3, 4, 5, 0.34), rgba(3, 4, 5, 0.14) 72%, transparent);
}

.hero-inner::before {
    content: "";
    display: block;
    width: 12rem;
    max-width: 72vw;
    height: 1px;
    margin-bottom: 1.4rem;
    background:
        linear-gradient(90deg, rgba(190, 142, 65, 0.9), rgba(216, 181, 104, 0.5), transparent);
    background-repeat: no-repeat;
}

.hero::before {
    display: none;
}

.hero::after {
    display: none;
}

.eyebrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0 0 0.7rem;
    color: var(--gold-light);
    font-family: "Cinzel", Georgia, "Times New Roman", serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 2rem;
    height: 1px;
    background: rgba(190, 142, 65, 0.78);
}

h1,
h2 {
    margin: 0;
    line-height: 1.08;
    font-family: "Cinzel Decorative", "Cinzel", Georgia, "Times New Roman", serif !important;
    font-weight: 600;
}

h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.12;
    font-family: "Cinzel", Georgia, "Times New Roman", serif !important;
    font-weight: 600;
}

.main-nav,
.header-cta,
.hs-btn,
.room-content h3,
.event-card h3,
.review-card strong,
.step-card h3,
.assurance-card h3,
.card-medallion,
.hero-medallion {
    font-family: "Cinzel", Georgia, "Times New Roman", serif !important;
}

.hero-inner > p:not(.eyebrow),
.page-hero > p,
.section-heading > p {
    font-family: "Cinzel", Georgia, "Times New Roman", serif !important;
    font-weight: 700;
    line-height: 1.35;
}

.hero h1 {
    font-family: "Cinzel Decorative", "Cinzel", Georgia, "Times New Roman", serif !important;
    font-weight: 700;
}

h1 {
    max-width: 13ch;
    font-size: clamp(3rem, 9vw, 7rem);
    letter-spacing: 0;
}

h2 {
    font-size: clamp(2rem, 5vw, 3.4rem);
    letter-spacing: 0;
}

h2::first-letter {
    color: var(--gold-light);
}

h3 {
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    letter-spacing: 0;
}

.hero p {
    max-width: 680px;
    margin: 1.4rem 0 0;
    color: var(--muted);
    font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions,
.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.8rem;
}

.hero-actions::before,
.section-heading::after {
    content: "";
    display: block;
    width: min(100%, 18rem);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(227, 192, 109, 0.8), transparent);
}

.section-heading::after {
    grid-column: 1 / -1;
}

.hero-actions::before {
    flex-basis: 100%;
    margin-bottom: 0.35rem;
}

.hs-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.3rem;
    padding: 0.86rem 1.28rem;
    border: 1px solid var(--gold);
    font-family: "Cinzel", Georgia, "Times New Roman", serif;
    font-weight: 700;
    text-decoration: none;
    border-radius: 0;
    transition: color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.hs-btn-primary {
    border-color: rgba(241, 213, 138, 0.86);
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 35%, rgba(7, 7, 10, 0.16)),
        var(--button-gold);
    color: var(--button-gold-dark);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.46),
        inset 0 -2px 0 rgba(77, 48, 10, 0.58),
        0 18px 38px rgba(0, 0, 0, 0.34),
        0 0 0 1px rgba(227, 192, 109, 0.12);
}

.hs-btn-secondary {
    color: var(--gold-light);
    background: rgba(7, 7, 10, 0.32);
}

.hs-btn-secondary:hover,
.hs-btn-secondary:focus-visible {
    color: var(--ink);
    border-color: var(--ink);
    background: rgba(7, 7, 10, 0.42);
    box-shadow: none;
}

.hs-btn:focus-visible,
.header-cta:focus-visible,
.main-nav a:focus-visible {
    outline: 2px solid var(--ink);
    outline-offset: 3px;
}

.section,
.page-hero {
    position: relative;
    padding: clamp(3.5rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem);
}

.section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(18rem, 64vw);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(190, 142, 65, 0.72), transparent);
    opacity: 0.58;
}

.hero + .section {
    background:
        linear-gradient(rgba(3, 4, 5, 0.76), rgba(3, 4, 5, 0.82)),
        url("../images/marble-blue-black-gold.webp") center center / cover no-repeat;
    border-top: 1px solid rgba(150, 104, 42, 0.55);
}

.section-compact {
    padding-top: clamp(2.5rem, 5vw, 4rem);
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 1.1fr);
    gap: 2rem;
    align-items: end;
    margin-bottom: 2rem;
}

.section-heading p,
.page-hero p,
.feature-list p,
.event-card p,
.room-card p,
.split p,
.note-list li {
    color: var(--muted);
}

.intro-grid,
.steps,
.rooms-grid,
.assurance-grid,
.event-grid,
.reviews-grid,
.gift-grid,
.contact-grid {
    display: grid;
    gap: 1rem;
}

.intro-grid {
    grid-template-columns: 1.15fr 0.85fr;
}

.steps,
.rooms-grid,
.assurance-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.event-grid {
    grid-template-columns: repeat(auto-fit, minmax(10.5rem, 1fr));
}

.event-grid-compact {
    align-items: stretch;
}

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

.reviews-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.panel,
.step-card,
.room-card,
.assurance-card,
.event-card,
.review-card,
.contact-card,
.gift-panel {
    position: relative;
    background: var(--panel);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.panel::before,
.step-card::before,
.room-card::before,
.assurance-card::before,
.event-card::before,
.review-card::before,
.contact-card::before,
.gift-panel::before,
.reservation-box::before {
    content: "";
    position: absolute;
    inset: 0.55rem;
    pointer-events: none;
    background:
        linear-gradient(var(--old-gold), var(--old-gold)) left top / 3rem 1px no-repeat,
        linear-gradient(var(--old-gold), var(--old-gold)) left top / 1px 3rem no-repeat,
        linear-gradient(var(--old-gold), var(--old-gold)) right top / 3rem 1px no-repeat,
        linear-gradient(var(--old-gold), var(--old-gold)) right top / 1px 3rem no-repeat,
        linear-gradient(var(--old-gold), var(--old-gold)) left bottom / 3rem 1px no-repeat,
        linear-gradient(var(--old-gold), var(--old-gold)) left bottom / 1px 3rem no-repeat,
        linear-gradient(var(--old-gold), var(--old-gold)) right bottom / 3rem 1px no-repeat,
        linear-gradient(var(--old-gold), var(--old-gold)) right bottom / 1px 3rem no-repeat;
    opacity: 0.86;
}

.panel::after,
.step-card::after,
.assurance-card::after,
.event-card::after,
.review-card::after,
.contact-card::after,
.gift-panel::after {
    display: none;
}

.panel,
.step-card,
.assurance-card,
.event-card,
.review-card,
.contact-card,
.gift-panel {
    padding: clamp(1.2rem, 2.5vw, 2rem);
}

.feature-list {
    display: grid;
    gap: 1rem;
}

.play-pillars {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

.play-pillars p {
    margin: 0.35rem 0 0;
}

.feature-list div {
    border-left: 2px solid var(--gold);
    padding-left: 1rem;
}

.step-card span {
    display: inline-grid;
    place-items: center;
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: 1rem;
    border: 1px solid var(--gold);
    color: var(--gold-light);
}

.room-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(5, 8, 15, 0.5), rgba(5, 5, 8, 0.95)),
        var(--panel);
}

.card-medallion,
.hero-medallion {
    position: absolute;
    z-index: 4;
    display: grid;
    place-items: center;
    border: 1px solid rgba(190, 142, 65, 0.78);
    color: var(--gold-light);
    background: rgba(5, 6, 7, 0.82);
    box-shadow: inset 0 0 0 1px rgba(190, 142, 65, 0.18);
}

.card-medallion {
    top: 1rem;
    right: 1rem;
    width: 2.35rem;
    height: 2.35rem;
    font-size: 0.82rem;
}

.hero-medallion {
    top: clamp(1.5rem, 5vw, 3rem);
    right: clamp(1rem, 5vw, 5rem);
    width: 3.2rem;
    height: 3.2rem;
}

.room-art {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    min-height: 250px;
    background: #030405;
}

.room-art img {
    position: absolute;
    inset: 0;
}

.room-art img,
.room-detail-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room-art::before {
    content: "";
    position: absolute;
    inset: 0.7rem;
    z-index: 2;
    pointer-events: none;
    border: 1px solid rgba(190, 142, 65, 0.52);
    box-shadow: inset 0 0 0 1px rgba(236, 199, 116, 0.16);
}

.room-content {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: clamp(1.2rem, 2.5vw, 2rem);
}

.room-content h3,
.event-card h3,
.review-card strong,
.step-card h3,
.assurance-card h3 {
    color: var(--gold-light);
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.8rem;
    padding: 0.35rem 0.7rem;
    border: 1px solid var(--line);
    color: var(--gold-light);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 0.85rem;
}

.room-tags {
    display: grid;
    gap: 0.45rem;
    margin-top: 0.8rem;
}

.room-level-line,
.room-feature-line {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.room-tags .pill {
    margin-top: 0;
}

.pill i,
.room-axes i,
.note-list i {
    color: var(--gold-light);
    flex: 0 0 auto;
}

.room-axes {
    display: grid;
    gap: 0.35rem;
    margin: 1rem 0 0;
    padding-left: 0;
    list-style: none;
    color: var(--muted);
}

.room-axes li,
.axes-box .note-list li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.45rem;
    align-items: start;
}

.card-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
    margin-top: auto;
    padding-top: 1rem;
}

.card-cta {
    width: 100%;
    min-height: 3rem;
}

.event-card .card-cta {
    display: inline-flex;
    width: auto;
    margin-top: auto;
}

.event-card {
    display: flex;
    flex-direction: column;
    min-height: 13.5rem;
}

.event-grid-compact .event-card {
    aspect-ratio: 1 / 1;
    min-height: 0;
    padding: clamp(1rem, 2vw, 1.35rem);
}

.event-grid-compact .event-card p {
    font-size: 0.92rem;
}

.equipment-grid,
.offer-grid,
.offer-choice-grid,
.faq-grid,
.formula-grid {
    display: grid;
    gap: 1rem;
}

.equipment-grid {
    grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
}

.equipment-card,
.offer-card,
.formula-card,
.offer-choice article,
.offer-faq article {
    position: relative;
    border: 1px solid var(--line);
    background: rgba(3, 4, 5, 0.52);
    padding: clamp(1rem, 2vw, 1.35rem);
}

.equipment-card {
    display: grid;
    gap: 0.7rem;
}

.equipment-card span,
.offer-choice span {
    display: inline-grid;
    place-items: center;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid rgba(190, 142, 65, 0.54);
    color: var(--gold-light);
}

.offer-grid {
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}

.formula-grid {
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}

.formula-card {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.formula-card > strong {
    color: var(--gold-light);
    font-family: "Cinzel", Georgia, "Times New Roman", serif;
    font-size: 1.1rem;
}

.formula-card .eyebrow {
    margin-bottom: 0;
}

.birthday-formula-grid {
    align-items: stretch;
}

.birthday-inclusions {
    margin-top: 1rem;
}

.birthday-inclusions .meal-family-card {
    justify-content: flex-start;
}

.meal-family-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
    gap: 1rem;
}

.meal-family-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    border: 1px solid var(--line);
    background: rgba(3, 4, 5, 0.52);
    padding: clamp(1rem, 2vw, 1.35rem);
}

.meal-option-list {
    display: grid;
    gap: 0.7rem;
}

.meal-option {
    display: grid;
    gap: 0.25rem;
    padding-top: 0.7rem;
    border-top: 1px solid rgba(190, 142, 65, 0.22);
}

.meal-option span {
    color: var(--gold-light);
    font-family: "Cinzel", Georgia, "Times New Roman", serif;
    font-weight: 700;
}

.meal-option p,
.offer-choice-copy p {
    margin: 0;
    color: var(--muted);
}

.offer-choice-copy {
    display: grid;
    gap: 0.85rem;
    margin-top: 0.85rem;
}

.reception-booking-card {
    display: grid;
    grid-template-columns: minmax(14rem, 0.8fr) minmax(0, 1.2fr);
    gap: 1rem;
    align-items: start;
    border: 1px solid var(--line);
    background: rgba(3, 4, 5, 0.58);
    padding: clamp(1rem, 2.5vw, 1.6rem);
}

.reception-booking-card h3 {
    color: var(--gold-light);
}

.offer-choice,
.offer-pricing,
.offer-faq {
    margin-top: 1rem;
}

.offer-choice-grid,
.faq-grid {
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}

.offer-pricing {
    display: grid;
    gap: 1rem;
}

.catering-notice {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.8rem;
    align-items: center;
    width: min(1100px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 1rem clamp(1rem, 3vw, 1.4rem);
    border: 1px solid rgba(190, 142, 65, 0.42);
    background: rgba(3, 4, 5, 0.62);
    color: var(--ink);
}

.catering-notice span {
    display: grid;
    place-items: center;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid rgba(190, 142, 65, 0.58);
    color: var(--gold-light);
}

.section-icon {
    display: inline-grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1rem;
    border: 1px solid var(--line);
    color: var(--gold-light);
}

.main-nav i,
.header-cta i,
.hs-btn i,
.section-icon i,
.card-medallion i {
    color: currentColor;
    line-height: 1;
}


.page-hero {
    min-height: 42vh;
    display: grid;
    align-content: end;
    border-bottom: 1px solid var(--line);
    background:
        linear-gradient(rgba(3, 4, 5, 0.58), rgba(3, 4, 5, 0.88)),
        url("../images/marble-blue-black-gold.webp") center center / cover no-repeat,
        #030405;
}

.page-hero::after {
    content: "";
    position: absolute;
    left: clamp(1rem, 5vw, 5rem);
    bottom: clamp(1.4rem, 4vw, 3rem);
    width: min(22rem, 70vw);
    height: 1px;
    background: linear-gradient(90deg, rgba(190, 142, 65, 0.78), transparent);
}

.page-hero h1 {
    max-width: 16ch;
}

.split,
.gift-grid,
.contact-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 1.05fr);
    align-items: start;
}

.home-location-grid {
    align-items: stretch;
}

.home-location-grid .contact-card {
    display: flex;
    flex-direction: column;
    min-height: 28rem;
}

.home-location-grid .contact-card > .actions {
    margin-top: auto;
    padding-top: 1.5rem;
}

.home-location-grid .map-shell,
.home-location-grid .map-shell iframe,
.home-location-grid .map-placeholder {
    height: 100%;
    min-height: 28rem;
}

.location-details {
    display: grid;
    gap: 0.65rem;
    margin: 1.2rem 0;
}

.location-details p {
    margin: 0;
}

.split {
    display: grid;
    gap: 2rem;
}

.split > * {
    min-width: 0;
}

.room-narrative {
    display: grid;
    gap: 0.85rem;
    margin: 1rem 0 1.1rem;
}

.room-narrative p {
    margin: 0;
}

.room-detail-visual {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    min-height: clamp(18rem, 38vw, 30rem);
    margin: 0 0 1.4rem;
    border: 1px solid var(--line);
    background: #030405;
    box-shadow: var(--shadow);
}

.room-detail-visual::before {
    content: "";
    position: absolute;
    inset: 0.75rem;
    z-index: 2;
    pointer-events: none;
    border: 1px solid rgba(190, 142, 65, 0.55);
    box-shadow: inset 0 0 0 1px rgba(236, 199, 116, 0.14);
}

.room-detail-aside {
    z-index: 5;
    align-self: start;
    gap: 1rem;
    padding: clamp(1rem, 2vw, 1.45rem);
}

.axes-box {
    position: relative;
    display: grid;
    gap: 0.55rem;
    padding: 0.85rem;
    border: 1px solid rgba(190, 142, 65, 0.34);
    background: rgba(3, 4, 5, 0.42);
}

.axes-box h3,
.timeline-heading h3 {
    font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.note-list {
    margin: 0;
    padding-left: 1.2rem;
}

.note-list li + li {
    margin-top: 0.25rem;
}

.adventure-timeline {
    display: grid;
    gap: 0.85rem;
}

.timeline-heading {
    display: grid;
    gap: 0.35rem;
}

.timeline-heading .eyebrow {
    margin-bottom: 0.1rem;
}

.timeline-heading p:last-child {
    margin: 0;
    color: var(--muted);
}

.timeline-steps {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.timeline-steps li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.65rem;
    align-items: start;
    padding: 0.7rem;
    border: 1px solid rgba(190, 142, 65, 0.24);
    background: rgba(255, 255, 255, 0.025);
}

.timeline-icon {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border: 1px solid rgba(190, 142, 65, 0.58);
    color: var(--gold-light);
}

.timeline-steps strong {
    display: block;
    color: var(--ink);
    font-family: "Cinzel", Georgia, "Times New Roman", serif;
    font-size: 0.88rem;
}

.timeline-steps p {
    margin: 0.2rem 0 0;
    font-size: 0.9rem;
}

.continuity-band {
    border-top: 1px solid rgba(190, 142, 65, 0.2);
}

.continuity-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.contact-form {
    display: grid;
    gap: 1rem;
}

.contact-form label {
    display: grid;
    gap: 0.35rem;
    color: var(--ink);
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

input,
select,
textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 0;
    padding: 0.85rem 0.9rem;
    background: rgba(7, 7, 10, 0.72);
    color: var(--ink);
    font: inherit;
}

textarea {
    resize: vertical;
}

.form-note {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.map-shell {
    min-height: 340px;
    border: 1px solid var(--line);
    background: var(--black-soft);
    overflow: hidden;
}

.iframe-shell {
    min-height: 420px;
    border: 1px solid var(--line);
    background:
        linear-gradient(rgba(3, 4, 5, 0.78), rgba(3, 4, 5, 0.86)),
        url("../images/marble-blue-black-gold.webp") center center / cover no-repeat,
        var(--black-soft);
}

.iframe-shell iframe {
    display: block;
    width: 100%;
    min-height: 620px;
    border: 0;
}

.map-shell iframe,
.map-placeholder {
    width: 100%;
    height: 100%;
    min-height: 340px;
}

.map-placeholder {
    display: grid;
    place-content: center;
    gap: 0.3rem;
    padding: 2rem;
    text-align: center;
    color: var(--muted);
}

.map-placeholder strong {
    color: var(--ink);
    font-size: 1.3rem;
}

.reservation-box {
    position: relative;
    display: grid;
    gap: 1rem;
    background:
        linear-gradient(rgba(3, 4, 5, 0.76), rgba(3, 4, 5, 0.9)),
        url("../images/marble-blue-black-gold.webp") center center / cover no-repeat;
    border: 1px solid var(--line);
    padding: clamp(1.3rem, 3vw, 2.2rem);
}

.reservation-rules-form {
    display: grid;
    gap: 1rem;
}

.reservation-rule-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1.25rem;
    align-items: center;
    padding: 1.25rem;
    border: 1px solid rgba(201, 162, 91, 0.55);
    background: rgba(7, 8, 9, 0.72);
}

.reservation-rule-copy {
    display: grid;
    gap: .55rem;
}

.reservation-rule-copy strong {
    color: var(--gold-light);
    font-family: "Cinzel", serif;
    font-size: 1.05rem;
}

.reservation-rule-icon {
    color: var(--gold-light);
    font-size: 1.65rem;
}

@media (max-width: 575.98px) {
    .reservation-rule-card {
        padding: 1rem;
        gap: .8rem;
    }
}

.site-footer {
    display: grid;
    grid-template-columns: 1.3fr 1fr 0.7fr;
    gap: 2rem;
    padding: 2rem clamp(1rem, 5vw, 5rem);
    border-top: 1px solid var(--line);
    background: #050507;
    color: var(--muted);
}

.site-footer strong {
    color: var(--ink);
}

.footer-logo {
    display: block;
    width: auto;
    height: 42px;
    max-width: min(9rem, 52vw);
    object-fit: contain;
    margin-bottom: 0.8rem;
}

.site-footer span,
.site-footer a {
    display: block;
    margin-bottom: 0.35rem;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .45rem 1.5rem;
    align-content: start;
}

.footer-links a,
.footer-links .cookie-settings-link {
    display: block;
    margin: 0;
}

.cookie-settings-link {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    text-decoration: underline;
    cursor: pointer;
}

.cookie-settings-link:hover,
.cookie-settings-link:focus-visible {
    color: #fff;
}

.cookie-consent[hidden] {
    display: none;
}

.cookie-consent {
    position: fixed;
    z-index: 1090;
    right: clamp(0.75rem, 3vw, 2rem);
    bottom: clamp(0.75rem, 3vw, 2rem);
    left: clamp(0.75rem, 3vw, 2rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.25rem;
    align-items: end;
    max-width: 1100px;
    margin-inline: auto;
    padding: clamp(1.1rem, 3vw, 1.6rem);
    border: 1px solid var(--gold);
    background: rgba(5, 6, 9, 0.98);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.72);
    isolation: isolate;
}

.cookie-consent h2 {
    font-size: clamp(1.35rem, 3vw, 2rem);
}

.cookie-consent p {
    margin: 0.65rem 0;
    color: var(--muted);
}

.cookie-consent a {
    color: var(--gold-light);
}

.cookie-consent-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(12rem, 1fr));
    gap: 0.75rem;
}

.privacy-content,
.legal-content {
    display: grid;
    gap: 0.8rem;
}

.privacy-content h3,
.legal-content h3 {
    margin-top: 0.8rem;
    color: var(--gold-light);
}

.privacy-content p,
.legal-content p {
    margin: 0;
    color: var(--muted);
}

.legal-content a {
    color: var(--gold-light);
}

.pricing-strip,
.payment-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--line);
    background: var(--line);
}

.pricing-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 8.75rem), 1fr));
    gap: 1rem;
}

.payment-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 10rem), 1fr));
    gap: 1rem;
}

.pricing-step-card {
    display: grid;
    justify-items: center;
    align-content: start;
    min-width: 0;
    min-height: 13rem;
    text-align: center;
}

.pricing-step-card h3 {
    margin-bottom: .55rem;
    max-width: 100%;
    line-height: 1.08;
    overflow-wrap: normal;
    text-wrap: balance;
}

.pricing-step-card strong {
    color: var(--gold-light);
    font-family: "Cinzel Decorative", "Cinzel", serif;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.pricing-step-card p {
    margin: .2rem 0 0;
    line-height: 1.35;
}

.payment-step-card {
    display: grid;
    justify-items: center;
    align-content: center;
    min-width: 0;
    min-height: 12rem;
    text-align: center;
}

.payment-step-card h3 {
    max-width: 100%;
    line-height: 1.08;
    overflow-wrap: normal;
    text-wrap: balance;
}

.pricing-strip > div,
.payment-strip > div {
    display: grid;
    place-items: center;
    gap: 0.45rem;
    min-height: 8rem;
    padding: 1rem;
    background: rgba(5, 6, 9, 0.96);
    text-align: center;
}

.pricing-strip strong,
.payment-strip strong {
    color: var(--gold-light);
    font-family: "Cinzel", Georgia, "Times New Roman", serif;
}

.pricing-strip span {
    color: var(--ink);
    font-weight: 700;
}

.payment-strip i {
    color: var(--gold-light);
    font-size: 1.8rem;
}

@media (max-width: 900px) {
    body {
        background-attachment: scroll, scroll, scroll;
    }

    .site-header {
        position: static;
    }

    .main-nav {
        align-items: stretch;
        justify-content: flex-start;
        padding-top: 1rem;
    }

    .main-nav a,
    .header-cta {
        min-height: 3rem;
        display: flex;
        align-items: center;
    }

    .header-cta {
        width: 100%;
        min-height: 3.5rem;
        margin-left: 0 !important;
    }

    .section-heading,
    .intro-grid,
    .steps,
    .rooms-grid,
    .assurance-grid,
    .event-grid,
    .reviews-grid,
    .split,
    .gift-grid,
    .contact-grid,
    .reception-booking-card,
    .site-footer {
        grid-template-columns: 1fr;
    }

    .footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cookie-consent {
        grid-template-columns: 1fr;
        max-height: calc(100vh - 1.5rem);
        overflow-y: auto;
    }

    .cookie-consent-actions {
        grid-template-columns: 1fr;
    }

    .pricing-steps,
    .payment-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pricing-step-card,
    .payment-step-card {
        min-width: 0;
        min-height: 11rem;
        padding-inline: .85rem;
    }

    .pricing-step-card h3,
    .payment-step-card h3 {
        max-width: 100%;
        font-size: clamp(.86rem, 3.35vw, 1.05rem);
        line-height: 1.12;
        overflow-wrap: break-word;
    }

    .pricing-step-card strong {
        font-size: clamp(1.35rem, 6.2vw, 1.85rem);
    }

    .hero {
        min-height: 68vh;
        background-position: 64% center;
    }

    .hero::before {
        top: 5rem;
        right: 1rem;
        bottom: 1rem;
        width: 56vw;
        opacity: 0.58;
    }

    .hero::after {
        display: none;
    }

    .section::before {
        opacity: 0.46;
    }

}

@media (max-width: 560px) {
    .pricing-steps,
    .payment-steps {
        gap: .75rem;
    }

    .pricing-step-card,
    .payment-step-card {
        min-height: 9.75rem;
        padding: 1rem .55rem;
    }

    .pricing-step-card::before,
    .payment-step-card::before {
        inset: .5rem;
        background:
            linear-gradient(var(--old-gold), var(--old-gold)) left top / 2.05rem 1px no-repeat,
            linear-gradient(var(--old-gold), var(--old-gold)) left top / 1px 2.05rem no-repeat,
            linear-gradient(var(--old-gold), var(--old-gold)) right top / 2.05rem 1px no-repeat,
            linear-gradient(var(--old-gold), var(--old-gold)) right top / 1px 2.05rem no-repeat,
            linear-gradient(var(--old-gold), var(--old-gold)) left bottom / 2.05rem 1px no-repeat,
            linear-gradient(var(--old-gold), var(--old-gold)) left bottom / 1px 2.05rem no-repeat,
            linear-gradient(var(--old-gold), var(--old-gold)) right bottom / 2.05rem 1px no-repeat,
            linear-gradient(var(--old-gold), var(--old-gold)) right bottom / 1px 2.05rem no-repeat;
    }

    .pricing-step-card span,
    .payment-step-card span {
        width: 2.15rem;
        height: 2.15rem;
        margin-bottom: .8rem;
    }

    .pricing-step-card h3,
    .payment-step-card h3 {
        font-size: clamp(.8rem, 3.8vw, .98rem);
    }

    .pricing-step-card strong {
        font-size: clamp(1.25rem, 6.6vw, 1.7rem);
    }

    .pricing-step-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

    .brand {
        min-width: 0;
    }

    .brand-logo {
        width: auto;
        height: clamp(56px, 16vw, 72px);
        max-width: 58vw;
    }

    .main-nav a {
        padding: 0.55rem 0.65rem;
    }

    .hero-actions,
    .actions {
        flex-direction: column;
    }

    .hs-btn {
        width: 100%;
        min-height: 3.55rem;
    }

    .card-actions {
        grid-template-columns: 1fr;
    }

    .continuity-actions {
        flex-direction: column;
    }

    .timeline-steps li {
        padding: 0.75rem;
    }

    .home-location-grid .contact-card,
    .home-location-grid .map-shell,
    .home-location-grid .map-shell iframe,
    .home-location-grid .map-placeholder {
        min-height: 0;
        height: auto;
    }

    .home-location-grid .map-shell,
    .home-location-grid .map-shell iframe,
    .home-location-grid .map-placeholder {
        min-height: 320px;
    }

    .footer-logo {
        height: 36px;
        max-width: 46vw;
    }

    .section,
    .page-hero {
        padding-inline: 1rem;
    }

    h1 {
        font-size: clamp(2.65rem, 18vw, 4.2rem);
    }

    .iframe-shell {
        min-height: 320px;
    }

    .room-art {
        min-height: 210px;
    }

    .card-medallion {
        width: 2rem;
        height: 2rem;
        font-size: 0.72rem;
    }

    .hero-medallion {
        display: none;
    }

    .hero {
        background-position: 68% center;
    }

    .hero-inner {
        background: linear-gradient(90deg, rgba(3, 4, 5, 0.34), rgba(3, 4, 5, 0.18));
    }

    .hero::before {
        display: none;
    }
}
