.v4-page {
  --v4-bg: #ecf2fa;
  --v4-header: #f8faff;
  --v4-blue: #184d98;
  --v4-orange: #e94e0f;
  --v4-ink: #3c3c3b;
  min-width: 1920px;
  min-height: 1080px;
  margin: 0;
  overflow: hidden;
  color: var(--v4-ink);
  background: var(--v4-bg);
}

.v4-page *,
.v4-page *::before,
.v4-page *::after {
  box-sizing: border-box;
}

.v4-skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  color: #fff;
  background: var(--v4-blue);
  transform: translateY(-160%);
}

.v4-skip-link:focus {
  transform: translateY(0);
}

.v4-header {
  position: relative;
  z-index: 20;
  width: 1920px;
  height: 80px;
  border-bottom: 1px solid rgba(24, 77, 152, 0.05);
  background: var(--v4-header);
}

.v4-header__inner {
  width: 100%;
  height: 100%;
  padding: 0 52px 0 58px;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
}

.v4-brand {
  display: inline-flex;
  width: 130px;
  align-items: center;
}

.v4-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.v4-sections {
  min-width: 0;
  height: 100%;
}

.v4-sections ol {
  --v4-section-gap: clamp(22px, calc(-10.5px + 2.95vw), 48px);
  width: min(100%, 1320px);
  height: 100%;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, max-content);
  align-items: center;
  justify-content: center;
  column-gap: var(--v4-section-gap);
  list-style: none;
}

.v4-sections li {
  position: relative;
  min-width: 0;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.v4-sections li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: clamp(-28.5px, calc(0.75px - 1.475vw), -15.5px);
  width: 9px;
  height: 9px;
  border: 0;
  background: url("/assets/review/c33ce53999d3/section-separator-15.svg") center / 9px 9px no-repeat;
  transform: translateY(-50%);
}

.v4-section {
  position: relative;
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #0b457d;
  text-decoration: none;
  font-family: var(--font-report-display);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

a.v4-section:not(.is-active)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--v4-orange);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: opacity 160ms ease, transform 180ms ease;
}

a.v4-section:not(.is-active):hover,
a.v4-section:not(.is-active):focus-visible {
  color: var(--v4-orange);
}

a.v4-section:not(.is-active):hover::after,
a.v4-section:not(.is-active):focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

a.v4-section:focus-visible {
  border-radius: 3px;
  outline: 2px solid rgba(233, 78, 15, 0.24);
  outline-offset: 5px;
}

.v4-section.is-active {
  color: var(--v4-orange);
}

.v4-section.is-active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--v4-orange);
}

button.v4-section {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 1;
}

button.v4-section::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--v4-orange);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: opacity 160ms ease, transform 180ms ease;
}

button.v4-section:hover,
button.v4-section:focus-visible,
button.v4-section.is-selected {
  color: var(--v4-orange);
}

button.v4-section:hover::after,
button.v4-section:focus-visible::after,
button.v4-section.is-selected::after {
  opacity: 1;
  transform: scaleX(1);
}

button.v4-section:focus-visible {
  border-radius: 3px;
  outline: 2px solid rgba(233, 78, 15, 0.24);
  outline-offset: 5px;
}

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

.v4-utility {
  position: relative;
  height: 100%;
  padding-left: clamp(8px, 1vw, 18px);
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--v4-orange);
  font-family: var(--font-report-display);
  text-transform: uppercase;
}

.v4-language {
  position: relative;
}

.v4-language summary {
  position: relative;
  width: 72px;
  height: 29px;
  border: 0;
  display: block;
  padding: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  list-style: none;
  background: transparent;
}

.v4-language summary::-webkit-details-marker {
  display: none;
}

.v4-language summary::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 8px;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  transform-origin: 70% 70%;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.v4-language[open] summary::after {
  transform: translate3d(0, 2px, 0) rotate(225deg);
}

.v4-language__asset {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 72px;
  height: auto;
  transform: translateY(-50%);
}

.v4-language__current {
  position: absolute;
  top: 50%;
  left: 34px;
  line-height: 1;
  transform: translateY(-50%);
}

.v4-language__menu {
  position: absolute;
  top: 39px;
  right: 0;
  width: 72px;
  padding: 12px 9px 11px;
  border: 1px solid rgba(24, 77, 152, 0.1);
  border-radius: 12px;
  display: grid;
  gap: 8px;
  justify-items: center;
  color: var(--v4-orange);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
  background: rgba(248, 250, 255, 0.96);
  box-shadow: 0 10px 26px rgba(25, 56, 92, 0.14);
  transform-origin: 100% 0;
  will-change: opacity, filter, transform;
}

