:root {
  --paper: #f5f0e7;
  --paper-light: #fbf8f2;
  --ink: #22312c;
  --ink-soft: #4d5b55;
  --muted: #758079;
  --forest: #294e40;
  --forest-deep: #19382e;
  --sage: #799083;
  --sage-light: #dce5dd;
  --clay: #ad6e4d;
  --clay-light: #edddd1;
  --ochre: #be8d43;
  --rose: #aa7770;
  --mist: #82929a;
  --fog-blue: #718899;
  --fog-blue-deep: #405b6d;
  --fog-blue-light: #dce5e9;
  --line: rgba(34, 49, 44, 0.13);
  --white-line: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 70px rgba(35, 48, 42, 0.1);
  --serif: "Songti SC", "STSong", "Noto Serif SC", Georgia, serif;
  --sans: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

body.dialog-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

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

a {
  color: inherit;
}

button {
  color: inherit;
}

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

h1,
h2,
h3 {
  text-wrap: balance;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 12px;
  top: 12px;
  padding: 10px 14px;
  color: #fff;
  background: var(--forest-deep);
  border-radius: 8px;
  transform: translateY(-160%);
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.section-block {
  padding: 92px 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--clay);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.19em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 34px;
  height: 1px;
  background: currentColor;
}

.eyebrow.light {
  color: #ddc4a8;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  height: 72px;
  background: rgba(242, 241, 235, 0.9);
  border-bottom: 1px solid rgba(34, 49, 44, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(1180px, calc(100% - 40px));
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(41, 78, 64, 0.3);
  border-radius: 50% 48% 45% 52%;
  transform: rotate(-8deg);
}

.brand-mark span:first-child {
  position: absolute;
  left: 16px;
  bottom: 6px;
  width: 1px;
  height: 21px;
  background: var(--forest);
  transform: rotate(15deg);
  transform-origin: bottom;
}

.brand-mark span:last-child {
  position: absolute;
  left: 17px;
  top: 8px;
  width: 9px;
  height: 6px;
  border: 1px solid var(--forest);
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 100% 0 0;
  transform: rotate(-12deg);
}

.brand-copy {
  display: grid;
  line-height: 1.1;
}

.brand-copy strong {
  font-family: var(--serif);
  font-size: 19px;
  letter-spacing: 0.08em;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.desktop-nav a {
  color: var(--ink-soft);
  font-size: 13px;
  text-decoration: none;
  transition: color 180ms ease;
}

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

.desktop-nav .nav-cta {
  padding: 8px 16px;
  color: #fff;
  background: var(--forest);
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: 760px;
  padding: 150px 0 46px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 22%, rgba(133, 158, 173, 0.28), transparent 28%),
    radial-gradient(circle at 14% 72%, rgba(128, 153, 143, 0.22), transparent 24%),
    linear-gradient(145deg, #f8f6f0 0%, #e7eae8 100%);
}

.hero::before {
  content: "";
  position: absolute;
  top: 72px;
  right: 9%;
  width: min(42vw, 520px);
  aspect-ratio: 0.83;
  border: 1px solid rgba(41, 78, 64, 0.09);
  border-radius: 50% 48% 46% 55%;
  transform: rotate(8deg);
}

.hero::after {
  content: "";
  position: absolute;
  left: -12%;
  bottom: -38%;
  width: 54vw;
  aspect-ratio: 1;
  border: 1px solid rgba(173, 110, 77, 0.13);
  border-radius: 50%;
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(41, 78, 64, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.hero-orbit-one {
  top: 215px;
  left: 49%;
  width: 120px;
  height: 280px;
  transform: rotate(43deg);
}

.hero-orbit-two {
  right: 5%;
  bottom: 11%;
  width: 210px;
  height: 90px;
  transform: rotate(-21deg);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(390px, 1.02fr);
  grid-template-areas:
    "copy-top portrait"
    "copy-bottom portrait";
  align-items: stretch;
  column-gap: clamp(46px, 7vw, 96px);
  row-gap: 20px;
}

.hero-copy-top {
  grid-area: copy-top;
  align-self: end;
}

.hero-copy-bottom {
  grid-area: copy-bottom;
  align-self: start;
}

.hero-copy-top h1 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(68px, 7.7vw, 112px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.hero-copy-top h1 em {
  color: var(--forest);
  font-style: normal;
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 34px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 2;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: var(--forest);
  box-shadow: 0 12px 28px rgba(41, 78, 64, 0.18);
}

.button-primary:hover {
  background: var(--forest-deep);
}

.button-outline {
  color: var(--forest);
  background: transparent;
  border: 1px solid rgba(41, 78, 64, 0.3);
}

.text-link,
.text-button {
  color: var(--forest);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.text-button {
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.hero-portrait {
  grid-area: portrait;
  min-width: 0;
  margin: 0;
  align-self: center;
}

.hero-portrait-frame {
  position: relative;
  min-height: 570px;
  overflow: visible;
  isolation: isolate;
}

.hero-portrait-frame::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 3% 2% 2% 7%;
  background:
    radial-gradient(circle at 70% 18%, rgba(220, 229, 233, 0.92), transparent 31%),
    linear-gradient(155deg, rgba(113, 136, 153, 0.68), rgba(41, 78, 64, 0.34));
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 45% 55% 43% 57% / 40% 38% 62% 60%;
  box-shadow: 0 34px 84px rgba(35, 58, 68, 0.16);
}

.hero-portrait-frame::after {
  content: "";
  position: absolute;
  z-index: -3;
  top: -3%;
  right: -5%;
  width: 88%;
  height: 82%;
  border: 1px solid rgba(173, 110, 77, 0.22);
  border-radius: 50%;
  transform: rotate(12deg);
}

.hero-portrait-frame img {
  position: absolute;
  z-index: 3;
  right: 1%;
  bottom: -0.5%;
  width: 82%;
  height: auto;
  max-height: 102%;
  display: block;
  object-fit: contain;
  object-position: center bottom;
  filter: saturate(0.9) contrast(1.01) drop-shadow(0 20px 24px rgba(25, 56, 49, 0.14));
}

.hero-system-map {
  position: absolute;
  z-index: 1;
  inset: 1% -1% 0 0;
  width: 100%;
  height: 100%;
  fill: rgba(248, 246, 240, 0.94);
  stroke: rgba(41, 78, 64, 0.26);
  stroke-width: 1.3;
  pointer-events: none;
}

.hero-system-map path {
  fill: none;
  stroke-dasharray: 3 7;
}

.hero-coaching-note {
  position: absolute;
  z-index: 5;
  top: 12%;
  left: -2%;
  display: grid;
  gap: 4px;
  max-width: 170px;
  padding: 16px 18px;
  background: rgba(251, 248, 242, 0.83);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 4px 26px 26px 24px;
  box-shadow: 0 16px 42px rgba(35, 58, 68, 0.11);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero-coaching-note::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: -11px;
  width: 20px;
  height: 20px;
  background: inherit;
  border-bottom: inherit;
  border-left: inherit;
  transform: rotate(-37deg) skew(9deg);
}

.hero-coaching-note span,
.hero-nvc-flow > span {
  color: var(--clay);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.hero-coaching-note strong {
  color: var(--forest-deep);
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 500;
}

.hero-nvc-flow {
  position: absolute;
  z-index: 5;
  bottom: 15%;
  left: -5%;
  padding: 13px 15px 12px;
  background: rgba(245, 240, 231, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(35, 58, 68, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero-nvc-flow ol {
  margin: 7px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

.hero-nvc-flow li {
  display: flex;
  align-items: center;
  color: var(--forest);
  font-family: var(--serif);
  font-size: 11px;
  white-space: nowrap;
}

.hero-nvc-flow li:not(:last-child)::after {
  content: "";
  width: 13px;
  height: 1px;
  margin-inline: 6px;
  background: rgba(41, 78, 64, 0.28);
}

.hero-portrait figcaption {
  position: absolute;
  z-index: 5;
  right: 2%;
  bottom: 2.5%;
  display: grid;
  gap: 2px;
  min-width: 176px;
  padding: 13px 17px;
  color: var(--forest-deep);
  background: rgba(251, 248, 242, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 38px rgba(35, 58, 68, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero-portrait figcaption strong {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.hero-portrait figcaption span {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.04em;
}

.hero-portrait > p {
  margin: 11px 4% 0 0;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.16em;
  line-height: 1.7;
  text-transform: uppercase;
  text-align: right;
}

.hero-garden {
  position: relative;
  min-height: 420px;
}

.garden-note {
  position: absolute;
  z-index: 2;
  width: 190px;
  min-height: 152px;
  padding: 23px;
  background: rgba(251, 248, 242, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.garden-note:nth-of-type(1) {
  top: 4px;
  left: 0;
  border-radius: 48% 42% 44% 52%;
  transform: rotate(-5deg);
}

.garden-note:nth-of-type(2) {
  top: 130px;
  right: 0;
  border-radius: 42% 50% 47% 45%;
  transform: rotate(4deg);
}

.garden-note:nth-of-type(3) {
  bottom: 2px;
  left: 38px;
  border-radius: 50% 43% 48% 44%;
  transform: rotate(2deg);
}

.note-number {
  display: block;
  margin-bottom: 18px;
  color: var(--clay);
  font-size: 10px;
  letter-spacing: 0.14em;
}

.garden-note p {
  margin-bottom: 4px;
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.2;
}

.garden-note small {
  color: var(--muted);
  font-size: 11px;
}

.garden-stem {
  position: absolute;
  z-index: 1;
  width: 1px;
  background: rgba(41, 78, 64, 0.35);
  transform-origin: bottom;
}

.stem-one {
  left: 48%;
  bottom: 70px;
  height: 310px;
  transform: rotate(29deg);
}

.stem-two {
  left: 50%;
  bottom: 65px;
  height: 230px;
  transform: rotate(-37deg);
}

.garden-seal {
  position: absolute;
  z-index: 3;
  right: 22%;
  bottom: 4px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.9);
  background: var(--clay);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 12px;
  line-height: 1.15;
  text-align: center;
  transform: rotate(8deg);
}

.hero-foot {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-top: 72px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.hero-foot > p {
  max-width: 360px;
  margin: 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 14px;
}

.hero-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px 30px;
}

.hero-index span {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 42px;
}

.section-intro h2,
.garden-heading h2,
.about-intro h2,
.connect-copy h2 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(39px, 5vw, 62px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.18;
}

.situations {
  background: var(--paper);
}

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

.situation-card {
  min-height: 270px;
  padding: 28px 24px;
  border-right: 1px solid var(--line);
}

.situation-card:last-child {
  border-right: 0;
}

.situation-card > span {
  color: var(--clay);
  font-family: var(--serif);
  font-size: 14px;
}

.situation-card h3 {
  margin: 58px 0 14px;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.45;
}

.situation-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.85;
}

.situation-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 26px;
}

.situation-foot p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.section-intro > p {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

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

.lens-card {
  position: relative;
  min-height: 390px;
  padding: 32px 32px 30px;
  overflow: hidden;
  border-right: 1px solid var(--line);
}

.lens-card:last-child {
  border-right: 0;
}

.lens-card::after {
  content: "";
  position: absolute;
  right: -85px;
  bottom: -100px;
  width: 220px;
  height: 220px;
  background: var(--sage-light);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 260ms ease, transform 260ms ease;
}

.lens-card:hover::after {
  opacity: 0.7;
  transform: scale(1);
}

.lens-od::after {
  background: var(--clay-light);
}

.lens-nvc::after {
  background: #e6dcd9;
}

.lens-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 10px;
}

.lens-icon {
  color: var(--sage);
  font-family: var(--serif);
  font-size: 36px;
}

.lens-od .lens-icon {
  color: var(--clay);
}

.lens-nvc .lens-icon {
  color: var(--fog-blue-deep);
}

.lens-en {
  margin: 72px 0 4px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lens-card h3 {
  margin-bottom: 14px;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 500;
}

.lens-card > p:not(.lens-en) {
  position: relative;
  z-index: 1;
  max-width: 285px;
  margin-bottom: 32px;
  color: var(--ink-soft);
  font-size: 14px;
}

.lens-card a {
  position: absolute;
  z-index: 2;
  left: 32px;
  bottom: 28px;
  color: var(--forest);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.garden {
  color: #f7f3eb;
  background:
    radial-gradient(circle at 12% 16%, rgba(139, 161, 146, 0.17), transparent 23%),
    radial-gradient(circle at 85% 80%, rgba(113, 136, 153, 0.19), transparent 26%),
    linear-gradient(135deg, var(--forest-deep) 0%, #263f4d 100%);
}

.garden-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.garden-heading h2 {
  margin-bottom: 12px;
}

.garden-heading p:last-child {
  margin-bottom: 0;
  color: rgba(247, 243, 235, 0.64);
  font-size: 14px;
}

.start-here {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.78fr);
  gap: 32px;
  margin-bottom: 30px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--white-line);
}

.start-here-copy .eyebrow {
  margin-bottom: 12px;
}

.start-here-copy h3 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
}

.start-here-copy > p:last-child {
  margin: 0;
  color: rgba(247, 243, 235, 0.56);
  font-size: 11px;
  line-height: 1.8;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.path-card {
  position: relative;
  min-height: 190px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 18px;
  color: var(--ink);
  background: rgba(249, 246, 239, 0.96);
  border: 0;
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, background 180ms ease;
}

.path-card:hover {
  background: #fff;
  transform: translateY(-3px);
}

.path-card > span {
  color: var(--clay);
  font-size: 9px;
  letter-spacing: 0.06em;
}

.path-card strong {
  margin: 28px 0 8px;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
}

.path-card small {
  margin-top: auto;
  color: var(--muted);
  font-size: 9px;
}

.path-card i {
  position: absolute;
  right: 14px;
  bottom: 13px;
  color: var(--forest);
  font-style: normal;
}

.garden-count {
  flex: 0 0 auto;
  padding-bottom: 8px;
  color: rgba(247, 243, 235, 0.58);
  font-size: 11px;
  letter-spacing: 0.06em;
}

.garden-count strong {
  margin-right: 5px;
  color: #f7f3eb;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
}

.garden-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
  padding: 14px 0;
  border-top: 1px solid var(--white-line);
  border-bottom: 1px solid var(--white-line);
}

.filter-groups {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.filter-group {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.filter-label {
  flex: 0 0 52px;
  color: rgba(247, 243, 235, 0.38);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.filter-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-button,
.format-button {
  padding: 8px 14px;
  color: rgba(247, 243, 235, 0.6);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 12px;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.filter-button:hover,
.filter-button.is-active,
.format-button:hover,
.format-button.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.13);
}

.search-box {
  flex: 0 0 min(260px, 24vw);
  width: min(300px, 100%);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 4px 0 12px;
  color: rgba(247, 243, 235, 0.6);
  border-left: 1px solid var(--white-line);
}

.search-box svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.5;
}

.search-box input {
  width: 100%;
  padding: 8px 0;
  color: #fff;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 12px;
}

.search-box input::placeholder {
  color: rgba(247, 243, 235, 0.44);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.knowledge-card {
  min-width: 0;
  animation: card-in 420ms ease both;
  animation-delay: var(--delay);
}

.knowledge-card button {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 336px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  color: var(--ink);
  background: #f8f4ec;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  text-align: left;
  transition: transform 210ms ease, box-shadow 210ms ease;
}

.knowledge-card button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--card-accent, var(--sage));
}

.knowledge-card button:hover {
  z-index: 2;
  transform: translateY(-6px) rotate(-0.35deg);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
}

.tone-sage {
  --card-accent: var(--sage);
}

.tone-clay {
  --card-accent: var(--clay);
}

.tone-mist {
  --card-accent: var(--mist);
}

.tone-ochre {
  --card-accent: var(--ochre);
}

.tone-rose {
  --card-accent: var(--rose);
}

.tone-blue {
  --card-accent: var(--fog-blue);
}

.card-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 10px;
}

.card-meta span:first-child {
  color: var(--card-accent);
  font-weight: 700;
}

.knowledge-card h3 {
  margin-bottom: 16px;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 600;
  line-height: 1.45;
}

.knowledge-card p {
  margin-bottom: 28px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.8;
}

.card-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag-list span {
  padding: 4px 8px;
  color: var(--muted);
  background: rgba(34, 49, 44, 0.055);
  border-radius: 3px;
  font-size: 9px;
}

.round-arrow {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--card-accent);
  border-radius: 50%;
  font-size: 12px;
}

.empty-state {
  padding: 60px 20px;
  color: rgba(247, 243, 235, 0.58);
  text-align: center;
}

.empty-state span {
  display: block;
  margin-bottom: 12px;
  font-size: 34px;
}

.garden-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--white-line);
}

.garden-more p {
  margin: 0;
  color: rgba(247, 243, 235, 0.55);
  font-size: 12px;
}

.garden-more .text-button {
  color: #e7cfb4;
}

.works {
  background: var(--paper-light);
}

.podcast-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  margin-bottom: 54px;
  overflow: hidden;
  color: #f7f3eb;
  background: linear-gradient(135deg, var(--fog-blue-deep), var(--forest-deep));
}

.podcast-feature-mark {
  position: relative;
  min-height: 470px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 32px;
  overflow: hidden;
  background: radial-gradient(circle at 50% 48%, rgba(226, 207, 184, 0.25), transparent 30%);
  border-right: 1px solid var(--white-line);
}

.podcast-feature-mark::before,
.podcast-feature-mark::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid var(--white-line);
  border-radius: 50%;
}

.podcast-feature-mark::before {
  right: -110px;
  top: -90px;
}

.podcast-feature-mark::after {
  left: -130px;
  bottom: -120px;
}

.podcast-feature-mark span,
.podcast-feature-mark small {
  position: relative;
  z-index: 1;
  font-size: 9px;
  letter-spacing: 0.16em;
}

.podcast-feature-mark strong {
  position: relative;
  z-index: 1;
  align-self: center;
  font-family: var(--sans);
  font-size: 84px;
  font-weight: 300;
  letter-spacing: 0.03em;
  transform: rotate(90deg);
}

.podcast-feature-copy {
  padding: clamp(36px, 5vw, 66px);
}

.podcast-feature-copy h3 {
  margin: 0 0 25px;
  font-family: var(--serif);
  font-size: clamp(31px, 4vw, 49px);
  font-weight: 500;
  line-height: 1.3;
}

.podcast-feature-copy > p:not(.eyebrow),
.podcast-feature-copy details p {
  color: rgba(247, 243, 235, 0.67);
  font-size: 13px;
  line-height: 1.95;
}

.podcast-feature-copy details {
  margin: 20px 0 28px;
  padding: 14px 0;
  border-top: 1px solid var(--white-line);
  border-bottom: 1px solid var(--white-line);
}

.podcast-feature-copy summary {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-size: 11px;
  list-style: none;
}

.podcast-feature-copy details p {
  margin: 16px 0 4px;
}

.podcast-feature-copy > a {
  color: #f0d8bb;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

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

.work-card {
  min-width: 0;
  grid-column: span 4;
  background: var(--paper);
  border: 1px solid var(--line);
}

.work-card:nth-child(1) {
  grid-column: span 5;
}

.work-card:nth-child(2) {
  grid-column: span 7;
}

.work-card:nth-child(3) {
  grid-column: 4 / span 6;
}

.work-visual {
  position: relative;
  height: 250px;
  padding: 20px;
  overflow: hidden;
}

.work-visual::before,
.work-visual::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
}

.work-visual::before {
  width: 230px;
  height: 230px;
  right: -50px;
  top: -50px;
}

.work-visual::after {
  width: 130px;
  height: 280px;
  left: 19%;
  bottom: -145px;
  transform: rotate(44deg);
}

.visual-field {
  color: #f7f3eb;
  background:
    radial-gradient(circle at 78% 26%, rgba(231, 207, 180, 0.43), transparent 20%),
    #526e60;
}

.visual-sound {
  color: #f7f3eb;
  background:
    radial-gradient(circle at 22% 70%, rgba(211, 173, 145, 0.42), transparent 28%),
    #6f5145;
}

.visual-cards {
  color: #f7f3eb;
  background:
    radial-gradient(circle at 74% 28%, rgba(218, 229, 234, 0.22), transparent 21%),
    var(--fog-blue-deep);
}

.visual-type {
  position: relative;
  z-index: 2;
  font-size: 9px;
  letter-spacing: 0.14em;
}

.visual-line {
  position: absolute;
  left: 20px;
  bottom: 24px;
  width: 68px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}

.visual-symbol {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 16px;
  font-family: var(--serif);
  font-size: 104px;
  font-weight: 400;
  line-height: 1;
  opacity: 0.74;
  transform: rotate(-5deg);
}

.visual-sound .visual-symbol {
  bottom: 65px;
  font-family: var(--sans);
  font-size: 60px;
  letter-spacing: 0.05em;
  transform: rotate(90deg);
}

.visual-cards .visual-symbol {
  font-size: 130px;
}

.work-copy {
  padding: 26px;
}

.work-type {
  margin-bottom: 10px;
  color: var(--clay);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.work-copy h3 {
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.42;
}

.work-copy > p:not(.work-type) {
  color: var(--muted);
  font-size: 13px;
}

.work-copy a,
.work-copy button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  color: var(--forest);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.work-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.work-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.work-catalog {
  margin-top: 76px;
  padding-top: 38px;
  border-top: 1px solid var(--line);
}

.catalog-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 24px;
}

.catalog-head .eyebrow {
  margin-bottom: 10px;
}

.catalog-head h3 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
}

.catalog-tabs {
  display: flex;
  gap: 6px;
  padding: 4px;
  background: rgba(113, 136, 153, 0.1);
  border-radius: 999px;
}

.catalog-tab {
  padding: 8px 14px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 11px;
}

.catalog-tab.is-active {
  color: #fff;
  background: var(--fog-blue-deep);
}

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

.catalog-item {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 20px;
  min-height: 118px;
  padding: 21px 4px;
  border-bottom: 1px solid var(--line);
  animation: card-in 380ms ease both;
  animation-delay: var(--delay);
}

.catalog-number {
  color: var(--fog-blue-deep);
  font-family: var(--serif);
  font-size: 17px;
}

.catalog-copy {
  min-width: 0;
}

.catalog-copy p {
  margin-bottom: 4px;
  color: var(--clay);
  font-size: 9px;
  letter-spacing: 0.06em;
}

.catalog-copy h4 {
  margin: 0 0 5px;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.catalog-copy > span {
  display: block;
  max-width: 760px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}

.catalog-item > a,
.catalog-item > button {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--fog-blue-deep);
  background: transparent;
  border: 1px solid rgba(64, 91, 109, 0.22);
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease;
}

.catalog-item > a:hover,
.catalog-item > button:hover {
  color: #fff;
  background: var(--fog-blue-deep);
}

.about {
  background: var(--paper);
}

.follow {
  background: var(--fog-blue-light);
}

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

.follow-card {
  position: relative;
  min-height: 310px;
  padding: 30px;
  overflow: hidden;
  background: rgba(250, 248, 243, 0.75);
  border: 1px solid rgba(64, 91, 109, 0.14);
}

.follow-primary {
  color: #f7f3eb;
  background: var(--forest-deep);
}

.follow-contact {
  color: #f7f3eb;
  background: var(--fog-blue-deep);
}

.follow-number {
  color: var(--clay);
  font-size: 9px;
  letter-spacing: 0.1em;
}

.follow-primary .follow-number,
.follow-contact .follow-number {
  color: #e2c7a8;
}

.follow-symbol {
  position: absolute;
  right: 26px;
  top: 22px;
  color: rgba(64, 91, 109, 0.17);
  font-family: var(--serif);
  font-size: 72px;
}

.follow-primary .follow-symbol,
.follow-contact .follow-symbol {
  color: rgba(255, 255, 255, 0.16);
}

.follow-card h3 {
  margin: 92px 0 12px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
}

.follow-card p {
  max-width: 440px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.follow-primary p,
.follow-contact p {
  color: rgba(247, 243, 235, 0.6);
}

.follow-card a,
.follow-card button {
  position: absolute;
  left: 30px;
  bottom: 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  color: var(--forest);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

.follow-primary button,
.follow-contact button {
  color: #f0d8bb;
}

.follow-actions {
  position: absolute;
  left: 30px;
  bottom: 26px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.follow-card .follow-actions a,
.follow-card .follow-actions button {
  position: static;
  white-space: nowrap;
}

.follow-actions > * + * {
  padding-left: 18px;
  border-left: 1px solid rgba(41, 78, 64, 0.18);
}

.follow-contact .follow-actions a,
.follow-contact .follow-actions button {
  color: #f0d8bb;
}

.follow-contact .follow-actions > * + * {
  border-left-color: rgba(240, 216, 187, 0.25);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  grid-template-areas:
    "portrait intro"
    "portrait details";
  align-items: start;
  column-gap: clamp(50px, 10vw, 130px);
  row-gap: 24px;
}

.about-portrait {
  grid-area: portrait;
  position: relative;
}

.portrait-field {
  position: relative;
  aspect-ratio: 0.82;
  overflow: hidden;
  background: var(--fog-blue-deep);
  border-radius: 47% 47% 8px 8px;
  box-shadow: var(--shadow);
}

.portrait-field img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 31%;
  filter: saturate(0.88) contrast(1.02);
}

.portrait-gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(30, 53, 67, 0.06), transparent 46%),
    linear-gradient(0deg, rgba(20, 47, 40, 0.68), transparent 27%);
  pointer-events: none;
}

.portrait-word {
  position: absolute;
  z-index: 4;
  left: 7%;
  bottom: 4%;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.24em;
}

.about-portrait > p {
  margin: 14px 0 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-align: center;
}

.about-intro {
  grid-area: intro;
}

.about-intro h2 {
  margin-bottom: 30px;
  font-size: clamp(36px, 4.4vw, 58px);
}

.about-intro .about-lead {
  margin-bottom: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
}

.about-details {
  grid-area: details;
}

.about-details > p {
  max-width: 650px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 2;
}

.profile-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  background: var(--line);
  border: 1px solid var(--line);
}

.profile-facts > div {
  min-width: 0;
  display: grid;
  gap: 2px;
  padding: 14px 16px;
  background: rgba(248, 246, 240, 0.82);
}

.profile-facts strong {
  color: var(--fog-blue-deep);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
}

.profile-facts span {
  color: var(--muted);
  font-size: 9px;
}

.about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.about-tags span {
  padding: 7px 13px;
  color: var(--forest);
  background: rgba(121, 144, 131, 0.11);
  border: 1px solid rgba(41, 78, 64, 0.12);
  border-radius: 999px;
  font-size: 11px;
}

.voices {
  background: var(--paper-light);
}

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

.voice-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.voice-card:nth-child(2),
.voice-card:nth-child(3) {
  background: rgba(220, 229, 233, 0.42);
}

.voice-mark {
  color: var(--clay);
  font-family: var(--serif);
  font-size: 54px;
  line-height: 0.8;
}

.voice-card blockquote {
  max-width: 470px;
  margin: 42px 0 32px;
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.65;
}

.voice-card > div {
  display: grid;
  gap: 4px;
  margin-top: auto;
}

.voice-card strong {
  color: var(--forest);
  font-size: 10px;
}

.voice-card small {
  color: var(--muted);
  font-size: 9px;
}

.practice-boundary {
  display: grid;
  grid-template-columns: minmax(180px, 0.4fr) minmax(0, 1.6fr);
  gap: 30px;
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.practice-boundary strong {
  color: var(--fog-blue-deep);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
}

.practice-boundary p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
}

.gallery-grid figure {
  position: relative;
  grid-column: span 4;
  min-height: 290px;
  margin: 0;
  overflow: hidden;
  background: var(--fog-blue-deep);
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 500ms ease;
}

.gallery-grid figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 54px 24px 22px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(20, 42, 42, 0.82));
}

.gallery-grid figcaption span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 8px;
  letter-spacing: 0.12em;
}

.gallery-grid figcaption p {
  max-width: 520px;
  margin: 7px 0 0;
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.65;
}

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

.gallery-grid .gallery-featured {
  grid-column: span 8;
  grid-row: span 2;
  min-height: 594px;
}

.gallery-grid .gallery-portrait {
  grid-row: span 2;
  min-height: 594px;
}

.gallery-grid .gallery-portrait img {
  object-position: center 56%;
}

.connect {
  padding-top: 0;
  background: var(--paper);
}

.connect-panel {
  position: relative;
  padding: 66px;
  overflow: hidden;
  color: #f7f3eb;
  background:
    radial-gradient(circle at 90% 10%, rgba(197, 215, 224, 0.15), transparent 25%),
    linear-gradient(135deg, var(--forest-deep), #304b5c);
  border-radius: 4px;
}

.connect-panel::after {
  content: "";
  position: absolute;
  left: -100px;
  bottom: -190px;
  width: 400px;
  height: 400px;
  border: 1px solid var(--white-line);
  border-radius: 50%;
}

.connect-copy {
  position: relative;
  z-index: 1;
}

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

.connect-copy > p:last-child {
  max-width: 450px;
  margin-bottom: 0;
  color: rgba(247, 243, 235, 0.6);
  font-size: 13px;
}

.service-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 46px;
  background: var(--white-line);
  border: 1px solid var(--white-line);
}

.service-card {
  min-width: 0;
  min-height: 390px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 28px;
  background: rgba(25, 55, 47, 0.82);
}

.service-card h3 {
  margin: 44px 0 14px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
}

.service-card > p {
  color: rgba(247, 243, 235, 0.62);
  font-size: 12px;
  line-height: 1.8;
}

.service-card ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 28px;
  padding: 0;
  color: rgba(247, 243, 235, 0.5);
  font-size: 10px;
  list-style: none;
}

.service-card li::before {
  content: "—";
  margin-right: 8px;
  color: #ddc4a8;
}

.service-card button {
  margin-top: auto;
  padding: 10px 0;
  color: #f0d8bb;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(240, 216, 187, 0.35);
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
}

.connect-options {
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--white-line);
}

.connect-item {
  width: 100%;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 21px 4px;
  color: #f7f3eb;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--white-line);
  cursor: pointer;
  text-align: left;
}

.connect-number {
  color: #ddc4a8;
  font-size: 10px;
}

.connect-item > span:nth-child(2) {
  display: grid;
  gap: 3px;
}

.connect-item strong {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
}

.connect-item small {
  color: rgba(247, 243, 235, 0.48);
  font-size: 10px;
}

.connect-arrow {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  transition: color 180ms ease, background 180ms ease;
}

.connect-item:hover .connect-arrow {
  color: var(--forest-deep);
  background: #e3ceb4;
}

.site-footer {
  padding: 38px 0 106px;
  background: var(--paper);
}

.footer-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.footer-inner strong {
  font-family: var(--serif);
  font-size: 20px;
}

.footer-inner p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.footer-meta a {
  color: var(--fog-blue-deep);
  text-decoration: none;
}

.mobile-nav {
  display: none;
}

.card-dialog {
  width: min(680px, calc(100% - 32px));
  max-height: min(820px, calc(100dvh - 32px));
  padding: 0;
  overflow: auto;
  color: var(--ink);
  background: var(--paper-light);
  border: 0;
  border-radius: 4px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.32);
}

.card-dialog::backdrop {
  background: rgba(18, 33, 28, 0.7);
  backdrop-filter: blur(6px);
}

.dialog-close {
  position: sticky;
  z-index: 5;
  top: 14px;
  float: right;
  width: 38px;
  height: 38px;
  margin: 14px 14px -52px 0;
  display: grid;
  place-items: center;
  color: var(--ink-soft);
  background: rgba(245, 240, 231, 0.9);
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  backdrop-filter: blur(10px);
}

.dialog-card {
  --card-accent: var(--sage);
  padding: 54px 56px 48px;
  border-top: 6px solid var(--card-accent);
}

.dialog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 34px;
}

