/* 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 28px;
    color: #271810;
    border: 1px solid rgba(255, 248, 236, .72);
    border-radius: 999px;
    background: linear-gradient(135deg, #ffe7c3 0%, #d9ad79 52%, #bc8450 100%);
    box-shadow: 0 14px 38px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .6);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: none;
    transition: transform .35s cubic-bezier(.16, 1, .3, 1), box-shadow .35s ease, filter .35s ease;
}

.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: #1c110c;
    filter: brightness(1.06);
    transform: translateY(-3px);
    box-shadow: 0 20px 46px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .72);
}

.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: 12px;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: .08em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .92);
}

.the-shine-hero .the-shine-video-cta i {
    width: 60px;
    height: 60px;
    margin: 0 !important;
    padding: 0 !important;
    color: #5b391f !important;
    border: 1px solid rgba(255, 255, 255, .72) !important;
    background: rgba(255, 250, 242, .96) !important;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .13), 0 14px 34px rgba(0, 0, 0, .3) !important;
    line-height: 58px !important;
    transition: transform .35s cubic-bezier(.16, 1, .3, 1), box-shadow .35s ease;
}

.the-shine-hero .the-shine-video-cta:hover i {
    transform: scale(1.08);
    box-shadow: 0 0 0 11px rgba(255, 255, 255, .16), 0 18px 38px rgba(0, 0, 0, .34) !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;
}

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

.the-shine-facilities .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-facilities .the-shine-facility-card::before,
.the-shine-facilities .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%),
        linear-gradient(90deg, rgba(10, 8, 7, .2) 0%, transparent 72%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
}

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

.the-shine-facilities .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), filter .45s ease;
}

.the-shine-facilities .the-shine-facility-card:hover .services-08-thumb img {
    filter: saturate(1.06) contrast(1.03) !important;
    transform: scale(1.055);
}

.the-shine-facilities .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, .94);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .24);
    font-size: 25px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.the-shine-facilities .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-facilities .the-shine-facility-card .services-08-content::before {
    content: "";
    width: 42px;
    height: 2px;
    margin-bottom: 16px;
    background: #ebc697;
    box-shadow: 0 0 18px rgba(235, 198, 151, .45);
}

.the-shine-facilities .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-facilities .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);
}

@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);
    }

    .the-shine-facilities .the-shine-facility-card {
        min-height: 410px;
    }
}

@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-facilities .the-shine-facility-card {
        min-height: 390px;
    }

    .the-shine-facilities .the-shine-facility-icon {
        inset: 22px auto auto 22px;
        width: 56px;
        height: 56px;
        font-size: 22px;
    }

    .the-shine-facilities .the-shine-facility-card .services-08-content {
        min-height: 196px;
        padding: 32px 24px 24px;
    }
}

/* 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(2, minmax(0, 1fr));
    gap: clamp(22px, 3vw, 38px);
}

.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: 188px;
    flex: 1 1 auto;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    padding: clamp(23px, 2.4vw, 34px);
}

.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: 9px;
    color: #2f2119;
    font-size: clamp(25px, 2vw, 31px);
    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-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 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;
    }
}

@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: 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;
    }
}

/* 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: 390px;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 28px;
    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 12px !important;
    color: #2f241e;
    font-size: clamp(24px, 2.3vw, 31px) !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: 52px;
    overflow: hidden;
    margin: 0 0 20px !important;
    color: #74685f;
    font-size: 14px;
    line-height: 1.75;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.the-shine-room-card__amenities {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 16px;
    margin: 0 0 21px;
    padding: 17px 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: 24px;
    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: 50px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 16px;
    border: 1px solid #6f4b30;
    border-radius: 3px;
    font-size: 14px;
    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;
    }
}
