﻿:root {
    --tc-bg: #120b11;
    --tc-surface: #1a1017;
    --tc-surface-soft: rgba(255, 255, 255, 0.06);
    --tc-border: rgba(255, 255, 255, 0.1);
    --tc-border-strong: rgba(255, 255, 255, 0.14);
    --tc-text: #fff8fb;
    --tc-text-soft: rgba(255, 248, 251, 0.74);
    --tc-gold: #d7b06a;
    --tc-gold-soft: #f0dfb1;
    --tc-blush: #f6d7df;
    --tc-shadow: 0 30px 80px rgba(64, 20, 40, 0.28);
    --tc-blur: blur(18px);
    --tc-radius-card: 2rem;
    --tc-radius-pill: 999px;
    --tc-max-width: 1450px;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background: var(--tc-bg);
    color: var(--tc-text);
}

.site-fixed-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 500;
    isolation: isolate;
}

.site-fixed-header.is-scrolled {
    background: rgba(47, 23, 33, 0.88);
    border-color: var(--tc-border);
    backdrop-filter: var(--tc-blur);
}

.site-shell-header {
    position: relative;
    z-index: 160;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border: 1px solid var(--tc-border);
    border-radius: var(--tc-radius-pill);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: var(--tc-blur);
}

.site-glass-panel {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border: 1px solid var(--tc-border);
    backdrop-filter: var(--tc-blur);
    box-shadow: var(--tc-shadow);
}

.site-glass-soft {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--tc-border);
    backdrop-filter: var(--tc-blur);
}

.site-card-outline {
    border: 1px solid var(--tc-border);
    background: rgba(0, 0, 0, 0.1);
}

.site-shell-width {
    max-width: var(--tc-max-width);
    margin-inline: auto;
}

.site-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1rem;
    border: 1px solid var(--tc-border);
    border-radius: var(--tc-radius-pill);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: var(--tc-blur);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(240, 223, 177, 0.85);
}

.site-section-lead {
    max-width: 42rem;
}

.site-section-title {
    margin-top: 1.5rem;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.5rem, 3vw, 4rem);
    line-height: 0.98;
    color: var(--tc-text);
}

.site-section-copy {
    margin-top: 1.5rem;
    max-width: 42rem;
    font-size: 1rem;
    line-height: 2rem;
    color: var(--tc-text-soft);
}

.site-stats-card {
    border: 1px solid var(--tc-border);
    border-radius: 1.75rem;
    background: rgba(255, 255, 255, 0.06);
    padding: 1.5rem;
    backdrop-filter: var(--tc-blur);
}

.site-stats-number {
    margin-top: 1.25rem;
    font-family: "Cormorant Garamond", serif;
    font-size: 2.25rem;
    line-height: 1;
    color: var(--tc-text);
}

.site-panel-title {
    margin-top: 1.25rem;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 2.4vw, 3rem);
    line-height: 1.02;
    color: var(--tc-text);
}

.site-mini-card {
    border: 1px solid var(--tc-border);
    border-radius: 1.5rem;
    background: rgba(0, 0, 0, 0.1);
    padding: 1.1rem 1.2rem;
}

.site-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--tc-radius-pill);
    background: rgba(255, 255, 255, 0.1);
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: var(--tc-gold);
    backdrop-filter: var(--tc-blur);
}

.site-hero-title {
    margin-top: 1.5rem;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3rem, 5vw, 5.5rem);
    line-height: 0.92;
    color: var(--tc-text);
}

.site-hero-copy {
    margin-top: 1.75rem;
    max-width: 42rem;
    font-size: 1rem;
    line-height: 2rem;
    color: rgba(255, 248, 251, 0.78);
}

.site-hero-metric {
    border: 1px solid var(--tc-border);
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    padding: 1.1rem 1.2rem;
    backdrop-filter: var(--tc-blur);
}

.site-hero-sidepanel {
    border: 1px solid var(--tc-border);
    border-radius: 2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    padding: 1.5rem;
    backdrop-filter: var(--tc-blur);
    box-shadow: var(--tc-shadow);
}
.site-editorial-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(95, 47, 67, 0.14);
    border-radius: var(--tc-radius-pill);
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: var(--tc-blur);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(95, 47, 67, 0.86);
}

.site-editorial-title {
    margin-top: 1.5rem;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.4rem, 3.2vw, 4rem);
    line-height: 0.98;
    color: #27161f;
}

.site-editorial-copy {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 2rem;
    color: rgba(39, 22, 31, 0.74);
}

