:root {
  --ink: #172015;
  --muted: #596651;
  --leaf: #2f6f39;
  --moss: #6f8b58;
  --sage: #dfe9d8;
  --cream: #f3f5e9;
  --paper: rgba(255, 254, 247, .9);
  --wood: #8b7258;
  --sun: #d7b65f;
  --sky: #d7e4df;
  --line: rgba(24, 25, 20, .13);
  --shadow: 0 12px 34px rgba(24, 25, 20, .08);
  --garden-deep: #17381f;
  --garden-mid: #4f7d3e;
  --garden-light: #dfead2;
  --tree-gray: #687064;
  --font-sans: "HarmonyOS Sans SC", "HarmonyOS Sans", "PingFang SC", "Source Han Sans SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
}

/* Life ecosystem V1.0 ---------------------------------------------------- */
.life-ecosystem-page {
  --ecosystem-ink: #263128;
  --ecosystem-muted: #657064;
  --ecosystem-leaf: #326b3f;
  --ecosystem-moss: #87967c;
  --ecosystem-line: rgba(38, 49, 40, .14);
  --ecosystem-paper: #f7f4e9;
  --ecosystem-warm: #eee8d8;
  --ecosystem-deep: #203d2a;
  background: var(--ecosystem-paper);
  color: var(--ecosystem-ink);
}

.life-ecosystem-page::before {
  background:
    radial-gradient(circle at 12% 18%, rgba(94, 129, 91, .12), transparent 30%),
    radial-gradient(circle at 88% 72%, rgba(197, 177, 125, .1), transparent 28%);
}

.life-ecosystem-page::after {
  opacity: .035;
}

.life-ecosystem-page main {
  overflow: clip;
}

.life-ecosystem-page main > section {
  padding: clamp(88px, 9vw, 132px) clamp(22px, 7vw, 120px);
  border-top: 1px solid var(--ecosystem-line);
}

.life-ecosystem-page h1,
.life-ecosystem-page h2,
.life-ecosystem-page h3 {
  color: var(--ecosystem-ink);
}

.life-ecosystem-page h2 {
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 520;
  line-height: 1.32;
  letter-spacing: -.025em;
}

.life-ecosystem-page h3 {
  font-size: clamp(21px, 2vw, 27px);
  font-weight: 500;
  line-height: 1.45;
}

.life-ecosystem-page .site-header {
  background: rgba(247, 244, 233, .9);
}

.life-ecosystem-page .eyebrow,
.life-ecosystem-page .section-label {
  color: var(--ecosystem-leaf);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .14em;
}

.life-ecosystem-page .section-heading {
  width: min(760px, 100%);
  margin-bottom: 0;
}

.life-ecosystem-page .section-heading > p:not(.eyebrow) {
  margin-top: 24px;
  color: var(--ecosystem-muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.9;
}

.life-ecosystem-page a:focus-visible {
  outline: 2px solid var(--ecosystem-leaf);
  outline-offset: 5px;
}

.life-ecosystem-page.simple-page .life-ecosystem-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: max(680px, 88svh);
  align-items: flex-end;
  padding-top: 156px !important;
  padding-bottom: clamp(72px, 9vh, 102px) !important;
  overflow: hidden;
  border-top: 0;
  background: var(--ecosystem-deep);
}

.life-ecosystem-page .life-ecosystem-hero-media {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.life-ecosystem-page .life-ecosystem-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 31, 20, .78), rgba(12, 31, 20, .25) 72%),
    linear-gradient(180deg, rgba(12, 31, 20, .08) 28%, rgba(12, 31, 20, .74));
}

.life-ecosystem-page .life-ecosystem-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  filter: saturate(.76) contrast(.94);
}

.life-ecosystem-page .life-ecosystem-hero .hero-copy {
  width: min(850px, 100%);
}

.life-ecosystem-page .life-ecosystem-hero .eyebrow {
  margin-bottom: 20px;
  color: rgba(255, 253, 244, .74);
}

.life-ecosystem-page .life-ecosystem-hero h1 {
  max-width: 640px;
  margin-bottom: 24px;
  color: #fffdf4;
  font-size: clamp(46px, 5vw, 64px);
  font-weight: 520;
  line-height: 1.16;
  letter-spacing: -.035em;
}

.life-ecosystem-page .life-ecosystem-hero .lead {
  max-width: 680px;
  margin-bottom: 34px;
  color: rgba(255, 253, 244, .84);
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.75;
}

.life-ecosystem-page .life-ecosystem-hero .button {
  border-color: rgba(255, 253, 244, .66);
  background: rgba(255, 253, 244, .92);
  color: var(--ecosystem-deep);
  box-shadow: none;
}

.life-ecosystem-page .life-ecosystem-hero .button:hover,
.life-ecosystem-page .life-ecosystem-hero .button:focus-visible {
  background: #fffdf4;
  transform: translateY(-2px);
}

.life-ecosystem-page .life-ecosystem-purpose {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .72fr);
  gap: clamp(56px, 8vw, 118px);
  align-items: center;
  background: var(--ecosystem-paper);
}

.life-ecosystem-page .life-ecosystem-purpose-copy {
  min-width: 0;
}

.life-ecosystem-page .life-ecosystem-purpose-grid {
  margin-top: clamp(48px, 6vw, 76px);
  counter-reset: ecosystem-purpose;
}

.life-ecosystem-page .life-ecosystem-purpose-grid article {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, .72fr) minmax(0, 1fr);
  gap: 32px;
  padding: 28px 0 28px 46px;
  border-top: 1px solid var(--ecosystem-line);
  counter-increment: ecosystem-purpose;
}

.life-ecosystem-page .life-ecosystem-purpose-grid article::before {
  content: "0" counter(ecosystem-purpose);
  position: absolute;
  top: 31px;
  left: 0;
  color: var(--ecosystem-leaf);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
}

.life-ecosystem-page .life-ecosystem-purpose-grid h3,
.life-ecosystem-page .life-ecosystem-purpose-grid p {
  margin: 0;
}

.life-ecosystem-page .life-ecosystem-purpose-grid p {
  color: var(--ecosystem-muted);
  line-height: 1.82;
}

.life-ecosystem-page .life-ecosystem-purpose-media {
  position: relative;
  margin: 0;
  justify-self: end;
  width: min(460px, 100%);
}

.life-ecosystem-page .life-ecosystem-purpose-media::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -22px;
  bottom: -22px;
  width: 72%;
  height: 72%;
  border: 1px solid rgba(50, 107, 63, .24);
}

.life-ecosystem-page .life-ecosystem-purpose-media img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
  filter: saturate(.78) contrast(.96);
}

.life-ecosystem-page .life-ecosystem-purpose-media figcaption,
.life-ecosystem-page .life-ecosystem-practice-media figcaption {
  margin-top: 16px;
  color: var(--ecosystem-muted);
  font-size: 13px;
  line-height: 1.7;
}

.life-ecosystem-page .life-ecosystem-roles {
  background: #e9eee2;
}

.life-ecosystem-page .life-ecosystem-roles .section-heading {
  margin-inline: auto;
  text-align: center;
}

.life-ecosystem-page .life-ecosystem-role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(54px, 7vw, 86px);
  overflow: hidden;
  border: 1px solid var(--ecosystem-line);
  background: var(--ecosystem-line);
}

.life-ecosystem-page .life-ecosystem-role-grid article {
  position: relative;
  min-height: 350px;
  padding: clamp(34px, 4vw, 54px);
  background: rgba(247, 244, 233, .94);
}

.life-ecosystem-page .life-ecosystem-role-grid article::before {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  margin-bottom: 60px;
  background: var(--ecosystem-leaf);
}

.life-ecosystem-page .life-ecosystem-role-grid .section-label {
  margin-bottom: 18px;
}

.life-ecosystem-page .life-ecosystem-role-grid h3 {
  margin-bottom: 22px;
}

.life-ecosystem-page .life-ecosystem-role-grid article > p:last-child {
  margin: 0;
  color: var(--ecosystem-muted);
  line-height: 1.88;
}

.life-ecosystem-page .life-ecosystem-path {
  background: var(--ecosystem-deep);
  color: rgba(255, 253, 244, .84);
}

.life-ecosystem-page .life-ecosystem-path h2,
.life-ecosystem-page .life-ecosystem-path h3 {
  color: #fffdf4;
}

.life-ecosystem-page .life-ecosystem-path .eyebrow {
  color: #b9cca9;
}

.life-ecosystem-page .life-ecosystem-path .section-heading > p:not(.eyebrow) {
  color: rgba(255, 253, 244, .68);
}

.life-ecosystem-page .life-ecosystem-path-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: clamp(64px, 8vw, 98px) 0 0;
  padding: 0;
  list-style: none;
  counter-reset: ecosystem-path;
}

.life-ecosystem-page .life-ecosystem-path-list li {
  position: relative;
  min-height: 230px;
  padding: 54px clamp(18px, 2.2vw, 34px) 0 0;
  border-top: 1px solid rgba(255, 253, 244, .28);
  counter-increment: ecosystem-path;
}

.life-ecosystem-page .life-ecosystem-path-list li::before {
  content: counter(ecosystem-path);
  position: absolute;
  top: -18px;
  left: 0;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 253, 244, .46);
  border-radius: 50%;
  background: var(--ecosystem-deep);
  color: #fffdf4;
  font-size: 12px;
}

.life-ecosystem-page .life-ecosystem-path-list strong,
.life-ecosystem-page .life-ecosystem-path-list span {
  display: block;
}

.life-ecosystem-page .life-ecosystem-path-list strong {
  margin-bottom: 16px;
  color: #fffdf4;
  font-size: 20px;
  font-weight: 500;
}

.life-ecosystem-page .life-ecosystem-path-list span {
  color: rgba(255, 253, 244, .66);
  font-size: 15px;
  line-height: 1.82;
}

.life-ecosystem-page .life-ecosystem-practice {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.15fr);
  gap: clamp(42px, 7vw, 96px);
  background: var(--ecosystem-paper);
}

.life-ecosystem-page .life-ecosystem-practice-media {
  margin: 0;
}

.life-ecosystem-page .life-ecosystem-practice-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 45%;
  filter: saturate(.78) contrast(.96);
}

.life-ecosystem-page .life-ecosystem-practice-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 42px;
  margin-top: 8px;
  border-top: 1px solid var(--ecosystem-line);
}

.life-ecosystem-page .life-ecosystem-practice-grid article {
  min-height: 244px;
  padding: 36px 0 30px;
  border-bottom: 1px solid var(--ecosystem-line);
}

.life-ecosystem-page .life-ecosystem-practice-grid h3 {
  margin-bottom: 16px;
}

.life-ecosystem-page .life-ecosystem-practice-grid p {
  min-height: 62px;
  margin-bottom: 24px;
  color: var(--ecosystem-muted);
}

.life-ecosystem-page .life-ecosystem-practice-grid .text-link {
  color: var(--ecosystem-leaf);
  font-size: 14px;
  font-weight: 500;
}

.life-ecosystem-page .life-ecosystem-practice-grid .text-link::after {
  content: " →";
  display: inline-block;
  transition: transform .2s ease;
}

.life-ecosystem-page .life-ecosystem-practice-grid .text-link:hover::after,
.life-ecosystem-page .life-ecosystem-practice-grid .text-link:focus-visible::after {
  transform: translateX(4px);
}

.life-ecosystem-page .life-ecosystem-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(48px, 9vw, 138px);
  align-items: end;
  background: var(--ecosystem-warm);
}

.life-ecosystem-page .life-ecosystem-contact > div:first-child {
  width: min(760px, 100%);
}

.life-ecosystem-page .life-ecosystem-contact h2 {
  margin-bottom: 24px;
}

