:root {
  --ink: #423d39;          /* Deep taupe (text) */
  --muted: #8c8078;        /* Warm taupe grey (muted text) */
  --paper: #f7f4f1;        /* Warm linen white (main bg) */
  --paper-light: #fbfaf8;
  --paper-dark: #e9e1d7;   /* Soft sand (alt sections) */
  --milk: #fdfcfb;
  --sage: #d7e3d5;         /* Soft sage (subtle tint) */
  --sage-deep: #6a5f58;    /* Warm taupe (eyebrows / accents) */
  --clay: #c49a6c;         /* Warm caramel gold (accent) */
  --pearl: rgba(247, 244, 241, 0.85);
  --line: rgba(74, 70, 67, 0.12);
  --shadow: 0 24px 70px rgba(74, 70, 67, 0.12);
  --header-space: 112px;
  --font-body: "Inter", Arial, sans-serif;
  --font-display: "Lora", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--paper);
  overflow-x: hidden;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400 !important;
  font-style: italic !important;
  font-size: 34px !important;
  line-height: 1.2 !important;
}

body {
  font-size: 14px;
}

p, li, a:not(h1 a):not(h2 a):not(h3 a), input, label {
  font-size: 14px;
}

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

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

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 96px;
  padding: 16px clamp(20px, 4vw, 64px);
  color: var(--ink);
  opacity: 0;
  animation: reveal-soft 760ms cubic-bezier(0.22, 1, 0.36, 1) 80ms forwards;
}

.site-header--solid {
  position: sticky;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(138px, 15vw, 218px);
  min-width: 0;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 66px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(247, 244, 241, 0.58), rgba(216, 222, 210, 0.28)),
    rgba(66, 61, 57, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.64),
    inset 0 -1px 0 rgba(66, 61, 57, 0.06),
    0 22px 62px rgba(66, 61, 57, 0.16);
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
  font-size: clamp(0.72rem, 0.8vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.primary-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 clamp(18px, 2vw, 30px);
  border-radius: 999px;
  color: rgba(66, 61, 57, 0.7);
  transition: background 220ms ease, color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: var(--ink);
  background: rgba(247, 244, 241, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 12px 28px rgba(66, 61, 57, 0.11);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: rgba(247, 244, 241, 0.72);
  color: var(--ink);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nav-toggle span {
  display: block;
  width: 16px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 100svh;
  overflow: hidden;
  padding: var(--header-space) clamp(20px, 6vw, 86px) 42px;
  isolation: isolate;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("../images/hero-bg.png");
  background-position: center;
  background-size: cover;
  filter: saturate(0.96) contrast(1.03);
  transform: translate3d(calc(var(--pointer-x, 0) * -1px), calc(var(--pointer-y, 0) * -0.7px), 0) scale(1.035);
  animation: image-breathe 18s ease-in-out infinite alternate;
  will-change: transform;
}

.hero-light {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 23% 44%, rgba(247, 244, 241, 0.72), rgba(247, 244, 241, 0) 33%),
    radial-gradient(circle at 86% 72%, rgba(199, 154, 108, 0.08), rgba(199, 154, 108, 0) 34%),
    linear-gradient(180deg, rgba(247, 244, 241, 0) 44%, rgba(123, 104, 87, 0.12) 100%);
  mix-blend-mode: soft-light;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(247, 244, 241, 0.96) 0%, rgba(247, 244, 241, 0.82) 38%, rgba(247, 244, 241, 0.28) 69%),
    linear-gradient(180deg, rgba(247, 244, 241, 0.34) 0%, rgba(247, 244, 241, 0.06) 54%, rgba(111, 93, 76, 0.16) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  padding-top: 8px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--sage-deep);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(10px);
  animation: reveal-up 760ms cubic-bezier(0.22, 1, 0.36, 1) 220ms forwards;
}

.hero h1 {
  max-width: 11.6ch;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 42px !important;
  font-weight: 500;
  line-height: 1.1 !important;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(16px);
  animation: reveal-up 900ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero h1 span:first-child {
  animation-delay: 320ms;
}

.hero h1 span:last-child {
  animation-delay: 420ms;
}

.hero-copy {
  width: min(540px, 100%);
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.05vw, 1.08rem);
  line-height: 1.72;
  opacity: 0;
  transform: translateY(12px);
  animation: reveal-up 780ms cubic-bezier(0.22, 1, 0.36, 1) 560ms forwards;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
  opacity: 0;
  transform: translateY(10px);
  animation: reveal-up 740ms cubic-bezier(0.22, 1, 0.36, 1) 680ms forwards;
}

.button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(66, 61, 57, 0.08);
  transition: background 220ms ease, border-color 220ms ease, color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
  will-change: transform;
}

.button::before {
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0));
  content: "";
  opacity: 0.7;
  pointer-events: none;
}

.button::after {
  width: 6px;
  height: 6px;
  margin-left: 10px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  opacity: 0.62;
  transform: scale(0.84);
  transition: opacity 220ms ease, transform 220ms ease;
}

.button span {
  position: relative;
  z-index: 1;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(66, 61, 57, 0.15);
}

.button:hover::after {
  opacity: 1;
  transform: translateX(3px) scale(1);
}

.button:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(66, 61, 57, 0.11);
}

.button:focus-visible,
.primary-nav a:focus-visible,
.brand:focus-visible,
.scroll-indicator:focus-visible {
  outline: 2px solid rgba(74, 70, 67, 0.74);
  outline-offset: 4px;
}

.button--primary {
  border: 1px solid rgba(66, 61, 57, 0.86);
  background: var(--ink);
  color: var(--milk);
}

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

.button--secondary {
  border: 1px solid rgba(66, 61, 57, 0.22);
  background: rgba(247, 244, 241, 0.62);
  color: var(--ink);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.trust-text {
  width: min(560px, 100%);
  margin: 24px 0 0;
  padding-left: 18px;
  border-left: 1px solid rgba(74, 70, 67, 0.3);
  color: rgba(66, 61, 57, 0.72);
  font-size: 0.78rem;
  line-height: 1.55;
  opacity: 0;
  transform: translateY(8px);
  animation: reveal-up 720ms cubic-bezier(0.22, 1, 0.36, 1) 820ms forwards;
}

.trust-label {
  display: block;
  margin-bottom: 2px;
  color: rgba(66, 61, 57, 0.82);
  font-weight: 600;
}

.trust-text {
  color: rgba(66, 61, 57, 0.54);
}

.floating-words {
  position: absolute;
  z-index: 1;
  inset: var(--header-space) clamp(20px, 6vw, 86px) 96px 50%;
  pointer-events: none;
  transform: translate3d(calc(var(--pointer-x, 0) * 0.35px), calc(var(--pointer-y, 0) * 0.25px), 0);
  will-change: transform;
}

.word {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(247, 244, 241, 0.66), rgba(247, 244, 241, 0.24)),
    rgba(247, 244, 241, 0.22);
  color: rgba(66, 61, 57, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    0 18px 46px rgba(66, 61, 57, 0.09);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  font-size: clamp(0.7rem, 0.75vw, 0.84rem);
  font-weight: 600;
  opacity: 0;
  transform: translateY(10px);
  animation: reveal-up 880ms cubic-bezier(0.22, 1, 0.36, 1) forwards, drift-word 7s ease-in-out infinite alternate;
}

.word--clarity {
  top: 20%;
  left: 8%;
  animation-delay: 760ms, 1.2s;
}

.word--self-care {
  top: 43%;
  right: 10%;
  animation-delay: 860ms, 0.4s;
}

.word--joy {
  bottom: 20%;
  right: 20%;
  animation-delay: 980ms, 1.8s;
}

.word--small-steps {
  bottom: 33%;
  left: 16%;
  animation-delay: 920ms, 0.9s;
}

.word--strength {
  top: 30%;
  right: 26%;
  animation-delay: 1040ms, 1.4s;
}

.scroll-indicator {
  position: absolute;
  z-index: 1;
  right: clamp(20px, 4vw, 64px);
  bottom: 26px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(66, 61, 57, 0.66);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0;
  animation: reveal-soft 720ms cubic-bezier(0.22, 1, 0.36, 1) 960ms forwards;
  transition: opacity 180ms ease, transform 180ms ease;
}

.scroll-indicator::after {
  display: block;
  width: 1px;
  height: 32px;
  background: rgba(66, 61, 57, 0.34);
  content: "";
  transform-origin: top;
  animation: scroll-line 1.8s ease-in-out 1.2s infinite;
}

.site-header,
.hero-content,
.floating-words,
.scroll-indicator {
  transition: transform 80ms linear, opacity 180ms ease;
}

body.has-scrolled .scroll-indicator {
  opacity: 0;
  transform: translateY(6px);
}

.about-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(520px, 1.18fr) minmax(220px, 0.62fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: center;
  min-height: 100svh;
  padding: clamp(68px, 7.6vw, 104px) clamp(20px, 6vw, 86px);
  overflow: hidden;
  background:
    #f7f4f1;
}

.about-bg-mark {
  position: absolute;
  right: -5vw;
  bottom: 2vh;
  color: rgba(66, 61, 57, 0.026);
  font-family: var(--font-display);
  font-size: clamp(8rem, 18vw, 20rem);
  line-height: 0.8;
  pointer-events: none;
  transform: translate3d(calc(var(--about-drift, 0) * -0.04px), 0, 0);
}

.about-portrait {
  position: relative;
  z-index: 1;
  align-self: center;
  height: min(660px, 74vh);
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 34px;
  background: rgba(247, 244, 241, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    0 40px 120px rgba(66, 61, 57, 0.13);
  transform: scale(0.95);
  transition: opacity 900ms cubic-bezier(0.22, 1, 0.36, 1), transform 1100ms cubic-bezier(0.22, 1, 0.36, 1);
}

.about-portrait::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(247, 244, 241, 0.02), rgba(66, 61, 57, 0.1)),
    radial-gradient(circle at 28% 18%, rgba(247, 244, 241, 0.38), rgba(247, 244, 241, 0) 34%);
  content: "";
  pointer-events: none;
}

.about-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.94) contrast(1.03);
  transform: scale(1.018);
}

.about-copy {
  position: relative;
  z-index: 2;
  width: min(640px, 100%);
  margin-inline: auto;
}

