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

:root {
    --forest-950: #10271d;
    --forest-900: #173d2b;
    --forest-800: #22533b;
    --forest-700: #2f6b4b;
    --forest-100: #e5f0e9;
    --forest-50: #f1f7f3;
    --ink: #17211c;
    --ink-soft: #58635d;
    --line: #dce2de;
    --surface: #ffffff;
    --surface-soft: #f6f8f5;
    --accent: #f2c14e;
    --accent-strong: #e5ad27;
    --coral: #d96b53;
    --white: #ffffff;
    --shadow-sm: 0 6px 20px rgba(20, 44, 31, .07);
    --shadow-lg: 0 24px 70px rgba(10, 30, 19, .16);
    --font-body: 'DM Sans', system-ui, sans-serif;
    --font-display: 'Fraunces', Georgia, serif;
    --transition: 260ms cubic-bezier(.2, .7, .2, 1);
}

html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body {
    background: var(--surface-soft);
    color: var(--ink);
    font-family: var(--font-body);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { border: 0; cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(242, 193, 78, .55); outline-offset: 3px; }

.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }

.btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1;
    transition: transform var(--transition), background var(--transition), border-color var(--transition), color var(--transition);
}
.btn i { font-size: 1.08rem; }
.btn:hover { transform: translateY(-2px); }
.btn-lg { min-height: 54px; padding: 0 27px; }
.btn-primary { background: var(--accent); color: var(--forest-950); }
.btn-primary:hover, .btn-accent:hover { background: var(--accent-strong); }
.btn-accent { background: var(--accent); color: var(--forest-950); }
.btn-ghost { color: var(--white); border-color: rgba(255, 255, 255, .45); background: rgba(255, 255, 255, .08); backdrop-filter: blur(8px); }
.btn-ghost:hover { background: rgba(255, 255, 255, .16); border-color: rgba(255, 255, 255, .7); }
.btn-outline-dark { color: var(--forest-900); border-color: #bdc9c1; background: transparent; }
.btn-outline-dark:hover { border-color: var(--forest-900); background: var(--forest-50); }

.icon-button {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    background: var(--surface);
    color: var(--ink);
    transition: var(--transition);
}
.icon-button i { font-size: 1.25rem; }
.icon-button:hover { transform: translateY(-2px); }
.icon-button-light { color: var(--white); background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .35); }
.icon-button-light:hover { background: var(--white); color: var(--forest-900); }

.eyebrow {
    display: inline-block;
    margin-bottom: 15px;
    color: var(--forest-700);
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}
.eyebrow-light { color: #b9dfc8; }
.section-heading { margin-bottom: 48px; }
.section-heading h2, .intro-copy h2, .faq-heading h2, .contact-copy h2 {
    font-family: var(--font-display);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: 0;
}
.section-heading h2 { max-width: 740px; font-size: 3rem; }
.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; }
.section-heading-row > p { max-width: 360px; color: var(--ink-soft); }
.section-heading.centered { text-align: center; }
.section-heading.centered h2 { margin-inline: auto; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--forest-800); font-size: .92rem; font-weight: 700; border-bottom: 1px solid #9bb6a5; padding-bottom: 4px; }
.text-link i { transition: transform var(--transition); }
.text-link:hover i { transform: translateX(4px); }

