/* ==========================================================================
   FIRSTPEAK STUDIO, ABOUT (/about)
   Page-scoped styles only. Built on the V2 tokens (:root in v2.css).
   Never edit v2.css or websites.css from here.

   Doctrine notes that matter structurally:
   - .owner-* is Clint's container. Dark, full bleed, carries the video.
   - .platform is the network's container. Light, framed, boxed, third person.
     The two must never read as one surface. That separation is the point.
   ========================================================================== */

/* ---- 01 · THE NAME STORY ------------------------------------------------- */
.namestory {
  background: var(--granite-deep);
  color: var(--bone);
  position: relative;
  overflow: hidden;
}
.namestory::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 80% at 78% 0%, rgba(216, 154, 69, 0.14) 0%, rgba(26, 29, 34, 0) 58%),
    linear-gradient(180deg, rgba(46, 61, 52, 0.22) 0%, rgba(26, 29, 34, 0) 45%);
  pointer-events: none;
}
.namestory__inner {
  position: relative;
  z-index: 1;
  padding-top: clamp(5.5rem, 13vh, 9.5rem);
  padding-bottom: clamp(4.5rem, 11vh, 8rem);
}
.namestory__quote {
  font-family: var(--font-serif);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(1.85rem, 4.4vw, 3.4rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--bone);
  max-width: 26ch;
  margin: 1.1rem 0 0;
  padding-left: clamp(1rem, 2.4vw, 1.9rem);
  border-left: 2px solid var(--gold);
}
/* The prose runs as a folio spread: two measured columns on wide screens,
   one honest column on a phone. */
.namestory__prose {
  margin-top: clamp(2.6rem, 6vh, 4rem);
  padding-top: clamp(2rem, 4.5vh, 3rem);
  border-top: 1px solid var(--hairline-dark);
  column-count: 2;
  column-gap: clamp(2rem, 4.5vw, 4rem);
}
.namestory__prose p {
  font-family: var(--font-serif);
  font-size: clamp(1.02rem, 1.3vw, 1.14rem);
  line-height: 1.78;
  color: rgba(242, 238, 230, 0.84);
  margin-bottom: 1.5rem;
  orphans: 3;
  widows: 3;
}
.namestory__prose p:last-child { margin-bottom: 0; }
.namestory__prose .namestory__coda {
  color: var(--bone);
  border-left: 2px solid rgba(216, 154, 69, 0.55);
  padding-left: 1.1rem;
  break-inside: avoid;
}
@media (max-width: 860px) {
  .namestory__prose { column-count: 1; max-width: 58ch; }
}

/* ---- 02 · THE OWNER (Clint's container. No platform numbers. Ever.) ------ */
.owner__note {
  margin-top: 1.6rem;
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(242, 238, 230, 0.72);
  max-width: 46ch;
}
.owner__note a {
  color: var(--gold);
  border-bottom: 1px solid rgba(216, 154, 69, 0.4);
  transition: color var(--t-fast), border-color var(--t-fast);
}
.owner__note a:hover { color: var(--gold-bright); border-color: var(--gold-bright); }
.owner__sign {
  margin-top: 1.4rem;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.02rem;
  color: rgba(242, 238, 230, 0.8);
}
.owner__sign span {
  display: block;
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 600;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-top: 0.4rem;
}

