:root {
    --ink: #14213d;
    --ink-soft: #52607a;
    --paper: #f8fafc;
    --line: rgba(20, 33, 61, 0.1);
    --gold: #f2a65a;
    --gold-deep: #f77f00;
    --teal: #2a9d8f;
    --peach: #ffe8d6;
    --sky: #dbf4ff;
    --navy: #081a36;
    --shadow: 0 24px 60px rgba(17, 35, 66, 0.12);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at top left, rgba(242, 166, 90, 0.18), transparent 30%),
        radial-gradient(circle at bottom right, rgba(42, 157, 143, 0.18), transparent 26%),
        #fbfdff;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.topbar {
    background: var(--navy);
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.88rem;
    padding: 0.65rem 0;
}

.topbar-copy {
    display: flex;
    flex-wrap: wrap;
    gap: 1.15rem;
}

.topbar-copy i {
    color: var(--gold);
    margin-right: 0.35rem;
}

.site-navbar {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(20, 33, 61, 0.06);
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    color: var(--ink);
}

.navbar-brand strong {
    display: block;
    font-size: 1.1rem;
}

.navbar-brand small {
    color: var(--ink-soft);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.68rem;
}

.brand-mark img {
    width: 70px;
    /* width: auto; */
    /* max-width: 38px;
    max-height: 38px; */
    object-fit: contain;
}

.nav-link {
    font-weight: 600;
    color: var(--ink);
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.4rem;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--teal));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    transform: scaleX(1);
}

.btn-primary,
.hero-cta {
    border: 0;
    background: linear-gradient(135deg, var(--gold-deep), var(--gold));
    box-shadow: 0 12px 24px rgba(247, 127, 0, 0.24);
    border-radius: 999px;
    padding: 0.95rem 1.45rem;
    font-weight: 700;
}

.btn-outline-dark {
    border-radius: 999px;
    padding: 0.95rem 1.45rem;
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 5rem 0 7rem;
}

.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(140deg, rgba(8, 26, 54, 0.88), rgba(20, 33, 61, 0.5)),
        url('../img/hero-mountains.svg') center/cover no-repeat;
    z-index: -2;
}

.hero-section::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 160px;
    background: url('../img/wave-divider.svg') center bottom/cover no-repeat;
    z-index: -1;
}

.hero-eyebrow,
.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: white;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-eyebrow {
    color: var(--gold-deep);
    background: rgba(242, 166, 90, 0.16);
}

.hero-title,
.page-hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3rem, 7vw, 5.7rem);
    line-height: 0.95;
    color: white;
    margin: 1rem 0 1.2rem;
    max-width: 760px;
}

.hero-copy {
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.08rem;
    max-width: 600px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.hero-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 3rem;
}

.glass-stat,
.floating-card,
.showcase-card,
.info-panel,
.package-card,
.destination-card,
.journal-card,
.sidebar-card,
.faq-card,
.contact-card,
.metric-card,
.detail-card {
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: var(--shadow);
}

.glass-stat {
    padding: 1.3rem;
    backdrop-filter: blur(16px);
}

.glass-stat strong {
    display: block;
    font-size: 2rem;
    color: white;
}

.glass-stat span {
    color: rgba(255, 255, 255, 0.74);
}

.hero-visual {
    position: relative;
    padding: 2rem 0 1rem;
}

.floating-card {
    padding: 1.15rem;
    overflow: hidden;
    transform-style: preserve-3d;
}

.floating-card img {
    border-radius: 22px;
}

.floating-card.primary {
    transform: perspective(1400px) rotateY(-10deg) rotateX(8deg);
}

.floating-card.floating-small {
    position: absolute;
    right: -0.5rem;
    bottom: 0;
    max-width: 240px;
    transform: perspective(1200px) rotateY(14deg) rotateX(-8deg);
}

.section-space {
    padding: 5rem 0;
}

