:root {
  --primary: #0b3b5a;
  --primary-rgb: 11, 59, 90;
  --accent: #b78a49;
  --accent-rgb: 183, 138, 73;
  --page-bg: #f4f7f8;
  --surface: #ffffff;
  --text: #12232e;
  --muted: #65747d;
  --line: rgba(18, 35, 46, .1);
  --radius: 20px;
  --max-width: 1240px;
  --hero-height: 720px;
  --hero-overlay: .58;
  --font-scale: 1;
  --shadow-sm: 0 12px 35px rgba(15, 36, 48, .07);
  --shadow-lg: 0 28px 70px rgba(9, 31, 45, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: calc(16px * var(--font-scale)); }
body { margin: 0; color: var(--text); background: var(--page-bg); font-family: Inter, "SF Pro Display", "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 48px), var(--max-width)); margin: 0 auto; }
.clamp1 { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.clamp2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.skip-link { position: fixed; left: 20px; top: -60px; z-index: 200; padding: 10px 16px; border-radius: 10px; color: #fff; background: var(--primary); transition: top .2s; }
.skip-link:focus { top: 20px; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 82px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.12); transition: height .3s, color .3s, background .3s, box-shadow .3s; }
.site-header::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(3,20,31,.5), transparent); pointer-events: none; }
.site-header.scrolled, .design-header-solid .site-header { height: 72px; color: var(--text); background: rgba(255,255,255,.94); border-color: var(--line); box-shadow: 0 8px 30px rgba(8,30,43,.08); backdrop-filter: blur(18px); }
.site-header.scrolled::before, .design-header-solid .site-header::before { opacity: 0; }
.design-header-solid:not(.page-home) { padding-top: 72px; }
.header-inner { width: min(calc(100% - 48px), var(--max-width)); height: 100%; margin: auto; display: flex; align-items: center; gap: 32px; }
.brand { flex: 0 0 auto; display: flex; align-items: center; min-width: 148px; }
.brand img { width: auto; max-width: 172px; height: 38px; object-fit: contain; border-radius: 5px; }
.header-nav { min-width: 0; margin: 0 0 0 auto; padding: 0; display: flex; align-items: center; justify-content: flex-end; list-style: none; }
.header-nav > li { position: relative; }
.header-nav > li > a { position: relative; height: 82px; padding: 0 13px; display: flex; align-items: center; gap: 5px; white-space: nowrap; font-size: .875rem; font-weight: 600; opacity: .88; transition: opacity .2s, color .2s, height .3s; }
.site-header.scrolled .header-nav > li > a, .design-header-solid .header-nav > li > a { height: 72px; }
.header-nav > li > a::after { content: ""; position: absolute; left: 13px; right: 13px; bottom: 0; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.header-nav > li:hover > a, .header-nav > li > a:focus-visible { opacity: 1; }
.header-nav > li:hover > a::after, .header-nav > li > a:focus-visible::after { transform: scaleX(1); }
.nav-caret { width: 5px; height: 5px; margin: -3px 0 0 2px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); }
.dropdown { position: absolute; top: calc(100% - 8px); left: 50%; min-width: 190px; padding: 10px; border: 1px solid rgba(255,255,255,.11); border-radius: 14px; background: rgba(6,28,42,.96); box-shadow: 0 20px 50px rgba(2,18,28,.28); opacity: 0; visibility: hidden; transform: translate(-50%, 10px); transition: .22s; backdrop-filter: blur(16px); }
.site-header.scrolled .dropdown, .design-header-solid .dropdown { color: var(--text); border-color: var(--line); background: rgba(255,255,255,.98); box-shadow: var(--shadow-lg); }
.header-nav li:hover .dropdown, .header-nav li:focus-within .dropdown { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.dropdown a { display: block; padding: 10px 12px; border-radius: 8px; font-size: .84rem; opacity: .78; transition: .2s; }
.dropdown a:hover { color: var(--primary); background: rgba(var(--primary-rgb),.07); opacity: 1; }
.lang-toggle { margin-left: 9px; padding: 0 14px !important; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; height: 38px !important; }
.site-header.scrolled .lang-toggle, .design-header-solid .lang-toggle { border-color: rgba(var(--primary-rgb),.25); }
.lang-toggle::after { display: none; }
.lang-toggle img { display: none; }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.1); cursor: pointer; }
.site-header.scrolled .menu-toggle, .design-header-solid .menu-toggle { background: rgba(var(--primary-rgb),.08); }
.hamburger, .hamburger::before, .hamburger::after { display: block; width: 20px; height: 2px; margin: auto; border-radius: 2px; background: currentColor; transition: .25s; }
.hamburger { position: relative; }
.hamburger::before, .hamburger::after { content: ""; position: absolute; left: 0; }
.hamburger::before { top: -6px; }
.hamburger::after { top: 6px; }
.menu-open .hamburger { background: transparent; }
.menu-open .hamburger::before { top: 0; transform: rotate(45deg); }
.menu-open .hamburger::after { top: 0; transform: rotate(-45deg); }

