.crays-events-page {
  --events-bg: #f7f3ee;
  --events-card: #eee8df;
  --events-card-soft: #f0ebe4;
  --events-ink: #071d33;
  --events-green: #132622;
  --events-muted: rgba(7, 29, 51, 0.68);
  --events-container: 1302px;
  background: var(--events-bg);
  color: var(--events-ink);
  overflow: hidden;
}

.crays-events-page > section {
  padding-left: 0;
  padding-right: 0;
}

.crays-events-page strong {
  font-weight: 900;
}

.nu-events-container {
  width: min(calc(100% - 68px), var(--events-container));
  margin-inline: auto;
}

.nu-events-hero {
  padding: 32px 0;
  background: var(--events-bg);
}

main.crays-events-page > .nu-events-hero {
  padding: 32px 0;
}

.nu-events-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 858px) minmax(360px, 444px);
  justify-content: space-between;
  align-items: start;
  min-height: 144px;
  margin-bottom: 32px;
}

.nu-events-hero-grid h1 {
  max-width: 858px;
  margin: 0;
  color: var(--events-ink);
  font-family: var(--font-body);
  font-size: 48px;
  line-height: 72px;
  font-weight: 300;
  letter-spacing: 0;
  text-align: left;
}

.nu-events-hero-grid p {
  max-width: 444px;
  margin: 16px 0 0;
  color: var(--events-ink);
  font-size: 18.4px;
  font-weight: 400;
  line-height: 27.6px;
}

.nu-events-hero-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 0;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 24px;
  background: #071d33;
}

.nu-events-hero-frame img,
.nu-events-hero-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.98) contrast(1.02);
}

.nu-events-hero-frame video {
  display: block;
}

.nu-events-tokenized {
  scroll-margin-top: 96px;
  padding: 36px 0 0;
  background: var(--events-bg);
}

main.crays-events-page > .nu-events-tokenized {
  padding: 36px 0 0;
}

.nu-events-tokenized-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 28px;
  align-items: stretch;
  padding: 22px;
  border-radius: 28px;
  background: var(--events-card);
}

.nu-events-tokenized-copy {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px;
  border-radius: 22px;
  color: #fffaf2;
  background: var(--events-green);
}

.nu-events-tokenized-kicker,
.nu-events-tokenized-principle span,
.nu-events-tokenized-badge span {
  display: block;
  color: #f31248;
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nu-events-tokenized-copy h2 {
  max-width: 560px;
  margin: 18px 0 24px;
  color: #fffaf2;
  font-family: var(--font-body);
  font-size: 76px;
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: 0;
}

.nu-events-tokenized-copy h2 strong {
  display: block;
  font-weight: inherit;
}

.nu-events-tokenized-lead {
  max-width: 520px;
  margin: 0 0 28px;
  color: #fffaf2;
  font-size: 23px;
  font-weight: 900;
  line-height: 29px;
}

.nu-events-tokenized-copy p:not(.nu-events-tokenized-lead) {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 250, 242, 0.9);
  font-size: 18.4px;
  font-weight: 400;
  line-height: 28px;
}

.nu-events-tokenized-copy p strong {
  color: #fffaf2;
  font-weight: 900;
}

.nu-events-tokenized-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.nu-events-tokenized-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 56px;
  padding: 16px 28px;
  border: 1px solid #f31248;
  border-radius: 999px;
  color: #f31248;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
}

.nu-events-tokenized-actions a.primary {
  color: #fff;
  background: #f31248;
}

.nu-events-tokenized-side {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 18px;
  min-width: 0;
}

.nu-events-tokenized-principle {
  padding: 32px;
  border-top: 3px solid #f31248;
  border-radius: 18px;
  color: var(--events-ink);
  background: rgba(255, 255, 255, 0.68);
}

.nu-events-tokenized-principle p {
  max-width: 620px;
  margin: 12px 0 0;
  color: rgba(7, 29, 51, 0.74);
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
}

.nu-events-tokenized-principle p strong {
  color: var(--events-ink);
  font-weight: 900;
}

.nu-events-tokenized-media {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(0, 0.88fr);
  grid-template-rows: minmax(150px, 1fr) minmax(150px, 1fr);
  gap: 14px;
  min-height: 326px;
}

.nu-events-tokenized-media figure {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: var(--events-green);
}

.nu-events-tokenized-media figure.large {
  grid-row: 1 / span 2;
}

.nu-events-tokenized-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.04);
}

.nu-events-tokenized-badge {
  position: absolute;
  right: 28px;
  bottom: 22px;
  width: min(254px, calc(100% - 56px));
  padding: 16px 18px;
  border-radius: 12px;
  color: #fffaf2;
  background: rgba(19, 38, 34, 0.94);
  box-shadow: 0 18px 34px rgba(7, 29, 51, 0.16);
}

.nu-events-tokenized-badge span {
  color: rgba(255, 250, 242, 0.62);
}

.nu-events-tokenized-badge strong {
  display: block;
  margin-top: 4px;
  color: #fffaf2;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
}

.nu-events-association {
  scroll-margin-top: 96px;
  padding: 28px 0 0;
  background: var(--events-bg);
}

main.crays-events-page > .nu-events-association {
  padding: 28px 0 0;
}

.nu-events-association-shell {
  padding: clamp(34px, 4vw, 54px);
  border-radius: 28px;
  color: #fffaf2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 62% 2%, rgba(243, 18, 72, 0.11), transparent 34%),
    var(--events-green);
  background-size: 86px 86px, 86px 86px, auto, auto;
}

.nu-events-association-head {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.54fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: end;
}

.nu-events-association-kicker,
.nu-events-association-cards article > span,
.nu-events-association-layers article > span,
.nu-events-association-badge span {
  display: block;
  color: #f31248;
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nu-events-association-head h2 {
  max-width: 780px;
  margin: 74px 0 0;
  color: #fffaf2;
  font-family: var(--font-body);
  font-size: clamp(54px, 5.8vw, 82px);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
}

.nu-events-association-quote {
  margin-bottom: 12px;
  padding: 42px 38px;
  border-top: 3px solid #f31248;
  border-radius: 14px;
  color: var(--events-ink);
  background: rgba(255, 250, 242, 0.95);
  font-size: clamp(26px, 2.3vw, 36px);
  font-weight: 900;
  line-height: 1.1;
}

.nu-events-association-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 54px;
}

.nu-events-association-text,
.nu-events-association-cards article,
.nu-events-association-layers article {
  border: 1px solid rgba(255, 250, 242, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.nu-events-association-text {
  display: flex;
  align-items: center;
  min-height: 392px;
  padding: clamp(34px, 4vw, 48px);
  color: var(--events-ink);
  background: rgba(255, 250, 242, 0.96);
}

.nu-events-association-text p,
.nu-events-association-cards p,
.nu-events-association-layers p {
  margin: 0;
  font-size: 18.4px;
  font-weight: 400;
  line-height: 29px;
}

.nu-events-association-text p {
  color: rgba(7, 29, 51, 0.76);
}

.nu-events-association-text strong {
  color: var(--events-ink);
  font-weight: 900;
}

.nu-events-association-collage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.82fr);
  grid-template-rows: minmax(180px, 1fr) minmax(180px, 1fr);
  gap: 14px;
  min-height: 392px;
}

.nu-events-association-collage figure {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.nu-events-association-collage figure.large {
  grid-row: 1 / span 2;
}

.nu-events-association-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.03);
}

.nu-events-association-badge {
  position: absolute;
  right: 28px;
  bottom: 24px;
  width: min(270px, calc(100% - 56px));
  padding: 16px 18px;
  border-radius: 12px;
  color: #fffaf2;
  background: rgba(19, 38, 34, 0.94);
}

.nu-events-association-badge span {
  color: rgba(255, 250, 242, 0.62);
}

.nu-events-association-badge strong {
  display: block;
  margin-top: 4px;
  color: #fffaf2;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
}

.nu-events-association-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.nu-events-association-cards article {
  min-height: 264px;
  padding: 30px 26px;
}

.nu-events-association-cards h3 {
  margin: 62px 0 14px;
  color: #fffaf2;
  font-size: 24px;
  font-weight: 900;
  line-height: 29px;
}

.nu-events-association-cards p,
.nu-events-association-layers p {
  color: rgba(255, 250, 242, 0.88);
}

.nu-events-association-cards p strong,
.nu-events-association-layers p strong {
  color: #fffaf2;
  font-weight: 900;
}

.nu-events-association-layers {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
  margin-top: 28px;
}

.nu-events-association-layers article {
  min-height: 270px;
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nu-events-association-layers p {
  margin-top: 22px;
}

.nu-events-association-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.nu-events-association-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 188px;
  min-height: 56px;
  padding: 16px 28px;
  border: 1px solid #f31248;
  border-radius: 999px;
  color: #f31248;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
}

.nu-events-association-actions a.primary {
  color: #fff;
  background: #f31248;
}

.nu-events-project-doors {
  position: relative;
  overflow: hidden;
  padding: 118px 0 132px;
  color: var(--events-ink);
  background:
    linear-gradient(rgba(7, 29, 51, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 29, 51, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #faf8f4 0%, #fffdf8 28%, #f8f4ed 100%);
  background-size: 86px 86px, 86px 86px, auto;
}

main.crays-events-page > .nu-events-project-doors {
  padding: 118px 0 132px;
}

.nu-events-project-doors::before,
.nu-events-project-doors::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 120px;
  pointer-events: none;
  z-index: 0;
}

.nu-events-project-doors::before {
  top: 0;
  background: linear-gradient(180deg, var(--events-green), rgba(19, 38, 34, 0));
  opacity: 0.08;
}

.nu-events-project-doors::after {
  bottom: 0;
  background: linear-gradient(0deg, var(--events-bg), rgba(247, 243, 238, 0));
}

.nu-events-project-doors > .nu-events-container {
  position: relative;
  z-index: 1;
}

.nu-events-project-doors-head {
  max-width: 940px;
  margin: 0 auto 62px;
  text-align: center;
}

.nu-events-project-doors-head span,
.nu-events-project-door-card span {
  display: block;
  color: #f31248;
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nu-events-project-doors-head h2 {
  max-width: 840px;
  margin: 18px auto 26px;
  color: var(--events-ink);
  font-family: var(--font-body);
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.nu-events-project-doors-head p {
  max-width: 860px;
  margin: 0 auto;
  color: rgba(7, 29, 51, 0.72);
  font-size: 18.4px;
  font-weight: 400;
  line-height: 29px;
}

.nu-events-project-doors-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.nu-events-project-door-card {
  grid-column: span 2;
  overflow: hidden;
  border: 1px solid rgba(7, 29, 51, 0.12);
  border-top: 4px solid #f31248;
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 28px 60px rgba(7, 29, 51, 0.08);
}

.nu-events-project-door-card figure {
  margin: 0;
  height: 274px;
  overflow: hidden;
  background: var(--events-green);
}

.nu-events-project-door-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.02);
}

.nu-events-project-door-card > div {
  padding: 30px;
}

.nu-events-project-door-card h3 {
  max-width: 520px;
  margin: 18px 0 18px;
  color: var(--events-ink);
  font-size: 29px;
  font-weight: 900;
  line-height: 31px;
  letter-spacing: 0;
}

.nu-events-project-door-card p {
  margin: 0;
  color: rgba(7, 29, 51, 0.74);
  font-size: 17.2px;
  font-weight: 400;
  line-height: 26px;
}

.nu-events-project-door-card p + p {
  margin-top: 18px;
}

.nu-events-project-door-card p strong {
  color: var(--events-ink);
  font-weight: 900;
}

.nu-events-project-door-card a {
  display: inline-flex;
  margin-top: 30px;
  color: #f31248;
  font-size: 15.5px;
  font-weight: 900;
  line-height: 20px;
}

.nu-events-project-door-feature {
  grid-column: span 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  min-height: 400px;
}

.nu-events-project-door-feature figure {
  height: auto;
  min-height: 400px;
}

.nu-events-project-door-feature > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 30px;
}

.nu-events-project-door-coffee {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.88fr);
  min-height: 430px;
  border-color: rgba(243, 18, 72, 0.7);
  background: #102747;
}

.nu-events-project-door-coffee figure {
  height: auto;
  min-height: 430px;
}

.nu-events-project-door-coffee > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 4vw, 58px);
}

.nu-events-project-door-coffee h3,
.nu-events-project-door-coffee p strong {
  color: #fffaf2;
}

.nu-events-project-door-coffee p {
  max-width: 540px;
  color: rgba(255, 250, 242, 0.86);
}

.nu-events-project-door-coffee a {
  margin-top: auto;
  color: #fffaf2;
}

.nu-events-operating {
  position: relative;
  overflow: hidden;
  padding: 120px 0 132px;
  color: #fffaf2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 56% 0%, rgba(243, 18, 72, 0.12), transparent 32%),
    linear-gradient(180deg, #132622 0%, #071d33 50%, #060d18 100%);
  background-size: 86px 86px, 86px 86px, auto, auto;
}

main.crays-events-page > .nu-events-operating {
  padding: 120px 0 132px;
}

.nu-events-operating::before,
.nu-events-operating::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 128px;
  pointer-events: none;
  z-index: 0;
}

.nu-events-operating::before {
  top: 0;
  background: linear-gradient(180deg, rgba(247, 243, 238, 0.18), rgba(247, 243, 238, 0));
}

.nu-events-operating::after {
  bottom: 0;
  background: linear-gradient(0deg, var(--events-bg), rgba(7, 29, 51, 0));
  opacity: 0.78;
}

.nu-events-operating > .nu-events-container {
  position: relative;
  z-index: 1;
}

.nu-events-operating-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.64fr);
  gap: clamp(40px, 7vw, 112px);
  align-items: center;
}

.nu-events-operating-head span,
.nu-events-operating-loop span,
.nu-events-operating-layers article > span {
  display: block;
  color: #f31248;
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nu-events-operating-head h2 {
  max-width: 780px;
  margin: 18px 0 24px;
  color: #fffaf2;
  font-family: var(--font-body);
  font-size: clamp(52px, 5.8vw, 82px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
}

.nu-events-operating-head p {
  max-width: 748px;
  margin: 0;
  color: rgba(255, 250, 242, 0.86);
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}

.nu-events-operating-loop {
  padding: clamp(34px, 4.2vw, 48px);
  border-top: 4px solid #f31248;
  border-radius: 14px;
  color: var(--events-ink);
  background: rgba(255, 250, 242, 0.96);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.22);
}

.nu-events-operating-loop h3 {
  max-width: 380px;
  margin: 20px 0 22px;
  color: var(--events-ink);
  font-size: clamp(29px, 2.9vw, 40px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: 0;
}

.nu-events-operating-loop p {
  margin: 0;
  color: rgba(7, 29, 51, 0.72);
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.nu-events-operating-media {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(0, 0.66fr) minmax(0, 1.02fr) minmax(0, 1.02fr);
  gap: 18px;
  margin-top: 62px;
}

.nu-events-operating-media figure {
  min-width: 0;
  height: 292px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.16);
  border-top: 3px solid #f31248;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
}

.nu-events-operating-media figure.wide {
  height: 292px;
}

.nu-events-operating-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.05) brightness(0.82);
}

.nu-events-operating-layers {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.nu-events-operating-layers article {
  display: flex;
  min-height: 286px;
  padding: 30px 26px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 250, 242, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.nu-events-operating-layers article:nth-child(1) {
  grid-column: span 5;
}

.nu-events-operating-layers article:nth-child(2) {
  grid-column: span 4;
}

.nu-events-operating-layers article:nth-child(3) {
  grid-column: span 3;
}

.nu-events-operating-layers article:nth-child(4),
.nu-events-operating-layers article:nth-child(5) {
  grid-column: span 6;
  min-height: 236px;
}

.nu-events-operating-layers h3 {
  margin: 46px 0 22px;
  color: #fffaf2;
  font-size: 27px;
  font-weight: 900;
  line-height: 32px;
  letter-spacing: 0;
}

.nu-events-operating-layers p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 250, 242, 0.84);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.nu-events-member-model {
  position: relative;
  overflow: hidden;
  padding: 120px 0 132px;
  color: var(--events-ink);
  background:
    linear-gradient(rgba(7, 29, 51, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 29, 51, 0.038) 1px, transparent 1px),
    radial-gradient(circle at 50% 48%, rgba(19, 38, 34, 0.09), transparent 38%),
    linear-gradient(180deg, #fffdf8 0%, #f8f4ee 100%);
  background-size: 86px 86px, 86px 86px, auto, auto;
}

main.crays-events-page > .nu-events-member-model {
  padding: 120px 0 132px;
}

.nu-events-member-model::before,
.nu-events-member-model::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 126px;
  pointer-events: none;
  z-index: 0;
}

.nu-events-member-model::before {
  top: 0;
  display: none;
}

.nu-events-member-model::after {
  bottom: 0;
  display: none;
}

.nu-events-member-model > .nu-events-container {
  position: relative;
  z-index: 1;
}

.nu-events-member-model-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: clamp(38px, 7vw, 112px);
  align-items: end;
}

