/* Landing-only brand palette pulled from the Wise Earth logo crop.
   Main mark average: #384539. Frequent mark greens: #2C3E30, #2E4032.
   This version lightens the page and uses dark forest text for contrast. */

.coming-soon-gate[hidden] {
  display: none;
}

.coming-soon-gate {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
  overflow: hidden;
  color: #fffdf9;
  background:
    linear-gradient(135deg, rgba(16, 31, 22, 0.9), rgba(44, 62, 48, 0.84)),
    url("./assets/wise-earth-brand.jpg") center/cover;
}

.launch-grid-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 253, 249, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 253, 249, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 86%);
  opacity: 0.42;
  animation: launchGridDrift 16s linear infinite;
}

.launch-motion-band {
  position: absolute;
  inset: -20% -35%;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(205, 219, 196, 0.12) 45%, rgba(255, 253, 249, 0.22) 50%, rgba(205, 219, 196, 0.12) 55%, transparent 58% 100%);
  transform: rotate(-8deg);
  animation: launchBandSweep 7s ease-in-out infinite;
}

.launch-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 18px;
  width: min(1140px, 100%);
}

.launch-brand-panel,
.launch-content-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 253, 249, 0.2);
  border-radius: 18px;
  background: rgba(16, 31, 22, 0.58);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32), inset 0 0 0 1px rgba(255, 253, 249, 0.08);
  backdrop-filter: blur(18px);
}

.launch-brand-panel::before,
.launch-content-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(180deg, rgba(255, 253, 249, 0.08) 0 1px, transparent 1px 14px);
  opacity: 0.18;
  pointer-events: none;
}

.launch-brand-panel {
  display: grid;
  gap: 22px;
  align-content: center;
  justify-items: center;
  min-height: 520px;
  padding: 34px;
  text-align: center;
}

.launch-logo-ring {
  position: relative;
  display: grid;
  place-items: center;
  width: min(240px, 66vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 253, 249, 0.24);
  border-radius: 999px;
}

.launch-logo-ring::before,
.launch-logo-ring::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(205, 219, 196, 0.34);
  border-left-color: transparent;
  border-radius: inherit;
  animation: launchRingSpin 10s linear infinite;
}

.launch-logo-ring::after {
  inset: 28px;
  border-color: rgba(255, 253, 249, 0.24);
  border-right-color: transparent;
  animation-duration: 14s;
  animation-direction: reverse;
}

.launch-logo-ring img {
  position: relative;
  z-index: 1;
  width: 118px;
  height: 118px;
  object-fit: cover;
  background: rgba(255, 253, 249, 0.9);
  border: 1px solid rgba(255, 253, 249, 0.5);
  border-radius: 999px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.26);
}

.launch-brand-panel .eyebrow,
.launch-brand-panel h1,
.launch-brand-panel p,
.launch-content-panel .eyebrow,
.launch-content-panel h2,
.launch-content-panel p {
  position: relative;
  z-index: 1;
  color: #fffdf9 !important;
}

.launch-brand-panel h1 {
  margin: 8px 0 0;
  max-width: 420px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.96;
}

.launch-subtitle {
  margin: 12px 0 0;
  color: rgba(255, 253, 249, 0.72) !important;
  font-size: 1.05rem;
  font-weight: 800;
}

.launch-content-panel {
  display: grid;
  align-content: center;
  gap: 20px;
  min-height: 520px;
  padding: clamp(26px, 5vw, 56px);
}

.launch-content-panel h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2.6rem, 7vw, 6rem);
  line-height: 0.92;
}

.launch-content-panel > p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 253, 249, 0.78) !important;
  font-size: 1.05rem;
  line-height: 1.7;
}

