@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Marykate';
    src: url('../fonts/hinted-MarykateRegular.woff2') format('woff2'),
         url('../fonts/hinted-MarykateRegular.woff') format('woff'),
         url('../fonts/hinted-MarykateRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MarykateRegular';
    src: url('../fonts/hinted-MarykateRegular.woff2') format('woff2'),
         url('../fonts/hinted-MarykateRegular.woff') format('woff'),
         url('../fonts/hinted-MarykateRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'hinted-MarykateRegular';
    src: url('../fonts/hinted-MarykateRegular.woff2') format('woff2'),
         url('../fonts/hinted-MarykateRegular.woff') format('woff'),
         url('../fonts/hinted-MarykateRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --bg: #1d1c54;
    --bg-soft: #1d1c54;
    --gold: #ffd44f;
    --gold-light: #fff0a8;
    --text: #fffaf0;
    --muted: rgba(255, 250, 240, 0.82);
    --blue: #3e2fb6;
    --red: #d23b2d;
    --max: 1180px;
    --font-main: "Montserrat", Arial, Helvetica, sans-serif;
    --font-display: 'Marykate', 'MarykateRegular', 'hinted-MarykateRegular', cursive;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background: #1d1c54;
}

body {
    position: relative;
    min-height: 100vh;
    margin: 0;
    font-family: var(--font-main);
    color: var(--text);
    line-height: 1.6;
    font-weight: 400;
    background: #1d1c54;
    overflow-x: hidden;
    isolation: isolate;
}

/* Sfumatura viola solo in fondo al sito: non dipende dall'altezza della finestra */
body::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 900px;
    background: linear-gradient(
        180deg,
        rgba(29, 28, 84, 0) 0%,
        rgba(62, 47, 182, 0.45) 55%,
        #3e2fb6 100%
    );
    pointer-events: none;
    z-index: 0;
}

body > * {
    position: relative;
    z-index: 1;
}

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

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

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

.site-header__inner {
    max-width: var(--max);
    margin: 0 auto;
    padding: 10px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.site-nav a {
    color: var(--muted);
    transition: color 0.25s ease;
}

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

.site-header__right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 0 0 auto;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-link {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(245, 189, 59, 0.28);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.social-link:hover {
    transform: translateY(-2px);
    color: var(--gold);
    border-color: rgba(245, 189, 59, 0.75);
    background: rgba(245, 189, 59, 0.08);
}

.social-link svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor;
}

.header-btn:hover {
    background: var(--gold);
    color: #1b0f08;
}


.hero-intro__inner {
    display: flex;
    justify-content: center;
    background: transparent;
}

.hero-intro__title::after {
    display: none;
    background: transparent;
    display: none;
}

.section {
    position: relative;
    padding: 62px 24px;
}

.section--soft {
    background: transparent;
}

.container {
    max-width: var(--max);
    margin: 0 auto;
}

.section-subtitle {
    max-width: 820px;
    margin: -20px auto 46px;
    color: var(--muted);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.section--awards::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 120px;
    pointer-events: none;
    background: transparent;
    display: none;
}

.section--awards::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 112px;
    width: min(86vw, 900px);
    height: 145px;
    transform: translateX(-50%);
    border-radius: 120px;
    opacity: 0.65;
    pointer-events: none;
    background: transparent;
    display: none;
}

.section--awards .container {
    position: relative;
    z-index: 2;
    max-width: 980px;
    background: transparent;
}

.award-row:last-child {
    margin-bottom: 0;
}

.award-text::before {
    content: "★★★★★";
    display: block;
    margin: 0 auto 12px;
    color: #ffd12f;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1;
    letter-spacing: 5px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25),
        0 8px 20px rgba(255, 209, 47, 0.18);
}

.award-row:nth-child(2) .award-text strong {
    max-width: 850px;
}

.trailer-wrap iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}

.recognition {
    max-width: 880px;
    margin: 34px auto 0;
    text-align: center;
    color: var(--muted);
    font-size: 18px;
    font-weight: 500;
}

.story-layout,
.story-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 42px;
    align-items: start;
}

.story-side {
    display: grid;
    gap: 22px;
}

.story-box {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 28px;
    padding: 34px;
}

.story-box--compact {
    height: 100%;
}

.story-box h3 {
    margin: 0 0 16px;
    color: var(--gold);
    font-size: 30px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 900;
}

.story-box p {
    color: var(--muted);
    margin: 0 0 16px;
    font-weight: 500;
}

.story-box p:last-child {
    margin-bottom: 0;
}

.characters {
    display: grid;
    gap: 12px;
}

.character {
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(245, 189, 59, 0.08);
    border: 1px solid rgba(245, 189, 59, 0.18);
    color: var(--muted);
    font-weight: 500;
}

.character strong {
    color: var(--gold-light);
    font-weight: 900;
}

.director-note p:last-child {
    margin-bottom: 0;
}

.section--gallery {
    overflow: hidden;
    background: transparent;
}

.section-title--gallery {
    margin-bottom: 18px;
}

.pinocchio-gallery__slide:hover img {
    transform: scale(1.025);
    opacity: 1;
}

.pinocchio-gallery__control {
    position: absolute;
    top: calc(50% - 23px);
    z-index: 4;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(245, 189, 59, 0.48);
    border-radius: 50%;
    background: rgba(16, 10, 18, 0.82);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.42);
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.pinocchio-gallery__control:hover {
    transform: translateY(-2px);
    background: var(--gold);
    color: #1b0f08;
    border-color: var(--gold);
}

.pinocchio-gallery__control span {
    display: block;
    font-family: Georgia, serif;
    font-size: 42px;
    line-height: 38px;
    transform: translateY(-2px);
}

.pinocchio-gallery__dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    flex-wrap: wrap;
    max-width: 100%;
}

.pinocchio-gallery__dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.32);
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease;
}

.pinocchio-gallery__dots button.is-active,
.pinocchio-gallery__dots button:hover {
    background: var(--gold);
    transform: scale(1.35);
}

.gallery-is-open {
    overflow: hidden;
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 200;
    padding: 76px 70px;
    background: rgba(0, 0, 0, 0.92);
    display: none;
    align-items: center;
    justify-content: center;
}

.gallery-lightbox[aria-hidden="false"] {
    display: flex;
}

.gallery-lightbox img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 18px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.65);
}

