:root{
  --bg:#060706;--bg-soft:#0b0c0b;--surface:#111310;--surface-2:#171914;--surface-3:#1d1f19;
  --gold:#d5a948;--gold-light:#f4d98e;--gold-dark:#88621e;--red:#ed3038;--green:#61c77a;
  --text:#f7f4eb;--muted:#aaa698;--line:rgba(221,177,78,.2);--line-strong:rgba(221,177,78,.42);
  --shadow:0 24px 80px rgba(0,0,0,.46);--radius:22px;--radius-sm:13px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font:16px/1.65 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-2;background:radial-gradient(circle at 12% 2%,rgba(213,169,72,.12),transparent 28%),radial-gradient(circle at 90% 36%,rgba(126,71,23,.08),transparent 30%),linear-gradient(135deg,rgba(255,255,255,.015),transparent 45%)}body:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;opacity:.1;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,#000,transparent 80%)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{max-width:100%;display:block}.container{width:min(1220px,calc(100% - 40px));margin-inline:auto}.skip-link{position:fixed;left:16px;top:-80px;z-index:1000;padding:11px 15px;border-radius:10px;background:var(--gold-light);color:#111;font-weight:850;transition:.2s}.skip-link:focus{top:14px}.site-header{position:sticky;top:0;z-index:80;background:rgba(6,7,6,.84);border-bottom:1px solid var(--line);backdrop-filter:blur(18px) saturate(130%)}.nav{height:78px;display:flex;align-items:center;gap:22px}.logo{display:inline-flex;align-items:center;gap:12px;min-width:0;font-weight:900;letter-spacing:-.02em}.logo img{width:46px;height:46px;object-fit:contain;border-radius:12px}.logo-copy{display:flex;flex-direction:column;line-height:1.05}.logo-copy strong{font-size:1.02rem}.logo-copy small{margin-top:5px;color:var(--gold-light);font-size:.65rem;text-transform:uppercase;letter-spacing:.15em}.nav-links{display:flex;align-items:center;gap:5px;margin-left:auto}.nav-links a{position:relative;padding:10px 13px;border-radius:11px;color:var(--muted);font-weight:760;font-size:.94rem;transition:.2s}.nav-links a:hover{color:var(--text);background:rgba(255,255,255,.045)}.nav-links a.active{color:#111;background:linear-gradient(135deg,var(--gold-light),var(--gold))}.lang{display:flex;align-items:center;padding:3px;border:1px solid var(--line);background:rgba(255,255,255,.025);border-radius:999px}.lang a{display:grid;place-items:center;min-width:35px;height:32px;border-radius:999px;color:var(--muted);font-size:.78rem;font-weight:850}.lang a.active{background:var(--gold);color:#111}.mobile-toggle{display:none;border:1px solid var(--line);background:rgba(255,255,255,.035);color:var(--text);border-radius:11px;width:44px;height:44px;cursor:pointer}.mobile-toggle span,.mobile-toggle:before,.mobile-toggle:after{content:"";display:block;width:20px;height:2px;margin:4px auto;background:currentColor;border-radius:3px;transition:.2s}.mobile-toggle.open span{opacity:0}.mobile-toggle.open:before{transform:translateY(6px) rotate(45deg)}.mobile-toggle.open:after{transform:translateY(-6px) rotate(-45deg)}
