* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #fffaf2;
    color: #2d2118;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea {
    font: inherit;
}

.container {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 250, 242, 0.92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(122, 75, 42, 0.12);
}

.nav-wrap {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: #fff;
    font-weight: 900;
    letter-spacing: -1px;
    box-shadow: 0 12px 30px rgba(122, 75, 42, 0.25);
}

.brand strong {
    display: block;
    line-height: 1.1;
    font-size: 1rem;
}

.brand small {
    display: block;
    color: rgba(45, 33, 24, 0.64);
    font-size: 0.78rem;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-nav a {
    padding: 10px 13px;
    border-radius: 999px;
    color: rgba(45, 33, 24, 0.74);
    font-size: 0.92rem;
    transition: 0.2s ease;
}

.main-nav a:hover {
    background: rgba(122, 75, 42, 0.08);
    color: var(--primary);
}

.main-nav .nav-cta {
    background: var(--primary);
    color: #fff;
    box-shadow: 0 10px 24px rgba(122, 75, 42, 0.22);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    background: var(--primary);
    border-radius: 14px;
    cursor: pointer;
}

.nav-toggle span {
    width: 20px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 5px auto;
    border-radius: 10px;
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 86px 0 68px;
    background:
        radial-gradient(circle at 15% 15%, rgba(217, 154, 78, 0.22), transparent 30%),
        radial-gradient(circle at 90% 0%, rgba(122, 75, 42, 0.14), transparent 34%),
        linear-gradient(135deg, #fffaf2 0%, var(--secondary) 100%);
}

.hero-bg-shape {
    position: absolute;
    border-radius: 999px;
    opacity: 0.45;
    pointer-events: none;
}

.shape-one {
    width: 320px;
    height: 320px;
    background: var(--accent);
    bottom: -150px;
    left: -120px;
    filter: blur(20px);
}

.shape-two {
    width: 420px;
    height: 420px;
    border: 2px solid rgba(122, 75, 42, 0.14);
    top: 80px;
    right: -180px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.06fr 0.94fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    font-size: 0.76rem;
    margin-bottom: 14px;
}

.eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 10px;
    background: var(--accent);
}

.hero h1,
.section-heading h2,
.experience-panel h2,
.about-copy h2,
.faq-intro h2,
.final-card h2 {
    font-size: clamp(2.25rem, 5vw, 5rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
    color: #26190f;
}

.hero-text {
    font-size: 1.12rem;
    color: rgba(45, 33, 24, 0.72);
    max-width: 620px;
    margin: 24px 0 30px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    font-weight: 800;
    transition: 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: var(--primary);
    color: #fff;
    box-shadow: 0 14px 30px rgba(122, 75, 42, 0.25);
}

.btn-ghost {
    background: rgba(255, 255, 255, 0.72);
    color: var(--primary);
    border: 1px solid rgba(122, 75, 42, 0.14);
}

.hero-trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 620px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(122, 75, 42, 0.12);
    border-radius: 28px;
    overflow: hidden;
}

.hero-trust div {
    padding: 18px;
}

.hero-trust div + div {
    border-left: 1px solid rgba(122, 75, 42, 0.12);
}

.hero-trust strong {
    display: block;
    color: var(--primary);
    font-size: 1.05rem;
}

.hero-trust span {
    font-size: 0.84rem;
    color: rgba(45, 33, 24, 0.62);
}

.hero-card {
    position: relative;
    min-height: 520px;
}

.stay-card {
    position: relative;
    height: 520px;
    padding: 34px;
    border-radius: 44px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(38, 25, 15, 0.12), rgba(38, 25, 15, 0.72)),
        linear-gradient(135deg, #c77b3f, #f0c078 45%, #7a4b2a);
    box-shadow: 0 30px 70px rgba(75, 45, 26, 0.28);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
}

.stay-card::before {
    content: "";
    position: absolute;
    inset: 32px 32px auto auto;
    width: 170px;
    height: 170px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 50%;
}

.stay-card::after {
    content: "";
    position: absolute;
    left: -30px;
    right: -30px;
    bottom: 90px;
    height: 150px;
    background:
        radial-gradient(ellipse at center, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.02) 58%, transparent 60%);
    border-radius: 50%;
}