.section-eyebrow {
  margin: 0 0 16px;
  color: var(--sage-deep);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-title {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(4rem, 5.45vw, 5.2rem);
  font-weight: 500;
  line-height: 0.9;
  max-width: 100%;
}

.about-title span {
  display: block;
  white-space: nowrap;
}

.reveal-line,
.reveal-item {
  opacity: 0;
  transform: translateY(18px);
}

.reveal-section.is-visible .reveal-line,
.reveal-section.is-visible .reveal-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 850ms cubic-bezier(0.22, 1, 0.36, 1), transform 950ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-section.is-visible .about-portrait {
  transform: scale(1);
}

.reveal-section.is-visible .reveal-line:nth-child(1) {
  transition-delay: 80ms;
}

.reveal-section.is-visible .reveal-line:nth-child(2) {
  transition-delay: 180ms;
}

.reveal-section.is-visible .section-eyebrow {
  transition-delay: 20ms;
}

.reveal-section.is-visible .about-body {
  transition-delay: 280ms;
}

.reveal-section.is-visible .about-body p {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 760ms cubic-bezier(0.22, 1, 0.36, 1), transform 840ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-section.is-visible .about-body p:nth-child(1) {
  transition-delay: 280ms;
}

.reveal-section.is-visible .about-body p:nth-child(2) {
  transition-delay: 370ms;
}

.reveal-section.is-visible .about-body p:nth-child(3) {
  transition-delay: 460ms;
}

.reveal-section.is-visible .about-signoff {
  transition-delay: 620ms;
}

.reveal-section.is-visible .about-visual {
  transition-delay: 260ms;
}

.about-body {
  width: min(560px, 100%);
  margin-top: 28px;
  color: rgba(66, 61, 57, 0.74);
  font-size: clamp(1.02rem, 1.08vw, 1.12rem);
  line-height: 1.72;
}

.about-body.reveal-item {
  opacity: 1;
  transform: none;
}

.about-body p {
  margin: 0;
  opacity: 0;
  transform: translateY(10px);
}

.about-body p + p {
  margin-top: 14px;
}

.about-signoff {
  display: flex;
  align-items: end;
  gap: clamp(24px, 4vw, 46px);
  width: min(590px, 100%);
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(74, 70, 67, 0.18);
}

.signature-block {
  flex: 1 1 auto;
}

.signature-block img {
  display: block;
  width: min(255px, 86%);
  height: auto;
  margin-left: -4px;
  opacity: 0.9;
}

.signature-block span {
  display: block;
  margin-top: 10px;
  color: rgba(66, 61, 57, 0.52);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-button {
  flex: 0 0 auto;
  margin: 0 0 4px;
}

.about-visual {
  position: relative;
  z-index: 1;
  min-height: min(560px, 64vh);
  transform: translateY(18px);
}

.organic-symbol {
  position: absolute;
  top: 8%;
  right: 7%;
  width: clamp(140px, 13vw, 210px);
  aspect-ratio: 1;
  border-radius: 52% 48% 42% 58% / 44% 52% 48% 56%;
  background:
    radial-gradient(circle at 32% 28%, rgba(247, 244, 241, 0.76), rgba(247, 244, 241, 0) 30%),
    linear-gradient(135deg, rgba(199, 154, 108, 0.72), rgba(199, 154, 108, 0.22));
  box-shadow: 0 28px 70px rgba(74, 70, 67, 0.15);
  opacity: 0.62;
  animation: float-slow 10s ease-in-out infinite alternate;
}

.quote-card {
  position: absolute;
  top: 38%;
  right: 0;
  width: min(330px, 100%);
  padding: 34px 34px 32px;
  border: 1px solid rgba(74, 70, 67, 0.12);
  border-radius: 4px 28px 28px 28px;
  background:
    linear-gradient(135deg, rgba(247, 244, 241, 0.9), rgba(247, 244, 241, 0.54)),
    rgba(247, 244, 241, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 30px 88px rgba(66, 61, 57, 0.09);
  backdrop-filter: blur(16px) saturate(120%);
  -webkit-backdrop-filter: blur(16px) saturate(120%);
}

.quote-card::before {
  display: block;
  margin-bottom: 20px;
  color: rgba(74, 70, 67, 0.56);
  font-family: var(--font-display);
  font-size: 3.4rem;
  line-height: 0.6;
  content: "“";
}

.quote-card p {
  margin: 0;
  color: rgba(66, 61, 57, 0.78);
  font-family: var(--font-display);
  font-size: clamp(1.48rem, 1.8vw, 2.05rem);
  line-height: 1.14;
}

.line-art {
  position: absolute;
  left: 2%;
  bottom: 8%;
  width: 190px;
  height: 150px;
  opacity: 0.32;
  animation: float-slow 12s ease-in-out 1.2s infinite alternate;
}

.line-art span {
  position: absolute;
  display: block;
  border: 1px solid rgba(74, 70, 67, 0.48);
  border-radius: 999px;
}

.line-art span:nth-child(1) {
  inset: 18px 54px 42px 18px;
  transform: rotate(-18deg);
}

.line-art span:nth-child(2) {
  inset: 42px 16px 18px 56px;
  transform: rotate(14deg);
}

.line-art span:nth-child(3) {
  left: 72px;
  top: 58px;
  width: 46px;
  height: 46px;
  background: rgba(247, 244, 241, 0.32);
}

@keyframes float-slow {
  to {
    transform: translate3d(0, -12px, 0) rotate(2deg);
  }
}

@keyframes reveal-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes reveal-soft {
  to {
    opacity: 1;
  }
}

@keyframes image-breathe {
  from {
    transform: translate3d(calc(var(--pointer-x, 0) * -1px), calc(var(--pointer-y, 0) * -0.7px), 0) scale(1.032);
  }

  to {
    transform: translate3d(calc(var(--pointer-x, 0) * -1px), calc(var(--pointer-y, 0) * -0.7px), 0) scale(1.052);
  }
}

@keyframes drift-word {
  to {
    transform: translateY(-8px);
  }
}

@keyframes scroll-line {
  0%,
  100% {
    transform: scaleY(0.52);
    opacity: 0.45;
  }

  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

.empty-page {
  min-height: calc(100vh - 78px);
  background: var(--paper);
}

.benefits-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(460px, 1fr);
  gap: clamp(42px, 7vw, 118px);
  align-items: start;
  min-height: 360svh;
  padding: clamp(98px, 11vw, 150px) clamp(20px, 6vw, 86px);
  overflow: clip;
  background:
    radial-gradient(circle at 82% 10%, rgba(176, 188, 160, 0.28), rgba(176, 188, 160, 0) 44%),
    linear-gradient(180deg, #efe9e1 0%, #e4dccf 100%);
}

.benefits-bg-word {
  position: absolute;
  right: -8vw;
  top: 11vh;
  color: rgba(66, 61, 57, 0.035);
  font-family: var(--font-display);
  font-size: clamp(8rem, 17vw, 19rem);
  line-height: 0.8;
  pointer-events: none;
}

.benefits-copy {
  position: sticky;
  top: clamp(72px, 14vh, 128px);
  z-index: 1;
  width: min(500px, 100%);
}

.benefits-copy h2 {
  max-width: none;
  white-space: nowrap;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(4.2rem, 7vw, 7.1rem);
  font-weight: 500;
  line-height: 0.9;
}

.benefits-copy > p:not(.section-eyebrow) {
  width: min(440px, 100%);
  margin: 30px 0 0;
  color: rgba(66, 61, 57, 0.68);
  font-size: clamp(1.02rem, 1.1vw, 1.14rem);
  line-height: 1.75;
}

.benefits-cards {
  position: sticky;
  top: clamp(56px, 10vh, 96px);
  display: grid;
  min-height: min(620px, 74vh);
  perspective: 1200px;
}

.benefit-card {
  --card-progress: 0;
  --card-active: 0;
  --card-y: calc(var(--card-index) * 68px);
  --card-scale: calc(0.992 + var(--card-active) * 0.008);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  min-height: min(420px, 55vh);
  padding: clamp(24px, 2vw, 30px) clamp(26px, 2.8vw, 40px) clamp(30px, 3vw, 42px);
  border: 1px solid rgba(106, 95, 88, 0.14);
  border-radius: 26px;
  background: #fbfaf8;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 30px 80px rgba(106, 95, 88, calc(0.09 + var(--card-progress) * 0.04));
  color: var(--ink);
  z-index: var(--card-z);
  opacity: 1;
  transform:
    translate3d(0, var(--card-y), calc(var(--card-active) * 18px))
    rotate(calc(var(--card-rotate) * (1 - var(--card-active) * 0.58)))
    scale(var(--card-scale));
  transform-origin: 50% 8%;
  transition: box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
  will-change: transform, opacity;
}

.benefit-card:nth-child(2) {
  background: #fbfaf8;
}

.benefit-card:nth-child(3) {
  background: #fbfaf8;
}

.benefit-card:nth-child(4) {
  background: #fbfaf8;
}

.benefit-card:hover {
  border-color: rgba(106, 95, 88, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 40px 100px rgba(106, 95, 88, 0.16);
}

.benefit-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: clamp(34px, 5vh, 54px);
  border: 1px solid rgba(74, 70, 67, 0.16);
  border-radius: 999px;
  background: rgba(247, 244, 241, 0.34);
  color: rgba(66, 61, 57, 0.5);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.benefit-card h3 {
  max-width: 12ch;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.55rem, 3.7vw, 4.35rem);
  font-weight: 500;
  line-height: 0.98;
}

.benefit-card p {
  width: min(430px, 100%);
  margin: 22px 0 0;
  color: rgba(66, 61, 57, 0.66);
  font-size: clamp(0.96rem, 0.95vw, 1.04rem);
  line-height: 1.68;
}

.philosophy-section {
  position: relative;
  min-height: 100svh;
  overflow-x: clip;
  background:
    radial-gradient(circle at 16% 18%, rgba(199, 154, 108, 0.12), rgba(199, 154, 108, 0) 34%),
    radial-gradient(circle at 82% 74%, rgba(199, 154, 108, 0.08), rgba(199, 154, 108, 0) 32%),
    #f7f4f1;
}

.philosophy-bg-word {
  position: absolute;
  right: -7vw;
  bottom: 4vh;
  color: rgba(66, 61, 57, 0.032);
  font-family: var(--font-display);
  font-size: clamp(7rem, 16vw, 18rem);
  line-height: 0.8;
  pointer-events: none;
}

.philosophy-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100svh;
  padding: clamp(88px, 9vw, 132px) clamp(20px, 6vw, 86px);
  text-align: center;
}

.philosophy-headline {
  display: grid;
  gap: 0px;
  width: min(1120px, 100%);
  margin: 0 auto;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 100px;
  font-weight: 400;
  line-height: 0.95;
  text-align: center;
}

.philosophy-line {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.philosophy-word {
  display: inline-block;
  font-size: 100px !important;
  color: rgba(66, 61, 57, 0.18);
  transform: translateY(8px);
  transition: color 520ms cubic-bezier(0.22, 1, 0.36, 1), opacity 520ms cubic-bezier(0.22, 1, 0.36, 1), transform 520ms cubic-bezier(0.22, 1, 0.36, 1), filter 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.philosophy-word.is-active {
  color: var(--ink);
  opacity: 1;
  transform: translateY(0);
  filter: none;
}

.philosophy-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
  width: min(1220px, 100%);
  margin-top: clamp(46px, 5.2vw, 72px);
  opacity: 0;
  transform: translateY(42px);
  transform-origin: 50% 100%;
}

.philosophy-card {
  display: grid;
  align-content: start;
  min-height: clamp(250px, 28vh, 330px);
  padding: clamp(24px, 2.5vw, 34px);
  border: 1px solid rgba(66, 61, 57, 0.11);
  border-radius: 24px;
  background: #fbfaf8;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 28px 80px rgba(66, 61, 57, 0.06);
  text-align: left;
  transform: translateY(34px) scale(0.965);
  transform-origin: 50% 100%;
  opacity: 0;
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.philosophy-card:hover {
  border-color: rgba(74, 70, 67, 0.23);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 34px 92px rgba(66, 61, 57, 0.11);
  transform: translateY(-3px);
}

.philosophy-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 34px;
  border: 1px solid rgba(74, 70, 67, 0.16);
  border-radius: 999px;
  color: rgba(66, 61, 57, 0.48);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.philosophy-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3vw, 3.35rem);
  font-weight: 500;
  line-height: 1;
}

.philosophy-card p {
  margin: 18px 0 0;
  color: rgba(66, 61, 57, 0.66);
  font-size: clamp(0.96rem, 1vw, 1.05rem);
  line-height: 1.65;
}

.guide-section {
  position: relative;
  overflow: hidden;
  padding: clamp(92px, 10vw, 142px) clamp(20px, 6vw, 86px);
  background:
    radial-gradient(circle at 18% 18%, rgba(199, 154, 108, 0.12), rgba(199, 154, 108, 0) 32%),
    radial-gradient(circle at 84% 72%, rgba(199, 154, 108, 0.08), rgba(199, 154, 108, 0) 34%),
    #f7f4f1;
}

.guide-bg-word,
.resource-bg-word {
  position: absolute;
  right: -8vw;
  top: 7vh;
  color: rgba(66, 61, 57, 0.032);
  font-family: var(--font-display);
  font-size: clamp(8rem, 17vw, 19rem);
  line-height: 0.8;
  pointer-events: none;
}

.guide-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(300px, 0.72fr);
  gap: clamp(34px, 7vw, 112px);
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.guide-copy h2,
.resource-copy h2,
.newsletter-inner h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(3.8rem, 6.2vw, 6.8rem);
  font-weight: 500;
  line-height: 0.92;
}

.guide-copy > p:not(.section-eyebrow),
.resource-copy > p:not(.section-eyebrow),
.newsletter-inner > p {
  width: min(620px, 100%);
  margin: 24px 0 0;
  color: rgba(66, 61, 57, 0.68);
  font-size: clamp(1rem, 1.05vw, 1.12rem);
  line-height: 1.72;
}

.guide-copy .button,
.resource-copy .button {
  margin-top: 30px;
}

.guide-card {
  position: relative;
  min-height: 420px;
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid rgba(74, 70, 67, 0.15);
  border-radius: 32px;
  background:
    radial-gradient(circle at 24% 14%, rgba(247, 244, 241, 0.74), rgba(247, 244, 241, 0) 32%),
    linear-gradient(145deg, rgba(247, 244, 241, 0.96), rgba(236, 226, 213, 0.88)),
    rgba(247, 244, 241, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 34px 90px rgba(66, 61, 57, 0.1);
}

.guide-card::before {
  display: block;
  width: 58px;
  height: 58px;
  margin-bottom: clamp(64px, 8vw, 106px);
  border: 1px solid rgba(74, 70, 67, 0.16);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(74, 70, 67, 0.28) 0 28%, transparent 29%),
    rgba(247, 244, 241, 0.48);
  content: "";
}

.guide-card > span {
  display: block;
  margin-bottom: 18px;
  color: var(--sage-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guide-card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-card li {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(66, 61, 57, 0.72);
  font-size: clamp(1.05rem, 1.15vw, 1.2rem);
  line-height: 1.45;
}

.guide-card li::before {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(74, 70, 67, 0.42);
  content: "";
}

.support-section {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 12% 20%, rgba(199, 154, 108, 0.12), rgba(199, 154, 108, 0) 34%),
    radial-gradient(circle at 88% 86%, rgba(199, 154, 108, 0.08), rgba(199, 154, 108, 0) 34%),
    #f7f4f1;
}

.support-bg-word {
  position: absolute;
  right: -8vw;
  top: 8vh;
  color: rgba(66, 61, 57, 0.032);
  font-family: var(--font-display);
  font-size: clamp(8rem, 17vw, 19rem);
  line-height: 0.8;
  pointer-events: none;
}

.support-inner {
  position: relative;
  z-index: 1;
  display: block;
}

.support-header {
  display: grid;
  align-content: center;
  width: min(820px, 100%);
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(76px, 7vw, 104px) 0;
  text-align: center;
}

.support-header h2 {
  max-width: 11ch;
  margin: 0 auto;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(3.8rem, 6.2vw, 7.2rem);
  font-weight: 500;
  line-height: 0.92;
}

.support-header > p:not(.section-eyebrow) {
  width: min(620px, 100%);
  margin: 24px auto 0;
  color: rgba(66, 61, 57, 0.68);
  font-size: clamp(1rem, 1.04vw, 1.1rem);
  line-height: 1.72;
}

.support-button {
  margin-top: 28px;
}

.support-stack-stage {
  display: grid;
  align-items: center;
  min-height: 100svh;
  padding: clamp(76px, 7vw, 104px) clamp(20px, 5vw, 72px);
}

.support-section--resources .support-bg-word {
  display: none;
}

.support-section--resources .support-stack-stage {
  align-content: center;
  gap: clamp(26px, 3vw, 42px);
  padding-top: clamp(68px, 6vw, 86px);
  padding-bottom: clamp(44px, 5vw, 70px);
}

.resource-deck-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: clamp(24px, 5vw, 72px);
  width: min(1180px, 100%);
  margin: 0 auto;
}

.resource-deck-header h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(3.1rem, 5.2vw, 6rem);
  font-weight: 500;
  line-height: 0.96;
  white-space: nowrap;
}

.resource-deck-header p {
  display: grid;
  gap: 2px;
  max-width: 820px;
  margin: 16px 0 0;
  color: rgba(66, 61, 57, 0.66);
  font-size: clamp(0.96rem, 1vw, 1.05rem);
  line-height: 1.58;
}

.resource-deck-header p span {
  display: block;
}

.resource-deck-header .support-button {
  flex: 0 0 auto;
  min-width: 230px;
  margin-top: 0;
}

.support-section--resources .support-deck {
  height: min(620px, 66vh);
}

.support-deck {
  position: relative;
  width: min(1180px, 100%);
  height: min(690px, 82vh);
  margin: 0 auto;
  padding-top: 64px;
  perspective: 1400px;
}

.support-card {
  --support-progress: 0;
  --support-active: 0;
  --support-y: calc(680px + var(--support-index) * 36px);
  --support-scale: 1;
  --support-tab-height: 64px;
  position: absolute;
  top: 64px;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: end;
  min-height: auto;
  padding: clamp(34px, 4vw, 58px);
  color: var(--ink);
  overflow: visible;
  z-index: var(--support-z);
  transform:
    translate3d(0, var(--support-y), calc(var(--support-active) * 24px))
    scale(var(--support-scale));
  transform-origin: 50% 12%;
  will-change: transform, opacity;
}

.support-card-shape {
  position: absolute;
  inset: calc(var(--support-tab-height) * -1) 0 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: calc(100% + var(--support-tab-height));
  filter: drop-shadow(0 34px 90px rgba(66, 61, 57, calc(0.08 + var(--support-progress) * 0.05)));
  overflow: visible;
  pointer-events: none;
}

.support-card-shape path {
  fill: rgba(247, 244, 241, 0.975);
  stroke: rgba(74, 70, 67, 0.18);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.support-deck.is-static {
  display: grid;
  height: auto;
  gap: 30px;
  padding-top: 0;
}

.support-deck.is-static .support-card {
  position: relative;
  inset: auto;
  border: 1px solid rgba(74, 70, 67, 0.18);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(247, 244, 241, 0.98), rgba(239, 230, 216, 0.94)),
    var(--milk);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 34px 90px rgba(66, 61, 57, 0.1);
  transform: none !important;
}

.support-deck.is-static .support-card-shape {
  display: none;
}

.support-deck.is-static .support-card::after {
  display: none;
}

.support-deck.is-static .support-card::before {
  position: absolute;
  inset: 0;
  display: block;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 8%, rgba(247, 244, 241, 0.5), rgba(247, 244, 241, 0) 32%),
    linear-gradient(180deg, rgba(247, 244, 241, 0.26), rgba(247, 244, 241, 0));
  content: "";
  pointer-events: none;
}

.support-card::before {
  display: none;
}

.support-card::after {
  display: none;
}

.support-tab {
  position: absolute;
  z-index: 3;
  top: -64px;
  left: calc(var(--support-index) * (100% / var(--support-count, 4)));
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: calc((100% / var(--support-count, 4)) + 3px);
  min-width: 0;
  height: 65px;
  padding: 0 clamp(16px, 2.2vw, 28px);
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ink);
  opacity: var(--support-tab-opacity, 1);
  text-transform: uppercase;
  transition: opacity 260ms ease;
}

