/* ============================================================
   Scapes — home.css
   Homepage-specific patterns: hero, premise, founder, grids.
   ============================================================ */

/* ============================================================
   HERO — full-bleed photographic opener with Ken-Burns
   ============================================================ */
.hp-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}
.hp-hero__plate { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hp-hero__plate-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: saturate(0.88) brightness(0.72) contrast(1.04);
  animation: hpHeroKen 24s var(--ease-out) forwards;
}
.hp-hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom,
      rgba(10,8,7,0.20) 0%,
      rgba(10,8,7,0.05) 32%,
      rgba(10,8,7,0.55) 78%,
      rgba(10,8,7,0.92) 100%);
}
.hp-hero__inner {
  position: relative; z-index: 2;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: clamp(80px, 14vw, 160px) clamp(24px, 4vw, 80px) clamp(60px, 9vw, 120px);
}
.hp-hero__title {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(50px, 7vw, 112px);
  line-height: 0.98; letter-spacing: -0.022em;
  color: var(--linen);
  margin: clamp(24px, 3vw, 36px) 0 0;
  max-width: 18ch; text-wrap: balance;
}
.hp-hero__title em {
  font-style: normal;  font-weight: 400;
  color: var(--scapes-sandstone);
}
.hp-hero__lead {
  font-family: var(--font-text); font-style: normal;
  font-weight: 400;
  font-size: clamp(18px, 1.9vw, 26px);
  line-height: 1.5;
  color: var(--linen); opacity: 0.92;
  max-width: 44ch; text-wrap: pretty;
  margin: clamp(24px, 3vw, 36px) 0 0;
}
.hp-hero__actions {
  margin-top: clamp(36px, 4.4vw, 56px);
  display: flex; flex-wrap: wrap; gap: 14px;
}
.hp-hero__scroll-cue {
  position: absolute; left: 50%; bottom: clamp(40px, 8vh, 84px);
  transform: translateX(-50%);
  z-index: 2;
  display: flex; flex-direction: column; align-items: center;
  pointer-events: none;
  opacity: 1;
}
.hp-hero__scroll-hand {
  --hand-w: clamp(120px, 13vw, 180px);
  opacity: 0;
  animation: hpHeroHandIn 1700ms var(--ease-out) 1400ms forwards,
             hpHeroHandBob 3400ms var(--ease-in-out) 3200ms infinite;
}
@keyframes hpHeroHandIn { to { opacity: 0.2; } }
@keyframes hpHeroHandBob {
  0%, 100% { transform: translateY(0); opacity: 0.16; }
  50%      { transform: translateY(9px); opacity: 0.26; }
}
.hp-hero__scroll-cue::after {
  content: none;
}
@keyframes hpHeroKen { from { transform: scale(1.08); } to { transform: scale(1.0); } }
@keyframes hpHeroCue { to { opacity: 1; } }
@keyframes hpHeroCueFall {
  0%   { background-position: 0 -60%, 0 0; }
  100% { background-position: 0 160%, 0 0; }
}
@media (prefers-reduced-motion: reduce) {
  .hp-hero__scroll-hand { animation: none; opacity: 0.2; }
}

/* ============================================================
   PREMISE — calm prose section
   ============================================================ */
.hp-premise {
  /* fade in from the hero's dark base, then settle to the charcoal body */
  background: linear-gradient(to bottom, var(--ink) 0, var(--charcoal) clamp(140px, 16vw, 240px));
  padding: clamp(72px, 9vw, 124px) clamp(24px, 4vw, 80px) clamp(36px, 4vw, 56px);
}
/* Close the big empty band between the Premise and the puzzle (Jason m0044) —
   the two sections' stacked padding left ~264px of dead space. */
#anatomy.section--inset { padding-top: clamp(40px, 4.5vw, 64px); }
/* Same treatment BELOW the puzzle (Jason m0048) — the caption + The Work's
   stacked padding left ~228px of negative space under the pieces. */
#anatomy.section--inset { padding-bottom: clamp(28px, 3vw, 44px); }
section[aria-labelledby="work-title"].section--inset { padding-top: clamp(44px, 5vw, 76px); }
/* Round 2 (Jason m0044) — kill the ~250px dead bands stacked below the two
   centered "See the…" CTAs: trim the host section's bottom padding AND the
   next inset section's top padding so the rhythm tightens. */
section[aria-labelledby="work-title"].section--inset { padding-bottom: clamp(24px, 3vw, 40px); }
section[aria-label="Root Juice"] { padding-bottom: clamp(40px, 5vw, 72px); }
section[aria-labelledby="products-title"].section--inset { padding-top: clamp(40px, 5vw, 68px); }
.hp-premise__inner {
  max-width: 1480px; margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: start;
}
@media (max-width: 880px) { .hp-premise__inner { grid-template-columns: 1fr; } }
.hp-premise__body p {
  font-family: var(--font-text);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.72; color: var(--linen);
  max-width: 62ch; text-wrap: pretty;
}
.hp-premise__body p em {
   font-style: normal;
  font-weight: 600; color: var(--scapes-sandstone);
  font-size: 1em;
}
.hp-premise__body p + p { margin-top: 1.2em; }

