:root {
  --ink: #152027;
  --teal: #0b5a67;
  --teal-deep: #073f4b;
  --aqua: #0b7185;
  --orange: #c2410c;
  --paper: #f7f7f3;
  --muted: #657074;
  --line: #d8dfdd;
  --soft: #eef2ef;
  --white: #fff;
  --black: #0a0f12;
  --shadow: 0 18px 60px rgba(12, 31, 38, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--gh-font-body, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif); line-height: 1.6; }
h1, h2, h3, h4, h5, h6 { font-family: var(--gh-font-heading, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { color: inherit; font: inherit; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.wrap-wide { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.wrap-narrow { width: min(900px, calc(100% - 40px)); margin-inline: auto; }
.wrap-content { width: min(760px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: absolute; left: -9999px; top: 0; }
.skip-link:focus { left: 18px; top: 18px; z-index: 100; border-radius: 8px; background: var(--white); padding: 10px 14px; }
.eyebrow { margin: 0 0 14px; color: #55c8d8; font-size: 0.75rem; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow-dark { color: var(--teal); }

.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(15, 70, 80, 0.12); background: rgba(247, 247, 243, 0.95); backdrop-filter: blur(16px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 24px; }
.site-brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; color: var(--ink); font-size: 0.88rem; font-weight: 900; letter-spacing: 0.08em; text-decoration: none; }
.site-brand img { width: 46px; height: 46px; object-fit: contain; }
.site-nav { margin-left: auto; }
.site-nav .nav { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.site-nav a { display: block; border-radius: 999px; padding: 8px 10px; color: #4f5a5e; font-size: 0.86rem; font-weight: 800; text-decoration: none; }
.site-nav a:hover, .site-nav .nav-current a { background: #e6eeec; color: var(--teal-deep); }
.header-action { flex: 0 0 auto; border: 1px solid var(--teal-deep); border-radius: 8px; padding: 8px 12px; color: var(--teal-deep); font-size: 0.82rem; font-weight: 900; text-decoration: none; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; padding: 9px; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; padding: 12px 18px; font-weight: 900; text-decoration: none; }
.button-primary { background: var(--orange); color: var(--white); }
.button-secondary { border: 1px solid #b9c4c2; background: rgba(255, 255, 255, 0.65); }
.text-link { color: var(--teal); font-size: 0.82rem; font-weight: 900; letter-spacing: 0.07em; text-decoration: none; text-transform: uppercase; }

.home-hero { overflow: hidden; border-bottom: 1px solid var(--line); background: #edf2ef; }
.home-hero-grid { min-height: 680px; display: grid; grid-template-columns: 1.02fr 0.98fr; align-items: center; gap: 44px; padding-block: 64px; }
.home-hero h1 { max-width: 720px; margin: 0; font-size: clamp(3.8rem, 7vw, 6.4rem); line-height: 0.9; letter-spacing: 0; }
.home-hero-lede { max-width: 620px; margin: 28px 0; color: #485358; font-size: 1.25rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.home-hero-art { height: 560px; display: grid; place-items: center; overflow: hidden; }
.home-hero-art img { width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: 60% 23%; transform: scale(1.18); transform-origin: 60% 23%; mix-blend-mode: multiply; filter: contrast(1.03); mask-image: radial-gradient(ellipse 88% 86% at 60% 25%, #000 68%, transparent 100%); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 34px; margin-bottom: 28px; }
.section-heading h2, .listing-header h1 { margin: 0; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 0.98; letter-spacing: 0; }
.section-heading > p { max-width: 520px; margin: 0; color: var(--muted); }
.team-section { padding-block: 90px; scroll-margin-top: 90px; }
.team-primary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.person-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow); color: inherit; text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.person-card:hover { transform: translateY(-3px); box-shadow: 0 22px 68px rgba(12, 31, 38, 0.18); }
.lead-card { min-height: 360px; display: grid; grid-template-columns: 44% 56%; }
.portrait-wrap { min-height: 360px; background: #dfe6e4; }
.portrait-wrap img { width: 100%; height: 100%; object-fit: cover; }
.person-body { display: flex; flex-direction: column; justify-content: center; padding: 30px; }
.person-topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.person-topline h3 { margin: 0; font-size: 2rem; }
.live-dot { display: inline-flex; align-items: center; gap: 7px; border-radius: 999px; background: #fff0e5; padding: 6px 8px; color: #9e4300; font-size: 0.68rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.live-dot::before { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); content: ""; }
.live-dot-teal { background: #e8f5f7; color: #075866; }
.live-dot-teal::before { background: var(--aqua); }
.role { margin: 4px 0 22px; color: var(--muted); font-size: 0.86rem; }
.status { margin: 0 0 12px; font-size: 1.18rem; font-weight: 800; line-height: 1.35; }
.status-meta { color: #5d6669; font-size: 0.88rem; }
.status-meta ul { margin: 0; padding-left: 18px; line-height: 1.45; }
.achievements-title { margin: 0 0 5px; color: var(--ink); font-weight: 900; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.tag-list a, .tag-list span { border: 1px solid #cdd5d3; border-radius: 999px; background: #f7faf9; padding: 5px 8px; font-size: 0.7rem; font-weight: 800; text-decoration: none; }
.profile-cta { margin-top: 18px; color: var(--teal); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.07em; text-transform: uppercase; }
.team-secondary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.mini-person-card { display: grid; grid-template-columns: 112px 1fr; align-items: center; gap: 18px; border: 1px solid #d5ddda; border-radius: 8px; background: var(--soft); padding: 14px; }
.mini-person-card img { width: 112px; height: 112px; border-radius: 6px; object-fit: cover; }
.mini-kicker { margin: 0 0 3px; color: var(--teal); font-size: 0.66rem; font-weight: 900; letter-spacing: 0.16em; }
.mini-person-card h3 { margin: 0; font-size: 1.35rem; }
.mini-status { margin: 5px 0 0; font-weight: 700; line-height: 1.4; }

.blog-threshold { overflow: hidden; border-block: 1px solid #26343a; background: var(--black); padding-block: 64px; color: var(--white); }
.threshold-stage { min-height: 620px; display: grid; grid-template-columns: 40% 60%; }
.threshold-copy { align-self: center; padding: 34px 54px 34px 0; }
.threshold-copy h2 { max-width: 520px; margin: 0; font-size: clamp(3rem, 5vw, 5.2rem); line-height: 0.94; letter-spacing: 0; }
.threshold-lede { margin: 30px 0 7px; color: var(--white); font-size: 1.22rem; font-weight: 850; }
.threshold-subtext { max-width: 430px; margin: 0; color: #bdc9ca; font-size: 1.02rem; }
.threshold-meta { display: inline-block; margin-top: 34px; border-top: 1px solid #405056; padding-top: 13px; color: #819295; font-size: 0.7rem; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.threshold-link { display: block; width: fit-content; margin-top: 22px; color: #7ad5df; font-size: 0.82rem; font-weight: 900; text-decoration: none; }
.gym-radar-link { display: flex; align-items: center; flex-wrap: wrap; gap: 7px 9px; width: fit-content; margin-top: 18px; color: #c9d5d6; font-size: 0.78rem; text-decoration: none; }
.gym-radar-link > img { flex: 0 0 20px; border-radius: 3px; }
.gym-radar-link > span { color: #55c8d8; font-size: 0.65rem; font-weight: 950; letter-spacing: 0.13em; text-transform: uppercase; }
.gym-radar-link strong { font-weight: 800; }
.gym-radar-link:hover strong { color: var(--white); text-decoration: underline; text-underline-offset: 4px; }
.threshold-photo { min-height: 620px; overflow: hidden; border-left: 1px solid #2a373c; background: #050809; }
.threshold-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 57% 48%; transform: scale(1.08); transform-origin: 57% 48%; }

.latest-section { border-block: 1px solid var(--line); background: var(--white); padding-block: 90px; scroll-margin-top: 90px; }
.latest-heading { align-items: center; }
.topic-nav { display: flex; flex-wrap: wrap; gap: 8px; }
.topic-nav a { border: 1px solid #cdd5d3; border-radius: 999px; background: #f8faf9; padding: 7px 10px; color: #4d5a5e; font-size: 0.78rem; font-weight: 800; text-decoration: none; }
.topic-nav a:hover, .topic-nav .active { border-color: var(--teal-deep); background: var(--teal-deep); color: var(--white); }
.featured-post { display: grid; grid-template-columns: 43% 57%; overflow: hidden; border: 1px solid #dce2e0; border-radius: 8px; box-shadow: var(--shadow); }
.featured-post-no-image { grid-template-columns: 1fr; }
.featured-media { min-height: 660px; overflow: hidden; background: #111; }
.featured-media img { width: 100%; height: 100%; object-fit: cover; }
.featured-copy { padding: 44px 48px; }
.featured-meta, .post-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--muted); font-size: 0.78rem; }
.topic-link { color: var(--teal); font-size: 0.7rem; font-weight: 950; letter-spacing: 0.12em; text-decoration: none; text-transform: uppercase; }
.featured-copy h2 { margin: 20px 0; font-size: clamp(2.2rem, 4.5vw, 4.2rem); line-height: 0.98; letter-spacing: 0; }
.featured-copy h2 a { text-decoration: none; }
.featured-dek { color: #425055; font-size: 1.16rem; font-weight: 750; }
.featured-copy .button { margin-top: 26px; }
.empty-state { grid-column: 1 / -1; margin: 0; border: 1px dashed #b9c4c2; border-radius: 8px; background: var(--paper); padding: 30px; color: var(--muted); font-weight: 700; text-align: center; }

.archive-section, .listing-section { padding-block: 90px; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.post-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.post-card-media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #111; text-decoration: none; }
.post-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.25s ease; }
.post-card:hover .post-card-media img { transform: scale(1.025); }
.post-card-placeholder { width: 100%; height: 100%; display: grid; place-content: center; background: var(--teal-deep); color: var(--white); text-align: center; }
.post-card-placeholder strong { color: var(--orange); font-size: 2.5rem; line-height: 1; }
.post-card-placeholder span { font-size: 0.68rem; font-weight: 900; letter-spacing: 0.16em; }
.post-card-body { flex: 1; display: flex; flex-direction: column; padding: 22px; }
.post-card h2 { margin: 14px 0 10px; font-size: 1.48rem; line-height: 1.12; }
.post-card h2 a { text-decoration: none; }
.post-card p { margin: 0 0 20px; color: #596267; }
.post-card .text-link { margin-top: auto; }
.pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; margin-top: 48px; border-top: 1px solid var(--line); padding-top: 22px; color: var(--muted); font-size: 0.82rem; }
.pagination div:last-child { text-align: right; }
.pagination a { color: var(--teal); font-weight: 900; text-decoration: none; }

.career-section { border-block: 1px solid #d4dcda; background: #e9eeeb; padding-block: 90px; }
.career-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 48px; }
.career-image { overflow: hidden; border-radius: 8px; background: #111; box-shadow: var(--shadow); }
.career-image img { width: 100%; min-height: 560px; object-fit: cover; }
.career-copy h2 { margin: 0 0 16px; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 0.98; }
.career-lede { font-size: 1.2rem; font-weight: 850; }
.career-copy blockquote { margin: 28px 0; border-left: 4px solid var(--orange); background: var(--white); padding: 18px 20px; font-size: 1.18rem; font-weight: 850; }

.listing-header { border-bottom: 1px solid var(--line); background: var(--soft); padding-block: 86px 62px; }
.listing-header p:not(.eyebrow) { max-width: 680px; margin: 20px 0 0; color: var(--muted); font-size: 1.08rem; }
.listing-topics { margin-bottom: 30px; }
.author-heading { display: grid; grid-template-columns: 120px 1fr; align-items: center; gap: 26px; }
.author-heading img { width: 120px; height: 120px; border-radius: 6px; object-fit: cover; }

.article-header { padding-block: 92px 54px; text-align: center; }
.article-header h1 { margin: 16px 0 24px; font-size: clamp(3rem, 7vw, 6rem); line-height: 0.94; letter-spacing: 0; }
.article-dek { max-width: 760px; margin: 0 auto 26px; color: #465156; font-size: clamp(1.15rem, 2.2vw, 1.42rem); }
.article-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; color: var(--muted); font-size: 0.8rem; }
.article-feature { margin-bottom: 64px; }
.article-feature img { width: 100%; max-height: 780px; object-fit: cover; }
.article-feature figcaption { margin-top: 10px; color: var(--muted); font-size: 0.75rem; text-align: center; }
.article-footer { margin-top: 64px; border-top: 1px solid var(--line); padding-block: 24px 72px; }
.article-author { display: grid; grid-template-columns: 72px 1fr; align-items: center; gap: 18px; margin-top: 34px; }
.article-author img { width: 72px; height: 72px; border-radius: 6px; object-fit: cover; }
.article-author span { display: block; color: var(--muted); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.article-author strong { font-size: 1.1rem; }
.article-author p { margin: 4px 0 0; color: var(--muted); }
.related-posts { border-top: 1px solid var(--line); background: var(--soft); padding-block: 72px; }
.compact-heading { margin-bottom: 26px; }
.compact-heading h2 { font-size: clamp(1.9rem, 3vw, 3rem); }
.page-article { padding-bottom: 90px; }
.page-article .article-header { padding-bottom: 40px; }

.gh-content { color: #29353a; font-family: var(--gh-font-body, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif); font-size: 1.12rem; line-height: 1.78; }
.gh-content > * { margin-top: 0; margin-bottom: 1.5em; }
.gh-content h2, .gh-content h3, .gh-content h4 { color: var(--ink); line-height: 1.12; }
.gh-content h2 { margin-top: 1.7em; font-size: 2rem; }
.gh-content h3 { margin-top: 1.6em; font-size: 1.5rem; }
.gh-content a { color: var(--teal); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.gh-content blockquote { margin-inline: 0; border-left: 4px solid var(--orange); padding-left: 24px; color: #435055; font-size: 1.25rem; font-style: italic; }
.gh-content img { width: 100%; }
.gh-content figcaption { color: var(--muted); font-family: var(--gh-font-body, Inter, ui-sans-serif, system-ui, sans-serif); font-size: 0.75rem; text-align: center; }
.gh-content .kg-width-wide { width: min(1040px, calc(100vw - 40px)); margin-left: 50%; transform: translateX(-50%); }
.gh-content .kg-width-full { width: 100vw; margin-left: 50%; transform: translateX(-50%); }
.gh-content .kg-gallery-container { display: flex; flex-direction: column; gap: 8px; }
.gh-content .kg-gallery-row { display: flex; gap: 8px; }
.gh-content .kg-gallery-image { flex: 1; }
.gh-content .kg-gallery-image img { width: 100%; height: 100%; object-fit: cover; }
.gh-content .kg-card { font-family: var(--gh-font-body, Inter, ui-sans-serif, system-ui, sans-serif); }
.gh-content .kg-callout-card, .gh-content .kg-toggle-card { border: 1px solid var(--line); border-radius: 8px; background: var(--soft); padding: 20px; }
.gh-content .kg-button-card a.kg-btn { border-radius: 8px; background: var(--orange); color: var(--white); font-weight: 900; }
.gh-content .kg-bookmark-card a { color: var(--ink); text-decoration: none; }
.gh-content .kg-bookmark-container { display: flex; min-height: 150px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.gh-content .kg-bookmark-content { display: flex; min-width: 0; flex: 1; flex-direction: column; justify-content: center; padding: 22px; }
.gh-content .kg-bookmark-title { font-weight: 900; line-height: 1.25; }
.gh-content .kg-bookmark-description { display: -webkit-box; overflow: hidden; margin-top: 8px; color: var(--muted); font-size: 0.9rem; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.gh-content .kg-bookmark-metadata { display: flex; align-items: center; gap: 8px; margin-top: 16px; color: var(--muted); font-size: 0.76rem; }
.gh-content .kg-bookmark-icon { width: 20px; height: 20px; border-radius: 3px; }
.gh-content .kg-bookmark-author, .gh-content .kg-bookmark-publisher { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gh-content .kg-bookmark-thumbnail { position: relative; width: 34%; min-width: 180px; }
.gh-content .kg-bookmark-thumbnail img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gh-content iframe, .gh-content video { max-width: 100%; }

.profile-hero { height: clamp(360px, 55vh, 520px); overflow: hidden; background: #dfe6e4; }
.profile-hero img { width: 100%; height: 100%; object-fit: cover; }
.strike-profile .profile-hero img { object-position: 34% 42%; }
.banshee-profile .profile-hero img { object-position: 58% 38%; }
.profile-identity { background: var(--teal-deep); color: var(--white); }
.profile-identity-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr); align-items: end; gap: 42px 64px; padding-block: 40px 46px; }
.back-link { display: inline-block; margin-bottom: 22px; font-size: 0.8rem; font-weight: 850; text-decoration: none; }
.profile-identity h1 { margin: 0; font-size: clamp(4rem, 8vw, 6.5rem); line-height: 0.88; }
.profile-lede { max-width: 560px; margin: 18px 0 0; font-size: clamp(1.18rem, 2.2vw, 1.55rem); font-weight: 750; }
.profile-status { margin: 0; border-left: 4px solid var(--orange); padding-left: 16px; font-weight: 800; }
.profile-status-detail { max-width: 520px; margin: 12px 0 0; padding-left: 20px; color: #c7d8d9; font-size: 0.9rem; line-height: 1.55; }
.profile-status-detail a { color: #8ddce7; font-weight: 800; }
.profile-tags a { border-color: rgba(255, 255, 255, 0.4); background: rgba(7, 31, 38, 0.45); color: var(--white); }
.registered-name { grid-column: 1 / -1; margin: 0; border-top: 1px solid rgba(255, 255, 255, 0.2); padding-top: 22px; color: #d8e5e5; font-size: 0.88rem; font-weight: 750; line-height: 1.55; }
.profile-intro { padding-block: 88px; }
.profile-intro-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr); align-items: start; gap: 72px; }
.profile-intro h2, .profile-section-heading h2 { max-width: 760px; margin: 0 0 22px; font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: 0.98; }
.profile-intro-grid > div > p { max-width: 720px; color: #3f4b50; font-size: 1.12rem; }
.latest-achievement { margin: 36px 0 0; }
.latest-achievement img { width: 100%; aspect-ratio: 5 / 4; border-radius: 8px; object-fit: cover; }
.latest-achievement figcaption { margin-top: 10px; color: var(--muted); font-size: 0.74rem; font-weight: 800; }
.facts { margin: 8px 0 0; border-top: 1px solid var(--line); }
.facts div { display: grid; grid-template-columns: 105px 1fr; gap: 18px; border-bottom: 1px solid var(--line); padding: 14px 0; }
.facts dt { color: var(--muted); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.facts dd { margin: 0; font-weight: 750; }
.history-section { border-block: 1px solid var(--line); background: var(--soft); padding-block: 88px; }
.profile-section-heading { margin-bottom: 54px; }
.chapter-list { display: grid; gap: 72px; }
.chapter { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 52px; }
.chapter:nth-child(even) img { order: 2; }
.chapter img { width: 100%; aspect-ratio: 4 / 3; border-radius: 8px; object-fit: cover; }
.chapter-label { margin: 0 0 10px; color: var(--orange); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.14em; }
.chapter h3 { margin: 0 0 16px; font-size: clamp(1.9rem, 3.4vw, 3rem); line-height: 1.03; }
.chapter p { color: #3f4b50; }
.video-embed { width: 100%; margin-top: 26px; overflow: hidden; border-radius: 8px; background: var(--black); aspect-ratio: 16 / 9; }
.video-embed iframe { width: 100%; height: 100%; border: 0; }
.catch-montage { margin-top: 88px; border-top: 1px solid var(--line); padding-top: 54px; }
.catch-montage header { margin-bottom: 28px; }
.catch-montage h3 { margin: 0; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1; }
.catch-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.catch-frame { position: relative; display: block; overflow: hidden; border-radius: 6px; background: #dbe2df; aspect-ratio: 4 / 3; }
.catch-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 240ms ease; }
.catch-frame:hover img { transform: scale(1.025); }
.catch-frame-portrait img { object-position: center 36%; }
.catch-frame-focus-face img { object-position: center top; transform: none; }
.catch-frame-focus-face:hover img { transform: scale(1.025); transform-origin: center top; }
.catch-frame-final { grid-column: 1 / -1; aspect-ratio: 16 / 9; }
.profile-editor-section { padding-block: 88px; }
.profile-next { background: var(--teal-deep); color: var(--white); padding-block: 58px; }
.profile-next-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.profile-next p { margin: 0; color: #8ddce7; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.profile-next h2 { margin: 2px 0 0; font-size: clamp(2rem, 4vw, 3.5rem); }
.profile-next a { color: var(--white); font-weight: 900; text-decoration: none; }

.training-page-hero { background: var(--black); color: var(--white); padding-block: 64px; }
.training-page-grid { min-height: 620px; display: grid; grid-template-columns: 40% 60%; }
.training-page-copy { align-self: center; padding-right: 54px; }
.training-page-copy h1 { margin: 0 0 24px; font-size: clamp(3rem, 5vw, 5rem); line-height: 0.94; }
.training-page-copy > p:last-child { color: #bdc9ca; font-size: 1.08rem; }
.training-page-image { overflow: hidden; border-left: 1px solid #2a373c; }
.training-page-image img { width: 100%; height: 100%; object-fit: cover; object-position: 57% 48%; }
.training-page-content { padding-block: 88px; }
.error-page { min-height: 70vh; display: grid; align-content: center; justify-items: start; padding-block: 80px; }
.error-page h1 { margin: 0 0 12px; font-size: clamp(3rem, 7vw, 6rem); line-height: 0.95; }
.error-page .button { margin-top: 20px; }

.site-footer { background: #0e171b; color: #d8dfdf; padding-block: 28px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand { display: flex; align-items: center; gap: 10px; font-size: 0.82rem; font-weight: 950; letter-spacing: 0.09em; }
.footer-brand img { width: 38px; height: 38px; object-fit: contain; }
.site-footer p { margin: 0; }
.site-footer a { color: #7ad5df; font-size: 0.8rem; font-weight: 900; text-decoration: none; }
.footer-links { display: flex; align-items: center; gap: 20px; }

@media (max-width: 1040px) {
  .header-inner { flex-wrap: wrap; gap: 10px 18px; padding-block: 10px; }
  .site-nav { order: 3; width: 100%; }
  .site-nav .nav { justify-content: center; }
  .header-action { margin-left: auto; }
  .home-hero-grid { grid-template-columns: 1fr; min-height: 0; padding-block: 54px; }
  .home-hero-art { height: 430px; }
  .team-primary-grid, .team-secondary-grid, .career-grid { grid-template-columns: 1fr; }
  .lead-card { grid-template-columns: 38% 62%; }
  .threshold-copy { padding-right: 38px; }
  .featured-post { grid-template-columns: 1fr; }
  .featured-media { min-height: 440px; max-height: 600px; }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
  .career-image img { min-height: 460px; }
  .profile-identity-grid, .profile-intro-grid { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 680px) {
  .wrap, .wrap-wide, .wrap-narrow, .wrap-content { width: min(100% - 24px, 1180px); }
  .site-header { position: relative; }
  .header-inner { min-height: 64px; flex-wrap: nowrap; }
  .site-brand span { display: none; }
  .site-brand img { width: 42px; height: 42px; }
  .has-js .nav-toggle { display: block; margin-left: auto; }
  .site-nav { position: absolute; top: 64px; left: 0; width: 100%; border-block: 1px solid var(--line); background: var(--paper); padding: 10px 12px 14px; }
  .has-js .site-nav { display: none; }
  .has-js .site-nav.is-open { display: block; }
  .site-nav .nav { align-items: stretch; flex-direction: column; }
  .site-nav a { border-radius: 4px; padding: 10px 12px; }
  .header-action { margin-left: 0; padding: 7px 9px; }
  .home-hero h1 { font-size: 3.25rem; }
  .home-hero-art { height: 350px; }
  .team-section, .latest-section, .archive-section, .listing-section, .career-section { padding-block: 60px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
  .lead-card { grid-template-columns: 1fr; }
  .portrait-wrap { min-height: 315px; max-height: 315px; }
  .person-body { padding: 22px; }
  .person-topline h3 { font-size: 1.8rem; }
  .team-secondary-grid { grid-template-columns: 1fr; }
  .mini-person-card { grid-template-columns: 88px 1fr; }
  .mini-person-card img { width: 88px; height: 88px; }
  .blog-threshold { padding-block: 52px; }
  .threshold-stage { min-height: 0; grid-template-columns: 1fr; }
  .threshold-copy { padding: 0 4px 38px; }
  .threshold-copy h2 { font-size: 3.35rem; }
  .threshold-lede { margin-top: 24px; }
  .threshold-meta { margin-top: 26px; }
  .threshold-photo { min-height: 0; aspect-ratio: 4 / 5; border-top: 1px solid #2a373c; border-left: 0; }
  .threshold-photo img { transform: scale(1.06); }
  .topic-nav { width: 100%; }
  .featured-media { min-height: 360px; }
  .featured-copy { padding: 28px 22px; }
  .featured-copy h2 { font-size: 2.5rem; }
  .post-grid { grid-template-columns: 1fr; }
  .career-grid { gap: 28px; }
  .career-image img { min-height: 360px; }
  .listing-header { padding-block: 58px 42px; }
  .author-heading { grid-template-columns: 82px 1fr; }
  .author-heading img { width: 82px; height: 82px; }
  .article-header { padding-block: 62px 38px; text-align: left; }
  .article-header h1 { font-size: 3.1rem; }
  .article-meta { justify-content: flex-start; }
  .article-feature { width: 100%; margin-bottom: 44px; }
  .gh-content { font-size: 1.04rem; }
  .gh-content .kg-gallery-row { flex-direction: column; }
  .gh-content .kg-bookmark-container { flex-direction: column; }
  .gh-content .kg-bookmark-thumbnail { width: 100%; min-width: 0; aspect-ratio: 16 / 9; }
  .profile-hero { height: 380px; }
  .profile-identity-grid { padding-block: 34px 40px; }
  .profile-identity h1 { font-size: 4.2rem; }
  .profile-intro, .history-section, .profile-editor-section { padding-block: 60px; }
  .chapter { grid-template-columns: 1fr; gap: 24px; }
  .chapter:nth-child(even) img { order: 0; }
  .catch-montage { margin-top: 60px; padding-top: 40px; }
  .catch-grid { grid-template-columns: 1fr; gap: 10px; }
  .catch-frame-final { grid-column: auto; aspect-ratio: 4 / 3; }
  .chapter-list { gap: 52px; }
  .profile-next-inner { align-items: flex-start; flex-direction: column; }
  .training-page-hero { padding-block: 52px; }
  .training-page-grid { min-height: 0; grid-template-columns: 1fr; }
  .training-page-copy { padding: 0 4px 38px; }
  .training-page-image { aspect-ratio: 4 / 5; border-top: 1px solid #2a373c; border-left: 0; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
