:root {
  --forest: #28543f;
  --forest-2: #183f35;
  --sage: #b6c66f;
  --moss: #6e7f45;
  --paper: #f6f1e8;
  --oat: #d8d2c4;
  --clay: #b46f57;
  --blue: #233f57;
  --graphite: #252728;
  --ink: #2b2b2b;
  --muted: #716f68;
  --line: rgba(37, 39, 40, 0.16);
  --white: #fffdf8;
  --shadow: 0 18px 46px rgba(35, 63, 87, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(35, 63, 87, 0.035) 1px, transparent 1px) 0 0 / 92px 92px,
    var(--paper);
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 70px;
  padding: 14px 34px 14px 96px;
  border-bottom: 1px solid var(--line);
  background: rgba(246, 241, 232, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  color: var(--forest);
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

nav {
  display: flex;
  gap: 26px;
  justify-content: center;
  color: var(--muted);
  font-size: 0.84rem;
  letter-spacing: 0;
}

nav a:hover {
  color: var(--forest);
}

.header-action,
.primary-action,
.secondary-action,
.price-row a,
.product-link,
.guide-link,
.guide-signup button,
.closing-cta button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
}

.header-action,
.primary-action,
.guide-signup button,
.closing-cta button {
  color: var(--white);
  background: var(--forest);
}

.secondary-action,
.price-row a,
.product-link,
.guide-link {
  color: var(--blue);
  border: 1px solid var(--line);
  background: rgba(255, 253, 247, 0.7);
}

.leaf-margin {
  position: fixed;
  z-index: 30;
  inset: 0 auto 0 0;
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  width: 64px;
  padding: 88px 14px 28px;
  border-right: 1px solid var(--line);
  color: var(--forest);
  background: rgba(244, 241, 233, 0.96);
}

.margin-label {
  align-self: start;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.leaf-margin p {
  align-self: center;
  margin: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  line-height: 1.35;
}

.margin-dots {
  display: grid;
  justify-items: center;
  gap: 9px;
  align-self: end;
}

.margin-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--clay);
  opacity: 0.62;
}

main,
footer {
  margin-left: 64px;
}

.ritual-desk {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  min-height: calc(92vh - 70px);
  border-bottom: 1px solid var(--line);
}

.photo-stage {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.photo-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 50%;
}

.photo-stage::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(35, 63, 87, 0.04), rgba(35, 63, 87, 0.36));
}

.photo-note {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  max-width: 260px;
  padding: 16px 18px;
  color: var(--white);
  border-left: 3px solid var(--sage);
  background: rgba(30, 63, 53, 0.68);
}

.photo-note span,
.eyebrow,
.strategy-strip span,
.product-type {
  display: block;
  margin-bottom: 10px;
  color: var(--clay);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.photo-note span {
  color: var(--oat);
}

.photo-note strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 6vw, 74px);
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 740px;
  font-size: clamp(3rem, 5.5vw, 5.8rem);
  line-height: 1;
}

h2 {
  font-size: clamp(2rem, 3.8vw, 4rem);
  line-height: 1.06;
}

h3 {
  font-size: clamp(1.6rem, 2.6vw, 2.5rem);
  line-height: 1.06;
}

.hero-copy > p:not(.eyebrow),
.section-intro p,
.system-copy p,
.proof-copy p,
.product-row p,
.guide-hero > p,
.featured-guide p,
.article-card p,
.guide-signup p,
.paper-trail p,
.closing-cta p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 26px 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 42px 0 0;
  border: 1px solid var(--line);
  background: var(--line);
}

.hero-metrics div {
  padding: 18px;
  background: rgba(255, 253, 247, 0.68);
}

.hero-metrics dt {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
}

.hero-metrics dd {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.strategy-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border-bottom: 1px solid var(--line);
  background: var(--line);
}

.strategy-strip div {
  padding: 28px;
  background: var(--white);
}

.strategy-strip strong {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.ritual-video {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(280px, 0.62fr);
  gap: clamp(30px, 6vw, 84px);
  align-items: center;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(182, 198, 111, 0.12), transparent 44%),
    var(--paper);
}

.ritual-video-copy {
  max-width: 680px;
}

