:root {
    --ink: #103f42;
    --deep: #092b2d;
    --sand: #f6f1e8;
    --gold: #c89a45;
    --coral: #b84e3c;
    --white: #fff;
    --muted: #637274
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: var(--ink);
    background: #fff;
    line-height: 1.55
}

a {
    color: inherit
}

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

.topbar {
    background: var(--deep);
    color: #fff;
    padding: 8px 5%;
    font-size: .78rem;
    display: flex;
    justify-content: space-between;
    gap: 16px
}

.site-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 20;
    border-bottom: 1px solid #e8e4db
}

.nav-wrap {
    max-width: 1320px;
    margin: auto;
    min-height: 74px;
    padding: 0 4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px
}

.brand {
    font-family: Georgia, serif;
    text-decoration: none;
    font-size: 1.15rem;
    letter-spacing: .08em;
    color: var(--ink);
    font-weight: bold;
    white-space: nowrap
}

.brand small {
    display: block;
    font: normal .58rem Arial;
    letter-spacing: .28em;
    text-align: center
}

.nav {
    /* display: flex; */
    align-items: center;
    gap: 20px
}

.nav a {
    text-decoration: none;
    font-size: .84rem
}

.nav a:hover,
.nav a.active {
    color: var(--gold)
}

.book,
.button {
    display: inline-block;
    border: 0;
    text-decoration: none;
    background: var(--coral);
    color: #fff;
    padding: 12px 18px;
    font-size: .78rem;
    letter-spacing: .1em;
    cursor: pointer
}

.book:hover,
.button:hover {
    background: var(--gold);
    color: var(--deep)
}

.menu-button {
    display: none;
    border: 0;
    background: none;
    font-size: 1.5rem
}