.launch-countdown {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.launch-countdown article {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 16px 12px;
  text-align: center;
  background: rgba(255, 253, 249, 0.1);
  border: 1px solid rgba(255, 253, 249, 0.18);
  border-radius: 14px;
  box-shadow: inset 0 0 24px rgba(205, 219, 196, 0.06);
}

.launch-countdown strong {
  color: #fffdf9;
  font-size: clamp(1.7rem, 4vw, 3rem);
  line-height: 1;
}

.launch-countdown span {
  color: rgba(255, 253, 249, 0.68);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.launch-actions,
.launch-signal-strip {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.launch-actions .primary-button {
  background: linear-gradient(135deg, #f8f6ef, #cddbc4) !important;
  color: #1e2c1f !important;
}

.launch-actions .text-button {
  color: #fffdf9 !important;
  border-color: rgba(255, 253, 249, 0.22) !important;
  background: rgba(255, 253, 249, 0.08) !important;
}

.launch-signal-strip {
  padding-top: 6px;
}

.launch-signal-strip span {
  padding: 8px 10px;
  color: #fffdf9;
  background: rgba(255, 253, 249, 0.1);
  border: 1px solid rgba(255, 253, 249, 0.16);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
}

@keyframes launchGridDrift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 56px 56px, 56px 56px; }
}

@keyframes launchBandSweep {
  0%, 100% { transform: translateX(-16%) rotate(-8deg); opacity: 0.44; }
  50% { transform: translateX(16%) rotate(-8deg); opacity: 0.72; }
}

@keyframes launchRingSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.landing-page {
  background:
    radial-gradient(circle at 16% 16%, rgba(97, 116, 88, 0.24), transparent 30rem),
    radial-gradient(circle at 84% 8%, rgba(242, 239, 234, 0.48), transparent 28rem),
    linear-gradient(90deg, rgba(218, 229, 213, 0.94) 0%, rgba(235, 241, 230, 0.9) 48%, rgba(242, 239, 234, 0.78) 100%),
    url("./assets/wise-earth-brand.jpg") center/cover !important;
}

.premium-landing-nav {
  background: rgba(242, 239, 234, 0.84) !important;
  border-color: rgba(44, 62, 48, 0.18) !important;
}

.landing-copy,
.landing-copy h2,
.landing-copy .eyebrow,
.landing-copy p,
.landing-lede,
.landing-nav,
.landing-nav .eyebrow,
.landing-nav h1,
.landing-page .text-button {
  color: #1e2c1f !important;
}

.landing-lede,
.landing-copy > p {
  color: rgba(30, 44, 31, 0.86) !important;
}

.landing-proof-line {
  width: fit-content;
  margin: 14px 0 0;
  padding: 10px 12px;
  color: #1e2c1f !important;
  background: rgba(205, 219, 196, 0.34);
  border: 1px solid rgba(44, 62, 48, 0.14);
  border-radius: 999px;
  font-weight: 900;
}

.landing-page .primary-button {
  background: linear-gradient(135deg, #cddbc4, #a8ba9b 70%, #839376) !important;
  color: #1e2c1f !important;
  box-shadow: 0 16px 34px rgba(44, 62, 48, 0.18) !important;
}

.landing-page .primary-button:hover {
  box-shadow: 0 18px 38px rgba(44, 62, 48, 0.22) !important;
}

.landing-tags span {
  background: rgba(242, 239, 234, 0.72) !important;
  border-color: rgba(44, 62, 48, 0.18) !important;
  color: #1e2c1f !important;
}

.brand-message-card {
  background: rgba(242, 239, 234, 0.88) !important;
  border-color: rgba(44, 62, 48, 0.18) !important;
  border-left-color: #839376 !important;
}

.brand-message-card strong,
.brand-message-card p {
  color: #1e2c1f !important;
}

.brand-message-card p {
  color: rgba(30, 44, 31, 0.88) !important;
}

.coming-soon-banner {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding: 16px;
  color: #1e2c1f;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.92), rgba(218, 229, 213, 0.88));
  border: 1px solid rgba(44, 62, 48, 0.16);
  border-left: 4px solid #2c3e30;
  border-radius: 10px;
  box-shadow: 0 18px 38px rgba(30, 44, 31, 0.1);
}

.coming-soon-banner span {
  width: fit-content;
  padding: 6px 10px;
  color: #fffdf9;
  background: #2c3e30;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.coming-soon-banner strong {
  font-size: 1.08rem;
}

.coming-soon-banner p {
  margin: 0;
  color: rgba(30, 44, 31, 0.78) !important;
}

.signup-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.signup-trust-strip span {
  padding: 8px 10px;
  color: #1e2c1f;
  background: rgba(242, 239, 234, 0.78);
  border: 1px solid rgba(44, 62, 48, 0.16);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
}

.landing-hero-product {
  background:
    linear-gradient(145deg, rgba(242, 239, 234, 0.98), rgba(243, 246, 239, 0.94)) !important;
  border-color: rgba(44, 62, 48, 0.18) !important;
}

.landing-hero-product::before {
  background:
    radial-gradient(circle at 16% 0%, rgba(97, 116, 88, 0.2), transparent 32%),
    radial-gradient(circle at 86% 12%, rgba(44, 62, 48, 0.12), transparent 30%) !important;
}

.product-preview-grid article span,
.sample-command-card span,
.pricing-grid span,
.baseline-plan-card span {
  color: #2c3e30 !important;
}

.landing-flow-grid span,
.recommended-pill {
  background: #2c3e30 !important;
}

.pricing-grid .featured,
.baseline-plan-card.featured {
  border-color: rgba(44, 62, 48, 0.28) !important;
  background: linear-gradient(145deg, #f2efea, #f3f6ef) !important;
  box-shadow: 0 16px 36px rgba(30, 44, 31, 0.12) !important;
}

.experience-page {
  min-height: 100vh;
  padding: 22px clamp(16px, 4vw, 48px) 44px;
  color: #1e2c1f;
}

.experience-page .premium-landing-nav {
  position: sticky;
  top: 14px;
  z-index: 5;
}

.experience-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  gap: 18px;
  align-items: stretch;
  margin: 26px 0 18px;
}

.experience-hero > div,
.experience-status-card,
.experience-orientation article,
.experience-step-card,
.experience-insight-panel,
.experience-footer {
  border: 1px solid rgba(44, 62, 48, 0.16);
  box-shadow: 0 24px 56px rgba(30, 44, 31, 0.12);
}

.experience-hero > div:first-child {
  padding: clamp(24px, 5vw, 48px);
  background:
    radial-gradient(circle at 82% 12%, rgba(131, 147, 118, 0.22), transparent 22rem),
    linear-gradient(145deg, rgba(255, 253, 249, 0.94), rgba(232, 239, 226, 0.9));
  border-radius: 16px;
}

.experience-hero h2 {
  max-width: 820px;
  margin: 8px 0 14px;
  color: #1e2c1f;
  font-size: clamp(2.4rem, 7vw, 5.7rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.experience-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(30, 44, 31, 0.76);
  font-size: 1.05rem;
  line-height: 1.7;
}

.experience-status-card {
  display: grid;
  align-content: end;
  gap: 10px;
  min-height: 260px;
  padding: 24px;
  background:
    linear-gradient(160deg, rgba(30, 44, 31, 0.92), rgba(44, 62, 48, 0.84)),
    url("./assets/wise-earth-brand.jpg") center/cover;
  border-radius: 16px;
  color: #fffdf9;
  overflow: hidden;
}

.experience-status-card span,
.experience-step-card > span,
.experience-orientation span {
  color: rgba(30, 44, 31, 0.64);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.experience-status-card span {
  width: fit-content;
  padding: 7px 10px;
  color: #1e2c1f;
  background: rgba(242, 239, 234, 0.9);
  border-radius: 999px;
}

.experience-status-card strong {
  font-size: 1.65rem;
  line-height: 1.08;
}

.experience-status-card p {
  margin: 0;
  color: rgba(255, 253, 249, 0.76);
}

.experience-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}

.experience-chip {
  min-height: 44px;
  padding: 10px 15px;
  color: #1e2c1f;
  background: rgba(255, 253, 249, 0.82);
  border: 1px solid rgba(44, 62, 48, 0.18);
  border-radius: 999px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.experience-chip:hover,
.experience-chip.active {
  background: #2c3e30;
  color: #fffdf9;
  box-shadow: 0 14px 28px rgba(30, 44, 31, 0.18);
  transform: translateY(-1px);
}

.experience-orientation {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 16px 0 22px;
}

.experience-orientation article {
  display: grid;
  gap: 8px;
  padding: 18px;
  background: rgba(255, 253, 249, 0.82);
  border-radius: 14px;
}

.experience-orientation strong {
  font-size: 1.02rem;
}

.experience-orientation p {
  margin: 0;
  color: rgba(30, 44, 31, 0.7);
  line-height: 1.55;
}

.experience-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.experience-step-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 380px;
  padding: 20px;
  background: rgba(255, 253, 249, 0.84);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.experience-step-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 88% 8%, rgba(131, 147, 118, 0.16), transparent 16rem);
  pointer-events: none;
}

.experience-step-card.featured {
  background:
    linear-gradient(145deg, rgba(30, 44, 31, 0.94), rgba(44, 62, 48, 0.86)),
    url("./assets/wise-earth-brand.jpg") center/cover;
  color: #fffdf9;
}

.experience-step-card.featured > span,
.experience-step-card.featured p,
.experience-step-card.featured li {
  color: rgba(255, 253, 249, 0.78);
}

.experience-step-card h3 {
  margin: 0;
  color: inherit;
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  line-height: 1.1;
}

.experience-screen {
  display: grid;
  gap: 14px;
  padding: 16px;
  background: rgba(242, 239, 234, 0.72);
  border: 1px solid rgba(44, 62, 48, 0.14);
  border-radius: 12px;
  position: relative;
  z-index: 1;
}

.featured .experience-screen {
  background: rgba(255, 253, 249, 0.12);
  border-color: rgba(255, 253, 249, 0.18);
}

.experience-bio-insight {
  gap: 12px;
}

.experience-bio-insight .eyebrow {
  margin: 0;
  color: rgba(30, 44, 31, 0.62);
}

.experience-bio-insight > strong {
  display: block;
  color: #1e2c1f;
  font-size: 1.25rem;
  line-height: 1.18;
}

.experience-bio-insight span {
  display: block;
  margin-bottom: 6px;
  color: rgba(30, 44, 31, 0.62);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.experience-bio-insight ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
}

.experience-bio-insight p b {
  display: block;
  color: #1e2c1f;
  font-weight: 900;
  line-height: 1.35;
}

.experience-screen p,
.experience-screen ul {
  margin: 0;
  color: rgba(30, 44, 31, 0.76);
  line-height: 1.55;
}

.experience-screen ul {
  display: grid;
  gap: 10px;
  padding-left: 18px;
}

.experience-screen strong {
  font-size: 1.05rem;
}

.experience-meter-row {
  display: grid;
  gap: 10px;
}

.experience-meter-row label {
  display: grid;
  gap: 6px;
  color: rgba(30, 44, 31, 0.74);
  font-size: 0.84rem;
  font-weight: 900;
}

.experience-meter-row i {
  display: block;
  width: 30%;
  height: 9px;
  background: linear-gradient(90deg, #2c3e30, #839376);
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(44, 62, 48, 0.12);
  transition: width 240ms ease;
}

.experience-mini-chart {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  align-items: end;
  height: 130px;
  padding: 12px;
  background: linear-gradient(180deg, rgba(44, 62, 48, 0.08), rgba(44, 62, 48, 0.02));
  border-radius: 10px;
}

.experience-mini-chart b {
  display: block;
  min-height: 24px;
  background: linear-gradient(180deg, #839376, #2c3e30);
  border-radius: 8px 8px 3px 3px;
}

.experience-score-panel {
  display: grid;
  grid-template-columns: 0.85fr 1fr 1fr;
  gap: 14px;
  margin: 18px 0;
}

.experience-score-card,
.experience-reward-card {
  min-height: 178px;
  padding: 20px;
  background: rgba(255, 253, 249, 0.9);
  border: 1px solid rgba(44, 62, 48, 0.14);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(30, 44, 31, 0.08);
}

.experience-score-card {
  position: relative;
  overflow: hidden;
  color: #fffdf9;
  background:
    radial-gradient(circle at 82% 12%, rgba(205, 219, 196, 0.34), transparent 34%),
    linear-gradient(135deg, #2c3e30, #1e2c1f);
}

.experience-score-card::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -58px;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(255, 253, 249, 0.18);
  border-radius: 999px;
}

.experience-score-card span,
.experience-reward-card span {
  display: block;
  color: rgba(30, 44, 31, 0.62);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.experience-score-card span,
.experience-score-card p {
  color: rgba(255, 253, 249, 0.76);
}

.experience-score-card strong {
  position: relative;
  z-index: 1;
  display: block;
  margin: 14px 0 6px;
  color: #fffdf9;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.9;
}

.experience-score-card p,
.experience-reward-card p {
  margin: 8px 0 0;
  line-height: 1.5;
}

.experience-reward-card strong {
  display: block;
  margin-top: 10px;
  color: #1e2c1f;
  font-size: 1.2rem;
  line-height: 1.22;
}

.experience-reward-card p {
  color: rgba(30, 44, 31, 0.72);
}

.experience-insight-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 18px 0;
  padding: 24px;
  background: rgba(255, 253, 249, 0.88);
  border-radius: 16px;
}

.experience-insight-panel h3 {
  margin: 6px 0 8px;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1.02;
}

.experience-insight-panel p {
  max-width: 820px;
  margin: 0;
  color: rgba(30, 44, 31, 0.72);
  line-height: 1.65;
}

.experience-footer {
  margin-top: 18px;
  background: rgba(255, 253, 249, 0.82);
  border-radius: 16px;
}

.landing-setup-path {
  background: rgba(255, 253, 249, 0.84) !important;
  border: 1px solid rgba(44, 62, 48, 0.14) !important;
  border-radius: 18px;
  box-shadow: 0 24px 56px rgba(30, 44, 31, 0.1);
}

.setup-path-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.setup-path-grid article {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 190px;
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(242, 239, 234, 0.94), rgba(232, 239, 226, 0.88));
  border: 1px solid rgba(44, 62, 48, 0.14);
  border-radius: 14px;
}

.setup-path-grid span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fffdf9;
  background: #2c3e30;
  border-radius: 999px;
  font-weight: 900;
}

.setup-path-grid strong {
  font-size: 1rem;
  line-height: 1.1;
}

.setup-path-grid p {
  margin: 0;
  color: rgba(30, 44, 31, 0.72);
  line-height: 1.5;
  font-size: 0.92rem;
}

.premium-brand-message,
.landing-final-cta {
  background:
    radial-gradient(circle at top left, rgba(242, 239, 234, 0.42), transparent 22rem),
    linear-gradient(135deg, rgba(218, 229, 213, 0.98), rgba(194, 210, 187, 0.96)) !important;
}

.premium-brand-message strong,
.premium-brand-message p,
.premium-brand-message .eyebrow,
.landing-final-cta h3,
.landing-final-cta p,
.landing-final-cta .eyebrow {
  color: #1e2c1f !important;
}

.landing-example-section {
  background:
    linear-gradient(135deg, rgba(242, 239, 234, 0.96), rgba(243, 246, 239, 0.94)) !important;
}

.landing-page:not([hidden]) .premium-landing-nav,
.landing-page:not([hidden]) .landing-copy .eyebrow,
.landing-page:not([hidden]) .landing-copy h2,
.landing-page:not([hidden]) .landing-lede,
.landing-page:not([hidden]) .brand-message-card,
.landing-page:not([hidden]) .landing-actions,
.landing-page:not([hidden]) .landing-tags,
.landing-page:not([hidden]) .landing-hero-product,
.landing-page:not([hidden]) .landing-video-section,
.landing-page:not([hidden]) .landing-section {
  animation: landingSoftRise 1050ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.landing-page:not([hidden]) .landing-copy h2 {
  animation-delay: 140ms;
}

.landing-page:not([hidden]) .landing-lede {
  animation-delay: 260ms;
}

.landing-page:not([hidden]) .brand-message-card {
  animation-delay: 390ms;
}

.landing-page:not([hidden]) .landing-actions {
  animation-delay: 520ms;
}

.landing-page:not([hidden]) .landing-tags {
  animation-delay: 640ms;
}

.landing-page:not([hidden]) .landing-hero-product {
  animation-delay: 460ms;
}

.landing-page:not([hidden]) .landing-video-section {
  animation-delay: 620ms;
}

.landing-page:not([hidden]) .landing-section {
  animation-delay: 760ms;
}

@keyframes landingSoftRise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.landing-page .primary-button,
.landing-page .text-button,
.landing-chip,
.landing-tab,
.landing-toggle,
.interactive-card,
.sample-command-card,
.pricing-card,
.landing-flow-grid article,
.landing-outcome-grid article {
  transition: transform 260ms ease, box-shadow 260ms ease, background 260ms ease, border-color 260ms ease, color 260ms ease;
}

.landing-page .primary-button:hover,
.landing-page .text-button:hover,
.landing-chip:hover,
.landing-tab:hover,
.landing-toggle:hover {
  transform: translateY(-1px);
}

.interactive-card:hover,
.sample-command-card:hover,
.pricing-card:hover,
.landing-flow-grid article:hover,
.landing-outcome-grid article:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(30, 44, 31, 0.12);
}

.interactive-result-card,
.mini-phone-preview,
.before-after-panel {
  transition: opacity 260ms ease, transform 260ms ease;
}

.landing-interactive-section {
  background:
    linear-gradient(135deg, rgba(242, 239, 234, 0.96), rgba(218, 229, 213, 0.92)) !important;
}

.landing-gps-section {
  background:
    radial-gradient(circle at 8% 0%, rgba(97, 116, 88, 0.16), transparent 22rem),
    linear-gradient(135deg, rgba(255, 253, 249, 0.96), rgba(232, 240, 225, 0.92)) !important;
}

.landing-video-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 18px;
  align-items: stretch;
  max-width: 1180px;
  margin: 18px auto;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.94), rgba(232, 240, 225, 0.9));
  border: 1px solid rgba(44, 62, 48, 0.16);
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(30, 44, 31, 0.13);
}