.section-title,
.page-hero-copy h1,
.content-block h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    line-height: 0.95;
    margin: 0.85rem 0 1rem;
}

.section-intro {
    max-width: 620px;
    color: var(--ink-soft);
    font-size: 1.02rem;
}

.showcase-card,
.package-card,
.destination-card,
.journal-card,
.sidebar-card,
.faq-card,
.contact-card,
.detail-card {
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.showcase-card:hover,
.package-card:hover,
.destination-card:hover,
.journal-card:hover,
.faq-card:hover,
.contact-card:hover,
.detail-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 50px rgba(15, 29, 58, 0.15);
}

.package-thumb,
.destination-thumb,
.journal-thumb {
    height: 230px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(242, 166, 90, 0.18), rgba(42, 157, 143, 0.18));
}

.package-thumb img,
.destination-thumb img,
.journal-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showcase-card-body,
.package-body,
.destination-body,
.journal-body,
.sidebar-card,
.faq-card,
.contact-card,
.detail-card {
    padding: 1.5rem;
}

.mini-label,
.chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: rgba(20, 33, 61, 0.08);
    border-radius: 999px;
    padding: 0.42rem 0.82rem;
    font-size: 0.82rem;
    font-weight: 700;
}

.card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.price-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.65rem 0.9rem;
    border-radius: 18px;
    background: var(--navy);
    color: white;
    font-weight: 700;
}

.muted-copy,
.page-hero-copy p,
.content-block p,
.card-copy {
    color: var(--ink-soft);
}

.info-panel {
    padding: 1.6rem;
    height: 100%;
}

.info-panel i {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, rgba(247, 127, 0, 0.14), rgba(42, 157, 143, 0.14));
    color: var(--gold-deep);
}

.split-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 2rem;
}

.story-visual {
    border-radius: 32px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(8, 26, 54, 0.95), rgba(42, 157, 143, 0.92));
    padding: 2rem;
    position: relative;
}

.story-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../img/map-lines.svg') center/cover no-repeat;
    opacity: 0.45;
}

.story-visual img {
    position: relative;
    border-radius: 24px;
}

.filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.filter-pill {
    border: 1px solid rgba(20, 33, 61, 0.12);
    background: white;
    color: var(--ink);
    border-radius: 999px;
    padding: 0.75rem 1rem;
    font-weight: 700;
}

.filter-pill.active {
    background: var(--navy);
    color: white;
}

.page-hero {
    position: relative;
    overflow: hidden;
    padding: 4rem 0 3rem;
    background:
        linear-gradient(130deg, rgba(8, 26, 54, 0.94), rgba(17, 42, 85, 0.75)),
        url('../img/map-lines.svg') center/cover no-repeat;
}

.page-hero-copy p,
.page-hero .chip {
    color: rgba(255, 255, 255, 0.8);
}

.page-hero .chip {
    background: rgba(255, 255, 255, 0.12);
}

.detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 2rem;
}

.public-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.gallery-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.gallery-card {
    position: relative;
    margin: 0;
    min-height: 280px;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(160deg, rgba(8, 26, 54, 0.12), rgba(42, 157, 143, 0.12));
    box-shadow: var(--shadow);
}

.gallery-card img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.gallery-card-copy {
    position: absolute;
    inset: auto 0 0;
    padding: 1.2rem 1.2rem 1.1rem;
    background: linear-gradient(180deg, rgba(8, 26, 54, 0), rgba(8, 26, 54, 0.88));
    color: white;
}

.gallery-card-copy strong,
.gallery-card-copy span {
    display: block;
}

.gallery-card-copy strong {
    font-size: 1rem;
}

.gallery-card-copy span {
    margin-top: 0.3rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.92rem;
}

.gallery-link:hover .gallery-card img {
    transform: scale(1.05);
}

.gallery-preview-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.gallery-preview-grid .gallery-card,
.gallery-preview-grid .gallery-card img {
    min-height: 220px;
}

