:root {
    --ink: #1d1d1d;
    --muted: #746862;
    --green: #4a5d2e;
    --green-dark: #422c18;
    --moss: #848c2f;
    --gold: #fcc044;
    --cream: #f3e9db;
    --sand: #e0ddd2;
    --white: #ffffff;
    --red: #bb483f;
    --line: rgba(66, 44, 24, 0.14);
    --shadow: 0 22px 70px rgba(66, 44, 24, 0.16);
    --radius: 26px;
    --container: 1180px;
}

* {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, span, ul, ol, li, article, section, div {
    outline: none;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--sand);
    font-family: Commissioner, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

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

a {
    color: inherit;
}

button,
input,
textarea,
select {
    font: inherit;
}

.container {
    width: min(calc(100% - 36px), var(--container));
    margin-inline: auto;
}

.narrow {
    max-width: 820px;
}

.skip-link,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.skip-link:focus {
    z-index: 999;
    width: auto;
    height: auto;
    clip: auto;
    padding: 12px 16px;
    background: var(--gold);
    color: var(--ink);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: linear-gradient(rgba(240, 234, 222, 0.7), rgba(240, 234, 222, 0.7)), url('../../img/MonteBiancoBN.png') center / cover no-repeat;
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(66, 44, 24, 0.1);
    transition: box-shadow 0.2s ease, background 0.2s ease;
}

.site-header.is-scrolled {
    background: linear-gradient(rgba(240, 234, 222, 0.82), rgba(240, 234, 222, 0.82)), url('../../img/MonteBiancoBN.png') center / cover no-repeat;
    box-shadow: 0 14px 40px rgba(66, 44, 24, 0.14);
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    height: 116px;
    min-height: 116px;
}

.brand img {
    width: 150px;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-nav a {
    padding: 12px 18px;
    border-radius: 999px;
    color: var(--ink);
    text-decoration: none;
    font-weight: 700;
}

.site-nav a:hover,
.site-nav a.is-active {
    background: rgba(221, 84, 73, 0.14);
    color: var(--green-dark);
}

.nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.nav-toggle:hover {
    background: var(--white);
    border-color: var(--white);
}

.nav-toggle img {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    object-fit: contain;
}

.nav-always {
    display: none;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}

.nav-always__link {
    padding: 10px 14px;
    border-radius: 999px;
    color: var(--ink);
    text-decoration: none;
    font-weight: 700;
}

.nav-always__link:hover,
.nav-always__link.is-active {
    background: rgba(221, 84, 73, 0.14);
    color: var(--green-dark);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    border: 0;
    border-radius: 999px;
    color: var(--ink);
    background: var(--gold);
    box-shadow: 0 12px 28px rgba(66, 44, 24, 0.26);
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.button:hover {
    transform: translateY(-1px);
}

.button--small {
    min-height: 40px;
    padding: 10px 18px !important;
    background: var(--gold) !important;
}

.button--ghost {
    background: rgba(255, 255, 255, 0.16);
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: none;
}

.button--light {
    background: var(--sand);
    box-shadow: none;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--green-dark);
    font-weight: 800;
    text-decoration: none;
}

.text-link:hover,
.price-teaser a:hover,
.route-card a:hover {
    color: var(--red);
}

.page-hero--location {
    background: url('../img/Notturna camping.jpg') center / cover no-repeat;
}

.text-link::after {
    content: "";
    width: 28px;
    height: 2px;
    background: currentColor;
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 40px 0 28px;
    aspect-ratio: 16 / 7;
    min-height: 280px;
    display: flex;
    align-items: center;
    color: var(--white);
    background-image: linear-gradient(105deg, rgba(66, 44, 24, 0.85), rgba(66, 44, 24, 0.42)), url('../img/hero-monte-bianco.jpg');
    background-position: center;
    background-size: cover;
}


.page-hero {
    position: relative;
    padding: 40px 0 28px;
    aspect-ratio: 16 / 7;
    min-height: 280px;
    display: flex;
    align-items: center;
    color: var(--white);
    text-align: center;
    background: url('../img/hero-terrazza.png') center / cover;
}
.page-hero--prices {
    background-image: url('../../Slide_Intro/hero_alberi.png');
}
.page-hero--services {
    background: url('../img/Foto_Servizi_Vari/Pizza_O_01.jpg') center / cover no-repeat;
}
.page-hero--location {
    background: url('../img/Notturna camping.jpg') center / cover no-repeat;
}
.page-hero--contact,
.page-hero--booking {
    background-image: url('../img/hero-monte-bianco.jpg');
}
.hero__slides {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero__slide {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.1s ease, visibility 1.1s ease;
}

.hero__slide.is-active {
    opacity: 1;
    visibility: visible;
}

.hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 42px;
    text-align: center;
    justify-items: center;
}

.hero h1,
.page-hero h1 {
    margin: 0;
    max-width: 790px;
    font-family: "Luckiest Guy", "Commissioner", sans-serif;
    font-weight: 400;
    font-size: clamp(2rem, 5.2vw, 4.4rem);
    line-height: 1.05;
    letter-spacing: 0.02em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.55), 0 4px 14px rgba(0, 0, 0, 0.35);
}

.lead,
.page-hero p {
    max-width: 670px;
    font-size: clamp(1.05rem, 2vw, 1.28rem);
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 3px 10px rgba(0, 0, 0, 0.4);
}

.eyebrow {
    margin: 0 0 16px;
    color: var(--gold);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero .eyebrow,
.page-hero .eyebrow,
.section--green .eyebrow {
    color: var(--gold);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 3px 10px rgba(0, 0, 0, 0.4);
}

.page-hero .eyebrow {
    font-family: "Grand Hotel", cursive;
    font-size: clamp(1.7rem, 3.4vw, 2.8rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-transform: none;
    margin: 0 auto 10px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65), 0 4px 14px rgba(0, 0, 0, 0.45);
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
gap: 14px;
        margin-top: 70px;
        justify-content: center;
}

.hero__content {
    position: relative;
    min-height: 260px;
}

.hero__text {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
}

.hero__text.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.hero__text.is-active .hero__subtitle,
.hero__text.is-active .hero__subtitle-italic {
    animation: slideFromTop 0.7s 0.5s ease forwards;
    opacity: 0;
}

.hero__text.is-active .hero__display {
    animation: slideFromBottom 0.7s 1s ease forwards;
    opacity: 0;
}

.hero__text.is-active .lead {
    animation: fadeUp 0.6s 1.3s ease forwards;
    opacity: 0;
}

.hero__text.is-active .hero__actions {
    animation: fadeUp 0.6s 1.5s ease forwards;
    opacity: 0;
}

@keyframes slideFromTop {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideFromBottom {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero__subtitle-italic {
    font-family: "Grand Hotel", cursive;
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--gold);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65), 0 4px 14px rgba(0, 0, 0, 0.45);
    margin: 0 0 6px;
    text-align: center;
}

.hero__dots {
    position: absolute;
    top: 78%;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    gap: 12px;
    justify-content: center;
}

.hero__dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid var(--white);
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s ease;
}

.hero__dot.is-active {
    background: var(--white);
}

body.has-js .hero__dot {
    opacity: 0;
    animation: heroDotIn 0.45s ease forwards;
}

body.has-js .hero__dot[data-hero-dot="1"] {
    animation-name: heroDotFromLeft;
    animation-delay: 1.4s;
}

body.has-js .hero__dot[data-hero-dot="2"] {
    animation-name: heroDotFromRight;
    animation-delay: 1.4s;
}

body.has-js .hero__dot[data-hero-dot="0"] {
    animation-name: heroDotFromLeft;
    animation-delay: 1.6s;
}

body.has-js .hero__dot[data-hero-dot="3"] {
    animation-name: heroDotFromRight;
    animation-delay: 1.6s;
}

@keyframes heroDotFromLeft {
    from {
        opacity: 0;
        transform: translateX(-34px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes heroDotFromRight {
    from {
        opacity: 0;
        transform: translateX(34px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes heroDotIn {
    to {
        opacity: 1;
    }
}

.hero-scroll-button {
    position: absolute;
    left: 50%;
    bottom: 16px;
    z-index: 5;
    transform: translateX(-50%);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.85);
    font-family: "Grand Hotel", cursive;
    font-weight: 400;
    font-size: 1.45rem;
    line-height: 1;
    text-decoration: none;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 3px 10px rgba(0, 0, 0, 0.4);
    opacity: 0.85;
}

.hero--home .hero-scroll-button {
    display: none;
}

.hero-scroll-button::after {
    content: "Scopri di più";
}

body.has-js .hero-scroll-button {
    opacity: 0;
    animation: heroScrollHint 2.4s ease-in-out infinite;
}

body.has-js .hero-scroll-button.is-entered {
    animation: heroScrollEnter 1.3s cubic-bezier(0.22, 1, 0.36, 1) forwards,
        heroScrollHint 2.4s ease-in-out 1.5s infinite;
}

@keyframes heroScrollEnter {
    from {
        opacity: 0;
        transform: translate(-50%, 48px);
    }
    to {
        opacity: 0.85;
        transform: translate(-50%, 0);
    }
}

.hero-scroll-button:hover {
    opacity: 1 !important;
}

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

.booking-card,
.contact-card,
.sticky-card,
.site-form,
.price-panel,
.formula-card,
.route-card,
.service-card,
.mini-card,
.price-teaser {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
}

.booking-card {
    padding: 28px;
    color: var(--ink);
}

.script-title {
    color: var(--green);
    font-family: 'Grand Hotel', cursive;
    font-size: 2.5rem;
}

.booking-card h2,
.section h2,
.site-footer h2,
.site-form h2 {
    margin: 0 0 14px;
    line-height: 1.05;
    letter-spacing: 0.05em;
}

.date-pill,
.tag {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(252, 192, 68, 0.5);
    color: var(--green-dark);
    font-weight: 800;
}

.clean-list,
.check-list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.clean-list li,
.check-list li {
    position: relative;
    padding-left: 28px;
    margin: 9px 0;
}

.clean-list li::before,
.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--gold);
}

.section {
    padding: 92px 0;
}

.section--cream {
    background: var(--cream);
}

.section--green {
    color: var(--white);
    background: linear-gradient(135deg, var(--green-dark), var(--green));
}

.hours {
    max-width: 460px;
    margin: 0 auto;
    text-align: center;
}

.hours__status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    margin: 0 0 20px;
    border-radius: 999px;
    background: var(--cream);
    color: var(--ink);
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.03em;
}

.hours__status::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--gold);
    flex-shrink: 0;
}

.hours__status.is-open {
    background: rgba(116, 196, 106, 0.16);
}

.hours__status.is-open::before {
    background: #74c46a;
}

.hours__status.is-closed {
    background: rgba(187, 72, 63, 0.12);
}

.hours__status.is-closed::before {
    background: var(--red);
}

.hours__table {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 14px;
    border-collapse: collapse;
}

.hours__table th,
.hours__table td {
    padding: 7px 10px;
    text-align: left;
    border-bottom: 1px solid var(--line);
    font-size: 0.95rem;
}

.hours__table th {
    font-weight: 800;
    color: var(--ink);
}

.hours__table td {
    color: var(--muted);
    text-align: right;
}

.hours__table tr:last-child th,
.hours__table tr:last-child td {
    border-bottom: 0;
}

.hours__table tr[data-closed] td {
    color: var(--muted);
    opacity: 0.7;
}

.hours__table tr.is-today {
    background: rgba(252, 192, 68, 0.12);
}

.hours__table tr.is-today th,
.hours__table tr.is-today td {
    color: var(--green-dark);
    opacity: 1;
}

.hours__note {
    color: var(--muted);
    font-size: 0.85rem;
    margin: 0;
}

.hours__note a {
    color: var(--green-dark);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 34px;
}

.section-heading h2,
.split__content h2,
.territory h2 {
    font-family: "Luckiest Guy", "Commissioner", sans-serif;
    font-weight: 400;
    font-size: clamp(1.4rem, 3vw, 2.2rem);
}

.prose {
    margin-bottom: 34px;
}

.prose h3 {
    margin: 28px 0 8px;
    color: var(--green-dark);
    font-size: 1.25rem;
}

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

.split--reverse .split__media {
    order: 2;
}

.split__media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: calc(var(--radius) + 12px);
    box-shadow: var(--shadow);
}