/* Navigation */
.navbar {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    height: 82px;
    color: var(--white);
    transition: height var(--transition), background var(--transition), color var(--transition), box-shadow var(--transition);
}
.navbar.scrolled, .navbar.is-solid { height: 70px; color: var(--ink); background: rgba(255, 255, 255, .94); backdrop-filter: blur(16px); box-shadow: 0 1px 0 rgba(16, 39, 29, .1); }
.navbar-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { display: inline-flex; align-items: center; gap: 10px; color: inherit; font-family: var(--font-display); font-size: 1.25rem; white-space: nowrap; }
.logo strong { color: #79b58d; font-weight: 600; }
.logo-mark { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .13); color: #a9daba; }
.navbar.scrolled .logo-mark, .navbar.is-solid .logo-mark, .logo-dark .logo-mark { background: var(--forest-100); color: var(--forest-700); }
.logo-art-link { width: 200px; height: 68px; flex: 0 0 200px; overflow: hidden; background: transparent; }
.brand-logo-art { display: block; width: 100%; height: 100%; background: transparent url('../img/logo/logoHarmoni-removebg-preview.png') 50% 47% / 125% auto no-repeat; filter: drop-shadow(0 1px 1px rgba(255,255,255,.24)); }
.navbar.scrolled .brand-logo-art, .navbar.is-solid .brand-logo-art, .footer-logo-art .brand-logo-art { filter: none; }
.footer-logo-art { width: 220px; height: 75px; flex-basis: 220px; }
.nav-menu { display: flex; align-items: center; gap: 30px; }
.nav-link { position: relative; padding: 10px 0; font-size: .86rem; font-weight: 600; color: rgba(255, 255, 255, .78); }
.navbar.scrolled .nav-link, .navbar.is-solid .nav-link { color: var(--ink-soft); }
.nav-link::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--accent); transition: right var(--transition); }
.nav-link:hover, .nav-link.active { color: var(--white); }
.navbar.scrolled .nav-link:hover, .navbar.scrolled .nav-link.active, .navbar.is-solid .nav-link:hover, .navbar.is-solid .nav-link.active { color: var(--forest-900); }
.nav-link.active::after, .nav-link:hover::after { right: 0; }
.nav-cta { min-height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 0 16px; border-radius: 6px; background: var(--white); color: var(--forest-900); font-size: .82rem; font-weight: 700; }
.navbar.scrolled .nav-cta, .navbar.is-solid .nav-cta { background: var(--forest-900); color: var(--white); }
.menu-toggle { display: none; width: 42px; height: 42px; border-radius: 50%; background: rgba(255, 255, 255, .14); color: inherit; font-size: 1.4rem; }
.navbar.scrolled .menu-toggle, .navbar.is-solid .menu-toggle { background: var(--forest-50); }

/* Hero */
.hero { position: relative; min-height: 690px; height: 92svh; max-height: 900px; display: flex; color: var(--white); background: var(--forest-950); overflow: hidden; }
.hero-slider, .hero-slide, .hero-overlay { position: absolute; inset: 0; }
.hero-slide { background-position: center; background-size: cover; opacity: 0; transform: scale(1.04); transition: opacity 900ms ease, transform 7s ease; }
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero-overlay { background: linear-gradient(90deg, rgba(8, 25, 16, .78) 0%, rgba(8, 25, 16, .48) 50%, rgba(8, 25, 16, .2) 100%), linear-gradient(0deg, rgba(8, 24, 15, .72) 0%, transparent 42%); }
.hero-layout { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding-top: 82px; }
.hero-content { max-width: 790px; margin-top: auto; padding-top: 82px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; font-size: .8rem; font-weight: 700; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #8be09f; box-shadow: 0 0 0 6px rgba(139, 224, 159, .14); }
.hero h1 { font-family: var(--font-display); font-size: 4.8rem; line-height: 1.02; font-weight: 600; letter-spacing: 0; }
.hero h1 em { color: #cbe5d4; font-weight: 500; }
.hero-content > p { max-width: 650px; margin-top: 24px; color: rgba(255, 255, 255, .78); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-foot { margin-top: auto; min-height: 112px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, .2); }
.hero-proof { display: flex; align-items: center; gap: 50px; }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { font-family: var(--font-display); font-size: 1.35rem; }
.hero-proof span { color: rgba(255, 255, 255, .62); font-size: .72rem; }
.hero-controls { display: flex; align-items: center; gap: 10px; }
.hero-count { min-width: 82px; color: rgba(255, 255, 255, .62); font-size: .75rem; }
.hero-count strong { color: var(--white); font-size: 1rem; }

/* Finder */
.route-finder { color: var(--white); background: var(--forest-900); }
.finder-layout { min-height: 150px; display: grid; grid-template-columns: 250px 1fr; align-items: center; gap: 48px; }
.finder-heading { display: flex; flex-direction: column; }
.finder-heading span { color: #a8c9b4; font-size: .75rem; text-transform: uppercase; font-weight: 700; }
.finder-heading strong { margin-top: 4px; font-family: var(--font-display); font-size: 1.25rem; }
.finder-fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) 150px; align-items: end; gap: 12px; }
.finder-fields label { min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.finder-fields label > span { color: #b9d1c2; font-size: .7rem; font-weight: 700; }
.finder-fields select { width: 100%; height: 48px; padding: 0 38px 0 14px; color: var(--white); background: #204b36; border: 1px solid #416b54; border-radius: 6px; outline: none; }
.finder-fields select:focus { border-color: var(--accent); }
.finder-fields option { color: var(--ink); background: var(--white); }
.finder-button { height: 48px; padding-inline: 18px; }

/* Intro */
.intro { background: var(--surface); }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: center; gap: 110px; }
.intro-media { position: relative; min-height: 620px; padding-right: 70px; }
.intro-media > img { width: 100%; height: 580px; object-fit: cover; border-radius: 6px; }
.intro-small-image { position: absolute; width: 220px; height: 280px; right: 0; bottom: 0; padding: 8px; background: var(--white); }
.intro-small-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
.experience-stamp { position: absolute; left: -24px; bottom: 46px; width: 132px; height: 92px; display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--forest-950); background: var(--accent); border-radius: 4px; }
.experience-stamp strong { font-family: var(--font-display); font-size: 2rem; }
.experience-stamp span { font-size: .7rem; font-weight: 700; line-height: 1.25; text-transform: uppercase; }
.intro-copy h2 { font-size: 3.1rem; }
.intro-copy > p { margin: 24px 0 30px; color: var(--ink-soft); font-size: 1rem; }
.value-list { margin-bottom: 30px; border-top: 1px solid var(--line); }
.value-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line); }
.value-list i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--forest-700); background: var(--forest-50); font-size: 1.15rem; }
.value-list span { display: flex; flex-direction: column; }
.value-list strong { font-size: .92rem; }
.value-list small { color: var(--ink-soft); font-size: .78rem; }