.support-tab::after {
  display: none;
}

.support-tab span {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: rgba(74, 70, 67, 0.32);
  box-shadow: 0 0 0 7px rgba(74, 70, 67, 0.08);
}

.support-tab strong {
  position: relative;
  z-index: 1;
  min-width: 0;
  overflow: hidden;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.support-number {
  position: absolute;
  z-index: 1;
  top: 34px;
  right: clamp(34px, 4vw, 58px);
  color: rgba(66, 61, 57, 0.12);
  font-family: var(--font-display);
  font-size: clamp(5.2rem, 9vw, 9rem);
  font-weight: 500;
  line-height: 0.8;
}

.support-image {
  position: relative;
  z-index: 1;
  align-self: stretch;
  min-height: 310px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(74, 70, 67, 0.12);
  border-radius: 24px;
  background: rgba(247, 244, 241, 0.36);
}

.support-image::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 16%, rgba(247, 244, 241, 0.26), rgba(247, 244, 241, 0) 34%),
    linear-gradient(180deg, rgba(66, 61, 57, 0), rgba(66, 61, 57, 0.08));
  content: "";
  pointer-events: none;
}

.support-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02);
  transform: scale(1.012);
}

.support-copy {
  position: relative;
  z-index: 1;
  align-self: center;
  width: min(470px, 100%);
  padding-right: clamp(0px, 8vw, 80px);
}