.split__media {
    position: relative;
}

.reach-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

@media (max-width: 680px) {
    .reach-row {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}

.media-banner {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 20px 22px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(66, 44, 24, 0.55), rgba(24, 37, 29, 0.92));
    color: var(--white);
    box-shadow: 0 14px 40px rgba(20, 32, 28, 0.4);
}

.media-banner__title {
    margin: 0 0 8px;
    font-family: "Luckiest Guy", "Commissioner", sans-serif;
    font-weight: 400;
    font-size: clamp(1.05rem, 2.2vw, 1.5rem);
    line-height: 1.2;
    color: var(--gold);
}

.media-banner__text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 680px) {
    .media-banner {
        left: 12px;
        right: 12px;
        bottom: 12px;
        padding: 14px 16px;
        border-radius: 16px;
    }

    .media-banner__title {
        font-size: 1rem;
        margin-bottom: 6px;
    }

    .media-banner__text {
        font-size: 0.82rem;
        line-height: 1.45;
    }
}

.split__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.hours-toggle {
    position: relative;
}

.hours-toggle__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--green-dark);
    border-color: rgba(66, 44, 24, 0.28);
    background: var(--white);
    box-shadow: 0 2px 10px rgba(66, 44, 24, 0.12);
}

.hours-toggle__btn:hover {
    background: var(--cream);
    color: var(--green-dark);
}

