/* The Shine Geoje homepage refinements — scoped to its unique sections. */
.the-shine-brand-logo img {
    display: block;
    width: auto;
    object-fit: contain;
}

.the-shine-brand-logo--header img {
    max-width: 164px;
    height: 58px;
    filter: drop-shadow(0 3px 12px rgba(0, 0, 0, .28));
}

.the-shine-brand-logo--offcanvas img {
    max-width: 236px;
    height: auto;
    max-height: 96px;
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, .28));
}

.the-shine-brand-logo--footer img {
    max-width: 238px;
    height: auto;
    max-height: 104px;
    filter: drop-shadow(0 4px 18px rgba(0, 0, 0, .38));
}

.the-shine-brand-logo--signature {
    display: flex;
    justify-content: flex-end;
}

.the-shine-brand-logo--signature img {
    max-width: 270px;
    height: auto;
    max-height: 122px;
}

.booking-information-page {
    position: relative;
    background: #f3efe8;
}

.shine-booking-confirmation {
    width: min(100%, 1120px);
    margin-inline: auto;
    padding: clamp(30px, 5vw, 66px);
    border: 1px solid rgba(78, 61, 42, .18);
    background: #fff;
    box-shadow: 0 24px 60px rgba(47, 37, 27, .1);
}

.shine-booking-confirmation__header {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.shine-booking-confirmation__logo {
    display: block;
    width: min(100%, 260px);
    height: auto;
    max-height: 118px;
    margin: 0 auto 22px;
    object-fit: contain;
}

.shine-booking-confirmation__eyebrow,
.shine-booking-confirmation__payment-kicker {
    margin: 0;
    color: #997a4c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .2em;
}

.shine-booking-confirmation__title {
    margin: 10px 0 12px;
    color: #29231d;
    font-family: var(--primary-font), serif;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.035em;
}

.shine-booking-confirmation__lead {
    margin: 0;
    color: #6c6258;
    font-size: 16px;
    line-height: 1.8;
}

.shine-booking-confirmation__payment-notice {
    display: grid;
    grid-template-columns: 132px 165px minmax(0, 1fr);
    align-items: center;
    gap: 22px;
    margin-bottom: 38px;
    padding: 22px 26px;
    border-left: 4px solid #c1a06e;
    background: #29251f;
    color: #fff;
}

.shine-booking-confirmation__payment-kicker {
    color: #d7bf96;
    font-size: 9px;
}

.shine-booking-confirmation__payment-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.02em;
}

.shine-booking-confirmation__payment-copy {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.7;
}

.shine-booking-confirmation__details {
    color: #4b433b;
}

.shine-booking-confirmation__details h4 {
    margin-top: 30px;
    color: #2d271f;
    font-size: 18px;
}

.shine-booking-confirmation__details .card,
.shine-booking-confirmation__details .table-responsive {
    border-color: rgba(74, 59, 42, .15);
    border-radius: 0;
}

.shine-booking-confirmation__invoice-button {
    min-height: 48px;
    padding: 12px 20px !important;
    border: 1px solid #3a3027 !important;
    border-radius: 0 !important;
    background: #302820 !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.01em;
    box-shadow: none !important;
}

.shine-booking-confirmation__invoice-button:hover,
.shine-booking-confirmation__invoice-button:focus-visible {
    border-color: #a98856 !important;
    background: #a98856 !important;
    color: #fff !important;
}

.shine-booking-confirmation__invoice-button:focus-visible {
    outline: 3px solid rgba(169, 136, 86, .3);
    outline-offset: 3px;
}

@media (max-width: 991px) {
    .the-shine-brand-logo--header img {
        max-width: 150px;
        height: 54px;
    }
}

@media (max-width: 767px) {
    .the-shine-brand-logo--signature {
        justify-content: flex-start;
        margin-top: 28px;
    }

    .the-shine-brand-logo--signature img {
        max-width: 224px;
    }

    .booking-information-page > .pt-60 {
        padding-block: 28px !important;
    }

    .shine-booking-confirmation {
        padding: 28px 20px;
    }

    .shine-booking-confirmation__title {
        font-size: 30px;
    }

    .shine-booking-confirmation__lead {
        font-size: 14px;
    }

    .shine-booking-confirmation__payment-notice {
        display: block;
        padding: 20px;
    }

    .shine-booking-confirmation__payment-title {
        display: block;
        margin: 8px 0;
    }

    .shine-booking-confirmation__details .btn-list {
        display: grid;
        grid-template-columns: 1fr;
    }

    .shine-booking-confirmation__invoice-button {
        width: 100%;
        justify-content: center;
    }
}

.the-shine-booking-actions {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
}

.the-shine-booking-action {
    position: relative;
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 8px;
    line-height: 1;
    text-decoration: none !important;
    transition:
        transform .24s cubic-bezier(.16, 1, .3, 1),
        color .24s ease,
        border-color .24s ease,
        background-color .24s ease,
        box-shadow .24s ease;
}

.the-shine-booking-action--yanolja {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    padding: 0;
    border-color: rgba(46, 25, 19, .16);
    background: #fff;
    box-shadow: 0 7px 18px rgba(46, 25, 19, .12);
}

.the-shine-booking-action--yanolja img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.the-shine-booking-action--direct {
    min-width: 0;
    height: 46px;
    flex: 1 1 auto;
    gap: 6px;
    padding: 0 9px;
    color: #fffaf3 !important;
    border-color: rgba(255, 255, 255, .14);
    background: linear-gradient(135deg, #6b482b 0%, #3a271d 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .16),
        0 8px 20px rgba(46, 25, 19, .2);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -.02em;
    white-space: nowrap;
}

.the-shine-booking-action--direct i {
    flex: 0 0 auto;
    font-size: 14px;
}

.the-shine-booking-action:hover {
    transform: translateY(-2px);
}

.the-shine-booking-action--yanolja:hover {
    border-color: rgba(46, 25, 19, .3);
    box-shadow: 0 10px 24px rgba(46, 25, 19, .18);
}

.the-shine-booking-action--direct:hover {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .26);
    background: linear-gradient(135deg, #7a5230 0%, #2e2019 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .2),
        0 11px 24px rgba(46, 25, 19, .25);
}

.the-shine-booking-action:active {
    transform: translateY(0) scale(.98);
}

.the-shine-booking-action:focus-visible {
    outline: 3px solid #be9874;
    outline-offset: 3px;
}

.menu-mobile .the-shine-booking-actions--mobile {
    display: grid;
    width: auto;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 8px;
    margin: 10px 16px 6px;
}

.menu-mobile .the-shine-booking-actions--mobile .the-shine-booking-action,
.menu-mobile .the-shine-booking-actions--mobile .the-shine-booking-action--yanolja {
    width: 100%;
    height: 48px;
}

.offcanvas-menu .the-shine-booking-actions--offcanvas {
    max-width: 286px;
    margin-top: 28px;
}

.the-shine-hero .the-shine-hero-slide {
    isolation: isolate;
    overflow: hidden;
    background-position: center center !important;
}

.the-shine-hero .the-shine-hero-slide::before,
.the-shine-hero .the-shine-hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.the-shine-hero .the-shine-hero-slide::before {
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(8, 12, 16, .36) 0%, rgba(8, 12, 16, .12) 36%, rgba(8, 12, 16, .68) 100%),
        linear-gradient(90deg, rgba(7, 11, 15, .36) 0%, rgba(7, 11, 15, .08) 52%, rgba(7, 11, 15, .28) 100%);
}

.the-shine-hero .the-shine-hero-slide::after {
    z-index: 1;
    background: radial-gradient(circle at 50% 45%, transparent 12%, rgba(5, 8, 11, .18) 68%, rgba(5, 8, 11, .42) 100%);
}

.the-shine-hero .the-shine-hero-slide > .container {
    position: relative;
    z-index: 2;
}

.the-shine-hero .the-shine-hero-content {
    max-width: 1040px;
    margin-inline: auto;
}

.the-shine-hero .the-shine-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    color: rgba(255, 249, 239, .96);
    font-family: var(--primary-font), sans-serif;
    font-size: clamp(11px, .85vw, 14px);
    font-weight: 700;
    letter-spacing: .3em;
    text-transform: uppercase;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .9);
}

.the-shine-hero .the-shine-hero-kicker::before,
.the-shine-hero .the-shine-hero-kicker::after {
    content: "";
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 235, 207, .95));
}

.the-shine-hero .the-shine-hero-kicker::after {
    transform: rotate(180deg);
}

.the-shine-hero .the-shine-hero-content h2 {
    max-width: 1000px;
    margin: 0 auto 28px;
    color: #fff;
    font-size: clamp(52px, 5.25vw, 88px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.045em;
    text-wrap: balance;
    text-shadow:
        0 2px 3px rgba(0, 0, 0, .92),
        0 12px 36px rgba(0, 0, 0, .7),
        0 0 1px rgba(255, 255, 255, .85);
}

.the-shine-hero .the-shine-hero-accent {
    display: block;
    margin-top: 8px;
    color: #ffe8c8;
    background: linear-gradient(180deg, #fffdf9 4%, #f3d4aa 92%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 10px 34px rgba(0, 0, 0, .48);
}

.the-shine-hero .the-shine-hero-content > p {
    width: min(100%, 780px);
    margin: 0 auto;
    padding: 13px 20px;
    color: rgba(255, 255, 255, .98);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 14px;
    background: rgba(8, 13, 18, .35);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 16px 42px rgba(0, 0, 0, .16);
    font-size: clamp(16px, 1.1vw, 19px);
    font-weight: 500;
    line-height: 1.7;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .92);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}

.the-shine-hero .the-shine-hero-actions {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.the-shine-hero .the-shine-room-cta.btn {
    display: inline-flex;
    min-width: 190px;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 13px;
    overflow: hidden;
    padding: 17px 32px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: all .4s cubic-bezier(.16, 1, .3, 1);
}

.the-shine-hero .the-shine-room-cta.btn::before {
    display: none !important;
}

.the-shine-hero .the-shine-room-cta.btn i {
    margin: 0;
    font-size: 15px;
    transition: transform .35s cubic-bezier(.16, 1, .3, 1);
}

.the-shine-hero .the-shine-room-cta.btn:hover {
    color: #111;
    background: #fff;
    border-color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 255, 255, 0.15);
}

.the-shine-hero .the-shine-room-cta.btn:hover i {
    transform: translateX(4px);
}

.the-shine-hero .the-shine-video-cta {
    display: inline-flex;
    min-height: 60px;
    align-items: center;
    gap: 16px;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: .08em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transition: color 0.3s ease;
}

.the-shine-hero .the-shine-video-cta i {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #d9ad79 0%, #bc8450 100%) !important;
    box-shadow: 0 0 20px rgba(217, 173, 121, 0.6) !important;
    line-height: 64px !important;
    animation: pulse-glow-btn 2s infinite cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform .4s cubic-bezier(.16, 1, .3, 1), box-shadow .4s ease;
}

@keyframes pulse-glow-btn {
    0% {
        box-shadow: 0 0 0 0 rgba(217, 173, 121, 0.6);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(217, 173, 121, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(217, 173, 121, 0);
    }
}

.the-shine-hero .the-shine-video-cta:hover i {
    transform: scale(1.1);
    box-shadow: 0 0 0 12px rgba(217, 173, 121, 0.2), 0 15px 35px rgba(217, 173, 121, 0.4) !important;
    animation: none;
}

.the-shine-hero .the-shine-video-cta:hover {
    color: #d9ad79 !important;
}

.the-shine-hero .the-shine-room-cta:focus-visible,
.the-shine-hero .the-shine-video-cta:focus-visible {
    outline: 3px solid #fff8ee;
    outline-offset: 4px;
}

@media (max-width: 991px) {
    .the-shine-hero .slider-bg .video-i.popup-video.the-shine-video-cta {
        display: inline-flex !important;
    }

    .the-shine-hero .the-shine-hero-content h2 {
        font-size: clamp(46px, 7.2vw, 68px);
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .menu-area .the-shine-booking-actions {
        gap: 6px;
    }

    .menu-area .the-shine-booking-action,
    .menu-area .the-shine-booking-action--yanolja {
        min-height: 42px;
        height: 42px;
    }

    .menu-area .the-shine-booking-action--yanolja {
        width: 42px;
        flex-basis: 42px;
    }

    .menu-area .the-shine-booking-action--direct {
        gap: 4px;
        padding-inline: 6px;
        font-size: 12px;
    }

    .menu-area .the-shine-booking-action--direct i {
        display: none;
    }
}

@media (max-width: 767px) {
    .the-shine-hero .the-shine-hero-kicker {
        gap: 9px;
        margin-bottom: 18px;
        font-size: 10px;
        letter-spacing: .2em;
    }

    .the-shine-hero .the-shine-hero-kicker::before,
    .the-shine-hero .the-shine-hero-kicker::after {
        width: 20px;
    }

    .the-shine-hero .the-shine-hero-content h2 {
        margin-bottom: 22px;
        font-size: clamp(38px, 10.7vw, 54px);
        line-height: 1.12;
    }

    .the-shine-hero .the-shine-hero-content > p {
        padding: 12px 15px;
        font-size: 15px;
        line-height: 1.6;
    }

    .the-shine-hero .the-shine-hero-actions {
        display: flex;
        width: min(100%, 280px);
        flex-direction: column;
        gap: 18px;
        margin-inline: auto;
    }

    .the-shine-hero .the-shine-room-cta.btn,
    .the-shine-hero .the-shine-video-cta {
        width: 100%;
        justify-content: center;
    }

    .the-shine-hero .the-shine-video-cta i {
        width: 52px;
        height: 52px;
        line-height: 50px !important;
    }

}

/* The Shine Geoje inner pages — reuse the Riorelax structure with scoped refinements. */
.menu-area .main-menu > li > a.active,
.menu-area .main-menu > li.active > a {
    color: var(--secondary-color) !important;
}

.menu-area .main-menu > li > a[aria-current="page"] {
    position: relative;
}

.menu-area .main-menu > li > a[aria-current="page"]::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    width: 24px;
    height: 2px;
    margin-inline: auto;
    background: var(--secondary-color);
}

.menu-mobile .nav-link.active,
.offcanvas-menu .menu a.active,
.offcanvas-menu .menu li.active > a {
    color: var(--secondary-color) !important;
    font-weight: 700;
}

.the-shine-inner-page {
    overflow: clip;
    color: #554a43;
    background: #fbfaf7;
}

.the-shine-inner-page .shine-page-lead,
.the-shine-inner-page .shine-page-section,
.the-shine-inner-page .shine-page-cta,
.the-shine-inner-page .shine-page-info-band {
    position: relative;
}

.the-shine-inner-page .shine-page-lead-grid,
.the-shine-inner-page .shine-page-editorial-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
    align-items: center;
    gap: clamp(42px, 6vw, 92px);
}

.the-shine-inner-page .shine-page-editorial-grid {
    grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr);
}

.the-shine-inner-page .shine-page-media {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: 14px;
    background: #e8e1d8;
    box-shadow: 0 24px 58px rgba(56, 38, 25, .14);
}

.the-shine-inner-page .shine-page-media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: inherit;
    box-shadow: inset 0 -70px 100px rgba(32, 22, 16, .08);
}

.the-shine-inner-page .shine-page-media--wide {
    aspect-ratio: 16 / 11;
}

.the-shine-inner-page .shine-page-media--portrait {
    width: min(100%, 560px);
    aspect-ratio: 4 / 5;
    justify-self: end;
}

.the-shine-inner-page .shine-page-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.001);
    transition: transform .65s cubic-bezier(.16, 1, .3, 1);
}

.the-shine-inner-page .shine-page-media:hover img {
    transform: scale(1.035);
}

.the-shine-inner-page .shine-page-eyebrow {
    display: inline-block;
    margin-bottom: 17px;
    color: #8a6240;
    font-family: var(--primary-font), sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .22em;
    line-height: 1.4;
    text-transform: uppercase;
}

.the-shine-inner-page .shine-page-copy h2,
.the-shine-inner-page .shine-page-section-heading h2,
.the-shine-inner-page .shine-page-info-band h2,
.the-shine-inner-page .shine-page-cta h2 {
    margin-bottom: 23px;
    color: #2e2018;
    font-size: clamp(36px, 4vw, 60px);
    font-weight: 650;
    line-height: 1.14;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.the-shine-inner-page .shine-page-copy p,
.the-shine-inner-page .shine-page-section-heading p {
    max-width: 62ch;
    margin-bottom: 0;
    color: #665b54;
    font-size: clamp(16px, 1.15vw, 18px);
    line-height: 1.85;
}

.the-shine-inner-page .shine-page-lead-text {
    margin-bottom: 30px !important;
}

.the-shine-inner-page .shine-page-copy .btn {
    margin-top: 31px;
}

.the-shine-inner-page .shine-page-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 36px 0 0;
    border-top: 1px solid rgba(100, 66, 34, .18);
    border-bottom: 1px solid rgba(100, 66, 34, .18);
}

.the-shine-inner-page .shine-page-facts > div {
    padding: 18px 16px 17px;
    border-right: 1px solid rgba(100, 66, 34, .14);
}

.the-shine-inner-page .shine-page-facts > div:first-child {
    padding-left: 0;
}

.the-shine-inner-page .shine-page-facts > div:last-child {
    border-right: 0;
}

.the-shine-inner-page .shine-page-facts dt {
    margin-bottom: 5px;
    color: #9a7654;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
}

.the-shine-inner-page .shine-page-facts dd {
    margin: 0;
    color: #35261e;
    font-size: 15px;
    font-weight: 700;
}

.the-shine-inner-page .shine-page-section--warm {
    background: #f4f0ea;
}

.the-shine-inner-page .shine-page-feature-list {
    margin: 35px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(100, 66, 34, .16);
}

.the-shine-inner-page .shine-page-feature-list li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    padding: 16px 0;
    color: #4d4038;
    border-bottom: 1px solid rgba(100, 66, 34, .13);
    font-size: 16px;
    line-height: 1.55;
}

.the-shine-inner-page .shine-page-feature-list i {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    color: #724a2d;
    border: 1px solid rgba(100, 66, 34, .2);
    border-radius: 50%;
    background: rgba(255, 255, 255, .66);
}

.the-shine-inner-page .shine-page-section-heading {
    max-width: 760px;
    margin: 0 auto clamp(40px, 5vw, 68px);
    text-align: center;
}

.the-shine-inner-page .shine-page-section-heading h2 {
    margin-bottom: 16px;
}

.the-shine-inner-page .shine-page-section-heading p {
    margin-inline: auto;
}

.the-shine-inner-page .shine-room-grid,
.the-shine-inner-page .shine-travel-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 28px);
}

.the-shine-inner-page .shine-room-card,
.the-shine-inner-page .shine-travel-card {
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(100, 66, 34, .12);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(56, 38, 25, .09);
}

.the-shine-inner-page .shine-room-card__media,
.the-shine-inner-page .shine-travel-card__media {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #e8e1d8;
}

.the-shine-inner-page .shine-room-card__media img,
.the-shine-inner-page .shine-travel-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.001);
    transition: transform .55s cubic-bezier(.16, 1, .3, 1), filter .35s ease;
}

.the-shine-inner-page .shine-room-card:hover .shine-room-card__media img,
.the-shine-inner-page .shine-travel-card:hover .shine-travel-card__media img {
    filter: saturate(1.04) contrast(1.02);
    transform: scale(1.045);
}

.the-shine-inner-page .shine-room-card__body,
.the-shine-inner-page .shine-travel-card__body {
    display: flex;
    min-height: 160px;
    flex: 1 1 auto;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 16px;
    padding: clamp(16px, 1.8vw, 24px);
}