.mega {
    display: none;
    position: absolute;
    top: 74px;
    left: 5%;
    right: 5%;
    background: #fff;
    box-shadow: 0 16px 34px #0002;
    padding: 25px;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.nav-wrap:hover+.mega,
.mega:hover {
    display: grid
}

.mega h4 {
    margin: 0 0 8px;
    font-size: .75rem;
    color: var(--gold);
    letter-spacing: .08em
}

.mega a {
    display: block;
    text-decoration: none;
    font-size: .86rem;
    padding: 3px 0
}

.hero {
    min-height: 64vh;
    padding: 110px 7% 70px;
    color: #fff;
    background: linear-gradient(90deg, #062b2dc9, #062b2d55), url('https://images.unsplash.com/photo-1542314831-068cd1dbfeeb?auto=format&fit=crop&w=1800&q=85') center/cover;
    display: flex;
    align-items: end
}

.hero.hero-small {
    min-height: 44vh
}

.hero h1 {
    font: clamp(2rem, 5vw, 5rem)/.95 Georgia, serif;
    max-width: 760px;
    margin: 0 0 20px
}

.hero p {
    max-width: 600px;
    font-size: 1.06rem
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .74rem;
    color: var(--gold);
    font-weight: bold
}

.section {
    max-width: 1320px;
    padding: 78px 5%;
    margin: auto
}

.section.alt {
    max-width: none;
    background: var(--sand)
}

.section.alt>* {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.section h2 {
    font: clamp(2rem, 4vw, 3.5rem)/1.05 Georgia, serif;
    margin: 8px 0 20px
}

.lead {
    font-size: 1.05rem;
    max-width: 740px;
    color: #405355
}

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

.grid.two {
    grid-template-columns: repeat(2, 1fr)
}

.card {
    background: #fff;
    padding: 24px;
    border: 1px solid #e7e1d6
}

.card h3 {
    font: 1.5rem Georgia, serif;
    margin: 8px 0
}

.card p {
    color: #526467
}

.photo-card {
    min-height: 265px;
    padding: 22px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: linear-gradient(#0001, #001d), var(--image) center/cover
}

.photo-card h3 {
    font: 1.8rem Georgia, serif;
    margin: 0
}

.quick-book {
    background: var(--deep);
    color: #fff;
    max-width: 1200px;
    margin: -33px auto 0;
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center
}

.room-tabs {
    display: flex;
    gap: 9px;
    overflow: auto;
    padding-bottom: 5px
}

.room-tabs button {
    white-space: nowrap;
    padding: 10px 14px;
    border: 0;
    background: #e6ddd0;
    color: var(--ink);
    cursor: pointer
}

.room-tabs button.active {
    background: var(--ink);
    color: white
}

.room-detail {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 36px;
    background: #fff;
    margin-top: 24px
}

.room-detail img {
    width: 100%;
    height: 360px;
    object-fit: cover
}

.room-copy {
    padding: 30px
}

.wheel {
    width: min(360px, 78vw);
    aspect-ratio: 1;
    border: 11px solid var(--gold);
    border-radius: 50%;
    margin: 30px auto;
    display: grid;
    place-items: center;
    position: relative;
    background: conic-gradient(var(--sand) 0 60deg, #dce8e6 60deg 120deg, #fff 120deg 180deg, #e9dec9 180deg 240deg, #dce8e6 240deg 300deg, #fff 300deg)
}

.wheel button {
    padding: 24px;
    border-radius: 50%;
    background: var(--deep);
    color: white;
    border: 4px solid white;
    cursor: pointer
}

.wheel-result {
    text-align: center;
    font: 1.5rem Georgia, serif;
    min-height: 2em
}

.feature-list {
    padding: 0;
    list-style: none
}

.feature-list li {
    padding: 7px 0;
    border-bottom: 1px solid #eee
}

.feature-list li:before {
    content: '✦';
    color: var(--gold);
    margin-right: 8px
}

.gallery {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-auto-rows: 215px;
    gap: 12px
}

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

.gallery img:first-child {
    grid-row: span 2
}

.quote {
    padding: 44px;
    background: var(--deep);
    color: white
}

.cta {
    background: var(--gold);
    padding: 58px 6%;
    text-align: center
}

.cta h2 {
    font: 2.8rem Georgia, serif;
    margin: 0 0 13px
}

.form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-width: 760px;
    margin: 25px auto
}

.form input,
.form select,
.form textarea {
    padding: 13px;
    border: 1px solid #d7d1c7;
    font: inherit
}

.form textarea {
    grid-column: span 2;
    min-height: 100px
}

.form button {
    grid-column: span 2
}

.modal {
    position: fixed;
    inset: 0;
    background: #0009;
    display: none;
    place-items: center;
    z-index: 40
}

.modal.open {
    display: grid
}

.modal-inner {
    background: #fff;
    padding: 26px;
    max-width: 500px;
    width: 92%;
    position: relative
}

.close {
    position: absolute;
    right: 10px;
    top: 8px;
    border: 0;
    background: none;
    font-size: 1.5rem
}

.footer {
    background: var(--deep);
    color: #fff;
    padding: 55px 5% 20px
}

.footer-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    gap: 30px
}

.footer h4 {
    color: var(--gold);
    margin: 0 0 10px
}

.footer a {
    display: block;
    color: #d5e0df;
    text-decoration: none;
    font-size: .86rem;
    padding: 3px 0
}

.footer-bottom {
    border-top: 1px solid #ffffff33;
    margin-top: 30px;
    padding-top: 17px;
    text-align: center;
    font-size: .75rem;
    color: #d5e0df
}

.ad {
    position: fixed;
    right: 18px;
    bottom: 18px;
    max-width: 300px;
    background: #fff;
    box-shadow: 0 10px 30px #0004;
    padding: 18px;
    z-index: 15
}

.ad button {
    position: absolute;
    right: 4px;
    top: 3px;
    border: 0;
    background: transparent
}

.ad p {
    margin: 6px 0;
    font-size: .86rem
}

.share-row {
    display: flex;
    gap: 9px;
    flex-wrap: wrap
}

.share-row a {
    background: #edf1f1;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    text-decoration: none
}

.mini-room-menu {
    background: var(--sand);
    padding: 12px 5%;
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap
}

.mini-room-menu a {
    font-size: .83rem;
    text-decoration: none
}

@media(max-width:900px) {
    .nav {
        display: none
    }

    .menu-button {
        display: block
    }

    .nav.mobile-open {
        display: flex;
        position: absolute;
        top: 74px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 20px;
        flex-direction: column;
        align-items: start
    }

    .mega {
        display: none !important
    }

    .grid,
    .grid.two,
    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .room-detail {
        grid-template-columns: 1fr
    }

    .quick-book {
        margin: 0
    }

    .hero {
        min-height: 55vh
    }
}

@media(max-width:560px) {
    .topbar {
        font-size: .65rem
    }

    .grid,
    .grid.two,
    .footer-grid {
        grid-template-columns: 1fr
    }

    .hero {
        padding: 85px 6% 55px
    }

    .section {
        padding: 55px 6%
    }

    .gallery {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 150px
    }

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

    .form textarea,
    .form button {
        grid-column: auto
    }

    .ad {
        left: 12px;
        right: 12px;
        max-width: none
    }

    .brand {
        font-size: .95rem
    }
}

/* =========================================================
   HEALTH & WELLNESS - PREMIUM EXPERIENCE
========================================================= */

.hwx-hero {
    position: relative;
    height: 78vh;
    min-height: 620px;
    overflow: hidden;
    color: #fff;
}

.hwx-hero-media {
    position: absolute;
    inset: 0;
}

.hwx-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    animation: hwxHeroZoom 12s ease-out forwards;
}

@keyframes hwxHeroZoom {
    from {
        transform: scale(1.08);
    }

    to {
        transform: scale(1);
    }
}

.hwx-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(7, 43, 44, .88) 0%,
            rgba(7, 43, 44, .62) 38%,
            rgba(7, 43, 44, .22) 75%,
            rgba(7, 43, 44, .05) 100%
        );
}

