.reservations-shell {
    padding: 112px 0 80px;
}

.icon-dot,
.card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    box-shadow: 0 0 14px rgba(191, 255, 0, .18);
}

.glass-row .icon-dot {
    transform: translateY(-8px);
}

.glass-card .card-icon {
    transform: translateY(-10px);
}

.golf-icon {
    display: block;
    color: currentColor;
}

.details-toggle {
    border: 1px solid rgba(191, 255, 0, .45);
    background: rgba(5, 5, 5, .82);
    color: var(--primary);
    border-radius: 999px;
    padding: 10px 14px;
    cursor: pointer;
    text-shadow: 0 0 12px rgba(191, 255, 0, .35);
}

.details-toggle:hover,
.details-toggle[aria-expanded="true"] {
    background: rgba(191, 255, 0, .12);
    border-color: var(--primary);
    color: var(--primary);
    box-shadow: 0 0 18px rgba(191, 255, 0, .22);
}

.calendar-card,
.selected-date-field {
    cursor: pointer;
}

.reservations-hero {
    margin-bottom: 34px;
}

.reservations-hero h1 {
    font-size: clamp(34px, 5vw, 58px);
    margin-bottom: 14px;
}

.reservations-hero p {
    max-width: 720px;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
}

.reservations-muted {
    margin-top: 8px;
    color: rgba(255, 255, 255, .5) !important;
    font-size: 12px !important;
}

.reservation-date-strip {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    padding: 0 0 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid var(--border);
    scrollbar-width: none;
}

.reservation-date-strip::-webkit-scrollbar {
    display: none;
}

.date-card {
    flex: 0 0 64px;
    height: 80px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--card);
    color: var(--fg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    transition: .2s;
}

.date-card span {
    font-family: var(--font-display);
    font-size: 9px;
    letter-spacing: .12em;
    color: var(--muted);
}

.date-card strong {
    font-family: var(--font-display);
    font-size: 18px;
}

.date-card.is-active {
    background: var(--primary);
    border-color: var(--primary);
    color: #000;
    box-shadow: 0 0 15px rgba(191, 255, 0, .5);
}

.date-card.is-active span {
    color: rgba(0, 0, 0, .72);
}

.calendar-card .date-icon {
    color: inherit;
    font-size: 18px;
}

.reservation-calendar-modal {
    position: fixed;
    inset: 0;
    z-index: 1500;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.reservation-calendar-modal.is-open {
    display: flex;
}

.reservation-calendar-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .72);
    backdrop-filter: blur(10px);
}

.reservation-calendar-dialog {
    position: relative;
    z-index: 1;
    width: min(520px, 100%);
    max-height: min(720px, calc(100vh - 40px));
    overflow: auto;
    border: 1px solid rgba(191, 255, 0, .28);
    border-radius: 16px;
    background: rgba(10, 10, 10, .96);
    box-shadow: 0 0 35px rgba(191, 255, 0, .14);
    padding: 22px;
}

.calendar-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    color: var(--primary);
    font-size: 24px;
    line-height: 1;
}

.calendar-modal-head {
    padding-right: 44px;
    margin-bottom: 20px;
}

.calendar-modal-head span {
    display: block;
    font-family: var(--font-display);
    font-size: 10px;
    letter-spacing: .2em;
    color: var(--primary);
    text-transform: uppercase;
    margin-bottom: 6px;
}

.calendar-modal-head strong {
    color: #fff;
    font-size: 14px;
}

.calendar-month-title {
    color: var(--primary);
    font-size: 13px;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin: 18px 0 10px;
}

.calendar-day-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 7px;
}

.calendar-day {
    min-height: 58px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    background: rgba(255, 255, 255, .035);
    color: rgba(255, 255, 255, .82);
    transition: .2s;
}

.calendar-day:hover,
.calendar-day.is-active {
    border-color: var(--primary);
    background: rgba(191, 255, 0, .12);
    color: var(--primary);
}

.calendar-day span,
.calendar-day strong {
    display: block;
}

.calendar-day span {
    font-size: 9px;
    color: rgba(255, 255, 255, .5);
}

