/* Femina brandbook v0.1 + editorial warmth */
:root {
    --brand-primary: #66023C;
    --brand-primary-dark: #4C012D;
    --brand-primary-mid: #3d0a28;
    --brand-primary-night: #1a0612;
    --brand-primary-light: #7a1a4a;
    --brand-border: #DCD0C0;
    --brand-bg: #FAF8F5;
    --text-on-primary: #ffffff;
    --selection-bg: #e8e0d4;
    --brand-text: #333333;
    --brand-text-muted: #665F55;
    --brand-border-soft: #DCD0C0;
    --accent-gold: #D4AF37;
    --status-live: #2F6F5F;
    --status-internal: #5B4B8A;
    --status-offline: #6C757D;
    --surface-paper: #FAF8F5;
    --surface-warm: #F5EFE6;
    --surface-amber: #FFF9E6;
    --surface-rose: #FDF2F4;
    --surface-sage: #EBF7F2;
    --surface-lavender: #F3EFF8;
    --surface-white: #FFFFFF;
    --surface-glass: rgba(250, 248, 245, 0.72);
    --surface-glass-strong: rgba(250, 248, 245, 0.9);
    --surface-subtle: rgba(102, 2, 60, 0.04);
    --border-soft: rgba(220, 208, 192, 0.55);
    --shadow-soft: 0 12px 30px rgba(63, 44, 31, 0.09);
    --shadow-brand: 0 16px 40px rgba(102, 2, 60, 0.12);
    --blur-soft: 6px;
    --blur-strong: 10px;
    --duration-fast: 160ms;
    --duration-base: 200ms;
    --duration-slow: 300ms;
    --section-pad-top: 3.75rem;
    --section-pad-bottom: 4.5rem;
}

@media (min-width: 768px) {
    :root {
        --section-pad-top: 5rem;
        --section-pad-bottom: 5.5rem;
    }
}

.section-pad {
    padding-top: var(--section-pad-top);
    padding-bottom: var(--section-pad-bottom);
}

/* Shared content width — matches hero (max-w-7xl + px-6 md:px-12) */
.landing-container {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 768px) {
    .landing-container {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.hero-section {
    padding-top: calc(var(--section-pad-top) + 3.25rem + env(safe-area-inset-top, 0px));
    padding-bottom: var(--section-pad-bottom);
}

@media (min-width: 768px) {
    .hero-section {
        padding-top: calc(var(--section-pad-top) + 3.5rem + env(safe-area-inset-top, 0px));
    }
}

body {
    background-color: var(--brand-bg);
    color: var(--brand-text);
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

/* Reliable brand tokens (Tailwind CDN may not emit custom palette) */
.bg-brand-primary { background-color: var(--brand-primary) !important; }
.bg-brand-primaryDark,
.hover\:bg-brand-primaryDark:hover { background-color: var(--brand-primary-dark) !important; }
.text-brand-primary { color: var(--brand-primary) !important; }
.text-brand-text { color: var(--brand-text) !important; }
.border-brand-primary { border-color: var(--brand-primary) !important; }

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        180deg,
        var(--brand-primary-light) 0%,
        var(--brand-primary) 45%,
        var(--brand-primary-dark) 100%
    );
    color: var(--text-on-primary) !important;
    border: none;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    transition:
        background var(--duration-base) ease,
        box-shadow var(--duration-base) ease,
        padding 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        font-size 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-primary:hover {
    background: linear-gradient(180deg, var(--brand-primary-mid) 0%, var(--brand-primary-dark) 100%);
}

.btn-offer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--surface-white);
    color: var(--brand-primary) !important;
    border: 2px solid var(--surface-white);
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
    transition: background-color var(--duration-base) ease, transform var(--duration-fast) ease;
}
.btn-offer:hover {
    background-color: var(--surface-warm);
    transform: translateY(-1px);
}

.header-host-cta {
    display: none;
    flex-shrink: 0;
    white-space: nowrap;
}
.header-host-cta.is-visible {
    display: inline-flex;
}

/* Наши ведущие — стопка + кроссфейд */
.hosts-magazine {
    --hosts-nav-gap: 2.5rem;
    padding-right: 1.25rem;
    padding-bottom: 0;
}

.hosts-magazine__label {
    color: var(--brand-text-muted);
}

.hosts-stack {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    isolation: isolate;
    margin-bottom: var(--hosts-nav-gap);
}

/* Декоративные «страницы» стопки — всегда с фото поверх, не пустые рамки */
.hosts-stack::before,
.hosts-stack::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 32px;
    border: 2px solid var(--brand-border-soft);
    background: linear-gradient(155deg, #faf7f3 0%, #efe6dc 100%);
    pointer-events: none;
    transition: opacity 0.42s ease;
}

.hosts-stack::before {
    z-index: 0;
    transform: translate(11px, 14px) rotate(2.6deg);
    opacity: 0.92;
}

.hosts-stack::after {
    z-index: 0;
    transform: translate(22px, 28px) rotate(-2deg);
    opacity: 0.72;
}

.hosts-stack.is-transitioning::before,
.hosts-stack.is-transitioning::after {
    opacity: 0.45;
}

.host-card {
    position: absolute;
    inset: 0;
    border-radius: 32px;
    overflow: hidden;
    border: 2px solid var(--brand-border-soft);
    background: #fff;
    box-shadow: 0 12px 30px rgba(63, 44, 31, 0.12);
    pointer-events: none;
}

.host-card--panel {
    z-index: 1;
    opacity: 0;
    transform: translateX(0) scale(1);
    transition:
        opacity 0.42s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

.host-card--panel.is-front {
    z-index: 2;
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: auto;
    box-shadow: var(--shadow-soft);
}

.host-card--panel.is-wait-next {
    z-index: 3;
    opacity: 0;
    transform: translateX(11%) scale(0.985);
}

.host-card--panel.is-wait-prev {
    z-index: 3;
    opacity: 0;
    transform: translateX(-11%) scale(0.985);
}

.host-card--panel.is-leave-next {
    z-index: 2;
    opacity: 0;
    transform: translateX(-9%) scale(0.985);
}

.host-card--panel.is-leave-prev {
    z-index: 2;
    opacity: 0;
    transform: translateX(9%) scale(0.985);
}

.host-card--panel.is-arrive {
    z-index: 3;
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: auto;
}

.host-card__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-position: center top;
    background-size: cover;
}

.host-card__bg--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        145deg,
        var(--brand-primary) 0%,
        var(--brand-primary-mid) 55%,
        var(--brand-primary-night) 100%
    );
}

.host-card__initials {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 4rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.22);
    letter-spacing: 0.08em;
}

.host-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to top,
        rgba(30, 20, 25, 0.85) 0%,
        rgba(30, 20, 25, 0.55) 24%,
        rgba(30, 20, 25, 0.12) 50%,
        transparent 64%
    );
}

.host-card__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 1.25rem 1.25rem 1.125rem;
    color: var(--text-on-primary);
}

.host-card__mark.site-logo {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    z-index: 2;
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.35));
}

.host-card__bottom {
    margin-top: auto;
    padding-top: 42%;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.host-card__name {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1.15;
    color: rgba(255, 255, 255, 0.95);
}

.host-card__quote {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: clamp(0.8125rem, 3.6vw, 0.9375rem);
    font-weight: 400;
    font-style: italic;
    line-height: 1.1;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.92);
}

.hosts-magazine__arrow {
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 9999px;
    border: 1px solid var(--brand-border-soft);
    color: var(--brand-text-muted);
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition:
        background-color var(--duration-base) ease,
        color var(--duration-base) ease,
        border-color var(--duration-base) ease;
}

.hosts-magazine__arrow:hover {
    background-color: var(--brand-primary);
    border-color: var(--brand-primary);
    color: #fff;
}

.hosts-magazine__dot {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 9999px;
    border: none;
    padding: 0;
    background: color-mix(in srgb, var(--brand-border-soft) 85%, var(--brand-text-muted));
    cursor: pointer;
    transition: transform var(--duration-base) ease, background-color var(--duration-base) ease;
}

.hosts-magazine__dot.is-active {
    background: var(--brand-primary);
    transform: scale(1.35);
}

.hosts-magazine__nav {
    position: relative;
    z-index: 3;
    margin-top: 0.35rem;
    min-height: 2.5rem;
    align-items: center;
}

@media (prefers-reduced-motion: reduce) {
    .host-card--panel {
        transition: opacity 0.15s ease;
        will-change: auto;
    }
    .host-card--panel.is-wait-next,
    .host-card--panel.is-wait-prev,
    .host-card--panel.is-leave-next,
    .host-card--panel.is-leave-prev {
        transform: none;
    }
}

/* Header & footer bars — full viewport width, edge padding only */
.site-chrome__bar {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .site-chrome__bar {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

#mainHeader {
    z-index: 70;
    width: 100%;
    max-width: 100%;
    padding-top: max(0.5rem, env(safe-area-inset-top, 0px));
    padding-bottom: 0.5rem;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    #mainHeader {
        padding-top: max(0.625rem, env(safe-area-inset-top, 0px));
        padding-bottom: 0.625rem;
    }
}

.header-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.75rem;
    min-height: 2.75rem;
    margin-right: -0.35rem;
    border-radius: 9999px;
}

#mainHeader .site-chrome__bar {
    min-height: 0;
}

