:root {
    --dark: #07030b;
    --ink: #130617;
    --purple: #9b3dff;
    --pink: #ed55d5;
    --soft: #fff7fb;
    --muted: #6f6672;
    --white: #fff;
    --card: #ffffff;
    --border: rgba(255, 255, 255, .18)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Inter, system-ui, sans-serif;
    background: #fff7fb;
    color: #120817;
    overflow-x: hidden
}

img {
    width: 100%;
    display: block;
    object-fit: cover
}

a {
    text-decoration: none;
    color: inherit
}

.loader {
    position: fixed;
    inset: 0;
    background: #09030d;
    z-index: 99;
    display: grid;
    place-items: center;
    transition: .7s
}

.loader.hide {
    opacity: 0;
    visibility: hidden
}

.loader-logo {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-family: Great Vibes, cursive;
    font-size: 38px;
    color: #fff;
    background: linear-gradient(135deg, var(--pink), var(--purple));
    box-shadow: 0 0 45px #ed55d5
}

.nav {
    height: 78px;
    padding: 0 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 20;
    background: rgba(8, 3, 11, .82);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: #fff
}

.brand {
    display: flex;
    align-items: center;
    gap: 13px
}

.brand-mark {
    font-family: Great Vibes, cursive;
    font-size: 52px;
    line-height: 1;
    background: linear-gradient(160deg, #fff, var(--pink), var(--purple));
    -webkit-background-clip: text;
    color: transparent
}

.brand b {
    font-family: Great Vibes, cursive;
    font-size: 31px;
    font-weight: 400
}

.brand small {
    display: block;
    color: #d982de;
    font-size: 10px;
    letter-spacing: 5px;
    margin-top: -5px
}

.links {
    display: flex;
    gap: 37px;
    font-weight: 700;
    font-size: 14px
}

.links a {
    opacity: .94;
    position: relative
}

.links a.active,
.links a:hover {
    color: #ff63df
}

.links a.active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -19px;
    height: 2px;
    background: #ff63df
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 17px
}

.icon,
.hamb {
    background: none;
    border: 0;
    color: #fff;
    font-size: 25px
}

.bag {
    position: relative
}

.bag em {
    position: absolute;
    right: -8px;
    top: -6px;
    background: #a945ff;
    color: #fff;
    font-size: 11px;
    border-radius: 99px;
    padding: 2px 6px;
    font-style: normal
}

.hamb {
    display: none
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 15px;
    padding: 16px 27px;
    font-weight: 800;
    font-size: 14px;
    transition: .35s;
    border: 1px solid transparent;
    white-space: nowrap
}

.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #e759d7, #8230ff);
    box-shadow: 0 15px 35px rgba(157, 65, 255, .35)
}

.btn-primary:hover,
.service-card:hover button {
    transform: translateY(-4px);
    box-shadow: 0 24px 45px rgba(157, 65, 255, .45)
}

.btn-outline {
    color: #fff;
    border-color: rgba(255, 255, 255, .65);
    background: rgba(255, 255, 255, .04)
}

.btn-light {
    background: #fff1ff;
    color: #9431fa
}

.hero {
    height: 820px;
    min-height: 820px;
    position: relative;
    background: #08030d;
    overflow: hidden;
    color: #fff;
    padding-top: 78px
}

.hero-img {
    position: absolute;
    inset: 78px 0 0 0;
    background: url('../img/hero-bg.png') center right/cover no-repeat;
    filter: saturate(1.04)
}

.hero-overlay {
    position: absolute;
    inset: 78px 0 0;
    background: linear-gradient(90deg, rgba(9, 3, 13, .98) 0%, rgba(37, 5, 48, .78) 38%, rgba(45, 6, 58, .25) 72%, rgba(8, 2, 13, .65) 100%)
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(590px, 90vw);
    padding: 88px 0 0 62px
}

.eyebrow {
    color: #bb6cff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 4px;
    margin: 0 0 18px
}

