:root {
  --background: #FAF7F2;
  --surface: #FFFFFF;
  --surface-muted: #F2EDE6;
  --text: #2E2A27;
  --muted: #7A716A;
  --soft: #A39A91;
  --border: #E7DED4;
  --sage: #A8B8A0;
  --blue: #AFC7D8;
  --beige: #E8DCCB;
  --gold: #D9B76E;
  --accent: #8F6F45;
  --accent-dark: #5F472D;
  --shadow: 0 24px 70px rgba(75, 55, 35, 0.14);
  color: var(--text);
  background: var(--background);
  font-family:
    "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(217, 183, 110, 0.14), transparent 28rem),
    linear-gradient(180deg, #FAF7F2 0%, #F7F1EA 100%);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body.variant-b {
  background:
    radial-gradient(circle at 72% 18%, rgba(175, 199, 216, 0.24), transparent 30rem),
    linear-gradient(180deg, #FAF7F2 0%, #F6F0E7 100%);
}

body.variant-c {
  background:
    radial-gradient(circle at 78% 12%, rgba(217, 183, 110, 0.2), transparent 24rem),
    linear-gradient(180deg, #FAF7F2 0%, #F3EDE4 100%);
}

a {
  color: inherit;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.site-shell {
  min-height: 100vh;
}

.nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  padding: 24px;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-weight: 750;
  gap: 10px;
  letter-spacing: 0;
  text-decoration: none;
}

.brand-mark {
  align-items: center;
  background: var(--text);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 18px;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.94rem;
  text-decoration: none;
}

.nav-cta,
.button {
  align-items: center;
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  text-decoration: none;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.62);
  border-color: var(--border);
  color: var(--accent-dark);
}

.hero {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 0.78fr) minmax(620px, 1.18fr);
  margin: 0 auto;
  max-width: 1360px;
  min-height: 820px;
  padding: 42px 24px 96px;
  position: relative;
}

.hero.centered {
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
}

.eyebrow {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(3rem, 8vw, 6.4rem);
  letter-spacing: 0;
  line-height: 0.94;
  margin: 0;
  max-width: 780px;
  font-weight: 760;
}

.concept-title {
  font-size: clamp(3.7rem, 6.4vw, 6.35rem);
  font-weight: 680;
  line-height: 0.98;
}

.concept-title em {
  color: #6F8C66;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
}

.concept-title span,
.product-title span {
  color: #6F8C66;
}

.return-title {
  font-size: clamp(3.25rem, 5.7vw, 5.45rem);
}

.return-title span {
  color: var(--gold);
}

.hero-pill {
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--accent);
  display: inline-flex;
  font-size: 0.9rem;
  margin: 0 0 22px;
  padding: 10px 18px;
}

.hero-copy {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.8vw, 1.2rem);
  line-height: 1.65;
  margin: 26px 0 0;
  max-width: 650px;
}

.hero-form {
  margin-top: 30px;
  max-width: 330px;
}

.hero-form input {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text);
  display: block;
  font: inherit;
  height: 54px;
  padding: 0 20px;
  width: 100%;
}

.hero-form button {
  background: var(--accent);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: block;
  font: inherit;
  font-weight: 800;
  height: 54px;
  margin-top: 12px;
  width: 100%;
}

.concept-proof {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
  max-width: 460px;
}

.concept-proof span {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-direction: row;
  font-size: 0.82rem;
  gap: 10px;
  line-height: 1.35;
}

.concept-proof span::before {
  align-items: center;
  background: var(--surface-muted);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--accent);
  content: attr(data-icon, "✦");
  display: inline-flex;
  flex-shrink: 0;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.proof-row {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.95rem;
  gap: 14px;
  margin-top: 28px;
}

