/* =========================================================
   Chata Jelínek — base + 3 themes (warm / forest / modern)
   Themes are driven by [data-theme] custom properties.
   ========================================================= */

/* ---------- Fonts ---------- */
@font-face {
    font-family: 'Fraunces';
    font-style: normal;
    font-weight: 400 600;
    font-display: swap;
    src: url("../fonts/fraunces-latin-SfWU466.woff2") format('woff2');
}
@font-face {
    font-family: 'Fraunces';
    font-style: normal;
    font-weight: 400 600;
    font-display: swap;
    src: url("../fonts/fraunces-latin-ext-lB3xlu4.woff2") format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../fonts/inter-latin-Gz7AlRl.woff2") format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../fonts/inter-latin-ext-1Br77OV.woff2") format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../fonts/outfit-latin-3BR0lLl.woff2") format('woff2');
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../fonts/outfit-latin-ext-6bPR0nO.woff2") format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../fonts/space-grotesk-latin-Dr-cltI.woff2") format('woff2');
}
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../fonts/space-grotesk-latin-ext-NXGsJlG.woff2") format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { line-height: 1.6; -webkit-font-smoothing: antialiased; }
img, picture, video, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
button { font: inherit; cursor: pointer; }

/* ---------- Design tokens (default = warm) ---------- */
:root {
    --bg: #faf6f0;
    --bg-alt: #f1e9dd;
    --surface: #ffffff;
    --text: #2b2420;
    --text-soft: #6f655c;
    --accent: #b5663f;
    --accent-deep: #8f4e2e;
    --on-accent: #fff8f2;
    --border: #e7dccd;
    --shadow: 0 10px 30px -12px rgba(60, 40, 25, .25);
    --radius: 14px;
    --radius-lg: 22px;
    --font-head: 'Fraunces', Georgia, serif;
    --font-body: 'Inter', system-ui, sans-serif;
    --head-weight: 500;
    --hero-overlay: linear-gradient(180deg, rgba(30,18,10,.15) 0%, rgba(30,18,10,.25) 45%, rgba(30,18,10,.72) 100%);
    --maxw: 1180px;
    --section-y: clamp(3.5rem, 8vw, 7rem);
}

[data-theme="forest"] {
    --bg: #f3f6f2;
    --bg-alt: #e4ede5;
    --surface: #ffffff;
    --text: #1d2a23;
    --text-soft: #5d6b62;
    --accent: #2f7a57;
    --accent-deep: #225c41;
    --on-accent: #f2fbf5;
    --border: #d3e2d6;
    --shadow: 0 12px 34px -14px rgba(20, 50, 35, .3);
    --radius: 12px;
    --radius-lg: 18px;
    --font-head: 'Outfit', system-ui, sans-serif;
    --font-body: 'Inter', system-ui, sans-serif;
    --head-weight: 600;
    --hero-overlay: linear-gradient(180deg, rgba(10,30,20,.2) 0%, rgba(10,30,20,.3) 40%, rgba(8,26,18,.78) 100%);
}

[data-theme="modern"] {
    --bg: #ffffff;
    --bg-alt: #f5f6f7;
    --surface: #ffffff;
    --text: #14171c;
    --text-soft: #6b7480;
    --accent: #18807a;
    --accent-deep: #0f635e;
    --on-accent: #f0fbfa;
    --border: #e7eaee;
    --shadow: 0 18px 40px -18px rgba(15, 30, 35, .28);
    --radius: 8px;
    --radius-lg: 16px;
    --font-head: 'Space Grotesk', system-ui, sans-serif;
    --font-body: 'Inter', system-ui, sans-serif;
    --head-weight: 600;
    --hero-overlay: linear-gradient(180deg, rgba(10,20,25,.1) 0%, rgba(10,20,25,.2) 50%, rgba(8,16,20,.66) 100%);
    --section-y: clamp(4rem, 9vw, 8rem);
}