/* ============================================================
   FOUNDER'S NOTE — short, declarative lines
   ============================================================ */
.hp-founder {
  /* top stays ink to meet the anatomy plan above; bottom fades to the
     charcoal body so the seam into Programs dissolves */
  background: linear-gradient(to bottom,
    var(--ink) 0,
    var(--ink) calc(100% - clamp(72px, 9vw, 140px)),
    var(--charcoal) 100%);
  padding: clamp(56px, 7vw, 100px) clamp(24px, 6vw, 96px);
}
.hp-founder__inner {
  max-width: 1180px; margin: 0 auto;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: clamp(24px, 3.4vw, 52px);
  align-items: start;
}
.hp-founder__tag {
  font-family: var(--font-body); font-size: 11px;
  letter-spacing: 0.4em; text-transform: uppercase;
  color: var(--stone); font-weight: 500;
  writing-mode: vertical-rl;
  padding-top: 8px;
}
.hp-founder__lines {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(27px, 3.3vw, 44px);
  line-height: 1.14; letter-spacing: -0.015em;
  color: var(--linen);
  max-width: 34ch; text-wrap: balance;
  margin: 0;
}
.hp-founder__lines em {
  font-style: normal;  font-weight: 400;
  color: var(--scapes-sandstone);
}
.hp-founder__line + .hp-founder__line { margin-top: 0.08em; display: block; }
.hp-founder__closing {
  margin-top: clamp(28px, 3vw, 40px);
  font-family: var(--font-body); font-size: 12.5px;
  letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--scapes-sandstone); font-weight: 500;
  line-height: 1.7; max-width: 52ch;
}
.hp-founder__signature {
  margin-top: clamp(16px, 1.6vw, 22px);
  font-family: var(--font-body); font-style: normal; font-weight: 400;
  font-size: clamp(19px, 1.4vw, 22px); color: var(--mist);
  letter-spacing: 0.01em;
}

/* ============================================================
   GRID CARDS — used by Programs, Products, Triptych
   ============================================================ */
.hp-cardgrid { display: grid; gap: clamp(16px, 2vw, 28px); }
.hp-cardgrid--programs { grid-template-columns: repeat(6, 1fr); }
.hp-cardgrid--products { grid-template-columns: repeat(4, 1fr); }

/* Planting Moon card — illustrated, not photographed. Two stacked
   tinted CSS moons read as the seasonal range of the calendar. */
