.tony-profile-page .tony-shell { width: min(980px, calc(100% - 32px)); margin-inline: auto; }
.tony-profile-page .tony-breadcrumb { width: min(1180px, calc(100% - 32px)); margin: 28px auto 0; }
.tony-profile-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .76fr); gap: clamp(28px, 5vw, 72px); align-items: center; padding: clamp(44px, 7vw, 88px) 0 clamp(56px, 8vw, 92px); }
.tony-profile-hero h1 { margin: 8px 0 12px; font-size: clamp(3rem, 7vw, 6rem); line-height: .92; letter-spacing: -.045em; }
.tony-profile-hero__role { margin: 0 0 8px; color: var(--forest); font-size: 1.05rem; font-weight: 800; }
.tony-profile-hero__relationship { margin: 0 0 18px; color: var(--muted); font-size: .9rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.tony-profile-hero__intro { max-width: 650px; font-size: 1.12rem; line-height: 1.65; }
.tony-profile-hero figure { margin: 0; overflow: hidden; border-radius: 18px; background: var(--forest); }
.tony-profile-hero img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; object-position: 50% 45%; }
.tony-profile-hero figcaption { padding: .8rem 1rem 1rem; color: var(--muted); font-size: .86rem; line-height: 1.5; }
.tony-interview { padding: clamp(52px, 8vw, 92px) 0; border-top: 1px solid var(--line); }
.tony-interview__note { margin: 0 0 clamp(34px, 5vw, 54px); padding: 1rem 1.2rem; border-left: 3px solid var(--gold); background: rgba(217,170,67,.08); line-height: 1.65; }
.tony-answer { padding: clamp(34px, 5vw, 56px) 0; border-top: 1px solid var(--line); }
.tony-answer h2 { max-width: 850px; margin: 0 0 24px; font-size: clamp(1.75rem, 3.8vw, 3rem); line-height: 1.08; letter-spacing: -.025em; }
.tony-answer p { max-width: 780px; font-size: 1.04rem; line-height: 1.72; }
.tony-answer__label { margin-bottom: 14px; color: var(--forest); font-size: .78rem !important; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.tony-answer blockquote { max-width: 760px; margin: 28px 0 0; padding-left: 1.2rem; border-left: 3px solid var(--gold); font-size: 1.13rem; line-height: 1.65; }
.tony-profile-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 26px; }
.tony-profile-related { padding: 0 0 clamp(58px, 8vw, 96px); }
.tony-profile-related p { color: var(--muted); }
.tony-profile-page a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
/* Credentials addendum: compact, profile-scoped reading lists. */
.tony-credits, .tony-career-profiles { border-top: 1px solid var(--line); }
.tony-credits h2, .tony-career-profiles h2 { max-width: 42rem; }
.tony-credit-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem 1.5rem; margin: 1.5rem 0; }
.tony-credit-list > div { border-top: 1px solid var(--line); padding-top: .75rem; }
.tony-credit-list dt { color: var(--ink); font-weight: 700; }
.tony-credit-list dt span { color: var(--muted); font-size: .92em; font-weight: 600; margin-left: .35rem; }
.tony-credit-list dd { color: var(--muted); margin: .35rem 0 0; }
.tony-credits a, .tony-career-profiles a { text-decoration-thickness: 1px; text-underline-offset: .16em; }
.tony-career-profiles ul { display: grid; gap: .5rem; margin: 1rem 0 0; padding-left: 1.25rem; }
#selected-credits { scroll-margin-top: 7rem; }
@media (max-width: 720px) { .tony-credit-list { grid-template-columns: 1fr; gap: .75rem; } }
@media (max-width: 720px) { .tony-profile-hero { grid-template-columns: 1fr; } .tony-profile-hero figure { max-width: 460px; } .tony-profile-hero img { aspect-ratio: 4 / 5; } .tony-profile-actions .button { width: 100%; justify-content: center; } }

/* Tony profile: approved uploaded photographs, kept local to this page. */
.tony-team-gallery { border-top: 1px solid var(--line); }
.tony-team-gallery h2 { margin-bottom: 1.4rem; }
.tony-team-gallery__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(18px, 3vw, 30px); }
.tony-team-gallery figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.tony-team-gallery picture { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--forest); }
.tony-team-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.tony-team-gallery figcaption { padding: .85rem 1rem 1rem; color: var(--muted); font-size: .9rem; line-height: 1.45; }
@media (max-width: 720px) { .tony-team-gallery__grid { grid-template-columns: 1fr; } }
