/* Alfaro'95 — shared organic visual system */
:root {
    --primary: #26372b;
    --primary-light: #526454;
    --accent: #b56443;
    --booking-blue: #26372b;
    --booking-hover: #17251c;
    --bg-light: #f3f0e8;
    --bg-dark: #1d2b22;
    --text-dark: #202820;
    --text-muted: #62675e;
    --soil: #b56443;
    --reed: #d3c39f;
    --paper: #f7f4ed;
    --line: rgba(38, 55, 43, .17);
    --font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { scroll-padding-top: 90px; }
body {
    background:
        radial-gradient(circle at 7% 14%, rgba(211, 195, 159, .18), transparent 19rem),
        var(--bg-light);
}

::selection { color: var(--paper); background: var(--soil); }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--soil); outline-offset: 5px; }

/* Fine paper grain without an image request. */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    opacity: .045;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.ambient-layer {
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    contain: layout paint;
}
.ambient-layer span {
    position: absolute;
    display: block;
    opacity: .34;
    will-change: transform;
}
.ambient-sun {
    top: clamp(92px, 13vh, 150px);
    right: clamp(24px, 7vw, 110px);
    width: clamp(54px, 7vw, 98px);
    aspect-ratio: 1;
    border: 1px solid rgba(232, 221, 199, .5);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%, rgba(240, 176, 143, .5) 0 2px, transparent 3px),
        radial-gradient(circle, rgba(240, 176, 143, .18), transparent 62%);
    animation: alfaro-orbit 18s ease-in-out infinite;
}
.ambient-reed {
    left: clamp(18px, 5vw, 72px);
    bottom: 9vh;
    width: 92px;
    height: 180px;
    transform-origin: bottom center;
    animation: alfaro-reed 7s ease-in-out infinite;
}
.ambient-reed::before,
.ambient-reed::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(transparent, rgba(211, 195, 159, .72));
    border-radius: 999px;
}
.ambient-reed::before {
    left: 34px;
    transform: rotate(-9deg);
    box-shadow: 24px -18px 0 rgba(211, 195, 159, .44), 48px 10px 0 rgba(211, 195, 159, .35);
}
.ambient-reed::after {
    left: 62px;
    height: 72%;
    transform: rotate(12deg);
}
.ambient-water {
    right: clamp(18px, 9vw, 130px);
    bottom: clamp(38px, 8vh, 90px);
    width: clamp(150px, 22vw, 280px);
    height: 72px;
    opacity: .26;
    background:
        repeating-linear-gradient(0deg, transparent 0 14px, rgba(247, 244, 237, .75) 15px 16px, transparent 17px 25px);
    mask-image: radial-gradient(ellipse at center, #000 42%, transparent 72%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 42%, transparent 72%);
    animation: alfaro-water 10s ease-in-out infinite;
}
.ambient-bird {
    top: 34vh;
    left: clamp(24px, 9vw, 150px);
    width: 120px;
    height: 32px;
    opacity: .38;
    animation: alfaro-drift 16s ease-in-out infinite;
}
.ambient-bird::before,
.ambient-bird::after {
    content: "";
    position: absolute;
    top: 12px;
    width: 42px;
    height: 18px;
    border-top: 1px solid rgba(247, 244, 237, .7);
    border-radius: 50%;
}
.ambient-bird::before { left: 18px; transform: rotate(10deg); }
.ambient-bird::after { left: 56px; transform: rotate(-10deg); }
@keyframes alfaro-orbit {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
    50% { transform: translate3d(-14px, 18px, 0) rotate(18deg); }
}
@keyframes alfaro-reed {
    0%, 100% { transform: rotate(-1deg) translateY(0); }
    50% { transform: rotate(4deg) translateY(-8px); }
}
@keyframes alfaro-water {
    0%, 100% { transform: translateX(0) scaleX(1); opacity: .22; }
    50% { transform: translateX(-22px) scaleX(1.08); opacity: .36; }
}
@keyframes alfaro-drift {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(38px, -24px, 0); }
}
header {
    padding: 24px clamp(24px, 4vw, 64px);
    border-bottom: 1px solid transparent;
}
header.scrolled {
    padding: 15px clamp(24px, 4vw, 64px);
    background: rgba(243, 240, 232, .9);
    border-color: var(--line);
    box-shadow: none;
}
.logo {
    font-size: 1.38rem;
    letter-spacing: .18em;
}
.logo::after {
    content: "AZAMBUJA";
    display: block;
    margin-top: 2px;
    font: 600 .48rem/1 var(--font-sans);
    letter-spacing: .34em;
    opacity: .68;
}
.nav-links { gap: clamp(20px, 2.6vw, 42px); }
.nav-links a { font-size: .68rem; letter-spacing: .17em; }
.nav-links > a:not(.btn-gallery) { position: relative; }
.nav-links > a:not(.btn-gallery)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .35s var(--transition);
}
.nav-links > a:not(.btn-gallery):hover::after { transform: scaleX(1); transform-origin: left; }
.btn-gallery, header.scrolled .btn-gallery {
    border: 0;
    border-bottom: 1px solid currentColor;
    padding: 8px 0;
    border-radius: 0;
    background: transparent;
    color: inherit !important;
}
header.scrolled .btn-gallery:hover { color: var(--soil) !important; background: transparent; border-color: currentColor; }
.mobile-menu-btn {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 8px;
}
.mobile-lang-selector { display: none; }