.the-shine-inner-page .shine-room-card__building,
.the-shine-inner-page .shine-travel-card__body > span {
    display: inline-block;
    margin-bottom: 9px;
    color: #9a7654;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.the-shine-inner-page .shine-room-card h3,
.the-shine-inner-page .shine-travel-card h3 {
    margin-bottom: 6px;
    color: #2f2119;
    font-size: clamp(18px, 1.6vw, 24px);
    font-weight: 650;
    line-height: 1.2;
    letter-spacing: -.03em;
}

.the-shine-inner-page .shine-room-card p,
.the-shine-inner-page .shine-travel-card p {
    margin: 0;
    color: #71665f;
    font-size: 14px;
    line-height: 1.65;
}

.the-shine-inner-page .shine-text-link {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    padding-bottom: 5px;
    color: #644222;
    border-bottom: 1px solid rgba(100, 66, 34, .42);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    transition: color .25s ease, border-color .25s ease, transform .25s cubic-bezier(.16, 1, .3, 1);
}

.the-shine-inner-page .shine-text-link:hover {
    color: #2e1913;
    border-color: #2e1913;
    transform: translateX(3px);
}

.the-shine-inner-page .shine-travel-card__body {
    min-height: 245px;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
}

.the-shine-inner-page .shine-travel-card__body .shine-text-link {
    margin-top: auto;
    padding-top: 18px;
}

.the-shine-inner-page .the-shine-facility-column {
    display: flex;
}

.the-shine-inner-page .the-shine-facility-card {
    isolation: isolate;
    display: flex;
    width: 100%;
    min-height: 430px;
    align-items: flex-end;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: #15110e;
    box-shadow: 0 22px 48px rgba(35, 23, 15, .14);
}

.the-shine-inner-page .the-shine-facility-card::before,
.the-shine-inner-page .the-shine-facility-card:hover::before {
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(10, 8, 7, .08) 0%, rgba(10, 8, 7, .18) 44%, rgba(10, 8, 7, .92) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
}

.the-shine-inner-page .the-shine-facility-card .services-08-thumb {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.the-shine-inner-page .the-shine-facility-card .services-08-thumb img {
    display: block;
    width: 100%;
    max-width: none;
    height: 100% !important;
    margin: 0;
    opacity: 1;
    filter: none !important;
    object-fit: cover;
    object-position: center;
    transform: scale(1.001);
    transition: transform .7s cubic-bezier(.16, 1, .3, 1);
}

.the-shine-inner-page .the-shine-facility-card:hover .services-08-thumb img {
    transform: scale(1.055);
}

.the-shine-inner-page .the-shine-facility-icon {
    inset: 26px auto auto 26px;
    z-index: 4;
    display: inline-flex;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    opacity: 1;
    color: #5d3a20;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 50%;
    background: rgba(255, 249, 239, .96);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .24);
    font-size: 25px;
}

.the-shine-inner-page .the-shine-facility-card .services-08-content {
    position: relative;
    z-index: 3;
    display: flex;
    width: 100%;
    min-height: 205px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 38px 30px 30px;
}

.the-shine-inner-page .the-shine-facility-card .services-08-content::before {
    content: "";
    width: 42px;
    height: 2px;
    margin-bottom: 16px;
    background: #ebc697;
}

.the-shine-inner-page .the-shine-facility-card .services-08-content h3 {
    min-height: 35px;
    margin-bottom: 11px;
    color: #fffaf3;
    font-size: clamp(24px, 1.8vw, 29px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.025em;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .92);
}

.the-shine-inner-page .the-shine-facility-card .services-08-content p {
    min-height: 78px;
    margin: 0;
    color: rgba(255, 250, 243, .95);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.65;
    text-shadow: 0 2px 11px rgba(0, 0, 0, .95);
}

.the-shine-inner-page.the-shine-inner-page .the-shine-facility-card {
    min-height: 470px;
}

.the-shine-inner-page.the-shine-inner-page .the-shine-facility-card .services-08-content {
    min-height: 242px;
}

.the-shine-inner-page.the-shine-inner-page .the-shine-facility-card .services-08-content p {
    min-height: 105px;
}

.the-shine-inner-page .shine-page-info-band {
    padding: clamp(65px, 7vw, 96px) 0;
    color: #f8eee3;
    background: #2e211a;
}

.the-shine-inner-page .shine-page-info-band__inner {
    display: grid;
    grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
    align-items: start;
    gap: clamp(38px, 7vw, 100px);
}

.the-shine-inner-page .shine-page-info-band .shine-page-eyebrow {
    color: #d7ad80;
}

.the-shine-inner-page .shine-page-info-band h2 {
    margin: 0;
    color: #fff8ef;
    font-size: clamp(31px, 3vw, 47px);
}

.the-shine-inner-page .shine-page-info-band ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.the-shine-inner-page .shine-page-info-band li {
    display: grid;
    grid-template-columns: minmax(130px, .72fr) minmax(0, 1.28fr);
    gap: 20px;
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    line-height: 1.6;
}

.the-shine-inner-page .shine-page-info-band strong {
    color: #fff8ef;
    font-weight: 700;
}

.the-shine-inner-page .shine-page-info-band li span {
    color: rgba(255, 248, 239, .74);
}

.the-shine-inner-page .shine-page-cta {
    padding: clamp(70px, 8vw, 112px) 0;
    background:
        linear-gradient(120deg, rgba(190, 152, 116, .12), transparent 55%),
        #fbfaf7;
}

.the-shine-inner-page .shine-page-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: clamp(32px, 5vw, 64px);
    border: 1px solid rgba(100, 66, 34, .15);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 22px 52px rgba(56, 38, 25, .09);
}

.the-shine-inner-page .shine-page-cta h2 {
    margin-bottom: 12px;
    font-size: clamp(31px, 3.25vw, 50px);
}

.the-shine-inner-page .shine-page-cta p {
    max-width: 56ch;
    margin: 0;
    color: #6d6159;
    line-height: 1.75;
}

.the-shine-inner-page .shine-page-cta .btn {
    flex: 0 0 auto;
}

.the-shine-inner-page .shine-page-cta--location .shine-page-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    align-items: center;
    gap: clamp(28px, 4vw, 58px);
}

.the-shine-inner-page .shine-page-cta--location .shine-page-cta__copy {
    max-width: 480px;
}

.the-shine-inner-page .shine-page-cta--location .shine-page-cta__copy .btn {
    margin-top: 30px;
}

.the-shine-inner-page .shine-page-cta--location .shine-page-cta__map {
    width: 100%;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(100, 66, 34, .12);
    border-radius: 10px;
    background: #fbfaf7;
    box-shadow: 0 18px 40px rgba(56, 38, 25, .1);
}

.the-shine-inner-page .shine-page-cta--location .shine-page-cta__map img {
    display: block;
    width: 100%;
    height: auto;
}

.the-shine-inner-page a:focus-visible {
    outline: 3px solid #be9874;
    outline-offset: 4px;
}

.the-shine-inner-page .btn:active,
.the-shine-inner-page .shine-text-link:active {
    transform: translateY(1px) scale(.98);
}

@media (max-width: 991px) {
    .the-shine-inner-page .shine-page-lead-grid,
    .the-shine-inner-page .shine-page-editorial-grid,
    .the-shine-inner-page .shine-page-info-band__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 42px;
    }

    .the-shine-inner-page .shine-page-editorial-grid .shine-page-media {
        justify-self: start;
    }

    .the-shine-inner-page .shine-page-copy {
        max-width: 760px;
    }

    .the-shine-inner-page .shine-room-card__body {
        min-height: 205px;
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .the-shine-inner-page .shine-page-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .the-shine-inner-page .shine-page-cta--location .shine-page-cta__inner {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 767px) {
    .the-shine-inner-page .shine-page-lead,
    .the-shine-inner-page .shine-page-section {
        padding-top: 68px !important;
        padding-bottom: 68px !important;
    }

    .the-shine-inner-page .shine-page-media--wide {
        aspect-ratio: 4 / 3;
    }

    .the-shine-inner-page .shine-page-media--portrait {
        width: 100%;
        aspect-ratio: 4 / 5;
    }

    .the-shine-inner-page .shine-page-copy h2,
    .the-shine-inner-page .shine-page-section-heading h2 {
        font-size: clamp(33px, 9.3vw, 44px);
    }

    .the-shine-inner-page .shine-page-facts {
        grid-template-columns: minmax(0, 1fr);
    }

    .the-shine-inner-page .shine-page-facts > div,
    .the-shine-inner-page .shine-page-facts > div:first-child {
        padding: 14px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(100, 66, 34, .12);
    }

    .the-shine-inner-page .shine-page-facts > div:last-child {
        border-bottom: 0;
    }

    .the-shine-inner-page .shine-room-grid,
    .the-shine-inner-page .shine-travel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .the-shine-inner-page .shine-room-card__body,
    .the-shine-inner-page .shine-travel-card__body {
        min-height: 0;
        padding: 24px;
    }

    .the-shine-inner-page.the-shine-inner-page .the-shine-facility-card {
        min-height: 430px;
    }

    .the-shine-inner-page.the-shine-inner-page .the-shine-facility-card .services-08-content {
        min-height: 230px;
    }

    .the-shine-inner-page .shine-page-info-band li {
        grid-template-columns: minmax(0, 1fr);
        gap: 4px;
    }

    .the-shine-inner-page .shine-page-cta__inner {
        gap: 28px;
        padding: 28px 23px;
    }

    .the-shine-inner-page .shine-page-cta .btn {
        width: 100%;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .the-shine-booking-action,
    .the-shine-hero *,
    .the-shine-facilities *,
    .the-shine-inner-page * {
        scroll-behavior: auto !important;
        animation: none !important;
        transition-duration: .01ms !important;
    }
}

/* Instagram journal: a lightweight native-scroll gallery populated from the private Graph API endpoint. */
.the-shine-instagram {
    position: relative;
    overflow: hidden;
    padding: 142px 0 146px;
    background: #f5f2ee;
}

.the-shine-instagram::before {
    position: absolute;
    top: 0;
    right: 7vw;
    width: min(34vw, 520px);
    height: 1px;
    content: "";
    background: rgba(91, 65, 45, .28);
}

.the-shine-instagram__header {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(260px, .72fr);
    gap: 58px;
    align-items: end;
}

.the-shine-instagram__intro .the-shine-section-kicker {
    color: #9a6d47;
}

.the-shine-instagram__intro h2 {
    max-width: 760px;
    margin: 17px 0 0;
    color: #28231f;
    font-family: var(--heading-font, 'Jost', sans-serif);
    font-size: clamp(42px, 5.25vw, 78px);
    font-weight: 500;
    letter-spacing: -.055em;
    line-height: .98;
}

.the-shine-instagram__side {
    padding: 0 0 5px;
}

.the-shine-instagram__side p {
    max-width: 390px;
    margin: 0 0 23px;
    color: #645b53;
    font-size: 15px;
    letter-spacing: -.015em;
    line-height: 1.82;
}

.the-shine-instagram__profile-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 8px;
    color: #2f2924;
    border-bottom: 1px solid #9e704b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none;
    transition: color .25s ease, border-color .25s ease, transform .25s cubic-bezier(.16, 1, .3, 1);
}

.the-shine-instagram__profile-link i:first-child {
    color: #9e704b;
    font-size: 15px;
}

.the-shine-instagram__profile-link i:last-child {
    font-size: 13px;
}

.the-shine-instagram__profile-link:hover {
    color: #9e704b;
    border-color: #2f2924;
    transform: translateX(3px);
}

.the-shine-instagram__gallery {
    position: relative;
    margin-top: 58px;
}

.the-shine-instagram__controls {
    position: absolute;
    z-index: 2;
    top: -47px;
    right: 0;
    display: flex;
    gap: 8px;
}

.the-shine-instagram__controls button {
    display: grid;
    width: 38px;
    height: 38px;
    padding: 0;
    place-items: center;
    color: #2f2924;
    border: 1px solid rgba(47, 41, 36, .28);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: color .24s ease, border-color .24s ease, background-color .24s ease, transform .24s cubic-bezier(.16, 1, .3, 1);
}

.the-shine-instagram__controls button:not(:disabled):hover {
    color: #fff;
    border-color: #3e3025;
    background: #3e3025;
    transform: translateY(-2px);
}

.the-shine-instagram__controls button:active {
    transform: translateY(-1px) scale(.96);
}

.the-shine-instagram__controls button:disabled {
    opacity: .35;
    cursor: default;
}

.the-shine-instagram__track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 1px 1px 14px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.the-shine-instagram__track::-webkit-scrollbar {
    display: none;
}

.the-shine-instagram-card,
.the-shine-instagram__skeleton,
.the-shine-instagram__empty {
    position: relative;
    display: block;
    min-width: 0;
    flex: 0 0 clamp(236px, 23.2vw, 338px);
    aspect-ratio: 4 / 5;
    overflow: hidden;
    scroll-snap-align: start;
    border-radius: 2px;
}

.the-shine-instagram-card {
    color: #fff;
    background: #292724;
    text-decoration: none;
    isolation: isolate;
}

.the-shine-instagram-card__backdrop {
    position: absolute;
    z-index: 0;
    inset: -18px;
    overflow: hidden;
    background: #292724;
    pointer-events: none;
}

.the-shine-instagram-card__backdrop::after {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(31, 29, 26, .24);
}

.the-shine-instagram-card__backdrop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(24px) saturate(.82);
    opacity: .68;
    transform: scale(1.16);
}

.the-shine-instagram-card__image {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: filter .45s ease;
}

.the-shine-instagram-card::after {
    position: absolute;
    z-index: 2;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(27, 22, 18, .02) 34%, rgba(27, 22, 18, .78) 100%);
    opacity: .82;
    pointer-events: none;
    transition: opacity .35s ease;
}

.the-shine-instagram-card__overlay {
    position: absolute;
    z-index: 3;
    right: 20px;
    bottom: 18px;
    left: 20px;
}

.the-shine-instagram-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 9px;
    color: rgba(255, 255, 255, .86);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
}

.the-shine-instagram-card__caption {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 1.58;
}

.the-shine-instagram-card:hover {
    color: #fff;
}

.the-shine-instagram-card:hover .the-shine-instagram-card__image {
    filter: saturate(1.06);
}

.the-shine-instagram-card:hover::after {
    opacity: 1;
}

.the-shine-instagram-card:focus-visible,
.the-shine-instagram__profile-link:focus-visible,
.the-shine-instagram__controls button:focus-visible {
    outline: 2px solid #9e704b;
    outline-offset: 4px;
}

