/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: 'DM Sans', system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #1a1a1a;
    background: #fdf8f0;
    overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }

/* ── Tokens ── */
:root {
    --emerald: #064e3b;
    --emerald-light: #065f46;
    --emerald-dark: #023022;
    --cream: #f5f0e8;
    --cream-dark: #e8dfd2;
    --white: #ffffff;
    --black: #1a1a1a;
    --gray: #6b6b6b;
    --gray-light: #999;
    --radius: 16px;
    --radius-sm: 10px;
    --shadow: 0 4px 24px rgba(0,0,0,0.08);
    --shadow-lg: 0 12px 48px rgba(0,0,0,0.12);
}

/* ── Utility ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.skip-link {
    position: absolute; top: -100%; left: 16px;
    background: var(--emerald); color: var(--white);
    padding: 8px 16px; border-radius: var(--radius-sm);
    z-index: 9999; font-weight: 600;
}
.skip-link:focus { top: 16px; }

/* ── Buttons ── */
.btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 28px; border-radius: 50px;
    font-weight: 600; font-size: 15px;
    transition: all 0.25s ease; white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-sm { padding: 8px 20px; font-size: 14px; }
.btn-lg { padding: 16px 36px; font-size: 16px; }
.btn-full { width: 100%; justify-content: center; }
.btn-emerald { background: var(--emerald); color: var(--white); }
.btn-emerald:hover { background: var(--emerald-light); box-shadow: 0 8px 24px rgba(6,78,59,0.3); }
.btn-cream { background: var(--cream); color: var(--emerald); }
.btn-cream:hover { background: var(--cream-dark); box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
.btn-outline-cream {
    background: transparent; color: var(--white);
    border: 2px solid rgba(255,255,255,0.5);
}
.btn-outline-cream:hover { background: rgba(255,255,255,0.1); border-color: var(--white); }

/* ── Section Tags ── */
.section-tag {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 13px; font-weight: 600; text-transform: uppercase;
    letter-spacing: 0.1em; color: var(--emerald);
    margin-bottom: 12px;
}
.section-tag::before {
    content: ''; width: 24px; height: 2px;
    background: var(--emerald); border-radius: 2px;
}
.section-tag--light { color: var(--cream); }
.section-tag--light::before { background: var(--cream); }
.section-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(28px, 5vw, 48px);
    font-weight: 700; line-height: 1.15;
    color: var(--black); margin-bottom: 16px;
}
.section-title--light { color: var(--white); }
.section-desc {
    font-size: 17px; color: var(--gray);
    max-width: 560px; line-height: 1.7;
}
.section-desc--light { color: rgba(255,255,255,0.8); }
.section-header { text-align: center; margin-bottom: 56px; }
.section-header .section-desc { margin: 0 auto; }

/* ── Header ── */
.header {
    position: fixed; top: 0; left: 0; right: 0;
    z-index: 1000; background: rgba(253,248,240,0.85);
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(6,78,59,0.08);
    transition: box-shadow 0.3s ease;
}
.header.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,0.08); }
.header-inner {
    display: flex; align-items: center;
    justify-content: space-between; height: 72px;
}
.logo {
    display: flex; align-items: center; gap: 4px;
    font-weight: 700; font-size: 20px;
}
.logo-mark {
    background: var(--emerald); color: var(--white);
    padding: 4px 10px; border-radius: var(--radius-sm);
    font-family: 'Playfair Display', serif; font-size: 18px;
}
.logo-wordmark { color: var(--black); }
.nav { display: flex; align-items: center; gap: 32px; }
.nav a {
    font-size: 14px; font-weight: 500;
    color: var(--gray); transition: color 0.2s;
}
.nav a:hover { color: var(--emerald); }
.nav-toggle { display: none; }