.hwx-hero-content {
    position: relative;
    z-index: 2;

    width: min(1200px, 90%);
    margin: auto;

    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding-top: 30px;
}

.hwx-eyebrow {
    display: block;

    color: #c9a24d;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 3px;
    text-transform: uppercase;
}

.hwx-hero-content h1 {
    margin: 18px 0;

    max-width: 800px;

    font-size: clamp(48px, 6vw, 86px);
    line-height: .98;

    font-weight: 600;
    letter-spacing: -2px;
}

.hwx-hero-content h1 span {
    color: #e2bd65;
}

.hwx-hero-content p {
    max-width: 620px;

    margin: 0 0 32px;

    color: rgba(255,255,255,.88);

    font-size: 17px;
    line-height: 1.75;
}

.hwx-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hwx-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 15px 25px;

    text-decoration: none;

    font-size: 13px;
    font-weight: 700;

    transition: .3s ease;
}

.hwx-btn-primary {
    background: #c9a24d;
    color: #0c2f30;
}

.hwx-btn-primary:hover {
    background: #fff;
}

.hwx-btn-primary span {
    font-size: 18px;
    transition: .3s ease;
}

.hwx-btn-primary:hover span {
    transform: translateX(5px);
}

.hwx-btn-outline {
    border: 1px solid rgba(255,255,255,.7);
    color: #fff;
}

.hwx-btn-outline:hover {
    background: #fff;
    color: #0c2f30;
}

.hwx-hero-scroll {
    position: absolute;
    z-index: 3;

    bottom: 28px;
    left: 50%;

    transform: translateX(-50%);

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;

    font-size: 9px;
    letter-spacing: 2px;
}

.hwx-hero-scroll i {
    width: 1px;
    height: 42px;
    background: #c9a24d;
}


/* =========================================================
   EXPERIENCE SECTION
========================================================= */

.hwx-experiences {
    background: #f5f1e8;
    padding: 110px 0;
}

.hwx-container {
    width: min(1400px, 90%);
    margin: auto;
}

.hwx-section-heading {
    display: grid;

    grid-template-columns: 1.2fr .8fr;

    gap: 80px;

    align-items: end;

    margin-bottom: 55px;
}

.hwx-section-heading h2 {
    margin: 14px 0 0;

    color: #0c2f30;

    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.05;

    letter-spacing: -1px;
}

.hwx-section-heading h2 em {
    color: #b08c3a;
    font-style: normal;
}

.hwx-section-heading p {
    margin: 0;

    color: #56686a;

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   CARDS
========================================================= */

.hwx-experience-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    grid-template-rows: 420px 420px;

    gap: 18px;
}

.hwx-experience-card {
    position: relative;

    overflow: hidden;

    display: block;

    color: #fff;

    text-decoration: none;

    background: #0c2f30;
}

.hwx-card-large {
    grid-row: span 1;
}

.hwx-card-wide {
    grid-column: span 1;
}

.hwx-experience-card img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    transition:
        transform .8s ease,
        filter .5s ease;
}

.hwx-card-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(4, 30, 31, .92) 0%,
            rgba(4, 30, 31, .42) 45%,
            rgba(4, 30, 31, .05) 100%
        );

    transition: .5s ease;
}

.hwx-experience-card:hover img {
    transform: scale(1.07);
}