.sun-icon {
    position: absolute;
    top: 70px;
    left: 52px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #ffe2a8;
    box-shadow: 0 0 0 16px rgba(255, 226, 168, 0.18);
}

.card-label {
    position: relative;
    z-index: 2;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.78);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.72rem;
    margin-bottom: 10px;
}

.stay-card h2 {
    position: relative;
    z-index: 2;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1;
    letter-spacing: -0.06em;
    max-width: 420px;
}

.mini-info {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.mini-info span {
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(8px);
    font-size: 0.78rem;
    font-weight: 700;
}

.floating-note {
    position: absolute;
    width: 210px;
    padding: 16px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(122, 75, 42, 0.12);
    box-shadow: 0 20px 40px rgba(75, 45, 26, 0.18);
}

.floating-note strong,
.floating-note span {
    display: block;
}

.floating-note strong {
    color: var(--primary);
    margin-bottom: 2px;
}

.floating-note span {
    color: rgba(45, 33, 24, 0.68);
    font-size: 0.86rem;
}

.note-one {
    top: 28px;
    right: -12px;
}

.note-two {
    left: -20px;
    bottom: 42px;
}

.section {
    padding: 86px 0;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 34px;
}

.section-heading h2,
.experience-panel h2,
.about-copy h2,
.faq-intro h2,
.final-card h2 {
    font-size: clamp(2rem, 4vw, 3.6rem);
}

.section-heading p,
.experience-panel > p,
.about-copy p,
.faq-intro p,
.final-card p {
    color: rgba(45, 33, 24, 0.68);
    margin-top: 16px;
}

.room-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.room-card {
    background: #fff;
    border: 1px solid rgba(122, 75, 42, 0.12);
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(75, 45, 26, 0.08);
    transition: 0.25s ease;
}

.room-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(75, 45, 26, 0.14);
}

.room-visual {
    min-height: 220px;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(135deg, #f3d1a1, #8c5730);
    position: relative;
    overflow: hidden;
}

.room-visual::before {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    top: -70px;
    right: -50px;
}

.room-visual::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 120px;
    border-radius: 50%;
    background: rgba(38, 25, 15, 0.16);
    left: -60px;
    bottom: -40px;
}

.room-two {
    background: linear-gradient(135deg, #e7b66d, #7a4b2a);
}

.room-three {
    background: linear-gradient(135deg, #d99a4e, #3f2b1e);
}

.room-visual span {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.86);
    color: var(--primary);
    padding: 9px 12px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 0.82rem;
}

.room-body {
    padding: 24px;
}

.room-body h3 {
    font-size: 1.28rem;
    margin-bottom: 10px;
    color: #26190f;
}

.room-body p {
    color: rgba(45, 33, 24, 0.66);
    margin-bottom: 16px;
}

.room-body ul {
    list-style: none;
    display: grid;
    gap: 8px;
}

.room-body li {
    color: rgba(45, 33, 24, 0.72);
    font-weight: 700;
    font-size: 0.92rem;
}

.room-body li::before {
    content: "✓";
    color: var(--accent);
    font-weight: 900;
    margin-right: 8px;
}

.experience {
    background: #2a1b11;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.experience::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(217, 154, 78, 0.16);
    top: -260px;
    right: -160px;
}

.experience-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 34px;
    align-items: center;
}

.experience-panel h2 {
    color: #fff;
}

.experience-panel > p {
    color: rgba(255, 255, 255, 0.68);
}

.feature-list {
    display: grid;
    gap: 16px;
    margin-top: 30px;
}

.feature-list > div {
    display: flex;
    gap: 14px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
}

.feature-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    background: rgba(217, 154, 78, 0.18);
    border-radius: 14px;
    flex: 0 0 auto;
}

