:root {
  color: #152226;
  background: #f7f9f6;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  margin: 0;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.home-option {
  --bg: #f7f9f6;
  --surface: #ffffff;
  --soft: #eef5ef;
  --ink: #14262c;
  --muted: #627178;
  --line: rgba(20, 38, 44, 0.14);
  --accent: #4f8f61;
  --accent-dark: #1f4933;
  --warm: #d86650;
  min-height: 100svh;
  padding: max(16px, env(safe-area-inset-top)) 18px max(18px, env(safe-area-inset-bottom));
  color: var(--ink);
  background: var(--bg);
}

.option-1 {
  --bg: linear-gradient(180deg, #f7fbf7 0%, #edf5ef 58%, #ffffff 100%);
}

.option-2 {
  --bg: linear-gradient(180deg, #fff7ee 0%, #f8fbf4 54%, #ffffff 100%);
  --soft: #fff0de;
  --accent: #c9543f;
  --accent-dark: #5a2a20;
  --warm: #2f806d;
  --line: rgba(90, 42, 32, 0.16);
}

.option-3 {
  --bg: #f4f7fb;
  --soft: #e7eef7;
  --accent: #2f6f90;
  --accent-dark: #17394e;
  --warm: #d99d24;
  --line: rgba(23, 57, 78, 0.16);
}

.option-4 {
  --bg: linear-gradient(180deg, #f9fbef 0%, #effafa 48%, #ffffff 100%);
  --soft: #e4f6f2;
  --accent: #007f73;
  --accent-dark: #073d39;
  --warm: #ee704a;
  --line: rgba(7, 61, 57, 0.16);
}

.option-5 {
  --bg: linear-gradient(180deg, #17251d 0%, #24392d 48%, #f6faf7 48%, #ffffff 100%);
  --soft: #edf4ef;
  --accent: #d8a84b;
  --accent-dark: #24392d;
  --warm: #73a986;
  --line: rgba(36, 57, 45, 0.18);
}

.site-header,
.hero,
.three-up,
.split-band,
.benefit-band,
.seo-grid,
.footer,
.week-board,
.control-strip,
.trust-ledger {
  width: min(100%, 1180px);
  margin-inline: auto;
}

.site-header {
  min-height: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.live-homepage .site-header {
  grid-template-columns: minmax(0, 1fr) auto;
}

.brand,
.header-action,
.option-nav a,
.footer a,
.button {
  text-decoration: none;
}

.brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 950;
}

.option-5 .brand {
  color: #fff;
}

.leaf {
  position: relative;
  width: 25px;
  height: 31px;
  flex: 0 0 auto;
}

.leaf::before,
.leaf::after {
  content: "";
  position: absolute;
  background: var(--accent);
  border-radius: 100% 0 100% 0;
}

.leaf::before {
  width: 18px;
  height: 26px;
  left: 2px;
  top: 3px;
  transform: rotate(-34deg);
}

.leaf::after {
  width: 14px;
  height: 18px;
  right: 1px;
  top: 0;
  transform: rotate(38deg);
}

.option-nav {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(18, 33, 25, 0.06);
}

.option-nav a {
  min-width: 38px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 9px;
  color: var(--muted);
  border-radius: 7px;
  font-size: 13px;
  font-weight: 950;
}

.option-nav .active {
  color: #fff;
  background: var(--accent-dark);
}

.header-action {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 15px;
  color: var(--accent-dark);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 950;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 44px;
  align-items: center;
  padding: 46px 0 28px;
}

.hero.reverse {
  grid-template-columns: minmax(380px, 1.05fr) minmax(0, 0.95fr);
}

.hero.narrow-preview {
  grid-template-columns: minmax(0, 1fr) minmax(330px, 420px);
}

.hero.control {
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
}

.hero.trust {
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.72fr);
  align-items: stretch;
  padding-top: 54px;
}

.copy {
  min-width: 0;
  display: grid;
  gap: 22px;
}

.copy h1,
.trust-panel h1 {
  max-width: 820px;
  color: var(--ink);
  font-size: 44px;
  line-height: 0.96;
  letter-spacing: 0;
}

.copy p,
.trust-panel p {
  max-width: 610px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

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

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 17px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 950;
}

.button.primary {
  color: #fff;
  background: var(--accent-dark);
  box-shadow: 0 16px 34px rgba(18, 33, 25, 0.14);
}

.button.secondary {
  color: var(--accent-dark);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.proof-row span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  color: var(--accent-dark);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
}

.product-panel,
.media-card,
.benefit-card,
.week-panel,
.side-note,
.control-panel,
.phone-panel,
.trust-panel,
.privacy-stack,
.three-up article,
.control-strip article,
.trust-ledger {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(18, 33, 25, 0.1);
}

.hero-media-stack {
  min-width: 0;
  display: grid;
  gap: 12px;
}

.media-card {
  min-width: 0;
  overflow: hidden;
}

.media-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.media-card div {
  display: grid;
  gap: 5px;
  padding: 14px;
}

.media-card strong,
.benefit-card strong {
  color: var(--ink);
}

.media-card p,
.benefit-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.media-card.compact img {
  aspect-ratio: 1.65 / 1;
}

.product-panel {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.panel-top,
.control-top,
.section-title,
.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.muted,
.panel-top span,
.metric span,
.people span,
.meal-row span,
.control-top span,
.table span,
.week-panel small,
.phone-top span,
.phone-action small,
.share-card span,
.privacy-stack p,
.trust-ledger p,
.footer {
  color: var(--muted);
}

.panel-top strong,
.meal-row strong,
.control-top strong,
.week-panel strong,
.side-note h2,
.control-strip strong,
.phone-action strong,
.share-card strong,
.privacy-stack strong,
.trust-ledger h2,
.three-up strong {
  color: var(--ink);
}

.add-chip {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 11px;
  color: var(--muted);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
}

.ring-row {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.ring {
  width: 136px;
  height: 136px;
  display: grid;
  place-items: center;
  align-content: center;
  background:
    radial-gradient(circle at center, #fff 58%, transparent 59%),
    conic-gradient(var(--accent) 68%, #e6ece7 0);
  border-radius: 999px;
}

.ring strong {
  color: var(--accent-dark);
  font-size: 34px;
  line-height: 1;
}

.ring span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.metrics,
.people,
.privacy-stack,
.trust-list {
  display: grid;
  gap: 10px;
}

.metric {
  display: grid;
  gap: 7px;
}

.metric span {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  font-weight: 900;
}

.metric strong {
  color: var(--ink);
}

.metric i,
.people i {
  height: 8px;
  overflow: hidden;
  background: #e8ede8;
  border-radius: 99px;
}

.metric b,
.people b {
  display: block;
  height: 100%;
  background: var(--accent);
  border-radius: inherit;
}

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

.people div {
  min-width: 0;
  display: grid;
  gap: 7px;
  padding: 11px;
  background: #f8fbf8;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.people strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.1;
}

.meal-row {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: #fff8f4;
  border: 1px solid rgba(210, 95, 72, 0.22);
  border-radius: 8px;
}

.meal-row img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 8px;
}

.three-up,
.control-strip,
.seo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 14px 0 42px;
}

.three-up article,
.control-strip article,
.benefit-card {
  min-width: 0;
  display: grid;
  gap: 8px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(18, 33, 25, 0.07);
}

.three-up p,
.control-strip p,
.side-note p,
.benefit-band p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.benefit-band {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  padding: 8px 0 42px;
}

.benefit-copy {
  min-width: 0;
  display: grid;
  gap: 14px;
  align-content: center;
  padding: 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(18, 33, 25, 0.08);
}

.benefit-copy h2 {
  max-width: 760px;
  color: var(--ink);
  font-size: 31px;
  line-height: 1.04;
}

.benefit-list {
  display: grid;
  gap: 8px;
}

.benefit-list span {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 9px 11px;
  color: var(--accent-dark);
  background: var(--soft);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
}

.photo-stack {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  grid-template-rows: 185px 185px;
  gap: 12px;
}

.photo-stack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(95, 42, 32, 0.12);
}

.photo-stack img:first-child {
  grid-row: span 2;
}

.week-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  gap: 14px;
  padding: 8px 0 42px;
}

.week-panel,
.side-note {
  min-width: 0;
  display: grid;
  gap: 12px;
  padding: 18px;
}

.section-title h2,
.trust-ledger h2 {
  font-size: 25px;
  line-height: 1.1;
}

.week-panel article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: #fffaf4;
  border: 1px solid rgba(95, 42, 32, 0.1);
  border-radius: 8px;
}

.week-panel article > span {
  min-height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--accent);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 950;
}

.side-note {
  align-content: center;
  background:
    linear-gradient(180deg, rgba(255, 240, 223, 0.68), rgba(255, 255, 255, 0)),
    #fff;
}

.control-panel {
  min-width: 0;
  display: grid;
  gap: 14px;
  padding: 18px;
  overflow: hidden;
}

.control-top span {
  padding: 6px 9px;
  background: var(--soft);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
}

.table {
  display: grid;
  min-width: 0;
}

.table-head,
.table-row {
  display: grid;
  grid-template-columns: 0.75fr 0.9fr 1.35fr 0.9fr;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.table-head {
  padding: 0 10px 8px;
}

.table-head span {
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.table-row {
  min-height: 54px;
  padding: 10px;
  border-top: 1px solid var(--line);
}

.table-row span {
  min-width: 0;
  overflow: hidden;
  font-size: 13px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-row span:first-child {
  color: var(--ink);
  font-weight: 950;
}

.phone-panel {
  display: grid;
  gap: 12px;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(229, 247, 243, 0.9), rgba(255, 255, 255, 0) 34%),
    #fff;
}

.phone-action {
  min-height: 68px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: left;
}

.phone-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--accent);
  border-radius: 8px;
  font-size: 20px;
}

.phone-icon svg,
.privacy-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.phone-action span,
.phone-action small {
  min-width: 0;
  display: block;
}

.phone-action small,
.share-card span {
  margin-top: 3px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.share-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 13px;
  color: #fff;
  background: var(--accent-dark);
  border-radius: 8px;
}

.share-card span {
  color: rgba(255, 255, 255, 0.74);
}

.share-card strong {
  color: #fff;
}

.trust-panel {
  display: grid;
  gap: 22px;
  align-content: center;
  padding: 34px;
}

.privacy-stack {
  align-content: center;
  padding: 18px;
}

.privacy-stack article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 13px;
  background: #f8fbf8;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.privacy-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--accent-dark);
  border-radius: 8px;
  font-size: 20px;
}