.proof-row span {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.proof-row span::before {
  background: var(--sage);
  border-radius: 999px;
  content: "";
  height: 8px;
  width: 8px;
}

.visual-card {
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(231, 222, 212, 0.9);
  border-radius: 32px;
  box-shadow: var(--shadow);
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.concept-visual {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-height: 640px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.variant-a .concept-visual,
.variant-c .concept-visual {
  align-self: stretch;
  min-height: 760px;
  width: calc(100% + (100vw - min(100vw, 1360px)) / 2);
}

.variant-a .concept-visual::before,
.variant-c .concept-visual::before {
  background:
    linear-gradient(180deg, rgba(250, 247, 242, 0.95) 0%, rgba(250, 247, 242, 0.22) 30%, rgba(250, 247, 242, 0) 58%),
    linear-gradient(90deg, rgba(250, 247, 242, 1) 0%, rgba(250, 247, 242, 0.78) 18%, rgba(250, 247, 242, 0.18) 48%, rgba(250, 247, 242, 0) 72%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

/* Variant A: image bleeds behind nav — stronger top gradient to cover nav area */
.variant-a .concept-visual::before {
  background:
    linear-gradient(180deg,
      rgba(250, 247, 242, 0.99) 0%,
      rgba(250, 247, 242, 0.88) 9%,
      rgba(250, 247, 242, 0.42) 22%,
      rgba(250, 247, 242, 0) 46%),
    linear-gradient(90deg, rgba(250, 247, 242, 1) 0%, rgba(250, 247, 242, 0.78) 18%, rgba(250, 247, 242, 0.18) 48%, rgba(250, 247, 242, 0) 72%);
}

.hero-photo {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.ritual-scene .hero-photo {
  object-position: center;
}

.return-scene .hero-photo {
  object-position: 62% center;
}

.ritual-scene {
  background:
    radial-gradient(circle at 68% 28%, rgba(255, 255, 255, 0.2), transparent 8rem),
    linear-gradient(140deg, rgba(255, 255, 255, 0.42), rgba(232, 220, 203, 0.22)),
    radial-gradient(circle at 80% 20%, rgba(217, 183, 110, 0.18), transparent 16rem);
  padding: 0;
}

.desk {
  background: transparent;
  border-radius: 0;
  height: 100%;
  min-height: 640px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.photo-like::after {
  content: none;
}

.notebook,
.cup,
.pen,
.leaf,
.path,
.sun {
  position: absolute;
}

.notebook {
  background:
    repeating-linear-gradient(180deg, transparent 0 31px, rgba(122, 113, 106, 0.13) 32px),
    #FFFCF8;
  border: 1px solid var(--border);
  border-radius: 18px;
  height: 300px;
  bottom: 42px;
  left: 44px;
  top: auto;
  transform: rotate(-6deg);
  width: 240px;
}

.notebook::before {
  background: var(--sage);
  border-radius: 999px;
  content: "";
  height: 12px;
  left: 26px;
  position: absolute;
  top: 28px;
  width: 92px;
}

.cup {
  background: radial-gradient(circle, #FFF 0 34%, #DCC4A5 35% 58%, #8F6F45 59% 100%);
  border-radius: 999px;
  height: 118px;
  right: 42px;
  top: 210px;
  width: 118px;
}

.pen {
  background: var(--accent-dark);
  border-radius: 999px;
  bottom: 54px;
  height: 12px;
  left: 132px;
  top: auto;
  transform: rotate(-18deg);
  width: 220px;
}

.leaf {
  background: var(--sage);
  border-radius: 100% 0 100% 0;
  height: 86px;
  right: 88px;
  top: 92px;
  transform: rotate(18deg);
  width: 48px;
}

.phone {
  background: #2E2A27;
  border-radius: 34px;
  box-shadow: 0 24px 55px rgba(46, 42, 39, 0.28);
  margin: 0 auto;
  padding: 12px;
  position: relative;
  width: min(305px, 78vw);
}

.phone.absolute {
  bottom: 22px;
  position: absolute;
  right: 18px;
  transform: rotate(6deg);
}

.screen {
  background: #FAF7F2;
  border-radius: 26px;
  min-height: 560px;
  overflow: hidden;
  padding: 24px;
}

.phone-notch {
  background: #2E2A27;
  border-radius: 0 0 16px 16px;
  height: 22px;
  left: 50%;
  position: absolute;
  top: 12px;
  transform: translateX(-50%);
  width: 96px;
}

.app-day {
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--muted);
  display: inline-flex;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-top: 32px;
  padding: 8px 14px;
}

.app-title {
  font-size: 1.55rem;
  font-weight: 800;
  margin: 24px 0 8px;
}

.app-quote {
  color: var(--muted);
  font-style: italic;
  line-height: 1.5;
  font-size: 0.9rem;
}

.app-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  margin-top: 24px;
  padding: 14px;
}

.app-card small {
  color: var(--soft);
  display: block;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.app-button {
  align-items: center;
  background: var(--accent);
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-weight: 800;
  justify-content: center;
  margin-top: 18px;
  min-height: 46px;
}

.map-scene {
  align-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(168, 184, 160, 0.18), transparent 17rem),
    linear-gradient(150deg, rgba(255, 255, 255, 0.7), rgba(242, 237, 230, 0.62));
  display: flex;
  justify-content: center;
  padding: 54px;
}

.dot-field {
  inset: 30px;
  opacity: 0.48;
  position: absolute;
}

.dot-field::before {
  background-image: radial-gradient(circle, rgba(143, 111, 69, 0.22) 3px, transparent 3.8px);
  background-size: 30px 30px;
  content: "";
  inset: 0;
  position: absolute;
}

.journey-grid {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 26px;
}

.journey-grid span {
  aspect-ratio: 1;
  background: var(--surface-muted);
  border-radius: 999px;
}

.journey-grid span:nth-child(3n) {
  background: var(--sage);
}

.journey-grid span:nth-child(5n) {
  background: var(--blue);
}

.journey-grid span:nth-child(11n) {
  background: var(--gold);
}

.return-scene {
  background: transparent;
  padding: 0;
}

.landscape {
  background: transparent;
  border-radius: 0;
  height: 100%;
  min-height: 640px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.sun {
  display: none;
  border-radius: 999px;
  height: 92px;
  right: 118px;
  top: 110px;
  width: 92px;
}

.path {
  display: none;
  border-radius: 50% 50% 0 0;
  bottom: -26px;
  height: 340px;
  left: 50%;
  transform: translateX(34%);
  width: 210px;
}

.return-ring {
  display: none;
  border: 3px solid var(--gold);
  border-radius: 999px;
  height: 124px;
  left: 54px;
  opacity: 0.72;
  position: absolute;
  top: 90px;
  width: 124px;
}

.variant-c .phone.absolute {
  bottom: 12px;
  right: -4px;
  transform: rotate(6deg);
  width: min(330px, 80vw);
}

.section {
  margin: 0 auto;
  max-width: 1280px;
  padding: 72px 24px;
}

.editorial-band {
  background: linear-gradient(110deg, rgba(232, 220, 203, 0.72), rgba(250, 247, 242, 0.92));
  border-radius: 10px;
  margin-bottom: 60px;
  padding: 0;
}

.editorial-band .product-strip {
  gap: 42px;
  padding: 0 56px 0 0;
}

.journal-photo,
.plant-photo {
  align-items: center;
  align-self: stretch;
  background:
    radial-gradient(circle at 78% 16%, rgba(255, 255, 255, 0.7), transparent 7rem),
    linear-gradient(135deg, #E9DCCB, #F8F2E8);
  border-radius: 10px 0 0 10px;
  display: flex;
  min-height: 310px;
  padding: 52px;
}

img.plant-photo {
  display: block;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  padding: 0;
  width: 100%;
}

.journal-photo span {
  background:
    repeating-linear-gradient(180deg, transparent 0 34px, rgba(122, 113, 106, 0.13) 35px),
    #FFFCF8;
  border: 1px solid var(--border);
  border-radius: 18px;
  color: var(--accent-dark);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.35;
  padding: 58px 34px;
  transform: rotate(-7deg);
}

.plant-photo:not(img)::before {
  background:
    radial-gradient(circle at 30% 70%, #A8B8A0 0 18px, transparent 19px),
    radial-gradient(circle at 55% 35%, #789187 0 22px, transparent 23px),
    radial-gradient(circle at 72% 62%, #A8B8A0 0 16px, transparent 17px);
  content: "";
  height: 160px;
  width: 190px;
}

.b-band {
  background: linear-gradient(110deg, #E8DCCB, #F4EFE7);
}

.blue-band {
  background: #86A1A3;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 70px;
  max-width: 1160px;
  padding: 92px 24px;
}

.blue-band p,
.blue-band .eyebrow {
  color: rgba(255, 255, 255, 0.8);
}

.centered-copy {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
}

.section-header {
  max-width: 740px;
}

.section h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.section p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
}

.feature-card,
.step-card,
.trust-panel,
.selector-card {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
}

.feature-card h3,
.step-card h3,
.selector-card h2 {
  margin: 0 0 10px;
}

.icon-pill {
  align-items: center;
  background: var(--surface-muted);
  border-radius: 999px;
  color: var(--accent);
  display: inline-flex;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  margin-bottom: 18px;
  width: 38px;
}

.steps {
  counter-reset: steps;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 34px;
}

.step-card {
  counter-increment: steps;
}

.step-card::before {
  align-items: center;
  background: var(--text);
  border-radius: 999px;
  color: #fff;
  content: counter(steps);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  margin-bottom: 18px;
  width: 30px;
}

.product-strip {
  align-items: center;
  display: grid;
  gap: 26px;
  grid-template-columns: 0.78fr 1fr;
}

.mini-screens {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}

.mini-screen {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 24px;
  min-height: 210px;
  padding: 22px;
}

.mini-screen strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 14px;
}

.mini-line {
  background: var(--surface-muted);
  border-radius: 999px;
  height: 12px;
  margin: 10px 0;
}

.mini-line.short {
  width: 58%;
}

.mini-dots {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 18px;
}

.mini-dots span {
  aspect-ratio: 1;
  background: var(--surface-muted);
  border-radius: 999px;
}

.mini-dots span:nth-child(4n) {
  background: var(--sage);
}

.mini-dots span:nth-child(7n) {
  background: var(--blue);
}

.trust-panel {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr auto;
  border-radius: 18px;
  padding: 38px;
}

.trust-panel h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.trust-badge {
  align-items: center;
  background: var(--sage);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  height: 110px;
  justify-content: center;
  text-align: center;
  width: 110px;
}

.cta-panel {
  background: var(--text);
  border-radius: 22px;
  color: #fff;
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 420px;
  padding: clamp(28px, 5vw, 56px);
}

.cta-panel p {
  color: rgba(255, 255, 255, 0.72);
}

.waitlist-form {
  align-self: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  padding: 16px;
}

.form-row {
  display: flex;
  gap: 10px;
}

.waitlist-form input {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--text);
  flex: 1;
  font: inherit;
  min-height: 48px;
  min-width: 0;
  padding: 0 18px;
}

.waitlist-form button {
  background: var(--gold);
  border: 0;
  border-radius: 999px;
  color: var(--text);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  min-height: 48px;
  padding: 0 18px;
}

.form-message {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  margin: 12px 4px 0;
  min-height: 22px;
}

.form-message[data-state="error"] {
  color: #FFD2C8;
}

.form-message[data-state="success"] {
  color: #DCEBD6;
}

.selector-hero {
  margin: 0 auto;
  max-width: 1040px;
  padding: 88px 24px;
}

.selector-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 36px;
}

.selector-card {
  color: inherit;
  min-height: 260px;
  text-decoration: none;
}

.selector-card:hover {
  transform: translateY(-3px);
}

.selector-preview {
  border-radius: 18px;
  height: 96px;
  margin-bottom: 22px;
}

.selector-preview.a {
  background:
    radial-gradient(circle at 78% 28%, #D9B76E 0 18px, transparent 19px),
    linear-gradient(130deg, #EEE3D6, #FFFFFF);
}

.selector-preview.b {
  background-image: radial-gradient(circle, #A8B8A0 2px, transparent 3px);
  background-color: #F2EDE6;
  background-size: 22px 22px;
}

.selector-preview.c {
  background:
    radial-gradient(circle at 74% 24%, rgba(217, 183, 110, 0.72), transparent 38px),
    linear-gradient(180deg, #F9F2E8, #E8DCCB);
}

.footer {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  padding: 30px 24px 46px;
}

.footer-links {
  display: flex;
  gap: 16px;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
}

.legal-page {
  margin: 0 auto;
  max-width: 880px;
  padding: 56px 24px 88px;
}

.legal-page h1 {
  font-size: clamp(2.7rem, 7vw, 5.4rem);
  margin-bottom: 22px;
}

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

.legal-card {
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid var(--border);
  border-radius: 28px;
  box-shadow: 0 18px 52px rgba(75, 55, 35, 0.08);
  padding: clamp(24px, 4vw, 42px);
}

.legal-card h2 {
  font-size: 1.45rem;
  letter-spacing: 0;
  margin: 34px 0 10px;
}

.legal-card h2:first-child {
  margin-top: 0;
}

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

.legal-card ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.legal-note {
  background: var(--surface-muted);
  border-radius: 18px;
  color: var(--muted);
  margin-top: 28px;
  padding: 18px;
}

/* ─── Variant B teal overrides ─── */
.variant-b .nav-cta {
  background: #3D7D78;
  border-color: #3D7D78;
}

.variant-b .hero-form button {
  background: #3D7D78;
}

.variant-b .concept-title span {
  color: #3D7D78;
}

/* ─── Check-in rows (Variant A phone) ─── */
.checkin-label {
  color: var(--soft);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 14px 0 8px;
  text-transform: uppercase;
}

.checkin-row {
  align-items: center;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  display: flex;
  font-size: 0.8rem;
  gap: 8px;
  margin-bottom: 6px;
  padding: 8px 10px;
}

.checkin-row.active {
  background: rgba(111, 140, 102, 0.1);
  border-color: #6F8C66;
}

.checkin-dot {
  border: 2px solid var(--border);
  border-radius: 999px;
  display: inline-block;
  flex-shrink: 0;
  height: 14px;
  width: 14px;
}

.checkin-row.active .checkin-dot {
  background: #6F8C66;
  border-color: #6F8C66;
}

.checkin-name {
  flex: 1;
  font-weight: 700;
}

.checkin-sub {
  color: var(--soft);
  font-size: 0.68rem;
}

/* ─── Journey map phone (Variant B) ─── */
.journey-header {
  align-items: center;
  display: flex;
  font-size: 0.78rem;
  font-weight: 700;
  justify-content: space-between;
  margin-top: 28px;
}

.journey-header small {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 500;
}

.journey-cal {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(7, 1fr);
  margin-top: 10px;
}

.journey-cal span {
  align-items: center;
  aspect-ratio: 1;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.5rem;
  font-weight: 700;
  justify-content: center;
}

.journey-cal .jc-full   { background: var(--sage); color: #fff; }
.journey-cal .jc-small  { background: var(--blue); color: #2E2A27; }
.journey-cal .jc-pause  { background: var(--beige); color: var(--muted); }
.journey-cal .jc-missed { background: var(--border); color: var(--muted); }
.journey-cal .jc-today  { background: var(--accent); color: #fff; }
.journey-cal .jc-future { background: var(--surface-muted); color: var(--soft); }

.journey-legend {
  display: flex;
  font-size: 0.5rem;
  gap: 6px;
  justify-content: space-between;
  margin-top: 8px;
}

.journey-legend span {
  align-items: center;
  color: var(--muted);
  display: inline-flex;
  gap: 3px;
}

.journey-legend span::before {
  border-radius: 999px;
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
}

.journey-legend .l-full::before   { background: var(--sage); }
.journey-legend .l-small::before  { background: var(--blue); }
.journey-legend .l-pause::before  { background: var(--beige); }
.journey-legend .l-missed::before { background: var(--border); }
.journey-legend .l-future::before { background: var(--surface-muted); }

/* ─── Icon steps (Variant B how it works) ─── */
.how-steps.steps {
  counter-reset: none;
}

.icon-step::before {
  display: none;
}

.step-icon-circle {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  border-radius: 999px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 52px;
  justify-content: center;
  margin-bottom: 14px;
  width: 52px;
}

/* ─── Checklist (Variant B editorial band) ─── */
.checklist {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.checklist li {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 1rem;
  gap: 10px;
  margin-bottom: 10px;
}

.checklist li::before {
  align-items: center;
  background: var(--sage);
  border-radius: 999px;
  color: #fff;
  content: "✓";
  display: inline-flex;
  flex-shrink: 0;
  font-size: 0.68rem;
  font-weight: 900;
  height: 22px;
  justify-content: center;
  width: 22px;
}

/* ─── Return moment phone (Variant C) ─── */
.return-day-info {
  background: var(--surface-muted);
  border: 1px solid var(--border);
  border-radius: 12px;
  margin-top: 28px;
  padding: 10px 12px;
}

.return-day-info strong {
  color: var(--text);
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
  margin-bottom: 2px;
}

.return-day-info span {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.4;
}

.app-note-btn {
  color: var(--accent);
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
}

/* ─── Feature icon row (Variant C blue band) ─── */
.feature-icon-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}

.feature-icon-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 90px;
  text-align: center;
}

.feature-icon-circle {
  align-items: center;
  background: rgba(255, 255, 255, 0.18);
  border: 1.5px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  display: inline-flex;
  font-size: 1.2rem;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.feature-icon-label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.7rem;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .hero,
  .hero.centered,
  .product-strip,
  .trust-panel,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 24px;
  }

  .variant-a .hero,
  .variant-c .hero {
    padding-right: 24px;
  }

  .variant-a .concept-visual,
  .variant-c .concept-visual {
    min-height: 560px;
    width: calc(100% + 24px);
  }

  .hero,
  .hero.centered {
    max-width: 760px;
  }

  .concept-visual {
    min-height: 560px;
  }

  .desk,
  .landscape {
    min-height: 560px;
  }

  .visual-card {
    min-height: 520px;
  }

  .card-grid,
  .steps,
  .selector-grid {
    grid-template-columns: 1fr;
  }

  .steps {
    gap: 12px;
  }
}

@media (max-width: 560px) {
  .nav {
    padding: 18px;
  }

  .hero,
  .section,
  .selector-hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  h1 {
    font-size: 3.05rem;
  }

  .concept-title,
  .return-title {
    font-size: 3.15rem;
  }

  .hero-copy {
    font-size: 0.98rem;
  }

  .concept-proof {
    gap: 10px;
  }

  .concept-proof span {
    font-size: 0.68rem;
  }

  .visual-card {
    border-radius: 24px;
    min-height: 470px;
  }

  .concept-visual {
    min-height: 480px;
  }

  .variant-a .concept-visual,
  .variant-c .concept-visual {
    min-height: 480px;
  }

  .desk,
  .landscape {
    min-height: 480px;
  }

  .map-scene {
    padding: 24px;
  }

  .phone.absolute {
    bottom: 22px;
    right: 18px;
    width: 185px;
  }

  .variant-c .phone.absolute {
    bottom: 22px;
    right: 18px;
    width: 185px;
  }

  .screen {
    min-height: 335px;
    padding: 16px;
  }

  .app-day {
    font-size: 0.56rem;
    margin-top: 26px;
    padding: 6px 10px;
  }

  .app-title {
    font-size: 1.25rem;
    margin-top: 16px;
  }

  .app-quote,
  .app-card p {
    font-size: 0.74rem;
  }

  .app-card {
    margin-top: 14px;
    padding: 11px;
  }

  .app-button {
    font-size: 0.78rem;
    min-height: 38px;
  }

  .editorial-band .product-strip {
    padding: 0;
  }

  .journal-photo,
  img.plant-photo {
    border-radius: 10px 10px 0 0;
    min-height: 230px;
  }

  .form-row {
    flex-direction: column;
  }

  .waitlist-form button {
    width: 100%;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ═══════════════════════════════════════════════
   VARIANT A — specific overrides
   ═══════════════════════════════════════════════ */

/* Nav floats over hero, image bleeds to very top */
.variant-a .site-shell {
  position: relative;
}

.variant-a .nav {
  left: 0;
  margin: 0 auto;
  max-width: 1280px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

/* Hero starts at y=0; remove right padding so concept-visual naturally fills to viewport edge.
   Remove 620px minimum from right column — with a fixed minimum the browser leaves ~59px
   unallocated at mid-range viewports (900-1100px). Pure fr sizing always fills the grid. */
.variant-a .hero {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.18fr);
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
}

/* Full-viewport-width background image */
.variant-a .hero > .hero-photo {
  height: 100%;
  left: calc(-1 * (100vw - 100%) / 2);
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 0;
}

/* Top gradient to keep nav readable over background image */
.variant-a .hero::before {
  background:
    linear-gradient(180deg,
      rgba(250, 247, 242, 0.96) 0%,
      rgba(250, 247, 242, 0.72) 10%,
      rgba(250, 247, 242, 0.28) 22%,
      rgba(250, 247, 242, 0) 38%),
    radial-gradient(circle at 68% 28%, rgba(255, 255, 255, 0.2), transparent 8rem),
    linear-gradient(140deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.38) 30%, rgba(232, 220, 203, 0.22) 100%),
    radial-gradient(circle at 80% 20%, rgba(217, 183, 110, 0.18), transparent 16rem);
  content: "";
  height: 100%;
  left: calc(-1 * (100vw - 100%) / 2);
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1;
}

/* Both grid columns sit above photo and gradient */
.variant-a .hero > div {
  position: relative;
  z-index: 2;
}

/* Disable the old concept-visual gradient — hero::before handles it now */
.variant-a .concept-visual::before {
  content: none;
}

.variant-a .hero > div:first-of-type {
  padding-top: 112px;
}

.variant-a .concept-title {
  font-size: clamp(2.6rem, 5.3vw, 4.25rem);
  white-space: nowrap;
}

.variant-a .phone.absolute {
  right: 54px;
}

/* Background moved to hero::before for full-viewport coverage */
.variant-a .ritual-scene {
  background: none;
}

/* Feature section: heading on one line, cards centered */
.variant-a .features-section .section-header {
  max-width: none;
  text-align: center;
}


.variant-a .feature-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.variant-a .icon-pill {
  font-size: 1.2rem;
  height: 52px;
  width: 52px;
}

@media (max-width: 900px) {
  .variant-a .hero > div:first-of-type {
    padding-top: 90px;
  }
}

/* ═══════════════════════════════════════════════
   VARIANT C — specific overrides
   ═══════════════════════════════════════════════ */

/* Nav floats over hero, image bleeds to very top */
.variant-c .site-shell {
  position: relative;
}

.variant-c .nav {
  left: 0;
  margin: 0 auto;
  max-width: 1280px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

/* Hero starts at y=0; remove right padding so concept-visual naturally fills to viewport edge */
.variant-c .hero {
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
}

/* Full-viewport-width background image */
.variant-c .hero > .hero-photo {
  height: 100%;
  left: calc(-1 * (100vw - 100%) / 2);
  object-fit: cover;
  object-position: 62% center;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 0;
}

/* Full-width gradient overlay */
.variant-c .hero::before {
  background:
    linear-gradient(180deg,
      rgba(250, 247, 242, 0.99) 0%,
      rgba(250, 247, 242, 0.88) 9%,
      rgba(250, 247, 242, 0.42) 22%,
      rgba(250, 247, 242, 0) 46%),
    linear-gradient(90deg,
      rgba(250, 247, 242, 1) 0%,
      rgba(250, 247, 242, 0.84) 18%,
      rgba(250, 247, 242, 0.28) 50%,
      rgba(250, 247, 242, 0) 74%);
  content: "";
  height: 100%;
  left: calc(-1 * (100vw - 100%) / 2);
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1;
}

/* Both grid columns sit above photo and gradient */
.variant-c .hero > div {
  position: relative;
  z-index: 2;
}

/* Disable the old concept-visual gradient — hero::before handles it now */
.variant-c .concept-visual::before {
  content: none;
}

/* Allow phone to extend below the hero */
.variant-c .concept-visual {
  overflow: visible;
}

.variant-c .landscape {
  overflow: visible;
}

/* Phone larger and positioned to bleed below hero */
.variant-c .phone.absolute {
  bottom: -220px;
  right: 36px;
  transform: rotate(5deg);
  width: min(370px, 82vw);
}

/* #how section: constrain heading + cards to left half so phone floats over right */
.variant-c #how .section-header,
.variant-c #how .card-grid {
  max-width: 50%;
}

.variant-c .hero > div:first-of-type {
  padding-top: 112px;
}

@media (max-width: 900px) {
  .variant-c .hero > div:first-of-type {
    padding-top: 90px;
  }

  .variant-c .phone.absolute {
    bottom: -140px;
    right: 16px;
    width: min(300px, 80vw);
  }

  .variant-c #how .section-header,
  .variant-c #how .card-grid {
    max-width: 100%;
  }
}

/* ═══════════════════════════════════════════════
   RESPONSIVE — Large screens & Mobile
   ═══════════════════════════════════════════════ */

/* ── 1080p / 2K (≥1920px) ─────────────────────── */
@media (min-width: 1920px) {
  /* Keep max-width: 1360px so concept-visual extension formula stays correct.
     Just ensure the hero fills a reasonable portion of tall/wide viewports. */
  .variant-a .hero {
    min-height: max(920px, 60vh);
  }
}

/* ── iPad (≤768px): concept-proof badges fix ─── */
@media (max-width: 768px) {
  .concept-proof {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }
}

/* ── iPhone (≤560px): collapse Variant A to single column ── */
@media (max-width: 560px) {
  /* Override the higher-specificity variant-a grid rule */
  .variant-a .hero {
    grid-template-columns: 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  /* Allow title to wrap naturally in single column */
  .variant-a .concept-title {
    font-size: clamp(2.2rem, 9.5vw, 3rem);
    white-space: normal;
  }

  /* Concept-visual fills full width below text */
  .variant-a .concept-visual {
    min-height: 420px;
    width: 100%;
  }

  /* Top-only gradient: simple fade for nav readability on mobile */
  .variant-a .hero::before {
    background: linear-gradient(180deg,
      rgba(250, 247, 242, 0.94) 0%,
      rgba(250, 247, 242, 0.65) 12%,
      rgba(250, 247, 242, 0.2) 28%,
      rgba(250, 247, 242, 0) 46%);
  }

  /* Phone centered in single-column concept-visual */
  .variant-a .phone.absolute {
    bottom: 16px;
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(3deg);
    width: min(220px, 58vw);
  }

  /* Concept-proof: 2 per row so badges don't overflow */
  .concept-proof {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }
}
