:root {
    --blue: #2e759e;
    --blue-deep: #153a50;
    --sky: #a8d0e5;
    --cream: #f7f3eb;
    --paper: #fffdf9;
    --ink: #203039;
    --muted: #6c777b;
    --gold: #bf9a5a;
    --radius: 28px;
    --shadow: 0 24px 70px rgba(21, 58, 80, .12)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    color: var(--ink);
    background: var(--paper);
    line-height: 1.6
}

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

a {
    text-decoration: none;
    color: inherit
}

.container {
    width: min(1160px, calc(100% - 40px));
    margin: auto
}

.site-header {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    padding: 18px 0;
    color: white;
    transition: .3s
}

.site-header.scrolled {
    background: rgba(255, 253, 249, .94);
    color: var(--ink);
    box-shadow: 0 10px 35px rgba(20, 45, 60, .08);
    backdrop-filter: blur(14px);
    padding: 11px 0
}

.nav-wrap,
.main-nav,
.brand,
.actions,
.hero-notes,
.card-meta,
.social,
.footer-grid,
.footer-bottom {
    display: flex;
    align-items: center
}

.nav-wrap {
    justify-content: space-between
}

.brand {
    gap: 11px;
    font-size: 17px;
    letter-spacing: .2px
}

.brand span:last-child {
    display: flex;
    flex-direction: column;
    line-height: 1.05
}

.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid!important;
    place-items: center;
    background: var(--blue);
    color: white;
    font-family: 'Playfair Display';
    font-size: 25px
}

.main-nav {
    gap: 30px;
    font-size: 14px;
    font-weight: 600
}

.main-nav>a:not(.btn) {
    position: relative
}

.main-nav>a:not(.btn)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -6px;
    height: 2px;
    background: var(--gold);
    transition: .25s
}

.main-nav>a:hover::after {
    right: 0
}

.menu-toggle {
    display: none;
    background: none;
    border: 0;
    font-size: 30px;
    color: inherit
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--blue);
    background: var(--blue);
    color: white;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 14px;
    transition: .25s;
    box-shadow: 0 12px 28px rgba(46, 117, 158, .2)
}

.btn:hover {
    transform: translateY(-2px);
    background: var(--blue-deep);
    border-color: var(--blue-deep)
}

.btn-small {
    padding: 10px 17px
}

.btn-ghost {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .7);
    box-shadow: none
}

.btn-ghost:hover {
    background: white;
    color: var(--blue-deep);
    border-color: white
}

.btn-outline {
    background: transparent;
    color: var(--blue);
    box-shadow: none
}

.btn-light {
    background: white;
    color: var(--blue-deep);
    border-color: white
}

.hero {
    min-height: 94vh;
    position: relative;
    display: grid;
    align-items: center;
    color: white;
    overflow: hidden
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 35, 47, .88), rgba(10, 35, 47, .48) 58%, rgba(10, 35, 47, .18)), url('https://chalesmundarium.com.br/assets/carousel_exp/IMG_1523.JPEG') center/cover
}

.hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(8, 24, 31, .5), transparent 45%)
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 90px
}

.eyebrow {
    display: inline-block;
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 15px
}

.eyebrow.light {
    color: #cce9f7
}

.hero h1,
.section h2,
.chale-card h3 {
    font-family: 'Playfair Display', serif
}

.hero h1 {
    font-size: clamp(3.3rem, 7vw, 6.8rem);
    line-height: .98;
    max-width: 850px;
    margin: 0 0 24px;
    font-weight: 600
}

.hero p {
    max-width: 620px;
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: rgba(255, 255, 255, .86)
}

.actions {
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 32px
}

.actions.center {
    justify-content: center
}

.hero-notes {
    gap: 28px;
    flex-wrap: wrap;
    margin-top: 42px;
    font-size: 14px;
    color: rgba(255, 255, 255, .8)
}

.hero-notes span {
    display: flex;
    align-items: center;
    gap: 8px
}

.hero-notes i {
    font-size: 20px;
    color: #cce9f7
}

.scroll-hint {
    position: absolute;
    z-index: 3;
    bottom: 22px;
    left: 50%;
    font-size: 34px;
    animation: bob 1.8s infinite
}

@keyframes bob {
    50% {
        transform: translateY(7px)
    }
}

.section {
    padding: 110px 0
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center
}

.reverse>div:first-child {
    order: 1
}

.section h2 {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.05;
    margin: 0 0 25px
}

.lead {
    font-size: 1.12rem;
    color: var(--muted)
}

.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 38px
}