.support-copy > p:first-child {
  margin: 0 0 14px;
  color: var(--sage-deep);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.support-copy h3 {
  max-width: none;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 5.1vw, 5.8rem);
  font-weight: 500;
  line-height: 0.94;
}

.support-copy span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-top: 30px;
  border: 1px solid rgba(74, 70, 67, 0.2);
  border-radius: 999px;
  color: rgba(66, 61, 57, 0.62);
  font-size: 1.1rem;
}

.support-copy span svg {
  width: 16px;
  height: 16px;
  display: block;
}

.support-copy > p:last-child {
  margin: 22px 0 0;
  color: rgba(66, 61, 57, 0.68);
  font-size: clamp(1rem, 1vw, 1.08rem);
  line-height: 1.72;
}

.support-section--orbit {
  min-height: 100svh;
  overflow: clip;
  background:
    radial-gradient(circle at 18% 22%, rgba(199, 154, 108, 0.12), rgba(199, 154, 108, 0) 30%),
    radial-gradient(circle at 80% 82%, rgba(199, 154, 108, 0.08), rgba(199, 154, 108, 0) 32%),
    linear-gradient(145deg, #423d39 0%, #4a4643 48%, #3a3532 100%);
  color: var(--milk);
  isolation: isolate;
}

.support-orbit-stage {
  position: relative;
  min-height: 100svh;
  padding: clamp(88px, 7.5vw, 116px) 0;
  overflow: hidden;
}

.support-orbit-stage::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(247, 244, 241, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(247, 244, 241, 0.025) 1px, transparent 1px);
  background-size: 88px 88px;
  content: "";
  mask-image: radial-gradient(circle at center, #000 0%, transparent 72%);
  opacity: 0.45;
}

.support-orbit-glow {
  position: absolute;
  inset: 6%;
  z-index: -2;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at center, rgba(247, 244, 241, 0.15), rgba(247, 244, 241, 0) 52%),
    radial-gradient(ellipse at center, rgba(199, 154, 108, 0.12), rgba(199, 154, 108, 0) 68%);
  filter: blur(16px);
  pointer-events: none;
}

.support-orbit-ring {
  position: absolute;
  z-index: -1;
  width: min(82vw, 1240px);
  aspect-ratio: 1.55;
  border: 1px solid rgba(247, 244, 241, 0.1);
  border-radius: 999px;
  box-shadow:
    inset 0 0 88px rgba(247, 244, 241, 0.045),
    0 0 120px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.support-orbit-content {
  position: absolute;
  z-index: 11;
  top: 52%;
  left: 50%;
  width: min(760px, calc(100% - 280px));
  margin: 0 auto;
  text-align: center;
  transform: translate(-50%, -50%);
}

.support-orbit-content h2 {
  max-width: none;
  margin: 0 auto;
  color: #f7f4f1;
  font-family: "Lora", "Lora Placeholder", serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.2em;
  text-wrap: balance;
}

.support-orbit-lead {
  display: grid;
  gap: 0;
  width: min(72ch, 100%);
  margin: 18px auto 0;
  color: rgba(247, 244, 241, 0.9);
  font-size: clamp(0.96rem, 1.06vw, 1.12rem);
  line-height: 1.45;
  text-wrap: balance;
}

.support-orbit-lead span {
  display: block;
}

.support-orbit-content > p:not(.section-eyebrow, .support-orbit-lead) {
  width: min(620px, 100%);
  margin: 12px auto 0;
  color: rgba(247, 244, 241, 0.72);
  font-size: clamp(0.94rem, 1vw, 1.02rem);
  line-height: 1.68;
}

.support-section--orbit .support-button {
  min-height: 50px;
  margin-top: 26px;
  padding-inline: 26px;
  border-color: rgba(247, 244, 241, 0.26);
  background: rgba(247, 244, 241, 0.13);
  color: var(--milk);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 20px 58px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.support-section--orbit .support-button:hover {
  border-color: rgba(247, 244, 241, 0.46);
  background: rgba(247, 244, 241, 0.19);
}

.support-orbit-images {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.support-orbit-card {
  position: absolute;
  top: var(--card-top);
  left: var(--card-left);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(247, 244, 241, 0.12);
  border-radius: clamp(18px, 2vw, 34px);
  background: rgba(247, 244, 241, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 30px 82px rgba(0, 0, 0, 0.28);
  opacity: 0.92;
  transform: translate3d(var(--drift-x, 0), var(--drift-y, 0), 0);
  will-change: transform;
}

.support-orbit-card::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 18%, rgba(247, 244, 241, 0.22), rgba(247, 244, 241, 0) 34%),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.18));
  content: "";
  pointer-events: none;
}

.support-orbit-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.04);
  transform: scale(1.03);
}

.support-orbit-card--large,
.support-orbit-card--tall,
.support-orbit-card--wide,
.support-orbit-card--medium,
.support-orbit-card--small,
.support-orbit-card--bottom {
  width: clamp(210px, 16vw, 252px);
  aspect-ratio: 0.78;
}

.support-orbit-card:nth-child(1) {
  --card-left: 8vw;
  --card-top: 14vh;
  width: clamp(215px, 16vw, 252px);
  aspect-ratio: 0.76;
}

.support-orbit-card:nth-child(2) {
  --card-left: 34vw;
  --card-top: 0vh;
  width: clamp(185px, 14vw, 220px);
  aspect-ratio: 0.9;
}

.support-orbit-card:nth-child(3) {
  --card-left: 62vw;
  --card-top: 0vh;
  width: clamp(185px, 14vw, 220px);
  aspect-ratio: 0.9;
}

.support-orbit-card:nth-child(4) {
  --card-left: 81vw;
  --card-top: 18vh;
  width: clamp(215px, 16vw, 252px);
  aspect-ratio: 0.76;
}

.support-orbit-card:nth-child(5) {
  --card-left: 7vw;
  --card-top: 74vh;
  width: clamp(215px, 16vw, 252px);
  aspect-ratio: 0.76;
}

.support-orbit-card:nth-child(6) {
  --card-left: 31vw;
  --card-top: 93vh;
  width: clamp(175px, 13vw, 208px);
  aspect-ratio: 0.88;
}

.support-orbit-card:nth-child(7) {
  --card-left: 80vw;
  --card-top: 74vh;
  width: clamp(215px, 16vw, 252px);
  aspect-ratio: 0.76;
}

.guide-gallery-section {
  position: relative;
  min-height: 100svh;
  overflow: clip;
  background: #e9e1d7;
  color: var(--ink);
  isolation: isolate;
}

.guide-gallery-stage {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}

.guide-gallery-stage::before {
  display: none;
}

.guide-gallery-ring {
  display: none;
}

.guide-gallery-content {
  position: absolute;
  top: 52%;
  left: 50%;
  z-index: 5;
  width: min(640px, calc(100% - 520px));
  text-align: center;
  transform: translate(-50%, -50%);
}

.guide-gallery-content .section-eyebrow {
  color: var(--sage-deep);
}

.guide-gallery-content h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Lora", "Lora Placeholder", serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.2em;
  text-wrap: balance;
}

.guide-gallery-lead {
  display: grid;
  gap: 0;
  width: min(850px, 100%);
  margin: 16px auto 0;
  color: var(--muted);
  font-size: clamp(0.92rem, 1vw, 1.04rem);
  font-weight: 400;
  line-height: 1.5;
  text-wrap: balance;
}

.guide-gallery-lead span {
  display: block;
}

.guide-gallery-button {
  min-height: 58px;
  margin-top: 28px;
  padding-inline: 36px;
  border-color: rgba(74, 70, 67, 0.86);
  background: var(--ink);
  color: var(--milk);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 20px 48px rgba(74, 70, 67, 0.18);
}

.guide-gallery-button:hover {
  border-color: var(--ink);
  background: #4a4643;
}

.guide-gallery-images {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.guide-gallery-card {
  position: absolute;
  top: var(--gallery-top);
  left: var(--gallery-left);
  right: var(--gallery-right, auto);
  bottom: var(--gallery-bottom, auto);
  width: clamp(210px, 16vw, 268px);
  height: clamp(290px, 22vw, 360px);
  margin: 0;
  overflow: hidden;
  border: none;
  border-radius: 26px;
  background: transparent;
  box-shadow: 0 26px 64px rgba(74, 70, 67, 0.22);
  opacity: 1;
  transform: translate3d(var(--drift-x, 0), var(--drift-y, 0), 0) rotate(var(--gallery-rotate, 0deg));
  will-change: transform;
}

.guide-gallery-card::after {
  display: none;
}

.guide-gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0;
  object-fit: cover;
  transform: scale(1.03);
}

.guide-gallery-card--lotus {
  --gallery-left: 10.5vw;
  --gallery-top: 8.6vh;
  --gallery-width: clamp(210px, 16.4vw, 265px);
  --gallery-height: clamp(305px, 28.3vw, 385px);
}