/* Mobile drawer (бургер-меню) */
.mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 60;
    visibility: hidden;
    pointer-events: none;
}
.mobile-menu.is-open {
    visibility: visible;
    pointer-events: auto;
}
.mobile-menu__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(76, 1, 45, 0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.35s ease;
}
.mobile-menu.is-open .mobile-menu__backdrop {
    opacity: 1;
}
.mobile-menu__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(100%, 22rem);
    height: 100%;
    background: var(--brand-bg);
    border-left: 1px solid var(--brand-border-soft);
    box-shadow: -12px 0 48px rgba(63, 44, 31, 0.15);
    display: flex;
    flex-direction: column;
    padding: 1.25rem 1.5rem 2rem;
    padding-top: max(1.25rem, env(safe-area-inset-top));
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-menu.is-open .mobile-menu__panel {
    transform: translateX(0);
}
.mobile-menu__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--brand-border-soft);
}
.mobile-menu__close {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    border: 1px solid var(--brand-border-soft);
    color: var(--brand-text);
    font-size: 1.25rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color var(--duration-fast) ease, color var(--duration-fast) ease;
}
.mobile-menu__close:hover {
    border-color: var(--brand-primary);
    color: var(--brand-primary);
}
.mobile-menu__nav {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    flex: 1;
}
.mobile-menu__nav a {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--brand-text);
    transition: color var(--duration-fast) ease;
}
.mobile-menu__nav a:hover {
    color: var(--brand-primary);
}
.mobile-menu__footer {
    margin-top: auto;
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.event-pill {
    padding: 0.625rem 1.25rem;
    border-radius: 9999px;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition: all var(--duration-fast) ease;
    cursor: pointer;
}
.event-pill--active {
    background-color: var(--brand-primary);
    color: #fff !important;
    border: 1px solid var(--brand-primary);
}
.event-pill--idle {
    background-color: #fff;
    color: var(--brand-text) !important;
    border: 1px solid var(--brand-border-soft);
}
.event-pill--idle:hover {
    border-color: var(--brand-primary);
}

.site-footer {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background-color: var(--brand-primary) !important;
    color: #fff;
}
.site-footer .footer-logo,
.site-footer a,
.site-footer p {
    color: #fff;
}
.site-footer .footer-muted {
    color: rgba(255, 255, 255, 0.72);
}
.site-footer .footer-label {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.6875rem;
}
.site-footer .footer-link:hover {
    color: #fff;
    opacity: 1;
}
.site-footer .footer-icon {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: none;
}
.site-footer .footer-icon:hover {
    background: rgba(255, 255, 255, 0.25);
}
.site-footer .footer-divider {
    border-color: rgba(255, 255, 255, 0.15);
}

.site-footer .footer-link {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font: inherit;
    color: rgba(255, 255, 255, 0.72);
}

.footer-legal {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem 1.5rem;
}

@media (min-width: 480px) {
    .footer-legal {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .footer-legal {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 0.5rem 1.5rem;
    }
}

.footer-icon--touch {
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    min-height: 2.75rem;
}

body.payment-modal-open,
body.payment-checkout-open {
    overflow: hidden;
}

.payment-checkout.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.payment-checkout__loading.hidden {
    display: none;
}

.payment-checkout__frame {
    min-height: 420px;
}

.payment-checkout__summary {
    display: grid;
    gap: 0.35rem 1rem;
    font-size: 10px;
    line-height: 1.45;
    color: var(--brand-muted);
}
@media (min-width: 480px) {
    .payment-checkout__summary {
        grid-template-columns: auto 1fr;
    }
}
.payment-checkout__summary dt {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 8px;
    color: var(--brand-primary);
}
.payment-checkout__summary dd {
    margin: 0;
    color: var(--brand-text);
    word-break: break-word;
}

@media (max-width: 640px) {
    .payment-checkout__panel {
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
        height: 100%;
        max-height: none;
        border-radius: 0;
    }
}

body.legal-modal-open {
    overflow: hidden;
}

.legal-modal__body {
    color: var(--brand-text);
    font-size: 0.8125rem;
    line-height: 1.65;
}

.legal-doc.prose h1,
.legal-doc.prose h2,
.legal-doc.prose h3,
.legal-doc.prose h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: var(--brand-text);
    margin: 1.25rem 0 0.65rem;
}

.legal-doc.prose h3:first-child,
.legal-doc.prose h1:first-child {
    margin-top: 0;
}

.legal-doc.prose p,
.legal-doc.prose li {
    margin-bottom: 0.65rem;
    color: var(--brand-text-muted);
}

.legal-doc.prose ul,
.legal-doc.prose ol {
    padding-left: 1.25rem;
    margin-bottom: 0.85rem;
}

.legal-doc.prose strong {
    color: var(--brand-text);
    font-weight: 600;
}

.legal-modal__loading,
.legal-modal__error {
    color: var(--brand-text-muted);
    font-size: 0.875rem;
}

.site-footer .magazine-grid {
    opacity: 0.02;
}

/* Typography roles */
.serif-title,
.type-display-lg {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.type-display-md {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 600;
    font-size: 1.65rem;
    letter-spacing: -0.01em;
    line-height: 1.15;
}

.serif-italic {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-weight: 400;
}

.type-heading-md {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    line-height: 1.3;
}

.type-body-md {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
}

.type-meta-sm {
    font-family: 'Inter', sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.4;
    color: var(--brand-text-muted);
}

.type-micro-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1.15;
    color: var(--brand-primary);
}

@media (max-width: 639px) {
    .type-micro-label {
        font-size: 0.75rem;
    }
}

.type-numeric {
    font-variant-numeric: tabular-nums;
}

/* Warm surfaces */
.bg-surface-glass {
    background-color: var(--surface-glass);
    backdrop-filter: blur(var(--blur-soft));
    -webkit-backdrop-filter: blur(var(--blur-soft));
}

.bg-surface-glass-strong {
    background-color: var(--surface-glass-strong);
    backdrop-filter: blur(var(--blur-strong));
    -webkit-backdrop-filter: blur(var(--blur-strong));
}

.bg-surface-subtle {
    background-color: var(--surface-subtle);
}

.section-paper {
    background-color: var(--surface-paper);
}

.section-warm {
    background-color: var(--surface-warm);
}

.section-white {
    background-color: var(--surface-white);
}

.section-lavender {
    background: linear-gradient(
        165deg,
        var(--surface-lavender) 0%,
        var(--surface-rose) 40%,
        var(--brand-bg) 100%
    );
}

.section-sage {
    background: linear-gradient(
        180deg,
        var(--surface-paper) 0%,
        color-mix(in srgb, var(--surface-sage) 22%, var(--brand-bg)) 100%
    );
}

/* Ambient glows — только бордо/розовый, без золотого пятна */
.glow-wine {
    background: radial-gradient(ellipse at 20% 0%, rgba(102, 2, 60, 0.1) 0%, transparent 58%);
}

.glow-rose {
    background: radial-gradient(ellipse at 82% 18%, rgba(253, 242, 244, 0.55) 0%, transparent 52%);
}

.glow-gold {
    background: radial-gradient(ellipse at 12% 88%, rgba(102, 2, 60, 0.05) 0%, transparent 48%);
}

.border-soft {
    border-color: var(--border-soft);
}

.shadow-soft {
    box-shadow: var(--shadow-soft);
}

.shadow-brand {
    box-shadow: var(--shadow-brand);
}

/* Chips by whisper tag */
.chip-tag {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.375rem 0.75rem;
    border-radius: 9999px;
    transition: all var(--duration-fast) ease;
}
.chip-tag--active {
    background-color: var(--brand-primary);
    color: #fff;
    border: 1px solid var(--brand-primary);
}
.chip-tag--idle {
    background-color: var(--surface-white);
    color: var(--brand-text);
    border: 1px solid var(--brand-border-soft);
}
.chip-tag--idle:hover {
    border-color: var(--brand-primary);
    background-color: rgba(102, 2, 60, 0.05);
}
.chip-tag--выгорание.chip-tag--active {
    background-color: var(--accent-gold);
    border-color: var(--accent-gold);
}
.chip-tag--страх_начинаний.chip-tag--active { background-color: var(--brand-primary); }
.chip-tag--поиск_своих.chip-tag--active { background-color: var(--status-live); border-color: var(--status-live); }
.chip-tag--усталость_от_ролей.chip-tag--active { background-color: var(--status-internal); border-color: var(--status-internal); }

/* Quiz */
.quiz-card {
    background: var(--surface-white);
    border: 2px solid var(--brand-primary);
    border-radius: 1.25rem;
    box-shadow: var(--shadow-brand);
}

#quizContainer .serif-title {
    font-weight: 600;
}
.quiz-option {
    border: 1px solid var(--brand-border-soft);
    border-radius: 1rem;
    background: var(--surface-white);
    transition: all var(--duration-base) ease;
}
.quiz-option:hover {
    border-color: var(--brand-primary);
    background: rgba(102, 2, 60, 0.06);
    box-shadow: 0 4px 16px rgba(102, 2, 60, 0.08);
}
.quiz-result-box {
    background: linear-gradient(135deg, var(--surface-subtle) 0%, rgba(212, 175, 55, 0.08) 100%);
    border: 1px solid rgba(102, 2, 60, 0.15);
    border-radius: 1.25rem;
}

/* Whisper stickers */
.whisper-sticker {
    border: 1px solid rgba(102, 2, 60, 0.12);
    box-shadow: var(--shadow-soft);
}
.whisper-sticker:hover {
    box-shadow: var(--shadow-brand);
}
.tag-pill {
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.2rem 0.5rem;
    border-radius: 9999px;
    background: rgba(102, 2, 60, 0.1);
    color: var(--brand-primary);
}

.input-brand {
    border-radius: 0.75rem;
    border: 1px solid var(--brand-border-soft);
    background-color: var(--surface-paper);
    transition: border-color var(--duration-base) ease, box-shadow var(--duration-base) ease;
}
.input-brand:focus {
    outline: none;
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 2px rgba(102, 2, 60, 0.2);
    background-color: var(--surface-white);
}
.input-brand.input-invalid {
    border-color: #b42318;
    box-shadow: 0 0 0 2px rgba(180, 35, 24, 0.15);
}
.payment-field-error {
    min-height: 1rem;
    margin-top: 0.35rem;
    font-size: 10px;
    line-height: 1.35;
    color: #b42318;
}
.payment-field-error:empty {
    display: none;
}

.modal-backdrop {
    background-color: rgba(76, 1, 45, 0.45);
    backdrop-filter: blur(var(--blur-soft));
    -webkit-backdrop-filter: blur(var(--blur-soft));
}