.hp-card__photo--moon {
  background: radial-gradient(ellipse 90% 60% at 50% 110%, #2a2018, var(--ink)) !important;
  position: relative;
  overflow: hidden;
}
.hp-card__moon {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 36%,
    currentColor 0%,
    color-mix(in oklab, currentColor 90%, #2a1d12) 80%,
    color-mix(in oklab, currentColor 55%, #0a0805) 100%);
  filter: drop-shadow(0 0 22px color-mix(in oklab, currentColor 40%, transparent));
}
.hp-card__moon--harvest {
  color: #e69a48;
  width: 64%;
  aspect-ratio: 1 / 1;
  left: -8%;
  bottom: -22%;
}
.hp-card__moon--cold {
  color: #d6dceb;
  width: 38%;
  aspect-ratio: 1 / 1;
  right: 12%;
  top: 14%;
  filter: drop-shadow(0 0 18px rgba(214,220,235,0.32));
}
@media (max-width: 1100px) { .hp-cardgrid--programs { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 1280px) { .hp-cardgrid--products  { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 980px)  { .hp-cardgrid--products  { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px)  { .hp-cardgrid--programs { grid-template-columns: 1fr; } }
@media (max-width: 540px)  { .hp-cardgrid--products  { grid-template-columns: 1fr; } }

.hp-card {
  display: block;
  text-decoration: none; border-bottom: none;
  background: var(--loam);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color 520ms var(--ease-out),
              transform 1100ms var(--ease-out),
              box-shadow 1100ms var(--ease-out);
}
.hp-card:hover, .hp-card:focus-visible {
  border-color: var(--border-strong);
  transform: translateY(-2px);
  box-shadow: 0 0 80px -30px rgba(196,119,60,0.45);
  outline: none;
}
.hp-card--span-2 { grid-column: span 2; }
@media (max-width: 720px) { .hp-card--span-2 { grid-column: span 1; } }

.hp-card__photo {
  aspect-ratio: 5 / 4;
  background-size: cover; background-position: center;
  filter: saturate(0.9) brightness(0.78);
  transition: filter 1100ms var(--ease-out), transform 1100ms var(--ease-out);
}
.hp-card:hover .hp-card__photo { filter: saturate(1.0) brightness(0.86); transform: scale(1.02); }
/* The Society portal — the rain-wings figure, framed high so the raised hands
   and wings hold the card; a touch warmer + deeper so it reads like its world. */
.hp-card__photo--society {
  background-position: center 22%;
  filter: saturate(1.04) contrast(1.03) brightness(0.96);
}
.hp-card:hover .hp-card__photo--society { filter: saturate(1.12) contrast(1.04) brightness(0.9); transform: scale(1.03); }
.hp-card__body {
  padding: clamp(20px, 2.2vw, 28px) clamp(20px, 2.2vw, 28px) clamp(24px, 2.6vw, 32px);
}
.hp-card__eyebrow {
  font-family: var(--font-body); font-size: 10px;
  letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--scapes-sandstone); font-weight: 500;
}
.hp-card__title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(22px, 1.8vw, 28px);
  line-height: 1.15; letter-spacing: -0.008em;
  color: var(--linen);
  margin: 14px 0 0; text-wrap: balance; max-width: 16ch;
}
.hp-card__title em { font-style: normal;  color: var(--scapes-sandstone); }
.hp-card__lead {
  font-family: var(--font-text); font-size: 14px; line-height: 1.7;
  color: var(--mist); margin: 14px 0 0; max-width: 42ch;
}
.hp-card__link {
  margin-top: 22px;
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--linen); font-weight: 500;
  transition: color 320ms var(--ease-out);
}
.hp-card:hover .hp-card__link { color: var(--scapes-sandstone); }
.hp-card__link .arrow { transition: transform 520ms var(--ease-out); }
.hp-card:hover .hp-card__link .arrow { transform: translateX(6px); }

/* ============================================================
   BASICS — three named layers (condensed from the full service set)
   ============================================================ */

/* ============================================================
   HOME LADDER — Root · Compose · Elevate grouped under their
   emblems. Each tier: a clickable emblem header → its Programs
   section, then its services & programs as individual clickable
   items. Replaces the flat program row + the old layer cards.
   ============================================================ */
.hp-ladder { display: flex; flex-direction: column; gap: clamp(46px, 5.4vw, 84px); margin-top: clamp(40px, 5vw, 64px); }
.hp-tier__head {
  display: flex; align-items: center; gap: clamp(18px, 2.2vw, 30px);
  text-decoration: none; padding-bottom: clamp(20px, 2.2vw, 28px);
  border-bottom: 1px solid rgba(202,182,134,0.16);
  transition: border-color 360ms var(--ease-out);
}
.hp-tier__head:hover { border-color: rgba(202,182,134,0.42); }
.hp-tier__head:focus-visible { outline: 2px solid var(--scapes-sandstone); outline-offset: 4px; }
.hp-tier__emblem { flex: none; width: clamp(60px, 6.6vw, 86px); }
.hp-tier__emblem img { width: 100%; height: auto; display: block; }
.hp-tier__headtext { flex: 1 1 auto; min-width: 0; }
.hp-tier__verb {
  display: flex; align-items: center; gap: 11px; margin: 0;
  font-family: var(--font-body); font-size: 10px; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--scapes-sandstone); font-weight: 500;
}
.hp-tier__verb .num { font-style: normal; font-weight: 300; font-size: 13px; color: var(--bronze); letter-spacing: 0; }
.hp-tier__name {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(30px, 3.8vw, 50px); line-height: 1; letter-spacing: -0.01em;
  color: var(--linen); margin: 10px 0 0;
}
.hp-tier__name em { font-style: italic; color: var(--scapes-sandstone); }
.hp-tier__tag { font-family: var(--font-body); font-style: italic; color: var(--mist); font-size: clamp(14px,1.4vw,16px); margin: 9px 0 0; }
.hp-tier__go {
  flex: none; align-self: center; font-family: var(--font-body);
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--scapes-sandstone); display: inline-flex; align-items: center; gap: 9px; white-space: nowrap;
}
.hp-tier__head:hover .hp-tier__go .arrow { transform: translateX(4px); }
.hp-tier__chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: clamp(20px, 2.2vw, 28px); }
.hp-svc {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-body); font-size: 12px; letter-spacing: 0.01em; color: var(--mist);
  background: var(--loam); border: 1px solid rgba(202,182,134,0.12);
  border-radius: 999px; padding: 5px 13px; text-decoration: none;
  transition: border-color 280ms var(--ease-out), background 280ms var(--ease-out), color 280ms var(--ease-out), transform 280ms var(--ease-out);
}
.hp-svc:hover { border-color: var(--scapes-sandstone); background: var(--bark); color: var(--linen); transform: translateY(-1px); }
.hp-svc--lead { border-color: rgba(202,182,134,0.42); font-weight: 600; color: var(--linen); }
.hp-tier__cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(16px, 1.8vw, 24px); margin-top: clamp(22px, 2.4vw, 32px); }
@media (max-width: 760px) { .hp-tier__cards { grid-template-columns: 1fr; } }

.hp-layers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 1.6vw, 22px);
}
@media (max-width: 880px) { .hp-layers { grid-template-columns: 1fr; } }

