@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=IBM+Plex+Mono:wght@400;500;600;700&family=Inter:wght@400;500;600;700;800&display=swap');

:root{
  --bg:#160503;
  --bg-deep:#090202;
  --panel:rgba(19,7,6,.72);
  --panel-strong:rgba(12,4,4,.88);
  --text:#f8f7f4;
  --muted:#b6aeaa;
  --muted-2:#827875;
  --line:rgba(255,255,255,.13);
  --line-soft:rgba(255,255,255,.075);
  --red:#ff2b13;
  --orange:#ff6500;
  --orange-2:#ff8a00;
  --white:#fff;
  --max:1440px;
  --display:'Barlow Condensed',Impact,'Arial Narrow',sans-serif;
  --body:'Inter',Arial,sans-serif;
  --mono:'IBM Plex Mono',monospace;
  --ease:cubic-bezier(.16,1,.3,1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#120302}
body{margin:0;position:relative;background:#120302;color:var(--text);font-family:var(--body);line-height:1.65;overflow-x:hidden}
a{color:inherit;text-decoration:none}
button{font:inherit}

/* CLASSIFIED ORANGE TIGER ENVIRONMENT — supplied reference artwork */
body:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;background:#120302 url('assets/classified-orange-bg-4k.png') center center/cover no-repeat}
body:after{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;background:linear-gradient(180deg,rgba(20,2,1,.02) 0%,rgba(20,2,1,.06) 48%,rgba(10,1,1,.42) 100%);}
.site-shell{min-height:100vh;background:transparent;position:relative;z-index:1;isolation:isolate}
.site-shell:before{content:"";position:absolute;z-index:-1;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(12,2,1,.08) 65%,rgba(8,2,2,.62) 100%)}
.accent-line{height:4px;background:linear-gradient(90deg,var(--red),var(--orange) 42%,#ffb13b 68%,var(--red));box-shadow:0 0 35px rgba(255,60,0,.35)}
.container{width:min(calc(100% - 64px),var(--max));margin:0 auto}

/* NAV */
.nav{position:sticky;top:0;z-index:60;background:rgba(5,3,4,.86);backdrop-filter:blur(18px) saturate(130%);border-bottom:1px solid var(--line);box-shadow:0 12px 40px rgba(0,0,0,.35)}
.nav-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;gap:13px;min-width:max-content}
.brand img{width:44px;height:44px;object-fit:contain;filter:drop-shadow(0 5px 18px rgba(255,48,0,.18))}
.brand-text{font:700 22px/1 var(--display);letter-spacing:1.5px;text-transform:uppercase}
.brand-text i{font-style:normal;color:var(--red);margin:0 4px}
.nav-links{display:flex;align-items:center;gap:3px}
.nav-links a{padding:11px 13px;color:#c9c3bf;font:700 10px/1 var(--mono);letter-spacing:1.2px;transition:.25s}
.nav-links a:hover,.nav-links a.active{color:#fff;background:rgba(255,255,255,.065)}
.nav-links .nav-button{margin-left:7px;color:#fff;background:linear-gradient(110deg,var(--red),var(--orange));padding:15px 18px;box-shadow:0 8px 26px rgba(255,54,0,.18)}
.menu-toggle{display:none;background:transparent;color:#fff;border:1px solid var(--line);padding:10px 13px;font:700 10px var(--mono)}

/* SHARED BACKGROUND TREATMENT */
.section,.cta,.footer,.page-hero{position:relative;isolation:isolate}
.section{background:linear-gradient(180deg,rgba(255,255,255,.015),rgba(8,2,2,.12) 62%,rgba(8,2,2,.30) 100%);}
.section:before,.cta:before,.footer:before,.page-hero:before{content:"";position:absolute;inset:0;z-index:-2;background:url('assets/classified-orange-bg-4k.png') center center/cover no-repeat;opacity:1}
.section:after,.cta:after,.footer:after,.page-hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px);background-size:72px 72px;opacity:.30}
.section.tiger-section:before,.page-hero:before{opacity:1;background-position:center center}
.section.dark-section{background:linear-gradient(180deg,rgba(18,2,2,.22),rgba(8,2,2,.58));}
.section.dark-section:before{opacity:.92;background-position:center center}

/* HERO */
.hero{position:relative;min-height:calc(100vh - 86px);display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--line);isolation:isolate}
.hero-bg,.page-hero-bg{position:absolute;inset:0;z-index:-2;background-image:url('assets/classified-orange-bg-4k.png');background-size:cover;background-position:center;transform:scale(1.005)}
.hero-bg:after,.page-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03),transparent 34%,rgba(25,3,3,.18)),radial-gradient(circle at 68% 45%,rgba(255,200,70,.10),transparent 34%)}
.hero-grid{position:absolute;inset:0;background:linear-gradient(90deg,transparent 49.9%,rgba(255,255,255,.08) 50%,transparent 50.1%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:100% 100%,72px 72px,72px 72px;opacity:.22}
.hero-content{position:relative;z-index:2;padding:105px 0 170px;max-width:1030px}
.eyebrow,.section-label,.kicker,.number,.meta{font:700 10px/1.2 var(--mono);letter-spacing:2px;color:#d9d3ce;text-transform:uppercase}
.eyebrow:before,.section-label:before{content:'//';color:var(--red);margin-right:9px}
.hero h1,.page-hero h1{font:400 clamp(72px,8vw,126px)/.88 var(--display);letter-spacing:.5px;text-transform:uppercase;margin:25px 0 28px;max-width:1000px}
.hero h1 span,.hero h1 em,.page-hero h1 em,h2 em{font-style:normal;color:transparent;-webkit-text-stroke:1.2px rgba(255,255,255,.72)}
.hero p{max-width:700px;font-size:15px;color:#d7d1ce;margin:0 0 34px}
.actions{display:flex;flex-wrap:wrap;gap:10px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 19px;border:1px solid var(--line);font:700 10px/1 var(--mono);letter-spacing:1px;text-transform:uppercase;transition:transform .25s var(--ease),background .25s,border-color .25s,box-shadow .25s}
.button:hover{transform:translateY(-3px)}
.button-primary{background:linear-gradient(110deg,var(--red),var(--orange));border-color:transparent;color:#fff;box-shadow:0 12px 30px rgba(255,61,0,.18)}
.button-primary:hover{box-shadow:0 16px 38px rgba(255,61,0,.28)}
.button-ghost{background:rgba(0,0,0,.34);backdrop-filter:blur(8px)}
.hero-bottom{position:absolute;z-index:3;bottom:0;left:50%;transform:translateX(-50%);display:grid;grid-template-columns:1.1fr 1fr 1.1fr;border-top:1px solid var(--line)}
.hero-bottom>div{padding:18px 22px;border-right:1px solid var(--line);background:rgba(53,10,5,.38);backdrop-filter:blur(12px)}
.hero-bottom>div:last-child{border-right:0}
.hero-bottom span{display:block;color:#918b87;font:700 8px var(--mono);letter-spacing:1.5px;margin-bottom:7px}
.hero-bottom strong{font:700 10px var(--mono);letter-spacing:.4px}

/* TICKER */
.ticker{overflow:hidden;border-bottom:1px solid var(--line);background:rgba(21,4,3,.86);backdrop-filter:blur(12px)}
.ticker-track{display:flex;width:max-content;animation:ticker 28s linear infinite;padding:15px 0}
.ticker span{font:400 21px var(--display);letter-spacing:1.5px;padding:0 25px}
.ticker i{color:var(--red);font-style:normal;font-weight:700}@keyframes ticker{to{transform:translateX(-50%)}}

/* SECTIONS */
.section{padding:120px 0;border-bottom:1px solid var(--line);overflow:hidden}
.section.dark-section{background:linear-gradient(180deg,rgba(15,2,2,.08),rgba(8,2,2,.28) 72%,rgba(7,2,2,.48) 100%)}
.two-col{display:grid;grid-template-columns:minmax(330px,380px) minmax(0,1fr);gap:72px;align-items:start}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:50px}
.section h2{font:400 clamp(52px,5.4vw,82px)/.9 var(--display);letter-spacing:-.8px;text-transform:uppercase;margin:18px 0 24px;max-width:390px}
.section h2 em{color:transparent}
.lead{font-size:19px;line-height:1.5;color:#eee8e3;max-width:850px}
.section p{color:#aaa3a0;max-width:820px}
.text-link{display:inline-block;margin-top:20px;font:700 10px var(--mono);letter-spacing:1.2px;border-bottom:1px solid var(--red);padding-bottom:7px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);margin-top:60px;background:rgba(64,12,5,.18);backdrop-filter:blur(8px)}
.stat{padding:30px;border-right:1px solid var(--line);background:rgba(255,255,255,.018)}
.stat:last-child{border-right:0}
.stat strong{display:block;font:400 54px/.9 var(--display);color:#fff}
.stat span{display:block;margin-top:10px;color:#8d8986;font:700 8px var(--mono);letter-spacing:1.3px}

/* GAME CARDS */
.game-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.game-card{min-height:520px;position:relative;overflow:hidden;border:1px solid var(--line);background:rgba(53,10,5,.54);transition:transform .35s var(--ease),border-color .35s;box-shadow:0 20px 50px rgba(0,0,0,.28)}
.game-card:hover{transform:translateY(-8px);border-color:rgba(255,101,0,.65)}
.game-art{position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,86,0,.08),rgba(24,4,3,.82)),url('assets/classified-orange-bg-4k.png') center/cover;transition:transform .6s var(--ease);filter:saturate(.9)}
.game-card:nth-child(1) .game-art{background-position:58% center}
.game-card:nth-child(2) .game-art{background-position:70% center;filter:hue-rotate(-12deg) saturate(.75)}
.game-card:nth-child(3) .game-art{background-position:40% center;filter:contrast(1.08) saturate(.72)}
.game-card:hover .game-art{transform:scale(1.05)}
.game-copy{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:30px;background:linear-gradient(180deg,transparent,rgba(4,2,3,.2))}
.game-copy .number{color:#ffb59d}
.game-copy h3{font:400 54px/.9 var(--display);margin:16px 0;color:#fff;letter-spacing:.3px}
.game-copy p{font-size:13px;color:#c0bbb7;max-width:390px;margin:0 0 22px}

/* FEATURED PLAYER */
.feature-player{display:grid;grid-template-columns:40% 60%;min-height:560px;border:1px solid var(--line);background:rgba(44,8,5,.60);overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.32)}
.feature-player-image{position:relative;min-height:560px;background:radial-gradient(circle at 50% 30%,rgba(255,101,0,.4),transparent 50%),#100708}
.feature-player-image:after{content:'01';position:absolute;right:25px;top:10px;font:400 180px/.8 var(--display);color:rgba(255,255,255,.035)}
.feature-player-image img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:grayscale(.15) contrast(1.05);position:relative;z-index:1}
.feature-player-copy{padding:70px;display:flex;flex-direction:column;justify-content:center}
.player-number{font:400 90px/.8 var(--display);color:rgba(255,255,255,.06)}
.feature-player-copy .kicker{margin:28px 0 10px;color:#ff9277}
.feature-player-copy h3{font:400 clamp(70px,7.5vw,112px)/.88 var(--display);margin:0 0 22px}
.feature-player-copy h3 span,.card-copy h2 span{color:var(--red)}
.feature-player-copy p{max-width:610px}
.feature-player-copy .button{align-self:flex-start;margin-top:18px}

/* SPLIT / CTA */
.split-band{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);min-height:390px;background:rgba(54,10,5,.30)}
.split-band>div{padding:65px;border-right:1px solid var(--line);background:rgba(255,255,255,.02)}
.split-band>div:last-child{border-right:0;background:linear-gradient(130deg,rgba(255,42,18,.12),rgba(255,101,0,.02))}
.split-band h3{font:400 46px/.92 var(--display);margin:18px 0}
.cta{position:relative;overflow:hidden;padding:115px 0;background:linear-gradient(100deg,rgba(255,42,18,.08),rgba(255,101,0,.02) 47%,rgba(28,10,5,.20)),url('assets/classified-orange-bg-4k.png') center/cover}
.cta:after{background:linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,65,0,.05),rgba(5,2,3,.1));background-size:80px 80px,80px 80px,100% 100%}
.cta-inner{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:end}
.cta h2{font:400 clamp(62px,7vw,104px)/.88 var(--display);margin:20px 0 0;color:#fff}
.cta h2 em{color:#080808;-webkit-text-stroke:0}
.cta-copy p{font-size:16px;color:#fff;max-width:540px}
.cta .button-primary{background:#080808;color:#fff}

/* PEOPLE / CARDS */
.person-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.person-card,.team-card,.roster-card,.open-card,.roadmap-card,.contact-card{position:relative;border:1px solid var(--line);background:rgba(48,9,5,.58);backdrop-filter:blur(8px);overflow:hidden}
.person-card{min-height:470px}
.person-image{height:300px;overflow:hidden;background:#120809}
.person-image img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:contrast(1.03) saturate(.88);transition:transform .5s var(--ease)}
.person-card:hover .person-image img{transform:scale(1.04)}
.person-copy{padding:25px}
.person-copy h3{font:400 48px/.9 var(--display);margin:9px 0 6px}
.role{font:700 9px var(--mono);color:#ff9b80;letter-spacing:1.2px}

/* PAGE HERO */
.page-hero{min-height:570px;display:flex;align-items:flex-end;border-bottom:1px solid var(--line);overflow:hidden}
.page-hero-content{position:relative;z-index:2;padding:105px 0 72px;max-width:1100px}
.page-hero h1{margin:20px 0 0;font-size:clamp(72px,8.8vw,128px)}

/* MISC EXISTING PAGE COMPONENTS */
.division{position:relative;min-height:620px;border:1px solid var(--line);overflow:hidden;background:rgba(8,4,5,.76)}
.division:before,.team-bg{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(255,55,16,.18),rgba(255,105,0,.08) 42%,rgba(20,3,2,.34)),url('assets/classified-orange-bg-4k.png') center/cover;opacity:1}
.division-nav{position:relative;z-index:2;display:flex;gap:8px;flex-wrap:wrap;padding:16px;border-bottom:1px solid var(--line);background:rgba(5,3,4,.55);backdrop-filter:blur(12px)}
.division-nav a{font:700 9px var(--mono);letter-spacing:1px;padding:10px 13px;border:1px solid var(--line)}
.game-page{position:relative;z-index:2;padding:75px;max-width:900px}
.game-page h2{font:400 clamp(62px,7vw,104px)/.88 var(--display);margin:0 0 22px}
.status-grid{display:grid;grid-template-columns:1.5fr .8fr;gap:16px}
.status-main,.status-side{border:1px solid var(--line);background:rgba(7,3,4,.78);padding:38px}
.status-title{font:400 55px/.9 var(--display);margin:12px 0}
.status-chip{display:inline-block;font:700 8px var(--mono);padding:8px 10px;border:1px solid rgba(255,101,0,.45);color:#ff9a7f;letter-spacing:1px}
.metric-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:25px}
.metric-list div{padding:15px;border:1px solid var(--line-soft);background:rgba(255,255,255,.02)}
.metric-list strong{display:block;font:400 32px var(--display)}
.metric-list span{font:700 8px var(--mono);color:var(--muted-2)}
.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.team-card{min-height:420px}
.team-copy{position:relative;z-index:2;padding:35px;min-height:420px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(180deg,transparent 30%,rgba(4,2,3,.96))}
.team-copy h3{font:400 54px/.9 var(--display);margin:12px 0}
.roster-layout{display:grid;grid-template-columns:1.3fr .7fr;gap:16px}
.roster-card{min-height:500px;padding:40px}
.roster-overlay{position:absolute;inset:auto 0 0;padding:25px;background:linear-gradient(180deg,transparent,rgba(4,2,3,.95))}
.open-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.open-card{padding:30px;min-height:220px}
.open-card h3{font:400 43px/.88 var(--display);margin:12px 0}
.roadmap{display:grid;gap:16px}
.roadmap-card{padding:34px;display:grid;grid-template-columns:100px 1fr;gap:30px}
.roadmap-card .num{font:400 58px/.9 var(--display);color:var(--red)}
.timeline{position:relative;display:grid;gap:16px}
.timeline:before{content:"";position:absolute;left:26px;top:0;bottom:0;width:1px;background:var(--line)}
.timeline-item{position:relative;display:grid;grid-template-columns:80px 1fr;gap:30px}
.timeline-year{position:relative;z-index:1;width:54px;height:54px;display:grid;place-items:center;background:var(--red);font:700 9px var(--mono)}
.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.principle{padding:32px;border:1px solid var(--line);background:rgba(10,5,6,.68)}
.principle h3{font:400 38px/.9 var(--display);margin:12px 0}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.contact-card{padding:45px;min-height:300px}
.contact-card h2{font:400 62px/.85 var(--display);margin:12px 0}
.notice{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px;border:1px solid var(--line);background:rgba(255,61,0,.07)}
.quote{font-size:28px;line-height:1.3;color:#eee;max-width:900px}
.question{border-top:1px solid var(--line);padding:22px 0}

/* FOOTER */
.footer{padding:80px 0 25px;border-top:1px solid var(--line);overflow:hidden;background:linear-gradient(135deg,rgba(14,3,3,.96),rgba(65,10,4,.92)),url('assets/classified-orange-bg-4k.png') center/cover}
.footer:before{opacity:.13;background-position:65% bottom}
.footer:after{background:linear-gradient(180deg,rgba(9,2,2,.60),rgba(9,2,2,.92))}
.footer-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.4fr .8fr .8fr 1.4fr;gap:45px}
.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.footer-brand img{width:55px;height:55px}
.footer-brand strong{font:400 45px/.9 var(--display)}
.footer-brand span{font:700 8px var(--mono);color:#8d8783;letter-spacing:1px}
.footer small{display:block;font:700 8px var(--mono);color:#77716e;letter-spacing:1.4px;margin-bottom:15px}
.footer a{display:block;margin:8px 0;color:#c8c1bd;font-size:13px}
.footer a:hover{color:#fff}
.footer-note p{color:#8f8986;font-size:12px;max-width:340px}
.copyright{position:relative;z-index:1;border-top:1px solid var(--line);margin-top:55px;padding-top:20px;color:#6f6966;font:700 8px var(--mono);letter-spacing:1px}
.copyright span{color:var(--red);margin:0 8px}

/* REVEAL */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s var(--ease),transform .75s var(--ease)}
.reveal.is-visible{opacity:1;transform:none}

@media (max-width:1100px){
  .two-col{grid-template-columns:1fr;gap:35px}
  .hero h1,.page-hero h1{font-size:clamp(68px,11vw,118px)}
  .feature-player{grid-template-columns:1fr}
  .feature-player-image{min-height:480px}
  .cta-inner{grid-template-columns:1fr;gap:30px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .game-grid{grid-template-columns:1fr}
  .game-card{min-height:500px}
}

@media (max-width:760px){
  .container{width:min(calc(100% - 32px),var(--max))}
  .nav-inner{height:72px}
  .nav-links{position:absolute;left:16px;right:16px;top:79px;display:none;flex-direction:column;align-items:stretch;background:rgba(7,3,4,.98);border:1px solid var(--line);padding:8px;box-shadow:0 30px 60px rgba(0,0,0,.5)}
  .nav-links.open{display:flex}
  .nav-links a{padding:15px}
  .nav-links .nav-button{margin-left:0}
  .menu-toggle{display:block}
  .brand-text{font-size:19px}
  .hero{min-height:760px}
  .hero-content{padding:85px 0 180px}
  .hero h1{font-size:clamp(70px,21vw,112px);letter-spacing:0}
  .hero p{font-size:14px}
  .hero-bottom{width:100%;grid-template-columns:1fr}
  .hero-bottom>div{border-right:0;border-bottom:1px solid var(--line)}
  .hero-bottom>div:last-child{border-bottom:0}
  .section{padding:80px 0}
  .section h2{font-size:64px;max-width:100%}
  .stats{grid-template-columns:1fr}
  .stat{border-right:0!important;border-bottom:1px solid var(--line)}
  .stat:last-child{border-bottom:0}
  .feature-player-image{min-height:430px}
  .feature-player-copy{padding:35px}
  .feature-player-copy h3{font-size:76px}
  .split-band{grid-template-columns:1fr}
  .split-band>div{padding:35px;border-right:0;border-bottom:1px solid var(--line)}
  .split-band>div:last-child{border-bottom:0}
  .person-grid,.principles,.team-grid,.contact-grid,.open-list,.roster-layout,.status-grid{grid-template-columns:1fr}
  .person-image{height:360px}
  .page-hero{min-height:510px}
  .page-hero h1{font-size:clamp(64px,18vw,108px)}
  .page-hero-content{padding:80px 0 65px}
  .game-page{padding:45px 30px}
  .contact-card h2{font-size:50px}
  .notice{align-items:flex-start;flex-direction:column}
  .footer-grid{grid-template-columns:1fr}
  .footer-brand{grid-column:auto}
  .footer{padding-top:60px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}

.game-card .game-art{background-image:linear-gradient(180deg,rgba(255,86,0,.02) 0%,rgba(20,3,3,.18) 52%,rgba(4,2,3,.84) 100%),url('assets/classified-orange-bg-4k.png');background-size:cover;background-position:center;}


/* V7 — CLASSIFIED PROFESSIONAL TEAM / STAFF LAYOUT */
.team-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.team-card{min-height:540px;border:1px solid rgba(0,0,0,.18);background:#f26a12;box-shadow:0 22px 60px rgba(34,7,1,.24);transition:transform .35s var(--ease),box-shadow .35s,border-color .35s}
.team-card:hover{transform:translateY(-7px);border-color:rgba(0,0,0,.35);box-shadow:0 30px 75px rgba(34,7,1,.34)}
.team-bg{background-size:cover;background-position:center;filter:none;transition:transform .7s var(--ease),filter .4s}
.team-bg-rl{background-image:url('assets/team-rocket-league.png')!important;background-position:center center!important}
.team-bg-val{background-image:url('assets/team-valorant.png')!important;background-position:center center!important}
.team-bg-cod{background-image:url('assets/team-call-of-duty.png')!important;background-position:center center!important}
.team-card:hover .team-bg{transform:scale(1.045);filter:saturate(1.04)}
.team-card .team-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 28%,rgba(255,104,10,.06) 50%,rgba(245,102,13,.96) 78%,#f36a10 100%)}
.team-copy{min-height:540px;padding:34px 34px 31px;justify-content:flex-end;background:transparent;color:#070707}
.team-copy .division{position:relative;z-index:3;color:#090909;font:700 10px/1.2 var(--mono);letter-spacing:1.8px;text-shadow:none;margin-bottom:4px}
.team-copy h2{position:relative;z-index:3;color:#050505;font:800 clamp(48px,4vw,68px)/.88 var(--display);letter-spacing:.2px;margin:10px 0 12px;text-shadow:none}
.team-copy p{position:relative;z-index:3;color:rgba(0,0,0,.72);font-size:13px;line-height:1.55;max-width:390px;margin:0 0 22px}
.team-copy .button{position:relative;z-index:3;background:#070707;border-color:#070707;color:#fff;box-shadow:0 10px 24px rgba(0,0,0,.18);width:max-content}
.team-copy .button:hover{background:#181818}
.person-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}
.person-card{min-height:520px;border:1px solid rgba(0,0,0,.18);background:#f26a12;box-shadow:0 22px 60px rgba(34,7,1,.22);color:#070707;transition:transform .35s var(--ease),box-shadow .35s}
.person-card:hover{transform:translateY(-7px);box-shadow:0 30px 75px rgba(34,7,1,.32)}
.person-image{height:330px;background:#1b0905}
.person-image img{object-position:center top}
.person-copy{padding:23px 24px 26px;background:linear-gradient(180deg,#f36a10,#ff7a18);min-height:190px}
.person-copy .role{color:rgba(0,0,0,.58);font:700 9px/1.2 var(--mono);letter-spacing:1.5px}
.person-copy h2{color:#050505;font:800 48px/.88 var(--display);letter-spacing:.2px;margin:9px 0 5px}
.person-copy p{color:rgba(0,0,0,.78);font:700 10px/1.4 var(--mono);letter-spacing:1px;margin:0}
.person-copy .quote{color:rgba(0,0,0,.64);font-size:12px;line-height:1.45;margin-top:15px}
.section .section-label{color:#16100e}
.section .section-label:before{color:#d92e0c}
@media(max-width:1100px){.team-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.team-copy{padding:27px 24px}.team-copy h2{font-size:clamp(40px,4vw,58px)}.person-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.team-grid,.person-grid{grid-template-columns:1fr}.team-card{min-height:500px}.team-copy{min-height:500px}.person-card{min-height:500px}.person-image{height:310px}}

/* V8 VISUAL FIX — CLEAN ORANGE GRADIENT ENVIRONMENT */
html, body { background: #2b0802; }
body:before {
  background: radial-gradient(circle at 12% 8%, rgba(255, 82, 0, .96) 0%, rgba(255, 82, 0, .72) 20%, transparent 46%),
              radial-gradient(circle at 86% 28%, rgba(255, 126, 0, .55) 0%, transparent 42%),
              linear-gradient(112deg, #ff3214 0%, #f84c0a 26%, #c72e05 57%, #541306 100%);
}
body:after {
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(30,3,1,.10) 55%, rgba(12,2,1,.34) 100%);
}
.site-shell:before {
  background: linear-gradient(180deg, rgba(255,255,255,.015), rgba(15,2,1,.06) 60%, rgba(8,2,1,.30) 100%);
}
.section, .cta, .footer, .page-hero { background-image: none; }
.section:before, .cta:before, .footer:before, .page-hero:before {
  background: linear-gradient(115deg, rgba(255,54,13,.92) 0%, rgba(246,73,7,.80) 31%, rgba(205,45,4,.68) 60%, rgba(76,13,5,.88) 100%);
  opacity: 1;
}
.section:after, .cta:after, .footer:after, .page-hero:after {
  background: linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px),
              linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .22;
}
.section.dark-section {
  background: linear-gradient(135deg, rgba(83,14,4,.24), rgba(255,81,5,.13), rgba(48,7,3,.28));
}
.section.tiger-section:before, .page-hero:before { opacity: 1; background-position: center; }
.hero-bg, .page-hero-bg {
  background-image: radial-gradient(circle at 18% 35%, rgba(255,79,0,.95), transparent 35%),
                    radial-gradient(circle at 78% 35%, rgba(255,133,0,.45), transparent 38%),
                    linear-gradient(110deg, #ff3515 0%, #f54a09 33%, #b52a05 64%, #541307 100%);
}
.hero-bg:after, .page-hero-bg:after {
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(45,5,1,.14) 70%, rgba(15,2,1,.25));
}
.game-art {
  background: linear-gradient(180deg, rgba(255,95,10,.05), rgba(28,4,2,.74));
}
.game-card:nth-child(1) .game-art,
.game-card:nth-child(2) .game-art,
.game-card:nth-child(3) .game-art { background-position: center; filter: none; }

/* TEAM ART — artwork is always above the page background, with the original orange fade preserved */
.team-card { isolation: isolate; background: transparent; overflow: hidden; }
.team-bg {
  z-index: 0;
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 1;
  filter: none;
  transform: translateZ(0);
}
.team-bg-rl { background-image: url('assets/team-rocket-league.png') !important; }
.team-bg-val { background-image: url('assets/team-valorant.png') !important; }
.team-bg-cod { background-image: url('assets/team-call-of-duty.png') !important; }
.team-bg:after {
  z-index: 1;
  background: linear-gradient(180deg,
    rgba(0,0,0,0) 22%,
    rgba(255,95,8,.02) 43%,
    rgba(255,103,9,.12) 58%,
    rgba(246,102,13,.88) 79%,
    #f36a10 100%);
}
.team-copy { z-index: 3; }
.team-copy:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0; right: 0; bottom: 0;
  height: 43%;
  background: linear-gradient(180deg, transparent, rgba(243,106,16,.04) 22%, rgba(243,106,16,.18) 70%, rgba(243,106,16,.22));
  pointer-events: none;
}

/* Keep the three team cards together and visually balanced */
.team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.team-card { min-height: 540px; }
.team-copy { min-height: 540px; }

/* Remove legacy image treatments from all non-team sections */
.division:before, .team-bg { background-image: none; }
.division:before { display: none; }

@media (max-width: 1100px) {
  .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
}
@media (max-width: 760px) {
  .team-grid { grid-template-columns: 1fr; }
}
.team-bg-rl { background-image: url('assets/team-rocket-league.png') !important; }
.team-bg-val { background-image: url('assets/team-valorant.png') !important; }
.team-bg-cod { background-image: url('assets/team-call-of-duty.png') !important; }

/* V9 — TEAM ART CARDS: clean split layout, no dark/black text panel */
.team-card{
  display:flex;
  flex-direction:column;
  min-height:560px;
  background:linear-gradient(180deg,#ff7a18 0%,#f4660d 100%);
  border:1px solid rgba(35,8,2,.24);
  border-radius:0;
  box-shadow:0 22px 60px rgba(34,7,1,.22);
}
.team-bg{
  position:relative;
  inset:auto;
  flex:0 0 310px;
  height:310px;
  width:100%;
  background-size:cover;
  background-position:center;
  opacity:1;
  transform:none;
  filter:none;
  z-index:0;
}
.team-bg:after{display:none!important}
.team-card:hover .team-bg{transform:scale(1.025);filter:saturate(1.06)}
.team-copy{
  position:relative;
  min-height:0;
  flex:1;
  padding:28px 30px 30px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  background:linear-gradient(180deg,#ff7a18 0%,#f4660d 100%);
  color:#070707;
}
.team-copy:before{display:none}
.team-copy .division{
  color:#17100d;
  font:800 10px/1.2 var(--mono);
  letter-spacing:1.7px;
  margin:0 0 5px;
}
.team-copy h2{
  color:#050505;
  font:900 clamp(50px,4vw,70px)/.84 var(--display);
  letter-spacing:.2px;
  margin:8px 0 13px;
}
.team-copy p{
  color:rgba(0,0,0,.76);
  font:600 13px/1.5 var(--body);
  max-width:410px;
  margin:0 0 22px;
}
.team-copy .button{
  align-self:flex-start;
  margin-top:auto;
  background:transparent;
  border:1.5px solid #090909;
  color:#090909;
  box-shadow:none;
  min-height:44px;
  padding:0 16px;
}
.team-copy .button:hover{
  background:#090909;
  color:#fff;
  border-color:#090909;
  box-shadow:0 10px 24px rgba(0,0,0,.16);
}

/* Home page: use the actual team artwork instead of the generic orange background */
.game-card{
  display:flex;
  flex-direction:column;
  min-height:560px;
  background:#f4660d;
  border:1px solid rgba(35,8,2,.24);
  box-shadow:0 22px 60px rgba(34,7,1,.22);
}
.game-art{
  position:relative;
  inset:auto;
  flex:0 0 310px;
  height:310px;
  width:100%;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat;
  filter:none!important;
  transform:none;
}
.game-card:nth-child(1) .game-art{background-image:url('assets/team-rocket-league.png')!important}
.game-card:nth-child(2) .game-art{background-image:url('assets/team-valorant.png')!important}
.game-card:nth-child(3) .game-art{background-image:url('assets/team-call-of-duty.png')!important}
.game-card:hover .game-art{transform:scale(1.025);filter:saturate(1.06)!important}
.game-copy{
  position:relative;
  inset:auto;
  flex:1;
  padding:28px 30px 30px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  background:linear-gradient(180deg,#ff7a18 0%,#f4660d 100%);
  color:#070707;
}
.game-copy .number{
  color:#17100d;
  font:800 10px/1.2 var(--mono);
  letter-spacing:1.7px;
}
.game-copy h3{
  color:#050505;
  font:900 clamp(50px,4vw,70px)/.84 var(--display);
  letter-spacing:.2px;
  margin:12px 0 13px;
}
.game-copy p{
  color:rgba(0,0,0,.76);
  font:600 13px/1.5 var(--body);
  max-width:410px;
  margin:0 0 22px;
}
.game-copy .button{
  align-self:flex-start;
  margin-top:auto;
  background:transparent;
  border:1.5px solid #090909;
  color:#090909;
  box-shadow:none;
  min-height:44px;
}
.game-copy .button:hover{
  background:#090909;
  color:#fff;
  border-color:#090909;
  box-shadow:0 10px 24px rgba(0,0,0,.16);
}

@media(max-width:1100px){
  .team-grid,.game-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
  .team-bg,.game-art{flex-basis:270px;height:270px}
  .team-copy,.game-copy{padding:24px 22px 24px}
  .team-copy h2,.game-copy h3{font-size:clamp(42px,4vw,58px)}
}
@media(max-width:760px){
  .team-grid,.game-grid{grid-template-columns:1fr}
  .team-card,.game-card{min-height:520px}
  .team-bg,.game-art{flex-basis:290px;height:290px}
}

/* V10 — TEAM CARDS: artwork fades directly into the orange card; no separate image panel */
.team-card {
  position: relative;
  display: block;
  min-height: 560px;
  height: 560px;
  overflow: hidden;
  background: #f4660d;
  border: 1px solid rgba(35,8,2,.24);
  box-shadow: 0 22px 60px rgba(34,7,1,.22);
}
.team-card .team-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center top;
  opacity: 1;
  z-index: 0;
  transform: scale(1.01);
  transition: transform .7s var(--ease), filter .45s ease;
}
.team-card .team-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  display: block !important;
  background:
    linear-gradient(180deg,
      rgba(244,102,13,0) 0%,
      rgba(244,102,13,0) 34%,
      rgba(244,102,13,.08) 44%,
      rgba(244,102,13,.34) 56%,
      rgba(244,102,13,.78) 69%,
      rgba(244,102,13,.97) 82%,
      #f4660d 94%,
      #f4660d 100%);
}
.team-card:hover .team-bg {
  transform: scale(1.035);
  filter: saturate(1.06) contrast(1.02);
}
.team-card .team-copy {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  min-height: 0;
  height: auto;
  padding: 190px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: transparent !important;
  color: #070707;
}
.team-card .team-copy:before { display: none !important; }
.team-card .team-copy .division,
.team-card .team-copy h2,
.team-card .team-copy p,
.team-card .team-copy .button { position: relative; z-index: 3; }
.team-card .team-copy .division {
  color: #17100d;
  margin: 0 0 5px;
}
.team-card .team-copy h2 {
  color: #050505;
  margin: 8px 0 13px;
}
.team-card .team-copy p {
  color: rgba(0,0,0,.76);
  margin: 0 0 22px;
}
.team-card .team-copy .button {
  align-self: flex-start;
  margin-top: 0;
  background: rgba(244,102,13,.15);
  border: 1.5px solid #090909;
  color: #090909;
  box-shadow: none;
}
.team-card .team-copy .button:hover {
  background: #090909;
  color: #fff;
  border-color: #090909;
}

@media (max-width:1100px) {
  .team-card { height: 540px; min-height: 540px; }
  .team-card .team-copy { padding: 180px 24px 26px; }
}
@media (max-width:760px) {
  .team-card { height: 560px; min-height: 560px; }
  .team-card .team-copy { padding: 200px 22px 24px; }
}

/* V11 — FINAL TEAM CARD CLEANUP: no image box / no dark rectangle.
   The artwork is now the card background itself and fades continuously into orange. */
.team-card {
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  background-color: #f4660d !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center top !important;
  isolation: isolate !important;
}
.team-card .team-bg {
  display: none !important;
}
.team-card:nth-child(1) { background-image: url('assets/team-rocket-league.png') !important; }
.team-card:nth-child(2) { background-image: url('assets/team-valorant.png') !important; }
.team-card:nth-child(3) { background-image: url('assets/team-call-of-duty.png') !important; }
.team-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(244,102,13,0) 0%,
    rgba(244,102,13,0) 30%,
    rgba(244,102,13,.08) 43%,
    rgba(244,102,13,.28) 54%,
    rgba(244,102,13,.62) 66%,
    rgba(244,102,13,.88) 76%,
    rgba(244,102,13,.98) 87%,
    #f4660d 100%
  );
}
.team-card::after { display: none !important; }
.team-card .team-copy {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  padding: 180px 30px 30px !important;
  min-height: 0 !important;
  height: 100% !important;
  background: transparent !important;
}
.team-card .team-copy::before { display: none !important; }
.team-card:hover { background-size: 102.5% !important; }

@media (max-width:1100px) {
  .team-card .team-copy { padding: 165px 24px 26px !important; }
}
@media (max-width:760px) {
  .team-card .team-copy { padding: 190px 22px 24px !important; }
}
