
:root{
  --black:#050505;
  --black2:#090b09;
  --panel:#0d100d;
  --lime:#b8ff00;
  --lime2:#77ff00;
  --white:#f7f7f5;
  --muted:#a4aaa4;
  --line:rgba(184,255,0,.22);
  --line-white:rgba(255,255,255,.09);
  --shadow:0 26px 80px rgba(0,0,0,.5);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--white);
  background:
    radial-gradient(circle at 77% 4%,rgba(184,255,0,.10),transparent 24%),
    #050505;
  font-family:"Barlow Condensed",Arial,Helvetica,sans-serif;
  overflow-x:hidden;
}
body:before{
  content:"";
  position:fixed;inset:0;z-index:-1;pointer-events:none;
  background-image:
    linear-gradient(rgba(184,255,0,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(184,255,0,.018) 1px,transparent 1px);
  background-size:52px 52px;
  mask-image:linear-gradient(to bottom,#000,transparent 80%);
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.shell{width:min(1240px,calc(100% - 40px));margin:auto}
.site-header{
  position:sticky;top:0;z-index:50;
  border-bottom:1px solid rgba(255,255,255,.07);
  background:rgba(5,5,5,.84);
  backdrop-filter:blur(18px);
}
.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:9px;font-weight:1000;letter-spacing:.09em;font-size:.93rem}
.brand b{color:var(--lime)}
.gc-crown{font-size:1.45rem;color:var(--lime);filter:drop-shadow(0 0 9px rgba(184,255,0,.35))}
.desktop-nav{display:flex;gap:24px;font-size:.89rem;color:#d0d4d0}
.desktop-nav a:hover{color:var(--lime)}
.top-live{display:inline-flex;align-items:center;gap:9px;font-weight:900;font-size:.86rem;text-transform:uppercase}
.live-dot{width:9px;height:9px;background:var(--lime);border-radius:50%;box-shadow:0 0 15px var(--lime)}
.hero{
  position:relative;
  padding:58px 0 22px;
  min-height:780px;
  overflow:hidden;
}
.hero:after{
  content:"";
  position:absolute;inset:auto -10% -160px -10%;height:300px;
  background:linear-gradient(175deg,transparent 0 48%,rgba(184,255,0,.10) 48.5% 49%,#050505 49.5%);
  pointer-events:none;
}
.hero-lines{
  position:absolute;inset:0;pointer-events:none;opacity:.35;
  background:
    linear-gradient(120deg,transparent 0 62%,rgba(184,255,0,.18) 62.2% 62.45%,transparent 62.7%),
    linear-gradient(120deg,transparent 0 70%,rgba(184,255,0,.09) 70.2% 70.4%,transparent 70.6%);
}
.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center;min-height:620px}
.pretitle,.section-kicker{color:var(--lime);font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;font-weight:1000}
.hero h1{
  position:relative;
  margin:10px 0 20px;
  font-family:"Anton",Impact,"Arial Black",sans-serif;
  text-transform:uppercase;
  line-height:.78;
  letter-spacing:-.045em;
  width:max-content;
}
.hero h1 span,.hero h1 strong{display:block;font-size:clamp(4.3rem,8.7vw,8.9rem)}
.hero h1 strong{color:var(--lime);text-shadow:0 0 28px rgba(184,255,0,.15)}
.hero h1 em{
  position:absolute;right:-.75em;bottom:-.02em;
  font-style:normal;font-size:clamp(4.5rem,9vw,9.4rem);
  color:#fff;-webkit-text-stroke:2px #111;text-shadow:7px 7px 0 rgba(184,255,0,.55);
  transform:rotate(-4deg);
}
.hero-intro{max-width:610px;color:#c6ccc6;font-size:1.14rem;line-height:1.65}
.hero-intro b{color:white}
.hero-ctas{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.button{
  min-height:48px;padding:0 20px;border-radius:12px;
  display:inline-flex;align-items:center;justify-content:center;
  font-weight:1000;text-transform:uppercase;font-size:.82rem;letter-spacing:.03em;
  border:1px solid transparent;transition:.2s ease
}
.button:hover{transform:translateY(-2px)}
.button.primary{background:linear-gradient(135deg,var(--lime),var(--lime2));color:#061000;box-shadow:0 10px 30px rgba(184,255,0,.13)}
.button.secondary{border-color:rgba(255,255,255,.13);background:rgba(255,255,255,.04)}
.button.secondary:hover{border-color:var(--line);color:var(--lime)}
.hero-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:25px}
.hero-tags span{padding:6px 9px;border-radius:999px;border:1px solid rgba(255,255,255,.09);font-size:.72rem;color:#cfd5cf;background:rgba(255,255,255,.025);font-weight:800}
.hero-visual{position:relative;min-height:610px;display:grid;place-items:center}
.hero-visual img{width:min(100%,680px);filter:drop-shadow(0 34px 55px rgba(0,0,0,.62))}
.logo-glow{position:absolute;width:72%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(184,255,0,.25),rgba(184,255,0,.02) 55%,transparent 70%);filter:blur(20px);z-index:-1}
.social-ribbon{
  position:relative;z-index:4;
  display:grid;grid-template-columns:repeat(6,1fr);
  border:1px solid var(--line-white);border-radius:18px;overflow:hidden;
  background:rgba(9,11,9,.92);box-shadow:var(--shadow)
}
.social-ribbon a{
  min-height:68px;display:flex;align-items:center;justify-content:center;gap:9px;
  border-right:1px solid var(--line-white);font-weight:900;font-size:.82rem;
  transition:.18s
}
.social-ribbon a:last-child{border-right:0}
.social-ribbon a:hover{background:rgba(184,255,0,.08);color:var(--lime)}
.social-mark{width:30px;height:30px;border-radius:9px;border:1px solid var(--line);display:grid;place-items:center;color:var(--lime);font-size:.65rem}
.section{padding:82px 0}
.section-dark{background:linear-gradient(180deg,#070907,#030403);border-block:1px solid rgba(255,255,255,.06)}
.section-heading{margin-bottom:30px}
.split-heading{display:flex;align-items:end;justify-content:space-between;gap:28px}
.section-heading h2,.ppr-copy h2,.contact-copy h2{
  margin:7px 0 0;font-family:"Anton",Impact,"Arial Black",sans-serif;font-size:clamp(2.7rem,5.8vw,5rem);line-height:.9;text-transform:uppercase;letter-spacing:-.025em
}
.section-heading p{max-width:570px;color:var(--muted);line-height:1.6;margin:0}
.center-heading{text-align:center}.center-heading p{margin:10px auto 0}
.link-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.link-card{
  min-height:188px;border-radius:var(--radius);border:1px solid var(--line-white);
  background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.015));
  padding:22px;display:grid;grid-template-columns:auto 1fr auto;gap:17px;align-items:start;
  box-shadow:var(--shadow);transition:.2s ease;position:relative;overflow:hidden
}
.link-card:after{content:"";position:absolute;width:160px;height:160px;border-radius:50%;right:-70px;bottom:-85px;background:radial-gradient(circle,rgba(184,255,0,.16),transparent 68%)}
.link-card:hover{border-color:var(--line);transform:translateY(-3px)}
.card-icon{width:46px;height:46px;border-radius:13px;border:1px solid var(--line);background:rgba(184,255,0,.07);display:grid;place-items:center;color:var(--lime);font-weight:1000}
.link-card span{font-size:.68rem;letter-spacing:.12em;color:var(--lime);font-weight:1000}
.link-card h3{font-size:1.45rem;margin:4px 0 6px}
.link-card p{font-size:.88rem;color:var(--muted);line-height:1.5;margin:0}
.link-card b{color:var(--lime);font-size:1.2rem}
.content-pair{display:grid;grid-template-columns:1.35fr .65fr;gap:15px}
.stream-panel,.ppr-mini{border:1px solid var(--line-white);border-radius:26px;overflow:hidden;background:#070807;box-shadow:var(--shadow)}
.panel-head{min-height:80px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(90deg,rgba(184,255,0,.11),rgba(255,255,255,.015))}
.panel-head h3{margin:4px 0 0;font-size:1.3rem}
.panel-head a{color:var(--lime);font-weight:900;font-size:.82rem}
.twitch-frame{aspect-ratio:16/9;background:#000}.twitch-frame iframe{width:100%;height:100%;border:0}
.ppr-mini{padding:22px;display:flex;flex-direction:column;justify-content:space-between;background:radial-gradient(circle at 50% 24%,rgba(184,255,0,.11),transparent 35%),#080a08}
.ppr-mini img{max-height:350px;object-fit:contain;margin:0 auto 14px}
.ppr-mini h3{font-size:1.45rem;margin:7px 0 7px}.ppr-mini p{color:var(--muted);font-size:.9rem;line-height:1.55}
.text-link{color:var(--lime);font-size:.85rem;font-weight:900}
.media-wall{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:250px;gap:14px}
.media-item{position:relative;overflow:hidden;border-radius:22px;border:1px solid var(--line-white);background:#080a08;cursor:pointer}
.media-item.feature{grid-column:span 7;grid-row:span 2}
.media-item:not(.feature):not(.wide){grid-column:span 5}
.media-item.wide{grid-column:span 5;grid-row:span 2}
.media-item img{width:100%;height:100%;object-fit:cover;transition:.28s ease}
.media-item:hover img{transform:scale(1.025)}
.media-item:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 45%,rgba(0,0,0,.88))}
.media-overlay{position:absolute;left:0;right:0;bottom:0;padding:20px;z-index:2}
.media-overlay span{font-size:.68rem;letter-spacing:.12em;color:var(--lime);font-weight:1000}
.media-overlay h3{margin:4px 0 0;font-size:1.2rem}
.ppr-section{padding:80px 0;border-block:1px solid var(--line);background:radial-gradient(circle at 25% 45%,rgba(184,255,0,.14),transparent 29%),linear-gradient(120deg,#050605,#0a0d0a 60%,#050605)}
.ppr-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:40px}
.ppr-art img{width:min(100%,620px);margin:auto;filter:drop-shadow(0 30px 55px rgba(0,0,0,.62))}
.ppr-copy h2 strong{color:var(--lime)}
.ppr-copy p{max-width:640px;color:#c2c8c2;line-height:1.7;font-size:1.04rem}
.partner-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;max-width:960px;margin:34px auto 0}
.partner-card{min-height:230px;border-radius:24px;border:1px solid var(--line-white);background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.016));padding:26px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow)}
.partner-logo{height:90px;display:flex;align-items:center;justify-content:flex-start}
.dubby-logo img{max-height:74px;width:auto}
.tm-wordmark{height:90px;display:flex;align-items:center;font-family:Arial Black,Arial,sans-serif;font-size:clamp(1.8rem,4vw,3rem);letter-spacing:-.06em}
.tm-wordmark span{font-size:.9rem;align-self:flex-start;margin-top:24px}
.partner-card span{font-size:.68rem;color:var(--lime);letter-spacing:.13em;font-weight:1000}
.partner-card h3{margin:5px 0;font-size:1.25rem}.partner-card p{margin:0;color:var(--muted);font-size:.88rem}
.contact-section{background:linear-gradient(180deg,#060806,#030403)}
.contact-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:36px;align-items:center}
.contact-copy p{max-width:600px;color:#c2c9c3;line-height:1.7}
.contact-list{display:grid;gap:9px}
.contact-list a{padding:17px 18px;border-radius:15px;border:1px solid var(--line-white);background:rgba(255,255,255,.025);display:grid;grid-template-columns:100px 1fr auto;gap:10px;align-items:center;transition:.18s}
.contact-list a:hover{border-color:var(--line);transform:translateX(3px)}
.contact-list span{color:var(--lime);font-size:.68rem;letter-spacing:.1em;font-weight:1000}
.contact-list b{font-size:.91rem;word-break:break-word}.contact-list em{font-style:normal;color:var(--lime)}
footer{padding:40px 0 50px;border-top:1px solid rgba(255,255,255,.06);color:#8e978f}
.footer-inner{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center}
.footer-inner>div:first-child{display:flex;gap:12px;align-items:center}.footer-inner b{color:white}.footer-inner span{font-size:.78rem}
.footer-links{display:flex;gap:18px;font-size:.82rem}.footer-links a:hover{color:var(--lime)}
.footer-inner small{grid-column:1/-1;font-size:.72rem}
.media-modal{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.94);display:none;align-items:center;justify-content:center;padding:24px}
.media-modal.open{display:flex}.media-modal img{max-width:94vw;max-height:90vh;border-radius:18px;box-shadow:0 35px 100px #000}
.media-modal button{position:absolute;right:24px;top:20px;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.17);background:rgba(255,255,255,.08);color:#fff;font-size:1.5rem;cursor:pointer}
@media(max-width:1000px){
  .desktop-nav{display:none}
  .hero-grid,.content-pair,.ppr-grid,.contact-grid{grid-template-columns:1fr}
  .hero h1{width:auto}.hero h1 em{position:relative;display:inline-block;right:auto;bottom:auto;margin-left:.15em}
  .hero-visual{min-height:auto}
  .social-ribbon{grid-template-columns:repeat(3,1fr)}
  .link-grid{grid-template-columns:repeat(2,1fr)}
  .media-item.feature,.media-item:not(.feature):not(.wide),.media-item.wide{grid-column:span 6}
  .ppr-mini img{max-height:440px}
}
@media(max-width:650px){
  .shell{width:min(100% - 26px,1240px)}
  .site-header .brand span:last-child{display:none}
  .top-live{font-size:0}.top-live:after{content:"LIVE";font-size:.76rem}
  .hero{min-height:auto;padding-top:35px}
  .hero-grid{min-height:auto}
  .hero h1 span,.hero h1 strong{font-size:clamp(3.8rem,20vw,6.2rem)}
  .hero h1 em{font-size:clamp(4rem,21vw,6.5rem)}
  .hero-visual img{max-width:560px}
  .social-ribbon{grid-template-columns:repeat(2,1fr)}
  .social-ribbon a{min-height:60px}
  .split-heading{flex-direction:column;align-items:flex-start}
  .link-grid{grid-template-columns:1fr}
  .media-wall{grid-template-columns:1fr;grid-auto-rows:420px}
  .media-item.feature,.media-item:not(.feature):not(.wide),.media-item.wide{grid-column:1/-1;grid-row:auto}
  .partner-grid{grid-template-columns:1fr}
  .contact-list a{grid-template-columns:1fr auto}.contact-list span{grid-column:1/-1}
  .footer-inner{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}
  .hero-ctas .button{width:100%}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}


/* V4.3 — Ghost Chicane voice refinements */
.stream-copy{
  margin:0;
  padding:14px 20px 16px;
  color:#aeb6af;
  background:rgba(255,255,255,.02);
  border-top:1px solid rgba(255,255,255,.055);
  font-size:.91rem;
  line-height:1.55;
}
.ppr-lines{
  margin-top:18px!important;
  color:#e6ebe7!important;
  line-height:1.8!important;
}
.ppr-mantra{
  margin-top:16px!important;
  color:var(--lime)!important;
  text-transform:uppercase;
  letter-spacing:.035em;
  font-size:.9rem!important;
}
.footer-inner>div:first-child{
  flex-wrap:wrap;
}
.footer-ppr{
  width:100%;
  color:#8e978f;
  font-size:.68rem!important;
  letter-spacing:.04em;
  margin-top:3px;
}
@media(max-width:650px){
  .stream-copy{padding:13px 16px}
}


/* V4.4 — GC typography system */
:root{
  --font-display:"Anton",Impact,"Arial Black",sans-serif;
  --font-body:"Barlow Condensed",Arial,Helvetica,sans-serif;
  --font-brush:"Permanent Marker","Comic Sans MS",cursive;
}

body{
  font-family:var(--font-body);
  font-size:17px;
}

.brand,
.desktop-nav,
.top-live,
.button,
.hero-tags span,
.social-ribbon a,
.section-kicker,
.pretitle,
.link-card span,
.media-overlay span,
.contact-list span,
.partner-card span{
  font-family:var(--font-body);
}

.brand{
  font-size:1rem;
  font-weight:900;
  letter-spacing:.085em;
}

.desktop-nav{
  font-size:.96rem;
  font-weight:600;
}

.hero h1,
.section-heading h2,
.ppr-copy h2,
.contact-copy h2{
  font-family:var(--font-display);
}

.hero h1 span,
.hero h1 strong{
  letter-spacing:-.02em;
}

.hero-intro,
.section-heading p,
.link-card p,
.ppr-copy p,
.contact-copy p,
.partner-card p,
.stream-copy{
  font-family:var(--font-body);
  font-weight:500;
}

.button{
  font-weight:900;
  letter-spacing:.045em;
}

.section-kicker,
.pretitle{
  font-weight:900;
  letter-spacing:.16em;
}

.ppr-mantra{
  font-family:var(--font-brush);
  text-transform:none;
  letter-spacing:.01em;
  font-size:1.05rem!important;
}

.footer-inner b{
  font-family:var(--font-display);
  letter-spacing:.025em;
}

.footer-inner span{
  font-family:var(--font-body);
  font-weight:600;
}


/* V4.5 — GC BRUSH / RACING TYPOGRAPHY
   Move away from the clean block "sports site" look.
   Main identity = rough brush lettering; supporting headings = condensed motorsport. */

:root{
  --font-gc:"Road Rage","Arial Black",sans-serif;
  --font-race:"Teko","Barlow Condensed",Arial,sans-serif;
  --font-number:"Black Ops One","Arial Black",sans-serif;
  --font-body:"Barlow Condensed",Arial,Helvetica,sans-serif;
}

/* Hero identity */
.hero h1{
  width:max-content;
  margin:6px 0 24px;
  line-height:.72;
  letter-spacing:0;
  transform:rotate(-1deg);
}

.hero h1 span,
.hero h1 strong{
  font-family:var(--font-gc);
  font-weight:400;
  font-size:clamp(5.1rem,10vw,10.3rem);
  line-height:.70;
  letter-spacing:.015em;
  text-transform:uppercase;
  filter:drop-shadow(5px 7px 0 rgba(0,0,0,.78));
}

.hero h1 span{
  color:#f4f4f0;
  -webkit-text-stroke:1px rgba(255,255,255,.18);
  text-shadow:
    3px 3px 0 #111,
    -2px 2px 0 #111;
}

.hero h1 strong{
  color:var(--lime);
  -webkit-text-stroke:1px rgba(0,0,0,.85);
  text-shadow:
    4px 4px 0 #050505,
    8px 8px 0 rgba(184,255,0,.14);
  transform:skewX(-4deg);
  transform-origin:left center;
}

.hero h1 em{
  font-family:var(--font-number);
  font-weight:400;
  font-style:normal;
  right:-.72em;
  bottom:-.10em;
  font-size:clamp(4.2rem,8vw,8.6rem);
  line-height:.85;
  color:#f5f5f2;
  -webkit-text-stroke:3px #111;
  text-shadow:
    5px 5px 0 #0b0b0b,
    9px 9px 0 rgba(184,255,0,.72);
  transform:rotate(-5deg) skewX(-5deg);
}

/* Section headings: still aggressive, but readable */
.section-heading h2,
.ppr-copy h2,
.contact-copy h2{
  font-family:var(--font-race);
  font-weight:700;
  letter-spacing:-.025em;
  line-height:.82;
  font-size:clamp(3rem,6.3vw,5.6rem);
}

.link-card h3,
.panel-head h3,
.ppr-mini h3,
.partner-card h3{
  font-family:var(--font-race);
  font-weight:700;
  letter-spacing:.01em;
}

.brand{
  font-family:var(--font-race);
  font-weight:700;
  font-size:1.22rem;
  letter-spacing:.06em;
}

/* Small race labels feel more motorsport, less corporate */
.pretitle,
.section-kicker,
.link-card span,
.media-overlay span,
.partner-card span,
.contact-list span{
  font-family:var(--font-race);
  font-weight:700;
  letter-spacing:.12em;
}

/* Keep reading copy very clean */
.hero-intro,
.section-heading p,
.link-card p,
.ppr-copy p,
.contact-copy p,
.partner-card p,
.stream-copy,
.desktop-nav,
.button{
  font-family:var(--font-body);
}

/* Header buttons/nav need a little more race attitude */
.desktop-nav{
  font-weight:600;
  font-size:1rem;
}
.button{
  font-weight:900;
  letter-spacing:.055em;
}

/* Mobile title needs to remain controlled */
@media(max-width:1000px){
  .hero h1{
    width:auto;
    transform:rotate(0);
  }
  .hero h1 em{
    position:relative;
    display:inline-block;
    right:auto;
    bottom:auto;
    margin-left:.08em;
    transform:rotate(-3deg) skewX(-4deg);
  }
}

@media(max-width:650px){
  .hero h1 span,
  .hero h1 strong{
    font-size:clamp(4.2rem,23vw,7rem);
  }
  .hero h1 em{
    font-size:clamp(3.8rem,21vw,6.2rem);
  }
}


/* V4.6 — EXACT OFFICIAL GC WORDMARK
   No web-font approximation for the hero identity. */
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

.hero-wordmark{
  display:block;
  width:min(100%,650px);
  height:auto;
  margin:8px 0 22px -12px;
  filter:drop-shadow(0 15px 24px rgba(0,0,0,.5));
}

/* Remove the old display-font hero rules from visual influence */
.hero-copy > h1.sr-only{
  transform:none;
}

@media(max-width:650px){
  .hero-wordmark{
    width:100%;
    margin:6px 0 20px -4px;
  }
}


/* V4.7 — HERO RESET
   Official GC logo owns the identity. Left column tells the story instead of
   repeating/recreating the logo wordmark. */

.hero-story{
  position:relative;
  width:auto;
  margin:12px 0 4px;
  transform:none;
  font-family:"Teko","Barlow Condensed",Arial,sans-serif;
  text-transform:uppercase;
  line-height:.78;
  letter-spacing:-.035em;
}

.hero-story span,
.hero-story strong{
  display:block;
  font-family:"Teko","Barlow Condensed",Arial,sans-serif;
  font-size:clamp(4.2rem,7vw,7.1rem);
  line-height:.78;
  letter-spacing:-.035em;
  filter:none;
  transform:none;
  -webkit-text-stroke:0;
}

.hero-story span{
  color:#f7f7f5;
  font-weight:600;
  text-shadow:none;
}

.hero-story strong{
  color:var(--lime);
  font-weight:700;
  text-shadow:0 0 28px rgba(184,255,0,.11);
}

.hero-script{
  display:inline-block;
  margin:10px 0 22px 2px;
  font-family:"Permanent Marker",cursive;
  color:#f4f4f1;
  font-size:clamp(1.25rem,2vw,1.8rem);
  transform:rotate(-2deg);
  letter-spacing:.02em;
  position:relative;
}

.hero-script:after{
  content:"";
  position:absolute;
  left:-2px;
  right:-22px;
  bottom:-5px;
  height:4px;
  background:linear-gradient(90deg,var(--lime),transparent);
  transform:skewX(-20deg);
}

.hero-intro{
  max-width:610px;
  margin-top:5px;
}

/* Do not show the old crop if cached HTML/CSS somehow retains it. */
.hero-wordmark{display:none!important;}

@media(max-width:650px){
  .hero-story span,
  .hero-story strong{
    font-size:clamp(3.5rem,17vw,5.5rem);
  }
  .hero-script{
    font-size:1.15rem;
  }
}


/* V4.8 — HERO LAYOUT FIX
   Keep the copy from squeezing the official GC logo. */

.hero-grid{
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:42px;
  align-items:center;
}

.hero-copy{
  min-width:0;
  max-width:610px;
}

.hero-story{
  max-width:610px;
  overflow:visible;
}

.hero-story span,
.hero-story strong{
  font-size:clamp(3.8rem,5.4vw,5.8rem);
  line-height:.82;
  white-space:normal;
}

.hero-visual{
  min-width:0;
  min-height:650px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
}

.hero-visual img{
  width:clamp(590px,42vw,760px);
  max-width:none;
  height:auto;
  flex:none;
}

.logo-glow{
  width:82%;
}

@media(max-width:1180px){
  .hero-visual img{
    width:min(100%,650px);
    max-width:650px;
  }
}

@media(max-width:1000px){
  .hero-grid{
    grid-template-columns:1fr;
    gap:18px;
  }
  .hero-copy{
    max-width:760px;
  }
  .hero-story{
    max-width:760px;
  }
  .hero-visual{
    min-height:auto;
  }
  .hero-visual img{
    width:min(100%,680px);
    max-width:680px;
  }
}

@media(max-width:650px){
  .hero-visual img{
    width:100%;
    max-width:560px;
  }
}


/* V4.9 — APPROVED PICK YOUR PIT LANE SHOWCASE */
.socials-section{
  padding-top:70px;
  padding-bottom:78px;
}

.social-showcase{
  position:relative;
  width:100%;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 28px 90px rgba(0,0,0,.52);
  border:1px solid rgba(184,255,0,.12);
  background:#050505;
}

.social-showcase-img{
  width:100%;
  height:auto;
  display:block;
}

.social-hit{
  position:absolute;
  z-index:4;
  border-radius:18px;
  cursor:pointer;
  outline:0 solid transparent;
  transition:.18s ease;
}

.social-hit:hover,
.social-hit:focus-visible{
  background:rgba(184,255,0,.025);
  box-shadow:
    inset 0 0 0 2px rgba(184,255,0,.55),
    0 0 30px rgba(184,255,0,.10);
}

/* Clickable overlays matching each approved card */
.hit-twitch{left:6.95%;top:27.75%;width:27.75%;height:29.9%}
.hit-youtube{left:35.48%;top:27.75%;width:26.3%;height:29.9%}
.hit-tiktok{left:62.45%;top:27.75%;width:28.1%;height:29.9%}
.hit-instagram{left:6.95%;top:59.65%;width:27.75%;height:30.7%}
.hit-discord{left:35.48%;top:59.65%;width:26.3%;height:30.7%}
.hit-shop{left:62.45%;top:59.65%;width:28.1%;height:30.7%}

.social-mobile-fallback{
  display:none;
}

@media(max-width:900px){
  .social-showcase{display:none}
  .social-mobile-fallback{display:grid}
}


/* V5.0 — COMPLETE FUNCTIONAL + MOBILE PASS */

.header-actions{
  display:flex;
  align-items:center;
  gap:12px;
}

.menu-toggle{
  display:none;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border-radius:11px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.035);
  color:var(--lime);
  font:900 1.25rem var(--font-body);
  cursor:pointer;
}

.mobile-nav{
  display:none;
}

.live-heading{
  margin-bottom:24px;
}

.stream-status{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#e8ece8;
  font-size:.75rem;
  font-weight:900;
  letter-spacing:.12em;
}

.stream-actions{
  padding:18px 20px 8px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  border-top:1px solid rgba(255,255,255,.055);
}

.embed-note{
  margin:0;
  padding:5px 20px 18px;
  color:#778078;
  font-size:.78rem;
}

.contact-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.kit-note{
  margin-top:22px;
  padding:17px 18px;
  border:1px solid rgba(184,255,0,.16);
  border-radius:16px;
  background:linear-gradient(135deg,rgba(184,255,0,.06),rgba(255,255,255,.02));
}

.kit-note span{
  display:block;
  color:var(--lime);
  font-size:.69rem;
  letter-spacing:.12em;
  font-weight:900;
}

.kit-note b{
  display:block;
  margin-top:5px;
  color:#fff;
  font-size:1.05rem;
}

.kit-note p{
  margin:6px 0 0;
  color:#9ea69f;
  font-size:.88rem;
  line-height:1.5;
}

.contact-trust{
  margin-top:6px;
  padding:17px 18px;
  border-radius:15px;
  border:1px solid rgba(184,255,0,.14);
  background:rgba(184,255,0,.035);
}

.contact-trust b{
  color:var(--lime);
  font-size:.72rem;
  letter-spacing:.1em;
}

.contact-trust p{
  margin:6px 0 0;
  color:#9da59e;
  font-size:.85rem;
  line-height:1.45;
}

.contact-trust strong{
  color:#e8eee9;
}

@media(max-width:1000px){
  .menu-toggle{
    display:inline-flex;
  }

  .mobile-nav{
    position:absolute;
    top:78px;
    left:0;
    right:0;
    z-index:49;
    padding:10px 18px 18px;
    background:rgba(5,5,5,.97);
    border-bottom:1px solid rgba(184,255,0,.14);
    box-shadow:0 20px 45px rgba(0,0,0,.35);
  }

  .mobile-nav.open{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
  }

  .mobile-nav a{
    min-height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(255,255,255,.08);
    border-radius:10px;
    color:#d7ddd8;
    font-weight:800;
    background:rgba(255,255,255,.025);
  }

  .mobile-nav a:hover{
    color:var(--lime);
    border-color:rgba(184,255,0,.24);
  }
}

@media(max-width:650px){
  .header-inner{
    height:70px;
  }

  .mobile-nav{
    top:70px;
  }

  .mobile-nav.open{
    grid-template-columns:repeat(2,1fr);
  }

  .contact-actions .button,
  .stream-actions .button{
    width:100%;
  }

  .contact-grid{
    gap:22px;
  }

  .kit-note{
    margin-top:16px;
  }

  .section{
    padding-top:60px;
    padding-bottom:60px;
  }

  .section-heading h2,
  .ppr-copy h2,
  .contact-copy h2{
    overflow-wrap:anywhere;
  }
}
