:root {
    --bg: #080604;
    --bg-soft: #120d09;
    --panel: rgba(28, 19, 12, 0.78);
    --panel-strong: #1b120b;
    --text: #fff8eb;
    --muted: #c9ad8a;
    --gold: #d9a85d;
    --gold-light: #ffd891;
    --bronze: #8a5524;
    --line: rgba(255, 216, 145, 0.18);
    --glass: rgba(255, 255, 255, 0.06);
    --shadow: 0 24px 90px rgba(0, 0, 0, 0.42);
    --radius: 28px;
    --container: min(1180px, calc(100% - 40px));
    --font-display: "Playfair Display", Georgia, serif;
    --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--font-body);
    background:
        radial-gradient(circle at top left, rgba(154, 96, 40, 0.24), transparent 36rem),
        radial-gradient(circle at 80% 10%, rgba(217, 168, 93, 0.14), transparent 32rem),
        var(--bg);
    color: var(--text);
    line-height: 1.65;
    overflow-x: hidden;
}
body.lightbox-open, body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
::selection { background: rgba(217, 168, 93, 0.35); color: #fff; }

.container { width: var(--container); margin-inline: auto; }
.section { padding: clamp(72px, 9vw, 130px) 0; position: relative; }
.section + .section { border-top: 1px solid rgba(255, 216, 145, 0.06); }
.eyebrow {
    margin: 0 0 14px;
    color: var(--gold-light);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem;
    font-weight: 800;
}
h1, h2, h3 { margin: 0; line-height: 1.04; }
h1, h2 { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.04em; }
h1 { font-size: clamp(3.2rem, 8vw, 8.5rem); max-width: 980px; }
h2 { font-size: clamp(2.3rem, 5vw, 5rem); max-width: 820px; }
h3 { font-size: clamp(1.2rem, 2vw, 1.7rem); }
p { color: var(--muted); margin: 18px 0 0; }

.cursor-glow {
    position: fixed;
    inset: auto auto 0 0;
    width: 360px;
    aspect-ratio: 1;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(217, 168, 93, 0.13), transparent 65%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease;
}

.header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1240px, calc(100% - 32px));
    margin: 18px auto 0;
    padding: 12px 14px 12px 12px;
    border: 1px solid rgba(255, 216, 145, 0.16);
    border-radius: 999px;
    background: rgba(8, 6, 4, 0.48);
    backdrop-filter: blur(18px);
    box-shadow: 0 12px 40px rgba(0,0,0,.25);
    transition: .25s ease;
}
.header.scrolled {
    background: rgba(8, 6, 4, 0.86);
    border-color: rgba(255, 216, 145, 0.24);
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #fff2c8, var(--gold) 45%, #7d4318);
    color: #1a0f07;
    font-weight: 900;
    letter-spacing: -0.06em;
    box-shadow: 0 0 0 6px rgba(217, 168, 93, 0.09);
}
.brand strong { display: block; font-size: 1rem; line-height: 1; }
.brand small { display: block; margin-top: 3px; color: var(--muted); font-size: .76rem; white-space: nowrap; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
    padding: 10px 15px;
    border-radius: 999px;
    color: #e9d8c2;
    font-size: .94rem;
    transition: .2s ease;
}
.nav a:hover { color: #fff; background: rgba(255,255,255,.07); }
.nav .nav-cta {
    color: #140d07;
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    font-weight: 800;
    margin-left: 6px;
}
.menu-toggle { display: none; background: none; border: 0; width: 46px; height: 46px; border-radius: 50%; }
.menu-toggle span { display: block; width: 21px; height: 2px; background: var(--text); margin: 5px auto; border-radius: 10px; transition: .25s; }

.hero {
    position: relative;
    min-height: 100svh;
    display: grid;
    align-items: end;
    overflow: hidden;
    padding: 140px 0 68px;
    isolation: isolate;
}
.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -3;
    filter: saturate(1.08) contrast(1.05);
}
.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(8,6,4,.95), rgba(8,6,4,.65) 42%, rgba(8,6,4,.24)),
        linear-gradient(0deg, rgba(8,6,4,.98) 0%, rgba(8,6,4,.18) 44%, rgba(8,6,4,.58) 100%);
}
.hero-gold-lines {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(120deg, transparent 0 45%, rgba(255, 216, 145, .18) 45.2%, transparent 45.7% 100%),
        radial-gradient(circle at 12% 80%, rgba(217, 168, 93, .24), transparent 32rem);
    opacity: .8;
}
.hero-content { position: relative; z-index: 3; }
.hero-text { max-width: 760px; font-size: clamp(1.06rem, 1.65vw, 1.35rem); color: #ecd8bd; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid rgba(255, 216, 145, 0.25);
    color: var(--text);
    cursor: pointer;
    transition: .25s ease;
    font-weight: 800;
    letter-spacing: -0.01em;
}
.btn-primary {
    background: linear-gradient(135deg, var(--gold-light), var(--gold) 55%, #9f642d);
    color: #150e07;
    box-shadow: 0 18px 45px rgba(217,168,93,.28);
    border: 0;
}
.btn-ghost { background: rgba(255,255,255,.07); backdrop-filter: blur(12px); }
.btn:hover { transform: translateY(-3px); box-shadow: 0 22px 48px rgba(0,0,0,.28); }
.btn-wide { width: 100%; border: 0; }
.btn-small { min-height: 44px; padding: 0 18px; background: rgba(217,168,93,.12); color: var(--gold-light); }
.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 720px;
    margin-top: 50px;
}
.hero-stats article {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(12px);
}
.hero-stats strong { display: block; color: var(--gold-light); font-size: clamp(1.1rem, 2.5vw, 1.65rem); }
.hero-stats span { color: #dbc5a9; font-size: .9rem; }
.scroll-cue {
    position: absolute;
    right: 34px;
    bottom: 34px;
    width: 42px;
    height: 66px;
    border: 1px solid rgba(255, 216, 145, .32);
    border-radius: 999px;
    display: grid;
    place-items: start center;
    padding-top: 12px;
}
.scroll-cue span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold-light);
    animation: scrollDot 1.5s infinite;
}
@keyframes scrollDot { 0% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(28px); opacity: 0; } }