.the-shine-instagram__skeleton {
    background: linear-gradient(106deg, #e5dfd8 28%, #f1ece6 45%, #e5dfd8 62%);
    background-size: 220% 100%;
    animation: the-shine-instagram-shimmer 1.8s ease-in-out infinite;
}

.the-shine-instagram__skeleton span {
    position: absolute;
    right: 18px;
    bottom: 19px;
    left: 18px;
    height: 42px;
    border-top: 1px solid rgba(92, 76, 62, .12);
}

@keyframes the-shine-instagram-shimmer {
    0% { background-position: 100% 0; }
    100% { background-position: -120% 0; }
}

.the-shine-instagram__empty {
    display: flex;
    flex: 1 0 clamp(300px, 40vw, 516px);
    align-items: flex-end;
    padding: 30px;
    color: #fff;
    background: linear-gradient(135deg, #7e5a3d, #2f3938);
    text-decoration: none;
}

.the-shine-instagram__empty::before {
    position: absolute;
    top: 26px;
    left: 28px;
    content: "@THESHINE.GEOJE";
    color: rgba(255, 255, 255, .72);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
}

.the-shine-instagram__empty strong,
.the-shine-instagram__empty span {
    position: relative;
    z-index: 1;
    display: block;
}

.the-shine-instagram__empty strong {
    margin-bottom: 9px;
    font-family: var(--heading-font, 'Jost', sans-serif);
    font-size: clamp(25px, 2.7vw, 38px);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: 1.08;
}

.the-shine-instagram__empty span {
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
}

.the-shine-instagram__status {
    min-height: 18px;
    margin: 7px 0 0;
    color: #81766c;
    font-size: 12px;
}

.the-shine-instagram__status.is-hidden {
    visibility: hidden;
}

@media (max-width: 991px) {
    .the-shine-instagram {
        padding: 105px 0 108px;
    }

    .the-shine-instagram__header {
        grid-template-columns: 1fr;
        gap: 27px;
    }

    .the-shine-instagram__side {
        max-width: 510px;
    }

    .the-shine-instagram-card,
    .the-shine-instagram__skeleton {
        flex-basis: clamp(250px, 38vw, 340px);
    }
}

@media (max-width: 767px) {
    .the-shine-instagram {
        padding: 79px 0 82px;
    }

    .the-shine-instagram::before {
        right: 20px;
        width: 42vw;
    }

    .the-shine-instagram__intro h2 {
        font-size: clamp(37px, 11vw, 54px);
    }

    .the-shine-instagram__side p {
        margin-bottom: 18px;
        font-size: 14px;
    }

    .the-shine-instagram__gallery {
        margin-top: 38px;
    }

    .the-shine-instagram__controls {
        top: -45px;
    }

    .the-shine-instagram__controls button {
        width: 35px;
        height: 35px;
    }

    .the-shine-instagram__track {
        gap: 12px;
        margin-right: -15px;
        padding-right: 15px;
    }

    .the-shine-instagram-card,
    .the-shine-instagram__skeleton {
        flex-basis: min(76vw, 315px);
    }

    .the-shine-instagram-card__overlay {
        right: 16px;
        bottom: 15px;
        left: 16px;
    }

    .the-shine-instagram__empty {
        flex-basis: min(82vw, 350px);
        padding: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .the-shine-instagram *,
    .the-shine-instagram *::before,
    .the-shine-instagram *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* Bright ocean-story composition and richer guest-review cards */
.the-shine-view-story--bright {
    isolation: isolate;
    position: relative;
    padding: 148px 0 154px;
    color: #2e2925;
    background:
        linear-gradient(116deg, #f8f5f0 0%, #f8f5f0 51%, #eee7dc 51%, #eee7dc 100%);
}

.the-shine-view-story--bright::before,
.the-shine-view-story--bright::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.the-shine-view-story--bright::before {
    top: 72px;
    right: max(24px, calc((100vw - 1360px) / 2));
    bottom: 72px;
    left: auto;
    width: 1px;
    background: rgba(102, 76, 53, .17);
}

.the-shine-view-story--bright::after {
    top: 0;
    right: 0;
    width: min(35vw, 580px);
    height: 100%;
    border-left: 1px solid rgba(102, 76, 53, .1);
    background: linear-gradient(180deg, rgba(255, 253, 249, .42), rgba(255, 253, 249, 0));
}

.the-shine-view-story--bright .the-shine-view-story__grid {
    grid-template-columns: minmax(0, .96fr) minmax(390px, 1.04fr);
    align-items: center;
    gap: clamp(64px, 9vw, 144px);
}

.the-shine-view-story--bright .the-shine-view-story__media {
    padding: 0 0 50px 42px;
}

.the-shine-view-story--bright .the-shine-view-story__media::before {
    width: 68%;
    height: 66%;
    border-color: rgba(167, 122, 81, .52);
}

.the-shine-view-story--bright .the-shine-view-story__frame {
    min-height: 628px;
    border: 9px solid rgba(255, 253, 249, .82);
    background: #d3c5b6;
    box-shadow: 0 34px 66px rgba(62, 49, 37, .19);
}

.the-shine-view-story--bright .the-shine-view-story__frame::after {
    background: linear-gradient(180deg, rgba(31, 34, 34, .02) 38%, rgba(27, 29, 28, .5) 100%);
}

.the-shine-view-story--bright .the-shine-view-story__frame img {
    min-height: 610px;
}

.the-shine-view-story--bright .the-shine-view-story__media-mark {
    position: absolute;
    top: 33px;
    right: -26px;
    z-index: 2;
    padding: 10px 13px;
    color: #f9f4ec;
    background: #2d3b3d;
    box-shadow: 0 8px 22px rgba(32, 42, 42, .18);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .17em;
    writing-mode: vertical-rl;
}

.the-shine-view-story--bright .the-shine-view-story__caption {
    right: -10px;
    width: min(76%, 420px);
    padding: 23px 28px 24px;
    border-left: 3px solid #ac7d54;
    background: #fffdf9;
    box-shadow: 0 20px 50px rgba(68, 54, 40, .2);
}

.the-shine-view-story--bright .the-shine-view-story__caption span {
    color: #9b714c;
}

.the-shine-view-story--bright .the-shine-view-story__caption strong {
    color: #29373a;
}

.the-shine-view-story--bright .the-shine-view-story__content {
    position: relative;
    padding: 28px 0 20px;
}

.the-shine-view-story--bright .the-shine-view-story__chapter {
    display: block;
    margin: 0 0 34px;
    color: #9d7350;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .2em;
}

.the-shine-view-story--bright .the-shine-section-kicker {
    color: #607073;
}

.the-shine-view-story--bright .the-shine-view-story__content h2 {
    max-width: 700px;
    margin-bottom: 26px;
    color: #292825;
    font-size: clamp(45px, 4.2vw, 70px);
    line-height: 1.13;
    text-wrap: balance;
}

.the-shine-view-story--bright .the-shine-view-story__content > p {
    max-width: 590px;
    margin-bottom: 35px;
    color: #665e57;
    font-size: 16px;
    line-height: 1.9;
}

.the-shine-view-story--bright .the-shine-view-story__details {
    max-width: 620px;
    margin-bottom: 39px;
    border-color: rgba(80, 65, 51, .17);
}

.the-shine-view-story--bright .the-shine-view-story__details > div + div {
    border-color: rgba(80, 65, 51, .14);
}

.the-shine-view-story--bright .the-shine-view-story__details dt {
    color: #aa7a52;
}

.the-shine-view-story--bright .the-shine-view-story__details dd {
    color: #495255;
    font-weight: 700;
}

.the-shine-view-story--bright .the-shine-outline-link {
    color: #343b3d;
    border-color: #9b7656;
    background: rgba(255, 253, 249, .48);
}

.the-shine-view-story--bright .the-shine-outline-link:hover {
    color: #fffdf9;
    border-color: #354448;
    background: #354448;
}

.the-shine-review-card {
    min-height: 464px;
}

.the-shine-review-card__header {
    margin-bottom: 18px;
}

.the-shine-review-card__avatar {
    position: relative;
    display: inline-flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    color: #fffaf4;
    border: 2px solid rgba(255, 253, 248, .96);
    border-radius: 50%;
    background: linear-gradient(145deg, #d9a77c, #7e9a97);
    box-shadow: 0 7px 17px rgba(54, 43, 33, .22);
}

.the-shine-review-card__avatar::before {
    content: "";
    position: absolute;
    top: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(255, 247, 237, .78);
}

.the-shine-review-card__avatar::after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 30px;
    height: 23px;
    border-radius: 50% 50% 42% 42%;
    background: rgba(255, 247, 237, .7);
}

.the-shine-review-card__avatar > span {
    position: relative;
    z-index: 1;
    margin-bottom: 6px;
    padding: 1px 4px;
    color: #3d3732;
    border-radius: 8px;
    background: rgba(255, 253, 249, .86);
    font-size: 9px;
    font-weight: 900;
    line-height: 1.2;
}

.the-shine-review-slide:nth-child(3n + 2) .the-shine-review-card__avatar {
    background: linear-gradient(145deg, #9fb8b6, #557173);
}

.the-shine-review-slide:nth-child(3n) .the-shine-review-card__avatar {
    background: linear-gradient(145deg, #c9a98a, #92725f);
}

.the-shine-review-card__body {
    display: grid;
    min-height: 0;
    flex: 1 1 auto;
    grid-template-columns: minmax(0, 1fr) 145px;
    gap: 20px;
}

.the-shine-review-card__copy {
    min-width: 0;
}

.the-shine-review-card__copy h3 {
    margin-bottom: 13px;
}

.the-shine-review-card__copy > p {
    margin: 0;
    color: #665f59;
    font-size: 13px;
    line-height: 1.82;
    word-break: keep-all;
}

.the-shine-review-card__photos {
    display: grid;
    min-height: 224px;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 7px;
}

.the-shine-review-card__photos img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    border: 1px solid rgba(63, 53, 44, .1);
    border-radius: 5px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(53, 42, 31, .11);
}

.the-shine-review-card__photos img:nth-child(2) {
    object-position: center 58%;
}

.the-shine-review-card__photos img:nth-child(3) {
    object-position: center 68%;
}

.the-shine-review-card footer {
    margin-top: 21px;
}

@media (max-width: 1199px) {
    .the-shine-view-story--bright .the-shine-view-story__grid {
        gap: 60px;
    }

    .the-shine-view-story--bright .the-shine-view-story__frame {
        min-height: 560px;
    }

    .the-shine-view-story--bright .the-shine-view-story__frame img {
        min-height: 542px;
    }

    .the-shine-review-card__body {
        grid-template-columns: minmax(0, 1fr) 124px;
        gap: 15px;
    }
}

@media (max-width: 991px) {
    .the-shine-view-story--bright {
        padding: 108px 0 116px;
    }

    .the-shine-view-story--bright::before {
        top: 45px;
        right: 28px;
        bottom: 45px;
    }

    .the-shine-view-story--bright .the-shine-view-story__grid {
        grid-template-columns: 1fr;
        gap: 66px;
    }

    .the-shine-view-story--bright .the-shine-view-story__content {
        max-width: 720px;
        padding-top: 0;
    }

    .the-shine-view-story--bright .the-shine-view-story__frame {
        min-height: 580px;
    }

    .the-shine-view-story--bright .the-shine-view-story__frame img {
        min-height: 562px;
    }
}

@media (max-width: 767px) {
    .the-shine-view-story--bright {
        padding: 88px 0 94px;
        background: #f7f3ed;
    }

    .the-shine-view-story--bright::before {
        top: 28px;
        right: 20px;
        bottom: 28px;
    }

    .the-shine-view-story--bright::after {
        width: 70vw;
    }

    .the-shine-view-story--bright .the-shine-view-story__grid {
        gap: 54px;
    }

    .the-shine-view-story--bright .the-shine-view-story__media {
        padding: 0 0 33px 24px;
    }

    .the-shine-view-story--bright .the-shine-view-story__frame {
        min-height: 420px;
        border-width: 6px;
    }

    .the-shine-view-story--bright .the-shine-view-story__frame img {
        min-height: 408px;
    }

    .the-shine-view-story--bright .the-shine-view-story__media-mark {
        display: none;
    }

    .the-shine-view-story--bright .the-shine-view-story__caption {
        right: -1px;
        width: min(82%, 310px);
        padding: 17px 19px;
    }

    .the-shine-view-story--bright .the-shine-view-story__caption strong {
        font-size: 11px;
    }

    .the-shine-view-story--bright .the-shine-view-story__chapter {
        margin-bottom: 22px;
    }

    .the-shine-view-story--bright .the-shine-view-story__content h2 {
        font-size: clamp(38px, 10.2vw, 52px);
    }

    .the-shine-view-story--bright .the-shine-view-story__content > p {
        font-size: 14px;
        line-height: 1.8;
    }

    .the-shine-view-story--bright .the-shine-view-story__details {
        margin-bottom: 30px;
        padding: 18px 0;
    }

    .the-shine-view-story--bright .the-shine-view-story__details > div + div {
        padding-left: 10px;
    }

    .the-shine-view-story--bright .the-shine-view-story__details dd {
        font-size: 10px;
    }

    .the-shine-review-card {
        min-height: 0;
        padding: 25px 22px 22px;
    }

    .the-shine-review-card__body {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .the-shine-review-card__copy > p {
        font-size: 13px;
    }

    .the-shine-review-card__photos {
        min-height: 92px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-rows: 1fr;
        gap: 7px;
    }

    .the-shine-review-card footer {
        margin-top: 20px;
    }
}

/* The Shine inner-page hero: keep page titles readable over every room photo. */
.breadcrumb-area {
    isolation: isolate;
    background-position: center;
}

.breadcrumb-area::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(8, 17, 20, .58), rgba(8, 17, 20, .42) 48%, rgba(8, 17, 20, .55));
}

.breadcrumb-area > .container {
    position: relative;
    z-index: 1;
}

.breadcrumb-area .breadcrumb-title h2,
.breadcrumb-area .breadcrumb-item,
.breadcrumb-area .breadcrumb-item a {
    text-shadow: 0 3px 18px rgba(0, 0, 0, .8);
}

/* The Shine Geoje reservation list and room detail pages. */
.the-shine-reservation-page,
.the-shine-room-detail {
    color: #4f443c;
    background: #f7f4ef;
}

.the-shine-reservation-page__lead {
    padding: 72px 0 96px;
}

.the-shine-reservation-page__intro {
    max-width: 820px;
    margin-bottom: 38px;
}

.the-shine-reservation-page__eyebrow,
.the-shine-room-results__eyebrow,
.the-shine-room-detail__eyebrow,
.the-shine-room-detail__booking-eyebrow,
.the-shine-room-detail__section-heading > span,
.the-shine-room-search__heading > span {
    display: block;
    margin-bottom: 10px;
    color: #9a6f48;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .18em;
}

.the-shine-reservation-page__intro h1 {
    margin-bottom: 16px;
    color: #2f241e;
    font-size: clamp(38px, 5vw, 62px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.045em;
}

.the-shine-reservation-page__intro p {
    max-width: 690px;
    margin: 0;
    color: #6d625a;
    font-size: 17px;
    line-height: 1.8;
}

.the-shine-room-search {
    margin-bottom: 72px;
    padding: 32px 34px 34px;
    border: 1px solid #e5ddd2;
    border-top: 3px solid #8a5c36;
    background: #fff;
    box-shadow: 0 20px 50px rgba(62, 43, 31, .08);
}

.the-shine-room-search__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 26px;
    padding-bottom: 22px;
    border-bottom: 1px solid #eee7de;
}

.the-shine-room-search__heading > span {
    align-self: center;
    margin: 0 auto 0 0;
}

.the-shine-room-search__heading h2 {
    margin: 0;
    color: #2f241e;
    font-size: 29px;
    font-weight: 700;
    letter-spacing: -.035em;
}

.the-shine-room-search__heading p {
    margin: 0;
    color: #766a61;
    font-size: 14px;
}

.the-shine-room-search .contact-bg {
    padding: 0;
    background: transparent;
}

.the-shine-room-search .form-booking {
    margin-top: 0 !important;
}

.the-shine-room-search .booking-area {
    display: grid;
    grid-template-columns: repeat(2, minmax(145px, 1.1fr)) repeat(3, minmax(98px, .65fr)) minmax(145px, .9fr);
    align-items: end;
    gap: 12px;
    margin: 0;
}

.the-shine-room-search .booking-area > .col-lg-12 {
    width: 100%;
    max-width: none;
    flex: none;
    padding: 0;
}

.the-shine-room-search .contact-field,
.the-shine-room-search .input-group {
    display: block;
    margin-bottom: 0 !important;
}

.the-shine-room-search .contact-field label {
    display: flex;
    min-height: 24px;
    align-items: center;
    margin-bottom: 7px;
    color: #54473e;
    font-size: 13px;
    font-weight: 700;
}

.the-shine-room-search .contact-field label i {
    margin-right: 7px;
    color: #a57850;
}

.the-shine-room-search .contact-field > input {
    width: 100%;
    height: 54px;
    padding: 0 14px;
    color: #2f241e;
    border: 1px solid #ddd3c7;
    background: #fbfaf8;
}

.the-shine-room-search .input-quantity {
    display: grid;
    width: 100%;
    height: 54px;
    grid-template-columns: 40px 1fr 40px;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid #ddd3c7;
    background: #fbfaf8;
}

.the-shine-room-search .input-quantity .main-btn.btn {
    width: 40px;
    min-width: 0;
    height: 52px;
    padding: 0;
    color: #5f4d40;
    border: 0;
    background: #eee7de;
    font-size: 18px;
    line-height: 52px;
}

.the-shine-room-search .contact-field.input-group-two .input-quantity input {
    width: 100%;
    height: 52px !important;
    padding: 0 !important;
    color: #2f241e;
    border: 0;
    background: transparent;
    text-align: center;
}

.the-shine-room-search .slider-btn,
.the-shine-room-search .slider-btn .btn {
    display: block;
    width: 100%;
}

.the-shine-room-search .slider-btn {
    margin-top: 0 !important;
}

.the-shine-room-search .slider-btn .btn {
    min-height: 54px;
    padding: 0 18px;
    color: #fff;
    background: #5c3d27;
    font-size: 15px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -.01em;
}

.the-shine-room-search .slider-btn .btn:hover {
    background: #7a5233;
}

.the-shine-room-search .slider-btn .btn:active {
    transform: scale(.98);
}

.the-shine-room-results {
    padding: 0 0 20px;
}

.the-shine-room-results__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 30px;
}

.the-shine-room-results__heading h2 {
    margin: 0;
    color: #2f241e;
    font-size: clamp(29px, 3.2vw, 43px);
    font-weight: 700;
    letter-spacing: -.04em;
}

.the-shine-room-results__heading h2 strong {
    color: #94633e;
    font-weight: inherit;
}

.the-shine-room-results__heading > p {
    max-width: 480px;
    margin: 0 0 3px;
    color: #766a61;
    font-size: 14px;
    line-height: 1.7;
}

.the-shine-room-grid {
    margin-right: -12px;
    margin-left: -12px;
}

.the-shine-room-grid > [class*="col-"] {
    margin-bottom: 24px;
    padding-right: 12px;
    padding-left: 12px;
}

.the-shine-room-card.single-services {
    display: flex;
    width: 100%;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    margin: 0;
    border: 1px solid #e2d9ce;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(56, 39, 27, .08);
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.the-shine-room-card.single-services:hover {
    border-color: #c8b29d;
    box-shadow: 0 22px 52px rgba(56, 39, 27, .13);
    transform: translateY(-3px);
}

.the-shine-room-card.single-services::before {
    display: none;
    content: none;
}

.the-shine-room-card__media.services-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #ded7ce;
}

.the-shine-room-card__media > a,
.the-shine-room-card__media img,
.the-shine-room-card__image-placeholder {
    display: block;
    width: 100%;
    height: 100%;
}

.the-shine-room-card__media img {
    max-width: none;
    object-fit: cover;
    object-position: center;
    transition: transform .65s cubic-bezier(.16, 1, .3, 1), filter .3s ease;
}

.the-shine-room-card:hover .the-shine-room-card__media img {
    filter: saturate(1.04) contrast(1.02);
    transform: scale(1.045);
}

.the-shine-room-card__image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #96897e;
    font-size: 34px;
}

.the-shine-room-card__stay {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    min-width: 54px;
    padding: 8px 12px;
    color: #fff;
    background: rgba(39, 29, 23, .84);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.the-shine-room-card__body.services-content {
    display: flex;
    min-height: 320px;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 20px;
    background: #fff;
}

.the-shine-room-card__body.services-content span {
    display: initial;
    width: auto;
    height: auto;
    margin-bottom: 0;
    background: transparent;
    transition: none;
}

.the-shine-room-card.single-services:hover .the-shine-room-card__body.services-content span {
    background: transparent;
}

.the-shine-room-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 15px;
    margin-bottom: 17px;
    color: #796a5f;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.the-shine-room-card__meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.the-shine-room-card__meta i {
    color: #a1734d;
    font-size: 13px;
}

.the-shine-room-card__title {
    margin: 0 0 8px !important;
    color: #2f241e;
    font-size: clamp(17px, 1.6vw, 22px) !important;
    font-weight: 700;
    line-height: 1.25 !important;
    letter-spacing: -.035em;
}

.the-shine-room-card__title a {
    color: inherit;
}

.the-shine-room-card__title a:hover {
    color: #8a5c36;
}

.the-shine-room-card__description {
    display: -webkit-box !important;
    min-height: 42px;
    overflow: hidden;
    margin: 0 0 14px !important;
    color: #74685f;
    font-size: 12px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.the-shine-room-card__amenities {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
    margin: 0 0 14px;
    padding: 12px 0;
    border-top: 1px solid #eee7de;
    border-bottom: 1px solid #eee7de;
}

.the-shine-room-card__amenities li {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
    color: #655950;
    font-size: 12px;
    line-height: 1.35;
}

.the-shine-room-card__amenities li > img,
.the-shine-room-card__amenities li > svg,
.the-shine-room-card__amenities li > i {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: #986945;
    object-fit: contain;
}

.the-shine-room-card__amenities li > i {
    line-height: 18px;
    text-align: center;
}

.the-shine-room-card__amenities li span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.the-shine-room-card__price {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
    margin-bottom: 20px;
}

.the-shine-room-card__price span {
    color: #82756b;
    font-size: 12px;
    line-height: 1.45;
}

.the-shine-room-card__price strong {
    flex: 0 0 auto;
    color: #5b3a25;
    font-family: var(--heading-font), sans-serif;
    font-size: 19px;
    line-height: 1;
    letter-spacing: -.025em;
}

.the-shine-room-card__actions {
    display: flex;
    gap: 10px;
}

.the-shine-room-card__detail-link,
.the-shine-room-card__booking-form,
.the-shine-room-card__book-button {
    min-width: 0;
    flex: 1 1 0;
}

.the-shine-room-card__detail-link,
.the-shine-room-card__book-button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 10px;
    border: 1px solid #6f4b30;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    transition: color .22s ease, background-color .22s ease, transform .16s ease;
}

.the-shine-room-card__detail-link {
    color: #5b3a25;
    background: #fff;
}

.the-shine-room-card__detail-link:hover {
    color: #fff;
    background: #6f4b30;
}

.the-shine-room-card__booking-form {
    display: flex;
    margin: 0;
}

.the-shine-room-card__book-button {
    width: 100%;
    color: #fff;
    background: #5b3a25;
}

.the-shine-room-card__book-button:hover {
    border-color: #7c5334;
    background: #7c5334;
}

.the-shine-room-card__detail-link:active,
.the-shine-room-card__book-button:active {
    transform: scale(.98);
}

.the-shine-room-results__pagination {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

.the-shine-room-results__empty {
    padding: 74px 28px;
    border: 1px solid #dfd6cb;
    background: #fff;
    text-align: center;
}

.the-shine-room-results__empty i {
    margin-bottom: 20px;
    color: #9a704e;
    font-size: 40px;
}

.the-shine-room-results__empty h3 {
    margin-bottom: 10px;
    color: #31251f;
    font-size: 25px;
}

.the-shine-room-results__empty p {
    margin: 0;
    color: #796e65;
}

.the-shine-room-detail .service-detail {
    padding-inline-start: 0;
}

.the-shine-room-detail__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px 24px;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dfd5c9;
}

.the-shine-room-detail__header .the-shine-room-detail__eyebrow {
    width: 100%;
    margin-bottom: 0;
}

.the-shine-room-detail__header h1 {
    max-width: 65%;
    margin: 0;
    color: #2e231d;
    font-size: clamp(36px, 4.2vw, 58px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.045em;
}

.the-shine-room-detail__price {
    display: flex;
    align-items: end;
    flex-direction: column;
    gap: 5px;
    text-align: right;
}

.the-shine-room-detail__price span {
    color: #7b6e64;
    font-size: 13px;
    font-weight: 600;
}

.the-shine-room-detail__price strong {
    color: #69452d;
    font-family: var(--heading-font), sans-serif;
    font-size: 28px;
    line-height: 1.1;
}

.the-shine-room-detail__gallery {
    overflow: hidden;
    margin-bottom: 48px;
    border: 1px solid #ded4c7;
    background: #e2dbd3;
}

.the-shine-room-detail__gallery .room-details-slider a {
    display: block;
}

.the-shine-room-detail__gallery .room-details-slider img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
}

.the-shine-room-detail__gallery .room-details-slider-nav {
    padding: 10px 5px;
    background: #fff;
}

.the-shine-room-detail__gallery .room-details-slider-nav img {
    height: 84px;
    margin: 0 5px;
    border: 2px solid transparent;
    object-fit: cover;
    opacity: .7;
    cursor: pointer;
}

.the-shine-room-detail__gallery .room-details-slider-nav .slick-current img,
.the-shine-room-detail__gallery .room-details-slider-nav img.slick-current,
.the-shine-room-detail__gallery .room-details-slider-nav img:hover {
    border-color: #8e6241;
    opacity: 1;
}

.the-shine-room-detail__description,
.the-shine-room-detail__section,
.the-shine-room-detail__reviews,
.the-shine-room-detail__related {
    margin: 0 0 34px;
    padding: 34px;
    border: 1px solid #e1d8cd;
    background: #fff;
    box-shadow: 0 12px 34px rgba(56, 39, 27, .055);
}

.the-shine-room-detail__section-heading {
    margin-bottom: 24px;
}

.the-shine-room-detail__section-heading > span {
    margin-bottom: 8px;
}

.the-shine-room-detail .content-box .the-shine-room-detail__section-heading h2 {
    margin: 0;
    color: #2f241e;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.035em;
}

.the-shine-room-detail__copy,
.the-shine-room-detail__section,
.the-shine-room-detail__section p,
.the-shine-room-detail__section li {
    color: #665b53;
    font-size: 15px;
    line-height: 1.85;
}

.the-shine-room-detail__copy > :last-child,
.the-shine-room-detail__section > :last-child,
.the-shine-room-detail__section .hotel-rules-box > :last-child {
    margin-bottom: 0;
}

.the-shine-room-detail__amenities {
    margin-right: -8px;
    margin-left: -8px;
}

.the-shine-room-detail__amenities > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}

.the-shine-room-detail__amenity {
    display: flex;
    min-height: 64px;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    padding: 12px 14px;
    border: 1px solid #e8e0d7;
    color: #4f443c;
    background: #fbfaf8;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.the-shine-room-detail__amenity-icon {
    display: inline-flex;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    color: #8b5d3b;
    border: 1px solid #d9cbbb;
    background: #fff;
}

.the-shine-room-detail__amenity-icon img,
.the-shine-room-detail__amenity-icon svg {
    width: 19px;
    height: 19px;
    object-fit: contain;
}

.the-shine-room-detail .amenities-list .the-shine-room-detail__amenity > span {
    color: #4f443c;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
}

.the-shine-room-detail .amenities-list .the-shine-room-detail__amenity > .the-shine-room-detail__amenity-icon {
    color: #8b5d3b;
}

.the-shine-room-detail__booking-column {
    position: sticky;
    top: 112px;
}

.the-shine-room-detail .services-sidebar .the-shine-room-detail__booking-panel {
    margin: 0;
    padding: 34px 30px;
    border: 1px solid #493326;
    background: #30241d;
    box-shadow: 0 20px 50px rgba(40, 27, 19, .2);
}

.the-shine-room-detail__booking-panel .widget-title {
    margin: 0 0 9px;
    color: #fff;
    font-size: 29px;
    font-weight: 700;
    letter-spacing: -.035em;
}

.the-shine-room-detail__booking-eyebrow {
    color: #d1ac85;
}

.the-shine-room-detail__booking-copy {
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    line-height: 1.65;
}

.the-shine-room-detail__booking-panel .contact-bg {
    padding: 0;
    background: transparent;
}

.the-shine-room-detail__booking-panel .form-booking {
    margin-top: 26px !important;
}

.the-shine-room-detail__booking-panel .booking-area {
    margin-right: -6px;
    margin-left: -6px;
}

.the-shine-room-detail__booking-panel .booking-area > .col-lg-12 {
    padding-right: 6px;
    padding-left: 6px;
}

.the-shine-room-detail__booking-panel .contact-field,
.the-shine-room-detail__booking-panel .input-group {
    display: block;
    margin-bottom: 17px !important;
}

.the-shine-room-detail__booking-panel .contact-field label {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, .83);
    font-size: 12px;
    font-weight: 700;
}

.the-shine-room-detail__booking-panel .contact-field label i {
    margin-right: 7px;
    color: #d2ad87;
}

.the-shine-room-detail__booking-panel .contact-field > input {
    width: 100%;
    height: 50px;
    padding: 0 13px;
    color: #2e241e;
    border: 1px solid rgba(255, 255, 255, .24);
    background: #fff;
}

.the-shine-room-detail__booking-panel .input-quantity {
    display: grid;
    width: 100%;
    height: 50px;
    grid-template-columns: 40px 1fr 40px;
    align-items: stretch;
    overflow: hidden;
    background: #fff;
}

.the-shine-room-detail__booking-panel .input-quantity .main-btn.btn {
    width: 40px;
    min-width: 0;
    height: 50px;
    padding: 0;
    color: #5d4332;
    border: 0;
    background: #eee6dc;
    font-size: 18px;
    line-height: 50px;
}

.the-shine-room-detail__booking-panel .contact-field.input-group-two .input-quantity input {
    width: 100%;
    height: 50px !important;
    padding: 0 !important;
    color: #2e241e;
    border: 0;
    background: #fff;
    text-align: center;
}

.the-shine-room-detail__booking-panel .slider-btn,
.the-shine-room-detail__booking-panel .slider-btn .btn {
    display: block;
    width: 100%;
}

.the-shine-room-detail__booking-panel .slider-btn {
    margin-top: 6px !important;
}

.the-shine-room-detail__booking-panel .slider-btn .btn {
    min-height: 54px;
    padding: 0 18px;
    color: #2e2119;
    background: #d8b28b;
    font-size: 15px;
    font-weight: 800;
    line-height: 54px;
}

.the-shine-room-detail__booking-panel .slider-btn .btn:hover {
    background: #ecc9a5;
}

.the-shine-room-detail__booking-panel .slider-btn .btn:active {
    transform: scale(.98);
}

.the-shine-room-detail__related {
    margin-top: 50px;
}

.the-shine-room-detail__related .the-shine-room-card__body.services-content {
    min-height: 430px;
    padding: 22px;
}

.the-shine-room-detail__related .the-shine-room-card__title {
    font-size: 24px !important;
}

.the-shine-reservation-page a:focus-visible,
.the-shine-reservation-page button:focus-visible,
.the-shine-reservation-page input:focus-visible,
.the-shine-room-detail a:focus-visible,
.the-shine-room-detail button:focus-visible,
.the-shine-room-detail input:focus-visible {
    outline: 3px solid #d39c69;
    outline-offset: 3px;
}

@media (max-width: 1199px) {
    .the-shine-room-search .booking-area {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .the-shine-room-detail .services-sidebar .the-shine-room-detail__booking-panel {
        padding: 28px 22px;
    }
}

@media (max-width: 991px) {
    .the-shine-reservation-page__lead {
        padding: 58px 0 78px;
    }

    .the-shine-room-results__heading {
        display: block;
    }

    .the-shine-room-results__heading > p {
        max-width: 620px;
        margin-top: 14px;
    }

    .the-shine-room-detail__booking-column {
        position: static;
        margin-top: 18px;
    }

    .the-shine-room-detail .services-sidebar .the-shine-room-detail__booking-panel {
        max-width: 640px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .the-shine-reservation-page__lead {
        padding: 46px 0 64px;
    }

    .the-shine-reservation-page__intro {
        margin-bottom: 28px;
    }

    .the-shine-reservation-page__intro p {
        font-size: 15px;
    }

    .the-shine-room-search {
        margin-bottom: 54px;
        padding: 25px 20px;
    }

    .the-shine-room-search__heading {
        display: block;
    }

    .the-shine-room-search__heading > span {
        margin-bottom: 8px;
    }

    .the-shine-room-search__heading h2 {
        margin-bottom: 8px;
        font-size: 25px;
    }

    .the-shine-room-search .booking-area {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .the-shine-room-card__body.services-content {
        min-height: 0;
        padding: 23px 20px;
    }

    .the-shine-room-detail .container {
        padding-top: 42px !important;
    }

    .the-shine-room-detail__header {
        display: block;
    }

    .the-shine-room-detail__header h1 {
        max-width: none;
        margin-bottom: 18px;
    }

    .the-shine-room-detail__price {
        align-items: flex-start;
        text-align: left;
    }

    .the-shine-room-detail__gallery {
        margin-bottom: 30px;
    }

    .the-shine-room-detail__gallery .room-details-slider-nav img {
        height: 66px;
    }

    .the-shine-room-detail__description,
    .the-shine-room-detail__section,
    .the-shine-room-detail__reviews,
    .the-shine-room-detail__related {
        margin-bottom: 24px;
        padding: 25px 20px;
    }

    .the-shine-room-detail .content-box .the-shine-room-detail__section-heading h2 {
        font-size: 25px;
    }
}

@media (max-width: 479px) {
    .the-shine-room-card__amenities {
        grid-template-columns: 1fr;
    }

    .the-shine-room-card__price {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .the-shine-room-card__actions {
        flex-direction: column;
    }

    .the-shine-room-card__detail-link,
    .the-shine-room-card__booking-form {
        width: 100%;
        flex-basis: auto;
    }

    .the-shine-room-detail .services-sidebar .the-shine-room-detail__booking-panel {
        padding: 26px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .the-shine-reservation-page *,
    .the-shine-room-detail * {
        scroll-behavior: auto !important;
        animation: none !important;
        transition-duration: .01ms !important;
    }
}

/* The Shine Geoje homepage — editorial room, view, review, film and travel sections. */
.the-shine-room-showcase,
.the-shine-view-story,
.the-shine-reviews,
.the-shine-film,
.the-shine-travel,
.the-shine-news {
    --shine-ink: #23282a;
    --shine-ivory: #f6f2eb;
    --shine-paper: #fffdf9;
    --shine-brass: #b88a61;
    --shine-brass-dark: #876147;
    --shine-line: rgba(49, 43, 38, .16);
    position: relative;
}

.the-shine-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    color: var(--shine-brass-dark);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .23em;
    text-transform: uppercase;
}

.the-shine-section-kicker::before {
    content: "";
    width: 34px;
    height: 1px;
    background: currentColor;
}

.the-shine-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    align-items: end;
    gap: 70px;
    margin-bottom: 58px;
    padding-bottom: 38px;
    border-bottom: 1px solid var(--shine-line);
}

.the-shine-section-heading__title h2 {
    max-width: 720px;
    margin: 0;
    color: var(--shine-ink);
    font-size: clamp(45px, 4.35vw, 70px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.05em;
    word-break: keep-all;
}

.the-shine-section-heading__side {
    padding-bottom: 5px;
}

.the-shine-section-heading__side p {
    margin: 0 0 22px;
    color: #665f59;
    font-size: 16px;
    line-height: 1.8;
    word-break: keep-all;
}

.the-shine-text-link,
.the-shine-outline-link {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: #2f2925;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
}

.the-shine-text-link {
    padding-bottom: 8px;
    border-bottom: 1px solid #8f6a4e;
}

.the-shine-text-link i,
.the-shine-outline-link i {
    margin: 0;
    transition: transform .3s ease;
}

.the-shine-text-link:hover,
.the-shine-outline-link:hover {
    color: var(--shine-brass-dark);
}

.the-shine-text-link:hover i,
.the-shine-outline-link:hover i {
    transform: translateX(5px);
}

.the-shine-room-showcase {
    overflow: hidden;
    padding: 124px 0 112px;
    background:
        linear-gradient(90deg, transparent calc(50% - 1px), rgba(100, 84, 70, .055) 50%, transparent calc(50% + 1px)),
        var(--shine-ivory);
}

.the-shine-room-track:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.the-shine-room-track .slick-list {
    overflow: visible;
    margin: 0 -12px;
}

.the-shine-room-track .slick-track {
    display: flex;
}

.the-shine-room-track .slick-slide {
    float: none;
    height: auto;
    padding: 0 12px;
}

.the-shine-room-track .slick-slide > div,
.the-shine-room-slide,
.the-shine-room-showcase__card {
    height: 100%;
}

.the-shine-room-showcase__card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(65, 54, 46, .13);
    border-radius: 10px;
    background: var(--shine-paper);
    box-shadow: 0 20px 52px rgba(68, 54, 43, .08);
    transition: transform .45s cubic-bezier(.16, 1, .3, 1), box-shadow .45s ease;
}

.the-shine-room-showcase__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 66px rgba(68, 54, 43, .15);
}

.the-shine-room-showcase__image {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #ddd6cb;
}

.the-shine-room-showcase__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 19, 20, .05), transparent 45%, rgba(16, 19, 20, .52));
    pointer-events: none;
}