.hero h1,
.booking-card h2,
.section-head h2,
.discount-card h2 {
    font-family: Playfair Display, serif;
    font-weight: 600;
    line-height: .95;
    margin: 0
}

.hero h1 {
    font-size: 78px
}

.hero h1 span,
.booking-card h2 span,
.section-head h2 span,
.discount-card h2 span {
    display: block;
    font-family: Great Vibes, cursive;
    color: #f05edf;
    font-weight: 400
}

.hero h1 span {
    font-size: 88px
}

.lead {
    font-size: 21px;
    line-height: 1.55;
    max-width: 520px;
    color: #f4eaf5
}

.hero-buttons {
    display: flex;
    gap: 18px;
    margin: 32px 0
}

.trust {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 34px
}

.faces {
    display: flex
}

.faces img {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -8px
}

.faces img:first-child {
    margin-left: 0
}

.stars {
    color: #ffd23f;
    font-size: 19px;
    font-weight: 800
}

.stars span {
    color: #fff;
    font-size: 15px;
    margin-left: 9px
}

.trust small {
    color: #fff
}

.hero-card {
    position: absolute;
    right: 62px;
    top: 225px;
    z-index: 3;
    width: 255px;
    padding: 23px;
    border-radius: 18px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, .14);
    backdrop-filter: blur(18px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .3)
}

.hero-card div {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 2px 13px;
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18)
}

.hero-card div:last-child {
    border-bottom: 0
}

.hero-card span {
    grid-row: span 2;
    color: #ff65e5;
    font-size: 32px
}

.hero-card b {
    font-size: 16px
}

.hero-card small {
    color: #eee
}

.section-pad {
    padding: 35px 62px
}

.small-top {
    padding-top: 0
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px
}

.service-card {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 35px rgba(88, 38, 79, .12);
    transition: .4s
}

.service-card:hover {
    transform: translateY(-8px)
}

.service-card img {
    height: 165px
}

.service-card div {
    position: relative;
    padding: 18px 56px 20px 16px
}

.service-card h3 {
    margin: 0 0 5px;
    font-size: 17px
}

.service-card p {
    margin: 0;
    color: #6d5f6a;
    font-size: 14px
}

.service-card button {
    position: absolute;
    right: 18px;
    top: 24px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, #e854d6, #8243ff);
    font-size: 18px;
    transition: .35s
}

.feature-row {
    display: grid;
    grid-template-columns: 1fr .78fr 1fr;
    gap: 16px
}

.dark-card,
.video-card,
.discount-card {
    min-height: 365px;
    border-radius: 18px;
    overflow: hidden;
    position: relative
}

.dark-card {
    background: #07050b;
    color: #fff;
    padding: 45px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1)
}

.booking-card h2 {
    font-size: 36px
}

.booking-card h2 span,
.discount-card h2 span {
    font-size: 47px
}

.booking-card ul {
    padding: 0;
    margin: 26px 0 30px;
    list-style: none
}

.booking-card li {
    margin: 13px 0;
    font-size: 14px
}

.booking-card li:before {
    content: '✓';
    color: #ff62df;
    border: 1px solid #ff62df;
    border-radius: 50%;
    padding: 0 4px;
    margin-right: 10px
}

.video-card img,
.discount-card img {
    height: 100%;
    position: absolute;
    inset: 0
}

.video-card:after,
.discount-card .shade {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(15, 4, 11, .68), rgba(15, 4, 11, .05))
}

.play {
    position: absolute;
    inset: 50% auto auto 50%;
    translate: -50% -50%;
    z-index: 2;
    width: 62px;
    height: 62px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #8d34ff;
    font-size: 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .2)
}

.video-card div {
    position: absolute;
    z-index: 2;
    left: 26px;
    bottom: 28px;
    color: #fff
}

.video-card h2 {
    margin: 0;
    font-size: 24px
}

.video-card p {
    margin: 5px 0 0
}

.discount-card .shade {
    background: linear-gradient(90deg, rgba(69, 9, 82, .97), rgba(91, 9, 99, .72))
}

