/*
Theme Name: Forum delle Idee
Theme URI: https://forumdelleidee.it/
Description: Tema WordPress del Forum delle Idee, con timeline, mappa delle proposte, eventi e rassegna stampa.
Version: 1.0.0
Author: Forum delle Idee
Text Domain: forum-delle-idee
*/

:root {
  --ink: #101010;
  --paper: #fff3df;
  --paper-2: #ffe2c6;
  --white: #ffffff;
  --muted: #63584d;
  --line: rgba(16, 16, 16, .18);
  --sea: #009b96;
  --sea-dark: #006c69;
  --coral: #ff4a2f;
  --sun: #ffd337;
  --olive: #7e8f65;
  --pink: #ff6faf;
  --blue: #2455ff;
  --radius: 8px;
  --max: 1180px;
  --display: "Arial Black", "Avenir Next Condensed", Impact, Haettenschweiler, sans-serif;
  --sans: "Avenir Next", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* Final participation form treatment */
.join-panel form {
  display: grid !important;
  gap: 16px !important;
}

.join-panel .form-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.join-panel label {
  display: grid !important;
  gap: 7px !important;
  color: #151515 !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
}

.join-panel input:not([type="hidden"]):not([type="checkbox"]),
.join-panel textarea {
  box-sizing: border-box !important;
  width: 100% !important;
  border: 1.5px solid rgba(0, 145, 137, 0.3) !important;
  border-radius: 6px !important;
  outline: none !important;
  background: rgba(255, 255, 255, 0.9) !important;
  color: #111 !important;
  font: inherit !important;
  font-weight: 500 !important;
  padding: 13px 15px !important;
}

.join-panel textarea {
  min-height: 120px !important;
  resize: vertical !important;
}

.join-panel input:focus,
.join-panel textarea:focus {
  border-color: #009189 !important;
  box-shadow: 0 0 0 3px rgba(0, 145, 137, 0.12) !important;
}

.join-panel .consent {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

.join-panel .consent input {
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 auto !important;
  margin-top: 2px !important;
}

.join-panel .submit-button {
  width: 100% !important;
  min-height: 50px !important;
  border: 1.5px solid #111 !important;
  border-radius: 999px !important;
  background: #ff4e37 !important;
  color: #111 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}

@media (max-width: 760px) {
  .join-main {
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .join-panel {
    border-radius: 8px !important;
  }

  .join-panel .form-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Final participation form treatment */
.join-panel form {
  display: grid !important;
  gap: 16px !important;
}

.join-panel .form-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.join-panel label {
  display: grid !important;
  gap: 7px !important;
  color: #151515 !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
}

.join-panel input:not([type="hidden"]):not([type="checkbox"]),
.join-panel textarea {
  box-sizing: border-box !important;
  width: 100% !important;
  border: 1.5px solid rgba(0, 145, 137, 0.3) !important;
  border-radius: 6px !important;
  outline: none !important;
  background: rgba(255, 255, 255, 0.9) !important;
  color: #111 !important;
  font: inherit !important;
  font-weight: 500 !important;
  padding: 13px 15px !important;
}

.join-panel textarea {
  min-height: 120px !important;
  resize: vertical !important;
}

.join-panel input:focus,
.join-panel textarea:focus {
  border-color: #009189 !important;
  box-shadow: 0 0 0 3px rgba(0, 145, 137, 0.12) !important;
}

.join-panel .consent {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

.join-panel .consent input {
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 auto !important;
  margin-top: 2px !important;
}

.join-panel .submit-button {
  width: 100% !important;
  min-height: 50px !important;
  border: 1.5px solid #111 !important;
  border-radius: 999px !important;
  background: #ff4e37 !important;
  color: #111 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}

@media (max-width: 760px) {
  .join-main {
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .join-panel {
    border-radius: 8px !important;
  }

  .join-panel .form-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

* { box-sizing: border-box; }

html {
  scroll-behavior: auto;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(16, 16, 16, .025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16, 16, 16, .025) 1px, transparent 1px),
    radial-gradient(circle at 12% 0, rgba(255, 211, 55, .26), transparent 28%),
    var(--paper);
  background-size: 34px 34px, 34px 34px, auto, auto;
  font-family: var(--sans);
  line-height: 1.42;
}

body::selection {
  background: var(--sun);
  color: var(--ink);
}

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

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

button, input, textarea, select {
  font: inherit;
}

h1, h2, h3, p {
  margin: 0;
}

.skip {
  position: absolute;
  left: 16px;
  top: -100px;
  z-index: 1000;
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 10px 14px;
  background: var(--paper);
  font-size: 13px;
  font-weight: 800;
}

.skip:focus {
  top: 16px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  color: var(--paper);
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.site-header.is-solid,
.site-header.light {
  color: var(--ink);
  background: rgba(255, 243, 223, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(var(--max), calc(100% - 32px));
  min-height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-logo {
  display: block;
  width: clamp(126px, 12vw, 168px);
  height: auto;
  max-height: 52px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.nav-links a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 12px;
  opacity: .88;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"] {
  background: rgba(255, 255, 255, .18);
  opacity: 1;
  outline: none;
}

.site-header.is-solid .nav-links a:hover,
.site-header.is-solid .nav-links a:focus-visible,
.site-header.is-solid .nav-links a[aria-current="page"],
.site-header.light .nav-links a:hover,
.site-header.light .nav-links a:focus-visible,
.site-header.light .nav-links a[aria-current="page"] {
  background: var(--sun);
}

.nav-cta {
  border: 1px solid currentColor;
  background: var(--coral);
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 16px;
  height: 1px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.2) contrast(1.08);
  transform: scale(1.02);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .12) 35%, rgba(0, 0, 0, .68) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, .6), rgba(0, 108, 105, .26) 52%, rgba(255, 74, 47, .18) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 146px 0 70px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: rgba(251, 246, 238, .78);
  font-size: 13px;
  font-weight: 800;
}

.kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sun);
}

h1,
.display {
  max-width: 980px;
  font-family: var(--display);
  font-size: clamp(56px, 7.7vw, 112px);
  line-height: .82;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(280px, .32fr);
  gap: 34px;
  align-items: end;
}

.hero-copy {
  max-width: 390px;
  color: rgba(251, 246, 238, .78);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 11px 17px;
  background: transparent;
  color: inherit;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.button:hover,
.button:focus-visible {
  background: var(--ink);
  color: var(--paper);
  outline: none;
  transform: translateY(-1px);
}

.button.light:hover,
.button.light:focus-visible {
  background: var(--paper);
  color: var(--ink);
}

.button.filled {
  background: var(--coral);
  color: var(--ink);
}

.button.filled:hover,
.button.filled:focus-visible {
  background: var(--sun);
  color: var(--ink);
}

.hero-button-teal {
  border-color: var(--sea);
  background: var(--sea);
  color: var(--paper);
}

.hero-button-coral {
  border-color: var(--coral);
  background: var(--coral);
  color: var(--paper);
}

.hero-button-teal:hover,
.hero-button-teal:focus-visible,
.hero-button-coral:hover,
.hero-button-coral:focus-visible {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
}

.band {
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 74, 47, .09), transparent 30%),
    radial-gradient(circle at 88% 72%, rgba(0, 155, 150, .11), transparent 34%),
    var(--white);
}

.band.dark {
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(255, 74, 47, .18), transparent 34%),
    linear-gradient(315deg, rgba(0, 155, 150, .24), transparent 42%),
    var(--ink);
}

.band.sea {
  color: var(--paper);
  background:
    linear-gradient(135deg, var(--sea-dark), var(--sea) 58%, #08aaa3);
}

.wrap {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 132px) 0;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(280px, .42fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
}

.eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.dark .eyebrow,
.sea .eyebrow {
  color: rgba(251, 246, 238, .66);
}

h2 {
  max-width: 880px;
  font-family: var(--display);
  font-size: clamp(42px, 5.6vw, 82px);
  line-height: .88;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  font-size: clamp(24px, 2.6vw, 38px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lead {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
}

.dark .lead,
.sea .lead {
  color: rgba(251, 246, 238, .75);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
  width: min(1060px, calc(100% - clamp(140px, 18vw, 320px)));
  margin: 0 auto;
  padding: clamp(18px, 2vw, 32px) 0 clamp(50px, 5vw, 78px);
}

.metrics-section .wrap {
  padding-top: clamp(116px, 11vw, 170px);
  padding-bottom: clamp(36px, 4vw, 58px);
}

body.snap-page .metrics-section {
  align-content: center;
  padding-top: clamp(6px, 1.2vw, 16px);
}

body.snap-page .metrics-section .wrap {
  padding-top: clamp(48px, 3.8vw, 54px);
  padding-bottom: clamp(24px, 3vw, 38px);
}

.metric {
  aspect-ratio: 1;
  min-height: 0;
  min-width: 0;
  width: 100%;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: clamp(14px, 1.8vw, 24px);
  border: 1px solid rgba(16, 16, 16, .12);
  border-radius: 50%;
  padding: clamp(20px, 2.7vw, 36px);
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 20%, rgba(255, 74, 47, .22), transparent 34%),
    radial-gradient(circle at 20% 82%, rgba(0, 155, 150, .18), transparent 34%),
    rgba(255, 255, 255, .70);
  box-shadow: 0 24px 70px rgba(16, 16, 16, .08);
}

.metric:nth-child(2n) {
  transform: translateY(20px);
  background:
    radial-gradient(circle at 70% 18%, rgba(0, 155, 150, .24), transparent 34%),
    radial-gradient(circle at 22% 84%, rgba(255, 74, 47, .14), transparent 34%),
    rgba(255, 255, 255, .74);
}

.metric strong {
  font-family: var(--display);
  font-size: clamp(42px, 4.7vw, 68px);
  line-height: .9;
  font-weight: 900;
  letter-spacing: 0;
  color: var(--sea-dark);
}

.metric span {
  max-width: 190px;
  color: var(--muted);
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 800;
  line-height: 1.16;
}

.feature-media {
  position: relative;
  min-height: 72svh;
  overflow: hidden;
  background: var(--ink);
}

.feature-media img {
  width: 100%;
  height: 100%;
  min-height: 72svh;
  object-fit: cover;
}

.feature-media .caption {
  position: absolute;
  left: max(16px, calc((100vw - var(--max)) / 2));
  bottom: 28px;
  width: min(420px, calc(100% - 32px));
  color: var(--paper);
  font-size: 14px;
}

.tables-showcase {
  display: grid;
  place-items: center;
  isolation: isolate;
}

.tables-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 74, 47, .26), transparent 30%),
    linear-gradient(90deg, rgba(0, 155, 150, .26), rgba(16, 16, 16, .48) 38%, rgba(16, 16, 16, .7)),
    rgba(16, 16, 16, .18);
  backdrop-filter: blur(10px) saturate(1.08);
  pointer-events: none;
}

.tables-bg {
  position: absolute;
  inset: -24px;
  width: calc(100% + 48px);
  height: calc(100% + 48px);
  object-fit: cover;
  filter: blur(8px) saturate(.9) contrast(.95) brightness(.68);
  transform: scale(1.03);
}

.tables-panel {
  position: relative;
  z-index: 2;
  width: min(1540px, calc(100% - 36px));
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(16px, 2.4vw, 30px);
  padding: clamp(92px, 9svh, 118px) 0 clamp(18px, 3svh, 34px);
  color: var(--paper);
  text-align: center;
}

.tables-copy {
  width: min(980px, calc(100% - 32px));
  max-width: 980px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.tables-copy h2 {
  margin: 4px 0 8px;
  color: var(--paper);
  font-size: clamp(36px, 4.1vw, 58px);
  line-height: .9;
}

.tables-copy p {
  max-width: 680px;
  margin: 0 auto;
  color: rgba(255, 252, 250, .78);
  font-size: clamp(16px, 1.35vw, 18px);
}

.table-orbit {
  position: relative;
  width: min(100%, 1240px);
  height: clamp(230px, 28vw, 318px);
  margin: clamp(24px, 3vw, 42px) auto clamp(22px, 3vw, 42px);
  perspective: 1200px;
  transform-style: preserve-3d;
  cursor: ew-resize;
  touch-action: pan-x;
}

.table-card {
  --orbit-x: 0px;
  --orbit-z: 0px;
  --orbit-rotate: 0deg;
  --orbit-scale: 1;
  --orbit-opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(190px, 21vw, 278px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(255, 252, 250, .32);
  border-radius: 8px;
  background: var(--ink);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .38);
  opacity: var(--orbit-opacity);
  transform:
    translate3d(calc(-50% + var(--orbit-x)), -50%, var(--orbit-z))
    rotateY(var(--orbit-rotate))
    scale(var(--orbit-scale));
  transform-style: preserve-3d;
  transition:
    transform .82s cubic-bezier(.19, 1, .22, 1),
    opacity .55s ease,
    filter .55s ease;
  will-change: transform, opacity;
  text-decoration: none;
  cursor: pointer;
}

.table-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.04);
}

.table-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .62)),
    linear-gradient(90deg, rgba(0, 155, 150, .16), transparent 54%);
}

.table-card div {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: grid;
  gap: 6px;
  color: var(--paper);
  text-align: left;
}

.table-card span {
  color: rgba(255, 252, 250, .74);
  font: 760 12px/1 var(--sans);
  text-transform: uppercase;
}

.table-card strong {
  font-family: var(--display);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 620;
  line-height: .92;
  letter-spacing: -.045em;
}

.table-card-description {
  display: none;
  margin: 1px 0 2px;
  color: rgba(255, 252, 250, .84);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.18;
}

.table-card[data-orbit="0"] .table-card-description {
  display: block;
}

.table-card .table-card-action {
  width: fit-content;
  margin-top: 3px;
  border-bottom: 1px solid currentColor;
  color: var(--paper);
  font-size: 10px;
}

.table-card[data-orbit="0"] {
  --orbit-x: 0px;
  --orbit-z: 180px;
  --orbit-scale: 1.12;
  --orbit-opacity: 1;
  z-index: 8;
}

.table-card[data-orbit="-1"] {
  --orbit-x: clamp(-310px, -30vw, -220px);
  --orbit-z: 86px;
  --orbit-rotate: 20deg;
  --orbit-scale: .94;
  --orbit-opacity: .86;
  z-index: 7;
}

.table-card[data-orbit="1"] {
  --orbit-x: clamp(220px, 30vw, 310px);
  --orbit-z: 86px;
  --orbit-rotate: -20deg;
  --orbit-scale: .94;
  --orbit-opacity: .86;
  z-index: 7;
}

.table-card[data-orbit="-2"] {
  --orbit-x: clamp(-560px, -52vw, -370px);
  --orbit-z: -70px;
  --orbit-rotate: 36deg;
  --orbit-scale: .76;
  --orbit-opacity: .55;
  z-index: 5;
  filter: blur(.4px);
}

.table-card[data-orbit="2"] {
  --orbit-x: clamp(370px, 52vw, 560px);
  --orbit-z: -70px;
  --orbit-rotate: -36deg;
  --orbit-scale: .76;
  --orbit-opacity: .55;
  z-index: 5;
  filter: blur(.4px);
}