.hours-toggle__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: block;
}

.hours-toggle__caret {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid currentColor;
    transition: transform 0.2s ease;
}

.hours-toggle__btn[aria-expanded='true'] .hours-toggle__caret {
    transform: rotate(180deg);
}

.hours-pop {
    position: absolute;
    left: 0;
    top: calc(100% + 12px);
    z-index: 30;
    width: 270px;
    max-width: calc(100vw - 32px);
    padding: 18px 20px;
    border-radius: 18px;
    background: var(--white);
    border: 1px solid rgba(38, 48, 40, 0.1);
    box-shadow: 0 18px 50px rgba(38, 48, 40, 0.28);
    animation: pop-in 0.18s ease;
    transform-origin: top left;
}

.hours-pop__title {
    margin: 0 0 10px;
    font-family: "Luckiest Guy", "Commissioner", sans-serif;
    font-weight: 400;
    font-size: 1.05rem;
    color: var(--green-dark);
}

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

.hours-pop__list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 5px 0;
    font-size: 0.85rem;
    color: var(--ink);
    border-bottom: 1px dashed rgba(38, 48, 40, 0.14);
}

.hours-pop__list li:last-child {
    border-bottom: 0;
}

.hours-pop__list li[data-closed] span:last-child {
    color: #b24a2f;
    font-weight: 700;
}

.hours-pop__list li.is-today {
    color: var(--green-dark);
    font-weight: 700;
}

.hours-pop__foot {
    margin: 10px 0 0;
    font-size: 0.85rem;
    color: var(--ink);
}

.hours-pop__foot a {
    color: var(--green-dark);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dotted currentColor;
}

.hours-pop__foot a:hover {
    color: var(--gold);
}

@media (max-width: 680px) {
    .hours-pop {
        position: fixed;
        left: 50vw;
        top: 50vh;
        transform: translate(-50%, -50%);
        animation: pop-center 0.18s ease;
    }
}

@keyframes pop-center {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) translateY(6px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

@keyframes pop-in {
    from {
        opacity: 0;
        transform: translateY(6px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.feature-grid,
.price-teasers,
.service-grid,
.services-grid,
.route-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.feature-card {
    overflow: hidden;
}

.feature-card img,
.price-teaser img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.feature-card div,
.price-teaser {
    padding: 24px;
}

.feature-grid--4col {
    grid-template-columns: repeat(4, 1fr);
}

.feature-card--icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 34px 26px;
}

.feature-card--icon h3 {
    margin: 18px 0 10px;
    font-size: 19px;
    color: var(--green-dark);
}

.feature-card--icon p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.feature-card--link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card--link:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.feature-card--link::after {
    content: "\2192";
    display: block;
    margin-top: 12px;
    font-size: 1.4rem;
    color: var(--gold);
    transition: transform 0.2s ease;
}

.feature-card--link:hover::after {
    transform: translateX(4px);
}

.feature-card__icon {
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
    display: grid;
    place-items: center;
}

.feature-card__icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

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

.service-item {
    text-align: center;
    padding: 34px 26px;
    background: var(--cream);
    border-radius: var(--radius);
}

.service-item__icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 16px;
    display: grid;
    place-items: center;
    background: var(--gold);
    border-radius: 50%;
}

.service-item__icon img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.service-item h3 {
    margin: 0;
    font-size: 18px;
    color: var(--green-dark);
}

.service-item--link {
    display: block;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.service-item--link:hover {
    transform: translateY(-4px);
    background: var(--white);
    box-shadow: var(--shadow);
}

.service-item__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    padding: 11px 20px;
    border-radius: 999px;
    background: var(--green-dark);
    color: var(--white);
    font-size: 0.9rem;
    font-weight: 800;
    transition: background 0.2s ease;
}

.service-item__cta::after {
    content: "\2193";
    font-size: 1rem;
    line-height: 1;
}

.service-item--link:hover .service-item__cta {
    background: var(--red);
}

#servizi-igienici {
    scroll-margin-top: 110px;
}

#servizi-igienici .section-heading {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.bath-intro {
    max-width: 900px;
    margin: 0 auto 36px;
    text-align: center;
}

