/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

:root {
    --red: #C00405;
    --blue: #142F40;
    --white: #FFFCF5;
    --gold: #D4AF37;
    --transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

.uppercase {
    text-transform: uppercase;
}


@font-face {
    font-family: "gotham";
    src: url(./fonts/gotham/gotham-book.ttf);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "gotham";
    src: url(./fonts/gotham/gotham-bold.ttf);
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "gotham";
    src: url(./fonts/gotham/gotham-light.ttf);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "gotham";
    src: url(./fonts/gotham/gotham-medium.ttf);
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "gotham";
    src: url(./fonts/gotham/GOTHAM-BLACK.TTF);
    font-weight: 900;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
button,
a,
label {
    font-family: "gotham";
}

h2,
h3 {
    font-family: "gotham";
    font-weight: bold;
    color: var(--white);

}

h2 {
    font-size: 5rem;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

h3 {
    font-size: 3.5rem;
    letter-spacing: -0.01em;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #FFFCF5;
}

.arrow-container {
    width: 36px;
    height: 36px;
}

.about-text {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.container-select {
    background-color: var(--white);
    width: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}


.gallery-container {

    width: 100%;
    display: flex;
    gap: 40px;

}

/* Póster principal */
.main-poster {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: start;
}

.poster-frame {
    border: none;
    height: 70%;
    aspect-ratio: 4/6;
    overflow: hidden;
    position: relative;
}

.poster-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: block;
}

.poster-frame img.fade-out {
    opacity: 0;
    transform: scale(0.95);
}

/* Sección de miniaturas */
.thumbnails-section {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.search-section {
    margin-bottom: 30px;
}

.search-section h3 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 4px;
    color: #a8a8a8;
}

.tamano-wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    margin-top: -15vw;
    width: 100%;
    gap: 40px
}

.tamano-panel {
    width: 25%;
}

.tamano-title {
    margin: 0;
    color: #c00;
    font-size: 6em;
    font-weight: 800
}

.tamano-label {
    color: #777;
    font-weight: 500;
    font-size: 1.5em;
    margin: 6px 0
}


.tamano-row {
    display: flex;
    gap: 8px;
    margin-bottom: 10px
}

#tamano-height {
    width: 90px;
    padding: 6px 8px;
    font-size: 1.5em;
}

#tamano-apply {
    padding: 20px 30px;
    border: 0;

    background: #c00;
    color: #fff;
    font-weight: 700;
    cursor: pointer
}

#tamano-apply:hover {
    background: #a00404;
    color: white;
    scale: 0.99;
    font-weight: 800;
}

.tamano-grid {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex-wrap: nowrap;
}

.tamano-grid button {
    padding: 14px 8px;

    border: 1px solid #ccc;
    border-radius: 6px;
    background: var(--red);
    color: #fff;
    cursor: pointer;
    transition: all .3s;
    font-weight: 500;
}

.tamano-grid button span {
    font-size: 1.5em;
    display: block;
    font-weight: 900;
    color: #fff;
}

.tamano-grid button:hover {
    background: #a00404;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.tamano-grid button.active {
    color: white;
    background: #8b0000;
    transform: scale(0.95);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
}

.tamano-stage {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 65%;
    gap: 20px
}

.tamano-person {
    width: fit-content;
    height: 160px;
    border-radius: 6px;
    transition: height .3s
}

.tamano-frame {
    border: 25px solid #000000;
    background: #fff;
    width: 28px;
    height: 43px;
    transition: width .3s, height .3s;

    position: relative
}

.tamano-frame:after {
    content: attr(data-label);
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    font-size: 12px;
    color: #666
}

.search-input {
    width: 100%;
    font-size: 36px;
    text-transform: uppercase;
    color: #0f0f0f;

    margin-left: -5px;
    font-weight: bold;
    border: none;
    border-bottom: 6px solid #C00405;
    background-color: transparent;
    outline: none;
    overflow: hidden;
    transition: all 0.3s ease;
    letter-spacing: .15em;
    /* Adjust as needed */

    animation:
        typing 0.8s steps(40, end),
        blink-caret .75s step-end infinite;
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.ask {
    flex-direction: column;
}


.search-input:focus {
    border-color: #e31e24;
}

.search-input::placeholder {
    font-size: 36px;
    text-transform: uppercase;
    color: #0f0f0f;
    font-weight: bold;
}

.thumbnails-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 30px;
    min-height: 400px;
}