.ritual-video-copy p:not(.eyebrow) {
  max-width: 600px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.ritual-markers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.ritual-markers li {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  color: var(--forest);
  border: 1px solid var(--line);
  background: rgba(255, 253, 247, 0.74);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ritual-video-frame {
  justify-self: center;
  width: min(100%, 390px);
}

.ritual-video-player {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border: 1px solid rgba(37, 39, 40, 0.18);
  background: var(--oat);
  box-shadow: 0 28px 70px rgba(35, 63, 87, 0.16);
}

.ritual-video-frame figcaption {
  max-width: 330px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.finder,
.shelf,
.system-feature,
.ritual-video,
.how-it-works,
.guide-preview,
.guide-library,
.proof-wall,
.paper-trail,
.closing-cta,
.contact-section {
  padding: clamp(72px, 9vw, 132px) clamp(24px, 7vw, 104px);
}

.section-intro {
  max-width: 780px;
  margin-bottom: 56px;
}

.section-intro.narrow {
  max-width: 620px;
}

.how-it-works {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.72);
}

.guide-preview {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(360px, 1.18fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.guide-preview .primary-action {
  margin-top: 22px;
}

.guide-preview-stack {
  display: grid;
  gap: 14px;
}

.guide-builder {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.guide-builder article {
  min-height: 196px;
  padding: clamp(18px, 3vw, 28px);
  background:
    linear-gradient(180deg, rgba(182, 198, 111, 0.16), transparent 46%),
    var(--paper);
}

.guide-builder h3 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.guide-builder p {
  color: var(--muted);
  line-height: 1.55;
}

.guide-preview-stack > article {
  position: relative;
  min-height: 176px;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(182, 198, 111, 0.16), transparent 48%),
    var(--white);
  box-shadow: 0 16px 50px rgba(35, 63, 87, 0.08);
}

.guide-preview-stack > article:nth-child(2) {
  margin-left: clamp(0px, 5vw, 72px);
}

.guide-preview-stack > article:nth-child(3) {
  margin-right: clamp(0px, 5vw, 72px);
}

.guide-preview-stack span,
.practice-card span,
.article-card > div span {
  display: block;
  margin-bottom: 12px;
  color: var(--moss);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guide-preview-stack h3 {
  max-width: 620px;
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
}

.guide-preview-stack p {
  max-width: 560px;
  color: var(--muted);
  line-height: 1.65;
}

.guide-library {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.guide-hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: end;
  margin-bottom: 44px;
}

.guide-hero > p {
  max-width: 620px;
  margin: 0;
}

.featured-guide {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(280px, 0.54fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: stretch;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(246, 241, 232, 0.42), rgba(246, 241, 232, 0.92)),
    var(--paper);
  box-shadow: var(--shadow);
}

.featured-guide h2,
.featured-guide h3 {
  max-width: 760px;
  font-size: clamp(2rem, 3.8vw, 4rem);
}

.featured-guide p {
  max-width: 780px;
}

.featured-guide .guide-link {
  margin-top: 14px;
}

.practice-card {
  display: flex;
  min-height: 260px;
  padding: clamp(22px, 4vw, 36px);
  flex-direction: column;
  justify-content: flex-end;
  color: var(--forest);
  background:
    linear-gradient(rgba(30, 58, 47, 0.1) 1px, transparent 1px) 0 72px / 100% 32px,
    var(--white);
  box-shadow: 0 22px 54px rgba(35, 63, 87, 0.1);
}

.practice-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2.4vw, 2.25rem);
  font-weight: 500;
}

.guide-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 34px 0;
}

.guide-categories a,
.guide-categories span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 14px;
  color: var(--forest);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(246, 241, 232, 0.72);
  font-size: 0.86rem;
  font-weight: 750;
}

.guide-categories span {
  color: var(--muted);
  border-style: dashed;
  opacity: 0.74;
}

.long-guide {
  max-width: 980px;
  margin: 0 auto 38px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.long-guide-header {
  padding: clamp(28px, 6vw, 68px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(182, 198, 111, 0.12), transparent 48%),
    var(--paper);
}

.article-page {
  padding-top: clamp(34px, 5vw, 72px);
}

.back-link {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.long-guide-header h1,
.long-guide-header h2 {
  max-width: 820px;
  font-size: clamp(2.4rem, 5vw, 5.2rem);
}

.long-guide-header > p:not(.product-type) {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.long-guide-header > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin-top: 22px;
  color: var(--moss);
  font-size: 0.84rem;
  font-weight: 800;
}

.long-guide-header > div span + span::before {
  content: "/";
  margin-right: 12px;
  color: var(--line);
}

.long-guide-body {
  max-width: 740px;
  margin: 0 auto;
  padding: clamp(30px, 6vw, 72px) clamp(22px, 5vw, 48px);
}

.long-guide-body p,
.reason-list p,
.try-box li,
.article-cta p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.78;
}

.long-guide-body .lead {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  line-height: 1.28;
}

.long-guide-body h2,
.long-guide-body h3 {
  margin-top: 48px;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
}

.reason-list {
  display: grid;
  gap: 1px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  background: var(--line);
}

.reason-list li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: clamp(22px, 4vw, 32px);
  background: rgba(246, 241, 232, 0.7);
}

.reason-list span {
  color: var(--clay);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  line-height: 1;
}

.reason-list h3,
.reason-list h4 {
  margin: 0;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.reason-list p {
  margin-bottom: 0;
}

.try-box {
  margin: 44px 0;
  padding: clamp(24px, 4vw, 38px);
  color: var(--forest);
  background:
    linear-gradient(rgba(30, 58, 47, 0.1) 1px, transparent 1px) 0 118px / 100% 32px,
    var(--paper);
  border-left: 4px solid var(--sage);
}

.try-box h2,
.try-box h3 {
  margin-top: 0;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
}

.try-box ul {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.try-box li {
  position: relative;
  padding-left: 28px;
}

.try-box li::before {
  position: absolute;
  left: 0;
  color: var(--clay);
  content: "->";
  font-weight: 800;
}

.capacity-note {
  margin: 34px 0;
  padding: clamp(22px, 4vw, 34px);
  color: var(--forest);
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(182, 198, 111, 0.2), transparent 54%),
    var(--paper);
}

.capacity-note span {
  display: block;
  margin-bottom: 10px;
  color: var(--clay);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.capacity-note strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-weight: 500;
}

.capacity-note p {
  max-width: 560px;
  margin-bottom: 0;
}

.habit-size-note {
  margin: 34px 0;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  background: var(--paper);
}

.habit-size-note h4 {
  margin: 0 0 18px;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2.5vw, 2.25rem);
  font-weight: 500;
}

.habit-size-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.habit-size-grid div {
  min-height: 118px;
  padding: 18px;
  background: var(--white);
}

.habit-size-grid span,
.timed-page li span {
  display: block;
  margin-bottom: 12px;
  color: var(--clay);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.habit-size-grid strong {
  display: block;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 500;
  line-height: 1.12;
}

.paper-page-note {
  margin: 34px auto;
  padding: clamp(24px, 4vw, 38px);
  color: var(--forest);
  background:
    linear-gradient(rgba(30, 58, 47, 0.1) 1px, transparent 1px) 0 122px / 100% 34px,
    var(--white);
  box-shadow: 0 22px 54px rgba(35, 63, 87, 0.1);
}

.paper-page-note h4 {
  margin: 0;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2.5vw, 2.25rem);
  font-weight: 500;
}

.paper-page-note ul {
  display: grid;
  gap: 16px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.paper-page-note li {
  padding-bottom: 8px;
  color: var(--muted);
  border-bottom: 1px solid rgba(37, 39, 40, 0.12);
  line-height: 1.6;
}

.timed-page li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  align-items: start;
}

.timed-page li span {
  margin-bottom: 0;
}

.week-shape-note {
  margin: 34px 0;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(182, 198, 111, 0.16), transparent 48%),
    var(--paper);
}

