:root{
  --bg:#25272a;
  --bg-2:#2d3034;
  --bg-3:#373b40;
  --panel:rgba(49,52,57,.74);
  --panel-solid:#34383d;
  --line:rgba(255,255,255,.16);
  --text:#f4f4f4;
  --muted:#c8c8c8;
  --soft:#969ca3;
  --red:#ff2e24;
  --red-dark:#b91515;
  --shadow:0 24px 70px rgba(0,0,0,.42);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
body:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-3;
  background:
    radial-gradient(circle at 15% 15%,rgba(255,255,255,.06),transparent 24%),
    radial-gradient(circle at 80% 20%,rgba(255,46,36,.08),transparent 28%),
    linear-gradient(135deg,#222529 0%,#303338 45%,#202225 100%);
}
body:after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  opacity:.12;
  background-image:url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
}
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  height:92px;
  padding:14px 6vw;
  display:flex;
  align-items:center;
  gap:28px;
  border-bottom:1px solid var(--line);
  background:rgba(37,39,42,.78);
  backdrop-filter:blur(18px);
  box-shadow:0 14px 40px rgba(0,0,0,.22);
}
.brand{display:flex;align-items:center;min-width:165px}
.brand img{width:142px;height:auto;filter:drop-shadow(0 8px 18px rgba(0,0,0,.5))}
.site-nav{margin-left:auto;display:flex;align-items:center;gap:30px;font-weight:800;font-size:15px;color:#f1f1f1}
.site-nav a{opacity:.92;transition:.2s ease}
.site-nav a:hover{color:var(--red);opacity:1}
.header-actions{display:flex;gap:12px;align-items:center}
.store-badge{
  min-width:166px;
  height:58px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:0 22px;
  background:#0c0d0f;
  border:1px solid rgba(255,255,255,.2);
  border-radius:16px;
  box-shadow:0 12px 30px rgba(0,0,0,.35);
  transition:.25s ease;
}
.store-badge:hover{transform:translateY(-2px);border-color:rgba(255,46,36,.65);box-shadow:0 18px 44px rgba(255,46,36,.18)}
.store-badge span{font-size:11px;line-height:1;font-weight:700;color:#d8d8d8}
.store-badge strong{font-size:22px;line-height:1.05;font-weight:900;letter-spacing:-.03em;color:white}
.store-badge.small{min-width:128px;height:50px;padding:0 16px;border-radius:13px}
.store-badge.small span{font-size:9px}.store-badge.small strong{font-size:17px}
.nav-toggle{display:none;margin-left:auto;background:transparent;color:white;border:1px solid var(--line);border-radius:12px;font-size:22px;padding:8px 12px}
.hero{
  min-height:calc(100vh - 92px);
  padding:92px 6vw 70px;
  display:grid;
  grid-template-columns:minmax(420px,1fr) minmax(420px,650px);
  gap:58px;
  align-items:center;
  position:relative;
  overflow:hidden;
}
.hero-bg-grid{position:absolute;inset:0;pointer-events:none;background:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,transparent,#000 15%,#000 78%,transparent);opacity:.35}
.hero-content,.hero-slider{position:relative;z-index:2}.eyebrow{text-transform:uppercase;letter-spacing:.24em;color:var(--red);font-weight:900;font-size:13px;margin:0 0 24px;text-shadow:0 0 18px rgba(255,46,36,.35)}
h1,.section-heading h2,.section-copy h2,.brand-showcase h2,.social-copy h2,.contact-info h1{font-family:Anton,Impact,sans-serif;font-weight:400;letter-spacing:.005em;text-transform:uppercase}
.hero h1{font-size:clamp(70px,9vw,138px);line-height:.9;margin:0 0 26px;letter-spacing:.005em;text-shadow:0 14px 40px rgba(0,0,0,.42)}
.hero h2{font-size:clamp(32px,4.2vw,64px);line-height:1.05;margin:0 0 34px;font-weight:900;letter-spacing:-.055em;color:#fff}
.hero-text{font-size:22px;line-height:1.7;max-width:720px;color:#e6e6e6;margin:0 0 40px;font-weight:650}
.store-row{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:18px}.soon{font-size:15px;color:#d0d0d0;font-weight:800;margin:0}
.hero-slider{height:min(70vh,650px);min-height:520px;border-radius:34px;border:1px solid rgba(255,255,255,.17);background:radial-gradient(circle at center,rgba(255,255,255,.08),rgba(0,0,0,.18) 42%,#1b1d20 75%);box-shadow:var(--shadow);overflow:hidden}.slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:22px;opacity:0;transition:opacity .8s ease}.slide.active{opacity:1}.slide img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:24px;box-shadow:0 28px 70px rgba(0,0,0,.45)}.slider-dots{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:4}.slider-dots button{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.45);padding:0}.slider-dots button.active{background:var(--red);box-shadow:0 0 18px rgba(255,46,36,.9)}
.section{padding:105px 6vw}.about-section{display:grid;grid-template-columns:1fr 1.05fr;gap:60px;align-items:center;background:rgba(32,34,37,.38);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section-copy h2,.section-heading h2{font-size:clamp(44px,5.4vw,82px);line-height:1.02;margin:0 0 30px}.section-copy p:not(.eyebrow){font-size:21px;line-height:1.75;color:#ddd;max-width:740px;font-weight:560}.about-card{border-radius:32px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);background:var(--panel-solid)}.about-card img{width:100%;height:420px;object-fit:cover}.centered{text-align:center;max-width:980px;margin:0 auto 48px}.features-section{background:var(--bg-2)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.feature-card{min-height:270px;padding:32px;border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));border:1px solid var(--line);box-shadow:0 16px 45px rgba(0,0,0,.18)}.feature-card span{display:inline-flex;margin-bottom:40px;color:var(--red);font-weight:900;letter-spacing:.16em}.feature-card h3{font-size:25px;line-height:1.1;margin:0 0 20px;color:#fff}.feature-card p{margin:0;color:#d0d0d0;line-height:1.7;font-weight:550}
.brand-showcase{position:relative;padding:105px 6vw 115px;display:grid;place-items:center;text-align:center;overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(180deg,#282b2f,#202225)}.brand-showcase img{width:min(820px,92vw);filter:drop-shadow(0 20px 45px rgba(0,0,0,.6));margin-bottom:34px}.brand-showcase h2{max-width:950px;font-size:clamp(42px,5.1vw,76px);line-height:1.02;margin:0}.social-section{position:relative;padding:120px 6vw 130px;overflow:hidden;background:#292c30;border-bottom:1px solid var(--line)}.social-watermark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(1220px,110vw);max-width:none;opacity:.18;filter:drop-shadow(0 28px 50px rgba(0,0,0,.6));pointer-events:none}.social-copy,.social-grid{position:relative;z-index:2}.social-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:1200px;margin:0 auto}.social-card{min-height:145px;padding:34px;border-radius:28px;background:rgba(48,51,55,.72);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(10px);display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 24px 60px rgba(0,0,0,.22);transition:.25s ease}.social-card:hover{transform:translateY(-6px);border-color:rgba(255,46,36,.7);box-shadow:0 26px 70px rgba(255,46,36,.18)}.social-card strong{font-size:31px;font-weight:900}.social-card span{margin-top:9px;color:#e5e5e5;font-weight:800}.site-footer{min-height:92px;padding:28px 6vw;display:flex;align-items:center;justify-content:space-between;gap:25px;background:#181a1d;color:#e0e0e0;border-top:1px solid rgba(255,255,255,.1);font-weight:650}.site-footer p{margin:0}.site-footer a{text-decoration:underline;text-underline-offset:4px}
.contact-page{position:relative;min-height:calc(100vh - 92px);overflow:hidden;padding:92px 6vw 90px;display:flex;align-items:center;background:linear-gradient(135deg,#2b2e32,#232528)}.contact-bg-logo{position:absolute;left:50%;top:52%;transform:translate(-50%,-50%);width:min(1400px,128vw);max-width:none;opacity:.17;filter:drop-shadow(0 28px 60px rgba(0,0,0,.7));pointer-events:none}.contact-wrap{position:relative;z-index:2;width:100%;display:grid;grid-template-columns:1fr minmax(420px,560px);gap:58px;align-items:center}.contact-info h1{font-size:clamp(54px,6.8vw,106px);line-height:.98;margin:0 0 36px}.contact-lead{font-size:22px;line-height:1.75;color:#eee;max-width:760px;margin:0 0 42px;font-weight:600}.info-list{display:grid;gap:18px;max-width:680px}.info-item{padding:24px 28px;border-radius:22px;border:1px solid rgba(255,255,255,.22);background:rgba(50,53,58,.68);backdrop-filter:blur(10px)}.info-item span{display:block;margin-bottom:10px;text-transform:uppercase;letter-spacing:.16em;color:var(--red);font-weight:900;font-size:13px}.info-item p,.info-item a{font-weight:800;margin:0;color:white;line-height:1.45}.contact-form{padding:36px;border-radius:32px;border:1px solid rgba(255,255,255,.22);background:rgba(47,50,54,.78);backdrop-filter:blur(16px);box-shadow:var(--shadow)}.contact-form label{display:block;color:white;font-weight:900;margin-bottom:19px}.contact-form input,.contact-form textarea{width:100%;margin-top:10px;border-radius:18px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.1);color:white;padding:18px 20px;font:700 16px Inter,sans-serif;outline:none}.contact-form input:focus,.contact-form textarea:focus{border-color:rgba(255,46,36,.75);box-shadow:0 0 0 4px rgba(255,46,36,.12)}.contact-form textarea{resize:vertical;min-height:150px}.contact-form button{width:100%;height:62px;border:0;border-radius:18px;background:linear-gradient(135deg,var(--red),#e71d16);color:white;font-weight:900;font-size:17px;cursor:pointer;box-shadow:0 18px 38px rgba(255,46,36,.27);transition:.25s ease}.contact-form button:hover{transform:translateY(-2px);box-shadow:0 24px 50px rgba(255,46,36,.34)}
@media (max-width:1180px){.header-actions{display:none}.hero{grid-template-columns:1fr;gap:44px}.hero-slider{height:620px}.features-grid{grid-template-columns:repeat(2,1fr)}.about-section,.contact-wrap{grid-template-columns:1fr}.contact-form{max-width:720px}.site-nav{gap:22px}}
@media (max-width:760px){.site-header{height:78px;padding:12px 20px}.brand img{width:116px}.nav-toggle{display:block}.site-nav{position:absolute;top:78px;left:16px;right:16px;display:none;flex-direction:column;gap:0;background:rgba(26,28,31,.96);border:1px solid var(--line);border-radius:22px;padding:12px;backdrop-filter:blur(18px)}.site-nav.open{display:flex}.site-nav a{width:100%;padding:16px;border-radius:14px}.site-nav a:hover{background:rgba(255,255,255,.06)}.hero{padding:62px 20px 54px;min-height:auto}.hero h1{font-size:64px}.hero h2{font-size:34px;margin-bottom:26px}.hero-text{font-size:18px;line-height:1.65}.store-badge{min-width:148px}.store-badge strong{font-size:19px}.hero-slider{min-height:420px;height:520px;border-radius:24px}.section{padding:76px 20px}.section-copy h2,.section-heading h2,.brand-showcase h2,.social-copy h2{font-size:42px}.about-card img{height:310px}.features-grid,.social-grid{grid-template-columns:1fr}.brand-showcase{padding:80px 20px}.social-section{padding:86px 20px}.social-watermark{width:160vw;opacity:.16}.contact-page{padding:62px 20px 70px}.contact-wrap{gap:34px}.contact-info h1{font-size:54px}.contact-lead{font-size:18px}.contact-form{padding:24px;border-radius:24px}.contact-bg-logo{width:185vw;opacity:.16}.site-footer{flex-direction:column;align-items:flex-start;font-size:14px}}
