:root {
    --ink: #17131b;
    --cream: #fff9f4;
    --pink: #f25d86;
    --rose: #d93d70;
    --plum: #542343;
    --lavender: #a77cff;
    --muted: #746a73;
    --card: rgba(255,255,255,.76);
    --border: rgba(84,35,67,.12);
    --shadow: 0 30px 90px rgba(72,27,53,.15);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at 15% 10%, rgba(242,93,134,.13), transparent 28%),
        radial-gradient(circle at 85% 25%, rgba(167,124,255,.12), transparent 30%),
        var(--cream);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.8;
}

a {
    color: inherit;
    text-decoration: none;
}

.hero {
    min-height: 850px;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(120deg, rgba(20,12,23,.97), rgba(73,30,54,.94)),
        url("blo-hotel.jpg") center/cover;
    color: white;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(14,9,17,.92), transparent 75%),
        linear-gradient(0deg, rgba(14,9,17,.65), transparent 55%);
}

.nav {
    width: min(1240px, calc(100% - 48px));
    margin: auto;
    padding: 28px 0;
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.65rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.logo span {
    color: #ff6d98;
}

.nav-links {
    display: flex;
    gap: 10px;
}

.nav-links a {
    padding: 10px 17px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 100px;
    color: rgba(255,255,255,.75);
    transition: .3s ease;
}

.nav-links a:hover {
    color: white;
    background: rgba(255,255,255,.1);
    transform: translateY(-3px);
}

.hero-content {
    width: min(1240px, calc(100% - 48px));
    margin: 150px auto 0;
    position: relative;
    z-index: 2;
}

.eyebrow,
.section-label,
.story-tag {
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.eyebrow {
    color: #ff82a7;
}

.hero h1 {
    max-width: 800px;
    margin: 20px 0;
    font-size: clamp(4rem, 9vw, 8.8rem);
    line-height: .94;
    letter-spacing: -.065em;
}

.hero h1 em {
    color: #ff789f;
    font-weight: 400;
}

.hero-content p {
    max-width: 650px;
    color: rgba(255,255,255,.7);
    font-size: 1.08rem;
}

.hero-actions {
    display: flex;
    gap: 12px;
    margin-top: 32px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    border-radius: 100px;
    font-weight: 800;
    transition: .3s ease;
}

.btn-primary {
    background: linear-gradient(135deg, #ff739b, #d73d72);
    color: white;
    box-shadow: 0 15px 40px rgba(215,61,114,.35);
}

.btn-primary:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 55px rgba(215,61,114,.5);
}

.btn-ghost {
    border: 1px solid rgba(255,255,255,.22);
    color: white;
}

.btn-ghost:hover {
    background: rgba(255,255,255,.1);
    transform: translateY(-4px);
}

.scroll-note {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,.5);
    font-size: .7rem;
    letter-spacing: .2em;
}

.scroll-note span {
    color: #ff739b;
    margin-left: 10px;
}

.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: .35;
    animation: float 9s ease-in-out infinite;
}

.glow-one {
    width: 300px;
    height: 300px;
    background: #e8467d;
    right: 8%;
    top: 25%;
}

.glow-two {
    width: 220px;
    height: 220px;
    background: #9d72ff;
    right: 35%;
    bottom: 5%;
    animation-delay: -4s;
}

@keyframes float {
    0%,100% {
        transform: translate3d(0,0,0);
    }
    50% {
        transform: translate3d(30px,-25px,0);
    }
}

.section {
    width: min(1240px, calc(100% - 48px));
    margin: auto;
    padding: 130px 0;
}

.section-label {
    color: var(--rose);
}

.intro-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 100px;
    margin-top: 25px;
}

h2 {
    font-size: clamp(2.6rem, 5vw, 5.5rem);
    line-height: 1;
    letter-spacing: -.05em;
    margin: 15px 0 35px;
}

.intro p,
.story-copy p,
.mini-story p,
.hotel-panel p {
    color: var(--muted);
    font-size: 1.02rem;
}

.intro p + p {
    margin-top: 28px;
}

.story-section {
    width: min(1240px, calc(100% - 48px));
    margin: auto;
    padding-bottom: 100px;
}

.story-heading,
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
    margin-bottom: 45px;
}

.story-heading h2 {
    margin-bottom: 0;
}

.story-number {
    font-size: 8rem;
    line-height: .7;
    font-weight: 900;
    color: rgba(217,61,112,.08);
}

.story-card {
    background: var(--card);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border);
    border-radius: 36px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.featured {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
}

.story-image {
    min-height: 700px;
    position: relative;
    overflow: hidden;
}

.story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease;
}

.story-card:hover .story-image img {
    transform: scale(1.05);
}