.feature-grid article {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px;
    border: 1px solid #e7e1d7;
    border-radius: 18px;
    background: white
}

.feature-grid i {
    font-size: 25px;
    color: var(--blue)
}

.feature-grid strong,
.feature-grid span {
    display: block
}

.feature-grid span {
    font-size: 13px;
    color: var(--muted)
}

.collage {
    position: relative;
    min-height: 600px
}

.collage img {
    object-fit: cover;
    border-radius: var(--radius);
    box-shadow: var(--shadow)
}

.collage-main {
    width: 84%;
    height: 510px;
    margin-left: auto
}

.collage-small {
    position: absolute;
    width: 48%;
    height: 260px;
    left: 0;
    bottom: 0;
    border: 9px solid var(--paper)
}

.collage-badge {
    position: absolute;
    right: -20px;
    bottom: 45px;
    background: var(--blue-deep);
    color: white;
    padding: 20px 24px;
    border-radius: 18px;
    box-shadow: var(--shadow)
}

.collage-badge b,
.collage-badge small {
    display: block
}

.collage-badge b {
    font-family: 'Playfair Display';
    font-size: 24px
}

.chales {
    background: var(--cream)
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
    margin-bottom: 50px
}

.section-head h2 {
    margin-bottom: 0
}

.section-head>p {
    max-width: 400px;
    color: var(--muted)
}

.chale-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px
}

.chale-card {
    background: white;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: .35s
}

.chale-card:hover {
    transform: translateY(-9px)
}

.card-photo {
    height: 380px;
    position: relative;
    overflow: hidden
}

.card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .7s
}

.chale-card:hover .card-photo img {
    transform: scale(1.06)
}

.card-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(9, 34, 45, .5), transparent 55%)
}

.card-photo span {
    position: absolute;
    z-index: 2;
    left: 24px;
    bottom: 22px;
    color: white;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.7px
}

.card-body {
    padding: 30px
}

.chale-card h3 {
    font-size: 40px;
    margin: 0 0 12px
}

.card-body p {
    color: var(--muted)
}

.card-meta {
    gap: 20px;
    flex-wrap: wrap;
    padding: 18px 0;
    border-top: 1px solid #eee7dc;
    border-bottom: 1px solid #eee7dc;
    margin: 22px 0
}

.card-meta span {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px
}

.card-meta i {
    color: var(--blue);
    font-size: 18px
}

.text-link {
    font-weight: 800;
    color: var(--blue);
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.coffee-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px
}

.coffee-gallery img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 22px
}

.coffee-gallery img:first-child {
    grid-column: 1/-1;
    height: 310px
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    display: grid;
    gap: 13px
}

.check-list li {
    display: flex;
    align-items: center;
    gap: 10px
}

.check-list i {
    background: #e3f1f7;
    color: var(--blue);
    border-radius: 50%;
    padding: 4px
}

.location {
    padding-top: 30px
}

.location-card {
    background: linear-gradient(120deg, var(--blue-deep), #275d7a);
    color: white;
    border-radius: 36px;
    padding: 62px;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 60px;
    align-items: center;
    overflow: hidden;
    position: relative
}

.location-card::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    right: -100px;
    top: -170px
}

.location-card h2 {
    font-size: clamp(2.4rem, 4vw, 4rem)
}

.location-card p {
    color: rgba(255, 255, 255, .75);
    max-width: 650px
}

.location-stats {
    display: grid;
    gap: 14px;
    position: relative;
    z-index: 2
}

.location-stats div {
    padding: 18px 22px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 16px;
    background: rgba(255, 255, 255, .05)
}

.location-stats b,
.location-stats span {
    display: block
}

.location-stats b {
    font-family: 'Playfair Display';
    font-size: 26px
}

.location-stats span {
    font-size: 13px;
    color: rgba(255, 255, 255, .65)
}

.cta {
    text-align: center
}

.cta-box {
    max-width: 850px
}

.cta-box p {
    color: var(--muted);
    font-size: 1.1rem
}

.cta-box .actions {
    margin-top: 28px
}

footer {
    background: #102b3a;
    color: rgba(255, 255, 255, .75);
    padding: 48px 0 20px
}

.footer-grid {
    justify-content: space-between;
    gap: 30px
}

.light-brand {
    color: white
}

.social {
    gap: 10px
}

.social a {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 20px
}

.footer-bottom {
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 35px;
    padding-top: 20px;
    font-size: 12px
}

.floating-wa {
    position: fixed;
    z-index: 40;
    right: 22px;
    bottom: 22px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #25d366;
    color: white;
    font-size: 31px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .22)
}

