:root {
  --ink: #f8f7fb;
  --muted: #b8b5c1;
  --paper: #ffffff;
  --night: #07070c;
  --night-2: #111018;
  --line: rgba(255, 255, 255, 0.14);
  --violet: #8c4dff;
  --violet-2: #4d19b6;
  --silver: #d9dde6;
  --blue: #7db7ff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  --max: 1080px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 10%, rgba(140, 77, 255, 0.16), transparent 28rem),
    linear-gradient(180deg, #08080d 0%, #0e0d15 42%, #050507 100%);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Segoe UI", system-ui, sans-serif;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

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

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

p {
  color: var(--muted);
  line-height: 1.72;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--paper);
  color: var(--night);
  padding: 10px 14px;
  border-radius: 6px;
}

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

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgba(7, 7, 12, 0.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  background: rgba(7, 7, 12, 0.94);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand img {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  object-fit: cover;
  background: #15131c;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1;
}

.brand strong {
  font-family: Impact, "Arial Black", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 700;
}

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

.site-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 6px;
  color: rgba(248, 247, 251, 0.82);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: var(--paper);
}

.site-nav .nav-cta {
  margin-left: 8px;
  color: var(--paper);
  background: linear-gradient(135deg, var(--violet), var(--violet-2));
  box-shadow: 0 12px 34px rgba(140, 77, 255, 0.28);
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--paper);
  padding: 10px;
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.menu-button em {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 126px clamp(18px, 6vw, 72px) 46px;
  background: #09090f;
}

.hero__media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 7, 12, 0.86) 0%, rgba(7, 7, 12, 0.42) 45%, rgba(7, 7, 12, 0.76) 100%),
    linear-gradient(180deg, rgba(7, 7, 12, 0.2) 0%, rgba(7, 7, 12, 0.78) 100%),
    url("assets/invia-header.jpg"),
    url("assets/header-art.svg");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  filter: saturate(0.82) contrast(1.08);
}

.hero__veil {
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(7, 7, 12, 0.98));
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--paper);
  line-height: 0.96;
}

