/* ========== GLOW — Wave / narrow hero / spine features / mosaic how / split proof ========== */
:root {
  --cream: #111128;
  --sand: #19183a;
  --rose: #d7a3b3;
  --gold: #d9b07f;
  --ink: #f5eef8;
  --muted: #b5a7c5;
  --font-serif: "Libre Baskerville", Georgia, serif;
  --font-sans: "Sofia Sans", system-ui, sans-serif;
  --gutter: clamp(1rem, 4vw, 2rem);
  --container: min(880px, calc(100% - var(--gutter) * 2));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  font-family: var(--font-sans);
  background: radial-gradient(110% 90% at 70% -10%, rgba(215, 163, 179, 0.14) 0%, transparent 50%),
    radial-gradient(90% 70% at 20% 0%, rgba(217, 176, 127, 0.12) 0%, transparent 46%),
    var(--cream);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: clip;
}
img {
  max-width: 100%;
  height: auto;
}
main {
  min-width: 0;
}
h1,
h2,
h3 {
  overflow-wrap: break-word;
}
a {
  color: #7d5c3e;
}
a:hover {
  color: var(--gold);
}
.container {
  width: var(--container);
  margin-inline: auto;
}
.vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wave-top {
  height: clamp(72px, 18vw, 120px);
  background: radial-gradient(120% 100% at 50% 0%, rgba(210, 161, 179, 0.28), transparent 70%),
    linear-gradient(180deg, #211744, var(--cream));
  pointer-events: none;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  gap: 1rem;
  padding: 0.5rem max(1rem, 4vw) 1rem;
  margin-top: clamp(-4rem, -12vw, -3rem);
  position: relative;
  z-index: 10;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 4vw, 1.25rem);
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
}
.wordmark__icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: block;
}
.topbar__nav {
  display: none;
  gap: 1.5rem;
  font-weight: 600;
  font-size: 0.88rem;
}
.topbar__nav a {
  color: var(--muted);
  text-decoration: none;
}
.topbar__nav a:hover {
  color: var(--ink);
}
@media (min-width: 768px) {
  .topbar__nav {
    display: flex;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.65rem 1.2rem;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.88rem;
  border-radius: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.2s;
}
.btn:active {
  transform: scale(0.98);
}
.btn--line {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(210, 172, 120, 0.28);
  color: var(--ink);
}
.btn--line:hover {
  border-color: var(--gold);
}
.btn--fill {
  background: linear-gradient(135deg, #cf8fa3, #d9b07f);
  color: #2b1e27;
  box-shadow: 0 10px 30px rgba(200, 147, 167, 0.28);
}
.btn--fill:hover {
  box-shadow: 0 14px 36px rgba(184, 149, 106, 0.38);
}

.hero-narrow {
  padding: clamp(0.5rem, 2vw, 0) 0 3rem;
}
.hero-narrow__grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 900px) {
  .hero-narrow__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
  .hero-narrow__shell {
    text-align: left;
    margin-inline: 0;
  }
  .hero-narrow .join-stack {
    margin-inline: 0;
  }
}
.hero-narrow__shell {
  max-width: 560px;
  min-width: 0;
  text-align: center;
  margin-inline: auto;
}
.hero-narrow__art img {
  width: auto;
  max-width: min(480px, 100%);
  max-height: min(640px, 82vh);
  margin-inline: auto;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 28px;
  border: 1px solid rgba(210, 172, 120, 0.22);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
.kicker {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 1rem;
}
.hero-narrow h1 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 5vw, 2.85rem);
  line-height: 1.18;
  margin: 0 0 1rem;
  font-weight: 700;
}
.deck {
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 500;
}
.join-stack {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  max-width: 400px;
  margin-inline: auto;
}
@media (min-width: 480px) {
  .join-stack--row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.join-stack input[type="email"] {
  flex: 1;
  min-width: 0;
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(210, 172, 120, 0.3);
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  font: inherit;
  outline: none;
}
.join-stack input:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 3px rgba(210, 161, 179, 0.24);
}
.subtle {
  margin: 0.75rem 0 0;
  font-size: 0.88rem;
}
.subtle a {
  color: var(--muted);
}

.section {
  padding: clamp(2.75rem, 6vw, 4rem) 0;
}
.intro-center {
  text-align: center;
  max-width: 460px;
  margin: 0 auto 2rem;
}
.intro-center h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.65rem, 3vw, 2.1rem);
  margin: 0 0 0.5rem;
}
.intro-center p {
  margin: 0;
  color: var(--muted);
  font-weight: 500;
}