.table-card[data-orbit="hidden"] {
  --orbit-x: 0px;
  --orbit-z: -220px;
  --orbit-scale: .58;
  --orbit-opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.tables-controls {
  position: relative;
  z-index: 12;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 auto;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(16, 16, 16, .18);
  backdrop-filter: blur(10px);
  color: rgba(255, 252, 250, .82);
}

.tables-controls button {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 252, 250, .5);
  border-radius: 999px;
  background: rgba(255, 252, 250, .08);
  color: var(--paper);
  font: 760 20px/1 var(--sans);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.tables-controls button:hover,
.tables-controls button:focus-visible {
  background: rgba(255, 252, 250, .2);
  transform: scale(1.05);
}

.tables-controls span {
  min-width: 74px;
  font: 760 12px/1 var(--sans);
  letter-spacing: .08em;
}

.section-title {
  display: grid;
  grid-template-columns: minmax(0, .74fr) minmax(270px, .34fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-bottom: clamp(36px, 5vw, 70px);
}

.number-list {
  border-top: 1px solid currentColor;
}

.number-row {
  display: grid;
  grid-template-columns: 84px minmax(0, .42fr) minmax(0, .58fr);
  gap: 24px;
  align-items: start;
  border-bottom: 1px solid currentColor;
  padding: 30px 0;
}

.number {
  color: var(--muted);
  font-family: var(--display);
  font-size: 34px;
  line-height: 1;
}

.dark .number,
.sea .number {
  color: rgba(251, 246, 238, .48);
}

.number-row p {
  color: var(--muted);
  font-size: 17px;
}

.dark .number-row p,
.sea .number-row p {
  color: rgba(251, 246, 238, .72);
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  padding: 22px;
  background: var(--white);
  box-shadow: 8px 8px 0 rgba(16, 16, 16, .1);
}

.card:nth-child(1) { background: #fff8bf; }
.card:nth-child(2) { background: #dcfbf7; }
.card:nth-child(3) { background: #ffe0d4; }

.card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: calc(var(--radius) - 2px);
  margin-bottom: 20px;
}

.card p {
  margin-top: 12px;
  color: var(--muted);
}

.tag {
  display: inline-flex;
  width: fit-content;
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 6px 10px;
  background: var(--sun);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .45fr) minmax(0, .55fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: start;
}

.about-foundation {
  background:
    radial-gradient(circle at 82% 28%, rgba(0, 156, 152, .11), transparent 34%),
    var(--white);
}

.foundation-shell {
  display: grid;
  gap: clamp(28px, 4vw, 46px);
  align-items: center;
  justify-items: center;
  text-align: center;
}

.foundation-copy {
  width: min(900px, 100%);
  max-width: none;
}

.foundation-copy h2 {
  margin-top: 12px;
}

.foundation-copy .lead {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.foundation-values {
  width: min(1040px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.foundation-values article {
  position: relative;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(16, 16, 16, .12);
  border-radius: var(--radius);
  padding: clamp(18px, 2vw, 26px);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 50px rgba(16, 16, 16, .06);
}

.foundation-values article::before {
  content: "";
  position: absolute;
  inset: 14px 14px auto auto;
  width: 42px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--sea);
  opacity: .18;
}

.foundation-values article:nth-child(2)::before {
  background: var(--coral);
}

.foundation-values article:nth-child(3)::before {
  background: var(--sea);
  box-shadow: -22px 0 0 rgba(255, 74, 47, .24);
}

.foundation-values span {
  color: var(--ink);
  font: 900 clamp(26px, 3vw, 42px)/.9 var(--display);
}

.foundation-values p {
  color: var(--muted);
  font-size: clamp(15px, 1.2vw, 18px);
}

.about-association {
  position: relative;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}

.about-association::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--about-bg) center / cover no-repeat;
  filter: saturate(.9) contrast(.96) blur(8px);
  transform: scale(1.05);
  opacity: .56;
}

.about-association::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16, 16, 16, .54), rgba(16, 16, 16, .74)),
    linear-gradient(90deg, rgba(0, 111, 108, .72), rgba(16, 16, 16, .2) 48%, rgba(255, 76, 49, .2));
}

.identity-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(28px, 4vw, 46px);
  align-items: start;
}

.identity-intro {
  width: min(1040px, 100%);
  max-width: none;
  margin: 0 auto;
  text-align: center;
}

.identity-intro h2 {
  margin-top: 12px;
  color: var(--paper);
}

.identity-intro .lead {
  max-width: 720px;
  margin: 16px auto 0;
  color: rgba(255, 244, 223, .78);
}

.identity-experience {
  --flow-start: min(390px, 42%);
  --line-width: clamp(54px, 8vw, 120px);
  position: relative;
  width: min(1040px, 100%);
  min-height: clamp(350px, 48svh, 470px);
  margin: clamp(24px, 3vw, 42px) auto 0;
}

.identity-words {
  position: relative;
  z-index: 2;
  width: min(420px, 44%);
  display: grid;
  gap: 0;
}

.identity-words button {
  position: relative;
  min-height: 112px;
  overflow: hidden;
  border: 1px solid rgba(255, 244, 223, .22);
  border-radius: var(--radius);
  margin-top: -12px;
  padding: 18px 22px;
  color: rgba(255, 244, 223, .56);
  background: rgba(255, 244, 223, .07);
  font: 900 clamp(36px, 5.2vw, 82px)/.82 var(--display);
  letter-spacing: 0;
  text-align: left;
  cursor: pointer;
  backdrop-filter: blur(18px);
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease, opacity .25s ease, filter .25s ease;
}

.identity-words button:first-child {
  margin-top: 0;
}

.identity-words:has(button.is-active) button:not(.is-active) {
  opacity: .34;
  filter: blur(1.5px);
  transform: translateX(-8px) scale(.985);
}

.identity-words button::after {
  content: "";
  position: absolute;
  inset: auto 14px 12px 14px;
  height: 3px;
  border-radius: 999px;
  background: var(--coral);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}

.identity-words button:hover,
.identity-words button:focus-visible,
.identity-words button.is-active {
  z-index: 4;
  color: var(--paper);
  border-color: rgba(255, 244, 223, .42);
  background: rgba(0, 156, 152, .18);
  opacity: 1;
  filter: none;
  transform: translateX(0) scale(1.02);
}

.identity-words button.is-active::after {
  transform: scaleX(1);
}

.identity-flow {
  position: absolute;
  z-index: 1;
  left: calc(var(--flow-start) + var(--line-width));
  right: 0;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  transition: top .35s cubic-bezier(.19, 1, .22, 1), opacity .25s ease;
  pointer-events: none;
}

.identity-panel {
  min-height: clamp(190px, 25svh, 250px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 244, 223, .3);
  border-radius: var(--radius);
  padding: clamp(22px, 2.7vw, 36px);
  color: var(--paper);
  background:
    linear-gradient(180deg, rgba(255, 244, 223, .08), rgba(255, 244, 223, .03)),
    rgba(16, 16, 16, .36);
  backdrop-filter: blur(24px);
  animation: identityPanelIn .32s cubic-bezier(.19, 1, .22, 1);
}

.identity-panel h3 {
  max-width: 420px;
  color: var(--paper);
}

.identity-panel p {
  margin-top: 16px;
  color: rgba(255, 244, 223, .72);
  font-size: clamp(16px, 1.35vw, 20px);
}

@keyframes identityPanelIn {
  from { opacity: 0; transform: translateX(-12px); }
  to { opacity: 1; transform: translateX(0); }
}

.about-boundaries {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 74, 47, .10), transparent 30%),
    radial-gradient(circle at 82% 76%, rgba(0, 156, 152, .11), transparent 28%),
    var(--white);
}

.urgency-orbit {
  --orbit-size: clamp(300px, 36vw, 410px);
  position: relative;
  width: min(1040px, 100%);
  height: clamp(330px, 39svh, 400px);
  margin: clamp(18px, 2.8vw, 34px) auto 0;
}

.urgency-orbit::before {
  content: "2031";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  color: rgba(0, 156, 152, .07);
  font-family: var(--display);
  font-size: clamp(150px, 22vw, 280px);
  font-weight: 900;
  line-height: .8;
  letter-spacing: 0;
  transform: translate(-50%, -45%) rotate(-6deg);
  pointer-events: none;
}

.urgency-node {
  position: absolute;
  z-index: 1;
  width: clamp(210px, 22vw, 270px);
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  border-radius: 50%;
  padding: clamp(22px, 2.4vw, 32px);
  text-align: center;
  color: var(--ink);
  background: rgba(255, 255, 255, .76);
  border: 1px solid rgba(16, 16, 16, .08);
  box-shadow:
    0 30px 80px rgba(16, 16, 16, .10),
    inset 0 0 0 12px rgba(255, 255, 255, .36);
  backdrop-filter: blur(12px);
  transition: transform .35s ease, box-shadow .35s ease, background .35s ease;
}

.urgency-node:hover {
  transform: translateY(-8px) rotate(0deg) scale(1.02);
  background: rgba(255, 255, 255, .9);
  box-shadow:
    0 38px 90px rgba(16, 16, 16, .14),
    inset 0 0 0 12px rgba(255, 255, 255, .48);
}

.urgency-node span {
  color: var(--coral);
  font: 900 clamp(15px, 1.4vw, 20px)/1 var(--display);
}

.urgency-node strong {
  color: var(--ink);
  font: 900 clamp(19px, 2.1vw, 29px)/.92 var(--display);
  letter-spacing: 0;
}

.urgency-node p {
  max-width: 185px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(13px, 1.05vw, 15px);
  line-height: 1.22;
}

.node-youth {
  left: max(0px, calc(50% - var(--orbit-size)));
  top: 0;
  background: rgba(222, 246, 243, .82);
  transform: rotate(-7deg);
}

.node-institutions {
  left: 50%;
  bottom: 0;
  background: rgba(255, 232, 227, .86);
  transform: translateX(-50%) rotate(2deg);
}

.node-institutions span {
  color: var(--sea);
}

.node-metro {
  right: max(0px, calc(50% - var(--orbit-size)));
  top: 0;
  background: rgba(255, 255, 255, .9);
  transform: rotate(5deg);
}

.node-institutions:hover {
  transform: translateX(-50%) translateY(-8px) rotate(0deg) scale(1.02);
}

.sticky {
  position: sticky;
  top: 112px;
}

.quote {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.quote p {
  font-family: var(--display);
  font-size: clamp(38px, 5vw, 76px);
  line-height: .9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.quote span {
  display: block;
  margin-top: 24px;
  color: var(--muted);
}

.page-hero {
  min-height: 70svh;
  display: grid;
  align-items: end;
  padding-top: 92px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 211, 55, .42), transparent 35%),
    linear-gradient(315deg, rgba(0, 155, 150, .16), transparent 42%),
    var(--paper);
}

.page-hero .wrap {
  padding-top: clamp(90px, 12vw, 150px);
  padding-bottom: clamp(54px, 8vw, 104px);
}

.page-hero h1 {
  color: var(--ink);
}

.page-hero .lead {
  margin-top: 24px;
}

.idea-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.idea-card {
  display: grid;
  grid-template-rows: auto 1fr;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  box-shadow: 8px 8px 0 rgba(0, 155, 150, .18);
}

.idea-card:nth-child(3n + 1) { background: #fff8bf; }
.idea-card:nth-child(3n + 2) { background: #e0fbf7; }
.idea-card:nth-child(3n) { background: #ffe1d7; }

.idea-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.idea-card-body {
  display: grid;
  gap: 22px;
  padding: 24px;
}

.idea-card-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.idea-card .number {
  color: var(--coral);
}

.ideas-page {
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 74, 47, .13), transparent 28%),
    radial-gradient(circle at 82% 42%, rgba(0, 155, 150, .16), transparent 32%),
    var(--paper);
}

.ideas-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}

.ideas-hero-bg {
  position: absolute;
  inset: 0;
}

.ideas-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.06);
  transform: scale(1.03);
}

.ideas-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 58% 48%, rgba(255, 74, 47, .24), transparent 30%),
    linear-gradient(180deg, rgba(16, 16, 16, .16), rgba(16, 16, 16, .78)),
    linear-gradient(90deg, rgba(0, 108, 105, .54), rgba(16, 16, 16, .2) 48%, rgba(255, 74, 47, .22));
}

.ideas-hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: clamp(64px, 9vw, 104px);
}

.ideas-hero h1 {
  color: var(--paper);
}

.ideas-hero .lead {
  max-width: 760px;
  margin-top: 24px;
  color: rgba(255, 243, 223, .82);
}

.ideas-map-section {
  min-height: 100svh;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 74, 47, .12), transparent 28%),
    radial-gradient(circle at 86% 70%, rgba(0, 155, 150, .14), transparent 32%),
    var(--white);
}

.ideas-map-shell {
  padding-top: clamp(92px, 8vw, 116px);
  padding-bottom: clamp(54px, 7vw, 88px);
}

.ideas-map-section .section-title {
  margin-bottom: clamp(24px, 3.4vw, 42px);
}

.ideas-map-section h2 {
  font-size: clamp(42px, 5vw, 70px);
}

.snap-page .ideas-hero {
  min-height: 100svh;
}

.snap-page .ideas-hero-inner {
  padding-top: clamp(120px, 14svh, 156px);
  padding-bottom: clamp(44px, 8svh, 78px);
}

.snap-page .ideas-map-section {
  min-height: 100svh;
}

.snap-page .ideas-map-shell {
  padding-top: clamp(92px, 10svh, 112px);
  padding-bottom: clamp(18px, 3svh, 28px);
}

.snap-page .ideas-map-section .section-title {
  gap: clamp(14px, 2.2vw, 28px);
  margin-bottom: clamp(14px, 2svh, 22px);
}

.snap-page .ideas-map-section h2 {
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: .9;
}

.snap-page .ideas-map-section .lead {
  font-size: clamp(15px, 1.45vw, 19px);
  line-height: 1.28;
}

.snap-page .civic-map {
  margin-top: clamp(14px, 2svh, 22px);
}

.snap-page .map-stage,
.snap-page .map-brief {
  height: clamp(360px, 56svh, 500px);
  min-height: 0;
}

.civic-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
  margin-top: clamp(24px, 3.4vw, 42px);
}

.map-stage {
  position: relative;
  height: clamp(420px, 44vw, 530px);
  min-height: 0;
  overflow: hidden;
  border-radius: 26px;
  background: var(--ink);
  box-shadow: 0 28px 90px rgba(16, 16, 16, .10);
}

.map-stage::before {
  content: "";
  position: absolute;
  inset: 22px;
  z-index: 2;
  border: 1px solid rgba(16, 16, 16, .08);
  border-radius: 20px;
  pointer-events: none;
}

.map-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 52% 46%, rgba(255, 74, 47, .18), transparent 18%),
    linear-gradient(90deg, rgba(255, 255, 255, .44), rgba(255, 255, 255, .12) 46%, rgba(0, 108, 105, .08)),
    linear-gradient(180deg, rgba(16, 16, 16, .02), rgba(16, 16, 16, .18));
  pointer-events: none;
}

.map-photo-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 68%;
  filter: saturate(.92) contrast(.96) brightness(1.02);
  transform: scale(1.08);
}

.map-lens-bg {
  display: none;
}

.map-pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 4;
  width: clamp(44px, 4.6vw, 58px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .86);
  border-radius: 50%;
  background: rgba(255, 243, 223, .92);
  color: var(--ink);
  box-shadow: 0 14px 34px rgba(16, 16, 16, .22);
  backdrop-filter: blur(8px);
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: background .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.map-pin span {
  font-family: var(--display);
  font-size: 16px;
  line-height: 1;
}

.map-pin:hover,
.map-pin:focus-visible,
.map-pin.is-active {
  border-color: var(--coral);
  background: var(--coral);
  color: var(--paper);
  box-shadow: 0 16px 38px rgba(255, 74, 47, .30), 0 0 0 8px rgba(255, 74, 47, .16);
  outline: none;
}

.map-brief {
  height: clamp(420px, 44vw, 530px);
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(132px, 34%) minmax(0, 1fr);
  overflow: hidden;
  border-radius: 26px;
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 28px 90px rgba(16, 16, 16, .16);
}

.map-brief.is-swapping {
  animation: mapBriefPulse .24s ease;
}

@keyframes mapBriefPulse {
  0% { opacity: .82; }
  100% { opacity: 1; }
}

.map-brief img {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.02);
}

.map-brief > div {
  display: grid;
  grid-template-rows: 32px minmax(74px, auto) minmax(44px, 1fr) 44px;
  gap: 8px;
  padding: clamp(18px, 2vw, 22px);
  background:
    linear-gradient(135deg, rgba(0, 155, 150, .22), transparent 46%),
    var(--ink);
}