.video-story-copy {
  display: grid;
  align-content: center;
  gap: 10px;
}

.video-story-copy h3,
.video-story-copy p,
.video-story-copy .eyebrow {
  color: #1e2c1f !important;
}

.video-story-copy h3 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  line-height: 1.05;
}

.video-story-copy p {
  margin: 0;
  color: rgba(30, 44, 31, 0.82) !important;
  line-height: 1.6;
}

.video-story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.video-story-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 320px;
  padding: 18px;
  overflow: hidden;
  text-align: left;
  background:
    linear-gradient(145deg, rgba(44, 62, 48, 0.94), rgba(30, 44, 31, 0.86)),
    url("./assets/wise-earth-brand.jpg") center/cover;
  border: 1px solid rgba(44, 62, 48, 0.22);
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(255, 253, 249, 0.1), 0 18px 44px rgba(30, 44, 31, 0.16);
  cursor: pointer;
}

.video-story-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.08), transparent 38%),
    linear-gradient(0deg, rgba(30, 44, 31, 0.9), rgba(30, 44, 31, 0.18));
}

.video-play-orb {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 58px;
  height: 58px;
  background: rgba(255, 253, 249, 0.92);
  border: 1px solid rgba(255, 253, 249, 0.36);
  border-radius: 999px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

.video-play-orb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #2c3e30;
  transform: translate(-42%, -50%);
}