/* Spine */
.spine-wrap {
  background: linear-gradient(180deg, #141232, #0f1026);
}
.spine {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 640px;
  border-left: 2px solid rgba(210, 161, 179, 0.45);
}
.spine__row {
  position: relative;
  padding: 0 0 2rem 1.75rem;
}
.spine__row:last-child {
  padding-bottom: 0;
}
.spine__dot {
  position: absolute;
  left: -7px;
  top: 0.35rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #16122f;
  border: 2px solid var(--gold);
}
.spine__row h3 {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
}
.spine__row p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

/* Mosaic */
.mosaic-band {
  background: var(--cream);
}
.mosaic {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    align-items: stretch;
  }
  .mosaic__tile--tall {
    grid-row: span 2;
  }
}
@media (max-width: 480px) {
  .join-stack--row .btn,
  .soft-cta__actions .btn {
    width: 100%;
  }
}
.mosaic__tile {
  padding: clamp(1.15rem, 4vw, 1.5rem);
  border-radius: 24px;
  border: 1px solid rgba(210, 172, 120, 0.2);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}
.mosaic__step {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(210, 161, 179, 0.3);
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--ink);
  margin-bottom: 0.75rem;
}
.mosaic__tile h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-serif);
  font-size: 1.2rem;
}
.mosaic__tile p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

/* Split proof */
.split-proof__grid {
  display: grid;
  gap: 1.25rem;
  align-items: stretch;
}
@media (min-width: 800px) {
  .split-proof__grid {
    grid-template-columns: 2fr 3fr;
  }
}
.split-proof__quote {
  margin: 0;
  padding: clamp(1.25rem, 4vw, 1.75rem);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(210, 172, 120, 0.2);
}
.split-proof__quote p {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-style: italic;
  margin: 0 0 1rem;
  line-height: 1.5;
}
.split-proof__quote footer {
  font-size: 0.85rem;
  color: var(--muted);
  font-weight: 600;
}
.split-proof__visual {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.split-proof__visual img {
  width: auto;
  max-width: 100%;
  max-height: min(420px, 70vh);
  margin-inline: auto;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 24px;
  border: 1px solid rgba(210, 172, 120, 0.24);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.soft-cta {
  padding: 2.5rem 0 3rem;
}
.soft-cta__card {
  border-radius: 28px;
  padding: clamp(1.25rem, 5vw, 2rem);
  background: linear-gradient(140deg, #1d1a40, #171633);
  border: 1px solid rgba(210, 172, 120, 0.24);
  display: grid;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 720px) {
  .soft-cta__card {
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
    text-align: left;
  }
  .soft-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-end;
  }
  .soft-cta__actions .join-stack {
    margin: 0;
    width: 100%;
    justify-content: flex-end;
  }
  .soft-cta__actions .subtle {
    margin: 0;
  }
}
.soft-cta__card h2 {
  font-family: var(--font-serif);
  margin: 0 0 0.35rem;
  font-size: 1.65rem;
}
.soft-cta__card > div p {
  margin: 0;
  color: var(--muted);
  font-weight: 500;
}

.foot {
  padding: 1.25rem 0 2rem;
  border-top: 1px solid rgba(210, 172, 120, 0.24);
}
.foot__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-serif);
  font-weight: 700;
}
.foot__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot__row p {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--muted);
}

/* Motion: load-in + scroll reveal */
html.has-motion body {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 420ms ease, transform 420ms ease;
}
html.has-motion body.is-loaded {
  opacity: 1;
  transform: none;
}
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms ease, transform 700ms ease;
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  html.has-motion body,
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ——— Legal & trust (privacy, terms, footer disclaimer) ——— */
.site-disclaimer {
  margin: 0 auto 1rem;
  max-width: 40rem;
  font-size: 0.78rem;
  line-height: 1.45;
  text-align: center;
  opacity: 0.88;
  color: var(--muted, var(--color-text-muted, inherit));
}
.business-contact {
  margin: 0 auto 1rem;
  max-width: 40rem;
  font-size: 0.82rem;
  line-height: 1.45;
  text-align: center;
  font-style: normal;
  color: var(--muted, var(--color-text-muted, inherit));
}
.business-contact a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
  align-items: center;
  margin-top: 0.75rem;
  font-size: 0.82rem;
  color: var(--muted, var(--color-text-muted, inherit));
}
.legal-nav a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.legal-page {
  padding: 2rem 0 4rem;
}
.legal-page .container {
  max-width: 42rem;
}
.legal-page h1 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1.2;
}
.legal-page .legal-meta {
  margin: 0 0 2rem;
  font-size: 0.85rem;
  opacity: 0.75;
}
.legal-page h2 {
  margin: 2rem 0 0.65rem;
  font-size: 1.08rem;
}
.legal-page p,
.legal-page li {
  margin: 0.65rem 0;
  line-height: 1.65;
}
.legal-page ul {
  margin: 0.5rem 0;
  padding-left: 1.2rem;
}