.testimonial-slider {
    position: relative;
}

.testimonial-slider-viewport {
    overflow: hidden;
}

.testimonial-slider-track {
    display: flex;
    gap: 1.25rem;
    transition: transform 0.45s ease;
    will-change: transform;
}

.testimonial-slide {
    flex: 0 0 calc((100% - 2.5rem) / 3);
    min-width: 0;
}

.testimonial-slide.is-active {
    animation: testimonialFade 0.45s ease;
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    height: 100%;
    padding: 1.4rem;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: var(--shadow);
}

.testimonial-card--text {
    justify-content: space-between;
}

.testimonial-copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 auto;
    gap: 1.25rem;
}

.testimonial-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.5rem, 2vw, 2.1rem);
    line-height: 1.02;
    margin: 0.9rem 0 0.75rem;
}

.testimonial-quote {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.8;
    color: var(--ink-soft);
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial-quote::before {
    content: '“';
    color: var(--gold-deep);
    font-size: 1.6rem;
    line-height: 0;
    vertical-align: -0.3rem;
    margin-right: 0.18rem;
}

.testimonial-author strong,
.testimonial-author span {
    display: block;
}

.testimonial-author strong {
    font-size: 1.05rem;
}

.testimonial-author span {
    margin-top: 0.25rem;
    color: var(--ink-soft);
}

.testimonial-media {
    min-height: 210px;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(242, 166, 90, 0.16), rgba(42, 157, 143, 0.16));
}

.testimonial-media img,
.testimonial-video iframe,
.testimonial-video video {
    width: 100%;
    height: 100%;
    min-height: 210px;
    border: 0;
    object-fit: cover;
}

.testimonial-slider-controls {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.25rem;
}