/* Home hero */
.hero { position: relative; height: var(--hero-height); min-height: 600px; color: #fff; background: #0a2535; overflow: hidden; }
.hero-track, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; visibility: hidden; transition: opacity .8s ease, visibility .8s; }
.hero-slide.active { opacity: 1; visibility: visible; }
.hero-media { position: absolute; inset: 0; background-position: center; background-size: cover; transform: scale(1.04); transition: transform 7s ease; }
.hero-slide.active .hero-media { transform: scale(1); }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,20,31,var(--hero-overlay)) 0%, rgba(4,20,31,.4) 48%, rgba(4,20,31,.12) 100%), linear-gradient(0deg, rgba(4,20,31,.45), transparent 45%); }
.hero-content { position: relative; z-index: 2; height: 100%; padding-top: 120px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.hero-eyebrow { margin-bottom: 22px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.78); font-size: .77rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero-eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--accent); }
.hero-title { max-width: 840px; margin: 0; font-size: clamp(2.5rem, 5vw, 4.9rem); line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; }
.hero-actions { margin-top: 34px; display: flex; gap: 13px; }
.button { min-height: 48px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 999px; font-size: .88rem; font-weight: 700; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--primary); box-shadow: 0 12px 30px rgba(var(--primary-rgb),.32); }
.button-primary:hover { box-shadow: 0 15px 36px rgba(var(--primary-rgb),.42); }
.button-light { color: var(--text); background: #fff; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.button-ghost:hover { background: rgba(255,255,255,.14); }
.arrow { font-size: 1.15em; transition: transform .2s; }
.button:hover .arrow, .text-link:hover .arrow { transform: translateX(4px); }
.hero-controls { position: absolute; z-index: 4; left: 0; right: 0; bottom: 36px; }
.hero-controls-inner { display: flex; align-items: center; gap: 18px; }
.hero-dots { display: flex; align-items: center; gap: 9px; }
.hero-dot { width: 30px; height: 3px; padding: 0; border: 0; border-radius: 5px; background: rgba(255,255,255,.32); cursor: pointer; transition: width .3s, background .3s; }
.hero-dot.active { width: 54px; background: var(--accent); }
.hero-count { margin-left: auto; font-size: .78rem; font-variant-numeric: tabular-nums; letter-spacing: .14em; opacity: .78; }
.hero-arrows { display: flex; gap: 8px; }
.hero-arrow { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; background: rgba(255,255,255,.06); cursor: pointer; transition: .2s; }
.hero-arrow:hover { background: #fff; color: var(--text); }

/* Sections */
.home-section { position: relative; padding: 110px 0; }
.home-section:nth-child(even) { background: var(--surface); }
.section-heading { max-width: 710px; margin-bottom: 48px; }
.section-heading.center { margin-right: auto; margin-left: auto; text-align: center; }
.section-kicker { margin-bottom: 13px; color: var(--accent); font-size: .74rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-title { margin: 0; color: var(--text); font-size: clamp(2rem, 3.2vw, 3.25rem); line-height: 1.16; letter-spacing: -.028em; }
.section-subtitle { margin: 17px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.85; }
.section-topline { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 46px; }
.section-topline .section-heading { margin-bottom: 0; }
.text-link { flex: 0 0 auto; padding: 8px 0; display: inline-flex; align-items: center; gap: 10px; color: var(--primary); border-bottom: 1px solid rgba(var(--primary-rgb),.25); font-size: .86rem; font-weight: 700; }

.about-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(340px,.65fr); gap: clamp(60px,9vw,130px); align-items: center; }
.about-copy .company { margin-bottom: 18px; color: var(--accent); font-size: .8rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.about-copy h2 { max-width: 760px; margin: 0 0 26px; font-size: clamp(2rem,3.4vw,3.55rem); line-height: 1.2; letter-spacing: -.035em; }
.about-copy p { max-width: 760px; margin: 0 0 14px; color: var(--muted); font-size: 1rem; line-height: 1.9; }
.about-values { display: grid; gap: 14px; }
.value-card { min-height: 126px; padding: 24px; display: flex; align-items: center; gap: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-sm); }
.value-icon { flex: 0 0 58px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: rgba(var(--primary-rgb),.08); }
.value-icon img { width: 34px; height: 34px; object-fit: contain; }
.value-index { color: rgba(var(--primary-rgb),.3); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.value-label { margin-top: 5px; font-size: 1.02rem; font-weight: 750; }

.services-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.service-card, .content-card { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-sm); transition: transform .3s, box-shadow .3s, border-color .3s; }
.service-card { min-height: 470px; color: #fff; background: #102c3d; }
.service-card:hover, .content-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
.service-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.service-card:hover .service-image { transform: scale(1.045); }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,18,28,.92), rgba(3,18,28,.08) 72%); }
.service-body { position: absolute; z-index: 2; inset: auto 0 0; padding: 30px; }
.service-index { margin-bottom: 13px; color: var(--accent); font-size: .73rem; font-weight: 800; letter-spacing: .14em; }
.service-name { margin: 0 0 12px; font-size: 1.45rem; line-height: 1.25; }
.service-desc { margin: 0; color: rgba(255,255,255,.72); font-size: .88rem; line-height: 1.7; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.service-more { margin-top: 20px; display: inline-flex; gap: 8px; align-items: center; font-size: .79rem; font-weight: 700; }
.section-pagination { margin-top: 34px; display: flex; justify-content: center; gap: 8px; }
.section-pagination button { min-width: 40px; height: 40px; padding: 0 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: var(--surface); cursor: pointer; }
.section-pagination button.active, .section-pagination button:hover { color: #fff; border-color: var(--primary); background: var(--primary); }
.section-pagination button:disabled { opacity: .38; pointer-events: none; }

.content-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.content-card { border: 1px solid transparent; }
.content-card-media { position: relative; height: 235px; overflow: hidden; background: #dce5e9; }
.content-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.content-card:hover .content-card-media img { transform: scale(1.045); }
.content-card-body { padding: 26px; }
.content-card-date { margin-bottom: 12px; color: var(--accent); font-size: .74rem; font-weight: 750; letter-spacing: .06em; }
.content-card-title { margin: 0; font-size: 1.12rem; line-height: 1.5; }
.content-card-desc { min-height: 48px; margin: 11px 0 20px; color: var(--muted); font-size: .85rem; line-height: 1.7; }
.content-card-link { color: var(--primary); font-size: .78rem; font-weight: 750; }
.gallery-grid .content-card:first-child { grid-column: span 2; }
.gallery-grid .content-card:first-child .content-card-media { height: 300px; }
.design-card-outlined .service-card, .design-card-outlined .content-card, .design-card-outlined .value-card { box-shadow: none; border: 1px solid rgba(var(--primary-rgb),.16); }
.design-card-flat .service-card, .design-card-flat .content-card, .design-card-flat .value-card { box-shadow: none; border-radius: 8px; }

/* Footer */
.site-footer { color: rgba(255,255,255,.62); background: #071b27; }
.footer-main { padding: 72px 0 50px; }
.footer-layout { display: grid; grid-template-columns: minmax(270px,.85fr) minmax(0,1.8fr); gap: 75px; }
.footer-company { margin-bottom: 22px; color: #fff; font-size: 1.12rem; font-weight: 750; }
.footer-contact-item { margin-bottom: 9px; font-size: .8rem; line-height: 1.7; }
.footer-social { margin-top: 23px; display: flex; flex-wrap: wrap; gap: 9px; }
.footer-social a { min-width: 38px; height: 38px; padding: 0 10px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-size: .7rem; transition: .2s; }
.footer-social a:hover { color: #fff; border-color: var(--accent); background: rgba(var(--accent-rgb),.12); }
.footer-nav-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 28px; }
.footer-column strong { display: block; margin-bottom: 18px; color: #fff; font-size: .84rem; }
.footer-column a { display: block; padding: 5px 0; font-size: .76rem; line-height: 1.5; transition: color .2s; }
.footer-column a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); }
.footer-bottom-inner { min-height: 70px; padding: 16px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: .72rem; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-legal a:hover { color: #fff; }

/* Detail and section pages */
.inner-hero { min-height: 390px; padding: 150px 0 72px; display: flex; align-items: flex-end; color: #fff; background: linear-gradient(135deg, #082637, var(--primary)); }
.inner-hero-content { width: min(calc(100% - 48px), var(--max-width)); margin: auto; }
.inner-kicker { margin-bottom: 13px; color: rgba(255,255,255,.68); font-size: .75rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.inner-hero h1 { max-width: 900px; margin: 0; font-size: clamp(2.15rem,4vw,4.1rem); line-height: 1.14; letter-spacing: -.035em; }
.inner-hero p { max-width: 720px; margin: 19px 0 0; color: rgba(255,255,255,.72); line-height: 1.8; }
.breadcrumbs { width: min(calc(100% - 48px), var(--max-width)); margin: 0 auto; padding: 24px 0 0; display: flex; gap: 9px; color: var(--muted); font-size: .76rem; }
.breadcrumbs a:hover { color: var(--primary); }
.page-main { width: min(calc(100% - 48px), var(--max-width)); margin: 0 auto; padding: 34px 0 100px; }
.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 35px; align-items: start; }
.article-card, .section-card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-sm); }
.article-card { padding: clamp(30px,5vw,70px); }
.article-meta { margin-bottom: 20px; display: flex; align-items: center; flex-wrap: wrap; gap: 13px; color: var(--muted); font-size: .78rem; }
.article-category { padding: 6px 11px; border-radius: 999px; color: var(--primary); background: rgba(var(--primary-rgb),.08); font-weight: 700; }
.article-title { margin: 0 0 34px; font-size: clamp(2rem,3.2vw,3.25rem); line-height: 1.2; letter-spacing: -.03em; }
.article-body { color: #354850; font-family: Georgia, "Songti SC", "SimSun", serif; font-size: 1.03rem; line-height: 2; }
.article-body p { margin: 0 0 21px; }
.article-body h2, .article-body h3 { margin: 42px 0 16px; color: var(--text); font-family: Inter, "PingFang SC", sans-serif; line-height: 1.35; }
.article-image { margin: 36px 0; }
.article-image img { width: 100%; border-radius: calc(var(--radius) * .75); }
.article-image figcaption { margin-top: 11px; color: var(--muted); font-family: Inter, sans-serif; font-size: .73rem; text-align: center; }
.article-nav { margin-top: 50px; padding-top: 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; border-top: 1px solid var(--line); }
.article-nav a { padding: 16px; border-radius: 12px; background: var(--page-bg); font-size: .84rem; }
.article-nav-label { margin-bottom: 7px; color: var(--muted); font-size: .7rem; }
.article-back { margin-top: 24px; text-align: center; }
.article-back a { color: var(--primary); font-size: .83rem; font-weight: 700; }
.related-card { position: sticky; top: 94px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-sm); }
.related-title { margin-bottom: 16px; font-weight: 800; }
.related-item { display: block; padding: 14px 0; border-top: 1px solid var(--line); }
.related-item time { color: var(--muted); font-size: .7rem; }
.related-item div { margin-top: 5px; font-size: .84rem; line-height: 1.5; }
.section-stack { display: grid; gap: 24px; }
.section-card { padding: clamp(28px,4vw,50px); }
.section-card h2 { margin: 0 0 17px; font-size: 1.65rem; }
.section-card > p { max-width: 890px; color: var(--muted); line-height: 1.9; }
.feature-grid, .link-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 17px; }
.feature, .link-card { padding: 23px; border: 1px solid var(--line); border-radius: calc(var(--radius) * .75); background: var(--page-bg); }
.feature strong, .link-card strong { display: block; margin-bottom: 9px; color: var(--primary); }
.feature p, .link-card p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.7; }
.link-card { transition: .25s; }
.link-card:hover { transform: translateY(-4px); border-color: rgba(var(--primary-rgb),.3); background: var(--surface); box-shadow: var(--shadow-sm); }
.empty-state { padding: 120px 24px; color: var(--muted); text-align: center; }

@media (max-width: 1180px) {
  .footer-nav-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 1100px) {
  .container, .header-inner, .inner-hero-content, .breadcrumbs, .page-main { width: min(calc(100% - 32px), var(--max-width)); }
  .site-header, .site-header.scrolled, .design-header-solid .site-header { height: 68px; }
  .brand img { max-width: 150px; height: 34px; }
  .menu-toggle { display: block; }
  .header-nav { position: fixed; inset: 68px 0 0; z-index: 99; margin: 0; padding: 18px 16px 40px; display: none; overflow: auto; color: var(--text); background: rgba(255,255,255,.98); backdrop-filter: blur(18px); }
  .menu-open .header-nav { display: block; }
  .header-nav > li, .header-nav > li:nth-last-child(n+9) { display: block; }
  .header-nav > li > a, .site-header.scrolled .header-nav > li > a, .design-header-solid .header-nav > li > a { height: auto; min-height: 49px; padding: 10px 12px; border-bottom: 1px solid var(--line); font-size: .95rem; opacity: 1; }
  .header-nav > li > a::after { display: none; }
  .dropdown { position: static; min-width: 0; padding: 3px 0 10px 20px; color: var(--muted); border: 0; border-radius: 0; background: transparent !important; box-shadow: none !important; opacity: 1; visibility: visible; transform: none; }
  .dropdown a { padding: 8px 12px; }
  .lang-toggle { width: max-content; min-height: 38px !important; margin: 15px 0 0 !important; border-color: rgba(var(--primary-rgb),.25) !important; }
  .hero { min-height: 620px; }
  .hero-content { padding-top: 90px; }
  .hero-slide::after { background: linear-gradient(90deg, rgba(4,20,31,.75), rgba(4,20,31,.26)), linear-gradient(0deg, rgba(4,20,31,.5), transparent); }
  .home-section { padding: 82px 0; }
  .about-layout, .article-layout, .footer-layout { grid-template-columns: 1fr; }
  .about-layout { gap: 45px; }
  .services-grid, .content-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .gallery-grid .content-card:first-child { grid-column: span 2; }
  .footer-layout { gap: 48px; }
  .related-card { position: static; }
}

@media (max-width: 620px) {
  .hero-title { font-size: 2.45rem; }
  .hero-actions { flex-wrap: wrap; }
  .hero-arrows { display: none; }
  .hero-count { margin-left: auto; }
  .section-topline { align-items: flex-start; flex-direction: column; }
  .services-grid, .content-grid, .feature-grid, .link-grid { grid-template-columns: 1fr; }
  .gallery-grid .content-card:first-child { grid-column: auto; }
  .service-card { min-height: 420px; }
  .gallery-grid .content-card:first-child .content-card-media, .content-card-media { height: 220px; }
  .footer-nav-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px 20px; }
  .footer-bottom-inner { align-items: flex-start; flex-direction: column; gap: 12px; }
  .inner-hero { min-height: 330px; padding-top: 120px; }
  .article-card { padding: 27px 22px; }
  .article-nav { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Modular generic pages */
.module-page-main{width:100%;max-width:none;padding:0;background:#fff}.page-module{width:100%;padding-block:var(--module-padding);background:var(--module-bg)}.page-module-inner{width:min(calc(100% - 48px),var(--max-width));margin:auto;text-align:inherit}.module-width-full .page-module-inner{width:100%}.module-width-wide .page-module-inner{width:min(calc(100% - 48px),1440px)}.module-width-narrow .page-module-inner{width:min(calc(100% - 48px),820px)}.module-align-left{text-align:left}.module-align-center{text-align:center}.module-align-right{text-align:right}.module-richtext{font-size:1.06rem;line-height:1.9}.module-richtext h2,.module-source h2,.module-downloads h2,.module-map h2,.module-video h2{margin:0 0 24px;font-size:clamp(1.65rem,3vw,2.5rem)}.module-richtext h3{margin:28px 0 10px}.module-richtext p,.module-richtext li,.module-map p{color:var(--muted)}.module-richtext blockquote{margin:24px 0;padding:18px 22px;border-left:3px solid var(--accent);background:rgba(18,98,143,.06)}.module-image{margin:0}.module-image img{width:100%;max-height:720px;display:block;border-radius:var(--radius);object-fit:cover}.module-image figcaption{margin-top:11px;color:var(--muted);font-size:.86rem}.module-grid{display:grid;grid-template-columns:repeat(var(--module-columns),minmax(0,1fr));gap:20px}.stat-card{padding:30px 20px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 12px 35px rgba(12,43,60,.06)}.stat-card strong{display:block;color:var(--primary);font-size:clamp(1.7rem,3vw,3rem);line-height:1.1}.stat-card span{margin-top:10px;display:block;color:var(--muted)}.module-source-card{overflow:hidden;display:block;border:1px solid var(--line);border-radius:var(--radius);color:var(--text);background:#fff;box-shadow:0 12px 35px rgba(12,43,60,.06);transition:.2s}.module-source-card:hover{transform:translateY(-4px);box-shadow:0 20px 45px rgba(12,43,60,.11)}.module-source-card img{width:100%;aspect-ratio:16/10;display:block;object-fit:cover}.module-source-card>div{padding:22px}.module-source-card small{color:var(--accent);font-weight:750}.module-source-card h3{margin:8px 0 10px;font-size:1.16rem}.module-source-card p{margin:0;color:var(--muted);line-height:1.65}.page-module-cta{color:#fff}.module-cta{padding:10px}.module-cta h2{margin:0;font-size:clamp(2rem,4vw,3.4rem)}.module-cta p{max-width:720px;margin:15px auto 24px;color:rgba(255,255,255,.75);line-height:1.8}.module-align-left .module-cta p{margin-left:0}.module-align-right .module-cta p{margin-right:0}.module-button{min-height:48px;padding:0 23px;display:inline-flex;align-items:center;border-radius:999px;color:#102c3d;background:var(--accent);font-weight:800}.module-video video,.module-video iframe,.module-map iframe{width:100%;aspect-ratio:16/9;border:0;border-radius:var(--radius);background:#0b1820}.module-map iframe{margin-top:20px;aspect-ratio:16/7}.download-list{display:grid;gap:10px}.download-list a{padding:17px 19px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:12px;color:var(--text);background:#fff}.download-list a:hover{border-color:var(--accent)}.preview-flag{position:fixed;right:18px;bottom:18px;z-index:1000;padding:10px 14px;border-radius:999px;color:#fff;background:#b06b18;box-shadow:0 8px 25px rgba(0,0,0,.2);font-size:12px;font-weight:800}@media(max-width:780px){.module-grid{grid-template-columns:1fr}.page-module-inner,.module-width-wide .page-module-inner,.module-width-narrow .page-module-inner{width:min(calc(100% - 32px),var(--max-width))}}
