:root {
  --ink: #081126;
  --ink-2: #111d38;
  --paper: #f3f6f8;
  --white: #ffffff;
  --muted: #5f6b80;
  --line: #d8e0e7;
  --cyan: #5ce1e6;
  --violet: #8d6bff;
  --magenta: #d95dff;
  --lime: #c8ff6a;
  --shell: min(1180px, calc(100vw - 48px));
  --shadow: 0 24px 80px rgba(4, 12, 31, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); background: var(--white); color: var(--ink); padding: 10px 16px; border-radius: 6px; }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 50; background: rgba(8,17,38,.94); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.09); }
.site-header.is-stuck { position: sticky; top: 0; backdrop-filter: blur(18px); }
.utility-bar { background: rgba(0,0,0,.22); border-bottom: 1px solid rgba(255,255,255,.07); }
.utility-inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; color: #b7c2d8; }
.utility-inner p { margin: 0; }
.utility-inner nav { display: flex; gap: 22px; }
.utility-inner a:hover, .primary-nav a:hover { color: var(--cyan); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 48px; height: 48px; flex: none; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; letter-spacing: .12em; }
.brand-copy small { margin-top: 6px; color: #9facc3; font-size: .58rem; letter-spacing: .09em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: clamp(15px, 2vw, 28px); color: #c5cee0; font-size: .85rem; }
.primary-nav > a:not(.button) { padding-block: 28px; }
.menu-toggle { display: none; width: 44px; height: 44px; background: transparent; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; padding: 12px; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; background: white; margin: 4px 0; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: .8rem; font-weight: 700; letter-spacing: .03em; transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding-inline: 18px; }
.button-solid { background: var(--white); color: var(--ink); }
.button-primary { color: #07111f; background: linear-gradient(110deg, var(--cyan), #86f2dc); box-shadow: 0 14px 40px rgba(92,225,230,.18); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: var(--cyan); }
.button-outline { border-color: #b7c2cc; }
.button-outline:hover { border-color: var(--ink); }

.hero { position: relative; isolation: isolate; overflow: hidden; color: var(--white); background: #081126; min-height: 720px; }
.hero-network, .hero-grid, .hero-orb { position: absolute; inset: 0; pointer-events: none; }
.hero-network { z-index: -1; width: 100%; height: 100%; opacity: .72; }
.hero-grid { z-index: -3; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black 30%, transparent 95%); }
.hero-orb { z-index: -2; border-radius: 50%; filter: blur(20px); opacity: .62; }
.orb-one { width: 520px; height: 520px; top: -280px; left: -180px; background: radial-gradient(circle, rgba(93,64,255,.72), transparent 68%); animation: orbitGlow 12s ease-in-out infinite alternate; }
.orb-two { width: 580px; height: 580px; inset: auto -220px -280px auto; background: radial-gradient(circle, rgba(217,93,255,.55), transparent 66%); animation: orbitGlow 15s ease-in-out infinite alternate-reverse; }
.hero-layout { position: relative; z-index: 2; min-height: 590px; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(390px,.92fr); align-items: center; gap: 60px; padding-block: 72px 42px; }
.eyebrow, .section-index { display: inline-flex; align-items: center; gap: 10px; color: #94a6c3; font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.hero h1 { max-width: 760px; margin: 22px 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 6.2vw, 6.45rem); font-weight: 400; line-height: .96; letter-spacing: -.045em; }
.hero h1 em { color: transparent; font-style: normal; background: linear-gradient(100deg, var(--cyan), #a799ff 58%, #f07bd9); -webkit-background-clip: text; background-clip: text; }
.hero-intro { max-width: 650px; color: #bdc8db; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 34px; margin: 42px 0 0; }
.hero-meta div { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.18); }
.hero-meta dt { color: #6f7f99; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.hero-meta dd { margin: 5px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 1rem; }

.hero-visual { position: relative; justify-self: end; width: min(450px, 42vw); aspect-ratio: 1; display: grid; place-items: center; }
.visual-ring { position: absolute; border: 1px solid rgba(92,225,230,.3); border-radius: 50%; }
.ring-one { inset: 3%; border-style: dashed; animation: spin 25s linear infinite; }
.ring-two { inset: 16%; border-color: rgba(217,93,255,.42); animation: spin 18s linear infinite reverse; }
.ring-three { inset: 29%; box-shadow: inset 0 0 45px rgba(92,225,230,.1), 0 0 35px rgba(141,107,255,.12); animation: pulseRing 4s ease-in-out infinite; }
.visual-ring::before, .visual-ring::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.visual-ring::before { top: 10%; left: 19%; }
.visual-ring::after { right: 4%; bottom: 34%; background: var(--magenta); box-shadow: 0 0 14px var(--magenta); }
.visual-core { position: relative; width: 32%; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.25); border-radius: 28% 72% 56% 44% / 40% 42% 58% 60%; background: radial-gradient(circle at 30% 20%, rgba(92,225,230,.28), rgba(141,107,255,.14) 42%, rgba(8,17,38,.78) 72%); box-shadow: inset 0 0 50px rgba(92,225,230,.12), 0 0 80px rgba(141,107,255,.18); animation: morph 8s ease-in-out infinite; }
.visual-core::before, .visual-core::after { content: ""; position: absolute; inset: 24%; border: 1px solid rgba(92,225,230,.3); border-radius: 50%; box-shadow: 0 0 22px rgba(92,225,230,.16); }
.visual-core::after { inset: 40%; border: 0; background: radial-gradient(circle, rgba(255,255,255,.85), var(--cyan) 20%, rgba(92,225,230,.12) 62%, transparent 70%); filter: blur(.3px); animation: pulseRing 3.2s ease-in-out infinite; }
.signal-card { position: absolute; display: flex; align-items: center; gap: 10px; min-width: 176px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(10,22,47,.62); box-shadow: 0 20px 45px rgba(0,0,0,.22); backdrop-filter: blur(12px); animation: float 5s ease-in-out infinite; }
.signal-card-a { top: 13%; right: -2%; }
.signal-card-b { bottom: 12%; left: -4%; animation-delay: -2.2s; }
.signal-dot { width: 8px; height: 8px; flex: none; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.signal-magenta { background: var(--magenta); box-shadow: 0 0 12px var(--magenta); }
.signal-card div { display: grid; }
.signal-card small { color: #687a98; font-size: .5rem; letter-spacing: .14em; }
.signal-card strong { margin-top: 2px; font-size: .68rem; }
.coordinate { position: absolute; color: #63738e; font: .55rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; }
.coordinate-a { top: 46%; left: -3%; transform: rotate(-90deg); }
.coordinate-b { right: 4%; bottom: 35%; transform: rotate(90deg); }
.hero-foot { position: relative; z-index: 2; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.09); color: #7789a7; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.scroll-cue { display: flex; align-items: center; gap: 12px; }
.scroll-cue i { width: 34px; height: 1px; background: var(--cyan); animation: scrollPulse 1.8s ease-in-out infinite; }

.credentials-section { background: var(--white); border-bottom: 1px solid var(--line); }
.credentials-layout { display: grid; grid-template-columns: minmax(300px,.95fr) minmax(0,2.05fr); border-inline: 1px solid var(--line); }
.partner-card { min-height: 235px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 28px; padding: 30px; border-right: 1px solid var(--line); background: linear-gradient(145deg,#f7fbff,#fff 65%); }
.partner-card img { width: 195px; height: auto; object-fit: contain; }
.partner-card div { display: grid; }
.partner-card strong { max-width: 290px; margin-top: 7px; font-family: Georgia,"Times New Roman",serif; font-size: 1.22rem; line-height: 1.25; }
.partner-card small { max-width: 300px; margin-top: 7px; color: var(--muted); font-size: .7rem; }
.indexing-panel { display: grid; grid-template-rows: auto 1fr; }
.credentials-heading { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 24px; border-bottom: 1px solid var(--line); }
.credentials-heading p { margin: 0; color: var(--muted); font-size: .72rem; }
.indexing-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.indexing-grid > * { min-height: 150px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, color .2s ease; }
.indexing-grid > *:nth-child(3n) { border-right: 0; }
.indexing-grid > *:nth-child(n+4) { border-bottom: 0; }
.indexing-grid > a:hover { color: white; background: var(--ink); }
.indexing-grid span { color: #7b8797; font-size: .54rem; letter-spacing: .12em; text-transform: uppercase; }
.indexing-grid small { margin-top: 5px; color: #8994a3; font-size: .56rem; line-height: 1.35; }
.credential-logo { width: auto; max-width: 145px; height: 32px; margin-bottom: 16px; object-fit: contain; object-position: left center; }
.google-scholar-logo { max-width: 150px; height: 24px; }
.base-logo { height: 48px; margin-bottom: 10px; }
.road-logo { height: 38px; }
.issn-logo { height: 34px; }
.ojs-logo { height: 42px; }
.indexing-grid > a:hover .credential-logo { filter: brightness(0) invert(1); }
.trust-kicker { color: #7b8797; font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }

.section { padding-block: 110px; }
.section-heading h2, .issue-header h2, .standards-copy h2, .callout h2 { margin: 15px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 4.4vw, 4.7rem); font-weight: 400; line-height: 1.03; letter-spacing: -.035em; }
.about-layout { display: grid; grid-template-columns: .85fr 1.15fr; column-gap: 90px; row-gap: 80px; }
.about-copy { padding-top: 30px; }
.about-copy p { max-width: 650px; color: var(--muted); }
.about-copy .lead { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; line-height: 1.55; }
.about-links { display:flex; flex-wrap:wrap; gap:12px 28px; }
.text-link { display: inline-flex; gap: 30px; align-items: center; margin-top: 24px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.topic-grid { grid-column: 1/-1; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.topic-grid article { min-height: 250px; padding: 32px; border-right: 1px solid var(--line); transition: color .25s ease, background .25s ease; }
.topic-grid article:last-child { border-right: 0; }
.topic-grid article:hover { color: white; background: var(--ink); }
.topic-grid span { color: #99a4b2; font-size: .65rem; }
.topic-grid h3 { margin: 70px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; }
.topic-grid p { color: var(--muted); font-size: .85rem; }
.topic-grid article:hover p { color: #adb9ce; }

.issue-section { background: var(--white); }
.issue-header { display: flex; align-items: end; justify-content: space-between; gap: 36px; padding-bottom: 38px; border-bottom: 1px solid var(--ink); }
.issue-header h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.issue-header p { margin: 10px 0 0; color: var(--muted); }
.article-card { display: grid; grid-template-columns: 70px minmax(0,1fr) auto; gap: 30px; align-items: center; padding: 34px 16px 34px 0; border-bottom: 1px solid var(--line); transition: background .2s ease, padding .2s ease; }
.article-card:hover { background: #f7f9fb; padding-left: 16px; }
.article-number { color: #9aa5b3; font: .68rem ui-monospace, SFMono-Regular, Menlo, monospace; }
.article-type { margin: 0 0 8px; color: #7160d9; font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.article-content h3 { max-width: 760px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.2rem, 2vw, 1.65rem); font-weight: 400; line-height: 1.3; }
.article-content h3 a:hover { color: #6b54d9; }
.authors { margin: 12px 0 0; color: var(--muted); font-size: .78rem; }
.article-actions { display: flex; gap: 10px; }
.article-actions a { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; font-size: .68rem; font-weight: 700; }
.article-actions a:hover { color: white; background: var(--ink); border-color: var(--ink); }

.standards-section { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.standards-section::after { content:""; position:absolute; right:-20%; top:-55%; width:700px; height:700px; border-radius:50%; background:radial-gradient(circle, rgba(141,107,255,.2), transparent 65%); }
.standards-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.standards-copy p { max-width: 470px; color: #aeb9ce; }
.section-index { color: #7464d8; }
.standards-copy .section-index { color: var(--cyan); }
.text-link.light { color: var(--white); }
.standards-grid { display: grid; grid-template-columns: 1fr 1fr; }
.standards-grid article { min-height: 240px; padding: 30px; border: 1px solid rgba(255,255,255,.12); margin: 0 -1px -1px 0; }
.standards-grid strong { color: var(--cyan); font: .62rem ui-monospace, SFMono-Regular, Menlo, monospace; }
.standards-grid h3 { margin: 55px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 400; }
.standards-grid p { color: #9dabc2; font-size: .82rem; }

.callout-section { background: linear-gradient(110deg, #dffcff, #eee8ff 52%, #f9e9ff); }
.callout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; }
.callout h2 { max-width: 730px; font-size: clamp(2.5rem,4.5vw,4.8rem); }
.callout > div:last-child p { color: var(--muted); }

.site-footer { color: var(--white); background: #050b18; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 60px; padding-block: 80px 65px; }
.footer-brand p { max-width: 300px; color: #77849d; font-size: .78rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid h3 { margin: 0 0 12px; color: #74829d; font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid a:not(.brand) { color: #bcc6d8; font-size: .8rem; }
.footer-grid a:hover { color: var(--cyan); }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); color: #697790; font-size: .68rem; }

/* Internal OJS page system */
.internal-page { background: #f6f8fa; }
.preview-ribbon { color: #dfe8f7; background: #101c36; border-top: 1px solid rgba(255,255,255,.08); }
.preview-ribbon .shell { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 12px; font-size: .68rem; letter-spacing: .03em; }
.preview-ribbon strong { color: var(--cyan); text-transform: uppercase; letter-spacing: .1em; }
.inner-hero { position: relative; overflow: hidden; min-height: 355px; display: flex; align-items: center; color: var(--white); background: linear-gradient(125deg,#081126 0%,#101b3b 55%,#17224a 100%); }
.inner-hero::after { content:""; position:absolute; width:480px; height:480px; right:-160px; top:-250px; border:1px solid rgba(92,225,230,.18); border-radius:50%; box-shadow:0 0 0 70px rgba(141,107,255,.035),0 0 0 140px rgba(92,225,230,.025); }
.inner-grid { position:absolute; inset:0; opacity:.38; background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size:72px 72px; mask-image:linear-gradient(90deg,black,transparent 85%); }
.inner-hero .shell { position:relative; z-index:1; padding-block:42px 58px; }
.breadcrumbs { display:flex; flex-wrap:wrap; gap:9px; margin-bottom:48px; color:#7f8faa; font-size:.67rem; letter-spacing:.08em; text-transform:uppercase; }
.breadcrumbs a:hover { color:var(--cyan); }
.inner-hero-copy { max-width:930px; }
.inner-hero-copy .section-index { color:var(--cyan); font-size:.68rem; letter-spacing:.14em; text-transform:uppercase; }
.inner-hero h1 { max-width:1000px; margin:14px 0 12px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.7rem,5.5vw,5rem); font-weight:400; line-height:1.02; letter-spacing:-.04em; }
.inner-hero-copy > p { max-width:740px; margin:0; color:#b4c0d4; font-size:1rem; }
.internal-content { padding-block:78px 110px; }
.page-layout { display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:70px; align-items:start; }
.page-main { min-width:0; }
.page-main > :first-child { margin-top:0; }
.page-main h2 { margin:54px 0 18px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(1.7rem,3vw,2.5rem); font-weight:400; line-height:1.16; letter-spacing:-.025em; }
.page-main h3 { font-family:Georgia,"Times New Roman",serif; font-weight:400; }
.page-main p { color:var(--muted); }
.page-main .page-lead { color:var(--ink); font-family:Georgia,"Times New Roman",serif; font-size:clamp(1.3rem,2.2vw,1.75rem); line-height:1.55; }
.page-sidebar { position:sticky; top:24px; display:grid; gap:18px; }
.sidebar-card { padding:26px; border:1px solid var(--line); background:var(--white); }
.sidebar-card h2 { margin:0 0 18px; font-family:Georgia,"Times New Roman",serif; font-size:1.25rem; font-weight:400; }
.sidebar-highlight { color:var(--white); border:0; background:var(--ink); }
.journal-record { margin:20px 0 0; }
.journal-record div { display:flex; justify-content:space-between; gap:20px; padding-block:12px; border-bottom:1px solid rgba(255,255,255,.1); }
.journal-record div:last-child { border-bottom:0; }
.journal-record dt { color:#8290aa; font-size:.7rem; }
.journal-record dd { margin:0; font-family:Georgia,"Times New Roman",serif; font-size:.88rem; }
.side-links { display:grid; }
.side-links a { display:flex; justify-content:space-between; gap:16px; padding:12px 0; border-bottom:1px solid var(--line); color:var(--muted); font-size:.78rem; }
.side-links a:last-child { border-bottom:0; }
.side-links a:hover { color:#624ad5; }
.feed-card p { font-size:.75rem; }
.feed-card div { display:flex; gap:8px; }
.feed-card a { padding:7px 11px; border:1px solid var(--line); border-radius:999px; font-size:.65rem; font-weight:700; }
.feature-list { display:grid; grid-template-columns:1fr 1fr; margin-top:28px; border-top:1px solid var(--line); }
.feature-list div { display:grid; grid-template-columns:30px 1fr; gap:8px; padding:22px 18px 22px 0; border-bottom:1px solid var(--line); }
.feature-list div:nth-child(odd) { border-right:1px solid var(--line); }
.feature-list div:nth-child(even) { padding-left:24px; }
.feature-list span { color:#7662df; font-size:.62rem; }
.feature-list p { margin:0; color:var(--ink); font-family:Georgia,"Times New Roman",serif; font-size:1rem; }
.partner-inline { display:flex; align-items:center; gap:32px; margin-top:55px; padding:30px; border:1px solid var(--line); background:var(--white); }
.partner-inline img { width:190px; height:auto; }
.partner-inline h3 { margin:8px 0 4px; font-size:1.35rem; }
.partner-inline p { margin:0; }
.editorial-inline { display:grid; grid-template-columns:76px 1fr; gap:22px; align-items:center; margin-top:48px; padding:24px 28px; color:var(--white); background:var(--ink); transition:transform .2s ease,box-shadow .2s ease; }
.editorial-inline:hover { transform:translateY(-3px); box-shadow:var(--shadow); }
.editorial-inline .person-monogram { width:64px; }
.editorial-inline h3 { margin:6px 0 2px; color:var(--white); font-size:1.35rem; }
.editorial-inline p { margin:0; color:#a8b4c9; }
.notice-card { padding:22px 24px; border-left:3px solid var(--cyan); background:#eaf8f8; }
.notice-card strong { font-size:.75rem; letter-spacing:.08em; text-transform:uppercase; }
.notice-card p { margin:6px 0 0; font-size:.8rem; }
.board-section { margin-top:46px; }
.person-card { display:grid; grid-template-columns:90px 1fr; gap:24px; align-items:center; margin-top:16px; padding:28px; color:var(--white); background:var(--ink); }
.person-monogram { width:76px; aspect-ratio:1; display:grid; place-items:center; border:1px solid rgba(92,225,230,.35); border-radius:50%; color:var(--cyan); font-family:Georgia,"Times New Roman",serif; font-size:1.5rem; }
.person-card h2 { margin:5px 0 3px; color:var(--white); }
.person-card p:last-child { margin:0; color:#9fabc1; }
.person-card-secondary { margin-top:12px; color:var(--ink); border:1px solid var(--line); background:var(--white); }
.person-card-secondary h2 { color:var(--ink); }
.person-card-secondary p:last-child { color:var(--muted); }
.person-card-secondary .person-monogram { color:#6753d3; border-color:#a99cef; }
.editor-grid { display:grid; grid-template-columns:1fr 1fr; margin-top:16px; }
.editor-card { min-height:270px; padding:28px; border:1px solid var(--line); margin:0 -1px -1px 0; background:var(--white); }
.editor-card .person-monogram { width:58px; margin-bottom:38px; color:#6551cd; border-color:#b9afea; font-size:1rem; }
.editor-card h2 { margin:7px 0 9px; font-size:1.45rem; }
.editor-card p:last-child { margin:0; font-size:.8rem; }
.history-list { margin-bottom:32px; border-top:1px solid var(--line); }
.history-list article { padding:24px 4px; border-bottom:1px solid var(--line); }
.history-list span { color:#7464d8; font-size:.65rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.history-list h2 { margin:8px 0 2px; font-size:1.5rem; }
.history-list p { margin:0; }
.muted-board { padding:28px; border:1px dashed #b7c2ce; background:rgba(255,255,255,.55); }
.muted-board h2 { margin-top:12px; }
.empty-state { padding:60px 45px; text-align:center; border:1px solid var(--line); background:var(--white); }
.empty-state > span { color:#7464d8; font-size:.65rem; letter-spacing:.14em; text-transform:uppercase; }
.empty-state h2 { margin:14px auto; max-width:620px; }
.empty-state p { max-width:580px; margin-inline:auto; }
.empty-state .button { margin-top:15px; }
.action-panel { display:flex; align-items:center; justify-content:space-between; gap:28px; margin-bottom:50px; padding:32px; color:var(--white); background:var(--ink); }
.action-panel h2 { margin:8px 0; color:var(--white); }
.action-panel p { margin:0; color:#a9b5ca; }
.accordion-list { border-top:1px solid var(--line); }
.accordion-list details { border-bottom:1px solid var(--line); }
.accordion-list summary { cursor:pointer; padding:20px 4px; font-family:Georgia,"Times New Roman",serif; font-size:1.12rem; }
.accordion-list details div { padding:0 28px 18px; }
.check-list { display:grid; gap:12px; padding:0; list-style:none; }
.check-list li { position:relative; padding:15px 18px 15px 48px; border:1px solid var(--line); background:var(--white); }
.check-list li::before { content:"✓"; position:absolute; left:18px; color:#5d49c9; font-weight:800; }
.issue-summary { display:flex; flex-wrap:wrap; align-items:center; gap:38px; margin-bottom:30px; padding:24px; border:1px solid var(--line); background:var(--white); }
.issue-summary div { display:grid; gap:4px; min-width:130px; }
.issue-summary .button { margin-left:auto; }
.preview-article-list .article-card { grid-template-columns:55px minmax(0,1fr) auto; }
.preview-article-list .article-content h3 { font-size:1.35rem; }
.archive-tools { margin-bottom:24px; }
.archive-tools label,.search-panel label,.auth-form label { display:grid; gap:7px; color:#4f5b6e; font-size:.7rem; font-weight:700; letter-spacing:.04em; }
input[type="text"],input[type="password"],input[type="email"],input[type="search"] { width:100%; min-height:48px; padding:10px 14px; color:var(--ink); background:var(--white); border:1px solid #bdc7d1; border-radius:0; font:inherit; }
input:focus { outline:2px solid var(--cyan); outline-offset:2px; }
.issue-card { display:grid; grid-template-columns:120px 1fr 44px; gap:30px; align-items:center; padding:32px; border:1px solid var(--line); background:var(--white); transition:transform .2s ease,box-shadow .2s ease; }
.issue-card:hover { transform:translateY(-3px); box-shadow:var(--shadow); }
.issue-year { font-family:Georgia,"Times New Roman",serif; font-size:2rem; }
.issue-card h2 { margin:8px 0; }
.issue-arrow { font-size:1.8rem; }
.policy-grid { display:grid; grid-template-columns:1fr 1fr; margin-bottom:36px; }
.policy-grid article { min-height:235px; padding:28px; border:1px solid var(--line); margin:0 -1px -1px 0; background:var(--white); }
.policy-grid article > span { color:#7662df; font-size:.65rem; }
.policy-grid h2 { margin:42px 0 10px; font-size:1.5rem; }
.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.contact-grid article,.address-card { padding:28px; border:1px solid var(--line); background:var(--white); }
.contact-grid h2,.address-card h2 { margin:12px 0 6px; font-size:1.55rem; }
.address-card { margin-top:18px; }
.manager-contact { border-top:3px solid var(--cyan) !important; }
.manager-contact .text-link { margin-top:14px; }
.support-lead { display:flex; align-items:center; justify-content:space-between; gap:34px; margin-bottom:52px; padding:34px; color:var(--white); background:var(--ink); }
.support-lead h2 { margin:8px 0; color:var(--white); }
.support-lead p { max-width:620px; margin:0; color:#aeb9cd; }
.support-monogram { width:92px; aspect-ratio:1; flex:none; display:grid; place-items:center; border:1px solid rgba(92,225,230,.38); border-radius:50%; color:var(--cyan); font-family:Georgia,"Times New Roman",serif; font-size:1.8rem; }
.support-grid { display:grid; grid-template-columns:1fr 1fr; margin-bottom:48px; }
.support-grid article { min-height:220px; padding:28px; border:1px solid var(--line); margin:0 -1px -1px 0; background:var(--white); }
.support-grid span { color:#725ed9; font-size:.64rem; }
.support-grid h3 { margin:48px 0 8px; font-size:1.35rem; }
.support-grid p { margin:0; font-size:.82rem; }
.support-action { margin:0; }
.inline-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:28px; }
.platform-panel { display:grid; grid-template-columns:180px 1fr; gap:38px; align-items:center; padding:38px; border:1px solid var(--line); background:var(--white); }
.platform-panel img { width:150px; height:auto; }
.search-panel { margin-bottom:35px; padding:30px; color:var(--white); background:var(--ink); }
.search-panel label { color:#c0cadc; }
.search-panel div { display:flex; gap:10px; margin-top:10px; }
.search-panel input { min-height:50px; }
.result-count { font-size:.75rem; font-weight:700; text-transform:uppercase; letter-spacing:.08em; }
.auth-wrap { max-width:720px; margin-inline:auto; }
.preview-lock { margin-bottom:20px; padding:18px 20px; border-left:3px solid var(--magenta); background:#f5eafa; }
.preview-lock p { margin:5px 0 0; font-size:.8rem; }
.auth-form { display:grid; gap:18px; padding:34px; border:1px solid var(--line); background:var(--white); }
.two-column-form { grid-template-columns:1fr 1fr; }
.two-column-form .button { grid-column:1/-1; }
.check-row { display:flex !important; grid-template-columns:none !important; align-items:center; }
.article-meta-panel { display:grid; grid-template-columns:repeat(3,1fr); margin-bottom:24px; border:1px solid var(--line); background:var(--white); }
.article-meta-panel > div { display:grid; gap:5px; padding:20px; border-right:1px solid var(--line); }
.article-meta-panel > div:last-child { border-right:0; }
.article-meta-panel a { color:#5c49ca; font-size:.78rem; overflow-wrap:anywhere; }
.article-page-actions { display:flex; flex-wrap:wrap; gap:10px; }
.keyword-row { display:flex; flex-wrap:wrap; gap:8px; margin-top:26px; }
.keyword-row span { padding:8px 12px; border:1px solid var(--line); border-radius:999px; background:var(--white); font-size:.68rem; }
.author-affiliations { display:grid; gap:10px; padding:0; list-style:none; }
.author-affiliations li { padding:14px 16px; border-left:2px solid var(--violet); background:var(--white); }
.reference-preview { padding:25px; border:1px solid var(--line); background:var(--white); }
.reference-preview a { color:#5c49ca; font-weight:700; font-size:.78rem; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,1,.36,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes orbitGlow { to { transform: translate(70px,45px) scale(1.08); } }
@keyframes pulseRing { 0%,100% { transform: scale(.96); opacity:.7; } 50% { transform: scale(1.04); opacity:1; } }
@keyframes morph { 0%,100% { border-radius: 28% 72% 56% 44% / 40% 42% 58% 60%; } 50% { border-radius: 58% 42% 38% 62% / 62% 34% 66% 38%; } }
@keyframes scrollPulse { 0%,100% { transform: scaleX(.65); transform-origin:left; opacity:.4; } 50% { transform:scaleX(1); opacity:1; } }

@media (max-width: 980px) {
  :root { --shell: min(100% - 34px, 760px); }
  .utility-bar { display: none; }
  .nav-wrap { min-height: 72px; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; inset: 72px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; background: #0b1530; border-top: 1px solid rgba(255,255,255,.1); }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a:not(.button) { padding: 13px 4px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .primary-nav .button { margin-top: 14px; }
  .hero-layout { grid-template-columns: 1fr; gap: 20px; padding-top: 70px; }
  .hero-visual { width: min(520px,82vw); justify-self: center; }
  .hero-foot { margin-top: 35px; }
  .credentials-layout { grid-template-columns: 1fr; }
  .partner-card { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--line); }
  .indexing-grid { grid-template-columns: repeat(3,1fr); }
  .about-layout, .standards-layout, .callout { grid-template-columns: 1fr; gap: 45px; }
  .about-copy { padding-top: 0; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .topic-grid article:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .page-layout { grid-template-columns:1fr; gap:45px; }
  .page-sidebar { position:static; grid-template-columns:1fr 1fr; }
  .sidebar-highlight { grid-column:1/-1; }
}

@media (max-width: 1120px) and (min-width: 981px) {
  .primary-nav { gap:12px; font-size:.76rem; }
  .brand-copy small { display:none; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100vw - 28px); }
  .brand-copy small { display: none; }
  .hero { min-height: 0; }
  .hero-layout { min-height: 0; padding-top: 56px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-meta { gap: 20px; }
  .hero-meta div { flex: 1 1 28%; }
  .hero-visual { width: 92vw; margin: 14px -4vw 0; }
  .signal-card { transform: scale(.86); }
  .signal-card-a { right: 0; }
  .signal-card-b { left: 0; }
  .hero-foot { justify-content: center; text-align: center; }
  .scroll-cue { display: none; }
  .credentials-heading { align-items: flex-start; flex-direction: column; }
  .indexing-grid { grid-template-columns: 1fr 1fr; }
  .indexing-grid > * { min-height: 128px; }
  .indexing-grid > *:nth-child(3n) { border-right: 1px solid var(--line); }
  .indexing-grid > *:nth-child(2n) { border-right: 0; }
  .indexing-grid > *:nth-child(n+4) { border-bottom: 1px solid var(--line); }
  .indexing-grid > *:nth-child(n+5) { border-bottom: 0; }
  .section { padding-block: 78px; }
  .topic-grid article { min-height: 200px; }
  .topic-grid h3 { margin-top: 38px; }
  .issue-header { align-items: start; flex-direction: column; }
  .article-card { grid-template-columns: 34px 1fr; gap: 14px; padding-right: 0; }
  .article-actions { grid-column: 2; }
  .standards-grid { grid-template-columns: 1fr; }
  .standards-grid article { min-height: 205px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 20px; }
  .footer-bottom p { margin: 0; }
  .preview-ribbon .shell { min-height:48px; align-items:flex-start; flex-direction:column; justify-content:center; gap:1px; }
  .inner-hero { min-height:310px; }
  .breadcrumbs { margin-bottom:34px; }
  .internal-content { padding-block:55px 75px; }
  .page-sidebar,.feature-list,.policy-grid,.contact-grid,.two-column-form,.article-meta-panel,.support-grid { grid-template-columns:1fr; }
  .editor-grid { grid-template-columns:1fr; }
  .sidebar-highlight { grid-column:auto; }
  .feature-list div:nth-child(odd) { border-right:0; }
  .feature-list div:nth-child(even) { padding-left:0; }
  .partner-inline,.action-panel,.platform-panel { align-items:flex-start; flex-direction:column; display:flex; }
  .editorial-inline { grid-template-columns:58px 1fr; padding:20px; }
  .editorial-inline .person-monogram { width:52px; }
  .support-lead { align-items:flex-start; flex-direction:column-reverse; }
  .person-card { grid-template-columns:62px 1fr; padding:20px; }
  .person-monogram { width:58px; }
  .preview-article-list .article-card { grid-template-columns:30px 1fr; }
  .issue-card { grid-template-columns:1fr 32px; }
  .issue-card > div:first-child { grid-column:1/-1; }
  .issue-summary .button { width:100%; margin-left:0; }
  .search-panel div { flex-direction:column; }
  .article-meta-panel > div { border-right:0; border-bottom:1px solid var(--line); }
  .article-meta-panel > div:last-child { border-bottom:0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .hero-network { display: none; }
}