.week-shape-note h2 {
  margin-top: 0;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
}

.week-shape-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
  margin-top: 24px;
  background: var(--line);
}

.week-shape-grid div {
  min-height: 112px;
  padding: 16px;
  background: var(--white);
}

.week-shape-grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--clay);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.week-shape-grid strong {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.15;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 24px;
  border: 1px solid var(--line);
  background: var(--line);
}

.comparison-grid section {
  padding: clamp(22px, 4vw, 34px);
  background: rgba(246, 241, 232, 0.74);
}

.comparison-grid section:nth-child(2) {
  background: rgba(255, 253, 248, 0.94);
}

.comparison-grid h4 {
  margin: 0 0 20px;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.comparison-grid ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comparison-grid li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
  line-height: 1.55;
}

.comparison-grid section:first-child li::before,
.comparison-grid section:last-child li::before {
  position: absolute;
  left: 0;
  font-weight: 800;
}

.comparison-grid section:first-child li::before {
  color: var(--muted);
  content: "-";
}

.comparison-grid section:last-child li::before {
  color: var(--clay);
  content: "->";
}

.long-guide-body blockquote {
  margin: 42px 0 20px;
  padding-left: 22px;
  border-left: 3px solid var(--sage);
}

.long-guide-body blockquote p {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1.18;
}