.reveal {
    opacity: 0;
    transform: translateY(25px);
    transition: .7s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}


/* detail pages */

.detail-hero {
    min-height: 72vh
}

.detail-hero .hero-bg.fuji {
    background-image: linear-gradient(90deg, rgba(10, 35, 47, .85), rgba(10, 35, 47, .25)), url('https://chalesmundarium.com.br/assets/FullSizeRender_jpg%20(2).JPG')
}

.detail-hero .hero-bg.canada {
    background-image: linear-gradient(90deg, rgba(10, 35, 47, .85), rgba(10, 35, 47, .25)), url('https://chalesmundarium.com.br/assets/chale-canadense.jfif')
}

.detail-copy {
    max-width: 760px
}

.detail-copy h1 {
    font-size: clamp(3.5rem, 8vw, 7rem)
}

.amenities {
    background: var(--cream)
}

.amenity-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px
}

.amenity {
    background: white;
    padding: 22px;
    border-radius: 18px;
    display: flex;
    gap: 12px;
    align-items: center
}

.amenity i {
    font-size: 24px;
    color: var(--blue)
}

.gallery {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-auto-rows: 260px;
    gap: 12px
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px
}

.gallery img:first-child {
    grid-row: span 2
}

.gallery img:nth-child(4) {
    grid-column: span 2
}

@media(max-width:850px) {
    .main-nav {
        position: absolute;
        top: 68px;
        left: 20px;
        right: 20px;
        background: white;
        color: var(--ink);
        padding: 25px;
        border-radius: 20px;
        box-shadow: var(--shadow);
        display: none;
        flex-direction: column;
        align-items: stretch
    }
    .main-nav.open {
        display: flex
    }
    .menu-toggle {
        display: block
    }
    .split,
    .location-card {
        grid-template-columns: 1fr;
        gap: 45px
    }
    .reverse>div:first-child {
        order: 0
    }
    .chale-grid {
        grid-template-columns: 1fr
    }
    .section-head {
        display: block
    }
    .collage {
        min-height: 520px
    }
    .collage-main {
        height: 450px
    }
    .amenity-grid {
        grid-template-columns: repeat(2, 1fr)
    }
    .gallery {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 220px
    }
    .gallery img:first-child {
        grid-row: auto;
        grid-column: span 2
    }
    .gallery img:nth-child(4) {
        grid-column: auto
    }
}

@media(max-width:560px) {
    .container {
        width: min(100% - 28px, 1160px)
    }
    .hero {
        min-height: 90vh
    }
    .hero h1 {
        font-size: 3.2rem
    }
    .section {
        padding: 78px 0
    }
    .feature-grid {
        grid-template-columns: 1fr
    }
    .collage {
        min-height: 430px
    }
    .collage-main {
        width: 92%;
        height: 370px
    }
    .collage-small {
        height: 180px
    }
    .collage-badge {
        right: 0;
        bottom: 20px
    }
    .card-photo {
        height: 290px
    }
    .coffee-gallery img,
    .coffee-gallery img:first-child {
        height: 210px
    }
    .location-card {
        padding: 35px 24px
    }
    .amenity-grid {
        grid-template-columns: 1fr
    }
    .gallery {
        grid-template-columns: 1fr;
        grid-auto-rows: 230px
    }
    .gallery img:first-child,
    .gallery img:nth-child(4) {
        grid-column: auto
    }
    .footer-grid,
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column
    }
    .hero-notes {
        gap: 12px;
        flex-direction: column;
        align-items: flex-start
    }
}


/* Sobre */

.about {
    background: #fff
}

.about-photos {
    position: relative;
    min-height: 560px
}

.about-photos img {
    position: absolute;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: var(--shadow)
}

.about-photos img:nth-child(1) {
    width: 72%;
    height: 440px;
    left: 0;
    top: 0
}

.about-photos img:nth-child(2) {
    width: 48%;
    height: 280px;
    right: 0;
    bottom: 0;
    border: 8px solid #fff
}

.about-photos img:nth-child(3) {
    width: 34%;
    height: 190px;
    right: 4%;
    top: 25px;
    border: 7px solid #fff
}

.about p:not(.lead) {
    color: var(--muted);
    margin-bottom: 26px
}


/* Passeios */

.tours {
    background: var(--cream)
}

.tour-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: -18px 0 34px
}

.tour-filter {
    border: 1px solid #d8d1c6;
    background: rgba(255, 255, 255, .7);
    color: var(--ink);
    padding: 10px 16px;
    border-radius: 999px;
    font: 700 13px 'DM Sans';
    cursor: pointer;
    transition: .25s
}