.nu-events-member-model-head span,
.nu-events-member-governance span {
  display: block;
  color: #f31248;
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nu-events-member-model-head h2 {
  max-width: 760px;
  margin: 62px 0 0;
  color: var(--events-ink);
  font-family: var(--font-body);
  font-size: clamp(52px, 5.4vw, 74px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.nu-events-member-model-head article {
  padding: clamp(30px, 3.4vw, 42px);
  border-left: 4px solid #f31248;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 34px 80px rgba(7, 29, 51, 0.11);
}

.nu-events-member-model-head p {
  margin: 0;
  color: rgba(7, 29, 51, 0.72);
  font-size: 18.4px;
  font-weight: 400;
  line-height: 29px;
}

.nu-events-member-model-head strong {
  color: var(--events-ink);
  font-weight: 900;
}

.nu-events-member-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.58fr) minmax(0, 0.62fr) minmax(0, 0.92fr) minmax(0, 0.62fr);
  gap: 14px;
  margin-top: 44px;
  padding: 16px;
  border: 1px solid rgba(7, 29, 51, 0.12);
  border-radius: 10px;
  background: rgba(255, 253, 248, 0.84);
  box-shadow: 0 36px 100px rgba(7, 29, 51, 0.1);
}

.nu-events-member-gallery figure {
  min-width: 0;
  height: 326px;
  margin: 0;
  overflow: hidden;
  border-top: 3px solid #f31248;
  border-radius: 8px;
  background: var(--events-green);
}

.nu-events-member-gallery figure.wide {
  height: 326px;
}

.nu-events-member-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02) brightness(0.84);
}

.nu-events-member-gallery figure:nth-child(2) img {
  object-position: center 52%;
}

.nu-events-member-groups {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: center;
  margin-top: 48px;
}

.nu-events-member-groups article {
  min-height: 246px;
  padding: 30px 26px;
  border: 1px solid rgba(7, 29, 51, 0.1);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 30px 74px rgba(7, 29, 51, 0.08);
}

.nu-events-member-groups article:nth-child(even) {
  transform: translateY(28px);
}

.nu-events-member-groups h3 {
  margin: 0 0 16px;
  color: var(--events-ink);
  font-size: 27px;
  font-weight: 900;
  line-height: 32px;
  letter-spacing: 0;
}

.nu-events-member-groups p,
.nu-events-member-governance p {
  margin: 0;
  color: rgba(7, 29, 51, 0.72);
  font-size: 17.4px;
  font-weight: 400;
  line-height: 27px;
}

.nu-events-member-governance {
  margin-top: 82px;
  padding: clamp(34px, 4vw, 44px);
  border: 1px solid rgba(7, 29, 51, 0.1);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 34px 86px rgba(7, 29, 51, 0.1);
}

.nu-events-member-governance p {
  max-width: 1040px;
  margin-top: 24px;
  font-size: 19px;
  line-height: 30px;
}

.nu-events-member-governance div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.nu-events-member-governance a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid #f31248;
  border-radius: 999px;
  color: #f31248;
  font-size: 15.5px;
  font-weight: 900;
  line-height: 20px;
}

.nu-events-member-governance a.primary {
  color: #fff;
  background: #f31248;
  box-shadow: 0 18px 34px rgba(243, 18, 72, 0.18);
}

.nu-events-roadmap {
  padding: 120px 0 118px;
  color: #fffaf2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    #071d33;
  background-size: 86px 86px, 86px 86px, auto;
}

main.crays-events-page > .nu-events-roadmap {
  padding: 120px 0 118px;
}

.nu-events-roadmap-head,
.nu-events-global-network-head {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.74fr);
  gap: clamp(40px, 7vw, 112px);
  align-items: center;
}

.nu-events-roadmap-head span,
.nu-events-roadmap-steps article > span,
.nu-events-global-network-head span {
  display: block;
  color: #f31248;
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nu-events-roadmap-head h2,
.nu-events-global-network-head h2 {
  max-width: 780px;
  margin: 84px 0 0;
  color: #fffaf2;
  font-family: var(--font-body);
  font-size: clamp(52px, 5.6vw, 78px);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
}

.nu-events-roadmap-head article,
.nu-events-global-network-head article {
  padding: clamp(32px, 4vw, 44px);
  border: 1px solid rgba(255, 250, 242, 0.18);
  border-top: 4px solid #f31248;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.nu-events-roadmap-head article p {
  margin: 0;
  color: rgba(255, 250, 242, 0.88);
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}

.nu-events-roadmap-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(0, 0.64fr) minmax(0, 1.02fr) minmax(0, 0.64fr);
  gap: 18px;
  margin-top: 58px;
  padding: 16px;
  border: 1px solid rgba(255, 250, 242, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.nu-events-roadmap-gallery figure {
  height: 260px;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-top: 3px solid #f31248;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
}

.nu-events-roadmap-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04) brightness(0.82);
}

.nu-events-roadmap-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 56px;
}

.nu-events-roadmap-steps article,
.nu-events-global-network-grid article {
  position: relative;
  min-height: 300px;
  padding: 30px 26px;
  border: 1px solid rgba(255, 250, 242, 0.17);
  border-top: 3px solid #f31248;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.nu-events-roadmap-steps article:nth-child(2) {
  margin-top: 34px;
}

.nu-events-roadmap-steps article:nth-child(3) {
  margin-top: 68px;
}

.nu-events-roadmap-steps article:nth-child(4) {
  margin-top: 20px;
}

.nu-events-roadmap-steps h3 {
  margin: 10px 0 22px;
  color: #fffaf2;
  font-size: 27px;
  font-weight: 900;
  line-height: 31px;
  letter-spacing: 0;
}

.nu-events-roadmap-steps p {
  margin: 0;
  color: rgba(255, 250, 242, 0.84);
  font-size: 17.5px;
  font-weight: 400;
  line-height: 27px;
}

.nu-events-global-network {
  padding: 118px 0 126px;
  color: #fffaf2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    #0b2637;
  background-size: 86px 86px, 86px 86px, auto;
}

main.crays-events-page > .nu-events-global-network {
  padding: 118px 0 126px;
}

.nu-events-global-network-head h2 {
  margin-top: 18px;
}

.nu-events-global-network-head > div > p {
  max-width: 700px;
  margin: 28px 0 0;
  color: rgba(255, 250, 242, 0.86);
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}

.nu-events-global-network-head article {
  color: var(--events-ink);
  background: rgba(255, 250, 242, 0.96);
}

.nu-events-global-network-head article h3 {
  max-width: 650px;
  margin: 20px 0 26px;
  color: var(--events-ink);
  font-size: clamp(32px, 3.2vw, 43px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.nu-events-global-network-head article p {
  max-width: 620px;
  margin: 0;
  color: rgba(7, 29, 51, 0.72);
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.nu-events-global-network-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 66px;
}

.nu-events-global-network-grid article {
  min-height: 142px;
  padding: 24px 20px 22px;
}

.nu-events-global-network-grid h3 {
  margin: 0;
  padding-right: 38px;
  color: #fffaf2;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
  letter-spacing: 0;
}

.nu-events-global-network-grid span {
  position: absolute;
  right: 20px;
  top: 24px;
  color: rgba(255, 250, 242, 0.46);
  font-size: 13px;
  font-weight: 900;
  line-height: 18px;
}

.nu-events-global-network-grid p {
  margin: 34px 0 0;
  color: #fffaf2;
  font-size: 15.4px;
  font-weight: 900;
  line-height: 19px;
}

.nu-events-floating {
  --events-green: #132622;
  --events-ink: #071d33;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 35;
  width: min(320px, calc(100vw - 32px));
  padding: 18px 16px 14px;
  border-radius: 18px;
  color: #071d33;
  background: #f1ebe2;
  box-shadow: 8px 10px 0 rgba(17, 25, 44, 0.72);
}

.nu-events-floating[hidden] {
  display: none;
}

.nu-events-floating button {
  position: absolute;
  right: -1px;
  top: -34px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d9d4cc;
  cursor: pointer;
}

.nu-events-floating button::before,
.nu-events-floating button::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 13px;
  width: 12px;
  height: 1px;
  background: #071d33;
}

.nu-events-floating button::before {
  transform: rotate(45deg);
}

.nu-events-floating button::after {
  transform: rotate(-45deg);
}

.nu-events-floating p {
  margin: 0 0 12px;
  font-size: 1.02rem;
  line-height: 1.38;
}

.nu-events-floating a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 36px;
  border-radius: 999px;
  color: #fff;
  background: var(--events-green);
  font-size: 0.88rem;
  font-weight: 900;
}

.nu-events-floating a span,
.nu-events-special-card a span,
.nu-events-host-card a span,
.nu-events-email span,
.nu-events-grid-list a span {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.nu-events-floating a span::before,
.nu-events-special-card a span::before,
.nu-events-host-card a span::before,
.nu-events-email span::before,
.nu-events-grid-list a span::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 8px;
  width: 14px;
  height: 1.5px;
  background: currentColor;
}

.nu-events-floating a span::after,
.nu-events-special-card a span::after,
.nu-events-host-card a span::after,
.nu-events-email span::after,
.nu-events-grid-list a span::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 4px;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.nu-events-board {
  padding: 64px 0 0;
  background: var(--events-bg);
}

main.crays-events-page > .nu-events-board {
  padding: 64px 0 0;
}

.nu-events-board h1 {
  max-width: 930px;
  margin: 0 auto 58px;
  color: var(--events-ink);
  font-size: clamp(2.7rem, 3.55vw, 4.25rem);
  line-height: 1.26;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0;
}

.nu-events-view {
  display: grid;
  gap: 72px;
  min-width: 0;
}

.nu-events-switch {
  display: flex;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 7px;
  border-radius: 999px;
  background: #eee8df;
}

.nu-events-switch button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 132px;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  color: var(--events-green);
  background: transparent;
  font-size: 1.1rem;
  cursor: pointer;
}

.nu-events-switch button.active {
  color: #fff;
  background: var(--events-green);
}

.nu-events-icon {
  position: relative;
  width: 18px;
  height: 18px;
}

.nu-events-icon.grid::before {
  content: "";
  position: absolute;
  inset: 2px;
  background:
    linear-gradient(currentColor 0 0) 0 0 / 4px 4px,
    linear-gradient(currentColor 0 0) 7px 0 / 4px 4px,
    linear-gradient(currentColor 0 0) 14px 0 / 4px 4px,
    linear-gradient(currentColor 0 0) 0 7px / 4px 4px,
    linear-gradient(currentColor 0 0) 7px 7px / 4px 4px,
    linear-gradient(currentColor 0 0) 14px 7px / 4px 4px,
    linear-gradient(currentColor 0 0) 0 14px / 4px 4px,
    linear-gradient(currentColor 0 0) 7px 14px / 4px 4px,
    linear-gradient(currentColor 0 0) 14px 14px / 4px 4px;
  background-repeat: no-repeat;
}

.nu-events-icon.calendar {
  border: 1.7px solid currentColor;
  border-radius: 4px;
}

.nu-events-icon.calendar::before,
.nu-events-icon.calendar::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  height: 1.5px;
  background: currentColor;
}

.nu-events-icon.calendar::before {
  top: 5px;
}

.nu-events-icon.calendar::after {
  top: 10px;
}

.nu-events-tools {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: -18px;
  min-width: 0;
}

.nu-events-search {
  position: relative;
  width: min(100%, 270px);
}

.nu-events-search input {
  width: 100%;
  height: 50px;
  padding: 0 52px 0 24px;
  border: 1px solid rgba(7, 29, 51, 0.82);
  border-radius: 999px;
  color: var(--events-ink);
  background: transparent;
  font-size: 1rem;
  outline: none;
}

.nu-events-search span {
  position: absolute;
  right: 22px;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(7, 29, 51, 0.68);
  border-radius: 50%;
  transform: translateY(-50%);
}

.nu-events-search span::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 7px;
  height: 2px;
  background: rgba(7, 29, 51, 0.68);
  transform: rotate(45deg);
}

.nu-events-category-button {
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid rgba(7, 29, 51, 0.82);
  border-radius: 999px;
  color: var(--events-green);
  background: transparent;
  font-weight: 700;
}

.nu-events-panel {
  display: none;
  min-width: 0;
}

.nu-events-panel.active {
  display: block;
}

.nu-events-calendar-head {
  display: grid;
  grid-template-columns: 64px 1fr 64px;
  align-items: center;
  max-width: 1302px;
  margin: 0 auto 42px;
}

.nu-events-calendar-head h2 {
  margin: 0;
  color: var(--events-ink);
  font-size: clamp(2.2rem, 3vw, 3rem);
  line-height: 1;
  font-weight: 300;
  text-align: center;
}

.nu-events-calendar-head button {
  position: relative;
  width: 56px;
  height: 56px;
  border: 1px solid var(--events-green);
  border-radius: 50%;
  color: var(--events-green);
  background: transparent;
  cursor: pointer;
}

.nu-events-calendar-head button span::before,
.nu-events-calendar-head button span::after {
  content: "";
  position: absolute;
  display: block;
}

.nu-events-calendar-head button span::before {
  left: 18px;
  top: 27px;
  width: 20px;
  height: 1.5px;
  background: currentColor;
}

.nu-events-calendar-head button span::after {
  top: 21px;
  width: 10px;
  height: 10px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
}

.nu-events-calendar-head button:first-child span::after {
  left: 18px;
  transform: rotate(-135deg);
}

.nu-events-calendar-head button:last-child {
  justify-self: end;
}

.nu-events-calendar-head button:last-child span::after {
  right: 18px;
  transform: rotate(45deg);
}

.nu-events-calendar-scroll {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  padding-bottom: 4px;
}

.nu-events-weekdays,
.nu-events-calendar-grid {
  width: min(100%, var(--events-container));
  min-width: 980px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.nu-events-weekdays {
  margin-bottom: 22px;
}

.nu-events-weekdays span {
  color: var(--events-ink);
  font-size: 1.32rem;
  text-align: center;
}

.nu-events-calendar-grid article {
  position: relative;
  min-height: 142px;
  padding: 14px 10px 18px;
  border-radius: 10px;
  background: var(--events-card-soft);
  overflow: hidden;
}

.nu-events-calendar-grid time {
  display: block;
  margin: 0 0 32px;
  color: var(--events-ink);
  font-size: 1.18rem;
  line-height: 1;
  text-align: right;
}

.nu-events-calendar-grid .muted time {
  color: rgba(7, 29, 51, 0.22);
}

.nu-events-calendar-grid a {
  display: block;
  max-width: 100%;
  min-height: 38px;
  padding: 10px 11px 0;
  overflow: hidden;
  border-radius: 999px;
  color: #fff;
  background: var(--events-green);
  font-size: 0.88rem;
  line-height: 1.1;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nu-events-calendar-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 13px;
  color: var(--events-green);
  font-size: 0.92rem;
}

.nu-events-calendar-grid article > span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1.3px solid currentColor;
  border-right: 1.3px solid currentColor;
  transform: rotate(45deg);
}

.nu-events-grid-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: var(--events-container);
  margin-inline: auto;
}

.nu-events-grid-list article {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border-radius: 26px;
  background: var(--events-green);
}

.nu-events-grid-list article[hidden] {
  display: none;
}

.nu-events-grid-list img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.nu-events-grid-list article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 10, 17, 0.46), transparent 58%);
}

.nu-events-grid-list div {
  position: absolute;
  left: 12px;
  right: 72px;
  bottom: 12px;
  z-index: 2;
  min-height: 96px;
  padding: 20px 24px;
  border-radius: 18px;
  color: var(--events-ink);
  background: rgba(255, 255, 255, 0.95);
}

.nu-events-grid-list span {
  color: var(--events-muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.nu-events-grid-list h2 {
  margin: 7px 0 4px;
  font-size: clamp(1.12rem, 2vw, 1.46rem);
  line-height: 1.08;
}

.nu-events-grid-list time {
  color: var(--events-ink);
  font-size: 1rem;
}

.nu-events-grid-list a {
  position: absolute;
  right: 22px;
  bottom: 34px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: var(--events-ink);
  background: rgba(255, 255, 255, 0.96);
}

.nu-events-special {
  padding: 146px 0 0;
  background: var(--events-bg);
}

main.crays-events-page > .nu-events-special {
  padding: 146px 0 0;
}

main.crays-events-page > .nu-events-tokenized + .nu-events-special {
  padding-top: 96px;
}

main.crays-events-page > .nu-events-association + .nu-events-special {
  padding-top: 96px;
}

main.crays-events-page > .nu-events-project-doors + .nu-events-special {
  padding-top: 96px;
}

main.crays-events-page > .nu-events-operating + .nu-events-special {
  padding-top: 96px;
}

main.crays-events-page > .nu-events-member-model + .nu-events-special {
  padding-top: 96px;
}

.nu-events-special h2 {
  margin: 0 0 42px;
  color: var(--events-ink);
  font-size: clamp(2.1rem, 3vw, 3rem);
  line-height: 1.08;
  font-weight: 300;
}

.nu-events-special-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.nu-events-special-card {
  position: relative;
  height: 510px;
  overflow: hidden;
  border-radius: 26px;
  color: var(--events-ink);
  background: var(--events-green);
  box-shadow: inset 0 -8px 0 #073747;
}

.nu-events-special-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nu-events-special-card div {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  align-items: center;
  gap: 16px;
  min-height: 86px;
  padding: 17px 18px 17px 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
}

.nu-events-special-card h3 {
  grid-column: 1;
  margin: 0 0 3px;
  color: var(--events-ink);
  font-size: 1.28rem;
  line-height: 1.12;
  font-weight: 900;
}

.nu-events-special-card time {
  grid-column: 1;
  color: var(--events-ink);
  font-size: 1.04rem;
}

.nu-events-special-card a {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: var(--events-green);
}

.nu-events-host {
  padding: 146px 0 140px;
  background: var(--events-bg);
}

main.crays-events-page > .nu-events-host {
  padding: 146px 0 140px;
}

.nu-events-host-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.52fr) minmax(0, 0.52fr);
  gap: 8px;
  align-items: stretch;
}

.nu-events-host-card,
.nu-events-contact-card {
  min-height: 362px;
  border-radius: 26px;
  background: var(--events-card);
}

.nu-events-host-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 4.8vw, 72px);
}

.nu-events-host-card h2,
.nu-events-contact-card h2 {
  margin: 0 0 28px;
  color: var(--events-ink);
  font-size: clamp(2.2rem, 3.2vw, 3.3rem);
  line-height: 1.05;
  font-weight: 900;
}