.article-cta {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: clamp(24px, 5vw, 42px) clamp(24px, 6vw, 68px);
  border-top: 1px solid var(--line);
  background: var(--forest);
}

.article-cta p {
  margin: 0;
  color: rgba(255, 253, 247, 0.8);
}

.article-cta .primary-action {
  color: var(--forest);
  background: var(--oat);
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.article-card {
  display: flex;
  min-height: 340px;
  padding: clamp(22px, 3.2vw, 34px);
  flex-direction: column;
  background: var(--white);
}

.article-card h2,
.article-card h3 {
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.12;
}

.article-card p {
  margin-bottom: 28px;
}

.article-card > div {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.article-card > div span {
  margin-bottom: 0;
}

.article-card a,
.status-label {
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 800;
}

.article-card a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.status-label {
  color: var(--muted);
}

.guide-signup {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(320px, 1fr);
  gap: clamp(22px, 5vw, 56px);
  align-items: center;
  margin-top: 34px;
  padding: clamp(24px, 4vw, 44px);
  color: var(--white);
  background: var(--forest);
}

.guide-signup h2,
.guide-signup h3,
.guide-signup .eyebrow,
.guide-signup label {
  color: var(--white);
}

.guide-signup h2 {
  font-size: clamp(1.8rem, 3vw, 3.2rem);
}

.guide-signup p {
  color: rgba(255, 253, 247, 0.78);
}

.guide-signup form {
  width: 100%;
  max-width: none;
  margin-top: 0;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.steps article {
  min-height: 240px;
  padding: clamp(24px, 4vw, 42px);
  background:
    linear-gradient(180deg, rgba(182, 198, 111, 0.08), transparent 38%),
    rgba(255, 253, 248, 0.82);
}

.steps span {
  display: block;
  margin-bottom: 42px;
  color: var(--clay);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
}

.steps p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.finder-shell {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.friction-list {
  display: grid;
  align-content: stretch;
  border-right: 1px solid var(--line);
}

.friction-button {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 96px;
  padding: 22px;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--forest);
  background: transparent;
  font: inherit;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
}

.friction-button:last-child {
  border-bottom: 0;
}

.friction-button span {
  color: var(--moss);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
}

.friction-button.active {
  color: var(--white);
  background: var(--forest);
}

.friction-button.active span {
  color: var(--oat);
}

.finder-detail {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1fr);
  min-height: 540px;
}

.finder-detail img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.finder-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 62px);
}

.finder-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.price-row {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 24px;
}

.price-row strong {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
}

.system-feature {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(360px, 1fr);
  gap: clamp(38px, 7vw, 96px);
  align-items: center;
  color: var(--forest);
  background:
    linear-gradient(180deg, rgba(40, 84, 63, 0.05), transparent 42%),
    var(--white);
}

.system-feature h2,
.system-feature h3,
.system-feature .eyebrow {
  color: var(--forest);
}

.system-feature p,
.system-feature li {
  color: var(--muted);
}

.system-feature .primary-action {
  margin-top: 24px;
  color: var(--white);
  background: var(--forest);
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  padding-left: 18px;
  border-left: 2px solid rgba(110, 127, 69, 0.42);
  line-height: 1.55;
}

.product-proof img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(255, 253, 247, 0.22);
  box-shadow: var(--shadow);
}

.product-proof figcaption {
  color: var(--muted);
}

.product-lane {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.product-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--line);
  background: rgba(255, 253, 247, 0.72);
}

.product-row img {
  width: 100%;
  height: clamp(250px, 28vw, 390px);
  object-fit: cover;
}

.product-row h3 {
  max-width: 620px;
}

.product-row span {
  display: inline-flex;
  margin-top: 14px;
  color: var(--forest);
  font-weight: 800;
}

.product-row .product-link {
  width: fit-content;
  margin-top: 18px;
}

.product-row.text-row {
  background:
    linear-gradient(90deg, rgba(182, 198, 111, 0.1), transparent 52%),
    rgba(255, 253, 247, 0.72);
}