.the-shine-room-showcase__image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform .75s cubic-bezier(.16, 1, .3, 1), filter .5s ease;
}

.the-shine-room-showcase__card:hover .the-shine-room-showcase__image img {
    filter: saturate(1.04) contrast(1.03);
    transform: scale(1.045);
}

.the-shine-room-showcase__number {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: inline-flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .72);
    background: rgba(21, 25, 26, .36);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.the-shine-room-showcase__view {
    position: absolute;
    right: 20px;
    bottom: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
}

.the-shine-room-showcase__view i {
    margin: 0;
    transform: rotate(45deg);
}

.the-shine-room-showcase__body {
    display: flex;
    min-height: 330px;
    flex: 1;
    flex-direction: column;
    padding: 30px 28px 25px;
}

.the-shine-room-showcase__eyebrow {
    margin-bottom: 10px;
    color: #987052;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .2em;
}

.the-shine-room-showcase__body h3 {
    margin: 0 0 14px;
    font-size: clamp(25px, 2vw, 31px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.04em;
}

.the-shine-room-showcase__body h3 a {
    color: var(--shine-ink);
}

.the-shine-room-showcase__body > p {
    min-height: 78px;
    margin: 0 0 18px;
    color: #6a625c;
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
}

.the-shine-room-showcase__features {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.the-shine-room-showcase__features li {
    padding: 7px 10px;
    color: #665449;
    border: 1px solid #dfd4c8;
    background: #faf6f0;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.the-shine-room-showcase__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 17px;
    color: #342d29;
    border-top: 1px solid #e6ded5;
    font-size: 13px;
    font-weight: 800;
}

.the-shine-room-showcase__cta i {
    margin: 0;
    color: #9a6e4e;
    font-size: 18px;
    transition: transform .3s ease;
}

.the-shine-room-showcase__cta:hover {
    color: #8a6044;
}

.the-shine-room-showcase__cta:hover i {
    transform: translateX(5px);
}

.the-shine-room-track .slick-dots {
    position: static;
    display: flex;
    width: auto;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin: 34px 0 0;
}

.the-shine-room-track .slick-dots li {
    width: 28px;
    height: 2px;
    margin: 0;
}

.the-shine-room-track .slick-dots li button {
    width: 100%;
    height: 2px;
    padding: 0;
    border: 0;
    background: rgba(55, 47, 41, .2);
    font-size: 0;
}

.the-shine-room-track .slick-dots li.slick-active button {
    background: #92684c;
}

.the-shine-view-story {
    overflow: hidden;
    padding: 132px 0;
    color: #fff;
    background: #172126;
}

.the-shine-view-story::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 63%;
    width: 1px;
    background: rgba(255, 255, 255, .07);
}

.the-shine-view-story__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
    align-items: center;
    gap: clamp(56px, 7vw, 108px);
}

.the-shine-view-story__media {
    position: relative;
    padding: 0 0 38px 38px;
}

.the-shine-view-story__media::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64%;
    height: 62%;
    border: 1px solid rgba(211, 171, 132, .48);
}

.the-shine-view-story__frame {
    position: relative;
    z-index: 1;
    min-height: 610px;
    overflow: hidden;
    background: #0d1519;
}

.the-shine-view-story__frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 54%, rgba(7, 13, 16, .54));
}

.the-shine-view-story__frame img {
    width: 100%;
    height: 100% !important;
    min-height: 610px;
    object-fit: cover;
}

.the-shine-view-story__caption {
    position: absolute;
    right: -20px;
    bottom: 0;
    z-index: 2;
    width: min(72%, 390px);
    padding: 22px 26px;
    border-left: 3px solid #c79b73;
    background: #f5eee5;
    box-shadow: 0 18px 46px rgba(0, 0, 0, .22);
}

.the-shine-view-story__caption span,
.the-shine-view-story__caption strong {
    display: block;
}

.the-shine-view-story__caption span {
    margin-bottom: 5px;
    color: #936b50;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
}

.the-shine-view-story__caption strong {
    color: #293034;
    font-size: 14px;
    letter-spacing: .08em;
}

.the-shine-view-story .the-shine-section-kicker {
    color: #d5ac85;
}

.the-shine-view-story__content h2 {
    margin: 0 0 30px;
    color: #fffdf8;
    font-size: clamp(44px, 4.15vw, 66px);
    font-weight: 700;
    line-height: 1.13;
    letter-spacing: -.055em;
    word-break: keep-all;
}

.the-shine-view-story__content h2 em {
    color: #e0b88f;
    font-style: normal;
    font-weight: 500;
}

.the-shine-view-story__content > p {
    max-width: 570px;
    margin: 0 0 34px;
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.9;
    word-break: keep-all;
}

.the-shine-view-story__details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 0 38px;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.the-shine-view-story__details > div + div {
    padding-left: 18px;
    border-left: 1px solid rgba(255, 255, 255, .12);
}

.the-shine-view-story__details dt {
    margin-bottom: 6px;
    color: #cf9e74;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
}

.the-shine-view-story__details dd {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    letter-spacing: .04em;
}

.the-shine-view-story .the-shine-outline-link {
    min-height: 52px;
    padding: 0 23px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .33);
}

.the-shine-view-story .the-shine-outline-link:hover {
    color: #22292c;
    border-color: #e1ba93;
    background: #e1ba93;
}

.the-shine-reviews {
    isolation: isolate;
    overflow: hidden;
    padding: 124px 0 118px;
    color: #fff;
    background: #171c1e;
}

.the-shine-reviews::before,
.the-shine-reviews::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.the-shine-reviews::before {
    background-image:
        linear-gradient(90deg, rgba(15, 20, 22, .96) 0%, rgba(15, 20, 22, .84) 58%, rgba(15, 20, 22, .9) 100%),
        var(--review-background);
    background-position: center;
    background-size: cover;
}

.the-shine-reviews::after {
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, .07);
}

.the-shine-reviews__heading {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
    align-items: end;
    gap: 70px;
    margin-bottom: 54px;
}

.the-shine-reviews .the-shine-section-kicker {
    color: #d3a77f;
}

.the-shine-reviews__heading h2 {
    margin: 0;
    color: #fffdf8;
    font-size: clamp(45px, 4.25vw, 68px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -.05em;
    word-break: keep-all;
}

.the-shine-reviews__intro {
    padding: 6px 0 8px 34px;
    border-left: 1px solid rgba(224, 184, 143, .48);
}

.the-shine-reviews__intro p {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, .73);
    font-size: 15px;
    line-height: 1.8;
    word-break: keep-all;
}

.the-shine-reviews__intro ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.the-shine-reviews__intro li {
    padding: 7px 10px;
    color: #ead2bb;
    border: 1px solid rgba(222, 182, 143, .31);
    font-size: 11px;
    font-weight: 700;
}

.the-shine-review-track .slick-list {
    overflow: visible;
    margin: 0 -12px;
}

.the-shine-review-track:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.the-shine-review-track .slick-track {
    display: flex;
}

.the-shine-review-track .slick-slide {
    float: none;
    height: auto;
    padding: 0 12px;
}

.the-shine-review-track .slick-slide > div,
.the-shine-review-slide,
.the-shine-review-card {
    height: 100%;
}

.the-shine-review-card {
    display: flex;
    min-height: 390px;
    flex-direction: column;
    padding: 30px 28px 25px;
    color: #312c29;
    border: 1px solid rgba(255, 255, 255, .36);
    border-radius: 8px;
    background: rgba(255, 252, 247, .96);
    box-shadow: 0 22px 55px rgba(0, 0, 0, .18);
    transition: transform .4s cubic-bezier(.16, 1, .3, 1), background-color .4s ease;
}

.the-shine-review-card:hover {
    background: #fffdf9;
    transform: translateY(-6px);
}

.the-shine-review-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 23px;
}

.the-shine-review-card__identity {
    display: flex;
    align-items: center;
    gap: 12px;
}

.the-shine-review-card__index {
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #263035;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
}

.the-shine-review-card__identity strong,
.the-shine-review-card__identity span {
    display: block;
}

.the-shine-review-card__identity strong {
    margin-bottom: 3px;
    color: #2f2a27;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .02em;
}

.the-shine-review-card__identity div > span {
    color: #91877f;
    font-size: 11px;
}

.the-shine-review-card__stars {
    display: flex;
    gap: 3px;
    padding-top: 4px;
    color: #b98557;
}

.the-shine-review-track .the-shine-review-card__stars i {
    margin: 0 !important;
    color: #b98557 !important;
    font-size: 11px;
}

.the-shine-review-card__stay {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 19px;
}

.the-shine-review-card__stay span {
    padding: 6px 9px;
    color: #705744;
    border: 1px solid #e3d5c8;
    background: #f8f1e9;
    font-size: 10px;
    font-weight: 800;
}