.hwx-experience-card:hover .hwx-card-overlay {
    background:
        linear-gradient(
            to top,
            rgba(4, 30, 31, .95),
            rgba(4, 30, 31, .28)
        );
}

.hwx-card-content {
    position: absolute;
    inset: 0;

    padding: 30px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    z-index: 2;
}

.hwx-card-number {
    align-self: flex-end;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.45);

    border-radius: 50%;

    font-size: 11px;
    letter-spacing: 1px;
}

.hwx-card-label {
    display: block;

    margin-bottom: 8px;

    color: #d8b85f;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 2px;
}

.hwx-card-content h3 {
    margin: 0 0 12px;

    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.05;
}

.hwx-card-content p {
    max-width: 440px;

    margin: 0 0 20px;

    color: rgba(255,255,255,.78);

    font-size: 13px;
    line-height: 1.7;
}

.hwx-card-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    color: #fff;

    font-size: 12px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: .8px;
}

.hwx-card-link b {
    color: #c9a24d;

    font-size: 18px;

    transition: .3s ease;
}

.hwx-experience-card:hover .hwx-card-link b {
    transform: translateX(7px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {

    .hwx-hero {
        min-height: 600px;
        height: 75vh;
    }

    .hwx-section-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hwx-experience-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 360px);
    }

    .hwx-card-wide {
        grid-column: auto;
    }
}


@media (max-width: 600px) {

    .hwx-hero {
        min-height: 650px;
    }

    .hwx-hero-content {
        width: 88%;
    }

    .hwx-hero-content h1 {
        font-size: 45px;
        letter-spacing: -1px;
    }

    .hwx-hero-content p {
        font-size: 14px;
    }

    .hwx-btn {
        width: 100%;
        justify-content: center;
    }

    .hwx-experiences {
        padding: 70px 0;
    }

    .hwx-container {
        width: 90%;
    }

    .hwx-experience-grid {
        grid-template-rows: repeat(4, 330px);
        gap: 12px;
    }

    .hwx-card-content {
        padding: 22px;
    }

    .hwx-card-content h3 {
        font-size: 29px;
    }

    .hwx-card-content p {
        font-size: 12px;
    }
}

/* =========================================================
   HWX DETAIL SECTIONS
========================================================= */

.hwx-detail {
    padding: 110px 0;
}

.hwx-detail-dark {
    background: #0c2f30;
    color: #fff;
}

.hwx-detail-light {
    background: #f7f3ea;
    color: #0c2f30;
}

.hwx-detail-container {
    width: min(1300px, 90%);
    margin: auto;

    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 80px;
    align-items: center;
}

.hwx-reverse .hwx-detail-image {
    order: 2;
}

.hwx-detail-image {
    height: 560px;
    overflow: hidden;
}

.hwx-detail-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .8s ease;
}

.hwx-detail-image:hover img {
    transform: scale(1.04);
}

.hwx-detail-content h2 {
    margin: 15px 0 20px;

    font-size: clamp(40px, 4vw, 58px);
    line-height: 1.05;
}

.hwx-detail-dark h2 {
    color: #fff;
}

.hwx-detail-light h2 {
    color: #0c2f30;
}

.hwx-detail-content h2 em {
    color: #c9a24d;
    font-style: normal;
}

.hwx-detail-content > p {
    max-width: 560px;

    margin-bottom: 30px;

    font-size: 16px;
    line-height: 1.8;

    opacity: .78;
}

.hwx-feature-list {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 0;

    margin-bottom: 35px;

    border-top: 1px solid rgba(201,162,77,.3);
}

.hwx-feature-list span {
    padding: 13px 8px 13px 0;

    border-bottom: 1px solid rgba(201,162,77,.3);

    font-size: 12px;
    line-height: 1.4;
}

.hwx-feature-list span::before {
    content: "✦";

    margin-right: 9px;

    color: #c9a24d;
}

.hwx-detail-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 14px 23px;

    background: #c9a24d;
    color: #0c2f30;

    text-decoration: none;

    font-size: 13px;
    font-weight: 700;

    transition: .3s ease;
}

.hwx-detail-btn:hover {
    background: #fff;
}