.hp-layer {
  position: relative; isolation: isolate;
  display: flex; flex-direction: column;
  padding: clamp(30px, 3vw, 44px) clamp(26px, 2.6vw, 36px);
  background:
    radial-gradient(120% 82% at 50% -12%, rgba(202,182,134,0.07), transparent 60%),
    var(--loam);
  border: 1px solid rgba(202,182,134,0.10);
  border-radius: var(--radius-lg);
  box-shadow: 0 22px 52px -34px rgba(0,0,0,0.72);
  text-decoration: none;
  transition: background 360ms var(--ease-out), border-color 360ms var(--ease-out),
              transform 360ms var(--ease-out), box-shadow 360ms var(--ease-out);
}
/* Feathered accent line along the top — a soft glow, never a hard edge. */
.hp-layer::after {
  content: ""; position: absolute; left: 12%; right: 12%; top: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(202,182,134,0.55), transparent);
  opacity: 0.55; pointer-events: none;
}
.hp-layer:hover {
  background:
    radial-gradient(120% 82% at 50% -12%, rgba(202,182,134,0.13), transparent 60%),
    var(--bark);
  border-color: rgba(202,182,134,0.28);
  transform: translateY(-3px);
  box-shadow: 0 32px 64px -32px rgba(0,0,0,0.82);
  outline: none;
}
.hp-layer:focus-visible {
  outline: 2px solid var(--scapes-sandstone);
  outline-offset: 3px;
}
.hp-layer__icon {
  display: inline-flex; align-items: center; width: clamp(66px, 7vw, 88px); height: auto;
}
.hp-layer__icon img { width: 100%; height: auto; display: block; }
.hp-layer__verb {
  display: flex; align-items: center; gap: 12px; margin: 20px 0 0;
  font-family: var(--font-body); font-size: 10px; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--scapes-sandstone); font-weight: 500;
}
.hp-layer__num {
  font-family: var(--font-body); font-style: normal; font-weight: 300;
  font-size: 13px; line-height: 1; color: var(--bronze);
  letter-spacing: 0;
}
.hp-layer__title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(24px, 2.1vw, 30px); line-height: 1.12;
  letter-spacing: -0.01em; color: var(--linen);
  margin: 16px 0 0;
}
.hp-layer__title em { font-style: italic; color: var(--scapes-sandstone); }
.hp-layer__desc {
  font-family: var(--font-body); font-size: 14px; line-height: 1.62;
  color: var(--mist); margin: 12px 0 0; text-wrap: pretty;
}
.hp-layer__set {
  font-family: var(--font-body); font-size: 11.5px; line-height: 1.7;
  letter-spacing: 0.01em; color: var(--stone); margin: 18px 0 0;
}
.hp-layer__link {
  font-family: var(--font-body); font-size: 11px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--scapes-sandstone);
  margin-top: auto; padding-top: 22px;
  display: inline-flex; align-items: center; gap: 8px;
}

/* ============================================================
   REPORT CARD — soil intelligence proof block
   ============================================================ */
/* ROOT JUICE — the diagnosis (report) hands off to the prescription.
   No box, no hard border: the report floats on a warm shadow and the
   type carries the weight (Jason m0016/m0027). */
.rj__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
@media (max-width: 900px) { .rj__inner { grid-template-columns: 1fr; gap: clamp(36px, 8vw, 56px); } }

/* The report image — floated, feathered into the charcoal, no border box.
   Capped so it reads as a tasteful artifact, not a wall (Jason m0178). */
.rj__report {
  margin: 0 auto; position: relative;
  width: 100%; max-width: 380px;
  border-radius: 10px; overflow: hidden;
  box-shadow: 0 60px 130px -55px rgba(0,0,0,0.82), 0 8px 30px -18px rgba(0,0,0,0.6);
  transform: rotate(-1.1deg);
  transition: transform 600ms var(--ease-out);
}
.rj__report:hover { transform: rotate(0deg) scale(1.012); }
/* Keep the tilt THROUGH the reveal — .reveal.is-visible{transform:none} was
   flattening the document. Carry rotate(-1.1deg) in every reveal state, only
   straightening on hover. (Jason m0065 — match the root-juice report.) */
.rj__report.reveal { transform: rotate(-1.1deg) translateY(20px); }
.rj__report.reveal.is-visible { transform: rotate(-1.1deg); }
.rj__report.reveal.is-visible:hover { transform: rotate(0deg) scale(1.012); }
.rj__report img { display: block; width: 100%; height: auto; }
/* feather the lower edge so the report melts into the section, not a hard cut */
.rj__report::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(to bottom, transparent 48%, rgba(22,18,14,0.72) 82%, var(--charcoal, #16120e) 100%),
    radial-gradient(120% 80% at 50% 0%, transparent 60%, rgba(22,18,14,0.4) 100%);
}
.rj__report-cap {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap;
  padding: clamp(16px, 2vw, 22px) clamp(18px, 2.2vw, 26px);
  font-family: var(--font-text); font-style: italic;
  font-size: clamp(13px, 1.05vw, 15px); line-height: 1.4;
  color: var(--mist);
}
.rj__report-tag {
  font-family: var(--font-body); font-style: normal; font-weight: 600;
  font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--scapes-sandstone);
  padding: 5px 10px; border-radius: 4px;
  background: rgba(22,18,14,0.6); backdrop-filter: blur(6px);
  border: 1px solid var(--border);
}

/* The prescription copy — big type carries it.
   Emblem + eyebrow ride together as one left-aligned lockup so the mark
   belongs to the program name instead of floating centered above it (Jason m0202). */
