@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700&family=Source+Sans+3:wght@400;500;600;700&display=swap");

:root {
    --sip-gunmetal: #022937;
    --sip-midnight-green: #0c4b62;
    --sip-verdigris: #42b3b3;
    --sip-blizzard-blue: #9fdddf;
    --sip-white: #fff;
    --sip-gold-crayola: #f0cb80;
    --sip-satin-gold: #cd9f40;
    --sip-golden-brown: #906210;
    --sip-ink: var(--sip-gunmetal);
    --sip-navy: var(--sip-midnight-green);
    --sip-navy-soft: var(--sip-verdigris);
    --sip-gold: var(--sip-gold-crayola);
    --sip-gold-dark: var(--sip-golden-brown);
    --sip-gold-soft: var(--sip-gold-crayola);
    --sip-ivory: var(--sip-white);
    --sip-paper: var(--sip-white);
    --sip-stone: var(--sip-white);
    --sip-clay: var(--sip-golden-brown);
    --sip-sage: var(--sip-verdigris);
    --sip-muted: rgba(2, 41, 55, .72);
    --sip-line: rgba(12, 75, 98, .18);
    --sip-shadow: 0 24px 64px rgba(2, 41, 55, .14);
    --sip-serif: "Playfair Display", Georgia, serif;
    --sip-sans: "Proxima Nova", "Source Sans 3", "Segoe UI", Arial, sans-serif;
    --sip-arabic: "El Messiri", Tahoma, sans-serif;
    --sip-page: min(1280px, calc(100% - clamp(32px, 7vw, 96px)));
    --sip-hero-height: clamp(520px, 66svh, 620px);
    --sip-hero-padding: clamp(112px, 13svh, 136px) clamp(32px, 7vw, 96px) clamp(68px, 8svh, 92px);
}

body.sip-menu-is-open {
    overflow: hidden;
}

