:root {
  --night: #0c1612;
  --felt: #143326;
  --felt-deep: #0e241b;
  --felt-rim: #1c4a36;
  --lamp: #f6cf96;
  --paper: #f4ead6;
  --paper-2: #d9ccb0;
  --ember: #ff6b35;
  --ember-ink: #2a1008;
  --electric: #f5d76e;
  --ok: #8fd6a8;
  --muted: #b7a88e;
  --line: rgba(244, 234, 214, 0.12);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --app-night: #12100e;
  --app-ink: #1c1410;
  color: var(--paper);
  background: var(--night);
  font-family: Outfit, system-ui, sans-serif;
  line-height: 1.45;
  font-weight: 450;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--night);
}

body {
  min-height: 100dvh;
  position: relative;
  overflow-x: hidden;
}

a {
  color: var(--electric);
}

.skip {
  position: absolute;
  left: 12px;
  top: -40px;
  z-index: 20;
  background: var(--electric);
  color: #1a1408;
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 600;
}

.skip:focus {
  top: 12px;
}

.lamp {
  pointer-events: none;
  position: absolute;
  inset: -12% -20% auto;
  height: 54vh;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(246, 207, 150, 0.28), transparent 58%),
    radial-gradient(ellipse at 18% 8%, rgba(255, 107, 53, 0.12), transparent 42%);
}

.felt-grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: 0.09;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.top {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  padding: calc(16px + env(safe-area-inset-top)) 20px 8px;
  max-width: 1080px;
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
  margin-right: 4px;
}

.nav a {
  color: var(--paper);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
}

.nav a[aria-current="page"] {
  color: var(--electric);
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--lamp);
}

.wordmark {
  font-family: Outfit, system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.45rem;
  letter-spacing: -0.02em;
  color: var(--paper);
  text-decoration: none;
}

.wordmark span {
  color: var(--ember);
}

.top-cta {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--paper);
  border: 1px solid var(--line);
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(12, 22, 18, 0.4);
}

.top-cta:hover,
.top-cta:focus-visible {
  border-color: var(--electric);
  color: var(--electric);
}

.hero,
.how,
.shop,
.faq,
.close,
.about,
.legal,
.foot {
  position: relative;
  z-index: 1;
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  padding: 28px 0 48px;
}

.kicker {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--electric);
  margin: 0 0 14px;
}

h1,
h2,
.studio-name,
.studio-lead {
  font-family: Outfit, system-ui, sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.hero-titles {
  margin: 0 0 18px;
}

h1 {
  font-size: clamp(2.4rem, 9vw, 4.6rem);
  line-height: 0.96;
  margin: 0 0 8px;
  max-width: 18ch;
}

.hero-tagline {
  font-family: Outfit, system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(1.35rem, 3.6vw, 2rem);
  letter-spacing: -0.02em;
  color: var(--lamp);
  margin: 0;
}

.pitch {
  font-size: 1.12rem;
  max-width: 38rem;
  margin: 0 0 26px;
  color: rgba(244, 234, 214, 0.88);
}

.pitch em {
  font-family: Outfit, system-ui, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: var(--lamp);
}

.cta-row {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
  max-width: 28rem;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 16px;
  background: var(--ember);
  color: var(--ember-ink);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.05rem;
  box-shadow: 0 12px 28px rgba(255, 107, 53, 0.28);
  border: 1px solid transparent;
}

button.cta {
  appearance: none;
  font: inherit;
  cursor: pointer;
  width: 100%;
}

.cta:hover,
.cta:focus-visible {
  background: #ff8355;
}

.cta.ghost {
  background: transparent;
  color: var(--paper);
  box-shadow: none;
  border-color: var(--line);
}

.cta.ghost:hover,
.cta.ghost:focus-visible {
  background: rgba(244, 234, 214, 0.06);
  border-color: var(--electric);
  color: var(--electric);
}

.cta-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.cta-note a {
  color: var(--lamp);
}

.studio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 16px;
  max-width: 28rem;
  padding: 16px 18px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(244, 234, 214, 0.06), rgba(244, 234, 214, 0.02)),
    var(--felt-deep);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.studio-kicker,