.rj__lockup { display: flex; align-items: center; gap: clamp(13px, 1.3vw, 18px); margin: 0 0 clamp(20px, 2.4vw, 30px); }
.rj__emblem { width: clamp(54px, 5.4vw, 72px); height: auto; margin: 0; flex: none;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,0.5)); }
.rj__eyebrow { margin: 0; }
.rj__eyebrow::before { display: none; }
.rj__title {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(52px, 7vw, 104px);
  line-height: 0.94; letter-spacing: -0.02em;
  color: var(--linen); margin: 0; position: relative;
}
.rj__title em { font-style: italic; color: var(--scapes-sandstone); }
.rj__tm {
  font-family: var(--font-body); font-weight: 500;
  font-size: 0.18em; vertical-align: super;
  letter-spacing: 0; color: var(--bronze);
  margin-left: 0.15em;
}
.rj__lead {
  font-family: var(--font-text); font-weight: 400;
  font-size: clamp(17px, 1.45vw, 21px); line-height: 1.6;
  color: var(--mist); margin: 28px 0 0; max-width: 46ch;
}
.rj__lead em { font-style: italic; color: var(--linen); }
/* the all-organic / Houston-partner flag on the front door (Jason m0103/m0105) */
.rj__organic-line {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-size: 12px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--bronze-soft);
  margin: clamp(20px, 2.2vw, 28px) 0 0;
}
.rj__organic-line b { color: var(--linen); font-weight: 600; letter-spacing: 0.08em; }
.rj__organic-text { min-width: 0; }
.rj__organic-dot {
  flex: none; width: 11px; height: 11px; border-radius: 50%;
  border: 1px solid var(--firelight); box-shadow: inset 0 0 0 2.5px rgba(0,0,0,0.25);
}
.rj__creed {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(26px, 2.8vw, 40px); line-height: 1.12;
  letter-spacing: -0.012em; color: var(--linen);
  margin: clamp(28px, 3vw, 40px) 0 0;
  padding-top: clamp(24px, 3vw, 36px);
  border-top: 1px solid var(--border);
  text-wrap: balance;
}
.rj__creed em { font-style: italic; color: var(--firelight); }
.rj__cta { margin-top: clamp(28px, 3vw, 36px); }

/* legacy report-card styles (retired Jason m0027) — kept below, unused
   ============================================================ */
  margin-top: clamp(40px, 5vw, 64px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  background: var(--loam);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(32px, 5vw, 64px);
}
@media (max-width: 880px) { .hp-report { grid-template-columns: 1fr; padding: clamp(28px, 5vw, 40px); } }
.hp-report__title {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.1; letter-spacing: -0.012em;
  color: var(--linen);
  margin: 24px 0 0; text-wrap: balance; max-width: 16ch;
}
.hp-report__title em { font-style: normal;  color: var(--scapes-sandstone); }
.hp-report__lead {
  font-family: var(--font-text); font-style: normal; font-weight: 400;
  font-size: clamp(17px, 1.4vw, 20px); line-height: 1.55;
  color: var(--mist); margin: 22px 0 0; max-width: 42ch;
}
.hp-report__meta {
  margin-top: 28px;
  display: flex; flex-wrap: wrap; gap: 10px 14px;
  font-family: var(--font-body); font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--stone); font-weight: 500;
}
.hp-report__meta .dot { color: var(--divider); }
.hp-report__figure {
  margin: 0; background: var(--charcoal);
  border: 1px solid var(--border); border-radius: 8px;
  overflow: hidden; position: relative;
  box-shadow: 0 40px 100px -50px rgba(0,0,0,0.7);
}
.hp-report__figure img { display: block; width: 100%; height: auto; }
.hp-report__figcap {
  position: absolute; top: 12px; right: 12px;
  font-family: var(--font-body); font-size: 10px;
  letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--scapes-sandstone); font-weight: 500;
  background: rgba(22,18,14,0.78);
  backdrop-filter: blur(8px);
  padding: 6px 10px; border-radius: 4px;
  border: 1px solid var(--border);
}

/* ============================================================
   DISCIPLINES — "every surface," as a uniform icon grid
   (replaced the 3 mismatched photos — Jason m0019/m0024)
   ============================================================ */
.hp-disciplines {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 1.5vw, 18px);
  max-width: 980px;
}
.hp-discipline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(12px, 1.4vw, 16px);
  padding: clamp(24px, 2.6vw, 34px) 14px;
  background: var(--loam);
  border: 1px solid rgba(202, 182, 134, 0.13);
  text-align: center;
  transition: border-color 420ms var(--ease-out),
              background 420ms var(--ease-out),
              transform 420ms var(--ease-out);
}
.hp-discipline__icon {
  width: clamp(28px, 3vw, 34px);
  height: clamp(28px, 3vw, 34px);
  color: var(--scapes-sandstone);
  transition: color 420ms var(--ease-out), transform 420ms var(--ease-out);
}
.hp-discipline__icon svg { width: 100%; height: 100%; display: block; }
.hp-discipline__label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--scapes-sandstone-dk);
  transition: color 420ms var(--ease-out);
}
.hp-discipline:hover {
  border-color: rgba(202, 182, 134, 0.34);
  background: #1d1812;
}
.hp-discipline:hover .hp-discipline__icon { color: var(--firelight); transform: translateY(-3px); }
.hp-discipline:hover .hp-discipline__label { color: var(--scapes-sandstone); }
@media (max-width: 760px) { .hp-disciplines { grid-template-columns: repeat(2, 1fr); max-width: 420px; } }