.gallery-lightbox__close,
.gallery-lightbox__nav {
    position: absolute;
    z-index: 3;
    border: 1px solid rgba(245, 189, 59, 0.42);
    background: rgba(16, 10, 18, 0.82);
    color: var(--gold);
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.gallery-lightbox__close:hover,
.gallery-lightbox__nav:hover {
    background: var(--gold);
    color: #1b0f08;
    transform: translateY(-2px);
}

.gallery-lightbox__close {
    top: 22px;
    right: 22px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 34px;
    line-height: 42px;
}

.gallery-lightbox__nav {
    top: 50%;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-family: Georgia, serif;
    font-size: 48px;
    line-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-lightbox__nav--prev {
    left: 22px;
}

.gallery-lightbox__nav--next {
    right: 22px;
}

.signature-container {
    max-width: 1060px;
}

.signature-intro {
    max-width: 920px;
    margin: -8px auto 34px;
    color: var(--muted);
    text-align: center;
    font-size: clamp(16px, 1.45vw, 19px);
    line-height: 1.58;
    font-weight: 400;
}

.signature-intro p {
    margin: 0;
}

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

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

.signature-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.signature-card {
    min-height: 136px;
    padding: 24px 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(245, 189, 59, 0.22);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.signature-card:hover {
    transform: translateY(-3px);
    border-color: rgba(245, 189, 59, 0.48);
    background: rgba(255, 255, 255, 0.075);
}

.signature-card span {
    min-height: 38px;
    margin-bottom: 14px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signature-card strong {
    display: block;
    color: var(--gold);
    font-size: clamp(19px, 1.8vw, 20px);
    line-height: 1.12;
    text-transform: uppercase;
    font-weight: 900;
}

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

.cast-card,
.cast-card--main {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(245, 189, 59, 0.28);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    grid-column: span 1;
}

.cast-card__image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #333;
    overflow: hidden;
    flex: 0 0 auto;
}

.cast-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    filter: grayscale(1);
    transition: transform 0.45s ease, filter 0.45s ease;
}

.cast-card:hover .cast-card__image img {
    transform: scale(1.06);
    filter: grayscale(0.35);
}

.cast-card__body {
    flex: 1 1 auto;
    min-height: 78px;
    padding: 14px 10px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cast-card__body h3,
.cast-card--main .cast-card__body h3 {
    margin: 0;
    color: var(--text);
    font-size: 15px;
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase;
}

.cast-card__body span,
.cast-card--main .cast-card__body span {
    display: block;
    margin-top: 6px;
    color: var(--gold);
    font-size: 13px;
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.public-video-box {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 28px;
    align-items: center;
    margin-bottom: 42px;
    padding: 28px;
    border-radius: 28px;
    background: radial-gradient(circle at 20% 0%, rgba(245, 189, 59, 0.12), transparent 40%),
        rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(245, 189, 59, 0.18);
}

.public-video-box__content h3 {
    margin: 0 0 12px;
    color: var(--gold);
    font-size: 28px;
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase;
}

.public-video-box__content p {
    margin: 0;
    color: var(--muted);
    font-size: 17px;
    font-weight: 500;
}

.public-video-box__embed {
    overflow: hidden;
    border-radius: 20px;
    background: #000;
    border: 1px solid rgba(245, 189, 59, 0.25);
}

.public-video-box__embed video {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.reviews-carousel {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 24px;
    padding: 8px 4px 28px;
    -webkit-overflow-scrolling: touch;
}

.reviews-carousel::-webkit-scrollbar {
    height: 8px;
}

.reviews-carousel::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
}

.reviews-carousel::-webkit-scrollbar-thumb {
    background: rgba(245, 189, 59, 0.65);
    border-radius: 999px;
}

.review-card a {
    color: var(--gold-light);
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.carousel-hint {
    display: none;
    margin: 8px 0 0;
    text-align: center;
    color: var(--muted);
    font-size: 13px;
    font-weight: 500;
}

.credits {
    columns: 2;
    column-gap: 46px;
    max-width: 900px;
    margin: 0 auto;
    color: var(--muted);
}

.credits p {
    break-inside: avoid;
    margin: 0 0 12px;
    font-weight: 500;
}

.credits strong {
    color: var(--gold-light);
    font-weight: 900;
}

.section--newsletter {
    padding-top: 68px;
    padding-bottom: 68px;
    background: transparent;
}

.newsletter-container {
    max-width: 560px;
    text-align: center;
}

.newsletter-title {
    margin: 0 0 18px;
    color: var(--gold);
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
}

.newsletter-subtitle {
    max-width: 520px;
    margin: 0 auto 34px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
}

.newsletter-form {
    display: grid;
    gap: 18px;
}

.newsletter-form__row {
    display: grid;
    gap: 8px;
    text-align: left;
}

.newsletter-form__row label {
    color: var(--text);
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.newsletter-form__row input,
.newsletter-form__row select {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: #ffffff;
    color: #1b1b1b;
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.newsletter-form__row input:focus,
.newsletter-form__row select:focus {
    border-color: rgba(245, 189, 59, 0.85);
    box-shadow: 0 0 0 3px rgba(245, 189, 59, 0.15);
}

.newsletter-form__actions {
    display: flex;
    justify-content: center;
    padding-top: 6px;
}

.newsletter-btn {
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid rgba(245, 189, 59, 0.55);
    background: transparent;
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    text-transform: none;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.newsletter-btn:hover {
    background: var(--gold);
    color: #1b0f08;
    border-color: var(--gold);
}

.footer {
    padding: 48px 24px;
    border-top: 1px solid rgba(245, 189, 59, 0.18);
    text-align: center;
    color: var(--muted);
    background: transparent;
}

.footer-logo {
    margin-bottom: 18px;
    color: var(--gold);
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    background: transparent;
}

.footer p {
    margin: 0;
    font-weight: 500;
    background: transparent;
}

.hero-intro {
    position: relative;
    padding: 20px 24px 24px;
    background: transparent;
}

.hero-intro__frame {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    background: transparent;
}

.hero-intro__eyebrow {
    max-width: 1040px;
    margin: 0 auto 6px;
    color: var(--gold);
    font-size: clamp(13px, 1.2vw, 16px);
    line-height: 1.22;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    margin-bottom: 6px;
    background: transparent;
}

.hero-intro__title {
    max-width: 1120px;
    margin: 0 auto;
    color: var(--text);
    font-size: clamp(22px, 2.65vw, 34px);
    line-height: 1.04;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.35px;
    text-wrap: balance;
    text-shadow: none;
    background: transparent;
}

.director-note p {
    margin: 0 0 16px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.62;
    font-weight: 500;
}

.ticketone-logo {
    width: auto;
    height: 42px;
    max-width: 220px;
    object-fit: contain;
    display: block;
    transform: translateY(-6px);
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: rgba(29, 28, 84, 0.86);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(245, 189, 59, 0.18);
    border-bottom-color: rgba(255, 212, 79, 0.22);
}

.site-logo img {
    width: auto;
    height: 68px;
    max-width: 215px;
    object-fit: contain;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 700;
}

.header-btn img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.hero {
    position: relative;
    width: 100%;
    padding-top: 78px;
    overflow: hidden;
    background: #1d1c54;
}

.hero img {
    width: 100%;
    height: auto;
    display: block;
    background: transparent;
}

.hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 180px;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(29, 28, 84, 0) 0%,
        rgba(29, 28, 84, 0.25) 35%,
        rgba(29, 28, 84, 0.72) 72%,
        #1d1c54 100%
    );
}

.section-title,
.story-box h3,
.director-note h3,
.public-video-box__content h3,
.newsletter-title,
.creative-staff h3 {
    font-family: var(--font-display);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.section-title {
    margin: 0 0 42px;
    color: var(--gold);
    text-align: center;
    font-size: clamp(42px, 7vw, 82px);
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
    margin-bottom: 30px;
}

.section-subtitle,
.story-box p,
.director-note p,
.recognition,
.review-card p,
.credits p {
    font-weight: 400;
}

.section--awards {
    position: relative;
    overflow: hidden;
    padding-top: 42px;
    padding-bottom: 64px;
    background: transparent;
}

.award-row {
    position: relative;
    max-width: 920px;
    margin: 0 auto 30px;
    display: block;
    text-align: center;
    margin-bottom: 18px;
    grid-template-columns: 42px 1fr 42px;
    gap: 8px;
}

.award-text strong {
    display: block;
    max-width: 920px;
    margin: 0 auto;
    color: #ffffff;
    font-size: clamp(16px, 2.1vw, 26px);
    line-height: 1.08;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.18),
        0 14px 28px rgba(0, 0, 0, 0.42);
}

.award-text span {
    display: block;
    margin-top: 7px;
    color: #ffd12f;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.award-laurel {
    display: none;
    font-size: clamp(36px, 5vw, 70px);
}

#trailer .container {
    max-width: 1320px;
}

.trailer-wrap {
    max-width: 1240px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(245, 189, 59, 0.35);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
    background: #000;
}

.recognition--patronage {
    max-width: 1060px;
    margin: 34px auto 0;
    display: grid;
    grid-template-columns: 135px 1fr;
    align-items: center;
    gap: 24px;
    padding: 24px 28px;
    border-radius: 24px;
    border: 1px solid rgba(255, 212, 79, 0.32);
    background: rgba(255, 255, 255, 0.07);
    text-align: left;
    color: #fff8d8;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.28;
}

.recognition__logo {
    width: 135px;
    max-height: 135px;
    object-fit: contain;
}

.recognition__text p {
    margin: 0 0 8px;
}

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

.story-layout--single {
    display: block;
    max-width: 980px;
    margin: 0 auto;
}

.story-layout--single .story-box {
    padding: 0 0 0 24px;
    background: transparent;
    border: 0;
    max-width: 1040px;
    margin: 0 auto;
    border-radius: 0;
    border-left: 3px solid rgba(255, 212, 79, 0.55);
    box-shadow: none;
}

.story-layout--single .story-box h3,
.director-note h3 {
    margin: 0 0 18px;
    color: var(--gold);
    font-size: clamp(40px, 6vw, 76px);
    line-height: 0.9;
}

.story-layout--single .story-box p,
.director-note p {
    font-size: 16px;
    line-height: 1.55;
}

.director-note {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 0 24px;
    border-radius: 0;
    background: transparent;
    border: 0;
    border-left: 3px solid rgba(245, 189, 59, 0.55);
    box-shadow: none;
    border-left-color: rgba(255, 212, 79, 0.68);
}

.pinocchio-gallery {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 16px 110px 50px;
}

.pinocchio-gallery__viewport {
    position: relative;
    width: 100%;
    overflow: visible;
    border-radius: 28px;
    background: transparent;
    border: 0;
    box-shadow: none;
    height: clamp(300px, 45vw, 560px);
}

.pinocchio-gallery__track {
    display: block;
    width: 100%;
    transition: transform 0.45s ease;
    will-change: transform;
    position: relative;
    height: 100%;
    transform: none;
}

.pinocchio-gallery__slide {
    position: absolute;
    flex: 0 0 100%;
    width: min(720px, 62vw);
    padding: 0;
    margin: 0;
    border: 1px solid rgba(255, 212, 79, 0.24);
    background: #000;
    cursor: pointer;
    display: block;
    overflow: hidden;
    top: 50%;
    left: 50%;
    height: 100%;
    border-radius: 12px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.42);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.86);
    transition: transform .45s ease, opacity .45s ease, filter .45s ease;
}

.pinocchio-gallery__slide.is-active {
    opacity: 1;
    z-index: 3;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}

.pinocchio-gallery__slide.is-prev,
.pinocchio-gallery__slide.is-next {
    opacity: .42;
    z-index: 2;
    pointer-events: auto;
    filter: grayscale(.25);
}

.pinocchio-gallery__slide.is-prev {
    transform: translate(calc(-50% - 410px), -50%) scale(.72);
}

.pinocchio-gallery__slide.is-next {
    transform: translate(calc(-50% + 410px), -50%) scale(.72);
}

.pinocchio-gallery__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.96;
    transition: transform 0.5s ease, opacity 0.5s ease;
    border-radius: 12px;
}

.pinocchio-gallery__control--prev {
    left: 42px;
}

.pinocchio-gallery__control--next {
    right: 42px;
}

.creative-staff {
    margin: 54px auto 0;
    max-width: 1060px;
    padding: 28px;
    border-radius: 24px;
    border: 1px solid rgba(255, 212, 79, 0.22);
    background: rgba(255,255,255,0.055);
}

.creative-staff h3 {
    margin: 0 0 22px;
    color: var(--gold);
    text-align: center;
    font-size: clamp(38px, 5vw, 64px);
    line-height: .9;
}

.creative-staff__grid {
    columns: 2;
    column-gap: 36px;
}

.creative-staff__grid p {
    break-inside: avoid;
    margin: 0 0 9px;
    color: var(--muted);
    line-height: 1.28;
}

.creative-staff__grid strong {
    color: var(--gold-light);
    font-weight: 700;
}

.public-video-box--solo {
    display: block;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.public-video-box--solo .public-video-box__embed video {
    aspect-ratio: 16 / 9;
}

.section-title--press {
    margin-top: 52px;
}

.review-card {
    flex: 0 0 calc((100% - 44px) / 3);
    min-height: 250px;
    scroll-snap-align: start;
    padding: 22px;
    border-radius: 26px;
    background: radial-gradient(circle at 20% 0%, rgba(245, 189, 59, 0.13), transparent 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
    border: 1px solid rgba(245, 189, 59, 0.18);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.28);
}

.review-card__icon {
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border: 1px solid rgba(245, 189, 59, 0.45);
    border-radius: 50%;
    color: var(--gold);
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
}

.review-card h3 {
    margin: 0 0 14px;
    color: var(--gold);
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
}

.review-card p {
    margin: 0 0 22px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.45;
    font-weight: 500;
}


/* =========================================================
   TOUR - ACCORDION ANNI + BOX SU 2 COLONNE
   ========================================================= */

#tour .container {
    width: 100%;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
}

.tour-block,
.tour-block--line,
.tour-accordion {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.tour-year {
    margin: 0 0 20px;
    border: 1px solid rgba(255, 212, 79, 0.22);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.035);
    overflow: hidden;
}

.tour-year:last-child {
    margin-bottom: 0;
}

.tour-year__summary {
    min-height: 74px;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    cursor: pointer;
    list-style: none;
    user-select: none;
    color: var(--gold);
    background: rgba(255, 255, 255, 0.035);
    border-bottom: 1px solid rgba(255, 212, 79, 0.16);
}

.tour-year__summary::-webkit-details-marker {
    display: none;
}

.tour-year__label {
    font-family: var(--font-display);
    font-size: clamp(42px, 5vw, 66px);
    line-height: 0.85;
    font-weight: 400;
    letter-spacing: 2px;
}

.tour-year__toggle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 212, 79, 0.46);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    color: var(--gold);
}

