/* ================================================
   Thememisteri - Public Landing
   ================================================ */

:root {
    --bg: #f7f0e5;
    --surface: #fffdf8;
    --surface-soft: rgba(255, 253, 248, 0.84);
    --ink: #171819;
    --ink-soft: rgba(23, 24, 25, 0.7);
    --line: rgba(23, 24, 25, 0.1);
    --charcoal: #111318;
    --charcoal-soft: #1d2129;
    --gold: #c39742;
    --gold-deep: #9c7230;
    --radius-xl: 16px;
    --radius-lg: 16px;
    --radius-md: 8px;
    --shadow-lg: 0 30px 80px rgba(24, 20, 12, 0.16);
    --shadow-md: 0 18px 42px rgba(24, 20, 12, 0.1);
    --container: min(1180px, calc(100vw - 40px));
    --font-display: "Oswald", Impact, sans-serif;
    --font-label: "Oswald", Impact, sans-serif;
    --font-body: "Roboto", system-ui, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(195, 151, 66, 0.12), transparent 24%),
        linear-gradient(180deg, #fcf8f1 0%, #f7f0e5 100%);
    color: var(--ink);
    font-family: var(--font-body);
    line-height: 1.65;
    overflow-x: hidden;
}

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

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

p {
    margin: 0 0 1rem;
    color: rgb(0 0 0 / 70%);
    font-family: Poppins, Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4 {
    margin: 0 0 1rem;
    color: var(--ink);
    font-family: var(--font-display);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

h1 {
    font-size: clamp(3.4rem, 8vw, 6.6rem);
}

h2 {
    font-size: clamp(2.2rem, 5vw, 4.2rem);
}

h3 {
    font-size: clamp(1.35rem, 2.3vw, 1.9rem);
}

.screen-reader-text,
.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link:focus {
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    padding: 1rem;
    background: var(--gold);
    color: #fff;
    z-index: 9999;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(16px);
    background: rgba(252, 248, 241, 0.88);
    border-bottom: 1px solid var(--line);
}

.site-header--dark {
    background: rgba(10, 10, 10, 0.96);
    border-bottom-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.site-header--dark .brand__text strong,
.site-header--dark .brand__text small,
.site-header--dark .menu a,
.site-header--dark .site-nav__cta,
.site-header--dark .nav-toggle {
    color: #fff;
}

.site-header--dark .brand__text small {
    color: rgba(255, 255, 255, 0.74);
}

.site-header--dark .menu a:hover,
.site-header--dark .menu a:focus-visible,
.site-header--dark .site-nav__cta:hover,
.site-header--dark .site-nav__cta:focus-visible,
.site-header--dark .lang-switcher__select:hover,
.site-header--dark .lang-switcher__select:focus-visible {
    color: #fff;
}

.site-header--dark .lang-switcher {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.site-header--dark .nav-toggle {
    background: rgba(255, 255, 255, 0.08);
}

.site-header--dark .nav-toggle span {
    background: #fff;
}

.site-header--dark .site-nav__cta {
    border-color: transparent;
}

.site-header__inner,
.site-footer__inner,
.page-shell,
.section-heading,
.intro-grid,
.value-grid,
.story-grid,
.community-panel,
.video-grid,
.timeline-grid,
.faq-grid,
.posts-grid,
.quote-feature {
    width: var(--container);
    margin: 0 auto;
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    padding: 1rem 0 1rem 24px;
}

.site-header__lang {
    flex: 0 0 auto;
    order: 2;
    margin-left: 0.35rem;
}

.site-header__lang .lang-switcher {
    width: min(100%, 10.4rem);
}

.site-header__tools {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    order: 3;
    margin-left: auto;
}

.brand {
    flex: 0 0 auto;
    min-width: 0;
    order: -1;
    margin-left: 0;
}

.brand__link {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.brand__link--logo {
    align-items: center;
    max-width: 220px;
    line-height: 0;
}

.brand__logo {
    display: inline-flex;
    align-items: center;
    max-width: 220px;
}

.brand__logo .custom-logo-link {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    max-width: 100%;
}

.brand__logo img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-height: 70px;
    max-width: 100% !important;
    object-fit: contain;
}

.brand__mark {
    display: inline-grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: linear-gradient(145deg, var(--charcoal) 0%, var(--charcoal-soft) 100%);
    color: #fff;
    font-family: var(--font-label);
    letter-spacing: 0.08em;
    box-shadow: var(--shadow-md);
}

.brand__text {
    display: grid;
}

.brand__text strong {
    color: var(--ink);
    font-family: var(--font-label);
    font-size: 0.9rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.brand__text small {
    color: var(--ink-soft);
    font-size: 0.8rem;
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    gap: 0.35rem;
    order: 1;
    margin-left: 0;
    min-width: 0;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    gap: 0.35rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.8rem;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    color: var(--ink-soft);
    font-size: 0.9rem;
    font-family: var(--font-label);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease;
}

.menu a:hover,
.menu a:focus-visible {
    color: var(--ink);
    background: rgba(23, 24, 25, 0.05);
}

.button,
.site-nav__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.2rem;
    padding: 0.85rem 1.4rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-family: var(--font-label);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.button:hover,
.site-nav__cta:hover {
    transform: translateY(-2px);
}

.button--primary,
.site-nav__cta {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%);
    color: #fffdf8;
    box-shadow: 0 16px 26px rgba(156, 114, 48, 0.26);
}

.button--whatsapp,
.community-cta__button--whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #1db954 100%);
    color: #ffffff;
    box-shadow: 0 16px 26px rgba(37, 211, 102, 0.26);
}

.button--whatsapp:hover,
.button--whatsapp:focus-visible,
.community-cta__button--whatsapp:hover,
.community-cta__button--whatsapp:focus-visible {
    color: #ffffff;
}

.community-cta__button.button--whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #ffffff;
    border-color: rgba(18, 140, 126, 0.18);
    box-shadow: 0 16px 26px rgba(18, 140, 126, 0.24);
}

.community-cta__button.button--whatsapp:hover,
.community-cta__button.button--whatsapp:focus-visible {
    color: #ffffff;
    background: linear-gradient(135deg, #1fd15f 0%, #128c7e 100%);
}

.community-cta__button--whatsapp {
    justify-content: center;
    border-color: rgba(18, 140, 126, 0.18);
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #ffffff;
    box-shadow: 0 16px 26px rgba(18, 140, 126, 0.24);
}

.community-cta__button--whatsapp:hover,
.community-cta__button--whatsapp:focus-visible {
    color: #ffffff;
    background: linear-gradient(135deg, #1fd15f 0%, #128c7e 100%);
}

.site-nav__cta {
    background: transparent;
    color: var(--ink-soft);
    box-shadow: none;
    border-color: transparent;
    min-height: 2.8rem;
    padding: 0.55rem 0.95rem;
    margin-left: 0.1rem;
}

.site-nav__cta:hover,
.site-nav__cta:focus-visible {
    transform: none;
    color: var(--ink);
    background: rgba(23, 24, 25, 0.05);
    box-shadow: none;
}

.button--ghost {
    background: rgba(255, 255, 255, 0.68);
    border-color: var(--line);
    color: var(--ink);
}

.nav-toggle {
    display: none;
    width: 3rem;
    height: 3rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(23, 24, 25, 0.06);
}

.nav-toggle span {
    display: block;
    width: 1.2rem;
    height: 2px;
    margin: 0.22rem auto;
    background: var(--ink);
    border-radius: 999px;
}

.lang-switcher {
    display: inline-flex;
    align-items: center;
    min-width: 8.2rem;
    border: 1px solid rgba(23, 24, 25, 0.1);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 244, 235, 0.92));
    box-shadow: 0 10px 24px rgba(23, 24, 25, 0.08);
    position: relative;
    overflow: hidden;
}

.site-header__partners {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    max-width: min(34vw, 420px);
    overflow: hidden;
}

.site-header__partners-label {
    color: var(--ink-soft);
    font-family: var(--font-label);
    font-size: 0.58rem;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-align: center;
}

.site-header__partners-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    width: 100%;
}

.site-header__partner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    max-width: 100px;
}