.map-brief .number {
  color: var(--coral);
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-brief h3 {
  color: var(--paper);
  font-size: clamp(25px, 2.8vw, 36px);
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-brief p {
  color: rgba(255, 243, 223, .76);
  font-size: 14px;
  line-height: 1.34;
  min-height: 44px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.map-brief .button {
  width: fit-content;
  height: 44px;
  align-self: end;
  justify-self: center;
}

.map-concept-zoom {
  display: block;
}

.snap-page .map-concept-zoom .map-stage,
.map-concept-zoom .map-stage {
  height: clamp(450px, 58svh, 590px);
  width: 100%;
}

.map-concept-zoom .map-stage::after {
  z-index: 1;
  background:
    radial-gradient(circle at var(--focus-x, 49%) var(--focus-y, 58%), rgba(255, 74, 47, .34), transparent 12%),
    radial-gradient(circle at var(--focus-x, 49%) var(--focus-y, 58%), transparent 0 12%, rgba(16, 16, 16, .20) 28%, rgba(16, 16, 16, .54) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .02) 46%, rgba(16, 16, 16, .24)),
    linear-gradient(180deg, rgba(16, 16, 16, .04), rgba(16, 16, 16, .38));
}

.map-concept-zoom .map-photo-bg {
  filter: saturate(.98) contrast(.98) brightness(.82);
  transform: scale(1.08);
  transition: filter .35s ease;
}

.map-concept-zoom .map-lens-bg {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 68%;
  filter: saturate(1.12) contrast(1.06) brightness(1.04);
  clip-path: circle(clamp(58px, 7.5vw, 92px) at var(--focus-x, 49%) var(--focus-y, 46%));
  transform: scale(1.24);
  transform-origin: var(--focus-x, 49%) var(--focus-y, 46%);
  transition: clip-path .35s cubic-bezier(.19, 1, .22, 1), transform-origin .35s cubic-bezier(.19, 1, .22, 1);
  pointer-events: none;
}

.map-concept-zoom .map-pin {
  top: calc(var(--y) - 12%);
  z-index: 9;
}

.map-concept-zoom .map-pin.is-active {
  z-index: 10;
  box-shadow:
    0 18px 42px rgba(255, 74, 47, .42),
    0 0 0 10px rgba(255, 74, 47, .20),
    0 0 0 24px rgba(255, 74, 47, .10);
}

.map-concept-zoom .map-brief {
  position: absolute;
  left: clamp(18px, 2.2vw, 28px);
  right: clamp(18px, 2.2vw, 28px);
  bottom: clamp(18px, 2.2vw, 28px);
  z-index: 7;
  width: auto;
  height: clamp(118px, 15svh, 146px);
  min-height: 0;
  display: grid;
  grid-template-columns: clamp(100px, 12vw, 132px) minmax(0, 1fr);
  grid-template-rows: none;
  overflow: hidden;
  border: 1px solid rgba(255, 243, 223, .24);
  border-radius: 22px;
  background:
    radial-gradient(circle at 94% 16%, rgba(255, 74, 47, .24), transparent 32%),
    linear-gradient(135deg, rgba(0, 155, 150, .26), rgba(16, 16, 16, .88) 42%),
    rgba(16, 16, 16, .84);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .38);
  backdrop-filter: blur(22px);
  pointer-events: none;
  transform: translateY(0);
}

.map-concept-zoom .map-brief.is-swapping {
  animation: mapOverlayIn .24s ease;
}

@keyframes mapOverlayIn {
  0% { opacity: .78; transform: translateY(12px) scale(.99); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

.map-concept-zoom .map-brief img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.map-concept-zoom .map-brief > div {
  display: grid;
  grid-template-columns: clamp(52px, 6vw, 72px) minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  grid-template-areas:
    "num title action"
    "num copy action";
  column-gap: clamp(14px, 2vw, 22px);
  row-gap: 6px;
  align-items: center;
  padding: clamp(16px, 1.8vw, 20px);
  text-align: left;
  background: transparent;
}

.map-concept-zoom .map-brief .number {
  grid-area: num;
  min-height: 0;
  justify-content: flex-start;
  font-size: clamp(34px, 5vw, 58px);
  line-height: .82;
}

.map-concept-zoom .map-brief h3 {
  grid-area: title;
  min-height: 0;
  justify-content: flex-start;
  color: var(--paper);
  font-size: clamp(24px, 3.1vw, 38px);
  line-height: .94;
}

.map-concept-zoom .map-brief p {
  grid-area: copy;
  max-width: 560px;
  min-height: 0;
  justify-content: flex-start;
  color: rgba(255, 243, 223, .78);
  font-size: 14px;
  line-height: 1.32;
}

.map-concept-zoom .map-brief .button {
  grid-area: action;
  justify-self: end;
  align-self: center;
  margin-top: 0;
  pointer-events: auto;
  white-space: nowrap;
}

.ideas-atlas {
  background:
    linear-gradient(180deg, var(--paper), var(--white));
  border-bottom: 1px solid var(--line);
}

.ideas-map-section .mobile-atlas {
  display: none;
}

.atlas-shell {
  padding-top: clamp(92px, 10vw, 132px);
}

.atlas-intro {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 18px;
}

.atlas-intro .lead {
  margin: 0 auto;
}

.atlas-stack {
  display: grid;
  gap: clamp(20px, 3vw, 34px);
  margin-top: clamp(40px, 6vw, 76px);
}

.atlas-card {
  position: sticky;
  top: 108px;
  min-height: min(620px, calc(100svh - 130px));
  display: grid;
  grid-template-columns: minmax(0, .62fr) minmax(320px, .38fr);
  overflow: hidden;
  border: 1px solid rgba(16, 16, 16, .14);
  border-radius: 28px;
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 36px 100px rgba(16, 16, 16, .16);
}

.atlas-card:nth-child(2n) {
  grid-template-columns: minmax(320px, .38fr) minmax(0, .62fr);
}

.atlas-card:nth-child(2n) img {
  order: 2;
}

.atlas-card img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}

.atlas-card div {
  display: grid;
  align-content: end;
  gap: 18px;
  padding: clamp(28px, 4vw, 54px);
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 74, 47, .24), transparent 30%),
    linear-gradient(135deg, rgba(0, 155, 150, .26), transparent 48%),
    var(--ink);
}

.atlas-card span {
  color: var(--coral);
  font-family: var(--display);
  font-size: clamp(40px, 6vw, 84px);
  line-height: .82;
}

.atlas-card h3 {
  color: var(--paper);
  font-size: clamp(34px, 4.6vw, 66px);
}

.atlas-card p {
  max-width: 420px;
  color: rgba(255, 243, 223, .76);
  font-size: clamp(16px, 1.5vw, 20px);
}

.atlas-card a {
  width: fit-content;
  border: 1px solid rgba(255, 243, 223, .7);
  border-radius: 999px;
  padding: 11px 16px;
  color: var(--paper);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.atlas-card a:hover,
.atlas-card a:focus-visible {
  background: var(--paper);
  color: var(--ink);
  outline: none;
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .civic-map {
    grid-template-columns: 1fr;
  }

  .map-stage {
    height: 540px;
    min-height: 0;
  }

  .map-brief {
    grid-template-columns: minmax(180px, .42fr) minmax(0, .58fr);
    grid-template-rows: none;
    height: 360px;
    min-height: 0;
  }

  .map-brief img {
    min-height: 100%;
    max-height: none;
  }

  .map-concept-zoom .map-stage {
    height: 560px;
  }

  .map-concept-zoom .map-brief {
    left: 22px;
    right: 22px;
    bottom: 22px;
    top: auto;
    width: auto;
    height: 130px;
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .map-concept-zoom .map-brief img {
    width: 96px;
    min-height: 0;
  }

  .map-brief > div {
    grid-template-rows: 30px minmax(78px, auto) minmax(54px, 1fr) 44px;
  }

  .map-brief .number {
    min-height: 30px;
  }

  .map-brief h3 {
    min-height: 78px;
  }

  .map-brief p {
    min-height: 54px;
  }

  .atlas-card,
  .atlas-card:nth-child(2n) {
    position: relative;
    top: auto;
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .atlas-card:nth-child(2n) img {
    order: 0;
  }

  .atlas-card img {
    min-height: 340px;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 680px) {
  .ideas-hero {
    min-height: 88svh;
  }

  .ideas-map-shell,
  .atlas-shell {
    padding-top: 96px;
  }

  .ideas-map-section {
    min-height: auto;
  }

  .ideas-map-section > .ideas-map-shell {
    padding-bottom: 64px;
  }

  .ideas-map-section > .ideas-map-shell > .section-title,
  .ideas-map-section .civic-map {
    display: none;
  }

  .ideas-map-section .mobile-atlas {
    display: block;
  }

  .mobile-atlas .atlas-intro {
    gap: 14px;
  }

  .mobile-atlas .atlas-intro h2 {
    max-width: 7.4em;
    font-size: clamp(40px, 13vw, 64px);
  }

  .mobile-atlas .atlas-intro .lead {
    max-width: 24em;
    font-size: 18px;
  }

  .mobile-atlas .atlas-stack {
    display: block;
    margin-top: 34px;
    padding-bottom: 18px;
  }

  .mobile-atlas .atlas-card,
  .mobile-atlas .atlas-card:nth-child(2n) {
    position: sticky;
    top: 86px;
    min-height: min(72svh, 620px);
    grid-template-columns: 1fr;
    margin-bottom: 28px;
    border-radius: 22px;
    box-shadow: 0 28px 80px rgba(16, 16, 16, .20);
  }

  .mobile-atlas .atlas-card:nth-child(2n) img {
    order: 0;
  }

  .mobile-atlas .atlas-card:nth-child(3n + 1) {
    transform: rotate(-.7deg);
  }

  .mobile-atlas .atlas-card:nth-child(3n + 2) {
    transform: rotate(.55deg);
  }

  .mobile-atlas .atlas-card:nth-child(3n) {
    transform: rotate(-.25deg);
  }

  .mobile-atlas .atlas-card img {
    width: 100%;
    height: 38%;
    min-height: 210px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  .mobile-atlas .atlas-card div {
    min-height: 0;
    align-content: end;
    gap: 13px;
    padding: 24px;
  }

  .mobile-atlas .atlas-card span {
    font-size: clamp(42px, 17vw, 76px);
  }

  .mobile-atlas .atlas-card h3 {
    font-size: clamp(34px, 12vw, 58px);
  }

  .mobile-atlas .atlas-card p {
    font-size: 16px;
  }

  .map-stage {
    height: 470px;
    min-height: 0;
    border-radius: 18px;
  }

  .map-pin {
    width: 42px;
  }

  .map-pin span {
    font-size: 13px;
  }

  .map-brief {
    grid-template-columns: 1fr;
    height: auto;
    border-radius: 18px;
  }

  .map-brief img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .map-concept-zoom .map-stage {
    height: 560px;
  }

  .map-concept-zoom .map-brief {
    top: 60%;
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .map-concept-zoom .map-brief img {
    display: none;
  }

  .map-concept-zoom .map-brief > div {
    text-align: center;
  }

  .map-concept-zoom .map-brief .number,
  .map-concept-zoom .map-brief h3,
  .map-concept-zoom .map-brief p {
    justify-content: center;
  }

  .map-concept-zoom .map-brief .button {
    justify-self: center;
  }

  .map-brief > div {
    grid-template-rows: auto auto auto auto;
  }

  .map-brief .number,
  .map-brief h3,
  .map-brief p {
    min-height: 0;
  }

  .atlas-card {
    border-radius: 18px;
  }

  .atlas-card img {
    min-height: 260px;
  }
}

/* Final responsive layer for the Word-document site structure */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 88px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
  backdrop-filter: blur(16px);
}

.site-header .header-inner {
  width: min(1480px, calc(100% - 64px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.site-header .brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.site-header .brand img {
  display: block;
  width: 145px;
  height: auto;
  max-height: 64px;
  object-fit: contain;
}

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

.site-header .site-nav a {
  color: #111;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.site-header .site-nav a:last-child {
  padding: 13px 24px;
  border: 1.5px solid #111;
  border-radius: 999px;
}

.site-header .menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: min(820px, calc(100svh - 88px));
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
}

.hero .hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(8, 16, 15, 0.2), rgba(8, 16, 15, 0.7));
}

.hero .hero-content {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 72px 0;
  text-align: center;
  color: #fff;
}

.hero .hero-content h1 {
  max-width: 1120px;
  margin: 0 auto;
  font-size: clamp(52px, 5.2vw, 92px);
  line-height: 0.96;
  overflow-wrap: anywhere;
}

.hero .hero-content p {
  max-width: 760px;
  margin: 26px auto 0;
  font-size: clamp(18px, 1.6vw, 25px);
  line-height: 1.35;
}

.join-main {
  min-height: calc(100svh - 88px);
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(540px, 1.12fr);
  align-items: center;
  gap: clamp(40px, 6vw, 104px);
  width: min(1480px, calc(100% - 80px));
  margin: 0 auto;
  padding: 54px 0 72px;
}

.join-intro h1 {
  max-width: 680px;
  margin: 14px 0 24px;
  font-size: clamp(58px, 6vw, 104px);
  line-height: 0.92;
  overflow-wrap: anywhere;
}

.join-intro p {
  max-width: 620px;
  font-size: clamp(20px, 1.8vw, 30px);
  line-height: 1.4;
}

.join-panel {
  width: 100%;
  min-width: 0;
  padding: clamp(28px, 3vw, 48px);
  border: 1px solid rgba(0, 148, 143, 0.28);
  border-radius: 32px;
  background:
    radial-gradient(circle at 95% 8%, rgba(255, 76, 53, 0.16), transparent 34%),
    radial-gradient(circle at 8% 92%, rgba(0, 167, 160, 0.16), transparent 34%),
    #fff;
  box-shadow: 18px 20px 0 rgba(255, 76, 53, 0.1);
}

.join-panel h2 {
  margin: 0 0 26px;
  font-size: clamp(38px, 4vw, 66px);
  line-height: 0.95;
}

.join-panel form,
.join-panel .form-grid {
  min-width: 0;
}

.join-panel .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.join-panel .field,
.join-panel label {
  min-width: 0;
}

.join-panel input,
.join-panel textarea,
.join-panel select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.join-panel .field-wide,
.join-panel textarea,
.join-panel .consent,
.join-panel button[type="submit"] {
  grid-column: 1 / -1;
}

.site-footer {
  background:
    linear-gradient(rgba(8, 28, 27, 0.86), rgba(8, 28, 27, 0.86)),
    url("assets/content/footer-bg") center / cover no-repeat;
}

.site-footer .footer-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 56px 0;
  text-align: center;
}

.site-footer .footer-contact,
.site-footer .footer-social {
  justify-content: center;
}

@media (max-width: 760px) {
  .site-header {
    height: 72px;
  }

  .site-header .header-inner {
    width: calc(100% - 32px);
    gap: 14px;
  }

  .site-header .brand img {
    width: 112px;
    max-height: 50px;
  }

  .site-header .menu-toggle {
    position: relative;
    z-index: 2;
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1.5px solid #111;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: 0;
  }

  .site-header .menu-toggle::before,
  .site-header .menu-toggle::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: currentColor;
    transition: transform 180ms ease;
  }

  .site-header .menu-toggle::before {
    transform: translateY(-4px);
  }

  .site-header .menu-toggle::after {
    transform: translateY(4px);
  }

  .site-header .menu-toggle[aria-expanded="true"]::before {
    transform: rotate(45deg);
  }

  .site-header .menu-toggle[aria-expanded="true"]::after {
    transform: rotate(-45deg);
  }

  .site-header .site-nav {
    position: fixed;
    inset: 72px 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 16px 22px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(20, 20, 20, 0.12);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(18px);
  }

  .site-header .site-nav.is-open {
    display: flex;
  }

  .site-header .site-nav a,
  .site-header .site-nav a:last-child {
    padding: 14px 10px;
    border: 0;
    border-bottom: 1px solid rgba(20, 20, 20, 0.08);
    border-radius: 0;
    text-align: center;
  }

  .hero {
    min-height: calc(100svh - 72px);
    background-position: center;
  }

  .hero .hero-content {
    width: calc(100% - 32px);
    padding: 52px 0;
  }

  .hero .hero-content h1 {
    font-size: clamp(31px, 10vw, 44px);
    line-height: 1;
  }

  .hero .hero-content p {
    margin-top: 18px;
    font-size: 17px;
  }

  .hero .hero-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: min(100%, 330px);
    margin: 24px auto 0;
  }

  .join-main {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    width: calc(100% - 32px);
    padding: 46px 0 68px;
  }

  .join-intro {
    text-align: center;
  }

  .join-intro h1 {
    max-width: none;
    margin: 12px auto 20px;
    font-size: clamp(44px, 14vw, 64px);
    line-height: 0.95;
  }

  .join-intro p {
    margin: 0 auto;
    font-size: 19px;
  }

  .join-panel {
    padding: 24px 18px 28px;
    border-radius: 24px;
    box-shadow: 8px 10px 0 rgba(255, 76, 53, 0.1);
  }

  .join-panel h2 {
    font-size: 40px;
    text-align: center;
  }

  .join-panel .form-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
  }

  .join-panel .field-wide,
  .join-panel textarea,
  .join-panel .consent,
  .join-panel button[type="submit"] {
    grid-column: auto;
  }

  .site-footer .footer-inner {
    width: calc(100% - 32px);
    padding: 42px 0;
  }

  .site-footer .footer-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}

/* Davide brief: shared navigation, event archive and document viewer */
.nav-links {
  gap: clamp(8px, 1.2vw, 18px);
}

.nav-links a {
  font-size: clamp(13px, 1vw, 16px);
  white-space: nowrap;
}

.ideas-manifesto-action {
  justify-content: center;
  margin-top: 24px;
}

.event-poster-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 34px);
}

.event-poster {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(320px, 1fr);
  gap: 14px;
}

.event-poster time {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  width: 72px;
  height: 72px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  color: var(--paper);
  background: var(--coral);
  font-family: var(--display);
  text-align: center;
  box-shadow: 0 12px 36px rgba(16, 16, 16, .22);
}

.event-poster time strong {
  font-size: 28px;
  line-height: .75;
}

.event-poster time span {
  margin-top: 6px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-poster figure,
.event-poster-placeholder {
  min-height: 320px;
  overflow: hidden;
  border: 1px solid rgba(16, 16, 16, .12);
  border-radius: 8px;
  background: var(--ink);
  box-shadow: 0 24px 70px rgba(16, 16, 16, .10);
}

.event-poster figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .5s ease;
}

.event-poster:hover figure img {
  transform: scale(1.035);
}

.event-poster h3 {
  max-width: 16ch;
  font-size: clamp(28px, 2.5vw, 42px);
  line-height: .92;
}

