
:root{
  --bg:#050a12; --panel:#0a1422; --panel2:#0e1d30; --text:#f4f7fb;
  --muted:#aebdce; --blue:#1597ff; --blue2:#54b7ff; --line:#24364d;
  --silver:#dbe4ec; --gold:#d7aa55;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}
a{color:inherit}
.container{width:min(1120px,92%);margin:auto}
.nav{position:sticky;top:0;z-index:20;background:rgba(5,10,18,.93);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800;letter-spacing:.04em}
.brand img{width:46px;height:46px;object-fit:cover;border-radius:10px}
.navlinks{display:flex;gap:22px;align-items:center}
.navlinks a{text-decoration:none;color:var(--muted);font-size:.95rem}
.navlinks a:hover{color:white}
.btn{display:inline-block;text-decoration:none;border:1px solid #2b9fff;background:linear-gradient(135deg,#087bd4,#1da8ff);padding:11px 18px;border-radius:10px;font-weight:700;color:white}
.btn.secondary{background:transparent;border-color:#49647e;color:#dfeaf5}
.hero{min-height:650px;display:grid;place-items:center;position:relative;overflow:hidden;background:
radial-gradient(circle at 75% 18%,rgba(21,151,255,.20),transparent 25%),
linear-gradient(145deg,#050a12 10%,#081421 52%,#07101b 100%)}
.hero:after{content:"";position:absolute;inset:auto -10% -180px -10%;height:420px;background:linear-gradient(145deg,transparent 35%,rgba(21,151,255,.11));transform:skewY(-7deg)}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center;padding:70px 0}
.eyebrow{color:var(--blue2);font-weight:800;letter-spacing:.16em;text-transform:uppercase;font-size:.78rem}
h1{font-size:clamp(2.8rem,6vw,5.4rem);line-height:.98;margin:.2em 0 .25em;letter-spacing:-.045em}
.hero p{font-size:1.18rem;color:var(--muted);max-width:680px}
.hero .mission{font-size:1.04rem;color:#dce7f2;margin-top:24px}
.hero-logo{display:flex;justify-content:center}
.hero-logo img{width:min(470px,100%);border-radius:28px;box-shadow:0 25px 80px rgba(0,0,0,.55)}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.section{padding:88px 0}
.section.alt{background:#07111d}
.section-head{max-width:760px;margin-bottom:38px}
.section h2{font-size:clamp(2rem,4vw,3.2rem);margin:0 0 10px}
.section-head p,.muted{color:var(--muted)}
.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.card{background:linear-gradient(160deg,var(--panel2),var(--panel));border:1px solid var(--line);border-radius:18px;padding:28px;position:relative;overflow:hidden}
.card:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:var(--blue)}
.card h3{font-size:1.5rem;margin:0 0 5px}
.status{display:inline-block;color:#8fd0ff;font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:14px}
.card p{color:var(--muted)}
.card a{color:#78c7ff;text-decoration:none;font-weight:700}
.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.values{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}
.value{border:1px solid var(--line);border-radius:14px;padding:20px;text-align:center;background:#091421}
.value strong{display:block;font-size:1.15rem}
.product-hero{padding:85px 0 65px;background:linear-gradient(145deg,#07111d,#0b1c2d);border-bottom:1px solid var(--line)}
.product-hero h1{font-size:clamp(2.5rem,5vw,4.5rem)}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature{padding:22px;border:1px solid var(--line);border-radius:14px;background:#091421}
.feature h3{margin-top:0}
.notice{border-left:4px solid var(--blue);padding:18px 20px;background:#0a1828;border-radius:8px;color:#dce8f4}
footer{border-top:1px solid var(--line);padding:35px 0;color:#8295a8;font-size:.9rem}
.footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
@media(max-width:800px){
 .navlinks{display:none}.hero-grid,.split{grid-template-columns:1fr}.hero{min-height:auto}
 .hero-logo{order:-1}.hero-logo img{width:260px}.cards,.feature-grid{grid-template-columns:1fr}
 .values{grid-template-columns:1fr}.section{padding:60px 0}
}

.product-hero-inner{display:grid;grid-template-columns:1fr 300px;gap:48px;align-items:center}
.product-logo-wrap{display:flex;justify-content:center;align-items:center}
.product-logo{width:min(280px,100%);max-height:280px;object-fit:contain;border-radius:22px;filter:drop-shadow(0 18px 30px rgba(0,0,0,.38))}
.product-logo.wide{width:min(360px,100%);max-height:240px}
.event-list{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0 0;padding:0;list-style:none}
.event-list li{border:1px solid #2b4b68;background:#0a1828;border-radius:999px;padding:7px 12px;color:#dce8f4;font-weight:700;font-size:.92rem}
@media(max-width:800px){.product-hero-inner{grid-template-columns:1fr}.product-logo-wrap{order:-1}.product-logo{width:210px;max-height:210px}.product-logo.wide{width:260px;max-height:190px}}


/* Product showcase refresh */
.cards.product-showcase{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.product-card{padding:0;display:grid;grid-template-columns:1fr 180px;min-height:270px;align-items:center}
.product-card .card-copy{padding:30px 8px 30px 30px;position:relative;z-index:2}
.product-card .card-art{height:100%;display:flex;align-items:center;justify-content:center;padding:24px 22px 24px 8px;background:radial-gradient(circle at center,rgba(21,151,255,.11),transparent 68%)}
.product-card .card-art img{width:100%;max-height:205px;object-fit:contain;filter:drop-shadow(0 14px 22px rgba(0,0,0,.48));transition:transform .2s ease}
.product-card:hover .card-art img{transform:scale(1.035)}
.product-card.gameday .card-art img{border-radius:24px}
.product-card h3{font-size:1.55rem}

.product-hero{padding:68px 0;background:radial-gradient(circle at 82% 45%,rgba(21,151,255,.12),transparent 30%),linear-gradient(145deg,#07111d,#0b1c2d)}
.product-hero-inner{grid-template-columns:minmax(0,1fr) 390px;gap:54px;min-height:300px}
.product-logo-wrap{height:300px;position:relative}
.product-logo-wrap:before{content:"";position:absolute;width:270px;height:270px;border-radius:50%;background:radial-gradient(circle,rgba(21,151,255,.12),transparent 68%);filter:blur(5px)}
.product-logo{position:relative;z-index:1;width:min(355px,100%);max-height:285px;border-radius:0;filter:drop-shadow(0 22px 32px rgba(0,0,0,.5))}
.product-logo.icon{width:min(270px,100%);border-radius:30px}
.product-main{padding-top:72px}
.product-main .split{grid-template-columns:.95fr 1.05fr;gap:72px}
.product-main h2{font-size:clamp(2.2rem,4vw,3.25rem);line-height:1.08}
.feature{background:linear-gradient(155deg,#0c1b2d,#08131f);box-shadow:0 12px 32px rgba(0,0,0,.12)}

@media(max-width:900px){
 .product-card{grid-template-columns:1fr 145px}.product-card .card-art img{max-height:165px}
 .product-hero-inner{grid-template-columns:1fr 290px}
}
@media(max-width:700px){
 .cards.product-showcase{grid-template-columns:1fr}
 .product-card{grid-template-columns:1fr 120px;min-height:220px}
 .product-card .card-copy{padding:24px 4px 24px 24px}.product-card .card-art{padding:18px 16px 18px 4px}
 .product-card .card-art img{max-height:135px}
 .product-hero-inner{grid-template-columns:1fr;gap:18px;text-align:center}
 .product-logo-wrap{order:-1;height:210px}.product-logo-wrap:before{width:210px;height:210px}
 .product-logo{width:min(250px,85%);max-height:205px}.product-logo.icon{width:min(190px,70%)}
 .product-main .split{grid-template-columns:1fr;gap:36px}.product-main{padding-top:52px}
}

.brand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:22px 0 36px}
.brand-card{background:#081a2b;border:1px solid #284862;border-radius:12px;padding:16px;text-align:center}
.brand-card img{width:100%;height:190px;object-fit:contain;display:block;margin:0 auto 10px}
.brand-card h3{margin:.3rem 0}.brand-card p{color:#b8c9d9}
.product-family{margin-top:34px}
.model-panel{margin:28px 0;background:#071726;border:1px solid #284862;border-radius:12px;padding:16px;text-align:center}
.model-panel img{max-width:100%;max-height:480px;object-fit:contain}
@media(max-width:760px){.brand-grid{grid-template-columns:1fr}.brand-card img{height:auto;max-height:260px}}

/* 2026-09-15 final visual alignment */
.orange{color:#ff7200}
.product-lead{font-size:1.35rem;font-weight:700;color:#f4f7fb;margin:.4rem 0 1rem}
.gameday-hero{padding:42px 0 34px;overflow:hidden;background:
  radial-gradient(circle at 78% 18%,rgba(255,114,0,.12),transparent 24%),
  radial-gradient(circle at 20% 85%,rgba(21,151,255,.10),transparent 30%),
  linear-gradient(145deg,#07111d,#0b1c2d)}
.gameday-hero-grid{display:grid;grid-template-columns:1.05fr .9fr .45fr;gap:28px;align-items:center;min-height:410px}
.gameday-brand-art{display:flex;align-items:center;justify-content:center}
.gameday-primary{width:100%;max-width:560px;object-fit:contain;filter:drop-shadow(0 20px 32px rgba(0,0,0,.55))}
.gameday-copy h1{font-size:clamp(2.8rem,5vw,5rem);margin:.15em 0 .2em}
.gameday-copy .notice{margin-top:22px}
.scoop-wrap{align-self:end;display:flex;justify-content:center;filter:drop-shadow(0 18px 28px rgba(0,0,0,.5))}
.scoop-wrap img{width:min(270px,100%);max-height:390px;object-fit:contain;border-radius:18px}
.four-features{grid-template-columns:repeat(4,1fr)}
.compact-product{padding:46px 0 54px}
.back-row{margin-top:28px}

/* Homepage: preserve the current hero structure while giving it the richer mockup feel */
.hero{background:
 radial-gradient(circle at 76% 22%,rgba(21,151,255,.20),transparent 26%),
 radial-gradient(circle at 86% 70%,rgba(255,114,0,.08),transparent 24%),
 linear-gradient(145deg,#050a12 10%,#081421 52%,#07101b 100%)}
.product-card{box-shadow:0 14px 34px rgba(0,0,0,.18)}
.product-card .card-art img{max-width:190px}
.product-card.gameday .card-art img{border-radius:14px;max-width:210px}

@media(max-width:1000px){
 .gameday-hero-grid{grid-template-columns:1fr 1fr}.scoop-wrap{grid-column:2;grid-row:1 / span 2;align-self:center}.gameday-brand-art{grid-column:1}.gameday-copy{grid-column:1}
 .four-features{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
 .gameday-hero-grid{grid-template-columns:1fr;text-align:center}.gameday-brand-art,.gameday-copy,.scoop-wrap{grid-column:1;grid-row:auto}.scoop-wrap img{max-height:300px;width:210px}.gameday-primary{max-width:430px}.four-features{grid-template-columns:1fr}
}

/* === 2026-09-15 high-fidelity website refresh === */
.brand span{
  font-family:"Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  text-transform:uppercase;
  font-size:1.05rem;
  font-weight:800;
  letter-spacing:.105em;
  background:linear-gradient(180deg,#ffffff 10%,#dbe6ef 62%,#9fb2c4 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
  text-shadow:0 1px 12px rgba(109,185,255,.08)
}

/* Main page mountain treatment modeled on the approved visual reference */
.home-page .hero{background:
  linear-gradient(90deg,rgba(4,10,17,.97) 0%,rgba(4,10,17,.91) 44%,rgba(4,10,17,.35) 100%),
  url('/assets/mountain-brand-bg.png') center/cover no-repeat;
}
.home-page .hero:after{display:none}
.home-page #products{position:relative;overflow:hidden;background:#050a12}
.home-page #products:before{content:"";position:absolute;inset:0;background:
  linear-gradient(rgba(5,10,18,.88),rgba(5,10,18,.96)),url('/assets/mountain-brand-bg.png') center 34%/cover no-repeat;opacity:.58;pointer-events:none}
.home-page #products>.container{position:relative;z-index:1}
.home-page .product-card{background:linear-gradient(165deg,rgba(13,32,51,.96),rgba(7,20,33,.97));border-color:#274c68}
.home-page .product-card .card-art{background:radial-gradient(circle,rgba(21,151,255,.10),transparent 70%)}
.home-page .product-card.gameday .card-art img{max-width:170px;border-radius:28px}

/* Product pages matching the approved mockup direction */
.showcase-hero,.gameday-showcase{position:relative;overflow:hidden;border-bottom:1px solid var(--line);padding:50px 0;background:#07111d}
.showcase-hero:before,.gameday-showcase:before{content:"";position:absolute;inset:0;background:
  linear-gradient(90deg,rgba(5,14,24,.92),rgba(5,14,24,.72)),url('/assets/mountain-brand-bg.png') center/cover no-repeat;opacity:.36;pointer-events:none}
.showcase-grid,.gameday-showcase-grid{position:relative;z-index:1}
.showcase-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:52px;align-items:center;min-height:420px}
.showcase-art{min-height:360px;display:flex;align-items:center;justify-content:center}
.showcase-art img{width:min(520px,100%);max-height:360px;object-fit:contain;filter:drop-shadow(0 24px 38px rgba(0,0,0,.62))}
.showcase-copy h1{font-size:clamp(3rem,5vw,5.1rem);margin:.15em 0 .22em;line-height:.95}
.showcase-copy .notice{margin-top:24px}
.product-tagline{font-size:1.05rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase;color:#f1f5f9;margin:20px 0 0}
.product-tagline span{color:var(--orange)}
.compact-line{margin:.25rem 0 0}
.product-feature-band{background:linear-gradient(180deg,#030b14,#06101b);padding-top:38px}
.showcase-features{gap:16px}
.showcase-features .feature{border-color:#284b67;background:linear-gradient(160deg,#0c2033,#081521);min-height:210px;padding:22px}
.showcase-features .feature h3{font-size:1.03rem}
.feature-icon{font-size:2rem;color:#24b0ff;font-weight:900;line-height:1;margin-bottom:14px}
.four-features{grid-template-columns:repeat(4,1fr)}
.three-features{grid-template-columns:repeat(3,1fr);margin-top:22px}
.showcase-brands{margin:0 0 28px}
.showcase-brands .brand-card{background:linear-gradient(160deg,#0c2033,#081521);border-color:#284b67}
.showcase-brands .brand-card img{height:210px}
.showcase-brands .brand-card h3{font-size:1.15rem}
.section-kicker{margin-bottom:16px}
.event-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:0 0 18px}
.event-card{background:linear-gradient(160deg,#0c2033,#081521);border:1px solid #315675;border-radius:12px;padding:18px;text-align:center;min-height:120px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:9px}
.event-symbol{font-size:2.25rem;color:#ff7800;text-shadow:0 0 14px rgba(255,120,0,.35)}
.event-symbol.discus{font-size:2rem}.event-symbol.javelin{transform:rotate(-25deg)}.event-symbol.hammer{font-size:1.8rem}
.rich-model{margin-top:22px;background:linear-gradient(160deg,#091b2c,#06121e)}
.rich-model img{max-height:520px}

/* Gameday Scoop: clean app icon on site, Scoop mascot retained on product page */
.gameday-showcase-grid{display:grid;grid-template-columns:.78fr 1.18fr .48fr;gap:30px;align-items:center;min-height:440px}
.gameday-icon-art{display:flex;align-items:center;justify-content:center}
.gameday-icon-art img{width:min(300px,100%);border-radius:40px;filter:drop-shadow(0 20px 35px rgba(0,0,0,.55))}
.gameday-center{min-width:0}
.gameday-wordmark{width:min(540px,100%);max-height:165px;object-fit:contain;object-position:left center;filter:drop-shadow(0 15px 25px rgba(0,0,0,.45));margin:12px 0 10px}
.gameday-center .notice{margin-top:20px}
.scoop-hero{align-self:end;display:flex;justify-content:center}
.scoop-hero img{width:min(255px,100%);max-height:405px;object-fit:contain;filter:drop-shadow(0 20px 30px rgba(0,0,0,.55))}

@media(max-width:1000px){
 .four-features{grid-template-columns:repeat(2,1fr)}
 .showcase-grid{grid-template-columns:.9fr 1.1fr;gap:32px}
 .gameday-showcase-grid{grid-template-columns:.8fr 1.2fr}.scoop-hero{grid-column:2;justify-content:flex-end}.scoop-hero img{width:200px}
}
@media(max-width:760px){
 .brand span{font-size:.86rem;letter-spacing:.07em}
 .showcase-grid,.gameday-showcase-grid{grid-template-columns:1fr;text-align:center;min-height:0}
 .showcase-art{min-height:230px}.showcase-art img{max-height:250px;width:min(360px,88%)}
 .showcase-copy .notice{text-align:left}
 .gameday-icon-art img{width:180px}.gameday-wordmark{object-position:center;max-width:440px}.gameday-center .notice{text-align:left}
 .scoop-hero{grid-column:auto;justify-content:center}.scoop-hero img{width:190px;max-height:300px}
 .four-features,.three-features,.event-cards{grid-template-columns:1fr}
 .showcase-brands .brand-card img{height:auto;max-height:250px}
}


/* FINAL NARROW TWEAKS — 2026-09-15
   Gameday Scoop desktop hero only: balance mascot with app icon.
   Homepage TorqueFlight uses a tightly-cropped version of the same approved icon. */
@media (min-width:1001px){
  .gameday-showcase-grid{
    grid-template-columns:.68fr 1.08fr .68fr;
  }
  .scoop-hero{
    align-self:center;
    justify-content:center;
  }
  .scoop-hero img{
    width:min(320px,100%);
    max-height:440px;
  }
}