@media (max-width: 800px) {

    .hwx-detail {
        padding: 75px 0;
    }

    .hwx-detail-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hwx-reverse .hwx-detail-image {
        order: initial;
    }

    .hwx-detail-image {
        height: 360px;
    }

    .hwx-feature-list {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   CROWN BEACHFRONT VIPINGO
   MAIN HEADER
========================================================= */

.lp-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 82px;

    background: #0c2f30;

    border-bottom: 1px solid rgba(255,255,255,0.12);

    z-index: 5000;

    transition:
        background 0.3s ease,
        box-shadow 0.3s ease;
}


/* HEADER CONTAINER */

.lp-header-inner {
    width: 100%;
    max-width: 1500px;
    height: 100%;

    margin: 0 auto;

    padding: 0 32px;

    display: grid;

    grid-template-columns:
        190px
        minmax(0, 1fr)
        150px;

    align-items: center;

    gap: 25px;
}


/* =========================================================
   LOGO
========================================================= */

.lp-brand {
    display: flex;
    align-items: center;
}

.lp-logo {
    display: inline-flex;
    align-items: center;

    text-decoration: none;
}

.lp-logo img {
    width: 150px;
    height: 58px;

    object-fit: contain;

    display: block;

    background: #fff;

    border-radius: 4px;

    padding: 3px 10px;
}


/* =========================================================
   DESKTOP NAV
========================================================= */

.lp-main-nav {
    height: 100%;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: clamp(16px, 2vw, 34px);

    min-width: 0;
}

.lp-main-nav a {
    position: relative;

    display: inline-flex;
    align-items: center;

    height: 60px;

    color: #fff;

    text-decoration: none;

    font-family: Arial, sans-serif;

    font-size: 13px;

    font-weight: 500;

    white-space: nowrap;

    transition:
        color 0.3s ease;
}


/* UNDERLINE */

.lp-main-nav a::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;

    bottom: 19px;

    height: 2px;

    background: #c9a24d;

    transform: scaleX(0);

    transform-origin: center;

    transition:
        transform 0.3s ease;
}

.lp-main-nav a:hover {
    color: #c9a24d;
}

.lp-main-nav a:hover::after,
.lp-main-nav a.active::after {
    transform: scaleX(1);
}

.lp-main-nav a.active {
    color: #c9a24d;
}


/* =========================================================
   RIGHT ACTION
========================================================= */

.lp-header-action {
    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 15px;
}


/* BOOK NOW */

.lp-cta {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 118px;

    height: 42px;

    padding: 0 20px;

    background: var(--coral);

    color: #ffffff;

    text-decoration: none;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1px;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.lp-cta:hover {
    background: #fff;

    color: #c9a24d;

    transform: translateY(-2px);
}


/* =========================================================
   HAMBURGER
========================================================= */

.lp-menu-btn {
    display: none;

    width: 44px;
    height: 44px;

    padding: 8px;

    border: 0;

    background: transparent;

    cursor: pointer;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 5px;
}

.lp-menu-btn span {
    display: block;

    width: 25px;
    height: 2px;

    background: #fff;

    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}


/* =========================================================
   MOBILE OVERLAY
========================================================= */

.lp-mobile-overlay {
    position: fixed;

    inset: 0;

    background: rgba(0,0,0,0.6);

    opacity: 0;

    visibility: hidden;

    transition:
        opacity 0.35s ease,
        visibility 0.35s ease;

    z-index: 5990;
}

.lp-mobile-overlay.active {
    opacity: 1;

    visibility: visible;
}


/* =========================================================
   MOBILE MENU
========================================================= */

.lp-mobile-menu {
    position: fixed;

    top: 0;
    right: 0;

    width: min(430px, 88vw);

    height: 100vh;

    background: #0c2f30;

    color: #fff;

    z-index: 6000;

    display: flex;

    flex-direction: column;

    padding: 25px 25px 30px;

    transform: translateX(100%);

    transition:
        transform 0.4s cubic-bezier(.77,0,.18,1);

    box-shadow:
        -20px 0 60px rgba(0,0,0,0.25);

    overflow-y: auto;
}

    .lp-mobile-nav a {
        white-space: normal;
        word-break: break-word;
        line-height: 1.35;
    }

    border-radius: 4px;

    padding: 3px 8px;
}


/* CLOSE */

.lp-close {
    width: 42px;
    height: 42px;

    border: 1px solid rgba(255,255,255,0.25);

    background: transparent;

    color: #fff;

    font-size: 30px;

    line-height: 1;

    cursor: pointer;

    display: flex;

    align-items: center;
    justify-content: center;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}

.lp-close:hover {
    background: #c9a24d;

    color: #0c2f30;
}