.event-status {
  width: fit-content;
  border-bottom: 2px solid var(--coral);
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-poster-placeholder {
  display: grid;
  place-items: center;
  padding: 40px;
  color: var(--paper);
  background:
    radial-gradient(circle at 24% 28%, rgba(255, 74, 47, .72), transparent 22%),
    radial-gradient(circle at 78% 74%, rgba(0, 155, 150, .78), transparent 26%),
    var(--ink);
  text-align: center;
}

.event-poster-placeholder span {
  max-width: 8ch;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 900;
  line-height: .86;
}

.join-page .join-flow-section {
  isolation: isolate;
  background:
    linear-gradient(rgba(251, 246, 238, .80), rgba(251, 246, 238, .88)),
    url("assets/join-word-photo.png") center / cover;
}

.join-page .join-flow-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 12% 30%, rgba(255, 74, 47, .18), transparent 30%),
    radial-gradient(circle at 88% 72%, rgba(0, 155, 150, .20), transparent 32%);
  pointer-events: none;
}

.join-page .join-form {
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 74, 47, .18), transparent 27%),
    radial-gradient(circle at 8% 94%, rgba(0, 155, 150, .20), transparent 32%),
    rgba(255, 255, 255, .94);
}

.table-document-button {
  margin-top: 24px;
  color: var(--ink);
  background: var(--coral);
}

.document-viewer {
  width: min(1180px, calc(100vw - 40px));
  height: min(850px, calc(100vh - 40px));
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  padding: 0;
  color: var(--paper);
  background: var(--ink);
  box-shadow: 0 40px 120px rgba(0, 0, 0, .38);
}

.document-viewer::backdrop {
  background: rgba(16, 16, 16, .64);
  backdrop-filter: blur(12px);
}

.document-viewer-bar {
  min-height: 62px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 12px 18px;
  background: var(--ink);
}

.document-viewer-bar strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.document-viewer-bar > div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.document-viewer-bar a {
  color: var(--paper);
  font-size: 13px;
  font-weight: 900;
}

.document-viewer-bar button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(251, 246, 238, .30);
  border-radius: 50%;
  color: var(--paper);
  background: transparent;
  font-size: 26px;
  cursor: pointer;
}

.document-viewer iframe {
  width: 100%;
  height: calc(100% - 62px);
  display: block;
  border: 0;
  background: #fff;
}

.footer-minimal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(14px, 2.6vw, 34px);
  text-align: center;
}

.footer-socials {
  justify-content: center;
}

.footer-socials .social-icon {
  border-color: rgba(255, 255, 255, .52);
  background: #fff;
}

.home-brief-hero {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 30px;
  text-align: center;
}

.home-brief-hero h1 {
  max-width: 1100px;
  margin-inline: auto;
  font-size: clamp(50px, 5vw, 72px);
  line-height: .96;
  text-transform: none;
}

.home-brief-hero h1 span {
  display: block;
  white-space: nowrap;
}

.home-brief-hero .hero-actions {
  justify-content: center;
  margin-top: 0;
}

@media (max-width: 980px) {
  .event-poster-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .home-brief-hero {
    gap: 24px;
  }

  .home-brief-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: 26px;
    line-height: .96;
    overflow-wrap: anywhere;
  }

  .home-brief-hero h1 span {
    white-space: normal;
  }

  .home-brief-hero .hero-actions {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .home-brief-hero .hero-actions .button {
    width: min(270px, 100%);
  }

  .ideas-hero h1 {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    font-size: clamp(38px, 10.5vw, 44px);
    line-height: .9;
    margin-inline: auto;
    text-align: center;
  }

  .ideas-hero .lead {
    width: 280px;
    max-width: 280px !important;
    font-size: 17px;
    overflow-wrap: anywhere;
  }

  .event-poster-grid {
    grid-template-columns: 1fr;
  }

  .event-poster {
    grid-template-rows: minmax(360px, 68vh);
  }

  .document-viewer {
    width: 100vw;
    height: 100dvh;
    max-width: none;
    max-height: none;
    border-radius: 0;
  }

  .document-viewer-bar strong {
    max-width: 42vw;
    font-size: 13px;
  }
}

.timeline {
  border-top: 1px solid var(--line);
}

.timeline-item {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 220px;
  gap: 24px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding: 34px 0;
}

.timeline-item time {
  color: var(--muted);
  font-family: var(--display);
  font-size: 30px;
  line-height: .92;
}

.timeline-item p {
  color: var(--muted);
}

.press-marquee-section {
  min-height: clamp(520px, 70svh, 680px);
  display: grid;
  align-content: center;
  gap: clamp(18px, 3vw, 34px);
  overflow: hidden;
  border-bottom: 1px solid rgba(16, 16, 16, .08);
  background:
    radial-gradient(circle at 12% 28%, rgba(255, 74, 47, .12), transparent 28%),
    radial-gradient(circle at 86% 68%, rgba(0, 155, 150, .14), transparent 32%),
    var(--white);
}

.press-marquee-heading {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: clamp(12px, 1.6vw, 18px);
  text-align: center;
}

.press-marquee-heading h2,
.snap-page .press-marquee-heading h2 {
  max-width: 900px;
  color: var(--coral);
  font-family: var(--display);
  font-size: clamp(46px, 6.2vw, 96px);
  font-weight: 900;
  line-height: .86;
  letter-spacing: 0;
  text-transform: uppercase;
}

.press-marquee-heading p {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(17px, 1.4vw, 22px);
}

.press-marquee {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(16, 16, 16, .1);
  border-bottom: 1px solid rgba(16, 16, 16, .1);
  background:
    linear-gradient(90deg, rgba(255, 252, 250, .96), rgba(255, 252, 250, .38) 12%, rgba(255, 252, 250, .38) 88%, rgba(255, 252, 250, .96)),
    rgba(255, 252, 250, .66);
}

.press-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 24px);
  padding: clamp(14px, 2vw, 24px) 0;
  animation: pressMarquee 48s linear infinite;
}

.press-marquee:hover .press-track {
  animation-play-state: paused;
}

.press-group {
  display: inline-flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 24px);
}

.press-logo {
  width: clamp(156px, 15vw, 230px);
  height: clamp(70px, 6.3vw, 94px);
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(16, 16, 16, .11);
  border-radius: 18px;
  padding: clamp(14px, 1.6vw, 22px);
  background: rgba(255, 255, 255, .86);
  box-shadow:
    0 18px 46px rgba(16, 16, 16, .08),
    inset 0 0 0 1px rgba(255, 255, 255, .72);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.press-logo:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 74, 47, .42);
  background: var(--white);
  box-shadow:
    0 26px 58px rgba(16, 16, 16, .12),
    0 0 0 6px rgba(255, 74, 47, .08);
}

.press-logo img {
  max-width: 88%;
  max-height: 52px;
  object-fit: contain;
  display: block;
}

.press-logo-wide {
  width: clamp(190px, 18vw, 280px);
}

.press-logo-wide img {
  max-width: 92%;
  max-height: 58px;
}

.home-proof-strip {
  width: min(1080px, calc(100% - 32px));
  margin: clamp(2px, .8vw, 10px) auto clamp(22px, 3vw, 40px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(14px, 2vw, 24px);
  overflow: hidden;
}

.home-proof-strip > span {
  color: var(--coral);
  font-family: var(--display);
  font-size: clamp(15px, 1.3vw, 20px);
  font-weight: 900;
  line-height: .94;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-proof-strip .press-marquee {
  border: 1px solid rgba(16, 16, 16, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .56);
  box-shadow: 0 18px 60px rgba(16, 16, 16, .07);
}

.home-proof-strip .press-track {
  gap: 12px;
  padding: 10px 0;
  animation-duration: 42s;
}

.home-proof-strip .press-group {
  gap: 12px;
}

.home-proof-strip .press-logo {
  width: clamp(96px, 8vw, 132px);
  height: 46px;
  border-radius: 999px;
  padding: 10px 14px;
  background: var(--white);
  box-shadow: none;
}

.home-proof-strip .press-logo-wide {
  width: clamp(126px, 11vw, 172px);
}

.home-proof-strip .press-logo img {
  max-height: 28px;
}

@keyframes pressMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.initiatives-hero::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .20), rgba(0, 0, 0, .70)),
    linear-gradient(90deg, rgba(0, 77, 74, .78), rgba(0, 155, 150, .14) 54%, rgba(255, 74, 47, .24));
}

.initiatives-journal-hero .wrap {
  max-width: 1120px;
}

.blog-page .page-hero {
  min-height: clamp(620px, 82svh, 860px);
}

.blog-page main > section {
  min-height: auto;
}

.blog-page .band {
  padding-block: clamp(84px, 10vw, 140px);
}

.initiative-archive {
  overflow: clip;
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 74, 47, .10), transparent 28%),
    radial-gradient(circle at 84% 84%, rgba(0, 155, 150, .12), transparent 34%),
    var(--white);
}

.initiative-archive .section-title {
  margin-bottom: clamp(20px, 3svh, 34px);
}

.initiative-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}

.initiative-feature {
  display: grid;
  grid-template-columns: minmax(0, .66fr) minmax(320px, .34fr);
  gap: 0;
  overflow: hidden;
  margin: clamp(34px, 5vw, 70px) 0 clamp(28px, 4vw, 56px);
  border: 1px solid rgba(16, 16, 16, .10);
  border-radius: 28px;
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 74, 47, .18), transparent 34%),
    linear-gradient(140deg, rgba(0, 77, 74, .96), rgba(16, 16, 16, .98));
  color: var(--paper);
  box-shadow: 0 36px 120px rgba(16, 16, 16, .16);
}

.initiative-feature-media {
  min-height: clamp(420px, 54vw, 680px);
  display: block;
  overflow: hidden;
}

.initiative-feature-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .55s ease;
}

.initiative-feature:hover .initiative-feature-media img {
  transform: scale(1.035);
}

.initiative-feature-copy {
  display: grid;
  align-content: end;
  gap: clamp(14px, 2vw, 24px);
  padding: clamp(26px, 4.2vw, 58px);
}

.initiative-feature time,
.initiative-feature-copy h3,
.initiative-feature-copy p {
  color: var(--paper);
}

.initiative-feature time {
  color: var(--coral);
  font-family: var(--display);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.initiative-feature-copy h3 {
  font-family: var(--display);
  font-size: clamp(54px, 7vw, 112px);
  line-height: .82;
}

.initiative-feature-copy p {
  color: rgba(255, 243, 223, .78);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.25;
}

.initiative-feature-copy .button {
  justify-self: start;
}

.snap-page .initiative-archive .section-title {
  margin-bottom: clamp(14px, 2svh, 22px);
}

.snap-page .initiative-archive .section-title h2 {
  font-size: clamp(42px, 5.2vw, 76px);
}

.snap-page .initiative-archive .section-title .lead {
  max-width: 820px;
  font-size: clamp(17px, 1.35vw, 22px);
}

.snap-page .initiative-archive .initiative-blog-grid {
  gap: 12px;
}

.initiative-post {
  overflow: hidden;
  border: 1px solid rgba(16, 16, 16, .10);
  border-radius: 22px;
  background: rgba(255, 255, 255, .90);
  box-shadow: 0 24px 72px rgba(16, 16, 16, .09);
}

.initiative-post.is-wide {
  grid-column: span 2;
}

.initiative-post.is-featured {
  border-color: rgba(255, 74, 47, .30);
  box-shadow:
    0 24px 76px rgba(255, 74, 47, .13),
    0 18px 58px rgba(16, 16, 16, .08);
}

.initiative-post img {
  width: 100%;
  height: clamp(210px, 25vw, 360px);
  display: block;
  object-fit: cover;
}

.snap-page .initiative-post img {
  height: clamp(64px, 8.2svh, 86px);
}

.initiative-post div {
  min-height: clamp(180px, 17vw, 250px);
  display: grid;
  align-content: start;
  gap: 12px;
  padding: clamp(20px, 2.6vw, 34px);
}

.snap-page .initiative-post div {
  min-height: clamp(96px, 11svh, 116px);
  gap: 6px;
  padding: 12px 14px;
}

.initiative-post time,
.initiative-post span {
  color: var(--coral);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.initiative-post h3 {
  max-width: 14ch;
  font-family: var(--display);
  font-size: clamp(34px, 3.6vw, 58px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: 0;
}

.snap-page .initiative-post h3 {
  font-size: clamp(22px, 1.9vw, 31px);
}

.initiative-post p {
  color: var(--muted);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.25;
}

.initiative-format-wall {
  position: relative;
  overflow: hidden;
}

.initiative-format-wall::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 74, 47, .24), transparent 28%),
    radial-gradient(circle at 76% 74%, rgba(0, 155, 150, .28), transparent 34%);
  pointer-events: none;
}

.initiative-format-wall .wrap {
  position: relative;
}

.format-orbit {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: clamp(10px, 1.4vw, 18px);
  margin-top: clamp(28px, 5vw, 70px);
}

.format-token {
  min-height: clamp(230px, 28vw, 360px);
  display: grid;
  align-content: space-between;
  border: 1px solid rgba(255, 243, 223, .18);
  border-radius: 999px;
  padding: clamp(20px, 2.8vw, 34px);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 74, 47, .22), transparent 30%),
    rgba(255, 243, 223, .06);
  color: var(--paper);
  text-align: center;
  transform: translateY(var(--rise, 0));
}

.format-token:nth-child(2),
.format-token:nth-child(4) {
  --rise: 36px;
}

.format-token:nth-child(3) {
  background:
    radial-gradient(circle at 50% 18%, rgba(0, 155, 150, .34), transparent 30%),
    rgba(255, 243, 223, .08);
}

.format-token span {
  color: var(--coral);
  font-family: var(--display);
  font-size: clamp(20px, 2vw, 34px);
  font-weight: 900;
}

.format-token h3 {
  color: var(--paper);
  font-size: clamp(34px, 4vw, 64px);
  line-height: .86;
  word-break: break-word;
}

.initiative-register {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 74, 47, .10), transparent 30%),
    radial-gradient(circle at 92% 48%, rgba(0, 155, 150, .11), transparent 34%),
    var(--paper);
}

.initiative-register-head {
  display: grid;
  justify-items: center;
  gap: 16px;
  margin-bottom: clamp(42px, 6vw, 86px);
  text-align: center;
}

.initiative-register-head h2 {
  max-width: 980px;
  font-size: clamp(56px, 8vw, 132px);
  line-height: .82;
}

.initiative-register-head p {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.25;
}

.initiative-cover-story {
  display: grid;
  grid-template-columns: minmax(280px, .42fr) minmax(0, .58fr);
  gap: clamp(22px, 3vw, 40px);
  align-items: stretch;
  margin-bottom: clamp(46px, 7vw, 96px);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  padding-block: clamp(22px, 3vw, 36px);
}

.initiative-cover-copy {
  display: grid;
  align-content: end;
  gap: clamp(16px, 2vw, 26px);
}

.initiative-cover-copy time,
.initiative-ledger-row time span,
.initiative-ledger-row div > span {
  color: var(--coral);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.initiative-cover-copy h3 {
  max-width: 8ch;
  font-family: var(--display);
  font-size: clamp(68px, 9.8vw, 150px);
  line-height: .78;
  letter-spacing: 0;
}

.initiative-cover-copy p {
  max-width: 520px;
  color: var(--muted);
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.25;
}

.initiative-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.initiative-proof span {
  border: 1px solid rgba(16, 16, 16, .16);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, .54);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.initiative-cover-media {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  grid-template-rows: repeat(2, minmax(160px, 1fr));
  gap: 12px;
  min-height: clamp(480px, 50vw, 680px);
}

.initiative-cover-media img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 18px;
  object-fit: cover;
  filter: saturate(.82) contrast(1.04);
}

.initiative-cover-media img:first-child {
  grid-row: 1 / 3;
}

.initiative-ledger {
  border-top: 1px solid rgba(16, 16, 16, .16);
}

.initiative-ledger-row {
  display: grid;
  grid-template-columns: minmax(96px, .12fr) minmax(180px, .24fr) minmax(0, .64fr);
  gap: clamp(18px, 3vw, 46px);
  align-items: center;
  min-height: clamp(190px, 20vw, 290px);
  border-bottom: 1px solid rgba(16, 16, 16, .16);
  padding-block: clamp(18px, 2.4vw, 32px);
}

.initiative-ledger-row time {
  display: grid;
  gap: 10px;
}

.initiative-ledger-row time strong {
  color: var(--teal);
  font-family: var(--display);
  font-size: clamp(56px, 7vw, 110px);
  line-height: .75;
}

.initiative-ledger-row figure {
  height: clamp(150px, 15vw, 230px);
  overflow: hidden;
  border-radius: 16px;
  margin: 0;
  background: var(--ink);
}

.initiative-ledger-row figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.86) contrast(1.02);
  transition: transform .45s ease;
}

.initiative-ledger-row:hover figure img {
  transform: scale(1.045);
}

.initiative-date-card {
  display: grid;
  place-items: center;
  padding: 20px;
  background:
    radial-gradient(circle at 70% 18%, rgba(255, 74, 47, .28), transparent 34%),
    linear-gradient(145deg, rgba(0, 155, 150, .30), rgba(16, 16, 16, .94)),
    var(--ink);
}

