:root{--brand-identity:#22c55e;--brand-primary:#0f5132;--brand-primary-hover:#0b3f27;--brand-ink:#0b1220;--brand-border:#d9dee5;--brand-page:#ffffff;--brand-sidebar:#f5f7f6;--brand-surface:#f7f9f8;--brand-selected:#eaf7ef;--brand-muted:#5d6863;--green:var(--brand-identity);--green-dark:var(--brand-primary);--green-deep:var(--brand-primary);--green-ink:var(--brand-ink);--green-soft:var(--brand-selected);--lime:var(--brand-identity);--orange:var(--brand-identity);--paper:var(--brand-page);--cream:var(--brand-page);--ink:var(--brand-ink);--muted:var(--brand-muted);--line:var(--brand-border);--white:#ffffff;--shadow:0 18px 46px rgba(11,18,32,0.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Noto Sans CJK SC,Source Han Sans SC,Arial,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}a,button{-webkit-tap-highlight-color:transparent}button,input{font:inherit}.site-header{position:relative;z-index:20;width:min(1180px,calc(100% - 48px));min-height:76px;margin:0 auto;display:flex;align-items:center;gap:34px}.site-header.home-header{width:min(1320px,calc(100% - 96px))}.brand{display:flex;align-items:center;gap:11px;margin-right:auto}.brand img{width:43px;height:43px;object-fit:contain}.brand span{display:flex;flex-direction:column;line-height:1.25}.brand strong{color:var(--green-ink);font-weight:900;letter-spacing:.02em}.brand small{color:#718073;letter-spacing:.18em}.desktop-nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:650}.desktop-nav a{position:relative;padding:28px 0}.desktop-nav a:after{content:"";position:absolute;left:0;bottom:19px;width:100%;height:2px;border-radius:2px;background:var(--green);transform:scaleX(0);transition:transform .18s ease}.desktop-nav a:focus-visible:after,.desktop-nav a:hover:after{transform:scaleX(1)}.header-contact{padding:10px 17px;border:0;border-radius:999px;background:var(--green-deep);color:white;font-size:13px;font-weight:750;cursor:pointer}.mobile-menu{display:none}.mobile-menu summary{cursor:pointer;list-style:none;padding:9px 14px;border:1px solid #cfdacf;border-radius:999px;color:var(--green-ink);font-size:13px;font-weight:800}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu>div{position:absolute;right:0;top:62px;width:min(260px,calc(100vw - 32px));display:grid;padding:10px;border:1px solid #dce5d9;border-radius:16px;background:rgba(255,255,255,.98);box-shadow:0 18px 45px rgba(20,62,30,.14)}.mobile-menu a,.mobile-menu button{padding:12px 13px;border:0;border-radius:10px;background:transparent;color:var(--green-ink);font:inherit;font-size:14px;font-weight:750;text-align:left;cursor:pointer}.mobile-menu a:focus-visible,.mobile-menu a:hover,.mobile-menu button:focus-visible,.mobile-menu button:hover{background:var(--green-soft)}.hero{min-height:720px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(560px,1.1fr);align-items:center;gap:clamp(42px,5vw,80px);padding:60px max(48px,calc((100% - 1320px) / 2)) 14px;background:#ffffff}.hero,.hero-copy{position:relative}.hero-copy{max-width:610px}.portal-kicker{display:inline-flex;align-items:center;gap:10px;color:var(--green-dark);font-size:13px;font-weight:850;letter-spacing:.08em}.portal-kicker:before{content:"";width:28px;height:3px;border-radius:3px;background:var(--lime)}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--green-dark);font-family:Inter,Arial,sans-serif;font-size:11px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}.eyebrow:before{content:"";width:24px;height:3px;border-radius:3px;background:var(--orange)}.hero h1{margin:36px 0 30px;color:#0d1523;font-size:clamp(48px,3.5vw,52px);line-height:1.27;letter-spacing:-.045em;font-weight:950;text-wrap:balance}.hero h1 span{display:block;color:#176b3b}.hero-title-break{display:block}.hero-lead{max-width:585px;margin:0;color:#5c665f;font-size:18px;line-height:1.85}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:0 22px;border-radius:10px;font-size:14px;font-weight:800;transition:transform .18s ease,box-shadow .18s ease}.button:focus-visible,.button:hover{transform:translateY(-2px)}.button.primary{background:var(--green-dark);color:white;box-shadow:0 14px 28px rgba(22,118,42,.2)}.button.primary span{font-size:18px}.button.secondary{border:1px solid #cdd9cb;background:rgba(255,255,255,.62);color:var(--green-ink)}.hero-core-grid{width:100%;max-width:700px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.hero-core-card{position:relative;min-width:0;min-height:320px;display:grid;grid-template-rows:190px auto;align-content:start;padding:20px 24px 24px;border:1px solid #dce7df;border-radius:18px;background:#ffffff;color:#0d1523;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.hero-core-card:focus-visible,.hero-core-card:hover{border-color:#9bc4aa;box-shadow:0 18px 42px rgba(12,79,43,.1);transform:translateY(-3px)}.hero-core-card img{width:100%;height:190px;object-fit:contain}.hero-core-card-copy{min-width:0;padding-right:46px}.hero-core-card h2{margin:8px 0 7px;color:#0d1523;font-size:24px;line-height:1.25;letter-spacing:-.025em}.hero-core-card p{margin:0;color:#657068;font-size:14px;line-height:1.55}.hero-core-arrow{position:absolute;right:22px;bottom:23px;width:38px;height:38px;display:grid;place-items:center;border:1px solid #77a989;border-radius:50%;color:#176b3b;font-size:19px;transition:background .18s ease,color .18s ease}.hero-core-card:focus-visible .hero-core-arrow,.hero-core-card:hover .hero-core-arrow{background:#176b3b;color:#ffffff}.section{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:96px 0 0}.section-heading{margin-bottom:42px}.section-heading h2{margin:11px 0 10px;color:var(--green-ink);font-size:clamp(34px,4vw,50px);line-height:1.18;letter-spacing:-.04em}.section-heading>p{max-width:650px;color:#69746c;font-size:15px}.two-column-heading{display:grid;grid-template-columns:1fr minmax(300px,.65fr);align-items:end;gap:64px}.two-column-heading h2{margin-bottom:0}.two-column-heading>p{margin:0 0 7px}.journey-panel{padding:35px 38px 30px;border:1px solid #dfe8db;border-radius:16px;background:white;box-shadow:0 12px 35px rgba(34,75,42,.05)}.exam-timeline-stack{display:grid;gap:20px}.timeline-title p{margin:5px 0 0;color:#758077;font-size:12px}.journey-head{display:flex;align-items:center;justify-content:space-between;gap:24px}.tag{display:inline-block;padding:4px 8px;border-radius:5px;background:var(--green-soft);color:var(--green-dark);font-size:11px;font-weight:850;letter-spacing:.06em}.tag.orange{background:#fff0e5;color:#b85517}.journey-head h3,.resource-list-head h3{margin:8px 0 0;color:var(--green-ink);font-size:23px}.update-badge{padding:7px 10px;border:1px solid #dce5da;border-radius:999px;color:#778178;font-size:11px}.timeline{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin:38px 0 30px;padding:0;list-style:none}.timeline:before{content:"";position:absolute;left:10%;right:10%;top:20px;height:2px;background:#dfe7dc}.timeline li{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}.timeline-dot{width:42px;height:42px;display:grid;place-items:center;margin-bottom:12px;border:2px solid #d5e0d3;border-radius:50%;background:white;color:#8b968c;font-family:Inter,sans-serif;font-size:12px;font-weight:800}.timeline li.current .timeline-dot{border-color:var(--green-dark);background:var(--green-dark);color:white;box-shadow:0 0 0 7px rgba(50,205,50,.14)}.timeline li.complete .timeline-dot{border-color:#79b989;background:#eff9f0;color:var(--green-dark)}.historic-timeline{grid-template-columns:repeat(6,1fr);margin-bottom:34px}.timeline-date{margin-bottom:3px;color:var(--green-dark);font-family:Inter,Arial,sans-serif;font-size:12px;font-weight:850;white-space:nowrap}.timeline b{color:var(--green-ink);font-size:14px}.timeline small{color:#849086;font-size:11px}.journey-source{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:18px;border-top:1px solid #e7ece5;color:#626b64;font-size:12px}.journey-source a{color:var(--green-dark);font-weight:800}.guides-section{width:100%;margin-top:96px;padding:92px max(48px,calc((100% - 1180px) / 2));background:#f0f4eb}.guides-section .resource-list-wide,.guides-section .section-heading{width:min(1180px,100%);margin-left:auto;margin-right:auto}.resource-list{border:1px solid #dbe5d8;border-radius:16px;background:white;overflow:hidden;padding:27px}.resource-list-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px}.resource-list-head>span{padding:5px 8px;border-radius:999px;background:#eff8eb;color:var(--green-dark);font-size:11px;font-weight:800}.resource-list article{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:17px 0;border-bottom:1px solid #e9ede7}.file-type{width:40px;height:44px;display:grid;place-items:center;border-radius:8px;background:#fff0e5;color:#b95c24;font-family:Inter,sans-serif;font-size:10px;font-weight:850}.file-type.green{background:#e8f7eb;color:var(--green-dark)}.file-type.amber{background:#fff6d7;color:#9b7316}.resource-list article>div{display:flex;flex-direction:column}.resource-list article b{color:var(--green-ink);font-size:14px}.resource-list article small{color:#657066;font-size:12px}.resource-link,.resource-status{padding:5px 8px;border-radius:5px;font-size:11px;font-weight:800}.resource-status{background:#f0f2ef;color:#929a93}.resource-link{background:var(--green-soft);color:var(--green-dark)}.resource-list-more{display:inline-flex;margin-top:18px;color:var(--green-dark);font-size:12px;font-weight:850}.document-page{background:#f7f9f3}.document-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.62fr);align-items:center;gap:72px;min-height:480px;padding:68px max(48px,calc((100% - 1180px) / 2)) 84px;background:linear-gradient(140deg,#fbfcf6,#eff5e6)}.document-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;width:max(38vw,520px);background:linear-gradient(145deg,#123f20,#17602a);clip-path:polygon(18% 0,100% 0,100% 100%,0 100%)}.document-hero>*{position:relative;z-index:1}.document-hero h1{max-width:780px;margin:20px 0 24px;color:var(--green-ink);font-size:clamp(46px,5vw,68px);line-height:1.1;letter-spacing:-.055em}.document-hero>div>p{max-width:690px;margin:0;color:#5c685f;font-size:15px;line-height:1.9}.document-hero-actions{display:flex;gap:12px;margin-top:30px}.library-summary{overflow:hidden;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(21,118,42,.15);border-radius:16px;background:white;box-shadow:0 18px 42px rgba(23,77,33,.08)}.library-summary div{display:flex;flex-direction:column;gap:5px;padding:30px 16px;border-right:1px solid #e4eadf;text-align:center}.library-summary div:nth-child(3){border-right:0}.library-summary b{color:var(--green-dark);font-family:Inter,sans-serif;font-size:30px}.library-summary small,.library-summary span{color:#657066;font-size:11px}.library-summary small{grid-column:1/-1;padding:11px 16px;border-top:1px solid #e4eadf;text-align:center}.document-section{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:100px 0 0;scroll-margin-top:88px}.document-section-heading{margin-bottom:30px}.document-section-heading h2{margin:0 0 8px;color:var(--green-ink);font-size:clamp(32px,4vw,48px);letter-spacing:-.04em}.document-section-heading p{max-width:760px;margin:0;color:#6c776e;font-size:13px}.document-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.document-card{display:flex;flex-direction:column;min-height:430px;padding:28px;border:1px solid #dce5d8;border-radius:16px;background:white;box-shadow:0 14px 34px rgba(26,70,34,.05)}.document-card-top{display:flex;align-items:center;justify-content:space-between}.document-card-top em,.document-card-top span{padding:5px 9px;border-radius:6px;font-size:11px;font-style:normal;font-weight:850}.document-card-top .hosted{background:#fff0e5;color:#ac5019}.document-card-top .official{background:#e9f6e6;color:var(--green-dark)}.document-card-top em{border:1px solid #dce5d8;color:#788278}.document-card h3{margin:22px 0 12px;color:var(--green-ink);font-size:22px;line-height:1.35}.document-card>p{margin:0;color:#6f7971;font-size:13px;line-height:1.8}.document-card dl{display:grid;gap:8px;margin:22px 0;padding:17px 0;border-top:1px solid #edf0eb;border-bottom:1px solid #edf0eb}.document-card dl div{display:grid;grid-template-columns:68px 1fr;gap:10px;font-size:12px}.document-card dt{color:#657066}.document-card dd{margin:0;color:#536057}.document-actions{display:flex;align-items:center;gap:16px;margin-top:auto}.document-actions a{color:var(--green-dark);font-size:12px;font-weight:850}.document-actions .document-download{padding:10px 15px;border-radius:8px;background:var(--green-dark);color:white}.products-section{padding-bottom:10px}.course-section-heading{max-width:700px}.course-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.course-card{overflow:hidden;border:1px solid #d7e2d5;border-radius:18px;background:white;box-shadow:0 18px 45px rgba(24,68,34,.07);transition:transform .22s ease,box-shadow .22s ease}.course-card:hover{transform:translateY(-4px);box-shadow:0 24px 56px rgba(24,68,34,.11)}.course-image{position:relative;height:clamp(180px,17vw,220px);overflow:hidden;background:var(--green-deep)}.course-image img{width:100%;height:100%;object-fit:cover;transition:transform .42s cubic-bezier(.16,1,.3,1)}.course-card:hover .course-image img{transform:scale(1.025)}.course-copy{padding:22px 24px 24px}.course-status-row{display:flex;align-items:center;justify-content:space-between;gap:18px}.course-status-row span{padding:5px 10px;border-radius:999px;background:var(--green-soft);color:var(--green-dark);font-size:11px;font-weight:850}.course-status-row small{color:#768078;font-size:11px}.course-copy h3{margin:13px 0 8px;color:var(--green-ink);font-size:21px;line-height:1.35;letter-spacing:-.025em}.course-copy>p{margin:0;color:#657066;font-size:12px;line-height:1.65}.course-facts{display:grid;grid-template-columns:1.2fr 1fr;gap:1px;margin:17px 0;overflow:hidden;border:1px solid #dfe7dc;border-radius:12px;background:#dfe7dc}.course-facts div{min-width:0;padding:11px 12px;background:#f8faf5}.course-facts dt{color:#7a847c;font-size:10px}.course-facts dd{margin:3px 0 0;color:var(--green-ink);font-size:12px;font-weight:800;line-height:1.45}.course-copy>a{display:inline-flex;align-items:center;gap:12px;padding:9px 16px;border-radius:999px;background:var(--green-deep);color:white;font-size:12px;font-weight:850;transition:transform .18s ease,background .18s ease}.course-copy>a:focus-visible,.course-copy>a:hover{background:var(--green-dark);transform:translateY(-1px)}.course-copy>a:active{transform:translateY(1px)}.course-list-note{margin:14px 0 0;color:#707b72;font-size:12px}.services-page{background:var(--brand-page)}.service-page-hero{display:grid;grid-template-columns:minmax(0,.84fr) minmax(440px,1.16fr);align-items:center;gap:58px;min-height:540px;padding:58px max(48px,calc((100% - 1180px) / 2)) 76px;background:var(--brand-surface)}.service-page-hero-copy{min-width:0}.service-page-hero h1{margin:20px 0 22px;color:var(--brand-ink);font-size:clamp(36px,3.5vw,48px);line-height:1.08;letter-spacing:-.055em}.service-page-hero h1 span{color:var(--brand-primary)}.service-page-hero-copy>p{max-width:620px;margin:0;color:var(--brand-muted);font-size:15px;line-height:1.85}.service-page-hero-actions{display:flex;gap:12px;margin-top:30px}.service-page-hero-media{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(170px,.88fr);align-items:center;gap:16px;padding:22px;border:1px solid var(--brand-border);border-radius:18px;background:var(--brand-page);box-shadow:var(--shadow)}.service-page-hero-shot{min-width:0;margin:0}.service-page-hero-shot img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border:1px solid var(--brand-border);border-radius:12px;background:var(--brand-sidebar)}.service-page-hero-shot-main img{object-position:50% 10%}.service-page-hero-shot-secondary img{object-position:center}.service-page-hero-shot figcaption{margin-top:9px;color:var(--brand-muted);font-size:11px;line-height:1.5}.service-page-content{padding-top:90px}.service-anchor{scroll-margin-top:92px}.service-entry-section{padding-bottom:10px}.service-entry-main{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);overflow:hidden;border:1px solid var(--brand-border);border-radius:18px;background:var(--brand-page);box-shadow:var(--shadow);transition:border-color .18s ease,transform .18s ease}.service-entry-main:focus-visible,.service-entry-main:hover{border-color:#a9bea9;transform:translateY(-2px)}.service-entry-main:active{transform:translateY(1px)}.service-entry-copy{padding:44px}.service-entry-copy h2{margin:10px 0 14px;color:var(--brand-ink);font-size:clamp(36px,4vw,50px);line-height:1.12;letter-spacing:-.045em}.service-entry-copy>p{max-width:560px;margin:0;color:var(--brand-muted);font-size:14px;line-height:1.8}.service-entry-button{width:fit-content;margin-top:26px}.service-entry-button i{font-style:normal}.service-entry-gallery{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(180px,.82fr);align-items:center;gap:16px;padding:26px;background:var(--brand-sidebar)}.service-entry-gallery figure{min-width:0;margin:0}.service-entry-gallery img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border:1px solid var(--brand-border);border-radius:12px;background:var(--brand-page);box-shadow:0 12px 28px rgba(11,18,32,.08)}.service-entry-gallery figure:first-child img{object-position:50% 10%}.service-entry-gallery figcaption{margin-top:9px;color:var(--brand-muted);font-size:11px;line-height:1.5}.service-entry-links{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));overflow:hidden;margin-top:16px;border:1px solid var(--brand-border);border-radius:16px;background:var(--brand-page)}.service-entry-links a{position:relative;min-width:0;min-height:122px;display:flex;flex-direction:column;padding:20px 42px 20px 20px;border-right:1px solid var(--brand-border);transition:background .16s ease}.service-entry-links a:last-child{border-right:0}.service-entry-links a:focus-visible,.service-entry-links a:hover{background:var(--brand-selected)}.service-entry-links a:active{transform:translateY(1px)}.service-entry-links strong{color:var(--brand-primary);font-size:13px;line-height:1.45}.service-entry-links span{margin-top:6px;color:var(--brand-muted);font-size:10px;line-height:1.55}.service-entry-links i{position:absolute;right:18px;bottom:18px;color:#8d9c91;font-style:normal}.service-section{padding-bottom:96px}.service-section-heading{max-width:780px}.service-label{display:block;margin-bottom:12px;color:var(--green-dark);font-size:12px;font-weight:850}.service-audiences{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:24px}.service-audiences article:first-child{grid-column:1/-1}.service-audiences article{padding:22px 24px;border:1px solid #d4e0d2;border-left:4px solid var(--green-dark);border-radius:14px;background:#f4f8f0}.service-audiences h3{margin:0 0 6px;color:var(--green-ink);font-size:18px}.service-audiences p{margin:0;color:#637066;font-size:12px;line-height:1.75}.mini-tool-showcase{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);overflow:hidden;margin:30px 0 46px;border:1px solid var(--brand-border);border-radius:18px;background:var(--brand-page);box-shadow:var(--shadow)}.mini-tool-copy{padding:34px}.mini-tool-copy h2{margin:18px 0 10px;color:var(--brand-ink);font-size:clamp(28px,3vw,40px);line-height:1.2;letter-spacing:-.04em}.mini-tool-copy>p{margin:0;color:var(--brand-muted);font-size:13px;line-height:1.8}.mini-tool-list{display:grid;gap:10px;margin-top:24px}.mini-tool-list>div{padding:14px 15px;border-left:3px solid var(--brand-identity);background:var(--brand-surface)}.mini-tool-list b,.mini-tool-list span{display:block}.mini-tool-list b{color:var(--brand-primary);font-size:13px}.mini-tool-list span{margin-top:3px}.mini-tool-copy>small,.mini-tool-list span{color:var(--brand-muted);font-size:11px;line-height:1.65}.mini-tool-copy>small{display:block}.mini-tool-gallery{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(150px,.65fr);align-items:center;gap:16px;padding:28px;background:var(--brand-sidebar)}.mini-tool-screen{min-width:0;margin:0}.mini-tool-screen img{display:block;width:100%;height:auto;border:1px solid var(--brand-border);border-radius:14px;background:var(--brand-page);box-shadow:0 14px 32px rgba(11,18,32,.09)}.mini-tool-screen-wide img{aspect-ratio:16/9;object-fit:cover}.mini-tool-screen figcaption{margin-top:9px;color:var(--brand-muted);font-size:11px;text-align:center}.service-cluster-heading{max-width:760px;margin:30px 0 16px}.service-cluster-heading h3{margin:0 0 7px;color:var(--green-ink);font-size:22px;line-height:1.35;letter-spacing:-.025em}.service-cluster-heading p{margin:0;color:#657066;font-size:12px;line-height:1.75}.service-evidence{overflow:hidden;border:1px solid #d4e0d2;border-radius:18px;background:white;box-shadow:0 18px 45px rgba(24,68,34,.07)}.service-evidence-featured{display:grid;grid-template-columns:1fr;align-items:stretch;margin-bottom:18px}.service-evidence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px}.service-capability-group{margin-top:34px;padding-top:4px;border-top:1px solid #dce5d8}.service-cluster-heading-secondary{margin-top:24px}.service-evidence-grid-recording{grid-template-columns:1fr}.service-media{position:relative;aspect-ratio:2/1;overflow:hidden;border-bottom:1px solid #e0e7dd;background:#eef3eb}.service-media-lecture-management{aspect-ratio:640/293}.service-media-lecture-companion{aspect-ratio:12/5}.service-evidence-featured .service-media{min-height:auto;border-right:0;border-bottom:1px solid #e0e7dd}.service-media img{width:100%;height:100%;object-fit:cover}.service-media-lecture-management img,.service-media-question-bank-management img{object-position:50% 45%}.service-media-paper-production img{object-position:50% 10%}.service-media-lecture-companion img{object-position:50% 0}.service-evidence-copy{padding:26px}.service-status{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#667269;font-size:11px}.service-status span{font-weight:800}.service-status strong{padding:4px 8px;border-radius:999px;background:var(--green-soft);color:var(--green-dark);font-size:10px}.service-evidence-copy h3{margin:16px 0 10px;color:var(--green-ink);font-size:25px;line-height:1.3;letter-spacing:-.025em}.service-evidence-copy>p{margin:0;color:#647066;font-size:12px;line-height:1.75}.service-values{margin:14px 0 0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 20px}.service-values li{position:relative;padding-left:18px;color:#647066;font-size:12px;line-height:1.7}.service-values li:before{content:"";position:absolute;left:4px;top:7px;width:6px;height:6px;border-radius:50%;background:var(--lime)}@media (max-width:820px){.service-values{grid-template-columns:1fr}}.service-flow{margin:18px 0 14px;padding-left:13px;border-left:3px solid var(--lime);color:var(--green-dark);font-size:11px;font-weight:750;line-height:1.7}.service-evidence-copy>small{display:block;color:#536158;font-size:11px;line-height:1.65}.material-pipeline-showcase{overflow:hidden;border:1px solid #d4e0d2;border-radius:18px;background:white;box-shadow:0 18px 45px rgba(24,68,34,.07)}.material-pipeline-intro{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);gap:42px;padding:34px;border-bottom:1px solid #e0e7dd}.material-pipeline-copy h3{margin:16px 0 10px;color:var(--green-ink);font-size:30px;line-height:1.25;letter-spacing:-.03em}.material-pipeline-copy>p{margin:0;color:#647066;font-size:12px;line-height:1.75}.material-pipeline-copy>small{display:block;color:#536158;font-size:11px;line-height:1.65}.material-pipeline-highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:0 22px;margin:0;padding:0;list-style:none}.material-pipeline-highlights li{padding:16px 0;border-top:1px solid #dfe7dc}.material-pipeline-highlights span,.material-pipeline-highlights strong{display:block}.material-pipeline-highlights strong{color:var(--green-dark);font-size:12px}.material-pipeline-highlights span{margin-top:5px;color:#647066;font-size:11px;line-height:1.65}.material-pipeline-figure{margin:0;padding:28px;background:#f5f8f3}.material-pipeline-figure img{display:block;width:100%;height:auto;border:1px solid #dce5d8;background:white}.material-pipeline-figure summary{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:12px;color:#667269;font-size:11px}.material-pipeline-figure .pipeline-toggle{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid #cddbc9;border-radius:8px;background:white;color:var(--green-dark);font-weight:850}.material-pipeline-figure summary:focus-visible .pipeline-toggle,.material-pipeline-figure summary:hover .pipeline-toggle{border-color:var(--green)}.service-boundary{margin:18px 0 0;padding:14px 16px;border-left:4px solid var(--orange);border-radius:0 10px 10px 0;background:#fff8ef;color:#665d51;font-size:11px;line-height:1.7}.eyebrow.light{color:var(--lime)}.contact-section{width:min(1180px,calc(100% - 48px));display:grid;grid-template-columns:1fr auto;align-items:center;gap:80px;margin:100px auto;padding:54px 62px;border-radius:16px;background:linear-gradient(135deg,#197b2d,#0d4b20);color:white;box-shadow:0 24px 60px rgba(13,75,32,.2)}.contact-copy h2{margin:15px 0 18px;font-size:clamp(34px,4vw,50px);line-height:1.2;letter-spacing:-.04em}.contact-copy>p{max-width:680px;margin:0;color:rgba(255,255,255,.75)}.contact-open-button{min-width:172px;min-height:50px;padding:0 22px;border:0;border-radius:999px;background:white;color:var(--green-deep);font-size:14px;font-weight:900;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.contact-open-button:focus-visible,.contact-open-button:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(5,35,16,.22)}.contact-open-button:active{transform:translateY(1px)}footer{display:grid;grid-template-columns:1fr 1fr;gap:35px;padding:58px max(48px,calc((100% - 1180px) / 2)) 30px;border-top:1px solid #dfe6dd;background:#f1f3ec}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{width:45px;height:45px;object-fit:contain}.footer-brand>div{display:flex;flex-direction:column}.footer-brand b{color:var(--green-ink);font-size:15px}.footer-brand span{color:#7b847d;font-size:11px}.footer-platforms{min-width:0}.footer-platforms>p{margin:0 0 10px;color:var(--green-dark);font-size:11px;font-weight:800;text-align:right}.footer-return{display:flex;justify-content:flex-end;gap:12px;margin-bottom:12px;color:#6b756d;font-size:11px}.footer-return a{color:var(--green-dark);font-weight:800}.platform-account-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.platform-account{min-width:0;display:flex;align-items:center;gap:10px;padding:9px 10px;border:1px solid #d6dfd4;border-radius:10px;background:rgba(255,255,255,.62);color:var(--green-ink);text-align:left;cursor:pointer}.platform-account:focus-visible,.platform-account:hover{border-color:#a9bea9;background:white}.platform-account img{width:22px;height:22px;flex:0 0 auto}.platform-account>span{min-width:0;display:flex;flex-direction:column}.platform-account small{color:#7c867e;font-size:9px}.platform-account b{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.footer-legal{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:16px;padding-top:24px;border-top:1px solid #dce3da;color:#858e86}.footer-legal a{color:inherit;text-decoration:underline;text-underline-offset:3px}.public-security-link{display:inline-flex;align-items:center;gap:5px}.public-security-link img{width:20px;height:20px}.site-modal-overlay{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:24px;background:rgba(8,24,13,.72)}.site-modal-panel{width:min(720px,100%);max-height:min(760px,calc(100dvh - 48px));overflow:auto;padding:26px;border:1px solid #d8e3d6;border-radius:18px;background:#fbfcf8;box-shadow:0 28px 80px rgba(5,28,12,.32)}.site-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:22px}.site-modal-head span{color:var(--green-dark);font-size:11px;font-weight:850}.site-modal-head h2{margin:4px 0 0;color:var(--green-ink);font-size:30px;line-height:1.2}.site-modal-head button{padding:8px 12px;border:1px solid #cdd9cb;border-radius:999px;background:white;color:var(--green-ink);font-size:12px;font-weight:800;cursor:pointer}.contact-dialog-content{display:grid;grid-template-columns:minmax(220px,280px) 1fr;align-items:center;gap:30px}.contact-dialog-content>img{width:100%;height:auto;border:1px solid #dde5da;border-radius:14px;background:white}.contact-dialog-content h3{margin:0 0 10px;color:var(--green-ink);font-size:22px}.contact-dialog-content p{margin:0 0 13px;color:#5e6b61;font-size:13px;line-height:1.75}.contact-dialog-content small{color:#7b867d;font-size:11px;line-height:1.7}.wechat-dialog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.wechat-dialog-grid article{padding:18px;border:1px solid #dbe4d8;border-radius:14px;background:white;text-align:center}.wechat-dialog-grid img{width:100%;height:auto;border-radius:10px}.wechat-dialog-grid h3{margin:12px 0 2px;color:var(--green-ink);font-size:17px}.wechat-dialog-grid p{margin:0;color:#758078;font-size:11px}.privacy-page{min-height:100dvh;background:#f7f8f1}.privacy-hero{width:min(900px,calc(100% - 48px));margin:0 auto;padding:82px 0 54px}.privacy-hero h1{margin:22px 0 14px;color:var(--green-ink);font-size:clamp(44px,6vw,66px);line-height:1.08;letter-spacing:-.05em}.privacy-hero>p{max-width:680px;margin:0 0 18px;color:#5f6b62;font-size:15px;line-height:1.8}.privacy-hero>small{color:#7b867d;font-size:11px}.privacy-content{width:min(900px,calc(100% - 48px));margin:0 auto 100px;padding:16px 42px;border:1px solid #dce5d9;border-radius:18px;background:white;box-shadow:0 18px 45px rgba(24,68,34,.06)}.privacy-content section{padding:34px 0;border-bottom:1px solid #e7ece5;scroll-margin-top:90px}.privacy-content section:last-child{border-bottom:0}.privacy-content h2{margin:0 0 12px;color:var(--green-ink);font-size:24px;line-height:1.35}.privacy-content p{margin:8px 0 0;color:#5f6b62;font-size:14px;line-height:1.9}.privacy-content a{color:var(--green-dark);font-weight:750;text-decoration:underline;text-underline-offset:3px}.privacy-contact-button{margin-top:18px;padding:11px 18px;border:0;border-radius:999px;background:var(--green-deep);color:white;font-size:12px;font-weight:850;cursor:pointer}.not-found-page{min-height:100dvh;display:flex;flex-direction:column;background:#f7f8f1}.not-found-content{flex:1 1;width:min(760px,calc(100% - 48px));margin:0 auto;padding:110px 0 140px;text-align:center}.not-found-code{display:inline-flex;padding:8px 14px;border:1px solid #cbdac7;border-radius:999px;color:var(--green-dark);font-family:Inter,Arial,sans-serif;font-size:13px;font-weight:900;letter-spacing:.12em}.not-found-content h1{margin:24px 0 16px;color:var(--green-ink);font-size:clamp(44px,7vw,68px);letter-spacing:-.05em;line-height:1.08}.not-found-content p{max-width:560px;margin:0 auto;color:#647068;font-size:15px;line-height:1.8}.not-found-actions{display:flex;justify-content:center;gap:12px;margin-top:32px}@media (max-width:1360px){.hero{grid-template-columns:1fr;gap:48px;min-height:auto;padding-bottom:32px}.hero-copy,.hero-core-grid{width:min(100%,900px);max-width:900px}}@media (max-width:1050px){.desktop-nav,.header-contact{display:none}.mobile-menu{display:block}.hero{grid-template-columns:1fr}.service-page-hero{grid-template-columns:minmax(0,.82fr) minmax(390px,1.18fr);gap:34px}}@media (max-width:820px){.contact-section,.section,.site-header{width:min(100% - 32px,1180px)}.site-header.home-header{width:min(100% - 48px,1320px)}.header-contact{display:none}.hero{gap:46px;min-height:auto;padding:62px 24px 74px}.hero,.service-entry-main,.service-page-hero{grid-template-columns:1fr}.service-page-hero{gap:40px;min-height:auto;padding:58px 24px 74px}.service-entry-copy{padding:36px}.service-entry-links{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain}.service-entry-links a{width:220px;flex:0 0 220px;scroll-snap-align:start}.hero h1{max-width:680px;font-size:clamp(43px,6vw,48px)}.hero-title-break{display:none}.hero-core-card{min-height:280px;grid-template-rows:160px auto}.hero-core-card img{height:160px}.contact-section,.course-list,.two-column-heading{grid-template-columns:1fr}.two-column-heading{gap:16px}.timeline{grid-template-columns:1fr;gap:17px}.timeline:before{left:20px;right:auto;top:20px;bottom:20px;width:2px;height:auto}.timeline li{display:grid;grid-template-columns:42px 1fr;justify-items:start;column-gap:14px;text-align:left}.timeline-dot{grid-row:span 3;margin:0}.journey-source{align-items:flex-start;flex-direction:column}.guides-section{padding-left:16px;padding-right:16px}.contact-dialog-content,.material-pipeline-highlights,.material-pipeline-intro,.service-audiences,.service-evidence-featured,.service-evidence-grid{grid-template-columns:1fr}.service-evidence-featured .service-media{min-height:auto;border-right:0;border-bottom:1px solid #e0e7dd}.contact-section{gap:30px;padding:42px 30px}footer{grid-template-columns:1fr;padding-left:24px;padding-right:24px}.footer-platforms>p,.footer-return{text-align:left;justify-content:flex-start}.privacy-content,.privacy-hero{width:min(100% - 32px,900px)}.not-found-content{width:min(100% - 32px,760px);padding:82px 0 110px}.document-hero{grid-template-columns:1fr;gap:42px;padding:62px 24px 78px}.document-hero:before{display:none}.document-grid{grid-template-columns:1fr}}@media (max-width:560px){.site-header{min-height:72px}.brand strong{font-size:16px}.brand small{font-size:8px}.hero{gap:34px;padding-top:48px;padding-bottom:60px}.service-page-hero{padding-top:46px}.service-page-hero h1{font-size:clamp(32px,8.5vw,38px)}.service-page-hero-actions{flex-direction:column}.service-entry-gallery,.service-page-hero-media{grid-template-columns:1fr;padding:18px}.service-entry-copy{padding:30px 22px}.service-entry-copy h2{font-size:34px}.service-entry-button{width:100%}.hero h1{margin:22px 0;font-size:clamp(36px,10vw,42px);line-height:1.2}.document-hero h1{font-size:clamp(34px,9vw,37px)}.document-hero-actions{flex-direction:column}.library-summary div{padding:24px 8px}.document-section{width:min(100% - 32px,1180px);padding-top:76px}.document-card{min-height:0;padding:23px}.hero-lead{font-size:14px;line-height:1.75}.button{width:100%}.hero-core-grid{gap:12px}.hero-core-card{min-height:224px;grid-template-rows:108px auto;padding:14px 14px 18px;border-radius:14px}.hero-core-card img{height:108px}.hero-core-card-copy{padding-right:0}.hero-core-card h2{margin:5px 0;font-size:18px}.hero-core-card p{padding-right:30px;font-size:12px;line-height:1.45}.hero-core-arrow{right:12px;bottom:14px;width:30px;height:30px;font-size:16px}.section{padding-top:82px}.section-heading{margin-bottom:29px}.section-heading h2{font-size:clamp(30px,8.4vw,34px);text-wrap:balance}.journey-panel{padding:25px 20px}.journey-head{align-items:flex-start;flex-direction:column;gap:9px}.course-copy{padding:20px}.course-copy h3{font-size:20px}.course-image{height:180px}.service-audiences{grid-template-columns:1fr}.service-evidence-copy{padding:22px}.material-pipeline-intro{gap:26px;padding:24px 20px}.material-pipeline-copy h3{font-size:25px}.material-pipeline-figure{padding:14px}.material-pipeline-figure summary{align-items:flex-start;flex-direction:column;gap:8px}.service-evidence-copy h3{font-size:21px}.contact-open-button{width:100%;justify-content:center}.contact-section{margin-top:72px;margin-bottom:72px}.contact-copy h2{font-size:37px}.site-modal-overlay{padding:12px}.site-modal-panel{max-height:calc(100dvh - 24px);padding:20px}.contact-dialog-content{grid-template-columns:1fr;gap:20px}.contact-dialog-content>img{width:min(260px,100%);margin:0 auto}.platform-account-list,.wechat-dialog-grid{grid-template-columns:1fr}.privacy-hero{padding:54px 0 36px}.privacy-content{margin-bottom:72px;padding:8px 22px}.not-found-actions{flex-direction:column}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition-duration:.01ms!important}}.year-page{overflow:hidden;background:#f7f8f1}.compact-header{min-height:76px}.year-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.62fr);align-items:center;gap:74px;min-height:610px;padding:68px max(48px,calc((100% - 1180px) / 2)) 86px;overflow:hidden;background:linear-gradient(135deg,#fbfcf5,#f0f5e8)}.year-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;width:max(38vw,520px);background:linear-gradient(145deg,#123f20,#17602a);clip-path:polygon(18% 0,100% 0,100% 100%,0 100%)}.current-status-card,.year-hero-copy{position:relative;z-index:1}.breadcrumb{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:34px;color:#7a867b;font-size:12px}.breadcrumb a{color:var(--green-dark);font-weight:800}.year-kicker{display:inline-block;color:var(--green-dark);font-size:12px;font-weight:850;letter-spacing:.04em}.year-hero h1{margin:19px 0 22px;color:#11391e;font-size:clamp(56px,6.5vw,78px);font-weight:950;letter-spacing:-.075em;line-height:1.02}.year-hero-copy>p{max-width:660px;margin:0;color:#5e6a61;font-size:16px;line-height:1.95}.year-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.current-status-card{padding:34px;border:1px solid #d9e3d6;border-radius:16px;background:white;box-shadow:0 18px 48px rgba(30,75,40,.09)}.current-status-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:17px;border-bottom:1px solid #e5ebe3}.current-status-head span{color:var(--green-dark);font-size:12px;font-weight:900;letter-spacing:.12em}.current-status-head em{color:#7e8980;font-size:11px;font-style:normal}.current-status-mark{display:flex;align-items:baseline;gap:10px;margin-top:28px}.current-status-mark b{display:grid;width:64px;height:64px;place-items:center;border:4px solid var(--green);border-radius:50%;color:var(--green-dark);font-size:25px}.current-status-mark span{color:#879087;font-size:12px;font-weight:750}.current-status-card h2{margin:21px 0 10px;color:var(--green-ink);font-size:25px;line-height:1.35}.current-status-card>p{margin:0;color:#6c766e;font-size:14px}.current-status-card>small{display:block;margin-top:24px;color:#657066;font-size:12px}.chart-section,.release-lab{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:106px 0}.release-state-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.release-state{position:relative;min-height:235px;padding:25px;overflow:hidden;border:1px solid #dfe7dd;border-radius:18px;background:white}.release-state:after{content:"";position:absolute;right:-34px;bottom:-48px;width:110px;height:110px;border-radius:50%;background:#eff6ec}.release-state.current{border-color:var(--green-dark);box-shadow:0 18px 40px rgba(22,118,42,.1)}.release-state.complete{background:#143f21;color:white}.release-state>div{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:8px}.release-state>div span{color:var(--orange);font-family:Inter,Arial,sans-serif;font-size:20px;font-weight:900}.release-state>div em{padding:4px 7px;border-radius:999px;background:#f0f4ee;color:#738075;font-size:8px;font-style:normal}.release-state.complete>div em{background:rgba(255,255,255,.11);color:rgba(255,255,255,.72)}.release-state h3{position:relative;z-index:1;margin:34px 0 10px;color:var(--green-ink);font-size:21px}.release-state.complete h3{color:white}.release-state p{position:relative;z-index:1;margin:0;color:#6f7971;font-size:11px}.release-state.complete p{color:rgba(255,255,255,.72)}.speed-note{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;margin-top:18px;padding:16px 19px;border-left:3px solid var(--orange);border-radius:9px;background:#fff7ef;color:#626d65;font-size:11px}.speed-note b{color:#9a4c1c}.speed-note small{color:#8a7162;font-size:9px;white-space:nowrap}.historic-section{display:grid;grid-template-columns:minmax(280px,.65fr) minmax(0,1fr);gap:80px;padding:100px max(48px,calc((100% - 1180px) / 2));background:#113e20;color:white}.historic-copy{align-self:start;position:sticky;top:30px}.historic-copy h2{margin:19px 0 18px;font-size:clamp(36px,4.3vw,54px);letter-spacing:-.05em;line-height:1.15}.historic-copy p{margin:0;color:rgba(255,255,255,.68);font-size:14px;line-height:1.8}.historic-copy>a{display:inline-flex;margin-top:25px;padding-bottom:4px;border-bottom:1px solid rgba(255,255,255,.45);color:white;font-size:13px;font-weight:800}.vertical-timeline{margin:0;padding:0;list-style:none}.vertical-timeline li{display:grid;grid-template-columns:58px 1fr;gap:18px;padding:0 0 32px}.vertical-timeline li:not(:last-child) .vertical-index:after{content:"";position:absolute;top:53px;bottom:-32px;left:50%;width:1px;background:rgba(255,255,255,.18)}.vertical-index{position:relative;width:52px;height:52px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.35);border-radius:50%;color:var(--lime);font-family:Inter,sans-serif;font-weight:850}.vertical-timeline li>div:last-child{padding:5px 0 27px;border-bottom:1px solid rgba(255,255,255,.12)}.vertical-timeline span{color:var(--lime);font-family:Inter,Arial,sans-serif;font-size:13px;font-weight:850}.vertical-timeline h3{margin:3px 0;font-size:20px}.vertical-timeline p{margin:0;color:rgba(255,255,255,.62);font-size:13px;line-height:1.65}.position-guide-section{display:grid;grid-template-columns:minmax(280px,.62fr) minmax(0,1fr);gap:72px;padding:104px max(48px,calc((100% - 1180px) / 2));background:#eef4e9}.position-guide-intro{position:sticky;top:30px;align-self:start}.position-guide-intro>span{color:var(--green-dark);font-size:12px;font-weight:900;letter-spacing:.08em}.position-guide-intro h2{margin:18px 0;color:var(--green-ink);font-size:clamp(36px,4.3vw,54px);letter-spacing:-.05em;line-height:1.15}.position-guide-intro>p{margin:0;color:#647068;font-size:14px;line-height:1.85}.position-guide-note{margin-top:24px;padding:14px 16px;border-left:3px solid var(--orange);border-radius:8px;background:#fff8f1;color:#6e665f;font-size:12px;line-height:1.7}.position-guide-steps{display:grid;gap:12px;margin:0;padding:0;list-style:none}.position-guide-step{display:grid;grid-template-columns:58px minmax(0,1fr);gap:18px;min-width:0;padding:24px;border:1px solid #dbe6d7;border-radius:15px;background:white;box-shadow:0 12px 28px rgba(29,66,36,.045)}.position-guide-step>span{display:grid;width:52px;height:52px;place-items:center;border-radius:50%;background:var(--green-dark);color:white;font-family:Inter,Arial,sans-serif;font-size:15px;font-weight:900}.position-guide-step>div{min-width:0}.position-guide-step h3{margin:2px 0 7px;color:var(--green-ink);font-size:20px;line-height:1.35}.position-guide-step p{margin:0;color:#667169;font-size:13px;line-height:1.75}.position-guide-fields{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.position-guide-fields b{max-width:100%;padding:5px 9px;border:1px solid #cfe0ca;border-radius:999px;color:var(--green-dark);font-size:11px;line-height:1.35;overflow-wrap:anywhere}.system-template-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.system-template-links a{padding:7px 11px;border:1px solid #bcd3b7;border-radius:999px;color:var(--green-dark);font-size:11px;font-weight:800}.chart-section{padding-bottom:116px}.chart-boundary{display:flex;align-items:center;gap:14px;margin:-8px 0 22px;padding:13px 16px;border:1px solid #f1d7c5;border-radius:10px;background:#fff8f2;color:#6c6e67;font-size:13px}.chart-boundary b{color:#9b4c1b}.chart-boundary small{margin-left:auto;color:#8a796e;font-size:12px}.chart-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.chart-card{margin:0;overflow:hidden;border:1px solid #dfe7dc;border-radius:15px;background:white;box-shadow:0 14px 30px rgba(29,66,36,.06)}.chart-card>a{display:block;aspect-ratio:3/4;overflow:hidden;background:#f1f5ed}.chart-card img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .18s ease}.chart-card>a:focus-visible img,.chart-card>a:hover img{transform:scale(1.015)}.chart-card>figcaption{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:9px;padding:14px}.chart-card>figcaption>span{color:var(--orange);font-family:Inter,sans-serif;font-size:13px;font-weight:900}.chart-card h3{margin:0;color:var(--green-ink);font-size:14px}.chart-card figcaption p{margin:6px 0 0;color:#637065;font-size:12px;line-height:1.65}.chart-card>figcaption>a{color:var(--green-dark);font-size:12px;font-weight:800;white-space:nowrap}.province-snapshot-section{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:106px 0 116px}.province-snapshot-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:15px}.province-snapshot-grid article{padding:28px;border:1px solid #dfe7dc;border-radius:16px;background:white;box-shadow:0 14px 30px rgba(29,66,36,.06)}.province-snapshot-grid .province-snapshot-primary{grid-row:span 2;display:flex;min-height:330px;flex-direction:column;justify-content:flex-end;border-color:#174c25;background:linear-gradient(145deg,#174c25,#0f371b);color:white}.province-snapshot-grid article>span{color:#718075;font-size:12px;font-weight:800}.province-snapshot-grid strong{display:block;margin:12px 0 2px;color:var(--green-dark);font-size:clamp(42px,5vw,66px);letter-spacing:-.055em;line-height:1}.province-snapshot-grid h3{margin:8px 0 0;color:var(--green-ink);font-size:18px}.province-snapshot-grid p{max-width:520px;margin:18px 0 0;color:rgba(255,255,255,.7);font-size:13px;line-height:1.75}.province-snapshot-grid .province-snapshot-primary h3,.province-snapshot-grid .province-snapshot-primary strong,.province-snapshot-grid .province-snapshot-primary>span{color:white}.province-document-section{margin-top:0}.province-course-section{padding-top:104px}.resource-section{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1fr);gap:72px;padding:92px max(48px,calc((100% - 1180px) / 2));background:linear-gradient(135deg,#1c8e31,#0f4c22);color:white}.resource-intro h2{margin:18px 0;font-size:clamp(34px,4vw,50px);letter-spacing:-.05em;line-height:1.18}.resource-intro p{margin:0;color:rgba(255,255,255,.7);font-size:14px;line-height:1.8}.resource-action-grid{display:grid;gap:13px}.resource-action-grid article{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;padding:22px;border:1px solid rgba(255,255,255,.17);border-radius:15px;background:rgba(255,255,255,.08)}.resource-action-grid article>span{color:var(--lime);font-family:Inter,sans-serif;font-size:19px;font-weight:900}.resource-action-grid h3{margin:0 0 4px;font-size:16px}.resource-action-grid p{grid-column:2;margin:0;color:rgba(255,255,255,.64);font-size:13px;line-height:1.6}.resource-action-grid article>a,.resource-action-grid em{grid-column:3;grid-row:1/span 2;padding:5px 8px;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:rgba(255,255,255,.74);font-size:12px;font-style:normal;white-space:nowrap}.resource-action-grid article>a{color:white;font-style:normal;font-weight:800}.annual-contact{margin-top:92px}@media (max-width:1050px){.year-hero{gap:42px}.chart-grid,.release-state-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.historic-section,.position-guide-section,.resource-section,.year-hero{grid-template-columns:1fr}.year-hero{gap:46px;min-height:auto;padding:62px 24px 82px}.year-hero:before{display:none}.historic-section,.position-guide-section,.resource-section{gap:44px;padding-right:24px;padding-left:24px}.historic-copy,.position-guide-intro{position:static}.chart-section,.province-snapshot-section,.release-lab{width:min(100% - 32px,1180px);padding:86px 0}.province-snapshot-grid{grid-template-columns:1fr}.province-snapshot-grid .province-snapshot-primary{grid-row:auto;min-height:270px}.speed-note{grid-template-columns:1fr;gap:6px}.speed-note small{white-space:normal}}@media (max-width:560px){.year-hero h1{font-size:54px}.year-hero-copy>p{font-size:14px}.year-hero-actions{flex-direction:column}.current-status-card{padding:26px 22px;border-radius:20px}.current-status-head{align-items:flex-start;flex-direction:column;gap:3px}.chart-grid,.release-state-grid{grid-template-columns:1fr}.release-state{min-height:205px}.chart-boundary{align-items:flex-start;flex-direction:column;gap:3px}.chart-boundary small{margin-left:0}.chart-card>div{padding:16px}.chart-card h3{font-size:15px}.position-guide-step{grid-template-columns:44px minmax(0,1fr);gap:12px;padding:20px 16px}.position-guide-step>span{width:40px;height:40px;font-size:13px}.position-guide-step h3{font-size:18px}.resource-action-grid article{grid-template-columns:auto 1fr}.journey-source{align-items:flex-start;flex-direction:column}.resource-action-grid article>a,.resource-action-grid em{grid-column:2;grid-row:auto;justify-self:start}.vertical-timeline li{grid-template-columns:48px 1fr;gap:13px}.vertical-index{width:44px;height:44px;font-size:12px}.vertical-timeline li:not(:last-child) .vertical-index:after{top:45px}}.document-page,.not-found-page,.privacy-page,.year-page,body{background:var(--brand-page);color:var(--brand-ink)}.document-hero,.hero,.site-header,.year-hero,footer{background:var(--brand-page)}.document-hero:before,.year-hero:before{background:var(--brand-primary)}.document-hero h1,.hero h1,.year-hero h1{color:var(--brand-ink)}.document-hero>div>p,.document-section-heading p,.hero-lead,.section-heading>p,.year-hero-copy>p{color:var(--brand-muted)}.button.primary,.course-copy>a,.document-actions .document-download,.header-contact,.position-guide-step>span,.privacy-contact-button{background:var(--brand-primary);color:var(--brand-page);box-shadow:none}.button.primary:focus-visible,.button.primary:hover,.course-copy>a:focus-visible,.course-copy>a:hover,.document-actions .document-download:focus-visible,.document-actions .document-download:hover,.header-contact:focus-visible,.header-contact:hover,.privacy-contact-button:focus-visible,.privacy-contact-button:hover{background:var(--brand-primary-hover)}.button.secondary,.mobile-menu summary{border-color:var(--brand-border);background:var(--brand-page)}.chart-card,.course-card,.current-status-card,.document-card,.journey-panel,.library-summary,.position-guide-step,.privacy-content,.province-snapshot-grid article,.release-state,.resource-list,.service-evidence,.site-modal-panel{border-color:var(--brand-border);background:var(--brand-page);box-shadow:var(--shadow)}.document-card dl,.privacy-content section,.resource-list article,.service-capability-group,.service-evidence-featured .service-media,.service-media{border-color:var(--brand-border)}.course-facts div,.province-snapshot-grid .province-snapshot-primary,.release-state.complete,.release-state.current,.service-audiences article{background:var(--brand-selected)}.document-section:nth-of-type(2n),.guides-section,.position-guide-section{background:var(--brand-sidebar)}.historic-section,.resource-section{background:var(--brand-surface);color:var(--brand-ink)}.historic-copy h2,.province-snapshot-grid .province-snapshot-primary h3,.province-snapshot-grid .province-snapshot-primary strong,.release-state.complete h3,.resource-action-grid h3,.resource-intro h2,.vertical-timeline h3{color:var(--brand-ink)}.historic-copy p,.province-snapshot-grid p,.release-state.complete p,.resource-action-grid p,.resource-intro p,.vertical-timeline p{color:var(--brand-muted)}.historic-copy>a{border-bottom-color:var(--brand-border);color:var(--brand-primary)}.vertical-index{border-color:var(--brand-border)}.eyebrow.light,.resource-action-grid article>span,.vertical-index,.vertical-timeline span{color:var(--brand-primary)}.vertical-timeline li:not(:last-child) .vertical-index:after,.vertical-timeline li>div:last-child{border-color:var(--brand-border);background-color:transparent}.resource-action-grid article{border-color:var(--brand-border);background:var(--brand-page)}.resource-action-grid article>a,.resource-action-grid em{border-color:var(--brand-border);color:var(--brand-primary)}.release-state.complete>div em{background:var(--brand-page);color:var(--brand-muted)}.province-snapshot-grid .province-snapshot-primary{border-color:var(--brand-border)}.province-snapshot-grid .province-snapshot-primary>span{color:var(--brand-muted)}.contact-section{border:1px solid var(--brand-border);background:var(--brand-selected);color:var(--brand-ink);box-shadow:var(--shadow)}.contact-copy>p{color:var(--brand-muted)}.contact-open-button{background:var(--brand-primary);color:var(--brand-page)}.contact-open-button:focus-visible,.contact-open-button:hover{background:var(--brand-primary-hover);box-shadow:none}.document-card-top .hosted,.document-card-top .official,.file-type,.file-type.amber,.file-type.green,.tag.orange{background:var(--brand-selected);color:var(--brand-primary)}.chart-boundary,.position-guide-note,.service-boundary,.speed-note{border-color:var(--brand-identity);background:var(--brand-surface);color:var(--brand-muted)}.service-boundary{border-left-color:var(--brand-identity)}footer{border-color:var(--brand-border)}@media (max-width:820px){.mini-tool-showcase{grid-template-columns:1fr}.mini-tool-gallery{grid-template-columns:minmax(0,1.35fr) minmax(130px,.65fr)}}@media (max-width:560px){.service-audiences{grid-template-columns:1fr}.service-audiences article:first-child{grid-column:auto}.mini-tool-copy{padding:25px 20px}.mini-tool-gallery{grid-template-columns:1fr;padding:20px}.mini-tool-screen:not(.mini-tool-screen-wide){width:min(250px,76%);margin:0 auto}}.teaching-offers{padding-top:72px;padding-bottom:0}.teaching-offers-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.teaching-offer{display:flex;flex-direction:column;padding:28px;border:1px solid var(--brand-border);border-radius:18px;background:var(--brand-page)}.teaching-offer h3{margin:0 0 12px;color:var(--brand-ink);font-size:24px}.teaching-offer dd,.teaching-offer p,.teaching-offers-note{color:var(--brand-muted);font-size:14px;line-height:1.8}.teaching-offer p{margin:0}.teaching-offer dl{margin:24px 0}.teaching-offer dt{color:var(--brand-ink);font-weight:600;font-size:13px}.teaching-offer dd{margin:6px 0 18px}.teaching-offer dd:last-child{margin-bottom:0}.teaching-offer .button{margin-top:auto}.teaching-offers-note{margin:22px 0 0}.services-page .header-contact{display:none}@media (max-width:820px){.teaching-offers-grid{grid-template-columns:1fr}.teaching-offers{padding-top:48px}}.paper-sample{padding-top:72px;padding-bottom:0}.paper-sample-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.paper-sample-grid figure{min-width:0;margin:0}.paper-sample-grid a{display:block;border:1px solid var(--brand-border);border-radius:12px;overflow:hidden;background:white}.paper-sample-grid a:hover{border-color:var(--brand-primary)}.paper-sample-grid img{display:block;width:100%;height:auto}.paper-sample-grid figcaption{display:grid;gap:6px;margin-top:16px}.paper-sample-grid strong{color:var(--brand-ink);font-size:18px}.paper-sample-contact p,.paper-sample-grid span{color:var(--brand-muted);font-size:14px;line-height:1.8}.paper-sample-downloads{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.paper-sample-contact{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:28px;padding:24px;border-radius:12px;background:var(--brand-surface)}.paper-sample-contact p{margin:0}.paper-sample-contact .button{flex-shrink:0}@media (max-width:820px){.paper-sample{padding-top:48px}.paper-sample-grid{grid-template-columns:1fr;gap:28px}.paper-sample-contact,.paper-sample-downloads{flex-direction:column;align-items:stretch}}.xhs-account{display:flex;align-items:center;gap:14px}.xhs-platform-mark{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:16px;background:#ff2442}.xhs-platform-mark img{filter:invert(1)}.xhs-account span:not(.xhs-platform-mark),.xhs-account strong{display:block}.xhs-account strong{color:var(--brand-ink);font-size:18px}.xhs-account div>span{margin-top:5px;color:var(--brand-muted);font-size:12px;line-height:1.6}.xhs-experience-entry{margin:22px 0}.xhs-experience-entry p{color:var(--brand-ink);font-size:14px;line-height:1.8}.xhs-experience-entry small{display:block;margin-top:12px;color:var(--brand-muted);font-size:12px;line-height:1.8}.xhs-profile-link{background:#d71938;border-color:#d71938;color:white}.xhs-profile-link:hover{background:#b9142f;border-color:#b9142f;color:white}.services-page .mini-tool-gallery{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;align-items:start;gap:20px 16px}.services-page .mini-tool-screen{width:100%;margin:0}.services-page .mini-tool-screen:last-child{grid-column:1/-1}.services-page .mini-tool-screen a{display:block;border-radius:14px}.services-page .mini-tool-screen img{height:250px;object-fit:contain}.services-page .mini-tool-screen:last-child img{height:300px}@media (max-width:560px){.services-page .mini-tool-gallery{grid-template-columns:1fr}.services-page .mini-tool-screen img,.services-page .mini-tool-screen:last-child img{height:340px}}.paper-delivery-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 28px;margin-bottom:36px}.paper-delivery-benefits h3{margin:0 0 10px;font-size:18px;color:var(--brand-ink)}.paper-delivery-benefits p{margin:0;color:var(--brand-muted);font-size:14px;line-height:1.8}@media (max-width:820px){.paper-delivery-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.paper-delivery-benefits{grid-template-columns:1fr;gap:22px}}.material-pipeline-figure summary{margin-bottom:0;cursor:pointer;list-style:none}.material-pipeline-figure summary::-webkit-details-marker{display:none}.material-pipeline-figure[open] summary{margin-bottom:18px}.material-pipeline-figure .pipeline-collapse,.material-pipeline-figure[open] .pipeline-expand{display:none}.material-pipeline-figure[open] .pipeline-collapse{display:inline}:root{--shadow:0 6px 24px rgb(11 18 32/3%);--portal-width:1180px;--portal-gutter:max(32px,calc((100% - var(--portal-width)) / 2))}body{-webkit-font-smoothing:antialiased}::selection{color:var(--brand-primary);background:var(--brand-selected)}:is(a,button,summary):focus-visible{outline:2px solid var(--brand-primary);outline-offset:5px}.site-header,.site-header.home-header{width:min(var(--portal-width),calc(100% - 64px));min-height:80px;gap:28px;border-bottom:1px solid var(--brand-border)}.brand strong{font-size:18px;font-weight:750;letter-spacing:.015em}.brand small{font-size:10px;letter-spacing:.12em}.desktop-nav{gap:26px;font-weight:500}.desktop-nav a{padding:27px 0}.header-contact{border-radius:6px;font-weight:600;padding:11px 17px}.button,.contact-open-button,.course-copy>a{border-radius:6px;font-weight:600;min-height:46px}.button{transition:background-color .18s ease,transform .18s ease}.button.primary{border:1px solid var(--brand-primary)}.button.secondary{background:white;color:var(--brand-primary);border-color:var(--brand-border)}.button.secondary:hover{background:var(--brand-surface)}.section{padding-top:80px}.portal-home .section,.services-page .section{width:100%;margin:0;padding:80px var(--portal-gutter)}.section-heading{display:block;margin-bottom:36px}.section-heading h2{font-size:clamp(28px,3vw,36px);font-weight:700;line-height:1.4;letter-spacing:-.035em;margin:0 0 12px}.section-heading>p{max-width:680px;font-size:14px;line-height:1.9;margin:0}.portal-home .hero{padding:52px var(--portal-gutter) 38px;min-height:560px;grid-template-columns:1.12fr 1fr;gap:32px}.portal-home .hero-copy{max-width:none}.portal-home .hero h1{margin:0 0 25px;font-size:clamp(38px,4vw,54px);line-height:1.38;letter-spacing:-.045em;font-weight:750;text-wrap:nowrap}.portal-home .hero h1 span{color:var(--brand-primary)}.portal-home .hero-lead{max-width:470px;font-size:15px;line-height:2}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero-paper-display{margin:0;min-width:0;align-self:stretch;display:flex;flex-direction:column;justify-content:center}.hero-paper-spread{position:relative;height:420px;background:var(--brand-surface);border-radius:6px;overflow:hidden}.hero-paper-spread img{position:absolute;width:54%;height:auto;border:1px solid var(--brand-border);box-shadow:0 14px 28px rgb(11 18 32/9%)}.hero-paper-back{top:47px;left:7%;transform:rotate(-8deg)}.hero-paper-front{top:27px;right:7%;transform:rotate(7deg)}.hero-paper-display figcaption{margin-top:14px;color:var(--brand-muted);font-size:12px;text-align:center;letter-spacing:.025em}.portal-directory{padding:0 var(--portal-gutter) 32px}.portal-directory .hero-core-grid{max-width:none;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-top:1px solid var(--brand-border);border-bottom:1px solid var(--brand-border)}.portal-directory .hero-core-card{display:grid;grid-template-columns:52px 1fr;grid-template-rows:auto;align-items:center;min-height:122px;gap:14px;padding:22px 18px;border:0;border-right:1px solid var(--brand-border);border-radius:0;box-shadow:none;background:white;transition:background-color .18s ease}.portal-directory .hero-core-card:last-child{border-right:0}.portal-directory .hero-core-card:hover{transform:none;background:var(--brand-surface)}.portal-directory .hero-core-card img{position:static;width:52px;height:52px;object-fit:contain}.portal-directory .hero-core-card h2{margin:0 0 7px;font-size:17px;font-weight:700;letter-spacing:-.03em}.portal-directory .hero-core-card p{margin:0;font-size:12px;line-height:1.7;color:var(--brand-muted)}.portal-directory .hero-core-arrow{display:none}.portal-home .exams-section{padding-top:46px}.portal-home .exam-timeline-stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px}.portal-home .journey-panel{padding:28px 0 0;border:0;border-top:2px solid var(--brand-primary);border-radius:0;box-shadow:none}.portal-home .journey-head{display:block}.portal-home .journey-head h3{font-size:24px;font-weight:650;margin-top:12px}.portal-home .timeline-title p{line-height:1.8;color:var(--brand-muted)}.portal-home .update-badge{display:inline-block;border:0;padding:0;margin-top:10px;color:var(--brand-muted)}.portal-home .historic-timeline{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 24px;margin:26px 0}.portal-home .historic-timeline:before{display:none}.portal-home .historic-timeline li{padding-left:15px;border-left:1px solid var(--brand-border);text-align:left;align-items:flex-start}.portal-home .historic-timeline .timeline-dot{display:none}.portal-home .historic-timeline .timeline-date{font-size:13px;font-weight:650;margin-bottom:5px}.portal-home .historic-timeline b{font-size:14px}.portal-home .historic-timeline small{font-size:12px;color:var(--brand-muted);line-height:1.8}.portal-home .journey-source{padding:18px 0;font-size:12px}.portal-home .journey-source a{font-weight:650}.portal-home .guides-section{background:#fff}.portal-home .resource-list{background:transparent;border:0;border-radius:0;box-shadow:none;padding:0}.portal-home .resource-list-head{padding:0 0 22px}.portal-home .resource-list-head h3{font-size:17px}.portal-home .resource-list-head .tag{display:none}.portal-home .resource-list article{padding:24px 0;background:transparent}.portal-home .file-type{border-radius:3px;background:white;border:1px solid var(--brand-border)}.portal-home .resource-list article b{font-size:16px;font-weight:600}.portal-home .resource-link{border-radius:4px}.portal-home .course-list{gap:32px}.portal-home .course-card{border-radius:6px;box-shadow:none;overflow:hidden}.portal-home .course-copy{padding:27px 28px}.portal-home .course-copy h3{font-weight:700;font-size:23px}.portal-home .course-facts div{border-radius:3px;background:var(--brand-surface)}.portal-home .service-entry-section{padding-top:0;padding-bottom:64px}.portal-home .service-entry-main{border:0;background:var(--brand-surface);border-radius:6px;box-shadow:none;grid-template-columns:1fr 1fr;align-items:center}.portal-home .service-entry-main:hover{transform:none}.portal-home .service-entry-copy{padding:42px}.portal-home .service-entry-copy h2{font-size:34px;line-height:1.4}.portal-home .service-entry-gallery{padding:32px;background:transparent}.portal-home .service-entry-gallery img{box-shadow:0 5px 18px rgb(11 18 32/5%);border-radius:3px}.portal-home .service-entry-links{grid-template-columns:repeat(5,minmax(0,1fr));border:0;border-radius:0;margin-top:18px}.portal-home .service-entry-links a{padding:18px;border-color:var(--brand-border)}.portal-home .service-entry-links strong{font-size:14px}.portal-home .service-entry-links span{color:var(--brand-muted)}.contact-section,.contact-section.annual-contact{width:min(var(--portal-width),calc(100% - 64px));padding:36px 0;margin:0 auto 64px;border:0;border-top:1px solid var(--brand-border);border-bottom:1px solid var(--brand-border);border-radius:0;background:white;box-shadow:none}.contact-copy h2{font-size:28px;font-weight:700}.contact-copy>p{font-size:14px}.contact-open-button{padding:12px 24px}footer{padding:42px var(--portal-gutter) 24px;background:var(--brand-surface);gap:36px}.footer-brand{align-self:start}.platform-account-list{gap:12px}.platform-account{background:transparent;border:0;border-radius:0;padding:10px 0}.footer-legal{font-size:11px;line-height:1.8}.services-page .service-page-hero{padding:54px var(--portal-gutter) 60px;min-height:540px;background:white;grid-template-columns:1fr 1fr;gap:54px}.services-page .service-page-hero h1{font-size:clamp(34px,3.5vw,48px);font-weight:750;line-height:1.4;letter-spacing:-.04em;margin:18px 0 22px}.services-page .service-page-hero-copy>p{font-size:15px;line-height:1.9}.services-page .service-page-hero-media{padding:28px;border:0;border-radius:6px;background:var(--brand-surface);box-shadow:none;gap:18px;align-items:center}.services-page .service-page-hero-shot img{border-radius:3px;box-shadow:0 7px 20px rgb(11 18 32/6%)}.services-page .service-page-hero-shot-main img{height:330px;object-fit:cover;object-position:top}.services-page .service-page-hero-shot-secondary img{height:235px;object-fit:cover;object-position:top}.services-page .teaching-offers{padding-top:48px;padding-bottom:64px;border-top:1px solid var(--brand-border)}.services-page .teaching-offers-grid{display:block}.services-page .teaching-offer{display:grid;grid-template-columns:.8fr 1.3fr auto;gap:10px 36px;padding:28px 0;border:0;border-bottom:1px solid var(--brand-border);border-radius:0}.services-page .teaching-offer h3{grid-column:1;font-size:23px;margin:0}.services-page .teaching-offer>p{grid-column:1;grid-row:2}.services-page .teaching-offer dl{grid-column:2;grid-row:1/3;margin:0;display:grid;grid-template-columns:65px 1fr;gap:10px 14px;align-content:start}.services-page .teaching-offer dd{margin:0}.services-page .teaching-offer .button{grid-column:3;grid-row:1/3;align-self:center;margin:0}.services-page .paper-sample{padding-top:58px;padding-bottom:60px;background:var(--brand-surface)}.services-page .paper-delivery-benefits{gap:24px 32px}.services-page .paper-delivery-benefits h3{font-size:16px;font-weight:650}.services-page .paper-sample-grid{gap:28px}.services-page .paper-sample-grid a{border-radius:3px;padding:10px;transition:transform .2s ease,box-shadow .2s ease}.services-page .paper-sample-grid a:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgb(11 18 32/7%)}.services-page .paper-sample-grid strong{font-size:17px}.services-page .paper-sample-contact{border-radius:0;border-top:1px solid var(--brand-border);padding:24px 0 0}.services-page .service-page-content{padding-top:64px}.services-page .mini-tool-showcase{border-radius:6px;box-shadow:none;border:1px solid var(--brand-border)}.services-page .mini-tool-copy{padding:32px}.services-page .mini-tool-copy h2{font-size:30px;line-height:1.5}.services-page .mini-tool-gallery{background:var(--brand-surface)}.services-page .mini-tool-screen img{border-radius:3px}.services-page .material-pipeline-showcase,.services-page .service-evidence{box-shadow:none;border-radius:6px}.services-page .service-cluster-heading h3{font-size:28px}.services-page .service-label{letter-spacing:.025em}:is(.document-card,.library-summary,.privacy-content,.position-guide-step,.chart-card,.current-status-card,.release-state){box-shadow:none;border-radius:6px}@media (max-width:1100px){.desktop-nav{gap:18px}.site-header{gap:20px}.portal-home .hero h1{font-size:42px}.hero-paper-spread{height:365px}.portal-directory .hero-core-card{grid-template-columns:40px 1fr;padding:18px 12px;gap:10px}.portal-directory .hero-core-card img{width:40px;height:40px}.portal-directory .hero-core-card h2{font-size:15px}.services-page .service-page-hero{gap:30px}.services-page .teaching-offer{gap:10px 20px}}@media (max-width:820px){:root{--portal-gutter:24px}.site-header,.site-header.home-header{width:calc(100% - 48px);min-height:72px}.desktop-nav,.header-contact{display:none}.mobile-menu{display:block}.mobile-menu summary{border-radius:5px}.mobile-menu>div{box-shadow:var(--shadow);border-radius:6px;background:white}.portal-home .section,.services-page .section{padding:52px var(--portal-gutter)}.portal-home .hero{grid-template-columns:1fr;padding-top:38px;padding-bottom:30px;min-height:0;gap:30px}.portal-home .hero h1{font-size:clamp(30px,6.5vw,44px);line-height:1.4;margin-bottom:18px}.portal-home .hero-lead{font-size:14px;line-height:1.9;max-width:540px}.hero-actions{margin-top:24px}.hero-paper-display{max-width:600px;width:100%}.hero-paper-spread{height:330px}.hero-paper-spread img{width:40%}.hero-paper-back{left:13%;top:35px}.hero-paper-front{right:13%;top:20px}.portal-directory .hero-core-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-directory .hero-core-card{padding:18px 12px;min-height:100px}.portal-directory .hero-core-card:nth-child(2){border-right:0}.portal-directory .hero-core-card:nth-child(-n+2){border-bottom:1px solid var(--brand-border)}.portal-home .exam-timeline-stack{grid-template-columns:1fr;gap:28px}.portal-home .journey-panel{padding-top:22px}.portal-home .journey-source{flex-direction:row;align-items:center}.portal-home .service-entry-main{grid-template-columns:1fr}.portal-home .service-entry-copy{padding:28px}.portal-home .service-entry-gallery{padding:0 28px 28px}.portal-home .service-entry-links{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-home .service-entry-links a{border:0;border-bottom:1px solid var(--brand-border)}.portal-home .service-entry-links a:last-child{grid-column:1/-1}.contact-section,.contact-section.annual-contact{width:calc(100% - 48px);margin-bottom:42px;padding:28px 0;gap:24px}.contact-copy h2{font-size:25px}footer{padding:32px var(--portal-gutter) 24px}.services-page .service-page-hero{grid-template-columns:1fr;padding:38px var(--portal-gutter);min-height:0;gap:28px}.services-page .service-page-hero h1{font-size:34px}.services-page .service-page-hero-media{max-width:600px}.services-page .teaching-offer{grid-template-columns:1fr auto;gap:12px 20px}.services-page .teaching-offer h3{grid-column:1;grid-row:1}.services-page .teaching-offer>p{grid-column:1/-1;grid-row:2}.services-page .teaching-offer dl{grid-column:1/-1;grid-row:3;margin-top:8px}.services-page .teaching-offer .button{grid-column:2;grid-row:1;font-size:12px;padding:0 12px;min-height:40px}.services-page .paper-sample-grid{grid-template-columns:1fr;max-width:560px;margin:auto;gap:30px}.services-page .paper-sample-contact{align-items:flex-start}}@media (max-width:560px){:root{--portal-gutter:20px}.site-header,.site-header.home-header{width:calc(100% - 40px)}.brand strong{font-size:16px}.portal-home .hero h1{font-size:32px}.hero-actions{gap:10px}.hero-actions .button{padding:0 15px;font-size:13px;gap:12px}.hero-paper-spread{height:280px}.hero-paper-spread img{width:54%}.hero-paper-back{left:8%;top:28px}.hero-paper-front{right:8%;top:16px}.hero-paper-display figcaption{font-size:11px}.portal-directory{padding-bottom:0}.portal-directory .hero-core-card{grid-template-columns:1fr;gap:6px;padding:16px}.portal-directory .hero-core-card img{width:36px;height:36px}.portal-directory .hero-core-card h2{font-size:16px}.portal-home .journey-head h3{font-size:22px}.portal-home .resource-list article{grid-template-columns:45px 1fr;gap:12px}.portal-home .resource-list article .resource-link{grid-column:2;justify-self:start}.portal-home .course-copy{padding:23px}.portal-home .course-copy h3{font-size:22px}.portal-home .service-entry-copy{padding:26px}.portal-home .service-entry-copy h2{font-size:30px}.portal-home .service-entry-gallery{gap:14px;padding:0 26px 26px}.portal-home .service-entry-links a{padding:16px 10px}.contact-section,.contact-section.annual-contact{width:calc(100% - 40px)}.services-page .service-page-hero h1{font-size:31px}.services-page .service-page-hero-media{padding:18px;gap:14px}.services-page .service-page-hero-shot-main img{height:240px}.services-page .service-page-hero-shot-secondary img{height:180px}.services-page .teaching-offer{grid-template-columns:1fr}.services-page .teaching-offer .button{grid-column:1;grid-row:4;justify-self:start;margin-top:8px}.services-page .teaching-offer h3{font-size:23px}.services-page .mini-tool-copy{padding:24px}.services-page .mini-tool-copy h2{font-size:27px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.tool-station,.tools-intro{max-width:1200px;margin:0 auto;padding:32px}.tools-intro h1{font-size:clamp(28px,5vw,46px);margin:14px 0}.tools-intro p{color:#526252}.tool-station{padding-top:0}.tool-station nav{display:flex;gap:8px;flex-wrap:wrap}.tool-station nav a{padding:12px 20px;border:1px solid #d3ddce;border-radius:9px;background:white;color:#294934;font-weight:600}.tool-station nav a[aria-current]{background:#214e37;color:white}.tool-scope{padding:14px 0;color:#586757;font-size:14px}.tool-station iframe{width:100%;height:850px;height:min(850px,85svh);min-height:600px;border:1px solid #d3ddce;border-radius:14px;background:#f7f9f3}.tool-station iframe[hidden]{display:none}@media(max-width:560px){.tool-station,.tools-intro{padding:20px 16px}.tool-station nav a{padding:10px 12px;font-size:14px}.tool-station iframe{min-height:660px;border-radius:10px}.tool-scope{line-height:1.6}}