h1 {
  max-width: 900px;
  font-family: Impact, "Arial Black", "Noto Sans JP", sans-serif;
  font-size: clamp(3.6rem, 10vw, 7.8rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 22px 70px rgba(0, 0, 0, 0.6);
}

h2 {
  font-family: Impact, "Arial Black", "Noto Sans JP", sans-serif;
  font-size: clamp(1.85rem, 3.8vw, 3.3rem);
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  font-size: 1.35rem;
}

.hero__lead {
  max-width: 640px;
  margin: 18px 0 0;
  color: rgba(248, 247, 251, 0.82);
  font-size: 1rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 900;
  text-transform: uppercase;
}

.button--primary {
  color: var(--paper);
  background: linear-gradient(135deg, var(--violet), var(--violet-2));
  box-shadow: 0 18px 48px rgba(140, 77, 255, 0.32);
}

.button--ghost {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: var(--paper);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.hero__panel {
  position: absolute;
  z-index: 3;
  right: clamp(18px, 5vw, 72px);
  bottom: 54px;
  width: min(360px, calc(100% - 36px));
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 7, 12, 0.62);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero__panel img {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  object-fit: cover;
}

.hero__panel span {
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero__panel strong {
  display: block;
  margin-top: 3px;
  color: var(--paper);
  font-size: 1.18rem;
}

.hero__panel p {
  margin: 7px 0 0;
  font-size: 0.9rem;
  line-height: 1.45;
}

.ticker {
  display: flex;
  gap: 28px;
  overflow: hidden;
  padding: 16px clamp(18px, 4vw, 54px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f4f1fa;
  color: #17131e;
  font-family: Impact, "Arial Black", "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 2.2vw, 1.5rem);
  white-space: nowrap;
}

.ticker span {
  display: inline-flex;
  align-items: center;
  gap: 28px;
}

.ticker span::after {
  content: "/";
  color: var(--violet);
}

.section {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(56px, 8vw, 92px) 0;
}

section[id] {
  scroll-margin-top: 96px;
}

.section__heading {
  max-width: 780px;
  margin-bottom: 28px;
}

.section__heading p:not(.eyebrow) {
  max-width: 660px;
  margin: 16px 0 0;
}

.section__heading--split {
  max-width: none;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
}

.text-link {
  display: inline-flex;
  align-items: center;
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 900;
}

.text-link::after {
  content: "↗";
  margin-left: 7px;
}

.featured-section {
  padding-top: clamp(48px, 7vw, 76px);
  padding-bottom: clamp(48px, 7vw, 76px);
}

.featured-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 16px;
}

.event-card,
.anniversary-card {
  min-height: 390px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.event-card {
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(135deg, rgba(140, 77, 255, 0.26), rgba(7, 7, 12, 0.88) 58%),
    url("assets/invia-header.jpg");
  background-size: cover;
  background-position: center;
}

.event-card__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: auto;
}

.status-label {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: 4px;
  background: var(--violet);
  color: var(--paper);
  font-size: 0.76rem;
  font-weight: 900;
}

.status-label--ended {
  background: rgba(125, 183, 255, 0.16);
  border: 1px solid rgba(125, 183, 255, 0.38);
  color: var(--blue);
}

.event-card time {
  color: rgba(248, 247, 251, 0.82);
  font-size: 0.8rem;
  font-weight: 900;
}

.event-card > .eyebrow {
  margin-top: 42px;
}

.event-card h3 {
  font-family: Impact, "Arial Black", "Noto Sans JP", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  line-height: 0.94;
}

.event-card > p:not(.eyebrow) {
  max-width: 610px;
  margin: 14px 0 0;
  color: rgba(248, 247, 251, 0.82);
}

.event-card__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.event-card__meta div {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(7, 7, 12, 0.48);
}

.event-card__meta span,
.event-card__meta strong {
  display: block;
}

.event-card__meta span {
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.event-card__meta strong {
  margin-top: 5px;
  color: var(--paper);
  font-size: 1rem;
}

.event-card .button {
  align-self: flex-start;
  margin-top: 18px;
}

.anniversary-card {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 24px;
  align-items: center;
  background:
    radial-gradient(circle at 20% 35%, rgba(140, 77, 255, 0.24), transparent 13rem),
    rgba(255, 255, 255, 0.045);
}

.anniversary-card__mark {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--line);
}

.anniversary-card__mark strong {
  color: var(--paper);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(6rem, 11vw, 9rem);
  line-height: 0.75;
}

.anniversary-card__mark span {
  margin-top: 18px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.anniversary-card h3 {
  font-size: clamp(1.9rem, 3.6vw, 3.2rem);
  line-height: 1.05;
}

.anniversary-card p:not(.eyebrow) {
  margin: 16px 0;
}

.intro-grid,
.achievement-grid,
.members-grid,
.partner-grid,
.updates-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-card,
.achievement-card,
.member-card,
.team-card,
.update-card,
.partner-card {
  min-height: 210px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.feature-card span,
.achievement-card span,
.member-card span,
.team-card span,
.update-card span,
.partner-card span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-card h3,
.update-card h3 {
  margin-top: 36px;
}

.feature-card p,
.achievement-card p,
.member-card p,
.team-card p,
.update-card p,
.partner-card p {
  margin: 14px 0 0;
}

.team-band,
.business-band,
.partners-band {
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100vw - var(--max)) / 2));
  padding-right: max(18px, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(135deg, rgba(140, 77, 255, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.035);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.business-band {
  background:
    linear-gradient(135deg, rgba(125, 183, 255, 0.1), rgba(140, 77, 255, 0.08) 44%, transparent),
    rgba(255, 255, 255, 0.03);
}

.achievement-card {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at 24% 12%, rgba(125, 183, 255, 0.16), transparent 10rem);
}

.achievement-card h3 {
  margin-top: 34px;
  font-size: 1.3rem;
}

.team-layout {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 16px;
}

.team-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.team-card strong {
  display: block;
  margin-top: 18px;
  color: var(--paper);
  font-size: 1.7rem;
  line-height: 1;
}

.team-card--main {
  min-height: 300px;
  background:
    linear-gradient(145deg, rgba(140, 77, 255, 0.35), rgba(17, 16, 24, 0.72)),
    url("assets/logo.svg");
  background-repeat: no-repeat;
  background-size: 520px, 380px;
  background-position: center, right -90px bottom -100px;
}

.team-card--main h3 {
  margin-top: 12px;
  font-family: Impact, "Arial Black", "Noto Sans JP", sans-serif;
  font-size: clamp(2.6rem, 7vw, 5rem);
  text-transform: uppercase;
}

.members-section {
  padding-top: clamp(64px, 9vw, 96px);
}

.members-grid--featured {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.member-card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
}

.member-avatar {
  width: 84px;
  height: 84px;
  margin-bottom: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  overflow: hidden;
}

.member-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-card h3 {
  margin-top: 12px;
  font-size: 1.45rem;
}

.member-card strong {
  display: block;
  margin-top: auto;
  padding-top: 18px;
  color: var(--blue);
  font-size: 0.92rem;
  overflow-wrap: anywhere;
}

.member-card--player {
  min-height: 240px;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.member-card--player:hover,
.member-card--player:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(140, 77, 255, 0.62);
  background:
    linear-gradient(180deg, rgba(140, 77, 255, 0.14), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.055);
}

.member-card--empty {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 70% 18%, rgba(140, 77, 255, 0.18), transparent 12rem);
}

.member-card--join {
  justify-content: flex-end;
  background: linear-gradient(135deg, rgba(140, 77, 255, 0.28), rgba(125, 183, 255, 0.08));
  border-color: rgba(140, 77, 255, 0.48);
}

.member-card--join .button {
  width: 100%;
  margin-top: 18px;
}

.members-note {
  max-width: 820px;
  margin: 24px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(125, 183, 255, 0.22);
  border-radius: 8px;
  background: rgba(125, 183, 255, 0.06);
  color: rgba(248, 247, 251, 0.78);
  font-size: 0.95rem;
}

.updates-grid {
  grid-template-columns: 1.1fr 0.95fr 0.95fr;
}

.update-card {
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.update-card:hover,
.update-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(140, 77, 255, 0.56);
  background: rgba(255, 255, 255, 0.08);
}

.update-card--large {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, transparent, rgba(7, 7, 12, 0.9)),
    url("assets/header-art.svg");
  background-size: cover;
  background-position: center;
}

.update-card--large h3 {
  margin-top: 12px;
  font-family: Impact, "Arial Black", "Noto Sans JP", sans-serif;
  font-size: clamp(2rem, 5vw, 3.6rem);
}

.x-section {
  padding-top: 0;
}

.x-hub {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 16px;
}

.x-panel {
  min-height: 360px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  overflow: hidden;
}

.x-panel__head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 16px;
}

.x-panel__head span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.x-panel__head a {
  color: var(--paper);
  font-size: 0.86rem;
  font-weight: 900;
}

.official-x-card {
  min-height: 230px;
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 20%, rgba(140, 77, 255, 0.18), transparent 12rem),
    rgba(0, 0, 0, 0.24);
}