.split-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(30px, 6vw, 78px); align-items: center; }
.section-copy p, .section-head p { max-width: 700px; }
.feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 34px;
}
.feature-list span, .amenity-grid span {
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 13px 14px;
    background: rgba(255,255,255,.045);
    color: #f0dfc8;
}
.feature-list span::before, .amenity-grid span::before { content: "✦"; color: var(--gold); margin-right: 8px; }
.cinema-card {
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid rgba(255, 216, 145, .18);
    background: var(--panel);
    box-shadow: var(--shadow);
    position: relative;
}
.cinema-card::before {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255, 216, 145, .2);
    border-radius: 22px;
    pointer-events: none;
    z-index: 2;
}
.cinema-card video { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.cinema-caption {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    padding: 18px;
    border-radius: 20px;
    background: rgba(8,6,4,.72);
    border: 1px solid rgba(255,216,145,.18);
    backdrop-filter: blur(14px);
}
.cinema-caption strong { display: block; }
.cinema-caption span { color: var(--muted); }

.section-head { display: flex; flex-direction: column; gap: 0; margin-bottom: 38px; }
.service-grid, .pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.service-card, .pricing-card {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    padding: 28px;
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025)),
        var(--panel-strong);
    border: 1px solid var(--line);
    box-shadow: 0 18px 70px rgba(0,0,0,.23);
    transition: .3s ease;
}
.service-card::after, .pricing-card::after {
    content: "";
    position: absolute;
    inset: auto -40px -80px auto;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(217,168,93,.12);
    filter: blur(2px);
}
.service-card:hover, .pricing-card:hover { transform: translateY(-8px); border-color: rgba(255,216,145,.36); }
.card-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: #170f08;
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    font-size: 1.45rem;
    margin-bottom: 24px;
}
.service-card p, .pricing-card p { color: #cdb38f; }

.packages { background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(217,168,93,.05)); }
.pricing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pricing-card { min-height: 430px; display: flex; flex-direction: column; }
.pricing-tag {
    align-self: flex-start;
    padding: 7px 12px;
    border-radius: 999px;
    color: var(--gold-light);
    background: rgba(217,168,93,.12);
    border: 1px solid rgba(255,216,145,.18);
    font-size: .82rem;
    font-weight: 800;
    margin-bottom: 20px;
}
.price {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 4vw, 4rem);
    color: var(--gold-light);
    line-height: 1;
    margin: 22px 0 8px;
}
ul { padding-left: 18px; margin: 22px 0; color: #dfc8a8; }
li + li { margin-top: 7px; }
.pricing-card .btn { margin-top: auto; }

.layout-grid { display: grid; gap: 24px; }
.layout-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(24px, 5vw, 60px);
    align-items: center;
    padding: clamp(18px, 3vw, 34px);
    border-radius: calc(var(--radius) + 10px);
    border: 1px solid var(--line);
    background: rgba(255,255,255,.045);
    box-shadow: var(--shadow);
}
.layout-card.reverse img { order: 2; }
.layout-card img { width: 100%; border-radius: 24px; aspect-ratio: 4/3; object-fit: cover; }
.pill {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    color: #160e07;
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    font-weight: 900;
    font-size: .8rem;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-flow: dense;
    gap: 14px;
}
.gallery-item {
    grid-column: span 3;
    min-height: 230px;
    border: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 22px;
    background: var(--panel-strong);
    cursor: zoom-in;
    position: relative;
}
.gallery-item:nth-child(1), .gallery-item:nth-child(3), .gallery-item:nth-child(7) { grid-column: span 6; }
.gallery-item:nth-child(4), .gallery-item:nth-child(5) { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: .45s ease; }
.gallery-item::after {
    content: "View";
    position: absolute;
    inset: auto 14px 14px auto;
    padding: 8px 12px;
    border-radius: 999px;
    color: #170f08;
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    font-weight: 900;
    opacity: 0;
    transform: translateY(10px);
    transition: .25s ease;
}
.gallery-item:hover img { transform: scale(1.06); filter: saturate(1.1); }
.gallery-item:hover::after { opacity: 1; transform: translateY(0); }