.modal-surface {
    background-color: var(--surface-glass-strong);
    backdrop-filter: blur(var(--blur-strong));
    border: 1px solid var(--border-soft);
    box-shadow: var(--shadow-brand);
}

/* Bottom sheet — прижат к низу, скругление только сверху */
.bottom-sheet {
    position: fixed;
    inset: 0;
    z-index: 95;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
    pointer-events: none;
    visibility: hidden;
}

.bottom-sheet.is-visible {
    pointer-events: auto;
    visibility: visible;
}

.bottom-sheet__backdrop {
    position: absolute;
    inset: 0;
    border: none;
    padding: 0;
    margin: 0;
    background: rgba(76, 1, 45, 0.45);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    transition: opacity var(--duration-slow) ease;
    cursor: pointer;
}

.bottom-sheet.is-visible .bottom-sheet__backdrop {
    opacity: 1;
}

.bottom-sheet__panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border: none;
    border-top: 2px solid var(--brand-primary);
    border-radius: 2.25rem 2.25rem 0 0;
    background: var(--surface-glass-strong);
    backdrop-filter: blur(var(--blur-strong));
    -webkit-backdrop-filter: blur(var(--blur-strong));
    box-shadow: 0 -20px 56px rgba(76, 1, 45, 0.2);
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.32, 0.72, 0, 1);
    padding-bottom: env(safe-area-inset-bottom, 0);
}

.bottom-sheet.is-visible .bottom-sheet__panel {
    transform: translateY(0);
}

.bottom-sheet__grab {
    display: block;
    width: 3rem;
    height: 0.35rem;
    margin: 0.65rem auto 0.15rem;
    border-radius: 9999px;
    background: color-mix(in srgb, var(--brand-primary) 28%, transparent);
}

.bottom-sheet__close {
    position: absolute;
    top: 0.75rem;
    right: 0.85rem;
    z-index: 2;
    width: 2.75rem;
    height: 2.75rem;
    border: none;
    background: color-mix(in srgb, var(--brand-primary) 6%, white);
    color: var(--brand-text-muted);
    font-size: 1.125rem;
    line-height: 1;
    cursor: pointer;
    border-radius: 9999px;
    transition:
        color var(--duration-base),
        background-color var(--duration-base);
}

.bottom-sheet__close:hover {
    color: var(--brand-primary);
    background: color-mix(in srgb, var(--brand-primary) 12%, white);
}

.bottom-sheet__body {
    padding: 0.25rem 1.25rem 1.35rem;
    padding-right: 3rem;
}

.bottom-sheet__body--care {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-right: 1.25rem;
}

.bottom-sheet__eyebrow {
    display: block;
    margin-bottom: 0.35rem;
}

.bottom-sheet__title {
    font-size: 1.5rem;
    line-height: 1.15;
    color: var(--brand-text);
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.bottom-sheet__body--care .bottom-sheet__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1.25rem;
    width: 100%;
}

.bottom-sheet__care-icon {
    font-size: 2rem;
    line-height: 1;
}

.bottom-sheet__lede {
    margin: 0 0 1.15rem;
    font-size: 0.75rem;
    line-height: 1.55;
    color: var(--brand-text-muted);
}

.bottom-sheet__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.625rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1rem 1.25rem;
    border-radius: 9999px;
    text-decoration: none;
}

.bottom-sheet__body--care .bottom-sheet__btn {
    width: 100%;
    max-width: 100%;
}

body.bottom-sheet-open {
    overflow: hidden;
}

@media (min-width: 640px) {
    .bottom-sheet__panel {
        max-width: 28rem;
        border-radius: 2.75rem 2.75rem 0 0;
    }

    .bottom-sheet__body {
        padding: 0.35rem 1.5rem 1.5rem;
        padding-right: 3.25rem;
    }

    .bottom-sheet__body--care {
        padding-right: 1.5rem;
    }

    .bottom-sheet__title {
        font-size: 1.75rem;
    }

    .bottom-sheet__body--care .bottom-sheet__title {
        margin-bottom: 1.35rem;
    }

    .bottom-sheet__care-icon {
        font-size: 2.25rem;
    }

    .bottom-sheet__lede {
        font-size: 0.8125rem;
        margin-bottom: 1.35rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bottom-sheet__panel,
    .bottom-sheet__backdrop {
        transition: none;
    }
}

.card-panel {
    background-color: var(--surface-paper);
    border: 2px solid rgba(102, 2, 60, 0.15);
    border-radius: 1rem;
    box-shadow: var(--shadow-soft);
}
.card-panel:hover {
    border-color: rgba(102, 2, 60, 0.35);
    box-shadow: var(--shadow-brand);
}

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--brand-bg); }
::-webkit-scrollbar-thumb { background: var(--brand-border-soft); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--brand-primary); }

.magazine-grid {
    background-image: radial-gradient(var(--brand-primary) 0.75px, transparent 0.75px);
    background-size: 32px 32px;
    opacity: 0.06;
}

.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

.visualizer-bar {
    animation: bounce-bar 0.8s ease-in-out infinite alternate;
}
@keyframes bounce-bar {
    0% { height: 4px; }
    100% { height: 18px; }
}

/* Host landing: editorial rhythm without animation */
.photo-placeholder {
    background: linear-gradient(145deg, var(--surface-warm) 0%, var(--surface-rose) 55%, rgba(102, 2, 60, 0.06) 100%);
    border: 2px dashed rgba(102, 2, 60, 0.28);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem;
    min-height: 12rem;
}
.photo-placeholder--hero {
    min-height: 22rem;
    border-radius: 2rem;
}
.photo-placeholder__hint {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--brand-primary);
    margin-bottom: 0.5rem;
}
.photo-placeholder__desc {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: var(--brand-text-muted);
    max-width: 16rem;
    margin: 0 auto;
}

.statement-band {
    background-color: var(--brand-primary);
    color: #fff;
}
.statement-band .serif-italic {
    color: rgba(255, 255, 255, 0.92);
}

/* App showcase — три iPhone-мокапа */
.app-showcase {
    padding-top: var(--section-pad-top);
    padding-bottom: var(--section-pad-bottom);
}

.app-showcase__glow {
    position: absolute;
    left: 50%;
    translate: -50% 0;
    border-radius: 50%;
    pointer-events: none;
}

.app-showcase__glow--top {
    top: -4rem;
    width: min(100%, 40rem);
    height: 18rem;
    background: radial-gradient(ellipse at center, rgba(102, 2, 60, 0.07) 0%, transparent 68%);
}

.app-showcase__glow--bottom {
    bottom: -2rem;
    width: min(100%, 52rem);
    height: 10rem;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        color-mix(in srgb, var(--brand-primary) 6%, var(--surface-warm)) 100%
    );
}

.app-showcase__intro {
    margin-bottom: 2.5rem;
    max-width: 34rem;
    margin-left: auto;
    margin-right: auto;
}

.app-showcase__lede {
    margin: 0.85rem auto 0;
    max-width: 22rem;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: var(--brand-text-muted);
}

@media (min-width: 768px) {
    .app-showcase__intro {
        margin-bottom: 3.25rem;
    }

    .app-showcase__lede {
        font-size: 0.875rem;
        max-width: 26rem;
    }
}

.app-showcase__stage {
    position: relative;
    padding: 0.5rem 0 1.5rem;
    perspective: 1400px;
}

@media (max-width: 767px) {
    .app-showcase__stage {
        margin-inline: -1rem;
        width: calc(100% + 2rem);
        max-width: calc(100% + 2rem);
    }
}

.app-showcase__phones {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.35rem 0.25rem;
    align-items: flex-end;
    justify-items: center;
    max-width: 54rem;
    margin-inline: auto;
}

@media (max-width: 767px) {
    .app-showcase__phones {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        gap: 1rem;
        max-width: none;
        width: 100%;
        min-width: 0;
        padding-inline: 1rem;
        scrollbar-width: none;
        -ms-overflow-style: none;
        /* Не перехватываем вертикальный свайп — листаем только стрелками */
        pointer-events: none;
        touch-action: pan-y pinch-zoom;
        overscroll-behavior-x: none;
    }

    .app-showcase__phones::-webkit-scrollbar {
        display: none;
    }

    .app-showcase__phones .iphone-frame {
        flex: 0 0 72%;
        max-width: 14rem;
        scroll-snap-align: center;
        pointer-events: none;
    }

    .app-showcase__phones .iphone-frame__shot {
        pointer-events: none;
        -webkit-user-drag: none;
        user-select: none;
    }
}

@media (min-width: 480px) {
    .app-showcase__phones {
        gap: 0.75rem 0.5rem;
    }
}

@media (min-width: 640px) {
    .app-showcase__phones {
        gap: 1rem 0.65rem;
        max-width: 62rem;
    }
}

@media (min-width: 1024px) {
    .app-showcase__phones {
        gap: 1.5rem 1rem;
        max-width: 72rem;
    }
}

.iphone-frame {
    position: relative;
    margin: 0;
    width: 100%;
    max-width: 5.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    transform-origin: center bottom;
    transition:
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.35s ease;
}

@media (min-width: 400px) {
    .iphone-frame {
        max-width: 6.5rem;
    }
}

@media (min-width: 640px) {
    .iphone-frame {
        max-width: 8.75rem;
        gap: 0.85rem;
    }
}

@media (min-width: 768px) {
    .iphone-frame--side {
        transform: translateY(0.65rem);
    }

    .iphone-frame--far-left {
        transform: translateY(1rem) rotate(-4deg);
        z-index: 0;
    }

    .iphone-frame--left {
        transform: translateY(0.75rem) rotate(-2deg);
        z-index: 1;
    }

    .iphone-frame--right {
        transform: translateY(0.75rem) rotate(2deg);
        z-index: 1;
    }

    .iphone-frame--center {
        transform: translateY(-0.35rem) scale(1.04);
        z-index: 2;
    }
}

