:root {
  --forest: #53651c;
  --forest-2: #435116;
  --green: #98b53b;
  --green-hover: #7e982e;
  --mint: #dce9ab;
  --mint-pale: #f1f6df;
  --cream: #f4f6f1;
  --sand: #eff2eb;
  --ink: #173026;
  --muted: #64716b;
  --line: #dce4de;
  --white: #fff;
  --shadow: 0 18px 50px rgba(8, 48, 30, .12);
  --radius: 22px;
  --container: 1180px;
  --transition: 180ms ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4 { margin: 0 0 .65em; line-height: 1.09; letter-spacing: -.035em; }
h1 { font-size: clamp(2.8rem, 6vw, 5.4rem); }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }
p { margin: 0 0 1.2em; }
ul, ol { padding-left: 1.2em; }
::selection { color: var(--forest); background: var(--mint); }
:focus-visible { outline: 3px solid #e7aa2d; outline-offset: 4px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container--narrow { width: min(calc(100% - 40px), 820px); }
.section { padding: clamp(72px, 9vw, 126px) 0; }
.section--soft { background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 45px; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }
.section-heading--center { justify-content: center; text-align: center; }
.section-heading--center h2 { max-width: 830px; }
.eyebrow {
  margin-bottom: 14px;
  color: var(--green);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.3;
  text-transform: uppercase;
}
.lead { font-size: clamp(1.18rem, 2vw, 1.45rem); line-height: 1.55; }
.small { font-size: .84rem; color: var(--muted); }
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; color: var(--white); background: var(--forest); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 25px;
  border: 2px solid var(--green);
  border-radius: 999px;
  color: var(--ink);
  background: var(--green);
  font-size: .92rem;
  font-weight: 750;
  line-height: 1.1;
  text-decoration: none;
  transition: transform var(--transition), background var(--transition), border-color var(--transition), color var(--transition);
}
.button:hover { border-color: var(--forest); color: var(--white); background: var(--forest); transform: translateY(-2px); }
.button--small { min-height: 44px; padding: 10px 20px; font-size: .84rem; }
.button--light { border-color: var(--white); color: var(--forest); background: var(--white); }
.button--light:hover { border-color: var(--mint); background: var(--mint); }
.button--outline { color: var(--forest); background: transparent; }
.button--outline:hover { color: var(--white); background: var(--green); }
.button--outline-light { border-color: rgba(255,255,255,.7); color: var(--white); background: transparent; }
.button--outline-light:hover { border-color: var(--white); color: var(--forest); background: var(--white); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--forest); font-weight: 750; text-decoration: none; }
.text-link span { transition: transform var(--transition); }
.text-link:hover span { transform: translateX(5px); }
.text-link--light { color: var(--white); }