.guide-gallery-card--top-left {
  --gallery-left: 33.2vw;
  --gallery-top: -6.4vh;
  --gallery-width: clamp(180px, 13.5vw, 230px);
  --gallery-height: clamp(136px, 10vw, 172px);
}

.guide-gallery-card--top-right {
  --gallery-left: 61.8vw;
  --gallery-top: -3vh;
  --gallery-width: clamp(205px, 15.5vw, 260px);
  --gallery-height: clamp(150px, 11.4vw, 190px);
}

.guide-gallery-card--portrait {
  --gallery-left: auto;
  --gallery-right: 7.8vw;
  --gallery-top: 11.5vh;
  --gallery-width: clamp(220px, 17.2vw, 290px);
  --gallery-height: clamp(330px, 26.2vw, 435px);
}

.guide-gallery-card--bottom-left {
  --gallery-left: 7.8vw;
  --gallery-top: 69.5vh;
  --gallery-width: clamp(205px, 15.4vw, 255px);
  --gallery-height: clamp(310px, 25vw, 405px);
}

.guide-gallery-card--bottom-center {
  --gallery-left: 30.5vw;
  --gallery-top: 91.5vh;
  --gallery-width: clamp(185px, 14.2vw, 235px);
  --gallery-height: clamp(150px, 11vw, 190px);
}

.guide-gallery-card--bottom-right {
  --gallery-left: auto;
  --gallery-right: 7vw;
  --gallery-top: 67.5vh;
  --gallery-width: clamp(210px, 15.9vw, 270px);
  --gallery-height: clamp(310px, 24.6vw, 405px);
}

.testimonials-section {
  position: relative;
  overflow: hidden;
  padding: clamp(92px, 10vw, 142px) 0 clamp(88px, 9vw, 128px);
  background:
    radial-gradient(circle at 12% 22%, rgba(199, 154, 108, 0.12), rgba(199, 154, 108, 0) 34%),
    radial-gradient(circle at 86% 68%, rgba(199, 154, 108, 0.08), rgba(199, 154, 108, 0) 32%),
    #f7f4f1;
}

.testimonials-bg-word {
  position: absolute;
  right: -7vw;
  top: 8vh;
  color: rgba(66, 61, 57, 0.032);
  font-family: var(--font-display);
  font-size: clamp(8rem, 17vw, 19rem);
  line-height: 0.8;
  pointer-events: none;
}

.testimonials-header {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100% - 40px));
  margin: 0 auto clamp(42px, 6vw, 72px);
}

.testimonials-header h2 {
  max-width: none;
  white-space: nowrap;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(3.8rem, 6vw, 6.7rem);
  font-style: italic;
  font-weight: 500;
  line-height: 0.98;
}

.testimonials-header > p:not(.section-eyebrow) {
  width: min(690px, 100%);
  margin: 22px 0 0;
  color: rgba(66, 61, 57, 0.66);
  font-size: clamp(1rem, 1.12vw, 1.18rem);
  line-height: 1.68;
}

.testimonials-header .reveal-item,
.testimonials-header .reveal-line {
  animation: reveal-up 900ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.testimonials-header .section-eyebrow {
  animation-delay: 60ms;
}

.testimonials-header h2 {
  animation-delay: 150ms;
}

.testimonials-header > p:not(.section-eyebrow) {
  animation-delay: 260ms;
}

.testimonials-viewport {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  padding: 16px 0 18px;
  margin-top: -16px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
}

.testimonials-viewport:hover .testimonials-track {
  animation-play-state: paused;
}

.testimonials-track {
  --tspeed: 55; /* px per second — change this in Additional CSS to speed up / slow down */
  display: flex;
  flex: 0 0 auto;
  min-width: max-content;
  padding-block: 6px;
  animation: testimonial-drift 66s linear infinite; /* CSS fallback only; JS takes over when it runs */
  will-change: transform;
}

/* When JS drives the marquee it adds this flag and owns the transform. */
.testimonials-track.js-marquee {
  animation: none !important;
}

.testimonial-card {
  position: relative;
  display: flex;
  flex: 0 0 clamp(318px, 28vw, 430px);
  margin-right: 22px;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(390px, 42vw, 520px);
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid rgba(66, 61, 57, 0.11);
  border-radius: 18px;
  background: #fbfaf8;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 20px 62px rgba(66, 61, 57, 0.05);
  color: var(--ink);
  transition:
    border-color 260ms ease,
    box-shadow 260ms ease,
    transform 260ms ease,
    background 260ms ease;
}

.testimonial-card::before {
  position: absolute;
  inset: 1px;
  border-radius: 17px;
  background:
    radial-gradient(circle at 18% 8%, rgba(247, 244, 241, 0.56), rgba(247, 244, 241, 0) 34%),
    linear-gradient(180deg, rgba(247, 244, 241, 0.24), rgba(247, 244, 241, 0));
  content: "";
  opacity: 0.7;
  pointer-events: none;
}

.testimonial-card:hover {
  border-color: rgba(66, 61, 57, 0.2);
  background: #f7f4f1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 28px 82px rgba(66, 61, 57, 0.10);
  transform: translateY(-7px);
}

.testimonial-quote {
  position: relative;
  z-index: 1;
  display: block;
  height: 58px;
  color: rgba(74, 70, 67, 0.13);
  font-family: var(--font-display);
  font-size: 7rem;
  line-height: 0.8;
}

.testimonial-card > p {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  color: rgba(66, 61, 57, 0.78);
  font-size: clamp(1.12rem, 1.28vw, 1.36rem);
  line-height: 1.58;
}

.testimonial-person {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 42px;
}

.testimonial-person img {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(247, 244, 241, 0.78);
  border-radius: 999px;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.02);
  box-shadow: 0 10px 22px rgba(66, 61, 57, 0.1);
  transition: transform 260ms ease, filter 260ms ease;
}

.testimonial-card:hover .testimonial-person img {
  filter: saturate(0.98) contrast(1.04);
  transform: scale(1.05);
}

.testimonial-person strong,
.testimonial-person span {
  display: block;
}

.testimonial-person strong {
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 700;
}

.testimonial-person span {
  margin-top: 4px;
  color: rgba(66, 61, 57, 0.52);
  font-size: 0.88rem;
  line-height: 1.35;
}

.resource-section {
  position: relative;
  overflow: hidden;
  padding: clamp(92px, 10vw, 142px) clamp(20px, 6vw, 86px);
  background:
    radial-gradient(circle at 14% 24%, rgba(199, 154, 108, 0.08), rgba(199, 154, 108, 0) 30%),
    radial-gradient(circle at 86% 18%, rgba(199, 154, 108, 0.12), rgba(199, 154, 108, 0) 34%),
    #f7f4f1;
}

.resource-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(420px, 1fr);
  gap: clamp(40px, 7vw, 112px);
  align-items: start;
  width: min(1220px, 100%);
  margin: 0 auto;
}

.resource-copy {
  position: sticky;
  top: clamp(86px, 13vh, 124px);
}

.resource-copy h2 {
  max-width: 9.5ch;
}

.resource-grid {
  display: grid;
  gap: 18px;
}

.resource-card {
  position: relative;
  min-height: 240px;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(66, 61, 57, 0.11);
  border-radius: 26px;
  background: #fbfaf8;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 24px 70px rgba(66, 61, 57, 0.05);
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.resource-card:hover {
  border-color: rgba(74, 70, 67, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 34px 86px rgba(66, 61, 57, 0.11);
  transform: translateY(-5px);
}

.resource-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 38px;
  border: 1px solid rgba(74, 70, 67, 0.16);
  border-radius: 999px;
  color: rgba(66, 61, 57, 0.48);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.resource-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 3.5vw, 4rem);
  font-weight: 500;
  line-height: 0.98;
}

.resource-card p {
  margin: 18px 0 0;
  color: rgba(66, 61, 57, 0.66);
  font-size: clamp(0.96rem, 1vw, 1.04rem);
  line-height: 1.66;
}

.newsletter-section {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(80px, 12vw, 160px) clamp(20px, 6vw, 86px);
  background:
    linear-gradient(to bottom, rgba(10, 30, 20, 0.18) 0%, rgba(10, 30, 20, 0.62) 100%),
    url('../images/newsletter-bg.png') center center / cover no-repeat;
}

.newsletter-inner {
  width: min(720px, 100%);
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.newsletter-inner h2 {
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  margin-bottom: 1rem;
}

.newsletter-inner > p {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  margin: 0 auto 2.2rem;
  max-width: 520px;
  line-height: 1.7;
}

/* Newsletter scroll-in animation */
.nl-animate {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1) var(--nl-delay, 0ms),
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1) var(--nl-delay, 0ms);
}

.newsletter-section.is-visible .nl-animate {
  opacity: 1;
  transform: translateY(0);
}

/* Email form */
.newsletter-email-form {
  display: flex;
  align-items: center;
  gap: 0;
  width: min(560px, 100%);
  margin: 2rem auto 0;
  padding: 6px 6px 6px 22px;
  border-radius: 999px;
  background: rgba(20, 38, 28, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.newsletter-email-form:focus-within {
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.26);
}

.nl-email-input {
  flex: 1 1 auto;
  min-width: 0;
  border: none;
  background: transparent;
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  outline: none;
  padding: 10px 0;
}

.nl-email-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.nl-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  padding: 10px 10px 10px 22px;
  border-radius: 999px;
  background: #fff;
  border: none;
  color: #4a4643;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.18s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 16px rgba(0,0,0,0.18);
}

.nl-submit-btn:hover {
  background: #f7f4f1;
  transform: scale(1.04);
  box-shadow: 0 4px 24px rgba(0,0,0,0.22);
}

.nl-submit-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #4a4643;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.site-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  padding: 42px clamp(20px, 6vw, 86px);
  border-top: 1px solid rgba(74, 70, 67, 0.13);
  background: #e9e1d7;
  color: rgba(66, 61, 57, 0.66);
}

.site-footer__brand {
  width: min(420px, 100%);
}

.site-footer__brand img {
  display: block;
  width: min(190px, 72%);
  height: auto;
}

.site-footer__brand p {
  margin: 18px 0 0;
  font-size: 0.92rem;
  line-height: 1.62;
}

