:root {
  --paper: #f8f3e7;
  --paper-soft: #fffdf6;
  --paper-deep: #eee3cd;
  --ink: #392f24;
  --ink-soft: #716553;
  --green-950: #203a28;
  --green-800: #36593c;
  --green-700: #4f7553;
  --green-500: #7da276;
  --green-200: #ceddc5;
  --green-100: #e8efe1;
  --gold-700: #7b5518;
  --gold-500: #c39a4a;
  --gold-200: #ead59e;
  --gold-100: #f6ecd0;
  --rose-100: #f2e3df;
  --line: rgba(84, 69, 46, 0.15);
  --serif:
    "Iowan Old Style", "Songti TC", "Noto Serif TC", "Times New Roman", serif;
  --sans:
    "Avenir Next", "PingFang TC", "Noto Sans TC", -apple-system,
    BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  --shadow-sm: 0 12px 36px rgba(67, 53, 31, 0.08);
  --shadow-lg: 0 30px 90px rgba(67, 53, 31, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  content: "";
  opacity: 0.2;
  background-image: radial-gradient(
    rgba(84, 69, 46, 0.16) 0.45px,
    transparent 0.45px
  );
  background-size: 5px 5px;
}

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

a {
  color: inherit;
}

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

:where(a, button):focus-visible {
  outline: 3px solid var(--gold-700);
  outline-offset: 4px;
}

section[id] {
  scroll-margin-top: 92px;
}

h1,
h2,
h3,
p,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  color: var(--ink);
  line-height: 1.22;
  text-wrap: balance;
}

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 9px 14px;
  color: white;
  background: var(--green-950);
  border-radius: 999px;
  text-decoration: none;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248, 243, 231, 0.88);
  border-bottom: 1px solid rgba(84, 69, 46, 0.09);
  backdrop-filter: blur(18px) saturate(1.15);
}

.nav-row {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--green-800);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
}

.brand small {
  display: block;
  margin-top: 5px;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: block;
  flex: 0 0 38px;
  overflow: hidden;
  color: transparent;
  background: url("icon.png") center / contain no-repeat;
  border-radius: 22.5%;
  box-shadow: 0 8px 20px rgba(54, 89, 60, 0.15);
  font-size: 0;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.desktop-nav a {
  position: relative;
  color: var(--ink-soft);
  font-size: 16px;
  font-weight: 650;
  text-decoration: none;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--green-700);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 9px 18px;
  color: var(--green-800);
  background: rgba(255, 253, 246, 0.9);
  border: 1px solid rgba(54, 89, 60, 0.25);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  overflow: hidden;
  padding: clamp(58px, 7vw, 106px) 0 0;
}

.hero::after {
  position: absolute;
  top: 110px;
  left: 4vw;
  width: 110px;
  height: 110px;
  z-index: -1;
  content: "";
  border: 1px solid rgba(195, 154, 74, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 30px rgba(195, 154, 74, 0.035),
    0 0 0 66px rgba(195, 154, 74, 0.025);
}

.hero-glow {
  position: absolute;
  z-index: -2;
  border-radius: 999px;
  filter: blur(10px);
}

.hero-glow-one {
  top: -120px;
  right: -60px;
  width: 590px;
  height: 590px;
  background: radial-gradient(
    circle,
    rgba(244, 218, 154, 0.58),
    transparent 68%
  );
}

.hero-glow-two {
  bottom: 60px;
  left: -240px;
  width: 540px;
  height: 540px;
  background: radial-gradient(
    circle,
    rgba(151, 187, 143, 0.26),
    transparent 68%
  );
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(420px, 0.87fr);
  align-items: center;
  gap: clamp(36px, 5vw, 66px);
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding-bottom: 60px;
}

.kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--green-700);
  font-size: 16px;
  font-weight: 750;
  letter-spacing: 0.16em;
}

.kicker {
  padding: 7px 14px 7px 9px;
  background: rgba(255, 253, 246, 0.78);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
}

.kicker-dot {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: radial-gradient(
    circle at center,
    var(--gold-500) 0 25%,
    var(--gold-100) 27%
  );
  border-radius: 50%;
}

