:root {
  --bg: #070707;
  --panel: #101010;
  --panel-2: #151515;
  --text: #f6f3ee;
  --muted: #a9a5a0;
  --red: #d71920;
  --red-2: #ff262e;
  --line: rgba(255,255,255,.12);
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.shell { width: var(--shell); margin-inline: auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: linear-gradient(to bottom, rgba(0,0,0,.9), rgba(0,0,0,.15));
  transition: .25s ease;
}
.site-header.scrolled { background: rgba(5,5,5,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 145px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: .86rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.site-nav a:not(.nav-cta) { color: #ddd; }
.site-nav a:hover { color: #fff; }
.nav-cta { border: 1px solid rgba(255,255,255,.35); padding: 11px 17px; }
.menu-toggle { display: none; }

.hero {
  min-height: 92vh;
  position: relative;
  display: grid;
  align-items: center;
  background-image: url('assets/hero.png');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.83) 0%, rgba(0,0,0,.58) 34%, rgba(0,0,0,.08) 66%, rgba(0,0,0,.22) 100%);
}
.hero-inner { position: relative; z-index: 2; padding-top: 84px; }
.hero-copy { width: min(620px, 55vw); padding: 80px 0 50px; }
.eyebrow { display: inline-block; color: var(--red-2); text-transform: uppercase; letter-spacing: .19em; font-weight: 800; font-size: .78rem; margin-bottom: 18px; }
.hero h1, .section h2 { font-family: Oswald, Impact, sans-serif; text-transform: uppercase; line-height: .92; margin: 0; }
.hero h1 { font-size: clamp(4rem, 8vw, 7.6rem); letter-spacing: -.035em; }
.hero h1 span { color: var(--red-2); }
.hero p { max-width: 590px; color: #ddd; font-size: 1.14rem; margin: 24px 0 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 23px; text-transform: uppercase; font-weight: 900; letter-spacing: .08em; font-size: .8rem; border: 1px solid transparent; transition: .2s ease; }
.btn-primary { background: var(--red); color: white; box-shadow: 0 12px 38px rgba(215,25,32,.25); }
.btn-primary:hover { background: var(--red-2); transform: translateY(-2px); }
.btn-ghost { border-color: rgba(255,255,255,.32); background: rgba(0,0,0,.2); }
.btn-ghost:hover { border-color: white; background: rgba(255,255,255,.06); }
.scroll-cue { position: absolute; right: 24px; bottom: 34px; writing-mode: vertical-rl; letter-spacing: .25em; font-size: .62rem; font-weight: 800; color: rgba(255,255,255,.5); }

.feature-strip { border-block: 1px solid var(--line); background: #0b0b0b; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.feature-grid > div { padding: 24px 28px; display: flex; align-items: center; gap: 16px; border-right: 1px solid var(--line); }
.feature-grid > div:last-child { border-right: 0; }
.feature-grid strong { color: var(--red-2); font-family: Oswald, sans-serif; font-size: 1.45rem; }
.feature-grid span { font-weight: 800; text-transform: uppercase; letter-spacing: .05em; font-size: .82rem; }

.section { padding: 110px 0; }
.split-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 78px; align-items: center; }
.product-card { background: #f2f2f2; padding: 28px; position: relative; }
.product-card:after { content: ''; position: absolute; inset: 15px -15px -15px 15px; border: 1px solid rgba(215,25,32,.65); z-index: -1; }
.product-card img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.section h2 { font-size: clamp(2.7rem, 5.2vw, 5rem); letter-spacing: -.02em; }
.section-copy > p, .section-heading p { color: var(--muted); font-size: 1.05rem; max-width: 650px; }
.detail-list { margin: 30px 0; border-top: 1px solid var(--line); }
.detail-list div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.detail-list span { color: var(--muted); }
.text-link { color: white; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; font-size: .82rem; }
.text-link span { color: var(--red-2); margin-left: 6px; }

.dark-section { background: linear-gradient(135deg, #0e0e0e, #070707 55%); border-block: 1px solid var(--line); }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-card { background: var(--panel); border: 1px solid var(--line); padding: 32px; min-height: 260px; position: relative; overflow: hidden; }
.info-card:before { content: ''; position: absolute; width: 110px; height: 3px; background: var(--red); top: 0; left: 0; }
.card-no { color: var(--red-2); font-family: Oswald, sans-serif; font-size: 1.2rem; }
.info-card h3 { font-family: Oswald, sans-serif; text-transform: uppercase; font-size: 1.85rem; margin: 50px 0 12px; }
.info-card p { color: var(--muted); margin: 0; }

.process-section { background: #0a0a0a; }
.steps { display: grid; gap: 0; border-top: 1px solid var(--line); margin-top: 42px; }
.step { display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); align-items: start; }
.step > span { color: var(--red-2); font-family: Oswald, sans-serif; font-size: 2rem; }
.step h3 { margin: 0 0 6px; font-size: 1.15rem; text-transform: uppercase; letter-spacing: .05em; }
.step p { margin: 0; color: var(--muted); }
.legal-note { margin-top: 28px; color: #8d8984; font-size: .78rem; max-width: 860px; }

.wholesale-section { background: #080808; }
.wholesale-box { border: 1px solid rgba(215,25,32,.45); padding: 48px; display: flex; align-items: center; justify-content: space-between; gap: 40px; background: radial-gradient(circle at 80% 20%, rgba(215,25,32,.14), transparent 32%), #0d0d0d; }
.wholesale-box h2 { font-size: clamp(2.5rem, 4.5vw, 4.6rem); }
.wholesale-box p { color: var(--muted); max-width: 680px; }

.buy-section { padding-top: 50px; }
.buy-grid { display: grid; grid-template-columns: 1fr .55fr; min-height: 460px; align-items: center; background: var(--red); overflow: hidden; }
.buy-copy { padding: 64px; }
.buy-copy .eyebrow { color: #111; }
.buy-copy h2 { color: white; font-size: clamp(3.1rem, 5vw, 5.5rem); }
.buy-copy p { max-width: 560px; color: rgba(255,255,255,.82); }
.buy-copy .btn-primary { background: #050505; box-shadow: none; margin-top: 12px; }
.buy-copy .btn-primary:hover { background: #181818; }
.buy-mark { font-family: Oswald, sans-serif; font-weight: 700; font-size: 24rem; line-height: .8; color: rgba(0,0,0,.16); text-align: center; transform: rotate(-8deg); user-select: none; }

.site-footer { padding: 48px 0; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 260px 1fr; gap: 50px; align-items: end; }
.footer-brand img { width: 165px; }
.footer-brand p { margin: 8px 0 0; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); font-size: .72rem; }
.footer-copy { color: #777; font-size: .76rem; max-width: 720px; justify-self: end; }
.footer-copy p { margin: 4px 0; }

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

@media (max-width: 900px) {
  :root { --shell: min(100% - 34px, 760px); }
  .menu-toggle { display: inline-flex; background: transparent; color: white; border: 1px solid var(--line); padding: 9px 12px; text-transform: uppercase; font-weight: 800; letter-spacing: .08em; }
  .site-nav { position: absolute; top: 82px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 22px; background: rgba(6,6,6,.98); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .nav-cta { border: 0; }
  .hero { min-height: 780px; background-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.72) 55%, rgba(0,0,0,.25)); }
  .hero-copy { width: min(620px, 88vw); }
  .feature-grid, .cards { grid-template-columns: 1fr; }
  .feature-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-grid > div:last-child { border-bottom: 0; }
  .split-grid { grid-template-columns: 1fr; gap: 52px; }
  .section { padding: 82px 0; }
  .wholesale-box { align-items: flex-start; flex-direction: column; }
  .buy-grid { grid-template-columns: 1fr; }
  .buy-mark { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-copy { justify-self: start; }
}

@media (max-width: 560px) {
  .nav-wrap { min-height: 70px; }
  .site-nav { top: 70px; }
  .brand img { width: 120px; }
  .hero { min-height: 720px; background-position: 65% center; }
  .hero-copy { padding-top: 90px; width: 100%; }
  .hero h1 { font-size: clamp(3.4rem, 18vw, 5rem); }
  .hero p { font-size: 1rem; max-width: 88%; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 280px; }
  .scroll-cue { display: none; }
  .product-card { padding: 14px; }
  .product-card:after { inset: 8px -8px -8px 8px; }
  .section h2 { font-size: 2.65rem; }
  .info-card { min-height: auto; }
  .step { grid-template-columns: 55px 1fr; }
  .wholesale-box, .buy-copy { padding: 32px 24px; }
}
