:root {
    --green: #007147;
    --green-dark: #005c3a;
    --green-soft: #e8f3ee;
    --yellow: #f1c900;
    --ink: #222b27;
    --muted: #66706b;
    --line: #e5e9e7;
    --surface: #ffffff;
    --page: #fdfdfd;
    /* One fluid container for the hero, section navigation, content and footer.
       Gutters grow continuously instead of squeezing a 1522px box into every screen. */
    --page-width: 110rem;
    --page-gutter: clamp(1rem, calc(15vw - 4rem), 10vw);
    --content-width: min(calc(100% - var(--page-gutter) * 2), var(--page-width));
    --layout-gap: clamp(1rem, 2.25vw, 2.75rem);
    --section-space: clamp(2.5rem, 4vw, 4.5rem);
    --heading-gap: clamp(1.75rem, 3vw, 3.5rem);
    --card-padding: clamp(1rem, 1.6vw, 1.75rem);
    --subnav-height: clamp(3.5rem, 4vw, 4.375rem);
    --header-logo-slot: clamp(13.5rem, 15.625vw, 18.75rem);
    --header-height: 6.25rem;
    --header-motion-duration: 360ms;
    --header-motion-easing: ease-in-out;
    --dropdown-motion-duration: 360ms;
    --header-nav-optical-gap: clamp(2.75rem, calc(12.5vw - 9.75rem), 5.25rem);
    --shadow: 0 0.625rem 2.5rem rgba(0, 45, 28, 0.07);
    font-family: "Noto Sans SC", "Noto Sans TC", "Microsoft YaHei", Arial, sans-serif;
    color: var(--ink);
    background: var(--page);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 0; min-height: 100vh; min-height: 100svh; background: var(--page); color: var(--ink); font-size: 1rem; line-height: 1.65; }
main { min-height: 100vh; min-height: 100svh; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }

.page-width { width: var(--content-width); margin-inline: auto; }
.section-space { padding-block: var(--section-space) clamp(3rem, 5vw, 5.75rem); }
.content-section h2, .content-section h3, .document-row strong { overflow-wrap: anywhere; }
.sr-only { position: absolute; width: 0.0625rem; height: 0.0625rem; padding: 0; margin: -0.0625rem; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: 1rem; padding: 0.75rem 1rem; color: white; background: var(--green); border-radius: 0.25rem; transform: translateY(-200%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 8.625rem; color: white; background: transparent; transition: height var(--header-motion-duration) var(--header-motion-easing), color var(--header-motion-duration) var(--header-motion-easing), background-color var(--header-motion-duration) var(--header-motion-easing), box-shadow var(--header-motion-duration) var(--header-motion-easing); will-change: height, background-color; }
.site-header.is-scrolled { height: var(--header-height); color: #505050; background: white; box-shadow: 0 0.25rem 0.3125rem rgba(0, 0, 0, 0.06); }
.site-header__inner { position: relative; height: 100%; margin-inline: auto; }
.site-header__logo { position: absolute; left: 50%; top: 0; display: grid; width: var(--header-logo-slot); height: 5.8125rem; place-items: center; padding: 1rem 2rem; border-radius: 0 0 0.85rem 0.85rem; background: white; transform: translateX(-50%); transition: top var(--header-motion-duration) var(--header-motion-easing), width var(--header-motion-duration) var(--header-motion-easing), height var(--header-motion-duration) var(--header-motion-easing), padding var(--header-motion-duration) var(--header-motion-easing), background-color 220ms ease, transform var(--header-motion-duration) var(--header-motion-easing); }
.site-header__logo img { width: 12.1875rem; height: auto; }
.site-header.is-scrolled .site-header__logo { top: 50%; width: 12.3125rem; height: 3.625rem; padding: 0; background: transparent; transform: translate(-50%, -50%); }
.site-header__menus { position: relative; top: 2.5rem; display: grid; grid-template-columns: minmax(0, 1fr) var(--header-logo-slot) minmax(0, 1fr); width: var(--content-width); height: 3.625rem; margin-inline: auto; transition: top var(--header-motion-duration) var(--header-motion-easing), height var(--header-motion-duration) var(--header-motion-easing); }
.site-header.is-scrolled .site-header__menus { top: 0.625rem; height: 5rem; }
.official-nav { position: static; display: flex; height: 100%; align-items: stretch; gap: 0; color: inherit; font-size: clamp(0.875rem, 0.84vw, 1rem); white-space: nowrap; }
.official-nav--left { grid-column: 1; }
.official-nav--right { grid-column: 3; }
.official-nav > * { min-width: 0; flex: 1 1 0; }
.official-nav a { display: inline-flex; width: 100%; min-height: 3.625rem; align-items: center; justify-content: center; gap: 0.5rem; transition: min-height var(--header-motion-duration) var(--header-motion-easing), padding var(--header-motion-duration) var(--header-motion-easing), color 180ms ease; }
.site-header.is-scrolled .official-nav a { min-height: 5rem; }
.official-nav__item { position: relative; display: flex; align-items: stretch; justify-content: center; }
.official-nav__dropdown { position: absolute; z-index: 6; left: 50%; top: 3.4375rem; display: grid; width: 150%; min-width: 0; margin: 0; padding: 0 0 1.25rem; list-style: none; color: white; background: rgba(0, 0, 0, 0.38); box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.08); clip-path: inset(0 0 100%); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(calc(-50% + var(--dropdown-inline-shift, 0px)), -1rem); transform-origin: 50% 0; transition: top var(--header-motion-duration) var(--header-motion-easing), clip-path var(--dropdown-motion-duration) cubic-bezier(0.16, 1, 0.3, 1), opacity var(--dropdown-motion-duration) ease, transform var(--dropdown-motion-duration) cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear var(--dropdown-motion-duration); backdrop-filter: blur(0.4rem); will-change: clip-path, opacity, transform; }
.official-nav__dropdown::before { content: ""; position: absolute; left: 0; right: 0; top: -0.75rem; height: 0.75rem; }
.official-nav__dropdown li { display: block; opacity: 0; transform: translateY(-0.65rem); transition: opacity var(--dropdown-motion-duration) ease, transform var(--dropdown-motion-duration) cubic-bezier(0.16, 1, 0.3, 1); }
.official-nav__dropdown a { display: flex; min-height: 2.8125rem; justify-content: center; padding: 0 1rem; color: inherit; font-size: 1rem; font-weight: 400; line-height: 2.8125rem; text-align: center; text-transform: uppercase; white-space: nowrap; }
.site-header.is-scrolled .official-nav__dropdown a { min-height: 2.8125rem; }
.official-nav__dropdown a:hover, .official-nav__dropdown a:focus-visible { color: inherit; background: transparent; font-weight: 700; }
.official-nav__item.has-dropdown:hover .official-nav__dropdown, .official-nav__item.has-dropdown:focus-within .official-nav__dropdown, .official-nav__item.is-dropdown-open .official-nav__dropdown { clip-path: inset(0); opacity: 1; visibility: visible; pointer-events: auto; transform: translate(calc(-50% + var(--dropdown-inline-shift, 0px)), 0); transition-delay: 0s; }
.official-nav__item.has-dropdown:hover .official-nav__dropdown li, .official-nav__item.has-dropdown:focus-within .official-nav__dropdown li, .official-nav__item.is-dropdown-open .official-nav__dropdown li { opacity: 1; transform: translateY(0); }
.official-nav__item.has-dropdown:hover .official-nav__dropdown li:nth-child(2), .official-nav__item.has-dropdown:focus-within .official-nav__dropdown li:nth-child(2), .official-nav__item.is-dropdown-open .official-nav__dropdown li:nth-child(2) { transition-delay: 45ms; }
.official-nav__item.has-dropdown:hover .official-nav__dropdown li:nth-child(3), .official-nav__item.has-dropdown:focus-within .official-nav__dropdown li:nth-child(3), .official-nav__item.is-dropdown-open .official-nav__dropdown li:nth-child(3) { transition-delay: 90ms; }
.official-nav__item.has-dropdown:hover .official-nav__dropdown li:nth-child(4), .official-nav__item.has-dropdown:focus-within .official-nav__dropdown li:nth-child(4), .official-nav__item.is-dropdown-open .official-nav__dropdown li:nth-child(4) { transition-delay: 135ms; }
.official-nav__item.has-dropdown:hover .official-nav__dropdown li:nth-child(5), .official-nav__item.has-dropdown:focus-within .official-nav__dropdown li:nth-child(5), .official-nav__item.is-dropdown-open .official-nav__dropdown li:nth-child(5) { transition-delay: 180ms; }
.official-nav__item.has-dropdown:hover .official-nav__dropdown li:nth-child(6), .official-nav__item.has-dropdown:focus-within .official-nav__dropdown li:nth-child(6), .official-nav__item.is-dropdown-open .official-nav__dropdown li:nth-child(6) { transition-delay: 225ms; }
.official-nav__item.has-dropdown:hover > a .header-chevron, .official-nav__item.has-dropdown:focus-within > a .header-chevron, .official-nav__item.is-dropdown-open > a .header-chevron { transform: rotate(180deg); }
.site-header.is-scrolled .official-nav__dropdown { top: 4.6875rem; color: #505050; background: white; box-shadow: none; }
@media (min-width: 40.0625rem) {
    .site-header::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(8, 18, 13, 0.52) 0, rgba(8, 18, 13, 0.24) 54%, rgba(8, 18, 13, 0) 100%); opacity: 1; transition: opacity var(--header-motion-duration) var(--header-motion-easing); }
    .site-header.is-scrolled::before { opacity: 0; }
    /* Share the available content width between labels and the fixed logo slot.
       The script measures localized labels to fit the widest possible equal gap. */
    .official-nav { width: 100%; justify-self: stretch; gap: var(--header-nav-optical-gap); }
    /* Anchor the first label to the shared content edge. Distribute any spare
       space between the left links instead of adding an inset before HOME. */
    .official-nav--left { justify-content: space-between; padding-right: var(--header-nav-optical-gap); }
    .official-nav--right { justify-content: flex-start; padding-left: var(--header-nav-optical-gap); }
    .official-nav > * { min-width: 0; flex: 0 0 auto; }
    .official-nav > a, .official-nav__item > a { width: auto; padding-inline: 0; }
    .official-nav__dropdown { width: 20rem; max-width: calc(100vw - 2rem); grid-template-columns: minmax(0, 1fr); padding-block: 0.75rem; }
    .official-nav__dropdown a { padding-inline: 1.5rem; line-height: 1.5; white-space: normal; overflow-wrap: anywhere; }
    .site-header:not(.is-scrolled) .official-nav > a, .site-header:not(.is-scrolled) .official-nav__item > a, .site-header:not(.is-scrolled) .site-header__utilities { color: #fff; text-shadow: none; }
    .site-header:not(.is-scrolled) .official-nav__dropdown { background: transparent; box-shadow: none; backdrop-filter: none; }
    .site-header:not(.is-scrolled) .official-nav a:hover, .site-header:not(.is-scrolled) .official-nav a:focus-visible { color: #fff; }
}
.official-nav a:hover, .official-nav a:focus-visible { color: #e8f5ef; }
.site-header.is-scrolled .official-nav a:hover, .site-header.is-scrolled .official-nav a:focus-visible, .site-header.is-scrolled .official-nav__active { color: var(--green); }
.site-header.is-scrolled .official-nav__dropdown a:hover, .site-header.is-scrolled .official-nav__dropdown a:focus-visible { color: inherit; background: transparent; font-weight: 700; }
.header-chevron { width: 0.5rem; height: 0.3125rem; flex: 0 0 auto; filter: brightness(0) invert(1); transition: filter 180ms ease, transform 180ms ease; }
.official-nav a:hover .header-chevron, .official-nav a:focus-visible .header-chevron { transform: translateY(0.08rem); }
.site-header.is-scrolled .header-chevron { filter: none; }
.site-header__utilities { position: absolute; right: clamp(1rem, 3vw, 3.75rem); top: 1.2rem; display: grid; grid-template-columns: auto auto; align-items: center; column-gap: 0.85rem; color: inherit; font: 700 0.75rem/1 Arial, sans-serif; transition: top var(--header-motion-duration) var(--header-motion-easing), color 220ms ease; }
.site-header.is-scrolled .site-header__utilities { top: 0.7rem; }
/* Empty space between utility links must not intercept nearby navigation. */
.site-header__utilities { pointer-events: none; }
/* Empty social URLs render as buttons: they still need hover/focus for QR codes. */
.site-header__utilities a, .site-header__utilities button, .site-header__utilities summary { pointer-events: auto; }
.language-switch { display: flex; gap: 0.25rem; }
.language-switch a { padding-block: 0.15rem; }
.language-switch a.is-active { font-weight: 700; }
.site-header.is-scrolled .language-switch a.is-active { color: var(--green); }
.social-links { display: flex; gap: 1.5rem; align-items: center; }
.social-links__item { position: relative; display: inline-flex; align-items: center; justify-content: center; }
.social-links a, .social-links button { display: inline-grid; place-items: center; overflow: visible; }
.social-links button { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.social-links__wechat { width: 1.375rem; height: 1.125rem; }
.social-links__weibo { width: 1.3125rem; height: 1.125rem; }
.social-links__douyin { width: 1.25rem; height: 1.25rem; }
.social-links img { display: block; width: 100%; height: 100%; max-width: none; overflow: visible; object-fit: fill; filter: brightness(0) invert(1); }
.social-links__qr { position: absolute; z-index: 7; left: 50%; top: calc(100% + 0.5rem); display: block; width: 6.875rem; height: 6.875rem; border: 0.0625rem solid #e1e6f0; background: white; box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.1); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, 0.35rem); transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease; }
.social-links__qr::before { content: ""; position: absolute; left: 50%; top: -0.3125rem; width: 0.4375rem; height: 0.4375rem; border-top: 0.0625rem solid #e1e6f0; border-left: 0.0625rem solid #e1e6f0; background: white; transform: translateX(-50%) rotate(45deg); }
.social-links__qr img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; filter: none !important; }
.social-links__item:hover .social-links__qr, .social-links__item:focus-within .social-links__qr { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
/* The last icon sits close to the viewport edge on compact desktop headers. */
.social-links__item:last-child .social-links__qr { left: auto; right: 0; transform: translateY(0.35rem); }
.social-links__item:last-child .social-links__qr::before { left: auto; right: 0.35rem; transform: rotate(45deg); }
.social-links__item:last-child:hover .social-links__qr, .social-links__item:last-child:focus-within .social-links__qr { transform: translateY(0); }
.site-header.is-scrolled .social-links img { filter: none; }
.header-phone { grid-column: 1 / -1; justify-self: end; display: inline-flex; width: max-content; align-items: center; justify-content: flex-end; gap: 0.45rem; margin-top: 0.65rem; color: inherit; font-size: 1rem; }
.header-phone img { width: 1.05rem; height: 1.05rem; object-fit: contain; filter: brightness(0) invert(1); }
.site-header.is-scrolled .header-phone { color: var(--green); }
.site-header.is-scrolled .header-phone img { filter: none; }
.site-header__toggle { display: none; }
.official-nav__expand { display: none; }

/* Keep the horizontal menu before resorting to the phone drawer. On laptops,
   the utility links occupy a separate top line and the logo slot gets smaller. */
@media (min-width: 40.0625rem) and (max-width: 90rem) {
    :root { --header-height: 5.5rem; --header-logo-slot: clamp(10rem, 15vw, 13.5rem); }
    .site-header { height: 6.75rem; }
    .site-header__menus { top: 2.75rem; width: var(--content-width); height: 3rem; }
    .site-header.is-scrolled .site-header__menus { top: 2rem; height: 3rem; }
    .official-nav a, .site-header.is-scrolled .official-nav a { min-height: 3rem; }
    .site-header__logo { height: 5.5rem; padding: 0.75rem 1rem; }
    .site-header.is-scrolled .site-header__logo { width: clamp(9.5rem, 12vw, 12.3125rem); }
    .site-header__utilities, .site-header.is-scrolled .site-header__utilities { right: 1.5rem; top: 0.5rem; display: flex; gap: 1rem; min-height: 1.5rem; }
    .social-links { gap: 0.75rem; }
    .header-phone { margin: 0; font-size: 0.875rem; }
    .official-nav__dropdown, .site-header.is-scrolled .official-nav__dropdown { top: 100%; }
}

/* From 1150px the phone sits below languages/social icons, level with the
   primary links. Its horizontal space is reserved by fitHeaderSpacing. */
@media (min-width: 71.875rem) {
    .site-header { --header-nav-center: 4.3125rem; --header-utilities-top: 1.2rem; }
    .site-header.is-scrolled { --header-nav-center: 3.125rem; --header-utilities-top: 0.7rem; }
    .site-header__utilities, .site-header.is-scrolled .site-header__utilities { display: grid; grid-template-columns: auto auto; column-gap: 0.85rem; top: var(--header-utilities-top); }
    .header-phone { position: absolute; right: 0; top: calc(var(--header-nav-center) - var(--header-utilities-top)); margin: 0; white-space: nowrap; transform: translateY(-50%); transition: top var(--header-motion-duration) var(--header-motion-easing); }
}
@media (min-width: 71.875rem) and (max-width: 90rem) {
    .site-header { --header-nav-center: 4.25rem; --header-utilities-top: 0.5rem; }
    .site-header.is-scrolled { --header-nav-center: 3.5rem; --header-utilities-top: 0.5rem; }
}

/* Tablet / landscape: all primary links share one horizontal row below the
   logo and utilities, rather than competing with the logo for that row. */
@media (min-width: 40.0625rem) and (max-width: 64rem) {
    :root { --header-height: 6.5rem; }
    .site-header { height: 7rem; }
    .site-header__menus, .site-header.is-scrolled .site-header__menus { display: flex; justify-content: space-between; gap: var(--header-nav-optical-gap); width: var(--content-width); height: 3rem; top: 3.75rem; }
    .site-header.is-scrolled .site-header__menus { top: 3.5rem; }
    .official-nav { display: contents; }
    .site-header__logo, .site-header.is-scrolled .site-header__logo { left: 1rem; top: 0; width: 10rem; height: 3.5rem; padding: 0.375rem; transform: none; }
    .site-header__utilities, .site-header.is-scrolled .site-header__utilities { right: 1rem; top: 1rem; gap: 0.875rem; }
    /* A tall dropdown can extend below the short tablet hero onto white content. */
    .site-header:not(.is-scrolled) .official-nav__dropdown { color: #505050; background: white; box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08); }
    .site-header:not(.is-scrolled) .official-nav__dropdown a:hover, .site-header:not(.is-scrolled) .official-nav__dropdown a:focus-visible { color: inherit; }
}

/* Narrow horizontal menus and touch devices get explicit submenu buttons.
   A tap on the arrow opens the dropdown without following its parent link. */
@media (min-width: 40.0625rem) and (max-width: 64rem), (min-width: 40.0625rem) and (hover: none) {
    .official-nav__item > a .header-chevron { display: none; }
    .official-nav__expand { display: grid; width: 1.5rem; min-height: 2.75rem; flex: 0 0 1.5rem; padding: 0.25rem; place-items: center; border: 0; background: transparent; color: inherit; cursor: pointer; }
    .official-nav__expand[aria-expanded="true"] .header-chevron { transform: rotate(180deg); }
    .official-nav__expand:focus-visible { outline: 2px solid currentColor; outline-offset: -2px; }
    .official-nav__item.has-dropdown:not(.is-dropdown-open) .official-nav__dropdown { clip-path: inset(0 0 100%); opacity: 0; visibility: hidden; pointer-events: none; }
}

.ir-hero { position: relative; height: clamp(21rem, 36vw, 42.5rem); overflow: hidden; isolation: isolate; color: white; }
.ir-hero__image { position: absolute; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center 49%; }
.ir-hero__overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.22) 30%, rgba(0, 0, 0, 0) 58%); }
.ir-hero__content { display: flex; align-items: center; height: 100%; padding-block: var(--header-height) var(--subnav-height); }
.ir-hero h1 { max-width: min(100%, 48rem); margin: 0; font-size: clamp(2rem, calc(1.15rem + 2.2vw), 3.75rem); line-height: 1.2; letter-spacing: 0.01em; text-wrap: balance; text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.3); }
.ir-subnav { position: relative; z-index: 4; min-height: var(--subnav-height); margin-top: calc(-1 * var(--subnav-height)); background: rgba(0, 0, 0, 0.4); backdrop-filter: blur(0.375rem); color: white; }
/* Wider layouts expand past the body gutter before wrapping. */
.ir-subnav__track { position: relative; display: flex; flex-wrap: wrap; justify-content: center; width: max-content; min-width: var(--content-width); max-width: calc(100% - 1rem); margin-inline: auto; overflow: visible; }
.ir-subnav.is-wrapped { background: #263a2f; }
/* Size each item from its icon and label, then share the remaining width equally.
   Equal-width cells make the visible gaps unequal when translated labels differ. */
.ir-subnav a { display: flex; min-width: 0; max-width: 100%; min-height: var(--subnav-height); flex: 1 0 auto; align-items: center; justify-content: center; gap: 0.625rem; padding: 0.875rem clamp(0.875rem, 1vw, 1.25rem); font-size: clamp(0.875rem, 0.84vw, 1rem); text-align: center; transition: background 180ms ease; }
.ir-subnav a > span:last-child { min-width: 0; overflow-wrap: anywhere; }
.ir-subnav a:hover, .ir-subnav a:focus-visible, .ir-subnav a.is-active { background: var(--green); }
.ir-subnav__icon { display: inline-grid; width: 1.5625rem; height: 1.25rem; flex: 0 0 1.5625rem; place-items: center; }
.ir-subnav img { width: auto; max-width: 1.5625rem; height: 1.25rem; object-fit: contain; object-position: center; }

@media (max-width: 71.875rem) {
    .ir-subnav a { padding-inline: 0.5rem; gap: 0.5rem; }
    .ir-subnav__icon { width: 1.375rem; flex-basis: 1.375rem; }
}
@media (max-width: 40rem) {
    /* Phones keep one swipeable row; JavaScript reveals the active route. */
    .ir-subnav__track { flex-wrap: nowrap; justify-content: flex-start; width: 100%; min-width: 0; max-width: 100%; overflow-x: auto; overflow-y: hidden; overscroll-behavior-x: contain; scrollbar-width: none; }
    .ir-subnav__track::-webkit-scrollbar { display: none; }
    .ir-subnav a { flex: 0 0 auto; max-width: none; padding: 0.625rem 1.25rem; gap: 0.375rem; font-size: 0.8125rem; line-height: 1.4; white-space: nowrap; }
    .ir-subnav a > span:last-child { overflow-wrap: normal; }
    .ir-subnav__icon { width: 1.25rem; flex-basis: 1.25rem; }
}

.eyebrow { margin: 0 0 0.75rem; color: var(--green); font-size: 1.25rem; font-weight: 700; }
.home-about__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(33rem, 1fr); gap: 3.5rem; align-items: center; }
.home-about__copy h2, .quick-links-section h2 { max-width: 48rem; margin: 0; color: #16251e; font-size: clamp(2.2rem, 3.2vw, 4.1rem); line-height: 1.16; }
.home-about__copy .lead { max-width: 46rem; margin: 1.5rem 0 1.4rem; color: var(--muted); font-size: 1.075rem; }
.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem 1.25rem; margin: 0 0 1.8rem; padding: 0; list-style: none; }
.feature-list li { position: relative; padding-left: 1.35rem; }
.feature-list li::before { content: ""; position: absolute; left: 0; top: 0.65em; width: 0.45rem; height: 0.45rem; border-radius: 50%; background: var(--green); }
.pill-button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; min-height: 3.625rem; padding: 0.8rem 1.75rem; border-radius: 3rem; color: white; background: var(--green); font-weight: 700; transition: transform 180ms ease, background 180ms ease; }
.pill-button:hover, .pill-button:focus-visible { background: var(--green-dark); transform: translateY(-0.125rem); }
.pill-button span { font-size: 1.4rem; }
.metric-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 13rem; gap: 1.25rem; }
.metric-card { position: relative; overflow: hidden; padding: 2rem; border-radius: 1.15rem; background: white; box-shadow: var(--shadow); }
.metric-card:first-child { grid-column: span 2; }
.metric-card strong { display: block; color: var(--green); font-size: 3.4rem; line-height: 1; }
.metric-card h3 { margin: 1rem 0 0.25rem; font-size: 1.15rem; }
.metric-card p { margin: 0; color: var(--muted); }
.metric-card--accent { background: var(--green); color: white; }
.metric-card--accent strong, .metric-card--accent p { color: white; }
.metric-card--image { min-height: 13rem; background: linear-gradient(rgba(0, 113, 71, 0.08), rgba(0, 113, 71, 0.08)), url("/assets/ir/contact-store.png") center / cover; }

.stock-section { background: #f2f5f4; }
.stock-panel { display: grid; grid-template-columns: 28.25rem minmax(0, 1fr); min-height: 31rem; margin-top: 1.5rem; border-radius: 1.1rem; overflow: hidden; background: white; box-shadow: var(--shadow); }
.stock-summary { padding: 2.2rem; border-right: 0.0625rem solid var(--line); }
.stock-summary__heading { display: flex; align-items: baseline; gap: 1rem; }
.stock-summary__heading h2 { margin: 0; font-size: 1.8rem; }
.stock-summary__heading span { color: var(--muted); font-size: 1.25rem; }
.stock-price { display: flex; align-items: baseline; gap: 1rem; margin-top: 1rem; }
.stock-price strong { color: var(--green); font-size: 3.5rem; line-height: 1; }
.stock-price span { font-size: 1.1rem; }
.stock-change { margin: 0.65rem 0 0; color: var(--green); font-weight: 700; }
.stock-delay { color: var(--muted); font-size: 0.85rem; }
.stock-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 2.1rem 0 0; }
.stock-stats div { padding: 0.9rem 1rem; border: 0.0625rem solid var(--line); border-radius: 0.75rem; }
.stock-stats dt { color: var(--muted); font-size: 0.82rem; }
.stock-stats dd { margin: 0.2rem 0 0; font-weight: 700; }
.stock-chart { position: relative; min-height: 25rem; padding: 3.5rem 2rem 3rem; overflow: hidden; }
.stock-chart__grid { position: absolute; inset: 2rem 2rem 4rem; background-image: linear-gradient(var(--line) 0.0625rem, transparent 0.0625rem), linear-gradient(90deg, var(--line) 0.0625rem, transparent 0.0625rem); background-size: 8.333% 16.667%; }
.stock-chart svg { position: relative; width: 100%; height: 19rem; overflow: visible; }
.stock-chart__area { fill: rgba(0, 113, 71, 0.1); }
.stock-chart__line { fill: none; stroke: var(--green); stroke-width: 0.22rem; vector-effect: non-scaling-stroke; }
.stock-chart__periods { position: absolute; left: 2rem; bottom: 1.1rem; display: flex; gap: 2.2rem; font-weight: 700; }

.quick-links-section h2 { font-size: clamp(2rem, 2.4vw, 3.2rem); }
.quick-link-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin-top: 2rem; }
.quick-link-card { position: relative; min-height: 13rem; padding: 1.75rem; border: 0.0625rem solid var(--line); border-radius: 1rem; background: white; transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.quick-link-card:hover, .quick-link-card:focus-visible { transform: translateY(-0.3rem); border-color: var(--green); box-shadow: var(--shadow); }
.quick-link-card h3 { margin: 0; color: var(--green); font-size: 1.35rem; }
.quick-link-card p { margin: 1rem 0 2rem; color: var(--muted); }
.quick-link-card > span { position: absolute; right: 1.75rem; bottom: 1.4rem; font-size: 1.5rem; }

.content-section { min-height: min(32rem, 60svh); background: var(--page); }
.section-heading { display: flex; flex-direction: column; align-items: center; margin-bottom: var(--heading-gap); text-align: center; }
.section-heading h2 { margin: 0; color: var(--green); font-size: clamp(1.75rem, calc(1.1rem + 1.25vw), 2.5rem); line-height: 1.25; text-wrap: balance; }
.section-heading span { width: clamp(3rem, 4.2vw, 5rem); height: 0.1875rem; margin-top: clamp(1rem, 1.7vw, 2rem); background: var(--yellow); }
.segmented-tabs { display: flex; width: max-content; max-width: 100%; min-height: 3.75rem; margin: 0 auto 2.8rem; padding: 0.306rem 0.46rem; overflow-x: auto; border-radius: 3.406rem; background: white; box-shadow: 0.306rem 0.306rem 3.061rem rgba(0, 0, 0, 0.06); scrollbar-width: none; }
.segmented-tabs::-webkit-scrollbar { display: none; }
.segmented-tabs button { min-width: 7rem; min-height: 3rem; flex: 0 0 auto; padding: 0.55rem 0.9rem; border: 0; border-radius: 2.717rem; background: transparent; color: var(--green); font-size: clamp(1rem, 1.05vw, 1.225rem); font-weight: 500; white-space: nowrap; cursor: pointer; }
.segmented-tabs button.is-active { color: white; background: var(--green); }
.tab-panel[hidden] { display: none; }
.people-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--layout-gap); }
.person-card { position: relative; min-width: 0; padding: var(--card-padding); padding-left: calc(var(--card-padding) + 0.25rem); border-radius: 0.375rem; background: white; box-shadow: 0 0.25rem 2.5rem rgba(0, 0, 0, 0.04); }
.person-card::before { content: ""; position: absolute; left: 0; top: 1.6875rem; width: 0.25rem; height: 3rem; border-radius: 6.25rem; background: var(--green); }
.person-card h3 { margin: 0; color: #000; font-size: clamp(1.0625rem, 1.1vw, 1.25rem); font-weight: 500; line-height: 1.45; }
.person-card p { margin: 0.65rem 0 0; color: #666; font-size: clamp(0.9375rem, 0.9vw, 1rem); line-height: 1.65; overflow-wrap: anywhere; }
.committee-table-wrap { width: 100%; padding-bottom: 0.1875rem; overflow-x: auto; overflow-y: hidden; }
.committee-table { width: 100%; min-width: 0; table-layout: fixed; border-collapse: collapse; color: #333; background: white; }
.committee-table col { width: 26.6667%; }
.committee-table .committee-table__name-column { width: 20%; }
.committee-table th, .committee-table td { height: 4rem; padding: 0.75rem clamp(0.625rem, 1.2vw, 1.25rem); border: 0.0625rem solid #dfe7e3; text-align: center; overflow-wrap: anywhere; }
.committee-table th:first-child { text-align: left; }
.committee-table thead th { height: 4.5rem; background: white; font-size: clamp(0.9375rem, 1vw, 1.125rem); font-weight: 500; line-height: 1.5; }
.committee-table tbody th { font-size: clamp(0.9375rem, 1vw, 1.125rem); font-weight: 400; line-height: 1.5; }
.committee-table tbody tr:nth-child(even) { background: #f7faf9; }
.committee-role { position: relative; display: inline-grid; width: 1.5625rem; height: 1.5625rem; place-items: center; }
.committee-role img, .committee-legend img { width: 1.24025rem; height: 1.3656625rem; object-fit: fill; }
.committee-cell-label, .committee-role--empty { display: none; }
.committee-legend { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: var(--layout-gap); margin-top: var(--layout-gap); color: #333; font-size: clamp(1rem, 1.1vw, 1.25rem); line-height: 1.5; }
.committee-legend span { display: inline-flex; align-items: center; gap: 0.625rem; white-space: nowrap; }

.document-list { display: grid; gap: clamp(1rem, 1.5vw, 1.75rem); width: 100%; }
.document-list--spacious { gap: var(--layout-gap); }
.document-row { display: flex; min-width: 0; min-height: clamp(5.5rem, 6vw, 7.125rem); align-items: center; justify-content: space-between; gap: 1.25rem; padding: var(--card-padding); border-radius: 1.125rem; background: white; box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.05); transition: transform 180ms ease; }
.document-row:hover, .document-row:focus-visible { transform: translateX(0.25rem); }
.document-row > span:first-child { display: grid; min-width: 0; gap: 0.25rem; }
.document-row small { color: var(--muted); font-size: 0.875rem; }
.document-row small:empty { display: none; }
.document-row strong { color: #333; font-size: clamp(1rem, 1.25vw, 1.2rem); font-weight: 400; line-height: 1.55; }
.figma-pdf-icon { position: relative; display: block; width: 1.75rem; height: 2.125rem; flex: 0 0 1.75rem; }
.figma-pdf-icon__base { position: absolute; inset: 0; width: 100%; height: 100%; }
.figma-pdf-icon__fold { position: absolute; right: 0; top: 0; width: 0.625rem; height: 0.625rem; }
.figma-pdf-icon b { position: absolute; left: 0.23rem; right: 0.2rem; bottom: 0.35rem; color: white; font: 700 0.55rem/1 Arial, sans-serif; text-align: center; }

.content-heading-row { display: flex; align-items: center; justify-content: space-between; gap: var(--layout-gap); margin-bottom: var(--heading-gap); }
.content-heading-row h3 { min-width: 0; flex: 1 1 auto; margin: 0; font-size: clamp(1.125rem, 1.55vw, 1.8rem); line-height: 1.4; }
.swiper-controls { display: flex; flex: 0 0 auto; align-items: center; gap: 1.1rem; }
.swiper-controls button, .swiper-edge { display: inline-grid; width: 2.914rem; min-width: 2.914rem; height: 2.914rem; flex: 0 0 2.914rem; padding: 0; overflow: hidden; place-items: center; border: 0; border-radius: 50%; background: var(--green); cursor: pointer; transition: opacity 180ms ease, transform 180ms ease; }
.swiper-controls button:hover, .swiper-controls button:focus-visible, .swiper-edge:hover, .swiper-edge:focus-visible { transform: scale(1.04); }
.swiper-controls button:disabled, .swiper-edge:disabled { opacity: 1; cursor: default; transform: none; }
.swiper-controls img, .swiper-edge img { width: 100%; height: 100%; }
.swiper-arrow--prev img { transform: rotate(180deg); }
.ir-swiper { --swiper-gap: var(--layout-gap); --slide-min-width: 18rem; --slides-visible: 3; min-width: 0; }
.ir-swiper__viewport { overflow: hidden; touch-action: pan-y; }
.ir-swiper__viewport:has(.report-card) { margin-block: -0.25rem; padding-block: 0.25rem; }
.ir-swiper--esg .ir-swiper__viewport { --esg-shadow-block-gutter: 2.5rem; position: relative; z-index: 1; margin-block: calc(var(--esg-shadow-block-gutter) * -1); padding-block: var(--esg-shadow-block-gutter); }
.ir-swiper__track { user-select:none; display: flex; gap: var(--swiper-gap); transform: translate3d(var(--swiper-x, 0), 0, 0); transition: transform 620ms cubic-bezier(.16, 1, .3, 1); backface-visibility: hidden; will-change: transform; }
.ir-swiper.is-scrolling .ir-swiper__track { transition-duration: 680ms; }
.ir-swiper.is-scrolling .ir-swiper__slide { pointer-events: none; }
.ir-swiper.is-dragging .ir-swiper__track { transition: none; }
.ir-swiper__slide { flex: 0 0 calc((100% - (var(--slides-visible) - 1) * var(--swiper-gap)) / var(--slides-visible)); min-width: 0; }
.report-card { container-type: inline-size; display: flex; flex-direction: column; overflow: hidden; border: 0.0625rem solid #dbe3df; border-radius: 1rem; background: white; }
.report-card__cover {
    pointer-events: none;
    display: block;
    width: 100%;
    aspect-ratio: 476 / 329;
    object-fit: cover;
    object-position: bottom;
    background-color: #edf3f0;
}
.report-card__cover--figma { background-repeat: no-repeat; background-position: 13.712% 58.837%; background-size: 403.361% 627.964%; }
.report-card > .report-card__body { display: flex; flex: 1; flex-direction: column; gap: 0.75rem; padding: clamp(1rem, 5.5cqi, 1.625rem) clamp(1rem, calc(10cqi - 1.0625rem), 1.875rem) clamp(1rem, 4.6cqi, 1.375rem); }
.report-card h3 { margin: 0; color: #14211c; font-size: clamp(1.125rem, 1.35vw, 1.625rem); line-height: 1.4; }
.report-card nav { display: flex; flex-wrap: wrap; min-height: var(--report-actions-height, 2.75rem); align-items: center; align-content: flex-start; justify-content: flex-start; gap: 0.25rem var(--report-action-gap, 0.75rem); margin-top: auto; }
.report-card nav:not(:has(*)) { display: none; }
.report-card nav a, .report-card__action { display: inline-flex; flex: 0 1 auto; width: max-content; max-width: 100%; min-width: 0; min-height: 2.75rem; align-items: center; gap: clamp(0.25rem, calc(6cqi - 1.125rem), 0.625rem); color: #007b4d; font-size: clamp(0.8125rem, 3.36cqi, 1rem); font-weight: 500; line-height: 1.5; white-space: normal; }
.report-card__action-label { min-width: 0; overflow-wrap: anywhere; }
.report-card__action.is-disabled { cursor: default; }
.report-action-icon { width: auto; height: 1.125rem; flex: 0 0 auto; object-fit: contain; }
.report-pdf-icon { position: relative; display: block; width: 0.9375rem; height: 1.125rem; flex: 0 0 0.9375rem; }
.report-pdf-icon > img:first-child { position: absolute; inset: 0; width: 100%; height: 100%; }
.report-pdf-icon__fold { position: absolute; right: 0; top: 0; width: 0.318rem; height: 0.318rem; }
.report-pdf-icon b { position: absolute; left: 0.07rem; right: 0.06rem; bottom: 0.18rem; color: white; font: 700 0.29rem/1 Arial, sans-serif; text-align: center; }
.swiper-pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.25rem; margin-top: clamp(0.75rem, 1.5vw, 1.6rem); }
.ir-swiper--esg .swiper-pagination { position: relative; z-index: 3; }
.swiper-pagination[hidden] { display: none; }
.swiper-pagination button { display: grid; width: 2rem; height: 2.75rem; padding: 0; place-items: center; border: 0; background: transparent; cursor: pointer; }
.swiper-pagination button::before { content: ""; width: 0.45rem; height: 0.45rem; border-radius: 1rem; background: #c9d3ce; transition: width 180ms ease, background 180ms ease; }
.swiper-pagination button.is-active::before { width: 1.6rem; background: var(--green); }
.swiper-pagination button:focus-visible { outline: 2px solid var(--green); outline-offset: -2px; border-radius: 0.375rem; }
.empty-state { width: min(100%, 48rem); margin: var(--heading-gap) auto; padding: var(--card-padding); border: 0.0625rem solid var(--line); border-radius: 1rem; color: var(--muted); background: #f8faf9; text-align: center; overflow-wrap: anywhere; }

.announcements-section .section-heading { margin-bottom: var(--heading-gap); }
.iframe-shell {
    width: 100%;
    min-height: var(--embed-min-height, 75rem);
    border-radius: 1rem;
    overflow: hidden;
    background: transparent;
}
.iframe-shell iframe { display: block; width: 100%; min-height: var(--embed-min-height, 75rem); border: 0; }
.iframe-shell.is-auto-sized, .iframe-shell.is-auto-sized iframe { min-height: 0; }
.iframe-shell:not(:has(iframe)) { min-height: 0; }
.iframe-placeholder { display: grid; min-height: clamp(16rem, 28vw, 28rem); place-content: center; padding: var(--card-padding); color: var(--muted); text-align: center; overflow-wrap: anywhere; }
.iframe-placeholder strong { color: var(--green); font-size: clamp(1.125rem, 1.5vw, 1.6rem); line-height: 1.4; }
.iframe-placeholder p { max-width: 40rem; }
.iframe-placeholder code { width: max-content; margin-inline: auto; padding: 0.3rem 0.6rem; border-radius: 0.3rem; background: var(--green-soft); }

.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--layout-gap); align-items: start; }
.contact-copy { min-width: 0; padding-top: 0.5rem; }
.contact-copy h3 { margin: 0 0 clamp(1rem, 1.7vw, 1.8125rem); color: #14231a; font-size: clamp(1.5rem, 2.1vw, 2.5rem); font-weight: 700; line-height: 1.3; text-wrap: balance; }
.contact-copy > p { max-width: 44.4375rem; margin: 0; color: #6f776f; font-size: 1rem; line-height: 1.75; }
.contact-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--layout-gap); margin: var(--layout-gap) 0 clamp(1.5rem, 3vw, 3rem); }
.contact-details > div { display: grid; min-width: 0; grid-template-columns: 3.375rem minmax(0, 1fr); gap: 1.125rem; align-items: start; }
.contact-details > div > div { min-width: 0; }
.contact-details dt { color: #6f776f; font-size: 0.875rem; line-height: 1.3125rem; }
.contact-icon { display: inline-grid; width: 3.375rem; height: 3.375rem; flex: 0 0 3.375rem; place-items: center; background: url("/assets/ir/figma-contact-icon-bg.svg") center / contain no-repeat; }
.contact-icon img { width: auto; max-width: 1.625rem; max-height: 1.625rem; object-fit: contain; }
.contact-details dd { margin: 0.375rem 0 0; color: #14231a; font-size: 1rem; font-weight: 700; line-height: 1.5; overflow-wrap: anywhere; }
.contact-button { min-height: 3.625rem; gap: 0.75rem; padding: 0.4375rem 0.4375rem 0.4375rem 1.875rem; font-size: 1.25rem; font-weight: 400; line-height: 2.5rem; }
.contact-button img { width: 2.75rem; height: 2.75rem; flex: 0 0 2.75rem; }
.contact-image { width: 100%; height: auto; aspect-ratio: 721 / 576; border-radius: clamp(1rem, 1.5vw, 1.75rem); object-fit: cover; object-position: left center; box-shadow: 0 1.125rem 2.25rem rgba(7, 20, 13, 0.12); }

@media (min-width: 56.0625rem) {
    /* Let the copy determine the row height; crop the image to that same box. */
    .contact-image { align-self: stretch; height: 100%; min-height: 0; aspect-ratio: auto; contain: size; object-position: center; }
}

.esg-swiper-wrap { display: grid; grid-template-columns: 2.914rem minmax(0, 1fr) 2.914rem; gap: clamp(0.75rem, 1.5vw, 1.875rem); align-items: center; }
.esg-swiper-wrap > .swiper-edge { position: relative; z-index: 2; }
.ir-swiper--esg { --slide-min-width: 15rem; --slides-visible: 4; }
.esg-card { display: flex; height: 100%; flex-direction: column; overflow: hidden; border-radius: 1.125rem; background: white; box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.1); transition: transform 180ms ease; }
.esg-card:hover, .esg-card:focus-visible { transform: translateY(-0.25rem); }
.esg-card > img { width: 100%; height: auto; aspect-ratio: 309 / 396; object-fit: cover; }
.esg-card > span { display: flex; min-width: 0; flex: 1 1 auto; align-items: center; justify-content: space-between; gap: 0.75rem; padding: clamp(0.75rem, 1vw, 1.125rem); }
.esg-card strong { min-width: 0; color: #000; font-size: clamp(1rem, 1.05vw, 1.25rem); font-weight: 500; line-height: 1.45; overflow-wrap: anywhere; }
.esg-card b { display: grid; width: 2.75rem; height: 2.75rem; flex: 0 0 2.75rem; place-items: center; border: 0.0625rem solid #dbe3df; border-radius: 50%; }
.esg-card b img { width: 1.25rem; height: 1.25rem; }

.site-footer { position: relative; color: white; background: #007548; }
.site-footer__primary, .site-footer__secondary, .site-footer__nav { width: var(--content-width); margin-inline: auto; }
.site-footer__primary { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr) minmax(0, 1fr); gap: var(--layout-gap); align-items: start; padding-block: var(--section-space) 0; }
.site-footer__qr-group { display: flex; gap: 1.25rem; }
.site-footer__qr-group figure { margin: 0; text-align: center; }
.site-footer__qr-group img { display: block; width: 6.25rem; height: 6.25rem; border: 0.0625rem solid #f1f1f1; background: white; }
.site-footer__qr-group figcaption { margin-top: 0.625rem; font-size: 0.875rem; line-height: 1.25rem; }
.site-footer__brand { justify-self: center; width: min(100%, 32.1875rem); }
.site-footer__brand img { width: 100%; height: auto; }
.site-footer__phone { display: grid; justify-self: end; text-align: right; }
.site-footer__phone span { display: flex; align-items: center; justify-content: flex-end; gap: 0.35rem; font-size: 1.25rem; line-height: 1.875rem; }
.site-footer__phone span img { width: 1.875rem; height: 1.875rem; filter: brightness(0) invert(1); }
.site-footer__phone strong { margin-top: 0.9375rem; font-family: Impact, "Arial Narrow", sans-serif; font-size: 1.5625rem; font-weight: 400; letter-spacing: 0.0625rem; line-height: 2.25rem; }
.site-footer__nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem var(--layout-gap); margin-top: 2rem; font-size: 0.875rem; opacity: 0.9; }
.site-footer__secondary { display: grid; grid-template-columns: minmax(0, 1fr) 10rem minmax(0, 1fr); gap: var(--layout-gap); padding-block: var(--section-space) 3.125rem; color: #d1dfd7; font-size: 0.875rem; line-height: 1.75; overflow-wrap: anywhere; }
.site-footer__legal p, .site-footer__notices p { margin: 0; }
.site-footer__legal { min-width: 0; grid-column: 1; }
.site-footer__legal p:first-child { font-weight: 400; }
.site-footer__legal p:first-child strong { color: inherit; font-weight: 700; }
.site-footer__icp { color: inherit; text-decoration: none; }
.site-footer__icp:hover, .site-footer__icp:focus-visible { color: white; text-decoration: underline; text-underline-offset: 0.18em; }
.site-footer__notices { min-width: 0; grid-column: 3; text-align: right; }
.site-footer__top { position: absolute; left: 50%; bottom: 1.35rem; display: grid; place-items: center; gap: 2.85rem; transform: translate(-50%, -50%); color: white; font-size: 0.875rem; line-height: 1; white-space: nowrap; }
.site-footer__top span { position: relative; display: grid; width: 1.625rem; height: 1.625rem; place-items: center; border: 0.0625rem solid rgba(255, 255, 255, 0.7); border-radius: 50%; color: transparent; font-size: 0; }
.site-footer__top span::before { content: ""; position: absolute; top: 0.5rem; left: 50%; width: 0.4rem; height: 0.4rem; border-top: 0.0625rem solid white; border-left: 0.0625rem solid white; transform: translateX(-50%) rotate(45deg); }
.site-footer__top span::after { content: ""; position: absolute; top: 0.65rem; left: 50%; width: 0.0625rem; height: 3.45rem; background: white; transform: translateX(-50%); }

.reveal { animation: reveal-up 650ms ease both; }
@keyframes reveal-up { from { opacity: 0; transform: translateY(1rem); } to { opacity: 1; transform: none; } }

@media (max-width: 90rem) {
    .quick-link-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 40rem) {
    :root { --header-height: 5rem; }
    .site-header, .site-header.is-scrolled { height: var(--header-height); color: #505050; background: white; box-shadow: 0 0.25rem 0.3125rem rgba(0, 0, 0, 0.06); }
    .site-header__inner { padding-inline: 1rem; }
    .site-header__logo, .site-header.is-scrolled .site-header__logo { top: 50%; width: 10.75rem; height: auto; padding: 0; background: transparent; transform: translate(-50%, -50%); }
    .site-header__logo img { width: 100%; }
    .site-header__toggle { position: absolute; z-index: 3; left: 1rem; top: 50%; display: grid; width: 2.75rem; height: 2.75rem; padding: 0.6rem; align-content: center; gap: 0.28rem; border: 0; background: transparent; transform: translateY(-50%); }
    .site-header__toggle span:not(.sr-only) { display: block; height: 0.125rem; border-radius: 1rem; background: var(--green); transition: transform 180ms ease, opacity 180ms ease; }
    .site-header.is-menu-open .site-header__toggle span:nth-last-child(3) { transform: translateY(0.4rem) rotate(45deg); }
    .site-header.is-menu-open .site-header__toggle span:nth-last-child(2) { opacity: 0; }
    .site-header.is-menu-open .site-header__toggle span:last-child { transform: translateY(-0.4rem) rotate(-45deg); }
    /* Override the scrolled desktop geometry as well as the initial header. */
    .site-header__menus, .site-header.is-scrolled .site-header__menus { position: fixed; z-index: 2; inset: var(--header-height) 0 0 auto; display: block; width: min(88vw, 24rem); height: calc(100svh - var(--header-height)); height: calc(100dvh - var(--header-height)); max-height: none; margin: 0; padding: 0.75rem 1rem calc(1rem + env(safe-area-inset-bottom)); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; background: white; color: #383f3c; box-shadow: -0.5rem 0.75rem 1.5rem rgba(0, 0, 0, 0.08); visibility: hidden; opacity: 0; pointer-events: none; transform: translateX(105%); transition: transform var(--header-motion-duration) ease, opacity var(--header-motion-duration) ease, visibility 0s linear var(--header-motion-duration); }
    .site-header.is-menu-open .site-header__menus { visibility: visible; opacity: 1; pointer-events: auto; transform: none; transition-delay: 0s; }
    .official-nav, .site-header.is-scrolled .official-nav { position: static; display: flex; height: auto; flex-direction: column; align-items: stretch; gap: 0; padding: 0; background: transparent; color: inherit; font-size: 1rem; }
    .official-nav > * { flex: 0 0 auto; }
    .official-nav__item { display: grid; grid-template-columns: minmax(0, 1fr) auto; border-bottom: 1px solid var(--line); }
    .official-nav a, .site-header.is-scrolled .official-nav a { display: flex; min-height: 3.25rem; padding: 0.75rem; align-items: center; justify-content: flex-start; color: inherit; font-size: 1rem; line-height: 1.4; text-align: left; white-space: normal; overflow-wrap: anywhere; }
    .official-nav a:hover, .official-nav a:focus-visible { color: var(--green); }
    .official-nav__item > a .header-chevron { display: none; }
    .official-nav__expand { display: grid; width: 3rem; min-height: 3.25rem; padding: 1rem; place-items: center; border: 0; background: transparent; cursor: pointer; }
    .official-nav__expand .header-chevron { display: block; width: 0.65rem; height: auto; filter: none; }
    .official-nav__expand[aria-expanded="true"] .header-chevron { transform: rotate(180deg); }
    .official-nav__expand:focus-visible, .official-nav a:focus-visible { outline: 2px solid var(--green); outline-offset: -2px; }
    .official-nav__dropdown, .site-header.is-scrolled .official-nav__dropdown { position: static; grid-column: 1 / -1; display: none; width: 100%; min-width: 0; padding: 0.25rem 0.5rem 0.5rem; border-radius: 0.5rem; color: #505050; background: #f7faf9; box-shadow: none; clip-path: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; backdrop-filter: none; transition: none; }
    .official-nav__dropdown::before { display: none; }
    .official-nav__dropdown a, .site-header.is-scrolled .official-nav__dropdown a { min-height: 2.75rem; padding: 0.65rem 0.75rem; font-size: 0.875rem; line-height: 1.5; text-transform: none; }
    .official-nav__dropdown li { opacity: 1; transform: none; transition: none; }
    .official-nav__item.has-dropdown:hover .official-nav__dropdown, .official-nav__item.has-dropdown:focus-within .official-nav__dropdown { display: none; transform: none; }
    .official-nav__item.has-dropdown.is-dropdown-open .official-nav__dropdown { display: grid; transform: none; }
    .header-chevron { filter: none; }
    .site-header__utilities, .site-header.is-scrolled .site-header__utilities { right: 1rem; top: 50%; display: block; color: #383f3c; transform: translateY(-50%); }
    .header-phone { display: none; }
    .language-switch { font-size: 0.8rem; }
}

@media (max-width: 90rem) {
    .home-about__grid { grid-template-columns: 1fr; }
    .metric-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 14rem; }
    .metric-card:first-child { grid-column: auto; }
    .stock-panel { grid-template-columns: 23rem 1fr; }
    /* Give translated copy more room; avoid four tall rows beside a small image. */
    .contact-grid { grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); }
    .contact-copy { padding-top: 0; }
    .contact-copy h3 { margin-bottom: 0.875rem; }
    .contact-copy > p { line-height: 1.6; }
    /* Auto-fit one or two columns, never leave an empty third track beside the phone. */
    .contact-details { grid-template-columns: repeat(auto-fit, minmax(min(100%, max(13rem, calc((100% - 1.25rem) / 2))), 1fr)); gap: 1rem 1.25rem; margin-block: 1.25rem; }
    .contact-details > div { grid-template-columns: 2.5rem minmax(0, 1fr); gap: 0.75rem; }
    .contact-details > div:nth-child(n + 3) { grid-column: 1 / -1; }
    .contact-icon { width: 2.5rem; height: 2.5rem; flex-basis: 2.5rem; }
    .contact-icon img { max-width: 1.25rem; max-height: 1.25rem; }
    .contact-details dd { margin-top: 0.25rem; line-height: 1.45; }
    .contact-button { min-height: 3rem; padding: 0.375rem 0.375rem 0.375rem 1.25rem; font-size: 1rem; line-height: 1.5; }
    .contact-button img { width: 2.25rem; height: 2.25rem; flex-basis: 2.25rem; }
}

@media (max-width: 64rem) {
    .stock-panel { grid-template-columns: 1fr; }
    .stock-summary { border-right: 0; border-bottom: 0.0625rem solid var(--line); }
    .stock-chart { min-height: 22rem; }
    .people-grid { grid-template-columns: repeat(2, 1fr); }
    .site-footer__secondary { grid-template-columns: 1fr; gap: 1rem; padding-bottom: 3.125rem; }
    .site-footer__legal, .site-footer__notices { grid-column: 1; }
    .site-footer__notices { text-align: left; }
    .site-footer__top { position: relative; left: auto; bottom: auto; grid-column: 1; justify-self: center; margin-top: 1rem; transform: none; }
}

@media (max-width: 56rem) {
    .contact-grid { grid-template-columns: 1fr; }
    .contact-copy { order: 2; padding-top: 0; }
    .contact-image { order: 1; height: auto; max-height: 21rem; aspect-ratio: 16 / 9; }
}

@media (max-width: 46rem) {
    .ir-hero__image { object-position: 44% center; }
    .ir-hero__overlay { background: linear-gradient(90deg, rgba(0,0,0,0.62), rgba(0,0,0,0.08)); }
    .ir-subnav img { max-width: 1.25rem; height: 1.25rem; }
    .home-about__copy h2 { font-size: 2.25rem; }
    .feature-list { grid-template-columns: 1fr; }
    .metric-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
    .metric-card, .metric-card:first-child { min-height: 11rem; grid-column: auto; }
    .stock-summary, .stock-chart { padding-inline: 1rem; }
    .stock-stats { gap: 0.65rem; }
    .stock-price strong { font-size: 2.8rem; }
    .quick-link-grid { grid-template-columns: 1fr; }
    .segmented-tabs { width: 100%; min-height: 0; align-items: stretch; overflow: hidden; }
    .segmented-tabs button { min-width: 0; min-height: 3.25rem; flex: 1 1 0; padding: 0.5rem 0.25rem; font-size: clamp(0.75rem, 3.3vw, 0.9375rem); line-height: 1.3; white-space: normal; text-wrap: balance; }
    .people-grid { grid-template-columns: 1fr; }
    .committee-table-wrap--cards { overflow: visible; }
    .committee-table-wrap--cards .committee-table { display: block; min-width: 0; background: transparent; }
    .committee-table-wrap--cards colgroup { display: none; }
    .committee-table-wrap--cards thead { display: block; position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip-path: inset(50%); }
    .committee-table-wrap--cards tbody { display: grid; gap: 1rem; }
    .committee-table-wrap--cards tbody tr { display: block; overflow: hidden; border: 1px solid #dfe7e3; border-radius: 0.75rem; background: white; }
    .committee-table-wrap--cards tbody tr:nth-child(even) { background: white; }
    .committee-table-wrap--cards tbody th { display: block; height: auto; padding: 0.85rem 1rem; border: 0; background: var(--green-soft); color: var(--green-dark); font-size: 1rem; font-weight: 700; overflow-wrap: anywhere; }
    .committee-table-wrap--cards tbody td { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 0.75rem; height: auto; min-height: 3.25rem; padding: 0.65rem 1rem; border: 0; border-top: 1px solid var(--line); text-align: left; }
    .committee-table-wrap--cards .committee-cell-label { display: block; min-width: 0; color: #505b55; font-size: 0.875rem; line-height: 1.45; overflow-wrap: anywhere; }
    .committee-table-wrap--cards .committee-role { display: inline-flex; justify-content: center; gap: 0.4rem; width: auto; min-width: 5rem; height: auto; padding: 0.25rem 0.5rem; border-radius: 0.4rem; background: #f0f7f3; color: var(--green); font-size: 0.8125rem; line-height: 1.5; }
    .committee-table-wrap--cards .committee-role img { width: 1rem; height: 1.125rem; }
    .committee-table-wrap--cards .committee-role:not(.committee-role--empty) .sr-only { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; white-space: normal; }
    .committee-table-wrap--cards .committee-role--empty { display: inline-flex; color: var(--muted); background: transparent; }
    .committee-table-wrap--cards .committee-legend { display: none; }
    .content-heading-row { align-items: center; gap: 0.75rem; }
    .swiper-controls { gap: 0.5rem; }
    .ir-swiper--esg .ir-swiper__viewport { --esg-shadow-block-gutter: 2.25rem; }
    .esg-card { box-shadow: 0 0.625rem 1.5rem rgba(0, 0, 0, 0.13); }
    .iframe-shell, .iframe-shell iframe { min-height: min(var(--embed-min-height, 75rem), 48rem); }
    .contact-grid { grid-template-columns: 1fr; }
    .contact-copy { order: 2; padding-top: 0; }
    .contact-details { gap: 1rem; margin-bottom: 1.25rem; }
    .contact-image { order: 1; aspect-ratio: 16 / 9; max-height: 16rem; }
    .esg-swiper-wrap { grid-template-columns: 1fr; }
    .swiper-edge { display: none; }
    .esg-card > span { align-items: center; }
    .esg-card strong { font-size: 1rem; }
    .site-footer { padding-bottom: 2rem; }
    .site-footer__primary { display: flex; flex-direction: column; align-items: center; padding-top: var(--section-space); }
    .site-footer__qr-group { order: 1; justify-content: center; }
    .site-footer__brand { order: 2; width: min(65%, 16rem); margin-top: 0.625rem; }
    .site-footer__phone { order: 3; justify-self: center; margin-top: 0.75rem; text-align: center; }
    .site-footer__phone span { justify-content: center; margin-bottom: 0; }
    .site-footer__nav { gap: 0.6rem 1.2rem; margin-top: 1.25rem; }
    .site-footer__secondary { display: grid; padding: 1.875rem 0 0; font-size: 0.8125rem; line-height: 1.6; }
    .site-footer__legal { text-align: left; }
    .site-footer__notices { display: block; }
    .site-footer__top { position: static; margin-top: 0.75rem; gap: 1rem; transform: none; }
    .site-footer__top span { width: 2.75rem; height: 2.75rem; }
    .site-footer__top span::before { top: 1.05rem; }
    .site-footer__top span::after { display: none; }
}

@media (max-width: 25rem) {
    .language-switch { gap: 0.15rem; font-size: 0.68rem; }
    .stock-stats { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
    .site-header, .site-header::before, .site-header__logo, .site-header__menus, .official-nav a, .site-header__utilities { transition-duration: var(--header-motion-duration) !important; }
    .official-nav__dropdown, .official-nav__dropdown li { transition-duration: var(--dropdown-motion-duration) !important; }
    .ir-swiper:not(.is-dragging) .ir-swiper__track { transition-duration: 680ms !important; transition-timing-function: cubic-bezier(.16, 1, .3, 1) !important; }
}

/* Compact header controls; drawer geometry is shared by both header states above. */
.mobile-language-switch, .site-header__backdrop { display: none; }
@media (max-width: 40rem) {
    :root { --header-height: clamp(3.75rem, 6vw, 4.5rem); --compact-header-gutter: clamp(0.75rem, 3vw, 2rem); }
    .site-header__logo, .site-header.is-scrolled .site-header__logo { left: var(--compact-header-gutter); width: clamp(9.375rem, 16vw, 12rem); transform: translateY(-50%); }
    .site-header__logo picture { display: block; width: 100%; }
    .site-header__logo img { width: 100%; height: auto; }
    .site-header__toggle { left: auto; right: var(--compact-header-gutter); width: 2.75rem; padding: 0.625rem; gap: 0.35rem; }
    .site-header__toggle span:not(.sr-only) { height: 1px; border-radius: 0; background: #999; }
    .site-header__toggle span:nth-last-child(2) { background: #007147; }
    /* The utilities' transform creates a stacking context. Raise that parent,
       not only the language list, above the mobile drawer (2) and backdrop (1). */
    .site-header__utilities, .site-header.is-scrolled .site-header__utilities { right: calc(var(--compact-header-gutter) + 3.25rem); z-index: 4; }
    .site-header__utilities .language-switch, .site-header__utilities .social-links { display: none; }
    .mobile-language-switch { position: relative; display: block; width: 4.125rem; color: #555; font: 14px Arial, sans-serif; }
    .mobile-language-switch summary { display: flex; min-height: 2rem; align-items: center; justify-content: center; gap: 0.5rem; border: 1px solid #ccc; border-radius: 3px; background: white; cursor: pointer; list-style: none; }
    .mobile-language-switch summary::-webkit-details-marker { display: none; }
    .mobile-language-switch summary::after { content: ""; border-inline: 4px solid transparent; border-top: 5px solid currentColor; }
    .mobile-language-switch[open] summary::after { transform: rotate(180deg); }
    .mobile-language-switch__list { position: absolute; z-index: 5; top: calc(100% + 0.375rem); right: 0; min-width: 10rem; padding: 0.35rem 0; background: rgba(0, 0, 0, 0.8); color: white; }
    .mobile-language-switch__list a { display: block; padding: 0.75rem 1rem; line-height: 1.4; white-space: nowrap; }
    .mobile-language-switch__list a.is-active { color: #c3a650; }
    .mobile-language-switch__list a:hover, .mobile-language-switch__list a:focus-visible { background: rgba(255, 255, 255, 0.12); }
    .site-header__backdrop { display: block; position: fixed; z-index: 1; inset: var(--header-height) 0 0; width: 100%; border: 0; background: rgba(0, 0, 0, 0.35); visibility: hidden; opacity: 0; pointer-events: none; transition: opacity var(--header-motion-duration) ease, visibility 0s linear var(--header-motion-duration); }
    .site-header.is-menu-open .site-header__backdrop { visibility: visible; opacity: 1; pointer-events: auto; transition-delay: 0s; }
}
