/* hero-90-20260809 */
@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,650&family=Source+Sans+3:wght@400;600;700&display=swap");

:root {
  --pine: #1e3a2f;
  --pine-deep: #0f241c;
  --sage: #6b8f71;
  --grass: #c4a35a;
  --river: #3d5a6c;
  --snow: #f7f4ee;
  --ink: #1a1f1c;
  --muted: #4a554e;
  --line: rgba(30, 58, 47, 0.14);
  /* One content lane: same box as the nav row (max width + gutters inside). */
  --shell: 68rem;
  --gutter: 1.5rem;
  --display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --ui: "Source Sans 3", "Avenir Next", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: var(--ui);
  font-size: 1.0625rem;
  line-height: 1.6;
  background:
    radial-gradient(900px 480px at 85% -5%, rgba(107, 143, 113, 0.22), transparent 60%),
    linear-gradient(180deg, #e8efe8 0%, var(--snow) 38%, #efe9dc 100%);
  min-height: 100vh;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}
@keyframes ken {
  from { transform: scale(1.06); }
  to { transform: scale(1); }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgba(247, 244, 238, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header__row {
  width: 100%;
  max-width: var(--shell);
  margin: 0 auto;
  padding: 1rem var(--gutter);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.nav-mobile { display: none; }
.nav-mobile summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  color: var(--pine);
  padding: 0.4rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
}
.nav-mobile summary::-webkit-details-marker { display: none; }
.nav--drawer {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0.85rem 0 0.25rem;
}
.wordmark {
  font-family: var(--display);
  font-weight: 650;
  font-size: 1.45rem;
  color: var(--pine);
  text-decoration: none;
  letter-spacing: -0.02em;
}
.nav { display: flex; flex-wrap: wrap; gap: 0.75rem 1.15rem; align-items: center; }
.nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
}
.nav a[aria-current="page"], .nav a:hover { color: var(--pine); }
.nav .cta-nav {
  background: var(--pine);
  color: var(--snow) !important;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
}
.nav .cta-nav:hover { background: var(--pine-deep); }

.hero {
  position: relative;
  /* ~90% viewport: full presence, with a peek of the next band so scroll is obvious. */
  min-height: 90svh;
  min-height: 90vh;
  display: grid;
  align-items: end;
  color: var(--snow);
  overflow: hidden;
}
.hero__media {
  position: absolute;
  inset: 0;
  margin: 0;
}
.hero__media picture,
.page-hero__media picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  display: block;
  animation: ken 18s ease-out forwards;
}
.hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(15, 36, 28, 0.82) 0%, rgba(15, 36, 28, 0.45) 42%, rgba(15, 36, 28, 0.18) 70%),
    linear-gradient(180deg, rgba(15, 36, 28, 0.12) 0%, rgba(15, 36, 28, 0.35) 45%, rgba(15, 36, 28, 0.9) 100%);
}
.hero__copy {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--shell);
  margin: 0 auto;
  padding: 3rem var(--gutter) 4rem;
  animation: rise 0.9s ease-out both;
}
.hero__brand {
  font-family: var(--display);
  font-size: clamp(2.8rem, 7.5vw, 4.6rem);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.02;
  margin: 0 0 1rem;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.4);
}
.hero__lede {
  font-size: clamp(1.12rem, 2.2vw, 1.4rem);
  margin: 0 0 1.5rem;
  max-width: 34rem;
  color: rgba(247, 244, 238, 0.96);
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.5);
  font-weight: 500;
  line-height: 1.45;
}

