@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Russo+One&display=swap");
:root {
    --pink: #ff00c8;
    --violet: #7b00ff;
    --cyan: #00e5ff;
    --blue: #2147ff;
    --dark: #05051a;
    --ink: #0a0a27;
    --white: #fff;
    --grad: linear-gradient(110deg, #ff00c8 0%, #8b00ff 42%, #006dff 72%, #00e5ff 100%);
    --glow: 0 0 12px rgba(255, 0, 200, 0.65), 0 0 35px rgba(123, 0, 255, 0.45), 0 0 70px rgba(0, 229, 255, 0.22);
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    background: var(--dark);
    color: #fff;
    font-family: Montserrat, Arial, sans-serif;
    overflow-x: hidden;
}
.shell {
    width: min(1400px, calc(100% - 72px));
    margin: auto;
}
.noise {
    position: fixed;
    inset: 0;
    z-index: 20;
    pointer-events: none;
    opacity: 0.045;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.cursor-glow {
    position: fixed;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 229, 255, 0.14), transparent 65%);
    pointer-events: none;
    z-index: 1;
    transform: translate(-50%, -50%);
    mix-blend-mode: screen;
}
.orb {
    position: fixed;
    border-radius: 50%;
    filter: blur(5px);
    opacity: 0.35;
    pointer-events: none;
    z-index: 0;
    --parallax-offset: 0px;
    transform: translate3d(0, var(--parallax-offset), 0);
}
.orb-a {
    width: 340px;
    height: 340px;
    right: -90px;
    top: 12%;
    background: radial-gradient(circle, #ff00c8, transparent 68%);
}
.orb-b {
    width: 300px;
    height: 300px;
    left: -120px;
    top: 52%;
    background: radial-gradient(circle, #006dff, transparent 68%);
}
.orb-c {
    width: 260px;
    height: 260px;
    right: 12%;
    bottom: 5%;
    background: radial-gradient(circle, #00e5ff, transparent 68%);
}
a {
    color: inherit;
    text-decoration: none;
}
.nav {
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Russo One", sans-serif;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 0.9;
    text-shadow: var(--glow);
}
.brand img {
    width: 54px;
    height: auto;
}
.nav-links {
    display: flex;
    gap: 40px;
    margin-left: auto;
    margin-right: 42px;
}
.nav-links a,
.nav-phone {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
}
.nav-links a {
    opacity: 0.8;
    transition: 0.25s;
}
.nav-links a:hover {
    opacity: 1;
    color: var(--cyan);
    text-shadow: 0 0 15px var(--cyan);
}
.nav-phone {
    padding: 13px 18px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    box-shadow:
        inset 0 0 18px rgba(255, 0, 200, 0.08),
        0 0 22px rgba(0, 229, 255, 0.1);
}
.menu {
    display: none;
}
[data-parallax] {
    --parallax-offset: 0px;
    will-change: transform;
}
.hero {
    min-height: 100svh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #05051a;
}
.hero-media {
    position: absolute;
    inset: -6%;
    background-image: url("../img/header.jpg");
    background-size: cover;
    background-position: center;
    --parallax-scale: 1.06;
    transform: translate3d(0, var(--parallax-offset), 0) scale(var(--parallax-scale));
}
.hero-vignette {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 5, 26, 0.94) 0%, rgba(5, 5, 26, 0.58) 42%, rgba(5, 5, 26, 0.15) 100%),
        linear-gradient(0deg, rgba(5, 5, 26, 0.9), transparent 35%);
}
.hero:after {
    content: "";
    position: absolute;
    inset: auto -10% -28% -10%;
    height: 45%;
    background: radial-gradient(ellipse, rgba(255, 0, 200, 0.3), transparent 65%);
    filter: blur(20px);
}
.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 70px;
}
.hero-kicker,
.eyebrow {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3px;
    color: #bfefff;
    text-shadow: 0 0 12px rgba(0, 229, 255, 0.75);
}
h1,
h2,
h3,
p {
    margin-top: 0;
}
.hero h1 {
    font-family: "Russo One", sans-serif;
    font-size: clamp(58px, 9.4vw, 156px);
    line-height: 0.84;
    letter-spacing: -4px;
    margin: 22px 0 26px;
    text-shadow:
        0 0 8px #fff,
        0 0 28px rgba(255, 0, 200, 0.75),
        0 0 70px rgba(123, 0, 255, 0.45);
    max-width: 1100px;
}
.hero-title {
    display: block;
}
.hero-line {
    display: block;
    white-space: nowrap;
    width: fit-content;
}
.hero h1 span:not(.blink),
h2 span,
h2 em {
    font-style: normal;
    background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    filter: drop-shadow(0 0 14px rgba(255, 0, 200, 0.55));
}
.blink {
    color: var(--cyan);
    animation: blink 1s steps(2, end) infinite;
    text-shadow:
        0 0 12px var(--cyan),
        0 0 40px var(--cyan);
}
.hero-content p {
    font-size: 15px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 600;
    text-shadow:
        2px 2px 6px #ab00c1,
        -2px -2px 6px #c100b7,
        -2px 2px 6px #c100b1,
        2px -2px 6px #00b1c1;
}
.hero-actions {
    display: flex;
    gap: 16px;
    margin-top: 38px;
    flex-wrap: wrap;
    align-items: center;
}
.cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 28px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.6px;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
button.cta {
    font-family: inherit;
    cursor: pointer;
    border: 0;
}
.cta-main {
    background: var(--grad);
    box-shadow:
        0 0 18px rgba(255, 0, 200, 0.55),
        0 0 45px rgba(0, 229, 255, 0.2);
}
.cta-main:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow:
        0 0 28px rgba(255, 0, 200, 0.8),
        0 0 70px rgba(0, 229, 255, 0.35);
}
.cta-wave {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border: 0;
    padding: 0 34px;
}
.cta-wave__text {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}
.cta-wave__waves {
    position: absolute;
    width: 280px;
    height: 280px;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 0, 200, 0.95), rgba(0, 229, 255, 0.9));
    box-shadow: inset 0 0 50px rgba(255, 255, 255, 0.28);
    border-radius: 38%;
    transition: all 0.8s ease 0s;
}
.cta-wave__waves::before,
.cta-wave__waves::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 250%;
    height: 250%;
    border-radius: 48%;
    transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
}
.cta-wave__waves::before {
    background: rgba(255, 255, 255, 0.18);
    animation: wave-spin 5s infinite linear;
}
.cta-wave__waves::after {
    background: rgba(255, 248, 248, 0.45);
    border-radius: 44%;
    animation: wave-spin 10s infinite linear;
}
.cta-wave:hover .cta-wave__waves {
    top: -50px;
}
@keyframes wave-spin {
    0% {
        transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
    }
    100% {
        transform: translate3d(-50%, -96%, 0) rotate(360deg) scale(1);
    }
}
.cta-ghost {
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(8px);
}
.cta-ghost:hover {
    border-color: var(--cyan);
    color: var(--cyan);
    box-shadow: 0 0 25px rgba(0, 229, 255, 0.3);
}
.party-button-inline {
    border: 0;
    cursor: pointer;
    min-width: 210px;
    font-size: 12px;
    letter-spacing: 1.4px;
    white-space: nowrap;
}
.hero-bottom {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.6);
    text-shadow:
        2px 2px 6px #ab00c1,
        -2px -2px 6px #c100b7,
        -2px 2px 6px #c100b1,
        2px -2px 6px #00b1c1;
}
.statement {
    padding: 170px 0 150px;
    position: relative;
}
.statement:before {
    content: "QUEST";
    position: absolute;
    right: -4%;
    top: 40px;
    font-family: "Russo One";
    font-size: clamp(120px, 24vw, 400px);
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.06);
    pointer-events: none;
}
.statement h2,
.section-head h2,
.prices h2,
.video-content h2,
.reviews > h2,
.contact-cta h2 {
    font-family: "Russo One", sans-serif;
    font-size: clamp(54px, 8vw, 120px);
    line-height: 0.9;
    letter-spacing: -3px;
    margin: 22px 0 28px;
    text-shadow:
        0 0 12px rgba(255, 255, 255, 0.22),
        0 0 40px rgba(123, 0, 255, 0.25);
}
.statement p {
    max-width: 680px;
    font-size: 18px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.62);
    font-weight: 500;
}
.feature-band {
    background: linear-gradient(115deg, #16002d, #07072b 42%, #001b3b);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}
.feature-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.feature {
    padding: 70px 38px;
    min-height: 380px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    transition: 0.4s;
    overflow: hidden;
}
.feature:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    right: -80px;
    bottom: -80px;
    background: radial-gradient(circle, rgba(255, 0, 200, 0.35), transparent 65%);
    transition: 0.4s;
}
.feature:hover {
    background: rgba(255, 255, 255, 0.035);
    transform: translateY(-8px);
}
.feature:hover:after {
    transform: scale(1.6);
}
.feature img {
    width: 86px;
    height: 98px;
    object-fit: contain;
    filter: drop-shadow(0 0 12px rgba(0, 229, 255, 0.55));
    margin-bottom: 35px;
}
.feature span {
    position: absolute;
    top: 34px;
    right: 30px;
    color: rgba(255, 255, 255, 0.35);
    font-weight: 800;
}
.feature h3 {
    font-family: "Russo One";
    font-size: 23px;
    text-shadow: 0 0 12px rgba(255, 0, 200, 0.55);
}
.feature p {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.52);
    max-width: 230px;
}
.games {
    padding: 150px 0;
}
.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 65px;
}
.section-head p {
    max-width: 390px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    font-size: 14px;
}
.game-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px;
}
.game {
    min-height: 430px;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #111;
    grid-column: span 4;
    transform-style: preserve-3d;
    transition:
        transform 0.15s ease,
        box-shadow 0.35s;
}
.game-big {
    grid-column: span 8;
    min-height: 560px;
}
.game-wide {
    grid-column: span 8;
}
.game img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
    filter: saturate(1.08);
}
.game-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(5, 5, 26, 0.98) 0%, rgba(5, 5, 26, 0.35) 55%, rgba(5, 5, 26, 0.02));
    z-index: 1;
}
.game:hover {
    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.5),
        0 0 35px rgba(123, 0, 255, 0.22);
}
.game:hover img {
    transform: scale(1.08);
}
.game-copy {
    position: absolute;
    z-index: 2;
    left: 30px;
    right: 30px;
    bottom: 30px;
}
.game-copy small {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 2px;
    color: var(--cyan);
    text-shadow: 0 0 14px var(--cyan);
}
.game-copy h3 {
    font-family: "Russo One";
    font-size: clamp(25px, 3vw, 46px);
    margin: 10px 0;
    text-shadow:
        0 0 10px #fff,
        0 0 25px rgba(255, 0, 200, 0.55);
}
.game-copy p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.55;
    max-width: 550px;
}
.game-copy button {
    border: 0;
    background: none;
    color: #fff;
    padding: 0;
    font: 900 11px Montserrat;
    letter-spacing: 1.5px;
    cursor: pointer;
    text-shadow: 0 0 14px var(--pink);
}

