/* Player Legacy Center. Editorial layout per the Atlas/Legacy handoff: scaled
   cream-on-dark hero with portrait card, identity ticker, how-to-read block,
   reverse-chronological chapters (photo + copy, alternating), a six-cell story
   layer grid, and a centered pull-quote band. Scoped under .ips.legacy. Fonts
   (Bebas Neue / Inter / JetBrains Mono) and tokens come from the shared system;
   no page-local font imports. */

.ips.legacy { background: var(--ips-cream); color: var(--ips-ink); }

/* ---------- hero ---------- */
.ips .lc-hero { background: var(--ips-hero); color: var(--ips-cream); padding: 64px 56px 0; }
.ips .lc-hero .eyebrow { display: flex; align-items: center; gap: 16px; color: #a8b0bb; margin-bottom: 28px; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; }
.ips .lc-hero .eyebrow .num { font-family: 'Bebas Neue', sans-serif; font-size: 28px; color: var(--ips-cream); }
.ips .lc-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 520px; gap: 56px; align-items: end; min-height: 600px; }
.ips .lc-name { font-family: 'Bebas Neue', sans-serif; font-size: clamp(76px, 11vw, 140px); line-height: .86; letter-spacing: .005em; }
.ips .lc-name .first { color: var(--ips-cream); display: block; }
.ips .lc-name .last { display: block; color: var(--ips-cream); position: relative; }
.ips .lc-name .last::before { content: attr(data-echo); position: absolute; left: 2px; top: 2px; -webkit-text-stroke: 1px rgba(224,84,31,.7); color: transparent; pointer-events: none; }
.ips .lc-tagline { margin-top: 30px; max-width: 600px; color: #cfd4da; font-size: 15px; line-height: 1.75; }
.ips .lc-meta { display: grid; grid-template-columns: repeat(4, auto); gap: 44px; margin-top: 44px; padding: 26px 0; border-top: 1px solid rgba(245,234,208,.12); border-bottom: 1px solid rgba(245,234,208,.12); }
.ips .lc-meta .k { font-size: 10px; letter-spacing: .24em; text-transform: uppercase; color: #8b929c; margin-bottom: 8px; }
.ips .lc-meta .v { font-family: 'Bebas Neue', sans-serif; font-size: 28px; color: var(--ips-cream); letter-spacing: .04em; display: inline-flex; align-items: center; gap: 8px; }
.ips .lc-hero-cta { margin-top: 34px; display: flex; gap: 14px; padding-bottom: 56px; flex-wrap: wrap; }

/* portrait card */
.ips .lc-portrait { position: relative; aspect-ratio: 5/6; background: linear-gradient(160deg, #1d2730, #0b1219); border: 1px solid rgba(245,234,208,.18); overflow: hidden; display: flex; align-items: flex-end; justify-content: flex-end; }
.ips .lc-portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: contrast(1.04) saturate(.9); }
.ips .lc-portrait .scrim { position: absolute; inset: 0; background-image: repeating-linear-gradient(120deg, rgba(245,234,208,.04) 0 1px, transparent 1px 9px); pointer-events: none; }
.ips .lc-portrait .corner-tl { position: absolute; top: 16px; left: 16px; width: 34px; height: 34px; border-top: 1px solid rgba(245,234,208,.55); border-left: 1px solid rgba(245,234,208,.55); }
.ips .lc-portrait .corner-br { position: absolute; bottom: 16px; right: 16px; width: 34px; height: 34px; border-bottom: 1px solid rgba(245,234,208,.55); border-right: 1px solid rgba(245,234,208,.55); }
.ips .lc-portrait .flag-badge { position: absolute; top: 18px; right: 18px; background: rgba(11,15,19,.7); border: 1px solid rgba(245,234,208,.18); padding: 8px 12px; display: flex; align-items: center; gap: 8px; }
.ips .lc-portrait .flag-badge .lbl { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--ips-cream); line-height: 1.3; }
.ips .lc-portrait .flag-badge .lbl b { display: block; color: #a8acb2; font-weight: 400; }
.ips .lc-portrait .status-bar { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; padding: 16px 20px; background: linear-gradient(to top, rgba(11,15,19,.92), rgba(11,15,19,0)); font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .18em; color: #8b929c; text-transform: uppercase; }
.ips .lc-portrait .status-bar b { color: var(--ips-cream); font-weight: 500; }
.ips .lc-portrait .initials { font-family: 'Bebas Neue', sans-serif; font-size: 132px; color: rgba(245,234,208,.32); align-self: center; margin: auto; }

/* identity ticker */
.ips .lc-strip { background: var(--ips-hero-2, #0E141A); color: #8b929c; padding: 18px 56px; border-top: 1px solid var(--ips-line); border-bottom: 1px solid var(--ips-line); display: flex; gap: 44px; flex-wrap: wrap; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; }
.ips .lc-strip .item b { color: var(--ips-cream); font-weight: 500; margin-right: 8px; }

/* how to read */
.ips .lc-howto { display: grid; grid-template-columns: 160px 1fr; padding: 56px; gap: 48px; background: var(--ips-cream); }
.ips .lc-howto .side { font-family: var(--font-mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--ips-accent); }
.ips .lc-howto .body { font-size: 15px; line-height: 1.7; color: var(--ips-ink-soft); max-width: 920px; }

/* ---------- chapters ---------- */
.ips .chapter { padding: 56px 56px 80px; background: var(--ips-cream); }
.ips .chapter.alt { background: var(--ips-cream-2); }
.ips .chapter .chap-top { display: grid; grid-template-columns: 160px 1fr 200px; gap: 32px; align-items: flex-end; padding-bottom: 24px; border-bottom: 1px solid rgba(20,20,20,.18); }
.ips .chapter .yearblock .year { font-family: 'Bebas Neue', sans-serif; font-size: 72px; line-height: .9; letter-spacing: .02em; color: var(--ips-ink); }
.ips .chapter .yearblock .span { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--ips-muted); margin-top: 6px; }
.ips .chapter .chap-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(34px, 4vw, 52px); letter-spacing: .01em; line-height: .95; color: var(--ips-ink); }
.ips .chapter .chap-title small { display: block; font-family: var(--font-sans); font-weight: 500; font-size: 12px; color: var(--ips-ink-soft); letter-spacing: .16em; text-transform: uppercase; margin-top: 10px; }
.ips .chapter .chap-mark { text-align: right; font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--ips-muted); line-height: 1.9; }
.ips .chapter .chap-mark b { display: block; font-family: 'Bebas Neue', sans-serif; font-size: 26px; color: var(--ips-accent); letter-spacing: .06em; font-weight: 400; margin-bottom: 2px; }

.ips .chapter .chap-body { display: grid; grid-template-columns: 520px 1fr; gap: 48px; margin-top: 40px; }
.ips .chapter .chap-body.flip { grid-template-columns: 1fr 520px; }
.ips .chapter .chap-body.flip .chap-photo { order: 2; }
.ips .chapter .chap-body.nophoto { grid-template-columns: 1fr; }
/* cap portrait height so a single tall image doesn't drive an excessive row height;
   object-position: top keeps the subject's face visible after cropping */
.ips .chapter .chap-photo { position: relative; align-self: start; background: transparent; overflow: hidden; }
.ips .chapter .chap-photo img { width: 100%; max-height: 520px; object-fit: cover; object-position: top center; display: block; }
/* flex column so narrative fills from top and meta-strip pins to the bottom
   of the column, matching the photo's bottom edge */
.ips .chapter .chap-copy { display: flex; flex-direction: column; }
.ips .chapter .chap-photo .stamp { position: absolute; left: 14px; bottom: 14px; background: rgba(10,18,25,.85); color: var(--ips-cream); padding: 8px 12px; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .18em; text-transform: uppercase; }
.ips .chapter .chap-copy .narrative { font-size: 14px; line-height: 1.8; color: var(--ips-ink); }
.ips .chapter .chap-copy .narrative p { margin-bottom: 18px; }

/* year strip: mobile-only sticky chip rail that mirrors the desktop journey
   aside. hidden by default; the 760px breakpoint switches it on */
.ips .lc-yearstrip { display: none; }
.ips .chapter .chap-copy .narrative > p:first-child::first-letter { font-family: 'Bebas Neue', sans-serif; font-size: 74px; float: left; line-height: .82; padding: 6px 12px 0 0; color: var(--ips-accent); }
.ips .chapter .chap-copy blockquote { border-left: 2px solid var(--ips-accent); padding-left: 18px; margin: 22px 0; font-style: italic; font-size: 16px; line-height: 1.5; color: var(--ips-ink); }
.ips .chapter .chap-copy blockquote footer { font-style: normal; font-family: var(--font-mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--ips-muted); margin-top: 8px; }
.ips .chapter .meta-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(20,20,20,.15); }
.ips .chapter .meta-strip .k { font-family: var(--font-mono); font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: var(--ips-muted); margin-bottom: 6px; }
.ips .chapter .meta-strip .v { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: .04em; color: var(--ips-ink); }

/* year band between chapters */
.ips .yearband { padding: 22px 56px; background: var(--ips-cream); display: flex; justify-content: space-between; align-items: center; color: var(--ips-accent); font-family: 'Bebas Neue', sans-serif; font-size: 44px; letter-spacing: .04em; }
.ips .yearband.alt { background: var(--ips-cream-2); }
.ips .yearband .small { font-family: var(--font-sans); font-size: 11px; color: var(--ips-muted); letter-spacing: .18em; text-transform: lowercase; font-style: italic; }

.ips .legacy-map-wrap { padding: 0 56px; background: var(--ips-cream); }

/* ---------- six story layers ---------- */
.ips .lc-storylayer { padding: 0; background: var(--ips-cream-2); }
.ips .lc-layers { padding: 100px 56px; }
.ips .lc-layers .layers-head { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-bottom: 56px; align-items: flex-end; }
.ips .lc-layers .layers-head h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(56px, 8vw, 92px); line-height: .9; letter-spacing: .01em; color: var(--ips-ink); }
.ips .lc-layers .layers-head h2 em { font-style: normal; color: var(--ips-accent); }
.ips .lc-layers .layers-head p { font-size: 14px; line-height: 1.8; color: var(--ips-ink-soft); max-width: 480px; }
/* boxed grid: container draws the outer frame, each cell draws its bottom + right
   divider. Robust for any number of filled cells (1..6) and for the full-width
   Quote/Mission cells, with no fragile nth-child border logic. */
.ips .lc-layers .layer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border: 1px solid rgba(20,20,20,.18); }
.ips .lc-layers .layer { padding: 40px 36px; border-bottom: 1px solid rgba(20,20,20,.18); border-right: 1px solid rgba(20,20,20,.18); background: var(--ips-cream-2); position: relative; min-height: 320px; display: flex; flex-direction: column; }
.ips .lc-layers .layer .lh { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 22px; gap: 16px; }
.ips .lc-layers .layer .num { font-family: 'Bebas Neue', sans-serif; font-size: 44px; color: var(--ips-accent); letter-spacing: .04em; line-height: .85; }
.ips .lc-layers .layer .lbl { font-family: var(--font-mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--ips-muted); text-align: right; }
.ips .lc-layers .layer h3 { font-family: 'Bebas Neue', sans-serif; font-size: 34px; letter-spacing: .02em; color: var(--ips-ink); line-height: .98; margin-bottom: 16px; }
.ips .lc-layers .layer .layer-body { font-size: 13.5px; line-height: 1.8; color: var(--ips-ink); }
.ips .lc-layers .layer .layer-body p { margin-bottom: 12px; }
/* dark featured quote layer */
.ips .lc-layers .layer.is-quote { background: var(--ips-hero); color: var(--ips-cream); grid-column: 1 / -1; }
.ips .lc-layers .layer.is-quote .num { color: var(--ips-accent-bright); }
.ips .lc-layers .layer.is-quote h3, .ips .lc-layers .layer.is-quote .layer-body { color: var(--ips-cream); }
.ips .lc-layers .layer.is-quote .layer-body { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 46px); line-height: 1.05; letter-spacing: .01em; }
.ips .lc-layers .layer.is-quote .lbl { color: #a8b0bb; }
.ips .lc-layers .layer.is-quote .qmark { font-family: 'Bebas Neue', sans-serif; font-size: 120px; line-height: .6; color: var(--ips-accent-bright); opacity: .5; position: absolute; top: 20px; right: 28px; }
/* full-width mission layer */
.ips .lc-layers .layer.is-mission { grid-column: 1 / -1; border-right: none; }

/* ---------- pull quote band ---------- */
.ips .lc-pullquote { background: var(--ips-hero); color: var(--ips-cream); padding: 110px 56px; text-align: center; }
.ips .lc-pullquote .qmark { font-family: 'Bebas Neue', sans-serif; font-size: 110px; color: var(--ips-accent); line-height: .6; margin-bottom: 24px; }
.ips .lc-pullquote blockquote { font-family: 'Bebas Neue', sans-serif; font-size: clamp(34px, 6vw, 68px); line-height: 1.05; letter-spacing: .01em; max-width: 1100px; margin: 0 auto; }
.ips .lc-pullquote cite { display: block; margin-top: 40px; font-style: normal; font-family: var(--font-mono); font-size: 11px; letter-spacing: .26em; text-transform: uppercase; color: #a8b0bb; }
.ips .lc-pullquote cite b { display: block; font-family: 'Bebas Neue', sans-serif; font-size: 22px; color: var(--ips-cream); letter-spacing: .1em; margin-bottom: 6px; font-weight: 400; }

/* ---------- top utility bar ---------- */
.ips .lc-topbar { background: var(--ips-hero); color: var(--ips-cream); display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 10px 56px; border-bottom: 1px solid rgba(245,234,208,.08); font-family: var(--font-mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; flex-wrap: wrap; }
.ips .lc-topbar .left, .ips .lc-topbar .right { display: flex; gap: 24px; color: #8b929c; flex-wrap: wrap; align-items: center; }
.ips .lc-topbar b { color: var(--ips-cream); font-weight: 600; }
.ips .lc-topbar .dot { width: 6px; height: 6px; border-radius: 50%; background: #3a8a5c; display: inline-block; margin-right: 8px; box-shadow: 0 0 0 3px rgba(58,138,92,.18); }

/* ---------- body: sticky rail + content ---------- */
.ips .lc-body { display: grid; grid-template-columns: 220px 1fr; }
.ips .lc-rail { position: relative; border-right: 1px solid var(--ips-line); }
.ips .lc-rail-inner { position: sticky; top: 88px; padding: 56px 0 56px 56px; }
.ips .lc-rail h6 { font-family: 'Bebas Neue', sans-serif; font-size: 14px; letter-spacing: .24em; color: var(--ips-ink-soft); margin-bottom: 26px; }
.ips .lc-rail ul { list-style: none; display: flex; flex-direction: column; gap: 22px; margin: 0; padding: 0; }
.ips .lc-rail li { position: relative; }
.ips .lc-rail li a { display: flex; gap: 14px; text-decoration: none; }
.ips .lc-rail li .yr { font-family: 'Bebas Neue', sans-serif; font-size: 22px; color: var(--ips-ink-soft); min-width: 74px; letter-spacing: .04em; }
.ips .lc-rail li .lbl { font-family: var(--font-mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--ips-muted); margin-top: 6px; }
.ips .lc-rail li .tick { position: absolute; left: -56px; top: 8px; width: 8px; height: 8px; border: 1px solid var(--ips-ink-soft); background: var(--ips-cream); border-radius: 50%; }
.ips .lc-rail li.active .yr { color: var(--ips-accent); }
.ips .lc-rail li.active .lbl { color: var(--ips-ink); }
.ips .lc-rail li.active .tick { background: var(--ips-accent); border-color: var(--ips-accent); box-shadow: 0 0 0 4px rgba(224,84,31,.12); }
.ips .lc-rail .legend { margin-top: 44px; font-family: var(--font-mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--ips-muted); line-height: 1.9; }
.ips .lc-rail .legend b { color: var(--ips-ink); display: block; margin-bottom: 8px; }
.ips .lc-content { min-width: 0; }

/* section head */
.ips .lc-sechead { display: flex; align-items: baseline; justify-content: space-between; padding: 64px 56px 0; gap: 24px; flex-wrap: wrap; }
.ips .lc-sechead .kicker { display: flex; align-items: center; gap: 14px; font-family: var(--font-mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--ips-muted); }
.ips .lc-sechead .kicker .num { font-family: 'Bebas Neue', sans-serif; font-size: 18px; color: var(--ips-accent); }
.ips .lc-sechead h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(48px, 7vw, 84px); letter-spacing: .01em; color: var(--ips-ink); line-height: .9; }
.ips .lc-sechead .span { font-family: 'Bebas Neue', sans-serif; font-size: 20px; color: var(--ips-ink-soft); letter-spacing: .06em; }

/* ---------- what comes next ---------- */
.ips .lc-aspire { padding: 100px 56px; background: var(--ips-cream); }
.ips .lc-aspire-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 44px; flex-wrap: wrap; }
.ips .lc-aspire-head h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(44px, 6.5vw, 84px); letter-spacing: .01em; line-height: .9; color: var(--ips-ink); }
.ips .lc-aspire-head .sub { font-size: 13px; line-height: 1.7; color: var(--ips-ink-soft); max-width: 380px; }
.ips .lc-aspire-body { border-top: 1px solid var(--ips-ink); padding-top: 32px; font-size: 15px; line-height: 1.85; color: var(--ips-ink); max-width: 940px; }
.ips .lc-aspire-body p { margin-bottom: 16px; }

/* ---------- consultation cta ---------- */
.ips .lc-cta { background: var(--ips-hero); color: var(--ips-cream); padding: 90px 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.ips .lc-cta h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(44px, 6vw, 84px); line-height: .95; letter-spacing: .01em; }
.ips .lc-cta h2 em { font-style: normal; color: var(--ips-accent); }
.ips .lc-cta p { font-size: 14px; line-height: 1.8; color: #cfd4da; margin: 22px 0 0; max-width: 480px; }
.ips .lc-cta .tags { display: flex; gap: 10px; margin-top: 28px; flex-wrap: wrap; }
.ips .lc-cta .tag { border: 1px solid rgba(245,234,208,.25); color: #a8b0bb; padding: 6px 12px; font-family: var(--font-mono); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.ips .lc-cta .cta-panel { background: rgba(245,234,208,.04); border: 1px solid rgba(245,234,208,.12); padding: 40px; }
.ips .lc-cta .cta-panel h3 { font-family: 'Bebas Neue', sans-serif; font-size: 30px; letter-spacing: .04em; color: var(--ips-cream); margin-bottom: 14px; }
.ips .lc-cta .cta-panel p { margin: 0 0 24px; color: #a8b0bb; }
.ips .lc-btn { background: var(--ips-accent); color: var(--ips-cream); border: none; padding: 16px 26px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; cursor: pointer; display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.ips .lc-btn .arr { font-family: 'Bebas Neue', sans-serif; font-size: 18px; }
.ips .lc-btn.ghost { background: transparent; border: 1px solid rgba(245,234,208,.35); }

/* ---------- responsive ---------- */
@media (max-width: 991px) {
    .ips .lc-topbar { padding: 10px 24px; }
    .ips .lc-body { grid-template-columns: 1fr; }
    .ips .lc-rail { display: none; }
    .ips .lc-sechead { padding: 48px 24px 0; }
    .ips .lc-aspire { padding: 64px 24px; }
    .ips .lc-cta { grid-template-columns: 1fr; gap: 32px; padding: 64px 24px; }
}

/* tablet landscape band extended to 1279px: at this range the desktop hero
   grid was still trying to pack the giant lc-name + lc-meta + the 520px
   portrait + 56px gap into a viewport that is not wide enough, so the
   portrait was leaking or visually overlapping the name. collapse the hero
   grid to a single column across this band so the portrait sits below the
   text block; the rail is already hidden below 992px so this only affects
   the hero, not the journey region. */
@media (min-width: 992px) and (max-width: 1279px) {
    .ips .lc-hero-grid { grid-template-columns: 1fr; gap: 32px; min-height: 0; }
    .ips .lc-portrait { max-width: 460px; }
}
@media (max-width: 991px) {
    .ips .lc-hero, .ips .lc-strip, .ips .lc-howto, .ips .chapter,
    .ips .yearband, .ips .legacy-map-wrap, .ips .lc-layers, .ips .lc-pullquote { padding-left: 24px; padding-right: 24px; }
    .ips .lc-hero-grid { grid-template-columns: 1fr; gap: 32px; min-height: 0; }
    .ips .lc-portrait { max-width: 420px; }
    .ips .lc-howto { grid-template-columns: 1fr; gap: 18px; }
    .ips .lc-meta { grid-template-columns: repeat(2, auto); gap: 24px; }
    .ips .chapter .chap-top { grid-template-columns: 1fr; gap: 14px; }
    .ips .chapter .chap-mark { text-align: left; }
    .ips .chapter .chap-body, .ips .chapter .chap-body.flip { grid-template-columns: 1fr; gap: 24px; }
    .ips .chapter .chap-body.flip .chap-photo { order: 0; }
    .ips .yearband { font-size: 30px; }
    .ips .lc-layers { padding-top: 64px; padding-bottom: 64px; }
    .ips .lc-layers .layers-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 36px; }
    .ips .lc-layers .layer-grid { grid-template-columns: 1fr; }
    .ips .lc-layers .layer, .ips .lc-layers .layer:nth-child(2n) { border-right: none; }
}
@media (max-width: 560px) {
    .ips .chapter .meta-strip { grid-template-columns: 1fr 1fr; }
    .ips .yearband { font-size: 22px; flex-wrap: wrap; gap: 6px; }
    .ips .chapter .yearblock .year { font-size: 56px; }
}

/* career timeline; one row per roster season, hidden below 2 seasons */
.ips .lc-career { padding: 56px; background: var(--ips-cream-2); border-top: 1px solid var(--ips-line); }
.ips .lc-career .side { font-family: var(--font-mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--ips-accent); }
.ips .lc-career h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 4vw, 44px); letter-spacing: .02em; margin: 8px 0 28px; color: var(--ips-ink); }
.ips .lc-career-table { width: 100%; max-width: 920px; border-collapse: collapse; font-size: 14px; }
.ips .lc-career-table th { text-align: left; font-family: var(--font-mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--ips-ink-soft); padding: 10px 16px 10px 0; border-bottom: 2px solid var(--ips-line); }
.ips .lc-career-table td { padding: 12px 16px 12px 0; border-bottom: 1px solid var(--ips-line); color: var(--ips-ink); }
.ips .lc-career-table tbody tr:hover { background: rgba(20, 20, 20, .03); }
@media (max-width: 991px) { .ips .lc-career { padding: 32px 22px; } }

/* phone-impact pass: the sticky journey rail can't carry mobile, so the hero
   block, the chapter photos and the pull-quote band have to do more work on
   their own. the goal is parity with desktop in feel, not in layout. */
@media (max-width: 760px) {
    /* hero: lose the max-width portrait constraint, let the photo run full-width;
       headline bumps so the name still reads as the loudest thing on the screen */
    .ips .lc-hero { padding: 56px 20px 32px; }
    .ips .lc-hero .eyebrow { margin-bottom: 18px; }
    .ips .lc-hero-grid { gap: 24px; }
    .ips .lc-portrait { max-width: none; aspect-ratio: 4/5; }
    .ips .lc-name { font-size: clamp(48px, 13vw, 96px); }
    .ips .lc-tagline { margin-top: 22px; }
    .ips .lc-meta { gap: 18px 28px; margin-top: 28px; padding: 20px 0; }
    .ips .lc-meta .v { font-size: 24px; }
    .ips .lc-hero-cta { margin-top: 26px; padding-bottom: 0; }

    /* chapter content runs edge-to-edge; photos carry their natural aspect
       and gain visual weight without the side gutter eating space. on mobile
       the chap-top collapses to a single column with the year the loudest
       element; the chap-mark column is redundant with the chip rail above
       so it hides to clean up the hierarchy */
    .ips .chapter { padding: 40px 0 56px; }
    .ips .chapter .chap-top { padding: 0 20px 20px; grid-template-columns: 1fr; gap: 10px; align-items: start; }
    .ips .chapter .yearblock .year { font-family: 'Bebas Neue', sans-serif; font-size: clamp(72px, 18vw, 108px); line-height: .88; color: var(--ips-accent); }
    .ips .chapter .yearblock .span { font-size: 11px; letter-spacing: .26em; margin-top: 4px; }
    .ips .chapter .chap-title { font-size: clamp(28px, 7.5vw, 40px); margin-top: 4px; }
    .ips .chapter .chap-title small { margin-top: 8px; }
    .ips .chapter .chap-mark { display: none; }
    .ips .chapter .chap-body, .ips .chapter .chap-body.flip { padding: 0; gap: 20px; }
    .ips .chapter .chap-copy { padding: 0 20px; }
    .ips .chapter .chap-copy .narrative > p:first-child::first-letter { font-size: 60px; }
    .ips .legacy-map-wrap { padding: 0; }
    .ips .legacy-map-wrap > * { border-radius: 0; }

    /* section head: bigger journey title, more breathing on mobile */
    .ips .lc-sechead { padding: 56px 20px 0; gap: 12px; }
    .ips .lc-sechead h2 { font-size: clamp(48px, 13vw, 84px); }

    /* year strip: sticks just below the nav so chapters stay one tap away;
       the inner ol scrolls horizontally and snaps to each chip. only the
       chip for the chapter currently in view gets .active and is recoloured
       by legacy-rail.js to match the desktop sticky aside behaviour */
    .ips .lc-yearstrip { display: block; position: sticky; top: 0; z-index: 5; background: var(--ips-cream); border-top: 1px solid rgba(20,20,20,.12); border-bottom: 1px solid rgba(20,20,20,.18); margin: 0; }
    .ips .lc-yearstrip ol { list-style: none; margin: 0; padding: 10px 16px; display: flex; gap: 8px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
    .ips .lc-yearstrip ol::-webkit-scrollbar { display: none; }
    .ips .lc-yearstrip li { flex: 0 0 auto; scroll-snap-align: start; }
    .ips .lc-yearstrip a { display: inline-block; font-family: 'Bebas Neue', sans-serif; font-size: 16px; letter-spacing: .06em; color: var(--ips-muted); text-decoration: none; padding: 6px 12px; border: 1px solid rgba(20,20,20,.18); border-radius: 999px; background: transparent; line-height: 1; }
    .ips .lc-yearstrip li.active a { color: var(--ips-cream); background: var(--ips-accent); border-color: var(--ips-accent); }

    /* pull-quote band: louder so it actually lands as the editorial pivot */
    .ips .lc-pullquote { padding: 64px 20px; }
    .ips .lc-pullquote .qmark { font-size: 80px; margin-bottom: 18px; }
    .ips .lc-pullquote blockquote { font-size: clamp(34px, 9vw, 56px); }
    .ips .lc-pullquote cite { margin-top: 28px; }

    /* story-layer cells: grow numbers and headlines so each cell has presence
       on its own; one-per-row layout is already set by the 991 rule */
    .ips .lc-layers { padding: 64px 20px; }
    .ips .lc-layers .layers-head h2 { font-size: clamp(52px, 13vw, 84px); }
    .ips .lc-layers .layer { padding: 36px 24px; min-height: 280px; }
    .ips .lc-layers .layer .num { font-size: 54px; }
    .ips .lc-layers .layer h3 { font-size: 30px; }
    .ips .lc-layers .layer .layer-body { font-size: 14.5px; }
    .ips .lc-layers .layer.is-quote .layer-body { font-size: clamp(26px, 6.5vw, 36px); }

    /* CTA band: stack and breathe */
    .ips .lc-cta { padding: 64px 20px; gap: 28px; }
    .ips .lc-cta h2 { font-size: clamp(40px, 10vw, 60px); }
    .ips .lc-cta .cta-panel { padding: 28px; }

    /* career history table breathing */
    .ips .lc-career { padding: 36px 20px; }
}

/* IPS statement sign-off bar; sits between CTA and footer */
.ips .lc-ips-statement {
    background: #080e16;
    border-top: 1px solid rgba(255,255,255,.06);
    padding: 28px 40px;
    text-align: center;
}
.ips .lc-ips-statement p {
    margin: 0 auto;
    max-width: 760px;
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(242,230,210,.38);
    line-height: 1.8;
}
@media (max-width: 600px) {
    .ips .lc-ips-statement { padding: 22px 20px; }
}