@media (min-width: 1024px) {
    .iphone-frame {
        max-width: 11.25rem;
    }

    .iphone-frame--far-left {
        transform: translateY(1.15rem) rotate(-5deg);
    }

    .iphone-frame--left {
        transform: translateY(0.95rem) rotate(-2.5deg);
    }

    .iphone-frame--right {
        transform: translateY(0.95rem) rotate(2.5deg);
    }

    .iphone-frame--center {
        transform: translateY(-0.65rem) scale(1.06);
    }
}

@media (min-width: 768px) and (hover: hover) {
    .iphone-frame--far-left:hover {
        transform: translateY(0.55rem) rotate(-3.5deg) scale(1.02);
    }

    .iphone-frame--left:hover {
        transform: translateY(0.35rem) rotate(-1.5deg) scale(1.02);
    }

    .iphone-frame--center:hover {
        transform: translateY(-0.85rem) scale(1.07);
    }

    .iphone-frame--right:hover {
        transform: translateY(0.35rem) rotate(1.5deg) scale(1.02);
    }
}

.iphone-frame__shadow {
    position: absolute;
    left: 50%;
    bottom: 2.15rem;
    width: 72%;
    height: 1.35rem;
    transform: translateX(-50%);
    background: radial-gradient(
        ellipse at center,
        rgba(102, 2, 60, 0.16) 0%,
        rgba(63, 44, 31, 0.08) 42%,
        transparent 72%
    );
    filter: blur(10px);
    z-index: 0;
    pointer-events: none;
}

.iphone-frame__device {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0.3rem;
    border-radius: 2rem;
    background: linear-gradient(
        168deg,
        #48484a 0%,
        #2c2c2e 28%,
        #1c1c1e 55%,
        #3a3a3c 100%
    );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        inset 0 -1px 0 rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(0, 0, 0, 0.2),
        0 8px 20px rgba(63, 44, 31, 0.1),
        0 18px 40px rgba(102, 2, 60, 0.08),
        0 32px 64px rgba(63, 44, 31, 0.12);
}

@media (min-width: 640px) {
    .iphone-frame__device {
        padding: 0.4rem;
        border-radius: 2.35rem;
    }
}

@media (min-width: 1024px) {
    .iphone-frame__device {
        padding: 0.48rem;
        border-radius: 2.65rem;
    }
}

.iphone-frame__island {
    position: absolute;
    top: 0.55rem;
    left: 50%;
    transform: translateX(-50%);
    width: 32%;
    max-width: 4.25rem;
    height: 0.36rem;
    border-radius: 9999px;
    background: #000;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    z-index: 3;
    pointer-events: none;
}

@media (min-width: 640px) {
    .iphone-frame__island {
        top: 0.65rem;
        height: 0.44rem;
    }
}

.iphone-frame__screen {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 19.5;
    border-radius: 1.65rem;
    overflow: hidden;
    background: #111;
}

@media (min-width: 640px) {
    .iphone-frame__screen {
        border-radius: 1.95rem;
    }
}

@media (min-width: 1024px) {
    .iphone-frame__screen {
        border-radius: 2.2rem;
    }
}

.iphone-frame__shot {
    display: block;
    width: 100%;
    height: 100%;
}

.iphone-frame__screen--ui .iphone-frame__shot {
    object-fit: contain;
    object-position: center center;
    background: radial-gradient(ellipse at 50% 35%, #2a2a2c 0%, #141416 100%);
}

.iphone-frame__screen--schedule {
    background: #f3f0ec;
}

.iphone-frame__screen--schedule .iphone-frame__shot {
    object-fit: cover;
    object-position: center center;
    background-color: #f3f0ec;
}

.iphone-frame__screen--sheet .iphone-frame__shot {
    object-fit: cover;
    object-position: center center;
}

.iphone-frame__screen--sheet-profile {
    background: #f3f0ec;
}

.iphone-frame__screen--sheet-profile .iphone-frame__shot {
    background-color: #f3f0ec;
}

.iphone-frame__screen--sheet-meeting {
    background: #f3f0ec;
}

.iphone-frame__screen--sheet-meeting .iphone-frame__shot {
    background-color: #f3f0ec;
}

.iphone-frame__screen--light {
    background: #f1f3f4;
}

.iphone-frame__screen--light .iphone-frame__shot {
    background: #f1f3f4;
}

.iphone-frame__caption {
    font-family: 'Inter', sans-serif;
    font-size: 0.625rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 600;
    color: color-mix(in srgb, var(--brand-text-muted) 88%, var(--brand-primary));
    text-align: center;
    line-height: 1.35;
}

@media (min-width: 640px) {
    .iphone-frame__caption {
        font-size: 0.6875rem;
        letter-spacing: 0.18em;
    }
}

@media (prefers-reduced-motion: reduce) {
    .iphone-frame {
        transition: none;
    }

    .iphone-frame--far-left,
    .iphone-frame--left,
    .iphone-frame--right,
    .iphone-frame--center {
        transform: none;
    }
}

.section-wine {
    background-color: var(--brand-primary);
    color: #fff;
}
.section-wine .type-micro-label {
    color: rgba(255, 255, 255, 0.65);
}
.section-wine p {
    color: rgba(255, 255, 255, 0.9);
}
.section-wine .offer-progress-label {
    color: rgba(255, 255, 255, 0.85);
}
.section-wine .offer-progress-hint {
    color: rgba(255, 255, 255, 0.75);
}

.offer-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.offer-hero__title {
    margin: 0;
}

.offer-aside {
    position: absolute;
    top: 1.15rem;
    right: 0;
    z-index: 2;
    pointer-events: none;
    text-align: left;
}

.offer-progress {
    position: relative;
}

.offer-progress__bar-host {
    position: relative;
}

.offer-avatars {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    pointer-events: none;
}

@media (max-width: 639px) {
    .offer-avatars {
        position: static;
        transform: none;
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 36rem;
        margin: 0.75rem auto;
    }
}

@media (min-width: 640px) {
    .offer-avatars {
        transform: translateY(-50%);
    }
}

@media (min-width: 768px) {
    .offer-aside {
        top: 1.35rem;
    }
}

.offer-avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.92);
    margin-left: -1rem;
    position: relative;
    background-color: var(--brand-primary-light);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.offer-avatar:first-child {
    margin-left: 0;
}

.offer-avatar:nth-child(1) { z-index: 1; }
.offer-avatar:nth-child(2) { z-index: 2; }
.offer-avatar:nth-child(3) { z-index: 3; }
.offer-avatar:nth-child(4) { z-index: 4; }
.offer-avatar:nth-child(5) { z-index: 5; }

.offer-avatar--plus {
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border: 2px dashed rgba(255, 255, 255, 0.45);
    color: rgba(255, 255, 255, 0.85);
}

@media (min-width: 640px) {
    .offer-avatar {
        width: 2.5rem;
        height: 2.5rem;
        margin-left: -1.25rem;
    }

    .offer-avatar--plus svg {
        width: 16px;
        height: 16px;
    }
}

.offer-lede {
    max-width: 34rem;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: calc(0.875rem * 1.3);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
}

@media (min-width: 640px) {
    .offer-lede {
        font-size: calc(1rem * 1.3);
    }
}

.offer-lede__line {
    display: block;
}

.offer-lede__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 0.65rem 1.15rem;
    max-width: 34rem;
}

.offer-lede__tagline {
    font-family: 'Inter', sans-serif;
    font-size: calc(0.875rem * 1.3);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
}

@media (min-width: 640px) {
    .offer-lede__tagline {
        font-size: calc(1rem * 1.3);
    }
}

.offer-hero__price {
    display: inline-flex;
    align-items: baseline;
    gap: 0.55rem;
    margin: 0;
    font-family: 'Inter', sans-serif;
    line-height: 1;
}

.offer-price-currency {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-feature-settings: normal;
}

.offer-price-old {
    position: relative;
    display: inline-block;
    font-size: clamp(1.05rem, 2.1vw, 1.35rem);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.38);
}

.offer-price-old::after {
    content: '';
    position: absolute;
    left: -0.04em;
    right: -0.04em;
    top: 54%;
    height: 1.5px;
    background: rgba(255, 255, 255, 0.55);
    transform: rotate(-12deg);
    pointer-events: none;
}

.offer-price-current {
    font-size: clamp(1.55rem, 3.2vw, 2.15rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #fff;
}

.offer-countdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
}

.offer-countdown__label {
    margin: 0;
    font-size: calc(0.875rem * 1.1 * 0.78);
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
}

.offer-countdown__display {
    margin: 0;
    display: inline-block;
    font-size: calc(0.875rem * 1.1);
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 0.55rem 1.15rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(0, 0, 0, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 2px rgba(0, 0, 0, 0.12);
}

.offer-cta-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.9rem;
}

.offer-live-viewers {
    position: static;
    display: inline-block;
    width: max-content;
    min-width: 16rem;
    max-width: none;
    margin: 0;
    font-size: clamp(0.6875rem, 2.65vw, 0.71875rem);
    line-height: 1.45;
    text-align: left;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.68);
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 768px) {
    .offer-live-viewers {
        font-size: 0.71875rem;
        min-width: 17rem;
    }
}

.offer-live-viewers--visible {
    visibility: visible;
}

.offer-live-viewers--fade-in {
    animation: offer-live-fade-in 0.75s ease forwards;
}

.offer-live-viewers--visible:not(.offer-live-viewers--active):not(.offer-live-viewers--fade-in) {
    opacity: 1;
}

.offer-live-viewers--active {
    animation: offer-live-blink 2.3s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

.offer-live-viewers__count {
    font-weight: 700;
    color: #fff;
}

@keyframes offer-live-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes offer-live-blink {
    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.52;
    }
}

@media (prefers-reduced-motion: reduce) {
    .offer-live-viewers--fade-in {
        animation: offer-live-fade-in 0.75s ease forwards;
    }

    .offer-live-viewers--active {
        animation: none;
        opacity: 1;
    }
}

.host-benefit-num {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 400;
    font-style: italic;
    color: rgba(102, 2, 60, 0.18);
    line-height: 1;
}

