/* braxtech.net marketing site — kit styles */

* { box-sizing: border-box; }

.site {
  width: 1280px;
  font-family: var(--font-body);
  color: var(--ink-1);
  background: var(--paper);
}

/* Header */
.bx-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 56px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.bx-header .logo { height: 22px; }
.bx-header nav { display: flex; gap: 32px; }
.bx-header nav a {
  font-family: var(--font-label); font-size: 12px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-2);
  text-decoration: none; cursor: pointer;
}
.bx-header nav a:hover { color: var(--brand-orange); }
.bx-header .right { display: flex; gap: 14px; align-items: center; }

/* Buttons */
.bx-btn {
  font-family: var(--font-label); font-size: 13px; font-weight: 600;
  padding: 12px 22px;
  border-radius: 0; border: 0; cursor: pointer; line-height: 1;
  letter-spacing: 0.04em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 8px;
}
.bx-btn.pri    { background: var(--brand-orange); color: #fff; }
.bx-btn.pri:hover { background: var(--brand-orange-hover); }
.bx-btn.sec    { background: transparent; color: var(--ink-1); border: 1px solid var(--ink-1); }
.bx-btn.sec:hover { background: var(--ink-1); color: var(--paper); }
.bx-btn.sec-dark { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.5); }
.bx-btn.sec-dark:hover { background: #fff; color: var(--brand-ink); }
.bx-btn.ghost  { background: transparent; color: var(--ink-1); padding: 12px 10px; }

/* Eyebrow */
.eyebrow {
  font-family: var(--font-label); font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; font-weight: 600; color: var(--brand-orange);
}

/* Hero */
.hero-dark {
  background: var(--brand-ink); color: #fff;
  padding: 96px 56px;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center;
}
.hero-dark .copy h1 {
  font-family: var(--font-display); font-weight: 600;
  font-size: 84px; line-height: 0.96; letter-spacing: -0.025em;
  color: #fff; margin: 18px 0 22px;
}
.hero-dark .copy p {
  font-family: var(--font-mono); font-size: 16px; line-height: 1.55;
  color: rgba(255,255,255,0.75); max-width: 460px;
}
.hero-dark .cta { display: flex; gap: 14px; margin-top: 36px; }
.hero-dark .product {
  position: relative; aspect-ratio: 1 / 1.2;
  background:
    radial-gradient(ellipse 70% 50% at 50% 60%, #C5331F 0%, transparent 65%),
    radial-gradient(ellipse 60% 70% at 50% 50%, #4B0E08 0%, transparent 70%),
    #0A0405;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.hero-dark .product img { max-width: 95%; max-height: 110%; object-fit: contain; }
.hero-dark .product .tag {
  position: absolute; bottom: 20px; left: 24px; right: 24px;
  display: flex; justify-content: space-between; align-items: flex-end;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.04em;
  color: rgba(255,255,255,0.7);
}

/* Manifesto strip */
.manifesto {
  background: var(--anti-flash); padding: 96px 56px;
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 56px;
}
.manifesto h2 {
  font-family: var(--font-display); font-weight: 600;
  font-size: 48px; line-height: 1.05; letter-spacing: -0.02em;
  color: var(--ink-1); margin: 12px 0;
}
.manifesto p {
  font-family: var(--font-mono); font-size: 17px; line-height: 1.6;
  color: var(--ink-2); max-width: 640px;
}
.manifesto p + p { margin-top: 18px; }

/* Belief grid */
.beliefs {
  background: var(--paper); padding: 96px 56px;
}
.beliefs h2 {
  font-family: var(--font-display); font-weight: 600;
  font-size: 44px; line-height: 1.08; letter-spacing: -0.02em;
  color: var(--ink-1); margin: 12px 0 56px; max-width: 720px;
}
.beliefs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); }
.belief {
  padding: 36px 32px;
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.belief:nth-child(3n) { border-right: 0; }
.belief .icon {
  width: 45px; height: 45px; background: var(--brand-orange);
  display: flex; align-items: center; justify-content: center; margin-bottom: 24px;
}
.belief .icon svg { color: #fff; }
.belief h3 {
  font-family: var(--font-display); font-weight: 600; font-size: 20px;
  line-height: 1.2; color: var(--ink-1); margin-bottom: 10px;
}
.belief p {
  font-family: var(--font-mono); font-size: 14px; line-height: 1.55;
  color: var(--ink-3);
}

/* Product cards strip (BraX3 / Open Slate / BraxMini) */
.lineup {
  background: var(--anti-flash); padding: 96px 56px;
}
.lineup h2 {
  font-family: var(--font-display); font-weight: 600; font-size: 44px;
  letter-spacing: -0.02em; color: var(--ink-1); margin-bottom: 12px;
}
.lineup-sub {
  font-family: var(--font-mono); font-size: 15px; color: var(--ink-3); margin-bottom: 56px;
  max-width: 680px;
}
.lineup-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card {
  background: var(--paper); padding: 0; overflow: hidden;
  display: flex; flex-direction: column; cursor: pointer;
  transition: transform 200ms cubic-bezier(0.22,1,0.36,1);
  border: 1px solid var(--line);
}
.product-card:hover { transform: translateY(-4px); border-color: var(--brand-orange); }
.product-card .photo {
  height: 260px; background: var(--brand-ink); display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.product-card .photo img { max-width: 86%; max-height: 92%; object-fit: contain; }
.product-card .meta { padding: 24px 24px 26px; }
.product-card h3 {
  font-family: var(--font-display); font-weight: 600; font-size: 24px;
  letter-spacing: -0.01em; color: var(--ink-1); margin-bottom: 6px;
}
.product-card .tag {
  font-family: var(--font-mono); font-size: 12px; color: var(--brand-orange);
  letter-spacing: 0.02em; text-transform: lowercase;
}
.product-card .desc {
  font-family: var(--font-mono); font-size: 13px; line-height: 1.55;
  color: var(--ink-3); margin: 12px 0 18px;
}
.product-card .row {
  display: flex; justify-content: space-between; align-items: baseline;
  border-top: 1px solid var(--line); padding-top: 14px;
}
.product-card .price {
  font-family: var(--font-display); font-weight: 600; font-size: 22px; color: var(--ink-1);
}
.product-card .arrow {
  font-family: var(--font-label); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; font-weight: 600; color: var(--brand-orange);
}

/* CTA bar */
.cta-strip {
  background: var(--brand-ink); padding: 80px 56px;
  display: flex; justify-content: space-between; align-items: center; gap: 32px;
}
.cta-strip h2 {
  font-family: var(--font-display); font-weight: 600; font-size: 44px;
  letter-spacing: -0.02em; line-height: 1.05; color: #fff;
}
.cta-strip p {
  font-family: var(--font-mono); font-size: 14px; color: rgba(255,255,255,0.65);
  margin-top: 8px;
}

/* Footer */
.bx-footer {
  background: var(--paper); padding: 56px;
  border-top: 1px solid var(--line);
  display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 40px;
}
.bx-footer .col h4 {
  font-family: var(--font-label); font-weight: 600; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-1);
  margin-bottom: 18px;
}
.bx-footer .col a {
  display: block; font-family: var(--font-mono); font-size: 13px;
  color: var(--ink-3); padding: 4px 0; text-decoration: none; cursor: pointer;
}
.bx-footer .col a:hover { color: var(--brand-orange); }
.bx-footer .brand-col { display: flex; flex-direction: column; gap: 18px; }
.bx-footer .brand-col img { height: 24px; }
.bx-footer .brand-col p { font-family: var(--font-mono); font-size: 13px; color: var(--ink-3); max-width: 280px; line-height: 1.55; }
.bx-footer-legal {
  grid-column: 1 / -1; padding-top: 32px; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between;
  font-family: var(--font-mono); font-size: 11px; color: var(--ink-4);
}