.tour-year__toggle::before {
    content: "+";
    display: block;
    font-family: var(--font-main);
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    transform: translateY(-1px);
}

.tour-year[open] .tour-year__toggle::before {
    content: "−";
}

.tour-list,
.tour-list--line {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 22px;
    border-top: 0;
}

.tour-row,
.tour-row--with-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
        "date actions"
        "city actions"
        "venue actions";
    align-items: center;
    gap: 6px 18px;
    min-height: 124px;
    padding: 22px 24px;
    border: 1px solid rgba(255, 212, 79, 0.26);
    border-radius: 22px;
    background:
        radial-gradient(circle at 15% 0%, rgba(255, 212, 79, 0.14), transparent 42%),
        rgba(255, 255, 255, 0.055);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
}

.tour-row__date {
    grid-area: date;
    color: var(--gold);
    font-size: clamp(16px, 1.45vw, 21px);
    line-height: 1.05;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    white-space: normal;
}

.tour-row__city {
    grid-area: city;
    color: #ffffff;
    font-size: clamp(22px, 2.2vw, 31px);
    line-height: 1.02;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tour-row__venue {
    grid-area: venue;
    color: var(--text);
    font-size: clamp(15px, 1.3vw, 18px);
    line-height: 1.25;
    font-weight: 500;
    min-width: 0;
}

.tour-row__actions {
    grid-area: actions;
    justify-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    white-space: nowrap;
}

.tour-row__ticket,
.tour-row__whatsapp {
    min-height: 38px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 212, 79, 0.36);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.tour-row__ticket {
    padding: 7px 13px;
    background: #ffffff;
}

.tour-row__ticket img {
    width: auto;
    height: 22px;
    max-width: 118px;
    object-fit: contain;
    display: block;
}

.tour-row__whatsapp {
    gap: 7px;
    padding: 6px 12px 6px 8px;
    background: rgba(37, 211, 102, 0.12);
    border-color: rgba(37, 211, 102, 0.52);
    color: #ffffff;
}

.tour-row__ticket:hover,
.tour-row__whatsapp:hover {
    transform: translateY(-2px);
}

.tour-row__whatsapp:hover {
    background: rgba(37, 211, 102, 0.2);
    border-color: rgba(37, 211, 102, 0.75);
}

.tour-row__whatsapp-icon {
    width: 25px;
    height: 25px;
    display: block;
    object-fit: contain;
    flex: 0 0 25px;
}

.tour-row__whatsapp-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 1;
}

