:root{color-scheme:light dark;--plum: #2b1b2f;--camel: #c79a63;--gray: #b6b8bc;--mist: #f2f3f5;--font-headline: "Manrope", "Inter Tight", "Inter", system-ui, sans-serif;--font-ui: "Inter Tight", "Inter", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--text-xs: .72rem;--text-sm: .86rem;--text-base: 1rem;--text-md: 1.08rem;--text-lg: 1.2rem;--text-xl: 1.5rem;--text-2xl: clamp(1.4rem, 2.4vw, 1.9rem);--text-3xl: clamp(1.8rem, 3.6vw, 2.6rem);--text-4xl: clamp(2rem, 5vw, 3.6rem);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--space-20: 80px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-pill: 999px;--content-max: 1180px;--gutter: 24px;--shadow-sm: 0 2px 8px rgba(31, 41, 51, .04);--shadow-md: 0 12px 28px rgba(31, 41, 51, .07);--shadow-lg: 0 16px 34px rgba(31, 41, 51, .1);--ease: .16s ease}:root,:root[data-theme=light]{--bg: #f2f3f5;--bg-band: #edeff2;--bg-band-deep: #e6e9ed;--surface: #fffdf9;--surface-2: rgba(242, 243, 245, .72);--border: rgba(182, 184, 188, .58);--border-strong: rgba(31, 41, 51, .14);--text: #1f2933;--text-muted: #61666e;--heading: #2b1b2f;--accent: #8a5f2b;--accent-fill: #c79a63;--accent-soft: rgba(199, 154, 99, .18);--accent-ink: #2b1b2f;--invert-bg: #2b1b2f;--invert-text: #f2f3f5;--invert-muted: rgba(242, 243, 245, .82);--track: rgba(182, 184, 188, .4)}@media(prefers-color-scheme:dark){:root{--bg: #14101a;--bg-band: #1a1520;--bg-band-deep: #0f0c14;--surface: #211a28;--surface-2: rgba(255, 255, 255, .04);--border: rgba(199, 154, 99, .2);--border-strong: rgba(199, 154, 99, .32);--text: #e6e2e8;--text-muted: #a9a2b0;--heading: #f2eef4;--accent: #d9ae76;--accent-fill: #d9ae76;--accent-soft: rgba(199, 154, 99, .14);--accent-ink: #14101a;--invert-bg: #241c2b;--invert-text: #f2eef4;--invert-muted: rgba(242, 238, 244, .78);--track: rgba(255, 255, 255, .12);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .3);--shadow-md: 0 12px 28px rgba(0, 0, 0, .4);--shadow-lg: 0 16px 34px rgba(0, 0, 0, .5)}}:root[data-theme=dark]{--bg: #14101a;--bg-band: #1a1520;--bg-band-deep: #0f0c14;--surface: #211a28;--surface-2: rgba(255, 255, 255, .04);--border: rgba(199, 154, 99, .2);--border-strong: rgba(199, 154, 99, .32);--text: #e6e2e8;--text-muted: #a9a2b0;--heading: #f2eef4;--accent: #d9ae76;--accent-fill: #d9ae76;--accent-soft: rgba(199, 154, 99, .14);--accent-ink: #14101a;--invert-bg: #241c2b;--invert-text: #f2eef4;--invert-muted: rgba(242, 238, 244, .78);--track: rgba(255, 255, 255, .12);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .3);--shadow-md: 0 12px 28px rgba(0, 0, 0, .4);--shadow-lg: 0 16px 34px rgba(0, 0, 0, .5)}:root[data-theme=dark]{color-scheme:dark}:root[data-theme=light]{color-scheme:light}*{box-sizing:border-box}html,body,#root{min-height:100%}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;min-width:320px;background:var(--bg);color:var(--text);font-family:var(--font-body);transition:background .2s ease,color .2s ease}a{color:inherit}button{font:inherit}button,a{-webkit-tap-highlight-color:transparent}img{max-width:100%}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:var(--space-2);left:var(--space-2);z-index:100;padding:10px 18px;border-radius:var(--radius-pill);background:var(--heading);color:var(--mist);font-family:var(--font-ui);font-weight:700;text-decoration:none;transform:translateY(-160%);transition:transform .14s ease}.skip-link:focus-visible{transform:translateY(0)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:var(--radius-sm)}.app-shell{min-height:100vh;min-height:100svh;display:flex;flex-direction:column;background:var(--bg)}.app-main{flex:1}.topbar{position:relative;z-index:20;width:100%;border-bottom:1px solid var(--border);background:var(--bg)}.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);width:min(var(--content-max),100% - (2 * var(--gutter)));margin:0 auto;padding:var(--space-3) 0}.brand-chip{display:inline-flex;align-items:center;min-height:38px;border:1px solid transparent;background:transparent;color:var(--heading);font-family:var(--font-ui);font-weight:800;cursor:pointer}.brand-chip-logo{width:38px;height:auto;object-fit:contain}.topbar-right{display:inline-flex;align-items:center;gap:var(--space-2)}.nav-panel{display:flex;align-items:center;gap:var(--space-2)}.nav-link{display:inline-flex;align-items:center;min-height:34px;padding:0 var(--space-3);border:1px solid transparent;border-radius:var(--radius-pill);background:transparent;color:var(--text);font-family:var(--font-ui);font-weight:700;text-decoration:none;cursor:pointer;transition:color var(--ease),background var(--ease)}.nav-link:hover,.nav-link.is-active{color:var(--accent)}.nav-consult.is-active{color:var(--mist);background:var(--heading)}.theme-toggle,.menu-button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;border:1px solid var(--border);border-radius:var(--radius-pill);background:transparent;color:var(--text);cursor:pointer;transition:border-color var(--ease),color var(--ease)}.theme-toggle:hover,.menu-button:hover{border-color:var(--accent);color:var(--accent)}.theme-toggle{width:36px;font-size:var(--text-sm);line-height:1}.menu-button{display:none;gap:var(--space-1);width:36px}.menu-dot{display:block;width:5px;height:5px;border-radius:var(--radius-pill)}.menu-dot-plum{background:var(--heading)}.menu-dot-camel{background:var(--accent-fill)}.menu-dot-gray{background:var(--gray)}.site-footer{border-top:1px solid var(--border);background:var(--bg-band);color:var(--text-muted)}.site-footer-inner{display:grid;grid-template-columns:minmax(260px,1.2fr) minmax(240px,.9fr);gap:var(--space-6);align-items:start;width:min(var(--content-max),100% - (2 * var(--gutter)));margin:0 auto;padding:var(--space-8) 0}.site-footer-brand,.site-footer-contact{display:grid;gap:var(--space-2)}.site-footer-contact{padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-2)}.site-footer-mark{width:34px;height:4px;border-radius:var(--radius-pill);background:linear-gradient(90deg,var(--heading) 0 36%,var(--accent-fill) 36% 70%,var(--gray) 70% 100%)}.site-footer-brand strong{color:var(--heading);font-family:var(--font-headline);font-size:1.26rem;line-height:1.05}.site-footer-brand span,.site-footer-contact>span{color:var(--text-muted);font-family:var(--font-ui);font-size:var(--text-xs);font-weight:800;letter-spacing:.06em;line-height:1.25;text-transform:uppercase}.site-footer-contact a{display:inline-flex;align-items:center;gap:var(--space-2);width:fit-content;min-height:36px;padding:0 var(--space-3);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font-family:var(--font-ui);font-size:.9rem;font-weight:700;text-decoration:none;transition:color var(--ease),border-color var(--ease)}.site-footer-contact a:hover,.site-footer-socials a:hover{color:var(--accent);border-color:var(--accent)}.site-footer-contact svg,.site-footer-socials svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.site-footer-contact img,.site-footer-socials img{width:15px;height:15px;object-fit:contain}.site-footer-socials{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-1)}.site-footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--surface);color:var(--heading)}.page{display:grid;gap:0}.section{display:grid;grid-template-columns:[full-start] minmax(var(--gutter),1fr) [content-start] minmax(0,var(--content-max)) [content-end] minmax(var(--gutter),1fr) [full-end];align-content:start;padding-block:var(--space-20);background:var(--bg)}.section>*{grid-column:content;min-width:0}.section--panel{background:var(--bg-band)}.section--deep{background:var(--bg-band-deep)}.section--tight{padding-block:var(--space-12)}.section--invert{background:var(--invert-bg);color:var(--invert-text)}.section--invert .section-head h1,.section--invert .section-head h2,.section--invert .section-head p{color:var(--invert-text)}.section--invert .section-head p{color:var(--invert-muted)}.section-head{display:grid;gap:var(--space-2);max-width:70ch;margin-bottom:var(--space-10)}.section-head--center{justify-items:center;text-align:center;margin-inline:auto}.kicker{display:block;color:var(--accent);font-family:var(--font-ui);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.section-head h1,.section-head h2{margin:0;color:var(--heading);font-family:var(--font-headline);font-size:var(--text-3xl);font-weight:800;line-height:1.08}.section-head p{margin:0;color:var(--text);font-size:var(--text-md);line-height:1.65}.section-note--flag{padding:var(--space-3) var(--space-4);border-left:3px solid var(--accent);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--accent-soft);color:var(--text);font-style:normal}.section-note{margin:var(--space-4) 0 0;color:var(--text-muted);font-size:var(--text-sm);font-style:italic;line-height:1.5}.surface{padding:var(--space-5);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text)}.surface--sunken{background:var(--surface-2);box-shadow:none}.surface--interactive{display:grid;text-decoration:none;transition:transform var(--ease),border-color var(--ease),box-shadow var(--ease)}.surface--interactive:hover,.surface--interactive:focus-visible{transform:translateY(-2px);border-color:var(--accent);box-shadow:var(--shadow-md)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 var(--space-6);border:1px solid transparent;border-radius:var(--radius-pill);font-family:var(--font-ui);font-size:var(--text-base);font-weight:700;text-decoration:none;cursor:pointer;transition:transform var(--ease),box-shadow var(--ease),background var(--ease)}.btn:hover{transform:translateY(-2px)}.btn--primary{background:var(--heading);color:var(--mist)}.btn--primary:hover{box-shadow:var(--shadow-md)}.btn--ghost{border-color:var(--border-strong);background:transparent;color:var(--text)}.btn--ghost:hover{border-color:var(--accent);color:var(--accent)}.pill{display:inline-flex;align-items:center;padding:3px 10px;border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--surface-2);color:var(--text-muted);font-family:var(--font-ui);font-size:var(--text-xs);font-weight:800;letter-spacing:.06em;white-space:nowrap}.pill--accent{border-color:transparent;background:var(--accent-soft);color:var(--accent);letter-spacing:0}.stat{display:inline-flex;align-items:baseline;gap:3px}.stat-value{color:var(--heading);font-family:var(--font-headline);font-size:2rem;font-weight:800;line-height:1}.stat-unit{color:var(--text-muted);font-family:var(--font-ui);font-size:.82rem;font-weight:800}.meter{position:relative;width:100%;height:6px;border-radius:var(--radius-pill);background:var(--track);overflow:hidden}.meter-fill{display:block;height:100%;border-radius:inherit;background:var(--accent-fill)}.datalist{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:var(--space-3);margin:0}.datalist div{display:grid;gap:2px}.datalist--boxed div{padding:var(--space-3) var(--space-4);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.datalist--boxed dd{color:var(--heading);font-family:var(--font-headline);font-size:1.18rem;line-height:1.1}.datalist dt{margin:0;color:var(--text-muted);font-family:var(--font-ui);font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.datalist dd{margin:0;color:var(--text);font-family:var(--font-ui);font-size:.92rem;font-weight:700;line-height:1.2}.state-message{margin:0;padding:var(--space-8);color:var(--text-muted);text-align:center}.atlas-controls{display:flex;flex-wrap:wrap;align-items:flex-end;gap:var(--space-4);margin-bottom:var(--space-6)}.field{display:grid;gap:var(--space-1)}.field label{color:var(--text-muted);font-family:var(--font-ui);font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.field input,.field select{min-height:42px;min-width:220px;padding:0 var(--space-3);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font:inherit;font-size:.95rem}.atlas-result-count{margin:0 0 var(--space-2);color:var(--text-muted);font-family:var(--font-ui);font-size:.86rem;font-weight:700}.link-button{padding:0;border:0;background:none;color:var(--accent);font-family:var(--font-ui);font-weight:800;text-decoration:underline;cursor:pointer}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-4)}.stories-wrap{position:relative;display:flex;align-items:center;gap:var(--space-3)}.stories-scroll{display:flex;gap:var(--space-5);overflow-x:auto;scroll-snap-type:x mandatory;padding:var(--space-2) var(--space-1) var(--space-5);scrollbar-width:none;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.stories-scroll::-webkit-scrollbar{display:none}.story-card{flex:0 0 340px;scroll-snap-align:start;display:grid;grid-template-rows:200px 1fr;padding:0;overflow:hidden;transition:transform var(--ease),box-shadow var(--ease)}.story-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.story-card-img{height:200px;overflow:hidden}.story-card-img img{display:block;width:100%;height:100%;object-fit:cover}.story-card-body{display:grid;gap:var(--space-3);padding:var(--space-5)}.story-card-body h3{margin:0;color:var(--heading);font-family:var(--font-headline);font-size:var(--text-lg);line-height:1.15}.story-card-body p{margin:0;color:var(--text);font-size:.92rem;line-height:1.6}.story-card-themes{display:flex;flex-wrap:wrap;gap:var(--space-1)}.scroll-btn{flex:0 0 40px;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--surface);color:var(--heading);font-size:var(--text-lg);cursor:pointer;transition:background var(--ease),color var(--ease)}.scroll-btn:hover{background:var(--accent-fill);border-color:transparent;color:var(--accent-ink)}.country-card{position:relative;gap:var(--space-3);overflow:hidden;isolation:isolate}.country-card-shape{position:absolute;right:-12%;bottom:-14%;z-index:-1;width:62%;height:auto;max-height:78%;fill:var(--heading);opacity:.06;transition:opacity var(--ease),transform var(--ease);pointer-events:none}.country-card:hover .country-card-shape,.country-card:focus-visible .country-card-shape{opacity:.12;transform:scale(1.04)}@media(prefers-color-scheme:dark){.country-card-shape{fill:var(--accent-fill);opacity:.1}.country-card:hover .country-card-shape,.country-card:focus-visible .country-card-shape{opacity:.18}}:root[data-theme=dark] .country-card-shape{fill:var(--accent-fill);opacity:.1}:root[data-theme=dark] .country-card:hover .country-card-shape,:root[data-theme=dark] .country-card:focus-visible .country-card-shape{opacity:.18}:root[data-theme=light] .country-card-shape{fill:var(--heading);opacity:.06}@media(prefers-reduced-motion:reduce){.country-card:hover .country-card-shape,.country-card:focus-visible .country-card-shape{transform:none}}.country-card-head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2)}.country-card-name{margin:0;color:var(--heading);font-family:var(--font-headline);font-size:1.18rem;line-height:1.12}.country-card-row{display:grid;gap:3px;padding-top:var(--space-2);border-top:1px solid var(--border)}.country-card-label{color:var(--text-muted);font-family:var(--font-ui);font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.country-card-value{color:var(--text);font-size:.88rem;font-weight:600;line-height:1.35}.country-card-cta{color:var(--accent);font-family:var(--font-ui);font-size:.8rem;font-weight:800}.atlas-intro p{max-width:68ch;color:var(--text-muted);font-size:var(--text-base);line-height:1.7}.country-back{display:inline-flex;align-items:center;gap:var(--space-1);width:fit-content;min-height:34px;padding:0 var(--space-3);border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--surface-2);color:var(--heading);font-family:var(--font-ui);font-size:.82rem;font-weight:700;text-decoration:none;transition:color var(--ease),border-color var(--ease)}.country-back:hover{border-color:var(--accent);color:var(--accent)}.country-header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:var(--space-4);margin-top:var(--space-5)}.country-header-name{display:grid;gap:var(--space-2);justify-items:start}.country-header-name h1{margin:0;color:var(--heading);font-family:var(--font-headline);font-size:clamp(1.7rem,4vw,2.6rem);font-weight:800;line-height:1.02}.country-header-score{display:inline-flex;align-items:baseline;gap:var(--space-1);padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);background:var(--heading);color:var(--mist)}.country-header-score .stat-value,.country-header-score .stat-unit{color:currentColor}.country-header-score .stat-value{font-size:2.2rem}.country-header-score .stat-unit{opacity:.78}.component-list,.variable-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-3);margin:0;padding:0;list-style:none}.component-item,.variable-item{display:grid;gap:var(--space-2);padding:var(--space-4)}.component-head,.variable-top{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2)}.variable-top{align-items:flex-start}.component-name{color:var(--text);font-family:var(--font-ui);font-size:.88rem;font-weight:700;line-height:1.25}.component-score{color:var(--heading);font-family:var(--font-headline);font-size:1.18rem;font-weight:800}.variable-name{color:var(--heading);font-family:var(--font-ui);font-size:.94rem;font-weight:700;line-height:1.2}.variable-values{display:inline-flex;flex-wrap:wrap;align-items:baseline;gap:var(--space-1);margin-top:var(--space-1);color:var(--text);font-family:var(--font-ui);font-size:.88rem}.variable-from{color:var(--text-muted)}.variable-arrow{color:var(--accent);font-weight:900}.variable-to{color:var(--heading);font-weight:800}.variable-trend{padding:3px 9px;border-radius:var(--radius-pill);font-family:var(--font-ui);font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.variable-trend-up{background:var(--accent-soft);color:var(--accent)}.variable-trend-down{background:var(--track);color:var(--text-muted)}.variable-meta{color:var(--text-muted);font-family:var(--font-ui);font-size:var(--text-xs);font-weight:700;letter-spacing:.04em}.consult-hero h1{margin:0;color:var(--heading);font-family:var(--font-headline);font-size:var(--text-3xl);font-weight:800;line-height:1.08}.consult-hero h1 span{display:block;padding-left:clamp(10px,3vw,34px);color:var(--accent)}.consult-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:var(--space-4);align-items:start}.consult-panel{display:grid;gap:var(--space-3);align-content:start}.consult-panel h2{margin:0;color:var(--heading);font-family:var(--font-headline);font-size:var(--text-xl);font-weight:800;line-height:1.16}.consult-panel p{margin:0;color:var(--text);font-size:.96rem;line-height:1.65}.consult-qualifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--space-3)}.consult-qualification-card{display:grid;gap:var(--space-2);padding:var(--space-4)}.consult-qualification-card h2{margin:0;color:var(--heading);font-family:var(--font-ui);font-size:.98rem;font-weight:800;line-height:1.2}.consult-qualification-card p{margin:0;color:var(--text);font-size:.86rem;line-height:1.5}.consult-portfolio-row{display:flex;flex-wrap:wrap;gap:var(--space-2)}.consult-request-grid{display:grid;grid-template-columns:minmax(240px,.58fr) minmax(0,1fr);gap:var(--space-5);align-items:start}.consult-request-process{display:grid;gap:var(--space-1);padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2)}.consult-request-process strong{color:var(--heading);font-family:var(--font-ui);font-size:.74rem;font-weight:800;text-transform:uppercase}.consult-request-process p{margin:0;color:var(--text);font-size:.88rem;line-height:1.5}.consult-request-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3)}.consult-request-form label{display:grid;gap:var(--space-1);color:var(--text);font-family:var(--font-ui);font-size:.76rem;font-weight:800;line-height:1.25}.consult-request-form input,.consult-request-form select,.consult-request-form textarea{width:100%;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font:inherit;font-size:.95rem;font-weight:600}.consult-request-form input,.consult-request-form select{min-height:42px;padding:0 11px}.consult-request-form textarea{min-height:120px;padding:10px 11px;resize:vertical}.consult-request-wide{grid-column:1 / -1}.consult-request-status{display:grid;grid-column:1 / -1;gap:var(--space-2);color:var(--text-muted);font-size:.9rem;line-height:1.45}.consult-request-status p{margin:0}.consult-request-status a{color:var(--accent);font-weight:800}.consult-request-status textarea{min-height:96px;padding:9px 10px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--text);font:inherit;font-weight:600;resize:vertical}.sources-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 8%,#000 92%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 8%,#000 92%,transparent 100%)}.sources-track{display:flex;gap:var(--space-6);width:fit-content;animation:marquee 28s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.source-chip{flex:0 0 auto;padding:var(--space-3) var(--space-6);border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--surface);color:var(--heading);font-family:var(--font-headline);font-size:var(--text-base);font-weight:700;white-space:nowrap}@media(prefers-reduced-motion:reduce){.sources-track{animation:none}.btn:hover,.surface--interactive:hover,.story-card:hover{transform:none}}@media(max-width:980px){:root{--gutter: 20px}.section{padding-block:var(--space-12)}.consult-layout,.consult-request-grid{grid-template-columns:1fr}.story-card{flex:0 0 280px;grid-template-rows:160px 1fr}.story-card-img{height:160px}}@media(max-width:760px){.menu-button{display:inline-flex}.nav-panel{position:absolute;top:calc(100% + 6px);right:0;display:none;flex-direction:column;align-items:stretch;width:min(180px,calc(100vw - 40px));padding:var(--space-1);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow-md);z-index:30}.nav-panel.is-open{display:grid}.nav-link{width:100%;justify-content:flex-start}.topbar-inner{position:relative}.site-footer-inner{grid-template-columns:1fr;gap:var(--space-4)}}@media(pointer:coarse){.menu-button,.theme-toggle{width:44px;min-height:44px}.nav-link,.country-back{min-height:44px}}@media(max-width:760px){.field input,.field select,.consult-request-form input,.consult-request-form select,.consult-request-form textarea,.consult-request-status textarea{font-size:16px}}@media(max-width:640px){:root{--gutter: 16px}.atlas-controls{display:grid;gap:var(--space-3)}.field input,.field select{min-width:0;width:100%}.atlas-result-count{margin-bottom:0}.section{padding-block:var(--space-10)}.section-head{margin-bottom:var(--space-6)}.btn{width:100%}.consult-request-form{grid-template-columns:1fr}.story-card{flex:0 0 260px;grid-template-rows:140px 1fr}.story-card-img{height:140px}.scroll-btn{display:none}.source-chip{padding:10px 18px;font-size:var(--text-sm)}}