.bath-intro p {
    line-height: 1.75;
    color: var(--green-dark);
}

.bath-intro p + p {
    margin-top: 14px;
}

.bath-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.bath-block {
    display: flex;
    flex-direction: column;
    padding: 28px 26px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: 0 10px 28px rgba(66, 44, 24, 0.08);
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bath-block:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(66, 44, 24, 0.14);
}

.bath-block__icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 18px;
    display: grid;
    place-items: center;
    background: rgba(66, 44, 24, 0.07);
    border-radius: 50%;
}

.bath-block__icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.bath-block h3 {
    margin: 0 0 12px;
    padding-bottom: 12px;
    border-bottom: 3px solid var(--gold);
    font-size: 19px;
    color: var(--green-dark);
}

.bath-block p {
    margin: 0;
    line-height: 1.7;
    color: var(--muted);
}

.bath-summary {
    max-width: 1100px;
    margin: 30px auto 0;
    padding: 26px 30px;
    background: var(--white);
    border-left: 6px solid var(--gold);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(66, 44, 24, 0.1);
    text-align: center;
    line-height: 1.75;
    color: var(--green-dark);
    font-weight: 700;
}

@media (max-width: 980px) {
    .bath-blocks {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 680px) {
    .bath-blocks {
        grid-template-columns: 1fr;
    }
}

.feature-card__icon--gold {
    color: var(--green-dark);
}

.feature-card__icon--moss {
    color: var(--green-dark);
}

.feature-card__icon--sand {
    color: var(--green-dark);
}

.feature-card__icon--dark {
    color: var(--green-dark);
}

.cards-3,
.cards-2 {
    display: grid;
    gap: 24px;
}

.cards-3 {
    grid-template-columns: repeat(3, 1fr);
}

.cards-2 {
    grid-template-columns: repeat(2, 1fr);
}

.mini-card {
    padding: 28px;
    color: var(--ink);
}

.mini-card span {
    color: var(--moss);
    font-weight: 800;
}

.price-teaser {
    overflow: hidden;
    padding: 0;
}

.price-teaser h3,
.price-teaser p,
.price-teaser a {
    margin-left: 24px;
    margin-right: 24px;
}

.price-teaser a {
    display: inline-flex;
    margin-bottom: 26px;
    color: var(--green-dark);
    font-weight: 800;
    text-decoration: none;
}

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

.testimonials .section-heading {
    grid-column: 1 / -1;
}

blockquote {
    margin: 0;
    padding: 28px;
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
}

blockquote cite {
    display: block;
    margin-top: 18px;
    color: var(--green-dark);
    font-style: normal;
    font-weight: 800;
}

blockquote cite small {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 500;
}

.testimonial-slider {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 70px;
}

.testimonial-slider__viewport {
    overflow: hidden;
}

.testimonial-slider__track {
    display: flex;
    gap: 24px;
    transition: transform 0.5s ease;
}

.testimonial-slider__slide {
    flex: 0 0 auto;
    width: calc((100% - 48px) / 3);
    margin: 0;
}

.testimonial-slider__avatar {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--green-dark);
    font-weight: 800;
    font-size: 1.35rem;
    line-height: 1.4rem;
    box-shadow: var(--shadow);
}

.testimonial-slider__stars {
    display: flex;
    gap: 3px;
    margin-bottom: 12px;
    color: var(--gold);
}

.testimonial-slider__stars svg {
    width: 18px;
    height: 18px;
}

.gallery-slider__arrow,
.testimonial-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0 6px 16px rgba(66, 44, 24, 0.22);
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.gallery-slider__arrow {
    z-index: 3;
}

.testimonial-slider__arrow {
    z-index: 2;
}

.gallery-slider__arrow:hover,
.testimonial-slider__arrow:hover {
    background: var(--white);
    border-color: var(--white);
    box-shadow: 0 8px 20px rgba(66, 44, 24, 0.32);
}

.gallery-slider__arrow img,
.testimonial-slider__arrow img {
    width: 24px;
    height: 24px;
    display: block;
}

.gallery-slider__arrow--next img,
.testimonial-slider__arrow--next img {
    transform: scaleX(-1);
}

.testimonial-slider__arrow--prev {
    left: 0;
}

.testimonial-slider__arrow--next {
    right: 0;
}

@media (max-width: 980px) {
    .testimonial-slider {
        padding: 0 54px;
    }

    .testimonial-slider__slide {
        width: calc((100% - 24px) / 2);
    }
}

@media (max-width: 680px) {
    .testimonial-slider {
        padding: 0;
        text-align: center;
    }

    .testimonial-slider__slide {
        width: 100%;
    }

    .testimonial-slider__arrow {
        position: static;
        display: inline-grid;
        transform: none;
        width: 40px;
        height: 40px;
        margin: 18px 6px 0;
    }
}

.cinematic-video {
    position: relative;
    overflow: hidden;
    width: min(88vw, 860px);
    aspect-ratio: 16/9;
    margin: 2rem auto;
    border-radius: 20px;
}

.cinematic-video__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cinematic-video__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 20, 15, 0.18) 0%, rgba(10, 20, 15, 0.05) 40%, rgba(10, 20, 15, 0.62) 100%);
    pointer-events: none;
}

