/* Sackers ESG Hub — all styles */
@font-face {
  font-family: "Lubalin Graph Std";
  src: url("Fonts/LubalinGraphStd-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("Fonts/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("Fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("Fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("Fonts/Lato-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-heading: "Lubalin Graph Std", "ITC Lubalin Graph Std", "Lubalin Graph", Georgia, serif;
  --font-body: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  /* Handover PDF — homepage */
  --orange-hero: #ed8e38;
  --orange-hero-light: #f2b97a;
  --page-bg: #fff8f2;
  --topic-hover-start: #ffead4;
  --topic-hover-end: #fff8f2;
  --resources-bg: #313131;
  --resources-accent: #ed8e38;
  --profile-ring: #7a3d2a;
  --nav-filled-bg: #ed8e38;
  --divider: rgba(139, 108, 78, 0.35);
  --brown-text: #3d2e26;
  /* Sticky offset for full-bleed hero: ESG hub bar only (parent Sackers masthead hidden — see .parent-site-masthead) */
  --hub-header-band: 108px;
  --parent-masthead-height: 0px;
  --header-overlap: var(--hub-header-band);

  /* In-page anchors: clear sticky site header when jumping from TOC / hash links */
  --anchor-scroll-padding-top: calc(var(--header-overlap) + 12px);

  /* —— Article page —— */
  --article-white: #ffffff;
  --text-primary: #000000;
  --breadcrumb: #ed8e38;
  --content-link: #ed8e38;
  --pull-quote: #ed8e38;
  --cta-box-bg: #f3cba8;
  --related-rule: rgba(0, 0, 0, 0.12);
  --nav-dropdown-bg: #5c2c18;
  --timeline-dot: #ed8e38;
  --timeline-line: #d8d4ce;

  /* —— Layout, nav tokens, footer —— */
  --layout-gutter: clamp(20px, 4vw, 56px);
  --layout-max: 1120px;

  /* Sticky primary nav — typography & spacing (index + article) */
  --nav-row-gap: 16px;
  --nav-inner-padding-block-start: 14px;
  --nav-inner-padding-block-end: 12px;
  --nav-logo-font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  --nav-logo-letter-spacing: 0.02em;
  --nav-logo-span-letter-spacing: 0.04em;
  --nav-items-gap: clamp(10px, 1.6vw, 18px);
  --nav-btn-font-size: 13px;
  --nav-btn-line-height: 1.3;
  --nav-btn-padding-block: 8px;
  --nav-btn-padding-inline: 2px;
  --nav-btn-inner-gap: 5px;
  --nav-submenu-top-offset: 4px;
  --nav-submenu-min-width: 220px;
  --nav-submenu-padding-y: 10px;
  --nav-submenu-link-padding-y: 8px;
  --nav-submenu-link-padding-x: 18px;
  --nav-submenu-link-font-size: 14px;
  --nav-submenu-link-line-height: 1.5;
  --nav-bar-radius: 18px;
  --nav-scrolled-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);

  /* Footer — handover */
  --footer-bg: #000000;
  --footer-rule: #ed8e38;
}


/* Base */
*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--page-bg);
}

body.page-index {
  color: var(--brown-text);
}

body.page-article {
  color: var(--text-primary);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-scroll-padding-top);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 400;
}
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }

@media (max-width: 900px) {
  :root {
    --parent-masthead-height: 0px;
  }
}

/* —— Sackers.com parent masthead (stacked above ESG Hub nav) —— */
/* Hidden for now — remove `display: none` and restore --parent-masthead-height / --header-overlap in :root to show. */
.parent-site-masthead {
  display: none !important;
}
.header-stack {
  position: sticky;
  top: 0;
  z-index: 400;
}
.header-stack .site-header {
  position: relative;
  top: auto;
}
.parent-site-masthead {
  background: #fff;
  color: #1a1a1a;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.parent-site-masthead a:hover {
  text-decoration: underline;
}
.parent-site-masthead__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 28px;
  padding: 14px 0 16px;
}
.parent-site-masthead__nav-column {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  min-width: 0;
}
.parent-site-masthead__utility-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #767676;
}
.parent-site-masthead__utility-list li {
  display: inline-flex;
  align-items: center;
}
.parent-site-masthead__utility-list li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 10px;
  background: #c8c8c8;
  vertical-align: middle;
}
.parent-site-masthead__utility-list a {
  color: #6e6e6e;
  padding: 2px 0;
  text-decoration: none;
}
.parent-site-masthead__utility-list a:hover {
  color: #333;
}
.parent-site-masthead__esg {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6e6e6e;
}
.parent-site-masthead__new {
  display: inline-block;
  padding: 2px 7px 2px 8px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #fff;
  background: var(--orange-hero);
  border-radius: 2px;
  vertical-align: middle;
  text-transform: uppercase;
}
.parent-site-masthead__site-search {
  display: inline-flex;
  color: #5d1b4e;
  line-height: 0;
  padding: 2px 0 2px 2px;
}
.parent-site-masthead__site-search:hover {
  color: #3d1234;
}
.parent-site-masthead__brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 0 1 auto;
}
.parent-site-masthead__logo {
  display: inline-block;
  line-height: 0;
}
.parent-site-masthead__logo img {
  display: block;
  height: auto;
  max-width: min(148px, 42vw);
}
.parent-site-masthead__logo--60 img {
  max-width: min(300px, 78vw);
}
.parent-site-masthead__tagline {
  margin: 0;
  max-width: 280px;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35;
  color: #444;
}
.parent-site-masthead__est {
  font-weight: 700;
  color: #222;
}
.parent-site-masthead__primary-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-heading);
  font-size: clamp(0.9375rem, 1.25vw, 1.0625rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.parent-site-masthead__primary-list li {
  display: inline-flex;
  align-items: center;
}
.parent-site-masthead__primary-list li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 12px;
  background: #c8c8c8;
  vertical-align: middle;
}
.parent-site-masthead__primary-list a {
  color: #000;
  text-decoration: none;
  padding: 4px 0;
  white-space: nowrap;
}
.parent-site-masthead__primary-list a:hover {
  color: #5d1b4e;
}
@media (max-width: 900px) {
  .parent-site-masthead__inner {
    flex-direction: column;
    align-items: stretch;
  }
  .parent-site-masthead__nav-column {
    align-items: flex-start;
    width: 100%;
  }
  .parent-site-masthead__utility-list {
    justify-content: flex-start;
  }
  .parent-site-masthead__primary-list {
    justify-content: flex-start;
  }
}

/* —— Sticky site header (handover: transparent on landing, filled on scroll) —— */
.site-header {
  position: relative;
  top: auto;
  z-index: 200;
  background: var(--page-bg, #fff8f2);
}
body.page-index .site-header {
  background: none;
}
.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--nav-row-gap);
  padding: var(--nav-inner-padding-block-start) 0 var(--nav-inner-padding-block-end);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0 0 var(--nav-bar-radius) var(--nav-bar-radius);
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.site-header:not(.is-scrolled) .site-header-inner {
  background: transparent;
  box-shadow: none;
}
/* Homepage only: transparent hub bar over hero until scroll (articles use filled bar below). */
body.page-index .site-header:not(.is-scrolled) .site-header-inner {
  background: transparent;
}
/* Article pages: hub header must stay orange at top of page (beats rule above). */
.site-header.site-header--article:not(.is-scrolled) .site-header-inner {
  background: var(--nav-filled-bg);
  border-bottom-color: rgba(255, 255, 255, 0.12);
  box-shadow: var(--nav-scrolled-shadow);
  color: #fff;
}
.site-header.is-scrolled .site-header-inner {
  background: var(--nav-filled-bg);
  border-bottom-color: rgba(255, 255, 255, 0.12);
  box-shadow: var(--nav-scrolled-shadow);
}

/* Article pages: same header structure as index; bar stays filled (scrolled look) */
.site-header.site-header--article .site-header-inner {
  background: var(--nav-filled-bg);
  border-bottom-color: rgba(255, 255, 255, 0.12);
  box-shadow: var(--nav-scrolled-shadow);
  color: #fff;
}
@media (min-width: 901px) {
  .site-header.site-header--article .nav {
    flex: 1 1 auto;
    /* Avoid shrinking the nav beside the logo (min-width: 0 forced “Other topics” onto a second row). */
    min-width: max-content;
  }
  .site-header.site-header--article .logo {
    flex-shrink: 0;
  }
  .site-header.site-header--article .nav-item {
    padding: 0 0 0 5px;
  }
}

.logo {
  font-family: var(--font-heading);
  font-size: var(--nav-logo-font-size);
  font-weight: 400;
  letter-spacing: var(--nav-logo-letter-spacing);
  color: #fff;
}
.logo span {
  font-family: var(--font-heading);
  font-weight: 400;
  letter-spacing: var(--nav-logo-span-letter-spacing);
  margin-left: 4px;
}
/* Mobile: top-left brand is longer; desktop nav row keeps the short label */
.logo .esg-hub-logo-title {
  margin-left: 0;
  letter-spacing: inherit;
}
.logo .esg-hub-logo-title--long {
  display: none;
}
@media (max-width: 991px) {
  .logo .esg-hub-logo-title--short {
    display: none !important;
  }
  .logo .esg-hub-logo-title--long {
    display: inline !important;
  }
}
/* Top-level items: not links; hover opens submenu (handover PDF) */
.nav {
  display: flex;
  flex-wrap: wrap;
  gap: var(--nav-items-gap);
  justify-content: flex-end;
  align-items: center;
}
.nav-item {
  position: relative;
}
.nav-item > button {
  font-family: var(--font-body);
  font-size: var(--nav-btn-font-size);
  font-weight: 400;
  line-height: var(--nav-btn-line-height);
  color: #fff;
  background: none;
  border: none;
  cursor: default;
  padding: var(--nav-btn-padding-block) var(--nav-btn-padding-inline);
  display: inline-flex;
  align-items: center;
  gap: var(--nav-btn-inner-gap);
  white-space: nowrap;
}
.nav-item > button::after {
  content: "";
  border: solid currentColor;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  margin-top: -2px;
  opacity: 0.85;
}
.nav-submenu {
  position: absolute;
  top: calc(100% + var(--nav-submenu-top-offset));
  margin: 0;
  padding: var(--nav-submenu-padding-y) 0;
  list-style: none;
  background: #fff;
  color: #1a1a1a;
  border-radius: 4px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 300;
}
.nav-item:hover .nav-submenu,
.nav-item:focus-within .nav-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-submenu a {
  display: block;
  padding: var(--nav-submenu-link-padding-y) var(--nav-submenu-link-padding-x);
  font-size: var(--nav-submenu-link-font-size);
  font-weight: 400;
  line-height: var(--nav-submenu-link-line-height);
  color: #222;
}
.nav-submenu a:hover {
  background: var(--page-bg);
  text-decoration: none;
}

/* —— Mobile nav drawer (Sackers-style: burger, slide-in panel, accordion) —— */
.nav-toggle,
.nav-mobile-head,
.nav-close {
  display: none;
}
.nav-toggle {
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}
.nav-toggle-icon {
  display: block;
  position: relative;
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  box-shadow: 0 7px 0 currentColor, 0 -7px 0 currentColor;
  transition: box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}
.is-nav-open .nav-toggle .nav-toggle-icon {
  box-shadow: none;
  background: transparent;
}
.is-nav-open .nav-toggle .nav-toggle-icon::before,
.is-nav-open .nav-toggle .nav-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
}
.is-nav-open .nav-toggle .nav-toggle-icon::before {
  transform: rotate(45deg);
}
.is-nav-open .nav-toggle .nav-toggle-icon::after {
  transform: rotate(-45deg);
}
.nav-mobile-head {
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 12px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.nav-mobile-head .logo,
.logo.logo--drawer {
  color: var(--brown-text);
  font-size: clamp(1.1rem, 4vw, 1.35rem);
}
body.page-article .nav-mobile-head .logo,
body.page-article .logo.logo--drawer {
  color: var(--text-primary);
}
.nav-close {
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--text-primary);
  cursor: pointer;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}
.nav-close-icon {
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
}
.nav-close-icon::before,
.nav-close-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 2px;
  margin-left: -11px;
  margin-top: -1px;
  background: currentColor;
  border-radius: 1px;
}
.nav-close-icon::before {
  transform: rotate(45deg);
}
.nav-close-icon::after {
  transform: rotate(-45deg);
}

/* Mobile drawer: search shortcut row (main Sackers site pattern) */
.nav-drawer-foot {
  display: none;
}
/* Shown only in mobile drawer (see max-width: 900px block); hidden on desktop flex nav */
.nav-mobile-home {
  display: none;
}

@media (max-width: 900px) {
  body.is-mobile-nav-open {
    overflow: hidden;
  }
  body.is-mobile-nav-open .site-header {
    position: relative;
    top: auto;
    z-index: 460;
  }
  body.is-mobile-nav-open::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 450;
    background: transparent;
    pointer-events: none;
  }
  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }
  .nav-mobile-head,
  .nav-close {
    display: flex;
  }
  .site-header-inner {
    flex-wrap: nowrap;
  }
  .site-header .logo {
    flex: 1;
    min-width: 0;
  }
  .nav-mobile-head {
    padding: clamp(14px, 4vw, 22px) var(--layout-gutter) clamp(18px, 3vw, 26px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    margin-bottom: clamp(12px, 4vh, 40px);
  }
  .nav-mobile-head .logo,
  .logo.logo--drawer,
  body.page-article .nav-mobile-head .logo,
  body.page-article .logo.logo--drawer {
    color: #fff;
  }
  .nav-close {
    color: #fff;
  }
  .site-header .nav-mobile-home {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: clamp(16px, 3.5vw, 22px) var(--layout-gutter);
    font-family: var(--font-heading);
    font-size: clamp(0.9375rem, 3.2vw, 1.0625rem);
    font-weight: 400;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    -webkit-tap-highlight-color: transparent;
  }
  .site-header .nav-mobile-home:hover {
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
    text-decoration: none;
  }
  .site-header .nav-mobile-home:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px;
  }
  .site-header .nav {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    height: auto;
    max-height: none;
    margin: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: env(safe-area-inset-top, 0) 0 env(safe-area-inset-bottom, 0);
    background: var(--nav-filled-bg);
    color: #fff;
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 500;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.28s ease, visibility 0.28s;
  }
  .site-header.is-nav-open .nav {
    transform: translateX(0);
    visibility: visible;
  }
  .site-header .nav-item > button {
    width: 100%;
    justify-content: space-between;
    padding: clamp(16px, 3.5vw, 22px) var(--layout-gutter);
    font-family: var(--font-heading);
    font-size: clamp(0.9375rem, 3.2vw, 1.0625rem);
    font-weight: 400;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    white-space: normal;
    text-align: left;
  }
  .site-header .nav-item > button::after {
    flex-shrink: 0;
    margin-left: 10px;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
  }
  .site-header .nav-item.is-expanded > button::after {
    transform: rotate(-135deg);
    margin-top: 4px;
  }
  .site-header .nav-item:hover .nav-submenu,
  .site-header .nav-item:focus-within .nav-submenu {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(6px);
    max-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
  }
  .site-header .nav-item.is-expanded > .nav-submenu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    position: static !important;
    max-height: 2000px !important;
    padding-top: var(--nav-submenu-padding-y) !important;
    padding-bottom: var(--nav-submenu-padding-y) !important;
    overflow: visible !important;
    pointer-events: auto !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .site-header .nav-submenu a {
    color: rgba(255, 255, 255, 0.92);
    font-family: var(--font-body);
    font-size: 0.9375rem;
    letter-spacing: 0.02em;
    text-transform: none;
    padding-left: calc(var(--layout-gutter) + 8px);
    padding-right: var(--layout-gutter);
  }
  .site-header .nav-submenu a:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .site-header.is-nav-open .nav-toggle {
    position: relative;
    color: #fff;
  }
  .nav-drawer-foot {
    display: block;
    margin-top: auto;
    padding: clamp(28px, 6vh, 56px) var(--layout-gutter) clamp(20px, 4vh, 40px);
  }
  .nav-drawer-search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0.95;
    line-height: 0;
    border-radius: 4px;
    -webkit-tap-highlight-color: transparent;
  }
  .nav-drawer-search:hover {
    opacity: 1;
  }
  .nav-drawer-search:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
  }
}

/* —— Section 1: Hero —— exactly one viewport tall —— */
.hero {
  position: relative;
  z-index: 2;
  color: #fff;
  margin-top: calc(-1 * var(--header-overlap));
  padding-top: var(--header-overlap);
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
  overflow: visible;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: clamp(24px, 4vh, 48px);
  background-color: var(--orange-hero);
  background-image: url("images/windmill3.png");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
@supports (height: 100svh) {
  .hero {
    height: 100svh;
    max-height: 100svh;
    min-height: 100svh;
  }
}
.hero-main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 0;
  padding-top: clamp(16px, 4vh, 48px);
  padding-bottom: clamp(16px, 3vh, 32px);
}
@media (max-width: 900px) {
  .hero-main { align-items: center; text-align: center; }
  .hero-copy { max-width: none; }
  .search-wrap { max-width: 100%; }
  .hero-main .search {
    position: relative;
    top: 150px;
  }
}
.hero-copy { max-width: 520px; }
.hero-copy h1 {
  font-size: clamp(2rem, 6vw, 3.5rem);
  line-height: 1.08;
  margin: 0 0 20px;
  color: #fff;
}
.hero-copy p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 28px;
  max-width: 42ch;
}
@media (max-width: 900px) {
  .hero-copy p { margin-left: auto; margin-right: auto; }
}
.search-wrap {
  max-width: 440px;
}
.search {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 14px 20px;
  background: transparent;
}
.search input {
  flex: 1;
  border: none;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
}
.search input::placeholder { color: rgba(255, 255, 255, 0.85); }
.search button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-wrap--live {
  position: relative;
  /* Above sticky header stack (400–460) and following page sections */
  z-index: 450;
}
.search-results-popover {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  max-height: min(320px, 50vh);
  overflow-y: auto;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: #fff;
  color: var(--brown-text, #3d2e26);
  border-radius: 14px;
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.14),
    0 0 0 1px rgba(0, 0, 0, 0.06);
  z-index: 451;
}
.search-results-popover[hidden] {
  display: none !important;
}
.search-results-popover:not([hidden]) {
  min-height: 2.75rem;
}
.search-result-link {
  display: block;
  padding: 10px 16px;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--content-link, #ed8e38);
  text-decoration: none;
  line-height: 1.35;
}
.search-result-link:hover,
.search-result-link:focus-visible,
.search-result-link:visited:hover,
.search-result-link:visited:focus-visible {
  background: var(--page-bg, #fff8f2);
  color: #000;
  text-decoration: none;
  outline: none;
}
.search-result-title {
  color: inherit;
}
/* —— Section 2: Topics — handover: bg #FFF8F2, hover gradient #FFEAD4 → #FFF8F2 —— */
.topics {
  position: relative;
  z-index: 1;
  padding: clamp(56px, 10vw, 50px) 0;
  background: var(--page-bg);
}
.topics h2 {
  font-size: clamp(1.375rem, 3vw, 2rem);
  text-align: center;
  color: var(--brown-text);
  margin: 0 0 clamp(40px, 6vw, 34px);
}
.topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: none;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .topic-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* Two columns on small viewports — last row keeps full-width gutters via borders */
  .topic-cell:nth-child(2n) {
    border-right: none;
  }
  .topic-grid .topic-cell:nth-last-child(-n + 2) {
    border-bottom: none;
  }
}
.topic-cell {
  padding: clamp(8px, 4vw, 0px) clamp(20px, 3vw, 32px);
  border-right: 1px solid var(--divider);
  border-bottom: 1px solid var(--divider);
  transition: background 0.2s ease;
}
/* Disclosures, Fiduciary duties, Climate: no top padding (desktop: first grid row). */
.topic-grid .topic-cell:nth-child(-n + 3) {
  padding-top: 0;
}
@media (max-width: 800px) {
  /* Two columns: row 2 must stay visually aligned — only remove top padding on row 1. */
  .topic-grid .topic-cell:nth-child(n + 3) {
    padding-top: clamp(8px, 4vw, 0px);
  }
  .topic-grid .topic-cell:nth-child(-n + 2) {
    padding-top: 0;
  }
}
@media (min-width: 801px) {
  .topic-cell:nth-child(3n) {
    border-right: none;
  }
  .topic-grid .topic-cell:nth-last-child(-n + 3) {
    border-bottom: none;
  }
}
.topic-cell:hover {
  background: linear-gradient(180deg, var(--topic-hover-start) 0%, var(--topic-hover-end) 100%);
}
.topic-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.topic-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.topic-cell h3 {
  font-size: 1.25rem;
  margin: 0 0 1px;
  color: var(--brown-text);
}
.topic-cell ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topic-cell li { margin-bottom: 10px; }
.topic-cell li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--brown-text);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.topic-cell li a::after {
  content: "›";
  font-size: 1rem;
  opacity: 0.7;
}
.topic-cell li a:hover { text-decoration: underline; }

/* —— Homepage News (sackers.com-style list; links to main site) —— */
.hub-news {
  padding: clamp(48px, 8vw, 58px) 0;
  background: #fff;
  border-top: 1px solid var(--divider);
}
.hub-news-headings {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 3.5vw, 36px);
  align-items: start;
}
.hub-news-headings h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.375rem, 3vw, 2rem);
  text-align: left;
  margin: 0 0 clamp(28px, 5vw, 40px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--brown-text);
}
.hub-news-heading-main {
  grid-column: 1 / span 2;
}
.hub-news-headings .hub-news-column-heading {
  grid-column: 3;
  padding: 0 6px;
}
@media (max-width: 900px) {
  .hub-news-headings {
    grid-template-columns: 1fr;
  }
  .hub-news-heading-main,
  .hub-news-headings .hub-news-column-heading {
    grid-column: 1;
  }
}
.hub-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 3.5vw, 36px);
  align-items: stretch;
}
@media (max-width: 900px) {
  .hub-news-list {
    grid-template-columns: 1fr;
  }
}
.hub-news-item {
  margin: 0;
  padding: 0;
  min-width: 0;
}
.hub-news-item-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 8px 6px 14px;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
}
.hub-news-item-link:hover {
  text-decoration: none;
}
.hub-news-item-link:focus-visible {
  outline: 2px solid var(--brown-text);
  outline-offset: 3px;
  text-decoration: none;
}
.hub-news-media {
  aspect-ratio: 16 / 10;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 16px;
  background: var(--page-bg);
}
.hub-news-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hub-news-title {
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1.9vw, 1.15rem);
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 10px;
  color: var(--brown-text);
}
.hub-news-excerpt {
  margin: 0;
  flex: 1 1 auto;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.55;
  color: var(--brown-text);
}

/* —— Resources (homepage) —— */
.resources {
  background-color: var(--resources-bg);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  min-height: 70vh;
  min-height: 70dvh;
  padding: clamp(48px, 8vw, 88px) 0;
}
/* Match News block heading: same type scale as .hub-news-headings h2 */
.resources > .main-container > h2 {
  font-size: clamp(1.375rem, 3vw, 2rem);
  text-align: left;
  margin: 0 0 clamp(28px, 5vw, 40px);
  font-weight: 400;
  color: inherit;
}
.resources a:hover,
.resources a:focus-visible {
  text-decoration: none;
}
.resources-inner {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 6vw, 64px);
  align-items: center;
}
@media (max-width: 800px) {
  .resources-inner { grid-template-columns: 1fr; }
}
.resources-visual {
  perspective: 800px;
  display: flex;
  justify-content: center;
}
.book-stack {
  position: relative;
  width: min(100%, 340px);
  height: 280px;
}
.book-back {
  position: absolute;
  left: 12%;
  top: 8%;
  width: 78%;
  height: 88%;
  background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
  border-radius: 4px;
  transform: rotateY(-8deg) rotateZ(-4deg);
  box-shadow: -8px 12px 32px rgba(0, 0, 0, 0.35);
}
.book-back::before {
  content: "TNFD";
  position: absolute;
  top: 16px;
  left: 18px;
  font-family: var(--font-body);
  font-weight: 900;
  font-size: 1.25rem;
  color: var(--resources-accent);
}
.book-front {
  position: absolute;
  left: 6%;
  top: 0;
  width: 88%;
  height: 94%;
  background: #fff;
  border-radius: 4px;
  transform: rotateY(4deg) rotateZ(2deg);
  box-shadow: 12px 20px 48px rgba(0, 0, 0, 0.45);
  padding: 20px 22px;
  overflow: hidden;
}
.book-front .brand {
  font-family: var(--font-body);
  text-align: right;
  font-weight: 900;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  color: var(--resources-accent);
  margin-bottom: 28px;
}
.book-front h4 {
  margin: 0;
  font-size: 1.35rem;
  color: var(--resources-accent);
  line-height: 1.2;
}
.book-front .sub {
  font-family: var(--font-body);
  margin: 10px 0 8px;
  font-size: 0.8rem;
  color: #4a3f5c;
  line-height: 1.4;
}
.book-front .date {
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: #5c5268;
}
.book-decor {
  position: absolute;
  bottom: -12px;
  right: -20px;
  width: 180px;
  height: 120px;
  background: radial-gradient(circle at 30% 40%, #2d8a5e 0%, transparent 50%),
              radial-gradient(circle at 70% 60%, #3aa06e 0%, transparent 45%);
  opacity: 0.9;
  pointer-events: none;
}
.resources-copy p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 10px;
  opacity: 0.95;
}
.btn-ghost {
  display: inline-block;
  margin-top: 24px;
  padding: 14px 32px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.btn-ghost:hover {
  background: #fff;
  color: var(--resources-bg);
  text-decoration: none;
}
.resources .btn-ghost:hover,
.resources .btn-ghost:focus-visible {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

/* —— Section 4: Contact CTA — ref: cream two-column “Our people” style —— */
.cta {
  background: #f5f3ef;
  padding: 0;
  min-height: 50vh;
  min-height: 50dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cta-inner {
  margin: 0 auto;
  padding: clamp(48px, 8vw, 88px) 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 6vw, 64px);
  align-items: center;
}
@media (max-width: 800px) {
  .cta-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .cta-left .btn-outline { margin-left: auto; margin-right: auto; }
  .cta-left p { margin-left: auto; margin-right: auto; }
}
.cta-left h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.875rem, 3.8vw, 2.75rem);
  font-weight: 400;
  color: #ed8e38;
  margin: 0 0 20px;
  line-height: 1.25;
}
.cta-left p {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
  max-width: 36ch;
}
.cta .btn-outline {
  display: inline-block;
  margin-top: 28px;
  padding: 14px 32px;
  border: 1px solid #000000;
  background: transparent;
  color: #000000;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.cta .btn-outline:hover {
  background: rgba(0, 0, 0, 0.06);
  color: #000000;
  text-decoration: none;
}
.cta-right {
  text-align: center;
}
.cta-profile-link {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
.cta-profile-link:hover {
  text-decoration: none;
}
.cta-profile-link:hover .name {
  text-decoration: underline;
}
.cta .profile-photo {
  width: 155px;
  height: 155px;
  border-radius: 50%;
  margin: 0 auto 12px;
  object-fit: cover;
  background-color: #d53d07;
  padding: 0;
  display: block;
}
.cta-right .name {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 0px;
  color: #000000;
}
.cta-right .contact-lines {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
.profile-carousel {
  max-width: 280px;
  margin-inline: auto;
}
.profile-carousel-viewport {
  overflow: hidden;
  width: 100%;
}
.profile-carousel-track {
  display: flex;
  transition: transform 0.35s ease;
  will-change: transform;
}
.profile-carousel-slide {
  flex: 0 0 100%;
  min-width: 100%;
  box-sizing: border-box;
}
.profile-carousel .carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}
.profile-carousel .carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #000000;
  background: transparent;
  padding: 0;
  cursor: pointer;
  box-sizing: border-box;
}
.profile-carousel .carousel-dot:hover {
  border-color: #d53d07;
}
.profile-carousel .carousel-dot.is-active {
  background: #d53d07;
  border-color: #d53d07;
}
@media (prefers-reduced-motion: reduce) {
  .profile-carousel-track {
    transition: none;
  }
}

/* ——— Article page ——— */

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 400;
}
/* —— Landing (#FFF8F2) — handover article landing —— */
.article-landing {
  background: var(--page-bg);
  box-sizing: border-box;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  padding: clamp(8px, 1.5vh, 24px) 0;
  overflow: visible;
}
@supports (height: 100svh) {
  .article-landing {
    min-height: 50svh;
  }
}
.article-landing-inner {
  flex: 1 1 auto;
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 3vw, 32px);
  align-items: center;
  align-content: center;
}
.article-landing-inner > div:first-child {
  text-align: left;
  justify-self: start;
  align-self: center;
  width: 100%;
  min-width: 0;
  min-height: 0;
}
.article-landing-visual {
  justify-self: end;
  align-self: center;
  width: 100%;
  min-width: 0;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 900px) {
  .article-landing {
    min-height: 80vh;
    display: block;
  }

  .article-landing-inner {
    flex: unset;
    grid-template-columns: 1fr;
    align-content: start;
  }
  .article-landing-visual {
    order: -1;
    max-width: 100%;
    margin: 0;
    justify-self: stretch;
    justify-content: center;
  }
  .article-landing-visual img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: min(32vh, 260px);
  }
}
@supports (height: 100svh) {
  @media (max-width: 900px) {
    .article-landing {
      min-height: 80svh;
    }
  }
}
.breadcrumb {
  font-family: var(--font-heading);
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 20px;
}
.breadcrumb a {
  color: var(--breadcrumb);
  text-decoration: none;
}
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb .sep {
  color: var(--text-primary);
  margin: 0 0.35em;
  font-family: var(--font-body);
}
.breadcrumb .current {
  color: var(--text-primary);
  font-family: var(--font-body);
  font-weight: 400;
}
.article-landing .article-title {
  min-height: 0;
  margin-bottom: clamp(16px, 2vh, 28px);
}
.article-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4.5vw, 2.625rem);
  font-weight: 400;
  line-height: 1.12;
  color: var(--text-primary);
  margin: 0 0 clamp(28px, 4vw, 40px);
  max-width: 100%;
  min-height: 140px;
}
.on-page {
  margin-top: 8px;
}
.on-page-label {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 12px;
  color: var(--text-primary);
}
.on-page ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.on-page li { margin-bottom: 8px; }
.on-page a {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--content-link);
  text-decoration: underline;
}
.on-page a:hover { text-decoration: underline; opacity: 0.9; }
.article-landing-visual img {
  width: auto;
  max-width: min(420px, 100%);
  max-height: min(42vh, 380px);
  height: auto;
  object-fit: contain;
  object-position: right center;
  display: block;
  margin-left: auto;
  flex-shrink: 1;
}

/* —— Main content (white) — handover article content —— */
.article-main-wrap {
  background: var(--article-white);
  padding: clamp(40px, 6vw, 72px) 0 clamp(64px, 10vw, 96px);
}

/* Implementation statement / “most significant votes” infographic — raster matches supplied artwork */
.impl-votes-infographic {
  margin-top: clamp(32px, 5vw, 48px);
  max-width: 100%;
}
.impl-votes-infographic > .article-subheading:first-child {
  margin-top: 0;
}
.impl-votes-figure {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.impl-votes-figure img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 200px;
}

/* “Most significant votes” infographic — HTML layout (replaces raster) */
.msv-infographic-figure {
  margin-top: clamp(12px, 2vw, 20px);
}
.msv-infographic {
  display: grid;
  grid-template-columns: minmax(0, 200px) 1fr;
  gap: 0 clamp(8px, 1.5vw, 14px);
  align-items: stretch;
  max-width: 1024px;
  margin: 0 auto;
}
.msv-teardrop {
  align-self: stretch;
  min-width: 0;
  max-width: 200px;
  justify-self: start;
}
.msv-teardrop-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.msv-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  align-content: start;
}
.msv-grid li {
  margin: 0;
  padding: clamp(12px, 2vw, 16px) clamp(10px, 1.5vw, 14px);
  background: #eee8f2;
  border-radius: 4px;
  text-align: center;
  font-family: var(--font-body);
  font-size: clamp(0.72rem, 1.45vw, 0.75rem);
  font-weight: 400;
  line-height: 1.3;
  color: var(--text-primary);
  min-height: 4.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 720px) {
  .msv-infographic {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .msv-teardrop {
    max-width: min(200px, 100%);
    margin-inline: auto;
  }
  .msv-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 721px) and (max-width: 900px) {
  .msv-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.impl-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  margin: 0;
}
.impl-requirements-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  border-top: 4px solid var(--orange-hero);
  font-family: var(--font-body);
  font-size: clamp(0.8125rem, 1.65vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.45;
  color: var(--text-primary);
}
.impl-requirements-table thead th {
  color: var(--orange-hero);
  font-weight: 700;
  text-align: left;
  vertical-align: bottom;
  padding: 14px 14px 12px;
  border-bottom: 1px solid rgba(237, 142, 56, 0.45);
}
.impl-requirements-table thead th:not(:first-child) {
  text-align: center;
}
.impl-requirements-table tbody th {
  font-weight: 400;
  text-align: left;
  padding: 14px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  vertical-align: top;
  hyphens: auto;
}
.impl-requirements-table tbody td {
  text-align: center;
  vertical-align: middle;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.impl-requirements-table col.impl-col-db {
  background: #f3edf6;
}
.impl-requirements-table col.impl-col-dc {
  background: #fff3e6;
}
.impl-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  min-width: 28px;
}
.impl-mark--yes {
  color: var(--orange-hero);
}
.impl-mark--no {
  color: #7a2840;
}
.impl-mark .impl-icon {
  display: block;
  flex-shrink: 0;
}
.impl-votes-rule {
  height: 1px;
  background: #c5c0c8;
  margin-top: 28px;
}
.statutory-content-table {
  margin: clamp(20px, 3vw, 28px) 0 clamp(24px, 3.5vw, 32px);
  max-width: 100%;
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: clamp(32px, 5vw, 56px);
  align-items: start;
}
@media (max-width: 960px) {
  .article-layout { grid-template-columns: 1fr; }
}
.article-layout > .article-body {
  min-width: 0;
  container-type: inline-size;
  container-name: article-col;
}
.article-body .section-heading {
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 1.25;
  color: var(--text-primary);
  margin: 0 0 20px;
}

.article-body #ahead.section-heading {
  margin-top: 2.5rem;
}
.article-body p {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--text-primary);
  margin: 0 0 1rem;
}
.article-body .lead {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.56;
}

.article-body h3.article-subheading {
  font-family: var(--font-heading);
  font-size: 1.125rem;
  line-height: 1.3;
  color: var(--text-primary);
  margin: 1.5rem 0 10px;
  font-weight: 400;
}

.article-body .article-list {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--text-primary);
}

.article-body .article-list li {
  margin-bottom: 1rem;
}

.article-body .tips-label {
  font-weight: 700;
  margin: 1.25rem 0 0.5rem;
}
.pull-quote {
  font-family: var(--font-body);
  font-size: clamp(1.1rem, 3.4vw, 1.925rem);
  font-weight: 300;
  line-height: 1.45;
  color: var(--pull-quote);
  margin: 2rem 0;
  padding: 0;
  border: none;
}
.popout-box {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  background: #f5f0e8;
  border-left: 4px solid var(--orange-hero);
  border-radius: 0 8px 8px 0;
}
.popout-box .popout-title {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9375rem;
  margin: 0 0 0.5rem;
  color: var(--text-primary);
}
.popout-box p {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.55;
}
.popout-box p:last-child {
  margin-bottom: 0;
}
.article-body a.inline-link {
  color: var(--content-link);
  text-decoration: none;
  font-size: inherit;
  font-weight: 500;
}
.article-body a.inline-link:hover {
  text-decoration: underline;
}
.article-body ul.article-list--cross-rows {
  padding-left: 0;
  list-style: none;
}
.article-body ul.article-list--cross-rows > li:not(.article-list__cross) {
  display: list-item;
  list-style: disc;
  margin-left: 1.25rem;
}
.article-body ul.article-list--cross-rows > li.article-list__cross {
  margin-left: 0;
}
.article-body .article-list li.article-list__cross {
  list-style: none;
  margin-bottom: 1.25rem;
}
.cross-cta {
  margin: 0;
  padding: clamp(1.15rem, 1vw, 1.15rem) clamp(1.25rem, 2.5vw, 1.85rem);
  border-radius: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(14px, 2.5vw, 24px);
  background: var(--article-white);
  border-top: 2px solid var(--orange-hero);
  border-bottom: 2px solid var(--orange-hero);
  border-left: none;
  border-right: none;
  box-shadow: none;
}
.cross-cta--bg-gradient,
.cross-cta--bg-gradient-peach {
  background: linear-gradient(180deg, var(--topic-hover-start) 0%, var(--topic-hover-end) 100%);
}
.cross-cta--bg-gradient-grey {
  background: linear-gradient(180deg, #f5f5f5 0%, #e0e0e0 100%);
}
.cross-cta--borderless {
  border-top: none;
  border-bottom: none;
}
.cross-cta-text {
  flex: 1 1 220px;
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(15px, 1.9vw, 17px);
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-primary);
}
.cross-cta a.cross-cta-link {
  color: var(--content-link);
  font-weight: 700;
  text-decoration: none;
}
.cross-cta a.cross-cta-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cross-cta-visual {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cross-cta-visual img {
  width: min(112px, 26vw);
  height: auto;
  max-height: 130px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.12));
}
@media (min-width: 700px) {
  .cross-cta-visual img {
    width: min(140px, 18vw);
    max-height: 70px;
  }
}

/* Timeline — “What are the latest developments?” */
.timeline-heading {
  font-family: var(--font-heading);
  font-size: clamp(1.375rem, 2.4vw, 1.75rem);
  font-weight: 400;
  color: #3d2e26;
  margin: 2.5rem 0 1.35rem;
  line-height: 1.2;
}
.timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.timeline-item {
  position: relative;
  padding: 0 0 1.75rem 32px;
  list-style: none;
}
.timeline-item:last-child {
  padding-bottom: 0;
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--timeline-dot);
  z-index: 1;
  box-shadow: 0 0 0 3px #fff;
}
.timeline-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 20px;
  bottom: 0;
  width: 1px;
  background: var(--timeline-line);
}
.timeline-date {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  color: #000;
  margin: 0 0 10px;
}
.timeline-text {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  margin: 0;
}
.timeline-text + .timeline-text {
  margin-top: 0.75rem;
}
.timeline-link {
  color: var(--content-link);
  text-decoration: underline;
}
.timeline-link:hover {
  opacity: 0.9;
}

/* Sidebar — related content */
.related {
  border-top: 2px solid var(--orange-hero);
  padding-top: 20px;
}
.related h2 {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-primary);
  margin: 0 0 16px;
}
@media (min-width: 961px) {
  .related h2 { font-size: 16px; }
}
.related-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.related-list li {
  border-bottom: 1px solid var(--related-rule);
}
.related-list li:first-child { border-top: 1px solid var(--related-rule); }
.related-list a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--content-link);
  text-decoration: none;
}
.related-list a:hover { text-decoration: underline; }
.related-list img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}

/* ——— Shared layout & footer (from responsive.css) ——— */

.main-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--layout-gutter);
  padding-right: var(--layout-gutter);
  box-sizing: border-box;
}

@media (min-width: 1400px) {
  .main-container {
    max-width: var(--layout-max);
  }

  .topics .main-container .topic-grid {
    max-width: none;
  }
}

/* Primary nav submenus: align to label’s left edge; at least as wide as the trigger */
.nav-item > .nav-submenu {
  left: 0;
  right: auto;
  min-width: max(100%, var(--nav-submenu-min-width));
}

/* Rightmost item: keep panel on-screen when nav sits flush to the viewport edge */
.nav-item:last-child > .nav-submenu {
  left: auto;
  right: 0;
}

/* —— Footer (handover: solid black, copper rules, centered) —— */
.site-footer {
  background: var(--footer-bg);
  color: #ffffff;
  padding: clamp(52px, 9vw, 88px) 0 clamp(40px, 6vw, 52px);
  text-align: center;
  font-size: 1rem;
  line-height: 1.6;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: clamp(1.25rem, 4vw, 3rem);
  max-width: 56rem;
  margin: 0 auto clamp(32px, 5vw, 44px);
  letter-spacing: 0.03em;
  font-size: 1.2rem;
  font-weight: 300;
}