.waitlist-note {
  max-width: 760px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

.feature-row {
  grid-column: span 2;
  grid-template-columns: minmax(300px, 0.92fr) minmax(300px, 1fr);
  align-items: center;
  padding: clamp(22px, 4vw, 44px);
}

.compact-row,
.text-row {
  max-width: none;
  margin-left: 0;
}

.offset-row {
  margin-right: 0;
  margin-left: 0;
}

.image-row {
  max-width: none;
}

.proof-wall {
  display: grid;
  grid-template-columns: 0.8fr 0.72fr 0.58fr;
  gap: 18px;
  align-items: end;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.proof-copy {
  align-self: center;
}

figure {
  margin: 0;
}

figure img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

figure:last-child img {
  height: 380px;
}

figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.86rem;
}

.paper-trail {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1.2fr);
  gap: clamp(28px, 5vw, 70px);
  border-bottom: 1px solid var(--line);
}

.paper-trail ol {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--line);
}

.paper-trail li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 14px;
  padding: 28px;
  background: var(--white);
}

.paper-trail li span {
  grid-row: span 2;
  color: var(--moss);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
}

.paper-trail strong {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.paper-trail p {
  margin: 0;
}

.closing-cta {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(320px, 1fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(35, 63, 87, 0.12), transparent 54%),
    var(--paper);
}

.closing-cta img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.closing-actions {
  margin-top: 22px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 1fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: start;
  border-top: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.78);
}

.contact-section .section-intro {
  margin-bottom: 0;
}

.contact-form {
  display: grid;
  gap: 12px;
  max-width: 680px;
  margin: 0;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.contact-form textarea {
  min-height: 150px;
  min-width: 0;
  resize: vertical;
  padding: 14px 16px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--white);
  font: inherit;
  line-height: 1.55;
}

.contact-form button {
  width: fit-content;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--white);
  background: var(--forest);
  font-weight: 700;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.product-hero,
.product-section,
.product-info-band,
.product-final-cta {
  padding: clamp(72px, 9vw, 132px) clamp(24px, 7vw, 104px);
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: start;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.product-gallery {
  display: grid;
  gap: 16px;
}

.main-product-image,
.image-pair img {
  width: 100%;
  object-fit: cover;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.main-product-image {
  aspect-ratio: 1 / 1;
}

.image-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.image-pair img {
  aspect-ratio: 1 / 1;
}

.product-panel {
  position: sticky;
  top: 104px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(182, 198, 111, 0.08), transparent 38%),
    var(--paper);
}

.product-panel .lede,
.product-section p,
.product-info-band li,
.faq-list p,
.product-final-cta p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.purchase-box {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin: 30px 0;
}

.purchase-box strong {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.4rem;
  font-weight: 500;
}

.product-facts {
  display: grid;
  gap: 1px;
  margin: 0;
  border: 1px solid var(--line);
  background: var(--line);
}

.product-facts div {
  padding: 18px;
  background: rgba(255, 253, 248, 0.78);
}

.product-facts dt {
  color: var(--clay);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-facts dd {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.product-info-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: start;
  border-bottom: 1px solid var(--line);
}

.product-info-band ul,
.use-steps {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--line);
  border: 1px solid var(--line);
}

.product-info-band li {
  padding: 22px;
  background: var(--white);
}

.product-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.product-card-grid article {
  min-height: 240px;
  padding: clamp(24px, 4vw, 38px);
  background: rgba(255, 253, 248, 0.82);
}

.product-card-grid h3 {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.quiet-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(35, 63, 87, 0.1), transparent 54%),
    var(--paper);
}

.use-steps li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  background: rgba(255, 253, 248, 0.86);
}

.use-steps span {
  grid-row: span 2;
  color: var(--clay);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
}

.use-steps strong {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.use-steps p {
  margin: 0;
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 860px;
}

.faq-list details {
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.78);
}

.faq-list summary {
  padding: 20px 22px;
  color: var(--forest);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
}

.product-final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  border-top: 1px solid var(--line);
  background: var(--forest);
}

.product-final-cta h2,
.product-final-cta .eyebrow {
  color: var(--white);
}

.product-final-cta p {
  max-width: 620px;
  color: rgba(255, 253, 248, 0.76);
}

.product-final-cta .primary-action {
  color: var(--forest);
  background: var(--oat);
}

form {
  max-width: 580px;
  margin-top: 24px;
}