.cinematic-video__play {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(10, 20, 15, 0.35);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: opacity 0.4s ease;
}
.cinematic-video__play svg {
    width: 72px;
    height: 72px;
    fill: var(--white);
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.5));
    transition: transform 0.3s ease;
}
.cinematic-video__play:hover svg {
    transform: scale(1.12);
}
.cinematic-video.is-playing .cinematic-video__play {
    opacity: 0;
    pointer-events: none;
}

.cinematic-video__pause {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 6;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, background 0.2s ease, border-color 0.2s ease;
}

.cinematic-video__pause svg {
    width: 20px;
    height: 20px;
    fill: var(--green-dark);
}

.cinematic-video__pause:hover {
    background: var(--white);
    border-color: var(--white);
}

.cinematic-video.is-playing .cinematic-video__pause {
    opacity: 1;
    pointer-events: auto;
}

.cinematic-video__content {
    position: relative;
    z-index: 1;
    padding: clamp(16px, 3vw, 32px);
    padding-bottom: clamp(28px, 5.5vh, 64px);
    color: var(--white);
}

.cinematic-video .eyebrow {
    margin-bottom: 10px;
}

.cinematic-video__title {
    margin: 0 0 10px;
    max-width: 760px;
    font-family: "Grand Hotel", "Commissioner", sans-serif;
    font-weight: 400;
    font-size: clamp(2rem, 4.6vw, 3.8rem);
    line-height: 1.08;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.55), 0 4px 14px rgba(0, 0, 0, 0.35);
}

.cinematic-video__description {
    margin: 0;
    max-width: 640px;
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    line-height: 1.55;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 3px 10px rgba(0, 0, 0, 0.35);
}

@media (max-width: 820px) {
    .cinematic-video {
        width: 95vw; border-radius: 18px;
    }

    .cinematic-video.is-active {
        border-radius: 0;
        margin-inline: 0;
    }
}

@media (max-width: 540px) {
    .cinematic-video {
        width: 98vw; border-radius: 14px;
    }

    .cinematic-video__title {
        font-size: clamp(1.7rem, 8vw, 2.2rem);
    }

    .cinematic-video__description {
        font-size: 0.98rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cinematic-video__media {
        transition: none;
    }
}

.season-toggle {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 32px;
    background: var(--cream);
    border-radius: 50px;
    padding: 4px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.season-toggle__btn {
    padding: 12px 32px;
    border: none;
    border-radius: 50px;
    background: transparent;
    font-family: "Commissioner", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: var(--green-dark);
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}

.season-toggle__btn.is-active {
    background: var(--gold);
    color: var(--green-dark);
}

.season-toggle__btn:hover:not(.is-active) {
    background: rgba(252, 192, 68, 0.3);
}

.price-header {
    text-align: center;
    margin-bottom: 32px;
}

.price-header__dates {
    color: var(--muted);
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.price-header__title {
    font-family: "Luckiest Guy", "Commissioner", sans-serif;
    font-weight: 400;
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    color: var(--green-dark);
    margin: 0 0 8px;
}

.price-header__note {
    color: var(--muted);
    font-size: 0.85rem;
    max-width: 600px;
    margin: 0 auto;
}

.price-table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

.price-row {
    text-align: center;
    padding: 34px 26px;
    background: var(--cream);
    border-radius: var(--radius);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    cursor: default;
}

.price-row:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    background: var(--white);
}

.price-row__icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 16px;
    display: grid;
    place-items: center;
    background: var(--gold);
    border-radius: 20px;
}

.price-row__icon img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.price-row__info strong {
    display: block;
    color: var(--green-dark);
    font-size: 1rem;
    margin-bottom: 4px;
}

.price-row__info span {
    display: block;
    color: var(--muted);
    font-size: 0.82rem;
    line-height: 1.4;
}

.price-row__price {
    margin-top: 12px;
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--green-dark);
}

.price-row__price small {
    display: block;
    font-weight: 400;
    font-size: 0.75rem;
    color: var(--muted);
}

.price-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
}

.price-panel {
    overflow: hidden;
}

.price-panel__head {
    padding: 28px;
    background: var(--cream);
}

.price-panel--highlight .price-panel__head {
    background: rgba(252, 192, 68, 0.35);
}

.price-list div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 28px;
    border-top: 1px solid var(--line);
}

.price-list strong {
    white-space: nowrap;
}

.info-box {
    margin: 24px 0;
    padding: 18px;
    border-radius: 18px;
    background: var(--white);
    border: 1px solid var(--line);
}

.formula-card,
.service-card,
.route-card,
.contact-card,
.sticky-card,
.site-form {
    padding: 28px;
}

.big-price {
    margin: 18px 0;
    color: var(--green-dark);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.05em;
}

.service-card {
    box-shadow: none;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.gallery img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: var(--shadow);
}

.gallery-slider {
    position: relative;
    padding: 0 54px;
}

.gallery-slider__track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 4px 0;
}

.gallery-slider__track::-webkit-scrollbar {
    display: none;
}

.gallery-slider__track img {
    flex: 0 0 calc(33.3333% - 9.333px);
    width: auto;
    height: 240px;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: var(--shadow);
    scroll-snap-align: start;
    cursor: zoom-in;
}

.gallery-slider__arrow--prev {
    left: 0;
}

.gallery-slider__arrow--next {
    right: 0;
}

@media (max-width: 720px) {
    .gallery-slider__track img {
        flex-basis: calc(50% - 7px);
        height: 190px;
    }
}

@media (max-width: 680px) {
    .gallery-slider {
        padding: 0;
        text-align: center;
    }

    .gallery-slider__arrow {
        position: static;
        display: inline-grid;
        transform: none;
        width: 40px;
        height: 40px;
        margin: 18px 6px 0;
    }
}