.calendar-day strong {
    font-family: var(--font-display);
    font-size: 15px;
}

.reservation-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
}

.reservation-tabs button {
    border: 1px solid var(--border);
    border-radius: 2px;
    color: var(--muted);
    font-family: var(--font-display);
    font-size: 10px;
    letter-spacing: .18em;
    padding: 11px 24px;
    transition: .2s;
}

.reservation-tabs button.is-active {
    background: var(--primary);
    border-color: var(--primary);
    color: #000;
}

.reservation-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
}

.reservation-tab-panel {
    display: none;
}

.reservation-tab-panel.is-active {
    display: grid;
    gap: 18px;
}

.reservation-card {
    display: grid;
    grid-template-columns: 192px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--card);
    transition: .25s;
}

.reservation-card:hover {
    border-color: rgba(191, 255, 0, .35);
}

.reservation-card-image {
    position: relative;
    min-height: 180px;
    overflow: hidden;
}

.reservation-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reservation-card-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, .5), transparent);
}

.reservation-card-image span {
    position: absolute;
    z-index: 2;
    left: 12px;
    top: 12px;
    border-radius: 999px;
    background: var(--primary);
    color: #000;
    padding: 5px 9px;
    font-family: var(--font-display);
    font-size: 8px;
    letter-spacing: .14em;
}

.reservation-card-content {
    padding: 20px;
}

.reservation-card h2 {
    font-size: 20px;
    color: var(--fg);
    margin-bottom: 6px;
}

.reservation-description {
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.reservation-meta {
    display: flex;
    gap: 18px;
    color: rgba(255, 255, 255, .5);
    font-size: 10px;
    margin-bottom: 16px;
}

.reservation-meta span:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--primary);
    margin-right: 7px;
}

.details-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    font-family: var(--font-display);
    font-size: 10px;
    letter-spacing: .16em;
    margin-bottom: 14px;
}

.details-toggle span {
    font-size: 14px;
}

.package-details {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding-top: 16px;
    margin-top: 4px;
}

.package-details.is-open {
    display: block;
}

.details-intro,
.select-time-label {
    color: rgba(255, 255, 255, .9);
    font-family: var(--font-display);
    font-size: 11px;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.included-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 16px;
    margin: 0 0 14px;
    padding: 0;
}

.included-grid li {
    position: relative;
    list-style: none;
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
    padding-left: 18px;
}

.included-grid li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary);
}

.virtual-tour {
    color: rgba(255, 255, 255, .6);
    font-size: 11px;
    margin-bottom: 12px;
}

.virtual-tour a {
    color: var(--primary);
    font-weight: 700;
}

.availability-box,
.reservation-detail-box {
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 10px;
    background: rgba(255, 255, 255, .03);
    padding: 13px;
    margin-bottom: 14px;
}

.availability-box h3,
.important-info h3,
.reservation-detail-box h3 {
    font-family: var(--font-display);
    font-size: 10px;
    letter-spacing: .18em;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 10px;
}

.availability-box p,
.important-info li,
.reservation-footnotes p {
    color: rgba(255, 255, 255, .62);
    font-size: 11px;
    line-height: 1.55;
}

.important-info {
    margin-bottom: 14px;
}

.important-info ul {
    padding-left: 16px;
}

.important-info li::marker {
    color: var(--primary);
}

.reservation-footnotes {
    margin-bottom: 16px;
}

.reservation-footnotes p {
    color: rgba(255, 255, 255, .32);
    font-size: 9px;
    font-style: italic;
    margin: 4px 0;
}

.detail-selectors {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.detail-selectors > div,
.detail-selectors label {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 9px;
    background: rgba(255, 255, 255, .03);
    padding: 10px;
}

.detail-selectors small {
    display: block;
    color: rgba(255, 255, 255, .42);
    font-family: var(--font-display);
    font-size: 8px;
    letter-spacing: .16em;
    margin-bottom: 4px;
}

.detail-selectors strong,
.detail-selectors select {
    width: 100%;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, .8);
    font-size: 11px;
    outline: 0;
}

.detail-selectors option {
    background: #121212;
}

.time-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 12px;
}

