.team-hero { min-height: 540px; background-position: center; }
.story-section { background-color: var(--paper-light); }
.story-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1fr); gap: clamp(3rem,10vw,10rem); align-items: start; }
.story-grid h2, .team-intro h2, .roster-note h2 { margin: 0; font-family: var(--display); font-size: clamp(3.4rem,8vw,6.4rem); font-weight: 700; line-height: .84; text-transform: uppercase; }
.story-copy { max-width: 680px; color: var(--text-muted); }
.story-copy__lead { color: var(--ink); font-size: clamp(1.25rem,2.2vw,1.55rem); }
.principles { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(2rem,5vw,5rem); margin-top: 5rem; padding-top: 2.5rem; border-top: 2px solid var(--ink); }
.principles article { padding-top: 1rem; border-top: 1px solid var(--copper); }
.principles h3 { margin-bottom: .75rem; font-family: var(--display); font-size: 1.7rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.principles p { color: var(--text-muted); }

.team-section { color: var(--paper-light); background-color: var(--coal); background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.018) 0, rgba(255,255,255,.018) 1px, transparent 1px, transparent 8px); }
.team-intro { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.55fr); gap: clamp(2rem,8vw,8rem); align-items: end; margin-bottom: 4rem; }
.team-intro .eyebrow { color: var(--brass); }
.team-intro > div:last-child p { color: rgba(255,255,255,.66); }
.team-intro .plain-link { color: var(--brass); font-family: var(--display); font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.team-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); }
.barber-profile { min-width: 0; background: var(--ink); }
.barber-profile > img { width: 100%; aspect-ratio: .75 / 1; display: block; object-fit: cover; object-position: center top; filter: saturate(.7) contrast(1.08); transition: filter .25s ease; }
.barber-profile:hover > img { filter: saturate(.95) contrast(1.03); }
.barber-profile__body { min-height: 285px; display: flex; flex-direction: column; padding: 1.5rem; }
.barber-profile__body > p { margin-bottom: .35rem; color: var(--brass); font-family: var(--ui); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.barber-profile h3 { margin: 0 0 .75rem; font-family: var(--display); font-size: clamp(2.4rem,4vw,3.6rem); font-weight: 700; line-height: .85; text-transform: uppercase; }
.barber-profile__body > span { color: rgba(255,255,255,.62); font-size: .95rem; }
.barber-profile a { margin-top: auto; padding-top: 1.2rem; color: var(--brass); font-family: var(--display); font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.roster-note { margin-top: 4rem; padding: clamp(2rem,5vw,4rem); display: flex; justify-content: space-between; gap: 2rem; align-items: end; color: #fff; background: var(--burgundy); border-left: 8px solid var(--brass); }
.roster-note .eyebrow { color: var(--brass); }
.roster-note h2 { max-width: 760px; margin-bottom: 1rem; font-size: clamp(2.4rem,5vw,4.6rem); }
.roster-note p:not(.eyebrow) { max-width: 700px; margin-bottom: 0; color: rgba(255,255,255,.68); }
.roster-note .btn { flex: 0 0 auto; }

@media (max-width: 991.98px) {
  .story-grid, .team-intro { grid-template-columns: 1fr; }
  .principles { grid-template-columns: 1fr; gap: 1.5rem; }
  .team-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 575.98px) {
  .team-hero { min-height: 460px; background-position: 43% center; }
  .team-grid { grid-template-columns: 1fr; }
  .barber-profile__body { min-height: 235px; }
  .roster-note { flex-direction: column; align-items: flex-start; }
  .roster-note .btn { width: 100%; }
}