.footer-contact a {
  color: inherit;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

.footer-social {
  margin: 0 0 clamp(32px, 5vw, 44px);
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0a66c2;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-social-link:hover {
  opacity: 0.92;
}

.footer-social-link svg {
  display: block;
  width: 22px;
  height: auto;
}

.footer-nav-wrap {
  border-top: 1px solid var(--footer-rule);
  border-bottom: 1px solid var(--footer-rule);
  padding: clamp(18px, 2.5vw, 26px) 12px;
  margin: 0 auto clamp(28px, 4vw, 36px);
  max-width: 72rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
  column-gap: 0;
  font-size: 0.8125rem;
  font-weight: 200;
  line-height: 1.5;
  color: #ffffff;
}

.footer-nav a {
  color: inherit;
  text-decoration: none;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.footer-nav .sep {
  color: var(--footer-rule);
  user-select: none;
  margin: 0 10px;
}

.footer-copy {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  opacity: 0.92;
  margin: 0;
}

/* Inline manuscript figure images (article body) */
.doc-figure-scroll {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 0.75rem;
  border-radius: 4px;
  background: var(--article-white);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.doc-figure-scroll img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

.article-inline-figure {
  margin: clamp(1.25rem, 3vw, 2rem) 0;
}

.article-inline-figure .doc-figure-scroll {
  margin-bottom: 0;
}

/* TCFD — four pillars infographic (replaces manuscript PNG on Climate disclosures) */
.tcfd-pillars-figure {
  max-width: 100%;
}
.tcfd-pillars-infographic {
  --tcfd-orange: #f58220;
  --tcfd-plum: #4a0d31;
  --tcfd-red: #d60036;
  --tcfd-grey: #767676;
  --tcfd-rule: rgba(0, 0, 0, 0.12);
  display: grid;
  grid-template-columns: minmax(160px, 260px) minmax(0, 1fr);
  gap: clamp(14px, 3vw, 28px);
  align-items: end;
  max-width: 960px;
  margin: 0 auto;
}
.tcfd-pillars-visual {
  position: relative;
  width: 100%;
  max-width: 260px;
  aspect-ratio: 1;
  justify-self: center;
  container-type: inline-size;
  container-name: tcfd-visual;
}
@media (min-width: 721px) {
  .tcfd-pillars-visual {
    justify-self: start;
  }
}
.tcfd-circle {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-radius: 50%;
  display: flex;
  box-sizing: border-box;
}
.tcfd-circle-label {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: clamp(0.6rem, 4.8cqi, 0.8125rem);
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: clamp(8px, 6cqi, 14px) clamp(6px, 4cqi, 10px) 0;
  max-width: 95%;
}
.tcfd-circle--governance {
  z-index: 1;
  width: 100%;
  height: 100%;
  background: var(--tcfd-orange);
  align-items: flex-start;
  justify-content: center;
}
.tcfd-circle--strategy {
  z-index: 2;
  width: 82%;
  height: 82%;
  background: var(--tcfd-plum);
  align-items: flex-start;
  justify-content: center;
}
.tcfd-circle--risk {
  z-index: 3;
  width: 64%;
  height: 64%;
  background: var(--tcfd-red);
  align-items: flex-start;
  justify-content: center;
}
.tcfd-circle--metrics {
  z-index: 4;
  width: 44%;
  height: 44%;
  background: var(--tcfd-grey);
  align-items: center;
  justify-content: center;
  padding: clamp(4px, 3.5cqi, 8px);
}
.tcfd-circle--metrics .tcfd-circle-label {
  padding: 0;
  font-size: clamp(0.55rem, 4.2cqi, 0.75rem);
}
.tcfd-pillars-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-body);
  font-size: clamp(0.8125rem, 1.65vw, 0.6375rem);
  font-weight: 300;
  line-height: 1.15;
  color: var(--text-primary);
}
.tcfd-pillars-list > li {
  margin: 0;
  padding: clamp(10px, 2vw, 14px) 0;
  border-top: 1px solid var(--tcfd-rule);
}
.tcfd-pillars-list > li:first-child {
  border-top: none;
  padding-top: 0;
}
.tcfd-pillar-title--governance { color: var(--tcfd-orange); }
.tcfd-pillar-title--strategy { color: var(--tcfd-plum); }
.tcfd-pillar-title--risk { color: var(--tcfd-red); }
.tcfd-pillar-title--metrics { color: var(--tcfd-grey); }
.tcfd-pillar-title {
  font-weight: 700;
}
@media (max-width: 720px) {
  .tcfd-pillars-infographic {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .tcfd-pillars-visual {
    max-width: min(240px, 85vw);
    margin-bottom: 4px;
  }
}

/* Stewardship Code — “activities include” callout (replaces manuscript PNG) */
.stewardship-activities-figure {
  max-width: 100%;
}
.stewardship-activities-card {
  --stewardship-callout-orange: #f58220;
  --stewardship-callout-heading: #0d1b2a;
  background: var(--stewardship-callout-orange);
  color: #fff;
  border-radius: clamp(28px, 5vw, 52px) 0 clamp(28px, 5vw, 52px) 0;
  padding: clamp(20px, 4vw, 28px) clamp(20px, 4vw, 32px);
  max-width: 90%;
  margin: 0;
}
.stewardship-activities-title {
  font-family: var(--font-body);
  font-weight: 400 !important;
  font-size: clamp(1rem, 2.2vw, 1.125rem);
  line-height: 1.3;
  color: var(--stewardship-callout-heading);
  margin: 0 0 0rem !important;
  padding-bottom: clamp(12px, 2vw, 16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}
.stewardship-activities-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-body);
  font-size: clamp(0.9375rem, 1.85vw, 1rem);
  font-weight: 400;
  line-height: 1.45;
}
.stewardship-activities-list > li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 0;
  padding: clamp(6px, 2vw, 0px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}
.stewardship-activities-list > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.stewardship-activities-check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: #fff;
}
.stewardship-activities-check svg {
  display: block;
  width: 22px;
  height: 22px;
}
.stewardship-activities-item-text {
  flex: 1;
  min-width: 0;
}

/* FCA SDR — four sustainable investment labels (replaces manuscript PNG) */
.fca-sdr-labels-figure {
  max-width: 100%;
}
.fca-sdr-labels-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 2vw, 14px);
  align-items: stretch;
}
.fca-sdr-label-card {
  position: relative;
  margin: 0;
  padding: clamp(16px, 3vw, 14px) clamp(14px, 2.5vw, 12px) clamp(44px, 5vw, 52px);
  border-radius: 0 clamp(22px, 3.5vw, 38px) 0 clamp(22px, 3.5vw, 38px);
  color: #fff;
  min-height: 6.5rem;
  display: flex;
  flex-direction: column;
}
.fca-sdr-label-card--focus {
  background: #b33030;
}
.fca-sdr-label-card--improvers {
  background: #3a1c3b;
}
.fca-sdr-label-card--impact {
  background: #7c6e63;
}
.fca-sdr-label-card--mixed {
  background: #ec913d;
}
.fca-sdr-label-text {
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  color: #fff !important;
}
.fca-sdr-label-num {
  position: absolute;
  bottom: clamp(12px, 2vw, 16px);
  right: clamp(12px, 2vw, 16px);
  width: clamp(28px, 5vw, 34px);
  height: clamp(28px, 5vw, 34px);
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: clamp(0.8125rem, 1.6vw, 0.9375rem);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .fca-sdr-labels-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .fca-sdr-labels-grid {
    grid-template-columns: 1fr;
  }
}

/* Transition plans — PAII callout box (replaces manuscript PNG) */
.transition-paii-figure {
  max-width: 100%;
}
.transition-paii-box {
  max-width: 42rem;
  margin: 0 auto;
  padding: clamp(20px, 3vw, 28px);
  background: var(--article-white);
  border: 2px solid var(--orange-hero-light);
  box-sizing: border-box;
}
.transition-paii-title {
  font-family: var(--font-heading);
  font-size: clamp(1.125rem, 2.2vw, 1.375rem);
  font-weight: 400;
  line-height: 1.25;
  color: var(--orange-hero);
  margin: 0 0 1rem;
}
.transition-paii-box p {
  font-family: var(--font-body);
  font-size: clamp(0.9375rem, 1.75vw, 1rem);
  font-weight: 300;
  line-height: 1.5;
  color: var(--text-primary);
  margin: 0 0 1rem;
}
.transition-paii-box p:last-child {
  margin-bottom: 0;
}