.eyebrow::before {
  width: 26px;
  height: 1px;
  content: "";
  background: var(--gold-500);
}

.hero h1 {
  margin-bottom: 24px;
  font-size: clamp(48px, 4.35vw, 64px);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

.hero h1 em {
  position: relative;
  color: var(--green-700);
  font-style: normal;
}

.hero h1 em::after {
  position: absolute;
  right: -4px;
  bottom: 5px;
  left: -4px;
  height: 13px;
  z-index: -1;
  content: "";
  background: rgba(159, 187, 142, 0.32);
  border-radius: 100%;
  transform: rotate(-1.5deg);
}

.hero-lead {
  max-width: 590px;
  margin-bottom: 32px;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.85;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 56px;
  padding: 13px 22px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 750;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.button-primary {
  color: white;
  background: var(--green-700);
  box-shadow: 0 14px 28px rgba(54, 89, 60, 0.2);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--green-800);
  box-shadow: 0 18px 36px rgba(54, 89, 60, 0.24);
  transform: translateY(-2px);
}

.button-primary span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--ink-soft);
  font-size: 16px;
  font-weight: 700;
  text-underline-offset: 5px;
  text-decoration-color: var(--gold-500);
}

.trust-list {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin: 22px 0 0;
  padding: 0;
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 650;
  list-style: none;
}

.hero-availability {
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.trust-list li::before {
  width: 7px;
  height: 7px;
  content: "";
  background: var(--gold-500);
  border: 3px solid var(--gold-100);
  border-radius: 50%;
}

.hero-visual {
  position: relative;
  min-height: 690px;
  display: grid;
  place-items: center;
}

.sun-disc {
  position: absolute;
  top: 34px;
  right: -44px;
  width: 420px;
  height: 420px;
  z-index: -1;
  background: radial-gradient(
    circle at 38% 36%,
    #fff6d9 0 3%,
    #f1d793 36%,
    #e9c878 61%,
    transparent 62%
  );
  border-radius: 50%;
  filter: blur(0.2px);
  opacity: 0.6;
}

.phone-frame {
  width: 315px;
  height: 642px;
  overflow: hidden;
  background: #fff;
  border: 8px solid rgba(255, 255, 255, 0.86);
  border-radius: 48px;
  box-shadow: var(--shadow-lg);
  transform: rotate(3deg);
}

.phone-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floating-note {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 16px;
  color: var(--ink);
  background: rgba(255, 253, 246, 0.94);
  border: 1px solid rgba(84, 69, 46, 0.12);
  border-radius: 17px;
  box-shadow: 0 18px 40px rgba(67, 53, 31, 0.15);
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  backdrop-filter: blur(12px);
}

.floating-note small {
  display: block;
  margin-bottom: 4px;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.09em;
}

.note-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--green-700);
  border-radius: 50%;
  font-family: var(--sans);
}

.floating-note img {
  width: 39px;
  height: 39px;
  object-fit: contain;
  background: var(--green-100);
  border-radius: 50%;
}

.note-top {
  top: 176px;
  left: -23px;
  transform: none;
}

.note-bottom {
  right: -35px;
  bottom: 290px;
  transform: none;
}

.proof-bar {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 15px;
  color: white;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.06), transparent 28%),
    var(--green-950);
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -10px 45px rgba(46, 68, 47, 0.16);
}

.proof-bar div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 26px 34px;
}

.proof-bar div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.proof-bar strong {
  color: var(--gold-200);
  font-family: var(--serif);
  font-size: 35px;
  line-height: 1;
}

.proof-bar span {
  max-width: 190px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.section {
  position: relative;
  padding: clamp(88px, 10vw, 148px) 0;
}

.section-heading {
  margin-bottom: clamp(42px, 6vw, 72px);
}

.section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(36px, 4.2vw, 56px);
  letter-spacing: -0.025em;
}

.section-heading > p:not(.eyebrow),
.section-intro {
  color: var(--ink-soft);
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.9;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  align-items: end;
  gap: 70px;
}

