body {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hero-glow {
    background:
        radial-gradient(circle at top left, rgba(251, 191, 36, 0.18), transparent 30%),
        radial-gradient(circle at bottom right, rgba(249, 115, 22, 0.14), transparent 30%);
}

/* Modern responsive header */
[x-cloak] {
    display: none !important;
}

.site-header--modern {
    --header-bg: rgba(255, 246, 234, 0.84);
    --header-bg-strong: rgba(255, 246, 234, 0.98);
    --header-border: rgba(45, 45, 47, 0.12);
    --header-text: #2d2d2f;
    --header-text-soft: #5f5450;
    --header-accent: #175134;
    --header-accent-strong: #0f3b2d;
    --header-shadow: 0 16px 34px rgba(31, 23, 17, 0.12);
    position: sticky;
    top: 0;
    z-index: 120;
    padding: 12px 0;
    backdrop-filter: blur(12px);
    background: linear-gradient(180deg, var(--header-bg-strong) 0%, var(--header-bg) 100%);
    border-bottom: 1px solid var(--header-border);
    box-shadow: var(--header-shadow);
}

.site-header__bar {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 14px;
}

.site-header__brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--header-text);
}

.site-header__logo {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.site-header__brand-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.1;
}

.site-header__brand-text strong {
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 0.03em;
}

.site-header__brand-text small {
    color: var(--header-text-soft);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
}

.site-header__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.site-header__nav a,
.site-header__mobile-nav a {
    text-decoration: none;
    color: var(--header-text);
    font-weight: 700;
    font-size: 0.93rem;
    letter-spacing: 0.01em;
    border-radius: 999px;
    padding: 9px 13px;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-header__nav a:hover,
.site-header__mobile-nav a:hover {
    background: rgba(23, 81, 52, 0.12);
    color: var(--header-accent-strong);
    transform: translateY(-1px);
}

.site-header__actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.site-header__phone,
.site-header__social,
.site-header__cta {
    text-decoration: none;
    border-radius: 999px;
    font-weight: 700;
    white-space: nowrap;
    transition: transform 180ms ease, filter 180ms ease;
}

.site-header__phone {
    color: var(--header-text);
    border: 1px solid var(--header-border);
    padding: 8px 12px;
    font-size: 0.9rem;
}

.site-header__social {
    color: #ffffff;
    background: #0077ff;
    padding: 8px 11px;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
}

.site-header__cta {
    color: #ffffff;
    background: linear-gradient(135deg, var(--header-accent) 0%, var(--header-accent-strong) 100%);
    padding: 9px 14px;
    box-shadow: 0 10px 20px rgba(15, 59, 45, 0.25);
}

.site-header__phone:hover,
.site-header__social:hover,
.site-header__cta:hover {
    transform: translateY(-1px);
    filter: brightness(0.97);
}

.site-header__toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--header-border);
    background: rgba(255, 255, 255, 0.45);
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
}

.site-header__toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--header-text);
    border-radius: 2px;
}

.site-header__mobile {
    display: none;
    margin-top: 10px;
    padding: 14px;
    border-radius: 16px;
    background: var(--header-bg-strong);
    border: 1px solid var(--header-border);
    box-shadow: 0 14px 24px rgba(24, 18, 13, 0.16);
}

.site-header__mobile-nav {
    display: grid;
    gap: 4px;
}

.site-header__mobile-meta {
    margin-top: 10px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

@media (max-width: 980px) {
    .site-header__bar {
        grid-template-columns: auto 1fr auto;
    }

    .site-header__nav,
    .site-header__actions {
        display: none;
    }

    .site-header__toggle {
        display: inline-flex;
    }

    .site-header__mobile {
        display: block;
    }

    .site-header__brand-text small {
        display: none;
    }
}

@media (max-width: 540px) {
    .site-header--modern {
        padding: 9px 0;
    }

    .site-header__logo {
        width: 42px;
        height: 42px;
    }

    .site-header__brand-text strong {
        font-size: 0.9rem;
    }
}

/* Retro / USSR-inspired additions */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=PT+Serif:ital,wght@0,400;0,700;1,400&display=swap');

body {
    /* serif body for slightly vintage feel, oswald for headings */
    font-family: 'PT Serif', Georgia, 'Times New Roman', serif;
    background-color: #f5efe6; /* warm paper */
    color: #1f1b18;
}

.retro-hero {
    background-image: linear-gradient(rgba(0,0,0,0.72), rgba(0,0,0,0.72)), url('/assets/images/pinta/hero_pinta.webp');
    background-size: cover;
    background-position: center;
    border-top: 6px solid rgba(0,0,0,0.08);
    border-bottom: 6px solid rgba(0,0,0,0.08);
    color: #fff;
}

.retro-hero .hero-card {
    background: rgba(0,0,0,0.48);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.45);
}

.retro-hero .retro-title { color: #fff; text-shadow: 0 2px 6px rgba(0,0,0,0.6); }
.retro-hero .retro-lead { color: rgba(255,255,255,0.92); text-shadow: 0 1px 4px rgba(0,0,0,0.45); }

.retro-title {
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    color: #b12318; /* Soviet red */
    letter-spacing: 0.04em;
    margin: 0;
    text-transform: uppercase;
}

.retro-lead {
    font-size: 1.125rem;
    color: #2b2623;
    max-width: 65ch;
}

.retro-cta {
    display: inline-block;
    background: #b12318;
    color: #fff;
    padding: 0.6rem 1rem;
    border-radius: 0.25rem;
    font-weight: 700;
    text-decoration: none;
}

.retro-cta--outline {
    background: transparent;
    color: #b12318;
    border: 2px solid #b12318;
}

.retro-poster img {
    width: 420px;
    height: auto;
    object-fit: cover;
    border: 6px solid #efe0d4;
    box-shadow: 0 10px 30px rgba(33, 17, 11, 0.18);
}

.retro-section-title {
    font-family: 'Oswald', sans-serif;
    color: #6b2a22;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.adv-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.retro-card {
    background: linear-gradient(180deg, #fffaf2 0%, #f7efe4 100%);
    border: 2px solid #e3d6c9;
    padding: 1.1rem;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(31, 27, 24, 0.06);
}

.retro-card-title {
    font-family: 'Oswald', sans-serif;
    color: #b12318;
    font-size: 1.05rem;
    margin: 0 0 0.4rem 0;
}

.retro-card-body {
    font-size: 0.98rem;
    color: #2b2623;
    margin: 0;
}

/* Small responsive tweaks */
@media (max-width: 640px) {
    .retro-title { font-size: 2rem; }
    .retro-poster img { width: 100%; max-width: 360px; }
}

/* Placeholder image styling for easy replacement */
.placeholder-img { display:block; width:100%; height:100%; object-fit:cover; border-radius:8px; background-color: #efe6db; }
.placeholder-img[alt] { color: #6b2a22; }

.gallery-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:1rem; }

.stat-counter { font-family: 'Roboto Mono', monospace; font-size: 28px; color: #b06b3b; }

/* Horizontal slider helper */
.horizontal-scroll { -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; }
.horizontal-scroll > * { scroll-snap-align: start; }