.feature-list h3 {
    margin-bottom: 3px;
}

.feature-list p {
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.95rem;
}

.experience-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.showcase-card {
    min-height: 210px;
    padding: 24px;
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.06));
    border: 1px solid rgba(255,255,255,0.14);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.showcase-card.large {
    grid-row: span 2;
    min-height: 438px;
    background:
        radial-gradient(circle at 35% 25%, rgba(255, 226, 168, 0.28), transparent 24%),
        linear-gradient(135deg, rgba(217,154,78,0.32), rgba(255,255,255,0.07));
}

.showcase-card span {
    color: var(--accent);
    font-weight: 900;
    margin-bottom: auto;
}

.showcase-card h3 {
    font-size: 1.55rem;
    margin-bottom: 6px;
}

.showcase-card p {
    color: rgba(255,255,255,0.66);
}

.about-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 50px;
    align-items: center;
}

.about-visual {
    display: flex;
    justify-content: center;
}

.arch-window {
    width: min(100%, 430px);
    min-height: 530px;
    border-radius: 220px 220px 38px 38px;
    background:
        linear-gradient(180deg, rgba(255, 226, 168, 0.9), rgba(217, 154, 78, 0.72)),
        var(--secondary);
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 0 18px rgba(122, 75, 42, 0.12), 0 28px 70px rgba(75,45,26,0.18);
}

.arch-sun {
    position: absolute;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #fff1bd;
    top: 92px;
    right: 82px;
}