.amenities-wrap {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: clamp(28px, 5vw, 70px);
    padding: clamp(26px, 5vw, 56px);
    border: 1px solid var(--line);
    border-radius: calc(var(--radius) + 16px);
    background:
        linear-gradient(135deg, rgba(217,168,93,.11), rgba(255,255,255,.03)),
        rgba(255,255,255,.04);
}
.amenity-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.booking {
    background:
        linear-gradient(180deg, rgba(8,6,4,.42), rgba(8,6,4,.95)),
        url('../media/gallery/van-09.webp') center/cover fixed;
}
.booking-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: clamp(28px, 5vw, 70px);
    align-items: start;
}
.booking-copy {
    position: sticky;
    top: 130px;
}
.quick-prices {
    display: grid;
    gap: 12px;
    margin-top: 30px;
}
.quick-prices strong {
    display: block;
    padding: 15px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.07);
    border: 1px solid var(--line);
    color: var(--gold-light);
}
.contact-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}
.contact-strip a, .contact-strip span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid var(--line);
    color: #f0dfc8;
}
.booking-form {
    padding: clamp(22px, 4vw, 40px);
    border-radius: calc(var(--radius) + 10px);
    background: rgba(18, 13, 9, .86);
    border: 1px solid rgba(255,216,145,.22);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
}
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
label { display: grid; gap: 8px; color: #f5e5cd; font-weight: 700; margin-bottom: 14px; }
input, select, textarea {
    width: 100%;
    border: 1px solid rgba(255,216,145,.16);
    border-radius: 16px;
    background: rgba(0,0,0,.28);
    color: var(--text);
    outline: 0;
    padding: 14px 15px;
    transition: .2s ease;
}
select option { background: #120d09; color: #fff; }
input:focus, select:focus, textarea:focus { border-color: rgba(255,216,145,.58); box-shadow: 0 0 0 4px rgba(217,168,93,.12); }
textarea { resize: vertical; min-height: 140px; }
.form-status { min-height: 28px; margin: 14px 0 0; font-weight: 800; }
.form-status.success { color: #93f4ba; }
.form-status.error { color: #ffb4a7; }
.honeypot, .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

.footer {
    padding: 54px 0 24px;
    background: #050403;
    border-top: 1px solid var(--line);
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr .7fr .7fr;
    gap: 28px;
}
.footer h4 { margin: 0 0 14px; color: var(--gold-light); }
.footer a, .footer span { display: block; color: var(--muted); margin-top: 9px; }
.footer a:hover { color: #fff; }
.footer-signature {
    margin-top: 36px;
    text-align: center;
}
.copyright {
    margin: 0;
    color: #d8c6ae;
    font-size: .9rem;
}
.designed-by {
    margin: 8px 0 0;
    color: #cbb18b;
    font-size: .9rem;
}
.footer .designed-by a {
    display: inline;
    margin: 0;
    color: var(--gold);
    font-weight: 700;
}
.footer .designed-by a:hover { color: #fff; }

.floating-whatsapp {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 18;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    padding: 0 18px;
    border-radius: 999px;
    background: #25d366;
    color: #08110b;
    font-weight: 900;
    box-shadow: 0 18px 40px rgba(0,0,0,.28);
}

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: none;
    place-items: center;
    padding: 34px;
    background: rgba(0,0,0,.9);
}
.lightbox.active { display: grid; }
.lightbox figure { margin: 0; max-width: min(1050px, 88vw); }
.lightbox img { max-height: 82vh; width: auto; margin: auto; border-radius: 22px; box-shadow: var(--shadow); }
.lightbox figcaption { text-align: center; color: #e9d8c2; margin-top: 14px; }
.lightbox button {
    position: absolute;
    border: 1px solid rgba(255,216,145,.24);
    color: #fff;
    background: rgba(255,255,255,.08);
    cursor: pointer;
    display: grid;
    place-items: center;
    backdrop-filter: blur(12px);
}
.lightbox-close { top: 22px; right: 22px; width: 48px; height: 48px; border-radius: 50%; font-size: 2rem; }
.lightbox-prev, .lightbox-next { top: 50%; width: 54px; height: 54px; border-radius: 50%; font-size: 2.6rem; transform: translateY(-50%); }
.lightbox-prev { left: 22px; }
.lightbox-next { right: 22px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 1024px) {
    .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .split-grid, .booking-grid, .amenities-wrap { grid-template-columns: 1fr; }
    .booking-copy { position: static; }
    .amenity-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
    .header { border-radius: 28px; align-items: center; }
    .menu-toggle { display: block; }
    .nav {
        position: fixed;
        top: 86px;
        left: 16px;
        right: 16px;
        display: grid;
        gap: 8px;
        padding: 18px;
        border: 1px solid rgba(255,216,145,.18);
        border-radius: 24px;
        background: rgba(8,6,4,.96);
        transform: translateY(-12px);
        opacity: 0;
        visibility: hidden;
        transition: .25s ease;
    }
    .nav.open { transform: translateY(0); opacity: 1; visibility: visible; }
    .nav a { padding: 14px 16px; }
    .nav .nav-cta { margin-left: 0; text-align: center; justify-content: center; }
    .hero { align-items: center; padding-bottom: 38px; }
    .hero-overlay { background: linear-gradient(0deg, rgba(8,6,4,.98), rgba(8,6,4,.58), rgba(8,6,4,.82)); }
    .hero-stats, .pricing-grid { grid-template-columns: 1fr; }
    .layout-card, .layout-card.reverse { grid-template-columns: 1fr; }
    .layout-card.reverse img { order: 0; }
    .gallery-item, .gallery-item:nth-child(1), .gallery-item:nth-child(3), .gallery-item:nth-child(7) { grid-column: span 6; min-height: 210px; }
    .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    :root { --container: min(100% - 28px, 1180px); }
    .header { width: calc(100% - 22px); margin-top: 10px; padding: 8px; }
    .brand small { display: none; }
    .brand-mark { width: 42px; height: 42px; }
    .hero { min-height: 92svh; padding-top: 110px; }
    h1 { font-size: clamp(2.7rem, 15vw, 4.6rem); }
    .hero-actions { width: 100%; }
    .hero-actions .btn { flex: 1 1 100%; }
    .hero-stats { margin-top: 28px; }
    .feature-list, .form-row, .amenity-grid { grid-template-columns: 1fr; }
    .service-grid { grid-template-columns: 1fr; }
    .gallery-grid { gap: 10px; }
    .gallery-item, .gallery-item:nth-child(1), .gallery-item:nth-child(3), .gallery-item:nth-child(7) { grid-column: span 12; min-height: 260px; }
    .lightbox { padding: 16px; }
    .lightbox-prev, .lightbox-next { display: none !important; }
    .floating-whatsapp { left: 18px; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