.nu-events-host-card p {
  max-width: 540px;
  margin: 0 0 54px;
  color: var(--events-ink);
  font-size: 1.28rem;
  line-height: 1.42;
}

.nu-events-host-card a,
.nu-events-email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  gap: 12px;
  min-height: 64px;
  padding: 0 34px;
  border-radius: 999px;
  color: #fff;
  background: var(--events-green);
  font-size: 1rem;
  font-weight: 800;
}

.nu-events-host-image {
  margin: 0;
  min-height: 362px;
  overflow: hidden;
  border-radius: 26px;
  background: var(--events-green);
}

.nu-events-host-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nu-events-host-image.large {
  min-height: 438px;
}

.nu-events-contact-card {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 438px;
  padding: clamp(36px, 4.2vw, 58px);
}

.nu-events-brandline {
  margin: 0 0 20px;
  color: var(--events-ink);
  font-size: 1.2rem;
  font-weight: 900;
}

.nu-events-contact-card > p:not(.nu-events-brandline) {
  margin: 0 0 24px;
  color: var(--events-ink);
  font-size: 1.3rem;
}

.nu-events-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 58px;
}

.nu-events-socials a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--events-ink);
  font-size: 1.04rem;
}

.nu-events-socials span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  color: #fff;
  background: var(--events-green);
  font-size: 0.62rem;
  font-weight: 900;
}

@media (max-width: 1120px) {
  .nu-events-calendar-head,
  .nu-events-weekdays,
  .nu-events-calendar-grid {
    width: 1100px;
  }

  .nu-events-tools {
    justify-content: center;
    margin-top: 0;
  }

  .nu-events-host-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nu-events-tokenized-shell {
    grid-template-columns: 1fr;
  }

  .nu-events-tokenized-copy {
    min-height: 0;
  }

  .nu-events-association-head,
  .nu-events-association-intro,
  .nu-events-association-layers {
    grid-template-columns: 1fr;
  }

  .nu-events-association-head h2 {
    margin-top: 42px;
  }

  .nu-events-association-quote {
    margin-bottom: 0;
  }

  .nu-events-association-cards {
    grid-template-columns: 1fr;
  }

  .nu-events-association-cards h3 {
    margin-top: 42px;
  }

  .nu-events-project-doors-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nu-events-project-door-card,
  .nu-events-project-door-feature,
  .nu-events-project-door-coffee {
    grid-column: auto;
  }

  .nu-events-project-door-feature,
  .nu-events-project-door-coffee {
    grid-column: 1 / -1;
  }

  .nu-events-operating-head {
    grid-template-columns: 1fr;
  }

  .nu-events-operating-loop {
    max-width: 620px;
  }

  .nu-events-operating-media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nu-events-operating-layers article,
  .nu-events-operating-layers article:nth-child(1),
  .nu-events-operating-layers article:nth-child(2),
  .nu-events-operating-layers article:nth-child(3),
  .nu-events-operating-layers article:nth-child(4),
  .nu-events-operating-layers article:nth-child(5) {
    grid-column: span 6;
  }

  .nu-events-member-model-head {
    grid-template-columns: 1fr;
  }

  .nu-events-member-model-head h2 {
    margin-top: 42px;
  }

  .nu-events-member-model-head article {
    max-width: 680px;
  }

  .nu-events-member-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nu-events-member-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nu-events-member-groups article:nth-child(even) {
    transform: none;
  }

  .nu-events-roadmap-head,
  .nu-events-global-network-head {
    grid-template-columns: 1fr;
  }

  .nu-events-roadmap-head h2 {
    margin-top: 42px;
  }

  .nu-events-roadmap-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nu-events-roadmap-steps,
  .nu-events-global-network-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nu-events-roadmap-steps article:nth-child(2),
  .nu-events-roadmap-steps article:nth-child(3),
  .nu-events-roadmap-steps article:nth-child(4) {
    margin-top: 0;
  }

  .nu-events-host-card,
  .nu-events-contact-card {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .nu-events-container {
    width: min(calc(100% - 36px), var(--events-container));
  }

  main.crays-events-page > .nu-events-hero {
    padding: 28px 0;
  }

  .nu-events-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 20px;
    margin-bottom: 28px;
  }

  .nu-events-hero-grid h1 {
    font-size: 38px;
    line-height: 57px;
    text-align: center;
  }

  .nu-events-hero-grid p {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
  }

  .nu-events-hero-frame {
    min-height: 0;
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: 18px;
  }

  main.crays-events-page > .nu-events-tokenized {
    padding-top: 26px;
  }

  .nu-events-tokenized-shell {
    padding: 14px;
    border-radius: 22px;
  }

  .nu-events-tokenized-copy,
  .nu-events-tokenized-principle {
    padding: 30px 24px;
    border-radius: 18px;
  }

  .nu-events-tokenized-copy h2 {
    max-width: 400px;
    margin: 16px 0 22px;
    font-size: 54px;
    line-height: 0.98;
  }

  .nu-events-tokenized-lead {
    font-size: 20px;
    line-height: 26px;
  }

  .nu-events-tokenized-copy p:not(.nu-events-tokenized-lead),
  .nu-events-tokenized-principle p {
    font-size: 16.5px;
    line-height: 25px;
  }

  .nu-events-tokenized-actions a {
    min-width: 0;
    flex: 1 1 190px;
  }

  .nu-events-tokenized-media {
    grid-template-columns: 1fr 1fr;
    min-height: 430px;
  }

  .nu-events-tokenized-media figure.large {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  main.crays-events-page > .nu-events-tokenized + .nu-events-special {
    padding-top: 72px;
  }

  main.crays-events-page > .nu-events-association {
    padding-top: 18px;
  }

  .nu-events-association-shell {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .nu-events-association-head h2 {
    margin-top: 26px;
    font-size: 46px;
    line-height: 1;
  }

  .nu-events-association-quote {
    padding: 28px 24px;
    font-size: 25px;
    line-height: 31px;
  }

  .nu-events-association-intro {
    margin-top: 28px;
  }

  .nu-events-association-text,
  .nu-events-association-cards article,
  .nu-events-association-layers article {
    min-height: 0;
    padding: 28px 24px;
    border-radius: 18px;
  }

  .nu-events-association-text p,
  .nu-events-association-cards p,
  .nu-events-association-layers p {
    font-size: 16.5px;
    line-height: 25px;
  }

  .nu-events-association-collage {
    min-height: 430px;
  }

  main.crays-events-page > .nu-events-association + .nu-events-special {
    padding-top: 72px;
  }

  main.crays-events-page > .nu-events-project-doors {
    padding: 82px 0 94px;
  }

  .nu-events-project-doors-head {
    margin-bottom: 38px;
  }

  .nu-events-project-doors-head h2 {
    font-size: 38px;
    line-height: 44px;
  }

  .nu-events-project-doors-head p {
    font-size: 16.5px;
    line-height: 25px;
  }

  .nu-events-project-doors-grid,
  .nu-events-project-door-feature,
  .nu-events-project-door-coffee {
    grid-template-columns: 1fr;
  }

  .nu-events-project-door-card {
    grid-column: 1 / -1;
    border-radius: 12px;
  }

  .nu-events-project-door-card figure,
  .nu-events-project-door-feature figure,
  .nu-events-project-door-coffee figure {
    height: 260px;
    min-height: 0;
  }

  .nu-events-project-door-card > div,
  .nu-events-project-door-feature > div,
  .nu-events-project-door-coffee > div {
    padding: 28px 24px;
  }

  .nu-events-project-door-card h3 {
    font-size: 25px;
    line-height: 28px;
  }

  .nu-events-project-door-card p {
    font-size: 16px;
    line-height: 24px;
  }

  main.crays-events-page > .nu-events-project-doors + .nu-events-special {
    padding-top: 72px;
  }

  main.crays-events-page > .nu-events-operating {
    padding: 84px 0 96px;
  }

  main.crays-events-page > .nu-events-operating + .nu-events-special {
    padding-top: 72px;
  }

  main.crays-events-page > .nu-events-member-model + .nu-events-special {
    padding-top: 72px;
  }

  .nu-events-operating-head h2 {
    font-size: 40px;
    line-height: 44px;
  }

  .nu-events-operating-head p,
  .nu-events-operating-loop p,
  .nu-events-operating-layers p {
    font-size: 16.5px;
    line-height: 25px;
  }

  .nu-events-operating-loop {
    padding: 30px 24px;
  }

  .nu-events-operating-loop h3 {
    font-size: 28px;
    line-height: 31px;
  }

  .nu-events-operating-media {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 42px;
  }

  .nu-events-operating-media figure,
  .nu-events-operating-media figure.wide {
    height: 220px;
  }

  .nu-events-operating-layers {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .nu-events-operating-layers article,
  .nu-events-operating-layers article:nth-child(1),
  .nu-events-operating-layers article:nth-child(2),
  .nu-events-operating-layers article:nth-child(3),
  .nu-events-operating-layers article:nth-child(4),
  .nu-events-operating-layers article:nth-child(5) {
    grid-column: 1 / -1;
    min-height: 0;
    padding: 28px 24px;
  }

  .nu-events-operating-layers h3 {
    margin: 36px 0 14px;
    font-size: 25px;
    line-height: 29px;
  }

  main.crays-events-page > .nu-events-member-model {
    padding: 82px 0 94px;
  }

  .nu-events-member-model-head h2 {
    margin-top: 26px;
    font-size: 40px;
    line-height: 44px;
  }

  .nu-events-member-model-head article,
  .nu-events-member-governance {
    padding: 28px 24px;
  }

  .nu-events-member-model-head p,
  .nu-events-member-groups p,
  .nu-events-member-governance p {
    font-size: 16.5px;
    line-height: 25px;
  }

  .nu-events-member-gallery {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 34px;
    padding: 12px;
  }

  .nu-events-member-gallery figure,
  .nu-events-member-gallery figure.wide {
    height: 220px;
  }

  .nu-events-member-groups {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .nu-events-member-groups article {
    min-height: 0;
    padding: 28px 24px;
  }

  .nu-events-member-groups h3 {
    font-size: 25px;
    line-height: 29px;
  }

  .nu-events-member-governance {
    margin-top: 38px;
  }

  main.crays-events-page > .nu-events-roadmap,
  main.crays-events-page > .nu-events-global-network {
    padding: 82px 0 94px;
  }

  .nu-events-roadmap-head h2,
  .nu-events-global-network-head h2 {
    margin-top: 28px;
    font-size: 40px;
    line-height: 44px;
  }

  .nu-events-roadmap-head article,
  .nu-events-global-network-head article {
    padding: 28px 24px;
  }

  .nu-events-roadmap-head article p,
  .nu-events-global-network-head > div > p,
  .nu-events-global-network-head article p,
  .nu-events-roadmap-steps p {
    font-size: 16.5px;
    line-height: 25px;
  }

  .nu-events-roadmap-gallery {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 38px;
    padding: 12px;
  }

  .nu-events-roadmap-gallery figure {
    height: 210px;
  }

  .nu-events-roadmap-steps,
  .nu-events-global-network-grid {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .nu-events-roadmap-steps article,
  .nu-events-global-network-grid article {
    min-height: 0;
    padding: 28px 24px;
  }

  .nu-events-roadmap-steps h3 {
    font-size: 25px;
    line-height: 29px;
  }

  .nu-events-global-network-head article h3 {
    font-size: 29px;
    line-height: 32px;
  }

  .nu-events-board {
    padding-top: 48px;
  }

  .nu-events-board h1 {
    margin-bottom: 42px;
    font-size: clamp(2.25rem, 12vw, 3.3rem);
    line-height: 1.18;
  }

  .nu-events-view {
    gap: 44px;
  }

  .nu-events-switch {
    width: 100%;
  }

  .nu-events-switch button {
    flex: 1;
    min-width: 0;
  }

  .nu-events-tools {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nu-events-search {
    width: 100%;
    max-width: 100%;
  }

  .nu-events-category-button {
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
    text-align: center;
    white-space: nowrap;
  }

  .nu-events-calendar-head {
    width: 100%;
    min-width: 0;
    grid-template-columns: 54px 1fr 54px;
    margin-bottom: 30px;
  }

  .nu-events-calendar-head button {
    width: 50px;
    height: 50px;
  }

  .nu-events-calendar-head h2 {
    font-size: 2.25rem;
  }

  .nu-events-weekdays,
  .nu-events-calendar-grid {
    width: 920px;
    min-width: 920px;
  }

  .nu-events-grid-list,
  .nu-events-special-grid,
  .nu-events-host-grid {
    grid-template-columns: 1fr;
  }

  .nu-events-grid-list article,
  .nu-events-grid-list img {
    min-height: 400px;
  }

  .nu-events-special {
    padding-top: 92px;
  }

  .nu-events-special-card {
    height: 440px;
  }

  .nu-events-host {
    padding: 92px 0 92px;
  }

  .nu-events-host-card,
  .nu-events-contact-card {
    grid-column: auto;
    min-height: 0;
    border-radius: 22px;
  }

  .nu-events-host-image,
  .nu-events-host-image.large {
    min-height: 360px;
    border-radius: 22px;
  }

  .nu-events-host-card p {
    font-size: 1.08rem;
  }

  .nu-events-floating {
    display: none;
  }
}

@media (max-width: 480px) {
  .nu-events-hero-grid h1 {
    font-size: 34px;
    line-height: 43px;
  }

  .nu-events-hero-frame {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .nu-events-tokenized-copy h2 {
    font-size: 40px;
    line-height: 1;
  }

  .nu-events-tokenized-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nu-events-tokenized-media {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
  }

  .nu-events-tokenized-media figure {
    height: 190px;
  }

  .nu-events-tokenized-badge {
    position: static;
    width: 100%;
  }

  .nu-events-association-head h2 {
    font-size: 36px;
  }

  .nu-events-association-collage {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
  }

  .nu-events-association-collage figure,
  .nu-events-association-collage figure.large {
    grid-row: auto;
    height: 190px;
  }

  .nu-events-association-badge {
    position: static;
    width: 100%;
  }

  .nu-events-association-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  main.crays-events-page > .nu-events-project-doors {
    padding: 64px 0 76px;
  }

  .nu-events-project-doors-head h2 {
    font-size: 31px;
    line-height: 36px;
  }

  .nu-events-project-door-card figure,
  .nu-events-project-door-feature figure,
  .nu-events-project-door-coffee figure {
    height: 220px;
  }

  .nu-events-operating-head h2 {
    font-size: 34px;
    line-height: 38px;
  }

  .nu-events-operating-media {
    grid-template-columns: 1fr;
  }

  .nu-events-operating-media figure,
  .nu-events-operating-media figure.wide {
    height: 190px;
  }

  .nu-events-member-model-head h2 {
    font-size: 34px;
    line-height: 38px;
  }

  .nu-events-member-gallery {
    grid-template-columns: 1fr;
  }

  .nu-events-member-gallery figure,
  .nu-events-member-gallery figure.wide {
    height: 190px;
  }

  .nu-events-member-governance div {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nu-events-roadmap-head h2,
  .nu-events-global-network-head h2 {
    font-size: 34px;
    line-height: 38px;
  }

  .nu-events-roadmap-gallery {
    grid-template-columns: 1fr;
  }

  .nu-events-roadmap-gallery figure {
    height: 190px;
  }

  .nu-events-global-network-head article h3 {
    font-size: 25px;
    line-height: 29px;
  }

  .nu-events-special-card div {
    grid-template-columns: minmax(0, 1fr) 44px;
    min-height: 78px;
    padding: 15px;
  }

  .nu-events-special-card h3 {
    font-size: 1.08rem;
  }

  .nu-events-special-card a {
    width: 44px;
    height: 44px;
  }

  .nu-events-host-card,
  .nu-events-contact-card {
    padding: 28px 22px;
  }

  .nu-events-host-card a,
  .nu-events-email {
    width: 100%;
  }
}

/* Ecosystem Nuanu experience pass: preserve all Crays content, soften the lower
   half into the same visual language as the Nuanu-led opening sections. */
.nu-events-project-doors,
.nu-events-member-model,
.nu-events-roadmap {
  color: var(--events-ink);
  background: var(--events-bg);
}

main.crays-events-page > .nu-events-project-doors,
main.crays-events-page > .nu-events-member-model,
main.crays-events-page > .nu-events-roadmap,
main.crays-events-page > .nu-events-global-network,
main.crays-events-page > .nu-events-operating {
  padding: 132px 0;
}

.nu-events-project-doors {
  overflow: visible;
  background: linear-gradient(180deg, var(--events-bg) 0%, #f2ece3 100%);
}

.nu-events-project-doors::before,
.nu-events-project-doors::after,
.nu-events-operating::before,
.nu-events-operating::after {
  display: none;
}

.nu-events-project-doors-head,
.nu-events-operating-head,
.nu-events-member-model-head,
.nu-events-roadmap-head,
.nu-events-global-network-head {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.7fr);
  gap: clamp(44px, 8vw, 132px);
  align-items: end;
  max-width: none;
  margin: 0 0 64px;
  text-align: left;
}

.nu-events-project-doors-head span,
.nu-events-project-door-card span,
.nu-events-operating-head span,
.nu-events-operating-loop span,
.nu-events-operating-layers article > span,
.nu-events-member-model-head span,
.nu-events-member-governance span,
.nu-events-roadmap-head span,
.nu-events-roadmap-steps span,
.nu-events-global-network-head span {
  color: #1e5246;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: none;
}

.nu-events-project-doors-head h2,
.nu-events-operating-head h2,
.nu-events-member-model-head h2,
.nu-events-roadmap-head h2,
.nu-events-global-network-head h2 {
  max-width: 858px;
  margin: 16px 0 0;
  color: inherit;
  font-size: clamp(42px, 4.6vw, 64px);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: 0;
}

.nu-events-project-doors-head p,
.nu-events-operating-head p,
.nu-events-member-model-head p,
.nu-events-roadmap-head article p,
.nu-events-global-network-head > div > p,
.nu-events-global-network-head article p {
  max-width: 520px;
  margin: 0;
  color: rgba(29, 43, 41, 0.72);
  font-size: 18.4px;
  font-weight: 400;
  line-height: 27.6px;
}

.nu-events-project-doors-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 8px;
}

.nu-events-project-door-card,
.nu-events-project-door-feature,
.nu-events-project-door-coffee {
  grid-column: span 4;
  display: flex;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  color: var(--events-ink);
  background: #eee8df;
  box-shadow: none;
}

.nu-events-project-door-feature {
  grid-column: span 6;
}

.nu-events-project-door-coffee {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
  color: var(--events-ink);
  background: #eee8df;
}

.nu-events-project-door-card figure,
.nu-events-project-door-feature figure,
.nu-events-project-door-coffee figure {
  height: clamp(280px, 28vw, 430px);
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #d9d0c5;
}

.nu-events-project-door-coffee figure {
  height: auto;
  min-height: 520px;
}

.nu-events-project-door-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.01);
}

.nu-events-project-door-card > div,
.nu-events-project-door-feature > div,
.nu-events-project-door-coffee > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(30px, 3.3vw, 46px);
}

.nu-events-project-door-card h3,
.nu-events-project-door-coffee h3 {
  max-width: 560px;
  margin: 18px 0 18px;
  color: var(--events-ink);
  font-size: clamp(28px, 2.5vw, 38px);
  font-weight: 500;
  line-height: 1.12;
}

.nu-events-project-door-card p,
.nu-events-project-door-coffee p {
  max-width: 560px;
  margin: 0;
  color: rgba(29, 43, 41, 0.72);
  font-size: 17.2px;
  font-weight: 400;
  line-height: 26px;
}

.nu-events-project-door-card p strong,
.nu-events-project-door-coffee p strong,
.nu-events-operating strong,
.nu-events-member-model strong,
.nu-events-roadmap strong,
.nu-events-global-network strong {
  color: inherit;
  font-weight: 700;
}

.nu-events-project-door-card a {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 30px;
  color: #1e5246;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.nu-events-operating {
  color: #fffaf2;
  background: #132622;
}

.nu-events-operating-head p {
  color: rgba(255, 250, 242, 0.78);
}

.nu-events-operating-loop,
.nu-events-member-model-head article,
.nu-events-roadmap-head article,
.nu-events-global-network-head article,
.nu-events-member-governance {
  padding: clamp(30px, 3.6vw, 48px);
  border: 0;
  border-radius: 28px;
  color: var(--events-ink);
  background: #f2ece3;
  box-shadow: none;
}

.nu-events-operating-loop h3,
.nu-events-global-network-head article h3 {
  max-width: 460px;
  margin: 18px 0;
  color: var(--events-ink);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.12;
}

.nu-events-operating-loop p {
  color: rgba(29, 43, 41, 0.72);
  font-size: 18.4px;
  font-weight: 400;
  line-height: 27.6px;
}

.nu-events-operating-media,
.nu-events-member-gallery,
.nu-events-roadmap-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
  margin-top: 0;
  padding: 0;
  background: transparent;
}

.nu-events-operating-media {
  margin-top: 64px;
}

.nu-events-operating-media figure,
.nu-events-member-gallery figure,
.nu-events-roadmap-gallery figure {
  height: clamp(260px, 26vw, 388px);
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.nu-events-operating-media figure.wide,
.nu-events-member-gallery figure.wide,
.nu-events-roadmap-gallery figure.wide {
  height: clamp(260px, 26vw, 388px);
}

.nu-events-operating-media img,
.nu-events-member-gallery img,
.nu-events-roadmap-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.02);
}

.nu-events-operating-layers,
.nu-events-member-groups,
.nu-events-roadmap-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}

.nu-events-operating-layers article,
.nu-events-operating-layers article:nth-child(1),
.nu-events-operating-layers article:nth-child(2),
.nu-events-operating-layers article:nth-child(3),
.nu-events-operating-layers article:nth-child(4),
.nu-events-operating-layers article:nth-child(5),
.nu-events-member-groups article,
.nu-events-roadmap-steps article {
  grid-column: auto;
  display: flex;
  min-height: 310px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  border: 0;
  border-radius: 24px;
  background: rgba(255, 250, 242, 0.09);
  box-shadow: none;
}

.nu-events-operating-layers h3,
.nu-events-member-groups h3,
.nu-events-roadmap-steps h3 {
  margin: 42px 0 16px;
  color: inherit;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.18;
}

.nu-events-operating-layers p,
.nu-events-member-groups p,
.nu-events-roadmap-steps p {
  max-width: none;
  margin: 0;
  color: rgba(255, 250, 242, 0.78);
  font-size: 16.5px;
  font-weight: 400;
  line-height: 24.75px;
}

.nu-events-member-model {
  background: linear-gradient(180deg, #f2ece3 0%, var(--events-bg) 100%);
}

.nu-events-member-model-head article p,
.nu-events-member-governance p,
.nu-events-roadmap-head article p,
.nu-events-global-network-head article p {
  color: rgba(29, 43, 41, 0.72);
  font-size: 18.4px;
  font-weight: 400;
  line-height: 27.6px;
}

.nu-events-member-gallery {
  margin-top: 0;
}

.nu-events-member-groups {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 8px;
}

.nu-events-member-groups article,
.nu-events-roadmap-steps article {
  color: var(--events-ink);
  background: #eee8df;
}

.nu-events-member-groups article:nth-child(even) {
  transform: none;
}

.nu-events-member-groups p,
.nu-events-roadmap-steps p {
  color: rgba(29, 43, 41, 0.72);
}

.nu-events-member-governance {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  margin-top: 8px;
}

.nu-events-member-governance p {
  margin: 0;
}

.nu-events-member-governance div,
.nu-events-association-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nu-events-member-governance a,
.nu-events-association-actions a,
.nu-events-tokenized-actions a {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid #1d2b29;
  border-radius: 999px;
  color: #1d2b29;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.nu-events-member-governance a.primary,
.nu-events-association-actions a.primary,
.nu-events-tokenized-actions a.primary {
  border-color: #1d2b29;
  color: #fffaf2;
  background: #1d2b29;
}

.nu-events-roadmap {
  background: var(--events-bg);
}

.nu-events-roadmap-gallery {
  margin-top: 0;
}

.nu-events-roadmap-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nu-events-roadmap-steps article:nth-child(2),
.nu-events-roadmap-steps article:nth-child(3),
.nu-events-roadmap-steps article:nth-child(4) {
  margin-top: 0;
}

.nu-events-global-network {
  color: #fffaf2;
  background: #132622;
}

.nu-events-global-network-head {
  align-items: start;
}

.nu-events-global-network-head > div > p {
  margin-top: 24px;
  color: rgba(255, 250, 242, 0.78);
}

.nu-events-global-network-head article {
  color: var(--events-ink);
  background: #f2ece3;
}

.nu-events-global-network-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 0;
}

.nu-events-global-network-grid article {
  min-height: 230px;
  padding: 28px;
  border: 0;
  border-radius: 24px;
  color: #fffaf2;
  background: rgba(255, 250, 242, 0.09);
  box-shadow: none;
}

.nu-events-global-network-grid h3 {
  margin: 0;
  color: inherit;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.15;
}

.nu-events-global-network-grid span {
  display: block;
  margin: auto 0 14px;
  color: rgba(255, 250, 242, 0.52);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.nu-events-global-network-grid p {
  margin: 0;
  color: rgba(255, 250, 242, 0.76);
  font-size: 16.5px;
  font-weight: 400;
  line-height: 24.75px;
}

.crays-events-page + .crays-way-footer-cta {
  padding: 132px 0;
  color: var(--events-ink);
  background: var(--events-bg);
}

.crays-events-page + .crays-way-footer-cta .crays-way-footer-inner {
  width: min(calc(100% - 68px), var(--events-container));
  margin: 0 auto;
  padding: clamp(40px, 5vw, 64px);
  border-radius: 28px;
  background: #eee8df;
}

.crays-events-page + .crays-way-footer-cta .crays-way-footer-divider {
  background: rgba(29, 43, 41, 0.12);
}

.crays-events-page + .crays-way-footer-cta .crays-way-footer-title {
  color: var(--events-ink);
  font-weight: 300;
  line-height: 1.15;
}

.crays-events-page + .crays-way-footer-cta .crays-way-footer-title-red {
  color: var(--events-ink);
}

.crays-events-page + .crays-way-footer-cta .crays-way-footer-copy {
  color: rgba(29, 43, 41, 0.72);
}

@media (max-width: 1120px) {
  .nu-events-project-doors-head,
  .nu-events-operating-head,
  .nu-events-member-model-head,
  .nu-events-roadmap-head,
  .nu-events-global-network-head,
  .nu-events-member-governance {
    grid-template-columns: 1fr;
  }

  .nu-events-project-doors-grid,
  .nu-events-operating-layers,
  .nu-events-member-groups,
  .nu-events-roadmap-steps,
  .nu-events-global-network-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nu-events-project-door-card,
  .nu-events-project-door-feature,
  .nu-events-project-door-coffee {
    grid-column: auto;
  }

  .nu-events-project-door-coffee {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }

  .nu-events-project-door-coffee figure {
    min-height: 360px;
  }

  .nu-events-operating-media,
  .nu-events-member-gallery,
  .nu-events-roadmap-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  main.crays-events-page > .nu-events-project-doors,
  main.crays-events-page > .nu-events-member-model,
  main.crays-events-page > .nu-events-roadmap,
  main.crays-events-page > .nu-events-global-network,
  main.crays-events-page > .nu-events-operating,
  .crays-events-page + .crays-way-footer-cta {
    padding: 86px 0;
  }

  .nu-events-project-doors-head,
  .nu-events-operating-head,
  .nu-events-member-model-head,
  .nu-events-roadmap-head,
  .nu-events-global-network-head {
    gap: 24px;
    margin-bottom: 38px;
    text-align: center;
  }

  .nu-events-project-doors-head h2,
  .nu-events-operating-head h2,
  .nu-events-member-model-head h2,
  .nu-events-roadmap-head h2,
  .nu-events-global-network-head h2 {
    margin-inline: auto;
    font-size: 38px;
    line-height: 57px;
    text-align: center;
  }

  .nu-events-project-doors-head p,
  .nu-events-operating-head p,
  .nu-events-member-model-head p,
  .nu-events-roadmap-head article p,
  .nu-events-global-network-head > div > p,
  .nu-events-global-network-head article p {
    margin-inline: auto;
    font-size: 16.5px;
    line-height: 24.75px;
    text-align: center;
  }

  .nu-events-project-doors-grid,
  .nu-events-operating-layers,
  .nu-events-member-groups,
  .nu-events-roadmap-steps,
  .nu-events-global-network-grid,
  .nu-events-operating-media,
  .nu-events-member-gallery,
  .nu-events-roadmap-gallery {
    grid-template-columns: 1fr;
  }

  .nu-events-project-door-card,
  .nu-events-project-door-feature,
  .nu-events-project-door-coffee,
  .nu-events-operating-layers article,
  .nu-events-member-groups article,
  .nu-events-roadmap-steps article,
  .nu-events-global-network-grid article {
    border-radius: 22px;
  }

  .nu-events-project-door-card figure,
  .nu-events-project-door-feature figure,
  .nu-events-project-door-coffee figure,
  .nu-events-operating-media figure,
  .nu-events-member-gallery figure,
  .nu-events-roadmap-gallery figure,
  .nu-events-operating-media figure.wide,
  .nu-events-member-gallery figure.wide,
  .nu-events-roadmap-gallery figure.wide {
    height: 260px;
    min-height: 0;
  }

  .nu-events-project-door-card > div,
  .nu-events-project-door-feature > div,
  .nu-events-project-door-coffee > div,
  .nu-events-operating-loop,
  .nu-events-member-model-head article,
  .nu-events-roadmap-head article,
  .nu-events-global-network-head article,
  .nu-events-member-governance,
  .nu-events-operating-layers article,
  .nu-events-member-groups article,
  .nu-events-roadmap-steps article,
  .nu-events-global-network-grid article {
    min-height: 0;
    padding: 28px 24px;
  }

  .nu-events-project-door-card h3,
  .nu-events-project-door-coffee h3,
  .nu-events-operating-loop h3,
  .nu-events-global-network-head article h3,
  .nu-events-operating-layers h3,
  .nu-events-member-groups h3,
  .nu-events-roadmap-steps h3,
  .nu-events-global-network-grid h3 {
    font-size: 25px;
    line-height: 29px;
  }

  .nu-events-member-governance div {
    justify-content: center;
  }

  .crays-events-page + .crays-way-footer-cta .crays-way-footer-inner {
    width: min(calc(100% - 36px), var(--events-container));
    padding: 30px 24px;
    border-radius: 22px;
  }
}

@media (max-width: 480px) {
  .nu-events-project-doors-head h2,
  .nu-events-operating-head h2,
  .nu-events-member-model-head h2,
  .nu-events-roadmap-head h2,
  .nu-events-global-network-head h2 {
    font-size: 34px;
    line-height: 43px;
  }
}

/* Final ecosystem city pass: keep all existing content, reduce excessive gaps,
   and let city imagery sit behind a calm Nuanu-style overlay. */
main.crays-events-page > .nu-events-project-doors {
  padding-top: clamp(78px, 7.2vw, 108px);
}

main.crays-events-page > .nu-events-global-network {
  padding: clamp(76px, 7vw, 104px) 0 clamp(92px, 8vw, 118px);
}

.nu-events-project-doors-head {
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 0.78fr);
  grid-template-areas:
    "kicker title"
    "copy title";
  gap: clamp(16px, 2.4vw, 28px) clamp(48px, 8vw, 118px);
  align-items: start;
  margin-bottom: clamp(44px, 5.5vw, 72px);
}

.nu-events-project-doors-head > span {
  grid-area: kicker;
}

.nu-events-project-doors-head > h2 {
  grid-area: title;
  margin-top: 0;
}

.nu-events-project-doors-head > p {
  grid-area: copy;
  margin-top: clamp(70px, 10vw, 132px);
}

.nu-events-global-network-head {
  gap: clamp(44px, 6vw, 92px);
  margin-bottom: clamp(42px, 5vw, 66px);
}

.nu-events-global-network-head article {
  padding: clamp(38px, 4.8vw, 54px);
}

.nu-events-global-network-head article h3 {
  font-size: clamp(34px, 3.25vw, 46px);
  line-height: 1.04;
}

.nu-events-global-network-grid {
  gap: 12px;
  margin-top: 0;
}

.nu-events-global-network-grid article {
  --city-image: none;
  --city-pos: center;
  position: relative;
  isolation: isolate;
  min-height: 224px;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.12);
  background: rgba(255, 250, 242, 0.08);
  color: #fffaf2;
}

.nu-events-global-network-grid article::before,
.nu-events-global-network-grid article::after,
.nu-events-global-network-grid article:nth-child(1)::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.nu-events-global-network-grid article::before,
.nu-events-global-network-grid article:nth-child(1)::before {
  z-index: 0;
  background: var(--city-image) var(--city-pos) / cover no-repeat;
  opacity: 0.36;
  filter: saturate(0.82) contrast(1.04);
  transform: scale(1.018);
  transition: opacity 220ms ease, transform 420ms ease;
}

.nu-events-global-network-grid article::after {
  z-index: 1;
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 250, 242, 0.12), rgba(255, 250, 242, 0) 32%),
    linear-gradient(180deg, rgba(9, 24, 20, 0.42) 0%, rgba(9, 24, 20, 0.78) 58%, rgba(9, 24, 20, 0.9) 100%);
}

