:root {
  --urc-red: #db3d36;
  --urc-red-dark: #b90000;
  --urc-ink: #202124;
  --urc-muted: #666b73;
  --urc-line: #e6e2df;
  --urc-paper: #fffdfa;
  --urc-soft: #f6f2ef;
  --urc-green: #55a85a;
  --urc-purple: #7650a6;
  --urc-blue: #0876ad;
  --font-display: "DM Sans", "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  --font-body: "DM Sans", Arial, Helvetica, sans-serif;
  --max-width: 1600px;
  --wide-width: 1600px;
  --header-height: 76px;
  --report-frame-height: min(calc(56.25vw - 22.5px), 900px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--urc-paper);
  color: var(--urc-ink);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 253, 250, 0.94);
  border-bottom: 1px solid rgba(219, 61, 54, 0.14);
  box-shadow: 0 6px 20px rgba(32, 33, 36, 0.08);
  backdrop-filter: blur(14px);
}

.site-header__inner,
.site-footer__inner,
.section__inner {
  width: min(100% - 40px, var(--max-width));
  margin: 0 auto;
}

.site-header__inner,
.site-header:not(:has(.site-header__inner)) {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-header:not(:has(.site-header__inner)) {
  padding-inline: max(20px, calc((100vw - var(--max-width)) / 2));
}

.brand {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--urc-red);
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0;
}

.brand__logo {
  width: 148px;
  height: auto;
  flex: 0 0 auto;
}

.brand__text,
.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  white-space: nowrap;
}

.brand__kicker {
  color: var(--urc-muted);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--urc-red);
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-open .nav-toggle span {
  opacity: 0;
}

.menu-open .nav-toggle::before {
  transform: translateY(7px) rotate(45deg);
}

.menu-open .nav-toggle::after {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-nav a {
  border-bottom: 2px solid transparent;
  color: var(--urc-red);
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 10px 4px;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a.is-active {
  border-color: currentColor;
}

@media (min-width: 1101px) and (max-width: 1320px) {
  .site-nav {
    gap: 12px;
  }
}

.hero {
  min-height: clamp(520px, 68vw, 860px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--urc-soft);
}

.hero--cover {
  background-image: linear-gradient(90deg, rgba(185, 0, 0, 0.7), rgba(185, 0, 0, 0.08)), url("../../_assets/00 Cover - TOC/0Cover.jpg");
  background-position: center;
  background-size: cover;
}

.hero__inner {
  width: min(100% - 40px, var(--wide-width));
  margin: 0 auto;
  padding: 120px 0 76px;
}

.hero__title,
.page-hero__title,
.section-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.96;
}

.hero__title {
  max-width: 760px;
  color: #fff;
  font-size: clamp(4rem, 9vw, 9.5rem);
}

.hero__meta {
  display: inline-flex;
  margin-top: 22px;
  padding: 8px 20px;
  background: #fff;
  color: var(--urc-red);
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.75rem);
  font-weight: 800;
}

.page-hero {
  display: grid;
  min-height: 58vh;
  background: var(--urc-red-dark);
  color: #fff;
  overflow: hidden;
}

.page-hero--green {
  background: #12664f;
}

.page-hero--purple {
  background: var(--urc-purple);
}

.page-hero__inner,
.page-hero:not(:has(.page-hero__inner)) {
  width: min(100% - 40px, var(--wide-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 80px);
  padding: 110px 0 72px;
}

.page-hero__title,
.page-hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.96;
  font-size: clamp(3rem, 7vw, 7rem);
}

.page-hero__copy p {
  max-width: 62ch;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
}

.eyebrow {
  margin: 0 0 12px;
  color: inherit;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-hero__image,
.page-hero__media img {
  width: 100%;
  max-height: 640px;
  object-fit: contain;
  justify-self: center;
}

.page-hero__media {
  margin: 0;
}

.page-hero__media--text {
  min-height: 340px;
  display: grid;
  place-items: center;
  padding: 42px;
  background: rgba(255, 255, 255, 0.13);
}

.page-hero__media--text span {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(5rem, 11vw, 10rem);
  font-weight: 800;
  line-height: 0.9;
}

.page-hero__media--text strong {
  max-width: 320px;
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
}

.section {
  padding: clamp(56px, 8vw, 112px) 0;
}

.section:not(:has(.section__inner)) {
  padding-inline: max(20px, calc((100vw - var(--max-width)) / 2));
}

.section--soft {
  background: var(--urc-soft);
}

.section--red {
  background: var(--urc-red-dark);
  color: #fff;
}

.section-title {
  color: var(--urc-red);
  font-size: clamp(2.25rem, 5vw, 5rem);
  margin-bottom: 28px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading h2,
.editorial-split h2 {
  margin: 0;
  color: var(--urc-red);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.section--red .section-title {
  color: #fff;
}

.lead {
  max-width: 68ch;
  margin: 0;
  color: var(--urc-muted);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.35;
}

.section--red .lead {
  color: rgba(255, 255, 255, 0.86);
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.copy {
  max-width: 68ch;
}

.copy p {
  margin: 0 0 1.15rem;
}

.copy h2,
.copy h3 {
  margin: 0 0 1rem;
  color: var(--urc-red);
  font-family: var(--font-display);
  line-height: 1.08;
}

.quote {
  margin: 0;
  color: var(--urc-red);
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.2vw, 3.25rem);
  font-style: italic;
  font-weight: 800;
  line-height: 1.12;
}

.toc-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.toc-list a {
  display: inline-block;
  color: var(--urc-red);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 2rem);
  font-weight: 800;
  line-height: 1.18;
}

.toc-list a:hover {
  color: var(--urc-red-dark);
}

.asset-panel {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
}

.asset-panel__bg {
  width: 100%;
  border-radius: 0;
}

.feature-grid,
.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.asset-panel {
  align-content: start;
  place-items: stretch;
  background: #fff;
}

.asset-panel img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: var(--urc-soft);
}

.asset-panel h3,
.profile-grid h3 {
  margin: 18px 0 6px;
  color: var(--urc-red);
  font-family: var(--font-display);
  font-size: 1.2rem;
  line-height: 1.15;
}

.asset-panel p,
.profile-grid p,
.stat-grid p {
  margin: 0;
  color: var(--urc-muted);
}

.asset-panel h3,
.asset-panel p {
  padding-inline: 20px;
}

.asset-panel p {
  padding-bottom: 22px;
}

.asset-panel--copy {
  min-height: 220px;
  padding: 26px;
  border-top: 4px solid var(--urc-green);
}

.asset-panel--copy h3,
.asset-panel--copy p {
  padding: 0;
}

.editorial-split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.editorial-split p {
  color: var(--urc-muted);
}

.stat-grid article {
  padding: 28px;
  border-top: 4px solid var(--urc-red);
  background: #fff;
}

.stat-grid span,
.pdf-card span {
  color: var(--urc-red);
  font-family: var(--font-display);
  font-weight: 800;
}

.stat-grid strong,
.pdf-card strong {
  display: block;
  margin: 8px 0;
  color: var(--urc-ink);
  font-family: var(--font-display);
  font-size: 1.3rem;
  line-height: 1.15;
}

.profile-grid,
.pdf-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.profile-card,
.pdf-card {
  border-top: 4px solid var(--urc-red);
  background: #fff;
  padding: 22px;
}

.profile-grid article {
  background: #fff;
}

.profile-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: var(--urc-soft);
}

.profile-grid h3,
.profile-grid p {
  padding-inline: 18px;
}

.profile-grid p {
  padding-bottom: 20px;
}

.profile-card h3,
.pdf-card h3 {
  margin: 0 0 8px;
  color: var(--urc-red);
  font-family: var(--font-display);
  font-size: 1.2rem;
  line-height: 1.15;
}

.profile-card p,
.pdf-card p {
  margin: 0;
  color: var(--urc-muted);
}

.pdf-card a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--urc-red);
  font-weight: 700;
}

.report-hero {
  min-height: clamp(560px, 72vw, 900px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--urc-red-dark);
}

.report-hero--blue {
  background: #075f88;
}

.report-hero--yellow {
  background: #d99a16;
}

.report-hero--green {
  background: #12664f;
}

.report-hero--purple {
  background: #68469b;
}

.report-hero__inner {
  width: min(100% - 40px, var(--wide-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 84px);
  align-items: center;
  padding: 96px 0 70px;
}

.report-hero__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 7.4vw, 8.4rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
}

.report-hero .lead {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.86);
}