.video-play-orb.large {
  position: relative;
  top: auto;
  right: auto;
  margin-bottom: 16px;
}

.video-scanline {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(180deg, rgba(255, 253, 249, 0.08) 0 1px, transparent 1px 12px);
  opacity: 0.28;
}

.video-story-screen,
.video-story-steps {
  position: relative;
  z-index: 1;
}

.narrator-sound-note {
  max-width: 540px;
  margin: 4px 0 0;
  color: rgba(30, 44, 31, 0.68) !important;
  font-size: 0.9rem;
}

.narrator-video-card {
  align-content: start;
  min-height: 430px;
}

.narrator-video-frame {
  position: relative;
  z-index: 1;
  width: min(360px, 100%);
  margin-top: 18px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: rgba(255, 253, 249, 0.14);
  border: 1px solid rgba(255, 253, 249, 0.28);
  border-radius: 16px;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.26);
}

.narrator-video-frame::after,
.narrator-avatar-feature::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  width: 168px;
  height: 58px;
  background: linear-gradient(135deg, rgba(44, 62, 48, 0.96), rgba(30, 44, 31, 0.82));
  border-bottom-left-radius: 18px;
  pointer-events: auto;
}

.biobalance-narrator-video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: auto;
}

.ai-host-pill {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  gap: 8px;
  align-items: center;
  margin-top: 12px;
  padding: 8px 10px;
  color: #fffdf9;
  background: rgba(255, 253, 249, 0.12);
  border: 1px solid rgba(255, 253, 249, 0.18);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
}