.thumbnail {
    border: 3px solid #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    aspect-ratio: 11 / 17;
}

.thumbnail:hover {
    border-color: #999;
    transform: scale(1.05);
}

.thumbnail.selected {
    border-color: #e31e24;
    border-width: 4px;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navigation {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.more-size {
    font-size: 90px;
}

.nav-btn {
    background: #b71c1c;
    color: white !important;
    border: none;
    padding: 15px;
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-text {
    width: 100%;
    padding: 10% 0 3% 0;
}

.about {
    display: flex;
    flex-direction: column;
}

.nav-btn:hover {
    background: #8b0000;
    color: white;
}

.hero {
    flex-direction: column;
}

.standard-container {
    width: 90%;
    padding: 35px 5%;
    display: flex;
}

.swiper {
    width: 100%;
    height: 75dvh;
    background-size: cover;
    background-position: center;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--white);
}

.hero-text-2 {
    width: 15%;
}

.swiper-wrapper {
    min-width: 100%;

    height: 75dvh;
}

.nav-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.nav {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    width: 150px;
    height: auto;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.menu a {
    color: var(--red);
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
    font-size: 14px;
}

.menu a:hover {
    text-decoration: underline;
}

.btn-red {
    background-color: var(--red);
    color: var(--white);
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.standard-container h2 {

    color: var(--red);
    margin: 0;

    font-weight: 900;
    text-transform: uppercase;
}

.ask form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}


.ask input {
    border: none;
    border-bottom: 3px solid var(--blue);
    font-size: 1.5rem;
    width: 100%;
    padding: 10px 5px;
    background-color: transparent;
    color: var(--blue);
    font-weight: 800;
    outline: none;
    margin-top: 20px;
    transition: var(--transition);
}

.ask input:focus {
    border-bottom-color: var(--red);
    padding-left: 15px;
}

.ask input::placeholder {
    font-size: 1.5rem;
}

.ask form button {
    padding: 5px;
    border: none;
    background-color: transparent;
    color: var(--blue);
    font-size: 1.8rem;
    font-weight: bold;
    cursor: pointer;
    text-align: left;
    transition: background 0.3s ease;
}

.ask form button svg {
    width: 64px;
    height: 64px;
    fill: var(--red);
    margin-left: 8px;
    vertical-align: middle;
}

.ask form button:hover {
    background-color: var(--red);
    color: var(--white);
}


.about-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;

}

.about-image {
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-image img {
    width: 90%;
    margin-top: 50px;
    height: auto;

}

.about-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5%;
}

.about-text p {
    font-size: 18px;
    color: var(--blue);
    margin: 0;
    text-align: start;
    font-weight: 500;

}

.before-text h2 {
    font-size: 8vw;
    color: var(--red);
    margin: 0;
    text-align: left;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
}

.before-text {
    width: 90%;
    padding: 10% 5% 3%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.reverse {
    flex-direction: row-reverse;
}

.footer {
    width: 100%;
    background-color: var(--blue);
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-red:hover {
    background-color: darken(var(--red), 10%);
}

.hero-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.hero-text-1 h1 {
    font-size: 48px;
    color: var(--red);
    margin: 0;
    text-align: left;
    font-weight: 900;
}

.weight-light {
    font-weight: 300;
}

.hero-text-2 p {
    font-size: 18px;
    color: var(--blue);
    margin: 0;
    text-align: left;
    font-weight: 500;
}

.swiper-slide {
    width: 100%;
    min-height: 75dvh;
    background-size: cover;
    background-position: center;
    transition: transform 10s linear;
}

.swiper-slide-active {
    transform: scale(1.1);
}

.container {
    display: flex;
    align-items: center;
    gap: 50px;
}

.input-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.input-section h2 {
    color: #c00;
    margin: 0;
}

.input-section label {
    color: #888;
    font-weight: bold;
    margin: 10px 0 5px;
}

input {
    padding: 5px;
    width: 150px;
    font-size: 16px;
}

button {
    margin-top: 15px;
    background: transparent;
    border: none;
    cursor: pointer;
}

div,
label {
    font-family: 'gotham';
}

.tamano-frame {
    color: white;
}

.visual {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    position: relative;
}

.person {
    width: 40px;
    background: #000;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.head {
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
    margin-bottom: 5px;
}

.body {
    flex: 1;
    width: 15px;
}

.frames {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.frame {
    border: 2px solid #555;
    background: #fff;
}

input {
    background-color: transparent;
    border: none;
    border-bottom: 6px solid var(--blue);
}

:root {
    --accent: #b4b2ad;
}

.marquee-wrapper {
    width: 100%;
    padding: 28px 0;
    background: transparent;
    /* como pediste */
}

.marquee {
    overflow: hidden;
    width: 100%;
    margin: 6px 0;
    /* altura flexible según fuente - se controla con padding y font-size */
}

/* Track que se mueve */
.marquee .track {
    display: inline-block;
    white-space: nowrap;
    will-change: transform;

    /* duración variable (seteada por JS) y 'alternate' para que vuelva */
    animation: scroll var(--duration, 18s) linear infinite alternate;
    /* pausa al pasar el mouse */
    transition: opacity .25s ease;
}

.marquee:hover .track {
    animation-play-state: paused;
    opacity: 0.95;
}

/* Items individuales (espaciado y estilo) */
.marquee .item {
    display: inline-block;
    padding: 0 2.2rem;
    color: var(--accent);
    font-weight: 600;
    font-size: clamp(18px, 3.8vw, 56px);
    /* responsive */
    line-height: 1;
    letter-spacing: 0.02em;
    opacity: 0.95;
    text-transform: none;

}

/* Contenedor general */
.marquee-wrapper {
    width: 100%;
    padding: 28px 0;
    background: transparent;
    /* como pediste */
}

/* Marca (LA VINTAGETTE) con estilo distintivo */
.marquee .brand {
    text-transform: uppercase !important;
    letter-spacing: 0.12em;
    font-weight: 900;
    font-size: clamp(20px, 4.5vw, 68px);
    opacity: 0.99;
}


/* Texto secundario más fino si quieres contraste */
.marquee .muted {
    font-weight: 500;
    opacity: 0.9;
    text-transform: uppercase;
}

/* keyframes usan variables --from y --to para invertir dirección si se requiere */
@keyframes scroll {
    from {
        transform: translateX(var(--from, 0));
    }

    to {
        transform: translateX(var(--to, -50%));
    }
}

/* espacio entre las 3 líneas para que respire */
.marquee+.marquee {
    margin-top: 12px;
}

/* pequeño ajuste para pantallas muy pequeñas */
@media (max-width:420px) {
    .marquee .item {
        padding: 0 1rem;
    }
}


:root {
    --duration: 0.6s;
    --delay: 0.15s;
}


/* Preloader ocupa toda la pantalla */
.preloader {
    position: fixed;
    inset: 0;
    background: #000;
    /* fondo negro */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden;
    transition: opacity 0.5s ease;
}

.preloader.fade-out {
    opacity: 0;
    pointer-events: none;
}

.preloader-boxes {
    display: flex;
    gap: 1rem;
}

.box {
    aspect-ratio: 11 / 17;
    width: 15vw;
    overflow: hidden;
    transform: translateY(120%);
    opacity: 0;
}

.box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo-preloader {
    width: 85% !important;
    object-fit: none !important;
}

.box.visible {
    opacity: 1;
    transform: translateY(0);
}

.slide-base {
    opacity: 0;
    transform: translateX(0);
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.slide-left {
    transform: translateX(-100px);
    /* parte fuera de la pantalla */
}

.slide-right {
    transform: translateX(100px);
}

/* cuando entra */
.in-view {
    opacity: 1;
    transform: translateX(0);
}

@keyframes slideIn {
    from {
        transform: translateY(120%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideOut {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(120%);
        opacity: 0;
    }
}

.slide-in {
    animation: slideIn 0.6s ease forwards;
}

.slide-out {
    animation: slideOut 0.6s ease forwards;
}


.navigation-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}

.more-btn {
    background-color: var(--blue);
    color: var(--white) !important;
    padding: 14px 28px;
    text-decoration: none;
    font-weight: 800;
    transition: var(--transition);
    font-size: 14px;
    letter-spacing: 2px;
    border: none;
    display: inline-block;
}

.more-btn:hover {
    background-color: var(--red);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.hamburger {
    width: 0px;
    display: none;
}

/* Responsive */
@media (max-width: 768px) {
    .gallery-container {
        flex-direction: column;
        padding: 20px;
        gap: 30px;
    }

    .poster-frame {
        width: 300px;
        height: 450px;
    }

    .thumbnails-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .search-section h1 {
        font-size: 20px;
    }

    .search-input {
        font-size: 18px;
        padding: 12px;
        width: 90%;
    }

    .search-input::placeholder {
        font-size: 16px;
    }

    .nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        z-index: 1000;
        position: relative;
    }

    .hamburger {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
        z-index: 1001;

    }

    .hamburger span {
        width: 30px;
        height: 3px;
        background-color: var(--red);
        transition: 0.3s;
    }

    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 6px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -6px);
    }

    .menu {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: var(--white);
        flex-direction: column;
        float: right;
        padding: 20px 0;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

    .menu.mobile-active {
        display: flex;
    }

    .menu a {
        margin: 10px 0;
        font-size: 18px;
    }

    .hero-text {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hero-text-1 {
        width: 100%;
    }

    .hero-text-2 {
        width: 100%;
    }

    .hero-text-1 h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .more-size {
        font-size: 42px;
    }

    .swiper {
        height: 50dvh;
        width: 100%;
    }

    .standard-container {
        padding: 0;
    }

    .tamano-wrap {
        margin-top: 0px;
        flex-direction: column;
        align-items: center;
    }

    .tamano-panel {
        width: 100%;
        text-align: center;
    }

    .tamano-stage {
        width: 100%;
        justify-content: center;
    }

    .tamano-title {
        font-size: 3em;
        text-align: center;
        margin-bottom: 10px;
    }

    .tamano-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }

    .tamano-grid button {
        width: 45%;
    }

    h2 {
        font-size: 48px;
    }

    .ask input {
        font-size: 16px;
        width: 85%;
        border-bottom-width: 3px;
    }

    input::placeholder {
        font-size: 16px;
    }

    .about-container {
        flex-direction: column;
        gap: 20px;
    }

    .about-image {
        width: 100%;
    }

    .about-text {
        max-width: 100%;
        padding: 5% 0;
    }

    .ask form button {
        font-size: 24px;
        text-align: center;
    }

    .ask form button svg {
        width: 48px;
        height: 48px;
    }
}

/* Preloader boxes on mobile */
@media (max-width: 768px) {
    .box {
        width: 18vw;
    }

    .logo-preloader {
        width: 70% !important;
    }
}

@media (max-width: 480px) {
    .poster-frame {
        width: 250px;
        height: 375px;
    }

    .poster-info {
        padding: 10px;
    }

    .poster-details h2 {
        font-size: 18px;
    }

    .poster-details p {
        font-size: 14px;
    }
}

/* --- AESTHETIC ENHANCEMENTS --- */

/* Marquee Fade Effect */
.marquee-wrapper {
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

/* Scroll Reveal Animations */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: var(--transition);
}

.reveal.in-view {
    opacity: 1;
    transform: translateY(0);
}

.reveal-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: var(--transition);
}

.reveal-left.in-view {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(50px);
    transition: var(--transition);
}

.reveal-right.in-view {
    opacity: 1;
    transform: translateX(0);
}

.reveal-delay-1 {
    transition-delay: 0.15s;
}

.reveal-delay-2 {
    transition-delay: 0.3s;
}

.reveal-delay-3 {
    transition-delay: 0.45s;
}

/* Interactive Polish */
.thumbnail {
    transition: var(--transition);
}

.thumbnail:hover {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.nav-btn {
    transition: var(--transition);
}

.nav-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(192, 4, 5, 0.3);
}

/* Footer Styling */
.footer {
    padding: 80px 5% 40px;
    background-color: var(--blue);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--white);
    text-align: center;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    width: 200px;
    filter: brightness(0) invert(1);
}

.footer-socials {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.footer-socials a {
    color: var(--white);
    text-decoration: none;
    font-size: 24px;
    transition: var(--transition);
}

.footer-socials a:hover {
    color: var(--red);
    transform: translateY(-5px);
}

.footer-copy {
    font-size: 14px;
    opacity: 0.6;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}