.split-heading > p,
.split-heading > div:last-child > p {
  margin-bottom: 0;
}

.intent-copy span {
  display: block;
}

@media (min-width: 861px) {
  .intent-copy span {
    white-space: nowrap;
  }
}

.centered {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.centered .eyebrow {
  justify-content: center;
}

.centered > p:not(.eyebrow) {
  max-width: 650px;
  margin: 22px auto 0;
}

.pain-section {
  background: var(--paper-soft);
  border-bottom: 1px solid var(--line);
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pain-card {
  position: relative;
  min-height: 270px;
  padding: 35px 29px 34px;
  overflow: hidden;
}

.pain-card + .pain-card {
  border-left: 1px solid var(--line);
}

.pain-card > span {
  display: block;
  margin-bottom: 52px;
  color: var(--gold-700);
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.pain-card h3 {
  margin-bottom: 13px;
  font-size: 21px;
  white-space: pre-line;
}

.pain-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 16px;
}

.pain-card::after {
  position: absolute;
  top: -27px;
  right: -24px;
  width: 82px;
  height: 82px;
  content: "";
  border: 1px solid rgba(195, 154, 74, 0.18);
  border-radius: 50%;
}

.answer-section {
  background:
    radial-gradient(
      circle at 16% 48%,
      rgba(232, 239, 225, 0.85),
      transparent 29%
    ),
    var(--paper);
}

.answer-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.93fr) minmax(0, 1.07fr);
  align-items: center;
  gap: clamp(66px, 9vw, 120px);
}

.answer-art {
  position: relative;
  min-height: 720px;
}

.answer-art::before {
  position: absolute;
  top: 78px;
  left: 20px;
  width: 430px;
  height: 560px;
  content: "";
  background: var(--green-200);
  border-radius: 48% 48% 46% 46% / 42% 40% 60% 58%;
  opacity: 0.65;
  transform: rotate(-6deg);
}

.answer-phone {
  position: absolute;
  overflow: hidden;
  background: white;
  border: 6px solid white;
  border-radius: 38px;
  box-shadow: var(--shadow-lg);
}

.answer-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.answer-phone-back {
  top: 36px;
  left: -25px;
  width: 230px;
  height: 500px;
  opacity: 0.85;
  transform: rotate(-9deg);
}

.answer-phone-front {
  right: -35px;
  bottom: 10px;
  width: 260px;
  height: 570px;
  transform: rotate(4.5deg);
}

.gold-seal {
  position: absolute;
  bottom: 40px;
  left: 4px;
  width: 136px;
  height: 136px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--gold-700);
  background: rgba(255, 253, 246, 0.95);
  border: 1px solid var(--gold-200);
  border-radius: 50%;
  box-shadow: var(--shadow-sm);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transform: rotate(-6deg);
}

.gold-seal span {
  font-family: var(--serif);
  font-size: 41px;
  line-height: 1.05;
}

.answer-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(36px, 4vw, 54px);
}

.answer-copy > .section-intro {
  max-width: 600px;
  margin-bottom: 36px;
}

.benefit-list {
  border-top: 1px solid var(--line);
}

.benefit-list > div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.benefit-list b {
  color: var(--gold-700);
  font-family: var(--serif);
  font-size: 15px;
}

.benefit-list span {
  color: var(--ink-soft);
  font-size: 16px;
}

.benefit-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
}

.ritual-section {
  background: var(--green-950);
  overflow: hidden;
}

.ritual-section::before {
  position: absolute;
  top: -350px;
  left: calc(50% - 500px);
  width: 1000px;
  height: 1000px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
  box-shadow:
    0 0 0 120px rgba(255, 255, 255, 0.016),
    0 0 0 250px rgba(255, 255, 255, 0.012);
}

.ritual-section .section-heading {
  position: relative;
  z-index: 1;
}

.ritual-section h2 {
  color: white;
}

.ritual-section .eyebrow {
  color: var(--gold-200);
}

.ritual-section .section-heading > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.steps-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  gap: 16px;
}