.tour-filter:hover,
.tour-filter.active {
    background: var(--blue);
    border-color: var(--blue);
    color: #fff
}

.tour-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px
}

.tour-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 38px rgba(21, 58, 80, .09);
    transition: .3s
}

.tour-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 52px rgba(21, 58, 80, .16)
}

.tour-card.hidden {
    display: none
}

.tour-photo {
    height: 190px;
    overflow: hidden;
    position: relative
}

.tour-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s
}

.tour-card:hover img {
    transform: scale(1.07)
}

.tour-cost {
    position: absolute;
    top: 13px;
    right: 13px;
    background: rgba(16, 43, 58, .86);
    backdrop-filter: blur(8px);
    color: #fff;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .8px
}

.tour-body {
    padding: 19px
}

.tour-body h3 {
    font-family: 'Playfair Display';
    font-size: 23px;
    line-height: 1.1;
    margin: 0 0 8px
}

.tour-body p {
    margin: 0 0 15px;
    color: var(--muted);
    font-size: 13px
}

.tour-body a {
    color: var(--blue);
    font-weight: 800;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 5px
}


/* Rodapé completo */

.footer-main {
    display: grid;
    grid-template-columns: 1.4fr .8fr .8fr 1.35fr;
    gap: 50px
}

.footer-brand p {
    max-width: 300px;
    margin: 22px 0;
    color: rgba(255, 255, 255, .63)
}

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px
}

.footer-column h3 {
    color: #fff;
    font-family: 'Playfair Display';
    font-size: 22px;
    margin: 5px 0 8px
}

.footer-column>a {
    font-size: 14px;
    color: rgba(255, 255, 255, .7)
}

.footer-column>a:hover {
    color: #fff
}

.footer-contact p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 14px
}

.footer-contact i {
    color: #a8d9ef;
    font-size: 19px;
    margin-top: 2px
}

.footer-contact a {
    color: inherit
}

.footer-contact a:hover {
    color: #fff
}

@media(max-width:1050px) {
    .tour-grid {
        grid-template-columns: repeat(3, 1fr)
    }
    .footer-main {
        grid-template-columns: 1fr 1fr
    }
    .about-photos {
        min-height: 500px
    }
}

@media(max-width:750px) {
    .tour-grid {
        grid-template-columns: repeat(2, 1fr)
    }
    .about-photos {
        min-height: 450px
    }
    .about-photos img:nth-child(1) {
        height: 370px
    }
    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 35px
    }
    .tour-filters {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 8px
    }
    .tour-filter {
        white-space: nowrap
    }
}

@media(max-width:500px) {
    .tour-grid {
        grid-template-columns: 1fr
    }
    .tour-photo {
        height: 220px
    }
    .footer-main {
        grid-template-columns: 1fr
    }
    .about-photos {
        min-height: 390px
    }
    .about-photos img:nth-child(1) {
        width: 88%;
        height: 310px
    }
    .about-photos img:nth-child(2) {
        height: 190px
    }
    .about-photos img:nth-child(3) {
        display: none
    }
}


/* Experiências regionais em destaque */

.regional-experience {
    background: linear-gradient(180deg, #f5f0e7 0%, #fff 44%, #f7f3ec 100%)
}

.regional-head {
    margin-bottom: 42px
}

.featured-experiences {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.featured-experience {
    position: relative;
    min-height: 610px;
    border-radius: 32px;
    overflow: hidden;
    isolation: isolate;
    box-shadow: 0 28px 75px rgba(16, 43, 58, .18)
}

.featured-experience>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .9s ease
}

.featured-experience:hover>img {
    transform: scale(1.055)
}

.featured-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(7, 27, 38, .96) 0%, rgba(7, 27, 38, .68) 42%, rgba(7, 27, 38, .06) 78%);
    z-index: 1
}

.featured-copy {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 38px;
    color: #fff
}

.featured-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(10px);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase
}

.featured-copy h3 {
    margin: 18px 0 12px;
    color: #fff;
    font-size: clamp(2.4rem, 4vw, 4rem);
    line-height: .98
}

.featured-copy>p {
    max-width: 570px;
    margin: 0 0 20px;
    color: rgba(255, 255, 255, .8);
    line-height: 1.65
}

.featured-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px
}

.featured-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .9);
    font-size: 11px;
    font-weight: 700
}

.featured-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-weight: 800;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding-bottom: 4px
}

