:root {
  --navy: #062b5b;
  --navy-deep: #021b3c;
  --red: #d5112a;
  --white: #ffffff;
  --paper: #f3f4f3;
  --ink: #071426;
  --line: rgba(7, 20, 38, 0.16);
  --display: "Bebas Neue", "DIN Condensed", sans-serif;
  --body: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-kerning: normal;
  font-feature-settings: "palt" 1;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body:not(.is-ready) {
  overflow: hidden;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: clamp(16px, 2vw, 30px);
  overflow: hidden;
  padding: clamp(28px, 5vw, 72px);
  color: var(--white);
  background:
    radial-gradient(circle at 50% 42%, rgba(11, 58, 111, 0.48), transparent 42%),
    var(--navy-deep);
  clip-path: inset(0);
  isolation: isolate;
  transition:
    clip-path 900ms cubic-bezier(0.76, 0, 0.24, 1),
    opacity 650ms 180ms ease,
    visibility 0s 900ms;
}

.loader-grid,
.loader-slash {
  position: absolute;
  pointer-events: none;
}

.loader-grid {
  inset: 0;
  background:
    repeating-linear-gradient(90deg, transparent 0 calc(12.5vw - 1px), rgba(255, 255, 255, 0.08) 12.5vw),
    repeating-linear-gradient(0deg, transparent 0 calc(12.5vw - 1px), rgba(255, 255, 255, 0.055) 12.5vw),
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(255, 255, 255, 0.025) 3px 4px);
  opacity: 0;
  animation: loader-grid-in 3.8s 100ms ease both;
}

.loader-slash {
  top: -28%;
  left: 55%;
  z-index: 1;
  width: clamp(100px, 12vw, 210px);
  height: 160%;
  background: var(--red);
  box-shadow: 0 0 80px rgba(213, 17, 42, 0.38);
  mix-blend-mode: screen;
  transform: skewX(-18deg) translateX(120vw);
  animation: loader-slash-flight 3.7s 250ms cubic-bezier(0.65, 0, 0.35, 1) both;
}

.loader-topline,
.loader-stage,
.loader-footer,
.loader-mark,
.loader-line {
  position: relative;
  z-index: 2;
}

.loader-topline,
.loader-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 12px/1 var(--display);
  letter-spacing: 0.2em;
}

.loader-topline {
  opacity: 0;
  animation: loader-rise 650ms 150ms ease forwards;
}

.loader-stage {
  align-self: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.loader-kicker,
.loader-sub {
  display: block;
  opacity: 0;
}

.loader-kicker {
  margin-bottom: clamp(14px, 2vh, 24px);
  color: var(--red);
  font: clamp(13px, 1.3vw, 18px) / 1 var(--display);
  letter-spacing: 0.24em;
  animation: loader-rise 700ms 580ms ease forwards;
}

.loader-mark {
  display: block;
  font: clamp(76px, 13vw, 210px) / 0.72 var(--display);
  letter-spacing: -0.035em;
  opacity: 0;
  transform: translateY(34px) scaleX(0.88);
  transform-origin: left center;
  animation: loader-title-in 1.05s 720ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.loader-mark::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.22);
  opacity: 0;
  transform: translate(clamp(10px, 1.4vw, 24px), clamp(8px, 1.1vw, 18px));
  animation: loader-ghost-in 1.2s 1.15s ease forwards;
}

.loader-sub {
  margin-top: clamp(24px, 4vh, 48px);
  font-size: clamp(16px, 1.55vw, 24px);
  font-weight: 700;
  letter-spacing: 0.035em;
  animation: loader-rise 760ms 1.5s ease forwards;
}

.loader-footer {
  opacity: 0;
  animation: loader-rise 650ms 1.85s ease forwards;
}

.loader-status {
  color: rgba(255, 255, 255, 0.7);
}

.loader-counter {
  min-width: 3ch;
  color: var(--white);
  font: clamp(38px, 4.5vw, 68px) / 0.8 var(--display);
  letter-spacing: 0.04em;
  text-align: right;
}

.loader-line {
  height: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}

.loader-line i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--red);
  transform-origin: left;
  animation: loader-line 3.5s 180ms cubic-bezier(0.65, 0, 0.35, 1) both;
}

body.is-ready .site-loader {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  clip-path: inset(0 0 100% 0);
}

.concept-switcher {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px;
  color: var(--white);
  background: rgba(2, 17, 39, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  backdrop-filter: blur(12px);
  font: 12px/1 var(--display);
  letter-spacing: 0.12em;
}

.concept-switcher > span {
  padding: 0 8px 0 11px;
  color: rgba(255, 255, 255, 0.58);
}

.concept-switcher a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
}

.concept-switcher a:hover,
.concept-switcher a.is-active {
  color: var(--white);
  background: var(--red);
}

.page-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 3px;
  pointer-events: none;
}

.page-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--red);
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: clamp(206px, 18vw, 248px) 1fr auto;
  align-items: center;
  min-height: 96px;
  padding-right: clamp(24px, 4vw, 72px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(2, 21, 48, 0.92), rgba(2, 21, 48, 0.68));
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 54px rgba(0, 8, 24, 0.2);
  backdrop-filter: blur(18px) saturate(130%);
}

.site-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: clamp(206px, 18vw, 248px);
  height: 2px;
  background: linear-gradient(90deg, var(--red) 0 86px, rgba(255, 255, 255, 0.08) 86px 100%);
}

.brand {
  position: relative;
  display: inline-flex;
  align-self: stretch;
  width: 100%;
  min-height: 96px;
  align-items: center;
  justify-content: center;
  padding-right: 22px;
  overflow: hidden;
  background: var(--white);
  clip-path: polygon(0 0, 100% 0, calc(100% - 24px) 100%, 0 100%);
}

.brand::before {
  content: "";
  position: absolute;
  right: 13px;
  bottom: -24px;
  width: 7px;
  height: 80px;
  background: var(--red);
  transform: rotate(14deg);
}

.brand img {
  width: 132px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(6, 43, 91, 0.12));
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.brand:hover img {
  transform: translateY(-2px) scale(1.035);
}

.header-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 580px;
  padding-left: clamp(28px, 3vw, 52px);
  font: 13px/1 var(--display);
  letter-spacing: 0.18em;
}

.header-line {
  width: min(15vw, 190px);
  height: 1px;
  background: rgba(255, 255, 255, 0.42);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 15px 20px 13px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  font: 16px/1 var(--display);
  letter-spacing: 0.14em;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.header-cta:hover {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
  transform: translateY(-2px);
}

.arrow {
  font: 20px/1 var(--body);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(rgba(2, 27, 60, 0.18), rgba(2, 27, 60, 0.18)),
    url("./assets/jtour-poster.jpg") 58% center / cover no-repeat,
    var(--navy-deep);
}

.hero-poster,
.hero-video,
.hero-shade,
.hero-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-poster,
.hero-video {
  object-fit: cover;
}

.hero-poster {
  z-index: 0;
}

.hero-video {
  z-index: 1;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 700ms ease;
}

.hero-video.is-playable {
  opacity: 1;
  animation: cinematic-in 2.2s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 15, 35, 0.9) 0%, rgba(0, 20, 46, 0.5) 48%, rgba(0, 15, 35, 0.24) 100%),
    linear-gradient(0deg, rgba(2, 20, 46, 0.92) 0%, transparent 58%);
}

.hero-grid {
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 12.5vw 12.5vw;
  mask-image: linear-gradient(90deg, black, transparent 72%);
}

.hero-red-slash {
  position: absolute;
  top: -14%;
  right: 9%;
  width: clamp(90px, 9vw, 160px);
  height: 122%;
  background: var(--red);
  opacity: 0.9;
  transform: skewX(-17deg) translateX(160%);
  mix-blend-mode: multiply;
  animation: slash-in 1s 0.35s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.hero-content {
  position: relative;
  z-index: 4;
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 clamp(94px, 11vh, 138px);
}

.hero-kicker,
.eyebrow {
  margin: 0 0 20px;
  color: var(--red);
  font: 18px/1 var(--display);
  letter-spacing: 0.16em;
}

.hero-title {
  margin: 0;
  max-width: 1160px;
  font-size: clamp(42px, 4.85vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.hero-title span {
  display: block;
  white-space: nowrap;
}

.hero-title .lead {
  margin-bottom: 0.34em;
  font-size: 0.58em;
  line-height: 1.2;
  letter-spacing: 0.015em;
}

.hero-title .impact {
  color: var(--white);
  font-size: 1em;
  line-height: 1.08;
}

.hero-copy {
  max-width: 560px;
  margin: 38px 0 0 clamp(0px, 4vw, 58px);
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.95;
  letter-spacing: 0.035em;
  font-weight: 500;
}

.hero-sidecopy {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: clamp(18px, 2.2vw, 38px);
  display: flex;
  gap: 30px;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
  font: 12px/1 var(--display);
  letter-spacing: 0.17em;
}

.scroll-cue {
  position: absolute;
  z-index: 7;
  bottom: 34px;
  left: clamp(24px, 4vw, 72px);
  display: flex;
  align-items: center;
  gap: 16px;
  font: 12px/1 var(--display);
  letter-spacing: 0.16em;
}

.sponsor-marquee {
  overflow: hidden;
  color: var(--navy-deep);
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.sponsor-track {
  display: flex;
  width: max-content;
  animation: sponsor-scroll 26s linear infinite;
}

.sponsor-group {
  display: flex;
  flex-shrink: 0;
}

.sponsor-group span {
  display: flex;
  min-width: clamp(220px, 25vw, 420px);
  min-height: 126px;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border-right: 1px solid var(--line);
  font-size: clamp(16px, 1.3vw, 21px);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.sponsor-group span::before {
  content: "PARTNER";
  margin-right: 14px;
  color: var(--red);
  font: 13px/1 var(--display);
  letter-spacing: 0.16em;
}

.scroll-line {
  display: block;
  width: 90px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.32);
}

.scroll-line::after {
  content: "";
  display: block;
  width: 55%;
  height: 100%;
  background: var(--red);
  animation: scroll-line 1.6s ease-in-out infinite;
}

.section {
  position: relative;
  padding: clamp(104px, 10vw, 156px) clamp(28px, 6vw, 96px);
}

.section-index {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(56px, 6vw, 82px);
  color: var(--red);
  font: 14px/1 var(--display);
  letter-spacing: 0.18em;
}

.section-index.light {
  color: rgba(255, 255, 255, 0.64);
}

.manifesto {
  overflow: hidden;
  background: var(--paper);
}

.manifesto-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  column-gap: clamp(72px, 7vw, 120px);
  row-gap: clamp(40px, 5vw, 72px);
  align-items: end;
}

.manifesto-heading {
  min-width: 0;
}

.manifesto-heading p {
  margin: 0;
}

.english-display {
  font: clamp(72px, 8.1vw, 128px) / 0.88 var(--display);
  letter-spacing: -0.018em;
  color: var(--navy);
  white-space: nowrap;
}

.english-display.outline {
  color: transparent;
  -webkit-text-stroke: 2px var(--red);
}

.english-display-secondary {
  margin-top: 0.08em !important;
  font-size: clamp(46px, 5.2vw, 82px);
  letter-spacing: -0.01em;
}

.manifesto-copy {
  display: grid;
  width: min(520px, 100%);
  min-width: 0;
  gap: clamp(18px, 2vw, 28px);
  justify-self: end;
  padding-bottom: 8px;
}

.manifesto-copy h2,
.vision-panel h2,
.contact h2 {
  margin: 0 0 28px;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.4;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.vision-panel > p:last-child {
  margin: 0;
  max-width: 34em;
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: 400;
}

.manifesto-copy .manifesto-statement {
  margin: 0;
  max-width: 14em;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.manifesto-support {
  margin: 0;
  max-width: 30em;
  font-size: clamp(17px, 1.38vw, 21px);
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.015em;
}

.archive {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-deep);
  isolation: isolate;
}

.archive::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 17, 39, 0.88) 0%, rgba(2, 17, 39, 0.4) 36%, transparent 68%),
    linear-gradient(0deg, rgba(2, 17, 39, 0.92) 0%, transparent 34%, rgba(2, 17, 39, 0.28) 100%);
}

.archive::after {
  content: "";
  position: absolute;
  inset: clamp(14px, 1.5vw, 24px);
  z-index: 4;
  border: 1px solid rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

.archive-canvas,
.archive-canvas canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.archive-canvas {
  z-index: 1;
  min-height: 100svh;
  cursor: none;
  touch-action: pan-y;
  background: var(--navy-deep) center / cover no-repeat;
}

.archive-canvas canvas {
  display: block;
}

.archive-canvas.is-fallback {
  cursor: default;
  background-image:
    linear-gradient(90deg, rgba(2, 17, 39, 0.62), rgba(2, 17, 39, 0.12)),
    url("./assets/tunnel/crowns-drive.jpg");
}

.archive-canvas.is-fallback canvas,
.archive-canvas.is-fallback .tunnel-cursor {
  display: none;
}

.archive-canvas.is-static {
  cursor: default;
}

.archive-canvas.is-static .tunnel-cursor {
  display: none;
}

.archive-copy {
  position: relative;
  z-index: 3;
  width: min(1160px, calc(100% - 48px));
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(76px, 9vw, 136px) 0 170px;
  pointer-events: none;
}

.archive-copy .section-index {
  margin-bottom: clamp(100px, 16vh, 190px);
}

.archive-kicker {
  margin: 0 0 18px;
  color: var(--red);
  font: 18px/1 var(--display);
  letter-spacing: 0.18em;
}

.archive-copy h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(44px, 5.5vw, 84px);
  line-height: 1.14;
  letter-spacing: -0.048em;
  text-wrap: balance;
}

.archive-body {
  max-width: 640px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.95;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.archive-guide {
  position: absolute;
  right: clamp(34px, 6vw, 96px);
  bottom: 74px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 16px;
  pointer-events: none;
  font: 13px/1 var(--display);
  letter-spacing: 0.15em;
}

.archive-guide-line {
  width: clamp(50px, 7vw, 110px);
  height: 1px;
  background: var(--red);
}

.tunnel-cursor {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  display: grid;
  width: 116px;
  height: 116px;
  place-content: center;
  color: var(--navy-deep);
  background: var(--white);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.72);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
  text-align: center;
  font: 13px/1.2 var(--display);
  letter-spacing: 0.08em;
}

.tunnel-cursor span:last-child {
  color: var(--red);
}

.archive-canvas.is-hovered .tunnel-cursor {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.archive-canvas.is-pressed .tunnel-cursor {
  color: var(--white);
  background: var(--red);
  transform: translate(-50%, -50%) scale(0.86);
}

.archive-canvas.is-pressed .tunnel-cursor span:last-child {
  color: var(--white);
}

.tournament-rail {
  position: absolute;
  inset: auto 0 0;
  z-index: 4;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.64);
  background: rgba(2, 17, 39, 0.58);
  backdrop-filter: blur(12px);
  white-space: nowrap;
  font: 14px/1 var(--display);
  letter-spacing: 0.13em;
}

.tournament-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: tournament-scroll 76s linear infinite;
}

.tournament-group {
  display: flex;
  flex-shrink: 0;
}

.tournament-group span {
  display: flex;
  min-height: 58px;
  flex: 0 0 auto;
  align-items: center;
  padding: 0 clamp(30px, 3.2vw, 54px);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.tournament-group span::before {
  content: "/";
  margin-right: clamp(22px, 2.5vw, 42px);
  color: var(--red);
}

.tournament-rail:hover .tournament-track {
  animation-play-state: paused;
}

.value {
  overflow: hidden;
  color: var(--white);
  background: var(--navy-deep);
}

.value::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 14%, rgba(20, 80, 140, 0.8), transparent 38%),
    repeating-linear-gradient(90deg, transparent 0, transparent calc(12.5vw - 1px), rgba(255, 255, 255, 0.07) 12.5vw);
  pointer-events: none;
}

.value-symbol {
  position: absolute;
  top: -5%;
  right: -8%;
  width: min(62vw, 900px);
  opacity: 0.13;
  transform: rotate(5deg);
}

.value-symbol img,
.contact-mark img {
  display: block;
  width: 100%;
}

.value-intro {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.value-audience {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
  color: var(--white);
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.value-audience::before {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--red);
}

.value-intro h2 {
  margin: 0 0 clamp(84px, 8vw, 118px);
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.22;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.value-list {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.value-item {
  display: grid;
  grid-template-columns: clamp(86px, 8vw, 124px) minmax(240px, 0.8fr) minmax(360px, 1.2fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  padding: clamp(34px, 3vw, 46px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  transition: padding 240ms ease, background 240ms ease;
}

.value-item:hover {
  padding-right: 24px;
  padding-left: 24px;
  background: var(--red);
}

.value-number {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.7);
  font: clamp(52px, 5.4vw, 82px) / 0.82 var(--display);
  letter-spacing: -0.02em;
  transition:
    color 240ms ease,
    -webkit-text-stroke-color 240ms ease,
    transform 240ms ease;
}

.value-en {
  font: 14px/1 var(--display);
  letter-spacing: 0.15em;
}

.value-en {
  margin: 0 0 9px;
  color: #75a3d2;
}

.value-item:hover .value-en {
  color: var(--white);
}

.value-item:hover .value-number {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  transform: translateX(6px);
}

.value-item h3 {
  margin: 0;
  font-size: clamp(25px, 2.25vw, 35px);
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.value-item > p {
  max-width: 34em;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(15px, 1.05vw, 16px);
  line-height: 1.95;
  letter-spacing: 0.025em;
  font-weight: 400;
}

.vision {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 760px;
  padding: 0;
  background: var(--white);
}

.vision-photo {
  min-height: 680px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
  background: var(--navy);
}

.vision-photo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.08);
}

.vision-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 96px clamp(32px, 5vw, 84px) 96px clamp(32px, 2.5vw, 52px);
}

.vision-panel .section-index {
  margin-bottom: 70px;
}

.vision-en {
  margin: 0 0 28px;
  color: var(--navy);
  font: clamp(28px, 2.25vw, 42px) / 1.04 var(--display);
  letter-spacing: 0;
  text-transform: uppercase;
}

.vision-en span {
  display: block;
  white-space: nowrap;
}

.contact {
  min-height: 90svh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--white);
  background: var(--red);
}

.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: var(--navy);
  clip-path: polygon(0 0, 100% 0, 30% 100%, 0 100%);
}

