/* ==========================================================================
   ABOUT THE PRACTICE  /about/  (SYSTEM v3 light luxury)
   Page-specific layout only. All colors derive from site.css tokens.
   ========================================================================== */

/* hero photo is a square composition (Doc + camera, arms at both edges) — keep it uncropped */
.pagehero__media .frame { aspect-ratio: 1 / 1; }

/* ---- story ---- */
.story-copy { max-width: 56ch; margin-top: 1.25rem; }
.story-cta { margin-top: 2rem; }

/* breathing room under split headings */
.split h2 + .lead { margin-top: 1rem; }

/* ---- stats + affiliations strip ---- */
.affil {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem 1.4rem;
  margin-top: clamp(2.25rem, 4vw, 3.25rem);
  padding-top: 1.75rem;
  border-top: 1px solid var(--line);
  font-family: var(--font-d);
  font-weight: 500;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-soft);
}
.affil__dot {
  width: 6px;
  height: 6px;
  background: var(--brass);
  border-radius: 50%;
  flex: none;
}
@media (max-width: 640px) {
  .affil { gap: 0.7rem 1rem; font-size: 0.74rem; }
  .affil__dot { display: none; }
}

/* ---- the studio photo set: one wide, then two varied frames ---- */
.space-head { max-width: 60ch; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.space-head .lead { margin-top: 1rem; }
.spacegrid {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: clamp(1.5rem, 3vw, 2.75rem);
  align-items: start;
}
.spacegrid__wide { grid-column: 1 / -1; }
.spacegrid figure { margin: 0; }
/* second row breathes asymmetrically: square sits on a lower shelf */
.spacegrid figure:nth-child(3) { padding-top: clamp(0rem, 3vw, 2.5rem); }
@media (max-width: 760px) {
  .spacegrid { grid-template-columns: 1fr; }
  .spacegrid figure:nth-child(3) { padding-top: 0; }
}

/* ---- ink cinema standard ---- */
.cinema-line {
  font-family: var(--font-d);
  font-weight: 300;
  font-size: clamp(1.7rem, 1.2rem + 2.2vw, 3rem);
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.cinema-line__brass { color: var(--brass-light); font-weight: 600; }
.cinema-copy { margin-block: 1.75rem 2rem; max-width: 46ch; }

/* ---- team ---- */
.team-lead { margin-top: 1rem; }
.team-feature {
  display: grid;
  grid-template-columns: minmax(13rem, 0.55fr) 1.45fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  margin-block: clamp(2.5rem, 4.5vw, 3.75rem) clamp(2.25rem, 4vw, 3.25rem);
  padding-left: clamp(0rem, 3vw, 3rem);
}
.team-feature h3 { margin-bottom: 0.2rem; }
.team-feature p + p { margin-top: 0.85rem; }
.team-feature .tlink { margin-top: 0.75rem; }
.team-role {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--brass-deep);
}
.team-feature > div:last-child p:not(.team-role) { max-width: 52ch; color: var(--ink-soft); }

.teamrows { border-top: 1px solid var(--line); }
.teamrows__row {
  display: grid;
  grid-template-columns: minmax(9rem, 0.55fr) 1fr auto;
  gap: clamp(1rem, 3vw, 3rem);
  align-items: baseline;
  padding: clamp(1.4rem, 2.5vw, 2rem) 0.25rem;
  border-bottom: 1px solid var(--line);
}
.teamrows__mark {
  font-family: var(--font-d);
  font-weight: 300;
  font-size: clamp(1.9rem, 1.3rem + 2vw, 3rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: oklch(54.5% 0.080 75 / 0.5);
}
.teamrows__name { font-weight: 700; font-size: 1.0625rem; }
.teamrows__role {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-soft);
  white-space: nowrap;
}
@media (max-width: 640px) {
  .team-feature { grid-template-columns: 1fr; padding-left: 0; }
  .team-feature__photo { max-width: 17rem; }
  .teamrows__row { grid-template-columns: 1fr auto; }
  .teamrows__mark { display: none; }
}

/* ---- peewee ---- */
.peewee-checks { margin-block: 1.5rem; }
.split--gold figure { margin: 0; }

/* ---- pricing stance: statement left, two destination cards right ---- */
.stance {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
}
.stance__head { font-size: var(--fs-d3); margin-bottom: 0.85rem; }
.stance__copy p { color: var(--ink-soft); max-width: 44ch; }
.stance__cards { display: grid; gap: 1rem; }
.stancecard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(1.25rem, 2.2vw, 1.7rem) clamp(1.25rem, 2.4vw, 2rem);
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.012) 100%);
  text-decoration: none;
  transition: border-color 0.35s var(--ease), transform 0.35s var(--ease);
}
.stancecard:hover, .stancecard:focus-visible {
  border-color: var(--brass);
  transform: translateY(-3px);
}
.stancecard__body { display: block; }
.stancecard__label {
  display: block;
  font-family: var(--font-d);
  font-weight: 600;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink);
}
.stancecard__line {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--ink-soft);
}
.stancecard__arr {
  flex: none;
  font-family: var(--font-d);
  font-size: 1.4rem;
  color: var(--brass-light);
  transition: transform 0.35s var(--ease);
}
.stancecard:hover .stancecard__arr, .stancecard:focus-visible .stancecard__arr { transform: translateX(6px); }
@media (max-width: 760px) {
  .stance { grid-template-columns: 1fr; gap: 1.75rem; }
}
