:root {
  --bg: #f7f4ef;
  --surface: #ffffff;
  --surface-alt: #f2ebe5;
  --border: rgba(33, 22, 22, 0.08);
  --text: #1f1716;
  --muted: #6d615f;
  --primary: #c92b2b;
  --primary-dark: #a32020;
  --primary-soft: #fde7e7;
  --shadow: 0 18px 40px rgba(34, 18, 18, 0.08);
  --radius-lg: 28px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Inter', Arial, sans-serif; color: var(--text); background: linear-gradient(180deg, var(--bg) 0%, #f4efe8 100%); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 32px), var(--max)); margin: 0 auto; }
.narrow { width: min(calc(100% - 32px), 860px); }
.section { padding: 32px 0 72px; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { top: 16px; left: 16px; z-index: 999; padding: 10px 14px; background: #fff; border-radius: 12px; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(0,0,0,.05); background: rgba(247,244,239,.88); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 78px; }
.brand { display: flex; align-items: center; gap: 14px; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { display: grid; width: 50px; height: 50px; color: #fff; background: linear-gradient(135deg,#ef4d4d,#b81919); border-radius: 16px; box-shadow: var(--shadow); place-items: center; }
.brand-mark svg { width: 30px; height: 30px; }
.brand-text { font-size: 1.05rem; }
.main-nav { display: flex; align-items: center; gap: 18px; }
.main-nav a { color: var(--muted); font-weight: 600; }
.main-nav a:hover { color: var(--text); }
.menu-toggle { display: none; padding: 10px 14px; background: #fff; border: 1px solid var(--border); border-radius: 999px; }
.hero { padding-top: 58px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; align-items: stretch; }
.card-soft,.card-strong { border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.card-soft { background: rgba(255,255,255,.8); }
.card-strong { background: linear-gradient(180deg,#fffefe 0%,#fff7f7 100%); }
.hero-copy { padding: 36px; }
.eyebrow,.section-label,.banner-kicker { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; color: #8b2020; font-size: 13px; font-weight: 700; background: var(--primary-soft); border-radius: 999px; }
.hero h1 { margin: 16px 0 14px; font-size: clamp(2.6rem,5vw,5rem); line-height: .96; letter-spacing: -.05em; }
.hero-text { max-width: 58ch; color: var(--muted); font-size: 1.08rem; }
.hero-actions,.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; font-weight: 700; border: 1px solid transparent; border-radius: 999px; transition: .18s ease; }
.btn-primary { color: #fff; background: var(--primary); }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-1px); }
.btn-secondary { background: #fff; border-color: var(--border); }
.btn-secondary:hover { background: var(--surface-alt); }
.channel-stats { width: 100%; margin-top: 18px; }
.stats-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; width: 100%; }
.stat-card { display: flex; align-items: center; gap: 9px; min-width: 0; min-height: 64px; padding: 10px 12px; background: rgba(255,255,255,.88); border: 1px solid var(--border); border-radius: 14px; box-shadow: 0 6px 18px rgba(34,18,18,.04); }
.stat-card-primary { color: #fff; background: linear-gradient(135deg,#c92b2b,#a32020); border-color: transparent; }
.stat-icon { display: grid; flex: 0 0 auto; width: 30px; height: 30px; padding: 6px; color: var(--primary); background: var(--primary-soft); border-radius: 9px; place-items: center; }
.stat-card-primary .stat-icon { color: #fff; background: rgba(255,255,255,.18); }
.stat-icon svg { width: 18px; height: 18px; }
.stat-card strong,.stat-card span:not(.stat-icon) { display: block; }
.stat-card strong { overflow: hidden; font-size: 1rem; line-height: 1.05; letter-spacing: -.03em; text-overflow: ellipsis; white-space: nowrap; }
.stat-card span:not(.stat-icon) { margin-top: 2px; overflow: hidden; color: var(--muted); font-size: .68rem; font-weight: 700; line-height: 1.1; text-overflow: ellipsis; white-space: nowrap; }
.stat-card-primary span:not(.stat-icon) { color: rgba(255,255,255,.76); }
.stats-loading { padding: 12px 14px; color: var(--muted); background: rgba(255,255,255,.7); border: 1px dashed rgba(201,43,43,.28); border-radius: 14px; }
.hero-banner { display: flex; flex-direction: column; overflow: hidden; }
.featured-wrap { display: flex; flex: 1; min-height: 100%; }
.featured-link { display: flex; flex-direction: column; width: 100%; }
.featured-image { width: 100%; aspect-ratio: 4/3; object-fit: cover; background: #f0e7e4; border-radius: 22px; }
.featured-copy { padding: 20px 22px 24px; }
.featured-copy h2 { margin: 12px 0 8px; font-size: 1.7rem; letter-spacing: -.03em; }
.featured-copy p,.featured-loading { margin: 0; color: var(--muted); }
.featured-loading { display: grid; min-height: 100%; padding: 32px; place-items: center; }
.section-heading { margin-bottom: 20px; text-align: center; }
.section-heading.with-inline-note { display: flex; align-items: end; justify-content: space-between; gap: 20px; text-align: left; }
.section-heading.left-tight { text-align: left; }
.section-heading h2 { margin: 10px 0 0; font-size: clamp(1.8rem,3vw,2.8rem); letter-spacing: -.04em; }
.section-note { max-width: 34ch; margin: 0; color: var(--muted); }
.latest-shorts-heading { align-items: center; }
.latest-shorts-subtitle { display: inline-flex; align-items: center; gap: 8px; margin: 12px 0 0; color: #9a2727; font-size: clamp(.9rem,1.3vw,1rem); font-weight: 700; letter-spacing: -.015em; }
.latest-shorts-subtitle strong { color: var(--primary); }
.subtitle-flash { display: inline-grid; width: 24px; height: 24px; color: #fff; font-size: .9rem; line-height: 1; background: var(--primary); border-radius: 8px; box-shadow: 0 6px 14px rgba(201,43,43,.22); place-items: center; }
.about-card,.contact-card { padding: 30px; }
.about-card p,.contact-text { margin: 0; color: var(--text); font-size: 1.05rem; }
.video-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.video-card { overflow: hidden; background: rgba(255,255,255,.85); border: 1px solid var(--border); border-radius: 24px; box-shadow: var(--shadow); }
.video-card a { display: block; height: 100%; }
.video-thumb { width: 100%; aspect-ratio: 9/16; object-fit: cover; background: linear-gradient(135deg,#eadfd9,#f8f3ef); }
.video-body { padding: 16px; }
.video-body h3 { margin: 0 0 8px; font-size: 1.04rem; line-height: 1.35; }
.video-meta { color: var(--muted); font-size: .92rem; }
.status-card { padding: 24px; color: var(--muted); background: rgba(255,255,255,.8); border: 1px dashed rgba(201,43,43,.25); border-radius: 24px; }
.site-footer { padding: 20px 0 44px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 24px; border-top: 1px solid rgba(0,0,0,.07); }
.footer-inner p { margin: 6px 0 0; color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; color: var(--muted); }
@media (max-width:980px) { .hero-grid,.video-grid { grid-template-columns:1fr; } .section-heading.with-inline-note { display:block; } .section-note { max-width:none; margin-top:10px; } }
@media (max-width:760px) { .header-inner { flex-wrap:wrap; padding:14px 0; } .menu-toggle { display:inline-flex; } .main-nav { display:none; flex-direction:column; align-items:flex-start; width:100%; padding:12px; background:rgba(255,255,255,.78); border:1px solid var(--border); border-radius:18px; } .main-nav.open { display:flex; } .hero-copy,.about-card,.contact-card,.card-strong { border-radius:22px; } }
@media (max-width:560px) { .stats-grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:6px; } .stat-card { flex-direction:column; justify-content:center; gap:4px; min-height:82px; padding:8px 5px; text-align:center; } .stat-card strong { font-size:.92rem; } .stat-card span:not(.stat-icon) { font-size:.61rem; white-space:normal; } .stat-icon { width:27px; height:27px; } .stat-icon svg { width:16px; height:16px; } .latest-shorts-subtitle { align-items:flex-start; font-size:.88rem; } .footer-inner { align-items:flex-start; flex-direction:column; } }