.time-grid button {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    background: rgba(255, 255, 255, .03);
    text-align: center;
    padding: 12px 8px;
}

.time-grid button.is-active {
    border-color: var(--primary);
    background: rgba(191, 255, 0, .1);
    box-shadow: 0 0 15px rgba(191, 255, 0, .25);
}

.time-grid strong {
    display: block;
    font-family: var(--font-display);
    font-size: 14px;
    color: #fff;
}

.time-grid span {
    color: var(--primary);
    font-size: 10px;
}

.duration-note {
    color: rgba(255, 255, 255, .5);
    font-size: 11px;
}

.reservation-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 18px;
}

.reservation-card-footer strong {
    font-family: var(--font-display);
    font-size: 28px;
    color: var(--primary);
    text-shadow: 0 0 15px rgba(191, 255, 0, .65);
}

.reservation-card-footer small {
    font-size: 11px;
    color: rgba(255, 255, 255, .5);
    font-family: var(--font-body);
    margin-left: 4px;
}

.private-card {
    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--card);
    padding: 44px;
    text-align: center;
}

.private-icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(191, 255, 0, .1);
    color: var(--primary);
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.private-card h2 {
    font-size: 22px;
    margin-bottom: 12px;
}

.private-card p,
.private-card li {
    color: rgba(255, 255, 255, .65);
    font-size: 14px;
}

.private-card ul {
    display: inline-block;
    text-align: left;
    margin: 18px auto 26px;
    padding-left: 18px;
}

.private-card li::marker {
    color: var(--primary);
}

.reservation-sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
}

.reservation-sidebar img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 18px;
}

.reservation-sidebar h2 {
    font-size: 20px;
    margin-bottom: 12px;
}

.reservation-sidebar a {
    color: var(--primary);
}

.reservation-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.legal-page {
    padding-top: 112px;
}

.entry-content > .legal-page {
    padding-top: 20px;
}

.legal-content {
    max-width: 780px;
    margin: 0 auto;
    padding: 64px 16px 90px;
}

.legal-content h2 {
    color: var(--primary);
    font-size: 18px;
    letter-spacing: .12em;
    margin: 34px 0 14px;
}

.legal-content p,
.legal-content li {
    color: rgba(255, 255, 255, .66);
    font-size: 14px;
}

.legal-content ul {
    padding-left: 20px;
}

.legal-content li::marker {
    color: var(--primary);
}

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

    .reservation-sidebar {
        position: static;
    }

    .reservation-card-image {
        height: 240px;
    }
}

@media (max-width: 640px) {
    .reservations-shell {
        padding-top: 90px;
    }

    .included-grid,
    .detail-selectors {
        grid-template-columns: 1fr;
    }

    .reservation-tabs button {
        flex: 1;
        padding-inline: 10px;
    }

    .reservation-card-footer {
        flex-direction: column;
        align-items: stretch;
    }
}

.reservations-page .details-toggle {
    border: 1px solid rgba(191, 255, 0, .45);
    background: rgba(5, 5, 5, .82);
    color: var(--primary);
    border-radius: 999px;
    padding: 10px 14px;
    cursor: pointer;
    text-shadow: 0 0 12px rgba(191, 255, 0, .35);
}

.reservations-page .details-toggle:hover,
.reservations-page .details-toggle[aria-expanded="true"] {
    background: rgba(191, 255, 0, .12);
    border-color: var(--primary);
    color: var(--primary);
    box-shadow: 0 0 18px rgba(191, 255, 0, .22);
}

.reservations-page .calendar-card {
    cursor: pointer;
    pointer-events: auto;
}

.icon-dot,
.card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    box-shadow: 0 0 14px rgba(191, 255, 0, .18);
}

.glass-row .icon-dot {
    transform: translateY(-8px);
}

.glass-card .card-icon {
    transform: translateY(-10px);
}

.golf-icon {
    display: block;
    color: currentColor;
}
.sunset-video {
    background: #000;
}

.food-page {
    background: #020202;
    color: #fff;
    overflow: hidden;
}

.food-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    isolation: isolate;
}