@media (min-width: 769px) {
    .home-page header:not(.scrolled) .nav-links {
        padding: 11px 18px;
        border: 1px solid rgba(255, 255, 255, .16);
        border-radius: 999px;
        background: rgba(20, 34, 24, .56);
        box-shadow: 0 10px 34px rgba(10, 20, 13, .18);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
    .home-page header:not(.scrolled) .nav-links a,
    .home-page header:not(.scrolled) .lang-selector,
    .home-page header:not(.scrolled) .lang-selector span {
        color: #fffdf8 !important;
        text-shadow: 0 1px 10px rgba(0, 0, 0, .35);
    }
    .home-page header:not(.scrolled) .lang-selector a.active {
        color: #f0b08f !important;
    }
}

/* Home */
.home-page .hero {
    min-height: 720px;
    height: 100svh;
    justify-content: flex-start;
    text-align: left;
}
.home-page .hero::before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 8vw;
    top: 24vh;
    width: min(34vw, 420px);
    height: min(34vw, 420px);
    border: 1px solid rgba(247, 244, 237, .18);
    border-radius: 42% 58% 50% 50% / 45% 44% 56% 55%;
    animation: alfaro-orbit 22s ease-in-out infinite reverse;
}
.home-page .hero::after {
    content: "38°15' N  ·  08°52' W";
    position: absolute;
    z-index: 2;
    right: clamp(24px, 4vw, 64px);
    bottom: 34px;
    padding-top: 11px;
    border-top: 1px solid rgba(255,255,255,.55);
    color: rgba(255,255,255,.75);
    font: 500 .61rem/1 var(--font-sans);
    letter-spacing: .22em;
}
.hero-parallax-bg {
    height: 116%;
    background-image:
        linear-gradient(90deg, rgba(18, 31, 22, .72) 0%, rgba(18, 31, 22, .38) 48%, rgba(18, 31, 22, .08) 78%),
        linear-gradient(0deg, rgba(18,31,22,.4), transparent 40%),
        url('alfaro1.jpg');
    background-position: center 58%;
}
.hero-content {
    width: min(970px, 100%);
    max-width: none;
    margin-left: max(24px, calc((100vw - 1200px) / 2));
    padding: 88px 24px 0 0;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 24px;
    font: 600 .66rem/1 var(--font-sans);
    letter-spacing: .24em;
    text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 42px; height: 1px; background: currentColor; opacity: .7; }
