/* ==========================================================================
   FIRSTPEAK STUDIO: REACH (/reach)
   Page-scoped styles for the demand hub. Built on the V2 tokens (:root in
   v2.css) and the High Ground Folio doctrine: content is visible by default,
   gold appears only as accent, no motion is required to read the page.
   v2.css and websites.css are never edited from here.
   ========================================================================== */

/* ---- shared paper stocks for this page ---------------------------------- */
.reach-bone    { background: var(--bone); color: var(--granite); }
.reach-granite { background: var(--granite); color: var(--bone); }
.reach-deep    { background: var(--granite-deep); color: var(--bone); }

/* the serif lead that opens most sections */
.rlead { font-family: var(--font-serif); font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  line-height: 1.62; max-width: 58ch; margin-top: 1rem; }
.reach-bone .rlead { color: var(--slate); }
.reach-granite .rlead, .reach-deep .rlead { color: rgba(242, 238, 230, .82); }

/* a plain body paragraph inside a section */
.rbody { font-size: 1rem; line-height: 1.72; max-width: 62ch; margin-top: 1.1rem; }
.reach-bone .rbody { color: var(--slate); }
.reach-granite .rbody, .reach-deep .rbody { color: rgba(242, 238, 230, .78); }

/* inline links inside prose */
.rlink { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.rlink:hover { color: var(--gold-bright); }
.reach-bone .rlink { color: var(--gold-deep); }
.reach-bone .rlink:hover { color: var(--granite); }

/* ==========================================================================
   HERO: typographic, no image dependency
   ========================================================================== */
.reach-hero { position: relative; overflow: hidden;
  background: var(--granite-deep); color: var(--bone); }
.reach-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(78% 62% at 12% -10%, rgba(216, 154, 69, .20), rgba(26, 29, 34, 0) 62%),
    radial-gradient(90% 80% at 92% 108%, rgba(46, 61, 52, .45), rgba(26, 29, 34, 0) 60%); }
.reach-hero__inner { position: relative; z-index: 1;
  padding-top: clamp(7rem, 15vh, 10.5rem); padding-bottom: clamp(3.6rem, 9vh, 6rem); }
.reach-hero__eyebrow { display: inline-flex; align-items: center; gap: .7rem;
  font-family: var(--font-display); font-weight: 600; font-size: .75rem;
  text-transform: uppercase; letter-spacing: .22em; color: var(--gold-bright); }
.reach-hero__eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--gold); flex: none; }
.reach-hero__heading { font-weight: 800; letter-spacing: -.02em;
  font-size: clamp(2.3rem, 5.8vw, 4.8rem); line-height: 1.02;
  max-width: 18ch; margin: .9rem 0 0; }
.reach-hero__heading em { font-style: normal; color: var(--gold); }
.reach-hero__sub { font-family: var(--font-serif); font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.6; color: rgba(242, 238, 230, .88); max-width: 56ch; margin-top: 1.3rem; }
.reach-hero__note { margin-top: 1.1rem; max-width: 56ch;
  font-size: .95rem; line-height: 1.7; color: rgba(242, 238, 230, .68); }
.reach-hero__thesis { margin-top: clamp(1.8rem, 4vh, 2.6rem); padding-left: 1.1rem;
  border-left: 2px solid var(--gold); max-width: 46ch; }
.reach-hero__thesis p { font-family: var(--font-serif); font-style: italic;
  font-size: clamp(1.1rem, 1.8vw, 1.42rem); line-height: 1.45; color: var(--bone); }
.reach-hero__thesis cite { display: block; margin-top: .55rem; font-style: normal;
  font-family: var(--font-display); font-weight: 600; font-size: .72rem;
  text-transform: uppercase; letter-spacing: .18em; color: rgba(242, 238, 230, .55); }
.reach-hero__actions { display: flex; flex-wrap: wrap; gap: .9rem;
  margin-top: clamp(1.8rem, 4vh, 2.6rem); }

/* ==========================================================================
   THE TWO LANES
   ========================================================================== */
.lanes__inner { padding-top: clamp(3.2rem, 7vh, 5rem); padding-bottom: clamp(3.2rem, 7vh, 5rem); }
.lanes__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 2.6vw, 2.2rem); }
.lane { display: flex; flex-direction: column;
  padding: clamp(1.5rem, 2.4vw, 2.1rem);
  border: 1px solid var(--hairline-light); border-radius: 14px;
  background: rgba(34, 38, 45, .025); }
.lane--reach { border-color: rgba(140, 94, 31, .45); background: rgba(216, 154, 69, .07); }
.lane__no { font-family: var(--font-display); font-weight: 800; font-size: .72rem;
  letter-spacing: .18em; text-transform: uppercase; color: var(--gold-deep); }