.site-publication-card {
    display: grid;
    gap: 1.5rem;
    border: 1px solid rgba(95, 47, 67, 0.1);
    border-radius: 1.85rem;
    background: rgba(255, 255, 255, 0.28);
    padding: 1rem;
    backdrop-filter: var(--tc-blur);
    box-shadow: 0 20px 45px rgba(62, 27, 40, 0.08);
}

.site-publication-cover {
    margin-inline: auto;
    max-width: 15rem;
    overflow: hidden;
    border: 1px solid rgba(95, 47, 67, 0.1);
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.7);
    padding: 0.75rem;
    backdrop-filter: var(--tc-blur);
    box-shadow: 0 20px 40px rgba(62, 27, 40, 0.1);
}

.site-publication-body {
    max-width: 42rem;
}

.site-publication-panel {
    margin-top: 1.5rem;
    border: 1px solid rgba(95, 47, 67, 0.1);
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.65);
    padding: 1.1rem 1.2rem;
    backdrop-filter: var(--tc-blur);
    box-shadow: 0 18px 36px rgba(62, 27, 40, 0.07);
}

.site-news-panel {
    border: 1px solid rgba(95, 47, 67, 0.1);
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.55);
    padding: 1.5rem;
    backdrop-filter: blur(22px);
    box-shadow: 0 24px 60px rgba(62, 27, 40, 0.08);
}

.site-news-card {
    overflow: hidden;
    border: 1px solid rgba(95, 47, 67, 0.1);
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: var(--tc-blur);
    box-shadow: 0 20px 50px rgba(62, 27, 40, 0.08);
}

@media (min-width: 1024px) {
    .site-publication-card {
        grid-template-columns: 0.64fr 1.36fr;
        align-items: center;
    }
}

.site-dark-shell {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: var(--tc-blur);
}

.site-dark-tile {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.5rem;
    background: rgba(0, 0, 0, 0.1);
    padding: 1.1rem 1.2rem;
}

.site-spotlight-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.75rem;
    background: rgba(255, 255, 255, 0.06);
    padding: 0.75rem;
    backdrop-filter: blur(22px);
}

.site-library-shell {
    border: 1px solid rgba(95, 47, 67, 0.1);
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.42);
    padding: 1.5rem;
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 56px rgba(62, 27, 40, 0.08);
}

.site-library-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    margin-top: 1rem;
}

.site-library-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgba(95, 47, 67, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.5);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(95, 47, 67, 0.8);
}

.site-library-note {
    border: 1px solid rgba(95, 47, 67, 0.1);
    border-radius: 1.75rem;
    background: rgba(255, 255, 255, 0.58);
    padding: 1.5rem;
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 40px rgba(62, 27, 40, 0.07);
}

.site-method-board {
    border: 1px solid rgba(95, 47, 67, 0.1);
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.5);
    padding: 1.5rem;
    backdrop-filter: blur(20px);
    box-shadow: 0 24px 60px rgba(62, 27, 40, 0.08);
}

.site-method-step {
    border: 1px solid rgba(95, 47, 67, 0.1);
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.56);
    padding: 1.1rem 1.2rem;
    backdrop-filter: blur(16px);
}

.site-method-check {
    border: 1px solid rgba(95, 47, 67, 0.1);
    border-radius: 1.45rem;
    background: rgba(255, 255, 255, 0.62);
    padding: 1rem 1.1rem;
    backdrop-filter: blur(14px);
}

.site-trust-visual {
    overflow: hidden;
    border: 1px solid rgba(95, 47, 67, 0.1);
    border-radius: 2.15rem;
    background: rgba(255, 255, 255, 0.42);
    padding: 0.85rem;
    backdrop-filter: blur(20px);
    box-shadow: 0 26px 65px rgba(62, 27, 40, 0.08);
}

.site-trust-overlay {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1.75rem;
    background: linear-gradient(180deg, rgba(22, 12, 18, 0.36) 0%, rgba(22, 12, 18, 0.52) 100%);
    padding: 1.1rem 1.2rem;
    backdrop-filter: blur(18px);
}

.site-trust-card {
    border: 1px solid rgba(95, 47, 67, 0.1);
    border-radius: 1.75rem;
    background: rgba(255, 255, 255, 0.56);
    padding: 1.35rem;
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 42px rgba(62, 27, 40, 0.06);
}

@media (min-width: 640px) {
    .site-trust-overlay {
        padding: 1.6rem;
    }
}