.arch-hills {
    position: absolute;
    left: -50px;
    right: -50px;
    bottom: 76px;
    height: 210px;
    background:
        radial-gradient(ellipse at 30% 100%, #8d5a35 0%, #8d5a35 42%, transparent 43%),
        radial-gradient(ellipse at 68% 100%, #6f4327 0%, #6f4327 48%, transparent 49%);
}

.arch-house {
    position: absolute;
    left: 50%;
    bottom: 106px;
    width: 126px;
    height: 84px;
    transform: translateX(-50%);
    background: #fffaf2;
    border-radius: 14px;
    box-shadow: 0 20px 30px rgba(38,25,15,0.16);
}

.arch-house::before {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: -42px;
    height: 55px;
    background: #7a4b2a;
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}

.trust-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 28px;
}

.trust-strip div {
    padding: 18px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(122, 75, 42, 0.12);
}

.trust-strip strong,
.trust-strip span {
    display: block;
}

.trust-strip strong {
    color: var(--primary);
}

.trust-strip span {
    color: rgba(45, 33, 24, 0.62);
    font-size: 0.86rem;
}

.benefits {
    background: var(--secondary);
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.benefit-card {
    padding: 24px;
    border-radius: 30px;
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(122, 75, 42, 0.12);
}

.benefit-card span {
    color: var(--accent);
    font-weight: 900;
}

.benefit-card h3 {
    margin: 18px 0 8px;
    color: #26190f;
}

.benefit-card p {
    color: rgba(45, 33, 24, 0.66);
    font-size: 0.95rem;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.9fr;
    grid-auto-rows: 210px;
    gap: 18px;
}

.gallery-tile {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    background:
        radial-gradient(circle at 75% 25%, rgba(255,255,255,0.25), transparent 22%),
        linear-gradient(135deg, #e6b36a, #7a4b2a);
    box-shadow: 0 18px 50px rgba(75,45,26,0.1);
}

.gallery-tile:nth-child(2) {
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,0.22), transparent 22%),
        linear-gradient(135deg, #f2c783, #9c5d2c);
}

.gallery-tile:nth-child(3) {
    background:
        radial-gradient(circle at 70% 30%, rgba(255,255,255,0.22), transparent 22%),
        linear-gradient(135deg, #c9823f, #3f2b1e);
}

.gallery-tile:nth-child(4) {
    background:
        radial-gradient(circle at 20% 25%, rgba(255,255,255,0.22), transparent 22%),
        linear-gradient(135deg, #704025, #d99a4e);
}

.gallery-tile.tall {
    grid-row: span 2;
}

.gallery-tile.wide {
    grid-column: span 2;
}

.gallery-tile span {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.86);
    color: var(--primary);
    font-weight: 900;
}

.testimonials {
    background: #fff;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.testimonial-card {
    padding: 28px;
    border-radius: 32px;
    background: #fffaf2;
    border: 1px solid rgba(122, 75, 42, 0.12);
}

.testimonial-card p {
    color: rgba(45, 33, 24, 0.72);
    margin-bottom: 18px;
}

.testimonial-card strong {
    color: var(--primary);
}

.faq-grid {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 40px;
    align-items: start;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-item {
    background: #fff;
    border: 1px solid rgba(122, 75, 42, 0.12);
    border-radius: 24px;
    overflow: hidden;
}

.faq-item button {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 20px;
    text-align: left;
    font-weight: 900;
    color: #26190f;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.faq-item button::after {
    content: "+";
    color: var(--accent);
    font-size: 1.4rem;
    line-height: 1;
}

.faq-item.active button::after {
    content: "−";
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: 0.25s ease;
}

.faq-item.active .faq-answer {
    max-height: 160px;
}

.faq-answer p {
    padding: 0 20px 20px;
    color: rgba(45, 33, 24, 0.66);
}

.final-cta {
    padding: 76px 0;
    background: #2a1b11;
}

.final-card {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 34px;
    align-items: center;
    padding: 38px;
    border-radius: 40px;
    color: #fff;
    background:
        radial-gradient(circle at 85% 20%, rgba(217,154,78,0.28), transparent 28%),
        linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.04));
    border: 1px solid rgba(255,255,255,0.12);
}

.final-card h2 {
    color: #fff;
}

.final-card p {
    color: rgba(255,255,255,0.68);
}

.contact-box {
    display: grid;
    gap: 10px;
    padding: 20px;
    border-radius: 28px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.12);
}

.contact-box a:not(.btn),
.contact-box span {
    color: rgba(255,255,255,0.82);
    font-weight: 700;
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 60;
    min-height: 50px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-weight: 900;
    box-shadow: 0 16px 36px rgba(0,0,0,0.22);
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: 0.7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 980px) {
    .nav-toggle {
        display: block;
    }

    .main-nav {
        position: fixed;
        left: 16px;
        right: 16px;
        top: 88px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 14px;
        background: #fffaf2;
        border: 1px solid rgba(122, 75, 42, 0.12);
        border-radius: 24px;
        box-shadow: 0 22px 50px rgba(75,45,26,0.18);
    }

    .main-nav.open {
        display: flex;
    }

    .main-nav a {
        padding: 14px;
    }

    .hero-grid,
    .experience-grid,
    .about-grid,
    .faq-grid,
    .final-card {
        grid-template-columns: 1fr;
    }

    .hero-card {
        min-height: auto;
    }

    .stay-card {
        height: 460px;
    }

    .note-one {
        right: 12px;
    }

    .note-two {
        left: 12px;
    }

    .room-grid,
    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gallery-tile.tall,
    .gallery-tile.wide {
        grid-row: auto;
        grid-column: auto;
    }
}

@media (max-width: 640px) {
    .hero {
        padding: 54px 0 48px;
    }

    .section {
        padding: 62px 0;
    }

    .hero-trust,
    .trust-strip,
    .benefit-grid,
    .experience-showcase,
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .hero-trust div + div {
        border-left: 0;
        border-top: 1px solid rgba(122, 75, 42, 0.12);
    }

    .stay-card {
        height: 420px;
        border-radius: 32px;
        padding: 24px;
    }

    .floating-note {
        position: static;
        width: auto;
        margin-top: 12px;
    }

    .final-card {
        padding: 24px;
        border-radius: 30px;
    }

    .whatsapp-float span {
        font-size: 0.88rem;
    }
}