.initiative-date-card span {
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(24px, 2.4vw, 42px);
  font-weight: 900;
  line-height: .9;
  text-align: center;
}

.initiative-ledger-row div {
  display: grid;
  gap: 10px;
}

.initiative-ledger-row h3 {
  max-width: 16ch;
  font-family: var(--display);
  font-size: clamp(38px, 5.3vw, 86px);
  line-height: .84;
  letter-spacing: 0;
}

.initiative-ledger-row p {
  max-width: 700px;
  color: var(--muted);
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.3;
}

.initiative-method {
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 74, 47, .20), transparent 26%),
    radial-gradient(circle at 82% 74%, rgba(0, 155, 150, .22), transparent 30%),
    var(--ink);
}

.initiative-method-head {
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

.initiative-method-head h2 {
  max-width: 960px;
  color: var(--paper);
  font-size: clamp(58px, 8vw, 128px);
  line-height: .82;
}

.initiative-method-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(34px, 5vw, 74px);
  border-top: 1px solid rgba(255, 243, 223, .22);
  border-left: 1px solid rgba(255, 243, 223, .22);
}

.initiative-method-strip article {
  min-height: clamp(260px, 28vw, 430px);
  display: grid;
  align-content: space-between;
  border-right: 1px solid rgba(255, 243, 223, .22);
  border-bottom: 1px solid rgba(255, 243, 223, .22);
  padding: clamp(18px, 2.4vw, 34px);
  background: rgba(255, 243, 223, .04);
}

.initiative-method-strip article:nth-child(2n) {
  background: rgba(0, 155, 150, .10);
}

.initiative-method-strip span {
  color: var(--coral);
  font-family: var(--display);
  font-size: clamp(24px, 2vw, 36px);
  font-weight: 900;
}

.initiative-method-strip h3 {
  color: var(--paper);
  font-size: clamp(40px, 5vw, 78px);
  line-height: .84;
}

.initiative-method-strip p {
  color: rgba(255, 243, 223, .70);
  font-size: clamp(15px, 1.1vw, 18px);
}

.magazine-page {
  background: var(--paper);
}

.initiative-magazine-hero {
  min-height: clamp(520px, 74svh, 760px);
  display: grid;
  align-items: end;
  padding: calc(var(--header-h) + clamp(80px, 10vw, 140px)) 0 clamp(56px, 8vw, 96px);
  background:
    radial-gradient(circle at 12% 32%, rgba(255, 74, 47, .10), transparent 30%),
    radial-gradient(circle at 86% 78%, rgba(0, 155, 150, .12), transparent 32%),
    var(--paper);
  border-bottom: 1px solid rgba(16, 16, 16, .14);
}

.initiative-magazine-hero .wrap {
  display: grid;
  gap: clamp(18px, 2.4vw, 30px);
}

.magazine-kicker {
  color: var(--coral);
  font-family: var(--display);
  font-size: clamp(18px, 1.8vw, 28px);
  font-weight: 900;
  text-transform: uppercase;
}

.initiative-magazine-hero h1 {
  max-width: 10ch;
  font-family: var(--display);
  font-size: clamp(92px, 18vw, 260px);
  line-height: .72;
  letter-spacing: 0;
}

.initiative-magazine-hero p {
  max-width: 780px;
  color: var(--muted);
  font-size: clamp(22px, 2.3vw, 38px);
  line-height: 1.08;
}

.initiative-magazine {
  padding: clamp(56px, 7vw, 100px) 0 clamp(88px, 10vw, 150px);
}

.magazine-feature {
  display: grid;
  grid-template-columns: minmax(0, .62fr) minmax(320px, .38fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: end;
  margin-bottom: clamp(56px, 8vw, 112px);
  padding-bottom: clamp(34px, 4vw, 60px);
  border-bottom: 2px solid var(--ink);
}

.magazine-feature-image {
  min-height: clamp(520px, 58vw, 760px);
  display: block;
  overflow: hidden;
  background: var(--ink);
}

.magazine-feature-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.82) contrast(1.05);
  transition: transform .55s ease;
}

.magazine-feature:hover .magazine-feature-image img {
  transform: scale(1.03);
}

.magazine-feature-copy {
  display: grid;
  gap: clamp(16px, 2vw, 28px);
}

.magazine-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  color: var(--coral);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.magazine-feature-copy h2 {
  max-width: 8ch;
  font-size: clamp(64px, 8.6vw, 138px);
  line-height: .78;
}

.magazine-feature-copy p {
  max-width: 520px;
  color: var(--muted);
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.22;
}

.text-link {
  width: fit-content;
  color: var(--ink);
  font-family: var(--display);
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 3px solid var(--coral);
}

.magazine-index {
  border-top: 1px solid rgba(16, 16, 16, .18);
}

.magazine-row {
  display: grid;
  grid-template-columns: minmax(100px, .12fr) minmax(0, .58fr) minmax(190px, .30fr);
  gap: clamp(20px, 3vw, 52px);
  align-items: center;
  border-bottom: 1px solid rgba(16, 16, 16, .18);
  padding: clamp(22px, 3vw, 42px) 0;
}

.magazine-row time {
  display: grid;
  gap: 10px;
}

.magazine-row time strong {
  color: var(--teal);
  font-family: var(--display);
  font-size: clamp(58px, 7vw, 112px);
  line-height: .74;
}

.magazine-row time span,
.magazine-row-copy > span {
  color: var(--coral);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.magazine-row-copy {
  display: grid;
  gap: 10px;
}

.magazine-row-copy h3 {
  max-width: 15ch;
  font-size: clamp(38px, 5.2vw, 82px);
  line-height: .84;
}

.magazine-row-copy p {
  max-width: 700px;
  color: var(--muted);
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.3;
}

.magazine-row figure {
  height: clamp(150px, 15vw, 230px);
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}

.magazine-row figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.82) contrast(1.04);
  transition: transform .45s ease;
}

.magazine-row:hover figure img {
  transform: scale(1.045);
}

.magazine-row-placeholder {
  display: grid;
  place-items: center;
  padding: 20px;
  background:
    radial-gradient(circle at 75% 18%, rgba(255, 74, 47, .28), transparent 32%),
    linear-gradient(145deg, rgba(0, 155, 150, .30), rgba(16, 16, 16, .94)),
    var(--ink);
}

.magazine-row-placeholder span {
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(24px, 2.4vw, 40px);
  font-weight: 900;
  line-height: .9;
  text-align: center;
}

.magazine-method {
  padding: clamp(78px, 9vw, 130px) 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 74, 47, .20), transparent 28%),
    radial-gradient(circle at 86% 76%, rgba(0, 155, 150, .24), transparent 34%),
    var(--ink);
}

.magazine-method-head {
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

.magazine-method-head h2 {
  max-width: 1040px;
  color: var(--paper);
  font-size: clamp(58px, 8vw, 132px);
  line-height: .82;
}

.magazine-method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(36px, 5vw, 74px);
  border-top: 1px solid rgba(255, 243, 223, .22);
  border-left: 1px solid rgba(255, 243, 223, .22);
}

.magazine-method-grid article {
  min-height: clamp(220px, 24vw, 360px);
  display: grid;
  align-content: space-between;
  border-right: 1px solid rgba(255, 243, 223, .22);
  border-bottom: 1px solid rgba(255, 243, 223, .22);
  padding: clamp(18px, 2.4vw, 34px);
  background: rgba(255, 243, 223, .04);
}

.magazine-method-grid article:nth-child(2n) {
  background: rgba(0, 155, 150, .10);
}

.magazine-method-grid span {
  color: var(--coral);
  font-family: var(--display);
  font-size: clamp(24px, 2vw, 36px);
  font-weight: 900;
}

.magazine-method-grid h3 {
  color: var(--paper);
  font-size: clamp(38px, 4.8vw, 76px);
  line-height: .84;
}

.initiatives-immersive-hero .wrap {
  max-width: 1180px;
  justify-items: center;
  text-align: center;
}

.initiatives-immersive-hero h1 {
  max-width: 12ch;
}

.immersive-events {
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 74, 47, .13), transparent 30%),
    radial-gradient(circle at 88% 50%, rgba(0, 155, 150, .14), transparent 34%),
    var(--paper);
}

.event-scenes {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(14px, 1.8vw, 26px);
  margin-top: clamp(34px, 5vw, 72px);
}

.event-scene {
  position: relative;
  min-height: clamp(440px, 46vw, 640px);
  grid-column: span 6;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-radius: 28px;
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 32px 100px rgba(16, 16, 16, .16);
}

.event-scene-large {
  min-height: clamp(560px, 58vw, 780px);
  grid-column: 1 / -1;
}

.event-scene-text {
  grid-column: span 6;
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 74, 47, .42), transparent 28%),
    radial-gradient(circle at 18% 84%, rgba(0, 155, 150, .36), transparent 34%),
    linear-gradient(140deg, rgba(0, 77, 74, .96), rgba(16, 16, 16, .98));
}

.event-scene img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.86) contrast(1.04);
  transition: transform .6s ease;
}

.event-scene:hover img {
  transform: scale(1.04);
}

.event-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16, 16, 16, .05), rgba(16, 16, 16, .82)),
    linear-gradient(90deg, rgba(0, 77, 74, .62), rgba(255, 74, 47, .08));
  pointer-events: none;
}

.event-scene > div {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(12px, 1.6vw, 20px);
  padding: clamp(24px, 4vw, 56px);
}

.event-scene time {
  width: fit-content;
  border: 1px solid rgba(255, 243, 223, .50);
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--coral);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  background: rgba(16, 16, 16, .20);
  backdrop-filter: blur(10px);
}

.event-scene h3 {
  max-width: 12ch;
  color: var(--paper);
  font-size: clamp(48px, 7vw, 118px);
  line-height: .82;
}

.event-scene-large h3 {
  max-width: 9ch;
  font-size: clamp(78px, 12vw, 190px);
}

.event-scene p {
  max-width: 600px;
  color: rgba(255, 243, 223, .82);
  font-size: clamp(17px, 1.45vw, 23px);
  line-height: 1.22;
}

.event-scene .button {
  justify-self: start;
}

.initiative-flow {
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 74, 47, .22), transparent 28%),
    radial-gradient(circle at 84% 72%, rgba(0, 155, 150, .26), transparent 34%),
    var(--ink);
}

.initiative-flow .section-title h2,
.initiative-flow .section-title .lead {
  color: var(--paper);
}

.flow-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(34px, 5vw, 70px);
}

.flow-cards article {
  min-height: clamp(240px, 26vw, 380px);
  display: grid;
  align-content: space-between;
  border: 1px solid rgba(255, 243, 223, .18);
  border-radius: 999px;
  padding: clamp(22px, 3vw, 38px);
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 74, 47, .24), transparent 30%),
    rgba(255, 243, 223, .05);
  color: var(--paper);
  text-align: center;
}

.flow-cards article:nth-child(2n) {
  transform: translateY(34px);
  background:
    radial-gradient(circle at 50% 20%, rgba(0, 155, 150, .32), transparent 30%),
    rgba(255, 243, 223, .06);
}

.flow-cards span {
  color: var(--coral);
  font-family: var(--display);
  font-size: clamp(22px, 2vw, 36px);
  font-weight: 900;
}

.flow-cards h3 {
  color: var(--paper);
  font-size: clamp(34px, 4.6vw, 72px);
  line-height: .84;
}

.snap-page .initiative-post p {
  font-size: 13px;
  line-height: 1.18;
}

.initiative-next {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 74, 47, .12), transparent 28%),
    radial-gradient(circle at 82% 78%, rgba(0, 155, 150, .14), transparent 32%),
    var(--white);
}

.initiative-next-grid {
  display: grid;
  grid-template-columns: minmax(0, .58fr) minmax(320px, .42fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
}

.initiative-next-copy {
  display: grid;
  gap: 18px;
}

.initiative-next-copy .lead {
  margin: 0;
}

.initiative-ticket {
  min-height: clamp(360px, 48svh, 500px);
  display: grid;
  align-content: end;
  gap: 18px;
  border: 2px solid var(--ink);
  border-radius: 28px;
  padding: clamp(24px, 4vw, 42px);
  color: var(--paper);
  background:
    radial-gradient(circle at 80% 16%, rgba(255, 74, 47, .42), transparent 30%),
    linear-gradient(145deg, rgba(0, 155, 150, .42), rgba(16, 16, 16, .96) 52%),
    var(--ink);
  box-shadow: 14px 14px 0 rgba(255, 74, 47, .18);
  transform: rotate(.8deg);
}

.initiative-ticket span {
  width: fit-content;
  border: 1px solid rgba(255, 243, 223, .5);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.initiative-ticket strong {
  max-width: 540px;
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(40px, 5vw, 72px);
  line-height: .9;
}

.initiative-ticket p,
.initiative-ticket li {
  color: rgba(255, 243, 223, .78);
  font-size: clamp(16px, 1.4vw, 20px);
}

.initiative-ticket ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.format-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.format-card {
  min-height: 230px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 243, 223, .18);
  border-radius: 22px;
  padding: clamp(20px, 2.6vw, 30px);
  background: rgba(255, 243, 223, .06);
  color: var(--paper);
}

.format-card:nth-child(2n) {
  background: rgba(0, 155, 150, .14);
}

.format-card:nth-child(3n) {
  background: rgba(255, 74, 47, .14);
}

.format-card span {
  color: var(--coral);
  font-family: var(--display);
  font-size: 34px;
  line-height: .9;
}

.format-card h3 {
  color: var(--paper);
}

.format-card p {
  color: rgba(255, 243, 223, .74);
}

.initiative-diary {
  background:
    radial-gradient(circle at 18% 22%, rgba(0, 155, 150, .11), transparent 32%),
    var(--white);
}

.initiative-diary-head {
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
}

.initiative-diary-head .lead {
  max-width: 760px;
}

.diary-stack {
  display: grid;
  gap: clamp(18px, 3vw, 32px);
  margin-top: clamp(34px, 5vw, 62px);
}

.diary-card {
  position: sticky;
  top: 104px;
  min-height: min(520px, calc(100svh - 140px));
  display: grid;
  grid-template-columns: minmax(0, .62fr) minmax(300px, .38fr);
  overflow: hidden;
  border: 1px solid rgba(16, 16, 16, .12);
  border-radius: 28px;
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 34px 100px rgba(16, 16, 16, .18);
}

.diary-card:nth-child(2n) {
  grid-template-columns: minmax(300px, .38fr) minmax(0, .62fr);
}

.diary-card:nth-child(2n) img {
  order: 2;
}

.diary-card img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

.diary-card div {
  display: grid;
  align-content: end;
  gap: 14px;
  padding: clamp(26px, 4vw, 48px);
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 74, 47, .24), transparent 32%),
    linear-gradient(140deg, rgba(0, 155, 150, .24), transparent 48%),
    var(--ink);
}

.diary-card time,
.diary-card span {
  width: fit-content;
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.diary-card h3 {
  color: var(--paper);
  font-size: clamp(36px, 4.8vw, 70px);
}

.diary-card p {
  max-width: 430px;
  color: rgba(255, 243, 223, .78);
  font-size: clamp(16px, 1.5vw, 20px);
}

.initiative-host .hero-actions {
  justify-content: center;
  margin-top: clamp(20px, 3vw, 34px);
}

.initiatives-redesign-page {
  background: var(--paper);
}

.initiatives-live-hero {
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding-top: var(--header-h);
  background:
    radial-gradient(circle at 12% 22%, rgba(255, 74, 47, .16), transparent 30%),
    radial-gradient(circle at 88% 72%, rgba(0, 155, 150, .16), transparent 34%),
    var(--white);
}

.initiatives-live-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .48fr) minmax(420px, .52fr);
  gap: clamp(32px, 5vw, 84px);
  align-items: center;
  padding-block: clamp(76px, 8vw, 124px);
}

.initiatives-live-copy {
  display: grid;
  gap: clamp(18px, 2.4vw, 30px);
}

.initiatives-live-copy h1 {
  max-width: 10ch;
  font-size: clamp(74px, 8.8vw, 138px);
  line-height: .8;
}

.initiatives-live-copy .lead {
  max-width: 620px;
  margin: 0;
}

.initiatives-live-board {
  position: relative;
  min-height: clamp(500px, 52vw, 670px);
}

.live-photo {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(16, 16, 16, .14);
  border-radius: 28px;
  background: var(--ink);
  box-shadow: 0 34px 100px rgba(16, 16, 16, .18);
}

.initiatives-photo-hero {
  min-height: 100svh;
}

.initiatives-photo-hero::before {
  background-position: center 42%;
  filter: saturate(.92) contrast(1.05);
}

.initiatives-photo-hero::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .20), rgba(0, 0, 0, .28) 42%, rgba(0, 0, 0, .78)),
    linear-gradient(90deg, rgba(0, 77, 74, .68), rgba(0, 155, 150, .18) 48%, rgba(255, 74, 47, .24));
}

.initiatives-photo-hero .wrap {
  display: grid;
  justify-items: center;
  text-align: center;
}