@media (max-width: 480px) {
    .gallery-slider__track img {
        flex-basis: 100%;
        height: 190px;
    }
}

.territory {
    max-width: 760px;
}

.contact-layout,
.form-layout,
.booking-layout {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 28px;
    align-items: start;
}

.map-card {
    overflow: hidden;
    min-height: 460px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.map-card iframe {
    width: 100%;
    height: 460px;
    border: 0;
}

.route-card ol {
    margin: 0;
    padding-left: 20px;
}

.route-card li {
    margin: 10px 0;
}

.site-form {
    display: grid;
    gap: 22px;
}

.site-form fieldset {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 22px;
}

.site-form legend {
    padding: 0 8px;
    color: var(--green-dark);
    font-weight: 800;
}

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

.form-grid.compact {
    grid-template-columns: repeat(3, minmax(0, 160px));
}

.site-form label,
.form-label {
    display: grid;
    gap: 8px;
    color: var(--green-dark);
    font-weight: 800;
}

.site-form input,
.site-form textarea,
.site-form select {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 12px 14px;
    color: var(--ink);
    background: var(--sand);
    font-weight: 500;
}

.site-form textarea {
    resize: vertical;
}

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

.option-grid label,
.site-form .check-line {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 14px;
    border-radius: 16px;
    background: var(--sand);
    color: var(--ink);
    font-weight: 700;
}

.option-grid input,
.site-form .check-line input {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    min-height: 22px;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    accent-color: var(--green);
}

.site-form .check-line span {
    line-height: 1.45;
}

.site-form .check-line a {
    color: var(--green-dark);
    text-decoration: underline;
}

.hp-field {
    position: absolute;
    left: -5000px;
}

.status {
    padding: 14px 16px;
    border-radius: 16px;
    font-weight: 800;
}

.status--success {
    color: #19451d;
    background: #dff3dc;
}

.status--error {
    color: #6b1c15;
    background: #ffe0d9;
}

.form-hint {
    margin: 0;
    color: var(--muted);
    font-weight: 800;
}

.booking-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
}

.booking-side {
    position: relative;
}

.sticky-card {
    position: sticky;
    top: 128px;
}

.conventions {
    padding: 28px 0;
}

.conventions__inner {
    display: flex;
    align-items: center;
    gap: 24px;
}

.conventions__inner span {
    color: var(--green-dark);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.conventions__inner img {
    max-width: 88px;
    max-height: 60px;
    object-fit: contain;
}

.site-footer {
    color: rgba(255, 255, 255, 0.82);
    background: #422c18;
}

.footer-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    padding: 34px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-cta h2 {
    margin: 0;
    color: var(--white);
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    letter-spacing: 0.02em;
    text-transform: none;
}

.footer-cta .button {
    color: var(--ink);
}

.section-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    padding: 34px;
    background: #422c18;
    border-radius: 16px;
    margin-top: 34px;
}

.section-cta h2 {
    margin: 0;
    color: var(--white);
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    letter-spacing: 0.02em;
}

.section-cta .button {
    color: var(--ink);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 34px;
    padding: 62px 0;
}

.footer-logo {
    width: 150px;
    margin-bottom: 14px;
}