.ai-host-pill span {
  width: 9px;
  height: 9px;
  background: #cddbc4;
  border-radius: 999px;
  box-shadow: 0 0 0 6px rgba(205, 219, 196, 0.18);
}

.video-story-screen {
  display: grid;
  gap: 6px;
  max-width: 460px;
  padding: 16px;
  background: rgba(255, 253, 249, 0.1);
  border: 1px solid rgba(255, 253, 249, 0.16);
  border-radius: 10px;
  backdrop-filter: blur(10px);
}

.video-story-screen .eyebrow,
.video-story-screen strong,
.video-story-screen span,
.video-story-screen small {
  color: #fffdf9 !important;
}

.video-story-screen strong {
  font-size: clamp(1.5rem, 4vw, 3rem);
  line-height: 1;
}

.video-story-screen span,
.video-story-screen small {
  font-weight: 800;
}

.video-story-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.video-story-steps span,
.video-step-button {
  padding: 7px 10px;
  color: #fffdf9;
  background: rgba(255, 253, 249, 0.12);
  border: 1px solid rgba(255, 253, 249, 0.18);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.video-step-button {
  cursor: pointer;
  font: inherit;
}

.video-step-button:hover {
  background: rgba(255, 253, 249, 0.22);
  transform: translateY(-1px);
}

.landing-video-modal[hidden] {
  display: none;
}

.landing-video-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(15, 24, 18, 0.68);
}

.landing-video-dialog {
  width: min(980px, 100%);
  max-height: min(760px, 92vh);
  overflow: auto;
  padding: 18px;
  background: #f8f6ef;
  border: 1px solid rgba(44, 62, 48, 0.22);
  border-radius: 14px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.video-close-button {
  float: right;
}

.video-dialog-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 16px;
  clear: both;
}

.video-dialog-screen,
.video-dialog-script {
  padding: 18px;
  border-radius: 12px;
}

