@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/BeVietnamPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
}

:root {
  --bg: #000;
  --panel: #0e0e10;
  --panel-2: #161618;
  --line: #26262a;
  --text: #f4f4f5;
  --muted: #a1a1aa;
  --faint: #71717a;
  --accent: #fff;
  --green: #22c55e;
  --radius: 22px;
  --wrap: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 17px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.wrap { width: min(var(--wrap), calc(100% - 48px)); margin: 0 auto; }
.display { font-family: "Be Vietnam Pro", -apple-system, "Segoe UI", sans-serif; font-weight: 900; letter-spacing: -0.02em; line-height: 1.04; }
.muted { color: var(--muted); }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 16px; top: 16px; background: #fff; color: #000; padding: 8px 14px; border-radius: 8px; z-index: 100; }

/* ---------- nav ---------- */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(0,0,0,.72); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.06); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 34px; height: 34px; border-radius: 9px; }
.brand span { font-family: "Be Vietnam Pro", sans-serif; font-weight: 900; font-size: 22px; letter-spacing: -0.02em; }
.nav ul { display: flex; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav ul a { text-decoration: none; color: var(--muted); font-size: 15px; font-weight: 500; }
.nav ul a:hover { color: #fff; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 46px; padding: 0 22px; border-radius: 999px; background: #fff; color: #000; font-weight: 700; font-size: 15px; text-decoration: none; border: 0; }
.btn.ghost { background: transparent; color: #fff; border: 1px solid var(--line); }
.nav .btn { height: 40px; padding: 0 18px; font-size: 14px; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; padding: 84px 0 40px; }
.hero::before { content: ""; position: absolute; inset: -20% -10% auto; height: 620px; background: radial-gradient(60% 60% at 70% 30%, rgba(90,110,255,.28), transparent 70%), radial-gradient(40% 50% at 20% 20%, rgba(255,255,255,.07), transparent 70%); pointer-events: none; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 140px; background: linear-gradient(transparent, #000); pointer-events: none; z-index: 3; }
.hero .wrap { position: relative; display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: center; }
.hero h1 { font-size: clamp(44px, 6.4vw, 84px); margin: 0 0 22px; }
.hero h1 span { color: var(--muted); }
.hero p.lead { font-size: 20px; color: var(--muted); max-width: 30em; margin: 0 0 32px; }
.stores { display: flex; flex-wrap: wrap; gap: 12px; }
.store { display: inline-flex; align-items: center; gap: 12px; padding: 10px 22px 10px 16px; border: 1px solid var(--line); background: var(--panel); border-radius: 14px; text-decoration: none; min-width: 190px; }
.store svg { width: 26px; height: 26px; flex: none; fill: #fff; }
.store small { display: block; font-size: 11px; color: var(--faint); line-height: 1.2; text-transform: uppercase; letter-spacing: .06em; }
.store b { display: block; font-size: 17px; line-height: 1.25; }
.store[aria-disabled="true"] { cursor: default; opacity: .9; }
.soon { margin: 16px 0 0; font-size: 14px; color: var(--faint); }
.phones { position: relative; height: 640px; }
.phones img { position: absolute; width: 46%; filter: drop-shadow(0 30px 50px rgba(0,0,0,.6)); }
.phones .p1 { left: 0; top: 60px; transform: rotate(-5deg); }
.phones .p2 { left: 27%; top: 0; z-index: 2; width: 50%; }
.phones .p3 { right: 0; top: 80px; transform: rotate(5deg); }

/* ---------- sections ---------- */
section { padding: 96px 0; }
.eyebrow { color: var(--muted); font-weight: 700; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; margin: 0 0 14px; }
h2.display { font-size: clamp(34px, 4.4vw, 56px); margin: 0 0 18px; }
.section-lead { color: var(--muted); font-size: 19px; max-width: 36em; margin: 0 0 48px; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.card .ico { width: 46px; height: 46px; border-radius: 13px; background: var(--panel-2); display: grid; place-items: center; margin-bottom: 18px; }
.card .ico svg { width: 24px; height: 24px; stroke: #fff; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.card h3 { margin: 0 0 8px; font-size: 20px; }
.card p { margin: 0; color: var(--muted); font-size: 16px; }

/* gallery */
.gallery { background: linear-gradient(#000, #0b0b0d 50%, #000); }
.rail { display: flex; gap: 22px; overflow-x: auto; padding: 8px 24px 30px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #333 transparent; }
.rail figure { margin: 0; flex: 0 0 clamp(230px, 24vw, 290px); scroll-snap-align: center; text-align: center; }
.rail img { width: 100%; filter: drop-shadow(0 24px 40px rgba(0,0,0,.6)); }
.rail figcaption { margin-top: 14px; color: var(--muted); font-size: 15px; }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: s; }
.step { position: relative; padding: 30px 28px 28px; border-top: 1px solid var(--line); }
.step::before { counter-increment: s; content: "0" counter(s); font-family: "Be Vietnam Pro", sans-serif; font-weight: 900; font-size: 44px; color: #2b2b30; display: block; margin-bottom: 12px; }
.step h3 { margin: 0 0 8px; font-size: 20px; }
.step p { margin: 0; color: var(--muted); font-size: 16px; }

/* fair-use band */
.band { background: var(--panel); border: 1px solid var(--line); border-radius: 28px; padding: 56px; display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; }
.band h2 { margin-bottom: 14px; }
.band p { color: var(--muted); margin: 0 0 22px; }
.band ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.band li { display: flex; gap: 12px; align-items: flex-start; color: var(--text); font-size: 16px; }
.band li::before { content: "✓"; color: var(--green); font-weight: 900; }

/* faq */
.faq { max-width: 820px; }
details { border-bottom: 1px solid var(--line); padding: 22px 0; }
summary { cursor: pointer; font-weight: 700; font-size: 19px; list-style: none; display: flex; justify-content: space-between; gap: 20px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--muted); font-weight: 400; font-size: 26px; line-height: 1; }
details[open] summary::after { content: "–"; }
details p { color: var(--muted); margin: 14px 0 0; }
details a, .prose a { color: #fff; text-underline-offset: 3px; }

/* footer */
footer { border-top: 1px solid var(--line); padding: 56px 0 64px; color: var(--muted); font-size: 15px; }
footer .wrap { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
footer h4 { margin: 0 0 14px; color: #fff; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; }
footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
footer a { text-decoration: none; }
footer a:hover { color: #fff; }
.legal-line { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 24px; color: var(--faint); font-size: 14px; }

/* ---------- document pages (privacy / terms / fair use / support) ---------- */
.doc { padding: 72px 0 96px; }
.doc .wrap { width: min(780px, calc(100% - 48px)); }
.doc h1 { font-size: clamp(38px, 5vw, 56px); margin: 0 0 12px; }
.doc .meta { color: var(--faint); font-size: 15px; margin: 0 0 40px; }
.prose h2 { font-size: 24px; margin: 44px 0 12px; letter-spacing: -0.01em; }
.prose h3 { font-size: 18px; margin: 26px 0 8px; }
.prose p, .prose li { color: #d4d4d8; }
.prose ul { padding-left: 22px; }
.prose li { margin: 6px 0; }
.prose strong { color: #fff; }
.callout { background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: 20px 24px; margin: 28px 0; color: #d4d4d8; }
.tablewrap { overflow-x: auto; margin: 18px 0; }
table { width: 100%; border-collapse: collapse; font-size: 15px; }
th, td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { color: #fff; font-weight: 700; background: var(--panel); }
td { color: #d4d4d8; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .phones { height: 520px; max-width: 520px; margin: 0 auto; width: 100%; }
  .grid, .steps { grid-template-columns: 1fr 1fr; }
  .band { grid-template-columns: 1fr; padding: 36px; }
  footer .wrap { grid-template-columns: 1fr 1fr; }
  .nav ul { display: none; }
}
@media (max-width: 620px) {
  section { padding: 68px 0; }
  .hero { padding-top: 48px; }
  .grid, .steps { grid-template-columns: 1fr; }
  .phones { height: 400px; }
  footer .wrap { grid-template-columns: 1fr; }
  .store { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
