/* SeeSee Cards supplier page. Visual: G · Object (#90). Desktop: second tier (#98). */

* { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #000;
  --ink: #f5f5f7;
  --dim: #86868b;
  --buy: #25d366;
  --well: #1c1c1e;
  --receipt: #111;
  --line: #1d1d1f;
}

html {
  background: var(--bg);
  overflow-x: clip;
  overscroll-behavior-y: none;
}
body {
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overscroll-behavior-y: none;
}

a { color: inherit; text-decoration: none; }

.page { width: min(100%, 560px); margin: 0 auto; }

.hero {
  min-height: 745px;
  padding: 20px 20px 26px;
  display: flex;
  flex-direction: column;
  text-align: center;
  background: radial-gradient(ellipse 90% 55% at 50% 32%, #2a2a2e 0%, #000 70%);
}
.hero .stage { flex: 1; display: grid; place-items: center; min-height: 240px; }
.hero .mark { width: 78%; max-width: 300px; height: auto; display: block; }
.hero .name {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dim);
}
.hero h1 { margin-top: 8px; font-size: 28px; line-height: 1.12; font-weight: 600; }

.cta {
  margin: 16px auto 0;
  width: auto;
  background: var(--buy);
  color: #04210c;
  border-radius: 980px;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.cta svg { width: 15px; height: 15px; fill: currentColor; }

.stats { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 6px; margin-top: 22px; }
.stats b {
  display: block;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.stats i { display: block; margin-top: 3px; font-style: normal; font-size: 12px; color: var(--ink); }
.stats span { display: block; margin-top: 2px; font-size: 11px; color: var(--dim); }

.chapter { padding: 56px 0 0; }
.chapter .kicker { padding: 0 22px; font-size: 12px; color: var(--dim); }
.chapter h2 { padding: 6px 22px 0; font-size: 28px; line-height: 1.15; font-weight: 600; }
.chapter .note { padding: 10px 22px 0; font-size: 15px; line-height: 1.45; color: var(--dim); }

.device {
  margin: 22px 16px 0;
  background: var(--well);
  border-radius: 28px;
  padding: 18px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.slip { min-width: 0; }
.receipt {
  background: var(--receipt);
  color: #e8e8ed;
  border: 0;
  border-radius: 16px;
  font: 13px/1.55 ui-monospace, SFMono-Regular, Menlo, monospace;
  padding: 16px 14px;
  margin: 0;
  white-space: pre-wrap;
}
.said { font-size: 11px; color: var(--dim); margin: 0 4px 8px; }

.plate {
  margin: 22px 16px 4px;
  border-radius: 28px;
  overflow: hidden;
  background: var(--well);
  aspect-ratio: 3 / 2;
}
.plate img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.board { padding: 8px 22px 0; }
.fig { padding: 26px 0; border-top: 1px solid var(--line); }
.fig:first-child { border-top: 0; }
.fig b {
  display: block;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}
.fig span { display: block; margin-top: 4px; font-size: 13px; color: var(--dim); }

.lines { padding: 8px 22px 0; }
.lines p { margin-top: 16px; font-size: 17px; line-height: 1.4; }
.lines b { font-weight: 600; color: var(--ink); }

.quotes { padding: 8px 22px 0; }
.quote { padding: 20px 0; border-top: 1px solid var(--line); }
.quote:first-child { border-top: 0; }
.quote .tag { font-size: 12px; color: var(--dim); }
.quote p { margin-top: 8px; font-size: 17px; line-height: 1.4; }

.face {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px 22px;
  border-top: 1px solid var(--line);
}
.face:first-of-type { margin-top: 20px; }
.avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  flex: none;
  object-fit: cover;
  object-position: center 18%;
  background: var(--well);
}
.face h3 { font-size: 15px; font-weight: 600; }

.owner {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 22px 0;
}
.owner .who { min-width: 0; }
.owner .role { display: block; font-size: 12px; color: var(--dim); margin-top: 2px; }
.owner p { margin-top: 8px; font-size: 15px; color: #d2d2d7; line-height: 1.4; }

.steps { list-style: none; counter-reset: s; padding: 12px 22px 0; }
.steps li {
  counter-increment: s;
  display: flex;
  gap: 14px;
  padding: 14px 0;
  font-size: 16px;
  color: #d2d2d7;
  border-top: 1px solid var(--line);
}
.steps li::before { content: counter(s); color: var(--dim); width: 1em; flex: none; }

.end { padding: 28px 22px 56px; text-align: center; }
.end .cta { margin-top: 8px; }
.end .sub { margin-top: 14px; font-size: 12px; color: var(--dim); }

footer.site { padding: 0 22px 48px; text-align: center; }
footer.site svg { display: inline-block; }

@media (min-width: 720px) {
  .page { width: min(100%, 880px); }

  .device {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    align-items: start;
  }
  .board {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 28px;
  }
  .fig { border-top: 1px solid var(--line); }
  .fig:nth-child(-n+2) { border-top: 0; }

  .quotes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 28px;
  }
  .quote { border-top: 1px solid var(--line); }
  .quote:nth-child(-n+2) { border-top: 0; }

  .faces {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .face { margin-top: 20px; border-top: 0; }
  .owner { grid-column: 1 / -1; }
}