.path-step-num {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(4rem, 12vw, 7rem);
    font-weight: 400;
    color: rgba(102, 2, 60, 0.08);
    line-height: 0.85;
    user-select: none;
}

.path-timeline {
    position: relative;
}
.path-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(102, 2, 60, 0.2);
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .path-timeline::before {
        left: 1.25rem;
        transform: none;
    }
}

.path-step-pill {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 0.35rem 0.75rem;
    border-radius: 9999px;
    border: 1px solid var(--brand-primary);
    color: var(--brand-primary);
    background: var(--surface-white);
}

.offer-panel {
    background: linear-gradient(135deg, rgba(102, 2, 60, 0.06) 0%, rgba(212, 175, 55, 0.12) 100%);
    border: 2px solid var(--brand-primary);
    border-radius: 1.5rem;
}

.values-ring {
    width: min(100%, 320px);
    aspect-ratio: 1;
    border: 1px solid rgba(102, 2, 60, 0.15);
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}
.values-ring-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--brand-primary);
    position: absolute;
}

.faq-item {
    border-bottom: 1px solid var(--brand-border-soft);
}
.faq-trigger {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 0;
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--brand-text);
    transition: color var(--duration-base) ease;
}
.faq-trigger:hover {
    color: var(--brand-primary);
}
.faq-icon {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 1px solid var(--brand-primary);
    color: var(--brand-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1;
    transition: transform var(--duration-base) ease, background var(--duration-base) ease;
}
.faq-item.is-open .faq-icon {
    transform: rotate(45deg);
    background: var(--brand-primary);
    color: #fff;
}
.faq-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--duration-slow) ease;
}
.faq-item.is-open .faq-panel {
    max-height: 24rem;
}
.faq-panel-inner {
    padding-bottom: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.65;
    color: var(--brand-text-muted);
}

.persona-tab {
    border: 1px solid var(--brand-border-soft);
    border-radius: 9999px;
    padding: 0.5rem 1rem;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: all var(--duration-base) ease;
    color: var(--brand-text-muted);
    background: var(--surface-white);
}
.persona-tab.is-active {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
    color: #fff;
}

/* Узнай себя — горизонтальный трейл + карточка */
.persona-explorer__intro {
    margin-bottom: 2rem;
}

.persona-explorer {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.persona-trail-wrap {
    position: relative;
    margin: 0 -1.5rem;
}

.persona-trail-wrap::before,
.persona-trail-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0.75rem;
    width: 2.5rem;
    z-index: 2;
    pointer-events: none;
}

.persona-trail-wrap::before {
    left: 0;
    background: linear-gradient(to right, var(--surface-white), transparent);
}

.persona-trail-wrap::after {
    right: 0;
    background: linear-gradient(to left, var(--surface-white), transparent);
}

.persona-trail {
    display: flex;
    align-items: stretch;
    gap: 0.875rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0.25rem 1.5rem 0.75rem;
}

.persona-trail::-webkit-scrollbar {
    display: none;
}

.persona-trail__item {
    position: relative;
    flex: 0 0 auto;
    scroll-snap-align: start;
    display: flex;
}

.persona-trail__btn {
    position: relative;
    z-index: 1;
    width: 13.5rem;
    height: 6.5rem;
    min-height: 6.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 1.125rem 1.25rem;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid var(--brand-border-soft);
    border-radius: 1.125rem;
    background: var(--surface-white);
    color: var(--brand-text-muted);
    text-align: left;
    transition:
        border-color var(--duration-base),
        background var(--duration-base),
        color var(--duration-base),
        box-shadow var(--duration-base),
        transform var(--duration-base);
}

.persona-trail__btn:hover {
    border-color: rgba(102, 2, 60, 0.22);
    color: var(--brand-primary);
}

.persona-trail__btn.is-active {
    border-color: rgba(102, 2, 60, 0.28);
    background: rgba(102, 2, 60, 0.06);
    color: var(--brand-primary);
    box-shadow: var(--shadow-soft);
}

.persona-trail__btn:focus-visible {
    outline: 2px solid var(--brand-primary);
    outline-offset: 2px;
}

.persona-trail__role {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.3;
    min-height: calc(1.3em * 2);
    color: inherit;
}

.persona-trail__name {
    font-size: 0.6875rem;
    font-weight: 500;
    line-height: 1.35;
    opacity: 0.72;
    color: inherit;
}

.persona-trail__btn.is-active .persona-trail__name {
    opacity: 0.85;
}

.persona-card {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    border: 1px solid rgba(102, 2, 60, 0.1);
    background: #fdfaf8;
    box-shadow: var(--shadow-soft);
    min-height: 22rem;
}

.persona-card__icon {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: clamp(5.5rem, 18vw, 8.5rem);
    height: clamp(5.5rem, 18vw, 8.5rem);
    color: var(--brand-primary);
    opacity: 0.2;
    pointer-events: none;
    z-index: 0;
    transition: opacity var(--duration-base) ease;
}

.persona-card__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.persona-card__body {
    position: relative;
    z-index: 1;
    padding: 1.5rem 1.25rem 1.75rem;
    max-width: 42rem;
}

.persona-card__title {
    font-size: 1.5rem;
    line-height: 1.2;
    color: var(--brand-text);
    margin-bottom: 0.375rem;
}

.persona-card__meta {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--brand-text-muted);
    margin-bottom: 1.5rem;
}

.persona-card__section + .persona-card__section {
    margin-top: 1.5rem;
}

.persona-card__section--benefits {
    margin-top: auto;
}

.persona-card__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand-text-muted);
    margin-bottom: 0.625rem;
}

.persona-card__text {
    font-size: 0.875rem;
    line-height: 1.65;
    color: rgba(63, 44, 31, 0.78);
}

.persona-card__list {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.persona-card__list-item {
    display: flex;
    gap: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.65;
    color: rgba(63, 44, 31, 0.78);
}

.persona-card__list-item strong {
    color: var(--brand-text);
    font-weight: 600;
}

.persona-card__bullet {
    flex-shrink: 0;
    margin-top: 0.125rem;
    color: var(--brand-primary);
}

.persona-explorer__cta {
    margin-top: 2.5rem;
    text-align: center;
}

@media (min-width: 768px) {
    .persona-explorer__intro {
        margin-bottom: 2.5rem;
    }

    .persona-trail-wrap {
        margin: 0 -2rem;
    }

    .persona-trail {
        gap: 1rem;
        padding: 0.25rem 2rem 0.875rem;
        scroll-padding-inline: 2rem;
    }

    .persona-trail__btn {
        width: 14.5rem;
        height: 6.75rem;
        min-height: 6.75rem;
        padding: 1.25rem 1.375rem;
    }

    .persona-trail__role {
        font-size: 1rem;
    }

    .persona-card__body {
        padding: 2rem 2.25rem 2.25rem;
    }

    .persona-card__title {
        font-size: 1.75rem;
    }

    .persona-card__text,
    .persona-card__list-item {
        font-size: 0.9375rem;
    }

    .persona-explorer__cta {
        text-align: left;
    }
}

@media (min-width: 1024px) {
    .persona-explorer {
        gap: 1.5rem;
    }

    .persona-card {
        min-height: 24rem;
    }

    .persona-card__icon {
        top: 1rem;
        right: 1.25rem;
        opacity: 0.18;
    }
}

/* Узнай себя v2 — editorial split, вертикальные табы */
.persona-v2__intro {
    margin-bottom: 1.75rem;
}

.persona-v2__hint {
    color: var(--brand-text-muted);
}

.persona-v2__stage {
    margin-top: 0.25rem;
}

.persona-v2__rail-wrap {
    position: relative;
    margin: 0 -1.5rem 1rem;
    width: calc(100% + 3rem);
    max-width: calc(100% + 3rem);
    overflow: hidden;
}

@media (min-width: 768px) {
    .persona-v2__rail-wrap {
        margin: 0 -2rem 1.25rem;
        width: calc(100% + 4rem);
        max-width: calc(100% + 4rem);
    }
}

.persona-v2__rail-wrap::before,
.persona-v2__rail-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0.5rem;
    width: 2rem;
    z-index: 2;
    pointer-events: none;
}

.persona-v2__rail-wrap::before {
    left: 0;
    background: linear-gradient(to right, var(--surface-warm), transparent);
}

.persona-v2__rail-wrap::after {
    right: 0;
    background: linear-gradient(to left, var(--surface-warm), transparent);
}

.persona-v2__rail {
    display: flex;
    align-items: stretch;
    gap: 0.75rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1.5rem;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    scrollbar-width: none;
    padding: 0.25rem 1.5rem 0.75rem;
}

.persona-v2__rail.is-dragging {
    scroll-snap-type: none;
    cursor: grabbing;
}

@media (min-width: 768px) {
    .persona-v2__rail {
        gap: 0.875rem;
        padding: 0.25rem 2rem 0.875rem;
        scroll-padding-inline: 2rem;
    }
}

.persona-v2__rail::-webkit-scrollbar {
    display: none;
}

.persona-v2__rail .persona-v2__tab {
    flex: 0 0 auto;
    width: min(15rem, 72vw);
    scroll-snap-align: start;
}

@media (min-width: 768px) {
    .persona-v2__rail .persona-v2__tab {
        width: 14.5rem;
    }
}

.persona-v2__tab {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.75rem 0.875rem;
    border: 1px solid var(--brand-border-soft);
    border-radius: 1rem;
    background: var(--surface-white);
    color: var(--brand-text-muted);
    text-align: left;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    transition:
        border-color var(--duration-base),
        background var(--duration-base),
        color var(--duration-base),
        box-shadow var(--duration-base),
        transform var(--duration-base);
}

.persona-v2__tab:hover {
    border-color: rgba(102, 2, 60, 0.22);
    color: var(--brand-primary);
}

.persona-v2__tab.is-active {
    border-color: rgba(102, 2, 60, 0.32);
    background: rgba(102, 2, 60, 0.07);
    color: var(--brand-primary);
    box-shadow: var(--shadow-soft);
}

