:root {
  --bg: #070707;
  --bg-soft: #0d0d0f;
  --panel: #121216;
  --panel-2: #17171c;
  --text: #f7f7f5;
  --muted: #a7a7ad;
  --line: rgba(255,255,255,.10);
  --red: #d71920;
  --red-2: #ff343a;
  --white: #ffffff;
  --max: 1180px;
  --radius: 24px;
  --shadow: 0 24px 80px rgba(0,0,0,.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(215,25,32,.16), transparent 28rem),
    radial-gradient(circle at 92% 28%, rgba(255,52,58,.08), transparent 26rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }

.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 110px 0; position: relative; }
.section-tight { padding: 74px 0; }
.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  color: #ff6b70; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
}
.kicker::before { content: ""; width: 24px; height: 1px; background: currentColor; }
.section-title { margin: 14px 0 18px; font-size: clamp(36px, 5vw, 66px); line-height: .98; letter-spacing: -.045em; }
.section-copy { max-width: 720px; color: var(--muted); font-size: 17px; }

.topbar {
  position: sticky; top: 0; z-index: 1000;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: rgba(7,7,7,.78);
  backdrop-filter: blur(18px);
}
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: .04em; }
.brand-mark {
  width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.16); background: linear-gradient(135deg, #111 0%, #1f1f22 100%);
  color: var(--red-2); font-weight: 950;
}
.brand-word { font-size: 18px; }
.brand-word span { color: var(--red-2); }
.nav-links { display: flex; align-items: center; gap: 26px; color: #d3d3d6; font-size: 13px; font-weight: 700; }
.nav-links a { transition: .2s ease; }
.nav-links a:hover { color: white; }
.nav-cta { padding: 11px 16px; border-radius: 999px; background: var(--red); color: white !important; }
.menu-btn { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; color: white; background: #121214; }

.hero { min-height: 86vh; display: grid; align-items: center; padding: 90px 0 70px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; }
.hero h1 { margin: 12px 0 22px; font-size: clamp(58px, 8.7vw, 120px); line-height: .84; letter-spacing: -.065em; max-width: 820px; }
.hero h1 .red { color: var(--red-2); }
.hero p { margin: 0; max-width: 670px; font-size: 18px; color: #bdbdc3; }
.hero-actions { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; }
.btn {
  min-height: 48px; padding: 0 20px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 13px; font-weight: 800; border: 1px solid rgba(255,255,255,.12); transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); border-color: var(--red); color: white; }
.btn-secondary { background: rgba(255,255,255,.04); color: white; }
.btn-paypal { background: #ffd140; color: #101010; border-color: #ffd140; }
.btn-disabled { opacity: .52; cursor: not-allowed; }

.hero-art {
  min-height: 560px; border-radius: 32px; overflow: hidden; position: relative; border: 1px solid rgba(255,255,255,.1); box-shadow: var(--shadow);
  background:
    linear-gradient(180deg, transparent 40%, rgba(0,0,0,.76) 100%),
    url('https://static.wixstatic.com/media/41c4ed_e607695b84e0495584a977a120c17b6c~mv2.jpg/v1/fill/w_980%2Ch_968%2Cal_c%2Cq_85%2Cusm_0.66_1.00_0.01%2Cenc_avif%2Cquality_auto/41c4ed_e607695b84e0495584a977a120c17b6c~mv2.jpg') center/cover no-repeat,
    #151515;
}
.hero-art::before { content:""; position:absolute; inset:0; background:linear-gradient(135deg, rgba(215,25,32,.18), transparent 45%); }
.hero-badge { position: absolute; left: 22px; right: 22px; bottom: 22px; padding: 18px 20px; border-radius: 18px; background: rgba(7,7,7,.78); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.12); }
.hero-badge strong { display: block; font-size: 19px; }
.hero-badge span { color: #bdbdc3; font-size: 13px; }

.proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.015); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof { padding: 30px; border-right: 1px solid var(--line); }
.proof:last-child { border-right: 0; }
.proof strong { display: block; font-size: clamp(26px, 3vw, 42px); letter-spacing: -.04em; }
.proof span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.card { border: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025)); border-radius: var(--radius); overflow: hidden; box-shadow: 0 14px 50px rgba(0,0,0,.18); }
.card-body { padding: 26px; }
.card h3 { margin: 0 0 8px; font-size: 24px; letter-spacing: -.03em; }
.card p { margin: 0; color: var(--muted); font-size: 14px; }
.card .micro { margin-top: 18px; color: #ff7074; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 800; }

.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 42px; }
.feature { min-height: 460px; position: relative; overflow: hidden; border-radius: 28px; border: 1px solid var(--line); background: #151518; }
.feature img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.feature::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(0,0,0,.03) 35%, rgba(0,0,0,.88) 100%); }
.feature-copy { position:absolute; z-index:2; left:28px; right:28px; bottom:26px; }
.feature-copy .tag { color:#ff6b70; font-size:11px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.feature-copy h3 { margin: 8px 0 6px; font-size: 32px; letter-spacing: -.035em; }
.feature-copy p { margin:0; color:#c5c5c8; max-width:520px; }

.product-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:40px; }
.product { border:1px solid var(--line); background:#111114; border-radius:22px; overflow:hidden; transition:transform .25s ease, border-color .25s ease; }
.product:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.22); }
.product-media { aspect-ratio: 1.15/1; background:#eaeaea; overflow:hidden; }
.product-media img { width:100%; height:100%; object-fit:cover; }
.product-info { padding:18px; }
.product-status { color:#ff7074; font-size:10px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.product h3 { margin:8px 0 2px; font-size:17px; line-height:1.25; }
.product-sub { color:var(--muted); font-size:12px; }
.product-price { margin-top:14px; font-size:20px; font-weight:900; }
.product-actions { display:flex; gap:8px; margin-top:14px; }
.product-actions .btn { width:100%; min-height:42px; padding:0 14px; }

.youtube-wrap { display:grid; grid-template-columns: .86fr 1.14fr; gap:28px; align-items:center; }
.video-shell { aspect-ratio:16/9; border-radius:26px; overflow:hidden; border:1px solid var(--line); box-shadow:var(--shadow); background:#000; }
.video-shell iframe { width:100%; height:100%; border:0; }
.youtube-copy h2 { margin:12px 0 18px; font-size:clamp(40px,5vw,66px); letter-spacing:-.05em; line-height:.98; }
.youtube-copy p { color:var(--muted); }

.timeline { margin-top:44px; display:grid; gap:12px; }
.timeline-row { display:grid; grid-template-columns:120px 1fr; gap:24px; padding:20px 0; border-top:1px solid var(--line); }
.timeline-row:last-child { border-bottom:1px solid var(--line); }
.timeline-year { color:#ff6b70; font-weight:900; letter-spacing:.08em; font-size:12px; }
.timeline-row h3 { margin:0 0 5px; font-size:20px; }
.timeline-row p { margin:0; color:var(--muted); }

.quote { border:1px solid var(--line); border-radius:30px; padding:50px; background:linear-gradient(135deg, rgba(215,25,32,.14), rgba(255,255,255,.03)); }
.quote p { margin:0; font-size:clamp(30px,4.5vw,58px); letter-spacing:-.045em; line-height:1.05; max-width:980px; }
.quote small { display:block; margin-top:20px; color:var(--muted); text-transform:uppercase; letter-spacing:.14em; }

.contact-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:28px; }
.contact-card { border:1px solid var(--line); background:rgba(255,255,255,.03); padding:28px; border-radius:24px; }
.contact-card h3 { margin-top:0; }
.contact-row { padding:14px 0; border-top:1px solid var(--line); color:#d4d4d7; }
.contact-row span { display:block; color:var(--muted); font-size:11px; text-transform:uppercase; letter-spacing:.12em; margin-bottom:4px; }
.socials { display:flex; gap:10px; flex-wrap:wrap; margin-top:18px; }
.social-chip { border:1px solid var(--line); border-radius:999px; padding:10px 14px; color:#d8d8da; font-size:12px; font-weight:800; }
.social-chip:hover { border-color:rgba(255,255,255,.25); color:white; }

.footer { border-top:1px solid var(--line); padding:34px 0 50px; color:#8f8f95; font-size:12px; }
.footer-inner { display:flex; justify-content:space-between; gap:20px; flex-wrap:wrap; }

/* Shop */
.page-hero { padding:90px 0 44px; }
.page-hero h1 { margin:10px 0 14px; font-size:clamp(54px,8vw,100px); line-height:.9; letter-spacing:-.06em; }
.notice { padding:18px 20px; border:1px solid rgba(255,209,64,.22); border-radius:16px; background:rgba(255,209,64,.06); color:#e6d89d; font-size:13px; }
.shop-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; margin:34px 0 100px; }
.shop-card { display:grid; grid-template-columns:1fr 1fr; min-height:370px; border:1px solid var(--line); border-radius:26px; overflow:hidden; background:#111114; }
.shop-card-media { background:#eee; }
.shop-card-media img { width:100%; height:100%; object-fit:cover; }
.shop-card-copy { padding:28px; display:flex; flex-direction:column; justify-content:center; }
.shop-card-copy h2 { font-size:26px; margin:8px 0 6px; line-height:1.1; }
.shop-card-copy .price { font-size:24px; font-weight:900; margin:14px 0; }
.shop-card-copy label { font-size:11px; color:var(--muted); text-transform:uppercase; letter-spacing:.12em; margin-bottom:7px; }
.shop-card-copy select { width:100%; min-height:44px; border:1px solid var(--line); border-radius:12px; padding:0 12px; background:#0b0b0d; color:white; }
.shop-actions { display:grid; grid-template-columns:1fr; gap:8px; margin-top:16px; }
.shop-note { margin-top:12px; color:var(--muted); font-size:11px; }
.modal-backdrop { position:fixed; inset:0; display:none; place-items:center; background:rgba(0,0,0,.75); z-index:2000; padding:20px; }
.modal-backdrop.open { display:grid; }
.modal { width:min(520px,100%); border:1px solid var(--line); border-radius:24px; background:#111114; padding:28px; box-shadow:var(--shadow); }
.modal h3 { margin-top:0; font-size:26px; }
.modal p { color:var(--muted); }
.modal .btn { width:100%; margin-top:8px; }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }

@media (max-width: 980px) {
  .nav-links { display:none; position:absolute; left:20px; right:20px; top:68px; padding:18px; border:1px solid var(--line); border-radius:18px; background:#0e0e10; flex-direction:column; align-items:stretch; gap:8px; box-shadow:var(--shadow); }
  .nav-links.open { display:flex; }
  .nav-links a { padding:10px 6px; }
  .menu-btn { display:grid; place-items:center; }
  .hero { min-height:auto; }
  .hero-grid, .youtube-wrap, .contact-grid { grid-template-columns:1fr; }
  .hero-art { min-height:500px; }
  .proof-grid { grid-template-columns:repeat(2,1fr); }
  .proof:nth-child(2) { border-right:0; }
  .proof:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .cards { grid-template-columns:1fr; }
  .product-grid { grid-template-columns:repeat(2,1fr); }
  .shop-grid { grid-template-columns:1fr; }
}

@media (max-width: 680px) {
  .container { width:min(var(--max), calc(100% - 28px)); }
  .section { padding:78px 0; }
  .hero { padding-top:58px; }
  .hero h1 { font-size:clamp(54px,20vw,82px); }
  .hero-art { min-height:430px; }
  .proof { padding:22px 16px; }
  .feature-grid, .product-grid { grid-template-columns:1fr; }
  .feature { min-height:400px; }
  .timeline-row { grid-template-columns:1fr; gap:6px; }
  .quote { padding:30px 24px; }
  .shop-card { grid-template-columns:1fr; }
  .shop-card-media { aspect-ratio:1.2/1; }
  .shop-card-copy { padding:22px; }
}

/* PayPal checkout */
.paypal-wrap{margin-top:14px;min-height:45px;position:relative;z-index:1}
.checkout-status{min-height:24px;margin-top:8px;font-size:.86rem;color:var(--muted)}