.lane__name { font-family: var(--font-display); font-weight: 800; letter-spacing: -.01em;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem); margin: .45rem 0 .5rem; color: var(--granite); }
.lane__what { font-family: var(--font-serif); font-size: 1rem; line-height: 1.6;
  color: var(--slate); }
.lane__price { margin-top: .9rem; padding-top: .8rem; border-top: 1px solid var(--hairline-light);
  font-size: .9rem; line-height: 1.6; color: var(--granite); }
.lane__price b { font-family: var(--font-display); font-weight: 700; }
.lane__link { margin-top: 1.1rem; align-self: flex-start;
  font-family: var(--font-display); font-weight: 700; font-size: .78rem;
  letter-spacing: .06em; text-transform: uppercase; color: var(--gold-deep);
  border-bottom: 1px solid rgba(140, 94, 31, .45); padding-bottom: 2px;
  transition: color var(--t-fast), border-color var(--t-fast); }
.lane__link:hover { color: var(--granite); border-color: var(--granite); }

/* ==========================================================================
   SPEC LIST: the checkable, concrete list
   ========================================================================== */
.speclist { list-style: none; margin: clamp(1.6rem, 3.4vh, 2.4rem) 0 0; padding: 0;
  display: grid; gap: .85rem; max-width: 68ch; }
.speclist li { position: relative; padding-left: 1.5rem; font-size: .97rem; line-height: 1.62; }
.speclist li::before { content: ""; position: absolute; left: 0; top: .55em;
  width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.speclist b { font-family: var(--font-display); font-weight: 700; }
.reach-granite .speclist li, .reach-deep .speclist li { color: rgba(242, 238, 230, .82); }
.reach-granite .speclist b, .reach-deep .speclist b { color: var(--bone); }
.reach-bone .speclist li { color: var(--slate); }
.reach-bone .speclist li::before { background: var(--gold-deep); }
.reach-bone .speclist b { color: var(--granite); }

/* ==========================================================================
   MECHANISM CARDS (speed to lead, reviews, and friends)
   ========================================================================== */
.mechs { display: grid; grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.2rem, 2.4vw, 1.9rem); margin-top: clamp(2.2rem, 5vh, 3.2rem); }
.mech { padding: clamp(1.3rem, 2vw, 1.7rem); border-radius: 12px;
  border: 1px solid var(--hairline-dark); background: rgba(242, 238, 230, .035); }
.mech__label { font-family: var(--font-display); font-weight: 700; font-size: .68rem;
  letter-spacing: .16em; text-transform: uppercase; color: var(--gold-bright); }
.mech__h { font-family: var(--font-display); font-weight: 700; font-size: 1.12rem;
  margin: .45rem 0 .5rem; color: var(--bone); }
.mech__p { font-size: .94rem; line-height: 1.65; color: rgba(242, 238, 230, .76); }
.mech__p + .mech__p { margin-top: .7rem; }

/* the honest boundary note */
.honest { margin-top: clamp(1.8rem, 4vh, 2.6rem); padding: 1.1rem 1.3rem;
  border-left: 3px solid var(--gold); border-radius: 0 8px 8px 0;
  background: rgba(216, 154, 69, .07); max-width: 66ch; }
.honest__label { display: block; font-family: var(--font-display); font-weight: 700;
  font-size: .68rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold-bright); margin-bottom: .4rem; }
.honest p { font-size: .95rem; line-height: 1.68; color: rgba(242, 238, 230, .82); }
.reach-bone .honest { border-left-color: var(--gold-deep); background: rgba(216, 154, 69, .1); }
.reach-bone .honest__label { color: var(--gold-deep); }
.reach-bone .honest p { color: var(--slate); }

/* the Signal reporting-layer band */
.signalband { margin-top: clamp(2rem, 4.5vh, 3rem);
  display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.6rem;
  padding: 1.2rem 1.4rem; border-radius: 12px;
  border: 1px solid rgba(216, 154, 69, .34); background: rgba(216, 154, 69, .06); }
.signalband__text { flex: 1 1 32ch; font-size: .96rem; line-height: 1.65; color: rgba(242, 238, 230, .84); }
.signalband__text b { font-family: var(--font-display); font-weight: 700; color: var(--bone); }
.signalband__link { font-family: var(--font-display); font-weight: 700; font-size: .78rem;
  letter-spacing: .06em; text-transform: uppercase; color: var(--gold);
  border-bottom: 1px solid rgba(216, 154, 69, .5); padding-bottom: 2px;
  transition: color var(--t-fast), border-color var(--t-fast); }