.video-dialog-screen {
  display: grid;
  align-content: end;
  min-height: 420px;
  background:
    linear-gradient(150deg, rgba(44, 62, 48, 0.96), rgba(83, 101, 73, 0.9)),
    url("./assets/wise-earth-brand.jpg") center/cover;
  color: #fffdf9;
  overflow: hidden;
}

.narrator-avatar-feature {
  position: relative;
  display: block;
  width: min(520px, 100%);
  margin: 0 0 auto;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: rgba(255, 253, 249, 0.12);
  border: 2px solid rgba(255, 253, 249, 0.76);
  border-radius: 20px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
  color: inherit;
}

.video-dialog-screen h3,
.video-dialog-screen .eyebrow {
  color: #fffdf9 !important;
}

.video-dialog-screen h3 {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 3.4rem);
  line-height: 1;
}

.video-dialog-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.video-dialog-timeline span {
  padding: 8px;
  text-align: center;
  color: #fffdf9;
  background: rgba(255, 253, 249, 0.12);
  border: 1px solid rgba(255, 253, 249, 0.18);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
}

.video-dialog-script {
  background: rgba(255, 253, 249, 0.88);
  border: 1px solid rgba(44, 62, 48, 0.14);
}

.ai-host-profile {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
  padding: 12px;
  background: linear-gradient(135deg, rgba(232, 240, 225, 0.9), rgba(255, 253, 249, 0.86));
  border: 1px solid rgba(44, 62, 48, 0.14);
  border-radius: 12px;
}

.ai-host-avatar-image {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border: 2px solid rgba(255, 253, 249, 0.85);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(30, 44, 31, 0.16);
}

.ai-host-avatar {
  position: relative;
  width: 84px;
  height: 84px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 34%, #d9bfa9 0 18px, transparent 19px),
    radial-gradient(circle at 50% 72%, #2c3e30 0 28px, transparent 29px),
    linear-gradient(145deg, #cddbc4, #839376);
  border: 2px solid rgba(255, 253, 249, 0.85);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(30, 44, 31, 0.16);
}

.ai-host-avatar::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 26px;
  width: 32px;
  height: 28px;
  background: #3d302b;
  border-radius: 24px 24px 16px 16px;
}

.ai-host-avatar::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 32px;
  width: 20px;
  height: 22px;
  background: #d9bfa9;
  border-radius: 999px;
}

.ai-host-avatar span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 16px;
  height: 16px;
  background: #cddbc4;
  border: 2px solid #fffdf9;
  border-radius: 999px;
}

.ai-host-profile h4,
.ai-host-profile p,
.ai-host-profile .eyebrow {
  color: #1e2c1f !important;
}

.ai-host-profile h4 {
  margin: 0;
}

.ai-host-profile p {
  margin: 6px 0 0;
  color: rgba(30, 44, 31, 0.78) !important;
  line-height: 1.45;
}

.ai-narration-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.video-dialog-script h4,
.video-dialog-script p,
.video-dialog-script .eyebrow {
  color: #1e2c1f !important;
}

.video-dialog-script h4 {
  margin: 0 0 10px;
  font-size: 1.45rem;
  line-height: 1.2;
}

.video-dialog-script p {
  line-height: 1.6;
}

.health-gps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.landing-footer {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 18px;
  align-items: start;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 26px;
  padding: 24px;
  background: rgba(255, 253, 249, 0.82);
  border: 1px solid rgba(44, 62, 48, 0.16);
  border-radius: 12px;
  box-shadow: 0 20px 44px rgba(30, 44, 31, 0.08);
}

.landing-footer h3 {
  margin: 4px 0 8px;
  color: #1e2c1f;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
}

.landing-footer p {
  color: rgba(30, 44, 31, 0.74);
}

.landing-footer .primary-button {
  display: inline-flex;
  margin-top: 12px;
  text-decoration: none;
}

.landing-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.landing-footer-nav a {
  padding: 7px 10px;
  color: #1e2c1f;
  text-decoration: none;
  background: rgba(255, 253, 249, 0.68);
  border: 1px solid rgba(44, 62, 48, 0.14);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
}

.landing-footer-nav a:hover {
  background: rgba(205, 219, 196, 0.7);
}

.landing-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.landing-contact-grid a {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 12px;
  color: #1e2c1f;
  text-decoration: none;
  background: rgba(232, 240, 225, 0.66);
  border: 1px solid rgba(44, 62, 48, 0.12);
  border-radius: 10px;
}

.landing-contact-grid a:hover {
  background: rgba(205, 219, 196, 0.72);
  transform: translateY(-1px);
}

.landing-contact-grid span {
  color: rgba(30, 44, 31, 0.62);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.support-page {
  min-height: 100vh;
}

.support-brand-link {
  color: inherit;
  text-decoration: none;
}

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

.support-card {
  display: grid;
  align-content: center;
  min-height: 300px;
}

.support-card h3 {
  margin: 8px 0;
  color: #1e2c1f;
  font-size: clamp(1.55rem, 3vw, 2.55rem);
  line-height: 1.08;
}

.support-contact-section {
  margin-top: 22px;
}

.support-contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.public-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 16px;
  align-items: stretch;
}

.public-page-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  color: #1e2c1f;
  background: rgba(255, 253, 249, 0.82);
  border: 1px solid rgba(44, 62, 48, 0.14);
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(30, 44, 31, 0.08);
}

.public-page-card h3,
.public-page-card strong {
  color: #1e2c1f;
}

.public-page-card p,
.public-page-card li {
  color: rgba(30, 44, 31, 0.78);
  line-height: 1.58;
}

