:root{--gold:#d7a82f;--gold2:#f0c95a;--ink:#090a0c;--panel:#111318;--muted:#9ca1aa;--line:#272a31;--white:#f7f7f4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#0b0c0f;color:var(--white);line-height:1.55}a{color:inherit;text-decoration:none}.site-head{height:82px;position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,76px);background:rgba(9,10,12,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.07)}.logo{display:flex;align-items:baseline;gap:10px;letter-spacing:.12em}.logo img{max-height:50px;max-width:180px;object-fit:contain}.logo span{font-size:27px;font-weight:950}.logo b{font-size:10px;color:var(--gold);letter-spacing:.35em}.site-head nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:700}.site-head nav a{opacity:.82}.site-head nav a:hover{opacity:1}.site-head .cta{border:1px solid var(--gold);padding:11px 18px;border-radius:999px;color:var(--gold2)}.menu{display:none;background:none;border:0;color:white;font-size:26px}.hero{min-height:760px;display:grid;align-items:end;position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 78% 20%,rgba(215,168,47,.18),transparent 30%),linear-gradient(125deg,#07080a 0%,#12151b 55%,#08090b 100%)}.hero:before{content:"";position:absolute;inset:0;z-index:-2;background-image:linear-gradient(90deg,rgba(8,9,11,.97) 0%,rgba(8,9,11,.75) 45%,rgba(8,9,11,.3) 100%),var(--hero);background-size:cover;background-position:center}.hero:after{content:"ESN";position:absolute;right:-2vw;bottom:-13vw;z-index:-1;font-weight:1000;font-size:min(42vw,600px);line-height:.8;color:rgba(255,255,255,.025);letter-spacing:-.08em}.hero-inner{width:min(1320px,90vw);margin:0 auto;padding:150px 0 78px}.eyebrow,.kicker{font-size:12px;letter-spacing:.28em;color:var(--gold2);font-weight:900}.hero h1{max-width:900px;font-size:clamp(52px,7.4vw,112px);line-height:.9;letter-spacing:-.055em;margin:20px 0 26px;text-transform:uppercase}.hero p{max-width:660px;color:#c7c9ce;font-size:clamp(17px,2vw,21px)}.hero-actions{display:flex;gap:12px;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:4px;font-weight:900;border:1px solid transparent;cursor:pointer}.gold{background:linear-gradient(135deg,var(--gold2),#b78112);color:#090909}.ghost{border-color:#555a64;background:rgba(255,255,255,.035)}.stats{display:flex;gap:0;margin-top:80px;border-top:1px solid rgba(255,255,255,.12);max-width:720px}.stats div{padding:25px 45px 0 0;margin-right:45px;border-right:1px solid rgba(255,255,255,.12)}.stats div:last-child{border:0}.stats strong{display:block;font-size:24px;color:white}.stats span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#858a94}.section{width:min(1320px,90vw);margin:auto;padding:110px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:46px}.section-head h2,.split h2,.quote h2{font-size:clamp(38px,5vw,70px);line-height:.95;letter-spacing:-.04em;margin:10px 0}.section-head>p{max-width:500px;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product{background:#111318;border:1px solid #23262c;overflow:hidden;transition:.25s}.product:hover{transform:translateY(-5px);border-color:#4b4023}.product-img{height:470px;position:relative;background:linear-gradient(145deg,#17191f,#0d0e11);overflow:hidden}.product-img:after{content:"";position:absolute;inset:0;box-shadow:inset 0 -100px 100px rgba(0,0,0,.25);pointer-events:none}.product-img img{width:100%;height:100%;object-fit:contain;padding:20px;transition:.35s}.product:hover img{transform:scale(1.025)}.product-img>span{position:absolute;left:16px;top:16px;z-index:2;background:#0a0b0d;color:var(--gold2);border:1px solid #3b3422;padding:7px 10px;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.placeholder{height:100%;display:grid;place-items:center;font-size:80px;font-weight:1000;color:#24272d}.product-body{padding:24px}.product-body h3{font-size:24px;margin:0 0 8px}.product-body p{color:#9499a3;min-height:48px}.choose{width:100%;padding:14px;margin-top:10px;border:1px solid #3a3d45;background:transparent;color:#fff;font-weight:800;cursor:pointer}.choose:hover{border-color:var(--gold);color:var(--gold2)}.empty{padding:70px;border:1px dashed #333740;text-align:center;color:#8f949d}.dark-section{background:linear-gradient(180deg,#121419,#0a0b0e);border-top:1px solid #1f2228;border-bottom:1px solid #1f2228;padding:110px max(5vw,calc((100vw - 1320px)/2))}.light{margin-bottom:50px}.steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #31343b}.steps>div{padding:36px 34px 20px 0;border-right:1px solid #25282e;min-height:210px}.steps b{font-size:13px;color:var(--gold2)}.steps h3{font-size:24px;margin:40px 0 8px}.steps p{color:#8f949d}.split{display:grid;grid-template-columns:1.3fr .7fr;gap:90px;align-items:center}.split>div:first-child p{color:#a8acb4;font-size:18px;max-width:760px}.info-card{background:linear-gradient(145deg,#16181d,#0e0f12);border:1px solid #2a2d34;padding:38px;display:grid;gap:10px}.info-card span{color:#777d87;text-transform:uppercase;font-size:10px;letter-spacing:.2em;margin-top:15px}.info-card a{font-size:22px;font-weight:800}.quote{width:min(1320px,90vw);margin:20px auto 100px;padding:70px;background:linear-gradient(135deg,#17191e,#0c0d10);border:1px solid #2b2e35;display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.quote>div p{color:#989da6}.quote form{background:#0d0e11;padding:30px;border:1px solid #24272d}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}label{display:grid;gap:7px;color:#aeb2b9;font-size:12px;font-weight:800}input,textarea{width:100%;border:1px solid #30343c;background:#15171b;color:white;padding:14px 15px;font:inherit;outline:none}input:focus,textarea:focus{border-color:#9c7926}textarea{resize:vertical}form>.btn{width:100%;margin-top:16px}footer{padding:45px max(5vw,calc((100vw - 1320px)/2));border-top:1px solid #22252b;display:flex;align-items:center;gap:30px;color:#7f848e}footer p{margin-right:auto}footer>a{font-size:12px;color:#5f646d}@media(max-width:900px){.site-head{height:70px}.menu{display:block}.site-head nav{display:none;position:absolute;top:70px;left:0;right:0;background:#0b0c0f;padding:24px;flex-direction:column;align-items:stretch}.site-head nav.open{display:flex}.hero{min-height:680px}.hero-inner{padding:120px 0 55px}.hero h1{font-size:clamp(48px,14vw,78px)}.stats{margin-top:55px}.stats div{padding-right:18px;margin-right:18px}.section{padding:75px 0}.section-head{display:block}.grid{grid-template-columns:1fr 1fr}.product-img{height:360px}.steps{grid-template-columns:1fr 1fr}.split,.quote{grid-template-columns:1fr;gap:30px}.quote{padding:35px}.form-grid{grid-template-columns:1fr}}@media(max-width:580px){.logo b{display:none}.hero-actions{flex-direction:column}.stats{display:grid;grid-template-columns:repeat(3,1fr)}.stats div{margin:0;padding:20px 10px 0 0}.stats strong{font-size:18px}.grid{grid-template-columns:1fr}.product-img{height:420px}.steps{grid-template-columns:1fr}.steps>div{min-height:auto;border-right:0;border-bottom:1px solid #25282e}.steps h3{margin-top:18px}.quote{width:94vw;padding:25px}.site-head{padding:0 18px}}


/* ===== ESN SPORTS WEAR — PREMIUM BLACK / YELLOW UPGRADE ===== */
:root{
  --gold:#f4b400;
  --gold2:#ffd45a;
  --ink:#050608;
  --panel:#0d0f13;
  --muted:#9da3ad;
  --line:#262a31;
  --white:#fafaf6;
}

body{
  background:
    radial-gradient(circle at 82% 0%,rgba(244,180,0,.08),transparent 25%),
    linear-gradient(180deg,#050608 0%,#090b0f 48%,#050608 100%);
}

.site-head{
  height:84px;
  background:rgba(5,6,8,.78);
  backdrop-filter:blur(24px) saturate(135%);
  border-bottom:1px solid rgba(255,255,255,.07);
  box-shadow:0 12px 38px rgba(0,0,0,.22);
}
.logo img{filter:drop-shadow(0 7px 20px rgba(244,180,0,.2))}
.site-head nav a{transition:.2s}
.site-head nav a:hover{color:var(--gold2)}
.site-head .cta{
  color:#0b0b0b;
  background:linear-gradient(135deg,#ffe073,#f4b400 58%,#ba7b00);
  border-color:rgba(255,213,90,.7);
  box-shadow:0 12px 34px rgba(244,180,0,.2);
}

.hero{
  min-height:790px;
  background:
    radial-gradient(circle at 78% 18%,rgba(244,180,0,.18),transparent 28%),
    radial-gradient(circle at 18% 86%,rgba(255,255,255,.025),transparent 30%),
    linear-gradient(125deg,#040507 0%,#0e1117 58%,#050608 100%);
}
.hero:before{
  background-image:
    linear-gradient(90deg,rgba(4,5,7,.99) 0%,rgba(4,5,7,.84) 42%,rgba(4,5,7,.32) 100%),
    linear-gradient(180deg,transparent,rgba(0,0,0,.35)),
    var(--hero);
}
.hero:after{
  color:rgba(255,255,255,.018);
  text-shadow:0 0 80px rgba(244,180,0,.04);
}
.hero-inner{padding:155px 0 85px}
.hero-inner:before{
  content:"";
  position:absolute;
  width:78px;
  height:3px;
  margin-top:-24px;
  background:linear-gradient(90deg,var(--gold2),transparent);
  box-shadow:0 0 24px rgba(244,180,0,.5);
}
.hero h1{
  font-size:clamp(58px,7.8vw,118px);
  line-height:.86;
  letter-spacing:-.062em;
  text-shadow:0 16px 44px rgba(0,0,0,.38);
}
.hero p{color:#c9ccd2;max-width:690px}
.btn{border-radius:9px;transition:.25s}
.gold{
  background:linear-gradient(135deg,#ffe070,#f4b400 58%,#b97700);
  box-shadow:0 14px 38px rgba(244,180,0,.24),inset 0 1px 0 rgba(255,255,255,.5);
}
.gold:hover{transform:translateY(-2px);box-shadow:0 18px 50px rgba(244,180,0,.32)}
.ghost:hover{border-color:var(--gold);color:var(--gold2);background:rgba(244,180,0,.05)}

.section{padding:120px 0}
.section:before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;height:1px;
  background:linear-gradient(90deg,transparent,rgba(244,180,0,.2),transparent);
}
.section-head h2,.split h2,.quote h2{letter-spacing:-.055em}

.grid{gap:22px}
.product{
  border-radius:15px;
  border-color:#252a32;
  background:
    linear-gradient(180deg,rgba(255,255,255,.026),transparent 34%),
    linear-gradient(145deg,#12151b,#0b0d10);
  box-shadow:0 18px 55px rgba(0,0,0,.2);
}
.product:hover{
  transform:translateY(-7px);
  border-color:rgba(244,180,0,.58);
  box-shadow:0 30px 78px rgba(0,0,0,.38),0 0 0 1px rgba(244,180,0,.05);
}
.product-img{
  height:500px;
  background:
    radial-gradient(circle at 50% 34%,rgba(244,180,0,.12),transparent 34%),
    linear-gradient(145deg,#181b21,#0c0e12);
}
.product-img img{
  padding:25px;
  filter:drop-shadow(0 28px 38px rgba(0,0,0,.3));
}
.product-img>span{
  border-radius:999px;
  background:rgba(6,7,9,.9);
  border-color:rgba(244,180,0,.34);
}
.product-body{padding:27px}
.product-body h3{letter-spacing:-.035em}
.choose{
  border-radius:9px;
  transition:.2s;
}
.choose:hover{
  color:#0a0a0a;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  box-shadow:0 12px 32px rgba(244,180,0,.18);
}

.dark-section{
  background:
    radial-gradient(circle at 82% 20%,rgba(244,180,0,.075),transparent 26%),
    linear-gradient(180deg,#11141a,#08090c);
}
.steps b{
  display:inline-flex;
  width:35px;height:35px;
  align-items:center;justify-content:center;
  border:1px solid rgba(244,180,0,.3);
  border-radius:50%;
  background:rgba(244,180,0,.045);
}

.info-card,.quote{
  border-radius:16px;
  border-color:#2a2f38;
  box-shadow:0 28px 85px rgba(0,0,0,.28);
}
.info-card{
  background:
    radial-gradient(circle at 100% 0%,rgba(244,180,0,.09),transparent 36%),
    linear-gradient(145deg,#15181e,#0c0e12);
}
.quote{
  background:
    radial-gradient(circle at 8% 10%,rgba(244,180,0,.075),transparent 26%),
    linear-gradient(135deg,#15181d,#0b0d10);
}
.quote form{border-radius:12px}
input,textarea{
  border-radius:8px;
  transition:.2s;
}
input:focus,textarea:focus{
  border-color:rgba(244,180,0,.78);
  box-shadow:0 0 0 3px rgba(244,180,0,.075);
}

footer{background:#050608}
footer>a:hover{color:var(--gold2)}

@media(max-width:900px){
  .hero{min-height:710px}
  .product-img{height:380px}
}
@media(max-width:580px){
  .hero{min-height:700px}
  .hero h1{font-size:clamp(50px,15vw,76px)}
  .product-img{height:435px}
}