.site-footer__social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 200ms ease, transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.site-footer__social:hover {
  color: var(--clay);
  transform: translateY(-2px);
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer__nav a {
  transition: color 180ms ease, opacity 180ms ease;
}

.site-footer__nav a:hover {
  color: var(--sage-deep);
}

.site-footer__credit {
  margin: 0;
  font-size: 0.84rem;
  font-weight: 600;
}

@keyframes testimonial-drift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    /* the track holds 3 identical copies of the cards; shifting by exactly
       one third lands copy 2 where copy 1 was → perfectly seamless loop,
       with the remaining copies always filling the screen (no empty gap). */
    transform: translate3d(-33.3333%, 0, 0);
  }
}


@media (max-width: 1120px) {
  .about-intro {
    grid-template-columns: minmax(260px, 0.9fr) minmax(380px, 1.1fr);
    align-items: start;
  }

  .about-visual {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr minmax(240px, 360px);
    gap: 28px;
    min-height: 260px;
  }

  .organic-symbol {
    top: 12px;
    right: auto;
    left: 10%;
  }

  .quote-card {
    position: relative;
    top: auto;
    right: auto;
    align-self: center;
    justify-self: end;
  }

  .line-art {
    left: 24%;
    bottom: 0;
  }

  .benefits-section {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .benefits-copy {
    position: relative;
    top: auto;
  }

  .benefits-copy h2 {
    max-width: 10ch;
  }

  .benefits-cards {
    position: relative;
    top: auto;
    min-height: auto;
    gap: 18px;
  }

  .benefit-card {
    position: relative;
    top: auto;
    min-height: 230px;
    opacity: 1;
    transform: translateY(22px) rotate(var(--card-rotate)) scale(0.98);
    transition: opacity 800ms cubic-bezier(0.22, 1, 0.36, 1), transform 900ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms ease, border-color 260ms ease;
  }

  .benefit-card.is-visible {
    opacity: 1;
    transform: translateY(0) rotate(calc(var(--card-rotate) * 0.35)) scale(1);
  }

  .philosophy-headline {
    font-size: clamp(4rem, 10vw, 6.8rem);
  }

  .philosophy-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    max-width: 1040px;
  }

  .philosophy-card {
    min-height: 210px;
    padding: 24px;
  }

  .philosophy-card span {
    margin-bottom: 28px;
  }

  .philosophy-card h3 {
    font-size: clamp(1.9rem, 4.1vw, 2.8rem);
  }

  .guide-inner,
  .resource-inner {
    grid-template-columns: 1fr;
  }

  .guide-copy h2,
  .resource-copy h2 {
    max-width: 10ch;
  }

  .guide-card {
    min-height: 340px;
  }

  .resource-copy {
    position: relative;
    top: auto;
  }

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

  .resource-card {
    min-height: 260px;
  }

  .support-inner {
    padding-inline: clamp(20px, 4vw, 44px);
  }

  .support-header h2 {
    font-size: clamp(3.4rem, 8vw, 5.8rem);
  }

  .support-deck {
    width: 100%;
    height: min(540px, 58vh);
  }

  .support-card {
    grid-template-columns: minmax(240px, 0.9fr) minmax(280px, 1.1fr);
    gap: 28px;
    min-height: min(470px, 54vh);
    padding: 34px;
  }

  .support-tab {
    width: calc((100% / var(--support-count, 4)) + 3px);
    min-width: 0;
    height: 54px;
    padding-inline: 18px;
  }

  .support-copy h3 {
    font-size: clamp(2.7rem, 5vw, 4.4rem);
  }

  .resource-deck-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 14px 20px;
  }

  .resource-deck-header h2 {
    font-size: clamp(2rem, 4.15vw, 3.2rem);
    grid-column: 1 / -1;
  }

  .resource-deck-header p {
    max-width: 620px;
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .resource-deck-header p span {
    display: inline;
  }

  .resource-deck-header .support-button {
    min-width: 188px;
    padding-inline: 20px;
  }

  .guide-gallery-content {
    width: min(560px, calc(100% - 420px));
  }

  .guide-gallery-card {
    width: clamp(170px, 18vw, 210px);
    height: clamp(236px, 25vw, 286px);
  }

  .guide-gallery-card--lotus {
    --gallery-left: 6vw;
  }

  .guide-gallery-card--portrait {
    --gallery-right: 4vw;
  }

  .guide-gallery-card--bottom-left {
    --gallery-left: 4vw;
  }

  .guide-gallery-card--bottom-right {
    --gallery-right: 3.5vw;
  }
}

