:root{--wood:#392419;--wood2:#6b3b28;--wine:#6c1735;--lilac:#c6afe7;--cream:#f6efe6;--ink:#251710}*{box-sizing:border-box}body{margin:0;background:var(--wood);color:var(--cream);font-family:Arial,sans-serif}header{height:90px;padding:0 clamp(22px,6vw,90px);display:flex;align-items:center;justify-content:space-between;background:#231710;border-bottom:2px solid #9e684a}header span{font-size:10px;letter-spacing:.32em;color:var(--lilac)}.hero{min-height:700px;padding:90px clamp(22px,8vw,125px);display:grid;grid-template-columns:1fr 300px;gap:75px;align-items:center;background:linear-gradient(90deg,#251711 0 14%,transparent 14% 15%,#4d2e20 15% 85%,transparent 85% 86%,#251711 86%),radial-gradient(circle at 70% 25%,#c6afe733,transparent 26%)}.hero small{letter-spacing:.3em;color:var(--lilac)}h1{font-family:Georgia,serif;font-weight:400;font-size:clamp(56px,8vw,114px);line-height:.87;letter-spacing:-.055em;margin:30px 0 35px;max-width:970px}.hero p{font-size:20px;line-height:1.75;max-width:800px;color:#e8ddd3}.hero>img{width:300px;height:300px;object-fit:cover;border:10px solid #2d1c15;outline:1px solid #b17a58;box-shadow:0 28px 70px #160b07}.watch{padding:95px 20px 130px;background:#170f0d}.half{margin:0 auto 22px;text-align:center;letter-spacing:.25em;font-size:10px;color:var(--lilac)}.half,.player{max-width:1100px}.player{position:relative;display:block;aspect-ratio:16/9;margin:auto;overflow:hidden;color:white;border:12px solid #5e3929;border-radius:10px 10px 90px 90px;box-shadow:0 30px 80px #000}.player img{object-fit:cover}.player:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 55%,#130b09e3)}.player span{position:absolute;z-index:2;left:50%;top:46%;translate:-50% -50%;width:90px;height:90px;border-radius:50%;display:grid;place-items:center;background:#6c1735e8;border:2px solid white;font-size:38px;padding-left:5px}.player strong{left:50%;top:63%;translate:-50%;letter-spacing:.11em}.player div,.player strong{position:absolute;z-index:2}.player div{left:35px;right:35px;bottom:20px}.intro{padding:100px clamp(22px,8vw,125px) 48px;background:var(--cream);color:var(--ink)}.intro small{letter-spacing:.35em;color:var(--wine)}.intro h2{font-family:Georgia,serif;font-weight:400;font-size:clamp(44px,6vw,80px);line-height:1;margin:22px 0}.intro h3{color:#735a4e}.brief{padding:0 clamp(22px,7vw,105px) 125px;background:var(--cream);color:var(--ink);display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.brief article{grid-column:span 3;padding:45px;background:white;border-top:8px solid var(--wood2);box-shadow:0 12px 34px #3e271417}.brief article:nth-child(3),.brief article:nth-child(4){background:#e9dff1;border-top-color:var(--lilac)}.brief article:nth-child(5),.brief article:nth-child(6){border-top-color:var(--wine)}.brief em{font-style:normal;font-size:11px;letter-spacing:.3em;color:var(--wine)}.brief h2{font-family:Georgia,serif;font-size:33px;font-weight:400;margin:20px 0 10px}.brief h3,.brief p{font-size:17px}.brief p{line-height:1.75}.brief a{color:var(--wine);font-weight:700;text-decoration-thickness:2px}.faq{padding:95px clamp(22px,8vw,125px);background:#4a2b21}.faq h2{font-family:Georgia,serif;font-size:50px;font-weight:400;margin:0}.faq h3{color:var(--lilac)}details{max-width:900px;padding:25px 0;border-bottom:1px solid #8c6d60}summary{cursor:pointer;font-weight:700}footer{padding:55px clamp(22px,8vw,125px) 125px;display:flex;align-items:center;justify-content:space-between}.live-pill{position:fixed;z-index:9999;left:20px;top:50%;transform:translateY(-50%);padding:20px 25px;background:var(--wine);color:white;text-decoration:none;font-weight:900;border-radius:0 28px 28px 0;box-shadow:0 12px 35px #1f090f88}.live-pill i{display:inline-block;width:11px;height:11px;border-radius:50%;background:var(--lilac);margin-right:12px;animation:flash 1s infinite}.live-pill span{margin-left:20px}@keyframes flash{50%{opacity:.12;box-shadow:0 0 22px white}}@media(max-width:820px){header{height:74px}header span{display:none}.hero{grid-template-columns:1fr;gap:42px;padding-top:55px}h1{font-size:49px}.hero p{font-size:17px}.hero>img{width:min(300px,92%);height:auto}.watch{padding:65px 12px}.player{border-width:6px;border-radius:6px 6px 35px 35px}.player span{width:64px;height:64px}.player strong{font-size:10px;white-space:nowrap}.intro h2{font-size:42px}.brief{grid-template-columns:1fr}.brief article{grid-column:1;padding:32px 25px}.brief h2{font-size:28px}.faq h2{font-size:42px}footer{display:block}.live-pill{left:50%;top:auto;bottom:max(15px,env(safe-area-inset-bottom));transform:translateX(-50%);width:min(92vw,360px);text-align:center;border-radius:28px}}