/* ============================================================
   THE CONTINUE SEAM — replaces the terminal "See the work" button
   at the foot of The Work (Jason m0223/m0227). A centered button
   alone in whitespace read as the end of the page; this reads as
   "keep going," names the next section, and pulls the eye down so
   visitors reach Dirt Church / Root Juice / Aquarius / Begin.
   ============================================================ */
.hp-continue {
  margin-top: clamp(10px, 1.4vw, 18px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.hp-continue__next {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  text-align: center;
  padding: 6px 8px;
}
.hp-continue__lead {
  font-family: var(--font-body, 'Manrope', sans-serif);
  font-size: 10.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--stone, #9c948a);
}
.hp-continue__name {
  font-family: var(--font-display, 'Cormorant Garamond', serif);
  font-weight: 300;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--linen, #ebe3d2);
  transition: color 300ms ease;
}
.hp-continue__next:hover .hp-continue__name,
.hp-continue__next:focus-visible .hp-continue__name { color: var(--scapes-sandstone, #cab686); }
.hp-continue__chev {
  display: inline-flex;
  color: var(--firelight, #e0a268);
  width: 26px; height: 26px;
  animation: hpContinueBob 2.2s ease-in-out infinite;
}
.hp-continue__next:hover .hp-continue__chev { animation-duration: 1.1s; }
.hp-continue__chev svg { width: 100%; height: 100%; }
.hp-continue__aside {
  font-family: var(--font-body, 'Manrope', sans-serif);
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: var(--stone, #9c948a);
  text-decoration: none;
  transition: color 240ms ease;
}
.hp-continue__aside:hover,
.hp-continue__aside:focus-visible { color: var(--linen, #ebe3d2); }
@keyframes hpContinueBob {
  0%, 100% { transform: translateY(-2px); }
  50%      { transform: translateY(4px); }
}
@media (prefers-reduced-motion: reduce) {
  .hp-continue__chev { animation: none; }
}

/* ============================================================
   MANIFESTO PULL — full-bleed editorial quote
   ============================================================ */
.hp-pull {
  background: linear-gradient(to bottom,
    var(--charcoal) 0,
    var(--ink) clamp(80px, 10vw, 150px),
    var(--ink) 100%);
  padding: clamp(88px, 10vw, 140px) clamp(24px, 4vw, 80px);
  text-align: center;
}
.hp-pull__inner { max-width: 1280px; margin: 0 auto; }
.hp-pull__quote {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(48px, 7vw, 120px);
  line-height: 1.0; letter-spacing: -0.022em;
  color: var(--linen);
  margin: 0; text-wrap: balance;
}
.hp-pull__quote em {
  font-style: normal;  font-weight: 400;
  color: var(--scapes-sandstone);
}
.hp-pull__quote .muted { color: var(--mist); display: block; font-size: 0.6em; margin-top: 0.6em; }

/* ============================================================
   CTA — final block before footer
   ============================================================ */
.hp-cta {
  position: relative; isolation: isolate;
  /* charcoal at top to meet the Founder's note, deepening to ink at the bottom so
     it lands on the same value as the footer below — no hard seam (Jason m0127) */
  background: linear-gradient(to bottom, var(--charcoal) 0%, var(--charcoal) 52%, var(--ink) 100%);
  padding: clamp(88px, 10vw, 140px) clamp(24px, 4vw, 80px) clamp(48px, 5vw, 72px);
  overflow: hidden;
}
.hp-cta__plate { position: absolute; inset: 0; z-index: 0; overflow: hidden;
  /* feather BOTH the top and bottom of the photo so it emerges from the charcoal
     above and melts into the footer below — no hard box edges (Jason m0094) */
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 clamp(72px, 9vw, 150px), #000 calc(100% - clamp(56px, 7vw, 120px)), transparent 100%);
          mask-image: linear-gradient(to bottom, transparent 0, #000 clamp(72px, 9vw, 150px), #000 calc(100% - clamp(56px, 7vw, 120px)), transparent 100%); }
/* where the footer follows the homepage CTA, the CTA already deepens to ink —
   drop the divider line so the two melt together (Jason m0127; selector fixed
   m0079 — footer is a sibling of <main>, not of .hp-cta) */
.hp-cta + .site-foot,
main:has(.hp-cta) + .site-foot { border-top: none; }
.hp-cta__plate-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: saturate(0.85) brightness(0.55);
}
.hp-cta__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(10,8,7,0.62) 0%, rgba(10,8,7,0.88) 100%);
}
.hp-cta__inner { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; }
.hp-cta__title {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(40px, 5.6vw, 84px);
  line-height: 1.04; letter-spacing: -0.018em;
  color: var(--linen);
  margin: clamp(20px, 2vw, 28px) 0 0;
  max-width: 20ch; text-wrap: balance;
}
.hp-cta__title em { font-style: normal;  color: var(--scapes-sandstone); }
.hp-cta__lead {
  font-family: var(--font-text); font-style: normal;
  font-weight: 400;
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.55; color: var(--linen); opacity: 0.92;
  max-width: 56ch; text-wrap: pretty;
  margin: clamp(24px, 2.4vw, 32px) 0 0;
}
.hp-cta__actions { margin-top: clamp(36px, 4vw, 56px); display: flex; flex-wrap: wrap; gap: 14px; }

/* ============================================================
   AQUARIUS — studio-intelligence promo strip
   A slim editorial promo between Studio and Pull. Small but
   intentional — a single ember dot + italic line + CTA.
   ============================================================ */
.hp-afterhours {
  position: relative;
  overflow: visible;
  padding: clamp(96px, 11vw, 156px) clamp(24px, 4vw, 80px) clamp(96px, 11vw, 156px);
  /* Segmented as its own after-hours panel — but SOFT, not a hard rule. The deeper
     center feathers back up to the page value at both ends so Aquarius reads as a
     distinct darker strip that melts in rather than being cut by a line (Jason m0093). */
  background:
    radial-gradient(120% 62% at 12% 62%, rgba(40,30,18,0.34), transparent 58%),
    linear-gradient(to bottom,
      transparent 0,
      #0c0906 26%,
      #0c0906 74%,
      var(--ink) 100%);
}
.hp-afterhours__inner { position: relative; z-index: 1; }
/* a soft ember seam, feathered — the only "line," and it glows rather than cuts */
.hp-afterhours::before {
  content: "";
  position: absolute; left: 50%; top: clamp(40px, 5vw, 72px); transform: translateX(-50%);
  width: min(54%, 680px); height: 1px;
  background: linear-gradient(90deg, transparent, rgba(224,162,104,0.42), transparent);
  filter: blur(0.3px);
  pointer-events: none;
}
.hp-afterhours::after {
  content: "";
  position: absolute; left: 50%; bottom: clamp(40px, 5vw, 72px); transform: translateX(-50%);
  width: min(54%, 680px); height: 1px;
  background: linear-gradient(90deg, transparent, rgba(224,162,104,0.28), transparent);
  filter: blur(0.3px);
  pointer-events: none;
}
.hp-afterhours__inner {
  text-decoration: none; color: inherit; cursor: pointer;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: clamp(156px, 19vw, 324px);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
@keyframes aqGrowIn { from { transform: scale(0.9); } to { transform: scale(1); } }
@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .hp-afterhours__inner {
      transform-origin: center;
      animation: aqGrowIn linear both;
      animation-timeline: view();
      animation-range: entry 6% cover 42%;
    }
  }
}
@media (max-width: 820px) {
  .hp-afterhours__inner {
    grid-template-columns: 1fr;
    text-align: center;
    padding-left: 0;
    padding-top: clamp(104px, 30vw, 158px);
  }
  .hp-afterhours__inner .hp-afterhours__body { align-items: center; text-align: center; }
  .hp-afterhours__lead { width: 100%; }
}
.hp-afterhours__body {
  display: flex; flex-direction: column;
  min-width: 0;
  align-items: flex-start;
  gap: clamp(16px, 1.8vw, 22px);
}
.hp-afterhours__face-link {
  position: absolute;
  left: clamp(-30px, -0.8vw, -6px);
  top: 50%;
  width: clamp(158px, 17.5vw, 280px);
  transform: translateY(-50%);
  z-index: 3;
  display: block;
  border-radius: 50%;
  isolation: isolate;
  transition: transform 460ms var(--ease-out);
  -webkit-tap-highlight-color: transparent;
}
/* candle-glow halo — warm ember bleeding into brand green, breathing slowly */
.hp-afterhours__face-link::before {
  content: "";
  position: absolute;
  inset: -26%;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 50% 48%,
    rgba(177,203,79,0.26) 0%,
    rgba(168,128,64,0.20) 30%,
    rgba(132,86,44,0.12) 50%,
    rgba(132,86,44,0.04) 66%,
    transparent 76%);
  filter: blur(16px);
  animation: aqCandle 6.5s var(--ease-in-out) infinite;
}
.hp-afterhours__inner:hover .hp-afterhours__face-link,
.hp-afterhours__inner:focus-visible .hp-afterhours__face-link {
  transform: translateY(-50%) scale(1.045);
}
.hp-afterhours__inner:focus-visible .hp-afterhours__face-link {
  outline: 2px solid var(--scapes-sandstone);
  outline-offset: 8px;
}
.hp-afterhours__face {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  /* dissolve the hard disc rim into the dark so it stops reading as a card */
  -webkit-mask-image: radial-gradient(circle at 49% 50%, #000 54%, rgba(0,0,0,0.7) 66%, rgba(0,0,0,0.25) 75%, transparent 83%);
  mask-image: radial-gradient(circle at 49% 50%, #000 54%, rgba(0,0,0,0.7) 66%, rgba(0,0,0,0.25) 75%, transparent 83%);
  filter: drop-shadow(0 0 26px rgba(177,203,79,0.22)) drop-shadow(0 16px 50px rgba(0,0,0,0.45));
  transform-origin: center;
  animation: hpFaceFloat 7.5s var(--ease-in-out) infinite;
  transition: filter 460ms var(--ease-out);
  will-change: transform;
}
.hp-afterhours__inner:hover .hp-afterhours__face,
.hp-afterhours__inner:focus-visible .hp-afterhours__face {
  filter: drop-shadow(0 0 38px rgba(177,203,79,0.40)) drop-shadow(0 18px 56px rgba(0,0,0,0.5));
}
@keyframes aqCandle {
  0%, 100% { opacity: 0.72; transform: scale(1); }
  50%      { opacity: 1;    transform: scale(1.05); }
}
@keyframes hpFaceFloat {
  0%, 100% { transform: translateY(0) rotate(-0.6deg); }
  50%      { transform: translateY(-12px) rotate(0.8deg); }
}
@media (max-width: 820px) {
  .hp-afterhours__face-link {
    left: clamp(-10px, 2vw, 16px);
    top: clamp(-14px, -2vw, -6px);
    transform: none;
    width: clamp(116px, 30vw, 168px);
  }
  .hp-afterhours__face-link:hover,
  .hp-afterhours__face-link:focus-visible { transform: none; }
  .hp-afterhours__face { animation: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hp-afterhours__face { animation: none; }
  .hp-afterhours__face-link::before { animation: none; opacity: 0.85; }
}
.hp-afterhours__signal {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 10px 18px 10px 16px;
  background: var(--loam);
  border: 1px solid var(--border);
  border-radius: 999px;
  flex-shrink: 0;
  justify-self: start;
}
.hp-afterhours__dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--ember);
  box-shadow: 0 0 12px rgba(196,119,60,0.65);
  animation: hpAfterPulse 2.4s var(--ease-in-out) infinite;
}
@keyframes hpAfterPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.35); opacity: 0.6; }
}
.hp-afterhours__label {
  font-family: var(--font-body); font-size: 10px;
  letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--scapes-sandstone); font-weight: 500;
}
/* Aquarius's way-in lives INSIDE the line now — "Ask Aquarius" is the lime
   link, no floating button, no underline (Jason m0174). */
.hp-afterhours__link,
.hp-afterhours__link em {
  color: #8fd14a;
  font-style: normal;
  text-decoration: none;
  transition: color 320ms var(--ease-out), text-shadow 320ms var(--ease-out);
}
.hp-afterhours__link:hover,
.hp-afterhours__link:hover em,
.hp-afterhours__link:focus-visible,
.hp-afterhours__link:focus-visible em {
  color: #b6ea78;
  text-shadow: 0 0 18px rgba(143, 209, 74, 0.45);
  outline: none;
}
.hp-afterhours__lead {
  font-family: var(--font-display); font-weight: 300;
  text-align: center;
  width: max-content; max-width: 100%;
  align-self: stretch;
  font-size: clamp(22px, 2.6vw, 38px); line-height: 1.2;
  color: var(--linen); margin: 0;
  letter-spacing: -0.012em; text-wrap: balance;
}
.hp-afterhours__lead em { font-style: normal;  color: var(--scapes-sandstone); }
.hp-afterhours__cta {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-size: 12px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #8fd14a; font-weight: 600;
  text-decoration: none;
  padding: 4px 1px;
  border-bottom: 1px solid rgba(143, 209, 74, 0.42);
  transition: color 320ms var(--ease-out), border-color 320ms var(--ease-out), gap 320ms var(--ease-out);
  white-space: nowrap;
  justify-self: end;
}
.hp-afterhours__cta:hover,
.hp-afterhours__cta:focus-visible {
  color: #a8e266;
  border-color: #a8e266;
  gap: 14px;
  outline: none;
}
.hp-afterhours__cta .arrow {
  display: inline-block; width: 14px; height: 1px;
  background: currentColor; position: relative;
}

/* "Listen" disclosure on the homepage Dirt Church block — collapses the
   Spotify/Apple/YouTube/Follow links behind one move (Jason m0151). */
.stream__toggle {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-size: 12px;
  letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600;
  color: var(--linen); background: none;
  border: 1px solid var(--border-strong); border-radius: var(--radius-md);
  padding: 11px 20px; cursor: pointer;
  transition: color 320ms var(--ease-out), border-color 320ms var(--ease-out);
}
.stream__toggle:hover,
.stream__toggle:focus-visible {
  color: var(--scapes-sandstone); border-color: var(--scapes-sandstone); outline: none;
}
.stream__toggle-caret {
  width: 7px; height: 7px; margin-bottom: 2px;
  border-right: 1px solid currentColor; border-bottom: 1px solid currentColor;
  transform: rotate(45deg); transition: transform 320ms var(--ease-out);
}
.stream__toggle[aria-expanded="true"] .stream__toggle-caret {
  transform: rotate(-135deg); margin-bottom: 0; margin-top: 3px;
}
.hp-studio__stream .stream__links { margin-top: 16px; }
.hp-afterhours__cta .arrow::after {
  content: ""; position: absolute; right: -1px; top: -3px;
  width: 7px; height: 7px;
  border-top: 1px solid currentColor; border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

@media (max-width: 700px){
  .hp-card__eyebrow,
  .hp-tier__verb,
  .hp-layer__verb,
  .rj__report-tag,
  .hp-report__figcap,
  .hp-continue__lead,
  .hp-afterhours__label {
    font-size: 12px /*mbump*/;
    letter-spacing: 0.16em;
  }
}