@media (max-width: 760px) {
  :root {
    --header-space: 86px;
  }

  .site-header {
    min-height: 70px;
    padding: 16px 20px;
  }

  .brand {
    width: 142px;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .primary-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 20px;
    display: grid;
    min-width: 210px;
    min-height: auto;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.44);
    border-radius: 28px;
    background: rgba(66, 61, 57, 0.42);
    box-shadow: var(--shadow);
    backdrop-filter: blur(24px) saturate(135%);
    -webkit-backdrop-filter: blur(24px) saturate(135%);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .primary-nav a {
    min-height: 48px;
    padding: 0 20px;
  }

  body.nav-open .primary-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hero {
    min-height: 100svh;
    padding: var(--header-space) 20px 36px;
  }

  .hero-media {
    background-position: 58% center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(247, 244, 241, 0.94) 0%, rgba(247, 244, 241, 0.83) 44%, rgba(247, 244, 241, 0.42) 100%),
      linear-gradient(90deg, rgba(247, 244, 241, 0.92) 0%, rgba(247, 244, 241, 0.25) 100%);
  }

  .hero-content {
    align-self: start;
    padding-top: 18px;
  }

  .hero h1 {
    max-width: 9.4ch;
    font-size: clamp(3rem, 13.8vw, 4.05rem);
    line-height: 0.94;
  }

  .hero-copy {
    max-width: 32rem;
    font-size: 0.94rem;
    line-height: 1.6;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 18px;
  }

  .button {
    min-height: 44px;
    padding: 0 18px;
    font-size: 0.74rem;
  }

  .trust-text {
    margin-top: 14px;
    padding-left: 14px;
    font-size: 0.76rem;
  }

  .floating-words {
    display: none;
  }

  .scroll-indicator {
    right: auto;
    left: 20px;
    bottom: 18px;
    font-size: 0.66rem;
  }

  .about-intro {
    display: block;
    min-height: auto;
    padding: 82px 20px 88px;
  }

  .about-bg-mark {
    right: -28vw;
    bottom: auto;
    top: 16px;
    font-size: 7.4rem;
  }

  .about-portrait {
    height: 430px;
    min-height: 430px;
    margin-bottom: 46px;
    border-radius: 22px;
  }

  .section-eyebrow {
    margin-bottom: 14px;
    font-size: 0.72rem;
  }

  .about-title {
    max-width: 7ch;
    font-size: clamp(3.55rem, 14.8vw, 4.7rem);
    line-height: 0.92;
  }

  .about-body {
    margin-top: 24px;
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .about-body p + p {
    margin-top: 14px;
  }

  .about-signoff {
    display: block;
    margin-top: 30px;
    padding-top: 20px;
  }

  .signature-block {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }

  .signature-block img {
    width: min(245px, 84%);
  }

  .signature-block span {
    font-size: 0.76rem;
  }

  .about-button {
    margin-top: 24px;
    margin-left: 0;
  }

  .about-visual {
    min-height: 280px;
    margin-top: 52px;
  }

  .organic-symbol {
    top: 0;
    right: 4%;
    width: 132px;
  }

  .quote-card {
    top: 76px;
    right: auto;
    left: 0;
    width: min(320px, 92%);
    padding: 24px;
  }

  .quote-card p {
    font-size: 1.42rem;
  }

  .line-art {
    right: 2%;
    bottom: 0;
    left: auto;
    width: 150px;
    height: 120px;
  }

  .benefits-section {
    display: block;
    padding: 86px 20px 96px;
  }

  .benefits-bg-word {
    top: 24px;
    right: -32vw;
    font-size: 7rem;
  }

  .benefits-copy h2 {
    max-width: 8.5ch;
    font-size: clamp(3.6rem, 15vw, 4.7rem);
    line-height: 0.92;
  }

  .benefits-copy > p:not(.section-eyebrow) {
    margin-top: 24px;
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .benefits-cards {
    margin-top: 48px;
    gap: 16px;
  }

  .benefit-card {
    min-height: auto;
    padding: 26px;
    border-radius: 24px;
  }

  .benefit-card span {
    width: 38px;
    height: 38px;
    margin-bottom: 28px;
  }

  .benefit-card h3 {
    max-width: 10ch;
    font-size: clamp(2.5rem, 11vw, 3.45rem);
  }

  .benefit-card p {
    margin-top: 18px;
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .philosophy-section {
    min-height: auto;
  }

  .philosophy-bg-word {
    right: -28vw;
    bottom: auto;
    top: 28px;
    font-size: 7rem;
  }

  .philosophy-inner {
    display: block;
    min-height: auto;
    padding: 88px 20px 96px;
  }

  .philosophy-headline {
    gap: 8px;
    font-size: clamp(3.35rem, 14vw, 4.7rem);
    line-height: 0.92;
  }

  .philosophy-line {
    justify-content: center;
  }

  .philosophy-word {
    color: rgba(66, 61, 57, 0.22);
    transform: none;
  }

  .philosophy-cards {
    grid-template-columns: 1fr;
    margin-top: 46px;
    gap: 16px;
    opacity: 1;
    transform: none;
  }

  .philosophy-card {
    min-height: auto;
    padding: 26px;
    border-radius: 24px;
    opacity: 1;
    transform: none;
  }

  .philosophy-card span {
    width: 38px;
    height: 38px;
    margin-bottom: 26px;
  }

  .philosophy-card h3 {
    font-size: clamp(2.45rem, 10vw, 3.4rem);
  }

  .guide-section,
  .resource-section,
  .newsletter-section {
    padding: 86px 20px 96px;
  }

  .guide-bg-word,
  .resource-bg-word {
    top: 24px;
    right: -42vw;
    font-size: 7rem;
  }

  .guide-inner,
  .resource-inner {
    display: block;
  }

  .guide-copy h2,
  .resource-copy h2 {
    max-width: 9ch;
    font-size: clamp(3.25rem, 14vw, 4.55rem);
    line-height: 0.94;
  }

  .newsletter-inner h2 {
    font-size: clamp(2.2rem, 8vw, 3.4rem);
    line-height: 1.1;
  }

  .guide-copy > p:not(.section-eyebrow),
  .resource-copy > p:not(.section-eyebrow),
  .newsletter-inner > p {
    margin-top: 22px;
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .guide-copy .button,
  .resource-copy .button {
    margin-top: 24px;
  }

  .guide-card {
    min-height: auto;
    margin-top: 42px;
    padding: 26px;
    border-radius: 26px;
  }

  .guide-card::before {
    width: 42px;
    height: 42px;
    margin-bottom: 56px;
  }

  .guide-card li {
    font-size: 1rem;
  }

  .resource-grid {
    grid-template-columns: 1fr;
    margin-top: 42px;
    gap: 16px;
  }

  .resource-card {
    min-height: auto;
    padding: 26px;
    border-radius: 24px;
  }

  .resource-card span {
    width: 38px;
    height: 38px;
    margin-bottom: 28px;
  }

  .resource-card h3 {
    font-size: clamp(2.45rem, 10vw, 3.4rem);
  }

  .newsletter-inner {
    text-align: center;
  }

  .newsletter-inner > p {
    margin-right: auto;
    margin-left: auto;
  }

  .newsletter-form {
    display: grid;
    margin-top: 28px;
    padding: 8px;
    border-radius: 28px;
  }

  .newsletter-form input {
    width: 100%;
    height: 48px;
    padding-inline: 16px;
  }

  .newsletter-form .button {
    width: 100%;
  }

  .site-footer {
    display: block;
    padding: 38px 20px;
  }

  .site-footer__brand img {
    width: 158px;
  }

  .site-footer__nav {
    margin-top: 30px;
  }

  .site-footer__credit {
    margin-top: 28px;
  }

  .support-section {
    min-height: auto;
    overflow: hidden;
  }

  .support-bg-word {
    top: 24px;
    right: -34vw;
    font-size: 7rem;
  }

  .support-inner {
    display: block;
    min-height: auto;
    padding: 88px 20px 98px;
  }

  .support-header {
    min-height: auto;
    padding: 0;
    text-align: left;
  }

  .support-header h2 {
    max-width: 9ch;
    margin: 0;
    font-size: clamp(3.25rem, 14vw, 4.55rem);
    line-height: 0.94;
  }

  .support-header > p:not(.section-eyebrow) {
    margin: 24px 0 0;
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .support-button {
    margin-top: 24px;
  }

  .support-stack-stage {
    display: block;
    min-height: auto;
    padding: 0;
  }

  .support-section--resources .support-inner {
    padding-top: 78px;
  }

  .support-section--resources .support-stack-stage {
    display: block;
    min-height: auto;
    padding: 0;
  }

  .resource-deck-header {
    display: grid;
    gap: 22px;
    margin: 0;
  }

  .resource-deck-header h2 {
    white-space: normal;
    font-size: clamp(2.55rem, 11.5vw, 3.75rem);
    line-height: 0.96;
  }

  .resource-deck-header p {
    max-width: 100%;
    margin-top: 16px;
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .resource-deck-header p span {
    display: inline;
  }

  .resource-deck-header .support-button {
    justify-self: start;
    min-width: 0;
    margin-top: 0;
  }

  .support-deck {
    display: grid;
    height: auto;
    padding-top: 0;
    margin-top: 68px;
    gap: 24px;
    perspective: none;
  }

  .support-card {
    position: relative;
    inset: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: auto;
    padding: 26px;
    border: 1px solid rgba(74, 70, 67, 0.18);
    border-radius: 28px;
    background:
      linear-gradient(145deg, rgba(247, 244, 241, 0.98), rgba(239, 230, 216, 0.94)),
      var(--milk);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.74),
      0 24px 58px rgba(66, 61, 57, 0.08);
    opacity: 1;
    transform: none !important;
  }

  .support-card-shape {
    display: none;
  }

  .support-card::before {
    position: absolute;
    inset: 0;
    display: block;
    border-radius: inherit;
    background:
      radial-gradient(circle at 18% 8%, rgba(247, 244, 241, 0.5), rgba(247, 244, 241, 0) 32%),
      linear-gradient(180deg, rgba(247, 244, 241, 0.26), rgba(247, 244, 241, 0));
    content: "";
    pointer-events: none;
  }

  .support-card::after {
    display: none;
  }

  .support-tab {
    position: relative;
    top: auto;
    left: auto !important;
    width: fit-content;
    min-width: 0;
    height: 44px;
    margin: -8px 0 4px;
    padding: 0 18px;
    border: 1px solid rgba(74, 70, 67, 0.16);
    border-radius: 999px;
  }

  .support-tab span {
    width: 10px;
    height: 10px;
    box-shadow: 0 0 0 5px rgba(74, 70, 67, 0.08);
  }

  .support-number {
    top: 24px;
    right: 24px;
    font-size: 4.4rem;
  }

  .support-image {
    min-height: 250px;
    border-radius: 22px;
  }

  .support-copy {
    padding-right: 0;
  }

  .support-copy h3 {
    max-width: none;
    font-size: clamp(2.65rem, 11vw, 3.8rem);
  }

  .support-copy span {
    width: 38px;
    height: 38px;
    margin-top: 22px;
  }

  .support-section--orbit {
    min-height: auto;
  }

  .support-orbit-stage {
    display: block;
    min-height: auto;
    padding: 92px 20px 96px;
  }

  .support-orbit-ring {
    width: 110vw;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
  }

  .support-orbit-content {
    text-align: left;
  }

  .support-orbit-content h2 {
    max-width: 8.5ch;
    margin: 0;
    font-family: "Lora", "Lora Placeholder", serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.2em;
    text-wrap: balance;
  }

  .support-orbit-lead {
    width: min(32ch, 100%);
    margin-top: 24px;
    font-size: 0.96rem;
    line-height: 1.66;
  }

  .support-orbit-content > p:not(.section-eyebrow, .support-orbit-lead) {
    margin: 12px 0 0;
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .support-section--orbit .support-button {
    margin-top: 24px;
  }

  .support-orbit-images {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 42px;
  }

  .support-orbit-card {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    aspect-ratio: 1;
    transform: none !important;
  }

  .support-orbit-card--large,
  .support-orbit-card--tall,
  .support-orbit-card--wide,
  .support-orbit-card--medium,
  .support-orbit-card--small {
    width: auto;
  }

  .support-orbit-card--large,
  .support-orbit-card--tall {
    aspect-ratio: 0.82;
  }

  .support-orbit-card--wide {
    aspect-ratio: 1.24;
  }

  .guide-section--orbit .support-orbit-stage {
    position: relative;
    min-height: 100svh;
    padding: 0;
  }

  .guide-section--orbit .support-orbit-ring {
    width: 120vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -44%);
  }

  .guide-section--orbit .support-orbit-content {
    position: absolute;
    top: 58%;
    left: 50%;
    width: min(600px, calc(100% - 52px));
    margin: 0;
    text-align: center;
    transform: translate(-50%, -50%);
  }

  .guide-section--orbit .support-orbit-content h2 {
    max-width: 12ch;
    margin: 0 auto;
    text-align: center;
  }

  .guide-section--orbit .support-orbit-lead {
    width: min(540px, 100%);
    margin-inline: auto;
  }

  .guide-section--orbit .support-orbit-images {
    position: absolute;
    inset: 0;
    display: block;
    margin-top: 0;
  }

  .guide-section--orbit .support-orbit-card {
    position: absolute;
    width: clamp(118px, 19vw, 160px);
    transform: none !important;
  }

  .guide-section--orbit .support-orbit-card:nth-child(1) {
    left: 6vw;
    top: 16vh;
    width: clamp(128px, 22vw, 168px);
    aspect-ratio: 0.78;
  }

  .guide-section--orbit .support-orbit-card:nth-child(2) {
    left: 33vw;
    top: 2vh;
    width: clamp(112px, 17vw, 145px);
    aspect-ratio: 0.9;
  }

  .guide-section--orbit .support-orbit-card:nth-child(3) {
    left: 62vw;
    top: 2vh;
    width: clamp(112px, 17vw, 145px);
    aspect-ratio: 0.9;
  }

  .guide-section--orbit .support-orbit-card:nth-child(4) {
    left: 80vw;
    top: 18vh;
    width: clamp(128px, 22vw, 168px);
    aspect-ratio: 0.78;
  }

  .guide-section--orbit .support-orbit-card:nth-child(5) {
    left: 8vw;
    top: 74vh;
    width: clamp(128px, 22vw, 168px);
    aspect-ratio: 0.78;
  }

  .guide-section--orbit .support-orbit-card:nth-child(6) {
    left: 30vw;
    top: 91vh;
    width: clamp(108px, 16vw, 132px);
    aspect-ratio: 0.88;
  }

  .guide-section--orbit .support-orbit-card:nth-child(7) {
    left: 82vw;
    top: 76vh;
    width: clamp(128px, 22vw, 168px);
    aspect-ratio: 0.78;
  }

  .testimonials-section {
    padding: 86px 0 92px;
  }

  .testimonials-bg-word {
    top: 24px;
    right: -34vw;
    font-size: 7rem;
  }

  .testimonials-header {
    width: calc(100% - 40px);
    margin-bottom: 36px;
  }

  .testimonials-header h2 {
    max-width: 9ch;
    font-size: clamp(3.25rem, 14vw, 4.55rem);
    line-height: 0.96;
  }

  .testimonials-header > p:not(.section-eyebrow) {
    margin-top: 20px;
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .testimonials-viewport {
    overflow-x: auto;
    padding: 0 20px 10px;
    scroll-snap-type: x mandatory;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .testimonials-track {
    animation: none;
  }

  /* only the first 5 (unique) cards on mobile — hide the repeated copies */
  .testimonials-track > .testimonial-card:nth-child(n+6) {
    display: none;
  }

  .testimonial-card {
    flex-basis: min(82vw, 340px);
    min-height: 390px;
    padding: 26px;
    border-radius: 24px;
    scroll-snap-align: center;
  }

  .testimonial-card::before {
    border-radius: 23px;
  }

  .testimonial-quote {
    height: 46px;
    font-size: 5.6rem;
  }

  .testimonial-card > p {
    font-size: 1.04rem;
    line-height: 1.58;
  }

  .testimonial-person {
    margin-top: 34px;
  }
}

@media (min-width: 681px) and (max-width: 760px) {
  .support-section {
    min-height: 100svh;
  }

  .support-bg-word {
    top: 8vh;
    right: -12vw;
    font-size: clamp(7rem, 17vw, 12rem);
  }

  .support-inner {
    display: block;
    min-height: auto;
    padding: 0;
  }

  .support-header {
    display: grid;
    align-content: center;
    width: min(640px, 100%);
    min-height: 100svh;
    margin: 0 auto;
    padding: 72px 20px;
    text-align: center;
  }

  .support-header h2 {
    max-width: 10ch;
    margin: 0 auto;
    font-size: clamp(3.15rem, 8.4vw, 4.2rem);
    line-height: 0.94;
  }

  .support-header > p:not(.section-eyebrow) {
    width: min(580px, 100%);
    margin: 18px auto 0;
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .support-button {
    margin-top: 20px;
  }

  .support-stack-stage {
    display: grid;
    align-items: center;
    min-height: 100svh;
    padding: 72px 20px;
  }

  .support-section--resources .support-stack-stage {
    align-content: center;
    gap: 24px;
    min-height: 100svh;
    padding: 60px 20px 54px;
  }

  .support-section--resources .support-deck {
    height: min(610px, 74vh);
  }

  .resource-deck-header {
    display: flex;
    align-items: end;
    gap: 20px;
    width: 100%;
  }

  .resource-deck-header h2 {
    font-size: clamp(2.15rem, 5.4vw, 3rem);
    line-height: 0.98;
    white-space: nowrap;
  }

  .resource-deck-header p {
    max-width: 500px;
    margin-top: 10px;
    font-size: 0.82rem;
    line-height: 1.48;
  }

  .resource-deck-header .support-button {
    min-width: 178px;
    min-height: 44px;
    padding-inline: 18px;
    font-size: 0.68rem;
  }

  .support-deck {
    position: relative;
    display: block;
    width: 100%;
    height: min(650px, 82vh);
    margin: 0;
    padding-top: 58px;
    gap: 0;
    perspective: 1200px;
  }

  .support-card {
    position: absolute;
    top: 58px;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: minmax(250px, 0.95fr) minmax(260px, 1.05fr);
    gap: 24px;
    min-height: 360px;
    padding: 24px;
    border: 0;
    border-radius: 28px;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    transform:
      translate3d(0, var(--support-y), calc(var(--support-active) * 24px))
      scale(var(--support-scale)) !important;
  }

  .support-card-shape {
    display: block;
  }

  .support-card::before {
    display: none;
  }

  .support-card::after {
    display: none;
  }

  .support-tab {
    position: absolute;
    top: -58px;
    left: calc(var(--support-index) * (100% / var(--support-count, 4))) !important;
    display: inline-flex;
    width: calc((100% / var(--support-count, 4)) + 3px);
    min-width: 0;
    height: 59px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid rgba(74, 70, 67, 0.18);
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
  }

  .support-tab span {
    width: 11px;
    height: 11px;
    box-shadow: 0 0 0 5px rgba(74, 70, 67, 0.08);
  }

  .support-tab strong {
    font-size: 0.64rem;
  }

  .support-number {
    top: 22px;
    right: 26px;
    font-size: 5.3rem;
  }

  .support-image {
    min-height: 250px;
    border-radius: 20px;
  }

  .support-copy {
    align-self: center;
    padding-right: 48px;
  }

  .support-copy h3 {
    max-width: none;
    font-size: clamp(2.35rem, 5.8vw, 3.15rem);
  }

  .support-copy span {
    width: 38px;
    height: 38px;
    margin-top: 20px;
  }

  .support-copy > p:last-child {
    margin-top: 16px;
    font-size: 0.9rem;
    line-height: 1.56;
  }

  .guide-gallery-section {
    min-height: 100svh;
  }

  .guide-gallery-stage {
    min-height: 100svh;
  }

  .guide-gallery-ring {
    top: 47%;
    width: 128vw;
    aspect-ratio: 1.05;
  }

  .guide-gallery-content {
    top: 50%;
    width: min(560px, calc(100% - 46px));
  }

  .guide-gallery-content h2 {
    width: min(12ch, 100%);
    margin: 0 auto;
    font-size: clamp(1.75rem, 8.1vw, 2.45rem);
  }

  .guide-gallery-lead {
    width: min(34ch, 100%);
    margin-top: 18px;
    font-size: 0.96rem;
    line-height: 1.58;
  }

  .guide-gallery-button {
    min-height: 52px;
    margin-top: 24px;
    padding-inline: 24px;
  }

  .guide-gallery-card {
    border-radius: 22px;
    width: clamp(124px, 34vw, 162px);
    height: clamp(168px, 46vw, 220px);
  }

  .guide-gallery-card--lotus {
    --gallery-left: -16vw;
    --gallery-top: 12vh;
    --gallery-width: clamp(132px, 39vw, 168px);
    --gallery-height: clamp(190px, 56vw, 244px);
  }

  .guide-gallery-card--top-left {
    --gallery-left: 37vw;
    --gallery-top: -4vh;
    --gallery-width: clamp(128px, 35vw, 162px);
    --gallery-height: clamp(92px, 25vw, 118px);
  }

  .guide-gallery-card--top-right {
    --gallery-left: 72vw;
    --gallery-top: 8vh;
    --gallery-width: clamp(126px, 35vw, 160px);
    --gallery-height: clamp(98px, 27vw, 124px);
  }

  .guide-gallery-card--portrait {
    --gallery-right: -20vw;
    --gallery-top: 20vh;
    --gallery-width: clamp(138px, 39vw, 176px);
    --gallery-height: clamp(205px, 58vw, 260px);
  }

  .guide-gallery-card--bottom-left {
    --gallery-left: -14vw;
    --gallery-top: 73vh;
    --gallery-width: clamp(134px, 38vw, 170px);
    --gallery-height: clamp(200px, 56vw, 252px);
  }

  .guide-gallery-card--bottom-center {
    --gallery-left: 36vw;
    --gallery-top: 91vh;
    --gallery-width: clamp(126px, 36vw, 164px);
    --gallery-height: clamp(98px, 27vw, 124px);
  }

  .guide-gallery-card--bottom-right {
    --gallery-right: -18vw;
    --gallery-top: 72vh;
    --gallery-width: clamp(134px, 38vw, 170px);
    --gallery-height: clamp(198px, 56vw, 252px);
  }
}

@media (max-width: 760px) {
  .guide-gallery-section {
    min-height: 100svh;
  }

  .guide-gallery-stage {
    min-height: 100svh;
  }

  .guide-gallery-ring {
    top: 50%;
    width: 128vw;
    aspect-ratio: 1.02;
  }

  .guide-gallery-content {
    top: 50%;
    width: min(340px, calc(100% - 44px));
    text-shadow: 0 14px 36px rgba(0, 0, 0, 0.32);
  }

  .guide-gallery-content h2 {
    width: min(10.5ch, 100%);
    margin: 0 auto;
    font-size: clamp(1.9rem, 9.2vw, 2.45rem);
  }

  .guide-gallery-lead {
    width: min(32ch, 100%);
    margin-top: 18px;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .guide-gallery-button {
    min-height: 52px;
    margin-top: 24px;
    padding-inline: 24px;
  }

  .guide-gallery-card {
    border-radius: 22px;
    opacity: 0.9;
    width: clamp(124px, 34vw, 162px);
    height: clamp(168px, 46vw, 220px);
  }

  .guide-gallery-card--lotus {
    --gallery-left: -15vw;
    --gallery-top: 12vh;
    --gallery-width: clamp(132px, 39vw, 168px);
    --gallery-height: clamp(190px, 56vw, 244px);
  }

  .guide-gallery-card--top-left {
    --gallery-left: 37vw;
    --gallery-top: -4vh;
    --gallery-width: clamp(128px, 35vw, 162px);
    --gallery-height: clamp(92px, 25vw, 118px);
  }

  .guide-gallery-card--top-right {
    --gallery-left: 72vw;
    --gallery-top: 8vh;
    --gallery-width: clamp(126px, 35vw, 160px);
    --gallery-height: clamp(98px, 27vw, 124px);
  }

  .guide-gallery-card--portrait {
    --gallery-right: -20vw;
    --gallery-top: 20vh;
    --gallery-width: clamp(138px, 39vw, 176px);
    --gallery-height: clamp(205px, 58vw, 260px);
  }

  .guide-gallery-card--bottom-left {
    --gallery-left: -14vw;
    --gallery-top: 73vh;
    --gallery-width: clamp(134px, 38vw, 170px);
    --gallery-height: clamp(200px, 56vw, 252px);
  }

  .guide-gallery-card--bottom-center {
    --gallery-left: 36vw;
    --gallery-top: 91vh;
    --gallery-width: clamp(126px, 36vw, 164px);
    --gallery-height: clamp(98px, 27vw, 124px);
  }

  .guide-gallery-card--bottom-right {
    --gallery-right: -18vw;
    --gallery-top: 72vh;
    --gallery-width: clamp(134px, 38vw, 170px);
    --gallery-height: clamp(198px, 56vw, 252px);
  }
}

@media (min-width: 761px) and (max-height: 740px) {
  .hero h1 {
    font-size: clamp(3.3rem, 5.25vw, 5.15rem);
  }

  .hero-copy {
    max-width: 520px;
    line-height: 1.62;
  }

  .trust-text {
    margin-top: 18px;
  }
}

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

  .hero-media,
  .floating-words,
  .about-bg-mark,
  .organic-symbol,
  .line-art,
  .benefits-bg-word,
  .guide-bg-word,
  .resource-bg-word,
  .support-orbit-card,
  .guide-gallery-card,
  .benefit-card,
  .guide-card,
  .resource-card,
  .testimonial-card,
  .testimonials-track {
    transform: none !important;
  }

  .reveal-line,
  .reveal-item,
  .philosophy-line,
  .philosophy-word,
  .philosophy-cards,
  .philosophy-card,
  .support-card,
  .guide-gallery-card,
  .guide-section,
  .resource-section,
  .newsletter-section,
  .testimonials-header {
    opacity: 1 !important;
    transform: none !important;
  }

  .testimonials-track {
    animation: none !important;
  }

  .philosophy-word {
    color: var(--ink) !important;
  }
}