.page-hero {
  position: relative;
  /* Match home presence: tall photo plane, not a short banner. */
  min-height: min(90svh, 880px);
  min-height: min(90vh, 880px);
  display: grid;
  align-items: end;
  color: var(--snow);
  overflow: hidden;
}
.page-hero--join {
  min-height: 90svh;
  min-height: 90vh;
}
.hero-kicker {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--grass);
}
.hero-signup {
  margin: 1rem 0 1.1rem;
  padding: 0;
  list-style: none;
  max-width: 28rem;
}
.hero-signup li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.15rem;
  font-weight: 600;
  color: rgba(247, 244, 238, 0.95);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
}
.hero-signup li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--grass);
}
.hero-price {
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 650;
  color: var(--grass);
  margin: 0 0 0.35rem;
  line-height: 1;
}
.hero-price span {
  font-family: var(--ui);
  font-size: 1rem;
  font-weight: 600;
  color: rgba(247, 244, 238, 0.85);
}
.hero-note {
  margin: 0 0 1.15rem;
  max-width: 28rem;
  font-size: 0.95rem;
  color: rgba(247, 244, 238, 0.88);
}
.page-hero__cta { margin-top: 1.25rem; }
.page-hero__lede { max-width: 34rem; }
.page-hero__media {
  position: absolute;
  inset: 0;
  margin: 0;
}
.page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  display: block;
}
/* Shelf: shorter desktop hero; phone uses stacked photo + copy (see 860px). */
.page-hero--shelf {
  min-height: min(62vh, 520px);
}
.page-hero--shelf .page-hero__media img {
  object-position: center 42%;
}
.page-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(15, 36, 28, 0.75) 0%, rgba(15, 36, 28, 0.35) 50%, rgba(15, 36, 28, 0.2) 100%),
    linear-gradient(180deg, rgba(15, 36, 28, 0.15) 0%, rgba(15, 36, 28, 0.4) 45%, rgba(15, 36, 28, 0.92) 100%);
}
.page-hero__copy {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--shell);
  margin: 0 auto;
  padding: 2.75rem var(--gutter) 3rem;
  animation: rise 0.8s ease-out both;
}
.page-hero__copy h1 {
  font-family: var(--display);
  font-size: clamp(2.2rem, 5.5vw, 3.2rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0 0 0.85rem;
  color: var(--snow);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.45);
}
.page-hero__lede {
  margin: 0;
  font-size: clamp(1.02rem, 1.8vw, 1.18rem);
  font-weight: 500;
  line-height: 1.55;
  color: rgba(247, 244, 238, 0.95);
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.45);
}
.section-title {
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  color: var(--pine);
  margin: 0 0 1.25rem;
}
.cta-row { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  border: 2px solid transparent;
  transition: transform 0.2s ease, background 0.2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--grass); color: var(--pine-deep); }