.nu-events-global-network-grid article:hover::before {
  opacity: 0.44;
  transform: scale(1.045);
}

.nu-events-global-network-grid article > * {
  position: relative;
  z-index: 2;
}

.nu-events-global-network-grid article:nth-child(1) {
  --city-image: url("city-network/dubai.jpg");
  --city-pos: center 42%;
  background: rgba(255, 250, 242, 0.09);
  color: #fffaf2;
}

.nu-events-global-network-grid article:nth-child(2) {
  --city-image: url("city-network/cyprus.jpg");
  --city-pos: center 48%;
}

.nu-events-global-network-grid article:nth-child(3) {
  --city-image: url("city-network/luxembourg.jpg");
  --city-pos: center 46%;
}

.nu-events-global-network-grid article:nth-child(4) {
  --city-image: url("city-network/los-angeles.jpg");
  --city-pos: center 45%;
}

.nu-events-global-network-grid article:nth-child(5) {
  --city-image: url("city-network/zug.jpg");
  --city-pos: center 44%;
}

.nu-events-global-network-grid article:nth-child(6) {
  --city-image: url("city-network/singapore.jpg");
  --city-pos: center 46%;
}

.nu-events-global-network-grid article:nth-child(7) {
  --city-image: url("city-network/miami.jpg");
  --city-pos: center 50%;
}

.nu-events-global-network-grid article:nth-child(8) {
  --city-image: url("city-network/cayman.jpg");
  --city-pos: center 52%;
}

.nu-events-global-network-grid article:nth-child(9) {
  --city-image: url("city-network/london.jpg");
  --city-pos: center 46%;
}

.nu-events-global-network-grid article:nth-child(10) {
  --city-image: url("city-network/palma.jpg");
  --city-pos: center 48%;
}

.nu-events-global-network-grid article:nth-child(1) span,
.nu-events-global-network-grid article:nth-child(1) p,
.nu-events-global-network-grid span,
.nu-events-global-network-grid p {
  color: rgba(255, 250, 242, 0.78);
}