.site-header__partner img {
    display: block;
    width: auto;
    height: 34px;
    max-width: 100%;
    object-fit: contain;
    opacity: 0.92;
}

.site-header--dark .site-header__partners-label {
    color: rgba(255, 255, 255, 0.74);
}

.lang-switcher__select {
    width: 100%;
    min-height: 2.35rem;
    padding: 0.45rem 2.1rem 0.45rem 0.85rem;
    border: 0;
    background: transparent;
    color: var(--ink);
    font-family: var(--font-label);
    font-size: 0.76rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-overflow: ellipsis;
    white-space: nowrap;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.lang-switcher__select:hover,
.lang-switcher__select:focus-visible {
    color: var(--ink);
    outline: none;
}

.lang-switcher::after {
    content: "";
    position: absolute;
    right: 0.85rem;
    top: 50%;
    width: 0.52rem;
    height: 0.52rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
    opacity: 0.7;
}

.site-header--dark .lang-switcher__select {
    color: #fff;
}

.site-header--dark .lang-switcher::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
    opacity: 0.95;
}

.site-header--dark .lang-switcher__select option {
    color: #111;
}

.lang-switcher__select option {
    color: var(--ink);
}

.site-content {
    padding-bottom: 0;
}

.section {
    position: relative;
    isolation: isolate;
    padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.section:not(.section--quote)::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.28;
    background-image:
        radial-gradient(circle at 1px 1px, rgba(23, 24, 25, 0.055) 0 1px, transparent 1.45px),
        radial-gradient(circle at 1px 1px, rgba(195, 151, 66, 0.042) 0 1px, transparent 1.85px),
        linear-gradient(135deg, rgba(23, 24, 25, 0.03) 0 1px, transparent 1px);
    background-size: 18px 18px, 30px 30px, 100% 100%;
    background-position: 0 0, 10px 14px, 0 0;
    mix-blend-mode: multiply;
}

.section:not(.section--quote) > * {
    position: relative;
    z-index: 1;
}

.section--intro {
    background:
        radial-gradient(circle at top left, rgba(195, 151, 66, 0.13), transparent 28%),
        linear-gradient(180deg, rgba(255, 253, 248, 1), rgba(248, 240, 228, 0.94));
}

.section--film {
    background:
        radial-gradient(circle at 14% 14%, rgba(195, 151, 66, 0.13), transparent 24%),
        linear-gradient(180deg, rgba(250, 245, 238, 1), rgba(241, 233, 222, 0.95));
}

@media (min-width: 981px) {
    .section--film {
        padding-bottom: max(0px, calc(clamp(4rem, 8vw, 6.5rem) - var(--film-block-desktop-padding-bottom, 0px)));
    }
}

@media (max-width: 980px) {
    .section--film {
        padding-bottom: clamp(4rem, 8vw, 6.5rem);
    }
}

.section--manifesto-cards,
.section--materials {
    background:
        radial-gradient(circle at top right, rgba(195, 151, 66, 0.14), transparent 24%),
        linear-gradient(180deg, var(--materials-section-bg, rgba(244, 234, 220, 1)), rgba(255, 251, 245, 0.94));
}

.section--story {
    background:
        radial-gradient(circle at 18% 12%, rgba(120, 98, 58, 0.1), transparent 26%),
        linear-gradient(180deg, rgba(250, 244, 236, 1), rgba(242, 232, 220, 0.94));
}

.section--community {
    background:
        radial-gradient(circle at 78% 18%, rgba(160, 139, 94, 0.11), transparent 24%),
        linear-gradient(180deg, rgba(248, 242, 233, 1), rgba(238, 231, 219, 0.95));
}

.section--community-cta {
    background:
        radial-gradient(circle at 12% 12%, rgba(195, 151, 66, 0.16), transparent 26%),
        radial-gradient(circle at 86% 16%, rgba(120, 98, 58, 0.12), transparent 24%),
        linear-gradient(180deg, rgba(251, 246, 238, 1), rgba(242, 233, 221, 0.96));
}