.v4-language__menu > span {
  width: 100%;
  min-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.v4-language[open]:not(.is-closing) .v4-language__menu {
  animation: v4-language-menu-open 440ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.v4-language[open]:not(.is-closing) .v4-language__menu > span {
  animation: v4-language-item-open 280ms ease-out both;
}

.v4-language[open]:not(.is-closing) .v4-language__menu > span:nth-child(1) {
  animation-delay: 110ms;
}

.v4-language[open]:not(.is-closing) .v4-language__menu > span:nth-child(2) {
  animation-delay: 165ms;
}

.v4-language.is-closing .v4-language__menu {
  animation: v4-language-menu-close 260ms cubic-bezier(0.4, 0, 1, 1) both;
}

@keyframes v4-language-menu-open {
  0% {
    opacity: 0;
    filter: blur(4px);
    transform: translate3d(0, -8px, 0) scale(0.92);
  }

  72% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 1px, 0) scale(1.018);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes v4-language-item-open {
  from {
    opacity: 0;
    transform: translate3d(0, -5px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes v4-language-menu-close {
  from {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    opacity: 0;
    filter: blur(3px);
    transform: translate3d(0, -6px, 0) scale(0.95);
  }
}

@media (prefers-reduced-motion: reduce) {
  .v4-language summary::after {
    transition: none;
  }

  .v4-language[open] .v4-language__menu,
  .v4-language[open] .v4-language__menu > span {
    opacity: 1;
    filter: none;
    transform: none;
    animation: none;
  }
}

.v4-menu-button {
  width: 34px;
  height: 32px;
  padding: 4px 2px;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: transparent;
  opacity: 1;
}

.v4-menu-button span {
  display: block;
  flex: 0 0 3px;
  width: 30px;
  height: 3px;
  border-radius: 999px;
  background: var(--v4-orange);
}

.v4-hero {
  position: relative;
  width: 1920px;
  height: calc(100dvh - 80px);
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 52.5%) minmax(560px, 47.5%);
  overflow: hidden;
  background: var(--v4-bg);
}

.v4-artwork {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
  contain: paint;
}

.v4-artwork img {
  position: absolute;
  right: auto;
  bottom: 0;
  left: clamp(40px, 2.1vw, 64px);
  display: block;
  width: auto;
  height: max(70vw, calc(100dvh + 240px));
  max-width: none;
}

.v4-artwork__base {
  z-index: 1;
}

/*
 * Deterministic light-point derivatives remain pixel-aligned with the verified
 * cover composite. Only opacity is animated, keeping the large layers on the
 * compositor and avoiding frame-by-frame blur/filter rasterisation.
 */
.v4-artwork__light-layer {
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  will-change: opacity;
}

.v4-artwork__light-layer--a {
  animation: v4-cover-lights-a 5.8s ease-in-out 600ms infinite both;
}

.v4-artwork__light-layer--b {
  animation: v4-cover-lights-b 7.2s ease-in-out 1.35s infinite both;
}

.v4-artwork__light-layer--c {
  animation: v4-cover-lights-c 8.6s ease-in-out 2.05s infinite both;
}

/*
 * Source-derived energy wave. Both layers reuse the approved transparent alpha
 * extraction; only the vertical reveal window moves, so no synthetic route can
 * drift away from the artwork or form a separate drawn line.
 */
.v4-artwork__energy-wave {
  --v4-energy-wave-opacity: 0.8;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: screen;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 16%;
  mask-size: 100% 16%;
  -webkit-mask-position: 50% 122%;
  mask-position: 50% 122%;
  will-change: opacity, -webkit-mask-position, mask-position;
  animation: v4-cover-energy-mask-wave 8.4s linear 620ms infinite both;
}

.v4-artwork__energy-wave--halo {
  --v4-energy-wave-opacity: 0.68;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.18) 14%, #000 42%, #000 58%, rgba(0, 0, 0, 0.18) 86%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.18) 14%, #000 42%, #000 58%, rgba(0, 0, 0, 0.18) 86%, transparent 100%);
  filter: sepia(1) saturate(4.2) hue-rotate(342deg) brightness(1.12) drop-shadow(0 0 9px rgba(255, 151, 35, 0.92));
}

.v4-artwork__energy-wave--core {
  --v4-energy-wave-opacity: 0.96;
  z-index: 4;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 35%, rgba(0, 0, 0, 0.42) 43%, #000 48%, #000 52%, rgba(0, 0, 0, 0.42) 57%, transparent 65%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, transparent 35%, rgba(0, 0, 0, 0.42) 43%, #000 48%, #000 52%, rgba(0, 0, 0, 0.42) 57%, transparent 65%, transparent 100%);
  filter: brightness(1.32) contrast(1.08) drop-shadow(0 0 4px rgba(255, 246, 190, 0.96));
}

@keyframes v4-cover-energy-mask-wave {
  0%,
  9% {
    opacity: 0;
    -webkit-mask-position: 50% 122%;
    mask-position: 50% 122%;
  }

  14% {
    opacity: var(--v4-energy-wave-opacity);
  }

  68% {
    opacity: var(--v4-energy-wave-opacity);
    -webkit-mask-position: 50% 48%;
    mask-position: 50% 48%;
  }

  78%,
  100% {
    opacity: 0;
    -webkit-mask-position: 50% 44%;
    mask-position: 50% 44%;
  }
}

@keyframes v4-cover-lights-a {
  0%,
  100% {
    opacity: 0.08;
  }

  24% {
    opacity: 0.62;
  }

  48% {
    opacity: 0.2;
  }

  74% {
    opacity: 0.48;
  }
}

@keyframes v4-cover-lights-b {
  0%,
  100% {
    opacity: 0.12;
  }

  30% {
    opacity: 0.42;
  }

  58% {
    opacity: 0.16;
  }

  82% {
    opacity: 0.68;
  }
}

@keyframes v4-cover-lights-c {
  0%,
  100% {
    opacity: 0.06;
  }

  20% {
    opacity: 0.34;
  }

  52% {
    opacity: 0.64;
  }

  78% {
    opacity: 0.18;
  }
}

.v4-copy {
  position: relative;
  z-index: 2;
  width: min(660px, 100%);
  min-width: 0;
  height: 100%;
  padding-top: clamp(140px, 13vh, 190px);
  grid-column: 2;
  grid-row: 1;
  overflow: clip;
  container-type: inline-size;
}

.v4-eyebrow {
  margin: 0 0 8px;
  color: var(--v4-ink);
  font-family: var(--font-report-display);
  font-size: 31px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.v4-copy h1 {
  width: 100%;
  margin: 0;
  color: var(--v4-blue);
  font-family: var(--font-report-display);
  font-size: 62px;
  font-weight: 900;
  line-height: 1.13;
  letter-spacing: -0.018em;
  text-transform: uppercase;
}

.v4-title__line {
  display: block;
  white-space: nowrap;
}

.v4-read-report {
  width: 288px;
  height: 78px;
  margin-top: 200px;
  padding: 0 27px;
  border: 1px solid rgba(24, 77, 152, 0.08);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  color: var(--v4-blue);
  font-family: var(--font-report-display);
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(248, 250, 255, 0.92);
  box-shadow: 0 9px 25px rgba(25, 56, 92, 0.11);
}

.v4-read-report::before {
  content: "";
  width: 3px;
  height: 34px;
  margin-right: 16px;
  background: var(--v4-orange);
}

.v4-read-report span {
  margin-right: auto;
}

.v4-read-report__arrow {
  flex: 0 0 auto;
  display: block;
  width: 48px;
  height: 48px;
  margin-left: 16px;
}

.v4-read-report:hover,
.v4-read-report:focus-visible {
  color: #fff;
  background: var(--v4-blue);
  outline: 3px solid rgba(233, 78, 15, 0.3);
  outline-offset: 3px;
}

.v4-cover-next {
  --v4-cover-next-size: clamp(70px, 7.8vw, 126px);
  --v4-cover-next-gap: clamp(16px, 1.5vw, 24px);
  --v4-cover-next-card-width: clamp(280px, 24.5vw, 392px);
  position: relative;
  z-index: 4;
  width: var(--v4-cover-next-size);
  height: var(--v4-cover-next-size);
  margin-top: 200px;
  display: block;
  color: inherit;
  text-decoration: none;
  overflow: visible;
}

.v4-cover-next::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: var(--v4-cover-next-gap);
}

.v4-cover-next__arrow {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 7px 9px rgba(232, 77, 14, 0.18));
  animation: v4-cover-next-hint 2.4s ease-in-out infinite;
  transition: filter 180ms ease;
}

.v4-cover-next__card {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: calc(100% + var(--v4-cover-next-gap));
  width: var(--v4-cover-next-card-width);
  min-height: clamp(96px, 7.75vw, 124px);
  padding: clamp(17px, 1.35vw, 22px) clamp(18px, 1.45vw, 24px) clamp(16px, 1.25vw, 20px) clamp(40px, 3vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 12px;
  background: rgba(249, 251, 255, 0.96);
  box-shadow: 0 15px 34px rgba(57, 75, 99, 0.17), 0 3px 9px rgba(57, 75, 99, 0.1);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(24px, -50%, 0);
  transition:
    opacity 300ms ease,
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0s linear 420ms,
    box-shadow 180ms ease;
}

.v4-cover-next__card::before {
  content: "";
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: clamp(20px, 1.6vw, 26px);
  width: 3px;
  border-radius: 999px;
  background: var(--v4-orange);
}

.v4-cover-next__direction {
  margin-bottom: 6px;
  color: rgba(60, 60, 59, 0.48);
  font-family: var(--font-report-display);
  font-size: clamp(9px, 0.68vw, 11px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.v4-cover-next__row {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(12px, 1vw, 16px);
}

.v4-cover-next__number {
  color: var(--v4-orange);
  font-family: var(--font-report-display);
  font-size: clamp(34px, 2.55vw, 42px);
  font-weight: 900;
  line-height: 0.9;
}

.v4-cover-next__title {
  min-width: 0;
  color: var(--v4-ink);
  font-family: var(--font-report-display);
  font-size: clamp(12px, 0.92vw, 15px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.005em;
  text-transform: uppercase;
}

.v4-cover-next:hover .v4-cover-next__card,
.v4-cover-next:focus-visible .v4-cover-next__card {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, -50%, 0);
  transition:
    opacity 340ms ease 40ms,
    transform 440ms cubic-bezier(0.16, 1, 0.3, 1) 40ms,
    visibility 0s linear 0s,
    box-shadow 180ms ease;
}

.v4-cover-next:hover .v4-cover-next__arrow,
.v4-cover-next:focus-visible .v4-cover-next__arrow {
  animation-play-state: paused;
  filter: drop-shadow(0 10px 12px rgba(232, 77, 14, 0.25));
}

.v4-cover-next:focus-visible {
  border-radius: 50%;
  outline: 3px solid rgba(232, 77, 14, 0.26);
  outline-offset: 5px;
}

@keyframes v4-cover-next-hint {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(3px);
  }
}

/* Primary cover intro: one even overlapping rhythm for all three copy objects. */
.v4-page--menu-primary .v4-eyebrow,
.v4-page--menu-primary .v4-copy h1,
.v4-page--menu-primary .v4-read-report,
.v4-page--menu-primary .v4-cover-next {
  animation: v4-cover-copy-enter 980ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.v4-page--menu-primary .v4-eyebrow {
  animation-delay: 180ms;
}

.v4-page--menu-primary .v4-copy h1 {
  animation-delay: 620ms;
}

.v4-page--menu-primary .v4-read-report,
.v4-page--menu-primary .v4-cover-next {
  animation-delay: 1060ms;
}

.v4-page--menu-primary .v4-read-report::before,
.v4-page--menu-primary .v4-read-report__arrow {
  animation: none;
}

@keyframes v4-cover-copy-enter {
  from {
    opacity: 0;
    filter: blur(4px);
    transform: translate3d(0, 16px, 0);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .v4-artwork__light-layer,
  .v4-artwork__energy-wave {
    display: none;
    animation: none;
  }

  .v4-page--menu-primary .v4-eyebrow,
  .v4-page--menu-primary .v4-copy h1,
  .v4-page--menu-primary .v4-read-report,
  .v4-page--menu-primary .v4-cover-next,
  .v4-page--menu-primary .v4-read-report::before,
  .v4-page--menu-primary .v4-read-report__arrow {
    animation: none;
    opacity: 1;
    filter: none;
    clip-path: none;
    transform: none;
  }

  .v4-cover-next__arrow,
  .v4-cover-next__card {
    animation: none;
    transition: none;
  }
}

/* Responsive composition: wide desktop gives the source artwork the dominant column. */
.v4-page {
  min-width: 0;
  min-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
}

.v4-header,
.v4-hero {
  width: 100%;
}

/* Approved all-page navigation rollout: preserve the header's normal-flow space. */
body.v4-page:not(.v4-menu-open) {
  overflow-x: clip;
  overflow-y: visible;
}

body.v4-page.v4-menu-open {
  overflow: hidden;
}

body.v4-page > .v4-header {
  position: sticky;
  top: 0;
}

body.v4-page main [id] {
  scroll-margin-top: calc(var(--v4-responsive-header-height, 80px) + 16px);
}

.v4-page .v4-header .v4-sections .v4-section.is-active {
  color: var(--v4-orange);
}

.v4-page .v4-header .v4-sections .v4-section.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.v4-nav-backdrop {
  position: fixed;
  z-index: 17;
  inset: 72px 0 0;
  border: 0;
  display: none;
  background: rgba(7, 35, 67, 0.34);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

@media (max-width: 119.9375rem) {
  .v4-page {
    --v4-responsive-header-height: 80px;
    --v4-art-offset: clamp(28px, 2.083vw, 40px);
    --v4-art-column: calc(var(--v4-art-offset) + max(598.8px, calc(83.17dvh - 66.54px)));
  }

  .v4-header__inner {
    padding-right: clamp(24px, 2.708vw, 52px);
    padding-left: clamp(28px, 3.02vw, 58px);
    grid-template-columns: clamp(130px, 8.854vw, 170px) minmax(0, 1fr) auto;
    gap: clamp(12px, 1.5625vw, 30px);
  }

  .v4-brand {
    width: clamp(116px, 6.77vw, 130px);
  }

  .v4-section {
    font-size: clamp(10.5px, calc(1.27px + 0.838vw), 13px);
  }

  .v4-hero {
    display: grid;
    grid-template-columns: minmax(0, min(var(--v4-art-column), calc(100% - 400px))) minmax(400px, 1fr);
    height: calc(100vh - 80px);
    min-height: 720px;
  }

  .v4-artwork {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    grid-column: 1;
    grid-row: 1;
    contain: paint;
  }

  .v4-artwork img {
    position: absolute;
    top: auto;
    bottom: 0;
    left: var(--v4-art-offset);
    height: 118%;
  }

  .v4-copy {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-width: 0;
    height: 100%;
    padding: clamp(96px, 13.2vh, 132px) clamp(48px, 5.1vw, 98px) 32px;
    grid-column: 2;
    grid-row: 1;
    overflow: clip;
    container-type: inline-size;
  }

  .v4-eyebrow {
    margin-bottom: clamp(8px, 0.75vw, 14px);
    font-size: clamp(18px, 3.5cqw, 31px);
  }

  .v4-copy h1 {
    width: 100%;
    font-size: clamp(32px, 7cqw, 62px);
  }

  .v4-read-report,
  .v4-cover-next {
    margin-top: clamp(92px, 10.416vw, 200px);
  }
}

@media (min-width: 86.0625rem) and (max-width: 119.9375rem) {
  .v4-page {
    --v4-art-column: calc(var(--v4-art-offset) + max(669px, calc(93.04dvh - 74.43px)));
  }

  .v4-artwork img {
    height: 132%;
  }

  .v4-copy {
    width: min(720px, 100%);
    padding-top: clamp(120px, 13.6vh, 154px);
    padding-right: 0;
    padding-left: clamp(44px, 3.2vw, 62px);
  }
}

@media (min-width: 68.8125rem) and (max-width: 86rem) {
  .v4-header__inner {
    padding-right: clamp(14px, 1.25vw, 18px);
    padding-left: clamp(14px, 1.25vw, 18px);
    grid-template-columns: 100px minmax(0, 1fr) auto;
    gap: clamp(8px, 1vw, 14px);
  }

  .v4-brand {
    width: 100px;
  }

  .v4-cover-next {
    --v4-cover-next-size: clamp(64px, 5.8vw, 80px);
    --v4-cover-next-gap: clamp(12px, 1vw, 14px);
    --v4-cover-next-card-width: clamp(208px, 19vw, 262px);
  }

  .v4-utility {
    padding-left: 8px;
    gap: 12px;
  }
}

@media (max-width: 68.75rem) {
  .v4-page {
    --v4-responsive-header-height: 72px;
    --v4-art-column: min(calc(83.877dvh - 60.39px), calc(100% - 360px));
  }

  .v4-page.v4-menu-open {
    overflow: hidden;
  }

  .v4-header {
    height: 72px;
  }

  .v4-header__inner {
    padding: 0 clamp(22px, 3vw, 40px);
    grid-template-columns: minmax(116px, 1fr) auto;
    gap: 18px;
  }

  .v4-brand {
    width: 126px;
  }

  .v4-sections {
    position: fixed;
    z-index: 19;
    top: 72px;
    right: 0;
    left: 0;
    height: auto;
    max-height: calc(100dvh - 72px);
    padding: 22px clamp(22px, 4vw, 54px) 28px;
    overflow-y: auto;
    background: rgba(248, 250, 255, 0.985);
    box-shadow: 0 18px 40px rgba(18, 51, 85, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-18px);
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .v4-sections ol {
    width: min(100%, 1100px);
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 0 42px;
  }

  .v4-sections li {
    height: auto;
    min-height: 58px;
    padding: 0;
    border-bottom: 1px solid rgba(24, 77, 152, 0.13);
  }

  .v4-sections li::after {
    display: none;
  }

  .v4-section {
    width: 100%;
    height: auto;
    padding: 12px 14px;
    font-size: 13px;
    line-height: 1.15;
    white-space: normal;
  }

  .v4-section.is-active::after {
    top: 12px;
    right: auto;
    bottom: 12px;
    left: 0;
    width: 3px;
    height: auto;
  }

  .v4-page.v4-menu-open .v4-sections {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .v4-nav-backdrop {
    display: block;
  }

  .v4-page.v4-menu-open .v4-nav-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .v4-utility {
    justify-self: end;
  }

  .v4-menu-button {
    cursor: pointer;
  }

  .v4-menu-button:focus-visible {
    border-radius: 4px;
    outline: 3px solid rgba(24, 77, 152, 0.24);
    outline-offset: 5px;
  }

  .v4-menu-button span {
    transition: transform 220ms ease, opacity 180ms ease;
  }

  .v4-page.v4-menu-open .v4-menu-button span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .v4-page.v4-menu-open .v4-menu-button span:nth-child(2) {
    opacity: 0;
  }

  .v4-page.v4-menu-open .v4-menu-button span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .v4-language__menu {
    top: 39px;
  }

  .v4-hero {
    display: grid;
    grid-template-columns: minmax(0, var(--v4-art-column)) minmax(360px, 1fr);
    height: calc(100dvh - 72px);
    min-height: calc(100dvh - 72px);
  }

  .v4-artwork {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    grid-column: 1;
    grid-row: 1;
    contain: paint;
  }

  .v4-artwork img {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    height: 119%;
  }

  .v4-copy {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-width: 0;
    height: 100%;
    padding: clamp(84px, 13vh, 132px) clamp(24px, 4vw, 52px) 32px;
    grid-column: 2;
    grid-row: 1;
    overflow: clip;
  }

  .v4-eyebrow {
    font-size: clamp(18px, 3.5cqw, 27px);
  }

  .v4-copy h1 {
    font-size: clamp(32px, 7cqw, 50px);
  }

  .v4-read-report,
  .v4-cover-next {
    margin-top: clamp(72px, 9vw, 118px);
  }
}

@media (max-width: 68.75rem), (max-width: 119.9375rem) and (max-aspect-ratio: 11 / 10) {
  .v4-hero {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: calc(100dvh - var(--v4-responsive-header-height));
    padding-bottom: 52px;
  }

  .v4-artwork {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: clamp(540px, 65vw, 720px);
    flex: none;
    order: 2;
  }

  .v4-artwork img {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 50%;
    width: min(74vw, 680px);
    height: auto;
    transform: translateX(-50%);
  }

  .v4-copy {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding: clamp(52px, 6vw, 76px) clamp(40px, 7vw, 96px) 0;
    order: 1;
    overflow: visible;
  }

  .v4-eyebrow {
    margin-bottom: 18px;
    font-size: clamp(20px, 3vw, 28px);
  }

  .v4-copy h1 {
    font-size: clamp(34px, 4.125vw, 44px);
    line-height: 1.08;
    white-space: nowrap;
  }

  .v4-read-report,
  .v4-cover-next {
    margin-top: 36px;
  }
}

@media (max-width: 50rem) {
  .v4-page {
    --v4-responsive-header-height: 68px;
  }

  .v4-header {
    height: 68px;
  }

  .v4-header__inner {
    padding: 0 20px;
  }

  .v4-brand {
    width: 118px;
  }

  .v4-utility {
    gap: 12px;
  }

  .v4-sections {
    top: 68px;
    max-height: calc(100dvh - 68px);
    padding: 16px 20px 24px;
  }

  .v4-sections ol {
    grid-template-columns: 1fr;
  }

  .v4-sections li {
    min-height: 52px;
  }

  .v4-section {
    padding: 10px 13px;
    font-size: 13px;
  }

  .v4-nav-backdrop {
    inset: 68px 0 0;
  }

  .v4-hero {
    display: block;
    height: auto;
    min-height: calc(100dvh - 68px);
    padding-bottom: 46px;
    overflow: hidden;
  }

  .v4-artwork {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: clamp(620px, 118vw, 920px);
  }

  .v4-artwork img {
    position: absolute;
    top: 0;
    left: 50%;
    width: min(94vw, 600px);
    height: auto;
    transform: translateX(-50%);
  }

  .v4-copy {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: clamp(44px, 10vw, 64px) clamp(24px, 7vw, 56px) 0;
  }

  .v4-eyebrow {
    margin-bottom: 18px;
    font-size: clamp(19px, 3.4vw, 25px);
  }

  .v4-copy h1 {
    font-size: clamp(35px, 7vw, 50px);
    line-height: 1.08;
    white-space: normal;
  }

  .v4-title__line {
    display: block;
    white-space: nowrap;
  }

  .v4-read-report {
    width: 254px;
    height: 70px;
    margin-top: 34px;
    padding: 0 20px;
    font-size: 17px;
  }

  .v4-read-report__arrow {
    width: 42px;
    height: 42px;
    margin-left: 13px;
  }

  .v4-cover-next {
    --v4-cover-next-size: 56px;
    --v4-cover-next-gap: 12px;
    --v4-cover-next-card-width: min(250px, calc(100vw - 104px));
    margin-top: 34px;
  }

  .v4-cover-next__card {
    min-height: 90px;
    padding: 14px 14px 13px 34px;
    border-radius: 10px;
  }

  .v4-cover-next__card::before {
    left: 17px;
  }

  .v4-cover-next__direction {
    margin-bottom: 5px;
    font-size: 8.5px;
  }

  .v4-cover-next__row {
    gap: 10px;
  }

  .v4-cover-next__number {
    font-size: 30px;
  }

  .v4-cover-next__title {
    font-size: 10.5px;
  }
}

@media (max-width: 30rem) {
  .v4-header__inner {
    padding: 0 16px;
  }

  .v4-brand {
    width: 108px;
  }

  .v4-menu-button {
    width: 32px;
  }

  .v4-menu-button span {
    width: 26px;
  }

  .v4-artwork {
    height: clamp(460px, 140vw, 640px);
  }

  .v4-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .v4-page--menu-primary .v4-copy h1.report-type-page-heading.report-type-core {
    font-size: clamp(25px, 8vw, 38px) !important;
    line-height: 1.08 !important;
  }
}

/* Keep every visible source object and all decorative layers pixel-aligned. */
.v4-artwork {
  --v4-artwork-top-gap: clamp(28px, 3.6vh, 52px);
  --v4-artwork-horizontal-room: clamp(48px, 6vw, 104px);
}

.v4-artwork img {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  width: auto;
  height: auto;
  max-width: calc(100% - var(--v4-artwork-horizontal-room));
  max-height: calc(100% - var(--v4-artwork-top-gap));
  object-fit: contain;
  transform: translateX(-50%);
}

/*
 * In the two-column cover the source PNG contains a large background-only strip
 * above the first visible object (the built-in 2025). Grow the intact composite
 * from its bottom anchor so the visible year begins 135–150 px below the 80 px
 * header at the 1920 × 1080 reference. No visible source object is cropped.
 */
@media (min-width: 68.8125rem) and (min-aspect-ratio: 11 / 10) {
  .v4-artwork {
    --v4-artwork-background-lift: clamp(120px, 17dvh, 260px);
  }

  .v4-artwork img {
    height: calc(100% + var(--v4-artwork-background-lift));
    max-height: none;
  }
}

@media (max-width: 68.75rem), (max-width: 119.9375rem) and (max-aspect-ratio: 11 / 10) {
  .v4-artwork {
    --v4-artwork-top-gap: clamp(24px, 3vw, 40px);
    --v4-artwork-horizontal-room: clamp(40px, 8vw, 80px);
  }
}

@media (max-width: 50rem) {
  .v4-hero {
    display: flex;
    flex-direction: column;
  }

  .v4-artwork {
    --v4-artwork-top-gap: clamp(20px, 6vw, 28px);
    --v4-artwork-horizontal-room: 0px;
    flex: none;
    order: 2;
  }

  .v4-copy {
    padding-top: clamp(24px, 6vw, 36px);
    order: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v4-sections,
  .v4-nav-backdrop,
  .v4-menu-button span,
  button.v4-section::after {
    transition: none;
  }
}

/* Source-bound electronic contents overlay: spread_0002. */
.v4-menu-button {
  position: relative;
  z-index: 32;
  cursor: pointer;
}

.v4-menu-button:focus-visible {
  border-radius: 4px;
  outline: 3px solid rgba(24, 77, 152, 0.24);
  outline-offset: 5px;
}

.v4-menu-button span {
  transform-origin: center;
  transition: transform 220ms ease, opacity 180ms ease;
}

.v4-page.v4-menu-open {
  overflow: hidden;
}

.v4-page.v4-menu-open .v4-menu-button span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.v4-page.v4-menu-open .v4-menu-button span:nth-child(2) {
  opacity: 0;
}

.v4-page.v4-menu-open .v4-menu-button span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.v4-contents-overlay[hidden] {
  display: none;
}

.v4-contents-overlay {
  position: fixed;
  z-index: 18;
  inset: 80px 0 0;
  overflow: hidden;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}

.v4-page.v4-menu-open .v4-contents-overlay {
  opacity: 1;
  pointer-events: auto;
}

.v4-contents-overlay__layout {
  width: 100%;
  height: 100%;
  padding: 14px 18px 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.v4-contents-panel {
  --v4-contents-drop-shadow: 0 3px 15px rgba(0, 0, 0, 0.09);
  position: relative;
  min-width: 0;
  width: min(58vw, 1040px);
  height: 100%;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 14px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) clamp(110px, 13vh, 150px);
  overflow: hidden;
  color: #55606d;
  background: #f7f8fb;
  box-shadow: var(--v4-contents-drop-shadow);
  opacity: 0;
  transform: translate3d(0, -26px, 0) scale(0.985);
  transform-origin: 86% 0;
  transition:
    opacity 230ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 320ms ease;
  will-change: opacity, transform;
}

.v4-contents-panel::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  right: 20px;
  left: 20px;
  height: 1px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 0 rgba(112, 120, 130, 0.10);
}

.v4-page.v4-menu-open .v4-contents-panel {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  box-shadow: var(--v4-contents-drop-shadow);
}

.v4-contents-panel__body {
  min-height: 0;
  padding: clamp(30px, 2.15vw, 42px) clamp(30px, 2.35vw, 46px) 8px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(94, 104, 117, 0.28) transparent;
}

.v4-contents-title {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.v4-volume-menu {
  margin: 0 0 clamp(20px, 2.1vh, 28px) clamp(6px, 0.55vw, 10px);
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.v4-volume-control {
  position: relative;
  width: clamp(88px, 6.5vw, 104px);
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: center;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.v4-volume-control:hover,
.v4-volume-control:focus-visible {
  transform: translate3d(0, -4px, 0) scale(1.045);
}

.v4-volume-control:focus-visible {
  outline: 3px solid var(--v4-orange);
  outline-offset: 4px;
}

.v4-volume-control__cover {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
  box-shadow: 0 6px 18px rgba(20, 53, 91, 0.13);
  transition: filter 220ms ease;
}

.v4-volume-control__download {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  background: linear-gradient(180deg, rgba(16, 62, 126, 0.72), rgba(10, 57, 122, 0.92));
  opacity: 0;
  transform: translate3d(0, 8px, 0);
  transition:
    opacity 180ms ease,
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.v4-volume-control__download-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

.v4-volume-control__download-label {
  font-family: var(--approved-type-navigation-family);
  font-size: var(--approved-type-navigation-size);
  font-weight: var(--approved-type-navigation-weight);
  line-height: var(--approved-type-navigation-leading);
  text-align: center;
  text-transform: uppercase;
}

.v4-volume-control:hover .v4-volume-control__cover,
.v4-volume-control:focus-visible .v4-volume-control__cover {
  filter: saturate(0.78) brightness(0.7);
}

.v4-volume-control:hover .v4-volume-control__download,
.v4-volume-control:focus-visible .v4-volume-control__download {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (hover: none) {
  .v4-volume-control__download {
    inset: auto 6px 6px auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--v4-orange);
    opacity: 1;
    transform: none;
  }

  .v4-volume-control__download-icon {
    width: auto;
    height: auto;
    border: 0;
    font-size: 23px;
  }

  .v4-volume-control__download-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
}

.v4-contents-groups {
  padding-left: clamp(6px, 0.55vw, 10px);
  column-count: 2;
  column-gap: clamp(34px, 2.65vw, 52px);
  column-fill: balance;
}

.v4-contents-group {
  width: 100%;
  margin: 0 0 clamp(14px, 1.45vh, 20px);
  display: inline-block;
  break-inside: avoid;
  vertical-align: top;
}

.v4-contents-group--intro {
  margin-bottom: clamp(19px, 2vh, 27px);
}

.v4-contents-group__title {
  min-height: 0;
  margin: 0 0 8px;
  padding: 0;
  display: block;
  color: var(--v4-blue);
  background: transparent;
  font-family: var(--font-report-display, "Samruk Energy Good Pro", sans-serif);
  font-size: clamp(10.5px, 0.68vw, 12.5px);
  font-weight: 500;
  line-height: 1.12;
  text-transform: uppercase;
}

.v4-contents-group__name {
  display: block;
}

.v4-contents-group__entries {
  display: grid;
  gap: 0;
}

.v4-contents-entry {
  min-width: 0;
  padding: 2px 0;
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  align-items: start;
  gap: 7px;
  color: #626b76;
  font-family: var(--font-report-body, "Samruk Energy Roboto", sans-serif);
  font-size: clamp(9px, 0.56vw, 10.6px);
  font-weight: 400;
  line-height: 1.16;
  text-decoration: none;
}

.v4-contents-entry::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 0.18em;
  display: block;
  background: url("/assets/review/73e470875145/circle-arrow-up-right.svg") center / contain no-repeat;
}

.v4-contents-entry:hover,
.v4-contents-entry:focus-visible {
  color: var(--v4-blue);
}

.v4-contents-entry:focus-visible {
  border-radius: 3px;
  outline: 2px solid rgba(233, 78, 15, 0.78);
  outline-offset: 2px;
}

.v4-contents-group--intro .v4-contents-entry {
  padding: 3px 0;
  grid-template-columns: minmax(0, 1fr);
  color: var(--v4-blue);
  font-family: var(--font-report-display, "Samruk Energy Good Pro", sans-serif);
  font-size: clamp(9.75px, 0.62vw, 11.5px);
  font-weight: 500;
  line-height: 1.14;
  text-transform: uppercase;
}

.v4-contents-group--intro .v4-contents-entry::before {
  display: none;
}

.v4-contents-entry__label,
.v4-contents-fragment {
  min-width: 0;
}

.v4-contents-fragment {
  display: block;
  white-space: normal;
  overflow-wrap: anywhere;
}

.v4-contents-panorama {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #eef4f6;
}

.v4-contents-panorama::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 0 auto;
  height: 23%;
  pointer-events: none;
  background: linear-gradient(180deg, #f7f8fb 0%, rgba(247, 248, 251, 0) 100%);
}

.v4-contents-panorama img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

@media (max-width: 86rem) {
  .v4-contents-overlay__layout {
    padding: 10px 12px 12px;
  }

  .v4-contents-panel {
    width: min(64vw, 920px);
    height: 100%;
    margin: 0;
    grid-template-rows: minmax(0, 1fr) clamp(105px, 12vh, 135px);
  }

  .v4-contents-panel__body {
    padding: 25px 28px 7px;
  }

  .v4-contents-groups {
    column-gap: 30px;
  }

  .v4-contents-group {
    margin-bottom: 13px;
  }

  .v4-contents-group__title {
    margin-bottom: 6px;
    font-size: clamp(9.5px, 0.82vw, 11.5px);
  }

  .v4-contents-entry {
    padding: 1.5px 0;
    font-size: clamp(8.6px, 0.72vw, 10px);
  }

  .v4-contents-group--intro .v4-contents-entry {
    font-size: clamp(9.2px, 0.78vw, 10.8px);
  }
}

@media (max-width: 68.75rem) {
  .v4-sections,
  .v4-page.v4-menu-open .v4-sections {
    display: none;
  }

  .v4-contents-overlay {
    inset: 72px 0 0;
  }

  .v4-contents-overlay__layout {
    padding: 9px 10px 11px;
  }

  .v4-contents-panel {
    width: min(74vw, 790px);
    height: 100%;
    margin: 0;
    grid-template-rows: minmax(0, 1fr) clamp(100px, 12vh, 130px);
  }

  .v4-contents-entry {
    font-size: clamp(8.8px, 0.9vw, 10.2px);
  }
}

@media (max-width: 50rem) {
  .v4-contents-overlay {
    inset: 68px 0 0;
    overflow-y: auto;
    background: transparent;
  }

  .v4-contents-overlay__layout {
    height: auto;
    min-height: 100%;
    padding: 8px;
    display: flex;
  }

  .v4-contents-panel {
    width: 100%;
    height: auto;
    min-height: calc(100dvh - 84px);
    margin: 0;
    border-radius: 0;
    grid-template-rows: auto clamp(150px, 22vh, 220px);
    box-shadow: var(--v4-contents-drop-shadow);
  }

  .v4-contents-panel__body {
    padding: 30px clamp(22px, 6vw, 42px) 18px;
    overflow: visible;
  }

  .v4-volume-menu {
    margin-bottom: 26px;
  }

  .v4-contents-entry {
    font-size: clamp(9.5px, 1.5vw, 11.5px);
  }

  .v4-contents-group--intro .v4-contents-entry,
  .v4-contents-group__title {
    font-size: clamp(10px, 1.65vw, 12px);
  }
}

@media (max-width: 38rem) {
  .v4-contents-groups {
    column-count: 1;
  }

  .v4-contents-group {
    margin-bottom: 19px;
  }

  .v4-contents-panel {
    grid-template-rows: auto clamp(145px, 22vh, 205px);
  }

  .v4-contents-entry {
    padding: 4px 0;
    font-size: clamp(11px, 3vw, 13px);
    line-height: 1.18;
  }

  .v4-contents-entry::before {
    width: 8px;
    height: 8px;
  }

  .v4-contents-group--intro .v4-contents-entry,
  .v4-contents-group__title {
    font-size: 11.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v4-contents-overlay,
  .v4-contents-panel,
  .v4-menu-button span,
  .v4-volume-control {
    transition: none;
  }

  .v4-volume-control:hover,
  .v4-volume-control:focus-visible {
    transform: none;
  }

  .v4-volume-control__cover,
  .v4-volume-control__download {
    transition: none;
  }
}