.food-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 18% 40%, rgba(191, 255, 0, .16), transparent 28%),
        linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .58) 48%, rgba(0, 0, 0, .82) 100%);
}

.food-hero-content {
    max-width: 780px;
    padding-top: 86px;
}

.food-badge {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(191, 255, 0, .42);
    border-radius: 999px;
    padding: 9px 16px;
    color: var(--primary);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
    background: rgba(0, 0, 0, .58);
    box-shadow: 0 0 24px rgba(191, 255, 0, .12);
}

.food-hero h1 {
    margin: 26px 0 22px;
    max-width: 760px;
    font-family: var(--font-display);
    font-size: clamp(48px, 7vw, 96px);
    line-height: .9;
    letter-spacing: 0;
    text-transform: uppercase;
}

.food-hero p {
    max-width: 660px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(18px, 2.1vw, 25px);
    line-height: 1.45;
}

.food-hero-actions,
.food-venue-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}

.food-venue-section {
    position: relative;
    padding: 110px 0;
    border-top: 1px solid rgba(191, 255, 0, .14);
}

.food-venue-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(191, 255, 0, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(191, 255, 0, .035) 1px, transparent 1px);
    background-size: 82px 82px;
    pointer-events: none;
    opacity: .35;
}

.food-venue-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    gap: clamp(38px, 5vw, 74px);
    align-items: center;
}

.food-venue-section.is-reverse .food-venue-copy {
    order: 2;
}

.food-venue-copy h2 {
    margin: 18px 0 10px;
    font-family: var(--font-display);
    font-size: clamp(50px, 7vw, 104px);
    line-height: .88;
    color: #fff;
    text-transform: uppercase;
}

.food-venue-copy h3 {
    margin: 0 0 22px;
    color: var(--primary);
    font-size: clamp(20px, 2.2vw, 31px);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(191, 255, 0, .4);
}

.food-venue-copy p {
    max-width: 640px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 1.78;
}

.food-image-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 128px;
    gap: 12px;
}

.food-image-grid figure {
    grid-column: span 2;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 110, 0, .26);
    border-radius: 18px;
    background: #111;
    box-shadow: 0 22px 56px rgba(0, 0, 0, .42);
}

.food-image-grid figure.is-large {
    grid-column: span 4;
    grid-row: span 2;
}

.food-image-grid img,
.food-peek-track img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.food-page .button-ghost {
    border: 1px solid rgba(255, 255, 255, .18);
    color: rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .05);
}

.food-page .button-ghost.is-disabled {
    cursor: default;
    opacity: .78;
}

.food-peek-section {
    border-top: 1px solid rgba(191, 255, 0, .14);
    background: radial-gradient(circle at 50% 0, rgba(191, 255, 0, .12), transparent 34%), #030303;
}

.food-peek-track {
    display: grid;
    grid-template-columns: repeat(6, minmax(220px, 1fr));
    gap: 18px;
    overflow-x: auto;
    padding: 10px 0 20px;
    scrollbar-color: var(--primary) rgba(255, 255, 255, .12);
}

.food-peek-track figure {
    height: 360px;
    min-width: 220px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    background: #111;
}

.food-reviews-section {
    border-top: 1px solid rgba(255, 110, 0, .22);
    background: #020202;
}

.food-review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.food-review-card {
    min-height: 260px;
    padding: 30px;
    border: 1px solid rgba(191, 255, 0, .18);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025));
    box-shadow: 0 24px 70px rgba(0, 0, 0, .36);
}

.food-stars {
    display: flex;
    gap: 7px;
    margin-bottom: 22px;
    color: var(--primary);
    filter: drop-shadow(0 0 10px rgba(191, 255, 0, .35));
}

.food-review-card p {
    min-height: 96px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    line-height: 1.55;
}

.food-review-card strong {
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

@media (max-width: 980px) {
    .food-hero {
        min-height: 680px;
    }

    .food-venue-grid,
    .food-venue-section.is-reverse .food-venue-grid {
        grid-template-columns: 1fr;
    }

    .food-venue-section.is-reverse .food-venue-copy {
        order: 0;
    }

    .food-review-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .food-hero {
        min-height: 640px;
    }

    .food-venue-section {
        padding: 76px 0;
    }

    .food-image-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 132px;
    }

    .food-image-grid figure,
    .food-image-grid figure.is-large {
        grid-column: span 1;
        grid-row: span 1;
        border-radius: 14px;
    }

    .food-hero-actions,
    .food-venue-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .food-peek-track figure {
        height: 290px;
    }
}