.life-ecosystem-page .life-ecosystem-contact > div:first-child > p:last-child {
  color: var(--ecosystem-muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.9;
}

.life-ecosystem-page .life-ecosystem-actions {
  display: flex;
  min-width: 220px;
  align-items: flex-start;
  flex-direction: column;
  gap: 18px;
}

.life-ecosystem-page .life-ecosystem-actions .button {
  border-color: var(--ecosystem-leaf);
  background: var(--ecosystem-leaf);
  color: #fffdf4;
  box-shadow: none;
}

.life-ecosystem-page .life-ecosystem-actions .text-link {
  color: var(--ecosystem-leaf);
  font-size: 14px;
  font-weight: 500;
}

.life-ecosystem-page .site-footer {
  background: #263128;
  color: rgba(255, 253, 244, .74);
}

@media (max-width: 980px) {
  .life-ecosystem-page .life-ecosystem-purpose,
  .life-ecosystem-page .life-ecosystem-practice,
  .life-ecosystem-page .life-ecosystem-contact {
    grid-template-columns: 1fr;
  }

  .life-ecosystem-page .life-ecosystem-purpose-media {
    width: min(560px, 76%);
    justify-self: center;
  }

  .life-ecosystem-page .life-ecosystem-role-grid {
    grid-template-columns: 1fr;
  }

  .life-ecosystem-page .life-ecosystem-role-grid article {
    min-height: 0;
  }

  .life-ecosystem-page .life-ecosystem-role-grid article::before {
    margin-bottom: 36px;
  }

  .life-ecosystem-page .life-ecosystem-path-list {
    grid-template-columns: 1fr;
    margin-left: 18px;
  }

  .life-ecosystem-page .life-ecosystem-path-list li {
    min-height: 0;
    padding: 0 0 42px 54px;
    border-top: 0;
    border-left: 1px solid rgba(255, 253, 244, .28);
  }

  .life-ecosystem-page .life-ecosystem-path-list li::before {
    top: -4px;
    left: -18px;
  }

  .life-ecosystem-page .life-ecosystem-practice-media {
    width: min(680px, 100%);
  }

  .life-ecosystem-page .life-ecosystem-practice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .life-ecosystem-page .life-ecosystem-actions {
    min-width: 0;
  }
}

@media (max-width: 620px) {
  .life-ecosystem-page main > section {
    padding: 72px 18px;
  }

  .life-ecosystem-page h2 {
    font-size: clamp(30px, 9vw, 38px);
  }

  .life-ecosystem-page.simple-page .life-ecosystem-hero {
    min-height: max(660px, 88svh);
    padding: 122px 18px 58px !important;
  }

  .life-ecosystem-page .life-ecosystem-hero-media img {
    object-position: 53% center;
  }

  .life-ecosystem-page .life-ecosystem-hero-media::after {
    background:
      linear-gradient(90deg, rgba(12, 31, 20, .6), rgba(12, 31, 20, .12)),
      linear-gradient(180deg, rgba(12, 31, 20, .12) 18%, rgba(12, 31, 20, .88));
  }

  .life-ecosystem-page .life-ecosystem-hero h1 {
    font-size: clamp(38px, 12vw, 50px);
    line-height: 1.2;
  }

  .life-ecosystem-page .life-ecosystem-hero .lead {
    font-size: 17px;
    line-height: 1.78;
  }

  .life-ecosystem-page .life-ecosystem-purpose-grid article {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-left: 38px;
  }

  .life-ecosystem-page .life-ecosystem-purpose-media {
    width: 100%;
  }

  .life-ecosystem-page .life-ecosystem-purpose-media::before {
    right: -10px;
    bottom: -10px;
  }

  .life-ecosystem-page .life-ecosystem-role-grid article {
    padding: 34px 26px 38px;
  }

  .life-ecosystem-page .life-ecosystem-path-list {
    margin-top: 58px;
  }

  .life-ecosystem-page .life-ecosystem-practice-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .life-ecosystem-page .life-ecosystem-practice-grid article {
    min-height: 0;
  }

  .life-ecosystem-page .life-ecosystem-practice-grid p {
    min-height: 0;
  }

  .life-ecosystem-page .life-ecosystem-actions {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .life-ecosystem-page .section-reveal,
  .life-ecosystem-page .life-ecosystem-practice-grid .text-link::after {
    transition: none;
  }
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(23, 56, 31, .26) 0, rgba(223, 234, 210, .92) 360px, rgba(243, 245, 233, .96) 760px),
    linear-gradient(135deg, #eaf1dd 0%, #c8d9b7 38%, #f3f5e9 74%);
  font-family: var(--font-sans);
  font-weight: 350;
  line-height: 1.82;
  text-rendering: geometricPrecision;
}

body::before {
  content: "";
  position: fixed;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(47, 111, 57, .42) 0 12%, transparent 38%),
    radial-gradient(ellipse at 86% 8%, rgba(111, 139, 88, .32) 0 10%, transparent 34%),
    linear-gradient(90deg, rgba(23, 56, 31, .09), transparent 28%, rgba(47, 111, 57, .08));
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  opacity: .2;
  background-image:
    linear-gradient(115deg, transparent 0 46%, rgba(23, 56, 31, .28) 47% 48%, transparent 49% 100%),
    linear-gradient(25deg, transparent 0 53%, rgba(47, 111, 57, .22) 54% 55%, transparent 56% 100%),
    radial-gradient(ellipse at 12% 8%, rgba(23, 56, 31, .34), transparent 34%),
    radial-gradient(ellipse at 92% 10%, rgba(79, 125, 62, .24), transparent 32%);
  background-size: 180px 140px, 220px 160px, 100% 420px, 100% 520px;
  filter: blur(.4px);
  pointer-events: none;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px clamp(20px, 5vw, 76px);
  background: rgba(243, 245, 233, .86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 254, 247, .92) url("./assets/logo-mark.png") center / 86% auto no-repeat;
  box-shadow:
    0 8px 22px rgba(43, 86, 40, .12),
    inset 0 0 0 1px rgba(43, 86, 40, .14);
}

.brand-mark span {
  display: none;
}

.brand strong {
  display: block;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
}

.brand small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--ink);
  font-family: "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 13px;
}

.site-nav a {
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--ink);
  border-color: currentColor;
}

.site-nav a[aria-current="page"] {
  color: var(--leaf);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255,255,255,.55);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--leaf);
}

main {
  overflow: hidden;
}

section {
  padding: clamp(92px, 11vw, 164px) clamp(22px, 7vw, 124px);
  border-top: 1px solid rgba(24, 25, 20, .08);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 500px);
  align-items: center;
  gap: clamp(44px, 8vw, 118px);
  padding-top: 132px;
  border-top: 0;
  background:
    linear-gradient(180deg, rgba(243, 245, 233, .1), rgba(243, 245, 233, .7) 78%),
    radial-gradient(ellipse at 20% 10%, rgba(23, 56, 31, .26), transparent 48%),
    radial-gradient(ellipse at 86% 18%, rgba(111, 139, 88, .2), transparent 42%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 8% 5%, rgba(47, 111, 57, .38) 0 12%, transparent 34%),
    radial-gradient(ellipse at 22% 0%, rgba(23, 56, 31, .24) 0 9%, transparent 28%),
    radial-gradient(ellipse at 92% 12%, rgba(47, 111, 57, .28) 0 10%, transparent 30%);
  filter: blur(10px);
  opacity: .72;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.eyebrow,
.section-label {
  margin: 0 0 22px;
  color: var(--leaf);
  font-family: "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 34px;
  font-size: clamp(40px, 6.6vw, 78px);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 28px;
  font-size: clamp(30px, 4.2vw, 50px);
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 500;
}

.lead {
  max-width: 560px;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 21px);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 26px;
  border: 1px solid rgba(24, 25, 20, .28);
  border-radius: 2px;
  background: transparent;
  color: var(--ink);
  font-family: "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: transform 1.2s ease, background 1.2s ease, color 1.2s ease, border-color 1.2s ease;
}

.hand-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border: 1px solid rgba(24, 25, 20, .18);
  border-radius: 42% 58% 48% 52%;
  background: rgba(255, 255, 255, .62);
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 1;
  transform: rotate(-4deg);
  box-shadow: 2px 3px 0 rgba(24, 25, 20, .06);
}

.hand-icon.large {
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  font-size: 26px;
}

article:nth-child(2n) > .hand-icon,
button:nth-child(2n) .hand-icon,
.button:nth-child(2n) .hand-icon {
  transform: rotate(4deg);
}

.button.primary .hand-icon {
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .34);
  box-shadow: 2px 3px 0 rgba(255, 255, 255, .08);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px) scale(1.025);
  background: white;
}

.button.primary {
  border-color: #4f8f3c;
  background: #2f6f39;
  color: white;
  box-shadow: none;
}

.button.is-submitted {
  border-color: var(--leaf);
  background: var(--leaf);
  color: white;
}

.button.quiet {
  border-color: transparent;
  color: var(--muted);
}

.hero-visual {
  position: relative;
  min-height: 560px;
  transform: translate3d(var(--tree-shift-x, 0), var(--tree-shift-y, 0), 0);
  transition: transform 3.2s ease;
}

.sun {
  position: absolute;
  top: 38px;
  right: 32px;
  display: block;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 182, 95, .42), rgba(215, 182, 95, .08) 62%, rgba(215, 182, 95, 0) 70%);
  animation: sunWander 46s ease-in-out infinite alternate;
}

.tree-stage {
  position: absolute;
  inset: 60px 0 0;
  transform-origin: 50% 100%;
  animation: treeGrow 18s ease-out both, treeBreathe 16s ease-in-out 18s infinite;
}

.tree-crown {
  position: absolute;
  left: 50%;
  top: 0;
  width: min(420px, 88vw);
  height: min(420px, 88vw);
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 54%, rgba(255,255,255,.52), rgba(229,235,224,.4) 64%, transparent 65%);
}

.tree-crown span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: calc(48px * var(--s));
  height: calc(48px * var(--s));
  border-radius: 50%;
  background: var(--sage);
  border: 1px solid rgba(24, 25, 20, .08);
  animation: leafFloat 13s ease-in-out infinite alternate;
}

.tree-crown span:nth-child(2n) {
  animation-duration: 16s;
}

.tree-crown span:nth-child(3n) {
  animation-duration: 19s;
}

.tree-trunk {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 150px;
  height: 280px;
  transform: translateX(-50%);
  background: #6f8b58;
  clip-path: polygon(42% 0, 58% 0, 68% 58%, 88% 100%, 12% 100%, 32% 58%);
}

.tree-trunk::before,
.tree-trunk::after {
  content: "";
  position: absolute;
  top: 68px;
  width: 150px;
  height: 120px;
  border-top: 18px solid #5f7a4c;
  border-radius: 50%;
}

.tree-trunk::before {
  right: 58px;
  transform: rotate(-20deg);
}

.tree-trunk::after {
  left: 58px;
  transform: rotate(20deg);
}

.cloud {
  position: absolute;
  width: 280px;
  height: 70px;
  border-radius: 999px;
  display: block;
  background: rgba(255,255,255,.42);
  filter: blur(8px);
  opacity: .58;
  animation: cloudDrift 70s ease-in-out infinite alternate;
  pointer-events: none;
}

.cloud-one { top: 170px; left: 44%; }
.cloud-two { top: 300px; right: 9%; animation-duration: 92s; opacity: .42; }

.manifest {
  background: rgba(255, 254, 247, .82);
}

.mission {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(320px, 620px);
  gap: clamp(38px, 8vw, 116px);
  align-items: start;
  background: rgba(232, 240, 220, .78);
  color: #333333;
}

.mission .eyebrow {
  color: var(--leaf);
}

.mission blockquote {
  grid-column: 1 / -1;
  max-width: 980px;
  margin: 0;
  font-size: clamp(34px, 5.6vw, 68px);
  font-weight: 400;
  line-height: 1.22;
}

.mission-copy {
  grid-column: 2;
  display: grid;
  gap: 22px;
  color: #666666;
  font-size: 17px;
  line-height: 1.9;
}