.featured-link i {
    font-size: 20px;
    transition: transform .25s
}

.featured-link:hover i {
    transform: translateX(5px)
}

.route-note {
    margin: 28px 0 88px;
    padding: 25px 28px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 20px;
    border: 1px solid #d9e6ec;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(21, 58, 80, .08)
}

.route-note-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: #e3f1f7;
    color: var(--blue);
    font-size: 28px
}

.route-note span,
.route-note strong {
    display: block
}

.route-note span {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--blue)
}

.route-note strong {
    font-family: 'Playfair Display';
    font-size: 25px;
    margin: 2px 0 4px;
    color: var(--ink)
}

.route-note p {
    margin: 0;
    color: var(--muted);
    font-size: 14px
}

.route-note>a {
    white-space: nowrap;
    padding: 12px 17px;
    border-radius: 999px;
    background: var(--blue);
    color: #fff;
    font-size: 12px;
    font-weight: 800
}

.tour-title-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 35px;
    margin-bottom: 34px
}

.tour-title-row h2 {
    margin-bottom: 0
}

.tour-title-row>p {
    max-width: 420px;
    color: var(--muted)
}

@media(max-width:920px) {
    .featured-experiences {
        grid-template-columns: 1fr
    }
    .featured-experience {
        min-height: 570px
    }
    .route-note {
        grid-template-columns: auto 1fr
    }
    .route-note>a {
        grid-column: 1/-1;
        text-align: center
    }
    .tour-title-row {
        display: block
    }
}

@media(max-width:560px) {
    .featured-experience {
        min-height: 560px;
        border-radius: 24px
    }
    .featured-copy {
        padding: 25px 21px
    }
    .featured-copy h3 {
        font-size: 2.65rem
    }
    .featured-meta {
        align-items: flex-start;
        flex-direction: column
    }
    .route-note {
        grid-template-columns: 1fr;
        padding: 22px
    }
    .route-note-icon {
        width: 48px;
        height: 48px
    }
    .tour-title-row {
        margin-bottom: 26px
    }
}


/* Capa em mosaico inspirada no site original */

.hero-mosaic {
    position: relative;
    min-height: 100svh;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #102b3a
}

.mosaic-grid {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 2px;
    background: #fff
}

.mosaic-item {
    margin: 0;
    overflow: hidden;
    position: relative
}

.mosaic-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 1.2s ease, filter .6s ease
}

.hero-mosaic:hover .mosaic-item img {
    transform: scale(1.025)
}

.mosaic-1 img,
.mosaic-5 img {
    object-position: center
}

.mosaic-3 img {
    object-position: center 40%
}

.hero-mosaic-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 18, 25, .42), rgba(4, 18, 25, .16) 35%, rgba(4, 18, 25, .42));
    z-index: 1
}

.hero-mosaic-shade::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(5, 27, 38, .05), rgba(5, 27, 38, .42) 95%)
}

.hero-mosaic-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding-top: 80px
}

.hero-mosaic-content h1 {
    margin: 12px 0 18px;
    color: #fff;
    font-size: clamp(4rem, 8.5vw, 8.5rem);
    line-height: .88;
    letter-spacing: -.055em;
    text-shadow: 0 12px 35px rgba(0, 0, 0, .5)
}

.hero-mosaic-content>p {
    max-width: 720px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .92);
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    line-height: 1.7;
    text-shadow: 0 4px 18px rgba(0, 0, 0, .5)
}

.hero-mosaic-actions {
    justify-content: center;
    margin-top: 30px
}

.hero-mosaic .btn {
    min-width: 220px
}

.hero-mosaic .btn-ghost {
    background: rgba(255, 255, 255, .13);
    border-color: rgba(255, 255, 255, .72);
    backdrop-filter: blur(10px)
}


/* Avaliações */

.reviews {
    background: linear-gradient(180deg, #fff 0%, #f3f7fa 100%)
}

.reviews-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 35px;
    margin-bottom: 38px
}

.reviews-heading h2 {
    margin-bottom: 0
}

.reviews-score {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    color: var(--muted);
    font-size: 13px
}

.reviews-score strong {
    color: var(--ink)
}

.reviews-score span,
.review-stars {
    display: flex;
    gap: 4px;
    color: #d7a12d
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.review-card {
    position: relative;
    min-height: 330px;
    padding: 30px;
    border: 1px solid rgba(21, 58, 80, .08);
    border-radius: 24px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 48px rgba(16, 43, 58, .08);
    transition: transform .3s ease, box-shadow .3s ease
}

.review-card::after {
    content: "“";
    position: absolute;
    right: 23px;
    top: 12px;
    color: rgba(27, 132, 180, .12);
    font-family: 'Playfair Display';
    font-size: 90px;
    line-height: 1
}

.review-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 28px 62px rgba(16, 43, 58, .14)
}