.initiatives-photo-hero h1 {
  max-width: 11ch;
}

.initiatives-photo-hero .lead {
  max-width: 760px;
}

.initiatives-photo-hero .eyebrow {
  color: var(--coral);
}

.page-hero.initiatives-photo-hero {
  min-height: 100svh;
}

.live-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.92) contrast(1.04);
}

.live-photo-main {
  inset: 4% 9% 11% 0;
}

.live-photo-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(16, 16, 16, .54));
}

.live-photo-small {
  width: min(34vw, 300px);
  aspect-ratio: 1;
  z-index: 2;
}

.live-photo-a {
  right: 0;
  top: 0;
  transform: rotate(4deg);
}

.live-photo-b {
  right: 5%;
  bottom: 0;
  transform: rotate(-5deg);
}

.initiative-cover {
  padding-block: clamp(72px, 8vw, 122px);
}

.initiative-cover-card {
  display: grid;
  grid-template-columns: minmax(0, .58fr) minmax(360px, .42fr);
  overflow: hidden;
  border-radius: 32px;
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 34px 110px rgba(16, 16, 16, .18);
}

.initiative-cover-card .initiative-cover-media {
  min-height: clamp(540px, 56vw, 760px);
}

.initiative-cover-card .initiative-cover-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.initiative-cover-card .initiative-cover-copy {
  display: grid;
  align-content: center;
  gap: clamp(16px, 2vw, 24px);
  padding: clamp(28px, 5vw, 68px);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 74, 47, .28), transparent 32%),
    radial-gradient(circle at 14% 82%, rgba(0, 155, 150, .26), transparent 34%),
    var(--ink);
}

.initiative-cover-card time {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: end;
  color: var(--coral);
}

.initiative-cover-card time strong {
  font-family: var(--display);
  font-size: clamp(64px, 8vw, 112px);
  line-height: .8;
}

.initiative-cover-card time span {
  max-width: 100px;
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: 900;
  line-height: .95;
  text-transform: uppercase;
}

.initiative-cover-card h2 {
  max-width: 10ch;
  color: var(--paper);
  font-size: clamp(54px, 6vw, 104px);
  line-height: .82;
}

.initiative-cover-card p {
  max-width: 520px;
  color: rgba(255, 243, 223, .78);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.22;
}

.initiative-cover-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.initiative-cover-proof span {
  border: 1px solid rgba(255, 243, 223, .20);
  border-radius: 999px;
  padding: 10px 13px;
  color: rgba(255, 243, 223, .82);
  font-weight: 800;
  background: rgba(255, 243, 223, .06);
}

.initiative-cover-proof strong {
  color: var(--paper);
  font-family: var(--display);
  font-size: 18px;
}

.initiative-cover-card .button {
  justify-self: start;
  margin-top: 6px;
}

.initiative-chronicle {
  padding-block: clamp(76px, 9vw, 138px);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 74, 47, .10), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(0, 155, 150, .13), transparent 34%),
    var(--white);
}

.initiative-chronicle-head {
  display: grid;
  justify-items: center;
  gap: 16px;
  margin-bottom: clamp(42px, 6vw, 82px);
  text-align: center;
}

.initiative-chronicle-head h2 {
  max-width: 12ch;
}

.initiative-chronicle-head .lead {
  max-width: 720px;
}

.chronicle-list {
  display: grid;
  gap: 1px;
  border-top: 1px solid rgba(16, 16, 16, .14);
  border-bottom: 1px solid rgba(16, 16, 16, .14);
}

.chronicle-row {
  display: grid;
  grid-template-columns: minmax(86px, .12fr) minmax(250px, .28fr) minmax(0, .60fr);
  gap: clamp(18px, 3vw, 44px);
  align-items: center;
  padding: clamp(18px, 3vw, 34px) 0;
  border-top: 1px solid rgba(16, 16, 16, .12);
}

.chronicle-row:first-child {
  border-top: 0;
}

.chronicle-row time {
  display: grid;
  color: var(--sea-dark);
  font-family: var(--display);
}

.chronicle-row time strong {
  font-size: clamp(54px, 6vw, 96px);
  line-height: .76;
}

.chronicle-row time span {
  color: var(--coral);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.chronicle-row figure {
  height: clamp(170px, 18vw, 250px);
  overflow: hidden;
  border-radius: 18px;
  background: var(--ink);
}

.chronicle-row figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .55s ease;
}

.chronicle-row:hover figure img {
  transform: scale(1.05);
}

.chronicle-row div {
  display: grid;
  gap: 10px;
}

.chronicle-row div > span {
  width: fit-content;
  border: 1px solid rgba(16, 16, 16, .14);
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  background: rgba(255, 255, 255, .48);
}

.chronicle-row h3 {
  font-size: clamp(38px, 5vw, 82px);
  line-height: .86;
}

.chronicle-row p {
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.22;
}

.initiative-press-board {
  padding-block: clamp(80px, 10vw, 150px);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 74, 47, .10), transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(0, 155, 150, .11), transparent 34%),
    var(--white);
}

.initiative-press-board .wrap {
  padding-block: 0;
}

.initiative-press-head {
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
  margin-bottom: clamp(34px, 5vw, 64px);
}

.initiative-press-head h2 {
  max-width: 13ch;
}

.initiative-press-head .lead {
  max-width: 760px;
}

.press-article-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 20px);
}

.press-article-card {
  min-height: 410px;
  display: grid;
  grid-template-rows: 170px auto 1fr auto;
  gap: 13px;
  overflow: hidden;
  border: 1px solid rgba(16, 16, 16, .12);
  border-radius: 18px;
  padding: 0 clamp(18px, 2vw, 24px) clamp(18px, 2vw, 24px);
  background:
    radial-gradient(circle at 84% 14%, rgba(255, 74, 47, .10), transparent 28%),
    rgba(255, 255, 255, .78);
  box-shadow: 0 22px 70px rgba(16, 16, 16, .07);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.press-article-card:hover,
.press-article-card:focus-visible {
  transform: translateY(-8px);
  border-color: rgba(255, 74, 47, .34);
  box-shadow: 0 30px 90px rgba(16, 16, 16, .12);
}

.press-preview {
  position: relative;
  align-self: stretch;
  margin: 0 calc(clamp(18px, 2vw, 24px) * -1);
  overflow: hidden;
  background: var(--ink);
}

.press-preview > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.88) contrast(1.02);
  transition: transform .5s ease, filter .5s ease;
}

.press-article-card:hover .press-preview > img,
.press-article-card:focus-visible .press-preview > img {
  transform: scale(1.06);
  filter: saturate(1.02) contrast(1.04);
}

.press-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(16, 16, 16, .58));
  pointer-events: none;
}

.press-preview figcaption {
  position: absolute;
  z-index: 1;
  left: 14px;
  bottom: 14px;
  width: min(150px, calc(100% - 28px));
  height: 42px;
  display: grid;
  place-items: center;
  padding: 7px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .18);
}

.press-preview figcaption img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.press-preview figcaption b {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.press-article-card time {
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
}

.press-article-card h3 {
  font-size: clamp(24px, 2vw, 34px);
  line-height: .92;
}

.press-article-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.22;
}

.press-article-card strong {
  width: fit-content;
  border-bottom: 2px solid var(--coral);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.press-article-pending {
  cursor: default;
  opacity: .76;
}

.press-article-pending:hover {
  transform: none;
}

.initiative-formats {
  overflow: hidden;
  padding-block: clamp(64px, 7vw, 96px);
}

.initiative-formats .wrap {
  padding-block: 0;
}

.initiative-formats-head {
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
}

.initiative-formats-head h2 {
  max-width: 16ch;
  color: var(--paper);
}

.initiative-format-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
  margin-top: clamp(34px, 5vw, 64px);
}

.initiative-format-strip article {
  position: relative;
  min-height: clamp(250px, 23vw, 340px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-content: stretch;
  gap: clamp(22px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(255, 243, 223, .18);
  border-radius: 22px;
  padding: clamp(24px, 3vw, 38px);
  background:
    radial-gradient(circle at 84% 16%, rgba(255, 74, 47, .3), transparent 30%),
    linear-gradient(145deg, rgba(255, 243, 223, .09), rgba(0, 155, 150, .09)),
    rgba(255, 243, 223, .06);
  color: var(--paper);
  text-align: left;
}

.initiative-format-strip article::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: clamp(72px, 8vw, 124px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(0, 155, 150, .16);
  filter: blur(.2px);
  pointer-events: none;
}

.initiative-format-strip article:nth-child(2) {
  transform: none;
  background:
    radial-gradient(circle at 84% 16%, rgba(0, 155, 150, .36), transparent 30%),
    linear-gradient(145deg, rgba(0, 155, 150, .12), rgba(255, 74, 47, .08)),
    rgba(255, 243, 223, .06);
}

.initiative-format-strip article:nth-child(3) {
  background:
    radial-gradient(circle at 84% 16%, rgba(255, 74, 47, .24), transparent 30%),
    linear-gradient(145deg, rgba(255, 74, 47, .1), rgba(0, 155, 150, .12)),
    rgba(255, 243, 223, .06);
}

.initiative-format-strip span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--coral);
  color: var(--ink);
  font-family: var(--display);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.initiative-format-strip h3 {
  align-self: end;
  color: var(--paper);
  font-size: clamp(44px, 4.8vw, 76px);
  line-height: .86;
  overflow-wrap: anywhere;
}

.initiative-format-strip p {
  max-width: 30ch;
  margin: 0;
  color: rgba(255, 243, 223, .72);
  font-size: clamp(16px, 1.22vw, 18px);
  line-height: 1.2;
}

.initiative-host-clean {
  min-height: auto;
  padding-block: clamp(84px, 10vw, 140px);
}

.table-proposal .quote {
  max-width: 1080px;
}

.table-proposal .quote p {
  font-size: clamp(42px, 6vw, 88px);
}

.form-shell {
  display: grid;
  grid-template-columns: minmax(0, .48fr) minmax(0, .52fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: start;
}

.form {
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  padding: clamp(22px, 4vw, 40px);
  background: var(--white);
  box-shadow: 10px 10px 0 rgba(255, 74, 47, .22);
}

.field {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.field label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 14px;
  background: var(--paper);
  color: var(--ink);
}

.field textarea {
  min-height: 130px;
  resize: vertical;
}

.join-page {
  min-height: 100svh;
  overflow: auto;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 74, 47, .16), transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(0, 155, 150, .16), transparent 34%),
    var(--white);
}

.join-flow-section {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: calc(var(--header-h, 84px) + clamp(18px, 3vw, 44px)) 0 clamp(24px, 4vw, 52px);
}

.join-flow-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .48fr) minmax(360px, .52fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
}

.join-flow-copy {
  display: grid;
  gap: clamp(18px, 2.4vw, 30px);
}

.join-flow-copy h1 {
  max-width: 11ch;
  font-size: clamp(64px, 7.6vw, 118px);
  line-height: .84;
}

.join-flow-copy .lead {
  max-width: 620px;
  margin: 0;
}

.join-flow-proof {
  display: grid;
  gap: 10px;
  width: min(100%, 520px);
}

.join-flow-proof span {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(16, 16, 16, .18);
  padding-top: 12px;
  color: var(--coral);
  font-family: var(--display);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 900;
}

.join-flow-proof strong {
  color: var(--ink);
  text-align: right;
}

.join-form {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 155, 150, .28);
  border-radius: 30px;
  padding: clamp(20px, 2.6vw, 30px);
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 74, 47, .16), transparent 28%),
    radial-gradient(circle at 8% 92%, rgba(0, 155, 150, .18), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(246, 255, 253, .9));
  box-shadow: 14px 14px 0 rgba(255, 74, 47, .12), 0 30px 90px rgba(0, 55, 52, .12);
  backdrop-filter: blur(16px);
}

.join-form-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: clamp(16px, 2.2vw, 24px);
}

.join-form-head span {
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.join-form-head strong {
  max-width: 9ch;
  font-family: var(--display);
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: .86;
  text-align: right;
}

.join-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.join-field-grid-compact {
  gap: 10px;
}

.join-form .field {
  margin-bottom: 9px;
}

.join-form .field input,
.join-form .field select,
.join-form .field textarea {
  border-color: rgba(0, 155, 150, .20);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
}

.join-form .field textarea {
  min-height: 72px;
}

.join-check {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 2px 0 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.join-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--coral);
}

.join-submit {
  width: 100%;
  justify-content: center;
  background: var(--coral);
  color: var(--ink);
}

.join-submit.is-sent {
  background: var(--sea);
  color: var(--paper);
}

.note {
  color: var(--muted);
  font-size: 14px;
}


.site-footer {
  color: var(--paper);
  background:
    linear-gradient(90deg, var(--coral) 0 10px, transparent 10px),
    linear-gradient(rgba(12, 20, 19, 0.82), rgba(12, 20, 19, 0.82)),
    var(--footer-image) center / cover no-repeat,
    var(--ink);
}

.footer-grid {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(34px, 5vw, 58px) 0;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(260px, .32fr);
  gap: 34px;
}

.footer-grid strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: .9;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-grid p,
.footer-grid a {
  color: rgba(251, 246, 238, .72);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.footer-links a {
  border: 1px solid rgba(251, 246, 238, .42);
  border-radius: 999px;
  padding: 9px 12px;
}

.footer-minimal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 3vw, 34px);
  padding: clamp(24px, 4vw, 42px) 0;
  text-align: center;
}

.footer-minimal a,
.footer-minimal span {
  color: rgba(251, 246, 238, .86);
  font-weight: 800;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.footer-socials a {
  border: 1px solid rgba(251, 246, 238, .42);
  border-radius: 999px;
  padding: 9px 12px;
}

.footer-socials .social-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 9px;
}

.social-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.press-page .initiative-press-board {
  padding-top: clamp(52px, 7vw, 96px);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}

@media (max-width: 920px) {
  .foundation-shell {
    grid-template-columns: 1fr;
  }

  .foundation-values,
  .urgency-orbit {
    grid-template-columns: 1fr;
    width: min(100%, 720px);
    margin-left: auto;
    margin-right: auto;
  }

  .urgency-orbit {
    height: auto;
    display: grid;
    gap: 14px;
  }

  .urgency-node {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
  }

  .urgency-node,
  .node-youth,
  .node-institutions,
  .node-metro,
  .urgency-node:hover,
  .node-institutions:hover {
    width: min(100%, 460px);
    aspect-ratio: auto;
    min-height: 150px;
    margin: 0 auto;
    border-radius: var(--radius);
    transform: none;
  }

  .foundation-values article {
    min-height: auto;
    gap: 24px;
  }

  .identity-shell,
  .identity-experience {
    grid-template-columns: 1fr;
  }

  .identity-experience {
    min-height: auto;
  }

  .identity-intro,
  .identity-intro .lead {
    max-width: 720px;
  }

  .identity-words {
    width: min(100%, 680px);
    margin: 0 auto;
  }

  .identity-words button {
    min-height: 82px;
    margin-top: 8px;
  }

  .identity-flow {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: min(100%, 680px);
    grid-template-columns: 1fr;
    margin: 18px auto 0;
    transform: none;
  }

  .site-header {
    color: var(--ink);
    background: rgba(255, 243, 223, .94);
    border-bottom: 1px solid var(--line);
  }

  .nav {
    min-height: 72px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 78px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 8px;
    background: var(--paper);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .16);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    justify-content: center;
  }

  .hero-grid,
  .intro,
  .section-title,
  .split,
  .form-shell,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-minimal {
    justify-items: start;
  }

  .footer-socials {
    justify-content: flex-start;
  }

  .metrics,
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .metrics {
    width: min(720px, calc(100% - 48px));
  }

  .metric:nth-child(2n) {
    transform: none;
  }

  .number-row {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .number-row p {
    grid-column: 2;
  }

  .sticky {
    position: static;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: 88svh;
  }

  .hero-inner {
    padding: 120px 0 42px;
  }

  h1,
  .display {
    font-size: clamp(48px, 15vw, 68px);
  }

  h2 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .wrap {
    padding: 64px 0;
  }

  .cards,
  .idea-grid {
    grid-template-columns: 1fr;
  }

  .metrics {
    grid-template-columns: repeat(2, 1fr);
    width: min(430px, calc(100% - 28px));
    gap: 12px;
    padding-bottom: 64px;
  }

  .metric {
    padding: 18px;
  }

  .number-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .number-row p {
    grid-column: auto;
  }
}

