/*
 * Nanook Docu Kids — official visual refresh
 *
 * Official theme. Every page sets data-visual-refresh in its root element so
 * this layer is applied consistently without URL parameters or alternatives.
 */

.visual-refresh-only {
  display: none;
}

html[data-visual-refresh='true'] {
  --refresh-pink: #e54275;
  --refresh-pink-text: #a91d49;
  --refresh-green: #7fcbae;
  --refresh-gold: #f2c972;
  --refresh-red: #ef3d50;
  --refresh-ink: #151719;
  --refresh-paper: #f0f0f0;
  --refresh-white: #ffffff;
  --refresh-muted: #535856;
  --refresh-line: rgba(21, 23, 25, 0.2);
  --refresh-font-display: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
  --refresh-font-body: 'Hind', 'Trebuchet MS', Arial, sans-serif;
  --refresh-shadow-solid: 6px 6px 0 var(--refresh-ink);
  --refresh-shadow-soft: 0 22px 50px rgba(21, 23, 25, 0.13);
  overflow-x: clip;
}

html[data-visual-refresh='true'] body {
  overflow-x: clip;
}

html[data-visual-refresh='true'] .visual-refresh-only {
  display: block;
}

html[data-visual-refresh='true'] .edition-announcement {
  position: relative;
  z-index: 9;
  contain: layout paint;
  width: 100%;
  max-width: 100%;
  height: 34px;
  overflow: hidden;
  border-bottom: 2px solid var(--refresh-pink);
  background: var(--refresh-ink);
  color: var(--refresh-green);
  font-family: var(--refresh-font-display);
}

html[data-visual-refresh='true'] .edition-announcement-track {
  position: absolute;
  inset: 0 auto 0 0;
  display: flex;
  width: max-content;
  min-width: 100%;
  height: 100%;
  animation: edition-announcement-scroll 32s linear infinite;
  will-change: transform;
}

html[data-visual-refresh='true'] .edition-announcement-set,
html[data-visual-refresh='true'] .edition-announcement-item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

html[data-visual-refresh='true'] .edition-announcement-item {
  gap: 22px;
  padding-right: 28px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

html[data-visual-refresh='true'] .edition-announcement-item img {
  display: block;
  width: 30px;
  height: 18px;
  object-fit: contain;
  filter: invert(82%) sepia(22%) saturate(716%) hue-rotate(106deg)
    brightness(90%) contrast(88%);
}

@keyframes edition-announcement-scroll {
  to {
    transform: translateX(-50%);
  }
}

html[data-visual-refresh='true'] .visual-refresh-original {
  display: none !important;
}

html[data-visual-refresh='true'] body {
  background: var(--refresh-paper);
  color: var(--refresh-ink);
  font-family: var(--refresh-font-body);
  font-size: 18px;
  line-height: 1.6;
}

html[data-visual-refresh='true'] h1,
html[data-visual-refresh='true'] h2,
html[data-visual-refresh='true'] h3,
html[data-visual-refresh='true'] h4,
html[data-visual-refresh='true'] .nav-link,
html[data-visual-refresh='true'] .btn {
  font-family: var(--refresh-font-display);
}

html[data-visual-refresh='true'] :focus-visible {
  outline: 3px solid var(--refresh-gold);
  outline-offset: 4px;
}

html[data-visual-refresh='true'] .container {
  width: min(100%, 1280px);
  max-width: none;
  padding-inline: clamp(24px, 4vw, 64px);
}

/* Header: quieter, tighter and unmistakably part of the same identity. */
html[data-visual-refresh='true'] .navbar {
  padding: 0;
  background: var(--refresh-paper);
  border-bottom: 2px solid var(--refresh-ink);
  box-shadow: none;
}

html[data-visual-refresh='true'] .nav-container {
  height: 88px;
  padding-inline: clamp(24px, 4vw, 64px);
}

html[data-visual-refresh='true'] .logo-img {
  height: 48px;
  margin: 0;
}

html[data-visual-refresh='true'] .nav-links {
  gap: clamp(16px, 2vw, 30px);
}

html[data-visual-refresh='true'] .nav-link {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

html[data-visual-refresh='true'] .nav-link.active,
html[data-visual-refresh='true'] .nav-link[aria-current='page'] {
  color: var(--refresh-pink);
}

html[data-visual-refresh='true'] .nav-editions__toggle {
  color: var(--refresh-ink);
}

html[data-visual-refresh='true'] .nav-editions__menu {
  border: 2px solid var(--refresh-ink);
  border-radius: 6px;
  background: var(--refresh-paper);
  box-shadow: 3px 3px 0 var(--refresh-ink);
}

html[data-visual-refresh='true'] .nav-editions__menu a {
  border-left: 3px solid transparent;
  border-radius: 4px;
  color: var(--refresh-ink);
  font-family: var(--refresh-font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

html[data-visual-refresh='true'] .nav-editions__menu a[aria-current='page'] {
  border-left-color: var(--refresh-pink);
  background: transparent;
  color: var(--refresh-pink);
}

html[data-visual-refresh='true'] .nav-editions__menu a:hover {
  border-left-color: var(--refresh-green);
  background: var(--refresh-green);
  color: var(--refresh-ink);
}

html[data-visual-refresh='true'] .navbar .nav-cta {
  min-height: 44px;
  padding: 10px 18px;
  background: var(--refresh-pink);
  color: var(--refresh-white);
  font-size: 13px;
  text-transform: uppercase;
  white-space: nowrap;
}

html[data-visual-refresh='true'] .navbar .nav-cta:hover {
  background: var(--refresh-green);
  color: var(--refresh-ink);
}

html[data-visual-refresh='true'] a:not(.btn)::after {
  height: 3px;
  background: var(--refresh-pink);
}

/* Buttons: one reusable, email-friendly silhouette. */
html[data-visual-refresh='true'] .btn,
html[data-visual-refresh='true'] .hero-video-open-btn {
  min-height: 52px;
  border: 2px solid var(--refresh-ink);
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 4px 4px 0 var(--refresh-ink);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

html[data-visual-refresh='true'] .btn:hover,
html[data-visual-refresh='true'] .hero-video-open-btn:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--refresh-ink);
}

html[data-visual-refresh='true'] .btn:active,
html[data-visual-refresh='true'] .hero-video-open-btn:active {
  transform: translate(3px, 3px);
  box-shadow: 1px 1px 0 var(--refresh-ink);
}

/* Hero: cinema first, with pink as an accent instead of a full backdrop. */
html[data-visual-refresh='true'] .hero {
  min-height: 0;
  background: var(--refresh-paper);
}

html[data-visual-refresh='true'] .hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(440px, 0.84fr);
  grid-template-rows: none;
  border-bottom: 0;
}

html[data-visual-refresh='true'] .hero-photo-strip {
  width: auto;
  height: auto;
  min-height: 720px;
  margin: 0;
  border-right: 2px solid var(--refresh-ink);
}

html[data-visual-refresh='true'] .hero-video-overlay {
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: clamp(24px, 3vw, 42px);
  background: linear-gradient(
    180deg,
    rgba(21, 23, 25, 0.02) 42%,
    rgba(21, 23, 25, 0.72) 100%
  );
}

html[data-visual-refresh='true'] .hero-video-open-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 0;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--refresh-gold);
  color: var(--refresh-ink);
  font-family: var(--refresh-font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-align: left;
  text-transform: uppercase;
  backdrop-filter: none;
}

html[data-visual-refresh='true'] .hero-video-open-btn:hover,
html[data-visual-refresh='true'] .hero-video-open-btn:focus-visible {
  background: var(--refresh-gold);
  color: var(--refresh-ink);
}

html[data-visual-refresh='true'] .hero-badge-float {
  top: 24px;
  right: 24px;
}

html[data-visual-refresh='true'] .hero-badge-float img {
  max-width: 240px;
  filter: drop-shadow(5px 5px 0 rgba(21, 23, 25, 0.9));
}

html[data-visual-refresh='true'] .hero-panel {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  padding: clamp(54px, 5vw, 84px);
  overflow: hidden;
  background: var(--refresh-paper);
  color: var(--refresh-ink);
}

html[data-visual-refresh='true'] .hero-panel::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 16px;
  background: var(--refresh-pink);
  content: '';
}

html[data-visual-refresh='true'] .hero-panel-inner {
  max-width: 620px;
  margin: 0;
}