.section--newsletter {
    background:
        radial-gradient(circle at 8% 16%, rgba(195, 151, 66, 0.12), transparent 26%),
        radial-gradient(circle at 92% 18%, rgba(120, 98, 58, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(250, 244, 236, 1), rgba(240, 232, 220, 0.96));
}

.section--videos,
.section--trailer {
    background:
        radial-gradient(circle at bottom left, rgba(195, 151, 66, 0.12), transparent 26%),
        linear-gradient(180deg, rgba(242, 234, 223, 1), rgba(251, 247, 241, 0.94));
}

@media (min-width: 981px) {
    .section--trailer {
        margin-top: 0;
        padding-top: max(0px, calc(clamp(4rem, 8vw, 6.5rem) - var(--trailer-desktop-gap, 0px)));
    }
}

@media (max-width: 980px) {
    .section--trailer {
        margin-top: 0 !important;
        padding-top: clamp(4rem, 8vw, 6.5rem);
    }
}

.section--timeline {
    background:
        radial-gradient(circle at 12% 18%, rgba(90, 78, 56, 0.09), transparent 24%),
        linear-gradient(180deg, rgba(247, 241, 232, 1), rgba(237, 228, 216, 0.95));
}

.section--faq {
    background:
        radial-gradient(circle at top right, rgba(195, 151, 66, 0.1), transparent 22%),
        linear-gradient(180deg, rgba(253, 249, 243, 1), rgba(244, 236, 225, 0.95));
}

.section--news {
    background:
        radial-gradient(circle at 70% 20%, rgba(120, 98, 58, 0.09), transparent 24%),
        linear-gradient(180deg, rgba(245, 237, 228, 1), rgba(255, 253, 248, 0.94));
}

.section-heading {
    margin-bottom: 2rem;
    text-align: left;
}

.section-heading__lead {
    max-width: 58ch;
    margin: 0;
    color: rgba(23, 24, 25, 0.74);
    font-size: 1.02rem;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 1rem;
    color: var(--gold-deep);
    font-family: var(--font-label);
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    display: block;
    width: 1.8rem;
    height: 1px;
    background: linear-gradient(90deg, var(--gold), transparent);
}

.hero-public {
    position: relative;
    min-height: min(86vh, 820px);
    display: grid;
    place-items: center;
    overflow: hidden;
    background: var(--charcoal);
}

.hero-public__media,
.hero-public__overlay {
    position: absolute;
    inset: 0;
}

.hero-public__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-public__overlay {
    background:
        linear-gradient(180deg, rgba(8, 10, 14, 0.42) 0%, rgba(8, 10, 14, 0.7) 72%, rgba(8, 10, 14, 0.86) 100%),
        radial-gradient(circle at center, rgba(195, 151, 66, 0.16), transparent 40%);
}

.hero-public__content {
    position: relative;
    z-index: 1;
    width: min(820px, calc(100vw - 40px));
    text-align: center;
    color: #fff;
}

.hero-public__content h1,
.hero-public__content .eyebrow {
    color: #fff8ea;
}

.hero-public__lead {
    max-width: 46rem;
    margin: 0 auto;
    color: rgba(255, 248, 234, 0.84);
    font-size: 1.08rem;
}

.hero-public__actions {
    display: flex;
    justify-content: center;
    gap: 0.85rem;
    flex-wrap: wrap;
    margin-top: 1.6rem;
}

.value-card,
.story-note,
.timeline-card,
.faq-item,
.post-card,
.content-card,
.community-panel__box {
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(12px);
}

.content-card--plain {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.value-card span,
.story-note strong,
.timeline-card__year,
.post-card time,
.content-card__meta {
    color: var(--gold-deep);
    font-family: var(--font-label);
    font-size: 0.76rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.materials-card {
    display: grid;
    grid-template-columns: 4.2rem minmax(0, 1fr);
    grid-template-rows: auto auto 1fr auto;
    column-gap: 1rem;
    row-gap: 0.6rem;
    align-content: start;
    min-height: 100%;
    padding: 1.45rem;
    color: inherit;
    text-decoration: none;
    font-size: 0.8rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(195, 151, 66, 0.16), transparent 28%),
        linear-gradient(180deg, rgba(255, 250, 241, 0.98), rgba(246, 236, 223, 0.98));
    border: 1px solid rgba(195, 151, 66, 0.16);
    box-shadow: 0 18px 44px rgba(40, 30, 18, 0.08);
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.materials-card:hover,
.materials-card:focus-visible {
    transform: translateY(-5px);
    border-color: rgba(195, 151, 66, 0.34);
    box-shadow: 0 26px 62px rgba(24, 20, 12, 0.16);
}

.materials-card:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 3px;
}

.materials-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.2rem;
    height: 4.2rem;
    margin-bottom: 0.1rem;
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
    justify-self: start;
    border-radius: 24px;
    background: rgba(195, 151, 66, 0.16);
    color: var(--gold-deep);
    font-size: 35px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 6px 16px rgba(84, 63, 24, 0.09);
    flex: 0 0 auto;
}

.materials-card__icon .fa-solid,
.materials-card__icon .fas {
    font-weight: 900;
    font-size: 35px;
    line-height: 1;
}

.materials-card__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: start;
    color: var(--gold-deep);
    font-family: var(--font-label);
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.materials-card__title {
    margin: 0;
    grid-column: 2;
    grid-row: 2;
    color: #1b1712;
    font-size: clamp(1.25rem, 2.1vw, 1.75rem);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.materials-card__body {
    margin: 0;
    grid-column: 1 / -1;
    grid-row: 3;
    color: rgba(23, 24, 25, 0.74);
    font-size: 0.8rem;
    line-height: 1.6;
}

.materials-card__foot {
    grid-column: 1 / -1;
    grid-row: 4;
    align-self: end;
    margin-top: 0.35rem;
    color: var(--gold-deep);
    font-family: var(--font-label);
    font-size: 0.8rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.materials-card--static {
    cursor: default;
}

.intro-grid,
.story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: 2rem;
    align-items: center;
}

.intro-grid__media {
    overflow: hidden;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
}

.intro-grid__media img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.intro-grid__copy .button {
    margin-top: 0.75rem;
}

.film-block {
    width: var(--container);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(23, 24, 25, 0.09);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(180deg, rgba(255, 253, 248, 0.95), rgba(248, 241, 231, 0.9)),
        radial-gradient(circle at top right, rgba(195, 151, 66, 0.07), transparent 24%);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(14px);
}

.film-block__media {
    display: grid;
    align-content: start;
    gap: 0.85rem;
    min-width: 0;
    background:
        linear-gradient(180deg, rgba(255, 253, 248, 0.95), rgba(248, 241, 231, 0.9)),
        radial-gradient(circle at top right, rgba(195, 151, 66, 0.07), transparent 24%);
    border-right: 1px solid rgba(23, 24, 25, 0.08);
}

.film-block__poster {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 100%;
}

.film-block__poster img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.film-block__poster-placeholder {
    display: grid;
    place-items: center;
    min-height: 100%;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    color: var(--ink-soft);
    font-family: var(--font-label);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: center;
}

.film-block__video-title {
    margin: 0.1rem 1.25rem 0.35rem;
    color: rgba(23, 24, 25, 0.68);
    font-family: var(--font-label);
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.film-block__video {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #111318;
    border-top: 1px solid rgba(23, 24, 25, 0.08);
}

.film-block__video iframe,
.film-block__video-placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.film-block__video-placeholder {
    display: grid;
    place-items: center;
    padding: 1rem;
    color: rgba(255, 248, 234, 0.72);
    text-align: center;
}

.film-block__video-placeholder p {
    margin: 0;
    max-width: 20rem;
    font-family: var(--font-label);
    font-size: 0.74rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.film-block__content {
    display: flex;
    flex-direction: column;
    align-content: start;
    gap: 1rem;
    min-height: 100%;
    padding: clamp(1.2rem, 3.2vw, 2rem);
}

.film-block__content .eyebrow {
    margin-bottom: 0;
    font-size: 0.65rem;
}

.film-block__content h2 {
    margin-bottom: 0;
    line-height: 0.96;
    font-size: clamp(1.7rem, 3.1vw, 2.8rem);
}

.film-block__lead {
    margin: 0;
    color: rgba(23, 24, 25, 0.72);
    font-size: 0.98rem;
    line-height: 1.55;
}

.film-block__facts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0rem;
    row-gap: 0rem;
    column-gap: 0rem;
    margin: 0;
}

.film-block__facts--bottom {
    margin-top: auto;
}

.film-block__fact {
    display: grid;
    grid-template-columns: minmax(0, 9.5rem) minmax(0, 1fr);
    gap: 0.35rem;
    padding: 0.18rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.film-block__fact dt {
    margin: 0;
    color: var(--gold-deep);
    font-family: var(--font-label);
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.film-block__fact dd {
    margin: 0;
    color: rgba(23, 24, 25, 0.74);
    font-size: 0.72rem;
    line-height: 1.42;
}

.season-block {
    width: var(--container);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.3fr) minmax(0, 0.7fr);
    gap: 0;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(23, 24, 25, 0.09);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(180deg, rgba(255, 253, 248, 0.95), rgba(248, 241, 231, 0.9)),
        radial-gradient(circle at top right, rgba(195, 151, 66, 0.07), transparent 24%);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(14px);
}

.season-block__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.8rem;
    min-width: 0;
    padding: clamp(1.2rem, 3.2vw, 2rem);
    background:
        linear-gradient(180deg, rgba(255, 253, 248, 0.95), rgba(248, 241, 231, 0.9)),
        radial-gradient(circle at top right, rgba(195, 151, 66, 0.07), transparent 24%);
    border-right: 1px solid rgba(23, 24, 25, 0.08);
}

.season-block__content .eyebrow {
    margin-bottom: 0;
    font-size: 0.65rem;
}

.season-block__content h2 {
    margin-bottom: 0;
    line-height: 0.96;
    font-size: clamp(1.7rem, 3.1vw, 2.8rem);
}

.season-block__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    min-width: 0;
    background:
        linear-gradient(180deg, rgba(255, 253, 248, 0.95), rgba(248, 241, 231, 0.9)),
        radial-gradient(circle at top right, rgba(195, 151, 66, 0.07), transparent 24%);
}

.season-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border-left: 1px solid rgba(23, 24, 25, 0.08);
    background: rgba(255, 253, 248, 0.85);
}

.season-card:first-child {
    border-left: 0;
}

.season-card__poster {
    position: relative;
    aspect-ratio: 2 / 3;
    min-height: clamp(18rem, 28vw, 30rem);
    overflow: hidden;
    background: #111318;
}

.season-card__poster img,
.season-card__poster-placeholder {
    display: block;
    width: 100%;
    height: 100%;
}

.season-card__poster img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: center center;
}