.persona-v2__tab:focus-visible {
    outline: 2px solid var(--brand-primary);
    outline-offset: 2px;
}

.persona-v2__tab-thumb {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    overflow: hidden;
    border: 1px solid rgba(102, 2, 60, 0.12);
}

.persona-v2__tab-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
    -webkit-user-drag: none;
}

.persona-v2__rail .persona-v2__tab-thumb {
    width: 2.25rem;
    height: 2.25rem;
}

.persona-v2__tab-line {
    flex: 1;
    min-width: 0;
    font-family: 'Inter', sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    line-height: 1.35;
    color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (min-width: 640px) {
    .persona-v2__tab-line {
        font-size: 0.8125rem;
    }
}

.persona-v2__card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
    border-radius: 1.5rem;
    border: 1px solid rgba(102, 2, 60, 0.12);
    background: var(--surface-white);
    box-shadow: var(--shadow-soft);
    transition: opacity var(--duration-slow) ease;
}

.persona-v2__card.is-transitioning {
    opacity: 0.72;
}

.persona-v2__card[data-persona-accent='0'] {
    --persona-v2-accent: rgba(102, 2, 60, 0.08);
    --persona-v2-accent-strong: rgba(102, 2, 60, 0.14);
}
.persona-v2__card[data-persona-accent='1'] {
    --persona-v2-accent: color-mix(in srgb, var(--surface-sage) 55%, white);
    --persona-v2-accent-strong: color-mix(in srgb, var(--surface-sage) 75%, white);
}
.persona-v2__card[data-persona-accent='2'] {
    --persona-v2-accent: color-mix(in srgb, var(--surface-rose) 50%, white);
    --persona-v2-accent-strong: color-mix(in srgb, var(--surface-rose) 70%, white);
}
.persona-v2__card[data-persona-accent='3'] {
    --persona-v2-accent: color-mix(in srgb, var(--surface-amber) 45%, white);
    --persona-v2-accent-strong: color-mix(in srgb, var(--surface-amber) 65%, white);
}
.persona-v2__card[data-persona-accent='4'] {
    --persona-v2-accent: color-mix(in srgb, var(--surface-lavender) 50%, white);
    --persona-v2-accent-strong: color-mix(in srgb, var(--surface-lavender) 72%, white);
}

@media (min-width: 768px) {
    .persona-v2__card {
        grid-template-columns: minmax(9.5rem, 11.5rem) minmax(0, 1fr);
    }
}

@media (min-width: 1024px) {
    .persona-v2__card {
        grid-template-columns: minmax(11rem, 13.5rem) minmax(0, 1fr);
    }
}

.persona-v2__portrait {
    position: relative;
    min-height: 12rem;
    background: linear-gradient(160deg, var(--surface-warm) 0%, var(--persona-v2-accent-strong, var(--surface-rose)) 100%);
}

@media (min-width: 768px) {
    .persona-v2__portrait {
        min-height: 100%;
    }
}

.persona-v2__photo {
    width: 100%;
    height: 100%;
    min-height: 12rem;
    object-fit: cover;
    object-position: center 20%;
    display: block;
}

@media (min-width: 768px) {
    .persona-v2__photo {
        min-height: 100%;
    }
}

.persona-v2__main {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.persona-v2__head {
    padding: 1.25rem 1.25rem 1rem;
    border-bottom: 1px solid var(--brand-border-soft);
    background: linear-gradient(180deg, var(--surface-white) 0%, rgba(250, 248, 245, 0.5) 100%);
}

@media (min-width: 768px) {
    .persona-v2__head {
        padding: 1.5rem 1.75rem 1.125rem;
    }
}

.persona-v2__title {
    font-size: 1.0625rem;
    line-height: 1.35;
    color: var(--brand-text);
    margin-bottom: 0.25rem;
}

@media (min-width: 768px) {
    .persona-v2__title {
        font-size: 1.125rem;
    }
}

.persona-v2__meta {
    margin: 0;
}

.persona-v2__split {
    display: grid;
    grid-template-columns: 1fr;
    flex: 1;
}

@media (min-width: 768px) {
    .persona-v2__split {
        grid-template-columns: 1fr 1fr;
        min-height: 16rem;
    }
}

.persona-v2__pane {
    padding: 1.25rem 1.25rem 1.5rem;
}

@media (min-width: 768px) {
    .persona-v2__pane {
        padding: 1.5rem 1.75rem 1.75rem;
    }
}

.persona-v2__pane--now {
    background: linear-gradient(165deg, rgba(63, 44, 31, 0.03) 0%, rgba(250, 248, 245, 0.6) 100%);
    border-bottom: 1px solid var(--brand-border-soft);
}

@media (min-width: 768px) {
    .persona-v2__pane--now {
        border-bottom: none;
        border-right: 1px solid var(--brand-border-soft);
    }
}

.persona-v2__pane--femina {
    background: linear-gradient(165deg, var(--persona-v2-accent, var(--surface-rose)) 0%, var(--surface-white) 72%);
}

@media (min-width: 768px) {
    .persona-v2__pane--femina {
        box-shadow: inset 3px 0 0 var(--brand-primary);
    }
}

.persona-v2__label {
    margin-bottom: 0.75rem;
}

.persona-v2__pane--now .persona-v2__label,
.persona-v2__pane--femina .persona-v2__label {
    font-family: 'Inter', sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1.15;
}

.persona-v2__pane--now .persona-v2__label {
    color: var(--brand-text-muted);
}

.persona-v2__pane--femina .persona-v2__label {
    color: var(--brand-primary);
}

.persona-v2__pull {
    margin: 0 0 0.875rem;
    padding: 0;
    border: none;
    font-size: 1.125rem;
    line-height: 1.45;
    color: var(--brand-text);
}

@media (min-width: 768px) {
    .persona-v2__pull {
        font-size: 1.1875rem;
        line-height: 1.5;
    }
}

.persona-v2__text--rest {
    margin-top: 0;
    color: var(--brand-text-muted);
}

.persona-v2__text.hidden {
    display: none;
}

.persona-v2__list {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.persona-v2__list-item {
    display: flex;
    gap: 0.75rem;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.65;
    color: var(--brand-text);
}

.persona-v2__bullet {
    flex-shrink: 0;
    margin-top: 0.2rem;
    color: var(--brand-primary);
    font-size: 0.6875rem;
    line-height: 1.65;
}

.persona-v2__cta {
    margin-top: 2.5rem;
    text-align: center;
}

@media (min-width: 768px) {
    .persona-v2__cta {
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    .persona-v2__card {
        transition: none;
    }

    .persona-v2__tab {
        transition: none;
    }
}

.host-story-card {
    border: 1px solid rgba(102, 2, 60, 0.2);
    border-radius: 1rem;
    background: var(--surface-white);
    box-shadow: var(--shadow-soft);
}

.glass-card {
    background: var(--surface-glass);
    backdrop-filter: blur(var(--blur-soft));
    -webkit-backdrop-filter: blur(var(--blur-soft));
    box-shadow: var(--shadow-soft);
}

/* Хаб: чипы + панели */
.content-hub {
    background-color: transparent;
    border-top: 1px solid var(--border-soft);
}

.content-hub--manifesto-only .content-hub__bar {
    display: none;
}

.content-hub--manifesto-only .content-hub__panels {
    padding-top: 0;
}

.content-hub__chip--archived {
    display: none !important;
}

#contentHub #manifesto.content-hub__panel,
#contentHub #manifesto-v1.content-hub__panel {
    background-color: var(--surface-paper);
    scroll-margin-top: calc(3.1rem + env(safe-area-inset-top, 0px) + 0.5rem);
}

#contentHub #test.content-hub__panel {
    background: linear-gradient(
        180deg,
        color-mix(in srgb, var(--surface-warm) 88%, white) 0%,
        var(--surface-warm) 42%,
        var(--brand-bg) 100%
    );
}

#contentHub #whispers.content-hub__panel {
    background: linear-gradient(
        165deg,
        var(--surface-lavender) 0%,
        var(--surface-rose) 36%,
        var(--brand-bg) 100%
    );
}

#path.host-path {
    position: relative;
    overflow: hidden;
}

#path.host-path::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: min(22rem, 55vw);
    height: min(22rem, 45vh);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(102, 2, 60, 0.05) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

#path.host-path > .landing-container {
    position: relative;
    z-index: 1;
}

.content-hub__bar {
    position: sticky;
    top: calc(3.1rem + env(safe-area-inset-top, 0px));
    z-index: 45;
    background: var(--surface-glass-strong);
    backdrop-filter: blur(var(--blur-strong));
    -webkit-backdrop-filter: blur(var(--blur-strong));
    border-bottom: 1px solid var(--border-soft);
}

.content-hub__bar-inner {
    padding: 0.85rem 0 0.95rem;
}

.content-hub__chips {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    width: 100%;
}

.content-hub__chip {
    flex: 1 1 0;
    min-width: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    min-height: 2.75rem;
    padding: 0.6rem 0.4rem;
    border-radius: 9999px;
    border: 1.5px solid var(--brand-border-soft);
    background: var(--surface-white);
    color: var(--brand-text-muted);
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(63, 44, 31, 0.06);
    transition:
        background-color var(--duration-base),
        border-color var(--duration-base),
        color var(--duration-base),
        box-shadow var(--duration-base),
        transform var(--duration-base);
    white-space: normal;
}

@media (min-width: 640px) {
    .content-hub__chip {
        font-size: 0.6875rem;
    }
}

.content-hub__chip-label {
    display: block;
}

.content-hub__chip-sub {
    display: none;
    font-size: 0.5625rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: none;
    color: inherit;
    opacity: 0.85;
}

.content-hub__chip:hover {
    border-color: rgba(102, 2, 60, 0.35);
    color: var(--brand-primary);
    box-shadow: 0 4px 14px rgba(102, 2, 60, 0.12);
    transform: translateY(-1px);
}

.content-hub__chip:focus-visible {
    outline: 2px solid var(--brand-primary);
    outline-offset: 2px;
}