.testimonial-nav {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(20, 33, 61, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--ink);
    display: inline-grid;
    place-items: center;
    transition: transform 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.testimonial-nav[disabled] {
    opacity: 0.45;
    cursor: not-allowed;
}

.testimonial-nav:hover {
    transform: translateY(-2px);
    border-color: rgba(247, 127, 0, 0.4);
    color: var(--gold-deep);
}

.testimonial-dots {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.testimonial-dot {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 999px;
    background: rgba(20, 33, 61, 0.18);
    transition: width 0.25s ease, background 0.25s ease;
}

.testimonial-dot.is-active {
    width: 34px;
    background: linear-gradient(135deg, var(--gold-deep), var(--teal));
}

@keyframes testimonialFade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gallery-lightbox-copy h4 {
    margin-bottom: 0.35rem;
}

.gallery-lightbox-copy p {
    margin-bottom: 0;
}

.detail-main {
    min-width: 0;
}

.detail-aside {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: start;
}

.detail-related {
    grid-column: 1;
    grid-row: 2;
}

.package-action-group,
.mobile-sticky-actions-inner {
    display: flex;
    gap: 0.85rem;
}

.package-action-group>*,
.mobile-sticky-actions-inner>* {
    flex: 1 1 0;
}

.package-action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: 100%;
    border-radius: 999px;
    padding: 0.95rem 1.15rem;
    font-weight: 700;
}

.btn-whatsapp {
    border: 0;
    background: linear-gradient(135deg, #15803d, #25d366);
    box-shadow: 0 12px 24px rgba(37, 211, 102, 0.24);
    color: white;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
    color: white;
}

.mobile-sticky-actions {
    display: none;
}

.detail-hero-image,
.gallery-grid img {
    border-radius: 28px;
    box-shadow: var(--shadow);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.list-clean {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-clean li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 0.6rem 0;
    border-bottom: 1px solid var(--line);
}

.list-clean li:last-child {
    border-bottom: 0;
}

.list-clean i {
    color: var(--teal);
    margin-top: 0.2rem;
}

.cta-banner {
    background:
        linear-gradient(135deg, rgba(8, 26, 54, 0.97), rgba(20, 33, 61, 0.92)),
        url('../img/map-lines.svg') center/cover no-repeat;
    border-radius: 32px;
    padding: 2.25rem;
    color: white;
}

.cta-banner p {
    color: rgba(255, 255, 255, 0.76);
}

.site-footer {
    background:
        linear-gradient(180deg, rgba(8, 26, 54, 0.98), rgba(5, 17, 35, 1)),
        url('../img/footer-grid.svg') center/cover no-repeat;
    color: rgba(255, 255, 255, 0.82);
    padding: 4rem 0 1.5rem;
    margin-top: 3rem;
}

.footer-brand {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.footer-brand img {
    width: auto;
    max-width: 120px;
    max-height: 64px;
    object-fit: contain;
}

.site-footer h4,
.site-footer h5 {
    color: white;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 0.8rem;
}

.footer-links a,
.footer-contact a,
.footer-bottom a {
    color: rgba(255, 255, 255, 0.78);
}

.social-links {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.social-links a {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.08);
    color: white;
}

.footer-bottom {
    margin-top: 2.5rem;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.reveal {
    opacity: 0;
    transform: translate3d(0, 36px, 0) rotateX(8deg) scale(0.98);
    transform-origin: center;
    transition: opacity 0.75s ease, transform 0.8s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateX(0deg) scale(1);
}

[data-tilt] {
    transform-style: preserve-3d;
    transition: transform 0.22s ease;
}

.content-block {
    border-radius: 28px;
    background: white;
    padding: 1.75rem;
    box-shadow: var(--shadow);
    margin-bottom: 1.5rem;
}

.content-block h3 {
    margin-bottom: 1rem;
}

.metric-card {
    padding: 1.4rem;
    height: 100%;
}

.metric-card strong {
    display: block;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.form-card {
    background: white;
    border-radius: 28px;
    padding: 1.75rem;
    box-shadow: var(--shadow);
}

.form-control,
.form-select {
    border-radius: 16px;
    border: 1px solid rgba(20, 33, 61, 0.12);
    padding: 0.95rem 1rem;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(247, 127, 0, 0.6);
    box-shadow: 0 0 0 0.2rem rgba(247, 127, 0, 0.12);
}

.contact-card i {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(42, 157, 143, 0.12);
    color: var(--teal);
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

@media (max-width: 991px) {

    .hero-stat-grid,
    .split-layout,
    .detail-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-slide {
        flex-basis: calc((100% - 1.25rem) / 2);
    }

    .detail-main,
    .detail-aside,
    .detail-related {
        grid-column: auto;
        grid-row: auto;
    }

    .floating-card.floating-small {
        position: static;
        margin-top: 1rem;
        max-width: none;
        transform: none;
    }

    .hero-title,
    .page-hero h1 {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding-top: 3rem;
    }

    .package-detail-page {
        padding-bottom: calc(7rem + env(safe-area-inset-bottom));
    }

    .package-action-group-desktop {
        display: none;
    }

    .mobile-sticky-actions {
        display: block;
        position: fixed;
        left: 0.75rem;
        right: 0.75rem;
        bottom: calc(0.75rem + env(safe-area-inset-bottom));
        z-index: 1050;
    }

    .mobile-sticky-actions-inner {
        padding: 0.8rem;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.96);
        border: 1px solid rgba(20, 33, 61, 0.08);
        box-shadow: 0 -16px 34px rgba(15, 29, 58, 0.16);
        backdrop-filter: blur(18px);
    }

    .package-action-button {
        padding: 0.9rem 1rem;
        font-size: 0.95rem;
    }

    .hero-stat-grid,
    .gallery-grid,
    .public-gallery-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-slide {
        flex-basis: 100%;
    }

    .testimonial-slider-controls {
        justify-content: center;
    }

    .topbar-copy {
        gap: 0.65rem;
    }
}