.season-card__poster-placeholder {
    display: grid;
    place-items: center;
    padding: 1rem;
    color: rgba(255, 248, 234, 0.72);
    text-align: center;
}

.season-card__poster-placeholder p {
    margin: 0;
    max-width: 12rem;
    font-family: var(--font-label);
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.season-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    min-height: 100%;
    padding: clamp(1rem, 2.4vw, 1.65rem);
    background: rgba(255, 253, 248, 0.96);
}

.season-card__body h3 {
    margin: 0;
    color: var(--ink);
    line-height: 1;
    font-size: clamp(1.1rem, 1.8vw, 1.6rem);
}

.season-card__dates {
    margin: 0;
    color: rgba(23, 24, 25, 0.72);
    font-size: 0.82rem;
    line-height: 1.45;
}

.season-card__button {
    margin-top: auto;
    align-self: flex-start;
    width: fit-content;
    min-height: 2.9rem;
    padding: 0.78rem 1.2rem;
    border: 1px solid rgba(23, 24, 25, 0.08);
    box-shadow: 0 14px 24px rgba(156, 114, 48, 0.18);
    opacity: 1;
}

.season-card__button--static {
    pointer-events: none;
    cursor: default;
    opacity: 1;
}

.value-grid,
.materials-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.section--manifesto-cards .section-heading,
.section--materials .section-heading {
    margin-bottom: 1.6rem;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    align-items: start;
}

.trailer-stack {
    display: grid;
    gap: 1rem;
    width: var(--container);
    margin: 0 auto;
}

.section--fotogallery {
    padding-bottom: clamp(3rem, 6vw, 5rem);
}

.section--fotogallery--dark {
    background: radial-gradient(circle at top, rgba(255, 255, 255, 0.05), transparent 36%), #0f1012;
    color: #f4f1eb;
}

.section--fotogallery > .section-heading {
    width: var(--container);
    margin: 0 auto 1.5rem;
}

.section--fotogallery--dark > .section-heading {
    color: #f4f1eb;
}

.section--fotogallery--dark .eyebrow,
.section--fotogallery--dark .section-heading__lead,
.section--fotogallery--dark h2,
.section--fotogallery--dark .fotogallery__placeholder {
    color: inherit;
}

.section--fotogallery > .fotogallery {
    width: min(100%, calc(var(--container) + 20rem));
    margin: 0 auto;
}

.fotogallery {
    display: grid;
    gap: 0.9rem;
    background: transparent;
}

.fotogallery__controls {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.fotogallery__control {
    display: inline-grid;
    place-items: center;
    width: 2.9rem;
    height: 2.9rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.92);
    color: var(--ink);
    box-shadow: var(--shadow-md);
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.section--fotogallery--dark .fotogallery__control {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    color: #f4f1eb;
    box-shadow: none;
}

.fotogallery__control:hover,
.fotogallery__control:focus-visible {
    transform: translateY(-2px);
    background: #fff;
}

.section--fotogallery--dark .fotogallery__control:hover,
.section--fotogallery--dark .fotogallery__control:focus-visible {
    background: rgba(255, 255, 255, 0.14);
}

.fotogallery__track {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding: 0;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
    background: transparent;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.fotogallery__track::-webkit-scrollbar {
    height: 0;
}

.fotogallery__item {
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 0.7rem;
    border: 1px solid rgba(23, 24, 25, 0.08);
    background: #f4ede0;
    box-shadow: var(--shadow-lg);
    scroll-snap-align: start;
    width: clamp(19rem, 24vw, 24rem);
    aspect-ratio: 16 / 9;
    transition: box-shadow 0.28s ease, filter 0.28s ease;
}

.section--fotogallery--dark .fotogallery__item {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
}

.fotogallery__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fotogallery__item:hover,
.fotogallery__item:focus-within {
    box-shadow: 0 26px 64px rgba(24, 20, 12, 0.18);
    filter: saturate(1.04);
}

.fotogallery__placeholder {
    width: var(--container);
    margin: 0 auto;
    color: var(--ink-soft);
}

.section--fotogallery--dark .fotogallery__placeholder {
    color: rgba(244, 241, 235, 0.78);
}

.video-card {
    display: grid;
    gap: 0.85rem;
    min-width: 0;
}

.trailer-block {
    display: grid;
    grid-template-columns: minmax(0, 0.3fr) minmax(0, 0.7fr);
    gap: 0;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(23, 24, 25, 0.09);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(180deg, rgba(255, 253, 248, 0.95), rgba(248, 241, 231, 0.9)),
        radial-gradient(circle at top right, rgba(195, 151, 66, 0.07), transparent 24%);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(14px);
}

.trailer-block__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.8rem;
    min-width: 0;
    padding: clamp(1.2rem, 3.2vw, 2rem);
    background:
        linear-gradient(180deg, rgba(255, 253, 248, 0.95), rgba(248, 241, 231, 0.9)),
        radial-gradient(circle at top right, rgba(195, 151, 66, 0.07), transparent 24%);
    border-right: 1px solid rgba(23, 24, 25, 0.08);
}

.trailer-block__content .eyebrow {
    margin-bottom: 0;
    font-size: 0.65rem;
}

.trailer-block__content h2 {
    margin: 0;
    line-height: 0.96;
    font-size: clamp(1.7rem, 3.1vw, 2.8rem);
}

.trailer-block__media {
    display: flex;
    min-width: 0;
    background: #111318;
}

.trailer-block__video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #111318;
}

.trailer-block__video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-card__frame {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: #111318;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--line);
}

.video-card__frame iframe,
.video-card__empty {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.video-card__frame iframe {
    border: 0;
}

.video-card__empty {
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.72);
    font-family: var(--font-label);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background:
        radial-gradient(circle at 50% 40%, rgba(195, 151, 66, 0.24), transparent 38%),
        linear-gradient(180deg, rgba(24, 28, 36, 0.96), rgba(12, 14, 18, 0.96));
}

.video-card h3 {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.08;
}

.value-card,
.timeline-card,
.post-card__body,
.story-note,
.community-panel__box {
    padding: 1.3rem;
}