.site-footer h2 {
    color: var(--white);
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-footer a {
    color: var(--white);
    text-decoration: none;
}

.site-footer a:hover {
    color: var(--gold);
}

.footer-social {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-social__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.footer-social__link svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.footer-bottom {
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.92rem;
}

.footer-bottom__inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

.footer-bottom__inner p {
    margin: 0;
}

.footer-credit__logo {
    width: 35px;
    height: 35px;
    flex: 0 0 auto;
    object-fit: contain;
    opacity: 0.85;
}

@media (max-width: 820px) {
    .footer-bottom__inner {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        text-align: center;
    }
}

    .footer-credit__logo {
        position: static;
        transform: none;
    }
}

body.has-js .reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

body.has-js .reveal.is-visible {
    opacity: 1;
    transform: none;
}

body.has-js .hero__content.is-visible > * {
    opacity: 0;
    animation: fade-rise 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    will-change: opacity, transform;
}

body.has-js .hero__content.is-visible > *:nth-child(1) {
    animation-delay: 0.15s;
}

body.has-js .hero__content.is-visible > *:nth-child(2) {
    animation-delay: 0.4s;
}

body.has-js .hero__content.is-visible > *:nth-child(3) {
    animation-delay: 0.65s;
}

body.has-js .hero__content.is-visible > *:nth-child(4) {
    animation-delay: 0.9s;
}

body.has-js .page-hero .container.is-visible > * {
    opacity: 0;
    animation: slideFromBottom 0.7s ease forwards;
}

body.has-js .page-hero .container.is-visible > *:nth-child(1) {
    animation-name: slideFromTop;
    animation-delay: 0.3s;
}

body.has-js .page-hero .container.is-visible > *:nth-child(2) {
    animation-delay: 0.6s;
}

body.has-js .page-hero .container.is-visible > *:nth-child(3) {
    animation-name: fadeUp;
    animation-delay: 0.9s;
}

body.has-js .page-hero .container.is-visible > *:nth-child(4) {
    animation-name: fadeUp;
    animation-delay: 1.1s;
}

@keyframes fade-rise {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

body.has-js .booking-card.reveal {
    opacity: 0;
    transform: translateX(56px);
    transition: none;
}

body.has-js .booking-card.reveal.is-visible {
    animation: slide-in-right 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
}

@keyframes slide-in-right {
    from {
        opacity: 0;
        transform: translateX(56px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media (max-width: 980px) {
    .nav-toggle {
        display: block;
    }

    .nav-always {
        display: flex;
    }

    .site-nav {
        position: absolute;
        top: 100%;
        right: 18px;
        left: 18px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 16px;
        border-radius: 22px;
        background: var(--white);
        box-shadow: var(--shadow);
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        padding: 14px 16px;
    }

    .hero__grid,
    .split,
    .price-layout,
    .contact-layout,
    .form-layout,
    .booking-layout {
        grid-template-columns: 1fr;
    }

    .split--reverse .split__media {
        order: 0;
    }

    .feature-grid,
    .price-teasers,
    .service-grid,
    .services-grid,
    .route-grid,
    .cards-3,
    .cards-2,
    .testimonials,
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .sticky-card {
        position: static;
    }
}

@media (max-width: 680px) {
    .container {
        width: min(calc(100% - 28px), var(--container));
    }

    .header-main {
        min-height: 98px;
    }

    .brand img {
        width: 118px;
    }

    .hero,
    .page-hero {
        padding: 72px 0;
        aspect-ratio: auto;
    }

    .hero {
        min-height: 560px;
    }

    .hero__dots {
        top: auto;
        bottom: 36px;
    }

    .hero__actions {
        margin-top: 118px;
    }

    .section {
        padding: 64px 0;
    }

    .hero h1,
    .page-hero h1 {
        letter-spacing: 0.02em;
    }

    .feature-grid,
    .price-teasers,
    .service-grid,
    .services-grid,
    .route-grid,
    .cards-3,
    .cards-2,
    .testimonials,
    .footer-grid,
    .form-grid,
    .option-grid,
    .gallery {
        grid-template-columns: 1fr;
    }

    .form-grid.compact {
        grid-template-columns: 1fr;
    }

    .price-row {
        padding: 24px 16px;
    }

    .price-row__icon {
        width: 80px;
        height: 80px;
    }

    .price-row__icon img {
        width: 44px;
        height: 44px;
    }

    .price-row__price {
        font-size: 1.1rem;
    }

    .season-toggle {
        width: 100%;
    }

    .season-toggle__btn {
        flex: 1;
        padding: 12px 16px;
        font-size: 0.9rem;
    }

.gallery[data-lightbox] img {
    cursor: zoom-in;
}

.gallery img {
        height: 230px;
    }

    .conventions__inner {
        flex-direction: column;
        align-items: center;
    }

    .price-list div {
        flex-direction: column;
        gap: 4px;
    }

    .split__content,
    .section-heading,
    .feature-card div,
    .price-teaser,
    .route-card,
    .service-card,
    .formula-card,
    .contact-card,
    .info-box,
    .field,
    .form-note,
    .gallery-note,
    .booking-card,
    .testimonial,
    .footer-grid > div,
    .footer-bottom > div {
        text-align: center;
    }

    .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .section-heading .button,
    .split__content .button,
    .route-card .button,
    .service-card .button,
    .formula-card .button,
    .contact-card .button,
    .info-box .button,
    .booking-card .button,
    .footer-grid > div .button {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: fit-content;
    }

    .split__content .hours-toggle__btn {
        display: inline-flex;
        width: fit-content;
    }

    .split__content h2,
    .section-heading h2 {
        text-align: center;
    }

    .split__content .eyebrow,
    .section-heading .eyebrow,
    .muted-note,
    .prose {
        text-align: center;
    }

    .footer-social {
        align-items: center;
    }
}

/* ----------------------------- Territorio e Meteo ----------------------------- */

.panorama-card {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.panorama-card a {
    position: relative;
    display: block;
}

.panorama-card img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.panorama-card a:hover img {
    transform: scale(1.03);
}

.panorama-card__label {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(66, 44, 24, 0.85);
    color: var(--gold);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.4px;
    backdrop-filter: blur(6px);
}

.muted-note {
    max-width: 760px;
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.7;
    color: var(--muted);
}

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

.link-group {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, var(--white), var(--cream));
    border: 0;
    border-radius: 24px;
    padding: 32px 30px 28px;
    box-shadow: 0 10px 30px rgba(66, 44, 24, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.link-group::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, var(--gold), var(--moss));
}

.link-group__icon {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 64px;
    height: 64px;
    padding: 12px;
    border-radius: 50%;
    background: rgba(252, 192, 68, 0.18);
    object-fit: contain;
}

.link-group:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 44px rgba(66, 44, 24, 0.16);
}

.link-group h3 {
    margin: 0 0 16px;
    padding-right: 76px;
    font-size: 20px;
    color: var(--green-dark);
}

.link-group p {
    margin: 0 0 14px;
    line-height: 1.5;
}

.link-group p:last-child {
    margin-bottom: 0;
}

.link-group a {
    position: relative;
    color: var(--green-dark);
    font-weight: 800;
    text-decoration: none;
    transition: color 0.2s ease;
}

.link-group a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -2px;
    height: 2px;
    border-radius: 2px;
    background: var(--gold);
    transition: right 0.25s ease;
}

.link-group a:hover {
    color: var(--red);
}

.link-group a:hover::after {
    right: 0;
}

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

.forecast-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    align-items: stretch;
}

.forecast-grid > .muted-note {
    grid-column: 1 / -1;
    justify-self: stretch;
    max-width: none;
    margin: 0;
    text-align: center;
}

.forecast-day {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    height: 100%;
    padding: 26px 18px;
    background: var(--sand);
    border: 1px solid var(--line);
    border-radius: 22px;
    text-align: center;
}

.forecast-day.is-today {
    background: var(--green-dark);
    color: var(--cream);
    border-color: transparent;
}

.forecast-day.is-today .forecast-day__name {
    color: var(--gold);
}

.forecast-day__name {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: var(--green-dark);
}

.forecast-day__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    font-size: 34px;
    line-height: 1;
}

.forecast-day__desc {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--muted);
}

.forecast-day.is-today .forecast-day__desc {
    color: inherit;
}