@media (max-width: 860px) {
    .sip-menu-toggle {
        background: linear-gradient(145deg, #022937, #0c4b62) !important;
        border: 0 !important;
        border-radius: 3px 17px 3px 17px !important;
        box-shadow: 0 12px 28px rgba(2, 41, 55, .34) !important;
        color: #fff !important;
        height: 48px !important;
        overflow: hidden;
        right: 18px !important;
        top: 18px !important;
        width: 54px !important;
    }

    .sip-menu-toggle::after {
        background: var(--sip-gold-crayola);
        bottom: 0;
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .sip-menu-toggle span {
        display: none !important;
    }

    .sip-menu-toggle i,
    .sip-menu-toggle i::before,
    .sip-menu-toggle i::after {
        background: currentColor !important;
        border: 0 !important;
        height: 2px !important;
        width: 23px !important;
    }

    .sip-menu-toggle i {
        display: block !important;
        position: relative !important;
        transform: none !important;
    }

    .sip-menu-toggle i::before,
    .sip-menu-toggle i::after {
        content: "" !important;
        left: 0 !important;
        position: absolute !important;
        top: 0 !important;
    }

    .sip-menu-toggle i::before {
        transform: translateY(-6px) !important;
    }

    .sip-menu-toggle i::after {
        transform: translateY(6px) !important;
        width: 15px !important;
    }

    .sip-header.is-menu-open .sip-menu-toggle i::before {
        transform: rotate(45deg) !important;
        width: 24px !important;
    }

    .sip-header.is-menu-open .sip-menu-toggle i {
        background: transparent !important;
    }

    .sip-header.is-menu-open .sip-menu-toggle i::after {
        transform: rotate(-45deg) !important;
        width: 24px !important;
    }

    .sip-header .sip-nav {
        align-items: stretch !important;
        background:
            radial-gradient(circle at 100% 0, rgba(240, 203, 128, .16), transparent 42%),
            linear-gradient(145deg, #022937 0%, #0c4b62 100%) !important;
        border: 0 !important;
        box-shadow: none !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        height: 100dvh !important;
        inset: 0 !important;
        justify-content: flex-start !important;
        max-height: none !important;
        min-height: 100dvh !important;
        opacity: 0;
        overflow-y: auto;
        padding: 108px 24px 38px !important;
        pointer-events: none;
        position: fixed !important;
        transform: translateX(100%) !important;
        visibility: hidden;
        width: 100% !important;
        z-index: 60;
    }

    .sip-header .sip-nav::before {
        color: var(--sip-gold-crayola) !important;
        content: "STAY INN  /  PYRAMIDS" !important;
        font: 800 10px/1 var(--sip-sans) !important;
        left: 24px !important;
        letter-spacing: .22em !important;
        right: auto !important;
        top: 35px !important;
    }

    .sip-header.is-menu-open .sip-nav {
        opacity: 1 !important;
        pointer-events: auto;
        transform: translateX(0) !important;
        visibility: visible;
    }

    .sip-header .sip-nav a {
        background: transparent !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(240, 203, 128, .2) !important;
        color: #fff !important;
        font: 500 clamp(2rem, 9.5vw, 2.55rem)/1 var(--sip-serif) !important;
        min-height: 70px !important;
        padding: 15px 2px !important;
    }

    .sip-header .sip-nav a.is-active {
        color: var(--sip-gold-crayola) !important;
        padding-left: 16px !important;
    }

    .sip-header .sip-nav a.is-active::before {
        background: var(--sip-gold-crayola);
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        top: 50%;
        width: 8px;
    }

    .sip-menu-toggle:focus-visible {
        outline: 3px solid #fff;
        outline-offset: 3px;
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body.sip-page {
    background: var(--sip-ivory);
    color: var(--sip-ink);
    display: block;
    font-family: var(--sip-sans);
    font-size: 17px;
    font-synthesis: none;
    line-height: 1.7;
    margin: 0;
    min-height: 100vh;
    overflow-x: clip;
    padding: 0;
}

html[lang^="ar"] body.sip-page {
    font-family: var(--sip-arabic);
}

.sip-page :where(h1, h2, h3, h4) {
    font-family: var(--sip-serif);
    font-weight: 500;
    text-transform: none;
}

.sip-page a {
    color: inherit;
    text-decoration: none;
}

.sip-page img {
    display: block;
    max-width: 100%;
}

.sip-page svg {
    fill: none;
    height: 1.1em;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    width: 1.1em;
}

.sip-honeypot {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    border: 0 !important;
    height: 1px !important;
    left: 0;
    min-height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 1px !important;
}

.sip-header {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(2, 41, 55, .94), rgba(12, 75, 98, .88)),
        var(--sip-ink);
    border: 0;
    border-bottom: 1px solid rgba(240, 203, 128, .22);
    box-shadow: 0 24px 70px rgba(2, 41, 55, .26);
    color: #fff;
    display: grid;
    gap: clamp(12px, 1.8vw, 22px);
    grid-template-columns: 132px minmax(0, 1fr) auto;
    left: 0;
    min-height: 76px;
    overflow: visible;
    padding: 10px clamp(18px, 4vw, 56px);
    position: fixed;
    right: 0;
    top: 0;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .24s ease;
    z-index: 50;
}

@supports ((backdrop-filter: blur(18px)) or (-webkit-backdrop-filter: blur(18px))) {
    .sip-header {
        -webkit-backdrop-filter: blur(18px);
        backdrop-filter: blur(18px);
        background: rgba(2, 41, 55, .76);
    }
}

.admin-bar .sip-header {
    top: 32px;
}

.sip-header--hidden {
    pointer-events: none;
    transform: translateY(calc(-100% - 12px));
}

.sip-header__logo {
    display: inline-flex;
    align-items: center;
    width: 112px;
}

.sip-logo {
    height: auto;
    width: 100%;
}

.sip-header__logo .sip-logo {
    height: 72px;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.sip-nav {
    align-items: center;
    background: transparent;
    border: 0;
    display: flex;
    gap: clamp(14px, 2vw, 30px);
    justify-content: center;
    justify-self: center;
    min-width: 0;
    padding: 0;
    width: auto;
}

.sip-nav a,
.sip-book-link {
    cursor: pointer;
    font: 800 12px/1 var(--sip-sans);
    letter-spacing: 0;
    list-style: none;
    position: relative;
}

.sip-nav a {
    align-items: center;
    color: rgba(255, 255, 255, .86);
    display: inline-flex;
    min-height: 46px;
    padding: 0 0 4px;
    text-decoration: none;
    transition: background .18s ease, color .18s ease, box-shadow .18s ease;
    white-space: nowrap;
}

.sip-nav a::after {
    background: currentColor;
    bottom: 6px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    transition: opacity .18s ease, width .18s ease;
    width: 0;
}

.sip-nav a:hover,
.sip-nav a:focus,
.sip-nav a.is-active {
    background: transparent;
    box-shadow: none;
    color: var(--sip-gold-soft);
}

.sip-nav a:hover::after,
.sip-nav a:focus::after,
.sip-nav a.is-active::after {
    opacity: 1;
    width: 100%;
}

.sip-book-link,
.sip-btn,
.sip-form button {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    font: 700 14px/1 var(--sip-sans);
    gap: 12px;
    justify-content: center;
    letter-spacing: 0;
    min-height: 52px;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.sip-book-link {
    background:
        linear-gradient(135deg, var(--sip-gold-soft), var(--sip-gold));
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 16px 34px rgba(205, 159, 64, .24);
    color: #022937;
    gap: 14px;
    justify-content: center;
    min-height: 46px;
    min-width: 134px;
    padding: 0 17px;
    text-align: center;
    text-decoration: none;
}

.sip-menu-toggle {
    display: none;
}

.sip-book-link:hover,
.sip-book-link:focus {
    background: var(--sip-gold-soft);
    border-color: rgba(255, 255, 255, .28);
    color: #022937;
}

.sip-book-link:hover,
.sip-book-link:focus,
.sip-btn:hover,
.sip-form button:hover {
    transform: translateY(-1px);
}

@media (max-width: 1180px) {
    .sip-header {
        gap: 12px;
        grid-template-columns: 108px minmax(0, 1fr) auto;
        min-height: 74px;
        padding-inline: clamp(16px, 3vw, 28px);
    }

    .sip-nav {
        gap: clamp(10px, 1.4vw, 18px);
        justify-content: center;
    }

    .sip-nav a {
        font-size: 11px;
    }

    .sip-book-link {
        justify-self: end;
        min-width: 122px;
        padding-inline: 14px;
    }
}

@media (max-width: 860px) {
    .admin-bar .sip-header {
        top: 46px;
    }

    .sip-header {
        background:
            linear-gradient(135deg, rgba(2, 41, 55, .96), rgba(12, 75, 98, .92)),
            var(--sip-ink);
        border-bottom-color: rgba(240, 203, 128, .24);
        box-shadow: 0 18px 46px rgba(2, 41, 55, .28);
        gap: 10px;
        grid-template-columns: 74px minmax(0, 1fr) 48px;
        min-height: 70px;
        padding: 9px 12px;
    }

    .sip-header__logo {
        grid-column: 1;
        width: 62px;
    }

    .sip-header__logo .sip-logo {
        height: 50px;
    }

    .sip-book-link {
        box-shadow: none;
        font-size: 12px;
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        min-height: 44px;
        min-width: 112px;
        padding: 0 14px;
    }

    .sip-book-link svg {
        display: none;
    }

    .sip-menu-toggle {
        align-items: center;
        background: rgba(255, 255, 255, .1);
        border: 1px solid rgba(255, 255, 255, .22);
        box-shadow: inset 0 0 0 1px rgba(2, 41, 55, .18);
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        grid-column: 3;
        grid-row: 1;
        height: 48px;
        justify-content: center;
        justify-self: end;
        padding: 0;
        transition: background .18s ease, border-color .18s ease, color .18s ease;
        width: 48px;
    }

    .sip-menu-toggle:hover,
    .sip-menu-toggle:focus,
    .sip-header.is-menu-open .sip-menu-toggle {
        background: rgba(240, 203, 128, .16);
        border-color: rgba(240, 203, 128, .5);
        color: var(--sip-gold-soft);
    }

    .sip-menu-toggle span {
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    .sip-menu-toggle i,
    .sip-menu-toggle i::before,
    .sip-menu-toggle i::after {
        background: currentColor;
        content: "";
        display: block;
        height: 2px;
        transition: transform .18s ease, opacity .18s ease;
        width: 22px;
    }

    .sip-menu-toggle i {
        position: relative;
    }

    .sip-menu-toggle i::before,
    .sip-menu-toggle i::after {
        left: 0;
        position: absolute;
    }

    .sip-menu-toggle i::before {
        top: -7px;
    }

    .sip-menu-toggle i::after {
        top: 7px;
    }

    .sip-header.is-menu-open .sip-menu-toggle i {
        background: transparent;
    }

    .sip-header.is-menu-open .sip-menu-toggle i::before {
        transform: translateY(7px) rotate(45deg);
    }

    .sip-header.is-menu-open .sip-menu-toggle i::after {
        transform: translateY(-7px) rotate(-45deg);
    }

    .sip-header .sip-nav {
        background:
            linear-gradient(180deg, rgba(12, 75, 98, .99), rgba(2, 41, 55, .99)),
            var(--sip-ink);
        border: 1px solid rgba(240, 203, 128, .34);
        box-shadow: 0 28px 70px rgba(2, 41, 55, .48);
        display: grid;
        gap: 8px;
        grid-template-columns: 1fr;
        justify-content: stretch;
        justify-self: stretch;
        left: 0;
        max-height: calc(100vh - 98px);
        opacity: 0;
        overflow: auto;
        padding: 12px;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: calc(100% + 8px);
        transform: translateY(-10px) scale(.98);
        transform-origin: top center;
        transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
        visibility: hidden;
        width: auto;
        z-index: 60;
    }

    .sip-header.is-menu-open .sip-nav {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0) scale(1);
        visibility: visible;
    }

    .sip-header .sip-nav a {
        background: rgba(255, 255, 255, .055);
        border: 1px solid rgba(255, 255, 255, .1);
        box-shadow: none;
        display: flex;
        font-size: 16px;
        justify-content: space-between;
        min-height: 56px;
        padding: 0 16px;
        white-space: normal;
        width: 100%;
    }

    .sip-header .sip-nav a:hover,
    .sip-header .sip-nav a:focus {
        background: rgba(240, 203, 128, .12);
        border-color: rgba(240, 203, 128, .28);
        color: var(--sip-gold-soft);
    }

    .sip-header .sip-nav a.is-active {
        background:
            linear-gradient(135deg, rgba(240, 203, 128, .96), rgba(205, 159, 64, .94));
        border-color: transparent;
        color: #022937;
    }

    .sip-header .sip-nav a::before {
        display: none;
    }

    .sip-header .sip-nav a::after {
        background: transparent;
        border-right: 2px solid currentColor;
        border-top: 2px solid currentColor;
        bottom: auto;
        content: "";
        display: inline-block;
        flex: 0 0 8px;
        height: 8px;
        left: auto;
        margin-left: 16px;
        opacity: .72;
        position: static;
        transform: rotate(45deg);
        width: 8px;
    }
}

@media (max-width: 420px) {
    .sip-header {
        grid-template-columns: 64px minmax(0, 1fr) 46px;
        padding-inline: 10px;
    }

    .sip-header__logo {
        width: 58px;
    }

    .sip-header__logo .sip-logo {
        height: 48px;
    }

    .sip-book-link {
        min-width: 104px;
        padding-inline: 12px;
    }

    .sip-menu-toggle {
        height: 46px;
        width: 46px;
    }
}

.sip-btn {
    border: 1px solid transparent;
    min-width: 144px;
    padding: 0 26px;
    text-align: center;
}

.sip-btn--gold {
    background: var(--sip-gold);
    color: #fff;
}

.sip-btn--gold:hover {
    background: var(--sip-gold-dark);
}

.sip-btn--ink {
    background: var(--sip-ink);
    color: #fff;
}

.sip-btn--outline {
    background: transparent;
    border-color: var(--sip-gold);
    color: #fff;
}

.sip-btn--ghost {
    background: transparent;
    border-color: rgba(255, 255, 255, .75);
    color: #fff;
}

.sip-btn--outline-dark {
    border-color: var(--sip-gold);
    color: var(--sip-ink);
}

.sip-status {
    border: 1px solid rgba(205, 159, 64, .45);
    box-shadow: var(--sip-shadow);
    left: 50%;
    max-width: min(92vw, 560px);
    padding: 14px 18px;
    position: fixed;
    top: 104px;
    transform: translateX(-50%);
    z-index: 70;
}

.sip-status.is-sent {
    background: #edf8f0;
    color: #1a6035;
}

.sip-status.is-failed {
    background: #fff1ec;
    color: #8d2d1b;
}

.sip-status strong,
.sip-status span {
    display: block;
}

.sip-status span {
    font-size: 13px;
    margin-top: 4px;
}

.sip-hero {
    align-items: center;
    background: #022937;
    color: #fff;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    height: var(--sip-hero-height);
    margin-top: 0;
    overflow: hidden;
    padding: var(--sip-hero-padding);
    position: relative;
}

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

.sip-home .sip-hero {
    display: block;
}

.sip-hero__slides,
.sip-hero__slides span {
    inset: 0;
    position: absolute;
}

.sip-hero__slides {
    overflow: hidden;
    z-index: 0;
}

.sip-hero__slides span {
    animation: sipHeroSlide 18s infinite ease-in-out;
    background-image: var(--sip-hero-image);
    background-position: center;
    background-size: cover;
    opacity: 0;
    transform: none;
}

.sip-hero__slides span:nth-child(2) {
    animation-delay: 6s;
}

.sip-hero__slides span:nth-child(3) {
    animation-delay: 12s;
}

.sip-hero__copy {
    max-width: 720px;
    position: relative;
    text-shadow: 0 4px 26px rgba(0, 0, 0, .58);
    z-index: 2;
}

.sip-home .sip-hero__copy {
    left: clamp(24px, 7vw, 96px);
    position: absolute;
    top: 50%;
    transform: translateY(-48%);
    width: min(720px, calc(100% - 48px));
}
.sip-hero__copy p,
.sip-kicker,
.sip-section-intro p,
.sip-page-hero p,
.sip-venue-card > div > p,
.sip-event-card > div > p,
.sip-room-card__body > p:first-child {
    color: var(--sip-gold);
    font: 800 12px/1.3 var(--sip-sans);
    letter-spacing: .08em;
    margin: 0 0 14px;
    text-transform: uppercase;
}
.sip-hero h1,
.sip-page-hero h1,
.sip-detail-hero h1 {
    font: 500 clamp(64px, 8vw, 112px)/.92 var(--sip-serif);
    letter-spacing: 0;
    margin: 0;
}

.sip-hero__copy > span {
    color: rgba(255, 255, 255, .82);
    display: block;
    font: 500 clamp(24px, 3vw, 40px)/1.18 var(--sip-serif);
    margin: 22px 0 34px;
    max-width: 760px;
}

.sip-hero__actions,
.sip-card-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.sip-hero-dots {
    bottom: 22px;
    display: flex;
    gap: 11px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 2;
}

.sip-hero-dots span {
    background: #fff;
    border-radius: 50%;
    height: 8px;
    opacity: .9;
    width: 8px;
}

.sip-hero-dots span:first-child {
    background: var(--sip-gold);
}

@keyframes sipHeroSlide {
    0% {
        opacity: 0;
    }

    6%,
    30% {
        opacity: 1;
    }

    39% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sip-hero__slides span {
        animation: none;
        opacity: 0;
    }

    .sip-hero__slides span:first-child {
        opacity: 1;
        transform: none;
    }
}

.sip-form label {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.sip-form label > span {
    color: var(--sip-muted);
    font: 800 11px/1.3 var(--sip-sans);
    letter-spacing: .06em;
    text-transform: uppercase;
}

.sip-form input,
.sip-form select,
.sip-form textarea {
    background: #fff;
    border: 1px solid rgba(2, 41, 55, .16);
    color: var(--sip-ink);
    font: 600 14px/1.2 var(--sip-sans);
    min-height: 48px;
    padding: 0 12px;
    width: 100%;
}

.sip-form textarea {
    line-height: 1.55;
    min-height: 132px;
    padding: 13px 12px;
    resize: vertical;
}

.sip-form button {
    background: var(--sip-ink);
    border: 0;
    color: #fff;
    min-height: 48px;
    padding: 0 18px;
}

.sip-section {
    margin: 0 auto;
    padding: clamp(82px, 9vw, 132px) 0;
    width: var(--sip-page);
}

.sip-section-intro {
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, .72fr) minmax(280px, .48fr);
    margin-bottom: 34px;
}

.sip-section-intro h2,
.sip-cta h2,
.sip-empty-state h1,
.sip-empty-state h2 {
    font-family: var(--sip-serif);
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: .98;
    margin: 0;
}
.sip-section-intro span,
.sip-cta span,
.sip-empty-state p,
.sip-venue-card p,
.sip-event-card p,
.sip-room-card__body > p:last-of-type {
    color: var(--sip-muted);
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

.sip-home-intro.sip-section {
    align-items: stretch;
    background: var(--sip-paper);
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 1.02fr);
    margin-top: clamp(38px, 5vw, 58px);
    padding: 0;
}

.sip-home-intro:not(.sip-home-arrival) > div {
    display: grid;
    padding: clamp(38px, 5.5vw, 58px) clamp(30px, 5vw, 48px);
}

.sip-home-intro h2,
.sip-home-section-head h2,
.sip-home-previews h2,
.sip-home-location h2 {
    font-family: var(--sip-serif);
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

.sip-home-intro p:not(.sip-kicker),
.sip-home-previews p:not(.sip-kicker),
.sip-home-location p {
    color: var(--sip-ink);
    font-size: 15px;
    line-height: 1.78;
    margin: 22px 0 0;
    max-width: 520px;
}

.sip-home-intro img {
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    width: 100%;
}

.sip-home-icons {
    align-self: end;
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 34px;
}

.sip-home-icons span {
    color: var(--sip-muted);
    display: grid;
    font-size: 12px;
    gap: 7px;
    justify-items: center;
    line-height: 1.35;
    text-align: center;
}

.sip-home-icons svg {
    color: var(--sip-gold);
    height: 34px;
    width: 34px;
}

.sip-home-icons strong {
    color: var(--sip-ink);
    font-size: 13px;
}

.sip-home-icons em,
.sip-home-attractions em {
    font-style: normal;
}

.sip-room-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.sip-room-card,
.sip-venue-card,
.sip-event-card {
    background: var(--sip-paper);
    border: 1px solid rgba(2, 41, 55, .1);
    box-shadow: 0 16px 38px rgba(2, 41, 55, .08);
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.sip-room-card[hidden],
.sip-gallery-grid figure[hidden] {
    display: none;
}
.sip-room-card__image img,
.sip-venue-card img,
.sip-event-card img {
    aspect-ratio: 1 / .72;
    height: auto;
    object-fit: cover;
    width: 100%;
}
.sip-room-card__body,
.sip-venue-card div,
.sip-event-card div {
    display: grid;
    gap: 14px;
    padding: 22px;
}
.sip-room-card h3,
.sip-venue-card h3,
.sip-event-card h3 {
    font-family: var(--sip-serif);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.02;
    margin: 0;
}

.sip-room-card ul,
.sip-amenity-list {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sip-room-card ul {
    grid-template-columns: 1fr;
}

.sip-room-card li,
.sip-amenity-list li {
    align-items: center;
    color: var(--sip-muted);
    display: flex;
    font-size: 13px;
    gap: 8px;
    line-height: 1.45;
}

.sip-room-card li svg,
.sip-amenity-list li svg {
    color: var(--sip-gold);
    flex: 0 0 auto;
}

.sip-home-section-head {
    align-items: end;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 28px;
}

.sip-home-section-head .sip-btn,
.sip-home-previews .sip-btn,
.sip-home-location .sip-btn {
    min-height: 42px;
    min-width: auto;
    padding: 0 18px;
}

.sip-home-previews .sip-btn--ink {
    color: #fff;
}

.sip-home-section-head .sip-btn--outline-dark,
.sip-home-location .sip-btn--outline-dark {
    background: transparent;
    color: var(--sip-ink);
}

.sip-home-previews.sip-section {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 22px;
}

.sip-home-previews article {
    background: var(--sip-paper);
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(230px, 1fr);
    min-height: 250px;
}

.sip-home-previews article > div {
    align-content: center;
    display: grid;
    padding: clamp(24px, 3vw, 36px);
}

.sip-home-previews img {
    height: 100%;
    min-height: 250px;
    object-fit: cover;
    width: 100%;
}

.sip-home-previews h2 {
    font-size: clamp(28px, 3vw, 38px);
}

.sip-home-previews p:not(.sip-kicker) {
    color: var(--sip-muted);
    margin-bottom: 22px;
}

.sip-home-gallery.sip-section {
    padding-top: 42px;
}

.sip-home-gallery-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sip-home-gallery-grid a {
    aspect-ratio: 1 / .74;
    color: #fff;
    display: block;
    overflow: hidden;
    position: relative;
}

.sip-home-gallery-grid a::after {
    background: linear-gradient(180deg, rgba(2, 41, 55, .04), rgba(2, 41, 55, .72));
    content: "";
    inset: 0;
    position: absolute;
}

.sip-home-gallery-grid img {
    height: 100%;
    object-fit: cover;
    transition: transform .22s ease;
    width: 100%;
}

.sip-home-gallery-grid a:hover img {
    transform: scale(1.04);
}

.sip-home-gallery-grid span {
    align-items: center;
    bottom: 20px;
    display: grid;
    font: 700 16px/1.2 var(--sip-sans);
    gap: 7px;
    justify-items: center;
    left: 16px;
    position: absolute;
    right: 16px;
    text-align: center;
    z-index: 1;
}

.sip-home-gallery-grid svg {
    height: 28px;
    width: 28px;
}

.sip-home-location {
    background: var(--sip-paper);
    display: grid;
    grid-template-columns: minmax(260px, .58fr) minmax(360px, 1.1fr) minmax(300px, .7fr);
    margin: 22px auto 0;
    width: var(--sip-page);
}

.sip-home-location > div:first-child {
    padding: clamp(30px, 4vw, 42px);
}

.sip-home-location p {
    color: var(--sip-muted);
    margin-bottom: 26px;
}

.sip-home-attractions {
    background: #fff;
    display: grid;
}

.sip-home-attractions article {
    align-items: center;
    border-bottom: 1px solid rgba(2, 41, 55, .12);
    display: grid;
    gap: 12px;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    padding: 18px;
}

.sip-home-attractions article:last-child {
    border-bottom: 0;
}

.sip-home-attractions img {
    aspect-ratio: 1.35 / 1;
    object-fit: cover;
    width: 72px;
}

.sip-home-attractions strong,
.sip-home-attractions em,
.sip-home-attractions small {
    display: block;
}

.sip-home-attractions strong {
    font-size: 15px;
    margin-bottom: 5px;
}

.sip-home-attractions em {
    color: var(--sip-muted);
    font-size: 12px;
}

.sip-home-attractions small {
    color: var(--sip-muted);
    font-size: 12px;
    white-space: nowrap;
}
.sip-venue-grid,
.sip-facility-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sip-venue-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.sip-venue-card a,
.sip-venue-card div > a {
    align-items: center;
    color: var(--sip-gold-dark);
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
}

.sip-cta {
    align-items: center;
    background:
    linear-gradient(90deg, rgba(2, 41, 55, .98), rgba(2, 41, 55, .92) 62%, rgba(2, 41, 55, .45)),
    url("../imgs/hero-view-clean.webp") right center / auto 100% no-repeat,
    var(--sip-ink);
    color: #fff;
    display: flex;
    gap: 24px;
    justify-content: flex-start;
    margin: clamp(38px, 5vw, 62px) auto 0;
    padding: clamp(34px, 5vw, 54px) clamp(32px, 7vw, 86px);
}

.sip-cta span {
    color: rgba(255, 255, 255, .82);
    display: block;
    margin-top: 12px;
    max-width: 640px;
}

.sip-cta > div {
    margin-right: auto;
}

.sip-cta .sip-btn--ghost {
    border-color: var(--sip-gold);
}

.sip-mini-facts {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sip-mini-facts li {
    align-items: center;
    color: var(--sip-muted);
    display: flex;
    font-size: 13px;
    gap: 8px;
}

.sip-mini-facts svg {
    color: var(--sip-gold);
}

.sip-room-card__amenities {
    align-items: center;
    color: var(--sip-ink);
    display: flex;
    gap: 18px;
    margin-top: 2px;
}

.sip-room-card__amenities svg {
    height: 18px;
    width: 18px;
}

.sip-room-card .sip-btn--ink,
.sip-venue-card .sip-btn--ink,
.sip-event-card .sip-btn--ink,
.sip-related-strip .sip-btn--ink {
    color: #fff;
}

.sip-rooms-listing.sip-section,
.sip-dining-venues.sip-section {
    padding-top: clamp(52px, 6vw, 78px);
}

.sip-room-grid--all {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sip-room-detail-body h2,
.sip-dining-detail-body h2,
.sip-event-detail-body h2,
.sip-event-form-grid h2,
.sip-about-story h2,
.sip-about-location h2,
.sip-experience-band h2,
.sip-gallery-feature h2 {
    font-family: var(--sip-serif);
    font-size: clamp(34px, 4.4vw, 56px);
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

.sip-dining-detail-body,
.sip-event-detail-body,
.sip-room-overview-grid,
.sip-gallery-feature,
.sip-about-location {
    background: var(--sip-paper);
}

.sip-dining-detail-body p,
.sip-event-detail-body p,
.sip-room-overview-grid p,
.sip-event-form-grid p,
.sip-gallery-feature p,
.sip-about-story p,
.sip-about-location p,
.sip-experience-band p,
.sip-about-bottom p {
    color: var(--sip-muted);
    font-size: 16px;
    line-height: 1.76;
}

.sip-detail-facts {
    display: grid;
    gap: 0;
    margin: 22px 0;
}

.sip-detail-facts div {
    align-items: center;
    border-bottom: 1px solid rgba(2, 41, 55, .12);
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(140px, .72fr) minmax(0, 1fr);
    padding: 16px 0;
}

.sip-detail-facts div:last-child {
    border-bottom: 0;
}

.sip-detail-facts dt,
.sip-detail-facts dd {
    align-items: center;
    display: flex;
    gap: 10px;
    margin: 0;
}

.sip-detail-facts dt {
    color: var(--sip-ink);
    font-weight: 800;
}

.sip-detail-facts dd {
    color: var(--sip-ink);
}

.sip-detail-facts svg {
    color: var(--sip-gold);
    height: 24px;
    width: 24px;
}

.sip-related-strip.sip-section {
    padding-top: clamp(28px, 5vw, 56px);
}

.sip-related-cards {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    text-align: left;
}

.sip-related-cards .sip-room-card,
.sip-related-cards .sip-venue-card,
.sip-related-cards .sip-event-card {
    display: grid;
    grid-template-columns: minmax(180px, .72fr) minmax(0, 1fr);
}

.sip-related-cards .sip-room-card__image img,
.sip-related-cards .sip-venue-card img,
.sip-related-cards .sip-event-card img {
    height: 100%;
}

.sip-room-detail-body {
    margin: 0 auto;
    padding: clamp(36px, 6vw, 76px) 0 0;
    width: var(--sip-page);
}

.sip-room-overview-grid {
    display: grid;
    gap: clamp(26px, 5vw, 58px);
    grid-template-columns: minmax(0, .98fr) minmax(320px, .78fr);
    margin-bottom: 34px;
    padding: clamp(30px, 5vw, 48px);
}

.sip-room-detail-panels {
    border: 1px solid rgba(2, 41, 55, .12);
    display: grid;
    grid-template-columns: .9fr repeat(3, 1fr);
}

.sip-room-detail-panels article {
    background: var(--sip-paper);
    border-right: 1px solid rgba(2, 41, 55, .12);
    display: grid;
    gap: 14px;
    padding: 26px;
}

.sip-room-detail-panels article:last-child {
    border-right: 0;
}

.sip-room-detail-panels h3,
.sip-room-policies h2,
.sip-highlight-grid h3,
.sip-event-facts h3,
.sip-included-card h3,
.sip-about-bottom h3,
.sip-attraction-card-grid h3 {
    font-family: var(--sip-serif);
    font-size: 28px;
    line-height: 1.05;
    margin: 0;
}

.sip-room-detail-panels > article > svg {
    color: var(--sip-gold);
    height: 30px;
    width: 30px;
}

.sip-room-detail-panels img {
    aspect-ratio: 1.12 / 1;
    object-fit: cover;
    width: 100%;
}

.sip-room-policies {
    padding: clamp(36px, 6vw, 58px) 0;
}

.sip-room-policies > div {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 22px;
}

.sip-room-policies article {
    border-right: 1px solid rgba(2, 41, 55, .14);
    display: grid;
    gap: 10px;
    padding-right: 18px;
}

.sip-room-policies article:last-child {
    border-right: 0;
}

.sip-room-policies svg {
    color: var(--sip-gold);
}

.sip-dining-table.sip-section {
    display: grid;
    gap: clamp(18px, 2vw, 28px);
    grid-template-columns: minmax(0, .8fr) minmax(270px, .38fr);
    grid-template-rows: auto minmax(280px, auto) minmax(190px, 230px);
    max-width: 1280px;
    padding-top: clamp(18px, 3.6vw, 48px);
}

.sip-dining-table__lead {
    align-items: end;
    border-top: 1px solid rgba(144, 98, 16, .26);
    display: grid;
    gap: clamp(18px, 4vw, 68px);
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, .78fr) minmax(300px, .44fr);
    padding-top: clamp(26px, 3vw, 42px);
}

.sip-dining-table__lead h2 {
    font-family: var(--sip-serif);
    font-size: clamp(42px, 6.2vw, 92px);
    font-weight: 700;
    line-height: .9;
    margin: 0;
    max-width: 820px;
}

.sip-dining-table__lead > p {
    color: #0c4b62;
    font-size: clamp(16px, 1.28vw, 18px);
    line-height: 1.72;
    margin: 0 0 8px;
}

.sip-dining-table__facts {
    display: grid;
    gap: 14px;
}

.sip-dining-table__facts span {
    border-bottom: 1px solid rgba(144, 98, 16, .18);
    display: grid;
    gap: 6px;
    grid-template-columns: 22px 1fr;
    min-width: 0;
    padding: 0 0 15px;
}

.sip-dining-table__facts span:first-child {
    border-top: 0;
    padding-top: 0;
}

.sip-dining-table__facts svg {
    color: var(--sip-gold);
    grid-row: 1 / 3;
    margin-top: 4px;
}

.sip-dining-table__facts strong {
    color: var(--sip-ink);
    font-family: var(--sip-serif);
    font-size: clamp(25px, 2.15vw, 33px);
    line-height: .98;
}

.sip-dining-table__facts em {
    color: var(--sip-muted);
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}

.sip-dining-table__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sip-dining-table figure {
    margin: 0;
    min-height: 0;
    overflow: hidden;
    position: relative;
}

.sip-dining-table img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sip-dining-table__hero {
    grid-column: 1;
    grid-row: 2 / 4;
    min-height: clamp(480px, 46vw, 650px);
}

.sip-dining-table__hero figcaption {
    background: rgba(2, 41, 55, .9);
    bottom: clamp(18px, 3vw, 34px);
    color: #fff;
    display: grid;
    gap: 7px;
    left: clamp(18px, 3vw, 34px);
    max-width: min(360px, calc(100% - 48px));
    padding: clamp(16px, 2vw, 22px);
    position: absolute;
}

.sip-dining-table__hero figcaption span {
    color: var(--sip-gold-soft);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.sip-dining-table__hero figcaption strong {
    font-family: var(--sip-serif);
    font-size: clamp(24px, 2.2vw, 34px);
    font-weight: 700;
    line-height: 1.02;
}

.sip-dining-table__service {
    align-self: start;
    border-bottom: 1px solid rgba(144, 98, 16, .24);
    border-top: 1px solid rgba(144, 98, 16, .24);
    display: grid;
    gap: 22px;
    grid-column: 2;
    grid-row: 2;
    padding: clamp(20px, 2.4vw, 30px) 0;
}

.sip-dining-table__side.is-coffee {
    grid-column: 2;
    grid-row: 3;
    min-height: 250px;
}

.sip-dining-moments.sip-section {
    display: grid;
    gap: clamp(28px, 4vw, 52px);
    grid-template-columns: minmax(260px, .52fr) minmax(0, 1fr);
    padding-top: clamp(34px, 5vw, 64px);
}

.sip-dining-moments__head {
    align-self: start;
    position: sticky;
    top: 110px;
}

.sip-dining-moments__head h2 {
    font-size: clamp(42px, 5vw, 72px);
    line-height: .94;
}

.sip-dining-moments__list {
    border-top: 1px solid rgba(2, 41, 55, .16);
    display: grid;
}

.sip-dining-moments__list article {
    align-items: start;
    border-bottom: 1px solid rgba(2, 41, 55, .16);
    display: grid;
    gap: clamp(14px, 2vw, 24px);
    grid-template-columns: minmax(86px, .14fr) minmax(138px, .2fr) minmax(280px, 1fr) auto;
    padding: clamp(22px, 3vw, 34px) 0;
}

.sip-dining-moments__list span {
    color: var(--sip-gold-dark);
    font-size: 12px;
    font-weight: 900;
    grid-column: 1;
    grid-row: 1 / 3;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.sip-dining-moments__list h3 {
    font-size: clamp(28px, 2.8vw, 42px);
    grid-column: 3;
    grid-row: 1;
    line-height: .98;
}

.sip-dining-moments__list figure {
    aspect-ratio: 4 / 3;
    grid-column: 2;
    grid-row: 1 / 3;
    margin: 0;
    overflow: hidden;
}

.sip-dining-moments__list img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sip-dining-moments__list p {
    color: var(--sip-muted);
    font-size: 15px;
    grid-column: 3;
    grid-row: 2;
    line-height: 1.65;
    margin: 0;
    max-width: 420px;
}

.sip-dining-moments__list a {
    align-self: start;
    color: var(--sip-ink);
    font-size: 13px;
    font-weight: 900;
    grid-column: 4;
    grid-row: 1;
    text-decoration: none;
    white-space: nowrap;
}

.sip-dining-moments__list a::after {
    color: var(--sip-gold-dark);
    content: " ->";
}

.sip-dining-detail-body {
    display: grid;
    gap: clamp(28px, 5vw, 54px);
    grid-template-columns: minmax(0, .92fr) minmax(320px, .82fr);
    margin: 0 auto;
    padding: clamp(34px, 5vw, 52px);
    width: var(--sip-page);
}

.sip-menu-highlights,
.sip-service-row,
.sip-setup-options {
    text-align: center;
}

.sip-highlight-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 24px;
    text-align: left;
}

.sip-highlight-grid article {
    background: var(--sip-paper);
    border: 1px solid rgba(2, 41, 55, .1);
    box-shadow: 0 12px 28px rgba(2, 41, 55, .06);
    display: grid;
    gap: 14px;
    padding: 0 0 22px;
}

.sip-highlight-grid img {
    aspect-ratio: 1.45 / 1;
    object-fit: cover;
    width: 100%;
}

.sip-highlight-grid h3,
.sip-highlight-grid p,
.sip-highlight-grid span {
    margin-left: 22px;
    margin-right: 22px;
}

.sip-highlight-grid span {
    align-items: center;
    color: var(--sip-muted);
    display: inline-flex;
    gap: 8px;
}

.sip-service-row > div {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 26px;
}

.sip-service-row article {
    border-right: 1px solid rgba(2, 41, 55, .14);
    padding: 0 26px;
}

.sip-service-row article:last-child {
    border-right: 0;
}

.sip-service-row svg {
    color: var(--sip-gold);
    height: 34px;
    width: 34px;
}

.sip-events .sip-event-planning.sip-section {
    align-items: start;
    display: grid;
    gap: clamp(34px, 5vw, 74px);
    grid-template-columns: minmax(280px, .48fr) minmax(0, 1fr);
    padding-bottom: clamp(42px, 5vw, 72px);
}

.sip-events {
    --sip-event-ink: #022937;
    --sip-event-muted: #0c4b62;
    --sip-event-line: rgba(144, 98, 16, .24);
    --sip-event-paper: #fff;
    --sip-event-wash: #f7f3ea;
}

.sip-events #event-inquiry {
    scroll-margin-top: 100px;
}

.sip-event-planning__head {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 110px;
}

.sip-event-planning__head h2 {
    color: var(--sip-event-ink);
    font-family: var(--sip-serif);
    font-size: clamp(44px, 5.4vw, 78px);
    font-weight: 700;
    line-height: .92;
    margin: 0;
}

.sip-event-planning__head p:not(.sip-kicker) {
    color: var(--sip-event-muted);
    font-size: clamp(16px, 1.3vw, 18px);
    line-height: 1.75;
    margin: 0;
    max-width: 510px;
}

.sip-event-planning__head .sip-btn {
    background: var(--sip-gold);
    border-color: var(--sip-gold);
    color: var(--sip-event-ink);
    justify-self: start;
    margin-top: 8px;
}

.sip-event-choice-list {
    border-top: 1px solid var(--sip-event-line);
    display: grid;
}

.sip-event-choice {
    align-items: stretch;
    border-bottom: 1px solid var(--sip-event-line);
    display: grid;
    gap: clamp(18px, 3vw, 34px);
    grid-template-columns: minmax(190px, .42fr) minmax(0, 1fr);
    padding: clamp(22px, 3vw, 38px) 0;
}

.sip-event-choice figure {
    margin: 0;
    min-height: clamp(240px, 23vw, 330px);
    overflow: hidden;
}

.sip-event-choice img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sip-event-choice > div {
    align-content: center;
    display: grid;
    gap: 14px;
}

.sip-event-choice span {
    color: var(--sip-gold-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.sip-event-choice h3 {
    color: var(--sip-event-ink);
    font-family: var(--sip-serif);
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 700;
    line-height: .98;
    margin: 0;
}

.sip-event-choice p {
    color: var(--sip-event-muted);
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    max-width: 600px;
}

.sip-event-choice ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 6px 0 0;
    padding: 0;
}

.sip-event-choice li {
    align-items: center;
    background: rgba(255, 255, 255, .62);
    border: 1px solid var(--sip-event-line);
    color: var(--sip-event-ink);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 7px;
    line-height: 1.2;
    padding: 8px 10px;
    text-transform: uppercase;
}

.sip-event-choice li svg,
.sip-event-choice > div > a svg {
    color: var(--sip-gold-dark);
    height: 1em;
    width: 1em;
}

.sip-event-choice > div > a {
    align-items: center;
    color: var(--sip-event-ink);
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    gap: 8px;
    margin-top: 6px;
    text-decoration: none;
}

.sip-event-brief-flow {
    border-bottom: 1px solid var(--sip-event-line);
    border-top: 1px solid var(--sip-event-line);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto clamp(42px, 5vw, 76px);
    width: var(--sip-page);
}

.sip-event-brief-flow > div {
    border-left: 1px solid var(--sip-event-line);
    display: grid;
    gap: 8px;
    padding: clamp(18px, 2.5vw, 30px);
}

.sip-event-brief-flow > div:first-child {
    border-left: 0;
    padding-left: 0;
}

.sip-event-brief-flow span {
    color: var(--sip-gold-dark);
    font-size: 12px;
    font-weight: 900;
}

.sip-event-brief-flow strong {
    color: var(--sip-event-ink);
    font-family: var(--sip-serif);
    font-size: clamp(28px, 2.8vw, 40px);
    line-height: 1;
}

.sip-event-brief-flow p {
    color: var(--sip-event-muted);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.sip-event-inquiry-panel.sip-section {
    background:
    linear-gradient(105deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .96)),
    var(--sip-event-wash);
    border-top: 1px solid var(--sip-event-line);
    color: var(--sip-event-ink);
    display: grid;
    gap: clamp(28px, 5vw, 72px);
    grid-template-columns: minmax(32px, 1fr) minmax(0, 520px) minmax(0, 700px) minmax(32px, 1fr);
    padding: clamp(72px, 8vw, 116px) 0;
    width: 100%;
}

.sip-event-inquiry-panel figure {
    align-self: stretch;
    grid-column: 2;
    margin: 0;
    min-height: clamp(520px, 48vw, 680px);
    overflow: hidden;
    position: relative;
}

.sip-event-inquiry-panel figure img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sip-event-inquiry-panel figcaption {
    background: rgba(255, 255, 255, .94);
    border-left: 4px solid var(--sip-gold);
    bottom: 0;
    color: var(--sip-event-ink);
    font-family: var(--sip-serif);
    font-size: clamp(24px, 2.4vw, 34px);
    font-weight: 700;
    left: 0;
    line-height: 1.08;
    max-width: 360px;
    padding: 20px;
    position: absolute;
}

.sip-event-inquiry-panel__copy {
    align-self: center;
    display: grid;
    gap: 18px;
    grid-column: 3;
}

.sip-event-inquiry-panel__copy h2 {
    color: var(--sip-event-ink);
    font-family: var(--sip-serif);
    font-size: clamp(42px, 5.2vw, 76px);
    font-weight: 700;
    line-height: .94;
    margin: 0;
    max-width: 640px;
}

.sip-event-inquiry-panel__copy > p:not(.sip-kicker) {
    color: var(--sip-event-muted);
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    max-width: 560px;
}

.sip-event-inquiry-panel .sip-form {
    margin-top: 12px;
}

.sip-event-inquiry-panel .sip-form span {
    color: var(--sip-gold-dark);
}

.sip-event-inquiry-panel .sip-form input,
.sip-event-inquiry-panel .sip-form select,
.sip-event-inquiry-panel .sip-form textarea {
    background: rgba(255, 255, 255, .88);
    border-color: rgba(144, 98, 16, .24);
    color: var(--sip-event-ink);
}

.sip-event-inquiry-panel .sip-form input::placeholder,
.sip-event-inquiry-panel .sip-form textarea::placeholder {
    color: rgba(2, 41, 55, .72);
}

.sip-event-inquiry-panel .sip-form select option {
    color: var(--sip-event-ink);
}

.sip-event-inquiry-panel .sip-form button {
    background: var(--sip-gold);
    border-color: var(--sip-gold);
    color: var(--sip-event-ink);
}

.sip-events .sip-cta {
    background:
    linear-gradient(90deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .92)),
    var(--sip-event-wash);
    border-bottom: 1px solid var(--sip-event-line);
    border-top: 1px solid var(--sip-event-line);
    color: var(--sip-event-ink);
    margin-top: 0;
}

.sip-events .sip-cta h2 {
    color: var(--sip-event-ink);
}

.sip-events .sip-cta span {
    color: var(--sip-event-muted);
}

.sip-events .sip-cta .sip-btn--ghost {
    border-color: var(--sip-gold-dark);
    color: var(--sip-event-ink);
}

.sip-events .sip-cta .sip-btn--gold {
    color: var(--sip-event-ink);
}

@media (max-width: 1180px) {
    .sip-events .sip-event-planning.sip-section {
        grid-template-columns: 1fr;
    }

    .sip-event-planning__head {
        position: static;
    }

    .sip-event-brief-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sip-event-brief-flow > div:nth-child(odd) {
        border-left: 0;
        padding-left: 0;
    }

    .sip-event-inquiry-panel.sip-section {
        grid-template-columns: minmax(24px, 1fr) minmax(0, 1fr) minmax(24px, 1fr);
    }

    .sip-event-inquiry-panel figure,
    .sip-event-inquiry-panel__copy {
        grid-column: 2;
    }

    .sip-event-inquiry-panel figure {
        min-height: 440px;
    }
}

@media (max-width: 860px) {
    .sip-events .sip-event-planning.sip-section {
        gap: 22px;
        padding-bottom: 34px;
    }

    .sip-event-planning__head h2,
    .sip-event-inquiry-panel__copy h2 {
        font-size: clamp(38px, 12vw, 56px);
    }

    .sip-event-planning__head .sip-btn {
        justify-content: center;
        width: 100%;
    }

    .sip-event-choice {
        grid-template-columns: 1fr;
        padding: 22px 0;
    }

    .sip-event-choice figure {
        min-height: 255px;
    }

    .sip-event-choice h3 {
        font-size: clamp(32px, 10vw, 44px);
    }

    .sip-event-choice ul {
        display: grid;
        grid-template-columns: 1fr;
    }

    .sip-event-choice li {
        justify-content: flex-start;
    }

    .sip-event-brief-flow {
        grid-template-columns: 1fr;
        margin-bottom: 36px;
    }

    .sip-event-brief-flow > div,
    .sip-event-brief-flow > div:first-child,
    .sip-event-brief-flow > div:nth-child(odd) {
        border-left: 0;
        border-top: 1px solid var(--sip-event-line);
        padding: 18px 0;
    }

    .sip-event-brief-flow > div:first-child {
        border-top: 0;
    }

    .sip-event-inquiry-panel.sip-section {
        gap: 24px;
        grid-template-columns: 14px minmax(0, 1fr) 14px;
        padding: 48px 0;
    }

    .sip-event-inquiry-panel figure,
    .sip-event-inquiry-panel__copy {
        grid-column: 2;
    }

    .sip-event-inquiry-panel figure {
        display: grid;
        min-height: 0;
    }

    .sip-event-inquiry-panel figure img {
        aspect-ratio: 1.28 / 1;
        height: auto;
    }

    .sip-event-inquiry-panel figcaption {
        position: static;
    }

    .sip-event-inquiry-panel .sip-form {
        grid-template-columns: 1fr;
    }

    .sip-event-inquiry-panel .sip-form button {
        justify-content: center;
        width: 100%;
    }
}

.sip-event-detail-body {
    align-items: stretch;
    border: 1px solid rgba(2, 41, 55, .1);
    box-shadow: 0 22px 54px rgba(2, 41, 55, .08);
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .58fr);
    margin: clamp(-54px, -3.6vw, -28px) auto 0;
    padding: 0;
    position: relative;
    width: var(--sip-page);
    z-index: 3;
}

.sip-event-story {
    padding: clamp(42px, 6vw, 72px);
}

.sip-event-story .sip-kicker,
.sip-event-brief-card .sip-kicker,
.sip-event-inquiry-card .sip-kicker,
.sip-included-card .sip-kicker {
    margin: 0 0 18px;
}

.sip-event-story h2 {
    max-width: 720px;
}

.sip-event-story p {
    max-width: 760px;
}

.sip-event-story p + p {
    margin-top: 18px;
}

.sip-event-brief-card {
    background:
    linear-gradient(160deg, rgba(12, 75, 98, .98), rgba(2, 41, 55, .98)),
    var(--sip-ink);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(34px, 4.4vw, 54px);
}

.sip-event-brief-card .sip-kicker,
.sip-included-card .sip-kicker {
    color: var(--sip-gold-soft);
}

.sip-event-facts {
    background: transparent;
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
    padding: 0;
}

.sip-event-facts article {
    align-items: start;
    border-top: 1px solid rgba(255, 255, 255, .16);
    display: grid;
    gap: 4px 16px;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 17px 0;
}

.sip-event-facts article:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.sip-event-facts svg {
    color: var(--sip-gold-soft);
    grid-row: 1 / span 2;
    height: 28px;
    margin-top: 2px;
    width: 28px;
}

.sip-event-facts h3 {
    color: #fff;
    font-size: 24px;
}

.sip-event-facts p {
    color: rgba(255, 255, 255, .74);
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

.sip-event-brief-card .sip-btn {
    background: var(--sip-gold);
    border-color: var(--sip-gold);
    color: var(--sip-ink);
    justify-content: space-between;
    margin-top: 28px;
    width: 100%;
}

.sip-setup-options.sip-section {
    padding-bottom: clamp(44px, 5vw, 72px);
    padding-top: clamp(56px, 6vw, 86px);
}

.sip-event-section-head {
    align-items: end;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, .78fr) minmax(320px, .62fr);
    margin-bottom: 28px;
    text-align: left;
}

.sip-event-section-head h2 {
    font-family: var(--sip-serif);
    font-size: clamp(38px, 4.3vw, 58px);
    line-height: 1;
    margin: 0;
}

.sip-event-section-head > p {
    color: var(--sip-muted);
    line-height: 1.7;
    margin: 0;
    max-width: 560px;
}

.sip-event-setup-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sip-event-setup-card {
    background: var(--sip-paper);
    border: 1px solid rgba(2, 41, 55, .1);
    box-shadow: 0 14px 32px rgba(2, 41, 55, .07);
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 100%;
    overflow: hidden;
}

.sip-event-setup-card img {
    aspect-ratio: 1.18 / 1;
    object-fit: cover;
    width: 100%;
}

.sip-event-setup-card > div {
    display: grid;
    gap: 12px;
    padding: 22px;
}

.sip-event-setup-card h3 {
    font-family: var(--sip-serif);
    font-size: 28px;
    line-height: 1.05;
    margin: 0;
}

.sip-event-setup-card p {
    color: var(--sip-muted);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.sip-event-setup-card span {
    align-items: center;
    color: var(--sip-ink);
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    margin-top: 2px;
}

.sip-event-setup-card svg {
    color: var(--sip-gold);
    height: 1.1em;
    width: 1.1em;
}

.sip-event-form-grid {
    align-items: stretch;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(340px, .72fr) minmax(0, 1fr);
    margin: 0 auto clamp(44px, 5vw, 76px);
    width: var(--sip-page);
}

.sip-event-form-grid > div {
    background: var(--sip-paper);
    border: 1px solid rgba(2, 41, 55, .1);
    padding: clamp(28px, 4vw, 42px);
}

.sip-included-card {
    background: var(--sip-ink) !important;
    border-color: transparent !important;
    color: #fff;
}

.sip-included-card h2,
.sip-event-inquiry-card h2 {
    max-width: 520px;
}

.sip-included-card > div {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
    margin-top: 26px;
}

.sip-included-card article {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    display: grid;
    gap: 5px 14px;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 16px;
}

.sip-included-card svg {
    color: var(--sip-gold-soft);
    grid-row: 1 / span 2;
    height: 26px;
    width: 26px;
}

.sip-included-card h3 {
    color: #fff;
    font-size: 22px;
}

.sip-included-card p {
    color: rgba(255, 255, 255, .74);
    margin: 0;
}

.sip-event-inquiry-card .sip-form {
    margin-top: 24px;
}

.sip-gallery-page-grid.sip-section {
    padding-bottom: 42px;
    padding-top: 40px;
}

.sip-gallery-feature {
    display: grid;
    grid-template-columns: minmax(260px, .55fr) minmax(0, .74fr) minmax(250px, .5fr);
    margin: 0 auto;
    width: var(--sip-page);
}

.sip-gallery-feature > img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sip-gallery-feature article,
.sip-gallery-facilities {
    padding: clamp(30px, 5vw, 48px);
}

.sip-gallery-facilities {
    border-left: 1px solid rgba(2, 41, 55, .14);
    display: grid;
    gap: 18px;
}

.sip-gallery-facilities h3 {
    color: var(--sip-gold-dark);
    font: 800 13px/1 var(--sip-sans);
    letter-spacing: .08em;
    margin: 0;
    text-transform: uppercase;
}

.sip-gallery-facilities span {
    align-items: center;
    display: flex;
    gap: 12px;
}

.sip-gallery-facilities svg {
    color: var(--sip-gold);
    height: 30px;
    width: 30px;
}

.sip-attraction-card-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sip-attraction-card-grid article {
    background: var(--sip-paper);
    border: 1px solid rgba(2, 41, 55, .1);
    box-shadow: 0 12px 28px rgba(2, 41, 55, .06);
}

.sip-attraction-card-grid img {
    aspect-ratio: 1.28 / 1;
    object-fit: cover;
    width: 100%;
}

.sip-attraction-card-grid h3,
.sip-attraction-card-grid span {
    display: block;
    margin: 14px 16px;
}

.sip-attraction-card-grid span {
    align-items: center;
    color: var(--sip-muted);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sip-policy-card ul {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sip-about-bottom a,
.sip-about-bottom span {
    align-items: center;
    color: var(--sip-ink);
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.sip-about-bottom svg {
    color: var(--sip-gold);
    flex: 0 0 auto;
}

.sip-about-story.sip-section {
    align-items: center;
    display: grid;
    gap: clamp(36px, 6vw, 76px);
    grid-template-columns: minmax(0, .88fr) minmax(360px, 1.05fr);
}

.sip-about-story img {
    aspect-ratio: 1.45 / 1;
    object-fit: cover;
    width: 100%;
}

.sip-about-location {
    background: rgba(255, 255, 255, .66);
    display: grid;
    grid-template-columns: minmax(420px, .78fr) minmax(270px, .42fr) minmax(0, 1.08fr);
    margin: 0 max(calc((100vw - 1280px) / 2), calc(clamp(32px, 7vw, 96px) / 2)) 0 0;
    max-width: 100%;
    width: auto;
}

.sip-about-location > div:first-child {
    padding: clamp(30px, 5vw, 48px) 34px clamp(30px, 5vw, 48px) clamp(26px, 6vw, 86px);
}

.sip-about-location ul {
    border-left: 1px solid rgba(2, 41, 55, .12);
    border-right: 1px solid rgba(2, 41, 55, .12);
    display: grid;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: clamp(30px, 5vw, 48px);
}

.sip-about-location li {
    align-items: start;
    display: grid;
    gap: 4px 12px;
    grid-template-columns: 38px minmax(0, 1fr);
}

.sip-about-location li svg {
    color: var(--sip-gold);
    grid-row: span 2;
    height: 30px;
    width: 30px;
}

.sip-about-location li span {
    color: var(--sip-muted);
    font-size: 12px;
    line-height: 1.45;
}

.sip-about-facilities {
    text-align: center;
}

.sip-about-facilities .sip-facility-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 24px;
}

.sip-about-facilities .sip-facility-grid article {
    background: var(--sip-paper);
    box-shadow: 0 12px 28px rgba(2, 41, 55, .06);
    padding: 24px 18px;
}

.sip-about-facilities .sip-facility-grid h3 {
    font-size: 22px;
}

.sip-experience-band {
    background:
    linear-gradient(90deg, rgba(2, 41, 55, .92), rgba(2, 41, 55, .72)),
    url("../imgs/about-lobby.webp") center / cover;
    color: #fff;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(280px, .75fr) repeat(3, minmax(0, 1fr));
    margin-top: clamp(32px, 5vw, 58px);
    padding: clamp(42px, 6vw, 70px) clamp(24px, 6vw, 80px);
}

.sip-experience-band h2,
.sip-experience-band h3,
.sip-experience-band p {
    color: #fff;
}

.sip-experience-band article {
    border-left: 1px solid rgba(255, 255, 255, .22);
    padding-left: 24px;
}

.sip-experience-band svg {
    color: var(--sip-gold);
    height: 36px;
    width: 36px;
}

.sip-about-bottom {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(260px, .7fr) minmax(260px, .62fr) minmax(0, 1.28fr);
    margin: clamp(40px, 6vw, 70px) auto 0;
    width: var(--sip-page);
}

.sip-about-bottom > div {
    background: var(--sip-paper);
    border: 1px solid rgba(2, 41, 55, .1);
    padding: clamp(26px, 4vw, 40px);
}

.sip-policy-card li {
    align-items: center;
    border-bottom: 1px solid rgba(2, 41, 55, .1);
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(90px, .6fr) minmax(0, 1fr);
    padding-bottom: 12px;
}

.sip-policy-card li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.sip-policy-card span {
    color: var(--sip-muted);
    font-size: 13px;
}

.sip-about-bottom .sip-attraction-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 22px;
}

.sip-page-hero {
    background: var(--sip-hero-img) center / cover;
    color: #fff;
    min-height: clamp(440px, 56vh, 620px);
    padding: clamp(140px, 16vw, 190px) clamp(24px, 6vw, 86px) clamp(72px, 8vw, 108px);
}

.sip-page-hero__inner {
    max-width: 820px;
}

.sip-page-hero span {
    color: rgba(255, 255, 255, .8);
    display: block;
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.65;
    margin-top: 22px;
    max-width: 680px;
}

.sip-detail-hero {
    background: var(--sip-ink);
    color: #fff;
    display: grid;
    gap: clamp(28px, 5vw, 66px);
    grid-template-columns: minmax(0, .86fr) minmax(320px, .78fr);
    min-height: 620px;
    padding: clamp(130px, 15vw, 188px) clamp(24px, 6vw, 86px) clamp(54px, 7vw, 86px);
}

.sip-detail-hero > div {
    align-self: end;
}
.sip-detail-hero a {
    color: var(--sip-gold);
    display: inline-flex;
    font-weight: 800;
    margin-bottom: 16px;
}

.sip-detail-hero p {
    color: rgba(255, 255, 255, .78);
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.65;
    max-width: 660px;
}

.sip-detail-hero img {
    align-self: end;
    aspect-ratio: 4 / 5;
    height: auto;
    object-fit: cover;
    width: 100%;
}

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

.sip-gallery-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.sip-gallery-tabs button {
    background: var(--sip-paper);
    border: 1px solid var(--sip-line);
    color: var(--sip-ink);
    cursor: pointer;
    font: 800 12px/1 var(--sip-sans);
    min-height: 40px;
    padding: 0 16px;
}

.sip-gallery-tabs button.is-active {
    background: var(--sip-ink);
    border-color: var(--sip-ink);
    color: #fff;
}

.sip-gallery-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sip-gallery-grid figure {
    margin: 0;
    min-height: 260px;
    overflow: hidden;
    position: relative;
}

.sip-gallery-grid figure.is-wide {
    grid-column: span 2;
}

.sip-gallery-grid img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sip-gallery-grid figcaption {
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .68));
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 42px 18px 18px;
    position: absolute;
    right: 0;
}

.sip-gallery-grid figcaption span,
.sip-gallery-grid figcaption strong {
    display: block;
}

.sip-gallery-grid figcaption span {
    color: var(--sip-gold);
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.sip-form {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sip-form .is-wide,
.sip-form button {
    grid-column: 1 / -1;
}

.sip-form button {
    width: fit-content;
}

body.sip-page.sip-contact {
    background: var(--sip-paper);
}

.sip-contact .sip-page-hero {
    background:
        linear-gradient(90deg, rgba(2, 41, 55, .72), rgba(2, 41, 55, .34) 58%, rgba(2, 41, 55, .08)),
        var(--sip-hero-img) center / cover;
}

.sip-contact-shell.sip-section {
    align-items: start;
    display: grid;
    gap: clamp(26px, 5vw, 64px);
    grid-template-columns: minmax(280px, .78fr) minmax(420px, 1fr);
    padding-top: clamp(58px, 7vw, 92px);
}

.sip-contact-copy {
    display: grid;
    gap: 24px;
    position: sticky;
    top: 118px;
}

.sip-contact-copy h2,
.sip-contact-form-panel h2,
.sip-contact-location h2 {
    font: 700 clamp(38px, 4.5vw, 62px)/.98 var(--sip-serif);
    letter-spacing: 0;
    margin: 0;
}

.sip-contact-copy p:not(.sip-kicker),
.sip-contact-location p:not(.sip-kicker) {
    color: var(--sip-muted);
    font-size: 17px;
    line-height: 1.75;
    margin: 0;
    max-width: 560px;
}

.sip-contact-methods {
    border-top: 1px solid rgba(2, 41, 55, .12);
    display: grid;
    gap: 0;
}

.sip-contact-methods a {
    align-items: center;
    border-bottom: 1px solid rgba(2, 41, 55, .12);
    display: grid;
    gap: 16px;
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 18px 0;
}

.sip-contact-methods svg {
    color: var(--sip-gold);
    height: 34px;
    width: 34px;
}

.sip-contact-methods strong,
.sip-contact-methods em {
    display: block;
}

.sip-contact-methods strong {
    color: var(--sip-ink);
    font-size: 15px;
    margin-bottom: 5px;
}

.sip-contact-methods em {
    color: var(--sip-muted);
    font-size: 14px;
    font-style: normal;
    line-height: 1.45;
}

.sip-contact-form-panel {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .92)),
        var(--sip-paper);
    border: 1px solid rgba(205, 159, 64, .32);
    box-shadow: var(--sip-shadow);
    display: grid;
    gap: 22px;
    padding: clamp(24px, 4vw, 44px);
}

.sip-contact-form-panel .sip-form {
    gap: 16px;
}

.sip-contact-form-panel .sip-form button {
    background: var(--sip-gold);
    color: #022937;
}

.sip-contact-location {
    align-items: stretch;
    background: var(--sip-ink);
    color: #fff;
    display: grid;
    grid-template-columns: minmax(320px, .95fr) minmax(320px, .78fr);
    margin: 0 auto clamp(68px, 8vw, 112px);
    width: var(--sip-page);
}

.sip-contact-location figure {
    margin: 0;
    min-height: 420px;
    overflow: hidden;
}

.sip-contact-location img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sip-contact-location > div {
    align-content: center;
    display: grid;
    gap: 22px;
    padding: clamp(28px, 5vw, 58px);
}

.sip-contact-location p:not(.sip-kicker) {
    color: rgba(255, 255, 255, .72);
}

.sip-contact-location ul {
    display: grid;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sip-contact-location li {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .12);
    display: grid;
    gap: 14px;
    grid-template-columns: 34px minmax(0, 1fr);
    padding-top: 14px;
}

.sip-contact-location li svg {
    color: var(--sip-gold-soft);
    height: 28px;
    width: 28px;
}

.sip-contact-location li strong,
.sip-contact-location li em {
    display: block;
}

.sip-contact-location li strong {
    color: #fff;
    font-size: 15px;
    margin-bottom: 4px;
}

.sip-contact-location li em {
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    font-style: normal;
}

.sip-contact-location .sip-btn {
    justify-self: start;
}

@media (max-width: 860px) {
    .sip-contact-shell.sip-section {
        gap: 28px;
        grid-template-columns: 1fr;
        padding-top: 48px;
    }

    .sip-contact-copy {
        position: static;
    }

    .sip-contact-form-panel {
        padding: 22px;
    }

    .sip-contact-location {
        grid-template-columns: 1fr;
        margin-bottom: 58px;
    }

    .sip-contact-location figure {
        min-height: 280px;
    }
}

@media (max-width: 520px) {
    .sip-contact .sip-page-hero {
        min-height: 430px;
    }

    .sip-contact-methods a,
    .sip-contact-location li {
        grid-template-columns: 34px minmax(0, 1fr);
    }

    .sip-contact-methods svg {
        height: 28px;
        width: 28px;
    }

    .sip-contact-form-panel {
        padding: 18px;
    }

    .sip-contact-location > div {
        padding: 26px 20px;
    }
}

.sip-facility-grid article {
    background: rgba(255, 255, 255, .62);
    border: 1px solid var(--sip-line);
    display: grid;
    gap: 12px;
    padding: 18px;
}

.sip-facility-grid svg {
    color: var(--sip-gold);
    height: 30px;
    width: 30px;
}

.sip-facility-grid h3 {
    font-family: var(--sip-serif);
    font-size: 30px;
    margin: 0;
}

.sip-facility-grid p {
    color: var(--sip-muted);
    line-height: 1.65;
    margin: 0;
}

.sip-empty-state {
    background: var(--sip-paper);
    border: 1px solid var(--sip-line);
    margin: 0 auto;
    max-width: 760px;
    padding: clamp(34px, 6vw, 64px);
    text-align: center;
}

.sip-empty-state--page {
    margin-top: 140px;
    min-height: 54vh;
}

.sip-empty-state > svg {
    color: var(--sip-gold);
    height: 44px;
    margin-inline: auto;
    width: 44px;
}

.sip-empty-state p {
    margin: 18px auto 24px;
    max-width: 560px;
}
.sip-room-card__body > p:first-child span,
.sip-venue-card > div > p span,
.sip-event-card > div > p span {
    background: currentColor;
    display: inline-block;
    height: 4px;
    margin: 0 8px;
    transform: translateY(-2px);
    width: 4px;
}

.sip-footer {
    background: var(--sip-ink);
    color: #fff;
    padding: clamp(36px, 5vw, 58px) clamp(24px, 6vw, 80px) 22px;
}

.sip-footer__grid {
    display: grid;
    gap: clamp(24px, 4vw, 46px);
    grid-template-columns: minmax(260px, 1.2fr) repeat(4, minmax(140px, 1fr));
}

.sip-footer__brand .sip-logo {
    width: 112px;
}

.sip-footer p,
.sip-footer a {
    color: rgba(255, 255, 255, .7);
    display: block;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 9px;
}

.sip-footer h3 {
    color: #fff;
    font: 800 13px/1.2 var(--sip-sans);
    letter-spacing: .04em;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.sip-footer__line {
    align-items: center;
    display: flex !important;
    gap: 10px;
}

.sip-footer__line svg {
    color: var(--sip-gold);
    flex: 0 0 auto;
    height: 16px;
    width: 16px;
}

.sip-social {
    display: flex;
    gap: 8px;
    margin-top: 18px;
}

.sip-social a {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .24);
    color: #fff;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    margin: 0;
    width: 34px;
}

.sip-social svg {
    display: block;
    fill: currentColor;
    height: 16px;
    width: 16px;
}

.sip-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .56);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 16px;
    justify-content: center;
    margin-top: 34px;
    padding-top: 18px;
    text-align: center;
}

.sip-footer__bottom i {
    background: currentColor;
    display: inline-block;
    height: 4px;
    margin: 0 8px;
    vertical-align: middle;
    width: 4px;
}

@media (max-width: 1180px) {
    :root {
        --sip-hero-height: 700px;
        --sip-hero-padding: 128px clamp(28px, 6vw, 72px) 88px;
    }

    .sip-room-grid,
    .sip-room-grid--all,
    .sip-venue-grid,
    .sip-gallery-grid,
    .sip-home-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sip-facility-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .sip-home-previews.sip-section,
    .sip-home-location {
        grid-template-columns: 1fr;
    }

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

    .sip-home-attractions article {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .sip-home-attractions small {
        grid-column: 2;
    }
}

@media (max-width: 860px) {
    :root {
        --sip-page: min(100% - 28px, 720px);
        --sip-hero-height: 680px;
        --sip-hero-padding: 118px 18px 76px;
    }

    .sip-hero,
    .sip-detail-hero,
    .sip-home-intro.sip-section,
    .sip-home-previews.sip-section,
    .sip-home-location,
    .sip-section-intro {
        grid-template-columns: 1fr;
    }

    .sip-hero {
        height: var(--sip-hero-height);
        margin-top: 0;
        padding: var(--sip-hero-padding);
    }
    .sip-hero h1,
    .sip-page-hero h1,
    .sip-detail-hero h1 {
        font-size: clamp(52px, 18vw, 72px);
    }

    .sip-hero__copy > span {
        font-size: 24px;
    }

    .sip-btn {
        min-height: 48px;
        padding: 0 18px;
        width: 100%;
    }

    .sip-hero__actions {
        width: 100%;
    }

    .sip-form {
        grid-template-columns: 1fr;
    }

    .sip-form button {
        grid-column: auto;
        width: 100%;
    }
    .sip-amenity-list,
    .sip-home-icons,
    .sip-room-grid,
    .sip-room-grid--all,
    .sip-venue-grid,
    .sip-facility-grid,
    .sip-gallery-grid,
    .sip-home-gallery-grid,
    .sip-home-attractions,
    .sip-footer__grid {
        grid-template-columns: 1fr;
    }

    .sip-home-section-head {
        align-items: flex-start;
        display: grid;
    }

    .sip-home-intro:not(.sip-home-arrival) > div {
        padding: 32px 20px;
    }

    .sip-home-intro img,
    .sip-home-previews img {
        min-height: 280px;
    }

    .sip-home-location > div:first-child {
        padding: 30px 20px;
    }

    .sip-home-attractions article {
        grid-template-columns: 72px minmax(0, 1fr) auto;
    }

    .sip-home-attractions small {
        grid-column: auto;
    }

    .sip-cta {
        align-items: flex-start;
        background:
        linear-gradient(90deg, rgba(2, 41, 55, .96), rgba(2, 41, 55, .86)),
        url("../imgs/hero-view-clean.webp") center / cover;
        flex-direction: column;
        padding: 30px 20px;
    }

    .sip-detail-hero {
        min-height: auto;
        padding: 118px 18px 42px;
    }

    .sip-detail-hero img {
        aspect-ratio: 16 / 10;
    }

    .sip-gallery-grid figure,
    .sip-gallery-grid figure.is-wide {
        grid-column: auto;
        min-height: 300px;
    }

    .sip-footer__bottom {
        display: grid;
        justify-content: stretch;
    }
}

@media (max-width: 520px) {
    .sip-page-hero {
        padding-top: 118px;
        padding-left: 18px;
        padding-right: 18px;
    }
    .sip-room-card__body,
    .sip-venue-card div,
    .sip-event-card div {
        padding: 18px;
    }
    .sip-room-card h3,
    .sip-venue-card h3,
    .sip-event-card h3 {
        font-size: 28px;
    }
}

@media (max-width: 1180px) {
    .sip-room-grid--all,
    .sip-about-facilities .sip-facility-grid,
    .sip-highlight-grid,
    .sip-attraction-card-grid,
    .sip-room-policies > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sip-gallery-feature,
    .sip-about-location,
    .sip-about-bottom,
    .sip-experience-band,
    .sip-dining-moments.sip-section {
        grid-template-columns: 1fr;
    }

    .sip-dining-moments__head {
        position: static;
    }

    .sip-related-cards .sip-room-card,
    .sip-related-cards .sip-venue-card,
    .sip-related-cards .sip-event-card {
        grid-template-columns: 1fr;
    }

    .sip-room-detail-panels {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sip-room-detail-panels article {
        border-bottom: 1px solid rgba(2, 41, 55, .12);
        border-right: 0;
    }
}

@media (max-width: 860px) {
    .sip-room-overview-grid,
    .sip-dining-table.sip-section,
    .sip-event-detail-body,
    .sip-event-form-grid,
    .sip-about-story.sip-section {
        grid-template-columns: 1fr;
    }

    .sip-related-cards,
    .sip-highlight-grid,
    .sip-service-row > div,
    .sip-event-facts,
    .sip-included-card > div,
    .sip-attraction-card-grid,
    .sip-about-bottom .sip-attraction-card-grid,
    .sip-room-policies > div,
    .sip-room-detail-panels {
        grid-template-columns: 1fr;
    }

    .sip-room-detail-body,
    .sip-dining-detail-body,
    .sip-event-detail-body,
    .sip-event-form-grid,
    .sip-gallery-feature,
    .sip-about-location,
    .sip-about-bottom {
        width: var(--sip-page);
    }

    .sip-dining-detail-body,
    .sip-event-detail-body,
    .sip-room-overview-grid,
    .sip-gallery-feature article,
    .sip-gallery-facilities,
    .sip-about-location > div:first-child,
    .sip-about-location ul,
    .sip-about-bottom > div {
        padding: 28px 20px;
    }

    .sip-room-policies article,
    .sip-service-row article,
    .sip-experience-band article {
        border-right: 0;
        border-left: 0;
        padding: 0;
    }

    .sip-detail-facts div {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .sip-dining-table.sip-section {
        gap: 18px;
        grid-template-rows: none;
    }

    .sip-dining-table__lead,
    .sip-dining-table__hero,
    .sip-dining-table__service,
    .sip-dining-table__side.is-coffee {
        grid-column: auto;
        grid-row: auto;
    }

    .sip-dining-table__lead {
        align-items: start;
        gap: 14px;
        grid-template-columns: 1fr;
        padding-top: 22px;
    }

    .sip-dining-table__lead h2 {
        font-size: clamp(38px, 13vw, 58px);
    }

    .sip-dining-table__lead > p {
        font-size: 15px;
        margin: 0;
    }

    .sip-dining-table__hero {
        min-height: 390px;
    }

    .sip-dining-table__hero figcaption {
        bottom: 14px;
        left: 14px;
        max-width: calc(100% - 28px);
        padding: 14px;
    }

    .sip-dining-table__service {
        padding: 18px 0;
    }

    .sip-dining-table__actions {
        flex-direction: column;
    }

    .sip-dining-table__actions .sip-btn {
        justify-content: center;
        width: 100%;
    }

    .sip-dining-table figure {
        min-height: 230px;
    }

    .sip-dining-table__facts {
        grid-template-columns: 1fr;
        row-gap: 14px;
    }

    .sip-dining-table__facts span {
        border-left: 0;
        padding-bottom: 14px;
    }

    .sip-dining-table__facts span:first-child {
        border-top: 0;
    }

    .sip-dining-moments__list article {
        grid-template-columns: 1fr;
    }

    .sip-dining-moments__list span,
    .sip-dining-moments__list figure,
    .sip-dining-moments__list h3,
    .sip-dining-moments__list p,
    .sip-dining-moments__list a {
        grid-column: auto;
        grid-row: auto;
    }

    .sip-dining-moments__list p {
        max-width: none;
    }

    .sip-about-facilities .sip-facility-grid {
        grid-template-columns: 1fr;
    }

}

.sip-page .sip-btn--ink {
    color: #fff;
}

.sip-page .sip-cta .sip-btn {
    flex: 0 0 auto;
    min-width: 190px;
    width: auto;
}

.sip-venue-card > div > p,
.sip-event-card > div > p,
.sip-room-card__body > p {
    color: var(--sip-muted);
    font: 400 15px/1.65 var(--sip-sans);
    letter-spacing: 0;
    margin: 0;
    text-transform: none;
}

@media (max-width: 860px) {
    .sip-page .sip-cta .sip-btn {
        width: 100%;
    }

    .sip-dining-detail-body {
        grid-template-columns: 1fr;
    }
}

.sip-detail-hero.sip-detail-hero--slider {
    align-items: end;
    background: #022937;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr;
    min-height: clamp(680px, 86vh, 880px);
    overflow: hidden;
    padding: clamp(152px, 15vw, 210px) clamp(28px, 7vw, 96px) clamp(132px, 12vw, 178px);
    position: relative;
}

.sip-detail-hero.sip-detail-hero--slider::before {
    display: none;
}

.sip-detail-hero__slides,
.sip-detail-hero__slides img {
    inset: 0;
    position: absolute;
}

.sip-detail-hero__slides {
    height: 100%;
    overflow: hidden;
    width: 100%;
    z-index: 0;
}

.sip-detail-hero__slides img {
    aspect-ratio: auto;
    bottom: 0;
    height: 100% !important;
    left: 0;
    object-fit: cover;
    opacity: 0;
    right: 0;
    top: 0;
    transform: scale(1.04);
    transition: opacity .62s ease, transform 6.2s ease;
    width: 100% !important;
}

.sip-detail-hero__slides img.is-active {
    opacity: 1;
    transform: scale(1);
}

.sip-detail-hero__content {
    align-self: end;
    max-width: 780px;
    position: relative;
    text-shadow: 0 5px 28px rgba(0, 0, 0, .56);
    z-index: 2;
}

.sip-detail-hero__content a {
    color: var(--sip-gold);
    display: inline-flex;
    font-weight: 800;
    margin-bottom: 18px;
}

.sip-detail-hero__content h1 {
    font: 500 clamp(58px, 7.6vw, 104px)/.94 var(--sip-serif);
    letter-spacing: 0;
    margin: 0;
}

.sip-detail-hero__content p {
    color: rgba(255, 255, 255, .84);
    font-size: clamp(17px, 2vw, 24px);
    line-height: 1.55;
    margin: 24px 0 0;
    max-width: 680px;
}

.sip-detail-hero__arrow {
    align-items: center;
    background: rgba(0, 0, 0, .42);
    border: 1px solid rgba(255, 255, 255, .36);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 56px;
    justify-content: center;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    transition: background .18s ease, border-color .18s ease, color .18s ease;
    width: 56px;
    z-index: 3;
}

.sip-detail-hero__arrow:hover,
.sip-detail-hero__arrow:focus {
    background: var(--sip-gold);
    border-color: var(--sip-gold);
    color: #fff;
}

.sip-detail-hero__arrow--prev {
    left: clamp(18px, 3vw, 48px);
}

.sip-detail-hero__arrow--prev svg {
    transform: rotate(180deg);
}

.sip-detail-hero__arrow--next {
    right: clamp(18px, 3vw, 48px);
}

.sip-detail-hero__thumbs {
    align-items: center;
    bottom: clamp(28px, 5vw, 56px);
    display: flex;
    gap: 10px;
    left: 50%;
    max-width: min(760px, calc(100% - 48px));
    overflow-x: auto;
    padding: 4px;
    position: absolute;
    transform: translateX(-50%);
    z-index: 3;
}

.sip-detail-hero__thumbs button {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .34);
    cursor: pointer;
    flex: 0 0 88px;
    height: 58px;
    overflow: hidden;
    padding: 0;
}

.sip-detail-hero__thumbs button.is-active {
    border-color: var(--sip-gold);
}

.sip-detail-hero__thumbs img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 860px) {
    .sip-detail-hero.sip-detail-hero--slider {
        min-height: 680px;
        padding: 118px 18px 128px;
    }

    .sip-detail-hero__content h1 {
        font-size: clamp(48px, 15vw, 68px);
    }

    .sip-detail-hero__arrow {
        height: 42px;
        top: auto;
        width: 42px;
    }

    .sip-detail-hero__arrow--prev {
        bottom: 74px;
        left: 14px;
    }

    .sip-detail-hero__arrow--next {
        bottom: 74px;
        right: 14px;
    }

    .sip-detail-hero__thumbs {
        bottom: 20px;
        display: flex;
        gap: 6px;
        left: 58px;
        max-width: none;
        overflow: hidden;
        padding: 0;
        right: 58px;
        transform: none;
        width: auto;
    }

    .sip-detail-hero__thumbs button {
        flex: 1 1 0;
        height: 42px;
        min-width: 0;
        width: auto;
    }
}

.sip-dining-detail-hero {
    align-items: end;
    background:
    var(--sip-dining-hero-image) center / cover no-repeat,
    var(--sip-ink);
    color: #fff;
    display: grid;
    min-height: clamp(430px, 50vh, 560px);
    padding: clamp(132px, 13vw, 172px) clamp(28px, 7vw, 96px) clamp(48px, 6vw, 72px);
}

.sip-dining-detail-hero__content {
    max-width: 760px;
    text-shadow: 0 5px 28px rgba(0, 0, 0, .58);
}

.sip-breadcrumbs {
    align-items: center;
    color: rgba(255, 255, 255, .72);
    display: flex;
    flex-wrap: wrap;
    font: 800 13px/1.4 var(--sip-sans);
    gap: 10px;
    margin-bottom: 22px;
}

.sip-breadcrumbs a {
    color: rgba(255, 255, 255, .84);
}

.sip-breadcrumbs span {
    color: var(--sip-gold);
}

.sip-breadcrumbs strong {
    color: #fff;
    font-weight: 800;
}

.sip-dining-detail-hero h1 {
    font: 500 clamp(58px, 7vw, 92px)/.94 var(--sip-serif);
    letter-spacing: 0;
    margin: 0;
}

.sip-dining-detail-hero p {
    color: rgba(255, 255, 255, .86);
    font-size: clamp(18px, 2.2vw, 28px);
    line-height: 1.46;
    margin: 18px 0 26px;
    max-width: 640px;
}

.sip-dining-detail-hero .sip-btn--outline {
    border-color: var(--sip-gold);
    min-width: 170px;
}

.sip-dining-detail-hero .sip-btn--back {
    color: var(--sip-gold-soft);
}

.sip-dining-detail-gallery {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 24px auto 22px;
    width: var(--sip-page);
}

.sip-dining-detail-gallery img {
    aspect-ratio: 1.48 / 1;
    border: 1px solid rgba(2, 41, 55, .08);
    object-fit: cover;
    width: 100%;
}

.sip-dining-detail .sip-dining-detail-body {
    border: 1px solid rgba(2, 41, 55, .1);
    box-shadow: 0 18px 42px rgba(2, 41, 55, .07);
    gap: 0;
    margin-top: 0;
}

.sip-dining-detail-body article {
    border-right: 1px solid rgba(2, 41, 55, .12);
    padding-right: clamp(28px, 4vw, 54px);
}

.sip-dining-detail-body aside {
    padding-left: clamp(28px, 4vw, 54px);
}

.sip-dining-detail-body h2 {
    font-size: clamp(34px, 3.2vw, 46px);
    line-height: 1.04;
    max-width: 520px;
}

.sip-dining-detail-body h2::after,
.sip-related-strip > .sip-kicker::after,
.sip-menu-highlights > .sip-kicker::after,
.sip-service-row > .sip-kicker::after {
    background: var(--sip-gold);
    content: "";
    display: block;
    height: 2px;
    margin-top: 16px;
    width: 42px;
}

.sip-dining-detail-body article p:first-of-type {
    margin-top: 24px;
}

.sip-dining-detail-body article p + p {
    margin-top: 18px;
}

.sip-menu-highlights.sip-section,
.sip-service-row.sip-section,
.sip-related-strip.sip-section {
    padding-bottom: clamp(18px, 3vw, 34px);
    padding-top: clamp(28px, 4.6vw, 52px);
}

.sip-related-strip {
    text-align: center;
}

.sip-menu-highlights > .sip-kicker,
.sip-service-row > .sip-kicker,
.sip-related-strip > .sip-kicker {
    display: inline-grid;
    justify-items: center;
}

.sip-menu-highlights > .sip-kicker::after,
.sip-service-row > .sip-kicker::after,
.sip-related-strip > .sip-kicker::after {
    margin-left: auto;
    margin-right: auto;
}

.sip-service-row article svg {
    color: var(--sip-gold);
    height: 34px;
    margin-bottom: 12px;
    width: 34px;
}

.sip-service-row h3,
.sip-related-venue-card h3 {
    font-family: var(--sip-serif);
    font-size: 30px;
    line-height: 1.05;
    margin: 0 0 10px;
}

.sip-service-row p,
.sip-related-venue-card p {
    color: var(--sip-muted);
    font-size: 15px;
    line-height: 1.68;
    margin: 0;
}

.sip-related-venue-card {
    background: var(--sip-paper);
    border: 1px solid rgba(2, 41, 55, .1);
    box-shadow: 0 14px 32px rgba(2, 41, 55, .07);
    display: grid;
    grid-template-columns: minmax(190px, .82fr) minmax(0, 1fr);
    min-height: 204px;
}

.sip-related-venue-card__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sip-related-venue-card > div {
    align-content: center;
    display: grid;
    gap: 12px;
    padding: clamp(22px, 3vw, 30px);
}

.sip-related-venue-card .sip-btn {
    justify-self: start;
    min-height: 42px;
    min-width: 148px;
    padding: 0 18px;
}

.sip-dining-detail .sip-cta {
    background:
    linear-gradient(90deg, rgba(2, 41, 55, .98), rgba(2, 41, 55, .9) 62%, rgba(2, 41, 55, .32)),
    url("../imgs/breakfast-coffee.png") right center / auto 100% no-repeat,
    var(--sip-ink);
}

@media (max-width: 1180px) {
    .sip-dining-detail-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sip-related-venue-card {
        grid-template-columns: 1fr;
    }

    .sip-related-venue-card__image img {
        aspect-ratio: 1.8 / 1;
        height: auto;
    }
}

@media (max-width: 860px) {
    .sip-dining-detail-hero {
        min-height: 620px;
        padding: 152px 18px 48px;
    }

    .sip-dining-detail-hero h1 {
        font-size: clamp(48px, 15vw, 68px);
    }

    .sip-dining-detail-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 16px;
    }

    .sip-dining-detail .sip-dining-detail-body {
        grid-template-columns: 1fr;
    }

    .sip-dining-detail-body article {
        border-bottom: 1px solid rgba(2, 41, 55, .12);
        border-right: 0;
        padding-bottom: 26px;
        padding-right: 0;
    }

    .sip-dining-detail-body aside {
        padding-left: 0;
        padding-top: 26px;
    }

    .sip-dining-detail .sip-cta {
        background:
        linear-gradient(90deg, rgba(2, 41, 55, .96), rgba(2, 41, 55, .84)),
        url("../imgs/breakfast-coffee.png") center / cover;
    }
}

@media (max-width: 520px) {
    .sip-dining-detail-gallery {
        grid-template-columns: 1fr;
    }

    .sip-related-venue-card > div {
        padding: 20px;
    }
}

body.sip-page.sip-room-detail {
    background: var(--sip-paper);
}

.sip-room-detail main {
    padding-top: 0;
}

.sip-room-detail-lead {
    background: var(--sip-paper);
    padding-bottom: clamp(38px, 5vw, 62px);
}

.sip-room-detail-top {
    display: grid;
    gap: 18px;
    margin: 0 auto;
    width: 100%;
}

.sip-room-visual {
    min-width: 0;
}

.sip-room-visual__stage {
    background: var(--sip-ink);
    height: clamp(620px, 88svh, 820px);
    overflow: hidden;
    position: relative;
}

.sip-room-visual__slides,
.sip-room-visual__slides img {
    inset: 0;
    position: absolute;
}

.sip-room-visual__slides img {
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.025);
    transition: opacity .55s ease, transform 5.8s ease;
    width: 100%;
}

.sip-room-visual__slides img.is-active {
    opacity: 1;
    transform: scale(1);
}

.sip-room-visual__copy {
    bottom: clamp(34px, 5vw, 64px);
    color: #fff;
    left: clamp(34px, 5vw, 64px);
    max-width: min(760px, calc(100% - 128px));
    position: absolute;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .86), 0 8px 30px rgba(0, 0, 0, .9);
    z-index: 2;
}

.sip-room-visual__copy h1 {
    font: 600 clamp(50px, 5.4vw, 76px)/.96 var(--sip-serif);
    letter-spacing: 0;
    margin: 0;
}

.sip-room-visual__copy p {
    color: rgba(255, 255, 255, .92);
    font-size: clamp(15px, 1.3vw, 18px);
    font-weight: 600;
    line-height: 1.6;
    max-width: 640px;
    margin: 16px 0 0;
}

.sip-room-visual__arrow {
    align-items: center;
    backdrop-filter: blur(8px);
    background: rgba(2, 41, 55, .62);
    border: 1px solid rgba(255, 255, 255, .52);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
    width: 48px;
    z-index: 3;
}

.sip-room-visual__arrow--previous {
    left: clamp(14px, 2.2vw, 30px);
}

.sip-room-visual__arrow--previous svg {
    transform: rotate(180deg);
}

.sip-room-visual__arrow--next {
    right: clamp(14px, 2.2vw, 30px);
}

.sip-room-visual__arrow:hover,
.sip-room-visual__arrow:focus-visible {
    background: var(--sip-gold);
    border-color: var(--sip-gold);
    outline: none;
    transform: translateY(-50%) scale(1.06);
}

.sip-room-visual__arrow svg {
    height: 18px;
    width: 18px;
}

.sip-room-visual__status {
    background: rgba(2, 41, 55, .72);
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    padding: 8px 12px;
    position: absolute;
    right: clamp(16px, 2.2vw, 30px);
    top: clamp(98px, 9vw, 126px);
    z-index: 3;
}

.sip-room-book-card {
    align-items: center;
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(2, 41, 55, .12);
    border-left: 4px solid var(--sip-gold);
    border-radius: 4px;
    box-shadow: 0 14px 34px rgba(2, 41, 55, .08);
    color: var(--sip-ink);
    display: grid;
    gap: clamp(24px, 4vw, 56px);
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 0 auto;
    padding: 24px clamp(24px, 3.5vw, 44px);
    width: var(--sip-page);
}

.sip-room-book-card__copy {
    display: grid;
    gap: 6px;
}

.sip-room-book-card__eyebrow {
    color: #906210;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.sip-room-book-card h2 {
    font: 700 clamp(30px, 3vw, 40px)/1 var(--sip-serif);
    margin: 0;
}

.sip-room-book-card__copy p {
    color: var(--sip-muted);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.sip-room-book-card .sip-btn {
    align-self: center;
    justify-content: space-between;
    min-height: 54px;
    min-width: 210px;
    width: auto;
}

.sip-room-detail-body--original {
    padding-top: 0;
}

.sip-room-detail-body--original .sip-room-overview-grid {
    background: transparent;
    gap: clamp(34px, 7vw, 92px);
    grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
    margin-bottom: 34px;
    padding: 0 20px;
}

.sip-room-overview-copy h2,
.sip-room-policies h2 {
    font-size: clamp(32px, 3vw, 44px);
}

.sip-room-overview-copy h2::after,
.sip-room-detail-body--original .sip-room-detail-panels h3::after,
.sip-room-policies h2::after {
    background: var(--sip-gold);
    content: "";
    display: block;
    height: 2px;
    margin-top: 15px;
    width: 32px;
}

.sip-room-overview-copy p {
    max-width: 680px;
}

.sip-room-spec-list {
    align-self: start;
    background: rgba(255, 255, 255, .58);
    box-shadow: 0 18px 54px rgba(12, 75, 98, .08);
    display: grid;
    margin: 0;
    padding: 22px 34px;
}

.sip-room-spec-list div {
    align-items: center;
    border-bottom: 1px solid rgba(2, 41, 55, .12);
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(130px, .8fr) minmax(0, 1fr);
    padding: 22px 0;
}

.sip-room-spec-list div:last-child {
    border-bottom: 0;
}

.sip-room-spec-list dt,
.sip-room-spec-list dd {
    align-items: center;
    display: flex;
    gap: 12px;
    margin: 0;
}

.sip-room-spec-list dt {
    color: var(--sip-ink);
    font-weight: 800;
}

.sip-room-spec-list dd {
    color: var(--sip-ink);
    font-weight: 600;
}

.sip-room-spec-list svg {
    color: var(--sip-gold-dark);
    height: 29px;
    width: 29px;
}

.sip-room-detail-body--original .sip-room-detail-panels {
    background: rgba(255, 255, 255, .72);
    border-color: rgba(2, 41, 55, .14);
}

.sip-room-detail-body--original .sip-room-detail-panels article {
    background: transparent;
    gap: 16px;
    padding: 30px;
}

.sip-room-detail-body--original .sip-room-detail-panels h3 {
    font-size: 29px;
}

.sip-room-detail-body--original .sip-amenity-list {
    grid-template-columns: 1fr;
}

.sip-room-detail-body--original .sip-amenity-list li {
    color: var(--sip-ink);
    font-size: 14px;
}

.sip-room-detail-body--original .sip-room-detail-panels > article > svg {
    color: var(--sip-ink);
    height: 34px;
    width: 34px;
}

.sip-room-detail-body--original .sip-room-detail-panels strong {
    color: var(--sip-ink);
}

.sip-room-detail-body--original .sip-room-detail-panels img {
    border-radius: 3px;
    margin-top: 8px;
}

.sip-room-detail-body--original .sip-room-policies {
    padding-bottom: clamp(32px, 5vw, 56px);
}

.sip-room-detail-body--original .sip-room-policies > div {
    gap: 0;
}

.sip-room-detail-body--original .sip-room-policies article {
    gap: 8px;
    padding-left: 26px;
    padding-right: 26px;
}

.sip-room-detail-body--original .sip-room-policies article:first-child {
    padding-left: 0;
}

.sip-room-detail .sip-related-strip.sip-section {
    padding-bottom: clamp(44px, 6vw, 72px);
    padding-top: 0;
}

.sip-room-detail .sip-related-strip .sip-home-section-head {
    border-top: 1px solid rgba(2, 41, 55, .12);
    padding-top: 26px;
}

.sip-room-detail .sip-related-cards .sip-room-card {
    box-shadow: 0 10px 30px rgba(2, 41, 55, .08);
}

.sip-room-marquee-section,
.sip-home-rooms {
    overflow: visible;
}

.sip-room-marquee {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: clamp(18px, 2.5vw, 30px);
    max-width: 100vw;
    overflow: hidden;
    width: 100vw;
}

.sip-room-marquee__track {
    animation: sip-room-marquee 82s linear infinite;
    display: flex;
    width: max-content;
}

.sip-room-marquee__group {
    display: flex;
    flex: 0 0 auto;
    gap: 18px;
    padding-right: 18px;
}

.sip-room-marquee .sip-room-card {
    background: #fff;
    border-color: rgba(2, 41, 55, .1);
    box-shadow: 0 12px 28px rgba(2, 41, 55, .07);
    display: flex;
    flex: 0 0 clamp(300px, 25vw, 354px);
    flex-direction: column;
    min-height: 0;
}

.sip-room-marquee .sip-room-card__image {
    display: block;
}

.sip-room-marquee .sip-room-card__image img {
    aspect-ratio: 1.36 / 1;
    display: block;
    height: auto;
}

.sip-room-marquee .sip-room-card__body {
    gap: 12px;
    padding: 18px;
}

.sip-room-marquee .sip-room-card h3 {
    font-size: clamp(25px, 2vw, 30px);
    line-height: 1.04;
}

.sip-room-marquee .sip-room-card__body > p {
    color: var(--sip-muted);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.sip-room-marquee .sip-room-card ul {
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sip-room-marquee .sip-room-card li {
    font-size: 12px;
}

.sip-room-marquee .sip-room-card__amenities {
    display: none;
}

.sip-room-marquee .sip-card-actions {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sip-room-marquee .sip-card-actions .sip-btn {
    font-size: 13px;
    min-height: 44px;
    min-width: 0;
    padding: 0 12px;
}

.sip-room-marquee:hover .sip-room-marquee__track,
.sip-room-marquee:focus-within .sip-room-marquee__track,
.sip-room-marquee.is-paused .sip-room-marquee__track,
.sip-room-marquee-section.is-paused .sip-room-marquee__track {
    animation-play-state: paused;
}

@keyframes sip-room-marquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .sip-room-visual__slides img,
    .sip-room-visual__arrow {
        transition: none;
    }

    .sip-room-visual__slides img,
    .sip-room-visual__slides img.is-active {
        transform: none;
    }

    .sip-room-marquee {
        -webkit-mask-image: none;
        mask-image: none;
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .sip-room-marquee__track {
        animation: none;
        transform: none;
    }

    .sip-room-marquee__group[aria-hidden="true"] {
        display: none;
    }
}

@media (max-width: 1180px) {
    .sip-room-detail-body--original .sip-room-overview-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1020px) {
    .sip-room-marquee .sip-room-card {
        flex-basis: min(58vw, 360px);
    }
}

@media (max-width: 860px) {
    .sip-room-marquee .sip-room-card {
        flex: 0 0 min(78vw, 318px);
        scroll-snap-align: none;
        width: min(78vw, 318px);
    }

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

    .sip-room-marquee__group,
    .sip-room-marquee__group[aria-hidden="true"] {
        display: flex;
        flex: 0 0 auto;
        gap: 16px;
        min-width: 0;
        padding: 0 8px;
        width: max-content;
    }

    .sip-room-marquee:hover .sip-room-marquee__track,
    .sip-room-marquee:focus-within .sip-room-marquee__track {
        animation-play-state: running;
    }

    .sip-room-visual__stage {
        height: clamp(620px, 100svh, 760px);
    }

    .sip-room-visual__copy {
        bottom: 28px;
        left: 24px;
        max-width: calc(100% - 48px);
    }

    .sip-room-visual__copy h1 {
        font-size: clamp(40px, 11vw, 60px);
    }

    .sip-room-visual__copy p {
        font-size: 15px;
    }

    .sip-room-visual__arrow {
        height: 42px;
        width: 42px;
    }

    .sip-room-visual__status {
        top: 92px;
    }

    .sip-room-book-card {
        align-items: stretch;
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 22px;
    }

    .sip-room-book-card .sip-btn {
        min-width: 0;
        width: 100%;
    }

    .sip-room-detail-body--original .sip-room-overview-grid {
        padding: 0;
    }

    .sip-room-spec-list {
        padding: 18px 22px;
    }

    .sip-room-spec-list div {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .sip-room-detail-body--original .sip-room-detail-panels article {
        border-right: 0;
        padding: 24px 20px;
    }

    .sip-room-detail-body--original .sip-room-policies article,
    .sip-room-detail-body--original .sip-room-policies article:first-child {
        border-right: 0;
        padding: 0;
    }
}

body.sip-page.sip-gallery {
    background: var(--sip-paper);
}

.sip-gallery main {
    padding-top: 102px;
}

.sip-gallery-hero {
    align-items: center;
    background:
    var(--sip-gallery-hero-img) center / cover no-repeat,
    var(--sip-ink);
    color: #fff;
    display: grid;
    min-height: clamp(360px, 38vw, 430px);
    padding: clamp(54px, 7vw, 92px) clamp(26px, 6vw, 86px);
}

.sip-gallery-hero > div {
    max-width: 610px;
}

.sip-gallery-hero h1 {
    font: 600 clamp(72px, 7vw, 100px)/.9 var(--sip-serif);
    letter-spacing: 0;
    margin: 0;
}

.sip-gallery-hero p {
    color: rgba(255, 255, 255, .94);
    font-size: clamp(20px, 2vw, 27px);
    line-height: 1.45;
    margin: 22px 0 28px;
}

.sip-gallery-hero .sip-btn {
    min-width: 218px;
    width: auto;
}

.sip-gallery .sip-gallery-tabs {
    gap: clamp(14px, 3vw, 44px);
    margin: 0 0 24px;
}

.sip-gallery .sip-gallery-tabs button {
    background: transparent;
    border-color: transparent;
    color: var(--sip-ink);
    font: 500 17px/1 var(--sip-serif);
    min-height: 48px;
    padding: 0 20px;
}

.sip-gallery .sip-gallery-tabs button.is-active {
    background: var(--sip-ink);
    border-color: var(--sip-ink);
    color: #fff;
}

.sip-gallery .sip-gallery-grid {
    display: grid;
    gap: 10px;
    grid-auto-flow: dense;
    grid-auto-rows: clamp(148px, 15vw, 206px);
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.sip-gallery .sip-gallery-grid figure {
    border-radius: 4px;
    min-height: 0;
}

.sip-gallery .sip-gallery-grid figure:nth-child(1) {
    grid-column: span 4;
    grid-row: span 2;
}

.sip-gallery .sip-gallery-grid figure:nth-child(2),
.sip-gallery .sip-gallery-grid figure:nth-child(3),
.sip-gallery .sip-gallery-grid figure:nth-child(4),
.sip-gallery .sip-gallery-grid figure:nth-child(5) {
    grid-column: span 4;
}

.sip-gallery .sip-gallery-grid figure:nth-child(n+6) {
    grid-column: span 3;
}

.sip-gallery .sip-gallery-grid figure.is-wide {
    grid-column: span 4;
}

.sip-gallery .sip-gallery-grid figcaption {
    background: none;
    bottom: auto;
    left: 14px;
    padding: 0;
    right: auto;
    top: 14px;
}

.sip-gallery .sip-gallery-grid figcaption span {
    background: rgba(2, 41, 55, .86);
    border-radius: 2px;
    color: #fff;
    font: 700 12px/1 var(--sip-sans);
    letter-spacing: 0;
    margin: 0;
    padding: 7px 9px;
    text-transform: none;
}

.sip-gallery .sip-gallery-grid figcaption strong {
    display: none;
}

.sip-gallery .sip-gallery-feature {
    background: rgba(255, 255, 255, .72);
    gap: 0;
    grid-template-columns: minmax(280px, .62fr) minmax(0, .86fr) minmax(290px, .62fr);
    margin-top: 0;
    width: 100%;
}

.sip-gallery .sip-gallery-feature > img {
    min-height: 320px;
}

.sip-gallery .sip-gallery-feature article {
    align-self: center;
    padding: clamp(36px, 6vw, 70px);
}

.sip-gallery .sip-gallery-feature h2 {
    font-size: clamp(36px, 4vw, 56px);
}

.sip-gallery .sip-gallery-feature p:not(.sip-kicker) {
    max-width: 590px;
}

.sip-gallery .sip-gallery-facilities {
    align-content: center;
    border-left: 1px solid rgba(2, 41, 55, .18);
    gap: 26px 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: clamp(36px, 6vw, 70px) clamp(28px, 5vw, 58px);
}

.sip-gallery .sip-gallery-facilities h3 {
    grid-column: 1 / -1;
}

.sip-gallery .sip-gallery-facilities span {
    color: var(--sip-ink);
    gap: 12px;
}

.sip-gallery .sip-gallery-facilities svg {
    height: 38px;
    width: 38px;
}

.sip-gallery .sip-attraction-card-grid {
    align-items: start;
    align-self: end;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sip-gallery .sip-attraction-card-grid article {
    align-self: start;
    border-radius: 4px;
    overflow: hidden;
}

.sip-gallery .sip-attraction-card-grid img {
    aspect-ratio: 1.12 / 1;
}

.sip-gallery .sip-attraction-card-grid h3 {
    font-size: 20px;
    line-height: 1.15;
}

.sip-gallery .sip-attraction-card-grid span {
    font-size: 12px;
}

@media (max-width: 1180px) {
    .sip-gallery .sip-gallery-feature {
        grid-template-columns: 1fr;
        width: var(--sip-page);
    }

    .sip-gallery .sip-gallery-facilities {
        border-left: 0;
    }

    .sip-gallery .sip-gallery-grid {
        grid-auto-rows: 190px;
    }

    .sip-gallery .sip-gallery-grid figure:nth-child(1),
    .sip-gallery .sip-gallery-grid figure:nth-child(2),
    .sip-gallery .sip-gallery-grid figure:nth-child(3),
    .sip-gallery .sip-gallery-grid figure:nth-child(4),
    .sip-gallery .sip-gallery-grid figure:nth-child(5),
    .sip-gallery .sip-gallery-grid figure:nth-child(n+6),
    .sip-gallery .sip-gallery-grid figure.is-wide {
        grid-column: span 6;
        grid-row: span 1;
    }
}

@media (max-width: 860px) {
    .sip-gallery main {
        padding-top: 124px;
    }

    .sip-gallery-hero {
        min-height: 420px;
        padding: 52px 18px;
    }

    .sip-gallery-hero h1 {
        font-size: clamp(58px, 19vw, 78px);
    }

    .sip-gallery-hero .sip-btn {
        width: 100%;
    }

    .sip-gallery .sip-gallery-tabs {
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 6px;
    }

    .sip-gallery .sip-gallery-tabs button {
        flex: 0 0 auto;
        font-size: 16px;
    }

    .sip-gallery .sip-gallery-grid {
        gap: 8px;
        grid-auto-flow: row;
        grid-auto-rows: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sip-gallery .sip-gallery-grid figure:nth-child(1),
    .sip-gallery .sip-gallery-grid figure:nth-child(2),
    .sip-gallery .sip-gallery-grid figure:nth-child(3),
    .sip-gallery .sip-gallery-grid figure:nth-child(4),
    .sip-gallery .sip-gallery-grid figure:nth-child(5),
    .sip-gallery .sip-gallery-grid figure:nth-child(n+6),
    .sip-gallery .sip-gallery-grid figure.is-wide {
        grid-column: auto;
        grid-row: auto;
        min-height: 0;
    }

    .sip-gallery .sip-gallery-grid img {
        aspect-ratio: 1 / 1.12;
        height: auto;
    }

    .sip-gallery .sip-gallery-grid figcaption {
        left: 8px;
        top: 8px;
    }

    .sip-gallery .sip-gallery-grid figcaption span {
        font-size: 10px;
        padding: 6px 7px;
    }

    .sip-gallery .sip-gallery-facilities {
        grid-template-columns: 1fr;
    }

    .sip-gallery .sip-attraction-card-grid {
        grid-template-columns: 1fr;
    }
}

body.sip-page.sip-about {
    background: var(--sip-paper);
}

.sip-about main {
    padding-top: 102px;
}

.sip-about-hero {
    align-items: center;
    background:
    var(--sip-about-hero-img) center / cover no-repeat,
    var(--sip-ink);
    color: #fff;
    display: grid;
    min-height: clamp(380px, 39vw, 455px);
    padding: clamp(56px, 7vw, 92px) clamp(26px, 6vw, 86px);
}

.sip-about-hero > div {
    max-width: 760px;
}

.sip-about-hero h1 {
    font: 600 clamp(54px, 6vw, 78px)/.98 var(--sip-serif);
    letter-spacing: 0;
    margin: 0;
}

.sip-about-hero p {
    color: rgba(255, 255, 255, .96);
    font-size: clamp(20px, 2vw, 27px);
    line-height: 1.45;
    margin: 20px 0 28px;
    max-width: 650px;
}

.sip-about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sip-about .sip-about-story.sip-section {
    gap: clamp(44px, 7vw, 96px);
    grid-template-columns: minmax(0, .82fr) minmax(430px, 1.08fr);
    padding-bottom: 34px;
    padding-top: clamp(44px, 6vw, 70px);
}

.sip-about .sip-about-story h2,
.sip-about .sip-about-location h2,
.sip-about .sip-experience-band h2 {
    font-size: clamp(38px, 4.5vw, 60px);
    line-height: .98;
}

.sip-about .sip-about-location h2 {
    font-size: clamp(36px, 3.4vw, 50px);
}

.sip-about .sip-about-story p:not(.sip-kicker),
.sip-about .sip-about-location p:not(.sip-kicker) {
    max-width: 570px;
}

.sip-about .sip-home-icons {
    border-top: 1px solid rgba(2, 41, 55, .12);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: clamp(26px, 4vw, 44px);
}

.sip-about .sip-home-icons span {
    align-items: center;
    border-right: 1px solid rgba(2, 41, 55, .12);
    display: grid;
    gap: 8px;
    justify-items: center;
    min-width: 0;
    padding: 20px 12px 0;
    text-align: center;
}

.sip-about .sip-home-icons span:last-child {
    border-right: 0;
}

.sip-about .sip-home-icons svg {
    color: var(--sip-gold);
    height: 38px;
    width: 38px;
}

.sip-about .sip-home-icons strong {
    color: var(--sip-ink);
    font-size: 13px;
}

.sip-about .sip-home-icons em {
    color: var(--sip-muted);
    font-size: 11px;
    font-style: normal;
    line-height: 1.5;
}

.sip-about-story__media {
    margin: 0;
    overflow: hidden;
    position: relative;
}

.sip-about-story__media img {
    aspect-ratio: 1.36 / 1;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sip-about-story__media span {
    position: absolute;
    right: 11%;
    top: 28%;
    width: clamp(106px, 10vw, 148px);
}

.sip-about-location li strong {
    font-size: 14px;
}

.sip-about-map {
    min-height: 360px;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.sip-about-map img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sip-about-map__label {
    background: var(--sip-ink);
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    left: 16%;
    padding: 8px 12px;
    position: absolute;
    top: 16%;
}

.sip-about-map__label--museum {
    left: 26%;
    top: 66%;
}

.sip-about-map__pin {
    align-items: center;
    background: var(--sip-ink);
    border-radius: 50% 50% 50% 0;
    box-shadow: 0 20px 34px rgba(2, 41, 55, .22);
    display: flex;
    height: 66px;
    justify-content: center;
    left: 52%;
    padding: 13px;
    position: absolute;
    top: 42%;
    transform: rotate(-45deg);
    width: 66px;
}

.sip-about-map__pin .sip-logo {
    transform: rotate(45deg);
    width: 34px;
}

.sip-about .sip-about-facilities.sip-section {
    padding-bottom: clamp(32px, 5vw, 52px);
    padding-top: 34px;
}

.sip-about .sip-about-facilities .sip-facility-grid {
    gap: 12px;
}

.sip-about .sip-about-facilities .sip-facility-grid article {
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(2, 41, 55, .08);
    box-shadow: 0 12px 24px rgba(2, 41, 55, .06);
    padding: 28px 20px;
}

.sip-about .sip-about-facilities .sip-facility-grid svg {
    color: var(--sip-gold);
    height: 42px;
    width: 42px;
}

.sip-about .sip-about-facilities .sip-facility-grid h3 {
    font-size: 17px;
    margin-top: 14px;
}

.sip-about .sip-about-facilities .sip-facility-grid p {
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 0;
}

.sip-about .sip-experience-band {
    background:
    linear-gradient(90deg, rgba(0, 0, 0, .84), rgba(0, 0, 0, .58)),
    url("../imgs/about-experience-lounge.png") center / cover;
    gap: 0;
    grid-template-columns: minmax(430px, .95fr) repeat(3, minmax(210px, .78fr));
    margin-top: 0;
    padding: clamp(48px, 6vw, 76px) clamp(26px, 6vw, 86px);
}

.sip-about .sip-experience-band > div {
    padding-right: clamp(22px, 4vw, 54px);
}

.sip-about .sip-experience-band h2 {
    font-size: clamp(42px, 3.6vw, 58px);
    line-height: .96;
    max-width: 560px;
    text-wrap: balance;
}

.sip-about .sip-experience-band > div > p:not(.sip-kicker) {
    max-width: 420px;
}

.sip-about .sip-experience-band article {
    align-content: start;
    border-left: 1px solid rgba(255, 255, 255, .22);
    min-height: 185px;
    padding: 8px clamp(18px, 3vw, 38px) 0;
    text-align: center;
}

.sip-about .sip-experience-band article svg {
    height: 42px;
    margin-bottom: 18px;
    width: 42px;
}

.sip-about .sip-experience-band h3 {
    font-size: 21px;
    margin: 0 0 12px;
}

.sip-about .sip-experience-band article p {
    font-size: 14px;
    line-height: 1.65;
    margin: 0 auto;
    max-width: 300px;
    text-wrap: pretty;
}

.sip-about .sip-about-bottom {
    gap: 0;
    grid-template-columns: minmax(280px, .66fr) minmax(300px, .58fr) minmax(0, 1.06fr);
    margin-top: 0;
    padding: clamp(38px, 6vw, 64px) 0;
}

.sip-about .sip-about-bottom > div {
    background: rgba(255, 255, 255, .72);
    border-color: rgba(2, 41, 55, .12);
    border-right: 0;
    box-shadow: none;
}

.sip-about .sip-about-bottom > div:last-child {
    border-right: 1px solid rgba(2, 41, 55, .12);
}

.sip-about .sip-policy-card ul {
    gap: 0;
}

.sip-about .sip-policy-card li {
    align-items: center;
    gap: 8px 12px;
    grid-template-columns: 24px minmax(0, 1fr);
    min-height: 0;
    padding: 11px 0;
}

.sip-about .sip-policy-card li:first-child {
    padding-top: 0;
}

.sip-about .sip-policy-card li:last-child {
    padding-bottom: 0;
}

.sip-about .sip-policy-card li svg {
    color: var(--sip-gold);
    height: 16px;
    width: 16px;
}

.sip-about .sip-policy-copy {
    align-items: baseline;
    color: var(--sip-muted);
    column-gap: 10px;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 0;
    min-width: 0;
}

.sip-about .sip-policy-copy strong {
    color: var(--sip-ink);
    font-size: 14px;
    flex: 0 0 auto;
    line-height: 1.12;
}

.sip-about .sip-policy-copy em {
    color: var(--sip-muted);
    flex: 1 1 130px;
    font-size: 12px;
    font-style: normal;
    line-height: 1.32;
    min-width: 0;
}

.sip-about .sip-about-bottom a,
.sip-about .sip-about-bottom span {
    font-size: 14px;
}

.sip-about .sip-about-bottom .sip-btn {
    justify-content: space-between;
    margin-top: 18px;
    min-width: 0;
    width: min(260px, 100%);
}

.sip-about .sip-about-bottom .sip-attraction-card-grid {
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sip-about .sip-about-bottom .sip-attraction-card-grid article {
    background: #fff;
    border: 1px solid rgba(2, 41, 55, .08);
    box-shadow: 0 12px 24px rgba(2, 41, 55, .06);
    overflow: hidden;
}

.sip-about .sip-about-bottom .sip-attraction-card-grid img {
    aspect-ratio: 1.18 / 1;
    object-fit: cover;
}

.sip-about .sip-about-bottom .sip-attraction-card-grid h3 {
    font-size: 17px;
    line-height: 1.2;
}

.sip-about .sip-about-bottom .sip-attraction-card-grid span {
    align-items: center;
    color: var(--sip-muted);
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 0 16px 16px;
}

@media (max-width: 1180px) {
    .sip-about .sip-about-story.sip-section,
    .sip-about .sip-about-location,
    .sip-about .sip-experience-band,
    .sip-about .sip-about-bottom {
        grid-template-columns: 1fr;
    }

    .sip-about-location {
        margin: 0 auto;
        width: var(--sip-page);
    }

    .sip-about-location > div:first-child,
    .sip-about-location ul {
        padding: 32px 24px;
    }

    .sip-about-location ul {
        border-left: 0;
        border-right: 0;
        border-top: 1px solid rgba(2, 41, 55, .12);
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sip-about-map {
        min-height: 420px;
    }

    .sip-about .sip-experience-band {
        gap: 24px;
    }

    .sip-about .sip-experience-band article {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .22);
        min-height: 0;
        padding-top: 24px;
    }

    .sip-about .sip-about-bottom > div,
    .sip-about .sip-about-bottom > div:last-child {
        border-right: 1px solid rgba(2, 41, 55, .12);
    }
}

@media (max-width: 860px) {
    .sip-about main {
        padding-top: 124px;
    }

    .sip-about-hero {
        min-height: 440px;
        padding: 52px 18px;
    }

    .sip-about-hero h1 {
        font-size: clamp(44px, 14vw, 66px);
    }

    .sip-about-hero .sip-btn {
        width: 100%;
    }

    .sip-about .sip-home-icons,
    .sip-about-location ul,
    .sip-about .sip-about-bottom .sip-attraction-card-grid {
        grid-template-columns: 1fr;
    }

    .sip-about .sip-home-icons span,
    .sip-about .sip-home-icons span:last-child {
        border-right: 0;
        border-bottom: 1px solid rgba(2, 41, 55, .12);
        padding: 18px 8px;
    }

    .sip-about-story__media span {
        right: 9%;
        top: 24%;
        width: 104px;
    }

    .sip-about-map {
        min-height: 330px;
    }

    .sip-about-map__label {
        font-size: 10px;
        padding: 6px 8px;
    }

    .sip-about-map__pin {
        height: 52px;
        padding: 10px;
        width: 52px;
    }

    .sip-about-map__pin .sip-logo {
        width: 28px;
    }

    .sip-about .sip-policy-card li {
        grid-template-columns: 24px 1fr;
    }

    .sip-about .sip-policy-card li span {
        grid-column: 2;
    }
}

@media (min-width: 861px) {
    body.sip-page.sip-dining-detail {
        --sip-page: min(1600px, calc(100% - clamp(40px, 5vw, 96px)));
    }

    .sip-dining-detail-hero {
        min-height: clamp(392px, 45vw, 430px);
        padding: 130px 48px 46px;
    }

    .sip-dining-detail-hero__content {
        max-width: 540px;
    }

    .sip-dining-detail-hero h1 {
        font-size: clamp(56px, 6.8vw, 70px);
    }

    .sip-dining-detail-hero p {
        font-size: clamp(20px, 2.4vw, 25px);
        line-height: 1.42;
        margin: 16px 0 26px;
    }

    .sip-dining-detail-hero .sip-btn {
        min-height: 38px;
        min-width: 132px;
        padding: 0 20px;
    }

    .sip-dining-detail-gallery {
        gap: 8px;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        margin: 18px auto 16px;
        width: var(--sip-page);
    }

    .sip-dining-detail-gallery img {
        aspect-ratio: 1 / .84;
    }

    .sip-dining-detail .sip-dining-detail-body {
        gap: 0;
        grid-template-columns: minmax(0, .95fr) minmax(320px, .92fr);
        padding: 28px 38px;
        width: var(--sip-page);
    }

    .sip-dining-detail-body h2 {
        font-size: 30px;
    }

    .sip-dining-detail-body p {
        font-size: 13px;
        line-height: 1.6;
    }

    .sip-dining-detail-body article p:first-of-type {
        margin-top: 18px;
    }

    .sip-dining-detail-body article p + p {
        margin-top: 14px;
    }

    .sip-dining-detail-body .sip-detail-facts {
        margin: 16px 0 0;
    }

    .sip-dining-detail-body .sip-detail-facts div {
        gap: 16px;
        grid-template-columns: minmax(150px, .78fr) minmax(0, 1fr);
        padding: 12px 0;
    }

    .sip-dining-detail-body .sip-detail-facts dt {
        font-size: 14px;
    }

    .sip-dining-detail-body .sip-detail-facts dd {
        font-size: 13px;
    }

    .sip-dining-detail-body .sip-detail-facts svg {
        height: 32px;
        width: 32px;
    }

    .sip-dining-detail .sip-menu-highlights.sip-section,
    .sip-dining-detail .sip-service-row.sip-section,
    .sip-dining-detail .sip-related-strip.sip-section {
        padding-bottom: 18px;
        padding-top: 26px;
        width: var(--sip-page);
    }

    .sip-dining-detail .sip-highlight-grid {
        gap: 12px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin-top: 18px;
    }

    .sip-dining-detail .sip-highlight-grid article {
        gap: 10px;
        padding-bottom: 16px;
    }

    .sip-dining-detail .sip-highlight-grid img {
        aspect-ratio: 1.36 / 1;
    }

    .sip-dining-detail .sip-highlight-grid h3 {
        font-size: 22px;
    }

    .sip-dining-detail .sip-highlight-grid h3,
    .sip-dining-detail .sip-highlight-grid p,
    .sip-dining-detail .sip-highlight-grid span {
        margin-left: 16px;
        margin-right: 16px;
    }

    .sip-dining-detail .sip-highlight-grid p {
        font-size: 13px;
        line-height: 1.55;
    }

    .sip-dining-detail .sip-service-row > div {
        gap: 0;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 20px;
    }

    .sip-dining-detail .sip-service-row article {
        padding: 0 18px;
    }

    .sip-dining-detail .sip-service-row h3 {
        font-size: 24px;
    }

    .sip-dining-detail .sip-service-row p {
        font-size: 13px;
        line-height: 1.5;
    }

    .sip-dining-detail .sip-related-cards {
        gap: 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 18px;
    }

    .sip-dining-detail .sip-related-venue-card {
        grid-template-columns: minmax(190px, .98fr) minmax(0, .9fr);
        min-height: 142px;
    }

    .sip-dining-detail .sip-related-venue-card__image img {
        aspect-ratio: auto;
        height: 100%;
    }

    .sip-dining-detail .sip-related-venue-card > div {
        padding: 20px 22px;
    }

    .sip-dining-detail .sip-related-venue-card h3 {
        font-size: 26px;
    }

    .sip-dining-detail .sip-related-venue-card p {
        font-size: 13px;
        line-height: 1.5;
    }

    .sip-dining-detail .sip-related-venue-card .sip-btn {
        min-height: 36px;
        min-width: 112px;
        padding: 0 14px;
    }

    .sip-dining-detail .sip-cta {
        min-height: 120px;
        padding: 26px 48px;
    }

    .sip-dining-detail .sip-cta h2 {
        font-size: 32px;
    }

    .sip-dining-detail .sip-cta span {
        font-size: 13px;
        margin-top: 8px;
        max-width: 320px;
    }

    .sip-page.sip-dining-detail .sip-cta .sip-btn {
        min-height: 42px;
        min-width: 132px;
    }

    .sip-dining-detail .sip-footer {
        padding: 34px 48px 14px;
    }

    .sip-dining-detail .sip-footer__grid {
        gap: 26px;
        grid-template-columns: minmax(150px, 1.05fr) repeat(4, minmax(100px, .8fr));
    }

    .sip-dining-detail .sip-footer__brand .sip-logo {
        width: 92px;
    }

    .sip-dining-detail .sip-footer p,
    .sip-dining-detail .sip-footer a {
        font-size: 12px;
        line-height: 1.55;
        margin-bottom: 6px;
    }

    .sip-dining-detail .sip-footer h3 {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .sip-dining-detail .sip-social {
        margin-top: 12px;
    }

    .sip-dining-detail .sip-social a {
        height: 24px;
        width: 24px;
    }

    .sip-dining-detail .sip-footer__bottom {
        font-size: 11px;
        margin-top: 18px;
        padding-top: 12px;
    }
}

@media (min-width: 861px) {
    body.sip-page.sip-event-detail {
        --sip-page: min(1480px, calc(100% - clamp(40px, 6vw, 112px)));
    }
}

@media (max-width: 1180px) {
    .sip-event-detail .sip-event-detail-body,
    .sip-event-detail .sip-event-form-grid {
        grid-template-columns: 1fr;
    }

    .sip-event-detail .sip-event-setup-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .sip-event-detail .sip-event-detail-body {
        margin-top: 0;
        padding: 0;
    }

    .sip-event-detail .sip-event-story,
    .sip-event-detail .sip-event-brief-card,
    .sip-event-detail .sip-event-form-grid > div {
        padding: 28px 20px;
    }

    .sip-event-detail .sip-event-section-head,
    .sip-event-detail .sip-event-setup-grid {
        grid-template-columns: 1fr;
    }

    .sip-event-detail .sip-event-section-head {
        gap: 14px;
        margin-bottom: 20px;
    }

    .sip-event-detail .sip-event-section-head h2,
    .sip-event-detail .sip-event-story h2,
    .sip-event-detail .sip-included-card h2,
    .sip-event-detail .sip-event-inquiry-card h2 {
        font-size: clamp(34px, 10vw, 48px);
    }

    .sip-event-detail .sip-event-setup-card img {
        aspect-ratio: 1.7 / 1;
    }

    .sip-event-detail .sip-event-form-grid {
        margin-bottom: 42px;
    }
}

.sip-home .sip-section {
    padding: clamp(42px, 5.4vw, 72px) 0;
}

.sip-home .sip-home-arrival.sip-section {
    background:
    linear-gradient(90deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .98) 52%, rgba(240, 203, 128, .24)),
    var(--sip-ivory);
    display: grid;
    gap: clamp(30px, 5vw, 72px);
    grid-template-columns: minmax(32px, 1fr) minmax(0, 560px) minmax(0, 720px) minmax(32px, 1fr);
    margin-top: clamp(54px, 7vw, 92px);
    padding: clamp(74px, 8vw, 118px) 0;
    width: 100%;
}

.sip-home-arrival__copy {
    align-self: center;
    display: block;
    grid-column: 2;
    padding: 0;
}

.sip-home .sip-home-arrival h2 {
    font-size: clamp(46px, 5.8vw, 82px);
    max-width: 540px;
}

.sip-home .sip-home-arrival p:not(.sip-kicker) {
    color: #0c4b62;
    font-size: clamp(16px, 1.45vw, 19px);
    line-height: 1.85;
    max-width: 540px;
}

.sip-home-facts {
    border-top: 1px solid rgba(144, 98, 16, .28);
    column-gap: clamp(22px, 3vw, 46px);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: clamp(34px, 4vw, 52px) 0 0;
    padding: 18px 0 0;
}

.sip-home-facts div,
.sip-home-facts div:first-child,
.sip-home-facts div:nth-child(odd) {
    border-left: 0;
    min-width: 0;
    padding-left: 0;
}

.sip-home-facts dt {
    color: var(--sip-ink);
    font-family: var(--sip-serif);
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 700;
    line-height: .9;
    margin: 0 0 8px;
    white-space: nowrap;
}

.sip-home-facts dd {
    color: var(--sip-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
    max-width: 120px;
    text-transform: uppercase;
}

.sip-home-arrival__media {
    align-self: stretch;
    box-shadow: -28px 28px 0 rgba(240, 203, 128, .24);
    grid-column: 3;
    margin: 0;
    min-height: clamp(520px, 52vw, 680px);
    overflow: hidden;
    position: relative;
}

.sip-home .sip-home-arrival__media img {
    height: 100%;
    inset: 0;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.sip-home-arrival__media figcaption {
    background: rgba(255, 255, 255, .94);
    border-left: 4px solid var(--sip-gold);
    bottom: 0;
    color: var(--sip-ink);
    font-size: 13px;
    font-weight: 700;
    left: 0;
    line-height: 1.55;
    max-width: 360px;
    padding: 18px 22px;
    position: absolute;
    z-index: 1;
}

.sip-home .sip-home-rooms.sip-section {
    overflow: hidden;
    padding-bottom: clamp(56px, 7vw, 92px);
    width: 100%;
}

.sip-home .sip-home-rooms .sip-home-section-head {
    margin-inline: auto;
    width: var(--sip-page);
}

.sip-home .sip-home-rooms .sip-room-marquee .sip-room-card {
    background: var(--sip-white);
    border: 1px solid rgba(12, 75, 98, .16);
    box-shadow: 0 18px 46px rgba(2, 41, 55, .1);
    flex-basis: clamp(340px, 28vw, 392px);
    overflow: hidden;
    transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.sip-home .sip-home-rooms .sip-room-marquee .sip-room-card:hover,
.sip-home .sip-home-rooms .sip-room-marquee .sip-room-card:focus-within {
    border-color: rgba(12, 75, 98, .34);
    box-shadow: 0 26px 58px rgba(2, 41, 55, .15);
    transform: translateY(-4px);
}

.sip-home .sip-home-rooms .sip-room-marquee .sip-room-card__image {
    display: block;
    overflow: hidden;
}

.sip-home .sip-home-rooms .sip-room-marquee .sip-room-card__image img {
    aspect-ratio: 4 / 3;
    transition: transform .45s cubic-bezier(.22, .8, .25, 1);
}

.sip-home .sip-home-rooms .sip-room-marquee .sip-room-card:hover .sip-room-card__image img,
.sip-home .sip-home-rooms .sip-room-marquee .sip-room-card:focus-within .sip-room-card__image img {
    transform: scale(1.035);
}

.sip-home .sip-home-rooms .sip-room-marquee .sip-room-card__body {
    align-content: start;
    background: var(--sip-white);
    flex: 1;
    gap: 14px;
    padding: 22px;
}

.sip-home .sip-home-rooms .sip-room-marquee .sip-room-card__eyebrow {
    display: flex;
}

.sip-home .sip-home-rooms .sip-room-marquee .sip-room-card h3 {
    font-size: clamp(26px, 2.15vw, 32px);
    line-height: 1.08;
}

.sip-home .sip-home-rooms .sip-room-marquee .sip-room-card__body > p {
    color: var(--sip-muted);
    display: block;
    font-size: 14px !important;
    line-height: 1.58 !important;
    margin: 0;
}

.sip-home .sip-home-rooms .sip-room-marquee .sip-room-card ul {
    display: grid;
    gap: 10px 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 2px;
}

.sip-home .sip-home-rooms .sip-room-marquee .sip-card-actions {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: auto;
}

.sip-home .sip-home-rooms .sip-room-marquee .sip-card-actions .sip-btn {
    display: inline-flex;
    min-height: 46px;
    padding-inline: 12px;
}

@media (max-width: 860px) {
    .sip-home .sip-home-rooms .sip-room-marquee .sip-room-card {
        flex-basis: min(86vw, 350px);
        width: min(86vw, 350px);
    }

    .sip-home .sip-home-rooms .sip-room-marquee .sip-card-actions {
        grid-template-columns: 1fr;
    }
}

.sip-home .sip-home-experiences.sip-section {
    background:
    linear-gradient(90deg, rgba(255, 255, 255, .86), rgba(255, 255, 255, .98) 58%, rgba(240, 203, 128, .18)),
    var(--sip-ivory);
    color: var(--sip-ink);
    display: grid;
    gap: clamp(26px, 4vw, 54px);
    grid-template-columns: minmax(32px, 1fr) minmax(0, 820px) minmax(300px, 410px) minmax(32px, 1fr);
    padding: clamp(76px, 8vw, 120px) 0;
    width: 100%;
}

.sip-home-experiences article {
    background: transparent;
    min-height: 0;
}

.sip-home .sip-home-experience-main {
    display: block;
    grid-column: 2;
    min-height: clamp(520px, 52vw, 680px);
    overflow: hidden;
    position: relative;
}

.sip-home .sip-home-experience-main img {
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
}

.sip-home-experience-main > div {
    background: rgba(255, 255, 255, .9);
    border-left: 4px solid var(--sip-gold);
    bottom: 0;
    display: grid;
    left: 0;
    max-width: 430px;
    padding: clamp(26px, 4vw, 42px);
    position: absolute;
}

.sip-home .sip-home-experiences h2,
.sip-home .sip-home-experience-note h2 {
    color: var(--sip-ink);
}

.sip-home .sip-home-experiences h2 {
    font-size: clamp(36px, 4.4vw, 62px);
}

.sip-home .sip-home-experiences p:not(.sip-kicker),
.sip-home .sip-home-experience-note p:not(.sip-kicker) {
    color: var(--sip-muted);
}

.sip-home .sip-home-experience-note {
    align-content: start;
    border-left: 1px solid rgba(144, 98, 16, .24);
    display: grid;
    gap: clamp(22px, 3vw, 34px);
    grid-column: 3;
    grid-template-columns: 1fr;
    min-width: 0;
    padding-left: clamp(22px, 3vw, 36px);
}

.sip-home .sip-home-experience-note > div {
    align-content: start;
    display: grid;
    padding: 0;
}

.sip-home .sip-home-experience-note img {
    align-self: auto;
    aspect-ratio: 1.08 / .86;
    height: auto;
    min-height: 0;
    object-fit: cover;
    position: static;
    width: 100%;
}

.sip-home .sip-home-experiences .sip-btn--ink {
    background: var(--sip-gold);
    border-color: var(--sip-gold);
    color: var(--sip-ink);
    justify-self: start;
}

.sip-home .sip-home-gallery--editorial.sip-section {
    background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .54)),
    var(--sip-ivory);
    overflow: visible;
    padding: clamp(84px, 8vw, 124px) 0 clamp(72px, 8vw, 116px);
    width: 100%;
}

.sip-home .sip-home-gallery--editorial .sip-home-section-head {
    border-top: 1px solid rgba(144, 98, 16, .26);
    margin-inline: auto;
    padding-top: 24px;
    position: relative;
    width: var(--sip-page);
    z-index: 2;
}

.sip-home .sip-home-gallery--editorial .sip-home-gallery-grid {
    align-items: stretch;
    display: grid;
    gap: clamp(12px, 1.2vw, 18px);
    grid-template-columns: 1.12fr .9fr .9fr 1.12fr;
    grid-template-rows: none;
    margin: clamp(28px, 3vw, 44px) auto 0;
    width: min(1640px, calc(100% - clamp(32px, 8vw, 144px)));
}

.sip-home .sip-home-gallery--editorial .sip-home-gallery-grid a,
.sip-home .sip-home-gallery--editorial .sip-home-gallery-grid a:first-child,
.sip-home .sip-home-gallery--editorial .sip-home-gallery-grid a:nth-child(2),
.sip-home .sip-home-gallery--editorial .sip-home-gallery-grid a:nth-child(3),
.sip-home .sip-home-gallery--editorial .sip-home-gallery-grid a:nth-child(4) {
    aspect-ratio: auto;
    background: transparent;
    color: var(--sip-ink);
    display: block;
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    overflow: visible;
    position: relative;
}

.sip-home .sip-home-gallery--editorial .sip-home-gallery-grid a::after {
    display: none;
}

.sip-home .sip-home-gallery--editorial .sip-home-gallery-grid img {
    height: clamp(280px, 24vw, 390px);
    object-fit: cover;
    transition: transform .32s ease;
    width: 100%;
}

.sip-home .sip-home-gallery--editorial .sip-home-gallery-grid a:hover img {
    transform: scale(1.025);
}

.sip-home .sip-home-gallery--editorial .sip-home-gallery-grid span {
    align-items: start;
    background: transparent;
    bottom: auto;
    display: grid;
    gap: 5px;
    justify-items: start;
    left: auto;
    max-width: min(300px, calc(100% - 32px));
    padding: 14px 0 0;
    position: static;
    right: auto;
    text-align: left;
}

.sip-home .sip-home-gallery--editorial .sip-home-gallery-grid strong {
    color: var(--sip-ink);
    font-family: var(--sip-serif);
    font-size: clamp(26px, 2vw, 34px);
    line-height: .95;
}

.sip-home .sip-home-gallery--editorial .sip-home-gallery-grid em {
    color: var(--sip-muted);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.45;
}

.sip-home .sip-home-gallery--editorial .sip-home-gallery-grid svg {
    display: none;
}

.sip-home .sip-home-location {
    background:
    linear-gradient(90deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .96)),
    var(--sip-stone);
    display: grid;
    gap: clamp(24px, 4vw, 52px);
    grid-template-columns: minmax(32px, 1fr) minmax(0, 340px) minmax(0, 680px) minmax(260px, 360px) minmax(32px, 1fr);
    margin: 0;
    padding: clamp(72px, 8vw, 118px) 0;
    width: 100%;
}

.sip-home .sip-home-location > div:first-child {
    align-self: center;
    grid-column: 2;
    padding: 0;
}

.sip-home .sip-home-location p {
    color: var(--sip-muted);
    font-size: 15px;
    line-height: 1.78;
    margin: 22px 0 26px;
    max-width: 520px;
}

.sip-home-location__image {
    align-self: stretch;
    grid-column: 3;
    margin: 0;
    min-height: clamp(420px, 40vw, 560px);
    overflow: hidden;
    position: relative;
}

.sip-home-location__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sip-home-location__image figcaption {
    background: rgba(255, 255, 255, .92);
    bottom: 18px;
    color: var(--sip-ink);
    font-family: var(--sip-serif);
    font-size: clamp(24px, 2.6vw, 34px);
    font-weight: 700;
    left: 18px;
    line-height: 1;
    max-width: 360px;
    padding: 18px;
    position: absolute;
}

.sip-home .sip-home-distance-rail {
    align-self: stretch;
    background: transparent;
    border-left: 1px solid rgba(2, 41, 55, .22);
    display: grid;
    grid-column: 4;
}

.sip-home .sip-home-distance-rail article {
    align-content: center;
    border-bottom: 1px solid rgba(2, 41, 55, .16);
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr);
    padding: 24px 0 24px 28px;
    position: relative;
}

.sip-home .sip-home-distance-rail article > span {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.sip-home .sip-home-distance-rail article::before {
    background: var(--sip-gold);
    border: 5px solid var(--sip-ivory);
    border-radius: 999px;
    content: "";
    height: 18px;
    left: -10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
}

.sip-home .sip-home-distance-rail article:last-child {
    border-bottom: 0;
}

.sip-home .sip-home-distance-rail strong {
    font-family: var(--sip-serif);
    font-size: clamp(24px, 2.4vw, 32px);
    line-height: 1;
    overflow-wrap: normal;
    word-break: normal;
}

.sip-home .sip-home-distance-rail em {
    color: var(--sip-muted);
    font-family: var(--sip-sans);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.sip-home .sip-home-distance-rail small {
    color: var(--sip-gold-dark);
    font-family: var(--sip-sans);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.25;
    text-transform: uppercase;
    white-space: normal;
}

@media (min-width: 861px) {
    .sip-home .sip-home-experience-note img {
        align-self: end;
    }
}

@media (max-width: 1180px) {
    .sip-home .sip-home-arrival.sip-section,
    .sip-home .sip-home-experiences.sip-section,
    .sip-home .sip-home-location {
        grid-template-columns: minmax(24px, 1fr) minmax(0, 1.1fr) minmax(0, .9fr) minmax(24px, 1fr);
    }

    .sip-home-arrival__copy,
    .sip-home .sip-home-location > div:first-child {
        grid-column: 2;
    }

    .sip-home-arrival__media,
    .sip-home-location__image {
        grid-column: 3;
    }

    .sip-home .sip-home-experience-main {
        grid-column: 2 / 4;
    }

    .sip-home .sip-home-experience-note,
    .sip-home .sip-home-distance-rail {
        border-left: 0;
        grid-column: 2 / 4;
        padding-left: 0;
    }

    .sip-home .sip-home-distance-rail {
        border-top: 1px solid rgba(2, 41, 55, .22);
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sip-home .sip-home-distance-rail article {
        border-bottom: 0;
        border-left: 1px solid rgba(2, 41, 55, .16);
        padding: 24px 18px 0;
    }

    .sip-home .sip-home-distance-rail article:first-child {
        border-left: 0;
    }

    .sip-home .sip-home-distance-rail article::before {
        left: 18px;
        top: -10px;
    }

    .sip-home .sip-home-gallery--editorial .sip-home-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: var(--sip-page);
    }

    .sip-home .sip-home-gallery--editorial .sip-home-gallery-grid a,
    .sip-home .sip-home-gallery--editorial .sip-home-gallery-grid a:first-child,
    .sip-home .sip-home-gallery--editorial .sip-home-gallery-grid a:nth-child(4) {
        min-height: 0;
    }

    .sip-home .sip-home-gallery--editorial .sip-home-gallery-grid img {
        height: 300px;
    }
}

@media (max-width: 1180px) {
    .sip-home .sip-home-arrival.sip-section,
    .sip-home .sip-home-experiences.sip-section,
    .sip-home .sip-home-location {
        background: var(--sip-ivory);
        display: grid;
        gap: 28px;
        grid-template-columns: 14px minmax(0, 1fr) 14px;
        padding: 54px 0;
    }

    .sip-home-arrival__copy,
    .sip-home .sip-home-location > div:first-child,
    .sip-home .sip-home-distance-rail {
        grid-column: 2;
    }

    .sip-home .sip-home-arrival__media,
    .sip-home .sip-home-experience-main,
    .sip-home .sip-home-location__image {
        box-shadow: none;
        grid-column: 1 / -1;
        margin-inline: 0;
        min-height: 390px;
        width: 100%;
    }

    .sip-home .sip-home-experience-note {
        border-left: 0;
        grid-column: 1 / -1;
        padding-inline: 14px;
    }

    .sip-home .sip-home-experience-note img {
        margin-inline: -14px;
        max-width: none;
        width: calc(100% + 28px);
    }

    .sip-home-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 18px;
    }

    .sip-home-facts div:nth-child(odd) {
        border-left: 0;
        padding-left: 0;
    }

    .sip-home .sip-home-experience-main > div {
        bottom: auto;
        max-width: none;
        position: relative;
    }

    .sip-home .sip-home-experience-note h2 {
        color: var(--sip-ink);
    }

    .sip-home .sip-home-experience-note p:not(.sip-kicker) {
        color: var(--sip-muted);
    }

    .sip-home .sip-home-gallery--editorial.sip-section {
        padding: 52px 0;
    }

    .sip-home .sip-home-gallery--editorial .sip-home-gallery-grid {
        grid-template-columns: 1fr;
    }

    .sip-home .sip-home-gallery--editorial .sip-home-gallery-grid a,
    .sip-home .sip-home-gallery--editorial .sip-home-gallery-grid a:first-child,
    .sip-home .sip-home-gallery--editorial .sip-home-gallery-grid a:nth-child(4) {
        min-height: 0;
    }

    .sip-home .sip-home-gallery--editorial .sip-home-gallery-grid img {
        height: 240px;
    }

    .sip-home .sip-home-distance-rail {
        border-left: 0;
        border-top: 1px solid rgba(2, 41, 55, .2);
        grid-template-columns: 1fr;
    }

    .sip-home .sip-home-distance-rail article {
        border-left: 0;
        padding: 22px 0;
    }

    .sip-home .sip-home-distance-rail article::before {
        display: none;
    }

    .sip-home-location__image figcaption {
        bottom: 12px;
        left: 12px;
        right: 12px;
    }
}

@media (max-width: 520px) {
    .sip-home-facts {
        grid-template-columns: 1fr;
    }

    .sip-home-facts div,
    .sip-home-facts div:nth-child(odd) {
        border-left: 0;
        border-top: 1px solid rgba(2, 41, 55, .12);
        padding: 14px 0 0;
    }

    .sip-home-facts div:first-child {
        border-top: 0;
        padding-top: 0;
    }
}

.sip-room-card__eyebrow {
    align-items: center;
    display: none;
    flex-wrap: wrap;
    gap: 8px;
}

.sip-rooms-listing .sip-room-card__eyebrow {
    display: flex;
}

.sip-rooms-listing .sip-room-card__eyebrow span {
    background: rgba(240, 203, 128, .12);
    border: 1px solid rgba(144, 98, 16, .24);
    color: #906210;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    padding: 7px 9px;
    text-transform: uppercase;
}

.sip-rooms-listing.sip-section {
    padding-top: clamp(28px, 4vw, 46px);
}

.sip-rooms-listing .sip-room-grid--all {
    gap: clamp(16px, 2vw, 24px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sip-rooms-listing .sip-room-card {
    background:
    linear-gradient(90deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .98)),
    var(--sip-paper);
    border-color: rgba(144, 98, 16, .18);
    box-shadow: 0 14px 34px rgba(2, 41, 55, .07);
    display: grid;
    grid-template-columns: minmax(180px, .42fr) minmax(0, .58fr);
    min-height: 0;
    overflow: hidden;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.sip-rooms-listing .sip-room-card:hover,
.sip-rooms-listing .sip-room-card:focus-within {
    border-color: rgba(144, 98, 16, .38);
    box-shadow: 0 18px 42px rgba(2, 41, 55, .1);
    transform: translateY(-2px);
}

.sip-rooms-listing .sip-room-card__image {
    display: block;
    min-height: 100%;
    overflow: hidden;
}

.sip-rooms-listing .sip-room-card__image img {
    aspect-ratio: auto;
    display: block;
    height: 100%;
    min-height: 238px;
    object-fit: cover;
    transition: transform .32s ease;
}

.sip-rooms-listing .sip-room-card:hover .sip-room-card__image img,
.sip-rooms-listing .sip-room-card:focus-within .sip-room-card__image img {
    transform: scale(1.035);
}

.sip-rooms-listing .sip-room-card__body {
    align-content: start;
    display: grid;
    gap: 10px;
    grid-template-rows: auto auto auto auto 1fr auto;
    min-width: 0;
    padding: clamp(18px, 2vw, 24px);
}

.sip-rooms-listing .sip-room-card h3 {
    font-size: clamp(25px, 2.3vw, 34px);
    line-height: .98;
}

.sip-rooms-listing .sip-room-card__body > p {
    display: -webkit-box;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sip-rooms-listing .sip-room-card ul {
    border-top: 1px solid rgba(2, 41, 55, .1);
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 4px;
    padding-top: 10px;
}

.sip-rooms-listing .sip-room-card li {
    color: #0c4b62;
    font-size: 12px;
    font-weight: 800;
    gap: 7px;
    min-width: 0;
    padding: 5px 8px 5px 0;
}

.sip-rooms-listing .sip-room-card li svg {
    height: 15px;
    width: 15px;
}

.sip-rooms-listing .sip-room-card__amenities {
    display: none;
}

.sip-rooms-listing .sip-card-actions {
    border-top: 1px solid rgba(2, 41, 55, .1);
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr auto;
    margin-top: 8px;
    padding-top: 14px;
}

.sip-rooms-listing .sip-card-actions .sip-btn {
    font-size: 13px;
    min-height: 42px;
    min-width: 0;
    padding: 0 14px;
    width: auto;
}

.sip-rooms-listing .sip-card-actions .sip-btn--outline-dark {
    border-color: transparent;
    color: var(--sip-gold-dark);
    justify-content: flex-start;
    padding-left: 0;
}

.sip-rooms-listing .sip-card-actions .sip-btn--outline-dark:hover,
.sip-rooms-listing .sip-card-actions .sip-btn--outline-dark:focus-visible {
    background: transparent;
    color: var(--sip-ink);
}

@media (max-width: 1180px) {
    .sip-rooms-listing .sip-room-grid--all {
        grid-template-columns: 1fr;
    }

    .sip-rooms-listing .sip-room-card {
        grid-template-columns: minmax(210px, .36fr) minmax(0, .64fr);
    }
}

@media (max-width: 760px) {
    .sip-rooms-listing .sip-room-card {
        grid-template-columns: 1fr;
    }

    .sip-rooms-listing .sip-room-card__image img {
        aspect-ratio: 1.55 / 1;
        height: auto;
        min-height: 0;
    }

    .sip-rooms-listing .sip-room-card ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .sip-rooms-listing .sip-card-actions .sip-btn,
    .sip-rooms-listing .sip-card-actions .sip-btn--outline-dark {
        justify-content: center;
        padding-left: 14px;
        width: 100%;
    }
}

@media (max-width: 360px) {
    .sip-rooms-listing .sip-room-card ul,
    .sip-rooms-listing .sip-card-actions {
        grid-template-columns: 1fr;
    }
}

.sip-page {
    overflow-wrap: break-word;
}

.sip-page main,
.sip-page section,
.sip-footer {
    max-width: 100%;
}

.sip-card-actions,
.sip-hero__actions,
.sip-event-choice ul,
.sip-mini-facts {
    min-width: 0;
}

.sip-card-actions .sip-btn,
.sip-hero__actions .sip-btn,
.sip-cta .sip-btn {
    min-width: min(144px, 100%);
}

@media (max-width: 860px) {
    .sip-room-marquee .sip-card-actions,
    .sip-room-marquee .sip-card-actions .sip-btn,
    .sip-room-grid--all .sip-card-actions,
    .sip-room-grid--all .sip-card-actions .sip-btn {
        width: 100%;
    }

    .sip-event-setup-card img,
    .sip-event-card img,
    .sip-related-cards .sip-event-card img {
        max-width: 100%;
    }
}

@media (max-width: 360px) {
    .sip-gallery .sip-gallery-grid {
        grid-template-columns: 1fr;
    }

    .sip-gallery .sip-gallery-grid img {
        aspect-ratio: 1.14 / 1;
    }
}

.sip-header {
    background: linear-gradient(90deg, rgba(2, 41, 55, .97), rgba(12, 75, 98, .94));
    box-shadow: 0 16px 40px rgba(2, 41, 55, .18);
}

.sip-footer {
    background: var(--sip-gunmetal);
    position: relative;
}

.sip-footer::before {
    background: var(--sip-white) url("../imgs/stay-inn-pattern.webp") center / 190px auto repeat-x;
    content: "";
    display: block;
    height: 14px;
    inset: 0 0 auto;
    opacity: .9;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}

.sip-page-hero,
.sip-hero,
.sip-detail-hero,
.sip-dining-detail-hero,
.sip-gallery-hero,
.sip-about-hero,
.sip-room-detail-lead {
    background-color: var(--sip-gunmetal);
}

.sip-page :where(a, button, input, select, textarea, [tabindex="0"]):focus-visible {
    outline: 3px solid var(--sip-gold-crayola);
    outline-offset: 3px;
}

.sip-page main p {
    font-family: var(--sip-sans);
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.7;
}

.sip-page main :where(li, dt, dd, label, input, select, textarea, button) {
    font-family: var(--sip-sans);
}

.sip-page main :where(h1, h2, h3, h4) {
    letter-spacing: -1px;
}

.sip-hero h1 {
    font-size: clamp(48px, 5vw, 64px);
    letter-spacing: -2px;
    line-height: 1.02;
    max-width: 14ch;
    white-space: normal;
}

.sip-page-hero h1,
.sip-detail-hero__content h1,
.sip-dining-detail-hero h1,
.sip-room-visual__copy h1,
.sip-gallery-hero h1,
.sip-about-hero h1,
.sip-empty-state h1 {
    font-size: clamp(44px, 4.4vw, 58px);
    letter-spacing: -2px;
    line-height: 1.04;
}

.sip-hero__copy > span,
.sip-page-hero__inner > span,
.sip-detail-hero__content > p,
.sip-dining-detail-hero__content > p,
.sip-gallery-hero > div > p,
.sip-about-hero > div > p,
.sip-room-visual__copy > p {
    font-family: var(--sip-sans);
    font-size: clamp(18px, 1.5vw, 20px);
    font-weight: 400;
    letter-spacing: -.2px;
    line-height: 1.55;
    max-width: 62ch;
}

.sip-home-intro h2,
.sip-home-section-head h2,
.sip-home-previews h2,
.sip-home-location h2,
.sip-room-detail-body h2,
.sip-dining-detail-body h2,
.sip-dining-table__lead h2,
.sip-dining-moments__head h2,
.sip-event-planning__head h2,
.sip-about-story h2,
.sip-about-location h2,
.sip-experience-band h2,
.sip-gallery-feature h2,
.sip-contact-copy h2,
.sip-contact-location h2,
.sip-cta h2,
.sip-section-intro h2 {
    font-family: var(--sip-serif);
    font-size: clamp(34px, 3.25vw, 44px);
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1.12;
}

.sip-room-book-card h2,
.sip-contact-form-panel h2,
.sip-policy-card h2,
.sip-event-inquiry-card h2 {
    font-size: clamp(28px, 2.5vw, 34px);
    line-height: 1.14;
}

.sip-room-card h3,
.sip-venue-card h3,
.sip-related-venue-card h3,
.sip-dining-moments h3,
.sip-facility-grid h3,
.sip-home-gallery-grid h3,
.sip-attraction-card-grid h3,
.sip-service-row h3,
.sip-highlight-grid h3 {
    font-family: var(--sip-serif);
    font-size: clamp(23px, 2vw, 28px);
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1.18;
}

.sip-page main .sip-kicker,
.sip-page main .sip-section-intro > p,
.sip-page main .sip-room-card__eyebrow span {
    color: var(--sip-verdigris);
    font-family: var(--sip-sans);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .13em;
    line-height: 1.2;
}

.sip-page .sip-btn--gold,
.sip-book-link {
    background: var(--sip-gold-crayola);
    border-color: var(--sip-gold-crayola);
    color: var(--sip-gunmetal);
}

.sip-page .sip-btn--ink {
    background: var(--sip-midnight-green);
    border-color: var(--sip-midnight-green);
    color: var(--sip-white);
}

.sip-page .sip-btn--outline-dark {
    border-color: var(--sip-verdigris);
    color: var(--sip-gunmetal);
}

.sip-page :where(.sip-room-card, .sip-venue-card, .sip-related-venue-card, .sip-contact-form-panel, .sip-policy-card) {
    border-color: rgba(12, 75, 98, .16);
    box-shadow: 0 18px 42px rgba(2, 41, 55, .08);
}

.sip-room-card__body > p,
.sip-venue-card p,
.sip-related-venue-card p,
.sip-highlight-grid p,
.sip-service-row p {
    font-size: 15px !important;
    line-height: 1.6 !important;
}

.sip-events {
    --sip-event-ink: var(--sip-gunmetal);
    --sip-event-muted: rgba(2, 41, 55, .72);
    --sip-event-line: rgba(12, 75, 98, .18);
    --sip-event-paper: var(--sip-white);
    --sip-event-wash: var(--sip-white);
}

@media (max-width: 1100px) {
    :root {
        --sip-hero-height: clamp(500px, 66svh, 580px);
        --sip-hero-padding: 118px clamp(28px, 6vw, 72px) 72px;
    }
}

@media (max-width: 720px) {
    :root {
        --sip-hero-height: clamp(480px, 68svh, 550px);
        --sip-hero-padding: 126px 18px 58px;
    }

    body.sip-page,
    .sip-page main p {
        font-size: 16px;
    }

    .sip-hero h1,
    .sip-page-hero h1,
    .sip-detail-hero__content h1,
    .sip-dining-detail-hero h1,
    .sip-room-visual__copy h1,
    .sip-gallery-hero h1,
    .sip-about-hero h1,
    .sip-empty-state h1 {
        font-size: clamp(38px, 11vw, 44px);
        letter-spacing: -1px;
        line-height: 1.08;
    }

    .sip-hero__copy > span,
    .sip-page-hero__inner > span,
    .sip-detail-hero__content > p,
    .sip-dining-detail-hero__content > p,
    .sip-gallery-hero > div > p,
    .sip-about-hero > div > p,
    .sip-room-visual__copy > p {
        font-size: 18px;
        line-height: 1.5;
    }

    .sip-home-intro h2,
    .sip-home-section-head h2,
    .sip-home-previews h2,
    .sip-home-location h2,
    .sip-room-detail-body h2,
    .sip-dining-detail-body h2,
    .sip-dining-table__lead h2,
    .sip-dining-moments__head h2,
    .sip-event-planning__head h2,
    .sip-about-story h2,
    .sip-about-location h2,
    .sip-experience-band h2,
    .sip-gallery-feature h2,
    .sip-contact-copy h2,
    .sip-contact-form-panel h2,
    .sip-contact-location h2,
    .sip-cta h2,
    .sip-section-intro h2 {
        font-size: clamp(30px, 8.8vw, 36px);
        line-height: 1.14;
    }

    .sip-footer::before {
        background-size: 150px auto;
        height: 12px;
    }
}

.sip-header {
    background: linear-gradient(180deg, rgba(2, 41, 55, .84), rgba(2, 41, 55, .22) 72%, transparent);
    border-bottom-color: rgba(240, 203, 128, .28);
    box-shadow: none;
}

.sip-page-hero,
.sip-detail-hero,
.sip-dining-detail-hero,
.sip-gallery-hero,
.sip-about-hero {
    min-height: var(--sip-hero-height);
}

.sip-gallery main,
.sip-about main {
    padding-top: 0;
}

@media (max-width: 860px) {
    .sip-book-link {
        display: none;
    }

    .sip-menu-toggle {
        background: rgba(2, 41, 55, .34);
        border: 1px solid rgba(240, 203, 128, .62);
        border-radius: 11px;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
    }

    .sip-menu-toggle:hover,
    .sip-menu-toggle:focus-visible,
    .sip-header.is-menu-open .sip-menu-toggle {
        background: rgba(240, 203, 128, .18);
        border-color: var(--sip-gold-crayola);
        color: var(--sip-gold-crayola);
    }
}

@media (max-width: 720px) {
    .sip-header {
        background: linear-gradient(180deg, rgba(2, 41, 55, .92), rgba(2, 41, 55, .42) 78%, transparent);
        border-bottom-color: rgba(240, 203, 128, .32);
    }

    .sip-page-hero,
    .sip-detail-hero,
    .sip-dining-detail-hero,
    .sip-gallery-hero,
    .sip-about-hero {
        min-height: var(--sip-hero-height);
    }
}

.sip-home .sip-home-arrival.sip-section {
    background: var(--sip-white);
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .sip-page *,
    .sip-page *::before,
    .sip-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

.sip-home .sip-home-arrival h2,
.sip-home .sip-home-experiences h2,
.sip-home .sip-home-experience-note h2,
.sip-about .sip-about-story h2,
.sip-about .sip-about-location h2,
.sip-about .sip-experience-band h2,
.sip-gallery .sip-gallery-feature h2 {
    font-size: clamp(34px, 3.25vw, 44px);
    line-height: 1.12;
}

.sip-about .sip-about-story p:not(.sip-kicker),
.sip-about .sip-about-location p:not(.sip-kicker),
.sip-about .sip-experience-band > div > p:not(.sip-kicker),
.sip-gallery .sip-gallery-feature p:not(.sip-kicker) {
    font-size: 17px;
    line-height: 1.7;
}

.sip-event-planning__head p:not(.sip-kicker),
.sip-contact-copy p:not(.sip-kicker),
.sip-contact-location p:not(.sip-kicker) {
    font-size: 17px;
    line-height: 1.7;
}

@media (max-width: 720px) {
    .sip-home .sip-home-arrival h2,
    .sip-home .sip-home-experiences h2,
    .sip-home .sip-home-experience-note h2,
    .sip-about .sip-about-story h2,
    .sip-about .sip-about-location h2,
    .sip-about .sip-experience-band h2,
    .sip-gallery .sip-gallery-feature h2 {
        font-size: clamp(30px, 8.8vw, 36px);
        line-height: 1.14;
    }

    .sip-about .sip-about-story p:not(.sip-kicker),
    .sip-about .sip-about-location p:not(.sip-kicker),
    .sip-about .sip-experience-band > div > p:not(.sip-kicker),
    .sip-gallery .sip-gallery-feature p:not(.sip-kicker) {
        font-size: 16px;
    }

    .sip-event-planning__head p:not(.sip-kicker),
    .sip-contact-copy p:not(.sip-kicker),
    .sip-contact-location p:not(.sip-kicker) {
        font-size: 16px;
    }
}

:root {
    --sip-hero-height: 100svh;
}

.sip-header:not(.sip-header--solid):not(.is-menu-open) {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

.sip-header.sip-header--solid,
.sip-header.is-menu-open {
    background: linear-gradient(135deg, rgba(2, 41, 55, .96), rgba(12, 75, 98, .94)) !important;
    border-bottom: 1px solid rgba(240, 203, 128, .32) !important;
    box-shadow: 0 16px 38px rgba(2, 41, 55, .22) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    backdrop-filter: blur(14px) !important;
}

.sip-hero,
.sip-page-hero,
.sip-dining-detail-hero,
.sip-gallery-hero,
.sip-about-hero {
    height: var(--sip-hero-height) !important;
    min-height: var(--sip-hero-height) !important;
}

.sip-detail-hero {
    min-height: var(--sip-hero-height) !important;
}

@media (max-width: 860px) {
    :root {
        --sip-hero-height: 560px;
    }

    .sip-header {
        display: block;
        height: 0;
        min-height: 0;
        padding: 0;
    }

    .sip-header__logo,
    .sip-book-link {
        display: none !important;
    }

    .sip-menu-toggle {
        align-items: center;
        background: transparent !important;
        border: 1px solid rgba(240, 203, 128, .9) !important;
        border-radius: 999px;
        display: inline-flex;
        height: 48px;
        justify-content: center;
        position: absolute;
        right: 18px;
        top: 18px;
        width: 48px;
        z-index: 70;
    }

    .sip-header .sip-nav {
        top: 72px !important;
    }
}

@media (max-width: 860px) {
    .sip-menu-toggle {
        background: var(--sip-ink) !important;
        border: 1px solid var(--sip-gold-crayola) !important;
        border-radius: 14px;
        box-shadow: 0 10px 24px rgba(2, 41, 55, .34), inset 0 0 0 1px rgba(255, 255, 255, .1);
        color: var(--sip-gold-crayola);
        height: 48px;
        width: 48px;
    }

    .sip-menu-toggle i,
    .sip-menu-toggle i::before,
    .sip-menu-toggle i::after {
        background: currentColor;
        height: 2px;
        width: 22px;
    }

    .sip-header .sip-nav {
        background: linear-gradient(145deg, rgba(2, 41, 55, .99), rgba(12, 75, 98, .98)) !important;
        border: 0;
        border-left: 1px solid rgba(240, 203, 128, .42);
        box-shadow: -22px 0 60px rgba(2, 41, 55, .42);
        max-height: none;
        padding: 112px 22px 28px;
        position: fixed;
        right: 0;
        top: 0 !important;
        transform: translateX(100%) scale(1);
        transition: opacity .26s ease, transform .32s cubic-bezier(.22, .8, .25, 1), visibility .26s ease;
        width: min(430px, 100vw);
    }

    .sip-header .sip-nav::before {
        color: var(--sip-gold-crayola);
        content: "MENU";
        font: 800 12px/1 var(--sip-sans);
        letter-spacing: .26em;
        position: absolute;
        right: 22px;
        top: 70px;
    }

    .sip-header.is-menu-open .sip-nav {
        transform: translateX(0) scale(1);
    }
}

@media (max-width: 860px) {
    .sip-menu-toggle {
        background: linear-gradient(145deg, #022937, #0c4b62) !important;
        border: 0 !important;
        border-radius: 3px 17px 3px 17px !important;
        box-shadow: 0 12px 28px rgba(2, 41, 55, .34) !important;
        color: #fff !important;
        height: 48px !important;
        overflow: hidden;
        right: 18px !important;
        top: 18px !important;
        width: 54px !important;
    }

    .sip-menu-toggle::after {
        background: var(--sip-gold-crayola);
        bottom: 0;
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .sip-menu-toggle span {
        display: none !important;
    }

    .sip-menu-toggle i,
    .sip-menu-toggle i::before,
    .sip-menu-toggle i::after {
        background: currentColor !important;
        height: 2px !important;
        width: 23px !important;
    }

    .sip-menu-toggle i::before {
        transform: translateY(-6px) !important;
    }

    .sip-menu-toggle i::after {
        transform: translateY(6px) !important;
        width: 15px !important;
    }

    .sip-header.is-menu-open .sip-menu-toggle i::before {
        transform: rotate(45deg) !important;
        width: 24px !important;
    }

    .sip-header.is-menu-open .sip-menu-toggle i::after {
        transform: rotate(-45deg) !important;
        width: 24px !important;
    }

    .sip-header .sip-nav {
        align-items: stretch !important;
        background: radial-gradient(circle at 100% 0, rgba(240, 203, 128, .16), transparent 42%), linear-gradient(145deg, #022937 0%, #0c4b62 100%) !important;
        border: 0 !important;
        box-shadow: none !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        height: 100dvh !important;
        inset: 0 !important;
        justify-content: flex-start !important;
        max-height: none !important;
        min-height: 100dvh !important;
        opacity: 0;
        overflow-y: auto;
        padding: 108px 24px 38px !important;
        pointer-events: none;
        position: fixed !important;
        transform: translateX(100%) !important;
        visibility: hidden;
        width: 100% !important;
        z-index: 60;
    }

    .sip-header .sip-nav::before {
        color: var(--sip-gold-crayola) !important;
        content: "STAY INN  /  PYRAMIDS" !important;
        font: 800 10px/1 var(--sip-sans) !important;
        left: 24px !important;
        letter-spacing: .22em !important;
        right: auto !important;
        top: 35px !important;
    }

    .sip-header.is-menu-open .sip-nav {
        opacity: 1 !important;
        pointer-events: auto;
        transform: translateX(0) !important;
        visibility: visible;
    }

    .sip-header .sip-nav a {
        background: transparent !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(240, 203, 128, .2) !important;
        color: #fff !important;
        font: 500 clamp(2rem, 9.5vw, 2.55rem)/1 var(--sip-serif) !important;
        min-height: 70px !important;
        padding: 15px 2px !important;
    }

    .sip-header .sip-nav a.is-active {
        color: var(--sip-gold-crayola) !important;
        padding-left: 16px !important;
    }

    .sip-header .sip-nav a.is-active::before {
        background: var(--sip-gold-crayola);
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        top: 50%;
        width: 8px;
    }
}

@media (max-width: 860px) {
    .sip-menu-toggle {
        background: var(--sip-ink) !important;
        border-color: var(--sip-gold-crayola) !important;
        border-radius: 14px;
        box-shadow: 0 10px 24px rgba(2, 41, 55, .34), inset 0 0 0 1px rgba(255, 255, 255, .1);
        color: var(--sip-gold-crayola);
    }

    .sip-menu-toggle i,
    .sip-menu-toggle i::before,
    .sip-menu-toggle i::after {
        height: 2px;
        width: 22px;
    }

    .sip-header .sip-nav {
        background: linear-gradient(145deg, rgba(2, 41, 55, .99), rgba(12, 75, 98, .98));
        border: 0;
        border-left: 1px solid rgba(240, 203, 128, .42);
        box-shadow: -22px 0 60px rgba(2, 41, 55, .42);
        max-height: none;
        padding: 112px 22px 28px;
        right: 0;
        top: 0 !important;
        transform: translateX(100%) scale(1);
        transition: opacity .26s ease, transform .32s cubic-bezier(.22, .8, .25, 1), visibility .26s ease;
        width: min(430px, 100vw);
    }

    .sip-header .sip-nav::before {
        color: var(--sip-gold-crayola);
        content: "MENU";
        font: 800 12px/1 var(--sip-sans);
        letter-spacing: .26em;
        position: absolute;
        right: 22px;
        top: 70px;
    }

    .sip-header.is-menu-open .sip-nav {
        transform: translateX(0) scale(1);
    }

    .sip-header .sip-nav a {
        border-color: rgba(240, 203, 128, .22);
        font-size: 19px;
        min-height: 58px;
    }
}

@media (max-width: 720px) {
    .sip-hero,
    .sip-page-hero,
    .sip-dining-detail-hero,
    .sip-gallery-hero,
    .sip-about-hero {
        height: var(--sip-hero-height) !important;
        min-height: var(--sip-hero-height) !important;
    }
}

.sip-header.sip-header--solid,
.sip-header.is-menu-open {
    background: linear-gradient(135deg, rgba(2, 41, 55, .96), rgba(12, 75, 98, .94)) !important;
    border-bottom-color: rgba(240, 203, 128, .32) !important;
    box-shadow: 0 16px 38px rgba(2, 41, 55, .22) !important;
}

.sip-page-hero,
.sip-detail-hero,
.sip-dining-detail-hero,
.sip-gallery-hero,
.sip-about-hero {
    min-height: var(--sip-hero-height) !important;
}

.sip-gallery main,
.sip-about main {
    padding-top: 0 !important;
}

@media (max-width: 860px) {
    .sip-book-link {
        display: none !important;
    }

    .sip-menu-toggle {
        background: rgba(2, 41, 55, .34) !important;
        border: 1px solid rgba(240, 203, 128, .62) !important;
        border-radius: 11px;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
    }
}

@media (max-width: 720px) {
    .sip-header {
        background: linear-gradient(180deg, rgba(2, 41, 55, .92), rgba(2, 41, 55, .42) 78%, transparent) !important;
    }
}

.sip-header:not(.sip-header--solid):not(.is-menu-open) {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

@media (max-width: 860px) {
    .sip-header {
        display: block;
        height: 0;
        min-height: 0;
        padding: 0;
    }

    .sip-header__logo,
    .sip-book-link {
        display: none !important;
    }

    .sip-menu-toggle {
        background: transparent !important;
        border: 1px solid rgba(240, 203, 128, .9) !important;
        border-radius: 999px;
        position: absolute;
        right: 18px;
        top: 18px;
        z-index: 70;
    }

    .sip-header .sip-nav {
        top: 72px !important;
    }
}

@media (max-width: 860px) {
    .sip-header.sip-header--hidden {
        pointer-events: none !important;
        transform: translateY(-86px) !important;
    }

    .sip-header.is-menu-open {
        pointer-events: auto !important;
        transform: none !important;
    }

    .sip-menu-toggle {
        background: var(--sip-ink) !important;
        border: 1px solid var(--sip-gold-crayola) !important;
        border-radius: 14px;
        box-shadow: 0 10px 24px rgba(2, 41, 55, .34), inset 0 0 0 1px rgba(255, 255, 255, .1);
        color: var(--sip-gold-crayola);
        height: 48px;
        width: 48px;
    }

    .sip-menu-toggle i,
    .sip-menu-toggle i::before,
    .sip-menu-toggle i::after {
        background: currentColor;
        height: 2px;
        width: 22px;
    }

    .sip-header .sip-nav {
        background: linear-gradient(145deg, rgba(2, 41, 55, .99), rgba(12, 75, 98, .98)) !important;
        border: 0;
        border-left: 1px solid rgba(240, 203, 128, .42);
        box-shadow: -22px 0 60px rgba(2, 41, 55, .42);
        max-height: none;
        padding: 112px 22px 28px;
        position: fixed;
        right: 0;
        top: 0 !important;
        transform: translateX(100%) scale(1);
        transition: opacity .26s ease, transform .32s cubic-bezier(.22, .8, .25, 1), visibility .26s ease;
        width: min(430px, 100vw);
    }

    .sip-header .sip-nav::before {
        color: var(--sip-gold-crayola);
        content: "MENU";
        font: 800 12px/1 var(--sip-sans);
        letter-spacing: .26em;
        position: absolute;
        right: 22px;
        top: 70px;
    }

    .sip-header.is-menu-open .sip-nav {
        transform: translateX(0) scale(1);
    }
}

@media (max-width: 860px) {
    .sip-menu-toggle i {
        background: currentColor !important;
        border: 0 !important;
        display: block !important;
        height: 2px !important;
        position: relative !important;
        transform: none !important;
        width: 23px !important;
    }

    .sip-menu-toggle i::before,
    .sip-menu-toggle i::after {
        background: currentColor !important;
        border: 0 !important;
        content: "" !important;
        height: 2px !important;
        left: 0 !important;
        position: absolute !important;
        top: 0 !important;
        transform: translateY(-6px) !important;
        width: 23px !important;
    }

    .sip-menu-toggle i::after {
        transform: translateY(6px) !important;
        width: 15px !important;
    }

    .sip-header.is-menu-open .sip-menu-toggle i {
        background: transparent !important;
    }

    .sip-header.is-menu-open .sip-menu-toggle i::before {
        transform: rotate(45deg) !important;
        width: 24px !important;
    }

    .sip-header.is-menu-open .sip-menu-toggle i::after {
        transform: rotate(-45deg) !important;
        width: 24px !important;
    }

    .sip-header .sip-nav {
        background: #022937 !important;
        background-image: radial-gradient(circle at 100% 0, rgba(240, 203, 128, .16), transparent 42%), linear-gradient(145deg, #022937 0%, #0c4b62 100%) !important;
    }
}