/* Visual correction: keep the Hyle-like structure, restore clarity, add controlled civic-pop color. */
:root {
  --paper: #fff4df;
  --paper-2: #f6dfc1;
  --muted: #62594f;
  --sea: #009c98;
  --sea-dark: #006f6c;
  --coral: #ff4b31;
  --sun: #ffd23c;
  --display: "Avenir Next", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
.display,
.quote p,
.footer-grid strong {
  font-family: var(--display);
  text-transform: none;
  letter-spacing: -.035em;
}

h1,
.display {
  font-size: clamp(54px, 7.4vw, 104px);
  line-height: .92;
  font-weight: 800;
}

h2 {
  font-size: clamp(40px, 5.4vw, 76px);
  line-height: .98;
  font-weight: 800;
}

h3 {
  font-size: clamp(23px, 2.3vw, 34px);
  line-height: 1.04;
  font-weight: 760;
}

.site-header.is-solid .nav-links a:hover,
.site-header.is-solid .nav-links a:focus-visible,
.site-header.is-solid .nav-links a[aria-current="page"],
.site-header.light .nav-links a:hover,
.site-header.light .nav-links a:focus-visible,
.site-header.light .nav-links a[aria-current="page"] {
  background: rgba(0, 156, 152, .14);
  color: var(--ink);
}

.nav-cta {
  background: var(--coral);
  color: var(--ink);
  border-color: rgba(16, 16, 16, .55);
}

.page-hero {
  position: relative;
  min-height: 78svh;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--page-image, url("assets/hero-generated.webp")) center / cover no-repeat;
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.01);
}

.page-hero.table-detail-hero::before {
  background-image: var(--table-image);
}

.page-hero.table-detail-hero::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .74)),
    linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 155, 150, .18) 58%, rgba(255, 74, 47, .2));
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .24), rgba(0, 0, 0, .18) 40%, rgba(0, 0, 0, .7)),
    linear-gradient(90deg, rgba(0, 0, 0, .68), rgba(0, 111, 108, .2) 56%, rgba(255, 75, 49, .16));
}

.page-hero .wrap {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  color: var(--paper);
  max-width: 980px;
}

.page-hero .lead {
  color: rgba(255, 244, 223, .82);
}

.page-hero .eyebrow,
.hero .kicker {
  color: rgba(255, 244, 223, .8);
}

.table-dock {
  position: fixed;
  left: 50%;
  bottom: clamp(16px, 2vw, 28px);
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(112px, auto) minmax(124px, auto) minmax(112px, auto);
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  padding: 6px;
  color: var(--paper);
  background: rgba(16, 16, 16, .68);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .26);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.table-dock a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}

.table-dock-link {
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, .18);
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .24);
  color: var(--paper);
  transition: transform .22s ease, background .22s ease, color .22s ease;
}

.table-dock-link span {
  font: 900 18px/1 var(--display);
}

.table-dock-link strong {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.table-dock-link:hover,
.table-dock-link:focus-visible {
  color: var(--ink);
  background: var(--coral);
  outline: none;
  transform: translateY(-2px);
}

.table-dock-index {
  flex-direction: column;
  padding: 7px 16px;
  color: var(--paper);
  text-align: center;
}

.table-dock-index span {
  color: var(--coral);
  font: 900 13px/1 var(--display);
}

.table-dock-index strong {
  margin-top: 3px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--coral);
}

.metric strong,
.number,
.idea-card .number {
  color: var(--sea-dark);
}

.tag {
  background: var(--sun);
  border-color: rgba(16, 16, 16, .45);
}

.idea-card,
.card {
  border: 1px solid rgba(16, 16, 16, .22);
  box-shadow: none;
}

.idea-card:nth-child(3n + 1),
.card:nth-child(1) {
  background: #fff9c7;
}

.idea-card:nth-child(3n + 2),
.card:nth-child(2) {
  background: #e4fbf7;
}

.idea-card:nth-child(3n),
.card:nth-child(3) {
  background: #ffe1d6;
}

.quote p {
  line-height: 1.02;
  font-weight: 800;
}

.footer-grid strong {
  line-height: 1;
  font-weight: 800;
}