.nu-events-global-network-grid h3,
.nu-events-global-network-grid article:nth-child(1) h3 {
  color: #fffaf2;
  text-shadow: 0 1px 22px rgba(0, 0, 0, 0.22);
}

@media (max-width: 1120px) {
  .nu-events-project-doors-head {
    grid-template-columns: 1fr;
    grid-template-areas:
      "kicker"
      "title"
      "copy";
    gap: 18px;
  }

  .nu-events-project-doors-head > p {
    margin-top: 8px;
  }
}

@media (max-width: 760px) {
  main.crays-events-page > .nu-events-project-doors,
  main.crays-events-page > .nu-events-global-network {
    padding: 72px 0 84px;
  }

  .nu-events-global-network-head {
    margin-bottom: 32px;
  }

  .nu-events-global-network-grid {
    gap: 10px;
  }

  .nu-events-global-network-grid article,
  .nu-events-global-network-grid article:nth-child(1) {
    min-height: 220px;
  }
}

/* Ecosystem city network refinement: Pexels-sourced city imagery is kept as a
   quiet background layer so the tiles still read as editorial UI, not posters. */
main.crays-events-page > .nu-events-project-doors {
  padding-top: clamp(78px, 7.2vw, 108px);
}

main.crays-events-page > .nu-events-global-network {
  padding: clamp(76px, 7vw, 104px) 0 clamp(92px, 8vw, 118px);
}

.nu-events-project-doors-head {
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 0.78fr);
  grid-template-areas:
    "kicker title"
    "copy title";
  gap: clamp(16px, 2.4vw, 28px) clamp(48px, 8vw, 118px);
  align-items: start;
  margin-bottom: clamp(44px, 5.5vw, 72px);
}

.nu-events-project-doors-head > span {
  grid-area: kicker;
}

.nu-events-project-doors-head > h2 {
  grid-area: title;
  margin-top: 0;
}

.nu-events-project-doors-head > p {
  grid-area: copy;
  margin-top: clamp(70px, 10vw, 132px);
}

.nu-events-global-network-head {
  gap: clamp(44px, 6vw, 92px);
  margin-bottom: clamp(42px, 5vw, 66px);
}

.nu-events-global-network-head article {
  padding: clamp(38px, 4.8vw, 54px);
}

.nu-events-global-network-head article h3 {
  font-size: clamp(34px, 3.25vw, 46px);
  line-height: 1.04;
}

.nu-events-global-network-grid {
  gap: 12px;
  margin-top: 0;
}

.nu-events-global-network-grid article {
  --city-image: none;
  --city-pos: center;
  position: relative;
  isolation: isolate;
  min-height: 224px;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.12);
  background: rgba(255, 250, 242, 0.08);
  color: #fffaf2;
}

.nu-events-global-network-grid article::before,
.nu-events-global-network-grid article::after,
.nu-events-global-network-grid article:nth-child(1)::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.nu-events-global-network-grid article::before,
.nu-events-global-network-grid article:nth-child(1)::before {
  z-index: 0;
  background-image: var(--city-image);
  background-position: var(--city-pos);
  background-size: cover;
  opacity: 0.36;
  filter: saturate(0.82) contrast(1.04);
  transform: scale(1.018);
  transition: opacity 220ms ease, transform 420ms ease;
}

.nu-events-global-network-grid article::after {
  z-index: 1;
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 250, 242, 0.12), rgba(255, 250, 242, 0) 32%),
    linear-gradient(180deg, rgba(9, 24, 20, 0.42) 0%, rgba(9, 24, 20, 0.78) 58%, rgba(9, 24, 20, 0.9) 100%);
}

.nu-events-global-network-grid article:hover::before {
  opacity: 0.44;
  transform: scale(1.045);
}

.nu-events-global-network-grid article > * {
  position: relative;
  z-index: 2;
}

.nu-events-global-network-grid article:nth-child(1) {
  --city-image: url("city-network/dubai.jpg");
  --city-pos: center 42%;
  background: rgba(255, 250, 242, 0.09);
  color: #fffaf2;
}

.nu-events-global-network-grid article:nth-child(2) {
  --city-image: url("city-network/cyprus.jpg");
  --city-pos: center 48%;
}

.nu-events-global-network-grid article:nth-child(3) {
  --city-image: url("city-network/luxembourg.jpg");
  --city-pos: center 46%;
}

.nu-events-global-network-grid article:nth-child(4) {
  --city-image: url("city-network/los-angeles.jpg");
  --city-pos: center 45%;
}

.nu-events-global-network-grid article:nth-child(5) {
  --city-image: url("city-network/zug.jpg");
  --city-pos: center 44%;
}

.nu-events-global-network-grid article:nth-child(6) {
  --city-image: url("city-network/singapore.jpg");
  --city-pos: center 46%;
}

.nu-events-global-network-grid article:nth-child(7) {
  --city-image: url("city-network/miami.jpg");
  --city-pos: center 50%;
}

.nu-events-global-network-grid article:nth-child(8) {
  --city-image: url("city-network/cayman.jpg");
  --city-pos: center 52%;
}

.nu-events-global-network-grid article:nth-child(9) {
  --city-image: url("city-network/london.jpg");
  --city-pos: center 46%;
}

.nu-events-global-network-grid article:nth-child(10) {
  --city-image: url("city-network/palma.jpg");
  --city-pos: center 48%;
}

.nu-events-global-network-grid article:nth-child(1) span,
.nu-events-global-network-grid article:nth-child(1) p,
.nu-events-global-network-grid span,
.nu-events-global-network-grid p {
  color: rgba(255, 250, 242, 0.78);
}

.nu-events-global-network-grid h3,
.nu-events-global-network-grid article:nth-child(1) h3 {
  color: #fffaf2;
  text-shadow: 0 1px 22px rgba(0, 0, 0, 0.22);
}

@media (max-width: 1120px) {
  .nu-events-project-doors-head {
    grid-template-columns: 1fr;
    grid-template-areas:
      "kicker"
      "title"
      "copy";
    gap: 18px;
  }

  .nu-events-project-doors-head > p {
    margin-top: 8px;
  }
}

@media (max-width: 760px) {
  main.crays-events-page > .nu-events-project-doors,
  main.crays-events-page > .nu-events-global-network {
    padding: 72px 0 84px;
  }

  .nu-events-global-network-head {
    margin-bottom: 32px;
  }

  .nu-events-global-network-grid {
    gap: 10px;
  }

  .nu-events-global-network-grid article,
  .nu-events-global-network-grid article:nth-child(1) {
    min-height: 220px;
  }
}

/* Ecosystem footer repair: keep the shared Crays footer CTA consistent with
   the other Nuanu-styled pages instead of the temporary rounded card. */
main.crays-events-page + section.crays-way-footer-cta:not(.hero):not(.page-hero) {
  padding: 24px var(--section-x) 0;
  color: #071a2d;
  background: var(--paper);
}

main.crays-events-page + section.crays-way-footer-cta .crays-way-footer-inner {
  width: min(80rem, 100%);
  margin: 0 auto;
  padding: 48px 0 42px;
  align-items: end;
  border-top: 1px solid rgba(7, 26, 45, 0.1);
  border-radius: 0;
  background: transparent;
}

main.crays-events-page + section.crays-way-footer-cta .crays-way-footer-title {
  color: #071a2d;
  font-size: clamp(44px, 4.4vw, 58px) !important;
  font-weight: 700;
  line-height: 0.98 !important;
}

main.crays-events-page + section.crays-way-footer-cta .crays-way-footer-title-red {
  color: var(--coral);
  font-size: clamp(25px, 2.35vw, 33px) !important;
  line-height: 1.08 !important;
}

main.crays-events-page + section.crays-way-footer-cta .crays-way-footer-copy {
  color: #071a2d;
}

@media (max-width: 1100px) {
  main.crays-events-page + section.crays-way-footer-cta .crays-way-footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 40px 0 34px;
    align-items: start;
  }
}

@media (max-width: 760px) {
  main.crays-events-page + section.crays-way-footer-cta:not(.hero):not(.page-hero) {
    padding: 14px var(--section-x) 0;
  }

  main.crays-events-page + section.crays-way-footer-cta .crays-way-footer-inner {
    width: min(80rem, 100%);
    padding: 32px 0 30px;
    border-radius: 0;
  }

  main.crays-events-page + section.crays-way-footer-cta .crays-way-footer-title {
    font-size: 37px !important;
    line-height: 1.02 !important;
  }

  main.crays-events-page + section.crays-way-footer-cta .crays-way-footer-title-red {
    font-size: 24px !important;
    line-height: 1.08 !important;
  }
}

/* Ecosystem cascade lock: keep the Nuanu editorial grid above older copied
   layout rules in this stylesheet. */
.nu-events-project-door-card:nth-child(1) {
  grid-column: span 8 !important;
  min-height: 650px !important;
}

.nu-events-project-door-card:nth-child(2) {
  grid-column: span 4 !important;
  min-height: 650px !important;
}

.nu-events-project-door-card:nth-child(3),
.nu-events-project-door-card:nth-child(4),
.nu-events-project-door-card:nth-child(5) {
  grid-column: span 4 !important;
  min-height: 0 !important;
}

.nu-events-project-door-card:nth-child(6) {
  grid-column: 1 / -1 !important;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr) !important;
}

.nu-events-global-network-grid {
  grid-auto-flow: row !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.nu-events-global-network-grid article {
  grid-column: span 2 !important;
}

.nu-events-global-network-grid article:nth-child(1) {
  grid-column: span 4 !important;
  grid-row: span 2 !important;
}

.nu-events-global-network-grid article:nth-child(6),
.nu-events-global-network-grid article:nth-child(7) {
  grid-column: span 3 !important;
}

.nu-events-global-network-grid article:nth-child(8),
.nu-events-global-network-grid article:nth-child(9),
.nu-events-global-network-grid article:nth-child(10) {
  grid-column: span 4 !important;
}

@media (max-width: 1120px) {
  .nu-events-project-door-card:nth-child(1),
  .nu-events-project-door-card:nth-child(2),
  .nu-events-project-door-card:nth-child(3),
  .nu-events-project-door-card:nth-child(4),
  .nu-events-project-door-card:nth-child(5) {
    grid-column: span 1 !important;
    min-height: 0 !important;
  }

  .nu-events-project-door-card:nth-child(6) {
    grid-template-columns: 1fr !important;
  }

  .nu-events-global-network-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .nu-events-global-network-grid article,
  .nu-events-global-network-grid article:nth-child(1),
  .nu-events-global-network-grid article:nth-child(6),
  .nu-events-global-network-grid article:nth-child(7),
  .nu-events-global-network-grid article:nth-child(8),
  .nu-events-global-network-grid article:nth-child(9),
  .nu-events-global-network-grid article:nth-child(10) {
    grid-column: span 1 !important;
    grid-row: auto !important;
  }
}

@media (max-width: 760px) {
  .nu-events-project-doors-head,
  .nu-events-operating-head,
  .nu-events-member-model-head,
  .nu-events-roadmap-head,
  .nu-events-global-network-head {
    align-items: start !important;
    text-align: left !important;
  }

  .nu-events-project-doors-head h2,
  .nu-events-operating-head h2,
  .nu-events-member-model-head h2,
  .nu-events-roadmap-head h2,
  .nu-events-global-network-head h2,
  .nu-events-project-doors-head p,
  .nu-events-operating-head p,
  .nu-events-member-model-head p,
  .nu-events-roadmap-head article p,
  .nu-events-global-network-head > div > p,
  .nu-events-global-network-head article p {
    margin-inline: 0 !important;
    text-align: left !important;
  }
}

/* Ecosystem Nuanu experience pass v4: final cascade placement. */
main.crays-events-page > .nu-events-project-doors,
main.crays-events-page > .nu-events-member-model,
main.crays-events-page > .nu-events-roadmap {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, #f6f1ea 0%, #f4eee6 52%, #f8f4ee 100%);
}

main.crays-events-page > .nu-events-operating,
main.crays-events-page > .nu-events-global-network {
  background:
    radial-gradient(circle at 80% 8%, rgba(255, 250, 242, 0.08), rgba(255, 250, 242, 0) 31%),
    linear-gradient(180deg, #10251f 0%, #143027 100%);
}

.nu-events-project-doors-head,
.nu-events-operating-head,
.nu-events-member-model-head,
.nu-events-roadmap-head,
.nu-events-global-network-head {
  margin-bottom: clamp(56px, 7vw, 92px);
}

.nu-events-project-doors-head h2,
.nu-events-operating-head h2,
.nu-events-member-model-head h2,
.nu-events-roadmap-head h2,
.nu-events-global-network-head h2 {
  max-width: 10.4em;
  font-weight: 300;
  letter-spacing: 0;
}

.nu-events-project-doors-head p,
.nu-events-operating-head p,
.nu-events-global-network-head > div > p {
  max-width: 545px;
}

.nu-events-project-doors-grid {
  gap: 10px;
}

.nu-events-project-door-card,
.nu-events-operating-loop,
.nu-events-member-model-head article,
.nu-events-roadmap-head article,
.nu-events-global-network-head article,
.nu-events-member-governance,
.nu-events-operating-media figure,
.nu-events-member-gallery figure,
.nu-events-roadmap-gallery figure,
.nu-events-operating-media figure:first-child,
.nu-events-member-gallery figure:first-child,
.nu-events-roadmap-gallery figure:first-child,
.nu-events-operating-media figure:last-child,
.nu-events-member-gallery figure:last-child,
.nu-events-roadmap-gallery figure:last-child {
  border-radius: 18px;
}

.nu-events-project-door-card {
  overflow: hidden;
  background: rgba(255, 250, 242, 0.74);
  border-color: rgba(29, 43, 41, 0.1);
  box-shadow: none;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.nu-events-project-door-card:hover {
  transform: translateY(-3px);
  border-color: rgba(29, 43, 41, 0.22);
  background: #fffaf2;
}

.nu-events-project-door-card img {
  transition: transform 420ms ease;
}

.nu-events-project-door-card:hover img {
  transform: scale(1.025);
}

.nu-events-project-door-card > div {
  padding: clamp(30px, 3.8vw, 54px);
}

.nu-events-project-door-card:nth-child(1) {
  grid-column: span 8;
  min-height: 650px;
}

.nu-events-project-door-card:nth-child(1) figure {
  height: 390px;
}

.nu-events-project-door-card:nth-child(2) {
  grid-column: span 4;
  min-height: 650px;
}

.nu-events-project-door-card:nth-child(2) figure {
  height: 320px;
}

.nu-events-project-door-card:nth-child(3),
.nu-events-project-door-card:nth-child(4),
.nu-events-project-door-card:nth-child(5) {
  min-height: 0;
}

.nu-events-project-door-card:nth-child(3) figure,
.nu-events-project-door-card:nth-child(4) figure,
.nu-events-project-door-card:nth-child(5) figure {
  height: 230px;
}

.nu-events-project-door-card:nth-child(3) > div,
.nu-events-project-door-card:nth-child(4) > div,
.nu-events-project-door-card:nth-child(5) > div {
  min-height: 420px;
}

.nu-events-project-door-card:nth-child(6) {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  min-height: 560px;
  border-color: rgba(255, 250, 242, 0.16);
  background:
    radial-gradient(circle at 82% 0%, rgba(255, 42, 89, 0.18), rgba(255, 42, 89, 0) 32%),
    #10251f;
}

.nu-events-project-door-card:nth-child(6) figure {
  min-height: 560px;
}

.nu-events-project-door-card a,
.nu-events-member-governance a,
.nu-events-association-actions a,
.nu-events-tokenized-actions a {
  width: fit-content;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}

.nu-events-operating-loop,
.nu-events-global-network-head article {
  background: rgba(255, 250, 242, 0.94);
  color: var(--events-ink);
}

.nu-events-operating-loop span,
.nu-events-global-network-head article span {
  color: rgba(29, 43, 41, 0.46);
}

.nu-events-operating-media,
.nu-events-member-gallery,
.nu-events-roadmap-gallery {
  gap: 10px;
}

.nu-events-operating-layers,
.nu-events-member-groups,
.nu-events-roadmap-steps {
  gap: 1px;
  overflow: hidden;
  border-radius: 18px;
}

.nu-events-operating-layers {
  border: 1px solid rgba(255, 250, 242, 0.12);
  background: rgba(255, 250, 242, 0.12);
}

.nu-events-operating-layers article {
  min-height: 320px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 250, 242, 0.055);
  box-shadow: none;
}

.nu-events-operating-layers article:nth-child(4),
.nu-events-operating-layers article:nth-child(5) {
  min-height: 250px;
}

.nu-events-member-groups,
.nu-events-roadmap-steps {
  border: 1px solid rgba(29, 43, 41, 0.1);
  background: rgba(29, 43, 41, 0.1);
}

.nu-events-member-groups article,
.nu-events-roadmap-steps article,
.nu-events-member-groups article:nth-child(1),
.nu-events-roadmap-steps article:nth-child(1),
.nu-events-member-groups article:nth-child(4),
.nu-events-roadmap-steps article:nth-child(4) {
  border: 0;
  border-radius: 0;
  background: rgba(255, 250, 242, 0.78);
  box-shadow: none;
}

.nu-events-member-governance {
  margin-top: 10px;
  border: 0;
}

.nu-events-global-network-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: row;
  gap: 10px;
}

.nu-events-global-network-grid article {
  position: relative;
  grid-column: span 2;
  min-height: 245px;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.1);
  border-radius: 18px;
  background: rgba(255, 250, 242, 0.075);
  box-shadow: none;
}

.nu-events-global-network-grid article:nth-child(1) {
  grid-column: span 4;
  grid-row: span 2;
  min-height: 500px;
  background: #f2ece3;
}

.nu-events-global-network-grid article:nth-child(6),
.nu-events-global-network-grid article:nth-child(7) {
  grid-column: span 3;
}