/* Destinations */
.destinations { background: var(--surface-soft); }
.filter-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: -20px 0 34px; }
.filter-chip { min-height: 36px; padding: 0 14px; border: 1px solid var(--line); border-radius: 100px; color: var(--ink-soft); background: var(--surface); font-size: .78rem; font-weight: 700; }
.filter-chip:hover, .filter-chip.active { color: var(--white); border-color: var(--forest-900); background: var(--forest-900); }
.tours-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.tour-card { min-width: 0; background: var(--surface); border-radius: 6px; overflow: hidden; border: 1px solid #e3e7e4; transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition); }
.tour-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.tour-card-image { position: relative; height: 250px; overflow: hidden; background: var(--forest-100); }
.tour-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms ease; }
.tour-card:hover .tour-card-image img { transform: scale(1.045); }
.tour-badge { position: absolute; top: 14px; left: 14px; padding: 6px 10px; border-radius: 4px; color: var(--forest-950); background: rgba(255, 255, 255, .9); backdrop-filter: blur(8px); font-size: .68rem; font-weight: 700; }
.tour-photo-count { position: absolute; right: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 5px; color: var(--white); font-size: .7rem; text-shadow: 0 1px 5px rgba(0, 0, 0, .6); }
.tour-card-body { padding: 22px; }
.tour-location { display: flex; align-items: center; gap: 5px; color: var(--forest-700); font-size: .74rem; font-weight: 700; }
.tour-card h3 { min-height: 56px; margin-top: 8px; font-family: var(--font-display); font-size: 1.35rem; line-height: 1.25; }
.tour-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 18px 0; padding: 14px 0; border-block: 1px solid var(--line); }
.tour-meta span { min-width: 0; display: flex; align-items: center; gap: 5px; color: var(--ink-soft); font-size: .7rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tour-meta i { color: var(--forest-700); }
.tour-card-footer { min-height: 45px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.tour-price { display: flex; flex-direction: column; }
.tour-price small { color: var(--ink-soft); font-size: .65rem; }
.tour-price strong { color: var(--forest-900); font-size: 1rem; }
.tour-detail-link { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--forest-900); transition: var(--transition); }
.tour-detail-link:hover { color: var(--forest-950); background: var(--accent); transform: translateX(3px); }
.empty-state { min-height: 280px; display: grid; place-items: center; align-content: center; gap: 5px; color: var(--ink-soft); text-align: center; }
.empty-state i { font-size: 2.5rem; color: var(--forest-700); }
.empty-state strong { color: var(--ink); }
.empty-state span { font-size: .85rem; }
.center-action { display: flex; justify-content: center; margin-top: 40px; }

/* Journey */
.journey { color: var(--white); background: var(--forest-950); }
.journey .section-heading h2 { max-width: 610px; }
.journey-steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #345142; border-bottom: 1px solid #345142; }
.journey-steps article { position: relative; min-height: 310px; padding: 42px 40px; border-right: 1px solid #345142; }
.journey-steps article:last-child { border-right: 0; }
.journey-steps article > span { position: absolute; right: 24px; top: 22px; color: #60796b; font-family: var(--font-display); font-size: 2.2rem; }
.journey-steps i { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: var(--forest-950); background: var(--accent); font-size: 1.2rem; }
.journey-steps h3 { margin: 40px 0 12px; font-family: var(--font-display); font-size: 1.5rem; }
.journey-steps p { color: #aabbb1; font-size: .88rem; }

/* Gallery */
.gallery-section { background: var(--surface); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 190px; gap: 12px; }
.gallery-item { position: relative; overflow: hidden; border-radius: 4px; background: var(--forest-100); cursor: zoom-in; }
.gallery-item:nth-child(6n + 1) { grid-column: span 6; grid-row: span 2; }
.gallery-item:nth-child(6n + 2) { grid-column: span 3; }
.gallery-item:nth-child(6n + 3) { grid-column: span 3; }
.gallery-item:nth-child(6n + 4) { grid-column: span 3; }
.gallery-item:nth-child(6n + 5) { grid-column: span 3; }
.gallery-item:nth-child(6n + 6) { grid-column: span 6; }
.gallery-grid.gallery-grid-sparse .gallery-item:nth-child(n) { grid-column: span 6; grid-row: span 2; }
.gallery-grid.gallery-grid-single .gallery-item:nth-child(n) { grid-column: span 12; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms ease, filter var(--transition); }
.gallery-item:hover img { transform: scale(1.045); filter: brightness(.8); }
.gallery-caption { position: absolute; inset: auto 0 0; padding: 45px 16px 14px; color: var(--white); background: linear-gradient(transparent, rgba(10, 24, 16, .78)); font-size: .8rem; opacity: 0; transform: translateY(8px); transition: var(--transition); }
.gallery-item:hover .gallery-caption { opacity: 1; transform: translateY(0); }

/* Reviews */
.reviews { color: var(--white); background: #1f2924; }
.reviews .container { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.reviews-summary { position: sticky; top: 120px; }
.reviews-summary h2 { font-family: var(--font-display); font-size: 2.8rem; line-height: 1.12; }
.rating-line { display: flex; align-items: center; gap: 16px; margin-top: 36px; }
.rating-line > strong { font-family: var(--font-display); font-size: 3.2rem; }
.rating-line > span { display: flex; flex-wrap: wrap; width: 150px; color: var(--accent); }
.rating-line small { width: 100%; margin-top: 4px; color: #95a49c; font-size: .65rem; }
.review-list { border-top: 1px solid #414d47; }
.review-item { padding: 31px 0; border-bottom: 1px solid #414d47; }
.review-item blockquote { color: #e2e8e4; font-family: var(--font-display); font-size: 1.3rem; line-height: 1.5; }
.review-author { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 20px; }
.review-person { display: flex; align-items: center; gap: 12px; min-width: 0; }
.review-avatar { width: 40px; height: 40px; flex: 0 0 40px; border-radius: 50%; display: grid; place-items: center; color: var(--forest-950); background: var(--accent); font-size: .72rem; font-weight: 800; line-height: 1; text-align: center; }
.review-author strong { font-size: .8rem; }
.review-author small { color: #95a49c; font-size: .7rem; }

/* FAQ */
.faq { background: var(--surface-soft); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; }
.faq-heading { align-self: start; position: sticky; top: 110px; }
.faq-heading h2 { font-size: 2.8rem; }
.faq-heading p { margin: 20px 0 24px; color: var(--ink-soft); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--ink); background: transparent; text-align: left; font-weight: 700; }
.faq-item button i { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 50%; color: var(--forest-800); background: var(--forest-100); transition: transform var(--transition); }
.faq-item.open button i { transform: rotate(45deg); }
.faq-item > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows var(--transition); }
.faq-item > div p { min-height: 0; overflow: hidden; color: var(--ink-soft); font-size: .9rem; }
.faq-item.open > div { grid-template-rows: 1fr; }
.faq-item.open > div p { padding: 0 54px 24px 0; }

/* Contact */
.contact-section { padding: 105px 0; color: var(--white); background: var(--forest-900); }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.contact-copy h2 { max-width: 540px; font-size: 3.5rem; }
.contact-copy > p { max-width: 550px; margin: 24px 0 34px; color: #b6cabd; }
.contact-meta { display: grid; gap: 12px; }
.contact-meta > a, .contact-meta > div { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 12px; }
.contact-meta > * > i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--accent); background: rgba(255, 255, 255, .08); }
.contact-meta span { min-width: 0; display: flex; flex-direction: column; }
.contact-meta small { color: #9fb6a8; font-size: .68rem; }
.contact-meta strong { max-width: 440px; font-size: .82rem; font-weight: 600; overflow-wrap: anywhere; }
.contact-form { padding: 34px; color: var(--ink); background: var(--white); border-radius: 8px; box-shadow: var(--shadow-lg); }
.form-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid var(--line); }
.form-heading strong { font-family: var(--font-display); font-size: 1.35rem; }
.form-heading span { color: var(--ink-soft); font-size: .7rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.contact-form label > span { font-size: .72rem; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 46px; padding: 11px 13px; color: var(--ink); background: var(--surface-soft); border: 1px solid var(--line); border-radius: 5px; outline: none; }
.contact-form textarea { min-height: 92px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--forest-700); background: var(--white); }
.btn-submit { width: 100%; margin-top: 3px; }
.privacy-note { display: flex; justify-content: center; align-items: center; gap: 5px; margin-top: 12px; color: var(--ink-soft); font-size: .65rem; }

/* Footer */
.footer { padding-top: 70px; color: var(--ink); background: var(--surface); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 70px; padding-bottom: 55px; }
.logo-dark { color: var(--ink); }
.footer-brand p { max-width: 300px; margin-top: 18px; color: var(--ink-soft); font-size: .82rem; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links strong { margin-bottom: 7px; font-size: .78rem; text-transform: uppercase; }
.footer-links a { color: var(--ink-soft); font-size: .8rem; }
.footer-links a:hover { color: var(--forest-700); }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .72rem; }

.wa-float { position: fixed; right: 24px; bottom: 24px; z-index: 800; width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; color: var(--white); background: #1fbf63; box-shadow: 0 10px 30px rgba(16, 110, 57, .28); font-size: 1.55rem; transition: var(--transition); }
.wa-float:hover { transform: translateY(-3px) scale(1.03); }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 5000; display: grid; place-items: center; padding: 30px; background: rgba(7, 16, 11, .94); opacity: 0; visibility: hidden; transition: var(--transition); }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img { max-width: min(1100px, 92vw); max-height: 82vh; object-fit: contain; transform: scale(.96); transition: transform var(--transition); }
.lightbox.open img { transform: scale(1); }
.lightbox-close { position: absolute; top: 24px; right: 24px; color: var(--white); background: rgba(255, 255, 255, .12); }
.lightbox > span { position: absolute; bottom: 24px; color: rgba(255, 255, 255, .78); font-size: .8rem; }

/* Reveal animation */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 650ms ease, transform 650ms ease; }
[data-reveal="left"] { transform: translateX(-30px); }
[data-reveal="right"] { transform: translateX(30px); }
[data-reveal].revealed { opacity: 1; transform: translate(0); }

@media (max-width: 1020px) {
    .nav-menu { gap: 20px; }
    .nav-cta span { display: none; }
    .hero h1 { font-size: 4rem; }
    .finder-layout { grid-template-columns: 1fr; gap: 20px; padding: 26px 0; }
    .finder-heading { display: none; }
    .intro-grid { gap: 65px; }
    .intro-media { min-height: 560px; padding-right: 45px; }
    .intro-media > img { height: 520px; }
    .intro-small-image { width: 180px; height: 230px; }
    .tours-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .reviews .container, .faq-grid, .contact-layout { gap: 60px; }
    .footer-grid { gap: 38px; }
}

@media (max-width: 780px) {
    .container { width: min(100% - 32px, 1180px); }
    .section { padding: 80px 0; }
    .navbar, .navbar.scrolled, .navbar.is-solid { height: 68px; }
    .nav-cta { display: none; }
    .menu-toggle { display: grid; place-items: center; }
    .nav-menu { position: fixed; inset: 68px 0 auto; min-height: calc(100svh - 68px); padding: 28px 24px; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; color: var(--ink); background: var(--surface); transform: translateX(100%); transition: transform var(--transition); }
    .nav-menu.open { transform: translateX(0); }
    .nav-link, .navbar.scrolled .nav-link, .navbar.is-solid .nav-link { width: 100%; padding: 17px 4px; color: var(--ink); border-bottom: 1px solid var(--line); font-family: var(--font-display); font-size: 1.35rem; }
    .nav-link::after { display: none; }
    .hero { min-height: 690px; height: 90svh; }
    .hero-layout { padding-top: 68px; }
    .hero-content { padding-top: 50px; }
    .hero h1 { font-size: 3.25rem; }
    .hero-content > p { font-size: .96rem; }
    .hero-foot { min-height: 92px; }
    .hero-proof { gap: 25px; }
    .hero-proof div:nth-child(3) { display: none; }
    .hero-controls { gap: 6px; }
    .hero-count { display: none; }
    .finder-fields { grid-template-columns: 1fr 1fr; }
    .finder-button { width: 100%; }
    .intro-grid, .reviews .container, .faq-grid, .contact-layout { grid-template-columns: 1fr; }
    .intro-grid { gap: 55px; }
    .intro-media { width: min(560px, 100%); min-height: 520px; padding-right: 40px; }
    .intro-media > img { height: 480px; }
    .intro-copy h2, .section-heading h2, .contact-copy h2 { font-size: 2.55rem; }
    .section-heading-row { align-items: flex-start; flex-direction: column; gap: 18px; }
    .section-heading-row > p { max-width: 560px; }
    .journey-steps { grid-template-columns: 1fr; }
    .journey-steps article { min-height: 235px; border-right: 0; border-bottom: 1px solid #345142; }
    .journey-steps article:last-child { border-bottom: 0; }
    .journey-steps h3 { margin-top: 26px; }
    .gallery-grid { grid-auto-rows: 160px; }
    .gallery-item:nth-child(n) { grid-column: span 6; grid-row: span 1; }
    .gallery-item:first-child { grid-column: span 12; grid-row: span 2; }
    .gallery-grid.gallery-grid-sparse .gallery-item:nth-child(n) { grid-column: span 12; grid-row: span 2; }
    .reviews-summary, .faq-heading { position: static; }
    .review-list { margin-top: 10px; }
    .contact-layout { gap: 50px; }
    .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
    .footer-grid > :last-child { grid-column: 2; }
}

@media (max-width: 540px) {
    .container { width: min(100% - 28px, 1180px); }
    .section { padding: 68px 0; }
    .logo { font-size: 1.08rem; }
    .logo-mark { width: 31px; height: 31px; }
    .logo-art-link { width: 165px; height: 56px; flex-basis: 165px; }
    .footer-logo-art { width: 205px; height: 70px; flex-basis: 205px; }
    .hero { min-height: 650px; height: 88svh; }
    .hero h1 { font-size: 2.65rem; }
    .hero-kicker { font-size: .68rem; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-actions .btn { width: 100%; }
    .hero-foot { min-height: 82px; }
    .hero-proof { width: 100%; justify-content: space-between; }
    .hero-proof strong { font-size: 1.15rem; }
    .hero-controls { display: none; }
    .finder-fields { grid-template-columns: 1fr; }
    .finder-fields label:nth-child(3) { display: none; }
    .intro-media { min-height: 420px; padding-right: 32px; }
    .intro-media > img { height: 400px; }
    .intro-small-image { width: 130px; height: 180px; padding: 6px; }
    .experience-stamp { left: -6px; bottom: 20px; width: 108px; height: 75px; }
    .experience-stamp strong { font-size: 1.6rem; }
    .intro-copy h2, .section-heading h2, .faq-heading h2, .contact-copy h2 { font-size: 2.15rem; }
    .tours-grid { grid-template-columns: 1fr; }
    .tour-card-image { height: 235px; }
    .journey-steps article { padding: 34px 24px; }
    .gallery-grid { grid-auto-rows: 135px; gap: 8px; }
    .reviews-summary h2 { font-size: 2.2rem; }
    .review-item blockquote { font-size: 1.08rem; }
    .contact-form { padding: 24px 18px; }
    .form-heading { align-items: flex-start; flex-direction: column; gap: 2px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-grid > :last-child { grid-column: auto; }
    .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 2px; }
    .wa-float { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
    [data-reveal] { opacity: 1; transform: none; }
}