.experiences-page {
    background: #050505;
    color: #fff;
    overflow: hidden;
}

.session-pricing-section {
    padding-top: 150px;
    background:
        radial-gradient(circle at 50% 14%, rgba(191, 255, 0, .11), transparent 35%),
        #050505;
}

.session-pricing-section .section-head h1,
.session-pricing-section .section-head h2 {
    font-family: var(--font-display);
    font-size: clamp(40px, 6vw, 72px);
    line-height: .96;
    text-transform: uppercase;
}

.session-pricing-section .section-head h1 span,
.session-pricing-section .section-head h2 span {
    color: var(--primary);
    text-shadow: 0 0 15px rgba(191, 255, 0, .7), 0 0 40px rgba(191, 255, 0, .3);
}

.bay-map {
    margin: 0 auto 54px;
}

.bay-legend {
    display: flex;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.bay-legend span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.bay-legend i {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    box-shadow: 0 0 16px currentColor;
}

.bay-map-scroll {
    width: fit-content;
    min-width: 700px;
    margin-inline: auto;
    padding-bottom: 8px;
}

.bay-row {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
}

.bay-box {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--bay-color);
    color: #fff;
    font-family: var(--font-display);
    font-size: 12px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .32);
}

.bay-box.is-one {
    border: 2px solid var(--primary);
    box-shadow: 0 0 18px rgba(191, 255, 0, .32);
}

.bay-stage {
    width: 260px;
    height: 20px;
    margin: 16px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(191, 255, 0, .3), transparent);
    opacity: .45;
}

.session-tier-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.session-tier-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 430px;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--tier-color) 28%, transparent);
    border-radius: 18px;
    background: #0a0a0a;
    transition: .25s;
}

.session-tier-card:hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--tier-color) 60%, transparent);
    box-shadow: 0 0 24px color-mix(in srgb, var(--tier-color) 24%, transparent);
}

.tier-colorbar {
    height: 4px;
    background: var(--tier-color);
}

.session-tier-card h2 {
    margin: 24px 24px 14px;
    color: var(--tier-color);
    font-family: var(--font-display);
    font-size: 26px;
    text-transform: uppercase;
}

.tier-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 0 24px;
}

.tier-price strong {
    color: #fff;
    font-family: var(--font-display);
    font-size: 44px;
}

.tier-price span,
.session-tier-card small {
    color: rgba(255, 255, 255, .52);
    font-size: 12px;
}

.session-tier-card small {
    display: block;
    margin: 2px 24px 22px;
}

.session-tier-card ul {
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 0 24px 24px;
}

.session-tier-card li {
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 9px;
    align-items: start;
    margin: 11px 0;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
}

.session-tier-card li svg {
    margin-top: 2px;
    color: var(--tier-color);
}

.session-tier-card > a {
    display: block;
    margin: 0 24px 24px;
    border-radius: 999px;
    padding: 12px 14px;
    background: var(--tier-color);
    color: #000;
    font-family: var(--font-display);
    font-size: 11px;
    letter-spacing: .14em;
    text-align: center;
}

.experiences-services-head {
    margin-top: 96px;
}

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

.experience-service-card {
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--service-color) 26%, transparent);
    border-radius: 18px;
    background: #0a0a0a;
    transition: .25s;
}

.experience-service-card:hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--service-color) 62%, transparent);
}

.experience-service-card header {
    position: relative;
    min-height: 128px;
    display: flex;
    align-items: flex-end;
    padding: 22px;
    overflow: hidden;
    background: linear-gradient(135deg, color-mix(in srgb, var(--service-color) 20%, transparent), rgba(255, 255, 255, .03));
}

.service-orb {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 96px;
    height: 96px;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    background: radial-gradient(circle, var(--service-color), transparent 70%);
    opacity: .18;
}