.forecast-day__temps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
    margin-top: auto;
    font-size: 15px;
    font-weight: 800;
    color: var(--muted);
}

.forecast-day__temps .min,
.forecast-day__temps .max {
    text-align: center;
}

.forecast-error {
    padding: 40px;
    text-align: center;
    background: var(--sand);
    border: 1px solid var(--line);
    border-radius: 22px;
}

.forecast-error h3 {
    margin-top: 0;
    color: var(--green-dark);
}

.forecast-day.is-today .forecast-day__temps {
    color: var(--cream);
}

.forecast-day__temps .min::before {
    content: "min ";
    font-weight: 500;
    opacity: 0.75;
}

.forecast-day__temps .max::before {
    content: "max ";
    font-weight: 500;
    opacity: 0.75;
}

@media (max-width: 980px) {

    .links-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .forecast-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .panorama-card img {
        height: 360px;
    }
}

@media (max-width: 680px) {

    .links-grid {
        grid-template-columns: 1fr;
    }

    .panorama-card img {
        height: 260px;
    }
}

/* ----------------------------- Stile live: display, countdown, banda oro ----------------------------- */

.display-title {
    font-family: "Luckiest Guy", "Commissioner", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.hero__display {
    font-family: "Luckiest Guy", "Commissioner", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: clamp(2.6rem, 6vw, 4.6rem);
    line-height: 1.02;
    color: var(--white);
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.35), 0 6px 18px rgba(0, 0, 0, 0.45);
    margin: 0 0 18px;
    text-align: center;
}

.hero__subtitle {
    font-family: "Grand Hotel", cursive;
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--gold);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65), 0 4px 14px rgba(0, 0, 0, 0.45);
    margin: 0 0 6px;
    text-align: center;
}

.countdown-band {
    background: var(--gold);
    color: var(--green-dark);
}

.countdown-band .eyebrow {
    color: var(--green-dark);
    text-transform: none;
    letter-spacing: 0.3px;
    margin-bottom: 6px;
}

.countdown-band h2 {
    color: var(--green-dark);
    margin: 0 0 22px;
}

.countdown {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.countdown__unit {
    min-width: 84px;
    padding: 14px 12px;
    border-radius: 18px;
    background: var(--green-dark);
    color: var(--white);
    text-align: center;
}

.countdown__unit strong {
    display: block;
    font-size: 2rem;
    line-height: 1;
}

.countdown__unit span {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: var(--gold);
}

.countdown-band .button {
    background: var(--green-dark);
    color: var(--gold);
}

.countdown-band .button:hover {
    background: #2f1d0e;
}

.countdown--min {
    gap: 8px;
    margin: 0 0 14px;
}

.countdown--min .countdown__unit {
    min-width: 0;
    padding: 8px 10px;
    border-radius: 12px;
}

.countdown--min .countdown__unit strong {
    font-size: 1.4rem;
}

.countdown--min .countdown__unit span {
    display: none;
}

.icon-feature {
    display: flex;
    align-items: center;
    gap: 16px;
}

.icon-feature__icon {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
}

.icon-feature__icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.feature-grid--2col {
    grid-template-columns: repeat(2, 1fr);
}

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

.direction-card {
    background: var(--sand);
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 26px;
}

.direction-card h3 {
    margin: 0 0 14px;
    font-size: 19px;
    color: var(--green-dark);
}

.direction-card ul {
    margin: 0;
    padding: 0 0 0 18px;
    line-height: 1.6;
    color: var(--muted);
}

@media (max-width: 980px) {

    .feature-grid--2col,
    .directions-grid {
        grid-template-columns: 1fr;
    }
}

.gallery-viewer {
    display: grid;
    gap: 14px;
}

.gallery-viewer__stage {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--shadow);
    cursor: zoom-in;
}

.gallery-viewer__stage img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-viewer__stage:hover img {
    transform: scale(1.02);
}

.gallery-viewer__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    color: var(--white);
    font-size: 26px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 14px rgba(20, 32, 28, 0.28);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.gallery-viewer__arrow:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--green-dark);
}

.gallery-viewer__arrow--prev {
    left: 18px;
}

.gallery-viewer__arrow--next {
    right: 18px;
}

body.lightbox-open {
    overflow: hidden;
}

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    background: rgba(20, 32, 28, 0.92);
    padding: 20px;
}

.lightbox[hidden] {
    display: none;
}

.lightbox__figure {
    margin: 0;
    max-width: min(1100px, 92vw);
    max-height: 86vh;
    display: grid;
    gap: 12px;
}

.lightbox__figure img {
    max-width: 100%;
    max-height: 86vh;
    width: auto;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}

.lightbox__close,
.lightbox__nav {
    position: absolute;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    color: var(--white);
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.lightbox__nav img,
.lightbox__close img {
    width: 24px;
    height: 24px;
    display: block;
}

.lightbox__nav--next img {
    transform: scaleX(-1);
}

.lightbox__close:hover,
.lightbox__nav:hover {
    background: var(--white);
    border-color: var(--white);
}

.lightbox__close {
    top: 18px;
    right: 18px;
}

.lightbox__nav {
    top: 50%;
    transform: translateY(-50%);
}

.lightbox__nav--prev {
    left: 18px;
}

.lightbox__nav--next {
    right: 18px;
}

@media (max-width: 680px) {
    .lightbox__figure img {
        max-height: 72vh;
    }

    .lightbox__nav {
        width: 40px;
        height: 40px;
    }

    .lightbox__nav img,
.lightbox__close img {
        width: 20px;
        height: 20px;
    }

    .lightbox__nav--prev {
        left: 8px;
    }

    .lightbox__nav--next {
        right: 8px;
    }

    .gallery-viewer__arrow {
        width: 38px;
        height: 38px;
        font-size: 22px;
        left: 12px;
        right: 12px;
    }
}

