
:root{
      --bg:#0A0B0F;
      --bg-soft:#0F1117;
      --text:#E8EAF2;
      --muted:#9CA3AF;
      --accent:#00A9FF;
      --accent-2:#00D1B2;
      --glass: rgba(15,17,23,0.55);
      --line: rgba(255,255,255,0.08);
      --shadow: 0 20px 60px rgba(0,0,0,0.6);
    }
    *{box-sizing:border-box}
    html,body{margin:0;padding:0;background:linear-gradient(160deg, #02040a 0%, #0a1122 100%);background-attachment:fixed;color:var(--text);font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;scroll-behavior:smooth}
    a{color:inherit;text-decoration:none}
    /* Fixed translucent menu */
    .nav{
      position:fixed;top:16px;left:50%;transform:translateX(-50%);
      width:min(1100px,92vw);height:64px;border-radius:16px;
      backdrop-filter: blur(14px) saturate(130%);
      background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.0));
      border:1px solid rgba(255,255,255,0.08);
      display:flex;align-items:center;justify-content:space-between;
      padding:0 14px;z-index:50;box-shadow: var(--shadow);
    }
    .brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:.4px}
    .brand .dot{width:10px;height:10px;border-radius:50%;background: radial-gradient(circle at 35% 35%, #58c9ff, #00A9FF 60%, #005c8a)}
    .brand small{display:block;color:var(--muted);font-weight:500;font-size:11px;margin-top:2px}
    .menu{display:flex;gap:6px}
    .menu a{
      padding:10px 14px;border-radius:12px;color:#d9dcec;border:1px solid transparent;
      transition:.25s ease; font-weight:600; font-size:14px;
    }
    .menu a:hover{border-color:rgba(255,255,255,0.12);background:rgba(255,255,255,0.03)}
    .cta{
      padding:10px 14px;border-radius:12px;background:linear-gradient(135deg, var(--accent), #0077b3);
      color:white;font-weight:800;box-shadow:0 10px 30px rgba(0, 169, 255,.25);border:1px solid rgba(255,255,255,0.08)
    }
    /* Sections */
    section{position:relative;padding:120px 0;border-top:1px solid var(--line)}
    .container{width:min(1100px,92vw);margin:0 auto}
    .kicker{color:var(--accent-2);font-weight:800;letter-spacing:.28em;text-transform:uppercase;font-size:12px}
    h1,h2{margin:8px 0 10px}
    h1{font-size:clamp(38px,6vw,68px);line-height:1.04;font-weight:900;letter-spacing:-.02em}
    h2{font-size:clamp(28px,4.2vw,40px);line-height:1.1;font-weight:900;letter-spacing:-.01em}
    p{color:#cfd3df;font-size:18px;line-height:1.7;max-width:800px}
    .muted{color:var(--muted)}
    /* Hero */
    #home{padding:180px 0 140px;border-top:none;overflow:hidden}
    .hero{
      display:grid;grid-template-columns:1.25fr .75fr;gap:40px;align-items:center
    }
    .hero-visual{
      position:relative;aspect-ratio:4/3;border-radius:20px;overflow:hidden;
      border:1px solid rgba(255,255,255,0.08); box-shadow: var(--shadow)
    }
    .hero-visual img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 20%;
      filter: contrast(95%) brightness(105%);
    }
    .hero-copy .tag{
      display:inline-block;margin:10px 0 18px;padding:8px 12px;border-radius:999px;
      background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.1); color:#e6e6ff; font-weight:700
    }
    .hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:16px}
    .btn{
      display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border-radius:14px;
      border:1px solid rgba(255,255,255,0.12); background:rgba(255,255,255,0.03); color:#eef;
      font-weight:700; transition:.25s ease; box-shadow:0 10px 30px rgba(0,0,0,.25)
    }
    .btn:hover{transform:translateY(-2px); border-color:rgba(255,255,255,0.2)}
    .btn.primary{background:linear-gradient(135deg,#1ed760,#13b05a); color:#001b0a; border-color:rgba(255,255,255,0.18)}
    .btn.youtube{background:linear-gradient(135deg,#ff3355,#e80202); color:#fff}
    .quote {
      margin: 24px 0;
      padding-left: 20px;
      border-left: 3px solid var(--accent);
      background: rgba(0, 169, 255, 0.05);
      border-radius: 0 8px 8px 0;
      padding: 16px 20px;
    }
    .quote p {
      font-size: 16px;
      font-style: italic;
      color: #c0c5d6;
      margin: 0 0 10px;
      max-width: 100%;
    }
    .quote footer {
      font-size: 14px;
      font-weight: 600;
      color: var(--muted);
      text-align: right;
    }
    /* Listen grid */
    .tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
    .tile{
      position:relative;border-radius:16px;overflow:hidden;background:linear-gradient(180deg,#0f1218,#0b0d12);
      border:1px solid rgba(255,255,255,0.08); padding:18px; min-height:120px;
      transition:.25s ease; box-shadow: var(--shadow)
    }
    .tile:hover{transform:translateY(-4px); border-color:rgba(255,255,255,0.18)}
    .tile h3{margin:0 0 8px;font-size:18px}
    .tile p{margin:0;color:var(--muted);font-size:14px}
    /* Media strip */
    .media-rail{display:flex;gap:16px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory}
    .card{
      flex:0 0 360px; scroll-snap-align:start; border-radius:16px; overflow:hidden;
      background:#0c0f15; border:1px solid rgba(255,255,255,0.08); box-shadow: var(--shadow)
    }
    .thumb{width:100%;aspect-ratio:16/9;background:#111}
    .card-body{padding:12px 14px}
    .card-body h4{margin:2px 0 6px;font-size:16px}
    .card-body p{margin:0;color:var(--muted);font-size:14px}
    /* Watch embeds */
    .video-hero{position:relative;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,0.1);box-shadow:var(--shadow)}
    .video-hero iframe{width:100%;height:62vh;min-height:360px;display:block}
    /* Connect */
    .socials{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
    .pill{
      padding:10px 12px;border:1px solid rgba(255,255,255,0.12);border-radius:999px;background:rgba(255,255,255,0.03);font-weight:700
    }
    .subscribe{
      margin-top:22px;display:flex;gap:10px;flex-wrap:wrap
    }
    input[type="email"]{
      background:#0c0f14;border:1px solid rgba(255,255,255,0.12);color:#e9ecf6;padding:12px 14px;border-radius:12px;min-width:260px
    }
    .sub-btn{background:linear-gradient(135deg,var(--accent), #0077b3);border:none;color:white;padding:12px 16px;border-radius:12px;font-weight:800}
    /* Reveal animations */
    .reveal{opacity:0; transform: translateY(18px); transition: .8s ease}
    .reveal.show{opacity:1; transform: translateY(0)}

    /* Staggered animation delays for listen tiles */
    .tiles .reveal:nth-child(2) { transition-delay: 100ms; }
    .tiles .reveal:nth-child(3) { transition-delay: 200ms; }
    .tiles .reveal:nth-child(4) { transition-delay: 300ms; }
    .tiles .reveal:nth-child(5) { transition-delay: 400ms; }
    .tiles .reveal:nth-child(6) { transition-delay: 500ms; }

    /* Mobile */
    @media (max-width: 900px){
      .hero{grid-template-columns:1fr;gap:24px}
      .tiles{grid-template-columns:1fr 1fr}
      .menu{display:none}
    }
    @media (max-width: 560px){
      .tiles{grid-template-columns:1fr}
      .video-hero iframe{height:46vh}
    }