.quote-feature {
    position: relative;
    min-height: clamp(460px, 76vh, 760px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: clamp(2rem, 5vw, 4.5rem) 0;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
    background: var(--charcoal);
}

.section--quote {
    padding: 0;
}

.section--quote .quote-feature {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.quote-feature__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.04);
    filter: saturate(1.06) contrast(1.04);
}

.quote-feature__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(6, 8, 12, 0.18) 0%, rgba(6, 8, 12, 0.72) 100%),
        linear-gradient(90deg, rgba(7, 9, 13, 0.78) 0%, rgba(7, 9, 13, 0.14) 52%, rgba(7, 9, 13, 0.7) 100%),
        radial-gradient(circle at 35% 35%, rgba(195, 151, 66, 0.18), transparent 38%),
        radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.08), transparent 28%);
    mix-blend-mode: normal;
}

.quote-feature::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(195, 151, 66, 0.14), transparent 28%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.08), transparent 24%);
    pointer-events: none;
}

.quote-feature__card {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: start;
    max-width: min(720px, calc(100vw - 48px));
    margin: 0;
    text-align: left;
    padding: clamp(1.6rem, 4vw, 3rem);
    background: linear-gradient(180deg, rgba(17, 19, 24, 0.66), rgba(17, 19, 24, 0.46));
    border: 1px solid rgba(255, 248, 234, 0.16);
    border-radius: 28px;
    border-left: 4px solid rgba(195, 151, 66, 0.92);
    box-shadow: 0 24px 72px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
    margin-left: clamp(1rem, 5vw, 4.5rem);
}

.quote-feature__card p {
    margin-bottom: 1rem;
    color: #fff8ea;
    font-family: var(--font-display);
    font-size: clamp(2rem, 4.5vw, 4rem);
    line-height: 0.92;
    text-transform: uppercase;
}

.quote-feature__card cite {
    color: rgba(255, 248, 234, 0.72);
    font-family: var(--font-label);
    font-style: normal;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.story-grid__notes {
    display: grid;
    gap: 0.9rem;
}

.story-note span {
    display: block;
    margin-top: 0.35rem;
    color: var(--ink-soft);
}

.community-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 2rem;
    align-items: center;
}

.community-panel__image {
    overflow: hidden;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
}

.community-panel__image img {
    width: 100%;
    aspect-ratio: 5 / 6;
    object-fit: cover;
}

.community-panel__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1rem;
}

.community-cta {
    width: var(--container);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.6fr) minmax(0, 0.4fr);
    gap: 0;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(23, 24, 25, 0.09);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(248, 241, 231, 0.9)),
        radial-gradient(circle at top right, rgba(195, 151, 66, 0.08), transparent 26%);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(14px);
}

.community-cta__copy {
    display: grid;
    gap: 0.9rem;
    padding: clamp(1.6rem, 3.8vw, 2.8rem);
    background:
        radial-gradient(circle at top right, rgba(195, 151, 66, 0.12), transparent 26%),
        linear-gradient(180deg, rgba(255, 253, 248, 0.9), rgba(248, 241, 231, 0.86));
    border-right: 1px solid rgba(23, 24, 25, 0.08);
}

.community-cta__embed {
    display: grid;
    min-width: 0;
    background:
        linear-gradient(180deg, rgba(255, 251, 243, 0.88), rgba(246, 238, 226, 0.9)),
        radial-gradient(circle at top right, rgba(195, 151, 66, 0.07), transparent 30%);
}

.community-cta__iframe,
.community-cta__placeholder {
    display: grid;
    place-items: center;
    min-height: 100%;
    padding: clamp(1.2rem, 3vw, 2rem);
}

.community-cta__iframe iframe {
    display: block;
    width: 100%;
    min-height: clamp(320px, 38vw, 520px);
    border: 0;
}

.community-cta__placeholder p {
    margin: 0;
    color: var(--ink-soft);
    font-family: var(--font-label);
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: center;
}

.community-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.4rem;
}

.community-cta__button {
    gap: 0.65rem;
}

.community-cta__button-icon {
    display: inline-flex;
    width: 1.1rem;
    height: 1.1rem;
    flex: 0 0 auto;
    color: #ffffff;
}

.community-cta__button-icon--whatsapp {
    width: 1.18rem;
    height: 1.18rem;
}

.community-cta__button-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
    stroke: currentColor;
}

.community-cta__social-label {
    margin: 0;
    color: var(--ink-soft);
    font-family: var(--font-label);
    font-size: 0.62rem;
    line-height: 1.1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding-bottom: 0.4rem;
}

.community-cta__social-group {
    display: grid;
    gap: 0.25rem;
    margin-top: 0.8rem;
}

.community-cta__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 0;
}

.community-cta__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.15rem;
    height: 3.15rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 253, 248, 0.8);
    color: #111111;
    box-shadow: 0 10px 22px rgba(24, 20, 12, 0.08);
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.community-cta__social:hover,
.community-cta__social:focus-visible {
    transform: translateY(-2px);
    background: rgba(195, 151, 66, 0.16);
    color: #111111;
}

.community-cta__social-icon {
    display: inline-flex;
    width: 1.45rem;
    height: 1.45rem;
}

.community-cta__social-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
    stroke: currentColor;
}

.newsletter {
    width: var(--container);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    border: 1px solid rgba(23, 24, 25, 0.09);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(248, 241, 231, 0.9)),
        radial-gradient(circle at top right, rgba(195, 151, 66, 0.08), transparent 26%);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(14px);
    overflow: hidden;
}

.newsletter__copy,
.newsletter__embed {
    min-width: 0;
}

.newsletter__copy {
    display: grid;
    align-content: start;
    gap: 0.9rem;
    padding: clamp(1.6rem, 3.8vw, 2.8rem);
    background: transparent;
}

.newsletter__copy .eyebrow {
    margin-bottom: 0.2rem;
}

.newsletter__copy h2 {
    margin-bottom: 0;
}

.newsletter__embed {
    display: grid;
    border-left: 1px solid rgba(23, 24, 25, 0.08);
}

.newsletter__iframe,
.newsletter__placeholder {
    display: grid;
    place-items: center;
    min-height: clamp(320px, 42vw, 520px);
    padding: clamp(1rem, 2.5vw, 1.5rem);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    overflow: hidden;
}

.newsletter__iframe iframe {
    display: block;
    width: 100%;
    min-height: clamp(280px, 36vw, 480px);
    border: 0;
}

.newsletter__placeholder p {
    margin: 0;
    color: var(--ink-soft);
    font-family: var(--font-label);
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 900px) {
    .community-cta {
        grid-template-columns: minmax(0, 1fr);
        border-radius: 1.5rem;
    }

    .community-cta__copy {
        border-right: 0;
        border-bottom: 1px solid rgba(23, 24, 25, 0.08);
    }

    .community-cta__iframe iframe {
        min-height: 260px;
    }

    .newsletter {
        grid-template-columns: minmax(0, 1fr);
        border-radius: 1.5rem;
    }

    .newsletter__embed {
        border-left: 0;
        border-top: 1px solid rgba(23, 24, 25, 0.08);
    }

    .newsletter__iframe,
    .newsletter__placeholder {
        min-height: 260px;
    }
}