/* Editorial format posters */
.formats {
    position: relative;
    padding: 150px 0 120px;
    overflow: clip;
    background:
        radial-gradient(circle at 82% 12%, rgba(255, 0, 200, 0.12), transparent 28%),
        radial-gradient(circle at 15% 72%, rgba(0, 109, 255, 0.1), transparent 30%);
}
.formats-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 72px;
}
.formats-head p {
    max-width: 430px;
    margin: 0 0 3px;
    color: rgba(255, 255, 255, 0.58);
    line-height: 1.75;
    font-size: 14px;
}
.formats-list {
    width: min(1180px, calc(100% - 72px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 24px;
}
.format-panel {
    position: relative;
    isolation: isolate;
    will-change: transform;
    transition:
        transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1),
        filter 0.5s ease;
    content-visibility: auto;
    contain-intrinsic-size: 1180px 1672px;
    overflow: hidden;
    border-radius: 10px;
}
.format-panel::before {
    content: "";
    position: absolute;
    inset: 7% 8%;
    z-index: -1;
    border-radius: 45%;
    background: radial-gradient(ellipse, rgba(255, 0, 200, 0.22), transparent 68%);
    filter: blur(55px);
    opacity: 0.55;
}
.format-panel img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}
.format-panel:hover {
    transform: translateY(-6px) scale(1.006);
    filter: saturate(1.04);
}