/* ---- 03 · THE PLATFORM PANEL (separate container, third person) ---------- */
.platform { background: var(--bone); color: var(--granite); }
.platform__inner {
  padding-top: clamp(4.5rem, 10vh, 7.5rem);
  padding-bottom: clamp(4.5rem, 10vh, 7.5rem);
}
.platform__head { max-width: 54ch; margin-bottom: clamp(2rem, 4.5vh, 3rem); }
.platform__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  letter-spacing: -0.01em;
  margin: 0.5rem 0 0;
}
.platform__panel {
  border: 1px solid rgba(34, 38, 45, 0.28);
  border-top: 3px solid var(--gold-deep);
  background: rgba(34, 38, 45, 0.045);
  padding: clamp(1.8rem, 4vw, 3rem);
}
.platform__label {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--gold-deep);
  margin-bottom: 1rem;
}
.platform__body {
  font-size: 0.98rem;
  line-height: 1.75;
  color: var(--granite);
  max-width: 62ch;
  margin-bottom: clamp(1.8rem, 4vh, 2.6rem);
}
.platform__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  border-top: 1px solid rgba(34, 38, 45, 0.18);
  padding-top: clamp(1.6rem, 3.5vh, 2.4rem);
}
.platform__stat-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.7rem, 3.6vw, 2.7rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--granite);
}
.platform__stat-label {
  margin-top: 0.5rem;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--slate);
}
.platform__foot {
  margin-top: clamp(1.6rem, 3.5vh, 2.2rem);
  padding-top: 1.2rem;
  border-top: 1px solid rgba(34, 38, 45, 0.18);
}
.platform__note {
  font-size: 0.82rem;
  line-height: 1.65;
  color: var(--slate);
  max-width: 62ch;
}
.platform__bridge {
  margin-top: clamp(2rem, 4.5vh, 3rem);
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  line-height: 1.5;
  color: var(--granite);
  max-width: 34ch;
}
.platform__bridge em { font-style: italic; color: var(--gold-deep); }
@media (max-width: 680px) {
  .platform__stats { grid-template-columns: 1fr; gap: 1.4rem; }
}

/* ---- 04 · THE TWO LANES -------------------------------------------------- */
.lanes { background: var(--granite-deep); color: var(--bone); }
.lanes__inner {
  padding-top: clamp(4.5rem, 10vh, 7.5rem);
  padding-bottom: clamp(4.5rem, 10vh, 7.5rem);
}
.lanes__head { max-width: 54ch; margin-bottom: clamp(2.2rem, 5vh, 3.2rem); }
.lanes__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  letter-spacing: -0.01em;
  margin: 0.5rem 0 0;
}
.lanes__deck {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.6;
  color: rgba(242, 238, 230, 0.72);
  margin-top: 0.9rem;
}
.lanes__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 2.6vw, 2rem); }
.lane {
  display: flex;
  flex-direction: column;
  padding: clamp(1.6rem, 3.2vw, 2.4rem);
  background: rgba(242, 238, 230, 0.035);
  border: 1px solid var(--hairline-dark);
  border-top: 3px solid var(--gold);
  transition: background var(--t-fast) var(--ease), transform var(--t-med) var(--ease);
}
.lane:hover { background: rgba(242, 238, 230, 0.06); transform: translateY(-3px); }
.lane__no {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--gold);
}
.lane__h {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  margin: 0.7rem 0 0.6rem;
}
.lane__p { font-size: 0.94rem; line-height: 1.7; color: rgba(242, 238, 230, 0.78); }
.lane__list { list-style: none; padding: 0; margin: 1.1rem 0 0; display: grid; gap: 0.5rem; }
.lane__list li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(242, 238, 230, 0.82);
}
.lane__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}
.lane__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 1.6rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
}
.lane__link:hover { color: var(--gold-bright); }
.lane__link svg { width: 13px; height: 13px; flex: none; fill: currentColor; }
@media (max-width: 768px) {
  .lanes__grid { grid-template-columns: 1fr; }
}