.review-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 14px
}

.review-avatar {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #5aa4ce, #176e99);
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(27, 132, 180, .23)
}

.review-top h3 {
    margin: 0;
    font-family: 'DM Sans';
    font-size: 20px
}

.review-top small {
    color: var(--muted)
}

.review-stars {
    margin: 22px 0 15px;
    font-size: 17px
}

.review-card blockquote {
    margin: 0;
    color: #66717a;
    font-size: 15px;
    line-height: 1.75;
    font-style: normal
}

@media(max-width:900px) {
    .mosaic-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr)
    }
    .mosaic-7,
    .mosaic-8 {
        display: none
    }
    .reviews-grid {
        grid-template-columns: 1fr
    }
    .review-card {
        min-height: auto
    }
}

@media(max-width:650px) {
    .hero-mosaic {
        min-height: 92svh
    }
    .mosaic-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr)
    }
    .hero-mosaic-content {
        padding-top: 95px
    }
    .hero-mosaic-content h1 {
        font-size: clamp(3.4rem, 17vw, 5rem)
    }
    .hero-mosaic-actions {
        flex-direction: column;
        align-items: center
    }
    .hero-mosaic .btn {
        width: min(100%, 310px)
    }
    .reviews-heading {
        display: block
    }
    .reviews-score {
        align-items: flex-start;
        margin-top: 18px
    }
    .review-card {
        padding: 25px 22px
    }
}


/* Página Sobre nós */

.main-nav a.active {
    color: var(--accent, #c6a15b)
}

.about-page-hero {
    position: relative;
    min-height: 78vh;
    display: flex;
    align-items: end;
    overflow: hidden;
    padding: 170px 0 90px;
    color: #fff
}

.about-page-hero>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-page-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(18, 31, 35, .9), rgba(18, 31, 35, .45) 62%, rgba(18, 31, 35, .2))
}

.about-page-hero-content {
    position: relative;
    z-index: 2
}

.about-page-hero h1 {
    max-width: 980px;
    margin: 12px 0 24px;
    font-family: var(--font-display, "Playfair Display", serif);
    font-size: clamp(3rem, 6vw, 6.3rem);
    line-height: .98;
    letter-spacing: -.04em
}

.about-page-hero p {
    max-width: 720px;
    font-size: 1.08rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, .84)
}

.about-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 70px;
    align-items: center
}

.about-story h2 {
    max-width: 820px
}

.about-years {
    padding: 48px 38px;
    border-radius: 32px;
    background: #173d48;
    color: #fff;
    box-shadow: 0 28px 70px rgba(13, 45, 55, .2)
}

.about-years strong {
    display: block;
    font-family: var(--font-display, "Playfair Display", serif);
    font-size: 5.4rem;
    line-height: .9;
    color: #c6a15b
}

.about-years span {
    display: block;
    margin-top: 20px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .78)
}

.houses-section {
    padding-top: 40px
}

.houses-grid-new {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px
}

.house-card-new {
    position: relative;
    min-height: 570px;
    border-radius: 34px;
    overflow: hidden;
    background: #173d48;
    box-shadow: 0 26px 70px rgba(31, 45, 50, .18)
}

.house-card-new>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s ease
}

.house-card-new:hover>img {
    transform: scale(1.06)
}

.house-card-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(16, 38, 45, .94), rgba(16, 38, 45, .05) 68%)
}

.house-card-copy {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 38px;
    color: #fff
}

.house-card-copy>span {
    color: #d7b56f;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .75rem;
    font-weight: 700
}

.house-card-copy h3 {
    font-family: var(--font-display, "Playfair Display", serif);
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    margin: 8px 0 14px
}

.house-card-copy p {
    max-width: 520px;
    color: rgba(255, 255, 255, .8);
    line-height: 1.7
}

.house-card-copy a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: #f1cf8c;
    font-weight: 700;
    text-decoration: none
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.value-grid article {
    padding: 34px;
    border: 1px solid rgba(21, 74, 88, .12);
    border-radius: 26px;
    background: #fff
}

.value-grid i {
    font-size: 2rem;
    color: #1b84b4
}

.value-grid h3 {
    margin: 18px 0 8px
}

.value-grid p {
    color: var(--muted);
    line-height: 1.7
}