.public-page-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.health-gps-grid article {
  background: rgba(255, 253, 249, 0.74) !important;
  border-color: rgba(44, 62, 48, 0.16) !important;
}

.health-gps-grid article strong {
  color: #1e2c1f !important;
}

.health-gps-grid article p {
  color: rgba(30, 44, 31, 0.82) !important;
}

.interactive-landing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  max-width: 880px;
  margin-inline: auto;
}

.interactive-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(44, 62, 48, 0.16);
  border-radius: 10px;
  background: rgba(255, 253, 249, 0.82);
  box-shadow: 0 18px 42px rgba(30, 44, 31, 0.08);
}

.interactive-card-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.interactive-card-header span,
.mini-phone-preview span {
  color: rgba(30, 44, 31, 0.64);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.interactive-card-header strong,
.interactive-result-card h4,
.mini-phone-preview h4 {
  color: #1e2c1f;
}

.interactive-card-header strong {
  text-align: right;
}

.landing-chip-row,
.landing-tab-row,
.landing-toggle-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.landing-chip,
.landing-tab,
.landing-toggle {
  border: 1px solid rgba(44, 62, 48, 0.18);
  border-radius: 999px;
  background: rgba(242, 239, 234, 0.72);
  color: #1e2c1f;
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  padding: 8px 12px;
}

.landing-chip.active,
.landing-tab.active,
.landing-toggle.active {
  border-color: rgba(44, 62, 48, 0.42);
  background: #2c3e30;
  color: #fffdf9;
}

.interactive-result-card,
.mini-phone-preview,
.before-after-panel {
  border: 1px solid rgba(44, 62, 48, 0.14);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(255, 253, 249, 0.9), rgba(243, 246, 239, 0.86));
  padding: 16px;
}

.interactive-result-card p,
.interactive-result-card small,
.mini-phone-preview p,
.before-after-panel p,
.before-after-panel li {
  color: rgba(30, 44, 31, 0.82);
  line-height: 1.55;
}

.interactive-result-card h4,
.mini-phone-preview h4 {
  margin: 8px 0;
  font-size: 1.05rem;
  line-height: 1.35;
}

.before-after-panel ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 18px;
}

.request-updates-page .request-updates-form {
  display: grid;
  gap: 14px;
}

.request-updates-page .request-updates-form .primary-button,
.request-updates-page .request-updates-form .text-button {
  justify-content: center;
}

.request-updates-hero {
  align-items: stretch;
}

.email-template-preview {
  display: grid;
  gap: 10px;
  margin-top: 4px;
  padding: 14px;
  border: 1px solid rgba(44, 62, 48, 0.16);
  border-radius: 10px;
  background: rgba(255, 253, 249, 0.78);
}

.email-template-preview[hidden] {
  display: none;
}

.email-template-preview strong {
  color: #1e2c1f;
}

.email-template-preview p {
  margin: 0;
  color: rgba(30, 44, 31, 0.72);
  line-height: 1.45;
}

.request-updates-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.journal-preview-page {
  min-height: 100vh;
  padding: 22px;
  background:
    radial-gradient(circle at 14% 8%, rgba(185, 205, 177, 0.28), transparent 28%),
    linear-gradient(135deg, #edf2e8 0%, #f8f4ed 48%, #d8e4d4 100%);
  color: #1e2c1f;
}

.journal-preview-nav {
  margin: 0 auto 18px;
  max-width: 1240px;
}

.journal-preview-hero,
.journal-preview-shell,
.journal-preview-cta {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.journal-preview-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: stretch;
  padding: 28px;
  border: 1px solid rgba(44, 62, 48, 0.14);
  border-radius: 12px;
  background: rgba(255, 253, 249, 0.82);
  box-shadow: 0 24px 54px rgba(30, 44, 31, 0.1);
}

.journal-preview-hero h2 {
  max-width: 720px;
  margin: 6px 0 10px;
  color: #1e2c1f;
  font-size: clamp(2.2rem, 7vw, 5.4rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.journal-preview-hero p,
.journal-preview-note,
.journal-preview-heading p,
.journal-preview-status p,
.journal-preview-cta p {
  color: rgba(30, 44, 31, 0.74);
  line-height: 1.55;
}

.journal-preview-status,
.journal-preview-sidebar,
.sample-card,
.journal-preview-cta {
  border: 1px solid rgba(44, 62, 48, 0.14);
  border-radius: 10px;
  background: rgba(255, 253, 249, 0.84);
}

.journal-preview-status,
.journal-preview-sidebar,
.sample-card {
  padding: 18px;
}

.journal-preview-status span,
.sample-card span {
  color: rgba(30, 44, 31, 0.62);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.journal-preview-status strong,
.sample-card strong {
  display: block;
  margin: 8px 0;
  color: #1e2c1f;
  font-size: 1.08rem;
  line-height: 1.32;
}

.journal-preview-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: min(1240px, 100%);
  margin: 18px auto;
}

.journal-preview-tabs button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(44, 62, 48, 0.18);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.8);
  color: #1e2c1f;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.journal-preview-tabs button.active {
  border-color: #2c3e30;
  background: #2c3e30;
  color: #fffdf9;
}

.journal-preview-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.journal-preview-sidebar {
  position: sticky;
  top: 16px;
}

.journal-preview-sidebar h3 {
  margin: 8px 0 14px;
  color: #1e2c1f;
  font-size: 1.45rem;
  line-height: 1.15;
}

.journal-preview-mini-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0;
}

