:root {
  --ink: #07110d;
  --ink-2: #0d2118;
  --green: #173b2b;
  --green-light: #85b487;
  --gold: #cdaa5d;
  --gold-light: #efd98e;
  --cream: #f5efe3;
  --paper: #fbf8f1;
  --muted: #8b8b82;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: #f8f3e8; font-family: var(--sans); }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -100px; padding: 12px 18px; background: var(--gold-light); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 16px; }

.library-header { position: sticky; z-index: 50; top: 0; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 12px clamp(22px, 5vw, 76px); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(7,17,13,.93); backdrop-filter: blur(16px); }
.library-brand { display: flex; align-items: center; gap: 12px; }
.library-brand > span { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(205,170,93,.65); color: var(--gold-light); font-family: var(--serif); font-size: 17px; }
.library-brand strong { color: #fff8ea; font-family: var(--serif); font-size: 16px; line-height: 1.1; }
.library-brand small { display: block; margin-top: 4px; color: #898d88; font-family: var(--sans); font-size: .875rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.library-header nav { display: flex; align-items: center; gap: clamp(16px, 2.6vw, 38px); }
.library-header nav a, .library-header nav button { border: 0; background: transparent; color: #b8b9b3; font-size: .875rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; cursor: pointer; }
.library-header nav a:hover, .library-header nav button:hover { color: var(--gold-light); }
.library-header nav button { padding: 11px 15px; border: 1px solid rgba(205,170,93,.52); color: var(--gold-light); }

.library-hero { min-height: calc(100svh - 78px); position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); overflow: hidden; background: radial-gradient(circle at 18% 20%, rgba(39,85,62,.35), transparent 40%), linear-gradient(135deg, #0a2016 0%, #07110d 54%, #030806 100%); }
.library-hero::before { content: "EQUIP THE SAINTS"; position: absolute; left: clamp(20px, 5vw, 72px); bottom: -24px; color: rgba(255,255,255,.025); font-family: var(--serif); font-size: clamp(68px, 10vw, 154px); white-space: nowrap; }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: clamp(72px, 10vw, 150px) clamp(28px, 7vw, 112px) clamp(90px, 10vw, 150px); }
.eyebrow, .section-kicker { margin: 0; color: var(--gold-light); font-size: .875rem; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 11px; }
.eyebrow span { width: 30px; height: 1px; background: var(--gold); }
.hero-copy h1 { margin: 25px 0 27px; color: #fff9ec; font-family: var(--serif); font-size: clamp(60px, 7.5vw, 116px); font-weight: 400; letter-spacing: -.055em; line-height: .83; }
.hero-copy h1 em, .section-heading h2 em, .standard-copy h2 em, .promise-section h2 em { color: var(--gold-light); font-weight: 400; }
.hero-lede { max-width: 720px; margin: 0; color: #b8b9b3; font-size: clamp(15px, 1.2vw, 19px); line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 27px; margin-top: 38px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 23px; border: 1px solid transparent; font-size: .875rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; cursor: pointer; }
.button-gold { background: var(--gold-light); color: #172116; box-shadow: 0 13px 35px rgba(0,0,0,.18); }
.button-gold:hover { background: #f5e6ac; transform: translateY(-1px); }
.button-green { background: var(--green); color: #fff; }
.button-outline { border-color: rgba(239,217,142,.5); background: transparent; color: var(--gold-light); }
.button-outline:hover { border-color: var(--gold-light); background: rgba(239,217,142,.08); }
.text-link { padding-bottom: 5px; border-bottom: 1px solid rgba(239,217,142,.35); color: #d9d7ce; font-size: .875rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.hero-metrics { max-width: 710px; display: grid; grid-template-columns: repeat(3, 1fr); margin: 47px 0 0; border-block: 1px solid rgba(255,255,255,.12); }
.hero-metrics div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; padding: 17px 14px; }
.hero-metrics div + div { border-left: 1px solid rgba(255,255,255,.12); }
.hero-metrics dt { color: var(--gold-light); font-family: var(--serif); font-size: 36px; line-height: 1; }
.hero-metrics dd { margin: 0; color: #7e857f; font-size: .875rem; font-weight: 900; letter-spacing: .1em; line-height: 1.5; text-transform: uppercase; }
.hero-image { min-height: 740px; position: relative; overflow: hidden; background: #090e0b; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #07110d 0%, transparent 25%), linear-gradient(180deg, transparent 48%, rgba(4,9,6,.88) 100%); }
.hero-image > img { width: 100%; height: 100%; object-fit: cover; object-position: center 17%; filter: saturate(.82) contrast(1.04); }
.age-seal { position: absolute; z-index: 2; top: 34px; right: 34px; width: 113px; height: 113px; display: flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid rgba(239,217,142,.7); border-radius: 50%; background: rgba(4,11,7,.7); backdrop-filter: blur(8px); }
.age-seal strong { color: var(--gold-light); font-family: var(--serif); font-size: 43px; font-weight: 400; }
.age-seal span { color: #b5b6b0; font-size: .875rem; font-weight: 900; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
.hero-image blockquote { position: absolute; z-index: 2; left: 36px; bottom: 45px; margin: 0; color: #fff9ec; font-family: var(--serif); font-size: clamp(26px, 2.5vw, 40px); font-style: italic; line-height: 1.1; }
.hero-rail { position: absolute; z-index: 3; right: 20px; bottom: 15px; margin: 0; color: rgba(255,255,255,.27); font-size: .875rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; }

.path-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid rgba(255,255,255,.1); background: #0a1711; }
.path-strip button { min-height: 132px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 18px; align-content: center; padding: 26px clamp(20px, 3vw, 44px); border: 0; border-right: 1px solid rgba(255,255,255,.1); background: transparent; text-align: left; cursor: pointer; }
.path-strip button:hover { background: #10271c; }
.path-strip span { grid-row: 1 / 3; align-self: start; color: var(--gold); font-family: var(--serif); font-size: 22px; }
.path-strip strong { color: #f8f2e6; font-family: var(--serif); font-size: 18px; font-weight: 400; }
.path-strip small { margin-top: 6px; color: #858b85; font-size: .875rem; }

.academy-callout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 7vw, 100px); align-items: center; padding: clamp(80px, 9vw, 145px) clamp(22px, 7vw, 110px); background: linear-gradient(135deg, #e7dcc8, #f7f1e6); color: var(--ink); }
.academy-callout .section-kicker { color: #8b672f; }
.academy-callout h2 { margin: 15px 0 23px; font-family: var(--serif); font-size: clamp(43px, 5vw, 73px); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.academy-callout h2 em { color: #8b672f; font-weight: 400; }
.academy-callout-copy > p:not(.section-kicker) { max-width: 720px; color: #606861; font-size: .875rem; line-height: 1.8; }
.academy-callout-copy .button { margin-top: 19px; }
.academy-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid #cfc5b4; background: rgba(255,255,255,.55); }
.academy-feature-grid article { min-height: 180px; padding: 27px; border-right: 1px solid #d5ccbe; border-bottom: 1px solid #d5ccbe; }
.academy-feature-grid article:nth-child(2n) { border-right: 0; }
.academy-feature-grid article:nth-last-child(-n+2) { border-bottom: 0; }
.academy-feature-grid span { color: #8b672f; font-family: var(--serif); font-size: 20px; }
.academy-feature-grid strong { display: block; margin: 31px 0 8px; font-family: var(--serif); font-size: 20px; font-weight: 400; }
.academy-feature-grid small { color: #747a74; font-size: .875rem; line-height: 1.6; }

.library-section { padding: clamp(90px, 10vw, 160px) clamp(22px, 6vw, 96px); background: var(--paper); color: var(--ink); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(250px, .75fr); gap: 70px; align-items: end; max-width: 1440px; margin: 0 auto; }
.library-section .section-kicker, .standard-copy .section-kicker, .promise-section .section-kicker, .safety-section .section-kicker { color: #8b672f; }
.section-heading h2, .standard-copy h2, .promise-section h2 { margin: 17px 0 0; color: var(--ink); font-family: var(--serif); font-size: clamp(44px, 5vw, 76px); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.section-heading h2 em, .standard-copy h2 em, .promise-section h2 em { color: #8b672f; }
.section-heading > p { margin: 0 0 8px; color: #646a64; font-size: 14px; line-height: 1.8; }
.library-controls { max-width: 1440px; display: flex; align-items: end; justify-content: space-between; gap: 30px; margin: 62px auto 24px; padding-bottom: 20px; border-bottom: 1px solid #d8d1c3; }
.filter-group { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.filter-group > span, .manual-search > span { margin-right: 5px; color: #777970; font-size: .875rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.filter-group button { padding: 9px 11px; border: 1px solid #d7d0c3; background: transparent; color: #5c625d; font-size: .875rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.filter-group button.active { border-color: var(--green); background: var(--green); color: #fff; }
.manual-search { min-width: min(100%, 340px); display: flex; align-items: center; gap: 10px; }
.manual-search input { width: 100%; padding: 11px 13px; border: 0; border-bottom: 1px solid #b9b3a8; outline: 0; background: transparent; color: var(--ink); font-size: .875rem; }
.manual-search input:focus { border-color: var(--green); }
.result-status { max-width: 1440px; min-height: 22px; margin: 0 auto 17px; color: #767b75; font-size: .875rem; }
.manual-grid { max-width: 1440px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin: 0 auto; }
.manual-card { --accent: var(--gold); min-height: 520px; position: relative; display: grid; grid-template-columns: minmax(230px, .82fr) minmax(0, 1.18fr); overflow: hidden; border: 1px solid #d9d2c5; background: #fff; box-shadow: 0 20px 60px rgba(18,31,23,.08); }
.manual-card.featured { grid-column: 1 / -1; min-height: 570px; grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr); }
.manual-card[hidden] { display: none; }
.manual-cover { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 29px; overflow: hidden; background: linear-gradient(150deg, color-mix(in srgb, var(--accent) 38%, #173b2b), #09140f 72%); color: #fff; }
.manual-cover::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(0,0,0,.45)), radial-gradient(circle at 70% 30%, rgba(255,255,255,.15), transparent 26%); }
.manual-cover::after { content: "LA"; position: absolute; right: -20px; bottom: -55px; color: rgba(255,255,255,.06); font-family: var(--serif); font-size: 190px; }
.manual-cover > * { position: relative; z-index: 2; }
.cover-top { display: flex; justify-content: space-between; align-items: start; gap: 16px; }
.cover-top span { color: #fff5d7; font-size: .875rem; font-weight: 900; letter-spacing: .16em; line-height: 1.5; text-transform: uppercase; }
.cover-top b { width: 41px; height: 41px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-family: var(--serif); font-size: .875rem; font-weight: 400; }
.manual-cover h3 { margin: auto 0 15px; max-width: 360px; font-family: var(--serif); font-size: clamp(34px, 3.2vw, 53px); font-weight: 400; letter-spacing: -.045em; line-height: .94; }
.manual-cover p { margin: 0; color: rgba(255,255,255,.74); font-size: .875rem; line-height: 1.6; }
.cover-author { margin-top: 24px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.25); color: #fff; font-size: .875rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.manual-info { display: flex; flex-direction: column; padding: clamp(27px, 4vw, 54px); }
.manual-meta { display: flex; flex-wrap: wrap; gap: 7px; }
.manual-meta span { padding: 6px 8px; border: 1px solid #ddd6ca; color: #73766f; font-size: .875rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.manual-info h4 { margin: 22px 0 12px; color: var(--ink); font-family: var(--serif); font-size: clamp(25px, 2.4vw, 39px); font-weight: 400; letter-spacing: -.035em; line-height: 1.05; }
.manual-subtitle { margin: 0; color: #666d66; font-size: .875rem; line-height: 1.7; }
.manual-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 24px; border-block: 1px solid #e0dbd1; }
.manual-facts div { padding: 13px 9px; }
.manual-facts div + div { border-left: 1px solid #e0dbd1; }
.manual-facts strong { display: block; color: #8b672f; font-family: var(--serif); font-size: 23px; font-weight: 400; }
.manual-facts small { color: #7e827c; font-size: .875rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.card-progress { margin-top: auto; padding-top: 24px; }
.progress-line { height: 5px; overflow: hidden; background: #ebe6dd; }
.progress-line span { display: block; width: var(--progress); height: 100%; background: var(--accent); }
.progress-copy { display: flex; justify-content: space-between; gap: 15px; margin-top: 7px; color: #7b807a; font-size: .875rem; font-weight: 800; }
.manual-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 21px; }
.manual-actions .button { min-height: 44px; }
.download-menu { position: relative; }
.download-menu summary { list-style: none; padding: 11px 6px; border-bottom: 1px solid #b8b1a3; color: #565c56; font-size: .875rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.download-menu summary::-webkit-details-marker { display: none; }
.download-menu div { position: absolute; z-index: 8; right: 0; bottom: calc(100% + 8px); min-width: 175px; padding: 7px; border: 1px solid #d8d1c3; background: #fff; box-shadow: 0 16px 40px rgba(0,0,0,.12); }
.download-menu a { display: block; padding: 10px 11px; color: #404640; font-size: .875rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.download-menu a:hover { background: #f2eee6; }
.empty-library { grid-column: 1 / -1; padding: 70px; border: 1px dashed #c8c0b3; text-align: center; }

.standard-section { display: grid; grid-template-columns: minmax(320px, .83fr) minmax(0, 1.17fr); min-height: 780px; background: #efe7d8; color: var(--ink); }
.standard-photo { min-height: 760px; position: relative; overflow: hidden; }
.standard-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(3,11,6,.8)); }
.standard-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.standard-photo > div { position: absolute; z-index: 2; left: 33px; bottom: 32px; display: flex; align-items: center; gap: 14px; color: #fff; }
.standard-photo > div span { width: 61px; height: 61px; display: grid; place-items: center; border: 1px solid rgba(239,217,142,.7); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); }
.standard-photo > div strong { max-width: 190px; font-family: var(--serif); font-size: 20px; font-weight: 400; }
.standard-copy { align-self: center; max-width: 850px; padding: clamp(70px, 9vw, 145px); }
.standard-copy > p:not(.section-kicker) { color: #5e655f; font-size: 14px; line-height: 1.85; }
.standard-copy ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px 23px; margin: 31px 0 37px; padding: 23px 0; border-block: 1px solid #d4cbbb; list-style: none; }
.standard-copy li { position: relative; padding-left: 19px; color: #334138; font-size: .875rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.standard-copy li::before { content: "+"; position: absolute; left: 0; color: #8b672f; }

.promise-section { padding: clamp(90px, 10vw, 160px) clamp(22px, 7vw, 110px); background: #0c2017; text-align: center; }
.promise-section .section-kicker { color: var(--gold-light); }
.promise-section h2 { color: #fff8ea; }
.promise-section h2 em { color: var(--gold-light); }
.promise-grid { max-width: 1360px; display: grid; grid-template-columns: repeat(4, 1fr); margin: 70px auto 0; border: 1px solid rgba(255,255,255,.12); }
.promise-grid article { min-height: 285px; padding: 34px 29px; border-right: 1px solid rgba(255,255,255,.12); text-align: left; }
.promise-grid article:last-child { border-right: 0; }
.promise-grid span { color: var(--gold); font-family: var(--serif); font-size: 23px; }
.promise-grid h3 { margin: 46px 0 13px; color: #fff; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.promise-grid p { margin: 0; color: #8f9991; font-size: .875rem; line-height: 1.75; }

.safety-section { display: grid; grid-template-columns: auto 1fr; gap: 34px; padding: clamp(60px, 8vw, 110px) clamp(22px, 8vw, 130px); background: #f6f0e5; color: var(--ink); }
.safety-section > span { width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid #c9b991; border-radius: 50%; color: #8b672f; font-family: var(--serif); font-size: 37px; }
.safety-section h2 { margin: 13px 0; font-family: var(--serif); font-size: clamp(29px, 3.5vw, 48px); font-weight: 400; }
.safety-section p:last-child { max-width: 1000px; color: #646a64; font-size: .875rem; line-height: 1.8; }

footer { min-height: 145px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 30px clamp(22px, 6vw, 90px); border-top: 1px solid rgba(255,255,255,.1); background: #050c08; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand > span { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(205,170,93,.5); color: var(--gold-light); font-family: var(--serif); }
.footer-brand strong { display: block; font-family: var(--serif); font-size: 15px; }
.footer-brand small { display: block; margin-top: 4px; color: #717a73; font-size: .875rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
footer > p, footer > a { color: #687169; font-size: .875rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
footer > a:hover { color: var(--gold-light); }

.path-dialog { width: min(100% - 28px, 900px); max-height: calc(100svh - 28px); padding: 0; border: 1px solid rgba(205,170,93,.55); background: #f8f3e9; color: var(--ink); box-shadow: 0 40px 120px rgba(0,0,0,.5); }
.path-dialog::backdrop { background: rgba(0,8,4,.82); backdrop-filter: blur(8px); }
.path-shell { position: relative; padding: clamp(34px, 6vw, 70px); }
.dialog-close { position: absolute; top: 15px; right: 15px; width: 42px; height: 42px; border: 1px solid #d1c9bb; background: transparent; color: #4b514b; font-family: var(--serif); font-size: 26px; cursor: pointer; }
.path-shell h2 { margin: 13px 0 10px; font-family: var(--serif); font-size: clamp(38px, 5vw, 62px); font-weight: 400; letter-spacing: -.04em; }
.path-intro { max-width: 650px; color: #697069; font-size: .875rem; line-height: 1.7; }
.path-shell fieldset { margin: 32px 0 0; padding: 0; border: 0; }
.path-shell legend { width: 100%; display: flex; align-items: center; gap: 14px; margin-bottom: 13px; padding-bottom: 10px; border-bottom: 1px solid #dad2c5; color: #26332b; font-family: var(--serif); font-size: 20px; }
.path-shell legend span { color: #8b672f; font-size: 14px; }
.path-shell fieldset label { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; margin: 8px 0; padding: 13px; border: 1px solid #ded7cb; background: rgba(255,255,255,.6); cursor: pointer; }
.path-shell fieldset label:has(input:checked) { border-color: var(--green); background: #e7eee8; }
.path-shell input[type="radio"] { width: 18px; height: 18px; accent-color: var(--green); }
.path-shell label strong { display: block; color: #26332b; font-size: .875rem; }
.path-shell label small { display: block; margin-top: 3px; color: #737971; font-size: .875rem; line-height: 1.5; }
.path-submit { margin-top: 28px; }
.path-result { padding: 50px 0 20px; text-align: center; }
.result-number { width: 84px; height: 84px; display: grid; place-items: center; margin: 0 auto 25px; border: 1px solid #b99a52; border-radius: 50%; color: #8b672f; font-family: var(--serif); font-size: 38px; }
.path-result h3 { margin: 15px 0; font-family: var(--serif); font-size: clamp(38px, 6vw, 66px); font-weight: 400; letter-spacing: -.04em; }
.path-result > p:not(.section-kicker) { max-width: 650px; margin: 0 auto; color: #646a64; font-size: .875rem; line-height: 1.8; }
.result-actions { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 24px; margin-top: 30px; }
.text-button { padding: 8px 0; border: 0; border-bottom: 1px solid #aaa295; background: transparent; color: #5b625c; font-size: .875rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }

@media (max-width: 1120px) {
  .library-hero { grid-template-columns: 1fr; }
  .hero-image { min-height: 760px; }
  .hero-image::after { background: linear-gradient(180deg, #07110d 0%, transparent 25%), linear-gradient(180deg, transparent 52%, rgba(4,9,6,.9)); }
  .path-strip { grid-template-columns: repeat(2, 1fr); }
  .manual-grid { grid-template-columns: 1fr; }
  .manual-card.featured { grid-column: auto; }
  .promise-grid { grid-template-columns: repeat(2, 1fr); }
  .promise-grid article:nth-child(2) { border-right: 0; }
  .promise-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .academy-callout { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .library-header nav a:not(:first-child) { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .library-controls { align-items: stretch; flex-direction: column; }
  .manual-search { min-width: 0; width: 100%; }
  .manual-card, .manual-card.featured { min-height: 0; grid-template-columns: 1fr; }
  .manual-cover { min-height: 480px; }
  .standard-section { grid-template-columns: 1fr; }
  .standard-photo { min-height: 680px; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .library-header { min-height: 68px; padding: 10px 15px; }
  .library-brand > span { width: 40px; height: 40px; }
  .library-header nav a { display: none !important; }
  .library-header nav button { padding: 9px 10px; font-size: .875rem; }
  .hero-copy { padding: 73px 22px 80px; }
  .hero-copy h1 { font-size: clamp(55px, 18vw, 77px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { align-self: flex-start; }
  .hero-metrics { grid-template-columns: 1fr; }
  .hero-metrics div { padding: 12px 7px; }
  .hero-metrics div + div { border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }
  .hero-image { min-height: 590px; }
  .age-seal { width: 92px; height: 92px; top: 20px; right: 18px; }
  .academy-feature-grid { grid-template-columns: 1fr; }
  .academy-feature-grid article { border-right: 0; border-bottom: 1px solid #d5ccbe !important; }
  .academy-feature-grid article:last-child { border-bottom: 0 !important; }
  .age-seal strong { font-size: 35px; }
  .hero-image blockquote { left: 22px; bottom: 30px; font-size: 27px; }
  .path-strip { grid-template-columns: 1fr; }
  .path-strip button { min-height: 105px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .library-section { padding-inline: 17px; }
  .section-heading h2, .standard-copy h2, .promise-section h2 { font-size: 43px; }
  .manual-cover { min-height: 420px; padding: 24px; }
  .manual-cover h3 { font-size: 43px; }
  .manual-info { padding: 28px 22px; }
  .manual-facts { grid-template-columns: 1fr; }
  .manual-facts div + div { border-top: 1px solid #e0dbd1; border-left: 0; }
  .manual-actions { align-items: stretch; flex-direction: column; }
  .download-menu summary { text-align: center; }
  .download-menu div { left: 0; right: 0; }
  .standard-photo { min-height: 560px; }
  .standard-copy { padding: 65px 22px; }
  .standard-copy ul { grid-template-columns: 1fr; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .safety-section { grid-template-columns: 1fr; }
  .path-shell { padding: 55px 18px 30px; }
  .path-shell h2 { font-size: 44px; }
  .result-actions { align-items: stretch; flex-direction: column; }
}

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

.visual-guides-callout { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); align-items: center; gap: clamp(50px, 8vw, 120px); padding: clamp(75px, 9vw, 125px) clamp(24px, 7vw, 105px); background: radial-gradient(circle at 0% 0%, rgba(215,27,105,.25), transparent 34%), radial-gradient(circle at 100% 100%, rgba(35,109,205,.3), transparent 36%), #0a1018; color: #fff; }
.visual-guides-callout::after { content: "14"; position: absolute; right: -22px; top: -80px; color: rgba(255,255,255,.025); font-family: var(--serif); font-size: 360px; line-height: 1; pointer-events: none; }
.visual-guides-callout > div, .visual-guides-callout dl { position: relative; z-index: 1; }
.visual-guides-callout h2 { margin: 15px 0 22px; font-family: var(--serif); font-size: clamp(48px, 6vw, 82px); font-weight: 400; letter-spacing: -.05em; line-height: .9; }
.visual-guides-callout h2 em { color: #e9c97e; font-weight: 400; }
.visual-guides-callout > div > p:not(.section-kicker) { max-width: 760px; margin: 0 0 28px; color: #aeb8c4; font-size: .875rem; line-height: 1.8; }
.visual-guides-callout dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-block: 1px solid rgba(255,255,255,.14); }
.visual-guides-callout dl div { padding: 24px 15px; }
.visual-guides-callout dl div + div { border-left: 1px solid rgba(255,255,255,.12); }
.visual-guides-callout dt { color: #efcd84; font-family: var(--serif); font-size: 35px; }
.visual-guides-callout dd { margin: 5px 0 0; color: #85909c; font-size: .875rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
@media (max-width: 900px) {
  .visual-guides-callout { grid-template-columns: 1fr; }
  .visual-guides-callout dl { max-width: 680px; }
}
@media (max-width: 600px) {
  .visual-guides-callout { padding-inline: 20px; }
  .visual-guides-callout dl { grid-template-columns: 1fr; }
  .visual-guides-callout dl div { display: flex; align-items: center; gap: 13px; }
  .visual-guides-callout dl div + div { border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }
  .visual-guides-callout dd { margin: 0; }
}