@media(max-width:900px) {
    .about-story-grid {
        grid-template-columns: 1fr
    }
    .about-years {
        max-width: 430px
    }
    .houses-grid-new {
        grid-template-columns: 1fr
    }
    .value-grid {
        grid-template-columns: 1fr
    }
}

@media(max-width:640px) {
    .about-page-hero {
        min-height: auto;
        padding: 135px 0 72px
    }
    .about-page-hero h1 {
        font-size: 3rem
    }
    .about-page-hero .actions {
        flex-direction: column;
        align-items: stretch
    }
    .about-page-hero .btn {
        text-align: center
    }
    .house-card-new {
        min-height: 480px
    }
    .house-card-copy {
        padding: 28px
    }
}


/* =========================================================
   CAPA ESTÁTICA OTIMIZADA — uma única imagem WebP local
========================================================= */

.hero-static {
    position: relative;
    min-height: 100svh;
    display: grid;
    place-items: center;
    overflow: hidden;
    isolation: isolate;
    background: #102b3a url('../img/capa-mundarium.png') center center/cover no-repeat;
}

.hero-static::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: inherit;
    transform: scale(1.002);
}

.hero-static-shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(circle at 50% 48%, rgba(4, 18, 25, .04), rgba(4, 18, 25, .48) 100%), linear-gradient(180deg, rgba(4, 18, 25, .42), rgba(4, 18, 25, .12) 38%, rgba(4, 18, 25, .55));
}

.hero-static-content {
    position: relative;
    text-align: center;
    color: #fff;
    padding-top: 82px
}

.hero-static-content h1 {
    margin: 12px 0 18px;
    color: #fff;
    font-size: clamp(4rem, 8.5vw, 8.5rem);
    line-height: .88;
    letter-spacing: -.055em;
    text-shadow: 0 12px 35px rgba(0, 0, 0, .55)
}

.hero-static-content>p {
    max-width: 720px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .94);
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    line-height: 1.7;
    text-shadow: 0 4px 18px rgba(0, 0, 0, .55)
}

.hero-static-actions {
    justify-content: center;
    margin-top: 30px
}

.hero-static .btn {
    min-width: 205px
}

.hero-static .btn-ghost {
    background: rgba(255, 255, 255, .13);
    border-color: rgba(255, 255, 255, .72);
    backdrop-filter: blur(10px)
}

.hero-static .btn-booking-hero {
    background: #fff;
    color: #153a50;
    border-color: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .16)
}

.hero-static .btn-booking-hero:hover {
    background: #e8f4fa;
    border-color: #e8f4fa
}


/* Quatro experiências importantes */

.featured-experiences {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch
}

.featured-experience {
    min-height: 590px
}

.featured-essenza .featured-overlay {
    background: linear-gradient(to top, rgba(45, 25, 17, .96), rgba(58, 30, 19, .63) 43%, rgba(20, 10, 6, .05) 80%)
}

.featured-sabia .featured-overlay {
    background: linear-gradient(to top, rgba(25, 47, 28, .97), rgba(38, 63, 36, .65) 43%, rgba(12, 32, 17, .06) 80%)
}

.route-notes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 28px 0 88px
}

.route-notes .route-note {
    margin: 0;
    grid-template-columns: auto 1fr
}

.route-notes .route-note>a {
    grid-column: 1/-1;
    text-align: center
}

@media(max-width:920px) {
    .featured-experiences,
    .route-notes {
        grid-template-columns: 1fr
    }
    .hero-static-content {
        padding-top: 98px
    }
}

@media(max-width:650px) {
    .hero-static {
        min-height: 92svh;
        background-position: 55% center
    }
    .hero-static-content h1 {
        font-size: clamp(3.35rem, 17vw, 5rem)
    }
    .hero-static-actions {
        flex-direction: column;
        align-items: center
    }
    .hero-static .btn {
        width: min(100%, 320px)
    }
}

@media(prefers-reduced-motion:reduce) {
    .hero-static::before {
        transform: none
    }
}


/* ===== Identidade visual e páginas dos chalés ===== */

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px
}

.brand-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    padding: 3px;
    box-shadow: 0 8px 24px rgba(13, 44, 55, .15)
}

.brand-name {
    display: inline-flex;
    gap: 5px;
    align-items: baseline;
    white-space: nowrap
}

.site-header:not(.is-solid) .brand-logo {
    background: rgba(255, 255, 255, .94)
}

footer .brand-logo {
    width: 58px;
    height: 58px
}

.detail-page .detail-hero {
    min-height: 88vh;
    isolation: isolate
}