.report-hero .copy-excerpt {
  max-width: 64ch;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.report-media {
  margin: 0;
}

.report-media img {
  width: 100%;
  max-height: 650px;
  object-fit: contain;
}

.report-media--page {
  overflow: hidden;
  border: 1px solid rgba(32, 33, 36, 0.12);
  background: #fff;
  box-shadow: 0 24px 70px rgba(32, 33, 36, 0.18);
}

.report-media--page img {
  aspect-ratio: 16 / 9;
  max-height: none;
  object-fit: cover;
}

.report-hero .report-media--page {
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.section-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.section-meta span,
.section-kicker {
  color: inherit;
  font-family: var(--font-display);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-meta span {
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.16);
}

.report-section {
  padding: clamp(60px, 8vw, 116px) 0;
  background: var(--urc-paper);
}

.report-section:nth-of-type(odd) {
  background: var(--urc-soft);
}

.report-section__inner {
  width: min(100% - 40px, var(--wide-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

.report-section--reverse .report-section__media {
  order: 0;
}

.report-section__media .report-media {
  min-height: 0;
  display: grid;
  place-items: center;
}

.report-section__media img {
  max-height: none;
}

.report-section__copy {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  padding: clamp(24px, 4vw, 44px);
  border-left: 5px solid var(--urc-red);
  background: #fff;
  box-shadow: 0 16px 42px rgba(32, 33, 36, 0.08);
}

.report-section__copy h2,
.route-index h2,
.financial-download h2,
.redirect-page h1 {
  margin: 0;
  color: var(--urc-red);
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.4vw, 4.8rem);
  letter-spacing: 0;
  line-height: 1;
}

.section-kicker {
  margin: 0 0 14px;
  color: var(--urc-muted);
}

.report-section__copy p:not(.section-kicker),
.financial-download p,
.redirect-page p {
  max-width: 62ch;
  color: var(--urc-muted);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
}

.copy-excerpt {
  margin: 16px 0 0;
}

.extracted-copy {
  max-width: 100%;
  margin-top: 22px;
  border: 1px solid var(--urc-line);
  background: var(--urc-paper);
}

.extracted-copy summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 16px;
  color: var(--urc-red);
  font-family: var(--font-display);
  font-weight: 800;
  cursor: pointer;
}

.extracted-copy summary span {
  color: var(--urc-muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.extracted-copy pre {
  max-height: 420px;
  margin: 0;
  padding: 18px;
  overflow: auto;
  border-top: 1px solid var(--urc-line);
  color: var(--urc-ink);
  font-family: var(--font-body);
  font-size: 0.96rem;
  line-height: 1.55;
  white-space: pre-wrap;
}

.extracted-copy p {
  margin: 0;
  padding: 0 16px 16px;
}

.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 16px;
  border: 2px solid var(--urc-red);
  background: var(--urc-red);
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.1;
}

.button-link:hover {
  background: var(--urc-red-dark);
  border-color: var(--urc-red-dark);
}

.button-link--ghost {
  background: transparent;
  color: var(--urc-red);
}

.button-link--ghost:hover {
  background: rgba(219, 61, 54, 0.08);
  color: var(--urc-red-dark);
}

.route-index {
  padding: clamp(60px, 8vw, 112px) 0;
  background: #fff;
}

.route-index__inner {
  width: min(100% - 40px, var(--max-width));
  margin: 0 auto;
}

.route-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.route-card {
  display: grid;
  min-height: 150px;
  align-content: center;
  gap: 18px;
  padding: 22px;
  border-top: 4px solid var(--urc-red);
  background: var(--urc-soft);
}

.route-card:hover {
  background: #fff;
  box-shadow: 0 18px 40px rgba(32, 33, 36, 0.12);
}

.route-pager span {
  color: var(--urc-muted);
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-card strong,
.route-pager strong {
  display: block;
  color: var(--urc-red);
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  line-height: 1.08;
}

.financial-download {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.pdf-viewer {
  width: 100%;
  height: min(76vh, 760px);
  border: 1px solid var(--urc-line);
  background: #fff;
}

.route-pager {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 18px;
  background: #fff;
}

.route-pager a {
  min-height: 132px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 8px;
  padding: clamp(24px, 4vw, 48px);
  border-top: 4px solid var(--urc-red);
  background: var(--urc-soft);
  color: var(--urc-red);
  text-align: left;
}

.route-pager a:hover {
  background: #fff;
  box-shadow: 0 18px 40px rgba(32, 33, 36, 0.12);
}

.route-pager a.route-pager__link--next {
  justify-items: end;
  text-align: right;
}

.route-pager a.route-pager__link--next:only-child {
  grid-column: 2;
}

.route-pager--next-only a {
  grid-column: 2;
  justify-items: end;
  text-align: right;
}

.route-pager strong,
.route-pager span {
  color: inherit;
}

.route-pager span {
  color: var(--urc-muted);
}

.redirect-page {
  min-height: 100vh;
  width: min(100% - 40px, 760px);
  margin: 0 auto;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 70px 0;
}

.table-wrap {
  overflow-x: auto;
  background: #fff;
}

table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

th,
td {
  padding: 16px;
  border-bottom: 1px solid var(--urc-line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--urc-red);
  font-family: var(--font-display);
  font-size: 0.9rem;
  text-transform: uppercase;
}

code {
  color: var(--urc-red-dark);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.92em;
}

.site-footer {
  margin-top: auto;
  background: var(--urc-red-dark);
  color: #fff;
  padding: 42px 0;
}

.site-footer:not(:has(.site-footer__inner)) {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding-inline: max(20px, calc((100vw - var(--max-width)) / 2));
}

.site-footer p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer > a,
.site-footer__inner a {
  font-weight: 700;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: start;
}

.site-footer .brand,
.site-footer .brand__kicker {
  color: #fff;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 10px 24px;
}

.footer-nav a {
  font-size: 0.95rem;
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  background: var(--urc-red);
  color: #fff;
  font-size: 1.4rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 160ms ease, transform 160ms ease;
  cursor: pointer;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: var(--header-height) 0 auto 0;
    display: grid;
    gap: 0;
    max-height: calc(100vh - var(--header-height));
    overflow: auto;
    padding: 24px 40px 40px;
    background: var(--urc-paper);
    border-bottom: 1px solid var(--urc-line);
    transform: translateY(-120%);
    transition: transform 180ms ease;
  }

  .menu-open .site-nav {
    transform: translateY(0);
  }

  .site-nav a {
    padding: 13px 0;
    font-size: 1.35rem;
  }

  .page-hero__inner,
  .page-hero:not(:has(.page-hero__inner)),
  .report-hero__inner,
  .report-section__inner,
  .financial-download,
  .editorial-grid,
  .editorial-split,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .report-section--reverse .report-section__media {
    order: 0;
  }

  .page-hero__image {
    max-height: 480px;
  }

  .profile-grid,
  .pdf-grid,
  .feature-grid,
  .stat-grid,
  .route-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .site-header__inner,
  .site-footer__inner,
  .section__inner,
  .hero__inner,
  .page-hero__inner,
  .report-hero__inner,
  .report-section__inner,
  .route-index__inner {
    width: min(100% - 28px, var(--max-width));
  }

  .brand__text,
  .brand-copy {
    display: none;
  }

  .brand__logo {
    width: 112px;
  }

  .hero {
    min-height: 620px;
  }

  .hero__inner,
  .page-hero__inner {
    padding-top: 88px;
    padding-bottom: 54px;
  }

  .profile-grid,
  .pdf-grid,
  .feature-grid,
  .stat-grid,
  .route-card-grid,
  .route-pager,
  .footer-nav {
    grid-template-columns: 1fr;
  }

  .route-pager a:only-child,
  .route-pager--next-only a,
  .route-pager a.route-pager__link--next:only-child {
    grid-column: 1;
  }

  .site-footer:not(:has(.site-footer__inner)) {
    display: grid;
  }

  .back-to-top {
    right: 14px;
    bottom: 14px;
  }
}

.content-hero {
  min-height: clamp(620px, 82vh, 920px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--urc-red-dark);
}

.content-hero,
.annual-section,
.designed-report-section,
.asset-report-section,
.president-page,
.chairman-stakeholder-section,
.chairman-closing-section {
  scroll-margin-top: calc(var(--header-height) + 18px);
}

.content-hero--red {
  background: #ef4842;
}

.content-hero--route-home {
  min-height: 0;
  background: #f24d49;
}

.content-hero--route-home .content-hero__inner {
  width: 100vw;
  min-height: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
}

.section-visual--cover {
  width: 100vw;
  height: auto;
  overflow: hidden;
}

.content-hero--blue {
  background: #155db8;
}

.content-hero--route-board-of-directors-and-executive-officers,
.content-hero--route-corporate-directory {
  background: #82bfe4;
}

.content-hero--yellow {
  background: #f5ad00;
}

.content-hero--green {
  background: #12664f;
}

.content-hero--purple {
  background: #68469b;
}

.content-hero--background-split {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.content-hero__inner,
.annual-section__inner {
  width: min(100% - 40px, var(--wide-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
}

.content-hero__inner {
  padding: clamp(90px, 12vw, 150px) 0 clamp(64px, 8vw, 96px);
}

.content-hero--background-split .content-hero__inner {
  min-height: clamp(620px, 82vh, 920px);
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.72fr);
}

.content-hero--background-split .annual-copy--hero {
  grid-column: 2;
  justify-self: start;
  max-width: 650px;
}

.content-hero:not(.content-hero--route-home) {
  width: 100vw;
  height: auto;
  aspect-ratio: 16 / 9;
  min-height: 0;
  margin: 0 auto 64px;
  align-items: stretch;
}

.content-hero:not(.content-hero--route-home) .content-hero__inner {
  width: 100%;
  height: 100%;
  padding: clamp(34px, 4.4vw, 76px) clamp(30px, 4.8vw, 82px);
  grid-template-columns: minmax(0, 40%) minmax(0, 60%);
  gap: clamp(24px, 3.8vw, 64px);
}

.content-hero:not(.content-hero--route-home).content-hero--background-split {
  background-size: 100% auto;
  background-position: center center;
}

.content-hero:not(.content-hero--route-home).content-hero--background-split .content-hero__inner {
  min-height: 0;
  grid-template-columns: minmax(0, 60%) minmax(0, 40%);
}

.annual-copy h1,
.annual-copy h2 {
  margin: 0;
  color: inherit;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
}

.annual-copy h1 {
  max-width: 760px;
  font-size: clamp(3.35rem, 7vw, 8.2rem);
}

.annual-copy--opener {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.annual-copy--opener .opener-kicker {
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.1vw, 2.2rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
}

.annual-copy--opener h1 {
  max-width: 680px;
  font-size: clamp(3.35rem, 5.6vw, 6.2rem);
  line-height: 1.02;
}

.annual-copy h2 {
  color: var(--urc-red);
  font-size: clamp(2.25rem, 4.8vw, 5.6rem);
}

.annual-copy--hero h2,
.annual-copy--hero p,
.annual-copy--hero .lead {
  color: #fff;
}

.annual-copy .lead {
  max-width: 62ch;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.88);
}

.annual-copy > p:not(.eyebrow):not(.section-kicker):not(.lead),
.annual-copy .copy-list,
.directory-card li,
.info-list li,
.person-card p,
.metric-card p {
  color: var(--urc-muted);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
}

.annual-copy--hero > p:not(.eyebrow):not(.lead),
.annual-copy--hero .copy-list,
.annual-copy--hero .metric-card p {
  color: rgba(255, 255, 255, 0.84);
}

.annual-copy.annual-copy--hero > p:not(.eyebrow):not(.section-kicker):not(.lead) {
  color: rgba(255, 255, 255, 0.9);
}

.annual-copy > p:not(.eyebrow):not(.section-kicker):not(.lead) {
  max-width: 68ch;
  margin: 18px 0 0;
}

.annual-section {
  padding: clamp(70px, 9vw, 126px) 0;
  background: var(--urc-paper);
}

.annual-section:nth-of-type(even) {
  background: #fff;
}

.annual-section:nth-of-type(odd) {
  background: var(--urc-soft);
}

.annual-section--reverse .annual-copy {
  order: 2;
}

.annual-section--reverse .section-visual {
  order: 1;
}

.section-visual {
  margin: 0;
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
}

.section-visual img {
  width: 100%;
  max-height: 680px;
  object-fit: contain;
  filter: drop-shadow(0 26px 46px rgba(32, 33, 36, 0.14));
}

.section-visual--hero img {
  max-height: min(72vh, 700px);
  filter: drop-shadow(0 30px 58px rgba(0, 0, 0, 0.28));
}

.section-visual--cover img {
  width: 100vw;
  height: auto;
  max-height: none;
  display: block;
  object-fit: contain;
  filter: none;
}

.home-theme-section {
  width: min(100% - 40px, var(--max-width));
  height: var(--report-frame-height);
  min-height: 0;
  aspect-ratio: 16 / 9;
  margin: 72px auto;
  overflow: hidden;
}

.home-theme-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f84b47;
}

.home-theme-section__left,
.home-theme-section__copy {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.home-theme-section__left {
  color: #fff;
  background: #f84b47;
}

.home-theme-section__asset,
.home-theme-section__cover {
  position: absolute;
  z-index: 1;
  display: block;
  object-fit: contain;
  pointer-events: none;
}

.home-theme-section__cover {
  left: 29.5%;
  top: 14.5%;
  z-index: 2;
  width: 57%;
  box-shadow: 0 20px 35px rgba(130, 22, 26, 0.22);
}

.home-theme-section__asset--compass {
  left: -9%;
  bottom: 10%;
  width: 32%;
}

.home-theme-section__asset--presto {
  left: -7%;
  top: 13%;
  width: 25%;
}

.home-theme-section__asset--dewberry {
  left: -5%;
  top: 40%;
  width: 19%;
}

.home-theme-section__asset--lexus {
  right: -5%;
  top: 35%;
  width: 19%;
}

.home-theme-section__left h2 {
  position: absolute;
  left: 29.5%;
  bottom: 19.5%;
  z-index: 3;
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(3rem, 5.6vw, 6.25rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.96;
}

.home-theme-section__copy {
  display: grid;
  align-content: center;
  gap: 7%;
  padding: 9.6% 8% 6.2% 7%;
  background: #f7d8d6;
}

.home-theme-section__copy::after {
  content: "";
  position: absolute;
  right: -3.6%;
  top: 6.1%;
  width: 16.5%;
  height: 21%;
  background: url("../../_assets/00 Cover - TOC/Lexus.png") center / contain no-repeat;
  transform: rotate(28deg);
}

.home-theme-section__copy blockquote {
  position: relative;
  z-index: 1;
  max-width: 14.9em;
  margin: 0 0 0 7.6%;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2vw, 2.36rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.14;
}

.home-theme-section__copy blockquote::before {
  content: "\201C";
  position: absolute;
  left: -0.9em;
  top: -0.15em;
  color: #f84b47;
}

.home-theme-section__copy blockquote span {
  display: table;
  width: auto;
  margin-top: -0.03em;
  padding: 0 0.12em 0.04em;
  background: #f84b47;
}

.home-theme-section__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9.5%;
  color: #6d5555;
  font-size: clamp(0.74rem, 0.9vw, 0.98rem);
  font-weight: 700;
  line-height: 1.16;
}

.home-theme-section__columns p {
  margin: 0;
}

.home-theme-section__columns p + p {
  margin-top: 1.15em;
}

.home-theme-section__columns strong,
.home-theme-section__columns p:nth-child(3) {
  color: #5d4545;
  font-weight: 900;
}

.home-toc-section {
  position: relative;
  display: grid;
  place-items: center;
  padding: 3.4% 6.8%;
  background:
    linear-gradient(180deg, rgba(247, 74, 68, 0) 0 70%, rgba(78, 28, 52, 0.55) 100%),
    #f84b47;
}

.home-toc-section__map {
  position: relative;
  width: 88%;
  height: 82%;
  margin-top: 1.5%;
  filter: drop-shadow(0 22px 30px rgba(51, 45, 43, 0.26));
}

.home-toc-section__fold {
  position: absolute;
  top: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 38%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07), rgba(0, 0, 0, 0.08)),
    #0b5049;
  border-top: clamp(12px, 1.45vw, 22px) solid #e4ded2;
  border-bottom: clamp(12px, 1.45vw, 22px) solid #e4ded2;
}

.home-toc-section__fold--title {
  left: 0;
  width: 25%;
  clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 93%);
  z-index: 3;
}

.home-toc-section__fold--a {
  left: 24.6%;
  width: 25.4%;
  clip-path: polygon(0 7%, 100% 0, 100% 93%, 0 100%);
  z-index: 2;
}

.home-toc-section__fold--b {
  left: 49.8%;
  width: 25.4%;
  clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 93%);
  z-index: 3;
}

.home-toc-section__fold--c {
  left: 75%;
  width: 25%;
  clip-path: polygon(0 7%, 100% 0, 100% 93%, 0 100%);
  z-index: 2;
}

.home-toc-section__fold h2 {
  position: absolute;
  left: 23%;
  top: 42%;
  margin: 0;
  color: #efe7de;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3.1vw, 3.35rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.92;
  transform: rotate(2deg);
}

.home-toc-route,
.home-toc-route::before,
.home-toc-route::after {
  position: absolute;
  z-index: 5;
  border: clamp(3px, 0.35vw, 6px) dashed rgba(218, 237, 229, 0.35);
  border-color: rgba(218, 237, 229, 0.38);
  pointer-events: none;
}

.home-toc-route--a {
  left: 35%;
  top: 13%;
  width: 12%;
  height: 69%;
  border-left: 0;
  border-radius: 0 55% 55% 0;
}

.home-toc-route--b {
  left: 58%;
  top: 10%;
  width: 14%;
  height: 67%;
  border-left: 0;
  border-radius: 0 50% 55% 0;
}

.home-toc-route--c {
  right: 10%;
  top: 19%;
  width: 11%;
  height: 50%;
  border-left: 0;
  border-radius: 0 55% 50% 0;
}

.home-toc-shape {
  position: absolute;
  z-index: 4;
  border: 2px solid #e0ad34;
  border-radius: 12px;
  opacity: 0.9;
  transform: rotate(-12deg);
  pointer-events: none;
}

.home-toc-shape--a { left: 35%; top: 15%; width: 13%; height: 16%; }
.home-toc-shape--b { left: 34%; top: 45%; width: 14%; height: 20%; transform: rotate(-7deg); }
.home-toc-shape--c { left: 62%; top: 22%; width: 10%; height: 22%; transform: rotate(-15deg); }
.home-toc-shape--d { right: 5%; bottom: 12%; width: 11%; height: 17%; transform: rotate(-12deg); }

.home-toc-marker {
  --pin-color: #f64e4e;
  position: absolute;
  z-index: 8;
  display: grid;
  justify-items: center;
  width: clamp(8.5rem, 11vw, 12.5rem);
  color: var(--pin-color);
  text-align: center;
  text-decoration: none;
}

.home-toc-marker::before {
  content: "";
  width: clamp(1.9rem, 2.55vw, 3rem);
  height: clamp(1.9rem, 2.55vw, 3rem);
  background: var(--pin-color);
  border: 0.28rem solid #f7efe6;
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 0.18rem 0.45rem rgba(0, 0, 0, 0.18);
  transform: rotate(-45deg);
}

.home-toc-marker::after {
  content: "";
  position: absolute;
  top: clamp(0.62rem, 0.83vw, 0.95rem);
  width: clamp(0.55rem, 0.78vw, 0.9rem);
  height: clamp(0.55rem, 0.78vw, 0.9rem);
  background: #fff;
  border-radius: 50%;
}

.home-toc-marker span {
  display: inline;
  margin-top: 0.38rem;
  padding: 0.08em 0.46em 0.12em;
  background: #fff7ed;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 4px;
  box-shadow: 0 0.18rem 0.28rem rgba(0, 0, 0, 0.12);
  font-family: var(--font-display);
  font-size: clamp(0.72rem, 1vw, 1.05rem);
  font-weight: 900;
  line-height: 1.16;
  text-transform: uppercase;
}

.home-toc-marker--red { --pin-color: #f64e4e; }
.home-toc-marker--blue { --pin-color: #50a8f0; }
.home-toc-marker--purple { --pin-color: #c968ca; }
.home-toc-marker--teal { --pin-color: #28ad9d; }

.home-toc-marker--top-a { left: 36%; top: 17%; }
.home-toc-marker--middle-a { left: 36%; top: 49%; }
.home-toc-marker--bottom-a { left: 36%; top: 76%; }
.home-toc-marker--top-b { left: 59%; top: 18%; }
.home-toc-marker--middle-b { left: 58%; top: 52%; }
.home-toc-marker--bottom-b { left: 58%; top: 75%; }
.home-toc-marker--top-c { right: 6%; top: 35%; }
.home-toc-marker--bottom-c { right: 6%; top: 68%; }

.designed-report-section {
  --section-accent: var(--urc-red);
  --section-bg: #fffdfa;
  --section-art-bg: #f5ede8;
  width: min(100% - 40px, var(--max-width));
  margin: 72px auto;
  padding: 0;
  background: var(--section-bg);
}

.designed-report-section--red {
  --section-accent: var(--urc-red);
  --section-bg: #fff8f4;
  --section-art-bg: #f7e6df;
}

.designed-report-section--blue {
  --section-accent: var(--urc-blue);
  --section-bg: #f3fbff;
  --section-art-bg: #dceffa;
}

.designed-report-section--yellow {
  --section-accent: #c67f00;
  --section-bg: #fffaf0;
  --section-art-bg: #f8e8bd;
}

.designed-report-section--green {
  --section-accent: #168d7d;
  --section-bg: #f0faf6;
  --section-art-bg: #d6eee8;
}

.designed-report-section--purple {
  --section-accent: var(--urc-purple);
  --section-bg: #f8f4ff;
  --section-art-bg: #e7ddf5;
}

.designed-report-section__frame {
  width: 100%;
  height: var(--report-frame-height);
  min-height: 0;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 52px;
  align-items: stretch;
  overflow: hidden;
}

.designed-report-section--reverse .designed-report-section__art {
  order: 2;
}

.designed-report-section--reverse .designed-report-section__copy {
  order: 1;
}

.designed-report-section__art {
  position: relative;
  min-height: 0;
  height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)),
    var(--section-art-bg);
}

.designed-report-section__art::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(32, 33, 36, 0.08);
  pointer-events: none;
}

.designed-report-section__art img {
  position: relative;
  z-index: 1;
  width: min(88%, 520px);
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 24px 36px rgba(32, 33, 36, 0.14));
}

.section-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.section-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 20%, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0) 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0));
}

.section-scene__asset {
  position: absolute !important;
  z-index: 2;
  width: auto;
  max-width: none;
  max-height: none;
  object-fit: contain;
  filter: drop-shadow(0 22px 30px rgba(32, 33, 36, 0.16));
}