.official-x-card img {
  width: 76px;
  height: 76px;
  border-radius: 8px;
  object-fit: cover;
}

.official-x-card h3 {
  font-size: 1.45rem;
}

.official-x-card p {
  margin: 10px 0 0;
}

.official-x-card .button {
  grid-column: 1 / -1;
  width: 100%;
}

.x-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.x-link-grid a {
  min-height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px;
  border: 1px solid rgba(125, 183, 255, 0.18);
  border-radius: 8px;
  background: rgba(125, 183, 255, 0.055);
}

.x-link-grid span {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.x-link-grid strong {
  margin-top: 7px;
}

.x-embed {
  position: relative;
  min-height: 340px;
  display: grid;
  place-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.24);
}

.twitter-timeline,
.twitter-tweet {
  width: 100% !important;
  margin: 0 auto !important;
}

.x-embed > a,
.twitter-tweet a {
  color: var(--blue);
  font-weight: 900;
  text-align: center;
}

.partners-band {
  background:
    linear-gradient(90deg, rgba(7, 7, 12, 0.96), rgba(17, 16, 24, 0.88)),
    url("assets/header-art.svg");
  background-size: cover;
  background-position: center;
}

.partner-card {
  color: var(--paper);
  display: flex;
  flex-direction: column;
}

.partner-card strong {
  display: block;
  margin-top: 18px;
  color: var(--paper);
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  overflow-wrap: anywhere;
}

.partner-logo {
  width: 74px;
  height: 74px;
  margin-bottom: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.08);
}

.partner-card--sponsor {
  background: linear-gradient(135deg, rgba(140, 77, 255, 0.34), rgba(125, 183, 255, 0.1));
  border-color: rgba(140, 77, 255, 0.56);
}

.contact-band {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(140, 77, 255, 0.22), rgba(125, 183, 255, 0.08)),
    #111018;
}