.tour-row__whatsapp-text small {
    display: block;
    margin: 0 0 3px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 8px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.45px;
}

.tour-row__whatsapp-text strong {
    display: block;
    color: #ffffff;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
}

@media (max-width: 980px) {
    #tour .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .tour-list,
    .tour-list--line {
        gap: 14px;
        padding: 18px;
    }

    .tour-row,
    .tour-row--with-actions {
        grid-template-columns: 1fr;
        grid-template-areas:
            "date"
            "city"
            "venue"
            "actions";
        align-items: start;
        min-height: 142px;
        padding: 20px;
    }

    .tour-row__actions {
        justify-self: start;
        padding-top: 8px;
        flex-wrap: wrap;
    }
}

@media (max-width: 640px) {
    #tour .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .tour-year {
        border-radius: 18px;
        margin-bottom: 14px;
    }

    .tour-year__summary {
        min-height: 60px;
        padding: 14px 16px;
    }

    .tour-year__label {
        font-size: 40px;
    }

    .tour-year__toggle {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }

    .tour-list,
    .tour-list--line {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 12px;
    }

    .tour-row,
    .tour-row--with-actions {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        min-height: 132px;
        padding: 16px 12px;
        border-radius: 16px;
        gap: 5px;
    }

    .tour-row__date {
        font-size: 13px;
    }

    .tour-row__city {
        font-size: 16px;
    }

    .tour-row__venue {
        font-size: 12px;
        line-height: 1.2;
    }

    .tour-row__actions {
        width: 100%;
        justify-content: flex-start;
        gap: 6px;
        padding-top: 6px;
    }

    .tour-row__ticket,
    .tour-row__whatsapp {
        min-height: 32px;
    }

    .tour-row__ticket img {
        height: 18px;
        max-width: 94px;
    }

    .tour-row__whatsapp {
        padding: 5px 8px 5px 6px;
    }

    .tour-row__whatsapp-icon {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
    }

    .tour-row__whatsapp-text small {
        font-size: 6.5px;
    }

    .tour-row__whatsapp-text strong {
        font-size: 9px;
    }
}

