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

.sh-group-home {
    --navy: #000f22;
    --navy-950: #000f22;
    --navy-900: #001024;
    --navy-800: #031428;
    --gold: #c5a059;
    --gold-bright: #d8bb78;
    --gold-soft: rgba(197, 160, 89, 0.16);
    --ivory: #fdfbf7;
    --ivory-deep: #f4ecdf;
    --paper: #fffefa;
    --ink: #141414;
    --muted: #5d574e;
    --muted-light: #81786b;
    --line: rgba(10, 25, 47, 0.13);
    --line-dark: rgba(255, 255, 255, 0.14);
    --line-gold: rgba(197, 160, 89, 0.36);
    --display: "Cinzel", serif;
    --body: "Satoshi", sans-serif;
    --sh-navy: #000f22;
    --sh-navy-soft: #031428;
    --sh-ivory: #fbf5e9;
    --sh-paper: #fffcf7;
    --sh-gold: #c9a45a;
    --sh-old-gold: #b68d42;
    --sh-ink: #001024;
    --sh-muted: #5e6470;
    --sh-ivory-text: #f4efe5;
    --font-display: var(--display);
    --font-body: var(--body);
    --sh-font-display: "Playfair Display", Georgia, serif;
    --sh-font-ui: "Poppins", Arial, sans-serif;
    --text-eyebrow: 0.875rem;
    --text-body: 1.125rem;
    --text-body-large: 1.25rem;
    --text-small: 0.9375rem;
    --text-h1: clamp(3.6rem, 4.85vw, 5rem);
    --text-h2-xl: clamp(3.35rem, 4.55vw, 4.85rem);
    --text-h2: clamp(3rem, 3.95vw, 4.3rem);
    --text-h3: clamp(1.7rem, 2vw, 2.25rem);
    --text-h4: clamp(1.2rem, 1.35vw, 1.5rem);
    min-width: 320px;
    overflow-x: clip;
    background:
        radial-gradient(circle at 14% 0%, rgba(197, 160, 89, 0.11), transparent 28rem),
        linear-gradient(180deg, #fffdf8 0%, var(--ivory) 36%, #f8f0e4 100%);
    color: var(--ink);
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.72;
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Locked-reference footer rebuild. A footer-only cascade guard is kept at the end of this file. */
.sh-group-home .site-footer {
    --footer-navy: #000f22;
    --footer-navy-soft: #031428;
    --footer-ivory: #f4efe5;
    --footer-gold: #c9a45a;
    --footer-old-gold: #b68d42;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 0;
    color: rgba(244, 239, 229, 0.84);
    background:
        radial-gradient(circle at 16% 18%, rgba(201, 164, 90, 0.055), transparent 30rem),
        radial-gradient(circle at 89% 74%, rgba(201, 164, 90, 0.045), transparent 34rem),
        var(--footer-navy);
    font-family: var(--sh-font-ui, "Poppins", Arial, sans-serif);
}

.sh-group-home .site-footer::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 4;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 164, 90, 0.86) 8%, rgba(201, 164, 90, 0.86) 92%, transparent);
}

.sh-group-home .site-footer::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.16;
    background:
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 4px),
        linear-gradient(115deg, transparent 12%, rgba(255, 255, 255, 0.018) 46%, transparent 72%);
    pointer-events: none;
}

.sh-group-home .site-footer__art {
    position: absolute;
    right: 0;
    bottom: 72px;
    left: 0;
    z-index: -1;
    height: min(300px, 32vw);
    min-height: 220px;
    opacity: 0.19;
    background: url("/images/shubham/footer/footer-odisha-artwork.png") center bottom / min(100%, 2172px) auto no-repeat;
    pointer-events: none;
}

.sh-group-home .site-footer__main {
    position: relative;
    z-index: 2;
    width: min(1360px, calc(100% - 72px));
    display: grid;
    grid-template-columns: minmax(300px, 1.54fr) minmax(220px, 1.02fr) minmax(142px, 0.68fr) minmax(190px, 0.9fr) minmax(165px, 0.76fr);
    align-items: start;
    margin-inline: auto;
    padding-block: 76px 142px;
}

.sh-group-home .site-footer__brand {
    min-width: 0;
    padding-right: clamp(32px, 3.2vw, 48px);
}

.sh-group-home .site-footer__wordmark {
    width: fit-content;
    display: grid;
    justify-items: center;
    color: var(--footer-ivory);
    text-decoration: none;
}

.sh-group-home .site-footer__wordmark-main {
    color: var(--footer-ivory);
    font-family: var(--sh-font-display, "Playfair Display", Georgia, serif);
    font-size: clamp(2.65rem, 3.15vw, 3.6rem);
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 0.95;
    text-transform: uppercase;
}

.sh-group-home .site-footer__wordmark-sub {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(34px, 1fr) auto minmax(34px, 1fr);
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    color: var(--footer-ivory);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.48em;
    line-height: 1;
    text-transform: uppercase;
}

.sh-group-home .site-footer__wordmark-sub i {
    height: 1px;
    background: rgba(201, 164, 90, 0.82);
}

.sh-group-home .site-footer__brand-copy {
    max-width: 370px;
    margin: 28px 0 0;
    color: rgba(244, 239, 229, 0.86);
    font-family: var(--sh-font-ui, "Poppins", Arial, sans-serif);
    font-size: 0.98rem;
    line-height: 1.72;
}

.sh-group-home .site-footer__floral-rule {
    width: min(320px, 100%);
    display: grid;
    grid-template-columns: 1fr 26px 1fr;
    align-items: center;
    gap: 10px;
    margin-block: 24px 18px;
}

.sh-group-home .site-footer__floral-rule span {
    height: 1px;
    background: linear-gradient(90deg, rgba(201, 164, 90, 0.18), rgba(201, 164, 90, 0.86));
}

.sh-group-home .site-footer__floral-rule span:last-child {
    background: linear-gradient(90deg, rgba(201, 164, 90, 0.86), rgba(201, 164, 90, 0.18));
}

.sh-group-home .site-footer__floral-rule img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.sh-group-home .site-footer__positioning {
    max-width: 330px;
    margin: 0;
    color: var(--footer-gold);
    font-family: var(--sh-font-display, "Playfair Display", Georgia, serif);
    font-size: 1rem;
    line-height: 1.5;
}

.sh-group-home .site-footer__call-card {
    width: min(350px, 100%);
    min-height: 88px;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    padding: 12px 16px;
    color: var(--footer-ivory);
    border: 1px solid rgba(201, 164, 90, 0.76);
    border-radius: 8px;
    background: rgba(0, 15, 34, 0.54);
    text-decoration: none;
    transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.sh-group-home .site-footer__call-card:hover {
    color: #fff9ed;
    border-color: var(--footer-gold);
    background: rgba(201, 164, 90, 0.08);
}

.sh-group-home .site-footer__call-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.sh-group-home .site-footer__call-copy {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.sh-group-home .site-footer__call-copy strong {
    color: var(--footer-ivory);
    font-family: var(--sh-font-display, "Playfair Display", Georgia, serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.15;
}

.sh-group-home .site-footer__call-copy > span {
    color: var(--footer-gold);
    font-family: var(--sh-font-display, "Playfair Display", Georgia, serif);
    font-size: 1.08rem;
    line-height: 1.2;
}

.sh-group-home .site-footer__call-copy small {
    color: rgba(244, 239, 229, 0.66);
    font-size: 0.71rem;
    line-height: 1.35;
}

.sh-group-home .site-footer__hotels,
.sh-group-home .site-footer__column {
    min-width: 0;
    min-height: 390px;
}

.sh-group-home .site-footer__hotels {
    padding-inline: clamp(20px, 2.3vw, 34px);
}

.sh-group-home .site-footer__column {
    padding-inline: clamp(20px, 2.1vw, 30px);
    border-left: 1px solid rgba(201, 164, 90, 0.18);
}

.sh-group-home .site-footer__column--legal {
    padding-right: 0;
}

.sh-group-home .site-footer__column-title {
    display: grid;
    justify-items: start;
    gap: 12px;
    margin-bottom: 22px;
}

.sh-group-home .site-footer__column-title > img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.sh-group-home .site-footer__column-title h2 {
    margin: 0;
    color: var(--footer-gold);
    font-family: var(--sh-font-display);
    font-size: 0.78rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.35;
    text-transform: uppercase;
}

.sh-group-home #footer-reservation-title h2 {
    white-space: nowrap;
}

.sh-group-home .site-footer__column-title > span {
    width: 42px;
    height: 1px;
    background: rgba(201, 164, 90, 0.78);
}

.sh-group-home .site-footer__hotel-list,
.sh-group-home .site-footer__link-list {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sh-group-home .site-footer__hotel-list li + li,
.sh-group-home .site-footer__link-list li + li {
    border-top: 1px solid rgba(244, 239, 229, 0.095);
}

.sh-group-home .site-footer__hotel-link {
    min-height: 90px;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding-block: 13px;
    color: var(--footer-ivory);
    text-decoration: none;
}

.sh-group-home .site-footer__hotel-link > img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    opacity: 0.9;
}

.sh-group-home .site-footer__hotel-link > span {
    min-width: 0;
    display: grid;
    gap: 8px;
}

.sh-group-home .site-footer__hotel-link strong {
    color: var(--footer-ivory);
    font-family: var(--sh-font-display, "Playfair Display", Georgia, serif);
    font-size: 1.08rem;
    font-weight: 400;
    line-height: 1.17;
}

.sh-group-home .site-footer__hotel-link small {
    color: rgba(244, 239, 229, 0.62);
    font-family: var(--sh-font-ui, "Poppins", Arial, sans-serif);
    font-size: 0.66rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1;
    text-transform: uppercase;
}

.sh-group-home .site-footer__hotel-link:hover strong,
.sh-group-home .site-footer__hotel-link:hover small {
    color: var(--footer-gold);
}

.sh-group-home .site-footer__link-list a,
.sh-group-home .site-footer__pending-link {
    min-height: 61px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18px;
    align-items: center;
    gap: 12px;
    color: rgba(244, 239, 229, 0.9);
    font-family: var(--sh-font-display, "Playfair Display", Georgia, serif);
    font-size: 0.94rem;
    line-height: 1.35;
    text-decoration: none;
}

.sh-group-home .site-footer__link-list a > img {
    width: 18px;
    height: 11px;
    object-fit: contain;
    transition: transform 160ms ease;
}

.sh-group-home .site-footer__link-list a:hover {
    color: var(--footer-gold);
}

.sh-group-home .site-footer__link-list a:hover > img {
    transform: translateX(3px);
}

.sh-group-home .site-footer__pending-link {
    color: rgba(244, 239, 229, 0.7);
}

.sh-group-home .site-footer__pending-link::after {
    content: "";
    width: 18px;
    height: 11px;
    background: url("/images/shubham/footer/footer-link-arrow.png") center / contain no-repeat;
    opacity: 0.7;
}

.sh-group-home .site-footer a:focus-visible {
    outline: 2px solid var(--footer-gold);
    outline-offset: 5px;
}

.sh-group-home .site-footer__bottom {
    position: relative;
    z-index: 3;
    border-top: 1px solid rgba(201, 164, 90, 0.58);
    background: rgba(0, 12, 28, 0.7);
}

.sh-group-home .site-footer__bottom-inner {
    width: min(1120px, calc(100% - 48px));
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-inline: auto;
    text-align: center;
}

.sh-group-home .site-footer__bottom p {
    margin: 0;
    color: rgba(244, 239, 229, 0.8);
    font-family: var(--sh-font-display, "Playfair Display", Georgia, serif);
    font-size: 0.8rem;
    line-height: 1.35;
}

.sh-group-home .site-footer__bottom-separator {
    width: 1px;
    height: 24px;
    flex: 0 0 1px;
    background: rgba(201, 164, 90, 0.62);
}

.sh-group-home .site-footer__group-line {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--footer-gold) !important;
}

.sh-group-home .site-footer__group-line img {
    width: 21px;
    height: 21px;
    object-fit: contain;
}

@media (max-width: 1180px) {
    .sh-group-home .site-footer__art {
        height: 260px;
        opacity: 0.14;
        background-size: auto 100%;
    }

    .sh-group-home .site-footer__main {
        width: min(920px, calc(100% - 64px));
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 44px 56px;
        padding-block: 72px 132px;
    }

    .sh-group-home .site-footer__brand {
        grid-column: 1 / -1;
        max-width: 620px;
        padding-right: 0;
    }

    .sh-group-home .site-footer__hotels,
    .sh-group-home .site-footer__column {
        min-height: 0;
        padding: 30px 0 0;
        border-top: 1px solid rgba(201, 164, 90, 0.2);
        border-left: 0;
    }

    .sh-group-home .site-footer__brand-copy {
        max-width: 520px;
    }
}

@media (max-width: 680px) {
    .sh-group-home .site-footer__art {
        bottom: 136px;
        height: 180px;
        min-height: 0;
        opacity: 0.1;
        background-position: center bottom;
        background-size: auto 100%;
    }

    .sh-group-home .site-footer__main {
        width: calc(100% - 40px);
        grid-template-columns: 1fr;
        gap: 32px;
        padding-block: 64px 112px;
    }

    .sh-group-home .site-footer__brand {
        grid-column: auto;
    }

    .sh-group-home .site-footer__wordmark-main {
        font-size: clamp(2.25rem, 12vw, 3rem);
        letter-spacing: 0.12em;
    }

    .sh-group-home .site-footer__wordmark-sub {
        font-size: 0.86rem;
        letter-spacing: 0.4em;
    }

    .sh-group-home .site-footer__brand-copy {
        font-size: 0.94rem;
        line-height: 1.68;
    }

    .sh-group-home .site-footer__call-card {
        width: 100%;
        min-height: 96px;
    }

    .sh-group-home .site-footer__hotels,
    .sh-group-home .site-footer__column {
        width: 100%;
        padding-top: 28px;
    }

    .sh-group-home .site-footer__hotel-link,
    .sh-group-home .site-footer__link-list a,
    .sh-group-home .site-footer__pending-link {
        min-height: 58px;
    }

    .sh-group-home .site-footer__bottom-inner {
        width: calc(100% - 40px);
        display: grid;
        gap: 11px;
        padding-block: 22px;
    }

    .sh-group-home .site-footer__bottom-separator {
        width: 64px;
        height: 1px;
        margin-inline: auto;
    }

    .sh-group-home .site-footer__group-line {
        justify-content: center;
    }
}

@media (max-width: 390px) {
    .sh-group-home .site-footer__main {
        width: calc(100% - 32px);
    }

    .sh-group-home .site-footer__wordmark-main {
        font-size: 2.12rem;
    }

    .sh-group-home .site-footer__call-card {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
        padding-inline: 13px;
    }

    .sh-group-home .site-footer__call-icon {
        width: 44px;
        height: 44px;
    }

    .sh-group-home .site-footer__call-copy small {
        overflow-wrap: anywhere;
    }
}

.sh-group-home::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(10, 25, 47, 0.035) 1px, transparent 1px),
        linear-gradient(180deg, rgba(10, 25, 47, 0.026) 1px, transparent 1px);
    background-size: 86px 86px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 74%);
    pointer-events: none;
}

.sh-group-home.nav-open {
    overflow: hidden;
}

.sh-group-home :where([id]) {
    scroll-margin-top: 132px;
}

.sh-group-home .container {
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: clamp(48px, 5vw, 80px);
}

.sh-group-home .home-main {
    background: var(--ivory);
}

.sh-group-home .home-main .container,
.sh-group-home .site-footer > .container {
    max-width: 1360px;
    padding-inline: clamp(24px, 5.2vw, 84px);
}

.sh-group-home :where(
    .group-hero__title,
    .group-hero__caption strong,
    .hotels-section__heading h2,
    .hotel-card h3,
    .story-section__header h2,
    .story-experience-card__content h3,
    .why-choose-section__header h2,
    .why-choose-card__copy h3,
    .reservation-support__title,
    .reservation-support-card__copy h3,
    .group-faq__title,
    .group-faq__question-text,
    .footer-hotel-link span
) {
    font-family: var(--font-display);
    font-weight: 400;
    font-kerning: normal;
    text-wrap: balance;
}

.sh-group-home :where(
    .eyebrow,
    .group-hero__eyebrow,
    .hotels-section__heading .eyebrow,
    .story-section__header .eyebrow,
    .why-choose-section__eyebrow,
    .reservation-support__eyebrow,
    .group-faq__eyebrow,
    .footer-column h2
) {
    color: var(--sh-old-gold);
    font-family: var(--font-body);
    font-size: var(--text-eyebrow);
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.2;
    text-transform: uppercase;
}

.sh-group-home .utility-bar {
    background: var(--navy-950);
    color: rgba(255, 255, 255, 0.78);
    font-family: var(--display);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: none;
}

.sh-group-home .utility-bar-inner {
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.sh-group-home .utility-left,
.sh-group-home .utility-right {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

.sh-group-home .utility-left > span,
.sh-group-home .utility-right > span {
    color: var(--gold);
    font-family: var(--display);
    font-size: 1rem;
    line-height: 1;
}

.sh-group-home .utility-left i {
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.46);
}

.sh-group-home .utility-right b {
    color: var(--gold-bright);
    font-size: 0.72rem;
    font-weight: 600;
}

.sh-group-home .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 250, 239, 0.98);
    border-top: 1px solid rgba(197, 160, 89, 0.4);
    border-bottom: 2px solid rgba(197, 160, 89, 0.9);
    backdrop-filter: blur(18px);
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.sh-group-home .site-header.is-scrolled {
    background: rgba(255, 250, 239, 0.99);
    border-bottom-color: rgba(197, 160, 89, 0.86);
    box-shadow: 0 18px 46px rgba(10, 25, 47, 0.12);
}

.sh-group-home .header-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 44px;
}

.sh-group-home .brand-mark {
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
}

.sh-group-home .brand-mark::after {
    display: none;
}

.sh-group-home .brand-main {
    color: var(--navy);
    font-family: var(--sh-font-display);
    font-size: clamp(1.85rem, 1.38vw + 1rem, 2.55rem);
    font-weight: 700;
    letter-spacing: -0.055em;
    text-transform: uppercase !important;
    font-variant: normal !important;
    font-variant-caps: normal !important;
    font-feature-settings: "kern" 1, "liga" 1, "smcp" 0, "c2sc" 0;
}

.sh-group-home .brand-sub {
    margin-top: 8px;
    color: var(--gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    text-align: left;
}

.sh-group-home .desktop-nav {
    display: flex;
    align-items: center;
    gap: clamp(34px, 3.2vw, 54px);
    color: var(--navy);
    font-family: var(--body);
    font-size: 1.02rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sh-group-home .desktop-nav a,
.sh-group-home .mobile-reservation-link {
    position: relative;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
}

.sh-group-home .desktop-nav a::after,
.sh-group-home .mobile-reservation-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    height: 1px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
}

.sh-group-home .desktop-nav a:hover::after,
.sh-group-home .mobile-reservation-link:hover::after {
    transform: scaleX(1);
}

.sh-group-home .desktop-nav a:last-child {
    min-width: 178px;
    min-height: 54px;
    justify-content: center;
    gap: 10px;
    padding-inline: 24px;
    color: var(--gold-bright);
    background: var(--navy);
    border: 1px solid rgba(216, 187, 120, 0.84);
    box-shadow:
        0 10px 26px rgba(10, 25, 47, 0.24),
        inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.sh-group-home .desktop-nav a:last-child span {
    color: var(--gold);
    font-family: var(--body);
    font-size: 0.9rem;
    line-height: 1;
}

.sh-group-home .desktop-nav a:last-child:hover {
    color: var(--paper);
    background: #000f22;
    border-color: var(--gold-bright);
}

.sh-group-home .desktop-nav a:last-child::after {
    display: none;
}

.sh-group-home .mobile-reservation-link,
.sh-group-home .mobile-toggle,
.sh-group-home .mobile-close,
.sh-group-home .mobile-nav,
.sh-group-home .mobile-nav-backdrop {
    display: none;
}

.sh-group-home .section {
    position: relative;
    padding-block: clamp(112px, 9vw, 148px);
    overflow: hidden;
}

.sh-group-home .section-cream {
    background: linear-gradient(180deg, var(--ivory) 0%, #fbf5eb 100%);
}

.sh-group-home .eyebrow {
    margin: 0 0 18px;
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.sh-group-home .section-heading {
    width: min(100%, 760px);
    margin: 0 auto 64px;
    text-align: center;
}

.sh-group-home .section-heading-left {
    margin-inline: 0;
    text-align: left;
}

.sh-group-home .section-heading h2,
.sh-group-home .story-copy h2,
.sh-group-home .reservation-card h2 {
    margin: 0;
    color: var(--navy);
    font-family: var(--display);
    font-size: clamp(2.65rem, 4vw, 3.55rem);
    font-weight: 600;
    line-height: 1.09;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

.sh-group-home .section-heading > p:not(.eyebrow) {
    max-width: 700px;
    margin: 22px auto 0;
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.sh-group-home .hotels-section .section-heading {
    width: min(100%, 1040px);
}

@media (min-width: 1280px) {
    .sh-group-home #our-hotels-title {
        white-space: nowrap;
    }
}

.sh-group-home .section-heading-left > p:not(.eyebrow) {
    margin-inline: 0;
}

.sh-group-home .section-heading-dark h2,
.sh-group-home .section-heading-dark > p:not(.eyebrow) {
    color: var(--paper);
}

.sh-group-home .section-heading-dark .eyebrow {
    color: var(--gold-bright);
}

.sh-group-home .btn {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    border: 1px solid transparent;
    font-size: 0.84rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.sh-group-home .btn:hover {
    transform: translateY(-2px);
}

.sh-group-home .btn-primary {
    color: var(--navy);
    background: var(--gold-bright);
    border-color: var(--gold-bright);
}

.sh-group-home .btn-secondary {
    color: var(--paper);
    background: transparent;
    border-color: rgba(255, 255, 255, 0.34);
}

.sh-group-home .btn-secondary:hover {
    border-color: var(--gold-bright);
}

.sh-group-home .text-link,
.sh-group-home .hotel-card-actions a {
    width: fit-content;
    color: var(--navy);
    font-size: 0.88rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.sh-group-home .text-link,
.sh-group-home .hotel-card-primary {
    border-bottom: 1px solid var(--gold);
    padding-bottom: 8px;
}

.sh-group-home .hero {
    position: relative;
    min-height: clamp(760px, 56vw, 800px);
    display: flex;
    align-items: stretch;
    overflow: hidden;
    padding-block: clamp(42px, 4.2vw, 62px) clamp(32px, 3.2vw, 44px);
    background:
        radial-gradient(circle at 72% 20%, rgba(197, 160, 89, 0.14), transparent 32rem),
        radial-gradient(circle at 14% 60%, rgba(197, 160, 89, 0.08), transparent 26rem),
        linear-gradient(105deg, #000f22 0%, #001024 45%, #031428 100%);
    color: var(--paper);
}

.sh-group-home .hero::before {
    content: "";
    position: absolute;
    left: -58px;
    top: 58px;
    width: 390px;
    height: 580px;
    opacity: 0.16;
    background:
        radial-gradient(ellipse at 50% 85%, transparent 44%, rgba(216, 187, 120, 0.42) 44.5%, transparent 45.2%),
        radial-gradient(ellipse at 50% 64%, transparent 38%, rgba(216, 187, 120, 0.36) 38.5%, transparent 39.2%),
        linear-gradient(90deg, transparent 48%, rgba(216, 187, 120, 0.42) 49%, transparent 50%),
        linear-gradient(180deg, transparent 8%, rgba(216, 187, 120, 0.26) 8.3%, transparent 9%),
        repeating-linear-gradient(90deg, transparent 0 19px, rgba(216, 187, 120, 0.18) 20px 21px);
    border-bottom: 1px solid rgba(216, 187, 120, 0.28);
    border-radius: 48% 48% 8px 8px;
    pointer-events: none;
}

.sh-group-home .hero::after {
    content: "";
    position: absolute;
    right: -100px;
    top: 18px;
    width: 410px;
    height: 650px;
    opacity: 0.17;
    background:
        repeating-radial-gradient(circle at 78% 10%, transparent 0 18px, rgba(216, 187, 120, 0.38) 19px 20px),
        repeating-radial-gradient(ellipse at 88% 76%, transparent 0 30px, rgba(216, 187, 120, 0.3) 31px 32px);
    pointer-events: none;
}

.sh-group-home .hero-ambient {
    position: absolute;
    inset: auto 0 0;
    height: 45%;
    background:
        linear-gradient(90deg, rgba(197, 160, 89, 0.42), transparent 22%) left bottom / 22% 1px no-repeat,
        linear-gradient(270deg, rgba(197, 160, 89, 0.42), transparent 22%) right bottom / 22% 1px no-repeat,
        radial-gradient(ellipse at 8% 78%, rgba(197, 160, 89, 0.13), transparent 22rem),
        radial-gradient(ellipse at 92% 72%, rgba(197, 160, 89, 0.13), transparent 22rem),
        linear-gradient(0deg, rgba(6, 16, 31, 0.58), transparent);
    pointer-events: none;
}

.sh-group-home .hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    max-width: 1360px;
    grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
    align-items: center;
    gap: clamp(54px, 4.4vw, 72px);
    row-gap: 32px;
    padding-inline: clamp(56px, 4.5vw, 72px);
}

.sh-group-home .hero-copy {
    max-width: 555px;
    padding-left: 0;
}

.sh-group-home .hero .eyebrow {
    position: relative;
    width: fit-content;
    margin-bottom: 34px;
    color: var(--gold-bright);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.28em;
}

.sh-group-home .hero .eyebrow::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 126px;
    height: 1px;
    background:
        linear-gradient(90deg, transparent, rgba(216, 187, 120, 0.92) 18%, rgba(216, 187, 120, 0.92) 43%, transparent 43% 57%, rgba(216, 187, 120, 0.92) 57%, rgba(216, 187, 120, 0.92) 82%, transparent);
    transform: translateX(-50%);
}

.sh-group-home .hero .eyebrow::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -21px;
    z-index: 1;
    width: 8px;
    height: 8px;
    border: 1px solid rgba(216, 187, 120, 0.95);
    background: #001024;
    box-shadow:
        0 -6px 0 -3px rgba(216, 187, 120, 0.95),
        0 6px 0 -3px rgba(216, 187, 120, 0.95);
    transform: translateX(-50%) rotate(45deg);
}

.sh-group-home .hero h1 {
    margin: 0;
    color: var(--paper);
    font-family: var(--display);
    font-size: clamp(4.05rem, 4.8vw, 5.18rem);
    font-weight: 600;
    line-height: 1.03;
    letter-spacing: -0.052em;
}

.sh-group-home .hero-title-main,
.sh-group-home .hero-title-sub {
    display: block;
}

.sh-group-home .hero-title-sub {
    margin-top: 0;
    color: var(--paper);
    font-size: inherit;
    line-height: inherit;
}

.sh-group-home .hero-copy > p:not(.eyebrow) {
    max-width: 525px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1rem;
    line-height: 1.62;
    letter-spacing: 0.025em;
}

.sh-group-home .hero-copy > p:not(.eyebrow) strong {
    color: var(--gold-bright);
    font-weight: 800;
}

.sh-group-home .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 38px;
}

.sh-group-home .hero-actions .btn {
    min-height: 58px;
    min-width: 222px;
    justify-content: center;
    border-radius: 2px;
    font-family: var(--display);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: none;
}

.sh-group-home .hero-actions .btn-primary {
    color: var(--navy-950);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 48%),
        linear-gradient(135deg, #c8903f 0%, #e1ad5c 52%, #c48b3a 100%);
    border-color: rgba(245, 229, 194, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36), inset 0 -1px 0 rgba(90, 55, 14, 0.24);
}

.sh-group-home .hero-actions .btn-secondary {
    color: var(--paper);
    min-width: 214px;
    gap: 10px;
    background: rgba(6, 16, 31, 0.22);
    border-color: rgba(216, 187, 120, 0.86);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.sh-group-home .hero-actions .btn span {
    margin-left: 16px;
    color: inherit;
    font-family: var(--body);
    font-size: 1rem;
    line-height: 1;
}

.sh-group-home .hero-actions .btn-secondary span {
    margin-left: 0;
    color: var(--gold-bright);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.sh-group-home .hero-actions .hero-phone-icon {
    position: relative;
    width: 13px;
    height: 13px;
    margin-right: 2px;
    border: 2px solid var(--gold-bright);
    border-top-color: transparent;
    border-left-color: transparent;
    border-radius: 0 0 9px 0;
    transform: rotate(34deg);
}

.sh-group-home .hero-actions .hero-phone-icon::before,
.sh-group-home .hero-actions .hero-phone-icon::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 2px;
    background: var(--gold-bright);
    border-radius: 999px;
}

.sh-group-home .hero-actions .hero-phone-icon::before {
    right: -3px;
    bottom: -2px;
}

.sh-group-home .hero-actions .hero-phone-icon::after {
    top: -3px;
    left: -2px;
    transform: rotate(90deg);
}

.sh-group-home .hero-carousel {
    position: relative;
    justify-self: stretch;
}

.sh-group-home .hero-carousel::before {
    content: "";
    position: absolute;
    inset: auto -18px -18px 46px;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(197, 160, 89, 0.56), transparent);
}

.sh-group-home .hero-carousel-frame {
    position: relative;
    height: clamp(650px, 49vw, 710px);
    overflow: hidden;
    border: 2px solid rgba(216, 187, 120, 0.78);
    border-radius: 8px;
    background: var(--navy-900);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.sh-group-home .hero-carousel-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    border: 1px solid rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.sh-group-home .hero-carousel-slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 700ms ease, visibility 700ms ease;
}

.sh-group-home .hero-carousel-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.sh-group-home .hero-carousel-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 16, 31, 0.5), transparent 44%, rgba(6, 16, 31, 0.22)),
        linear-gradient(0deg, rgba(6, 16, 31, 0.82), rgba(6, 16, 31, 0.16) 58%);
}

.sh-group-home .hero-carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.008);
    transition: transform 1600ms ease;
}

.sh-group-home .hero-carousel-slide:nth-child(1) img {
    object-position: 56% 48%;
}

.sh-group-home .hero-carousel-slide:nth-child(2) img {
    object-position: 50% 50%;
}

.sh-group-home .hero-carousel-slide:nth-child(3) img {
    object-position: 50% 48%;
}

.sh-group-home .hero-carousel-slide.is-active:hover img {
    transform: scale(1.045);
}

.sh-group-home .hero-carousel-slide figcaption {
    position: absolute;
    right: 46px;
    bottom: 46px;
    left: 46px;
    z-index: 4;
    max-width: 560px;
    display: grid;
    gap: 14px;
    color: var(--paper);
}

.sh-group-home .hero-carousel-slide figcaption > span {
    position: relative;
    width: fit-content;
    color: var(--gold-bright);
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.sh-group-home .hero-carousel-slide figcaption > span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 76px;
    height: 1px;
    background: var(--gold-bright);
}

.sh-group-home .hero-carousel-slide figcaption strong {
    max-width: 13ch;
    margin-top: 8px;
    font-family: var(--display);
    font-size: clamp(2.65rem, 3.2vw, 3.32rem);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.sh-group-home .hero-carousel-slide figcaption em {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.02rem;
    font-style: normal;
    font-weight: 700;
}

.sh-group-home .hero-carousel-slide figcaption em span {
    position: relative;
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    border: 2px solid var(--gold-bright);
    border-radius: 999px 999px 999px 0;
    transform: rotate(-45deg);
}

.sh-group-home .hero-carousel-slide figcaption em span::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 999px;
    background: var(--gold-bright);
}

.sh-group-home .hero-carousel-slide figcaption small {
    max-width: 42ch;
    margin-top: 6px;
    padding-top: 22px;
    border-top: 1px solid rgba(216, 187, 120, 0.66);
    color: rgba(255, 255, 255, 0.84);
    font-size: 1rem;
    line-height: 1.5;
}

.sh-group-home .hero-carousel-slide figcaption a {
    width: fit-content;
    margin-top: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--gold-bright);
    color: var(--gold-bright);
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: none;
}

.sh-group-home .hero-carousel-slide figcaption a span {
    margin-left: 18px;
    color: var(--gold-bright);
    letter-spacing: 0;
}

.sh-group-home .hero-carousel-slide figcaption a span::after {
    display: none;
}

.sh-group-home .hero-carousel-controls {
    position: absolute;
    right: 44px;
    top: 34px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 18px;
}

.sh-group-home .hero-carousel-dot {
    position: relative;
    min-width: auto;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 2px 10px;
    color: rgba(255, 255, 255, 0.66);
    background: transparent;
    border: 0;
    cursor: pointer;
    font-family: var(--display);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.12em;
}

.sh-group-home .hero-carousel-dot:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -11px;
    top: 1px;
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.36);
}

.sh-group-home .hero-carousel-dot.is-active,
.sh-group-home .hero-carousel-dot:hover {
    color: var(--gold-bright);
    background: transparent;
}

.sh-group-home .hero-carousel-dot.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 2px;
    bottom: 0;
    height: 5px;
    background: var(--gold-bright);
    box-shadow: 0 6px 18px rgba(197, 160, 89, 0.42);
}

.sh-group-home .hero-destination-rail {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(80px, 1fr) 110px 1px auto 1px 120px minmax(80px, 1fr);
    align-items: center;
    gap: clamp(20px, 2.4vw, 34px);
    margin-top: 6px;
    color: var(--gold-bright);
    text-align: center;
}

.sh-group-home .hero-rail-line {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(216, 187, 120, 0.82));
}

.sh-group-home .hero-rail-line:last-child {
    background: linear-gradient(270deg, transparent, rgba(216, 187, 120, 0.82));
}

.sh-group-home .hero-rail-divider {
    width: 1px;
    height: 62px;
    background: rgba(216, 187, 120, 0.75);
}

.sh-group-home .hero-rail-copy {
    display: grid;
    gap: 13px;
    justify-items: center;
}

.sh-group-home .hero-rail-copy span {
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.sh-group-home .hero-rail-copy strong {
    color: var(--paper);
    font-family: var(--display);
    font-size: 1.08rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.sh-group-home .hero-rail-copy i {
    margin-inline: 14px;
    color: var(--gold-bright);
    font-style: normal;
}

.sh-group-home .hero-rail-icon {
    position: relative;
    height: 56px;
}

.sh-group-home .hero-rail-icon::before,
.sh-group-home .hero-rail-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.sh-group-home .hero-rail-icon-temple::before {
    bottom: 0;
    width: 82px;
    height: 30px;
    border: 1px solid rgba(216, 187, 120, 0.9);
    border-top: 0;
    background:
        linear-gradient(90deg, transparent 17%, rgba(216, 187, 120, 0.9) 18% 19%, transparent 20% 38%, rgba(216, 187, 120, 0.9) 39% 40%, transparent 41% 59%, rgba(216, 187, 120, 0.9) 60% 61%, transparent 62% 80%, rgba(216, 187, 120, 0.9) 81% 82%, transparent 83%),
        linear-gradient(0deg, rgba(216, 187, 120, 0.9) 0 1px, transparent 1px);
}

.sh-group-home .hero-rail-icon-temple::after {
    top: 2px;
    width: 62px;
    height: 42px;
    border: 1px solid rgba(216, 187, 120, 0.9);
    border-bottom: 0;
    border-radius: 50% 50% 4px 4px;
}

.sh-group-home .hero-rail-icon-city::before {
    bottom: 0;
    width: 104px;
    height: 38px;
    background:
        linear-gradient(0deg, rgba(216, 187, 120, 0.9) 0 1px, transparent 1px),
        linear-gradient(90deg, transparent 0 8px, rgba(216, 187, 120, 0.9) 8px 9px, transparent 9px 22px, rgba(216, 187, 120, 0.9) 22px 23px, transparent 23px 36px, rgba(216, 187, 120, 0.9) 36px 37px, transparent 37px 60px, rgba(216, 187, 120, 0.9) 60px 61px, transparent 61px 80px, rgba(216, 187, 120, 0.9) 80px 81px, transparent 81px);
    border-bottom: 1px solid rgba(216, 187, 120, 0.9);
}

.sh-group-home .hero-rail-icon-city::after {
    bottom: 1px;
    width: 92px;
    height: 52px;
    background:
        linear-gradient(0deg, transparent 0 24px, rgba(216, 187, 120, 0.9) 24px 25px, transparent 25px),
        linear-gradient(90deg, rgba(216, 187, 120, 0.9) 0 1px, transparent 1px 16px, rgba(216, 187, 120, 0.9) 16px 17px, transparent 17px 42px, rgba(216, 187, 120, 0.9) 42px 43px, transparent 43px 66px, rgba(216, 187, 120, 0.9) 66px 67px, transparent 67px);
}

.sh-group-home .group-hero {
    --hero-navy: #000f22;
    --hero-navy-soft: #031428;
    --hero-ivory: #fbf5e9;
    --hero-gold: #c9a45a;
    --hero-old-gold: #b68d42;
    --hero-grey: #d9d2c6;
    position: relative;
    min-height: clamp(760px, 58vw, 820px);
    display: flex;
    align-items: stretch;
    overflow: hidden;
    padding-block: clamp(36px, 3.6vw, 52px) clamp(26px, 2.6vw, 34px);
    color: var(--hero-ivory);
    background: #000f22;
    isolation: isolate;
}

.sh-group-home .group-hero__depth {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(6, 23, 42, 0), rgba(2, 8, 17, 0.42));
    pointer-events: none;
}

.sh-group-home .group-hero__left-art,
.sh-group-home .group-hero__card-art {
    position: absolute;
    z-index: 0;
    display: none;
    pointer-events: none;
    user-select: none;
}

.sh-group-home .group-hero__eyebrow-block {
    width: fit-content;
    margin-inline: auto;
    text-align: center;
}

.sh-group-home .group-hero__eyebrow-lotus {
    display: block;
    width: clamp(42px, 3.5vw, 52px);
    height: auto;
    margin: 0 auto 10px;
    object-fit: contain;
}

.sh-group-home .group-hero__eyebrow-divider {
    display: block;
    width: 136px;
    max-width: 100%;
    height: auto;
    margin: 6px auto 0;
    pointer-events: none;
    user-select: none;
}

.sh-group-home .group-hero__motifs {
    position: absolute;
    inset: 0;
    z-index: 0;
    color: var(--hero-old-gold);
    pointer-events: none;
}

.sh-group-home .odisha-hero-motifs--background svg {
    position: absolute;
    display: block;
    stroke: currentColor;
    stroke-width: 1.15;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.sh-group-home .odisha-hero-motifs__temple {
    left: -18px;
    top: 72px;
    width: 252px;
    height: 504px;
    opacity: 0.115;
}

.sh-group-home .odisha-hero-motifs__chakra {
    left: 20px;
    bottom: 56px;
    width: 210px;
    height: 210px;
    opacity: 0.105;
}

.sh-group-home .odisha-hero-motifs__mandala {
    right: -66px;
    top: -12px;
    width: 348px;
    height: 348px;
    opacity: 0.095;
}

.sh-group-home .odisha-hero-motifs__waves {
    right: -36px;
    bottom: 28px;
    width: min(54vw, 760px);
    height: 120px;
    opacity: 0.105;
}

.sh-group-home .group-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    max-width: 1360px;
    grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
    align-items: center;
    gap: clamp(52px, 4.2vw, 70px);
    row-gap: 22px;
    padding-inline: clamp(56px, 4.5vw, 72px);
}

.sh-group-home .group-hero__content {
    max-width: 580px;
    align-self: center;
    padding-top: 22px;
}

.sh-group-home .group-hero__eyebrow {
    position: relative;
    width: fit-content;
    margin: 0 0 26px;
    color: var(--hero-gold);
    font-size: clamp(0.82rem, 0.72vw, 0.94rem);
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.sh-group-home .group-hero__eyebrow::before,
.sh-group-home .group-hero__eyebrow::after {
    display: none;
}

.sh-group-home .group-hero__eyebrow::before {
    bottom: -19px;
    width: 118px;
    height: 1px;
    background:
        linear-gradient(90deg, transparent, rgba(201, 164, 90, 0.86) 14%, rgba(201, 164, 90, 0.86) 42%, transparent 42% 58%, rgba(201, 164, 90, 0.86) 58%, rgba(201, 164, 90, 0.86) 86%, transparent);
}

.sh-group-home .group-hero__eyebrow::after {
    bottom: -24px;
    width: 9px;
    height: 9px;
    border: 1px solid rgba(201, 164, 90, 0.9);
    background: var(--hero-navy);
    box-shadow:
        0 -7px 0 -4px rgba(201, 164, 90, 0.85),
        0 7px 0 -4px rgba(201, 164, 90, 0.85);
    transform: translateX(-50%) rotate(45deg);
}

.sh-group-home .group-hero__title {
    margin: 0;
    color: var(--hero-ivory);
    font-family: var(--display);
    font-size: inherit;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.075em;
    text-transform: none;
    font-variant: normal;
    font-variant-caps: normal;
    font-feature-settings: "smcp" 0, "c2sc" 0;
}

.sh-group-home .group-hero__title > span {
    display: block;
    white-space: normal;
    text-transform: none;
    font-variant: normal;
    font-variant-caps: normal;
    font-feature-settings: "smcp" 0, "c2sc" 0;
}

.sh-group-home .group-hero__title-main {
    color: var(--hero-ivory);
    font-size: clamp(4.35rem, 7vw, 5.65rem);
    font-weight: 700;
    line-height: 0.86;
}

.sh-group-home .group-hero__title-sub {
    margin-top: 30px;
    color: #ead49a;
    font-size: clamp(2.75rem, 4.5vw, 3.55rem);
    line-height: 0.98;
}

.sh-group-home .group-hero__intro {
    max-width: 505px;
    margin: 28px 0 0;
    color: var(--hero-grey);
    font-size: clamp(1.0625rem, 0.86vw, 1.125rem);
    line-height: 1.66;
    letter-spacing: 0.005em;
}

.sh-group-home .group-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 40px;
}

.sh-group-home .group-hero__button {
    min-height: 58px;
    min-width: 230px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 15px 26px;
    border: 1px solid transparent;
    border-radius: 2px;
    font-family: var(--body);
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.sh-group-home .group-hero__button svg,
.sh-group-home .group-hero__slide-link svg,
.sh-group-home .group-hero__location svg {
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sh-group-home .group-hero__button svg {
    width: 22px;
    height: 14px;
}

.sh-group-home .group-hero__button--secondary svg {
    width: 18px;
    height: 18px;
}

.sh-group-home .group-hero__button--primary {
    color: var(--hero-navy);
    background: var(--hero-gold);
    border-color: rgba(251, 245, 233, 0.36);
}

.sh-group-home .group-hero__button--secondary {
    color: var(--hero-ivory);
    background: rgba(6, 23, 42, 0.2);
    border-color: rgba(201, 164, 90, 0.9);
}

.sh-group-home .group-hero__button:hover {
    transform: translateY(-2px);
}

.sh-group-home .group-hero__button--primary:hover {
    background: #d0ae68;
}

.sh-group-home .group-hero__button--secondary:hover {
    border-color: var(--hero-ivory);
}

.sh-group-home .group-hero__button:focus-visible,
.sh-group-home .group-hero__slide-link:focus-visible,
.sh-group-home .group-hero__dot:focus-visible {
    outline: 2px solid var(--hero-ivory);
    outline-offset: 4px;
}

.sh-group-home .group-hero__carousel {
    position: relative;
    justify-self: stretch;
}

.sh-group-home .group-hero__carousel::before {
    content: "";
    position: absolute;
    inset: 18px -16px -18px 32px;
    border: 1px solid rgba(182, 141, 66, 0.2);
    border-radius: 12px;
    pointer-events: none;
}

.sh-group-home .group-hero__frame {
    position: relative;
    height: clamp(620px, 45vw, 670px);
    overflow: hidden;
    border: 1px solid rgba(201, 164, 90, 0.92);
    border-radius: 12px;
    background: var(--hero-navy-soft);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.2);
}

.sh-group-home .group-hero__frame::before {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: 5;
    border: 1px solid rgba(251, 245, 233, 0.08);
    border-radius: 10px;
    pointer-events: none;
}

.sh-group-home .group-hero__slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 760ms ease, visibility 760ms ease;
}

.sh-group-home .group-hero__slide.is-active {
    opacity: 1;
    visibility: visible;
}

.sh-group-home .group-hero__slide::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 62%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(4, 13, 25, 0) 0%, rgba(4, 13, 25, 0.45) 40%, rgba(4, 13, 25, 0.94) 100%);
    pointer-events: none;
}

.sh-group-home .group-hero__slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(4, 13, 25, 0.34) 0%, rgba(4, 13, 25, 0.08) 30%, rgba(4, 13, 25, 0.16) 56%, rgba(4, 13, 25, 0.58) 100%),
        linear-gradient(90deg, rgba(4, 13, 25, 0.36) 0%, rgba(4, 13, 25, 0.08) 45%, rgba(4, 13, 25, 0.2) 100%);
    pointer-events: none;
}

.sh-group-home .group-hero__slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.sh-group-home .group-hero__slide:nth-child(1) img {
    object-position: 56% 48%;
}

.sh-group-home .group-hero__slide:nth-child(2) img {
    object-position: 50% 50%;
}

.sh-group-home .group-hero__slide:nth-child(3) img {
    object-position: 50% 48%;
}

.sh-group-home .group-hero__caption {
    position: absolute;
    right: clamp(36px, 3.4vw, 48px);
    bottom: clamp(34px, 3.2vw, 48px);
    left: clamp(36px, 3.4vw, 48px);
    z-index: 4;
    max-width: 560px;
    display: grid;
    gap: 14px;
    color: var(--hero-ivory);
    isolation: isolate;
}

.sh-group-home .group-hero__caption::before {
    display: none;
}

.sh-group-home .group-hero__slide-label {
    position: relative;
    width: fit-content;
    color: var(--hero-gold);
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.sh-group-home .group-hero__slide-label::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 72px;
    height: 1px;
    background: var(--hero-gold);
}

.sh-group-home .group-hero__caption strong {
    max-width: 14ch;
    margin-top: 10px;
    font-family: var(--display);
    font-size: clamp(2.5rem, 3vw, 3.18rem);
    font-weight: 500;
    line-height: 1.045;
    letter-spacing: -0.052em;
}

.sh-group-home .group-hero__location {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(251, 245, 233, 0.86);
    font-size: 1rem;
    font-weight: 700;
}

.sh-group-home .group-hero__location svg {
    width: 18px;
    height: 22px;
    color: var(--hero-gold);
}

.sh-group-home .group-hero__caption small {
    max-width: 43ch;
    margin-top: 4px;
    padding-top: 21px;
    border-top: 1px solid rgba(201, 164, 90, 0.64);
    color: rgba(251, 245, 233, 0.84);
    font-size: 1rem;
    line-height: 1.52;
}

.sh-group-home .group-hero__slide-link {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--hero-gold);
    color: var(--hero-gold);
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.01em;
    text-decoration: none;
}

.sh-group-home .group-hero__slide-link svg {
    width: 22px;
    height: 14px;
}

.sh-group-home .group-hero__controls {
    position: absolute;
    right: clamp(34px, 3vw, 48px);
    top: clamp(30px, 2.8vw, 40px);
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 20px;
}

.sh-group-home .group-hero__dot {
    position: relative;
    min-width: auto;
    min-height: 34px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0 2px 11px;
    color: rgba(251, 245, 233, 0.66);
    background: transparent;
    border: 0;
    cursor: pointer;
    font-family: var(--display);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.sh-group-home .group-hero__dot:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 1px;
    width: 1px;
    height: 18px;
    background: rgba(251, 245, 233, 0.34);
}

.sh-group-home .group-hero__dot.is-active,
.sh-group-home .group-hero__dot:hover {
    color: var(--hero-gold);
}

.sh-group-home .group-hero__dot.is-active::after {
    content: "";
    position: absolute;
    right: 1px;
    bottom: 0;
    left: 0;
    height: 4px;
    background: var(--hero-gold);
}

.sh-group-home .group-hero__destination-rail {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(84px, 1fr) minmax(104px, auto) 1px minmax(0, 560px) 1px minmax(118px, auto) minmax(84px, 1fr);
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 2.2vw, 32px);
    margin-top: 5px;
    color: var(--hero-gold);
    text-align: center;
}

.sh-group-home .group-hero__rail-line {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 164, 90, 0.76));
}

.sh-group-home .group-hero__rail-line:last-child {
    background: linear-gradient(270deg, transparent, rgba(201, 164, 90, 0.76));
}

.sh-group-home .group-hero__rail-divider {
    width: 1px;
    height: 64px;
    background: rgba(201, 164, 90, 0.72);
}

.sh-group-home .group-hero__rail-icon {
    display: flex;
    align-items: end;
    justify-content: center;
    color: var(--hero-gold);
}

.sh-group-home .group-hero__rail-icon img {
    width: auto;
    max-width: clamp(118px, 11vw, 158px);
    height: clamp(48px, 4.8vw, 62px);
    object-fit: contain;
    opacity: 0.96;
}

.sh-group-home .group-hero__rail-icon--temples img {
    height: clamp(54px, 5.2vw, 68px);
}

.sh-group-home .group-hero__rail-icon--city {
    --group-hero-city-icon-scale: 1.35;
}

.sh-group-home .group-hero__rail-icon--city img {
    height: clamp(46px, 4.5vw, 58px);
    transform: scale(var(--group-hero-city-icon-scale));
    transform-origin: center;
}

.sh-group-home .group-hero__rail-copy {
    display: grid;
    gap: 12px;
    justify-items: center;
}

.sh-group-home .group-hero__rail-copy span {
    color: var(--hero-gold);
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.26em;
    text-transform: uppercase;
}

.sh-group-home .group-hero__rail-copy strong {
    color: var(--hero-ivory);
    font-family: var(--display);
    font-size: 1.02rem;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.sh-group-home .group-hero__rail-copy i {
    margin-inline: 13px;
    color: var(--hero-gold);
    font-style: normal;
}


.sh-group-home .hotels-section {
    padding-block: clamp(144px, 9.6vw, 162px) clamp(154px, 10.4vw, 176px);
}

.sh-group-home .hotels-section__intro {
    margin-bottom: clamp(64px, 5.4vw, 76px);
}

.sh-group-home .hotels-section__heading {
    max-width: 850px;
}

.sh-group-home .hotels-section__heading .eyebrow {
    margin-bottom: 20px;
    font-size: var(--text-eyebrow);
    letter-spacing: 0.2em;
}

.sh-group-home .hotels-section__heading h2 {
    max-width: 850px;
    font-size: var(--text-h2-xl);
    font-weight: 400;
    line-height: 1.06;
    letter-spacing: -0.02em;
}

.sh-group-home .hotels-section__heading > p {
    max-width: 720px;
    margin-top: 24px;
    color: var(--sh-muted);
    font-size: 1.1875rem;
    line-height: 1.6;
}

.sh-group-home .hotels-section__cta {
    min-height: 56px;
    padding-inline: 28px;
    font-size: 1rem;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.sh-group-home .hotels-section__cta:hover,
.sh-group-home .hotel-card:hover,
.sh-group-home .story-experience-card:hover,
.sh-group-home .why-choose-card:hover,
.sh-group-home .reservation-support-card:hover {
    transform: translateY(-3px);
}

.sh-group-home .hotel-grid {
    gap: clamp(24px, 2vw, 28px);
}

.sh-group-home .hotel-card {
    min-height: 580px;
    padding: 8px 8px 0;
    background: var(--sh-paper);
    border: 1px solid rgba(201, 164, 90, 0.28);
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(6, 23, 42, 0.08);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.sh-group-home .hotel-card:hover {
    border-color: rgba(201, 164, 90, 0.42);
    box-shadow: 0 18px 42px rgba(6, 23, 42, 0.1);
}

.sh-group-home .hotel-card-image {
    aspect-ratio: 16 / 10;
    height: auto;
    min-height: 278px;
}

.sh-group-home .hotel-card:hover .hotel-card-image img {
    transform: scale(1.02);
}

.sh-group-home .hotel-card-image-label {
    min-height: 34px;
    color: var(--sh-old-gold);
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.12em;
}

.sh-group-home .hotel-card-body {
    padding: 30px 28px 28px;
}

.sh-group-home .hotel-card-title-row {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 20px;
}

.sh-group-home .hotel-card h3 {
    font-size: clamp(1.875rem, 2vw, 2rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.sh-group-home .hotel-card-location {
    font-size: 1rem;
    font-weight: 400;
}

.sh-group-home .hotel-card-features {
    margin-top: 28px;
    padding-block: 24px 22px;
}

.sh-group-home .hotel-card-features b {
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.25;
}

.sh-group-home .hotel-card-feature-icon {
    width: 25px;
    height: 25px;
}

.sh-group-home .hotel-card-primary {
    font-size: 1.0625rem;
    font-weight: 500;
}

.sh-group-home .story-section {
    padding-block: clamp(128px, 8.6vw, 144px) clamp(132px, 9vw, 152px);
}

.sh-group-home .story-section__header {
    margin-bottom: clamp(48px, 4vw, 58px);
}

.sh-group-home .story-section__header .eyebrow {
    margin-block: 14px 20px;
    font-size: var(--text-eyebrow);
    font-weight: 500;
    letter-spacing: 0.22em;
}

.sh-group-home .story-section__header h2 {
    max-width: 1120px;
    margin-inline: auto;
    font-size: clamp(3.875rem, 4.6vw, 4.25rem);
    font-weight: 400;
    line-height: 1.06;
    letter-spacing: -0.02em;
}

.sh-group-home .story-section__header > p:not(.eyebrow) {
    max-width: 860px;
    font-size: 1.1875rem;
    line-height: 1.6;
}

.sh-group-home .story-experience-grid {
    gap: 24px;
}

.sh-group-home .story-experience-card {
    border-radius: 14px;
    box-shadow:
        0 0 0 1px rgba(201, 164, 90, 0.28),
        0 14px 36px rgba(6, 23, 42, 0.1);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.sh-group-home .story-experience-card__content {
    left: 6.4%;
    width: min(34%, 250px);
    padding: 28px;
}

.sh-group-home .story-experience-card__content h3 {
    font-size: clamp(1.75rem, 2.05vw, 2rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.04em;
    text-shadow: none;
}

.sh-group-home .story-experience-card__content p {
    font-size: 1.125rem;
    line-height: 1.5;
    text-shadow: none;
}

.sh-group-home .story-experience-card__content--center h3 {
    font-size: clamp(2.15rem, 2.7vw, 2.9rem);
    font-weight: 400;
}

.sh-group-home .story-experience-card__content--center strong {
    font-size: 1.0625rem;
    font-weight: 400;
}

.sh-group-home .why-choose-section__surface {
    padding-block: clamp(112px, 7.8vw, 128px) clamp(104px, 7.2vw, 120px);
}

.sh-group-home .why-choose-section__header {
    width: min(100%, 860px);
    margin-bottom: 54px;
}

.sh-group-home .why-choose-section__eyebrow {
    margin-bottom: 20px;
    font-size: var(--text-eyebrow);
    font-weight: 500;
    letter-spacing: 0.2em;
}

.sh-group-home .why-choose-section__header h2 {
    font-size: clamp(3.75rem, 4.4vw, 4.125rem);
    font-weight: 400;
    line-height: 1.03;
    letter-spacing: -0.02em;
}

.sh-group-home .why-choose-section__header h2 strong {
    font-weight: 400;
}

.sh-group-home .why-choose-section__header > p {
    max-width: 760px;
    font-size: 1.1875rem;
    line-height: 1.6;
}

.sh-group-home .why-choose-card {
    min-height: 250px;
    grid-template-columns: 92px 1px minmax(0, 1fr);
    padding: 32px;
    background: var(--sh-paper);
    border: 1px solid rgba(201, 164, 90, 0.28);
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(6, 23, 42, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.sh-group-home .why-choose-card__icon {
    width: 74px;
    height: 74px;
}

.sh-group-home .why-choose-card__icon svg {
    width: 42px;
    height: 42px;
}

.sh-group-home .why-choose-card__copy h3 {
    max-width: 15ch;
    font-size: clamp(1.5625rem, 1.8vw, 1.75rem);
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.sh-group-home .why-choose-card__copy p {
    font-size: 1rem;
    line-height: 1.64;
}

.sh-group-home .why-choose-section__support {
    margin-top: 24px;
}

.sh-group-home .why-choose-support-item h3 {
    font-size: 1.0625rem;
    font-weight: 400;
}

.sh-group-home .why-choose-support-item p {
    font-size: 0.9375rem;
}

.sh-group-home .reservation-support__surface {
    padding-block: clamp(128px, 8.8vw, 144px);
}

.sh-group-home .reservation-support__eyebrow {
    margin-bottom: 22px;
    font-size: var(--text-eyebrow);
    font-weight: 500;
    letter-spacing: 0.22em;
}

.sh-group-home .reservation-support__title {
    max-width: 600px;
    font-family: var(--font-display);
    font-size: clamp(4rem, 4.7vw, 4.375rem);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -0.025em;
}

.sh-group-home .reservation-support__intro {
    font-size: 1.1875rem;
    line-height: 1.7;
}

.sh-group-home .reservation-support__markers li {
    font-size: 0.9375rem;
    font-weight: 500;
}

.sh-group-home .reservation-support__marker-icon {
    width: 36px;
    height: 36px;
}

.sh-group-home .reservation-support__button {
    width: min(100%, 430px);
    min-height: 58px;
    margin-top: 34px;
    font-size: 1.0625rem;
    font-weight: 500;
    letter-spacing: 0.12em;
}

.sh-group-home .reservation-support-card {
    min-height: 170px;
    grid-template-columns: 100px 1px minmax(0, 1fr);
    gap: 30px;
    padding: 32px;
    background: var(--sh-paper);
    border: 1px solid rgba(201, 164, 90, 0.28);
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(6, 23, 42, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.sh-group-home .reservation-support-card__icon {
    width: 80px;
    height: 80px;
}

.sh-group-home .reservation-support-card__icon svg {
    width: 50px;
    height: 50px;
}

.sh-group-home .reservation-support-card__copy h3 {
    font-family: var(--font-display);
    font-size: clamp(1.625rem, 1.9vw, 1.8125rem);
    font-weight: 400;
    line-height: 1.16;
    letter-spacing: -0.02em;
}

.sh-group-home .reservation-support-card__copy p {
    font-size: 1.0625rem;
    line-height: 1.66;
}

.sh-group-home .group-faq {
    padding-block: clamp(128px, 8.8vw, 144px) clamp(136px, 9.2vw, 152px);
}

.sh-group-home .group-faq__eyebrow {
    margin-bottom: 22px;
    font-size: var(--text-eyebrow);
    font-weight: 500;
    letter-spacing: 0.2em;
}

.sh-group-home .group-faq__title {
    font-family: var(--font-display);
    font-size: clamp(4.125rem, 5.1vw, 4.5rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.025em;
}

.sh-group-home .group-faq__copy {
    max-width: 430px;
    font-size: 1.1875rem;
    line-height: 1.7;
}

.sh-group-home .group-faq__contact {
    font-size: 1.1875rem;
    font-weight: 400;
}

.sh-group-home .group-faq__accordion {
    gap: 18px;
}

.sh-group-home .group-faq__question {
    min-height: 84px;
    padding: 22px 30px;
}

.sh-group-home .group-faq__number {
    font-size: 1.5rem;
}

.sh-group-home .group-faq__question-text {
    font-size: clamp(1.5rem, 1.8vw, 1.6875rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.sh-group-home .group-faq__toggle {
    width: 30px;
    height: 30px;
}

.sh-group-home .group-faq__answer {
    padding: 36px 38px;
}

.sh-group-home .group-faq__answer p {
    font-size: 1.125rem;
    line-height: 1.65;
}

.sh-group-home .site-footer {
    padding-block: clamp(96px, 7vw, 112px) 0;
    background:
        radial-gradient(circle at 16% 20%, rgba(201, 164, 90, 0.08), transparent 24rem),
        radial-gradient(circle at 88% 82%, rgba(201, 164, 90, 0.06), transparent 28rem),
        linear-gradient(180deg, var(--sh-navy) 0%, #001024 100%);
}

.sh-group-home .footer-grid {
    gap: clamp(34px, 3.2vw, 52px);
    padding-bottom: clamp(64px, 5.2vw, 80px);
}

.sh-group-home .footer-brand-copy {
    max-width: 360px;
    font-size: 1.0625rem;
    line-height: 1.65;
}

.sh-group-home .footer-supporting-line {
    font-size: 1.125rem;
}

.sh-group-home .footer-column h2 {
    margin-bottom: 22px;
    font-size: var(--text-eyebrow);
    font-weight: 500;
    letter-spacing: 0.16em;
}

.sh-group-home .footer-hotel-link span {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.18;
}

.sh-group-home .footer-hotel-link small {
    font-size: 0.8125rem;
    letter-spacing: 0.14em;
}

.sh-group-home .footer-column a,
.sh-group-home .footer-muted-link {
    min-height: 54px;
    font-size: 1.0625rem;
    line-height: 1.5;
}

.sh-group-home .footer-column a::after {
    font-size: 1rem;
}

.sh-group-home .footer-bottom {
    margin-top: 0;
    padding-block: 26px;
}

.sh-group-home .footer-bottom p {
    font-size: 0.9375rem;
}

.sh-group-home .hotels-section {
    overflow: visible;
    padding-block: clamp(126px, 8.8vw, 152px) clamp(104px, 8vw, 132px);
    background:
        radial-gradient(circle at 100% 16%, rgba(197, 160, 89, 0.08), transparent 24rem),
        radial-gradient(circle at 0% 76%, rgba(10, 25, 47, 0.035), transparent 22rem),
        linear-gradient(180deg, #fffaf0 0%, var(--ivory) 54%, #fbf4ea 100%);
}

.sh-group-home .hotels-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(201, 164, 90, 0.1), rgba(201, 164, 90, 0.82) 50%, rgba(201, 164, 90, 0.1));
}

.sh-group-home .hotels-section::after {
    content: "";
    position: absolute;
    top: -17px;
    left: 50%;
    z-index: 1;
    width: 36px;
    height: 35px;
    border: 1px solid rgba(201, 164, 90, 0.72);
    border-radius: 18px 18px 14px 14px;
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' stroke='%23C9A45A' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 7c2.8 3.4 2.8 7.1 0 10.8-2.8-3.7-2.8-7.4 0-10.8Z'/%3E%3Cpath d='M16 17.8c-4.3-.8-7.1-3.4-8.4-7.8 4.4 1 7.2 3.6 8.4 7.8Z'/%3E%3Cpath d='M16 17.8c4.3-.8 7.1-3.4 8.4-7.8-4.4 1-7.2 3.6-8.4 7.8Z'/%3E%3Cpath d='M11 21.5h10M13.5 24.5h5'/%3E%3C/g%3E%3C/svg%3E") center 6px / 24px 24px no-repeat,
        #000f22;
    box-shadow: 0 7px 18px rgba(6, 23, 42, 0.26);
    clip-path: polygon(50% 0, 88% 14%, 100% 52%, 72% 82%, 50% 100%, 28% 82%, 0 52%, 12% 14%);
    transform: translateX(-50%);
}

.sh-group-home .hotels-section__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(168px, auto);
    align-items: center;
    gap: clamp(34px, 5vw, 70px);
    margin-bottom: clamp(38px, 4.2vw, 54px);
}

.sh-group-home .hotels-section__heading {
    max-width: 720px;
}

.sh-group-home .hotels-section__heading .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
    color: #a27d39;
    font-size: 0.72rem;
    letter-spacing: 0.22em;
}

.sh-group-home .hotels-section__heading .eyebrow::before,
.sh-group-home .hotels-section__heading .eyebrow::after {
    content: "";
    width: 31px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.sh-group-home .hotels-section__heading h2 {
    max-width: 780px;
    margin: 0;
    color: var(--navy);
    font-family: var(--display);
    font-size: clamp(2.45rem, 3.35vw, 3.48rem);
    font-weight: 600;
    line-height: 1.03;
    letter-spacing: -0.045em;
}

.sh-group-home .hotels-section__heading > p {
    max-width: 600px;
    margin: 12px 0 0;
    color: #3f4a57;
    font-size: clamp(0.98rem, 1vw, 1.08rem);
    line-height: 1.43;
}

.sh-group-home .hotels-section__cta {
    min-width: 176px;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    justify-self: end;
    margin-top: 6px;
    padding: 0 22px;
    color: var(--gold-bright);
    background: linear-gradient(180deg, #07172a 0%, #06111f 100%);
    border: 1px solid rgba(201, 164, 90, 0.48);
    border-radius: 5px;
    box-shadow: 0 9px 18px rgba(10, 25, 47, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.07);
    font-family: var(--display);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.sh-group-home .hotels-section__cta:hover {
    border-color: rgba(201, 164, 90, 0.76);
    box-shadow: 0 13px 24px rgba(10, 25, 47, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.sh-group-home .hotels-section__cta svg {
    width: 25px;
    height: 14px;
}

.sh-group-home .hotel-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 2.2vw, 32px);
}

.sh-group-home .hotel-card {
    min-height: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 8px 8px 0;
    background: rgba(255, 254, 250, 0.92);
    border: 1px solid rgba(10, 25, 47, 0.09);
    border-radius: 14px;
    box-shadow: 0 24px 58px rgba(10, 25, 47, 0.08);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.sh-group-home .hotel-card:hover {
    transform: translateY(-5px);
    border-color: rgba(197, 160, 89, 0.32);
    box-shadow: 0 32px 76px rgba(10, 25, 47, 0.11);
}

.sh-group-home .hotel-card-image {
    position: relative;
    flex: 0 0 auto;
    height: clamp(224px, 17vw, 282px);
    overflow: hidden;
    background: var(--navy);
    border-radius: 10px;
}

.sh-group-home .hotel-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(0deg, rgba(6, 16, 31, 0.34), transparent 52%),
        linear-gradient(180deg, rgba(6, 16, 31, 0.12), transparent 32%);
    pointer-events: none;
}

.sh-group-home .hotel-card-gallery-track {
    width: 100%;
    min-width: 0;
    height: 100%;
    display: flex;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-y pinch-zoom;
    cursor: grab;
    user-select: none;
    contain: layout paint;
}

.sh-group-home .hotel-card-gallery-track.is-dragging {
    scroll-behavior: auto;
    scroll-snap-type: none;
    cursor: grabbing;
}

.sh-group-home .hotel-card-gallery-track::-webkit-scrollbar {
    display: none;
}

.sh-group-home .hotel-card-gallery-slide {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    min-width: 100%;
    height: 100%;
    display: block;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    -webkit-user-drag: none;
}

.sh-group-home .hotel-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 900ms ease;
    -webkit-user-drag: none;
    user-select: none;
}

.sh-group-home .hotel-card:nth-child(1) .hotel-card-image img {
    object-position: 55% 50%;
}

.sh-group-home .hotel-card:nth-child(2) .hotel-card-image img,
.sh-group-home .hotel-card:nth-child(3) .hotel-card-image img {
    object-position: 50% 50%;
}

.sh-group-home .hotel-card:hover .hotel-card-image img {
    transform: scale(1.045);
}

.sh-group-home .hotel-card-image-label {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 3;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    color: #9b783b;
    background: rgba(255, 250, 238, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 8px;
    box-shadow: 0 9px 18px rgba(6, 16, 31, 0.12);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.sh-group-home .hotel-card-gallery-ui {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    opacity: 0.92;
    visibility: visible;
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
    pointer-events: auto;
}

.sh-group-home .hotel-card:hover .hotel-card-gallery-ui,
.sh-group-home .hotel-card:focus-within .hotel-card-gallery-ui {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(-1px);
}

.sh-group-home .hotel-card-gallery-dots {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 24px;
    padding: 6px 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(6, 16, 31, 0.22);
    backdrop-filter: blur(8px);
}

.sh-group-home .hotel-card-gallery-dots button {
    position: relative;
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.56);
    box-shadow: none;
    cursor: pointer;
    pointer-events: auto;
    transition: width 180ms ease, transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.sh-group-home .hotel-card-gallery-dots button::after {
    content: "";
    position: absolute;
    inset: -10px;
}

.sh-group-home .hotel-card-gallery-dots button:hover {
    background: rgba(255, 255, 255, 0.86);
    transform: scale(1.12);
}

.sh-group-home .hotel-card-gallery-dots button:focus-visible {
    outline: 2px solid rgba(245, 229, 194, 0.9);
    outline-offset: 4px;
}

.sh-group-home .hotel-card-gallery-dots button.is-active {
    width: 18px;
    background: rgba(245, 229, 194, 0.9);
    box-shadow: 0 0 0 1px rgba(6, 16, 31, 0.08);
}

.sh-group-home .hotel-card-gallery-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 28px;
    padding: 0 6px 0 11px;
    color: rgba(255, 252, 245, 0.88);
    background: rgba(6, 16, 31, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    box-shadow: none;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    backdrop-filter: blur(8px);
}

.sh-group-home .hotel-card-gallery-badge span {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 999px;
    color: var(--navy);
    background: rgba(245, 229, 194, 0.86);
    box-shadow: none;
    line-height: 1;
}

.sh-group-home .hotel-card-gallery-badge svg {
    width: 12px;
    height: 12px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sh-group-home .hotel-card-body {
    min-height: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 28px 22px 24px;
}

.sh-group-home .hotel-card-title-row {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    align-items: center;
    gap: 17px;
    min-height: 64px;
}

.sh-group-home .hotel-card-symbol {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    color: var(--gold);
}

.sh-group-home .hotel-card-symbol svg {
    width: 56px;
    height: 56px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sh-group-home .hotel-card-symbol__image {
    display: block;
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.sh-group-home .hotel-card-symbol--temple svg,
.sh-group-home .hotel-card-symbol--city svg {
    width: 52px;
    height: 52px;
}

.sh-group-home .hotel-card-location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0 0;
    color: #5f6364;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.35;
}

.sh-group-home .hotel-card-location svg {
    width: 14px;
    height: 18px;
    flex: 0 0 auto;
    fill: none;
    stroke: var(--gold);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sh-group-home .hotel-card h3 {
    margin: 0;
    color: var(--navy);
    font-family: var(--display);
    font-size: clamp(1.52rem, 1.55vw, 1.82rem);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.sh-group-home .hotel-card-description {
    display: -webkit-box;
    margin: 22px 0 0;
    overflow: hidden;
    color: var(--muted);
    font-size: 1.04rem;
    line-height: 1.62;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sh-group-home .hotel-card-features {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 22px;
    padding: 22px 0 20px;
    border-top: 1px solid rgba(10, 25, 47, 0.09);
    border-bottom: 1px solid rgba(10, 25, 47, 0.09);
}

.sh-group-home .hotel-card-features::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 50%;
    width: 7px;
    height: 7px;
    border: 1px solid rgba(197, 160, 89, 0.62);
    background: var(--paper);
    transform: translateX(-50%) rotate(45deg);
}

.sh-group-home .hotel-card-features span {
    min-width: 0;
    display: grid;
    justify-items: start;
    gap: 8px;
    padding-inline: 12px;
}

.sh-group-home .hotel-card-features span:first-child {
    padding-left: 0;
}

.sh-group-home .hotel-card-features span:last-child {
    padding-right: 0;
}

.sh-group-home .hotel-card-features b {
    color: #394351;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.16;
}

.sh-group-home .hotel-card-feature-icon {
    position: relative;
    width: 30px;
    height: 30px;
    display: block;
    color: var(--gold);
}

.sh-group-home .hotel-card-feature-icon::before,
.sh-group-home .hotel-card-feature-icon::after {
    content: "";
    position: absolute;
    border-color: currentColor;
}

.sh-group-home .hotel-card-feature-icon--briefcase::before {
    inset: 10px 3px 5px;
    border: 1.4px solid currentColor;
    border-radius: 2px;
}

.sh-group-home .hotel-card-feature-icon--briefcase::after {
    left: 10px;
    top: 5px;
    width: 10px;
    height: 7px;
    border: 1.4px solid currentColor;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
}

.sh-group-home .hotel-card-feature-icon--event::before {
    inset: 6px 4px 4px;
    border: 1.4px solid currentColor;
    border-radius: 3px;
}

.sh-group-home .hotel-card-feature-icon--event::after {
    left: 8px;
    right: 8px;
    top: 12px;
    height: 1px;
    background: currentColor;
    box-shadow: 0 6px 0 currentColor;
}

.sh-group-home .hotel-card-feature-icon--city::before {
    left: 5px;
    bottom: 5px;
    width: 6px;
    height: 15px;
    border: 1.4px solid currentColor;
    box-shadow: 9px -6px 0 -1.4px transparent, 9px -6px 0 0 currentColor, 18px -2px 0 -1.4px transparent, 18px -2px 0 0 currentColor;
}

.sh-group-home .hotel-card-feature-icon--waves::before {
    left: 2px;
    right: 2px;
    bottom: 8px;
    height: 9px;
    border-top: 1.5px solid currentColor;
    border-radius: 50%;
    box-shadow: 0 7px 0 -5px currentColor;
}

.sh-group-home .hotel-card-feature-icon--temple::before {
    left: 4px;
    right: 4px;
    bottom: 5px;
    height: 16px;
    border: 1.4px solid currentColor;
    border-radius: 12px 12px 2px 2px;
}

.sh-group-home .hotel-card-feature-icon--temple::after {
    left: 14px;
    top: 3px;
    width: 1px;
    height: 8px;
    background: currentColor;
}

.sh-group-home .hotel-card-feature-icon--family::before {
    left: 4px;
    top: 6px;
    width: 7px;
    height: 7px;
    border: 1.4px solid currentColor;
    border-radius: 999px;
    box-shadow: 9px -3px 0 -1.4px transparent, 9px -3px 0 0 currentColor, 18px 0 0 -1.4px transparent, 18px 0 0 0 currentColor;
}

.sh-group-home .hotel-card-feature-icon--family::after {
    left: 2px;
    right: 2px;
    bottom: 5px;
    height: 8px;
    border: 1.4px solid currentColor;
    border-radius: 12px 12px 2px 2px;
}

.sh-group-home .hotel-card-feature-icon--transit::before {
    inset: 7px 4px 6px;
    border: 1.4px solid currentColor;
    border-radius: 3px;
}

.sh-group-home .hotel-card-feature-icon--transit::after {
    left: 8px;
    right: 8px;
    bottom: 3px;
    height: 4px;
    border-left: 3px solid currentColor;
    border-right: 3px solid currentColor;
}

.sh-group-home .hotel-card-feature-icon--bed::before {
    left: 3px;
    right: 3px;
    bottom: 8px;
    height: 10px;
    border: 1.4px solid currentColor;
    border-radius: 2px;
}

.sh-group-home .hotel-card-feature-icon--bed::after {
    left: 5px;
    bottom: 18px;
    width: 8px;
    height: 6px;
    border: 1.4px solid currentColor;
    border-radius: 2px;
}

.sh-group-home .hotel-card-feature-icon--route::before {
    left: 4px;
    top: 5px;
    width: 5px;
    height: 5px;
    border: 1.4px solid currentColor;
    border-radius: 999px;
    box-shadow: 18px 15px 0 -1.4px transparent, 18px 15px 0 0 currentColor;
}

.sh-group-home .hotel-card-feature-icon--route::after {
    left: 10px;
    top: 10px;
    width: 13px;
    height: 10px;
    border-top: 1.4px solid currentColor;
    border-right: 1.4px solid currentColor;
    transform: rotate(20deg);
}

.sh-group-home .hotel-card-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 20px;
    padding-top: 0;
}

.sh-group-home .hotel-card-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 21px;
    color: #a98441;
    font-family: var(--display);
    font-size: 0.98rem;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1;
    text-transform: none;
}

.sh-group-home .hotel-card-primary::after {
    content: "";
    width: 21px;
    height: 10px;
    background: currentColor;
    clip-path: polygon(0 45%, 78% 45%, 60% 0, 100% 50%, 60% 100%, 78% 55%, 0 55%);
}

.sh-group-home .hotel-card-secondary {
    color: var(--muted);
}

.sh-group-home .story-section {
    padding-block: clamp(110px, 8vw, 138px) clamp(112px, 8.5vw, 146px);
    background: linear-gradient(180deg, #fbf4ea 0%, #f4e6d4 16%, #f6eadb 100%);
}

.sh-group-home .story-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 88px;
    background: linear-gradient(180deg, rgba(251, 244, 234, 0.98), rgba(246, 234, 219, 0));
    pointer-events: none;
}

.sh-group-home .story-section__header {
    position: relative;
    z-index: 1;
    max-width: 1080px;
    margin: 0 auto clamp(34px, 3.2vw, 44px);
    text-align: center;
}

.sh-group-home .story-section__flower {
    position: relative;
    width: 25px;
    height: 25px;
    display: inline-block;
    color: var(--gold);
}

.sh-group-home .story-section__flower::before,
.sh-group-home .story-section__flower::after {
    content: "";
    position: absolute;
    inset: 3px 9px;
    border: 1px solid currentColor;
    border-radius: 999px 999px 0 999px;
}

.sh-group-home .story-section__flower::after {
    transform: rotate(90deg);
}

.sh-group-home .story-section__header .eyebrow {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin: 12px 0 12px;
    color: #b08a46;
    font-size: 0.82rem;
    letter-spacing: 0.36em;
}

.sh-group-home .story-section__header .eyebrow::before,
.sh-group-home .story-section__header .eyebrow::after {
    content: "";
    width: 44px;
    height: 1px;
    background: rgba(197, 160, 89, 0.58);
}

.sh-group-home .story-section__header h2 {
    margin: 0;
    color: var(--navy);
    font-family: var(--display);
    font-size: clamp(3.05rem, 5.1vw, 5.25rem);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -0.065em;
}

.sh-group-home .story-section__divider {
    position: relative;
    width: 190px;
    height: 1px;
    display: block;
    margin: 22px auto 18px;
    background: linear-gradient(90deg, transparent, rgba(197, 160, 89, 0.52), transparent);
}

.sh-group-home .story-section__divider::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(197, 160, 89, 0.72);
    background: #f5e8d8;
    transform: translate(-50%, -50%) rotate(45deg);
}

.sh-group-home .story-section__header > p:not(.eyebrow) {
    max-width: 760px;
    margin: 0 auto;
    color: #2d3744;
    font-size: 1.12rem;
    line-height: 1.55;
}

.sh-group-home .story-experience-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
}

.sh-group-home .story-experience-card {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: #000f22;
    box-shadow:
        0 0 0 1px rgba(201, 164, 90, 0.38),
        0 12px 22px rgba(182, 141, 66, 0.12);
}

.sh-group-home .story-experience-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, #000f22 0%, #000f22 36%, rgba(0, 15, 34, 0.86) 48%, rgba(0, 15, 34, 0.18) 64%, rgba(0, 15, 34, 0) 78%);
    pointer-events: none;
}

.sh-group-home .story-experience-card img {
    width: 100%;
    display: block;
    height: auto;
    transform: scale(1.012);
    transform-origin: center;
}

.sh-group-home .story-experience-card--odisha::before {
    background:
        linear-gradient(90deg, rgba(0, 15, 34, 0.16) 0%, #000f22 28%, #000f22 58%, rgba(0, 15, 34, 0.45) 76%, rgba(0, 15, 34, 0) 100%);
}

.sh-group-home .story-experience-card__content {
    position: absolute;
    top: 50%;
    left: 5.2%;
    z-index: 2;
    width: min(30%, 210px);
    color: #f7efe4;
    text-align: center;
    transform: translateY(-50%);
}

.sh-group-home .story-experience-card__content > span {
    position: relative;
    width: 19px;
    height: 19px;
    display: block;
    margin: 0 auto 12px;
    color: var(--gold);
}

.sh-group-home .story-experience-card__content > span::before,
.sh-group-home .story-experience-card__content > span::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 14px;
    border: 1px solid currentColor;
    border-radius: 999px 999px 0 999px;
}

.sh-group-home .story-experience-card__content > span::before {
    transform: translate(2px, 3px) rotate(-45deg);
}

.sh-group-home .story-experience-card__content > span::after {
    transform: translate(9px, 3px) rotate(45deg);
}

.sh-group-home .story-experience-card__content h3 {
    margin: 0;
    color: var(--gold-bright);
    font-family: var(--display);
    font-size: clamp(1.14rem, 1.6vw, 1.56rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(6, 23, 42, 0.42);
}

.sh-group-home .story-experience-card__content i {
    position: relative;
    width: min(100%, 138px);
    height: 1px;
    display: block;
    margin: 11px auto 14px;
    background: linear-gradient(90deg, transparent, rgba(201, 164, 90, 0.7), transparent);
}

.sh-group-home .story-experience-card__content i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border: 1px solid rgba(201, 164, 90, 0.82);
    background: #000f22;
    transform: translate(-50%, -50%) rotate(45deg);
}

.sh-group-home .story-experience-card__content p {
    margin: 0;
    color: rgba(255, 250, 240, 0.9);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(0.82rem, 1.05vw, 1.04rem);
    line-height: 1.42;
    text-shadow: 0 2px 10px rgba(6, 23, 42, 0.55);
}

.sh-group-home .story-experience-card__content--center {
    left: 24%;
    width: min(34%, 320px);
}

.sh-group-home .story-experience-card__content--center h3 {
    font-family: var(--display), Georgia, serif;
    font-size: clamp(2rem, 2.85vw, 3.2rem);
    line-height: 1.04;
    letter-spacing: 0.02em;
    text-transform: none;
}

.sh-group-home .story-experience-card__content--center strong {
    display: block;
    margin: 0 0 14px;
    color: var(--gold-bright);
    font-family: var(--display);
    font-size: clamp(0.86rem, 1vw, 1.08rem);
    font-weight: 500;
}

.sh-group-home .story-experience-card__content--center p {
    font-size: clamp(0.84rem, 1vw, 1.05rem);
}

.sh-group-home .why-choose-section {
    --why-navy: #000f22;
    --why-ivory: #fbf5e9;
    --why-paper: #fffdf7;
    --why-gold: #c9a45a;
    --why-old-gold: #b68d42;
    position: relative;
    overflow: hidden;
    background: var(--why-navy);
    color: var(--why-navy);
    isolation: isolate;
}

.sh-group-home .why-choose-section__band {
    position: relative;
    height: 40px;
    background:
        linear-gradient(rgba(244, 239, 229, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(244, 239, 229, 0.02) 1px, transparent 1px),
        var(--why-navy);
    background-size: 120px 120px, 120px 120px, auto;
}

.sh-group-home .why-choose-section__band::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: rgba(201, 164, 90, 0.88);
}

.sh-group-home .why-choose-section__band--bottom::after {
    top: 0;
    bottom: auto;
}

.sh-group-home .why-choose-section__join {
    position: absolute;
    left: 50%;
    bottom: -18px;
    z-index: 3;
    width: 48px;
    height: 44px;
    display: grid;
    place-items: center;
    color: var(--why-gold);
    background: var(--why-navy);
    border: 1px solid rgba(201, 164, 90, 0.82);
    border-radius: 0 0 19px 19px;
    transform: translateX(-50%);
}

.sh-group-home .why-choose-section__band--bottom .why-choose-section__join {
    top: -18px;
    bottom: auto;
    border-radius: 19px 19px 0 0;
}

.sh-group-home .why-choose-section__join svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.25;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sh-group-home .why-choose-section__surface {
    position: relative;
    overflow: hidden;
    padding-block: clamp(72px, 7vw, 98px) clamp(56px, 5.6vw, 76px);
    background:
        radial-gradient(circle at 12% 20%, rgba(201, 164, 90, 0.08), transparent 24rem),
        linear-gradient(180deg, #fff9ef 0%, var(--why-ivory) 52%, #f7ecde 100%);
}

.sh-group-home .why-choose-section__surface::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: rgba(201, 164, 90, 0.66);
}

.sh-group-home .why-choose-section__container {
    position: relative;
    z-index: 1;
}

.sh-group-home .why-choose-section__header {
    width: min(100%, 760px);
    margin: 0 auto 46px;
    text-align: center;
}

.sh-group-home .why-choose-section__eyebrow {
    position: relative;
    width: fit-content;
    margin: 0 auto 20px;
    color: var(--why-old-gold);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.29em;
    line-height: 1;
    text-transform: uppercase;
}

.sh-group-home .why-choose-section__eyebrow::before,
.sh-group-home .why-choose-section__eyebrow::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 48px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--why-old-gold));
}

.sh-group-home .why-choose-section__eyebrow::before {
    right: calc(100% + 16px);
}

.sh-group-home .why-choose-section__eyebrow::after {
    left: calc(100% + 16px);
    transform: rotate(180deg);
}

.sh-group-home .why-choose-section__header h2 {
    margin: 0;
    color: var(--why-navy);
    font-family: var(--display);
    font-size: clamp(3.15rem, 5vw, 5rem);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.sh-group-home .why-choose-section__header h2 span,
.sh-group-home .why-choose-section__header h2 strong {
    display: block;
}

.sh-group-home .why-choose-section__header h2 strong {
    color: var(--why-old-gold);
    font-weight: 500;
}

.sh-group-home .why-choose-section__header > p {
    max-width: 660px;
    margin: 24px auto 0;
    color: #17243a;
    font-size: 1.08rem;
    line-height: 1.65;
}

.sh-group-home .why-choose-section__rule {
    position: relative;
    width: min(300px, 62vw);
    height: 1px;
    display: block;
    margin: 24px auto 0;
    background: linear-gradient(90deg, transparent, rgba(182, 141, 66, 0.68), transparent);
}

.sh-group-home .why-choose-section__rule::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border: 1px solid var(--why-old-gold);
    background: var(--why-ivory);
    transform: translate(-50%, -50%) rotate(45deg);
}

.sh-group-home .why-choose-section__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 2vw, 28px);
}

.sh-group-home .why-choose-card {
    min-height: 236px;
    display: grid;
    grid-template-columns: 104px 1px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    padding: clamp(28px, 2.5vw, 34px);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 251, 245, 0.9)),
        var(--why-paper);
    border: 1px solid rgba(201, 164, 90, 0.22);
    border-radius: 10px;
    box-shadow: 0 16px 34px rgba(78, 54, 28, 0.08);
}

.sh-group-home .why-choose-card__icon {
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    color: var(--why-gold);
    background:
        radial-gradient(circle at 36% 24%, rgba(255, 255, 255, 0.08), transparent 32%),
        var(--why-navy);
    border: 2px solid rgba(201, 164, 90, 0.88);
    border-radius: 999px;
    box-shadow: 0 7px 16px rgba(6, 23, 42, 0.18);
}

.sh-group-home .why-choose-card__icon svg {
    width: 44px;
    height: 44px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sh-group-home .why-choose-card__divider {
    width: 1px;
    height: 100%;
    min-height: 150px;
    background: linear-gradient(180deg, transparent, rgba(182, 141, 66, 0.56), transparent);
}

.sh-group-home .why-choose-card__copy h3 {
    max-width: 13ch;
    margin: 0;
    color: var(--why-navy);
    font-family: var(--display);
    font-size: clamp(1.42rem, 1.6vw, 1.82rem);
    font-weight: 650;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.sh-group-home .why-choose-card__copy span {
    width: 48px;
    height: 1px;
    display: block;
    margin: 20px 0 17px;
    background: var(--why-old-gold);
}

.sh-group-home .why-choose-card__copy p {
    margin: 0;
    color: #243047;
    font-size: 1rem;
    line-height: 1.66;
}

.sh-group-home .why-choose-section__support {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 20px;
    padding: 24px 0;
    background: rgba(255, 253, 247, 0.78);
    border: 1px solid rgba(201, 164, 90, 0.23);
    border-radius: 10px;
    box-shadow: 0 16px 34px rgba(78, 54, 28, 0.07);
}

.sh-group-home .why-choose-support-item {
    min-height: 126px;
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 9px;
    padding: 0 22px;
    text-align: center;
}

.sh-group-home .why-choose-support-item + .why-choose-support-item {
    border-left: 1px solid rgba(182, 141, 66, 0.34);
}

.sh-group-home .why-choose-support-item__icon {
    width: 34px;
    height: 34px;
    color: var(--why-old-gold);
}

.sh-group-home .why-choose-support-item__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sh-group-home .why-choose-support-item h3 {
    max-width: 13ch;
    margin: 0;
    color: var(--why-navy);
    font-family: var(--display);
    font-size: 1.02rem;
    font-weight: 650;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.sh-group-home .why-choose-support-item p {
    max-width: 18ch;
    margin: 0;
    color: #344052;
    font-size: 1rem;
    line-height: 1.48;
}

.sh-group-home .reservation-section {
    padding-block: clamp(118px, 8.4vw, 146px);
    background:
        linear-gradient(90deg, rgba(10, 25, 47, 0.04), transparent 36%),
        #fbf5eb;
}

.sh-group-home .reservation-card {
    display: grid;
    grid-template-columns: minmax(320px, 0.42fr) minmax(0, 0.58fr);
    gap: clamp(52px, 6vw, 96px);
    align-items: center;
    padding-block: 74px;
    border-top: 1px solid rgba(10, 25, 47, 0.16);
    border-bottom: 1px solid rgba(10, 25, 47, 0.16);
}

.sh-group-home .reservation-copy p:not(.eyebrow) {
    max-width: 520px;
    margin: 26px 0 0;
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.78;
}

.sh-group-home .reservation-support-panel {
    display: grid;
    gap: 34px;
}

.sh-group-home .support-list {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(10, 25, 47, 0.13);
}

.sh-group-home .support-list li {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 22px;
    align-items: center;
    padding: 26px 0;
    border-bottom: 1px solid rgba(10, 25, 47, 0.13);
    color: var(--navy);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.55;
}

.sh-group-home .support-list span {
    color: var(--gold);
    font-family: var(--display);
    font-size: 1.42rem;
}

.sh-group-home .reservation-action {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 34px;
}

.sh-group-home .reservation-action .btn-primary {
    color: var(--paper);
    background: var(--navy);
    border-color: var(--navy);
}

.sh-group-home .reservation-action span {
    color: var(--muted-light);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sh-group-home .reservation-support {
    --res-navy: #000f22;
    --res-navy-soft: #031428;
    --res-ivory: #fbf5e9;
    --res-paper: #fffdfa;
    --res-gold: #c9a45a;
    --res-old-gold: #b68d42;
    --res-text: #000f22;
    --res-muted: #3f4652;
    position: relative;
    overflow: hidden;
    background: var(--res-ivory);
    color: var(--res-text);
}

.sh-group-home .reservation-support__band {
    position: relative;
    z-index: 2;
    height: 42px;
    background:
        linear-gradient(rgba(244, 239, 229, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(244, 239, 229, 0.022) 1px, transparent 1px),
        var(--res-navy);
    background-size: 92px 92px, 92px 92px, auto;
}

.sh-group-home .reservation-support__band--top::after,
.sh-group-home .reservation-support__band--bottom::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    background: rgba(201, 164, 90, 0.72);
}

.sh-group-home .reservation-support__band--top::after {
    bottom: 0;
    box-shadow: 0 3px 0 rgba(201, 164, 90, 0.2);
}

.sh-group-home .reservation-support__band--bottom::before {
    top: 0;
    box-shadow: 0 -3px 0 rgba(201, 164, 90, 0.18);
}

.sh-group-home .reservation-support__join {
    position: absolute;
    left: 50%;
    bottom: -28px;
    z-index: 3;
    width: 88px;
    height: 58px;
    display: grid;
    place-items: center;
    color: var(--res-gold);
    background: var(--res-navy);
    border: 1px solid rgba(201, 164, 90, 0.78);
    border-top: 0;
    border-radius: 0 0 44px 44px;
    transform: translateX(-50%);
}

.sh-group-home .reservation-support__join::before,
.sh-group-home .reservation-support__join::after {
    content: "";
    position: absolute;
    top: 0;
    width: 38px;
    height: 24px;
    border-top: 1px solid rgba(201, 164, 90, 0.78);
    pointer-events: none;
}

.sh-group-home .reservation-support__join::before {
    right: calc(100% - 8px);
    border-right: 1px solid rgba(201, 164, 90, 0.78);
    border-radius: 0 20px 0 0;
}

.sh-group-home .reservation-support__join::after {
    left: calc(100% - 8px);
    border-left: 1px solid rgba(201, 164, 90, 0.78);
    border-radius: 20px 0 0 0;
}

.sh-group-home .reservation-support__join svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.25;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sh-group-home .reservation-support__surface {
    position: relative;
    padding-block: clamp(92px, 7vw, 122px);
    background:
        radial-gradient(circle at 12% 14%, rgba(201, 164, 90, 0.08), transparent 19rem),
        radial-gradient(circle at 92% 86%, rgba(201, 164, 90, 0.075), transparent 20rem),
        linear-gradient(180deg, #fffaf1 0%, var(--res-ivory) 48%, #f7eddf 100%);
}

.sh-group-home .reservation-support__surface::before,
.sh-group-home .reservation-support__surface::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: min(18vw, 220px);
    opacity: 0.34;
    pointer-events: none;
}

.sh-group-home .reservation-support__surface::before {
    left: 0;
    background: linear-gradient(90deg, rgba(201, 164, 90, 0.12), transparent);
}

.sh-group-home .reservation-support__surface::after {
    right: 0;
    background: linear-gradient(270deg, rgba(201, 164, 90, 0.1), transparent);
}

.sh-group-home .reservation-support__motif {
    position: absolute;
    z-index: 0;
    width: 360px;
    height: 72px;
    fill: none;
    stroke: var(--res-old-gold);
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.055;
    pointer-events: none;
}

.sh-group-home .reservation-support__motif--left {
    bottom: 40px;
    left: max(32px, calc((100vw - 1440px) / 2 + 12px));
}

.sh-group-home .reservation-support__motif--right {
    right: max(32px, calc((100vw - 1440px) / 2 + 12px));
    bottom: 54px;
    transform: scaleX(-1);
}

.sh-group-home .reservation-support__container {
    position: relative;
    z-index: 1;
}

.sh-group-home .reservation-support__content {
    display: grid;
    grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
    gap: clamp(64px, 6vw, 106px);
    align-items: center;
}

.sh-group-home .reservation-support__copy {
    max-width: 610px;
}

.sh-group-home .reservation-support__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 38px;
    color: var(--res-old-gold);
    font-size: 0.92rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.34em;
    text-transform: uppercase;
}

.sh-group-home .reservation-support__eyebrow-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    color: var(--res-old-gold);
}

.sh-group-home .reservation-support__eyebrow-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sh-group-home .reservation-support__title {
    margin: 0;
    color: var(--res-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(4rem, 4.72vw, 5.15rem);
    font-weight: 500;
    line-height: 1.03;
    letter-spacing: -0.07em;
}

.sh-group-home .reservation-support__title span {
    display: block;
}

.sh-group-home .reservation-support__rule {
    position: relative;
    width: min(330px, 70%);
    height: 1px;
    display: block;
    margin: 38px 0 28px;
    background: linear-gradient(90deg, rgba(182, 141, 66, 0.1), rgba(182, 141, 66, 0.72), rgba(182, 141, 66, 0.1));
}

.sh-group-home .reservation-support__rule::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 76%;
    width: 8px;
    height: 8px;
    border: 1px solid rgba(182, 141, 66, 0.86);
    background: var(--res-ivory);
    transform: translate(-50%, -50%) rotate(45deg);
}

.sh-group-home .reservation-support__intro {
    max-width: 520px;
    margin: 0;
    color: var(--res-muted);
    font-size: 1.12rem;
    line-height: 1.72;
}

.sh-group-home .reservation-support__markers {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 560px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.sh-group-home .reservation-support__markers li {
    min-height: 96px;
    display: grid;
    align-content: start;
    justify-items: start;
    gap: 12px;
    padding: 0 22px;
    color: var(--res-navy);
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.24;
    text-align: left;
}

.sh-group-home .reservation-support__markers li:first-child {
    padding-left: 0;
}

.sh-group-home .reservation-support__markers li + li {
    border-left: 1px solid rgba(182, 141, 66, 0.38);
}

.sh-group-home .reservation-support__marker-icon {
    width: 42px;
    height: 42px;
    color: var(--res-old-gold);
}

.sh-group-home .reservation-support__marker-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sh-group-home .reservation-support__button {
    width: min(100%, 490px);
    min-height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 30px;
    padding: 0 38px;
    color: #ead49a;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 44%),
        var(--res-navy);
    border: 1px solid var(--res-gold);
    box-shadow:
        inset 0 0 0 2px rgba(255, 255, 255, 0.035),
        0 10px 20px rgba(6, 23, 42, 0.14);
    font-family: var(--display);
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.sh-group-home .reservation-support__button:hover {
    color: var(--res-ivory);
    border-color: #e1bf76;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 44%),
        var(--res-navy-soft);
    transform: translateY(-2px);
}

.sh-group-home .reservation-support__button svg {
    width: 38px;
    height: 16px;
    flex: 0 0 38px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sh-group-home .reservation-support__helper {
    margin: 24px 0 0;
    color: rgba(6, 23, 42, 0.7);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    text-align: center;
    width: min(100%, 490px);
}

.sh-group-home .reservation-support__cards {
    display: grid;
    gap: 22px;
}

.sh-group-home .reservation-support-card {
    min-height: 176px;
    display: grid;
    grid-template-columns: 118px 1px minmax(0, 1fr);
    align-items: center;
    gap: 34px;
    padding: 30px 38px;
    background: rgba(255, 253, 250, 0.9);
    border: 1px solid rgba(182, 141, 66, 0.2);
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(6, 23, 42, 0.07);
}

.sh-group-home .reservation-support-card__icon {
    width: 92px;
    height: 92px;
    display: grid;
    place-items: center;
    justify-self: center;
    color: var(--res-gold);
    background:
        radial-gradient(circle at 50% 45%, rgba(10, 34, 60, 0.98), var(--res-navy) 68%),
        var(--res-navy);
    border: 1px solid rgba(201, 164, 90, 0.88);
    border-radius: 999px;
    box-shadow:
        inset 0 0 0 4px rgba(201, 164, 90, 0.1),
        0 10px 22px rgba(6, 23, 42, 0.18);
}

.sh-group-home .reservation-support-card__icon svg {
    width: 56px;
    height: 56px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sh-group-home .reservation-support-card__divider {
    position: relative;
    width: 1px;
    height: 116px;
    background: rgba(182, 141, 66, 0.44);
}

.sh-group-home .reservation-support-card__divider::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border: 1px solid rgba(182, 141, 66, 0.86);
    background: var(--res-paper);
    transform: translate(-50%, -50%) rotate(45deg);
}

.sh-group-home .reservation-support-card__copy h3 {
    margin: 0;
    color: var(--res-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.46rem, 1.55vw, 1.92rem);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.055em;
}

.sh-group-home .reservation-support-card__copy p {
    max-width: 42ch;
    margin: 12px 0 0;
    color: var(--res-muted);
    font-size: 1.02rem;
    line-height: 1.66;
}

@media (max-width: 1180px) {
    .sh-group-home .reservation-support__content {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .sh-group-home .reservation-support__copy {
        max-width: 760px;
    }

    .sh-group-home .reservation-support__title {
        font-size: clamp(3.4rem, 8vw, 5rem);
    }

    .sh-group-home .reservation-support__cards {
        max-width: 820px;
    }
}

@media (max-width: 760px) {
    .sh-group-home .reservation-support__band {
        height: 34px;
    }

    .sh-group-home .reservation-support__join {
        bottom: -22px;
        width: 70px;
        height: 46px;
        border-radius: 0 0 36px 36px;
    }

    .sh-group-home .reservation-support__join::before,
    .sh-group-home .reservation-support__join::after {
        width: 26px;
        height: 18px;
    }

    .sh-group-home .reservation-support__join svg {
        width: 27px;
        height: 27px;
    }

    .sh-group-home .reservation-support__surface {
        padding-block: 70px 76px;
    }

    .sh-group-home .reservation-support__motif {
        display: none;
    }

    .sh-group-home .reservation-support__content {
        gap: 40px;
    }

    .sh-group-home .reservation-support__eyebrow {
        gap: 12px;
        margin-bottom: 26px;
        font-size: 0.74rem;
        letter-spacing: 0.22em;
    }

    .sh-group-home .reservation-support__eyebrow-icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .sh-group-home .reservation-support__title {
        font-size: clamp(2.76rem, 12vw, 3.6rem);
        line-height: 1.02;
    }

    .sh-group-home .reservation-support__rule {
        width: 100%;
        margin-block: 28px 24px;
    }

    .sh-group-home .reservation-support__intro {
        font-size: 1rem;
        line-height: 1.7;
    }

    .sh-group-home .reservation-support__markers {
        grid-template-columns: 1fr;
        gap: 0;
        margin-top: 28px;
        border-block: 1px solid rgba(182, 141, 66, 0.28);
    }

    .sh-group-home .reservation-support__markers li {
        min-height: auto;
        grid-template-columns: 42px minmax(0, 1fr);
        align-items: center;
        justify-items: start;
        gap: 14px;
        padding: 18px 0;
        font-size: 1rem;
        text-align: left;
    }

    .sh-group-home .reservation-support__markers li + li {
        border-top: 1px solid rgba(182, 141, 66, 0.28);
        border-left: 0;
    }

    .sh-group-home .reservation-support__button {
        width: 100%;
        min-height: 58px;
        margin-top: 28px;
        padding-inline: 24px;
        font-size: 0.86rem;
        letter-spacing: 0.14em;
    }

    .sh-group-home .reservation-support__helper {
        width: 100%;
        font-size: 0.72rem;
        line-height: 1.5;
    }

    .sh-group-home .reservation-support-card {
        min-height: auto;
        grid-template-columns: 72px 1px minmax(0, 1fr);
        gap: 18px;
        padding: 24px;
        border-radius: 12px;
    }

    .sh-group-home .reservation-support-card__icon {
        width: 66px;
        height: 66px;
    }

    .sh-group-home .reservation-support-card__icon svg {
        width: 42px;
        height: 42px;
    }

    .sh-group-home .reservation-support-card__divider {
        height: 118px;
    }

    .sh-group-home .reservation-support-card__copy h3 {
        font-size: 1.35rem;
        line-height: 1.15;
    }

    .sh-group-home .reservation-support-card__copy p {
        font-size: 1rem;
        line-height: 1.62;
    }
}

@media (min-width: 1101px) {
    .sh-group-home .group-hero__left-art {
        left: max(-42px, calc((100vw - 1280px) / 2 - 112px));
        bottom: 2px;
        display: block;
        width: clamp(330px, 26vw, 420px);
        opacity: 0.2;
        filter: saturate(0.96);
    }

    .sh-group-home .group-hero__card-art {
        top: 4px;
        right: max(-88px, calc((100vw - 1280px) / 2 - 124px));
        display: block;
        width: clamp(360px, 31vw, 500px);
        opacity: 0.1;
        filter: saturate(0.95);
    }

    .sh-group-home .group-hero__inner {
        z-index: 1;
    }

    .sh-group-home .group-hero__eyebrow-block {
        margin-bottom: 26px;
    }

    .sh-group-home .group-hero__eyebrow-block .group-hero__eyebrow {
        margin: 0;
    }

    .sh-group-home .group-hero__eyebrow-divider {
        width: 148px;
        margin-top: 6px;
        opacity: 0.96;
    }

    .sh-group-home .group-hero__title {
        width: 560px;
        max-width: 560px;
        letter-spacing: -0.052em;
        text-transform: none;
        font-variant-caps: normal;
    }

    .sh-group-home .group-hero__title-line {
        display: block;
        white-space: nowrap;
        text-transform: none;
        font-variant-caps: normal;
    }

    .sh-group-home .group-hero__title-main {
        font-size: clamp(3.65rem, 3.9vw, 4rem);
        font-weight: 400;
        line-height: 1.01;
    }

    .sh-group-home .group-hero__title-sub {
        margin-top: 7px;
        color: #eed99d;
        font-size: clamp(3.05rem, 3.42vw, 3.45rem);
        font-weight: 400;
        line-height: 1.01;
        white-space: nowrap;
    }

    .sh-group-home .group-hero__title-sub + .group-hero__title-sub {
        margin-top: 0;
    }

    .sh-group-home .group-hero__intro {
        max-width: 515px;
        margin-top: 30px;
    }

    .sh-group-home .group-hero__carousel {
        z-index: 2;
    }

    .sh-group-home .group-hero__frame {
        box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
    }

    .sh-group-home .group-hero__slide::after {
        height: 58%;
        background: linear-gradient(180deg, rgba(4, 13, 25, 0) 0%, rgba(4, 13, 25, 0.28) 28%, rgba(4, 13, 25, 0.78) 66%, rgba(4, 13, 25, 0.98) 100%);
    }

    .sh-group-home .group-hero__slide::before {
        background:
            linear-gradient(180deg, rgba(4, 13, 25, 0.26) 0%, rgba(4, 13, 25, 0.06) 34%, rgba(4, 13, 25, 0.12) 58%, rgba(4, 13, 25, 0.48) 100%),
            linear-gradient(90deg, rgba(4, 13, 25, 0.28) 0%, rgba(4, 13, 25, 0.06) 46%, rgba(4, 13, 25, 0.18) 100%);
    }

    .sh-group-home .group-hero__rail-icon img {
        max-width: 150px;
        opacity: 0.94;
        filter: saturate(0.98);
    }

    .sh-group-home .group-hero__rail-icon--temples img {
        height: 72px;
    }

    .sh-group-home .group-hero__rail-icon--city img {
        height: 66px;
    }
}

@media (min-width: 1101px) and (max-width: 1359px) {
    .sh-group-home .group-hero__inner {
        width: min(1180px, calc(100% - 80px));
        max-width: min(1180px, calc(100% - 80px));
    }

    .sh-group-home .group-hero__content {
        width: 500px;
        max-width: 500px;
    }

    .sh-group-home .group-hero__title {
        width: 500px;
        max-width: 500px;
    }

    .sh-group-home .group-hero__title-main {
        font-size: clamp(3.25rem, 4.25vw, 3.65rem);
    }

    .sh-group-home .group-hero__title-sub {
        font-size: clamp(2.78rem, 3.78vw, 3.05rem);
    }

    .sh-group-home .group-hero__intro {
        width: 470px;
        max-width: 470px;
    }

    .sh-group-home .group-hero__actions {
        width: 520px;
        gap: 14px;
    }

    .sh-group-home .group-hero__button--primary {
        width: 220px;
    }

    .sh-group-home .group-hero__button--secondary {
        width: 222px;
    }

    .sh-group-home .group-hero__carousel {
        left: 520px;
        width: 660px;
        height: 650px;
    }

    .sh-group-home .group-hero__frame {
        width: 660px;
        height: 650px;
    }

    .sh-group-home .group-hero__caption {
        right: 38px;
        bottom: 32px;
        left: 38px;
    }

    .sh-group-home .group-hero__caption strong {
        font-size: 2.22rem;
    }

    .sh-group-home .group-hero__destination-rail {
        grid-template-columns: minmax(76px, 1fr) minmax(130px, 145px) 1px minmax(0, 560px) 1px minmax(145px, 165px) minmax(76px, 1fr);
        gap: clamp(28px, 2.1vw, 34px);
    }

    .sh-group-home .group-hero__left-art {
        left: clamp(28px, 2vw, 36px);
        bottom: clamp(12px, 1.8vw, 30px);
        width: auto;
        height: clamp(540px, 47vw, 690px);
        max-width: none;
    }

    .sh-group-home .group-hero__card-art {
        top: clamp(-270px, -16vw, -220px);
        right: clamp(-430px, -27vw, -340px);
        width: clamp(540px, 43vw, 700px);
    }
}

@media (max-width: 1100px) {
    .sh-group-home .group-hero__eyebrow-block {
        width: fit-content;
        margin-inline: 0 auto;
        text-align: left;
    }

    .sh-group-home .group-hero__eyebrow-block .group-hero__eyebrow {
        margin-bottom: 0;
    }

    .sh-group-home .group-hero__eyebrow-divider {
        width: 128px;
        margin: 6px auto 24px 0;
    }
}

@media (max-width: 430px) {
    .sh-group-home .reservation-support__title {
        font-size: clamp(2.36rem, 12vw, 3rem);
    }

    .sh-group-home .reservation-support__eyebrow {
        letter-spacing: 0.16em;
    }

    .sh-group-home .reservation-support-card {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .sh-group-home .reservation-support-card__icon {
        justify-self: start;
    }

    .sh-group-home .reservation-support-card__divider {
        width: 100%;
        height: 1px;
    }

    .sh-group-home .reservation-support-card__divider::after {
        left: 34px;
    }
}

.sh-group-home .group-faq {
    --faq-navy: #000f22;
    --faq-ivory: #fbf5e9;
    --faq-paper: #fffdf8;
    --faq-gold: #c9a45a;
    --faq-old-gold: #b68d42;
    --faq-muted: #334155;
    position: relative;
    overflow: hidden;
    padding-block: clamp(112px, 8vw, 144px);
    background:
        radial-gradient(circle at 18% 12%, rgba(201, 164, 90, 0.075), transparent 24rem),
        radial-gradient(circle at 88% 88%, rgba(201, 164, 90, 0.06), transparent 28rem),
        linear-gradient(180deg, #fffaf1 0%, var(--faq-ivory) 48%, #f7ecde 100%);
    color: var(--faq-navy);
}

.sh-group-home .group-faq__ornament {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.sh-group-home .group-faq__ornament--left {
    top: 70px;
    bottom: 56px;
    left: -130px;
    width: 300px;
    opacity: 0.055;
    background:
        repeating-radial-gradient(circle at 58% 18%, transparent 0 20px, var(--faq-old-gold) 21px 22px),
        repeating-radial-gradient(circle at 54% 82%, transparent 0 18px, var(--faq-old-gold) 19px 20px);
    mask-image: linear-gradient(180deg, transparent 0%, #000 20%, #000 86%, transparent 100%);
}

.sh-group-home .group-faq__ornament--waves {
    right: max(0px, calc((100vw - 1440px) / 2 - 12px));
    bottom: 38px;
    width: min(44vw, 520px);
    height: 118px;
    opacity: 0.07;
    background:
        radial-gradient(ellipse at 0% 70%, transparent 0 44%, var(--faq-old-gold) 45% 46%, transparent 47%),
        radial-gradient(ellipse at 24% 72%, transparent 0 44%, var(--faq-old-gold) 45% 46%, transparent 47%),
        radial-gradient(ellipse at 48% 72%, transparent 0 44%, var(--faq-old-gold) 45% 46%, transparent 47%),
        radial-gradient(ellipse at 72% 72%, transparent 0 44%, var(--faq-old-gold) 45% 46%, transparent 47%);
}

.sh-group-home .group-faq__container {
    position: relative;
    z-index: 1;
    display: grid;
    max-width: 1360px;
    grid-template-columns: minmax(310px, 0.38fr) minmax(0, 0.62fr);
    gap: clamp(70px, 7vw, 116px);
    align-items: center;
}

.sh-group-home .group-faq__intro {
    max-width: 470px;
}

.sh-group-home .group-faq__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 36px;
    color: var(--faq-old-gold);
    font-size: 0.88rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.34em;
    text-transform: uppercase;
}

.sh-group-home .group-faq__flower {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    color: var(--faq-old-gold);
}

.sh-group-home .group-faq__flower svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sh-group-home .group-faq__title {
    margin: 0;
    color: var(--faq-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(4rem, 5.4vw, 5.55rem);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.07em;
}

.sh-group-home .group-faq__title span {
    display: block;
}

.sh-group-home .group-faq__rule {
    position: relative;
    width: min(315px, 82%);
    height: 1px;
    display: block;
    margin: 38px 0 30px;
    background: linear-gradient(90deg, rgba(182, 141, 66, 0.12), rgba(182, 141, 66, 0.68), rgba(182, 141, 66, 0.12));
}

.sh-group-home .group-faq__rule::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 58%;
    width: 8px;
    height: 8px;
    border: 1px solid rgba(182, 141, 66, 0.9);
    background: var(--faq-ivory);
    transform: translate(-50%, -50%) rotate(45deg);
}

.sh-group-home .group-faq__copy {
    max-width: 390px;
    margin: 0;
    color: var(--faq-muted);
    font-size: 1.12rem;
    line-height: 1.72;
}

.sh-group-home .group-faq__contact {
    position: relative;
    width: min(100%, 300px);
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-top: 42px;
    padding-bottom: 13px;
    color: var(--faq-navy);
    border-bottom: 1px solid rgba(182, 141, 66, 0.82);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: -0.035em;
}

.sh-group-home .group-faq__contact svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sh-group-home .group-faq__contact-phone {
    width: 24px;
    height: 24px;
    color: var(--faq-gold);
    stroke-width: 1.8;
}

.sh-group-home .group-faq__contact-arrow {
    width: 31px;
    height: 14px;
    margin-left: auto;
    color: var(--faq-gold);
    stroke-width: 1.6;
}

.sh-group-home .group-faq__accordion {
    display: grid;
    gap: 14px;
}

.sh-group-home .group-faq__item {
    overflow: hidden;
    background: rgba(255, 253, 248, 0.88);
    border: 1px solid rgba(182, 141, 66, 0.34);
    border-radius: 11px;
    box-shadow: 0 12px 24px rgba(6, 23, 42, 0.04);
}

.sh-group-home .group-faq__question {
    min-height: 82px;
    display: grid;
    grid-template-columns: 58px 1px minmax(0, 1fr) 36px;
    gap: 22px;
    align-items: center;
    padding: 20px 26px 20px 36px;
    color: var(--faq-navy);
    cursor: pointer;
    list-style: none;
    transition: background-color 180ms ease, color 180ms ease;
}

.sh-group-home .group-faq__question::-webkit-details-marker {
    display: none;
}

.sh-group-home .group-faq__item[open] .group-faq__question {
    color: var(--faq-ivory);
    background: var(--faq-navy);
}

.sh-group-home .group-faq__number {
    color: var(--faq-gold);
    font-family: var(--display);
    font-size: 1.58rem;
    line-height: 1;
}

.sh-group-home .group-faq__divider {
    height: 28px;
    background: rgba(182, 141, 66, 0.62);
}

.sh-group-home .group-faq__question-text {
    color: inherit;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.3rem, 1.65vw, 1.78rem);
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: -0.055em;
}

.sh-group-home .group-faq__toggle {
    position: relative;
    width: 26px;
    height: 26px;
    justify-self: end;
    color: var(--faq-gold);
}

.sh-group-home .group-faq__toggle::before,
.sh-group-home .group-faq__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    transform: translate(-50%, -50%);
}

.sh-group-home .group-faq__toggle::before {
    width: 18px;
    height: 1.5px;
}

.sh-group-home .group-faq__toggle::after {
    width: 1.5px;
    height: 18px;
    transition: transform 180ms ease, opacity 180ms ease;
}

.sh-group-home .group-faq__item[open] .group-faq__toggle::after {
    opacity: 0;
    transform: translate(-50%, -50%) scaleY(0);
}

.sh-group-home .group-faq__item[open] .group-faq__state--closed,
.sh-group-home .group-faq__item:not([open]) .group-faq__state--open {
    display: none;
}

.sh-group-home .group-faq__answer {
    padding: 34px 38px 40px;
    color: var(--faq-navy);
}

.sh-group-home .group-faq__answer-rule {
    position: relative;
    width: 170px;
    height: 1px;
    display: block;
    margin: 0 auto 32px;
    background: linear-gradient(90deg, transparent, rgba(182, 141, 66, 0.58), transparent);
}

.sh-group-home .group-faq__answer-rule::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border: 1px solid rgba(182, 141, 66, 0.86);
    background: var(--faq-paper);
    transform: translate(-50%, -50%) rotate(45deg);
}

.sh-group-home .group-faq__answer p {
    max-width: 690px;
    margin: 0;
    color: #263447;
    font-size: 1.12rem;
    line-height: 1.78;
}

@media (max-width: 1180px) {
    .sh-group-home .group-faq__container {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .sh-group-home .group-faq__intro {
        max-width: 760px;
    }

    .sh-group-home .group-faq__copy {
        max-width: 560px;
    }

    .sh-group-home .group-faq__accordion {
        max-width: 920px;
    }
}

@media (max-width: 760px) {
    .sh-group-home .group-faq {
        padding-block: 78px 84px;
    }

    .sh-group-home .group-faq__ornament--left {
        top: 34px;
        left: -190px;
        opacity: 0.038;
    }

    .sh-group-home .group-faq__ornament--waves {
        right: -120px;
        bottom: 14px;
        width: 420px;
        opacity: 0.045;
    }

    .sh-group-home .group-faq__container {
        gap: 38px;
    }

    .sh-group-home .group-faq__eyebrow {
        gap: 12px;
        margin-bottom: 26px;
        font-size: 0.72rem;
        letter-spacing: 0.22em;
    }

    .sh-group-home .group-faq__flower {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .sh-group-home .group-faq__title {
        font-size: clamp(3rem, 13vw, 4.1rem);
        line-height: 1.01;
    }

    .sh-group-home .group-faq__rule {
        width: min(100%, 300px);
        margin-block: 28px 22px;
    }

    .sh-group-home .group-faq__copy {
        font-size: 1rem;
        line-height: 1.7;
    }

    .sh-group-home .group-faq__contact {
        width: min(100%, 310px);
        min-height: 54px;
        margin-top: 30px;
        font-size: 1.08rem;
    }

    .sh-group-home .group-faq__accordion {
        gap: 14px;
    }

    .sh-group-home .group-faq__question {
        min-height: 64px;
        grid-template-columns: 42px 1px minmax(0, 1fr) 26px;
        gap: 13px;
        padding: 16px 16px 16px 18px;
    }

    .sh-group-home .group-faq__number {
        font-size: 1.2rem;
    }

    .sh-group-home .group-faq__divider {
        height: 24px;
    }

    .sh-group-home .group-faq__question-text {
        font-size: 1.08rem;
        line-height: 1.22;
    }

    .sh-group-home .group-faq__toggle {
        width: 22px;
        height: 22px;
    }

    .sh-group-home .group-faq__toggle::before {
        width: 15px;
    }

    .sh-group-home .group-faq__toggle::after {
        height: 15px;
    }

    .sh-group-home .group-faq__answer {
        padding: 26px 22px 30px;
    }

    .sh-group-home .group-faq__answer-rule {
        width: 140px;
        margin-bottom: 24px;
    }

    .sh-group-home .group-faq__answer p {
        font-size: 1rem;
        line-height: 1.68;
    }
}

@media (max-width: 410px) {
    .sh-group-home .group-faq__question {
        grid-template-columns: 34px 1px minmax(0, 1fr) 22px;
        gap: 10px;
        padding-inline: 14px;
    }

    .sh-group-home .group-faq__number {
        font-size: 1.08rem;
    }

    .sh-group-home .group-faq__question-text {
        font-size: 1rem;
    }
}

.sh-group-home .site-footer {
    --footer-navy: #000f22;
    --footer-ivory: #f4efe5;
    --footer-gold: #c9a45a;
    --footer-old-gold: #b68d42;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding-block: 128px 36px;
    background:
        radial-gradient(circle at 16% 20%, rgba(201, 164, 90, 0.1), transparent 24rem),
        radial-gradient(circle at 88% 82%, rgba(201, 164, 90, 0.08), transparent 28rem),
        linear-gradient(180deg, #000f22 0%, #001024 100%);
    color: rgba(244, 239, 229, 0.78);
}

.sh-group-home .site-footer::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent 0, rgba(201, 164, 90, 0.92) 8%, rgba(201, 164, 90, 0.92) 92%, transparent 100%);
}

.sh-group-home .site-footer::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: 0.08;
    background:
        linear-gradient(90deg, rgba(244, 239, 229, 0.08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(244, 239, 229, 0.055) 1px, transparent 1px);
    background-size: 96px 96px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 72%);
}

.sh-group-home .site-footer__top-join {
    position: absolute;
    top: -20px;
    left: 50%;
    z-index: 2;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: var(--footer-gold);
    background: var(--footer-navy);
    border: 1px solid rgba(201, 164, 90, 0.8);
    border-radius: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.sh-group-home .site-footer__top-join svg {
    width: 25px;
    height: 25px;
    transform: rotate(-45deg);
}

.sh-group-home .site-footer__motif {
    position: absolute;
    z-index: -1;
    color: var(--footer-old-gold);
    opacity: 0.065;
    pointer-events: none;
}

.sh-group-home .site-footer__motif svg,
.sh-group-home .site-footer__top-join svg,
.sh-group-home .footer-column h2 svg,
.sh-group-home .footer-reservation-card svg {
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sh-group-home .site-footer__motif--left {
    bottom: 70px;
    left: -36px;
    width: min(360px, 30vw);
}

.sh-group-home .site-footer__motif--right {
    right: -28px;
    bottom: 70px;
    width: min(410px, 34vw);
}

.sh-group-home .site-footer > .container {
    position: relative;
    z-index: 1;
}

.sh-group-home .footer-grid {
    display: grid;
    grid-template-columns: minmax(310px, 1.25fr) minmax(220px, 0.9fr) repeat(3, minmax(150px, 0.72fr));
    gap: clamp(36px, 3.5vw, 58px);
    align-items: start;
}

.sh-group-home .footer-brand-panel {
    max-width: 420px;
}

.sh-group-home .footer-brand {
    width: max-content;
}

.sh-group-home .footer-brand .brand-main {
    color: var(--footer-ivory);
    font-size: clamp(2.75rem, 3vw, 3.65rem);
    line-height: 0.92;
    letter-spacing: 0.06em;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
}

.sh-group-home .footer-brand .brand-sub {
    color: var(--footer-gold);
    font-size: 0.84rem;
    letter-spacing: 0.32em;
}

.sh-group-home .footer-brand-copy {
    margin: 34px 0 0;
    color: rgba(244, 239, 229, 0.78);
    font-size: 1.02rem;
    line-height: 1.78;
}

.sh-group-home .footer-brand-divider {
    position: relative;
    width: min(310px, 100%);
    height: 1px;
    display: block;
    margin: 30px 0 22px;
    background: linear-gradient(90deg, rgba(201, 164, 90, 0.82), rgba(201, 164, 90, 0.22));
}

.sh-group-home .footer-brand-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 54%;
    width: 13px;
    height: 13px;
    border: 1px solid rgba(201, 164, 90, 0.9);
    background: var(--footer-navy);
    transform: translate(-50%, -50%) rotate(45deg);
}

.sh-group-home .footer-supporting-line {
    max-width: 310px;
    margin: 0;
    color: var(--footer-gold);
    font-family: var(--display);
    font-size: 1.06rem;
    line-height: 1.55;
}

.sh-group-home .footer-reservation-card {
    width: min(330px, 100%);
    min-height: 76px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
    gap: 17px;
    margin-top: 28px;
    padding: 14px 18px;
    color: var(--footer-ivory);
    border: 1px solid rgba(201, 164, 90, 0.76);
    border-radius: 10px;
    background: rgba(4, 19, 38, 0.34);
    transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.sh-group-home .footer-reservation-card:hover {
    color: var(--footer-ivory);
    border-color: rgba(201, 164, 90, 1);
    background: rgba(201, 164, 90, 0.09);
    transform: translateY(-2px);
}

.sh-group-home .footer-reservation-card__icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    color: var(--footer-gold);
    border: 1px solid rgba(201, 164, 90, 0.72);
    border-radius: 50%;
}

.sh-group-home .footer-reservation-card__icon svg {
    width: 25px;
    height: 25px;
}

.sh-group-home .footer-reservation-card strong {
    display: block;
    color: var(--footer-ivory);
    font-family: var(--display);
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.18;
}

.sh-group-home .footer-reservation-card small {
    display: block;
    margin-top: 4px;
    color: rgba(244, 239, 229, 0.62);
    font-size: 0.875rem;
    line-height: 1.42;
}

.sh-group-home .footer-reservation-card > span:last-child {
    min-width: 0;
}

.sh-group-home .footer-column {
    min-height: 318px;
}

.sh-group-home .footer-column:not(.footer-column--hotels) {
    padding-left: clamp(20px, 2.2vw, 32px);
    border-left: 1px solid rgba(201, 164, 90, 0.22);
}

.sh-group-home .footer-column h2 {
    display: grid;
    gap: 18px;
    margin: 0 0 28px;
    color: var(--footer-gold);
    font-family: var(--display);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    line-height: 1.35;
    text-transform: uppercase;
}

.sh-group-home .footer-column h2 span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: var(--footer-gold);
}

.sh-group-home .footer-column h2 svg {
    width: 31px;
    height: 31px;
}

.sh-group-home .footer-column h2::after {
    content: "";
    width: 54px;
    height: 1px;
    background: rgba(201, 164, 90, 0.72);
}

.sh-group-home .footer-column ul {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sh-group-home .footer-column li + li {
    border-top: 1px solid rgba(244, 239, 229, 0.1);
}

.sh-group-home .footer-column a,
.sh-group-home .footer-muted-link {
    min-height: 58px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    color: rgba(244, 239, 229, 0.84);
    font-family: var(--display);
    font-size: 1rem;
    line-height: 1.38;
}

.sh-group-home .footer-column a::after {
    content: "\2192";
    color: var(--footer-gold);
    font-family: var(--body);
    font-size: 1.08rem;
    transform: translateX(0);
    transition: transform 180ms ease;
}

.sh-group-home .footer-column a:hover {
    color: var(--footer-gold);
}

.sh-group-home .footer-column a:hover::after {
    transform: translateX(4px);
}

.sh-group-home .footer-hotel-link {
    grid-template-columns: minmax(0, 1fr);
    padding-block: 13px;
}

.sh-group-home .footer-hotel-link::after {
    display: none;
}

.sh-group-home .footer-column .footer-hotel-link::after {
    content: none;
    display: none;
}

.sh-group-home .footer-hotel-link span {
    display: block;
    max-width: 16ch;
    color: var(--footer-ivory);
    font-size: 1.22rem;
    line-height: 1.16;
}

.sh-group-home .footer-hotel-link small {
    grid-column: 1 / -1;
    margin-top: 8px;
    color: rgba(244, 239, 229, 0.56);
    font-family: var(--body);
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    line-height: 1;
    text-transform: uppercase;
}

.sh-group-home .footer-muted-link {
    color: rgba(244, 239, 229, 0.52);
}

.sh-group-home .site-footer a:focus-visible {
    outline: 2px solid var(--footer-gold);
    outline-offset: 5px;
}

.sh-group-home .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 92px;
    padding-top: 28px;
    border-top: 1px solid rgba(201, 164, 90, 0.42);
    text-align: center;
}

.sh-group-home .footer-bottom p {
    margin: 0;
    color: rgba(244, 239, 229, 0.7);
    font-family: var(--display);
    font-size: 0.95rem;
    line-height: 1.5;
}

.sh-group-home .footer-bottom span {
    width: 1px;
    height: 24px;
    background: rgba(201, 164, 90, 0.62);
}

@media (max-width: 1280px) {
    .sh-group-home .container {
        padding-inline: 56px;
    }

    .sh-group-home .hero-inner {
        gap: 54px;
    }

    .sh-group-home .hero h1 {
        font-size: clamp(3.65rem, 4.9vw, 4.65rem);
    }

    .sh-group-home .hero-title-sub {
        margin-top: 0;
        font-size: inherit;
    }

    .sh-group-home .hero-carousel-frame {
        height: 610px;
    }

    .sh-group-home .hotels-section .section-heading {
        width: min(100%, 760px);
    }

    .sh-group-home #our-hotels-title {
        white-space: normal;
    }

    .sh-group-home .hotel-card-body {
        padding: 32px;
    }

    .sh-group-home .hotel-card h3 {
        font-size: clamp(1.62rem, 1.65vw, 1.92rem);
    }
}

@media (min-width: 1280px) {
    .sh-group-home .hotels-section .section-heading {
        width: min(100%, 1040px);
    }

    .sh-group-home #our-hotels-title {
        white-space: nowrap;
    }
}

@media (max-width: 1100px) {
    .sh-group-home .desktop-nav {
        gap: 24px;
        font-size: 0.76rem;
    }

    .sh-group-home .desktop-nav a:last-child {
        min-width: 168px;
    }

    .sh-group-home .hero {
        min-height: auto;
    }

    .sh-group-home .hero-inner,
    .sh-group-home .reservation-card {
        grid-template-columns: 1fr;
    }

    .sh-group-home .hero-copy {
        max-width: 760px;
    }

    .sh-group-home .hero-carousel-frame {
        height: 590px;
    }

    .sh-group-home .hero-destination-rail {
        grid-template-columns: 1fr auto 1fr;
        gap: 22px;
    }

    .sh-group-home .hero-rail-icon,
    .sh-group-home .hero-rail-divider {
        display: none;
    }

    .sh-group-home .hotel-grid {
        grid-template-columns: 1fr;
    }

    .sh-group-home .hotels-section__intro {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .sh-group-home .hotels-section__cta {
        justify-self: start;
        margin-top: 0;
    }

    .sh-group-home .hotel-card {
        min-height: auto;
    }

    .sh-group-home .hotel-card-image {
        min-height: 0;
        height: clamp(270px, 43vw, 420px);
    }

    .sh-group-home .hotel-card-features {
        margin-top: 22px;
    }

    .sh-group-home .story-experience-grid {
        grid-template-columns: 1fr;
    }

    .sh-group-home .story-experience-card__content {
        width: min(42%, 310px);
    }

    .sh-group-home .story-experience-card__content--center {
        left: 21%;
        width: min(42%, 380px);
    }

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

    .sh-group-home .why-choose-section__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sh-group-home .why-choose-section__support {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
    }

    .sh-group-home .why-choose-support-item {
        min-height: 118px;
        padding: 18px 24px;
        border-top: 1px solid rgba(182, 141, 66, 0.22);
    }

    .sh-group-home .why-choose-support-item:nth-child(-n+2) {
        border-top: 0;
    }

    .sh-group-home .why-choose-support-item + .why-choose-support-item {
        border-left: 0;
    }

    .sh-group-home .why-choose-support-item:nth-child(even) {
        border-left: 1px solid rgba(182, 141, 66, 0.28);
    }

    .sh-group-home .footer-grid {
        gap: 46px;
    }

    .sh-group-home .footer-column {
        min-height: auto;
    }

    .sh-group-home .footer-column:not(.footer-column--hotels) {
        padding-left: 0;
        border-left: 0;
    }
}

@media (max-width: 760px) {
    .sh-group-home {
        font-size: 16px;
    }

    .sh-group-home .container {
        padding-inline: 24px;
    }

    .sh-group-home :where([id]) {
        scroll-margin-top: 100px;
    }

    .sh-group-home .utility-bar {
        display: none;
    }

    .sh-group-home .header-inner {
        min-height: 78px;
        gap: 16px;
    }

    .sh-group-home .brand-main {
        font-size: 1.32rem;
    }

    .sh-group-home .brand-sub {
        font-size: 0.58rem;
        letter-spacing: 0.32em;
    }

    .sh-group-home .desktop-nav {
        display: none;
    }

    .sh-group-home .mobile-reservation-link {
        min-height: 44px;
        display: inline-flex;
        margin-left: auto;
        color: var(--navy);
        font-size: 0.64rem;
        font-weight: 900;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    .sh-group-home .mobile-toggle,
    .sh-group-home .mobile-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: 0;
        color: var(--navy);
        cursor: pointer;
    }

    .sh-group-home .mobile-toggle {
        width: 44px;
        height: 44px;
        flex-direction: column;
        gap: 5px;
        border: 1px solid rgba(10, 25, 47, 0.16);
    }

    .sh-group-home .mobile-toggle span:not(.sr-only) {
        width: 18px;
        height: 1px;
        background: currentColor;
    }

    .sh-group-home .mobile-nav-backdrop {
        position: fixed;
        inset: 0;
        z-index: 80;
        display: block;
        background: rgba(6, 16, 31, 0.58);
    }

    .sh-group-home .mobile-nav-backdrop[hidden] {
        display: none;
    }

    .sh-group-home .mobile-nav {
        position: fixed;
        inset: 0 0 0 auto;
        z-index: 90;
        width: min(88vw, 390px);
        display: grid;
        align-content: start;
        gap: 34px;
        padding: 28px;
        background: var(--ivory);
        box-shadow: -28px 0 70px rgba(0, 0, 0, 0.2);
        transform: translateX(105%);
        transition: transform 220ms ease;
    }

    .sh-group-home .mobile-nav.is-open {
        transform: translateX(0);
    }

    .sh-group-home .mobile-nav-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 18px;
    }

    .sh-group-home .mobile-close {
        width: 44px;
        height: 44px;
        border: 1px solid rgba(10, 25, 47, 0.16);
        font-size: 1.7rem;
    }

    .sh-group-home .mobile-nav-links {
        display: grid;
        gap: 4px;
    }

    .sh-group-home .mobile-nav-links a {
        padding-block: 18px;
        border-bottom: 1px solid rgba(10, 25, 47, 0.12);
        color: var(--navy);
        font-size: 1rem;
        font-weight: 900;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    .sh-group-home .mobile-nav-note {
        padding: 18px;
        color: var(--muted);
        background: rgba(197, 160, 89, 0.12);
        border: 1px solid rgba(197, 160, 89, 0.24);
    }

    .sh-group-home .mobile-nav-note p {
        margin: 0;
        font-size: 1rem;
        line-height: 1.65;
    }

    .sh-group-home .section {
        padding-block: 74px;
    }

    .sh-group-home .section-heading {
        margin-bottom: 42px;
        text-align: left;
    }

    .sh-group-home .section-heading h2,
    .sh-group-home .reservation-card h2 {
        font-size: clamp(2rem, 10vw, 2.58rem);
    }

    .sh-group-home .section-heading > p:not(.eyebrow),
    .sh-group-home .reservation-copy p:not(.eyebrow) {
        font-size: 1rem;
    }

    .sh-group-home .hero {
        padding-block: 66px 54px;
    }

    .sh-group-home .hero-inner {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .sh-group-home .hero h1 {
        font-size: clamp(2.75rem, 13vw, 3.55rem);
        line-height: 1.02;
    }

    .sh-group-home .hero-title-sub {
        margin-top: 0;
        font-size: inherit;
    }

    .sh-group-home .hero-copy > p:not(.eyebrow) {
        margin-top: 24px;
        font-size: 1rem;
    }

    .sh-group-home .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .sh-group-home .hero-carousel-frame {
        height: clamp(390px, 94vw, 470px);
    }

    .sh-group-home .hero-carousel-frame::before {
        inset: 0;
    }

    .sh-group-home .hero-carousel-slide figcaption {
        right: 24px;
        bottom: 24px;
        left: 24px;
    }

    .sh-group-home .hero-carousel-slide figcaption strong {
        font-size: 1.65rem;
    }

    .sh-group-home .hero-carousel-slide figcaption small {
        display: none;
    }

    .sh-group-home .hero-carousel-controls {
        top: 22px;
        right: 22px;
    }

    .sh-group-home .hero-carousel-dot {
        min-width: auto;
        min-height: 34px;
    }

    .sh-group-home .hero-destination-rail {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 0;
    }

    .sh-group-home .hero-rail-line {
        display: none;
    }

    .sh-group-home .hero-rail-copy strong {
        font-size: 0.92rem;
        letter-spacing: 0.18em;
        line-height: 1.7;
    }

    .sh-group-home .hotel-card {
        min-height: auto;
        display: block;
    }

    .sh-group-home .hotel-card-image {
        min-height: 0;
        height: clamp(245px, 64vw, 330px);
    }

    .sh-group-home .hotel-card-gallery-track {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
    }

    .sh-group-home .hotel-card-gallery-slide {
        display: block;
        min-width: 100%;
        height: 100%;
    }

    .sh-group-home .hotel-card-gallery-ui {
        right: 14px;
        bottom: 14px;
        left: 14px;
        display: flex;
    }

    .sh-group-home .hotel-card-image-label {
        left: 18px;
        top: 18px;
    }

    .sh-group-home .hotel-card-body {
        padding: 26px;
    }

    .sh-group-home .hotel-card-title-row {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 16px;
    }

    .sh-group-home .hotel-card-symbol,
    .sh-group-home .hotel-card-symbol svg {
        width: 52px;
        height: 52px;
    }

    .sh-group-home .hotel-card-features {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .sh-group-home .hotel-card-features span {
        grid-template-columns: 30px minmax(0, 1fr);
        align-items: center;
        padding: 0;
    }

    .sh-group-home .hotel-card-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .sh-group-home .story-section {
        padding-block: 78px;
    }

    .sh-group-home .story-section__header {
        margin-bottom: 34px;
    }

    .sh-group-home .story-section__header .eyebrow {
        gap: 12px;
        font-size: 0.7rem;
        letter-spacing: 0.24em;
    }

    .sh-group-home .story-section__header .eyebrow::before,
    .sh-group-home .story-section__header .eyebrow::after {
        width: 28px;
    }

    .sh-group-home .story-section__header h2 {
        font-size: clamp(2.35rem, 11.5vw, 3.3rem);
    }

    .sh-group-home .story-section__header > p:not(.eyebrow) {
        font-size: 1rem;
    }

    .sh-group-home .story-experience-card::before {
        background:
            linear-gradient(90deg, rgba(6, 23, 42, 0.99) 0%, rgba(6, 23, 42, 0.95) 44%, rgba(6, 23, 42, 0.42) 72%, rgba(6, 23, 42, 0) 100%);
    }

    .sh-group-home .story-experience-card--odisha::before {
        background:
            linear-gradient(90deg, rgba(6, 23, 42, 0.42) 0%, rgba(6, 23, 42, 0.98) 24%, rgba(6, 23, 42, 0.96) 70%, rgba(6, 23, 42, 0.2) 100%);
    }

    .sh-group-home .story-experience-card__content {
        left: 7%;
        width: min(48%, 260px);
    }

    .sh-group-home .story-experience-card__content > span {
        width: 22px;
        height: 22px;
        margin-bottom: 12px;
    }

    .sh-group-home .story-experience-card__content h3 {
        font-size: clamp(1.48rem, 7vw, 2.35rem);
        letter-spacing: 0.02em;
    }

    .sh-group-home .story-experience-card__content i {
        width: min(100%, 136px);
        margin: 12px auto 14px;
    }

    .sh-group-home .story-experience-card__content p {
        font-size: clamp(0.98rem, 4.2vw, 1.32rem);
        line-height: 1.28;
    }

    .sh-group-home .story-experience-card__content--center {
        left: 14%;
        width: 58%;
    }

    .sh-group-home .story-experience-card__content--center h3 {
        font-size: clamp(1.7rem, 7.5vw, 2.6rem);
    }

    .sh-group-home .story-experience-card__content--center strong {
        margin-bottom: 10px;
        font-size: 1rem;
    }

    .sh-group-home .story-experience-card__content--center p {
        font-size: clamp(0.92rem, 3.8vw, 1.08rem);
    }

    .sh-group-home .footer-grid {
        grid-template-columns: 1fr;
    }

    .sh-group-home .why-choose-section__band {
        height: 32px;
    }

    .sh-group-home .why-choose-section__surface {
        padding-block: 64px 54px;
    }

    .sh-group-home .why-choose-section__header {
        margin-bottom: 34px;
    }

    .sh-group-home .why-choose-section__eyebrow {
        font-size: 0.72rem;
        letter-spacing: 0.22em;
    }

    .sh-group-home .why-choose-section__eyebrow::before,
    .sh-group-home .why-choose-section__eyebrow::after {
        width: 30px;
    }

    .sh-group-home .why-choose-section__eyebrow::before {
        right: calc(100% + 10px);
    }

    .sh-group-home .why-choose-section__eyebrow::after {
        left: calc(100% + 10px);
    }

    .sh-group-home .why-choose-section__header h2 {
        font-size: clamp(2.58rem, 12vw, 3.35rem);
        line-height: 1.02;
    }

    .sh-group-home .why-choose-section__header > p {
        font-size: 1rem;
    }

    .sh-group-home .why-choose-section__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .sh-group-home .why-choose-card {
        min-height: auto;
        grid-template-columns: 66px 1px minmax(0, 1fr);
        gap: 16px;
        padding: 24px;
    }

    .sh-group-home .why-choose-card__icon {
        width: 60px;
        height: 60px;
    }

    .sh-group-home .why-choose-card__icon svg {
        width: 34px;
        height: 34px;
    }

    .sh-group-home .why-choose-card__divider {
        min-height: 132px;
    }

    .sh-group-home .why-choose-card__copy h3 {
        max-width: 16ch;
        font-size: 1.35rem;
    }

    .sh-group-home .why-choose-card__copy p {
        font-size: 1rem;
        line-height: 1.62;
    }

    .sh-group-home .why-choose-section__support {
        grid-template-columns: 1fr;
        margin-top: 18px;
        padding: 0;
    }

    .sh-group-home .why-choose-support-item,
    .sh-group-home .why-choose-support-item:nth-child(even) {
        min-height: auto;
        grid-template-columns: 38px minmax(0, 1fr);
        justify-items: start;
        align-items: center;
        gap: 8px 14px;
        padding: 22px 24px;
        border-left: 0;
        text-align: left;
    }

    .sh-group-home .why-choose-support-item:nth-child(-n+2) {
        border-top: 1px solid rgba(182, 141, 66, 0.22);
    }

    .sh-group-home .why-choose-support-item:first-child {
        border-top: 0;
    }

    .sh-group-home .why-choose-support-item__icon {
        grid-row: span 2;
    }

    .sh-group-home .why-choose-support-item h3,
    .sh-group-home .why-choose-support-item p {
        max-width: none;
    }

    .sh-group-home .reservation-card {
        padding-block: 42px;
    }

    .sh-group-home .support-list li {
        grid-template-columns: 42px 1fr;
        gap: 16px;
        font-size: 1rem;
    }

    .sh-group-home .site-footer {
        padding-block: 86px 30px;
    }

    .sh-group-home .site-footer__top-join {
        width: 38px;
        height: 38px;
    }

    .sh-group-home .site-footer__motif {
        opacity: 0.035;
    }

    .sh-group-home .site-footer__motif--left,
    .sh-group-home .site-footer__motif--right {
        width: 260px;
    }

    .sh-group-home .footer-grid {
        gap: 34px;
    }

    .sh-group-home .footer-brand-panel {
        max-width: none;
    }

    .sh-group-home .footer-brand {
        width: 100%;
        max-width: 100%;
    }

    .sh-group-home .footer-brand .brand-main {
        max-width: 100%;
        font-size: clamp(1.85rem, 9vw, 2.35rem);
        letter-spacing: 0.035em;
        white-space: normal;
    }

    .sh-group-home .footer-brand-copy {
        margin-top: 26px;
        font-size: 1rem;
    }

    .sh-group-home .footer-reservation-card {
        width: 100%;
        grid-template-columns: 48px minmax(0, 1fr);
        padding-inline: 16px;
        overflow: visible;
    }

    .sh-group-home .footer-reservation-card__icon {
        width: 48px;
        height: 48px;
    }

    .sh-group-home .footer-reservation-card small {
        overflow-wrap: anywhere;
    }

    .sh-group-home .footer-column {
        min-height: auto;
    }

    .sh-group-home .footer-column h2 {
        gap: 12px;
        margin-bottom: 18px;
    }

    .sh-group-home .footer-column a,
    .sh-group-home .footer-muted-link {
        min-height: 54px;
        font-size: 1rem;
    }

    .sh-group-home .footer-bottom {
        flex-direction: column;
        gap: 12px;
        margin-top: 54px;
    }

    .sh-group-home .footer-bottom span {
        width: 72px;
        height: 1px;
    }
}

@media (max-width: 1280px) {
    .sh-group-home .group-hero__inner {
        gap: 48px;
    }

    .sh-group-home .group-hero__title {
        font-size: clamp(3.05rem, 4vw, 3.55rem);
    }

    .sh-group-home .group-hero__frame {
        height: 600px;
    }

    .sh-group-home .group-hero__rail-icon img {
        width: auto;
        max-width: 132px;
    }
}

@media (max-width: 1100px) {
    .sh-group-home .group-hero {
        min-height: auto;
        padding-block: 76px 58px;
    }

    .sh-group-home .group-hero__inner {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .sh-group-home .group-hero__content {
        max-width: 780px;
    }

    .sh-group-home .group-hero__intro {
        max-width: 620px;
    }

    .sh-group-home .group-hero__frame {
        height: 590px;
    }

    .sh-group-home .group-hero__destination-rail {
        grid-template-columns: repeat(2, minmax(0, auto));
        gap: 14px 32px;
        justify-content: center;
        margin-top: 0;
    }

    .sh-group-home .group-hero__rail-line,
    .sh-group-home .group-hero__rail-divider {
        display: none;
    }

    .sh-group-home .group-hero__rail-icon {
        display: flex;
    }

    .sh-group-home .group-hero__rail-icon--temples {
        grid-column: 1;
        grid-row: 1;
    }

    .sh-group-home .group-hero__rail-icon--city {
        grid-column: 2;
        grid-row: 1;
    }

    .sh-group-home .group-hero__rail-icon--temples img {
        height: 54px;
        max-width: 126px;
    }

    .sh-group-home .group-hero__rail-icon--city img {
        height: 46px;
        max-width: 132px;
    }

    .sh-group-home .group-hero__rail-copy {
        grid-column: 1 / -1;
        grid-row: 2;
    }
}

@media (max-width: 760px) {
    .sh-group-home .group-hero {
        padding-block: 66px 54px;
    }

    .sh-group-home .group-hero__inner {
        gap: 38px;
        padding-inline: 24px;
    }

    .sh-group-home .group-hero__content {
        padding-top: 0;
    }

    .sh-group-home .group-hero__eyebrow {
        font-size: 0.8rem;
        letter-spacing: 0.16em;
    }

    .sh-group-home .group-hero__title {
        font-size: clamp(2.7rem, 12vw, 3.45rem);
        line-height: 1.02;
        letter-spacing: -0.055em;
    }

    .sh-group-home .group-hero__title > span {
        white-space: normal;
    }

    .sh-group-home .group-hero__intro {
        margin-top: 24px;
        font-size: 1rem;
    }

    .sh-group-home .group-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 30px;
    }

    .sh-group-home .group-hero__button {
        width: 100%;
        min-height: 54px;
    }

    .sh-group-home .group-hero__frame {
        height: clamp(420px, 98vw, 500px);
        border-radius: 10px;
    }

    .sh-group-home .group-hero__controls {
        top: 22px;
        right: 22px;
        gap: 18px;
    }

    .sh-group-home .group-hero__caption {
        right: 24px;
        bottom: 24px;
        left: 24px;
        gap: 12px;
    }

    .sh-group-home .group-hero__caption strong {
        font-size: clamp(1.72rem, 7.5vw, 2.25rem);
    }

    .sh-group-home .group-hero__caption small {
        display: none;
    }

    .sh-group-home .group-hero__rail-copy strong {
        font-size: 0.9rem;
        letter-spacing: 0.16em;
        line-height: 1.7;
    }

    .sh-group-home .group-hero__destination-rail {
        gap: 12px 22px;
    }

    .sh-group-home .group-hero__rail-icon--temples img {
        height: 46px;
        max-width: 108px;
    }

    .sh-group-home .group-hero__rail-icon--city img {
        height: 40px;
        max-width: 114px;
    }

    .sh-group-home .group-hero__rail-copy i {
        margin-inline: 9px;
    }

    .sh-group-home .odisha-hero-motifs__temple {
        left: -86px;
        opacity: 0.08;
    }

    .sh-group-home .odisha-hero-motifs__mandala {
        right: -160px;
        opacity: 0.07;
    }

    .sh-group-home .odisha-hero-motifs__chakra,
    .sh-group-home .odisha-hero-motifs__waves {
        display: none;
    }
}

@media (max-width: 390px) {
    .sh-group-home .container {
        padding-inline: 20px;
    }

    .sh-group-home .mobile-reservation-link {
        display: none;
    }

    .sh-group-home .hero-carousel-slide figcaption em {
        font-size: 0.88rem;
    }

    .sh-group-home .group-hero__inner {
        padding-inline: 20px;
    }

    .sh-group-home .group-hero__title {
        font-size: clamp(2.46rem, 12vw, 3rem);
    }

    .sh-group-home .group-hero__location {
        font-size: 0.92rem;
    }
}

@media (min-width: 761px) {
    .sh-group-home .utility-bar {
        height: 52px;
        background: #000f22;
        color: rgba(244, 239, 229, 0.88);
        font-family: var(--display);
        font-size: 0.94rem;
        line-height: 1;
    }

    .sh-group-home .utility-bar-inner {
        height: 52px;
        min-height: 52px;
        max-width: 1360px;
        padding-inline: 0;
    }

    .sh-group-home .utility-left,
    .sh-group-home .utility-right {
        gap: 14px;
    }

    .sh-group-home .utility-left svg,
    .sh-group-home .utility-right svg,
    .sh-group-home .desktop-nav a:last-child svg {
        width: 18px;
        height: 18px;
        color: #c9a45a;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.65;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .sh-group-home .utility-left i {
        height: 20px;
        background: rgba(201, 164, 90, 0.7);
    }

    .sh-group-home .utility-right b {
        color: #c9a45a;
    }

    .sh-group-home .site-header {
        position: relative;
        top: auto;
        height: 120px;
        background: #fbf5e9;
        border-top: 0;
        border-bottom: 2px solid #c9a45a;
        box-shadow: none;
        backdrop-filter: none;
    }

    .sh-group-home .site-header.is-scrolled {
        background: #fbf5e9;
        border-bottom-color: #c9a45a;
        box-shadow: none;
    }

    .sh-group-home .header-inner {
        height: 120px;
        min-height: 120px;
        max-width: 1360px;
        padding-inline: 0;
        gap: 48px;
    }

    .sh-group-home .brand-main {
        color: #000f22;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 2.48rem;
        font-weight: 600;
        letter-spacing: -0.055em;
        text-transform: uppercase;
    }

    .sh-group-home .brand-sub {
        margin-top: 10px;
        color: #c9a45a;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 0.82rem;
        letter-spacing: 0.24em;
        text-align: left;
    }

    .sh-group-home .desktop-nav {
        gap: 48px;
        margin-left: auto;
        color: #000f22;
        font-family: var(--body);
        font-size: 1rem;
        font-weight: 900;
        letter-spacing: 0.13em;
        text-transform: uppercase;
    }

    .sh-group-home .desktop-nav a:last-child {
        min-width: 232px;
        min-height: 58px;
        gap: 12px;
        padding-inline: 28px;
        color: #f4efe5;
        background: #000f22;
        border: 1px solid #c9a45a;
        box-shadow: 0 8px 22px rgba(6, 23, 42, 0.2);
    }
}

@media (min-width: 1101px) {
    .sh-group-home .group-hero {
        --hero-navy: #000f22;
        --hero-navy-2: #031428;
        --hero-ivory: #f4efe5;
        --hero-gold: #c9a45a;
        --hero-old-gold: #b68d42;
        --hero-muted-text: #d9d2c6;
        height: 914px;
        min-height: 914px;
        display: block;
        padding: 0;
        background: #000f22;
    }

    .sh-group-home .group-hero__depth {
        background: linear-gradient(0deg, rgba(2, 8, 17, 0.44), transparent 42%);
    }

    .sh-group-home .group-hero__inner {
        width: 1280px;
        max-width: 1280px;
        height: 914px;
        display: block;
        padding: 0;
    }

    .sh-group-home .group-hero__content {
        position: absolute;
        left: 0;
        top: 172px;
        width: 534px;
        max-width: 534px;
        padding: 0;
    }

    .sh-group-home .group-hero__eyebrow {
        margin: 0 0 28px;
        color: var(--hero-gold);
        font-size: 0.88rem;
        font-weight: 800;
        line-height: 1.2;
        letter-spacing: 0.18em;
    }

    .sh-group-home .group-hero__eyebrow::before {
        display: none;
    }

    .sh-group-home .group-hero__eyebrow::after {
        display: none;
    }

    .sh-group-home .group-hero__title {
        width: 552px;
        color: var(--hero-ivory);
        font-size: inherit;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.075em;
        text-transform: none;
        font-variant: normal;
        font-variant-caps: normal;
        font-feature-settings: "smcp" 0, "c2sc" 0;
    }

    .sh-group-home .group-hero__title > span {
        white-space: normal;
        text-transform: none;
        font-variant: normal;
        font-variant-caps: normal;
        font-feature-settings: "smcp" 0, "c2sc" 0;
    }

    .sh-group-home .group-hero__title-main {
        color: var(--hero-ivory);
        font-size: 5.05rem;
        font-weight: 700;
        line-height: 0.86;
    }

    .sh-group-home .group-hero__title-sub {
        margin-top: 30px;
        color: #ead49a;
        font-size: 3.08rem;
        line-height: 0.98;
    }

    .sh-group-home .group-hero__intro {
        width: 500px;
        max-width: 500px;
        margin-top: 24px;
        color: var(--hero-muted-text);
        font-size: 1.0625rem;
        line-height: 1.65;
        letter-spacing: 0;
    }

    .sh-group-home .group-hero__actions {
        position: absolute;
        left: 0;
        top: 466px;
        width: 560px;
        margin: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 22px;
    }

    .sh-group-home .group-hero__button {
        min-height: 52px;
        min-width: 0;
        padding: 0 28px;
        border-radius: 3px;
        font-family: var(--body);
        font-size: 0.78rem;
        font-weight: 900;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        white-space: nowrap;
        box-shadow: none;
    }

    .sh-group-home .group-hero__button--primary {
        width: 236px;
    }

    .sh-group-home .group-hero__button--primary {
        color: var(--hero-navy);
        background: var(--hero-gold);
        border-color: rgba(201, 164, 90, 0.9);
    }

    .sh-group-home .group-hero__button--secondary {
        width: 238px;
        color: var(--hero-ivory);
        background: transparent;
        border-color: var(--hero-gold);
    }

    .sh-group-home .group-hero__carousel {
        position: absolute;
        left: 570px;
        top: 31px;
        width: 708px;
        height: 702px;
    }

    .sh-group-home .group-hero__carousel::before {
        display: none;
    }

    .sh-group-home .group-hero__frame {
        width: 708px;
        height: 702px;
        border: 1px solid var(--hero-gold);
        border-radius: 12px;
        box-shadow: none;
    }

    .sh-group-home .group-hero__frame::before {
        inset: 1px;
        border-color: rgba(244, 239, 229, 0.08);
        border-radius: 10px;
    }

    .sh-group-home .group-hero__slide {
        transition: opacity 650ms ease, visibility 650ms ease;
    }

    .sh-group-home .group-hero__slide::after {
        height: 62%;
        background: linear-gradient(180deg, rgba(4, 13, 25, 0) 0%, rgba(4, 13, 25, 0.45) 40%, rgba(4, 13, 25, 0.94) 100%);
    }

    .sh-group-home .group-hero__slide::before {
        background:
            linear-gradient(180deg, rgba(4, 13, 25, 0.34) 0%, rgba(4, 13, 25, 0.08) 30%, rgba(4, 13, 25, 0.16) 56%, rgba(4, 13, 25, 0.58) 100%),
            linear-gradient(90deg, rgba(4, 13, 25, 0.36) 0%, rgba(4, 13, 25, 0.08) 45%, rgba(4, 13, 25, 0.2) 100%);
    }

    .sh-group-home .group-hero__caption {
        right: 42px;
        bottom: 35px;
        left: 42px;
        max-width: 572px;
        gap: 13px;
    }

    .sh-group-home .group-hero__slide-label {
        font-size: 0.86rem;
        letter-spacing: 0.22em;
    }

    .sh-group-home .group-hero__slide-label::after {
        bottom: -9px;
        width: 72px;
    }

    .sh-group-home .group-hero__caption strong {
        margin-top: 8px;
        max-width: 15ch;
        font-size: 2.42rem;
        font-weight: 400;
        line-height: 1.02;
        letter-spacing: -0.055em;
    }

    .sh-group-home .group-hero__location {
        font-size: 1rem;
        color: rgba(244, 239, 229, 0.9);
    }

    .sh-group-home .group-hero__caption small {
        max-width: 470px;
        margin-top: 3px;
        padding-top: 18px;
        border-top-color: rgba(201, 164, 90, 0.66);
        font-size: 0.98rem;
    }

    .sh-group-home .group-hero__slide-link {
        gap: 18px;
        color: var(--hero-gold);
        border-bottom-color: var(--hero-gold);
        font-size: 1rem;
    }

    .sh-group-home .group-hero__controls {
        top: 28px;
        right: 31px;
        gap: 22px;
    }

    .sh-group-home .group-hero__dot {
        min-height: 38px;
        padding-bottom: 12px;
        color: rgba(244, 239, 229, 0.7);
        font-size: 1.08rem;
        letter-spacing: 0.1em;
    }

    .sh-group-home .group-hero__dot:not(:first-child)::before {
        left: -13px;
        height: 22px;
        background: rgba(244, 239, 229, 0.34);
    }

    .sh-group-home .group-hero__dot.is-active {
        color: var(--hero-gold);
    }

    .sh-group-home .group-hero__dot.is-active::after {
        height: 3px;
    }

    .sh-group-home .group-hero__destination-rail {
        position: absolute;
        left: 0;
        right: 0;
        top: 770px;
        display: grid;
        grid-template-columns: 122px 150px 1px 560px 1px 150px 122px;
        gap: 40px;
        align-items: center;
        justify-content: center;
        margin: 0;
        color: var(--hero-gold);
    }

    .sh-group-home .group-hero__rail-line {
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(201, 164, 90, 0.76));
    }

    .sh-group-home .group-hero__rail-line:last-child {
        background: linear-gradient(270deg, transparent, rgba(201, 164, 90, 0.76));
    }

    .sh-group-home .group-hero__rail-icon img {
        width: auto;
        max-width: 150px;
        opacity: 0.92;
    }

    .sh-group-home .group-hero__rail-icon--temples img {
        height: 66px;
    }

    .sh-group-home .group-hero__rail-icon--city img {
        height: 58px;
    }

    .sh-group-home .group-hero__rail-divider {
        display: block;
        width: 1px;
        height: 74px;
        background: rgba(201, 164, 90, 0.76);
    }

    .sh-group-home .group-hero__rail-copy {
        gap: 13px;
    }

    .sh-group-home .group-hero__rail-copy span {
        color: var(--hero-gold);
        font-size: 0.88rem;
        letter-spacing: 0.26em;
    }

    .sh-group-home .group-hero__rail-copy strong {
        color: var(--hero-ivory);
        font-size: 0.98rem;
        letter-spacing: 0.2em;
        white-space: nowrap;
    }

    .sh-group-home .group-hero__rail-copy i {
        margin-inline: 13px;
    }
}

/* Final homepage calibration pass: type, spacing, shadows, and responsive rhythm. */
.sh-group-home .home-main .container,
.sh-group-home .site-footer > .container {
    max-width: 1360px;
    padding-inline: clamp(24px, 5.2vw, 84px);
}

.sh-group-home .hotels-section {
    padding-block: clamp(120px, 8.2vw, 136px) clamp(132px, 8.8vw, 148px);
}

.sh-group-home .hotels-section__intro {
    margin-bottom: clamp(48px, 4.6vw, 64px);
}

.sh-group-home .hotels-section__heading {
    max-width: 850px;
}

.sh-group-home .hotels-section__heading .eyebrow,
.sh-group-home .story-section__header .eyebrow,
.sh-group-home .why-choose-section__eyebrow,
.sh-group-home .reservation-support__eyebrow,
.sh-group-home .group-faq__eyebrow,
.sh-group-home .footer-column h2 {
    color: var(--sh-old-gold);
    font-family: var(--font-body);
    font-size: var(--text-eyebrow);
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.2;
    text-transform: uppercase;
}

.sh-group-home .hotels-section__heading h2,
.sh-group-home .story-section__header h2,
.sh-group-home .why-choose-section__header h2,
.sh-group-home .reservation-support__title,
.sh-group-home .group-faq__title {
    font-family: var(--font-display);
    font-weight: 400;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.sh-group-home .hotels-section__heading h2 {
    max-width: 850px;
    font-size: clamp(3.5rem, 4.8vw, 4.75rem);
    line-height: 1.06;
}

.sh-group-home .hotels-section__heading > p {
    max-width: 720px;
    margin-top: 28px;
    color: var(--sh-muted);
    font-size: var(--text-body-large);
    line-height: 1.64;
}

.sh-group-home .hotels-section__cta {
    min-height: 62px;
    padding-inline: 34px;
    font-size: 1.0625rem;
    box-shadow: 0 14px 28px rgba(6, 23, 42, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.sh-group-home .hotels-section__cta:hover,
.sh-group-home .hotel-card:hover,
.sh-group-home .story-experience-card:hover,
.sh-group-home .why-choose-card:hover,
.sh-group-home .reservation-support-card:hover {
    transform: translateY(-3px);
}

.sh-group-home .hotel-grid {
    gap: clamp(30px, 2.35vw, 34px);
}

.sh-group-home .hotel-card {
    min-height: 650px;
    padding: 10px 10px 0;
    background: var(--sh-paper);
    border: 1px solid rgba(201, 164, 90, 0.28);
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(6, 23, 42, 0.08);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.sh-group-home .hotel-card:hover {
    border-color: rgba(201, 164, 90, 0.42);
    box-shadow: 0 18px 42px rgba(6, 23, 42, 0.1);
}

.sh-group-home .hotel-card-image {
    aspect-ratio: 16 / 10;
    height: auto;
    min-height: 312px;
}

.sh-group-home .hotel-card:hover .hotel-card-image img {
    transform: scale(1.02);
}

.sh-group-home .hotel-card-image-label {
    color: var(--sh-old-gold);
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.12em;
}

.sh-group-home .hotel-card-body {
    padding: 40px 36px 36px;
}

.sh-group-home .hotel-card-title-row {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 24px;
}

.sh-group-home .hotel-card-symbol {
    width: 68px;
    height: 68px;
}

.sh-group-home .hotel-card h3 {
    font-family: var(--font-display);
    font-size: clamp(2.125rem, 2.35vw, 2.35rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.sh-group-home .hotel-card-location {
    font-size: 1.0625rem;
    font-weight: 400;
}

.sh-group-home .hotel-card-features {
    margin-top: 34px;
    padding-block: 30px 28px;
}

.sh-group-home .hotel-card-features b {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
}

.sh-group-home .hotel-card-feature-icon {
    width: 28px;
    height: 28px;
}

.sh-group-home .hotel-card-actions {
    margin-top: auto;
    padding-top: 30px;
}

.sh-group-home .hotel-card-primary {
    min-height: 48px;
    gap: 24px;
    font-size: 1.125rem;
    font-weight: 500;
}

.sh-group-home .hotel-card-primary::after {
    width: 28px;
}

.sh-group-home .story-section {
    padding-block: clamp(152px, 10vw, 168px) clamp(154px, 10.4vw, 176px);
}

.sh-group-home .story-section__header {
    margin-bottom: clamp(72px, 5.8vw, 84px);
}

.sh-group-home .story-section__header h2 {
    max-width: 1120px;
    margin-inline: auto;
    font-size: clamp(4.2rem, 5vw, 4.9rem);
    line-height: 1.06;
}

.sh-group-home .story-section__header > p:not(.eyebrow) {
    max-width: 860px;
    font-size: var(--text-body-large);
    line-height: 1.64;
}

.sh-group-home .story-experience-grid {
    gap: 28px;
}

.sh-group-home .story-experience-card {
    aspect-ratio: 1.95 / 1;
    border-radius: 14px;
    box-shadow:
        0 0 0 1px rgba(201, 164, 90, 0.28),
        0 14px 36px rgba(6, 23, 42, 0.1);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.sh-group-home .story-experience-card img {
    height: 100%;
    object-fit: cover;
}

.sh-group-home .story-experience-card__content {
    left: 6%;
    width: min(37%, 280px);
    padding: 34px;
}

.sh-group-home .story-experience-card__content h3 {
    font-size: clamp(2rem, 2.35vw, 2.25rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.04em;
    text-shadow: none;
}

.sh-group-home .story-experience-card__content p {
    font-size: 1.1875rem;
    line-height: 1.48;
    text-shadow: none;
}

.sh-group-home .story-experience-card__content--center h3 {
    font-size: clamp(2.4rem, 3.1vw, 3.25rem);
}

.sh-group-home .story-experience-card__content--center strong {
    font-size: 1.15rem;
    font-weight: 400;
}

.sh-group-home .why-choose-section__surface {
    padding-block: clamp(136px, 9vw, 154px) clamp(124px, 8.4vw, 140px);
}

.sh-group-home .why-choose-section__header {
    width: min(100%, 940px);
    margin-bottom: 72px;
}

.sh-group-home .why-choose-section__header h2 {
    font-size: clamp(4.2rem, 5vw, 4.85rem);
    line-height: 1.03;
}

.sh-group-home .why-choose-section__header h2 strong,
.sh-group-home .why-choose-card__copy h3,
.sh-group-home .why-choose-support-item h3 {
    font-weight: 400;
}

.sh-group-home .why-choose-section__header > p {
    max-width: 760px;
    margin-top: 30px;
    font-size: var(--text-body-large);
    line-height: 1.64;
}

.sh-group-home .why-choose-section__band--bottom,
.sh-group-home .reservation-support__band--top {
    display: none;
}

.sh-group-home .why-choose-section__grid {
    gap: clamp(30px, 2.4vw, 36px);
}

.sh-group-home .why-choose-card {
    min-height: 292px;
    grid-template-columns: 102px 1px minmax(0, 1fr);
    gap: 30px;
    padding: 42px 38px;
    background: var(--sh-paper);
    border: 1px solid rgba(201, 164, 90, 0.28);
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(6, 23, 42, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.sh-group-home .why-choose-card__icon {
    width: 88px;
    height: 88px;
}

.sh-group-home .why-choose-card__icon svg {
    width: 50px;
    height: 50px;
}

.sh-group-home .why-choose-card__copy h3 {
    max-width: 16ch;
    font-size: clamp(1.75rem, 2.08vw, 2.05rem);
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.sh-group-home .why-choose-card__copy p {
    font-size: 1.0625rem;
    line-height: 1.64;
}

.sh-group-home .why-choose-section__support {
    margin-top: 36px;
    padding-block: 30px;
}

.sh-group-home .why-choose-support-item h3 {
    font-size: 1.125rem;
}

.sh-group-home .why-choose-support-item p {
    font-size: 1rem;
    line-height: 1.5;
}

.sh-group-home .reservation-support__surface {
    padding-block: clamp(152px, 10vw, 168px);
}

.sh-group-home .reservation-support__content {
    gap: clamp(76px, 6.6vw, 116px);
}

.sh-group-home .reservation-support__eyebrow {
    margin-bottom: 22px;
}

.sh-group-home .reservation-support__title {
    max-width: 660px;
    font-family: var(--font-display);
    font-size: clamp(4.45rem, 5.15vw, 5.2rem);
    line-height: 1.05;
    letter-spacing: -0.025em;
}

.sh-group-home .reservation-support__intro {
    font-size: var(--text-body-large);
    line-height: 1.7;
}

.sh-group-home .reservation-support__markers li {
    font-size: 1rem;
    font-weight: 500;
}

.sh-group-home .reservation-support__marker-icon {
    width: 40px;
    height: 40px;
}

.sh-group-home .reservation-support__button {
    width: min(100%, 500px);
    min-height: 68px;
    margin-top: 38px;
    padding-inline: 40px;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.12em;
}

.sh-group-home .reservation-support-card {
    min-height: 188px;
    grid-template-columns: 116px 1px minmax(0, 1fr);
    gap: 34px;
    padding: 38px;
    background: var(--sh-paper);
    border: 1px solid rgba(201, 164, 90, 0.28);
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(6, 23, 42, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.sh-group-home .reservation-support__cards {
    gap: 28px;
}

.sh-group-home .reservation-support-card__icon {
    width: 80px;
    height: 80px;
}

.sh-group-home .reservation-support-card__icon svg {
    width: 50px;
    height: 50px;
}

.sh-group-home .reservation-support-card__copy h3 {
    font-family: var(--font-display);
    font-size: clamp(1.85rem, 2.1vw, 2.05rem);
    font-weight: 400;
    line-height: 1.16;
    letter-spacing: -0.02em;
}

.sh-group-home .reservation-support-card__copy p {
    font-size: 1.0625rem;
    line-height: 1.62;
}

.sh-group-home .group-faq {
    padding-block: clamp(152px, 10vw, 172px) clamp(156px, 10.6vw, 180px);
}

.sh-group-home .group-faq__title {
    font-family: var(--font-display);
    font-size: clamp(4.6rem, 5.6vw, 5.25rem);
    line-height: 1;
    letter-spacing: -0.025em;
}

.sh-group-home .group-faq__copy {
    max-width: 430px;
    font-size: var(--text-body-large);
    line-height: 1.7;
}

.sh-group-home .group-faq__contact {
    font-size: 1.25rem;
    font-weight: 400;
}

.sh-group-home .group-faq__accordion {
    gap: 22px;
}

.sh-group-home .group-faq__item {
    border-color: rgba(182, 141, 66, 0.26);
    box-shadow: 0 10px 22px rgba(6, 23, 42, 0.035);
}

.sh-group-home .group-faq__question {
    min-height: 96px;
    padding: 28px 34px;
}

.sh-group-home .group-faq__number {
    font-size: 1.625rem;
}

.sh-group-home .group-faq__question-text {
    font-size: clamp(1.65rem, 2vw, 1.9rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.sh-group-home .group-faq__toggle {
    width: 34px;
    height: 34px;
}

.sh-group-home .group-faq__toggle::before {
    width: 23px;
    height: 2px;
}

.sh-group-home .group-faq__toggle::after {
    width: 2px;
    height: 23px;
}

.sh-group-home .group-faq__answer {
    padding: 44px 46px;
}

.sh-group-home .group-faq__answer p {
    font-size: 1.1875rem;
    line-height: 1.65;
}

.sh-group-home .site-footer {
    padding-block: clamp(112px, 8vw, 128px) 0;
    background:
        radial-gradient(circle at 16% 20%, rgba(201, 164, 90, 0.08), transparent 24rem),
        radial-gradient(circle at 88% 82%, rgba(201, 164, 90, 0.06), transparent 28rem),
        linear-gradient(180deg, var(--sh-navy) 0%, #001024 100%);
}

.sh-group-home .footer-grid {
    gap: clamp(48px, 4vw, 70px);
    padding-bottom: clamp(78px, 6vw, 96px);
}

.sh-group-home .footer-brand .brand-main {
    font-size: clamp(3rem, 3.4vw, 4rem);
}

.sh-group-home .footer-brand-copy {
    max-width: 360px;
    font-size: 1.125rem;
    line-height: 1.65;
}

.sh-group-home .footer-supporting-line {
    font-size: 1.1875rem;
}

.sh-group-home .footer-column h2 {
    margin-bottom: 22px;
    font-size: var(--text-eyebrow);
    font-weight: 500;
    letter-spacing: 0.16em;
}

.sh-group-home .footer-hotel-link span {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.18;
}

.sh-group-home .footer-hotel-link small {
    font-size: 0.875rem;
    letter-spacing: 0.14em;
}

.sh-group-home .footer-column a,
.sh-group-home .footer-muted-link {
    min-height: 58px;
    font-size: 1.0625rem;
    line-height: 1.5;
}

.sh-group-home .footer-column a::after {
    font-size: 1rem;
}

.sh-group-home .footer-bottom {
    margin-top: 12px;
    padding-block: 28px;
}

.sh-group-home .footer-bottom p {
    font-size: 0.9375rem;
}

.sh-group-home .site-footer__top-join {
    opacity: 0.72;
}

@media (min-width: 1101px) {
    .sh-group-home .group-hero__eyebrow {
        margin-bottom: 20px;
        font-size: var(--text-eyebrow);
        font-weight: 500;
        letter-spacing: 0.2em;
    }

    .sh-group-home .group-hero__title {
        width: 560px;
        font-family: var(--font-display);
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.025em;
        text-transform: none;
        text-wrap: balance;
    }

    .sh-group-home .group-hero__title-main {
        font-size: var(--text-h1);
        font-weight: 400;
        line-height: 1;
    }

    .sh-group-home .group-hero__title-sub {
        margin-top: 18px;
        font-size: clamp(2.8rem, 3.9vw, 3.6rem);
        font-weight: 400;
        line-height: 1.02;
    }

    .sh-group-home .group-hero__intro {
        margin-top: 28px;
        font-size: 1.125rem;
        line-height: 1.65;
    }

    .sh-group-home .group-hero__actions {
        top: 468px;
        gap: 16px;
    }

    .sh-group-home .group-hero__button {
        min-height: 54px;
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: 0.08em;
    }

    .sh-group-home .group-hero__button--primary {
        width: 250px;
    }

    .sh-group-home .group-hero__button--secondary {
        width: 232px;
    }

    .sh-group-home .group-hero__slide::after {
        height: 42%;
        background: linear-gradient(180deg, rgba(4, 13, 25, 0) 0%, rgba(4, 13, 25, 0.58) 38%, rgba(4, 13, 25, 0.96) 100%);
    }

    .sh-group-home .group-hero__caption strong {
        max-width: 16ch;
        font-size: clamp(2.5rem, 3vw, 2.875rem);
        font-weight: 400;
        line-height: 1.05;
        letter-spacing: -0.02em;
    }

    .sh-group-home .group-hero__slide-label {
        font-size: 0.875rem;
        font-weight: 500;
        letter-spacing: 0.16em;
    }

    .sh-group-home .group-hero__location {
        font-size: 1.0625rem;
        font-weight: 400;
    }

    .sh-group-home .group-hero__caption small {
        font-size: 1rem;
        line-height: 1.56;
    }

    .sh-group-home .group-hero__rail-copy span {
        font-size: 0.875rem;
        font-weight: 500;
        letter-spacing: 0.18em;
    }

    .sh-group-home .group-hero__rail-copy strong {
        font-size: 1.0625rem;
        font-weight: 400;
        letter-spacing: 0.12em;
    }
}

@media (max-width: 1100px) {
    .sh-group-home .home-main .container,
    .sh-group-home .site-footer > .container {
        padding-inline: clamp(32px, 4.6vw, 48px);
    }

    .sh-group-home .hotels-section,
    .sh-group-home .story-section,
    .sh-group-home .reservation-support__surface,
    .sh-group-home .group-faq {
        padding-block: 110px 118px;
    }

    .sh-group-home .why-choose-section__surface {
        padding-block: 104px 112px;
    }

    .sh-group-home .group-hero__title-main {
        font-size: clamp(3.5rem, 5.4vw, 3.75rem);
    }

    .sh-group-home .group-hero__title-sub {
        font-size: clamp(2.8rem, 5vw, 3.25rem);
    }

    .sh-group-home .hotels-section__heading h2,
    .sh-group-home .story-section__header h2,
    .sh-group-home .why-choose-section__header h2,
    .sh-group-home .reservation-support__title {
        font-size: clamp(3.1rem, 5.4vw, 3.75rem);
    }

    .sh-group-home .group-faq__title {
        font-size: clamp(3.35rem, 5.4vw, 3.8rem);
    }

    .sh-group-home .hotel-card h3,
    .sh-group-home .story-experience-card__content h3,
    .sh-group-home .why-choose-card__copy h3,
    .sh-group-home .reservation-support-card__copy h3 {
        font-size: clamp(1.625rem, 3vw, 1.85rem);
    }

    .sh-group-home .hotel-card {
        min-height: 610px;
    }

    .sh-group-home .hotel-card-image {
        min-height: 286px;
    }

    .sh-group-home .hotel-card-body {
        padding: 34px 30px 32px;
    }

    .sh-group-home .why-choose-card {
        min-height: 270px;
        padding: 34px;
    }

    .sh-group-home .reservation-support-card {
        min-height: 174px;
        padding: 32px;
    }

    .sh-group-home .group-faq__question {
        min-height: 88px;
    }
}

@media (max-width: 760px) {
    .sh-group-home .home-main .container,
    .sh-group-home .site-footer > .container {
        padding-inline: 22px;
    }

    .sh-group-home .hotels-section,
    .sh-group-home .story-section,
    .sh-group-home .reservation-support__surface,
    .sh-group-home .group-faq {
        padding-block: 82px 90px;
    }

    .sh-group-home .why-choose-section__surface {
        padding-block: 80px 88px;
    }

    .sh-group-home .hotels-section__intro,
    .sh-group-home .story-section__header,
    .sh-group-home .why-choose-section__header {
        margin-bottom: 48px;
    }

    .sh-group-home .group-hero__title-main {
        font-size: clamp(2.5rem, 11vw, 2.75rem);
        line-height: 1.02;
    }

    .sh-group-home .group-hero__title-sub {
        font-size: clamp(2.1rem, 9.5vw, 2.55rem);
        line-height: 1.05;
    }

    .sh-group-home .hotels-section__heading h2,
    .sh-group-home .story-section__header h2,
    .sh-group-home .why-choose-section__header h2,
    .sh-group-home .reservation-support__title {
        font-size: clamp(2.375rem, 10vw, 2.8rem);
        line-height: 1.08;
    }

    .sh-group-home .group-faq__title {
        font-size: clamp(2.8rem, 11vw, 3.1rem);
        line-height: 1.02;
    }

    .sh-group-home .hotels-section__heading > p,
    .sh-group-home .story-section__header > p:not(.eyebrow),
    .sh-group-home .why-choose-section__header > p,
    .sh-group-home .reservation-support__intro,
    .sh-group-home .reservation-support-card__copy p,
    .sh-group-home .group-faq__copy,
    .sh-group-home .group-faq__answer p,
    .sh-group-home .footer-brand-copy {
        font-size: 1rem;
        line-height: 1.66;
    }

    .sh-group-home .hotel-card {
        min-height: auto;
        border-radius: 16px;
    }

    .sh-group-home .hotel-card-body,
    .sh-group-home .why-choose-card,
    .sh-group-home .reservation-support-card {
        padding: 28px;
    }

    .sh-group-home .hotel-card h3,
    .sh-group-home .story-experience-card__content h3,
    .sh-group-home .why-choose-card__copy h3,
    .sh-group-home .reservation-support-card__copy h3 {
        font-size: clamp(1.5rem, 6.3vw, 1.7rem);
    }

    .sh-group-home .story-experience-card__content {
        width: min(54%, 270px);
        padding: 22px 16px;
    }

    .sh-group-home .story-experience-card__content p {
        font-size: 1rem;
        line-height: 1.42;
    }

    .sh-group-home .why-choose-card {
        grid-template-columns: 64px 1px minmax(0, 1fr);
        gap: 18px;
    }

    .sh-group-home .why-choose-card__icon {
        width: 64px;
        height: 64px;
    }

    .sh-group-home .reservation-support-card {
        grid-template-columns: 70px 1px minmax(0, 1fr);
        gap: 20px;
    }

    .sh-group-home .reservation-support-card__icon {
        width: 66px;
        height: 66px;
    }

    .sh-group-home .group-faq__question {
        min-height: 68px;
        padding: 20px 18px;
    }

    .sh-group-home .group-faq__question-text {
        font-size: 1.0625rem;
        line-height: 1.28;
    }

    .sh-group-home .site-footer {
        padding-top: 76px;
    }
}

/* Desktop geometry correction: widen content and remove cramped desktop wrapping without touching navigation. */
@media (min-width: 1240px) {
    .sh-group-home .home-main .container,
    .sh-group-home .site-footer > .container {
        width: min(1280px, calc(100% - 160px));
        max-width: none;
        padding-inline: 0;
    }

    .sh-group-home :where(
        .group-hero__title,
        .group-hero__caption strong,
        .hotels-section__heading h2,
        .hotel-card h3,
        .story-section__header h2,
        .story-experience-card__content h3,
        .why-choose-section__header h2,
        .why-choose-card__copy h3,
        .reservation-support__title,
        .reservation-support-card__copy h3,
        .group-faq__title,
        .group-faq__question-text,
        .footer-hotel-link span
    ) {
        text-transform: none;
        text-wrap: balance;
    }

    .sh-group-home :where(
        .hotel-card h3,
        .story-experience-card__content h3,
        .why-choose-card__copy h3,
        .reservation-support-card__copy h3,
        .footer-hotel-link span
    ) {
        text-wrap: normal;
    }

    .sh-group-home .group-hero__inner {
        width: min(1280px, calc(100% - 160px));
        grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
        column-gap: 56px;
    }

    .sh-group-home .group-hero__title {
        width: 560px;
        max-width: 560px;
        letter-spacing: -0.035em;
        text-transform: none;
    }

    .sh-group-home .group-hero__title-main {
        white-space: nowrap;
        font-size: clamp(4rem, 4.45vw, 4.375rem);
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.035em;
    }

    .sh-group-home .group-hero__title-sub {
        margin-top: 14px;
        font-size: clamp(3.25rem, 3.9vw, 4rem);
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.04em;
    }

    .sh-group-home .group-hero__intro {
        max-width: 500px;
    }

    .sh-group-home .group-hero__actions {
        position: static;
        width: auto;
        gap: 16px;
        margin-top: 36px;
    }

    .sh-group-home .group-hero__button {
        min-height: 54px;
        font-size: 0.98rem;
        letter-spacing: 0.08em;
    }

    .sh-group-home .group-hero__frame {
        height: clamp(650px, 45vw, 690px);
        box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
    }

    .sh-group-home .group-hero__slide::before {
        display: none;
    }

    .sh-group-home .group-hero__slide::after {
        height: 42%;
        background: linear-gradient(180deg, rgba(4, 13, 25, 0) 0%, rgba(4, 13, 25, 0.54) 40%, rgba(4, 13, 25, 0.95) 100%);
    }

    .sh-group-home .group-hero__slide img {
        filter: none;
    }

    .sh-group-home .hotels-section__intro {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 48px;
        margin-bottom: 64px;
    }

    .sh-group-home .hotels-section__heading {
        max-width: 820px;
        min-width: 0;
    }

    .sh-group-home .hotels-section__heading h2 {
        max-width: 820px;
        font-size: clamp(3.75rem, 4.05vw, 4.125rem);
        font-weight: 400;
        line-height: 1.06;
        letter-spacing: -0.035em;
    }

    .sh-group-home .hotels-section__heading > p {
        max-width: 720px;
        margin-top: 18px;
        font-size: 1.125rem;
        line-height: 1.6;
    }

    .sh-group-home .hotels-section__cta {
        flex: 0 0 auto;
        min-width: 194px;
        min-height: 58px;
        margin-top: 12px;
        padding-inline: 26px;
        font-size: 1rem;
    }

    .sh-group-home .hotel-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 28px;
    }

    .sh-group-home .hotel-card {
        min-height: 580px;
        padding: 8px 8px 0;
    }

    .sh-group-home .hotel-card-image {
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .sh-group-home .hotel-card-gallery-ui {
        justify-content: flex-start;
    }

    .sh-group-home .hotel-card-gallery-badge {
        display: none;
    }

    .sh-group-home .hotel-card-body {
        padding: 32px;
    }

    .sh-group-home .hotel-card-title-row {
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 20px;
        align-items: center;
    }

    .sh-group-home .hotel-card h3 {
        font-size: clamp(1.875rem, 2vw, 2rem);
        font-weight: 400;
        line-height: 1.12;
        letter-spacing: -0.03em;
    }

    .sh-group-home .hotel-card-location {
        font-size: 1rem;
        font-weight: 500;
    }

    .sh-group-home .hotel-card-features {
        gap: 0;
        padding-block: 24px 22px;
    }

    .sh-group-home .hotel-card-features span {
        padding-inline: 10px;
    }

    .sh-group-home .hotel-card-features b {
        font-size: 0.9375rem;
        line-height: 1.22;
    }

    .sh-group-home .hotel-card-feature-icon {
        width: 25px;
        height: 25px;
    }

    .sh-group-home .hotel-card-primary {
        font-size: 1.0625rem;
    }

    .sh-group-home .story-section__header {
        max-width: 1180px;
        margin-bottom: 72px;
    }

    .sh-group-home .story-section__header h2 {
        max-width: 1180px;
        font-size: clamp(3.625rem, 4.15vw, 4rem);
        font-weight: 400;
        line-height: 1.06;
        letter-spacing: -0.04em;
        white-space: nowrap;
    }

    .sh-group-home .story-section__header > p:not(.eyebrow) {
        max-width: 860px;
        font-size: 1.1875rem;
        line-height: 1.6;
    }

    .sh-group-home .story-experience-grid {
        gap: 22px;
    }

    .sh-group-home .story-experience-card {
        min-height: 318px;
        aspect-ratio: 1.95 / 1;
    }

    .sh-group-home .story-experience-card__content {
        width: min(35%, 245px);
        padding: 0;
    }

    .sh-group-home .story-experience-card__content h3 {
        font-size: clamp(1.55rem, 1.75vw, 1.9rem);
        font-weight: 400;
        line-height: 1.1;
        letter-spacing: 0.02em;
    }

    .sh-group-home .story-experience-card__content p {
        font-size: 1.0625rem;
        line-height: 1.48;
    }

    .sh-group-home .story-experience-card__content--center {
        left: 22%;
        width: min(36%, 350px);
    }

    .sh-group-home .story-experience-card__content--center h3 {
        font-size: clamp(2.25rem, 2.55vw, 2.9rem);
        line-height: 1.05;
    }

    .sh-group-home .story-experience-card__content--center strong {
        font-size: 1.05rem;
    }

    .sh-group-home .story-experience-card__content--center p {
        font-size: 1rem;
        line-height: 1.45;
    }

    .sh-group-home .why-choose-section__container {
        width: min(1280px, calc(100% - 160px));
        max-width: none;
        padding-inline: 0;
    }

    .sh-group-home .why-choose-section__header {
        width: min(100%, 940px);
        margin-bottom: 70px;
    }

    .sh-group-home .why-choose-section__header h2 {
        font-size: clamp(3.75rem, 4.15vw, 4.125rem);
        font-weight: 400;
        line-height: 1.03;
        letter-spacing: -0.035em;
    }

    .sh-group-home .why-choose-section__header h2 strong {
        font-weight: 400;
    }

    .sh-group-home .why-choose-section__header > p {
        max-width: 760px;
        font-size: 1.125rem;
        line-height: 1.6;
    }

    .sh-group-home .why-choose-section__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 28px;
    }

    .sh-group-home .why-choose-card {
        min-height: 300px;
        grid-template-columns: 92px 1px minmax(210px, 1fr);
        gap: 26px;
        padding: 32px;
    }

    .sh-group-home .why-choose-card__icon {
        width: 72px;
        height: 72px;
    }

    .sh-group-home .why-choose-card__icon svg {
        width: 42px;
        height: 42px;
    }

    .sh-group-home .why-choose-card__copy h3 {
        max-width: none;
        font-size: clamp(1.5rem, 1.65vw, 1.6875rem);
        font-weight: 400;
        line-height: 1.18;
        letter-spacing: -0.025em;
    }

    .sh-group-home .why-choose-card__copy p {
        font-size: 1rem;
        line-height: 1.62;
    }

    .sh-group-home .why-choose-section__support {
        margin-top: 32px;
        padding-block: 30px;
    }

    .sh-group-home .why-choose-support-item {
        min-height: 132px;
        padding-inline: 24px;
    }

    .sh-group-home .why-choose-support-item h3 {
        max-width: none;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25;
    }

    .sh-group-home .why-choose-support-item p {
        max-width: 18ch;
        font-size: 0.9375rem;
        line-height: 1.5;
    }

    .sh-group-home .reservation-support__container {
        width: min(1280px, calc(100% - 160px));
        max-width: none;
        padding-inline: 0;
    }

    .sh-group-home .reservation-support__content {
        grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
        gap: 64px;
    }

    .sh-group-home .reservation-support__copy {
        max-width: 570px;
    }

    .sh-group-home .reservation-support__title {
        max-width: 570px;
        font-family: var(--font-display);
        font-size: clamp(3.625rem, 4.15vw, 4rem);
        font-weight: 400;
        line-height: 1.03;
        letter-spacing: -0.04em;
    }

    .sh-group-home .reservation-support__intro {
        max-width: 520px;
        font-size: 1.125rem;
        line-height: 1.7;
    }

    .sh-group-home .reservation-support-card {
        min-height: 176px;
        grid-template-columns: 100px 1px minmax(0, 1fr);
        gap: 30px;
        padding: 30px 32px;
    }

    .sh-group-home .reservation-support__cards {
        gap: 22px;
    }

    .sh-group-home .reservation-support-card__icon {
        width: 80px;
        height: 80px;
    }

    .sh-group-home .reservation-support-card__icon svg {
        width: 48px;
        height: 48px;
    }

    .sh-group-home .reservation-support-card__copy h3 {
        font-family: var(--font-display);
        font-size: clamp(1.55rem, 1.75vw, 1.75rem);
        font-weight: 400;
        line-height: 1.16;
        letter-spacing: -0.03em;
    }

    .sh-group-home .reservation-support-card__copy p {
        font-size: 1.0625rem;
        line-height: 1.62;
    }

    .sh-group-home .footer-grid {
        width: min(1280px, calc(100% - 160px));
        max-width: none;
        grid-template-columns: minmax(500px, 1.45fr) repeat(4, minmax(120px, 0.72fr));
        gap: 34px;
        padding-inline: 0;
    }

    .sh-group-home .footer-brand {
        width: min(100%, 520px);
    }

    .sh-group-home .footer-brand .brand-main {
        font-size: clamp(2.55rem, 2.8vw, 3.1rem);
        line-height: 0.96;
        letter-spacing: 0.04em;
    }

    .sh-group-home .footer-brand-copy {
        max-width: 360px;
        font-size: 1.0625rem;
        line-height: 1.65;
    }

    .sh-group-home .footer-column h2 {
        font-size: 0.875rem;
        letter-spacing: 0.16em;
    }

    .sh-group-home .footer-hotel-link span {
        font-size: 1.25rem;
        line-height: 1.18;
    }

    .sh-group-home .footer-column a,
    .sh-group-home .footer-muted-link {
        min-height: 46px;
        font-size: 1rem;
        line-height: 1.5;
    }

    .sh-group-home .site-footer__motif {
        opacity: 0.055;
    }
}

@media (min-width: 1025px) and (max-width: 1439px) {
    .sh-group-home .home-main .container,
    .sh-group-home .site-footer > .container,
    .sh-group-home .group-hero__inner,
    .sh-group-home .why-choose-section__container,
    .sh-group-home .reservation-support__container,
    .sh-group-home .footer-grid {
        width: min(1180px, calc(100% - 96px));
    }

    .sh-group-home .group-hero__inner {
        grid-template-columns: minmax(0, 500px) minmax(0, 1fr);
        column-gap: 44px;
    }

    .sh-group-home .group-hero__title {
        width: 500px;
        max-width: 500px;
    }

    .sh-group-home .group-hero__title-main {
        font-size: clamp(3.45rem, 4.3vw, 3.9rem);
    }

    .sh-group-home .group-hero__title-sub {
        font-size: clamp(2.85rem, 3.9vw, 3.35rem);
    }

    .sh-group-home .hotels-section__intro {
        gap: 40px;
    }

    .sh-group-home .hotels-section__heading h2,
    .sh-group-home .story-section__header h2,
    .sh-group-home .why-choose-section__header h2,
    .sh-group-home .reservation-support__title {
        font-size: clamp(3.25rem, 4.3vw, 3.65rem);
    }

    .sh-group-home .why-choose-card {
        grid-template-columns: 84px 1px minmax(0, 1fr);
        gap: 22px;
        padding: 30px;
    }

    .sh-group-home .reservation-support__content {
        gap: 52px;
    }

    .sh-group-home .footer-grid {
        grid-template-columns: minmax(390px, 1.35fr) repeat(4, minmax(100px, 0.7fr));
        gap: 24px;
    }

    .sh-group-home .footer-brand {
        width: min(100%, 460px);
    }

    .sh-group-home .footer-brand .brand-main {
        font-size: clamp(2.3rem, 2.8vw, 2.85rem);
    }
}

@media (min-width: 1025px) and (max-width: 1180px) {
    .sh-group-home .hotels-section__intro {
        display: grid;
        justify-items: start;
    }

    .sh-group-home .hotels-section__cta {
        justify-self: start;
        margin-top: 0;
    }
}

/* Final desktop polish: preserve approved layout while correcting wrapping, density, and contrast. */
@media (min-width: 1025px) {
    .sh-group-home .group-hero__inner {
        grid-template-columns: minmax(0, 600px) minmax(0, 1fr);
        column-gap: 48px;
    }

    .sh-group-home .group-hero__content {
        max-width: 600px;
    }

    .sh-group-home .group-hero__title {
        width: 560px;
        max-width: 560px;
        letter-spacing: -0.038em;
        text-transform: none;
        font-variant-caps: normal;
    }

    .sh-group-home .group-hero__title-line {
        display: block;
        white-space: nowrap;
        text-transform: none;
        font-variant-caps: normal;
    }

    .sh-group-home .group-hero__title-main {
        font-size: clamp(3.55rem, 3.9vw, 4rem);
        line-height: 1.02;
        white-space: nowrap;
    }

    .sh-group-home .group-hero__title-sub {
        margin-top: 10px;
        font-size: clamp(3.05rem, 3.42vw, 3.45rem);
        line-height: 1;
        white-space: nowrap;
    }

    .sh-group-home .group-hero__title-sub + .group-hero__title-sub {
        margin-top: 0;
    }

    .sh-group-home .group-hero__intro {
        max-width: 540px;
    }

    .sh-group-home .group-hero__slide::after {
        height: 42%;
        background: linear-gradient(180deg, rgba(4, 13, 25, 0) 0%, rgba(4, 13, 25, 0.66) 34%, rgba(4, 13, 25, 0.98) 100%);
    }

    .sh-group-home .hotel-card h3 {
        font-size: clamp(1.72rem, 1.72vw, 1.9rem);
        line-height: 1.13;
    }

    .sh-group-home .hotel-card-title-row {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .sh-group-home .story-experience-card__content--center p {
        max-width: 24ch;
        font-size: 0.95rem;
        line-height: 1.42;
        text-shadow: none;
    }

    .sh-group-home .why-choose-card {
        min-height: 284px;
        align-items: start;
        padding-block: 30px;
    }

    .sh-group-home .why-choose-card__copy h3 {
        max-width: 19ch;
        font-size: clamp(1.35rem, 1.44vw, 1.5rem);
        line-height: 1.16;
    }

    .sh-group-home .why-choose-section__support {
        margin-top: 38px;
        padding-block: 34px;
        column-gap: 10px;
    }

    .sh-group-home .why-choose-support-item {
        min-height: 142px;
        padding-inline: 28px;
        justify-content: flex-start;
    }

    .sh-group-home .why-choose-support-item h3 {
        max-width: 14ch;
        line-height: 1.28;
    }

    .sh-group-home .why-choose-support-item p {
        max-width: 15ch;
        margin-top: 8px;
        font-size: 0.9rem;
        line-height: 1.42;
    }

    .sh-group-home .reservation-support__content {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
        gap: 58px;
    }

    .sh-group-home .reservation-support__copy {
        max-width: 610px;
    }

    .sh-group-home .reservation-support__title {
        max-width: 610px;
        font-size: clamp(3.5rem, 4vw, 3.95rem);
        line-height: 1.04;
    }

    .sh-group-home .reservation-support__title span {
        white-space: nowrap;
    }

    .sh-group-home .group-faq__contact {
        display: inline-flex;
        width: fit-content;
        max-width: 100%;
        font-size: 1.24rem;
        font-weight: 650;
        white-space: nowrap;
    }

    .sh-group-home .group-faq__contact span {
        letter-spacing: -0.01em;
        white-space: nowrap;
    }

    .sh-group-home .footer-grid {
        grid-template-columns: minmax(440px, 1.2fr) minmax(198px, 0.82fr) repeat(3, minmax(126px, 0.56fr));
        column-gap: 36px;
    }

    .sh-group-home .footer-column--hotels {
        min-width: 198px;
    }

    .sh-group-home .footer-hotel-link span {
        max-width: 18ch;
        font-size: 1.16rem;
        line-height: 1.25;
    }

    .sh-group-home .footer-column a,
    .sh-group-home .footer-muted-link {
        line-height: 1.72;
    }
}

@media (min-width: 1025px) and (max-width: 1439px) {
    .sh-group-home .group-hero__inner {
        grid-template-columns: minmax(0, 535px) minmax(0, 1fr);
        column-gap: 40px;
    }

    .sh-group-home .group-hero__title {
        width: 540px;
        max-width: 540px;
    }

    .sh-group-home .group-hero__title-main {
        font-size: clamp(3.05rem, 3.72vw, 3.45rem);
    }

    .sh-group-home .group-hero__title-sub {
        font-size: clamp(2.65rem, 3.35vw, 3.05rem);
    }

    .sh-group-home .hotel-card-title-row {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 16px;
    }

    .sh-group-home .hotel-card h3 {
        font-size: clamp(1.35rem, 1.45vw, 1.48rem);
        line-height: 1.14;
    }

    .sh-group-home .why-choose-card {
        grid-template-columns: 68px 1px minmax(0, 1fr);
        gap: 18px;
        min-height: 272px;
        padding-inline: 26px;
    }

    .sh-group-home .why-choose-card__icon {
        width: 64px;
        height: 64px;
    }

    .sh-group-home .why-choose-card__copy h3 {
        max-width: none;
        font-size: clamp(1.18rem, 1.32vw, 1.3rem);
        line-height: 1.14;
    }

    .sh-group-home .footer-grid {
        grid-template-columns: minmax(350px, 1fr) minmax(188px, 0.86fr) repeat(3, minmax(108px, 0.52fr));
        column-gap: 26px;
    }

    .sh-group-home .footer-hotel-link span {
        max-width: 17ch;
        font-size: 1.08rem;
    }
}

/* Emergency mobile recovery: intentional reflow below desktop without changing 1280px+ layouts. */
@media (max-width: 1024px) {
    .sh-group-home {
        overflow-x: clip;
    }

    .sh-group-home .group-hero__title,
    .sh-group-home .group-hero__caption strong,
    .sh-group-home .hotels-section__heading h2,
    .sh-group-home .hotel-card h3,
    .sh-group-home .story-section__header h2,
    .sh-group-home .story-experience-card__content h3,
    .sh-group-home .why-choose-section__header h2,
    .sh-group-home .why-choose-card__copy h3,
    .sh-group-home .reservation-support__title,
    .sh-group-home .reservation-support-card__copy h3,
    .sh-group-home .group-faq__title,
    .sh-group-home .group-faq__question-text,
    .sh-group-home .footer-hotel-link span {
        text-transform: none;
    }

    .sh-group-home .home-main .container,
    .sh-group-home .site-footer > .container {
        max-width: 100%;
        padding-inline: clamp(28px, 5vw, 48px);
    }

    .sh-group-home .group-hero {
        min-height: auto;
        padding-block: 82px 70px;
    }

    .sh-group-home .group-hero__inner {
        width: min(100%, 900px);
        max-width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 44px;
        height: auto;
        padding-inline: clamp(28px, 5vw, 48px);
    }

    .sh-group-home .group-hero__content,
    .sh-group-home .group-hero__carousel,
    .sh-group-home .group-hero__destination-rail {
        position: relative;
        inset: auto;
        width: 100%;
        max-width: none;
    }

    .sh-group-home .group-hero__content {
        order: 1;
    }

    .sh-group-home .group-hero__carousel {
        order: 2;
        height: auto;
    }

    .sh-group-home .group-hero__destination-rail {
        order: 3;
        margin-top: 0;
    }

    .sh-group-home .group-hero__title {
        width: min(100%, 620px);
    }

    .sh-group-home .group-hero__title-main {
        font-size: clamp(3.4rem, 7.4vw, 4.15rem);
        line-height: 1.02;
    }

    .sh-group-home .group-hero__title-sub {
        font-size: clamp(2.55rem, 5.8vw, 3.2rem);
        line-height: 1.05;
    }

    .sh-group-home .group-hero__intro {
        width: min(100%, 620px);
        max-width: 620px;
        font-size: 1.0625rem;
        line-height: 1.68;
    }

    .sh-group-home .group-hero__actions {
        position: static;
        width: min(100%, 540px);
        margin-top: 34px;
    }

    .sh-group-home .group-hero__button {
        min-height: 54px;
        font-size: 1rem;
    }

    .sh-group-home .group-hero__frame {
        width: 100%;
        height: clamp(540px, 68vw, 640px);
    }

    .sh-group-home .group-hero__caption strong {
        max-width: 18ch;
        font-size: clamp(2.05rem, 4vw, 2.6rem);
        line-height: 1.08;
    }

    .sh-group-home .group-hero__caption small {
        display: block;
        font-size: 1rem;
        line-height: 1.55;
    }

    .sh-group-home .group-hero__destination-rail {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 10px;
    }

    .sh-group-home .group-hero__rail-line,
    .sh-group-home .group-hero__rail-divider,
    .sh-group-home .group-hero__rail-icon {
        display: none;
    }

    .sh-group-home .group-hero__rail-copy {
        max-width: 100%;
        gap: 8px;
        text-align: center;
    }

    .sh-group-home .group-hero__rail-copy span {
        font-size: 0.8125rem;
        letter-spacing: 0.16em;
    }

    .sh-group-home .group-hero__rail-copy strong {
        white-space: normal;
        font-size: 1rem;
        letter-spacing: 0.12em;
        line-height: 1.6;
    }

    .sh-group-home .hotels-section,
    .sh-group-home .story-section,
    .sh-group-home .reservation-support__surface,
    .sh-group-home .group-faq {
        padding-block: 96px 104px;
    }

    .sh-group-home .why-choose-section__surface {
        padding-block: 94px 104px;
    }

    .sh-group-home .hotels-section__intro {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 52px;
    }

    .sh-group-home .hotels-section__heading h2,
    .sh-group-home .story-section__header h2,
    .sh-group-home .why-choose-section__header h2,
    .sh-group-home .reservation-support__title {
        font-size: clamp(2.75rem, 6vw, 3.55rem);
        line-height: 1.08;
    }

    .sh-group-home .group-faq__title {
        font-size: clamp(3rem, 6.8vw, 3.8rem);
    }

    .sh-group-home .hotels-section__heading > p,
    .sh-group-home .story-section__header > p:not(.eyebrow),
    .sh-group-home .why-choose-section__header > p,
    .sh-group-home .reservation-support__intro,
    .sh-group-home .reservation-support-card__copy p,
    .sh-group-home .group-faq__copy,
    .sh-group-home .group-faq__answer p,
    .sh-group-home .footer-brand-copy {
        font-size: 1rem;
        line-height: 1.68;
    }

    .sh-group-home .hotel-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .sh-group-home .hotel-card {
        min-height: auto;
    }

    .sh-group-home .hotel-card-image {
        height: clamp(260px, 42vw, 380px);
        min-height: 0;
    }

    .sh-group-home .hotel-card h3 {
        font-size: clamp(1.75rem, 4vw, 2.05rem);
    }

    .sh-group-home .story-experience-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .sh-group-home .story-experience-card {
        min-height: clamp(330px, 43vw, 430px);
        aspect-ratio: auto;
    }

    .sh-group-home .story-experience-card img {
        height: 100%;
        object-fit: cover;
        transform: none;
    }

    .sh-group-home .story-section::before,
    .sh-group-home .group-faq__ornament,
    .sh-group-home .reservation-support__motif,
    .sh-group-home .site-footer__motif {
        opacity: 0.045;
    }

    .sh-group-home .why-choose-section__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .sh-group-home .why-choose-card {
        min-height: auto;
        grid-template-columns: 78px 1px minmax(0, 1fr);
        gap: 22px;
        padding: 30px;
    }

    .sh-group-home .why-choose-card__icon {
        width: 70px;
        height: 70px;
    }

    .sh-group-home .reservation-support__content,
    .sh-group-home .group-faq__container {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .sh-group-home .reservation-support__copy,
    .sh-group-home .reservation-support__intro {
        max-width: 680px;
    }

    .sh-group-home .reservation-support__markers {
        max-width: 680px;
    }

    .sh-group-home .reservation-support-card {
        min-height: auto;
    }

    .sh-group-home .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px;
    }
}

@media (max-width: 767px) {
    .sh-group-home .home-main .container,
    .sh-group-home .site-footer > .container {
        padding-inline: 20px;
    }

    .sh-group-home :where([id]) {
        scroll-margin-top: 96px;
    }

    .sh-group-home .group-hero {
        padding-block: 72px 64px;
    }

    .sh-group-home .group-hero__inner {
        width: 100%;
        gap: 32px;
        padding-inline: 20px;
    }

    .sh-group-home .group-hero__eyebrow,
    .sh-group-home .hotels-section__heading .eyebrow,
    .sh-group-home .story-section__header .eyebrow,
    .sh-group-home .why-choose-section__eyebrow,
    .sh-group-home .reservation-support__eyebrow,
    .sh-group-home .group-faq__eyebrow,
    .sh-group-home .footer-column h2 {
        font-size: 0.8125rem;
        letter-spacing: 0.16em;
    }

    .sh-group-home .group-hero__title {
        width: 100%;
        letter-spacing: -0.035em;
    }

    .sh-group-home .group-hero__title-main {
        font-size: clamp(2.5rem, 10.8vw, 2.75rem);
        line-height: 1.04;
    }

    .sh-group-home .group-hero__title-sub {
        margin-top: 16px;
        font-size: clamp(2.15rem, 9.2vw, 2.45rem);
        line-height: 1.06;
    }

    .sh-group-home .group-hero__intro {
        margin-top: 24px;
        font-size: 1rem;
        line-height: 1.68;
    }

    .sh-group-home .group-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
        width: 100%;
    }

    .sh-group-home .group-hero__button {
        width: 100%;
        min-height: 54px;
        justify-content: center;
        padding-inline: 22px;
        font-size: 0.9375rem;
    }

    .sh-group-home .group-hero__frame {
        height: clamp(430px, 112vw, 520px);
        border-radius: 12px;
    }

    .sh-group-home .group-hero__caption {
        right: 22px;
        bottom: 22px;
        left: 22px;
        gap: 10px;
    }

    .sh-group-home .group-hero__caption strong {
        max-width: 16ch;
        font-size: clamp(1.65rem, 7.2vw, 2.15rem);
    }

    .sh-group-home .group-hero__caption small {
        display: block;
        padding-top: 14px;
        font-size: 0.9375rem;
    }

    .sh-group-home .group-hero__controls {
        top: 18px;
        right: 18px;
        gap: 16px;
    }

    .sh-group-home .group-hero__dot {
        min-height: 36px;
        font-size: 0.95rem;
    }

    .sh-group-home .group-hero__rail-copy span {
        display: none;
    }

    .sh-group-home .group-hero__rail-copy strong {
        font-size: 0.9375rem;
        letter-spacing: 0.1em;
    }

    .sh-group-home .odisha-hero-motifs__temple,
    .sh-group-home .odisha-hero-motifs__mandala,
    .sh-group-home .odisha-hero-motifs__chakra,
    .sh-group-home .odisha-hero-motifs__waves,
    .sh-group-home .story-section::before,
    .sh-group-home .group-faq__ornament,
    .sh-group-home .reservation-support__motif,
    .sh-group-home .site-footer__motif {
        opacity: 0.035;
    }

    .sh-group-home .hotels-section,
    .sh-group-home .story-section,
    .sh-group-home .reservation-support__surface,
    .sh-group-home .group-faq {
        padding-block: 76px 84px;
    }

    .sh-group-home .why-choose-section__surface {
        padding-block: 76px 84px;
    }

    .sh-group-home .hotels-section__intro,
    .sh-group-home .story-section__header,
    .sh-group-home .why-choose-section__header {
        margin-bottom: 40px;
    }

    .sh-group-home .hotels-section__heading h2,
    .sh-group-home .story-section__header h2,
    .sh-group-home .why-choose-section__header h2,
    .sh-group-home .reservation-support__title {
        font-size: clamp(2.25rem, 9.8vw, 2.5rem);
        line-height: 1.08;
    }

    .sh-group-home .group-faq__title {
        font-size: clamp(2.5rem, 10.8vw, 2.75rem);
        line-height: 1;
    }

    .sh-group-home .hotels-section__heading > p,
    .sh-group-home .story-section__header > p:not(.eyebrow),
    .sh-group-home .why-choose-section__header > p,
    .sh-group-home .reservation-support__intro,
    .sh-group-home .reservation-support-card__copy p,
    .sh-group-home .group-faq__copy,
    .sh-group-home .group-faq__answer p,
    .sh-group-home .footer-brand-copy,
    .sh-group-home .footer-column a,
    .sh-group-home .footer-muted-link {
        font-size: 1rem;
        line-height: 1.66;
    }

    .sh-group-home .hotels-section__cta {
        width: 100%;
        min-height: 54px;
        justify-content: center;
    }

    .sh-group-home .hotel-grid,
    .sh-group-home .story-experience-grid,
    .sh-group-home .why-choose-section__grid,
    .sh-group-home .reservation-support__cards,
    .sh-group-home .footer-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .sh-group-home .hotel-card {
        width: 100%;
        min-height: auto;
        padding: 8px;
    }

    .sh-group-home .hotel-card-image {
        height: clamp(230px, 64vw, 260px);
        min-height: 230px;
    }

    .sh-group-home .hotel-card-body {
        padding: 28px 24px 26px;
    }

    .sh-group-home .hotel-card-title-row {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 18px;
    }

    .sh-group-home .hotel-card-symbol,
    .sh-group-home .hotel-card-symbol svg {
        width: 56px;
        height: 56px;
    }

    .sh-group-home .hotel-card h3 {
        font-size: clamp(1.625rem, 7vw, 1.85rem);
    }

    .sh-group-home .hotel-card-location {
        font-size: 1rem;
        line-height: 1.45;
    }

    .sh-group-home .hotel-card-features {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 26px;
        padding-block: 24px 20px;
    }

    .sh-group-home .hotel-card-features span {
        grid-template-columns: 34px minmax(0, 1fr);
        justify-items: start;
        text-align: left;
    }

    .sh-group-home .hotel-card-features b {
        font-size: 1rem;
    }

    .sh-group-home .hotel-card-primary {
        min-height: 52px;
        font-size: 1.0625rem;
    }

    .sh-group-home .story-experience-card {
        min-height: 330px;
        border-radius: 12px;
    }

    .sh-group-home .story-experience-card__content,
    .sh-group-home .story-experience-card__content--center {
        left: 7%;
        width: min(64%, 285px);
        padding: 24px 18px;
    }

    .sh-group-home .story-experience-card__content h3 {
        font-size: clamp(1.5rem, 7vw, 1.85rem);
    }

    .sh-group-home .story-experience-card__content p,
    .sh-group-home .story-experience-card__content--center p {
        font-size: 1rem;
        line-height: 1.42;
    }

    .sh-group-home .story-experience-card__content--center strong {
        font-size: 1rem;
    }

    .sh-group-home .why-choose-section__support {
        display: none;
    }

    .sh-group-home .why-choose-card {
        grid-template-columns: 64px 1px minmax(0, 1fr);
        gap: 18px;
        padding: 26px 24px;
    }

    .sh-group-home .why-choose-card__icon {
        width: 60px;
        height: 60px;
    }

    .sh-group-home .why-choose-card__icon svg {
        width: 34px;
        height: 34px;
    }

    .sh-group-home .why-choose-card__divider {
        min-height: 100%;
    }

    .sh-group-home .why-choose-card__copy h3,
    .sh-group-home .reservation-support-card__copy h3 {
        max-width: none;
        font-size: clamp(1.375rem, 6vw, 1.55rem);
    }

    .sh-group-home .why-choose-card__copy p {
        font-size: 1rem;
        line-height: 1.62;
    }

    .sh-group-home .reservation-support__content {
        gap: 42px;
    }

    .sh-group-home .reservation-support__markers {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 30px;
    }

    .sh-group-home .reservation-support__markers li,
    .sh-group-home .reservation-support__markers li:first-child {
        min-height: auto;
        display: grid;
        grid-template-columns: 40px minmax(0, 1fr);
        align-items: center;
        gap: 14px;
        padding: 0;
        border-left: 0;
        font-size: 1rem;
        text-align: left;
    }

    .sh-group-home .reservation-support__button {
        width: 100%;
        min-height: 56px;
        justify-content: center;
        padding-inline: 22px;
        font-size: 0.9375rem;
        letter-spacing: 0.12em;
    }

    .sh-group-home .reservation-support__helper {
        width: 100%;
        font-size: 0.75rem;
        line-height: 1.5;
        text-align: left;
    }

    .sh-group-home .reservation-support-card {
        grid-template-columns: 66px 1px minmax(0, 1fr);
        gap: 18px;
        padding: 24px;
    }

    .sh-group-home .reservation-support-card__icon {
        width: 60px;
        height: 60px;
    }

    .sh-group-home .reservation-support-card__icon svg {
        width: 36px;
        height: 36px;
    }

    .sh-group-home .group-faq__container {
        gap: 36px;
    }

    .sh-group-home .group-faq__question {
        grid-template-columns: 42px minmax(0, 1fr) 30px;
        gap: 14px;
        min-height: 72px;
        padding: 20px 18px;
    }

    .sh-group-home .group-faq__divider {
        display: none;
    }

    .sh-group-home .group-faq__number {
        font-size: 1.25rem;
    }

    .sh-group-home .group-faq__question-text {
        font-size: 1.125rem;
        line-height: 1.28;
    }

    .sh-group-home .group-faq__toggle {
        width: 28px;
        height: 28px;
    }

    .sh-group-home .group-faq__answer {
        padding: 26px 24px 28px;
    }

    .sh-group-home .site-footer {
        padding-top: 76px;
    }

    .sh-group-home .footer-grid {
        gap: 34px;
    }

    .sh-group-home .footer-brand-panel {
        max-width: 100%;
    }

    .sh-group-home .footer-brand .brand-main {
        font-size: clamp(2.1rem, 10vw, 2.55rem);
        line-height: 0.98;
    }

    .sh-group-home .footer-column h2 {
        margin-bottom: 16px;
    }

    .sh-group-home .footer-column a,
    .sh-group-home .footer-muted-link {
        min-height: 52px;
    }

    .sh-group-home .footer-hotel-link span {
        max-width: none;
        font-size: 1.25rem;
    }

    .sh-group-home .footer-bottom {
        display: grid;
        gap: 14px;
        margin-top: 36px;
        padding-block: 24px;
    }

    .sh-group-home .footer-bottom span {
        width: 72px;
        height: 1px;
        margin-inline: auto;
    }
}

@media (max-width: 430px) {
    .sh-group-home .home-main .container,
    .sh-group-home .site-footer > .container,
    .sh-group-home .group-hero__inner {
        padding-inline: 20px;
    }

    .sh-group-home .group-hero__title-main {
        font-size: clamp(2.5rem, 10.8vw, 2.75rem);
    }

    .sh-group-home .group-hero__title-sub {
        font-size: clamp(2.05rem, 9.5vw, 2.35rem);
    }

    .sh-group-home .group-hero__frame {
        height: clamp(410px, 112vw, 470px);
    }

    .sh-group-home .group-hero__caption {
        right: 18px;
        bottom: 18px;
        left: 18px;
    }

    .sh-group-home .group-hero__caption strong {
        font-size: clamp(1.45rem, 7.1vw, 1.9rem);
    }

    .sh-group-home .group-hero__caption small {
        display: none;
    }

    .sh-group-home .group-hero__rail-copy strong {
        font-size: 0.875rem;
        letter-spacing: 0.08em;
    }

    .sh-group-home .hotels-section,
    .sh-group-home .story-section,
    .sh-group-home .reservation-support__surface,
    .sh-group-home .group-faq {
        padding-block: 72px 80px;
    }

    .sh-group-home .why-choose-section__surface {
        padding-block: 72px 80px;
    }

    .sh-group-home .hotels-section__heading h2,
    .sh-group-home .story-section__header h2,
    .sh-group-home .why-choose-section__header h2,
    .sh-group-home .reservation-support__title {
        font-size: clamp(2.25rem, 9.7vw, 2.5rem);
    }

    .sh-group-home .group-faq__title {
        font-size: clamp(2.5rem, 10.6vw, 2.75rem);
    }

    .sh-group-home .hotel-card-body,
    .sh-group-home .why-choose-card,
    .sh-group-home .reservation-support-card {
        padding: 24px;
    }

    .sh-group-home .hotel-card-image {
        height: clamp(230px, 62vw, 252px);
    }

    .sh-group-home .hotel-card-title-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .sh-group-home .hotel-card h3 {
        font-size: 1.625rem;
    }

    .sh-group-home .story-experience-card {
        min-height: 320px;
    }

    .sh-group-home .story-experience-card__content,
    .sh-group-home .story-experience-card__content--center {
        left: 0;
        width: 68%;
        padding: 22px 18px;
    }

    .sh-group-home .why-choose-card,
    .sh-group-home .reservation-support-card {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 16px;
    }

    .sh-group-home .why-choose-card__divider,
    .sh-group-home .reservation-support-card__divider {
        display: none;
    }

    .sh-group-home .why-choose-card__icon,
    .sh-group-home .reservation-support-card__icon {
        width: 56px;
        height: 56px;
    }

    .sh-group-home .group-faq__question {
        grid-template-columns: 36px minmax(0, 1fr) 26px;
        gap: 12px;
        min-height: 68px;
        padding: 18px 16px;
    }

    .sh-group-home .group-faq__question-text {
        font-size: 1.125rem;
    }

    .sh-group-home .group-faq__answer {
        padding: 24px;
    }

    .sh-group-home .footer-brand .brand-main {
        font-size: clamp(2rem, 10vw, 2.35rem);
    }
}

@media (min-width: 1101px) and (max-width: 1359px) {
    .sh-group-home .group-hero__inner {
        width: min(1180px, calc(100% - 80px));
        max-width: min(1180px, calc(100% - 80px));
    }

    .sh-group-home .group-hero__content {
        width: 500px;
        max-width: 500px;
    }

    .sh-group-home .group-hero__title {
        width: 500px;
        max-width: 500px;
    }

    .sh-group-home .group-hero__title-main {
        font-size: clamp(3.25rem, 4.25vw, 3.65rem);
    }

    .sh-group-home .group-hero__title-sub {
        font-size: clamp(2.78rem, 3.78vw, 3.05rem);
    }

    .sh-group-home .group-hero__intro {
        width: 470px;
        max-width: 470px;
    }

    .sh-group-home .group-hero__actions {
        width: 520px;
        gap: 14px;
    }

    .sh-group-home .group-hero__button--primary {
        width: 220px;
    }

    .sh-group-home .group-hero__button--secondary {
        width: 222px;
    }

    .sh-group-home .group-hero__carousel {
        left: 520px;
        width: 660px;
        height: 650px;
    }

    .sh-group-home .group-hero__frame {
        width: 660px;
        height: 650px;
    }

    .sh-group-home .group-hero__caption {
        right: 38px;
        bottom: 32px;
        left: 38px;
    }

    .sh-group-home .group-hero__caption strong {
        font-size: 2.22rem;
    }

    .sh-group-home .group-hero__destination-rail {
        grid-template-columns: 90px 126px 1px 500px 1px 126px 90px;
        gap: 16px;
    }

    .sh-group-home .group-hero__left-art {
        left: max(-62px, calc((100vw - 1180px) / 2 - 96px));
        width: 340px;
    }

    .sh-group-home .group-hero__card-art {
        right: max(-98px, calc((100vw - 1180px) / 2 - 112px));
        width: 410px;
    }
}

@media (min-width: 1101px) {
    .sh-group-home .group-hero__title,
    .sh-group-home .group-hero__title-line,
    .sh-group-home .group-hero__title-main,
    .sh-group-home .group-hero__title-sub,
    .sh-group-home .group-hero__caption strong {
        text-transform: none;
        font-variant: normal;
        font-variant-caps: normal;
        font-feature-settings: "smcp" 0, "c2sc" 0;
    }

    .sh-group-home .group-hero__title-line {
        white-space: nowrap;
    }

    .sh-group-home .group-hero__caption strong {
        max-width: min(520px, 100%);
        font-weight: 400;
        letter-spacing: -0.046em;
    }

    .sh-group-home .group-hero__left-art {
        left: -4px;
        top: clamp(20px, 2vw, 300px);
        bottom: auto;
        width: auto;
        height: clamp(650px, 35vw, 540px);
        max-width: none;
        object-fit: contain;
        opacity: .2;
        -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .68) 22%, rgba(0, 0, 0, .32) 46%, transparent 78%);
        mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .68) 22%, rgba(0, 0, 0, .32) 46%, transparent 78%);
    }

    .sh-group-home .group-hero__card-art {
        top: clamp(-410px, -49vw, -185px);
        right: -12px;
        width: clamp(420px, 31vw, 540px);
        opacity: .1;
    }

    .sh-group-home .group-hero__rail-icon {
        align-items: center;
    }

    .sh-group-home .group-hero__rail-icon--temples img {
        width: clamp(136px, 9.8vw, 152px);
        height: auto;
        opacity: 0.55;
    }

    .sh-group-home .group-hero__rail-icon--city img {
        width: clamp(154px, 11vw, 174px);
        height: auto;
        opacity: 0.58;
    }

    .sh-group-home .group-hero__slide::after {
        height: 64%;
        background: linear-gradient(180deg, rgba(4, 13, 25, 0) 0%, rgba(4, 13, 25, 0.2) 24%, rgba(4, 13, 25, 0.76) 61%, rgba(4, 13, 25, 0.99) 100%);
    }
}

@media (min-width: 1101px) and (max-width: 1359px) {
    .sh-group-home .group-hero__left-art {
        left: -4px;
        top: clamp(20px, 2vw, 300px);
        bottom: auto;
        width: auto;
        height: clamp(650px, 35vw, 540px);
        max-width: none;
        opacity: .2;
    }

    .sh-group-home .group-hero__card-art {
        top: clamp(-410px, -49vw, -185px);
        right: -12px;
        width: clamp(420px, 31vw, 540px);
        opacity: .1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sh-group-home *,
    .sh-group-home *::before,
    .sh-group-home *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

.sh-group-home .group-hero__title,
.sh-group-home .group-hero__title-line,
.sh-group-home .group-hero__title-main,
.sh-group-home .group-hero__title-sub,
.sh-group-home .group-hero__caption strong {
    font-family: Georgia, "Times New Roman", Times, serif;
    text-transform: none;
    font-variant: normal;
    font-variant-caps: normal;
    font-feature-settings: "kern" 1, "liga" 1, "smcp" 0, "c2sc" 0;
}

@media (min-width: 1025px) {
    .sh-group-home .hotel-grid {
        align-items: stretch;
    }

    .sh-group-home .hotel-card {
        display: flex;
        min-height: 596px;
    }

    .sh-group-home .hotel-card-image {
        height: clamp(282px, 18.8vw, 316px);
    }

    .sh-group-home .hotel-card-image img {
        object-position: center center;
    }

    .sh-group-home .hotel-card-body {
        flex: 1;
        display: flex;
        flex-direction: column;
        padding-bottom: 32px;
    }

    .sh-group-home .hotel-card-title-row {
        min-height: 104px;
        align-items: flex-start;
    }

    .sh-group-home .hotel-card h3 {
        max-width: 12.5ch;
        min-height: 2.25em;
        font-size: clamp(1.92rem, 2vw, 2.08rem);
        line-height: 1.12;
    }

    .sh-group-home .hotel-card-location {
        min-height: 42px;
        align-items: flex-start;
        font-size: 1rem;
        line-height: 1.4;
    }

    .sh-group-home .hotel-card-features {
        margin-top: 24px;
    }

    .sh-group-home .hotel-card-features b {
        font-size: 1rem;
        line-height: 1.28;
    }

    .sh-group-home .hotel-card-actions {
        margin-top: auto;
    }

    .sh-group-home .story-experience-card__content {
        max-width: 270px;
    }

    .sh-group-home .story-experience-card__content p {
        color: rgba(255, 252, 245, 0.92);
    }

    .sh-group-home .story-experience-card__content--center {
        width: min(42%, 330px);
        max-width: 330px;
        align-items: center;
        gap: 18px;
        text-align: center;
    }

    .sh-group-home .story-experience-card--odisha::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background: radial-gradient(ellipse at 30% 72%, rgba(6, 23, 42, 0.9) 0%, rgba(6, 23, 42, 0.72) 28%, rgba(6, 23, 42, 0) 52%);
        pointer-events: none;
    }

    .sh-group-home .story-experience-card__content--center strong {
        max-width: 12ch;
        margin: 0;
        color: var(--gold-bright);
        font-family: var(--display);
        font-size: clamp(1.58rem, 1.9vw, 2.02rem);
        font-weight: 500;
        line-height: 1.12;
    }

    .sh-group-home .story-experience-card__content--center p {
        max-width: 26ch;
        margin: 0;
        color: rgba(255, 252, 245, 0.88);
        font-size: 1.05rem;
        line-height: 1.45;
    }

    .sh-group-home .why-choose-card {
        min-height: 226px;
        align-items: center;
        padding-block: 28px;
    }

    .sh-group-home .why-choose-card__copy h3 {
        min-height: 0;
        max-width: 15ch;
        line-height: 1.18;
    }

    .sh-group-home .why-choose-card__copy p {
        margin-top: 14px;
        font-size: 1rem;
        line-height: 1.62;
    }

    .sh-group-home .why-choose-section__support {
        min-height: 0;
        margin-top: 34px;
        padding: 20px 24px;
        align-items: center;
    }

    .sh-group-home .why-choose-support-item {
        gap: 10px;
        min-height: 58px;
        padding-block: 0;
    }

    .sh-group-home .why-choose-support-item h3 {
        font-size: 1rem;
        line-height: 1.28;
    }

    .sh-group-home .reservation-support__intro {
        max-width: 560px;
    }

    .sh-group-home .reservation-support__markers {
        justify-content: flex-start;
    }

    .sh-group-home .reservation-support-card {
        min-height: 142px;
    }

    .sh-group-home .reservation-support-card__copy h3 {
        max-width: 18ch;
        line-height: 1.16;
    }

    .sh-group-home .reservation-support-card__copy p {
        max-width: 46ch;
    }

    .sh-group-home .group-faq__contact {
        width: max-content;
        max-width: 100%;
        white-space: nowrap;
        font-weight: 700;
        border-bottom-width: 2px;
    }

    .sh-group-home .group-faq__question {
        min-height: 86px;
    }

    .sh-group-home .group-faq__answer p {
        line-height: 1.68;
    }

    .sh-group-home .footer-grid {
        grid-template-columns: minmax(330px, 1.18fr) minmax(238px, 0.82fr) minmax(150px, 0.56fr) minmax(190px, 0.68fr) minmax(188px, 0.66fr);
        column-gap: clamp(34px, 3.4vw, 54px);
    }

    .sh-group-home .footer-column--hotels {
        min-width: 238px;
    }

    .sh-group-home .footer-column a,
    .sh-group-home .footer-muted-link {
        line-height: 1.62;
    }

    .sh-group-home .footer-hotel-link span {
        max-width: 100%;
        white-space: normal;
        line-height: 1.18;
    }

    .sh-group-home .footer-reservation-card {
        align-self: start;
    }
}

@media (min-width: 1025px) {
    .sh-group-home #our-hotels.hotels-section {
        padding-top: 96px;
        padding-bottom: 108px;
    }

    .sh-group-home #our-hotels > .container {
        width: min(1384px, calc(100% - 144px));
        max-width: 1384px;
        padding-inline: 0;
    }

    .sh-group-home #our-hotels .hotels-section__intro {
        grid-template-columns: minmax(0, 1fr) 252px;
        align-items: start;
        gap: 56px;
        margin-bottom: 46px;
    }

    .sh-group-home #our-hotels .hotels-section__heading {
        max-width: 900px;
    }

    .sh-group-home #our-hotels .hotels-section__heading .eyebrow {
        margin-bottom: 14px;
        gap: 11px;
        color: #a68442;
        font-size: 0.875rem;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0.22em;
        text-transform: uppercase;
    }

    .sh-group-home #our-hotels .hotels-section__heading .eyebrow::before,
    .sh-group-home #our-hotels .hotels-section__heading .eyebrow::after {
        width: 38px;
        background: linear-gradient(90deg, transparent 0%, rgba(182, 141, 66, 0.82) 48%, transparent 100%);
    }

    .sh-group-home #our-hotels .hotels-section__heading h2 {
        max-width: none;
        color: #000f22;
        font-size: clamp(3.25rem, 3.55vw, 3.58rem);
        font-weight: 400;
        line-height: 1.05;
        letter-spacing: normal;
        text-transform: none !important;
        font-variant-caps: normal !important;
        white-space: nowrap;
    }

    .sh-group-home #our-hotels .hotels-section__heading > p {
        max-width: 570px;
        margin-top: 18px;
        color: #354253;
        font-size: clamp(1.125rem, 1.23vw, 1.19rem);
        font-weight: 400;
        line-height: 1.48;
        text-transform: none !important;
        font-variant-caps: normal !important;
    }

    .sh-group-home #our-hotels .hotels-section__cta {
        width: 252px;
        min-width: 252px;
        min-height: 64px;
        justify-self: end;
        align-self: start;
        margin-top: 24px;
        padding: 0 27px 0 30px;
        border-radius: 5px;
        color: #c9a45a;
        font-size: 1.08rem;
        font-weight: 500;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none !important;
        font-variant-caps: normal !important;
        white-space: nowrap;
        box-shadow: 0 14px 26px rgba(6, 23, 42, 0.18);
    }

    .sh-group-home #our-hotels .hotels-section__cta span {
        white-space: nowrap;
        text-transform: none !important;
        font-variant-caps: normal !important;
        letter-spacing: normal;
    }

    .sh-group-home #our-hotels .hotel-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 30px;
        align-items: stretch;
    }

    .sh-group-home #our-hotels .hotel-card {
        height: 604px;
        min-height: 604px;
        overflow: visible;
        border-radius: 17px;
        border: 1px solid rgba(201, 164, 90, 0.28);
        box-shadow: 0 15px 32px rgba(6, 23, 42, 0.08);
    }

    .sh-group-home #our-hotels .hotel-card-image {
        height: 284px;
        border-radius: 15px 15px 0 0;
        overflow: hidden;
    }

    .sh-group-home #our-hotels .hotel-card-image img {
        height: 100%;
        object-fit: cover;
        object-position: center center;
        transform: none;
    }

    .sh-group-home #our-hotels .hotel-card:hover .hotel-card-image img {
        transform: none;
    }

    .sh-group-home #our-hotels .hotel-card-image-label {
        top: 22px;
        left: 20px;
        padding: 10px 16px;
        border-radius: 8px;
        background: rgba(255, 250, 238, 0.94);
        color: #a98441;
        font-size: 0.82rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .sh-group-home #our-hotels .hotel-card-gallery-ui {
        display: none;
    }

    .sh-group-home #our-hotels .hotel-card-body {
        flex: 1;
        display: grid;
        grid-template-rows: minmax(108px, auto) minmax(92px, auto) minmax(72px, auto);
        padding: 28px 24px 30px;
        overflow: visible;
    }

    .sh-group-home #our-hotels .hotel-card-title-row {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 18px;
        min-height: 108px;
        align-items: center;
        overflow: visible;
    }

    .sh-group-home #our-hotels .hotel-card-title-row > div {
        min-width: 0;
        overflow: visible;
    }

    .sh-group-home #our-hotels .hotel-card-symbol {
        width: 58px;
        height: 58px;
    }

    .sh-group-home #our-hotels .hotel-card-symbol svg {
        width: 56px;
        height: 56px;
        stroke-width: 1.55;
    }

    .sh-group-home #our-hotels .hotel-card-symbol__image {
        width: 56px;
        height: 56px;
        object-fit: contain;
    }

    .sh-group-home #our-hotels .hotel-card-symbol--temple svg,
    .sh-group-home #our-hotels .hotel-card-symbol--city svg {
        width: 54px;
        height: 54px;
    }

    .sh-group-home #our-hotels .hotel-card h3 {
        max-width: none;
        min-height: 0;
        overflow: visible;
        text-overflow: clip;
        color: #000f22;
        font-size: clamp(1.58rem, 1.72vw, 1.8rem);
        font-weight: 400;
        line-height: 1.08;
        letter-spacing: normal;
        text-transform: none !important;
        font-variant-caps: normal !important;
        white-space: normal;
        word-break: normal;
        overflow-wrap: normal;
    }

    .sh-group-home #our-hotels .hotel-card h3 a {
        display: inline;
        max-width: none;
        overflow: visible;
        text-overflow: clip;
        color: inherit;
        text-decoration: none;
        text-transform: none !important;
        font-variant-caps: normal !important;
        white-space: inherit;
    }

    .sh-group-home #our-hotels .hotel-card-location {
        min-height: 0;
        margin-top: 9px;
        color: #3f4651;
        font-size: clamp(1rem, 1.02vw, 1.06rem);
        font-weight: 500;
        line-height: 1.28;
        text-transform: none !important;
        font-variant-caps: normal !important;
        overflow: visible;
    }

    .sh-group-home #our-hotels .hotel-card-location svg {
        width: 15px;
        height: 19px;
        stroke-width: 1.75;
    }

    .sh-group-home #our-hotels .hotel-card-features {
        margin-top: 0;
        padding: 19px 0 18px;
        border-top-color: rgba(10, 25, 47, 0.1);
        border-bottom-color: rgba(10, 25, 47, 0.1);
        align-self: stretch;
    }

    .sh-group-home #our-hotels .hotel-card-features span {
        justify-items: start;
        gap: 9px;
        padding-inline: 17px;
    }

    .sh-group-home #our-hotels .hotel-card-features span:first-child {
        padding-left: 0;
    }

    .sh-group-home #our-hotels .hotel-card-features span:last-child {
        padding-right: 0;
    }

    .sh-group-home #our-hotels .hotel-card-feature-icon {
        width: 30px;
        height: 30px;
    }

    .sh-group-home #our-hotels .hotel-card-features b {
        color: #3a4350;
        font-size: clamp(0.94rem, 0.98vw, 1rem);
        font-weight: 500;
        line-height: 1.18;
        letter-spacing: normal;
        text-transform: none !important;
        font-variant-caps: normal !important;
    }

    .sh-group-home #our-hotels .hotel-card-actions {
        margin-top: 0;
        padding-top: 22px;
        align-self: stretch;
    }

    .sh-group-home #our-hotels .hotel-card-primary {
        gap: 24px;
        color: #a98441;
        font-size: 1.08rem;
        font-weight: 500;
        letter-spacing: normal;
        padding-bottom: 10px;
        text-transform: none !important;
        font-variant-caps: normal !important;
        white-space: nowrap;
    }

    .sh-group-home #our-hotels .hotel-card-primary::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -13px;
        width: 90px;
        height: 1px;
        background: rgba(169, 132, 65, 0.82);
    }
}

@media (min-width: 1440px) {
    .sh-group-home #our-hotels .hotel-card h3,
    .sh-group-home #our-hotels .hotel-card h3 a {
        white-space: nowrap;
    }
}

@media (min-width: 1025px) {
    .sh-group-home .story-section {
        padding-top: 48px;
        padding-bottom: 90px;
        background:
            radial-gradient(circle at 0% 0%, rgba(201, 164, 90, 0.055), transparent 18rem),
            radial-gradient(circle at 100% 6%, rgba(201, 164, 90, 0.045), transparent 18rem),
            linear-gradient(180deg, #fbf5e9 0%, #f9efe2 100%);
    }

    .sh-group-home .story-section > .container {
        width: min(calc(100% - 112px), 1338px);
        max-width: 1338px;
        padding-inline: 0;
    }

    .sh-group-home .story-section__header {
        max-width: 1180px;
        margin: 0 auto 36px;
        text-align: center;
    }

    .sh-group-home .story-section__flower {
        margin-bottom: 15px;
    }

    .sh-group-home .story-section__header .eyebrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 18px;
        margin: 0;
        color: #b68d42;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: 0.21em;
        text-transform: uppercase;
    }

    .sh-group-home .story-section__header .eyebrow::before,
    .sh-group-home .story-section__header .eyebrow::after {
        width: 49px;
        background: linear-gradient(90deg, transparent, rgba(182, 141, 66, 0.7), transparent);
    }

    .sh-group-home .story-section__header h2 {
        max-width: none;
        margin: 16px 0 0;
        color: #000f22;
        font-family: var(--display);
        font-size: clamp(3.85rem, 4.45vw, 4.22rem);
        font-weight: 400;
        line-height: 1.06;
        letter-spacing: -0.024em;
        text-align: center;
        text-transform: none;
        font-variant: normal;
        font-variant-caps: normal;
        font-feature-settings: "kern" 1, "liga" 1, "smcp" 0, "c2sc" 0;
        white-space: nowrap;
    }

    .sh-group-home .story-section__divider {
        width: 230px;
        margin: 18px auto 17px;
    }

    .sh-group-home .story-section__header > p:not(.eyebrow) {
        max-width: none;
        margin: 0;
        color: #1f2f43;
        font-size: clamp(1.12rem, 1.24vw, 1.22rem);
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
        text-transform: none;
        white-space: nowrap;
    }

    .sh-group-home .story-experience-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        margin: 0 auto;
    }

    .sh-group-home .story-experience-card {
        aspect-ratio: 1.83 / 1;
        width: 100%;
        min-height: 0;
        overflow: hidden;
        border: 1px solid rgba(182, 141, 66, 0.32);
        border-radius: 11px;
        background: #000f22;
        box-shadow:
            0 0 0 1px rgba(6, 23, 42, 0.06),
            0 10px 20px rgba(6, 23, 42, 0.13);
    }

    .sh-group-home .story-experience-card::before,
    .sh-group-home .story-experience-card--odisha::after {
        display: none;
    }

    .sh-group-home .story-experience-card img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center center;
        transform: none;
    }

    .sh-group-home .story-experience-card:hover img {
        transform: none;
    }

    .sh-group-home .story-experience-card__content,
    .sh-group-home .story-experience-card__content--center {
        display: none;
    }
}

@media (min-width: 1025px) {
    .sh-group-home .why-choose-section {
        --why-reference-navy: #000f22;
        --why-reference-ivory: #fbf5e9;
        --why-reference-paper: #fffdf8;
        --why-reference-gold: #c9a45a;
        --why-reference-old-gold: #b68d42;
        overflow: hidden;
        background: var(--why-reference-navy);
    }

    .sh-group-home .why-choose-section__band {
        display: block;
        height: 38px;
        background:
            linear-gradient(rgba(244, 239, 229, 0.022) 1px, transparent 1px),
            linear-gradient(90deg, rgba(244, 239, 229, 0.018) 1px, transparent 1px),
            var(--why-reference-navy);
        background-size: 128px 128px, 128px 128px, auto;
    }

    .sh-group-home .why-choose-section__band::after {
        height: 1px;
        background: rgba(201, 164, 90, 0.88);
    }

    .sh-group-home .why-choose-section__band--bottom::after {
        top: 0;
        bottom: auto;
    }

    .sh-group-home .why-choose-section__join {
        width: 48px;
        height: 44px;
        color: var(--why-reference-gold);
        background: var(--why-reference-navy);
        border-color: rgba(201, 164, 90, 0.82);
    }

    .sh-group-home .why-choose-section__join svg {
        width: 27px;
        height: 27px;
        stroke-width: 1.2;
    }

    .sh-group-home .why-choose-section__surface {
        position: relative;
        overflow: hidden;
        padding-block: 148px 86px;
        background:
            radial-gradient(circle at 82% 4%, rgba(201, 164, 90, 0.075), transparent 25rem),
            radial-gradient(circle at 16% 34%, rgba(201, 164, 90, 0.06), transparent 26rem),
            linear-gradient(180deg, #fff8ec 0%, var(--why-reference-ivory) 46%, #f7ebdc 100%);
    }

    .sh-group-home .why-choose-section__surface::before {
        content: "";
        position: absolute;
        top: 52px;
        left: max(-74px, -4.8vw);
        z-index: 0;
        width: clamp(340px, 26vw, 430px);
        height: clamp(520px, 43vw, 650px);
        background: url("/images/shubham/hero/processed/hero-left-background-temple-gold.png") left top / contain no-repeat;
        opacity: 0.055;
        pointer-events: none;
        -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 46%, transparent 92%);
        mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 46%, transparent 92%);
    }

    .sh-group-home .why-choose-section__surface::after {
        background: rgba(201, 164, 90, 0.62);
    }

    .sh-group-home .why-choose-section__container {
        position: relative;
        z-index: 1;
        width: min(1320px, calc(100% - 112px));
        max-width: none;
        padding-inline: 0;
    }

    .sh-group-home .why-choose-section__header {
        width: min(100%, 900px);
        margin: 0 auto 68px;
        text-align: center;
    }

    .sh-group-home .why-choose-section__eyebrow {
        margin: 0 auto 14px;
        color: var(--why-reference-old-gold);
        font-size: 0.9375rem;
        font-weight: 500;
        letter-spacing: 0.205em;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .sh-group-home .why-choose-section__eyebrow::before,
    .sh-group-home .why-choose-section__eyebrow::after {
        width: 46px;
        background: linear-gradient(90deg, transparent, rgba(182, 141, 66, 0.72));
    }

    .sh-group-home .why-choose-section__header h2 {
        margin: 0;
        color: var(--why-reference-navy);
        font-family: var(--display);
        font-size: clamp(3.875rem, 4.58vw, 4.5rem);
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.032em;
        text-align: center;
        text-transform: none;
        font-variant: normal;
        font-variant-caps: normal;
        font-feature-settings: "kern" 1, "liga" 1, "smcp" 0, "c2sc" 0;
    }

    .sh-group-home .why-choose-section__header h2 span,
    .sh-group-home .why-choose-section__header h2 strong {
        display: block;
        font-weight: 400;
        text-transform: none;
    }

    .sh-group-home .why-choose-section__header h2 strong {
        color: var(--why-reference-old-gold);
    }

    .sh-group-home .why-choose-section__header > p {
        max-width: 760px;
        margin: 30px auto 0;
        color: #17243a;
        font-size: clamp(1.125rem, 1.25vw, 1.22rem);
        font-weight: 400;
        line-height: 1.55;
        text-align: center;
    }

    .sh-group-home .why-choose-section__header > p span {
        display: block;
    }

    .sh-group-home .why-choose-section__rule {
        width: min(360px, 42vw);
        margin: 24px auto 0;
        background: linear-gradient(90deg, transparent, rgba(182, 141, 66, 0.58), transparent);
    }

    .sh-group-home .why-choose-section__rule::after {
        width: 9px;
        height: 9px;
        border-color: rgba(182, 141, 66, 0.78);
        background: var(--why-reference-ivory);
    }

    .sh-group-home .why-choose-section__grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
        margin: 0 auto;
    }

    .sh-group-home .why-choose-card {
        min-height: 258px;
        display: grid;
        grid-template-columns: 94px 1px minmax(0, 1fr);
        gap: 28px;
        align-items: center;
        padding: 34px 34px 32px;
        background: var(--why-reference-paper);
        border: 1px solid rgba(201, 164, 90, 0.27);
        border-radius: 17px;
        box-shadow: 0 15px 38px rgba(6, 23, 42, 0.075);
    }

    .sh-group-home .why-choose-card__icon {
        width: 76px;
        height: 76px;
        margin-inline: auto;
        color: var(--why-reference-gold);
        background:
            radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.08), transparent 34%),
            var(--why-reference-navy);
        border: 2px solid rgba(201, 164, 90, 0.9);
        box-shadow: 0 9px 18px rgba(6, 23, 42, 0.18);
    }

    .sh-group-home .why-choose-card__icon svg {
        width: 44px;
        height: 44px;
        stroke-width: 1.8;
    }

    .sh-group-home .why-choose-card__divider {
        display: block;
        width: 1px;
        height: 100%;
        min-height: 162px;
        background: linear-gradient(180deg, transparent, rgba(182, 141, 66, 0.44) 18%, rgba(182, 141, 66, 0.44) 82%, transparent);
    }

    .sh-group-home .why-choose-card__copy h3 {
        max-width: 17ch;
        min-height: 0;
        margin: 0;
        color: var(--why-reference-navy);
        font-family: var(--display);
        font-size: clamp(1.56rem, 1.78vw, 1.82rem);
        font-weight: 400;
        line-height: 1.12;
        letter-spacing: -0.022em;
        text-transform: none;
        font-variant: normal;
        font-variant-caps: normal;
    }

    .sh-group-home .why-choose-card__copy span {
        width: 46px;
        margin: 16px 0 15px;
        background: rgba(182, 141, 66, 0.86);
    }

    .sh-group-home .why-choose-card__copy p {
        margin: 0;
        color: #273347;
        font-size: clamp(0.95rem, 1.04vw, 1rem);
        line-height: 1.56;
    }

    .sh-group-home .why-choose-section__support {
        min-height: 176px;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        align-items: stretch;
        margin-top: 36px;
        padding: 24px 0;
        background: rgba(255, 253, 247, 0.9);
        border: 1px solid rgba(201, 164, 90, 0.24);
        border-radius: 13px;
        box-shadow: 0 18px 42px rgba(6, 23, 42, 0.07);
    }

    .sh-group-home .why-choose-support-item {
        min-height: 126px;
        display: grid;
        grid-template-rows: auto auto auto;
        justify-items: center;
        align-content: start;
        gap: 9px;
        padding: 0 26px;
        text-align: center;
    }

    .sh-group-home .why-choose-support-item + .why-choose-support-item {
        border-left: 1px solid rgba(182, 141, 66, 0.36);
    }

    .sh-group-home .why-choose-support-item__icon {
        width: 34px;
        height: 34px;
        color: var(--why-reference-old-gold);
    }

    .sh-group-home .why-choose-support-item__icon svg {
        width: 100%;
        height: 100%;
        stroke-width: 1.55;
    }

    .sh-group-home .why-choose-support-item h3 {
        max-width: 17ch;
        margin: 0;
        color: var(--why-reference-navy);
        font-family: var(--display);
        font-size: clamp(1.0625rem, 1.16vw, 1.18rem);
        font-weight: 400;
        line-height: 1.18;
        letter-spacing: -0.018em;
        text-transform: none;
        font-variant: normal;
        font-variant-caps: normal;
    }

    .sh-group-home .why-choose-support-item p {
        max-width: 20ch;
        margin: 0;
        color: #344052;
        font-size: clamp(0.875rem, 0.92vw, 0.94rem);
        line-height: 1.38;
    }
}

/* Reservation Support locked-reference implementation. */
.sh-group-home .reservation-support {
    --reservation-reference-navy: #000f22;
    --reservation-reference-navy-deep: #000f22;
    --reservation-reference-ivory: #fbf5e9;
    --reservation-reference-paper: #fffcf7;
    --reservation-reference-gold: #c9a45a;
    --reservation-reference-gold-soft: #d4b36e;
    --reservation-reference-text: #031428;
    position: relative;
    overflow: hidden;
    color: var(--reservation-reference-text);
    background: var(--reservation-reference-navy-deep);
}

.sh-group-home .reservation-support__surface {
    position: relative;
    overflow: hidden;
    padding: 90px 0 132px;
    background: #fff;
}

.sh-group-home .reservation-support__surface::before,
.sh-group-home .reservation-support__surface::after {
    content: none;
}

.sh-group-home .reservation-support__art {
    position: absolute;
    bottom: 0;
    z-index: 0;
    display: block;
    height: auto;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
}

.sh-group-home .reservation-support__art--left {
    left: 0;
    width: clamp(460px, 48vw, 700px);
    opacity: 0.37;
}

.sh-group-home .reservation-support__art--right {
    right: 0;
    width: clamp(360px, 36vw, 520px);
    opacity: 0.57;
}

.sh-group-home .reservation-support__inner {
    position: relative;
    z-index: 1;
    width: min(760px, calc(100% - 48px));
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 64px;
    margin-inline: auto;
    padding-inline: 0;
}

.sh-group-home .reservation-support__content {
    width: 100%;
    display: block;
    min-width: 0;
    max-width: 640px;
}

.sh-group-home .reservation-support__eyebrow {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 24px;
    color: var(--reservation-reference-gold);
    font-family: var(--sh-font-ui, "Poppins", Arial, sans-serif);
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.21em;
    line-height: 1.2;
    text-transform: uppercase;
}

.sh-group-home .reservation-support__marker-icon {
    flex: 0 0 auto;
    display: block;
}

.sh-group-home .reservation-support .faq-section__asset-icon--flower {
    width: 40px;
    height: 40px;
    display: block;
    flex: 0 0 auto;
    background-image: url("/images/shubham/faq/faq-ui-sprite.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 300% 100%;
}

.sh-group-home .reservation-support__marker-icon img {
    display: block;
    object-fit: contain;
}

.sh-group-home .reservation-support__title {
    max-width: 100%;
    margin: 0;
    color: var(--reservation-reference-navy);
    font-family: var(--sh-font-display, "Playfair Display", Georgia, serif);
    font-size: clamp(3.55rem, 7.2vw, 4.25rem);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.035em;
    text-transform: none;
    font-variant: normal;
    font-variant-caps: normal;
}

.sh-group-home .reservation-support__title span {
    display: block;
    max-width: 100%;
    white-space: nowrap;
}

.sh-group-home .reservation-support__rule {
    width: min(306px, 66%);
    height: 16px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 8px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    margin: 30px 0 24px;
    background: none;
}

.sh-group-home .reservation-support__rule::before,
.sh-group-home .reservation-support__rule::after {
    content: "";
    position: static;
    width: auto;
    height: 1px;
    border: 0;
    background: rgba(197, 139, 58, 0.55);
    transform: none;
}

.sh-group-home .reservation-support__rule i {
    width: 7px;
    height: 7px;
    display: block;
    background: var(--reservation-reference-paper);
    border: 1px solid rgba(201, 164, 90, 0.9);
    transform: rotate(45deg);
}

.sh-group-home .reservation-support__intro {
    max-width: 500px;
    margin: 0;
    color: #27364a;
    font-family: var(--sh-font-ui, "Poppins", Arial, sans-serif);
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.68;
}

.sh-group-home .reservation-support__markers {
    width: min(100%, 500px);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.sh-group-home .reservation-support__markers li,
.sh-group-home .reservation-support__markers li:first-child {
    min-width: 0;
    min-height: 104px;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: start;
    gap: 12px;
    padding: 0 20px;
    color: var(--reservation-reference-text);
    border-left: 0;
    font-family: var(--sh-font-ui, "Poppins", Arial, sans-serif);
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.sh-group-home .reservation-support__markers li:first-child {
    padding-left: 0;
}

.sh-group-home .reservation-support__markers li + li {
    border-left: 1px solid rgba(197, 139, 58, 0.32);
}

.sh-group-home .reservation-support__marker-icon {
    width: 52px;
    height: 54px;
}

.sh-group-home .reservation-support__marker-icon img {
    width: 100%;
    height: 100%;
}

.sh-group-home .reservation-support__button {
    width: min(100%, 500px);
    min-height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 30px;
    padding: 0 36px 0 48px;
    color: var(--reservation-reference-gold-soft);
    background: linear-gradient(180deg, #05203a 0%, var(--reservation-reference-navy-deep) 100%);
    border: 1px solid rgba(197, 139, 58, 0.9);
    border-radius: 6px;
    box-shadow:
        inset 0 0 0 3px var(--reservation-reference-navy-deep),
        inset 0 0 0 4px rgba(201, 164, 90, 0.55),
        0 12px 26px rgba(0, 15, 34, 0.16);
    font-family: var(--sh-font-ui, "Poppins", Arial, sans-serif);
    font-size: 1.0625rem;
    font-weight: 600;
    letter-spacing: 0.17em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: border-color 180ms ease, background-color 180ms ease;
}

.sh-group-home .reservation-support__button:hover {
    border-color: var(--reservation-reference-gold-soft);
}

.sh-group-home .reservation-support__button:focus-visible {
    outline: 3px solid rgba(197, 139, 58, 0.38);
    outline-offset: 4px;
}

.sh-group-home .reservation-support__button img {
    width: 42px;
    height: 18px;
    display: block;
    object-fit: contain;
}

.sh-group-home .reservation-support__helper {
    width: min(100%, 500px);
    margin: 20px 0 0;
    color: #344052;
    font-family: var(--sh-font-ui, "Poppins", Arial, sans-serif);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.21em;
    line-height: 1.45;
    text-align: center;
    text-transform: uppercase;
}

.sh-group-home .reservation-support__cards {
    display: grid;
    grid-auto-rows: 1fr;
    gap: 16px;
}

.sh-group-home .reservation-support-card {
    min-width: 0;
    min-height: 190px;
    display: grid;
    grid-template-columns: 110px 1px minmax(0, 1fr);
    gap: 27px;
    align-items: center;
    padding: 30px 32px;
    background: var(--reservation-reference-paper);
    border: 1px solid rgba(197, 139, 58, 0.24);
    border-radius: 16px;
    box-shadow: 0 15px 34px rgba(3, 24, 43, 0.075);
}

.sh-group-home .reservation-support-card__icon {
    width: 116px;
    height: 116px;
    display: block;
    overflow: visible;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.sh-group-home .reservation-support-card__icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 12px 10px rgba(0, 15, 34, 0.18));
}

.sh-group-home .reservation-support-card__divider {
    position: relative;
    width: 1px;
    height: 100%;
    min-height: 122px;
    display: block;
    background: linear-gradient(180deg, transparent, rgba(197, 139, 58, 0.52) 18%, rgba(197, 139, 58, 0.52) 82%, transparent);
}

.sh-group-home .reservation-support-card__divider::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: var(--reservation-reference-paper);
    border: 1px solid rgba(197, 139, 58, 0.72);
    transform: translate(-50%, -50%) rotate(45deg);
}

.sh-group-home .reservation-support-card__copy {
    min-width: 0;
}

.sh-group-home .reservation-support-card__copy h3 {
    max-width: 19ch;
    margin: 0;
    color: var(--reservation-reference-navy);
    font-family: var(--sh-font-display, "Playfair Display", Georgia, serif);
    font-size: clamp(1.55rem, 2.7vw, 1.75rem);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.02em;
    text-transform: none;
}

.sh-group-home .reservation-support-card__copy p {
    max-width: 42ch;
    margin: 14px 0 0;
    color: #344052;
    font-family: var(--sh-font-ui, "Poppins", Arial, sans-serif);
    font-size: 1rem;
    line-height: 1.56;
}

@media (min-width: 1180px) {
    .sh-group-home .reservation-support__surface {
        padding: 90px 0 138px;
    }

    .sh-group-home .reservation-support__art--left {
        width: clamp(570px, 48vw, 700px);
        opacity: 0.37;
    }

    .sh-group-home .reservation-support__art--right {
        width: clamp(430px, 36vw, 520px);
        opacity: 0.57;
    }

    .sh-group-home .reservation-support__inner {
        width: min(1280px, calc(100% - 80px));
        grid-template-columns: minmax(0, 0.47fr) minmax(0, 0.53fr);
        gap: clamp(92px, 7.7vw, 120px);
    }

    .sh-group-home .reservation-support__content {
        max-width: none;
        padding-top: 4px;
    }

    .sh-group-home .reservation-support__title {
        font-size: clamp(3.75rem, 4.15vw, 4.125rem);
    }

    .sh-group-home .reservation-support-card {
        min-height: 190px;
        grid-template-columns: 116px 1px minmax(0, 1fr);
        gap: 27px;
        padding: 30px 32px;
    }

    .sh-group-home .reservation-support-card__icon {
        width: 116px;
        height: 116px;
    }

    .sh-group-home .reservation-support-card__divider {
        min-height: 122px;
    }

    .sh-group-home .reservation-support-card__copy h3 {
        font-size: clamp(1.6rem, 1.75vw, 1.78rem);
    }
}

@media (max-width: 720px) {
    .sh-group-home .reservation-support__surface {
        padding: 72px 0 58px;
    }

    .sh-group-home .reservation-support__inner {
        width: calc(100% - 40px);
    }

    .sh-group-home .reservation-support__inner {
        gap: 46px;
    }

    .sh-group-home .reservation-support__eyebrow {
        gap: 12px;
        margin-bottom: 22px;
        font-size: 0.78rem;
        letter-spacing: 0.18em;
    }

    .sh-group-home .reservation-support .faq-section__asset-icon--flower {
        width: 30px;
        height: 30px;
    }

    .sh-group-home .reservation-support__title {
        font-size: clamp(2.15rem, 10.2vw, 3.25rem);
        line-height: 1.01;
    }

    .sh-group-home .reservation-support__rule {
        width: 230px;
        margin: 24px 0 22px;
    }

    .sh-group-home .reservation-support__intro {
        font-size: 1rem;
        line-height: 1.65;
    }

    .sh-group-home .reservation-support__markers {
        margin-top: 28px;
    }

    .sh-group-home .reservation-support__markers li,
    .sh-group-home .reservation-support__markers li:first-child {
        min-height: 96px;
        gap: 10px;
        padding-inline: 9px;
        font-size: 0.79rem;
        line-height: 1.2;
    }

    .sh-group-home .reservation-support__markers li:first-child {
        padding-left: 0;
    }

    .sh-group-home .reservation-support__marker-icon {
        width: 38px;
        height: 42px;
    }

    .sh-group-home .reservation-support__button {
        width: 100%;
        min-height: 58px;
        margin-top: 26px;
        padding: 0 20px 0 22px;
        font-size: 0.82rem;
        letter-spacing: 0.12em;
    }

    .sh-group-home .reservation-support__button img {
        width: 34px;
        height: 15px;
    }

    .sh-group-home .reservation-support__helper {
        width: 100%;
        margin-top: 17px;
        font-size: 0.66rem;
        letter-spacing: 0.15em;
    }

    .sh-group-home .reservation-support__cards {
        gap: 14px;
    }

    .sh-group-home .reservation-support-card {
        min-height: 0;
        grid-template-columns: 64px 1px minmax(0, 1fr);
        gap: 16px;
        padding: 22px 18px;
        border-radius: 14px;
    }

    .sh-group-home .reservation-support-card__icon {
        width: 62px;
        height: 62px;
    }

    .sh-group-home .reservation-support-card__divider {
        min-height: 84px;
    }

    .sh-group-home .reservation-support-card__copy h3 {
        font-size: 1.45rem;
        line-height: 1.08;
    }

    .sh-group-home .reservation-support-card__copy p {
        margin-top: 10px;
        font-size: 1rem;
        line-height: 1.5;
    }

    .sh-group-home .reservation-support__art--left {
        width: 320px;
        opacity: 0.37;
    }

    .sh-group-home .reservation-support__art--right {
        width: 280px;
        opacity: 0.57;
    }
}

@media (max-width: 390px) {
    .sh-group-home .reservation-support__markers {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    .sh-group-home .reservation-support__markers li,
    .sh-group-home .reservation-support__markers li:first-child {
        min-height: 0;
        grid-template-columns: 42px minmax(0, 1fr);
        justify-items: start;
        align-items: center;
        gap: 14px;
        padding: 14px 0 0;
        border-top: 1px solid rgba(201, 164, 90, 0.26);
        border-left: 0;
        text-align: left;
    }

    .sh-group-home .reservation-support__markers li:first-child {
        padding-top: 0;
        border-top: 0;
    }
}

/* Phase 1: scoped header and hero typography lock. */
.sh-group-home .utility-bar,
.sh-group-home .utility-bar :where(span, b),
.sh-group-home .site-header .desktop-nav,
.sh-group-home .site-header .desktop-nav a,
.sh-group-home .site-header .mobile-reservation-link,
.sh-group-home .group-hero,
.sh-group-home .group-hero :where(h1, p, span, strong, small, a, button) {
    font-variant: normal !important;
    font-variant-caps: normal !important;
}

.sh-group-home .utility-bar {
    font-family: var(--sh-font-display);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none !important;
}

.sh-group-home .utility-left,
.sh-group-home .utility-right {
    font-family: var(--sh-font-display);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none !important;
}

.sh-group-home .utility-left :where(svg),
.sh-group-home .utility-right :where(svg) {
    font-family: inherit;
}

.sh-group-home .utility-right b {
    font-family: var(--sh-font-display);
    font-weight: 400;
    letter-spacing: 0;
}

.sh-group-home .desktop-nav {
    font-family: var(--sh-font-display);
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.01em;
    text-transform: none !important;
}

.sh-group-home .desktop-nav a,
.sh-group-home .mobile-reservation-link {
    font-family: var(--sh-font-display);
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.01em;
    text-transform: none !important;
}

.sh-group-home .desktop-nav a:last-child {
    letter-spacing: 0;
}

.sh-group-home .group-hero__eyebrow {
    font-family: var(--sh-font-ui);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.sh-group-home .group-hero__title,
.sh-group-home .group-hero__title-line,
.sh-group-home .group-hero__title-main,
.sh-group-home .group-hero__title-sub {
    font-family: var(--sh-font-display) !important;
    font-size: clamp(56px, 4.4vw, 72px);
    font-weight: 400;
    line-height: 1.03;
    letter-spacing: -0.035em;
    text-transform: none !important;
    font-variant: normal !important;
    font-variant-caps: normal !important;
    font-feature-settings: "kern" 1, "liga" 1, "smcp" 0, "c2sc" 0;
}

.sh-group-home .group-hero__title-line {
    display: block;
    white-space: nowrap;
}

.sh-group-home .group-hero__intro {
    font-family: var(--sh-font-ui);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.64;
    letter-spacing: 0;
    text-transform: none !important;
}

.sh-group-home .group-hero__button,
.sh-group-home .group-hero__button span {
    font-family: var(--sh-font-display);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none !important;
}

.sh-group-home .group-hero__dot {
    font-family: var(--sh-font-display);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: none !important;
}

.sh-group-home .group-hero__slide-label {
    font-family: var(--sh-font-ui);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.sh-group-home .group-hero__caption strong {
    font-family: var(--sh-font-display) !important;
    font-size: clamp(34px, 2.55vw, 43px);
    font-weight: 400;
    line-height: 0.96;
    letter-spacing: -0.025em;
    text-transform: none !important;
    font-variant: normal !important;
    font-variant-caps: normal !important;
}

.sh-group-home .group-hero__location {
    font-family: var(--sh-font-ui);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: none !important;
}

.sh-group-home .group-hero__caption small {
    font-family: var(--sh-font-ui);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
    text-transform: none !important;
}

.sh-group-home .group-hero__slide-link,
.sh-group-home .group-hero__slide-link span {
    font-family: var(--sh-font-display);
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none !important;
}

.sh-group-home .group-hero__rail-copy span {
    font-family: var(--sh-font-ui);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.sh-group-home .group-hero__rail-copy strong {
    font-family: var(--sh-font-display);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .sh-group-home .utility-bar,
    .sh-group-home .utility-left,
    .sh-group-home .utility-right {
        font-size: 14px;
    }
}

/* Desktop header and hero geometry correction after typography pass. */
@media (min-width: 1200px) {
    .sh-group-home .site-header .container,
    .sh-group-home .header-inner {
        min-width: 0;
    }

    .sh-group-home .site-header .container {
        width: min(100%, 1360px);
        max-width: 1360px;
        margin-inline: auto;
        padding-inline: clamp(48px, 5vw, 80px);
    }

    .sh-group-home .brand-mark {
        flex-shrink: 0;
        margin-left: 0 !important;
        transform: none !important;
    }

    .sh-group-home .group-hero__title,
    .sh-group-home .group-hero__title-line,
    .sh-group-home .group-hero__title-main,
    .sh-group-home .group-hero__title-sub {
        font-family: var(--sh-font-display) !important;
        font-weight: 400;
        line-height: 1.03;
        letter-spacing: -0.035em;
        text-transform: none !important;
        font-variant-caps: normal !important;
    }

    .sh-group-home .group-hero__title-line,
    .sh-group-home .group-hero__title > .group-hero__title-line {
        display: block;
        margin-top: 0;
        white-space: nowrap !important;
    }

    .sh-group-home .group-hero__title-sub {
        margin-top: 0;
    }
}

@media (min-width: 1440px) {
    .sh-group-home .group-hero__content {
        width: 580px;
        max-width: 580px;
    }

    .sh-group-home .group-hero__title {
        width: 580px;
        max-width: 580px;
    }

    .sh-group-home .group-hero__title,
    .sh-group-home .group-hero__title-line,
    .sh-group-home .group-hero__title-main,
    .sh-group-home .group-hero__title-sub {
        font-size: 62px;
    }

    .sh-group-home .group-hero__carousel {
        left: 604px;
        width: 700px;
    }

    .sh-group-home .group-hero__frame {
        width: 700px;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .sh-group-home .header-inner {
        gap: 34px;
    }

    .sh-group-home .group-hero__inner {
        width: min(1184px, calc(100% - 96px));
        max-width: min(1184px, calc(100% - 96px));
    }

    .sh-group-home .group-hero__content {
        left: 16px;
        width: 500px;
        max-width: 500px;
    }

    .sh-group-home .group-hero__title {
        width: 500px;
        max-width: 500px;
    }

    .sh-group-home .group-hero__title,
    .sh-group-home .group-hero__title-line,
    .sh-group-home .group-hero__title-main,
    .sh-group-home .group-hero__title-sub {
        font-size: 52px;
        line-height: 1.03;
        letter-spacing: -0.03em;
    }

    .sh-group-home .group-hero__caption strong {
        font-size: 32px;
    }

    .sh-group-home .group-hero__intro {
        width: 500px;
        max-width: 500px;
    }

    .sh-group-home .group-hero__actions {
        width: 500px;
    }

    .sh-group-home .group-hero__carousel {
        left: 524px;
        width: min(660px, calc(100vw - 620px));
    }

    .sh-group-home .group-hero__frame {
        width: 100%;
    }
}

/* Locked-reference correction: Our Hotels section only. */
.sh-group-home #our-hotels.hotels-section {
    background:
        radial-gradient(circle at 50% 0%, rgba(226, 204, 165, 0.14), transparent 42%),
        #fcf7ed;
}

@media (min-width: 1025px) {
    .sh-group-home #our-hotels.hotels-section {
        padding-top: 82px;
    }

    .sh-group-home #our-hotels > .container {
        width: min(1384px, calc(100% - 96px));
        max-width: 1384px;
        padding-inline: 0;
    }
}

.sh-group-home #our-hotels .hotels-section__heading .eyebrow {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.18em;
    color: #b98a38;
    text-transform: uppercase;
}

.sh-group-home #our-hotels .hotels-section__heading h2 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(42px, 3.3vw, 56px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #08192f;
    text-transform: none !important;
    font-variant: normal !important;
    font-variant-caps: normal !important;
    white-space: normal;
    text-wrap: balance;
}

.sh-group-home #our-hotels .hotels-section__heading > p {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.55;
    color: #4e5967;
    text-transform: none !important;
    font-variant: normal !important;
    font-variant-caps: normal !important;
}

.sh-group-home #our-hotels .hotels-section__cta,
.sh-group-home #our-hotels .hotels-section__cta span {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none !important;
    font-variant: normal !important;
    font-variant-caps: normal !important;
}

.sh-group-home #our-hotels .hotel-card {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    background: linear-gradient(180deg, #fffdf9 0%, #fdf9f2 100%);
    border: 1px solid rgba(188, 151, 89, 0.20);
    border-radius: 16px;
    box-shadow: 0 16px 34px rgba(12, 29, 49, 0.08);
}

.sh-group-home #our-hotels .hotel-card::after {
    content: none !important;
    display: none !important;
    border-bottom: 0 !important;
}

.sh-group-home #our-hotels .hotel-card-image,
.sh-group-home #our-hotels .hotel-card__image-wrap {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.52 / 1;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.sh-group-home #our-hotels .hotel-card-gallery-track,
.sh-group-home #our-hotels .hotel-card-gallery-slide {
    height: 100%;
}

.sh-group-home #our-hotels .hotel-card-image img,
.sh-group-home #our-hotels .hotel-card__image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
    object-position: center;
    border-radius: 15px 15px 0 0;
    transform: none;
}

.sh-group-home #our-hotels .hotel-card:hover .hotel-card-image img {
    transform: none;
}

.sh-group-home #our-hotels .hotel-card-body,
.sh-group-home #our-hotels .hotel-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 314px;
    padding: 28px 28px 25px;
    overflow: visible;
}

.sh-group-home #our-hotels .hotel-card-title-row,
.sh-group-home #our-hotels .hotel-card__identity {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    min-width: 0;
    min-height: 0;
    overflow: visible;
}

.sh-group-home #our-hotels .hotel-card__title-wrap {
    min-width: 0;
    overflow: visible;
}

.sh-group-home #our-hotels .hotel-card h3,
.sh-group-home #our-hotels .hotel-card__title,
.sh-group-home #our-hotels .hotel-card h3 a {
    max-width: 100%;
    min-height: 0;
    overflow: visible;
    color: #08192f;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(22px, 1.55vw, 27px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-decoration: none;
    text-overflow: clip;
    text-transform: none !important;
    font-variant: normal !important;
    font-variant-caps: normal !important;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
}

.sh-group-home #our-hotels .hotel-card-location {
    min-height: 0;
    margin-top: 8px;
    color: #5b6470;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: none !important;
    font-variant: normal !important;
    font-variant-caps: normal !important;
}

.sh-group-home #our-hotels .hotel-card-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    min-height: 98px;
    margin-top: 21px;
    padding: 18px 0 17px;
    border-top: 1px solid rgba(188, 151, 89, 0.18);
    border-bottom: 0 !important;
}

.sh-group-home #our-hotels .hotel-card-features::before {
    content: none !important;
    display: none !important;
}

.sh-group-home #our-hotels .hotel-card-features span,
.sh-group-home #our-hotels .hotel-card__feature {
    position: relative;
    display: grid;
    grid-template-columns: 25px minmax(0, 1fr);
    column-gap: 9px;
    align-items: center;
    justify-items: stretch;
    min-width: 0;
    padding: 0 11px;
    text-align: left;
}

.sh-group-home #our-hotels .hotel-card-features span:first-child,
.sh-group-home #our-hotels .hotel-card__feature:first-child {
    padding-left: 0;
}

.sh-group-home #our-hotels .hotel-card-features span:last-child,
.sh-group-home #our-hotels .hotel-card__feature:last-child {
    padding-right: 0;
}

.sh-group-home #our-hotels .hotel-card-feature-icon,
.sh-group-home #our-hotels .hotel-card__feature-icon {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    align-self: center;
}

.sh-group-home #our-hotels .hotel-card-features b,
.sh-group-home #our-hotels .hotel-card__feature-label {
    color: #273445;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.24;
    letter-spacing: -0.01em;
    text-align: left;
    text-transform: none !important;
    font-variant: normal !important;
    font-variant-caps: normal !important;
}

.sh-group-home #our-hotels .hotel-card-actions,
.sh-group-home #our-hotels .hotel-card__footer {
    display: flex;
    align-items: flex-end;
    min-height: 61px;
    margin-top: auto;
    padding-top: 14px;
    border: 0 !important;
}

.sh-group-home #our-hotels .hotel-card-actions::after,
.sh-group-home #our-hotels .hotel-card__footer::after {
    content: none !important;
    display: none !important;
    border-bottom: 0 !important;
}

.sh-group-home #our-hotels .hotel-card-primary,
.sh-group-home #our-hotels .hotel-card__cta {
    position: relative;
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 20px;
    padding-bottom: 14px;
    color: #b98a38;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none !important;
    border-bottom: 0 !important;
    background-image: none !important;
    text-transform: none !important;
    font-variant: normal !important;
    font-variant-caps: normal !important;
    white-space: nowrap;
}

.sh-group-home #our-hotels .hotel-card-primary::before,
.sh-group-home #our-hotels .hotel-card-primary::after,
.sh-group-home #our-hotels .hotel-card__cta::before,
.sh-group-home #our-hotels .hotel-card__cta::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
    border: 0 !important;
}

.sh-group-home #our-hotels .hotel-card__cta-label {
    position: relative;
    display: inline-block;
}

.sh-group-home #our-hotels .hotel-card__cta-label::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 100%;
    height: 1px;
    background: rgba(185, 138, 56, 0.78);
}

.sh-group-home #our-hotels .hotel-card__cta-arrow {
    display: inline-block;
    color: currentColor;
    line-height: 1;
}

.sh-group-home #our-hotels .hotels-section__heading h2,
.sh-group-home #our-hotels .hotels-section__heading > p,
.sh-group-home #our-hotels .hotels-section__cta,
.sh-group-home #our-hotels .hotel-card h3,
.sh-group-home #our-hotels .hotel-card h3 a,
.sh-group-home #our-hotels .hotel-card-location,
.sh-group-home #our-hotels .hotel-card__feature-label,
.sh-group-home #our-hotels .hotel-card-primary,
.sh-group-home #our-hotels .hotel-card__cta {
    text-transform: none !important;
    font-variant: normal !important;
    font-variant-caps: normal !important;
}

@media (min-width: 1280px) {
    .sh-group-home #our-hotels .hotel-card h3,
    .sh-group-home #our-hotels .hotel-card h3 a {
        white-space: normal;
    }
}

@media (min-width: 1025px) and (max-width: 1439px) {
    .sh-group-home #our-hotels .hotel-card-body,
    .sh-group-home #our-hotels .hotel-card__body {
        padding-right: 24px;
        padding-left: 24px;
    }

    .sh-group-home #our-hotels .hotel-card-features span,
    .sh-group-home #our-hotels .hotel-card__feature {
        grid-template-columns: 24px minmax(0, 1fr);
        column-gap: 9px;
        padding: 0 10px;
    }

    .sh-group-home #our-hotels .hotel-card-features span:first-child,
    .sh-group-home #our-hotels .hotel-card__feature:first-child {
        padding-left: 0;
        padding-right: 10px;
    }

    .sh-group-home #our-hotels .hotel-card-features span:last-child,
    .sh-group-home #our-hotels .hotel-card__feature:last-child {
        grid-template-columns: 20px minmax(0, 1fr);
        column-gap: 11px;
        padding-left: 14px;
        padding-right: 0;
    }

    .sh-group-home #our-hotels .hotel-card-feature-icon,
    .sh-group-home #our-hotels .hotel-card__feature-icon {
        width: 23px;
        height: 23px;
    }

    .sh-group-home #our-hotels .hotel-card-feature-icon--route {
        transform: scale(0.82);
        transform-origin: left center;
    }

    .sh-group-home #our-hotels .hotel-card-features b,
    .sh-group-home #our-hotels .hotel-card__feature-label {
        font-size: 13.35px;
        line-height: 1.22;
    }
}

@media (max-width: 767px) {
    .sh-group-home #our-hotels .hotel-card-image,
    .sh-group-home #our-hotels .hotel-card__image-wrap {
        aspect-ratio: 1.52 / 1;
    }

    .sh-group-home #our-hotels .hotel-card-body,
    .sh-group-home #our-hotels .hotel-card__body {
        min-height: 0;
        padding: 24px;
    }

    .sh-group-home #our-hotels .hotel-card h3,
    .sh-group-home #our-hotels .hotel-card h3 a {
        white-space: normal;
    }

    .sh-group-home #our-hotels .hotel-card-features span,
    .sh-group-home #our-hotels .hotel-card__feature {
        grid-template-columns: 22px minmax(0, 1fr);
        column-gap: 8px;
        padding-inline: 8px;
    }

    .sh-group-home #our-hotels .hotel-card-feature-icon,
    .sh-group-home #our-hotels .hotel-card__feature-icon {
        width: 22px;
        height: 22px;
    }

    .sh-group-home #our-hotels .hotel-card-features b,
    .sh-group-home #our-hotels .hotel-card__feature-label {
        font-size: 12.75px;
    }
}

/* Final locked-reference alignment: Our Hotels desktop precision pass only. */
.sh-group-home #our-hotels .hotels-section__desktop-break {
    display: none;
}

@media (min-width: 1025px) {
    .sh-group-home #our-hotels.hotels-section {
        padding-top: 32px;
        padding-bottom: 108px;
    }

    .sh-group-home #our-hotels.hotels-section::before,
    .sh-group-home #our-hotels.hotels-section::after {
        content: none !important;
        display: none !important;
    }

    .sh-group-home #our-hotels > .container {
        width: min(1384px, calc(100% - 96px));
        max-width: 1384px;
        margin-inline: auto;
        padding-inline: 0;
    }

    .sh-group-home #our-hotels .hotels-section__intro {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 240px;
        align-items: start;
        gap: 44px;
        padding-left: 28px;
        margin-bottom: 36px;
    }

    .sh-group-home #our-hotels .hotels-section__heading {
        max-width: none;
    }

    .sh-group-home #our-hotels .hotels-section__heading .eyebrow {
        font-family: "Poppins", Arial, sans-serif;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0.18em;
        color: #b98a38;
        text-transform: uppercase !important;
    }

    .sh-group-home #our-hotels .hotels-section__heading h2 {
        font-family: "Playfair Display", Georgia, serif;
        max-width: none;
        font-size: clamp(54px, 3.85vw, 64px);
        font-weight: 500;
        line-height: 1.02;
        letter-spacing: -0.025em;
        color: #0f2341;
        white-space: nowrap;
        text-transform: none !important;
        font-variant: normal !important;
        font-variant-caps: normal !important;
    }

    .sh-group-home #our-hotels .hotels-section__heading > p {
        max-width: 760px;
        font-family: "Poppins", Arial, sans-serif;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.55;
        color: #4e5967;
        text-transform: none !important;
        font-variant: normal !important;
        font-variant-caps: normal !important;
    }

    .sh-group-home #our-hotels .hotels-section__desktop-break {
        display: block;
    }

    .sh-group-home #our-hotels .hotels-section__cta {
        align-self: start;
        margin-top: 47px;
        text-transform: none !important;
        font-variant: normal !important;
        font-variant-caps: normal !important;
    }

    .sh-group-home #our-hotels .hotel-grid {
        max-width: 1384px;
        margin-inline: auto;
        gap: 28px;
    }

    .sh-group-home #our-hotels .hotel-card {
        overflow: hidden;
        padding: 0;
    }

    .sh-group-home #our-hotels .hotel-card-body,
    .sh-group-home #our-hotels .hotel-card__body {
        display: flex;
        flex-direction: column;
        min-height: 330px;
        padding: 30px 30px 28px;
        overflow: visible;
    }

    .sh-group-home #our-hotels .hotel-card-image,
    .sh-group-home #our-hotels .hotel-card__image-wrap {
        width: 100%;
        aspect-ratio: 1.56 / 1;
        overflow: hidden;
        margin: 0;
        padding: 0;
        border-radius: 15px 15px 0 0;
    }

    .sh-group-home #our-hotels .hotel-card-image img,
    .sh-group-home #our-hotels .hotel-card__image-wrap img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        margin: 0;
        padding: 0;
        transform: none;
    }

    .sh-group-home #our-hotels .hotel-card__identity-divider {
        display: block;
        width: 100%;
        max-width: 390px;
        height: auto;
        margin: 18px auto 16px;
        opacity: 1;
        filter: saturate(1.08) contrast(1.08);
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .sh-group-home #our-hotels .hotel-card-features,
    .sh-group-home #our-hotels .hotel-card__features {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: center;
        width: 100%;
        min-height: 96px;
        margin-top: 16px;
        padding: 16px 0 14px;
        border: 0 !important;
        border-bottom: 0 !important;
        overflow: visible;
    }

    .sh-group-home #our-hotels .hotel-card-features::before,
    .sh-group-home #our-hotels .hotel-card__features::before {
        content: none !important;
        display: none !important;
    }

    .sh-group-home #our-hotels .hotel-card-features > .hotel-card__feature,
    .sh-group-home #our-hotels .hotel-card__feature {
        position: relative;
        display: grid;
        grid-template-columns: 24px minmax(0, 1fr);
        column-gap: 9px;
        align-items: center;
        min-width: 0;
        padding: 0 10px;
        overflow: visible;
        text-align: left;
    }

    .sh-group-home #our-hotels .hotel-card-features > .hotel-card__feature:first-child,
    .sh-group-home #our-hotels .hotel-card__feature:first-child {
        padding-left: 4px;
    }

    .sh-group-home #our-hotels .hotel-card-features > .hotel-card__feature:not(:first-child)::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 1px;
        height: 42px;
        transform: translateY(-50%);
        background: rgba(188, 151, 89, 0.18);
    }

    .sh-group-home #our-hotels .hotel-card__feature::after,
    .sh-group-home #our-hotels .hotel-card__feature-label::after,
    .sh-group-home #our-hotels .hotel-card__feature-icon::after,
    .sh-group-home #our-hotels .hotel-card__amenity::after,
    .sh-group-home #our-hotels .hotel-card__amenity-label::after,
    .sh-group-home #our-hotels .hotel-card__amenity-icon::after {
        content: none !important;
        display: none !important;
    }

    .sh-group-home #our-hotels .hotel-card-feature-icon,
    .sh-group-home #our-hotels .hotel-card__feature-icon {
        display: grid;
        width: 24px;
        height: 24px;
        place-items: center;
        color: #c2a05d;
        opacity: 1;
    }

    .sh-group-home #our-hotels .hotel-card-feature-icon--image {
        display: block;
        object-fit: contain;
        object-position: center;
        filter: saturate(1.08) contrast(1.08);
    }

    .sh-group-home #our-hotels .hotel-card-feature-icon--larger {
        transform: scale(1.24);
        transform-origin: center;
    }

    .sh-group-home #our-hotels .hotel-card-feature-icon--city,
    .sh-group-home #our-hotels .hotel-card-feature-icon--family {
        transform: scale(0.82);
        transform-origin: left center;
    }

    .sh-group-home #our-hotels .hotel-card-features b,
    .sh-group-home #our-hotels .hotel-card__feature-label {
        display: block;
        min-width: 0;
        font-family: "Poppins", Arial, sans-serif;
        font-size: 13.5px;
        font-weight: 400;
        line-height: 1.18;
        letter-spacing: -0.01em;
        color: #273445;
        align-self: center;
        text-align: left;
        overflow: visible;
        text-transform: none !important;
        font-variant: normal !important;
        font-variant-caps: normal !important;
    }

    .sh-group-home #our-hotels .hotel-card-features .hotel-card__feature-label,
    .sh-group-home #our-hotels .hotel-card__feature .hotel-card__feature-label {
        position: static !important;
        display: block !important;
        grid-template-columns: none !important;
        column-gap: 0 !important;
        justify-items: stretch !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    .sh-group-home #our-hotels .hotel-card__feature-label span,
    .sh-group-home #our-hotels .hotel-card__feature-label .feature-label-line {
        position: static !important;
        display: block !important;
        grid-template-columns: none !important;
        column-gap: 0 !important;
        min-width: 0;
        margin: 0;
        padding: 0 !important;
        overflow: visible;
        text-overflow: clip;
        white-space: nowrap;
    }

    .sh-group-home #our-hotels .hotel-card-actions,
    .sh-group-home #our-hotels .hotel-card__footer {
        margin-top: auto;
        border: 0 !important;
    }

    .sh-group-home #our-hotels .hotel-card-actions::after,
    .sh-group-home #our-hotels .hotel-card__footer::after {
        content: none !important;
        display: none !important;
    }

    .sh-group-home #our-hotels .hotel-card-primary,
    .sh-group-home #our-hotels .hotel-card__cta {
        text-decoration: none !important;
        border-bottom: 0 !important;
        background-image: none !important;
        text-transform: none !important;
        font-variant: normal !important;
        font-variant-caps: normal !important;
    }

    .sh-group-home #our-hotels .hotel-card-primary::before,
    .sh-group-home #our-hotels .hotel-card-primary::after,
    .sh-group-home #our-hotels .hotel-card__cta::before,
    .sh-group-home #our-hotels .hotel-card__cta::after {
        content: none !important;
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        background: none !important;
        border: 0 !important;
    }

    .sh-group-home #our-hotels .hotels-section__heading h2,
    .sh-group-home #our-hotels .hotels-section__heading > p,
    .sh-group-home #our-hotels .hotels-section__cta,
    .sh-group-home #our-hotels .hotel-card__title,
    .sh-group-home #our-hotels .hotel-card h3,
    .sh-group-home #our-hotels .hotel-card h3 a,
    .sh-group-home #our-hotels .hotel-card-location,
    .sh-group-home #our-hotels .hotel-card__feature-label,
    .sh-group-home #our-hotels .hotel-card__cta {
        text-transform: none !important;
        font-variant: normal !important;
        font-variant-caps: normal !important;
    }

    .sh-group-home #our-hotels .hotel-card h3,
    .sh-group-home #our-hotels .hotel-card h3 a {
        font-family: "Playfair Display", Georgia, serif;
        font-size: 27px;
        font-weight: 500;
        line-height: 1.08;
        letter-spacing: -0.018em;
        color: #102341;
        text-transform: none !important;
        font-variant: normal !important;
        font-variant-caps: normal !important;
        white-space: nowrap;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .sh-group-home #our-hotels .hotels-section__heading h2 {
        white-space: normal;
    }
}

/* Hard reset: The Shubham Experience section only */
.sh-group-home .experience-section {
    position: relative;
    overflow: hidden;
    padding: 84px 0 112px;
    background:
        radial-gradient(circle at 50% 0%, rgba(226, 203, 165, 0.18), transparent 42%),
        #fbf3e7;
}

.sh-group-home .experience-section::before,
.sh-group-home .experience-section::after {
    content: none;
    display: none;
}

.sh-group-home .experience-section__inner {
    position: relative;
    z-index: 1;
    width: min(100% - 80px, 1360px);
    margin-inline: auto;
}

.sh-group-home .experience-section__header {
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
}

.sh-group-home .experience-section__top-ornament {
    position: relative;
    width: 22px;
    height: 22px;
    margin: 0 auto 18px;
    color: #b98a38;
}

.sh-group-home .experience-section__top-ornament::before,
.sh-group-home .experience-section__top-ornament::after {
    content: "";
    position: absolute;
    inset: 2px;
    border: 1px solid currentColor;
    border-radius: 62% 38% 62% 38%;
}

.sh-group-home .experience-section__top-ornament::before {
    transform: rotate(45deg);
}

.sh-group-home .experience-section__top-ornament::after {
    transform: rotate(-45deg);
}

.sh-group-home .experience-section__eyebrow {
    margin: 0;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #b98a38;
}

.sh-group-home .experience-section__title {
    margin: 22px auto 0;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(52px, 4.2vw, 66px);
    font-weight: 400;
    line-height: 1.03;
    letter-spacing: -0.035em;
    color: #0b1e36;
    text-align: center;
    text-transform: none !important;
    font-variant: normal !important;
    font-variant-caps: normal !important;
    white-space: nowrap;
}

.sh-group-home .experience-section__title-divider {
    width: 160px;
    height: 12px;
    margin: 16px auto 0;
    position: relative;
}

.sh-group-home .experience-section__title-divider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, transparent, rgba(185, 138, 56, 0.34), transparent);
}

.sh-group-home .experience-section__title-divider::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%) rotate(45deg);
    border: 1px solid rgba(185, 138, 56, 0.44);
    background: #fbf3e7;
}

.sh-group-home .experience-section__intro {
    margin: 18px auto 0;
    max-width: 860px;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    color: #253449;
    text-align: center;
    text-transform: none !important;
}

.sh-group-home .experience-grid {
    width: 100%;
    max-width: 1328px;
    margin: 44px auto 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.sh-group-home .experience-card {
    position: relative;
    min-height: 315px;
    border-radius: 12px;
    overflow: hidden;
    isolation: isolate;
    background: #061a31;
    border: 1px solid rgba(188, 151, 89, 0.24);
    box-shadow:
        0 20px 42px rgba(8, 24, 42, 0.18),
        0 2px 0 rgba(188, 151, 89, 0.14);
}

.sh-group-home .experience-card::before,
.sh-group-home .experience-card::after {
    content: none;
    display: none;
}

.sh-group-home .experience-card__image {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sh-group-home .experience-card--bhubaneswar .experience-card__image {
    object-position: 74% center;
}

.sh-group-home .experience-card--puri .experience-card__image {
    object-position: 74% center;
}

.sh-group-home .experience-card--rourkela .experience-card__image {
    object-position: 72% center;
}

.sh-group-home .experience-card--culture .experience-card__image {
    object-position: center center;
    opacity: 0.52;
}

.sh-group-home .experience-card__image-mask {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg,
            rgba(5, 20, 36, 1) 0%,
            rgba(5, 20, 36, 0.99) 35%,
            rgba(5, 20, 36, 0.86) 54%,
            rgba(5, 20, 36, 0.22) 78%,
            rgba(5, 20, 36, 0.06) 100%);
}

.sh-group-home .experience-card--culture .experience-card__image-mask {
    background:
        linear-gradient(90deg,
            rgba(5, 20, 36, 0.99) 0%,
            rgba(5, 20, 36, 0.98) 48%,
            rgba(5, 20, 36, 0.92) 72%,
            rgba(5, 20, 36, 0.84) 100%),
        rgba(5, 20, 36, 0.52);
}

.sh-group-home .experience-card__content {
    position: relative;
    z-index: 2;
    width: 43%;
    min-height: 315px;
    padding: 58px 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    color: #fff7ea;
}

.sh-group-home .experience-card--bhubaneswar .experience-card__content {
    width: 42%;
}

.sh-group-home .experience-card--puri .experience-card__content {
    width: 41%;
    align-items: center;
    text-align: center;
}

.sh-group-home .experience-card--rourkela .experience-card__content {
    width: 43%;
}

.sh-group-home .experience-card--culture .experience-card__content {
    width: 54%;
    min-height: 315px;
    padding: 52px 46px;
    align-items: center;
    text-align: center;
}

.sh-group-home .experience-card--culture .experience-card__odia-title:not(.experience-card__odia-title--final),
.sh-group-home .experience-card--culture .story-experience-card__odia-title {
    display: none !important;
}

.sh-group-home .experience-card__small-mark {
    width: 18px;
    height: 18px;
    margin-bottom: 16px;
    display: block;
    position: relative;
}

.sh-group-home .experience-card__small-mark::before {
    content: "◇";
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #d0a357;
}

.sh-group-home .experience-card__rule {
    width: 112px;
    height: 1px;
    margin: 14px 0 18px;
    display: block;
    background: linear-gradient(90deg, transparent, rgba(208, 163, 87, 0.75), transparent);
}

.sh-group-home .experience-card--puri .experience-card__rule {
    margin-inline: auto;
}

.sh-group-home .experience-card__title {
    margin: 0;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 31px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.045em;
    color: #d0a357;
    text-transform: uppercase;
}

.sh-group-home .experience-card__text {
    margin: 0;
    max-width: 250px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.48;
    color: #fff7ea;
}

.sh-group-home .experience-card__odia-title {
    margin: 0;
    font-family: "Noto Serif Odia", "Noto Sans Oriya", Georgia, serif;
    font-size: clamp(34px, 3.1vw, 46px);
    font-weight: 600;
    line-height: 1.12;
    color: #d7a962;
    letter-spacing: -0.015em;
    text-transform: none;
}

.sh-group-home .experience-card__culture-title {
    margin: 15px 0 0;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    color: #d7a962;
}

.sh-group-home .experience-card__culture-text {
    margin: 14px 0 0;
    max-width: 340px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.55;
    color: #fff7ea;
}

@media (max-width: 1199px) {
    .sh-group-home .experience-section__title {
        white-space: normal;
        font-size: clamp(48px, 5.6vw, 60px);
    }

    .sh-group-home .experience-section__inner {
        width: min(100% - 48px, 1180px);
    }

    .sh-group-home .experience-card {
        min-height: 300px;
    }

    .sh-group-home .experience-card__content {
        width: 50%;
        padding: 48px 36px;
    }
}

@media (max-width: 767px) {
    .sh-group-home .experience-section {
        padding: 68px 0 82px;
    }

    .sh-group-home .experience-section__inner {
        width: min(100% - 32px, 640px);
    }

    .sh-group-home .experience-section__title {
        font-size: clamp(38px, 10vw, 48px);
        line-height: 1.05;
        white-space: normal;
    }

    .sh-group-home .experience-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 34px;
    }

    .sh-group-home .experience-card {
        min-height: 310px;
    }

    .sh-group-home .experience-card__content,
    .sh-group-home .experience-card--culture .experience-card__content {
        width: 72%;
        min-height: 310px;
        padding: 42px 28px;
        align-items: flex-start;
        text-align: left;
    }

    .sh-group-home .experience-card--puri .experience-card__content {
        align-items: flex-start;
        text-align: left;
    }

    .sh-group-home .experience-card--puri .experience-card__rule {
        margin-inline: 0;
    }

    .sh-group-home .experience-card__title {
        font-size: 27px;
    }

    .sh-group-home .experience-card__text,
    .sh-group-home .experience-card__culture-text {
        font-size: 16px;
    }
}

/* Final cascade guard for the hard-reset Experience section. */
.sh-group-home .experience-section {
    position: relative;
    overflow: hidden;
    padding: 84px 0 112px;
    background:
        radial-gradient(circle at 50% 0%, rgba(226, 203, 165, 0.18), transparent 42%),
        #fbf3e7;
}

.sh-group-home .experience-section::before,
.sh-group-home .experience-section::after {
    content: none !important;
    display: none !important;
}

.sh-group-home .experience-section__inner {
    width: min(100% - 80px, 1360px);
    margin-inline: auto;
}

.sh-group-home .experience-section__title {
    font-size: clamp(52px, 4.2vw, 66px);
    text-transform: none !important;
    font-variant: normal !important;
    font-variant-caps: normal !important;
    white-space: nowrap;
}

.sh-group-home .experience-grid {
    max-width: 1328px;
    margin: 44px auto 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.sh-group-home .experience-card {
    min-height: 315px;
}

.sh-group-home .experience-card--culture .experience-card__odia-title:not(.experience-card__odia-title--final),
.sh-group-home .experience-card--culture .story-experience-card__odia-title {
    display: none !important;
}

@media (max-width: 1199px) {
    .sh-group-home .experience-section__inner {
        width: min(100% - 48px, 1180px);
    }

    .sh-group-home .experience-section__title {
        white-space: normal;
        font-size: clamp(48px, 5.6vw, 60px);
    }
}

@media (max-width: 767px) {
    .sh-group-home .experience-section {
        padding: 68px 0 82px;
    }

    .sh-group-home .experience-section__inner {
        width: min(100% - 32px, 640px);
    }

    .sh-group-home .experience-section__title {
        font-size: clamp(38px, 10vw, 48px);
        line-height: 1.05;
        white-space: normal;
    }

    .sh-group-home .experience-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 34px;
    }
}

/* Final visual richness polish for The Shubham Experience section only. */
.sh-group-home .experience-section::before {
    content: "" !important;
    position: absolute;
    left: -90px;
    top: 18px;
    display: block !important;
    width: 360px;
    height: 360px;
    pointer-events: none;
    opacity: 0.11;
    background:
        radial-gradient(circle at 50% 50%, transparent 0 26%, rgba(185, 138, 56, 0.42) 26.4% 26.9%, transparent 27.2% 36%),
        repeating-conic-gradient(from 8deg, rgba(185, 138, 56, 0.34) 0 2deg, transparent 2deg 14deg),
        radial-gradient(circle at 50% 50%, transparent 0 63%, rgba(185, 138, 56, 0.38) 63.2% 63.8%, transparent 64.2%);
    border-radius: 50%;
}

.sh-group-home .experience-section::after {
    content: "" !important;
    position: absolute;
    right: -70px;
    top: 38px;
    display: block !important;
    width: 330px;
    height: 330px;
    pointer-events: none;
    opacity: 0.12;
    background:
        radial-gradient(ellipse at 42% 28%, rgba(185, 138, 56, 0.42) 0 1.5%, transparent 1.8%),
        radial-gradient(ellipse at 35% 42%, rgba(185, 138, 56, 0.34) 0 2.8%, transparent 3.1%),
        radial-gradient(ellipse at 50% 43%, rgba(185, 138, 56, 0.34) 0 2.8%, transparent 3.1%),
        radial-gradient(ellipse at 65% 42%, rgba(185, 138, 56, 0.34) 0 2.8%, transparent 3.1%),
        linear-gradient(125deg, transparent 0 48%, rgba(185, 138, 56, 0.28) 48.2% 48.6%, transparent 48.8%),
        linear-gradient(55deg, transparent 0 52%, rgba(185, 138, 56, 0.24) 52.2% 52.6%, transparent 52.8%);
    border-radius: 48% 52% 55% 45%;
}

.sh-group-home .experience-section__top-ornament {
    width: 22px;
    height: 22px;
    margin: 0 auto 18px;
    position: relative;
    color: #b98a38;
    background: none;
}

.sh-group-home .experience-section__top-ornament::before {
    content: "\2725";
    position: static;
    display: block;
    color: rgba(185, 138, 56, 0.88);
    font-size: 20px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    transform: none;
}

.sh-group-home .experience-section__top-ornament::after {
    content: none;
    display: none;
}

.sh-group-home .experience-card__small-mark {
    width: 22px;
    height: 22px;
    margin-bottom: 16px;
    display: block;
    color: #d0a357;
}

.sh-group-home .experience-card__small-mark::before {
    content: "\2725";
    display: block;
    color: rgba(208, 163, 87, 0.95);
    font-size: 19px;
    line-height: 1;
}

.sh-group-home .experience-card:not(.experience-card--culture) .experience-card__image-mask {
    background:
        linear-gradient(90deg,
            rgba(5, 20, 36, 0.98) 0%,
            rgba(5, 20, 36, 0.95) 33%,
            rgba(5, 20, 36, 0.58) 52%,
            rgba(5, 20, 36, 0.10) 78%,
            rgba(5, 20, 36, 0.02) 100%);
}

.sh-group-home .experience-card--culture .experience-card__image {
    opacity: 0.88;
    object-position: 82% center;
}

.sh-group-home .experience-card--culture .experience-card__image-mask {
    background:
        linear-gradient(90deg,
            rgba(5, 20, 36, 0.96) 0%,
            rgba(5, 20, 36, 0.90) 42%,
            rgba(5, 20, 36, 0.60) 70%,
            rgba(5, 20, 36, 0.36) 100%);
}

.sh-group-home .experience-card--culture::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    pointer-events: none;
    background:
        radial-gradient(ellipse at 38% 55%, rgba(5, 20, 36, 0.72) 0%, rgba(5, 20, 36, 0.58) 22%, transparent 48%);
}

.sh-group-home .experience-card--culture .experience-card__content {
    z-index: 2;
}

@media (max-width: 767px) {
    .sh-group-home .experience-section::before {
        left: -140px;
        top: 26px;
        width: 280px;
        height: 280px;
        opacity: 0.08;
    }

    .sh-group-home .experience-section::after {
        right: -150px;
        top: 80px;
        width: 250px;
        height: 250px;
        opacity: 0.08;
    }
}

/* Emergency fix: render Experience cards as complete supplied artwork images. */
.sh-group-home .experience-section {
    position: relative !important;
    overflow: hidden !important;
    padding: 88px 0 116px !important;
    background:
        radial-gradient(circle at 50% 0%, rgba(226, 203, 165, 0.18), transparent 42%),
        #fbf3e7 !important;
}

.sh-group-home .experience-section__inner {
    width: min(100% - 80px, 1376px) !important;
    margin-inline: auto !important;
}

.sh-group-home .experience-section__header {
    max-width: 1280px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.sh-group-home .experience-section__eyebrow {
    margin: 0 !important;
    font-family: "Poppins", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0.24em !important;
    text-transform: uppercase !important;
    color: #b98a38 !important;
}

.sh-group-home .experience-section__title {
    margin: 22px auto 0 !important;
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: clamp(58px, 4.65vw, 78px) !important;
    font-weight: 400 !important;
    line-height: 1.02 !important;
    letter-spacing: -0.038em !important;
    color: #0b1e36 !important;
    text-transform: none !important;
    font-variant-caps: normal !important;
    white-space: nowrap !important;
}

.sh-group-home .experience-section__intro {
    margin: 20px auto 0 !important;
    max-width: 900px !important;
    font-family: "Poppins", Arial, sans-serif !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
    color: #253449 !important;
}

.sh-group-home .experience-grid {
    width: 100% !important;
    max-width: 1328px !important;
    margin: 48px auto 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: none !important;
    gap: 20px !important;
}

.sh-group-home .experience-card,
.sh-group-home .experience-card--bhubaneswar,
.sh-group-home .experience-card--puri,
.sh-group-home .experience-card--rourkela,
.sh-group-home .experience-card--culture {
    position: relative !important;
    display: block !important;
    grid-template-columns: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 20px !important;
    background: #061a31 !important;
    box-shadow:
        0 20px 42px rgba(8, 24, 42, 0.18),
        0 2px 0 rgba(188, 151, 89, 0.14) !important;
}

.sh-group-home .experience-card::before,
.sh-group-home .experience-card::after,
.sh-group-home .experience-card--culture::before,
.sh-group-home .experience-card--culture::after {
    content: none !important;
    display: none !important;
    background: none !important;
}

.sh-group-home .experience-card__content,
.sh-group-home .experience-card__media,
.sh-group-home .experience-card__image-mask,
.sh-group-home .experience-card__overlay,
.sh-group-home .experience-card__text-panel,
.sh-group-home .experience-card__visual-panel,
.sh-group-home .experience-card__small-mark,
.sh-group-home .experience-card__rule,
.sh-group-home .experience-card__title,
.sh-group-home .experience-card__text,
.sh-group-home .experience-card__odia-title,
.sh-group-home .experience-card__culture-title,
.sh-group-home .experience-card__culture-text {
    display: none !important;
}

.sh-group-home .experience-card__picture,
.sh-group-home .experience-card picture {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

.sh-group-home .experience-card__artwork,
.sh-group-home .experience-card img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1815 / 866 !important;
    object-fit: cover !important;
    object-position: center !important;
    opacity: 1 !important;
}

@media (max-width: 767px) {
    .sh-group-home .experience-section {
        padding: 68px 0 84px !important;
    }

    .sh-group-home .experience-section__inner {
        width: min(100% - 32px, 640px) !important;
    }

    .sh-group-home .experience-section__title {
        white-space: normal !important;
        font-size: clamp(38px, 10vw, 48px) !important;
        line-height: 1.05 !important;
    }

    .sh-group-home .experience-grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        margin-top: 36px !important;
    }

    .sh-group-home .experience-card {
        border-radius: 20px !important;
    }

    .sh-group-home .experience-card__artwork,
    .sh-group-home .experience-card img {
        aspect-ratio: 1145 / 1374 !important;
    }
}

/* Final artwork-led implementation for The Shubham Experience section. */
.sh-group-home .experience-section {
    padding: clamp(96px, 8vw, 124px) 0 clamp(104px, 8.5vw, 132px) !important;
    background:
        radial-gradient(circle at 50% 0%, rgba(226, 203, 165, 0.16), transparent 44%),
        linear-gradient(180deg, #fbf3e7 0%, #f8eddd 100%) !important;
}

.sh-group-home .experience-section__inner {
    width: min(100% - clamp(48px, 5vw, 88px), 1360px) !important;
}

.sh-group-home .experience-section__header {
    max-width: 1220px !important;
}

.sh-group-home .experience-section__title {
    margin-top: 20px !important;
    font-size: clamp(58px, 4.8vw, 74px) !important;
    line-height: 1.03 !important;
    letter-spacing: -0.036em !important;
    text-wrap: balance !important;
}

.sh-group-home .experience-section__intro {
    margin-top: 18px !important;
    max-width: 850px !important;
    font-size: 17px !important;
    line-height: 1.62 !important;
}

.sh-group-home .experience-grid {
    width: 100% !important;
    max-width: 1328px !important;
    margin: clamp(44px, 4.5vw, 58px) auto 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: none !important;
    gap: clamp(20px, 1.8vw, 26px) !important;
    align-items: stretch !important;
}

.sh-group-home .experience-card,
.sh-group-home .experience-card--bhubaneswar,
.sh-group-home .experience-card--puri,
.sh-group-home .experience-card--rourkela,
.sh-group-home .experience-card--culture {
    position: relative !important;
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 1815 / 866 !important;
    overflow: hidden !important;
    isolation: isolate !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 20px !important;
    background: transparent !important;
    line-height: 0 !important;
    box-shadow:
        0 18px 34px rgba(8, 24, 42, 0.14),
        0 1px 0 rgba(188, 151, 89, 0.18) !important;
}

.sh-group-home .experience-card::before,
.sh-group-home .experience-card::after,
.sh-group-home .experience-card--culture::before,
.sh-group-home .experience-card--culture::after {
    content: none !important;
    display: none !important;
}

.sh-group-home .experience-card__picture {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: inherit !important;
    background: transparent !important;
    line-height: 0 !important;
}

.sh-group-home .experience-card__artwork {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: inherit !important;
    object-fit: cover !important;
    object-position: center !important;
    vertical-align: top !important;
    background: transparent !important;
}

@media (max-width: 1199px) {
    .sh-group-home .experience-section__inner {
        width: min(100% - 48px, 1180px) !important;
    }

    .sh-group-home .experience-section__title {
        white-space: normal !important;
        font-size: clamp(48px, 5.6vw, 62px) !important;
    }
}

@media (max-width: 767px) {
    .sh-group-home .experience-section {
        padding: 72px 0 84px !important;
    }

    .sh-group-home .experience-section__inner {
        width: min(100% - 40px, 640px) !important;
    }

    .sh-group-home .experience-section__title {
        font-size: clamp(38px, 10vw, 48px) !important;
        line-height: 1.06 !important;
        white-space: normal !important;
    }

    .sh-group-home .experience-section__intro {
        font-size: 16px !important;
    }

    .sh-group-home .experience-grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        margin-top: 38px !important;
    }

    .sh-group-home .experience-card,
    .sh-group-home .experience-card--bhubaneswar,
    .sh-group-home .experience-card--puri,
    .sh-group-home .experience-card--rourkela,
    .sh-group-home .experience-card--culture {
        aspect-ratio: 1145 / 1374 !important;
        border-radius: 20px !important;
    }
}

/* Locked Experience Odisha Through Shubham implementation. */
.sh-group-home .sh-experience {
    position: relative;
    overflow: hidden;
    padding: 46px 0 62px;
    border-block: 1px solid rgba(182, 141, 66, 0.3);
    background: #fbf3e7;
    isolation: isolate;
}

.sh-group-home .sh-experience__background-art {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    user-select: none;
    opacity: 0.025;
}

.sh-group-home .sh-experience__background-art::before,
.sh-group-home .sh-experience__background-art::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    background: url("/images/shubham-experience/experience-floral.png") center / contain no-repeat;
}

.sh-group-home .sh-experience__background-art::before {
    left: -112px;
    top: 38px;
}

.sh-group-home .sh-experience__background-art::after {
    right: -92px;
    bottom: 28px;
    transform: rotate(18deg);
}

.sh-group-home .sh-experience__container {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 112px), 1332px);
    margin-inline: auto;
}

.sh-group-home .sh-experience__header {
    width: 100%;
    max-width: 1320px;
    margin-inline: auto;
    text-align: center;
}

.sh-group-home .sh-experience__floral {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    object-fit: contain;
    opacity: 0.98;
}

.sh-group-home .sh-experience__eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
    color: #b8873e;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.23em;
    text-transform: uppercase;
}

.sh-group-home .sh-experience__eyebrow-line {
    width: 44px;
    height: 1px;
    flex: 0 0 auto;
    background: rgba(184, 135, 62, 0.52);
}

.sh-group-home .sh-experience__title {
    margin: 17px 0 0;
    color: #0b2441;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(56px, 4.65vw, 71px);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.04em;
    text-transform: none !important;
    font-variant-caps: normal !important;
    white-space: nowrap;
}

.sh-group-home .sh-experience__heading-divider {
    display: block;
    width: 188px;
    height: auto;
    margin: 16px auto 0;
    object-fit: contain;
    opacity: 0.9;
}

.sh-group-home .sh-experience__intro {
    max-width: 850px;
    margin: 13px auto 0;
    color: rgba(15, 36, 60, 0.82);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.55;
}

.sh-group-home .sh-experience__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    max-width: none;
    margin: 31px auto 0;
}

.sh-group-home .sh-experience-card {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    min-width: 0;
    border: 1px solid rgba(184, 135, 62, 0.42);
    border-radius: 12px;
    background: #071a30;
    box-shadow:
        0 10px 24px rgba(11, 32, 54, 0.095),
        0 2px 5px rgba(11, 32, 54, 0.057);
    isolation: isolate;
}

.sh-group-home .sh-experience-card__media,
.sh-group-home .sh-experience-card__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.sh-group-home .sh-experience-card__media {
    display: block;
    z-index: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: inherit;
    line-height: 0;
}

.sh-group-home .sh-experience-card__media img {
    display: block;
    object-fit: cover;
    object-position: center;
}

.sh-group-home .sh-experience-card--puri .sh-experience-card__media img {
    filter: brightness(0.98) saturate(0.98);
}

.sh-group-home .sh-experience-card__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            rgba(4, 20, 38, 0.98) 0%,
            rgba(4, 20, 38, 0.92) 27%,
            rgba(4, 20, 38, 0.58) 44%,
            rgba(4, 20, 38, 0.12) 65%,
            rgba(4, 20, 38, 0.01) 79%
        );
}

.sh-group-home .sh-experience-card__content {
    position: relative;
    z-index: 2;
    display: flex;
    width: 43%;
    height: 100%;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 28px 26px 30px;
    text-align: center;
}

.sh-group-home .sh-experience-card--bhubaneswar .sh-experience-card__content {
    width: 48%;
    padding-left: 32px;
    padding-right: 24px;
}

.sh-group-home .sh-experience-card__floral {
    display: block;
    width: 25px;
    height: 25px;
    flex: 0 0 auto;
    margin: 0 0 14px;
    object-fit: contain;
    opacity: 0.98;
}

.sh-group-home .sh-experience-card h3 {
    margin: 0;
    color: #d6a34d;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(30px, 2.1vw, 35px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    font-variant-caps: normal;
}

.sh-group-home .sh-experience-card--bhubaneswar h3 {
    font-size: clamp(28px, 2.02vw, 34px);
    letter-spacing: 0.018em;
    white-space: nowrap;
}

.sh-group-home .sh-experience-card--odisha h3 {
    max-width: 280px;
    font-size: clamp(25px, 1.8vw, 31px);
    line-height: 1.08;
    letter-spacing: 0;
    text-transform: none;
}

.sh-group-home .sh-experience-card--odisha h3 span {
    display: block;
    white-space: nowrap;
}

.sh-group-home .sh-experience-card__divider {
    display: block;
    width: 142px;
    height: auto;
    flex: 0 0 auto;
    margin: 12px auto 14px;
    opacity: 0.84;
    object-fit: contain;
}

.sh-group-home .sh-experience-card--odisha .sh-experience-card__content {
    width: 49%;
    padding-left: 24px;
    padding-right: 20px;
}

.sh-group-home .sh-experience-card--odisha .sh-experience-card__divider {
    margin-top: 17px;
    margin-bottom: 19px;
}

.sh-group-home .sh-experience-card__description {
    max-width: 245px;
    margin: 0;
    color: #fff9ef;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42;
    text-transform: none;
}

.sh-group-home .sh-experience-card__media img {
    object-position: center;
}

@media (max-width: 1199px) {
    .sh-group-home .sh-experience__title {
        max-width: 900px;
        margin-inline: auto;
        white-space: normal;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .sh-group-home .sh-experience {
        padding: 52px 0 64px;
    }

    .sh-group-home .sh-experience__container {
        width: min(calc(100% - 56px), 1080px);
    }

    .sh-group-home .sh-experience__title {
        font-size: clamp(48px, 6.3vw, 62px);
    }

    .sh-group-home .sh-experience__grid {
        gap: 16px;
    }

    .sh-group-home .sh-experience-card__content,
    .sh-group-home .sh-experience-card--bhubaneswar .sh-experience-card__content {
        width: 48%;
        padding-inline: 22px;
    }

    .sh-group-home .sh-experience-card--bhubaneswar .sh-experience-card__content {
        width: 48%;
        padding-inline: 22px;
    }

    .sh-group-home .sh-experience-card h3,
    .sh-group-home .sh-experience-card--bhubaneswar h3 {
        font-size: clamp(25px, 3vw, 31px);
        white-space: normal;
    }

    .sh-group-home .sh-experience-card--bhubaneswar h3 {
        white-space: normal;
    }

    .sh-group-home .sh-experience-card__description {
        font-size: 16px;
    }
}

@media (min-width: 901px) and (max-width: 1199px) {
    .sh-group-home .sh-experience-card--bhubaneswar .sh-experience-card__content {
        width: 58%;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .sh-group-home .sh-experience__grid {
        grid-template-columns: 1fr;
        max-width: 680px;
        margin-inline: auto;
    }

    .sh-group-home .sh-experience-card__content,
    .sh-group-home .sh-experience-card--bhubaneswar .sh-experience-card__content {
        width: 45%;
        padding: 30px 26px 31px;
    }

    .sh-group-home .sh-experience-card--bhubaneswar h3 {
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .sh-group-home .sh-experience {
        padding: 54px 0 62px;
    }

    .sh-group-home .sh-experience__background-art {
        opacity: 0.018;
    }

    .sh-group-home .sh-experience__container {
        width: min(calc(100% - 36px), 520px);
    }

    .sh-group-home .sh-experience__floral {
        width: 25px;
        height: 25px;
    }

    .sh-group-home .sh-experience__eyebrow {
        gap: 10px;
        font-size: 10px;
        letter-spacing: 0.18em;
    }

    .sh-group-home .sh-experience__eyebrow-line {
        width: 28px;
        flex-basis: 28px;
    }

    .sh-group-home .sh-experience__title {
        max-width: 100%;
        margin-top: 16px;
        font-size: clamp(39px, 11vw, 52px);
        line-height: 1.02;
        letter-spacing: -0.035em;
        white-space: normal;
    }

    .sh-group-home .sh-experience__heading-divider {
        width: 158px;
        margin-top: 15px;
    }

    .sh-group-home .sh-experience__intro {
        margin-top: 12px;
        font-size: 15px;
        line-height: 1.55;
    }

    .sh-group-home .sh-experience__grid {
        grid-template-columns: 1fr;
        gap: 17px;
        margin-top: 28px;
    }

    .sh-group-home .sh-experience-card {
        aspect-ratio: 4 / 5;
        border-radius: 17px;
    }

    .sh-group-home .sh-experience-card__content,
    .sh-group-home .sh-experience-card--bhubaneswar .sh-experience-card__content,
    .sh-group-home .sh-experience-card--odisha .sh-experience-card__content {
        width: 100%;
        height: auto;
        min-height: 43%;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 32px 25px;
        text-align: left;
    }

    .sh-group-home .sh-experience-card__floral {
        width: 23px;
        height: 23px;
        margin-bottom: 13px;
    }

    .sh-group-home .sh-experience-card h3,
    .sh-group-home .sh-experience-card--bhubaneswar h3,
    .sh-group-home .sh-experience-card--odisha h3 {
        font-size: 32px;
        line-height: 1.05;
        white-space: normal;
    }

    .sh-group-home .sh-experience-card--odisha h3 {
        max-width: 260px;
        font-size: 29px;
    }

    .sh-group-home .sh-experience-card__divider {
        width: 140px;
        margin: 12px 0 13px;
        margin-left: 0;
    }

    .sh-group-home .sh-experience-card__description {
        max-width: 270px;
        font-size: 18px;
        line-height: 1.4;
    }

    .sh-group-home .sh-experience-card__shade {
        background:
            linear-gradient(
                180deg,
                rgba(4, 20, 38, 0.90) 0%,
                rgba(4, 20, 38, 0.68) 35%,
                rgba(4, 20, 38, 0.18) 66%,
                rgba(4, 20, 38, 0.03) 82%
            );
    }
}

@media (max-width: 430px) {
    .sh-group-home .sh-experience__container {
        width: min(calc(100% - 32px), 520px);
    }

    .sh-group-home .sh-experience-card__content,
    .sh-group-home .sh-experience-card--bhubaneswar .sh-experience-card__content,
    .sh-group-home .sh-experience-card--odisha .sh-experience-card__content {
        padding: 30px 22px;
    }

    .sh-group-home .sh-experience-card h3,
    .sh-group-home .sh-experience-card--bhubaneswar h3,
    .sh-group-home .sh-experience-card--odisha h3 {
        font-size: 31px;
    }

    .sh-group-home .sh-experience-card__description {
        font-size: 17px;
    }
}

/* Locked Why Choose section */
.sh-group-home .sh-why {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 62px 0 96px;
    background: radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.66), transparent 42%), #fbf4e9;
    color: #0a213e;
}

.sh-group-home .sh-why__top-band,
.sh-group-home .sh-why__bottom-band {
    position: absolute;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 34px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.025)),
        #061b32;
}

.sh-group-home .sh-why__top-band {
    top: 0;
    border-bottom: 1px solid rgba(198, 145, 61, 0.82);
}

.sh-group-home .sh-why__bottom-band {
    bottom: 0;
    border-top: 1px solid rgba(198, 145, 61, 0.82);
}

.sh-group-home .sh-why__notch {
    position: absolute;
    left: 50%;
    z-index: 6;
    width: 58px;
    height: 27px;
    display: grid;
    place-items: center;
    transform: translate(-50%);
    background: #061b32;
    border: 1px solid rgba(198, 145, 61, 0.82);
}

.sh-group-home .sh-why__notch--top {
    bottom: -26px;
    border-top: 0;
    border-radius: 0 0 29px 29px;
}

.sh-group-home .sh-why__notch img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    position: relative;
    top: -8px;
}

.sh-group-home .sh-why__container {
    position: relative;
    z-index: 3;
    width: min(calc(100% - 112px), 1320px);
    margin-inline: auto;
}

.sh-group-home .sh-why__artwork {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

.sh-group-home .sh-why__artwork--left {
    top: 78px;
    left: 0;
    width: clamp(262px, 40vw, 508px);
    height: auto;
    object-fit: contain;
    opacity: 0.8;
}

.sh-group-home .sh-why__photo--right {
    position: absolute;
    top: 34px;
    right: 0;
    z-index: 0;
    width: min(39vw, 610px);
    height: 360px;
    overflow: hidden;
    opacity: 0.94;
    pointer-events: none;
    -webkit-mask-image:
        linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.24) 16%, #000 46%, #000 100%),
        linear-gradient(180deg, #000 0%, #000 66%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-image:
        linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.24) 16%, #000 46%, #000 100%),
        linear-gradient(180deg, #000 0%, #000 66%, transparent 100%);
    mask-composite: intersect;
}

.sh-group-home .sh-why__photo--right::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, #fbf4e9 0%, rgba(251, 244, 233, 0.86) 17%, rgba(251, 244, 233, 0.24) 50%, transparent 76%),
        linear-gradient(180deg, transparent 52%, rgba(251, 244, 233, 0.96) 100%);
}

.sh-group-home .sh-why__photo--right img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 68% center;
}

.sh-group-home .sh-why__header {
    position: relative;
    z-index: 3;
    max-width: 820px;
    margin: 0 auto;
    padding-top: 8px;
    text-align: center;
}

.sh-group-home .sh-why__eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.18em;
    color: #b87e2e;
    text-transform: uppercase;
}

.sh-group-home .sh-why__eyebrow > span:first-child,
.sh-group-home .sh-why__eyebrow > span:last-child {
    width: 42px;
    height: 1px;
    background: rgba(184, 126, 46, 0.54);
}

.sh-group-home .sh-why__title {
    margin: 18px 0 0;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400;
    line-height: 0.93;
    letter-spacing: -0.035em;
    text-transform: none !important;
}

.sh-group-home .sh-why__title span {
    display: block;
    text-transform: none !important;
}

.sh-group-home .sh-why__title span:first-child {
    font-size: clamp(55px, 4.6vw, 70px);
    color: #0a213e;
}

.sh-group-home .sh-why__title span:last-child {
    margin-top: 3px;
    font-size: clamp(54px, 4.5vw, 69px);
    color: #c28b3c;
}

.sh-group-home .sh-why__intro {
    margin: 18px auto 0;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.58;
    color: rgba(12, 35, 61, 0.88);
}

.sh-group-home .sh-why__header-ornament {
    position: relative;
    width: 12px;
    height: 12px;
    margin: 13px auto 0;
    transform: rotate(45deg);
    border: 1px solid rgba(190, 134, 49, 0.7);
}

.sh-group-home .sh-why__header-ornament::before,
.sh-group-home .sh-why__header-ornament::after {
    content: none !important;
    display: none !important;
    border: 0 !important;
    transform: none !important;
}

.sh-group-home .sh-why__features {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 16px;
    margin-top: 36px;
}

.sh-group-home .sh-why-card {
    min-width: 0;
    min-height: 218px;
    height: 100%;
    display: grid;
    grid-template-columns: 92px 1px minmax(0, 1fr);
    column-gap: 20px;
    align-items: center;
    padding: 25px 27px;
    border: 1px solid rgba(193, 151, 84, 0.14);
    border-radius: 13px;
    background: rgba(255, 253, 248, 0.91);
    box-shadow:
        0 9px 22px rgba(20, 38, 55, 0.055),
        0 2px 5px rgba(20, 38, 55, 0.035);
    backdrop-filter: blur(2px);
}

.sh-group-home .sh-why-card__icon {
    width: 84px;
    height: 84px;
    display: grid;
    place-items: center;
    align-self: center;
}

.sh-group-home .sh-why-card__icon img {
    width: 84px;
    height: 84px;
    display: block;
    object-fit: contain;
}

.sh-group-home .sh-why-card__separator {
    width: 1px;
    height: 69%;
    align-self: center;
    background: rgba(188, 139, 67, 0.42);
}

.sh-group-home .sh-why-card__body {
    min-width: 0;
    width: 100%;
}

.sh-group-home .sh-why-card__title {
    margin: 0;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.17;
    letter-spacing: -0.018em;
    color: #0a213e;
    text-transform: none !important;
}

.sh-group-home .sh-why-card__title span,
.sh-group-home .sh-why-trust__title span {
    display: block;
}

.sh-group-home .sh-why-card__accent {
    width: 34px;
    height: 1px;
    margin: 14px 0;
    background: #c28b3c;
}

.sh-group-home .sh-why-card__description {
    margin: 0;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.54;
    color: rgba(12, 35, 60, 0.82);
}

.sh-group-home .sh-why__trust-strip {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 16px;
    align-items: stretch;
    padding: 19px 16px 20px;
    border: 1px solid rgba(180, 134, 73, 0.14);
    border-radius: 13px;
    background: rgba(255, 253, 248, 0.92);
    box-shadow:
        0 6px 17px rgba(25, 40, 57, 0.045),
        0 1px 3px rgba(25, 40, 57, 0.025);
}

.sh-group-home .sh-why-trust {
    position: relative;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
}

.sh-group-home .sh-why-trust:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 12%;
    right: 0;
    width: 1px;
    height: 76%;
    background: rgba(190, 134, 49, 0.3);
}

.sh-group-home .sh-why-trust__icon {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto 11px;
    object-fit: contain;
}

.sh-group-home .sh-why-trust__title {
    margin: 0;
    max-width: 185px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.18;
    color: #0b2441;
    text-transform: none;
}

@media (min-width: 1200px) {
    .sh-group-home .sh-why-card:nth-child(1),
    .sh-group-home .sh-why-card:nth-child(3),
    .sh-group-home .sh-why-card:nth-child(6) {
        grid-template-columns: 88px 1px minmax(0, 1fr);
        column-gap: 18px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .sh-group-home .sh-why {
        padding: 62px 0 66px;
    }

    .sh-group-home .sh-why__container {
        width: min(calc(100% - 56px), 1080px);
    }

    .sh-group-home .sh-why__photo--right {
        width: 48vw;
        height: 300px;
        opacity: 0.66;
    }

    .sh-group-home .sh-why__artwork--left {
        width: clamp(220px, 31vw, 330px);
        opacity: 0.18;
    }

    .sh-group-home .sh-why__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sh-group-home .sh-why-card {
        min-height: 218px;
    }

    .sh-group-home .sh-why__trust-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px 0;
        padding: 18px 14px 20px;
    }

    .sh-group-home .sh-why-trust:nth-child(3)::after,
    .sh-group-home .sh-why-trust:last-child::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .sh-group-home .sh-why {
        padding: 66px 0 70px;
    }

    .sh-group-home .sh-why__top-band,
    .sh-group-home .sh-why__bottom-band {
        height: 28px;
    }

    .sh-group-home .sh-why__container {
        width: min(calc(100% - 36px), 520px);
    }

    .sh-group-home .sh-why__photo--right {
        top: 28px;
        right: -90px;
        width: 390px;
        height: 245px;
        opacity: 0.3;
    }

    .sh-group-home .sh-why__artwork--left {
        top: 105px;
        left: -70px;
        width: 270px;
        opacity: 0.12;
    }

    .sh-group-home .sh-why__header {
        max-width: 100%;
    }

    .sh-group-home .sh-why__eyebrow {
        gap: 10px;
        font-size: 11px;
        letter-spacing: 0.16em;
    }

    .sh-group-home .sh-why__eyebrow > span:first-child,
    .sh-group-home .sh-why__eyebrow > span:last-child {
        width: 28px;
    }

    .sh-group-home .sh-why__title {
        margin-top: 16px;
        line-height: 0.98;
    }

    .sh-group-home .sh-why__title span:first-child,
    .sh-group-home .sh-why__title span:last-child {
        font-size: clamp(42px, 12vw, 54px);
    }

    .sh-group-home .sh-why__intro {
        margin-top: 17px;
        font-size: 15px;
        line-height: 1.58;
    }

    .sh-group-home .sh-why__header-ornament::before,
    .sh-group-home .sh-why__header-ornament::after {
        width: 92px;
    }

    .sh-group-home .sh-why__features {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 25px;
    }

    .sh-group-home .sh-why-card {
        min-height: 0;
        grid-template-columns: 72px 1px minmax(0, 1fr);
        column-gap: 15px;
        padding: 23px 20px;
        border-radius: 14px;
    }

    .sh-group-home .sh-why-card__icon,
    .sh-group-home .sh-why-card__icon img {
        width: 62px;
        height: 62px;
    }

    .sh-group-home .sh-why-card__separator {
        height: 69%;
        min-height: 106px;
    }

    .sh-group-home .sh-why-card__title {
        font-size: 22px;
    }

    .sh-group-home .sh-why-card__description {
        font-size: 14px;
        line-height: 1.58;
    }

    .sh-group-home .sh-why__trust-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 12px;
        padding: 22px 18px;
    }

    .sh-group-home .sh-why-trust {
        padding: 0;
        text-align: center;
    }

    .sh-group-home .sh-why-trust:not(:last-child)::after {
        content: none;
    }

    .sh-group-home .sh-why-trust__icon {
        width: 34px;
        height: 34px;
        margin: 0 auto 10px;
    }

    .sh-group-home .sh-why-trust__title {
        font-size: 17px;
    }

    .sh-group-home .sh-why-trust:nth-child(5) {
        grid-column: 1 / -1;
    }
}

/* Footer-only cascade guard for historical root-level footer overrides above. */
.sh-group-home .site-footer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 0;
    color: rgba(244, 239, 229, 0.84);
    background:
        radial-gradient(circle at 16% 18%, rgba(201, 164, 90, 0.055), transparent 30rem),
        radial-gradient(circle at 89% 74%, rgba(201, 164, 90, 0.045), transparent 34rem),
        #000f22;
    font-family: var(--sh-font-ui, "Poppins", Arial, sans-serif);
}

.sh-group-home .site-footer::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 4;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 164, 90, 0.86) 8%, rgba(201, 164, 90, 0.86) 92%, transparent);
}

.sh-group-home .site-footer::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.16;
    background:
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 4px),
        linear-gradient(115deg, transparent 12%, rgba(255, 255, 255, 0.018) 46%, transparent 72%);
    pointer-events: none;
}
