/*
Theme Name: Jeongbon Media
Theme URI: https://jeongbonmedia.com/
Author: 정본미디어
Description: 정본 뉴스룸의 원문 · 판단 · 정정 구조를 위한 전용 편집 테마.
Version: 0.2.24
Requires at least: 6.7
Requires PHP: 7.4
Text Domain: jeongbon-media
*/

:root {
	--ink: #0f1114;
	--paper-canvas: #f6f2ea;
	--paper: #f7f5f1;
	--paper-deep: #efede8;
	--seal: #d64000;
	--seal-wash: rgba(214, 64, 0, .055);
	--seal-line: rgba(214, 64, 0, .22);
	--seal-ink: #8f300d;
	--muted: #6d6a64;
	--line: rgba(15, 17, 20, .14);
	--line-soft: rgba(15, 17, 20, .08);
	--content: min(92vw, 1440px);
	--reading: 760px;
	--article-grid: calc(var(--reading) + 356px);
}

* { box-sizing: border-box; }
.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background-color: var(--paper-canvas);
	background-image:
		radial-gradient(circle at 14% 7%, rgba(255, 255, 255, .28) 0, rgba(255, 255, 255, 0) 42%),
		radial-gradient(circle at 84% 74%, rgba(112, 91, 61, .018) 0, rgba(112, 91, 61, 0) 48%);
	color: var(--ink);
	font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.68;
	word-break: keep-all;
	-webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 10px 14px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 16px; }
.content-width { width: var(--content); margin-inline: auto; }

.trial-notice {
	min-height: 34px;
	display: grid;
	place-items: center;
	padding: 7px 5vw;
	background: var(--paper-deep);
	border-bottom: 1px solid var(--line-soft);
	color: var(--muted);
	font-size: 12px;
	font-weight: 650;
	letter-spacing: -.01em;
}
.site-header { width: var(--content); margin-inline: auto; }
.utility-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 42px;
	border-bottom: 1px solid var(--line-soft);
	color: var(--muted);
	font-size: 13px;
	font-weight: 640;
}
.utility-row a { font-weight: 750; transition: color .18s ease; }
.utility-row a:hover { color: var(--seal); }
.masthead-row {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	min-height: 136px;
	border-bottom: 1px solid var(--line);
}
.masthead-logo { grid-column: 2; width: clamp(250px, 25vw, 350px); transition: opacity .2s ease, transform .2s ease; }
.masthead-logo:hover { opacity: .78; transform: translateY(-1px); }
.site-menu { justify-self: start; position: relative; z-index: 20; }
.site-menu summary {
	width: 46px;
	height: 46px;
	display: grid;
	align-content: center;
	gap: 6px;
	padding: 10px;
	cursor: pointer;
	list-style: none;
	border: 1px solid transparent;
	transition: border-color .18s ease, background .18s ease, color .18s ease;
}
.site-menu summary::-webkit-details-marker { display: none; }
.site-menu summary:hover, .site-menu[open] summary { background: var(--seal-wash); border-color: transparent; color: var(--seal-ink); }
.site-menu summary i { display: block; width: 24px; height: 1.5px; background: currentColor; transition: transform .18s ease, opacity .18s ease; }
.site-menu nav {
	position: absolute;
	top: 56px;
	left: 0;
	width: min(390px, 86vw);
	padding: 18px;
	background: var(--paper);
	border: 1px solid var(--line);
	box-shadow: 0 22px 60px rgba(15,17,20,.11);
	animation: jbm-menu-open .18s ease-out both;
}
.site-menu nav::before { content: ""; position: absolute; top: -1px; left: 18px; width: 36px; height: 2px; background: var(--seal); }
.menu-panel__head { display: flex; align-items: baseline; justify-content: space-between; padding: 1px 4px 13px; }
.menu-panel__head strong { font-size: 15px; letter-spacing: -.02em; }
.menu-panel__head span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.menu-panel__group + .menu-panel__group { margin-top: 13px; padding-top: 13px; border-top: 1px solid var(--line); }
.menu-panel__label { margin: 0 4px 5px; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .1em; }
.site-menu nav a {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr) 18px;
	gap: 11px;
	align-items: center;
	min-height: 52px;
	padding: 8px 8px 8px 4px;
	border-bottom: 1px solid var(--line-soft);
	transition: background .18s ease;
}
.menu-panel__group a:last-child { border-bottom: 0; }
.menu-link__index { align-self: start; padding-top: 2px; color: #aaa69f; font-size: 10px; font-variant-numeric: tabular-nums; }
.menu-link__copy { min-width: 0; display: grid; gap: 1px; }
.menu-link__copy strong { font-size: 14px; font-weight: 720; line-height: 1.35; letter-spacing: -.025em; }
.menu-link__copy small { overflow: hidden; color: var(--muted); font-size: 10px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.menu-link__arrow { color: var(--muted); font-size: 15px; transition: transform .18s ease, color .18s ease; }
.site-menu nav a:hover, .site-menu nav a[aria-current="page"] { background: var(--seal-wash); }
.site-menu nav a:hover .menu-link__arrow, .site-menu nav a[aria-current="page"] .menu-link__arrow { color: var(--seal); transform: translateX(3px); }
.site-menu nav a[aria-current="page"] .menu-link__index { color: var(--seal); }
@keyframes jbm-menu-open { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: translateY(0); } }
.header-actions { justify-self: end; display: flex; gap: 4px; }
.header-actions a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 8px 11px;
	border: 1px solid transparent;
	font-size: 14px;
	font-weight: 700;
	transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.header-actions a:hover { background: var(--seal-wash); border-color: transparent; color: var(--seal-ink); }
.header-actions a:focus-visible, .site-menu summary:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible { outline: 2px solid var(--seal); outline-offset: 3px; }
.header-actions svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.35; }