/* ---------- Base typography ---------- */
body {
    font-family: var(--font-body);
    background: var(--bg);
    color: var(--text);
}
h1, h2, h3 { font-family: var(--font-head); font-weight: var(--head-weight); line-height: 1.12; letter-spacing: -.01em; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2.5rem); }

.section { padding-top: calc(var(--section-y) * .55); padding-bottom: var(--section-y); }
.section:nth-of-type(even) { background: var(--bg-alt); }
.section__title { font-size: clamp(1.8rem, 4.5vw, 3rem); margin-bottom: 1.6rem; }

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex; align-items: center; gap: .55rem;
    padding: .85rem 1.4rem; border-radius: 999px; font-weight: 600;
    border: 1.5px solid transparent; transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
    white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--call { background: var(--accent); color: var(--on-accent); box-shadow: var(--shadow); }
.btn--call:hover { background: var(--accent-deep); }
.btn--ghost { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.6); backdrop-filter: blur(4px); }
.btn--ghost:hover { background: rgba(255,255,255,.22); }
.btn--lg { padding: 1rem 1.7rem; font-size: 1.02rem; }
.btn--sm { padding: .55rem 1rem; font-size: .9rem; }
.btn__icon { font-size: 1.05em; }

/* ---------- Header / nav ---------- */
.site-header {
    position: fixed; inset: 0 0 auto 0; z-index: 50;
    transition: background .3s ease, box-shadow .3s ease;
}
.site-header__inner { display: flex; align-items: center; gap: 1.5rem; padding-block: 1rem; }
.site-header.is-scrolled { background: color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter: blur(10px); box-shadow: 0 1px 0 var(--border); }