.studio-role {
  margin: 0;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.studio-name,
.studio-lead {
  margin: 2px 0 0;
  font-size: 1.05rem;
  line-height: 1.15;
}

.studio-lead {
  color: var(--lamp);
}

.table-art {
  position: relative;
  margin: 40px 0 0;
  min-height: 420px;
  padding: 28px 16px 20px;
  border-radius: 28px 28px 8px 8px;
  background:
    radial-gradient(ellipse at 50% 30%, rgba(246, 207, 150, 0.16), transparent 50%),
    radial-gradient(circle at 50% 70%, var(--felt-rim), var(--felt) 48%, var(--felt-deep));
  border: 1px solid rgba(244, 234, 214, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(244, 234, 214, 0.08),
    0 30px 50px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.table-art::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 999px;
  border: 2px solid rgba(245, 215, 110, 0.12);
  pointer-events: none;
}

.hero-stage figcaption {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  text-align: center;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.phones {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 12px;
  min-height: 360px;
}

.phone {
  width: min(214px, 44vw);
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.45));
}

.phone-have {
  transform: rotate(-6deg) translateY(8px);
}

.phone-ping {
  transform: rotate(5deg) translateY(-6px);
}

.bezel {
  background: #0a0908;
  border-radius: 22px;
  padding: 8px 7px 7px;
  border: 1px solid rgba(244, 234, 214, 0.16);
}

.mock {
  position: relative;
  background:
    radial-gradient(280px 90px at 50% -10%, rgba(244, 201, 137, 0.16), transparent 55%),
    linear-gradient(180deg, #191511 0%, var(--app-night) 42%);
  border-radius: 16px;
  overflow: hidden;
  min-height: 340px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  font-family: Outfit, system-ui, sans-serif;
  color: #f3ead8;
}

.mock-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6px;
  padding: 8px 8px 4px;
}

.mock-brand {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: -0.03em;
}

.mock-brand span {
  color: var(--ember);
}

.mock-tag {
  margin: 1px 0 0;
  font-size: 0.48rem;
  color: #9a8f7e;
  line-height: 1.2;
  max-width: 16ch;
}

.mock-pill {
  flex-shrink: 0;
  font-size: 0.52rem;
  padding: 3px 6px;
  border-radius: 999px;
  background: rgba(18, 16, 14, 0.45);
  color: #d9ccb3;
}

.mock-pill.ok {
  color: var(--ok);
}

.mock-screen {
  padding: 2px 8px 8px;
}

.mock-title {
  font-family: Fraunces, Georgia, serif;
  font-size: 0.95rem;
  margin: 4px 0 2px;
  font-weight: 700;
}

.mock-lede {
  margin: 0 0 8px;
  font-size: 0.58rem;
  color: #9a8f7e;
}

.mock-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.mock-tile {
  background: #2a231c;
  border: 1px solid rgba(243, 234, 216, 0.08);
  border-radius: 8px;
  overflow: hidden;
}

.mock-tile img,
.mock-pair img {
  width: 100%;
  aspect-ratio: 63 / 88;
  object-fit: cover;
  display: block;
  background: #1a1612;
}

.mock-name {
  font-size: 0.5rem;
  font-weight: 600;
  padding: 4px 4px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mock-meta {
  font-size: 0.42rem;
  color: #9a8f7e;
  padding: 0 4px 5px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mock-btn {
  margin-top: 8px;
  border-radius: 999px;
  text-align: center;
  font-weight: 650;
  font-size: 0.62rem;
  padding: 8px 8px;
}

.mock-btn-gold {
  background: var(--electric);
  color: var(--app-ink);
}

.mock-btn-ember {
  background: var(--ember);
  color: #fff;
}

.mock-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  padding: 5px 4px 6px;
  background: rgba(18, 16, 14, 0.92);
  border-top: 1px solid rgba(243, 234, 216, 0.08);
}

.mock-tabs span {
  display: grid;
  justify-items: center;
  gap: 1px;
  font-size: 0.42rem;
  font-weight: 600;
  color: #9a8f7e;
  padding: 3px 0;
  border-radius: 6px;
}

.mock-tabs span.on {
  color: var(--electric);
  background: rgba(245, 215, 110, 0.08);
}

.mock-tabs i {
  font-style: normal;
  font-size: 0.7rem;
  line-height: 1;
}

.mock-dim .mock-screen {
  opacity: 0.35;
}

.mock-nearby-h {
  font-family: Fraunces, Georgia, serif;
  font-size: 0.95rem;
  text-align: center;
  margin: 0;
}

.mock-radar {
  width: 44px;
  height: 44px;
  margin: 10px auto 8px;
  border-radius: 50%;
  border: 2px solid rgba(245, 215, 110, 0.35);
  position: relative;
  display: grid;
  place-items: center;
}

.mock-radar.sm {
  width: 36px;
  height: 36px;
  margin: 2px auto 6px;
}

.mock-radar::before,
.mock-radar::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  border: 1px solid rgba(255, 107, 53, 0.45);
  animation: ping 2.4s ease-out infinite;
}

.mock-radar::after {
  inset: 12px;
  animation-delay: 0.8s;
}

.mock-radar span {
  width: 6px;
  height: 6px;
  background: var(--ember);
  border-radius: 50%;
  z-index: 1;
}

.mock-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 6, 5, 0.62);
  display: grid;
  align-items: end;
}