.btn-primary:hover { background: #d4b56a; }
.btn-ghost {
  background: transparent;
  color: var(--snow);
  border-color: rgba(247, 244, 238, 0.55);
}
.btn-ghost:hover { background: rgba(247, 244, 238, 0.12); }

.band {
  /* Horizontal gutters live on .inner / .split so they match the nav shell. */
  padding: 3.5rem 0;
  animation: rise 0.8s ease-out both;
}
.band--soft {
  background: rgba(30, 58, 47, 0.05);
}
.eyebrow {
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
  margin: 0 0 0.65rem;
}
.section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
}
.section-head h2 {
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  margin: 0 0 0.35rem;
  color: var(--pine);
}
.section-lede {
  margin: 0;
  color: var(--muted);
}
.collection-head {
  margin-bottom: 1.25rem;
}
.collection-head h2 {
  font-family: var(--display);
  margin: 0 0 0.25rem;
  color: var(--pine);
}
.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.pillar {
  display: block;
  text-decoration: none;
  color: inherit;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1.15rem 1.2rem 1.35rem;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.pillar:hover {
  transform: translateY(-3px);
  border-color: rgba(30, 58, 47, 0.35);
}
.pillar .kicker {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--sage);
  margin: 0 0 0.45rem;
}
.pillar h3 {
  font-family: var(--display);
  font-size: 1.35rem;
  margin: 0 0 0.4rem;
  color: var(--pine);
}
.pillar p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}
.pgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16.5rem, 1fr));
  gap: 1.5rem;
}
.pcard {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.pcard:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(15, 36, 28, 0.12);
}
/* Shelf cards stay text-only so Sinopah photography is the only pictorial language. */
.pcard-body {
  padding: 1.25rem 1.25rem 1.4rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.4rem;
}
.pcard .kicker {
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--sage);
  margin: 0;
}
.pcard h3 {
  font-family: var(--display);
  font-size: 1.25rem;
  margin: 0;
  color: var(--pine);
  line-height: 1.15;
}
.pcard-body > p { margin: 0; color: var(--muted); font-size: 0.95rem; }
.pcard-isnt {
  font-size: 0.85rem !important;
  color: var(--river) !important;
  font-weight: 600;
}
.pcard-meta {
  margin-top: auto !important;
  font-size: 0.8rem !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pine) !important;
}
.pcard a.cardlink { position: absolute; inset: 0; z-index: 1; }
.btn-text {
  display: inline-block;
  font-weight: 700;
  color: var(--pine);
  text-decoration: none;
  border-bottom: 2px solid var(--grass);
  padding-bottom: 0.15rem;
}
.btn-ghost-dark {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  border: 2px solid var(--pine);
  color: var(--pine);
  background: transparent;
}
.page-hero--short { min-height: min(70vh, 560px); }
.pillar .kicker { display: none; }
.muted { color: var(--muted); font-size: 0.92rem; }
.band--pine {
  background: var(--pine);
  color: var(--snow);
}
.band--pine .muted, .band--pine p { color: rgba(247, 244, 238, 0.9); }
.band--river {
  background: linear-gradient(135deg, var(--river), #2a4554);
  color: var(--snow);
}
.inner {
  width: 100%;
  max-width: var(--shell);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
/* Text bands: one centered reading column (not jammed to the shell’s left edge). */
.inner.prose {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}
.inner.prose > * {
  width: 100%;
  max-width: 40rem;
}
.inner.prose > table {
  max-width: min(100%, 52rem);
}
.prose { max-width: none; }
.prose h1, .band h2, .prose h2 {
  font-family: var(--display);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.prose h1 { font-size: clamp(2rem, 4.5vw, 2.75rem); margin: 0 0 0.75rem; color: var(--pine); }
/* Method and other long essays: shorter line length, more air between thoughts. */
.prose--open {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.prose--open > p {
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 0 0 1.15rem;
}
.prose--open > h2 {
  margin-top: 2.4rem;
  margin-bottom: 0.85rem;
}
.prose--open > ol,
.prose--open > ul {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
}
.prose--open > ol li,
.prose--open > ul li {
  margin: 0.45rem 0;
  line-height: 1.55;
}
.band h2, .prose h2 { font-size: 1.55rem; margin: 2rem 0 0.65rem; }
.inner.prose > h2:first-child { margin-top: 0; }
.band--pine h2, .band--river h2 { color: var(--snow); margin-top: 0; }
.lede { font-size: 1.15rem; color: var(--muted); margin: 0 0 1.25rem; }
.prose p { margin: 0 0 1rem; }
.prose a { color: var(--river); font-weight: 600; }
.band--pine a, .band--river a { color: var(--grass); }
/* Pine band was painting all <a> as grass, so .btn-primary (grass fill) lost its dark label. */
.band--pine a.btn-primary,
.band--river a.btn-primary {
  color: var(--pine-deep);
  background: var(--grass);
}
.band--pine a.btn-primary:hover,
.band--river a.btn-primary:hover {
  color: var(--pine-deep);
  background: #d4b56a;
}
.band--pine a.btn-ghost,
.band--river a.btn-ghost {
  color: var(--snow);
  border-color: rgba(247, 244, 238, 0.55);
}
.prose ul { padding-left: 1.15rem; }
.prose li { margin: 0.35rem 0; }
.prose blockquote {
  margin: 1.5rem 0;
  padding: 0.2rem 0 0.2rem 1rem;
  border-left: 3px solid var(--grass);
  color: var(--muted);
}
.prose table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  margin: 1rem 0 1.5rem;
}
.prose th, .prose td {
  text-align: left;
  padding: 0.5rem 0.4rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  width: 100%;
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.split-media { margin: 0; }
.split-media img {
  width: 100%;
  height: min(480px, 58vh);
  object-fit: cover;
  object-position: center 45%;
  display: block;
  /* Edge-to-media, same photo language as bleeds (no cardified photo). */
  border-radius: 0;
}
.split--reverse {
  direction: rtl;
}
.split--reverse > * {
  direction: ltr;
}

.band--photo { padding: 0; }
.photo-bleed {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.photo-bleed picture {
  display: block;
  width: 100%;
}
.photo-bleed img {
  width: 100%;
  max-height: min(72vh, 760px);
  min-height: min(42vh, 420px);
  object-fit: cover;
  object-position: center 45%;
  display: block;
}
/* Caption lives on the photo, not as a separate text band under it. */
.photo-bleed__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 3.5rem var(--gutter) 1.35rem;
  max-width: none;
  color: var(--snow);
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 600;
  line-height: 1.4;
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.55);
  background: linear-gradient(180deg, transparent 0%, rgba(15, 36, 28, 0.72) 55%, rgba(15, 36, 28, 0.92) 100%);
}
.photo-bleed__caption span {
  display: block;
  width: 100%;
  max-width: var(--shell);
  margin: 0 auto;
}

.tiers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.tier {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1.45rem 1.35rem 1.55rem;
  background: var(--snow);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.tier--club {
  border-color: rgba(30, 58, 47, 0.35);
  background: linear-gradient(180deg, #e7efe8 0%, var(--snow) 70%);
}
.tier-kicker {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--sage);
}
.tier h3 {
  font-family: var(--display);
  font-size: 1.55rem;
  margin: 0;
  color: var(--pine);
}
.tier-price {
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 650;
  color: var(--pine);
  margin: 0;
  line-height: 1;
}
.tier-price span {
  font-family: var(--ui);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--muted);
}
.tier p { margin: 0; color: var(--muted); }
.tier ul {
  margin: 0.25rem 0 0.5rem;
  padding-left: 1.1rem;
  color: var(--ink);
  flex: 1;
}
.tier li { margin: 0.3rem 0; }
.tier .btn { align-self: flex-start; margin-top: 0.35rem; }
.tier-note { margin: 1.25rem 0 0; }

.pack-form {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.25rem;
  max-width: 28rem;
}
.pack-form label {
  display: grid;
  gap: 0.35rem;
  font-weight: 600;
  color: var(--pine);
  font-size: 0.92rem;
}
.pack-form input {
  font: inherit;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
}
.pack-form .btn { justify-self: start; }
.pack-form-status { min-height: 1.4em; margin: 0; }
.pack-form-status.is-ok { color: var(--pine); font-weight: 600; }
.pack-form-status.is-err { color: #8b2e2e; font-weight: 600; }
.pack-form button[disabled] { opacity: 0.65; cursor: wait; }
.anchor-target {
  scroll-margin-top: 5rem;
  height: 0;
}
.split-body h2 {
  font-family: var(--display);
  font-size: clamp(1.7rem, 3.5vw, 2.3rem);
  color: var(--pine);
  margin: 0 0 0.75rem;
}
/* Breakpoints: phone / phablet / tablet / desktop */
@media (max-width: 1100px) {
  .pillars { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; }
  .split--reverse { direction: ltr; }
  .split-media img { height: min(44vh, 360px); }
  .tiers { grid-template-columns: 1fr; }
  .hero-signup { max-width: none; }

  /*
   * Phone heroes: PHOTO BOX (fixed height, overflow clipped) then COPY BAND (opaque).
   * Do not use aspect-ratio + max-height together — the media box can collapse and the
   * image overflows under the pine-colored text (illegible on grass).
   */
  .hero,
  .page-hero--join,
  .page-hero--shelf {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    min-height: 0;
    color: var(--pine);
    background: var(--snow);
  }

  .hero__media,
  .page-hero--join .page-hero__media,
  .page-hero--shelf .page-hero__media {
    position: relative;
    inset: auto;
    flex: 0 0 auto;
    width: 100%;
    height: min(52svh, 440px);
    margin: 0;
    overflow: hidden;
    background: var(--pine-deep);
  }
  .page-hero--join .page-hero__media {
    height: min(42svh, 360px);
  }
  .page-hero--shelf .page-hero__media {
    height: min(48svh, 400px);
  }

  .hero__media picture,
  .page-hero--join .page-hero__media picture,
  .page-hero--shelf .page-hero__media picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .hero__media img,
  .page-hero--join .page-hero__media img,
  .page-hero--shelf .page-hero__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: none;
  }
  /* Bias crop toward Sinopah (lower third of the mobile masters). */
  .hero__media img { object-position: center 78%; }
  .page-hero--join .page-hero__media img { object-position: center 60%; }
  .page-hero--shelf .page-hero__media img { object-position: center 55%; }

  .hero__shade,
  .page-hero--join .page-hero__shade,
  .page-hero--shelf .page-hero__shade {
    display: none !important;
  }

  .hero__copy,
  .page-hero--join .page-hero__copy,
  .page-hero--shelf .page-hero__copy {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 1.35rem var(--gutter) 1.75rem;
    color: var(--pine);
    background: var(--snow);
    animation: none;
  }

  .hero__brand,
  .page-hero--join .page-hero__copy h1,
  .page-hero--join .hero-kicker,
  .page-hero--shelf .page-hero__copy h1 {
    color: var(--pine);
    text-shadow: none;
  }
  .hero__brand {
    font-size: clamp(2.35rem, 11vw, 3.1rem);
    margin-bottom: 0.65rem;
  }
  .hero__lede,
  .page-hero--join .page-hero__lede,
  .page-hero--join .hero-note,
  .page-hero--join .hero-signup li,
  .page-hero--shelf .page-hero__lede {
    color: var(--muted);
    text-shadow: none;
    max-width: none;
  }
  .hero__lede { margin-bottom: 1.15rem; }
  .page-hero--shelf .page-hero__lede { font-size: 1.02rem; }
  .page-hero--shelf .page-hero__copy h1 { margin-bottom: 0.45rem; }

  .page-hero--join .hero-signup li::before { background: var(--sage); }
  .page-hero--join .hero-price { color: var(--pine); }
  .page-hero--join .hero-price span { color: var(--muted); }

  .hero .btn-ghost,
  .page-hero--join .btn-ghost {
    color: var(--pine);
    border-color: rgba(30, 58, 47, 0.35);
    background: transparent;
  }
  .hero .btn-ghost:hover,
  .page-hero--join .btn-ghost:hover {
    background: rgba(30, 58, 47, 0.06);
  }

  .page-hero__media img { object-position: center 58%; }
}
@media (max-width: 640px) {
  :root { --gutter: 1.15rem; }
  .hero__brand { font-size: clamp(2.4rem, 12vw, 3.4rem); }
  .hero__lede, .page-hero__lede { font-size: 1.05rem; max-width: none; }
  .cta-row { gap: 0.65rem; }
  .cta-row .btn { width: 100%; text-align: center; }
  .hero-price { font-size: 2.1rem; }
  .section-head { flex-direction: column; align-items: flex-start; }
}

.price {
  display: inline-block;
  font-family: var(--display);
  font-size: 2.5rem;
  font-weight: 650;
  color: var(--grass);
  line-height: 1;
  margin: 0.5rem 0 0.25rem;
}
.price span { font-size: 1rem; font-family: var(--ui); font-weight: 600; color: rgba(247,244,238,0.85); }

.site-footer {
  padding: 2.75rem 0 3rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.95rem;
  background: rgba(30, 58, 47, 0.04);
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 2rem;
}
.foot-wordmark {
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 650;
  color: var(--pine);
  margin: 0 0 0.5rem;
}
.foot-col h4 {
  font-family: var(--ui);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 0.65rem;
  color: var(--pine);
}
.foot-col a {
  display: block;
  color: var(--river);
  text-decoration: none;
  font-weight: 600;
  margin: 0.3rem 0;
}
.foot-col a:hover { color: var(--pine); }
.foot-note { margin: 0.85rem 0 0; font-size: 0.88rem; color: var(--muted); }

.page-hero-lite {
  padding: 3rem 0 1rem;
}
.page-hero-lite h1 {
  font-family: var(--display);
  font-size: clamp(2.1rem, 5vw, 3rem);
  color: var(--pine);
  margin: 0 0 0.5rem;
}
.figure-rail {
  margin: 0 0 2rem;
}
.figure-rail img {
  width: 100%;
  max-height: 48vh;
  object-fit: cover;
  display: block;
}

@media (max-width: 860px) {
  .nav--desktop { display: none; }
  .nav-mobile { display: block; margin-left: auto; }
  .foot-grid { grid-template-columns: 1fr; gap: 1.75rem; }
}
@media (max-width: 560px) {
  .pillars { grid-template-columns: 1fr; }
  .pgrid { grid-template-columns: 1fr; }
  .site-header__row { padding-top: 0.85rem; padding-bottom: 0.85rem; }
  .band { padding: 2.75rem 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, .hero__media img { animation: none !important; }
}