.philosophy {
  display: grid;
  grid-template-columns: minmax(180px, .34fr) minmax(0, 1fr);
  gap: clamp(34px, 8vw, 112px);
  background: rgba(255, 254, 247, .84);
}

.philosophy-lines {
  display: grid;
  gap: 22px;
  max-width: 960px;
}

.philosophy-lines p {
  margin: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  font-size: clamp(28px, 4.2vw, 52px);
  font-weight: 400;
  line-height: 1.28;
}

.philosophy-lines p:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.life-poem {
  display: grid;
  background: rgba(232, 240, 220, .78);
  color: #666666;
}

.poem-line {
  display: grid;
  grid-template-columns: minmax(120px, .28fr) minmax(0, 1fr);
  gap: clamp(28px, 7vw, 96px);
  padding: clamp(30px, 5vw, 58px) 0;
  border-bottom: 1px solid rgba(248, 247, 241, .14);
}

.poem-line:first-child {
  padding-top: 0;
}

.poem-line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.poem-line span {
  color: #d4c8a3;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 13px;
}

.poem-line p {
  max-width: 820px;
  margin: 0;
  font-size: clamp(30px, 5vw, 62px);
  font-weight: 400;
  line-height: 1.34;
}

.manifest-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
  gap: clamp(40px, 8vw, 112px);
}

.manifest p,
.section-heading p,
.space-copy p,
.venture p,
.contact p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.principles {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.principles span {
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: transparent;
  color: #4c5b42;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 50px;
}

.section-heading.narrow {
  max-width: 680px;
  margin-inline: auto;
  text-align: center;
}

.tree {
  background: rgba(232, 240, 220, .72);
}

.tree-map {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--line);
  box-shadow: none;
}

.tree-map article {
  min-height: 270px;
  padding: 32px;
  background: var(--paper);
  transition: background 1.4s ease, box-shadow 1.4s ease, transform 1.4s ease;
}

.tree-map article:hover,
.tree-map article:focus-within {
  background: #fbfaf2;
  box-shadow: inset 0 0 0 1px rgba(215, 182, 95, .28);
  transform: translateY(-2px);
}

.tree-map article:hover .hand-icon,
.tree-map article:focus-within .hand-icon {
  animation: branchGlow 4.8s ease-in-out infinite;
}

.tree-map span {
  color: var(--wood);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
}

.tree-map p,
.story-grid p {
  color: var(--muted);
}

.service-roots {
  background: rgba(255, 254, 247, .84);
}

.service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-list article {
  min-height: 330px;
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(248, 247, 241, .38);
  transition: background 1.4s ease, transform 1.4s ease, box-shadow 1.4s ease;
}

.service-list article:hover,
.service-list article:focus-within {
  background: #fbfaf2;
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px rgba(47, 111, 57, .18);
}

.service-list span {
  display: block;
  margin-bottom: 40px;
  color: var(--wood);
  font-family: Georgia, serif;
  font-size: 15px;
}

.service-list p {
  color: var(--muted);
  line-height: 1.86;
}

.enterprise-health {
  background: rgba(232, 240, 220, .76);
}

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

.enterprise-list article {
  display: grid;
  grid-template-columns: 76px minmax(180px, 300px) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 56px);
  align-items: start;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.enterprise-list .hand-icon {
  margin-bottom: 0;
}

.enterprise-list span {
  color: var(--wood);
  font-family: Georgia, serif;
  font-size: 15px;
}

.enterprise-list h3,
.enterprise-list p {
  margin: 0;
}

.enterprise-list p {
  color: var(--muted);
  line-height: 1.86;
}

.assessment {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 620px);
  gap: clamp(40px, 8vw, 104px);
  align-items: start;
}

.assessment-panel {
  display: grid;
  gap: 12px;
}

.assessment-panel button {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 66px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font: 500 17px/1.4 "Microsoft YaHei", sans-serif;
  text-align: left;
  transition: background 1.2s ease, border-color 1.2s ease, transform 1.2s ease;
}

.assessment-panel button:hover,
.assessment-panel button.is-active {
  border-color: rgba(47, 125, 43, .5);
  background: var(--paper);
  transform: translateX(2px) scale(1.01);
}

.life {
  background: rgba(232, 240, 220, .78);
  color: #333333;
}

.life .eyebrow,
.life .section-heading p {
  color: #c9d7bb;
}

.journey {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  max-width: 1120px;
  margin: 48px auto 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.journey li {
  min-height: 172px;
  padding: 26px 16px;
  border-right: 1px solid rgba(255,255,255,.16);
  color: white;
  font-size: 19px;
}

.journey li:last-child { border-right: 0; }

.journey span {
  display: block;
  margin-bottom: 48px;
  color: #d4c8a3;
  font-family: Georgia, serif;
  font-size: 15px;
}

.table-life {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: clamp(40px, 8vw, 112px);
  align-items: start;
  background: rgba(232, 240, 220, .76);
}

.table-life-copy {
  position: sticky;
  top: 116px;
}

.table-life-copy p {
  max-width: 520px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.food-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.food-grid article {
  min-height: 260px;
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .44);
}

.food-grid span {
  display: block;
  margin-bottom: 42px;
  color: var(--wood);
  font-family: Georgia, serif;
  font-size: 15px;
}

.food-grid p {
  color: var(--muted);
  line-height: 1.86;
}

.food-grid article:nth-child(1) {
  background: linear-gradient(135deg, rgba(215, 182, 95, .18), rgba(255,255,255,.42));
}

.food-grid article:nth-child(2) {
  background: linear-gradient(135deg, rgba(47, 111, 57, .12), rgba(255,255,255,.45));
}

.food-grid article:nth-child(3) {
  background: linear-gradient(135deg, rgba(139, 114, 88, .12), rgba(255,255,255,.48));
}

.food-grid article:nth-child(4) {
  background: linear-gradient(135deg, rgba(215, 228, 223, .42), rgba(255,255,255,.5));
}

.space {
  display: grid;
  grid-template-columns: minmax(280px, 440px) minmax(0, 1fr);
  gap: clamp(44px, 9vw, 126px);
  align-items: center;
  background: rgba(255, 254, 247, .86);
}

.photo-wrap {
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  aspect-ratio: 4 / 5;
}

.photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.host {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(300px, 520px);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
  background: rgba(255, 254, 247, .86);
}

.host-copy p {
  max-width: 600px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.host-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.host-tags span {
  padding: 7px 12px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 13px;
}

.host-photo {
  position: relative;
  justify-self: end;
  width: min(100%, 520px);
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(65, 84, 57, .14);
  background: #f4f7f5;
  box-shadow: 0 24px 60px rgba(41, 57, 33, .08);
}

.host-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 68%, rgba(244, 247, 245, .16));
  pointer-events: none;
}

.host-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: 78% center;
  transform: scale(1.06);
}

.text-link {
  display: inline-block;
  margin-top: 20px;
  color: var(--leaf);
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid currentColor;
}

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

.story-grid article {
  min-height: 286px;
  padding: 34px;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: var(--paper);
}

.story-grid p {
  font-size: 17px;
  line-height: 1.86;
}

.story-grid span {
  display: block;
  margin-top: 38px;
  color: var(--leaf);
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 13px;
}

.connection-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 4vw, 42px);
  margin-top: clamp(44px, 6vw, 72px);
}

.connection-path article {
  position: relative;
  padding-top: 28px;
}

.connection-path article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--line);
}

.connection-path span {
  display: block;
  margin-bottom: 14px;
  color: var(--wood);
  font-family: Georgia, serif;
  font-size: 14px;
}

.connection-path p {
  color: var(--muted);
  line-height: 1.86;
}

.values {
  background: rgba(255, 254, 247, .86);
}

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

.value-list article {
  display: grid;
  grid-template-columns: 80px minmax(220px, 360px) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 56px);
  align-items: baseline;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.value-list span {
  color: var(--wood);
  font-family: Georgia, serif;
  font-size: 15px;
}

.value-list h3,
.value-list p {
  margin: 0;
}

.value-list p {
  color: var(--muted);
  line-height: 1.86;
}

.venture {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 520px);
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
  background: rgba(232, 240, 220, .76);
}

.events {
  background: rgba(232, 240, 220, .78);
}

.event-list {
  max-width: 960px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.event-list article {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.event-list time {
  color: var(--muted);
  font-family: Georgia, serif;
}

.event-list strong {
  font-size: 20px;
  font-weight: 500;
}

.event-list a {
  color: var(--leaf);
  font-family: var(--font-sans);
  font-weight: 500;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 520px);
  gap: clamp(34px, 7vw, 90px);
  background: rgba(255, 254, 247, .88);
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.contact-form .button.primary {
  border-color: #76a84f;
  background: #2f6f39;
  color: #fff;
  box-shadow: none;
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
}

input,
select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: white;
  color: var(--ink);
  font: 16px/1.2 "Microsoft YaHei", sans-serif;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  justify-content: space-between;
  padding: 30px clamp(22px, 6vw, 96px);
  background: rgba(232, 240, 220, .92);
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
}

.section-reveal {
  opacity: 1;
  transform: translateY(0);
}

.js-ready .section-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 1.8s ease, transform 1.8s ease;
}

.js-ready .section-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes leafFloat {
  0% { transform: translate3d(0, 0, 0) rotate(-1deg); }
  50% { transform: translate3d(4px, -7px, 0) rotate(2deg); }
  100% { transform: translate3d(-3px, -3px, 0) rotate(-2deg); }
}

@keyframes cloudDrift {
  from { transform: translate3d(-34px, 0, 0); }
  to { transform: translate3d(46px, 8px, 0); }
}

@keyframes sunWander {
  from { transform: translate3d(-10px, 4px, 0) scale(.96); opacity: .62; }
  to { transform: translate3d(22px, -8px, 0) scale(1.04); opacity: .88; }
}

@keyframes treeGrow {
  from { transform: translateY(28px) scaleY(.88); opacity: .86; }
  to { transform: translateY(0) scaleY(1); opacity: 1; }
}

@keyframes treeBreathe {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-4px) scale(1.006); }
}

@keyframes branchGlow {
  0%, 100% {
    box-shadow: 2px 3px 0 rgba(24, 25, 20, .06);
    filter: saturate(1);
  }
  50% {
    box-shadow: 0 0 22px rgba(215, 182, 95, .32), 2px 3px 0 rgba(24, 25, 20, .04);
    filter: saturate(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 980px) {
  .site-nav {
    position: fixed;
    top: 76px;
    right: 16px;
    left: 16px;
    z-index: 30;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(251, 250, 244, .96);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open { display: flex; }
  .site-nav a {
    padding: 13px 10px;
    border-bottom-color: rgba(24, 25, 20, .09);
  }
  .site-nav a[aria-current="page"] {
    background: rgba(223, 233, 216, .62);
  }
  .nav-toggle { display: block; }

  .hero,
  .manifest-grid,
  .mission,
  .philosophy,
  .poem-line,
  .assessment,
  .table-life,
  .space,
  .host,
  .venture,
  .contact {
    grid-template-columns: 1fr;
  }

  .mission-copy {
    grid-column: 1;
  }

  .table-life-copy {
    position: static;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 460px;
  }

  .tree-map,
  .service-list,
  .story-grid,
  .connection-path,
  .food-grid {
    grid-template-columns: 1fr;
  }

  .value-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .enterprise-list article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tree-map article {
    min-height: auto;
  }

  .host-photo {
    justify-self: start;
    max-width: 520px;
  }

  .host-photo img {
    min-height: 0;
  }

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

  .journey li:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 14px 18px;
  }

  .brand strong { font-size: 19px; }
  .brand small { display: none; }
  section { padding-inline: 18px; }

  .hero {
    padding-top: 104px;
  }

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

  .hero-visual {
    min-height: 340px;
  }

  .tree-stage {
    top: 20px;
  }

  .tree-trunk {
    height: 210px;
    width: 118px;
  }

  .event-list article {
    grid-template-columns: 1fr;
    gap: 6px;
  }

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

  .journey li {
    min-height: 120px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.16);
  }

  .journey span {
    margin-bottom: 18px;
  }

  .host-photo {
    width: 100%;
    max-width: none;
    aspect-ratio: 4 / 5;
  }

  .host-photo img {
    object-position: 74% center;
  }
}

/* V2.0 living garden structure */
.v2 .site-header {
  background: rgba(244, 247, 236, .88);
}

.v2-hero {
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr);
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(23, 56, 31, .66), rgba(23, 56, 31, .18) 46%, rgba(243, 245, 233, .22)),
    radial-gradient(ellipse at 18% 8%, rgba(192, 214, 164, .7), transparent 44%),
    url("./assets/annie-living-garden-warm.png") right center / cover no-repeat;
  color: #fffdf4;
}