.experience-service-card h3 {
    position: relative;
    margin: 0 0 6px;
    color: #fff;
    font-family: var(--font-display);
    font-size: 19px;
    line-height: 1.05;
    text-transform: uppercase;
}

.experience-service-card header p {
    position: relative;
    margin: 0;
    color: var(--service-color);
    font-size: 11px;
    font-weight: 800;
}

.service-body {
    display: flex;
    flex-direction: column;
    min-height: 250px;
    padding: 22px;
}

.service-duration {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 13px;
    color: rgba(255, 255, 255, .56);
    font-size: 12px;
}

.service-body > p {
    flex: 1;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
    line-height: 1.65;
}

.service-body footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.service-body footer strong {
    display: block;
    color: var(--service-color);
    font-family: var(--font-display);
    font-size: 14px;
    text-shadow: 0 0 14px color-mix(in srgb, var(--service-color) 45%, transparent);
}

.service-body footer small {
    display: block;
    margin-top: 2px;
    color: rgba(255, 255, 255, .35);
    font-size: 9px;
}

.service-book,
.service-contact {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 9px 14px;
    font-family: var(--font-display);
    font-size: 10px;
    letter-spacing: .1em;
    white-space: nowrap;
}

.service-book {
    background: var(--service-color);
    color: #000;
}

.service-contact {
    border: 1px solid color-mix(in srgb, var(--service-color) 45%, transparent);
    color: var(--service-color);
}

.service-contact:hover {
    background: var(--service-color);
    color: #000;
}

@media (max-width: 1024px) {
    .session-tier-grid,
    .experience-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bay-map {
        overflow-x: auto;
        padding-bottom: 8px;
    }
}

@media (max-width: 680px) {
    .session-pricing-section {
        padding-top: 112px;
    }

    .session-tier-grid,
    .experience-service-grid {
        grid-template-columns: 1fr;
    }

    .bay-legend {
        justify-content: flex-start;
    }

    .service-body footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    body.mobile-menu-open {
        overflow: hidden;
    }

    .mobile-menu.is-open {
        z-index: 1002;
        display: flex;
        position: fixed;
        inset: 0;
        min-height: 100vh;
        padding: 112px 28px 36px;
        flex-direction: column;
        gap: 22px;
        background: rgba(3, 3, 3, .98);
        backdrop-filter: blur(22px);
        border-top: 1px solid rgba(191, 255, 0, .18);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 0 70px rgba(0, 0, 0, .85);
    }

    .mobile-menu.is-open::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            radial-gradient(circle at 80% 10%, rgba(191, 255, 0, .12), transparent 28%),
            linear-gradient(rgba(191, 255, 0, .04) 1px, transparent 1px),
            linear-gradient(90deg, rgba(191, 255, 0, .04) 1px, transparent 1px);
        background-size: auto, 58px 58px, 58px 58px;
        pointer-events: none;
    }

    .mobile-menu-list,
    .mobile-menu .primary-menu {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        gap: 18px;
        width: 100%;
    }

    .mobile-menu-list a,
    .mobile-menu .primary-menu a {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
        color: #fff;
        font-family: var(--font-display);
        font-size: 20px;
        letter-spacing: .14em;
        text-transform: uppercase;
        text-shadow: 0 0 18px rgba(0, 0, 0, .7);
    }

    .mobile-book {
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .mobile-menu-toggle {
        z-index: 1003;
    }

    .mobile-menu-toggle span:not(.screen-reader-text) {
        transition: transform .22s ease, opacity .22s ease;
        transform-origin: center;
    }

    .mobile-menu-toggle.is-open span:not(.screen-reader-text):first-child {
        transform: translateY(4px) rotate(45deg);
    }

    .mobile-menu-toggle.is-open span:not(.screen-reader-text):nth-child(2) {
        transform: translateY(-4px) rotate(-45deg);
    }
}