.hero{position:relative;min-height:min(760px,calc(100vh - 78px));display:grid;align-items:center;overflow:hidden;border-bottom:1px solid var(--line);background-position:center;background-size:cover}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,5,4,.98) 0%,rgba(4,5,4,.84) 45%,rgba(4,5,4,.3) 100%),linear-gradient(0deg,var(--bg),transparent 38%)}.hero:after{content:"";position:absolute;width:520px;height:520px;right:6%;top:50%;transform:translateY(-50%);border:1px solid rgba(213,169,72,.2);border-radius:50%;box-shadow:0 0 0 42px rgba(213,169,72,.035),0 0 0 84px rgba(213,169,72,.02)}.hero-content{position:relative;z-index:2;padding:110px 0 105px;max-width:760px}.hero-logo-mark{width:76px;height:76px;margin-bottom:24px;filter:drop-shadow(0 14px 28px rgba(0,0,0,.4))}.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--gold-light);font-size:.76rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.eyebrow:before{content:"";width:28px;height:1px;background:var(--gold)}h1,h2,h3{font-family:Inter,ui-sans-serif,system-ui,sans-serif;line-height:1.08;margin:0 0 18px;letter-spacing:-.045em}h1{font-size:clamp(3.2rem,7vw,7rem);max-width:930px}h2{font-size:clamp(2rem,4vw,3.7rem)}h3{font-size:1.35rem}.hero h1{margin-top:18px}.hero p{max-width:680px;color:#d3cfc3;font-size:clamp(1.05rem,2vw,1.22rem)}.hero-kicker{display:flex;align-items:center;gap:12px;margin-top:30px;color:var(--muted);font-size:.88rem}.hero-kicker b{color:var(--gold-light)}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:11px 18px;border:1px solid transparent;border-radius:12px;font-weight:850;cursor:pointer;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s}.btn:hover{transform:translateY(-2px)}.btn:focus-visible,.nav-links a:focus-visible,.lang a:focus-visible{outline:3px solid rgba(244,217,142,.35);outline-offset:2px}.btn-gold{background:linear-gradient(135deg,var(--gold-light),var(--gold));color:#111;box-shadow:0 10px 30px rgba(213,169,72,.16)}.btn-gold:hover{box-shadow:0 14px 38px rgba(213,169,72,.25)}.btn-dark{background:rgba(17,19,16,.86);border-color:var(--line-strong)}.btn-red{background:var(--red);color:#fff}.btn-outline{border-color:var(--line-strong);color:var(--gold-light);background:rgba(255,255,255,.015)}.btn-icon{width:19px;height:19px}.section{padding:90px 0}.section-compact{padding:60px 0}.section-alt{background:linear-gradient(180deg,rgba(255,255,255,.018),transparent)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px}.section-head p{max-width:610px;margin:8px 0 0;color:var(--muted)}.section-title{margin-top:9px}.muted{color:var(--muted)}.grid{display:grid;gap:22px}.cards{grid-template-columns:repeat(3,minmax(0,1fr))}.card{position:relative;background:linear-gradient(145deg,rgba(27,29,24,.98),rgba(13,14,12,.98));border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 14px 48px rgba(0,0,0,.2)}.card-hover{transition:transform .22s,border-color .22s,box-shadow .22s}.card-hover:hover{transform:translateY(-5px);border-color:var(--line-strong);box-shadow:var(--shadow)}.card-body{padding:22px}.recipe-card a{display:block;height:100%}.recipe-card img{width:100%;aspect-ratio:16/10;object-fit:cover;background:var(--surface)}.recipe-card .card-body{display:flex;flex-direction:column;min-height:185px}.recipe-card h3{margin-top:14px}.recipe-card p{margin:auto 0 0}.card-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.badge{display:inline-flex;align-items:center;gap:7px;max-width:100%;padding:5px 10px;border-radius:999px;background:rgba(213,169,72,.1);border:1px solid rgba(213,169,72,.3);color:var(--gold-light);font-size:.76rem;font-weight:820;letter-spacing:.02em}.badge-live{background:rgba(237,48,56,.12);border-color:rgba(237,48,56,.4);color:#ff969b}.live-dot{width:9px;height:9px;flex:0 0 auto;background:var(--red);border-radius:50%;box-shadow:0 0 0 5px rgba(237,48,56,.13);animation:pulse 1.7s infinite}@keyframes pulse{50%{box-shadow:0 0 0 13px rgba(237,48,56,0)}}.live-bar{position:relative;z-index:3;background:linear-gradient(90deg,#330e12,#1d090b);border-bottom:1px solid rgba(237,48,56,.35)}.live-inner{min-height:58px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}.live-inner strong{margin-right:auto}.live-inner .btn{min-height:38px;padding:7px 13px;border-radius:9px}.stream-box{position:relative;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:30px;align-items:center;padding:38px;background:linear-gradient(125deg,rgba(34,26,12,.96),rgba(13,14,12,.98));border:1px solid var(--line-strong);border-radius:28px;overflow:hidden}.stream-box:after{content:"";position:absolute;width:260px;height:260px;right:-50px;bottom:-110px;border:36px solid rgba(213,169,72,.06);border-radius:50%}.stream-box>*{position:relative;z-index:1}.stream-platform{display:flex;gap:8px;flex-wrap:wrap}.countdown{font-size:clamp(1.8rem,4.2vw,3.6rem);font-weight:950;color:var(--gold-light);letter-spacing:-.055em}.countdown-label{color:var(--muted);font-size:.82rem;text-transform:uppercase;letter-spacing:.12em;font-weight:850}.team-mini{grid-template-columns:repeat(4,minmax(0,1fr))}.team-card{padding:24px;text-align:left}.team-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:18px;border:1px solid var(--line);background:var(--surface);margin-bottom:19px}.team-card h3{margin-bottom:8px}.team-card .badge{margin-bottom:12px}.channels-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.channel{display:flex;flex-direction:column;padding:26px;min-height:310px}.channel-icon{display:grid;place-items:center;width:58px;height:58px;margin-bottom:24px;border-radius:16px;background:rgba(213,169,72,.1);border:1px solid var(--line-strong);color:var(--gold-light);font-size:1.65rem;font-weight:900}.channel h2{font-size:1.8rem;margin-top:14px}.channel p{margin-bottom:24px}.channel .btn{margin-top:auto}.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.trust-item{padding:18px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.018)}.trust-item strong{display:block;color:var(--gold-light);font-size:1.02rem}.filters{display:grid;grid-template-columns:minmax(240px,1fr) 230px 210px auto;gap:12px;padding:18px;margin-bottom:30px;background:rgba(17,19,16,.8);border:1px solid var(--line);border-radius:18px}.input,select,textarea{width:100%;min-height:48px;background:#0c0e0c;color:var(--text);border:1px solid rgba(221,177,78,.28);border-radius:12px;padding:11px 14px;transition:border-color .2s,box-shadow .2s}textarea{min-height:130px;resize:vertical}.input:focus,select:focus,textarea:focus{outline:0;border-color:var(--gold);box-shadow:0 0 0 4px rgba(213,169,72,.11)}.page-hero{padding:90px 0 42px}.page-hero h1{font-size:clamp(3rem,7vw,6rem);margin-top:15px}.page-hero p{max-width:690px;color:var(--muted);font-size:1.08rem}.recipe-layout{display:grid;grid-template-columns:minmax(0,1.52fr) minmax(280px,.58fr);gap:34px}.recipe-intro{margin-bottom:24px}.recipe-hero-img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:26px;border:1px solid var(--line);box-shadow:var(--shadow)}.meta-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:24px 0 42px}.meta{display:flex;flex-direction:column;gap:5px;padding:16px;background:var(--surface);border:1px solid var(--line);border-radius:15px}.meta strong{font-size:1.12rem}.content-section{padding:32px 0;border-top:1px solid var(--line)}.ingredient-list{list-style:none;padding:0;margin:0}.ingredient-list li{display:grid;grid-template-columns:100px 105px 1fr;gap:10px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.07)}.steps{counter-reset:step;list-style:none;padding:0;margin:0}.steps li{counter-increment:step;position:relative;padding:3px 0 30px 58px}.steps li:before{content:counter(step);position:absolute;left:0;top:0;width:39px;height:39px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(135deg,var(--gold-light),var(--gold));color:#111;font-weight:950}.recipe-sidebar{position:relative}.recipe-sticky{position:sticky;top:102px;padding:23px}.recipe-sticky .actions{flex-direction:column}.recipe-sticky .btn{width:100%}.video-consent{aspect-ratio:16/9;display:grid;place-items:center;text-align:center;padding:30px;background:linear-gradient(145deg,#151712,#090a09);border:1px solid var(--line);border-radius:20px;overflow:hidden}.video-consent iframe{width:100%;height:100%}.footer{padding:58px 0 24px;border-top:1px solid var(--line);background:rgba(4,5,4,.72);color:var(--muted)}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:30px}.footer h3{color:var(--text);font-size:1rem;letter-spacing:0;margin-bottom:14px}.footer a:hover{color:var(--gold-light)}.footer-links{display:grid;gap:8px}.footer-brand p{max-width:390px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:40px;padding-top:20px;border-top:1px solid rgba(255,255,255,.07);font-size:.84rem}.empty{padding:55px 28px;text-align:center;border:1px dashed var(--line-strong);border-radius:22px;background:rgba(255,255,255,.018);color:var(--muted)}.empty h2,.empty h1{color:var(--text)}.privacy{white-space:pre-line;max-width:920px}.legal-card{padding:clamp(24px,5vw,45px)}.notice{padding:15px;border-radius:12px;background:#281d0e;border:1px solid #674c1b}.winner-status{padding:12px 16px;border-radius:12px;background:#102312;border:1px solid #24662c}.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}
@media(max-width:980px){.cards,.channels-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.team-mini{grid-template-columns:repeat(2,minmax(0,1fr))}.stream-box,.recipe-layout{grid-template-columns:1fr}.recipe-sticky{position:static}.filters{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-brand{grid-column:1/-1}.hero:after{right:-220px}.trust-strip{grid-template-columns:1fr}.nav-links{display:none;position:absolute;top:78px;left:20px;right:20px;padding:13px;background:rgba(10,11,10,.98);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav-links.open{display:flex}.mobile-toggle{display:block;margin-left:auto}.lang{margin-left:0}}
@media(max-width:640px){.container{width:min(100% - 26px,1220px)}.logo-copy small{display:none}.logo img{width:42px;height:42px}.hero{min-height:650px}.hero-content{padding:82px 0}.hero:after{width:340px;height:340px;right:-230px}.section{padding:65px 0}.section-head{align-items:flex-start;flex-direction:column}.cards,.channels-grid,.team-mini,.filters,.meta-grid,.footer-grid{grid-template-columns:1fr}.stream-box{padding:25px}.ingredient-list li{grid-template-columns:72px 78px 1fr}.footer-bottom{align-items:flex-start;flex-direction:column}.page-hero{padding-top:68px}.hero-kicker{align-items:flex-start;flex-direction:column;gap:3px}.channel{min-height:0}}
@media print{.site-header,.footer,.actions,.video-consent,.live-bar,.no-print{display:none!important}body{background:#fff;color:#000;font-size:10.5pt}body:before,body:after{display:none}.section{padding:0}.container{width:100%}.recipe-layout{display:block}.card,.meta{box-shadow:none;border-color:#bbb;background:#fff}.recipe-hero-img{max-height:230px;object-fit:cover}.recipe-content h1{font-size:25pt}.ingredient-list li,.steps li{page-break-inside:avoid}.steps li:before{border:1px solid #000;background:#fff}.recipe-sidebar{margin-top:20px}}

/* v1.2 official brand artwork */
.hero-brand-logo{width:min(440px,82vw);max-height:285px;object-fit:contain;object-position:left center;margin:0 0 24px;filter:drop-shadow(0 22px 44px rgba(0,0,0,.5))}.footer-brand .logo img{object-fit:contain}.site-header .logo img{background:#050605;padding:3px}@media(max-width:700px){.hero-brand-logo{width:min(360px,90vw);max-height:230px;margin-bottom:18px}}

/* v1.2.1 homepage refinement */
.home-hero{position:relative;isolation:isolate;display:flex;min-height:clamp(690px,calc(100svh - 78px),860px);align-items:center;overflow:hidden;border-bottom:1px solid var(--line);background:radial-gradient(circle at 76% 36%,rgba(213,169,72,.115),transparent 25%),radial-gradient(circle at 9% 18%,rgba(213,169,72,.06),transparent 27%),linear-gradient(135deg,#050605 0%,#080907 52%,#050605 100%)}.home-hero:before{content:"";position:absolute;inset:0;z-index:-3;opacity:.33;background-image:linear-gradient(rgba(213,169,72,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(213,169,72,.04) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(90deg,#000,transparent 76%)}.home-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:190px;z-index:-1;background:linear-gradient(0deg,var(--bg),transparent)}.home-hero-glow{position:absolute;right:-9vw;top:50%;z-index:-2;width:min(56vw,850px);aspect-ratio:1;transform:translateY(-50%);border:1px solid rgba(213,169,72,.15);border-radius:50%;box-shadow:0 0 0 52px rgba(213,169,72,.026),0 0 0 104px rgba(213,169,72,.014),0 0 130px rgba(213,169,72,.075)}.home-hero-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);align-items:center;gap:clamp(42px,6vw,92px);padding-top:28px;padding-bottom:56px}.home-hero-copy{position:relative;z-index:4;padding:72px 0}.home-hero h1{max-width:820px;margin:20px 0 24px;font-size:clamp(3.45rem,5.1vw,5.5rem);line-height:.96;letter-spacing:-.065em;text-wrap:balance}.home-hero h1 span{display:block;color:var(--gold-light);background:linear-gradient(115deg,#fff0b9 0%,#d5a948 50%,#8e641c 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.home-hero-lead{max-width:650px;margin:0;color:#d1ccbe;font-size:clamp(1.02rem,1.5vw,1.2rem);line-height:1.75}.home-hero-actions{margin-top:32px}.btn-large{min-height:54px;padding:13px 22px;border-radius:14px}.home-hero-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:720px;margin-top:42px;padding-top:24px;border-top:1px solid rgba(213,169,72,.18)}.home-proof-item{display:flex;align-items:center;gap:11px;min-width:0}.home-proof-icon{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border:1px solid rgba(213,169,72,.28);border-radius:12px;background:rgba(213,169,72,.06);color:var(--gold-light);font-size:.68rem;font-weight:950;letter-spacing:.04em}.home-proof-icon .live-dot{width:8px;height:8px}.home-proof-item>span:last-child{display:flex;min-width:0;flex-direction:column;line-height:1.25}.home-proof-item strong{font-size:.83rem;color:var(--text)}.home-proof-item small{margin-top:4px;color:var(--muted);font-size:.73rem;white-space:nowrap}.home-hero-visual{position:relative;z-index:2;justify-self:end;width:min(100%,590px);padding:42px 34px}.home-show-frame{position:relative;display:grid;place-items:center;aspect-ratio:4/5;min-height:520px;overflow:hidden;border:1px solid rgba(213,169,72,.34);border-radius:34px;background:linear-gradient(145deg,rgba(27,25,18,.92),rgba(5,6,5,.98) 58%);box-shadow:0 38px 110px rgba(0,0,0,.58),inset 0 1px 0 rgba(255,255,255,.045)}.home-show-frame:before{content:"";position:absolute;inset:16px;z-index:3;pointer-events:none;border:1px solid rgba(213,169,72,.13);border-radius:24px}.home-show-frame:after{content:"";position:absolute;inset:auto 11% 0;height:1px;z-index:4;background:linear-gradient(90deg,transparent,var(--gold),transparent);box-shadow:0 0 26px rgba(213,169,72,.7)}.home-visual-orbit{position:absolute;z-index:-1;border:1px solid rgba(213,169,72,.19);border-radius:50%}.orbit-one{inset:4px -8px}.orbit-two{inset:-25px -37px;border-color:rgba(213,169,72,.07)}.home-stage-logo{position:relative;z-index:2;width:88%;max-height:380px;object-fit:contain;filter:drop-shadow(0 26px 45px rgba(0,0,0,.7))}.home-stage-art{position:absolute;inset:0;overflow:hidden}.home-stage-art:before{content:"";position:absolute;left:50%;top:46%;width:420px;height:420px;transform:translate(-50%,-50%);border:1px solid rgba(213,169,72,.17);border-radius:50%;box-shadow:0 0 0 40px rgba(213,169,72,.025),0 0 0 80px rgba(213,169,72,.012)}.home-stage-line{position:absolute;left:12%;right:12%;height:1px;background:linear-gradient(90deg,transparent,rgba(213,169,72,.42),transparent);transform-origin:center}.home-stage-line.line-one{top:23%;transform:rotate(-14deg)}.home-stage-line.line-two{top:48%;transform:rotate(10deg)}.home-stage-line.line-three{top:73%;transform:rotate(-8deg)}.home-stage-caption{position:absolute;left:34px;right:34px;bottom:32px;z-index:5;display:flex;align-items:end;justify-content:space-between;gap:18px;padding-top:20px;border-top:1px solid rgba(213,169,72,.18)}.home-stage-caption span{color:var(--muted);font-size:.72rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.home-stage-caption strong{color:var(--gold-light);font-family:Georgia,serif;font-size:1.2rem;font-style:italic;font-weight:500}.home-show-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.home-show-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,6,5,.04),rgba(5,6,5,.12) 38%,rgba(5,6,5,.94) 100%),linear-gradient(90deg,rgba(5,6,5,.22),transparent)}.home-show-featured{position:absolute;left:34px;right:34px;bottom:34px;z-index:5}.home-show-featured strong{display:block;max-width:460px;margin:15px 0 11px;font-size:clamp(1.65rem,3vw,2.7rem);line-height:1.02;letter-spacing:-.045em}.home-show-featured a{display:inline-flex;align-items:center;gap:8px;color:var(--gold-light);font-size:.9rem;font-weight:900}.home-floating-badge{position:absolute;z-index:7;display:flex;align-items:center;gap:11px;min-width:200px;padding:13px 15px;border:1px solid rgba(213,169,72,.27);border-radius:16px;background:rgba(10,11,9,.88);box-shadow:0 18px 50px rgba(0,0,0,.48);backdrop-filter:blur(15px)}.home-floating-badge>span:last-child{display:flex;flex-direction:column;line-height:1.18}.home-floating-badge strong{font-size:.81rem}.home-floating-badge small{margin-top:4px;color:var(--muted);font-size:.7rem}.home-floating-live{right:-2px;top:10px}.home-floating-community{left:-18px;bottom:42px}.home-floating-mark{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:9px;background:linear-gradient(135deg,var(--gold-light),var(--gold));color:#111;font-size:1.1rem;font-weight:950}.home-hero-bottom{position:absolute;left:50%;bottom:22px;z-index:4;display:flex;align-items:center;justify-content:center;gap:16px;transform:translateX(-50%);color:#827e73;font-size:.66rem;font-weight:900;letter-spacing:.19em;text-transform:uppercase}.home-hero-bottom i{width:4px;height:4px;border-radius:50%;background:var(--gold)}
.home-stream-section{position:relative;scroll-margin-top:90px}.home-stream-panel{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);gap:40px;align-items:center;overflow:hidden;padding:clamp(28px,4.5vw,52px);border:1px solid var(--line-strong);border-radius:30px;background:linear-gradient(120deg,rgba(35,27,13,.97),rgba(12,13,11,.98) 58%);box-shadow:0 20px 65px rgba(0,0,0,.24)}.home-stream-panel:before{content:"";position:absolute;right:-80px;top:-120px;width:380px;height:380px;border:44px solid rgba(213,169,72,.045);border-radius:50%}.home-stream-panel:after{content:"";position:absolute;left:0;top:0;width:43%;height:2px;background:linear-gradient(90deg,var(--gold),transparent)}.home-stream-panel>*{position:relative;z-index:1}.home-stream-copy p{max-width:660px;color:var(--muted)}.home-stream-action{justify-self:stretch;padding:22px 0 22px 36px;border-left:1px solid rgba(213,169,72,.18)}.home-stream-action .countdown{font-size:clamp(2rem,4vw,4rem)}.home-channel-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-channel-link{display:grid;grid-template-columns:42px 1fr;column-gap:12px;align-items:center;padding:15px;border:1px solid rgba(213,169,72,.2);border-radius:16px;background:rgba(255,255,255,.025);transition:transform .2s,border-color .2s,background .2s}.home-channel-link:hover{transform:translateY(-3px);border-color:var(--line-strong);background:rgba(213,169,72,.055)}.home-channel-link>span{grid-row:1/3;display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:rgba(213,169,72,.1);color:var(--gold-light);font-size:.71rem;font-weight:950}.home-channel-link strong{font-size:.9rem}.home-channel-link small{color:var(--muted);font-size:.72rem}
.home-section-head{margin-bottom:40px}.home-recipe-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:20px}.home-recipe-card{grid-column:span 4;overflow:hidden;border:1px solid var(--line);border-radius:23px;background:linear-gradient(145deg,rgba(25,27,22,.98),rgba(11,12,10,.98));box-shadow:0 16px 50px rgba(0,0,0,.18)}.home-recipe-card-large{grid-column:span 6}.home-recipe-card a{display:flex;height:100%;flex-direction:column}.home-recipe-image-wrap{position:relative;overflow:hidden}.home-recipe-image-wrap:after{content:"";position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(0deg,rgba(8,9,8,.5),transparent)}.home-recipe-card img{width:100%;aspect-ratio:16/10;object-fit:cover;background:var(--surface);transition:transform .45s ease}.home-recipe-card-large img{aspect-ratio:16/9}.home-recipe-card:hover img{transform:scale(1.035)}.home-recipe-number{position:absolute;right:15px;bottom:12px;z-index:2;color:rgba(255,255,255,.9);font-size:1.15rem;font-weight:950;text-shadow:0 4px 16px #000}.home-recipe-body{display:flex;flex:1;flex-direction:column;padding:22px}.home-recipe-body h3{margin:16px 0 9px}.home-recipe-card-large h3{font-size:clamp(1.5rem,2.4vw,2.15rem)}.home-recipe-body p{margin:0}.home-card-link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:20px;color:var(--gold-light);font-size:.82rem;font-weight:900}.home-card-link span{transition:transform .2s}.home-recipe-card:hover .home-card-link span{transform:translateX(4px)}
.home-community-card{position:relative;display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.18fr) minmax(270px,.72fr);align-items:center;gap:clamp(30px,5vw,72px);overflow:hidden;padding:clamp(30px,5vw,65px);border:1px solid var(--line-strong);border-radius:34px;background:radial-gradient(circle at 16% 50%,rgba(213,169,72,.1),transparent 30%),linear-gradient(135deg,#17150f,#0b0c0a 62%);box-shadow:var(--shadow)}.home-community-card:before{content:"";position:absolute;left:0;top:0;width:45%;height:2px;background:linear-gradient(90deg,var(--gold),transparent)}.home-community-art{position:relative;display:grid;place-items:center;min-height:300px}.home-community-art:before,.home-community-art:after{content:"";position:absolute;border:1px solid rgba(213,169,72,.17);border-radius:50%}.home-community-art:before{width:270px;height:270px}.home-community-art:after{width:215px;height:215px;box-shadow:0 0 0 28px rgba(213,169,72,.025)}.home-community-art img{position:relative;z-index:2;width:min(190px,72%);filter:drop-shadow(0 22px 34px rgba(0,0,0,.55))}.home-community-copy h2{margin-top:14px;font-size:clamp(2.25rem,4.5vw,4.4rem)}.home-community-copy p{max-width:700px;color:var(--muted)}.home-community-points{display:grid;gap:10px}.home-community-points>div{display:grid;grid-template-columns:38px 1fr;gap:0 12px;padding:15px;border:1px solid rgba(213,169,72,.16);border-radius:15px;background:rgba(255,255,255,.02)}.home-community-points span{grid-row:1/3;color:var(--gold);font-size:.72rem;font-weight:950;letter-spacing:.08em}.home-community-points strong{font-size:.88rem}.home-community-points small{margin-top:3px;color:var(--muted);font-size:.72rem}
.home-team-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-team-card{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,rgba(25,27,22,.98),rgba(11,12,10,.98));box-shadow:0 16px 45px rgba(0,0,0,.16)}.home-team-image{position:relative;overflow:hidden}.home-team-image:after{content:"";position:absolute;inset:auto 0 0;height:35%;background:linear-gradient(0deg,rgba(8,9,8,.58),transparent)}.home-team-image img{width:100%;aspect-ratio:1/1.08;object-fit:cover;transition:transform .45s}.home-team-card:hover .home-team-image img{transform:scale(1.035)}.home-team-body{padding:21px}.home-team-body .badge{margin-bottom:14px}.home-team-body h3{margin-bottom:8px}.home-team-body p{margin:0}
@media(max-width:1100px){.home-hero-grid{grid-template-columns:minmax(0,1fr) minmax(350px,.78fr);gap:34px}.home-hero h1{font-size:clamp(3.3rem,5.8vw,5.2rem)}.home-show-frame{min-height:480px}.home-community-card{grid-template-columns:minmax(240px,.65fr) minmax(0,1.35fr)}.home-community-points{grid-column:1/-1;grid-template-columns:repeat(3,1fr)}.home-community-art{min-height:260px}}
@media(max-width:900px){.home-hero{min-height:auto}.home-hero-grid{grid-template-columns:1fr;padding-top:0;padding-bottom:92px}.home-hero-copy{padding:82px 0 20px}.home-hero h1{max-width:760px}.home-hero-lead{max-width:720px}.home-hero-visual{justify-self:center;width:min(100%,620px);padding:42px 42px 10px}.home-show-frame{min-height:540px}.home-hero-glow{right:-48%;top:65%;width:900px}.home-stream-panel{grid-template-columns:1fr}.home-stream-action{padding:25px 0 0;border-top:1px solid rgba(213,169,72,.18);border-left:0}.home-recipe-card,.home-recipe-card-large{grid-column:span 6}.home-community-card{grid-template-columns:1fr}.home-community-art{display:none}.home-community-points{grid-column:auto;grid-template-columns:repeat(3,1fr)}.home-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.home-hero-grid{padding-bottom:78px}.home-hero-copy{padding:62px 0 8px}.home-hero h1{margin-top:17px;font-size:clamp(3.1rem,14vw,4.55rem);line-height:.94}.home-hero-lead{font-size:1rem;line-height:1.65}.home-hero-actions{display:grid;grid-template-columns:1fr}.home-hero-actions .btn{width:100%}.home-hero-proof{grid-template-columns:1fr;gap:12px;margin-top:32px}.home-proof-item small{white-space:normal}.home-hero-visual{padding:36px 8px 14px}.home-show-frame{min-height:430px;border-radius:26px}.home-show-frame:before{inset:11px;border-radius:18px}.home-stage-logo{width:94%}.home-stage-caption{left:24px;right:24px;bottom:24px}.home-floating-badge{min-width:178px;padding:11px 12px}.home-floating-live{right:0;top:10px}.home-floating-community{left:0;bottom:25px}.home-floating-badge small{max-width:145px}.home-hero-bottom{bottom:18px;width:100%;gap:9px;font-size:.56rem;letter-spacing:.12em}.home-stream-panel{padding:25px;border-radius:24px}.home-channel-buttons{grid-template-columns:1fr}.home-recipe-grid{grid-template-columns:1fr}.home-recipe-card,.home-recipe-card-large{grid-column:auto}.home-recipe-card img,.home-recipe-card-large img{aspect-ratio:16/10}.home-community-card{padding:27px;border-radius:25px}.home-community-points{grid-template-columns:1fr}.home-team-grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.home-recipe-card img,.home-team-image img,.home-card-link span,.home-channel-link{transition:none}}

/* Live-Status: Rot und Pulsieren werden ausschließlich bei bestätigtem Livestream verwendet. */
.home-proof-symbol{display:block;color:var(--gold-light);font-size:.72rem;line-height:1;transform:translateX(1px)}
.home-proof-icon.is-live{border-color:rgba(237,48,56,.38);background:rgba(237,48,56,.08)}
.home-status-icon{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border:1px solid rgba(213,169,72,.3);border-radius:9px;background:rgba(213,169,72,.08);color:var(--gold-light);font-size:1rem;font-weight:900}
.home-floating-live.is-offline{border-color:rgba(213,169,72,.24);background:rgba(10,11,9,.9)}
.home-floating-live.is-live{border-color:rgba(237,48,56,.4);background:rgba(31,9,11,.91)}
.home-live-now{max-width:560px;margin:8px 0 4px;color:var(--gold-light);font-size:clamp(1.65rem,3.1vw,2.85rem);font-weight:950;line-height:1.02;letter-spacing:-.045em}
.badge-live .live-dot{width:7px;height:7px;box-shadow:0 0 0 4px rgba(237,48,56,.13)}