.v2-hero::before {
  background-image:
    linear-gradient(115deg, transparent 0 46%, rgba(255, 255, 255, .18) 47% 48%, transparent 49% 100%),
    radial-gradient(ellipse at 12% 2%, rgba(223, 234, 210, .36), transparent 32%),
    radial-gradient(ellipse at 86% 12%, rgba(255, 255, 255, .22), transparent 28%);
  opacity: .7;
  filter: blur(6px);
}

.v2-hero .hero-copy {
  max-width: 650px;
  padding: 34px 0;
}

.v2-hero .eyebrow,
.v2-hero .lead {
  color: rgba(255, 253, 244, .86);
}

.v2-hero h1 {
  font-size: clamp(44px, 7.2vw, 86px);
}

.v2-hero .fixed-manifesto {
  max-width: 520px;
  color: rgba(255, 253, 244, .92);
  font-size: clamp(20px, 2.1vw, 25px);
}

.living-photo {
  position: relative;
  z-index: 1;
  margin: 0;
  align-self: end;
  justify-self: end;
  width: min(470px, 100%);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .2);
  backdrop-filter: blur(8px);
}

.living-photo img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: 62% center;
}

.why-yixiyun {
  background: rgba(255, 254, 247, .86);
}

.life-icons {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  max-width: 1120px;
  margin: 42px auto 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.life-icons article {
  min-height: 190px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .38);
}

.life-icons strong {
  font-weight: 500;
  font-size: 19px;
}

.companions {
  background: rgba(232, 240, 220, .78);
}

.feature-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(220px, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
  overflow: hidden;
}

.feature-card {
  display: grid;
  align-content: start;
  min-height: 520px;
  background: rgba(255, 254, 247, .88);
}

.feature-card img,
.feature-card .card-symbol {
  width: 100%;
  height: 240px;
}

.feature-card img {
  object-fit: cover;
}

.card-symbol {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle, rgba(215, 182, 95, .22), transparent 62%),
    linear-gradient(135deg, rgba(47, 111, 57, .16), rgba(255, 255, 255, .28));
  color: var(--leaf);
  font-size: 42px;
  font-weight: 500;
}

.feature-card div:last-child {
  padding: 28px;
}

.feature-card span {
  color: var(--wood);
  font-family: Georgia, serif;
  font-size: 13px;
}

.feature-card p {
  color: var(--muted);
}

.coach-profile ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.coach-profile li {
  position: relative;
  padding-left: 16px;
  color: var(--muted);
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 1.75;
}

.coach-profile li::before {
  content: "";
  position: absolute;
  top: .78em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--leaf);
}

.life-tree-hub {
  display: grid;
  grid-template-columns: minmax(0, .74fr) minmax(320px, 620px);
  gap: clamp(40px, 8vw, 110px);
  align-items: center;
  background: rgba(255, 254, 247, .88);
}

.life-tree-hub p {
  max-width: 560px;
  color: var(--muted);
}

.tree-dimensions {
  position: relative;
  min-height: 540px;
  isolation: isolate;
  overflow: hidden;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 254, 247, .1), rgba(22, 54, 30, .36)),
    linear-gradient(90deg, rgba(255, 254, 247, .78) 0%, rgba(255, 254, 247, .38) 42%, rgba(20, 55, 30, .04) 100%),
    url("./assets/tree-trunk-close.jpg") center / cover no-repeat;
  box-shadow:
    0 28px 70px rgba(38, 65, 31, .18),
    inset 0 0 0 1px rgba(255, 254, 247, .5);
}

.tree-dimensions::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 26% 18%, rgba(255, 248, 213, .54), transparent 27%),
    radial-gradient(circle at 78% 18%, rgba(255, 254, 247, .28), transparent 24%),
    linear-gradient(180deg, rgba(255, 254, 247, .02), rgba(18, 46, 26, .18));
  z-index: -1;
  animation: sunlightDrift 28s ease-in-out infinite alternate;
}

.tree-dimensions::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 254, 247, 0), rgba(255, 254, 247, .24) 48%, rgba(20, 52, 29, .2)),
    radial-gradient(ellipse at 50% 100%, rgba(243, 235, 187, .22), transparent 68%);
  border: 0;
  box-shadow: none;
  z-index: 0;
  pointer-events: none;
}

.tree-dimensions span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  display: flex;
  gap: 8px;
  align-items: center;
  place-items: center;
  width: auto;
  min-width: 102px;
  min-height: 54px;
  padding: 13px 18px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(76, 113, 57, .15);
  border-radius: 999px 999px 999px 18px;
  background: rgba(255, 254, 247, .88);
  backdrop-filter: blur(8px);
  color: var(--leaf);
  font-weight: 600;
  box-shadow: 0 14px 30px rgba(54, 84, 42, .1);
  z-index: 2;
  animation: leafFloat 18s ease-in-out infinite alternate;
}

.tree-dimensions span::before {
  content: "";
  width: 15px;
  height: 22px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(145deg, #9ac06a, #386d34);
  transform: rotate(-28deg);
  box-shadow: inset 2px 2px 0 rgba(255, 255, 255, .28);
}

.tree-dimensions span:nth-child(even) {
  border-radius: 999px 999px 18px 999px;
}

.tree-dimensions span:nth-child(even)::before {
  order: 2;
  transform: rotate(28deg);
}

.tree-dimensions span:nth-child(1) { --x: 28%; --y: 18%; }
.tree-dimensions span:nth-child(2) { --x: 72%; --y: 22%; animation-duration: 20s; }
.tree-dimensions span:nth-child(3) { --x: 82%; --y: 45%; animation-duration: 22s; }
.tree-dimensions span:nth-child(4) { --x: 70%; --y: 69%; animation-duration: 19s; }
.tree-dimensions span:nth-child(5) { --x: 47%; --y: 82%; animation-duration: 21s; }
.tree-dimensions span:nth-child(6) { --x: 24%; --y: 66%; animation-duration: 23s; }
.tree-dimensions span:nth-child(7) { --x: 18%; --y: 40%; animation-duration: 20s; }

.brand-story {
  background: rgba(232, 240, 220, .76);
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(320px, 560px) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: center;
}

.story-layout figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
}

.story-layout img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: 58% center;
}

.story-questions {
  display: grid;
  gap: 18px;
}

.story-questions p {
  margin: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1.35;
}

.contact-facts {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  color: var(--muted);
  font-family: "Microsoft YaHei", sans-serif;
}

.simple-page .hero {
  min-height: 62vh;
  grid-template-columns: 1fr;
  background:
    linear-gradient(180deg, rgba(23, 56, 31, .22), rgba(243, 245, 233, .72)),
    radial-gradient(ellipse at 18% 6%, rgba(47, 111, 57, .24), transparent 42%);
}

.life-column-page {
  background:
    linear-gradient(180deg, rgba(242, 244, 231, .96) 0%, rgba(239, 244, 226, .92) 44%, rgba(235, 242, 222, .96) 100%);
}

.life-column-page .hero {
  min-height: 48vh;
  background:
    linear-gradient(180deg, rgba(244, 246, 234, .96) 0%, rgba(239, 244, 226, .86) 62%, rgba(235, 242, 222, .96) 100%),
    radial-gradient(ellipse at 16% 10%, rgba(233, 198, 103, .14), transparent 38%),
    radial-gradient(ellipse at 84% 18%, rgba(89, 131, 67, .12), transparent 42%);
}

.life-column-page .notes-section {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(244, 239, 225, .76)),
    var(--paper);
}

.life-column-page .notes-section .section-heading {
  max-width: 720px;
}

.life-column-page .note-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 46px;
}

.life-column-page .note-card {
  display: flex;
  min-height: 320px;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 254, 247, .72);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.life-column-page .note-index {
  margin-bottom: 22px;
  color: var(--wood);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 15px;
}

.life-column-page .note-card h3 {
  margin: 0;
  font-size: clamp(19px, 2.2vw, 28px);
  font-weight: 400;
  line-height: 1.5;
  transition: color .25s ease;
}

.life-column-page .note-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.life-column-page .note-read {
  margin-top: auto;
  padding-top: 24px;
  color: var(--leaf);
  font-size: 14px;
  letter-spacing: .08em;
  transition: transform .25s ease;
}

.life-column-page .note-card:hover,
.life-column-page .note-card:focus-visible {
  border-color: rgba(47, 111, 57, .24);
  box-shadow: 0 18px 42px rgba(47, 79, 43, .08);
  transform: translateY(-3px);
}

.life-column-page .note-card:hover h3,
.life-column-page .note-card:focus-visible h3 {
  color: var(--leaf);
}

.life-column-page .note-card:hover .note-read,
.life-column-page .note-card:focus-visible .note-read {
  transform: translate(3px, -3px);
}

@media (max-width: 760px) {
  .life-column-page .note-card-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .life-column-page .note-card {
    min-height: 0;
    padding: 24px;
  }
}

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

.simple-page-grid article {
  min-height: 280px;
  padding: 32px;
  background: rgba(255, 254, 247, .86);
}

.simple-page-grid .image-article {
  position: relative;
  min-height: 280px;
  padding: 0;
  overflow: hidden;
}

.simple-page-grid .image-article img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center;
  filter: saturate(.96);
}

.simple-page-grid .image-article picture,
.practice-feature figure > picture,
.about-photo-strip figure > picture,
.poster-showcase-grid figure > picture,
.daily-moment-grid figure > picture {
  display: block;
  width: 100%;
  height: 100%;
}

.simple-page-grid .image-article span {
  position: absolute;
  left: 22px;
  bottom: 20px;
  padding: 7px 12px;
  background: rgba(255, 254, 247, .84);
  color: var(--leaf);
  font-family: "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
}

@supports not (left: calc(50% + cos(1rad) * 1px)) {
  .tree-dimensions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    min-height: auto;
    border-radius: 0;
    background: transparent;
  }
  .tree-dimensions::before { display: none; }
  .tree-dimensions span {
    position: static;
    transform: none;
    width: auto;
    height: 82px;
  }
}

@media (max-width: 1180px) {
  .feature-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .feature-card {
    min-height: auto;
  }
}

@media (max-width: 980px) {
  .v2-hero,
  .life-tree-hub,
  .story-layout {
    grid-template-columns: 1fr;
  }

  .v2-hero {
    background:
      linear-gradient(180deg, rgba(23, 56, 31, .72), rgba(23, 56, 31, .22)),
      url("./assets/annie-living-garden-warm.png") center / cover no-repeat;
  }

  .living-photo {
    display: none;
  }

  .life-icons,
  .simple-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .feature-cards,
  .life-icons,
  .simple-page-grid {
    grid-template-columns: 1fr;
  }

  .feature-card img,
  .feature-card .card-symbol {
    height: 210px;
  }

  .tree-dimensions {
    min-height: 500px;
    transform: none;
    transform-origin: center;
    margin-inline: 0;
    overflow: hidden;
    border-radius: 26px;
    background-position: center;
  }

  .tree-dimensions::before {
    display: block;
    inset: 0;
  }

  .tree-dimensions::after {
    inset: auto 0 0;
    height: 42%;
    border-radius: 0;
  }

  .tree-dimensions span {
    min-width: 78px;
    min-height: 44px;
    padding: 9px 12px;
    font-size: 15px;
  }

  .tree-dimensions span::before {
    width: 12px;
    height: 18px;
  }

  .tree-dimensions span:nth-child(1) { --x: 28%; --y: 15%; }
  .tree-dimensions span:nth-child(2) { --x: 72%; --y: 22%; }
  .tree-dimensions span:nth-child(3) { --x: 76%; --y: 43%; }
  .tree-dimensions span:nth-child(4) { --x: 68%; --y: 66%; }
  .tree-dimensions span:nth-child(5) { --x: 46%; --y: 82%; }
  .tree-dimensions span:nth-child(6) { --x: 26%; --y: 64%; }
  .tree-dimensions span:nth-child(7) { --x: 22%; --y: 40%; }
}