.hero .eyebrow { color: #efe7d7; }
.hero h1 {
    max-width: 850px;
    margin-bottom: 24px;
    font-size: clamp(4rem, 7.3vw, 7rem);
    line-height: .88;
    letter-spacing: -.045em;
    text-wrap: balance;
}
.hero p {
    max-width: 620px;
    margin: 0 0 42px 5px;
    font-family: var(--font-sans);
    font-size: clamp(.98rem, 1.4vw, 1.12rem);
    line-height: 1.65;
    font-style: normal;
    letter-spacing: .025em;
    opacity: .9;
}
.cta-group { justify-content: flex-start; gap: 12px; }
.btn-booking, .btn-secondary, .btn-maps, .btn-booking-action {
    border-radius: 999px;
    padding: 16px 28px;
    font-size: .7rem;
    letter-spacing: .15em;
}
.btn-booking { background: #e8ddc7; border-color: #e8ddc7; color: var(--primary); }
.btn-booking:hover { background: #fff8e9; border-color: #fff8e9; box-shadow: none; }
.btn-secondary { border-color: rgba(255,255,255,.55); }

.intro-section {
    max-width: 1280px;
    padding: clamp(100px, 12vw, 175px) 40px;
    grid-template-columns: .92fr 1.08fr;
    gap: clamp(70px, 10vw, 150px);
}
.intro-text { position: relative; }
.intro-section { position: relative; overflow: hidden; }
.intro-text::before {
    content: "01";
    display: block;
    margin-bottom: 30px;
    color: var(--soil);
    font: 600 .65rem/1 var(--font-sans);
    letter-spacing: .2em;
}
.intro-text h2, .location-content h2, .reviews-preview-section h2 {
    font-size: clamp(3.2rem, 5vw, 5.1rem);
    line-height: .98;
    letter-spacing: -.035em;
}
.intro-text p { max-width: 560px; font-size: 1rem; line-height: 1.9; }
.intro-image-wrapper { padding: 0 0 48px 48px; }
.intro-image-wrapper::before {
    top: auto;
    bottom: 0;
    left: 0;
    width: 72%;
    height: 82%;
    border: 0;
    border-radius: 50% 50% 8px 8px;
    background: var(--reed);
}
.intro-image-wrapper::after {
    content: "ALPENDRE · MANHÃS LENTAS";
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 14px;
    color: var(--primary);
    font: 600 .58rem/1 var(--font-sans);
    letter-spacing: .2em;
}
.intro-image { height: min(54vw, 650px); border-radius: 48% 48% 7px 7px; }
.intro-section::after {
    content: "";
    position: absolute;
    left: max(24px, calc((100vw - 1280px) / 2));
    bottom: 11%;
    width: 180px;
    height: 56px;
    opacity: .38;
    background: repeating-linear-gradient(0deg, transparent 0 12px, rgba(181, 100, 67, .34) 13px 14px, transparent 15px 22px);
    mask-image: radial-gradient(ellipse at left, #000 40%, transparent 76%);
    -webkit-mask-image: radial-gradient(ellipse at left, #000 40%, transparent 76%);
    animation: alfaro-water 12s ease-in-out infinite reverse;
}

.features-section {
    position: relative;
    background: #d9d7c7;
    padding: clamp(95px, 10vw, 145px) 24px;
    overflow: hidden;
}
.features-section::before {
    content: "AQUI, O TEMPO ABRANDA";
    display: block;
    max-width: 1200px;
    margin: 0 auto 56px;
    color: var(--primary);
    font: 600 .65rem/1 var(--font-sans);
    letter-spacing: .24em;
}
html[lang="en"] .features-section::before { content: "HERE, TIME SLOWS DOWN"; }
.features-section::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -120px;
    top: -160px;
    border: 1px solid rgba(38,55,43,.2);
    border-radius: 47% 53% 64% 36%;
}
.features-grid { gap: 0; }
.feature-card {
    min-height: 250px;
    padding: 18px clamp(24px, 3vw, 42px) 36px;
    text-align: left;
    border: 0;
    border-left: 1px solid rgba(38,55,43,.18);
}
.feature-card:first-child { border-left: 0; }
.feature-card:hover { background: transparent; box-shadow: none; transform: translateY(-6px); }
.feature-card i {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    margin-bottom: 62px;
    border: 1px solid rgba(38,55,43,.35);
    border-radius: 50%;
    color: var(--primary);
    font-size: 1rem;
    animation: alfaro-icon-float 6s ease-in-out infinite;
}
.feature-card:nth-child(2) i { animation-delay: -1.3s; }
.feature-card:nth-child(3) i { animation-delay: -2.6s; }
.feature-card:nth-child(4) i { animation-delay: -3.9s; }
.feature-card h3 { font-size: 1.85rem; }
.feature-card p { max-width: 240px; color: #4e574d; }

.location-section { padding: clamp(110px, 12vw, 180px) 40px; }
.location-container { max-width: 1200px; grid-template-columns: 1.05fr .95fr; gap: 12vw; }
.location-content::before {
    content: "02  /  LEZÍRIA";
    display: block;
    margin-bottom: 30px;
    color: var(--soil);
    font: 600 .65rem/1 var(--font-sans);
    letter-spacing: .2em;
}
.location-branch { gap: 18px; margin-bottom: 28px; }
.location-branch i { font-size: .92rem; }
.location-branch h4 { font-size: .88rem; letter-spacing: .04em; }
.location-visual-wrapper {
    position: relative;
    display: flex;
    min-height: 560px;
    flex-direction: column;
    justify-content: center;
    padding: clamp(54px, 6vw, 84px) clamp(48px, 6vw, 82px);
    border: 0;
    border-radius: 46% 54% 12% 14% / 20% 18% 9% 11%;
    background: var(--primary);
    color: var(--paper);
}
.location-visual-wrapper::before {
    content: "✦";
    position: absolute;
    top: -18px;
    right: 18%;
    color: var(--soil);
    font-size: 2rem;
    animation: alfaro-spark 4.4s ease-in-out infinite;
}
.location-visual-wrapper::after {
    content: "";
    position: absolute;
    inset: 13%;
    border: 1px solid rgba(247, 244, 237, .13);
    border-radius: inherit;
    animation: alfaro-pulse 7s ease-in-out infinite;
}
.location-quote,
.location-details-box { position: relative; z-index: 1; width: 100%; }
.location-quote { color: #f1eadc; font-size: clamp(1.75rem, 2.5vw, 2.45rem); line-height: 1.25; }
.location-details-box { border-color: rgba(255,255,255,.18); }
.location-details-box p { color: rgba(255,255,255,.72); line-height: 1.65; }

.reviews-preview-section { max-width: 1280px; padding: clamp(100px, 11vw, 160px) 40px; text-align: left; }
.reviews-preview-section { position: relative; overflow: hidden; }
.reviews-preview-section::after {
    content: "✦";
    position: absolute;
    right: 10%;
    top: 18%;
    color: rgba(181, 100, 67, .42);
    font-size: clamp(1.2rem, 2vw, 2.2rem);
    animation: alfaro-spark 5.6s ease-in-out infinite reverse;
}
.reviews-preview-section h2 { max-width: 700px; }
.rating-badge { margin: 28px 0 66px; padding: 0; border: 0; color: var(--soil); }
.reviews-preview-grid { gap: 0; margin-bottom: 52px; }
.review-preview-card, .review-card-full {
    padding: 38px;
    border: 0;
    border-top: 1px solid var(--line);
    background: transparent;
    box-shadow: none;
}
.review-preview-card + .review-preview-card { border-left: 1px solid var(--line); }
.review-preview-card:nth-child(2) { transform: translateY(26px); }
.review-score, .card-score, .big-score { border-radius: 50%; background: var(--soil); }
.review-score { display: grid; place-items: center; width: 38px; height: 38px; padding: 0; }
.btn-view-all-reviews { color: var(--primary); border-color: var(--soil); }

.info-footer-strip { padding: 84px 40px; background: var(--bg-dark); border-top: 0; }
.info-strip-container { gap: 0; }
.info-item { padding: 0 clamp(18px, 3vw, 40px); border-left: 1px solid rgba(255,255,255,.12); }
.info-item:first-child { padding-left: 0; border-left: 0; }
.info-item h5 { color: #d9bd8c; font-size: .62rem; }
footer { padding: 38px 24px 52px; background: var(--bg-dark); border-top: 1px solid rgba(255,255,255,.09); }

/* Gallery */
.gallery-page header,
.reviews-page header { background: rgba(217, 215, 199, .9); border-bottom-color: var(--line); }
.gallery-page header.scrolled,
.reviews-page header.scrolled { background: rgba(243, 240, 232, .92); }
.gallery-page .gallery-hero,
.reviews-page .reviews-hero {
    position: relative;
    overflow: hidden;
    padding: 185px 40px 95px;
    text-align: left;
    background: #d9d7c7;
    border: 0;
}
.gallery-page .gallery-hero::after,
.reviews-page .reviews-hero::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -40px;
    bottom: -240px;
    border: 1px solid rgba(38,55,43,.22);
    border-radius: 50%;
}
.gallery-hero > *, .reviews-hero > * { max-width: 1200px; margin-left: auto; margin-right: auto; }
.gallery-hero .eyebrow, .reviews-hero .eyebrow { margin-bottom: 25px; color: var(--soil); }
.gallery-hero h1, .reviews-hero h1 {
    margin-bottom: 20px;
    font-size: clamp(4rem, 7vw, 7rem);
    line-height: .92;
    letter-spacing: -.04em;
}
.gallery-hero p, .reviews-hero p { max-width: 630px; margin-left: max(0px, calc((100vw - 1280px) / 2)); line-height: 1.75; }
.gallery-container { max-width: 1400px; margin: 50px auto 140px; padding: 0 40px; }
.gallery-grid { grid-template-columns: repeat(12, 1fr); gap: 14px; align-items: start; }
.gallery-item { grid-column: span 3; aspect-ratio: 4 / 5; border-radius: 2px; }
.gallery-item:nth-child(7n + 1), .gallery-item:nth-child(7n + 5) { grid-column: span 6; aspect-ratio: 1.45 / 1; }
.gallery-item:nth-child(5n + 3) { margin-top: 42px; }
.gallery-item img { filter: saturate(.82) contrast(.96); }
.gallery-overlay { background: rgba(38,55,43,.24); }
.lightbox { background: rgba(24,35,27,.97); }

/* Reviews */
.reviews-page .reviews-hero { padding-bottom: 110px; }
.score-board {
    width: fit-content;
    margin: 48px max(0px, calc((100vw - 1200px) / 2)) 0;
    padding: 0;
    gap: 20px;
    background: transparent;
    box-shadow: none;
}
.big-score { display: grid; place-items: center; width: 76px; height: 76px; padding: 0; font-size: 2.2rem; }
.reviews-container { max-width: 1200px; }
.reviews-list-grid { gap: 0; }
.review-card-full { min-height: 300px; border-bottom: 1px solid var(--line); }
.review-card-full:nth-child(odd) { border-right: 1px solid var(--line); }
.card-score { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; }
.action-box { border-radius: 50% 50% 5px 5px; background: #d9d7c7; }

img[loading="lazy"] { content-visibility: auto; }

@keyframes alfaro-icon-float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(-3deg); }
}
@keyframes alfaro-spark {
    0%, 100% { transform: scale(1) rotate(0deg); opacity: .65; }
    50% { transform: scale(1.22) rotate(18deg); opacity: 1; }
}
@keyframes alfaro-pulse {
    0%, 100% { transform: scale(.96); opacity: .36; }
    50% { transform: scale(1.04); opacity: .72; }
}

@media (max-width: 1024px) {
    .intro-section, .location-container { grid-template-columns: 1fr; }
    .intro-section { padding: 110px 32px; }
    .intro-image { height: min(82vw, 640px); }
    .location-container { padding: 0; }
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .feature-card:nth-child(3) { border-left: 0; }
    .feature-card:nth-child(n + 3) { border-top: 1px solid rgba(38,55,43,.18); padding-top: 42px; }
    .gallery-item { grid-column: span 4; }
    .gallery-item:nth-child(7n + 1), .gallery-item:nth-child(7n + 5) { grid-column: span 8; }
}

@media (max-width: 768px) {
    .ambient-layer { opacity: .58; }
    .ambient-reed,
    .ambient-water,
    .home-page .hero::before {
        display: none;
    }
    .ambient-sun {
        top: 132px;
        right: 22px;
        width: 54px;
    }
    .ambient-bird {
        top: 32vh;
        left: 16px;
        transform: scale(.72);
    }
    header, header.scrolled {
        top: calc(10px + env(safe-area-inset-top, 0px));
        left: 14px;
        right: 14px;
        width: auto;
        padding: 14px 16px 14px 20px;
        border: 1px solid rgba(255, 255, 255, .14);
        border-radius: 999px;
        background: rgba(24, 38, 28, .78) !important;
        box-shadow: 0 14px 34px rgba(10, 20, 13, .2);
        -webkit-backdrop-filter: blur(14px);
        backdrop-filter: blur(14px);
    }
    header::before {
        display: none;
    }
    header .logo,
    header.scrolled .logo,
    .home-page header:not(.scrolled) .logo,
    header .mobile-menu-btn,
    header.scrolled .mobile-menu-btn {
        color: #fffdf8 !important;
    }
    .logo {
        font-size: clamp(1rem, 6vw, 1.34rem);
        letter-spacing: .16em;
        line-height: .9;
    }
    .logo::after {
        margin-top: 8px;
        font-size: .43rem;
        letter-spacing: .32em;
    }
    .mobile-menu-btn { display: block; }
    .mobile-lang-selector {
        position: relative;
        z-index: 1002;
        display: flex;
        align-items: center;
        gap: 8px;
        margin-left: auto;
        margin-right: 15px;
        color: #fffdf8;
        font: 700 .72rem/1 var(--font-sans);
        letter-spacing: .18em;
    }
    .mobile-lang-selector a {
        color: #fffdf8;
        opacity: .62;
    }
    .mobile-lang-selector a.active {
        color: #f0b08f;
        opacity: 1;
    }
    .mobile-lang-selector span { opacity: .42; }
    .mobile-menu-btn {
        margin-right: -4px;
        font-size: 1.35rem;
    }
    .nav-links {
        right: 0 !important;
        left: 0 !important;
        top: 0 !important;
        width: 100vw;
        max-width: none;
        height: 100dvh;
        background: var(--paper);
        border: 0;
        box-shadow: none;
        transform: translateX(calc(100% + 24px));
        transition: transform .4s var(--transition);
    }
    header:has(.nav-links.active),
    header.scrolled:has(.nav-links.active) {
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100dvh;
        align-items: flex-start;
        padding: calc(28px + env(safe-area-inset-top, 0px)) 30px 0;
        border: 0;
        border-radius: 0;
        background: var(--paper) !important;
        box-shadow: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }
    .nav-links.active {
        inset: 0 !important;
        right: 0 !important;
        left: 0 !important;
        top: 0 !important;
        width: 100%;
        height: 100%;
        background: transparent;
        transform: translateX(0);
    }
    header:has(.nav-links.active) .logo,
    header:has(.nav-links.active) .mobile-lang-selector,
    header:has(.nav-links.active) .mobile-lang-selector a,
    header:has(.nav-links.active) .mobile-menu-btn {
        color: var(--primary) !important;
    }
    header:has(.nav-links.active) .mobile-lang-selector a.active {
        color: var(--soil) !important;
    }
    .nav-links a { font-size: .8rem; }
    .nav-links .lang-selector { display: none; }
    .btn-gallery, header.scrolled .btn-gallery { width: auto; background: transparent; color: var(--primary) !important; }
    .home-page .hero { min-height: 660px; }
    .home-page .hero::after { display: none; }
    .hero-content { margin-left: 24px; padding-right: 24px; }
    .hero h1 { font-size: clamp(3.2rem, 15vw, 5.2rem); }
    .hero-parallax-bg { background-position: 62% center; }
    .intro-section { padding: 90px 24px; }
    .intro-image-wrapper { padding: 0 0 30px 25px; }
    .intro-image-wrapper::after { right: 4px; font-size: .5rem; }
    .features-section { padding: 85px 24px; }
    .features-grid { grid-template-columns: 1fr; }
    .feature-card, .feature-card:first-child, .feature-card:nth-child(3) { border: 0; border-top: 1px solid rgba(38,55,43,.18); padding: 32px 0; min-height: 0; }
    .feature-card i { margin-bottom: 28px; }
    .location-section { padding: 95px 24px; }
    .location-visual-wrapper { padding: 52px 34px; border-radius: 46% 54% 8px 8px / 16% 18% 8px 8px; }
    .reviews-preview-section { padding: 95px 24px; }
    .reviews-preview-grid { grid-template-columns: 1fr; }
    .review-preview-card, .review-preview-card + .review-preview-card { padding: 32px 0; border-left: 0; border-top: 1px solid var(--line); }
    .review-preview-card:nth-child(2) { transform: none; }
    .info-strip-container { grid-template-columns: 1fr; }
    .info-item, .info-item:first-child { padding: 24px 0; border: 0; border-top: 1px solid rgba(255,255,255,.12); text-align: left; }
    .gallery-page .gallery-hero, .reviews-page .reviews-hero { padding: 135px 24px 72px; }
    .gallery-hero h1, .reviews-hero h1 { font-size: clamp(3.2rem, 15vw, 4.6rem); }
    .gallery-container { padding: 0 14px; margin-top: 14px; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .gallery-item, .gallery-item:nth-child(7n + 1), .gallery-item:nth-child(7n + 5) { grid-column: span 1; aspect-ratio: 4 / 5; margin-top: 0; }
    .gallery-item:nth-child(5n + 3) { margin-top: 26px; }
    .reviews-container { margin-top: 48px; padding: 0 24px; }
    .reviews-list-grid { grid-template-columns: 1fr; }
    .review-card-full, .review-card-full:nth-child(odd) { min-height: 0; padding: 34px 0; border-right: 0; }
    .action-box { margin-inline: -24px; border-radius: 46% 54% 0 0 / 13% 14% 0 0; }
}

@media (max-width: 480px) {
    .hero .cta-group { align-items: stretch; }
    .btn-booking, .btn-secondary { width: 100%; text-align: center; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

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