.signalband__link:hover { color: var(--gold-bright); border-color: var(--gold-bright); }

/* ==========================================================================
   THE FOUR ADD-ONS
   ========================================================================== */
.addons { display: grid; grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.2rem, 2.6vw, 2rem); margin-top: clamp(2.2rem, 5vh, 3.2rem); }
.addon { display: flex; flex-direction: column;
  padding: clamp(1.4rem, 2.2vw, 1.9rem); border-radius: 14px;
  border: 1px solid var(--hairline-light); background: rgba(34, 38, 45, .025); }
.addon__no { font-family: var(--font-display); font-weight: 800; font-size: .7rem;
  letter-spacing: .18em; text-transform: uppercase; color: var(--gold-deep); }
.addon__name { font-family: var(--font-display); font-weight: 700; letter-spacing: -.01em;
  font-size: clamp(1.15rem, 1.8vw, 1.38rem); margin: .4rem 0 .55rem; color: var(--granite); }
.addon__what { font-size: .95rem; line-height: 1.68; color: var(--slate); }
.addon__who { margin-top: .9rem; font-size: .92rem; line-height: 1.6; color: var(--slate); }
.addon__who span { display: block; font-family: var(--font-display); font-weight: 700;
  font-size: .66rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold-deep); margin-bottom: .25rem; }
.addon__line { margin-top: auto; padding-top: 1rem; margin-bottom: 0;
  border-top: 1px solid var(--hairline-light);
  font-size: .9rem; line-height: 1.6; color: var(--slate); }
.addon__line span { display: block; font-family: var(--font-display); font-weight: 700;
  font-size: .66rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--granite); margin-bottom: .25rem; }

/* ==========================================================================
   WHAT I PLACE: the instrument menu
   ========================================================================== */
.instruments { list-style: none; margin: clamp(2.2rem, 5vh, 3.2rem) 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 clamp(1.6rem, 3.4vw, 3rem); }
.instrument { padding: 1.15rem 0; border-top: 1px solid var(--hairline-dark); }
.instrument__h { font-family: var(--font-display); font-weight: 700; font-size: 1.02rem;
  color: var(--bone); }
.instrument__p { margin-top: .3rem; font-size: .92rem; line-height: 1.62; color: rgba(242, 238, 230, .7); }

.handoff { margin-top: clamp(2.2rem, 5vh, 3.2rem);
  display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.6rem;
  padding-top: clamp(1.6rem, 3.5vh, 2.2rem); border-top: 1px solid var(--hairline-dark); }
.handoff__text { flex: 1 1 34ch; font-family: var(--font-serif);
  font-size: clamp(1rem, 1.4vw, 1.15rem); line-height: 1.6; color: rgba(242, 238, 230, .82); }

/* ==========================================================================
   THE ADVANTAGE: mechanism on bone, platform panel in its own dark container
   ========================================================================== */
.adv__grid { display: grid; grid-template-columns: 1.1fr 1fr;
  gap: clamp(2rem, 4.5vw, 3.6rem); align-items: start;
  margin-top: clamp(2rem, 4.5vh, 3rem); }
.adv__mech { font-size: 1rem; line-height: 1.75; color: var(--slate); }
.adv__mech p + p { margin-top: 1rem; }
.adv__mech strong { font-family: var(--font-display); font-weight: 700; color: var(--granite); }

.platform-panel { padding: clamp(1.5rem, 2.6vw, 2.2rem); border-radius: 14px;
  background: var(--granite-deep); color: var(--bone);
  border: 1px solid rgba(216, 154, 69, .28);
  box-shadow: 0 30px 80px -46px rgba(0, 0, 0, .8); }
.platform-panel__label { font-family: var(--font-display); font-weight: 700; font-size: .66rem;
  letter-spacing: .18em; text-transform: uppercase; color: var(--gold-bright); }
.platform-panel__stats { list-style: none; margin: 1.2rem 0 0; padding: 0; display: grid; gap: .95rem; }
.pstat { padding-bottom: .95rem; border-bottom: 1px solid var(--hairline-dark); }
.pstat:last-child { border-bottom: 0; padding-bottom: 0; }
.pstat__num { display: block; font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.5rem, 2.6vw, 2rem); line-height: 1; color: var(--gold); }
.pstat__label { display: block; margin-top: .35rem; font-size: .86rem; line-height: 1.5;
  color: rgba(242, 238, 230, .74); }
.platform-panel__body { margin-top: 1.2rem; padding-top: 1.1rem;
  border-top: 1px solid var(--hairline-dark);
  font-size: .92rem; line-height: 1.68; color: rgba(242, 238, 230, .7); }