/* Magazine-style V2.1 homepage */
.magazine-home h1,
.magazine-home h2 {
  letter-spacing: 0;
}

.magazine-hero {
  min-height: 100vh;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  background:
    linear-gradient(90deg, rgba(23, 56, 31, .72), rgba(23, 56, 31, .22) 48%, rgba(23, 56, 31, .08)),
    linear-gradient(180deg, rgba(23, 56, 31, .1), rgba(23, 56, 31, .34)),
    url("./assets/annie-living-garden-warm.png") center / cover no-repeat;
}

.magazine-hero .hero-copy {
  align-self: end;
  max-width: 760px;
  padding-bottom: clamp(44px, 8vw, 110px);
}

.magazine-hero h1 {
  margin-bottom: 22px;
  color: #fffdf4;
  font-size: clamp(48px, 8vw, 98px);
}

.magazine-hero .lead {
  color: rgba(255, 253, 244, .9);
  font-family: "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
}

.floating-line {
  position: absolute;
  right: clamp(22px, 7vw, 108px);
  bottom: clamp(28px, 7vw, 92px);
  z-index: 2;
  margin: 0;
  color: rgba(255, 253, 244, .9);
  font-size: clamp(20px, 2.5vw, 34px);
  line-height: 1.45;
  animation: leafFloat 18s ease-in-out infinite alternate;
}

.why-split,
.practice-feature,
.people-story {
  display: grid;
  grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
  gap: clamp(40px, 8vw, 112px);
  align-items: center;
  background: rgba(255, 254, 247, .88);
}

.why-split p,
.practice-feature p,
.people-story p {
  max-width: 620px;
  color: var(--muted);
  font-size: 17px;
}

.round-icons,
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
}

.round-icons span,
.tag-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .48);
  color: var(--muted);
  font-family: "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
}

.tree-result {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  color: var(--leaf);
  font-size: 24px;
  font-weight: 500;
}

.life-day {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(255, 254, 247, .96) 0%, rgba(248, 251, 240, .92) 48%, rgba(232, 240, 220, .86) 100%),
    url("./assets/garden-leaves-light.jpg") center / cover;
  color: var(--ink);
}

.life-day::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 254, 247, .8), rgba(255, 254, 247, .3) 42%, rgba(255, 254, 247, .78)),
    linear-gradient(180deg, rgba(255, 255, 255, .2), rgba(221, 234, 205, .32));
  pointer-events: none;
}

.life-day .eyebrow,
.life-day .section-heading p {
  color: var(--leaf);
}

.life-day .section-heading,
.day-flow {
  position: relative;
  z-index: 1;
}

.day-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  max-width: 1180px;
  margin: 48px auto 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(83, 111, 68, .2);
  background: rgba(255, 254, 247, .74);
  box-shadow: 0 24px 70px rgba(41, 57, 33, .08);
}

.day-flow li {
  min-height: 210px;
  padding: 30px 22px;
  border-right: 1px solid rgba(83, 111, 68, .16);
  background: linear-gradient(180deg, rgba(255, 254, 247, .74), rgba(248, 251, 240, .62));
  transition: background 1.2s ease, transform 1.2s ease;
}

.day-flow li:hover {
  background: rgba(255, 254, 247, .92);
  transform: translateY(-3px);
}

.day-flow li:last-child {
  border-right: 0;
}

.day-flow span {
  display: block;
  margin-bottom: 58px;
  color: #6c7d59;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 17px;
}

.day-flow strong {
  display: block;
  color: var(--ink);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.35;
}

.poster-strip,
.classes-section,
.articles-section {
  background: rgba(232, 240, 220, .78);
}

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

.poster-grid a {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: rgba(255, 254, 247, .88);
}

.poster-grid img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  filter: saturate(.92);
  transition: transform 1.4s ease, filter 1.4s ease;
}

.poster-grid a:hover img {
  transform: scale(1.025);
  filter: saturate(1.03);
}

.poster-grid span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, .62);
  color: white;
  font-size: 22px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .28);
}

.practice-feature {
  grid-template-columns: minmax(0, .9fr) minmax(320px, 540px);
  background: rgba(255, 254, 247, .88);
}

.practice-feature figure,
.people-story figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
}

.practice-feature img,
.people-story img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}

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

.classes-grid article {
  min-height: 320px;
  padding: 34px;
  background: rgba(255, 254, 247, .88);
}

.classes-grid p {
  color: var(--muted);
}

.article-grid {
  display: grid;
  border-top: 1px solid var(--line);
}

.article-grid a {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 28px;
  align-items: baseline;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.article-grid span {
  color: var(--wood);
  font-family: "Cormorant Garamond", Georgia, serif;
}

.article-grid strong {
  font-size: clamp(23px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.35;
}

.life-column-page .article-grid strong {
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.5;
}

.people-story {
  background: rgba(255, 254, 247, .88);
}

.people-story.reverse {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  background: rgba(232, 240, 220, .78);
}

.portrait-placeholder {
  display: grid;
  place-items: center;
  min-height: 420px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(47, 111, 57, .14), rgba(255, 254, 247, .8)),
    radial-gradient(ellipse at 50% 30%, rgba(215, 182, 95, .18), transparent 54%);
  color: var(--leaf);
  font-size: clamp(28px, 4vw, 48px);
}

.portrait-placeholder.soft {
  color: var(--wood);
  background:
    linear-gradient(135deg, rgba(139, 114, 88, .12), rgba(255, 254, 247, .86)),
    radial-gradient(ellipse at 50% 36%, rgba(215, 182, 95, .22), transparent 58%);
}

.brand-closing {
  min-height: 54vh;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(255, 254, 247, .92), rgba(232, 240, 220, .9)),
    radial-gradient(ellipse at 16% 18%, rgba(47, 111, 57, .16), transparent 42%),
    radial-gradient(ellipse at 84% 8%, rgba(215, 182, 95, .16), transparent 38%);
  color: var(--ink);
  text-align: center;
}

.brand-closing p {
  max-width: min(920px, calc(100vw - 44px));
  margin: 0;
  color: #26351f;
  font-size: clamp(30px, 4.8vw, 62px);
  line-height: 1.38;
}

.calm-hero {
  min-height: 96vh;
  grid-template-columns: 1fr;
  align-items: end;
  isolation: isolate;
  background-image: url("./assets/optimized/home-hero-space-tree-fallback.jpg");
  background-image: image-set(
    url("./assets/optimized/home-hero-space-tree-1280.webp") 1x,
    url("./assets/optimized/home-hero-space-tree-1700.webp") 2x
  );
  background-position: center 48%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fffdf4;
}

.calm-hero::before {
  background:
    linear-gradient(90deg, rgba(10, 29, 16, .62) 0%, rgba(10, 29, 16, .31) 42%, rgba(10, 29, 16, .05) 72%),
    linear-gradient(180deg, rgba(9, 25, 13, .02) 28%, rgba(9, 25, 13, .12) 58%, rgba(9, 25, 13, .38) 100%);
  filter: none;
  opacity: 1;
}

.calm-hero .hero-copy {
  max-width: 900px;
  padding-bottom: clamp(44px, 8vw, 110px);
}

.calm-hero h1 {
  color: #fffdf4;
  max-width: 880px;
  font-size: clamp(48px, 6.6vw, 84px);
}

.calm-hero .lead {
  color: rgba(255, 253, 244, .9);
}

.life-day .section-heading p.life-tree-transition {
  max-width: 620px;
  margin: 20px auto 0;
  color: #476a43;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.65;
}

.calm-hero .button:not(.primary) {
  border-color: rgba(255, 253, 244, .62);
  background: rgba(255, 253, 244, .14);
  color: #fffdf4;
  box-shadow: none;
}

.calm-hero .button:not(.primary):hover,
.calm-hero .button:not(.primary):focus-visible {
  background: rgba(255, 253, 244, .24);
}

.why-statement {
  background: rgba(255, 254, 247, .92);
}

.why-kicker {
  margin-bottom: clamp(30px, 4vw, 52px);
  color: var(--leaf);
  font-family: "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.why-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr);
  gap: clamp(48px, 9vw, 140px);
  align-items: start;
}

.why-layout h2 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(52px, 7.4vw, 104px);
  line-height: 1.14;
}

.why-copy p {
  color: var(--tree-gray);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.9;
}

.tone-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 48px;
}

.tone-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  padding: 0 22px;
  border: 1px solid rgba(24, 25, 20, .14);
  background: rgba(255, 255, 255, .44);
  color: #4c5b42;
  font-family: "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 22px;
}

.experience-section {
  background: rgba(232, 240, 220, .78);
}

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

.experience-grid article {
  min-height: 330px;
  padding: 34px;
  background: rgba(255, 254, 247, .9);
}

.experience-grid .image-card {
  min-height: 520px;
  padding: 0;
  overflow: hidden;
}

.image-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  filter: saturate(.94);
}

.image-card > picture {
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.image-card > picture img {
  height: 100%;
}

.image-card div {
  padding: 30px;
}

.experience-grid p {
  color: var(--muted);
}

.garden-gallery {
  background: rgba(255, 254, 247, .9);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.gallery-grid figure {
  position: relative;
  min-height: 480px;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 254, 247, .86);
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  filter: saturate(.95);
  transition: transform 2.4s ease, filter 2.4s ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.025);
  filter: saturate(1.04);
}

.gallery-grid figcaption {
  position: absolute;
  left: 22px;
  bottom: 20px;
  padding: 7px 12px;
  background: rgba(255, 254, 247, .82);
  color: var(--leaf);
  font-family: "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
}

.real-moments {
  background: rgba(255, 254, 247, .92);
}

.moment-grid,
.photo-strip,
.daily-moment-grid {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.moment-grid {
  grid-template-columns: 1.1fr .85fr .85fr;
  grid-auto-rows: 260px;
}

.moment-grid figure,
.photo-strip figure,
.daily-moment-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 254, 247, .82);
}

.moment-grid .wide {
  grid-column: span 2;
}

.moment-grid .tall {
  grid-row: span 2;
}

.moment-grid img,
.photo-strip img,
.daily-moment-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 2.6s ease, filter 2.6s ease;
}

.moment-grid figure:hover img,
.photo-strip figure:hover img,
.daily-moment-grid figure:hover img {
  transform: scale(1.025);
  filter: saturate(1.04);
}

.moment-grid figcaption,
.photo-strip figcaption,
.daily-moment-grid figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 7px 12px;
  background: rgba(255, 254, 247, .84);
  color: var(--leaf);
  font-family: "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
}

.daily-moments {
  background: rgba(232, 240, 220, .78);
}

.daily-moment-grid {
  grid-template-columns: 1.15fr .85fr .85fr;
  grid-auto-rows: 280px;
}

.daily-moment-grid .wide {
  grid-column: span 2;
}

.daily-moment-grid .tall {
  grid-row: span 2;
}

.photo-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: rgba(232, 240, 220, .78);
}

.photo-strip figure {
  min-height: 360px;
}

.drink-feature,
.meal-photo-feature,
.class-feature {
  display: grid;
  grid-template-columns: minmax(320px, 540px) minmax(0, 1fr);
  gap: clamp(36px, 8vw, 104px);
  align-items: center;
  background: rgba(255, 254, 247, .88);
}