.mock-sheet {
  background:
    radial-gradient(180px 80px at 50% 0%, rgba(255, 107, 53, 0.22), transparent 60%),
    #171310;
  border-radius: 16px 16px 0 0;
  padding: 6px 10px 10px;
  text-align: center;
}

.mock-grab {
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: rgba(243, 234, 216, 0.2);
  margin: 2px auto 6px;
}

.mock-kicker {
  margin: 0;
  color: var(--ember);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.48rem;
}

.mock-ping-title {
  font-family: Fraunces, Georgia, serif;
  font-size: 0.95rem;
  margin: 4px 0 2px;
  font-weight: 700;
  line-height: 1.15;
}

.mock-pair {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 6px;
  align-items: center;
  margin: 6px 0 4px;
}

.mock-pair img {
  border-radius: 6px;
}

.mock-pair strong {
  display: block;
  font-size: 0.58rem;
}

.mock-pair .mock-meta {
  padding: 3px 0 0;
}

.mock-swap {
  color: var(--electric);
  font-weight: 700;
  font-size: 0.8rem;
}

.mock-meta.talk {
  padding: 0 0 2px;
}

.how,
.faq {
  padding: 8px 0 40px;
}

.how h2,
.shop h2,
.faq h2,
.close h2 {
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  margin: 0 0 18px;
}

.how ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  counter-reset: how;
}

.how li {
  padding: 16px 16px 14px;
  border-radius: 16px;
  background: rgba(20, 51, 38, 0.55);
  border: 1px solid var(--line);
}

.how li::before {
  counter-increment: how;
  content: counter(how);
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--electric);
  color: #1a1408;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.7rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.how h3 {
  margin: 0 0 6px;
  font-size: 1.1rem;
}

.how p,
.shop p,
.faq dd,
.close p {
  margin: 0;
  color: rgba(244, 234, 214, 0.8);
}

.shop {
  display: grid;
  gap: 28px;
  padding: 8px 0 48px;
  align-items: center;
}

.shop-copy p {
  max-width: 38rem;
  margin: 0 0 16px;
  font-size: 1.05rem;
}

.shop-points {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.shop-points li {
  padding-left: 18px;
  position: relative;
  color: rgba(244, 234, 214, 0.82);
}

.shop-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ember);
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.18);
}

.shop-cta {
  margin-bottom: 0;
}

.tent-preview {
  justify-self: center;
}

.tent-face {
  width: min(260px, 80vw);
  padding: 22px 18px 20px;
  text-align: center;
  background: var(--paper);
  color: #1c1410;
  border-radius: 8px 8px 4px 4px;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.4),
    inset 0 -10px 0 #d9ccb0;
}

.shop .tent-face p,
.tent-face p {
  color: #1c1410;
  margin: 0;
  font-size: inherit;
}

.tent-mark {
  margin: 0;
  font-weight: 700;
  font-size: 1.55rem;
  letter-spacing: -0.02em;
}

.tent-mark span {
  color: var(--ember);
}

.tent-line {
  margin: 4px 0 12px;
  font-weight: 600;
  color: #5c4a28;
}

.tent-qr {
  width: 148px;
  height: 148px;
  display: block;
  margin: 0 auto 12px;
  background: #f4ead6;
  border-radius: 8px;
}

.tent-sub,
.tent-scan {
  margin: 0;
  font-size: 0.88rem;
  color: #3a3226;
}

.shop .tent-face .tent-line,
.shop .tent-face .tent-scan,
.tent-face .tent-line,
.tent-face .tent-scan {
  color: #5c4a28;
}

.shop .tent-face .tent-sub,
.tent-face .tent-sub {
  color: #3a3226;
}

.tent-scan {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 4px;
  color: #5c4a28;
}

.faq dl {
  margin: 0;
  display: grid;
  gap: 12px;
}

.faq dl > div {
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(20, 51, 38, 0.45);
  border: 1px solid var(--line);
}

.faq dt {
  font-weight: 700;
  margin: 0 0 6px;
}

.faq dd {
  font-size: 0.98rem;
}

