:root {
  --navy: #07111f;
  --navy-2: #0c1a30;
  --gold: #f5c518;
  --gold-2: #ffd54a;
  --cream: #f7f1de;
  --ink: #e8eef8;
  --muted: #9bb0c9;
  --card: rgba(18, 36, 63, 0.78);
  --line: rgba(245, 197, 24, 0.28);
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: Manrope, system-ui, sans-serif; background: var(--navy); color: var(--ink); min-height: 100vh; overflow-x: hidden; }
.bg { position: fixed; inset: 0; z-index: -1; background: radial-gradient(900px 500px at 15% -10%, rgba(245,197,24,.16), transparent 55%), radial-gradient(800px 500px at 90% 10%, rgba(56,140,255,.18), transparent 50%), var(--navy); }
.bg::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px); background-size: 28px 28px; opacity: .25; pointer-events: none; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); background: rgba(7,17,31,.78); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 0; flex-wrap: wrap; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; }
.brand img { width: 48px; height: 48px; border-radius: 50%; border: 2px solid var(--gold); object-fit: cover; }
.nav-links { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.nav-links a { padding: 8px 12px; border-radius: 999px; color: var(--muted); font-weight: 700; font-size: .92rem; }
.nav-links a:hover, .nav-links a.active { color: var(--cream); background: rgba(245,197,24,.1); }
.menu-toggle { display: none; background: transparent; color: var(--cream); border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; font-weight: 800; cursor: pointer; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border-radius: 999px; font-weight: 800; border: 0; cursor: pointer; }
.btn-gold { background: linear-gradient(180deg, var(--gold-2), var(--gold)); color: #1a1200; }
.btn-ghost { background: transparent; color: var(--cream); border: 1px solid var(--line); }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 36px; align-items: start; padding: 56px 0 28px; }
.kicker { color: var(--gold); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; font-size: .78rem; margin-bottom: 12px; }
h1,h2,h3 { font-family: "Bebas Neue", Manrope, sans-serif; }
h1 { font-size: clamp(3.2rem, 8vw, 6.4rem); line-height: .88; color: #fff; }
h1 span { color: var(--gold); display: block; }
h2 { font-size: clamp(2.2rem, 5vw, 3.6rem); color: #fff; margin-bottom: 10px; }
.lede { color: var(--muted); font-size: 1.08rem; max-width: 52ch; margin: 18px 0 26px; line-height: 1.6; }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-art { position: relative; border-radius: 28px; overflow: visible; box-shadow: var(--shadow); border: 1px solid var(--line); background: var(--navy-2); }
.hero-art img.hero-banner { width: 100%; height: auto; max-height: none; object-fit: contain; object-position: center; display: block; border-radius: 28px; }
section { padding: 64px 0; }
.section-head { margin-bottom: 28px; }
.section-head p { color: var(--muted); max-width: 60ch; line-height: 1.6; }
.section-head p + p { margin-top: 12px; }
.grid-3 { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.card { background: var(--card); border: 1px solid var(--line); border-radius: 22px; padding: 20px; box-shadow: var(--shadow); }
.card h3 { font-size: 1.7rem; margin: 8px 0; }
.card p { color: var(--muted); line-height: 1.55; }
.video-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 18px; }
.embed-wrap { position: relative; padding-top: 56.25%; border-radius: 20px; overflow: hidden; border: 1px solid var(--line); background: #000; }
.embed-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-list { display: grid; gap: 12px; }
.video-item { display: grid; grid-template-columns: 148px 1fr; gap: 12px; background: var(--card); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.video-item img { width: 148px; height: 84px; object-fit: cover; }
.video-item h3 { font-size: 1.15rem; }
.video-item p { color: var(--muted); font-size: .86rem; margin-top: 4px; }
.after-block { margin-top: 22px; display: flex; gap: 12px; flex-wrap: wrap; }
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product { display: flex; flex-direction: column; min-height: 280px; }
.product img { border-radius: 14px; margin-bottom: 12px; aspect-ratio: 16/9; object-fit: cover; }
.product .emoji { font-size: 2rem; }
.product .btn { margin-top: auto; width: 100%; }
.about-grid { display: grid; grid-template-columns: 180px 1fr; gap: 28px; align-items: center; }
.about-badge { width: 180px; height: 180px; border-radius: 50%; border: 3px solid var(--gold); object-fit: cover; }
.notice { margin-top: 22px; color: var(--muted); font-size: .88rem; line-height: 1.55; }
footer { border-top: 1px solid var(--line); padding: 28px 0 40px; color: var(--muted); }
.foot { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; align-items: center; }
.foot-links { display: flex; gap: 16px; }
.foot-links a:hover { color: var(--gold); }
@media (max-width: 860px) {
  .hero, .video-grid, .grid-3, .shop-grid, .about-grid { grid-template-columns: 1fr; }
  .video-item { grid-template-columns: 120px 1fr; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .nav-links { display: none; width: 100%; }
  .nav.open .nav-links { display: flex; }
  .about-badge { width: 120px; height: 120px; }
}