.meal-photo-feature,
.class-feature {
  background: rgba(232, 240, 220, .78);
}

.drink-feature figure,
.meal-photo-feature figure,
.class-feature figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 254, 247, .8);
}

.drink-feature img,
.meal-photo-feature img,
.class-feature img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
}

.drink-feature p,
.meal-photo-feature p,
.class-feature p {
  max-width: 600px;
  color: var(--muted);
}

.drink-list article {
  min-height: 310px;
}

.drink-posters {
  background: rgba(255, 254, 247, .92);
}

.booking-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding-top: clamp(56px, 7vw, 92px);
  padding-bottom: clamp(56px, 7vw, 92px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--line);
}

.booking-notes article {
  min-height: 230px;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(255, 254, 247, .92), rgba(232, 240, 220, .72));
}

.booking-notes span {
  display: block;
  margin-bottom: 34px;
  color: var(--wood);
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 13px;
}

.booking-notes strong {
  display: block;
  margin-bottom: 16px;
  color: var(--leaf);
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 400;
  line-height: 1.25;
}

.booking-notes p {
  margin: 0;
  color: var(--muted);
}

.js-ready .drink-posters.section-reveal {
  opacity: 1;
  transform: translateY(0);
}

.drink-poster-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.drink-poster-grid article {
  overflow: hidden;
  background: rgba(255, 254, 247, .9);
  border: 1px solid rgba(71, 92, 57, .18);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.drink-poster-grid img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: top center;
  transition: transform 2.8s ease, filter 2.8s ease;
}

.drink-poster-grid article:hover img {
  transform: scale(1.018);
  filter: saturate(1.03);
}

.drink-poster-grid article > div {
  padding: 20px 18px 22px;
}

.drink-poster-grid h3 {
  margin: 0 0 9px;
  font-size: 20px;
}

.drink-poster-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--leaf);
  font-size: 14px;
}

.drink-poster-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.drink-choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: rgba(232, 240, 220, .68);
}

.drink-choice p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.8;
}

.image-card img,
.gallery-grid img,
.moment-grid img,
.photo-strip img,
.daily-moment-grid img,
.practice-feature img,
.people-story img,
.drink-feature img,
.meal-photo-feature img,
.class-feature img,
.simple-page-grid .image-article img {
  filter: saturate(.94) contrast(.98) brightness(1.02);
}

.image-card:hover img,
.gallery-grid figure:hover img,
.moment-grid figure:hover img,
.photo-strip figure:hover img,
.daily-moment-grid figure:hover img {
  filter: saturate(.99) contrast(1) brightness(1.03);
}

.drink-poster-grid img {
  filter: saturate(.9) contrast(.96) brightness(1.03);
}

.drink-poster-grid article:hover img {
  filter: saturate(.96) contrast(.98) brightness(1.04);
}

.poster-showcase {
  background:
    linear-gradient(135deg, rgba(255, 254, 247, .94), rgba(232, 240, 220, .78)),
    radial-gradient(ellipse at 10% 0%, rgba(215, 182, 95, .12), transparent 34%);
}

.poster-showcase .section-heading p {
  max-width: 720px;
}

.poster-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, .7fr);
  gap: clamp(16px, 2.4vw, 30px);
  align-items: start;
}

.poster-showcase figure,
.rainbow-poster-layout figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(71, 92, 57, .16);
  background: rgba(255, 254, 247, .84);
  box-shadow: 0 22px 54px rgba(41, 57, 33, .08);
}

.poster-showcase img,
.rainbow-poster-layout img {
  width: 100%;
  height: auto;
}

.poster-showcase-grid figure:not(.poster-large) {
  max-width: 420px;
}

.rainbow-poster-layout {
  display: grid;
  grid-template-columns: minmax(300px, 520px) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
}

.rainbow-poster-layout > div {
  max-width: 620px;
}

.rainbow-poster-layout p {
  color: var(--muted);
}

@media (max-width: 1180px) {
  .poster-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .gallery-grid figure:nth-child(3) {
    grid-column: 1 / -1;
    min-height: 420px;
  }

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

  .daily-moment-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .booking-notes {
    grid-template-columns: 1fr;
  }

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

  .poster-showcase-grid .poster-large {
    grid-column: 1 / -1;
  }

  .moment-grid .wide,
  .moment-grid .tall,
  .daily-moment-grid .wide,
  .daily-moment-grid .tall {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 980px) {
  .why-split,
  .practice-feature,
  .people-story,
  .people-story.reverse,
  .drink-feature,
  .meal-photo-feature,
    .class-feature {
    grid-template-columns: 1fr;
  }

  .rainbow-poster-layout {
    grid-template-columns: 1fr;
  }

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

  .day-flow li:nth-child(2n) {
    border-right: 0;
  }

  .floating-line {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 24px;
  }

  .why-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .poster-grid,
  .classes-grid,
  .day-flow,
  .experience-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid figure:nth-child(3) {
    grid-column: auto;
  }

  .moment-grid,
  .photo-strip,
  .daily-moment-grid,
  .drink-poster-grid {
    grid-template-columns: 1fr;
  }

  .poster-showcase-grid {
    grid-template-columns: 1fr;
  }

  .poster-showcase-grid .poster-large {
    grid-column: auto;
  }

  .moment-grid,
  .daily-moment-grid {
    grid-auto-rows: 320px;
  }

  .day-flow li {
    min-height: 142px;
    border-right: 0;
    border-bottom: 1px solid rgba(83, 111, 68, .16);
  }

  .day-flow span {
    margin-bottom: 18px;
  }

  .article-grid a {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .life-column-page .article-grid a {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 24px 0;
  }

  .life-column-page .note-card-grid {
    margin-top: 32px;
  }

  .life-column-page .note-card h3 {
    font-size: 20px;
  }

  .practice-feature img,
  .people-story img,
  .drink-feature img,
  .meal-photo-feature img,
  .class-feature img {
    height: 360px;
  }

  .gallery-grid figure,
  .gallery-grid img {
    min-height: 340px;
  }

  .drink-poster-grid article,
  .drink-poster-grid img {
    min-height: 520px;
  }

  .why-layout h2 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .tone-tags span {
    min-height: 48px;
    font-size: 18px;
  }
}

/* Typography refinement: softer, calmer lifestyle-brand rhythm */
body,
button,
input,
select,
textarea {
  font-family: var(--font-sans);
  letter-spacing: 0;
}

body {
  color: #1d281b;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.84;
}

h1,
h2,
h3,
.mission h2,
.brand-closing p,
.why-layout h2,
.magazine-hero h1,
.calm-hero h1,
.life-day h2,
.practice-feature h2,
.people-story h2,
.drink-feature h2,
.meal-photo-feature h2,
.class-feature h2 {
  font-family: var(--font-sans);
  letter-spacing: 0;
  color: var(--ink);
  text-wrap: balance;
}

h1,
.magazine-hero h1,
.calm-hero h1 {
  max-width: 760px;
  font-size: clamp(40px, 5.2vw, 56px);
  font-weight: 560;
  line-height: 1.3;
}

h2,
.mission h2,
.why-layout h2,
.life-day h2,
.practice-feature h2,
.people-story h2,
.drink-feature h2,
.meal-photo-feature h2,
.class-feature h2 {
  font-size: clamp(28px, 3vw, 34px);
  font-weight: 500;
  line-height: 1.38;
}

h3,
.enterprise-list h3,
.value-list h3 {
  font-size: clamp(19px, 1.8vw, 22px);
  font-weight: 500;
  line-height: 1.48;
}

p,
li,
.lead,
.mission p,
.v2-hero .lead,
.magazine-hero .lead,
.calm-hero .lead,
.why-layout p,
.life-tree-hub p,
.brand-closing p,
.article-grid p,
.service-card p,
.experience-card p {
  font-family: var(--font-sans);
  font-weight: 350;
  line-height: 1.82;
}

.lead,
.v2-hero .lead,
.magazine-hero .lead,
.calm-hero .lead {
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.78;
}

.site-nav,
.button,
.eyebrow,
.section-label,
label,
figcaption,
.tone-tags span,
.tree-dimensions span {
  font-family: var(--font-sans);
}

.site-nav {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}

.brand strong {
  font-family: var(--font-sans);
  font-weight: 500;
  line-height: 1.15;
}

.brand small {
  font-family: var(--font-sans);
  font-weight: 400;
  line-height: 1.25;
}

.button {
  font-weight: 500;
}

.eyebrow,
.section-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 720px) {
  body {
    font-size: 15px;
    line-height: 1.82;
  }

  h1,
  .magazine-hero h1,
  .calm-hero h1 {
    font-size: clamp(36px, 10vw, 48px);
    line-height: 1.28;
  }

  h2,
  .mission h2,
  .why-layout h2,
  .life-day h2,
  .practice-feature h2,
  .people-story h2,
  .drink-feature h2,
  .meal-photo-feature h2,
  .class-feature h2 {
    font-size: clamp(26px, 8vw, 32px);
    line-height: 1.36;
  }
}

/* Tree Practice: real community training under the landmark tree */
.tree-practice-page .tree-practice-hero {
  min-height: 90vh;
  grid-template-columns: 1fr;
  align-items: end;
  isolation: isolate;
  background-image: url("./assets/optimized/tree-practice-community-fallback.jpg");
  background-image: image-set(
    url("./assets/optimized/tree-practice-community-1280.webp") 1x,
    url("./assets/optimized/tree-practice-community-1700.webp") 2x
  );
  background-position: center 48%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fffdf4;
}

.tree-practice-page .tree-practice-hero::before {
  background:
    linear-gradient(90deg, rgba(10, 28, 15, .66) 0%, rgba(10, 28, 15, .34) 38%, rgba(10, 28, 15, .05) 70%),
    linear-gradient(180deg, rgba(8, 22, 12, .03) 32%, rgba(8, 22, 12, .16) 62%, rgba(8, 22, 12, .48) 100%);
  filter: none;
  opacity: 1;
}

.tree-practice-page .tree-practice-hero .hero-copy {
  max-width: 720px;
  padding-bottom: clamp(44px, 7vw, 92px);
}

.tree-practice-page .tree-practice-hero h1,
.tree-practice-page .tree-practice-hero .eyebrow,
.tree-practice-page .tree-practice-hero .lead {
  color: #fffdf4;
  text-shadow: 0 2px 18px rgba(8, 24, 13, .36);
}

.tree-practice-page .practice-feature img {
  object-position: center 38%;
}

.tree-practice-page .simple-page-grid .image-article img {
  object-position: center 38%;
}

.tree-practice-page .image-article-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 12px;
  background: rgba(255, 254, 247, .9);
  box-shadow: 0 12px 30px rgba(22, 44, 24, .14);
  backdrop-filter: blur(8px);
}

.tree-practice-page .image-article-caption strong {
  display: block;
  color: var(--ink);
  font-size: 17px;
  font-weight: 600;
}

.tree-practice-page .image-article-caption ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin: 7px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 13px;
  list-style: none;
}

.tree-practice-page .image-article-caption li::before {
  content: "•";
  margin-right: 5px;
  color: var(--leaf);
}

@media (max-width: 720px) {
  .tree-practice-page .tree-practice-hero {
    min-height: max(700px, 100svh);
    align-items: start;
    padding-top: clamp(132px, 18vh, 164px);
    background-image: url("./assets/optimized/tree-practice-community-mobile-720.webp");
    background-position: center center;
  }

  .tree-practice-page .tree-practice-hero::before {
    background:
      linear-gradient(90deg, rgba(9, 27, 14, .68) 0%, rgba(9, 27, 14, .38) 72%, rgba(9, 27, 14, .12) 100%),
      linear-gradient(180deg, rgba(8, 23, 12, .24) 0%, rgba(8, 23, 12, .04) 54%, rgba(8, 23, 12, .42) 100%);
  }

  .tree-practice-page .tree-practice-hero .hero-copy {
    max-width: 520px;
    padding-bottom: 0;
  }

  .tree-practice-page .tree-practice-hero h1 {
    font-size: clamp(34px, 9.2vw, 38px);
    line-height: 1.24;
    letter-spacing: -.02em;
  }
}

