@import url("/assets/fonts/fonts.css");

@media (max-width: 760px) {
  .no-js .site-header {
    position: relative;
  }
  .no-js .header-inner {
    height: auto;
    min-height: 73px;
    flex-wrap: wrap;
    padding-block: 18px;
  }
  .no-js .menu-toggle {
    display: none;
  }
  .no-js .site-header nav {
    position: static;
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 0;
    box-shadow: none;
    border: 0;
  }
}

:root {
  --cream: #faf9f5;
  --paper: #f2f1e9;
  --ink: #243c33;
  --green: #173f35;
  --green-light: #426650;
  --muted: #626a60;
  --line: #dbded2;
  --lime: #d9eb9c;
  --serif: "Ben Serif", Georgia, "Times New Roman", serif;
  --sans: "Ben Sans", Arial, sans-serif;
  --radius: 12px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 1.13;
  font-family: var(--serif);
}
h2 {
  font-size: clamp(36px, 4vw, 51px);
}
h3 {
  line-height: 1.35;
}
em {
  font-weight: 400;
}
p + p {
  margin-top: 18px;
}
svg.icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
  vertical-align: middle;
}
.svg-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.container {
  width: min(1240px, calc(100% - 112px));
  margin-inline: auto;
}
.section {
  padding-block: 100px;
}
.eyebrow,
.small-label,
.section-number {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.9px;
  line-height: 1.6;
}
.eyebrow {
  display: block;
  color: var(--green-light);
}
.small-label {
  letter-spacing: 1.5px;
}
.section-number {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 1.4px;
}
.section-kicker {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  min-height: 54px;
  border: 1px solid var(--green);
  border-radius: 5px;
  background: var(--green);
  padding: 14px 23px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  transition:
    background 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  background: #2c5545;
  transform: translateY(-2px);
  box-shadow: 0 5px 14px #173f3515;
}
.button .icon {
  width: 18px;
  height: 18px;
}
.button-small {
  min-height: 43px;
  padding: 10px 17px;
  font-size: 11px;
  gap: 19px;
}
.button-lime {
  background: var(--lime);
  border-color: var(--lime);
  color: var(--green);
}
.button-lime:hover {
  background: #e8f4be;
}
.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid #9aa793;
  padding-bottom: 7px;
  margin-top: 23px;
}
.inline-link:hover {
  color: #5b7140;
  border-color: currentColor;
}
.inline-link .icon {
  width: 17px;
  height: 17px;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #7d902e;
  outline-offset: 5px;
}
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--green-light);
  outline-offset: 2px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 50;
  background: var(--lime);
  padding: 12px 20px;
  color: var(--green);
}
.skip-link:focus {
  top: 12px;
}
.announcement {
  background: var(--green);
  color: #ecf0e8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  min-height: 35px;
  padding: 7px 20px;
  font-size: 10px;
  letter-spacing: 0.3px;
}
.announcement a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--lime);
}
.announcement .icon {
  width: 12px;
  height: 12px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #faf9f5f5;
  border-bottom: 1px solid #e9e9df;
  backdrop-filter: blur(12px);
}
.header-inner {
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  font-size: 21px;
  line-height: 1;
  letter-spacing: -1px;
}
.brand > span:last-child {
  display: flex;
  align-items: baseline;
}
.brand-ben {
  font-weight: 700;
}
.brand-dot {
  color: #729349;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 39px;
}
.brand-mark .icon {
  height: 34px;
  width: 34px;
  stroke-width: 1.25;
}
.site-header nav {
  display: flex;
  gap: 29px;
  align-items: center;
}
.site-header nav > a:not(.button) {
  font-size: 11px;
  font-weight: 500;
  transition: color 0.2s;
}
.site-header nav > a:not(.button):hover {
  color: #648341;
}
.menu-toggle {
  display: none;
}
.hero {
  padding-top: 60px;
  padding-bottom: 55px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
}
.hero-copy {
  padding-bottom: 10px;
}
.hero .eyebrow {
  font-size: 9px;
  letter-spacing: 1.7px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 25px;
}
.status-dot {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6d8451;
  box-shadow: 0 0 0 4px #6d845114;
  flex: none;
}
h1 {
  font-size: clamp(58px, 6.8vw, 92px);
  letter-spacing: -4.5px;
  line-height: 1.03;
}
h1 em {
  color: #496c4c;
  position: relative;
}
h1 em:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 8px;
  border-top: 2px solid #9eaf72;
  border-radius: 50%;
  transform: rotate(-4deg);
}
.hero-sprout {
  width: 62px;
  height: 62px;
  color: #658054;
  margin-left: 21px;
  transform: rotate(8deg);
}
.hero-description {
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
  max-width: 420px;
  margin-top: 27px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 30px;
}
.text-link {
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
}
.text-link:hover {
  color: #638045;
}
.play-small {
  display: grid;
  place-items: center;
  border: 1px solid #c9d0bf;
  border-radius: 50%;
  width: 31px;
  height: 31px;
}
.play-small .icon {
  width: 12px;
  height: 12px;
  fill: var(--green);
  stroke-width: 0;
  margin-left: 2px;
}
.hero-footnote {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  color: #626a60;
  margin-top: 37px;
}
.mini-line {
  width: 24px;
  height: 1px;
  background: #9ba98d;
}
.hero-visual {
  position: relative;
  padding: 0 12px 0 0;
}
.portrait-frame {
  position: relative;
  height: 530px;
  border-radius: 130px 12px 12px 12px;
  overflow: hidden;
  background: #d8ddd6;
}
.portrait-frame:after {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, #102d25e8);
}
.portrait-frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.portrait-caption {
  position: absolute;
  bottom: 28px;
  left: 30px;
  right: 27px;
  color: white;
  z-index: 1;
}
.portrait-label {
  display: block;
  font-size: 8px;
  letter-spacing: 1.8px;
  color: #e0e8d7;
  margin-bottom: 7px;
}
.portrait-caption > p {
  font-family: var(--serif);
  font-size: 35px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.portrait-caption > p > span {
  display: block;
  font-family: var(--sans);
  letter-spacing: 0;
  font-size: 9px;
  margin-top: 7px;
  color: #dde2d7;
}
.round-link {
  width: 38px;
  height: 38px;
  border: 1px solid #ffffff60;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: absolute;
  right: 0;
  bottom: 2px;
  transition: background 0.2s;
}
.round-link:hover {
  background: #ffffff25;
}
.round-link .icon {
  width: 18px;
  height: 18px;
}
.root-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  top: 32px;
  right: -15px;
  border: 1px solid #fff9;
  background: #f7f6e9f2;
  border-radius: 7px;
  box-shadow: 0 8px 25px #293a3310;
  padding: 14px 18px;
  transform: rotate(4deg);
}
.root-badge > .icon {
  width: 28px;
  height: 28px;
  color: #648147;
}
.root-badge span {
  font-size: 11px;
  line-height: 1.5;
}
.root-badge strong {
  font-size: 13px;
  font-weight: 600;
}
.image-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 2px 0;
  font-size: 8px;
  letter-spacing: 1.7px;
  color: var(--muted);
}
.image-note .icon {
  width: 15px;
  height: 15px;
}
.principles-strip {
  border-block: 1px solid var(--line);
  background: #f3f3eb;
}
.principles-strip > .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 21px;
}
.principles-strip span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  white-space: nowrap;
}
.principles-strip .icon {
  width: 20px;
  height: 20px;
  color: #5e7753;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.intro-grid > div {
  max-width: 500px;
  color: var(--muted);
  font-size: 13px;
}
.intro-grid .large-copy {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.75;
}
.intro-grid .inline-link {
  color: var(--green);
}
.philosophy-section {
  padding-block: 83px;
  background: var(--paper);
}
.philosophy-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  margin-bottom: 44px;
}
.philosophy-heading > p {
  font-size: 13px;
  color: var(--muted);
  max-width: 335px;
  padding-bottom: 5px;
}
.roots-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.tree-card {
  background: #e7eadb;
  border: 1px solid #dce1cf;
  border-radius: var(--radius);
  padding: 25px 30px 32px;
  overflow: hidden;
}
.tree-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #5b6e51;
}
.tree-card-top .small-label {
  font-size: 8px;
  letter-spacing: 1.7px;
}
.tree-card-top .icon {
  width: 17px;
  height: 17px;
}
.tree-illustration {
  width: 100%;
  height: 300px;
  margin-top: 2px;
}
.tree-card blockquote {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  margin: 0;
  letter-spacing: -0.4px;
}
.tree-card cite {
  display: block;
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 1.6px;
  font-style: normal;
  margin-top: 16px;
}
.systems > .small-label {
  font-size: 9px;
}
.systems-intro {
  color: var(--muted);
  font-size: 12px;
  margin-top: 8px !important;
  margin-bottom: 16px;
}
.system {
  border-bottom: 1px solid #ccd3c2;
}
.system summary {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 21px 0;
  cursor: pointer;
  list-style: none;
}
.system summary::-webkit-details-marker,
.faq-list summary::-webkit-details-marker {
  display: none;
}
.system-number {
  font-size: 10px;
  color: #526646;
}
.system summary > span:nth-child(2) {
  font-size: 17px;
  font-weight: 500;
  flex: 1;
  line-height: 1.4;
}
.system summary small {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: var(--muted);
  margin-top: 5px;
}
.expand-icon {
  font-size: 20px;
  line-height: 1;
  color: #4d6541;
  width: 20px;
  text-align: center;
}
.system[open] .expand-icon {
  font-size: 0;
}
.system[open] .expand-icon:after {
  content: "−";
  font-size: 20px;
}
.system-content {
  padding: 0 0 23px 31px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
}
.try-this {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 15px;
  padding: 12px;
  background: #e5e9d9;
  border-radius: 5px;
  font-size: 10px;
  line-height: 1.7;
  color: #4f6148;
}
.try-this .icon {
  width: 17px;
  height: 17px;
  margin-top: 3px;
}
.try-this strong {
  display: block;
  font-weight: 600;
  margin-bottom: 2px;
}
.framework-note {
  font-size: 10px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 16px;
}
.systems > .inline-link {
  font-size: 11px;
  margin-top: 18px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 36px;
}
.section-heading > p {
  font-size: 13px;
  color: var(--muted);
  padding-bottom: 5px;
}
.media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.87fr;
  gap: 23px;
}
.media-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  background: #fffefb;
  display: flex;
  flex-direction: column;
}
.media-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px #263d330d;
}
.media-art {
  height: 236px;
  position: relative;
  overflow: hidden;
  padding: 22px;
}
.podcast-art {
  background: #dce4ca;
  color: var(--green);
}
.media-type {
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 1.6px;
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
  z-index: 1;
}
.media-type .icon {
  width: 12px;
  height: 12px;
}
.podcast-title {
  font-family: var(--serif);
  font-size: 38px;
  line-height: 1.08;
  letter-spacing: -1px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.soundwave {
  position: absolute;
  right: 0;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 170px;
  transform: rotate(-6deg);
  opacity: 0.46;
}
.soundwave i {
  height: 95px;
  width: 2px;
  background: #6d8653;
}
.soundwave i:nth-child(3n) {
  height: 150px;
}
.soundwave i:nth-child(3n + 1) {
  height: 65px;
}
.soundwave i:nth-child(5n) {
  height: 125px;
}
.art-play {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #fff;
  color: var(--green);
  box-shadow: 0 3px 16px #0000000a;
  z-index: 2;
}
.art-play .icon {
  height: 16px;
  width: 16px;
  margin-left: 2px;
  fill: var(--green);
  stroke-width: 0;
}
.video-art {
  background: #d6cfbd;
}
.video-art:after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, #10261ceb);
}
.video-art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 24%;
  mix-blend-mode: multiply;
}
.video-art .media-type {
  color: #20332b;
  font-size: 6px;
  letter-spacing: 1px;
}
.video-art-title {
  position: absolute;
  bottom: 22px;
  left: 22px;
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1.12;
  letter-spacing: -0.5px;
  color: #fff;
  z-index: 1;
}
.media-content {
  padding: 24px 23px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.media-content .small-label {
  font-size: 7px;
  letter-spacing: 1.4px;
  color: var(--green-light);
}
.media-content h3 {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin-top: 11px;
}
.media-content h3 .icon {
  width: 15px;
  height: 15px;
  margin-top: 3px;
}
.media-content > p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 11px;
  line-height: 1.8;
  margin-bottom: 21px;
}
.media-cta {
  font-size: 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #e8e9e0;
}
.media-cta .icon {
  width: 15px;
  height: 15px;
}
.channel-card {
  background: #efeee6;
  border: 1px solid #e6e5da;
  border-radius: var(--radius);
  padding: 27px 24px;
  display: flex;
  flex-direction: column;
}
.channel-card > .small-label {
  font-size: 8px;
  letter-spacing: 1.2px;
  color: var(--green-light);
}
.channel-card h3 {
  font-family: var(--serif);
  font-size: 29px;
  letter-spacing: -0.7px;
  font-weight: 400;
  margin: 15px 0 23px;
  line-height: 1.18;
}
.channel-card > a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 0;
  border-top: 1px solid #d9ddcc;
  transition: color 0.2s;
}
.channel-card > a:hover {
  color: #698047;
}
.channel-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e1e4d3;
  flex: none;
}
.channel-icon .icon {
  width: 17px;
  height: 17px;
}
.sun-icon {
  font-size: 24px;
  line-height: 1;
}
.channel-card a > span:nth-child(2) {
  flex: 1;
}
.channel-card strong {
  font-weight: 500;
  display: block;
  font-size: 11px;
}
.channel-card small {
  font-size: 8px;
  color: var(--muted);
  display: block;
  margin-top: 3px;
}
.channel-card > a > .icon {
  width: 14px;
  height: 14px;
}
.channel-card > p {
  font-size: 10px;
  color: #5c6553;
  line-height: 1.7;
  margin-top: auto;
  padding-top: 10px;
}
.academy-section {
  min-height: 430px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  background: var(--green);
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
}
.academy-content {
  padding: 57px 60px;
  position: relative;
  z-index: 1;
}
.academy-content .eyebrow {
  color: #d7e7b1;
  font-size: 9px;
}
.academy-content h2 {
  font-size: 53px;
  margin-top: 19px;
  letter-spacing: -1.7px;
}
.academy-content h2 em {
  color: #d9e8b8;
}
.academy-content > p {
  font-size: 12px;
  color: #d3ddd1;
  max-width: 410px;
  margin-top: 22px;
  line-height: 1.9;
}
.academy-content .button {
  margin-top: 26px;
  font-size: 11px;
  min-height: 49px;
  padding: 12px 20px;
}
.academy-note {
  display: block;
  font-size: 9px;
  color: #bccfb6;
  margin-top: 15px;
}
.academy-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 440px;
  isolation: isolate;
}
.orbital {
  border: 1px solid #78936e45;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  width: 440px;
  height: 440px;
  right: -18px;
  top: 39px;
}
.orbital-two {
  width: 550px;
  height: 550px;
  right: -72px;
  top: -16px;
}
.academy-art:before {
  content: "";
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #88a75b14;
  position: absolute;
  z-index: -1;
  filter: blur(20px);
}
.academy-book {
  display: flex;
  flex-direction: column;
  width: 227px;
  height: 323px;
  background: #e2e8cf;
  color: var(--green);
  border-radius: 2px 7px 7px 2px;
  box-shadow:
    8px 8px 0 #adba97,
    13px 14px 0 #5c7854,
    25px 30px 45px #09291e80;
  transform: rotate(9deg);
  padding: 26px 23px;
  border-left: 6px solid #c4ceb0;
  position: relative;
}
.book-top {
  font-size: 9px;
  line-height: 1.4;
  letter-spacing: 1.6px;
  font-weight: 500;
}
.book-leaf {
  width: 65px;
  height: 80px;
  position: absolute;
  top: 66px;
  right: 25px;
  opacity: 0.6;
}
.book-title {
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.9px;
  margin-top: auto;
}
.book-bottom {
  font-size: 6px;
  letter-spacing: 1.2px;
  margin-top: 21px;
}
.academy-stamp {
  position: absolute;
  right: 40px;
  bottom: 47px;
  background: #d9eb9c;
  border: 5px solid #173f35;
  outline: 1px solid #d9eb9c;
  border-radius: 50%;
  width: 104px;
  height: 104px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--green);
  font-size: 7px;
  letter-spacing: 1px;
  line-height: 1.4;
  transform: rotate(-12deg);
}
.academy-stamp br {
  display: none;
}
.academy-stamp .icon {
  width: 25px;
  height: 25px;
  margin: 7px;
}
.question-section {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 100px;
  align-items: start;
  padding-block: 110px;
}
.question-copy {
  padding-top: 16px;
}
.question-copy h2 {
  margin-top: 23px;
  font-size: 56px;
}
.question-copy > p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
  margin-top: 24px;
  max-width: 365px;
  line-height: 1.9;
}
.contact-person {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-top: 29px;
}
.contact-person img {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  object-fit: cover;
  border: 3px solid #e6e8dc;
}
.contact-person strong {
  font-weight: 500;
  font-size: 11px;
  display: block;
}
.contact-person small {
  font-size: 9px;
  color: var(--muted);
  display: block;
  margin-top: 3px;
}
.phone-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px 0;
  margin-top: 30px;
  border-block: 1px solid var(--line);
  max-width: 350px;
}
.phone-icon {
  width: 40px;
  height: 40px;
  background: #edf0e3;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.phone-icon .icon {
  width: 19px;
  height: 19px;
}
.phone-link > span:nth-child(2) {
  flex: 1;
}
.phone-link small {
  display: block;
  font-size: 8px;
  letter-spacing: 1.4px;
}
.phone-link strong {
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 21px;
  display: block;
  line-height: 1.7;
}
.phone-link > .icon {
  width: 18px;
  height: 18px;
}
.question-copy > .contact-note {
  font-size: 10px !important;
  line-height: 1.85 !important;
  margin-top: 23px !important;
}
.form-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffefb;
  padding: 31px 33px;
  box-shadow: 0 6px 30px #263d3304;
}
.form-heading h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 28px;
  letter-spacing: -0.6px;
}
.form-heading > span {
  font-size: 11px;
  color: var(--muted);
  display: block;
  margin-top: 4px;
}
.required-note {
  font-size: 9px;
  color: var(--muted);
  margin: 12px 0 17px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.field {
  margin-bottom: 18px;
  min-width: 0;
}
.field label {
  display: block;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 7px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  min-width: 0;
  background: #fafaf6;
  border: 1px solid #dce0d3;
  border-radius: 4px;
  padding: 12px 13px;
  color: var(--ink);
  font-size: 11px;
  line-height: 1.6;
  transition: border-color 0.2s;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #788070;
  opacity: 1;
}
.field textarea {
  display: block;
  resize: vertical;
  min-height: 115px;
  max-height: 400px;
}
.field select {
  min-height: 43px;
}
.field-help {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 8px;
  color: var(--muted);
  margin-top: 7px;
}
.field-help > span:last-child {
  white-space: nowrap;
}
.consent {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  font-size: 9px;
  color: var(--muted);
  line-height: 1.8;
  cursor: pointer;
}
.consent input {
  accent-color: var(--green);
  margin: 2px 0 0;
  width: 14px;
  height: 14px;
  flex: none;
}
.consent a {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: var(--green);
}
.form-submit {
  width: 100%;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 20px;
  min-height: 48px;
}
.form-submit:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
  box-shadow: none;
}
.form-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 9px;
  color: var(--muted);
  margin-top: 12px !important;
}
.form-footer .icon {
  width: 12px;
  height: 12px;
}
.honeypot {
  display: none;
}
.form-status {
  font-size: 12px;
  background: #fff0e9;
  border: 1px solid #e4b49b;
  border-radius: 5px;
  padding: 14px;
  margin-top: 17px;
  color: #753c23;
}
.form-status a {
  text-decoration: underline;
}
.form-success {
  text-align: center;
  padding: 35px 0;
}
.success-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--lime);
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
}
.form-success h3 {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
  margin: 15px 0 20px;
}
.form-success > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 13px;
}
.form-success > .contact-note {
  font-size: 11px !important;
}
.form-success .button {
  margin-top: 30px;
}
.faq-section {
  padding: 72px 0 80px;
  background: var(--paper);
  border-top: 1px solid #e5e7dc;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 75px;
}
.faq-grid h2 {
  font-size: 43px;
  margin-top: 20px;
}
.faq-grid > div > p:last-child {
  color: var(--muted);
  font-size: 11px;
  margin-top: 18px;
}
.faq-list details {
  border-bottom: 1px solid #cfd6c6;
}
.faq-list summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  font-size: 12px;
  font-weight: 500;
  padding: 21px 0;
  cursor: pointer;
}
.faq-list details:first-child summary {
  padding-top: 0;
}
.faq-list summary > span {
  font-size: 20px;
  line-height: 1;
  color: var(--green-light);
  font-weight: 400;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details > p {
  font-size: 12px;
  color: var(--muted);
  padding-bottom: 22px;
  line-height: 1.9;
}
.faq-list a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-footer {
  padding: 59px 0 25px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1.1fr;
  gap: 40px;
  padding-bottom: 42px;
}
.footer-brand > p {
  font-size: 11px;
  margin-top: 18px;
  color: var(--muted);
}
.social-links {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 20px;
  font-size: 9px;
}
.social-links a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.social-links .icon {
  width: 11px;
  height: 11px;
}
.social-links a:hover,
.footer-links a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  font-size: 11px;
}
.footer-links .small-label {
  color: var(--muted);
  font-size: 8px;
  margin-bottom: 5px;
}
.footer-links a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-links .icon {
  width: 12px;
  height: 12px;
}
.footer-disclaimer {
  border-block: 1px solid var(--line);
  padding-block: 21px;
  color: #6a7165;
  font-size: 9px;
  line-height: 1.9;
}
.footer-disclaimer strong {
  font-weight: 500;
  color: #47533e;
}
.footer-bottom {
  padding-top: 22px;
  font-size: 8px;
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
}
.footer-bottom > span {
  margin-right: auto;
}
.footer-bottom a:hover {
  text-decoration: underline;
}
[hidden] {
  display: none !important;
}
.document-page {
  max-width: 740px;
  margin: 70px auto 100px;
}
.document-page h1 {
  font-size: 57px;
  letter-spacing: -2px;
  margin-bottom: 30px;
}
.document-page h2 {
  font-size: 29px;
  letter-spacing: -0.5px;
  margin: 32px 0 15px;
}
.document-page p,
.document-page li {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.9;
}
.document-page a:not(.button) {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.document-page .eyebrow {
  margin-bottom: 20px;
}
.document-page .button {
  margin-top: 25px;
}
.document-shell .header-inner {
  justify-content: space-between;
}
.document-shell .header-inner > a:last-child {
  font-size: 12px;
}
.simple-footer {
  border-top: 1px solid var(--line);
  padding: 25px 0;
  font-size: 11px;
  color: var(--muted);
}
@media (min-width: 1450px) {
  .hero {
    padding-block: 75px;
  }
  .portrait-frame {
    height: 585px;
  }
  .hero-description {
    font-size: 16px;
  }
  .hero .eyebrow {
    font-size: 10px;
  }
  .hero-actions {
    margin-top: 35px;
  }
  .hero-footnote {
    margin-top: 40px;
  }
  .hero-copy {
    padding-bottom: 25px;
  }
  .hero h1 {
    font-size: 99px;
  }
  .media-art {
    height: 255px;
  }
}
@media (max-width: 1150px) {
  .container {
    width: calc(100% - 72px);
  }
  .site-header nav {
    gap: 20px;
  }
  .hero {
    gap: 38px;
  }
  .hero h1 {
    font-size: 73px;
  }
  .portrait-frame {
    height: 495px;
  }
  .hero-actions {
    gap: 19px;
  }
  .hero-actions .button {
    font-size: 11px;
    padding: 13px 17px;
    gap: 18px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.1px;
  }
  .hero-description {
    font-size: 13px;
  }
  .hero-footnote {
    font-size: 9px;
  }
  .principles-strip span {
    font-size: 9px;
    gap: 8px;
  }
  .principles-strip .icon {
    width: 17px;
    height: 17px;
  }
  .intro-grid {
    gap: 55px;
  }
  .roots-grid {
    gap: 40px;
  }
  .philosophy-heading h2 {
    font-size: 44px;
  }
  .philosophy-heading > p {
    max-width: 280px;
  }
  .media-grid {
    gap: 17px;
    grid-template-columns: 1fr 1fr 0.95fr;
  }
  .media-art {
    height: 220px;
  }
  .media-content {
    padding: 20px 18px;
  }
  .media-content h3 {
    font-size: 14px;
    gap: 8px;
  }
  .channel-card {
    padding: 24px 17px;
  }
  .channel-card h3 {
    font-size: 26px;
  }
  .channel-card strong {
    font-size: 10px;
  }
  .channel-card small {
    font-size: 7px;
  }
  .channel-card > a {
    gap: 8px;
  }
  .academy-content {
    padding: 48px 42px;
  }
  .academy-stamp {
    right: 16px;
  }
  .question-section {
    gap: 55px;
  }
  .question-copy h2 {
    font-size: 50px;
  }
  .form-card {
    padding: 28px;
  }
  .faq-grid {
    gap: 50px;
  }
  .tree-card {
    padding-inline: 20px;
  }
  .tree-card blockquote {
    font-size: 22px;
  }
}
@media (max-width: 950px) {
  .brand {
    font-size: 19px;
  }
  .site-header nav {
    gap: 15px;
  }
  .site-header nav > a:not(.button) {
    font-size: 10px;
  }
  .site-header .button-small {
    font-size: 10px;
    padding-inline: 12px;
    gap: 11px;
  }
  .hero h1 {
    font-size: 67px;
  }
  .hero-sprout {
    width: 46px;
    height: 46px;
  }
  .hero {
    gap: 29px;
  }
  .portrait-frame {
    height: 470px;
    border-top-left-radius: 100px;
  }
  .root-badge {
    right: -12px;
    top: 25px;
    padding: 10px 13px;
  }
  .hero-description {
    font-size: 12px;
  }
  .hero-actions {
    gap: 14px;
    flex-wrap: wrap;
  }
  .hero-footnote {
    font-size: 8px;
    margin-top: 25px;
  }
  .hero .eyebrow {
    font-size: 7px;
    letter-spacing: 1px;
  }
  .hero .button {
    min-height: 48px;
  }
  .portrait-caption {
    left: 23px;
    right: 21px;
  }
  .portrait-caption > p > span {
    font-size: 8px;
  }
  .principles-strip > .container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 30px;
  }
  .principles-strip span {
    font-size: 9px;
  }
  .intro-grid {
    gap: 40px;
  }
  .intro-grid h2 {
    font-size: 38px;
  }
  .intro-grid .large-copy {
    font-size: 14px;
  }
  .philosophy-heading h2 {
    font-size: 39px;
  }
  .philosophy-heading > p {
    font-size: 12px;
    max-width: 250px;
  }
  .roots-grid {
    gap: 30px;
  }
  .system summary > span:nth-child(2) {
    font-size: 15px;
  }
  .system-content {
    font-size: 11px;
    padding-left: 25px;
  }
  .system summary {
    gap: 10px;
  }
  .tree-illustration {
    height: 280px;
  }
  .tree-card blockquote {
    font-size: 21px;
  }
  .media-grid {
    grid-template-columns: 1fr 1fr;
  }
  .channel-card {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 24px;
    padding: 25px;
  }
  .channel-card > .small-label {
    grid-column: 1/-1;
  }
  .channel-card h3 {
    grid-column: 1/-1;
    font-size: 27px;
    margin: 10px 0 17px;
  }
  .channel-card h3 br {
    display: none;
  }
  .channel-card > a {
    border-bottom: 1px solid #d9ddcc;
  }
  .channel-card strong {
    font-size: 11px;
  }
  .channel-card small {
    font-size: 8px;
  }
  .channel-card > p {
    grid-column: 1/-1;
    padding-top: 16px;
  }
  .channel-card > p br {
    display: none;
  }
  .media-art {
    height: 250px;
  }
  .media-content h3 {
    font-size: 17px;
  }
  .academy-content {
    padding: 44px 35px;
  }
  .academy-content h2 {
    font-size: 44px;
  }
  .academy-book {
    width: 205px;
    height: 303px;
  }
  .academy-art {
    min-height: 400px;
  }
  .academy-stamp {
    width: 91px;
    height: 91px;
    font-size: 6px;
    bottom: 31px;
    right: 13px;
  }
  .question-section {
    gap: 38px;
    grid-template-columns: 0.9fr 1.1fr;
  }
  .question-copy h2 {
    font-size: 44px;
  }
  .form-card {
    padding: 24px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .form-heading h3 {
    font-size: 25px;
  }
  .question-copy > p:not(.eyebrow) {
    font-size: 12px;
  }
  .field-help {
    font-size: 7px;
    gap: 6px;
  }
  .faq-grid {
    gap: 40px;
  }
  .faq-grid h2 {
    font-size: 38px;
  }
  .footer-main {
    grid-template-columns: 1.4fr 1fr 1.2fr;
    gap: 30px;
  }
  .footer-links {
    font-size: 10px;
  }
  .footer-brand > p {
    font-size: 10px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 91px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .announcement {
    font-size: 8px;
    min-height: 31px;
    gap: 14px;
    padding-inline: 10px;
  }
  .announcement a {
    font-size: 8px;
  }
  .header-inner {
    height: 73px;
  }
  .brand {
    font-size: 21px;
  }
  .brand-mark .icon {
    width: 30px;
    height: 30px;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 11px;
    background: none;
    border: 1px solid var(--line);
    border-radius: 5px;
    color: var(--green);
    padding: 8px 10px;
    font-size: 11px;
    min-height: 40px;
  }
  .menu-lines {
    width: 16px;
    height: 12px;
    position: relative;
    border-block: 1px solid currentColor;
    display: block;
  }
  .menu-lines:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 4.5px;
    border-top: 1px solid currentColor;
  }
  .site-header nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 73px;
    background: var(--cream);
    padding: 15px 20px 24px;
    box-shadow: 0 12px 18px #173f3510;
    border-bottom: 1px solid var(--line);
    display: none;
    align-items: stretch;
    gap: 0;
  }
  .site-header nav.is-open {
    display: flex;
    flex-direction: column;
  }
  .site-header nav > a:not(.button) {
    padding: 14px 8px;
    font-size: 13px;
    border-bottom: 1px solid #e9eade;
  }
  .site-header nav .button {
    margin-top: 15px;
    font-size: 12px;
    min-height: 46px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 40px;
    padding-bottom: 32px;
  }
  .hero-copy {
    padding-bottom: 0;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.25px;
    margin-bottom: 22px;
  }
  .hero h1 {
    font-size: clamp(64px, 12vw, 86px);
    letter-spacing: -3.5px;
    line-height: 1.04;
  }
  .hero h1 br:nth-child(2) {
    display: none;
  }
  .hero-sprout {
    height: 51px;
    width: 51px;
    margin-left: 15px;
  }
  .hero-description {
    font-size: 13px;
    max-width: 440px;
    margin-top: 23px;
  }
  .hero-actions {
    margin-top: 24px;
    gap: 24px;
  }
  .hero-actions .button {
    font-size: 12px;
    min-height: 51px;
    padding-inline: 18px;
    gap: 20px;
  }
  .text-link {
    font-size: 11px;
  }
  .hero-footnote {
    font-size: 9px;
    margin-top: 23px;
  }
  .hero-visual {
    width: min(100%, 490px);
    justify-self: center;
    padding-right: 8px;
  }
  .portrait-frame {
    height: 475px;
    border-radius: 95px 10px 10px 10px;
  }
  .portrait-frame > img {
    object-position: center 20%;
  }
  .portrait-caption {
    left: 25px;
    right: 23px;
    bottom: 25px;
  }
  .portrait-caption > p {
    font-size: 35px;
  }
  .portrait-caption > p > span {
    font-size: 9px;
  }
  .root-badge {
    right: -4px;
    top: 28px;
    padding: 13px 15px;
  }
  .root-badge span {
    font-size: 10px;
  }
  .root-badge strong {
    font-size: 12px;
  }
  .image-note {
    font-size: 7px;
    padding-top: 12px;
  }
  .principles-strip > .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 15px;
    padding-block: 22px;
  }
  .principles-strip span {
    font-size: 8px;
    gap: 7px;
    white-space: normal;
  }
  .principles-strip .icon {
    width: 18px;
    height: 18px;
  }
  .section {
    padding-block: 64px;
  }
  .section-kicker {
    margin-bottom: 23px;
    gap: 12px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.5px;
  }
  .section-number {
    display: none;
  }
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .intro-grid h2 {
    font-size: 39px;
  }
  .intro-grid > div {
    max-width: none;
    font-size: 12px;
  }
  .intro-grid .large-copy {
    font-size: 15px;
  }
  .inline-link {
    font-size: 12px;
    margin-top: 20px;
  }
  .philosophy-section {
    padding-block: 55px;
  }
  .philosophy-heading {
    display: block;
    margin-bottom: 30px;
  }
  .philosophy-heading h2 {
    font-size: 37px;
    letter-spacing: -1.5px;
  }
  .philosophy-heading > p {
    max-width: 440px;
    font-size: 12px;
    margin-top: 20px;
  }
  .roots-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .tree-card {
    padding: 23px 24px 30px;
  }
  .tree-illustration {
    height: 285px;
  }
  .tree-card blockquote {
    font-size: 25px;
  }
  .tree-card cite {
    font-size: 8px;
  }
  .systems > .small-label {
    font-size: 9px;
  }
  .systems-intro {
    font-size: 12px;
  }
  .system summary > span:nth-child(2) {
    font-size: 17px;
  }
  .system summary small {
    font-size: 10px;
  }
  .system summary {
    gap: 14px;
    padding-block: 22px;
  }
  .system-content {
    font-size: 12px;
    padding-left: 28px;
  }
  .try-this {
    font-size: 11px;
  }
  .framework-note {
    font-size: 10px;
  }
  .section-heading {
    display: block;
    margin-bottom: 27px;
  }
  .section-heading h2 {
    font-size: 40px;
  }
  .section-heading > p {
    margin-top: 20px;
    font-size: 12px;
  }
  .media-grid {
    gap: 22px;
    grid-template-columns: 1fr;
  }
  .media-art {
    height: 260px;
  }
  .podcast-title {
    font-size: 46px;
    line-height: 1.05;
  }
  .soundwave {
    gap: 8px;
    right: 15px;
  }
  .media-content {
    padding: 24px;
  }
  .media-content h3 {
    font-size: 19px;
  }
  .media-content > p {
    font-size: 12px;
    max-width: 410px;
  }
  .media-content .small-label {
    font-size: 8px;
  }
  .media-cta {
    font-size: 11px;
  }
  .video-art img {
    object-position: 50% 25%;
  }
  .video-art-title {
    font-size: 35px;
  }
  .media-type {
    font-size: 8px;
  }
  .video-art .media-type {
    font-size: 7px;
  }
  .channel-card {
    display: flex;
    padding: 28px;
    gap: 0;
  }
  .channel-card h3 {
    font-size: 31px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .channel-card h3 br {
    display: block;
  }
  .channel-card > a {
    gap: 14px;
    padding-block: 20px;
    border-bottom: 0;
  }
  .channel-card strong {
    font-size: 13px;
  }
  .channel-card small {
    font-size: 10px;
  }
  .channel-icon {
    width: 34px;
    height: 34px;
  }
  .channel-card > p {
    font-size: 11px;
    padding-top: 15px;
  }
  .academy-section {
    grid-template-columns: 1fr;
  }
  .academy-content {
    padding: 37px 29px 0;
  }
  .academy-content h2 {
    font-size: 47px;
  }
  .academy-content > p {
    font-size: 12px;
  }
  .academy-art {
    min-height: 383px;
    margin-top: 5px;
  }
  .orbital-one {
    width: 360px;
    height: 360px;
    right: calc(50% - 180px);
    top: 35px;
  }
  .orbital-two {
    width: 440px;
    height: 440px;
    right: calc(50% - 220px);
    top: -5px;
  }
  .academy-book {
    width: 206px;
    height: 291px;
  }
  .academy-stamp {
    right: calc(50% - 157px);
    bottom: 31px;
    width: 97px;
    height: 97px;
  }
  .book-title {
    font-size: 27px;
  }
  .book-leaf {
    height: 68px;
    top: 66px;
  }
  .question-section {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-block: 64px;
  }
  .question-copy {
    padding-top: 0;
  }
  .question-copy h2 {
    font-size: 48px;
    margin-top: 19px;
  }
  .question-copy > p:not(.eyebrow) {
    font-size: 13px;
    max-width: 100%;
    margin-top: 19px;
  }
  .contact-person {
    margin-top: 24px;
  }
  .contact-person strong {
    font-size: 12px;
  }
  .contact-person small {
    font-size: 10px;
  }
  .phone-link {
    margin-top: 25px;
    max-width: 100%;
    padding-block: 20px;
  }
  .question-copy > .contact-note {
    max-width: 440px;
    font-size: 11px !important;
  }
  .form-card {
    padding: 26px 23px;
  }
  .form-heading h3 {
    font-size: 29px;
  }
  .form-heading > span {
    font-size: 12px;
  }
  .required-note {
    font-size: 10px;
  }
  .form-row {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .field label {
    font-size: 12px;
  }
  .field input,
  .field select,
  .field textarea {
    font-size: 16px;
    padding: 11px 10px;
  }
  .field-help {
    font-size: 8px;
  }
  .consent {
    font-size: 10px;
    gap: 10px;
  }
  .consent input {
    width: 17px;
    height: 17px;
  }
  .form-footer {
    font-size: 10px;
  }
  .form-submit {
    font-size: 13px;
    min-height: 51px;
  }
  .faq-section {
    padding-block: 55px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .faq-grid h2 {
    font-size: 39px;
  }
  .faq-grid > div > p:last-child {
    font-size: 12px;
  }
  .faq-list summary {
    font-size: 13px;
    padding-block: 21px;
  }
  .faq-list details > p {
    font-size: 12px;
  }
  .site-footer {
    padding-top: 42px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
    padding-bottom: 31px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-brand > p {
    font-size: 11px;
    margin-top: 15px;
  }
  .social-links {
    font-size: 11px;
    gap: 22px;
  }
  .footer-links {
    font-size: 11px;
    gap: 14px;
  }
  .footer-links .small-label {
    font-size: 8px;
    letter-spacing: 1.1px;
  }
  .footer-disclaimer {
    font-size: 10px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    font-size: 9px;
    gap: 15px 23px;
  }
  .footer-bottom > span {
    width: 100%;
  }
  .document-page {
    margin-block: 45px 65px;
  }
  .document-page h1 {
    font-size: 44px;
  }
  .document-page h2 {
    font-size: 26px;
  }
  .document-shell .header-inner > a:last-child {
    font-size: 10px;
  }
}
@media (max-width: 380px) {
  .container {
    width: calc(100% - 32px);
  }
  .announcement > span {
    font-size: 7px;
  }
  .announcement {
    gap: 10px;
  }
  .hero h1 {
    font-size: 61px;
  }
  .hero .eyebrow {
    font-size: 7px;
    letter-spacing: 1px;
  }
  .hero-actions {
    gap: 15px;
  }
  .hero-actions .button {
    font-size: 11px;
    padding-inline: 14px;
    gap: 13px;
  }
  .text-link {
    font-size: 10px;
  }
  .portrait-frame {
    height: 413px;
  }
  .portrait-caption > p > span {
    font-size: 8px;
  }
  .hero-footnote {
    font-size: 8px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .form-card {
    padding: 23px 20px;
  }
  .field-help {
    flex-wrap: wrap;
  }
  .philosophy-heading h2 {
    font-size: 33px;
  }
  .principles-strip span {
    font-size: 7px;
  }
  .tree-card blockquote {
    font-size: 22px;
  }
  .tree-illustration {
    height: 249px;
  }
  .academy-content {
    padding-inline: 24px;
  }
  .footer-links {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
@media print {
  .site-header,
  .announcement,
  .hero-actions,
  .root-badge,
  .form-card,
  .social-links,
  .skip-link {
    display: none;
  }
  .container {
    width: 100%;
  }
  .section,
  .philosophy-section,
  .faq-section {
    padding-block: 25px;
  }
  .hero {
    padding: 0;
    gap: 20px;
  }
  .portrait-frame {
    height: 300px;
  }
  .site-footer {
    padding: 20px 0;
  }
  body {
    font-size: 11px;
  }
  a {
    text-decoration: underline;
  }
  .question-section {
    display: block;
  }
  .question-copy {
    max-width: 600px;
  }
  .academy-section {
    color: #000;
    background: #eee;
  }
  .academy-content .eyebrow,
  .academy-content h2 em,
  .academy-content > p,
  .academy-note {
    color: #000;
  }
  .academy-art {
    display: none;
  }
}