.trust-ledger {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
  gap: 20px;
  align-items: center;
  margin-bottom: 42px;
  padding: 22px;
}

.trust-list span {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  color: var(--accent-dark);
  background: var(--soft);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 0 2px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  font-weight: 900;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 14px;
}

@media (min-width: 900px) {
  .copy h1,
  .trust-panel h1 {
    font-size: 64px;
  }
}

@media (min-width: 1180px) {
  .copy h1,
  .trust-panel h1 {
    font-size: 76px;
  }
}

@media (max-width: 860px) {
  .home-option {
    padding-inline: 14px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .option-nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    justify-content: space-between;
  }

  .option-nav a {
    flex: 1;
  }

  .hero,
  .hero.reverse,
  .hero.control,
  .hero.narrow-preview,
  .hero.trust,
  .week-board,
  .trust-ledger {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 24px;
    padding-top: 30px;
  }

  .copy h1,
  .trust-panel h1 {
    font-size: 40px;
  }

  .copy p,
  .trust-panel p {
    font-size: 16px;
  }

  .actions,
  .button {
    width: 100%;
  }

  .button {
    min-height: 48px;
  }

  .three-up,
  .control-strip,
  .seo-grid {
    grid-template-columns: 1fr;
    padding-bottom: 28px;
  }

  .benefit-band {
    grid-template-columns: 1fr;
  }

  .photo-stack {
    grid-template-rows: 210px 150px;
  }

  .control-panel {
    overflow: visible;
  }

  .table {
    min-width: 0;
    gap: 8px;
  }

  .table-head {
    display: none;
  }

  .table-row {
    grid-template-columns: 1fr;
    gap: 4px;
    min-height: 0;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
  }

  .table-row span {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  .table-row span:nth-child(2)::before {
    content: "Where it helps: ";
    color: var(--muted);
  }

  .table-row span:nth-child(3)::before {
    content: "Family sees: ";
    color: var(--muted);
  }

  .table-row span:nth-child(4)::before {
    content: "Status: ";
    color: var(--muted);
  }

  .trust-panel {
    padding: 24px;
  }
}

@media (max-width: 520px) {
  .brand {
    font-size: 18px;
  }

  .copy h1,
  .trust-panel h1 {
    font-size: 36px;
  }

  .ring-row,
  .people,
  .meal-row,
  .week-panel article,
  .phone-action,
  .share-card,
  .privacy-stack article,
  .footer {
    grid-template-columns: 1fr;
  }

  .ring {
    width: 118px;
    height: 118px;
  }

  .meal-row img {
    width: 100%;
    height: 140px;
  }

  .photo-stack {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 150px);
  }

  .photo-stack img:first-child {
    grid-row: auto;
  }

  .footer {
    justify-items: start;
  }

  .footer-links {
    justify-content: flex-start;
  }
}