.designed-report-section--wide-art .designed-report-section__frame {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.designed-report-section--wide-art.designed-report-section--reverse .designed-report-section__frame {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.designed-report-section--wide-art .designed-report-section__art {
  min-height: 0;
}

.designed-report-section--art-infographic .section-scene__asset--infographic,
.designed-report-section--art-toc .section-scene__asset--toc {
  inset: 5%;
  width: 90%;
  height: 90%;
  object-fit: contain;
}

.section-scene--theme {
  background: #b71f25;
}

.section-scene--theme::before {
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 241, 210, 0.34), rgba(255, 241, 210, 0) 42%),
    linear-gradient(135deg, rgba(219, 61, 54, 0.92), #87151a);
}

.section-scene--theme .section-scene__asset--compass {
  left: 12%;
  top: 6%;
  width: 76%;
  opacity: 0.42;
}

.section-scene--theme .section-scene__asset--presto {
  left: 7%;
  bottom: 8%;
  width: 32%;
}

.section-scene--theme .section-scene__asset--dewberry {
  right: 10%;
  bottom: 12%;
  width: 34%;
}

.section-scene--theme .section-scene__asset--lexus {
  right: 20%;
  top: 7%;
  width: 28%;
}

.section-scene--toc {
  background: #f6eee8;
}

.section-scene--chairman-close {
  background: #cfeee8;
}

.section-scene--chairman-close .section-scene__asset--telescope {
  left: 13%;
  bottom: 5%;
  width: 68%;
}

.section-scene--chairman-close .section-scene__asset--scribble {
  right: 6%;
  top: 8%;
  width: 36%;
  opacity: 0.72;
}

.section-scene--president-opener {
  background: #dceffa;
}

.section-scene--president-opener .section-scene__asset--icons {
  left: 4%;
  top: 8%;
  width: 56%;
  opacity: 0.52;
}

.section-scene--president-opener .section-scene__asset--bean {
  left: 12%;
  bottom: 13%;
  width: 30%;
}

.section-scene--president-opener .section-scene__asset--milk {
  right: 11%;
  top: 11%;
  width: 26%;
}

.section-scene--president-opener .section-scene__asset--cup {
  right: 8%;
  bottom: 7%;
  width: 33%;
}

.section-scene--president-compass {
  background: #0a76ad;
}

.section-scene--president-compass::before {
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 38%),
    linear-gradient(135deg, #0783bd, #075b8d);
}

.section-scene--president-compass .section-scene__asset--outline {
  left: 5%;
  top: 8%;
  width: 72%;
  opacity: 0.38;
  filter: none;
}

.section-scene--president-compass .section-scene__asset--needle {
  right: 9%;
  bottom: 9%;
  width: 50%;
}

.section-scene--president-compass .section-scene__asset--wiggles {
  left: 11%;
  bottom: 13%;
  width: 24%;
  opacity: 0.75;
}

.section-scene--president-compass .section-scene__asset--xo {
  right: 10%;
  top: 10%;
  width: 24%;
}

.section-scene--president-performance,
.section-scene--malvar,
.section-scene--value-path {
  background: #db3d36;
}

.section-scene--president-performance .section-scene__asset--photo {
  left: 0;
  bottom: 0;
  width: 58%;
}

.section-scene--president-performance .section-scene__asset--chips {
  right: 7%;
  top: 13%;
  width: 38%;
}

.section-scene--president-updates {
  background: #dceffa;
}

.section-scene--president-updates .section-scene__asset--blue {
  left: -8%;
  bottom: -6%;
  width: 60%;
  opacity: 0.82;
  filter: none;
}

.section-scene--president-updates .section-scene__asset--bar {
  right: -4%;
  bottom: 10%;
  width: 52%;
  opacity: 0.82;
}

.section-scene--president-updates .section-scene__asset--photo {
  left: 6%;
  top: 9%;
  width: 82%;
}

.section-scene--president-updates .section-scene__asset--cup {
  right: 7%;
  bottom: 4%;
  width: 24%;
}

.section-scene--president-portfolio {
  background: #bfe6df;
}

.section-scene--president-portfolio .section-scene__asset--teal {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
  filter: none;
}

.section-scene--president-portfolio .section-scene__asset--photo {
  left: 3%;
  bottom: 0;
  width: 78%;
}

.section-scene--president-portfolio .section-scene__asset--drink {
  right: 7%;
  top: 7%;
  width: 25%;
}

.section-scene--president-ahead {
  background: #f8e8bd;
}

.section-scene--president-ahead .section-scene__asset--photo {
  left: 5%;
  top: 12%;
  width: 72%;
}

.section-scene--president-ahead .section-scene__asset--cloud {
  right: 8%;
  bottom: 10%;
  width: 25%;
}

.section-scene--president-ahead .section-scene__asset--maxx {
  left: 9%;
  bottom: 8%;
  width: 24%;
}

.section-scene--president-ahead .section-scene__asset--cup {
  right: 6%;
  top: 9%;
  width: 24%;
}

.section-scene--malvar .section-scene__asset--photo {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.section-scene--malvar .section-scene__asset--icons {
  right: 5%;
  bottom: 5%;
  width: 30%;
  opacity: 0.82;
}

.section-scene--malvar-collage {
  background: #f7efe6;
}

.section-scene--malvar-collage .section-scene__asset {
  width: 34%;
  border-radius: 6px;
  filter: drop-shadow(0 18px 24px rgba(32, 33, 36, 0.18));
}

.section-scene--malvar-collage .section-scene__asset--photo-a { left: 5%; top: 7%; }
.section-scene--malvar-collage .section-scene__asset--photo-b { left: 34%; top: 11%; }
.section-scene--malvar-collage .section-scene__asset--photo-c { right: 5%; top: 7%; }
.section-scene--malvar-collage .section-scene__asset--photo-d { left: 8%; bottom: 8%; }
.section-scene--malvar-collage .section-scene__asset--photo-e { left: 38%; bottom: 6%; }
.section-scene--malvar-collage .section-scene__asset--photo-f { right: 6%; bottom: 11%; }

.section-scene--ai,
.section-scene--ai-flow {
  background: #e6f3ef;
}

.section-scene--ai .section-scene__asset--ai,
.section-scene--ai-flow .section-scene__asset--ai {
  left: 8%;
  bottom: 5%;
  width: 78%;
}

.section-scene--ai .section-scene__asset--cloud {
  right: 8%;
  top: 7%;
  width: 32%;
}

.section-scene--ai-flow .section-scene__asset--blob {
  right: -3%;
  top: 4%;
  width: 43%;
  opacity: 0.78;
}

.section-scene--value-path .section-scene__asset--photo {
  inset: 0 auto 0 0;
  width: 58%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.section-scene--value-path .section-scene__asset--signpost {
  right: 10%;
  bottom: 5%;
  width: 36%;
}

.section-scene--value-path .section-scene__asset--arrows {
  right: 7%;
  top: 11%;
  width: 38%;
}

.section-scene--value-blueprint {
  background: #0d4368;
}

.section-scene--value-blueprint .section-scene__asset--blue {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
  filter: none;
}

.section-scene--value-blueprint .section-scene__asset--signpost {
  left: 11%;
  bottom: 6%;
  width: 34%;
}

.section-scene--value-blueprint .section-scene__asset--arrows {
  right: 8%;
  top: 9%;
  width: 44%;
}

.section-scene--value-blueprint .section-scene__asset--sugar {
  right: 11%;
  bottom: 7%;
  width: 29%;
}

.section-scene--governance,
.section-scene--governance-board {
  background: #fff5ed;
}

.section-scene--governance .section-scene__asset--background,
.section-scene--governance-board .section-scene__asset--background {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  filter: none;
}

.section-scene--governance .section-scene__asset--product,
.section-scene--governance-board .section-scene__asset--product {
  left: 13%;
  bottom: 12%;
  width: 48%;
}

.section-scene--governance .section-scene__asset--accent,
.section-scene--governance-board .section-scene__asset--accent {
  right: 8%;
  top: 9%;
  width: 34%;
  opacity: 0.9;
}

.section-scene--governance-officers {
  background: #bfe4f6;
}

.section-scene--governance-officers .section-scene__asset--panel {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.section-scene--directory-map {
  background: #dceffa;
}

.section-scene--directory-map .section-scene__asset--map {
  left: 4%;
  top: 4%;
  width: 72%;
}

.section-scene--directory-map .section-scene__asset--icons {
  right: 5%;
  bottom: 8%;
  width: 28%;
  opacity: 0.76;
}

.section-scene--directory {
  background: #e7ddf5;
}

.section-scene--directory .section-scene__asset--header {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.section-scene--directory .section-scene__asset--product,
.section-scene--directory .section-scene__asset--icons {
  right: 6%;
  bottom: 7%;
  width: 28%;
}

.designed-report-section__copy {
  min-width: 0;
  align-self: center;
  max-height: 100%;
  overflow: hidden;
  padding: clamp(32px, 4vw, 68px) clamp(18px, 4vw, 68px);
  color: var(--urc-ink);
}

.designed-report-section__copy h2 {
  max-width: 11ch;
  margin: 0 0 24px;
  color: var(--section-accent);
  font-family: var(--font-display);
  font-size: 3.45rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
}

.designed-report-section__copy > p:not(.section-kicker),
.designed-report-section__copy .copy-list,
.designed-report-section__copy .info-list,
.designed-report-section__copy .directory-grid,
.designed-report-section__copy .people-grid,
.designed-report-section__copy .metric-grid,
.designed-report-section__copy .native-toc,
.designed-report-section__copy .table-scroll {
  margin-top: 18px;
}

.designed-report-section__copy > p:not(.section-kicker) {
  max-width: 68ch;
  color: var(--urc-muted);
  font-size: 1.08rem;
  line-height: 1.58;
  overflow-wrap: anywhere;
}

.route-special-features .designed-report-section__copy,
.route-corporate-governance .designed-report-section__copy {
  align-self: stretch;
  display: block;
  padding: clamp(26px, 3.1vw, 48px);
}

.route-corporate-governance .designed-report-section__frame {
  position: relative;
  grid-template-columns: minmax(0, 1fr);
}

.route-corporate-governance .designed-report-section__art {
  position: absolute;
  right: clamp(18px, 2vw, 32px);
  bottom: clamp(18px, 2vw, 32px);
  z-index: 0;
  width: clamp(130px, 15%, 230px);
  height: clamp(110px, 18%, 180px);
  min-height: 0;
  background: transparent;
  opacity: 0.14;
}

.route-corporate-governance .designed-report-section__art::before {
  display: none;
}

.route-corporate-governance .designed-report-section__art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
}

.route-corporate-governance .designed-report-section--page-047 .designed-report-section__copy {
  padding-right: clamp(260px, 24vw, 380px);
}

.route-corporate-governance .designed-report-section--page-047 .designed-report-section__art {
  top: 0;
  right: 0;
  bottom: 0;
  width: clamp(250px, 22vw, 340px);
  height: 100%;
  opacity: 1;
}

.route-corporate-governance .designed-report-section__copy {
  position: relative;
  z-index: 1;
}

.copy-flow {
  max-width: none;
}

.route-special-features .copy-flow,
.route-corporate-governance .copy-flow {
  column-count: 2;
  column-gap: 28px;
}

.route-corporate-governance .designed-report-section--page-034 .copy-flow,
.route-corporate-governance .designed-report-section--page-037 .copy-flow,
.route-corporate-governance .designed-report-section--page-043 .copy-flow,
.route-corporate-governance .designed-report-section--page-044 .copy-flow {
  column-count: 3;
}

.copy-flow > * {
  break-inside: avoid;
}

.copy-flow > .copy-list {
  break-inside: auto;
}

.route-special-features .copy-flow .copy-list,
.route-corporate-governance .copy-flow .copy-list {
  max-width: none;
  margin: 0 0 0.62em;
  padding-left: 18px;
  font-size: clamp(0.78rem, 0.78vw, 0.94rem);
  line-height: 1.32;
}

.route-corporate-governance .copy-flow .copy-list {
  font-size: clamp(0.7rem, 0.66vw, 0.8rem);
  line-height: 1.24;
}

.copy-flow .copy-list li {
  break-inside: avoid;
}

.route-special-features .copy-flow > p,
.route-corporate-governance .copy-flow > p {
  max-width: none;
  margin: 0 0 0.62em;
  color: var(--urc-muted);
  font-size: clamp(0.78rem, 0.78vw, 0.94rem);
  line-height: 1.36;
  overflow-wrap: anywhere;
}

.route-corporate-governance .copy-flow > p {
  font-size: clamp(0.72rem, 0.68vw, 0.82rem);
  line-height: 1.3;
}

.route-special-features .designed-report-section__copy > p:not(.section-kicker),
.route-corporate-governance .designed-report-section__copy > p:not(.section-kicker) {
  max-width: none;
  font-size: clamp(0.78rem, 0.78vw, 0.94rem);
  line-height: 1.36;
}

.route-special-features .designed-report-section__copy > p:not(.section-kicker),
.route-special-features .designed-report-section__copy .copy-list {
  column-count: 2;
  column-gap: 28px;
}

.route-corporate-governance .designed-report-section__copy > p:not(.section-kicker),
.route-corporate-governance .designed-report-section__copy .copy-list {
  column-count: 2;
  column-gap: 26px;
}

.route-corporate-governance .designed-report-section--page-037 .designed-report-section__copy > p:not(.section-kicker),
.route-corporate-governance .designed-report-section--page-037 .designed-report-section__copy .copy-list,
.route-corporate-governance .designed-report-section--page-044 .designed-report-section__copy > p:not(.section-kicker),
.route-corporate-governance .designed-report-section--page-044 .designed-report-section__copy .copy-list {
  column-count: 3;
}

.route-special-features .designed-report-section__copy > p + p,
.route-corporate-governance .designed-report-section__copy > p + p {
  margin-top: 0.62em;
}

.route-special-features .designed-report-section__copy h2,
.route-corporate-governance .designed-report-section__copy h2 {
  margin-bottom: 16px;
  font-size: clamp(2.05rem, 3.1vw, 3.35rem);
}

.route-corporate-governance .designed-report-section--structured .designed-report-section__copy h2 {
  font-size: clamp(1.85rem, 2.8vw, 3rem);
}

.route-corporate-governance .designed-report-section--structured .designed-report-section__copy > p:not(.section-kicker) {
  column-count: 2;
  margin-bottom: 18px;
}

.route-corporate-governance .designed-report-section--page-039 .designed-report-section__copy,
.route-corporate-governance .designed-report-section--page-040 .designed-report-section__copy,
.route-corporate-governance .designed-report-section--page-041 .designed-report-section__copy,
.route-corporate-governance .designed-report-section--page-045 .designed-report-section__copy,
.route-corporate-governance .designed-report-section--page-046 .designed-report-section__copy,
.route-corporate-governance .designed-report-section--page-047 .designed-report-section__copy,
.route-corporate-governance .designed-report-section--page-048 .designed-report-section__copy {
  padding: clamp(20px, 2.4vw, 38px);
}

.route-corporate-governance .designed-report-section--page-047 .designed-report-section__copy {
  padding-right: calc(clamp(250px, 22vw, 340px) + clamp(28px, 3vw, 54px));
}

.route-corporate-governance .designed-report-section--page-039 .designed-report-section__copy > p:not(.section-kicker),
.route-corporate-governance .designed-report-section--page-040 .designed-report-section__copy > p:not(.section-kicker),
.route-corporate-governance .designed-report-section--page-041 .designed-report-section__copy > p:not(.section-kicker),
.route-corporate-governance .designed-report-section--page-045 .designed-report-section__copy > p:not(.section-kicker),
.route-corporate-governance .designed-report-section--page-046 .designed-report-section__copy > p:not(.section-kicker),
.route-corporate-governance .designed-report-section--page-047 .designed-report-section__copy > p:not(.section-kicker),
.route-corporate-governance .designed-report-section--page-048 .designed-report-section__copy > p:not(.section-kicker) {
  margin-bottom: 12px;
  column-count: 1;
  font-size: clamp(0.72rem, 0.68vw, 0.82rem);
  line-height: 1.28;
}

.designed-report-section__copy .section-kicker {
  margin: 0 0 14px;
  color: var(--section-accent);
}

.copy-subheading {
  margin: 30px 0 8px;
  color: var(--section-accent);
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.5vw, 1.32rem);
  font-weight: 800;
  line-height: 1.18;
}

.designed-report-section__copy h2 + .copy-subheading {
  margin-top: 4px;
}

.designed-report-section__copy .pull-quote,
.designed-report-section__copy .info-list strong,
.designed-report-section__copy .metric-card strong,
.designed-report-section__copy .directory-card strong {
  color: var(--section-accent);
}

.designed-report-section--structured .designed-report-section__frame,
.designed-report-section--text-only .designed-report-section__frame {
  grid-template-columns: minmax(0, 1fr);
}

.designed-report-section--structured .designed-report-section__art {
  min-height: 360px;
}

.designed-report-section--structured .designed-report-section__art img {
  width: min(74%, 760px);
  max-height: 360px;
}

.designed-report-section--structured .designed-report-section__copy h2,
.designed-report-section--data .designed-report-section__copy h2,
.designed-report-section--text-only .designed-report-section__copy h2 {
  max-width: 18ch;
}

.copy-list {
  max-width: 62ch;
  margin: 18px 0 0;
  padding-left: 22px;
  overflow-wrap: anywhere;
}

.copy-list li + li {
  margin-top: 8px;
}

.pull-quote {
  max-width: 760px;
  margin: 28px 0;
  padding: 0 0 0 22px;
  border-left: 5px solid var(--urc-red);
  color: var(--urc-red);
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.6vw, 2.6rem);
  font-weight: 800;
  line-height: 1.15;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin: 28px 0 0;
}

.metric-card {
  min-height: 150px;
  padding: 20px;
  border-top: 4px solid var(--urc-red);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(32, 33, 36, 0.08);
}

.content-hero .metric-card {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.82);
  box-shadow: none;
}

.metric-card dt,
.info-list h3,
.person-card h3,
.directory-card h3 {
  margin: 0;
  color: var(--urc-red);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.content-hero .metric-card dt,
.content-hero .metric-card dd {
  color: #fff;
}

.metric-card dd {
  margin: 10px 0 8px;
  color: var(--urc-ink);
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  font-weight: 800;
  line-height: 1;
}

.metric-card p {
  margin: 0;
}

.info-list-grid,
.directory-grid,
.people-grid {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.info-list-grid,
.directory-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-list,
.directory-card,
.person-card {
  padding: 20px;
  border: 1px solid var(--urc-line);
  border-radius: 6px;
  background: #fff;
}

.info-list ul,
.directory-card ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.info-list li,
.directory-card li {
  margin: 0;
}

.info-list li + li,
.directory-card li + li {
  margin-top: 6px;
}

.people-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.people-grid--portraits {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.person-card {
  display: grid;
  gap: 14px;
}

.person-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: var(--urc-soft);
  border-radius: 4px;
}

.person-card p {
  margin: 7px 0 0;
  line-height: 1.45;
}

.route-board-of-directors-and-executive-officers .designed-report-section__copy,
.route-corporate-directory .designed-report-section__copy {
  align-self: stretch;
  padding: clamp(26px, 3vw, 48px);
}

.route-board-of-directors-and-executive-officers .designed-report-section__copy h2,
.route-corporate-directory .designed-report-section__copy h2 {
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 3.5vw, 3.65rem);
}

.route-board-of-directors-and-executive-officers .people-grid--portraits {
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: clamp(24px, 2.8vw, 42px) 0;
  justify-content: center;
}

.route-board-of-directors-and-executive-officers .people-grid:not(.people-grid--portraits) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 34px) clamp(28px, 3.2vw, 56px);
}

