@font-face {
  font-family: Newsreader;
  src: url('assets/fonts/newsreader-light.e0dd9af42245.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Newsreader;
  src: url('assets/fonts/newsreader-light-italic.4118c707f0a5.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url('assets/fonts/inter-regular.1b422442c804.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
:root {
  --paper: #f3f0e7;
  --ink: #303c30;
  --moss: #40533e;
  --muted: #687060;
  --line: #d4d5c6;
  --serif: Newsreader, Georgia, serif;
  --sans: Inter, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 15px/1.75 var(--sans);
  -webkit-font-smoothing: antialiased;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.035em;
}
h2 {
  font-size: clamp(42px, 4.4vw, 66px);
}
h3 {
  font-size: 42px;
}
em {
  font-weight: 300;
  color: #657352;
}
p + p {
  margin-top: 20px;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid #82915f;
  outline-offset: 6px;
}
::selection {
  background: #dbe1c9;
}
.wrap {
  width: min(1160px, calc(100% - 112px));
  margin: auto;
}
.eyebrow {
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.fine {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.6;
}
.button {
  display: inline-flex;
  gap: 34px;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  min-height: 52px;
  border: 1px solid var(--moss);
  border-radius: 6px;
  background: var(--moss);
  color: #fffdf4;
  font-size: 12px;
  transition:
    background 0.25s,
    transform 0.25s;
}
.button:hover {
  background: #2f412e;
  transform: translateY(-2px);
}
.button span {
  font-size: 17px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding: 10px 0;
  background: none;
  border: 0;
  border-bottom: 1px solid #9da58c;
  font-size: 12px;
}
.skip {
  position: fixed;
  top: -70px;
  left: 15px;
  background: var(--paper);
  z-index: 50;
  padding: 12px;
}
.skip:focus {
  top: 10px;
}
.header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 99px;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-family: var(--serif);
  font-size: 28px;
  letter-spacing: -0.04em;
}
.brand img {
  mix-blend-mode: multiply;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 11px;
}
.header nav > a {
  padding: 12px 0;
}
.header .nav-cta {
  border-bottom: 1px solid #89917b;
}
.nav-cta span {
  margin-left: 18px;
}
.hero {
  height: max(800px, 100svh);
  max-height: 1120px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #f7f3e9;
}
.hero-art {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.landscape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  mask-image: linear-gradient(to bottom, transparent, #000 18%);
}
.hero-art:after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 70px;
  background: linear-gradient(transparent, var(--paper));
  z-index: 4;
}
.hero-copy {
  position: relative;
  text-align: center;
  padding-top: 155px;
}
.hero-copy .eyebrow {
  margin-bottom: 25px;
}
.little-star {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 9px;
  color: #7e8968;
}
h1 {
  font-size: clamp(64px, 7.5vw, 112px);
  letter-spacing: -0.045em;
  line-height: 0.97;
}
.hero-description {
  margin: 24px 0 22px;
  font-size: 14px;
  line-height: 1.85;
}
.hero-copy .fine {
  margin-top: 14px;
  font-size: 10px;
}
.hero-bottom {
  position: absolute;
  bottom: 25px;
  left: 5%;
  right: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 6;
}
.scroll-note,
.motion-control {
  font-size: 10px;
  background: #f3f0e7d9;
  border: 1px solid #dbdbcb;
  border-radius: 30px;
  padding: 10px 15px;
  min-height: 40px;
}
.scroll-note span {
  margin-left: 20px;
}
.motion-control span {
  margin-right: 7px;
}
.grass {
  position: absolute;
  width: 24%;
  height: 63%;
  object-fit: contain;
  object-position: bottom;
  bottom: -13%;
  transform-origin: 50% 95%;
  opacity: 0.75;
  animation: sway 10s ease-in-out infinite alternate;
}
.grass-a {
  left: -5%;
  rotate: -12deg;
  animation-delay: -3s;
}
.grass-b {
  right: -4%;
  rotate: 17deg;
  animation-duration: 13s;
  animation-delay: -7s;
  scale: -1 1;
}
.grass-c {
  right: 12%;
  bottom: -25%;
  width: 17%;
  opacity: 0.6;
  animation-duration: 9s;
  animation-delay: -2s;
}
.meadow-thread {
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  opacity: 0.9;
  animation: thread-breeze 12s ease-in-out infinite alternate;
  transform-origin: 50% 50%;
}
@keyframes sway {
  from {
    transform: rotate(-1.8deg);
  }
  to {
    transform: rotate(1.8deg);
  }
}
@keyframes thread-breeze {
  from {
    transform: translateY(-3px) rotate(-0.25deg);
  }
  to {
    transform: translateY(3px) rotate(0.25deg);
  }
}
.motion-paused .ambient,
.page-hidden .ambient,
.offscreen .ambient {
  animation-play-state: paused !important;
}
.section-marker {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 17px;
  font-size: 9px;
  letter-spacing: 0.16em;
}
.section-marker > span:last-child {
  font-size: 20px;
  color: #77816a;
}
.intro {
  padding-top: 62px;
}
.intro-heading {
  text-align: center;
  padding-top: 75px;
}
.intro-heading h2 {
  margin: 19px 0 25px;
}
.intro-heading > p:last-child {
  color: var(--muted);
  font-size: 14px;
}
.human-scene {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 65px;
  margin: 48px -45px 85px;
}
.human-scene > img {
  width: 100%;
  mix-blend-mode: multiply;
  mask-image: radial-gradient(ellipse at center, #000 55%, transparent 75%);
}
.scene-caption {
  padding: 0 35px 0 0;
}
.scene-caption h3 {
  margin: 15px 0 22px;
  font-size: 48px;
}
.scene-caption > p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.95;
}
.scene-caption .text-link {
  margin-top: 20px;
}
.practice-section {
  background: #e9eddf;
  padding: 110px 0;
  position: relative;
}
.practice-section:before {
  content: '';
  height: 25px;
  background: var(--paper);
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 35%,
    86% 50%,
    73% 32%,
    60% 70%,
    43% 44%,
    30% 85%,
    14% 40%,
    0 65%
  );
}
.practice-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 105px;
}
.practice-explanation h2 {
  font-size: 56px;
  margin: 25px 0;
}
.practice-explanation > p:not(.eyebrow):not(.hand-note) {
  max-width: 380px;
  color: #65705f;
  font-size: 14px;
}
.ritual-steps {
  list-style: none;
  margin: 37px 0 0;
  padding: 0;
}
.ritual-steps li {
  display: flex;
  gap: 22px;
  padding: 20px 0;
  border-top: 1px solid #cdd4c0;
}
.ritual-steps li > span {
  font: 19px var(--serif);
  padding-top: 3px;
  color: #7b886f;
}
.ritual-steps strong {
  font-weight: 400;
  font-size: 13px;
}
.ritual-steps p {
  font-size: 11px;
  color: #65705f;
  margin-top: 4px;
}
.hand-note {
  font: italic 26px/1.3 var(--serif);
  color: #6f7d5d;
}
.practice-explanation .hand-note {
  margin-top: 25px;
}
.hand-note span {
  display: inline-block;
  margin-left: 15px;
  rotate: 10deg;
}
.practice-card {
  background: #f9f6ee;
  border: 1px solid #dfdfd0;
  border-radius: 12px 12px 5px 5px;
  padding: 26px 36px 25px;
  text-align: center;
  box-shadow: 0 25px 55px -35px #5262436b;
  transform: rotate(1.2deg);
}
.card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-size: 8px;
  letter-spacing: 0.13em;
  color: #777968;
}
.card-meta span:last-child {
  font-size: 20px;
}
.practice-art {
  width: 72%;
  height: 138px;
  object-fit: contain;
  object-position: center;
  margin: 12px auto;
  mix-blend-mode: multiply;
}
.practice-card > .eyebrow {
  font-size: 8px;
}
.practice-card h3 {
  font-size: 36px;
  margin: 15px 0;
}
.practice-hook {
  font: 21px/1.4 var(--serif);
  color: #686f5c;
}
.teaching {
  margin-top: 24px;
  text-align: left;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 24px;
  min-height: 55px;
  font-size: 12px;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  font-size: 18px;
  font-weight: 400;
  transition: transform 0.2s;
}
details[open] > summary span {
  transform: rotate(45deg);
}
details > p {
  font-size: 12px;
  color: var(--muted);
  padding: 0 0 20px;
  line-height: 1.9;
}
.intention {
  position: relative;
  margin: 28px -7px 20px;
  padding: 18px 10px;
}
.intention .eyebrow {
  font-size: 8px;
  margin-bottom: 12px;
}
.intention > p:last-of-type {
  font: 24px/1.3 var(--serif);
}
.intention svg {
  position: absolute;
  inset: -6px -4%;
  width: 108%;
  height: calc(100% + 12px);
  pointer-events: none;
  fill: none;
  stroke: #788062;
  stroke-width: 1.2;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 1.2s ease;
}
.is-carried .intention svg {
  stroke-dashoffset: 0;
}
.carry-button {
  width: 100%;
  margin-top: 10px;
}
.carry-button:disabled {
  background: #e2e8d8;
  color: var(--moss);
  border-color: #ced6c3;
  transform: none;
}
.carry-status {
  font: italic 18px var(--serif);
  margin-top: 17px;
  min-height: 24px;
  color: #73805e;
}
.source-note {
  font-size: 8px;
  color: #76796a;
  line-height: 1.8;
  margin-top: 25px;
}
.carry-next {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.carry-next > p:nth-child(2) {
  font: 21px/1.35 var(--serif);
  margin: 10px 0;
}
.carry-next button {
  font-size: 10px;
}
.continuity {
  padding-top: 85px;
  padding-bottom: 90px;
}
.continuity-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 75px;
  padding-top: 65px;
  align-items: center;
}
.continuity-top h2 {
  font-size: 55px;
}
.continuity-top > p {
  font-size: 13px;
  color: var(--muted);
}
.thread-record {
  margin-top: 40px;
}
.thread-record svg {
  width: 100%;
  display: block;
  stroke: #84916f;
  stroke-width: 1.6;
}
.thread-record svg g {
  stroke: #657354;
  stroke-width: 2.4;
}
.week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  margin-top: -10px;
  font-size: 9px;
  letter-spacing: 0.12em;
}
.week small {
  display: block;
  font: italic 17px/1.3 var(--serif);
  letter-spacing: 0;
  color: #738064;
  margin-top: 10px;
}
.continuity-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}
.continuity-foot .fine {
  font-size: 9px;
}
.evening {
  position: relative;
  isolation: isolate;
  background: #273629;
  color: #f5f0e3;
  min-height: 800px;
  overflow: hidden;
}
.evening-art {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.evening-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  opacity: 0.86;
}
.evening-art:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #273629 0%, #273629ed 26%, #27362985 51%, transparent 75%);
}
.evening-content {
  padding: 100px 0;
}
.evening-content h2 {
  margin: 30px 0;
  font-size: 60px;
  max-width: 640px;
}
.evening-content em {
  color: #c3cfa8;
}
.evening-content > p:not(.eyebrow) {
  font-size: 13px;
  color: #e1e4d4;
  line-height: 2;
}
.reflection {
  margin-top: 32px;
  max-width: 420px;
  border: 1px solid #9ba88c70;
  border-radius: 8px;
  background: #2a392dc9;
  padding: 22px 25px;
}
.reflection > .eyebrow {
  font-size: 8px;
  color: #cad3ba;
}
.reflection > p {
  font: 27px/1.25 var(--serif);
  margin-top: 15px;
  max-width: 310px;
}
.reflection-line {
  display: block;
  height: 1px;
  background: #84937a7a;
  margin: 25px 0 15px;
  transform: rotate(-0.4deg);
}
.reflection .fine {
  font-size: 9px;
  color: #c2cbb6;
}
.evening-content .evening-note {
  font: italic 21px var(--serif) !important;
  margin-top: 23px;
}
.roots {
  padding-top: 120px;
  padding-bottom: 115px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 90px;
  align-items: center;
}
.roots-art {
  margin-left: -60px;
}
.roots-art img {
  mix-blend-mode: multiply;
  mask-image: radial-gradient(ellipse at center, #000 52%, transparent 74%);
}
.roots-art .hand-note {
  text-align: center;
  margin-top: 20px;
}
.roots-copy h2 {
  font-size: 56px;
  margin: 25px 0;
}
.roots-copy > p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
}
.roots-links {
  margin-top: 30px;
}
.roots-links details {
  border-top: 1px solid var(--line);
}
.roots-links details:last-child {
  border-bottom: 1px solid var(--line);
}
.questions {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 120px;
  padding-top: 65px;
  padding-bottom: 80px;
  border-top: 1px solid var(--line);
}
.questions h2 {
  font-size: 49px;
  margin-top: 23px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  min-height: 66px;
  font-size: 12px;
}
.closing {
  position: relative;
  text-align: center;
  padding: 95px 24px 100px;
  background: linear-gradient(var(--paper), #e5e9d9);
}
.closing > img {
  margin: 0 auto 28px;
  mix-blend-mode: multiply;
}
.closing h2 {
  margin: 25px 0 22px;
  font-size: clamp(44px, 4.6vw, 69px);
}
.closing > p:not(.eyebrow):not(.fine) {
  color: var(--muted);
  font-size: 14px;
}
.closing .button {
  margin-top: 30px;
}
.closing .fine {
  margin-top: 19px;
  font-size: 10px;
}
.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
}
.footer .brand {
  font-size: 25px;
}
.footer > p {
  color: var(--muted);
}
.footer > a:last-child span {
  margin-left: 10px;
}
.reveal {
  transition:
    opacity 0.9s ease,
    translate 1.1s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.reveal.is-waiting {
  opacity: 0;
  translate: 0 22px;
}
.reveal.is-visible {
  opacity: 1;
  translate: 0 0;
}
@media (min-width: 1600px) {
  .hero-copy {
    padding-top: 175px;
  }
  .landscape {
    object-position: center 62%;
  }
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .header {
    height: 85px;
  }
  .hero {
    height: 850px;
  }
  .hero-copy {
    padding-top: 145px;
  }
  .header nav {
    gap: 22px;
  }
  .human-scene {
    gap: 25px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .practice-layout {
    gap: 45px;
  }
  .practice-explanation h2 {
    font-size: 44px;
  }
  .practice-card {
    padding: 25px;
  }
  .continuity-top {
    gap: 35px;
  }
  .continuity-top h2 {
    font-size: 46px;
  }
  .roots {
    gap: 40px;
  }
  .roots-art {
    margin-left: -20px;
  }
  .roots-copy h2 {
    font-size: 46px;
  }
  .questions {
    gap: 60px;
  }
  .evening-content h2 {
    font-size: 53px;
  }
  .footer > p {
    display: none;
  }
}
@media (max-width: 650px) {
  html {
    scroll-padding-top: 25px;
  }
  .wrap {
    width: calc(100% - 44px);
  }
  body {
    font-size: 14px;
  }
  .header {
    height: 79px;
    padding: 0 22px;
  }
  .brand {
    font-size: 25px;
    gap: 3px;
  }
  .brand img {
    width: 30px;
    height: 30px;
  }
  .header nav > a:not(.nav-cta) {
    display: none;
  }
  .header .nav-cta {
    font-size: 10px;
    max-width: 130px;
    line-height: 1.4;
  }
  .nav-cta span {
    margin-left: 5px;
  }
  .hero {
    height: 800px;
    min-height: 95svh;
    max-height: 950px;
  }
  .hero-copy {
    padding: 139px 19px 0;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 0.13em;
    margin-bottom: 25px;
  }
  h1 {
    font-size: clamp(51px, 11.4vw, 72px);
    line-height: 1.01;
  }
  .hero-description {
    font-size: 12px;
    margin: 23px 0;
  }
  .hero-copy .fine {
    font-size: 9px;
  }
  .button {
    font-size: 11px;
    min-height: 50px;
    padding: 13px 21px;
  }
  .landscape {
    object-fit: cover;
    object-position: center bottom;
    width: 160%;
    max-width: none;
    left: -30%;
    height: 78%;
  }
  .grass {
    width: 48%;
    height: 45%;
    bottom: -8%;
    opacity: 0.64;
  }
  .grass-a {
    left: -19%;
  }
  .grass-b {
    right: -17%;
  }
  .grass-c {
    display: none;
  }
  .meadow-thread {
    width: 170%;
    max-width: none;
    left: -35%;
    bottom: 4%;
    height: 27%;
  }
  .hero-bottom {
    bottom: 20px;
    left: 22px;
    right: 22px;
  }
  .scroll-note,
  .motion-control {
    font-size: 8px;
    padding: 10px 12px;
  }
  .scroll-note span {
    margin-left: 10px;
  }
  .intro {
    padding-top: 35px;
  }
  .intro-heading {
    padding-top: 53px;
  }
  .intro-heading .eyebrow {
    font-size: 8px;
  }
  .intro-heading h2 {
    font-size: 44px;
  }
  .intro-heading > p:last-child {
    font-size: 12px;
  }
  .desktop-break {
    display: none;
  }
  .human-scene {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 30px -15px 65px;
  }
  .scene-caption {
    padding: 0 20px;
    width: 100%;
  }
  .scene-caption h3 {
    font-size: 42px;
  }
  .scene-caption .eyebrow {
    font-size: 8px;
  }
  .scene-caption > p {
    font-size: 12px;
  }
  .scene-caption .text-link {
    margin-top: 13px;
  }
  .practice-section {
    padding: 70px 0;
  }
  .practice-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .practice-explanation h2 {
    font-size: 43px;
  }
  .practice-explanation > p:not(.eyebrow):not(.hand-note) {
    font-size: 12px;
  }
  .ritual-steps {
    margin-top: 25px;
  }
  .ritual-steps li {
    padding: 15px 0;
  }
  .practice-explanation .hand-note {
    font-size: 23px;
  }
  .practice-card {
    padding: 23px;
    transform: rotate(0.6deg);
  }
  .practice-card h3 {
    font-size: 34px;
  }
  .intention > p:last-of-type {
    font-size: 24px;
  }
  .practice-art {
    height: 135px;
  }
  .continuity {
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .continuity-top {
    display: block;
    padding-top: 45px;
  }
  .continuity-top h2 {
    font-size: 42px;
  }
  .continuity-top > p {
    font-size: 12px;
    margin-top: 25px;
  }
  .thread-record {
    margin-top: 30px;
  }
  .thread-record svg {
    height: 75px;
    overflow: visible;
  }
  .week {
    font-size: 7px;
    margin-top: -4px;
  }
  .week small {
    font-size: 13px;
    margin-top: 9px;
  }
  .continuity-foot {
    display: block;
    margin-top: 32px;
  }
  .continuity-foot .hand-note {
    font-size: 23px;
  }
  .continuity-foot .fine {
    margin-top: 13px;
    font-size: 8px;
  }
  .evening {
    min-height: 1000px;
  }
  .evening-content {
    padding: 65px 0 400px;
  }
  .evening-content h2 {
    font-size: 44px;
    margin: 25px 0;
  }
  .evening-content > p:not(.eyebrow) {
    font-size: 12px;
  }
  .evening-art img {
    height: 58%;
    position: absolute;
    bottom: 0;
    object-position: 68% center;
  }
  .evening-art:after {
    background: linear-gradient(#273629 0%, #273629 37%, #273629bd 55%, transparent 75%);
  }
  .reflection {
    max-width: 100%;
    padding: 20px;
    margin-top: 27px;
  }
  .reflection > p {
    font-size: 26px;
  }
  .roots {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    padding-top: 70px;
    padding-bottom: 55px;
  }
  .roots-copy h2 {
    font-size: 44px;
  }
  .roots-copy > p:not(.eyebrow) {
    font-size: 12px;
  }
  .roots-art {
    margin: 0 -15px;
  }
  .roots-art .hand-note {
    margin-top: 0;
    font-size: 23px;
  }
  .questions {
    display: block;
    padding-top: 45px;
    padding-bottom: 35px;
  }
  .questions h2 {
    font-size: 43px;
  }
  .faq-list {
    margin-top: 28px;
  }
  .faq-list summary {
    font-size: 13px;
    min-height: 64px;
  }
  .closing {
    padding: 65px 20px;
  }
  .closing h2 {
    font-size: 43px;
  }
  .closing h2 br {
    display: none;
  }
  .closing .fine {
    font-size: 8px;
  }
  .footer {
    gap: 15px;
  }
  .footer .brand {
    font-size: 22px;
  }
  .footer > a:last-child {
    font-size: 8px;
  }
  .section-marker {
    font-size: 8px;
  }
  .eyebrow {
    font-size: 9px;
  }
  details > p {
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  .header .brand {
    font-size: 21px;
    white-space: nowrap;
  }
  .header .brand img {
    width: 25px;
    height: 25px;
  }
  .header .nav-cta {
    font-size: 9px;
  }
  h1 {
    font-size: 43px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .reveal.is-waiting {
    opacity: 1;
    translate: none;
  }
  .button:hover {
    transform: none;
  }
  .motion-control {
    display: none;
  }
}
@media print {
  .hero {
    height: 650px;
  }
  .ambient,
  .motion-control,
  .header nav,
  .scroll-note {
    display: none;
  }
  .reveal {
    opacity: 1 !important;
    translate: none !important;
  }
  .practice-layout,
  .roots,
  .questions {
    display: block;
  }
  .practice-card {
    max-width: 500px;
    margin: 30px auto;
  }
  .evening {
    print-color-adjust: exact;
  }
  .footer {
    display: none;
  }
}

/* The revised meadow has foreground plants on both sides of the thread. */
.button,
.header .nav-cta {
  border-radius: 999px;
}
.header .nav-cta {
  background: var(--moss);
  color: var(--paper);
  padding: 11px 23px;
  border: 0;
}
.hero-copy {
  z-index: 8;
}
.grass {
  height: 58%;
  width: 29%;
  bottom: -8%;
  opacity: 0.9;
  animation-name: visible-breeze;
  animation-duration: 5.8s;
  z-index: 2;
}
.grass-a {
  left: -10%;
  rotate: -10deg;
}
.grass-b {
  right: -9%;
  rotate: 13deg;
  animation-duration: 7s;
}
.grass-c {
  right: 22%;
  bottom: -23%;
  width: 22%;
  display: block;
  animation-duration: 6.4s;
}
.meadow-thread {
  z-index: 3;
  bottom: 0;
  width: 110%;
  left: -5%;
  height: 33%;
  animation-duration: 6.5s;
}
.grass-front-left {
  left: 7%;
  width: 24%;
  height: 43%;
  bottom: -13%;
  z-index: 4;
  rotate: -8deg;
  animation-delay: -1.5s;
}
.grass-front-right {
  right: 8%;
  width: 23%;
  height: 45%;
  bottom: -12%;
  z-index: 4;
  rotate: 8deg;
  scale: -1 1;
  animation-delay: -3.2s;
  animation-duration: 7.3s;
}
.grass-front-middle {
  left: 43%;
  width: 17%;
  height: 31%;
  bottom: -15%;
  z-index: 4;
  animation-delay: -4s;
}
@keyframes visible-breeze {
  from {
    transform: translateX(-7px) rotate(-4deg);
  }
  to {
    transform: translateX(7px) rotate(4deg);
  }
}
.waitlist-form {
  max-width: 510px;
  margin: 32px auto 0;
  text-align: left;
}
.waitlist-form label {
  display: block;
  font-size: 11px;
  margin: 0 15px 9px;
}
.waitlist-fields {
  display: flex;
  gap: 8px;
  padding: 7px;
  border: 1px solid #b9c3a7;
  border-radius: 999px;
  background: #faf9f2;
}
.waitlist-fields input {
  min-width: 0;
  flex: 1;
  border: 0;
  background: transparent;
  padding: 8px 15px;
  font: 13px var(--sans);
  color: var(--ink);
  border-radius: 999px;
}
.waitlist-fields input:focus-visible {
  outline: 2px solid #899b76;
  outline-offset: 0;
}
.closing .waitlist-fields .button {
  margin: 0;
  white-space: nowrap;
}
.waitlist-form .fine {
  text-align: center;
  min-height: 32px;
}
.phone-stage {
  position: relative;
  min-height: 1100px;
  padding: 30px 0 150px;
}
.phone-sticky {
  position: sticky;
  top: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.phone-shell {
  width: min(340px, 85vw);
  padding: 9px;
  border: 1px solid #c9c6bb;
  border-radius: 53px;
  background: linear-gradient(115deg, #efede4, #b1afa5 25%, #f9f7ec 50%, #b3b1a9 80%, #f0eee4);
  box-shadow:
    0 32px 65px -25px #48543f60,
    inset 0 0 0 3px #f8f6eb;
  position: relative;
  transform: perspective(1400px) rotateY(-5deg) rotateX(2deg);
  transition: transform 0.8s;
}
.phone-shell:before,
.phone-shell:after {
  content: '';
  position: absolute;
  width: 3px;
  background: #c0bdb2;
  border-radius: 2px;
  left: -3px;
  height: 45px;
  top: 145px;
}
.phone-shell:after {
  top: 200px;
  height: 65px;
}
.phone-screen {
  position: relative;
  overflow: hidden;
  border-radius: 44px;
  background: #e4e0d4;
  aspect-ratio: 1320/2868;
}
.phone-screen > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.phone-deeper {
  position: absolute;
  inset: 0;
  transform: translateY(103%);
  will-change: transform;
}
.phone-deeper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.phone-caption {
  font-size: 10px;
  max-width: 290px;
  text-align: center;
  color: var(--muted);
  margin: 25px auto 0;
}
.phone-control {
  margin-top: 12px;
  border: 0;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 11px;
  padding: 10px;
}
.practice-layout {
  align-items: start;
}
.practice-explanation {
  position: sticky;
  top: 120px;
  padding-top: 70px;
}
.practice-card {
  margin: 40px auto 0;
  max-width: 480px;
  transform: none;
}
.live-sample {
  padding-bottom: 80px;
  background: #e9eddf;
}
.live-sample > summary {
  justify-content: center;
  gap: 20px;
  font-family: var(--serif);
  font-size: 25px;
}
.live-sample > .sample-inner {
  padding: 0 24px;
}
@media (max-width: 650px) {
  .grass {
    height: 43%;
    width: 53%;
    bottom: -4%;
  }
  .grass-a {
    left: -21%;
  }
  .grass-b {
    right: -23%;
  }
  .grass-c {
    height: 29%;
    right: 24%;
    bottom: -14%;
    width: 35%;
  }
  .grass-front-left {
    left: -3%;
    width: 38%;
    height: 32%;
    bottom: -9%;
  }
  .grass-front-right {
    right: 0;
    width: 38%;
    height: 33%;
    bottom: -10%;
  }
  .grass-front-middle {
    left: 42%;
    width: 28%;
    height: 23%;
    bottom: -12%;
  }
  .meadow-thread {
    width: 120%;
    left: -10%;
    height: 27%;
    bottom: 0;
  }
  .waitlist-fields {
    display: block;
    border-radius: 27px;
    padding: 8px;
  }
  .waitlist-fields input {
    width: 100%;
    padding: 17px;
  }
  .closing .waitlist-fields .button {
    width: 100%;
  }
  .practice-explanation {
    position: static;
    padding-top: 0;
  }
  .phone-stage {
    min-height: 1050px;
    padding-top: 10px;
    padding-bottom: 120px;
  }
  .phone-sticky {
    top: 25px;
  }
  .phone-shell {
    width: min(310px, 82vw);
  }
  .phone-screen {
    border-radius: 38px;
  }
  .phone-shell {
    border-radius: 47px;
  }
  .live-sample > summary {
    font-size: 23px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .phone-stage {
    min-height: 0;
    padding-bottom: 20px;
  }
  .phone-sticky,
  .practice-explanation {
    position: static;
  }
  .phone-deeper {
    transition: none;
  }
  .phone-shell {
    transform: none;
  }
}
.phone-deeper {
  clip-path: inset(22% 0 0 round 28px);
}
html.is-gliding {
  scroll-behavior: auto;
}
@media (prefers-reduced-motion: reduce) {
  .grass {
    animation: none !important;
  }
}
.phone-shell {
  width: min(340px, calc((100svh - 145px) * 0.46));
}
.phone-stage {
  min-height: 1400px;
}
@media (max-width: 650px) {
  .phone-shell {
    width: min(310px, 82vw, calc((100svh - 130px) * 0.46));
  }
  .phone-stage {
    min-height: 1150px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .phone-stage {
    min-height: 0;
  }
}

/* Give each chapter room to settle, with evening dissolving into the paper. */
.intro {
  padding-top: 90px;
}
.intro-heading {
  padding-top: 95px;
}
.human-scene {
  margin-top: 75px;
  margin-bottom: 135px;
}
.practice-section {
  padding-top: 145px;
  padding-bottom: 135px;
}
.continuity {
  padding-top: 125px;
  padding-bottom: 145px;
}
.roots {
  padding-top: 155px;
  padding-bottom: 155px;
  align-items: start;
}
.roots-art {
  padding-top: 25px;
}
.questions {
  padding-top: 100px;
  padding-bottom: 125px;
}
.closing {
  padding-top: 115px;
  padding-bottom: 135px;
}
.evening {
  min-height: 1060px;
  background: transparent;
}
.evening-art {
  background: #273629;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 15%, #000 82%, transparent 100%);
}
.evening-content {
  padding-top: 205px;
  padding-bottom: 205px;
}
.practice-features {
  margin-top: 32px;
  max-width: 440px;
}
.practice-features summary {
  font-size: 12px;
}
.practice-explanation {
  position: static;
}
@media (max-width: 650px) {
  .intro {
    padding-top: 60px;
  }
  .intro-heading {
    padding-top: 70px;
  }
  .human-scene {
    margin-top: 45px;
    margin-bottom: 100px;
  }
  .practice-section {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .continuity {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .evening {
    min-height: 1220px;
  }
  .evening-art {
    mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 84%, transparent);
  }
  .evening-content {
    padding-top: 150px;
    padding-bottom: 440px;
  }
  .roots {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .roots-art {
    padding-top: 15px;
  }
  .questions {
    padding-top: 75px;
    padding-bottom: 80px;
  }
  .closing {
    padding-top: 90px;
    padding-bottom: 105px;
  }
}

/* Match the practice chapter's gently uneven paper edge. */
.evening {
  background: #273629;
}
.evening-art {
  background: #273629;
  mask-image: none;
}
.evening::before,
.evening::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 25px;
  background: var(--paper);
  z-index: 2;
  pointer-events: none;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 35%,
    86% 50%,
    73% 32%,
    60% 70%,
    43% 44%,
    30% 85%,
    14% 40%,
    0 65%
  );
}
.evening::before {
  top: -1px;
}
.evening::after {
  bottom: -1px;
  transform: rotate(180deg);
}
.evening-content {
  padding-top: 205px;
  padding-bottom: 205px;
}
@media (max-width: 650px) {
  .evening-art {
    mask-image: none;
  }
  .evening-content {
    padding-top: 150px;
    padding-bottom: 440px;
  }
}

.app-store-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 12px 22px;
  border: 1px solid #879280;
  border-radius: 14px;
  background: var(--ink);
  color: #fff;
  text-align: left;
  line-height: 1.1;
  opacity: 1;
  cursor: default;
}
.app-store-badge span {
  display: grid;
  gap: 3px;
}
.app-store-badge small {
  font-size: 12px;
}
.app-store-badge strong {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.5px;
}