.image-caption {
    position: absolute;
    left: 28px;
    bottom: 28px;
    padding: 9px 14px;
    background: rgba(20,10,18,.65);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 100px;
    color: white;
    font-size: .65rem;
    letter-spacing: .18em;
}

.story-copy {
    padding: 70px;
}

.story-tag {
    color: var(--rose);
}

.story-copy h3 {
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1;
    letter-spacing: -.05em;
    margin: 22px 0 38px;
}

.story-copy p {
    max-width: 680px;
}

.quote-break {
    padding: 140px 24px;
    background: linear-gradient(135deg, #4b203e, #1d1420);
    color: white;
    text-align: center;
}

.quote-mark {
    font-size: 8rem;
    line-height: .5;
    color: #f5638d;
}

blockquote {
    max-width: 900px;
    margin: 35px auto 0;
    font-size: clamp(2rem, 5vw, 4.8rem);
    line-height: 1.1;
    letter-spacing: -.04em;
}

.section-header {
    align-items: center;
}

.section-header h2 {
    margin-bottom: 0;
}

.section-header p {
    max-width: 440px;
    color: var(--muted);
}

.story-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.mini-story {
    padding: 38px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 28px;
    box-shadow: 0 20px 60px rgba(72,27,53,.08);
    transition: .35s ease;
}

.mini-story:nth-child(2) {
    transform: translateY(35px);
}

.mini-story:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 75px rgba(72,27,53,.15);
}

.mini-story:nth-child(2):hover {
    transform: translateY(25px);
}

.mini-top {
    display: flex;
    justify-content: space-between;
    color: var(--rose);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .14em;
}

.mini-story h3 {
    font-size: 2.1rem;
    letter-spacing: -.04em;
    margin: 35px 0 25px;
}

.story-link {
    display: inline-block;
    margin-top: 20px;
    color: var(--rose);
    font-weight: 800;
}

.hotel-section {
    width: min(1240px, calc(100% - 48px));
    margin: 120px auto;
}

.hotel-panel {
    position: relative;
    overflow: hidden;
    padding: 90px;
    border-radius: 40px;
    color: white;
    background:
        radial-gradient(circle at 80% 20%, rgba(255,105,151,.25), transparent 30%),
        linear-gradient(135deg, #291727, #56243f);
    box-shadow: var(--shadow);
}

.hotel-panel::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    right: -180px;
    bottom: -180px;
    border-radius: 50%;
    background: rgba(255,105,151,.15);
    filter: blur(20px);
}

.hotel-panel h2 {
    max-width: 700px;
}

.hotel-panel p {
    max-width: 760px;
    color: rgba(255,255,255,.68);
}

.hotel-links {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
}

.hotel-links a {
    padding: 12px 19px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 100px;
    background: rgba(255,255,255,.06);
    transition: .3s ease;
}

.hotel-links a:hover {
    background: #f05d89;
    border-color: #f05d89;
    transform: translateY(-4px);
}

.closing {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 140px;
}

.closing h2 {
    margin-bottom: 15px;
}

.closing p {
    color: var(--muted);
}

.closing .btn {
    margin-top: 25px;
}

footer {
    padding: 35px 24px;
    display: flex;
    justify-content: space-between;
    width: min(1240px, calc(100% - 48px));
    margin: auto;
    border-top: 1px solid var(--border);
    color: var(--muted);
    font-size: .8rem;
}

footer strong {
    color: var(--ink);
    letter-spacing: .15em;
}

@media (max-width: 900px) {

    .nav-links {
        display: none;
    }

    .hero {
        min-height: 760px;
    }

    .hero-content {
        margin-top: 120px;
    }

    .intro-grid,
    .featured {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .story-image {
        min-height: 480px;
    }

    .story-copy {
        padding: 42px;
    }

    .story-grid {
        grid-template-columns: 1fr;
    }

    .mini-story:nth-child(2),
    .mini-story:nth-child(2):hover {
        transform: none;
    }

    .hotel-panel {
        padding: 55px 35px;
    }
}

@media (max-width: 600px) {

    .section,
    .story-section,
    .hotel-section {
        width: min(100% - 28px, 1240px);
    }

    .hero-content {
        width: calc(100% - 28px);
    }

    .hero h1 {
        font-size: 3.6rem;
    }

    .hero-actions {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .section {
        padding: 85px 0;
    }

    .story-copy {
        padding: 30px;
    }

    .story-heading,
    .section-header {
        display: block;
    }

    .story-number {
        display: none;
    }

    .hotel-panel {
        padding: 42px 25px;
        border-radius: 28px;
    }

    footer {
        width: calc(100% - 28px);
        flex-direction: column;
        gap: 10px;
    }
}