.front-page {
	width: var(--content);
	margin: 0 auto;
	padding: clamp(56px, 7vw, 110px) 0 clamp(74px, 9vw, 140px);
	display: grid;
	grid-template-columns: .78fr 1.6fr .82fr;
	gap: clamp(32px, 4vw, 68px);
	align-items: start;
}
.section-label { margin: 0 0 30px; display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 750; }
.section-label i { width: 7px; height: 7px; border-radius: 1px; background: var(--seal); }
.today-flow ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.today-flow li { display: grid; grid-template-columns: 35px 1fr; gap: 9px; padding: 17px 0; border-bottom: 1px solid var(--line-soft); }
.today-flow li span { color: var(--muted); font-size: 12px; font-variant-numeric: tabular-nums; }
.today-flow li a { font-size: 15px; font-weight: 650; line-height: 1.45; transition: color .18s ease; }
.today-flow li a:hover { color: var(--seal); }
.arrow-link { display: inline-block; margin-top: 24px; font-size: 13px; font-weight: 750; }
.arrow-link::after { content: " →"; transition: margin-left .18s ease, color .18s ease; }
.arrow-link:hover::after { margin-left: 5px; color: var(--seal); }
.story-kind { margin: 0 0 25px; color: var(--muted); font-size: 13px; font-weight: 700; }
.lead-story h1 { margin: 0; font-size: clamp(2rem, 2.65vw, 3.25rem); line-height: 1.12; letter-spacing: -.047em; font-weight: 760; }
.lead-story h1 a { display: inline-block; transition: color .18s ease, transform .18s ease; }
.lead-story h1 a:hover { color: #2f2b28; transform: translateX(2px); }
.lead-deck { margin: 25px 0 0; max-width: 760px; color: #4f4c47; font-size: clamp(15px, 1.25vw, 18px); line-height: 1.72; letter-spacing: -.02em; }
.story-meta { display: flex; flex-wrap: wrap; gap: 9px 19px; margin: 28px 0; padding-top: 17px; border-top: 1px solid var(--line-soft); color: var(--muted); font-size: 12px; }
.story-meta span:first-child { color: var(--ink); font-weight: 720; }
.latest-panel { border-top: 1px solid var(--line); padding-top: 24px; }
.latest-story { display: grid; grid-template-columns: 38px 1fr; gap: 10px; padding-bottom: 22px; border-bottom: 1px solid var(--line-soft); }
.latest-story span { color: var(--seal); font-size: 12px; font-weight: 700; }
.latest-story strong { font-size: clamp(18px, 1.5vw, 23px); line-height: 1.38; letter-spacing: -.03em; }
.latest-panel > p:not(.section-label) { color: var(--muted); font-size: 14px; line-height: 1.7; }
.publication-note { display: flex; justify-content: space-between; margin-top: 34px; padding-top: 12px; border-top: 1px solid var(--line-soft); color: var(--muted); font-size: 11px; }
.empty-newsroom { grid-column: 1 / -1; min-height: 46vh; padding: 7vw 0; }
.empty-newsroom h1 { margin: 0; font-size: clamp(3rem, 7vw, 7rem); line-height: 1.03; letter-spacing: -.065em; }
.empty-newsroom > p:not(.section-label) { color: var(--muted); }

.site-footer {
	width: var(--content);
	margin: 0 auto;
	padding: 46px 0 54px;
	border-top: 1px solid var(--line);
	display: grid;
	grid-template-columns: 110px 1fr auto;
	gap: 34px;
	align-items: start;
}
.footer-logo { width: 78px; }
.site-footer > p { margin: 4px 0 0; color: var(--muted); font-size: 15px; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px 24px; font-size: 13px; font-weight: 700; }
.site-footer nav a { padding-bottom: 3px; border-bottom: 1px solid transparent; }
.site-footer nav a:hover { border-bottom-color: var(--seal); }
.registration-details { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 7px 20px; margin: 12px 0 0; padding-top: 18px; border-top: 1px solid var(--line-soft); color: var(--muted); font-size: 11px; }
.registration-details div { display: flex; gap: 6px; }
.registration-details dt::after { content: " :"; }
.registration-details dd { margin: 0; color: var(--ink); }

.page-intro { padding: clamp(60px, 8vw, 120px) 0 clamp(50px, 6vw, 90px); border-bottom: 1px solid var(--line); }
.page-intro h1 { max-width: 920px; margin: 0; font-size: clamp(3rem, 6.5vw, 7rem); line-height: 1.02; letter-spacing: -.065em; }
.page-intro > p:not(.section-label) { max-width: 720px; margin: 28px 0 0; color: var(--muted); font-size: 19px; }
.article-list { padding: clamp(38px, 4vw, 58px) 0 100px; }
.article-list article { display: grid; grid-template-columns: 70px 1fr 46px; gap: 28px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.article-list article > span { color: #aaa69f; font-size: 14px; }
.article-list article h2 { max-width: 920px; margin: 7px 0 10px; font-size: clamp(1.35rem, 1.7vw, 2rem); line-height: 1.3; letter-spacing: -.035em; }
.article-list article h2 a:hover { color: var(--seal); }
.article-list article p { max-width: 820px; margin: 0; color: var(--muted); }
.article-list article div > p:first-child { color: var(--seal); font-size: 12px; font-weight: 700; }
.round-arrow { align-self: center; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: background .18s ease, color .18s ease, transform .18s ease; }
.round-arrow:hover { background: var(--ink); color: var(--paper); transform: translate(2px,-2px); }
.empty-result { padding: 60px 0; color: var(--muted); }

.article-page { padding-bottom: 110px; }
.article-header { width: 100%; max-width: var(--article-grid); margin-inline: auto; padding: clamp(48px, 6vw, 84px) 0 38px; }
.article-header h1 { max-width: 900px; margin: 0; font-size: clamp(2.1rem, 3.1vw, 3.6rem); line-height: 1.12; letter-spacing: -.047em; text-align: left; }
.article-deck { max-width: 780px; margin: 20px 0 0; color: #4f4c47; font-size: clamp(15px, 1.1vw, 17px); line-height: 1.62; }
.article-byline { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 18px 26px; margin-top: 30px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.article-byline > div { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.article-byline strong { color: var(--ink); }
.article-tools { position: relative; justify-content: flex-end; gap: 4px !important; }
.article-tools button { display: inline-flex; align-items: center; gap: 6px; min-height: 36px; padding: 7px 9px; border: 0; background: transparent; color: var(--muted); font: inherit; font-weight: 680; cursor: pointer; transition: background .18s ease, color .18s ease; }
.article-tools button:hover { background: var(--seal-wash); color: var(--seal-ink); }
.article-tools svg { width: 17px; height: 17px; fill: currentColor; }
.article-tool-status { position: absolute; top: calc(100% + 7px); right: 0; min-width: 150px; color: var(--seal-ink); font-size: 10px; text-align: right; }
.article-visual { width: 100%; max-width: var(--article-grid); margin: 0 auto 14px; }
.editorial-image { max-width: 620px; margin: 0; }
.editorial-image img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; filter: grayscale(1) contrast(.92); }
.editorial-image figcaption { margin-top: 10px; color: var(--muted); font-size: 11px; }
.article-layout { display: grid; grid-template-columns: minmax(0, var(--reading)) 300px; gap: 56px; width: 100%; max-width: var(--article-grid); margin-inline: auto; padding: 34px 0 72px; }
.article-body { max-width: var(--reading); justify-self: start; font-size: 18px; line-height: 1.9; }
.article-body .article-disclaimer { margin: 0 0 45px; padding: 16px 18px; background: var(--paper-deep); color: var(--muted); font-size: 13px; line-height: 1.6; }
.article-body > p:first-of-type:not(.article-disclaimer)::first-letter, .article-body .article-disclaimer + p::first-letter { float: left; margin: .08em .18em 0 0; font-size: 2.75em; font-weight: 760; line-height: .84; }
.article-body h2 { margin: 72px 0 20px; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.22; letter-spacing: -.045em; }
.article-body h3 { margin-top: 48px; font-size: 1.35rem; }
.article-body blockquote { margin: 45px 0; padding: 5px 0 5px 25px; border-left: 3px solid var(--seal); font-size: 1.35rem; line-height: 1.65; font-weight: 650; }
.article-body a { text-decoration: underline; text-decoration-color: rgba(214,64,0,.55); text-underline-offset: 4px; }
.article-body li { margin: 10px 0; }
.article-note { margin-top: 58px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 14px; line-height: 1.6; }
.article-note summary { position: relative; padding: 17px 34px 17px 0; cursor: pointer; list-style: none; font-size: 13px; font-weight: 750; }
.article-note summary::-webkit-details-marker { display: none; }
.article-note summary::after { content: "+"; position: absolute; top: 50%; right: 2px; color: var(--seal); font-size: 18px; font-weight: 500; transform: translateY(-50%); }
.article-note[open] summary::after { content: "−"; }
.article-note dl { margin: 0; padding: 0 0 12px; }
.article-note dl > div { display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding: 12px 0; border-top: 1px solid var(--line-soft); }
.article-note dt { color: var(--muted); font-size: 12px; }
.article-note dd { margin: 0; font-size: 13px; font-weight: 620; line-height: 1.55; }
.source-ledger { align-self: start; position: sticky; top: 30px; border-top: 1px solid var(--line); }
.source-ledger h2 { margin: 0; padding: 18px 0; font-size: 19px; }
.source-ledger > p { color: var(--muted); font-size: 13px; }
.source-ledger ol { list-style: none; margin: 24px 0; padding: 0; }
.source-ledger li { padding: 18px 0; border-top: 1px solid var(--line-soft); }
.source-ledger li span, .source-ledger li small { display: block; color: var(--muted); font-size: 11px; }
.source-ledger li span { color: var(--seal); font-weight: 700; }
.source-ledger li strong { display: block; margin: 6px 0; font-size: 14px; line-height: 1.45; }
.source-ledger li a:hover { text-decoration: underline; text-decoration-color: var(--seal); text-underline-offset: 3px; }
.source-ledger > a { font-size: 12px; font-weight: 720; }
.related-article { display: grid; grid-template-columns: 130px minmax(0, 1fr) 42px; align-items: center; gap: 26px; width: 100%; max-width: var(--article-grid); margin: 0 auto 48px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.related-article > div { display: grid; gap: 6px; }
.related-article > div span { color: var(--seal); font-size: 12px; font-weight: 760; }
.related-article > div small { color: var(--muted); font-size: 11px; }
.related-article > a:not(.related-article__arrow) { display: grid; gap: 7px; }
.related-article > a strong { font-size: clamp(17px, 1.55vw, 23px); line-height: 1.38; letter-spacing: -.025em; }
.related-article > a span { overflow: hidden; color: var(--muted); font-size: 13px; line-height: 1.55; text-overflow: ellipsis; white-space: nowrap; }
.related-article__arrow { width: 38px; height: 38px; display: grid; place-items: center; justify-self: end; border-radius: 50%; color: var(--muted); font-size: 20px; transition: background .18s ease, color .18s ease, transform .18s ease; }
.related-article:hover .related-article__arrow { background: var(--seal-wash); color: var(--seal); transform: translateX(3px); }
.article-end { display: grid; grid-template-columns: 1fr 1fr; width: 100%; max-width: var(--article-grid); margin-inline: auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-end > div { display: grid; gap: 12px; padding: 28px; }
.article-end > div:first-child { border-right: 1px solid var(--line); }
.article-end span { color: var(--muted); font-size: 12px; }
.article-end strong { font-size: 16px; }
.article-end a { font-size: 12px; font-weight: 720; }

.search-page .page-intro form { max-width: 820px; margin-top: 45px; }
.search-page .page-intro label { display: block; margin-bottom: 9px; font-size: 13px; font-weight: 700; }
.search-page form div { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--ink); }
.search-page input { min-width: 0; padding: 15px 0; background: transparent; border: 0; outline: 0; font-size: 22px; }
.search-page button { padding: 10px 4px 10px 24px; background: transparent; border: 0; font-weight: 750; cursor: pointer; }
.search-page button:hover { color: var(--seal); }
.standard-page { min-height: 60vh; padding-bottom: 110px; }
.page-content { max-width: 800px; margin: 0 auto; padding: 64px 0; font-size: 18px; line-height: 1.85; }
.page-content h2 { margin-top: 65px; font-size: 2rem; letter-spacing: -.035em; }
.page-content a { text-decoration: underline; text-decoration-color: var(--seal); text-underline-offset: 4px; }

.info-page { min-height: 60vh; padding-bottom: clamp(90px, 10vw, 150px); }
.info-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
	gap: 28px clamp(48px, 8vw, 140px);
	padding: clamp(70px, 9vw, 138px) 0 clamp(62px, 8vw, 120px);
	border-bottom: 1px solid var(--line);
}
.info-hero .section-label { grid-column: 1 / -1; margin-bottom: 2px; color: var(--muted); }
.info-hero h1 { margin: 0; font-size: clamp(3.1rem, 5.8vw, 6.2rem); line-height: 1.04; letter-spacing: -.065em; font-weight: 760; }
.info-hero > p:last-child { align-self: end; max-width: 620px; margin: 0 0 .45em; color: var(--muted); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.72; letter-spacing: -.02em; }
.simple-info-hero h1 { grid-column: 1; }

.identity-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.identity-grid article { min-height: 330px; padding: 38px clamp(22px, 3vw, 48px) 48px 0; border-right: 1px solid var(--line-soft); }
.identity-grid article + article { padding-left: clamp(22px, 3vw, 48px); }
.identity-grid article:last-child { padding-right: 0; border-right: 0; }
.identity-grid span { display: block; margin-bottom: clamp(65px, 8vw, 120px); color: #aaa69f; font-size: 14px; font-variant-numeric: tabular-nums; }
.identity-grid h2 { margin: 0 0 16px; font-size: clamp(1.45rem, 2vw, 2.1rem); line-height: 1.28; letter-spacing: -.04em; }
.identity-grid p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }

.info-statement { padding: clamp(85px, 11vw, 170px) 0; border-bottom: 1px solid var(--line); }
.info-statement p { margin: 0 0 24px; color: var(--seal); font-size: 13px; font-weight: 750; }
.info-statement h2 { max-width: 1120px; margin: 0; font-size: clamp(2.4rem, 4.8vw, 5rem); line-height: 1.17; letter-spacing: -.06em; }
.info-facts { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.info-facts div { min-height: 126px; padding: 24px 28px 25px 0; border-right: 1px solid var(--line-soft); }
.info-facts div:nth-child(3n+2), .info-facts div:nth-child(3n+3) { padding-left: 28px; }
.info-facts div:nth-child(3n) { border-right: 0; }
.info-facts span, .media-registration dt { display: block; margin-bottom: 17px; color: var(--muted); font-size: 12px; }
.info-facts strong { display: block; font-size: 15px; line-height: 1.5; }
.media-registration { padding: clamp(70px, 8vw, 120px) 0 0; }
.media-registration header { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; align-items: end; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.media-registration header .section-label { margin: 0; }
.media-registration h2 { margin: 0; font-size: clamp(2rem, 3vw, 3.2rem); letter-spacing: -.045em; }
.media-registration dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; }
.media-registration dl div { padding: 25px 24px 25px 0; border-bottom: 1px solid var(--line-soft); }
.media-registration dd { margin: 0; font-size: 15px; font-weight: 700; }
.filing-status .filing-notice { max-width: 760px; margin: 28px 0 8px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.filing-purpose { margin-top: 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.filing-purpose summary { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 23px 0; cursor: pointer; list-style: none; font-size: 14px; font-weight: 730; }
.filing-purpose summary::-webkit-details-marker { display: none; }
.filing-purpose summary span { color: var(--seal); font-size: 18px; font-weight: 500; transition: transform .18s ease; }
.filing-purpose[open] summary span { transform: rotate(45deg); }
.filing-purpose ol { columns: 2; column-gap: clamp(40px, 7vw, 100px); margin: 0; padding: 10px 0 34px 24px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.filing-purpose li { break-inside: avoid; padding: 5px 0 5px 8px; }
.filing-facts { margin-top: clamp(50px, 6vw, 80px); border-top: 1px solid var(--line); }

.principle-list { border-bottom: 1px solid var(--line); }
.principle-list article { display: grid; grid-template-columns: 72px minmax(260px, .8fr) minmax(340px, 1.2fr); gap: 26px; align-items: baseline; padding: 31px 0; border-bottom: 1px solid var(--line-soft); }
.principle-list article:last-child { border-bottom: 0; }
.principle-list span { color: var(--seal); font-size: 12px; font-weight: 750; }
.principle-list h2 { margin: 0; font-size: clamp(1.45rem, 2.2vw, 2.2rem); line-height: 1.3; letter-spacing: -.04em; }
.principle-list p { margin: 0; color: var(--muted); font-size: 15px; }
.principle-flow { display: grid; grid-template-columns: .65fr 1.35fr; gap: 50px; padding: clamp(75px, 9vw, 130px) 0 0; }
.principle-flow .section-label { margin-bottom: 20px; }
.principle-flow h2 { margin: 0; font-size: clamp(2rem, 3.2vw, 3.6rem); letter-spacing: -.05em; }
.principle-flow > div { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 12px; color: var(--muted); font-size: 13px; font-weight: 700; }
.principle-flow > div i { height: 1px; background: var(--line); }

.request-layout { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(440px, 1.2fr); gap: clamp(55px, 9vw, 150px); padding: clamp(65px, 8vw, 115px) 0; border-bottom: 1px solid var(--line); }
.request-guide h2, .request-status h2 { margin: 0 0 24px; font-size: clamp(1.7rem, 2.7vw, 2.8rem); line-height: 1.26; letter-spacing: -.045em; }
.request-guide ol { list-style: none; margin: 35px 0; padding: 0; border-top: 1px solid var(--line); }
.request-guide li { display: grid; grid-template-columns: 45px 1fr; gap: 13px; padding: 17px 0; border-bottom: 1px solid var(--line-soft); font-size: 15px; font-weight: 650; }
.request-guide li span { color: var(--seal); font-size: 11px; }
.request-guide > p, .request-status > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.request-status { align-self: start; padding-top: 3px; }
.request-status > span { display: block; margin-bottom: 23px; color: var(--seal); font-size: 12px; font-weight: 750; }

.announcement-board { padding: clamp(65px, 8vw, 110px) 0 0; }
.announcement-board header { display: grid; grid-template-columns: .55fr 1.45fr; gap: 40px; align-items: baseline; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.announcement-board header span { color: var(--seal); font-size: 12px; font-weight: 750; }
.announcement-board h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.6rem); line-height: 1.25; letter-spacing: -.05em; }
.announcement-board > p { margin: 28px 0 0 27.5%; color: var(--muted); }
.announcement-board ol { list-style: none; margin: 0; padding: 0; }
.announcement-board li { display: grid; grid-template-columns: 150px 1fr 28px; gap: 24px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line-soft); }
.announcement-board time { color: var(--muted); font-size: 12px; }
.announcement-board a { font-weight: 720; }
.announcement-board li > span { color: var(--muted); transition: color .18s ease, transform .18s ease; }
.announcement-board li:hover > span { color: var(--seal); transform: translateX(3px); }

.intake-panel { display: grid; grid-template-columns: minmax(270px, .65fr) minmax(520px, 1.35fr); gap: clamp(55px, 9vw, 150px); padding: clamp(75px, 9vw, 135px) 0 0; }
.intake-panel > header .section-label { margin-bottom: 22px; }
.intake-panel > header h2 { margin: 0 0 20px; font-size: clamp(2rem, 3.2vw, 3.4rem); line-height: 1.2; letter-spacing: -.05em; }
.intake-panel > header > p:last-child { margin: 0; color: var(--muted); font-size: 14px; }
.jbn-intake-form { min-width: 0; }
.jbn-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.form-field { margin-bottom: 29px; }
.form-field label { display: block; margin-bottom: 8px; color: var(--muted); font-size: 12px; font-weight: 700; }
.form-field input, .form-field textarea {
	width: 100%;
	padding: 12px 0;
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--line);
	border-radius: 0;
	color: var(--ink);
	outline: 0;
	transition: border-color .18s ease, background .18s ease;
}
.form-field textarea { min-height: 130px; padding: 13px 14px; border: 1px solid var(--line); resize: vertical; line-height: 1.7; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--seal); background: rgba(255,255,255,.28); }
.privacy-summary { margin-top: 10px; padding: 20px 22px; background: var(--paper-deep); color: var(--muted); font-size: 12px; line-height: 1.65; }
.privacy-summary strong { color: var(--ink); font-size: 13px; }
.privacy-summary p { margin: 8px 0 13px; }
.privacy-summary label { display: flex; align-items: flex-start; gap: 9px; color: var(--ink); font-weight: 650; }
.privacy-summary input { margin-top: .3em; accent-color: var(--seal); }
.intake-warning { margin: 15px 0 26px; color: var(--muted); font-size: 11px; }
.intake-submit {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 55px;
	min-width: 220px;
	padding: 14px 2px;
	background: transparent;
	border: 0;
	border-top: 1px solid var(--ink);
	border-bottom: 1px solid var(--line);
	color: var(--ink);
	font-weight: 750;
	cursor: pointer;
	transition: color .18s ease, border-color .18s ease;
}
.intake-submit span { transition: transform .18s ease; }
.intake-submit:hover { color: var(--seal); border-top-color: var(--seal); }
.intake-submit:hover span { transform: translateX(4px); }
.intake-result { margin: 0 0 26px; padding: 17px 20px; border-top: 2px solid var(--seal); background: var(--paper-deep); }
.intake-result p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.intake-error { border-top-color: var(--ink); }

@media (max-width: 1050px) {
	.front-page { grid-template-columns: .72fr 1.6fr; }
	.latest-panel { grid-column: 1 / -1; display: grid; grid-template-columns: .6fr 1.4fr; gap: 22px 34px; }
	.latest-panel .section-label { grid-column: 1 / -1; }
	.latest-panel .publication-note { grid-column: 1 / -1; }
	.editorial-image { max-width: 560px; }
	.article-layout { grid-template-columns: minmax(0, 1fr) 260px; gap: 44px; max-width: 100%; }
}

@media (max-width: 760px) {
	:root { --content: calc(100vw - 36px); }
	body { font-size: 16px; word-break: normal; }
	.trial-notice { text-align: center; font-size: 10px; }
	.utility-row { min-height: 36px; font-size: 11px; }
	.utility-row span:last-child { display: none; }
	.masthead-row { min-height: 88px; }
	.masthead-logo { width: 190px; }
	.header-actions a { width: 42px; height: 42px; padding: 10px; justify-content: center; }
	.header-actions a span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
	.site-menu summary { width: 42px; height: 42px; }
	.site-menu nav { top: 50px; width: min(360px, calc(100vw - 36px)); max-height: calc(100vh - 148px); overflow-y: auto; padding: 15px; }
	.site-menu nav::before { left: 15px; }
	.site-menu nav a { min-height: 49px; }
	.front-page { display: block; padding-top: 45px; }
	.today-flow { margin-bottom: 65px; }
	.lead-story h1 { font-size: clamp(1.85rem, 7.2vw, 2.2rem); line-height: 1.16; }
	.lead-deck { margin-top: 19px; font-size: 15.5px; line-height: 1.7; }
	.latest-panel { display: block; margin-top: 70px; padding-top: 20px; }
	.site-footer { grid-template-columns: 72px 1fr; gap: 25px; }
	.footer-logo { width: 62px; }
	.site-footer nav { grid-column: 1 / -1; justify-content: flex-start; }
	.page-intro { padding: 58px 0 50px; }
	.page-intro h1 { font-size: clamp(3rem, 16vw, 5rem); }
	.article-list { padding-top: 30px; }
	.article-list article { grid-template-columns: 35px 1fr; gap: 15px; padding: 25px 0; }
	.article-list article h2 { font-size: 1.35rem; line-height: 1.32; }
	.article-list .round-arrow { display: none; }
	.article-header { padding: 38px 0 26px; }
	.article-header h1 { max-width: 100%; font-size: clamp(1.75rem, 7vw, 2rem); line-height: 1.14; letter-spacing: -.04em; }
	.article-deck { max-width: 100%; margin-top: 15px; font-size: 14.5px; line-height: 1.62; }
	.article-byline { display: block; }
	.article-byline > div + div { margin-top: 8px; }
	.article-tools { justify-content: flex-start; margin-top: 14px !important; }
	.article-tool-status { left: 0; right: auto; text-align: left; }
	.article-visual { max-width: 320px; margin-bottom: 12px; }
	.editorial-image { max-width: 320px; }
	.article-layout { display: block; padding: 28px 0 48px; }
	.article-body { font-size: 16px; line-height: 1.85; }
	.article-body > p:first-of-type:not(.article-disclaimer)::first-letter, .article-body .article-disclaimer + p::first-letter { margin-top: .08em; font-size: 2.6em; line-height: .86; }
	.article-note dl > div { grid-template-columns: 1fr; gap: 4px; }
	.source-ledger { position: static; margin-top: 70px; }
	.related-article { grid-template-columns: 1fr 36px; gap: 14px; margin-bottom: 36px; padding: 20px 0; }
	.related-article > div { grid-column: 1 / -1; }
	.related-article > a:not(.related-article__arrow) { min-width: 0; }
	.related-article > a span { white-space: normal; }
	.article-end { grid-template-columns: 1fr; }
	.article-end > div:first-child { border-right: 0; border-bottom: 1px solid var(--line); }
	.info-hero { grid-template-columns: 1fr; gap: 28px; padding: 58px 0 54px; }
	.info-hero .section-label { grid-column: 1; }
	.info-hero h1 { font-size: clamp(2.8rem, 13vw, 4.6rem); }
	.info-hero > p:last-child { margin: 0; }
	.identity-grid { grid-template-columns: 1fr; }
	.identity-grid article, .identity-grid article + article { min-height: 0; padding: 28px 0 34px; border-right: 0; border-bottom: 1px solid var(--line-soft); }
	.identity-grid article:last-child { border-bottom: 0; }
	.identity-grid span { margin-bottom: 35px; }
	.info-facts { grid-template-columns: 1fr; }
	.info-facts div, .info-facts div:nth-child(3n+2), .info-facts div:nth-child(3n+3) { min-height: 0; padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line-soft); }
	.media-registration header, .announcement-board header { grid-template-columns: 1fr; gap: 14px; }
	.media-registration dl { grid-template-columns: 1fr; }
	.filing-purpose ol { columns: 1; }
	.principle-list article { grid-template-columns: 40px 1fr; gap: 13px; }
	.principle-list article p { grid-column: 2; }
	.principle-flow { grid-template-columns: 1fr; }
	.principle-flow > div { grid-template-columns: 1fr; gap: 10px; }
	.principle-flow > div i { width: 1px; height: 22px; margin-left: 6px; }
	.request-layout, .intake-panel { grid-template-columns: 1fr; gap: 55px; }
	.announcement-board > p { margin-left: 0; }
	.announcement-board li { grid-template-columns: 100px 1fr 20px; gap: 12px; }
	.form-grid { grid-template-columns: 1fr; gap: 0; }
}

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