.nu-events-global-network-grid article:nth-child(8),
.nu-events-global-network-grid article:nth-child(9),
.nu-events-global-network-grid article:nth-child(10) {
  grid-column: span 4;
}

@media (max-width: 1120px) {
  .nu-events-project-door-card:nth-child(1),
  .nu-events-project-door-card:nth-child(2),
  .nu-events-project-door-card:nth-child(3),
  .nu-events-project-door-card:nth-child(4),
  .nu-events-project-door-card:nth-child(5) {
    grid-column: span 1;
    min-height: 0;
  }

  .nu-events-project-door-card:nth-child(3) > div,
  .nu-events-project-door-card:nth-child(4) > div,
  .nu-events-project-door-card:nth-child(5) > div {
    min-height: 0;
  }

  .nu-events-project-door-card:nth-child(6) {
    grid-template-columns: 1fr;
  }

  .nu-events-global-network-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nu-events-global-network-grid article,
  .nu-events-global-network-grid article:nth-child(1),
  .nu-events-global-network-grid article:nth-child(6),
  .nu-events-global-network-grid article:nth-child(7),
  .nu-events-global-network-grid article:nth-child(8),
  .nu-events-global-network-grid article:nth-child(9),
  .nu-events-global-network-grid article:nth-child(10) {
    grid-column: span 1;
    grid-row: auto;
    min-height: 260px;
  }
}

@media (max-width: 760px) {
  .nu-events-project-doors-head,
  .nu-events-operating-head,
  .nu-events-member-model-head,
  .nu-events-roadmap-head,
  .nu-events-global-network-head {
    align-items: start;
    margin-bottom: 38px;
    text-align: left;
  }

  .nu-events-project-doors-head h2,
  .nu-events-operating-head h2,
  .nu-events-member-model-head h2,
  .nu-events-roadmap-head h2,
  .nu-events-global-network-head h2,
  .nu-events-project-doors-head p,
  .nu-events-operating-head p,
  .nu-events-member-model-head p,
  .nu-events-roadmap-head article p,
  .nu-events-global-network-head > div > p,
  .nu-events-global-network-head article p {
    margin-inline: 0;
    text-align: left;
  }

  .nu-events-project-doors-head h2,
  .nu-events-operating-head h2,
  .nu-events-member-model-head h2,
  .nu-events-roadmap-head h2,
  .nu-events-global-network-head h2 {
    line-height: 1.12;
  }

  .nu-events-project-door-card,
  .nu-events-operating-loop,
  .nu-events-member-model-head article,
  .nu-events-roadmap-head article,
  .nu-events-global-network-head article,
  .nu-events-member-governance,
  .nu-events-operating-media figure,
  .nu-events-member-gallery figure,
  .nu-events-roadmap-gallery figure,
  .nu-events-operating-layers,
  .nu-events-member-groups,
  .nu-events-roadmap-steps,
  .nu-events-global-network-grid article {
    border-radius: 16px;
  }

  .nu-events-operating-layers article,
  .nu-events-member-groups article,
  .nu-events-roadmap-steps article {
    border-radius: 0;
  }
}

/* Ecosystem Nuanu experience pass v3: editorial rhythm, less card-wall logic,
   corrected city order, and clearer clickable surfaces. */
main.crays-events-page > .nu-events-project-doors,
main.crays-events-page > .nu-events-member-model,
main.crays-events-page > .nu-events-roadmap {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, #f6f1ea 0%, #f4eee6 52%, #f8f4ee 100%);
}

main.crays-events-page > .nu-events-operating,
main.crays-events-page > .nu-events-global-network {
  background:
    radial-gradient(circle at 80% 8%, rgba(255, 250, 242, 0.08), rgba(255, 250, 242, 0) 31%),
    linear-gradient(180deg, #10251f 0%, #143027 100%);
}

.nu-events-project-doors-head,
.nu-events-operating-head,
.nu-events-member-model-head,
.nu-events-roadmap-head,
.nu-events-global-network-head {
  margin-bottom: clamp(56px, 7vw, 92px);
}

.nu-events-project-doors-head h2,
.nu-events-operating-head h2,
.nu-events-member-model-head h2,
.nu-events-roadmap-head h2,
.nu-events-global-network-head h2 {
  max-width: 10.4em;
  font-weight: 300;
  letter-spacing: 0;
}

.nu-events-project-doors-head p,
.nu-events-operating-head p,
.nu-events-member-model-head article,
.nu-events-roadmap-head article,
.nu-events-global-network-head article {
  box-shadow: none;
}

.nu-events-project-doors-head p,
.nu-events-operating-head p,
.nu-events-global-network-head > div > p {
  max-width: 545px;
}

.nu-events-project-doors-grid {
  gap: 10px;
}

.nu-events-project-door-card,
.nu-events-operating-loop,
.nu-events-member-model-head article,
.nu-events-roadmap-head article,
.nu-events-global-network-head article,
.nu-events-member-governance {
  border-radius: 18px;
}

.nu-events-project-door-card {
  overflow: hidden;
  background: rgba(255, 250, 242, 0.74);
  border-color: rgba(29, 43, 41, 0.1);
  box-shadow: none;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.nu-events-project-door-card:hover {
  transform: translateY(-3px);
  border-color: rgba(29, 43, 41, 0.22);
  background: #fffaf2;
}

.nu-events-project-door-card figure {
  overflow: hidden;
}

.nu-events-project-door-card img,
.nu-events-operating-media img,
.nu-events-member-gallery img,
.nu-events-roadmap-gallery img {
  transition: transform 420ms ease;
}

.nu-events-project-door-card:hover img {
  transform: scale(1.025);
}

.nu-events-project-door-card > div {
  padding: clamp(30px, 3.8vw, 54px);
}

.nu-events-project-door-card:nth-child(1) {
  grid-column: span 8;
  min-height: 650px;
}

.nu-events-project-door-card:nth-child(1) figure {
  height: 390px;
}

.nu-events-project-door-card:nth-child(2) {
  grid-column: span 4;
  min-height: 650px;
}

.nu-events-project-door-card:nth-child(2) figure {
  height: 320px;
}

.nu-events-project-door-card:nth-child(3),
.nu-events-project-door-card:nth-child(4),
.nu-events-project-door-card:nth-child(5) {
  min-height: 0;
}

.nu-events-project-door-card:nth-child(3) figure,
.nu-events-project-door-card:nth-child(4) figure,
.nu-events-project-door-card:nth-child(5) figure {
  height: 230px;
}

.nu-events-project-door-card:nth-child(3) > div,
.nu-events-project-door-card:nth-child(4) > div,
.nu-events-project-door-card:nth-child(5) > div {
  min-height: 420px;
}

.nu-events-project-door-card:nth-child(6) {
  border-color: rgba(255, 250, 242, 0.16);
  background:
    radial-gradient(circle at 82% 0%, rgba(255, 42, 89, 0.18), rgba(255, 42, 89, 0) 32%),
    #10251f;
}

.nu-events-project-door-card:nth-child(6):hover {
  background:
    radial-gradient(circle at 82% 0%, rgba(255, 42, 89, 0.2), rgba(255, 42, 89, 0) 32%),
    #132b24;
}

.nu-events-project-door-card a,
.nu-events-member-governance a,
.nu-events-association-actions a,
.nu-events-tokenized-actions a {
  width: fit-content;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}

.nu-events-project-door-card a::after,
.nu-events-member-governance a::after,
.nu-events-association-actions a::after,
.nu-events-tokenized-actions a::after {
  width: 16px;
  height: 9px;
  margin-left: 12px;
}

.nu-events-operating-loop,
.nu-events-global-network-head article {
  background: rgba(255, 250, 242, 0.94);
  color: var(--events-ink);
}

.nu-events-operating-loop span,
.nu-events-global-network-head article span {
  color: rgba(29, 43, 41, 0.46);
}

.nu-events-operating-media,
.nu-events-member-gallery,
.nu-events-roadmap-gallery {
  gap: 10px;
}

.nu-events-operating-media figure,
.nu-events-member-gallery figure,
.nu-events-roadmap-gallery figure {
  border-radius: 18px;
}

.nu-events-operating-media figure:first-child,
.nu-events-member-gallery figure:first-child,
.nu-events-roadmap-gallery figure:first-child,
.nu-events-operating-media figure:last-child,
.nu-events-member-gallery figure:last-child,
.nu-events-roadmap-gallery figure:last-child {
  border-radius: 18px;
}

.nu-events-operating-layers {
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.12);
  border-radius: 18px;
  background: rgba(255, 250, 242, 0.12);
}

.nu-events-operating-layers article {
  min-height: 320px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 250, 242, 0.055);
  box-shadow: none;
}

.nu-events-operating-layers article:nth-child(4),
.nu-events-operating-layers article:nth-child(5) {
  min-height: 250px;
}

.nu-events-operating-layers article:hover {
  background: rgba(255, 250, 242, 0.088);
}

.nu-events-member-groups,
.nu-events-roadmap-steps {
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(29, 43, 41, 0.1);
  border-radius: 18px;
  background: rgba(29, 43, 41, 0.1);
}

.nu-events-member-groups article,
.nu-events-roadmap-steps article {
  border: 0;
  border-radius: 0;
  background: rgba(255, 250, 242, 0.78);
  box-shadow: none;
}

.nu-events-member-groups article:nth-child(1),
.nu-events-roadmap-steps article:nth-child(1),
.nu-events-member-groups article:nth-child(4),
.nu-events-roadmap-steps article:nth-child(4) {
  border-radius: 0;
}

.nu-events-member-governance {
  margin-top: 10px;
  border: 0;
}

.nu-events-global-network-grid {
  grid-auto-flow: row;
  gap: 10px;
}

.nu-events-global-network-grid article {
  position: relative;
  min-height: 245px;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.1);
  border-radius: 18px;
  background: rgba(255, 250, 242, 0.075);
  transition: transform 180ms ease, background-color 180ms ease;
}

.nu-events-global-network-grid article:hover {
  transform: translateY(-3px);
  background: rgba(255, 250, 242, 0.12);
}

.nu-events-global-network-grid article:nth-child(1) {
  grid-column: span 4;
  grid-row: span 2;
  min-height: 500px;
}

.nu-events-global-network-grid article:nth-child(2),
.nu-events-global-network-grid article:nth-child(3),
.nu-events-global-network-grid article:nth-child(4) {
  grid-column: span 2;
}

.nu-events-global-network-grid article:nth-child(5),
.nu-events-global-network-grid article:nth-child(6),
.nu-events-global-network-grid article:nth-child(7) {
  grid-column: span 2;
}

.nu-events-global-network-grid article:nth-child(8),
.nu-events-global-network-grid article:nth-child(9),
.nu-events-global-network-grid article:nth-child(10) {
  grid-column: span 4;
}

.nu-events-global-network-grid article:nth-child(1)::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 12%, rgba(255, 42, 89, 0.16), rgba(255, 42, 89, 0) 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.nu-events-global-network-grid article:nth-child(1) > * {
  position: relative;
}

@media (max-width: 1120px) {
  .nu-events-project-door-card:nth-child(1),
  .nu-events-project-door-card:nth-child(2),
  .nu-events-project-door-card:nth-child(3),
  .nu-events-project-door-card:nth-child(4),
  .nu-events-project-door-card:nth-child(5) {
    grid-column: span 1;
    min-height: 0;
  }

  .nu-events-project-door-card:nth-child(3) > div,
  .nu-events-project-door-card:nth-child(4) > div,
  .nu-events-project-door-card:nth-child(5) > div {
    min-height: 0;
  }

  .nu-events-global-network-grid article:nth-child(1),
  .nu-events-global-network-grid article:nth-child(2),
  .nu-events-global-network-grid article:nth-child(3),
  .nu-events-global-network-grid article:nth-child(4),
  .nu-events-global-network-grid article:nth-child(5),
  .nu-events-global-network-grid article:nth-child(6),
  .nu-events-global-network-grid article:nth-child(7),
  .nu-events-global-network-grid article:nth-child(8),
  .nu-events-global-network-grid article:nth-child(9),
  .nu-events-global-network-grid article:nth-child(10) {
    grid-column: span 1;
    min-height: 260px;
  }
}

@media (max-width: 760px) {
  .nu-events-project-doors-head,
  .nu-events-operating-head,
  .nu-events-member-model-head,
  .nu-events-roadmap-head,
  .nu-events-global-network-head {
    align-items: start;
    margin-bottom: 38px;
    text-align: left;
  }

  .nu-events-project-doors-head h2,
  .nu-events-operating-head h2,
  .nu-events-member-model-head h2,
  .nu-events-roadmap-head h2,
  .nu-events-global-network-head h2,
  .nu-events-project-doors-head p,
  .nu-events-operating-head p,
  .nu-events-member-model-head p,
  .nu-events-roadmap-head article p,
  .nu-events-global-network-head > div > p,
  .nu-events-global-network-head article p {
    margin-inline: 0;
    text-align: left;
  }

  .nu-events-project-doors-head h2,
  .nu-events-operating-head h2,
  .nu-events-member-model-head h2,
  .nu-events-roadmap-head h2,
  .nu-events-global-network-head h2 {
    line-height: 1.12;
  }

  .nu-events-project-door-card,
  .nu-events-operating-loop,
  .nu-events-member-model-head article,
  .nu-events-roadmap-head article,
  .nu-events-global-network-head article,
  .nu-events-member-governance,
  .nu-events-operating-media figure,
  .nu-events-member-gallery figure,
  .nu-events-roadmap-gallery figure,
  .nu-events-operating-layers,
  .nu-events-member-groups,
  .nu-events-roadmap-steps,
  .nu-events-global-network-grid article {
    border-radius: 16px;
  }

  .nu-events-operating-layers article,
  .nu-events-member-groups article,
  .nu-events-roadmap-steps article {
    border-radius: 0;
  }
}

/* Ecosystem Nuanu experience pass v2: move from repeated cards to editorial
   bento composition, with stronger hierarchy and calmer interaction surfaces. */
.nu-events-project-doors-head,
.nu-events-operating-head,
.nu-events-member-model-head,
.nu-events-roadmap-head,
.nu-events-global-network-head {
  align-items: start;
}

.nu-events-project-doors-head span,
.nu-events-operating-head span,
.nu-events-member-model-head span,
.nu-events-roadmap-head span,
.nu-events-global-network-head span {
  color: rgba(29, 43, 41, 0.72);
}

.nu-events-operating-head span,
.nu-events-global-network-head span {
  color: rgba(255, 250, 242, 0.68);
}

.nu-events-project-doors-head h2,
.nu-events-operating-head h2,
.nu-events-member-model-head h2,
.nu-events-roadmap-head h2,
.nu-events-global-network-head h2 {
  font-size: clamp(48px, 5.2vw, 74px);
  line-height: 1.05;
}

.nu-events-project-doors-grid {
  grid-auto-flow: dense;
}

.nu-events-project-door-card {
  position: relative;
  isolation: isolate;
}

.nu-events-project-door-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(29, 43, 41, 0.045);
}

.nu-events-project-door-card:nth-child(1) {
  grid-column: span 7;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 720px;
}

.nu-events-project-door-card:nth-child(1) figure {
  height: 420px;
}

.nu-events-project-door-card:nth-child(1) h3 {
  max-width: 720px;
  font-size: clamp(42px, 4.1vw, 58px);
  line-height: 1.04;
}

.nu-events-project-door-card:nth-child(2) {
  grid-column: span 5;
  min-height: 720px;
}

.nu-events-project-door-card:nth-child(2) figure {
  height: 360px;
}

.nu-events-project-door-card:nth-child(3),
.nu-events-project-door-card:nth-child(4),
.nu-events-project-door-card:nth-child(5) {
  min-height: 620px;
}

.nu-events-project-door-card:nth-child(3) {
  grid-column: span 4;
}

.nu-events-project-door-card:nth-child(4) {
  grid-column: span 4;
}

.nu-events-project-door-card:nth-child(5) {
  grid-column: span 4;
}

.nu-events-project-door-card:nth-child(6) {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  min-height: 560px;
  background: #132622;
}

.nu-events-project-door-card:nth-child(6) figure {
  min-height: 560px;
}

.nu-events-project-door-card:nth-child(6) > div {
  justify-content: center;
}

.nu-events-project-door-card:nth-child(6) span,
.nu-events-project-door-card:nth-child(6) h3,
.nu-events-project-door-card:nth-child(6) a,
.nu-events-project-door-card:nth-child(6) p strong {
  color: #fffaf2;
}

.nu-events-project-door-card:nth-child(6) p {
  color: rgba(255, 250, 242, 0.76);
}

.nu-events-project-door-card span {
  color: rgba(29, 43, 41, 0.66);
}

.nu-events-project-door-card h3 {
  letter-spacing: 0;
}

.nu-events-project-door-card a::after,
.nu-events-member-governance a::after,
.nu-events-association-actions a::after,
.nu-events-tokenized-actions a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 10px;
  margin-left: 10px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: skewX(-28deg);
}

.nu-events-operating-media {
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.72fr) minmax(0, 0.96fr) minmax(0, 0.96fr);
}

