/*
Theme Name: 全国公立高校事務長会 SWELL Child
Theme URI: https://zenkokuzimutyoukai-kouhou.com/
Author: 全国公立高校事務長会サイト更新プロジェクト
Description: SWELLを親テーマにした全国公立高校事務長会リニューアルサイト専用子テーマ
Template: swell
Version: 0.3.11
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: zenkoku-jimuchokai
*/

:root {
  --navy: #06366f;
  --navy-deep: #052f61;
  --blue: #0c5eaa;
  --bright-blue: #1573c7;
  --pale: #edf6fc;
  --line: #dce5ee;
  --ink: #17212b;
  --muted: #65717e;
  --white: #fff;
  --shadow: 0 12px 34px rgba(9,43,79,.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; line-height: 1.75; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; height: auto; }
.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.utility { height: 34px; background: var(--navy); color: #fff; font-size: 12px; }
.utilityInner { height: 34px; display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
.utility a { padding-left: 12px; border-left: 1px solid rgba(255,255,255,.28); }
.brandRow { min-height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 14px; }
.brand strong { display: block; font-size: 20px; line-height: 1.3; letter-spacing: .02em; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; letter-spacing: .08em; line-height: 1.35; }
.seal { display: inline-grid; width: 46px; height: 46px; place-items: center; color: var(--blue); border: 2px solid var(--blue); border-radius: 50%; font-family: serif; font-weight: 700; font-size: 22px; box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 4px var(--blue); }
.menuButton { display: none; color: var(--navy); border: 0; background: transparent; cursor: pointer; }
.globalNav { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.navInner { display: flex; justify-content: center; min-height: 56px; }
.navInner a { position: relative; display: grid; place-items: center; padding: 0 24px; white-space: nowrap; font-size: 14px; font-weight: 600; }
.navInner a::after { content: ""; position: absolute; left: 22px; right: 22px; bottom: -1px; height: 3px; background: transparent; }
.navInner a:hover, .navInner a.active { color: var(--blue); }
.navInner a.active::after { background: var(--blue); }

.hero { position: relative; min-height: 440px; overflow: hidden; background: var(--pale); }
.heroImage { position: absolute; inset: 0 0 0 42%; background-image: linear-gradient(90deg,rgba(237,246,252,1) 0%,rgba(237,246,252,.52) 23%,rgba(237,246,252,0) 50%),url("assets/reference-01.jpg"); background-position: center; background-size: cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(237,246,252,.96) 0%,rgba(237,246,252,.92) 26%,rgba(237,246,252,0) 57%); pointer-events: none; }
.heroInner { position: relative; z-index: 1; display: flex; align-items: center; min-height: 440px; }
.heroCopy { width: 52%; padding: 50px 0 54px; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.hero h1 { margin: 0; color: var(--navy-deep); font-size: clamp(36px,3.5vw,52px); line-height: 1.28; letter-spacing: .04em; }
.hero h1 span { display: block; margin-top: 13px; font-size: clamp(22px,2vw,30px); line-height: 1.55; letter-spacing: .02em; }
.lead { max-width: 560px; margin: 22px 0 27px; font-size: 15px; }
.primaryButton, .outlineButton, .inlineButton { display: inline-flex; min-width: 190px; min-height: 52px; align-items: center; justify-content: space-between; gap: 20px; padding: 11px 20px; font-weight: 700; }
.primaryButton { color: #fff; background: var(--navy); box-shadow: var(--shadow); }
.primaryButton span, .outlineButton span { font-size: 24px; font-weight: 400; }

.homeGrid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(440px,.95fr); gap: 58px; padding-top: 76px; padding-bottom: 84px; }
.sectionHeading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 24px; padding-bottom: 17px; border-bottom: 2px solid var(--navy); }
.sectionHeading span { display: block; color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .17em; }
.sectionHeading h2 { margin: 2px 0 0; font-size: 26px; line-height: 1.35; }
.sectionHeading > a { padding-bottom: 2px; color: var(--blue); font-size: 13px; font-weight: 700; }
.newsList { border-top: 1px solid var(--line); }
.newsItem { display: grid; grid-template-columns: 88px 74px 1fr 18px; align-items: center; gap: 14px; min-height: 75px; border-bottom: 1px solid var(--line); }
.newsItem time { color: var(--muted); font-size: 12px; }
.newsItem .tag { padding: 2px 7px; color: var(--blue); background: var(--pale); text-align: center; font-size: 10px; }
.newsItem strong { font-size: 13px; line-height: 1.6; }
.newsItem .arrow { color: var(--blue); font-size: 22px; }
.newsItem:hover strong { color: var(--blue); }
.historyArchive { display: grid; gap: 18px; }
.historyGroup { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: 0 8px 24px rgba(9,43,79,.05); }
.historyGroup summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; color: var(--navy); background: var(--pale); cursor: pointer; font-weight: 700; }
.historyGroup summary small { color: var(--muted); font-size: 12px; font-weight: 500; }
.historyItems { padding: 0 22px; }
.historyItem { display: grid; grid-template-columns: 96px 1fr 18px; gap: 16px; align-items: start; padding: 15px 0; border-bottom: 1px solid var(--line); }
.historyItem:last-child { border-bottom: 0; }
.historyItem time { color: var(--blue); font-size: 12px; font-weight: 700; white-space: nowrap; }
.historyItem span { font-size: 13px; line-height: 1.7; }
.historyItem b { color: var(--blue); font-size: 20px; font-weight: 400; }
.historyItem:hover span { color: var(--blue); }
.sectionHeading.compact { margin-bottom: 18px; }
.quickGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.quickCard { display: grid; grid-template-columns: 42px 1fr 16px; gap: 12px; align-items: center; min-height: 100px; padding: 16px 14px; border: 1px solid var(--line); background: #fff; transition: transform .18s ease,box-shadow .18s ease; }
.quickCard:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.quickMark, .loginMark { display: grid; place-items: center; color: var(--blue); background: var(--pale); border-radius: 50%; font-weight: 700; }
.quickMark { width: 42px; height: 42px; }
.lineIcon { display: block; width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.quickMark .lineIcon { width: 22px; height: 22px; }
.quickCard strong, .quickCard small { display: block; }
.quickCard strong { font-size: 13px; }
.quickCard small { margin-top: 3px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.cardArrow { color: var(--blue); font-size: 21px; }

.about { display: grid; grid-template-columns: 1fr 1fr; min-height: 510px; background: var(--navy); color: #fff; }
.aboutCopy { display: flex; justify-content: flex-end; align-items: center; }
.aboutCopyInner { width: min(580px,calc(100% - 40px)); padding: 70px 70px 70px 20px; }
.eyebrow.light { color: #8fc6f2; }
.about h2 { margin: 0 0 22px; font-size: 33px; line-height: 1.4; }
.aboutCopy p:not(.eyebrow) { color: #d8e6f3; }
.aboutPoints { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 28px 0 32px; }
.aboutPoints span { min-height: 76px; display: grid; place-items: center; padding: 10px; border: 1px solid rgba(255,255,255,.22); text-align: center; font-size: 12px; font-weight: 700; }
.outlineButton { color: #fff; border: 1px solid rgba(255,255,255,.62); }
.aboutImage { min-height: 430px; background-image: linear-gradient(rgba(6,54,111,.08),rgba(6,54,111,.08)),url("assets/reference-02.jpg"); background-position: center; background-size: cover; }
.purpose { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; padding-top: 92px; padding-bottom: 96px; }
.purposeIntro h2 { margin: 0 0 20px; color: var(--navy); font-size: 34px; line-height: 1.55; }
.purposeIntro > p:last-child { color: var(--muted); }
.purposeCards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.purposeCards article { padding: 29px 22px 26px; border-top: 4px solid var(--blue); background: #f6f9fc; }
.purposeCards article > span { color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.purposeIcon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: #e6f2fb; }
.purposeIcon .lineIcon { width: 25px; height: 25px; }
.purposeCards h3 { margin: 18px 0 12px; font-size: 18px; }
.purposeCards p { margin: 0; color: var(--muted); font-size: 13px; }
.linkBand { color: #fff; background: var(--bright-blue); }
.linkBandInner { display: flex; align-items: center; justify-content: space-between; min-height: 190px; gap: 30px; }
.linkBandInner span { font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.linkBandInner h2 { margin: 0; font-size: 28px; }
.linkBandInner p { margin: 6px 0 0; color: #e5f2fc; font-size: 13px; }
.linkBandInner > a { display: flex; min-width: 280px; min-height: 58px; align-items: center; justify-content: space-between; padding: 12px 22px; background: #fff; color: var(--navy); font-weight: 700; }

footer { color: #fff; background: var(--navy-deep); }
.footerGrid { display: grid; grid-template-columns: 1.65fr repeat(3,1fr); gap: 60px; padding-top: 64px; padding-bottom: 55px; }
.footerGrid > div:not(.footerBrand) { display: flex; flex-direction: column; align-items: flex-start; }
.footerGrid strong { margin-bottom: 14px; font-size: 15px; }
.footerGrid a { color: #cbdceb; font-size: 12px; }
.footerGrid a + a { margin-top: 5px; }
.footerBrand { display: flex; align-items: flex-start; gap: 14px; }
.seal.inverted { width: 42px; height: 42px; color: #fff; border-color: #fff; box-shadow: inset 0 0 0 3px var(--navy-deep),inset 0 0 0 4px #fff; font-size: 19px; }
.footerBrand strong { display: block; margin-bottom: 3px; font-size: 16px; }
.footerBrand small { color: #b8ccdf; font-size: 9px; line-height: 1.45; letter-spacing: .07em; }
.copyright { padding: 20px 0 24px; border-top: 1px solid rgba(255,255,255,.15); color: #b8ccdf; text-align: center; font-size: 10px; }

.pageHero { padding: 42px 0 48px; background: linear-gradient(135deg,#edf7fd 0%,#e5f1fb 100%); border-bottom: 1px solid var(--line); }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 30px; color: var(--muted); font-size: 12px; }
.breadcrumbs span { display: flex; align-items: center; gap: 9px; }
.breadcrumbs b { color: #97a6b5; font-size: 16px; font-weight: 400; }
.pageHero .eyebrow { margin-bottom: 7px; }
.pageHero h1 { margin: 0; color: var(--ink); font-size: 34px; line-height: 1.35; }
.pageLead { max-width: 760px; margin: 15px 0 0; color: var(--muted); font-size: 15px; }
.pageBody { min-height: 520px; padding-top: 70px; padding-bottom: 90px; }
.introPanel { margin-bottom: 38px; padding: 34px 38px; border-left: 5px solid var(--blue); background: #f4f8fb; }
.introPanel h2 { margin: 0 0 12px; color: var(--navy); font-size: 24px; }
.introPanel p { margin: 0; }
.contentGrid, .regionGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contentGrid.three { grid-template-columns: repeat(3,1fr); }
.contentCard { display: grid; grid-template-columns: 58px 1fr 18px; align-items: center; gap: 18px; min-height: 128px; padding: 23px 24px; border: 1px solid var(--line); background: #fff; transition: transform .18s ease,box-shadow .18s ease; }
.contentCard:hover { transform: translateY(-2px); border-color: #bdd3e6; box-shadow: var(--shadow); }
.contentMark { display: grid; width: 58px; height: 58px; place-items: center; color: var(--blue); background: var(--pale); border-radius: 50%; font-weight: 700; }
.contentMark .lineIcon { width: 28px; height: 28px; }
.regionMapIcon { overflow: hidden; padding: 5px; color: #4b9560; }
.regionMapIcon img { display: block; width: 100%; height: 100%; object-fit: contain; }
.regionCard:hover .regionMapIcon { background: #e4f2f9; }
.contentCard strong, .contentCard small { display: block; }
.contentCard strong { color: var(--navy); font-size: 17px; }
.contentCard small { margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.contentCard > b { color: var(--blue); font-size: 24px; font-weight: 400; }
.wideSection { margin-top: 54px; padding: 42px 46px; color: #fff; background: var(--navy); }
.wideSection .eyebrow { color: #91c8f4; }
.wideSection h2 { margin: 0 0 14px; font-size: 26px; }
.wideSection p:last-child { margin: 0; color: #d6e5f2; }
.detailLayout { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 44px; align-items: start; }
.sideNav { display: flex; flex-direction: column; border: 1px solid var(--line); background: #fff; }
.sideNav strong { padding: 17px 18px; color: #fff; background: var(--navy); }
.sideNav a { padding: 15px 18px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 600; }
.sideNav a:hover { color: var(--blue); background: var(--pale); }
.proseCard { padding: 40px 42px; border: 1px solid var(--line); background: #fff; box-shadow: 0 8px 24px rgba(9,43,79,.05); }
.proseCard h2 { margin: 0 0 22px; padding-bottom: 14px; border-bottom: 2px solid var(--navy); font-size: 26px; }
.proseCard p { margin: 0 0 20px; }
.yearArchiveIntro { margin-bottom: 30px; }
.yearArchiveIntro p:last-child { margin-bottom: 0; }
.yearArchiveFallback { margin-top: 28px; }
.yearTabs { margin-top: 30px; }
.yearTabsHeading { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 4px 24px; margin-bottom: 16px; }
.yearTabsHeading > p { grid-column: 1; margin: 0; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.yearTabsHeading h2 { grid-column: 1; margin: 0; color: var(--navy); font-size: 26px; }
.yearTabsHeading span { grid-column: 2; grid-row: 1/3; align-self: end; color: var(--muted); font-size: 12px; }
.yearTabScroller { overflow-x: auto; border: 1px solid var(--line); background: #f5f9fc; scrollbar-width: thin; }
.yearTabList { display: flex; min-width: max-content; padding: 8px; gap: 7px; }
.yearTabList button { display: grid; min-width: 150px; min-height: 62px; padding: 9px 16px; color: var(--navy); border: 1px solid #cbdbe8; border-radius: 4px; background: #fff; text-align: left; cursor: pointer; }
.yearTabList button strong { align-self: end; font-size: 14px; line-height: 1.35; }
.yearTabList button small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.yearTabList button:hover { border-color: var(--blue); }
.yearTabList button:focus-visible { outline: 3px solid rgba(21,115,199,.28); outline-offset: 2px; }
.yearTabList button[aria-selected="true"] { color: #fff; border-color: var(--navy); background: var(--navy); }
.yearTabList button[aria-selected="true"] small { color: #cfe3f3; }
.yearTabPanels { border: 1px solid var(--line); border-top: 0; background: #fff; }
.yearTabPanel { padding: 34px 38px 42px; }
.yearTabs.isEnhanced .yearTabPanel[hidden] { display: none; }
.yearTabPanel > header { margin-bottom: 28px; padding-bottom: 17px; border-bottom: 2px solid var(--navy); }
.yearTabPanel > header p { margin: 0 0 4px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .11em; }
.yearTabPanel > header h2 { margin: 0; color: var(--navy); font-size: 25px; }
.yearTabContent.legacyContentSection { margin: 0; padding: 0; border: 0; }
.yearTabContent > :first-child { margin-top: 0; }
.yearTabContent > :last-child { margin-bottom: 0; }
.yearTabContent img { max-width: 100%; height: auto; }
.importedLegacyContent { margin-top: 48px; }
.importedLegacyContent > :first-child { margin-top: 0; }
.curatedLegacyContent { padding: 34px 38px; border: 1px solid var(--line); background: #fff; }
.curatedLegacyContent > .legacyContentSection { margin-top: 0; padding-top: 0; border-top: 0; }
.legacyDocumentReference { color: var(--muted); font-weight: 600; }
.legacyContentSection { margin-top: 36px; padding-top: 30px; border-top: 1px solid var(--line); }
.legacyContentSection:first-of-type { margin-top: 28px; }
.legacyContentSection h2 { margin-top: 34px; }
.legacyContentSection h3 { margin: 28px 0 18px; color: var(--navy); font-size: 21px; }
.legacyContentSection a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legacyContentSection table { display: block; width: 100%; max-width: 100%; margin: 24px 0; overflow-x: auto; border-collapse: collapse; }
.legacyContentSection th, .legacyContentSection td { min-width: 90px; padding: 10px 12px; border: 1px solid var(--line); vertical-align: top; }
.legacyImageGrid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 28px; }
.legacyImageGrid figure { margin: 0; overflow: hidden; border: 1px solid var(--line); background: #f5f8fb; }
.legacyImageGrid img { display: block; width: 100%; height: 260px; object-fit: contain; background: #fff; }
.inlineButton { margin-top: 10px; color: #fff; background: var(--navy); }
.chapterList { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 28px; }
.chapterList span { padding: 13px 15px; background: var(--pale); font-weight: 700; }
.checkList { list-style: none; margin: 26px 0; padding: 0; }
.checkList li { position: relative; padding: 12px 12px 12px 38px; border-bottom: 1px solid var(--line); }
.checkList li::before { content: "✓"; position: absolute; left: 12px; color: var(--blue); font-weight: 700; }
.documentList { margin-top: 26px; border-top: 1px solid var(--line); }
.documentRow { display: grid; grid-template-columns: 54px 1fr 220px; align-items: center; gap: 18px; min-height: 92px; padding: 15px 14px; border-bottom: 1px solid var(--line); background: #fff; }
.documentRow[hidden] { display: none; }
.documentRow > span:nth-child(2), .documentActions { min-width: 0; }
.fileBadge { display: grid; width: 48px; height: 52px; place-items: center; color: #d64141; border: 2px solid #e55; font-size: 11px; font-weight: 700; }
.documentRow strong, .documentRow small { display: block; }
.documentRow strong, .documentRow small { overflow-wrap: anywhere; }
.documentRow strong { font-size: 15px; }
.documentRow small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.documentActions { display: flex; justify-content: flex-end; gap: 8px; }
.documentActions a { min-width: 98px; padding: 10px 12px; border: 1px solid var(--blue); text-align: center; font-size: 12px; font-weight: 700; }
.previewLabel { color: var(--blue); background: #fff; }
.downloadLabel { color: #fff; background: var(--blue); }
.documentActions a:hover { color: #fff; background: var(--navy); border-color: var(--navy); }
.filterBar { display: grid; grid-template-columns: repeat(3,minmax(150px,1fr)) minmax(210px,1.35fr) 110px; gap: 12px; margin-bottom: 28px; padding: 22px; border: 1px solid var(--line); background: #f7fafd; }
.filterBar select, .filterBar input { min-height: 48px; padding: 0 13px; border: 1px solid #cdd9e5; background: #fff; }
.filterBar button { color: #fff; border: 0; background: var(--navy); font-weight: 700; cursor: pointer; }
.filterResultCount { min-height: 1.5em; margin: -14px 0 10px; color: var(--muted); font-size: 12px; text-align: right; }
.documentFilterEmpty { margin-top: 18px; }
.pageDocuments { margin-top: 48px; }
.pageDocuments > h2 { margin: 0 0 18px; color: var(--navy); font-size: 24px; }
.inlineDocumentPreviews { margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--line); }
.inlineDocumentPreviews > h3 { margin: 0 0 8px; color: var(--navy); font-size: 22px; }
.inlineDocumentGuide { margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.inlineDocumentPreviewList { display: grid; gap: 26px; }
.inlineDocumentPreview { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #f7fafd; }
.inlineDocumentPreview header { display: grid; grid-template-columns: 48px minmax(0,1fr) auto; align-items: center; gap: 12px; padding: 14px 16px; border-bottom: 1px solid var(--line); background: #fff; }
.inlineDocumentPreview header strong { color: var(--ink); font-size: 15px; line-height: 1.55; }
.inlineDocumentPreview header a { padding: 9px 12px; color: #fff; border-radius: 4px; background: var(--blue); font-size: 12px; font-weight: 700; white-space: nowrap; }
.inlinePdfBadge { display: grid; width: 42px; height: 44px; place-items: center; color: #c93737; border: 2px solid #df5555; font-size: 10px; font-weight: 800; }
.inlineDocumentPreview iframe { display: block; width: 100%; height: min(78vh,880px); min-height: 620px; border: 0; background: #e8edf2; }
.loginCard { max-width: 680px; margin: 0 auto; padding: 48px 44px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); text-align: center; }
.loginMark { width: 68px; height: 68px; margin: 0 auto 18px; font-size: 24px; }
.loginCard h2 { margin: 0 0 8px; color: var(--navy); font-size: 28px; }
.loginCard > p { color: var(--muted); font-size: 13px; }
.loginCard label { display: block; margin-top: 18px; text-align: left; font-size: 13px; font-weight: 700; }
.loginCard input { width: 100%; margin-top: 7px; padding: 12px 13px; border: 1px solid #c9d7e4; background: #fff; }
.loginCard input[type="checkbox"] { width: auto; }
.loginCard .login-submit input, .contactForm button { width: 100%; min-height: 52px; margin-top: 24px; color: #fff; border: 0; background: var(--navy); font-weight: 700; cursor: pointer; }
.memberLoginError, .memberLoginNotice { margin: 18px 0 0; padding: 12px 14px; text-align: left; }
.memberLoginError { color: #9c2424 !important; background: #fff0f0; border-left: 4px solid #c83939; }
.memberLoginNotice { color: var(--navy) !important; background: var(--pale); border-left: 4px solid var(--blue); }
.memberActions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 22px 0; }
.memberActions a { padding: 10px 16px; color: #fff; background: var(--navy); font-weight: 700; }
.memberVideoArchive, .memberDocumentArchive { margin-top: 52px; }
.memberSectionHeading { margin-bottom: 22px; }
.memberSectionHeading > p { margin: 0 0 6px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.memberSectionHeading h2 { margin: 0 0 8px; color: var(--navy); font-size: 26px; }
.memberSectionHeading span { color: var(--muted); font-size: 13px; }
.memberVideoGrid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.memberVideoCard { overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 0 8px 24px rgba(9,43,79,.05); }
.memberVideoFrame { position: relative; aspect-ratio: 16 / 9; background: #071b31; }
.memberVideoFrame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.memberVideoBody { padding: 20px 22px 22px; }
.memberVideoBody p { margin: 0 0 7px; color: var(--blue); font-size: 11px; font-weight: 700; }
.memberVideoBody h3 { margin: 0 0 8px; color: var(--navy); font-size: 17px; line-height: 1.55; }
.memberVideoBody span { color: var(--muted); font-size: 12px; }
.memberVideoArchive > .statusNote { margin-top: 20px; }
.memberSessionBar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 28px; padding: 14px 18px; color: var(--navy); border: 1px solid #cfe1ef; background: var(--pale); font-size: 12px; }
.memberSessionBar b { margin-right: 8px; }
.memberSessionBar a { padding: 7px 12px; color: #fff; background: var(--navy); font-weight: 700; white-space: nowrap; }
.memberHubIntro, .memberSectionIntro { margin-bottom: 30px; padding: 34px 38px; color: #fff; background: linear-gradient(135deg,var(--navy),var(--blue)); }
.memberHubIntro > p, .memberSectionIntro > p { margin: 0 0 7px; color: #98cff7; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.memberHubIntro h2, .memberSectionIntro h2 { margin: 0 0 9px; font-size: 28px; }
.memberHubIntro span, .memberSectionIntro span { color: #e0edf7; font-size: 13px; }
.memberHubGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.memberHubCard { display: grid; grid-template-columns: 58px minmax(0,1fr) 18px; align-items: center; gap: 18px; min-height: 164px; padding: 24px; border: 1px solid var(--line); background: #fff; transition: transform .18s ease,box-shadow .18s ease; }
.memberHubCard:hover { transform: translateY(-2px); border-color: #bdd3e6; box-shadow: var(--shadow); }
.memberHubCard:last-child { grid-column: 1/-1; }
.memberHubMark { display: grid; width: 58px; height: 58px; place-items: center; color: var(--blue); background: var(--pale); border-radius: 50%; font-weight: 800; }
.memberHubCopy, .memberHubCopy strong, .memberHubCopy small, .memberHubUpdates, .memberHubUpdates em { display: block; }
.memberHubCopy strong { color: var(--navy); font-size: 18px; }
.memberHubCopy small { margin-top: 5px; color: var(--muted); font-size: 12px; }
.memberHubUpdates { margin-top: 12px; padding-top: 9px; border-top: 1px solid var(--line); }
.memberHubUpdates em { color: #52677a; font-size: 10px; font-style: normal; line-height: 1.6; }
.memberHubCard > b { color: var(--blue); font-size: 24px; font-weight: 400; }
.memberSectionIntro { margin-bottom: 34px; }
.memberCollection, .memberVideoArchive, .memberClosedSection { margin-top: 48px; }
.memberNoticeCard { display: grid; grid-template-columns: 90px 1fr; gap: 22px; margin: 20px 0; padding: 26px 28px; border: 1px solid var(--line); background: #fff; box-shadow: 0 8px 24px rgba(9,43,79,.05); }
.memberNoticeStatus { align-self: start; padding: 7px 9px; color: #fff; background: #718091; text-align: center; font-size: 11px; font-weight: 700; }
.memberNoticeStatus.isOpen { background: var(--blue); }
.memberNoticeCard h3 { margin: 0 0 10px; color: var(--navy); font-size: 20px; }
.memberNoticeCard p { margin: 0; font-size: 13px; }
.memberNoticeCard p + p { margin-top: 12px; }
.memberContactLine a { color: var(--blue); text-decoration: underline; }
.memberArchiveDate { color: var(--blue); font-size: 11px !important; font-weight: 700; }
.memberDocumentGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 20px; }
.memberDocumentCard { display: grid; grid-template-columns: 46px minmax(0,1fr); gap: 14px; padding: 20px; border: 1px solid var(--line); background: #fff; }
.memberFileBadge { display: grid; width: 42px; height: 46px; place-items: center; color: #cc3c3c; border: 2px solid #dd5555; font-size: 10px; font-weight: 800; }
.memberDocumentCard p { margin: 0 0 4px; color: var(--blue); font-size: 10px; font-weight: 700; }
.memberDocumentCard h3 { margin: 0; color: var(--ink); font-size: 14px; line-height: 1.6; }
.memberDocumentButtons { display: grid; grid-template-columns: 1fr 1fr; grid-column: 1/-1; gap: 8px; margin-top: 4px; }
.memberDocumentButtons a { padding: 9px 10px; color: var(--blue); border: 1px solid var(--blue); text-align: center; font-size: 11px; font-weight: 700; }
.memberDocumentButtons a.isDownload { color: #fff; background: var(--blue); }
.memberDocumentButtons a:hover { color: #fff; border-color: var(--navy); background: var(--navy); }
.supplementalDocumentGrid { margin-top: 18px; }
.supplementalDocumentCard .memberFileBadge { color: var(--blue); border-color: var(--blue); }
.supplementalDocumentCard .memberDocumentButtons { grid-template-columns: 1fr; }
.memberSupplementNote { margin-top: 16px; }
.memberExpiredVideos { margin-top: 36px; padding: 28px 30px; border: 1px solid var(--line); background: #f7fafd; }
.memberExpiredVideos h3 { margin: 0 0 16px; color: var(--navy); }
.memberExpiredVideos ul { margin: 0; padding: 0; list-style: none; }
.memberExpiredVideos li { display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding: 11px 0; border-top: 1px solid var(--line); font-size: 12px; }
.memberExpiredVideos time { color: var(--blue); font-weight: 700; }
.memberRouteCard { display: grid; grid-template-columns: 50px 1fr 18px; align-items: center; gap: 16px; max-width: 620px; margin-top: 20px; padding: 20px 22px; border: 1px solid var(--line); background: #fff; }
.memberRouteCard > span { display: grid; width: 50px; height: 50px; place-items: center; color: var(--blue); border-radius: 50%; background: var(--pale); font-weight: 800; }
.memberRouteCard strong { color: var(--navy); }
.memberRouteCard b { color: var(--blue); font-size: 22px; font-weight: 400; }
.meetingArchiveGrid { display: grid; gap: 12px; }
.meetingArchiveCard { display: grid; grid-template-columns: 100px minmax(0,1fr) auto 18px; align-items: center; gap: 18px; padding: 19px 22px; border: 1px solid var(--line); background: #fff; transition: border-color .18s ease,box-shadow .18s ease; }
.meetingArchiveCard:hover { border-color: #bdd3e6; box-shadow: var(--shadow); }
.meetingArchiveCard time { color: var(--blue); font-size: 11px; font-weight: 800; }
.meetingArchiveCard strong { color: var(--navy); font-size: 14px; line-height: 1.55; }
.meetingArchiveCard span { color: var(--muted); font-size: 11px; font-weight: 700; }
.meetingArchiveCard b { color: var(--blue); font-size: 22px; font-weight: 400; }
.archiveDetailMeta { margin-bottom: 24px; padding: 22px 24px; border-left: 4px solid var(--blue); background: var(--pale); }
.archiveDetailMeta time { color: var(--blue); font-size: 12px; font-weight: 800; }
.archiveDetailMeta p { margin: 7px 0 0; font-size: 13px; }
.memberBackLink { display: inline-flex; margin-top: 28px; padding: 11px 16px; color: #fff; background: var(--navy); font-size: 12px; font-weight: 700; }
.simpleList { border-top: 1px solid var(--line); }
.simpleList a { display: grid; grid-template-columns: 120px 1fr 20px; gap: 18px; align-items: center; min-height: 78px; border-bottom: 1px solid var(--line); }
.simpleList time { color: var(--muted); font-size: 12px; }
.simpleList span { color: var(--blue); font-size: 22px; }
.linksIntro { margin-bottom: 30px; padding: 34px 38px; color: #fff; background: linear-gradient(135deg,var(--navy),var(--blue)); }
.linksIntro > p { margin: 0 0 7px; color: #98cff7; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.linksIntro h2 { margin: 0 0 9px; font-size: 28px; }
.linksIntro span { color: #e0edf7; font-size: 13px; }
.linkDirectory { display: grid; gap: 22px; }
.linkGroup { padding: 30px 32px; border: 1px solid var(--line); background: #fff; }
.linkGroup h2 { margin: 0 0 18px; color: var(--navy); font-size: 20px; }
.linkGroup > div { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; border-top: 1px solid var(--line); }
.linkGroup a { display: flex; justify-content: space-between; gap: 20px; padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 600; }
.linkGroup a:hover span { color: var(--blue); }
.linkGroup a b { color: var(--blue); font-size: 15px; }
.contactLayout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 44px; }
.contactNote { padding: 32px; color: #fff; background: var(--navy); }
.contactNote h2 { margin: 0 0 14px; }
.contactNote p { color: #d8e6f2; font-size: 13px; }
.contactForm { padding: 36px; border: 1px solid var(--line); }
.contactForm label { display: block; margin-top: 18px; font-size: 13px; font-weight: 700; }
.contactForm input, .contactForm select, .contactForm textarea { width: 100%; margin-top: 7px; padding: 12px 13px; border: 1px solid #c9d7e4; background: #fff; }
.contactForm button[disabled] { opacity: .65; cursor: not-allowed; }
.statusNote { padding: 16px 18px; border-left: 4px solid var(--blue); background: var(--pale); }
.verifiedEmptyState { padding: 22px 24px; border: 1px solid #cfe0ed; background: var(--pale); }
.verifiedEmptyState p { margin: 0; color: var(--ink); font-size: 13px; line-height: 1.8; }
.verifiedEmptyState p strong { display: block; color: var(--navy); }
.verifiedEmptyState > div { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; }
.verifiedEmptyState a { padding: 9px 12px; color: #fff; background: var(--blue); font-size: 11px; font-weight: 700; }

@media (max-width:1050px) {
  .navInner a { padding: 0 13px; font-size: 13px; }
  .navInner a::after { left: 12px; right: 12px; }
  .homeGrid { grid-template-columns: 1fr; gap: 58px; }
  .quickGrid { grid-template-columns: repeat(3,1fr); }
  .purpose { grid-template-columns: 1fr; gap: 34px; }
}
@media (max-width:820px) {
  .shell { width: min(100% - 32px,680px); }
  .utility { display: none; }
  .brandRow { min-height: 72px; }
  .brand { gap: 10px; }
  .seal { width: 38px; height: 38px; font-size: 18px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 7px; }
  .menuButton { display: flex; flex-direction: column; align-items: center; }
  .menuButton > span { font-size: 24px; line-height: 1; }
  .menuButton small { font-size: 9px; }
  .globalNav { display: none; position: absolute; z-index: 999; width: 100%; box-shadow: var(--shadow); }
  .globalNav.isOpen { display: block; }
  .navInner { display: block; width: 100%; }
  .navInner a { display: flex; min-height: 54px; padding: 0 20px; border-bottom: 1px solid var(--line); }
  .navInner a::after { display: none; }
  .hero, .heroInner { min-height: 520px; }
  .heroImage { inset: 0; background-position: 62% center; }
  .hero::after { background: linear-gradient(90deg,rgba(237,246,252,.97),rgba(237,246,252,.75) 62%,rgba(237,246,252,.35)); }
  .heroInner { align-items: flex-end; }
  .heroCopy { width: 100%; padding: 54px 0 58px; }
  .hero h1 { font-size: 34px; }
  .hero h1 span { font-size: 22px; }
  .about { grid-template-columns: 1fr; }
  .aboutCopy { order: 2; }
  .aboutCopyInner { width: min(100% - 32px,680px); margin: 0 auto; padding: 54px 0 58px; }
  .aboutImage { min-height: 290px; }
  .purposeCards, .contentGrid, .regionGrid, .contentGrid.three { grid-template-columns: 1fr; }
  .memberVideoGrid { grid-template-columns: 1fr; }
  .memberHubGrid, .memberDocumentGrid { grid-template-columns: 1fr; }
  .memberHubCard:last-child { grid-column: auto; }
  .linkBandInner { align-items: flex-start; flex-direction: column; padding-top: 44px; padding-bottom: 44px; }
  .linkBandInner > a { width: 100%; min-width: 0; }
  .footerGrid { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .footerBrand { grid-column: 1/-1; }
  .pageHero { padding: 30px 0 38px; }
  .pageBody { padding-top: 48px; padding-bottom: 64px; }
  .detailLayout { grid-template-columns: 1fr; gap: 24px; }
  .sideNav { display: none; }
  .filterBar { grid-template-columns: 1fr 1fr; }
  .filterBar input, .filterBar button { grid-column: 1/-1; }
  .linkGroup > div, .contactLayout { grid-template-columns: 1fr; }
}
@media (max-width:520px) {
  .brand small { display: none; }
  .hero, .heroInner { min-height: 500px; }
  .hero h1 { font-size: 29px; }
  .hero h1 span { font-size: 19px; }
  .lead { max-width: 100%; font-size: 13px; }
  .newsItem { grid-template-columns: 82px 1fr 16px; gap: 9px; padding: 14px 0; }
  .newsItem .tag { grid-column: 2; grid-row: 1; justify-self: start; }
  .newsItem strong { grid-column: 1/3; grid-row: 2; }
  .newsItem .arrow { grid-column: 3; grid-row: 1/3; }
  .historyItems { padding: 0 16px; }
  .historyGroup summary { padding: 16px; }
  .historyItem { grid-template-columns: 1fr 16px; gap: 6px 10px; }
  .historyItem time { grid-column: 1; }
  .historyItem span { grid-column: 1; }
  .historyItem b { grid-column: 2; grid-row: 1/3; align-self: center; }
  .quickGrid { grid-template-columns: 1fr; }
  .aboutPoints, .footerGrid, .chapterList, .filterBar { grid-template-columns: 1fr; }
  .legacyImageGrid { grid-template-columns: 1fr; }
  .legacyImageGrid img { height: auto; max-height: 360px; }
  .introPanel, .proseCard, .wideSection, .loginCard, .contactForm { padding: 26px 22px; }
  .yearTabsHeading { display: block; }
  .yearTabsHeading h2 { font-size: 23px; }
  .yearTabsHeading span { display: block; margin-top: 6px; }
  .yearTabList button { min-width: 132px; min-height: 58px; padding: 8px 12px; }
  .yearTabPanel { padding: 25px 20px 30px; }
  .yearTabPanel > header h2 { font-size: 21px; }
  .curatedLegacyContent { padding: 24px 20px; }
  .contentCard { grid-template-columns: 48px 1fr 16px; min-height: 110px; padding: 18px 16px; }
  .memberSessionBar { align-items: flex-start; flex-direction: column; }
  .memberHubIntro, .memberSectionIntro { padding: 27px 22px; }
  .memberHubCard { grid-template-columns: 48px minmax(0,1fr) 16px; min-height: 138px; padding: 18px 16px; }
  .memberHubMark { width: 48px; height: 48px; }
  .memberNoticeCard { grid-template-columns: 1fr; padding: 22px 20px; }
  .memberNoticeStatus { justify-self: start; }
  .memberExpiredVideos { padding: 22px 20px; }
  .memberExpiredVideos li { grid-template-columns: 1fr; gap: 3px; }
  .meetingArchiveCard { grid-template-columns: 1fr 18px; gap: 6px 12px; }
  .meetingArchiveCard time, .meetingArchiveCard strong, .meetingArchiveCard span { grid-column: 1; }
  .meetingArchiveCard b { grid-column: 2; grid-row: 1/4; align-self: center; }
  .contentMark { width: 48px; height: 48px; }
  .regionMapIcon { padding: 4px; }
  .documentRow { grid-template-columns: 48px 1fr; gap: 13px; }
  .documentActions { grid-column: 2; justify-content: flex-start; flex-wrap: wrap; }
  .documentActions a { flex: 1 1 96px; min-width: 0; }
  .inlineDocumentPreview header { grid-template-columns: 42px minmax(0,1fr); }
  .inlineDocumentPreview header a { grid-column: 2; justify-self: start; }
  .inlineDocumentPreview iframe { height: 68vh; min-height: 520px; }
  .filterBar input, .filterBar button { grid-column: auto; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition: none !important; }
}