.route-board-of-directors-and-executive-officers .person-card {
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.route-board-of-directors-and-executive-officers .person-card img {
  width: clamp(120px, 12.4vw, 190px);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  filter: none;
}

.route-board-of-directors-and-executive-officers .person-card h3,
.route-corporate-directory .directory-card h3 {
  color: var(--urc-blue);
  font-size: clamp(1.02rem, 1.25vw, 1.48rem);
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: none;
}

.route-board-of-directors-and-executive-officers .person-card h3 {
  white-space: nowrap;
  overflow-wrap: normal;
}

.route-board-of-directors-and-executive-officers .person-card p {
  margin-top: 4px;
  color: #4d85db;
  font-size: clamp(0.86rem, 1vw, 1.12rem);
  line-height: 1.2;
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-051 {
  background: #fff;
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-051 .designed-report-section__copy {
  padding: clamp(28px, 3vw, 44px) clamp(24px, 3vw, 48px);
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-051 .designed-report-section__copy h2 {
  max-width: none;
  margin-bottom: clamp(34px, 4vw, 64px);
  text-align: center;
  font-size: clamp(2.2rem, 3.9vw, 4.6rem);
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-051 .people-grid--portraits {
  max-width: 100%;
  margin-top: 0;
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-051 .person-card {
  grid-column: span 2;
  align-content: start;
  text-align: center;
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-051 .person-card h3 {
  font-size: clamp(1rem, 1.18vw, 1.32rem);
  white-space: nowrap;
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-051 .person-card:nth-child(6) {
  grid-column: 2 / span 2;
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-051 .person-card img {
  width: clamp(150px, 15.2vw, 245px);
  margin-inline: auto;
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-051 .person-card:nth-child(6) img {
  transform: scale(1.06);
  transform-origin: center;
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-052 {
  --section-bg: #155fbd;
  background: #155fbd;
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-052 .designed-report-section__frame,
.route-board-of-directors-and-executive-officers .designed-report-section--page-053 .designed-report-section__frame {
  position: relative;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-052 .designed-report-section__copy,
.route-board-of-directors-and-executive-officers .designed-report-section--page-053 .designed-report-section__copy {
  position: relative;
  z-index: 2;
  overflow: visible;
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-052 .designed-report-section__copy {
  padding: clamp(30px, 3.3vw, 54px) clamp(190px, 16vw, 330px) clamp(30px, 3.3vw, 54px) clamp(26px, 2.55vw, 42px);
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-052 .designed-report-section__copy h2,
.route-board-of-directors-and-executive-officers .designed-report-section--page-053 .designed-report-section__copy h2 {
  max-width: none;
  margin-bottom: clamp(36px, 4.4vw, 70px);
  font-size: clamp(1.95rem, 2.55vw, 3.05rem);
  letter-spacing: 0;
  line-height: 1;
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-052 .designed-report-section__copy h2,
.route-board-of-directors-and-executive-officers .designed-report-section--page-052 .person-card h3 {
  color: #fff;
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-052 .person-card p {
  color: #70a8ee;
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-052 .person-card,
.route-board-of-directors-and-executive-officers .designed-report-section--page-053 .person-card {
  text-align: left;
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-052 .person-card h3,
.route-board-of-directors-and-executive-officers .designed-report-section--page-053 .person-card h3 {
  font-size: clamp(1.08rem, 1.34vw, 1.68rem);
  line-height: 1.05;
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-052 .person-card p,
.route-board-of-directors-and-executive-officers .designed-report-section--page-053 .person-card p {
  margin-top: 7px;
  font-size: clamp(0.82rem, 1.03vw, 1.32rem);
  line-height: 1.22;
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-052 .designed-report-section__art,
.route-board-of-directors-and-executive-officers .designed-report-section--page-053 .designed-report-section__art {
  position: absolute;
  inset: 0;
  min-height: 0;
  background: transparent;
  pointer-events: none;
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-053,
.route-board-of-directors-and-executive-officers .designed-report-section--page-053 .designed-report-section__frame,
.route-board-of-directors-and-executive-officers .designed-report-section--page-053 .designed-report-section__art,
.route-board-of-directors-and-executive-officers .designed-report-section--page-053 .section-scene {
  overflow: visible;
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-052 .designed-report-section__art::before,
.route-board-of-directors-and-executive-officers .designed-report-section--page-053 .designed-report-section__art::before {
  content: none;
}

.section-scene--officers-pasta,
.section-scene--leadership-cookie {
  background: transparent;
}

.section-scene--officers-pasta::before,
.section-scene--leadership-cookie::before {
  content: none;
}

.route-board-of-directors-and-executive-officers .section-scene--officers-pasta .section-scene__asset--product {
  right: -7%;
  top: 24%;
  width: min(25%, 460px);
  max-height: none;
  filter: none;
}

.route-board-of-directors-and-executive-officers .section-scene--leadership-cookie .section-scene__asset--product {
  right: 1.6%;
  bottom: 1.6%;
  width: min(25%, 420px);
  max-height: none;
  filter: none;
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-053 {
  background: #fff;
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-053 .designed-report-section__copy {
  padding: clamp(30px, 3.3vw, 54px) clamp(190px, 15vw, 320px) clamp(30px, 3.3vw, 54px) clamp(26px, 2.55vw, 42px);
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-053 .person-card:nth-child(12) {
  grid-column: 1;
  grid-row: 5;
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-053 .person-card:nth-child(13) {
  grid-column: 2;
  grid-row: 5;
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-053 .person-card:nth-child(14) {
  grid-column: 1;
  grid-row: 6;
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-053 .person-card:nth-child(15) {
  grid-column: 2;
  grid-row: 6;
}

.route-board-of-directors-and-executive-officers .designed-report-section--page-053 .person-card p {
  color: #62a0ed;
}

.route-corporate-directory .directory-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.route-corporate-directory .directory-card {
  padding: 14px;
}

.route-corporate-directory .directory-card ul {
  margin-top: 10px;
}

.route-corporate-directory .directory-card li {
  font-size: clamp(0.72rem, 0.76vw, 0.9rem);
  line-height: 1.32;
}

.directory-report-page {
  position: relative;
  width: min(100% - 40px, var(--max-width));
  height: var(--report-frame-height);
  aspect-ratio: 16 / 9;
  min-height: 0;
  margin: 64px auto;
  overflow: hidden;
  background: #fff;
  color: #61a3f0;
  font-family: var(--font-display);
}

.directory-report-page h2 {
  position: absolute;
  z-index: 3;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.9vw, 3.3rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
}

.directory-report-page__columns {
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 8.1%;
}

.directory-report-page__column {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.directory-listing {
  color: #61a3f0;
  font-size: clamp(0.54rem, 1.18vw, 1.36rem);
  font-weight: 400;
  line-height: 1.28;
}

.directory-listing + .directory-listing {
  margin-top: 5.1%;
}

.directory-listing h3,
.directory-listing p {
  margin: 0;
}

.directory-listing h3 {
  margin-bottom: 0.58em;
  color: #0d58bd;
  font-size: clamp(0.72rem, 1.32vw, 1.58rem);
  font-style: italic;
  font-weight: 800;
  line-height: 1.04;
}

.directory-report-page--philippines .directory-listing h3 {
  font-style: normal;
}

.directory-listing p + p {
  margin-top: 0.72em;
}

.directory-listing em {
  color: #3c80d5;
  font-style: italic;
}

.directory-listing a {
  color: #3c80d5;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.08em;
}

.directory-listing__contact {
  color: #fff;
  font-weight: 800;
}

.directory-report-page--international .directory-listing__contact {
  color: #61a3f0;
}

.directory-listing__country {
  display: table;
  width: auto;
  margin: 0 0 0.22em;
  padding: 0 0.2em 0.08em;
  background: #92539c;
  color: #fff;
  font-size: clamp(0.7rem, 1.52vw, 1.8rem);
  font-weight: 800;
  line-height: 1;
}

.directory-report-page--philippines {
  background: #82bfe4;
  color: #0d58bd;
}

.directory-report-page--philippines h2 {
  left: 4.2%;
  top: 7.6%;
  color: #0d58bd;
}

.directory-report-page--philippines .directory-report-page__columns {
  left: 4.2%;
  right: 4.2%;
  top: 22.9%;
  bottom: 6.4%;
  grid-template-columns: 47% 49%;
  column-gap: 4%;
}

.directory-report-page--philippines .directory-report-page__column:first-child {
  padding-right: 14.5%;
}

.directory-report-page--philippines .directory-report-page__column:last-child {
  padding-left: 1.5%;
}

.directory-report-page--philippines .directory-listing {
  color: #fff;
}

.directory-report-page--philippines .directory-listing h3 {
  color: #0d58bd;
}

.directory-report-page__icons,
.directory-report-page__map,
.directory-report-page__route-line,
.directory-report-page__header-art,
.directory-report-page__decor,
.directory-report-page__bowl {
  position: absolute;
  display: block;
  pointer-events: none;
  user-select: none;
}

.directory-report-page__icons {
  left: 28.8%;
  top: 2.2%;
  z-index: 1;
  width: 67.2%;
  opacity: 0.95;
}

.directory-report-page__map {
  left: 26.4%;
  top: 50%;
  bottom: auto;
  z-index: 1;
  width: 23.2%;
}

.directory-report-page__route-line {
  left: 28.6%;
  top: 63.8%;
  z-index: 0;
  width: 18.6%;
  height: auto;
  overflow: visible;
}

.directory-report-page__route-line path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.92);
  stroke-width: 4.8;
  stroke-dasharray: 8 9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.directory-report-page--international {
  padding-top: 19.6%;
}

.directory-report-page--international::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  height: 19.9%;
  background: #92539c;
}

.directory-report-page--international h2 {
  left: 2.6%;
  top: 7.1%;
  color: #fff;
}

.directory-report-page--international .directory-report-page__columns {
  left: 2.5%;
  right: 2.5%;
  top: 24.3%;
  bottom: 5.5%;
  column-gap: 7.3%;
}

.directory-report-page--international .directory-listing {
  color: #61a3f0;
}

.directory-report-page--international .directory-report-page__column:first-child .directory-listing + .directory-listing {
  margin-top: 4.2%;
}

.directory-report-page--international .directory-report-page__column:last-child .directory-listing + .directory-listing {
  margin-top: 7%;
}

.directory-report-page__header-art {
  inset: 0 0 auto;
  z-index: 1;
  width: 100%;
  height: auto;
}

.directory-report-page__bowl {
  left: 33.5%;
  bottom: -5%;
  z-index: 1;
  width: 21%;
}

.directory-report-page__decor {
  right: -1%;
  bottom: -4.2%;
  z-index: 1;
  width: 32.5%;
}

.directory-report-page--international-b .directory-report-page__columns {
  top: 7.4%;
}

.directory-report-page--international-b {
  padding-top: 0;
}

.directory-report-page--international-b::before {
  display: none;
}

.directory-section--international .directory-report-page--international-a {
  margin-bottom: 0;
}

.directory-section--international .directory-report-page--international-b {
  margin-top: 0;
}

@media (max-width: 700px) {
  .directory-section {
    width: 100%;
    overflow: hidden;
    padding: 0;
  }

  .directory-report-page {
    width: min(100% - 28px, var(--max-width));
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 34px auto;
  }
}

.native-toc {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.native-toc a {
  display: block;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid rgba(219, 61, 54, 0.18);
}

.native-toc strong {
  color: var(--urc-red);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  line-height: 1.1;
}

.source-table-wrap {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin-top: 26px;
  overflow-x: auto;
  border: 1px solid var(--urc-line);
  border-radius: 6px;
  background: #fff;
}

.source-table {
  min-width: 720px;
  margin: 0;
  padding: 20px;
  color: var(--urc-ink);
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.55;
  white-space: pre-wrap;
}

.section-actions--source {
  margin-top: 30px;
  opacity: 0.76;
}

.data-table-grid {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.data-table-block {
  min-width: 0;
}

.data-table-block h3 {
  margin: 0 0 8px;
  color: var(--section-accent);
  font-family: var(--font-display);
  font-size: clamp(0.82rem, 0.9vw, 1rem);
  font-weight: 800;
  line-height: 1.15;
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  color: var(--urc-ink);
  font-size: clamp(0.68rem, 0.7vw, 0.82rem);
  line-height: 1.18;
}

.data-table th,
.data-table td {
  padding: 8px 9px;
  border: 1px solid #f1c9cf;
  text-align: left;
  vertical-align: top;
}

.data-table th {
  background: #ef4d4a;
  color: #fff;
  font-weight: 800;
}

.data-table tbody tr:nth-child(odd) td {
  background: #fff4f5;
}

.asset-report-section {
  width: min(100% - 40px, var(--max-width));
  margin: 64px auto;
  overflow: hidden;
  background: #fff;
}

.asset-report-section__image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #fff;
}

.chairman-stakeholder-section {
  --chairman-green: #318f84;
  --chairman-green-dark: #1f6f67;
  --chairman-copy-bg: #d8ece8;
  --chairman-copy: #07877d;
  position: relative;
  isolation: isolate;
  display: grid;
  width: min(100% - 40px, var(--max-width));
  margin: 64px auto;
  grid-template-columns: minmax(0, 51%) minmax(0, 49%);
  height: var(--report-frame-height);
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background:
    radial-gradient(circle at 35% 27%, rgba(255, 255, 255, 0.15) 0 12%, rgba(255, 255, 255, 0.06) 30%, rgba(255, 255, 255, 0) 49%),
    linear-gradient(165deg, rgba(12, 88, 81, 0.3) 0%, rgba(12, 88, 81, 0.08) 35%, rgba(255, 255, 255, 0) 59%),
    linear-gradient(0deg, rgba(13, 86, 79, 0.24), rgba(13, 86, 79, 0) 44%),
    linear-gradient(90deg, var(--chairman-green-dark) 0%, var(--chairman-green) 22%, #369b90 51%, var(--chairman-copy-bg) 51% 100%);
}

.chairman-stakeholder-section__media {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.chairman-stakeholder-section__icons,
.chairman-stakeholder-section__portrait,
.chairman-stakeholder-section__snacks,
.chairman-stakeholder-section__bowl {
  position: absolute;
  max-width: none;
  user-select: none;
}

.chairman-stakeholder-section__icons {
  left: 2.1%;
  top: 15.2%;
  width: min(29.5%, 470px);
  opacity: 0.62;
  filter: brightness(0.52) saturate(1.28);
}

.chairman-stakeholder-section__portrait {
  left: -2.6%;
  bottom: -1.2%;
  z-index: 2;
  width: min(57.4%, 918px);
}

.chairman-stakeholder-section__snacks {
  top: -2.4rem;
  left: 40.6%;
  z-index: 4;
  width: min(23.4%, 374px);
  filter: drop-shadow(0 20px 24px rgba(27, 96, 89, 0.16));
}

.chairman-stakeholder-section__bowl {
  right: 1.2%;
  bottom: -6%;
  z-index: 2;
  width: min(22.5%, 360px);
}

.chairman-stakeholder-section__title {
  position: absolute;
  left: 5.35%;
  bottom: 10.8%;
  z-index: 5;
  width: min(34rem, 36vw);
  color: #fff;
}

.chairman-stakeholder-section__title h2 {
  margin: 0;
  color: inherit;
  font-family: var(--font-display);
  font-size: 4.15rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.96;
}

.chairman-stakeholder-section__title img {
  width: min(80%, 420px);
  margin-top: 0.45rem;
}

.chairman-stakeholder-section__copy {
  position: relative;
  z-index: 3;
  grid-column: 2;
  align-self: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.48rem;
  padding: 4.8rem 2.55rem 4.25rem 1.15rem;
  color: var(--chairman-copy);
  overflow: hidden;
}

.chairman-stakeholder-section__copy-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.chairman-stakeholder-section__copy-column:first-child {
  padding-top: 7.5rem;
}

.chairman-stakeholder-section__copy-column--right {
  padding-top: 1.45rem;
  padding-bottom: 12.6rem;
}

.chairman-stakeholder-section__copy p {
  margin: 0;
  color: inherit;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.16;
}

.chairman-stakeholder-section__copy p + p {
  margin-top: 1.6rem;
}

.chairman-stakeholder-section__copy strong {
  font-weight: 700;
}

.chairman-closing-section {
  --chairman-closing-light: #d8ece8;
  --chairman-closing-copy: #07877d;
  --chairman-closing-dark: #2d6159;
  --chairman-closing-quote: #d3d943;
  position: relative;
  isolation: isolate;
  width: min(100% - 40px, var(--max-width));
  margin: 64px auto;
  height: var(--report-frame-height);
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--chairman-closing-light);
  color: var(--chairman-closing-copy);
  font-family: var(--font-display);
}

.chairman-closing-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 72%) minmax(0, 28%);
  height: 100%;
  min-height: 0;
}

.chairman-closing-section__copy {
  position: relative;
  min-width: 0;
  padding: 5.05rem 3.1rem 3rem 2.25rem;
  overflow: hidden;
}

.chairman-closing-section__columns {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.6rem;
  align-items: start;
}

.chairman-closing-section__column {
  min-width: 0;
}

.chairman-closing-section__column p,
.chairman-closing-section__signature {
  margin: 0;
  color: inherit;
  font-size: clamp(0.88rem, 0.96vw, 1rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.chairman-closing-section__column p + p {
  margin-top: 1.28rem;
}

.chairman-closing-section__column strong,
.chairman-closing-section__signature strong {
  font-weight: 700;
}

.chairman-closing-section__signature {
  z-index: 3;
  display: flex;
  flex-direction: column;
  min-width: 12rem;
  margin-top: 1.3rem;
}

.chairman-closing-section__signature span {
  display: block;
  font-weight: 400;
}

.chairman-closing-section__art {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -7%;
  width: 35.5%;
  height: 42%;
  pointer-events: none;
}

.chairman-closing-section__scribble,
.chairman-closing-section__telescope {
  position: absolute;
  max-width: none;
  user-select: none;
}

.chairman-closing-section__scribble {
  right: -2%;
  bottom: -10%;
  width: 78%;
  opacity: 0.62;
}

.chairman-closing-section__telescope {
  left: 0;
  bottom: -13%;
  width: 104%;
  filter: drop-shadow(0 18px 22px rgba(20, 108, 101, 0.14));
}

.chairman-closing-section__quote {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-width: 0;
  padding: 4rem 1.8rem 2.6rem 2rem;
  background: var(--chairman-closing-dark);
  color: var(--chairman-closing-quote);
  overflow: hidden;
}

.chairman-closing-section__quote::before {
  content: "\201C";
  position: absolute;
  top: 0.62rem;
  left: -2.05rem;
  color: var(--chairman-closing-dark);
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
}

.chairman-closing-section__quote blockquote {
  margin: 0;
  color: inherit;
  font-size: 2.82rem;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
  overflow-wrap: break-word;
  word-break: normal;
}

.president-page {
  position: relative;
  isolation: isolate;
  width: min(100% - 40px, var(--max-width));
  margin: 64px auto;
  overflow: hidden;
  font-family: var(--font-display);
}

.president-page p,
.president-page li {
  margin: 0;
  color: inherit;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0;
}

.president-page p + p,
.president-page p + ul,
.president-page ul + p {
  margin-top: 1rem;
}

.president-page h2,
.president-page h3 {
  margin: 0;
  color: inherit;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.president-page h3 {
  margin-top: 2.1rem;
  margin-bottom: 1rem;
  font-size: 1.04rem;
}

.president-page ul {
  margin: 0;
  padding-left: 1.15rem;
}

.president-page img {
  position: absolute;
  max-width: none;
  user-select: none;
  pointer-events: none;
}

.president-shareholders-section {
  min-height: clamp(780px, 56.25vw, 900px);
  display: grid;
  grid-template-columns: minmax(0, 47%) minmax(0, 53%);
  background: #165eb8;
  color: #165eb8;
}

.president-shareholders-section__art {
  position: relative;
  min-height: inherit;
  background: #165eb8;
}

.president-shareholders-section__icons {
  left: 7%;
  top: 10%;
  width: 29%;
  opacity: 0.45;
  filter: brightness(0.72) saturate(1.25);
}

.president-shareholders-section__bean {
  left: 11%;
  bottom: 22%;
  width: 22%;
  filter: drop-shadow(0 18px 22px rgba(0, 40, 108, 0.24));
}

.president-shareholders-section__milk {
  left: 39%;
  top: 11%;
  width: 27%;
  filter: drop-shadow(0 18px 24px rgba(0, 40, 108, 0.22));
}

.president-shareholders-section__cup {
  right: 8%;
  bottom: 0;
  width: 27%;
  filter: drop-shadow(0 20px 28px rgba(0, 40, 108, 0.28));
}

.president-shareholders-section__copy {
  display: grid;
  align-content: center;
  padding: 5.4rem 4rem 4.8rem 0.6rem;
  background: #f5efe5;
}

.president-shareholders-section__copy h2 {
  max-width: 13ch;
  margin-bottom: 3.4rem;
  font-size: 3.95rem;
}

.president-shareholders-section__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.2rem;
  max-width: 43rem;
}

.president-growth-section {
  min-height: clamp(780px, 56.25vw, 900px);
  background: #f8f1e8;
  color: #165eb8;
}

.president-growth-section__art {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.president-growth-section__outline {
  right: -8%;
  top: -10%;
  width: 55%;
  opacity: 0.12;
  filter: none;
}

.president-growth-section__needle {
  right: 4%;
  bottom: 2%;
  width: 32%;
  opacity: 0.9;
  filter: drop-shadow(0 16px 22px rgba(22, 94, 184, 0.16));
}

.president-growth-section__wiggles {
  left: 47%;
  bottom: 9%;
  width: 13%;
  opacity: 0.5;
}

.president-growth-section__xo {
  right: 19%;
  top: 15%;
  width: 7%;
  opacity: 0.54;
}

.president-growth-section__copy {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 5.2rem;
  padding: 6.2rem 6rem 5.4rem;
}

.president-growth-section blockquote {
  max-width: 11.5em;
  margin: 3rem 0;
  color: #165eb8;
  font-size: 2.08rem;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.president-infographic-section {
  background: #165eb8;
  aspect-ratio: 16 / 9;
}

.president-infographic-section img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.president-divisional-section {
  min-height: clamp(780px, 56.25vw, 900px);
  background: #f8f1e8;
  color: #165eb8;
}

.president-divisional-section__art {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.president-divisional-section__photo {
  left: 0;
  bottom: 0;
  width: 30%;
}

.president-divisional-section__chips {
  left: 0;
  bottom: 0;
  width: 24%;
  filter: drop-shadow(0 18px 24px rgba(32, 33, 36, 0.12));
}

.president-divisional-section__copy {
  position: relative;
  z-index: 2;
  padding: 5.6rem 4rem 4rem 16.5rem;
}

.president-divisional-section__copy h2 {
  margin-bottom: 1.45rem;
  font-size: 2.25rem;
}

.president-divisional-section__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.2rem;
}

.president-updates-section {
  min-height: clamp(780px, 56.25vw, 900px);
  background: #f8f1e8;
  color: #165eb8;
}

.president-updates-section__art {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.president-updates-section__blue {
  left: 0;
  bottom: -10%;
  width: 36%;
  opacity: 0.82;
}

.president-updates-section__bar {
  right: -3%;
  bottom: 13%;
  width: 46%;
  opacity: 0.68;
}

.president-updates-section__photo {
  right: 3%;
  top: 7%;
  width: 45%;
  filter: drop-shadow(0 18px 26px rgba(32, 33, 36, 0.12));
}

.president-updates-section__cup {
  right: 8%;
  bottom: 2%;
  width: 13%;
  filter: drop-shadow(0 18px 26px rgba(32, 33, 36, 0.18));
}

.president-updates-section__copy {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 34%) minmax(0, 45%);
  gap: 5.4rem;
  padding: 5.8rem 4.6rem;
}

.president-updates-section__copy h2 {
  margin-bottom: 1.35rem;
  font-size: 2.35rem;
}

.president-portfolio-section {
  min-height: clamp(780px, 56.25vw, 900px);
  display: grid;
  grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  background: #c8e9e1;
  color: #165eb8;
}

.president-portfolio-section__art {
  position: relative;
  min-height: inherit;
}

.president-portfolio-section__teal {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
}

.president-portfolio-section__photo {
  left: -4%;
  bottom: 0;
  width: 82%;
}

.president-portfolio-section__drink {
  right: 8%;
  top: 6%;
  width: 26%;
  filter: drop-shadow(0 18px 26px rgba(32, 33, 36, 0.14));
}

.president-portfolio-section__copy {
  display: grid;
  align-content: center;
  max-width: 31rem;
  padding: 5rem 3.4rem 5rem 0;
}

.president-portfolio-section__copy h2 {
  margin-bottom: 2rem;
  font-size: 2.3rem;
}

.president-portfolio-section__copy h3 {
  margin-top: 3rem;
  font-size: 1.34rem;
}

.president-ahead-section {
  min-height: clamp(780px, 56.25vw, 900px);
  display: grid;
  grid-template-columns: minmax(0, 76%) minmax(0, 24%);
  background: #f8f1e8;
  color: #165eb8;
}

.president-ahead-section__art {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.president-ahead-section__photo {
  left: 0;
  bottom: 0;
  width: 30%;
  opacity: 0.92;
}

.president-ahead-section__cloud {
  left: 4%;
  bottom: 3%;
  width: 20%;
  filter: drop-shadow(0 16px 22px rgba(32, 33, 36, 0.12));
}

.president-ahead-section__maxx {
  left: 24%;
  top: 8%;
  width: 10%;
  filter: drop-shadow(0 16px 22px rgba(32, 33, 36, 0.12));
}

.president-ahead-section__cup {
  right: 25%;
  bottom: 2%;
  width: 11%;
  filter: drop-shadow(0 18px 26px rgba(32, 33, 36, 0.16));
}

.president-ahead-section__copy {
  position: relative;
  z-index: 2;
  padding: 5.5rem 3.2rem 4rem 3.6rem;
}

.president-ahead-section__copy h2 {
  margin-bottom: 2rem;
  font-size: 2.45rem;
}

.president-ahead-section__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.president-ahead-section__quote {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  min-width: 0;
  padding: 5.8rem 1.8rem 3rem 1.9rem;
  background: #165eb8;
  color: #fff;
  overflow: hidden;
}

.president-ahead-section__quote blockquote {
  margin: 0;
  color: inherit;
  font-size: 2.05rem;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.president-ahead-section__quote span {
  display: block;
  margin-top: 1.3rem;
}

.president-signature {
  display: flex;
  flex-direction: column;
  margin-top: 1.7rem !important;
}

.president-signature strong {
  font-weight: 800;
}

.president-shareholders-section {
  min-height: auto;
  aspect-ratio: 16 / 9;
  grid-template-columns: 48.6% 51.4%;
  background: linear-gradient(90deg, #c4effb 0 49%, #edf8fd 49% 100%);
}

.president-shareholders-section__art {
  min-height: 0;
  background: #c4effb;
  overflow: hidden;
}

.president-shareholders-section__icons {
  z-index: 2;
  left: -1.7%;
  top: 2.4%;
  width: 31%;
  opacity: 1;
  filter: none;
}

.president-shareholders-section__portrait {
  z-index: 1;
  left: -0.2%;
  bottom: -1.2%;
  width: 122%;
}

.president-shareholders-section__twisters {
  position: absolute;
  z-index: 3;
  right: 2.2%;
  bottom: 5.5%;
  width: 21%;
  height: 20.5%;
  pointer-events: none;
}

.president-shareholders-section__twister {
  position: absolute;
  display: block;
  width: 54%;
  max-width: none;
  transform-origin: 50% 88%;
  filter: drop-shadow(0 14px 16px rgba(7, 58, 116, 0.08));
  user-select: none;
}

.president-shareholders-section__twister--left {
  left: 0;
  bottom: 3%;
  transform: rotate(-67deg);
}

.president-shareholders-section__twister--right {
  right: 7%;
  bottom: 14%;
  transform: rotate(-24deg);
}

.president-shareholders-section__copy {
  position: relative;
  display: block;
  align-content: normal;
  padding: 5.05rem 2.35rem 3rem 0.45rem;
  background: transparent;
}

.president-shareholders-section__copy h2 {
  position: relative;
  z-index: 2;
  width: 11.1ch;
  margin: 0.42rem 0 2.1rem -4.85rem;
  color: #165eb8;
  font-size: clamp(3rem, 4.18vw, 4.58rem);
  line-height: 0.93;
  letter-spacing: 0;
}

.president-shareholders-section__copy h2::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0.08em;
  bottom: -0.42em;
  width: 5.25em;
  height: 0.34em;
  background:
    radial-gradient(ellipse at 15% 48%, rgba(22, 94, 184, 0.18), transparent 58%),
    radial-gradient(ellipse at 52% 58%, rgba(22, 94, 184, 0.12), transparent 62%),
    repeating-linear-gradient(176deg, rgba(22, 94, 184, 0.12) 0 2px, transparent 2px 5px);
  opacity: 0.74;
  transform: rotate(-0.8deg);
}

.president-shareholders-section__columns {
  grid-template-columns: 0.94fr 0.88fr;
  gap: 2.9rem;
  max-width: none;
  padding-left: 4.65rem;
}

.president-shareholders-section__columns p {
  font-size: clamp(0.74rem, 0.94vw, 1.02rem);
  font-weight: 500;
  line-height: 1.15;
}

.president-growth-section {
  min-height: auto;
  aspect-ratio: 16 / 9;
  background: linear-gradient(90deg, #edf8fd 0 49%, #165eb8 49% 100%);
}

.president-growth-section::before {
  content: "";
  position: absolute;
  inset: 0 0 0 49%;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(162deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(12deg, rgba(5, 62, 146, 0.2) 0 2px, transparent 2px 21px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(0, 58, 141, 0.2));
  opacity: 0.72;
  mix-blend-mode: soft-light;
}

.president-growth-section__copy {
  grid-template-columns: 24% 22%;
  gap: 1.9rem;
  padding: 7.05rem 0 3rem 2.8rem;
}

.president-growth-section__copy > div:nth-child(2) {
  padding-top: 0;
}

.president-growth-section__copy > div:nth-child(2) p:nth-of-type(n + 2) {
  position: absolute;
  left: 28.7%;
  bottom: 17%;
  width: 20%;
}

.president-growth-section__copy > div:nth-child(2) p:nth-of-type(3) {
  left: 51%;
  bottom: 24.5%;
  color: #fff;
}

.president-growth-section__copy p {
  font-size: clamp(0.62rem, 0.82vw, 0.95rem);
  font-weight: 800;
  line-height: 1.15;
}

.president-growth-section blockquote {
  position: absolute;
  left: 26.8%;
  top: 20.5%;
  max-width: none;
  margin: 0;
  color: #fff;
  font-size: clamp(1.36rem, 1.88vw, 2.16rem);
  font-weight: 800;
  line-height: 1.08;
}

.president-growth-section blockquote::before {
  content: none;
}

.president-growth-section blockquote span {
  display: table;
  margin-top: 0.03em;
  padding: 0.01em 0.13em 0.06em;
  background: #165eb8;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.president-growth-section__outline {
  right: 0.8%;
  top: 4.6%;
  width: 50.5%;
  opacity: 0.34;
  filter: brightness(1.28) saturate(0.92);
}

.president-growth-section__needle {
  right: 7.2%;
  bottom: 1.4%;
  width: 52.5%;
  opacity: 1;
}

.president-growth-section__wiggles,
.president-growth-section__xo {
  opacity: 0;
}

.president-divisional-section {
  min-height: auto;
  aspect-ratio: 16 / 9;
  background: #edf8fd;
}

.president-divisional-section::before {
  content: "";
  position: absolute;
  left: 20.2%;
  top: 7.2%;
  bottom: 0;
  z-index: 1;
  width: 18.4%;
  background: #edf8fd;
  clip-path: path("M 0 0 H 52 C 92 72 112 150 108 236 C 104 337 166 462 214 598 C 236 662 226 722 186 792 H 0 Z");
  pointer-events: none;
}

.president-divisional-section__photo {
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 34%;
}

.president-divisional-section__chips {
  z-index: 2;
  left: auto;
  right: 6.2%;
  top: 3.2%;
  bottom: auto;
  width: 28%;
}

.president-divisional-section__copy {
  position: relative;
  z-index: 2;
  padding: 4.9rem 3rem 3rem 33%;
}

.president-divisional-section__copy h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(1.9rem, 2.7vw, 3rem);
}

.president-divisional-section__columns {
  gap: 1.35rem;
}

.president-divisional-section__columns p {
  font-size: clamp(0.68rem, 0.84vw, 0.98rem);
  font-weight: 800;
  line-height: 1.12;
}

.president-updates-section {
  min-height: auto;
  aspect-ratio: 16 / 9;
  background: linear-gradient(90deg, #edf8fd 0 37%, #165eb8 37% 56%, #1aa894 56% 100%);
}

.president-updates-section__copy {
  grid-template-columns: 29% 22%;
  gap: 8.5rem;
  padding: 5rem 0 3rem 2.8rem;
}

.president-updates-section__copy > div:nth-child(2) {
  color: #fff;
}

.president-updates-section__copy > div:nth-child(2) h3 {
  color: #fff;
}

.president-updates-section__copy p,
.president-updates-section__copy li {
  font-size: clamp(0.54rem, 0.68vw, 0.8rem);
  font-weight: 800;
  line-height: 1.16;
}

.president-updates-section__copy h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(1.8rem, 2.55vw, 2.9rem);
}

.president-updates-section__photo {
  right: 0;
  top: auto;
  bottom: 0;
  width: 48%;
}

.president-updates-section__soy {
  z-index: 2;
  left: 18%;
  bottom: 0.8%;
  width: 10.2%;
  filter: drop-shadow(0 12px 16px rgba(7, 58, 116, 0.08));
}

.president-updates-section__blue,
.president-updates-section__bar {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.president-updates-section__blue {
  left: 37%;
  width: 19%;
}

.president-updates-section__bar {
  left: 56%;
  width: 44%;
}

.president-updates-section__cup {
  right: 6%;
  top: 8%;
  bottom: auto;
  width: 9%;
}

.president-portfolio-section {
  min-height: auto;
  aspect-ratio: 16 / 9;
  grid-template-columns: 66% 34%;
  background: linear-gradient(90deg, #fffdfa 0 64%, #edf8fd 64% 100%);
}

.president-portfolio-section__art {
  min-height: 0;
}

.president-portfolio-section__teal {
  left: 0;
  right: auto;
  bottom: 0;
  top: auto;
  width: 104%;
  height: 24%;
  opacity: 1;
}

.president-portfolio-section__photo {
  left: 0;
  bottom: 0;
  width: 98%;
}

.president-portfolio-section__drink {
  right: -2%;
  bottom: 3%;
  top: auto;
  width: 18%;
}

.president-portfolio-section__copy {
  max-width: none;
  padding: 5rem 3rem 3rem 0;
}

.president-portfolio-section__copy h2 {
  margin-bottom: 1.6rem;
  font-size: clamp(1.9rem, 2.6vw, 3rem);
}

.president-portfolio-section__copy p {
  font-size: clamp(0.57rem, 0.73vw, 0.86rem);
  font-weight: 800;
  line-height: 1.17;
}

.president-ahead-section {
  min-height: auto;
  aspect-ratio: 16 / 9;
  grid-template-columns: 75% 25%;
  background: #edf8fd;
}

.president-ahead-section__copy {
  padding: 4.9rem 2.2rem 3rem 3rem;
}

.president-ahead-section__copy h2 {
  margin: 0 0 1.45rem;
  font-size: clamp(1.9rem, 2.55vw, 2.9rem);
}

.president-ahead-section__columns {
  gap: 1.35rem;
}

.president-ahead-section__columns p,
.president-ahead-section__columns li {
  font-size: clamp(0.5rem, 0.63vw, 0.76rem);
  font-weight: 800;
  line-height: 1.13;
}

.president-ahead-section__quote {
  padding: 5rem 1.9rem 3rem 1.1rem;
  background: transparent;
  color: #fff;
}

  .president-ahead-section__quote blockquote {
    font-size: clamp(1.55rem, 2.05vw, 2.35rem);
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

.president-ahead-section__quote blockquote span {
  display: table;
  max-width: 100%;
  margin-top: 0.04em;
  padding: 0.01em 0.13em 0.06em;
  background: #165eb8;
}

.president-ahead-section__photo {
  left: auto;
  right: 0;
  bottom: 0;
  width: 31%;
}

.president-ahead-section__cloud {
  left: auto;
  right: 8.5%;
  bottom: 1.5%;
  width: 15.5%;
}

.president-ahead-section__maxx {
  left: 47%;
  top: 7%;
  width: 7.5%;
}

.president-ahead-section__cup {
  right: 25%;
  bottom: 2%;
  width: 9%;
}

.about-highlights-section {
  width: min(100% - 40px, var(--max-width));
  margin: 64px auto;
  height: var(--report-frame-height);
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #fffdfa;
  color: #f27f16;
  font-family: var(--font-display);
  box-shadow: 0 22px 60px rgba(32, 33, 36, 0.08);
}

.about-highlights-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1fr);
  height: 100%;
  min-height: 0;
}

.about-highlights-section__copy {
  position: relative;
  z-index: 2;
  padding: clamp(3rem, 4vw, 4.4rem) clamp(2rem, 3.4vw, 4rem) 3rem;
  background: #fffdfa;
}

.about-highlights-section__copy h2 {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  margin: 0 0 clamp(2.8rem, 4.2vw, 4.3rem);
  color: #ffad00;
  font-size: clamp(3.2rem, 4vw, 4.55rem);
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: 0;
}

.about-highlights-section__copy h2 span {
  display: inline-block;
  padding: 0.04em 0.14em 0.12em;
  background: #ffad00;
  color: #fff;
}

.about-highlights-section__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 3vw, 3.5rem);
}

.about-highlights-section__columns p {
  margin: 0 0 1.08rem;
  color: #f27f16;
  font-size: clamp(0.88rem, 0.9vw, 1.05rem);
  font-weight: 700;
  line-height: 1.24;
}

.about-highlights-section__visual {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: space-between;
  overflow: visible;
  padding: clamp(4.5rem, 5vw, 6.4rem) 1.4rem 0;
  background:
    radial-gradient(circle at 68% 8%, rgba(255, 255, 255, 0.18), transparent 12rem),
    radial-gradient(circle at 18% 72%, rgba(255, 255, 255, 0.1), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 18px),
    #f8aa00;
}

.about-highlights-section__cookie {
  position: absolute;
  z-index: 4;
  top: 1.6rem;
  left: clamp(-5.6rem, -5vw, -3rem);
  width: clamp(15rem, 18vw, 21.5rem);
  max-width: none;
  filter: drop-shadow(0 18px 22px rgba(32, 33, 36, 0.15));
}

.about-highlights-section__icons {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  align-content: start;
  gap: clamp(1.2rem, 2.2vw, 2.8rem) clamp(1.1rem, 2vw, 2.4rem);
  padding-left: clamp(4.5rem, 8vw, 8.8rem);
}

.about-highlights-section__icons img {
  width: min(100%, 10.5rem);
  justify-self: center;
}

.about-highlights-section__icons img:nth-child(1) {
  grid-column: 2;
}

.about-highlights-section__wave {
  position: relative;
  z-index: 2;
  height: 1.25rem;
  margin: 1.5rem 0 0.9rem clamp(4.5rem, 8vw, 8.8rem);
  opacity: 0.65;
  background: url("data:image/svg+xml,%3Csvg width='64' height='18' viewBox='0 0 64 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 9 Q8 1 16 9 T32 9 T48 9 T64 9' fill='none' stroke='%238e5b14' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") repeat-x center / 64px 18px;
}

.about-highlights-section__partners {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.42fr 1fr 0.92fr;
  align-items: stretch;
  min-height: clamp(15rem, 18vw, 18rem);
  margin: 0 -1.4rem;
  background: #009d8d;
}

.about-highlights-section__partners > img:not(.about-highlights-section__dots) {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #009d8d;
}

.about-highlights-section__dots {
  position: absolute;
  z-index: 3;
  left: clamp(-6.2rem, -5vw, -3.2rem);
  top: 12%;
  width: clamp(9.5rem, 12vw, 13.5rem);
  max-width: none;
}

.brand-architecture-bcf {
  width: min(100% - 40px, var(--max-width));
  margin: 64px auto;
  overflow: hidden;
  background: #fffdfa;
  color: #f27f16;
  font-family: var(--font-display);
  box-shadow: 0 22px 60px rgba(32, 33, 36, 0.08);
}

.brand-architecture-bcf__intro {
  display: grid;
  grid-template-columns: minmax(18rem, 0.86fr) minmax(24rem, 1fr);
  gap: clamp(2rem, 4vw, 5rem);
  align-items: end;
  padding: clamp(3rem, 5vw, 5rem) clamp(2rem, 4vw, 4rem) clamp(2rem, 3vw, 3.5rem);
}

.brand-architecture-bcf__heading h2 {
  margin: 0 0 0.35rem;
  color: #ffad00;
  font-size: clamp(3.7rem, 5.55vw, 6.1rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0;
}

.brand-architecture-bcf__heading p,
.brand-architecture-bcf__intro > p {
  margin: 0;
  color: #f27f16;
  font-size: clamp(1rem, 1.1vw, 1.28rem);
  font-weight: 700;
  line-height: 1.22;
}

.brand-architecture-bcf__intro > p {
  max-width: 54rem;
  justify-self: end;
  text-align: right;
}

.brand-architecture-bcf__matrix {
  display: grid;
  grid-template-columns: minmax(0, 32%) minmax(0, 68%);
  min-height: 48rem;
}

.brand-architecture-bcf__beverages,
.brand-architecture-bcf__snacks {
  position: relative;
  overflow: hidden;
  padding: 2rem clamp(1.3rem, 2.4vw, 2.8rem) 3rem;
}

.brand-architecture-bcf__beverages {
  background: #005fc8;
}

.brand-architecture-bcf__snacks {
  background: #f8aa00;
}

.brand-architecture-bcf__beverages::before,
.brand-architecture-bcf__snacks::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 17% 16%, rgba(255, 255, 255, 0.2), transparent 8rem),
    radial-gradient(circle at 86% 84%, rgba(255, 255, 255, 0.18), transparent 12rem),
    repeating-linear-gradient(132deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 18px);
  opacity: 0.42;
  mix-blend-mode: soft-light;
}

.brand-architecture-bcf__beverages > *,
.brand-architecture-bcf__snacks > * {
  position: relative;
  z-index: 1;
}

.brand-architecture-bcf h3 {
  margin: 0 0 1.35rem;
  color: #fff;
  font-size: clamp(1.7rem, 2.35vw, 2.4rem);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
}

.brand-architecture-bcf__beverage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-bottom: 2rem;
}

.brand-architecture-bcf__beverage-grid .brand-architecture-bcf__card:first-child {
  grid-column: span 2;
}

.brand-architecture-bcf__powder-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.brand-architecture-bcf__snack-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.55rem;
  align-items: stretch;
}

.brand-architecture-bcf__card {
  min-height: 6.5rem;
  padding: 0.72rem 0.72rem 0.9rem;
  border-radius: 6px;
  background: #fff;
  color: #005fc8;
  box-shadow: 0 0.22rem 0.5rem rgba(32, 33, 36, 0.1);
}

.brand-architecture-bcf__card h4 {
  margin: 0 0 0.72rem;
  color: #005fc8;
  font-size: clamp(0.72rem, 0.72vw, 0.86rem);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
}

.brand-architecture-bcf__brands {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  align-items: center;
  justify-content: center;
}

.brand-architecture-bcf__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.8rem;
  padding: 0.24rem 0.48rem;
  border: 1px solid rgba(0, 95, 200, 0.18);
  border-radius: 999px;
  background: #fff;
  color: #174d9e;
  font-size: clamp(0.69rem, 0.75vw, 0.88rem);
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.brand-architecture-bcf__snack-grid .brand-architecture-bcf__card {
  grid-column: span 2;
}

.brand-architecture-bcf__snack-grid .brand-architecture-bcf__card:first-child {
  grid-column: span 6;
}

.brand-architecture-bcf__snack-grid .brand-architecture-bcf__card--snacks {
  grid-column: span 6;
  grid-row: span 3;
}

.brand-architecture-bcf__snack-grid .brand-architecture-bcf__card--snacks .brand-architecture-bcf__brands {
  gap: 0.55rem 0.65rem;
}

.brand-architecture-aic,
.geo-sea,
.geo-ph,
.geo-global {
  width: min(100% - 40px, var(--max-width));
  margin: 64px auto;
  overflow: hidden;
  background: #fffdfa;
  font-family: var(--font-display);
  box-shadow: 0 22px 60px rgba(32, 33, 36, 0.08);
}

.brand-architecture-aic {
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  min-height: 57rem;
}

.brand-architecture-aic__left,
.brand-architecture-aic__right {
  position: relative;
  overflow: hidden;
}

.brand-architecture-aic__left {
  display: grid;
  grid-template-rows: auto 1fr;
  background: linear-gradient(180deg, #fffdfa 0 40%, #65c3f3 40% 100%);
}

.brand-architecture-aic__right {
  padding: 4rem clamp(1.6rem, 3vw, 3.4rem) 3rem;
  background: #009d8d;
}

.brand-architecture-aic__intro {
  padding: clamp(3rem, 5vw, 5rem) clamp(2rem, 4vw, 3.8rem) 2.5rem;
}

.brand-architecture-aic__intro h2,
.geo-ph__summary h2,
.geo-global__copy h2 {
  margin: 0;
  color: #ffad00;
  font-size: clamp(3.6rem, 5.2vw, 6rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0;
}

.brand-architecture-aic__intro p {
  margin: 0.6rem 0 0;
  color: #f27f16;
  font-size: clamp(0.98rem, 1vw, 1.15rem);
  font-weight: 700;
  line-height: 1.28;
}

.brand-architecture-aic__intro p:last-child {
  margin-top: 2rem;
  max-width: 48rem;
}

.brand-architecture-aic__animal {
  padding: 3.8rem clamp(1.8rem, 3vw, 3rem) 3rem;
}

.brand-architecture-aic h3 {
  margin: 0 0 1.45rem;
  color: #fff;
  font-size: clamp(1.8rem, 2.3vw, 2.45rem);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
}

.brand-architecture-aic__right h3 {
  margin-bottom: 5rem;
}

.brand-architecture-aic__animal-grid,
.brand-architecture-aic__commodities-grid {
  display: grid;
  gap: 0.7rem;
}

.brand-architecture-aic__animal-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-architecture-aic__commodities-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
}

.brand-architecture-aic__card {
  min-height: 8rem;
  padding: 0.78rem 0.8rem 1rem;
  border-radius: 6px;
  background: #fff;
  color: #005fc8;
  box-shadow: 0 0.25rem 0.55rem rgba(32, 33, 36, 0.1);
}

.brand-architecture-aic__card--wide,
.brand-architecture-aic__card--flour {
  grid-column: span 2;
}

.brand-architecture-aic__card--sugar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 36rem;
}

.brand-architecture-aic__card h4 {
  margin: 0 0 0.85rem;
  color: #005fc8;
  font-size: clamp(0.76rem, 0.8vw, 0.95rem);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.brand-architecture-aic__right .brand-architecture-aic__card h4 {
  color: #165f56;
  font-size: clamp(1.1rem, 1.4vw, 1.45rem);
}

.brand-architecture-aic__brands {
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
  align-items: center;
  justify-content: center;
}

.brand-architecture-aic__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.8rem;
  padding: 0.24rem 0.5rem;
  border: 1px solid rgba(0, 95, 200, 0.18);
  border-radius: 999px;
  background: #fff;
  color: #174d9e;
  font-size: clamp(0.69rem, 0.78vw, 0.9rem);
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.brand-architecture-aic__card--sugar ul {
  display: grid;
  gap: 1.55rem;
  margin: 0;
  padding: 0;
  color: #009d8d;
  font-size: clamp(0.9rem, 0.92vw, 1.1rem);
  font-weight: 800;
  line-height: 1;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
}

.geo-sea {
  display: grid;
  grid-template-columns: minmax(20rem, 28%) minmax(0, 1fr);
  min-height: 52rem;
}

.geo-sea__summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 5vw, 5rem) clamp(1.6rem, 3vw, 3.4rem);
}

.geo-sea__summary > p,
.geo-ph__summary > p,
.geo-global__copy p:first-child {
  margin: 0 0 0.6rem;
  color: #d26a00;
  font-size: clamp(1.05rem, 1.25vw, 1.35rem);
  font-weight: 600;
  line-height: 1.1;
}

.geo-sea__summary h2 {
  margin: 0 0 3.5rem;
  color: #c96a00;
  font-size: clamp(3.6rem, 5vw, 5.8rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0;
}

.geo-sea__legend,
.geo-ph__totals,
.geo-ph__legend ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.geo-sea__legend {
  display: grid;
  gap: 1.1rem;
}

.geo-sea__legend-item,
.geo-ph__total {
  display: grid;
  grid-template-columns: 4.8rem minmax(0, 1fr);
  gap: 1.2rem;
  align-items: center;
}

.geo-sea__legend-item strong {
  display: grid;
  place-items: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
}

.geo-sea__legend-item span {
  font-size: clamp(1rem, 1.25vw, 1.35rem);
  font-weight: 800;
  line-height: 1.16;
}

.geo-sea__legend-item--sales { color: #4495df; }
.geo-sea__legend-item--sales strong,
.geo-sea__count--sales { background: #4495df; }
.geo-sea__legend-item--bcf { color: #f8aa00; }
.geo-sea__legend-item--bcf strong,
.geo-sea__count--bcf { background: #f8aa00; }
.geo-sea__legend-item--anh { color: #219483; }
.geo-sea__legend-item--anh strong,
.geo-sea__count--anh { background: #219483; }
.geo-sea__legend-item--commodities { color: #f23530; }
.geo-sea__legend-item--commodities strong,
.geo-sea__count--commodities { background: #f23530; }

.geo-sea__map,
.geo-global__map {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 4rem);
}

.geo-sea__map {
  background:
    radial-gradient(circle at 58% 43%, rgba(0, 157, 141, 0.16), transparent 20rem),
    #fffdfa;
}

.geo-sea__map-shape,
.geo-global__world,
.geo-ph__map-shape {
  position: absolute;
  inset: 7% 2% 6% 3%;
  opacity: 0.16;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 45% 34%, #009d8d 0 18%, transparent 18.5%),
    radial-gradient(ellipse at 54% 48%, #009d8d 0 16%, transparent 16.5%),
    radial-gradient(ellipse at 62% 66%, #009d8d 0 15%, transparent 15.5%),
    radial-gradient(ellipse at 78% 45%, #009d8d 0 13%, transparent 13.5%);
  filter: saturate(0.9);
}

.geo-sea__countries {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 2rem 0 0;
  list-style: none;
}

.geo-sea__countries li {
  display: grid;
  gap: 0.65rem;
  min-height: 8.4rem;
  padding: 1rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 0.18rem 0.5rem rgba(32, 33, 36, 0.08);
}

.geo-sea__countries strong {
  color: #168777;
  font-size: clamp(0.96rem, 1vw, 1.14rem);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.geo-sea__countries li > span {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
}

.geo-sea__count {
  display: inline-grid;
  place-items: center;
  min-width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.geo-ph {
  display: grid;
  grid-template-columns: minmax(0, 61%) minmax(24rem, 39%);
  min-height: 53rem;
}

.geo-ph__map-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 3vw, 3rem);
}

.geo-ph__map-shape {
  inset: 8% 20% 8% 20%;
  opacity: 0.24;
  background:
    radial-gradient(ellipse at 46% 20%, #009d8d 0 11%, transparent 11.8%),
    radial-gradient(ellipse at 49% 36%, #009d8d 0 13%, transparent 13.8%),
    radial-gradient(ellipse at 52% 55%, #009d8d 0 16%, transparent 16.8%),
    radial-gradient(ellipse at 55% 75%, #009d8d 0 13%, transparent 13.8%);
}

.geo-ph__location-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.geo-ph__location-group h3 {
  margin: 0 0 0.55rem;
  color: #168777;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.1;
}

.geo-ph__location-group ul {
  display: grid;
  gap: 0.24rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.geo-ph__pill {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2rem;
  align-items: center;
  min-height: 1.45rem;
  padding: 0.12rem 0.45rem 0.12rem 0.85rem;
  border-radius: 999px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.05;
}

.geo-ph__pill strong {
  text-align: right;
}

.geo-ph__pill--bcf,
.geo-ph__total--bcf span { background: #4495df; }
.geo-ph__pill--anh,
.geo-ph__total--anh span { background: #219483; }
.geo-ph__pill--commodities,
.geo-ph__total--commodities span { background: #f23530; }
.geo-ph__pill--packaging,
.geo-ph__total--packaging span { background: #f8aa00; }

.geo-ph__summary {
  padding: clamp(3rem, 5vw, 5.2rem) clamp(2rem, 4vw, 3.6rem);
}

.geo-ph__summary h2 {
  margin-bottom: 3.4rem;
  color: #c96a00;
}

.geo-ph__totals {
  display: grid;
  gap: 1.05rem;
}

.geo-ph__total {
  grid-template-columns: 3.8rem minmax(0, 1fr);
}

.geo-ph__total strong {
  color: currentColor;
  font-size: clamp(2.2rem, 3.2vw, 3.6rem);
  font-weight: 800;
  line-height: 1;
  text-align: right;
}

.geo-ph__total span {
  display: flex;
  align-items: center;
  min-height: 4.5rem;
  padding: 0.7rem 2rem;
  border-radius: 999px;
  color: #fff;
  font-size: clamp(1.15rem, 1.55vw, 1.72rem);
  font-weight: 800;
  line-height: 1.05;
}

.geo-ph__total--bcf { color: #4495df; }
.geo-ph__total--anh { color: #219483; }
.geo-ph__total--commodities { color: #f23530; }
.geo-ph__total--packaging { color: #f8aa00; }

.geo-ph__legend {
  margin-top: 1.5rem;
  padding-left: 5rem;
  color: #f23530;
}

.geo-ph__legend h3 {
  margin: 0 0 0.75rem;
  font-size: 1.15rem;
  font-weight: 800;
}

.geo-ph__legend li {
  margin-bottom: 0.28rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
}

.geo-global {
  min-height: 54rem;
  padding: clamp(2rem, 4vw, 4.5rem) clamp(2rem, 5vw, 5rem) clamp(3rem, 4vw, 4rem);
}

.geo-global__map {
  min-height: 34rem;
  padding: 0;
}

.geo-global__world {
  inset: 0;
  opacity: 0.2;
  background:
    radial-gradient(ellipse at 15% 35%, #ffad00 0 13%, transparent 13.8%),
    radial-gradient(ellipse at 50% 36%, #ffad00 0 17%, transparent 17.8%),
    radial-gradient(ellipse at 75% 41%, #ffad00 0 18%, transparent 18.8%),
    radial-gradient(ellipse at 52% 66%, #ffad00 0 9%, transparent 9.8%),
    radial-gradient(ellipse at 79% 72%, #ffad00 0 10%, transparent 10.8%);
}

.geo-global__regions {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.geo-global__region {
  min-height: 25rem;
  padding: 1rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.76);
}

.geo-global__region h3 {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.geo-global__region div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.geo-global__region span {
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
  padding: 0.2rem 0.44rem;
  border-radius: 999px;
  background: #fff;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.geo-global__region--americas { color: #c95f00; }
.geo-global__region--europe { color: #20a9c5; }
.geo-global__region--middle-east { color: #0c5db8; }
.geo-global__region--asia { color: #f23530; }

.geo-global__copy {
  display: grid;
  grid-template-columns: minmax(20rem, 0.72fr) minmax(24rem, 1fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: end;
}

.geo-global__copy h2 {
  color: #ffad00;
}

.geo-global__copy > p {
  margin: 0;
  color: #d26a00;
  font-size: clamp(1rem, 1.15vw, 1.25rem);
  font-weight: 500;
  line-height: 1.22;
}

@media (max-width: 1100px) {
  .annual-section__inner {
    grid-template-columns: 1fr;
  }

  .content-hero:not(.content-hero--route-home) .content-hero__inner {
    grid-template-columns: minmax(0, 40%) minmax(0, 60%);
    padding: clamp(24px, 4vw, 44px) clamp(22px, 4vw, 46px);
    gap: clamp(18px, 3vw, 34px);
  }

  .annual-section--reverse .annual-copy,
  .annual-section--reverse .section-visual {
    order: initial;
  }

  .section-visual--hero {
    order: -1;
  }

  .section-visual img {
    max-height: 560px;
  }

  .designed-report-section {
    margin: 56px auto;
  }

  .about-highlights-section {
    margin: 56px auto;
    height: auto;
    aspect-ratio: auto;
  }

  .about-highlights-section__grid {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .about-highlights-section__copy {
    padding: 4rem 2.2rem 4.5rem;
  }

  .about-highlights-section__copy h2 {
    margin-bottom: 3.2rem;
    font-size: clamp(4rem, 9vw, 5.8rem);
  }

  .about-highlights-section__visual {
    min-height: 44rem;
    padding-top: 5.8rem;
  }

  .about-highlights-section__cookie {
    top: -5.7rem;
    left: 1.4rem;
    width: clamp(13rem, 30vw, 18rem);
  }

  .about-highlights-section__icons {
    padding-left: clamp(8rem, 23vw, 16rem);
  }

  .about-highlights-section__wave {
    margin-left: 1.5rem;
  }

  .brand-architecture-bcf {
    margin: 56px auto;
  }

  .brand-architecture-bcf__intro {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .brand-architecture-bcf__intro > p {
    max-width: none;
    justify-self: stretch;
    text-align: left;
  }

  .brand-architecture-bcf__matrix {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .brand-architecture-bcf__beverage-grid,
  .brand-architecture-bcf__powder-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brand-architecture-bcf__snack-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .brand-architecture-bcf__snack-grid .brand-architecture-bcf__card,
  .brand-architecture-bcf__snack-grid .brand-architecture-bcf__card:first-child,
  .brand-architecture-bcf__snack-grid .brand-architecture-bcf__card--snacks {
    grid-column: span 3;
    grid-row: auto;
  }

  .brand-architecture-aic,
  .geo-sea,
  .geo-ph,
  .geo-global {
    margin: 56px auto;
  }

  .brand-architecture-aic,
  .geo-sea,
  .geo-ph {
    grid-template-columns: minmax(0, 1fr);
  }

  .brand-architecture-aic {
    min-height: 0;
  }

  .brand-architecture-aic__right h3 {
    margin-bottom: 2rem;
  }

  .brand-architecture-aic__commodities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-architecture-aic__card--sugar {
    min-height: 24rem;
  }

  .geo-sea,
  .geo-ph {
    min-height: 0;
  }

  .geo-sea__summary h2,
  .geo-ph__summary h2 {
    margin-bottom: 2rem;
  }

  .geo-sea__countries {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 0;
  }

  .geo-ph__location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .geo-global__regions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .geo-global__region {
    min-height: 0;
  }

  .geo-global__copy {
    grid-template-columns: minmax(0, 1fr);
  }

  .designed-report-section__frame {
    height: var(--report-frame-height);
    min-height: 0;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(18px, 3vw, 34px);
  }

  .designed-report-section--structured .designed-report-section__frame,
  .designed-report-section--text-only .designed-report-section__frame {
    grid-template-columns: minmax(0, 1fr);
  }

  .designed-report-section--reverse .designed-report-section__art,
  .designed-report-section--reverse .designed-report-section__copy {
    order: initial;
  }

  .designed-report-section__art {
    min-height: 0;
    height: 100%;
  }

  .designed-report-section__art img,
  .designed-report-section--structured .designed-report-section__art img {
    width: min(78%, 620px);
    max-height: 420px;
  }

  .designed-report-section__copy h2 {
    max-width: 16ch;
    font-size: 2.9rem;
  }

  .content-hero--background-split {
    background-size: contain;
    background-position: center center;
  }

  .content-hero--background-split .content-hero__inner {
    min-height: 0;
    grid-template-columns: minmax(0, 60%) minmax(0, 40%);
  }

  .content-hero--background-split .annual-copy--hero {
    grid-column: 2;
    max-width: 560px;
    margin-left: auto;
  }

  .people-grid,
  .people-grid--portraits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .chairman-stakeholder-section {
    margin: 48px auto;
    grid-template-columns: minmax(0, 51%) minmax(0, 49%);
    height: var(--report-frame-height);
    min-height: 0;
    aspect-ratio: 16 / 9;
    background:
      radial-gradient(circle at 35% 27%, rgba(255, 255, 255, 0.15) 0 12%, rgba(255, 255, 255, 0.06) 30%, rgba(255, 255, 255, 0) 49%),
      linear-gradient(165deg, rgba(12, 88, 81, 0.3) 0%, rgba(12, 88, 81, 0.08) 35%, rgba(255, 255, 255, 0) 59%),
      linear-gradient(0deg, rgba(13, 86, 79, 0.24), rgba(13, 86, 79, 0) 44%),
      linear-gradient(90deg, var(--chairman-green-dark) 0%, var(--chairman-green) 22%, #369b90 51%, var(--chairman-copy-bg) 51% 100%);
  }

  .chairman-stakeholder-section__media {
    inset: 0;
    height: auto;
  }

  .chairman-stakeholder-section__icons {
    left: 2.1%;
    top: 15.2%;
    width: min(29.5%, 320px);
  }

  .chairman-stakeholder-section__portrait {
    left: -2.6%;
    bottom: -1.2%;
    width: min(57.4%, 612px);
  }

  .chairman-stakeholder-section__snacks {
    top: -2.05rem;
    left: 39.7%;
    right: auto;
    width: min(23.2%, 252px);
  }

  .chairman-stakeholder-section__bowl {
    right: 1.2%;
    bottom: -8.2%;
    width: min(22.4%, 242px);
  }

  .chairman-stakeholder-section__title {
    left: 5.2%;
    top: auto;
    bottom: 12%;
    width: min(36rem, 39vw);
  }

  .chairman-stakeholder-section__title h2 {
    font-size: clamp(2.35rem, 4.9vw, 3.45rem);
  }

  .chairman-stakeholder-section__title img {
    width: min(80%, 320px);
  }

  .chairman-stakeholder-section__copy {
    grid-column: 2;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.8rem;
    margin-top: 0;
    padding: 3.05rem 1.35rem 2.5rem 0.7rem;
  }

  .chairman-stakeholder-section__copy-column:first-child {
    padding-top: 5.45rem;
  }

  .chairman-stakeholder-section__copy-column--right {
    padding-top: 1rem;
    padding-bottom: 7.75rem;
  }

  .chairman-stakeholder-section__copy p {
    font-size: 0.72rem;
    line-height: 1.1;
  }

  .chairman-stakeholder-section__copy p + p {
    margin-top: 0.78rem;
  }

  .chairman-closing-section {
    margin: 48px auto;
    height: var(--report-frame-height);
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .chairman-closing-section__inner {
    grid-template-columns: minmax(0, 72%) minmax(0, 28%);
    height: 100%;
    min-height: 0;
  }

  .chairman-closing-section__copy {
    padding: 2.2rem 1.25rem 1rem 1.35rem;
  }

  .chairman-closing-section__columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.95rem;
  }

  .chairman-closing-section__column p,
  .chairman-closing-section__signature {
    font-size: 0.68rem;
    line-height: 1.09;
  }

  .chairman-closing-section__column p + p {
    margin-top: 0.62rem;
  }

  .chairman-closing-section__signature {
    min-width: 8rem;
    margin-top: 0.72rem;
  }

  .chairman-closing-section__art {
    width: 35%;
    height: 40%;
  }

  .chairman-closing-section__quote {
    min-height: 0;
    padding: 2.25rem 1rem 1.3rem 1.15rem;
  }

  .chairman-closing-section__quote::before {
    left: 1.2rem;
    color: rgba(211, 217, 67, 0.32);
  }

  .chairman-closing-section__quote blockquote {
    font-size: clamp(1.22rem, 2.55vw, 1.72rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .president-page {
    margin: 48px auto;
  }

  .president-shareholders-section,
  .president-portfolio-section,
  .president-ahead-section {
    grid-template-columns: 1fr;
  }

  .president-shareholders-section__art,
  .president-portfolio-section__art {
    min-height: 32rem;
  }

  .president-shareholders-section__copy,
  .president-portfolio-section__copy {
    max-width: none;
    padding: 4rem min(7vw, 4rem);
  }

  .president-growth-section__copy,
  .president-divisional-section__copy,
  .president-updates-section__copy,
  .president-ahead-section__copy {
    padding: 4rem min(7vw, 4rem);
  }

  .president-growth-section__copy,
  .president-updates-section__copy,
  .president-ahead-section__columns {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .president-divisional-section__copy {
    padding-bottom: 18rem;
  }

  .president-divisional-section__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .president-divisional-section__photo {
    width: 24rem;
  }

  .president-divisional-section__chips {
    width: 19rem;
  }

  .president-updates-section {
    padding-bottom: 18rem;
  }

  .president-updates-section__copy {
    grid-template-columns: 1fr;
    max-width: 42rem;
  }

  .president-updates-section__photo {
    top: auto;
    bottom: 1.5rem;
    width: 32rem;
  }

  .president-ahead-section__quote {
    min-height: 18rem;
    padding: 3.4rem min(7vw, 4rem);
  }
}

@media (max-width: 680px) {
  .content-hero__inner,
  .annual-section__inner {
    width: min(100% - 28px, var(--max-width));
  }

  .content-hero {
    min-height: auto;
  }

  .content-hero:not(.content-hero--route-home) {
    width: 100vw;
    height: auto;
    aspect-ratio: 16 / 9;
    min-height: auto;
    margin: 0 auto 34px;
  }

  .content-hero:not(.content-hero--route-home) .content-hero__inner {
    width: 100%;
    height: 100%;
    grid-template-columns: minmax(0, 60%) minmax(0, 40%);
    padding-inline: 0;
  }

  .content-hero--route-home,
  .content-hero--route-home .content-hero__inner,
  .section-visual--cover {
    min-height: 0;
    height: auto;
  }

  .section-visual--cover img {
    width: 100vw;
    height: auto;
    object-position: center center;
  }

  .content-hero--background-split {
    background-size: 100% auto;
    background-position: center center;
  }

  .content-hero__inner {
    padding-top: 86px;
  }

  .content-hero--background-split .content-hero__inner {
    min-height: 0;
    padding-top: clamp(24px, 7vw, 44px);
    padding-bottom: clamp(24px, 7vw, 44px);
    align-items: end;
  }

  .content-hero--background-split .annual-copy--hero {
    max-width: calc(40vw - 20px);
    margin-left: 0;
  }

  .content-hero--background-split .annual-copy--opener .opener-kicker {
    margin-bottom: 0.38rem;
    font-size: clamp(0.58rem, 2.7vw, 0.76rem);
    line-height: 1;
  }

  .content-hero--background-split .annual-copy--opener h1 {
    max-width: 100%;
    font-size: clamp(1.12rem, 5.5vw, 1.58rem);
    line-height: 0.98;
  }

  .metric-grid,
  .info-list-grid,
  .directory-grid,
  .people-grid,
  .people-grid--portraits {
    grid-template-columns: 1fr;
  }

  .designed-report-section {
    width: min(100% - 28px, var(--max-width));
    margin: 46px auto;
  }

  .about-highlights-section {
    width: min(100% - 28px, var(--max-width));
    margin: 46px auto;
  }

  .about-highlights-section__copy {
    padding: 2.8rem 1.2rem 3.2rem;
  }

  .about-highlights-section__copy h2 {
    flex-wrap: wrap;
    margin-bottom: 2.4rem;
    font-size: clamp(3rem, 15vw, 4.2rem);
  }

  .about-highlights-section__columns {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .about-highlights-section__columns p {
    margin-bottom: 1.1rem;
    font-size: 1rem;
    line-height: 1.32;
  }

  .about-highlights-section__visual {
    min-height: 0;
    padding: 9.5rem 0.85rem 0;
  }

  .about-highlights-section__cookie {
    top: -2rem;
    left: 50%;
    width: min(74vw, 14rem);
    transform: translateX(-50%);
  }

  .about-highlights-section__icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 0.65rem;
    padding-left: 0;
  }

  .about-highlights-section__icons img,
  .about-highlights-section__icons img:nth-child(1) {
    grid-column: auto;
    width: min(100%, 9.6rem);
  }

  .about-highlights-section__wave {
    margin: 1.2rem 0.4rem 1rem;
  }

  .about-highlights-section__partners {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    margin: 0 -0.85rem;
  }

  .about-highlights-section__partners > img:not(.about-highlights-section__dots) {
    min-height: 11rem;
    object-fit: cover;
  }

  .about-highlights-section__dots {
    left: 0.5rem;
    top: -2.8rem;
    width: 6.5rem;
  }

  .brand-architecture-bcf {
    width: min(100% - 28px, var(--max-width));
    margin: 46px auto;
  }

  .brand-architecture-bcf__intro {
    padding: 2.8rem 1.2rem 2.6rem;
  }

  .brand-architecture-bcf__heading h2 {
    font-size: clamp(2.9rem, 15vw, 4.1rem);
  }

  .brand-architecture-bcf__heading p,
  .brand-architecture-bcf__intro > p {
    font-size: 1rem;
    line-height: 1.32;
  }

  .brand-architecture-bcf__beverages,
  .brand-architecture-bcf__snacks {
    padding: 2rem 0.9rem 2.4rem;
  }

  .brand-architecture-bcf h3 {
    font-size: 1.65rem;
  }

  .brand-architecture-bcf__beverage-grid,
  .brand-architecture-bcf__powder-grid,
  .brand-architecture-bcf__snack-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .brand-architecture-bcf__beverage-grid .brand-architecture-bcf__card:first-child,
  .brand-architecture-bcf__snack-grid .brand-architecture-bcf__card,
  .brand-architecture-bcf__snack-grid .brand-architecture-bcf__card:first-child,
  .brand-architecture-bcf__snack-grid .brand-architecture-bcf__card--snacks {
    grid-column: auto;
  }

  .brand-architecture-bcf__card {
    min-height: 0;
  }

  .brand-architecture-aic,
  .geo-sea,
  .geo-ph,
  .geo-global {
    width: min(100% - 28px, var(--max-width));
    margin: 46px auto;
  }

  .brand-architecture-aic__intro,
  .brand-architecture-aic__animal,
  .brand-architecture-aic__right,
  .geo-sea__summary,
  .geo-sea__map,
  .geo-ph__map-panel,
  .geo-ph__summary,
  .geo-global {
    padding: 2.4rem 1rem;
  }

  .brand-architecture-aic__intro h2,
  .geo-sea__summary h2,
  .geo-ph__summary h2,
  .geo-global__copy h2 {
    font-size: clamp(2.9rem, 15vw, 4.1rem);
  }

  .brand-architecture-aic__animal-grid,
  .brand-architecture-aic__commodities-grid,
  .geo-sea__countries,
  .geo-ph__location-grid,
  .geo-global__regions {
    grid-template-columns: minmax(0, 1fr);
  }

  .brand-architecture-aic__card--wide,
  .brand-architecture-aic__card--flour {
    grid-column: auto;
  }

  .brand-architecture-aic__card--sugar {
    min-height: 0;
  }

  .brand-architecture-aic__card--sugar ul {
    gap: 0.75rem;
  }

  .geo-sea__legend-item,
  .geo-ph__total {
    grid-template-columns: 3.4rem minmax(0, 1fr);
    gap: 0.8rem;
  }

  .geo-sea__legend-item strong {
    width: 3.4rem;
    height: 3.4rem;
    font-size: 1.45rem;
  }

  .geo-sea__countries li {
    min-height: 0;
  }

  .geo-ph__total span {
    min-height: 3.7rem;
    padding: 0.65rem 1.1rem;
    font-size: 1.05rem;
  }

  .geo-ph__legend {
    padding-left: 0;
  }

  .geo-global__map {
    min-height: 0;
  }

  .geo-global__copy {
    gap: 1.4rem;
  }

  .designed-report-section__frame {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
    overflow: visible;
  }

  .designed-report-section__art,
  .designed-report-section--structured .designed-report-section__art {
    height: auto;
    min-height: 300px;
  }

  .designed-report-section__copy {
    max-height: none;
    overflow: visible;
  }

  .designed-report-section__art::before {
    inset: 14px;
  }

  .designed-report-section__art img,
  .designed-report-section--structured .designed-report-section__art img {
    width: min(82%, 360px);
    max-height: 300px;
  }

  .designed-report-section__copy h2 {
    margin-bottom: 18px;
    font-size: 2.25rem;
    line-height: 1.03;
  }

  .designed-report-section__copy > p:not(.section-kicker) {
    font-size: 1rem;
    line-height: 1.52;
  }

  .route-special-features .designed-report-section__copy > p:not(.section-kicker),
  .route-special-features .designed-report-section__copy .copy-list,
  .route-corporate-governance .designed-report-section__copy > p:not(.section-kicker),
  .route-corporate-governance .designed-report-section__copy .copy-list,
  .route-corporate-governance .designed-report-section--page-037 .designed-report-section__copy > p:not(.section-kicker),
  .route-corporate-governance .designed-report-section--page-037 .designed-report-section__copy .copy-list,
  .route-corporate-governance .designed-report-section--page-044 .designed-report-section__copy > p:not(.section-kicker),
  .route-corporate-governance .designed-report-section--page-044 .designed-report-section__copy .copy-list {
    column-count: 1;
  }

  .source-table {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .native-toc a {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .section-actions--source .button-link {
    width: 100%;
  }

  .chairman-stakeholder-section {
    width: min(100% - 28px, var(--max-width));
    margin: 34px auto;
    grid-template-columns: 1fr;
    height: auto;
    aspect-ratio: auto;
    background:
      linear-gradient(180deg, var(--chairman-green) 0 34rem, var(--chairman-copy-bg) 34rem 100%);
  }

  .chairman-stakeholder-section__media {
    inset: 0 0 auto;
    height: 34rem;
  }

  .chairman-stakeholder-section__icons {
    left: 0.8rem;
    top: 6.5rem;
    width: 12.5rem;
  }

  .chairman-stakeholder-section__portrait {
    left: 1.6rem;
    width: 24rem;
  }

  .chairman-stakeholder-section__snacks {
    top: 0.25rem;
    right: -0.75rem;
    width: 9.5rem;
  }

  .chairman-stakeholder-section__bowl {
    right: -4.5rem;
    bottom: -53rem;
    width: 19rem;
    opacity: 0.18;
  }

  .chairman-stakeholder-section__title {
    left: 1.4rem;
    top: 24.2rem;
    width: calc(100% - 2.8rem);
  }

  .chairman-stakeholder-section__title h2 {
    font-size: clamp(2.55rem, 11vw, 3.05rem);
  }

  .chairman-stakeholder-section__title img {
    width: min(78vw, 22rem);
  }

  .chairman-stakeholder-section__copy {
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 34rem;
    padding: 2.8rem 1.35rem 10rem;
  }

  .chairman-stakeholder-section__copy-column:first-child {
    padding-top: 0;
  }

  .chairman-stakeholder-section__copy-column--right {
    padding: 0;
  }

  .chairman-stakeholder-section__copy p {
    font-size: 1.03rem;
    line-height: 1.28;
  }

  .chairman-closing-section {
    width: min(100% - 28px, var(--max-width));
    margin: 34px auto;
    height: auto;
    aspect-ratio: auto;
  }

  .chairman-closing-section__inner {
    grid-template-columns: 1fr;
    height: auto;
  }

  .chairman-closing-section__copy {
    padding: 2.6rem 1.35rem 13rem;
  }

  .chairman-closing-section__columns {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .chairman-closing-section__column p,
  .chairman-closing-section__signature {
    font-size: 1.03rem;
    line-height: 1.3;
  }

  .chairman-closing-section__signature {
    position: relative;
    right: auto;
    top: auto;
    min-width: 0;
    margin-top: 1.2rem;
  }

  .chairman-closing-section__column p + p,
  .chairman-closing-section__column + .chairman-closing-section__column {
    margin-top: 1.18rem;
  }

  .chairman-closing-section__art {
    width: 22rem;
    height: 12rem;
  }

  .chairman-closing-section__telescope {
    left: 0;
    bottom: 6%;
    width: 100%;
  }

  .chairman-closing-section__scribble {
    width: 72%;
  }

  .chairman-closing-section__quote {
    min-height: 0;
    padding: 2.6rem 1.35rem 2.9rem;
  }

  .chairman-closing-section__quote::before {
    top: 0.4rem;
    left: 0.85rem;
    font-size: 4rem;
  }

  .chairman-closing-section__quote blockquote {
    font-size: 2.1rem;
    line-height: 1.12;
  }

  .president-page {
    width: min(100% - 28px, var(--max-width));
    margin: 34px auto;
  }

  .president-page p,
  .president-page li {
    font-size: 1rem;
    line-height: 1.32;
  }

  .president-shareholders-section__art,
  .president-portfolio-section__art {
    min-height: 24rem;
  }

  .president-shareholders-section__copy,
  .president-growth-section__copy,
  .president-divisional-section__copy,
  .president-updates-section__copy,
  .president-portfolio-section__copy,
  .president-ahead-section__copy {
    padding: 2.6rem 1.35rem;
  }

  .president-shareholders-section__copy h2 {
    margin-bottom: 2rem;
    font-size: clamp(2.55rem, 11vw, 3.05rem);
  }

  .president-shareholders-section__columns,
  .president-divisional-section__columns {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .president-shareholders-section__columns > div + div,
  .president-divisional-section__columns > div + div,
  .president-ahead-section__columns > div + div {
    margin-top: 1rem;
  }

  .president-shareholders-section__icons {
    width: 11rem;
  }

  .president-shareholders-section__bean {
    left: 7%;
    width: 7.8rem;
  }

  .president-shareholders-section__milk {
    left: 34%;
    width: 9.5rem;
  }

  .president-shareholders-section__cup {
    width: 8.2rem;
  }

  .president-growth-section__copy {
    gap: 0;
  }

  .president-growth-section blockquote {
    margin: 2rem 0;
    font-size: 1.8rem;
  }

  .president-growth-section__needle {
    width: 16rem;
    opacity: 0.18;
  }

  .president-infographic-section {
    width: min(100% - 14px, var(--max-width));
  }

  .president-infographic-section img {
    object-fit: contain;
    background: #165eb8;
  }

  .president-divisional-section__copy {
    padding-bottom: 14rem;
  }

  .president-divisional-section__copy h2,
  .president-updates-section__copy h2,
  .president-portfolio-section__copy h2,
  .president-ahead-section__copy h2 {
    font-size: 2rem;
  }

  .president-divisional-section__photo {
    width: 17rem;
  }

  .president-divisional-section__chips {
    width: 13rem;
  }

  .president-updates-section {
    padding-bottom: 15rem;
  }

  .president-updates-section__photo {
    right: -3rem;
    bottom: 2rem;
    width: 22rem;
  }

  .president-updates-section__cup {
    width: 5.5rem;
  }

  .president-portfolio-section__photo {
    width: 20rem;
  }

  .president-portfolio-section__drink {
    width: 7rem;
  }

  .president-ahead-section__photo {
    width: 15rem;
    opacity: 0.16;
  }

  .president-ahead-section__cloud,
  .president-ahead-section__maxx,
  .president-ahead-section__cup {
    opacity: 0.18;
  }

  .president-ahead-section__quote {
    min-height: 0;
    padding: 2.6rem 1.35rem;
  }

  .president-ahead-section__quote blockquote {
    font-size: 1.9rem;
  }

  .president-shareholders-section,
  .president-growth-section,
  .president-divisional-section,
  .president-updates-section,
  .president-portfolio-section,
  .president-ahead-section {
    width: min(100% - 14px, var(--max-width));
    min-height: auto;
    aspect-ratio: 16 / 9;
    margin: 34px auto;
  }

  .president-shareholders-section {
    grid-template-columns: 48.6% 51.4%;
  }

  .president-shareholders-section__art,
  .president-portfolio-section__art {
    min-height: 0;
  }

  .president-shareholders-section__portrait {
    left: -0.2%;
    bottom: -1.2%;
    width: 122%;
  }

  .president-shareholders-section__icons {
    left: -1.7%;
    top: 2.4%;
    width: 31%;
  }

  .president-shareholders-section__twisters {
    right: 2.2%;
    bottom: 5.5%;
    width: 21%;
    height: 20.5%;
  }

  .president-shareholders-section__twister {
    width: 54%;
  }

  .president-shareholders-section__twister--left {
    left: 0;
    bottom: 3%;
    transform: rotate(-67deg);
  }

  .president-shareholders-section__twister--right {
    right: 7%;
    bottom: 14%;
    transform: rotate(-24deg);
  }

  .president-shareholders-section__copy {
    padding: 1.24rem 0.58rem 0.6rem 0.1rem;
  }

  .president-shareholders-section__copy h2 {
    margin: 0.11rem 0 0.44rem -0.8rem;
    font-size: 0.84rem;
  }

  .president-shareholders-section__columns {
    grid-template-columns: 0.94fr 0.88fr;
    gap: 0.36rem;
    padding-left: 0.77rem;
  }

  .president-shareholders-section__columns p,
  .president-growth-section__copy p,
  .president-divisional-section__columns p,
  .president-updates-section__copy p,
  .president-updates-section__copy li,
  .president-portfolio-section__copy p,
  .president-ahead-section__columns p,
  .president-ahead-section__columns li {
    font-size: 0.18rem;
    line-height: 1.15;
  }

  .president-page p + p,
  .president-page p + ul,
  .president-page ul + p {
    margin-top: 0.18rem;
  }

  .president-growth-section__copy {
    grid-template-columns: 24% 22%;
    gap: 0.5rem;
    padding: 1.75rem 0 0.5rem 0.8rem;
  }

  .president-growth-section blockquote {
    left: 26.8%;
    top: 20.5%;
    font-size: 0.54rem;
  }

  .president-growth-section blockquote span {
    padding: 0.01em 0.13em 0.06em;
  }

  .president-growth-section__outline {
    right: 0.8%;
    top: 4.6%;
    width: 50.5%;
    opacity: 0.34;
  }

  .president-growth-section__needle {
    right: 7.2%;
    bottom: 1.4%;
    width: 52.5%;
    opacity: 1;
  }

  .president-growth-section__copy > div:nth-child(2) p:nth-of-type(n + 2) {
    left: 28.7%;
    bottom: 17%;
    width: 20%;
  }

  .president-growth-section__copy > div:nth-child(2) p:nth-of-type(3) {
    left: 51%;
    bottom: 24.5%;
  }

  .president-divisional-section__copy {
    padding: 1.28rem 0.85rem 0.8rem 33%;
  }

  .president-divisional-section__copy h2,
  .president-updates-section__copy h2,
  .president-portfolio-section__copy h2,
  .president-ahead-section__copy h2 {
    font-size: 0.78rem;
    margin-bottom: 0.4rem;
  }

  .president-divisional-section__columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.34rem;
  }

  .president-divisional-section__photo {
    width: 34%;
  }

  .president-divisional-section__chips {
    left: auto;
    right: 6.2%;
    top: 3.2%;
    width: 28%;
  }

  .president-updates-section {
    padding-bottom: 0;
  }

  .president-updates-section__copy {
    grid-template-columns: 29% 22%;
    gap: 2.1rem;
    padding: 1.35rem 0 0.7rem 0.8rem;
  }

  .president-updates-section__photo {
    right: 0;
    top: auto;
    bottom: 0;
    width: 48%;
  }

  .president-updates-section__soy {
    left: 18%;
    bottom: 0.8%;
    width: 10.2%;
  }

  .president-updates-section__cup {
    right: 6%;
    top: 8%;
    bottom: auto;
    width: 9%;
  }

  .president-portfolio-section {
    grid-template-columns: 66% 34%;
  }

  .president-portfolio-section__photo {
    width: 98%;
  }

  .president-portfolio-section__drink {
    width: 18%;
  }

  .president-portfolio-section__copy {
    padding: 1.35rem 0.8rem 0.7rem 0;
  }

  .president-ahead-section {
    grid-template-columns: 75% 25%;
  }

  .president-ahead-section__copy {
    padding: 1.25rem 0.6rem 0.65rem 0.8rem;
  }

  .president-ahead-section__columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.34rem;
  }

  .president-ahead-section__quote {
    padding: 1.35rem 0.5rem 0.7rem 0.28rem;
    background: transparent;
  }

  .president-ahead-section__quote blockquote {
    font-size: 0.55rem;
  }

  .asset-report-section {
    width: min(100% - 28px, var(--max-width));
    margin: 34px auto;
  }
}

@media (max-width: 1100px) {
  .home-theme-section__copy {
    padding: 7% 6% 6%;
  }

  .home-theme-section__copy blockquote {
    margin-left: 7%;
    font-size: clamp(1.22rem, 2.12vw, 2.24rem);
  }

  .home-theme-section__columns {
    gap: 6%;
    font-size: clamp(0.7rem, 0.95vw, 0.9rem);
  }

  .home-toc-section {
    padding-inline: 4%;
  }

  .home-toc-section__map {
    width: 94%;
  }

  .home-toc-marker {
    width: clamp(7.2rem, 11vw, 10rem);
  }

  .designed-report-section__art .section-scene__asset {
    max-width: none;
    max-height: none;
  }

  .designed-report-section--wide-art .designed-report-section__frame {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  }

  .designed-report-section--wide-art.designed-report-section--reverse .designed-report-section__frame {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  }

  .section-scene--malvar-collage .section-scene__asset {
    width: 35%;
  }
}

@media (max-width: 680px) {
  .home-theme-section {
    width: min(100% - 28px, var(--max-width));
    height: auto;
    aspect-ratio: auto;
    grid-template-columns: 1fr;
    margin: 34px auto;
  }

  .home-theme-section__left {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .home-theme-section__left h2 {
    left: 29%;
    bottom: 17%;
    font-size: clamp(2.7rem, 13vw, 4.5rem);
  }

  .home-theme-section__copy {
    display: block;
    padding: 3rem 1.35rem 1.5rem;
  }

  .home-theme-section__copy::after {
    top: 1rem;
    width: 5.6rem;
    height: 6rem;
  }

  .home-theme-section__copy blockquote {
    max-width: 13.5em;
    margin: 0 0 1.7rem 1.55rem;
    font-size: clamp(1.7rem, 8vw, 2.35rem);
  }

  .home-theme-section__columns {
    grid-template-columns: 1fr;
    gap: 0;
    font-size: 1rem;
    line-height: 1.38;
  }

  .home-theme-section__columns > div + div {
    margin-top: 1.15em;
  }

  .home-toc-section {
    width: min(100% - 28px, var(--max-width));
    height: auto;
    aspect-ratio: auto;
    margin: 34px auto;
    padding: 3.25rem 1rem 1rem;
    overflow: hidden;
  }

  .home-toc-section__map {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0;
  }

  .home-toc-section__fold h2 {
    left: 17%;
    font-size: clamp(0.68rem, 4.8vw, 1.02rem);
    line-height: 0.9;
  }

  .home-toc-marker {
    width: 4.85rem;
  }

  .home-toc-marker::before {
    width: 1.05rem;
    height: 1.05rem;
    border-width: 0.12rem;
    box-shadow: 0 0.08rem 0.16rem rgba(0, 0, 0, 0.2);
  }

  .home-toc-marker::after {
    top: 0.33rem;
    width: 0.32rem;
    height: 0.32rem;
  }

  .home-toc-marker span {
    margin-top: 0.16rem;
    border-radius: 2px;
    box-shadow: 0 0.08rem 0.12rem rgba(0, 0, 0, 0.12);
    font-size: 0.36rem;
    line-height: 1.08;
  }

  .designed-report-section--wide-art .designed-report-section__frame,
  .designed-report-section--wide-art.designed-report-section--reverse .designed-report-section__frame {
    grid-template-columns: minmax(0, 1fr);
  }

  .designed-report-section__art .section-scene__asset {
    max-width: none;
    max-height: none;
  }

  .section-scene--theme .section-scene__asset--compass,
  .section-scene--president-opener .section-scene__asset--icons {
    width: 82%;
  }

  .section-scene--malvar-collage .section-scene__asset {
    width: 42%;
  }

  .section-scene--governance .section-scene__asset--product,
  .section-scene--governance-board .section-scene__asset--product {
    left: 10%;
    width: 58%;
  }

  .section-scene--governance .section-scene__asset--accent,
  .section-scene--governance-board .section-scene__asset--accent {
    width: 40%;
  }
}

@media (max-width: 980px) {
  .route-corporate-governance .designed-report-section--page-047 .designed-report-section__copy {
    padding-right: clamp(20px, 2.4vw, 38px);
  }

  .route-corporate-governance .designed-report-section--page-047 .designed-report-section__art {
    display: none;
  }

  .route-board-of-directors-and-executive-officers .people-grid--portraits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-board-of-directors-and-executive-officers .people-grid:not(.people-grid--portraits) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-board-of-directors-and-executive-officers .designed-report-section--page-052 .designed-report-section__copy,
  .route-board-of-directors-and-executive-officers .designed-report-section--page-053 .designed-report-section__copy {
    padding: 2rem;
  }

  .route-board-of-directors-and-executive-officers .section-scene--officers-pasta .section-scene__asset--product,
  .route-board-of-directors-and-executive-officers .section-scene--leadership-cookie .section-scene__asset--product {
    opacity: 0.24;
    right: -12%;
    width: 48%;
  }

  .route-board-of-directors-and-executive-officers .designed-report-section--page-051 .person-card,
  .route-board-of-directors-and-executive-officers .designed-report-section--page-051 .person-card:nth-child(6),
  .route-board-of-directors-and-executive-officers .designed-report-section--page-053 .person-card:nth-child(12),
  .route-board-of-directors-and-executive-officers .designed-report-section--page-053 .person-card:nth-child(13),
  .route-board-of-directors-and-executive-officers .designed-report-section--page-053 .person-card:nth-child(14),
  .route-board-of-directors-and-executive-officers .designed-report-section--page-053 .person-card:nth-child(15) {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 620px) {
  .route-board-of-directors-and-executive-officers .people-grid--portraits,
  .route-board-of-directors-and-executive-officers .people-grid:not(.people-grid--portraits) {
    grid-template-columns: 1fr;
  }

  .route-board-of-directors-and-executive-officers .section-scene--leadership-cookie .section-scene__asset--product {
    display: none;
  }

  .route-board-of-directors-and-executive-officers .person-card h3 {
    white-space: normal;
  }
}