.nu-events-operating-media figure:first-child,
.nu-events-member-gallery figure:first-child,
.nu-events-roadmap-gallery figure:first-child {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.nu-events-operating-media figure:last-child,
.nu-events-member-gallery figure:last-child,
.nu-events-roadmap-gallery figure:last-child {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.nu-events-operating-layers {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.nu-events-operating-layers article {
  min-height: 340px;
}

.nu-events-operating-layers article:nth-child(1) {
  grid-column: span 4;
}

.nu-events-operating-layers article:nth-child(2),
.nu-events-operating-layers article:nth-child(3) {
  grid-column: span 3;
}

.nu-events-operating-layers article:nth-child(4),
.nu-events-operating-layers article:nth-child(5) {
  grid-column: span 5;
  min-height: 260px;
}

.nu-events-operating-layers article > span {
  color: rgba(255, 250, 242, 0.38);
  font-size: 18px;
}

.nu-events-operating-layers h3,
.nu-events-member-groups h3,
.nu-events-roadmap-steps h3,
.nu-events-global-network-grid h3 {
  letter-spacing: 0;
}

.nu-events-member-model-head article,
.nu-events-roadmap-head article,
.nu-events-global-network-head article,
.nu-events-operating-loop {
  align-self: end;
}

.nu-events-member-gallery,
.nu-events-roadmap-gallery {
  position: relative;
  z-index: 1;
}

.nu-events-member-groups,
.nu-events-roadmap-steps {
  position: relative;
  z-index: 2;
  margin-top: -34px;
}

.nu-events-member-groups article,
.nu-events-roadmap-steps article {
  box-shadow: 0 26px 70px rgba(29, 43, 41, 0.045);
}

.nu-events-member-groups article:nth-child(1),
.nu-events-roadmap-steps article:nth-child(1) {
  border-top-left-radius: 40px;
}

.nu-events-member-groups article:nth-child(4),
.nu-events-roadmap-steps article:nth-child(4) {
  border-top-right-radius: 40px;
}

.nu-events-member-governance {
  margin-top: 8px;
  background: #132622;
  color: #fffaf2;
}

.nu-events-member-governance span {
  color: rgba(255, 250, 242, 0.68);
}

.nu-events-member-governance p {
  color: rgba(255, 250, 242, 0.78);
}

.nu-events-member-governance a {
  border-color: rgba(255, 250, 242, 0.42);
  color: #fffaf2;
}

.nu-events-member-governance a.primary {
  border-color: #fffaf2;
  color: #132622;
  background: #fffaf2;
}

.nu-events-global-network-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
}

.nu-events-global-network-grid article {
  grid-column: span 3;
  display: flex;
  min-height: 236px;
  flex-direction: column;
}

.nu-events-global-network-grid article:nth-child(1) {
  grid-column: span 4;
  grid-row: span 2;
  min-height: 480px;
  background: #f2ece3;
  color: var(--events-ink);
}

.nu-events-global-network-grid article:nth-child(1) span,
.nu-events-global-network-grid article:nth-child(1) p {
  color: rgba(29, 43, 41, 0.72);
}

.nu-events-global-network-grid article:nth-child(5),
.nu-events-global-network-grid article:nth-child(10) {
  background: rgba(255, 250, 242, 0.16);
}

.nu-events-global-network-grid article:nth-child(6),
.nu-events-global-network-grid article:nth-child(7) {
  grid-column: span 4;
}

.nu-events-global-network-grid article:nth-child(8),
.nu-events-global-network-grid article:nth-child(9) {
  grid-column: span 2;
}

.nu-events-global-network-grid span {
  order: -1;
  margin: 0 0 auto;
}

.nu-events-global-network-grid h3 {
  margin-top: clamp(42px, 6vw, 90px);
}

.nu-events-global-network-grid article:nth-child(1) h3 {
  margin-top: auto;
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1.02;
}

@media (max-width: 1120px) {
  .nu-events-project-door-card:nth-child(1),
  .nu-events-project-door-card:nth-child(2),
  .nu-events-project-door-card:nth-child(3),
  .nu-events-project-door-card:nth-child(4),
  .nu-events-project-door-card:nth-child(5) {
    grid-column: span 1;
    min-height: 0;
  }

  .nu-events-project-door-card:nth-child(6) {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }

  .nu-events-operating-layers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nu-events-operating-layers article:nth-child(1),
  .nu-events-operating-layers article:nth-child(2),
  .nu-events-operating-layers article:nth-child(3),
  .nu-events-operating-layers article:nth-child(4),
  .nu-events-operating-layers article:nth-child(5) {
    grid-column: span 1;
  }

  .nu-events-global-network-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nu-events-global-network-grid article,
  .nu-events-global-network-grid article:nth-child(1),
  .nu-events-global-network-grid article:nth-child(6),
  .nu-events-global-network-grid article:nth-child(7),
  .nu-events-global-network-grid article:nth-child(8),
  .nu-events-global-network-grid article:nth-child(9) {
    grid-column: span 1;
    grid-row: auto;
    min-height: 260px;
  }
}

@media (max-width: 760px) {
  .nu-events-project-doors-head h2,
  .nu-events-operating-head h2,
  .nu-events-member-model-head h2,
  .nu-events-roadmap-head h2,
  .nu-events-global-network-head h2 {
    font-size: 38px;
    line-height: 57px;
  }

  .nu-events-project-door-card:nth-child(1) h3,
  .nu-events-global-network-grid article:nth-child(1) h3 {
    font-size: 31px;
    line-height: 36px;
  }

  .nu-events-project-door-card:nth-child(1),
  .nu-events-project-door-card:nth-child(2),
  .nu-events-project-door-card:nth-child(3),
  .nu-events-project-door-card:nth-child(4),
  .nu-events-project-door-card:nth-child(5),
  .nu-events-project-door-card:nth-child(6),
  .nu-events-global-network-grid article,
  .nu-events-global-network-grid article:nth-child(1) {
    min-height: 0;
  }

  .nu-events-project-door-card:nth-child(1) figure,
  .nu-events-project-door-card:nth-child(2) figure,
  .nu-events-project-door-card:nth-child(6) figure {
    height: 260px;
    min-height: 0;
  }

  .nu-events-operating-media figure:first-child,
  .nu-events-member-gallery figure:first-child,
  .nu-events-roadmap-gallery figure:first-child,
  .nu-events-operating-media figure:last-child,
  .nu-events-member-gallery figure:last-child,
  .nu-events-roadmap-gallery figure:last-child,
  .nu-events-member-groups article:nth-child(1),
  .nu-events-member-groups article:nth-child(4),
  .nu-events-roadmap-steps article:nth-child(1),
  .nu-events-roadmap-steps article:nth-child(4) {
    border-radius: 22px;
  }

  .nu-events-member-groups,
  .nu-events-roadmap-steps {
    margin-top: 8px;
  }

  .nu-events-global-network-grid h3 {
    margin-top: 42px;
  }
}

@media (max-width: 480px) {
  .nu-events-project-doors-head h2,
  .nu-events-operating-head h2,
  .nu-events-member-model-head h2,
  .nu-events-roadmap-head h2,
  .nu-events-global-network-head h2 {
    font-size: 34px;
    line-height: 43px;
  }
}

/* Absolute final ecosystem city pass. */
main.crays-events-page > .nu-events-project-doors {
  padding-top: clamp(78px, 7.2vw, 108px);
}

main.crays-events-page > .nu-events-global-network {
  padding: clamp(76px, 7vw, 104px) 0 clamp(92px, 8vw, 118px);
}

.nu-events-project-doors-head {
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 0.78fr);
  grid-template-areas:
    "kicker title"
    "copy title";
  gap: clamp(16px, 2.4vw, 28px) clamp(48px, 8vw, 118px);
  align-items: start;
  margin-bottom: clamp(44px, 5.5vw, 72px);
}

.nu-events-project-doors-head > span {
  grid-area: kicker;
}

.nu-events-project-doors-head > h2 {
  grid-area: title;
  margin-top: 0;
}

.nu-events-project-doors-head > p {
  grid-area: copy;
  margin-top: clamp(70px, 10vw, 132px);
}

.nu-events-global-network-head {
  gap: clamp(44px, 6vw, 92px);
  margin-bottom: clamp(42px, 5vw, 66px);
}

.nu-events-global-network-head article {
  padding: clamp(38px, 4.8vw, 54px);
}

.nu-events-global-network-grid {
  gap: 12px;
  margin-top: 0;
}

.nu-events-global-network-grid article {
  --city-image: none;
  --city-pos: center;
  position: relative;
  isolation: isolate;
  min-height: 224px;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.12);
  background: rgba(255, 250, 242, 0.08);
  color: #fffaf2;
}

.nu-events-global-network-grid article::before,
.nu-events-global-network-grid article:nth-child(1)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--city-image) var(--city-pos) / cover no-repeat;
  opacity: 0.36;
  filter: saturate(0.82) contrast(1.04);
  transform: scale(1.018);
  pointer-events: none;
  transition: opacity 220ms ease, transform 420ms ease;
}

.nu-events-global-network-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 250, 242, 0.12), rgba(255, 250, 242, 0) 32%),
    linear-gradient(180deg, rgba(9, 24, 20, 0.42) 0%, rgba(9, 24, 20, 0.78) 58%, rgba(9, 24, 20, 0.9) 100%);
  pointer-events: none;
}

.nu-events-global-network-grid article:hover::before {
  opacity: 0.44;
  transform: scale(1.045);
}

.nu-events-global-network-grid article > * {
  position: relative;
  z-index: 2;
}

.nu-events-global-network-grid article:nth-child(1) { --city-image: url("city-network/dubai.jpg"); --city-pos: center 42%; }
.nu-events-global-network-grid article:nth-child(2) { --city-image: url("city-network/cyprus.jpg"); --city-pos: center 48%; }
.nu-events-global-network-grid article:nth-child(3) { --city-image: url("city-network/luxembourg.jpg"); --city-pos: center 46%; }
.nu-events-global-network-grid article:nth-child(4) { --city-image: url("city-network/los-angeles.jpg"); --city-pos: center 45%; }
.nu-events-global-network-grid article:nth-child(5) { --city-image: url("city-network/zug.jpg"); --city-pos: center 44%; }
.nu-events-global-network-grid article:nth-child(6) { --city-image: url("city-network/singapore.jpg"); --city-pos: center 46%; }
.nu-events-global-network-grid article:nth-child(7) { --city-image: url("city-network/miami.jpg"); --city-pos: center 50%; }
.nu-events-global-network-grid article:nth-child(8) { --city-image: url("city-network/cayman.jpg"); --city-pos: center 52%; }
.nu-events-global-network-grid article:nth-child(9) { --city-image: url("city-network/london.jpg"); --city-pos: center 46%; }
.nu-events-global-network-grid article:nth-child(10) { --city-image: url("city-network/palma.jpg"); --city-pos: center 48%; }

.nu-events-global-network-grid article:nth-child(1),
.nu-events-global-network-grid h3,
.nu-events-global-network-grid article:nth-child(1) h3 {
  color: #fffaf2;
}

.nu-events-global-network-grid article:nth-child(1) span,
.nu-events-global-network-grid article:nth-child(1) p,
.nu-events-global-network-grid span,
.nu-events-global-network-grid p {
  color: rgba(255, 250, 242, 0.78);
}

@media (max-width: 1120px) {
  .nu-events-project-doors-head {
    grid-template-columns: 1fr;
    grid-template-areas:
      "kicker"
      "title"
      "copy";
    gap: 18px;
  }

  .nu-events-project-doors-head > p {
    margin-top: 8px;
  }
}

@media (max-width: 760px) {
  main.crays-events-page > .nu-events-project-doors,
  main.crays-events-page > .nu-events-global-network {
    padding: 72px 0 84px;
  }

  .nu-events-global-network-head {
    margin-bottom: 32px;
  }

  .nu-events-global-network-grid article,
  .nu-events-global-network-grid article:nth-child(1) {
    min-height: 220px;
  }
}

.nu-events-project-doors-head > p {
  margin-top: clamp(34px, 5vw, 64px);
}

@media (max-width: 1120px) {
  .nu-events-project-doors-head > p {
    margin-top: 8px;
  }
}

/* Ecosystem video panels. */
.nu-events-intro-video-panel,
.nu-events-video-panel {
  width: min(calc(100% - 68px), var(--events-container));
  height: clamp(320px, 36vw, 468px);
  aspect-ratio: auto;
  border-radius: 22px;
}

.nu-events-intro-video-panel {
  margin: 0 auto clamp(26px, 3vw, 42px);
}

.nu-events-video-panel {
  margin: clamp(24px, 3.2vw, 42px) auto 0;
}

.nu-events-intro-video-panel video,
.nu-events-intro-video-panel img,
.nu-events-video-panel video,
.nu-events-video-panel img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

main.crays-events-page > .nu-events-tokenized {
  padding-top: clamp(18px, 2.6vw, 34px);
  padding-bottom: clamp(22px, 3vw, 40px);
}

@media (min-width: 761px) {
  .nu-events-intro-video-panel {
    height: clamp(260px, calc(100svh - 463px), 468px);
  }
}

main.crays-events-page > .nu-events-association {
  padding-top: clamp(68px, 7vw, 96px);
}

@media (max-width: 760px) {
  .nu-events-intro-video-panel,
  .nu-events-video-panel {
    width: min(calc(100% - 36px), var(--events-container));
    height: clamp(260px, 56vw, 430px);
    aspect-ratio: auto;
    border-radius: 18px;
  }

  .nu-events-intro-video-panel {
    margin-bottom: 22px;
  }

  .nu-events-video-panel {
    margin-top: 22px;
  }

  main.crays-events-page > .nu-events-association {
    padding-top: 64px;
  }
}

/* Crays ecosystem color alignment pass. Colors only. */
main.crays-events-page {
  --events-bg: #f8f5f0;
  --events-card: #eee8df;
  --events-card-soft: #fffdf9;
  --events-ink: #071a2d;
  --events-green: #071a2d;
  --events-muted: rgba(7, 26, 45, 0.7);
  --events-pink: #ff1458;
  --events-night: #06111d;
  background: var(--events-bg);
  color: var(--events-ink);
}

main.crays-events-page > .nu-events-hero,
main.crays-events-page > .nu-events-tokenized,
main.crays-events-page > .nu-events-association,
main.crays-events-page > .nu-events-project-doors,
main.crays-events-page > .nu-events-member-model {
  color: var(--events-ink);
  background: var(--events-bg);
}

main.crays-events-page .nu-events-tokenized-shell {
  background: var(--events-card);
}

main.crays-events-page .nu-events-hero-frame {
  background: var(--events-night);
}

main.crays-events-page .nu-events-tokenized-copy,
main.crays-events-page .nu-events-association-shell,
main.crays-events-page > .nu-events-operating,
main.crays-events-page > .nu-events-roadmap,
main.crays-events-page > .nu-events-global-network,
main.crays-events-page .nu-events-project-door-coffee {
  color: #ffffff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 60% 0%, rgba(255, 20, 88, 0.16), transparent 34%),
    linear-gradient(180deg, var(--events-ink) 0%, var(--events-night) 100%);
}

main.crays-events-page .nu-events-project-doors,
main.crays-events-page .nu-events-member-model {
  background:
    linear-gradient(rgba(7, 26, 45, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 26, 45, 0.038) 1px, transparent 1px),
    radial-gradient(circle at 82% 8%, rgba(255, 20, 88, 0.08), transparent 30%),
    linear-gradient(180deg, var(--events-bg) 0%, var(--events-card-soft) 100%);
}

main.crays-events-page .nu-events-tokenized-kicker,
main.crays-events-page .nu-events-tokenized-principle span,
main.crays-events-page .nu-events-tokenized-badge span,
main.crays-events-page .nu-events-association-kicker,
main.crays-events-page .nu-events-association-cards article > span,
main.crays-events-page .nu-events-association-layers article > span,
main.crays-events-page .nu-events-association-badge span,
main.crays-events-page .nu-events-project-doors-head span,
main.crays-events-page .nu-events-project-door-card span,
main.crays-events-page .nu-events-operating-head span,
main.crays-events-page .nu-events-operating-loop span,
main.crays-events-page .nu-events-operating-layers article > span,
main.crays-events-page .nu-events-member-model-head span,
main.crays-events-page .nu-events-member-governance span,
main.crays-events-page .nu-events-roadmap-head span,
main.crays-events-page .nu-events-roadmap-steps article > span,
main.crays-events-page .nu-events-global-network-head span {
  color: var(--events-pink);
}

main.crays-events-page .nu-events-tokenized-actions a,
main.crays-events-page .nu-events-association-actions a,
main.crays-events-page .nu-events-member-governance a {
  color: var(--events-pink);
  border-color: var(--events-pink);
}

main.crays-events-page .nu-events-tokenized-actions a.primary,
main.crays-events-page .nu-events-association-actions a.primary,
main.crays-events-page .nu-events-member-governance a.primary {
  color: #ffffff;
  background: var(--events-pink);
}

main.crays-events-page .nu-events-tokenized-principle,
main.crays-events-page .nu-events-association-quote,
main.crays-events-page .nu-events-association-text,
main.crays-events-page .nu-events-project-door-card,
main.crays-events-page .nu-events-operating-loop,
main.crays-events-page .nu-events-member-model-head article,
main.crays-events-page .nu-events-member-gallery,
main.crays-events-page .nu-events-member-groups article,
main.crays-events-page .nu-events-member-governance,
main.crays-events-page .nu-events-global-network-head article {
  color: var(--events-ink);
  border-color: rgba(7, 26, 45, 0.12);
  background: rgba(255, 255, 255, 0.76);
}

main.crays-events-page .nu-events-project-door-card {
  border-top-color: var(--events-pink);
}

main.crays-events-page .nu-events-project-door-coffee {
  color: #ffffff;
  border-color: rgba(255, 20, 88, 0.7);
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 20, 88, 0.14), transparent 30%),
    linear-gradient(180deg, var(--events-ink) 0%, var(--events-night) 100%);
}

main.crays-events-page .nu-events-association-text p,
main.crays-events-page .nu-events-tokenized-principle p,
main.crays-events-page .nu-events-project-doors-head p,
main.crays-events-page .nu-events-project-door-card p,
main.crays-events-page .nu-events-operating-loop p,
main.crays-events-page .nu-events-member-model-head p,
main.crays-events-page .nu-events-member-groups p,
main.crays-events-page .nu-events-member-governance p,
main.crays-events-page .nu-events-global-network-head article p {
  color: rgba(7, 26, 45, 0.72);
}