/* ---- 05 · WHO I'M NOT FOR ------------------------------------------------ */
.notfor { background: var(--bone); color: var(--granite); }
.notfor__inner {
  padding-top: clamp(4.5rem, 10vh, 7.5rem);
  padding-bottom: clamp(4.5rem, 10vh, 7.5rem);
}
.notfor__head { max-width: 54ch; margin-bottom: clamp(2rem, 4.5vh, 3rem); }
.notfor__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  letter-spacing: -0.01em;
  margin: 0.5rem 0 0;
}
.notfor__lead {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.65;
  color: var(--slate);
  margin-top: 0.9rem;
}
.notfor__list { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(34, 38, 45, 0.18); }
.notfor__row {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  gap: 0 1rem;
  align-items: start;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(34, 38, 45, 0.18);
}
.notfor__mark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--gold-deep);
}
.notfor__h {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.02rem;
  margin-bottom: 0.35rem;
}
.notfor__p { font-size: 0.94rem; line-height: 1.7; color: var(--slate); max-width: 66ch; }
.notfor__after {
  margin-top: clamp(1.8rem, 4vh, 2.6rem);
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.02rem, 1.6vw, 1.22rem);
  line-height: 1.6;
  color: var(--granite);
  max-width: 48ch;
}

/* ---- 06 · WORK ALREADY LIVE --------------------------------------------- */
.livework { background: var(--granite); color: var(--bone); }
.livework__inner {
  padding-top: clamp(4.5rem, 10vh, 7.5rem);
  padding-bottom: clamp(4.5rem, 10vh, 7.5rem);
}
.livework__head { max-width: 54ch; margin-bottom: clamp(2.2rem, 5vh, 3.2rem); }
.livework__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  letter-spacing: -0.01em;
  margin: 0.5rem 0 0;
}
.livework__deck {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.6;
  color: rgba(242, 238, 230, 0.72);
  margin-top: 0.9rem;
}
.livework__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 2.6vw, 2rem); }
.lwcase { display: flex; flex-direction: column; }
.lwcase__frame {
  overflow: hidden;
  border-radius: 6px;
  background: #0d0f12;
  outline: 1px solid rgba(216, 154, 69, 0.24);
  outline-offset: -1px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.42);
}
.lwcase__frame img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 1.1s var(--ease);
}
.lwcase:hover .lwcase__frame img { transform: scale(1.03); }
.lwcase__body { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.4rem 0.8rem; margin-top: 0.9rem; }
.lwcase__name { font-family: var(--font-display); font-weight: 700; font-size: 1rem; color: var(--bone); }
.lwcase__type { font-family: var(--font-serif); font-style: italic; font-size: 0.86rem; color: rgba(242, 238, 230, 0.62); }
.lwcase__open {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
  margin-left: auto;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
}
.lwcase__open:hover { color: var(--gold-bright); }
.lwcase__open svg { width: 12px; height: 12px; flex: none; fill: currentColor; }
.livework__more {
  margin-top: clamp(2rem, 4.5vh, 3rem);
  font-size: 0.92rem;
  color: rgba(242, 238, 230, 0.75);
}
.livework__more a { color: var(--gold); border-bottom: 1px solid rgba(216, 154, 69, 0.4); }
.livework__more a:hover { color: var(--gold-bright); }
@media (max-width: 900px) {
  .livework__grid { grid-template-columns: 1fr; max-width: 560px; }
}

/* ---- 07 · CTA microcopy -------------------------------------------------- */
.cover__micro {
  margin-top: 1.3rem;
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(242, 238, 230, 0.82);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.6);
  max-width: 44ch;
  margin-inline: auto;
}

/* ---- shared small screens ------------------------------------------------ */
@media (max-width: 640px) {
  .namestory__quote { max-width: none; }
  .namestory__prose { max-width: none; }
}

/* Owner portrait: the shared .letter__media-frame crops to 4:3, which would
   chop a tight square headshot. Keep Clint's portrait at its native square. */
.letter__media-frame img[src*="clinton-goodrich"] { aspect-ratio: 1 / 1; }

/* Two-lanes intro image (.lanes is granite-deep, a dark section) */
.lanes__fig { margin: 0 0 clamp(1.6rem, 4vh, 2.4rem); }
.lanes__fig img {
  width: 100%; height: auto; aspect-ratio: 21 / 9; object-fit: cover;
  display: block; border-radius: 6px;
  border: 1px solid rgba(242, 238, 230, 0.1);
  box-shadow: 0 12px 44px rgba(0, 0, 0, 0.4);
}