.the-shine-review-card h3 {
    margin: 0 0 14px;
    color: #292725;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -.035em;
    word-break: keep-all;
}

.the-shine-review-card > p {
    margin: 0;
    color: #665f59;
    font-size: 14px;
    line-height: 1.85;
    word-break: keep-all;
}

.the-shine-review-card footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 22px;
    color: #9a7558;
    border-top: 1px solid #e5dbd1;
}

.the-shine-review-card footer span {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .2em;
}

.the-shine-review-track .the-shine-review-card footer i {
    margin: 0 !important;
    font-size: 20px;
}

.the-shine-review-track .slick-dots {
    position: static;
    display: flex;
    justify-content: flex-end;
    gap: 7px;
    margin: 34px 0 0;
}

.the-shine-review-track .slick-dots li,
.the-shine-review-track .slick-dots li button {
    width: 30px;
    height: 2px;
    margin: 0;
    padding: 0;
}

.the-shine-review-track .slick-dots li button {
    border: 0;
    background: rgba(255, 255, 255, .25);
    font-size: 0;
}

.the-shine-review-track .slick-dots li.slick-active button {
    background: #d4a77e;
}

.the-shine-reviews__notice {
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .48);
    font-size: 11px;
    line-height: 1.65;
    text-align: right;
}

.the-shine-room-track .slick-dots li button::before,
.the-shine-review-track .slick-dots li button::before {
    display: none;
}

.the-shine-film {
    isolation: isolate;
    display: flex;
    min-height: 720px;
    align-items: center;
    overflow: hidden;
    padding: 120px 0 88px;
    color: #fff;
    background: #182126;
}

.the-shine-film::before,
.the-shine-film::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.the-shine-film::before {
    background-image: var(--film-background);
    background-position: center;
    background-size: cover;
    transform: scale(1.01);
    transition: transform 1.2s cubic-bezier(.16, 1, .3, 1);
}

.the-shine-film:hover::before {
    transform: scale(1.035);
}

.the-shine-film::after {
    background:
        linear-gradient(90deg, rgba(10, 15, 18, .88) 0%, rgba(10, 15, 18, .62) 48%, rgba(10, 15, 18, .18) 78%, rgba(10, 15, 18, .42) 100%),
        linear-gradient(180deg, rgba(10, 15, 18, .18), rgba(10, 15, 18, .42));
}

.the-shine-film .container {
    display: flex;
    min-height: 512px;
    flex-direction: column;
    justify-content: space-between;
}

.the-shine-film__content {
    width: min(760px, 72%);
}

.the-shine-film .the-shine-section-kicker {
    color: #edc9a5;
}

.the-shine-film__content h2 {
    margin: 0 0 27px;
    color: #fff;
    font-size: clamp(50px, 5.1vw, 80px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.06em;
    text-shadow: 0 12px 34px rgba(0, 0, 0, .35);
    word-break: keep-all;
}

.the-shine-film__content h2 em {
    color: #f0c69d;
    font-style: normal;
    font-weight: 500;
}

.the-shine-film__content > p {
    margin: 0 0 33px;
    color: rgba(255, 255, 255, .84);
    font-size: 16px;
    line-height: 1.82;
    text-shadow: 0 3px 14px rgba(0, 0, 0, .38);
    word-break: keep-all;
}

.the-shine-film__play {
    display: inline-flex;
    align-items: center;
    gap: 17px;
    color: #fff !important;
}

.the-shine-film__play-icon {
    position: relative;
    display: inline-flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    color: #263034;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 50%;
    background: rgba(255, 248, 239, .96);
    box-shadow: 0 15px 38px rgba(0, 0, 0, .23);
    transition: transform .4s cubic-bezier(.16, 1, .3, 1), background-color .3s ease;
}

.the-shine-film__play-icon::after {
    content: "";
    position: absolute;
    inset: -8px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: inherit;
}

.the-shine-film__play-icon i {
    margin: 0 0 0 4px;
    font-size: 17px;
}

.the-shine-film__play:hover .the-shine-film__play-icon {
    background: #efc49b;
    transform: scale(1.07);
}

.the-shine-film__play small,
.the-shine-film__play strong {
    display: block;
}

.the-shine-film__play small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .62);
    font-size: 9px;
    letter-spacing: .18em;
}

.the-shine-film__play strong {
    font-size: 14px;
    letter-spacing: .13em;
}

.the-shine-film__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 58px;
    padding-top: 19px;
    color: rgba(255, 255, 255, .6);
    border-top: 1px solid rgba(255, 255, 255, .22);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .2em;
}

.the-shine-travel {
    overflow: hidden;
    padding: 124px 0 118px;
    background: #fbfaf7;
}

.the-shine-travel::before {
    content: "TRAVEL";
    position: absolute;
    top: 52px;
    right: -12px;
    color: rgba(71, 61, 53, .03);
    font-size: clamp(100px, 13vw, 210px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.06em;
    pointer-events: none;
}

.the-shine-travel__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 48px 24px;
}

.the-shine-travel-card {
    grid-column: span 5;
    min-width: 0;
}

.the-shine-travel-card:nth-child(4n + 1),
.the-shine-travel-card:nth-child(4n + 4) {
    grid-column: span 7;
}

.the-shine-travel-card__image {
    position: relative;
    display: block;
    height: 370px;
    overflow: hidden;
    background: #d9d4cb;
}

.the-shine-travel-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 20, 21, .04), transparent 50%, rgba(16, 20, 21, .4));
    pointer-events: none;
}

.the-shine-travel-card__image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform .75s cubic-bezier(.16, 1, .3, 1), filter .45s ease;
}

.the-shine-travel-card--windy .the-shine-travel-card__image img {
    object-position: center 24%;
}

.the-shine-travel-card:hover .the-shine-travel-card__image img {
    filter: saturate(1.06) contrast(1.03);
    transform: scale(1.045);
}

.the-shine-travel-card__number {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .68);
    background: rgba(18, 23, 25, .34);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

.the-shine-travel-card__image small {
    position: absolute;
    right: 12px;
    bottom: 10px;
    z-index: 2;
    max-width: calc(100% - 24px);
    color: rgba(255, 255, 255, .82);
    font-size: 8px;
    line-height: 1.3;
    text-align: right;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .9);
}

.the-shine-travel-card__body {
    padding: 25px 2px 0;
}

.the-shine-travel-card__body > span {
    display: block;
    margin-bottom: 10px;
    color: #9b7051;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
}

.the-shine-travel-card__body h3 {
    margin: 0 0 13px;
    font-size: clamp(26px, 2.25vw, 34px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.045em;
}

.the-shine-travel-card__body h3 a {
    color: #292d2e;
}

.the-shine-travel-card__body > p {
    max-width: 620px;
    min-height: 55px;
    margin: 0 0 16px;
    color: #6d6660;
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
}

.the-shine-travel-card__body > .the-shine-travel-card__credit {
    min-height: 0;
    margin: -6px 0 14px;
    color: #938b84;
    font-size: 9px;
    line-height: 1.5;
}

.the-shine-travel-card__credit a {
    color: #7f6a5b;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.the-shine-travel-card__credit a:hover {
    color: #9a6d4d;
}

.the-shine-travel-card__link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #37312d;
    font-size: 12px;
    font-weight: 800;
}

.the-shine-travel-card__link i {
    margin: 0;
    color: #9a6d4d;
    transition: transform .3s ease;
}

.the-shine-travel-card__link:hover {
    color: #8b6246;
}

.the-shine-travel-card__link:hover i {
    transform: translateX(4px);
}

.the-shine-room-showcase a:focus-visible,
.the-shine-view-story a:focus-visible,
.the-shine-reviews a:focus-visible,
.the-shine-film a:focus-visible,
.the-shine-travel a:focus-visible,
.the-shine-news a:focus-visible {
    outline: 3px solid #d2a57e;
    outline-offset: 4px;
}

@media (max-width: 1199px) {
    .the-shine-section-heading,
    .the-shine-reviews__heading {
        gap: 46px;
    }

    .the-shine-view-story__grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(350px, .95fr);
        gap: 58px;
    }

    .the-shine-view-story__frame,
    .the-shine-view-story__frame img {
        min-height: 560px;
    }

    .the-shine-room-showcase__body {
        padding-inline: 23px;
    }

    .the-shine-travel-card__image {
        height: 330px;
    }
}

@media (max-width: 991px) {
    .the-shine-room-showcase,
    .the-shine-view-story,
    .the-shine-reviews,
    .the-shine-travel {
        padding-top: 94px;
        padding-bottom: 88px;
    }

    .the-shine-section-heading,
    .the-shine-reviews__heading {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .the-shine-section-heading__side {
        max-width: 650px;
    }

    .the-shine-room-track:not(.slick-initialized) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .the-shine-review-track:not(.slick-initialized) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .the-shine-view-story__grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .the-shine-view-story::before {
        display: none;
    }

    .the-shine-view-story__media {
        max-width: 780px;
        margin-inline: auto;
    }

    .the-shine-view-story__content {
        max-width: 720px;
    }

    .the-shine-reviews__intro {
        max-width: 650px;
    }

    .the-shine-film {
        min-height: 650px;
    }

    .the-shine-film__content {
        width: min(760px, 88%);
    }

    .the-shine-travel__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 20px;
    }

    .the-shine-travel-card,
    .the-shine-travel-card:nth-child(4n + 1),
    .the-shine-travel-card:nth-child(4n + 4) {
        grid-column: auto;
    }

    .the-shine-travel-card__image {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .the-shine-room-showcase,
    .the-shine-view-story,
    .the-shine-reviews,
    .the-shine-travel {
        padding-top: 72px;
        padding-bottom: 68px;
    }

    .the-shine-section-kicker {
        gap: 10px;
        margin-bottom: 15px;
        font-size: 10px;
        letter-spacing: .17em;
    }

    .the-shine-section-kicker::before {
        width: 24px;
    }

    .the-shine-section-heading {
        margin-bottom: 38px;
        padding-bottom: 28px;
    }

    .the-shine-section-heading__title h2,
    .the-shine-reviews__heading h2,
    .the-shine-view-story__content h2 {
        font-size: clamp(37px, 10.5vw, 50px);
    }

    .the-shine-section-heading__side p,
    .the-shine-view-story__content > p,
    .the-shine-film__content > p {
        font-size: 14px;
        line-height: 1.75;
    }

    .the-shine-room-track:not(.slick-initialized) {
        grid-template-columns: 1fr;
    }

    .the-shine-review-track:not(.slick-initialized) {
        grid-template-columns: 1fr;
    }

    .the-shine-room-track .slick-list,
    .the-shine-review-track .slick-list {
        margin: 0 -6px;
    }

    .the-shine-room-track .slick-slide,
    .the-shine-review-track .slick-slide {
        padding: 0 6px;
    }

    .the-shine-room-showcase__body {
        min-height: 315px;
        padding: 25px 21px 22px;
    }

    .the-shine-room-showcase__body > p {
        min-height: 0;
    }

    .the-shine-view-story__media {
        padding: 0 0 28px 18px;
    }

    .the-shine-view-story__frame,
    .the-shine-view-story__frame img {
        min-height: 420px;
    }

    .the-shine-view-story__caption {
        right: -4px;
        width: calc(100% - 48px);
        padding: 17px 19px;
    }

    .the-shine-view-story__details {
        gap: 12px;
    }

    .the-shine-view-story__details > div + div {
        padding-left: 12px;
    }

    .the-shine-view-story__details dd {
        font-size: 10px;
    }

    .the-shine-reviews::after {
        inset: 9px;
    }

    .the-shine-reviews__heading {
        margin-bottom: 36px;
    }

    .the-shine-reviews__intro {
        padding-left: 20px;
    }

    .the-shine-review-card {
        min-height: 374px;
        padding: 25px 21px 22px;
    }

    .the-shine-review-card__header {
        gap: 10px;
    }

    .the-shine-review-card__stars {
        gap: 2px;
    }

    .the-shine-film {
        min-height: 650px;
        padding: 86px 0 54px;
    }

    .the-shine-film::before {
        background-position: 58% center;
    }

    .the-shine-film::after {
        background: linear-gradient(90deg, rgba(9, 14, 17, .86), rgba(9, 14, 17, .5)), linear-gradient(180deg, rgba(9, 14, 17, .15), rgba(9, 14, 17, .58));
    }

    .the-shine-film .container {
        min-height: 510px;
    }

    .the-shine-film__content {
        width: 100%;
    }

    .the-shine-film__content h2 {
        font-size: clamp(41px, 11.6vw, 57px);
    }

    .the-shine-film__play-icon {
        width: 62px;
        height: 62px;
    }

    .the-shine-film__footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        line-height: 1.5;
    }

    .the-shine-travel__grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .the-shine-travel-card__image {
        height: 270px;
    }

    .the-shine-travel-card__body h3 {
        font-size: 28px;
    }

    .the-shine-travel-card__body > p {
        min-height: 0;
    }
}

@media (max-width: 420px) {
    .the-shine-view-story__frame,
    .the-shine-view-story__frame img {
        min-height: 360px;
    }

    .the-shine-review-card__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .the-shine-travel-card__image {
        height: 235px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .the-shine-room-showcase *,
    .the-shine-view-story *,
    .the-shine-reviews *,
    .the-shine-film *,
    .the-shine-travel *,
    .the-shine-film::before {
        animation: none !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
/* The Shine managed news */
.the-shine-facility-icon img {
    display: block;
    height: 34px;
    object-fit: contain;
    width: 34px;
}

.the-shine-news {
    background: #f1ede7;
    color: #252a2c;
    padding: 118px 0 126px;
    position: relative;
}

.the-shine-news::before {
    background: #b08b65;
    content: "";
    height: 1px;
    left: 0;
    opacity: .45;
    position: absolute;
    top: 0;
    width: 18%;
}

.the-shine-news__heading {
    align-items: end;
    display: grid;
    gap: 60px;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
    margin-bottom: 54px;
}

.the-shine-news__heading h2 {
    color: #222729;
    font-family: var(--heading-font, "Jost"), "Noto Sans KR", sans-serif;
    font-size: clamp(42px, 5vw, 70px);
    font-weight: 600;
    letter-spacing: -.05em;
    line-height: 1.02;
    margin: 12px 0 0;
}

.the-shine-news__heading > div:last-child {
    border-left: 1px solid rgba(61, 56, 51, .24);
    padding-left: 34px;
}

.the-shine-news__heading p {
    color: #6c6964;
    font-size: 15px;
    line-height: 1.75;
    margin: 0 0 16px;
}

.the-shine-news__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
}

.the-shine-news-card {
    background: #faf8f4;
    border-top: 2px solid #887057;
    display: grid;
    grid-template-columns: minmax(150px, .43fr) minmax(0, .57fr);
    min-height: 240px;
    overflow: hidden;
}

.the-shine-news-card--featured {
    grid-row: span 2;
    grid-template-columns: 1fr;
    min-height: 560px;
}

.the-shine-news-card__media {
    display: block;
    min-height: 220px;
    overflow: hidden;
    position: relative;
}

.the-shine-news-card--featured .the-shine-news-card__media {
    min-height: 350px;
}

.the-shine-news-card__media::after {
    background: linear-gradient(180deg, transparent 60%, rgba(16, 20, 21, .44));
    content: "";
    inset: 0;
    position: absolute;
}

.the-shine-news-card__media img {
    height: 100%;
    object-fit: cover;
    transform: scale(1.001);
    transition: transform .45s ease;
    width: 100%;
}

.the-shine-news-card:hover .the-shine-news-card__media img {
    transform: scale(1.035);
}

.the-shine-news-card__media > span {
    bottom: 14px;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    left: 16px;
    letter-spacing: .1em;
    position: absolute;
    z-index: 1;
}

.the-shine-news-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 27px 28px;
}

.the-shine-news-card--featured .the-shine-news-card__body {
    justify-content: flex-start;
    padding: 32px 36px 36px;
}

.the-shine-news-card__meta {
    align-items: center;
    color: #8a6c4f;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    justify-content: space-between;
    letter-spacing: .12em;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.the-shine-news-card__meta time {
    color: #8a8882;
    font-weight: 500;
    letter-spacing: .06em;
}

.the-shine-news-card h3 {
    font-size: clamp(20px, 2vw, 29px);
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1.35;
    margin: 0 0 11px;
}

.the-shine-news-card h3 a {
    color: #252a2c;
}

.the-shine-news-card p {
    color: #77736d;
    font-size: 13px;
    line-height: 1.7;
    margin: 0 0 18px;
}

.the-shine-news-card__link {
    align-items: center;
    color: #70563f;
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    gap: 9px;
    letter-spacing: .08em;
    margin-top: auto;
    text-transform: uppercase;
}

.the-shine-news-card__link i {
    transition: transform .2s ease;
}

.the-shine-news-card__link:hover i {
    transform: translateX(4px);
}

.the-shine-news--archive {
    padding-top: 90px;
}

.the-shine-news__grid--archive {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.the-shine-news__grid--archive .the-shine-news-card {
    display: flex;
    flex-direction: column;
    min-height: 520px;
}

.the-shine-news__grid--archive .the-shine-news-card__media {
    aspect-ratio: 4 / 3;
    min-height: 0;
}

.the-shine-news__grid--archive .the-shine-news-card__body {
    align-items: stretch;
    flex: 1;
    justify-content: flex-start;
}

.the-shine-news__pagination {
    display: flex;
    justify-content: center;
    margin-top: 54px;
}

.the-shine-news-empty {
    border-bottom: 1px solid rgba(79, 70, 62, .24);
    border-top: 1px solid rgba(79, 70, 62, .24);
    padding: 78px 0;
    text-align: center;
}

.the-shine-news-empty > span {
    color: #9a7653;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .22em;
}

.the-shine-news-empty h2 {
    color: #252a2c;
    font-family: var(--heading-font, "Jost"), "Noto Sans KR", sans-serif;
    font-size: clamp(34px, 4vw, 52px);
    margin: 16px 0 12px;
}

.the-shine-news-empty p {
    color: #77736d;
    margin: 0 0 25px;
}

@media (max-width: 991px) {
    .the-shine-news {
        padding: 86px 0 94px;
    }

    .the-shine-news__heading {
        gap: 30px;
        grid-template-columns: 1fr;
    }

    .the-shine-news__heading > div:last-child {
        border-left: 0;
        border-top: 1px solid rgba(61, 56, 51, .2);
        padding-left: 0;
        padding-top: 24px;
    }

    .the-shine-news__grid,
    .the-shine-news__grid--archive {
        grid-template-columns: 1fr;
    }

    .the-shine-news-card--featured {
        grid-row: auto;
    }

    .the-shine-news__grid--archive .the-shine-news-card {
        min-height: 0;
    }
}

@media (max-width: 575px) {
    .the-shine-news-card,
    .the-shine-news-card--featured {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .the-shine-news-card__media,
    .the-shine-news-card--featured .the-shine-news-card__media {
        aspect-ratio: 4 / 3;
        min-height: 0;
    }

    .the-shine-news-card__body,
    .the-shine-news-card--featured .the-shine-news-card__body {
        padding: 25px 23px 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .the-shine-news-card__media img,
    .the-shine-news-card__link i {
        transition: none;
    }
}

/* Homepage news — asymmetric editorial journal · 2026-07-22 */
.the-shine-news:not(.the-shine-news--archive) {
    isolation: isolate;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .5), transparent 42%),
        #f1ede7;
}

.the-shine-news:not(.the-shine-news--archive)::after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: clamp(24px, 6vw, 96px);
    bottom: 0;
    width: 1px;
    background: rgba(89, 73, 60, .09);
    content: "";
    pointer-events: none;
}

.the-shine-news:not(.the-shine-news--archive) .the-shine-news__heading {
    position: relative;
    margin-bottom: 62px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(61, 56, 51, .18);
}

.the-shine-news:not(.the-shine-news--archive) .the-shine-news__heading h2 {
    max-width: 680px;
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1.06;
}

.the-shine-news__editions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 20px;
    margin-bottom: 18px;
    color: #8a684b;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .18em;
}

.the-shine-news__editions span {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.the-shine-news__editions span:not(:last-child)::after {
    width: 18px;
    height: 1px;
    background: rgba(113, 85, 62, .4);
    content: "";
}

.the-shine-news:not(.the-shine-news--archive) .the-shine-news__grid {
    position: relative;
}

.the-shine-news:not(.the-shine-news--archive) .the-shine-news-card {
    border-top-color: #8f6b4d;
    background: rgba(255, 253, 249, .86);
    box-shadow: 0 24px 55px -44px rgba(48, 38, 31, .58);
    transition: transform .45s cubic-bezier(.16, 1, .3, 1), box-shadow .45s ease;
}

.the-shine-news:not(.the-shine-news--archive) .the-shine-news-card:hover {
    box-shadow: 0 32px 64px -42px rgba(48, 38, 31, .7);
    transform: translateY(-4px);
}

.the-shine-news__grid--count-1 {
    grid-template-columns: 1fr;
}

.the-shine-news__grid--count-1 .the-shine-news-card--featured {
    grid-row: auto;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
    min-height: 430px;
}

.the-shine-news__grid--count-1 .the-shine-news-card--featured .the-shine-news-card__media {
    min-height: 430px;
}

.the-shine-news__grid--count-1 .the-shine-news-card--featured .the-shine-news-card__body {
    justify-content: center;
    padding: clamp(36px, 5vw, 66px);
}

.the-shine-news__grid--count-2 {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
}

.the-shine-news__grid--count-2 .the-shine-news-card,
.the-shine-news__grid--count-2 .the-shine-news-card--featured {
    display: flex;
    min-height: 540px;
    flex-direction: column;
    grid-row: auto;
}

.the-shine-news__grid--count-2 .the-shine-news-card__media,
.the-shine-news__grid--count-2 .the-shine-news-card--featured .the-shine-news-card__media {
    min-height: 300px;
    aspect-ratio: 16 / 10;
}

.the-shine-news__grid--count-2 .the-shine-news-card__body {
    flex: 1;
    justify-content: flex-start;
}

.the-shine-news-awaiting {
    display: grid;
    min-height: 460px;
    overflow: hidden;
    grid-template-columns: minmax(0, 1.22fr) minmax(330px, .78fr);
    background: #242c2f;
    box-shadow: 0 34px 72px -52px rgba(31, 37, 39, .85);
}

.the-shine-news-awaiting__media {
    position: relative;
    display: block;
    min-height: 460px;
    overflow: hidden;
}

.the-shine-news-awaiting__media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20, 26, 29, .05) 45%, rgba(20, 26, 29, .72));
    content: "";
}