main.crays-events-page .nu-events-association-text strong,
main.crays-events-page .nu-events-project-door-card p strong,
main.crays-events-page .nu-events-member-model-head strong {
  color: var(--events-ink);
}

main.crays-events-page .nu-events-association-cards article,
main.crays-events-page .nu-events-association-layers article,
main.crays-events-page .nu-events-operating-layers article,
main.crays-events-page .nu-events-roadmap-head article,
main.crays-events-page .nu-events-roadmap-gallery,
main.crays-events-page .nu-events-roadmap-steps article,
main.crays-events-page .nu-events-global-network-grid article {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

main.crays-events-page .nu-events-tokenized-media figure,
main.crays-events-page .nu-events-association-collage figure,
main.crays-events-page .nu-events-operating-media figure,
main.crays-events-page .nu-events-member-gallery figure,
main.crays-events-page .nu-events-roadmap-gallery figure {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

main.crays-events-page .nu-events-tokenized-badge,
main.crays-events-page .nu-events-association-badge {
  color: #ffffff;
  background: rgba(7, 26, 45, 0.94);
}

main.crays-events-page .nu-events-tokenized-badge strong,
main.crays-events-page .nu-events-association-badge strong,
main.crays-events-page .nu-events-project-door-coffee h3,
main.crays-events-page .nu-events-project-door-coffee p strong,
main.crays-events-page .nu-events-project-door-coffee a {
  color: #ffffff;
}

main.crays-events-page .nu-events-tokenized-badge span,
main.crays-events-page .nu-events-association-badge span {
  color: rgba(255, 255, 255, 0.66);
}

main.crays-events-page .nu-events-project-door-coffee p,
main.crays-events-page .nu-events-association-cards p,
main.crays-events-page .nu-events-association-layers p,
main.crays-events-page .nu-events-operating-head p,
main.crays-events-page .nu-events-operating-layers p,
main.crays-events-page .nu-events-roadmap-head article p,
main.crays-events-page .nu-events-roadmap-steps p,
main.crays-events-page .nu-events-global-network-head > div > p,
main.crays-events-page .nu-events-global-network-grid p {
  color: rgba(255, 255, 255, 0.82);
}

main.crays-events-page .nu-events-association-cards p strong,
main.crays-events-page .nu-events-association-layers p strong,
main.crays-events-page .nu-events-roadmap-steps h3,
main.crays-events-page .nu-events-global-network-grid h3 {
  color: #ffffff;
}

main.crays-events-page .nu-events-hero-frame img,
main.crays-events-page .nu-events-hero-frame video,
main.crays-events-page .nu-events-tokenized-media img,
main.crays-events-page .nu-events-association-collage img,
main.crays-events-page .nu-events-project-door-card img,
main.crays-events-page .nu-events-operating-media img,
main.crays-events-page .nu-events-member-gallery img,
main.crays-events-page .nu-events-roadmap-gallery img {
  filter: saturate(1.02) contrast(1.04) brightness(0.96);
}

main.crays-events-page .nu-events-global-network-grid article::after {
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 32%),
    linear-gradient(180deg, rgba(6, 17, 29, 0.34) 0%, rgba(6, 17, 29, 0.78) 58%, rgba(6, 17, 29, 0.92) 100%);
}

/* Ecosystem lower flow pass: keep section color inside bounded Nuanu-style modules. */
main.crays-events-page > .nu-events-operating,
main.crays-events-page > .nu-events-member-model,
main.crays-events-page > .nu-events-roadmap,
main.crays-events-page > .nu-events-global-network {
  padding: clamp(26px, 3.4vw, 46px) 0;
  color: var(--events-ink);
  background: var(--events-bg);
}

main.crays-events-page > .nu-events-operating {
  padding-top: clamp(58px, 6vw, 84px);
}

main.crays-events-page > .nu-events-global-network {
  padding-bottom: clamp(64px, 6vw, 92px);
}

main.crays-events-page > .nu-events-operating::before,
main.crays-events-page > .nu-events-operating::after,
main.crays-events-page > .nu-events-member-model::before,
main.crays-events-page > .nu-events-member-model::after {
  display: none;
}

main.crays-events-page > .nu-events-operating > .nu-events-container,
main.crays-events-page > .nu-events-roadmap > .nu-events-container,
main.crays-events-page > .nu-events-global-network > .nu-events-container {
  display: grid;
  padding: clamp(34px, 4vw, 54px);
  border-radius: 28px;
  color: #fffaf2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 64% 0%, rgba(255, 20, 88, 0.15), transparent 34%),
    linear-gradient(180deg, var(--events-ink) 0%, var(--events-night) 100%);
  background-size: 86px 86px, 86px 86px, auto, auto;
  overflow: hidden;
}

main.crays-events-page > .nu-events-member-model > .nu-events-container {
  display: grid;
  padding: clamp(34px, 4vw, 54px);
  border: 1px solid rgba(7, 26, 45, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(rgba(7, 26, 45, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 26, 45, 0.026) 1px, transparent 1px),
    radial-gradient(circle at 84% 0%, rgba(255, 20, 88, 0.07), transparent 34%),
    linear-gradient(180deg, var(--events-card-soft) 0%, var(--events-card) 100%);
  background-size: 86px 86px, 86px 86px, auto, auto;
  overflow: hidden;
}

main.crays-events-page .nu-events-operating-head,
main.crays-events-page .nu-events-member-model-head,
main.crays-events-page .nu-events-roadmap-head,
main.crays-events-page .nu-events-global-network-head {
  align-items: start;
  margin-bottom: clamp(30px, 4vw, 52px);
}

main.crays-events-page .nu-events-operating-head h2,
main.crays-events-page .nu-events-member-model-head h2,
main.crays-events-page .nu-events-roadmap-head h2,
main.crays-events-page .nu-events-global-network-head h2 {
  margin-top: 18px;
}

main.crays-events-page .nu-events-member-gallery,
main.crays-events-page .nu-events-roadmap-gallery {
  margin-top: 0;
}

main.crays-events-page .nu-events-operating-media {
  margin-top: clamp(30px, 4vw, 50px);
}

main.crays-events-page .nu-events-member-groups,
main.crays-events-page .nu-events-roadmap-steps {
  margin-top: 12px;
}

main.crays-events-page .nu-events-member-groups article:nth-child(even),
main.crays-events-page .nu-events-roadmap-steps article:nth-child(2),
main.crays-events-page .nu-events-roadmap-steps article:nth-child(3),
main.crays-events-page .nu-events-roadmap-steps article:nth-child(4) {
  transform: none;
}

main.crays-events-page .nu-events-operating-loop,
main.crays-events-page .nu-events-roadmap-head article,
main.crays-events-page .nu-events-global-network-head article,
main.crays-events-page .nu-events-operating-layers article,
main.crays-events-page .nu-events-roadmap-steps article,
main.crays-events-page .nu-events-global-network-grid article {
  border-color: rgba(255, 250, 242, 0.16);
  background: rgba(255, 250, 242, 0.08);
}

main.crays-events-page .nu-events-member-model-head article,
main.crays-events-page .nu-events-member-gallery,
main.crays-events-page .nu-events-member-groups article {
  border-color: rgba(7, 26, 45, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

main.crays-events-page .nu-events-member-governance {
  border-color: rgba(255, 20, 88, 0.36);
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 20, 88, 0.14), transparent 32%),
    linear-gradient(180deg, var(--events-ink) 0%, var(--events-night) 100%);
}

main.crays-events-page .nu-events-operating-media figure,
main.crays-events-page .nu-events-roadmap-gallery,
main.crays-events-page .nu-events-roadmap-gallery figure {
  border-color: rgba(255, 250, 242, 0.16);
  background: rgba(255, 250, 242, 0.08);
}

main.crays-events-page > .nu-events-video-panel {
  margin: clamp(28px, 3.4vw, 46px) auto;
}

main.crays-events-page .nu-events-operating-head span,
main.crays-events-page .nu-events-operating-loop span,
main.crays-events-page .nu-events-operating-layers article > span,
main.crays-events-page .nu-events-roadmap-head span,
main.crays-events-page .nu-events-roadmap-steps article > span,
main.crays-events-page .nu-events-global-network-head span {
  color: var(--events-pink);
}

main.crays-events-page .nu-events-operating-head h2,
main.crays-events-page .nu-events-roadmap-head h2,
main.crays-events-page .nu-events-global-network-head h2,
main.crays-events-page .nu-events-operating-loop h3,
main.crays-events-page .nu-events-global-network-head article h3,
main.crays-events-page .nu-events-operating-layers h3,
main.crays-events-page .nu-events-roadmap-steps h3,
main.crays-events-page .nu-events-global-network-grid h3 {
  color: #fffaf2;
}

main.crays-events-page .nu-events-operating-head p,
main.crays-events-page .nu-events-operating-layers p,
main.crays-events-page .nu-events-roadmap-head article p,
main.crays-events-page .nu-events-roadmap-steps p,
main.crays-events-page .nu-events-global-network-head > div > p,
main.crays-events-page .nu-events-global-network-head article p,
main.crays-events-page .nu-events-global-network-grid p {
  color: rgba(255, 250, 242, 0.78);
}

main.crays-events-page .nu-events-member-model-head span,
main.crays-events-page .nu-events-member-governance span {
  color: var(--events-pink);
}

main.crays-events-page .nu-events-member-model-head h2,
main.crays-events-page .nu-events-member-groups h3 {
  color: var(--events-ink);
}

main.crays-events-page .nu-events-member-model-head p,
main.crays-events-page .nu-events-member-groups p {
  color: rgba(7, 26, 45, 0.72);
}

@media (max-width: 1120px) {
  main.crays-events-page > .nu-events-operating > .nu-events-container,
  main.crays-events-page > .nu-events-member-model > .nu-events-container,
  main.crays-events-page > .nu-events-roadmap > .nu-events-container,
  main.crays-events-page > .nu-events-global-network > .nu-events-container {
    width: min(calc(100% - 48px), var(--events-container));
    padding: clamp(26px, 4vw, 42px);
    border-radius: 24px;
  }
}

@media (max-width: 760px) {
  main.crays-events-page > .nu-events-operating,
  main.crays-events-page > .nu-events-member-model,
  main.crays-events-page > .nu-events-roadmap,
  main.crays-events-page > .nu-events-global-network {
    padding: 18px 0;
  }

  main.crays-events-page > .nu-events-operating {
    padding-top: 52px;
  }

  main.crays-events-page > .nu-events-operating > .nu-events-container,
  main.crays-events-page > .nu-events-member-model > .nu-events-container,
  main.crays-events-page > .nu-events-roadmap > .nu-events-container,
  main.crays-events-page > .nu-events-global-network > .nu-events-container {
    width: min(calc(100% - 32px), var(--events-container));
    padding: 22px;
    border-radius: 20px;
  }
}

/* Ecosystem governance and spacing refinement. */
main.crays-events-page > .nu-events-project-doors {
  padding-bottom: clamp(34px, 4vw, 58px);
}

main.crays-events-page > .nu-events-operating {
  padding-top: clamp(32px, 4vw, 54px);
}

main.crays-events-page .nu-events-project-door-card.nu-events-project-door-coffee {
  min-height: clamp(430px, 34vw, 520px);
}

main.crays-events-page .nu-events-project-door-card.nu-events-project-door-coffee figure {
  min-height: clamp(360px, 30vw, 480px);
}

main.crays-events-page .nu-events-project-door-card.nu-events-project-door-coffee > div {
  padding-block: clamp(34px, 4vw, 54px);
}

main.crays-events-page > .nu-events-governance-media {
  padding: clamp(28px, 4vw, 54px) 0 clamp(30px, 4.2vw, 58px);
  color: var(--events-ink);
  background: var(--events-bg);
}

main.crays-events-page .nu-events-governance-media-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
  gap: clamp(18px, 2.2vw, 30px);
  align-items: stretch;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(7, 26, 45, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(rgba(7, 26, 45, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 26, 45, 0.026) 1px, transparent 1px),
    radial-gradient(circle at 80% 12%, rgba(255, 20, 88, 0.08), transparent 34%),
    linear-gradient(180deg, var(--events-card-soft) 0%, var(--events-card) 100%);
  background-size: 86px 86px, 86px 86px, auto, auto;
  overflow: hidden;
}

main.crays-events-page .nu-events-governance-media .nu-events-member-governance {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(20px, 2vw, 28px);
  margin: 0;
  min-height: clamp(360px, 32vw, 500px);
  padding: clamp(34px, 4vw, 58px);
  border: 1px solid rgba(255, 20, 88, 0.36);
  border-radius: 24px;
  color: #fffaf2;
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 20, 88, 0.18), transparent 34%),
    linear-gradient(180deg, #071a2d 0%, #06111d 100%);
  box-shadow: 0 28px 80px rgba(7, 26, 45, 0.13);
}

main.crays-events-page .nu-events-governance-media .nu-events-member-governance span {
  display: block;
  color: var(--events-pink);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
}

main.crays-events-page .nu-events-governance-media .nu-events-member-governance h2 {
  max-width: 9em;
  margin: 0;
  color: #fffaf2;
  font-family: var(--font-heading);
  font-size: clamp(38px, 4.2vw, 64px);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 0.98;
}

main.crays-events-page .nu-events-governance-media .nu-events-member-governance p {
  max-width: 34em;
  margin: 0;
  color: rgba(255, 250, 242, 0.82);
  font-size: clamp(17px, 1.1vw, 20px);
  font-weight: 520;
  line-height: 1.56;
}

main.crays-events-page .nu-events-governance-media .nu-events-member-governance div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(4px, 1vw, 12px);
}

main.crays-events-page .nu-events-governance-media .nu-events-member-governance a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border: 1px solid rgba(255, 20, 88, 0.72);
  border-radius: 999px;
  color: var(--events-pink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

main.crays-events-page .nu-events-governance-media .nu-events-member-governance a.primary {
  color: #ffffff;
  background: var(--events-pink);
  box-shadow: 0 18px 42px rgba(255, 20, 88, 0.24);
}

main.crays-events-page .nu-events-governance-media .nu-events-video-panel {
  width: 100%;
  height: 100%;
  min-height: clamp(360px, 32vw, 500px);
  margin: 0;
  border-radius: 24px;
  border: 1px solid rgba(7, 26, 45, 0.12);
  aspect-ratio: auto;
  box-shadow: 0 28px 80px rgba(7, 26, 45, 0.12);
}

main.crays-events-page .nu-events-governance-media .nu-events-video-panel video,
main.crays-events-page .nu-events-governance-media .nu-events-video-panel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

main.crays-events-page .nu-events-global-network-head h2 {
  max-width: 11.8em;
}

main.crays-events-page .nu-events-global-network-side {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.8vw, 24px);
  align-self: start;
}

main.crays-events-page .nu-events-global-network-head .nu-events-global-network-side > article {
  align-self: stretch;
}

main.crays-events-page .nu-events-global-network-lifestyle {
  position: relative;
  isolation: isolate;
  min-height: clamp(220px, 19vw, 310px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.16);
  border-radius: 24px;
  background: rgba(255, 250, 242, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

main.crays-events-page .nu-events-global-network-lifestyle img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.04) brightness(1.04);
}

main.crays-events-page .nu-events-global-network-lifestyle::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 250, 242, 0.12), rgba(255, 250, 242, 0) 34%),
    linear-gradient(180deg, rgba(6, 17, 29, 0.18) 0%, rgba(6, 17, 29, 0.38) 52%, rgba(6, 17, 29, 0.72) 100%);
  pointer-events: none;
}

@media (max-width: 980px) {
  main.crays-events-page .nu-events-governance-media-grid {
    grid-template-columns: 1fr;
  }

  main.crays-events-page .nu-events-governance-media .nu-events-member-governance,
  main.crays-events-page .nu-events-governance-media .nu-events-video-panel {
    min-height: clamp(300px, 58vw, 440px);
  }
}

@media (max-width: 760px) {
  main.crays-events-page > .nu-events-project-doors {
    padding-bottom: 28px;
  }

  main.crays-events-page > .nu-events-operating {
    padding-top: 28px;
  }

  main.crays-events-page .nu-events-governance-media-grid {
    width: min(calc(100% - 32px), var(--events-container));
    padding: 16px;
    border-radius: 20px;
  }

  main.crays-events-page .nu-events-governance-media .nu-events-member-governance {
    padding: 26px;
    border-radius: 20px;
  }

  main.crays-events-page .nu-events-governance-media .nu-events-member-governance h2 {
    max-width: none;
    font-size: clamp(34px, 11vw, 48px);
  }

  main.crays-events-page .nu-events-governance-media .nu-events-member-governance a {
    width: 100%;
  }

  main.crays-events-page .nu-events-governance-media .nu-events-video-panel {
    border-radius: 20px;
  }

  main.crays-events-page .nu-events-global-network-lifestyle {
    min-height: clamp(210px, 52vw, 320px);
    border-radius: 20px;
  }
}

/* Ecosystem city cards: keep the image layer more visible. */
main.crays-events-page .nu-events-global-network-grid article::before,
main.crays-events-page .nu-events-global-network-grid article:nth-child(1)::before {
  opacity: 0.56;
  filter: saturate(0.96) contrast(1.04) brightness(1.06);
}

main.crays-events-page .nu-events-global-network-grid article::after {
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 250, 242, 0.07), rgba(255, 250, 242, 0) 30%),
    linear-gradient(180deg, rgba(6, 17, 29, 0.18) 0%, rgba(6, 17, 29, 0.48) 56%, rgba(6, 17, 29, 0.76) 100%);
}

main.crays-events-page .nu-events-global-network-grid article:hover::before {
  opacity: 0.64;
}

main.crays-events-page .nu-events-global-network-grid span,
main.crays-events-page .nu-events-global-network-grid h3,
main.crays-events-page .nu-events-global-network-grid p {
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.42);
}