@media (max-width: 380px) {
    .tour-list,
    .tour-list--line {
        grid-template-columns: 1fr;
    }
}

.section--contacts {
    background: radial-gradient(circle at 50% 0%, rgba(255, 212, 79, 0.12), transparent 38%);
}

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

.contact-card {
    padding: 24px;
    border-radius: 22px;
    border: 1px solid rgba(255, 212, 79, 0.22);
    background: rgba(255,255,255,0.06);
    text-align: center;
}

.contact-card span {
    display: block;
    margin-bottom: 8px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-card a,
.contact-card strong {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.header-btn {
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255, 212, 79, 0.12);
    color: #fff9dd;
    border: 1px solid rgba(245, 189, 59, 0.65);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    transition: background 0.25s ease, color 0.25s ease;
    gap: 8px;
}

h2,
h2.section-title,
.section-title {
    font-family: var(--font-display);
    font-weight: 400;
    letter-spacing: 2px;
}

.header-btn__ticket-icon,
.header-btn img.header-btn__ticket-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    object-fit: contain;
    flex: 0 0 22px;
    filter: brightness(0) invert(1);
    opacity: 1;
}

#trailer {
    padding-top: 36px;
}

#regia {
    padding-top: 56px;
}

.story-layout--single .story-box p {
    font-size: 17px;
    line-height: 1.62;
}

@media (max-width: 760px) {
    .award-text::before {
        margin-bottom: 9px;
        font-size: 26px;
        letter-spacing: 3px;
    }

    .section-title {
        margin-bottom: 34px;
    }

    .section-subtitle {
        margin-top: -14px;
        margin-bottom: 36px;
        font-size: 16px;
    }

    .section--awards {
        padding-top: 34px;
        padding-bottom: 52px;
    background: transparent;
}

    .award-text strong {
        font-size: clamp(20px, 6.4vw, 32px);
        line-height: 1.08;
        letter-spacing: -0.3px;
    }

    .award-text span {
        margin-top: 10px;
        font-size: 11px;
        letter-spacing: 0.9px;
    }

    .award-laurel {
        font-size: 62px;
    }

    .pinocchio-gallery__slide img {
        height: clamp(240px, 64vw, 420px);
    }

    .pinocchio-gallery__control {
        top: auto;
        bottom: 0;
        width: 40px;
        height: 40px;
    }

    .pinocchio-gallery__control span {
        font-size: 36px;
        line-height: 34px;
    }

    .pinocchio-gallery__dots {
        bottom: 11px;
        max-width: calc(100% - 104px);
    }

    .gallery-lightbox {
        padding: 70px 16px;
    }

    .gallery-lightbox__close {
        top: 14px;
        right: 14px;
    }

    .gallery-lightbox__nav {
        width: 44px;
        height: 44px;
        font-size: 40px;
        background: rgba(16, 10, 18, 0.9);
    }

    .gallery-lightbox__nav--prev {
        left: 10px;
    }

    .gallery-lightbox__nav--next {
        right: 10px;
    }

    .cast-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .cast-card {
        border-radius: 16px;
    }

    .cast-card__body {
        min-height: 68px;
        padding: 11px 8px 13px;
    }

    .cast-card__body h3 {
        font-size: 13px;
    }

    .cast-card__body span {
        font-size: 11px;
    }

    .newsletter-title {
        font-size: clamp(28px, 8vw, 42px);
    }

    .newsletter-subtitle {
        font-size: 15px;
        margin-bottom: 28px;
    }

    .newsletter-form__row input,
        .newsletter-form__row select {
        height: 46px;
        font-size: 14px;
    }

    .newsletter-btn {
        width: 100%;
        max-width: 240px;
    }

    .hero-intro {
        padding: 14px 16px 18px;
    background: transparent;
}

    .hero-intro__eyebrow {
        max-width: 100%;
        margin-bottom: 4px;
        font-size: 10.5px;
        line-height: 1.22;
        letter-spacing: 0.75px;
    background: transparent;
}

    .hero-intro__title {
        max-width: 100%;
        font-size: clamp(18px, 5.8vw, 26px);
        line-height: 1.04;
        letter-spacing: -0.2px;
    background: transparent;
}

    .ticketone-logo {
        height: 34px;
        max-width: 170px;
        transform: translateY(0);
    }

    .site-logo img {
        height: 54px;
        max-width: 190px;
    }

    .site-header__inner {
        justify-content: space-between;
        padding: 8px 14px;
        gap: 10px;
    }

    .social-links {
        gap: 6px;
    }

    .social-link {
        width: 34px;
        height: 34px;
    }

    .header-btn {
        display: none;
        min-height: 36px;
        padding: 0 10px;
        font-size: 10px;
    }

    .header-btn img {
        width: 20px;
        height: 20px;
    }

    .hero {
        padding-top: 64px;
    background: #1d1c54;
}

    .section {
        padding: 50px 18px;
    }

    .award-row {
        margin-bottom: 42px;
        grid-template-columns: 24px 1fr 24px;
        gap: 8px;
    }

    .recognition--patronage {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        padding: 20px;
    }

    .recognition__logo {
        width: 105px;
        max-height: 105px;
    }

    .pinocchio-gallery {
        padding: 12px 50px 44px;
    }

    .pinocchio-gallery__viewport {
        border-radius: 20px;
        height: 340px;
        overflow: hidden;
    }

    .pinocchio-gallery__slide {
        width: 78vw;
    }

    .pinocchio-gallery__slide.is-prev {
        transform: translate(calc(-50% - 210px), -50%) scale(.66);
    }

    .pinocchio-gallery__slide.is-next {
        transform: translate(calc(-50% + 210px), -50%) scale(.66);
    }

    .pinocchio-gallery__control--prev {
        left: 4px;
    }

    .pinocchio-gallery__control--next {
        right: 4px;
    }

    .creative-staff__grid {
        columns: 1;
    }

    .review-card {
        flex-basis: 82%;
    }

    #trailer {
        padding-top: 28px;
    }

    .story-layout--single .story-box {
        padding-left: 16px;
        border-left-width: 2px;
    }

    .story-layout--single .story-box p {
        font-size: 15px;
        line-height: 1.58;
    }

}