.timeline-grid,
.posts-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.timeline-card {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    padding: 1.45rem 1.35rem 1.35rem;
    background:
        linear-gradient(180deg, rgba(255, 253, 248, 0.88), rgba(255, 253, 248, 0.7)),
        radial-gradient(circle at top right, rgba(195, 151, 66, 0.12), transparent 28%);
    border: 1px solid rgba(23, 24, 25, 0.08);
    border-radius: 28px;
    box-shadow: 0 16px 36px rgba(24, 20, 12, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.timeline-card::before {
    content: "";
    position: absolute;
    top: 1.4rem;
    right: -0.4rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 999px;
    background: var(--gold);
    box-shadow: 0 0 0 0.55rem rgba(195, 151, 66, 0.12);
}

.timeline-card::after {
    content: attr(data-year);
    position: absolute;
    right: 1rem;
    bottom: -0.35rem;
    color: rgba(23, 24, 25, 0.06);
    font-family: var(--font-display);
    font-size: clamp(4rem, 10vw, 6.5rem);
    line-height: 0.9;
    letter-spacing: -0.08em;
    text-transform: uppercase;
    pointer-events: none;
}

.timeline-card:hover {
    transform: translateY(-6px);
    border-color: rgba(195, 151, 66, 0.28);
    box-shadow: 0 24px 48px rgba(24, 20, 12, 0.12);
}

.timeline-card__year {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    margin-bottom: 0.95rem;
    padding: 0.2rem 0.7rem;
    border-radius: 999px;
    background: rgba(195, 151, 66, 0.12);
    border: 1px solid rgba(195, 151, 66, 0.16);
}

.timeline-card h3 {
    font-size: clamp(1.2rem, 2.2vw, 1.75rem);
    line-height: 1.06;
    margin-bottom: 0.7rem;
}

.value-card h3,
.story-note strong,
.post-card__body h3,
.community-panel__copy h2,
.community-panel__copy h3,
.section-heading h2 {
    line-height: 1.06;
    text-align: left;
}

.value-card,
.story-note,
.timeline-card,
.faq-item,
.post-card__body,
.content-card,
.community-panel__copy,
.video-card {
    text-align: left;
}

.timeline-card p {
    margin-bottom: 0;
}

.section--illustrated-timeline {
    padding-inline: clamp(1rem, 4vw, 3rem);
    background:
        radial-gradient(circle at top left, rgba(195, 151, 66, 0.18), transparent 22%),
        radial-gradient(circle at 86% 16%, rgba(23, 24, 25, 0.04), transparent 18%),
        linear-gradient(180deg, rgba(252, 247, 240, 0.99), rgba(242, 234, 222, 0.96));
}

.illustrated-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 0.9rem;
    row-gap: 1.55rem;
    align-items: stretch;
    margin-top: 2rem;
    width: min(100%, 92rem);
    margin-inline: auto;
    overflow: visible;
}

.illustrated-timeline__card {
    display: grid;
    gap: 0.55rem;
    position: relative;
    padding: 0.35rem 0.76rem 0.8rem;
    text-align: left;
    border: 1px solid rgba(195, 151, 66, 0.78);
    border-radius: 26px 36px 28px 24px / 24px 30px 34px 26px;
    background:
        linear-gradient(180deg, rgba(255, 253, 248, 1), rgba(250, 243, 233, 0.98)),
        radial-gradient(circle at top right, rgba(195, 151, 66, 0.12), transparent 26%);
    box-shadow: 8px 8px 0 rgba(23, 24, 25, 0.12);
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
    appearance: none;
    width: 100%;
    min-height: 100%;
    isolation: isolate;
    transform-origin: center center;
    overflow: visible;
}

.illustrated-timeline__card::before {
    content: "";
    position: absolute;
    inset: -2px;
    border: 1px solid rgba(195, 151, 66, 0.5);
    border-radius: inherit;
    opacity: 0.7;
    transform: rotate(-0.45deg);
    pointer-events: none;
    z-index: -1;
}

.illustrated-timeline__card-media {
    display: block;
    width: calc(100% + 1.52rem);
    margin: 0 -0.76rem 0.15rem;
    padding: 0;
    border: 0;
    border-radius: 18px 18px 0 0;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
}

.illustrated-timeline__card-media img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: cover;
    object-position: center;
    border-radius: 18px 18px 0 0;
}

.illustrated-timeline__card::after {
    content: attr(data-illustrated-step);
    position: absolute;
    top: -0.85rem;
    right: 1rem;
    min-width: 2.9rem;
    padding: 0.24rem 0.62rem 0.12rem;
    border-radius: 999px;
    border: 1px solid rgba(195, 151, 66, 0.85);
    background: var(--gold);
    color: #fffdf8;
    font-family: "Segoe Print", "Bradley Hand", "Comic Sans MS", "Chalkboard SE", cursive;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
    box-shadow: 4px 4px 0 rgba(23, 24, 25, 0.12);
    transform: rotate(-8deg);
}

.illustrated-timeline__card-date {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    color: var(--gold-deep);
    font-family: var(--font-label);
    font-size: 0.64rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.illustrated-timeline__card h3 {
    margin: 0;
    font-size: clamp(0.96rem, 1.35vw, 1.24rem);
    line-height: 1.03;
}

.illustrated-timeline__card p {
    margin: 0;
    color: var(--ink-soft);
    font-size: 0.82rem;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 4.35em;
    opacity: 0.82;
}

.illustrated-timeline__card:hover,
.illustrated-timeline__card:focus-visible {
    transform: translate(-1px, -4px) scale(1.15) rotate(0deg);
    border-color: rgba(195, 151, 66, 1);
    box-shadow: 0 16px 32px rgba(23, 24, 25, 0.18);
    background:
        linear-gradient(180deg, rgba(255, 253, 248, 1), rgba(248, 241, 231, 0.98)),
        radial-gradient(circle at top right, rgba(195, 151, 66, 0.18), transparent 28%);
    z-index: 10;
}

.illustrated-timeline__card:hover::before,
.illustrated-timeline__card:focus-visible::before {
    opacity: 0.95;
    transform: rotate(-0.8deg) translate(0.5px, 0.5px);
    border-color: rgba(195, 151, 66, 0.78);
}

.illustrated-timeline__card:hover .illustrated-timeline__card-media,
.illustrated-timeline__card:focus-visible .illustrated-timeline__card-media {
    margin-top: 0;
}

.illustrated-timeline__card:hover .illustrated-timeline__card-media img,
.illustrated-timeline__card:focus-visible .illustrated-timeline__card-media img {
    max-height: none;
}

.illustrated-timeline__card:hover .illustrated-timeline__card-date,
.illustrated-timeline__card:focus-visible .illustrated-timeline__card-date {
    font-size: 0.72rem;
}

.illustrated-timeline__card:hover h3,
.illustrated-timeline__card:focus-visible h3 {
    font-size: clamp(1.02rem, 1.62vw, 1.42rem);
    line-height: 1.02;
}

.illustrated-timeline__card:hover p,
.illustrated-timeline__card:focus-visible p {
    font-size: 0.91rem;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    display: block;
    max-height: none;
    opacity: 1;
}

.illustrated-timeline__card.is-active {
    border-color: rgba(195, 151, 66, 0.92);
    box-shadow: 9px 9px 0 rgba(195, 151, 66, 0.12);
}

.faq-grid {
    display: grid;
    gap: 0.85rem;
}

.faq-item {
    padding: 0 1.2rem;
}

.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    list-style: none;
    cursor: pointer;
    padding: 1.2rem 0;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    text-transform: uppercase;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    color: var(--gold-deep);
    font-family: var(--font-label);
    font-size: 1.2rem;
}