.prices {
    position: relative;
    padding: 150px 0 170px;
    overflow: visible;
    background: #08002a;
}
.prices-bg {
    position: absolute;
    inset: -12%;
    background-image: linear-gradient(100deg, rgba(8, 0, 42, 0.96), rgba(8, 0, 42, 0.6)), url("../img/pricing2.jpg");
    background-size: cover;
    background-position: center;
    opacity: 0.75;
    --parallax-scale: 1.08;
    transform: translate3d(0, var(--parallax-offset), 0) scale(var(--parallax-scale));
    pointer-events: none;
}
.prices:before,
.prices:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(25px);
    pointer-events: none;
}
.prices:before {
    width: 500px;
    height: 500px;
    left: -180px;
    top: 15%;
    background: radial-gradient(circle, rgba(255, 0, 200, 0.5), transparent 68%);
}
.prices:after {
    width: 500px;
    height: 500px;
    right: -150px;
    bottom: 0;
    background: radial-gradient(circle, rgba(0, 229, 255, 0.35), transparent 68%);
}
.prices-inner {
    position: relative;
    z-index: 2;
}
.prices h2 {
    position: relative;
    z-index: 2;
    font-size: clamp(70px, 11vw, 170px);
    margin-bottom: 18px;
}
.price-note {
    position: relative;
    z-index: 2;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 15px var(--pink);
}
.price-stack {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 70px;
}
.price-item {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.price-card {
    margin: 0;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    height: 980px;
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.4),
        0 0 45px rgba(255, 0, 200, 0.22);
    transition: 0.45s;
}
.price-card:hover {
    transform: translateY(-14px) scale(1.01);
    box-shadow:
        0 40px 90px rgba(0, 0, 0, 0.55),
        0 0 70px rgba(0, 229, 255, 0.3);
}
.price-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    background: #fff;
}
.price-label {
    position: absolute;
    z-index: 2;
    left: 24px;
    top: 24px;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(5, 5, 26, 0.78);
    backdrop-filter: blur(12px);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.5px;
    box-shadow: 0 0 25px rgba(255, 0, 200, 0.35);
}
.price-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 22px 17px 22px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow:
        inset 0 0 18px rgba(255, 0, 200, 0.09),
        0 0 26px rgba(0, 229, 255, 0.08);
    font-family: "Russo One";
    font-size: clamp(16px, 1.3vw, 22px);
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-shadow: 0 0 14px rgba(255, 0, 200, 0.6);
}
.price-caption b {
    color: var(--cyan);
    font-size: 1.2em;
    transform: translateY(-1px);
    text-shadow: 0 0 12px rgba(0, 229, 255, 0.9);
}
.price-marquee {
    margin-top: 80px;
    white-space: nowrap;
    font-family: "Russo One";
    font-size: clamp(35px, 5vw, 78px);
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.18);
    animation: marquee 18s linear infinite;
}
.gallery {
    padding: 160px 0;
}
.gallery-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    grid-template-rows: 240px 220px 240px;
    gap: 18px;
    max-width: 1280px;
    margin: 0 auto;
}
.photo {
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    --parallax-scale: 1.08;
    box-shadow: 0 18px 44px rgba(4, 4, 20, 0.2);
}
.photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s;
    transform: translate3d(0, var(--parallax-offset), 0) scale(var(--parallax-scale));
}
.photo:hover img {
    transform: translate3d(0, var(--parallax-offset), 0) scale(calc(var(--parallax-scale) + 0.01));
}
.p1 {
    grid-column: 1;
    grid-row: 1 / span 2;
    --parallax-offset: 0px;
    transform: none !important;
}
.p1 img {
    object-fit: cover;
    transform: none !important;
}
.p2 {
    grid-column: 2;
    grid-row: 1;
}
.p3 {
    grid-column: 3;
    grid-row: 1;
}
.p4 {
    grid-column: 2;
    grid-row: 2;
}
.p5 {
    grid-column: 3;
    grid-row: 2;
}
.p6 {
    grid-column: 2 / span 2;
    grid-row: 3;
}
.video-section {
    min-height: 75vh;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #04041a;
}
.video-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 4, 26, 0.96), rgba(4, 4, 26, 0.25)),
        url("../img/111.jpg") center/cover;
    --parallax-scale: 1.08;
    transform: translate3d(0, var(--parallax-offset), 0) scale(var(--parallax-scale));
}
.video-section:after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 50%, rgba(255, 0, 200, 0.2), transparent 35%);
}
.video-content {
    position: relative;
    z-index: 2;
}
.video-content h2 {
    font-size: clamp(70px, 10vw, 150px);
}
.play {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 0 26px 0 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-family: "Russo One";
    font-size: clamp(18px, 2vw, 28px);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
}
.play span {
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--grad);
    box-shadow: 0 0 30px rgba(255, 0, 200, 0.7);
    transition: 0.3s;
}
.play:hover span {
    transform: scale(1.12);
    box-shadow: 0 0 55px rgba(0, 229, 255, 0.7);
}
.video-pills {
    padding: 40px 0 120px;
    background: #0b0823;
}
.video-pills-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.video-pills h2 {
    font-family: "Russo One";
    font-size: clamp(60px, 7vw, 120px);
    line-height: 0.9;
    margin: 0;
    background: linear-gradient(180deg, #ffffff 0%, #f6d5ff 100%);
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 0 0 30px rgba(255, 0, 200, 0.45);
}
.video-pills p {
    margin: 10px 0 26px;
    font-size: clamp(20px, 3vw, 32px);
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 18px rgba(255, 0, 200, 0.5);
}
.video-pill {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 320px;
    height: 74px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: var(--grad);
    color: #fff;
    font-family: "Russo One";
    font-size: clamp(24px, 2vw, 38px);
    letter-spacing: 0.04em;
    text-shadow: 0 0 16px rgba(255, 255, 255, 0.7);
    box-shadow:
        0 0 18px rgba(255, 0, 200, 0.48),
        0 0 38px rgba(0, 229, 255, 0.18),
        inset 0 0 0 1px rgba(255, 255, 255, 0.12);
    cursor: pointer;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        filter 0.25s ease;
}
.video-pill:hover {
    transform: translateY(-2px) scale(1.01);
    filter: brightness(1.04);
    box-shadow:
        0 0 22px rgba(255, 0, 200, 0.66),
        0 0 46px rgba(0, 229, 255, 0.26),
        inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}
.video-pill-main {
    min-width: 430px;
    height: 88px;
    margin-bottom: 28px;
}
.video-pill span {
    font-size: 0.85em;
    transform: translateY(-2px);
    opacity: 0.95;
}
.video-pills-caption {
    margin: 0 0 28px;
    font-size: clamp(18px, 2vw, 28px);
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 16px rgba(255, 0, 200, 0.45);
    letter-spacing: 0.03em;
}
.video-pill-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    gap: 24px 18px;
    width: min(100%, 1100px);
    justify-content: center;
}
.video-pill-grid .video-pill {
    min-width: 0;
    width: 100%;
    max-width: 260px;
    justify-self: center;
}
.video-pill-center {
    grid-column: 2 / span 2;
    max-width: 320px;
}