.contact-band h2 {
  max-width: 760px;
  font-size: clamp(1.8rem, 3.3vw, 3rem);
  line-height: 1.05;
}

.contact-band p {
  max-width: 650px;
  margin-bottom: 0;
}

.contact-actions {
  min-width: 210px;
  display: grid;
  gap: 10px;
  justify-items: stretch;
}

.contact-actions .button {
  width: 100%;
}

.copy-status {
  min-height: 18px;
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 900;
  text-align: center;
}

.contact-mail {
  display: inline-flex;
  margin-top: 18px;
  color: var(--paper);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.reveal-ready {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 520ms ease,
    transform 520ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

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

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  padding: 34px clamp(18px, 4vw, 54px);
  border-top: 1px solid var(--line);
  background: #050507;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.site-footer nav a {
  color: var(--muted);
  font-weight: 800;
}

.site-footer p {
  margin: 0;
  font-size: 0.9rem;
}

.footer-meta {
  justify-self: end;
  display: grid;
  gap: 8px;
  justify-items: end;
}

.creator-mini {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(184, 181, 193, 0.78);
  font-size: 0.82rem;
}

.creator-mini img {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  object-fit: cover;
}

.brand--footer img {
  width: 42px;
  height: 42px;
}

@media (min-width: 941px) {
  body {
    font-size: 15px;
  }

  p {
    line-height: 1.62;
  }

  .site-header {
    min-height: 68px;
    padding: 10px clamp(20px, 3.5vw, 44px);
  }

  .brand {
    gap: 11px;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .brand strong {
    font-size: 1.05rem;
  }

  .brand small {
    font-size: 0.66rem;
  }

  .site-nav {
    gap: 2px;
  }

  .site-nav a {
    min-height: 38px;
    padding: 0 10px;
    font-size: 0.78rem;
  }

  .hero {
    min-height: 590px;
    padding-top: 108px;
    padding-bottom: 38px;
  }

  .hero__content {
    width: min(660px, 100%);
  }

  h1 {
    font-size: clamp(3.5rem, 7.5vw, 6.4rem);
  }

  h2 {
    font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  }

  h3 {
    font-size: 1.2rem;
  }

  .hero__lead {
    max-width: 580px;
    font-size: 0.94rem;
  }

  .hero__panel {
    right: clamp(20px, 4vw, 52px);
    bottom: 38px;
    width: 320px;
    grid-template-columns: 60px 1fr;
    gap: 13px;
    padding: 13px;
  }

  .hero__panel img {
    width: 60px;
    height: 60px;
  }

  .hero__panel strong {
    font-size: 1.05rem;
  }

  .hero__panel p {
    font-size: 0.8rem;
  }

  .ticker {
    padding-block: 12px;
    font-size: 1rem;
  }

  .section {
    padding-block: 64px;
  }

  .featured-section {
    padding-block: 52px;
  }

  .section__heading {
    max-width: 700px;
    margin-bottom: 24px;
  }

  .section__heading p:not(.eyebrow) {
    max-width: 610px;
    margin-top: 12px;
  }

  .event-card,
  .anniversary-card {
    min-height: 330px;
    padding: 24px;
  }

  .event-card > .eyebrow {
    margin-top: 30px;
  }

  .event-card h3 {
    font-size: clamp(2.4rem, 4vw, 3.5rem);
  }

  .event-card__meta {
    margin-top: 15px;
  }

  .event-card .button {
    margin-top: 14px;
  }

  .anniversary-card {
    gap: 19px;
  }

  .anniversary-card__mark {
    min-height: 210px;
  }

  .anniversary-card__mark strong {
    font-size: clamp(5rem, 8vw, 7rem);
  }

  .anniversary-card h3 {
    font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  }

  .feature-card,
  .achievement-card,
  .team-card,
  .update-card,
  .partner-card {
    min-height: 180px;
    padding: 18px;
  }

  .feature-card h3,
  .update-card h3 {
    margin-top: 26px;
  }

  .achievement-card {
    min-height: 200px;
  }

  .achievement-card h3 {
    margin-top: 24px;
    font-size: 1.15rem;
  }

  .team-card--main {
    min-height: 250px;
    background-size: 440px, 310px;
  }

  .team-card--main h3 {
    font-size: clamp(2.5rem, 5vw, 4rem);
  }

  .team-card strong {
    font-size: 1.45rem;
  }

  .members-section {
    padding-top: 64px;
  }

  .member-card--player {
    min-height: 205px;
    padding: 16px;
  }

  .member-avatar {
    width: 70px;
    height: 70px;
    margin-bottom: 16px;
  }

  .member-card h3 {
    font-size: 1.2rem;
  }

  .member-card strong {
    padding-top: 12px;
    font-size: 0.78rem;
  }

  .members-note {
    margin-top: 18px;
    padding: 12px 15px;
    font-size: 0.84rem;
  }

  .update-card--large {
    min-height: 220px;
  }

  .update-card--large h3 {
    font-size: clamp(1.8rem, 4vw, 2.9rem);
  }

  .x-panel {
    min-height: 320px;
    padding: 15px;
  }

  .official-x-card {
    min-height: 190px;
    grid-template-columns: 62px 1fr;
    padding: 15px;
  }

  .official-x-card img {
    width: 62px;
    height: 62px;
  }

  .official-x-card h3 {
    font-size: 1.2rem;
  }

  .x-link-grid a {
    min-height: 68px;
    padding: 11px;
  }

  .x-embed {
    min-height: 300px;
  }

  .partner-logo {
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
  }

  .partner-card strong {
    margin-top: 14px;
    font-size: 1.35rem;
  }

  .contact-band {
    padding: 28px 34px;
  }

  .contact-band h2 {
    font-size: clamp(1.75rem, 2.8vw, 2.5rem);
  }

  .contact-mail {
    margin-top: 14px;
    font-size: 1.15rem;
  }

  .site-footer {
    padding: 24px clamp(20px, 3.5vw, 44px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 940px) {
  .menu-button {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 78px 0 auto;
    display: grid;
    gap: 0;
    padding: 12px 18px 24px;
    background: rgba(7, 7, 12, 0.98);
    border-bottom: 1px solid var(--line);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  body.nav-open .site-nav {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a {
    min-height: 52px;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    padding: 0;
  }

  .site-nav .nav-cta {
    margin: 14px 0 0;
    justify-content: center;
    border-radius: 6px;
    border-bottom: 0;
  }

  .hero {
    min-height: 720px;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 32px;
  }

  .hero__panel {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 32px;
  }

  .intro-grid,
  .achievement-grid,
  .members-grid,
  .partner-grid,
  .updates-grid,
  .team-layout,
  .x-hub,
  .featured-grid {
    grid-template-columns: 1fr;
  }

  .section__heading--split {
    display: block;
  }

  .section__heading--split .text-link {
    margin-top: 18px;
  }

  .x-link-grid {
    grid-template-columns: 1fr;
  }

  .anniversary-card {
    grid-template-columns: 110px 1fr;
  }

  .anniversary-card__mark {
    min-height: 210px;
  }

  .feature-card,
  .team-card,
  .update-card,
  .partner-card {
    min-height: auto;
  }

  .feature-card h3,
  .partner-card strong,
  .update-card h3 {
    margin-top: 28px;
  }

  .contact-band {
    display: block;
  }

  .contact-actions {
    margin-top: 24px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer p {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 70px;
    padding: 12px 14px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .brand strong {
    font-size: 1rem;
  }

  .site-nav {
    inset-block-start: 70px;
  }

  .hero {
    min-height: 660px;
    padding-left: 16px;
    padding-right: 16px;
  }

  h1 {
    font-size: 3.9rem;
  }

  .hero__lead {
    font-size: 1rem;
  }

  .hero__actions,
  .hero__actions .button {
    width: 100%;
  }

  .hero__panel {
    grid-template-columns: 58px 1fr;
    width: 100%;
  }

  .hero__panel img {
    width: 58px;
    height: 58px;
  }

  .event-card,
  .anniversary-card {
    min-height: auto;
    padding: 20px;
  }

  .event-card__top,
  .event-card__meta {
    grid-template-columns: 1fr;
  }

  .event-card__top {
    display: grid;
  }

  .event-card > .eyebrow {
    margin-top: 28px;
  }

  .event-card .button {
    width: 100%;
  }

  .anniversary-card {
    grid-template-columns: 1fr;
  }

  .anniversary-card__mark {
    min-height: 132px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .anniversary-card__mark strong {
    font-size: 6rem;
  }

  .ticker {
    gap: 18px;
  }

  .section {
    width: calc(100% - 28px);
  }

  .team-band,
  .partners-band {
    padding-left: 14px;
    padding-right: 14px;
  }
}