.step-card {
  min-height: 430px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 18px 20px 25px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.step-card:hover {
  background: rgba(255, 255, 255, 0.085);
  transform: translateY(-5px);
}

.step-number {
  display: block;
  margin: 3px 0 16px 3px;
  color: var(--gold-200);
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: 0.12em;
}

.step-image {
  width: 100%;
  height: 190px;
  flex: 0 0 190px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  background: rgba(245, 239, 220, 0.92);
  border-radius: 18px;
}

.step-image img {
  width: 78%;
  max-height: 180px;
  object-fit: contain;
  filter: drop-shadow(0 13px 13px rgba(17, 34, 22, 0.14));
}

.step-card h3 {
  min-height: 50px;
  margin-bottom: 12px;
  color: white;
  font-size: 20px;
}

.step-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.dedication-section {
  overflow: hidden;
  background:
    radial-gradient(
      circle at 100% 20%,
      rgba(240, 217, 161, 0.32),
      transparent 28%
    ),
    var(--paper);
}

.dedication-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.82fr);
  align-items: center;
  gap: clamp(55px, 7vw, 95px);
}

.dedication-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(38px, 3.1vw, 44px);
}

.dedication-line {
  white-space: nowrap;
}

.dedication-copy .section-intro {
  margin-bottom: 32px;
}

.dedication-copy blockquote {
  margin-bottom: 0;
  padding-left: 22px;
  color: var(--green-700);
  border-left: 2px solid var(--gold-500);
  font-family: var(--serif);
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.65;
}

.merit-book {
  position: relative;
  padding: 34px;
  background: rgba(255, 253, 246, 0.96);
  border: 1px solid rgba(124, 103, 69, 0.16);
  border-radius: 32px 11px 11px 32px;
  box-shadow:
    -14px 16px 0 var(--green-200),
    -28px 30px 70px rgba(67, 53, 31, 0.18);
}

.merit-book::before {
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 12px;
  width: 2px;
  content: "";
  border-left: 1px dashed rgba(154, 112, 43, 0.35);
}

.book-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 3px 24px 10px;
  border-bottom: 1px solid var(--line);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 800;
}

.book-top small {
  display: block;
  margin-bottom: 4px;
  color: var(--gold-700);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.16em;
}

.book-top > b {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--green-800);
  background: var(--green-100);
  border-radius: 50%;
  font-family: var(--sans);
  font-size: 14px;
}

.merit-person {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 20px 3px 20px 10px;
  border-bottom: 1px solid var(--line);
}

.merit-person img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  background: var(--green-100);
  border-radius: 50%;
}

.merit-person strong {
  display: block;
  margin-bottom: 2px;
  font-family: var(--serif);
  font-size: 17px;
}

.merit-person span {
  color: var(--ink-soft);
  font-size: 14px;
}

.merit-person > b {
  min-width: 58px;
  padding: 5px 10px;
  color: var(--gold-700);
  background: var(--gold-100);
  border-radius: 999px;
  font-size: 14px;
  text-align: center;
}

.book-footer {
  padding: 22px 10px 0;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 16px;
  text-align: center;
}

.book-footer span {
  margin-right: 8px;
  color: var(--gold-500);
}

.growth-section {
  background: var(--paper-soft);
  border-top: 1px solid var(--line);
  overflow: hidden;
}

.growth-path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 80px;
}

.growth-line {
  position: absolute;
  top: 40px;
  right: 11%;
  left: 11%;
  height: 2px;
  z-index: 0;
  background: linear-gradient(90deg, var(--gold-200), var(--green-500));
}

.growth-stage {
  position: relative;
  z-index: 1;
  text-align: center;
}

.growth-count {
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  color: var(--gold-700);
  background: var(--paper-soft);
  border: 1px solid var(--gold-200);
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(151, 107, 40, 0.12);
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 800;
}

.growth-stage img {
  width: 178px;
  height: 178px;
  object-fit: contain;
  margin: 0 auto 9px;
  filter: drop-shadow(0 15px 17px rgba(84, 60, 30, 0.15));
}

.growth-stage h3 {
  margin-bottom: 5px;
  font-size: 23px;
}

.growth-stage p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 15px;
}