label {
  display: block;
  margin-bottom: 10px;
  color: var(--forest);
  font-size: 0.84rem;
  font-weight: 800;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

input,
button {
  font: inherit;
}

input {
  min-height: 52px;
  min-width: 0;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: var(--white);
}

button {
  border: 0;
  cursor: pointer;
}

footer {
  padding: 28px clamp(24px, 6vw, 86px) 38px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: var(--white);
  font-size: 0.86rem;
  line-height: 1.6;
}

footer a {
  color: var(--forest);
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.policy-page {
  margin-left: 64px;
  padding: clamp(52px, 8vw, 104px) clamp(24px, 7vw, 104px);
}

.policy-document {
  max-width: 880px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.86);
  box-shadow: var(--shadow);
}

.policy-document h1 {
  font-size: clamp(2.7rem, 5vw, 5.1rem);
}

.policy-document h2 {
  margin-top: 42px;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
}

.policy-document p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.76;
}

.policy-document a {
  color: var(--forest);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.policy-updated {
  margin-top: 18px;
  font-size: 0.9rem;
}

@media (max-width: 1080px) {
  .site-header {
    padding-left: 80px;
  }

  nav {
    display: none;
  }

  .ritual-desk,
  .product-hero,
  .product-info-band,
  .product-card-grid,
  .product-final-cta,
  .finder-shell,
  .finder-detail,
  .system-feature,
  .ritual-video,
  .guide-preview,
  .guide-hero,
  .featured-guide,
  .article-cta,
  .guide-signup,
  .guide-builder,
  .steps,
  .proof-wall,
  .paper-trail,
  .closing-cta,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .photo-stage {
    min-height: 52vh;
  }

  .strategy-strip {
    grid-template-columns: 1fr;
  }

  .friction-list {
    border-right: 0;
  }

  .finder-detail img {
    min-height: 360px;
  }

  .proof-wall {
    align-items: start;
  }

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

  .week-shape-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 720px) {
  body {
    background-size: 48px 48px;
  }

  main,
  footer,
  .policy-page {
    margin-left: 0;
  }

  .leaf-margin {
    position: sticky;
    top: 64px;
    inset: auto;
    z-index: 18;
    display: flex;
    width: 100%;
    min-height: 48px;
    padding: 10px 18px;
    gap: 12px;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .margin-label,
  .leaf-margin p {
    writing-mode: horizontal-tb;
    transform: none;
  }

  .margin-label {
    flex: 0 0 auto;
  }

  .leaf-margin p {
    font-size: 0.92rem;
  }

  .margin-dots {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 64px;
    padding: 10px 16px;
  }

  .brand span {
    font-size: 1.08rem;
  }

  .header-action {
    min-height: 40px;
    max-width: 146px;
    padding: 0 12px;
    font-size: 0.78rem;
    text-align: center;
  }

  .ritual-desk {
    min-height: auto;
  }

  .hero-copy,
  .policy-page,
  .product-hero,
  .product-section,
  .product-info-band,
  .product-final-cta,
  .finder,
  .shelf,
  .system-feature,
  .ritual-video,
  .how-it-works,
  .guide-preview,
  .guide-library,
  .proof-wall,
  .paper-trail,
  .closing-cta,
  .contact-section {
    padding: 42px 18px;
  }

  h1 {
    font-size: 3.35rem;
  }

  .hero-metrics,
  .image-pair,
  .use-steps li,
  .product-row,
  .image-row,
  .feature-row,
  .product-lane,
  .guide-builder,
  .habit-size-grid,
  .reason-list li,
  .comparison-grid,
  .article-grid,
  .paper-trail li,
  .form-row {
    grid-template-columns: 1fr;
  }

  .guide-preview-stack > article:nth-child(2),
  .guide-preview-stack > article:nth-child(3) {
    margin-right: 0;
    margin-left: 0;
  }

  .featured-guide,
  .long-guide-header,
  .long-guide-body,
  .article-cta,
  .guide-signup {
    padding: 24px;
  }

  .long-guide {
    margin-bottom: 28px;
  }

  .reason-list li {
    gap: 12px;
  }

  .week-shape-grid {
    grid-template-columns: 1fr;
  }

  .timed-page li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .article-card {
    min-height: auto;
  }

  .article-card > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .photo-stage {
    min-height: 420px;
  }

  .photo-note {
    right: 18px;
    bottom: 18px;
    left: 18px;
    max-width: none;
  }

  .friction-button {
    min-height: 76px;
    padding: 18px;
  }

  .page {
    min-height: 380px;
    transform: none;
  }

  .product-row,
  .compact-row,
  .text-row,
  .image-row {
    max-width: none;
    margin-left: 0;
  }

  figure img,
  figure:last-child img {
    height: 360px;
  }
}