@media (max-width: 900px) {
    .formats {
        padding: 100px 0 80px;
    }
    .formats-head {
        display: block;
        margin-bottom: 42px;
    }
    .formats-head p {
        margin-top: 22px;
        max-width: 600px;
        font-size: 13px;
    }
    .formats-list {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
    .format-panel {
        margin: 0;
        border-radius: 8px;
    }
    .format-panel img {
        border-radius: 0;
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
    }
    .format-panel:hover {
        transform: none;
        filter: none;
    }
}

@media (max-width: 560px) {
    .formats-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .format-panel {
        border-radius: 10px;
    }
}

@media (max-width: 900px) {
    .video-pills {
        padding: 30px 0 80px;
    }
    .video-pills-inner {
        width: 100%;
    }
    .video-pills h2 {
        font-size: clamp(42px, 12vw, 72px);
    }
    .video-pills p {
        margin-bottom: 18px;
        font-size: clamp(18px, 5vw, 28px);
    }
    .video-pill {
        width: min(100%, 420px);
        min-width: 0;
        height: 60px;
        padding: 0 18px;
        font-size: clamp(18px, 5vw, 28px);
        letter-spacing: 0.02em;
    }
    .video-pill-main {
        width: min(100%, 420px);
        min-width: 0;
        height: 68px;
        margin-bottom: 18px;
    }
    .video-pills-caption {
        margin-bottom: 18px;
        font-size: clamp(18px, 5vw, 24px);
        line-height: 1.4;
    }
    .video-pill-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        width: 100%;
    }
    .video-pill-grid .video-pill,
    .video-pill-center {
        width: min(100%, 420px);
        max-width: 420px;
        grid-column: auto;
    }
}
@media (max-width: 380px) {
    .video-pills {
        padding: 24px 0 56px;
    }
    .video-pills-inner {
        width: 100%;
    }
    .video-pills h2 {
        font-size: clamp(28px, 9vw, 42px);
    }
    .video-pills p {
        font-size: clamp(16px, 6vw, 22px);
    }
    .video-pill,
    .video-pill-main {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        height: 54px;
        padding: 0 16px;
        font-size: clamp(16px, 5.5vw, 22px);
        letter-spacing: 0.01em;
    }
    .video-pill-main {
        height: 60px;
        margin-bottom: 14px;
    }
    .video-pills-caption {
        font-size: clamp(17px, 5vw, 22px);
        line-height: 1.35;
        margin-bottom: 16px;
    }
    .video-pill span {
        font-size: 0.85em;
    }
}
.reviews {
    padding: 160px 0;
}
.review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 60px;
}
.review {
    margin: 0;
    padding: 42px;
    background: linear-gradient(145deg, rgba(255, 0, 200, 0.08), rgba(0, 229, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    min-height: 300px;
    transition: 0.35s;
}
.review:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 229, 255, 0.4);
    box-shadow: 0 0 40px rgba(0, 229, 255, 0.12);
}
.review div {
    color: #fff;
    text-shadow: 0 0 12px #ff00c8;
    letter-spacing: 4px;
}
.review p {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.72);
    margin: 30px 0;
}
.review cite {
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.4);
}
.contact-cta {
    padding: 110px 0;
    background: var(--grad);
    position: relative;
    overflow: hidden;
}
.contact-cta:after {
    content: "QUEST";
    position: absolute;
    right: -5%;
    bottom: -40%;
    font-family: "Russo One";
    font-size: 35vw;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.12);
}
.contact-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
.contact-cta h2 {
    font-size: clamp(70px, 9vw, 150px);
    text-shadow:
        2px 2px 6px #ab00c1,
        -2px -2px 6px #c100b7,
        -2px 2px 6px #c100b1,
        2px -2px 6px #00b1c1;
}
.huge-button {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: #07072b;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "Russo One";
    font-size: 32px;
    box-shadow:
        0 0 35px rgba(255, 255, 255, 0.25),
        0 0 80px rgba(5, 5, 26, 0.45);
    transition: 0.4s;
}
.huge-button:hover {
    transform: rotate(-6deg) scale(1.06);
    box-shadow: 0 0 60px rgba(255, 255, 255, 0.4);
}
.huge-button small {
    font: 800 12px Montserrat;
    letter-spacing: 1px;
    margin-top: 8px;
}
footer {
    padding: 100px 0 30px;
    background: #030312;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 70px;
}
.footer-logo {
    width: 65px;
    filter: drop-shadow(0 0 15px rgba(255, 0, 200, 0.7));
}
.footer-grid h3 {
    font-family: "Russo One";
    font-size: clamp(40px, 5vw, 72px);
    line-height: 0.9;
    margin-top: 28px;
    text-shadow: 0 0 18px rgba(255, 0, 200, 0.45);
}
.footer-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.footer-info span {
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 2px;
    color: var(--cyan);
}
.footer-info p {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 15px;
}
.footer-info a:hover {
    color: #fff;
    text-shadow: 0 0 15px var(--pink);
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 25px;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-size: 9px;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.35);
}
.footer-bottom .social-links {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.footer-bottom .social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    background: var(--grad);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    box-shadow:
        0 0 18px rgba(255, 0, 200, 0.55),
        0 0 45px rgba(0, 229, 255, 0.2);
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}
.footer-bottom .social-links a:last-child {
    background: linear-gradient(135deg, rgba(255, 0, 200, 0.9), rgba(0, 174, 255, 0.9));
}
.footer-bottom .social-links a:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow:
        0 0 28px rgba(255, 0, 200, 0.8),
        0 0 70px rgba(0, 229, 255, 0.35);
}
.mobile-bar,
.mobile-menu {
    display: none;
}
.modal {
    position: fixed;
    inset: 0;
    z-index: 50;
    background: rgba(2, 2, 15, 0.8);
    backdrop-filter: blur(18px);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 25px;
}
.modal.open {
    display: flex;
}
.modal-box {
    width: min(720px, 100%);
    padding: 60px;
    border-radius: 30px;
    background: linear-gradient(145deg, #130029, #05051d);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 0 80px rgba(255, 0, 200, 0.25);
}
.video-modal .modal-box {
    width: min(980px, 100%);
    padding: 34px 18px 18px;
    background: rgba(4, 4, 26, 0.96);
}
.video-modal video {
    display: block;
    width: 100%;
    max-height: 72vh;
    border-radius: 18px;
    background: #000;
}
.video-close {
    top: 12px;
    right: 18px;
}
.party-cta {
    display: flex;
    justify-content: center;
    padding: 0 0 80px;
}
.party-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 0 36px;
    border: 0;
    border-radius: 999px;
    background: var(--grad);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    box-shadow:
        0 0 18px rgba(255, 0, 200, 0.55),
        0 0 45px rgba(0, 229, 255, 0.2);
    cursor: pointer;
    transition: 0.3s;
}
.party-button:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow:
        0 0 28px rgba(255, 0, 200, 0.8),
        0 0 70px rgba(0, 229, 255, 0.35);
}
.party-modal-box {
    position: relative;
    width: min(760px, 100%);
    padding: 54px 42px 42px;
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(128, 12, 165, 0.98), rgba(54, 17, 129, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 0 60px rgba(94, 21, 148, 0.45);
}
.party-mark {
    position: absolute;
    top: 18px;
    right: 26px;
    font-family: "Russo One";
    font-size: 54px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.8);
}
.party-modal-box h2 {
    margin: 0 0 18px;
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1.08;
    font-family: "Russo One";
    letter-spacing: -1px;
    text-align: center;
    color: #fff;
}
.party-modal-box p {
    margin: 0 0 28px;
    font-size: 22px;
    line-height: 1.35;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
}
.party-form {
    display: grid;
    gap: 18px;
}
.party-form input {
    width: 100%;
    min-height: 72px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    background: rgba(102, 35, 118, 0.25);
    color: #fff;
    font-size: 18px;
    outline: none;
    box-sizing: border-box;
}
.party-form input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.party-form input:focus {
    border-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
}
.party-submit {
    min-height: 74px;
    margin-top: 8px;
    border: 0;
    border-radius: 999px;
    background: #f4f1f7;
    color: #3a0c6b;
    font-size: 20px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.2s ease;
}
.party-submit:hover {
    transform: translateY(-2px);
}
.party-modal .modal-close {
    top: 20px;
    right: 22px;
}
.modal-box h2 {
    font-family: "Russo One";
    font-size: clamp(45px, 7vw, 85px);
    line-height: 0.9;
    margin: 20px 0;
    background: var(--grad);
    -webkit-background-clip: text;
    color: transparent;
}
.modal-box p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 35px;
}
.modal-close,
.menu-close {
    position: absolute;
    border: 0;
    background: none;
    color: #fff;
    font-size: 45px;
    cursor: pointer;
}
.modal-close {
    top: 25px;
    right: 35px;
}
.modal-box {
    position: relative;
}
.reveal {
    opacity: 0;
    transform: translateY(35px);
    transition:
        opacity 0.8s ease,
        transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.reveal.visible {
    opacity: 1;
    transform: none;
}
@keyframes blink {
    50% {
        opacity: 0.15;
    }
}
@keyframes marquee {
    to {
        transform: translateX(-50%);
    }
}
@media (max-width: 900px) {
    body {
        padding-bottom: 90px;
    }
    .shell {
        width: min(700px, calc(100% - 34px));
    }
    .nav {
        height: 78px;
    }
    .nav-links,
    .nav-phone {
        display: none;
    }
    .menu {
        display: flex;
        background: none;
        border: 0;
        flex-direction: column;
        gap: 7px;
        padding: 10px;
    }
    .menu i {
        display: block;
        width: 32px;
        height: 2px;
        background: #fff;
        box-shadow: 0 0 10px var(--pink);
    }
    .hero-media {
        background-image: url("../img/header-mobile.jpg");
        background-position: center;
    }
    .hero-content {
        padding-top: 80px;
    }
    .hero h1 {
        font-size: clamp(50px, 15vw, 95px);
        letter-spacing: -2px;
    }
    .hero-content p {
        max-width: 340px;
        line-height: 1.6;
    }
    .hero-actions {
        width: min(100%, 320px);
        flex-direction: column;
        align-items: stretch;
    }
    .cta {
        width: 100%;
        min-width: 0;
        padding: 0 20px;
        font-size: 11px;
        letter-spacing: 1.3px;
        white-space: nowrap;
    }
    .hero-bottom {
        font-size: 8px;
    }
    .feature-track {
        grid-template-columns: 1fr 1fr;
    }
    .feature {
        min-height: 300px;
        padding: 40px 25px;
    }
    .feature img {
        width: 62px;
        height: 72px;
    }
    .statement {
        padding: 110px 0;
    }
    .section-head {
        display: block;
    }
    .section-head p {
        margin-top: 25px;
    }
    .game,
    .game-big,
    .game-wide {
        grid-column: span 12;
        min-height: 430px;
    }
    .games,
    .gallery,
    .reviews {
        padding: 110px 0;
    }
    .prices {
        padding: 110px 0;
    }
    .price-stack {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 36px;
    }
    .price-item {
        width: 100%;
        min-width: 0;
    }
    .price-card {
        height: auto !important;
        min-height: 0 !important;
        border-radius: 22px;
    }
    .price-card img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
    }
    .price-caption {
        min-height: 52px;
        padding: 14px 16px;
        font-size: clamp(13px, 3.8vw, 20px);
    }
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 120px 150px 110px 150px 110px;
        gap: 10px;
        align-items: stretch;
    }
    .photo,
    .photo img,
    .prices-bg,
    .video-bg {
        transform: none !important;
        --parallax-offset: 0px;
    }
    .p1 {
        grid-column: 1;
        grid-row: 1 / span 2;
    }
    .p2 {
        grid-column: 2;
        grid-row: 1;
    }
    .p3 {
        grid-column: 2;
        grid-row: 2;
    }
    .p4 {
        grid-column: 1;
        grid-row: 3 / span 2;
    }
    .p5 {
        grid-column: 2;
        grid-row: 3;
    }
    .p6 {
        grid-column: 2;
        grid-row: 4 / span 2;
    }
    .review-grid {
        grid-template-columns: 1fr;
    }
    .contact-inner {
        display: block;
    }
    .huge-button {
        width: 250px;
        height: 250px;
        margin: 35px auto 0;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }
    .footer-grid h3 {
        font-size: clamp(30px, 9vw, 52px);
        margin-top: 18px;
    }
    .footer-info {
        grid-template-columns: 1fr;
        gap: 26px;
    }
    .footer-info span {
        font-size: 10px;
        letter-spacing: 1.7px;
    }
    .footer-info p {
        font-size: 15px;
        line-height: 1.6;
        margin-top: 10px;
    }
    .footer-bottom {
        margin-top: 30px;
        padding-top: 18px;
        font-size: 9px;
        gap: 12px;
    }
    .mobile-bar {
        display: flex;
        position: fixed;
        z-index: 40;
        left: 12px;
        right: 12px;
        bottom: 12px;
        height: 58px;
        background: rgba(5, 5, 26, 0.8);
        backdrop-filter: blur(15px);
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 18px;
        padding: 5px;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    }
    .mobile-bar a {
        flex: 1;
        display: grid;
        place-items: center;
        font-size: 10px;
        font-weight: 900;
        letter-spacing: 1px;
        border-radius: 13px;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.02);
        min-width: 0;
    }
    .mobile-bar a:last-child {
        background: var(--grad);
        border-color: rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 18px rgba(255, 0, 200, 0.4);
    }
    .mobile-menu {
        position: fixed;
        inset: 0;
        z-index: 45;
        background: linear-gradient(135deg, #10001f, #03031a);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 35px;
        gap: 20px;
        transform: translateX(100%);
        transition: 0.45s;
    }
    .mobile-menu.open {
        transform: none;
    }
    .mobile-menu a {
        font-family: "Russo One";
        font-size: clamp(45px, 12vw, 75px);
        text-shadow: 0 0 18px rgba(255, 0, 200, 0.45);
    }
    .menu-close {
        top: 20px;
        right: 25px;
    }
    .modal-box {
        padding: 40px 28px;
    }
    .modal-close {
        right: 20px;
    }
}
@media (max-width: 520px) {
    body {
        padding-bottom: 76px;
    }
    .feature-track {
        grid-template-columns: 1fr;
    }
    .feature {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        min-height: 250px;
    }
    .hero h1 {
        font-size: 52px;
    }
    .hero-actions {
        width: 100%;
    }
    .cta {
        min-height: 52px;
        font-size: 10px;
        letter-spacing: 1.1px;
        padding: 0 18px;
    }
    .price-card {
        height: 620px;
    }
    .footer-grid {
        gap: 18px;
    }
    .footer-info {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .footer-bottom {
        display: block;
        line-height: 2;
    }
    .footer-bottom span {
        display: block;
    }
}
@media (max-width: 380px) {
    footer {
        padding-top: 70px;
    }
    .footer-grid h3 {
        font-size: clamp(28px, 8vw, 44px);
        line-height: 1;
    }
    .footer-info p {
        font-size: 14px;
    }
    .footer-bottom {
        font-size: 8px;
        letter-spacing: 1.1px;
    }
    .footer-bottom a {
        display: inline-block;
        white-space: nowrap;
    }
}
@media (max-width: 375px) {
    body {
        padding-bottom: 74px;
    }
    .hero-actions {
        width: 100%;
    }
    .cta {
        font-size: 9px;
        letter-spacing: 0.9px;
        min-height: 48px;
    }
    .mobile-bar a {
        font-size: 9px;
        letter-spacing: 0.8px;
    }
    .mobile-menu a {
        font-size: clamp(32px, 12vw, 52px);
    }
    .huge-button {
        width: 210px;
        height: 210px;
        font-size: 26px;
    }
    .video-pill,
    .video-pill-main {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    .reveal {
        opacity: 1;
        transform: none;
    }
    .price-marquee {
        animation: none;
    }
    .game,
    .game img {
        transition: none;
    }
    .orb,
    .hero-media,
    .prices-bg,
    .video-bg,
    .photo img {
        transform: none !important;
    }
}

/* =========================================================
   UNIVERSAL RESPONSIVE / MOBILE HARDENING
   Keep every visual block inside viewport and preserve
   full readability of poster-style images and prices.
   ========================================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
img,
video,
svg,
canvas {
    max-width: 100%;
}
button,
a {
    -webkit-tap-highlight-color: transparent;
}

.shell {
    width: min(1400px, calc(100% - 72px));
    max-width: 100%;
}

.formats {
    width: 100%;
    overflow-x: clip;
}

.formats-head {
    min-width: 0;
}

.formats-list {
    width: min(1180px, calc(100% - 72px));
    max-width: 100%;
    padding-inline: 0;
}

.format-panel {
    width: 100%;
    max-width: 100%;
}

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

/* Price posters must never be cropped. Their source files are
   portrait posters containing all pricing information. */
.price-card {
    height: auto;
    aspect-ratio: auto;
    overflow: hidden;
}

.price-card img {
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: center top;
    display: block;
}

.price-item,
.price-stack,
.prices-inner {
    min-width: 0;
    max-width: 100%;
}

/* Prevent long labels / captions from forcing horizontal scroll. */
.price-caption,
.price-label,
.game-copy,
.section-head,
.footer-bottom,
.footer-info,
.contact-inner {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
}

@media (max-width: 900px) {
    .shell {
        width: min(700px, calc(100% - 28px));
    }

    .formats {
        padding: 88px 0 76px;
    }

    .formats-head {
        margin-bottom: 42px;
    }

    .formats-head h2 {
        font-size: clamp(42px, 11vw, 82px);
        letter-spacing: -2px;
    }

    .formats-head p {
        max-width: 100%;
        font-size: 14px;
    }

    .formats-list {
        width: 100%;
        margin: 0;
        padding: 0;
        gap: 34px;
    }

    .format-panel {
        border-radius: 14px;
    }

    .format-panel img {
        width: 100%;
        height: auto;
    }

    .price-stack {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .price-card {
        height: auto;
        border-radius: 22px;
    }

    .price-card img {
        height: auto;
        object-fit: contain;
    }

    .price-label {
        left: 14px;
        top: 14px;
        max-width: calc(100% - 28px);
        padding: 9px 12px;
        font-size: clamp(8px, 2.2vw, 11px);
    }

    .price-caption {
        padding: 14px 16px;
        font-size: clamp(13px, 3.2vw, 20px);
        gap: 10px;
    }

    .gallery-grid {
        width: 100%;
        max-width: 100%;
    }

    .photo,
    .photo img {
        max-width: 100%;
    }

    .modal {
        padding: max(14px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right))
            max(14px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
    }

    .modal-box {
        width: 100%;
        max-width: 100%;
        max-height: calc(100dvh - 28px);
        overflow: auto;
    }

    .video-modal video {
        width: 100%;
        max-width: 100%;
        max-height: 70dvh;
    }
}

@media (max-width: 600px) {
    body {
        padding-bottom: calc(78px + env(safe-area-inset-bottom));
    }

    .prices {
        overflow: hidden;
    }

    .prices-bg {
        inset: -4% -2% 0;
        opacity: 0.72;
    }

    .shell {
        width: calc(100% - 24px);
    }

    .nav {
        height: 68px;
    }

    .brand span {
        font-size: 10px;
    }

    .hero-content {
        padding-top: 70px;
    }

    .hero h1 {
        font-size: clamp(40px, 14vw, 64px);
        line-height: 0.9;
        letter-spacing: -1.5px;
    }

    .hero-content p {
        font-size: 14px;
        max-width: 100%;
    }

    .games,
    .gallery,
    .reviews,
    .prices {
        padding: 82px 0;
    }

    .section-head {
        margin-bottom: 38px;
    }

    .section-head h2,
    .prices h2,
    .reviews > h2,
    .contact-cta h2 {
        font-size: clamp(40px, 11vw, 70px);
        line-height: 0.92;
        letter-spacing: -1.5px;
    }

    .game,
    .game-big,
    .game-wide {
        min-height: 360px;
    }

    /* Full poster width on phones: no artificial height => no cropping. */
    .price-card {
        height: auto !important;
        aspect-ratio: auto !important;
    }

    .price-card img {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
    }

    .price-caption {
        min-height: 52px;
    }

    .formats-list {
        gap: 26px;
    }

    .format-panel {
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.3);
    }

    .format-panel::before {
        inset: 5% 4%;
        filter: blur(35px);
    }

    .mobile-bar {
        bottom: max(10px, env(safe-area-inset-bottom));
        height: 56px;
        left: 10px;
        right: 10px;
    }

    .mobile-menu {
        padding: calc(24px + env(safe-area-inset-top)) 24px calc(24px + env(safe-area-inset-bottom));
        overflow-y: auto;
    }

    .mobile-menu a {
        font-size: clamp(32px, 11vw, 58px);
    }
}

@media (max-width: 390px) {
    .shell {
        width: calc(100% - 20px);
    }

    .formats {
        padding: 68px 0 60px;
    }

    .formats-head h2 {
        font-size: clamp(36px, 10.5vw, 54px);
    }

    .formats-list {
        gap: 20px;
    }

    .price-label {
        font-size: 8px;
        letter-spacing: 1px;
    }

    .price-caption {
        font-size: 12px;
        padding: 12px 13px;
    }

    .game,
    .game-big,
    .game-wide {
        min-height: 320px;
    }

    .modal-box {
        padding: 32px 20px;
        border-radius: 22px;
    }
}

@media (max-width: 330px) {
    .shell {
        width: calc(100% - 16px);
    }

    .cta {
        font-size: 9px;
        letter-spacing: 0.7px;
    }

    .mobile-bar {
        left: 7px;
        right: 7px;
    }
}

/* Dynamic viewport units improve behavior on mobile browsers with
   collapsing address bars, while keeping older browsers compatible. */
@supports (height: 100dvh) {
    .hero {
        min-height: 100dvh;
    }
}
