:root {
  --juw-forest: #1f4d3b;
  --juw-forest-deep: #15382b;
  --juw-sage: #dfeadf;
  --juw-sage-deep: #b9cfbd;
  --juw-cream: #f7f3ea;
  --juw-paper: #fffdf9;
  --juw-terracotta: #c96e4b;
  --juw-gold: #d6a33b;
  --juw-ink: #17211c;
  --juw-muted: #5f6c65;
  --juw-line: #dfe4df;
  --juw-white: #fff;
  --juw-shadow: 0 22px 60px rgba(28, 58, 45, 0.11);
  --juw-shadow-soft: 0 12px 34px rgba(28, 58, 45, 0.08);
  --juw-radius: 22px;
  --juw-radius-small: 14px;
  --juw-serif: Georgia, "Times New Roman", serif;
  --juw-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--juw-paper);
  color: var(--juw-ink);
  font-family: var(--juw-sans);
  font-size: 17px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

button,
input,
textarea,
select {
  color: inherit;
  font: inherit;
}

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

a {
  color: var(--juw-forest);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

a:hover {
  color: var(--juw-terracotta);
}

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

figure {
  margin: 2rem 0;
}

h1,
h2,
h3,
h4 {
  color: var(--juw-ink);
  font-family: var(--juw-serif);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.12;
  margin: 0 0 0.7em;
}

h1 {
  font-size: clamp(2.9rem, 6vw, 5.8rem);
}

h2 {
  font-size: clamp(2.15rem, 4vw, 3.7rem);
}

h3 {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

p {
  margin: 0 0 1.25em;
}

ul,
ol {
  padding-left: 1.35em;
}

blockquote {
  border-left: 4px solid var(--juw-gold);
  color: var(--juw-forest-deep);
  font-family: var(--juw-serif);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  margin: 2.4rem 0;
  padding: 0.2rem 0 0.2rem 1.5rem;
}

::selection {
  background: var(--juw-sage-deep);
  color: var(--juw-ink);
}

:focus-visible {
  outline: 3px solid var(--juw-gold);
  outline-offset: 3px;
}

.site-shell {
  margin-inline: auto;
  max-width: 1240px;
  padding-inline: 30px;
  width: 100%;
}

.content-shell {
  max-width: 820px;
}

.site-main {
  min-height: 60vh;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background: var(--juw-white);
  clip: auto !important;
  clip-path: none;
  color: var(--juw-ink);
  display: block;
  font-weight: 700;
  height: auto;
  left: 12px;
  padding: 14px 18px;
  top: 12px;
  width: auto;
  z-index: 100000;
}

.site-header {
  backdrop-filter: blur(18px);
  background: rgba(255, 253, 249, 0.94);
  border-bottom: 1px solid rgba(31, 77, 59, 0.11);
  position: sticky;
  top: 0;
  z-index: 100;
}

.admin-bar .site-header {
  top: 32px;
}

.site-header-inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 88px;
}

.site-brand {
  align-items: center;
  color: var(--juw-ink);
  display: inline-flex;
  flex: 0 0 auto;
  gap: 12px;
  max-width: 330px;
  text-decoration: none;
}

.site-brand:hover {
  color: var(--juw-ink);
}

.brand-mark {
  align-items: center;
  background: var(--juw-forest);
  border-radius: 50% 50% 46% 54% / 44% 52% 48% 56%;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  position: relative;
  transform: rotate(-9deg);
  width: 42px;
}

.brand-mark::before,
.brand-mark::after,
.brand-mark span {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  content: "";
  position: absolute;
}

.brand-mark::before {
  height: 24px;
  width: 15px;
}

.brand-mark::after {
  height: 15px;
  transform: translate(4px, -4px);
  width: 9px;
}

.brand-mark span {
  background: var(--juw-gold);
  border: 0;
  height: 5px;
  transform: translate(-7px, 8px);
  width: 5px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.22;
}

.brand-copy strong {
  font-family: var(--juw-serif);
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.brand-copy small {
  color: var(--juw-muted);
  font-size: 0.67rem;
  letter-spacing: 0.025em;
  margin-top: 4px;
}

.primary-navigation {
  margin-left: auto;
}

.primary-menu,
.primary-navigation .menu {
  align-items: center;
  display: flex;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-menu > li,
.primary-navigation .menu > li {
  position: relative;
}

.primary-menu a,
.primary-navigation .menu a {
  border-radius: 999px;
  color: var(--juw-ink);
  display: block;
  font-size: 0.88rem;
  font-weight: 650;
  padding: 10px 11px;
  text-decoration: none;
  white-space: nowrap;
}

.primary-menu > li > a:hover,
.primary-menu > .current-menu-item > a,
.primary-menu > .current-menu-ancestor > a,
.primary-navigation .menu > li > a:hover {
  background: var(--juw-sage);
  color: var(--juw-forest-deep);
}

.primary-menu .menu-item-has-children > a::after {
  content: "⌄";
  font-size: 0.8em;
  margin-left: 5px;
}

.primary-menu .sub-menu {
  background: var(--juw-white);
  border: 1px solid var(--juw-line);
  border-radius: 16px;
  box-shadow: var(--juw-shadow);
  left: 50%;
  list-style: none;
  margin: 0;
  min-width: 255px;
  opacity: 0;
  padding: 9px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 12px);
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease;
  visibility: hidden;
}

.primary-menu .sub-menu::before {
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  right: 0;
  top: -14px;
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.primary-menu .sub-menu a {
  border-radius: 9px;
  font-size: 0.86rem;
  padding: 9px 11px;
  white-space: normal;
}

.primary-menu .sub-menu a:hover {
  background: var(--juw-cream);
}

.menu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  height: 44px;
  justify-content: center;
  padding: 8px;
  width: 44px;
}

.menu-toggle-lines,
.menu-toggle-lines span {
  display: block;
  width: 23px;
}

.menu-toggle-lines span {
  background: var(--juw-ink);
  height: 2px;
  margin: 5px 0;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-is-open .menu-toggle-lines span:first-child {
  transform: translateY(7px) rotate(45deg);
}

.menu-is-open .menu-toggle-lines span:nth-child(2) {
  opacity: 0;
}

.menu-is-open .menu-toggle-lines span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

.hero-section {
  background:
    radial-gradient(circle at 78% 18%, rgba(214, 163, 59, 0.14), transparent 24%),
    radial-gradient(circle at 10% 92%, rgba(185, 207, 189, 0.33), transparent 30%),
    linear-gradient(135deg, #fffdf9 0%, #f8f4ea 52%, #eff4ed 100%);
  overflow: hidden;
  padding: clamp(68px, 8vw, 116px) 0 clamp(78px, 9vw, 126px);
  position: relative;
}

.hero-section::before {
  border: 1px solid rgba(31, 77, 59, 0.09);
  border-radius: 50%;
  content: "";
  height: 560px;
  left: -390px;
  position: absolute;
  top: -340px;
  width: 560px;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(50px, 7vw, 104px);
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, 0.9fr);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  align-items: center;
  color: var(--juw-forest);
  display: flex;
  font-size: 0.74rem;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.15em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.eyebrow > span:first-child {
  background: var(--juw-gold);
  display: inline-block;
  height: 2px;
  width: 28px;
}

.hero-copy h1 {
  font-size: clamp(3.6rem, 7vw, 6.7rem);
  letter-spacing: -0.058em;
  margin: 0 0 26px;
  max-width: 770px;
}

.hero-intro {
  color: #46534c;
  font-size: clamp(1.1rem, 1.6vw, 1.26rem);
  line-height: 1.72;
  max-width: 680px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button,
.wp-element-button,
.entry-content .wp-element-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 750;
  gap: 9px;
  justify-content: center;
  letter-spacing: 0.015em;
  min-height: 50px;
  padding: 13px 23px;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

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

.button-primary,
.wp-element-button {
  background: var(--juw-forest);
  color: var(--juw-white);
}

.button-primary:hover,
.wp-element-button:hover {
  background: var(--juw-forest-deep);
  color: var(--juw-white);
}

.button-quiet {
  border-color: rgba(31, 77, 59, 0.24);
  color: var(--juw-forest-deep);
}

.button-quiet:hover {
  background: var(--juw-white);
  border-color: var(--juw-forest);
  color: var(--juw-forest-deep);
}

.button-light {
  background: var(--juw-white);
  color: var(--juw-forest-deep);
}

.button-light:hover {
  background: var(--juw-gold);
  color: var(--juw-ink);
}

.hero-proof {
  color: var(--juw-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.78rem;
  gap: 8px 20px;
  margin-top: 32px;
}

.hero-proof span {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.hero-proof span::before {
  background: var(--juw-terracotta);
  border-radius: 50%;
  content: "";
  height: 6px;
  width: 6px;
}

.vitality-visual {
  aspect-ratio: 1 / 1;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(31, 77, 59, 0.13);
  border-radius: 50%;
  box-shadow: var(--juw-shadow);
  justify-self: center;
  max-width: 520px;
  position: relative;
  width: 100%;
}

.visual-orbit {
  border: 1px solid rgba(31, 77, 59, 0.17);
  border-radius: 50%;
  inset: 11%;
  position: absolute;
}

.visual-orbit.orbit-two {
  border-color: rgba(201, 110, 75, 0.19);
  inset: 26%;
}

.visual-orbit::before,
.visual-orbit::after {
  background: var(--juw-gold);
  border-radius: 50%;
  content: "";
  height: 10px;
  position: absolute;
  width: 10px;
}

.orbit-one::before {
  left: 8%;
  top: 23%;
}

.orbit-one::after {
  bottom: 17%;
  right: 10%;
}

.orbit-two::before {
  background: var(--juw-terracotta);
  right: 3%;
  top: 35%;
}

.orbit-two::after {
  background: var(--juw-forest);
  bottom: 22%;
  left: 4%;
}

.visual-center {
  align-items: center;
  background: var(--juw-forest);
  border-radius: 50%;
  color: var(--juw-white);
  display: flex;
  flex-direction: column;
  height: 42%;
  justify-content: center;
  left: 29%;
  position: absolute;
  text-align: center;
  top: 29%;
  width: 42%;
}

.visual-center span {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.visual-center strong {
  font-family: var(--juw-serif);
  font-size: clamp(1.75rem, 4vw, 2.65rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 6px 0 10px;
}

.visual-center small {
  color: #d7e5da;
  font-size: 0.65rem;
}

.visual-note {
  background: var(--juw-white);
  border: 1px solid var(--juw-line);
  border-radius: 13px;
  box-shadow: var(--juw-shadow-soft);
  display: flex;
  flex-direction: column;
  min-width: 128px;
  padding: 12px 14px 11px 35px;
  position: absolute;
}

.visual-note > span {
  background: var(--juw-sage-deep);
  border-radius: 50%;
  height: 11px;
  left: 15px;
  position: absolute;
  top: 17px;
  width: 11px;
}

.visual-note strong {
  font-family: var(--juw-serif);
  font-size: 0.96rem;
  line-height: 1.1;
}

.visual-note small {
  color: var(--juw-muted);
  font-size: 0.61rem;
  margin-top: 4px;
}

.note-move {
  left: -5%;
  top: 16%;
}

.note-nourish {
  right: -6%;
  top: 24%;
}

.note-restore {
  bottom: 18%;
  left: -4%;
}

.note-connect {
  bottom: 12%;
  right: -4%;
}

.note-nourish > span {
  background: var(--juw-terracotta);
}

.note-restore > span {
  background: var(--juw-gold);
}

.note-connect > span {
  background: var(--juw-forest);
}

.trust-ribbon {
  background: var(--juw-forest-deep);
  color: #dfe9e2;
}

.trust-ribbon-inner {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 20px;
  padding-top: 20px;
}

.trust-ribbon p {
  font-size: 0.79rem;
  margin: 0;
  text-align: center;
}

.trust-ribbon p + p {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.trust-ribbon strong {
  color: var(--juw-white);
}

.section {
  padding: clamp(78px, 10vw, 132px) 0;
}

.section-heading {
  margin-bottom: 48px;
}

.split-heading {
  align-items: end;
  display: grid;
  gap: 50px;
  grid-template-columns: 1.15fr 0.85fr;
}

.section-heading h2 {
  margin: 0;
}

.split-heading > p,
.centered-heading > p {
  color: var(--juw-muted);
  margin: 0;
  max-width: 600px;
}

.centered-heading {
  margin-inline: auto;
  max-width: 790px;
  text-align: center;
}

.centered-heading .eyebrow {
  justify-content: center;
}

.centered-heading > p {
  margin-inline: auto;
}

.compact-heading {
  margin-bottom: 36px;
}

.compact-heading h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
}

.topics-section {
  background: var(--juw-paper);
}

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

.topic-card {
  background: var(--juw-white);
  border: 1px solid var(--juw-line);
  border-radius: var(--juw-radius);
  color: var(--juw-ink);
  min-height: 310px;
  overflow: hidden;
  padding: 30px;
  position: relative;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.topic-card:hover {
  border-color: var(--juw-sage-deep);
  box-shadow: var(--juw-shadow-soft);
  color: var(--juw-ink);
  transform: translateY(-5px);
}

.topic-card:nth-child(4),
.topic-card:nth-child(5) {
  min-height: 275px;
}

.topic-card:nth-child(4) {
  grid-column: span 1;
}

.topic-card:nth-child(5) {
  background: var(--juw-forest);
  border-color: var(--juw-forest);
  color: var(--juw-white);
  grid-column: span 2;
}

.topic-card:nth-child(5) h3,
.topic-card:nth-child(5) p,
.topic-card:nth-child(5) .topic-number {
  color: var(--juw-white);
}

.topic-card:nth-child(5) p {
  max-width: 560px;
}

.topic-number {
  color: var(--juw-terracotta);
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 48px;
}

.topic-card h3 {
  margin-bottom: 13px;
}

.topic-card p {
  color: var(--juw-muted);
  font-size: 0.93rem;
  line-height: 1.65;
  margin: 0;
}

.card-arrow {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  bottom: 26px;
  display: flex;
  font-size: 1rem;
  height: 38px;
  justify-content: center;
  opacity: 0.65;
  position: absolute;
  right: 26px;
  width: 38px;
}

.life-stage-section {
  background: var(--juw-cream);
}

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

.stage-card {
  background: var(--juw-white);
  border-radius: var(--juw-radius);
  color: var(--juw-ink);
  display: flex;
  flex-direction: column;
  min-height: 420px;
  overflow: hidden;
  padding: 34px;
  position: relative;
  text-decoration: none;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.stage-card::before,
.stage-card::after {
  border-radius: 50%;
  content: "";
  position: absolute;
  z-index: 0;
}

.stage-card::before {
  background: var(--juw-sage);
  height: 220px;
  right: -85px;
  top: -78px;
  width: 220px;
}

.stage-card::after {
  border: 1px solid rgba(31, 77, 59, 0.18);
  height: 150px;
  right: -50px;
  top: -35px;
  width: 150px;
}

.stage-card:hover {
  box-shadow: var(--juw-shadow);
  color: var(--juw-ink);
  transform: translateY(-5px);
}

.stage-card > * {
  position: relative;
  z-index: 1;
}

.stage-age {
  color: var(--juw-forest);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin-bottom: auto;
  text-transform: uppercase;
}

.stage-card h3 {
  font-size: clamp(1.7rem, 2.8vw, 2.35rem);
  margin-top: 100px;
}

.stage-card p {
  color: var(--juw-muted);
  font-size: 0.9rem;
}

.stage-card > strong {
  color: var(--juw-forest);
  font-size: 0.83rem;
  margin-top: 18px;
}

.stage-mid {
  background: var(--juw-forest);
  color: var(--juw-white);
}

.stage-mid::before {
  background: rgba(214, 163, 59, 0.33);
}

.stage-mid::after {
  border-color: rgba(255, 255, 255, 0.25);
}

.stage-mid h3,
.stage-mid .stage-age,
.stage-mid > strong {
  color: var(--juw-white);
}

.stage-mid p {
  color: #d6e2d9;
}

.stage-mid:hover {
  color: var(--juw-white);
}

.stage-later::before {
  background: #f1dfcf;
}

.latest-section {
  background: var(--juw-paper);
}

.text-link {
  color: var(--juw-forest);
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration: none;
}

.text-link span {
  display: inline-block;
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

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

.post-card {
  background: var(--juw-white);
  border: 1px solid var(--juw-line);
  border-radius: var(--juw-radius);
  margin: 0;
  overflow: hidden;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.post-card:hover {
  box-shadow: var(--juw-shadow-soft);
  transform: translateY(-4px);
}

.post-card-image {
  aspect-ratio: 16 / 9;
  background: var(--juw-sage);
  display: block;
  overflow: hidden;
}

.post-card-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
  width: 100%;
}

.post-card:hover .post-card-image img {
  transform: scale(1.035);
}

.post-card-placeholder {
  align-items: center;
  background:
    radial-gradient(circle at 72% 28%, rgba(214, 163, 59, 0.7) 0 7%, transparent 7.4%),
    linear-gradient(145deg, #d8e7d9 0%, #f8f3e8 58%, #ecd6c8 100%);
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}

.post-card-placeholder::before,
.post-card-placeholder::after,
.post-card-placeholder span {
  border: 1px solid rgba(31, 77, 59, 0.22);
  border-radius: 50%;
  content: "";
  position: absolute;
}

.post-card-placeholder::before {
  height: 58%;
  width: 33%;
}

.post-card-placeholder::after {
  height: 35%;
  transform: translate(33%, -8%);
  width: 20%;
}

.post-card-placeholder span {
  background: var(--juw-forest);
  border: 0;
  height: 11px;
  transform: translate(-65px, 48px);
  width: 11px;
}

.post-card-body {
  padding: 24px;
}

.post-card-meta {
  align-items: center;
  color: var(--juw-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.71rem;
  gap: 8px 14px;
  letter-spacing: 0.04em;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.post-card-meta a {
  color: var(--juw-terracotta);
  font-weight: 800;
  text-decoration: none;
}

.post-card-meta span::before {
  content: "·";
  margin-right: 14px;
}

.post-card h3 {
  font-size: clamp(1.32rem, 2vw, 1.65rem);
  margin-bottom: 11px;
}

.post-card h3 a {
  color: var(--juw-ink);
  text-decoration: none;
}

.post-card h3 a:hover {
  color: var(--juw-forest);
}

.post-card-body > p {
  color: var(--juw-muted);
  font-size: 0.88rem;
  line-height: 1.65;
  margin-bottom: 18px;
}

.empty-guides {
  background: linear-gradient(130deg, var(--juw-cream), var(--juw-sage));
  border: 1px solid var(--juw-line);
  border-radius: var(--juw-radius);
  padding: clamp(38px, 6vw, 72px);
  text-align: center;
}

.empty-guides .eyebrow {
  justify-content: center;
}

.empty-guides h3,
.empty-guides h2 {
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  margin-inline: auto;
  max-width: 760px;
}

.empty-guides p {
  color: var(--juw-muted);
  margin-inline: auto;
  max-width: 660px;
}

.eastern-feature {
  background: var(--juw-forest-deep);
  color: var(--juw-white);
  overflow: hidden;
}

.eastern-grid {
  align-items: center;
  display: grid;
  gap: clamp(48px, 7vw, 100px);
  grid-template-columns: 0.92fr 1.08fr;
}

.eastern-art {
  aspect-ratio: 1 / 0.92;
  background: linear-gradient(180deg, #f1e6cd 0%, #dce8dc 100%);
  border-radius: 50% 50% 30px 30px;
  overflow: hidden;
  position: relative;
}

.sun-disc {
  background: var(--juw-terracotta);
  border-radius: 50%;
  height: 23%;
  position: absolute;
  right: 18%;
  top: 16%;
  width: 23%;
}

.mountain {
  background: var(--juw-sage-deep);
  bottom: -16%;
  clip-path: polygon(0 100%, 0 55%, 14% 32%, 28% 53%, 43% 15%, 62% 52%, 75% 35%, 100% 69%, 100% 100%);
  height: 76%;
  left: -10%;
  position: absolute;
  width: 120%;
}

.mountain-front {
  background: var(--juw-forest);
  bottom: -28%;
  height: 70%;
  transform: scaleX(-1);
}

.flow-line {
  border: 2px solid rgba(255, 255, 255, 0.54);
  border-color: rgba(255, 255, 255, 0.54) transparent transparent transparent;
  border-radius: 50%;
  bottom: 5%;
  height: 35%;
  left: 10%;
  position: absolute;
  transform: rotate(-4deg);
  width: 80%;
}

.flow-two {
  bottom: -2%;
  left: 22%;
  width: 68%;
}

.eastern-copy h2 {
  color: var(--juw-white);
}

.eastern-copy > p:not(.eyebrow) {
  color: #cfddd3;
  max-width: 680px;
}

.light-eyebrow {
  color: #e9c879;
}

.final-cta-section {
  background: var(--juw-cream);
}

.final-cta {
  align-items: center;
  display: grid;
  gap: clamp(42px, 8vw, 110px);
  grid-template-columns: 1.1fr 0.9fr;
}

.final-cta h2 {
  margin: 0;
}

.final-cta > div:last-child > p {
  color: var(--juw-muted);
}

.site-footer {
  background: #102b22;
  color: #cbd8d0;
  padding: 70px 0 0;
}

.footer-main {
  display: grid;
  gap: clamp(40px, 8vw, 110px);
  grid-template-columns: 1.25fr 0.65fr 1fr;
  padding-bottom: 58px;
}

.footer-brand {
  color: var(--juw-white);
  margin-bottom: 22px;
}

.footer-brand .brand-mark {
  background: var(--juw-gold);
}

.footer-brand-column > p,
.footer-trust p {
  color: #b6c7bd;
  font-size: 0.87rem;
  max-width: 420px;
}

.footer-column h2,
.footer-widget-title {
  color: var(--juw-white);
  font-family: var(--juw-sans);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-column li + li {
  margin-top: 9px;
}

.footer-column a,
.footer-trust .text-link {
  color: #d7e2db;
  font-size: 0.84rem;
  text-decoration: none;
}

.footer-column a:hover,
.footer-trust .text-link:hover {
  color: var(--juw-white);
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 82px;
}

.footer-bottom > p {
  color: #9fb2a7;
  font-size: 0.71rem;
  margin: 0;
}

.footer-legal-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-legal-menu a {
  color: #aebfb5;
  font-size: 0.69rem;
  text-decoration: none;
}

.footer-legal-menu a:hover {
  color: var(--juw-white);
}

.archive-hero,
.page-hero {
  background:
    radial-gradient(circle at 80% 22%, rgba(214, 163, 59, 0.15), transparent 23%),
    linear-gradient(140deg, var(--juw-cream), #edf3ed);
  padding: clamp(68px, 9vw, 118px) 0;
}

.archive-hero-inner {
  max-width: 860px;
}

.archive-hero h1,
.page-hero h1 {
  font-size: clamp(3rem, 6vw, 5.2rem);
  margin-bottom: 16px;
}

.archive-hero-inner > p,
.archive-description,
.archive-description p {
  color: var(--juw-muted);
  font-size: 1.08rem;
  max-width: 700px;
}

.archive-description p:last-child {
  margin-bottom: 0;
}

.archive-section {
  min-height: 50vh;
}

.navigation.pagination {
  margin-top: 50px;
  text-align: center;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.page-numbers {
  align-items: center;
  border: 1px solid var(--juw-line);
  border-radius: 50%;
  color: var(--juw-ink);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  text-decoration: none;
  width: 42px;
}

.page-numbers.current,
.page-numbers:hover {
  background: var(--juw-forest);
  border-color: var(--juw-forest);
  color: var(--juw-white);
}

.page-numbers.next,
.page-numbers.prev {
  border-radius: 999px;
  padding-inline: 16px;
  width: auto;
}

.page-content {
  padding: clamp(58px, 8vw, 98px) 0 clamp(80px, 10vw, 130px);
}

.entry-content {
  color: #344039;
}

.entry-content .lead,
.entry-content > p:first-child.lead {
  color: var(--juw-forest-deep);
  font-family: var(--juw-serif);
  font-size: clamp(1.35rem, 2.3vw, 1.75rem);
  line-height: 1.55;
}

.entry-content h2 {
  font-size: clamp(1.85rem, 3vw, 2.6rem);
  margin-top: 2.1em;
}

.entry-content h3 {
  margin-top: 1.8em;
}

.entry-content a:not(.wp-element-button) {
  font-weight: 650;
}

.entry-content li + li {
  margin-top: 0.45em;
}

.article-header {
  background: var(--juw-cream);
  padding: clamp(70px, 9vw, 126px) 0 60px;
}

.article-header-inner {
  max-width: 950px;
  text-align: center;
}

.article-kicker a {
  color: var(--juw-terracotta);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.article-header h1 {
  font-size: clamp(3rem, 6.4vw, 5.9rem);
  margin: 22px auto;
  max-width: 1050px;
}

.article-deck {
  color: var(--juw-muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  margin-inline: auto;
  max-width: 780px;
}

.article-meta {
  color: var(--juw-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
  gap: 9px 26px;
  justify-content: center;
  letter-spacing: 0.03em;
  margin-top: 32px;
}

.article-meta span + span::before {
  color: var(--juw-sage-deep);
  content: "•";
  margin-right: 26px;
}

.article-featured {
  margin-top: -1px;
  max-width: 1180px;
  padding-top: 50px;
}

.article-featured img {
  aspect-ratio: 16 / 9;
  border-radius: var(--juw-radius);
  object-fit: cover;
  width: 100%;
}

.article-content {
  font-family: var(--juw-serif);
  font-size: clamp(1.1rem, 1.5vw, 1.22rem);
  line-height: 1.83;
  padding-bottom: clamp(70px, 9vw, 120px);
  padding-top: clamp(55px, 7vw, 86px);
}

.article-content h2,
.article-content h3,
.article-content .medical-note,
.article-content .article-tags {
  font-family: var(--juw-sans);
}

.medical-note {
  background: var(--juw-cream);
  border-left: 4px solid var(--juw-terracotta);
  border-radius: 0 var(--juw-radius-small) var(--juw-radius-small) 0;
  color: var(--juw-muted);
  font-size: 0.84rem;
  line-height: 1.65;
  margin-top: 3.4rem;
  padding: 22px 25px;
}

.medical-note strong {
  color: var(--juw-ink);
  display: block;
  font-size: 0.92rem;
  margin-bottom: 6px;
}

.medical-note p {
  margin-bottom: 8px;
}

.medical-note a {
  font-weight: 750;
}

.article-tags {
  border-top: 1px solid var(--juw-line);
  font-size: 0.75rem;
  margin-top: 36px;
  padding-top: 20px;
}

.article-tags span {
  color: var(--juw-muted);
  margin-right: 8px;
}

.article-tags a {
  background: var(--juw-sage);
  border-radius: 999px;
  display: inline-block;
  margin: 4px;
  padding: 5px 11px;
  text-decoration: none;
}

.related-section {
  background: var(--juw-cream);
}

.comments-area {
  padding-bottom: 100px;
}

.comment-list {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}

.comment-body {
  border: 1px solid var(--juw-line);
  border-radius: var(--juw-radius-small);
  margin-bottom: 16px;
  padding: 22px;
}

.contact-form {
  background: var(--juw-cream);
  border: 1px solid var(--juw-line);
  border-radius: var(--juw-radius);
  margin-top: 36px;
  padding: clamp(24px, 5vw, 44px);
}

.form-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
}

.form-field {
  margin-bottom: 20px;
}

.form-field label {
  color: var(--juw-ink);
  display: block;
  font-size: 0.78rem;
  font-weight: 750;
  margin-bottom: 7px;
}

.form-field input,
.form-field textarea,
.search-form input[type="search"] {
  background: var(--juw-white);
  border: 1px solid #cbd4cd;
  border-radius: 10px;
  font-size: 1rem;
  padding: 13px 15px;
  width: 100%;
}

.form-field input:focus,
.form-field textarea:focus,
.search-form input[type="search"]:focus {
  border-color: var(--juw-forest);
  box-shadow: 0 0 0 3px rgba(31, 77, 59, 0.11);
  outline: 0;
}

.honeypot {
  left: -9999px;
  position: absolute;
}

.form-privacy {
  color: var(--juw-muted);
  font-size: 0.72rem;
}

.form-notice {
  border-radius: var(--juw-radius-small);
  margin-top: 28px;
  padding: 18px 20px;
}

.form-notice p {
  margin: 4px 0 0;
}

.form-success {
  background: var(--juw-sage);
  color: var(--juw-forest-deep);
}

.form-error {
  background: #fbe5dd;
  color: #782d1b;
}

.search-form {
  align-items: stretch;
  display: flex;
  gap: 8px;
  margin-top: 26px;
  max-width: 600px;
}

.search-form label {
  flex: 1;
}

.search-submit {
  background: var(--juw-forest);
  border: 0;
  border-radius: 10px;
  color: var(--juw-white);
  cursor: pointer;
  font-weight: 750;
  padding: 0 20px;
}

.not-found-section {
  background:
    radial-gradient(circle at 77% 20%, rgba(214, 163, 59, 0.18), transparent 22%),
    linear-gradient(135deg, var(--juw-cream), var(--juw-sage));
  min-height: 70vh;
  padding: clamp(80px, 13vw, 170px) 0;
}

.not-found-content {
  text-align: center;
}

.not-found-content .eyebrow,
.not-found-content .hero-actions {
  justify-content: center;
}

.error-code {
  color: rgba(31, 77, 59, 0.14);
  font-family: var(--juw-serif);
  font-size: clamp(6rem, 18vw, 13rem);
  line-height: 0.7;
  margin: 0 0 42px;
}

@media (max-width: 1120px) {
  .site-header-inner {
    min-height: 78px;
  }

  .brand-copy small {
    display: none;
  }

  .primary-menu a,
  .primary-navigation .menu a {
    font-size: 0.8rem;
    padding-inline: 8px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  }
}

@media (max-width: 980px) {
  .admin-bar .site-header {
    top: 32px;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .primary-navigation {
    background: var(--juw-paper);
    border-top: 1px solid var(--juw-line);
    display: none;
    inset: 78px 0 auto;
    max-height: calc(100vh - 78px);
    overflow-y: auto;
    padding: 16px 28px 28px;
    position: fixed;
  }

  .admin-bar .primary-navigation {
    top: 110px;
  }

  .menu-is-open .primary-navigation {
    display: block;
  }

  .primary-menu,
  .primary-navigation .menu {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-menu a,
  .primary-navigation .menu a {
    border-radius: 8px;
    font-size: 1rem;
    padding: 12px;
  }

  .primary-menu .sub-menu {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: block;
    left: auto;
    min-width: 0;
    opacity: 1;
    padding: 0 0 6px 18px;
    pointer-events: auto;
    position: static;
    transform: none;
    visibility: visible;
  }

  .primary-menu .sub-menu a {
    color: var(--juw-muted);
    font-size: 0.86rem;
    padding: 8px 12px;
  }

  .hero-grid,
  .eastern-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 780px;
  }

  .vitality-visual {
    max-width: 480px;
  }

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

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

  .stage-grid {
    gap: 16px;
  }

  .stage-card {
    min-height: 390px;
    padding: 26px;
  }

  .footer-main {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .footer-trust {
    grid-column: 1 / -1;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .admin-bar .primary-navigation {
    top: 124px;
  }

  .site-shell {
    padding-inline: 21px;
  }

  .site-header-inner {
    min-height: 72px;
  }

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

  .brand-copy strong {
    font-size: 1rem;
  }

  .primary-navigation {
    inset: 72px 0 auto;
    max-height: calc(100vh - 72px);
  }

  .hero-section {
    padding-top: 58px;
  }

  .hero-copy h1 {
    font-size: clamp(3.25rem, 15vw, 5.2rem);
  }

  .vitality-visual {
    width: 92%;
  }

  .visual-note {
    min-width: 110px;
    padding: 10px 11px 10px 31px;
  }

  .visual-note > span {
    left: 13px;
    top: 15px;
  }

  .visual-note small {
    display: none;
  }

  .trust-ribbon-inner {
    gap: 12px;
    grid-template-columns: 1fr;
    padding-block: 17px;
  }

  .trust-ribbon p + p {
    border-left: 0;
  }

  .split-heading,
  .final-cta {
    align-items: start;
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .topic-grid,
  .post-card-grid,
  .stage-grid {
    grid-template-columns: 1fr;
  }

  .topic-card,
  .topic-card:nth-child(4),
  .topic-card:nth-child(5) {
    grid-column: span 1;
    min-height: 260px;
  }

  .topic-number {
    margin-bottom: 34px;
  }

  .stage-card {
    min-height: 360px;
  }

  .stage-card h3 {
    margin-top: 85px;
  }

  .footer-main {
    gap: 38px;
    grid-template-columns: 1fr;
  }

  .footer-trust {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 26px;
    padding-top: 24px;
  }

  .footer-legal-menu {
    justify-content: flex-start;
  }

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

  .article-header-inner {
    text-align: left;
  }

  .article-meta {
    gap: 8px 12px;
    justify-content: flex-start;
  }

  .article-meta span + span::before {
    margin-right: 12px;
  }

  .article-featured {
    padding-inline: 0;
    padding-top: 0;
  }

  .article-featured img {
    border-radius: 0;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 16px;
  }

  .site-shell {
    padding-inline: 18px;
  }

  .site-brand {
    gap: 9px;
  }

  .brand-copy strong {
    max-width: 205px;
  }

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

  .vitality-visual {
    width: 100%;
  }

  .note-move,
  .note-restore {
    left: -2%;
  }

  .note-nourish,
  .note-connect {
    right: -2%;
  }

  .visual-center span,
  .visual-center small {
    font-size: 0.53rem;
  }

  .visual-center strong {
    font-size: 1.55rem;
  }

  .section {
    padding-block: 72px;
  }

  .topic-card,
  .stage-card,
  .contact-form {
    border-radius: 18px;
  }

  .search-form {
    flex-direction: column;
  }

  .search-submit {
    min-height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

