:root {
  --about-ink:#071721;
  --about-ink-2:#0c2633;
  --about-blue:#0b5da8;
  --about-sky:#77b9df;
  --about-red:#cc342f;
  --about-copper:#b77948;
  --about-paper:#f2f5f4;
  --about-line:#d7dee0;
  --about-muted:#6f7d84;
}

.about-system-v8 { color:var(--about-ink); background:#fff; }
.about-v8 { overflow:hidden; }
.about-v8 > * { order:0 !important; }
.about-v8 * { box-sizing:border-box; }
.about-v8 img { display:block; width:100%; }
.about-v8 a { color:inherit; text-decoration:none; }
.about-v8 h1,.about-v8 h2,.about-v8 h3,.about-v8 p { margin:0; }
.about-v8-kicker { color:var(--about-blue); font-size:14px; font-weight:700; letter-spacing:.08em; }

[data-about-reveal] { opacity:0; transform:translateY(24px); transition:opacity .8s ease,transform .8s cubic-bezier(.2,.75,.2,1); }
[data-about-reveal].is-visible { opacity:1; transform:none; }

.about-v8-hero { position:relative; min-height:790px; color:#fff; background:var(--about-ink); isolation:isolate; }
.about-v8-hero-media { position:absolute; inset:0; margin:0; overflow:hidden; }
.about-v8-hero-media img { height:100%; object-fit:cover; object-position:center; transform:scale(1.01); }
.about-v8-hero-shade { position:absolute; inset:0; z-index:1; background:linear-gradient(90deg,rgba(2,17,25,.88) 0%,rgba(3,21,30,.69) 34%,rgba(5,25,33,.21) 66%,rgba(5,22,29,.05) 100%),linear-gradient(0deg,rgba(4,20,28,.46),transparent 52%); }
.about-v8-hero-copy { position:relative; z-index:2; width:min(1320px,calc(100% - 96px)); min-height:790px; margin:auto; padding:185px 0 105px; }
.about-v8-hero .breadcrumb { display:flex; align-items:center; gap:12px; margin-bottom:84px; color:rgba(255,255,255,.68); font-size:13px; }
.about-v8-hero .breadcrumb a { color:inherit; }
.about-v8-hero .about-v8-kicker { color:#a7d4ee; margin-bottom:20px; }
.about-v8-hero h1 { max-width:720px; font-size:clamp(58px,5.7vw,88px); font-weight:650; line-height:1.03; letter-spacing:-.06em; }
.about-v8-hero h1 span { color:#8dc7e9; }
.about-v8-hero .sub-hero-lead { max-width:640px; margin-top:30px; color:rgba(255,255,255,.76); font-size:19px; line-height:1.85; }
.about-v8-hero-actions { display:flex; align-items:center; gap:38px; margin-top:42px; }
.about-v8-hero-actions > a:not(.button) { min-width:156px; padding:18px 0; border-bottom:1px solid rgba(255,255,255,.55); font-weight:650; }
.about-v8-hero-actions > a span { float:right; margin-left:25px; }
.about-v8-hero-actions .button { min-width:198px; padding:20px 24px; color:var(--about-ink); background:#fff; border:0; }
.about-v8-hero-actions .button::after { display:none; }
.about-v8-hero-note { position:absolute; right:max(48px,calc((100vw - 1320px)/2)); bottom:66px; z-index:2; width:380px; padding:28px 32px; color:#fff; background:rgba(5,27,37,.84); border-top:3px solid var(--about-red); backdrop-filter:blur(9px); }
.about-v8-hero-note small { display:block; margin-bottom:12px; color:#9ec6da; font-size:12px; }
.about-v8-hero-note strong { font-size:22px; line-height:1.5; }

.about-v8-strip { position:sticky; top:0; z-index:8; display:grid; grid-template-columns:repeat(6,1fr); min-height:66px; background:#fff; border-bottom:1px solid var(--about-line); box-shadow:0 10px 28px rgba(9,24,31,.05); }
.about-v8-strip a { display:grid; place-items:center; padding:16px 10px; color:#65757c; font-size:14px; border-right:1px solid var(--about-line); transition:color .25s,background .25s; }
.about-v8-strip a:hover,.about-v8-strip a[aria-current="location"] { color:var(--about-blue); background:#f5f8f9; }

.about-v8-intro { display:grid; grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr); gap:84px; width:min(1320px,calc(100% - 96px)); margin:0 auto; padding:126px 0 118px; align-items:center; }
.about-v8-intro-copy { max-width:560px; }
.about-v8-intro-copy .about-v8-kicker { display:block; margin-bottom:25px; }
.about-v8-intro h2 { font-size:clamp(46px,4.4vw,66px); line-height:1.14; letter-spacing:-.055em; }
.about-v8-intro-copy > p:last-of-type { margin-top:34px; color:var(--about-muted); font-size:18px; line-height:1.9; }
.about-v8-text-link { display:flex; justify-content:space-between; max-width:235px; margin-top:38px; padding:18px 0; font-weight:700; border-bottom:1px solid var(--about-ink); }
.about-v8-intro-media { position:relative; margin:0; overflow:hidden; background:#dfe5e5; aspect-ratio:1.28/1; }
.about-v8-intro-media img { height:100%; object-fit:cover; transition:transform .9s cubic-bezier(.2,.8,.2,1); }
.about-v8-intro-media:hover img { transform:scale(1.055); }
.about-v8-intro-media figcaption { position:absolute; right:0; bottom:0; left:0; display:flex; justify-content:space-between; gap:20px; padding:24px 28px; color:#fff; background:linear-gradient(0deg,rgba(4,23,31,.87),rgba(4,23,31,.08)); }
.about-v8-intro-media figcaption span { color:#9bcce5; font-size:13px; }
.about-v8-intro-media figcaption strong { font-size:15px; }

.about-v8-facts { padding:0 max(48px,calc((100vw - 1320px)/2)) 118px; background:#fff; }
.about-v8-facts .about-v8-section-head { display:none; }
.about-v8-facts .home-facts-group { margin:0; }
.about-v8-facts .home-facts-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--about-line); border-left:1px solid var(--about-line); }
.about-v8-facts .home-fact-card { min-height:205px; padding:35px 30px; background:#fff; border-right:1px solid var(--about-line); border-bottom:1px solid var(--about-line); }
.about-v8-facts .home-fact-card svg { width:34px; height:34px; margin-bottom:24px; fill:none; stroke:var(--about-red); stroke-width:1.7; }
.about-v8-facts .home-fact-value { display:flex; align-items:flex-end; gap:6px; }
.about-v8-facts .home-fact-value strong,.about-v8-facts .home-fact-card > strong { color:var(--about-ink); font-size:46px; line-height:1; letter-spacing:-.045em; }
.about-v8-facts .home-fact-value em { color:var(--about-muted); font-size:16px; font-style:normal; }
.about-v8-facts .home-fact-name,.about-v8-facts .home-fact-card > p { margin-top:19px; color:#596970; font-size:15px; }

.about-v8-bases { padding:120px max(48px,calc((100vw - 1440px)/2)) 0; background:var(--about-paper); }
.about-v8-section-head { width:min(1320px,100%); margin:0 auto 58px; }
.about-v8-section-head .about-v8-kicker { margin-bottom:20px; }
.about-v8-section-head h2 { max-width:960px; font-size:clamp(46px,4.4vw,66px); line-height:1.15; letter-spacing:-.055em; }
.about-v8-section-head > p:last-child { max-width:780px; margin-top:24px; color:var(--about-muted); font-size:17px; line-height:1.8; }
.about-v8-base-grid { display:grid; grid-template-columns:1fr 1fr; }
.about-v8-base-card { min-width:0; background:#fff; overflow:hidden; }
.about-v8-base-card + .about-v8-base-card { border-left:1px solid #fff; }
.about-v8-base-card figure { height:520px; margin:0; overflow:hidden; background:#c9d3d6; }
.about-v8-base-card figure img { height:100%; object-fit:cover; transition:transform .95s cubic-bezier(.18,.8,.2,1); }
.about-v8-base-card:hover figure img { transform:scale(1.065); }
.about-v8-base-card .section-lead { position:relative; min-height:285px; padding:38px 46px 44px; border-bottom:4px solid transparent; transition:border-color .25s,background .25s; }
.about-v8-base-card:hover .section-lead { border-bottom-color:var(--about-red); background:#fbfcfc; }
.about-v8-base-card .section-lead > span { color:var(--about-red); font-size:13px; font-weight:700; }
.about-v8-base-card h2 { margin-top:15px; font-size:32px; letter-spacing:-.035em; }
.about-v8-base-card p { max-width:600px; margin-top:18px; color:var(--about-muted); line-height:1.75; }
.about-v8-base-card a { position:absolute; right:44px; bottom:40px; left:46px; display:flex; justify-content:space-between; padding-top:17px; font-weight:700; border-top:1px solid var(--about-line); }
.about-v8-base-card a b { font-weight:400; }

.about-v8-project-line { padding:118px max(48px,calc((100vw - 1320px)/2)); color:#fff; background:linear-gradient(110deg,#061721,#0b2633); }
.about-v8-project-line-head { display:grid; grid-template-columns:1fr 1fr; gap:90px; align-items:end; }
.about-v8-project-line .about-v8-kicker { color:#8ec4df; margin-bottom:20px; }
.about-v8-project-line h2 { max-width:720px; font-size:clamp(46px,4.5vw,66px); line-height:1.14; letter-spacing:-.055em; }
.about-v8-project-line-head > p:last-child { max-width:530px; color:#aab7bd; font-size:17px; line-height:1.8; }
.about-v8-project-steps { display:grid; grid-template-columns:repeat(4,1fr); margin:70px 0 0; padding:0; list-style:none; border-top:1px solid rgba(255,255,255,.2); border-bottom:1px solid rgba(255,255,255,.2); }
.about-v8-project-steps li { position:relative; min-height:250px; padding:34px 30px; border-right:1px solid rgba(255,255,255,.17); }
.about-v8-project-steps li:last-child { border-right:0; }
.about-v8-project-steps li::before { position:absolute; top:-4px; left:0; width:0; height:4px; background:var(--about-red); content:""; transition:width .45s ease; }
.about-v8-project-steps li:hover::before { width:100%; }
.about-v8-project-steps li > span { color:#d08351; font-size:13px; }
.about-v8-project-steps div { margin-top:62px; }
.about-v8-project-steps strong { font-size:25px; }
.about-v8-project-steps p { margin-top:14px; color:#9eacb2; line-height:1.65; }
.about-v8-project-actions { display:flex; gap:46px; margin-top:38px; }
.about-v8-project-actions a { min-width:210px; padding:17px 0; border-bottom:1px solid rgba(255,255,255,.45); }
.about-v8-project-actions span { float:right; }

.about-v8-method { padding:120px max(48px,calc((100vw - 1440px)/2)); background:#fff; }
.about-v8-method-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--about-line); }
.about-v8-method-grid > a { position:relative; min-height:610px; color:#fff; background:var(--about-ink); overflow:hidden; }
.about-v8-method-grid figure { position:absolute; inset:0; margin:0; }
.about-v8-method-grid figure::after { position:absolute; inset:0; background:linear-gradient(0deg,rgba(4,20,28,.93),rgba(4,20,28,.05) 62%); content:""; }
.about-v8-method-grid img { height:100%; object-fit:cover; transition:transform .9s cubic-bezier(.2,.8,.2,1),filter .5s; }
.about-v8-method-grid > a:hover img { transform:scale(1.075); filter:saturate(1.08); }
.about-v8-method-grid > a > span,.about-v8-method-grid > a > strong,.about-v8-method-grid > a > i { position:absolute; z-index:1; right:34px; left:34px; }
.about-v8-method-grid > a > span { bottom:135px; color:#9ccbe3; font-size:13px; }
.about-v8-method-grid > a > strong { bottom:65px; max-width:300px; font-size:24px; line-height:1.35; }
.about-v8-method-grid > a > i { right:34px; bottom:72px; left:auto; font-size:22px; font-style:normal; }

.about-v8-global { display:grid; grid-template-columns:minmax(0,1.28fr) minmax(430px,.72fr); min-height:780px; background:var(--about-paper); }
.about-v8-global-media { position:relative; min-height:780px; }
.about-v8-global-media figure { position:absolute; margin:0; overflow:hidden; }
.about-v8-global-main { inset:0 18% 0 0; }
.about-v8-global-side { right:0; bottom:0; width:42%; height:43%; border:12px solid var(--about-paper); }
.about-v8-global-media img { height:100%; object-fit:cover; transition:transform .85s cubic-bezier(.2,.8,.2,1); }
.about-v8-global-media figure:hover img { transform:scale(1.055); }
.about-v8-global-copy { align-self:center; padding:70px 8vw 70px 62px; }
.about-v8-global-copy .about-v8-kicker { display:block; margin-bottom:22px; }
.about-v8-global-copy h2 { font-size:clamp(42px,4vw,60px); line-height:1.15; letter-spacing:-.05em; }
.about-v8-global-copy > p:last-of-type { margin-top:30px; color:var(--about-muted); font-size:17px; line-height:1.85; }

.about-v8-honors { padding:104px max(48px,calc((100vw - 1320px)/2)) 110px; background:var(--about-paper); }
.about-v8-honors-head { display:flex; justify-content:space-between; gap:42px; align-items:flex-end; margin-bottom:42px; }
.about-v8-honors-head .about-v8-kicker { margin-bottom:18px; }
.about-v8-honors-head h2 { font-size:clamp(40px,3.6vw,54px); line-height:1.15; letter-spacing:-.05em; }
.about-v8-honors-tools { flex:0 0 auto; display:flex; gap:24px; align-items:center; padding-bottom:3px; }
.about-v8-honors-tools > p { display:flex; align-items:center; gap:9px; color:var(--about-muted); font-size:14px; }
.about-v8-honors-tools > p::before { width:7px; height:7px; border-radius:50%; background:var(--about-red); box-shadow:0 0 0 0 rgba(220,46,40,.34); animation:aboutHonorPulse 2.2s ease-out infinite; content:""; }
.about-v8-honors-toggle { display:grid; place-items:center; width:46px; height:46px; padding:0; color:var(--about-ink); background:#fff; border:1px solid #bdc9cd; font-family:Arial,sans-serif; font-size:15px; font-weight:700; cursor:pointer; transition:color .25s,background .25s,border-color .25s; }
.about-v8-honors-toggle:hover { color:#fff; background:var(--about-blue); border-color:var(--about-blue); }
.about-v8-honors-toggle:focus-visible { outline:3px solid var(--about-blue); outline-offset:3px; }
.about-v8-honors-toggle:disabled { color:#9ba7ac; background:#e8eded; border-color:#d5dddf; cursor:default; }
.about-v8-honors-toggle[data-paused="true"] { color:#fff; background:var(--about-blue); border-color:var(--about-blue); }
@keyframes aboutHonorPulse { 70%,100% { box-shadow:0 0 0 7px rgba(220,46,40,0); } }
.about-v8-honor-track { display:grid; grid-template-columns:none; grid-auto-flow:column; grid-auto-columns:calc((100% - 48px)/5); gap:12px; overflow-x:auto; overscroll-behavior-inline:contain; scroll-snap-type:x mandatory; scrollbar-width:none; }
.about-v8-honor-track::-webkit-scrollbar { display:none; }
.about-v8-honor-track > a { min-width:0; background:#fff; border:1px solid var(--about-line); box-shadow:0 12px 30px rgba(8,29,39,.04); transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s,border-color .35s; }
.about-v8-honor-track > a { scroll-snap-align:start; }
.about-v8-honor-track > a:hover { z-index:1; transform:translateY(-9px); border-color:#b9c8ce; box-shadow:0 22px 42px rgba(8,29,39,.13); }
.about-v8-honor-track figure { display:grid; place-items:center; height:342px; margin:0; padding:20px 17px; overflow:hidden; background:linear-gradient(145deg,#f7f9f9,#edf1f1); }
.about-v8-honor-track img { width:auto; max-width:100%; height:100%; object-fit:contain; filter:drop-shadow(0 8px 11px rgba(6,24,33,.11)); transition:transform .55s cubic-bezier(.2,.8,.2,1); }
.about-v8-honor-track > a:hover img { transform:scale(1.025); }
.about-v8-honor-track span { display:block; min-height:62px; padding:19px 18px; color:var(--about-ink); font-size:14px; font-weight:700; line-height:1.6; border-top:1px solid var(--about-line); }
.about-v8-honor-track > a:focus-visible { outline:3px solid var(--about-blue); outline-offset:4px; }

.about-v8-certifications { padding:118px max(48px,calc((100vw - 1320px)/2)); background:#fff; }
.about-v8-cert-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--about-line); border-left:1px solid var(--about-line); }
.about-v8-cert-grid article { display:grid; grid-template-columns:110px 1fr; gap:25px; align-items:center; min-height:155px; padding:24px 28px; border-right:1px solid var(--about-line); border-bottom:1px solid var(--about-line); }
.about-v8-cert-grid img { max-width:105px; max-height:68px; object-fit:contain; filter:none; }
.about-v8-cert-grid strong { font-size:16px; }
.about-v8-cert-note { margin-top:22px; color:#7b888e; font-size:13px; }

.about-v8-contact { display:grid; grid-template-columns:.86fr 1.14fr; min-height:470px; color:#fff; background:var(--about-blue); }
.about-v8-contact-copy { padding:64px max(48px,calc((100vw - 1320px)/2)) 56px; padding-right:58px; }
.about-v8-contact .about-v8-kicker { margin-bottom:22px; color:#bee1f3; }
.about-v8-contact h2 { max-width:610px; font-size:clamp(42px,4vw,58px); line-height:1.14; letter-spacing:-.055em; }
.about-v8-contact-copy > p:nth-of-type(2) { max-width:550px; margin-top:20px; color:rgba(255,255,255,.72); line-height:1.75; }
.about-v8-contact-qrs { display:flex; gap:18px; margin-top:26px; }
.about-v8-contact-qrs figure { display:grid; grid-template-columns:92px auto; align-items:center; gap:12px; margin:0; padding:9px 14px 9px 9px; border:1px solid rgba(255,255,255,.28); background:rgba(5,39,67,.14); }
.about-v8-contact-qrs img { width:92px; height:92px; object-fit:contain; background:#fff; }
.about-v8-contact-qrs figcaption { color:#fff; font-size:13px; font-weight:700; white-space:nowrap; }
.about-v8-contact-links { padding:45px max(48px,calc((100vw - 1320px)/2)) 45px 0; }
.about-v8-contact-links > * { position:relative; display:grid; grid-template-columns:140px minmax(0,1fr) 24px; gap:22px; align-items:center; min-height:91px; margin:0; border-bottom:1px solid rgba(255,255,255,.3); }
.about-v8-contact-links span { color:rgba(255,255,255,.66); font-size:13px; }
.about-v8-contact-links strong { overflow-wrap:anywhere; font-size:17px; line-height:1.5; }
.about-v8-contact-links i { font-style:normal; }

@media (max-width:1100px) {
  .about-v8-hero-copy { width:calc(100% - 64px); }
  .about-v8-hero-note { right:32px; }
  .about-v8-intro { width:calc(100% - 64px); gap:46px; }
  .about-v8-project-line-head { grid-template-columns:1fr; gap:28px; }
  .about-v8-project-steps { grid-template-columns:1fr 1fr; }
  .about-v8-project-steps li:nth-child(2) { border-right:0; }
  .about-v8-project-steps li:nth-child(-n+2) { border-bottom:1px solid rgba(255,255,255,.17); }
  .about-v8-global { grid-template-columns:1.05fr .95fr; }
  .about-v8-honor-track { grid-auto-columns:minmax(225px,31vw); }
  .about-v8-cert-grid { grid-template-columns:1fr 1fr; }
}

@media (max-width:760px) {
  [data-about-reveal] { opacity:1; transform:none; }
  .about-v8-kicker { font-size:13px; }
  .about-v8-hero { min-height:820px; }
  .about-v8-hero-media img { object-position:54% center; }
  .about-v8-hero-shade { background:linear-gradient(0deg,rgba(3,19,27,.9),rgba(3,19,27,.32) 75%),linear-gradient(90deg,rgba(3,19,27,.67),transparent); }
  .about-v8-hero-copy { width:calc(100% - 38px); min-height:820px; padding:110px 0 180px; }
  .about-v8-hero .breadcrumb { margin-bottom:96px; font-size:12px; }
  .about-v8-hero .about-v8-kicker { margin-bottom:17px; }
  .about-v8-hero h1 { max-width:340px; font-size:34px !important; line-height:1.12; letter-spacing:-.045em; }
  .about-v8-hero .sub-hero-lead { margin-top:24px; font-size:15px; line-height:1.75; }
  .about-v8-hero-actions { display:grid; gap:12px; margin-top:30px; }
  .about-v8-hero-actions .button,.about-v8-hero-actions > a:not(.button) { width:100%; min-width:0; padding:17px 20px; }
  .about-v8-hero-actions > a:not(.button) { padding-right:0; padding-left:0; }
  .about-v8-hero-note { right:19px; bottom:28px; left:19px; width:auto; padding:21px 22px; }
  .about-v8-hero-note strong { font-size:17px; }
  .about-v8-strip { position:relative; grid-template-columns:repeat(3,1fr); min-height:0; }
  .about-v8-strip a { min-height:55px; padding:11px 6px; font-size:12px; border-bottom:1px solid var(--about-line); }
  .about-v8-intro { grid-template-columns:1fr; width:calc(100% - 38px); gap:40px; padding:78px 0 72px; }
  .about-v8-intro h2,.about-v8-section-head h2,.about-v8-project-line h2,.about-v8-global-copy h2,.about-v8-contact h2 { font-size:34px !important; line-height:1.18; letter-spacing:-.045em; }
  .about-v8-intro-copy > p:last-of-type { margin-top:25px; font-size:16px; line-height:1.8; }
  .about-v8-intro-media { aspect-ratio:1/1.08; }
  .about-v8-intro-media figcaption { display:grid; padding:18px 20px; }
  .about-v8-facts { padding:0 19px 78px; }
  .about-v8-facts .home-facts-grid { grid-template-columns:1fr 1fr; }
  .about-v8-facts .home-fact-card { min-height:160px; padding:23px 19px; }
  .about-v8-facts .home-fact-card svg { width:27px; height:27px; margin-bottom:17px; }
  .about-v8-facts .home-fact-value strong,.about-v8-facts .home-fact-card > strong { font-size:32px; }
  .about-v8-bases { padding:78px 19px 0; }
  .about-v8-section-head { margin-bottom:36px; }
  .about-v8-section-head > p:last-child { margin-top:20px; font-size:15px; }
  .about-v8-base-grid { grid-template-columns:1fr; gap:18px; }
  .about-v8-base-card + .about-v8-base-card { border-left:0; }
  .about-v8-base-card figure { height:245px; }
  .about-v8-base-card .section-lead { min-height:290px; padding:27px 23px 34px; }
  .about-v8-base-card h2 { font-size:28px; }
  .about-v8-base-card a { right:23px; bottom:28px; left:23px; }
  .about-v8-project-line { padding:78px 19px; }
  .about-v8-project-line-head { gap:22px; }
  .about-v8-project-line-head > p:last-child { font-size:15px; }
  .about-v8-project-steps { grid-template-columns:1fr; margin-top:42px; }
  .about-v8-project-steps li { min-height:170px; padding:25px 21px; border-right:0; border-bottom:1px solid rgba(255,255,255,.17); }
  .about-v8-project-steps div { margin-top:38px; }
  .about-v8-project-actions { display:grid; gap:14px; }
  .about-v8-method { padding:78px 19px; }
  .about-v8-method-grid { grid-template-columns:1fr; }
  .about-v8-method-grid > a { min-height:440px; }
  .about-v8-global { grid-template-columns:1fr; min-height:0; }
  .about-v8-global-media { min-height:520px; }
  .about-v8-global-main { inset:0 0 110px; }
  .about-v8-global-side { width:54%; height:42%; border-width:8px; }
  .about-v8-global-copy { padding:68px 19px 76px; }
  .about-v8-global-copy > p:last-of-type { font-size:15px; }
  .about-v8-honors { padding:74px 19px 78px; }
  .about-v8-honors-head { display:block; margin-bottom:30px; }
  .about-v8-honors-head h2 { max-width:320px; font-size:32px; }
  .about-v8-honors-tools { justify-content:space-between; margin-top:18px; padding:0; }
  .about-v8-honors-tools > p { max-width:235px; font-size:13px; line-height:1.55; }
  .about-v8-honors-toggle { flex:0 0 auto; width:42px; height:42px; }
  .about-v8-honor-track { grid-auto-columns:minmax(236px,76vw); gap:10px; padding-bottom:12px; }
  .about-v8-honor-track figure { height:328px; padding:18px 14px; }
  .about-v8-honor-track span { min-height:58px; padding:17px 16px; font-size:14px; }
  .about-v8-certifications { padding:78px 19px; }
  .about-v8-cert-grid { grid-template-columns:1fr 1fr; }
  .about-v8-cert-grid article { grid-template-columns:1fr; gap:10px; min-height:145px; padding:20px 16px; }
  .about-v8-cert-grid img { max-width:82px; max-height:52px; }
  .about-v8-cert-grid strong { font-size:13px; }
  .about-v8-contact { grid-template-columns:1fr; min-height:0; }
  .about-v8-contact-copy { padding:64px 19px 38px; }
  .about-v8-contact-copy > p:nth-of-type(2) { margin-top:18px; }
  .about-v8-contact-qrs { gap:10px; margin-top:24px; }
  .about-v8-contact-qrs figure { grid-template-columns:72px minmax(0,1fr); flex:1 1 0; gap:8px; padding:7px 9px 7px 7px; }
  .about-v8-contact-qrs img { width:72px; height:72px; }
  .about-v8-contact-qrs figcaption { font-size:12px; white-space:normal; }
  .about-v8-contact-links { padding:0 19px 58px; }
  .about-v8-contact-links > * { grid-template-columns:90px minmax(0,1fr) 18px; gap:12px; min-height:92px; }
  .about-v8-contact-links strong { font-size:14px; }
}

@media (prefers-reduced-motion:reduce) {
  [data-about-reveal],.about-v8 img { transition:none !important; transform:none !important; }
  .about-v8-honors-tools > p::before { animation:none; }
}