.faq-item[open] summary::after {
    transform: rotate(45deg);
}

.faq-item p {
    padding: 0 0 1.2rem;
}

.post-card {
    overflow: hidden;
}

.post-card a {
    display: block;
    height: 100%;
}

.post-card__thumb {
    min-height: 220px;
    background: linear-gradient(145deg, rgba(195, 151, 66, 0.16), rgba(23, 24, 25, 0.06));
}

.post-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-footer {
    padding: 4rem 0 4.5rem;
    background: linear-gradient(180deg, #eee1cb 0%, #e5d1b2 100%);
    border-top: 1px solid var(--line);
}

.site-footer--dark {
    background: radial-gradient(circle at top, rgba(255, 255, 255, 0.04), transparent 34%), #0f1012;
    border-top-color: rgba(255, 255, 255, 0.08);
    color: #f4f1eb;
}

.site-footer__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: start;
}

.site-footer__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0 0 1rem;
    color: var(--gold-deep);
    font-family: var(--font-label);
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.site-footer--dark .site-footer__eyebrow,
.site-footer--dark .site-footer__title,
.site-footer--dark .site-footer__body,
.site-footer--dark .site-footer__partners-eyebrow,
.site-footer--dark .site-footer__logos-empty,
.site-footer--dark .site-footer__copy p {
    color: inherit;
}

.site-footer__eyebrow::before {
    content: "";
    display: block;
    width: 1.8rem;
    height: 1px;
    background: linear-gradient(90deg, var(--gold), transparent);
}

.site-footer__left,
.site-footer__right {
    min-width: 0;
}

.site-footer__left {
    display: grid;
    gap: 1rem;
}

.site-footer__right {
    display: grid;
    gap: 1rem;
}

.site-footer__title {
    margin: 0;
}

.site-footer__body {
    margin: 0;
    max-width: 52ch;
    color: rgba(23, 24, 25, 0.76);
}

.site-footer--dark .site-footer__body {
    color: rgba(244, 241, 235, 0.82);
}

.site-footer__nav {
    display: grid;
    gap: 0.75rem;
}

.menu--footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5rem 1rem;
    margin: 0;
    padding: 0;
}

.menu--footer a {
    color: inherit;
    transition: color 0.2s ease;
}

.site-footer--dark .menu--footer a:hover,
.site-footer--dark .menu--footer a:focus-visible {
    color: var(--gold);
}

.site-footer__button {
    justify-self: start;
}

