/* Dossier visual system. Loaded only by identity, archive, and case-file routes. */
.dossier-page {
  --ink: #e9e5d9; --muted: #a6aeab; --line: #373e3e; --line-strong: #616b68;
  --amber: #dfb36b; --cyan: #9ac8ca; --paper: #e6dfcc; --paper-ink: #242b29;
  --mono: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', monospace;
  --display: 'Arial Narrow', 'Aptos Narrow', Impact, sans-serif;
  --page-width: 1200px;
  color: var(--ink); background: #141718; font-size: 15px;
}
.dossier-page::before { display: none; }
.dossier-page [hidden] { display: none !important; }
.dossier-page :focus-visible { outline: 2px solid var(--cyan); outline-offset: 5px; }
.dossier-page .skip-link { position: fixed; z-index: 50; top: 8px; left: 8px; padding: 12px 18px; color: #141718; background: var(--paper); transform: translateY(-150%); }
.dossier-page .skip-link:focus { transform: none; }
.dossier-page .site-header { padding: 0 32px; background: #141718f2; border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.dossier-page .navbar { min-height: 78px; padding: 0; border: 0; border-radius: 0; background: none; box-shadow: none; backdrop-filter: none; gap: 20px; }
.dossier-page .brand { font-family: var(--mono); font-size: 12px; letter-spacing: .1em; white-space: nowrap; }
.dossier-page .brand-mark { width: 30px; height: 34px; border-radius: 0; color: var(--amber); background: none; border: 1px solid var(--amber); font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.dossier-page .navbar-links { margin-left: auto; gap: 12px; }
.dossier-page .navbar-links a { border-radius: 0; padding: 9px 0; font-size: 14px; color: #b8bfba; }
.dossier-page .navbar-links a.active, .dossier-page .navbar-links a:hover { color: var(--amber); border-color: transparent; border-bottom-color: var(--amber); background: none; }
.dossier-page .sound-toggle, .dossier-page [data-sound-toggle] { border: 1px solid var(--line); padding: 8px 10px; background: transparent; color: #c9cec7; font: 12px var(--mono); text-transform: uppercase; cursor: pointer; white-space: nowrap; }
.dossier-page .navbar-toggle { border-radius: 0; border-color: var(--line); background: transparent; }
.dossier-page .navbar-toggle span { background: var(--paper); }
.dossier-page .site-main { width: min(calc(100% - 64px), var(--page-width)); padding: 0 0 70px; }
.dossier-page .archive-masthead { display: flex; justify-content: space-between; gap: 12px; padding: 19px 0; border-bottom: 1px solid var(--line); color: #a6aeab; font: 12px var(--mono); letter-spacing: .06em; }
.dossier-page .access-level strong { color: #e49d92; border: 1px solid #9d5e54; padding: 4px 6px; font-size: 12px; }
.dossier-page .active-record { color: var(--cyan); }
.dossier-page .active-record::before { content: ''; display: inline-block; width: 5px; height: 5px; margin-right: 8px; background: var(--cyan); }
.dossier-page .eyebrow, .dossier-page .mono { color: var(--muted); font: 12px/1.6 var(--mono); letter-spacing: .06em; }
.dossier-page .eyebrow { margin-bottom: 22px; color: var(--amber); }
.dossier-page h1, .dossier-page h2, .dossier-page h3 { font-family: var(--display); font-stretch: condensed; letter-spacing: -.025em; }
.dossier-page .identity-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 0 70px; padding-top: 66px; isolation: isolate; }
.dossier-page .identity-hero::before { content: ''; position: absolute; z-index: -1; inset: 0 -32px 65px; background: linear-gradient(90deg, #14171899, #14171855), linear-gradient(0deg, #141718, transparent 40%, #14171822), url('../output/imagegen/bangkok-2048.webp') center 48% / cover; opacity: .42; pointer-events: none; }
.dossier-page .identity-copy { padding: 0 0 40px; }
.dossier-page .identity-copy .eyebrow span { color: var(--muted); }
.dossier-page .identity-copy h1 { font-family: Impact, 'Arial Narrow', sans-serif; font-size: clamp(58px, 7.9vw, 108px); line-height: .99; font-weight: 400; margin: 0 0 17px; letter-spacing: -.005em; }
.dossier-page .identity-copy h1 > span { font-size: .655em; color: #d0cdbf; }
.dossier-page .identity-alias { color: #aab4af; font: 12px var(--mono); letter-spacing: .1em; margin-bottom: 24px; }
.dossier-page .identity-alias span { margin-left: 14px; color: var(--amber); font-size: 14px; }
.dossier-page .identity-role { font-size: 21px; margin-bottom: 14px; }
.dossier-page .identity-role > span { color: var(--amber); margin: 0 5px; }
.dossier-page .hero-intro { max-width: 510px; color: #c0c7c2; font-size: 15px; line-height: 1.8; margin-bottom: 25px; }
.dossier-page .button { border-radius: 0; padding: 12px 16px; font-size: 13px; font-weight: 600; gap: 24px; box-shadow: none; }
.dossier-page .button-primary { background: var(--amber); border-color: var(--amber); color: #202623; }
.dossier-page .button-quiet { background: #14171870; color: var(--paper); border-color: #626b65; }
.dossier-page .button:hover { transform: none; background: var(--paper); color: #242b29; }
.dossier-page .identity-location { margin: 25px 0 0; color: #afb9b3; font: 12px/1.9 var(--mono); letter-spacing: .035em; }
.dossier-page .identity-location > span { color: var(--amber); margin-right: 7px; }
.dossier-page .portrait-figure { order: initial; width: 320px; margin: 0; padding-top: 2px; align-self: start; }
.dossier-page .portrait-topline { display: flex; justify-content: space-between; font: 12px var(--mono); color: var(--cyan); letter-spacing: .06em; margin-bottom: 12px; }
.dossier-page .portrait-reveal { width: 320px; min-width: 320px; max-width: none; height: 420px; border-radius: 0; }
.dossier-page .portrait-image-shell { border: 1px solid #889890; border-radius: 0; background: #272f30; box-shadow: 10px 14px 0 #10141680; }
.dossier-page .portrait-image-shell img { filter: grayscale(1) blur(6px) contrast(.85); transform: scale(1.05); }
.dossier-page .portrait-reveal.is-revealed .portrait-image-shell img { filter: grayscale(.7) contrast(.95); transform: scale(1.035); }
.dossier-page .portrait-image-shell::after { display: none; }
.dossier-page .portrait-reveal:not(:disabled):hover .portrait-image-shell, .dossier-page .portrait-reveal:not(:disabled):focus-visible .portrait-image-shell { transform: none; box-shadow: 0 0 0 2px var(--cyan); }
.dossier-page .portrait-reticle { position: absolute; inset: 24px 22px 68px; border: 1px solid #b7dedf70; background: repeating-linear-gradient(0deg, transparent, transparent 3px, #1c292d20 4px); }
.dossier-page .portrait-reticle::before, .dossier-page .portrait-reticle::after { content: ''; position: absolute; width: 15px; height: 15px; border: solid var(--cyan); }
.dossier-page .portrait-reticle::before { top: -2px; left: -2px; border-width: 2px 0 0 2px; }
.dossier-page .portrait-reticle::after { right: -2px; bottom: -2px; border-width: 0 2px 2px 0; }
.dossier-page .portrait-label { border: 0; border-top: 1px solid #72847d; border-radius: 0; bottom: 0; left: 0; right: 0; min-height: 49px; background: #192526f2; color: #c7e2df; font: 12px var(--mono); letter-spacing: .01em; padding: 13px 15px; }
.dossier-page .portrait-figure figcaption { color: #a6aeab; font: 11px/1.5 var(--mono); text-align: left; margin-top: 13px; letter-spacing: .06em; }
.dossier-page .tech-focus { grid-column: 1 / -1; display: flex; gap: 28px; align-items: center; padding: 24px 0; border-block: 1px solid var(--line); margin-top: 26px; }
.dossier-page .tech-focus h2 { font: 12px var(--mono); color: var(--cyan); margin: 0; white-space: nowrap; }
.dossier-page .tech-focus ul { list-style: none; display: flex; flex-wrap: wrap; gap: 9px 24px; padding: 0; margin: 0; font: 14px var(--mono); }
.dossier-page .tech-note { margin-left: auto; color: #a6aeab; font: 11px var(--mono); }
.dossier-page .profile-section { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: 75px 0 28px; }
.dossier-page .profile-section h2, .dossier-page .section-heading h2 { font-size: 43px; font-weight: 500; margin-bottom: 0; }
.dossier-page .profile-copy { color: #b4bcb7; font-size: 14px; line-height: 1.85; }
.dossier-page .operations { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.dossier-page .operations article { padding: 27px; }
.dossier-page .operations article + article { border-left: 1px solid var(--line); }
.dossier-page .operation-index { color: var(--cyan); font: 12px var(--mono); letter-spacing: .06em; }
.dossier-page .operations h3 { font-size: 22px; font-weight: 500; margin: 20px 0 10px; }
.dossier-page .operations p { font-size: 14px; color: var(--muted); margin: 0; }
.dossier-page .featured-records { padding: 75px 0 0; }
.dossier-page .section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 35px; }
.dossier-page .featured-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.dossier-page .evidence-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 24px; color: var(--paper-ink); background: var(--paper); background-image: linear-gradient(120deg, #fff5, transparent 35%, #6356370c); box-shadow: 4px 8px 18px #0004; border: 1px solid #bbb4a2; transition: transform 180ms, box-shadow 180ms; }
.dossier-page .evidence-card:hover { transform: translateY(-4px); box-shadow: 4px 12px 22px #0008; }
.dossier-page .evidence-card:focus-visible { outline-color: var(--amber); }
.dossier-page .evidence-meta { display: flex; justify-content: space-between; align-items: start; gap: 10px; color: #414c42; font: 11px/1.5 var(--mono); text-transform: uppercase; padding-bottom: 13px; border-bottom: 1px solid #b8b8a8; }
.dossier-page .evidence-symbol { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #898f7f; margin: 26px 0 22px; color: #5b675d; font: 35px Georgia, serif; }
.dossier-page .evidence-division { color: #414c42; font: 11px var(--mono); letter-spacing: .07em; text-transform: uppercase; margin-bottom: 10px; }
.dossier-page .evidence-card h3 { font-size: 27px; font-weight: 600; line-height: 1.12; margin: 0 0 14px; }
.dossier-page .evidence-description { color: #414c42; font-size: 14px; line-height: 1.75; margin-bottom: 25px; }
.dossier-page .evidence-bottom { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 15px; border-top: 1px solid #b8b8a8; font: 11px/1.8 var(--mono); color: #414c42; }
.dossier-page .record-arrow { font: 24px system-ui; }
.dossier-page .archive-all { display: flex; justify-content: space-between; gap: 20px; margin-top: 26px; padding: 19px 0; border-block: 1px solid var(--line); font-size: 13px; }
.dossier-page .archive-all > span:last-child { font: 12px/2 var(--mono); color: var(--amber); }
.dossier-page .archive-all:hover { color: var(--amber); }
.dossier-page .contact-section { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding-top: 90px; }
.dossier-page .contact-section h2 { font-size: 47px; font-weight: 500; line-height: 1.1; margin-bottom: 20px; }
.dossier-page .contact-section p { color: var(--muted); font-size: 13px; }
.dossier-page .contact-channels a { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.dossier-page .contact-channels a:hover { color: var(--amber); }
.dossier-page .contact-channels small { display: block; color: var(--muted); font: 11px var(--mono); letter-spacing: .06em; margin-bottom: 7px; }
.dossier-page .contact-channels > a > span:last-child { color: var(--amber); font-size: 25px; }
.dossier-page .site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px max(32px, calc((100vw - 1200px)/2)); border-top: 1px solid var(--line); color: var(--muted); font: 11px/1.7 var(--mono); }
.dossier-page .site-footer p { margin: 0; }
.dossier-page .archive-heading { padding: 57px 0 42px; max-width: 850px; }
.dossier-page .archive-heading h1 { font-size: clamp(40px, 5.5vw, 74px); font-weight: 500; margin-bottom: 23px; }
.dossier-page .archive-heading > p:not(.eyebrow) { color: #b4bcb7; max-width: 580px; }
.dossier-page .archive-index { display: flex; flex-wrap: wrap; gap: 24px; padding-top: 17px; font-size: 12px; color: var(--cyan); }
.dossier-page .operations-board { position: relative; isolation: isolate; padding: 24px 30px 20px; border: 1px solid #454d4b; background: repeating-linear-gradient(90deg, transparent 0 59px, #95b7ad05 59px 60px), repeating-linear-gradient(0deg, transparent 0 59px, #95b7ad05 59px 60px), linear-gradient(135deg, #232a2a, #191f20 65%, #293132); box-shadow: inset 0 0 50px #0007, 0 15px 50px #0003; }
.dossier-page .board-topline, .dossier-page .board-bottomline { display: flex; justify-content: space-between; gap: 24px; font: 11px/1.6 var(--mono); color: #b3bdb7; letter-spacing: .05em; }
.dossier-page .board-topline { padding-bottom: 100px; }
.dossier-page .board-bottomline { padding-top: 28px; border-top: 1px solid #49544e; margin-top: 35px; }
.dossier-page .board-lamp { position: absolute; z-index: 3; top: 0; left: 50%; transform: translateX(-50%); }
.dossier-page .lamp-cable { display: block; width: 2px; height: 40px; background: #757d71; margin: auto; }
.dossier-page .lamp-shade { display: block; width: 110px; height: 34px; background: linear-gradient(90deg, #323a35, #748172 50%, #323a35); clip-path: polygon(28% 0, 72% 0, 100% 90%, 100% 100%, 0 100%, 0 90%); border-bottom: 3px solid #99a093; }
.dossier-page .lamp-switch { position: absolute; top: 60px; left: calc(50% + 45px); z-index: 4; display: flex; align-items: end; gap: 10px; color: var(--amber); background: transparent; border: 0; font: 12px var(--mono); cursor: pointer; padding: 0 10px 8px; min-height: 55px; }
.dossier-page .pull-chain { position: relative; display: block; align-self: start; width: 2px; height: 42px; background: repeating-linear-gradient(#b9b7a1 0 3px, transparent 3px 5px); transition: transform 160ms; }
.dossier-page .pull-chain::after { content: ''; position: absolute; bottom: -6px; left: -3px; width: 8px; height: 12px; border-radius: 4px; background: var(--amber); }
.dossier-page .lamp-switch.is-pulling .pull-chain { transform: translateY(10px); }
.dossier-page .light-cone { position: absolute; z-index: -1; inset: 70px 0 0; background: radial-gradient(ellipse at 50% 0, #efd19438, transparent 65%); clip-path: polygon(49% 0, 51% 0, 100% 100%, 0 100%); opacity: 0; transition: opacity 240ms; pointer-events: none; }
.dossier-page .is-lit .light-cone { opacity: 1; }
.dossier-page .is-lit .lamp-shade { border-color: #ffe1a0; }
.dossier-page .board-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.dossier-page .board-group { position: relative; min-width: 0; }
.dossier-page .board-group h2 { position: relative; z-index: 1; font: 12px var(--mono); letter-spacing: .04em; text-transform: uppercase; color: var(--cyan); border-bottom: 1px solid #52615a; padding-bottom: 13px; margin: 0 0 25px; }
.dossier-page .board-group h2 span { margin-right: 10px; }
.dossier-page .board-group:last-child { grid-column: 1 / -1; }
.dossier-page .board-records { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; position: relative; }
.dossier-page .board-group:not(:last-child) .board-records { grid-template-columns: 1fr; }
.dossier-page .board-records::before { content: ''; position: absolute; inset: 25px 10%; border: solid #849d954a; border-width: 1px 0 0; transform: rotate(-12deg); transition: border-color 240ms; }
.dossier-page .is-lit .board-records::before { border-color: var(--amber); }
.dossier-page .operations-board .evidence-card { background-color: #c9c7b7; padding: 23px 25px; box-shadow: 3px 6px 9px #0005; }
.dossier-page .operations-board .evidence-card::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #648c87; border: 1px solid #2b4d46; box-shadow: 1px 2px 2px #0006; position: absolute; top: 8px; left: 50%; }
.dossier-page .operations-board .evidence-symbol { float: right; margin: 20px 0 17px; width: 35px; height: 35px; font-size: 24px; }
.dossier-page .operations-board .evidence-card h3 { font-size: 28px; }
.dossier-page .operations-board .evidence-description { max-width: 390px; }
.dossier-page .is-lit .evidence-card { background-color: #e6dfcc; box-shadow: 7px 15px 18px #0009; }
.dossier-page .back-link { color: var(--cyan); font: 13px var(--mono); margin: 30px 0; }
.dossier-page .back-link:hover { color: var(--amber); }
/* Progressive case-file disclosure: all evidence remains visible without JavaScript. */
.dossier-page .case-cover { position: relative; margin: 25px auto 45px; padding: 56px; max-width: 1000px; min-height: 490px; color: var(--paper-ink); border: 1px solid #b5ae97; background: linear-gradient(125deg, #eee7d4, #d3c9ae); box-shadow: 8px 9px 0 #8b8064, 12px 15px 0 #3b3b32, 0 24px 60px #0006; border-radius: 0 5px 5px 5px; }
.dossier-page .case-cover::before { content: 'PERSONNEL ARCHIVE / PROJECT RECORD'; position: absolute; left: -1px; top: -26px; padding: 8px 20px; height: 26px; background: #e8dfc7; color: #505a4d; font: 11px var(--mono); border: 1px solid #b5ae97; border-bottom: 0; border-radius: 5px 10px 0 0; }
.dossier-page .secret-stamp { display: inline-block; color: #973e32; border: 3px double #973e32; padding: 5px 12px; font: 20px var(--mono); font-weight: 700; letter-spacing: .13em; transform: rotate(-5deg); margin-bottom: 34px; }
.dossier-page .case-cover .eyebrow { color: #414c42; margin-bottom: 18px; }
.dossier-page .case-cover h1 { max-width: 780px; font-size: clamp(38px, 5.5vw, 72px); font-weight: 600; overflow-wrap: anywhere; margin-bottom: 23px; }
.dossier-page .case-cover > p:not(.eyebrow):not(.secret-stamp) { max-width: 650px; color: #414c42; }
.dossier-page .status, .dossier-page .project-status { display: inline-block; color: #414c42; padding: 5px 9px; border: 1px solid #83917c; font: 12px/1.5 var(--mono); }
.dossier-page [data-folder-open] { display: inline-flex; margin-top: 28px; align-items: center; padding: 14px 22px; background: #26332d; color: #eee7d4; border: 1px solid #26332d; border-radius: 0; font: 13px var(--mono); cursor: pointer; }
.dossier-page [data-folder-open]:hover { background: #3e5046; }
.dossier-page .case-cover :focus-visible { outline-color: #2c666b; }
.dossier-page [data-folder-content] { max-width: 1000px; margin: 0 auto; padding: clamp(22px, 5vw, 56px); border: 1px solid #4a544e; background: #1b2121; }
.dossier-page [data-folder-content] > h2 { font-size: 38px; color: var(--paper); font-weight: 500; }
.dossier-page [data-folder-content] section { padding: 26px 0; border-top: 1px solid var(--line); }
.dossier-page [data-folder-content] h3 { font-size: 25px; font-weight: 500; color: var(--paper); margin: 0 0 16px; }
.dossier-page [data-folder-content] p, .dossier-page [data-folder-content] li { color: #b6c0b9; line-height: 1.85; }
.dossier-page [data-folder-content] a:not(.project-proof-image):not(.button) { color: var(--cyan); text-decoration: underline; text-underline-offset: 4px; }
.dossier-page .project-tags span { border-color: #52605a; color: #c9d3cb; border-radius: 0; font-family: var(--mono); }
.dossier-page .project-proof-grid, .dossier-page .project-gallery { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; }
.dossier-page .project-proof-image { border-radius: 0; border-color: #606d65; background: #111819; box-shadow: none; }
.dossier-page .project-proof-image:hover { border-color: var(--amber); transform: none; }
.dossier-page .project-proof-image img { width: 100%; height: auto; }
.dossier-page .field-caption, .dossier-page figcaption { color: #b6c0b9; font-size: 12px; }
.dossier-page .folder-opening { opacity: .35; transform: perspective(1200px) rotateX(10deg); transform-origin: top center; transition: transform 220ms ease, opacity 220ms ease; }
@media (max-width: 1050px) {
 .dossier-page .identity-hero { gap: 0 35px; }
 .dossier-page .navbar-links { gap: 10px; }
 .dossier-page .navbar-links a { font-size: 13px; }
 .dossier-page .tech-note { display: none; }
 .dossier-page .identity-role { font-size: 18px; }
}
@media (max-width: 800px) {
 .dossier-page .site-header { padding-inline: 20px; }
 .dossier-page .site-main { width: calc(100% - 40px); }
 .dossier-page .navbar { gap: 12px; }
 .dossier-page .brand { font-size: 11px; }
 .dossier-page .navbar-links { gap: 7px; }
 .dossier-page .navbar-links a { font-size: 12px; }
 .dossier-page .identity-hero { grid-template-columns: 1fr; padding-top: 45px; }
 .dossier-page .identity-copy h1 { font-size: clamp(57px, 13vw, 95px); }
 .dossier-page .portrait-figure { justify-self: center; }
 .dossier-page .identity-hero::before { inset: 0 -20px 120px; }
 .dossier-page .tech-focus { flex-direction: column; align-items: start; gap: 17px; margin-top: 34px; }
 .dossier-page .tech-focus ul { gap: 12px 20px; }
 .dossier-page .profile-section, .dossier-page .contact-section { grid-template-columns: 1fr; gap: 20px; }
 .dossier-page .featured-grid { grid-template-columns: 1fr; }
 .dossier-page .operations article { padding: 20px; }
 .dossier-page .operations h3 { font-size: 19px; }
 .dossier-page .evidence-symbol { margin: 20px 0; }
 .dossier-page .archive-masthead { flex-wrap: wrap; font-size: 11px; gap: 15px; }
 .dossier-page .access-level strong { font-size: 11px; }
 .dossier-page .board-groups { gap: 28px 20px; }
 .dossier-page .operations-board { padding-inline: 20px; }
 .dossier-page .site-footer { flex-wrap: wrap; padding-inline: 20px; }
}
@media (max-width: 620px) {
 .dossier-page .navbar { min-height: 65px; flex-wrap: wrap; }
 .dossier-page .navbar-toggle { margin-left: auto; order: 2; }
 .dossier-page .sound-toggle, .dossier-page .navbar > [data-sound-toggle] { margin-left: auto; font-size: 11px; }
 .dossier-page .navbar-links { top: 65px; left: 0; right: 0; margin: 0; border: 1px solid #56615a; border-radius: 0; padding: 10px 20px; background: #1b2323; box-shadow: 0 12px 30px #0007; }
 .dossier-page .navbar-links a { padding: 13px 0; font-size: 13px; }
 .dossier-page .identity-copy h1 { font-size: clamp(52px, 15vw, 84px); }
 .dossier-page .identity-copy h1 > span { font-size: .625em; }
 .dossier-page .identity-role { font-size: 16px; }
 .dossier-page .hero-intro { font-size: 14px; }
 .dossier-page .hero-actions { gap: 10px; }
 .dossier-page .hero-actions .button { flex: initial; font-size: 13px; gap: 12px; padding: 12px; }
 .dossier-page .profile-section { padding-top: 50px; }
 .dossier-page .profile-section h2, .dossier-page .section-heading h2 { font-size: 35px; }
 .dossier-page .operations { grid-template-columns: 1fr; }
 .dossier-page .operations article + article { border-left: 0; border-top: 1px solid var(--line); }
 .dossier-page .operations h3 { font-size: 23px; margin-top: 13px; }
 .dossier-page .featured-records { padding-top: 50px; }
 .dossier-page .section-heading { align-items: start; flex-direction: column; gap: 12px; }
 .dossier-page .section-heading .eyebrow { margin-bottom: 15px; }
 .dossier-page .archive-all { flex-direction: column; gap: 8px; }
 .dossier-page .contact-section { padding-top: 55px; }
 .dossier-page .contact-section h2 { font-size: 39px; }
 .dossier-page .contact-channels a { font-size: 14px; }
 .dossier-page .site-footer { flex-direction: column; align-items: start; gap: 10px; text-align: left; font-size: 11px; }
 .dossier-page .archive-heading { padding: 38px 0 30px; }
 .dossier-page .archive-heading h1 { font-size: 45px; }
 .dossier-page .archive-index { flex-direction: column; gap: 10px; }
 .dossier-page .board-groups, .dossier-page .board-records { grid-template-columns: 1fr; }
 .dossier-page .board-group:last-child { grid-column: auto; }
 .dossier-page .board-topline { font-size: 11px; padding-bottom: 125px; }
 .dossier-page .board-topline > span:last-child { display: none; }
 .dossier-page .board-lamp { top: 24px; }
 .dossier-page .lamp-switch { top: 85px; left: calc(50% + 20px); max-width: 150px; font-size: 11px; }
 .dossier-page .board-records { gap: 20px; }
 .dossier-page .operations-board .evidence-card { padding: 23px 18px; }
 .dossier-page .operations-board .evidence-card h3 { font-size: 26px; }
 .dossier-page .board-bottomline { flex-direction: column; gap: 10px; font-size: 11px; }
 .dossier-page .case-cover { padding: 30px 22px; min-height: 460px; margin-top: 28px; margin-right: 10px; }
 .dossier-page .case-cover::before { font-size: 11px; padding-inline: 12px; }
 .dossier-page .case-cover h1 { font-size: 38px; }
 .dossier-page .secret-stamp { font-size: 17px; }
 .dossier-page [data-folder-content] { padding: 24px 18px; }
 .dossier-page [data-folder-content] > h2 { font-size: 30px; }
}
@media (max-width: 359px) {
 .dossier-page .portrait-figure { margin-inline: -20px; }
 .dossier-page .portrait-topline, .dossier-page .portrait-figure figcaption { padding-inline: 12px; }
 .dossier-page .identity-copy h1 { font-size: 49px; }
 .dossier-page .identity-copy h1 > span { font-size: .62em; }
 .dossier-page .operations-board { padding-inline: 12px; }
 .dossier-page .contact-channels a { font-size: 13px; }
 .dossier-page .brand { letter-spacing: 0; }
 .dossier-page .sound-toggle, .dossier-page .navbar > [data-sound-toggle] { padding-inline: 6px; }
}
@media (prefers-reduced-motion: reduce) {
 .dossier-page *, .dossier-page *::before, .dossier-page *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
.dossier-page .detail-page { max-width: 1000px; }
.dossier-page .case-cover-topline { display: flex; justify-content: space-between; align-items: start; gap: 25px; }
.dossier-page .case-context, .dossier-page .case-reference { color: #414c42; font: 12px/1.7 var(--mono); }
.dossier-page .case-cover-bottomline { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; margin-top: 30px; padding-top: 25px; border-top: 1px solid #b1b298; }
.dossier-page .case-cover-bottomline [data-folder-open] { margin-top: 0; margin-left: auto; }
.dossier-page .case-reference { display: block; margin-top: 35px; font-size: 11px; letter-spacing: .06em; }
.dossier-page [data-folder-content] { scroll-margin-top: 100px; }
.dossier-page .dossier-heading h2 { font-size: 37px; font-weight: 500; line-height: 1.2; }
.dossier-page .detail-body { gap: 0; }
.dossier-page .detail-block { border-radius: 0; }
.dossier-page [data-folder-content] .status { color: #c0d4c3; border-color: #6e8e74; }
.dossier-page:not(.dossier-enhanced) .portrait-image-shell img { filter: grayscale(.7); }
@media (max-width: 620px) {
 .dossier-page .case-cover-topline { flex-direction: column-reverse; gap: 0; }
 .dossier-page .case-cover-topline .secret-stamp { margin-bottom: 25px; }
 .dossier-page .case-cover-bottomline { align-items: start; flex-direction: column; }
 .dossier-page .case-cover-bottomline [data-folder-open] { margin-left: 0; }
 .dossier-page .dossier-heading h2 { font-size: 29px; overflow-wrap: anywhere; }
 .dossier-page:not(.dossier-enhanced) .navbar-links { position: static; display: flex; width: 100%; }
 .dossier-page:not(.dossier-enhanced) .navbar-toggle { display: none; }
}
/* Connection lines stay within the board, including the single-column mobile layout. */
.dossier-page .board-records::before { bottom: auto; height: 1px; }
@media (max-width: 620px) {
 .dossier-page .board-records::before { top: 0; left: 50%; right: auto; width: 1px; height: 100%; border-width: 0 0 0 1px; transform: none; }
}