/* ── Hero ── */
.hero {
    position: relative; min-height: 100vh;
    padding: 120px 0 80px;
    background: var(--emerald);
    overflow: hidden;
}
.hero-bg-pattern {
    position: absolute; inset: 0;
    background-image:
        radial-gradient(circle at 20% 80%, rgba(245,240,232,0.06) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(245,240,232,0.08) 0%, transparent 50%);
    pointer-events: none;
}
.hero-geo-1 {
    position: absolute; top: -80px; right: -80px;
    width: 400px; height: 400px;
    background: rgba(245,240,232,0.04);
    border-radius: 50%;
    pointer-events: none;
}
.hero-geo-2 {
    position: absolute; bottom: -120px; left: -60px;
    width: 300px; height: 300px;
    background: rgba(245,240,232,0.03);
    border-radius: 50%;
    pointer-events: none;
}
.hero-geo-3 {
    position: absolute; top: 40%; left: 30%;
    width: 120px; height: 120px;
    transform: rotate(45deg);
    background: rgba(245,240,232,0.03);
    pointer-events: none;
}
.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px; align-items: center;
    position: relative; z-index: 1;
}
.hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(245,240,232,0.12);
    color: var(--cream); padding: 8px 16px;
    border-radius: 50px; font-size: 13px;
    font-weight: 500; margin-bottom: 24px;
    border: 1px solid rgba(245,240,232,0.15);
}
.hero-headline {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(36px, 6vw, 64px);
    font-weight: 800; line-height: 1.1;
    color: var(--white); margin-bottom: 20px;
}
.hero-sub {
    font-size: 17px; line-height: 1.75;
    color: rgba(255,255,255,0.75);
    max-width: 480px; margin-bottom: 32px;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-contact-mini {
    display: flex; flex-direction: column; gap: 8px;
}
.hero-contact-item {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 14px; color: rgba(255,255,255,0.6);
    transition: color 0.2s;
}
.hero-contact-item:hover { color: var(--white); }

/* Hero Cards */
.hero-visual { position: relative; min-height: 500px; }
.hero-card {
    border-radius: var(--radius); overflow: hidden;
    box-shadow: var(--shadow-lg);
}
.hero-card-main {
    width: 100%; aspect-ratio: 520/420;
}
.hero-card-main img { width: 100%; height: 100%; object-fit: cover; }
.hero-card-badge {
    position: absolute; bottom: 16px; left: 16px;
    background: var(--cream); color: var(--emerald);
    padding: 8px 14px; border-radius: var(--radius-sm);
    font-size: 13px; font-weight: 600;
    display: inline-flex; align-items: center; gap: 6px;
}
.hero-card-float {
    position: absolute; display: flex; align-items: center; gap: 12px;
    background: var(--white); padding: 14px 18px;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-lg);
    animation: float 4s ease-in-out infinite;
}
.hero-card-float-1 { top: 10%; right: -20px; animation-delay: 0s; }
.hero-card-float-2 { bottom: 25%; left: -30px; animation-delay: 1.3s; }
.hero-card-float-3 { bottom: 5%; right: 10%; animation-delay: 2.6s; }
.fc-icon {
    width: 40px; height: 40px; border-radius: 10px;
    background: var(--emerald); color: var(--white);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.fc-icon--green { background: var(--emerald); }
.fc-icon--cream { background: var(--cream); color: var(--emerald); }
.fc-text { display: flex; flex-direction: column; }
.fc-num { font-size: 15px; font-weight: 700; color: var(--black); line-height: 1.2; }
.fc-label { font-size: 12px; color: var(--gray); }

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* ── Rooms ── */
.section { padding: 100px 0; }
.rooms { background: var(--cream); }
.rooms-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.room-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.room-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.room-card-img {
    position: relative; overflow: hidden;
    aspect-ratio: 480/340;
}
.room-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.room-card:hover .room-card-img img { transform: scale(1.05); }
.room-card-tag {
    position: absolute; top: 14px; left: 14px;
    background: var(--emerald); color: var(--white);
    padding: 4px 12px; border-radius: 50px;
    font-size: 12px; font-weight: 600;
}
.room-card-tag--cream { background: var(--cream-dark); color: var(--emerald); }
.room-card-body { padding: 24px; }
.room-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px; font-weight: 700;
    margin-bottom: 8px; color: var(--black);
}
.room-card-desc {
    font-size: 14px; color: var(--gray);
    line-height: 1.7; margin-bottom: 16px;
}
.room-card-features {
    display: flex; flex-wrap: wrap; gap: 8px;
    margin-bottom: 20px;
}
.room-card-features li {
    background: var(--cream); color: var(--emerald);
    padding: 4px 10px; border-radius: 50px;
    font-size: 12px; font-weight: 500;
}