@media (max-width: 640px) {
    .hero-section {
        min-height: 100svh;
        padding: 104px 0 168px;
        align-items: flex-start;
    }

    .hero-content {
        width: min(100% - 36px, 560px);
        padding-top: 0;
    }

    .hero-content h1 {
        font-size: clamp(42px, 15vw, 72px);
        line-height: .86;
    }

    .hero-content h2 {
        font-size: clamp(30px, 11vw, 52px);
        line-height: .86;
        overflow-wrap: anywhere;
    }

    .hero-content p {
        max-width: 100%;
        font-size: 16px;
    }

    .hero-buttons {
        width: 100%;
        margin-top: 28px;
        gap: 14px;
    }

    .hero-buttons .button {
        width: 100%;
        min-height: 58px;
    }

    .hero-stats {
        left: 18px;
        right: 18px;
        bottom: 34px;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 8px;
        padding: 0;
        z-index: 4;
    }

    .hero-stats div {
        min-width: 0;
        text-align: center;
    }

    .hero-stats strong {
        font-size: clamp(16px, 6vw, 25px);
        line-height: 1;
    }

    .hero-stats span {
        display: block;
        margin-top: 6px;
        font-size: 9px;
        line-height: 1.1;
        overflow-wrap: anywhere;
    }

    .corner {
        width: 34px;
        height: 34px;
        opacity: .9;
    }

    .corner-bl {
        bottom: 128px;
        left: 28px;
    }

    .corner-br {
        bottom: 128px;
        right: 28px;
    }
}

@media (max-width: 420px) {
    .hero-section {
        padding-bottom: 184px;
    }

    .hero-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 12px;
    }

    .corner-bl,
    .corner-br {
        bottom: 160px;
    }
}

/* Final mobile hero cleanup: remove the decorative corner frame entirely on phones. */
@media (max-width: 640px) {
    .hero-section .corner {
        display: none !important;
    }
}

/* Food & Drinks source-layout alignment */
.food-page .food-hero {
    min-height: 80vh;
    align-items: center;
    text-align: center;
}

.food-page .food-hero-overlay {
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, .64), rgba(0, 0, 0, .28), #000),
        rgba(0, 0, 0, .22);
}

.food-page .food-hero-content {
    max-width: 980px;
    margin-inline: auto;
    padding-top: 80px;
    text-align: center;
}

.food-page .food-hero h1 {
    max-width: 920px;
    margin-inline: auto;
    font-size: clamp(42px, 6.4vw, 84px);
    line-height: 1;
}

.food-page .food-hero h1 span {
    color: var(--primary);
    text-shadow: 0 0 15px rgba(191, 255, 0, .7), 0 0 40px rgba(191, 255, 0, .3);
}

.food-page .food-hero p {
    max-width: 620px;
    margin-inline: auto;
}

.food-page .food-hero-actions,
.food-page .food-venue-actions {
    justify-content: center;
}

.food-page .food-venue-section {
    padding: 92px 0;
}

.food-page .food-venue-grid {
    display: block;
}

.food-page .food-venue-copy {
    max-width: 880px;
    margin: 0 auto 48px;
    text-align: center;
}

.food-page .food-venue-copy .eyebrow {
    margin-inline: auto;
}

.food-page .food-venue-copy h2 {
    margin-top: 0;
    font-size: clamp(44px, 6vw, 72px);
    line-height: 1;
}

.food-page .food-venue-copy h3 {
    max-width: 760px;
    margin-inline: auto;
    font-size: clamp(18px, 2vw, 24px);
    letter-spacing: .12em;
}

.food-page .food-venue-copy p {
    max-width: 760px;
    margin-inline: auto;
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    line-height: 1.75;
}

.food-page .food-image-grid {
    max-width: 1180px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 24px;
}