.close {
  margin-top: 8px;
  margin-bottom: 36px;
  padding: 28px 22px;
  border-radius: 22px;
  background:
    radial-gradient(600px 180px at 80% 0%, rgba(255, 107, 53, 0.16), transparent 55%),
    linear-gradient(180deg, #1a3d2d, #12281e);
  border: 1px solid var(--line);
}

.close h2 {
  max-width: 18ch;
  margin-bottom: 8px;
}

.close-tag {
  margin: 0 0 16px;
}

.close p {
  max-width: 36rem;
  margin: 0 0 22px;
}

.close-actions {
  display: grid;
  gap: 10px;
  max-width: 22rem;
}

.foot {
  padding: 8px 0 calc(28px + env(safe-area-inset-bottom));
  color: var(--muted);
  font-size: 0.82rem;
}

.foot p {
  margin: 0 0 10px;
  max-width: 46rem;
}

.foot-credit {
  color: var(--paper-2);
}

.foot a {
  color: var(--lamp);
}

.legal {
  padding: 28px 0 48px;
}

.legal h1 {
  font-size: clamp(2.2rem, 7vw, 3.6rem);
  max-width: 16ch;
}

.legal .lede {
  max-width: 40rem;
  font-size: 1.08rem;
  color: rgba(244, 234, 214, 0.88);
  margin: 0 0 22px;
}

.legal h2 {
  font-size: 1.2rem;
  margin: 22px 0 8px;
}

.legal p {
  max-width: 40rem;
  margin: 0 0 12px;
  color: rgba(244, 234, 214, 0.82);
}

.legal .note {
  font-size: 0.88rem;
  color: var(--muted);
}

@keyframes ping {
  0% { opacity: 0.55; scale: 0.72; }
  70% { opacity: 0; scale: 1.15; }
  100% { opacity: 0; scale: 1.15; }
}

@media (min-width: 760px) {
  .hero {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    grid-template-areas:
      "kicker art"
      "title art"
      "pitch art"
      "cta art"
      "studio art";
    column-gap: 36px;
    align-items: start;
    padding-top: 48px;
  }

  .kicker { grid-area: kicker; }
  .hero-titles { grid-area: title; }
  .pitch { grid-area: pitch; }
  .cta-row { grid-area: cta; }
  .studio { grid-area: studio; }
  .table-art {
    grid-area: art;
    height: 100%;
    min-height: 520px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .phones {
    min-height: 440px;
  }

  .phone {
    width: 228px;
  }

  .how ol {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .shop {
    grid-template-columns: 1.2fr 0.8fr;
    column-gap: 40px;
  }

  .faq dl {
    grid-template-columns: 1fr 1fr;
  }

  .close {
    padding: 40px 44px;
  }

  .close-actions {
    grid-template-columns: 1fr 1fr;
    max-width: 32rem;
  }

  .about {
    padding-top: 48px;
  }

  .about-grid {
    grid-template-columns: 200px 1fr;
    column-gap: 48px;
  }

  .portrait-wrap,
  .portrait {
    width: 200px;
    max-width: 200px;
  }
}

@media (max-width: 560px) {
  .nav {
    order: 3;
    width: 100%;
    margin-left: 0;
  }

  .top-cta {
    margin-left: auto;
  }

  .phones {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .phone {
    width: min(240px, 72vw);
  }

  .phone-have,
  .phone-ping {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mock-radar::before,
  .mock-radar::after {
    animation: none;
    opacity: 0.28;
  }
}

.about {
  padding: 28px 0 48px;
}

.about h1 {
  font-size: clamp(2.2rem, 7vw, 3.8rem);
  max-width: 18ch;
}

.about-role {
  margin: 0 0 28px;
}

.about-grid {
  display: grid;
  gap: 28px;
  align-items: start;
}

.portrait-wrap {
  margin: 0;
  width: 180px;
  max-width: 180px;
}

.portrait {
  display: block;
  width: 180px;
  max-width: 180px;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  /* 4:5 cover window: pin the visible right edge to the wood panel (~x=444 of 517). */
  object-position: 43% top;
  border-radius: 12px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: var(--felt-deep);
}

.about-copy {
  max-width: 38rem;
}

.about-copy p {
  margin: 0 0 16px;
  font-size: 1.08rem;
  color: rgba(244, 234, 214, 0.88);
}

.about-copy .source {
  font-size: 0.88rem;
  color: var(--muted);
}

.about-copy .cta {
  margin-top: 10px;
  width: min(100%, 22rem);
}
