*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  :root { --red: #C8102E; --red2: #E02040; --white: #fff; }
  html, body { width: 100%; overflow-x: hidden; background: #080000; }

  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 60px; height: 56px; background: rgba(12,5,5,0.97); border-bottom: 1px solid rgba(255,255,255,0.06); transition: background 0.4s; }
  nav.solid { background: rgba(12,5,5,0.99); }
  .logo { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; letter-spacing: 0.01em; color: #fff; text-decoration: none; }
  .logo span { color: var(--red2); }
  .nav-links { display: flex; gap: 40px; list-style: none; }
  .nav-links a { font-family: 'DM Sans', sans-serif; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.7); text-decoration: none; transition: color 0.2s; }
  .nav-links a:hover, .nav-links a.active { color: #fff; font-weight: 500; }
  .nav-cta { font-family: 'DM Sans', sans-serif; font-size: 10.5px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--red2); border: 1px solid rgba(200,16,46,0.6); padding: 9px 22px; text-decoration: none; transition: all 0.3s; }
  .nav-cta:hover { background: var(--red); color: #fff; border-color: var(--red); }

  .hero { position: relative; width: 100%; height: 100vh; overflow: hidden; }
  .slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.6s ease; }
  .slide.active { opacity: 1; z-index: 2; }
  .slide.leaving { opacity: 0; z-index: 1; }
  .slide-bg { position: absolute; inset: 0; width: 100%; height: 100%; }
  .slide-bg-svg { position: absolute; inset: 0; width: 100%; height: 100%; }
  .slide.active .slide-bg, .slide.active .slide-bg-svg { animation: kb 10s ease-in-out forwards; }
  @keyframes kb { from { transform: scale(1); } to { transform: scale(1.08); } }
  .ov { position: absolute; inset: 0; z-index: 1; }

  .content { position: absolute; z-index: 3; top: 50%; left: 8%; transform: translateY(-50%); max-width: 640px; }
  .tag { font-family: 'DM Sans', sans-serif; font-size: 10px; font-weight: 500; letter-spacing: 0.26em; text-transform: uppercase; color: var(--red2); margin-bottom: 16px; opacity: 0; transform: translateY(16px); transition: opacity 0.7s 0.3s, transform 0.7s 0.3s; }
  .hl { font-family: 'Playfair Display', serif; font-size: clamp(28px, 3.8vw, 58px); font-weight: 600; line-height: 1.1; color: #fff; margin-bottom: 16px; opacity: 0; transform: translateY(22px); transition: opacity 0.8s 0.5s, transform 0.8s 0.5s; }
  .sub { font-family: 'Cormorant Garamond', serif; font-size: clamp(15px, 1.45vw, 20px); font-weight: 300; line-height: 1.68; color: rgba(255,255,255,0.82); margin-bottom: 12px; opacity: 0; transform: translateY(16px); transition: opacity 0.8s 0.65s, transform 0.8s 0.65s; }
  .sub2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(13px, 1.2vw, 16px); font-weight: 300; line-height: 1.6; color: rgba(255,255,255,0.6); margin-bottom: 30px; opacity: 0; transform: translateY(14px); transition: opacity 0.8s 0.75s, transform 0.8s 0.75s; }
  .cta { display: inline-flex; align-items: center; gap: 12px; font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: #fff; text-decoration: none; border-bottom: 1px solid var(--red2); padding-bottom: 4px; opacity: 0; transition: opacity 0.8s 0.9s, gap 0.3s, color 0.3s; }
  .cta:hover { gap: 18px; color: var(--red2); }
  .divider { width: 0; height: 1px; background: var(--red2); margin-bottom: 20px; opacity: 0; transition: opacity 0.5s 0.3s, width 1s 0.4s; }
  .slide.active .tag, .slide.active .hl, .slide.active .sub, .slide.active .sub2, .slide.active .cta { opacity: 1; transform: translateY(0); }
  .slide.active .divider { opacity: 0.6; width: 60px; }

  .slide-nav { position: absolute; bottom: 40px; left: 8%; display: flex; gap: 10px; z-index: 10; }
  .dot { width: 28px; height: 2px; background: rgba(255,255,255,0.18); cursor: pointer; transition: width 0.4s, background 0.3s; position: relative; overflow: hidden; }
  .dot.active { background: var(--red); width: 50px; }
  .dot-fill { position: absolute; inset: 0; left: -100%; background: rgba(255,120,120,0.45); }
  .dot.active .dot-fill { transition: left 7s linear; left: 0; }
  .counter { position: absolute; bottom: 36px; right: 60px; z-index: 10; font-family: 'DM Sans', sans-serif; font-size: 11px; letter-spacing: 0.1em; color: rgba(255,255,255,0.38); }
  .counter .n { font-size: 19px; font-weight: 300; color: #fff; }
  .scroll-hint { position: absolute; bottom: 38px; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; flex-direction: column; align-items: center; gap: 8px; font-family: 'DM Sans', sans-serif; font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.3); }
  .scroll-line { width: 1px; height: 32px; background: linear-gradient(to bottom, rgba(255,255,255,0.3), transparent); animation: sl 2s infinite; }
  @keyframes sl { 0%,100%{opacity:.35} 50%{opacity:.9} }

  /* Per-slide accent colour overrides */
  #s0 .tag { color: #E02040; }
  #s0 .divider { background: #E02040; }
  #s0 .cta { border-color: rgba(224,32,64,0.7); color: #fff; }
  #s0 .cta:hover { color: #E02040; }

  #s1 .tag { color: #D4700A; }
  #s1 .divider { background: #D4700A; }
  #s1 .cta { border-color: rgba(212,112,10,0.7); color: #fff; }
  #s1 .cta:hover { color: #D4700A; }

  #s2 .tag { color: #9B40E0; }
  #s2 .divider { background: #9B40E0; }
  #s2 .cta { border-color: rgba(155,64,224,0.7); color: #fff; }
  #s2 .cta:hover { color: #9B40E0; }

  #s3 .tag { color: #C9A84C; }
  #s3 .divider { background: #C9A84C; }
  #s3 .cta { border-color: rgba(201,168,76,0.7); color: #fff; }
  #s3 .cta:hover { color: #C9A84C; }

  #s4 .tag { color: #00C8A8; }
  #s4 .divider { background: #00C8A8; }
  #s4 .cta { border-color: rgba(0,200,168,0.7); color: #fff; }
  #s4 .cta:hover { color: #00C8A8; }

  #s5 .tag { color: #4090FF; }
  #s5 .divider { background: #4090FF; }
  #s5 .cta { border-color: rgba(64,144,255,0.7); color: #fff; }
  #s5 .cta:hover { color: #4090FF; }