:root {
  --bg: #ffffff;
  --bg-soft: #ffffff;
  --panel: rgba(255, 255, 255, 0.84);
  --card: #ffffff;
  --text: #1f1711;
  --muted: #6a5a4d;
  --line: rgba(36, 27, 21, 0.1);
  --line-strong: rgba(36, 27, 21, 0.15);
  --accent: #e56a3d;
  --accent-deep: #ca4f25;
  --accent-soft: rgba(229, 106, 61, 0.11);
  --sage-soft: rgba(111, 131, 103, 0.12);
  --shadow: 0 26px 70px rgba(31, 23, 17, 0.09);
  --shadow-soft: 0 18px 40px rgba(31, 23, 17, 0.06);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --content-width: 1080px;
  --font-heading: "Avenir Next", Avenir, "SF Pro Display", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-accent: "Avenir Next", Avenir, "SF Pro Text", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
}

img {
  display: block;
  max-width: 100%;
}

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

.page-shell {
  width: min(100%, 1380px);
  margin: 0 auto;
  background: var(--bg-soft);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}

.topbar,
.hero,
.feature-section,
.activity-section,
.download-panel,
.footer {
  width: min(calc(100% - 40px), var(--content-width));
  margin: 0 auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding: 22px 0 18px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.brand-name {
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-family: var(--font-heading);
}

.store-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 18px;
  background: #111111;
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  box-shadow: none;
  font-family: var(--font-accent);
}

.store-link.compact {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 14px;
  font-size: 0.88rem;
  box-shadow: none;
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
  padding: 40px 0 74px;
}

.hero-copy {
  max-width: 560px;
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.hero-illustration {
  width: min(100%, 330px);
  height: auto;
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-family: var(--font-accent);
}

.hero h1,
.feature-copy h2,
.activity-copy h2,
.download-panel h2 {
  margin: 0;
  font-family: var(--font-heading);
  letter-spacing: -0.05em;
  font-weight: 700;
}

.hero h1 {
  font-size: clamp(2.1rem, 7vw, 3.1rem);
  line-height: 1;
}

.feature-copy h2,
.activity-copy h2,
.download-panel h2 {
  font-size: clamp(1.4rem, 5vw, 2rem);
  line-height: 1.06;
}

.lede,
.feature-copy p:not(.section-label),
.activity-copy p:not(.section-label),
.download-panel p:not(.section-label) {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
  font-family: var(--font-body);
}

.micro-points,
.signal-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 18px;
}

.hero-points {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.hero-point {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.5;
  font-family: var(--font-body);
}

.hero-point-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(36, 27, 21, 0.08);
  background: rgba(255, 255, 255, 0.7);
  color: var(--text);
}

.hero-point-icon svg {
  width: 15px;
  height: 15px;
}

.legal-main {
  width: min(calc(100% - 40px), var(--content-width));
  margin: 0 auto;
  padding: 20px 0 48px;
}

.legal-article {
  max-width: 760px;
}

.legal-article h1 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 7vw, 2.8rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 700;
}

.legal-article h2 {
  margin: 34px 0 0;
  font-family: var(--font-heading);
  font-size: clamp(1.2rem, 4vw, 1.55rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.legal-meta {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.legal-article p,
.legal-article li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.legal-article p {
  margin: 16px 0 0;
}

.legal-article ul {
  margin: 14px 0 0;
  padding-left: 22px;
}

.legal-article li + li {
  margin-top: 8px;
}

.legal-note {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(36, 27, 21, 0.08);
  font-size: 0.95rem;
}

.how-grid {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.how-step {
  padding: 18px 0 0;
  border-top: 1px solid rgba(36, 27, 21, 0.08);
}

.how-step:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.how-step-number {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--font-accent);
}

.how-step h2 {
  margin-top: 0;
}

.how-note {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(36, 27, 21, 0.08);
}

.micro-points span,
.signal-cluster span {
  display: inline;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 500;
  font-family: var(--font-accent);
}

.micro-points span::after,
.signal-cluster span::after {
  content: "·";
  margin-left: 12px;
  color: rgba(36, 27, 21, 0.34);
}

.micro-points span:last-child::after,
.signal-cluster span:last-child::after {
  content: "";
  margin-left: 0;
}

.feature-visual,
.activity-visual {
  display: flex;
  justify-content: center;
}

.shot-crop {
  position: relative;
  overflow: visible;
  padding: 6px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, #26292c 0%, #0f1113 48%, #1a1c20 100%);
  box-shadow:
    0 18px 36px rgba(31, 23, 17, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(255, 255, 255, 0.05);
  line-height: 0;
}

.shot-crop::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.shot-crop::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 29%;
  max-width: 64px;
  min-width: 26px;
  height: 8px;
  border-radius: 999px;
  background: #090a0b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.phone-screen {
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
}

.app-shot {
  width: 100%;
  height: auto;
  border-radius: 0;
  filter: none;
}

.feature-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px 0;
}

.shot-crop-vibe {
  width: min(100%, 156px);
  margin: 0 auto;
  padding: 5px;
  border-radius: 20px;
}

.shot-crop-vibe::before {
  inset: 2px;
  border-radius: 17px;
}

.shot-crop-vibe::after {
  top: 5px;
  width: 32%;
  height: 6px;
  max-width: 24px;
  min-width: 16px;
}

.shot-crop-vibe .phone-screen {
  border-radius: 14px;
}

.app-shot-vibe {
  width: 100%;
}

.activity-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px 0;
}

.download-panel {
  margin-bottom: 22px;
  padding: 38px 0 22px;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(36, 27, 21, 0.08);
  text-align: left;
  box-shadow: none;
}

.download-panel h2,
.download-panel p {
  max-width: 460px;
}

.download-panel .store-link {
  margin-top: 18px;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 22px 0 40px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--muted);
  font-size: 0.95rem;
  font-family: var(--font-body);
}

@media (min-width: 760px) {
  .page-shell {
    width: min(100%, 1400px);
  }

  .topbar,
  .hero,
  .feature-section,
  .activity-section,
  .download-panel,
  .footer {
    width: min(calc(100% - 72px), var(--content-width));
  }

  .legal-main {
    width: min(calc(100% - 72px), var(--content-width));
    padding: 28px 0 64px;
  }

  .how-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 22px;
  }

  .how-step {
    padding-top: 22px;
  }

  .how-step:nth-child(-n + 2) {
    padding-top: 0;
    border-top: 0;
  }

  .topbar {
    padding: 28px 0 20px;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
    gap: 28px;
    padding: 56px 0 96px;
  }

  .hero-visual {
    justify-content: flex-start;
  }

  .feature-section {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 0;
  }

  .shot-crop-vibe {
    width: min(100%, 150px);
  }

  .activity-section {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 0;
  }

  .download-panel {
    padding: 46px 0 24px;
  }

  .footer {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 0 32px;
  }
}