/* =========================================================
   MOBILE NAV
========================================================= */

.lp-mobile-nav {
    display: flex;

    flex-direction: column;

    margin-top: 15px;
}

.lp-mobile-nav a {
    display: flex;

    align-items: center;

    gap: 18px;

    padding: 17px 5px;

    border-bottom:
        1px solid rgba(255,255,255,0.09);

    color: #fff;

    text-decoration: none;

    font-size: 16px;

    font-weight: 500;

    transition:
        color 0.3s ease,
        padding-left 0.3s ease;
}

.lp-mobile-nav a span {
    width: 25px;

    color: #c9a24d;

    font-size: 10px;

    letter-spacing: 1px;
}

.lp-mobile-nav a:hover {
    color: #c9a24d;

    padding-left: 12px;
}


/* =========================================================
   MOBILE BOTTOM
========================================================= */

.lp-mobile-bottom {
    margin-top: auto;

    padding-top: 30px;
}

.mobile-cta {
    display: flex;

    align-items: center;

    justify-content: space-between;

    width: 100%;

    padding: 15px 18px;

    background: #c9a24d;

    color: #0c2f30;

    text-decoration: none;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1px;

    transition:
        background 0.3s ease;
}

.mobile-cta span {
    font-size: 18px;
}

.mobile-cta:hover {
    background: #fff;
}

.lp-mobile-bottom p {
    margin: 22px 0 0;

    color: rgba(255,255,255,0.5);

    font-size: 11px;

    line-height: 1.6;

    letter-spacing: 1px;
}


/* =========================================================
   BODY LOCK WHEN MOBILE MENU OPEN
========================================================= */

body.lp-menu-open {
    overflow: hidden;
}


/* =========================================================
   LARGE LAPTOP
========================================================= */

@media (max-width: 1366px) {

    .lp-header-inner {
        grid-template-columns: 190px minmax(0, 1fr) 135px;
        padding: 0 22px;
        gap: 14px;
    }

    .lp-logo img {
        width: 146px;
    }

    .lp-main-nav {
        gap: 18px;
    }

    .lp-main-nav a {
        font-size: 12.75px;
    }
}

@media (max-width: 1280px) {

    .lp-header-inner {
        grid-template-columns: 170px minmax(0, 1fr) 120px;
    }

    .lp-main-nav {
        gap: 14px;
    }

    .lp-main-nav a {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {

    .lp-header-inner {
        grid-template-columns: 160px minmax(0, 1fr) 110px;
        padding: 0 18px;
    }

    .lp-main-nav {
        gap: 12px;
    }

    .lp-main-nav a {
        font-size: 11.5px;
    }
}

@media (max-width: 1024px) {

    .lp-header-inner {
        min-height: 70px;
        grid-template-columns: 160px minmax(0, 1fr) 110px;
        padding: 0 16px;
    }

    .lp-logo img {
        width: 140px;
    }

    .lp-cta {
        min-width: 100px;
        height: 40px;
        font-size: 11.5px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .lp-header {
        height: 68px;
    }

    .lp-header-inner {
        display: flex;
        justify-content: space-between;
        padding: 0 14px;
    }

    .lp-main-nav {
        display: none;
    }

    .lp-header-action {
        margin-left: auto;
    }

    .lp-cta {
        display: none;
    }

    .lp-menu-btn {
        display: flex;
    }
}


/* =========================================================
   SMALL TABLET
========================================================= */

@media (max-width: 768px) {


    .lp-header {
        height: 72px;
    }

    .lp-header-inner {
        padding: 0 15px;
    }

    .lp-logo img {
        width: 125px;
        height: 50px;
    }

    .lp-menu-btn {
        width: 42px;
        height: 42px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 480px) {

    .lp-header {
        height: 68px;
    }

    .lp-header-inner {
        padding: 0 12px;
    }

    .lp-logo img {
        width: 115px;
        height: 46px;

        padding: 2px 7px;
    }

    .lp-mobile-menu {
        width: 92vw;

        padding:
            20px
            20px
            25px;
    }

    .lp-mobile-nav a {
        padding: 15px 3px;

        font-size: 15px;
    }

}


/* =========================================================
   VERY SMALL DEVICES
========================================================= */

@media (max-width: 360px) {

    .lp-logo img {
        width: 105px;
    }

    .lp-mobile-menu {
        width: 100vw;
    }

}