.connective { margin-top: clamp(1.8rem, 4vh, 2.6rem); max-width: 52ch;
  font-family: var(--font-serif); font-size: clamp(1.1rem, 1.8vw, 1.4rem); line-height: 1.5;
  color: var(--granite); padding-left: 1.1rem; border-left: 2px solid var(--gold-deep); }
.connective em { font-style: italic; color: var(--gold-deep); }

/* ==========================================================================
   THE HONEST LEDGER
   ========================================================================== */
.ledger { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.8rem, 4vw, 3.2rem);
  margin-top: clamp(2rem, 4.5vh, 3rem); }
.ledger__col { padding-top: 1rem; border-top: 2px solid var(--gold); }
.ledger__col--wont { border-top-color: rgba(242, 238, 230, .3); }
.ledger__h { font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem); color: var(--bone); }
.ledger__list { list-style: none; margin: 1.1rem 0 0; padding: 0; display: grid; gap: .8rem; }
.ledger__list li { position: relative; padding-left: 1.5rem; font-size: .95rem; line-height: 1.62;
  color: rgba(242, 238, 230, .8); }
.ledger__list li::before { position: absolute; left: 0; top: 0; font-weight: 700; }
.ledger__col--will .ledger__list li::before { content: "+"; color: var(--gold); }
.ledger__col--wont .ledger__list li::before { content: "-"; color: rgba(242, 238, 230, .5); }

.protocol { margin-top: clamp(2.2rem, 5vh, 3.2rem); padding-top: clamp(1.6rem, 3.5vh, 2.2rem);
  border-top: 1px solid var(--hairline-dark); max-width: 74ch; }
.protocol__label { font-family: var(--font-display); font-weight: 700; font-size: .68rem;
  letter-spacing: .16em; text-transform: uppercase; color: var(--gold-bright); }
.protocol p { margin-top: .6rem; font-size: 1rem; line-height: 1.75; color: rgba(242, 238, 230, .8); }

/* ==========================================================================
   HOW I DECIDE
   ========================================================================== */
.decide { display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.4rem, 3vw, 2.6rem); margin-top: clamp(2.2rem, 5vh, 3.2rem); }
.dq { border-top: 2px solid var(--granite); padding-top: 1rem; }
.dq__no { font-family: var(--font-display); font-weight: 700; font-size: .72rem;
  letter-spacing: .16em; text-transform: uppercase; color: var(--gold-deep); }
.dq__q { font-family: var(--font-display); font-weight: 700; letter-spacing: -.01em;
  font-size: clamp(1.08rem, 1.7vw, 1.3rem); margin: .5rem 0 .5rem; color: var(--granite); }
.dq__p { font-size: .94rem; line-height: 1.68; color: var(--slate); }
.decide__after { margin-top: clamp(2rem, 4.5vh, 2.8rem); padding-top: 1.4rem;
  border-top: 1px solid var(--hairline-light); max-width: 66ch;
  font-family: var(--font-serif); font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.62; color: var(--slate); }

/* ==========================================================================
   CTA microcopy
   ========================================================================== */
.cover__micro { margin-top: 1.2rem; font-size: .875rem; line-height: 1.6;
  color: rgba(242, 238, 230, .78); max-width: 46ch; margin-inline: auto;
  text-shadow: 0 2px 12px rgba(26, 29, 34, .7); }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 980px) {
  .adv__grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .lanes__grid, .mechs, .addons, .instruments, .ledger { grid-template-columns: 1fr; }
  .decide { grid-template-columns: 1fr; }
  .instrument:first-child { border-top: 1px solid var(--hairline-dark); }
}

/* ---- imagery pass (2026-08) ------------------------------------------- */
.rfig { margin: clamp(1.6rem, 4vh, 2.6rem) 0; }
.rfig img {
  width: 100%; height: auto; display: block; border-radius: 6px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}
.rfig--framed img { border: 1px solid rgba(242, 238, 230, 0.12); }
.rfig__cap {
  margin-top: 0.7rem; font-family: var(--font-serif); font-style: italic;
  font-size: 0.9rem; color: rgba(242, 238, 230, 0.55);
}
.addon__img {
  width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover;
  display: block; border-radius: 5px; margin: 0.7rem 0 1rem;
}
.signalband { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.signalband__img {
  flex: 0 0 clamp(180px, 24vw, 260px); width: clamp(180px, 24vw, 260px);
  height: auto; border-radius: 6px; border: 1px solid rgba(242, 238, 230, 0.12);
}
.signalband__body { flex: 1 1 260px; }
@media (max-width: 560px) { .signalband__img { flex-basis: 100%; width: 100%; } }