@media (max-width: 620px) {
  body.join-page {
    overflow-x: hidden;
  }

  body.join-page .join-flow-wrap {
    width: calc(100% - 32px);
    max-width: calc(100vw - 32px);
  }

  body.join-page .join-form {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  body.join-page .join-form .field input,
  body.join-page .join-form .field select,
  body.join-page .join-form .field textarea {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  h1,
  .display {
    font-size: clamp(46px, 13vw, 64px);
    line-height: .94;
  }

  h2 {
    font-size: clamp(34px, 10vw, 52px);
    line-height: 1;
  }

  .page-hero {
    min-height: 82svh;
  }
}

@media (min-width: 760px) {
  html {
    scroll-snap-type: none;
  }

  body.snap-active {
    height: 100%;
    overflow: hidden;
    overscroll-behavior: none;
  }

  body.snap-page main > section {
    height: 100svh;
    min-height: 100svh;
    display: grid;
    align-items: center;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  body.snap-page .hero,
  body.snap-page .page-hero,
  body.snap-page .feature-media {
    height: 100svh;
    min-height: 100svh;
  }

  body.snap-page .compact-scene {
    height: clamp(520px, 70svh, 680px);
    min-height: clamp(520px, 70svh, 680px);
    scroll-snap-align: center;
  }

  body.snap-page .wrap {
    padding-top: clamp(70px, 6vw, 96px);
    padding-bottom: clamp(28px, 4vw, 54px);
  }

  body.snap-page .site-footer {
    height: auto;
    min-height: clamp(320px, 44svh, 460px);
    display: grid;
    align-items: center;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .page-hero .wrap,
  .hero-inner {
    transform: translateY(18px);
  }

  .section-title {
    margin-bottom: clamp(24px, 3vw, 40px);
  }

  .number-row {
    padding: 24px 0;
  }

  .lead {
    max-width: 620px;
  }

  .snap-page h2 {
    font-size: clamp(36px, 4.5vw, 58px);
  }

  .snap-page .number-row,
  .snap-page .timeline-item {
    padding: 12px 0;
  }

  .snap-page .number {
    font-size: 30px;
  }

  .snap-page .number-row h3,
  .snap-page .timeline-item h3 {
    font-size: clamp(20px, 1.8vw, 26px);
  }

  .snap-page .number-row p,
  .snap-page .timeline-item p {
    font-size: 15px;
  }
}

/* Direction pass: Hyle-like header, Cypress Modern stack, cleaner background, centered sections. */
:root {
  --ink: #151515;
  --paper: #fffcfa;
  --paper-2: #f6eee6;
  --white: #ffffff;
  --muted: #6d6660;
  --line: rgba(21, 21, 21, .14);
  --display: "Cypress Modern", "Canela", "Noe Display", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --sans: "Cypress Modern", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

html,
body {
  background: var(--paper);
}

body {
  background: var(--paper);
  font-family: var(--sans);
}

.site-header,
.site-header.light,
.site-header.is-solid {
  color: var(--paper);
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}

.site-header.is-solid {
  color: var(--ink);
  background: rgba(255, 252, 250, .74);
  border-bottom: 1px solid rgba(21, 21, 21, .08);
  backdrop-filter: blur(20px);
}

.nav {
  min-height: 78px;
}

.brand {
  gap: 10px;
  font-family: var(--sans);
  text-transform: none;
  letter-spacing: -.02em;
  font-weight: 760;
}

.brand-logo {
  width: clamp(118px, 11vw, 156px);
  max-height: 48px;
}

.nav-links {
  gap: 6px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 650;
  text-transform: none;
  letter-spacing: -.01em;
}

.nav-links a {
  padding: 8px 11px;
  background: transparent;
  opacity: .9;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"],
.site-header.is-solid .nav-links a:hover,
.site-header.is-solid .nav-links a:focus-visible,
.site-header.is-solid .nav-links a[aria-current="page"],
.site-header.light .nav-links a:hover,
.site-header.light .nav-links a:focus-visible,
.site-header.light .nav-links a[aria-current="page"] {
  background: rgba(255, 255, 255, .16);
  color: inherit;
}

.site-header.light {
  color: var(--ink);
  background: rgba(255, 252, 250, .74);
  border-bottom: 1px solid rgba(21, 21, 21, .08);
  backdrop-filter: blur(20px);
}

.site-header.light .nav-links a:hover,
.site-header.light .nav-links a:focus-visible,
.site-header.light .nav-links a[aria-current="page"] {
  background: rgba(21, 21, 21, .06);
}

.site-header.is-solid .nav-links a:hover,
.site-header.is-solid .nav-links a:focus-visible,
.site-header.is-solid .nav-links a[aria-current="page"] {
  background: rgba(21, 21, 21, .06);
}

.nav-cta {
  background: transparent;
  color: inherit;
  border: 1px solid currentColor;
  min-width: 112px;
  justify-content: center;
}

h1,
h2,
h3,
.display,
.quote p,
.footer-grid strong {
  font-family: var(--display);
  letter-spacing: -.045em;
}

h1,
.display {
  font-weight: 620;
  line-height: .94;
}

h2 {
  font-weight: 620;
  line-height: .98;
}

h3 {
  font-weight: 640;
  line-height: 1.04;
}

.snap-page main > section .wrap,
.snap-page .hero-inner {
  text-align: center;
}

.snap-page h1,
.snap-page h2,
.snap-page h3,
.snap-page .lead,
.snap-page .hero-copy,
.snap-page .section-title,
.snap-page .intro,
.snap-page .split,
.snap-page .quote,
.snap-page .form-shell {
  margin-left: auto;
  margin-right: auto;
}

.snap-page .hero-grid,
.snap-page .intro,
.snap-page .section-title,
.snap-page .split,
.snap-page .form-shell {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: clamp(18px, 3vw, 34px);
}

.snap-page .identity-shell {
  width: min(1120px, calc(100% - 48px));
  text-align: center;
}

.snap-page .foundation-shell {
  width: min(1120px, calc(100% - 48px));
}

.snap-page .foundation-values article {
  min-height: clamp(138px, 18svh, 172px);
}

.snap-page .foundation-values p {
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.32;
}

.snap-page .identity-intro .lead {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.snap-page .identity-experience {
  min-height: clamp(330px, 43svh, 430px);
}

.snap-page .identity-words button {
  min-height: clamp(82px, 11svh, 110px);
  font-size: clamp(34px, 4.6vw, 72px);
}

.snap-page .identity-panel {
  padding: clamp(18px, 2vw, 28px);
}

.snap-page .identity-panel h3 {
  font-size: clamp(24px, 2.6vw, 38px);
}

.snap-page .identity-panel p {
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.32;
}

@media (min-width: 760px) {
  body.snap-page .foundation-shell {
    grid-template-columns: 1fr;
  }

  body.snap-page .identity-shell {
    grid-template-columns: 1fr;
  }

  body.snap-page .about-association .wrap {
    padding-top: clamp(108px, 8vw, 132px);
  }

  body.snap-page .identity-experience {
    position: relative;
    display: block;
    width: min(1040px, 100%);
    min-height: clamp(330px, 43svh, 430px);
    margin: clamp(24px, 3vw, 42px) auto 0;
  }

  body.snap-page .identity-words {
    width: min(420px, 42%);
    margin: 0;
  }

  body.snap-page .identity-words button {
    margin-top: -12px;
  }

  body.snap-page .identity-words button:first-child {
    margin-top: 0;
  }

  body.snap-page .identity-flow {
    position: absolute;
    left: calc(var(--flow-start) + var(--line-width));
    right: 0;
    top: 50%;
    width: auto;
    margin: 0;
    transform: translateY(-50%);
  }

  body.snap-page .urgency-orbit {
    width: min(1040px, 100%);
    margin: 0 auto;
  }

  body.snap-page .about-boundaries .wrap {
    padding-top: clamp(104px, 8vw, 124px);
  }

  body.snap-page .urgency-orbit {
    height: clamp(300px, 36svh, 370px);
  }
}

.snap-page .hero-copy,
.snap-page .lead,
.snap-page .number-row p,
.snap-page .card p,
.snap-page .timeline-item p {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.snap-page .hero-actions {
  justify-content: center;
}

.snap-page .number-list,
.snap-page .timeline {
  width: min(780px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.snap-page .number-row,
.snap-page .timeline-item {
  grid-template-columns: 1fr;
  text-align: center;
  gap: 10px;
}

.snap-page .cards {
  width: min(920px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.snap-page .card {
  align-items: center;
  text-align: center;
}

.snap-page .tag {
  margin-left: auto;
  margin-right: auto;
}

.scene-nav {
  position: fixed;
  right: clamp(18px, 2.2vw, 34px);
  top: 50%;
  z-index: 80;
  display: none;
  transform: translateY(-50%);
}

.scene-nav button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin: 6px 0;
  padding: 0;
  color: rgba(21, 21, 21, .42);
  background: transparent;
  border: 0;
  border-radius: 999px;
  font: 700 10px/1 var(--sans);
  cursor: pointer;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.scene-nav button::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  border-radius: 999px;
  transition: width .25s ease, height .25s ease, background .25s ease;
}

.scene-nav button span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.scene-nav button:hover,
.scene-nav button:focus-visible,
.scene-nav button.is-active {
  color: var(--ink);
  background: rgba(21, 21, 21, .06);
  transform: scale(1.08);
}

.scene-nav button:hover::before,
.scene-nav button:focus-visible::before,
.scene-nav button.is-active::before {
  width: 0;
  height: 0;
  background: currentColor;
}

body.snap-active main > section,
body.snap-active .site-footer {
  isolation: isolate;
}

body.snap-active main > section :is(.hero-inner, .ideas-hero-inner, .wrap, .caption, .metrics, .home-proof-strip, .tables-panel, .press-marquee-heading, .press-marquee, .footer-grid),
body.snap-active .site-footer .footer-grid {
  transition: opacity .55s ease, transform .7s cubic-bezier(.19, 1, .22, 1), filter .7s ease;
}

body.snap-active main > section.is-before-scene :is(.hero-inner, .ideas-hero-inner, .wrap, .caption, .metrics, .home-proof-strip, .tables-panel, .press-marquee-heading, .press-marquee),
body.snap-active .site-footer.is-before-scene .footer-grid {
  opacity: .2;
  transform: translateY(-32px) scale(.98);
  filter: blur(8px);
}

body.snap-active main > section.is-after-scene :is(.hero-inner, .ideas-hero-inner, .wrap, .caption, .metrics, .home-proof-strip, .tables-panel, .press-marquee-heading, .press-marquee),
body.snap-active .site-footer.is-after-scene .footer-grid {
  opacity: .08;
  transform: translateY(44px) scale(.98);
  filter: blur(10px);
}

body.snap-active main > section.is-active-scene :is(.hero-inner, .ideas-hero-inner, .wrap, .caption, .metrics, .home-proof-strip, .tables-panel, .press-marquee-heading, .press-marquee),
body.snap-active .site-footer.is-active-scene .footer-grid {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: none;
}

body.snap-active .hero-media img,
body.snap-active .feature-media img,
body.snap-active .page-hero::before {
  transition: transform 1.35s cubic-bezier(.19, 1, .22, 1), filter 1.35s ease;
}

body.snap-active main > section.is-active-scene .hero-media img,
body.snap-active main > section.is-active-scene.feature-media img,
body.snap-active main > section.is-active-scene.page-hero::before {
  transform: scale(1.035);
  filter: saturate(1.05) contrast(1.02);
}

body.snap-active main > section.is-before-scene .hero-media img,
body.snap-active main > section.is-before-scene.feature-media img,
body.snap-active main > section.is-before-scene.page-hero::before,
body.snap-active main > section.is-after-scene .hero-media img,
body.snap-active main > section.is-after-scene.feature-media img,
body.snap-active main > section.is-after-scene.page-hero::before {
  transform: scale(1);
  filter: saturate(.86) contrast(.94);
}

@media (min-width: 760px) {
  body.snap-active .scene-nav {
    display: block;
  }
}

@media (max-width: 759px) {
  .scene-nav {
    display: none;
  }

  .tables-panel {
    width: min(100% - 28px, 520px);
    min-height: 760px;
    padding: 92px 12px 26px;
  }

  .tables-copy {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }

  .tables-copy p {
    margin: 0 auto;
  }

  .table-orbit {
    height: 340px;
    perspective: 900px;
    margin: 28px auto 22px;
  }

  .table-card {
    width: min(68vw, 260px);
    aspect-ratio: 4 / 5;
  }

  .table-card[data-orbit="-1"] {
    --orbit-x: -34vw;
    --orbit-scale: .78;
    --orbit-opacity: .62;
  }

  .table-card[data-orbit="1"] {
    --orbit-x: 34vw;
    --orbit-scale: .78;
    --orbit-opacity: .62;
  }

  .table-card[data-orbit="-2"],
  .table-card[data-orbit="2"] {
    --orbit-opacity: 0;
  }
}

.page-hero .wrap,
.hero-inner {
  transform: none;
}

.page-hero .lead {
  margin-top: 22px;
}

.feature-media .caption {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

@media (max-width: 920px) {
  .site-header,
  .site-header.light,
  .site-header.is-solid {
    color: var(--ink);
    background: rgba(255, 252, 250, .88);
    border-bottom: 1px solid rgba(21, 21, 21, .08);
    backdrop-filter: blur(18px);
  }

  .nav-links {
    background: var(--paper);
  }
}

@media (max-width: 980px) {
  .press-marquee-section {
    min-height: auto;
    padding: 90px 0;
  }

  .press-logo {
    width: 168px;
    height: 82px;
    border-radius: 16px;
  }

  .press-logo-wide {
    width: 210px;
  }

  .home-proof-strip {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
  }

  .home-proof-strip .press-marquee {
    width: 100%;
  }

  .press-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .initiative-next-grid,
  .format-grid {
    grid-template-columns: 1fr;
  }

  .initiative-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .initiative-feature {
    grid-template-columns: 1fr;
  }

  .initiative-cover-story {
    grid-template-columns: 1fr;
  }

  .initiative-cover-media {
    min-height: 460px;
  }

  .initiative-ledger-row {
    grid-template-columns: minmax(86px, .18fr) minmax(170px, .28fr) minmax(0, .54fr);
  }

  .initiative-method-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .magazine-feature {
    grid-template-columns: 1fr;
  }

  .magazine-feature-image {
    min-height: 520px;
  }

  .magazine-row {
    grid-template-columns: minmax(86px, .16fr) minmax(0, .54fr) minmax(170px, .30fr);
    gap: 22px;
  }

  .magazine-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-scene,
  .event-scene-text {
    grid-column: 1 / -1;
  }

  .flow-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-cards article:nth-child(2n) {
    transform: none;
  }

  .initiative-feature-media {
    min-height: 420px;
  }

  .initiative-post.is-wide {
    grid-column: span 2;
  }

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

  .format-token {
    min-height: 260px;
    transform: none;
  }

  .initiative-ticket {
    min-height: 380px;
    transform: rotate(0);
  }

  .diary-card,
  .diary-card:nth-child(2n) {
    position: relative;
    top: auto;
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .diary-card:nth-child(2n) img {
    order: 0;
  }

  .diary-card img {
    min-height: 320px;
    aspect-ratio: 16 / 10;
  }

  .initiatives-live-hero-grid,
  .initiative-cover-card {
    grid-template-columns: 1fr;
  }

  .initiatives-live-board {
    min-height: 620px;
  }

  .live-photo-main {
    inset: 6% 10% 18% 0;
  }

  .live-photo-small {
    width: min(42vw, 240px);
  }

  .initiative-cover-card .initiative-cover-media {
    min-height: 440px;
  }

  .chronicle-row {
    grid-template-columns: minmax(76px, .16fr) minmax(190px, .30fr) minmax(0, .54fr);
  }

  .initiative-format-strip {
    grid-template-columns: 1fr;
  }

  .initiative-format-strip article,
  .initiative-format-strip article:nth-child(2) {
    min-height: 230px;
    border-radius: 20px;
    transform: none;
  }

  .join-flow-wrap {
    grid-template-columns: 1fr;
  }

  .join-flow-copy {
    justify-items: center;
    text-align: center;
  }

  .join-flow-copy h1 {
    max-width: 10ch;
  }

}

@media (max-width: 680px) {
  .table-dock {
    grid-template-columns: 44px minmax(108px, auto) 44px;
    gap: 6px;
    padding: 6px;
  }

  .table-dock a {
    min-height: 42px;
  }

  .table-dock-link {
    width: 42px;
    padding: 0;
  }

  .table-dock-link strong {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .table-dock-index {
    padding: 7px 12px;
  }

  .table-dock-index strong {
    font-size: 10px;
  }

  .press-marquee-heading {
    width: min(100% - 28px, 680px);
  }

  .press-track {
    animation-duration: 36s;
  }

  .press-logo {
    width: 142px;
    height: 70px;
    padding: 12px;
  }

  .press-logo-wide {
    width: 178px;
  }

  .press-logo img {
    max-height: 42px;
  }

  .home-proof-strip {
    width: min(100% - 24px, 620px);
    margin-bottom: 28px;
  }

  .home-proof-strip .press-logo {
    width: 112px;
    height: 42px;
  }

  .home-proof-strip .press-logo-wide {
    width: 148px;
  }

  .initiative-press-board {
    padding-block: 64px;
  }

  .initiative-press-head {
    justify-items: start;
    text-align: left;
  }

  .press-article-grid {
    grid-template-columns: 1fr;
  }

  .press-article-card {
    min-height: 0;
    grid-template-rows: auto 52px auto auto auto;
  }

  .initiative-next-grid {
    gap: 24px;
  }

  .initiative-ticket {
    border-radius: 20px;
    box-shadow: 8px 8px 0 rgba(255, 74, 47, .18);
  }

  .format-grid {
    gap: 10px;
  }

  .initiative-blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-page .band {
    padding-block: 76px;
  }

  .initiative-feature {
    border-radius: 20px;
  }

  .initiative-register-head {
    justify-items: start;
    text-align: left;
  }

  .initiative-cover-story {
    padding-block: 18px;
  }

  .initiative-cover-media {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 230px 150px;
    min-height: auto;
    gap: 8px;
  }

  .initiative-cover-media img:first-child {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .initiative-ledger-row {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 14px;
  }

  .initiative-ledger-row time {
    grid-template-columns: auto 1fr;
    align-items: end;
  }

  .initiative-ledger-row figure {
    height: 250px;
  }

  .initiative-method-head {
    justify-items: start;
    text-align: left;
  }

  .initiative-method-strip {
    grid-template-columns: 1fr;
  }

  .initiative-method-strip article {
    min-height: 170px;
  }

  .initiative-magazine-hero {
    min-height: 520px;
    padding-top: calc(var(--header-h) + 70px);
  }

  .initiative-magazine-hero h1 {
    font-size: clamp(82px, 27vw, 132px);
  }

  .initiative-magazine {
    padding-top: 52px;
  }

  .magazine-feature {
    gap: 22px;
    margin-bottom: 54px;
  }

  .magazine-feature-image {
    min-height: 320px;
  }

  .magazine-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .magazine-row time {
    grid-template-columns: auto 1fr;
    align-items: end;
  }

  .magazine-row figure {
    height: 250px;
  }

  .magazine-method-head {
    justify-items: start;
    text-align: left;
  }

  .magazine-method-grid {
    grid-template-columns: 1fr;
  }

  .magazine-method-grid article {
    min-height: 150px;
  }

  .initiatives-immersive-hero h1 {
    max-width: 11ch;
  }

  .event-scenes {
    gap: 12px;
  }

  .event-scene,
  .event-scene-large {
    min-height: 520px;
    border-radius: 20px;
  }

  .event-scene > div {
    padding: 24px;
  }

  .flow-cards {
    grid-template-columns: 1fr;
  }

  .flow-cards article {
    min-height: 150px;
    border-radius: 28px;
  }

  .initiative-feature-media {
    min-height: 280px;
  }

  .initiative-feature-copy {
    padding: 24px;
  }

  .initiative-post.is-wide {
    grid-column: auto;
  }

  .initiative-post img {
    height: 220px;
  }

  .initiative-post div {
    min-height: auto;
  }

  .format-orbit {
    grid-template-columns: 1fr;
  }

  .format-token {
    min-height: 150px;
    border-radius: 28px;
  }

  .format-card {
    min-height: 190px;
    border-radius: 18px;
  }

  .diary-stack {
    display: block;
  }

  .diary-card,
  .diary-card:nth-child(2n) {
    position: sticky;
    top: 86px;
    min-height: min(72svh, 620px);
    margin-bottom: 28px;
    border-radius: 20px;
  }

  .diary-card img {
    height: 38%;
    min-height: 210px;
  }

  .diary-card div {
    padding: 24px;
  }

  .diary-card h3 {
    font-size: clamp(34px, 12vw, 58px);
  }

  .initiatives-live-hero {
    min-height: auto;
  }

  .initiatives-live-hero-grid {
    gap: 28px;
    padding-block: 78px 56px;
  }

  .initiatives-live-copy h1 {
    max-width: 9ch;
    font-size: clamp(68px, 21vw, 104px);
  }

  .initiatives-live-board {
    min-height: 470px;
  }

  .live-photo {
    border-radius: 20px;
  }

  .live-photo-main {
    inset: 0 8% 14% 0;
  }

  .live-photo-small {
    width: min(46vw, 184px);
  }

  .live-photo-a {
    right: 0;
    top: 2%;
  }

  .live-photo-b {
    right: 4%;
    bottom: 0;
  }

  .initiative-cover {
    padding-block: 56px;
  }

  .initiative-cover-card {
    border-radius: 22px;
  }

  .initiative-cover-card .initiative-cover-media {
    min-height: 320px;
  }

  .initiative-cover-card .initiative-cover-copy {
    padding: 26px;
  }

  .initiative-cover-card h2 {
    font-size: clamp(46px, 15vw, 68px);
  }

  .initiative-cover-proof {
    display: grid;
  }

  .initiative-chronicle {
    padding-block: 64px;
  }

  .initiative-chronicle-head {
    justify-items: start;
    text-align: left;
  }

  .chronicle-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 0;
  }

  .chronicle-row time {
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: end;
  }

  .chronicle-row figure {
    height: 250px;
  }

  .chronicle-row h3 {
    font-size: clamp(38px, 13vw, 58px);
  }

  .initiative-formats {
    padding-block: 64px;
  }

  .initiative-formats-head {
    justify-items: center;
    text-align: center;
  }

  .initiative-formats-head h2 {
    font-size: clamp(42px, 12vw, 62px);
  }

  .initiative-format-strip {
    margin-top: 30px;
  }

  .initiative-format-strip article {
    min-height: 0;
    grid-template-columns: 54px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: start;
    gap: 14px 18px;
    padding: 22px;
  }

  .initiative-format-strip article::after {
    width: 82px;
    right: 14px;
    bottom: 14px;
  }

  .initiative-format-strip span {
    width: 46px;
    height: 46px;
    font-size: 17px;
  }

  .initiative-format-strip h3 {
    align-self: center;
    font-size: clamp(38px, 12vw, 58px);
  }

  .initiative-format-strip p {
    grid-column: 2;
    max-width: 28ch;
  }

  .initiative-host-clean {
    padding-block: 64px;
  }

  .join-flow-section {
    align-items: start;
    padding-top: calc(var(--header-h, 84px) + 78px);
  }

  .join-flow-copy {
    justify-items: start;
    text-align: left;
  }

  .join-flow-copy h1 {
    max-width: min(7.2ch, 100%);
    font-size: clamp(46px, 14vw, 60px);
  }

  .join-flow-copy .lead {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.28;
  }

  .join-flow-proof span {
    font-size: 18px;
  }

  .join-form {
    border-radius: 22px;
    padding: 22px;
    box-shadow: 8px 8px 0 rgba(0, 155, 150, .16), 0 22px 70px rgba(16, 16, 16, .10);
  }

  .join-form-head {
    display: grid;
  }

  .join-form-head strong {
    max-width: none;
    text-align: left;
  }

  .join-field-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 680px) {
  body.join-page .join-flow-section {
    padding-top: calc(var(--header-h, 84px) + 78px) !important;
  }

  body.join-page .join-flow-copy,
  body.join-page .join-form {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
  }

  body.join-page .join-flow-copy .lead {
    width: min(330px, calc(100vw - 32px)) !important;
    max-width: min(330px, calc(100vw - 32px)) !important;
    white-space: normal;
    overflow-wrap: normal;
  }
}

/* Final layout contract for the Word-approved pages. Kept last so legacy page
   variants cannot override the shared header, hero, form, and footer. */
.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  height: 88px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1) !important;
  backdrop-filter: blur(14px) !important;
}

.header-inner {
  width: min(1480px, calc(100% - 64px)) !important;
  height: 100% !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
}

.brand,
.brand img {
  display: block !important;
}

.brand img {
  width: 145px !important;
  height: auto !important;
  max-height: 58px !important;
  object-fit: contain !important;
}

.site-nav {
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
}

.site-nav a {
  color: #111 !important;
  font-size: 16px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.site-nav .nav-cta {
  padding: 14px 22px !important;
  border: 1.5px solid #111 !important;
  border-radius: 999px !important;
}

.menu-toggle {
  display: none !important;
}

.hero {
  position: relative !important;
  min-height: calc(100svh - 88px) !important;
  display: grid !important;
  place-items: center !important;
  padding: 64px 32px !important;
  overflow: hidden !important;
  background-image: var(--hero-image) !important;
  background-position: center !important;
  background-size: cover !important;
}

.hero-shade {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(7, 18, 18, 0.54) !important;
}

.hero-content {
  position: relative !important;
  z-index: 1 !important;
  width: min(1120px, 100%) !important;
  margin: 0 auto !important;
  text-align: center !important;
  color: #fff !important;
}

.hero-content h1 {
  max-width: 1080px !important;
  margin: 0 auto 24px !important;
  color: #fff !important;
  font-size: 56px !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

.hero-content p {
  max-width: 760px !important;
  margin: 0 auto 30px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 21px !important;
  line-height: 1.45 !important;
}

.hero-actions {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

.join-main {
  min-height: calc(100svh - 88px) !important;
  padding: 64px 32px !important;
  background: radial-gradient(circle at 15% 20%, rgba(255, 78, 55, 0.14), transparent 34%), radial-gradient(circle at 85% 80%, rgba(0, 164, 158, 0.16), transparent 34%), #fff !important;
}

.join-layout {
  width: min(1420px, 100%) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(540px, 1.1fr) !important;
  align-items: center !important;
  gap: 64px !important;
}

.join-intro h1 {
  margin: 0 0 24px !important;
  font-size: 72px !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
}

.join-intro p {
  max-width: 640px !important;
  margin: 0 !important;
  font-size: 24px !important;
  line-height: 1.45 !important;
}

.join-panel {
  padding: 36px !important;
  border: 1px solid rgba(0, 164, 158, 0.28) !important;
  border-radius: 8px !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(226, 249, 247, 0.94)) !important;
  box-shadow: 18px 18px 0 rgba(255, 78, 55, 0.1) !important;
}

.join-panel h2 {
  margin: 0 0 28px !important;
  font-size: 48px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.join-form .form-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.join-form .field-full {
  grid-column: 1 / -1 !important;
}

.site-footer {
  min-height: 250px !important;
  padding: 48px 24px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  text-align: center !important;
  overflow-wrap: anywhere !important;
}

.site-footer p,
.site-footer a {
  margin: 0 !important;
  color: #fff !important;
}

.site-footer .social-links {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
}

.site-footer .social-links img {
  width: 26px !important;
  height: 26px !important;
}

@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  .site-header {
    height: 74px !important;
  }

  .header-inner {
    width: calc(100% - 32px) !important;
    gap: 14px !important;
  }

  .brand img {
    width: 110px !important;
    max-height: 45px !important;
  }

  .menu-toggle {
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    border: 1.5px solid #111 !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 0 !important;
  }

  .menu-toggle::before {
    content: "☰" !important;
    font-size: 22px !important;
    line-height: 1 !important;
  }

  .site-nav {
    position: absolute !important;
    top: calc(100% + 1px) !important;
    left: 16px !important;
    right: 16px !important;
    padding: 18px !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 4px !important;
    border: 1px solid rgba(17, 17, 17, 0.12) !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 20px 50px rgba(17, 17, 17, 0.16) !important;
  }

  .site-nav.is-open {
    display: flex !important;
  }

  .site-nav a {
    padding: 14px 12px !important;
    text-align: center !important;
  }

  .site-nav .nav-cta {
    margin-top: 6px !important;
    padding: 14px !important;
  }

  .hero {
    min-height: calc(100svh - 74px) !important;
    padding: 44px 20px !important;
  }

  .hero-content h1 {
    margin-bottom: 20px !important;
    font-size: 38px !important;
    line-height: 1.04 !important;
    overflow-wrap: break-word !important;
  }

  .hero-content p {
    margin-bottom: 26px !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
  }

  .hero-actions {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .hero-actions .button,
  .hero-actions a {
    width: 100% !important;
    max-width: 340px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .join-main {
    min-height: auto !important;
    padding: 42px 18px 56px !important;
  }

  .join-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 34px !important;
  }

  .join-intro {
    text-align: center !important;
  }

  .join-intro h1 {
    font-size: 42px !important;
    line-height: 1.02 !important;
  }

  .join-intro p {
    font-size: 19px !important;
  }

  .join-panel {
    width: 100% !important;
    padding: 22px 18px !important;
    box-shadow: 8px 8px 0 rgba(255, 78, 55, 0.1) !important;
  }

  .join-panel h2 {
    font-size: 36px !important;
  }

  .join-form .form-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 15px !important;
  }

  .join-form .field-full {
    grid-column: auto !important;
  }

  .join-form input,
  .join-form textarea,
  .join-form button {
    width: 100% !important;
    max-width: 100% !important;
  }

  .site-footer {
    min-height: 230px !important;
    padding: 38px 20px !important;
    font-size: 15px !important;
  }
}

.footer-credit{display:block;grid-column:1 / -1;margin-top:20px;font-size:11px;letter-spacing:.04em;opacity:.7}.footer-credit a{color:inherit;text-decoration:none}.footer-credit a:hover{text-decoration:underline;opacity:1}
/* Keep the previous Elementor global shell from rendering over the theme shell. */
.elementor-location-header,.elementor-location-footer{display:none!important}