html[data-visual-refresh='true'] .hero-title {
  max-width: 11ch;
  margin-bottom: 24px;
  color: var(--refresh-ink);
  font-size: clamp(3.15rem, 4.55vw, 5.15rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.94;
  text-wrap: balance;
}

html[data-visual-refresh='true'] .hero-title em {
  color: var(--refresh-pink);
  font-style: italic;
}

html[data-visual-refresh='true'] .hero-panel-row {
  display: block;
}

html[data-visual-refresh='true'] .hero-panel-copy {
  gap: 14px;
}

html[data-visual-refresh='true'] .hero-subtitle {
  max-width: 52ch;
  margin-bottom: 8px;
  font-family: var(--refresh-font-body);
  font-size: 19px;
  line-height: 1.5;
}

html[data-visual-refresh='true'] .hero-subtitle,
html[data-visual-refresh='true'] .hero-subtitle strong {
  color: var(--refresh-ink);
}

html[data-visual-refresh='true']
  .hero-panel-copy
  > .hero-subtitle:last-of-type {
  margin-top: 12px;
  color: var(--refresh-muted);
  font-size: 16px;
  line-height: 1.45;
}

html[data-visual-refresh='true']
  .hero-panel-copy
  > .hero-subtitle:last-of-type
  strong {
  color: var(--refresh-ink);
}

html[data-visual-refresh='true'] .hero-panel-cta {
  display: block;
  margin: 22px 4px 12px 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

html[data-visual-refresh='true'] .hero-panel-cta .hero-buttons,
html[data-visual-refresh='true'] .hero-panel-cta .btn {
  justify-content: flex-start;
  width: 100%;
}

html[data-visual-refresh='true'] .hero-panel-cta .hero-buttons {
  margin-top: 0;
}

html[data-visual-refresh='true'] .hero-kicker {
  max-width: 24ch;
  margin: 0;
  color: var(--refresh-ink);
  font-family: var(--refresh-font-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

html[data-visual-refresh='true'] .hero-buttons .hero-solid-btn {
  min-width: 0;
  padding: 15px 30px;
  border-color: var(--refresh-ink);
  background: var(--refresh-pink);
  color: var(--refresh-white);
  box-shadow: 4px 4px 0 var(--refresh-ink);
}

html[data-visual-refresh='true'] .hero-buttons .hero-solid-btn:hover {
  background: var(--refresh-pink);
  box-shadow: 6px 6px 0 var(--refresh-ink);
}

/* Stages become a shared editorial band, not a competing tab. */
html[data-visual-refresh='true'] .hero-stage-ticker {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  grid-column: 1 / -1;
  order: 3;
  overflow: hidden;
  position: relative;
  z-index: 5;
  margin-top: -3%;
  padding-block: 20px;
  border-top: 2px solid var(--refresh-ink);
  border-bottom: 2px solid var(--refresh-ink);
  background: var(--refresh-green);
  color: var(--refresh-ink);
  font-family: var(--refresh-font-display);
  font-size: clamp(17px, 1.7vw, 23px);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

html[data-visual-refresh='true'] a.hero-stage-ticker::after {
  display: none;
}

html[data-visual-refresh='true'] .hero-stage-ticker-track {
  display: flex;
  width: max-content;
  animation: refresh-stage-ticker 22s linear infinite;
  will-change: transform;
}

html[data-visual-refresh='true'] .hero-stage-ticker-group {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.5vw, 42px);
  padding-right: clamp(20px, 2.5vw, 42px);
}

html[data-visual-refresh='true'] .hero-stage-ticker-group b {
  color: var(--refresh-pink);
  font-size: 1.3em;
  line-height: 0;
}

html[data-visual-refresh='true'] .hero-stage-ticker:hover .hero-stage-ticker-track,
html[data-visual-refresh='true']
  .hero-stage-ticker:focus-visible
  .hero-stage-ticker-track {
  animation-play-state: paused;
}

@keyframes refresh-stage-ticker {
  to {
    transform: translateX(-50%);
  }
}

/* Section rhythm and hierarchy. */
html[data-visual-refresh='true'] .section {
  padding-block: clamp(80px, 8vw, 128px);
}

html[data-visual-refresh='true'] .section-title,
html[data-visual-refresh='true'] .section-title-light,
html[data-visual-refresh='true'] .cta-title {
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.98;
  text-wrap: balance;
}

html[data-visual-refresh='true'] .section-title,
html[data-visual-refresh='true'] .section-title-light {
  max-width: 16ch;
  margin-inline: auto;
  margin-bottom: clamp(40px, 5vw, 72px);
}

html[data-visual-refresh='true'] .section-title em {
  color: var(--refresh-pink);
  font-style: italic;
}

/* Shared page language: an editorial opening followed by tactile content blocks. */
html[data-visual-refresh='true'] .page-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid var(--refresh-ink);
  background: var(--refresh-paper);
}

html[data-visual-refresh='true'] .page-hero::before {
  position: absolute;
  inset: 0 0 auto;
  height: 16px;
  background: var(--refresh-pink);
  content: '';
}

html[data-visual-refresh='true'] .page-eyebrow {
  margin: 0 0 22px;
  color: var(--refresh-pink);
  font-family: var(--refresh-font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

html[data-visual-refresh='true'] .page-hero > .container > .page-eyebrow,
html[data-visual-refresh='true'] .page-hero > .container > .section-title {
  margin-left: 0;
  text-align: left;
}

html[data-visual-refresh='true'] .page-hero > .container > .section-text {
  max-width: 72ch !important;
  margin-left: 0 !important;
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  line-height: 1.52;
}

html[data-visual-refresh='true'] .section-white {
  background: var(--refresh-white);
}

html[data-visual-refresh='true'] .section-green {
  border-block: 2px solid var(--refresh-ink);
  background: var(--refresh-green);
}

html[data-visual-refresh='true'] .two-column-grid {
  gap: clamp(42px, 7vw, 100px);
}

html[data-visual-refresh='true'] .two-column-grid .section-title {
  max-width: 13ch;
  margin-left: 0;
}

html[data-visual-refresh='true'] .section-text {
  font-family: var(--refresh-font-body);
  font-size: 18px;
  line-height: 1.58;
}

html[data-visual-refresh='true'] .nanook-figure img,
html[data-visual-refresh='true'] .editions-hero-map {
  border: 2px solid var(--refresh-ink);
  border-radius: 12px;
  box-shadow: 8px 8px 0 var(--refresh-ink);
}

html[data-visual-refresh='true'] .intro-card,
html[data-visual-refresh='true'] .step-card,
html[data-visual-refresh='true'] .timeline-list {
  border: 2px solid var(--refresh-ink);
  border-radius: 12px;
  background: var(--refresh-white);
  box-shadow: 5px 5px 0 var(--refresh-ink);
}

html[data-visual-refresh='true'] .intro-card {
  padding: clamp(25px, 3vw, 38px);
  transform: none;
}

html[data-visual-refresh='true'] .intro-card-title,
html[data-visual-refresh='true'] .step-title {
  color: var(--refresh-ink);
  font-weight: 800;
  letter-spacing: -0.03em;
}

html[data-visual-refresh='true'] .intro-card-text,
html[data-visual-refresh='true'] .step-text {
  color: var(--refresh-muted);
  font-family: var(--refresh-font-body);
  line-height: 1.5;
}

html[data-visual-refresh='true'] .steps-grid .step-card:nth-child(1),
html[data-visual-refresh='true'] .intro-cards > .intro-card:nth-child(1) {
  border-top: 10px solid var(--refresh-pink);
}

html[data-visual-refresh='true'] .steps-grid .step-card:nth-child(2),
html[data-visual-refresh='true'] .intro-cards > .intro-card:nth-child(2) {
  border-top: 10px solid var(--refresh-green);
}

html[data-visual-refresh='true'] .steps-grid .step-card:nth-child(3),
html[data-visual-refresh='true'] .intro-cards > .intro-card:nth-child(3) {
  border-top: 10px solid var(--refresh-gold);
}

html[data-visual-refresh='true'] .timeline-list {
  overflow: hidden;
  padding: 0;
  list-style: none;
}

html[data-visual-refresh='true'] .timeline-list li {
  margin: 0;
  padding: 24px 28px 24px 64px;
  border-bottom: 2px solid var(--refresh-ink);
}

html[data-visual-refresh='true'] .timeline-list li:last-child {
  border-bottom: 0;
}

/* Editions: treat the map and archive as a visual report, not a card catalogue. */
html[data-visual-refresh='true'] .page-hero--editions .editions-hero-grid {
  align-items: center;
}

html[data-visual-refresh='true'] .page-hero--editions .section-title {
  max-width: 10ch;
  margin: 0 0 26px;
}

html[data-visual-refresh='true'] .page-hero--editions .editions-hero-next {
  padding: 26px;
  border: 2px solid var(--refresh-ink);
  border-radius: 10px;
  background: var(--refresh-gold);
  box-shadow: 5px 5px 0 var(--refresh-ink);
}

html[data-visual-refresh='true'] .gallery-grid--cards {
  gap: clamp(22px, 3vw, 34px);
}

html[data-visual-refresh='true'] .gallery-item {
  overflow: hidden;
  border: 2px solid var(--refresh-ink);
  border-radius: 12px;
  background: var(--refresh-white);
  box-shadow: 5px 5px 0 var(--refresh-ink);
}

html[data-visual-refresh='true'] .gallery-item img {
  border-bottom: 2px solid var(--refresh-ink);
}

html[data-visual-refresh='true'] .gallery-item figcaption {
  padding: 18px 20px 22px;
  font-family: var(--refresh-font-body);
}

html[data-visual-refresh='true'] .stats-grid .stat-card {
  padding: 28px 22px;
  border: 2px solid var(--refresh-ink);
  border-top: 10px solid var(--refresh-pink);
  border-radius: 10px;
  background: var(--refresh-paper);
  box-shadow: 5px 5px 0 var(--refresh-ink);
}

html[data-visual-refresh='true'] .stats-grid .stat-card:nth-child(2) {
  border-top-color: var(--refresh-green);
}

html[data-visual-refresh='true'] .stats-grid .stat-card:nth-child(3) {
  border-top-color: var(--refresh-gold);
}

html[data-visual-refresh='true'] .stat-number {
  color: var(--refresh-ink);
  font-family: var(--refresh-font-display);
  font-weight: 800;
  letter-spacing: -0.05em;
}

/* FAQs: navigable index plus clean, readable answer panels. */
html[data-visual-refresh='true'] .page-hero--faqs .section-title {
  max-width: 12ch;
  margin-left: 0;
  text-align: left;
}

html[data-visual-refresh='true'] .faq-intro,
html[data-visual-refresh='true'] .faq-block-nav,
html[data-visual-refresh='true'] .faq-blocks {
  max-width: none;
}

html[data-visual-refresh='true'] .faq-lead {
  max-width: 54ch;
  margin: 0 0 54px;
  font-family: var(--refresh-font-body);
  font-size: 21px;
  line-height: 1.5;
}

html[data-visual-refresh='true'] .faq-block-nav {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

html[data-visual-refresh='true'] .faq-nav-link {
  min-height: 170px;
  padding: 22px;
  border: 2px solid var(--refresh-ink);
  border-radius: 10px;
  background: var(--refresh-green);
  box-shadow: 4px 4px 0 var(--refresh-ink);
}

html[data-visual-refresh='true'] .faq-nav-link:nth-child(2n) {
  background: var(--refresh-gold);
}

html[data-visual-refresh='true'] .faq-nav-link:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--refresh-ink);
}

html[data-visual-refresh='true'] .faq-block {
  border: 2px solid var(--refresh-ink);
  border-radius: 12px;
  background: var(--refresh-white);
  box-shadow: 6px 6px 0 var(--refresh-ink);
}

html[data-visual-refresh='true'] .faq-block-header {
  padding: 30px clamp(24px, 4vw, 48px);
  border-bottom: 2px solid var(--refresh-ink);
  background: var(--refresh-pink);
}

html[data-visual-refresh='true'] .faq-block-label,
html[data-visual-refresh='true'] .faq-block-title {
  color: var(--refresh-white);
}

html[data-visual-refresh='true'] .faq-item {
  padding: 28px clamp(24px, 4vw, 48px);
  border-bottom: 1px solid var(--refresh-line);
}

html[data-visual-refresh='true'] .faq-number {
  color: var(--refresh-pink);
  font-family: var(--refresh-font-display);
  font-weight: 800;
}

html[data-visual-refresh='true'] .faq-answer {
  font-family: var(--refresh-font-body);
}

/* Legal pages keep the same system while prioritising long-form legibility. */
html[data-visual-refresh='true'] .legal-page {
  background: var(--refresh-paper);
}

html[data-visual-refresh='true'] .legal-page > .container {
  max-width: 960px !important;
  padding: clamp(36px, 6vw, 76px);
  border: 2px solid var(--refresh-ink);
  border-radius: 12px;
  background: var(--refresh-white);
  box-shadow: 8px 8px 0 var(--refresh-ink);
}

html[data-visual-refresh='true'] .legal-page .section-title {
  max-width: none;
  margin-left: 0;
}

html[data-visual-refresh='true'] .legal-block {
  padding-top: 28px;
  border-top: 2px solid var(--refresh-ink);
}

html[data-visual-refresh='true'] .legal-block h2 {
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  letter-spacing: -0.025em;
}

html[data-visual-refresh='true'] .section-ministry-support {
  padding-block: 34px;
  border-bottom: 2px solid var(--refresh-ink);
}

html[data-visual-refresh='true'] .hero-intro {
  background: var(--refresh-white);
}

html[data-visual-refresh='true'] .hero-intro .section-title {
  margin-left: 0;
  text-align: left;
}

/* Method cards: the old palette becomes the structure. */
html[data-visual-refresh='true'] .hero-intro .intro-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 38px);
}

html[data-visual-refresh='true'] .hero-intro .intro-card {
  min-height: 340px;
  padding: clamp(28px, 3vw, 42px);
  border: 2px solid var(--refresh-ink);
  border-radius: 12px;
  box-shadow: var(--refresh-shadow-solid);
  color: var(--refresh-ink);
  transform: none;
}

html[data-visual-refresh='true'] .hero-intro .intro-card:nth-child(1) {
  background: var(--refresh-pink);
}

html[data-visual-refresh='true'] .hero-intro .intro-card:nth-child(2) {
  background: var(--refresh-green);
}

html[data-visual-refresh='true'] .hero-intro .intro-card:nth-child(3) {
  background: var(--refresh-gold);
}

html[data-visual-refresh='true'] .hero-intro .intro-card-icon-img {
  max-height: 76px;
  margin-bottom: auto;
  filter: saturate(0) contrast(1.4);
}

html[data-visual-refresh='true'] .hero-intro .intro-card-title {
  margin: 42px 0 12px;
  color: var(--refresh-ink);
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 800;
  letter-spacing: -0.035em;
}

html[data-visual-refresh='true'] .hero-intro .intro-card-text {
  color: var(--refresh-ink);
  font-size: 18px;
  line-height: 1.45;
}

html[data-visual-refresh='true'] .method-impact {
  margin-top: clamp(64px, 8vw, 108px);
  padding-top: clamp(38px, 5vw, 64px);
  border-top: 2px solid var(--refresh-ink);
}

html[data-visual-refresh='true'] .method-impact-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: end;
}

html[data-visual-refresh='true'] .method-impact h3 {
  margin: 0;
  color: var(--refresh-ink);
  font-family: var(--refresh-font-display);
  font-size: clamp(2.5rem, 4.8vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

html[data-visual-refresh='true'] .method-impact-study {
  display: grid;
  gap: 20px;
  align-content: end;
}

html[data-visual-refresh='true'] .method-impact-logo {
  display: block;
  width: min(100%, 218px);
  height: auto;
  mix-blend-mode: multiply;
}

html[data-visual-refresh='true'] .method-impact-intro p,
html[data-visual-refresh='true'] .method-impact-source {
  margin: 0;
  color: var(--refresh-muted);
  font-family: var(--refresh-font-body);
  font-size: 18px;
  line-height: 1.55;
}

html[data-visual-refresh='true'] .method-impact-highlight {
  margin: clamp(34px, 5vw, 58px) 6px 32px 0;
  padding: clamp(26px, 3.2vw, 40px);
  border: 2px solid var(--refresh-ink);
  border-radius: 12px;
  background: var(--refresh-green);
  box-shadow: 6px 6px 0 var(--refresh-ink);
  color: var(--refresh-ink);
  font-family: var(--refresh-font-display);
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  letter-spacing: -0.03em;
  line-height: 1.28;
}

html[data-visual-refresh='true'] .method-impact-source {
  width: 100%;
  max-width: none;
  margin-left: 0;
}

@media (max-width: 720px) {
  html[data-visual-refresh='true'] .method-impact {
    margin-top: 58px;
    padding-top: 38px;
  }

  html[data-visual-refresh='true'] .method-impact-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  html[data-visual-refresh='true'] .method-impact h3 {
    font-size: clamp(2.35rem, 11vw, 3.4rem);
  }

  html[data-visual-refresh='true'] .method-impact-highlight {
    margin-top: 32px;
    padding: 26px 22px;
    font-size: 1.3rem;
  }
}

/* Film/category cards: image-led, less generic, visibly reusable. */
html[data-visual-refresh='true'] .section-gray {
  background: var(--refresh-paper);
}

html[data-visual-refresh='true'] .section-gray .section-title {
  max-width: 18ch;
}

html[data-visual-refresh='true'] .intro-cards-levels {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

html[data-visual-refresh='true'] .intro-cards-levels .intro-card {
  min-height: 0;
  padding: 0;
  border: 2px solid var(--refresh-ink);
  border-radius: 12px;
  background: var(--refresh-white);
  box-shadow: 5px 5px 0 var(--refresh-ink);
  transform: none;
}

html[data-visual-refresh='true'] .intro-cards-levels .intro-card-image {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  margin: 0;
  border-bottom: 2px solid var(--refresh-ink);
  border-radius: 0;
  object-fit: cover;
}

html[data-visual-refresh='true'] .intro-cards-levels .intro-card-title {
  margin: 24px 24px 8px;
  color: var(--refresh-ink);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -0.025em;
}

html[data-visual-refresh='true'] .intro-cards-levels .intro-card-text {
  margin: 0 24px 28px;
  color: var(--refresh-muted);
  font-size: 17px;
  line-height: 1.45;
}

html[data-visual-refresh='true'] .intro-cards-levels .intro-card:nth-child(1) {
  border-top: 10px solid var(--refresh-pink);
}

html[data-visual-refresh='true'] .intro-cards-levels .intro-card:nth-child(2) {
  border-top: 10px solid var(--refresh-green);
}

html[data-visual-refresh='true'] .intro-cards-levels .intro-card:nth-child(3) {
  border-top: 10px solid var(--refresh-gold);
}

html[data-visual-refresh='true'] .intro-cards-levels .intro-card:nth-child(4) {
  border-top: 10px solid var(--refresh-red);
}

/* Impact section: retain charcoal, sharpen data and testimonials. */
html[data-visual-refresh='true'] .section-impact-dark {
  border-block: 2px solid var(--refresh-ink);
  background: var(--refresh-ink);
}

html[data-visual-refresh='true'] .section-impact-dark .section-title-light {
  max-width: 18ch;
}

html[data-visual-refresh='true'] .section-subtitle-light {
  max-width: 66ch;
  margin: 0 auto;
  font-family: var(--refresh-font-body);
  font-size: 20px;
  line-height: 1.55;
}

html[data-visual-refresh='true'] .stat-card {
  padding-top: 18px;
  border-top: 4px solid var(--refresh-gold);
}

html[data-visual-refresh='true'] .stat-number-light {
  font-family: var(--refresh-font-display);
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

html[data-visual-refresh='true'] .section-impact-dark .stat-label {
  margin-top: 12px;
  color: var(--refresh-ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

html[data-visual-refresh='true'] .impact-video-embed {
  border: 2px solid var(--refresh-white);
  border-radius: 12px;
  box-shadow: 7px 7px 0 var(--refresh-pink);
}

html[data-visual-refresh='true'] .testimonial-card {
  border: 2px solid var(--refresh-white);
  border-radius: 12px;
  background: var(--refresh-paper);
  box-shadow: 5px 5px 0 var(--refresh-pink);
}

html[data-visual-refresh='true'] .testimonial-text {
  font-family: var(--refresh-font-body);
  font-size: 18px;
  line-height: 1.48;
}

/* Editorial block and final action. */
html[data-visual-refresh='true'] .section-manifesto {
  background: var(--refresh-gold);
}

html[data-visual-refresh='true'] .section-manifesto .section-title {
  max-width: 12ch;
  margin-left: 0;
  text-align: left;
}

html[data-visual-refresh='true'] .manifesto-text {
  color: var(--refresh-ink);
  font-size: 20px;
  line-height: 1.6;
}

html[data-visual-refresh='true'] .manifesto-poster img {
  border: 2px solid var(--refresh-ink);
  border-radius: 10px;
  box-shadow: 8px 8px 0 var(--refresh-ink);
}

html[data-visual-refresh='true'] .section-cta {
  padding-block: 0;
  border-top: 2px solid var(--refresh-ink);
  background: linear-gradient(
    90deg,
    var(--refresh-pink) 0 50%,
    var(--refresh-green) 50% 100%
  );
}

html[data-visual-refresh='true'] .section-cta .cta-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 1280px);
  max-width: none;
  padding: 0;
  text-align: left;
}

html[data-visual-refresh='true'] .cta-heading-column,
html[data-visual-refresh='true'] .cta-action-column {
  padding: clamp(72px, 7vw, 112px) clamp(40px, 5vw, 76px);
}

html[data-visual-refresh='true'] .cta-heading-column {
  display: flex;
  align-items: center;
  background: var(--refresh-pink);
}

html[data-visual-refresh='true'] .cta-action-column {
  background: var(--refresh-green);
}

html[data-visual-refresh='true'] .cta-title {
  max-width: 10ch;
  margin: 0;
  color: var(--refresh-ink);
}

html[data-visual-refresh='true'] .cta-subtitle {
  max-width: 42ch;
  margin: 0;
  color: var(--refresh-ink);
  font-family: var(--refresh-font-body);
  font-size: 20px;
  line-height: 1.5;
}

html[data-visual-refresh='true'] .cta-support {
  margin-top: 14px;
  color: var(--refresh-ink);
  text-align: left;
}

html[data-visual-refresh='true'] .section-cta .hero-buttons-cta {
  justify-content: flex-start;
  margin-top: 30px;
}

html[data-visual-refresh='true'] .section-cta .hero-buttons-cta .btn-cta-large {
  width: 100%;
  min-width: 0;
  padding: 15px 28px;
  background: var(--refresh-pink);
  color: var(--refresh-ink);
}

/* Team page ported from the discarded 2027 iteration. */
html[data-visual-refresh='true'] .team-hero,
html[data-visual-refresh='true'] .faq-page-hero {
  min-height: 620px;
  border-bottom: 2px solid var(--refresh-ink);
  background: var(--refresh-ink);
}

html[data-visual-refresh='true'] .team-hero-media img,
html[data-visual-refresh='true'] .faq-page-hero-media img {
  opacity: 0.48;
  filter: saturate(0.72);
}

html[data-visual-refresh='true'] .team-hero-media::after,
html[data-visual-refresh='true'] .faq-page-hero-media::after {
  background: linear-gradient(
    to top,
    rgba(21, 23, 25, 0.99) 8%,
    rgba(21, 23, 25, 0.55) 76%,
    rgba(21, 23, 25, 0.38)
  );
}

html[data-visual-refresh='true'] .team-hero .page-eyebrow,
html[data-visual-refresh='true'] .faq-page-hero .page-eyebrow {
  color: var(--refresh-gold);
}

html[data-visual-refresh='true'] .team-hero .section-title,
html[data-visual-refresh='true'] .faq-page-hero .section-title {
  max-width: 13ch;
  margin-inline: 0;
  color: var(--refresh-white);
  font-size: clamp(3.1rem, 7vw, 7rem);
  line-height: 0.9;
}

html[data-visual-refresh='true'] .team-hero .section-title em,
html[data-visual-refresh='true'] .faq-page-hero .section-title em {
  color: var(--refresh-pink);
}

html[data-visual-refresh='true'] .team-hero-lead,
html[data-visual-refresh='true'] .faq-page-hero-lead {
  color: #e2f5ee;
  font-family: var(--refresh-font-body);
}

html[data-visual-refresh='true'] .team-section {
  border-bottom: 2px solid var(--refresh-ink);
  background: var(--refresh-white);
}

html[data-visual-refresh='true'] .team-section--blue,
html[data-visual-refresh='true'] .team-section--ink {
  background: var(--refresh-ink);
  color: var(--refresh-white);
}

html[data-visual-refresh='true'] .team-section--striped {
  background: repeating-linear-gradient(
    115deg,
    var(--refresh-paper) 0 12px,
    var(--refresh-white) 12px 28px
  );
}

html[data-visual-refresh='true'] .team-section--yellow {
  background: var(--refresh-gold);
}

html[data-visual-refresh='true'] .team-section-heading .section-title {
  margin-bottom: 0;
}

html[data-visual-refresh='true'] .team-section--blue .section-title,
html[data-visual-refresh='true'] .team-section--ink .section-title {
  color: var(--refresh-white);
}

html[data-visual-refresh='true'] .team-section--blue .section-title em,
html[data-visual-refresh='true'] .team-section--ink .section-title em,
html[data-visual-refresh='true'] .team-section--blue .team-section-label,
html[data-visual-refresh='true'] .team-section--ink .team-section-label {
  color: var(--refresh-gold);
}

html[data-visual-refresh='true'] .team-section-label,
html[data-visual-refresh='true'] .faq-accordion-label {
  color: var(--refresh-pink-text);
  font-family: var(--refresh-font-display);
  font-weight: 800;
}

html[data-visual-refresh='true'] .team-card {
  border-color: var(--refresh-ink);
}

html[data-visual-refresh='true'] .team-card img {
  border: 2px solid var(--refresh-ink);
  box-shadow: 7px 7px 0 var(--refresh-pink);
}

html[data-visual-refresh='true'] .team-card h3 {
  font-weight: 800;
  letter-spacing: -0.035em;
}

html[data-visual-refresh='true'] .team-card p:not(.team-role),
html[data-visual-refresh='true'] .team-lead,
html[data-visual-refresh='true'] .team-note {
  color: var(--refresh-muted);
  font-family: var(--refresh-font-body);
}

html[data-visual-refresh='true'] .team-section--blue .team-card,
html[data-visual-refresh='true'] .team-section--ink .team-card {
  border-color: rgba(255, 255, 255, 0.65);
}

html[data-visual-refresh='true'] .team-section--blue .team-card img,
html[data-visual-refresh='true'] .team-section--ink .team-card img {
  border-color: var(--refresh-white);
  box-shadow: 7px 7px 0 var(--refresh-gold);
}

html[data-visual-refresh='true'] .team-section--blue .team-card p:not(.team-role),
html[data-visual-refresh='true'] .team-section--ink .team-card p:not(.team-role),
html[data-visual-refresh='true'] .team-section--ink .team-lead,
html[data-visual-refresh='true'] .team-section--blue .team-lead {
  color: #dfe9e5;
}

html[data-visual-refresh='true'] .team-role {
  color: var(--refresh-pink-text);
  font-family: var(--refresh-font-display);
}

html[data-visual-refresh='true'] .team-section--blue .team-role,
html[data-visual-refresh='true'] .team-section--ink .team-role {
  color: var(--refresh-gold);
}

html[data-visual-refresh='true'] .team-card--text {
  padding: 24px;
  border: 2px solid var(--refresh-ink);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.38);
  box-shadow: 5px 5px 0 var(--refresh-ink);
}

html[data-visual-refresh='true'] .team-partners img {
  border: 2px solid var(--refresh-white);
  border-radius: 8px;
}

html[data-visual-refresh='true'] .team-contact,
html[data-visual-refresh='true'] .team-contact a {
  color: var(--refresh-gold);
}

html[data-visual-refresh='true'] .team-section--unified {
  padding-block: clamp(72px, 8vw, 112px);
  background: var(--refresh-paper);
}

html[data-visual-refresh='true'] .team-section-heading--directory {
  display: block;
}

html[data-visual-refresh='true'] .team-section-heading--directory .section-title {
  max-width: 14ch;
  margin: 14px 0 0;
  font-size: clamp(3rem, 5.5vw, 5.6rem);
  line-height: 0.94;
}

html[data-visual-refresh='true'] .team-directory-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(28px, 4vw, 56px);
  margin-top: clamp(44px, 6vw, 72px);
}

html[data-visual-refresh='true'] .team-directory-grid .team-card {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  column-gap: 20px;
  align-content: start;
  min-width: 0;
  padding: 22px 0 24px;
}

html[data-visual-refresh='true'] .team-directory-grid .team-card img {
  grid-row: 1 / span 3;
  width: 94px;
  height: 94px;
  margin: 0;
  box-shadow: 5px 5px 0 var(--refresh-pink);
}

html[data-visual-refresh='true'] .team-directory-grid .team-card h3,
html[data-visual-refresh='true'] .team-directory-grid .team-card p {
  grid-column: 2;
}

html[data-visual-refresh='true'] .team-directory-grid .team-card h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
}

html[data-visual-refresh='true'] .team-directory-grid .team-card p {
  margin-top: 7px;
  font-size: 15px;
  line-height: 1.42;
}

html[data-visual-refresh='true'] .team-section-heading--compact {
  display: block;
}

html[data-visual-refresh='true'] .team-section-heading--compact .section-title {
  max-width: 17ch;
  margin: 14px 0 0;
  font-size: clamp(2.25rem, 4vw, 4.2rem);
  line-height: 0.98;
}

html[data-visual-refresh='true'] .team-ambassadors-section,
html[data-visual-refresh='true'] .team-organizations-section {
  padding-block: clamp(76px, 9vw, 124px);
  border-bottom: 2px solid var(--refresh-ink);
}

html[data-visual-refresh='true'] .team-ambassadors-section {
  background: var(--refresh-green);
}

html[data-visual-refresh='true'] .team-organizations-section {
  background: var(--refresh-white);
}

html[data-visual-refresh='true'] .team-ambassadors-section .team-lead,
html[data-visual-refresh='true'] .team-organizations-section .team-lead {
  margin: 26px 0 0;
  font-size: 18px;
}

html[data-visual-refresh='true'] .team-ambassadors-section .team-section-label,
html[data-visual-refresh='true'] .team-ambassadors-section .team-role,
html[data-visual-refresh='true'] .team-ambassadors-section .team-lead {
  color: var(--refresh-ink);
}

html[data-visual-refresh='true'] .team-ambassador-quote {
  margin: clamp(46px, 7vw, 84px) 0;
  padding: clamp(34px, 5vw, 60px) 0;
  border-block: 2px solid var(--refresh-ink);
  background: transparent;
}

html[data-visual-refresh='true'] .team-ambassador-quote p {
  max-width: 25ch;
  margin: 0;
  color: var(--refresh-ink);
  font-family: var(--refresh-font-display);
  font-size: clamp(1.85rem, 3.4vw, 3.35rem);
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

html[data-visual-refresh='true'] .team-ambassador-quote em {
  color: var(--refresh-ink);
}

html[data-visual-refresh='true'] .team-ambassadors-section .section-title em {
  color: var(--refresh-ink);
}

html[data-visual-refresh='true'] .team-ambassadors-directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(40px, 7vw, 88px);
}

html[data-visual-refresh='true'] .team-ambassador-card {
  min-width: 0;
  padding: 26px 0 30px;
  border: 0;
  border-top: 1.5px solid var(--refresh-ink);
  background: transparent;
}

html[data-visual-refresh='true'] .team-ambassador-card h3 {
  margin: 10px 0 0;
  font-family: var(--refresh-font-display);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

html[data-visual-refresh='true'] .team-ambassador-card p {
  margin: 9px 0 0;
  color: var(--refresh-ink);
  font-family: var(--refresh-font-body);
  font-size: 14px;
  line-height: 1.4;
}

html[data-visual-refresh='true'] .team-ambassador-card .team-role {
  font-size: 12px;
  line-height: 1.35;
}

html[data-visual-refresh='true'] .team-ambassador-card .team-ambassador-region {
  margin: 0;
  color: var(--refresh-ink);
  font-family: var(--refresh-font-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

html[data-visual-refresh='true'] .team-ambassador-card .team-ambassador-position {
  color: var(--refresh-ink);
  font-weight: 600;
}

html[data-visual-refresh='true'] .team-ambassador-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  margin-top: clamp(48px, 7vw, 82px);
  padding-top: clamp(34px, 5vw, 54px);
  border-top: 2px solid var(--refresh-ink);
}

html[data-visual-refresh='true'] .team-ambassador-cta .team-section-label {
  margin-bottom: 10px;
}

html[data-visual-refresh='true'] .team-ambassador-cta h3 {
  margin: 0;
  font-family: var(--refresh-font-display);
  font-size: clamp(1.6rem, 2.8vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

html[data-visual-refresh='true'] .team-ambassador-cta p:not(.team-section-label) {
  max-width: 64ch;
  margin: 12px 0 0;
  color: var(--refresh-ink);
  font-family: var(--refresh-font-body);
  font-size: 16px;
  line-height: 1.45;
}

html[data-visual-refresh='true'] .team-ambassador-cta .btn {
  min-width: 220px;
  width: auto;
  height: auto;
  padding: 14px 28px;
  border-color: var(--refresh-ink);
  background: var(--refresh-pink);
  color: var(--refresh-ink);
  white-space: nowrap;
  box-shadow: 5px 5px 0 var(--refresh-ink);
  text-align: center;
}

html[data-visual-refresh='true'] .team-organizations-section .team-partners {
  margin-top: 30px;
}

html[data-visual-refresh='true'] .team-organizations-section .team-partners img {
  height: 96px;
  border-color: var(--refresh-ink);
}

html[data-visual-refresh='true'] .team-organizations-section .team-contact,
html[data-visual-refresh='true'] .team-organizations-section .team-contact a {
  color: var(--refresh-ink);
}

@media (max-width: 760px) {
  html[data-visual-refresh='true'] .team-section-heading--directory,
  html[data-visual-refresh='true'] .team-section-heading--compact,
  html[data-visual-refresh='true'] .team-directory-grid {
    grid-template-columns: 1fr;
  }

  html[data-visual-refresh='true'] .team-section-heading--directory,
  html[data-visual-refresh='true'] .team-section-heading--compact {
    gap: 18px;
  }

  html[data-visual-refresh='true'] .team-directory-grid .team-card {
    grid-template-columns: 94px minmax(0, 1fr);
  }

  html[data-visual-refresh='true'] .team-ambassadors-directory {
    grid-template-columns: 1fr;
  }

  html[data-visual-refresh='true'] .team-ambassador-cta {
    grid-template-columns: 1fr;
  }

  html[data-visual-refresh='true'] .team-ambassador-cta .btn {
    width: 100%;
  }
}

@media (max-width: 430px) {
  html[data-visual-refresh='true'] .team-directory-grid .team-card {
    grid-template-columns: 78px minmax(0, 1fr);
    column-gap: 16px;
  }

  html[data-visual-refresh='true'] .team-directory-grid .team-card img {
    width: 78px;
    height: 78px;
  }

}

/* Previous FAQ attempt: image hero, sticky section index and native accordions. */
html[data-visual-refresh='true'] .faq-accordion-section {
  background: var(--refresh-white);
}

html[data-visual-refresh='true'] .faq-section-nav a {
  color: var(--refresh-muted);
  font-family: var(--refresh-font-display);
  font-size: 13px;
}

html[data-visual-refresh='true'] .faq-section-nav a:hover {
  color: var(--refresh-pink);
}

html[data-visual-refresh='true'] .faq-accordion-block {
  scroll-margin-top: 110px;
}

html[data-visual-refresh='true'] .faq-accordion-block h2 {
  color: var(--refresh-ink);
  font-weight: 800;
  letter-spacing: -0.05em;
}

html[data-visual-refresh='true'] .faq-accordion-item {
  border-color: rgba(21, 23, 25, 0.36);
}

html[data-visual-refresh='true'] .faq-accordion-item summary {
  color: var(--refresh-ink);
  font-family: var(--refresh-font-display);
  font-weight: 800;
}

html[data-visual-refresh='true'] .faq-accordion-item summary::after,
html[data-visual-refresh='true'] .faq-accordion-item summary span {
  color: var(--refresh-pink);
}

html[data-visual-refresh='true'] .faq-accordion-item > div {
  color: var(--refresh-muted);
  font-family: var(--refresh-font-body);
}

html[data-visual-refresh='true'] .faq-action {
  background: var(--refresh-white);
  color: var(--refresh-ink);
}

html[data-visual-refresh='true'] .faq-action--hot {
  background: var(--refresh-pink);
  color: var(--refresh-white);
}

html[data-visual-refresh='true'] .footer-mission {
  color: var(--refresh-gold);
  font-family: var(--refresh-font-display);
  font-size: clamp(1.45rem, 2.2vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.14;
}

html[data-visual-refresh='true'] .footer {
  border-top: 2px solid var(--refresh-ink);
  background: var(--refresh-ink);
}

@media (max-width: 1100px) {
  html[data-visual-refresh='true'] .hero-split {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.82fr);
  }

  html[data-visual-refresh='true'] .hero-photo-strip {
    min-height: 650px;
  }

  html[data-visual-refresh='true'] .hero-panel {
    padding: 52px 40px;
  }

  html[data-visual-refresh='true'] .intro-cards-levels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-visual-refresh='true'] .faq-block-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  html[data-visual-refresh='true'] .navbar {
    padding: 0;
  }

  html[data-visual-refresh='true'] .nav-container {
    height: 78px;
  }

  html[data-visual-refresh='true'] .logo-img {
    height: 56px;
  }

  html[data-visual-refresh='true'] .nav-links {
    top: 78px;
    gap: 6px;
    padding: 18px 20px 24px;
    border-bottom: 2px solid var(--refresh-ink);
    border-radius: 0;
    background: var(--refresh-paper);
  }

  html[data-visual-refresh='true'] .nav-links .nav-link {
    width: 100%;
    padding: 10px 14px;
  }

  html[data-visual-refresh='true'] .nav-editions__trigger .nav-link {
    width: auto;
  }

  html[data-visual-refresh='true'] .nav-editions__menu {
    border: 0;
    background: rgba(21, 23, 25, 0.06);
    box-shadow: none;
  }

  html[data-visual-refresh='true'] .navbar .nav-cta {
    width: min(100%, 320px);
    margin: 10px auto 0;
  }

  html[data-visual-refresh='true'] .page-hero::before {
    height: 10px;
  }

  html[data-visual-refresh='true'] .faq-block-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-visual-refresh='true'] .faq-nav-link {
    min-height: 0;
  }

  html[data-visual-refresh='true'] .legal-page > .container {
    padding: clamp(28px, 6vw, 52px);
  }

  html[data-visual-refresh='true'] .hero-split {
    display: flex;
    flex-direction: column;
  }

  html[data-visual-refresh='true'] .hero-panel {
    order: 2;
    min-height: 0;
    padding: 56px clamp(24px, 7vw, 58px) 62px;
    border-bottom: 2px solid var(--refresh-ink);
  }

  html[data-visual-refresh='true'] .hero-panel-inner {
    max-width: 680px;
  }

  html[data-visual-refresh='true'] .hero-title {
    max-width: 12ch;
    font-size: clamp(3.1rem, 9.5vw, 5.2rem);
  }

  html[data-visual-refresh='true'] .hero-photo-strip {
    order: 1;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-right: 0;
  }

  html[data-visual-refresh='true'] .hero-video-open-btn {
    position: static;
    inset: auto;
    transform: none;
  }

  html[data-visual-refresh='true'] .hero-intro .intro-cards {
    grid-template-columns: 1fr;
  }

  html[data-visual-refresh='true'] .hero-intro .intro-card {
    min-height: 290px;
  }

  html[data-visual-refresh='true'] .section-cta {
    background: var(--refresh-green);
  }

  html[data-visual-refresh='true'] .section-cta .cta-container {
    display: block;
  }

  html[data-visual-refresh='true'] .cta-heading-column,
  html[data-visual-refresh='true'] .cta-action-column {
    padding-inline: clamp(24px, 7vw, 58px);
  }

  html[data-visual-refresh='true'] .cta-heading-column {
    justify-content: center;
    padding-top: 48px;
    padding-bottom: 18px;
    background: var(--refresh-green);
  }

  html[data-visual-refresh='true'] .cta-action-column {
    padding-top: 18px;
    padding-bottom: 48px;
  }

  html[data-visual-refresh='true'] .cta-title,
  html[data-visual-refresh='true'] .cta-subtitle,
  html[data-visual-refresh='true'] .cta-support {
    margin-inline: auto;
    text-align: center;
  }

  html[data-visual-refresh='true'] .cta-subtitle {
    max-width: 34ch;
    font-size: 18px;
    line-height: 1.45;
  }

  html[data-visual-refresh='true'] .cta-subtitle br {
    display: none;
  }

  html[data-visual-refresh='true'] .section-cta .hero-buttons-cta {
    margin-top: 24px;
  }

  html[data-visual-refresh='true'] .cta-support {
    margin-top: 12px;
  }
}

@media (max-width: 560px) {
  html[data-visual-refresh='true'] body {
    font-size: 17px;
  }

  html[data-visual-refresh='true'] .edition-announcement {
    height: 32px;
  }

  html[data-visual-refresh='true'] .edition-announcement-item {
    gap: 10px;
    padding-right: 24px;
    font-size: 11px;
  }

  html[data-visual-refresh='true'] .edition-announcement-item img {
    width: 26px;
    height: 16px;
  }

  html[data-visual-refresh='true'] .container,
  html[data-visual-refresh='true'] .nav-container {
    padding-inline: 20px;
  }

  html[data-visual-refresh='true'] .logo-img {
    height: 52px;
  }

  html[data-visual-refresh='true'] .hero {
    padding-bottom: 0;
  }

  html[data-visual-refresh='true'] .hero-panel {
    padding: 46px 22px 52px;
  }

  html[data-visual-refresh='true'] .hero-title {
    margin-bottom: 24px;
    font-size: clamp(2.8rem, 13vw, 4.2rem);
  }

  html[data-visual-refresh='true'] .hero-subtitle {
    font-size: 17px;
  }

  html[data-visual-refresh='true'] .hero-panel-cta {
    margin-right: 4px;
  }

  html[data-visual-refresh='true'] .hero-panel-cta .btn,
  html[data-visual-refresh='true'] .hero-buttons .hero-solid-btn {
    width: 100%;
  }

  html[data-visual-refresh='true'] .hero-photo-strip {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  html[data-visual-refresh='true'] .hero-badge-float img {
    max-width: 180px;
  }

  html[data-visual-refresh='true'] .hero-video-overlay {
    padding: 20px;
  }

  html[data-visual-refresh='true'] .hero-video-open-btn {
    max-width: calc(100% - 8px);
    font-size: 11px;
  }

  html[data-visual-refresh='true'] .section {
    padding-block: 72px;
  }

  html[data-visual-refresh='true'] .section-cta {
    padding-block: 0;
  }

  html[data-visual-refresh='true'] .section-title,
  html[data-visual-refresh='true'] .section-title-light,
  html[data-visual-refresh='true'] .cta-title {
    font-size: clamp(2.25rem, 11vw, 3.5rem);
  }

  html[data-visual-refresh='true'] .intro-cards-levels {
    grid-template-columns: 1fr;
  }

  html[data-visual-refresh='true'] .faq-block-nav {
    grid-template-columns: 1fr;
  }

  html[data-visual-refresh='true'] .faq-question-row {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  html[data-visual-refresh='true'] .legal-page {
    padding-block: 46px;
  }

  html[data-visual-refresh='true'] .legal-page > .container {
    padding: 26px 22px;
    border-inline: 0;
    border-radius: 0;
    box-shadow: none;
  }

  html[data-visual-refresh='true'] .stats-grid {
    gap: 26px;
  }

  html[data-visual-refresh='true'] .section-cta .hero-buttons-cta .btn-cta-large {
    min-width: 0;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html[data-visual-refresh='true'] .edition-announcement-track {
    transform: none !important;
    animation: none !important;
  }

  html[data-visual-refresh='true']
    .edition-announcement-set[aria-hidden='true'] {
    display: none;
  }

  html[data-visual-refresh='true'] *,
  html[data-visual-refresh='true'] *::before,
  html[data-visual-refresh='true'] *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  html[data-visual-refresh='true'] .hero-stage-ticker-track {
    transform: none !important;
    animation: none !important;
  }
}

/* Editions archive and year pages */
html[data-visual-refresh='true'] .page-editions-index,
html[data-visual-refresh='true'] .page-edition-detail {
  background: var(--refresh-paper);
  color: var(--refresh-ink);
}

html[data-visual-refresh='true'] .edition-kicker {
  margin: 0 0 18px;
  color: var(--refresh-pink-text);
  font-family: var(--refresh-font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

html[data-visual-refresh='true'] .editions-index-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 2px solid var(--refresh-ink);
  background: var(--refresh-ink);
  color: #fff;
}

html[data-visual-refresh='true'] .editions-index-hero__video {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: var(--refresh-ink);
  pointer-events: none;
}

html[data-visual-refresh='true'] .editions-index-hero__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100%, 1120px);
  height: max(100%, 63vw);
  border: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

html[data-visual-refresh='true'] .editions-index-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(21, 23, 25, 0.72) 0%, rgba(21, 23, 25, 0.48) 48%, rgba(21, 23, 25, 0.2) 100%),
    linear-gradient(180deg, rgba(21, 23, 25, 0.08) 0%, rgba(21, 23, 25, 0.2) 38%, rgba(21, 23, 25, 0.88) 100%);
  pointer-events: none;
}

html[data-visual-refresh='true'] .editions-index-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: end;
  min-height: 620px;
  padding-top: clamp(90px, 11vw, 150px);
  padding-bottom: clamp(70px, 9vw, 120px);
}

html[data-visual-refresh='true'] .editions-index-hero h1,
html[data-visual-refresh='true'] .edition-detail-hero h1 {
  margin: 0;
  font-family: var(--refresh-font-display);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

html[data-visual-refresh='true'] .editions-index-hero h1 {
  max-width: 11ch;
  color: #fff;
  font-size: clamp(4rem, 7.4vw, 8rem);
}

html[data-visual-refresh='true'] .editions-index-hero h1 em,
html[data-visual-refresh='true'] .edition-detail-hero h1 em,
html[data-visual-refresh='true'] .edition-section-heading h2 em {
  color: var(--refresh-pink);
  font-style: italic;
}

html[data-visual-refresh='true'] .edition-section--yellow .edition-kicker,
html[data-visual-refresh='true'] .edition-section--yellow .edition-section-heading h2 em {
  color: var(--refresh-ink);
}

html[data-visual-refresh='true'] .editions-index-hero__lead {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--refresh-font-body);
  font-size: clamp(1.25rem, 1.7vw, 1.6rem);
  line-height: 1.5;
}

html[data-visual-refresh='true'] .editions-archive,
html[data-visual-refresh='true'] .edition-section {
  padding-top: clamp(82px, 10vw, 140px);
  padding-bottom: clamp(88px, 11vw, 150px);
}

html[data-visual-refresh='true'] .editions-archive {
  background: var(--refresh-paper);
}

html[data-visual-refresh='true'] .edition-section {
  border-bottom: 2px solid var(--refresh-ink);
}

html[data-visual-refresh='true'] .edition-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: end;
  margin-bottom: clamp(44px, 6vw, 76px);
}

html[data-visual-refresh='true'] .edition-section-heading .edition-kicker {
  grid-column: 1 / -1;
  margin-bottom: -12px;
}

html[data-visual-refresh='true'] .edition-section-heading h2 {
  margin: 0;
  color: var(--refresh-ink);
  font-family: var(--refresh-font-display);
  font-size: clamp(2.9rem, 5vw, 5.6rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

html[data-visual-refresh='true'] .edition-section-heading > p:last-child {
  max-width: 620px;
  margin: 0;
  color: var(--refresh-muted);
  font-family: var(--refresh-font-body);
  font-size: 19px;
  line-height: 1.55;
}

html[data-visual-refresh='true'] .edition-entry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 42px);
}

html[data-visual-refresh='true'] .edition-entry-card {
  display: grid;
  grid-template-rows: minmax(360px, 0.95fr) auto;
  min-width: 0;
  overflow: hidden;
  border: 2px solid var(--refresh-ink);
  border-radius: 16px;
  background: #fff;
  color: var(--refresh-ink);
  box-shadow: 8px 8px 0 var(--refresh-ink);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

html[data-visual-refresh='true'] .edition-entry-card:hover,
html[data-visual-refresh='true'] .edition-entry-card:focus-visible {
  transform: translate(-3px, -3px);
  box-shadow: 12px 12px 0 var(--refresh-ink);
}

html[data-visual-refresh='true'] .edition-entry-card__media {
  min-height: 0;
  overflow: hidden;
  background: var(--refresh-green);
}

html[data-visual-refresh='true'] .edition-entry-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html[data-visual-refresh='true'] .edition-entry-card__media--poster {
  background: var(--refresh-pink);
}

html[data-visual-refresh='true'] .edition-entry-card__media--poster img {
  object-position: center 24%;
}

html[data-visual-refresh='true'] .edition-entry-card__body {
  display: grid;
  gap: 18px;
  padding: clamp(28px, 4vw, 48px);
}

html[data-visual-refresh='true'] .edition-entry-card__year,
html[data-visual-refresh='true'] .edition-arrow,
html[data-visual-refresh='true'] .edition-detail-hero__meta,
html[data-visual-refresh='true'] .edition-back-link {
  font-family: var(--refresh-font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

html[data-visual-refresh='true'] .edition-entry-card__year {
  color: var(--refresh-pink);
}

html[data-visual-refresh='true'] .edition-entry-card h3 {
  margin: 0;
  color: var(--refresh-ink);
  font-family: var(--refresh-font-display);
  font-size: clamp(2rem, 3vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
}

html[data-visual-refresh='true'] .edition-entry-card p {
  margin: 0;
  color: var(--refresh-muted);
  font-size: 18px;
  line-height: 1.45;
}

html[data-visual-refresh='true'] .edition-arrow {
  margin-top: 8px;
  color: var(--refresh-ink);
}

html[data-visual-refresh='true'] .edition-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(480px, 0.98fr);
  min-height: 760px;
  border-bottom: 2px solid var(--refresh-ink);
  background: var(--refresh-paper);
}

html[data-visual-refresh='true'] .edition-detail-hero__media {
  min-height: 760px;
  overflow: hidden;
  border-right: 2px solid var(--refresh-ink);
  background: var(--refresh-green);
}

html[data-visual-refresh='true'] .edition-detail-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html[data-visual-refresh='true'] .edition-detail-hero__media--poster {
  padding: clamp(34px, 5vw, 72px);
  background: var(--refresh-pink);
}

html[data-visual-refresh='true'] .edition-detail-hero__media--poster img {
  object-fit: contain;
  filter: drop-shadow(12px 14px 0 rgba(21, 23, 25, 0.72));
}

html[data-visual-refresh='true'] .edition-detail-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 7vw, 110px);
}

html[data-visual-refresh='true'] .edition-back-link {
  align-self: flex-start;
  margin-bottom: clamp(44px, 7vw, 90px);
  color: var(--refresh-ink);
  text-decoration: none;
}

html[data-visual-refresh='true'] .edition-back-link:hover,
html[data-visual-refresh='true'] .edition-back-link:focus-visible {
  color: var(--refresh-pink);
}

html[data-visual-refresh='true'] .edition-detail-hero h1 {
  max-width: 10ch;
  color: var(--refresh-ink);
  font-size: clamp(3.4rem, 5.2vw, 6.2rem);
}

html[data-visual-refresh='true'] .edition-detail-hero__lead {
  max-width: 620px;
  margin: 34px 0 26px;
  color: var(--refresh-ink);
  font-family: var(--refresh-font-body);
  font-size: clamp(1.2rem, 1.5vw, 1.45rem);
  line-height: 1.5;
}

html[data-visual-refresh='true'] .edition-detail-hero__lead p {
  margin: 0;
}

html[data-visual-refresh='true'] .edition-detail-hero__lead p + p {
  margin-top: 18px;
}

html[data-visual-refresh='true'] .edition-detail-hero__meta {
  margin: 0;
  padding-top: 24px;
  border-top: 2px solid var(--refresh-ink);
  color: var(--refresh-ink);
  line-height: 1.5;
}

html[data-visual-refresh='true'] .edition-stats-band {
  padding: clamp(42px, 5vw, 72px) 0;
  border-bottom: 2px solid var(--refresh-ink);
  background: var(--refresh-ink);
  color: var(--refresh-green);
}

html[data-visual-refresh='true'] .edition-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

html[data-visual-refresh='true'] .edition-stats-grid--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

html[data-visual-refresh='true'] .edition-stats-grid > div {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 10px clamp(18px, 3vw, 40px);
  border-left: 1px solid rgba(132, 202, 177, 0.45);
}

html[data-visual-refresh='true'] .edition-stats-grid > div:first-child {
  border-left: 0;
}

html[data-visual-refresh='true'] .edition-stats-grid strong {
  font-family: var(--refresh-font-display);
  font-size: clamp(2.3rem, 4vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

html[data-visual-refresh='true'] .edition-stats-grid span {
  color: #fff;
  font-family: var(--refresh-font-body);
  font-size: 16px;
  line-height: 1.3;
}

html[data-visual-refresh='true'] .edition-section--paper {
  background: var(--refresh-paper);
}

html[data-visual-refresh='true'] .edition-section--yellow {
  background: var(--refresh-gold);
}

html[data-visual-refresh='true'] .edition-categories-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

html[data-visual-refresh='true'] .edition-categories-grid--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

html[data-visual-refresh='true'] .edition-categories-grid article {
  min-width: 0;
  padding: clamp(24px, 3vw, 36px);
  border: 2px solid var(--refresh-ink);
  border-radius: 12px;
  background: #fff;
  box-shadow: 5px 5px 0 var(--refresh-ink);
}

html[data-visual-refresh='true'] .edition-categories-grid article:nth-child(2n) {
  background: var(--refresh-green);
}

html[data-visual-refresh='true'] .edition-categories-grid article:nth-child(3n) {
  background: var(--refresh-pink);
}

html[data-visual-refresh='true'] .page-edition-2026 .edition-categories-grid article:nth-child(1) {
  background: #fff;
}

html[data-visual-refresh='true'] .page-edition-2026 .edition-categories-grid article:nth-child(2),
html[data-visual-refresh='true'] .page-edition-2026 .edition-categories-grid article:nth-child(3) {
  background: var(--refresh-gold);
}

html[data-visual-refresh='true'] .page-edition-2026 .edition-categories-grid article:nth-child(4) {
  background: var(--refresh-green);
}

html[data-visual-refresh='true'] .page-edition-2026 .edition-categories-grid article:nth-child(5) {
  background: var(--refresh-pink);
}

html[data-visual-refresh='true'] .edition-categories-grid span,
html[data-visual-refresh='true'] .edition-winner-card__category,
html[data-visual-refresh='true'] .edition-winner-card__country {
  font-family: var(--refresh-font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1.35;
  text-transform: uppercase;
}

html[data-visual-refresh='true'] .edition-categories-grid h3 {
  margin: 18px 0 14px;
  color: var(--refresh-ink);
  font-family: var(--refresh-font-display);
  font-size: clamp(1.45rem, 2.1vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

html[data-visual-refresh='true'] .edition-categories-grid p {
  margin: 0;
  color: var(--refresh-ink);
  font-size: 16px;
  line-height: 1.5;
}

html[data-visual-refresh='true'] .edition-winner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 38px);
}

html[data-visual-refresh='true'] .edition-winner-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html[data-visual-refresh='true'] .edition-winner-card {
  min-width: 0;
  overflow: hidden;
  border: 2px solid var(--refresh-ink);
  border-radius: 14px;
  background: #fff;
  box-shadow: 7px 7px 0 var(--refresh-ink);
}

html[data-visual-refresh='true'] .edition-winner-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-bottom: 2px solid var(--refresh-ink);
  object-fit: cover;
}

html[data-visual-refresh='true'] .edition-winner-card__body {
  padding: clamp(24px, 3vw, 38px);
}

html[data-visual-refresh='true'] .edition-winner-card__category {
  margin: 0 0 14px;
  color: var(--refresh-pink-text);
}

html[data-visual-refresh='true'] .edition-winner-card h3 {
  margin: 0 0 12px;
  color: var(--refresh-ink);
  font-family: var(--refresh-font-display);
  font-size: clamp(1.7rem, 2.6vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

html[data-visual-refresh='true'] .edition-winner-card__country {
  display: grid;
  gap: 1px;
  margin: 0 0 22px;
  color: var(--refresh-muted);
  line-height: 1.15;
}

html[data-visual-refresh='true'] .edition-winner-card__body > p:not([class]) {
  margin: 0;
  color: var(--refresh-ink);
  font-size: 17px;
  line-height: 1.5;
}

html[data-visual-refresh='true'] .edition-video-section {
  background: var(--refresh-ink);
  color: #fff;
}

html[data-visual-refresh='true'] .edition-video-section .edition-kicker {
  color: var(--refresh-gold);
}

html[data-visual-refresh='true'] .edition-video-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
}

html[data-visual-refresh='true'] .edition-video-layout h2 {
  margin: 0 0 28px;
  color: #fff;
  font-family: var(--refresh-font-display);
  font-size: clamp(3rem, 5vw, 5.8rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

html[data-visual-refresh='true'] .edition-video-layout h2 em {
  color: var(--refresh-green);
  font-style: italic;
}

html[data-visual-refresh='true'] .edition-video-layout > div:first-child > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  line-height: 1.55;
}

html[data-visual-refresh='true'] .edition-video-frame {
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 14px;
  background: #000;
  box-shadow: 8px 8px 0 var(--refresh-green);
}

html[data-visual-refresh='true'] .edition-video-preview {
  font-family: var(--refresh-font-display);
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

html[data-visual-refresh='true'] .edition-video-preview__play {
  border-color: var(--refresh-white);
  background: var(--refresh-pink);
  box-shadow: 4px 4px 0 var(--refresh-ink);
}

html[data-visual-refresh='true'] .edition-video-preview:hover .edition-video-preview__play {
  background: var(--refresh-green);
  color: var(--refresh-ink);
}

html[data-visual-refresh='true'] .edition-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

html[data-visual-refresh='true'] .edition-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 2px solid var(--refresh-ink);
  border-radius: 12px;
  background: #fff;
  box-shadow: 5px 5px 0 var(--refresh-ink);
}

html[data-visual-refresh='true'] .edition-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

html[data-visual-refresh='true'] .edition-gallery figcaption {
  padding: 16px 18px;
  border-top: 2px solid var(--refresh-ink);
  color: var(--refresh-ink);
  font-size: 15px;
  line-height: 1.4;
}

html[data-visual-refresh='true'] .edition-opinions {
  background: var(--refresh-green);
}

html[data-visual-refresh='true'] .edition-opinions--2026 {
  background: var(--refresh-pink);
}

html[data-visual-refresh='true'] .edition-opinions--2026 .edition-kicker {
  color: var(--refresh-ink);
}

html[data-visual-refresh='true'] .edition-opinion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

html[data-visual-refresh='true'] .edition-opinion-grid blockquote {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  min-height: 300px;
  margin: 0;
  padding: clamp(28px, 3vw, 42px);
  border: 2px solid var(--refresh-ink);
  border-radius: 12px;
  background: #fff;
  box-shadow: 6px 6px 0 var(--refresh-ink);
}

html[data-visual-refresh='true'] .edition-opinion-grid blockquote p {
  margin: 0;
  color: var(--refresh-ink);
  font-family: var(--refresh-font-display);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.3;
}

html[data-visual-refresh='true'] .edition-opinion-grid cite {
  margin-top: 32px;
  color: var(--refresh-muted);
  font-family: var(--refresh-font-body);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 1080px) {
  html[data-visual-refresh='true'] .edition-categories-grid--five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html[data-visual-refresh='true'] .edition-stats-grid--five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 28px;
  }

  html[data-visual-refresh='true'] .edition-winner-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  html[data-visual-refresh='true'] .editions-index-hero__video iframe {
    width: max(182%, 1120px);
    height: max(100%, 700px);
  }

  html[data-visual-refresh='true'] .editions-index-hero__scrim {
    background: linear-gradient(180deg, rgba(21, 23, 25, 0.25) 0%, rgba(21, 23, 25, 0.62) 55%, rgba(21, 23, 25, 0.94) 100%);
  }

  html[data-visual-refresh='true'] .editions-index-hero__inner,
  html[data-visual-refresh='true'] .edition-section-heading,
  html[data-visual-refresh='true'] .edition-detail-hero,
  html[data-visual-refresh='true'] .edition-video-layout {
    grid-template-columns: 1fr;
  }

  html[data-visual-refresh='true'] .editions-index-hero__inner {
    min-height: 0;
    padding-top: 82px;
    padding-bottom: 82px;
  }

  html[data-visual-refresh='true'] .editions-index-hero h1 {
    font-size: clamp(3.5rem, 13vw, 5.5rem);
  }

  html[data-visual-refresh='true'] .edition-entry-grid,
  html[data-visual-refresh='true'] .edition-winner-grid,
  html[data-visual-refresh='true'] .edition-winner-grid--three,
  html[data-visual-refresh='true'] .edition-opinion-grid {
    grid-template-columns: 1fr;
  }

  html[data-visual-refresh='true'] .edition-detail-hero {
    min-height: 0;
  }

  html[data-visual-refresh='true'] .edition-detail-hero__media {
    min-height: 520px;
    border-right: 0;
    border-bottom: 2px solid var(--refresh-ink);
  }

  html[data-visual-refresh='true'] .edition-detail-hero__media--poster {
    min-height: 620px;
    padding: 34px;
  }

  html[data-visual-refresh='true'] .edition-detail-hero__copy {
    padding: 58px 28px 70px;
  }

  html[data-visual-refresh='true'] .edition-back-link {
    margin-bottom: 46px;
  }

  html[data-visual-refresh='true'] .edition-detail-hero h1 {
    font-size: clamp(3.2rem, 12vw, 5.2rem);
  }

  html[data-visual-refresh='true'] .edition-stats-grid,
  html[data-visual-refresh='true'] .edition-stats-grid--five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 32px;
  }

  html[data-visual-refresh='true'] .edition-stats-grid > div,
  html[data-visual-refresh='true'] .edition-stats-grid > div:first-child {
    border-left: 1px solid rgba(132, 202, 177, 0.45);
  }

  html[data-visual-refresh='true'] .edition-categories-grid,
  html[data-visual-refresh='true'] .edition-categories-grid--five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  html[data-visual-refresh='true'] .editions-index-hero__inner {
    padding-top: 64px;
    padding-bottom: 68px;
  }

  html[data-visual-refresh='true'] .editions-index-hero h1 {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  html[data-visual-refresh='true'] .edition-entry-card {
    grid-template-rows: 300px auto;
  }

  html[data-visual-refresh='true'] .edition-section-heading {
    gap: 24px;
  }

  html[data-visual-refresh='true'] .edition-section-heading h2 {
    font-size: clamp(2.55rem, 12vw, 3.6rem);
  }

  html[data-visual-refresh='true'] .edition-detail-hero__media {
    min-height: 380px;
  }

  html[data-visual-refresh='true'] .edition-detail-hero__media--poster {
    min-height: 520px;
    padding: 28px;
  }

  html[data-visual-refresh='true'] .edition-detail-hero__copy {
    padding: 48px 22px 58px;
  }

  html[data-visual-refresh='true'] .edition-detail-hero__lead {
    margin-top: 26px;
  }

  html[data-visual-refresh='true'] .edition-stats-grid,
  html[data-visual-refresh='true'] .edition-stats-grid--five,
  html[data-visual-refresh='true'] .edition-categories-grid,
  html[data-visual-refresh='true'] .edition-categories-grid--five,
  html[data-visual-refresh='true'] .edition-gallery {
    grid-template-columns: 1fr;
  }

  html[data-visual-refresh='true'] .edition-stats-grid > div,
  html[data-visual-refresh='true'] .edition-stats-grid > div:first-child {
    padding: 20px 0;
    border-top: 1px solid rgba(132, 202, 177, 0.45);
    border-left: 0;
  }

  html[data-visual-refresh='true'] .edition-stats-grid > div:first-child {
    border-top: 0;
  }

  html[data-visual-refresh='true'] .edition-section {
    padding: 74px 0;
  }

  html[data-visual-refresh='true'] .edition-video-layout {
    gap: 38px;
  }

  html[data-visual-refresh='true'] .edition-opinion-grid blockquote {
    min-height: 260px;
  }
}

/* Festival page: editorial explanation of the programme. */
html[data-visual-refresh='true'] .festival-page {
  background: var(--refresh-paper);
}

html[data-visual-refresh='true'] .festival-page-hero {
  overflow: hidden;
  border-bottom: 2px solid var(--refresh-ink);
  background: var(--refresh-paper);
}

html[data-visual-refresh='true'] .festival-page-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
  min-height: 680px;
  padding-block: clamp(68px, 7vw, 100px);
}

html[data-visual-refresh='true'] .festival-kicker {
  margin: 0;
  color: var(--refresh-pink);
  font-family: var(--refresh-font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1.4;
  text-transform: uppercase;
}

html[data-visual-refresh='true'] .festival-page-hero h1,
html[data-visual-refresh='true'] .festival-section-heading h2 {
  margin: 14px 0 0;
  color: var(--refresh-ink);
  font-family: var(--refresh-font-display);
  font-weight: 800;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

html[data-visual-refresh='true'] .festival-page-hero h1 {
  max-width: 14ch;
  font-size: clamp(3.2rem, 5vw, 4.8rem);
  line-height: 0.94;
}

html[data-visual-refresh='true'] .festival-page-hero h1 em,
html[data-visual-refresh='true'] .festival-section-heading h2 em {
  color: var(--refresh-pink);
  font-style: italic;
}

html[data-visual-refresh='true'] .festival-page-hero__lead,
html[data-visual-refresh='true'] .festival-lead,
html[data-visual-refresh='true'] .festival-section p,
html[data-visual-refresh='true'] .festival-section li {
  font-family: var(--refresh-font-body);
}

html[data-visual-refresh='true'] .festival-page-hero__lead {
  max-width: 59ch;
  margin: clamp(30px, 4vw, 48px) 0 0;
  color: var(--refresh-ink);
  font-size: clamp(1.15rem, 1.8vw, 1.42rem);
  line-height: 1.52;
}

html[data-visual-refresh='true'] .festival-page-hero__media {
  position: relative;
  margin: 0;
  border: 2px solid var(--refresh-ink);
  background: var(--refresh-ink);
  box-shadow: 9px 9px 0 var(--refresh-pink);
}

html[data-visual-refresh='true'] .festival-page-hero__media img {
  display: block;
  width: 100%;
  min-height: 540px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

html[data-visual-refresh='true'] .festival-page-hero__media figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  margin: 0;
  padding: 9px 12px;
  border: 1px solid var(--refresh-ink);
  background: var(--refresh-gold);
  color: var(--refresh-ink);
  font-family: var(--refresh-font-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

html[data-visual-refresh='true'] .festival-section {
  border-bottom: 2px solid var(--refresh-ink);
}

html[data-visual-refresh='true'] .festival-section-heading h2 {
  max-width: 15ch;
  font-size: clamp(2.8rem, 5.5vw, 5.8rem);
  line-height: 0.94;
}

html[data-visual-refresh='true'] .festival-section p:not(.festival-kicker):not(.festival-method-card__number):not(.festival-learning__index) {
  color: var(--refresh-muted);
  font-size: 17px;
  line-height: 1.58;
}

html[data-visual-refresh='true'] .festival-lead {
  font-size: clamp(1.12rem, 1.8vw, 1.38rem) !important;
  line-height: 1.52 !important;
}

html[data-visual-refresh='true'] .festival-origin {
  background: var(--refresh-gold);
}

html[data-visual-refresh='true'] .festival-origin__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.62fr);
  gap: clamp(56px, 9vw, 132px);
  align-items: start;
}

html[data-visual-refresh='true'] .festival-origin__copy > p {
  max-width: 68ch;
  margin: 28px 0 0;
  color: var(--refresh-ink) !important;
}

html[data-visual-refresh='true'] .festival-origin__copy .festival-lead {
  margin-top: clamp(36px, 5vw, 58px);
}

html[data-visual-refresh='true'] .festival-origin__poster {
  margin: 0;
  border: 2px solid var(--refresh-ink);
  background: var(--refresh-white);
  box-shadow: 9px 9px 0 var(--refresh-ink);
}

html[data-visual-refresh='true'] .festival-origin__poster img {
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 2px solid var(--refresh-ink);
}

html[data-visual-refresh='true'] .festival-origin__poster figcaption {
  padding: 16px 18px;
  color: var(--refresh-ink);
  font-family: var(--refresh-font-body);
  font-size: 13px;
  line-height: 1.45;
}

html[data-visual-refresh='true'] .festival-method {
  background: var(--refresh-white);
}

html[data-visual-refresh='true'] .festival-method__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 30px);
  margin-top: clamp(48px, 7vw, 86px);
}

html[data-visual-refresh='true'] .festival-method-card {
  position: relative;
  min-width: 0;
  padding: clamp(26px, 3.5vw, 44px);
  border: 2px solid var(--refresh-ink);
  box-shadow: 6px 6px 0 var(--refresh-ink);
}

html[data-visual-refresh='true'] .festival-method-card--pink {
  background: var(--refresh-pink);
}

html[data-visual-refresh='true'] .festival-method-card--green {
  background: var(--refresh-green);
}

html[data-visual-refresh='true'] .festival-method-card--gold {
  background: var(--refresh-gold);
}

html[data-visual-refresh='true'] .festival-method-card img {
  display: block;
  width: 54px;
  height: 54px;
  margin-bottom: clamp(34px, 5vw, 66px);
  object-fit: contain;
}

html[data-visual-refresh='true'] .festival-method-card__number {
  position: absolute;
  top: 22px;
  right: 24px;
  margin: 0;
  color: var(--refresh-ink);
  font-family: var(--refresh-font-display) !important;
  font-size: 12px;
  font-weight: 800;
}

html[data-visual-refresh='true'] .festival-method-card h3 {
  margin: 0;
  color: var(--refresh-ink);
  font-family: var(--refresh-font-display);
  font-size: clamp(2rem, 3.5vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  text-transform: uppercase;
}

html[data-visual-refresh='true'] .festival-method-card > p:last-child {
  margin: 22px 0 0;
  color: var(--refresh-ink) !important;
  font-size: 15px !important;
  line-height: 1.48 !important;
}

html[data-visual-refresh='true'] .festival-selection {
  background: var(--refresh-ink);
  color: var(--refresh-white);
}

html[data-visual-refresh='true'] .festival-selection .festival-kicker {
  color: var(--refresh-green);
}

html[data-visual-refresh='true'] .festival-section-heading--light h2 {
  color: var(--refresh-white);
}

html[data-visual-refresh='true'] .festival-category-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: clamp(46px, 7vw, 82px) 0 0;
  padding: 0;
  border: 2px solid var(--refresh-white);
  list-style: none;
}

html[data-visual-refresh='true'] .festival-category-list li {
  display: flex;
  align-items: center;
  min-height: 128px;
  padding: 22px;
  border-left: 2px solid var(--refresh-ink);
  color: var(--refresh-ink);
  font-family: var(--refresh-font-display);
  font-size: clamp(0.85rem, 1.45vw, 1.15rem);
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

html[data-visual-refresh='true'] .festival-category-list li:first-child {
  border-left: 0;
  background: var(--refresh-white);
}

html[data-visual-refresh='true'] .festival-category-list li:nth-child(2),
html[data-visual-refresh='true'] .festival-category-list li:nth-child(3) {
  background: var(--refresh-gold);
}

html[data-visual-refresh='true'] .festival-category-list li:nth-child(4) {
  background: var(--refresh-green);
}

html[data-visual-refresh='true'] .festival-category-list li:nth-child(5) {
  background: var(--refresh-pink);
}

html[data-visual-refresh='true'] .festival-copy-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(42px, 8vw, 112px);
  margin-top: clamp(44px, 6vw, 72px);
}

html[data-visual-refresh='true'] .festival-selection .festival-copy-columns p {
  margin: 0;
  color: #dfe9e5 !important;
}

html[data-visual-refresh='true'] .festival-learning {
  background: var(--refresh-green);
}

html[data-visual-refresh='true'] .festival-learning__intro {
  max-width: 70ch;
  margin: clamp(38px, 5vw, 60px) 0 0;
  color: var(--refresh-ink) !important;
}

html[data-visual-refresh='true'] .festival-learning__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 clamp(34px, 5vw, 66px);
  margin-top: clamp(52px, 7vw, 88px);
}

html[data-visual-refresh='true'] .festival-learning__grid article {
  padding: 24px 0 0;
  border-top: 2px solid var(--refresh-ink);
}

html[data-visual-refresh='true'] .festival-learning__index {
  margin: 0;
  color: var(--refresh-pink);
  font-family: var(--refresh-font-display) !important;
  font-size: 12px;
  font-weight: 800;
}

html[data-visual-refresh='true'] .festival-learning__grid h3 {
  margin: 16px 0 0;
  color: var(--refresh-ink);
  font-family: var(--refresh-font-display);
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

html[data-visual-refresh='true'] .festival-learning__grid article > p:last-child {
  margin: 16px 0 0;
  color: var(--refresh-ink) !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

html[data-visual-refresh='true'] .festival-curriculum {
  display: grid;
  grid-template-columns: minmax(150px, 0.32fr) minmax(0, 1fr) minmax(0, 0.72fr);
  gap: clamp(26px, 5vw, 72px);
  margin-top: clamp(58px, 8vw, 104px);
  padding-top: clamp(34px, 5vw, 54px);
  border-top: 2px solid var(--refresh-ink);
}

html[data-visual-refresh='true'] .festival-curriculum > p {
  margin: 0;
  color: var(--refresh-ink) !important;
}

html[data-visual-refresh='true'] .festival-curriculum__note {
  font-size: 14px !important;
}

html[data-visual-refresh='true'] .festival-beyond {
  background: var(--refresh-gold);
}

html[data-visual-refresh='true'] .festival-beyond__grid,
html[data-visual-refresh='true'] .festival-team-bridge__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  gap: clamp(58px, 9vw, 128px);
  align-items: start;
}

html[data-visual-refresh='true'] .festival-beyond .festival-lead {
  max-width: 62ch;
  margin: 34px 0 0;
  color: var(--refresh-ink) !important;
}

html[data-visual-refresh='true'] .festival-lines {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid var(--refresh-ink);
  list-style: none;
}

html[data-visual-refresh='true'] .festival-lines li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 0;
  border-top: 2px solid var(--refresh-ink);
  color: var(--refresh-ink);
  font-family: var(--refresh-font-display);
  font-size: clamp(1rem, 1.6vw, 1.28rem);
  font-weight: 800;
  line-height: 1.25;
}

html[data-visual-refresh='true'] .festival-lines span {
  color: var(--refresh-pink);
  font-size: 12px;
}

html[data-visual-refresh='true'] .festival-team-bridge {
  background: var(--refresh-paper);
}

html[data-visual-refresh='true'] .festival-team-bridge__copy {
  padding-top: 30px;
}

html[data-visual-refresh='true'] .festival-team-bridge__copy p {
  margin: 0;
}

html[data-visual-refresh='true'] .festival-team-link {
  display: inline-flex;
  width: auto;
  height: auto;
  margin-top: 34px;
  padding: 14px 28px;
  border-color: var(--refresh-ink);
  background: var(--refresh-pink);
  color: var(--refresh-white);
  white-space: nowrap;
  box-shadow: 5px 5px 0 var(--refresh-ink);
}

@media (max-width: 900px) {
  html[data-visual-refresh='true'] .festival-page-hero__grid,
  html[data-visual-refresh='true'] .festival-origin__grid,
  html[data-visual-refresh='true'] .festival-beyond__grid,
  html[data-visual-refresh='true'] .festival-team-bridge__grid {
    grid-template-columns: 1fr;
  }

  html[data-visual-refresh='true'] .festival-page-hero__grid {
    min-height: 0;
  }

  html[data-visual-refresh='true'] .festival-page-hero__media {
    max-width: 640px;
  }

  html[data-visual-refresh='true'] .festival-page-hero__media img {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  html[data-visual-refresh='true'] .festival-origin__poster {
    max-width: 440px;
  }

  html[data-visual-refresh='true'] .festival-category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-visual-refresh='true'] .festival-category-list li,
  html[data-visual-refresh='true'] .festival-category-list li:first-child {
    border-top: 2px solid var(--refresh-ink);
    border-left: 2px solid var(--refresh-ink);
  }

  html[data-visual-refresh='true'] .festival-category-list li:first-child,
  html[data-visual-refresh='true'] .festival-category-list li:nth-child(2) {
    border-top: 0;
  }

  html[data-visual-refresh='true'] .festival-category-list li:nth-child(odd) {
    border-left: 0;
  }

  html[data-visual-refresh='true'] .festival-curriculum {
    grid-template-columns: minmax(140px, 0.32fr) minmax(0, 1fr);
  }

  html[data-visual-refresh='true'] .festival-curriculum__note {
    grid-column: 2;
  }
}

@media (max-width: 720px) {
  html[data-visual-refresh='true'] .festival-page-hero__grid {
    padding-block: 62px 78px;
  }

  html[data-visual-refresh='true'] .festival-page-hero h1 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  html[data-visual-refresh='true'] .festival-method__grid,
  html[data-visual-refresh='true'] .festival-learning__grid,
  html[data-visual-refresh='true'] .festival-copy-columns,
  html[data-visual-refresh='true'] .festival-curriculum {
    grid-template-columns: 1fr;
  }

  html[data-visual-refresh='true'] .festival-method__grid {
    gap: 22px;
  }

  html[data-visual-refresh='true'] .festival-method-card img {
    margin-bottom: 42px;
  }

  html[data-visual-refresh='true'] .festival-learning__grid {
    gap: 32px;
  }

  html[data-visual-refresh='true'] .festival-curriculum__note {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  html[data-visual-refresh='true'] .festival-page-hero__media figcaption {
    right: 10px;
    bottom: 10px;
    font-size: 9px;
  }

  html[data-visual-refresh='true'] .festival-category-list {
    grid-template-columns: 1fr;
  }

  html[data-visual-refresh='true'] .festival-category-list li,
  html[data-visual-refresh='true'] .festival-category-list li:first-child,
  html[data-visual-refresh='true'] .festival-category-list li:nth-child(2),
  html[data-visual-refresh='true'] .festival-category-list li:nth-child(odd) {
    min-height: 88px;
    border-top: 2px solid var(--refresh-ink);
    border-left: 0;
  }

  html[data-visual-refresh='true'] .festival-category-list li:first-child {
    border-top: 0;
  }
}