.dialog-meta span {
  padding: 5px 9px;
  color: var(--muted);
  background: rgba(34, 49, 44, 0.05);
  border-radius: 3px;
  font-size: 9px;
}

.dialog-meta span:first-child {
  color: #fff;
  background: var(--card-accent);
}

.dialog-kicker {
  margin-bottom: 12px;
  color: var(--card-accent);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.dialog-card h2 {
  margin-bottom: 34px;
  font-family: var(--serif);
  font-size: clamp(32px, 5vw, 46px);
  font-weight: 500;
  line-height: 1.35;
}

.dialog-section {
  padding: 26px 0;
  border-top: 1px solid var(--line);
}

.dialog-section h3,
.dialog-section > span {
  display: block;
  margin-bottom: 12px;
  color: var(--card-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.dialog-section p,
.dialog-section li {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 2;
}

.dialog-question p {
  margin-bottom: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.7;
}

.dialog-section ol {
  margin: 0;
  padding-left: 22px;
}

.dialog-section li + li {
  margin-top: 8px;
}

.dialog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.dialog-footer button {
  flex: 0 0 auto;
  padding: 10px 14px;
  color: var(--forest);
  background: transparent;
  border: 1px solid rgba(41, 78, 64, 0.24);
  border-radius: 999px;
  cursor: pointer;
  font-size: 10px;
}

.dialog-footer button:disabled {
  cursor: default;
  opacity: 0.7;
}

.inquiry-dialog {
  width: min(860px, calc(100% - 32px));
  max-height: min(900px, calc(100dvh - 32px));
  padding: 0;
  overflow: auto;
  color: var(--ink);
  background: var(--paper-light);
  border: 0;
  border-radius: 6px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.34);
}

.inquiry-dialog::backdrop {
  background: rgba(18, 33, 28, 0.76);
  backdrop-filter: blur(7px);
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.inquiry-shell {
  padding: 56px;
  border-top: 6px solid var(--fog-blue-deep);
}

.inquiry-intro {
  max-width: 620px;
  margin-bottom: 34px;
}

.inquiry-intro h2 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: clamp(34px, 5vw, 50px);
  font-weight: 500;
}

.inquiry-intro > p:last-child {
  color: var(--muted);
  font-size: 13px;
}

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

.form-grid label {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.form-grid label > span {
  color: var(--ink-soft);
  font-size: 11px;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  padding: 12px 13px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--line);
  border-radius: 4px;
  outline: 0;
  font: inherit;
  font-size: 13px;
  resize: vertical;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: var(--fog-blue);
  box-shadow: 0 0 0 3px rgba(113, 136, 153, 0.11);
}

.form-grid label > small {
  color: var(--muted);
  font-size: 9px;
  text-align: right;
}

.form-wide {
  grid-column: 1 / -1;
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}

.consent-row input {
  margin-top: 3px;
  accent-color: var(--forest);
}

.privacy-note {
  margin-top: 14px;
  padding: 12px 0;
  color: var(--muted);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 10px;
}

.privacy-note summary {
  cursor: pointer;
}

.privacy-note p {
  margin: 10px 0 2px;
  line-height: 1.8;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
}

.form-actions .text-button {
  color: var(--forest);
}

.local-form-note {
  margin: 14px 0 0;
  color: var(--clay);
  font-size: 10px;
  line-height: 1.7;
}

.inquiry-success {
  max-width: 560px;
  padding: 56px 0 26px;
}

.inquiry-success > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--forest);
  border-radius: 50%;
  font-size: 20px;
}

