*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Playfair Display', Georgia, serif;
    color: #f5f0e8;
    background: #0a0a08;
    overflow-x: hidden;
}

/* ── HERO SECTION ── */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 1.5rem;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: url('../img/landscape.webp') center/cover no-repeat;
    filter: brightness(0.35);
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
}

.hero-label {
    display: inline-block;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500;
    color: #c9a96e;
    border: 1px solid rgba(201, 169, 110, 0.4);
    padding: 0.5em 1.4em;
    margin-bottom: 2rem;
    animation: fadeDown 1s ease 0.2s both;
}

.hero-title {
    font-size: clamp(3rem, 10vw, 7rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    margin-bottom: 0.3em;
    animation: fadeDown 1s ease 0.4s both;
}

.hero-title span {
    display: block;
    font-size: 0.18em;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.15em;
    color: #c9a96e;
    margin-top: 0.8em;
}

.hero-divider {
    width: 60px;
    height: 1px;
    background: #c9a96e;
    margin: 1.8rem auto;
    animation: fadeDown 1s ease 0.6s both;
}

.hero-text {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    font-weight: 400;
    font-style: italic;
    line-height: 1.8;
    color: rgba(245, 240, 232, 0.85);
    max-width: 520px;
    margin: 0 auto;
    animation: fadeDown 1s ease 0.8s both;
}

.scroll-hint {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    animation: fadeDown 1s ease 1.2s both;
}

.scroll-hint span {
    font-size: 0.65rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(201, 169, 110, 0.6);
}

.scroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, #c9a96e, transparent);
    animation: pulse 2s ease-in-out infinite;
}

/* ── ABOUT SECTION ── */
.about {
    position: relative;
    padding: 6rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.about-bg {
    position: absolute;
    inset: 0;
    background: url('../img/landscape_2.webp') center/cover no-repeat;
    filter: brightness(0.25);
    z-index: 0;
}

.about-content {
    position: relative;
    z-index: 1;
    max-width: 680px;
    text-align: center;
}

.about-label {
    display: inline-block;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 500;
    color: #c9a96e;
    margin-bottom: 1.5rem;
}

.about-title {
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

.about-divider {
    width: 60px;
    height: 1px;
    background: #c9a96e;
    margin: 0 auto 2rem;
}

.about-text {
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    font-style: italic;
    line-height: 2;
    color: rgba(245, 240, 232, 0.8);
    margin-bottom: 1.5rem;
}

/* ── FEATURES ── */
.features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem;
    text-align: center;
}

.feature {
    padding: 1.5rem 1rem;
    border: 1px solid rgba(201, 169, 110, 0.15);
    background: rgba(10, 10, 8, 0.5);
    backdrop-filter: blur(6px);
}

.feature-icon {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
}

.feature h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #c9a96e;
    letter-spacing: 0.08em;
    margin-bottom: 0.5rem;
}

.feature p {
    font-size: 0.85rem;
    font-style: italic;
    color: rgba(245, 240, 232, 0.65);
    line-height: 1.6;
}

/* ── COMING SOON — VIDEO SECTION ── */
.coming-soon {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.coming-soon-video-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.coming-soon-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coming-soon-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 8, 0.55);
}

.coming-soon-content {
    position: relative;
    z-index: 1;
    max-width: 650px;
    padding: 2rem 1.5rem;
}

.coming-soon-label {
    display: inline-block;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500;
    color: #c9a96e;
    border: 1px solid rgba(201, 169, 110, 0.4);
    padding: 0.5em 1.4em;
    margin-bottom: 2rem;
}

.coming-soon-title {
    font-size: clamp(2rem, 6vw, 3.5rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.15;
    margin-bottom: 0.5em;
}

.coming-soon-divider {
    width: 60px;
    height: 1px;
    background: #c9a96e;
    margin: 1.5rem auto;
}

.coming-soon-text {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    font-weight: 400;
    font-style: italic;
    line-height: 1.8;
    color: rgba(245, 240, 232, 0.85);
    max-width: 520px;
    margin: 0 auto;
}

/* ── FOOTER / CTA ── */
.footer {
    background: #0a0a08;
    text-align: center;
    padding: 4rem 1.5rem 3rem;
    border-top: 1px solid rgba(201, 169, 110, 0.12);
}

.footer-title {
    font-size: clamp(1.4rem, 4vw, 2rem);
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-text {
    font-size: 0.95rem;
    font-style: italic;
    color: rgba(245, 240, 232, 0.6);
    margin-bottom: 2rem;
}

.footer-location {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #c9a96e;
    border: 1px solid rgba(201, 169, 110, 0.3);
    padding: 0.8em 1.6em;
}

.footer-bottom {
    margin-top: 3rem;
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    color: rgba(245, 240, 232, 0.25);
    text-transform: uppercase;
}

/* ── ANIMATIONS ── */
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 1; }
}

/* ── RESPONSIVE ── */
@media (min-width: 600px) {
    .features {
        grid-template-columns: repeat(3, 1fr);
    }

    .hero-label {
        font-size: 0.85rem;
    }
}

@media (max-width: 599px) {
    .hero {
        padding: 3rem 1.2rem;
    }

    .about {
        padding: 4rem 1.2rem;
    }

    .hero-label,
    .about-label {
        font-size: 0.65rem;
        letter-spacing: 0.25em;
    }

    .feature {
        padding: 1.2rem 1rem;
    }

    .scroll-hint {
        bottom: 1.2rem;
    }

    .coming-soon-content {
        padding: 3rem 1.2rem;
    }

    .coming-soon-label {
        font-size: 0.65rem;
        letter-spacing: 0.25em;
    }
}