.the-shine-news-awaiting__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
    filter: saturate(.8) contrast(1.04);
    transform: scale(1.001);
    transition: transform .8s cubic-bezier(.16, 1, .3, 1);
}

.the-shine-news-awaiting:hover .the-shine-news-awaiting__media img {
    transform: scale(1.035);
}

.the-shine-news-awaiting__media > span {
    position: absolute;
    z-index: 1;
    bottom: 28px;
    left: 30px;
    color: rgba(255, 252, 246, .92);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .2em;
}

.the-shine-news-awaiting__content {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: clamp(42px, 5vw, 72px);
    color: #f6f1e8;
    border-left: 1px solid rgba(255, 255, 255, .1);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .035);
}

.the-shine-news-awaiting__number {
    position: absolute;
    top: 22px;
    right: 28px;
    color: rgba(255, 255, 255, .08);
    font-size: clamp(54px, 7vw, 92px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.06em;
}

.the-shine-news-awaiting__content > small {
    margin-bottom: 18px;
    color: #c89b70;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .22em;
}

.the-shine-news-awaiting__content h3 {
    margin: 0 0 20px;
    color: #fffdf8;
    font-family: var(--heading-font, "Jost"), "Noto Sans KR", sans-serif;
    font-size: clamp(31px, 3.5vw, 48px);
    font-weight: 600;
    line-height: 1.17;
    letter-spacing: -.045em;
}

.the-shine-news-awaiting__content p {
    max-width: 38ch;
    margin: 0 0 30px;
    color: rgba(245, 241, 234, .7);
    font-size: 14px;
    line-height: 1.8;
}

.the-shine-news-awaiting__content .the-shine-news-card__link {
    align-self: flex-start;
    color: #f1d0ac;
}

.the-shine-news-awaiting__content .the-shine-news-card__link:active {
    transform: translateY(1px);
}

@media (max-width: 991px) {
    .the-shine-news__grid--count-1 .the-shine-news-card--featured,
    .the-shine-news__grid--count-2 {
        grid-template-columns: 1fr;
    }

    .the-shine-news__grid--count-1 .the-shine-news-card--featured .the-shine-news-card__media {
        min-height: 360px;
    }

    .the-shine-news__grid--count-2 .the-shine-news-card,
    .the-shine-news__grid--count-2 .the-shine-news-card--featured {
        min-height: 0;
    }

    .the-shine-news-awaiting {
        grid-template-columns: 1fr;
    }

    .the-shine-news-awaiting__media {
        min-height: 390px;
    }

    .the-shine-news-awaiting__media::after {
        background: linear-gradient(180deg, transparent 55%, rgba(20, 26, 29, .66));
    }

    .the-shine-news-awaiting__content {
        border-top: 1px solid rgba(255, 255, 255, .1);
        border-left: 0;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
    }
}

@media (max-width: 575px) {
    .the-shine-news:not(.the-shine-news--archive) .the-shine-news__heading {
        margin-bottom: 38px;
        padding-bottom: 28px;
    }

    .the-shine-news__editions {
        gap: 8px 12px;
    }

    .the-shine-news__editions span {
        gap: 12px;
    }

    .the-shine-news__editions span:not(:last-child)::after {
        width: 10px;
    }

    .the-shine-news-awaiting__media {
        min-height: 270px;
    }

    .the-shine-news-awaiting__media > span {
        bottom: 20px;
        left: 20px;
    }

    .the-shine-news-awaiting__content {
        padding: 38px 24px 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .the-shine-news:not(.the-shine-news--archive) .the-shine-news-card,
    .the-shine-news-awaiting__media img {
        transition: none !important;
        transform: none !important;
    }
}
/* The Shine rooms and reviews editorial refinement · 2026-07-22 */
.the-shine-carousel-window {
    position: relative;
    overflow: hidden;
    margin-top: -10px;
    padding: 10px 0 2px;
}

.the-shine-section-heading__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.the-shine-room-count {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: flex-end;
    gap: 9px;
    color: #7d6b5f;
}

.the-shine-room-count strong {
    color: var(--shine-ink);
    font-size: 31px;
    font-weight: 500;
    line-height: .8;
    letter-spacing: -.06em;
}

.the-shine-room-count > span {
    max-width: 64px;
    font-size: 8px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .16em;
}

.the-shine-room-track .slick-list,
.the-shine-review-track .slick-list {
    margin-inline: 0 !important;
}

.the-shine-room-track .slick-slide {
    padding-inline: 12px;
}

.the-shine-review-track .slick-slide {
    margin: 0 !important;
    padding: 0 12px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.the-shine-review-carousel:not(.slick-initialized) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.the-shine-review-carousel--static {
    max-width: 660px;
}

.the-shine-review-carousel--static .the-shine-review-card {
    color: #312c29;
    border-color: rgba(255, 255, 255, .62);
    background: rgba(255, 252, 247, .975);
}

.the-shine-review-carousel--static .the-shine-review-card__identity strong,
.the-shine-review-carousel--static .the-shine-review-card h3 {
    color: #2f2a27;
}

.the-shine-review-carousel--static .the-shine-review-card__identity div > span,
.the-shine-review-carousel--static .the-shine-review-card > p {
    color: #6f6760;
}

.the-shine-room-showcase__card {
    overflow: visible;
    padding-bottom: 22px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: translateZ(0);
}

.the-shine-room-showcase__card:hover {
    box-shadow: none;
    transform: translateY(-4px);
}

.the-shine-room-showcase__image {
    aspect-ratio: 6 / 5;
    border-radius: 16px;
    box-shadow: 0 26px 70px -38px rgba(58, 43, 32, .34);
}

.the-shine-room-showcase__image::after {
    background: linear-gradient(180deg, rgba(16, 19, 20, .03) 26%, rgba(16, 19, 20, .62) 100%);
}

.the-shine-room-showcase__card:hover .the-shine-room-showcase__image img {
    filter: saturate(1.03) contrast(1.025);
    transform: scale(1.03);
}

.the-shine-room-showcase__number {
    width: auto;
    height: auto;
    padding: 9px 12px;
    border-color: rgba(255, 255, 255, .42);
    border-radius: 999px;
    background: rgba(24, 29, 30, .42);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16);
}

.the-shine-room-showcase__number strong,
.the-shine-room-showcase__number small {
    font-weight: 800;
    line-height: 1;
}

.the-shine-room-showcase__number strong {
    font-size: 12px;
    letter-spacing: .1em;
}

.the-shine-room-showcase__number small {
    margin-left: 5px;
    color: rgba(255, 255, 255, .72);
    font-size: 8px;
    letter-spacing: .08em;
}

.the-shine-room-showcase__view {
    min-height: 35px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 999px;
    background: rgba(21, 25, 26, .35);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.the-shine-room-showcase__body {
    position: relative;
    z-index: 2;
    min-height: 322px;
    margin: -44px 17px 0;
    padding: 29px 29px 25px;
    border: 1px solid rgba(92, 75, 62, .13);
    border-radius: 13px;
    background: rgba(255, 253, 249, .965);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .84),
        0 24px 58px -34px rgba(68, 51, 39, .38);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.the-shine-room-showcase__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 13px;
}

.the-shine-room-showcase__eyebrow {
    margin: 0;
}

.the-shine-room-showcase__topline > span:last-child {
    flex: 0 0 auto;
    color: #a19991;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .16em;
}

.the-shine-room-showcase__body h3 {
    margin-bottom: 13px;
    font-size: clamp(25px, 1.7vw, 30px);
}

.the-shine-room-showcase__body > p {
    min-height: 74px;
    margin-bottom: 18px;
    color: #625c57;
    line-height: 1.78;
}

.the-shine-room-showcase__features {
    gap: 8px 0;
    margin-bottom: 23px;
}

.the-shine-room-showcase__features li {
    position: relative;
    padding: 0 12px 0 11px;
    color: #6f5d50;
    border: 0;
    background: transparent;
    font-size: 10px;
    letter-spacing: -.01em;
}

.the-shine-room-showcase__features li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--shine-brass);
    transform: translateY(-50%);
}

.the-shine-room-showcase__cta {
    padding-top: 15px;
}

.the-shine-room-showcase__cta-icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9c9bb;
    border-radius: 50%;
    transition: color .3s ease, border-color .3s ease, background-color .3s ease, transform .3s ease;
}

.the-shine-room-showcase__cta .the-shine-room-showcase__cta-icon i {
    color: inherit;
    font-size: 15px;
}

.the-shine-room-showcase__cta:hover .the-shine-room-showcase__cta-icon {
    color: #fffdf9;
    border-color: var(--shine-brass-dark);
    background: var(--shine-brass-dark);
    transform: translateX(3px);
}

.the-shine-room-showcase__cta:active {
    transform: scale(.98);
}

.the-shine-room-track .slick-dots {
    margin-inline: 12px;
}

.the-shine-reviews::before {
    background-image:
        linear-gradient(90deg, rgba(15, 20, 22, .95) 0%, rgba(15, 20, 22, .86) 56%, rgba(15, 20, 22, .8) 100%),
        var(--review-background);
}

.the-shine-reviews__heading {
    padding-bottom: 38px;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.the-shine-reviews__score {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    margin-top: 22px;
    padding-top: 17px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.the-shine-reviews__score span {
    color: rgba(255, 255, 255, .76);
    font-size: 12px;
    letter-spacing: .06em;
}

.the-shine-reviews__score strong {
    color: #f2d2b4;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -.04em;
}

.the-shine-reviews__score small {
    color: rgba(255, 255, 255, .5);
    font-size: 10px;
    letter-spacing: .06em;
}

.the-shine-review-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 405px;
    padding: 31px 30px 27px;
    color: #fff;
    border-color: rgba(255, 255, 255, .17);
    border-radius: 16px;
    background: rgba(255, 255, 255, .075);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .1),
        0 26px 64px -38px rgba(0, 0, 0, .48);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transform: translateZ(0);
}

.the-shine-review-card::before {
    content: "“";
    position: absolute;
    top: 56px;
    right: 20px;
    z-index: -1;
    color: rgba(255, 255, 255, .055);
    font-family: Georgia, serif;
    font-size: 154px;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
}

.the-shine-review-card:hover {
    background: rgba(255, 255, 255, .105);
    transform: translateY(-4px);
}

.the-shine-review-track .slick-current .the-shine-review-card {
    color: #312c29;
    border-color: rgba(255, 255, 255, .62);
    background: rgba(255, 252, 247, .975);
    box-shadow:
        inset 0 1px 0 #fff,
        0 30px 72px -36px rgba(0, 0, 0, .58);
    transform: translateY(-7px);
}

.the-shine-review-track .slick-current .the-shine-review-card:hover {
    background: #fffdf9;
    transform: translateY(-9px);
}

.the-shine-review-track .slick-current .the-shine-review-card::before {
    color: rgba(157, 112, 77, .07);
}

.the-shine-review-card__header {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.the-shine-review-card__avatar {
    display: inline-flex;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    align-items: center;
    justify-content: center;
    color: #f4d7bd;
    border: 1px solid rgba(222, 178, 140, .42);
    border-radius: 50%;
    background: rgba(28, 35, 37, .72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .09);
    font-size: 13px;
    font-weight: 800;
}

.the-shine-review-card__identity strong {
    color: #fffdf8;
}

.the-shine-review-card__identity div > span {
    color: rgba(255, 255, 255, .48);
}

.the-shine-review-card__rating {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 7px;
}

.the-shine-review-card__badge {
    color: #d9b28e;
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .13em;
}

.the-shine-review-card__stars {
    padding-top: 0;
}

.the-shine-review-card__stay span {
    color: #e7c8ab;
    border-color: rgba(222, 182, 143, .24);
    background: rgba(222, 182, 143, .08);
}

.the-shine-review-card h3 {
    color: #fffdf8;
    font-size: 23px;
}

.the-shine-review-card > p {
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 1.9;
}

.the-shine-review-card footer {
    color: #d7ad87;
    border-color: rgba(255, 255, 255, .13);
}

.the-shine-review-card__sequence {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.the-shine-review-track .the-shine-review-card__sequence i {
    color: inherit !important;
}

.the-shine-review-track .slick-current .the-shine-review-card__identity strong,
.the-shine-review-track .slick-current .the-shine-review-card h3 {
    color: #2f2a27;
}

.the-shine-review-track .slick-current .the-shine-review-card__identity div > span {
    color: #91877f;
}

.the-shine-review-track .slick-current .the-shine-review-card__badge {
    color: #8e6649;
}

.the-shine-review-track .slick-current .the-shine-review-card__stay span {
    color: #705744;
    border-color: #e3d5c8;
    background: #f8f1e9;
}

.the-shine-review-track .slick-current .the-shine-review-card > p {
    color: #665f59;
}

.the-shine-review-track .slick-current .the-shine-review-card footer {
    color: #9a7558;
    border-color: #e5dbd1;
}

.the-shine-review-track .slick-dots {
    margin-inline: 12px;
}

.the-shine-reviews__notice {
    margin-inline: 12px;
}

@media (max-width: 991px) {
    .the-shine-section-heading__footer {
        max-width: 650px;
    }

    .the-shine-review-track .slick-current .the-shine-review-card {
        transform: none;
    }

    .the-shine-review-track .slick-current .the-shine-review-card:hover {
        transform: translateY(-4px);
    }
}

@media (max-width: 767px) {
    .the-shine-section-heading__footer {
        align-items: center;
    }

    .the-shine-room-count strong {
        font-size: 27px;
    }

    .the-shine-room-track .slick-slide {
        padding-inline: 8px;
    }

    .the-shine-review-track .slick-slide {
        padding-inline: 8px !important;
    }

    .the-shine-room-showcase__image {
        border-radius: 13px;
    }

    .the-shine-room-showcase__number {
        top: 15px;
        left: 15px;
    }

    .the-shine-room-showcase__view {
        right: 15px;
        bottom: 15px;
    }

    .the-shine-room-showcase__body {
        min-height: 310px;
        margin: -32px 10px 0;
        padding: 24px 22px 22px;
        border-radius: 11px;
    }

    .the-shine-room-showcase__topline {
        margin-bottom: 11px;
    }

    .the-shine-room-showcase__body h3 {
        font-size: 25px;
    }

    .the-shine-room-showcase__body > p {
        min-height: 0;
    }

    .the-shine-room-track .slick-dots,
    .the-shine-review-track .slick-dots,
    .the-shine-reviews__notice {
        margin-inline: 8px;
    }

    .the-shine-reviews__heading {
        padding-bottom: 30px;
    }

    .the-shine-reviews__score {
        align-items: center;
    }

    .the-shine-review-card {
        min-height: 392px;
        padding: 26px 23px 23px;
        border-radius: 13px;
    }

    .the-shine-review-card::before {
        top: 70px;
        right: 14px;
        font-size: 126px;
    }

    .the-shine-review-card h3 {
        font-size: 22px;
    }
}

@media (max-width: 420px) {
    .the-shine-section-heading__footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .the-shine-room-count {
        align-self: flex-end;
    }

    .the-shine-review-card__header {
        align-items: flex-start;
        flex-direction: row;
    }

    .the-shine-review-card__rating {
        align-items: flex-end;
    }

    .the-shine-reviews__score {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }
}

@media (max-width: 340px) {
    .the-shine-review-card__header {
        flex-direction: column;
    }

    .the-shine-review-card__rating {
        align-items: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .the-shine-room-showcase__card,
    .the-shine-room-showcase__image img,
    .the-shine-room-showcase__cta-icon,
    .the-shine-review-card {
        transition: none !important;
    }
}


/* All-room carousel controls · 2026-07-22 */
.the-shine-room-carousel__toolbar {
    display: grid;
    grid-template-columns: auto minmax(160px, 1fr) auto;
    align-items: center;
    gap: 22px;
    margin: 30px 12px 0;
}

.the-shine-room-carousel__status {
    display: inline-flex;
    min-width: 64px;
    align-items: baseline;
    gap: 6px;
    color: #8a7b70;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
}

.the-shine-room-carousel__status strong {
    color: var(--shine-ink);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -.04em;
}

.the-shine-room-carousel__progress {
    --room-progress: 0;
    position: relative;
    display: block;
    height: 1px;
    overflow: hidden;
    background: rgba(55, 47, 41, .18);
}

.the-shine-room-carousel__progress > span {
    position: absolute;
    inset: 0;
    background: var(--shine-brass-dark);
    transform: scaleX(var(--room-progress));
    transform-origin: left center;
    transition: transform .72s cubic-bezier(.16, 1, .3, 1);
}

.the-shine-room-carousel__buttons {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.the-shine-room-carousel__button {
    position: static !important;
    display: inline-flex !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
    color: #39312c !important;
    border: 1px solid rgba(74, 61, 51, .26) !important;
    border-radius: 50% !important;
    background: rgba(255, 253, 249, .74) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .78);
    opacity: 1;
    transform: none !important;
    transition: color .3s ease, border-color .3s ease, background-color .3s ease, transform .3s ease !important;
}

.the-shine-room-carousel__button::before {
    display: none !important;
}

.the-shine-room-carousel__button i {
    margin: 0 !important;
    font-size: 14px;
}

.the-shine-room-carousel__button--next {
    color: #fffdf9 !important;
    border-color: #263035 !important;
    background: #263035 !important;
}

.the-shine-room-carousel__button:not(.slick-disabled):hover {
    color: #fffdf9 !important;
    border-color: var(--shine-brass-dark) !important;
    background: var(--shine-brass-dark) !important;
}

.the-shine-room-carousel__button:not(.slick-disabled):active {
    transform: scale(.96) !important;
}

.the-shine-room-carousel__button:focus-visible {
    outline: 3px solid #d2a57e;
    outline-offset: 3px;
}

.the-shine-room-carousel__button.slick-disabled {
    cursor: not-allowed;
    opacity: .36;
}

.the-shine-carousel-window--rooms.is-static .the-shine-room-carousel__toolbar {
    display: none;
}

@media (max-width: 767px) {
    .the-shine-room-carousel__toolbar {
        grid-template-columns: auto minmax(40px, 1fr) auto;
        gap: 12px;
        margin: 22px 8px 0;
    }

    .the-shine-room-carousel__status {
        min-width: 55px;
        gap: 4px;
        font-size: 9px;
    }

    .the-shine-room-carousel__status strong {
        font-size: 21px;
    }

    .the-shine-room-carousel__buttons {
        gap: 8px;
    }

    .the-shine-room-carousel__button {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .the-shine-room-carousel__progress > span,
    .the-shine-room-carousel__button {
        transition: none !important;
    }
}

/* Private facilities editorial gallery · 2026-07-22 */
.the-shine-facilities--home {
    --facility-ink: #2d2926;
    --facility-paper: #f4f0e9;
    --facility-brass: #946d4e;
    --facility-line: rgba(52, 44, 38, .16);
    position: relative;
    overflow: clip;
    padding: 138px 0 158px;
    background: var(--facility-paper);
}

.the-shine-facilities--home::before {
    content: "";
    position: absolute;
    top: 0;
    right: max(20px, calc((100vw - 1320px) / 2));
    width: 1px;
    height: 92px;
    background: linear-gradient(180deg, transparent, rgba(148, 109, 78, .45));
}

.the-shine-section-heading--facilities {
    position: relative;
    z-index: 2;
    grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
    margin-bottom: 62px;
}

.the-shine-section-heading--facilities .the-shine-section-heading__title h2 {
    max-width: 770px;
}

.the-shine-section-heading--facilities .the-shine-section-kicker {
    color: var(--facility-brass);
}

.the-shine-facility-count {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: flex-end;
    gap: 10px;
    color: #756b64;
}

.the-shine-facility-count strong {
    color: var(--facility-ink);
    font-size: 31px;
    font-weight: 500;
    line-height: .82;
    letter-spacing: -.06em;
}

.the-shine-facility-count > span {
    font-size: 8px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .15em;
}

.the-shine-facility-gallery {
    position: relative;
    z-index: 1;
}

.the-shine-facility-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 56px 24px;
}

.the-shine-facility-slide {
    min-width: 0;
    height: 500px;
}

.the-shine-facility-slide:nth-child(3n + 2) {
    transform: translateY(28px);
}

.the-shine-facilities--home .the-shine-facility-panel {
    position: relative;
    isolation: isolate;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 14px;
    background: #241f1b;
    box-shadow: 0 22px 54px rgba(43, 33, 25, .13);
    transform: translateZ(0);
    transition: transform .5s cubic-bezier(.16, 1, .3, 1), opacity .3s ease;
}

.the-shine-facilities--home .the-shine-facility-panel::before,
.the-shine-facilities--home .the-shine-facility-panel::after {
    content: none;
}

.the-shine-facility-card__link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fffaf3;
}

.the-shine-facility-card__link:focus-visible {
    outline: 3px solid #f1c28f;
    outline-offset: -6px;
}

.the-shine-facility-card__image,
.the-shine-facilities--home .the-shine-facility-panel .the-shine-facility-card__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    max-width: none;
    height: 100% !important;
    margin: 0;
    opacity: 1;
    filter: none !important;
    object-fit: cover;
    object-position: var(--facility-image-position, center);
    transform: scale(1.002);
    transition: transform .8s cubic-bezier(.16, 1, .3, 1), opacity .3s ease;
}

.the-shine-facility-card__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    background: linear-gradient(180deg, rgba(15, 12, 10, .2) 0%, rgba(15, 12, 10, .04) 31%, rgba(15, 12, 10, .38) 56%, rgba(15, 12, 10, .94) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .09);
}

