:root {
  --bg: #0b0f0d;
  --surface: #131a16;
  --line: #1f2b25;
  --green: #00e676;
  --green-dim: rgba(0, 230, 118, 0.14);
  --gold: #e6b94c;
  --text: #f2f5f3;
  --text-2: #9aa59e;
  --text-3: #5e6963;
  --display: "Bricolage Grotesque", "Helvetica Neue", Arial, sans-serif;
  --body: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.55;
}

a { color: var(--green); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
img { display: block; max-width: 100%; height: auto; }
body { overflow-x: hidden; }
.hero > *, .facts > *, .feature > *, .plain > *, footer > * { min-width: 0; }
h1, h2, p, li { overflow-wrap: anywhere; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 20px; }

/* Header */
.top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 0;
}
.brand { display: flex; align-items: center; gap: 12px; color: var(--text); text-decoration: none; font-family: var(--display); font-weight: 700; font-size: 18px; }
.brand img { width: 40px; height: 40px; border-radius: 10px; }
.top nav a { color: var(--text-2); text-decoration: none; margin-left: 24px; font-size: 15px; }
.top nav a:hover { color: var(--text); }

/* Hero */
.hero { padding: 56px 0 24px; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px; align-items: center; }
.hero h1 {
  font-family: var(--display);
  font-size: clamp(44px, 7vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  font-weight: 800;
  margin: 0 0 24px;
}
.hero p.lead { font-size: 20px; color: var(--text-2); max-width: 34ch; margin: 0 0 32px; }
.hero .emblem { justify-self: center; width: min(360px, 70vw); filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.6)); }

.store {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--text); color: var(--bg); text-decoration: none;
  padding: 14px 22px 14px 16px; border-radius: 14px; font-weight: 600; font-size: 16px;
}
.store svg { width: 26px; height: 26px; }
.store small { display: block; font-size: 11px; font-weight: 500; opacity: 0.7; line-height: 1; margin-bottom: 3px; }
.store span { display: block; line-height: 1.05; }
.store:hover { background: #fff; }

.panorama { margin: 40px 0 0; }
.panorama img { border-radius: 20px; border: 1px solid var(--line); }

/* Facts strip */
.facts { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 56px 0; }
.facts div { padding: 22px 0; border-left: 1px solid var(--line); padding-left: 20px; }
.facts div:first-child { border-left: 0; padding-left: 0; }
.facts b { font-family: var(--display); font-size: 22px; font-weight: 700; display: block; letter-spacing: -0.01em; }
.facts span { color: var(--text-2); font-size: 14px; }

/* Features */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: 48px 0; }
.feature:nth-child(even) .shot { order: -1; }
.feature h2 { font-family: var(--display); font-size: clamp(30px, 4vw, 44px); letter-spacing: -0.02em; line-height: 1.05; margin: 0 0 16px; font-weight: 700; }
.feature p { color: var(--text-2); margin: 0 0 14px; max-width: 46ch; }
.feature ul { margin: 18px 0 0; padding: 0; list-style: none; }
.feature li { padding: 10px 0; border-top: 1px solid var(--line); color: var(--text); }
.feature li:last-child { border-bottom: 1px solid var(--line); }
.shot { justify-self: center; width: min(320px, 80vw); }
.shot img {
  border-radius: 40px;
  border: 8px solid #1c1f1e;
  box-shadow: 0 0 0 2px #3a3d3c, 0 40px 60px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Straight talk */
.plain { margin: 40px 0 0; padding: 40px 0 48px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 40px; }
.plain h2 { font-family: var(--display); font-size: clamp(28px, 3.5vw, 40px); letter-spacing: -0.02em; margin: 0; line-height: 1.05; }
.plain h2 em { font-style: normal; color: var(--gold); }
.plain p { color: var(--text-2); margin: 0 0 14px; max-width: 56ch; }
.plain p strong { color: var(--text); font-weight: 600; }

/* CTA */
.cta { text-align: center; padding: 64px 0 72px; border-top: 1px solid var(--line); }
.cta h2 { font-family: var(--display); font-size: clamp(32px, 5vw, 56px); letter-spacing: -0.03em; line-height: 1; margin: 0 0 12px; }
.cta p { color: var(--text-2); margin: 0 0 28px; }

/* Footer */
footer { border-top: 1px solid var(--line); padding: 28px 0 40px; color: var(--text-3); font-size: 14px; display: flex; flex-wrap: wrap; gap: 12px 28px; justify-content: space-between; }
footer a { color: var(--text-2); }

/* Legal page */
.legal { max-width: 720px; margin: 0 auto; padding: 40px 20px 80px; }
.legal h1 { font-family: var(--display); font-size: clamp(36px, 6vw, 56px); letter-spacing: -0.03em; line-height: 1; margin: 0 0 8px; }
.legal .date { color: var(--text-3); margin: 0 0 40px; }
.legal h2 { font-family: var(--display); font-size: 24px; letter-spacing: -0.01em; margin: 40px 0 10px; }
.legal p, .legal li { color: var(--text-2); }
.legal strong { color: var(--text); font-weight: 600; }
.legal ul { padding-left: 20px; }
.legal li { margin: 6px 0; }
.legal table { border-collapse: collapse; width: 100%; font-size: 15px; margin: 12px 0 8px; }
.legal th, .legal td { text-align: left; padding: 10px 12px 10px 0; border-bottom: 1px solid var(--line); vertical-align: top; color: var(--text-2); }
.legal th { color: var(--text); font-weight: 600; }

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; padding-top: 32px; }
  .hero .emblem { order: -1; width: min(220px, 55vw); margin-bottom: 8px; }
  .facts { grid-template-columns: 1fr 1fr; }
  .facts div { border-left: 0; padding-left: 0; }
  .facts div:nth-child(even) { border-left: 1px solid var(--line); padding-left: 16px; }
  .facts b { font-size: 18px; }
  .facts span { font-size: 13px; }
  .hero p.lead { font-size: 18px; }
  .brand { font-size: 16px; }
  .top nav a { font-size: 14px; }
  .feature { grid-template-columns: 1fr; gap: 28px; padding: 36px 0; }
  .feature:nth-child(even) .shot { order: 0; }
  .shot { width: min(260px, 70vw); }
  .plain { grid-template-columns: 1fr; gap: 16px; }
  .top nav a { margin-left: 16px; }
}

@media (max-width: 480px) {
  .top nav a:first-child { display: none; }
}