.garden-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.58fr);
  align-items: center;
  gap: 70px;
  margin-top: 105px;
  padding: 48px 70px;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(238, 211, 143, 0.24),
      transparent 30%
    ),
    var(--green-950);
  border-radius: 38px;
}

.garden-label {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--gold-200);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.16em;
}

.garden-copy {
  padding-bottom: 48px;
}

.garden-copy h3 {
  margin-bottom: 20px;
  color: white;
  font-size: clamp(31px, 3.4vw, 45px);
}

.garden-copy p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
}

.garden-phone {
  align-self: center;
  width: min(315px, 100%);
  aspect-ratio: 315 / 642;
  overflow: hidden;
  background: white;
  border-radius: 48px;
  box-shadow: var(--shadow-lg);
  border: 8px solid rgba(255, 255, 255, 0.86);
}
.garden-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scripture-section {
  background:
    radial-gradient(
      circle at 12% 12%,
      rgba(202, 220, 197, 0.38),
      transparent 20%
    ),
    var(--paper);
}

.scripture-heading {
  align-items: start;
}

.gentle-note {
  display: block;
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

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

.scripture-card {
  position: relative;
  min-height: 270px;
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: stretch;
  overflow: hidden;
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow-sm);
  transition:
    transform 200ms ease,
    box-shadow 200ms ease;
}

.scripture-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  width: calc(50% - 9px);
  justify-self: center;
}

.scripture-card:hover {
  box-shadow: 0 20px 50px rgba(67, 53, 31, 0.13);
  transform: translateY(-4px);
}

.scripture-cover {
  display: grid;
  place-items: center;
  background: var(--green-100);
}

.scripture-cover img {
  width: 118px;
  height: 180px;
  object-fit: contain;
  filter: drop-shadow(10px 14px 13px rgba(67, 53, 31, 0.22));
  transition: transform 200ms ease;
}

.scripture-card:hover .scripture-cover img {
  transform: translateY(-5px) rotate(-1deg);
}

.scripture-copy {
  display: flex;
  flex-direction: column;
  padding: 29px 30px 25px;
}

.scripture-copy > span {
  margin-bottom: 10px;
  color: var(--gold-700);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.scripture-copy h3 {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.55;
}

.scripture-copy > div {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.scripture-copy b {
  padding: 5px 11px;
  color: white;
  background: var(--green-700);
  border-radius: 999px;
  font-family: var(--serif);
  font-size: 14px;
}

.scripture-copy small {
  color: var(--ink-soft);
  font-size: 14px;
}

.scripture-gold .scripture-cover {
  background: var(--gold-100);
}

.scripture-gold .scripture-copy b {
  background: var(--gold-700);
}

.scripture-mist .scripture-cover {
  background: #e7ede9;
}

.scripture-jade .scripture-cover {
  background: #dbe9dd;
}

.scripture-rose .scripture-cover {
  background: var(--rose-100);
}

.scripture-earth .scripture-cover {
  background: #eee3d6;
}

.stories-section {
  background: var(--paper-soft);
  border-top: 1px solid var(--line);
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 18px;
}

.story-card {
  min-height: 470px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 27px;
  box-shadow: var(--shadow-sm);
}

.story-card:nth-child(2) {
  background: var(--green-100);
}

.story-card:nth-child(3) {
  background: #f2e7dc;
}

.story-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
}

.story-top > span {
  color: var(--gold-700);
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.story-top img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

.story-label {
  margin-bottom: 15px;
  color: var(--green-700);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.05em;
}

.story-card blockquote {
  margin-bottom: 29px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.8;
}

.story-result {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: auto;
  padding-top: 20px;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  font-size: 14px;
  font-weight: 700;
}

.story-result span {
  color: var(--gold-500);
}

.benefits-ribbon {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 56px;
  color: var(--green-800);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.benefits-ribbon span {
  position: relative;
  padding: 17px 25px;
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.benefits-ribbon span + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  background: var(--gold-500);
  border-radius: 50%;
  transform: translateY(-50%);
}

.closing-section {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(
      circle at 82% 30%,
      rgba(222, 185, 98, 0.24),
      transparent 28%
    ),
    radial-gradient(
      circle at 12% 110%,
      rgba(125, 162, 118, 0.34),
      transparent 32%
    ),
    var(--green-950);
}

.closing-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.86fr);
  align-items: center;
  gap: 60px;
}

.closing-copy {
  position: relative;
  z-index: 2;
  padding: 95px 0;
}

.eyebrow.light {
  color: var(--gold-200);
}

.closing-copy h2 {
  margin-bottom: 24px;
  color: white;
  font-size: clamp(40px, 4.7vw, 61px);
}

.closing-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 17px;
}