.utility-bar { color: rgba(255,255,255,.85); background: var(--forest); font-size: .76rem; font-weight: 650; }
.utility-bar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-bar__contact, .utility-bar nav { display: flex; align-items: center; gap: 18px; }
.utility-bar a { text-decoration: none; }
.utility-bar a:hover { color: var(--white); }
.site-header { position: relative; z-index: 100; min-height: 91px; background: var(--white); border-bottom: 1px solid rgba(7,58,35,.08); }
.site-header.is-stuck { position: fixed; top: 0; left: 0; width: 100%; box-shadow: 0 8px 24px rgba(6,53,31,.09); animation: header-in 180ms ease-out; }
body.admin-bar .site-header.is-stuck { top: 32px; }
@keyframes header-in { from { transform: translateY(-12px); opacity: .4; } }
.site-header__inner { min-height: 91px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 12px; color: var(--forest); text-decoration: none; }
.brand__logo-frame { width: 52px; height: 46px; display: grid; place-items: center; }
.brand__official-logo { width: 100%; height: 100%; object-fit: contain; filter: brightness(0) saturate(100%) invert(66%) sepia(31%) saturate(1142%) hue-rotate(33deg) brightness(94%) contrast(84%); }
.brand__country { color: var(--green); font-size: 1rem; font-weight: 800; letter-spacing: -.02em; }
.custom-logo-link { display: block; flex: 0 0 auto; }
.custom-logo { max-width: 240px; max-height: 64px; width: auto; }
.primary-nav { margin-left: auto; }
.primary-nav .menu { display: flex; align-items: center; gap: clamp(13px, 1.45vw, 23px); margin: 0; padding: 0; list-style: none; }
.primary-nav a { color: var(--ink); font-size: .84rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--green); }
.primary-nav__mobile-actions { display: none; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; border-radius: 50%; background: var(--cream); cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--forest); transition: transform var(--transition), opacity var(--transition); }
.site-tools { display: flex; flex: 0 0 auto; align-items: center; gap: 10px; }
.language-switcher { display: flex; align-items: center; gap: 5px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .06em; }
.language-switcher a { padding: 5px 2px; text-decoration: none; }
.language-switcher a:hover { color: var(--green); }
.language-switcher a[aria-current="true"] { color: var(--green); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.theme-toggle { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--forest); background: var(--cream); cursor: pointer; transition: color var(--transition), background var(--transition), border-color var(--transition), transform var(--transition); }
.theme-toggle:hover { color: var(--white); background: var(--green); border-color: var(--green); transform: translateY(-1px); }
.theme-toggle__icon { font-size: 1.05rem; line-height: 1; }
.header-donate { flex: 0 0 auto; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: min(720px, calc(100vh - 70px));
  display: grid;
  color: var(--white);
  background: var(--forest);
  overflow: hidden;
}
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: var(--hero-image); background-size: cover; background-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(2,43,24,.96) 0%, rgba(4,72,37,.83) 48%, rgba(3,34,20,.24) 100%); }
.hero__inner { display: flex; align-items: center; padding-top: 48px; padding-bottom: 76px; }
.hero__content { max-width: 800px; }
.hero__kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--mint); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero__kicker span { width: 30px; height: 2px; background: var(--mint); }
.hero h1 { max-width: 790px; margin-bottom: 23px; }
.hero__lead { max-width: 680px; margin-bottom: 34px; color: rgba(255,255,255,.86); font-size: clamp(1.15rem, 2vw, 1.4rem); }
.hero__scroll { position: absolute; left: 50%; bottom: 23px; display: flex; flex-direction: column; align-items: center; gap: 3px; color: rgba(255,255,255,.72); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transform: translateX(-50%); }
.hero__scroll span { font-size: 1.2rem; }
.impact-strip { position: relative; z-index: 2; overflow: hidden; color: var(--forest); background: linear-gradient(112deg, #e4efb7 0%, var(--mint) 48%, #edf4ca 100%); }
.impact-strip::before { content: ""; position: absolute; inset: 0 auto 0 -32%; width: 25%; pointer-events: none; opacity: 0; transform: skewX(-18deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent); }
.impact-strip.is-counting::before { animation: impactSheen 1.25s cubic-bezier(.2,.7,.2,1) .25s 1 both; }
.impact-grid { min-height: 148px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.impact-stat { position: relative; min-height: 72px; display: flex; flex-direction: column; justify-content: center; padding: 10px 28px; border-right: 1px solid rgba(6,53,31,.22); color: inherit; text-decoration: none; transition: transform .35s ease, background .35s ease; }
.impact-strip.is-enhanced .impact-stat { opacity: 0; transform: translateY(18px) scale(.985); }
.impact-strip.is-enhanced .impact-stat.is-visible { animation: impactStatReveal .72s cubic-bezier(.16,1,.3,1) var(--stat-delay) forwards; }
.impact-stat::after { content: ""; position: absolute; top: 0; left: 28px; width: 34px; height: 3px; border-radius: 99px; opacity: .5; transform: scaleX(.35); transform-origin: left; background: var(--forest); transition: transform .45s cubic-bezier(.16,1,.3,1), opacity .45s ease; }
.impact-stat.is-complete::after { opacity: .88; transform: scaleX(1); }
.impact-stat:first-child { padding-left: 0; }
.impact-stat:first-child::after { left: 0; }
.impact-stat:last-child { border-right: 0; }
.impact-stat strong { min-width: 4ch; font-size: clamp(2rem, 4vw, 3.25rem); font-variant-numeric: tabular-nums; line-height: 1; letter-spacing: -.05em; text-shadow: 0 8px 24px rgba(6,53,31,.08); }
.impact-stat span { margin-top: 9px; font-size: .75rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.impact-stat--link { overflow: hidden; border-radius: 14px 0 0 14px; }
.impact-stat--link:hover, .impact-stat--link:focus-visible { color: var(--forest); background: rgba(255,255,255,.34); outline-offset: -4px; }
.impact-stat .impact-stat__explore { position: absolute; right: 22px; bottom: 9px; margin: 0; opacity: 0; font-size: .62rem; letter-spacing: .07em; transform: translateX(-8px); transition: opacity .25s ease, transform .25s ease; }
.impact-stat--link:hover .impact-stat__explore, .impact-stat--link:focus-visible .impact-stat__explore { opacity: .78; transform: translateX(0); }
@media (hover: hover) { .impact-stat.is-complete:hover { transform: translateY(-3px); } }
@keyframes impactStatReveal { to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes impactSheen { 0% { left: -32%; opacity: 0; } 20% { opacity: 1; } 100% { left: 118%; opacity: 0; } }

.intro__grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.intro__copy h2 { max-width: 620px; }
.intro__copy .text-link { margin-top: 14px; }
.intro__visual { position: relative; padding: 0 0 38px 44px; }
.intro__visual::before { content: ""; position: absolute; left: 0; bottom: 0; width: 66%; height: 73%; border-radius: var(--radius); background: var(--mint-pale); }
.intro__visual img { position: relative; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.intro__note { position: absolute; right: 0; bottom: 0; max-width: 300px; padding: 24px 28px; border-radius: 16px; color: var(--white); background: var(--forest); box-shadow: var(--shadow); }
.intro__note strong, .intro__note span { display: block; }
.intro__note strong { font-size: 1.08rem; }
.intro__note span { margin-top: 3px; color: rgba(255,255,255,.7); font-size: .82rem; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.project-card { min-width: 0; overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: 0 9px 26px rgba(9,54,34,.07); transition: transform var(--transition), box-shadow var(--transition); }
.project-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.project-card > img, .project-card__image img { width: 100%; aspect-ratio: 1.45; object-fit: cover; }
.project-card__image { display: block; overflow: hidden; }
.project-card__image img { transition: transform 450ms ease; }
.project-card:hover .project-card__image img { transform: scale(1.035); }
.project-card__body { padding: 28px 28px 30px; }
.project-card__body h3 a { text-decoration: none; }
.project-card__body p { color: var(--muted); font-size: .94rem; }
.project-card__body > a { color: var(--green); font-size: .86rem; font-weight: 800; text-decoration: none; }

.pathway-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border-radius: var(--radius); background: var(--line); overflow: hidden; }
.pathway { min-height: 355px; display: flex; flex-direction: column; padding: 38px; color: var(--ink); background: var(--cream); text-decoration: none; transition: color var(--transition), background var(--transition); }
.pathway:hover { color: var(--white); background: var(--green); }
.pathway--help { background: var(--mint-pale); }
.pathway--volunteer { background: #eaf3d4; }
.pathway__number { margin-bottom: auto; color: var(--green); font-size: .78rem; font-weight: 800; }
.pathway:hover .pathway__number { color: var(--mint); }
.pathway h3 { margin-top: 55px; font-size: 1.8rem; }
.pathway p { color: var(--muted); font-size: .95rem; }
.pathway:hover p { color: rgba(255,255,255,.78); }
.pathway strong { margin-top: auto; font-size: .86rem; }

.story { padding: 70px 0; color: var(--white); background: var(--forest); }
.story__inner { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(48px, 8vw, 100px); }
.story__image { position: relative; }
.story__image::after { content: "“"; position: absolute; right: -25px; top: -32px; color: var(--mint); font-family: Georgia, serif; font-size: 9rem; line-height: 1; }
.story__image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); filter: saturate(.8); }
.story blockquote { margin: 0; }
.story blockquote > p:not(.eyebrow) { margin-bottom: 28px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 3.2vw, 2.65rem); line-height: 1.35; letter-spacing: -.02em; }
.story cite { color: rgba(255,255,255,.62); font-size: .78rem; font-style: normal; }

.testimonials-section { color: var(--white); background: var(--forest); }
.testimonials-section .section-heading h2 { max-width: 860px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.testimonial-card { display: grid; grid-template-columns: minmax(150px, .72fr) minmax(0, 1.28fr); min-width: 0; overflow: hidden; border-radius: var(--radius); color: var(--ink); background: var(--white); box-shadow: 0 18px 50px rgba(4, 24, 15, .24); }
.testimonial-card--alt { background: #eaf3d4; }
.testimonial-card__portrait { margin: 0; overflow: hidden; background: var(--mint-pale); }
.testimonial-card__portrait img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; object-position: center 28%; }
.testimonial-card__body { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(24px, 2.7vw, 34px); }
.testimonial-card blockquote { margin: 0 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(.94rem, 1.05vw, 1.04rem); line-height: 1.58; }
.testimonial-card__body p { display: flex; flex-direction: column; gap: 3px; margin: 0; }
.testimonial-card__body strong { font-size: 1rem; }
.testimonial-card__body span { color: var(--muted); font-size: .82rem; }

.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.news-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.news-card__image { display: block; }
.news-card__image img { width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.news-card__body { padding: 28px; }
.news-card time { color: var(--green); font-size: .74rem; font-weight: 750; text-transform: uppercase; }
.news-card h3 { margin-top: 12px; }
.news-card h3 a { text-decoration: none; }
.news-card p { color: var(--muted); font-size: .92rem; }
.empty-news { grid-column: 1 / -1; padding: 48px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }

.footer-cta { padding: 64px 0; color: var(--ink); background: var(--green); }
.footer-cta .eyebrow { color: var(--forest); }
.footer-cta .button--outline-light { border-color: rgba(23,48,38,.55); color: var(--ink); }
.footer-cta .button--outline-light:hover { border-color: var(--forest); color: var(--white); background: var(--forest); }
.footer-cta h2 { max-width: 780px; margin: 0; font-size: clamp(2rem, 4vw, 3.35rem); }
.footer-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.footer-cta .button-row { flex: 0 0 auto; }
.site-footer { padding: 75px 0 25px; color: rgba(255,255,255,.78); background: var(--forest); }
.site-footer .brand { color: var(--white); }
.site-footer .brand__official-logo { filter: none; }
.site-footer .brand__country { color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .9fr .9fr 1.1fr; gap: 45px; }
.footer-about p { max-width: 340px; margin-top: 24px; }
.footer-social { margin-top: 28px; }
.footer-social__title { display: block; margin-bottom: 12px; color: var(--white); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-social__links { display: flex; flex-wrap: wrap; gap: 10px; }
.footer-social__links a { display: inline-flex; align-items: center; gap: 9px; min-height: 42px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: var(--white); background: rgba(255,255,255,.06); font-size: .78rem; font-weight: 750; text-decoration: none; transition: border-color 180ms ease, background 180ms ease, transform 180ms ease; }
.footer-social__links a:hover, .footer-social__links a:focus-visible { border-color: #98b53b; background: rgba(152,181,59,.18); outline: 0; transform: translateY(-2px); }
.footer-social__links svg { width: 20px; height: 20px; flex: 0 0 auto; fill: currentColor; }
.footer-social__links svg rect, .footer-social__links svg circle { fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-social__links svg circle:last-child { fill: currentColor; stroke: none; }
.footer-title { color: var(--white); font-size: 1rem; letter-spacing: 0; }
.footer-list { margin: 0; padding: 0; list-style: none; }
.footer-list li { margin: 9px 0; }
.footer-list a { text-decoration: none; }
.footer-list a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }
.footer-bottom p { margin: 0; }

.page-hero { padding: clamp(75px, 10vw, 125px) 0; color: var(--white); background: linear-gradient(120deg, var(--forest), #0b6337); }
.page-hero .eyebrow { color: var(--mint); }
.page-hero h1 { max-width: 970px; font-size: clamp(2.7rem, 6vw, 5rem); }
.page-hero > .container > p:last-child { max-width: 700px; margin-bottom: 0; color: rgba(255,255,255,.76); font-size: 1.2rem; }
.page-hero--image { position: relative; isolation: isolate; background: var(--forest); overflow: hidden; }
.page-hero--image::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url('../images/official/remar-volunteering-group.jpg') center / cover; }
.page-hero--image::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3,48,27,.97), rgba(3,75,39,.75), rgba(3,48,27,.25)); }
.page-hero--urgent { background: linear-gradient(120deg, #123e2b, var(--green)); }
.page-hero--urgent .button { margin-top: 20px; }
.page-hero--donate { background: linear-gradient(120deg, var(--forest), #7e982e 65%, var(--green)); }
.page-hero--article time { color: rgba(255,255,255,.65); }
.prose { font-size: 1.05rem; }
.prose > * { max-width: 760px; }
.prose > .alignwide { max-width: var(--container); }
.prose > .alignfull { max-width: none; }
.prose h2 { margin-top: 1.5em; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.prose h3 { margin-top: 1.5em; }
.prose a { color: var(--green); }
.prose blockquote { margin: 2em 0; padding-left: 25px; border-left: 4px solid var(--mint); font-family: Georgia, serif; font-size: 1.35rem; }
.featured-image { margin: 0 0 45px; }
.featured-image img, .rounded-image { border-radius: var(--radius); }
.pagination { margin-top: 45px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { min-width: 42px; min-height: 42px; display: grid; place-items: center; padding: 8px; border-radius: 50%; color: var(--green); background: var(--cream); text-decoration: none; }
.page-numbers.current { color: var(--white); background: var(--green); }
.error-page { min-height: 55vh; display: flex; align-items: center; text-align: center; }
.error-page .button-row { justify-content: center; }

.value-grid, .location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-grid article, .location-card { padding: 35px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); }
.value-grid--identity article:nth-child(1) { background: #f0f6d9; border-color: #dce7b9; }
.value-grid--identity article:nth-child(2) { background: #eef0f1; border-color: #d6dbdd; }
.value-grid--identity article:nth-child(3) { background: #e6ece2; border-color: #cfd8c9; }
.value-grid article > span { display: inline-block; margin-bottom: 40px; color: var(--green); font-size: .78rem; font-weight: 800; }
.value-grid h2, .value-grid h3 { font-size: 1.55rem; }
.value-grid p, .location-card p { color: var(--muted); font-size: .94rem; }
.location-grid { grid-template-columns: repeat(2, 1fr); }
.location-card h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); }
.location-card h2 a { color: var(--forest); text-decoration: none; }
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: clamp(35px, 6vw, 75px); }
.contact-panel { position: sticky; top: 130px; padding: 40px; border-radius: var(--radius); color: var(--white); background: var(--forest); }
.contact-panel .eyebrow { color: var(--mint); }
.contact-list { margin: 35px 0; padding: 0; list-style: none; }
.contact-list li { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-list span, .contact-list a { display: block; }
.contact-list span { color: rgba(255,255,255,.55); font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.contact-list a { margin-top: 3px; color: var(--white); font-weight: 750; text-decoration: none; }
.form-card { padding: clamp(28px, 5vw, 48px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 38px rgba(6,53,31,.07); }
.form-card h2 { font-size: clamp(1.8rem, 3vw, 2.55rem); }
.help-copy h2 { font-size: clamp(2rem, 4vw, 3rem); }
.privacy-note { margin: 32px 0; padding: 20px 22px; border-left: 4px solid var(--mint); color: var(--ink); background: var(--mint-pale); font-size: .88rem; }
.privacy-note p { margin: 5px 0 0; }
.remar-form-result { scroll-margin-top: 130px; }
.remar-alert { margin-bottom: 24px; padding: 14px 18px; border-radius: 10px; font-size: .9rem; font-weight: 650; }
.remar-alert--success { color: #07552e; background: #dcf5e6; }
.remar-alert--error { color: #7d1b1b; background: #fde5e5; }
.remar-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.remar-form[aria-busy="true"] { opacity: .72; }
.remar-field { min-width: 0; }
.remar-field[hidden] { display: none !important; }
.remar-field--full, .remar-form__actions { grid-column: 1 / -1; }
.remar-field label { display: block; margin-bottom: 7px; color: var(--ink); font-size: .82rem; font-weight: 750; }
.remar-field input:not([type="checkbox"]), .remar-field select, .remar-field textarea {
  width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #b8c5bd; border-radius: 10px; color: var(--ink); background: var(--white);
}
.remar-field textarea { min-height: 135px; resize: vertical; }
.remar-field input:focus, .remar-field select:focus, .remar-field textarea:focus { border-color: var(--green); outline: 3px solid rgba(8,120,62,.14); }
.remar-field input[type="file"] { padding: 9px 12px; }
.remar-field input[type="file"]::file-selector-button { margin-right: 12px; padding: 8px 12px; border: 0; border-radius: 7px; color: var(--white); background: var(--green); font: inherit; font-weight: 700; cursor: pointer; }
.remar-field small { display: block; margin-top: 7px; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.remar-field--consent label { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 10px; font-weight: 500; }
.remar-field--consent input { margin-top: 5px; }
.remar-field--trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.remar-form__note { grid-column: 1 / -1; margin: -5px 0 0; color: var(--muted); font-size: .78rem; }
.donation-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.donation-card { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.donation-card--featured { color: var(--white); background: var(--forest); border-color: var(--forest); }
.donation-card--featured .eyebrow { color: var(--mint); }
.donation-card--featured .small { color: rgba(255,255,255,.58); }
.donation-card--paypal { display: flex; flex-direction: column; align-items: flex-start; background: var(--mint-pale); border-color: #d8e3b6; }
.donation-card--paypal .paypal-mark { display: inline-flex; margin: 6px 0 22px; padding: 8px 13px; border-radius: 999px; color: var(--forest); background: var(--white); box-shadow: 0 6px 20px rgba(23,48,38,.08); font-size: 1.05rem; font-weight: 850; letter-spacing: -.03em; }
.donation-card--paypal .button { margin-top: auto; }
.donation-card--paypal .small { margin: 18px 0 0; color: var(--muted); }
.bank-detail { margin: 24px 0; padding: 18px; border-radius: 12px; background: rgba(255,255,255,.1); }
.bank-detail span, .bank-detail strong { display: block; }
.bank-detail span { color: var(--mint); font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.bank-detail strong { margin-top: 4px; word-break: break-word; font-size: 1.05rem; }
.document-list { display: grid; gap: 12px; margin: 35px 0; }
.document-list > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); }
.document-list small { color: var(--muted); }

.about-feature { display: grid; grid-template-columns: 1.08fr .92fr; align-items: start; gap: clamp(48px, 7vw, 96px); }
.about-feature--reverse { grid-template-columns: .92fr 1.08fr; }
.about-feature__media { position: sticky; top: 130px; margin: 0; }
.about-feature__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; box-shadow: var(--shadow); }

.history-intro { max-width: 470px; margin: 0; color: var(--muted); font-size: 1rem; }
.history-timeline { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 45px 0 0; padding: 0; list-style: none; }
.history-timeline li { position: relative; min-height: 180px; padding: 30px 30px 30px 82px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.history-timeline li::before { content: ""; position: absolute; left: 32px; top: 34px; width: 18px; height: 18px; border: 5px solid var(--mint); border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px var(--mint-pale); }
.history-timeline strong, .history-timeline span { display: block; }
.history-timeline strong { margin-bottom: 12px; color: var(--green); font-size: 1.15rem; }
.history-timeline span { color: var(--muted); font-size: .93rem; }
.partnership-grid article { display: flex; flex-direction: column; }
.partnership-grid article > span { margin-bottom: 24px; }
.partnership-grid h3 { font-size: 1.55rem; }
.partnership-callout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); align-items: stretch; gap: clamp(34px, 5vw, 68px); padding: clamp(36px, 5vw, 64px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--mint-pale); }
.partnership-callout__content { align-self: center; min-width: 0; }
.partnership-callout__media { min-height: 100%; margin: 0; overflow: hidden; border-radius: calc(var(--radius) - 6px); background: var(--green); box-shadow: 0 16px 38px rgba(9,54,34,.14); }
.partnership-callout__media img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; object-position: center; }
.partnership-callout .button-row { align-items: center; margin-top: 30px; }
.partnership-source { margin: 34px 0 0; }
.partnership-actions .button { border-color: #98b53b; color: #173026; background: #98b53b; box-shadow: 0 7px 18px rgba(83,101,28,.14); }
.partnership-actions .button:hover,
.partnership-actions .button:focus-visible { border-color: #7e982e; color: #173026; background: #a8c64d; box-shadow: 0 9px 22px rgba(83,101,28,.2); }
.partnership-actions .button:active { border-color: #7e982e; color: #173026; background: #98b53b; box-shadow: 0 3px 9px rgba(83,101,28,.18); transform: translateY(0) scale(.985); }
.partnership-actions .button--outline { border-color: #98b53b; color: #53651c; background: var(--white); box-shadow: none; }
.partnership-actions .button--outline:hover,
.partnership-actions .button--outline:focus-visible { border-color: #7e982e; color: #435116; background: #f1f6df; box-shadow: 0 7px 18px rgba(83,101,28,.11); }
.partnership-actions .button--outline:active { border-color: #53651c; color: #435116; background: #e7efc9; transform: translateY(0) scale(.985); }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.gallery-item { min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 24px rgba(9,54,34,.07); }
.gallery-open { display: block; width: 100%; margin: 0; padding: 0; border: 0; color: inherit; background: transparent; cursor: zoom-in; }
.gallery-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 420ms ease; }
.gallery-item:hover img, .gallery-open:focus-visible img { transform: scale(1.025); }
.gallery-open:focus-visible { outline: 4px solid var(--mint); outline-offset: -4px; }
.gallery-heading > p { margin: 0; color: var(--muted); font-size: .9rem; font-weight: 750; }
.gallery-pagination { margin-top: 55px; }
.gallery-pagination ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.gallery-pagination a, .gallery-pagination span { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: var(--white); text-decoration: none; }
.gallery-pagination a:hover, .gallery-pagination .current { border-color: var(--green); background: var(--mint-pale); }
.gallery-pagination .current { font-weight: 850; }
body.gallery-lightbox-open { overflow: hidden; }
.gallery-lightbox[hidden] { display: none; }
.gallery-lightbox { position: fixed; inset: 0; z-index: 10000; display: grid; grid-template-columns: 72px minmax(0, 1fr) 72px; align-items: center; gap: 16px; padding: 34px; background: rgba(3,15,9,.94); backdrop-filter: blur(8px); }
.gallery-lightbox__stage { display: grid; min-width: 0; max-height: calc(100vh - 68px); justify-items: center; gap: 12px; }
.gallery-lightbox__stage img { width: auto; max-width: 100%; height: auto; max-height: calc(100vh - 112px); object-fit: contain; border-radius: 12px; box-shadow: 0 22px 70px rgba(0,0,0,.5); }
.gallery-lightbox__counter { margin: 0; color: rgba(255,255,255,.8); font-size: .86rem; font-weight: 800; }
.gallery-lightbox__close, .gallery-lightbox__nav { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #fff; background: rgba(0,0,0,.32); cursor: pointer; transition: background 180ms ease, transform 180ms ease; }
.gallery-lightbox__close:hover, .gallery-lightbox__nav:hover, .gallery-lightbox__close:focus-visible, .gallery-lightbox__nav:focus-visible { border-color: #fff; background: #98b53b; outline: 0; transform: scale(1.06); }
.gallery-lightbox__close { position: absolute; top: 20px; right: 20px; z-index: 2; font-size: 2rem; line-height: 1; }
.gallery-lightbox__nav { justify-self: center; font-size: 3rem; line-height: 1; }

.project-content > * { max-width: 100%; }
.project-content img { border-radius: 16px; }
.archive-language-note { padding: 16px 18px; border-left: 4px solid var(--green); background: var(--mint-pale); font-size: .9rem; }
.project-gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.project-gallery-grid figure { margin: 0; overflow: hidden; border-radius: 18px; background: var(--white); box-shadow: 0 8px 24px rgba(9,54,34,.08); }
.project-gallery-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 420ms ease; }
.project-gallery-grid a:hover img { transform: scale(1.03); }
.project-back { padding: 0 0 clamp(72px, 9vw, 126px); }

.translation-notice { margin: 0 0 32px; padding: 20px 22px; border-left: 4px solid var(--mint); border-radius: 0 12px 12px 0; background: var(--mint-pale); }
.translation-notice p { margin: 4px 0 0; color: var(--muted); font-size: .9rem; }

html[data-theme="dark"] {
  color-scheme: dark;
  --ink: #edf7f0;
  --muted: #b4c6bb;
  --line: #294737;
  --cream: #102219;
  --sand: #13271d;
  --mint-pale: #123823;
  --shadow: 0 18px 50px rgba(0,0,0,.34);
}
html[data-theme="dark"] body { background: #09140e; }
html[data-theme="dark"] .site-header,
html[data-theme="dark"] .primary-nav { background: #0c1b12; border-color: var(--line); }
html[data-theme="dark"] .site-header.is-stuck { box-shadow: 0 8px 28px rgba(0,0,0,.38); }
html[data-theme="dark"] .brand__country,
html[data-theme="dark"] .primary-nav a,
html[data-theme="dark"] .nav-toggle span:not(.sr-only),
html[data-theme="dark"] .theme-toggle { color: var(--ink); }
html[data-theme="dark"] .nav-toggle span:not(.sr-only) { background: var(--ink); }
html[data-theme="dark"] .site-header .brand__official-logo { filter: none; }
html[data-theme="dark"] .project-card,
html[data-theme="dark"] .news-card,
html[data-theme="dark"] .value-grid article,
html[data-theme="dark"] .location-card,
html[data-theme="dark"] .form-card,
html[data-theme="dark"] .donation-card,
html[data-theme="dark"] .document-list > div { background: #0e2016; }
html[data-theme="dark"] .value-grid--identity article:nth-child(1) { background: #23321a; }
html[data-theme="dark"] .value-grid--identity article:nth-child(2) { background: #22282b; }
html[data-theme="dark"] .value-grid--identity article:nth-child(3) { background: #243027; }
html[data-theme="dark"] .donation-card--paypal { background: #25331d; border-color: #4b5c3d; }
html[data-theme="dark"] .donation-card--paypal .paypal-mark { color: #dce9ab; background: #142217; }
html[data-theme="dark"] .gallery-item { background: #0e2016; }
html[data-theme="dark"] .history-timeline li { background: #0e2016; }
html[data-theme="dark"] .testimonial-card { color: var(--white); background: #102219; }
html[data-theme="dark"] .testimonial-card--alt { background: #18351f; }
html[data-theme="dark"] .testimonial-card__body span { color: rgba(255,255,255,.65); }
html[data-theme="dark"] .gallery-pagination a,
html[data-theme="dark"] .gallery-pagination span,
html[data-theme="dark"] .project-gallery-grid figure { color: var(--white); background: #0e2016; }
html[data-theme="dark"] .archive-language-note { background: #18351f; }
html[data-theme="dark"] .partnership-callout { background: #123823; }
html[data-theme="dark"] .partnership-actions .button--outline { border-color: #98b53b; color: #dce9ab; background: #0e2016; }
html[data-theme="dark"] .partnership-actions .button--outline:hover,
html[data-theme="dark"] .partnership-actions .button--outline:focus-visible { color: #173026; background: #dce9ab; }
html[data-theme="dark"] .location-card h2 a { color: var(--ink); }
html[data-theme="dark"] .remar-field input:not([type="checkbox"]),
html[data-theme="dark"] .remar-field select,
html[data-theme="dark"] .remar-field textarea { color: var(--ink); background: #0a1710; border-color: #42604e; }
html[data-theme="dark"] .page-numbers { background: #12281c; }
html[data-theme="dark"] .page-numbers.current { background: var(--green); }
html[data-theme="dark"] .translation-notice { background: #123823; }
html[data-theme="dark"] .section--soft { background: #102219; }
html[data-theme="dark"] .pathway { background: #102219; }
html[data-theme="dark"] .pathway--help { background: #123823; }
html[data-theme="dark"] .pathway--volunteer { background: #18351f; }
html[data-theme="dark"] .empty-news { background: #102219; }

@media (max-width: 1040px) {
  .utility-bar { display: none; }
  .site-header, .site-header__inner { min-height: 78px; }
  .site-tools { margin-left: auto; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 78px 0 0; z-index: 120; display: none; margin: 0; padding: 28px 20px 40px; background: var(--white); overflow-y: auto; }
  .primary-nav.is-open { display: block; }
  body.admin-bar .primary-nav { top: 110px; }
  .primary-nav .menu { display: block; }
  .primary-nav .menu li { border-bottom: 1px solid var(--line); }
  .primary-nav .menu a { display: block; padding: 17px 4px; font-size: 1.05rem; }
  .primary-nav__mobile-actions { display: block; padding-top: 23px; }
  .primary-nav__mobile-actions a { color: var(--green); }
  .header-donate { margin-left: 0; }
  .hero { min-height: 650px; }
  .hero::after { background: linear-gradient(90deg, rgba(2,43,24,.96), rgba(4,72,37,.72)); }
  .intro__grid { grid-template-columns: 1fr 1fr; gap: 50px; }
  .card-grid, .news-grid { grid-template-columns: repeat(2, 1fr); }
  .card-grid > :last-child:nth-child(odd), .news-grid > :last-child:nth-child(odd) { grid-column: 1 / -1; max-width: calc(50% - 12px); }
  .pathway { padding: 30px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-cta__inner { align-items: flex-start; flex-direction: column; }
  .donation-grid { grid-template-columns: 1fr 1fr; }
  .donation-card--featured { grid-row: auto; }
  .gallery-grid, .project-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { grid-template-columns: minmax(210px, .52fr) minmax(0, 1.48fr); }
  .testimonial-card__portrait img { min-height: 250px; }
}

@media (prefers-reduced-motion: reduce) {
  .impact-strip::before { display: none; }
  .impact-strip.is-enhanced .impact-stat { opacity: 1; transform: none; animation: none; }
  .impact-stat::after { opacity: .88; transform: scaleX(1); transition: none; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .container, .container--narrow { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 68px 0; }
  .site-header__inner { gap: 12px; }
  .brand__logo-frame { width: 47px; height: 42px; }
  .brand__country { font-size: .9rem; }
  .header-donate { display: none; }
  .hero { min-height: 660px; }
  .hero__inner { align-items: end; padding: 90px 0 90px; }
  .hero::before { background-position: 62% center; }
  .hero::after { background: linear-gradient(0deg, rgba(2,43,24,.98) 5%, rgba(4,72,37,.82) 65%, rgba(3,34,20,.42)); }
  .hero__scroll { display: none; }
  .impact-grid { grid-template-columns: repeat(2, 1fr); padding: 20px 0; }
  .impact-stat { padding: 20px; border-right: 0; border-bottom: 1px solid rgba(6,53,31,.18); }
  .impact-stat:first-child { padding-left: 20px; }
  .impact-stat:first-child::after { left: 20px; }
  .impact-stat:nth-child(odd) { border-right: 1px solid rgba(6,53,31,.18); }
  .impact-stat:nth-last-child(-n+2) { border-bottom: 0; }
  .impact-stat strong { font-size: 2.15rem; }
  .intro__grid, .story__inner, .testimonial-grid, .contact-layout { grid-template-columns: 1fr; }
  .about-feature, .about-feature--reverse { grid-template-columns: 1fr; }
  .about-feature__media { position: static; }
  .about-feature--reverse .about-feature__media { order: 2; }
  .history-timeline { grid-template-columns: 1fr; }
  .intro__visual { padding-left: 20px; }
  .intro__note { right: 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .card-grid, .news-grid, .value-grid, .location-grid, .donation-grid, .gallery-grid, .project-gallery-grid { grid-template-columns: 1fr; }
  .card-grid > :last-child:nth-child(odd), .news-grid > :last-child:nth-child(odd) { grid-column: auto; max-width: none; }
  .pathway-grid { grid-template-columns: 1fr; }
  .pathway { min-height: 290px; }
  .story { padding: 55px 0 70px; }
  .story__image::after { right: 2px; }
  .story blockquote > p:not(.eyebrow) { font-size: 1.55rem; }
  .contact-panel { position: static; }
  .donation-card--featured { grid-row: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .remar-form { grid-template-columns: 1fr; }
  .remar-field--full, .remar-form__actions, .remar-form__note { grid-column: auto; }
  .partnership-callout { grid-template-columns: 1fr; }
  .partnership-callout__media img { height: auto; min-height: 0; aspect-ratio: 3 / 2; }
  .gallery-lightbox { grid-template-columns: 48px minmax(0, 1fr) 48px; gap: 5px; padding: 62px 8px 18px; }
  .gallery-lightbox__close, .gallery-lightbox__nav { width: 44px; height: 44px; }
  .gallery-lightbox__stage { max-height: calc(100vh - 80px); }
  .gallery-lightbox__stage img { max-height: calc(100vh - 126px); }
}

@media (max-width: 430px) {
  .brand__country { font-size: .8rem; }
  .site-header__inner { gap: 9px; }
  .site-tools { gap: 7px; }
  .language-switcher { font-size: .68rem; }
  .theme-toggle { width: 36px; height: 36px; }
  .button-row { flex-direction: column; align-items: stretch; }
  .button-row .button { width: 100%; }
  .impact-stat { padding-inline: 14px; }
  .impact-stat:first-child { padding-left: 14px; }
  .impact-stat:first-child::after { left: 14px; }
  .impact-stat span { font-size: .64rem; }
  .form-card, .contact-panel { padding: 26px 20px; }
  .testimonial-card { grid-template-columns: 1fr; }
  .testimonial-card__portrait img { height: auto; min-height: 0; aspect-ratio: 16 / 8; }
  .testimonial-card__body { padding: 24px 22px 26px; }
}

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

@media print {
  .utility-bar, .site-header, .footer-cta, .site-footer, .button, .nav-toggle { display: none !important; }
  body { color: #000; background: #fff; }
  .page-hero { padding: 30px 0; color: #000; background: #fff; }
}

/* REMAR International — self-contained interactive world map. */
.world-hero { position: relative; isolation: isolate; overflow: hidden; padding: clamp(80px, 10vw, 138px) 0; color: var(--white); background: radial-gradient(circle at 78% 35%, rgba(152,181,59,.22), transparent 34%), linear-gradient(135deg, #061c12 0%, #0c3924 55%, #53651c 130%); }
.world-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .2; background-image: linear-gradient(rgba(220,233,171,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(220,233,171,.16) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, transparent, #000 35%, #000); }
.world-hero::after { content: ""; position: absolute; right: -10%; top: 50%; z-index: -1; width: min(720px, 68vw); aspect-ratio: 1; border: 1px solid rgba(220,233,171,.22); border-radius: 50%; box-shadow: 0 0 0 60px rgba(220,233,171,.025), 0 0 0 130px rgba(220,233,171,.018); transform: translateY(-50%); }
.world-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: center; gap: clamp(55px, 9vw, 130px); }
.world-hero .eyebrow { color: var(--mint); }
.world-hero h1 { max-width: 790px; margin-bottom: 25px; font-size: clamp(3rem, 6.5vw, 6rem); }
.world-hero__copy > p:not(.eyebrow) { max-width: 700px; color: rgba(255,255,255,.76); font-size: clamp(1.1rem, 2vw, 1.34rem); }
.world-hero__anchor { display: inline-flex; align-items: center; gap: 16px; margin-top: 14px; color: var(--mint); font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.world-hero__anchor span { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(220,233,171,.42); border-radius: 50%; transition: color .2s ease, background .2s ease, transform .2s ease; }
.world-hero__anchor:hover span { color: var(--forest); background: var(--mint); transform: translateY(3px); }
.world-hero__metrics { display: grid; gap: 1px; overflow: hidden; border: 1px solid rgba(220,233,171,.2); border-radius: 26px; background: rgba(220,233,171,.16); box-shadow: 0 30px 80px rgba(0,0,0,.25); backdrop-filter: blur(18px); }
.world-hero__metrics div { min-height: 122px; display: grid; grid-template-columns: 120px 1fr; align-items: center; gap: 20px; padding: 22px 30px; background: rgba(4,36,22,.76); }
.world-hero__metrics strong { color: var(--mint); font-size: clamp(2.5rem, 4vw, 4rem); font-variant-numeric: tabular-nums; line-height: 1; letter-spacing: -.06em; }
.world-hero__metrics span { max-width: 155px; color: rgba(255,255,255,.74); font-size: .75rem; font-weight: 750; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.world-hero__orbit { position: absolute; z-index: 0; border: 1px solid rgba(220,233,171,.15); border-radius: 50%; pointer-events: none; }
.world-hero__orbit--one { right: 15%; top: 14%; width: 11px; height: 11px; border: 0; background: var(--green); box-shadow: 0 0 0 8px rgba(152,181,59,.12), 0 0 30px rgba(152,181,59,.72); animation: worldFloat 5s ease-in-out infinite; }
.world-hero__orbit--two { right: 5%; bottom: 18%; width: 18px; height: 18px; border-color: var(--mint); animation: worldFloat 6s ease-in-out 1s infinite reverse; }
@keyframes worldFloat { 50% { transform: translateY(-16px); } }

.world-explorer { background: linear-gradient(180deg, var(--white) 0%, #f4f6f1 70%, var(--white) 100%); }
.world-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 430px); align-items: end; gap: 50px; margin-bottom: 42px; }
.world-heading h2 { max-width: 760px; margin-bottom: 0; }
.world-heading > p { margin: 0 0 7px; color: var(--muted); }
.world-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 24px; }
.world-search { min-width: min(100%, 310px); min-height: 50px; display: flex; align-items: center; gap: 11px; padding: 0 17px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); box-shadow: 0 8px 24px rgba(8,48,30,.06); }
.world-search:focus-within { border-color: var(--green); box-shadow: 0 0 0 3px rgba(152,181,59,.18); }
.world-search svg { width: 20px; flex: 0 0 auto; fill: none; stroke: var(--muted); stroke-width: 1.8; }
.world-search input { width: 100%; min-width: 0; padding: 9px 0; border: 0; outline: 0; color: var(--ink); background: transparent; }
.world-search input::placeholder { color: #89938e; }
.world-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.world-filters button { min-height: 43px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: var(--white); font-size: .77rem; font-weight: 750; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.world-filters button span { display: grid; min-width: 22px; height: 22px; place-items: center; padding: 0 5px; border-radius: 99px; background: var(--cream); font-size: .65rem; }
.world-filters button:hover { color: var(--forest); border-color: var(--green); transform: translateY(-1px); }
.world-filters button.is-active { color: var(--white); border-color: var(--forest); background: var(--forest); }
.world-filters button.is-active span { color: var(--forest); background: var(--mint); }

.world-stage { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 20px; align-items: stretch; }
.world-map-shell { min-width: 0; overflow: hidden; border: 1px solid rgba(220,233,171,.2); border-radius: 28px; color: rgba(220,233,171,.17); background: radial-gradient(circle at 66% 42%, rgba(152,181,59,.16), transparent 24%), linear-gradient(145deg, #061b11, #0b3421); box-shadow: 0 25px 60px rgba(6,38,24,.2); }
.world-map-scroll { overflow-x: auto; overflow-y: hidden; scrollbar-width: thin; scrollbar-color: var(--green) rgba(255,255,255,.08); }
.world-map-canvas { position: relative; min-width: 820px; aspect-ratio: 2 / 1; }
.world-map-art { width: 100%; height: 100%; display: block; overflow: visible; }
.world-map-art__grid { color: rgba(220,233,171,.11); }
.world-map-art__land { opacity: .37; transition: opacity 1.1s ease, transform 1.1s cubic-bezier(.16,1,.3,1); transform: scale(.97); transform-origin: center; }
.world-map-shell.is-ready .world-map-art__land { opacity: .68; transform: scale(1); }
.world-map-art__labels text { fill: rgba(255,255,255,.38); font-size: 13px; font-weight: 750; letter-spacing: 2.5px; text-anchor: middle; text-transform: uppercase; }
.world-pins { position: absolute; inset: 0; }
.world-pin { position: absolute; left: var(--pin-x); top: var(--pin-y); z-index: 3; width: 24px; height: 24px; padding: 0; border: 0; border-radius: 50%; opacity: 0; background: transparent; cursor: pointer; transform: translate(-50%, -50%) scale(.45); transition: opacity .35s ease, transform .35s cubic-bezier(.16,1,.3,1); }
.world-map-shell.is-ready .world-pin { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.world-pin[hidden] { display: none; }
.world-pin__dot { position: absolute; inset: 7px; z-index: 2; border: 2px solid #fff; border-radius: 50%; background: var(--green); box-shadow: 0 2px 9px rgba(0,0,0,.52); transition: transform .2s ease, background .2s ease; }
.world-pin__pulse { position: absolute; inset: 2px; z-index: 1; border: 1px solid rgba(220,233,171,.72); border-radius: 50%; animation: worldPulse 2.8s ease-out infinite; }
.world-pin:nth-child(3n) .world-pin__pulse { animation-delay: .8s; }
.world-pin:nth-child(3n+2) .world-pin__pulse { animation-delay: 1.6s; }
.world-pin__label { position: absolute; left: 50%; bottom: calc(100% + 5px); z-index: 5; width: max-content; max-width: 170px; padding: 6px 9px; border: 1px solid rgba(220,233,171,.22); border-radius: 7px; color: var(--white); background: rgba(4,29,18,.96); box-shadow: 0 8px 20px rgba(0,0,0,.3); font-size: .66rem; font-weight: 750; line-height: 1.2; opacity: 0; pointer-events: none; transform: translate(-50%, 5px); transition: opacity .18s ease, transform .18s ease; }
.world-pin:hover, .world-pin:focus-visible, .world-pin.is-active { z-index: 20; outline: 0; }
.world-pin:hover .world-pin__label, .world-pin:focus-visible .world-pin__label, .world-pin.is-active .world-pin__label { opacity: 1; transform: translate(-50%, 0); }
.world-pin:hover .world-pin__dot, .world-pin:focus-visible .world-pin__dot, .world-pin.is-active .world-pin__dot { background: #fff; transform: scale(1.5); }
.world-pin.is-active .world-pin__pulse { inset: -3px; border: 2px solid var(--mint); animation-duration: 1.5s; }
@keyframes worldPulse { 0% { opacity: .9; transform: scale(.65); } 70%, 100% { opacity: 0; transform: scale(1.75); } }
.world-map-hint { display: none; margin: 0; padding: 11px 18px 14px; color: rgba(255,255,255,.62); font-size: .7rem; text-align: center; }

.world-detail { min-width: 0; display: flex; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: 0 22px 55px rgba(8,48,30,.1); }
.world-detail::before { content: ""; width: 80px; height: 4px; margin: -30px 0 30px -30px; border-radius: 0 99px 99px 0; background: var(--green); }
.world-detail__top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 42px; }
.world-detail__code { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 15px; color: var(--forest); background: var(--mint-pale); font-size: .8rem; font-weight: 850; letter-spacing: .08em; }
.world-detail__status { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: .64rem; font-weight: 750; text-transform: uppercase; }
.world-detail__status i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(152,181,59,.16); }
.world-detail .eyebrow { margin-bottom: 8px; }
.world-detail h3 { margin-bottom: 14px; font-size: clamp(1.8rem, 3vw, 2.55rem); }
.world-detail > p:not(.eyebrow) { color: var(--muted); font-size: .88rem; }
.world-detail .button { width: 100%; margin-top: 9px; padding-inline: 18px; font-size: .8rem; }
.world-detail .button span { margin-left: 6px; }
.world-detail__mini { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 28px; border-top: 1px solid var(--line); }
.world-detail__mini strong { color: var(--green); font-size: 2rem; font-variant-numeric: tabular-nums; line-height: 1; }
.world-detail__mini span { max-width: 110px; color: var(--muted); font-size: .63rem; font-weight: 750; letter-spacing: .05em; line-height: 1.35; text-transform: uppercase; }

.world-directory { margin-top: clamp(70px, 9vw, 120px); }
.world-directory__heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 30px; }
.world-directory__heading h2 { margin-bottom: 0; }
.world-directory__heading > p { margin: 0 0 7px; color: var(--muted); font-size: .82rem; font-weight: 700; }
.world-country-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.world-country-card { min-width: 0; display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; align-items: center; gap: 13px; padding: 16px; border: 1px solid var(--line); border-radius: 16px; color: var(--ink); background: var(--white); text-align: left; cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.world-country-card[hidden] { display: none; }
.world-country-card:hover, .world-country-card:focus-visible, .world-country-card.is-active { border-color: var(--green); box-shadow: 0 12px 30px rgba(8,48,30,.1); outline: 0; transform: translateY(-2px); }
.world-country-card.is-active { background: var(--mint-pale); }
.world-country-card__code { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: var(--forest); background: var(--cream); font-size: .66rem; font-weight: 850; letter-spacing: .08em; }
.world-country-card > span:nth-child(2) { min-width: 0; }
.world-country-card strong, .world-country-card small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.world-country-card strong { font-size: .83rem; }
.world-country-card small { margin-top: 2px; color: var(--muted); font-size: .66rem; }
.world-country-card i { color: var(--green); font-style: normal; transition: transform .2s ease; }
.world-country-card:hover i { transform: translateX(3px); }
.world-empty { padding: 35px; border: 1px dashed var(--line); border-radius: 18px; color: var(--muted); text-align: center; }
.world-source-note { display: flex; align-items: flex-start; gap: 16px; margin-top: 48px; padding: 22px 24px; border: 1px solid #dbe2c4; border-radius: 18px; background: #f1f6df; }
.world-source-note svg { width: 22px; flex: 0 0 auto; fill: none; stroke: var(--green-hover); stroke-width: 1.8; }
.world-source-note p { margin: 0; color: #54625a; font-size: .78rem; line-height: 1.55; }
.world-source-note a { color: var(--forest); font-weight: 750; }

html[data-theme="dark"] .world-explorer { background: linear-gradient(180deg, #09140e, #102219 70%, #09140e); }
html[data-theme="dark"] .world-search,
html[data-theme="dark"] .world-filters button,
html[data-theme="dark"] .world-detail,
html[data-theme="dark"] .world-country-card { color: var(--ink); background: #0e2016; }
html[data-theme="dark"] .world-country-card.is-active { background: #20341d; }
html[data-theme="dark"] .world-country-card__code,
html[data-theme="dark"] .world-detail__code { color: var(--ink); background: #23351c; }
html[data-theme="dark"] .world-source-note { border-color: #43562c; background: #1d2d16; }
html[data-theme="dark"] .world-source-note p { color: rgba(255,255,255,.68); }
html[data-theme="dark"] .world-source-note a { color: var(--mint); }

@media (max-width: 1040px) {
  .world-hero__grid { grid-template-columns: minmax(0, 1fr) 320px; gap: 45px; }
  .world-hero__metrics div { grid-template-columns: 95px 1fr; padding-inline: 22px; }
  .world-toolbar { align-items: flex-start; flex-direction: column; }
  .world-filters { justify-content: flex-start; }
  .world-stage { grid-template-columns: 1fr; }
  .world-detail { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 10px 24px; }
  .world-detail::before { grid-column: 1 / -1; }
  .world-detail__top { grid-column: 1; grid-row: 2 / span 3; align-self: stretch; flex-direction: column; justify-content: flex-start; margin: 0; }
  .world-detail .eyebrow, .world-detail h3, .world-detail > p:not(.eyebrow) { grid-column: 2; }
  .world-detail .eyebrow { margin: 0; }
  .world-detail h3 { margin: 0; }
  .world-detail > p:not(.eyebrow) { margin: 0; }
  .world-detail .button { grid-column: 3; grid-row: 3; width: auto; margin: 0; }
  .world-detail__mini { grid-column: 3; grid-row: 2; margin: 0; padding: 0; border: 0; }
  .world-country-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .world-hero { padding: 74px 0; }
  .world-hero__grid { grid-template-columns: 1fr; gap: 48px; }
  .world-hero::after { right: -58%; width: 145vw; }
  .world-hero__metrics { grid-template-columns: repeat(3, 1fr); }
  .world-hero__metrics div { min-height: 132px; display: flex; align-items: flex-start; flex-direction: column; gap: 11px; padding: 21px 15px; }
  .world-hero__metrics strong { font-size: 2.6rem; }
  .world-hero__metrics span { font-size: .58rem; }
  .world-heading { grid-template-columns: 1fr; gap: 18px; }
  .world-search { width: 100%; min-width: 0; }
  .world-filters { flex-wrap: nowrap; width: calc(100vw - 28px); padding: 2px 2px 8px; overflow-x: auto; }
  .world-filters button { flex: 0 0 auto; }
  .world-map-shell { margin-inline: -14px; border-radius: 0; }
  .world-map-canvas { min-width: 760px; }
  .world-map-hint { display: block; }
  .world-detail { display: flex; padding: 26px 22px; }
  .world-detail::before { margin: -26px 0 26px -22px; }
  .world-detail__top { width: 100%; flex-direction: row; align-self: auto; justify-content: space-between; margin-bottom: 30px; }
  .world-detail .eyebrow { margin-bottom: 8px; }
  .world-detail h3 { margin-bottom: 12px; }
  .world-detail > p:not(.eyebrow) { margin-bottom: 18px; }
  .world-detail .button { width: 100%; }
  .world-detail__mini { width: 100%; margin-top: 25px; padding-top: 24px; border-top: 1px solid var(--line); }
  .world-directory__heading { align-items: flex-start; flex-direction: column; gap: 15px; }
  .world-country-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 470px) {
  .world-hero h1 { font-size: clamp(2.55rem, 13vw, 3.55rem); }
  .world-hero__metrics { grid-template-columns: 1fr; }
  .world-hero__metrics div { min-height: 94px; display: grid; grid-template-columns: 90px 1fr; align-items: center; padding: 18px 22px; }
  .world-country-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .world-pin__pulse, .world-hero__orbit { animation: none; }
  .world-map-art__land, .world-pin { opacity: 1; transform: none; }
  .world-pin { transform: translate(-50%, -50%); }
}

@media print {
  .world-toolbar, .world-detail, .world-map-hint, .world-directory { display: none !important; }
  .world-hero { padding: 35px 0; color: #000; background: #fff; }
  .world-map-shell { border: 1px solid #aaa; box-shadow: none; }
}

/* Compact REMAR International map on the homepage. */
.home-world { position: relative; isolation: isolate; overflow: hidden; color: var(--white); background: radial-gradient(circle at 78% 38%, rgba(152,181,59,.14), transparent 28%), linear-gradient(145deg, #061b11, #0a2d1d); }
.home-world::before { content: ""; position: absolute; right: -15%; top: -40%; z-index: -1; width: 620px; aspect-ratio: 1; border: 1px solid rgba(220,233,171,.11); border-radius: 50%; box-shadow: 0 0 0 80px rgba(220,233,171,.018), 0 0 0 170px rgba(220,233,171,.012); }
.home-world__heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 430px); align-items: end; gap: 50px; margin-bottom: 42px; }
.home-world__heading .eyebrow { color: var(--mint); }
.home-world__heading h2 { max-width: 760px; margin-bottom: 0; }
.home-world__heading > p { margin: 0 0 6px; color: rgba(255,255,255,.68); }
.home-world__frame { display: grid; grid-template-columns: minmax(0, 1fr) 300px; overflow: hidden; border: 1px solid rgba(220,233,171,.18); border-radius: 28px; background: rgba(255,255,255,.04); box-shadow: 0 28px 80px rgba(0,0,0,.3); }
.home-world__map-shell { min-width: 0; overflow: hidden; color: rgba(220,233,171,.13); background: radial-gradient(circle at 58% 42%, rgba(152,181,59,.12), transparent 28%); }
.home-world__map-scroll { height: 100%; overflow-x: auto; overflow-y: hidden; scrollbar-width: thin; scrollbar-color: var(--green) rgba(255,255,255,.08); }
.home-world__map-canvas { position: relative; min-width: 760px; height: 100%; min-height: 430px; aspect-ratio: 2 / 1; }
.home-world__map-canvas svg { width: 100%; height: 100%; display: block; }
.home-world__land { opacity: .64; }
.home-world__pins { position: absolute; inset: 0; }
.home-world__pin { position: absolute; left: var(--home-pin-x); top: var(--home-pin-y); z-index: 2; width: 18px; height: 18px; border: 1px solid rgba(220,233,171,.8); border-radius: 50%; transform: translate(-50%, -50%); animation: homeWorldPinIn .6s cubic-bezier(.16,1,.3,1) var(--home-pin-delay) both; }
.home-world__pin::after { content: ""; position: absolute; inset: -5px; border: 1px solid rgba(220,233,171,.48); border-radius: 50%; animation: homeWorldPulse 3s ease-out var(--home-pin-delay) infinite; }
.home-world__pin i { position: absolute; inset: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px rgba(152,181,59,.85); }
.home-world__pin.is-portugal { z-index: 6; width: 30px; height: 30px; border-width: 2px; border-color: var(--white); }
.home-world__pin.is-portugal i { inset: 8px; background: var(--white); }
.home-world__pin b { position: absolute; left: 50%; bottom: calc(100% + 8px); width: max-content; padding: 6px 10px; border: 1px solid rgba(220,233,171,.24); border-radius: 8px; color: var(--white); background: rgba(3,25,15,.94); font-size: .68rem; line-height: 1; transform: translateX(-50%); }
@keyframes homeWorldPinIn { from { opacity: 0; transform: translate(-50%, -50%) scale(.35); } }
@keyframes homeWorldPulse { 0% { opacity: .8; transform: scale(.6); } 75%, 100% { opacity: 0; transform: scale(1.55); } }
.home-world__panel { display: flex; flex-direction: column; padding: 34px 30px; color: var(--ink); background: var(--green); }
.home-world__panel .eyebrow { color: var(--forest); }
.home-world__number { display: flex; align-items: center; gap: 16px; padding: 20px 0; border-top: 1px solid rgba(23,48,38,.2); }
.home-world__number:nth-of-type(2) { border-bottom: 1px solid rgba(23,48,38,.2); }
.home-world__number strong { min-width: 82px; color: var(--forest); font-size: clamp(2.9rem, 5vw, 4.4rem); font-variant-numeric: tabular-nums; line-height: .9; letter-spacing: -.06em; }
.home-world__number span { max-width: 130px; font-size: .69rem; font-weight: 800; letter-spacing: .06em; line-height: 1.35; text-transform: uppercase; }
.home-world__panel > p:not(.eyebrow) { margin-top: 24px; font-size: .84rem; }
.home-world__panel .button { width: 100%; margin-top: auto; padding-inline: 16px; }
.home-world__panel .button span { margin-left: 7px; transition: transform .2s ease; }
.home-world__panel .button:hover span { transform: translateX(4px); }

@media (max-width: 900px) {
  .home-world__heading { grid-template-columns: 1fr; gap: 18px; }
  .home-world__frame { grid-template-columns: 1fr; }
  .home-world__map-canvas { min-height: 380px; }
  .home-world__panel { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 24px; }
  .home-world__panel .eyebrow, .home-world__panel > p:not(.eyebrow), .home-world__panel .button { grid-column: 1 / -1; }
  .home-world__panel .button { width: auto; justify-self: start; margin-top: 12px; }
}

@media (max-width: 560px) {
  .home-world__frame { margin-inline: -14px; border-radius: 0; }
  .home-world__map-canvas { min-width: 700px; min-height: 350px; }
  .home-world__panel { grid-template-columns: 1fr; padding: 28px 22px; }
  .home-world__panel .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .home-world__pin, .home-world__pin::after { animation: none; }
}

@media print {
  .home-world__pins { display: none; }
  .home-world { color: #000; background: #fff; }
  .home-world__heading > p { color: #333; }
}
