/* ============================================================
   ORB — landing page styles (extends /css/main.css)
   ============================================================ */

/* ---------- Hero ---------- */
.orb-hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 5.5rem;
  padding-bottom: 3rem;
}

.orb-title {
  margin-top: 1.6rem;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(4.4rem, 14vw, 9rem);
  line-height: 0.95;
  letter-spacing: -0.015em;
  font-variation-settings: "opsz" 144, "wght" var(--tw, 400);
  text-shadow: 0 2px 50px rgba(6, 5, 16, 0.65);
}

.orb-tag {
  margin-top: 1.1rem;
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  font-weight: 350;
  color: var(--ink-muted);
  max-width: 36ch;
  text-wrap: balance;
}
.orb-tag em {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--gold-soft);
  padding-right: 0.05em;
}

/* the breathing room where the light lives */
.orb-stage {
  position: relative;
  width: 100%;
  height: clamp(16rem, 38svh, 24rem);
}
.orb-anchor {
  position: absolute;
  top: 50%; left: 50%;
  width: 1px; height: 1px;
}
.stage-cue {
  position: absolute;
  bottom: 0.5rem; left: 0; right: 0;
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.stage-cue span { transition: opacity 1.1s ease; }

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
}
.hero-actions .cta { margin-top: 0; }
.hero-fine {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  color: var(--ink-faint);
}
.orb-support {
  font-size: 0.95rem;
  color: var(--ink-muted);
  margin-bottom: 0.4rem;
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.cta-ghost {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 0.9rem 1.5rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 460;
  color: var(--ink-muted);
  border: 1px solid var(--hairline);
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: color 0.3s ease, border-color 0.3s ease, transform 0.35s var(--ease);
}
.cta-ghost:hover, .cta-ghost:focus-visible {
  color: var(--ink);
  border-color: rgba(236, 233, 244, 0.25);
  transform: translateY(-2px);
}

/* ---------- Feature rows (copy + phone screenshot) ---------- */
.feature {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 5rem);
  padding-block: clamp(4.5rem, 10vh, 7.5rem);
}
.feature.flip .feature-copy { order: 2; }
.feature.flip .shot { order: 1; }

.feature .body {
  margin-top: 1.3rem;
  color: var(--ink-muted);
  max-width: 52ch;
}
.mark {
  margin-top: 1.8rem;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-variation-settings: "opsz" 70, "wght" 400;
  font-size: 1.2rem;
  color: var(--gold-soft);
}

.shot {
  justify-self: center;
  width: min(300px, 72vw);
  border-radius: 44px;
  border: 1px solid rgba(236, 233, 244, 0.16);
  background: rgba(6, 5, 14, 0.6);
  box-shadow:
    0 40px 90px -30px rgba(0, 0, 0, 0.75),
    0 0 0 6px rgba(6, 5, 14, 0.65),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  padding: 9px;
}
.shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 36px;
}

.ways {
  margin-top: 1.6rem;
  display: grid;
  gap: 0.7rem;
  max-width: 26rem;
}
.ways li {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  padding: 0.85rem 1.1rem;
  border-radius: 16px;
  border: 1px solid var(--hairline);
  background: rgba(255, 255, 255, 0.028);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.ways b {
  font-family: var(--font-display);
  font-weight: 460;
  font-variation-settings: "opsz" 60, "wght" 460;
  font-size: 1.05rem;
  min-width: 4.6rem;
}
.ways span { color: var(--ink-muted); font-size: 0.92rem; }

.chips {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-width: 30rem;
}
.chips li {
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  color: var(--ink-muted);
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--hairline);
  background: rgba(255, 255, 255, 0.028);
}

@media (max-width: 56em) {
  .feature {
    grid-template-columns: 1fr;
    padding-block: 3.5rem;
  }
  .feature.flip .feature-copy { order: 1; }
  .feature.flip .shot { order: 2; }
  .shot { margin-top: 2.5rem; width: min(270px, 72vw); }
}

/* ---------- Timer & Sleep pair ---------- */
.pair {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding-block: clamp(3rem, 8vh, 5rem);
}
.pair-item {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: 1.6rem;
  align-items: center;
}
.pair-item .shot-small {
  width: 100%;
  max-width: 170px;
  border-radius: 28px;
  padding: 6px;
  justify-self: start;
}
.pair-item .shot-small img { border-radius: 23px; }
.pair-title {
  margin-top: 0.7rem;
  font-family: var(--font-display);
  font-weight: 430;
  font-variation-settings: "opsz" 90, "wght" 430;
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.pair-item p:not(.eyebrow) {
  margin-top: 0.7rem;
  font-size: 0.93rem;
  color: var(--ink-muted);
}
@media (max-width: 56em) {
  .pair { grid-template-columns: 1fr; }
}
@media (max-width: 34em) {
  .pair-item { grid-template-columns: 1fr; }
  .pair-item .shot-small { max-width: 190px; justify-self: center; }
}

/* ---------- Privacy links / final CTA ---------- */
.legal-links {
  margin-top: 2rem;
  font-size: 0.88rem;
  color: var(--ink-faint);
}
.final-cta {
  text-align: center;
  padding-block: clamp(5rem, 14vh, 9rem);
}
.final-line {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 144, "wght" 400;
  font-size: clamp(2rem, 5.6vw, 3.8rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-wrap: balance;
  margin-bottom: 2.4rem;
}

/* ---------- Legal document pages ---------- */
.doc {
  max-width: 44rem;
  padding-top: 9rem;
  text-align: left;
}
.doc h1 {
  font-family: var(--font-display);
  font-weight: 430;
  font-variation-settings: "opsz" 120, "wght" 430;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.015em;
}
.doc .doc-date {
  margin-top: 0.9rem;
  font-size: 0.85rem;
  color: var(--ink-faint);
}
.doc h2 {
  margin-top: 2.8rem;
  font-family: var(--font-display);
  font-weight: 440;
  font-variation-settings: "opsz" 80, "wght" 440;
  font-size: 1.35rem;
  line-height: 1.25;
}
.doc p, .doc li {
  margin-top: 0.9rem;
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--ink-muted);
}
.doc ul {
  list-style: disc;
  padding-left: 1.4rem;
}
.doc ul li { margin-top: 0.45rem; padding-left: 0.2rem; }
.doc a { color: var(--gold-soft); text-decoration: underline; text-underline-offset: 0.2em; }
.doc .doc-note {
  margin-top: 2rem;
  padding: 1rem 1.2rem;
  border-radius: 14px;
  border: 1px solid rgba(233, 201, 143, 0.25);
  background: rgba(233, 201, 143, 0.05);
  font-size: 0.88rem;
}
.doc-back {
  display: inline-block;
  margin-bottom: 2rem;
  font-size: 0.85rem;
  color: var(--ink-muted);
}
.doc-back:hover { color: var(--ink); }

/* ---------- The promise ---------- */
.promise {
  text-align: center;
  padding-bottom: clamp(8rem, 16vh, 12rem);
}
.promise-lede {
  margin-top: 2.2rem;
  font-family: var(--font-display);
  font-weight: 410;
  font-variation-settings: "opsz" 130, "wght" 410;
  font-size: clamp(1.7rem, 4.6vw, 3rem);
  line-height: 1.2;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
.promise-body {
  margin: 1.6rem auto 2.6rem;
  max-width: 46ch;
  color: var(--ink-muted);
  text-wrap: pretty;
}

.quiet-link {
  color: var(--gold-soft);
  text-decoration: underline;
  text-decoration-color: rgba(233, 201, 143, 0.35);
  text-underline-offset: 0.2em;
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}
.quiet-link:hover, .quiet-link:focus-visible {
  color: var(--gold);
  text-decoration-color: var(--gold);
}
.foot-brand .quiet-link { text-decoration: none; color: var(--ink); }