.journal-preview-mini-metrics article {
  padding: 12px;
  border: 1px solid rgba(44, 62, 48, 0.12);
  border-radius: 8px;
  background: rgba(237, 248, 244, 0.7);
}

.journal-preview-mini-metrics span {
  display: block;
  color: rgba(30, 44, 31, 0.62);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.journal-preview-mini-metrics strong {
  display: block;
  margin-top: 4px;
  color: #1e2c1f;
  font-size: 1.1rem;
}

.journal-preview-panel {
  display: none;
  padding: 22px;
  border: 1px solid rgba(44, 62, 48, 0.14);
  border-radius: 12px;
  background: rgba(255, 253, 249, 0.84);
  box-shadow: 0 20px 46px rgba(30, 44, 31, 0.08);
}

.journal-preview-panel.active {
  display: block;
}

.journal-preview-heading {
  max-width: 760px;
  margin-bottom: 18px;
}

.journal-preview-heading h3 {
  margin: 6px 0 8px;
  color: #1e2c1f;
  font-size: clamp(1.6rem, 4vw, 2.7rem);
  line-height: 1;
}

.journal-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sample-card {
  min-height: 188px;
}

.sample-card.featured {
  background: linear-gradient(145deg, rgba(44, 62, 48, 0.94), rgba(32, 76, 65, 0.86));
}

.sample-card.featured span,
.sample-card.featured strong,
.sample-card.featured p {
  color: #fffdf9;
}

.sample-card p {
  margin: 0;
  color: rgba(30, 44, 31, 0.76);
  line-height: 1.52;
}

.journal-preview-cta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 22px;
}

@media (max-width: 860px) {
  .coming-soon-gate {
    padding: 16px;
  }

  .launch-shell {
    grid-template-columns: 1fr;
  }

  .launch-brand-panel,
  .launch-content-panel {
    min-height: auto;
  }

  .launch-brand-panel {
    padding: 28px 18px;
  }

  .launch-logo-ring {
    width: 180px;
  }

  .launch-logo-ring img {
    width: 92px;
    height: 92px;
  }

  .launch-countdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-video-section,
  .video-dialog-grid {
    grid-template-columns: 1fr;
  }

  .video-story-card {
    min-height: 280px;
  }

  .narrator-video-frame {
    width: 100%;
  }

  .video-dialog-screen {
    min-height: 320px;
  }

  .video-dialog-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-host-profile {
    grid-template-columns: 1fr;
  }

  .interactive-landing-grid {
    grid-template-columns: 1fr;
  }

  .health-gps-grid {
    grid-template-columns: 1fr !important;
  }

  .landing-footer,
  .landing-contact-grid,
  .support-contact-grid,
  .public-page-grid {
    grid-template-columns: 1fr;
  }

  .interactive-card-header {
    display: grid;
  }

  .interactive-card-header strong {
    text-align: left;
  }

  .experience-page {
    padding: 12px;
  }

  .experience-page .premium-landing-nav {
    position: relative;
    top: 0;
  }

  .experience-hero,
  .experience-orientation,
  .experience-flow,
  .experience-score-panel,
  .experience-insight-panel,
  .setup-path-grid {
    grid-template-columns: 1fr;
  }

  .experience-status-card,
  .experience-step-card,
  .experience-score-card,
  .experience-reward-card {
    min-height: auto;
  }

  .experience-hero h2 {
    font-size: clamp(2.25rem, 15vw, 4.8rem);
  }

  .experience-insight-panel {
    align-items: stretch;
  }

  .setup-path-grid article {
    min-height: auto;
  }

  .journal-preview-page {
    padding: 12px;
  }

  .journal-preview-nav {
    position: relative;
    top: 0;
  }

  .journal-preview-hero,
  .journal-preview-shell,
  .journal-preview-grid,
  .journal-preview-cta {
    grid-template-columns: 1fr;
  }

  .journal-preview-sidebar {
    position: static;
  }

  .journal-preview-cta {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .launch-grid-overlay,
  .launch-motion-band,
  .launch-logo-ring::before,
  .launch-logo-ring::after {
    animation: none;
  }

  .landing-page:not([hidden]) .premium-landing-nav,
  .landing-page:not([hidden]) .landing-copy .eyebrow,
  .landing-page:not([hidden]) .landing-copy h2,
  .landing-page:not([hidden]) .landing-lede,
  .landing-page:not([hidden]) .brand-message-card,
  .landing-page:not([hidden]) .landing-actions,
  .landing-page:not([hidden]) .landing-tags,
  .landing-page:not([hidden]) .landing-hero-product,
  .landing-page:not([hidden]) .landing-video-section,
  .landing-page:not([hidden]) .landing-section {
    animation: none;
  }

  .landing-page .primary-button,
  .landing-page .text-button,
  .landing-chip,
  .experience-chip,
  .landing-tab,
  .landing-toggle,
  .interactive-card,
  .experience-step-card,
  .sample-command-card,
  .pricing-card,
  .landing-flow-grid article,
  .landing-outcome-grid article {
    transition: none;
  }

  .landing-page .primary-button:hover,
  .landing-page .text-button:hover,
  .landing-chip:hover,
  .experience-chip:hover,
  .landing-tab:hover,
  .landing-toggle:hover,
  .interactive-card:hover,
  .sample-command-card:hover,
  .pricing-card:hover,
  .landing-flow-grid article:hover,
  .landing-outcome-grid article:hover {
    transform: none;
  }
}