.store-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-right: 16px;
  padding: 10px 19px;
  color: var(--green-950);
  background: var(--paper-soft);
  border: 0;
  border-radius: 15px;
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
  opacity: 1;
}

.store-button small {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.12em;
}

.apple-mark {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--green-950);
  border: 2px solid var(--green-950);
  border-radius: 48% 52% 52% 48%;
  font-size: 8px;
}

.device-note {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.closing-art {
  position: relative;
  min-height: 650px;
  align-self: stretch;
}

.closing-halo {
  position: absolute;
  top: 70px;
  right: 0;
  width: 470px;
  height: 470px;
  background: radial-gradient(
    circle,
    rgba(248, 219, 151, 0.36),
    transparent 65%
  );
  border-radius: 50%;
}

.closing-tree {
  position: absolute;
  right: -35px;
  bottom: -15px;
  width: 510px;
  filter: drop-shadow(0 35px 40px rgba(0, 0, 0, 0.22));
}

.closing-monk {
  position: absolute;
  right: 225px;
  bottom: -6px;
  width: 180px;
  z-index: 2;
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.18));
}

.site-footer {
  padding: 48px 0;
  color: rgba(255, 255, 255, 0.62);
  background: #14261b;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 60px;
}

.footer-brand {
  color: white;
}

.footer-brand small {
  color: rgba(255, 255, 255, 0.48);
}

.site-footer nav {
  display: flex;
  gap: 24px;
}

.site-footer nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  text-decoration: none;
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible {
  color: white;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.site-footer p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
  text-align: right;
}

/* Legal and support pages */
.document-shell {
  width: min(820px, calc(100% - 48px));
  margin-inline: auto;
  padding: 75px 0 110px;
}

.document-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
  color: var(--green-700);
  font-size: 16px;
  font-weight: 700;
  text-underline-offset: 5px;
}

.document-shell h1 {
  margin-bottom: 10px;
  font-size: clamp(40px, 6vw, 58px);
}

.document-updated {
  margin-bottom: 42px;
  color: var(--ink-soft);
  font-size: 14px;
}

.document-highlight {
  margin: 30px 0 46px;
  padding: 23px 25px;
  color: var(--green-950);
  background: var(--green-100);
  border: 1px solid rgba(54, 89, 60, 0.14);
  border-radius: 20px;
}

.document-highlight p {
  margin-bottom: 0;
}

.document-shell h2 {
  margin: 42px 0 13px;
  color: var(--green-800);
  font-size: 24px;
}

.document-shell p,
.document-shell li {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.9;
}

.document-shell a {
  color: var(--green-800);
  text-underline-offset: 4px;
}

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

.document-shell li {
  margin-bottom: 8px;
}

.document-footer {
  margin-top: 60px;
  padding-top: 24px;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  font-size: 14px;
}

@media (max-width: 1050px) {
  .hero-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.8fr);
    gap: 35px;
  }

  .hero-visual {
    min-height: 620px;
    transform: scale(0.92);
    transform-origin: center;
  }

  .proof-bar div {
    padding: 23px;
  }

  .pain-card {
    padding-inline: 21px;
  }

  .answer-grid {
    grid-template-columns: 420px 1fr;
    gap: 65px;
  }

  .answer-art {
    transform: scale(0.9);
    transform-origin: left center;
  }

  .step-card {
    padding-inline: 15px;
  }

  .dedication-grid {
    gap: 60px;
  }

  .scripture-card {
    grid-template-columns: 135px 1fr;
  }

  .scripture-copy {
    padding-inline: 23px;
  }
}