.the-shine-facility-card__topline {
    position: absolute;
    top: 24px;
    right: 24px;
    left: 24px;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.the-shine-facility-card__icon {
    display: inline-flex;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #6a4933;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 50%;
    background: rgba(255, 250, 241, .96);
    box-shadow: 0 12px 28px rgba(16, 12, 9, .2);
    font-size: 22px;
}

.the-shine-facility-card__icon img {
    display: block;
    width: 27px;
    height: 27px;
    object-fit: contain;
}

.the-shine-facility-card__number {
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    color: #fffdf8;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.04em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .46);
}

.the-shine-facility-card__number small {
    color: rgba(255, 253, 248, .68);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
}

.the-shine-facility-card__content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    min-height: 245px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 34px 30px 28px;
}

.the-shine-facility-card__eyebrow {
    display: flex;
    min-height: 24px;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #efc99e;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.the-shine-facility-card__eyebrow::before {
    content: "";
    width: 28px;
    height: 1px;
    flex: 0 0 28px;
    background: currentColor;
}

.the-shine-facility-card__eyebrow em {
    margin-left: auto;
    padding: 5px 8px;
    color: #fff9ef;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    font-size: 9px;
    font-style: normal;
    letter-spacing: .04em;
    text-transform: none;
}

.the-shine-facility-card__title {
    display: block;
    min-height: 37px;
    margin-bottom: 10px;
    color: #fffdf9;
    font-size: clamp(25px, 2vw, 31px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.035em;
    word-break: keep-all;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .7);
}

.the-shine-facility-card__description {
    display: -webkit-box;
    min-height: 72px;
    overflow: hidden;
    color: rgba(255, 252, 247, .88);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    word-break: keep-all;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .72);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.the-shine-facility-card__view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 18px;
    padding-top: 17px;
    color: rgba(255, 252, 247, .92);
    border-top: 1px solid rgba(255, 255, 255, .2);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .06em;
}

.the-shine-facility-card__view i {
    display: inline-flex;
    width: 29px;
    height: 29px;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 50%;
    transform: rotate(45deg);
    transition: transform .45s cubic-bezier(.16, 1, .3, 1);
}

.the-shine-facility-gallery__toolbar {
    display: none;
}

.the-shine-facilities__empty {
    grid-column: 1 / -1;
    padding: 48px 24px;
    color: #766a61;
    border: 1px solid var(--facility-line);
    text-align: center;
}

@media (hover: hover) and (pointer: fine) {
    .the-shine-facility-panel:hover {
        transform: translateY(-7px);
    }

    .the-shine-facility-panel:hover .the-shine-facility-card__image {
        transform: scale(1.055);
    }

    .the-shine-facility-panel:hover .the-shine-facility-card__view i {
        transform: rotate(45deg) translateY(-3px);
    }
}

@media (max-width: 1199px) {
    .the-shine-facilities--home {
        padding: 118px 0 128px;
    }

    .the-shine-section-heading--facilities {
        grid-template-columns: minmax(0, 1.1fr) minmax(310px, .9fr);
        gap: 48px;
    }

    .the-shine-facility-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .the-shine-facility-slide,
    .the-shine-facility-slide:nth-child(3n + 2) {
        height: 470px;
        transform: none;
    }
}

@media (max-width: 991px) {
    .the-shine-section-heading--facilities {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 28px;
    }

    .the-shine-section-heading--facilities .the-shine-section-heading__side {
        max-width: 680px;
    }
}

@media (max-width: 767px) {
    .the-shine-facilities--home {
        padding: 92px 0 98px;
    }

    .the-shine-facilities--home::before {
        right: 20px;
        height: 58px;
    }

    .the-shine-section-heading--facilities {
        margin-bottom: 34px;
        padding-bottom: 28px;
    }

    .the-shine-facility-count {
        display: none;
    }

    .the-shine-facility-track {
        display: grid;
        grid-auto-columns: min(84vw, 350px);
        grid-auto-flow: column;
        grid-template-columns: none;
        gap: 14px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        padding: 7px 0 12px;
        scroll-behavior: smooth;
        scroll-padding-inline: 0;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .the-shine-facility-track::-webkit-scrollbar {
        display: none;
    }

    .the-shine-facility-slide,
    .the-shine-facility-slide:nth-child(3n + 2) {
        height: 440px;
        scroll-snap-align: start;
        transform: none;
    }

    .the-shine-facility-card__topline {
        top: 20px;
        right: 20px;
        left: 20px;
    }

    .the-shine-facility-card__icon {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
        font-size: 20px;
    }

    .the-shine-facility-card__content {
        min-height: 232px;
        padding: 28px 22px 22px;
    }

    .the-shine-facility-card__title {
        min-height: 31px;
        font-size: 25px;
    }

    .the-shine-facility-card__description {
        min-height: 67px;
        font-size: 13px;
        -webkit-line-clamp: 3;
    }

    .the-shine-facility-card__view {
        margin-top: 14px;
        padding-top: 14px;
    }

    .the-shine-facility-gallery__toolbar {
        display: grid;
        grid-template-columns: auto minmax(40px, 1fr) auto;
        align-items: center;
        gap: 13px;
        margin-top: 18px;
    }

    .the-shine-facility-gallery__status {
        display: inline-flex;
        min-width: 55px;
        align-items: baseline;
        gap: 5px;
        color: #82756c;
        font-size: 9px;
        font-weight: 700;
        letter-spacing: .08em;
    }

    .the-shine-facility-gallery__status strong {
        color: var(--facility-ink);
        font-size: 21px;
        font-weight: 600;
        letter-spacing: -.04em;
    }

    .the-shine-facility-gallery__progress {
        position: relative;
        display: block;
        height: 1px;
        overflow: hidden;
        background: rgba(55, 47, 41, .18);
    }

    .the-shine-facility-gallery__progress > span {
        position: absolute;
        inset: 0;
        background: var(--facility-brass);
        transform: scaleX(var(--facility-progress, 0));
        transform-origin: left center;
        transition: transform .55s cubic-bezier(.16, 1, .3, 1);
    }

    .the-shine-facility-gallery__buttons {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .the-shine-facility-gallery__button {
        display: inline-flex;
        width: 44px;
        height: 44px;
        min-width: 44px;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        color: #39312c;
        border: 1px solid rgba(74, 61, 51, .28);
        border-radius: 50%;
        background: rgba(255, 253, 249, .76);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
        transition: transform .2s ease, opacity .2s ease;
    }

    .the-shine-facility-gallery__button--next {
        color: #fffdf9;
        border-color: #2e3030;
        background: #2e3030;
    }

    .the-shine-facility-gallery__button:active:not(:disabled) {
        transform: scale(.96);
    }

    .the-shine-facility-gallery__button:focus-visible {
        outline: 3px solid #c79a72;
        outline-offset: 3px;
    }

    .the-shine-facility-gallery__button:disabled {
        cursor: not-allowed;
        opacity: .32;
    }
}

@media (max-width: 420px) {
    .the-shine-facility-track {
        grid-auto-columns: min(86vw, 330px);
    }

    .the-shine-facility-slide,
    .the-shine-facility-slide:nth-child(3n + 2) {
        height: 425px;
    }

    .the-shine-facility-card__eyebrow em {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .the-shine-facility-track {
        scroll-behavior: auto;
    }

    .the-shine-facility-panel,
    .the-shine-facility-card__image,
    .the-shine-facility-card__view i,
    .the-shine-facility-gallery__progress > span,
    .the-shine-facility-gallery__button {
        transition: none !important;
    }

    .the-shine-facility-panel:hover,
    .the-shine-facility-panel:hover .the-shine-facility-card__image,
    .the-shine-facility-panel:hover .the-shine-facility-card__view i {
        transform: none !important;
    }
}

/* Main-page use information · 2026-07-22 */
.the-shine-use-information {
    --use-info-paper: #f4efe7;
    --use-info-ink: #f8f2ea;
    --use-info-muted: rgba(248, 242, 234, .72);
    --use-info-brass: #d0a57c;
    position: relative;
    overflow: clip;
    padding: 142px 0 150px;
    color: var(--use-info-ink);
    background: #282a29;
}

.the-shine-use-information::before {
    content: "";
    position: absolute;
    top: 0;
    left: max(20px, calc((100vw - 1320px) / 2));
    width: 1px;
    height: 92px;
    background: linear-gradient(180deg, transparent, rgba(208, 165, 124, .58));
}

.the-shine-use-information__heading {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(320px, .78fr);
    align-items: end;
    gap: 72px;
    margin-bottom: 58px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255, 249, 241, .19);
}

.the-shine-use-information .the-shine-section-kicker {
    color: var(--use-info-brass);
}

.the-shine-use-information__heading h2 {
    max-width: 730px;
    margin: 0;
    color: var(--use-info-ink);
    font-size: clamp(43px, 4.2vw, 68px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.055em;
    word-break: keep-all;
}

.the-shine-use-information__intro {
    padding-bottom: 4px;
}

.the-shine-use-information__intro p {
    margin: 0 0 24px;
    color: var(--use-info-muted);
    font-size: 16px;
    line-height: 1.8;
    word-break: keep-all;
}

.the-shine-use-information .the-shine-text-link {
    color: var(--use-info-ink);
    border-bottom-color: rgba(208, 165, 124, .76);
}

.the-shine-use-information .the-shine-text-link:hover {
    color: var(--use-info-brass);
}

.the-shine-use-information__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
}

.the-shine-use-information__item {
    position: relative;
    grid-column: span 5;
    height: 520px;
    overflow: hidden;
    border: 1px solid rgba(255, 249, 241, .22);
    border-radius: 14px;
    background: #35312d;
    box-shadow: 0 26px 58px rgba(9, 12, 11, .23);
    transform: translateZ(0);
    transition: transform .5s cubic-bezier(.16, 1, .3, 1), opacity .3s ease;
}

.the-shine-use-information__item:nth-child(4n + 1),
.the-shine-use-information__item:nth-child(4n + 4) {
    grid-column: span 7;
}

.the-shine-use-information__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--use-information-image-position, center);
    transform: scale(1.002);
    transition: transform .8s cubic-bezier(.16, 1, .3, 1), opacity .3s ease;
}

.the-shine-use-information__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(18, 19, 18, .26) 0%, rgba(18, 19, 18, .06) 28%, rgba(18, 19, 18, .57) 59%, rgba(18, 19, 18, .96) 100%),
        linear-gradient(90deg, rgba(18, 19, 18, .44), transparent 75%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.the-shine-use-information__topline {
    position: absolute;
    top: 25px;
    right: 26px;
    left: 26px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.the-shine-use-information__icon {
    display: inline-flex;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    align-items: center;
    justify-content: center;
    color: #6e4d36;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 50%;
    background: rgba(255, 250, 241, .96);
    box-shadow: 0 12px 28px rgba(10, 12, 11, .2);
    font-size: 22px;
}

.the-shine-use-information__number {
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    color: #fffdf9;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.04em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .46);
}

.the-shine-use-information__number small {
    color: rgba(255, 253, 248, .68);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
}

.the-shine-use-information__content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    min-height: 324px;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 30px 29px;
}

.the-shine-use-information__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: var(--use-info-brass);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .18em;
}

.the-shine-use-information__eyebrow::before {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor;
}

.the-shine-use-information__content h3 {
    min-height: 38px;
    margin: 0 0 9px;
    color: #fffdf9;
    font-size: clamp(26px, 2.25vw, 33px);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -.04em;
    word-break: keep-all;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .7);
}

.the-shine-use-information__summary {
    display: -webkit-box;
    min-height: 47px;
    max-width: 530px;
    margin: 0;
    overflow: hidden;
    color: rgba(255, 252, 247, .86);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .68);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.the-shine-use-information__price {
    display: flex;
    align-items: baseline;
    gap: 11px;
    margin-top: 16px;
}

.the-shine-use-information__price > span {
    color: rgba(255, 252, 247, .72);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
}

.the-shine-use-information__price strong {
    color: #fffdf9;
    font-size: clamp(25px, 2vw, 31px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.05em;
}

.the-shine-use-information__details {
    display: grid;
    gap: 4px;
    width: 100%;
    margin: 16px 0 0;
    padding: 13px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .22);
    list-style: none;
}

.the-shine-use-information__details li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 252, 247, .82);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}

.the-shine-use-information__details li i {
    color: var(--use-info-brass);
    font-size: 10px;
}

.the-shine-use-information__cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 15px;
    color: #fffdf9;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
}

.the-shine-use-information__cta i {
    display: inline-flex;
    width: 29px;
    height: 29px;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    transform: rotate(45deg);
    transition: transform .42s cubic-bezier(.16, 1, .3, 1);
}

.the-shine-use-information__cta:focus-visible {
    outline: 3px solid #f0c28f;
    outline-offset: 4px;
}

.the-shine-use-information__empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 50px 24px;
    color: var(--use-info-muted);
    border: 1px solid rgba(255, 249, 241, .22);
    text-align: center;
}

@media (hover: hover) and (pointer: fine) {
    .the-shine-use-information__item:hover {
        transform: translateY(-7px);
    }

    .the-shine-use-information__item:hover .the-shine-use-information__image {
        transform: scale(1.055);
    }

    .the-shine-use-information__item:hover .the-shine-use-information__cta i {
        transform: rotate(45deg) translateY(-3px);
    }
}

@media (max-width: 1199px) {
    .the-shine-use-information {
        padding: 120px 0 128px;
    }

    .the-shine-use-information__heading {
        gap: 48px;
    }

    .the-shine-use-information__item,
    .the-shine-use-information__item:nth-child(4n + 1),
    .the-shine-use-information__item:nth-child(4n + 4) {
        grid-column: span 6;
        height: 490px;
    }
}

@media (max-width: 991px) {
    .the-shine-use-information__heading {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 28px;
    }

    .the-shine-use-information__intro {
        max-width: 680px;
    }
}

