: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;
}

* { 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 .articles-section {
  position: relative;
  background:
    linear-gradient(180deg, rgba(235, 242, 222, .96) 0%, rgba(232, 240, 220, .9) 100%);
}

.life-column-page .articles-section::before {
  content: "";
  position: absolute;
  inset: -72px 0 auto;
  height: 72px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(239, 244, 226, 0), rgba(235, 242, 222, .96));
}

.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 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;
}

.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;
  background:
    linear-gradient(90deg, rgba(18, 49, 27, .82), rgba(18, 49, 27, .42) 52%, rgba(18, 49, 27, .12)),
    url("./assets/space-courtyard-wide.jpg") center / cover no-repeat;
  color: #fffdf4;
}

.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);
}

.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 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 figure {
  position: relative;
  aspect-ratio: 2 / 3;
  margin: 0;
  overflow: hidden;
  background: #f4efe3;
  border: 1px solid rgba(71, 92, 57, .18);
}

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

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

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

.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 figure: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) 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;
  }

  .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 figure,
  .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;
  }
}

/* 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);
}

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

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

.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;
  }
}

.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;
}
/* 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;
  }
}