@media (max-width: 860px) {
  .shell {
    width: min(100% - 36px, 700px);
  }

  .desktop-nav {
    display: none;
  }

  .nav-cta {
    margin-left: auto;
  }

  .hero {
    padding-top: 62px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-copy {
    padding-bottom: 10px;
  }

  .hero h1 {
    font-size: clamp(46px, 9vw, 64px);
  }

  .hero-lead {
    margin-inline: auto;
  }

  .hero-actions,
  .trust-list {
    justify-content: center;
  }

  .hero-visual {
    min-height: 650px;
    margin-top: -20px;
    transform: none;
  }

  .phone-frame {
    width: 295px;
    height: 600px;
  }

  .sun-disc {
    right: 50%;
    transform: translateX(65%);
  }

  .note-top {
    top: 160px;
    left: 2%;
  }

  .note-bottom {
    right: 1%;
    bottom: 245px;
  }

  .proof-bar {
    grid-template-columns: 1fr;
    max-width: 700px;
    border-radius: 26px 26px 0 0;
  }

  .proof-bar div {
    justify-content: center;
    padding: 20px 25px;
  }

  .proof-bar div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 0;
  }

  .proof-bar span {
    max-width: 220px;
  }

  .split-heading,
  .answer-grid,
  .dedication-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .split-heading > p,
  .split-heading > div:last-child {
    max-width: 620px;
  }

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

  .pain-card:nth-child(3) {
    border-left: 0;
  }

  .pain-card:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .answer-art {
    width: min(100%, 540px);
    margin-inline: auto;
    transform: none;
  }

  .answer-phone-front {
    right: 35px;
  }

  .answer-copy {
    max-width: 660px;
    margin-inline: auto;
  }

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

  .dedication-copy {
    max-width: 660px;
  }

  .merit-book {
    width: min(100% - 24px, 600px);
    margin: 25px 0 0 24px;
  }

  .growth-path {
    grid-template-columns: repeat(2, 1fr);
    gap: 55px 20px;
  }

  .growth-line {
    display: none;
  }

  .garden-panel {
    grid-template-columns: 1fr;
    padding: 48px;
  }

  .garden-phone {
    justify-self: center;
  }

  .scripture-grid {
    grid-template-columns: 1fr;
  }

  .scripture-card:last-child:nth-child(odd) {
    grid-column: auto;
    width: auto;
  }

  .stories-grid {
    grid-template-columns: 1fr;
  }

  .story-card {
    min-height: 0;
  }

  .story-card:nth-child(2) {
    transform: none;
  }

  .benefits-ribbon {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .benefits-ribbon span:nth-child(3)::before {
    display: none;
  }

  .benefits-ribbon span:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .closing-grid {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .closing-copy {
    padding: 85px 0 10px;
    text-align: center;
  }

  .closing-copy .eyebrow {
    justify-content: center;
  }

  .closing-copy > p:not(.eyebrow) {
    margin-right: auto;
    margin-left: auto;
  }

  .closing-art {
    min-height: 510px;
  }

  .closing-tree {
    right: 50%;
    width: 440px;
    transform: translateX(62%);
  }

  .closing-monk {
    right: 50%;
    bottom: -4px;
    width: 165px;
    transform: translateX(40px);
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .footer-brand {
    justify-content: center;
  }

  .site-footer nav {
    justify-content: center;
  }

  .site-footer p {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(100% - 28px, 520px);
  }

  .nav-row {
    height: 68px;
  }

  .brand {
    gap: 8px;
    font-size: 16px;
  }

  .brand small {
    display: none;
  }

  .brand-mark {
    width: 33px;
    height: 33px;
    flex-basis: 33px;
  }

  .nav-cta {
    padding: 8px 12px;
    font-size: 14px;
  }

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

  .hero h1 {
    font-size: clamp(32px, 9.2vw, 42px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 16px;
  }

  .button {
    width: 100%;
  }

  .trust-list {
    gap: 12px 17px;
  }

  .hero-visual {
    min-height: 560px;
    margin-top: -15px;
    transform: scale(0.88);
    transform-origin: top center;
  }

  .phone-frame {
    width: 274px;
    height: 558px;
  }

  .sun-disc {
    width: 340px;
    height: 340px;
  }

  .floating-note {
    padding: 10px 12px;
    font-size: 15px;
  }

  .note-top {
    top: 145px;
    left: -1%;
  }

  .note-bottom {
    right: -5%;
    bottom: 220px;
  }

  .proof-bar {
    margin-top: -56px;
  }

  .section {
    padding: 80px 0;
  }

  .section-heading h2,
  .answer-copy h2,
  .dedication-copy h2 {
    font-size: 36px;
  }

  .split-heading {
    gap: 25px;
  }

  .pain-grid {
    grid-template-columns: 1fr;
  }

  .pain-card {
    min-height: 0;
  }

  .pain-card + .pain-card {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .pain-card > span {
    margin-bottom: 30px;
  }

  .answer-art {
    min-height: 570px;
    overflow: hidden;
    transform: scale(0.88);
    transform-origin: top center;
  }

  .answer-phone-back {
    left: -5px;
  }

  .answer-phone-front {
    right: -5px;
  }

  .gold-seal {
    right: 12px;
    bottom: 20px;
    left: auto;
  }

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

  .step-card {
    min-height: 0;
  }

  .step-image {
    height: 210px;
    flex-basis: 210px;
    aspect-ratio: auto;
  }

  .step-card h3 {
    min-height: 0;
  }

  .dedication-line {
    white-space: normal;
  }

  .merit-book {
    padding: 24px 20px;
  }

  .book-top {
    font-size: 18px;
  }

  .merit-person {
    grid-template-columns: 44px 1fr auto;
    gap: 10px;
  }

  .merit-person img {
    width: 44px;
    height: 44px;
  }

  .merit-person span {
    display: none;
  }

  .growth-path {
    gap: 40px 10px;
  }

  .growth-count {
    width: 64px;
    height: 64px;
    font-size: 19px;
  }

  .growth-stage img {
    width: 135px;
    height: 135px;
  }

  .growth-stage h3 {
    font-size: 19px;
  }

  .garden-panel {
    gap: 10px;
    margin-top: 70px;
    padding: 36px 25px;
  }

  .garden-copy {
    padding-bottom: 20px;
  }

  .garden-copy h3 {
    font-size: 32px;
  }

  .scripture-card {
    min-height: 0;
    grid-template-columns: 105px 1fr;
    border-radius: 22px;
  }

  .scripture-cover img {
    width: 86px;
    height: 132px;
  }

  .scripture-copy {
    min-height: 225px;
    padding: 23px 17px 20px;
  }

  .scripture-copy h3 {
    font-size: 17px;
  }

  .scripture-copy > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .story-card {
    padding: 25px;
  }

  .story-card blockquote {
    font-size: 17px;
  }

  .benefits-ribbon {
    grid-template-columns: 1fr;
  }

  .benefits-ribbon span + span::before {
    display: none;
  }

  .benefits-ribbon span:nth-child(n + 2) {
    border-top: 1px solid var(--line);
  }

  .closing-copy h2 {
    font-size: 38px;
  }

  .store-button {
    display: flex;
    width: fit-content;
    margin: 0 auto 12px;
  }

  .device-note {
    display: block;
  }

  .closing-art {
    min-height: 390px;
  }

  .closing-tree {
    width: 340px;
  }

  .closing-monk {
    width: 150px;
    transform: translateX(25px);
  }

  .site-footer nav {
    flex-wrap: wrap;
  }

  .document-shell {
    width: min(100% - 32px, 820px);
    padding-top: 50px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy {
    animation: fade-up 700ms ease-out both;
  }

  .phone-frame {
    animation: settle-in 850ms 100ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
  }

  .floating-note {
    animation: float-in 600ms 500ms ease-out both;
  }

  .note-bottom {
    animation-delay: 650ms;
  }

}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes settle-in {
  from {
    opacity: 0;
    transform: translateY(28px) rotate(7deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(3deg);
  }
}

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