.site-footer__partners-eyebrow {
    margin: 0;
    color: var(--gold-deep);
    font-family: var(--font-label);
    font-size: 0.74rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.site-footer__logos {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.site-footer__logo {
    display: grid;
    place-items: center;
    min-height: 84px;
    padding: 0.85rem;
    border: 1px solid rgba(23, 24, 25, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.28);
}

.site-footer__logo a {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
}

.site-footer--dark .site-footer__logo {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

.site-footer__logo img {
    display: block;
    max-width: 100%;
    max-height: 64px;
    object-fit: contain;
}

.site-footer__logos-empty {
    margin: 0;
    color: rgba(23, 24, 25, 0.58);
}

.site-footer__copy {
    width: var(--container);
    margin: 2.4rem auto 0;
    padding-top: 1.2rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid var(--line);
}

.site-footer__copy p {
    margin: 0;
    color: rgba(23, 24, 25, 0.58);
    font-size: 0.84rem;
}

.site-footer--dark .site-footer__copy {
    border-top-color: rgba(255, 255, 255, 0.12);
}

.site-footer--dark .site-footer__copy p {
    color: rgba(244, 241, 235, 0.72);
}

.page-shell {
    width: min(860px, var(--container));
    padding: 3rem 0 5rem;
}

.content-card {
    padding: clamp(1.5rem, 3.5vw, 2.8rem);
}

.content-card__featured {
    margin: 1.4rem 0;
    overflow: hidden;
    border-radius: 24px;
}

.content-card__featured img {
    width: 100%;
    height: auto;
}

.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 980px) {
    .intro-grid,
    .story-grid,
    .community-panel {
        grid-template-columns: 1fr;
    }

    .value-grid,
    .materials-grid,
    .video-grid,
    .timeline-grid,
    .posts-grid {
        grid-template-columns: 1fr 1fr;
    }

    .site-footer__inner,
    .site-footer__copy {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-start;
    }

    .site-footer__left,
    .site-footer__right,
    .site-footer__nav,
    .menu--footer {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .site-footer__logos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .quote-feature {
        min-height: 420px;
        padding: 2rem 0;
    }

    .quote-feature__card {
        max-width: calc(100vw - 32px);
        margin-left: 16px;
    }

    .illustrated-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .illustrated-timeline__card {
        padding-left: 1rem;
        transform: none;
        z-index: auto;
        overflow: visible;
    }

    .illustrated-timeline__card-media img {
        max-height: 106px;
        border-radius: 14px 14px 0 0;
    }

    .illustrated-timeline__card::before {
        left: auto;
        right: -0.55rem;
    }

    .film-block {
        grid-template-columns: 1fr;
    }

    .film-block__media {
        min-height: 340px;
        border-right: 0;
        border-bottom: 1px solid rgba(23, 24, 25, 0.08);
    }

    .season-block {
        grid-template-columns: 1fr;
    }

    .season-block__content {
        border-right: 0;
        border-bottom: 1px solid rgba(23, 24, 25, 0.08);
    }

    .season-block__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .film-block__video-title {
        margin: 0 1rem -0.1rem;
    }

    .film-block__facts {
        grid-template-columns: 1fr;
        gap: 0rem;
        row-gap: 0rem;
        column-gap: 0rem;
    }

    .film-block__fact {
        grid-template-columns: 1fr;
        gap: 0.15rem;
    }

    .fotogallery__controls {
        justify-content: center;
    }

    .fotogallery__track {
        padding-inline: 0;
    }

    .fotogallery__item--1,
    .fotogallery__item--2,
    .fotogallery__item--3,
    .fotogallery__item--4 {
        width: clamp(16rem, 76vw, 20rem);
    }
}

@media (max-width: 640px) {
    .illustrated-timeline {
        grid-template-columns: 1fr;
    }

    .illustrated-timeline__card {
        padding-left: 2.1rem;
        transform: none;
        overflow: visible;
    }

    .illustrated-timeline__card::before {
        left: 0.95rem;
        right: auto;
    }

    .fotogallery__controls {
        width: 100%;
    }

    .fotogallery__item--1,
    .fotogallery__item--2,
    .fotogallery__item--3,
    .fotogallery__item--4 {
        width: clamp(17rem, 86vw, 22rem);
    }
}

@media (min-width: 901px) {
    .timeline-grid {
        position: relative;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.4rem 1.5rem;
        padding-top: 1rem;
    }

    .timeline-grid::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: calc(50% - 1px);
        width: 2px;
        background: linear-gradient(180deg, transparent, rgba(195, 151, 66, 0.5), transparent);
    }

    .timeline-card:nth-child(odd) {
        transform: translateY(1.25rem);
    }

    .timeline-card:nth-child(odd)::before {
        right: -0.4rem;
    }

    .timeline-card:nth-child(even) {
        transform: translateY(4rem);
    }

    .timeline-card:nth-child(even)::before {
        left: -0.4rem;
        right: auto;
    }

    .timeline-card:nth-child(even)::after {
        right: auto;
        left: 1rem;
    }
}

@media (min-width: 921px) {
    .site-header__inner {
        position: relative;
        width: 100%;
        max-width: none;
        margin: 0;
        min-height: 106px;
        padding: 1.05rem clamp(18px, 2vw, 24px) 1.05rem 0;
        justify-content: center;
    }

    .brand {
        position: absolute;
        left: clamp(24px, 4vw, 94px);
        top: 50%;
        transform: translateY(-50%);
    }

    .site-header__lang {
        margin-left: 0.35rem;
    }

    .site-header__tools {
        position: absolute;
        right: clamp(24px, 4vw, 94px);
        top: 50%;
        transform: translateY(-50%);
        margin-left: 0;
    }

    .site-header__lang .lang-switcher {
        width: min(100%, clamp(8.2rem, 9vw, 10.4rem));
    }
}

@media (min-width: 1281px) and (max-width: 1460px) {
    .brand__link--logo {
        max-width: 200px;
    }

    .brand__logo img {
        max-height: 60px;
    }

    .site-header__partners {
        max-width: min(28vw, 360px);
    }

    .site-header__partners-logos {
        gap: 0.6rem;
    }

    .site-header__partner {
        max-width: 90px;
    }

    .site-header__partner img {
        height: 30px;
    }
}

@media (min-width: 921px) and (max-width: 1280px) {
    .site-header__inner {
        min-height: 98px;
    }

    .brand__link--logo {
        max-width: 185px;
    }

    .brand__logo img {
        max-height: 54px;
    }

    .site-header__partners {
        max-width: min(24vw, 320px);
        gap: 0.28rem;
    }

    .site-header__partners-label {
        font-size: 0.52rem;
    }

    .site-header__partners-logos {
        gap: 0.45rem;
    }

    .site-header__partner {
        max-width: 82px;
    }

    .site-header__partner img {
        height: 26px;
    }

    .site-nav {
        gap: 0.2rem;
    }

    .menu a {
        padding: 0.5rem 0.8rem;
        font-size: 0.84rem;
    }
}

@media (min-width: 921px) and (max-width: 1100px) {
    .site-header__inner {
        min-height: auto;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "brand tools"
            "nav nav";
        align-items: center;
        gap: 0.35rem 0.65rem;
        padding: 0.75rem 18px 0.85rem;
    }

    .brand {
        grid-area: brand;
        position: static;
        transform: none;
        justify-self: start;
        min-width: 0;
    }

    .site-header__tools {
        grid-area: tools;
        position: static;
        transform: none;
        margin-left: 0;
        flex-direction: row;
        align-items: flex-end;
        gap: 0.45rem;
        justify-self: end;
    }

    .brand__link--logo {
        max-width: 148px;
    }

    .brand__logo img {
        width: auto !important;
        max-width: 148px !important;
        height: auto !important;
        max-height: 42px;
    }

    .site-header__partners {
        max-width: 220px;
        align-items: flex-end;
        gap: 0.16rem;
    }

    .site-header__partner {
        max-width: 62px;
    }

    .site-header__partner img {
        height: 20px;
    }

    .site-nav {
        grid-area: nav;
        width: 100%;
        justify-content: center;
        margin-top: 0;
        flex-wrap: wrap;
    }

    .menu {
        flex-wrap: wrap;
        gap: 0.18rem;
    }
}

@media (min-width: 921px) and (max-width: 1024px) {
    .site-header__inner {
        gap: 0.3rem 0.5rem;
        padding-left: 14px;
        padding-right: 14px;
    }

    .brand {
        align-self: center;
    }

    .brand__link--logo {
        max-width: 128px;
    }

    .brand__logo img {
        max-width: 128px !important;
        max-height: 36px;
    }

    .site-nav {
        gap: 0.14rem;
    }

    .menu {
        gap: 0.14rem;
    }

    .menu a {
        min-height: 2.35rem;
        padding: 0.38rem 0.52rem;
        font-size: 0.7rem;
        letter-spacing: 0.1em;
    }

    .site-header__lang .lang-switcher {
        width: 6.1rem;
    }

    .lang-switcher__select {
        min-height: 2rem;
        padding: 0.36rem 1.8rem 0.36rem 0.82rem;
        font-size: 0.68rem;
    }

    .site-header__partners {
        max-width: 170px;
        gap: 0.16rem;
    }

    .site-header__partners-label {
        font-size: 0.46rem;
        letter-spacing: 0.14em;
    }

    .site-header__partners-logos {
        gap: 0.22rem;
    }

    .site-header__partner {
        max-width: 58px;
    }

    .site-header__partner img {
        height: 18px;
    }
}

@media (max-width: 920px) {
    .site-header__inner {
        flex-wrap: wrap;
        gap: 0.65rem 0.9rem;
        padding: 0.85rem 0.75rem;
    }

    .brand {
        margin-left: 0;
    }

    .site-header__tools {
        margin-left: auto;
        position: static;
        transform: none;
    }

    .site-header__partners {
        display: none;
    }

    .site-nav {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        padding-top: 0.75rem;
        order: 4;
    }

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

    .menu {
        flex-direction: column;
        align-items: stretch;
    }

    .menu a {
        justify-content: flex-start;
    }

    .nav-toggle {
        display: inline-grid;
        place-items: center;
    }

    .lang-switcher {
        order: 4;
    }

    .site-header__lang {
        width: 100%;
        justify-content: center;
        margin: 0.15rem 0 0;
        order: 3;
    }

    .site-header__tools {
        order: 2;
    }
}

@media (max-width: 720px) {
    :root {
        --container: min(100vw - 24px, 1180px);
    }

    h1 {
        font-size: clamp(2.6rem, 14vw, 4.5rem);
    }

    h2 {
        font-size: clamp(2rem, 9vw, 3.2rem);
    }

    .hero-public__actions,
    .community-panel__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .button,
    .site-nav__cta {
        width: 100%;
    }

    .value-grid,
    .materials-grid,
    .video-grid,
    .timeline-grid,
    .posts-grid {
        grid-template-columns: 1fr;
    }

    .trailer-block {
        grid-template-columns: 1fr;
    }

    .trailer-block__content {
        border-right: 0;
        border-bottom: 1px solid rgba(23, 24, 25, 0.08);
    }

    .season-block__cards {
        grid-template-columns: 1fr;
    }

    .season-card {
        border-left: 0;
        border-top: 1px solid rgba(23, 24, 25, 0.08);
    }

    .season-card:first-child {
        border-top: 0;
    }

    .timeline-grid::before {
        display: none;
    }

    .timeline-card:nth-child(odd),
    .timeline-card:nth-child(even) {
        transform: none;
    }

    .timeline-card::before {
        right: auto;
        left: 1.1rem;
    }

    .timeline-card::after {
        right: 1rem;
        left: auto;
    }
}
