/* Public-facing corporate website styles. This file is self-contained. */

:root {
    --ink: #0a2940;
    --navy: #0f265c;
    --ivory: #eef8fc;
    --paper: #ffffff;
    --line: rgba(5, 78, 130, .14);
    --gold: #3f6ab2;
    --gold-light: #6ec0ec;
    --teal: #0577a8;
    --muted: #587083;
    --white: #fff;
    --shadow: 0 24px 70px rgba(4, 20, 27, .14);
    --shell: min(1180px, calc(100vw - 48px));
    --serif: Georgia, "Times New Roman", serif;

}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; text-rendering: optimizeLegibility; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .16; background-image: linear-gradient(rgba(16,33,44,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(16,33,44,.025) 1px, transparent 1px); background-size: 32px 32px; z-index: -1; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; inset-inline-start: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--white); color: var(--navy); box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.92); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: border-color .25s, box-shadow .25s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(4,20,27,.06); }
.nav-shell { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-logo { width: 150px; height: auto; object-fit: contain; }
.brand-type { display: grid; line-height: 1.1; }
.brand-type small { max-width: 125px; color: var(--muted); font-size: 8px; line-height: 1.35; letter-spacing: .12em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 650; }
.primary-nav > a:not(.button) { position: relative; padding-block: 30px; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; height: 1px; inset-inline: 0; bottom: 23px; background: var(--gold); transform: scaleX(0); transition: transform .2s; }
.primary-nav > a:not(.button):hover::after { transform: scaleX(1); }
.language-switcher { display: flex; border: 1px solid var(--line); padding: 3px; gap: 1px; border-radius: 999px; }
.language-switcher a { min-width: 28px; padding: 5px 6px; text-align: center; color: var(--muted); border-radius: 999px; font-size: 10px; letter-spacing: .06em; }
.language-switcher a.active { color: var(--white); background: var(--navy); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 12px; border: 1px solid var(--line); background: transparent; }
.nav-toggle span { display: block; height: 1px; margin: 6px 0; background: var(--ink); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; color: var(--white); background: var(--navy); border: 1px solid var(--navy); border-radius: 2px; font-size: 13px; font-weight: 750; letter-spacing: .035em; transition: transform .2s, background .2s, color .2s; cursor: pointer; }
.button:hover { transform: translateY(-2px); background: var(--teal); border-color: var(--teal); }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-light { color: var(--navy); background: var(--ivory); border-color: var(--ivory); }
.button-outline { color: var(--navy); background: transparent; border-color: rgba(16,33,44,.35); }
.button-outline:hover { color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--teal); font-size: 13px; font-weight: 750; }
.text-link::after { content: "→"; transition: transform .2s; }
[dir="rtl"] .text-link::after { content: "←"; }
.text-link:hover::after { transform: translateX(4px); }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: #a3a3a3; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
h1, h2, h3 { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-weight: 760; line-height: 1.04; letter-spacing: -.045em; text-wrap: balance; }
h1 { font-size: clamp(3.2rem, 7vw, 6.8rem); }
h2 { font-size: clamp(2.35rem, 4.7vw, 4.7rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 2rem); }
.lead { max-width: 760px; margin: 24px 0 0; color: #4e6068; font-size: clamp(1.04rem, 1.8vw, 1.3rem); line-height: 1.65; }
.section { padding: clamp(80px, 11vw, 150px) 0; }
.section-dark { color: var(--ivory); background: var(--navy); }
.section-dark .eyebrow { color: var(--gold-light); }
.section-dark .lead { color: rgba(255,255,255,.68); }
.section-ivory { background: var(--ivory); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 80px; align-items: end; margin-bottom: 64px; }
.section-heading .lead { margin: 0; }
.hero { position: relative; min-height: 760px; padding: clamp(90px, 12vw, 165px) 0 120px; overflow: hidden; color: var(--ivory); background: radial-gradient(circle at 78% 18%, rgba(3,165,203,.2), transparent 32%), linear-gradient(135deg, #042c4b 0%, #054e82 100%); }
.hero::before { content: ""; position: absolute; width: 760px; height: 760px; inset-inline-end: -220px; top: -280px; border: 1px solid rgba(222,196,157,.18); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,255,255,.013), 0 0 0 200px rgba(255,255,255,.01); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; inset-inline-end: -160px; bottom: -270px; border: 80px solid rgba(255,255,255,.025); border-radius: 50%; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr); align-items: center; gap: 70px; }
.hero h1 { max-width: 720px; }
.hero .lead { color: rgba(255,255,255,.72); max-width: 680px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.hero-note { margin-top: 48px; padding-inline-start: 20px; border-inline-start: 1px solid var(--gold); color: rgba(255,255,255,.62); font-size: 13px; max-width: 470px; }
.platform-frame { position: relative; min-height: 510px; padding: 14px; color: var(--ink); background: #dceff7; border: 1px solid rgba(255,255,255,.35); border-radius: 18px; box-shadow: 0 40px 90px rgba(0,25,52,.34); }
.platform-frame::before { content: ""; position: absolute; inset: -22px 26px 26px -22px; border: 1px solid rgba(142,219,234,.5); border-radius: 24px; z-index: -1; }
.frame-bar { display: flex; align-items: center; gap: 6px; height: 28px; }
.frame-bar i { width: 7px; height: 7px; background: var(--gold); border-radius: 50%; opacity: .7; }
.frame-body { height: 440px; display: grid; grid-template-columns: 116px 1fr; overflow: hidden; background: var(--paper); border-radius: 12px; }
.frame-nav { padding: 22px 14px; color: rgba(255,255,255,.7); background: #054e82; }
.frame-logo { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 32px; border: 1px solid rgba(255,255,255,.3); font: 600 18px Georgia, serif; }
.frame-nav span { display: block; height: 6px; margin: 16px 0; background: rgba(255,255,255,.16); }
.frame-nav span:first-of-type { background: var(--gold); }
.frame-content { padding: 28px; overflow: hidden; }
.frame-label { color: var(--teal); font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.frame-content h3 { margin: 12px 0 24px; font-size: 25px; }
.workflow-line { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-bottom: 24px; }
.workflow-line span { height: 5px; background: #d8d4ca; }
.workflow-line span:nth-child(-n+3) { background: var(--teal); }
.metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.metric-card { padding: 18px; min-height: 110px; background: #eef7fb; border-top: 2px solid var(--gold); border-radius: 8px; }
.metric-card strong { display: block; font: 500 30px Georgia, serif; }
.metric-card small { color: var(--muted); font-size: 9px; }
.manuscript-list { margin-top: 12px; }
.manuscript-list div { height: 34px; margin-top: 6px; border-radius: 6px; background: linear-gradient(90deg, #dcecf2 65%, #eef7fb 65%); }
.proof-strip { border-bottom: 1px solid var(--line); background: var(--paper); }
.proof-grid { display: grid; grid-template-columns: 1.2fr repeat(4, .7fr); align-items: center; }
.proof-intro, .proof-stat { min-height: 150px; padding: 34px 28px; border-inline-end: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.proof-intro { padding-inline-start: 0; color: var(--muted); font-size: 13px; }
.proof-stat strong { font: 500 clamp(2rem, 4vw, 3.8rem) Georgia, serif; color: var(--teal); }
.proof-stat span { margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.home-product-spotlight { position: relative; padding: clamp(85px, 10vw, 135px) 0; overflow: hidden; color: var(--white); background: #032a46; }
.home-product-spotlight::after { content: ""; position: absolute; width: 600px; height: 600px; inset-inline-start: -320px; bottom: -410px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.016), 0 0 0 140px rgba(255,255,255,.01); }
.home-product-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: center; }
.home-product-copy .lead { color: rgba(255,255,255,.64); }
.home-product-copy .button { margin-top: 34px; }
.home-product-map { display: grid; gap: 8px; padding: 20px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; box-shadow: 0 32px 75px rgba(0,0,0,.2); }
.home-product-map > div { display: grid; grid-template-columns: 48px 1fr auto; gap: 20px; align-items: center; min-height: 88px; padding: 15px 22px; background: linear-gradient(90deg, rgba(3,165,203,.1), rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; }
.home-product-map > div:nth-child(1) { margin-inline: 36px; }
.home-product-map > div:nth-child(2) { margin-inline: 24px; }
.home-product-map > div:nth-child(3) { margin-inline: 12px; }
.home-product-map span { display: grid; place-items: center; width: 38px; height: 38px; color: var(--gold-light); border: 1px solid rgba(142,219,234,.3); border-radius: 50%; font-size: 9px; font-weight: 850; }
.home-product-map strong { font-size: 14px; }
.home-product-map small { max-width: 145px; color: rgba(255,255,255,.48); font-size: 9px; text-align: end; }
.identity-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.journal-stack { position: relative; min-height: 520px; }
.journal-page { position: absolute; width: min(390px, 88%); aspect-ratio: .76; padding: 34px; background: var(--white); box-shadow: var(--shadow); border-top: 5px solid var(--gold); }
.journal-page:nth-child(1) { inset-inline-start: 0; top: 50px; transform: rotate(-5deg); background: #dfeff6; }
.journal-page:nth-child(2) { inset-inline-start: 70px; top: 15px; transform: rotate(2deg); }
.journal-page:nth-child(3) { inset-inline-start: 32px; top: 0; transform: rotate(-1deg); }
.journal-name { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); font-family: Georgia, serif; }
.journal-seal { width: 35px; height: 35px; border: 1px solid var(--teal); border-radius: 50%; }
.journal-page h3 { margin-top: 64px; font-size: 34px; }
.journal-page p { color: var(--muted); font-size: 12px; }
.journal-lines { display: grid; gap: 8px; margin-top: 30px; }
.journal-lines span { height: 6px; background: #dbeaf0; }
.journal-lines span:nth-child(2) { width: 82%; }
.journal-lines span:nth-child(3) { width: 67%; }
.identity-copy .lead { margin-bottom: 34px; }
.check-list { display: grid; gap: 14px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 24px 1fr; gap: 12px; align-items: start; }
.check-list li::before { content: "✓"; color: var(--teal); font-weight: 900; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-inline-start: 1px solid rgba(255,255,255,.16); }
.capability-card { position: relative; min-height: 360px; padding: 36px; border-inline-end: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); transition: background .25s; }
.capability-card:hover { background: rgba(255,255,255,.045); }
.capability-number { color: var(--gold-light); font: 500 14px Georgia, serif; }
.capability-card h3 { margin: 80px 0 18px; font-size: 28px; }
.capability-card p { color: rgba(255,255,255,.62); font-size: 14px; }
.capability-card .text-link { position: absolute; inset-inline-start: 36px; bottom: 32px; color: var(--gold-light); }
.standards-panel { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; background: var(--ivory); }
.standards-copy { padding: clamp(55px, 7vw, 100px); align-self: center; }
.standards-visual { position: relative; display: grid; place-items: center; overflow: hidden; color: var(--ivory); background: linear-gradient(145deg, #054e82, #03a5cb); }
.standards-orbit { width: min(410px, 75%); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.04), 0 0 0 110px rgba(255,255,255,.025); }
.standards-orbit strong { font: 500 clamp(3rem, 6vw, 6rem) Georgia, serif; }
.standards-orbit span { position: absolute; padding: 7px 12px; color: var(--navy); background: var(--ivory); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.standards-orbit span:nth-child(2) { top: 21%; inset-inline-start: 16%; }
.standards-orbit span:nth-child(3) { top: 28%; inset-inline-end: 12%; }
.standards-orbit span:nth-child(4) { bottom: 22%; inset-inline-start: 11%; }
.standards-orbit span:nth-child(5) { bottom: 18%; inset-inline-end: 16%; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.content-card { display: flex; flex-direction: column; min-height: 330px; padding: 30px; background: var(--white); border: 1px solid var(--line); transition: transform .25s, box-shadow .25s; }
.content-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.content-card .meta { color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.content-card h3 { margin: 45px 0 18px; }
.content-card p { color: var(--muted); font-size: 14px; }
.content-card .text-link { margin-top: auto; padding-top: 28px; }
.pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 52px; }
.pagination a { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); background: var(--paper); font-size: 13px; font-weight: 750; }
.pagination a:hover, .pagination a.active { color: var(--white); background: var(--navy); border-color: var(--navy); }
.cta-band { position: relative; padding: 95px 0; overflow: hidden; color: var(--ivory); background: var(--teal); }
.cta-band::after { content: ""; position: absolute; width: 420px; aspect-ratio: 1; inset-inline-end: -100px; top: -180px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025); }
.cta-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.cta-grid h2 { max-width: 800px; font-size: clamp(2.4rem, 5vw, 5rem); }
.page-hero { padding: 120px 0 95px; color: var(--ivory); background: var(--navy); }
.page-hero h1 { max-width: 940px; font-size: clamp(3rem, 6vw, 6rem); }
.page-hero .lead { color: rgba(255,255,255,.68); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 55px; color: rgba(255,255,255,.54); font-size: 12px; }
.breadcrumb a:hover { color: var(--gold-light); }
.product-hero { position: relative; min-height: 830px; padding: 72px 0 94px; overflow: hidden; color: var(--white); background: radial-gradient(circle at 74% 18%, rgba(3,165,203,.2), transparent 25%), linear-gradient(135deg, #03263f 0%, #054e82 58%, #0577a8 120%); }
.product-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, rgba(0,0,0,.5), transparent 72%); }
.product-hero::after { content: ""; position: absolute; width: 780px; height: 780px; inset-inline-end: -420px; top: -410px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.018), 0 0 0 180px rgba(255,255,255,.012); }
.product-hero .breadcrumb { position: relative; z-index: 2; margin-bottom: 54px; }
.product-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); gap: 68px; align-items: center; }
.product-hero-copy h1 { max-width: 760px; font-size: clamp(3.2rem, 5.9vw, 6.3rem); }
.product-hero-copy .lead { max-width: 680px; color: rgba(255,255,255,.72); }
.product-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: rgba(255,255,255,.62); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.product-kicker span { padding: 7px 10px; color: var(--white); background: rgba(3,165,203,.22); border: 1px solid rgba(142,219,234,.35); border-radius: 4px; letter-spacing: .12em; }
.product-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.product-ghost-button { background: transparent; border-color: rgba(255,255,255,.34); }
.product-ghost-button:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.55); }
.product-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 56px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.15); }
.product-facts div { padding-inline: 18px; border-inline-start: 1px solid rgba(255,255,255,.12); }
.product-facts div:first-child { padding-inline-start: 0; border-inline-start: 0; }
.product-facts strong { display: block; color: var(--gold-light); font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1; letter-spacing: -.055em; }
.product-facts span { display: block; margin-top: 9px; color: rgba(255,255,255,.56); font-size: 10px; line-height: 1.45; }
.screenshot-slot { position: relative; min-width: 0; margin: 0; overflow: hidden; color: #294657; background: #d8e0e4; border: 1px solid rgba(255,255,255,.48); border-radius: 16px; box-shadow: 0 38px 95px rgba(0,18,33,.32); }
.screenshot-slot-hero { width: 100%; min-height: 510px; align-self: center; }
.screenshot-slot-product { min-height: 545px; transform: perspective(1400px) rotateY(-2.5deg) rotateX(1deg); }
[dir="rtl"] .screenshot-slot-product { transform: perspective(1400px) rotateY(2.5deg) rotateX(1deg); }
.screenshot-slot-bar { height: 43px; display: flex; align-items: center; gap: 6px; padding: 0 15px; color: #748894; background: #edf1f3; border-bottom: 1px solid #c7d1d6; font-size: 9px; letter-spacing: .05em; }
.screenshot-slot-bar i { width: 7px; height: 7px; background: #aab8bf; border-radius: 50%; }
.screenshot-slot-bar span { margin-inline: auto; }
.screenshot-slot-body { min-height: inherit; display: grid; place-content: center; justify-items: center; gap: 12px; padding: 60px 35px 100px; text-align: center; background: linear-gradient(135deg, rgba(255,255,255,.42), transparent 55%), repeating-linear-gradient(135deg, rgba(72,94,105,.035) 0 1px, transparent 1px 14px); }
.screenshot-slot-body strong { max-width: 360px; font: 500 clamp(1.35rem, 2.5vw, 2.2rem)/1.15 Georgia, serif; }
.screenshot-slot-body small { color: #6d808a; font-size: 11px; }
.screenshot-slot-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 8px; color: #fff; background: #748b96; border-radius: 12px; font-size: 12px; font-weight: 850; letter-spacing: .09em; }
.product-console { position: relative; padding: 10px; color: var(--ink); background: rgba(220,239,247,.82); border: 1px solid rgba(255,255,255,.43); border-radius: 18px; box-shadow: 0 45px 110px rgba(0,13,31,.42); transform: perspective(1400px) rotateY(-3deg) rotateX(1deg); }
[dir="rtl"] .product-console { transform: perspective(1400px) rotateY(3deg) rotateX(1deg); }
.product-console::before { content: ""; position: absolute; inset: 27px -25px -25px 35px; z-index: -1; border: 1px solid rgba(142,219,234,.36); border-radius: 20px; }
.console-top { height: 38px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 8px; color: #5c7484; font-size: 8px; letter-spacing: .08em; }
.console-top > b { justify-self: end; width: 24px; height: 24px; display: grid; place-items: center; color: var(--white); background: var(--teal); border-radius: 50%; font-size: 8px; }
.console-window { display: flex; gap: 5px; }
.console-window i { width: 6px; height: 6px; background: #75bdd3; border-radius: 50%; }
.console-body { min-height: 505px; display: grid; grid-template-columns: 74px 1fr; overflow: hidden; background: #f7fbfd; border-radius: 11px; }
.console-side { display: flex; flex-direction: column; align-items: center; gap: 19px; padding: 22px 17px; background: #043b63; }
.console-mark { width: 35px; height: 35px; display: grid; place-items: center; margin-bottom: 14px; color: var(--white); border: 1px solid rgba(255,255,255,.35); border-radius: 8px; font-weight: 800; }
.console-side span { position: relative; width: 26px; height: 24px; border-radius: 5px; }
.console-side span::before, .console-side span::after { content: ""; position: absolute; inset-inline-start: 5px; width: 16px; height: 3px; top: 7px; background: rgba(255,255,255,.25); border-radius: 3px; }
.console-side span::after { width: 10px; top: 14px; }
.console-side span.is-active { background: rgba(3,165,203,.23); }
.console-side span.is-active::before, .console-side span.is-active::after { background: var(--gold-light); }
.console-main { padding: 31px; overflow: hidden; }
.console-heading { display: flex; justify-content: space-between; align-items: end; gap: 25px; }
.console-heading small { color: var(--teal); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.console-heading h3 { margin-top: 7px; font-size: 25px; }
.console-heading > span { color: var(--muted); font-size: 8px; }
.console-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 25px 0 18px; }
.console-metrics > div { min-width: 0; padding: 15px; background: var(--white); border: 1px solid #e0eef3; border-radius: 7px; box-shadow: 0 8px 20px rgba(5,78,130,.04); }
.console-metrics small { display: block; overflow: hidden; color: var(--muted); font-size: 7px; white-space: nowrap; text-overflow: ellipsis; }
.console-metrics strong { display: inline-block; margin-top: 10px; font-size: 24px; line-height: 1; }
.console-metrics em { float: right; margin-top: 13px; color: #13846c; font-size: 7px; font-style: normal; }
.console-board { overflow: hidden; background: var(--white); border: 1px solid #e0eef3; border-radius: 7px; }
.console-board-head { min-height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border-bottom: 1px solid #e8f1f5; font-size: 9px; }
.console-board-head span { color: var(--teal); font-size: 7px; font-weight: 750; }
.console-row { min-height: 55px; display: grid; grid-template-columns: .8fr 1.2fr auto; gap: 12px; align-items: center; padding: 0 16px; border-bottom: 1px solid #edf4f7; font-size: 7px; }
.console-row:last-child { border-bottom: 0; }
.console-row b { color: #305469; font-size: 7px; }
.console-row > span { overflow: hidden; color: var(--muted); white-space: nowrap; text-overflow: ellipsis; }
.console-row i { min-width: 52px; padding: 4px 6px; text-align: center; border-radius: 99px; font-size: 6px; font-style: normal; font-weight: 800; }
.status-blue { color: #176ca1; background: #e2f2fa; }
.status-cyan { color: #047b95; background: #dcf6f8; }
.status-amber { color: #99630e; background: #fff3d9; }
.status-green { color: #15725f; background: #e2f5ee; }
.product-subnav { position: sticky; top: 88px; z-index: 30; background: rgba(255,255,255,.95); border-bottom: 1px solid var(--line); box-shadow: 0 12px 30px rgba(5,47,80,.045); backdrop-filter: blur(14px); }
.product-subnav-inner { display: flex; overflow-x: auto; scrollbar-width: none; }
.product-subnav-inner::-webkit-scrollbar { display: none; }
.product-subnav a { flex: 0 0 auto; padding: 20px 24px; color: var(--muted); border-inline-start: 1px solid var(--line); font-size: 11px; font-weight: 750; white-space: nowrap; transition: color .2s, background .2s; }
.product-subnav a:last-child { border-inline-end: 1px solid var(--line); }
.product-subnav a:hover { color: var(--teal); background: var(--ivory); }
.product-section { padding: clamp(90px, 11vw, 150px) 0; scroll-margin-top: 150px; }
.product-section-head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .65fr); gap: 90px; align-items: end; margin-bottom: 72px; }
.product-section-head h2 { max-width: 800px; }
.product-section-head .lead { margin: 0; font-size: 1.08rem; }
.ecosystem-section { background: #fff; }
.system-surface-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.system-surface-card { min-width: 0; overflow: hidden; background: #f8fbfc; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 16px 45px rgba(5,47,80,.055); }
.surface-screenshot { aspect-ratio: 16 / 8.7; display: grid; place-content: center; justify-items: center; gap: 8px; padding: 32px; color: #536d7a; background: linear-gradient(135deg, #e8edef, #cfd8dc); border-bottom: 1px solid #c5d0d5; text-align: center; }
.surface-screenshot span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 7px; color: #fff; background: #788e99; border-radius: 50%; font-size: 10px; font-weight: 850; }
.surface-screenshot strong { font: 500 clamp(1.15rem, 2vw, 1.65rem)/1.2 Georgia, serif; }
.surface-screenshot small { color: #71858f; font-size: 10px; }
.surface-copy { padding: 32px 34px 38px; }
.surface-copy h3 { margin-bottom: 15px; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.surface-copy p:last-child { color: var(--muted); font-size: 13px; }
.migration-band { display: grid; grid-template-columns: minmax(0, .8fr) minmax(340px, 1.2fr); gap: 70px; align-items: center; margin-top: 18px; padding: clamp(34px, 5vw, 58px); color: #fff; background: linear-gradient(120deg, #043b63, #0577a8); border-radius: 12px; }
.migration-band .eyebrow { color: var(--gold-light); }
.migration-band h3 { max-width: 560px; font-size: clamp(1.8rem, 3.2vw, 3rem); }
.migration-band > p { margin: 0; color: rgba(255,255,255,.7); }
.architecture-section { background: linear-gradient(180deg, #f4fbfe 0%, #fff 100%); }
.architecture-stack { position: relative; max-width: 1080px; margin-inline: auto; }
.architecture-stack::before { content: ""; position: absolute; width: 1px; top: -40px; bottom: -40px; inset-inline-start: 50%; background: linear-gradient(transparent, rgba(3,165,203,.35), transparent); }
.architecture-layer { position: relative; display: grid; grid-template-columns: 130px minmax(240px, .8fr) minmax(300px, 1.2fr) 18px; gap: 26px; align-items: center; min-height: 112px; margin: 10px auto; padding: 24px 28px; background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 16px 45px rgba(5,47,80,.06); }
.architecture-layer:nth-child(1) { width: 88%; }
.architecture-layer:nth-child(2) { width: 91%; }
.architecture-layer:nth-child(3) { width: 94%; }
.architecture-layer:nth-child(4) { width: 97%; }
.architecture-layer:nth-child(5) { width: 100%; color: var(--white); background: linear-gradient(105deg, #043b63, #065f91); border-color: transparent; }
.layer-code { color: var(--teal); font-size: 9px; font-weight: 850; letter-spacing: .15em; }
.architecture-layer:nth-child(5) .layer-code { color: var(--gold-light); }
.architecture-layer h3 { font-size: clamp(1.1rem, 2vw, 1.5rem); letter-spacing: -.025em; }
.architecture-layer p { margin: 0; color: var(--muted); font-size: 12px; }
.architecture-layer:nth-child(5) p { color: rgba(255,255,255,.65); }
.architecture-layer > i { width: 11px; height: 11px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 6px rgba(3,165,203,.12); }
.modules-section { color: var(--white); background: radial-gradient(circle at 100% 0, rgba(3,165,203,.15), transparent 26%), #052f50; }
.product-section-head-light .eyebrow { color: var(--gold-light); }
.product-section-head-light .lead { color: rgba(255,255,255,.65); }
.module-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.module-card { position: relative; min-height: 390px; padding: clamp(28px, 4vw, 46px); overflow: hidden; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.13); border-radius: 10px; transition: transform .25s, background .25s, border-color .25s; }
.module-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.06); border-color: rgba(142,219,234,.4); }
.module-card:nth-child(1), .module-card:nth-child(6) { grid-column: 1 / -1; min-height: 360px; padding-inline-end: 45%; background: linear-gradient(115deg, rgba(3,165,203,.18), rgba(255,255,255,.035)); }
.module-card:nth-child(1)::after, .module-card:nth-child(6)::after { content: ""; position: absolute; width: 260px; height: 260px; inset-inline-end: 8%; top: 50%; transform: translateY(-50%); border: 1px solid rgba(142,219,234,.23); border-radius: 50%; box-shadow: 0 0 0 42px rgba(3,165,203,.035), 0 0 0 84px rgba(3,165,203,.02); }
.module-card-head { position: relative; z-index: 2; display: flex; align-items: center; gap: 18px; color: var(--gold-light); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.module-card-head i { width: 55px; height: 1px; background: currentColor; }
.module-card h3 { position: relative; z-index: 2; max-width: 620px; margin: 48px 0 17px; font-size: clamp(1.8rem, 3.2vw, 3rem); }
.module-card p { position: relative; z-index: 2; max-width: 650px; color: rgba(255,255,255,.64); font-size: 14px; }
.module-details { position: relative; z-index: 2; display: grid; gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.module-details li { display: grid; grid-template-columns: 14px 1fr; gap: 9px; color: rgba(255,255,255,.8); font-size: 12px; }
.module-details li::before { content: ""; width: 6px; height: 6px; margin-top: 7px; background: var(--gold); border-radius: 50%; }
.workflow-section { background: #f3fafd; }
.workflow-timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.workflow-timeline::before { content: ""; position: absolute; z-index: 2; height: 2px; inset-inline: 5%; top: 50%; background: linear-gradient(90deg, var(--teal), var(--gold)); pointer-events: none; opacity: .3; }
.workflow-step { position: relative; z-index: 3; min-height: 225px; padding: 29px; background: rgba(255,255,255,.98); transition: background .2s, transform .2s; }
.workflow-step:hover { z-index: 4; background: var(--white); transform: scale(1.025); box-shadow: 0 20px 50px rgba(5,47,80,.12); }
.step-number { display: grid; place-items: center; width: 38px; height: 38px; color: var(--teal); background: #e5f6fb; border-radius: 50%; font-size: 10px; font-weight: 850; }
.workflow-step h3 { margin: 50px 0 12px; font-size: 1.2rem; letter-spacing: -.02em; }
.workflow-step p { margin: 0; color: var(--muted); font-size: 11px; }
.roles-section { color: var(--white); background: linear-gradient(145deg, #043b63, #075985); }
.role-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; padding: 1px; background: rgba(255,255,255,.14); }
.role-card { min-height: 250px; padding: 28px; background: #064873; transition: background .2s; }
.role-card:hover { background: #075784; }
.role-code { display: grid; place-items: center; width: 42px; height: 42px; color: var(--gold-light); border: 1px solid rgba(142,219,234,.38); border-radius: 9px; font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.role-card h3 { margin: 48px 0 14px; font-size: 1.22rem; letter-spacing: -.02em; }
.role-card p { margin: 0; color: rgba(255,255,255,.58); font-size: 11px; }
.operations-section { background: var(--white); }
.dual-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.operations-panel { min-height: 570px; padding: clamp(30px, 5vw, 55px); border: 1px solid var(--line); border-radius: 12px; }
.automation-panel { background: #eff9fc; }
.report-panel { color: var(--white); background: linear-gradient(145deg, #043b63, #056b9d); border-color: transparent; }
.operations-panel-head { display: flex; gap: 24px; align-items: center; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.report-panel .operations-panel-head { border-color: rgba(255,255,255,.14); }
.operations-panel-head > span { color: var(--teal); font-size: clamp(3rem, 6vw, 5rem); font-weight: 780; line-height: .8; letter-spacing: -.08em; }
.report-panel .operations-panel-head > span { color: var(--gold-light); }
.operations-panel-head small { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.report-panel .operations-panel-head small { color: rgba(255,255,255,.5); }
.operations-panel-head h3 { margin-top: 7px; font-size: 1.65rem; }
.feature-list-grid { display: grid; margin: 20px 0 0; padding: 0; list-style: none; counter-reset: feature; }
.feature-list-grid li { counter-increment: feature; display: grid; grid-template-columns: 35px 1fr; gap: 16px; align-items: center; min-height: 56px; border-bottom: 1px solid var(--line); color: #335567; font-size: 13px; }
.feature-list-grid li::before { content: "0" counter(feature); color: var(--teal); font-size: 9px; font-weight: 850; }
.report-list { display: grid; gap: 22px; margin-top: 32px; }
.report-list > div { display: grid; grid-template-columns: 1fr 145px; gap: 20px; align-items: center; }
.report-list i { position: relative; height: 4px; overflow: hidden; background: rgba(255,255,255,.12); border-radius: 4px; }
.report-list i::after { content: ""; position: absolute; inset-block: 0; inset-inline-start: 0; width: var(--bar); background: linear-gradient(90deg, var(--gold), var(--gold-light)); }
.report-list span { color: rgba(255,255,255,.72); font-size: 11px; }
.standards-section { color: var(--white); background: #032a46; }
.standards-product-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.standards-product-copy .eyebrow { color: var(--gold-light); }
.standards-product-copy .lead { color: rgba(255,255,255,.64); }
.standards-product-copy .text-link { margin-top: 35px; color: var(--gold-light); }
.standards-product-visual { position: relative; min-height: 565px; padding: 70px 55px 50px; overflow: hidden; background: radial-gradient(circle at 76% 15%, rgba(142,219,234,.23), transparent 25%), linear-gradient(140deg, #055d91, #03a5cb); border: 1px solid rgba(255,255,255,.16); border-radius: 14px; box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.standards-product-visual::before { content: ""; position: absolute; width: 380px; height: 380px; inset-inline-end: -160px; top: -160px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.025), 0 0 0 100px rgba(255,255,255,.018); }
.domain-card { position: relative; z-index: 2; display: grid; grid-template-columns: auto 1fr; gap: 2px 14px; align-items: center; padding: 24px; color: var(--ink); background: rgba(255,255,255,.94); border-radius: 9px; box-shadow: 0 18px 45px rgba(4,47,80,.18); }
.domain-card small { grid-row: 1 / 3; padding: 7px; color: #15725f; background: #e1f5ee; border-radius: 5px; font-size: 7px; font-weight: 900; }
.domain-card strong { font-size: 22px; line-height: 1.1; }
.domain-card span { color: var(--muted); font-size: 9px; }
.standards-grid { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.standard-pill { padding: 11px 14px; color: var(--white); background: rgba(3,42,70,.35); border: 1px solid rgba(255,255,255,.19); border-radius: 99px; font-size: 9px; font-weight: 800; letter-spacing: .04em; }
.discovery-note { position: relative; z-index: 2; display: grid; grid-template-columns: 40px 1fr; gap: 16px; align-items: center; margin-top: 48px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.72); font-size: 11px; }
.discovery-note i { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; box-shadow: inset 0 0 0 8px rgba(255,255,255,.06); }
.product-faq-section { background: var(--ivory); }
.faq-product-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 95px; align-items: start; }
.faq-product-grid h2 { position: sticky; top: 175px; font-size: clamp(2.5rem, 4.5vw, 4.4rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 28px 55px 28px 0; cursor: pointer; list-style: none; font-size: 1.08rem; font-weight: 750; }
[dir="rtl"] .faq-list summary { padding: 28px 0 28px 55px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; inset-inline-end: 5px; top: 23px; width: 32px; height: 32px; display: grid; place-items: center; color: var(--teal); border: 1px solid var(--line); border-radius: 50%; font-size: 19px; font-weight: 450; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 720px; margin: -5px 0 0; padding: 0 50px 28px 0; color: var(--muted); font-size: 14px; }
[dir="rtl"] .faq-list details p { padding: 0 0 28px 50px; }
.detail-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.detail-aside { position: sticky; top: 120px; align-self: start; }
.detail-number { color: var(--gold); font: 500 54px Georgia, serif; }
.detail-body > p:first-child { margin-top: 0; color: var(--muted); font-size: 1.25rem; }
.benefit-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 55px; background: var(--line); border: 1px solid var(--line); }
.benefit-list div { min-height: 180px; padding: 28px; background: var(--paper); }
.benefit-list span { display: block; margin-bottom: 35px; color: var(--teal); font: 500 18px Georgia, serif; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 240px; justify-content: space-between; gap: 80px; }
.article-header { padding: 100px 0 70px; background: var(--ivory); border-bottom: 1px solid var(--line); }
.article-header h1 { max-width: 980px; font-size: clamp(2.8rem, 5.5vw, 5.8rem); }
.article-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 35px; color: var(--muted); font-size: 12px; }
.prose { padding: 80px 0 120px; font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.85; }
.prose h2 { margin: 65px 0 22px; font-size: clamp(2rem, 4vw, 3.35rem); }
.prose p { color: #384b54; }
.legal-hero { padding-bottom: 76px; }
.legal-updated { margin: 34px 0 0; color: rgba(255,255,255,.52); font-size: 11px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.legal-section { background: #f6fafb; }
.legal-layout { display: grid; grid-template-columns: 255px minmax(0, 1fr); gap: clamp(45px, 7vw, 100px); align-items: start; }
.legal-nav { position: sticky; top: 125px; display: flex; flex-direction: column; padding: 22px; background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--gold); box-shadow: 0 15px 45px rgba(5,47,80,.055); }
.legal-nav strong { margin-bottom: 16px; color: var(--navy); font-family: Georgia, serif; font-size: 18px; }
.legal-nav a { padding: 11px 0; color: var(--muted); border-top: 1px solid var(--line); font-size: 12px; line-height: 1.35; }
.legal-nav a:hover, .legal-nav a.active { color: var(--teal); }
.legal-nav a.active { font-weight: 800; }
.legal-document.prose { min-width: 0; padding: 0; font-family: inherit; font-size: 16px; line-height: 1.75; }
.legal-document.prose h2 { margin: 58px 0 18px; color: var(--navy); font-size: clamp(1.8rem, 3vw, 2.65rem); }
.legal-document.prose h2:first-of-type { margin-top: 0; }
.legal-document.prose p, .legal-document.prose li { color: #3d5360; }
.legal-document.prose ul, .legal-document.prose ol { display: grid; gap: 9px; padding-inline-start: 23px; }
.legal-document.prose a:not(.button) { color: var(--teal); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-callout { margin-bottom: 45px; padding: 28px 30px; background: #e9f7fa; border-inline-start: 4px solid var(--teal); }
.legal-callout strong { color: var(--navy); font-family: Georgia, serif; font-size: 20px; }
.legal-callout p { margin: 8px 0 0; font-size: 14px; }
.legal-contact-list { display: grid; gap: 1px; margin: 28px 0 0; background: var(--line); border: 1px solid var(--line); }
.legal-contact-list > div { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 16px 19px; background: #fff; }
.legal-contact-list dt { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.legal-contact-list dd { margin: 0; font-size: 14px; }
.legal-table-wrap { max-width: 100%; margin: 28px 0; overflow-x: auto; border: 1px solid var(--line); }
.legal-table { width: 100%; min-width: 690px; border-collapse: collapse; background: #fff; font-family: inherit; font-size: 13px; line-height: 1.55; }
.legal-table th, .legal-table td { padding: 17px 18px; border-bottom: 1px solid var(--line); text-align: start; vertical-align: top; }
.legal-table th { color: var(--navy); background: #eaf3f6; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.legal-table tr:last-child td { border-bottom: 0; }
.legal-table code { color: #075985; font-size: 11px; }
.cookie-table { min-width: 880px; }
.legal-note { padding: 18px 20px; background: #fff8e6; border-inline-start: 3px solid var(--gold); font-size: 13px; }
.legal-sources { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 65px; padding-top: 25px; border-top: 1px solid var(--line); font-size: 12px; }
.legal-sources strong { width: 100%; color: var(--navy); font-family: Georgia, serif; font-size: 17px; }
.legal-hub-section { background: linear-gradient(180deg, #f4fbfe, #fff); }
.legal-hub-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; margin-bottom: 60px; }
.legal-hub-intro h2 { max-width: 620px; }
.legal-hub-intro .lead { margin: 0; }
.legal-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.legal-card { min-height: 330px; padding: 38px; background: #fff; }
.legal-card > span { color: var(--gold); font: 700 13px Georgia, serif; }
.legal-card h3 { margin: 54px 0 15px; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.legal-card p { color: var(--muted); font-size: 13px; }
.legal-card .text-link { display: inline-flex; margin-top: 20px; }
.application-channel-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 28px 0; background: var(--line); border: 1px solid var(--line); }
.application-channel-grid > div { min-width: 0; padding: 24px; background: #fff; }
.application-channel-grid strong { color: var(--navy); font-family: Georgia, serif; font-size: 18px; }
.application-channel-grid p { font-size: 13px; }
.application-channel-grid a, .application-channel-grid span { overflow-wrap: anywhere; font-size: 13px; }
.application-template { padding: 30px; background: #fff; border: 1px solid var(--line); box-shadow: 0 13px 38px rgba(5,47,80,.05); }
.application-template p { margin: 0 0 14px; font-size: 14px; }
.application-template p:last-child { margin-bottom: 0; }
.article-evidence { margin-top: 70px; padding: 28px 0 0; border-top: 1px solid var(--line); font-family: Inter, Arial, sans-serif; font-size: 14px; line-height: 1.65; }
.article-evidence h2 { margin: 0 0 16px; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; }
.article-evidence p { margin: 0 0 12px; }
.article-evidence ul { margin: 0; padding-inline-start: 20px; }
.article-evidence a { color: var(--teal); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-aside { padding-top: 90px; }
.article-aside-inner { position: sticky; top: 120px; padding-top: 20px; border-top: 2px solid var(--gold); }
.article-aside strong { display: block; margin-bottom: 14px; font-family: Georgia, serif; font-size: 18px; }
.article-aside p { color: var(--muted); font-size: 13px; }
.company-values { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 65px; border-top: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.company-value { min-height: 280px; padding: 35px; border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.company-value span { color: var(--gold); font: 500 14px Georgia, serif; }
.company-value h3 { margin: 65px 0 16px; }
.company-value p { color: var(--muted); font-size: 14px; }
.corporate-identity-section { border-top: 1px solid var(--line); }
.corporate-identity-card { padding: 34px; background: #fff; border-top: 3px solid var(--gold); box-shadow: 0 18px 55px rgba(5,47,80,.07); }
.corporate-identity-card h3 { margin: 0 0 26px; }
.corporate-identity-card .legal-contact-list { margin-bottom: 0; }
.contact-company-band { padding: 30px 0; background: #edf7fa; border-bottom: 1px solid var(--line); }
.contact-company-grid { display: grid; grid-template-columns: 1.15fr 1fr .75fr; gap: 42px; align-items: center; }
.contact-company-grid > div:first-child { display: grid; gap: 5px; }
.contact-company-grid .eyebrow { margin-bottom: 4px; }
.contact-company-grid strong { color: var(--navy); font-family: Georgia, serif; font-size: 18px; }
.contact-company-grid span, .contact-company-grid address, .contact-company-grid small { color: var(--muted); font-size: 12px; font-style: normal; line-height: 1.55; }
.contact-company-links { display: grid; gap: 4px; }
.contact-company-links a { color: var(--teal); font-size: 13px; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 95px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding: 42px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.field { display: grid; gap: 8px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; padding: 13px 14px; color: var(--ink); background: var(--paper); border: 1px solid rgba(16,33,44,.25); border-radius: 0; outline: none; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(29,107,104,.12); }
.field textarea { min-height: 145px; resize: vertical; }
.validation { color: #9b302b; font-size: 12px; }
.legal-acknowledgement { padding: 16px 18px; background: #f0f7f9; border: 1px solid #d3e4ea; }
.legal-acknowledgement label { display: grid; grid-template-columns: 19px 1fr; gap: 11px; align-items: start; color: #304b59; font-size: 12px; line-height: 1.55; cursor: pointer; }
.legal-acknowledgement input { width: 18px; height: 18px; margin-top: 1px; accent-color: var(--teal); }
.legal-acknowledgement a { color: var(--teal); text-decoration: underline; text-underline-offset: 2px; }
.legal-acknowledgement small { display: block; margin: 8px 0 0 30px; color: var(--muted); font-size: 10px; }
.success-message { margin-bottom: 22px; padding: 16px 18px; color: #11504c; background: #dceee9; border-inline-start: 3px solid var(--teal); }
.site-footer { color: rgba(255,255,255,.7); background: #04243d; }
.footer-main { display: grid; grid-template-columns: 1.3fr repeat(4, .7fr); gap: 48px; padding: 80px 0; }
.brand-light .brand-logo { filter: brightness(0) invert(1); opacity: .96; }
.brand-light .brand-type small { color: rgba(255,255,255,.46); }
.footer-promise { max-width: 300px; margin-top: 25px; font-family: Georgia, serif; font-size: 18px; }
.footer-column { display: flex; flex-direction: column; gap: 12px; font-size: 13px; }
.footer-column strong { margin-bottom: 8px; color: var(--white); font-family: Georgia, serif; font-size: 18px; }
.footer-column a:hover { color: var(--gold-light); }
.footer-legal { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0 34px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.cookie-notice { position: fixed; z-index: 120; inset-inline: 24px; bottom: 24px; width: min(760px, calc(100% - 48px)); margin-inline-start: auto; display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: center; padding: 22px 24px; color: #eaf5f9; background: rgba(4,36,61,.97); border: 1px solid rgba(255,255,255,.16); border-radius: 9px; box-shadow: 0 24px 70px rgba(0,18,32,.34); backdrop-filter: blur(12px); }
.cookie-notice[hidden] { display: none; }
.cookie-notice strong { font-family: Georgia, serif; font-size: 18px; }
.cookie-notice p { margin: 5px 0 0; color: rgba(255,255,255,.67); font-size: 12px; line-height: 1.55; }
.cookie-notice a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }
.cookie-notice button { min-width: 95px; min-height: 42px; padding: 9px 17px; color: #052f50; background: var(--gold-light); border: 0; border-radius: 4px; font-weight: 850; cursor: pointer; }
[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
@media (max-width: 1060px) {
    .primary-nav { position: absolute; display: none; flex-direction: column; align-items: stretch; inset-inline: 24px; top: 78px; padding: 24px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); }
    .primary-nav.is-open { display: flex; }
    .primary-nav > a:not(.button) { padding: 8px 0; }
    .primary-nav > a:not(.button)::after { display: none; }
    .nav-toggle { display: block; }
    .language-switcher { width: max-content; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { max-width: 800px; }
    .platform-frame { width: min(620px, 100%); }
    .proof-grid { grid-template-columns: repeat(4, 1fr); }
    .proof-intro { grid-column: 1 / -1; min-height: auto; border-bottom: 1px solid var(--line); }
    .identity-grid, .detail-grid, .contact-grid, .contact-company-grid { grid-template-columns: 1fr; }
    .home-product-grid { grid-template-columns: 1fr; gap: 55px; }
    .journal-stack { max-width: 560px; }
    .capability-grid, .card-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-main { grid-template-columns: repeat(2, 1fr); }
    .footer-main > div:first-child { grid-column: 1 / -1; }
    .product-hero-grid { grid-template-columns: 1fr; }
    .product-hero-copy { max-width: 820px; }
    .screenshot-slot-product { width: min(720px, 100%); transform: none; }
    [dir="rtl"] .screenshot-slot-product { transform: none; }
    .product-console { width: min(720px, 100%); transform: none; }
    [dir="rtl"] .product-console { transform: none; }
    .product-section-head { grid-template-columns: 1fr; gap: 28px; }
    .product-section-head .lead { max-width: 780px; }
    .migration-band { grid-template-columns: 1fr; gap: 28px; }
    .role-grid { grid-template-columns: repeat(2, 1fr); }
    .role-card:last-child { grid-column: 1 / -1; }
    .standards-product-grid { grid-template-columns: 1fr; gap: 60px; }
    .faq-product-grid { grid-template-columns: 1fr; gap: 48px; }
    .faq-product-grid h2 { position: static; }
}
@media (max-width: 720px) {
    :root { --shell: min(100% - 32px, 1180px); }
    .nav-shell { min-height: 76px; }
    .brand-type small { display: none; }
    .section-heading { grid-template-columns: 1fr; gap: 24px; }
    .hero { min-height: auto; padding-top: 80px; }
    .hero-grid { gap: 55px; }
    .platform-frame { min-height: 400px; padding: 10px; transform: none; }
    .frame-body { height: 350px; grid-template-columns: 72px 1fr; }
    .frame-nav { padding: 15px 10px; }
    .frame-content { padding: 20px; }
    .metric-card { min-height: 85px; padding: 12px; }
    .proof-grid { grid-template-columns: repeat(2, 1fr); }
    .proof-stat:nth-child(odd) { border-inline-end: none; }
    .identity-grid { gap: 40px; }
    .home-product-map { padding: 12px; }
    .home-product-map > div:nth-child(n) { grid-template-columns: 40px 1fr; margin-inline: 0; padding: 14px; }
    .home-product-map small { grid-column: 2; text-align: start; }
    .journal-stack { min-height: 410px; }
    .journal-page { padding: 25px; }
    .journal-page h3 { margin-top: 38px; font-size: 26px; }
    .capability-grid, .card-grid, .standards-panel, .benefit-list, .company-values { grid-template-columns: 1fr; }
    .capability-card { min-height: 310px; }
    .standards-visual { min-height: 480px; }
    .cta-grid { grid-template-columns: 1fr; }
    .cta-grid .button { justify-self: start; }
    .article-layout { grid-template-columns: 1fr; }
    .article-aside { padding-top: 0; padding-bottom: 70px; }
    .contact-form { grid-template-columns: 1fr; padding: 24px; }
    .field-full { grid-column: auto; }
    .legal-layout, .legal-hub-intro { grid-template-columns: 1fr; }
    .legal-nav { position: static; }
    .legal-card-grid, .application-channel-grid { grid-template-columns: 1fr; }
    .legal-contact-list > div { grid-template-columns: 1fr; gap: 5px; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 45px; }
    .footer-main > div:first-child { grid-column: 1 / -1; }
    .footer-main > div:last-child { grid-column: auto; }
    .footer-legal { flex-direction: column; }
    .cookie-notice { inset-inline: 14px; bottom: 14px; width: calc(100% - 28px); grid-template-columns: 1fr; gap: 15px; padding: 19px; }
    .cookie-notice button { width: 100%; }
    .product-hero { min-height: auto; padding: 45px 0 70px; }
    .product-hero .breadcrumb { margin-bottom: 38px; }
    .screenshot-slot-hero, .screenshot-slot-product { min-height: 390px; border-radius: 11px; }
    .screenshot-slot-body { padding: 45px 24px 85px; }
    .product-kicker { align-items: flex-start; flex-direction: column; }
    .product-facts { grid-template-columns: repeat(2, 1fr); gap: 22px 0; }
    .product-facts div:nth-child(3) { padding-inline-start: 0; border-inline-start: 0; }
    .product-console { padding: 7px; border-radius: 12px; }
    .product-console::before { display: none; }
    .console-body { min-height: 390px; grid-template-columns: 48px 1fr; }
    .console-side { gap: 12px; padding: 15px 8px; }
    .console-mark { width: 30px; height: 30px; margin-bottom: 8px; }
    .console-side span { transform: scale(.8); }
    .console-main { padding: 19px 14px; }
    .console-heading h3 { font-size: 19px; }
    .console-heading > span { display: none; }
    .console-metrics { grid-template-columns: repeat(2, 1fr); }
    .console-metrics > div:last-child { display: none; }
    .console-row { grid-template-columns: .85fr 1.15fr; }
    .console-row i { display: none; }
    .product-subnav { top: 76px; }
    .product-subnav a { padding: 16px 18px; }
    .architecture-stack::before { display: none; }
    .architecture-layer, .architecture-layer:nth-child(n) { width: 100%; grid-template-columns: 1fr 14px; gap: 8px 18px; padding: 24px; }
    .architecture-layer .layer-code { grid-column: 1; }
    .architecture-layer h3 { grid-column: 1; }
    .architecture-layer p { grid-column: 1; }
    .architecture-layer > i { grid-column: 2; grid-row: 1 / 4; align-self: center; }
    .system-surface-grid, .module-grid, .dual-panel { grid-template-columns: 1fr; }
    .surface-copy { padding: 26px 24px 31px; }
    .migration-band { padding: 30px 24px; }
    .module-card:nth-child(n) { grid-column: auto; min-height: 350px; padding: 30px; }
    .module-card:nth-child(1)::after, .module-card:nth-child(6)::after { display: none; }
    .workflow-timeline { grid-template-columns: 1fr 1fr; }
    .workflow-timeline::before { display: none; }
    .workflow-step { min-height: 210px; padding: 23px; }
    .workflow-step h3 { margin-top: 35px; }
    .role-grid { grid-template-columns: 1fr; }
    .role-card:last-child { grid-column: auto; }
    .operations-panel { min-height: auto; padding: 28px 24px; }
    .report-list > div { grid-template-columns: 1fr 105px; }
    .standards-product-visual { min-height: auto; padding: 35px 24px; }
    .domain-card strong { font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
    [data-reveal] { opacity: 1; transform: none; }
}

/* Corporate presentation refinements. */

body { background: var(--paper); font-family: "Segoe UI", Arial, sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; }
body::before { display: none; }
a, button { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: 1.12; overflow-wrap: anywhere; }
h1 { font-size: clamp(3rem, 5.1vw, 5.25rem); }
h2 { font-size: clamp(2.4rem, 3.8vw, 3.65rem); }
h3 { font-size: clamp(1.45rem, 2.1vw, 2rem); }
h1 em, h2 em { display: block; color: var(--teal); font-weight: 400; }
.lead { color: var(--muted); font-size: 17px; line-height: 1.85; }
.eyebrow { color: var(--teal); font-size: 10px; font-weight: 650; letter-spacing: .17em; line-height: 1.6; }
.eyebrow::before { display: none; }
.section { padding: 108px 0; }
.section-heading { grid-template-columns: minmax(0, 1.3fr) minmax(0, .75fr); gap: 90px; margin-bottom: 50px; }
.section-heading > .text-link { justify-self: end; }
.button { min-height: 52px; gap: 30px; padding: 0 24px; border-radius: 0; font-size: 12px; font-weight: 600; letter-spacing: .025em; }
.button:hover { transform: none; background: #344f42; border-color: #344f42; }
.button > span { font-size: 20px; font-weight: 400; }
.button-light { background: var(--paper); border-color: var(--paper); color: var(--navy); }
.button-light:hover { color: var(--navy); background: #e7dfcf; border-color: #e7dfcf; }
.button-small { min-height: 42px; padding-inline: 18px; }
.text-link { gap: 18px; padding-block: 6px; font-size: 12px; font-weight: 600; color: var(--ink); }
.text-link::after { font-size: 18px; font-weight: 400; }
.site-header { background: var(--paper); backdrop-filter: none; border-bottom: 1px solid var(--line); }
.site-header.is-scrolled { box-shadow: 0 4px 20px rgba(32,45,41,.04); }
.utility-bar { color: #dae1d9; background: var(--navy); }
.utility-inner { min-height: 33px; display: flex; justify-content: space-between; align-items: center; gap: 25px; font-size: 10px; letter-spacing: .045em; }
.utility-inner > span:last-child { color: #fff; font-size: 9px; letter-spacing: .16em; }
.utility-inner > span:last-child > span { margin: 0 9px; }
.nav-shell { min-height: 83px; gap: 24px; }
.brand { gap: 20px; }
.brand-wordmark { color: var(--ink); font-family: "Segoe UI", Arial, sans-serif; font-weight: 750; font-size: 43px; letter-spacing: -.07em; line-height: 1.1; direction: ltr; }
.brand-wordmark > span { color: var(--gold); }
.brand-type { border-inline-start: 1px solid var(--line); padding-inline-start: 19px; }
.brand-type small { font-size: 9px; letter-spacing: .095em; max-width: 100px; line-height: 1.6; }
.primary-nav { gap: 20px; font-size: 12px; font-weight: 550; }
.primary-nav > a:not(.button) { padding-block: 30px; }
.primary-nav > a:not(.button)::after { bottom: 20px; }
.primary-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.language-switcher { border: 0; border-inline-start: 1px solid var(--line); border-radius: 0; padding-inline-start: 15px; }
.language-switcher a { min-width: 27px; padding: 5px 4px; border-radius: 0; font-size: 9px; }
.language-switcher a.active { color: var(--ink); background: transparent; box-shadow: inset 0 -1px var(--gold); }
.editorial-hero { padding: 54px 0 58px; }
.editorial-hero-grid { display: grid; grid-template-columns: minmax(0, 1.13fr) minmax(0, 1fr); gap: clamp(40px, 5.8vw, 92px); align-items: center; }
.editorial-hero-copy { padding: 18px 0; }
.editorial-hero-copy .eyebrow { margin-bottom: 31px; }
.editorial-hero h1 { font-size: clamp(3.3rem, 5.05vw, 5.05rem); line-height: 1.09; letter-spacing: -.05em; text-wrap: initial; }
.editorial-hero h1 em { margin-top: 5px; }
.editorial-hero .lead { margin-top: 27px; max-width: 480px; font-size: 15px; line-height: 1.9; }
.editorial-hero .hero-actions { margin-top: 30px; gap: 28px; align-items: center; }
.heritage-note { display: flex; gap: 24px; align-items: center; margin-top: 43px; padding-top: 24px; border-top: 1px solid var(--line); max-width: 455px; }
.heritage-note > strong { font-family: var(--serif); font-size: 46px; font-weight: 400; letter-spacing: -.055em; line-height: 1; }
.heritage-note > strong > span { color: var(--gold); font-size: 28px; vertical-align: top; }
.heritage-note p { margin: 0; font-size: 12px; line-height: 1.85; }
.heritage-note p span { color: var(--muted); font-size: 11px; }
.editorial-hero-figure { position: relative; margin: 0; min-width: 0; background: var(--navy); }
.editorial-hero-figure > img { width: 100%; height: clamp(390px, 33.4vw, 490px); object-fit: cover; object-position: center 63%; }
.editorial-hero-figure figcaption { display: flex; gap: 23px; align-items: start; min-height: 124px; padding: 26px 30px; color: var(--paper); }
.figure-index { padding-top: 7px; color: var(--gold-light); font-size: 10px; white-space: nowrap; }
.editorial-hero-figure figcaption p { margin: 0; font: 24px/1.4 var(--serif); letter-spacing: -.025em; }
.editorial-hero-figure figcaption em { color: #d6d9c9; }
.figure-mark { margin-inline-start: auto; align-self: end; color: var(--gold-light); font-size: 30px; line-height: 1.1; }
.institution-strip { border-block: 1px solid var(--line); }
.institution-strip-inner { display: flex; justify-content: space-between; gap: 28px; align-items: center; min-height: 100px; }
.institution-strip p { max-width: 145px; margin: 0; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.institution-strip a { font-family: var(--serif); font-size: 18px; line-height: 1.3; }
.institution-strip a:hover { color: var(--teal); text-decoration: underline; text-underline-offset: 5px; }
.intro-grid { display: grid; grid-template-columns: .4fr 1fr; gap: 80px; }
.section-label { display: flex; flex-direction: column; gap: 20px; }
.section-label > span { color: var(--gold); font: 18px var(--serif); }
.intro-body { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 42px; align-items: end; margin-top: 28px; }
.intro-body p { max-width: 610px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.95; }
.publishing-section { background: var(--ivory); }
.publishing-section .section-heading .text-link { margin-top: 20px; }
.expertise-list { border-top: 1px solid #b9c2b7; }
.expertise-row { display: grid; grid-template-columns: 44px minmax(0, .8fr) minmax(0, 1fr) 30px; gap: 28px; align-items: center; padding: 30px 0; border-bottom: 1px solid #ced3c7; transition: background .2s; }
.expertise-number { color: var(--gold); font: 15px var(--serif); }
.expertise-row h3 { font-size: 27px; letter-spacing: -.035em; }
.expertise-row p { margin: 0; max-width: 470px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.expertise-arrow { font-size: 26px; font-weight: 300; color: var(--teal); transition: transform .2s; }
.expertise-row:hover { background: #e8e7dd; }
.expertise-row:hover .expertise-arrow { transform: translate(3px,-3px); }
.continuity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.publishing-principles { padding: 42px 45px; border: 1px solid var(--line); }
.publishing-principles > .eyebrow { margin-bottom: 32px; }
.publishing-principles > div { display: grid; grid-template-columns: 28px 1fr; column-gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
.publishing-principles > div > span { padding-top: 4px; color: var(--gold); font-size: 11px; }
.publishing-principles h3 { font-size: 30px; }
.publishing-principles p { grid-column: 2; color: var(--muted); font-size: 12px; margin: 9px 0 0; }
.continuity-copy .lead { font-size: 15px; }
.continuity-copy .text-link { margin-top: 26px; }
.standards-ledger { border-block: 1px solid var(--line); }
.standards-ledger-inner { display: flex; justify-content: space-between; gap: 36px; align-items: center; padding-block: 30px; }
.standards-ledger p { max-width: 190px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.standards-ledger-inner > div { display: flex; flex-wrap: wrap; gap: 36px; align-items: center; }
.standards-ledger-inner > div > span { font-family: var(--serif); font-size: 23px; }
.card-grid { gap: 38px; }
.content-card { min-height: 320px; background: transparent; border: 0; border-top: 1px solid #b7c1b5; padding: 27px 0 0; }
.content-card:hover { transform: none; box-shadow: none; }
.content-card .meta { font-size: 9px; letter-spacing: .1em; color: var(--teal); }
.content-card h3 { margin-top: 28px; font-size: 29px; line-height: 1.23; }
.content-card p { font-size: 13px; line-height: 1.8; }
.content-card .text-link { padding-top: 20px; align-self: start; }
.institutional-cta { padding: 75px 0 82px; background: var(--navy); color: var(--paper); }
.institutional-cta .eyebrow { color: var(--gold-light); }
.institutional-cta .cta-grid { grid-template-columns: 1fr .5fr; gap: 100px; }
.institutional-cta h2 { font-size: clamp(2.75rem, 4.8vw, 4.8rem); }
.institutional-cta h2 em { color: #d1d7c6; }
.institutional-cta .cta-grid p { margin: 0 0 26px; color: #d1d7cd; font-size: 14px; }
.site-footer { background: #0f265c; }
.footer-main { padding-block: 65px; gap: 35px; }
.brand-light .brand-wordmark { color: var(--paper); }
.brand-light .brand-type { border-color: #43564b; }
.footer-promise { font-size: 17px; color: #c5cdc2; line-height: 1.65; }
.footer-column { font-size: 11px; gap: 11px; }
.footer-column strong { font-size: 17px; font-weight: 400; }
.footer-legal { font-size: 10px; }
.cookie-notice { border-radius: 0; background: #243c33; color: var(--paper); box-shadow: 0 8px 35px #192b2726; backdrop-filter: none; padding: 18px 22px; width: min(625px, calc(100% - 48px)); }
.cookie-notice strong { font-weight: 400; font-size: 16px; }
.cookie-notice p { font-size: 11px; }
.cookie-notice button { border-radius: 0; background: var(--paper); color: var(--navy); font-size: 11px; font-weight: 600; }
/* Shared interior pages. */
.page-hero { position: relative; padding: 52px 0 75px; color: var(--ink); background: var(--ivory); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 960px; font-size: clamp(2.7rem, 5vw, 5rem); }
.page-hero .lead { max-width: 820px; color: var(--muted); font-size: 17px; }
.breadcrumb { margin-bottom: 38px; color: var(--muted); font-size: 11px; }
.breadcrumb a:hover { color: var(--ink); text-decoration: underline; }
.section-dark { background: var(--navy); }
.section-dark .text-link { color: var(--gold-light); }
.cta-band { background: var(--navy); padding: 70px 0; }
.cta-band::after { display: none; }
.cta-grid h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.company-values { border-inline-start: 0; }
.company-value { padding: 32px 30px; border-inline-end: 0; }
.company-value:first-child { padding-inline-start: 0; }
.company-value h3 { margin-top: 36px; }
.corporate-identity-card, .contact-form, .legal-nav { box-shadow: none; }
.contact-company-band, .legal-section, .legal-hub-section { background: var(--ivory); }
.legal-callout, .legal-table th, .legal-acknowledgement, .automation-panel { background: #efefe5; }
.legal-updated { color: var(--muted); }
.legal-acknowledgement { border-color: var(--line); }
.legal-document.prose p, .legal-document.prose li, .legal-acknowledgement label { color: #4a594e; }
.field input, .field textarea, .field select { background: var(--paper); }
/* Product presentation: real product structure instead of placeholder screens. */
.product-hero { min-height: auto; padding: 50px 0 75px; background: var(--ivory); color: var(--ink); }
.product-hero::before, .product-hero::after { display: none; }
.product-hero-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, .8fr); gap: 75px; }
.product-hero-copy h1 { font-size: clamp(2.7rem, 4.7vw, 4.6rem); }
.product-hero-copy .lead { color: var(--muted); font-size: 16px; }
.product-kicker { color: var(--muted); font-size: 10px; }
.product-kicker span { color: var(--navy); background: transparent; border: 1px solid #b9c2b7; border-radius: 0; }
.product-hero .button-light { color: var(--paper); background: var(--navy); border-color: var(--navy); }
.product-ghost-button { color: var(--navy); border-color: #a0aea0; }
.product-ghost-button:hover { color: var(--navy); background: #e5e7dc; border-color: var(--navy); }
.product-facts { border-color: #cbd0c2; margin-top: 40px; }
.product-facts div { border-color: #cbd0c2; }
.product-facts strong { color: var(--teal); font-family: var(--serif); font-weight: 400; }
.product-facts span { color: var(--muted); }
.publication-ledger { border: 1px solid #bfc8b9; padding: 36px; background: var(--paper); }
.publication-ledger h2 { font-size: 35px; margin-bottom: 32px; }
.publication-ledger ol { list-style: none; padding: 0; margin: 0; counter-reset: publication; }
.publication-ledger li { display: grid; grid-template-columns: 30px 1fr; gap: 16px; padding: 21px 0; border-top: 1px solid var(--line); counter-increment: publication; font-family: var(--serif); font-size: 22px; }
.publication-ledger li::before { content: "0" counter(publication); padding-top: 6px; color: var(--gold); font: 11px "Segoe UI", sans-serif; }
.publication-ledger > p:last-child { margin: 26px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.product-subnav { top: 116px; background: var(--paper); box-shadow: none; backdrop-filter: none; }
.product-subnav a { padding: 18px 22px; font-weight: 550; }
.product-section { padding: 90px 0; scroll-margin-top: 190px; }
.product-section-head { grid-template-columns: minmax(0, 1.15fr) minmax(0, .75fr); gap: 70px; margin-bottom: 48px; }
.product-section-head h2 { font-size: clamp(2.2rem, 3.7vw, 3.5rem); }
.product-section-head .lead { font-size: 15px; }
.system-surface-grid { gap: 0 50px; }
.system-surface-card { border: 0; border-top: 1px solid #b7c1b5; border-radius: 0; box-shadow: none; background: transparent; }
.surface-index { display: block; color: var(--gold); font: 20px var(--serif); padding-top: 25px; }
.surface-copy { padding: 25px 0 35px; }
.migration-band { border-radius: 0; background: var(--navy); margin-top: 35px; }
.architecture-section, .workflow-section { background: var(--ivory); }
.architecture-stack::before, .architecture-layer > i, .workflow-timeline::before { display: none; }
.architecture-layer:nth-child(n) { width: 100%; margin: 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; box-shadow: none; grid-template-columns: 100px minmax(0,.8fr) minmax(0,1.2fr); padding: 26px 22px; }
.architecture-layer:nth-child(5) { background: var(--navy); }
.modules-section, .roles-section, .standards-section, .report-panel { background: var(--navy); }
.module-grid { gap: 0 45px; }
.module-card:nth-child(n) { grid-column: auto; padding: 30px 0; min-height: auto; border: 0; border-top: 1px solid #5c7060; border-radius: 0; background: transparent; }
.module-card:nth-child(n)::after { display: none; }
.module-card:hover { transform: none; }
.module-card h3 { font-size: 31px; margin-top: 28px; }
.module-details li::before { border-radius: 0; background: var(--gold-light); }
.workflow-step:hover { transform: none; box-shadow: none; }
.workflow-timeline { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.workflow-step, .role-card, .operations-panel { min-width: 0; overflow-wrap: anywhere; }
.step-number { background: transparent; border-radius: 0; border-bottom: 1px solid var(--gold); }
.role-card { background: var(--navy); }
.role-card:hover { background: #29483e; }
.role-code { border-radius: 0; border-color: #8eaa91; }
.operations-panel, .standards-product-visual, .domain-card { border-radius: 0; box-shadow: none; }
.standards-product-visual { background: #122e6f; }
.standards-product-visual::before { display: none; }
.report-list i::after { background: var(--gold-light); }
.feature-list-grid li { color: var(--muted); }
[data-reveal] { opacity: 1; transform: none; }
[dir="rtl"] { --serif: "Times New Roman", Georgia, serif; }
[dir="rtl"] .eyebrow { letter-spacing: 0; }
[dir="rtl"] .expertise-arrow, [dir="rtl"] .figure-mark, [dir="rtl"] .button > span { transform: scaleX(-1); }
[dir="rtl"] .text-link:hover::after { transform: translateX(-4px); }
@media (min-width: 1500px) {
    .editorial-hero { padding-block: 65px; }
    .editorial-hero-figure > img { height: 510px; }
}
@media (max-width: 1150px) {
    :root { --shell: calc(100% - 64px); }
    .brand-type { display: none; }
    .primary-nav { gap: 20px; }
    .editorial-hero h1 { font-size: 4.1rem; }
    .editorial-hero-grid { gap: 45px; }
    .institution-strip-inner { gap: 22px; }
    .institution-strip a { font-size: 16px; }
    .intro-grid, .continuity-grid { gap: 60px; }
    .intro-body { grid-template-columns: 1fr; gap: 18px; }
    .section-heading { gap: 55px; }
    .standards-ledger-inner > div { gap: 25px; }
    .standards-ledger-inner > div > span { font-size: 20px; }
}
@media (max-width: 1060px) {
    .primary-nav { top: 116px; inset-inline: 32px; gap: 15px; padding: 25px; }
    .primary-nav > a:not(.button) { padding-block: 8px; }
    .primary-nav > a[aria-current="page"] { color: var(--teal); text-decoration: underline; text-underline-offset: 5px; }
    .language-switcher { border-inline-start: 0; padding-inline-start: 0; }
    .editorial-hero-grid { grid-template-columns: 1.15fr 1fr; gap: 35px; }
    .editorial-hero h1 { font-size: 3.5rem; }
    .editorial-hero .lead { font-size: 14px; }
    .editorial-hero-figure > img { height: 400px; }
    .editorial-hero-figure figcaption { padding: 22px; gap: 15px; }
    .editorial-hero-figure figcaption p { font-size: 21px; }
    .figure-mark { display: none; }
    .institution-strip-inner { flex-wrap: wrap; justify-content: start; gap: 22px 32px; padding-block: 25px; }
    .institution-strip p { width: 100%; max-width: none; }
    .continuity-grid { gap: 45px; }
    .publishing-principles { padding: 30px; }
    .standards-ledger-inner { flex-wrap: wrap; gap: 15px 30px; }
    .standards-ledger p { max-width: none; width: 100%; margin: 0; }
    .standards-ledger .text-link { margin-inline-start: auto; }
    .product-hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
    .product-hero-copy h1 { font-size: 3.3rem; }
    .product-section-head { grid-template-columns: 1fr; gap: 25px; }
    .architecture-layer:nth-child(n) { grid-template-columns: 80px minmax(0,.8fr) minmax(0,1.2fr); gap: 20px; }
    .institutional-cta .cta-grid { gap: 55px; }
}
@media (max-width: 760px) {
    :root { --shell: calc(100% - 40px); }
    .utility-inner { min-height: 29px; font-size: 9px; }
    .utility-inner > span:last-child { display: none; }
    .nav-shell { min-height: 72px; }
    .brand-wordmark { font-size: 37px; }
    .primary-nav { top: 101px; inset-inline: 20px; max-height: calc(100dvh - 121px); overflow-y: auto; }
    .editorial-hero { padding: 35px 0 38px; }
    .editorial-hero-grid { grid-template-columns: 1fr; gap: 33px; }
    .editorial-hero-copy { padding: 10px 0 0; }
    .editorial-hero-copy .eyebrow { margin-bottom: 22px; font-size: 9px; }
    .editorial-hero h1 { max-width: 560px; font-size: clamp(2.9rem, 8.8vw, 4rem); line-height: 1.13; }
    .editorial-hero .lead { margin-top: 23px; max-width: 530px; font-size: 14px; }
    .editorial-hero .hero-actions { margin-top: 25px; gap: 24px; }
    .heritage-note { margin-top: 30px; padding-top: 21px; max-width: none; }
    .heritage-note > strong { font-size: 39px; }
    .editorial-hero-figure > img { height: 330px; object-position: center 66%; }
    .editorial-hero-figure figcaption { min-height: 108px; padding: 22px 25px; }
    .figure-mark { display: block; }
    .institution-strip-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 22px; padding-block: 26px; }
    .institution-strip p { grid-column: 1 / -1; font-size: 9px; }
    .institution-strip a { font-size: 17px; }
    .section { padding: 65px 0; }
    h2 { font-size: clamp(2.1rem, 6.6vw, 3rem); }
    .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 33px; }
    .section-heading > .text-link { justify-self: start; }
    .intro-grid { grid-template-columns: 1fr; gap: 24px; }
    .section-label { flex-direction: row; gap: 20px; align-items: center; }
    .section-label .eyebrow { margin: 0; }
    .intro-body { margin-top: 23px; }
    .intro-body p { font-size: 14px; }
    .expertise-row { grid-template-columns: 25px 1fr 20px; gap: 13px; padding-block: 24px; }
    .expertise-row h3 { font-size: 24px; }
    .expertise-row p { grid-column: 2; font-size: 12px; }
    .expertise-arrow { grid-column: 3; grid-row: 1 / 3; font-size: 23px; }
    .continuity-grid { grid-template-columns: 1fr; gap: 38px; }
    .publishing-principles { padding: 28px; }
    .publishing-principles h3 { font-size: 27px; }
    .standards-ledger-inner { padding-block: 24px; gap: 19px; }
    .standards-ledger-inner > div { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 15px 30px; }
    .standards-ledger-inner > div > span { font-size: 21px; }
    .standards-ledger .text-link { margin-inline-start: 0; }
    .card-grid { grid-template-columns: 1fr; gap: 32px; }
    .content-card { min-height: auto; }
    .content-card h3 { font-size: 26px; }
    .content-card .text-link { padding-top: 12px; }
    .institutional-cta { padding-block: 55px; }
    .institutional-cta .cta-grid { grid-template-columns: 1fr; gap: 24px; }
    .institutional-cta h2 { font-size: 2.9rem; }
    .footer-main { padding-block: 45px; gap: 35px 25px; }
    .footer-legal { gap: 10px; }
    .cookie-notice { inset-inline: 12px; bottom: 12px; width: calc(100% - 24px); padding: 16px 18px; grid-template-columns: 1fr auto; gap: 12px; }
    .cookie-notice button { min-width: 68px; padding-inline: 12px; width: auto; }
    .cookie-notice p { font-size: 10px; }
    .cookie-notice strong { font-size: 15px; }
    .page-hero { padding: 35px 0 50px; }
    .page-hero h1 { font-size: 2.8rem; }
    .page-hero .lead { font-size: 15px; }
    .breadcrumb { margin-bottom: 30px; }
    .company-value { padding: 28px 0; }
    .product-hero { padding: 35px 0 50px; }
    .product-hero-grid { grid-template-columns: 1fr; gap: 35px; }
    .product-hero-copy h1 { font-size: 2.9rem; }
    .product-kicker { flex-direction: row; }
    .product-subnav { top: 101px; }
    .product-subnav a { padding: 16px; }
    .product-section { padding-block: 65px; scroll-margin-top: 165px; }
    .publication-ledger { padding: 28px; }
    .publication-ledger h2 { font-size: 30px; }
    .publication-ledger li { font-size: 21px; padding-block: 17px; }
    .system-surface-grid, .module-grid { grid-template-columns: 1fr; }
    .architecture-layer:nth-child(n) { grid-template-columns: 1fr; gap: 10px; padding: 24px 20px; }
    .module-card:nth-child(n) { padding: 30px 0; }
    .module-card h3 { font-size: 29px; }
    .workflow-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
    .workflow-timeline { grid-template-columns: 1fr; }
    .workflow-step { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 20px; align-items: center; min-height: auto; padding: 22px; }
    .workflow-step h3 { margin: 0 0 6px; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Journal applications */
.application-hero { padding-bottom: 55px; }
.application-hero h1 { font-size: clamp(2.8rem, 4.6vw, 4.5rem); }
.application-hero .lead { max-width: 690px; font-size: 16px; }
.application-section { padding-block: 65px 95px; }
.application-layout { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.4fr); gap: clamp(45px, 7vw, 100px); align-items: start; }
.application-aside { position: sticky; top: 155px; padding-top: 12px; }
.application-aside h2 { font-size: clamp(2rem, 2.8vw, 2.8rem); }
.application-aside > p:not(.eyebrow) { margin: 22px 0 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.application-process { list-style: none; counter-reset: application; margin: 36px 0 0; padding: 0; }
.application-process li { counter-increment: application; position: relative; padding: 21px 0; padding-inline-start: 38px; border-top: 1px solid var(--line); }
.application-process li::before { content: "0" counter(application); position: absolute; inset-inline-start: 0; top: 25px; font: 12px var(--serif); color: var(--gold); }
.application-process strong { display: block; margin-bottom: 7px; font: 22px var(--serif); }
.application-process span { display: block; color: var(--muted); font-size: 12px; line-height: 1.75; }
.application-help { margin-top: 25px; padding-top: 25px; border-top: 1px solid var(--line); }
.application-help p { margin: 0 0 10px; color: var(--muted); font-size: 12px; }
.application-help > a { display: block; width: fit-content; font-size: 14px; overflow-wrap: anywhere; }
.application-help .text-link { display: inline-flex; margin-top: 10px; font-size: 12px; }
.application-main { min-width: 0; }
.application-form { position: relative; background: #fff; border: 1px solid var(--line); padding: clamp(25px, 3.6vw, 50px); }
.application-form-intro { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; margin-bottom: 36px; }
.application-form-intro h2 { font-size: 31px; }
.application-form-intro p { margin: 0; color: var(--muted); font-size: 11px; }
.application-form fieldset { min-width: 0; margin: 0 0 35px; padding: 25px 0 0; border: 0; border-top: 1px solid var(--line); }
.application-form legend { max-width: 100%; padding: 0 18px 0 0; font: 24px/1.35 var(--serif); }
.application-form legend > span { margin-inline-end: 17px; color: var(--gold); font: 12px "Segoe UI", Arial, sans-serif; }
.application-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 24px; }
.application-form .field { min-width: 0; gap: 8px; align-content: start; }
.application-form .field label { text-transform: none; letter-spacing: 0; font-size: 12px; font-weight: 600; }
.application-form .field label > span, .application-consent label > span > span { color: var(--gold); }
.application-form .field label small { font-size: 10px; font-weight: 400; color: var(--muted); }
.application-form .field input, .application-form .field select, .application-form .field textarea { background: #fbfcf9; border-color: #cbd2c9; min-height: 49px; padding: 11px 13px; font-size: 16px; line-height: 1.5; }
.application-form .field input:focus, .application-form .field textarea:focus, .application-form .field select:focus { background: #fff; border-color: var(--teal); box-shadow: 0 0 0 2px #405f5214; }
.application-form .field textarea { min-height: 145px; }
.application-form .field-hint { color: var(--muted); font-size: 11px; line-height: 1.65; }
.application-form .input-validation-error { border-color: #963f32 !important; }
.application-form .validation:empty { display: none; }
.application-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.application-consent { padding: 23px 0; border-top: 1px solid var(--line); }
.application-consent label { display: grid; grid-template-columns: 19px minmax(0, 1fr); gap: 13px; font-size: 12px; line-height: 1.85; cursor: pointer; }
.application-consent input { width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--navy); }
.application-consent a { text-decoration: underline; text-underline-offset: 3px; }
.application-consent .validation { display: block; margin-top: 8px; }
.application-submit { display: flex; flex-direction: column; align-items: start; gap: 20px; }
.application-submit p { margin: 0; max-width: 520px; color: var(--muted); font-size: 11px; line-height: 1.75; }
.application-submit .button { min-width: 225px; justify-content: space-between; }
.application-submit .button [data-submit-label] { font-size: 12px; font-weight: 600; transform: none; }
.application-submit .button:disabled { opacity: .7; cursor: wait; }
.application-errors { margin-bottom: 30px; padding: 20px 23px; background: #fbf4f0; border-inline-start: 3px solid #963f32; color: #833526; font-size: 12px; line-height: 1.75; scroll-margin-top: 145px; }
.application-errors strong { font-size: 14px; }
.application-errors ul { margin-bottom: 0; padding-inline-start: 20px; }
.application-success { padding: clamp(30px, 4.5vw, 65px); background: #eef1e9; border: 1px solid #ccd5c7; scroll-margin-top: 145px; }
.application-success-mark { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 36px; border: 1px solid #97ac97; font-size: 25px; color: var(--teal); }
.application-success h2 { font-size: clamp(2.3rem, 3.4vw, 3.4rem); }
.application-success > p:not(.eyebrow) { margin: 25px 0 32px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.application-success .text-link { display: flex; width: fit-content; margin-top: 20px; }
[dir="rtl"] .application-form legend { padding: 0 0 0 18px; }
@media (max-width: 1100px) {
    .application-layout { gap: 40px; grid-template-columns: minmax(0, .6fr) minmax(0, 1.4fr); }
    .application-form-intro { flex-direction: column; gap: 8px; }
}
@media (max-width: 900px) {
    .application-layout { grid-template-columns: 1fr; gap: 45px; }
    .application-aside { position: static; }
    .application-aside > p:not(.eyebrow) { max-width: 600px; }
    .application-process { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; margin-top: 25px; }
    .application-process strong { font-size: 20px; }
    .application-help { margin-top: 8px; }
    .application-main { grid-row: 1; }
}
@media (max-width: 600px) {
    .application-hero { padding-bottom: 37px; }
    .application-hero .lead { font-size: 14px; }
    .application-section { padding-block: 30px 60px; }
    .application-fields { grid-template-columns: 1fr; gap: 20px; }
    .application-form { padding: 25px 21px; }
    .application-form-intro { margin-bottom: 30px; }
    .application-form-intro h2 { font-size: 28px; }
    .application-form legend { font-size: 23px; }
    .application-form .field-full { grid-column: 1; }
    .application-form .field label { font-size: 12px; }
    .application-submit .button { width: 100%; min-width: 0; }
    .application-process { grid-template-columns: 1fr; gap: 0; }
    .application-errors, .application-success { scroll-margin-top: 125px; }
}

/* Journal catalogue: original covers, generous margins and direct links. */
.journals-hero { padding-bottom: 65px; }
.journals-intro { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, .7fr); align-items: end; gap: 90px; }
.journals-intro h1 { max-width: 780px; font-size: clamp(2.8rem, 4.7vw, 4.6rem); }
.journals-intro .eyebrow { margin-bottom: 20px; }
.journals-intro-note { padding-bottom: 4px; }
.journals-intro-rule { display: block; width: 38px; height: 2px; margin-bottom: 21px; background: var(--gold); }
.journals-intro-note p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.journals-section { padding-block: 50px 90px; }
.journals-collection-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-bottom: 22px; margin-bottom: 32px; border-bottom: 1px solid var(--line); }
.journals-collection-heading h2 { margin: 0; font-family: inherit; font-size: 12px; font-weight: 600; letter-spacing: .02em; }
.journals-collection-heading > span { color: var(--muted); font-size: 11px; white-space: nowrap; }
.journal-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 48px 32px; }
.journal-card { min-width: 0; }
.journal-card-link { display: flex; flex-direction: column; height: 100%; color: var(--ink); }
.journal-card-link:focus-visible { outline-offset: 8px; }
.journal-cover-stage { display: flex; align-items: center; justify-content: center; height: 318px; padding: 27px 29px; background: #eeece5; border: 1px solid #e7e5de; }
.journal-cover { display: block; width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; box-shadow: 3px 5px 12px rgba(30, 39, 33, .16); transition: transform .25s ease, box-shadow .25s ease; }
.journal-card-link:hover .journal-cover { transform: translateY(-5px); box-shadow: 3px 10px 18px rgba(30, 39, 33, .2); }
.journal-card-info { display: flex; flex: 1; flex-direction: column; align-items: start; padding-top: 22px; }
.journal-card-info h3 { margin: 0 0 9px; font-size: 24px; line-height: 1.27; letter-spacing: -.025em; }
.journal-domain { display: block; max-width: 100%; color: var(--muted); font-size: 11px; overflow-wrap: anywhere; }
.journal-visit { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; margin-top: auto; padding-block: 21px 15px; border-bottom: 1px solid var(--line); color: var(--teal); font-size: 11px; font-weight: 600; }
.journal-visit svg { flex: 0 0 auto; }
.journal-card-link:hover .journal-visit { border-color: var(--gold); }
.journals-invitation { padding-block: 61px; color: var(--paper); background: var(--navy); }
.journals-invitation-inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.journals-invitation .eyebrow { color: var(--gold-light); }
.journals-invitation h2 { max-width: 770px; color: inherit; font-size: clamp(2rem, 3.4vw, 3.2rem); }
.journals-invitation p:not(.eyebrow) { margin-bottom: 0; color: #d0d7ce; font-size: 14px; line-height: 1.8; }
.journals-invitation .button { flex-shrink: 0; }
@media (max-width: 1150px) {
    .journals-intro { gap: 50px; }
    .journal-grid { gap: 42px 24px; }
    .journal-cover-stage { height: 280px; padding: 25px 20px; }
    .journal-card-info h3 { font-size: 22px; }
}
@media (max-width: 900px) {
    .journals-intro { grid-template-columns: 1fr; gap: 28px; }
    .journals-intro-note { max-width: 560px; }
    .journals-intro-rule { display: none; }
    .journal-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .journal-cover-stage { height: 270px; }
    .journals-invitation-inner { align-items: start; flex-direction: column; gap: 30px; }
}
@media (max-width: 680px) {
    .journals-hero { padding-bottom: 38px; }
    .journals-intro h1 { font-size: 2.8rem; }
    .journals-section { padding-block: 30px 56px; }
    .journal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 18px; }
    .journal-cover-stage { height: 245px; padding: 19px; }
    .journal-card-info { padding-top: 17px; }
    .journal-card-info h3 { font-size: 21px; }
    .journal-domain { font-size: 10px; }
    .journal-visit { font-size: 10px; gap: 8px; }
}
@media (max-width: 420px) {
    .journal-grid { grid-template-columns: 1fr; gap: 35px; }
    .journal-cover-stage { height: 330px; padding: 27px; }
    .journal-card-info h3 { font-size: 25px; }
    .journal-domain, .journal-visit { font-size: 12px; }
    .journals-collection-heading { margin-bottom: 24px; }
}
@media (prefers-reduced-motion: reduce) {
    .journal-cover { transition: none; }
    .journal-card-link:hover .journal-cover { transform: none; }
}

/* Public form security verification. */
.turnstile-field { display: flex; flex-direction: column; align-items: stretch; min-width: 0; gap: 10px; margin-block: 12px 20px; }
.turnstile-label { font-size: 12px; font-weight: 600; color: var(--ink); }
.turnstile-status { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.turnstile-status[data-state="error"] { color: #963f32; }
.turnstile-retry { align-self: flex-start; padding: 8px 13px; border: 1px solid var(--line); background: transparent; color: var(--ink); font: inherit; font-size: 12px; cursor: pointer; }
.turnstile-retry[hidden] { display: none; }
.turnstile-field [data-turnstile-widget] { max-width: 100%; }
.contact-form button[type="submit"]:disabled { opacity: .55; cursor: wait; }