.discount-card>div:last-child {
    position: absolute;
    z-index: 2;
    inset: 45px 34px;
    color: #fff
}

.discount-card h2 {
    font-size: 36px;
    margin: 10px 0 22px
}

.code {
    display: inline-flex;
    padding: 17px 30px;
    border: 1px dashed rgba(255, 255, 255, .75);
    border-radius: 8px;
    font-size: 17px
}

.discount-card .btn {
    margin-top: 18px
}

.section-head {
    display: grid;
    grid-template-columns: 1.35fr 1fr auto;
    gap: 30px;
    align-items: end;
    margin-bottom: 22px
}

.section-head h2 {
    font-size: 39px
}

.section-head h2 span {
    display: inline;
    font-size: 49px
}

.section-head p {
    color: #6d5f6a;
    line-height: 1.5
}

.purple {
    color: #9134ff;
    border-color: #ab69ff;
    background: white
}

.gallery-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px
}

.gallery-strip article {
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: #ddd
}

.gallery-strip img {
    height: 100%
}

.gallery-strip span {
    position: absolute;
    left: 12px;
    bottom: 10px;
    background: #050505;
    color: #fff;
    border-radius: 6px;
    padding: 6px 9px;
    font-size: 12px;
    font-weight: 800
}

.gallery-strip button {
    position: absolute;
    right: 12px;
    top: 50%;
    translate: 0 -50%;
    width: 35px;
    height: 35px;
    border: 0;
    border-radius: 50%;
    color: #8c34ff;
    background: #fff
}

.stats {
    background: radial-gradient(circle at 10% 20%, #3a0552, transparent 34%), linear-gradient(90deg, #170220, #09030d);
    color: #fff;
    padding: 35px 62px;
    display: grid;
    grid-template-columns: repeat(4, 1fr) 1.45fr;
    gap: 24px;
    align-items: center
}

.stat {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 0 15px;
    align-items: center
}

.stat i {
    grid-row: span 2;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #ff5ce3;
    background: rgba(255, 255, 255, .06);
    font-size: 26px
}

.stat b {
    font-size: 31px
}

.stat span {
    font-size: 13px;
    color: #d9c8dd
}

.tagline {
    font-family: Great Vibes, cursive;
    color: #e65bd4;
    font-size: 34px;
    text-align: center
}

.tagline small {
    display: block;
    color: #fff;
    font-size: 24px;
    margin-top: 15px
}

.reveal {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity .9s ease, transform .9s ease
}

.reveal.show {
    opacity: 1;
    transform: translateY(0)
}

.delay-1 {
    transition-delay: .15s
}

.delay-2 {
    transition-delay: .28s
}

@media(max-width:1050px) {
    .nav {
        padding: 0 22px
    }

    .links {
        display: none
    }

    .hamb {
        display: block
    }

    .hero {
        height: auto;
        min-height: 760px
    }

    .hero-content {
        padding-left: 25px
    }

    .hero h1 {
        font-size: 58px
    }

    .hero-card {
        display: none
    }

    .service-grid,
    .gallery-strip {
        grid-template-columns: repeat(2, 1fr)
    }

    .feature-row,
    .section-head,
    .stats {
        grid-template-columns: 1fr
    }

    .section-pad,
    .stats {
        padding-left: 22px;
        padding-right: 22px
    }
}

@media(max-width:620px) {
    .brand small {
        letter-spacing: 2px
    }

    .btn-light {
        display: none
    }

    .hero h1 {
        font-size: 48px
    }

    .hero h1 span {
        font-size: 64px
    }

    .hero-buttons {
        flex-direction: column;
        align-items: flex-start
    }

    .service-grid,
    .gallery-strip {
        grid-template-columns: 1fr
    }

    .feature-row {
        gap: 22px
    }

    .nav {
        height: 70px
    }

    .hero-img,
    .hero-overlay {
        inset-top: 70px
    }

    .stats {
        text-align: left
    }

    .service-card img {
        height: 230px
    }
}