:root{--bg:#050505;--panel:#111113;--panel2:#18181b;--red:#e50914;--white:#fff;--silver:#cfcfcf;--muted:#8e8e93;--line:rgba(255,255,255,.12);--radius:28px;--max:1280px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--white);font-family:Inter,Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.gc-wrap{max-width:var(--max);margin:0 auto;padding:0 24px}.gc-announcement{background:var(--red);color:#fff;text-align:center;font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:12px;padding:10px}.gc-header{position:sticky;top:0;z-index:50;background:rgba(5,5,5,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(229,9,20,.35)}.gc-header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}.gc-brand{display:flex;align-items:center;gap:14px;font-weight:950;letter-spacing:.03em}.gc-brand img{max-height:48px;width:auto}.gc-brand-mark{background:linear-gradient(135deg,var(--red),#710006);width:44px;height:44px;border-radius:14px;display:grid;place-items:center;font-weight:950;box-shadow:0 0 28px rgba(229,9,20,.35)}.gc-brand small{display:block;color:var(--silver);font-size:10px;letter-spacing:.28em;margin-top:4px}.gc-nav{display:flex;gap:22px;align-items:center;font-size:14px;font-weight:850;text-transform:uppercase}.gc-nav a{opacity:.86}.gc-nav a:hover{color:var(--red);opacity:1}.gc-actions{display:flex;gap:10px}.gc-pill{border:1px solid var(--line);border-radius:999px;padding:12px 18px;font-weight:900}.gc-pill-red{background:var(--red);border-color:var(--red)}.gc-hero{position:relative;overflow:hidden;min-height:680px;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 72% 35%,rgba(229,9,20,.20),transparent 34%),linear-gradient(135deg,#050505 0%,#101014 55%,#050505 100%)}.gc-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.5}.gc-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,5,.96) 0%,rgba(5,5,5,.72) 42%,rgba(5,5,5,.25) 100%)}.gc-hero-content{position:relative;z-index:2;max-width:620px;padding:80px 0}.gc-kicker{color:var(--red);font-size:12px;letter-spacing:.28em;text-transform:uppercase;font-weight:950;margin-bottom:18px}.gc-title{font-size:76px;line-height:.88;margin:0 0 24px;font-weight:950;letter-spacing:-.07em}.gc-title span{color:var(--red)}.gc-copy{color:#e6e6e6;font-size:18px;line-height:1.55;max-width:560px}.gc-buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.gc-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:16px 22px;font-weight:950;text-transform:uppercase;letter-spacing:.03em;border:1px solid var(--line);background:#19191d}.gc-btn-primary{background:var(--red);border-color:var(--red);box-shadow:0 16px 45px rgba(229,9,20,.28)}.gc-hero-products{position:absolute;z-index:3;right:4%;bottom:9%;width:46%;min-height:420px}.gc-product-float{position:absolute;filter:drop-shadow(0 30px 35px rgba(0,0,0,.7))}.gc-product-1{right:20%;bottom:5%;width:45%}.gc-product-2{right:0;bottom:0;width:48%}.gc-product-3{left:0;bottom:0;width:34%}.gc-trust{position:relative;z-index:4;border-top:1px solid var(--line);background:rgba(0,0,0,.45);backdrop-filter:blur(10px)}.gc-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px}.gc-trust-item{padding:22px;border-left:1px solid var(--line);font-weight:950;text-transform:uppercase;font-size:13px}.gc-trust-item small{display:block;color:var(--muted);font-weight:700;margin-top:5px}.gc-section{padding:84px 0}.gc-section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:30px}.gc-section h2{font-size:42px;line-height:1;margin:0;font-weight:950;letter-spacing:-.05em}.gc-section p{color:var(--muted)}.gc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.gc-card{background:linear-gradient(180deg,#17171a,#0b0b0d);border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.28)}.gc-card-img{aspect-ratio:1/1;background:#222;display:grid;place-items:center;color:#777;font-weight:900}.gc-card-body{padding:18px}.gc-card-title{font-weight:950}.gc-price{color:#fff;margin-top:8px;font-weight:950}.gc-cats{grid-template-columns:repeat(4,1fr)}.gc-cat{min-height:260px;padding:28px;display:flex;flex-direction:column;justify-content:end;background:linear-gradient(160deg,#1a1a1e,#070707);border:1px solid rgba(229,9,20,.20);border-radius:26px;position:relative;overflow:hidden}.gc-cat:before{content:"";position:absolute;inset:auto -20% -45% 20%;height:160px;background:radial-gradient(circle,rgba(229,9,20,.45),transparent 65%)}.gc-cat h3{font-size:28px;margin:0 0 8px}.gc-split{display:grid;grid-template-columns:1fr 1fr;gap:22px}.gc-feature{padding:42px;border-radius:28px;background:linear-gradient(135deg,#18181b,#060606);border:1px solid var(--line);min-height:300px}.gc-feature h3{font-size:38px;margin:0 0 14px}.gc-form input,.gc-form textarea,.gc-form select{width:100%;background:#0d0d10;color:#fff;border:1px solid var(--line);border-radius:14px;padding:15px;margin:8px 0 14px}.gc-footer{border-top:1px solid var(--line);background:#080808;padding:50px 0;color:var(--muted)}.shopify-section{background:transparent}.template-search .gc-wrap,.template-404 .gc-wrap{padding-top:70px;padding-bottom:70px}@media(max-width:900px){.gc-nav{display:none}.gc-header-inner{height:66px}.gc-hero{min-height:auto;padding:40px 0 0}.gc-title{font-size:52px}.gc-hero-content{padding:56px 0 24px}.gc-hero-products{position:relative;right:auto;bottom:auto;width:100%;min-height:300px;margin-top:20px}.gc-product-1{left:8%;right:auto;width:38%}.gc-product-2{right:5%;width:45%}.gc-product-3{left:35%;width:28%}.gc-trust-grid,.gc-grid,.gc-cats,.gc-split{grid-template-columns:1fr 1fr}.gc-section{padding:54px 0}}@media(max-width:560px){.gc-wrap{padding:0 16px}.gc-title{font-size:44px}.gc-copy{font-size:15px}.gc-grid,.gc-cats,.gc-split,.gc-trust-grid{grid-template-columns:1fr}.gc-section h2{font-size:34px}.gc-hero-products{min-height:260px}.gc-product-1{width:42%;left:2%}.gc-product-2{width:50%;right:0}.gc-product-3{width:30%;left:34%}}