.food-page .venue-count-4 .food-image-grid {
    max-width: 920px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.food-page .food-image-grid figure,
.food-page .food-image-grid figure.is-large {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 3;
    border: 0;
    border-radius: 18px;
    box-shadow: none;
}

.food-page .food-image-grid img {
    transition: transform .5s ease;
}

.food-page .food-image-grid figure:hover img {
    transform: scale(1.045);
}

@media (max-width: 760px) {
    .food-page .food-hero {
        min-height: 620px;
        padding-top: 68px;
    }

    .food-page .food-hero-content {
        padding-top: 0;
    }

    .food-page .food-hero h1 {
        font-size: clamp(34px, 10vw, 48px);
    }

    .food-page .food-venue-section {
        padding: 70px 0;
    }

    .food-page .food-venue-copy {
        margin-bottom: 34px;
    }

    .food-page .food-image-grid,
    .food-page .venue-count-4 .food-image-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .food-page .food-venue-actions,
    .food-page .food-hero-actions {
        align-items: stretch;
    }
}

/* Events page alignment with the Base44 source page */
.events-page {
    background: #050505;
    color: #fff;
    overflow: hidden;
}

.events-hero {
    position: relative;
    min-height: 70vh;
    margin-top: -110px;
    padding-top: 110px;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-align: center;
}

.events-hero > img,
.events-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.events-hero > img {
    object-fit: cover;
}

.events-hero-shade {
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, .48), transparent 48%, #050505),
        rgba(0, 0, 0, .55);
}

.events-hero-content {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin-inline: auto;
}

.events-hero-content .eyebrow {
    margin-inline: auto;
}

.events-hero h1 {
    max-width: 980px;
    margin: 0 auto 18px;
    font-size: clamp(42px, 6.2vw, 78px);
    line-height: 1.02;
    text-transform: uppercase;
}

.events-hero h1 span,
.events-small-title,
.events-closing strong {
    color: var(--primary);
    text-shadow: 0 0 15px rgba(191, 255, 0, .7), 0 0 40px rgba(191, 255, 0, .3);
}

.events-hero p {
    margin: 0 auto 34px;
    max-width: 680px;
    color: rgba(255, 255, 255, .72);
    font-size: 17px;
}

.events-hero-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.events-intro {
    padding-top: 72px;
    padding-bottom: 130px;
}

.events-intro .lead {
    max-width: 880px;
    color: rgba(255, 255, 255, .68);
    font-size: 17px;
    line-height: 1.8;
}

.events-sublead {
    max-width: 880px;
    margin: 22px 0 54px;
    color: rgba(255, 255, 255, .52);
    font-size: 15px;
    line-height: 1.8;
}

.events-small-title {
    margin: 0 0 24px;
    font-family: var(--font-display);
    font-size: 24px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.events-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 44px;
    margin-bottom: 54px;
}

.events-benefits div {
    display: grid;
    grid-template-columns: 8px 1fr;
    gap: 14px;
    align-items: start;
    color: rgba(255, 255, 255, .66);
    font-size: 15px;
    line-height: 1.5;
}

.events-benefits span {
    width: 7px;
    height: 7px;
    margin-top: 8px;
    border-radius: 999px;
    background: var(--primary);
    box-shadow: 0 0 14px rgba(191, 255, 0, .6);
}

.events-closing {
    display: flex;
    justify-content: space-between;
    gap: 36px;
    align-items: flex-end;
    padding-top: 34px;
    border-top: 1px solid rgba(191, 255, 0, .14);
}

.events-closing p {
    margin: 4px 0;
    color: rgba(255, 255, 255, .52);
    font-family: var(--font-display);
    letter-spacing: .08em;
}

.events-closing div:last-child {
    text-align: right;
}

.events-closing strong,
.events-closing em {
    display: block;
}

.events-closing strong {
    font-family: var(--font-display);
    letter-spacing: .12em;
}

.events-closing em {
    margin-top: 6px;
    color: rgba(255, 255, 255, .38);
    font-size: 13px;
}

.events-proposal {
    margin-top: 36px;
}

.events-page .sunset-section {
    padding-top: 90px;
}

@media (max-width: 760px) {
    .events-hero {
        min-height: 640px;
        margin-top: -66px;
        padding: 100px 0 70px;
    }

    .events-hero h1 {
        font-size: clamp(36px, 10vw, 54px);
    }

    .events-hero-actions {
        align-items: stretch;
    }

    .events-intro {
        padding-top: 60px;
        padding-bottom: 86px;
    }

    .events-benefits {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .events-closing {
        display: block;
    }

    .events-closing div:last-child {
        margin-top: 28px;
        text-align: left;
    }
}
