:root { --navy:#112f3a; --navy-2:#0b222b; --yellow:#f7c900; --paper:#fff; --mist:#f3f5f5; --line:#d8dfe1; --text:#17313b; --muted:#61737a; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; min-width:320px; color:var(--text); background:var(--paper); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; text-decoration:none; }
button,input { font:inherit; }
.shell { width:min(1440px,calc(100% - 96px)); margin:0 auto; }
.eyebrow { margin:0; color:#a77e00; font-size:11px; font-weight:700; letter-spacing:.16em; }

.site-header { height:84px; background:var(--navy); color:#fff; }
.header-inner { display:grid; grid-template-columns:180px 1fr auto; align-items:center; height:100%; gap:24px; }
.brand img { width:140px; max-height:44px; object-fit:contain; object-position:left center; }
.header-note { justify-self:center; color:rgba(255,255,255,.68); font-size:11px; font-weight:700; letter-spacing:.13em; }
.header-note span { display:inline-block; margin-left:10px; padding:5px 7px; background:var(--yellow); color:var(--navy); }
.website-link { padding:11px 14px; background:var(--yellow); color:var(--navy); font-size:12px; font-weight:700; }
.website-link span { margin-left:11px; font-size:17px; }

.hero { background:var(--navy); color:#fff; }
.hero-grid { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(400px,.95fr); min-height:500px; }
.hero-copy { display:flex; flex-direction:column; justify-content:center; padding:70px 70px 70px 0; }
.hero .eyebrow { color:var(--yellow); }
.hero h1 { max-width:660px; margin:21px 0 0; font-size:clamp(46px,4.3vw,41px); font-weight:400; letter-spacing:-.055em; line-height:1.02; }
.hero h1 strong { color:var(--yellow); font-weight:400;font-size:36px; }
.hero-lead { max-width:540px; margin:28px 0 0; color:rgba(255,255,255,.75); font-size:16px; line-height:1.75; }
.hero-action { display:inline-flex; align-items:center; gap:20px; width:max-content; margin-top:37px; padding:15px 18px; background:var(--yellow); color:var(--navy); font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.hero-action span { font-size:18px; }
.hero-visual { position:relative; min-height:500px; overflow:hidden; }
.hero-visual img { width:100%; height:100%; object-fit:cover; filter:saturate(.82) contrast(1.04); }
.visual-caption { position:absolute; right:0; bottom:0; display:flex; align-items:center; gap:16px; min-width:224px; padding:17px 20px; background:var(--yellow); color:var(--navy); }
.visual-caption b { font-size:28px; line-height:1; }
.visual-caption span { font-size:10px; font-weight:700; letter-spacing:.1em; line-height:1.45; }

.roles { padding:76px 0 84px; background:var(--mist); }
.roles .shell { display:block; }
.section-heading { max-width:760px; margin:0 auto; text-align:center; }
.section-heading .eyebrow { color:#a77e00; }
.section-heading h2,.library h2,.support h2 { margin:15px 0 0; font-size:clamp(31px,3vw,38px); font-weight:400; letter-spacing:-.04em; line-height:1.13; }
.section-heading > p:last-child { max-width:620px; margin:17px auto 0; color:var(--muted); line-height:1.65; }
.role-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:12px; margin-top:38px; }
.role-card { display:flex; flex-direction:column; justify-content:flex-start; min-height:158px; padding:21px 17px; border:1px solid var(--line); background:var(--paper); color:var(--text); text-align:left; cursor:pointer; }
.role-card.is-active { background:var(--yellow); border-color:var(--yellow); color:var(--navy); }
.role-card b { margin:0 0 22px; color:#b18700; font-size:18px; line-height:1; }
.role-card.is-active b { color:var(--navy); }
.role-card span { font-size:16px; line-height:1.3; }
.role-card small { margin-top:10px; color:var(--muted); font-size:12px; line-height:1.4; }
.role-card.is-active small { color:#31434a; }
.role-card::after { display:none; }
.role-card:focus-visible { outline:3px solid var(--navy); outline-offset:3px; }

.library { padding:86px 0 92px; background:var(--paper); }
.library-grid { display:block; }
.library-intro { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr); column-gap:80px; align-items:end; padding:0 0 34px; border-bottom:1px solid var(--line); background:transparent; color:var(--text); }
.library-intro .eyebrow { grid-column:1; color:#a77e00; }
.library-role { grid-column:1; margin:22px 0 0; width:max-content; padding:7px 10px; background:var(--yellow); color:var(--navy); font-size:10px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.library-intro h2 { grid-column:1; margin-top:16px; max-width:650px; }
.library-intro > p:not(.eyebrow):not(.library-role) { grid-column:2; grid-row:1 / span 3; margin:0; color:var(--muted); line-height:1.7; }
.library-mark { display:none; }
.document-list { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; margin-top:32px; border:0; }
.document-item { display:flex; flex-direction:column; align-items:flex-start; min-height:240px; padding:25px 24px 22px; background:var(--mist); border:0; }
.document-item { cursor:pointer; }
.doc-kind { width:max-content; padding:8px 9px; background:var(--yellow); color:var(--navy); font-size:10px; font-weight:700; letter-spacing:.1em; }
.doc-copy h3 { margin:27px 0 0; font-size:21px; font-weight:400; letter-spacing:-.02em; line-height:1.25; }
.doc-copy p { margin:12px 0 0; color:var(--muted); font-size:14px; line-height:1.55; }
.download-button { display:inline-flex; align-items:center; gap:12px; margin-top:auto; padding:13px 15px; border:0; background:var(--navy); color:#fff; cursor:pointer; font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.download-button:hover { background:var(--yellow); color:var(--navy); }
.download-button span { font-size:16px; }

.support { padding:84px 0; background:var(--navy); color:#fff; }
.support-grid { display:grid; grid-template-columns:minmax(0,1fr) 260px; gap:80px; align-items:end; }
.support .eyebrow { color:var(--yellow); }
.support h2 { max-width:700px; }
.support p:not(.eyebrow) { max-width:600px; margin:20px 0 0; color:rgba(255,255,255,.68); line-height:1.7; }
.support-action { display:flex; align-items:center; justify-content:space-between; padding:18px 19px; background:var(--yellow); color:var(--navy); font-size:13px; font-weight:700; }
.support-action span { font-size:21px; }

.site-footer { padding:32px 0 24px; background:var(--navy-2); color:rgba(255,255,255,.61); }
.footer-top { display:grid; grid-template-columns:160px 1fr auto; gap:28px; align-items:center; padding-bottom:27px; }
.footer-logo { width:130px; max-height:40px; object-fit:contain; object-position:left center; }
.footer-top p { margin:0; font-size:12px; line-height:1.65; }
.footer-links { display:flex; flex-wrap:wrap; gap:18px; font-size:12px; }
.footer-links a:hover { color:var(--yellow); }
.footer-bottom { display:flex; justify-content:space-between; padding-top:18px; border-top:1px solid rgba(255,255,255,.14); font-size:11px; }

.modal { position:fixed; inset:0; z-index:10; display:none; overflow:auto; padding:30px 0; background:rgba(6,22,28,.76); }
.modal.is-open { display:block; }
.modal-card { position:relative; width:min(680px,calc(100% - 36px)); margin:5vh auto; padding:44px; background:var(--paper); border-top:6px solid var(--yellow); }
.modal-close { position:absolute; top:17px; right:18px; width:32px; height:32px; border:0; background:var(--mist); color:var(--navy); cursor:pointer; font-size:25px; line-height:1; }
.modal-card h2 { margin:13px 0 0; font-size:32px; font-weight:400; letter-spacing:-.04em; }
.selected-document { margin:25px 0 0; padding:13px 15px; background:var(--mist); color:var(--muted); font-size:13px; }
.selected-document b { display:block; margin-top:5px; color:var(--text); }
.modal-copy { margin:20px 0 0; color:var(--muted); font-size:14px; line-height:1.65; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px 18px; margin-top:27px; }
.form-grid label { color:var(--text); font-size:12px; font-weight:700; }
.form-grid em { color:#ae8100; font-style:normal; }
.form-grid input { display:block; width:100%; margin-top:8px; padding:11px 0; border:0; border-bottom:1px solid #b9c4c8; background:transparent; outline:0; }
.form-grid input:focus { border-bottom-color:#ae8100; }
.form-error { min-height:20px; margin:15px 0 0; color:#ae3434; font-size:12px; }
.submit-button { display:inline-flex; align-items:center; gap:14px; margin-top:3px; padding:15px 20px; border:0; background:var(--yellow); color:var(--navy); cursor:pointer; font-size:12px; font-weight:700; letter-spacing:.05em; }
.submit-button span { font-size:18px; }

@media (max-width:900px) { .shell { width:min(100% - 36px,660px); } .header-inner { grid-template-columns:1fr auto; } .header-note { display:none; } .hero-grid,.support-grid { grid-template-columns:1fr; } .hero-copy { padding:60px 0 45px; } .hero-visual { min-height:310px; } .role-grid { grid-template-columns:repeat(3,1fr); } .library-intro { grid-template-columns:1fr; gap:0; } .library-intro > p:not(.eyebrow):not(.library-role) { grid-column:1; grid-row:auto; margin-top:19px; } .document-list { grid-template-columns:1fr; } .support-grid { gap:35px; } .support-action { width:100%; } .footer-top { grid-template-columns:1fr; gap:18px; } }
@media (max-width:560px) { body { background:var(--mist); } .shell { width:calc(100% - 32px); } .site-header { height:64px; box-shadow:0 2px 12px rgba(8,31,40,.18); } .brand img { width:104px; } .website-link { padding:9px 10px; font-size:10px; } .hero-copy { padding:46px 0 35px; } .hero-visual { min-height:240px; } .hero h1 { font-size:38px; } .hero-lead { margin-top:20px; font-size:14px; line-height:1.6; } .hero-action { margin-top:25px; border-radius:8px; } .visual-caption { min-width:174px; padding:13px 15px; } .role-grid { grid-template-columns:repeat(2,1fr); gap:10px; } .form-grid { grid-template-columns:1fr; } .roles,.library,.support { padding:50px 0; } .section-heading h2,.library h2,.support h2 { font-size:30px; } .role-card { min-height:122px; padding:17px 14px; border-radius:10px; box-shadow:0 4px 12px rgba(20,45,56,.05); } .role-card b { margin-bottom:12px; font-size:17px; } .role-card span { font-size:14px; } .role-card small { margin-top:8px; font-size:11px; } .library-intro { padding-bottom:25px; } .document-list { gap:11px; margin-top:22px; } .document-item { min-height:0; padding:21px 19px; border-radius:12px; box-shadow:0 4px 12px rgba(20,45,56,.05); } .doc-copy h3 { margin-top:20px; font-size:19px; } .doc-copy p { font-size:13px; } .download-button { width:100%; justify-content:space-between; margin-top:20px; padding:14px 15px; border-radius:8px; } .footer-bottom { flex-direction:column; gap:8px; } .modal { padding:0; } .modal-card { width:100%; min-height:100%; margin:0; padding:34px 22px 27px; border-top-width:5px; background:#fbfcfc; } .modal-card h2 { font-size:28px; } .selected-document { border-radius:8px; } .form-grid { gap:16px; margin-top:23px; } .form-grid input { padding:13px 12px; border:1px solid #d7e0e2; border-radius:7px; background:#fff; } .form-grid input:focus { border-color:#ae8100; } .submit-button { width:100%; justify-content:space-between; padding:16px 18px; border-radius:8px; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } }

/* Two-page journey: choose a role first, then view its documents. */
.selection-page .library, .selection-page .support { display:none; }
.resource-page .hero, .resource-page .roles { display:none; }
.page-switch { padding:18px 0; background:var(--mist); border-bottom:1px solid var(--line); }
.page-switch a { display:inline-flex; align-items:center; min-height:38px; color:var(--navy); font-size:12px; font-weight:700; letter-spacing:.05em; text-transform:uppercase; }
.page-switch a:hover { color:#a77e00; }
.resource-page .library { padding-top:66px; }
@media (max-width:560px) {
  .page-switch { padding:10px 0; }
  .page-switch a { min-height:42px; font-size:11px; }
  .resource-page .library { padding-top:42px; }
}
