:root {
    --ink: #15171c;
    --ink-2: #20232b;
    --ink-3: #30343d;
    --text: #181a20;
    --muted: #676a72;
    --paper: #ffffff;
    --soft: #f5f4ef;
    --soft-2: #faf9f5;
    --line: #dedbd0;
    --gold: #ffcc29;
    --gold-2: #dda313;
    --gold-3: #ffe48a;
    --radius-sm: 12px;
    --radius: 22px;
    --radius-lg: 34px;
    --shadow-sm: 0 16px 42px rgba(21,23,28,.07);
    --shadow: 0 28px 80px rgba(21,23,28,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.62; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.site-shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 9999; background: #fff; color: #000; padding: 10px 14px; }
.skip-link:focus { top: 12px; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }

/* Official disclosure */
.official-bar { position: relative; z-index: 1200; background: #111318; color: #fff; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.08); }
.official-bar__inner { min-height: 38px; display: flex; align-items: center; }
.official-disclosure { position: relative; width: 100%; }
.official-disclosure summary { width: max-content; display: flex; align-items: center; gap: 9px; min-height: 38px; cursor: pointer; list-style: none; font-weight: 700; }
.official-disclosure summary::-webkit-details-marker { display: none; }
.official-disclosure summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.official-status { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(255,204,41,.14); }
.official-chevron { width: 8px; height: 8px; margin-left: 2px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .25s ease; }
.official-disclosure[open] .official-chevron { transform: rotate(225deg) translate(-1px,-1px); }
.official-panel { position: absolute; top: calc(100% + 10px); left: 0; width: min(700px, calc(100vw - 48px)); display: grid; grid-template-columns: 1fr 1fr; color: var(--text); background: rgba(255,255,255,.98); border: 1px solid var(--line); border-top: 4px solid var(--gold); border-radius: 0 0 16px 16px; box-shadow: 0 24px 70px rgba(0,0,0,.18); overflow: hidden; backdrop-filter: blur(14px); animation: panelIn .22s ease both; }
.official-panel article { display: flex; gap: 14px; padding: 22px; }
.official-panel article + article { border-left: 1px solid var(--line); }
.official-panel__icon { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 11px; background: rgba(255,204,41,.16); color: var(--ink); }
.official-panel strong { display: block; margin-bottom: 3px; color: var(--ink); }
.official-panel p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
@keyframes panelIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

/* Header */
.site-header { position: sticky; top: 0; z-index: 1100; background: rgba(255,255,255,.93); color: var(--ink); border-bottom: 1px solid rgba(222,219,208,.8); backdrop-filter: blur(18px); transition: box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { background: rgba(255,255,255,.98); box-shadow: 0 14px 45px rgba(21,23,28,.08); }
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; min-width: max-content; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo, .theme-brand-logo { width: auto; max-width: 180px; max-height: 60px; object-fit: contain; }
.primary-nav { margin-left: auto; }
.primary-nav .menu { display: flex; align-items: center; gap: 23px; list-style: none; margin: 0; padding: 0; }
.primary-nav a { position: relative; color: var(--ink); font-size: 13px; font-weight: 750; white-space: nowrap; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -12px; height: 2px; background: var(--gold); transition: right .25s ease; }
.primary-nav a:hover::after, .primary-nav .current-menu-item > a::after { right: 0; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: #fff; border-radius: 12px; padding: 11px; }
.nav-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Type & actions */
h1, h2, h3 { margin-top: 0; letter-spacing: -.045em; line-height: 1.02; }
h1 { font-size: clamp(48px, 6.1vw, 92px); margin-bottom: 26px; font-weight: 820; }
h2 { font-size: clamp(36px, 4.3vw, 62px); margin-bottom: 20px; font-weight: 800; }
h3 { font-size: 25px; margin-bottom: 13px; font-weight: 780; }
p { margin-top: 0; }
.eyebrow { margin: 0 0 15px; color: var(--gold-2); font-size: 11px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow--light { color: var(--gold-3); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 12px; background: var(--ink); color: #fff; font-weight: 800; font-size: 14px; transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease, color .22s ease; }
.button svg { transition: transform .22s ease; }
.button:hover { transform: translateY(-2px); background: var(--gold); border-color: var(--gold); color: var(--ink); box-shadow: 0 14px 34px rgba(21,23,28,.16); }
.button:hover svg { transform: translateX(3px); }
.button--small { min-height: 44px; padding: 0 17px; font-size: 12px; }
.button--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.button--ghost:hover { background: #fff; border-color: var(--ink); }
.button--gold { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.button--gold:hover { background: #fff; border-color: #fff; }
.button--ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.3); }
.button--ghost-light:hover { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; }
.text-link--arrow svg { transition: transform .2s ease; }
.text-link--arrow:hover svg { transform: translateX(4px); }
.text-link--light { color: #fff; }

/* Hero */
.hero-modern { background: var(--soft-2); overflow: hidden; }
.hero-modern--contained { padding: 70px 0 78px; }
.hero-grid-modern { display: grid; grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr); gap: clamp(44px, 5vw, 76px); align-items: center; }
.hero-grid-modern--contained { min-height: auto; }
.hero-copy-modern { display: flex; flex-direction: column; justify-content: center; padding: 12px 0; }
.hero-copy-modern h1 { max-width: 620px; font-size: clamp(54px, 5.25vw, 78px); }
.hero-copy-modern h1 span { display: block; color: var(--gold-2); }
.hero-lead { max-width: 620px; color: #4f5259; font-size: clamp(17px, 1.25vw, 19px); line-height: 1.68; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-media { position: relative; min-height: 560px; overflow: hidden; border-radius: 28px; background: #1c1f26; box-shadow: var(--shadow); }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.06); }
.hero-video::-webkit-media-controls,
.hero-video::-webkit-media-controls-enclosure,
.hero-video::-webkit-media-controls-panel,
.hero-video::-webkit-media-controls-play-button,
.hero-video::-webkit-media-controls-start-playback-button { display: none !important; -webkit-appearance: none; }
.hero-media-overlay { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(21,23,28,.02), rgba(21,23,28,.12) 55%, rgba(21,23,28,.35)), linear-gradient(0deg, rgba(21,23,28,.28), transparent 40%), radial-gradient(circle at 78% 18%, rgba(255,204,41,.18), transparent 34%); }
.hero-media-topline { position: absolute; top: 22px; right: 22px; display: flex; align-items: center; gap: 9px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(21,23,28,.40); color: #fff; font-size: 11px; font-weight: 750; backdrop-filter: blur(12px); }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(255,204,41,.16); }
.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-strip__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.trust-strip strong { font-size: 13px; }
.trust-strip__inner div { display: flex; flex-wrap: wrap; gap: 26px; color: var(--muted); font-size: 12px; font-weight: 750; }
.trust-strip__inner div span { position: relative; }
.trust-strip__inner div span + span::before { content: ""; position: absolute; left: -14px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: var(--gold-2); }

/* Shared sections */
.section { padding: 112px 0; }
.section--white { background: #fff; }
.section--soft { background: var(--soft); }
.section-heading { max-width: 810px; margin-bottom: 48px; }
.section-heading p:last-child { max-width: 720px; color: var(--muted); font-size: 17px; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading-row .section-heading { margin-bottom: 48px; }
.section-heading-row > .text-link { margin-bottom: 54px; }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: end; margin-bottom: 52px; }
.split-heading > p { color: var(--muted); font-size: 17px; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .72s ease, transform .72s cubic-bezier(.2,.7,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Journey */
.journey-rail { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); }
.journey-step { position: relative; padding: 32px 25px 14px 0; }
.journey-step::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px #fff; }
.journey-step + .journey-step { padding-left: 24px; border-left: 1px solid var(--line); }
.journey-step + .journey-step::before { left: 24px; }
.journey-step > span { display: block; margin-bottom: 28px; color: var(--gold-2); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.journey-step h3 { font-size: 23px; }
.journey-step p { color: var(--muted); font-size: 14px; }

/* Bento */
.bento-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(280px, auto); gap: 16px; }
.bento-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 280px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 38px rgba(21,23,28,.04); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.bento-card::after { content: ""; position: absolute; right: -70px; bottom: -90px; width: 190px; height: 190px; border-radius: 50%; border: 1px solid rgba(255,204,41,.34); transition: transform .4s ease; }
.bento-card:hover { transform: translateY(-6px); border-color: rgba(221,163,19,.5); box-shadow: var(--shadow-sm); }
.bento-card:hover::after { transform: scale(1.2); }
.bento-card--wide { grid-column: span 2; }
.bento-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,204,41,.16); color: var(--ink); }
.bento-icon svg { width: 23px; height: 23px; }
.bento-card h3 { max-width: 420px; font-size: 28px; }
.bento-card p { max-width: 520px; margin-bottom: 0; color: var(--muted); }
.bento-arrow { position: absolute; top: 28px; right: 28px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; transition: transform .25s ease, background .25s ease; }
.bento-card:hover .bento-arrow { transform: translate(3px,-3px); background: var(--gold); }

/* Metrics */
.metrics-section { position: relative; overflow: hidden; background: #17191f; color: #fff; }
.metrics-section::before { content: ""; position: absolute; inset: -40% -10% auto auto; width: 700px; height: 700px; border-radius: 50%; border: 1px solid rgba(255,204,41,.18); box-shadow: 0 0 0 90px rgba(255,204,41,.035), 0 0 0 180px rgba(255,204,41,.02); }
.metrics-grid { position: relative; display: grid; grid-template-columns: 2fr repeat(4, 1fr); gap: 0; align-items: stretch; }
.metrics-intro { padding-right: 50px; }
.metrics-intro h2 { font-size: clamp(38px, 4vw, 58px); }
.metrics-intro p:last-child { color: #c9c9c4; }
.metric { min-height: 240px; display: flex; flex-direction: column; justify-content: flex-end; padding: 25px; border-left: 1px solid rgba(255,255,255,.14); }
.metric strong { color: var(--gold); font-size: clamp(54px, 5vw, 78px); letter-spacing: -.07em; line-height: 1; }
.metric span { color: #d2d2ce; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.metric--year strong { font-size: clamp(38px, 3.4vw, 56px); }

/* Market tabs */
.market-explorer { display: grid; grid-template-columns: 300px 1fr; min-height: 520px; border-radius: var(--radius-lg); overflow: hidden; background: var(--ink); box-shadow: var(--shadow); }
.market-tabs { display: flex; flex-direction: column; padding: 24px; border-right: 1px solid rgba(255,255,255,.12); background: #111318; }
.market-tabs button { width: 100%; padding: 16px 15px; border: 0; border-bottom: 1px solid rgba(255,255,255,.1); background: transparent; color: #bbbdbf; text-align: left; font-size: 13px; font-weight: 780; transition: color .2s ease, padding-left .2s ease; }
.market-tabs button:hover, .market-tabs button[aria-selected="true"] { color: var(--gold); padding-left: 22px; }
.market-stage { position: relative; min-height: 520px; }
.market-panel { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1fr; opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }
.market-panel.is-active { opacity: 1; visibility: visible; }
.market-panel__copy { padding: 66px 50px; color: #fff; }
.market-panel__copy h3 { font-size: clamp(40px, 4vw, 58px); }
.market-panel__copy p { color: #cbcbc6; font-size: 17px; }
.market-panel__visual { position: relative; min-height: 100%; overflow: hidden; background: radial-gradient(circle at 30% 40%, rgba(255,204,41,.22), transparent 28%), linear-gradient(135deg, #282b33, #13151a); }
.orbit { position: absolute; border: 1px solid rgba(255,204,41,.34); border-radius: 50%; }
.orbit--one { width: 420px; height: 420px; right: -80px; top: 34px; }
.orbit--two { width: 290px; height: 290px; right: -15px; top: 99px; }
.map-point { position: absolute; top: 48%; left: 43%; width: 12px; height: 12px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 10px rgba(255,204,41,.14), 0 0 34px rgba(255,204,41,.65); }
.market-tags { position: absolute; left: 30px; right: 30px; bottom: 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.market-tags span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; background: rgba(255,255,255,.07); color: #fff; font-size: 11px; font-weight: 750; backdrop-filter: blur(10px); }

/* Agenda */
.agenda-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.agenda-card { position: relative; min-height: 410px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; }
.agenda-card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.agenda-card:hover::after { transform: scaleX(1); }
.agenda-label { display: inline-block; margin-bottom: 52px; color: var(--gold-2); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.agenda-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 16px; background: var(--ink); color: var(--gold); }
.agenda-icon svg { width: 25px; height: 25px; }
.agenda-card p { color: var(--muted); }
.agenda-card a { position: absolute; left: 30px; bottom: 28px; display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; }

/* Editorial intelligence */
.intelligence-editorial { background: #17191f; color: #fff; }
.intelligence-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.intelligence-lead { position: sticky; top: 140px; }
.intelligence-lead p:not(.eyebrow) { color: #c9c9c5; font-size: 17px; }
.editorial-stack { border-top: 1px solid rgba(255,255,255,.16); }
.editorial-card { display: grid; grid-template-columns: 48px 1fr 28px; gap: 20px; align-items: start; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.16); transition: padding-left .25s ease, color .25s ease; }
.editorial-card:hover { padding-left: 12px; color: var(--gold); }
.editorial-card > span { color: var(--gold); font-size: 11px; font-weight: 900; }
.editorial-card small { color: var(--gold-3); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.editorial-card h3 { margin: 8px 0 9px; color: #fff; font-size: 27px; }
.editorial-card p { margin-bottom: 0; color: #bcbeba; }
.editorial-card > svg { margin-top: 8px; }

/* Pillars & CTA */
.pillars-grid-modern { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pillar-modern { min-height: 310px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.pillar-modern > span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 70px; border-radius: 50%; background: var(--gold); font-size: 11px; font-weight: 900; }
.pillar-modern p { color: var(--muted); }
.final-cta { padding: 100px 0; background: linear-gradient(125deg, #17191f, #2b2e36); color: #fff; border-top: 5px solid var(--gold); }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.final-cta__inner > div:first-child { max-width: 800px; }
.final-cta__inner p:not(.eyebrow) { color: #c9c9c5; font-size: 17px; }
.final-cta__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; min-width: max-content; }
.final-cta--compact { padding: 72px 0; }
.final-cta--compact h2 { margin-bottom: 0; font-size: clamp(34px, 4vw, 54px); }

/* Page heroes */
.page-hero-modern { position: relative; overflow: hidden; padding: 105px 0 90px; background: var(--soft-2); }
.page-hero-modern__grid { min-height: 400px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
.page-hero-modern h1 { max-width: 920px; font-size: clamp(50px, 6vw, 82px); }
.page-hero-modern p:last-child { max-width: 760px; color: var(--muted); font-size: 18px; }
.page-hero-modern--dark { background: #17191f; color: #fff; }
.page-hero-modern--dark p:last-child { color: #c5c6c2; }
.page-hero-modern--market { background: linear-gradient(125deg, #17191f, #292c34); color: #fff; }
.page-hero-modern--market p:last-child { color: #c5c6c2; }
.page-hero-modern--about { background: linear-gradient(135deg, #fff8dc, #f5f4ef 58%, #fff); }
.page-hero-modern--contact { background: linear-gradient(135deg, #fff, #f5f4ef); }
.page-hero-orbit { position: relative; height: 360px; }
.page-hero-orbit span { position: absolute; border: 1px solid rgba(255,204,41,.3); border-radius: 50%; }
.page-hero-orbit span:nth-child(1) { width: 360px; height: 360px; right: 0; top: 0; }
.page-hero-orbit span:nth-child(2) { width: 240px; height: 240px; right: 60px; top: 60px; }
.page-hero-orbit span:nth-child(3) { width: 16px; height: 16px; right: 172px; top: 172px; background: var(--gold); box-shadow: 0 0 0 18px rgba(255,204,41,.12); }
.market-globe { position: relative; width: 360px; height: 360px; margin-left: auto; border: 1px solid rgba(255,204,41,.28); border-radius: 50%; }
.market-globe::before, .market-globe::after { content: ""; position: absolute; inset: 42px 0; border: 1px solid rgba(255,204,41,.22); border-radius: 50%; }
.market-globe::after { inset: 0 90px; }
.market-globe span { position: absolute; left: 14%; right: 14%; top: 50%; border-top: 1px solid rgba(255,204,41,.28); }
.market-globe i, .market-globe b { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 10px rgba(255,204,41,.12); }
.market-globe i { left: 21%; top: 32%; }
.market-globe b { right: 19%; bottom: 31%; }
.data-visual { height: 330px; display: flex; align-items: end; gap: 14px; padding: 42px; border-radius: var(--radius-lg); background: var(--ink); }
.data-visual span { flex: 1; height: var(--h); border-radius: 8px 8px 0 0; background: linear-gradient(180deg, var(--gold), #8d6810); box-shadow: 0 -20px 55px rgba(255,204,41,.16); }
.agenda-lines { position: relative; height: 360px; }
.agenda-lines span { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,204,41,.6), transparent); transform-origin: left; }
.agenda-lines span:nth-child(1) { left: 5%; top: 26%; width: 88%; transform: rotate(15deg); }
.agenda-lines span:nth-child(2) { left: 12%; top: 52%; width: 82%; transform: rotate(-12deg); }
.agenda-lines span:nth-child(3) { left: 8%; top: 72%; width: 80%; transform: rotate(7deg); }
.agenda-lines i, .agenda-lines b { position: absolute; width: 15px; height: 15px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 12px rgba(255,204,41,.12); }
.agenda-lines i { left: 22%; top: 34%; }
.agenda-lines b { right: 16%; bottom: 24%; }
.about-mark { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; width: 360px; margin-left: auto; }
.about-mark span { aspect-ratio: 1; display: grid; place-items: center; border-radius: 30px; background: var(--ink); color: var(--gold); font-size: 110px; font-weight: 900; letter-spacing: -.12em; }
.about-mark span:last-child { background: var(--gold); color: var(--ink); }
.contact-signal { position: relative; height: 330px; border-radius: var(--radius-lg); background: var(--ink); overflow: hidden; }
.contact-signal span { position: absolute; border: 1px solid rgba(255,204,41,.28); border-radius: 50%; }
.contact-signal span:nth-child(1) { width: 330px; height: 330px; right: -60px; top: 0; }
.contact-signal span:nth-child(2) { width: 220px; height: 220px; right: -5px; top: 55px; }
.contact-signal span:nth-child(3) { width: 16px; height: 16px; right: 96px; top: 157px; background: var(--gold); box-shadow: 0 0 0 14px rgba(255,204,41,.12); }

/* Internal page grids */
.solution-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.solution-detail { min-height: 420px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.solution-detail__head { display: flex; justify-content: space-between; margin-bottom: 55px; }
.solution-detail__head > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: rgba(255,204,41,.17); }
.solution-detail__head small { color: var(--gold-2); font-weight: 900; }
.solution-detail p { color: var(--muted); }
.solution-detail ul, .event-format ul { list-style: none; margin: 25px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); }
.solution-detail li, .event-format li { position: relative; padding: 7px 0 7px 18px; color: #55585e; font-size: 14px; }
.solution-detail li::before, .event-format li::before { content: ""; position: absolute; left: 0; top: 15px; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.process-band { padding: 90px 0; background: #17191f; color: #fff; }
.process-band > .site-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.process-band ol { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.16); }
.process-band li { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-weight: 760; }
.process-band li:nth-child(odd) { padding-right: 24px; }
.process-band li:nth-child(even) { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.16); }
.process-band li span { display: block; margin-bottom: 8px; color: var(--gold); font-size: 10px; }
.region-matrix { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.region-card { min-height: 390px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); }
.region-card > div:first-child { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.region-card > div:first-child > span { color: var(--gold-2); font-size: 11px; font-weight: 900; }
.region-card h2 { font-size: 34px; }
.region-card p { color: var(--muted); }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; padding-top: 30px; }
.tag-row span { padding: 7px 9px; border-radius: 999px; background: var(--soft); font-size: 10px; font-weight: 750; }
.region-card a { display: flex; align-items: center; gap: 8px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 800; }
.framework-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.framework-grid article { padding: 28px; border-left: 1px solid var(--line); }
.framework-grid span { color: var(--gold-2); font-size: 11px; font-weight: 900; }
.framework-grid h3 { margin-top: 45px; }
.framework-grid p { color: var(--muted); }
.intelligence-catalogue { border-top: 1px solid var(--line); }
.intelligence-item { display: grid; grid-template-columns: 80px 1fr; gap: 40px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.intelligence-item > span { color: var(--gold-2); font-size: 11px; font-weight: 900; }
.intelligence-item small { color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.intelligence-item h2 { margin: 8px 0 10px; font-size: 38px; }
.intelligence-item p { max-width: 760px; color: var(--muted); }
.method-section { padding: 100px 0; background: #17191f; color: #fff; }
.method-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.method-grid > div > p:last-child { color: #c4c5c1; }
.method-grid ol { list-style: none; margin: 0; padding: 0; }
.method-grid li { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.16); }
.method-grid li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.method-grid li > span { color: var(--gold); font-size: 11px; font-weight: 900; }
.method-grid strong { font-size: 19px; }
.method-grid li p { margin-bottom: 0; color: #bbbdb9; }
.event-format-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.event-format { min-height: 450px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); }
.event-format__icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 50px; border-radius: 16px; background: var(--ink); color: var(--gold); }
.event-format small { color: var(--gold-2); font-weight: 900; letter-spacing: .12em; }
.event-format h2 { margin-top: 12px; font-size: 40px; }
.event-format > p { color: var(--muted); }
.event-process { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); }
.event-process article { padding: 30px 22px 10px 0; }
.event-process article + article { padding-left: 22px; border-left: 1px solid var(--line); }
.event-process span { color: var(--gold-2); font-size: 11px; font-weight: 900; }
.event-process h3 { margin-top: 45px; }
.event-process p { color: var(--muted); font-size: 14px; }
.about-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.about-intro > div:last-child { padding-top: 35px; color: var(--muted); font-size: 18px; }
.pillars-grid-modern--about .pillar-modern { background: transparent; }
.rollout-section { padding: 105px 0; background: #17191f; color: #fff; }
.rollout-section > .site-shell { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.rollout-timeline { border-top: 1px solid rgba(255,255,255,.17); }
.rollout-timeline article { display: grid; grid-template-columns: 140px .7fr 1fr; gap: 25px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.rollout-timeline strong { color: var(--gold); font-size: 11px; }
.rollout-timeline h3 { margin-bottom: 0; font-size: 22px; }
.rollout-timeline p { margin-bottom: 0; color: #bcbdb9; }
.principles-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.principle-list { border-top: 1px solid var(--line); }
.principle-list article { display: grid; grid-template-columns: 50px 1fr; gap: 22px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.principle-list article > span { color: var(--gold-2); font-size: 11px; font-weight: 900; }
.principle-list h3 { margin-bottom: 6px; }
.principle-list p { margin-bottom: 0; color: var(--muted); }

/* Contact */
.contact-modern-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.contact-sidebar { position: sticky; top: 140px; }
.contact-sidebar > p:not(.eyebrow) { color: var(--muted); }
.contact-method { display: flex; align-items: center; gap: 15px; margin: 22px 0; padding: 18px 0; border-top: 1px solid var(--line); }
.contact-method + .contact-method { margin-top: -22px; }
.contact-method > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: rgba(255,204,41,.16); }
.contact-method small { display: block; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.contact-method strong { font-size: 15px; }
.contact-form-card { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--soft-2); }
.contact-form-heading { margin-bottom: 32px; }
.contact-form-heading > span { color: var(--gold-2); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.contact-form-heading h2 { margin: 8px 0 7px; font-size: 42px; }
.contact-form-heading p { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.gouv-form label { display: block; margin-bottom: 18px; }
.gouv-form label > span { display: block; margin-bottom: 7px; color: #45484f; font-size: 12px; font-weight: 800; }
.gouv-form input, .gouv-form textarea, .gouv-form select { width: 100%; border: 1px solid var(--line); border-radius: 11px; background: #fff; padding: 13px 14px; color: var(--text); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.gouv-form input:focus, .gouv-form textarea:focus, .gouv-form select:focus { border-color: var(--gold-2); box-shadow: 0 0 0 4px rgba(255,204,41,.14); }
.form-notice { margin-bottom: 22px; padding: 13px 15px; border-radius: 10px; font-size: 13px; font-weight: 700; }
.form-notice--success { background: #edf8ef; color: #185c24; }
.form-notice--error { background: #fff0f0; color: #8d2424; }
.contact-expectations { padding: 70px 0; background: #17191f; color: #fff; }
.contact-expectations .site-shell > div { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-expectations .site-shell > div span { padding: 10px 13px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; color: #dddeda; font-size: 12px; }

/* Footer */
.site-footer { position: relative; overflow: hidden; padding: 105px 0 28px; background: #111318; color: #fff; }
.footer-orbit { position: absolute; width: 720px; height: 720px; right: -300px; top: -260px; border: 1px solid rgba(255,204,41,.13); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,204,41,.02), 0 0 0 200px rgba(255,204,41,.015); }
.footer-lead { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 60px; padding-bottom: 70px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-lead h2 { max-width: 760px; margin-bottom: 0; }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.25fr .72fr .9fr 1.05fr; gap: 54px; padding: 70px 0 50px; }
.brand--footer img { width: 190px; height: auto; }
.footer-brand-block p { max-width: 470px; margin-top: 24px; color: #bdbeba; }
.site-footer h3 { color: var(--gold); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.footer-menu { list-style: none; margin: 0; padding: 0; columns: 2; }
.footer-menu li { margin-bottom: 10px; }
.footer-menu a { color: #d7d7d3; font-size: 13px; }
.footer-menu a:hover { color: var(--gold); }
.footer-contact { display: flex; align-items: flex-start; gap: 10px; margin: 15px 0; color: #d7d7d3; font-size: 13px; line-height: 1.55; }
.footer-contact span { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; color: var(--gold); }
.footer-contact--static { cursor: default; }
.footer-contact small, .footer-cnpj small { display: block; margin-bottom: 2px; color: #8f9190; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-legal__name { margin: 0 0 18px; color: #d7d7d3; font-size: 13px; line-height: 1.65; }
.footer-cnpj { display: flex; align-items: flex-start; gap: 10px; }
.footer-cnpj > span { width: 33px; height: 33px; flex: 0 0 33px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; color: var(--gold); }
.footer-cnpj strong { display: block; color: #fff; font-size: 13px; letter-spacing: .02em; }
.footer-verify { display: inline-flex; align-items: center; gap: 7px; margin-top: 16px; color: var(--gold); font-size: 11px; font-weight: 800; line-height: 1.45; }
.footer-verify svg { width: 14px; height: 14px; }
.footer-verify:hover { color: #fff; }
.contact-method--static { cursor: default; }
.contact-method em { display: block; margin-top: 4px; color: var(--gold-2); font-size: 10px; font-style: normal; font-weight: 800; }
.footer-bottom { position: relative; display: flex; justify-content: space-between; gap: 30px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); color: #8f9190; font-size: 11px; }

/* Generic WordPress */
.content-area { max-width: 900px; margin: 90px auto; }
.post-card { padding: 26px 0; border-bottom: 1px solid var(--line); }
.center-text { text-align: center; }

/* Responsive */
@media (max-width: 1180px) {
    .site-shell { width: min(100% - 36px, 1100px); }
    .header-inner { gap: 17px; }
    .primary-nav .menu { gap: 15px; }
    .primary-nav a { font-size: 12px; }
    .header-cta { display: none; }
    .hero-grid-modern { grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); gap: 42px; }
    .hero-copy-modern h1 { font-size: clamp(50px, 5vw, 68px); }
    .metrics-grid { grid-template-columns: 1.5fr repeat(4, 1fr); }
    .bento-grid { grid-template-columns: repeat(3, 1fr); }
    .bento-card--wide { grid-column: span 1; }
    .region-matrix { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
    .section { padding: 84px 0; }
    .nav-toggle { display: block; margin-left: auto; }
    .primary-nav { position: fixed; inset: 127px 0 0; display: none; margin: 0; padding: 30px 24px; background: rgba(255,255,255,.98); overflow-y: auto; backdrop-filter: blur(15px); }
    .primary-nav.is-open { display: block; }
    .primary-nav .menu { flex-direction: column; align-items: stretch; gap: 0; }
    .primary-nav li { border-bottom: 1px solid var(--line); }
    .primary-nav a { display: block; padding: 17px 0; font-size: 16px; }
    .primary-nav a::after { display: none; }
    .hero-modern--contained { padding: 62px 0 68px; }
    .hero-grid-modern { grid-template-columns: 1fr; gap: 42px; }
    .hero-copy-modern { padding: 0; }
    .hero-media { min-height: 520px; }
    .trust-strip__inner { flex-direction: column; align-items: flex-start; justify-content: center; padding: 20px 0; }
    .journey-rail { grid-template-columns: repeat(2, 1fr); border-top: 0; gap: 12px; }
    .journey-step, .journey-step + .journey-step { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-sm); }
    .journey-step::before, .journey-step + .journey-step::before { display: none; }
    .bento-grid { grid-template-columns: repeat(2, 1fr); }
    .metrics-grid { grid-template-columns: repeat(2, 1fr); }
    .metrics-intro { grid-column: 1 / -1; padding: 0 0 45px; }
    .metric { border-top: 1px solid rgba(255,255,255,.14); }
    .metric:nth-of-type(odd) { border-left: 0; }
    .market-explorer { grid-template-columns: 1fr; }
    .market-tabs { flex-direction: row; overflow-x: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    .market-tabs button { width: auto; min-width: max-content; border-bottom: 0; border-right: 1px solid rgba(255,255,255,.1); }
    .market-tabs button:hover, .market-tabs button[aria-selected="true"] { padding-left: 15px; }
    .agenda-grid { grid-template-columns: 1fr; }
    .intelligence-grid, .contact-modern-grid, .method-grid, .principles-grid, .about-intro, .rollout-section > .site-shell, .process-band > .site-shell { grid-template-columns: 1fr; gap: 55px; }
    .intelligence-lead, .contact-sidebar { position: static; }
    .pillars-grid-modern { grid-template-columns: 1fr; }
    .final-cta__inner { flex-direction: column; align-items: flex-start; }
    .page-hero-modern__grid { grid-template-columns: 1fr; min-height: auto; }
    .page-hero-orbit, .agenda-lines { height: 250px; }
    .market-globe, .about-mark { margin: 0; }
    .solution-detail-grid, .event-format-grid { grid-template-columns: 1fr; }
    .framework-grid, .event-process { grid-template-columns: repeat(2, 1fr); }
    .event-process { border-top: 0; gap: 12px; }
    .event-process article, .event-process article + article { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-sm); }
    .region-matrix { grid-template-columns: 1fr; }
    .footer-lead { flex-direction: column; align-items: flex-start; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand-block { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
    .site-shell { width: calc(100% - 28px); }
    .official-panel { grid-template-columns: 1fr; width: calc(100vw - 28px); }
    .official-panel article + article { border-left: 0; border-top: 1px solid var(--line); }
    .header-inner { min-height: 76px; }
    .custom-logo, .theme-brand-logo { max-width: 142px; max-height: 50px; }
    .primary-nav { top: 115px; }
    h1 { font-size: clamp(45px, 13vw, 64px); }
    h2 { font-size: clamp(34px, 10vw, 48px); }
    .hero-modern--contained { padding: 48px 0 54px; }
    .hero-copy-modern { padding: 0; }
    .hero-copy-modern h1 { font-size: clamp(46px, 13vw, 62px); }
    .hero-media { min-height: 420px; border-radius: 20px; }
    .hero-media-topline { top: 14px; right: 14px; }
    .trust-strip__inner div { gap: 18px; }
    .journey-rail, .bento-grid, .metrics-grid, .market-panel, .framework-grid, .event-process, .form-grid { grid-template-columns: 1fr; }
    .bento-card--wide { grid-column: auto; }
    .metric { min-height: 170px; border-left: 0; }
    .market-stage, .market-panel { min-height: 680px; }
    .market-panel__copy { padding: 38px 26px; }
    .market-panel__visual { min-height: 280px; }
    .split-heading { grid-template-columns: 1fr; gap: 15px; }
    .section-heading-row { display: block; }
    .section-heading-row > .text-link { margin: -20px 0 48px; }
    .editorial-card { grid-template-columns: 35px 1fr; }
    .editorial-card > svg { display: none; }
    .page-hero-modern { padding: 78px 0 65px; }
    .page-hero-modern__grid { gap: 35px; }
    .market-globe { width: 280px; height: 280px; }
    .about-mark { width: 100%; max-width: 330px; }
    .about-mark span { font-size: 90px; }
    .data-visual, .contact-signal { height: 260px; }
    .rollout-timeline article { grid-template-columns: 1fr; gap: 7px; }
    .contact-form-card { padding: 24px; }
    .footer-grid { grid-template-columns: 1fr; gap: 40px; }
    .footer-brand-block { grid-column: auto; }
    .footer-menu { columns: 1; }
    .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}


/* Multilingual interface */
.header-tools { display: flex; align-items: center; gap: 12px; }
.language-switcher { position: relative; z-index: 50; }
.language-switcher > summary { list-style: none; min-width: 70px; height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 12px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); cursor: pointer; font-size: 12px; font-weight: 800; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.language-switcher > summary::-webkit-details-marker { display: none; }
.language-switcher > summary:hover { border-color: rgba(221,163,20,.65); box-shadow: 0 7px 22px rgba(21,23,28,.08); transform: translateY(-1px); }
.language-flag { display: block; width: 24px; height: 16px; border-radius: 3px; object-fit: cover; box-shadow: 0 0 0 1px rgba(21,23,28,.10); }
.language-code { letter-spacing: .04em; }
.language-chevron { width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .2s ease; }
.language-switcher[open] .language-chevron { transform: rotate(225deg) translate(-1px,-1px); }
.language-menu { position: absolute; top: calc(100% + 12px); right: 0; width: 245px; padding: 9px; border: 1px solid rgba(21,23,28,.1); border-radius: 17px; background: rgba(255,255,255,.98); box-shadow: 0 24px 60px rgba(21,23,28,.16); backdrop-filter: blur(18px); }
.language-option { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 10px; min-height: 44px; padding: 8px 10px; border-radius: 11px; color: var(--ink); font-size: 13px; font-weight: 700; }
.language-option small { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; }
.language-option:hover, .language-option.is-current { background: var(--soft-2); color: var(--ink); }
.language-option.is-current { box-shadow: inset 3px 0 0 var(--gold); }

html[dir="rtl"] body { direction: rtl; text-align: right; }
html[dir="rtl"] .primary-nav { margin-left: 0; margin-right: auto; }
html[dir="rtl"] .primary-nav a::after { left: 100%; right: 0; }
html[dir="rtl"] .primary-nav a:hover::after,
html[dir="rtl"] .primary-nav .current-menu-item > a::after { left: 0; }
html[dir="rtl"] .language-menu { right: auto; left: 0; }
html[dir="rtl"] .language-option.is-current { box-shadow: inset -3px 0 0 var(--gold); }
html[dir="rtl"] .button svg,
html[dir="rtl"] .text-link svg,
html[dir="rtl"] .bento-arrow svg,
html[dir="rtl"] .editorial-card > svg { transform: scaleX(-1); }
html[dir="rtl"] .hero-media-topline { right: auto; left: 22px; }
html[dir="rtl"] .market-tabs { direction: rtl; }
html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select { text-align: right; }

@media (max-width: 1180px) {
    .header-tools .header-cta { display: none; }
}
@media (max-width: 880px) {
    .header-tools { margin-left: auto; }
    .nav-toggle { margin-left: 0; }
    html[dir="rtl"] .header-tools { margin-left: 0; margin-right: auto; }
    html[dir="rtl"] .nav-toggle { margin-right: 0; }
    .language-switcher > summary { min-width: 58px; padding: 0 9px; }
    .language-menu { position: fixed; top: 116px; right: 18px; left: auto; width: min(300px, calc(100vw - 36px)); }
    html[dir="rtl"] .language-menu { right: auto; left: 18px; }
}
@media (max-width: 520px) {
    .language-code { display: none; }
    .language-switcher > summary { min-width: 44px; width: 44px; padding: 0; }
    .language-chevron { display: none; }
    .language-menu { top: 106px; }
}

/* Script-aware typography */
html[lang="ar"] body { font-family: Tahoma, "Segoe UI", Arial, sans-serif; }
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3 { letter-spacing: 0; line-height: 1.18; }
html[lang="zh-Hans"] body { font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", system-ui, sans-serif; }
html[lang="zh-Hans"] h1, html[lang="zh-Hans"] h2, html[lang="zh-Hans"] h3 { letter-spacing: -.02em; line-height: 1.16; }
html[lang="ja"] body { font-family: "Yu Gothic", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif; }
html[lang="ja"] h1, html[lang="ja"] h2, html[lang="ja"] h3 { letter-spacing: -.025em; line-height: 1.18; }
html[lang="ru"] body { font-family: Inter, "Segoe UI", Arial, sans-serif; }
html[dir="rtl"] .official-chevron { margin-left: 0; margin-right: 2px; }
html[dir="rtl"] .official-panel { left: auto; right: 0; }
html[dir="rtl"] .official-panel article + article { border-left: 0; border-right: 1px solid var(--line); }
@media (max-width: 650px) {
    html[dir="rtl"] .official-panel article + article { border-right: 0; }
}
@media (max-width: 960px) {
    .header-tools { margin-left: auto; }
    .nav-toggle { margin-left: 0; }
    html[dir="rtl"] .header-tools { margin-left: 0; margin-right: auto; }
    html[dir="rtl"] .nav-toggle { margin-right: 0; }
}


/* v2.4 — visible global language control and refined hero spacing */
.official-bar__inner {
    justify-content: space-between;
    gap: 20px;
}
.official-disclosure {
    width: auto;
    min-width: 0;
}
.official-bar__tools {
    display: flex;
    align-items: center;
    margin-left: auto;
    flex: 0 0 auto;
}
.official-bar .language-switcher {
    z-index: 1300;
}
.official-bar .language-switcher > summary {
    height: 30px;
    min-width: 68px;
    padding: 0 10px;
    border-color: rgba(255,255,255,.18);
    background: rgba(255,255,255,.07);
    color: #fff;
    box-shadow: none;
}
.official-bar .language-switcher > summary:hover {
    border-color: rgba(255,204,41,.72);
    background: rgba(255,255,255,.12);
    box-shadow: none;
    transform: none;
}
.official-bar .language-menu {
    top: calc(100% + 8px);
    right: 0;
}
.official-bar .language-code {
    color: #fff;
}

/* Keep the opening composition intentionally inset, even at browser zoom. */
.hero-modern--contained {
    padding: 66px 0 76px;
}
.hero-grid-modern.site-shell {
    width: min(1160px, calc(100% - clamp(72px, 9vw, 148px)));
    grid-template-columns: minmax(0, .91fr) minmax(500px, 1.09fr);
    gap: clamp(42px, 5vw, 68px);
}
.hero-copy-modern {
    min-width: 0;
}
.hero-copy-modern h1,
.hero-lead {
    max-width: 560px;
}
.hero-media {
    min-height: 540px;
}

@media (max-width: 1320px) {
    .hero-grid-modern.site-shell {
        width: min(1050px, calc(100% - 72px));
        grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr);
        gap: 44px;
    }
}
@media (max-width: 1120px) {
    .hero-grid-modern.site-shell {
        width: min(920px, calc(100% - 56px));
        grid-template-columns: 1fr;
        gap: 38px;
    }
    .hero-copy-modern h1,
    .hero-lead {
        max-width: 720px;
    }
    .hero-media {
        min-height: 500px;
    }
}
@media (max-width: 680px) {
    .official-bar__inner {
        gap: 10px;
    }
    .official-disclosure summary {
        max-width: calc(100vw - 102px);
        font-size: 11px;
    }
    .official-bar .language-switcher > summary {
        width: 42px;
        min-width: 42px;
        padding: 0;
    }
    .official-bar .language-code,
    .official-bar .language-chevron {
        display: none;
    }
    .official-bar .language-menu {
        position: fixed;
        top: 46px;
        right: 14px;
        left: auto;
        width: min(300px, calc(100vw - 28px));
    }
    html[dir="rtl"] .official-bar .language-menu {
        right: auto;
        left: 14px;
    }
    .hero-modern--contained {
        padding: 42px 0 52px;
    }
    .hero-grid-modern.site-shell {
        width: calc(100% - 36px);
    }
    .hero-media {
        min-height: 400px;
    }
}


/* Russian hero typography: prevent long Cyrillic headline from entering the video column. */
@media (min-width: 1121px) {
    body.gouv-lang-ru .hero-grid-modern.site-shell {
        grid-template-columns: minmax(0, 1.04fr) minmax(470px, .96fr);
        gap: clamp(34px, 3.4vw, 50px);
    }
    body.gouv-lang-ru .hero-copy-modern h1 {
        max-width: 100%;
        font-size: clamp(46px, 3.7vw, 56px);
        line-height: 1.01;
        letter-spacing: -.045em;
    }
    body.gouv-lang-ru .hero-lead {
        max-width: 610px;
    }
}

@media (min-width: 1121px) and (max-width: 1320px) {
    body.gouv-lang-ru .hero-grid-modern.site-shell {
        grid-template-columns: minmax(0, 1.08fr) minmax(440px, .92fr);
        gap: 34px;
    }
    body.gouv-lang-ru .hero-copy-modern h1 {
        font-size: clamp(44px, 4vw, 52px);
    }
}