/* Yixiyun Design System v1.0: breathable health lifestyle foundation */
:root {
  --ink: #1a1a1a;
  --muted: #666666;
  --leaf: #2f6f39;
  --moss: #6f8b58;
  --sage: #e3ead9;
  --cream: #f6f5ed;
  --paper: rgba(255, 254, 247, .92);
  --line: rgba(26, 26, 26, .1);
  --shadow: 0 14px 36px rgba(47, 79, 43, .06);
}

body {
  color: #333333;
  background:
    linear-gradient(180deg, rgba(246, 245, 237, .96) 0%, rgba(237, 244, 226, .86) 52%, rgba(246, 245, 237, .98) 100%);
}

body::before {
  opacity: .36;
  background:
    radial-gradient(ellipse at 14% 4%, rgba(47, 111, 57, .16) 0 10%, transparent 34%),
    radial-gradient(ellipse at 86% 8%, rgba(111, 139, 88, .14) 0 10%, transparent 32%);
}

body::after {
  opacity: .08;
}

.site-header {
  background: rgba(246, 245, 237, .88);
}

section {
  padding-block: clamp(72px, 9vw, 108px);
}

.section-heading {
  margin-bottom: clamp(32px, 5vw, 56px);
}

.section-heading.narrow {
  max-width: 720px;
}

.section-heading h2,
.daily-moments .section-heading h2,
.real-moments .section-heading h2,
.experience-section .section-heading h2,
.garden-gallery .section-heading h2 {
  max-width: 760px;
}

.button {
  min-height: 48px;
  border-radius: 12px;
  border-color: rgba(47, 111, 57, .58);
  color: var(--leaf);
  background: transparent;
  box-shadow: none;
}

.button:hover,
.button:focus-visible {
  background: rgba(47, 111, 57, .08);
  transform: translateY(-1px);
}

.button.primary,
.contact-form .button.primary,
.button.is-submitted {
  border-color: var(--leaf);
  background: var(--leaf);
  color: #fff;
  box-shadow: none;
}

.button.primary:hover,
.button.primary:focus-visible,
.contact-form .button.primary:hover,
.contact-form .button.primary:focus-visible {
  background: #3d7d45;
}

.hand-icon {
  box-shadow: none;
}

.tree-map article,
.service-list article,
.enterprise-list article,
.food-grid article,
.story-grid article,
.connection-path article,
.value-list article,
.event-list article,
.feature-card,
.simple-page-grid article,
.classes-grid article,
.article-grid a,
.experience-grid article,
.image-card div,
.drink-list article,
.booking-notes article,
.contact-form,
.assessment-panel,
.life-tree-hub,
.tree-dimensions,
.tone-tags span {
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.tree-map article,
.service-list article,
.enterprise-list article,
.food-grid article,
.story-grid article,
.connection-path article,
.value-list article,
.event-list article,
.feature-card,
.simple-page-grid article,
.classes-grid article,
.article-grid a,
.experience-grid article,
.image-card div,
.drink-list article,
.booking-notes article,
.contact-form,
.assessment-panel {
  background: rgba(255, 254, 247, .88);
}

.tree-map article:hover,
.tree-map article:focus-within,
.service-list article:hover,
.service-list article:focus-within,
.article-grid a:hover,
.experience-grid .image-card:hover {
  box-shadow: 0 18px 42px rgba(47, 79, 43, .08);
}

.image-card img,
.gallery-grid img,
.moment-grid img,
.daily-moment-grid img,
.photo-strip img,
.practice-feature img,
.people-story img,
.drink-feature img,
.meal-photo-feature img,
.class-feature img,
.simple-page-grid .image-article img {
  filter: saturate(.88) contrast(.94) brightness(1.04);
}

.image-card:hover img,
.gallery-grid figure:hover img,
.moment-grid figure:hover img,
.daily-moment-grid figure:hover img,
.photo-strip figure:hover img {
  filter: saturate(.92) contrast(.96) brightness(1.04);
}

.eyebrow,
.section-label,
figcaption,
.brand small,
.article-grid span {
  color: #666666;
}

.site-nav a:hover,
.site-nav a[aria-current="page"],
.text-link,
.event-list a {
  color: var(--leaf);
}

input,
select {
  border-radius: 12px;
  color: #333333;
}

@media (max-width: 720px) {
  section {
    padding-block: 64px;
  }

  .button {
    border-radius: 12px;
  }
}

.mission,
.life-poem,
.life {
  background: rgba(232, 240, 220, .78);
  color: #333333;
}

.mission .eyebrow,
.life .eyebrow,
.life .section-heading p {
  color: var(--leaf);
}

.mission-copy,
.life-poem,
.poem-line {
  color: #666666;
}

.poem-line {
  border-color: rgba(26, 26, 26, .1);
}

.assessment-panel button {
  border-color: rgba(47, 111, 57, .2);
  border-radius: 12px;
  background: rgba(255, 254, 247, .82);
  color: #333333;
  font-family: var(--font-sans);
  font-weight: 400;
  box-shadow: none;
}

.assessment-panel button:hover,
.assessment-panel button.is-active {
  border-color: rgba(47, 111, 57, .5);
  background: rgba(232, 240, 220, .86);
  transform: translateX(2px);
}

.tree-trunk {
  background: #6f8b58;
}

.tree-trunk::before,
.tree-trunk::after {
  border-top-color: #5f7a4c;
}

.daily-moment-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: clamp(220px, 18vw, 300px);
}

.moment-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: clamp(240px, 21vw, 330px);
}

.moment-grid .wide,
.moment-grid .tall {
  grid-column: auto;
  grid-row: auto;
}

.daily-moment-grid .wide,
.daily-moment-grid .tall {
  grid-column: auto;
  grid-row: auto;
}

@media (max-width: 1020px) {
  .moment-grid,
  .daily-moment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 300px;
  }
}

@media (max-width: 620px) {
  .moment-grid,
  .daily-moment-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 320px;
  }
}

.practitioner-story {
  display: grid;
  grid-template-columns: minmax(280px, 460px) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: center;
  background: rgba(255, 254, 247, .74);
}

.practitioner-story figure,
.column-intro figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(232, 240, 220, .72);
}

.practitioner-story figure {
  aspect-ratio: 4 / 3;
}

.practitioner-story img,
.column-intro img,
.about-photo-strip img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.88) contrast(.94) brightness(1.04);
}

.practitioner-story img {
  object-position: center;
  filter: saturate(.98) contrast(.98) brightness(1.01);
}

.story-copy {
  max-width: 760px;
}

.story-copy h2,
.column-intro h2 {
  max-width: 820px;
  font-weight: 500;
  line-height: 1.34;
}

.life-column-page .column-intro h2 {
  font-size: clamp(26px, 3.2vw, 42px);
}

.life-column-page .column-intro img {
  object-position: center 22%;
}

.course-status {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 11px;
  border: 1px solid rgba(107, 102, 82, .22);
  border-radius: 999px;
  background: rgba(107, 102, 82, .08);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}

.course-status.is-open {
  border-color: rgba(47, 111, 57, .24);
  background: rgba(47, 111, 57, .1);
  color: var(--leaf);
}

.story-copy .lead {
  color: var(--ink);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.72;
}

.story-copy p:not(.eyebrow),
.column-intro p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.9;
}

.about-photo-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.about-photo-strip figure {
  position: relative;
  min-height: clamp(280px, 26vw, 420px);
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(232, 240, 220, .72);
}

.about-photo-strip figcaption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255, 254, 247, .82);
  color: var(--leaf);
  backdrop-filter: blur(8px);
}

.column-intro {
  display: grid;
  grid-template-columns: minmax(280px, 520px) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
  background: rgba(232, 240, 220, .68);
}

.column-intro figure {
  aspect-ratio: 4 / 3;
}

@media (max-width: 900px) {
  .practitioner-story,
  .column-intro {
    grid-template-columns: 1fr;
  }

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

  .drink-choice {
    align-items: flex-start;
    flex-direction: column;
  }
}

.calm-home .calm-hero h1 {
  color: #fffdf4;
  text-shadow: 0 3px 22px rgba(8, 25, 12, .3);
}

.calm-home .calm-hero .eyebrow,
.calm-home .calm-hero .lead {
  color: rgba(255, 253, 244, .92);
}

.daily-moment-grid .poster-tile {
  background: #f7f2e7;
}

.daily-moment-grid .poster-tile img {
  object-fit: contain;
  background: #f7f2e7;
  filter: saturate(.92) contrast(.98);
}

.daily-moment-grid .poster-tile:hover img {
  transform: none;
}

.contact-form {
  padding: clamp(20px, 4vw, 30px);
}

.contact-form textarea {
  width: 100%;
  min-height: 116px;
  resize: vertical;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  font: 16px/1.55 var(--font-sans);
}

.contact-form input:focus-visible,
.contact-form select:focus-visible,
.contact-form textarea:focus-visible {
  outline: 3px solid rgba(47, 122, 61, 0.2);
  outline-offset: 2px;
  border-color: var(--leaf);
}

.contact-form [aria-invalid="true"] {
  border-color: #a44a3f;
  box-shadow: 0 0 0 3px rgba(164, 74, 63, 0.12);
}

.contact-form .booking-consent {
  display: grid;
  gap: 7px;
  padding: 14px 16px;
  border: 1px solid rgba(47, 122, 61, 0.22);
  border-radius: 10px;
  background: rgba(232, 240, 220, 0.48);
}

.contact-form .booking-consent label {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: var(--ink);
  line-height: 1.65;
  cursor: pointer;
}

.contact-form .booking-consent input[type="checkbox"] {
  flex: 0 0 20px;
  width: 20px;
  min-height: 20px;
  height: 20px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: var(--leaf);
}

.contact-form .booking-consent p {
  margin: 0 0 0 31px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.contact-form .booking-status {
  margin: 0;
  padding: 12px 14px;
  border-left: 3px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-size: 14px;
  line-height: 1.65;
}

.contact-form[data-state="submitting"] .booking-status {
  border-left-color: #b28738;
  background: rgba(239, 224, 175, 0.32);
}

.contact-form[data-state="success"] .booking-status {
  border-left-color: var(--leaf);
  background: rgba(223, 233, 216, 0.62);
  color: #245b31;
}

.contact-form[data-state="error-retryable"] .booking-status,
.contact-form[data-state="error-terminal"] .booking-status,
.contact-form[data-state="invalid"] .booking-status {
  border-left-color: #a44a3f;
  background: rgba(164, 74, 63, 0.08);
  color: #79372f;
}

.contact-form .button.primary {
  width: 100%;
  min-height: 50px;
}

.contact-form .button:disabled,
.contact-form .button:disabled:hover {
  cursor: not-allowed;
  opacity: 0.66;
  transform: none;
}

.contact-form[data-state="submitting"] .button.primary {
  cursor: wait;
}

@media (max-width: 720px) {
  .calm-home .calm-hero {
    min-height: max(700px, 100svh);
    align-items: start;
    padding-top: clamp(132px, 19vh, 168px);
    background-image: url("./assets/optimized/home-hero-space-tree-mobile-720.webp");
    background-position: center center;
  }

  .calm-home .calm-hero::before {
    background:
      linear-gradient(90deg, rgba(9, 27, 14, .66) 0%, rgba(9, 27, 14, .37) 70%, rgba(9, 27, 14, .14) 100%),
      linear-gradient(180deg, rgba(9, 25, 13, .22) 0%, rgba(9, 25, 13, .05) 55%, rgba(9, 25, 13, .42) 100%);
  }

  .calm-home .calm-hero .hero-copy {
    max-width: 520px;
    padding-bottom: 0;
  }

  .life-day .section-heading p.life-tree-transition {
    margin-top: 14px;
    font-size: 18px;
  }
}
/* 2026-07-07 homepage polish */
.calm-home .calm-hero h1 {
  color: #fffdf2;
  font-size: clamp(40px, 5.2vw, 58px);
  font-weight: 600;
  line-height: 1.25;
  text-shadow: 0 2px 18px rgba(15, 39, 22, 0.34);
}

.calm-home .calm-hero h1,
.calm-home .calm-hero h1 *,
.calm-home .calm-hero h1 strong,
.calm-home .calm-hero h1 span {
  color: #fffdf2 !important;
}

.calm-home .calm-hero .eyebrow,
.calm-home .calm-hero .lead,
.calm-home .calm-hero .floating-line {
  color: rgba(255, 253, 242, 0.92);
}

.button.primary,
.contact-form .button.primary,
.calm-home .calm-hero .button.primary,
.button.is-submitted {
  border-color: rgba(47, 122, 61, 0.2);
  background: #2f7a3d;
  color: #fffdf4;
  box-shadow: 0 16px 34px rgba(47, 122, 61, 0.2);
}

.button.primary:hover,
.button.primary:focus-visible,
.contact-form .button.primary:hover,
.contact-form .button.primary:focus-visible,
.calm-home .calm-hero .button.primary:hover,
.calm-home .calm-hero .button.primary:focus-visible {
  background: #256d35;
  color: #fffdf4;
}

.calm-home .calm-hero .button:not(.primary) {
  border-color: rgba(255, 253, 242, 0.45);
  background: rgba(255, 253, 242, 0.16);
  color: #fffdf4;
}

.practitioner-story {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 108px) var(--page-x);
}