.content-hub__chip.is-active {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
    color: var(--text-on-primary);
    box-shadow: var(--shadow-brand);
    transform: none;
}

.content-hub__chip.is-active .content-hub__chip-sub {
    color: rgba(255, 255, 255, 0.88);
}

.content-hub__panel {
    display: none;
}

.content-hub__panel.is-active {
    display: block;
}

.content-hub__panel[hidden] {
    display: none !important;
}

.content-hub__panels {
    padding-top: 0.25rem;
}

#contentHub .content-hub__panel {
    padding-top: var(--section-pad-top);
    padding-bottom: var(--section-pad-bottom);
}

#contentHub #test.content-hub__panel,
#contentHub #whispers.content-hub__panel {
    padding-top: var(--section-pad-top);
    padding-bottom: var(--section-pad-bottom);
}

@media (min-width: 640px) {
    .content-hub__chips {
        gap: 0.625rem;
    }

    .content-hub__chip {
        min-height: 3rem;
        padding: 0.65rem 0.75rem;
        font-size: 0.6875rem;
        letter-spacing: 0.12em;
    }

    .content-hub__chip-sub {
        display: block;
    }
}

@media (min-width: 1024px) {
    .content-hub__bar {
        top: 3.35rem;
    }

    .content-hub__bar-inner {
        padding: 0.75rem 0 0.85rem;
    }

    .content-hub__chips {
        gap: 0.75rem;
    }

    .content-hub__chip {
        min-height: 3.25rem;
        padding: 0.75rem 1rem;
        font-size: 0.75rem;
        letter-spacing: 0.14em;
    }
}

@media (prefers-reduced-motion: reduce) {
    .content-hub__chip {
        transition:
            background-color var(--duration-base),
            border-color var(--duration-base),
            color var(--duration-base),
            box-shadow var(--duration-base);
    }

    .content-hub__chip:hover {
        transform: none;
    }
}

/* Три шага — старт (manifesto) */
.start-steps__intro {
    margin-bottom: 1.75rem;
}

.start-steps__heading {
    margin: 0;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

@media (min-width: 1024px) {
    .start-steps__intro {
        margin-bottom: 2rem;
    }
}

.start-steps__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.start-steps__item {
    position: relative;
    padding-left: 0;
}

.start-steps__item:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 1.1875rem;
    top: 2.75rem;
    bottom: -0.25rem;
    width: 1px;
    background: var(--brand-border);
    z-index: 0;
}

.start-steps__card {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0 0 1.5rem;
}

.start-steps__item:last-child .start-steps__card {
    padding-bottom: 0;
}

.start-steps__marker {
    flex-shrink: 0;
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1;
    color: var(--brand-primary);
    background: var(--surface-white);
    border: 1.5px solid var(--brand-border);
    box-shadow:
        0 2px 8px rgba(63, 44, 31, 0.08),
        0 6px 18px rgba(102, 2, 60, 0.1);
}

.start-steps__body {
    flex: 1;
    min-width: 0;
    padding-top: 0.2rem;
}

.start-steps__title {
    margin: 0;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.3;
    color: var(--brand-text);
    letter-spacing: -0.01em;
}

.start-steps__desc {
    margin: 0.35rem 0 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--brand-text-muted);
}

.start-steps__cta {
    margin-top: 1.75rem;
    display: flex;
    justify-content: flex-start;
}

.start-steps__btn {
    width: 13.5rem;
    max-width: calc(100% - 1rem);
    flex-shrink: 0;
}

@media (min-width: 1024px) {
    .start-steps__list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
        align-items: stretch;
    }

    .start-steps__item:not(:last-child)::before {
        display: none;
    }

    .start-steps__card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
        height: 100%;
        padding: 1.5rem 1.25rem 1.375rem;
        border-radius: 1.25rem;
        border: 1px solid var(--brand-border-soft);
        background: var(--surface-white);
        box-shadow: var(--shadow-soft);
        transition: border-color var(--duration-base), box-shadow var(--duration-base);
    }

    .start-steps__card:hover {
        border-color: rgba(102, 2, 60, 0.22);
        box-shadow: var(--shadow-brand);
    }

    .start-steps__marker {
        width: 2.75rem;
        height: 2.75rem;
        font-size: 1.0625rem;
        box-shadow:
            0 3px 10px rgba(63, 44, 31, 0.09),
            0 8px 22px rgba(102, 2, 60, 0.12);
    }

    .start-steps__btn {
        width: auto;
        min-width: 13.5rem;
    }

    .start-steps__body {
        padding-top: 0;
    }

    .start-steps__title {
        font-size: 1.125rem;
    }

    .start-steps__cta {
        margin-top: 2rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .start-steps__card {
        transition: none;
    }
}

.path-tab {
    font-size: 0.6875rem;
    line-height: 1.35;
    font-weight: 600;
    color: var(--brand-text-muted);
    border-color: var(--brand-border-soft);
    background: var(--surface-white);
    white-space: normal;
    text-align: left;
}
@media (min-width: 640px) {
    .path-tab {
        font-size: 0.8125rem;
    }
}
.path-tab--active {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
    color: var(--text-on-primary);
    box-shadow: var(--shadow-brand);
}
.path-tab--idle:hover {
    border-color: var(--brand-primary);
    color: var(--brand-primary);
}

/* Путь — раскладка и карточка шага */
.path-explorer {
    align-items: start;
    gap: 1rem;
}

@media (min-width: 640px) {
    .path-explorer {
        gap: 1.5rem;
    }
}

.path-tab:focus-visible {
    outline: 2px solid var(--brand-primary);
    outline-offset: 2px;
}

@media (max-width: 1023px) {
    .path-explorer .path-detail-card {
        margin-top: 0.25rem;
    }
}

.path-detail-card {
    isolation: isolate;
    background: var(--surface-white);
    box-shadow: var(--shadow-soft);
}

.path-detail__num {
    display: block;
    font-size: 2.25rem;
    line-height: 1;
    font-weight: 600;
    color: rgba(102, 2, 60, 0.14);
    margin-bottom: 0.75rem;
    pointer-events: none;
    user-select: none;
}

.path-detail__body {
    max-width: 100%;
}

.path-detail__title {
    padding-right: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.path-detail__cta {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    line-height: 1.35;
}

.host-path__faq {
    display: none !important;
}

@media (min-width: 640px) {
    .path-detail__num {
        position: absolute;
        top: 1.25rem;
        right: 1.25rem;
        margin: 0;
        font-size: 4.5rem;
        line-height: 0.9;
    }

    .path-detail__body {
        max-width: 32rem;
        padding-right: 4.5rem;
    }
}

@media (min-width: 768px) {
    .path-detail__num {
        top: 1.5rem;
        right: 1.5rem;
        font-size: 5.5rem;
    }

    .path-detail__body {
        padding-right: 5.5rem;
        max-width: 36rem;
    }
}

/* Text selection: linen highlight, читаемый текст */
::selection {
    background: var(--selection-bg);
    color: var(--brand-text);
}
::-moz-selection {
    background: var(--selection-bg);
    color: var(--brand-text);
}

/* Ticker / бегущая строка по S-кривой */
.ticker-band__sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ticker-band {
    background: linear-gradient(180deg, var(--surface-paper) 0%, var(--brand-bg) 55%, var(--brand-bg) 100%);
    color: var(--brand-text-muted);
    overflow: hidden;
}

.ticker-band--archived {
    display: none !important;
}

.ticker-band--curve {
    position: relative;
    padding: 1.25rem 0 1.5rem;
    -webkit-mask-image: linear-gradient(
        90deg,
        transparent 0%,
        #000 6%,
        #000 94%,
        transparent 100%
    );
    mask-image: linear-gradient(
        90deg,
        transparent 0%,
        #000 6%,
        #000 94%,
        transparent 100%
    );
}

.ticker-curve {
    display: block;
    width: 100%;
    height: auto;
    min-height: 3.25rem;
    overflow: visible;
}

.ticker-curve__text {
    font-family: 'Inter', sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    fill: var(--brand-text-muted);
}

.ticker-curve__phrase {
    font-weight: 600;
}

.ticker-curve__brand {
    fill: var(--brand-primary);
    font-weight: 700;
    text-transform: lowercase;
    letter-spacing: 0.08em;
}

/* Логотип (PNG) */
.site-logo {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    text-decoration: none;
    flex-shrink: 0;
}

.site-logo__img {
    display: block;
    width: auto;
    height: auto;
    object-fit: contain;
}

.site-logo--header .site-logo__img {
    max-height: 1.4rem;
    max-width: min(7rem, 38vw);
}

@media (min-width: 768px) {
    .site-logo--header .site-logo__img {
        max-height: 1.65rem;
        max-width: 8rem;
    }
}

.site-logo--mobile .site-logo__img {
    max-height: 1.75rem;
    max-width: 8rem;
}

.site-logo--footer .site-logo__img {
    max-height: 2.35rem;
    max-width: 10rem;
    filter: brightness(0) invert(1);
}

.site-logo--mark .site-logo__img {
    max-height: 1.1rem;
    max-width: 4.75rem;
    filter: brightness(0) invert(1);
    opacity: 0.92;
}

/* Название бренда в тексте: всегда строчными */
.brand-name {
    text-transform: lowercase;
}

@media (min-width: 768px) {
    .ticker-band--curve {
        padding: 1.5rem 0 1.75rem;
    }

    .ticker-curve {
        min-height: 3.75rem;
    }

    .ticker-curve__text {
        font-size: 0.75rem;
        letter-spacing: 0.16em;
    }
}

.ticker-band--static .ticker-curve__dup {
    fill: transparent;
    opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
    .ticker-band--curve {
        -webkit-mask-image: none;
        mask-image: none;
    }
}

/* Whispers horizontal rail */
.whisper-rail-outer {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
@media (min-width: 1024px) {
    .whisper-rail-outer {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        padding-left: calc(50vw - 50%);
        padding-right: calc(50vw - 50%);
    }
}
.whisper-rail-track {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}
.whisper-rail__card {
    width: min(260px, 78vw);
    min-height: 200px;
    border-radius: 1rem;
    padding: 1.25rem;
    position: relative;
    border: 1px solid rgba(102, 2, 60, 0.12);
    box-shadow: var(--shadow-soft);
}
.whisper-rail__card--mine {
    border: 2px solid var(--brand-primary);
    box-shadow: var(--shadow-brand);
}
.whisper-rail__mine-badge {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    font-size: 0.5625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--brand-primary);
    background: rgba(255, 255, 255, 0.85);
    padding: 0.2rem 0.45rem;
    border-radius: 9999px;
}

/* Horizontal scroll rails — overlay arrows */
.scroll-rail-wrap {
    --scroll-rail-arrow-top: 50%;
}

.scroll-rail__arrow {
    position: absolute;
    top: var(--scroll-rail-arrow-top);
    z-index: 4;
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0;
    padding: 0;
    border: 1px solid color-mix(in srgb, var(--brand-primary) 18%, transparent);
    border-radius: 9999px;
    background: color-mix(in srgb, var(--surface-white) 72%, transparent);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: var(--brand-primary);
    font-size: 1.125rem;
    line-height: 1;
    box-shadow: 0 4px 16px rgba(63, 44, 31, 0.1);
    transform: translateY(-50%);
    cursor: pointer;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    transition:
        opacity var(--duration-base),
        transform var(--duration-base),
        background var(--duration-base),
        border-color var(--duration-base);
}

.scroll-rail-wrap--scrollable .scroll-rail__arrow {
    display: none;
}

@media (max-width: 767px) {
    .scroll-rail-wrap--scrollable .scroll-rail__arrow {
        display: flex;
    }
}

.scroll-rail__arrow--prev {
    left: 0.35rem;
}

.scroll-rail__arrow--next {
    right: 0.35rem;
}

.scroll-rail__arrow:hover:not(:disabled) {
    background: var(--surface-white);
    border-color: color-mix(in srgb, var(--brand-primary) 35%, var(--brand-border-soft));
}

.scroll-rail__arrow:active:not(:disabled) {
    transform: translateY(-50%) scale(0.96);
}

.scroll-rail__arrow.is-disabled,
.scroll-rail__arrow:disabled {
    opacity: 0;
    pointer-events: none;
}

.scroll-rail__arrow:focus-visible {
    outline: 2px solid var(--brand-primary);
    outline-offset: 2px;
}

@media (min-width: 768px) {
    .scroll-rail__arrow {
        display: none !important;
    }
}

/* От автора проекта — фон: верхние 20% = hero paper, нижние 80% = warm */
.author-story {
    position: relative;
    z-index: 10;
    padding-top: 0;
    padding-bottom: var(--section-pad-bottom);
    background: linear-gradient(
        to bottom,
        var(--surface-paper) 20%,
        var(--surface-warm) 20%
    );
}

.author-story__intro {
    margin: 0 0 1.25rem;
}

.author-story__card {
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
    border-radius: 0;
    border: none;
    background: var(--surface-white);
    box-shadow: 0 0.5rem 2.5rem rgba(63, 44, 31, 0.07);
    padding-top: 5%;
}

@media (min-width: 768px) {
    .author-story__card {
        grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
        align-items: stretch;
    }
}

.author-story__portrait {
    position: relative;
    min-height: 18rem;
    background: var(--surface-white);
}

@media (min-width: 768px) {
    .author-story__portrait {
        min-height: 100%;
    }
}

.author-story__photo {
    width: 100%;
    height: 100%;
    min-height: 18rem;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center 15%;
    display: block;
    transform: scaleX(-1);
}

@media (min-width: 768px) {
    .author-story__photo {
        min-height: 100%;
        aspect-ratio: auto;
    }
}

.author-story__body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.75rem 1.5rem 2rem;
    min-width: 0;
    background: var(--surface-white);
}