@media (max-width: 480px) {
    .section--awards {
        padding-top: 30px;
        padding-bottom: 46px;
    background: transparent;
}

    .award-text::before {
        font-size: 23px;
        letter-spacing: 2px;
    }

    .social-link {
        width: 32px;
        height: 32px;
    }

    .social-link svg {
        width: 15px;
        height: 15px;
    }

    .award-row {
        margin-bottom: 34px;
        grid-template-columns: 28px 1fr 28px;
    }

    .award-laurel {
        font-size: 50px;
    }

    .award-text strong {
        font-size: clamp(18px, 6vw, 27px);
        line-height: 1.12;
    }

    .award-text span {
        font-size: 10px;
        letter-spacing: 1.3px;
    }

    .cast-grid {
        gap: 12px;
    }

    .pinocchio-gallery__slide img {
        height: 250px;
    }

    .section--newsletter {
        padding-top: 54px;
        padding-bottom: 54px;
    background: transparent;
}

    .signature-intro {
        margin-bottom: 28px;
        font-size: 15px;
        line-height: 1.52;
    }


    .hero-intro {
        padding: 12px 14px 16px;
    background: transparent;
}

    .hero-intro__eyebrow {
        font-size: 9.5px;
        line-height: 1.2;
        letter-spacing: 0.55px;
    background: transparent;
}

    .hero-intro__title {
        font-size: clamp(16px, 5.4vw, 22px);
        line-height: 1.05;
    background: transparent;
}

    .ticketone-logo {
        height: 61px;
        max-width: 155px;
    }

    .site-logo img {
        height: 54px;
        max-width: 205px;
    }

    .hero {
        padding-top: 70px;
    background: #1d1c54;
}

    .section {
        padding: 42px 14px;
    }

}

@media (max-width: 1100px) {
    .cast-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .site-nav {
        gap: 16px;
        font-size: 12px;
        display: none;
    }

    .pinocchio-gallery__slide.is-prev {
        transform: translate(calc(-50% - 300px), -50%) scale(.68);
    }

    .pinocchio-gallery__slide.is-next {
        transform: translate(calc(-50% + 300px), -50%) scale(.68);
    }

}

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

    .site-header__inner {
        padding: 8px 18px;
        gap: 14px;
    }

    .site-header__right {
        gap: 10px;
    }

    .site-logo img {
        height: 50px;
        max-width: 190px;
    }

    .social-links {
        gap: 8px;
    }

    .social-link {
        width: 34px;
        height: 34px;
    }

    .social-link svg {
        width: 16px;
        height: 16px;
    }

    .hero {
        padding-top: 66px;
    background: #1d1c54;
}

    .award-row {
        grid-template-columns: 60px 1fr 60px;
    }

    .story-layout,
        .story-grid {
        grid-template-columns: 1fr;
    }

    .signature-grid,
        .signature-grid--three {
        grid-template-columns: 1fr;
        max-width: 620px;
    }

    .signature-grid--three .signature-card {
        min-height: auto;
        padding: 28px 22px;
    }

    .signature-grid--three .signature-card span {
        min-height: 0;
    }

    .public-video-box {
        grid-template-columns: 1fr;
    }

    .review-card {
        flex-basis: calc((100% - 22px) / 2);
    }

    .hero-intro {
        padding: 18px 18px 22px;
    background: transparent;
}

    .hero-intro__frame {
        max-width: 100%;
        padding: 0;
        border-radius: 0;
    background: transparent;
}

    .hero-intro__title {
        font-size: clamp(22px, 3.4vw, 32px);
        letter-spacing: -0.3px;
    background: transparent;
}

}

@media (max-width: 640px) {
    .site-header__inner {
        padding: 8px 14px;
    }

    .site-logo img {
        height: 42px;
        max-width: 165px;
    }

    .hero {
        padding-top: 58px;
    background: #1d1c54;
}

    .hero::after {
        height: 95px;
    }

    .hero-intro__frame {
        max-width: 100%;
        padding: 0;
        border-radius: 0;
    background: transparent;
}

    .hero-intro__title::after {
        display: none;
    background: transparent;
    display: none;
}

    .story-box {
        padding: 24px;
    }

    .story-box h3 {
        font-size: 25px;
    }

    .review-card {
        flex-basis: 86%;
        min-height: 280px;
        padding: 24px;
    }

    .carousel-hint {
        display: block;
    }

    .credits {
        columns: 1;
    }

    .footer {
        padding: 40px 18px;
    background: transparent;
}

    .hero-intro {
        padding: 16px 16px 20px;
    background: transparent;
}

    .hero-intro__eyebrow {
        margin-bottom: 5px;
        font-size: 11px;
        line-height: 1.28;
        letter-spacing: 0.9px;
    background: transparent;
}

    .hero-intro__title {
        font-size: clamp(20px, 6.4vw, 30px);
        line-height: 1.06;
        letter-spacing: -0.25px;
    background: transparent;
}

    .director-note {
        padding: 0 0 0 16px;
        border-left-width: 2px;
    }

    .director-note p {
        font-size: 15px;
        line-height: 1.58;
    }

    .section {
        padding: 46px 16px;
    }

    .story-layout--single .story-box {
        padding: 0 0 0 16px;
    }

}

/* =========================================================
   CONTATTI - MOBILE
   ========================================================= */