@media (max-width: 767px) {
    .the-shine-use-information {
        padding: 92px 0 100px;
    }

    .the-shine-use-information::before {
        left: 20px;
        height: 58px;
    }

    .the-shine-use-information__heading {
        margin-bottom: 34px;
        padding-bottom: 28px;
    }

    .the-shine-use-information__heading h2 {
        font-size: clamp(38px, 10.2vw, 52px);
    }

    .the-shine-use-information__intro p {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1.72;
    }

    .the-shine-use-information__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .the-shine-use-information__item,
    .the-shine-use-information__item:nth-child(4n + 1),
    .the-shine-use-information__item:nth-child(4n + 4) {
        grid-column: 1;
        height: 465px;
    }

    .the-shine-use-information__topline {
        top: 20px;
        right: 20px;
        left: 20px;
    }

    .the-shine-use-information__icon {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
        font-size: 20px;
    }

    .the-shine-use-information__content {
        min-height: 293px;
        padding: 24px 22px 22px;
    }

    .the-shine-use-information__content h3 {
        font-size: 26px;
    }

    .the-shine-use-information__summary {
        font-size: 13px;
    }

    .the-shine-use-information__details {
        margin-top: 13px;
        padding-top: 11px;
    }

    .the-shine-use-information__cta {
        padding-top: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .the-shine-use-information__item,
    .the-shine-use-information__image,
    .the-shine-use-information__cta i {
        transition: none !important;
    }

    .the-shine-use-information__item:hover,
    .the-shine-use-information__item:hover .the-shine-use-information__image,
    .the-shine-use-information__item:hover .the-shine-use-information__cta i {
        transform: none !important;
    }
}

/* Final cascade: bright story panel and readable review cards */
.the-shine-view-story.the-shine-view-story--bright {
    padding: 148px 0 154px;
    color: #2e2925;
    background: linear-gradient(116deg, #f8f5f0 0%, #f8f5f0 51%, #eee7dc 51%, #eee7dc 100%);
}

.the-shine-view-story.the-shine-view-story--bright::before {
    top: 72px;
    right: max(24px, calc((100vw - 1360px) / 2));
    bottom: 72px;
    left: auto;
    width: 1px;
    background: rgba(102, 76, 53, .17);
}

.the-shine-view-story.the-shine-view-story--bright::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: min(35vw, 580px);
    border-left: 1px solid rgba(102, 76, 53, .1);
    background: linear-gradient(180deg, rgba(255, 253, 249, .42), rgba(255, 253, 249, 0));
    pointer-events: none;
}

.the-shine-reviews .the-shine-review-card,
.the-shine-reviews .the-shine-review-track .slick-current .the-shine-review-card {
    min-height: 464px;
    color: #312c29;
    border-color: rgba(255, 255, 255, .62);
    background: rgba(255, 252, 247, .975);
    box-shadow:
        inset 0 1px 0 #fff,
        0 28px 66px -38px rgba(0, 0, 0, .48);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.the-shine-reviews .the-shine-review-card::before,
.the-shine-reviews .the-shine-review-track .slick-current .the-shine-review-card::before {
    color: rgba(157, 112, 77, .07);
}

.the-shine-reviews .the-shine-review-card:hover,
.the-shine-reviews .the-shine-review-track .slick-current .the-shine-review-card:hover {
    background: #fffdf9;
    transform: translateY(-5px);
}

.the-shine-reviews .the-shine-review-card__header {
    margin-bottom: 18px;
}

.the-shine-reviews .the-shine-review-card__avatar {
    position: relative;
    display: inline-flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    color: #fffaf4;
    border: 2px solid rgba(255, 253, 248, .96);
    border-radius: 50%;
    background: linear-gradient(145deg, #d9a77c, #7e9a97);
    box-shadow: 0 7px 17px rgba(54, 43, 33, .22);
    font-size: inherit;
}

.the-shine-reviews .the-shine-review-card__avatar::before {
    content: "";
    position: absolute;
    top: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(255, 247, 237, .78);
}

.the-shine-reviews .the-shine-review-card__avatar::after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 30px;
    height: 23px;
    border-radius: 50% 50% 42% 42%;
    background: rgba(255, 247, 237, .7);
}

.the-shine-reviews .the-shine-review-card__avatar > span {
    position: relative;
    z-index: 1;
    margin-bottom: 6px;
    padding: 1px 4px;
    color: #3d3732;
    border-radius: 8px;
    background: rgba(255, 253, 249, .86);
    font-size: 9px;
    font-weight: 900;
    line-height: 1.2;
}

.the-shine-reviews .the-shine-review-slide:nth-child(3n + 2) .the-shine-review-card__avatar {
    background: linear-gradient(145deg, #9fb8b6, #557173);
}

.the-shine-reviews .the-shine-review-slide:nth-child(3n) .the-shine-review-card__avatar {
    background: linear-gradient(145deg, #c9a98a, #92725f);
}

.the-shine-reviews .the-shine-review-card__identity strong,
.the-shine-reviews .the-shine-review-track .slick-current .the-shine-review-card__identity strong,
.the-shine-reviews .the-shine-review-card h3,
.the-shine-reviews .the-shine-review-track .slick-current .the-shine-review-card h3 {
    color: #2f2a27;
}

.the-shine-reviews .the-shine-review-card__identity div > span,
.the-shine-reviews .the-shine-review-track .slick-current .the-shine-review-card__identity div > span {
    color: #91877f;
}

.the-shine-reviews .the-shine-review-card__badge,
.the-shine-reviews .the-shine-review-track .slick-current .the-shine-review-card__badge {
    color: #8e6649;
}

.the-shine-reviews .the-shine-review-card__stay span,
.the-shine-reviews .the-shine-review-track .slick-current .the-shine-review-card__stay span {
    color: #705744;
    border-color: #e3d5c8;
    background: #f8f1e9;
}

.the-shine-reviews .the-shine-review-card__body {
    display: grid;
    min-height: 0;
    flex: 1 1 auto;
    grid-template-columns: minmax(0, 1fr) 145px;
    gap: 20px;
}

.the-shine-reviews .the-shine-review-card__copy > p {
    margin: 0;
    color: #665f59;
    font-size: 13px;
    line-height: 1.82;
    word-break: keep-all;
}

.the-shine-reviews .the-shine-review-card__photos {
    display: grid;
    min-height: 224px;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 7px;
}

.the-shine-reviews .the-shine-review-card__photos img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    border: 1px solid rgba(63, 53, 44, .1);
    border-radius: 5px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(53, 42, 31, .11);
}

.the-shine-reviews .the-shine-review-card footer,
.the-shine-reviews .the-shine-review-track .slick-current .the-shine-review-card footer {
    margin-top: 21px;
    color: #9a7558;
    border-color: #e5dbd1;
}

@media (max-width: 1199px) {
    .the-shine-view-story.the-shine-view-story--bright .the-shine-view-story__grid {
        gap: 60px;
    }

    .the-shine-reviews .the-shine-review-card__body {
        grid-template-columns: minmax(0, 1fr) 124px;
        gap: 15px;
    }
}

@media (max-width: 991px) {
    .the-shine-view-story.the-shine-view-story--bright {
        padding: 108px 0 116px;
    }

    .the-shine-view-story.the-shine-view-story--bright::before {
        top: 45px;
        right: 28px;
        bottom: 45px;
        display: block;
    }
}

@media (max-width: 767px) {
    .the-shine-view-story.the-shine-view-story--bright {
        padding: 88px 0 94px;
        background: #f7f3ed;
    }

    .the-shine-view-story.the-shine-view-story--bright::before {
        top: 28px;
        right: 20px;
        bottom: 28px;
    }

    .the-shine-view-story.the-shine-view-story--bright::after {
        width: 70vw;
    }

    .the-shine-reviews .the-shine-review-card {
        min-height: 0;
        padding: 25px 22px 22px;
    }

    .the-shine-reviews .the-shine-review-card__body {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .the-shine-reviews .the-shine-review-card__photos {
        min-height: 92px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-rows: 1fr;
        gap: 7px;
    }
}

.the-shine-view-story.the-shine-view-story--bright .the-shine-outline-link {
    color: #343b3d;
    border-color: #9b7656;
    background: rgba(255, 253, 249, .74);
}

.the-shine-view-story.the-shine-view-story--bright .the-shine-outline-link:hover {
    color: #fffdf9;
    border-color: #354448;
    background: #354448;
}

/* Reservation-channel marquee below the news journal */
.the-shine-partners {
    position: relative;
    overflow: hidden;
    padding: 76px 0 72px;
    border-top: 1px solid #e4dbd1;
    border-bottom: 1px solid #e4dbd1;
    background: #f7f5f1;
}

.the-shine-partners::before {
    content: "";
    position: absolute;
    top: 0;
    right: 9%;
    bottom: 0;
    width: 1px;
    background: rgba(100, 75, 53, .1);
    pointer-events: none;
}

.the-shine-partners__heading {
    display: grid;
    grid-template-columns: minmax(180px, .52fr) minmax(0, 1fr);
    align-items: end;
    gap: 36px;
    margin-bottom: 31px;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(99, 76, 55, .16);
}

.the-shine-partners__heading > span {
    color: #9a7351;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .19em;
}

.the-shine-partners__heading h2 {
    margin: 0;
    color: #302b27;
    font-size: clamp(20px, 1.75vw, 28px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.04em;
}

.the-shine-partners__track {
    margin: 0 -9px;
}

.the-shine-partners__track:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.the-shine-partners__track .slick-slide {
    padding: 0 9px;
}

.the-shine-partners__item {
    display: flex;
    height: 94px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(90, 68, 49, .15);
    background: rgba(255, 253, 249, .72);
    box-shadow: 0 14px 32px -26px rgba(54, 42, 31, .38);
    transition: transform .36s cubic-bezier(.16, 1, .3, 1), border-color .36s ease, background-color .36s ease;
}

.the-shine-partners__link {
    display: inline-flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 16px;
    text-decoration: none;
}

.the-shine-partners__link:focus-visible {
    outline: 3px solid #c69667;
    outline-offset: 3px;
}

.the-shine-partners__link > img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 42px;
    object-fit: contain;
}

.the-shine-partners__wordmark {
    display: inline-block;
    color: #4b4139;
    font-family: "Jost", "Noto Sans KR", "Pretendard", Arial, sans-serif;
    font-size: clamp(17px, 1.35vw, 21px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.07em;
    white-space: nowrap;
}

.the-shine-partners__wordmark--yanolja { color: #e23575; }
.the-shine-partners__wordmark--goodchoice { color: #e24a56; }
.the-shine-partners__wordmark--naver { color: #03a84e; letter-spacing: -.08em; }
.the-shine-partners__wordmark--ddnayo { color: #2555ad; }
.the-shine-partners__wordmark--onda { color: #3c4da7; letter-spacing: .02em; }
.the-shine-partners__wordmark--oultree { color: #5f765e; letter-spacing: .04em; }

.the-shine-partners__note {
    margin: 18px 0 0;
    color: #8a7d72;
    font-size: 11px;
    line-height: 1.6;
}

@media (hover: hover) and (pointer: fine) {
    .the-shine-partners__item:hover {
        border-color: rgba(158, 112, 76, .52);
        background: #fffdf9;
        transform: translateY(-4px);
    }
}

/* Direct-reservation footer action */
.the-shine-footer-reservation {
    display: inline-flex;
    min-width: 204px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 24px;
    padding: 13px 13px 13px 18px;
    color: #fff9f1 !important;
    border: 1px solid rgba(239, 204, 164, .62);
    background: #9c6d49;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 16px 30px -18px rgba(0, 0, 0, .64);
    text-decoration: none !important;
    transition: transform .35s cubic-bezier(.16, 1, .3, 1), background-color .35s ease, box-shadow .35s ease;
}

.the-shine-footer-reservation > span {
    display: grid;
    gap: 3px;
}

.the-shine-footer-reservation small {
    color: rgba(255, 249, 241, .7);
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .17em;
}

.the-shine-footer-reservation strong {
    color: inherit;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.03em;
}

.the-shine-footer-reservation > i {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    color: #4b3325;
    background: #fff8ee;
    font-size: 15px;
    transition: transform .35s cubic-bezier(.16, 1, .3, 1);
}

.the-shine-footer-reservation:hover,
.the-shine-footer-reservation:focus-visible {
    color: #fff9f1 !important;
    background: #805538;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 20px 35px -17px rgba(0, 0, 0, .72);
}

.the-shine-footer-reservation:hover {
    transform: translateY(-3px);
}

.the-shine-footer-reservation:hover > i {
    transform: translateX(3px);
}

.the-shine-footer-reservation:focus-visible {
    outline: 3px solid #f0c28f;
    outline-offset: 4px;
}

.the-shine-footer-legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 11px 16px;
    margin-top: 18px;
}

.the-shine-footer-legal a {
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 600;
}

.the-shine-footer-legal a:hover,
.the-shine-footer-legal a:focus-visible {
    color: #f0c28f;
}

.the-shine-footer-legal a + a {
    padding-left: 16px;
    border-left: 1px solid rgba(255, 255, 255, .22);
}

/* Legal pages */
.shine-legal-hero {
    position: relative;
    overflow: hidden;
    padding: 104px 0 86px;
    background: #f4efe7;
}

.shine-legal-hero::after {
    content: "";
    position: absolute;
    top: 0;
    right: 10%;
    bottom: 0;
    width: min(23vw, 360px);
    border-left: 1px solid rgba(103, 78, 57, .1);
    background: linear-gradient(135deg, rgba(255, 253, 249, .7), rgba(230, 218, 204, .56));
    pointer-events: none;
}

.shine-legal-hero__content {
    position: relative;
    z-index: 1;
    max-width: 840px;
}

.shine-legal-kicker {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 18px;
    color: #9a7250;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .19em;
}

.shine-legal-kicker::before {
    content: "";
    width: 29px;
    height: 1px;
    background: currentColor;
}

.shine-legal-hero h2 {
    margin: 0 0 18px;
    color: #2f2a27;
    font-size: clamp(43px, 4.6vw, 70px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.06em;
    word-break: keep-all;
}

.shine-legal-hero p {
    max-width: 600px;
    margin: 0;
    color: #665e57;
    font-size: 15px;
    line-height: 1.85;
    word-break: keep-all;
}

.shine-legal-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin-top: 27px;
    color: #766a60;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
}

.shine-legal-page {
    padding: 94px 0 112px;
    background: #fffdf9;
}

.shine-legal-layout {
    display: grid;
    grid-template-columns: minmax(190px, .28fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(45px, 8vw, 124px);
}

.shine-legal-index {
    position: sticky;
    top: 118px;
    padding-top: 18px;
    border-top: 1px solid #b88a61;
}

.shine-legal-index small {
    display: block;
    margin-bottom: 13px;
    color: #a07855;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .18em;
}

.shine-legal-index a {
    display: block;
    padding: 8px 0;
    color: #766c64;
    font-size: 13px;
    line-height: 1.45;
}

.shine-legal-index a:hover,
.shine-legal-index a:focus-visible {
    color: #7e563b;
}

.shine-legal-content {
    max-width: 850px;
}

.shine-legal-content > section {
    padding: 0 0 38px;
    margin-bottom: 38px;
    border-bottom: 1px solid #e7dfd6;
    scroll-margin-top: 130px;
}

.shine-legal-content > section:last-child {
    margin-bottom: 0;
}

.shine-legal-content h3 {
    margin: 0 0 15px;
    color: #312b27;
    font-size: clamp(22px, 2vw, 29px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -.04em;
}

.shine-legal-content h4 {
    margin: 24px 0 10px;
    color: #473c34;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
}

.shine-legal-content p,
.shine-legal-content li {
    color: #665f59;
    font-size: 14px;
    line-height: 1.85;
    word-break: keep-all;
}

.shine-legal-content p {
    margin: 0;
}

.shine-legal-content p + p {
    margin-top: 12px;
}

.shine-legal-content ul,
.shine-legal-content ol {
    display: grid;
    gap: 8px;
    margin: 16px 0 0;
    padding-left: 20px;
}

.shine-legal-content strong {
    color: #47392f;
    font-weight: 800;
}

.shine-legal-table-wrap {
    margin-top: 19px;
    overflow-x: auto;
    border-top: 1px solid #b99a80;
}

.shine-legal-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
}

.shine-legal-table th,
.shine-legal-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #e7dfd6;
    text-align: left;
    vertical-align: top;
}

.shine-legal-table th {
    color: #695038;
    background: #f7f1ea;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
}

.shine-legal-table td {
    color: #665f59;
    font-size: 13px;
    line-height: 1.65;
    word-break: keep-all;
}

.shine-legal-callout {
    margin-top: 20px;
    padding: 20px 22px;
    border-left: 3px solid #a97852;
    background: #f8f3ed;
}

.shine-legal-callout p {
    color: #594b40;
}

@media (max-width: 991px) {
    .the-shine-partners__track:not(.slick-initialized) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px 0;
    }

    .shine-legal-layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .shine-legal-index {
        position: static;
        display: flex;
        flex-wrap: wrap;
        gap: 3px 18px;
    }

    .shine-legal-index small {
        width: 100%;
        margin-bottom: 4px;
    }
}

@media (max-width: 767px) {
    .the-shine-partners {
        padding: 58px 0 55px;
    }

    .the-shine-partners__heading {
        grid-template-columns: 1fr;
        gap: 9px;
        margin-bottom: 24px;
    }

    .the-shine-partners__item {
        height: 78px;
    }

    .the-shine-partners__link {
        padding: 12px;
    }

    .the-shine-partners__wordmark {
        font-size: 16px;
    }

    .the-shine-footer-reservation {
        width: 100%;
        max-width: 290px;
    }

    .the-shine-footer-legal {
        margin-top: 15px;
    }

    .shine-legal-hero {
        padding: 76px 0 64px;
    }

    .shine-legal-hero h2 {
        font-size: clamp(38px, 10vw, 52px);
    }

    .shine-legal-hero p {
        font-size: 14px;
        line-height: 1.78;
    }

    .shine-legal-page {
        padding: 70px 0 84px;
    }

    .shine-legal-content > section {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

/* Hero film CTA: preserve the play / HOT details in one high-contrast premium control. */
.the-shine-hero .premium-video-pulse.the-shine-video-cta {
    position: relative;
    isolation: isolate;
    display: inline-flex !important;
    min-height: 80px;
    align-items: center;
    gap: 13px;
    padding: 8px 19px 8px 9px;
    overflow: visible;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 999px;
    background: linear-gradient(115deg, rgba(17, 22, 24, .83), rgba(29, 29, 26, .66));
    box-shadow: 0 18px 38px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .18), inset 0 -1px 0 rgba(0, 0, 0, .18);
    backdrop-filter: blur(15px) saturate(118%);
    -webkit-backdrop-filter: blur(15px) saturate(118%);
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: .045em;
    text-decoration: none !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .72);
    transition: transform .28s cubic-bezier(.16, 1, .3, 1), border-color .28s ease, background-color .28s ease, box-shadow .28s ease !important;
}

.the-shine-hero .premium-video-pulse.the-shine-video-cta::before {
    position: absolute;
    z-index: -1;
    inset: 3px;
    content: "";
    pointer-events: none;
    border: 1px solid rgba(222, 195, 153, .26);
    border-radius: inherit;
}

.the-shine-hero .premium-video-pulse.the-shine-video-cta .pulse-icon-wrapper {
    position: static;
    z-index: 1;
    display: inline-flex;
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .44);
    border-radius: 50%;
    background: linear-gradient(145deg, #e0bd88 0%, #b7763e 100%);
    box-shadow: 0 7px 18px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .45);
    transition: transform .28s cubic-bezier(.16, 1, .3, 1), box-shadow .28s ease;
}

.the-shine-hero .premium-video-pulse.the-shine-video-cta .pulse-icon-wrapper i {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    z-index: 2;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 19px !important;
    line-height: 1 !important;
}

.the-shine-hero .premium-video-pulse.the-shine-video-cta .pulse-ring {
    position: absolute;
    inset: -5px;
    z-index: 0;
    pointer-events: none;
    border: 1px solid rgba(230, 196, 142, .88);
    border-radius: 999px;
    animation: the-shine-video-button-pulse 2.4s cubic-bezier(.215, .61, .355, 1) infinite;
}

.the-shine-hero .premium-video-pulse.the-shine-video-cta .pulse-ring-2 {
    animation-delay: 1.2s;
}

@keyframes the-shine-video-button-pulse {
    0% { opacity: .78; transform: scale(1); }
    100% { opacity: 0; transform: scale(1.075); }
}

.the-shine-hero .premium-video-pulse.the-shine-video-cta .video-text {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.the-shine-hero .premium-video-pulse.the-shine-video-cta .highlight-badge {
    display: inline-flex;
    min-height: 21px;
    align-items: center;
    justify-content: center;
    padding: 3px 8px 2px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    background: #c74645;
    box-shadow: 0 3px 8px rgba(74, 18, 18, .38), inset 0 1px 0 rgba(255, 255, 255, .25);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .11em;
    line-height: 1;
    animation: the-shine-hot-nudge 2.3s ease-in-out infinite;
}

@keyframes the-shine-hot-nudge {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-2px); }
}

.the-shine-hero .premium-video-pulse.the-shine-video-cta:hover {
    color: #fff !important;
    border-color: rgba(255, 242, 216, .72);
    background: linear-gradient(115deg, rgba(14, 18, 20, .92), rgba(55, 43, 31, .76));
    box-shadow: 0 22px 44px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .22), inset 0 -1px 0 rgba(0, 0, 0, .22);
    transform: translateY(-3px);
}

.the-shine-hero .premium-video-pulse.the-shine-video-cta:hover .pulse-icon-wrapper {
    box-shadow: 0 11px 23px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .55);
    transform: scale(1.045);
}

.the-shine-hero .premium-video-pulse.the-shine-video-cta:active {
    transform: translateY(-1px) scale(.99);
}

@media (max-width: 767px) {
    .the-shine-hero .premium-video-pulse.the-shine-video-cta {
        min-height: 72px;
        padding: 7px 16px 7px 8px;
        font-size: 15px !important;
    }

    .the-shine-hero .premium-video-pulse.the-shine-video-cta .pulse-icon-wrapper {
        width: 56px;
        height: 56px;
        flex-basis: 56px;
    }

    .the-shine-hero .premium-video-pulse.the-shine-video-cta .pulse-icon-wrapper i {
        font-size: 17px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .the-shine-hero .premium-video-pulse.the-shine-video-cta,
    .the-shine-hero .premium-video-pulse.the-shine-video-cta .pulse-icon-wrapper,
    .the-shine-hero .premium-video-pulse.the-shine-video-cta .pulse-ring,
    .the-shine-hero .premium-video-pulse.the-shine-video-cta .highlight-badge {
        animation: none !important;
        transition-duration: .01ms !important;
    }
}