/* ── Amenities ── */
.amenities { background: var(--white); }
.amenities-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px; align-items: center;
}
.amenities-list { display: flex; flex-direction: column; gap: 24px; margin-top: 36px; }
.amenity-item {
    display: flex; gap: 16px; align-items: flex-start;
}
.amenity-icon {
    width: 48px; height: 48px; border-radius: 12px;
    background: var(--cream); color: var(--emerald);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.amenity-name { font-size: 16px; font-weight: 600; color: var(--black); margin-bottom: 4px; }
.amenity-desc { font-size: 14px; color: var(--gray); line-height: 1.6; }

/* Amenities Visual */
.amenities-img-stack { position: relative; }
.amenities-img-main {
    border-radius: var(--radius); overflow: hidden;
    box-shadow: var(--shadow-lg);
}
.amenities-img-main img { width: 100%; height: 100%; object-fit: cover; }
.amenities-img-accent {
    position: absolute; top: -20px; right: -20px;
    width: 120px; height: 120px; z-index: -1;
}
.amenities-geo-shape {
    width: 100%; height: 100%;
    background: var(--emerald);
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
    opacity: 0.9;
}
.amenities-img-float {
    position: absolute; bottom: -30px; left: -20px;
    border-radius: var(--radius-sm); overflow: hidden;
    box-shadow: var(--shadow-lg);
    border: 4px solid var(--white);
}
.amenities-img-float img { width: 100%; height: 100%; object-fit: cover; }

/* ── Location ── */
.location { background: var(--cream); }
.location-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px; align-items: start;
}
.location-highlights { display: flex; flex-direction: column; gap: 28px; margin-top: 36px; margin-bottom: 36px; }
.loc-highlight { display: flex; gap: 16px; align-items: flex-start; }
.loc-highlight-num {
    font-family: 'Playfair Display', serif;
    font-size: 36px; font-weight: 800;
    color: var(--emerald); line-height: 1;
    opacity: 0.3; flex-shrink: 0;
}
.loc-highlight-title { font-size: 16px; font-weight: 600; color: var(--black); margin-bottom: 4px; }
.loc-highlight-desc { font-size: 14px; color: var(--gray); line-height: 1.6; }
.location-address {
    display: flex; gap: 12px; align-items: center;
    background: var(--white); padding: 20px 24px;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow);
}
.location-address-icon {
    width: 44px; height: 44px; border-radius: 10px;
    background: var(--emerald); color: var(--white);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.location-address strong { display: block; font-size: 15px; color: var(--black); }
.location-address span { font-size: 14px; color: var(--gray); }
.map-wrapper {
    border-radius: var(--radius); overflow: hidden;
    box-shadow: var(--shadow-lg);
    aspect-ratio: 4/3;
}
.map-wrapper iframe { width: 100%; height: 100%; }

/* ── Reviews ── */
.reviews { background: var(--white); }
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.review-card {
    background: var(--cream);
    border-radius: var(--radius);
    padding: 32px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.review-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.review-stars { display: flex; gap: 4px; margin-bottom: 16px; color: #f59e0b; }
.review-text {
    font-size: 15px; line-height: 1.75;
    color: var(--black); margin-bottom: 20px;
    font-style: italic;
}
.review-author {
    display: flex; align-items: center; gap: 12px;
}
.review-author-avatar {
    width: 40px; height: 40px; border-radius: 50%;
    background: var(--emerald); color: var(--white);
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 16px;
}
.review-author-name { display: block; font-size: 14px; font-weight: 600; color: var(--black); }
.review-author-tag { font-size: 12px; color: var(--gray); }

/* ── CTA ── */
.cta-section {
    position: relative; padding: 100px 0;
    background: var(--emerald); overflow: hidden;
}
.cta-bg-shape-1 {
    position: absolute; top: -100px; left: -100px;
    width: 400px; height: 400px;
    background: rgba(245,240,232,0.05);
    border-radius: 50%;
}
.cta-bg-shape-2 {
    position: absolute; bottom: -80px; right: -80px;
    width: 300px; height: 300px;
    background: rgba(245,240,232,0.04);
    border-radius: 50%;
}
.cta-card {
    position: relative; z-index: 1;
    display: flex; align-items: center;
    justify-content: space-between;
    gap: 40px; flex-wrap: wrap;
}
.cta-content { max-width: 480px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── Contact ── */
.contact { background: var(--cream); }
.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px; align-items: start;
}
.contact-details { display: flex; flex-direction: column; gap: 20px; margin-top: 36px; }
.contact-detail {
    display: flex; gap: 14px; align-items: flex-start;
}
.contact-detail-icon {
    width: 44px; height: 44px; border-radius: 10px;
    background: var(--emerald); color: var(--white);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.contact-detail strong { display: block; font-size: 14px; color: var(--black); margin-bottom: 2px; }
.contact-detail a, .contact-detail span {
    font-size: 14px; color: var(--gray);
    line-height: 1.6;
}
.contact-detail a:hover { color: var(--emerald); text-decoration: underline; }

/* Form */
.contact-form-wrap {
    background: var(--white);
    border-radius: var(--radius);
    padding: 36px;
    box-shadow: var(--shadow);
}
.form-group { margin-bottom: 20px; }
.form-group label {
    display: block; font-size: 13px; font-weight: 600;
    color: var(--black); margin-bottom: 6px;
}
.form-group input,
.form-group textarea {
    width: 100%; padding: 12px 16px;
    border: 2px solid var(--cream-dark);
    border-radius: var(--radius-sm);
    font-family: inherit; font-size: 15px;
    color: var(--black); background: var(--cream);
    transition: border-color 0.2s, background 0.2s;
    outline: none;
}
.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--emerald);
    background: var(--white);
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--gray-light); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-success {
    display: flex; align-items: center; gap: 10px;
    margin-top: 16px; padding: 14px 18px;
    background: var(--cream); border-radius: var(--radius-sm);
    color: var(--emerald); font-weight: 500; font-size: 14px;
}

/* ── Footer ── */
.footer {
    background: var(--emerald-dark);
    color: rgba(255,255,255,0.7);
    padding: 60px 0 0;
}
.footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px; padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-brand .logo-wordmark { color: var(--white); }
.footer-tagline { font-size: 14px; margin-top: 12px; color: rgba(255,255,255,0.5); line-height: 1.6; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a {
    font-size: 14px; color: rgba(255,255,255,0.6);
    transition: color 0.2s;
}
.footer-links a:hover { color: var(--white); }
.footer-contact { display: flex; flex-direction: column; gap: 8px; }
.footer-contact a {
    font-size: 14px; color: rgba(255,255,255,0.6);
    transition: color 0.2s;
}
.footer-contact a:hover { color: var(--white); }
.footer-contact span { font-size: 14px; color: rgba(255,255,255,0.5); }
.footer-bottom {
    display: flex; justify-content: space-between;
    align-items: center; padding: 20px 0;
    font-size: 13px; color: rgba(255,255,255,0.4);
}

/* ── Mobile Nav ── */
@media (max-width: 900px) {
    .nav-toggle { display: block; width: 44px; height: 44px; position: relative; }
    .hamburger {
        position: absolute; top: 14px; left: 10px;
        width: 24px; height: 2px; background: var(--black);
        box-shadow: 0 7px 0 var(--black), 0 14px 0 var(--black);
        transition: transform 0.3s, opacity 0.3s;
    }
    .nav-toggle[aria-expanded="true"] .hamburger {
        transform: rotate(45deg); opacity: 0;
    }
    .nav {
        position: fixed; top: 72px; left: 0; right: 0;
        background: var(--cream);
        flex-direction: column;
        padding: 24px;
        gap: 20px;
        box-shadow: var(--shadow-lg);
        transform: translateY(-120%);
        transition: transform 0.3s ease;
        z-index: 999;
    }
    .nav.open { transform: translateY(0); }
    .nav a { font-size: 16px; color: var(--black); }
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .hero-visual { min-height: 360px; }
    .hero-card-float-1 { right: 10px; top: 5%; }
    .hero-card-float-2 { left: 10px; }
    .hero-card-float-3 { right: 5%; }
    .rooms-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
    .amenities-layout { grid-template-columns: 1fr; }
    .amenities-visual { order: -1; }
    .location-layout { grid-template-columns: 1fr; }
    .reviews-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
    .contact-layout { grid-template-columns: 1fr; }
    .cta-card { flex-direction: column; text-align: center; }
    .footer-inner { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}

@media (max-width: 480px) {
    .hero { padding: 100px 0 60px; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; justify-content: center; }
    .hero-card-float { display: none; }
    .section { padding: 72px 0; }
    .contact-form-wrap { padding: 24px; }
}
