:root { color-scheme: dark; --ink: #f7f8f6; --muted: #c5cbc8; --dark: #151a18; --gold: #e7c778; --green: #244b3d; --line: #3e4842; --paper: #f6f7f5; --text: #202c26; }
* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--dark); color: var(--ink); font: 18px/1.65 system-ui,-apple-system,"Segoe UI",Arial,sans-serif; }
a { color: inherit; text-underline-offset: 4px; }
img { display: block; max-width: 100%; height: auto; }
.wrap { max-width: 1220px; margin: auto; padding: 0 32px; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { line-height: 1.15; text-wrap: balance; }
h1 { font-size: 62px; font-weight: 650; max-width: 850px; margin-bottom: 26px; }
h2 { font-size: 40px; font-weight: 600; margin-bottom: 24px; }
h3 { font-size: 24px; font-weight: 650; margin-bottom: 14px; }
p { margin-bottom: 22px; }
a,button,input,select,textarea { outline-offset: 5px; }
:focus-visible { outline: 3px solid #2a8ad6; }
section { padding: 76px 0; }
.skip { position: absolute; top: -100px; left: 20px; background: var(--gold); color: #111; padding: 12px; z-index: 100; }
.skip:focus { top: 8px; }
.site-header { position: sticky; top: 0; background: #111713; z-index: 20; border-bottom: 1px solid #384139; }
.site-header nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { font-size: 27px; font-weight: 750; text-decoration: none; white-space: nowrap; line-height: 1.1; display: inline-block; }
.brand span { display: block; font-size: 10px; color: var(--gold); margin-top: 7px; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 16px; }
.nav-links>a { font-weight: 600; }
.button { display: inline-flex; justify-content: center; align-items: center; padding: 13px 22px; min-height: 50px; border-radius: 4px; border: 1px solid transparent; text-decoration: none; font-size: 16px; font-weight: 700; text-align: center; cursor: pointer; line-height: 1.35; max-width: 100%; }
.primary { background: var(--gold); color: #172319; }
.primary:hover { background: #f4d98f; }
.secondary { border-color: #ced5cb; background: #19241ab8; color: #fff; }
.secondary:hover { background: #25372a; }
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 30px 0 20px; }
.eyebrow { font-size: 13px; font-weight: 650; color: var(--gold); margin-bottom: 18px; }
.hero { position: relative; isolation: isolate; padding: 70px 0 54px; min-height: 610px; overflow: hidden; }
.hero-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(9,20,14,.96) 0%,rgba(9,20,14,.83) 33%,rgba(9,20,14,.12) 72%); }
.hero-inner { width: 100%; }
.hero h1 { max-width: 680px; }
.hero .eyebrow { max-width: 630px; }
.hero-tagline { font-size: 25px; max-width: 580px; line-height: 1.35; }
.hero-lead { max-width: 565px; font-size: 18px; color: #edf1ea; }
.hero-note { font-size: 13px; max-width: 500px; color: #d9e4d9; margin-bottom: 0; }
.region-strip { border-bottom: 1px solid var(--line); background: #202a23; }
.region-links { display: flex; justify-content: space-between; gap: 16px; padding: 20px 0; flex-wrap: wrap; }
.region-links a { font-size: 16px; font-weight: 600; }
.light { background: var(--paper); color: var(--text); color-scheme: light; }
.light .eyebrow { color: #746024; }
.light p { color: #46534b; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: start; margin-bottom: 36px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading>p { margin: 0; color: var(--muted); }
.light .section-heading>p { color: #46534b; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; border-top: 1px solid #ccd3ca; padding-top: 28px; }
.step-number { display: block; color: #526859; font-size: 16px; margin-bottom: 15px; }
.steps h3 { font-size: 22px; }
.steps p { font-size: 17px; margin: 0; }
.market-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.market { border: 1px solid #455049; border-radius: 6px; padding: 28px; background: #1d2821; display: flex; flex-direction: column; }
.market h3 a { text-decoration: none; }
.market .eyebrow { min-height: 42px; line-height: 1.5; }
.market p:not(.eyebrow) { font-size: 16px; color: var(--muted); }
.market .text-link { margin-top: auto; font-size: 16px; font-weight: 650; }
.text-link span { display: inline-block; margin-left: 8px; }
.light .market { background: white; border-color: #c7d1c9; }
.light .market p:not(.eyebrow) { color: #46534b; }
.small-note { font-size: 15px; max-width: 850px; margin: 28px 0 0; color: var(--muted); }
.green-band { background: var(--green); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; }
.split p:last-child { margin-bottom: 0; }
.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; }
.two-columns p { margin: 0; }
.enquiry-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.enquiry-layout>div>p { color: #d6ded7; }
.enquiry-form { background: #fff; color: var(--text); color-scheme: light; padding: 30px; border-radius: 6px; display: grid; gap: 18px; scroll-margin-top: 110px; }
.enquiry-form label { display: grid; gap: 6px; font-size: 15px; font-weight: 650; }
.enquiry-form input,.enquiry-form select,.enquiry-form textarea { font-family: inherit; font-size: 16px; line-height: 1.5; min-width: 0; width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #a3b1a7; border-radius: 3px; background: white; color: #172c1f; }
.enquiry-form textarea { resize: vertical; }
.enquiry-form .form-note { font-size: 13px; line-height: 1.5; margin: 0; color: #55635a; }
.honeypot { display: none!important; }
.media-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
.media-layout video { display: block; width: 100%; aspect-ratio: 16/9; background: #000; border-radius: 4px; }
.media-layout p { margin: 0; }
footer { padding: 42px 0; background: #101611; border-top: 1px solid #414e43; color: #cdd6ce; font-size: 14px; }
.footer-grid { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
footer p { margin: 18px 0 0; }
.membership { max-width: 210px; font-size: 12px; line-height: 1.4; text-decoration: none; }
.membership img { width: 130px; height: 70px; object-fit: contain; background: #fff; border-radius: 3px; margin-bottom: 10px; }
.country-intro { background: #1c2f24; padding: 55px 0 64px; }
.breadcrumb { font-size: 14px; color: #c5d3c6; margin-bottom: 34px; }
.country-intro h1 { font-size: 50px; max-width: 980px; }
.country-lead { font-size: 21px; max-width: 870px; color: #e4ebe4; margin-bottom: 30px; }
.reading { max-width: 900px; }
.reading h2 { font-size: 35px; }
.reading .lead { font-size: 21px; }
.source { font-size: 15px; }
.funding-status { background: #e6ede7; border-left: 4px solid #54745d; padding: 22px 26px; margin: 28px 0 18px; }
.funding-status h3 { font-size: 22px; }
.funding-status p { margin-bottom: 0; }
.checked { font-size: 13px; color: #4f6153; }
.content-split { display: grid; grid-template-columns: 1.25fr .75fr; gap: 65px; align-items: start; }
.content-split h2 { font-size: 34px; }
.content-split h3 { margin-top: 36px; }
.country-figure { margin: 0; }
.country-figure img { width: 100%; max-height: 580px; object-fit: cover; border-radius: 4px; }
.next-steps { padding-left: 26px; margin: 24px 0; }
.next-steps li { padding-left: 6px; margin-bottom: 18px; }
.faqs { margin: 26px 0 32px; border-top: 1px solid #b7c4b9; }
.faqs details { border-bottom: 1px solid #b7c4b9; padding: 20px 0; }
.faqs summary { font-weight: 650; cursor: pointer; min-height: 34px; }
.faqs details p { margin: 16px 0 0; }
.related { padding: 45px 0; }
.related h2 { font-size: 26px; }
.country-links { display: flex; flex-wrap: wrap; gap: 12px 26px; }
.country-links a { padding: 6px 0; }
.related p { margin: 22px 0 0; font-size: 15px; }
.country-intro .country-links { max-width: 900px; }
.market-grid>* { min-width: 0; }
p,a,h1,h2,h3,li { overflow-wrap: break-word; }
html[lang^="zh"] h1 { line-height: 1.35; }
@media(min-width:1500px) {
  .hero { min-height: 650px; }
  .hero-image { object-position: center 30%; }
}
@media(max-width:1000px) {
  .wrap { padding: 0 24px; } h1 { font-size: 52px; } h2 { font-size: 34px; }
  .hero h1 { max-width: 590px; } .hero-image { object-position: 62% 40%; }
  .section-heading,.split,.two-columns { gap: 35px; }
  .market-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .enquiry-layout { gap: 40px; } .content-split { gap: 35px; }
  .country-intro h1 { font-size: 43px; } .country-lead { font-size: 19px; } .steps { gap: 24px; }
}
@media(max-width:700px) {
  body { font-size: 17px; } .wrap { padding: 0 20px; }
  .site-header nav { min-height: 82px; gap: 12px; } .brand { font-size: 23px; }
  .nav-links { gap: 14px; font-size: 13px; } .nav-links .button { font-size: 13px; padding: 10px 12px; min-height: 44px; max-width: 158px; }
  .nav-links>a:first-child { max-width: 85px; line-height: 1.3; }
  .hero { padding: 75px 0 32px; min-height: 0; } .hero-image { object-position: 65% 27%; }
  .hero::after { background: linear-gradient(0deg,rgba(9,20,14,1) 0%,rgba(9,20,14,.92) 51%,rgba(9,20,14,.05) 100%); }
  h1 { font-size: 38px; } .hero-tagline { font-size: 22px; } .hero-lead { font-size: 17px; }
  .hero .eyebrow { font-size: 12px; } .hero h1 { max-width: 100%; }
  .actions { gap: 10px; margin: 24px 0 18px; } .button { font-size: 15px; padding: 12px 16px; }
  .hero .actions .button { flex: 1; min-width: 0; font-size: 14px; padding: 12px 10px; }
  .region-links { justify-content: flex-start; gap: 8px 23px; padding: 16px 0; } .region-links a { font-size: 14px; }
  section { padding: 48px 0; } h2 { font-size: 31px; }
  .section-heading,.split,.two-columns,.enquiry-layout,.media-layout,.content-split { grid-template-columns: 1fr; gap: 28px; }
  .section-heading { margin-bottom: 30px; } .steps { grid-template-columns: 1fr; gap: 26px; }
  .step-number { margin-bottom: 8px; } .market-grid { grid-template-columns: 1fr; gap: 16px; }
  .market { padding: 24px; } .market .eyebrow { min-height: 0; } .enquiry-form { padding: 24px; }
  .media-layout { gap: 26px; } .footer-grid { align-items: start; flex-direction: column; }
  .country-intro { padding: 30px 0 42px; } .country-intro h1 { font-size: 35px; }
  .country-lead { font-size: 19px; } .breadcrumb { margin-bottom: 26px; }
  .reading h2,.content-split h2 { font-size: 29px; } .reading .lead { font-size: 19px; }
  .country-figure img { max-height: 430px; object-position: center 35%; } .funding-status { padding: 20px; }
  .country-links { gap: 8px 20px; }
}
@media(max-width:380px) {
  .wrap { padding: 0 16px; } .brand { font-size: 20px; } .nav-links { gap: 9px; }
  .nav-links .button { max-width: 135px; font-size: 12px; } .nav-links>a:first-child { font-size: 12px; max-width: 65px; }
  .hero { padding-top: 40px; } h1 { font-size: 34px; } .country-intro h1 { font-size: 31px; } .enquiry-form { padding: 20px; }
}
@media(max-width:700px) and (max-height:700px) {
  .hero { padding-top: 25px; padding-bottom: 24px; }
  .hero h1 { font-size: 30px; margin-bottom: 16px; }
  .hero-tagline { font-size: 18px; margin-bottom: 16px; }
  .hero-lead { font-size: 15px; line-height: 1.5; margin-bottom: 16px; }
  .hero .eyebrow { font-size: 11px; margin-bottom: 12px; }
  .hero-note { font-size: 11px; line-height: 1.4; }
  .hero .actions { margin: 16px 0 12px; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } }
