/*
Theme Name: UCF report theme 2025
Author: Alla Hubko
Version: 1.1
*/

/* Calibre Thin */
@font-face {
    font-family: 'Calibre';
    src: url('/wp-content/themes/ucf-report-theme-2025/assets-report-2025/fonts/calibre-thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calibre';
    src: url('/wp-content/themes/ucf-report-theme-2025/assets-report-2025/fonts/calibre-thin-italic.woff2') format('woff2');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* Calibre Light */
@font-face {
    font-family: 'Calibre';
    src: url('/wp-content/themes/ucf-report-theme-2025/assets-report-2025/fonts/calibre-light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calibre';
    src: url('/wp-content/themes/ucf-report-theme-2025/assets-report-2025/fonts/calibre-light-italic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Calibre Regular */
@font-face {
    font-family: 'Calibre';
    src: url('/wp-content/themes/ucf-report-theme-2025/assets-report-2025/fonts/calibre-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calibre';
    src: url('/wp-content/themes/ucf-report-theme-2025/assets-report-2025/fonts/calibre-regular-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Calibre Medium */
@font-face {
    font-family: 'Calibre';
    src: url('/wp-content/themes/ucf-report-theme-2025/assets-report-2025/fonts/calibre-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calibre';
    src: url('/wp-content/themes/fucf-report-theme-2025/assets-report-2025/fonts/calibre-medium-italic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Calibre Semibold */
@font-face {
    font-family: 'Calibre';
    src: url('/wp-content/themes/ucf-report-theme-2025/assets-report-2025/fonts/calibre-semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calibre';
    src: url('/wp-content/themes/ucf-report-theme-2025/assets-report-2025/fonts/calibre-semibold-italic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Calibre Bold */
@font-face {
    font-family: 'Calibre';
    src: url('/wp-content/themes/ucf-report-theme-2025/assets-report-2025/fonts/calibre-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calibre';
    src: url('/wp-content/themes/ucf-report-theme-2025/assets-report-2025/fonts/calibre-bold-italic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Calibre Black */
@font-face {
    font-family: 'Calibre';
    src: url('/wp-content/themes/ucf-report-theme-2025/assets-report-2025/fonts/calibre-black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calibre';
    src: url('/wp-content/themes/ucf-report-theme-2025/assets-report-2025/fonts/calibre-black-italic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* css reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end css reset */

strong, b {
  font-weight: 600;
}


:root {
  --container-width: 1200px;
  --inner-container-width: 1000px;
  --header-height: 80px;

  --core-orange: #de621b;
  --core-blue: #1852d1;
  --core-green: #038a3b;
  --core-dark-purple: #262262;
  --core-purple: #522b9c;


  --dark: #111;
  --light: #f5f5f5;
  --white: #fff;
  --light-gray: #b3b3b3;
  --gray: #656565;
  --red-ish: #d93761;
  --yellow-ish: #cfdc28;
  --blue-ish: #014867;
  --green-ish: #00a89c;
  --ribbon-color: #cfdc28;

}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 20px;
}

body {
  font-family: 'Roboto', 'Calibre', Arial, sans-serif;
  line-height: 1.6;
  color: var(--gray);
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1852d1+0,522b9c+33,038a3b+66,de621b+100 */
  background: linear-gradient(to right,  #1852d1 0%,#522b9c 33%,#038a3b 66%,#de621b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: var(--header-height);
  padding: 1rem;
}

img, svg {
  max-width: 100%;
}

a {
  color: var(--core-dark-purple);
}

.nav {
  margin: 0 auto;
  padding: 0 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo, .menu {
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.logo .header-title,
.menu .menu-label {
  color: var(--white);
  font-size: 1.225rem;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 1.5px;
}

.nav-links {
  display: none;
}

.nav-links.open {
  position: fixed;
  top: var(--header-height);
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #fff;
  overflow-y: auto;
}

.menu-img {
  position: absolute;
  top: .5rem;
  right: 5rem;
}

.nav-links ul {
  margin: 0 auto;
  max-width: var(--inner-container-width);
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}

.nav-links li {
  width: 100%;
}

.nav-links a {
  color: var(--gray);
  text-decoration: none;
  font-size: 1.75rem;
  display: block;
  padding: .5rem;
}

.nav-links a:hover {
  color: #1852D1;
}

.nav-links a + .menu-img {
  display: none;
  position: absolute;
  top: .5rem;
  right: 5rem;
}

.nav-links a:hover + .menu-img {
  display: block;
}

.nav .cta-button {
  background: none;
  padding: 0.5rem 1.25rem;
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 2rem;
  text-decoration: none;
  font-size: 1.1rem;
}

.hamburger {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  width: 48px;
  height: 4px;
  background: var(--white);
}

.hamburger.active span:nth-child(1) {
  transform: translateY(13px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
}

section {
  margin: 0 auto;
  padding: 2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
}

.container {
  max-width: 1200px;
  width: 100%;
  padding: 2rem;
}

.container-wide {
  max-width: calc(1405px + 4rem);
}

.container-inner {
  max-width: var(--inner-container-width);
  width: 100%;
  margin: 0 auto;
}

.container-half-left {
  max-width: calc(var(--inner-container-width) / 2);
  width: 100%;
  text-align: left;
}

.vertical-justify {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

#market {
  padding: 0;
}

.hero-header {
  position: relative;
}

.hero-header img {
  width: 100%;
}

.hero-header .hero-header__content {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  color: #fff;
}

footer {
  background: linear-gradient(to right,  #1852d1 0%,#522b9c 33%,#038a3b 66%,#de621b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 2rem 1rem;
  color: #fff;
}

.color-core-blue {
  color: var(--core-blue);
}
.color-core-green {
  color: var(--core-green);
}
.color-core-orange {
  color: var(--core-orange);
}
.color-core-purple {
  color: var(--core-purple);
}
.color-core-dark-purple {
  color: var(--core-dark-purple);
}

.bb-color-core-blue {
  border-bottom: 2px solid var(--core-blue);
}

.bb-color-core-green {
  border-bottom: 2px solid var(--core-green);
}

.bb-color-core-orange {
  border-bottom: 2px solid var(--core-orange);
}

.bg-color-core-blue {
  background-color: var(--core-blue);
  color: #fff;
}

.bg-color-core-green {
  background-color: var(--core-green);
  color: #fff;
}

.bg-color-core-purple {
  background-color: var(--core-purple);
  color: #fff;
}

.bg-color-core-orange {
  background-color: var(--core-orange);
  color: #fff;
}

.wpcf7-submit,
.button {
  padding: .75rem 2rem;
  background-color: #fff;
  color: var(--gray);
  border: 1px solid var(--gray);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
  border-radius: 0;
}

.wpcf7-submit,
.button-white {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.button-transparent {
  background-color: transparent;
}

footer .wpcf7-submit {
  margin-top: 0;
}


h1 {
    margin-bottom: 1rem;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
}

h2 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #7f7f7f;
}

h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: .75rem;
  line-height: 1;
}

h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: .5rem;
  line-height: 1;
}

h5 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: .25rem;
  line-height: 1;
}

h6 {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
}

p {
  margin-bottom: .75rem;
}

p.body-2 {
  font-size: 77%;
  line-height: 1.1;;
}

small {
  font-size: 75%;
}

.section-title {
  text-transform: uppercase;
  font-size: 1.25rem;
}

/* first screen section - bg video */
.video-section {
  position: sticky;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: calc(100vh - var(--header-height));
  min-height: calc(100vh - var(--header-height));
  top: var(--header-height);
  z-index: -1;
  background: url("assets-report-2025/images/poster.jpg") center / cover no-repeat;
}

.video-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.main-header {
  z-index: 9;
  color: var(--white);
  max-width: 800px;
}

.main-header h1 {
  font-size: 4rem;
  line-height: 1.1;
}

.main-header h2 {
  font-size: 1.5rem;
  color: #fff;
}

.content-flex {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start; /* center; */
}

.one-third {
  width: 32%;
}

.one-quarter {
  width: 22%;
}

.two-thirds {
  width: 64%;
}

.one-half {
  width: 48%;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.b-r-50 {
  border-radius: 50%;
  overflow: hidden;
}

.columns {
  column-count: 3;
  column-gap: 2rem;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  padding: 0;
}

.columns:last-child {
  padding: 0;
}

.columns-2 {
  /* column-count: 2;
  column-gap: 2rem;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid; */
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two equal columns */
  grid-auto-flow: row;
  gap: 20px;
}

.columns p {
  display: inline-block;
  width: 100%;
}

/* @keyframes fadeInFromLeft {
  from {
    opacity: 0;
    margin-left: -50%;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}

@keyframes fadeOutToRight {
  from {
    opacity: 1;
    margin-left: 0;
  }
  to {
    opacity: 0;
    margin-right: -50%;
  }
} */

@keyframes fadeInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInFromBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOutToRight {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes fadeInFromLeftFadeOutToRight {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  25% {
    opacity: 1;
    transform: translateX(0);
  }
  75% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    /* margin-left: 50%; */
  }
  to {
    opacity: 1;
    /* margin-left: 0; */
  }
}

.fade-from-left {
  animation: fadeInFromLeft linear both;
  animation-timeline: view();
  animation-range: 0 40vh;
}

.fade-from-bottom {
  animation: fadeInFromBottom ease-in-out both;
  animation-timeline: view();
  animation-range: 20vh 40vh;
}

.fade-to-right {
  animation: fadeOutToRight linear both;
  animation-timeline: view();
  animation-range: 80vh 100vh;
}

.fade-in {
  animation: fadeIn linear both;
  animation-timeline: view();
  animation-range: 10vh 60vh;
}

/* letter section */
#letter {
  color: var(--dark);
}

#letter .letter-content {
  font-size: 1.15rem;
}

#letter h3 {
  color: var(--core-blue);
  font-size: 1.25rem;
}

.letter-wrapper {

}

@media (min-width: 860px) {
  .letter-wrapper {
    display: flex;
    flex-flow: row-reverse;
    gap: 3rem;
  }

  .letter-content {
    width: 70%;
  }
}



.letter-signatures {
  display: flex;
  gap: 1rem;
}

@media (min-width: 860px) {
  .letter-signatures {
    flex-direction: column;
  }
}

@media (max-width: 540px) {
  .letter-signatures {
    flex-direction: column;
  }
}

.signature {

}


#letter .signature p {
  margin: 0;
}

#letter .readmore {
  font-weight: bold;
  text-decoration: none;
  color: var(--gray);
}

.audio-btn-wrapper {
  font-size: 1rem;
}

#audio-btn {
    width: 200px;
    border-radius: 1.5rem;
    padding: 8px 16px;
    border: 1px solid var(--gray);
    background-color: #fff;
    font-size: 1rem;
    color: var(--gray);
}

#points {
  font-size: 1.5rem;
}

/* #points .moving-images {
    height: 500vh;
    position: relative;
    width: 100%;
}

#points .moving-images-viewport {
    position: sticky;
    top: var(--header-height);
    height: calc(100vh - var(--header-height));
}

#points .animation-container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  min-height: 100vh;
  padding: 2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#points .point {
    align-items: center;
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.25;
    display: flex;
} */

.img-move-1 {
  display: block;
  top: 0;
  left: 0;
  animation: fadeInFromLeftFadeOutToRight linear both;
  animation-timeline: view();
  /* animation-range: 5% 28%; */
  animation-range: 5% 60%;
}

.img-move-2 {
  display: block;
  top: 0;
  left: 0;
  animation: fadeInFromLeftFadeOutToRight linear both;
  animation-timeline: view();
  /* animation-range: 22% 53%; */
  animation-range: 55% 95%;
}

.img-move-3 {
  display: block;
  top: 0;
  left: 0;
  animation: fadeInFromLeftFadeOutToRight linear both;
  animation-timeline: view();
  animation-range: 47% 78%;
}

.img-move-4 {
  display: block;
  top: 0;
  left: 0;
  animation: fadeInFromLeftFadeOutToRight linear both;
  animation-timeline: view();
  animation-range: 72% 90%;
}




.review-intro {
  font-size: 1.5rem;
  max-width: 800px;
  margin: 0 auto 3rem;
}

.tabs-container {
    max-width: 800px;
    margin: 0 auto;
}

/* Horizontal Button Row */
.tabs-nav {
    display: flex;
    gap: 2rem;
}

.tab-btn {
    font-size: 22px;
    border: none;
    background: none;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    transition: 0.3s;
    padding-bottom: .5rem;
    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: 0;
    max-width: 8rem;
}

.tab-btn.active {
    border-bottom-width: 1px;
}

.tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
}

/* Content Stacking Logic */
.tabs-content-wrapper {
    display: grid;
    grid-template-columns: 1fr;
}

.tab-pane {
    grid-area: 1 / 1 / 2 / 2; /* Stacks all panes in one spot */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out;
}

.tab-pane.active {
    opacity: 1;
    visibility: visible;
}



/* accordion */


.h-accordion {
  display: flex;
  height: calc(100vh - var(--header-height));
  width: 100%;
  overflow: hidden;
}

/* Panel */
.panel {
  display: flex;
  height: 100%;
  transition: flex 0.5s ease;
  flex: 0 0 2.5rem; /* collapsed width */
  overflow: hidden;
  font-size: 18px;
  line-height: 28px;
}

/* Expanded panel */
.panel.active {
  flex: 1;
}

/* Vertical header */
.panel-header {
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  text-align: center;
  padding: 20px 0;
  border-width: 1px;
  border-style: solid;
}

.panel-header:hover {
  box-shadow: inset 0px 0px 3px #fff;
}

.panel.active .panel-header {
  box-shadow: none;
}
    

/* .h-accordion .panel-content p {
  position: relative;
}

.h-accordion .panel-content p > img {
  position: absolute;
} */

.panel:nth-child(1) .panel-header { background: #292561; border-color: #292561;/*var(--core-dark-purple);*/ }
.panel:nth-child(2) .panel-header { background: #462d81; border-color: #462d81;/*var(--core-purple);*/ }
.panel:nth-child(3) .panel-header { background: #067144; border-color: #067144;/* var(--core-green);*/ }
.panel:nth-child(4) .panel-header { background: #b9541d; border-color: #b9541d;/*var(--core-orange);*/ }

/* Content */
.panel-content {
  flex: 1;
  background: #3f5fa8;
  color: white;
  padding: 75px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.panel-content .one-half > img {
  width: 100%;
}

.panel:nth-child(1) .panel-content { background: #395ba9; /*var(--core-blue);*/ }
.panel:nth-child(2) .panel-content { background: #543896; /*var(--core-dark-purple);*/ }
.panel:nth-child(3) .panel-content { background: #078a44; /*var(--core-green);*/ }
.panel:nth-child(4) .panel-content { background: #dd6326; /*var(--core-orange);*/ }

.panel.active .panel-content {
  opacity: 1;
  overflow-y: auto;
}

.panel-content .content-flex {
  align-items: flex-start;
  min-height: 100%;
  overflow: hidden;
}

.panel-content .content-flex .one-half {
  min-height: 100%;
  height: -webkit-fill-available;
}

.panel-content-container {
  overflow-y: auto;
}

.panel .panel-content .columns-2 p {
    display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: .75rem;
}

.panel .panel-content p img {
  width: 60px;
  display: block;
  float: left;
}

.panel .panel-content p > span {
  display: block;
}

.panel .panel-content p span span {
  font-size: 1.75rem;
  font-weight: 500;
  display: block;
}

.panel .panel-content a:not(.button-white) {
  color: #fff;
  text-decoration: underline;
}

/* end of accordion */


/* leaders */


.leaders-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.leader-card img {
    width: 100%;
    max-width: 275px;
    height: auto;
    display: block;
    margin: 0 auto 15px;
}

.leader-card h3 {
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: 600;
}

.leader-card p {
    margin: 0;
    font-size: 15px;
    color: #555;
    margin-bottom: 2rem;
}

.js-read-more-mobile {
  display: none;
}

@media (max-width: 1024px) {
    .leaders-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .leader-card p {
      margin-bottom: .5rem;
    }
}

@media (max-width: 600px) {
    .leaders-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}



/* end leaders */

#in-review,
/* #highlights, */
#market-outlook,
#responsible-investment,
#stewardship-by-numbers {
  background-color: #cbd4e9;
}

#in-review .foldable,
#highlights .foldable {
  display: flex;
  justify-content: space-between;
}

#in-review .foldable-content > div,
#highlights .foldable-content > div {
  display: none;
}

#in-review .foldable-content > div.active,
#highlights .foldable-content > div.active {
  display: block;
}

#in-review .foldable-img img,
#highlights .foldable-img img {
  display: none;
}

#in-review .foldable-img img.active,
#highlights .foldable-img img.active {
  display: block;
}

.foldable span {
  display: inline-block;
  min-width: 80px;
}


#in-review h3 {
  padding-bottom: .5rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

/* 
#in-review h3::before {
  content: "+";
  position: absolute;
  left: 0;
}

#in-review h3::after {
  content: "⌃";
  position: absolute;
  right: 0;
  transform: rotate(180deg);
  transition: .3s linear transform;;
}

#in-review h3.active::after {
  content: "⌃";
  position: absolute;
  right: 0;
  transform: rotate(0);
  transition: .3s linear transform;
} */

#in-review {
  /* max-height: calc(100vh - var(--header-height)); */
  justify-content: flex-start;
  overflow: hidden;
}

#in-review .container,
#highlights .container {
  overflow: hidden;
}

#in-review .foldable-content,
#highlights .foldable-content {
  max-height: calc(100vh - 8rem - 10rem);
  overflow-y: auto;
  padding-right: 1rem;
}

#highlights .quote {
  font-size: 1.15rem;
  font-style: italic;
}

.hero-title {
  position: relative;
}

.hero-title h2 {
  color: #fff;
  position: absolute;
  bottom: 20%;
  left: 10%;
  width: 30%;
  font-size: 3rem;
}

.hero-title img {
  width: 100%;
}

#rooted {
  padding-top: 0;
  padding-bottom: 0;
}

#rooted .container {
  padding-bottom: 0;
}

#rooted .quote {
  border-top: 10px solid;
  border-image: linear-gradient(
    to right,
    #1852d1 0%,
    #522b9c 33%,
    #038a3b 66%,
    #de621b 100%
  ) 1;
  /* font-size: 1.25rem; */
  font-weight: 600;
  font-style: italic;
  color: var(--core-blue);
  padding-top: 1rem;
}

#rooted .hero-title {
  width: 100vw;
}

.slider-container {
    max-width: 100%;
    margin: 1rem auto;
}

.slider-track {
    display: grid;
    grid-template-columns: 1fr;
    /* This makes the track as tall as the tallest slide */
    align-items: start; 
}

.slide {
    grid-area: 1 / 1 / 2 / 2; /* All slides occupy the same grid cell */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out;
}

.slide.active {
    opacity: 1;
    visibility: visible;
}

.slider-navigation {
    display: flex;
    gap: 10px;
    line-height: .5;
}

.slider-navigation a {
    padding: 8px 15px;
    color: #656565;
    text-decoration: none;
    font-size: 3rem;
    font-weight: 800;
}

/* #highlights h3 {
  padding-left: 0;
}

#highlights h3::after {
  position: absolute;
  right: 0;
  content: '+';
}

#highlights h3.active::after {
  content: '–';
}

#highlights .foldable {
  padding: 2rem;
} */

#highlights h3 {
  margin-bottom: .25rem;
  line-height: 1.25;
  padding-top: .5rem;
}

#highlights h4 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.05rem;
  margin-bottom: 1rem;
}

.highlight-content {
  display: none;
}

.highlight-content.active {
  display: block;
}

#timeline {
  padding-top: 0;
}

#timeline .container {
  max-height: 100vh;
  overflow-y: scroll;
  padding: 0;
}

/* For Webkit-based browsers (Chrome, Safari, Opera, new Edge) */
#timeline .container::-webkit-scrollbar {
    display: none;
}

/* For IE and old Edge */
#timeline .container {
    -ms-overflow-style: none;
}

/* For Firefox */
#timeline .container {
    scrollbar-width: none;
}



#timeline .timeline-wrapper {
  height: 100vh;
  position: sticky;
  top: 0;
}

#timeline .timeline-viewport {
  height: 400vh;
  position: relative;
}

#timeline .timeline-container {
  position: relative;
  
}

@keyframes fadeInPhotos {
  from {
    opacity: 0;
  }
  .1% {
    opacity: 1;
  }
  99.9% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.timeline-bg-1,
.timeline-bg-2,
.timeline-bg-3 {
  animation: fadeInPhotos linear both;
  animation-timeline: view();
  top: 0;
  position: absolute;
}

/* .timeline-bg-1,
.timeline-bg-2,
.timeline-bg-3,
.timeline-content-1,
.timeline-content-2,
.timeline-content-3 {
  animation: fadeInPhotos linear both;
  animation-timeline: view();
  top: 0;
} */

.timeline-bg-1,
.timeline-content-1 {
  animation-range: 0 27%;
}

.timeline-bg-2,
.timeline-content-2 {
  animation-range: 26% 54%;
}

.timeline-bg-3,
.timeline-content-3 {
  animation-range: 53% 120%;
}

.timeline .y-axis {
  top: 0;
  bottom: 0;
  left: 30%;
  position: absolute;
  border-right: 1px solid #fff;
}

@keyframes opacityFade {
  from {
    opacity: .5;
  }
  1% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  to {
    opacity: .5;
  }
}

@keyframes largerFont {
  from {
    /* font-size: 1.25rem; */
    /* margin-top: -.25rem; */
    transform: scale(1);
  }
  1% {
    /* font-size: 2.5rem; */
    /* margin-top: -1.75rem; */
    transform: scale(1.5);
  }
  99% {
    /* font-size: 2.5rem; */
    /* margin-top: -1.75rem; */
    transform: scale(1.5);
  }
  to {
    /* font-size: 1.25rem; */
    /* margin-top: -.25rem; */
    transform: scale(1);
  }
}

@keyframes scaleFromZero {
  from {
    /* font-size: 1.25rem; */
    /* margin-top: -.25rem; */
    transform: scale(0);
  }
  1% {
    /* font-size: 2.5rem; */
    /* margin-top: -1.75rem; */
    transform: scale(1.5);
  }
  99% {
    /* font-size: 2.5rem; */
    /* margin-top: -1.75rem; */
    transform: scale(1.5);
  }
  to {
    /* font-size: 1.25rem; */
    /* margin-top: -.25rem; */
    transform: scale(0);
  }
}

.point-dot {
  width: 19px;
  height: 19px;
  left: 30%;
  margin-left: -9px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  animation: opacityFade linear both;
  animation-timeline: view();
  z-index: 1;
}

.point-year {
  position: absolute;
  right: 75%;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
  animation: largerFont linear both;
  animation-timeline: view();
  z-index: 1;
}

.point-description {
  position: absolute;
  left: 33%;
  right: 25%;
  color: #fff;
  animation: fadeInPhotos linear both;
  animation-timeline: view();
  z-index: 1;
  /* margin-top: -.75rem; */
}

.point-description a {
  color: #fff;
}

.point-dot-1967,
.point-description-1967,
.point-year-1967 {
  top: 3%;
  animation-range: 0 100%;
}


.point-year-1969-1985,
.point-dot-1969-1985,
.point-description-1969-1985 {
  top: 9%;
  animation-range: 68% 100%;
}

.point-year-1970,
.point-dot-1970,
.point-description-1970 {
  top: 16%;
  animation-range: 68% 100%;
}

.point-year-1971,
.point-dot-1971,
.point-description-1971 {
  top: 22%;
  animation-range: 68% 100%;
}

.point-year-1972-1980,
.point-dot-1972-1980,
.point-description-1972-1980 {
  top: 28%;
  animation-range: 66% 100%;
}

/* 2 */
.point-year-1977,
.point-dot-1977,
.point-description-1977 {
  top: 38%;
  animation-range: 68% 100%;
}

.point-year-1979,
.point-dot-1979,
.point-description-1979 {
  top: 42%;
  animation-range: 68% 100%;
}

.point-year-1985,
.point-dot-1985,
.point-description-1985 {
  top: 48%;
  animation-range: 68% 100%;
}

.point-year-2005,
.point-dot-2005,
.point-description-2005 {
  top: 53%;
  animation-range: 68% 100%;
}

.point-year-2006,
.point-dot-2006,
.point-description-2006 {
  top: 60%;
  animation-range: 68% 100%;
}

/* 3 */

.point-year-2013,
.point-dot-2013,
.point-description-2013 {
  top: 66%;
  animation-range: 68% 100%;
}

.point-year-2014,
.point-dot-2014,
.point-description-2014 {
  top: 71%;
  animation-range: 68% 100%;
}

.point-year-2015,
.point-dot-2015,
.point-description-2015 {
  top: 77%;
  animation-range: 68% 100%;
}

.point-year-2025,
.point-dot-2025,
.point-description-2025 {
  top: 82%;
  animation-range: 68% 120%;
}

/* .point-year-1969-1985,
.point-year-1972-1980 {
  margin-top: -1rem;
} */


#leadership,
#letter {
  border-top: 10px solid;
  border-image: linear-gradient(
    to right,
    #1852d1 0%,
    #522b9c 33%,
    #038a3b 66%,
    #de621b 100%
  ) 1;
}


footer .contact-info {
  /* padding-top: 2rem; */
}

#footer-logo {
  margin-top: -1.85rem;
}

footer .contact-info p {
  margin-bottom: 0;
}

footer .content-flex {
  align-items: flex-start;
}

footer .media-links a {
  display: inline-block;
  margin-right: 1rem;
  opacity: .6;
}

footer .text-about {
  font-size: .65rem;
}

footer .text-about-mobile {
  font-size: .65rem;
  display: none;
}

footer h5 {
  /* padding-top: 2rem; */
}

footer input {
  border: 0;
  border-radius: 0;
  line-height: 1.5;
  display: block;
  font-size: 1rem;
  width: 100%;
  padding: .5rem 1rem;
}

.form__footer {
  display: none;
}


#why {
  background-color: #014867;
  color: var(--white);
}

#priorities {
  background-color: #00a89c;
  color: var(--white);
}
#priority1 {
  background-color: var(--white);
}
#priority2 {
  background-color: var(--white);
  color: var(--white);
}
#priority3 {
  background-color: #f4e285;
}
#platforms {
  background-color: #cccccc;
}
#impact {
  background-color: #00a89c ;
  color: var(--white);
}

.funds {
  width: 80%;
  gap: 6rem;

}

.fund h4 {
  margin-bottom: 0;
}

.fund {
  border-bottom: 1px solid var(--gray);
  margin-bottom: 1rem;
}

.fund:last-of-type {
  border-bottom: 0;
}

.funds:nth-of-type(1) {
  margin-left: 10%;
}

.funds:nth-of-type(2) {
  margin-left: 20%;
}

.fund-header {
  padding: 0 1rem;
  font-weight: 500;
  font-size: 1.1rem;
}

.fund-number {
  font-size: 2.5rem;
  font-weight: 600;
}

#fund-performance,
#fund-performance .container,
#leadership,
#leadership .container,
#in-review .container {
  padding-bottom: 0;
}

#stewardship-by-numbers .container,
#board {
  padding-top: 0;
}

#fund-performance .content-flex {
  align-items: flex-start;
}

#market-outlook .market-persons{
  align-items: flex-start; 
  gap: 4rem; 
  width: 75%;
}

/* 1. Hide all siblings that come AFTER the button */
.js-read-more ~ * {
    display: none !important;
}

/* 2. Show siblings when the button has the .is-expanded class */
.js-read-more.is-expanded ~ * {
    display: block !important; /* Use 'block' or 'initial' */
}


/* Optional: Style the link to look like a button or stand out */
.js-read-more {
    display: block;
    cursor: pointer;
    color: #333;
    text-decoration: none;
    margin-bottom: 1rem;
    font-weight: bold;
}

.js-read-more.is-expanded {
  display: none;
}

.js-read-more:hover {
    color: #0056b3;
}

.media-links-mobile {
  display: none;
}

/* Mobile */

@media (max-width: 1040px) {
  section {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .container {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  footer .content-flex .content-flex {
    flex-direction: column;
  }
  footer .content-flex .content-flex * {
    width: 100%;
  }
}

@media (max-width: 950px) {
  .menu-img {
    display: none !important;
  }

  .h-accordion img,
  .h-accordion small {
    display: none;
  }

  .h-accordion .content-flex {
    flex-flow: column;
  }

  .h-accordion .content-flex .one-half {
    width: 100%;
  }

  #highlights .content-flex {
    flex-flow: column-reverse;
  }

  #highlights .content-flex .one-half {
    width: 100%;
  }

  #highlights img + div,
  #highlights .quote,
  #highlights .quote + p {
    display: none;
  }
}

@media (max-width: 768px) {

  .main-header h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  .tabs-nav {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }

  .tab-btn {
    width: 100%;
    max-width: 100%;
  }

  #in-review h3 {
    border-bottom: 0;
  }

  .point-description {
    right: 1rem;
  }

  .tabs-content-wrapper .content-flex,
  #market .content-flex,
  #rooted .content-flex,
  #fund-performance .content-flex {
    flex-direction: column;
  }

  .tabs-content-wrapper .content-flex .one-third,
  .tabs-content-wrapper .content-flex .two-thirds,
  #rooted .content-flex .one-half,
  #rooted .content-flex .one-half,
  #responsible-investment .two-thirds,
  #market .content-flex .two-thirds,
  #market .content-flex .one-third,
  #fund-performance .one-half {
    width: 100%;
  }


  #board .columns,
  #stewardship-by-numbers .container .section-title ~ div {
    column-count: 1 !important;
  }


  .js-read-more-mobile {
    display: block;
    margin-bottom: 1rem;
  }

  .js-read-more-mobile ~ * {
    display: none;
  }

  .js-read-more-mobile.is-expanded {
    display: none;
  }

  .js-read-more-mobile.is-expanded ~ * {
    display: block;
  }

  .nav-links a {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 640px) {

	  /* Stack accordion panels vertically */
	.h-accordion {
		    flex-direction: column;
		    height: auto;
		    overflow: visible;
	}
	
	  /* Panels expand vertically instead of horizontally */
	.panel {
		    flex-direction: column;
		    height: auto;
		    flex: 0 0 auto;
		    width: 100%;
	}
	
	.panel.active {
		    flex: 0 0 auto;
	}
	
	  /* Panel header becomes a full-width horizontal bar */
	.panel-header {
		    width: 100%;
		    height: 2.75rem;
		    writing-mode: horizontal-tb;
		    transform: none;
		    justify-content: center;
		    padding: 0 20px;
		    flex-shrink: 0;
	}
	
	  /* Panel content takes full height when active */
	.panel-content {
		    padding: 30px 20px;
		    opacity: 0;
		    max-height: 0;
		    overflow: hidden;
		    transition: opacity 0.3s, max-height 0.5s;
	}
	
	.panel.active .panel-content {
		    opacity: 1;
		    max-height: 2000px;
		    overflow-y: auto;
	}

  .h-accordion {
    flex-direction: column;
    height: auto;
  }

  .panel {
    height: auto;
  }

  .panel-header {
    writing-mode: horizontal-tb;
    transform: none;
  }

  .panel-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .panel-content > .content-flex {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .menu .menu-label,
  .menu .header-title {
    display: none;
  }

  .main-header h1 {
    font-size: 2rem;
  }

  .main-header h2 {
    font-size: 1rem;
  }

  footer .content-flex {
    flex-direction: column;
  }

  footer {
    background: linear-gradient(to bottom, #1852d1 0%, #522b9c 33%, #038a3b 66%, #de621b 100%);
  }

  footer .content-flex .one-half,
  footer .content-flex .one-third,
  footer .content-flex .two-thirds,
  footer .content-flex form * {
    width: 100%;
  }

  #rooted .button {
    font-size: .875rem;
    text-align: center;
    padding: .75rem;
  }

  .point-description {
    font-size: .75rem;
  }

  .media-links-mobile {
    display: block;
  }

  .media-links-mobile svg {
    width: 48px;
    margin-right: 2rem;
  }

  .media-links {
    display: none;
  }

  footer .text-about {
    display: none;
  }

  footer .text-about-mobile {
    display: block;
    margin-bottom: 1rem;
  }

  footer form {
    margin-top: 2rem;
  }

  footer .contact-info {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 540px) {
  #market-outlook > .container > .content-flex .content-flex {
    flex-direction: column;
  }
  #market-outlook > .container > .content-flex .content-flex .one-third {
    width: 100%;
    align-items: center !important;
    text-align: center;
  }

  #market-outlook .market-persons{
    gap: 1rem; 
    width: 100%;
  }
}



@media (prefers-reduced-motion: reduce) {
  .bg-video {
    display: none;
  }

  .video-section {
    background: url("assets-report-2025/images/poster.jpg") center / cover no-repeat;
    width: 100%;
    max-width: 100%;
  }
}