.detail-page .detail-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none
}

.detail-page .detail-copy {
    max-width: 760px;
    padding-top: 90px
}

.detail-page .detail-copy h1 {
    font-size: clamp(4rem, 9vw, 8.5rem);
    line-height: .88;
    letter-spacing: -.055em;
    text-shadow: 0 16px 55px rgba(0, 0, 0, .35)
}

.detail-page .detail-copy p {
    max-width: 650px;
    font-size: 1.15rem;
    line-height: 1.8
}

.detail-fuji .hero-bg.fuji {
    background-image: linear-gradient(90deg, rgba(22, 12, 11, .76), rgba(22, 12, 11, .18)), url('../details/IMG_2731.jpg');
    background-position: center
}

.detail-fuji .detail-hero::after {
    background: linear-gradient(180deg, rgba(107, 10, 14, .12), rgba(10, 8, 8, .35))
}

.detail-fuji .eyebrow {
    color: #b33437
}

.detail-fuji .detail-hero .eyebrow {
    color: #ffd8d2
}

.detail-fuji .btn {
    background: #a91f25
}

.detail-fuji .btn:hover {
    background: #7d151a
}

.detail-fuji .amenity i {
    color: #a91f25
}

.detail-quebec .hero-bg.canada {
    background-image: linear-gradient(90deg, rgba(18, 25, 21, .78), rgba(18, 25, 21, .18)), url('../chale-canadense.jfif');
    background-position: center
}

.detail-quebec .detail-hero::after {
    background: linear-gradient(180deg, rgba(112, 46, 24, .08), rgba(14, 25, 19, .42))
}

.detail-quebec .eyebrow {
    color: #a75c36
}

.detail-quebec .detail-hero .eyebrow {
    color: #ffe1c7
}

.detail-quebec .btn {
    background: #8b4a2b
}

.detail-quebec .btn:hover {
    background: #67351f
}

.detail-quebec .amenity i {
    color: #8b4a2b
}

.chalet-identity {
    position: relative;
    overflow: hidden
}

.identity-grid {
    display: grid;
    grid-template-columns: minmax(180px, 320px) 1fr;
    gap: clamp(35px, 7vw, 100px);
    align-items: center
}

.identity-symbol {
    min-height: 300px;
    border-radius: 42px;
    display: grid;
    place-items: center;
    font-family: "Playfair Display", serif;
    font-size: clamp(5rem, 13vw, 10rem);
    font-weight: 700;
    box-shadow: 0 30px 80px rgba(24, 34, 32, .16)
}

.fuji-identity {
    background: linear-gradient(135deg, #f5eee7, #fff)
}

.fuji-identity .identity-symbol {
    color: #f7e8df;
    background: radial-gradient(circle at 35% 25%, #cb4146, #6d1116 66%, #250707)
}

.quebec-identity {
    background: linear-gradient(135deg, #eef2ed, #fff9f3)
}

.quebec-identity .identity-symbol {
    color: #fff4e7;
    background: radial-gradient(circle at 35% 25%, #b36d42, #4f2a1a 65%, #17231c)
}

.identity-symbol.maple {
    font-family: system-ui;
    font-size: 8rem
}

.identity-grid h2 {
    max-width: 780px;
    margin-bottom: 20px
}

.identity-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px
}

.identity-points span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 16px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(28, 40, 37, .08);
    font-weight: 700
}

.detail-page .gallery {
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 180px
}

.detail-page .gallery img {
    height: 100%;
    border-radius: 24px;
    object-fit: cover
}

.detail-page .gallery img:nth-child(1) {
    grid-column: span 7;
    grid-row: span 2
}

.detail-page .gallery img:nth-child(2) {
    grid-column: span 5
}

.detail-page .gallery img:nth-child(3) {
    grid-column: span 5
}

.detail-page .gallery img:nth-child(4) {
    grid-column: span 6
}

.detail-page .gallery img:nth-child(5) {
    grid-column: span 6
}

@media(max-width:760px) {
    .brand-name {
        font-size: .88rem
    }
    .brand-logo {
        width: 42px;
        height: 42px
    }
    .detail-page .detail-copy h1 {
        font-size: clamp(3.5rem, 18vw, 5.5rem)
    }
    .identity-grid {
        grid-template-columns: 1fr
    }
    .identity-symbol {
        min-height: 220px
    }
    .detail-page .gallery {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: 260px
    }
    .detail-page .gallery img:nth-child(n) {
        grid-column: auto;
        grid-row: auto
    }
}