@media (min-width: 768px) {
    .author-story__body {
        padding: 2.25rem 2.5rem 2.5rem;
        gap: 1.125rem;
    }
}

@media (min-width: 1024px) {
    .author-story__body {
        padding: 2.5rem 3rem 2.75rem;
    }
}

.author-story__content {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

@media (min-width: 768px) {
    .author-story__content {
        gap: 1rem;
    }
}

.author-story__content > p {
    margin: 0;
}

.author-story__lead {
    margin: 0;
    color: var(--brand-text);
    font-family: 'Playfair Display', Georgia, serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .author-story__lead {
        font-size: 1.375rem;
    }
}

.author-story__byline {
    margin: 0.25rem 0 0;
    padding-top: 0.5rem;
    font-family: 'Caveat', cursive;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--brand-primary);
    transform: rotate(-2deg);
    transform-origin: left center;
    display: inline-block;
}

@media (min-width: 768px) {
    .author-story__byline {
        font-size: 2rem;
    }
}

.author-story__linkedin {
    position: absolute;
    right: 0.875rem;
    bottom: 0.875rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9999px;
    color: var(--brand-primary);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 0.25rem 0.75rem rgba(63, 44, 31, 0.12);
    text-decoration: none;
    transition:
        color var(--duration-base) ease,
        background-color var(--duration-base) ease,
        transform var(--duration-base) ease;
}

@media (min-width: 768px) {
    .author-story__linkedin {
        right: 1.125rem;
        bottom: 1.125rem;
        width: 2.5rem;
        height: 2.5rem;
    }
}

.author-story__linkedin:hover {
    color: var(--brand-primary-dark);
    background: #fff;
    transform: scale(1.05);
}

.author-story__linkedin:focus-visible {
    outline: 2px solid var(--brand-primary);
    outline-offset: 2px;
}

.author-story__linkedin-icon {
    width: 1.125rem;
    height: 1.125rem;
}

.author-story__cta {
    margin-top: 0.5rem;
}

/* ── Blog pages ─────────────────────────────────────────────── */
body.blog-reading {
    background: #ffffff;
}

.blog-page {
    padding-top: 5.5rem;
    padding-bottom: 4rem;
    background: #ffffff;
}

.blog-layout {
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .blog-layout {
        grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
        gap: 2rem 3rem;
    }
}

.blog-main,
.blog-sidebar {
    min-width: 0;
}

.blog-sidebar {
    display: none;
    flex-direction: column;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .blog-sidebar {
        display: flex;
        position: sticky;
        top: 5.5rem;
        align-self: start;
    }
}

.blog-featured__cover {
    aspect-ratio: 16 / 9;
    max-height: 22rem;
}

.blog-feed {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.blog-feed-sentinel {
    height: 1px;
    width: 100%;
    pointer-events: none;
    visibility: hidden;
}

.blog-feed-widget-slot {
    margin: 1.5rem 0;
}

.blog-article-main {
    max-width: 42rem;
}

.blog-article-feed {
    width: 100%;
}

.blog-article-feed-item {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #e8e8e8;
    scroll-margin-top: 5.5rem;
}

.blog-article-feed-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.blog-article__cover {
    display: block;
    width: 100%;
    max-height: 26rem;
    object-fit: cover;
}

.blog-prose-read {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.125rem;
    line-height: 1.78;
    color: #242424;
    font-weight: 400;
}

.blog-prose-read > :first-child {
    margin-top: 0;
}

.blog-prose-read p {
    margin: 0 0 1.35em;
}

.blog-prose-read h2,
.blog-prose-read h3,
.blog-prose-read h4 {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.25;
    margin: 2rem 0 0.65rem;
}

.blog-prose-read h2 {
    font-size: 1.5rem;
}

.blog-prose-read h3 {
    font-size: 1.25rem;
}

.blog-prose-read ul,
.blog-prose-read ol {
    margin: 0 0 1.35em;
    padding-left: 1.75rem;
}

.blog-prose-read ol {
    list-style-type: decimal;
    list-style-position: outside;
}

.blog-prose-read ul {
    list-style-type: disc;
    list-style-position: outside;
}

.blog-prose-read li {
    margin-bottom: 0.4em;
    padding-left: 0.25rem;
}

.blog-prose-read li > p {
    margin: 0;
    display: inline;
}

.blog-prose-read strong {
    font-weight: 700;
}

.blog-prose-read em {
    font-style: italic;
}

.blog-prose-read a {
    color: var(--brand-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.blog-widget-block__title,
.blog-popular__title {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--brand-primary);
    margin-bottom: 0.75rem;
}

.blog-widget-block__frame {
    width: 100%;
    border: 1px solid color-mix(in srgb, var(--brand-primary) 12%, transparent);
    border-radius: 1rem;
    background: #fff;
    display: block;
}

.blog-widget-block__frame--desktop {
    height: 28rem;
    min-height: 28rem;
}

.blog-widget-block__frame--mobile {
    height: 19rem;
    min-height: 19rem;
}

.blog-article__content h2,
.blog-article__content h3 {
    font-family: var(--font-serif, "Playfair Display", serif);
    color: var(--brand-text);
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.blog-article__content p,
.blog-article__content li {
    color: var(--brand-muted);
    line-height: 1.7;
}

.blog-article__content ul,
.blog-article__content ol {
    margin: 0 0 1rem;
    padding-left: 1.25rem;
}

.blog-article__content ol {
    list-style-type: decimal;
    list-style-position: outside;
}

.blog-article__content ul {
    list-style-type: disc;
    list-style-position: outside;
}

.blog-article__content li {
    margin-bottom: 0.35rem;
}

.blog-article-layout {
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .blog-article-layout {
        grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
        gap: 2rem 3rem;
    }

    .blog-article-river-wrap {
        display: none;
    }
}

@media (max-width: 767px) {
    .blog-article-sidebar-wrap {
        display: none;
    }
}

.blog-fab {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 60;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    border: none;
    background: #66023c;
    color: #fff;
    box-shadow: 0 8px 24px rgba(63, 44, 31, 0.18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(0.5rem);
    transition:
        opacity var(--duration-base) ease,
        transform var(--duration-base) ease;
}

.blog-fab.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.blog-site-nav a.is-active {
    color: var(--brand-primary);
}