@media (max-width: 760px) {
    .section--contacts {
        padding-top: 52px;
        padding-bottom: 52px;
        background: radial-gradient(circle at 50% 0%, rgba(255, 212, 79, 0.11), transparent 42%);
    }

    .contacts-container {
        width: 100%;
        max-width: 520px;
    }

    .section--contacts .section-title {
        margin-bottom: 28px;
        font-size: clamp(42px, 16vw, 68px);
        line-height: 0.9;
    }

    .contacts-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
    }

    .contact-card {
        width: 100%;
        padding: 20px 16px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.055);
        text-align: center;
    }

    .contact-card span {
        margin-bottom: 7px;
        font-size: 11px;
        line-height: 1.2;
        letter-spacing: 0.85px;
    }

    .contact-card a,
    .contact-card strong {
        font-size: 16px;
        line-height: 1.25;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .contact-card strong + a {
        margin-top: 5px;
    }
}

@media (max-width: 420px) {
    .section--contacts {
        padding-left: 14px;
        padding-right: 14px;
    }

    .contact-card {
        padding: 18px 14px;
        border-radius: 16px;
    }

    .contact-card a,
    .contact-card strong {
        font-size: 15px;
    }
}


/* =========================================================
   LANDING PINOCCHIO PER VENDITA - MODIFICHE DA PDF
   ========================================================= */

.site-nav a[href="#cast"],
.site-nav a[href="#contatti"] {
    display: none;
}

.header-btn {
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 212, 79, 0.45);
    background: rgba(255, 212, 79, 0.12);
    color: var(--gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .8px;
    white-space: nowrap;
}

.header-btn--official {
    background: transparent;
    color: #fff8d8;
}

.ticket-strip {
    position: relative;
    z-index: 3;
    padding: 12px 24px;
    border-top: 1px solid rgba(255, 212, 79, .25);
    border-bottom: 1px solid rgba(255, 212, 79, .25);
}

.ticket-strip__inner {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.ticket-strip__text {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 14px;
}

.ticket-strip__text strong {
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 13px;
}

.ticket-strip__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ticket-strip__whatsapp,
.ticket-strip__button,
.cta,
.buy-box__whatsapp,
.buy-box__ticket {
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .65px;
    transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}

.ticket-strip__whatsapp {
    background: #0f8f42;
    color: #fff;
}

.ticket-strip__whatsapp img,
.buy-box__whatsapp img {
    width: 22px;
    height: 22px;
}

.ticket-strip__button,
.cta--primary,
.buy-box__ticket {
    background: var(--gold);
    color: #1b0f08;
    border: 1px solid var(--gold);
}

.ticket-strip__whatsapp:hover,
.ticket-strip__button:hover,
.cta:hover,
.buy-box__whatsapp:hover,
.buy-box__ticket:hover {
    transform: translateY(-2px);
}

.sales-intro {
    padding-top: 60px;
    padding-bottom: 54px;
}

.sales-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    gap: 34px;
    align-items: center;
}

.sales-intro__content {
    max-width: 760px;
}

.sales-intro__eyebrow {
    margin: 0 0 14px;
    color: var(--gold);
    font-size: clamp(18px, 2.15vw, 28px);
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase;
}