.brand { display: flex; align-items: center; gap: .5rem; font-family: var(--font-head); font-weight: 600; font-size: 1.15rem; color: #fff; transition: color .3s ease; }
.brand__mark { font-size: 1.3rem; }
.is-scrolled .brand { color: var(--text); }

.main-nav { display: flex; gap: 1.6rem; margin-left: auto; font-weight: 500; }
.main-nav a { color: #fff; opacity: .92; position: relative; transition: color .3s ease; }
.main-nav a::after { content: ''; position: absolute; left: 0; bottom: -4px; width: 0; height: 2px; background: var(--accent); transition: width .25s ease; }
.main-nav a:hover::after { width: 100%; }
.is-scrolled .main-nav a { color: var(--text); }

.site-header__actions { display: flex; align-items: center; gap: .8rem; }
.lang-switch { display: flex; gap: .15rem; font-size: .82rem; font-weight: 600; }
.lang-switch__item { color: #fff; opacity: .7; padding: .25rem .4rem; border-radius: 6px; transition: opacity .2s; }
.is-scrolled .lang-switch__item { color: var(--text); }
.lang-switch__item.is-active { opacity: 1; color: var(--accent); }
.lang-switch__item:hover { opacity: 1; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: .4rem; }
.nav-toggle span { width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: .3s; }
.is-scrolled .nav-toggle span { background: var(--text); }

/* Theme preview switcher */
.theme-switch {
    position: fixed; right: 1rem; bottom: 6.2rem; z-index: 60;
    display: flex; align-items: center; gap: .35rem; flex-wrap: wrap;
    background: var(--surface); border: 1px solid var(--border); border-radius: 999px;
    padding: .4rem .55rem; box-shadow: var(--shadow); font-size: .8rem;
}
.theme-switch__label { color: var(--text-soft); font-weight: 600; padding-left: .3rem; }
.theme-switch__item { padding: .3rem .7rem; border-radius: 999px; color: var(--text-soft); font-weight: 600; }
.theme-switch__item.is-active { background: var(--accent); color: var(--on-accent); }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: clamp(480px, 74vh, 720px); display: flex; align-items: flex-end; color: #fff; overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media :is(img, video) { width: 100%; height: 100%; object-fit: cover; }
.hero__video { position: absolute; inset: 0; }
.hero__fallback { display: none; }
.hero__overlay { position: absolute; inset: 0; background: var(--hero-overlay); }
.hero__content { position: relative; z-index: 2; padding-bottom: clamp(3rem, 9vh, 7rem); padding-top: 6rem; }
.hero__eyebrow { display: block; text-transform: uppercase; letter-spacing: .22em; font-size: .8rem; font-weight: 600; opacity: .9; margin-bottom: 1rem; }
.hero__title { font-size: clamp(2.6rem, 8vw, 5.4rem); margin-bottom: 1rem; max-width: 14ch; text-shadow: 0 2px 30px rgba(0,0,0,.3); }
.hero__subtitle { font-size: clamp(1.05rem, 2.4vw, 1.45rem); max-width: 42ch; opacity: .95; margin-bottom: 2rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .9rem; }
.hero__scroll { position: absolute; left: 50%; bottom: 1.4rem; z-index: 2; transform: translateX(-50%); font-size: 1.5rem; color: #fff; opacity: .8; animation: bounce 2s infinite; }
@keyframes bounce { 0%,100%{transform:translate(-50%,0)} 50%{transform:translate(-50%,8px)} }

[data-theme="modern"] .hero__title { letter-spacing: -.03em; }

/* ---------- About ---------- */
.about__grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.about__body p + p { margin-top: 1rem; }
.about__body { color: var(--text-soft); font-size: 1.05rem; }
.about__capacity { margin-top: 1.4rem; }
.about__amenities { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.6rem 1.8rem; box-shadow: var(--shadow); }
.about__amenities-title { font-size: 1.2rem; margin-bottom: 1rem; }
.amenities { display: grid; gap: .7rem; }
.amenities__item { position: relative; padding-left: 1.7rem; color: var(--text); }
.amenities__item::before { content: '✓'; position: absolute; left: 0; color: var(--accent); font-weight: 700; }

/* ---------- Gallery ---------- */
.gallery__grid { columns: 3; column-gap: 1rem; margin-top: .5rem; }
.gallery__item { position: relative; display: block; margin-bottom: 1rem; border-radius: var(--radius); overflow: hidden; break-inside: avoid; box-shadow: var(--shadow); }
.gallery__item img { width: 100%; height: auto; transition: transform .5s ease; }
.gallery__item:hover img { transform: scale(1.05); }
.gallery__item--video::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.18); }
.gallery__play { position: absolute; inset: 0; z-index: 2; display: grid; place-content: center; color: #fff; font-size: 2.4rem; text-shadow: 0 2px 14px rgba(0,0,0,.5); }

/* ---------- Around ---------- */
.around__intro { color: var(--text-soft); font-size: 1.08rem; max-width: 60ch; margin-bottom: 2rem; }
.around__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.2rem; }
.tip-card { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.6rem; box-shadow: var(--shadow); transition: transform .2s ease; }
.tip-card:hover { transform: translateY(-4px); }
.tip-card__icon { font-size: 1.8rem; }
.tip-card__title { font-size: 1.18rem; margin: .8rem 0 .5rem; }
.tip-card__text { color: var(--text-soft); }
.tip-card__distance { margin-top: auto; padding-top: .9rem; font-size: .85rem; font-weight: 600; color: var(--accent); }

/* ---------- Events (carousel) ---------- */
.events__intro { color: var(--text-soft); font-size: 1.08rem; max-width: 60ch; margin-bottom: 2rem; }
.events__source { margin-top: 1.5rem; font-size: .85rem; color: var(--text-soft); }
.events__source a { color: var(--accent); }

/* ---------- Map ---------- */
.map__body { color: var(--text-soft); margin-bottom: 1.6rem; }
.map__embed { position: relative; margin-top: 1rem; }
.map__embed iframe { width: 100%; height: clamp(320px, 45vh, 500px); border: 0; border-radius: 0; }
.map__link { display: inline-block; margin-top: 1rem; padding-inline: clamp(1.1rem, 4vw, 2.5rem); color: var(--accent); font-weight: 600; }

/* ---------- Contact ---------- */
.contact { text-align: center; }
.contact__inner { display: flex; flex-direction: column; align-items: center; }
.contact__body { color: var(--text-soft); max-width: 50ch; margin-bottom: 2rem; }
.contact__cards { display: flex; flex-wrap: wrap; gap: 1.2rem; justify-content: center; }
.contact-card {
    display: flex; flex-direction: column; gap: .25rem; align-items: center;
    background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
    padding: 1.8rem 2.4rem; box-shadow: var(--shadow); min-width: 240px; transition: transform .2s ease;
}
.contact-card:hover { transform: translateY(-4px); }
.contact-card__icon { font-size: 1.8rem; }
.contact-card__label { color: var(--text-soft); font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-card__value { font-size: 1.3rem; font-weight: 700; color: var(--accent); }
.contact__owner { margin-top: 1.8rem; color: var(--text-soft); }

/* ---------- Footer ---------- */
.site-footer { background: var(--text); color: #fff; padding-block: 3rem; }
.site-footer__inner { display: flex; flex-wrap: wrap; gap: 1.4rem; justify-content: space-between; align-items: center; }
.site-footer__brand { font-family: var(--font-head); font-size: 1.2rem; }
.site-footer__tagline { opacity: .7; font-size: .9rem; }
.site-footer__contact { display: flex; flex-direction: column; gap: .3rem; }
.site-footer__contact a:hover { color: var(--accent); }
.site-footer__copy { opacity: .6; font-size: .85rem; width: 100%; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.15); }

/* ---------- Sticky mobile call ---------- */
.sticky-call {
    position: fixed; right: 1rem; bottom: 1rem; z-index: 60; display: none;
    align-items: center; gap: .5rem; padding: .9rem 1.3rem; border-radius: 999px;
    background: var(--accent); color: var(--on-accent); font-weight: 700; box-shadow: var(--shadow);
}

/* --- Events carousel --- */
.ev5-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.ev5-track {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 0.5rem;
    flex: 1;
    min-width: 0;
    cursor: grab;
    user-select: none;
}
.ev5-track::-webkit-scrollbar { display: none; }
.ev5-track.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    scroll-behavior: auto;
}
.ev5-card {
    flex: 0 0 clamp(18rem, 80vw, 26rem);
    scroll-snap-align: start;
    background: linear-gradient(145deg, var(--accent), var(--accent-deep));
    color: var(--on-accent);
    border-radius: var(--radius-lg);
    padding: 2.25rem 2rem 2rem;
    box-shadow: var(--shadow);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    min-height: 14rem;
}
.ev5-card:hover {
    transform: scale(1.03) translateY(-3px);
    box-shadow: 0 1.25rem 2.5rem -0.875rem color-mix(in srgb, var(--accent) 55%, transparent);
}
.ev5-card__date-block {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}
.ev5-card__day {
    font-family: var(--font-head);
    font-weight: var(--head-weight);
    font-size: clamp(3rem, 8vw, 4rem);
    line-height: 1;
    opacity: 0.92;
}
.ev5-card__month {
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.75;
}
.ev5-card__body { flex: 1; }
.ev5-card__title {
    font-family: var(--font-head);
    font-weight: var(--head-weight);
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    margin: 0 0 0.45rem;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ev5-card__label {
    font-size: 0.95rem;
    opacity: 0.78;
    margin: 0;
}
.ev5-arrow {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 0.0625rem solid var(--border);
    background: var(--surface);
    color: var(--text);
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: var(--shadow);
    transition: background 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}
.ev5-arrow:hover {
    background: var(--accent);
    color: var(--on-accent);
    border-color: var(--accent);
}
@media (max-width: 699px) {
    /* Na mobilu šipky pryč (ovládá se tahem/swipem + auto-rotací), ať se karta vejde celá */
    .ev5-arrow { display: none; }
    .ev5-card {
        flex-basis: clamp(15rem, 80vw, 22rem);
        padding: 1.75rem 1.5rem 1.5rem;
        min-height: 11.5rem;
    }
    .ev5-card__day { font-size: clamp(2.6rem, 13vw, 3.2rem); }
}
@media (min-width: 700px) {
    .ev5-card { flex: 0 0 clamp(18rem, 38vw, 26rem); }
}
@media (prefers-reduced-motion: reduce) {
    .ev5-track { scroll-behavior: auto; }
    .ev5-card:hover { transform: none; }
}



/* ---------- Responsive ---------- */
@media (max-width: 860px) {
    .main-nav {
        position: fixed; inset: 0 0 0 auto; width: min(80vw, 320px);
        background: var(--surface); flex-direction: column; gap: 1.4rem;
        padding: 6rem 2rem 2rem; transform: translateX(100%); transition: transform .3s ease;
        box-shadow: var(--shadow); z-index: 55;
    }
    .main-nav.is-open { transform: translateX(0); }
    .main-nav a { color: var(--text); font-size: 1.1rem; }
    .nav-toggle { display: flex; order: 3; }
    .site-header__actions .btn--call { display: none; }
    .sticky-call { display: inline-flex; }
    .theme-switch { bottom: 5rem; left: 1rem; right: auto; }
    .about__grid { grid-template-columns: 1fr; }
    .gallery__grid { columns: 2; }
}
@media (max-width: 520px) {
    .gallery__grid { columns: 1; }
    .hero__actions .btn { width: 100%; justify-content: center; }
}

/* ---------- Lightbox video (GLightbox + Plyr) ----------
   Phone videos are portrait; cap the player by viewport height so it isn't a
   tiny strip, and let width follow the aspect ratio. */
.gslide-video .plyr,
.gslide-video .gvideo-wrapper {
    max-height: 86vh !important;
    margin: 0 auto;
}
.gslide-video .plyr--video {
    width: auto !important;
    max-width: 95vw;
    height: 86vh;
    max-height: 86vh;
}
.gslide-video .plyr__video-wrapper {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100% !important;
    padding: 0 !important;
    background: transparent;
}
.gslide-video .plyr video {
    position: static !important;
    width: auto !important;
    height: 100% !important;
    max-width: 95vw;
    object-fit: contain;
}

/* ---------- Pricing ---------- */
.pricing__note { margin-top: 1.4rem; color: var(--text-soft); font-style: italic; }
.pricing--p1 { display: flex; flex-direction: column; gap: 1.2rem; }
.p1-panel {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 2rem 2rem 1.8rem;
    background: var(--surface);
    border: 0.1875rem solid var(--accent);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
}
.p1-panel__info { display: flex; flex-direction: column; gap: .3rem; }
.p1-panel__name {
    font-family: var(--font-head);
    font-size: 1.4rem;
    color: var(--text);
}
.p1-panel__period { color: var(--text-soft); font-size: 1rem; }
.p1-panel__badge {
    display: inline-block;
    align-self: flex-start;
    padding: .2rem .75rem;
    background: var(--bg-alt);
    border: 0.0625rem solid var(--border);
    border-radius: 999px;
    font-size: .82rem;
    color: var(--text-soft);
    font-weight: 600;
}
.p1-panel__price-wrap { display: flex; align-items: baseline; gap: .4rem; flex-wrap: wrap; }
.p1-panel__amount {
    font-family: var(--font-head);
    font-size: 3rem;
    font-weight: 700;
    color: var(--accent);
    line-height: 1;
}
.p1-panel__unit { color: var(--text-soft); font-size: 1rem; }
.p1-panel__cta { padding-top: .4rem; }
@media (min-width: 640px) {
    .p1-panel {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
    }
    .p1-panel__price-wrap { flex-direction: column; align-items: flex-end; gap: .1rem; }
    .p1-panel__amount { font-size: 3.5rem; }
}


/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .hero__video { display: none; }
    .hero__fallback { display: block; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
    .hero__scroll { animation: none; }
    * { transition: none !important; }
}