.host-copy .lead {
  color: var(--ink);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.72;
}

.host-copy p:not(.eyebrow):not(.lead) {
  color: var(--muted);
  line-height: 1.88;
}

.daily-moment-grid .poster-tile {
  grid-column: 1 / -1;
  grid-row: auto;
  min-height: 0;
  height: auto;
  align-self: start;
  overflow: visible;
  background: #f7f2e7;
}

.daily-moment-grid .poster-tile img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  padding: clamp(10px, 1.2vw, 18px);
  background: #f7f2e7;
}

.daily-moment-grid .poster-tile:hover img {
  transform: none;
}

@media (max-width: 720px) {
  .daily-moment-grid .poster-tile {
    min-height: 0;
  }

  .calm-home .calm-hero h1 {
    font-size: clamp(34px, 9.2vw, 38px);
    line-height: 1.24;
    letter-spacing: -.02em;
  }
}
/* About calm V1.1: fewer chapters, real images, quiet rhythm */
.about-calm-page {
  --about-calm-ink: #283328;
  --about-calm-muted: #667064;
  --about-calm-leaf: #2f6f39;
  --about-calm-line: rgba(40, 51, 40, .13);
  --about-calm-paper: #f8f6ed;
  background: var(--about-calm-paper);
  color: var(--about-calm-ink);
}

.about-calm-page main {
  overflow: clip;
}

.about-calm-page main > section {
  padding: clamp(78px, 9vw, 124px) clamp(22px, 7vw, 120px);
  border-top: 1px solid var(--about-calm-line);
}

.about-calm-page h1,
.about-calm-page h2,
.about-calm-page h3 {
  color: var(--about-calm-ink);
}

.about-calm-page .eyebrow {
  margin-bottom: 18px;
  color: var(--about-calm-leaf);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .14em;
}

.about-calm-page .site-header {
  background: rgba(248, 246, 237, .9);
}

.js-ready .about-calm-page .section-reveal {
  transition: opacity .9s ease, transform .9s ease;
}

.about-calm-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: max(620px, 84svh);
  align-items: flex-end;
  padding-top: 150px !important;
  padding-bottom: clamp(68px, 9vh, 98px) !important;
  overflow: hidden;
  border-top: 0 !important;
  background: #17381f;
}

.about-calm-hero-media {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.about-calm-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 28, 15, .76), rgba(10, 28, 15, .18) 76%),
    linear-gradient(180deg, rgba(10, 28, 15, .08) 30%, rgba(10, 28, 15, .72));
}

.about-calm-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 43%;
  filter: saturate(.82) contrast(.94);
}

.about-calm-hero-copy {
  width: min(1180px, 100%);
}

.about-calm-page .about-calm-hero .eyebrow {
  color: rgba(255, 253, 244, .72);
}

.about-calm-page .about-calm-hero h1 {
  max-width: 1180px;
  margin-bottom: 24px;
  color: #fffdf4;
  font-size: clamp(42px, 5vw, 60px);
  font-weight: 520;
  line-height: 1.25;
}

.about-calm-hero-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin-bottom: 32px;
  color: rgba(255, 253, 244, .84);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.9;
}

.about-calm-hero-copy > a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255, 253, 244, .42);
  color: rgba(255, 253, 244, .9);
  font-size: 14px;
}

.about-calm-hero-copy > a span {
  transition: transform .25s ease;
}

.about-calm-hero-copy > a:hover span,
.about-calm-hero-copy > a:focus-visible span {
  transform: translateY(3px);
}

.about-calm-story {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .7fr);
  gap: clamp(54px, 8vw, 110px);
  background: var(--about-calm-paper);
}

.about-calm-story-intro {
  align-self: center;
}

.about-calm-story-intro h2 {
  max-width: 680px;
  margin-bottom: 28px;
  font-size: clamp(30px, 3.6vw, 46px);
}

.about-calm-story-intro > p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--about-calm-muted);
  font-size: 17px;
  line-height: 1.9;
}

.about-calm-story-photo {
  margin: 0;
  align-self: start;
}

.about-calm-story-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 28%;
  border-radius: 14px;
  filter: saturate(.84) contrast(.96);
}

.about-calm-story-photo figcaption {
  padding-top: 14px;
  color: #747c72;
  font-size: 13px;
}

.about-calm-story-notes {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 7vw, 96px);
  margin-top: 10px;
  padding-top: clamp(46px, 6vw, 74px);
  border-top: 1px solid var(--about-calm-line);
}

.about-calm-story-notes article {
  max-width: 560px;
}

.about-calm-story-notes span {
  display: block;
  margin-bottom: 18px;
  color: var(--about-calm-leaf);
  font-size: 12px;
  letter-spacing: .12em;
}

.about-calm-story-notes h3 {
  max-width: 520px;
  margin-bottom: 16px;
  font-size: clamp(21px, 2.2vw, 28px);
  font-weight: 500;
  line-height: 1.55;
}

.about-calm-story-notes p {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--about-calm-muted);
  line-height: 1.9;
}

.about-calm-family {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1fr);
  gap: clamp(54px, 9vw, 120px);
  align-items: center;
  background: #f0e8db;
}

.about-calm-family-visual {
  display: flex;
  aspect-ratio: 4 / 5;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(90, 74, 52, .16);
  border-radius: 14px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, .48), transparent 50%),
    #d8dfc8;
  color: #65705f;
  text-align: center;
}

.about-calm-family-visual span {
  margin-bottom: 10px;
  font-size: 14px;
}

.about-calm-family-visual small {
  max-width: 250px;
  color: #788072;
  line-height: 1.7;
}

.about-calm-family-copy {
  max-width: 680px;
}

.about-calm-family-copy h2 {
  margin-bottom: 28px;
}

.about-calm-family-copy > p:not(.eyebrow) {
  margin-bottom: 18px;
  color: #686358;
  font-size: 17px;
  line-height: 1.95;
}

.about-calm-family-copy > p:last-child {
  margin-bottom: 0;
}

.about-calm-place {
  background: #fbf9f1;
}

.about-calm-place-heading {
  max-width: 720px;
  margin-bottom: clamp(42px, 6vw, 68px);
}

.about-calm-place-heading h2 {
  margin-bottom: 24px;
}

.about-calm-place-heading > p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--about-calm-muted);
  font-size: 17px;
}

.about-calm-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: clamp(320px, 35vw, 520px);
  gap: 18px;
}

.about-calm-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
}

.about-calm-gallery .is-wide {
  grid-column: 1 / -1;
}

.about-calm-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.86) contrast(.96);
}

.about-calm-gallery .is-wide img {
  object-position: center 46%;
}

.about-calm-gallery figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(248, 246, 237, .82);
  color: #465444;
  font-size: 13px;
  backdrop-filter: blur(7px);
}

.about-calm-closing {
  display: grid;
  grid-template-columns: minmax(300px, .76fr) minmax(0, 1fr);
  gap: clamp(54px, 9vw, 120px);
  align-items: center;
  background: #e4ecd9;
}

.about-calm-closing figure {
  margin: 0;
}

.about-calm-closing figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 14px;
  filter: saturate(.84) contrast(.96);
}

.about-calm-closing-copy {
  max-width: 720px;
}

.about-calm-closing-copy h2 {
  max-width: 680px;
  margin-bottom: 28px;
}

.about-calm-closing-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 16px;
  color: #5f695c;
  font-size: 17px;
  line-height: 1.9;
}

.about-calm-actions {
  display: flex;
  gap: 16px 28px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.about-calm-actions a {
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(47, 111, 57, .4);
  color: var(--about-calm-leaf);
  font-size: 14px;
}

.about-calm-actions a:last-child {
  border-bottom-color: rgba(40, 51, 40, .22);
  color: #5f695c;
}

.about-calm-actions span {
  display: inline-block;
  margin-left: 6px;
  transition: transform .25s ease;
}

.about-calm-actions a:hover span,
.about-calm-actions a:focus-visible span {
  transform: translateX(3px);
}

@media (max-width: 900px) {
  .about-calm-page main > section {
    padding-inline: clamp(22px, 5vw, 52px);
  }

  .about-calm-story,
  .about-calm-family,
  .about-calm-closing {
    grid-template-columns: 1fr;
  }

  .about-calm-story-photo,
  .about-calm-family-visual,
  .about-calm-closing figure {
    width: min(520px, 88%);
  }

  .about-calm-story-photo {
    justify-self: end;
  }

  .about-calm-family-visual {
    justify-self: center;
  }

  .about-calm-gallery {
    grid-auto-rows: 390px;
  }
}

@media (max-width: 620px) {
  .about-calm-page main > section {
    padding: 60px 18px;
  }

  .about-calm-hero {
    min-height: max(590px, 80svh);
    padding: 116px 18px 52px !important;
  }

  .about-calm-hero-media img {
    object-position: 62% center;
  }

  .about-calm-hero-media::after {
    background:
      linear-gradient(90deg, rgba(10, 28, 15, .66), rgba(10, 28, 15, .12)),
      linear-gradient(180deg, rgba(10, 28, 15, .12) 22%, rgba(10, 28, 15, .84));
  }

  .about-calm-page .about-calm-hero h1 {
    font-size: clamp(27px, 8.5vw, 36px);
    line-height: 1.35;
  }

  .about-calm-hero-copy > p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.8;
  }

  .about-calm-story-intro h2,
  .about-calm-family-copy h2,
  .about-calm-place-heading h2,
  .about-calm-closing-copy h2 {
    margin-bottom: 22px;
    font-size: 26px;
    font-weight: 450;
    line-height: 1.5;
  }

  .about-calm-story-notes h3 {
    margin-bottom: 14px;
    font-size: 19px;
    font-weight: 450;
    line-height: 1.65;
  }

  .about-calm-story-intro > p:not(.eyebrow),
  .about-calm-story-notes p,
  .about-calm-family-copy > p:not(.eyebrow),
  .about-calm-place-heading > p:not(.eyebrow),
  .about-calm-closing-copy > p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.85;
  }

  .about-calm-story-photo,
  .about-calm-family-visual,
  .about-calm-closing figure {
    width: 100%;
  }

  .about-calm-story-notes {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 36px;
  }

  .about-calm-story-notes article + article {
    padding-top: 30px;
    border-top: 1px solid var(--about-calm-line);
  }

  .about-calm-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 330px;
  }

  .about-calm-gallery .is-wide {
    grid-column: 1;
  }

  .about-calm-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}