.inquiry-success h3 {
  margin: 28px 0 14px;
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 500;
}

.inquiry-success p {
  color: var(--muted);
  line-height: 1.9;
}

.toast {
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 28px;
  max-width: min(440px, calc(100% - 32px));
  padding: 12px 18px;
  color: #fff;
  background: rgba(25, 56, 46, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.2);
  font-size: 11px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms ease;
  transition-delay: var(--delay, 0ms);
}

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

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

@media (max-width: 900px) {
  .section-block {
    padding: 76px 0;
  }

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

  .hero-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy-top"
      "portrait"
      "copy-bottom";
    row-gap: 30px;
  }

  .hero-copy-top,
  .hero-copy-bottom {
    max-width: 680px;
  }

  .hero-portrait {
    width: min(620px, 100%);
    margin-inline: auto;
  }

  .hero-portrait-frame {
    min-height: 560px;
  }

  .hero-garden {
    width: min(520px, 100%);
    margin-inline: auto;
  }

  .hero-foot {
    margin-top: 54px;
  }

  .section-intro {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
  }

  .section-intro > p {
    max-width: 560px;
  }

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

  .situation-card:nth-child(2) {
    border-right: 0;
  }

  .situation-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .start-here {
    grid-template-columns: 1fr;
  }

  .podcast-feature {
    grid-template-columns: 1fr;
  }

  .podcast-feature-mark {
    min-height: 300px;
    border-right: 0;
    border-bottom: 1px solid var(--white-line);
  }

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

  .lens-card {
    min-height: 300px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .lens-card:last-child {
    border-bottom: 0;
  }

  .lens-en {
    margin-top: 44px;
  }

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

  .garden-tools {
    align-items: stretch;
    flex-direction: column;
  }

  .search-box {
    flex-basis: auto;
    width: 100%;
    padding: 0 12px;
    border: 1px solid var(--white-line);
    border-radius: 4px;
  }

  .work-card:nth-child(n) {
    grid-column: span 6;
  }

  .work-card:nth-child(3) {
    grid-column: 4 / span 6;
  }

  .about-layout {
    gap: 54px;
  }

  .connect-panel {
    padding: 52px;
  }

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

  .service-card {
    min-height: 330px;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 64px;
  }

  body {
    padding-bottom: 68px;
  }

  .section-shell,
  .nav-shell {
    width: min(100% - 28px, 1180px);
  }

  .section-block {
    padding: 62px 0;
  }

  .site-header {
    height: 62px;
  }

  .brand-copy small,
  .desktop-nav {
    display: none;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .brand-mark span:first-child {
    left: 14px;
    height: 18px;
  }

  .brand-mark span:last-child {
    left: 15px;
  }

  .brand-copy strong {
    font-size: 18px;
  }

  .hero {
    padding: 112px 0 34px;
  }

  .hero::before {
    top: 210px;
    right: -26%;
    width: 90vw;
  }

  .hero-orbit-one {
    left: 68%;
  }

  .hero-layout {
    row-gap: 26px;
  }

  .hero-copy-top h1 {
    font-size: clamp(55px, 17vw, 78px);
    line-height: 1.02;
  }

  .hero-portrait {
    width: calc(100% + 12px);
    margin-left: -6px;
  }

  .hero-portrait-frame {
    min-height: 440px;
  }

  .hero-portrait figcaption {
    right: 0;
    bottom: 2%;
    min-width: 150px;
    padding: 11px 14px;
  }

  .hero-portrait figcaption strong {
    font-size: 23px;
  }

  .hero-portrait > p {
    margin-right: 0;
    padding-inline: 6px;
    font-size: 8px;
  }

  .hero-portrait-frame img {
    right: -2%;
    width: 88%;
    max-height: 103%;
  }

  .hero-portrait-frame::before {
    inset: 5% -1% 2% 6%;
  }

  .hero-coaching-note {
    top: 12%;
    left: 0;
    padding: 12px 13px;
  }

  .hero-coaching-note strong {
    font-size: 14px;
  }

  .hero-nvc-flow {
    bottom: 13%;
    left: -1%;
    padding: 10px 11px;
  }

  .hero-nvc-flow li {
    font-size: 10px;
  }

  .hero-nvc-flow li:not(:last-child)::after {
    width: 8px;
    margin-inline: 4px;
  }

  .hero-lead {
    font-size: 15px;
    line-height: 1.95;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .hero-garden {
    min-height: 376px;
  }

  .garden-note {
    width: 160px;
    min-height: 134px;
    padding: 19px;
  }

  .garden-note:nth-of-type(2) {
    top: 118px;
  }

  .garden-note:nth-of-type(3) {
    left: 18px;
  }

  .garden-note p {
    font-size: 21px;
  }

  .garden-note small {
    font-size: 10px;
  }

  .garden-seal {
    right: 17%;
  }

  .hero-foot {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 48px;
  }

  .hero-index {
    justify-content: flex-start;
    gap: 10px 18px;
  }

  .section-intro {
    margin-bottom: 30px;
  }

  .section-intro h2,
  .garden-heading h2,
  .about-intro h2,
  .connect-copy h2 {
    font-size: 39px;
  }

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

  .situation-card {
    min-height: 230px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .situation-card:last-child {
    border-bottom: 0;
  }

  .situation-card h3 {
    margin-top: 42px;
  }

  .situation-foot {
    align-items: flex-start;
    flex-direction: column;
  }

  .lens-card {
    min-height: 312px;
    padding: 26px 22px;
  }

  .lens-card a {
    left: 22px;
  }

  .garden-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .start-here {
    padding: 20px;
  }

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

  .path-card {
    min-height: 178px;
  }

  .garden-tools {
    align-items: stretch;
    flex-direction: column;
    padding: 14px 0 18px;
  }

  .filter-row {
    width: 100%;
    padding-bottom: 4px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .filter-group {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .filter-label {
    flex-basis: auto;
    padding-left: 4px;
  }

  .filter-row::-webkit-scrollbar {
    display: none;
  }

  .filter-button,
  .format-button {
    flex: 0 0 auto;
  }

  .search-box {
    width: 100%;
    padding: 0 12px;
    border: 1px solid var(--white-line);
    border-radius: 4px;
  }

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

  .knowledge-card button {
    min-height: 306px;
    padding: 22px;
  }

  .garden-more,
  .work-footer {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .podcast-feature-mark {
    min-height: 260px;
    padding: 24px;
  }

  .podcast-feature-mark strong {
    font-size: 66px;
  }

  .podcast-feature-copy {
    padding: 32px 24px;
  }

  .podcast-feature-copy h3 {
    font-size: 31px;
  }

  .work-card:nth-child(n) {
    grid-column: auto;
  }

  .work-visual {
    height: 220px;
  }

  .work-catalog {
    margin-top: 58px;
  }

  .catalog-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .catalog-tabs {
    width: 100%;
    overflow-x: auto;
    border-radius: 7px;
    scrollbar-width: none;
  }

  .catalog-tabs::-webkit-scrollbar {
    display: none;
  }

  .catalog-tab {
    flex: 0 0 auto;
  }

  .catalog-item {
    grid-template-columns: 44px minmax(0, 1fr) 36px;
    gap: 12px;
    min-height: 126px;
  }

  .catalog-copy h4 {
    font-size: 16px;
  }

  .about-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "portrait"
      "details";
    gap: 34px;
  }

  .about-portrait {
    width: min(340px, 88%);
    margin-inline: auto;
  }

  .profile-facts {
    grid-template-columns: 1fr 1fr;
  }

  .follow-grid,
  .voice-grid {
    grid-template-columns: 1fr;
  }

  .follow-card,
  .voice-card {
    min-height: 290px;
    padding: 24px;
  }

  .follow-card a,
  .follow-card button {
    left: 24px;
  }

  .follow-actions {
    left: 24px;
  }

  .voice-card blockquote {
    margin-top: 34px;
    font-size: 21px;
  }

  .practice-boundary {
    grid-template-columns: 1fr;
    gap: 12px;
  }

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

  .gallery-grid figure,
  .gallery-grid .gallery-featured,
  .gallery-grid .gallery-portrait {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .gallery-grid .gallery-portrait {
    aspect-ratio: 4 / 5;
  }

  .gallery-grid figcaption {
    padding: 46px 20px 18px;
  }

  .connect-panel {
    width: 100%;
    padding: 46px 20px;
    border-radius: 0;
  }

  .connect-copy h2 br {
    display: none;
  }

  .service-card {
    min-height: 360px;
    padding: 24px;
  }

  .inquiry-dialog {
    width: 100%;
    max-width: none;
    max-height: calc(100dvh - 12px);
    margin: auto 0 0;
    border-radius: 18px 18px 0 0;
  }

  .inquiry-shell {
    padding: 46px 22px 34px;
  }

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

  .form-wide {
    grid-column: auto;
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .form-actions .button,
  .form-actions .text-button {
    justify-content: center;
    text-align: center;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-meta {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
  }

  .mobile-nav {
    position: fixed;
    z-index: 60;
    right: 10px;
    bottom: 9px;
    left: 10px;
    height: 61px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 6px;
    color: var(--ink-soft);
    background: rgba(250, 247, 241, 0.94);
    border: 1px solid rgba(34, 49, 44, 0.12);
    border-radius: 18px;
    box-shadow: 0 16px 45px rgba(24, 42, 35, 0.18);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .mobile-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    border-radius: 12px;
    font-size: 9px;
    text-decoration: none;
  }

  .mobile-nav a:active {
    background: rgba(121, 144, 131, 0.12);
  }

  .mobile-nav span {
    color: var(--forest);
    font-size: 15px;
    line-height: 1;
  }

  .site-footer {
    padding-bottom: 30px;
  }

  .card-dialog {
    width: 100%;
    max-width: none;
    max-height: calc(100dvh - 16px);
    margin: auto 0 0;
    border-radius: 18px 18px 0 0;
  }

  .dialog-card {
    padding: 46px 22px 34px;
  }

  .dialog-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .toast {
    bottom: 82px;
    border-radius: 12px;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
