:root {
  --bg: #080808; --surface: #151515; --text: #f5f5f4; --soft: #c8c6c3;
  --muted: #8c8986; --red: #e10600; --red-bright: #ff2a22;
  --line: rgba(255,255,255,.11); --line-strong: rgba(255,255,255,.2);
  --content: 1180px; --display: "Oswald", sans-serif; --body: "Inter", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--text); background: var(--bg); font: 16px/1.65 var(--body); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 200; padding: 10px 15px; color: #fff; background: var(--red); text-decoration: none; }
.skip-link:focus { top: 14px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.08); }
.header-inner { width: min(calc(100% - 40px), var(--content)); height: 88px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: flex; width: 220px; }
.brand img, .footer-brand img { width: 100%; height: auto; display: block; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a { color: #d7d5d2; font-size: 14px; font-weight: 600; text-decoration: none; transition: color .2s ease, background .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: #fff; }
.site-nav .nav-youtube { padding: 10px 17px; border: 1px solid rgba(255,42,34,.55); color: #fff; }
.site-nav .nav-youtube:hover { background: var(--red); }
.menu-button { display: none; }

.hero { position: relative; min-height: min(790px,100svh); padding: 150px 0 90px; display: grid; align-items: center; background: linear-gradient(90deg,rgba(8,8,8,.98),rgba(8,8,8,.88)),radial-gradient(circle at 78% 34%,rgba(196,0,0,.18),transparent 38%),#080808; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom,#000,transparent 88%); }
.hero::after { content: "KIRIK"; position: absolute; z-index: -1; right: -2vw; bottom: -10vw; color: rgba(255,255,255,.018); font: 700 min(36vw,510px)/1 var(--display); letter-spacing: -.05em; pointer-events: none; }
.hero-glow { position: absolute; width: 440px; height: 440px; top: 20%; right: 10%; z-index: -1; border-radius: 50%; background: rgba(225,6,0,.12); filter: blur(110px); }
.hero-inner, .section-inner, .footer-inner { width: min(calc(100% - 40px), var(--content)); margin-inline: auto; }
.hero-inner { display: block; }
.hero-copy { width: 100%; max-width: 1120px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--red-bright); font-size: 12px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 34px; height: 2px; background: var(--red); box-shadow: 0 0 14px rgba(225,6,0,.8); }
h1, h2, h3 { margin-top: 0; }
h1 { margin-bottom: 25px; max-width: 1120px; font: 600 clamp(3.6rem,7vw,6.2rem)/.96 var(--display); letter-spacing: -.045em; text-transform: uppercase; }
h1 em { color: var(--red-bright); font-style: normal; }
.hero-text { max-width: 850px; margin: 0; color: var(--soft); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 50px; padding: 12px 21px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; color: #fff; font-size: 14px; font-weight: 750; letter-spacing: .015em; text-decoration: none; transition: transform .2s ease,background .2s ease,border-color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button svg { width: 18px; fill: currentColor; }
.button-primary { background: var(--red); box-shadow: 0 13px 34px rgba(225,6,0,.24); }
.button-primary:hover { background: var(--red-bright); }
.button-ghost { border-color: var(--line-strong); background: rgba(255,255,255,.035); }
.button-ghost:hover { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.07); }
.hero-note { margin-top: 27px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red-bright); box-shadow: 0 0 0 5px rgba(225,6,0,.1),0 0 15px rgba(225,6,0,.8); }
.hero-visual { position: relative; }
.poster-frame { position: relative; overflow: hidden; border: 1px solid var(--line-strong); box-shadow: 0 42px 110px rgba(0,0,0,.65),22px 22px 0 rgba(225,6,0,.08); }
.poster-frame::before { content: ""; position: absolute; inset: 12px; z-index: 2; border: 1px solid rgba(255,255,255,.13); pointer-events: none; }
.poster-frame img { display: block; width: 100%; aspect-ratio: 1.65; object-fit: cover; }
.poster-shade { position: absolute; inset: 0; background: linear-gradient(135deg,transparent 45%,rgba(0,0,0,.5)); }
.poster-play { position: absolute; inset: 50% auto auto 50%; z-index: 3; width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.52); border-radius: 50%; color: #fff; background: rgba(0,0,0,.45); backdrop-filter: blur(8px); transform: translate(-50%,-50%); transition: background .2s ease,transform .2s ease; }
.poster-play:hover { background: var(--red); transform: translate(-50%,-50%) scale(1.06); }
.poster-play svg { width: 30px; fill: currentColor; transform: translateX(2px); }
.visual-label { position: absolute; right: -24px; bottom: -24px; z-index: 4; min-width: 245px; padding: 16px 20px; display: flex; align-items: center; gap: 16px; border-left: 3px solid var(--red); color: #ddd; background: #111; box-shadow: 0 16px 40px rgba(0,0,0,.5); font-size: 13px; font-weight: 650; text-transform: uppercase; letter-spacing: .08em; }
.visual-label span { color: var(--red-bright); font: 700 25px/1 var(--display); }
.scroll-cue { position: absolute; left: 50%; bottom: 24px; display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-decoration: none; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue i { width: 34px; height: 1px; background: var(--line-strong); }

.section { padding: clamp(62px,7vw,96px) 0; }
.videos-section { position: relative; background: #0b0b0b; }
.videos-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 12% 15%,rgba(225,6,0,.08),transparent 25%); }
.section-heading { margin-bottom: 42px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading h2, .about-copy h2, .cta-card h2 { margin-bottom: 0; font: 600 clamp(2.7rem,5vw,4.7rem)/1 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.section-kicker { margin-bottom: 12px; }
.text-link { padding-bottom: 4px; border-bottom: 1px solid var(--red); color: #ddd; font-size: 14px; font-weight: 700; text-decoration: none; }
.text-link:hover { color: #fff; }
.featured-video { margin-bottom: 48px; display: grid; grid-template-columns: minmax(0,1.65fr) minmax(260px,.75fr); border: 1px solid var(--line); background: var(--surface); }
.featured-player { position: relative; min-height: 390px; background: #050505; }
.featured-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.featured-copy { padding: clamp(28px,4vw,50px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.featured-label { margin: 0 0 15px; color: var(--red-bright); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.featured-copy h3 { margin-bottom: 16px; font: 600 clamp(1.7rem,3vw,2.5rem)/1.15 var(--display); }
.featured-copy p:not(.featured-label) { margin: 0 0 25px; color: var(--muted); font-size: 14px; }
.video-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.video-card { display: block; color: inherit; text-decoration: none; }
.video-thumb { position: relative; overflow: hidden; aspect-ratio: 16/9; border: 1px solid var(--line); background: var(--surface); }
.video-thumb img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease,filter .3s ease; }
.video-card:hover img { transform: scale(1.04); filter: brightness(.75); }
.video-play { position: absolute; left: 16px; bottom: 16px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--red); transform: translateY(7px); opacity: 0; transition: opacity .25s ease,transform .25s ease; }
.video-play svg { width: 18px; fill: currentColor; }
.video-card:hover .video-play, .video-card:focus-visible .video-play { opacity: 1; transform: translateY(0); }
.video-meta { margin: 16px 0 8px; color: var(--red-bright); font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.video-card h3 { margin: 0; font: 600 1.35rem/1.32 var(--display); letter-spacing: -.01em; }
.video-skeleton { display: grid; gap: 14px; }
.video-skeleton span, .video-skeleton i { display: block; background: linear-gradient(100deg,#161616 30%,#202020 50%,#161616 70%); background-size: 300% 100%; animation: shimmer 1.5s infinite; }
.video-skeleton span { aspect-ratio: 16/9; }
.video-skeleton i { height: 14px; width: 90%; }
.video-skeleton i:last-child { width: 62%; }
.video-message { grid-column: 1/-1; padding: 30px; border: 1px solid var(--line); color: var(--soft); background: var(--surface); text-align: center; }
.video-message a { color: #fff; text-decoration-color: var(--red); text-underline-offset: 4px; }
@keyframes shimmer { to { background-position-x: -300%; } }
.shorts-block { margin-top: clamp(56px,6vw,82px); padding-top: clamp(46px,5.5vw,68px); border-top: 1px solid var(--line); }
.shorts-heading { margin-bottom: 34px; }
.shorts-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 18px; }
.short-card { display: block; min-width: 0; color: inherit; text-decoration: none; }
.short-thumb { position: relative; overflow: hidden; aspect-ratio: 9/16; border: 1px solid var(--line); background: #121212; }
.short-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top,rgba(0,0,0,.52),transparent 45%); pointer-events: none; }
.short-thumb img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease,filter .3s ease; }
.short-card:hover .short-thumb img { transform: scale(1.05); filter: brightness(.78); }
.short-badge { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 5px 8px; color: #fff; background: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.short-thumb .video-play { z-index: 2; left: 50%; bottom: 18px; transform: translate(-50%,7px); }
.short-card:hover .video-play, .short-card:focus-visible .video-play { opacity: 1; transform: translate(-50%,0); }
.short-card h3 { margin: 0; font: 600 1.12rem/1.35 var(--display); }
.about-section { overflow: hidden; background: var(--red); }
.about-grid { position: relative; display: grid; grid-template-columns: .52fr 1.25fr .85fr; align-items: center; gap: clamp(40px,6vw,90px); }
.about-number { color: rgba(0,0,0,.14); font: 700 clamp(14rem,28vw,27rem)/.75 var(--display); }
.about-copy .section-kicker { color: #220100; }
.about-copy h2 { margin-bottom: 27px; }
.about-copy p { margin: 0 0 16px; color: rgba(255,255,255,.85); }
.about-grid blockquote { margin: 0; padding: 30px 0 30px 34px; border-left: 1px solid rgba(255,255,255,.45); color: #fff; font: 500 1.55rem/1.45 var(--display); }
.about-grid blockquote span { display: block; height: 48px; color: rgba(0,0,0,.28); font: 700 5rem/1 var(--display); }
.topics-section { background: #0c0c0c; }
.topics-heading>p { max-width: 480px; margin: 0; color: var(--muted); }
.topic-cards { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.topic-card { position: relative; min-height: 355px; padding: 36px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.015); transition: background .25s ease,transform .25s ease; }
.topic-card:hover { z-index: 2; background: var(--surface); transform: translateY(-5px); }
.topic-card::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 2px; background: var(--red); transition: right .35s ease; }
.topic-card:hover::after { right: 0; }
.topic-card svg { width: 45px; margin: 56px 0 29px; fill: none; stroke: var(--red-bright); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.topic-index { position: absolute; right: 22px; top: 19px; color: #555; font: 600 13px/1 var(--display); }
.topic-card h3 { margin-bottom: 13px; font: 600 1.45rem/1.2 var(--display); text-transform: uppercase; }
.topic-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.cta-section { padding: clamp(50px,5vw,64px) 0; background: #080808; }
.cta-card { position: relative; overflow: hidden; padding: clamp(36px,6vw,72px); display: flex; align-items: center; justify-content: space-between; gap: 42px; border: 1px solid var(--line); background: linear-gradient(125deg,#181818,#0f0f0f); }
.cta-card::after { content: ""; position: absolute; width: 360px; height: 360px; right: 5%; top: -180px; border: 1px solid rgba(225,6,0,.25); border-radius: 50%; box-shadow: 0 0 100px rgba(225,6,0,.08); }
.cta-card>* { position: relative; z-index: 1; }
.cta-card h2 { margin-bottom: 18px; }
.cta-card p:not(.section-kicker) { max-width: 650px; margin: 0; color: var(--muted); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 11px; flex: 0 0 auto; }
.site-footer { padding: 58px 0 34px; border-top: 1px solid var(--line); background: #050505; }
.footer-inner { display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 30px; }
.footer-brand { width: 190px; }
.footer-inner p { margin: 0; color: var(--muted); font-size: 14px; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: #ccc; font-size: 14px; font-weight: 600; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-inner small { grid-column: 1/-1; padding-top: 24px; border-top: 1px solid var(--line); color: #666; font-size: 12px; }

@media (max-width:1040px) {
  .hero { min-height: auto; }
  .hero-inner { display: block; }
  h1 { font-size: clamp(3.3rem,7vw,5.7rem); }
  .visual-label { right: -8px; }
  .topic-cards { grid-template-columns: repeat(2,1fr); }
  .shorts-grid { grid-template-columns: repeat(4,1fr); }
  .about-grid { grid-template-columns: .35fr 1fr; }
  .about-grid blockquote { grid-column: 2; }
}
@media (max-width:780px) {
  .header-inner { height: 74px; width: min(calc(100% - 28px),var(--content)); }
  .brand { width: 176px; }
  .menu-button { width: 44px; height: 44px; padding: 11px; display: grid; gap: 5px; place-content: center; border: 1px solid var(--line); color: #fff; background: rgba(0,0,0,.45); }
  .menu-button span:not(.sr-only) { width: 20px; height: 2px; display: block; background: currentColor; transition: transform .25s ease,opacity .25s ease; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: absolute; top: 74px; left: 0; right: 0; padding: 22px 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--line); background: rgba(8,8,8,.98); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 0; }
  .site-nav .nav-youtube { margin-top: 8px; padding: 12px 15px; text-align: center; }
  .hero { padding: 122px 0 80px; }
  .hero-inner { display: block; }
  .hero-copy { max-width: none; }
  .visual-label { right: -4px; bottom: -18px; }
  .scroll-cue { display: none; }
  .featured-video { grid-template-columns: 1fr; }
  .featured-player { min-height: auto; aspect-ratio: 16/9; }
  .video-grid { grid-template-columns: repeat(2,1fr); }
  .shorts-grid { grid-template-columns: repeat(3,1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .about-number { position: absolute; top: -55px; right: 0; font-size: 18rem; }
  .about-copy, .about-grid blockquote { position: relative; grid-column: auto; }
  .about-grid blockquote { max-width: 560px; }
  .topics-heading { align-items: start; flex-direction: column; }
  .cta-card { align-items: flex-start; flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner small { grid-column: auto; }
}
@media (max-width:540px) {
  .hero-inner, .section-inner, .footer-inner { width: min(calc(100% - 28px),var(--content)); }
  .hero { padding-top: 112px; }
  .section { padding: 54px 0; }
  .eyebrow { font-size: 10px; letter-spacing: .14em; }
  h1 { font-size: clamp(3rem,15.5vw,4.4rem); line-height: 1.02; }
  .hero-text { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .poster-play { width: 60px; height: 60px; }
  .visual-label { position: relative; right: auto; bottom: auto; min-width: 0; width: calc(100% - 24px); margin: -1px 0 0 24px; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 32px; }
  .video-grid, .topic-cards { grid-template-columns: 1fr; }
  .video-card:nth-child(n+4) { display: none; }
  .shorts-grid { grid-template-columns: repeat(2,1fr); gap: 14px; }
  .shorts-block { margin-top: 48px; padding-top: 42px; }
  .short-card:nth-child(n+5) { display: none; }
  .topic-card { min-height: 290px; }
  .topic-card svg { margin-top: 35px; }
  .cta-card { padding: 32px 24px; }
  .cta-section { padding: 40px 0; }
  .cta-actions, .cta-actions .button { width: 100%; }
  .footer-links { flex-wrap: wrap; gap: 15px 22px; }
}
.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 100; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: #fff; background: rgba(225,6,0,.92); box-shadow: 0 12px 30px rgba(0,0,0,.45),0 0 22px rgba(225,6,0,.25); text-decoration: none; opacity: 0; visibility: hidden; transform: translateY(14px); transition: opacity .25s ease,visibility .25s ease,transform .25s ease,background .25s ease; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover, .back-to-top:focus-visible { background: #ff2a22; transform: translateY(-3px); }
.back-to-top svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width:540px) {
  .back-to-top { right: 16px; bottom: 16px; width: 44px; height: 44px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
