:root {
  --bg: #080808;
  --panel: #111111;
  --panel-2: #181818;
  --ink: #f4f4f2;
  --muted: #a8a8a5;
  --accent: #d31313;
  --line: #2a2927;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: inherit; }
.site-header {
  height: 88px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8,8,8,.94);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}
.brand { display:flex; align-items:center; text-decoration:none; min-width:0; }
.brand picture { display:block; line-height:0; }
.brand img { display:block; width:auto; height:70px; max-width:280px; object-fit:contain; filter:drop-shadow(0 0 10px rgba(211,19,19,.13)); }
.nav { display:flex; align-items:center; gap:28px; }
.nav a { text-decoration:none; font-size:.88rem; font-weight:700; color:#d8d5d0; }
.nav a:hover { color:#fff; }
.nav-shop { border:1px solid rgba(211,19,19,.8); padding:10px 16px; box-shadow:inset 0 0 0 1px rgba(255,255,255,.025); }
.menu-button { display:none; background:none; border:1px solid var(--line); color:#fff; padding:9px 12px; font-weight:800; }
.hero {
  min-height: 700px;
  position: relative;
  overflow:hidden;
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  align-items:center;
  gap:40px;
  padding: 90px max(24px, calc((100vw - var(--max)) / 2));
  border-bottom:1px solid var(--line);
}
.hero-grid { position:absolute; inset:0; opacity:.14; background-image: linear-gradient(#777 1px, transparent 1px), linear-gradient(90deg,#777 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, black 0%, transparent 74%); }
.hero:after { content:""; position:absolute; width:520px; height:520px; border:1px solid rgba(211,19,19,.30); border-radius:50%; right:-120px; top:75px; box-shadow: 0 0 0 90px rgba(211,19,19,.028), 0 0 0 180px rgba(211,19,19,.016); }
.hero-copy, .hero-mark { position:relative; z-index:2; }
.eyebrow { color:var(--accent); font-weight:900; letter-spacing:.22em; font-size:.78rem; margin:0 0 18px; }
h1, h2, h3 { margin-top:0; }
h1 { font-size:clamp(3.5rem, 7vw, 6.9rem); line-height:.88; letter-spacing:-.055em; max-width:800px; margin-bottom:28px; }
h1 span { color:#a8a49d; }
.hero-text { max-width:700px; color:#c4c0b9; font-size:1.2rem; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin:34px 0; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:50px; padding:0 22px; text-decoration:none; font-weight:900; letter-spacing:.04em; text-transform:uppercase; font-size:.82rem; }
.button-primary { background:var(--accent); color:#fff; }
.button-primary:hover { background:#e13c31; }
.button-secondary { border:1px solid #4c4945; background:rgba(255,255,255,.02); }
.hero-tags { display:flex; gap:9px; flex-wrap:wrap; }
.hero-tags span { border:1px solid var(--line); color:#9f9a92; font-size:.72rem; padding:7px 10px; letter-spacing:.12em; text-transform:uppercase; }
.hero-mark { display:flex; align-items:center; justify-content:center; min-width:0; }
.hero-mark picture { display:block; width:100%; }
.hero-logo { display:block; width:min(620px, 48vw); max-width:100%; height:auto; margin:auto; filter:drop-shadow(0 18px 34px rgba(0,0,0,.65)) drop-shadow(0 0 18px rgba(211,19,19,.13)); }
.statement { max-width:var(--max); margin:0 auto; padding:80px 24px; text-align:center; }
.statement p { color:#96918a; text-transform:uppercase; letter-spacing:.18em; font-size:.8rem; }
.statement h2 { font-size:clamp(2.6rem,6vw,5rem); letter-spacing:-.05em; }
.section { max-width:var(--max); margin:0 auto; padding:95px 24px; }
.section-heading { max-width:770px; margin-bottom:44px; }
.section-heading h2, .split-copy h2, .contact-section h2 { font-size:clamp(2.4rem,5vw,4.5rem); line-height:.95; letter-spacing:-.045em; margin-bottom:22px; }
.section-heading > p:last-child, .split-copy p, .contact-section p, .about-grid p { color:#aaa59e; font-size:1.08rem; }
.card-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.card { min-height:280px; padding:34px; background:var(--panel); border:1px solid #232220; position:relative; }
.card:before { content:""; position:absolute; left:0; top:0; width:4px; height:0; background:var(--accent); transition:.25s; }
.card:hover:before { height:100%; }
.card-number { font-size:.72rem; color:var(--accent); font-weight:900; letter-spacing:.18em; margin-bottom:46px; }
.card h3 { font-size:1.55rem; margin-bottom:12px; }
.card p { color:#aaa59e; max-width:480px; }
.card-tag { display:block; margin-top:36px; color:#706d68; font-size:.68rem; font-weight:800; letter-spacing:.15em; }
.split-section { max-width:var(--max); margin:20px auto 90px; padding:0 24px; display:grid; grid-template-columns:1fr 1fr; min-height:470px; }
.split-copy { background:#f0eee9; color:#111; padding:64px; display:flex; flex-direction:column; justify-content:center; }
.split-copy p { color:#5f5a53; }
.text-link { font-weight:1000; text-decoration:none; margin-top:18px; }
.quote-panel { background:var(--accent); padding:50px; display:flex; flex-direction:column; justify-content:center; font-size:clamp(3.5rem,7vw,6rem); line-height:.82; font-weight:1000; letter-spacing:-.06em; overflow:hidden; }
.quote-panel strong { color:#111; }
.section-dark { max-width:none; background:#0e0e0e; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.section-dark > * { max-width:var(--max); margin-left:auto; margin-right:auto; }
.compact { margin-bottom:35px; }
.about-grid { display:grid; grid-template-columns:1fr 1fr; gap:50px; }
.contact-section { max-width:var(--max); margin:0 auto; padding:95px 24px; display:grid; grid-template-columns:1.2fr .8fr; gap:60px; align-items:end; }
.contact-actions { display:flex; flex-direction:column; align-items:flex-start; gap:18px; }
.contact-email { text-decoration:none; color:#aaa59e; border-bottom:1px solid #494641; padding-bottom:4px; }
footer { border-top:1px solid var(--line); max-width:var(--max); margin:0 auto; padding:45px 24px 60px; display:grid; grid-template-columns:1fr auto; gap:25px; align-items:center; }
.footer-brand { display:flex; gap:16px; align-items:center; }
.footer-brand picture { display:block; line-height:0; }
.footer-brand img { display:block; width:auto; height:66px; max-width:250px; object-fit:contain; }
.footer-brand span { color:#77736d; font-size:.8rem; letter-spacing:.04em; }
.footer-links { display:flex; gap:22px; }
.footer-links a { color:#aaa59e; text-decoration:none; font-size:.85rem; }
.copyright { grid-column:1 / -1; color:#5d5a56; font-size:.75rem; margin:0; }
@media (max-width: 860px) {
  .menu-button { display:block; }
  .nav { display:none; position:absolute; top:77px; left:0; right:0; padding:22px 24px; background:#0c0c0c; border-bottom:1px solid var(--line); flex-direction:column; align-items:stretch; gap:16px; }
  .nav.open { display:flex; }
  .hero { grid-template-columns:1fr; padding-top:72px; min-height:auto; }
  .hero-mark { order:-1; }
  .hero-logo { width:min(470px, 88vw); }
  .card-grid, .split-section, .about-grid, .contact-section { grid-template-columns:1fr; }
  .split-section { padding:0; margin-bottom:50px; }
  .split-copy, .quote-panel { padding:42px 24px; min-height:360px; }
  footer { grid-template-columns:1fr; }
  .footer-links { flex-wrap:wrap; }
}
@media (max-width: 520px) {
  .site-header { height:74px; }
  .brand img { height:56px; max-width:205px; }
  .nav { top:73px; }
  h1 { font-size:3.35rem; }
  .hero { padding-left:18px; padding-right:18px; }
  .button { width:100%; }
  .section { padding:70px 18px; }
  .card-grid { grid-template-columns:1fr; }
  .card { padding:28px; }
  .contact-section { padding:70px 18px; }
}
/* =========================
   FTW HEADER / FOOTER
   ========================= */

.site-header {
  height: auto;
  min-height: 125px;
  padding: 8px max(24px, calc((100vw - var(--max)) / 2));
  align-items: center;
  overflow: visible;
}

.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.brand picture {
  display: block;
  line-height: 0;
}

.brand img {
  display: block;
  width: 190px;
  max-width: 190px;
  height: auto;
  object-fit: contain;
}

/* FOOTER */
footer {
  padding: 28px 24px 32px;
  gap: 16px;
}

.footer-brand {
  gap: 12px;
}

.footer-brand img {
  display: block;
  width: 180px;
  max-width: 180px;
  height: auto;
  object-fit: contain;
}

/* TABLET / MOBILE */
@media (max-width: 860px) {
  .site-header {
    min-height: 95px;
    padding: 6px 20px;
  }

  .brand img {
    width: 145px;
    max-width: 145px;
  }

  .nav {
    top: 100%;
  }
}

/* PHONE */
@media (max-width: 520px) {
  .site-header {
    min-height: 82px;
    padding: 5px 16px;
  }

  .brand img {
    width: 125px;
    max-width: 125px;
  }

  .footer-brand img {
    width: 135px;
    max-width: 135px;
  }

  footer {
    padding-top: 22px;
    padding-bottom: 26px;
  }
}