/* Minimal educational edition. Shared functional components remain in styles.css. */
:root {
  --ink: #17212a; --paper: #fff; --paper-bright: #fff; --muted: #56616a;
  --line: #dde2e6; --blue: #23485b; --night: #172b38; --acid: #bad8dd;
  --academy-paper: #f5f7f8; --copper: #b39758;
  --sans: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", sans-serif;
  --serif: var(--sans); --mono: var(--sans); --gutter: clamp(20px, 4vw, 56px);
}
html { scroll-padding-top: 94px; }
body { background: #fff; font-size: 16px; line-height: 1.65; }
.academic-page, .admin-page { --academy-paper: #f5f7f8; background: #fff; }
.academic-page .site-header { background: #fff; border-bottom: 1px solid var(--line); }
body::before { display: none; }
h1, h2, h3, h4 { text-wrap: balance; }
h1 em, h2 em, h3 em, .footer-statement em { font-style: normal; }
button, input, select { font-family: var(--sans); }
:focus-visible { outline: 3px solid #39768e; outline-offset: 4px; }
.site-header { min-height: 76px; background: #fff; backdrop-filter: none; border-color: var(--line); }
.brand { font-size: 12px; letter-spacing: .045em; line-height: 1.35; }
.site-nav { gap: 22px; font-size: 13px; letter-spacing: 0; text-transform: none; }
.site-nav a { padding: 26px 0; white-space: nowrap; }
.site-nav a::after { bottom: 19px; height: 1px; }
.checkin-link, .member-login-trigger { min-height: 40px; padding: 9px 15px; border-radius: 5px; font-size: 13px; font-weight: 600; letter-spacing: 0; text-transform: none; }
.checkin-link { color: var(--ink); background: #fff; border-color: var(--line); }
.member-login-trigger { color: #fff; background: var(--ink); }
.menu-toggle { border-radius: 5px; border-color: var(--line); cursor: pointer; }
.wrap { width: min(1120px, calc(100% - 2 * var(--gutter))); margin-inline: auto; }
.eyebrow { margin: 0 0 22px; color: var(--muted); font: 600 12px/1.5 var(--sans); letter-spacing: .085em; text-transform: uppercase; }
.clean-hero { padding-top: 88px; }
.clean-hero h1 { max-width: 900px; margin: 0 0 28px; font: 600 clamp(38px, 4.7vw, 64px)/1.1 var(--sans); letter-spacing: -.04em; }
.clean-lead { max-width: 620px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.clean-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 30px; }
.clean-button { display: inline-flex; align-items: center; gap: 30px; padding: 13px 20px; border: 1px solid var(--ink); border-radius: 5px; color: #fff; background: var(--ink); font-size: 14px; font-weight: 600; }
.clean-button:hover { background: var(--blue); }
.text-link { display: inline-block; font-size: 14px; font-weight: 600; text-underline-offset: 5px; }
.text-link:hover { text-decoration: underline; }
.hero-footnote { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin-top: 65px; padding: 22px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.inner-hero { padding-bottom: 60px; }
.page-jump { display: flex; gap: 28px; flex-wrap: wrap; padding-block: 18px; border-block: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.page-jump a:hover { text-decoration: underline; }
.clean-section { padding-block: 74px; }
.clean-section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; margin-bottom: 42px; }
.clean-section-head .eyebrow { margin-bottom: 15px; }
.clean-section-head h2 { max-width: 520px; margin: 0; font: 600 clamp(28px, 3vw, 40px)/1.18 var(--sans); letter-spacing: -.035em; }
.clean-section-head > p { margin: 0; color: var(--muted); font-size: 16px; }
.capabilities-layout { display: grid; grid-template-columns: minmax(260px, .85fr) minmax(0, 1.65fr); gap: 52px; }
.framework-panel { display: flex; flex-direction: column; padding: 32px; color: #fff; background: var(--night); border-radius: 4px; }
.framework-panel .eyebrow { color: #bcd0dc; font-size: 11px; }
.framework-panel h3 { margin: 20px 0; font-size: 36px; font-weight: 500; line-height: 1.15; letter-spacing: -.03em; }
.framework-panel > p:not(.eyebrow) { margin: 0 0 22px; color: #c1cdd5; font-size: 15px; }
.framework-steps { display: grid; margin: auto 0 28px; }
.framework-steps span { display: flex; gap: 22px; padding: 12px 0; border-top: 1px solid #ffffff30; color: #a8c5d3; font-size: 12px; }
.framework-steps b { color: #fff; font-size: 14px; font-weight: 500; }
.framework-panel > a { display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid #ffffff30; font-size: 14px; font-weight: 600; }
.framework-panel small { margin-top: 16px; color: #b6c6d0; font-size: 12px; }
.capability-list { border-top: 1px solid var(--line); }
.capability-row { display: grid; grid-template-columns: 34px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.row-number { padding-top: 4px; color: var(--muted); font-size: 12px; }
.capability-row h3 { margin: 0 0 6px; font-size: 20px; font-weight: 600; letter-spacing: -.015em; }
.capability-row p { max-width: 720px; margin: 0; color: var(--muted); font-size: 15px; }
.subtle-section { border-block: 1px solid var(--line); background: #f7f8f9; }
.topic-preview { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.topic-preview > * { display: flex; flex-direction: column; align-items: start; padding-top: 25px; border-top: 1px solid #c5cdd3; }
.topic-preview .eyebrow { margin-bottom: 28px; font-size: 11px; }
.topic-preview h3 { margin: 0 0 12px; font-size: 24px; line-height: 1.3; font-weight: 600; letter-spacing: -.025em; }
.topic-preview p { margin: 0 0 25px; color: var(--muted); font-size: 15px; }
.topic-preview .text-link { margin-top: auto; }
.activity-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; border-top: 1px solid var(--line); padding-top: 32px; }
.activity-layout h3 { margin: 0 0 14px; font-size: 24px; line-height: 1.3; font-weight: 600; letter-spacing: -.025em; }
.activity-layout p { color: var(--muted); font-size: 15px; }
.assigned-summary { padding-left: 38px; border-left: 1px solid var(--line); }
.assigned-summary .eyebrow { margin-bottom: 12px; }
.clean-notice { padding-block: 28px; margin-bottom: 60px; border-top: 1px solid var(--line); }
.clean-notice h2 { font-size: 14px; }
.clean-notice p { max-width: 900px; color: var(--muted); font-size: 13px; }
.clean-notice a { text-decoration: underline; }
.site-footer { padding: 48px max(var(--gutter), calc((100vw - 1120px) / 2)) 24px; border-top: 1px solid var(--line); color: var(--ink); background: #f5f7f8; }
.footer-top { gap: 40px; padding-bottom: 20px; }
.footer-nav a:hover { color: var(--blue); }
.footer-statement { margin: 20px 0 0; font-size: 26px; line-height: 1.3; letter-spacing: -.025em; font-weight: 500; }
.footer-statement em { color: inherit; }
.footer-nav h2 { color: var(--muted); font-size: 12px; }
.footer-nav a, .footer-nav span { font-size: 14px; color: var(--muted); }
.footer-bottom { margin-top: 42px; padding-top: 20px; border-color: var(--line); color: var(--muted); font-size: 12px; letter-spacing: 0; text-transform: none; }
.topic-directory { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 44px; border-top: 1px solid var(--line); }
.topic-directory .division-card { grid-template-columns: 28px 1fr; gap: 15px; min-height: 0; padding: 27px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; }
.topic-directory .division-card::before, .topic-directory .division-card::after { display: none; }
.topic-directory .division-card h2 { margin: 8px 0; font-size: 22px; font-weight: 600; line-height: 1.3; }
.topic-directory .division-card p { font-size: 15px; }
.division-type { font-size: 11px; }
.filter-bar { flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.filter-button { padding: 10px 15px; border: 1px solid var(--line); border-radius: 4px; font: 500 14px/1.4 var(--sans); letter-spacing: 0; text-transform: none; }
.filter-button[aria-pressed="true"] { color: #fff; background: var(--ink); }
.status-document, .study-example { max-width: 850px; padding: 32px; border: 1px solid var(--line); border-radius: 4px; background: #fff; }
.status-label { display: inline-block; padding: 5px 10px; color: #355061; background: #eef3f5; border-radius: 3px; font-size: 12px; }
.status-document h3, .study-example h3 { font-size: 26px; font-weight: 600; line-height: 1.35; letter-spacing: -.025em; }
.status-document p, .study-example p, details p, details li, .study-example li { color: var(--muted); font-size: 15px; }
.study-example li { margin-bottom: 10px; }
details { border-top: 1px solid var(--line); }
summary { padding-block: 20px; cursor: pointer; font-size: 16px; font-weight: 600; }
details p { margin: 0 0 24px; max-width: 800px; }
.scope-list { max-width: 850px; border-bottom: 1px solid var(--line); }
/* Member and reward views: smaller headings and explicit assigned-result language. */
.product-page .section { padding-block: 56px; }
.product-page .section-title { max-width: 750px; font-size: clamp(26px, 3vw, 38px); font-weight: 600; line-height: 1.25; letter-spacing: -.03em; }
.product-page .section-head { grid-template-columns: .6fr 1.4fr; gap: 32px; }
.product-page .section-no, .prototype-banner { font-size: 12px; letter-spacing: .015em; }
.prototype-banner { background: #edf2f5; color: var(--ink); border-color: var(--line); }
.member-hero-main { padding-block: 52px; }
.member-hero-main h1 { font-size: clamp(34px, 4vw, 54px); font-weight: 600; line-height: 1.15; letter-spacing: -.03em; }
.member-hero-aside { padding: 35px; }
.member-hero-aside strong { font-size: 24px; }
.member-hero-aside span, .member-id { font-size: 12px; }
.member-sidebar a { font-size: 15px; }
.member-sidebar h2, .member-signout { font-size: 12px; }
.member-content { padding-block: 45px; }
.member-content > section + section { margin-top: 48px; }
.content-heading { margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.content-heading h2 { font-size: 28px; font-weight: 600; line-height: 1.2; letter-spacing: -.02em; }
.content-heading > span { font-size: 11px; letter-spacing: 0; text-transform: none; }
.summary-card { min-height: 155px; border-color: var(--line); }
.summary-card > span { font-size: 12px; letter-spacing: 0; text-transform: none; }
.summary-card strong { margin-top: 30px; font-size: 40px; line-height: 1; }
.checkin-action { min-height: 335px; background: #e6eff2; }
.checkin-action .day { font-size: 56px; }
.checkin-action h3 { font-size: 25px; }
.calendar-grid span { font-size: 12px; }
.calendar-head { font-size: 12px; letter-spacing: 0; text-transform: none; }
.ledger th, .status-pill { font-size: 11px; letter-spacing: 0; }
.primary-button, .spin-button, .redeem-row button { font-size: 14px; letter-spacing: 0; text-transform: none; border-radius: 4px; }
.wheel-lab { max-width: 1232px; margin-inline: auto; min-height: 570px; border-color: var(--line); }
.wheel-stage, .wheel-stage.compact { --wheel-size: min(42vw, 500px); min-height: 640px; background: #f1f4f6; }
.wheel-stage::before { display: none; }
.prize-wheel { width: var(--wheel-size); border: 8px solid #fff; background: conic-gradient(from -30deg,#23485b 0 60deg,#d6e5e8 60deg 120deg,#527f90 120deg 180deg,#e5ddc9 180deg 240deg,#b7cbcf 240deg 300deg,#e2e7ea 300deg 360deg); box-shadow: 0 0 0 1px #c3ccd2, 0 12px 26px #15293414; }
.wheel-pointer { top: calc(50% - var(--wheel-size) / 2 - 13px); border-top-color: #1d3544; filter: none; }
.wheel-label { font-size: 10px; letter-spacing: 0; text-transform: none; }
.wheel-label:nth-child(5) { color: var(--ink); }
.prize-wheel::after { font-size: 26px; }
.redeem-panel { padding: 35px; gap: 28px; }
.redeem-panel h1 { font-size: clamp(32px, 3.5vw, 46px); font-weight: 600; line-height: 1.15; letter-spacing: -.035em; }
.chance-display { margin: 22px 0 0; border-bottom: 1px solid var(--line); }
.chance-display strong { font-size: 36px; }
.chance-display span, .redeem-form label, .redeem-helper { font-size: 13px; letter-spacing: 0; text-transform: none; }
.assignment-notice { margin: 18px 0 0; padding: 14px; border-left: 3px solid #527f90; background: #f1f5f6; color: #354b59; font-size: 14px; }
.reward-card { min-height: 145px; border-color: var(--line); }
.reward-card span { font-size: 12px; }
.reward-card strong { margin-top: 32px; font-size: 25px; }
.black-panel { background: var(--night); }
.reading-row h3 { font-size: 21px; }
.reading-row p, .reading-row mark, .reading-row > span { font-size: 13px; }
.disclosure { border-color: var(--line); }
.disclosure strong { font-size: 12px; }
.auth-dialog { max-width: 540px; border: 1px solid var(--line); border-radius: 8px; }
.auth-shell { display: block; min-height: 0; }
.auth-aside { display: none; }
.auth-panel { padding: 32px; }
.auth-panel h2 { margin: 20px 0 12px; font-size: 30px; font-weight: 600; line-height: 1.2; letter-spacing: -.025em; }
.auth-panel > p, .field label, .auth-tab, .auth-message, .auth-note { font-size: 13px; letter-spacing: 0; text-transform: none; }
.auth-note { margin-top: 20px; background: #f1f5f6; border-color: #527f90; }
.auth-close { border-radius: 4px; border-color: var(--line); }
/* Keep the bilingual administration logic; use readable operational typography. */
.admin-login-brand, .admin-rail, .code-preview { background: var(--night); }
.admin-login-screen, .admin-topbar { background: #f7f9fa; }
.admin-login-panel { padding: clamp(32px, 6vw, 90px); border-color: var(--line); }
.admin-login-panel h2 { font-size: clamp(30px, 3.5vw, 46px); font-weight: 600; line-height: 1.2; letter-spacing: -.025em; }
.admin-login-form label, .admin-inline-form label, .admin-language button, .admin-security-note, .admin-system-state, .admin-system-state small, .admin-logout, .admin-metrics span, .table-action { font-size: 12px; letter-spacing: 0; text-transform: none; }
.admin-heading.compact { padding-block: 36px; }
.admin-stamp { display: none; }
.admin-heading.compact h1 { font-size: clamp(32px, 4vw, 48px); font-weight: 600; line-height: 1.15; letter-spacing: -.025em; }
.admin-heading h1 br { display: none; }
.admin-heading h1 em::before { content: " "; }
.admin-heading h1 em { font-style: normal; }
.admin-rail nav button { font-size: 15px; }
.admin-metrics { border: 1px solid var(--line); }
.admin-metrics article { min-height: 140px; border-color: var(--line); }
.admin-metrics strong { margin-top: 26px; font-size: 38px; }
.admin-principle { background: var(--night); }
.admin-principle p { font-size: 21px; line-height: 1.5; }
.admin-principle span { font-size: 12px; }
.admin-language button { min-height: 40px; }
.admin-section-heading h2, .form-heading h2 { font-size: 30px; line-height: 1.2; }
.code-preview > strong { margin-block: 50px 30px; font-size: 36px; line-height: 1.2; }
.admin-form-grid label, .admin-field label { font-size: 12px; letter-spacing: 0; text-transform: none; }
.generate-button { font-size: 15px; }
.generate-button span { font-size: 17px; }
.generate-button small, .admin-form-grid label > span, .form-heading > span,
.code-preview > span, .code-preview dt, .admin-section-heading span,
.admin-identity span, .admin-identity small, .admin-rail > p,
.generated-head span, .generated-head button { font-size: 12px; letter-spacing: 0; text-transform: none; }
.reveal { opacity: 1; transform: none; transition: none; }
@media (max-width: 1120px) {
  .site-header { min-height: 70px; }
  .site-nav { gap: 0; top: 70px; }
  .site-nav a { padding-block: 13px; }
  .site-nav[data-open="false"] { visibility: hidden; pointer-events: none; }
  .site-nav[data-open="true"] { visibility: visible; pointer-events: auto; }
  .wheel-lab { grid-template-columns: 1fr 1fr; }
  .wheel-stage { --wheel-size: min(40vw, 440px); min-height: 560px; padding: 25px; }
  .redeem-panel { padding: 26px; }
  .redeem-row { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  html { scroll-padding-top: 86px; }
  .clean-hero { padding-top: 46px; }
  .clean-hero h1 { font-size: clamp(34px, 8.4vw, 48px); }
  .clean-lead { font-size: 16px; }
  .hero-footnote { margin-top: 38px; font-size: 11px; }
  .inner-hero { padding-bottom: 38px; }
  .clean-actions { gap: 20px; }
  .clean-section { padding-block: 46px; }
  .clean-section-head { grid-template-columns: 1fr; gap: 16px; margin-bottom: 28px; }
  .clean-section-head h2 { font-size: 30px; }
  .clean-section-head > p { font-size: 15px; }
  .capabilities-layout, .topic-preview, .activity-layout, .topic-directory { grid-template-columns: 1fr; gap: 28px; }
  .framework-panel { padding: 26px; }
  .framework-panel h3 { margin-top: 0; font-size: 30px; }
  .framework-steps { margin-top: 5px; }
  .capability-row { gap: 12px; }
  .capability-row h3 { font-size: 20px; }
  .assigned-summary { padding: 24px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .topic-preview .eyebrow { margin-bottom: 16px; }
  .topic-directory { gap: 0; }
  .page-jump { gap: 12px 24px; }
  .status-document, .study-example { padding: 24px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 25px; }
  .footer-top > :first-child { grid-column: 1 / -1; }
  .footer-statement { font-size: 24px; }
  .product-page .section-head { grid-template-columns: 1fr; gap: 15px; }
  .product-page .section-title { font-size: 28px; }
  .content-heading { flex-direction: column; align-items: start; gap: 10px; }
  .content-heading h2 { font-size: 25px; }
  .member-hero-main { padding: 34px 20px; }
  .member-hero-main h1 { font-size: 36px; }
  .wheel-lab { display: flex; flex-direction: column; }
  .wheel-stage { --wheel-size: min(84vw, 360px); min-height: 480px; order: 2; }
  .redeem-panel { order: 1; padding: 30px 20px; }
  .wheel-label { font-size: 10px; }
  .redeem-panel h1 { font-size: 36px; }
  .auth-panel { padding: 28px 22px; }
  .admin-login-panel { padding: 80px 24px 38px; }
  .admin-login-panel h2 { font-size: 32px; }
  .admin-heading.compact h1 { font-size: 32px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* About page: company, leadership, divisions, philosophy, track record. */
.about-main .clean-section { padding-block: 96px; }
.about-main .clean-section-head { margin-bottom: 52px; }
.about-hero { padding-bottom: 52px; }
.principle-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 44px; border-top: 1px solid var(--line); padding-top: 36px; }
.principle-card { display: flex; flex-direction: column; }
.principle-card .row-number { margin-bottom: 16px; }
.principle-card h3 { margin: 0; font-size: 19px; font-weight: 600; line-height: 1.4; letter-spacing: -.02em; }
/* Leadership */
.people-layout { display: grid; gap: 48px; }
.person-featured { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: 56px; padding: 46px 48px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.person-main { display: flex; flex-direction: column; }
.person-card .eyebrow { margin-bottom: 14px; }
.person-card h3 { margin: 0 0 6px; font-size: 24px; font-weight: 600; letter-spacing: -.02em; }
.person-faculty { margin: 0 0 4px; color: var(--blue); font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.person-role { margin: 0 0 16px; color: var(--muted); font-size: 14px; }
.person-desc { margin: 0 0 14px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.person-focus { margin: 4px 0 0; color: var(--ink); font-size: 13px; line-height: 1.7; }
.person-focus strong { display: block; margin-bottom: 4px; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.person-tags { margin: 14px 0 0; color: var(--ink); font-size: 13px; line-height: 1.7; }
.person-tags strong { display: block; margin-bottom: 4px; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.person-character { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); color: var(--ink); font-size: 13px; font-weight: 600; letter-spacing: .03em; }
.person-featured .person-character { padding-top: 16px; margin-top: 20px; }
.person-quote { display: flex; flex-direction: column; justify-content: center; margin: 0; padding-left: 34px; border-left: 1px solid var(--line); }
.person-quote p { margin: 0; font-size: 24px; font-weight: 500; line-height: 1.4; letter-spacing: -.02em; color: var(--ink); }
.person-quote span { margin-top: 16px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.people-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px; align-items: start; }
.people-grid .person-card { display: flex; flex-direction: column; padding-top: 28px; border-top: 1px solid #c5cdd3; }
/* Divisions */
.division-grid { display: grid; grid-template-columns: 1fr; border-top: 1px solid var(--line); }
.division-entry { display: grid; grid-template-columns: minmax(250px, .8fr) minmax(0, 1.55fr); gap: 18px 64px; padding: 44px 0; border-bottom: 1px solid var(--line); }
.division-head .row-number { margin-bottom: 16px; }
.division-entry h3 { margin: 0 0 6px; font-size: 26px; font-weight: 600; line-height: 1.2; letter-spacing: -.02em; }
.division-sub { margin: 0 0 14px; color: var(--blue); font-size: 13px; font-weight: 600; }
.division-lead { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.division-body ul { margin: 0 0 8px; padding: 0; list-style: none; }
.division-body ul li { position: relative; padding-left: 18px; margin: 9px 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.division-body ul li::before { content: ""; position: absolute; left: 0; top: 11px; width: 6px; height: 1px; background: #9aa4ac; }
.division-note { margin-top: 16px; padding: 13px 16px; border-left: 3px solid var(--copper); background: #f7f8f9; color: var(--muted); font-size: 13px; line-height: 1.6; }
.division-note strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 12px; letter-spacing: .02em; }
/* Philosophy */
.philosophy-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 60px; border-top: 1px solid var(--line); }
.philosophy-item { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.philosophy-item b { font-size: 14px; font-weight: 600; }
.philosophy-item span { color: var(--muted); font-size: 15px; }
.philosophy-close { max-width: 900px; margin-top: 36px; padding: 30px 34px; background: var(--night); border-radius: 6px; }
.philosophy-close p { margin: 0; color: #c1cdd5; font-size: 17px; line-height: 1.65; }
/* Track record */
.milestone-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; align-items: stretch; }
.tombstone, .award-card { margin: 0; padding: 40px 34px; border: 1px solid var(--line); border-radius: 6px; background: #fff; text-align: center; }
.tombstone { border-top: 3px solid var(--ink); }
.t-line { display: block; font-size: 14px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; line-height: 1.45; }
.t-kicker { display: block; margin-top: 16px; color: var(--muted); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.tombstone .t-kicker:first-child { margin-top: 0; }
.tombstone .t-date { margin-top: 18px; }
.t-amount { margin: 12px 0 4px; font-size: 32px; font-weight: 600; letter-spacing: -.02em; color: var(--blue); }
.t-rule, .a-rule { width: 60px; height: 1px; margin: 18px auto; background: var(--line); }
.t-role { display: block; color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; line-height: 1.8; }
.t-person { display: block; margin-top: 8px; font-size: 15px; font-weight: 600; }
.award-card { border-top: 3px solid var(--copper); }
.a-year { display: block; font-size: 15px; font-weight: 600; letter-spacing: .16em; }
.a-title { margin: 10px 0 22px; font-size: 26px; font-weight: 600; letter-spacing: .02em; }
.a-to, .a-for { display: block; color: var(--muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.a-name { margin: 10px 0 4px; font-size: 18px; font-weight: 600; }
.a-role { color: var(--muted); font-size: 13px; line-height: 1.6; }
.a-project { margin: 10px 0 12px; font-size: 17px; font-weight: 600; }
.a-deal { color: var(--muted); font-size: 12px; line-height: 1.6; }
.a-amount { margin-top: 10px; font-size: 24px; font-weight: 600; letter-spacing: -.01em; color: var(--blue); }
.a-meta { display: block; color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; line-height: 1.8; }
@media (max-width: 980px) {
  .person-featured { grid-template-columns: 1fr; gap: 28px; }
  .person-quote { padding: 26px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .division-entry { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 900px) {
  .principle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  .people-grid { grid-template-columns: 1fr; gap: 34px; }
}
@media (max-width: 720px) {
  .about-main .clean-section { padding-block: 60px; }
  .about-main .clean-section-head { margin-bottom: 34px; }
  .about-hero { padding-bottom: 38px; }
  .principle-grid { grid-template-columns: 1fr; }
  .person-featured { padding: 30px 24px; }
  .person-quote p { font-size: 20px; }
  .division-entry { padding: 30px 0; }
  .division-entry h3 { font-size: 23px; }
  .philosophy-grid { grid-template-columns: 1fr; }
  .philosophy-item { grid-template-columns: 1fr; gap: 6px; }
  .philosophy-close { padding: 24px; }
  .philosophy-close p { font-size: 15px; }
  .milestone-grid { grid-template-columns: 1fr; gap: 28px; }
  .tombstone, .award-card { padding: 26px 20px; }
  .t-amount { font-size: 28px; }
  .a-title { font-size: 23px; }
}
/* About: company endorsement, division list labels, and vision. */
.about-copy { max-width: 900px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.about-copy p { margin: 0 0 18px; }
.about-copy p:last-child { margin-bottom: 0; }
.about-close { max-width: 900px; margin: 34px 0 0; padding-top: 24px; border-top: 1px solid var(--line); color: var(--ink); font-size: 16px; line-height: 1.7; }
.division-list-label { margin: 22px 0 6px; color: var(--ink); font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.division-body .division-list-label:first-child { margin-top: 0; }
.vision-slogan { margin-top: 38px; padding: 44px 40px; background: var(--night); border-radius: 6px; text-align: center; }
.vision-slogan p { margin: 0; color: #fff; font-size: clamp(22px, 2.7vw, 32px); font-weight: 600; line-height: 1.35; letter-spacing: -.01em; }
@media (max-width: 720px) {
  .vision-slogan { padding: 32px 24px; }
}
/* Prize wheel: ten sectors, each showing its prize icon. */
.prize-wheel { background: conic-gradient(from -18deg, #23485b 0 36deg, #eef3f5 36deg 72deg, #23485b 72deg 108deg, #eef3f5 108deg 144deg, #23485b 144deg 180deg, #eef3f5 180deg 216deg, #23485b 216deg 252deg, #eef3f5 252deg 288deg, #23485b 288deg 324deg, #eef3f5 324deg 360deg); }
.wheel-slot { position: absolute; top: 50%; left: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: calc(var(--wheel-size) * 0.014); width: calc(var(--wheel-size) * 0.185); height: calc(var(--wheel-size) * 0.175); margin: calc(var(--wheel-size) * -0.0875) 0 0 calc(var(--wheel-size) * -0.0925); text-align: center; }
.wheel-slot img { display: block; width: calc(var(--wheel-size) * 0.06); height: calc(var(--wheel-size) * 0.06); padding: calc(var(--wheel-size) * 0.012); box-sizing: content-box; border-radius: 50%; background: #fff; box-shadow: 0 1px 4px rgba(21,41,52,.18); }
.wheel-slot span { font-weight: 700; font-size: clamp(7px, calc(var(--wheel-size) * 0.018), 10px); line-height: 1.25; font-family: var(--sans); letter-spacing: .02em; text-transform: uppercase; }
.wheel-slot:nth-child(odd) span { color: #fff; }
.wheel-slot:nth-child(even) span { color: var(--ink); }
.wheel-slot:nth-child(1) { transform: rotate(0deg) translateY(calc(var(--wheel-size) * -0.34)) rotate(0deg); }
.wheel-slot:nth-child(2) { transform: rotate(36deg) translateY(calc(var(--wheel-size) * -0.34)) rotate(-36deg); }
.wheel-slot:nth-child(3) { transform: rotate(72deg) translateY(calc(var(--wheel-size) * -0.34)) rotate(-72deg); }
.wheel-slot:nth-child(4) { transform: rotate(108deg) translateY(calc(var(--wheel-size) * -0.34)) rotate(-108deg); }
.wheel-slot:nth-child(5) { transform: rotate(144deg) translateY(calc(var(--wheel-size) * -0.34)) rotate(-144deg); }
.wheel-slot:nth-child(6) { transform: rotate(180deg) translateY(calc(var(--wheel-size) * -0.34)) rotate(-180deg); }
.wheel-slot:nth-child(7) { transform: rotate(216deg) translateY(calc(var(--wheel-size) * -0.34)) rotate(-216deg); }
.wheel-slot:nth-child(8) { transform: rotate(252deg) translateY(calc(var(--wheel-size) * -0.34)) rotate(-252deg); }
.wheel-slot:nth-child(9) { transform: rotate(288deg) translateY(calc(var(--wheel-size) * -0.34)) rotate(-288deg); }
.wheel-slot:nth-child(10) { transform: rotate(324deg) translateY(calc(var(--wheel-size) * -0.34)) rotate(-324deg); }
/* Prize catalog with images. */
.prize-catalog { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 44px; border-top: 1px solid var(--line); }
.prize-item { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 20px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); }
.prize-media { display: grid; place-items: center; width: 88px; height: 88px; border: 1px solid var(--line); border-radius: 6px; background: #f7f8f9; }
.prize-media img { display: block; width: 52px; height: 52px; }
.prize-meta { color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.prize-tier { color: var(--copper); }
.prize-item h3 { margin: 7px 0 0; font-size: 18px; font-weight: 600; line-height: 1.35; letter-spacing: -.015em; }
@media (max-width: 720px) {
  .prize-catalog { grid-template-columns: 1fr; }
  .prize-item { grid-template-columns: 76px minmax(0, 1fr); gap: 16px; }
  .prize-media { width: 76px; height: 76px; }
  .prize-media img { width: 44px; height: 44px; }
}