.contact-mark {
  position: absolute;
  right: -4%;
  bottom: -10%;
  width: min(60vw, 820px);
  opacity: 0.22;
}

.contact-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 50px;
  align-items: end;
}

.contact-en {
  margin: 0;
  font: clamp(82px, 10.6vw, 166px) / 0.82 var(--display);
  letter-spacing: -0.015em;
}

.contact-content > div {
  align-self: end;
}

.contact h2 {
  align-self: end;
  margin-bottom: 110px;
}

.contact-button {
  grid-column: 2;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 23px 0;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  font: 19px/1 var(--display);
  letter-spacing: 0.12em;
  transition: padding 200ms ease;
}

.contact-button:hover {
  padding-right: 16px;
  padding-left: 16px;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 30px;
  padding: 38px clamp(24px, 6vw, 96px);
  color: var(--white);
  background: var(--navy-deep);
  font: 12px/1 var(--display);
  letter-spacing: 0.14em;
}

footer img {
  width: 64px;
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

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

@keyframes cinematic-in {
  from { opacity: 0; transform: scale(1.1); }
  to { opacity: 1; transform: scale(1.025); }
}

@keyframes slash-in {
  to { transform: skewX(-17deg) translateX(0); }
}

@keyframes scroll-line {
  from { transform: translateX(-120%); }
  to { transform: translateX(220%); }
}

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

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

@keyframes loader-line {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes loader-grid-in {
  0% { opacity: 0; transform: scale(1.08); }
  28% { opacity: 0.72; }
  100% { opacity: 0.42; transform: scale(1); }
}

@keyframes loader-slash-flight {
  0% { opacity: 0; transform: skewX(-18deg) translateX(120vw); }
  18% { opacity: 0; }
  36% { opacity: 0.9; }
  72% { opacity: 0.72; transform: skewX(-18deg) translateX(-10vw); }
  100% { opacity: 0; transform: skewX(-18deg) translateX(-120vw); }
}

@keyframes loader-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes loader-title-in {
  0% { opacity: 0; filter: blur(12px); transform: translateY(34px) scaleX(0.88); }
  65% { opacity: 1; filter: blur(0); }
  100% { opacity: 1; filter: blur(0); transform: translateY(0) scaleX(1); }
}

@keyframes loader-ghost-in {
  from { opacity: 0; transform: translate(0, 0); }
  to {
    opacity: 0.82;
    transform: translate(clamp(10px, 1.4vw, 24px), clamp(8px, 1.1vw, 18px));
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 184px 1fr;
    min-height: 86px;
    padding-right: 20px;
  }

  .site-header::after {
    left: 184px;
  }

  .brand {
    min-height: 86px;
    padding-right: 18px;
  }

  .brand img {
    width: 122px;
    height: auto;
  }

  .header-meta {
    display: none;
  }

  .header-cta {
    justify-self: end;
    padding: 13px 16px 11px;
    font-size: 14px;
  }

  .hero-content {
    padding-bottom: 150px;
  }

  .hero-title {
    font-size: clamp(34px, 5.7vw, 52px);
  }

  .hero-copy {
    margin-left: 0;
  }

  .hero-sidecopy {
    display: none;
  }

  .manifesto-layout,
  .contact-content {
    grid-template-columns: 1fr;
  }

  .manifesto-copy {
    width: min(680px, 100%);
    justify-self: start;
  }

  .english-display {
    font-size: clamp(62px, 18vw, 124px);
  }

  .archive-copy {
    width: calc(100% - 40px);
  }

  .archive-copy .section-index {
    margin-bottom: 24vh;
  }

  .archive-guide {
    right: 24px;
  }

  .value-item {
    grid-template-columns: 92px 1fr;
  }

  .value-item > p {
    grid-column: 2;
  }

  .vision {
    grid-template-columns: 1fr;
  }

  .vision-photo {
    min-height: 58svh;
    clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
  }

  .vision-panel {
    padding: 60px clamp(20px, 6vw, 56px) 72px;
  }

  .vision-en {
    font-size: clamp(22px, 5.1vw, 38px);
    line-height: 1.08;
  }

  .contact {
    min-height: auto;
  }

  .contact-en {
    font-size: clamp(78px, 20vw, 136px);
  }

  .contact h2 {
    margin: 50px 0 0;
  }

  .contact-button {
    grid-column: 1;
    margin-top: 48px;
  }

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

@media (max-width: 560px) {
  .vision-panel {
    padding-right: 20px;
    padding-left: 20px;
  }

  .vision-en {
    font-size: clamp(16px, 5.1vw, 20px);
  }

  .site-loader {
    gap: 16px;
    padding: 24px 20px;
  }

  .loader-topline span:last-child {
    display: none;
  }

  .loader-mark {
    font-size: clamp(78px, 25vw, 112px);
  }

  .loader-sub {
    max-width: 18em;
    font-size: 16px;
    line-height: 1.7;
  }

  .loader-footer {
    font-size: 10px;
  }

  .site-header {
    grid-template-columns: 166px 1fr;
    min-height: 78px;
    padding-right: 16px;
  }

  .site-header::after {
    left: 166px;
  }

  .brand {
    min-height: 78px;
    padding-right: 16px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
  }

  .brand img {
    width: 112px;
  }

  .header-cta span:first-child {
    display: none;
  }

  .header-cta {
    width: 42px;
    height: 42px;
    justify-content: center;
    padding: 0;
  }

  .hero-video {
    object-position: 60% center;
  }

  .hero-grid {
    background-size: 25vw 25vw;
  }

  .hero-content {
    width: calc(100% - 40px);
  }

  .hero-title {
    font-size: clamp(21px, 5.7vw, 30px);
    line-height: 1.01;
  }

  .hero-title .lead {
    margin-bottom: 0.5em;
    font-size: clamp(30px, 8vw, 38px);
  }

  .english-display-secondary {
    font-size: clamp(32px, 9.2vw, 46px);
  }

  .scroll-cue {
    display: none;
  }

  .archive {
    min-height: 86svh;
  }

  .archive-canvas,
  .archive-copy {
    min-height: 86svh;
  }

  .archive-canvas {
    cursor: default;
  }

  .archive-copy {
    padding-top: 74px;
  }

  .archive-copy .section-index {
    margin-bottom: 22vh;
  }

  .archive-copy h2 {
    font-size: clamp(38px, 11.5vw, 60px);
  }

  .archive-kicker {
    font-size: 15px;
  }

  .archive-guide,
  .tunnel-cursor {
    display: none;
  }

  .tournament-rail {
    font-size: 12px;
  }

  .tournament-group span {
    min-height: 52px;
    padding: 0 26px;
  }

  .section-index {
    margin-bottom: 46px;
  }

  .value-intro h2 {
    margin-bottom: 68px;
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.3;
    letter-spacing: -0.035em;
  }

  .value-item {
    grid-template-columns: 68px 1fr;
    padding: 26px 0;
  }

  .value-number {
    font-size: clamp(44px, 13vw, 60px);
  }

  .value-item > p {
    font-size: 14px;
  }

  .value-item:hover {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .tournament-rail {
    overflow-x: auto;
  }

  .tournament-track {
    animation: none;
  }

  .tournament-group[aria-hidden="true"] {
    display: none;
  }
}
