
:root {
  --bg:#050505;
  --panel:#0a0a0a;
  --panel2:#101010;
  --panel3:#151515;
  --text:#f4f4f2;
  --muted:#b9b9b9;
  --accent:#ff4b0b;
  --accent2:#d93210;
  --line:rgba(255,75,11,.42);
  --soft:rgba(255,255,255,.08);
  --max:1480px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:#050505;color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.55;overflow-x:hidden}
a{color:inherit}
button{font:inherit}
.site-header{position:sticky;top:0;z-index:50;background:rgba(5,5,5,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}
.nav-shell{width:min(var(--max),calc(100% - 48px));margin:auto;min-height:88px;display:grid;grid-template-columns:minmax(280px,1fr) auto minmax(180px,1fr);align-items:center;gap:22px}
.brand{display:flex;align-items:center;gap:14px;text-decoration:none;width:max-content}
.brand-logo{width:62px;height:62px;border-radius:50%;object-fit:cover}
.brand-name{font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;font-size:1.7rem;white-space:nowrap}
.brand-name strong{color:#e93314}
.main-nav{display:flex;align-items:stretch;gap:24px;height:88px}
.main-nav a{display:flex;align-items:center;text-decoration:none;color:#ddd;position:relative;font-size:.88rem}
.main-nav a:hover,.main-nav a.active{color:var(--accent)}
.main-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:7px;height:3px;background:var(--accent)}
.social-links{display:flex;gap:8px;justify-self:end}
.social-links a{width:44px;height:40px;display:grid;place-items:center;text-decoration:none;border:1px solid #333;border-radius:6px;font-weight:900;font-size:.8rem}
.social-links a:hover{border-color:var(--accent);color:var(--accent)}
.menu-toggle{display:none}

.hero{border-bottom:1px solid var(--line);background:#060606}
.hero-shell{width:min(var(--max),calc(100% - 48px));margin:auto;min-height:540px;display:grid;grid-template-columns:46% 54%}
.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:54px 30px 54px 42px;z-index:2}
.eyebrow,.section-kicker{color:var(--accent);font-weight:800;letter-spacing:1px}
.eyebrow{font-size:1.05rem;margin-bottom:14px}
.eyebrow span{margin:0 7px}
.hero h1{font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;line-height:.82;text-transform:uppercase;margin-bottom:26px}
.hero-white{display:block;font-size:clamp(4.2rem,7vw,7.3rem)}
.hero-orange{display:block;width:max-content;font-size:clamp(4.7rem,7.6vw,7.8rem);color:#e63b11;margin-top:12px;margin-left:clamp(210px,18vw,330px);position:relative}
.hero-orange:before,.hero-orange:after{content:"";position:absolute;top:52%;width:85px;height:6px;background:linear-gradient(90deg,transparent,#b72710)}
.hero-orange:before{right:100%;transform:scaleX(-1)}.hero-orange:after{left:100%}
.hero-description{max-width:520px;color:#dedede;font-size:1.16rem;margin-bottom:26px}
.hero-actions{display:flex;gap:15px;flex-wrap:wrap}
.button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:0 25px;border-radius:6px;text-decoration:none;text-transform:uppercase;font-weight:900;font-size:.9rem;transition:.18s ease}
.button:hover{transform:translateY(-2px)}
.button-primary{background:linear-gradient(#ff5c0d,#eb4008);color:#050505;border:1px solid #ff6716}
.button-outline{border:1px solid var(--accent);background:transparent;color:#f2f2f2}
.hero-art {
  min-width: 0;
  background:
    linear-gradient(
      90deg,
      #060606 0%,
      rgba(6,6,6,.80) 7%,
      transparent 24%
    ),
    url("images/hero-juggernaut.png") center / cover no-repeat;
}

.about-section{background:#070707;border-bottom:1px solid var(--line)}
.about-shell{width:min(var(--max),calc(100% - 48px));margin:auto;display:grid;grid-template-columns:25% 55% 20%;min-height:440px}
.about-copy{padding:36px 34px 36px 42px;border-right:1px solid var(--line)}
.about-copy h2,.section-heading h2,.live-header h2,.contact-shell h2{font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;line-height:1;font-size:clamp(2.1rem,3vw,2.9rem);margin:7px 0 18px}
.about-copy p{color:#ddd;font-size:.94rem;margin-bottom:14px;max-width:360px}
.about-visual {
  border-right: 1px solid var(--line);
  overflow: hidden;
  background: #070707;
}

.setup-art {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      90deg,
      rgba(5,5,5,.10),
      transparent 18%,
      transparent 82%,
      rgba(5,5,5,.10)
    ),
    url("images/about-juggernaut-dee.png") center / cover no-repeat;
}
.about-details{padding:38px 24px;display:flex;flex-direction:column;justify-content:center;gap:28px}
.about-details h3{color:var(--accent);font-size:.85rem;text-transform:uppercase;margin-bottom:5px}
.about-details p{font-size:.9rem;color:#ddd}

.section-shell{width:min(var(--max),calc(100% - 48px));margin:auto;padding:88px 42px}
.section-heading{max-width:780px;margin-bottom:40px}
.section-heading>p:last-child{color:var(--muted)}
.create-section{background:radial-gradient(circle at 50% 0%,rgba(255,75,11,.07),transparent 28rem),#090909;border-bottom:1px solid var(--line)}
.create-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.create-card{min-height:280px;padding:30px 25px;border:1px solid #282828;background:#0d0d0d;position:relative;transition:.18s ease}
.create-card>span{position:absolute;right:18px;top:12px;font-family:Impact,sans-serif;font-size:3.5rem;color:#2b2b2b}
.create-card h3{font-family:Impact,sans-serif;text-transform:uppercase;font-size:1.8rem;margin:80px 0 10px}
.create-card p{color:#b9b9b9}
.create-card:hover{border-color:var(--accent);transform:translateY(-4px)}

.projects-section{background:#060606;border-bottom:1px solid var(--line)}
.projects-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:18px}
.project-card{min-height:300px;padding:30px;background:#0b0b0b;border:1px solid #252525;display:flex;flex-direction:column}
.project-card.featured{border-color:rgba(255,75,11,.52)}
.project-card small{color:var(--accent);font-weight:800}
.project-card h3{font-family:Impact,sans-serif;text-transform:uppercase;font-size:2rem;margin:38px 0 12px}
.project-card p{color:#bbb;margin-bottom:20px}
.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}
.tag-row span{border:1px solid #333;padding:5px 8px;font-size:.72rem}
.project-card a{margin-top:auto;color:var(--accent);text-decoration:none;font-weight:800}

.live-section{background:radial-gradient(circle at 65% 40%,rgba(255,75,11,.08),transparent 26rem),#090909;border-bottom:1px solid var(--line)}
.live-header{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:30px}
.status-pill{padding:8px 12px;border:1px solid #3a3a3a;color:#9b9b9b;font-size:.72rem;font-weight:800;letter-spacing:.8px}
.live-grid{display:grid;grid-template-columns:1.55fr .45fr;gap:18px}
.player-placeholder{min-height:460px;border:1px solid rgba(255,75,11,.48);background:linear-gradient(145deg,rgba(255,75,11,.06),transparent 45%),#070707;display:grid;place-items:center;padding:34px}
.player-inner{text-align:center;max-width:600px}
.live-dot{display:inline-block;width:12px;height:12px;border-radius:50%;background:var(--accent);box-shadow:0 0 22px rgba(255,75,11,.7);margin-bottom:16px}
.player-label{font-family:Impact,sans-serif;text-transform:uppercase;font-size:2.3rem;margin-bottom:10px}
.player-subtext{color:var(--muted);margin-bottom:24px}
.player-buttons{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.live-side{border:1px solid #292929;background:#0b0b0b;padding:24px}
.live-side h3{font-family:Impact,sans-serif;text-transform:uppercase;font-size:1.7rem;margin:8px 0 10px}
.live-side>p:not(.section-kicker){color:var(--muted);margin-bottom:20px}
.mini-card{border:1px solid #292929;padding:18px;margin-top:12px;color:#777;background:#080808}

.latest-section{background:#060606;border-bottom:1px solid var(--line)}
.filter-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:26px}
.filter{border:1px solid #333;background:#0b0b0b;color:#bbb;padding:9px 13px;border-radius:5px;cursor:pointer}
.filter.active,.filter:hover{border-color:var(--accent);color:var(--accent)}
.latest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.latest-card{min-height:220px;border:1px solid #292929;background:#0b0b0b;padding:26px}
.latest-card small{color:var(--accent);font-weight:800}
.latest-card h3{font-family:Impact,sans-serif;text-transform:uppercase;font-size:1.7rem;margin:38px 0 10px}
.latest-card p{color:var(--muted)}

.creator-section{background:#090909;border-bottom:1px solid var(--line)}
.creator-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #292929;border-left:1px solid #292929;margin-bottom:28px}
.creator-card{min-height:110px;padding:22px;border-right:1px solid #292929;border-bottom:1px solid #292929;text-decoration:none;display:flex;flex-direction:column;justify-content:space-between;transition:.18s ease}
.creator-card:hover{background:rgba(255,75,11,.07)}
.creator-card strong{font-family:Impact,sans-serif;font-size:1.65rem;text-transform:uppercase}
.creator-card span{color:var(--accent);font-size:.84rem;font-weight:800}
.feature-pair{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}
.feature-card{min-height:300px;padding:30px;border:1px solid #292929;background:#0b0b0b;display:flex;flex-direction:column;align-items:flex-start}
.feature-card h3,.support-strip h3{font-family:Impact,sans-serif;text-transform:uppercase;font-size:2rem;margin:10px 0}
.feature-card p:not(.section-kicker){color:var(--muted);max-width:520px;margin-bottom:24px}
.feature-card .button{margin-top:auto}
.radio-card{background:radial-gradient(circle at 80% 20%,rgba(255,75,11,.13),transparent 18rem),#0b0b0b}
.support-strip{display:flex;justify-content:space-between;gap:30px;align-items:center;border:1px solid rgba(255,75,11,.4);background:#080808;padding:28px 30px}
.support-strip>div:first-child p:last-child{color:var(--muted);max-width:650px}
.support-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}

.contact-section{padding:110px 24px;background:radial-gradient(circle,rgba(255,75,11,.08),transparent 28rem),#060606}
.contact-shell{width:min(850px,100%);margin:auto;text-align:center}
.contact-shell h2{font-size:clamp(2.8rem,5.5vw,5rem)}
.contact-shell>p:not(.section-kicker){color:var(--muted);max-width:680px;margin:0 auto 30px}
.site-footer{padding:28px 24px;background:#050505;border-top:1px solid #222}
.footer-shell{width:min(var(--max),calc(100% - 48px));margin:auto;display:flex;justify-content:space-between;align-items:center;gap:30px}
.footer-brand{display:flex;align-items:center;gap:10px;font-family:Impact,sans-serif}
.footer-brand img{width:42px;height:42px;border-radius:50%}
.footer-shell>p{color:#777;font-size:.82rem}

@media(max-width:1250px){
  .nav-shell{grid-template-columns:1fr auto}
  .main-nav{order:3;grid-column:1/-1;justify-content:center;height:52px}
  .social-links{grid-column:2;grid-row:1}
  .about-shell{grid-template-columns:34% 66%}
  .about-details{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}
  .create-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:900px){
  .site-header{position:relative}
  .nav-shell{width:min(100% - 30px,var(--max));grid-template-columns:1fr auto}
  .social-links{display:none}
  .menu-toggle{display:flex;width:44px;height:42px;flex-direction:column;justify-content:center;gap:5px;background:transparent;border:1px solid #333;border-radius:6px;padding:0 10px}
  .menu-toggle span{height:2px;background:var(--accent)}
  .main-nav{display:none;grid-column:1/-1;height:auto;padding:10px 0 18px;flex-wrap:wrap;gap:20px}
  .main-nav.open{display:flex}
  .main-nav a.active:after{display:none}
  .hero-shell{width:100%;grid-template-columns:1fr}
  .hero-copy {
  min-height: 540px;
  padding: 60px 30px;
  background:
    linear-gradient(
      90deg,
      rgba(4,4,4,.98),
      rgba(4,4,4,.72)
    ),
    url("images/hero-juggernaut.png") center / cover no-repeat;
}
  .hero-art{display:none}
  .hero-orange{margin-left:70px}
  .about-shell{width:100%;grid-template-columns:1fr}
  .about-copy{border-right:0;border-bottom:1px solid var(--line);padding:42px 30px}
  .about-visual{min-height:380px;border-bottom:1px solid var(--line)}
  .about-details{grid-template-columns:1fr}
  .section-shell{padding:70px 30px}
  .projects-grid,.live-grid{grid-template-columns:1fr}
  .latest-grid{grid-template-columns:1fr}
  .creator-grid{grid-template-columns:repeat(2,1fr)}
  .feature-pair{grid-template-columns:1fr}
  .support-strip{align-items:flex-start;flex-direction:column}
  .support-actions{justify-content:flex-start}
}

@media(max-width:600px){
  .brand-name{font-size:1rem}
  .brand-logo{width:48px;height:48px}
  .hero-copy{padding:54px 22px}
  .hero-white{font-size:clamp(3.4rem,18vw,5rem)}
  .hero-orange{font-size:clamp(4rem,22vw,6rem);margin-left:28px}
  .hero-actions,.player-buttons,.support-actions{flex-direction:column}
  .button{width:100%}
  .section-shell{width:100%;padding:60px 22px}
  .create-grid,.creator-grid{grid-template-columns:1fr}
  .about-visual{min-height:300px}
  .live-header{align-items:flex-start;flex-direction:column}
  .footer-shell{flex-direction:column;text-align:center}
}
/* =========================================
   V3.1.1 VISUAL POLISH
   Paste this at the VERY END of style.css
   ========================================= */

/* 1) Give the hero artwork more breathing room */
.hero-art {
  background:
    linear-gradient(
      90deg,
      #060606 0%,
      rgba(6, 6, 6, .80) 8%,
      rgba(6, 6, 6, .18) 28%,
      transparent 48%
    ),
    url("images/hero-juggernaut.png") 58% center / 88% auto no-repeat;
  background-color: #060606;
}

/* 2) Open up the About portrait framing */
.setup-art {
  background:
    linear-gradient(
      90deg,
      rgba(5, 5, 5, .12),
      transparent 16%,
      transparent 84%,
      rgba(5, 5, 5, .12)
    ),
    url("images/about-juggernaut-dee.png") center 44% / 100% auto no-repeat;
  background-color: #070707;
}

/* 3) Tighten the middle of the page slightly */
.projects-section .section-shell,
.live-section .section-shell {
  padding-top: 72px;
  padding-bottom: 72px;
}

.latest-section .section-shell {
  padding-top: 76px;
  padding-bottom: 76px;
}

/* 4) Make Contact feel intentional instead of oversized */
.contact-section {
  padding-top: 76px;
  padding-bottom: 76px;
}

.contact-shell > p:not(.section-kicker) {
  margin-bottom: 24px;
}

/* Keep the polish responsive */
@media (max-width: 900px) {
  .hero-copy {
    background:
      linear-gradient(
        90deg,
        rgba(4, 4, 4, .98),
        rgba(4, 4, 4, .82) 48%,
        rgba(4, 4, 4, .48)
      ),
      url("images/hero-juggernaut.png") 62% center / cover no-repeat;
  }

  .setup-art {
    background-size: cover;
    background-position: center 42%;
  }

  .projects-section .section-shell,
  .live-section .section-shell,
  .latest-section .section-shell {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .contact-section {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}

@media (max-width: 600px) {
  .contact-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }
}
/* =========================================
   V3.2A — REAL TWITCH PLAYER
   Paste at the VERY END of style.css
   ========================================= */

.twitch-player-wrap {
  min-width: 0;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 75, 11, .48);
  background: #070707;
}

.twitch-player {
  display: block;
  width: 100%;
  min-width: 400px;
  height: 460px;
  border: 0;
  background: #000;
}

.twitch-player-footer {
  min-height: 76px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 75, 11, .35);
  background: #090909;
}

.twitch-player-footer > div:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-size: .82rem;
  letter-spacing: .5px;
}

.twitch-player-footer .live-dot {
  margin: 0;
  flex: 0 0 auto;
}

.twitch-player-footer .player-buttons {
  justify-content: flex-end;
}

@media (max-width: 900px) {
  .twitch-player {
    min-width: 0;
    height: min(56.25vw, 500px);
    min-height: 300px;
  }

  .twitch-player-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .twitch-player-footer .player-buttons {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .twitch-player-wrap {
    min-height: 0;
  }

  .twitch-player {
    width: 100%;
    min-width: 0;
    height: 300px;
  }

  .twitch-player-footer {
    padding: 16px;
  }
}