.sales-intro h1 {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(34px, 5vw, 72px);
    line-height: .92;
    font-family: var(--font-display);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sales-intro__content > p:not(.sales-intro__eyebrow) {
    margin: 0;
    max-width: 720px;
    color: var(--muted);
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.35;
    font-weight: 500;
}

.sales-intro__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.cta--ghost {
    border: 1px solid rgba(255, 212, 79, .45);
    color: var(--gold);
    background: transparent;
}

.section--sales-video {
    padding-top: 32px;
}

.sales-video {
    max-width: 1320px;
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(290px, .75fr);
    gap: 28px;
    align-items: stretch;
}

.sales-video .trailer-wrap {
    margin: 0;
    height: 100%;
}

.sales-video .trailer-wrap iframe {
    height: 100%;
    min-height: 360px;
}

.buy-box {
    padding: 34px 28px;
    border-radius: 24px;
    border: 1px solid rgba(255, 212, 79, .25);
    box-shadow: 0 30px 70px rgba(0,0,0,.38);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.buy-box > span {
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.buy-box h2 {
    margin: 10px 0 14px;
    color: #fff;
    font-size: clamp(30px, 3.6vw, 50px);
    line-height: .92;
    font-family: var(--font-display);
    font-weight: 400;
    text-transform: uppercase;
}

.buy-box p {
    margin: 0 0 22px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.45;
}

.buy-box__whatsapp {
    width: 100%;
    margin-bottom: 12px;
    background: #108f43;
    color: #fff;
}

.buy-box__ticket {
    width: 100%;
    background: transparent;
    color: var(--gold);
}

.quote-spread {
    padding-top: 28px;
    padding-bottom: 40px;
}

.quote-spread__grid {
    display: grid;
    grid-template-columns: .85fr 1.25fr .85fr;
    gap: 22px;
    align-items: center;
}

.quote-card {
    padding: 28px 24px;
    text-align: center;
}

.quote-card--large {
    padding-top: 38px;
    padding-bottom: 38px;
}

.quote-card__stars {
    margin: 0 0 12px;
    color: #ffd12f;
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1;
    letter-spacing: 4px;
}

.quote-card blockquote {
    margin: 0;
    color: #fff;
    font-size: clamp(18px, 2.3vw, 32px);
    line-height: 1.05;
    font-weight: 900;
    text-transform: uppercase;
}

.quote-card cite {
    display: block;
    margin-top: 14px;
    color: var(--gold);
    font-size: 10px;
    line-height: 1.3;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

.quote-card--hero {
    transform: rotate(-1deg);
}

.recognition-section {
    padding-top: 34px;
    padding-bottom: 44px;
}

.recognition__text h2 {
    margin: 0 0 10px;
    color: var(--gold);
    font-size: clamp(34px, 5vw, 62px);
    line-height: .9;
    font-family: var(--font-display);
    font-weight: 400;
    text-transform: uppercase;
}

.section--tour-sale {
    padding-top: 48px;
}

.tour-block--sale,
.tour-list--sale {
    max-width: 980px;
    margin: 0 auto;
}

.tour-list--sale {
    display: grid;
    gap: 16px;
}

.tour-list--sale .tour-row {
    border-radius: 22px;
    border: 1px solid rgba(255, 212, 79, .24);
    background: rgba(255,255,255,.055);
    padding: 22px;
    grid-template-columns: 170px 1fr 1.2fr auto;
    box-shadow: 0 22px 55px rgba(0,0,0,.22);
}

.tour-list--sale .tour-row__actions {
    justify-content: flex-end;
}

.press-public-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 30px;
    align-items: start;
}

.press-public-grid__item {
    min-width: 0;
}

.press-public-grid__item h3 {
    margin: 0 0 18px;
    color: var(--gold);
    font-size: clamp(30px, 4vw, 54px);
    line-height: .92;
    font-family: var(--font-display);
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.press-public-grid .public-video-box {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
}

.press-public-grid .reviews-carousel {
    padding-top: 0;
}

.press-public-grid .review-card {
    flex: 0 0 min(86%, 360px);
}

#storia {
    padding-top: 44px;
}

#firma {
    padding-bottom: 86px;
}

@media (max-width: 1060px) {
    .sales-intro__grid,
    .sales-video,
    .press-public-grid {
        grid-template-columns: 1fr;
    }

    .quote-spread__grid {
        grid-template-columns: 1fr;
    }

    .quote-card--hero {
        transform: none;
    }

    .sales-video .trailer-wrap iframe {
        height: auto;
        min-height: 0;
    }
}

@media (max-width: 820px) {
    .site-header__inner {
        gap: 10px;
    }

    .site-nav {
        display: none;
    }

    .site-header__right {
        gap: 8px;
    }

    .social-links {
        display: none;
    }

    .header-btn {
        min-height: 38px;
        padding: 0 10px;
        font-size: 10px;
        letter-spacing: .4px;
    }

    .header-btn img {
        width: 20px;
        height: 20px;
    }

    .ticket-strip {
        padding: 12px 14px;
    }

    .ticket-strip__inner,
    .ticket-strip__actions,
    .sales-intro__actions {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .ticket-strip__text {
        justify-content: center;
        flex-wrap: wrap;
    }

    .sales-intro {
        padding-top: 42px;
    }

    .sales-intro__content {
        text-align: center;
    }

    .sales-intro__actions .cta {
        width: 100%;
    }

    .quote-card {
        padding: 24px 18px;
    }

    .recognition--patronage {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .recognition__logo {
        margin: 0 auto;
    }

    .tour-list--sale .tour-row {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .tour-list--sale .tour-row__actions {
        justify-content: center;
    }
}

@media (max-width: 520px) {
    .site-logo img {
        height: 58px;
        max-width: 150px;
    }

    .header-btn--official {
        display: none;
    }

    .ticket-strip__whatsapp,
    .ticket-strip__button,
    .buy-box__whatsapp,
    .buy-box__ticket {
width: 100%;
font-size: 21px;
    }

    .sales-intro h1 {
        font-size: clamp(40px, 13vw, 56px);
    }

    .buy-box {
        padding: 26px 18px;
    }

    .press-public-grid .review-card {
        flex-basis: 88%;
    }
}


.quote-spread__grid--single {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
}

.quote-spread__grid--single .quote-card--large {
    width: min(100%, 980px);
}

/* Date tour: WhatsApp sotto TicketOne, allineati a destra */
.tour-list--sale .tour-row__actions {
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    justify-self: end;
    gap: 8px;
}

.tour-list--sale .tour-row__ticket,
.tour-list--sale .tour-row__whatsapp {
    width: auto;
    min-width: 156px;
}

.tour-list--sale .tour-row__whatsapp {
    justify-content: center;
}

@media (max-width: 980px) {
    .tour-list--sale .tour-row__actions {
        align-items: flex-end;
        justify-content: flex-end;
        justify-self: end;
        margin-left: auto;
    }
}

@media (max-width: 640px) {
    .tour-list--sale .tour-row__actions {
        align-items: flex-end;
        justify-content: flex-end;
        align-self: flex-end;
        width: auto;
    }
}

/* Mobile date tour: pulsanti sotto al testo e allineati tra loro */
@media (max-width: 640px) {
    .tour-list--sale .tour-row__actions {
        width: 100%;
        align-self: stretch;
        align-items: stretch;
        justify-content: flex-start;
        margin-left: 0;
        padding-top: 10px;
    }

    .tour-list--sale .tour-row__ticket,
    .tour-list--sale .tour-row__whatsapp {
        width: 100%;
        min-width: 0;
    }
}

/* Date tour: bottoni più larghi e testi più grandi */
.tour-list--sale .tour-row__ticket,
.tour-list--sale .tour-row__whatsapp {
    min-width: 205px;
    min-height: 46px;
    padding-left: 16px;
    padding-right: 16px;
}

.tour-list--sale .tour-row__ticket img {
    height: 26px;
    max-width: 155px;
}

.tour-list--sale .tour-row__whatsapp-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
}

.tour-list--sale .tour-row__whatsapp-text small {
    font-size: 9px;
}

.tour-list--sale .tour-row__whatsapp-text strong {
    font-size: 14px;
}

@media (max-width: 640px) {
    .tour-list--sale .tour-row__ticket,
    .tour-list--sale .tour-row__whatsapp {
        width: 100%;
        min-height: 44px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .tour-list--sale .tour-row__ticket img {
        height: 24px;
        max-width: 145px;
    }

    .tour-list--sale .tour-row__whatsapp-icon {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
    }

    .tour-list--sale .tour-row__whatsapp-text small {
        font-size: 8px;
    }

    .tour-list--sale .tour-row__whatsapp-text strong {
        font-size: 16px;
    }
}

/* WhatsApp: stesso stile dei bottoni nelle date tour */
.ticket-strip__whatsapp,
.buy-box__whatsapp {
    min-height: 46px;
    min-width: 205px;
    padding: 6px 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: rgba(37, 211, 102, 0.12);
    border: 1px solid rgba(37, 211, 102, 0.52);
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.45px;
}

.ticket-strip__whatsapp img,
.buy-box__whatsapp img {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: block;
    object-fit: contain;
}

.ticket-strip__whatsapp:hover,
.buy-box__whatsapp:hover {
    transform: translateY(-2px);
    background: rgba(37, 211, 102, 0.2);
    border-color: rgba(37, 211, 102, 0.75);
    color: #ffffff;
}

@media (max-width: 640px) {
    .ticket-strip__whatsapp,
    .buy-box__whatsapp {
        width: 100%;
        min-width: 0;
        min-height: 44px;
        padding-left: 14px;
        padding-right: 14px;
        font-size: 16px;
    }

    .ticket-strip__whatsapp img,
    .buy-box__whatsapp img {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
    }
}

