:root {
  --paper: #f4efe6;
  --paper-soft: #ebe3d7;
  --paper-light: #fffaf2;
  --blue: #405f9a;
  --blue-dark: #273b61;
  --blue-deep: #1d2b49;
  --red: #a92f52;
  --red-dark: #7f233d;
  --gold: #bf8d28;
  --text: #1c2944;
  --line: rgba(39, 59, 97, .35);
  --back-shift: 0px;
  --mid-shift: 0px;
  --front-shift: 0px;
  --emblem-shift: 0px;
  --line-shift: 0px;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 10%, rgba(255,255,255,.7), transparent 32%),
    radial-gradient(circle at 82% 42%, rgba(63,43,34,.055) 0 1px, transparent 1.4px) 0 0 / 7px 7px,
    var(--paper);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 999;
  opacity: .12;
  pointer-events: none;
  mix-blend-mode: multiply;
  background-image:
    repeating-radial-gradient(circle at 12% 21%, rgba(48,33,18,.28) 0 .6px, transparent .7px 3px),
    repeating-linear-gradient(118deg, transparent 0 6px, rgba(255,255,255,.22) 7px 8px);
}

a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
figure { margin: 0; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  overflow: hidden;
  color: var(--paper-light);
  background: #071329;
  border-bottom: 1px solid rgba(255,250,242,.28);
}

.hero-sticky {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  overflow: hidden;
  isolation: isolate;
}

.hero-handoff-frame,
.hero-handoff-frame img,
.hero-handoff-shade {
  position: absolute;
  inset: 0;
}

.hero-handoff-frame {
  z-index: -1;
  overflow: hidden;
  background: #071329;
}

.hero-handoff-frame img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 55% 50%;
  filter: none;
}

.hero-handoff-shade {
  background:
    linear-gradient(90deg, rgba(3,13,35,.72) 0%, rgba(3,13,35,.24) 48%, rgba(3,13,35,.08) 72%),
    linear-gradient(0deg, rgba(3,13,35,.68) 0%, transparent 48%, rgba(3,13,35,.28) 100%);
}

.site-header {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 104px;
  margin: 0 2.35vw;
  color: var(--paper-light);
  border-bottom: 1px solid rgba(255,250,242,.52);
  opacity: 0;
  transform: translateY(-120%);
  transition: opacity .6s ease .05s, transform .8s cubic-bezier(.16,1,.3,1) .05s;
}

.is-ready .site-header { opacity: 1; transform: translateY(0); }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--paper-light);
  text-shadow: 0 2px 18px rgba(0,0,0,.62);
}

.brand > img {
  width: 88px;
  height: 66px;
  border: 2px solid var(--gold);
  border-radius: 4px;
  object-fit: contain;
  box-shadow: 0 0 0 4px rgba(255,250,242,.22);
}

.header-brand > img {
  width: 96px;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 3px 10px rgba(0,0,0,.45));
}

.brand-copy { display: flex; flex-direction: column; gap: 3px; }
.brand-copy strong {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.2rem, 1.6vw, 1.65rem);
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.05;
}

.brand-copy small {
  max-width: 300px;
  font-family: "Arial Narrow", "Roboto Condensed", sans-serif;
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .19em;
  line-height: 1.3;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3.2vw, 54px);
}

.global-nav a {
  position: relative;
  padding: 16px 0 13px;
  font-family: "Arial Narrow", sans-serif;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-shadow: 0 2px 18px rgba(0,0,0,.62);
}

.global-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s ease;
}

.global-nav a:hover::after,
.global-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-button { display: none; }

.hero-grid {
  display: grid;
  position: relative;
  z-index: 12;
  grid-template-columns: minmax(520px, .92fr) minmax(320px, 1.08fr);
  min-height: calc(100svh - 104px);
  min-height: calc(100dvh - 104px);
  align-items: end;
  gap: clamp(36px, 6vw, 110px);
  padding: 5vh max(5vw,72px) 7.5vh max(4.2vw,58px);
}

.hero-copy {
  position: relative;
  z-index: 12;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
}

.hero-kicker {
  margin: 0 0 2.2vh;
  color: #f1c55d;
  font-family: "Arial Narrow", sans-serif;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-shadow: 0 2px 20px rgba(0,0,0,.72);
}

.hero h1 {
  margin: 0;
  color: var(--paper-light);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(4.6rem, 7.8vw, 8.8rem);
  font-weight: 500;
  line-height: .99;
  letter-spacing: -.085em;
  text-shadow: 0 4px 34px rgba(0,0,0,.56);
}

.title-mask {
  display: block;
  overflow: hidden;
  padding: 0 .08em .08em 0;
}

.title-mask > span {
  display: block;
  transform: translateY(115%);
  transition: transform 1.05s cubic-bezier(.16,1,.3,1);
}

.title-mask:nth-child(2) > span { transition-delay: .12s; }
.is-ready .title-mask > span { transform: translateY(0); }

.intro-item {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .8s cubic-bezier(.16,1,.3,1);
}

.hero-kicker { transition-delay: .24s; }
.hero-lead { transition-delay: .36s; }
.hero-actions { transition-delay: .48s; }
.hero-signature { transition-delay: .58s; }
.is-ready .intro-item { opacity: 1; transform: translateY(0); }

.hero-lead {
  width: fit-content;
  margin: 2vh 0 0;
  padding-bottom: 15px;
  color: var(--paper-light);
  border-bottom: 1px solid rgba(255,250,242,.72);
  font-size: clamp(.92rem, 1.15vw, 1.1rem);
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: .08em;
  text-shadow: 0 2px 18px rgba(0,0,0,.66);
}

.hero-lead span {
  color: rgba(255,250,242,.78);
  font-family: "Arial Narrow", sans-serif;
  font-size: .62rem;
  letter-spacing: .17em;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 2.1vh;
}

.button {
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 0 22px;
  border: 1px solid currentColor;
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .08em;
  transition: transform .25s ease, color .25s ease, background .25s ease;
}

.button span { transition: transform .25s ease; }
.button:hover { transform: translateY(-3px); }
.button:hover span { transform: translateX(5px); }
.button:focus-visible { outline: 3px solid rgba(191,141,40,.6); outline-offset: 4px; }
.button-blue {
  color: var(--paper-light);
  background: rgba(29,43,73,.82);
  border-color: rgba(255,250,242,.72);
  backdrop-filter: blur(8px);
}
.button-blue:hover { color: var(--blue-dark); background: var(--paper-light); }
.button-red { color: var(--paper-light); background: rgba(169,47,82,.88); border-color: rgba(255,250,242,.72); }
.button-red:hover { color: var(--red-dark); background: var(--paper-light); }

.hero-signature {
  align-self: end;
  justify-self: end;
  display: flex;
  max-width: 560px;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 0 4px;
  text-align: right;
  text-shadow: 0 3px 26px rgba(0,0,0,.72);
}

.hero-signature span,
.hero-signature small {
  font-family: "Arial Narrow", "Roboto Condensed", sans-serif;
  font-weight: 800;
  letter-spacing: .16em;
}

.hero-signature span { max-width: 420px; font-size: clamp(.62rem,.85vw,.82rem); line-height: 1.65; }
.hero-signature small { margin-top: 9px; color: rgba(255,250,242,.72); font-size: .58rem; }

.hero-side-note {
  position: absolute;
  z-index: 20;
  right: 1.1%;
  top: 120px;
  bottom: 9%;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  writing-mode: vertical-rl;
  color: rgba(255,250,242,.78);
  font-family: "Arial Narrow", sans-serif;
  font-size: .63rem;
  letter-spacing: .16em;
}

.hero-side-note span { color: #f1c55d; font-family: Georgia, serif; font-size: .74rem; line-height: 1.25; }

.scroll-cue {
  position: absolute;
  z-index: 20;
  left: auto;
  right: 3.2%;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--paper-light);
  font-family: "Arial Narrow", sans-serif;
  font-size: .54rem;
  font-weight: 800;
  letter-spacing: .17em;
  writing-mode: vertical-rl;
}

.scroll-cue i { display: block; width: 1px; height: 44px; overflow: hidden; background: rgba(255,255,255,.4); }
.scroll-cue i::after { content: ""; display: block; width: 100%; height: 50%; background: var(--paper-light); animation: scroll-line 1.8s ease-in-out infinite; }

@keyframes scroll-line { 0% { transform: translateY(-110%); } 60%,100% { transform: translateY(220%); } }

.rhythm-ticker {
  overflow: hidden;
  color: var(--paper-light);
  background: var(--red-dark);
  border-top: 5px solid var(--gold);
  border-bottom: 5px solid var(--gold);
}

.rhythm-ticker > div {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 34px;
  padding: 16px 0;
  animation: ticker 26s linear infinite;
}

.rhythm-ticker span { font-family: "Arial Narrow", sans-serif; font-size: .78rem; font-weight: 800; letter-spacing: .2em; }
.rhythm-ticker i { color: var(--gold); font-style: normal; }

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

.section { padding: clamp(88px, 10vw, 152px) clamp(24px, 6vw, 102px); }

.section-label {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: clamp(45px, 6vw, 82px);
  color: var(--blue-dark);
  font-family: "Arial Narrow", sans-serif;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .19em;
}

.section-label::after { content: ""; width: 72px; height: 1px; background: currentColor; }
.section-label span { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .58rem; }
.section-label-light { color: var(--paper-light); }

.about {
  position: relative;
  display: flex;
  min-height: clamp(820px, 94svh, 1050px);
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--paper-light);
  background:
    linear-gradient(90deg, rgba(20,34,61,.9) 0%, rgba(29,43,73,.76) 45%, rgba(29,43,73,.18) 100%),
    linear-gradient(0deg, rgba(127,35,61,.58) 0%, transparent 48%),
    url('/assets/about-parade.webp') center 64% / cover no-repeat;
}

.about::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 22px;
  border: 1px solid rgba(255,250,242,.55);
  pointer-events: none;
}

.about > * { position: relative; z-index: 2; }
.about .section-label { color: var(--paper-light); }

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .78fr);
  gap: clamp(30px, 5vw, 82px);
  align-items: end;
  width: 100%;
}

.about-heading { grid-column: 1; padding-bottom: 18px; }
.about-heading > p,
.section-heading > p,
.activity-head > p {
  margin: 0 0 17px;
  color: var(--red);
  font-family: "Arial Narrow", sans-serif;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.about-heading h2,
.section-heading h2,
.activity-head h2 {
  margin: 0;
  color: var(--blue-dark);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(3rem, 5.5vw, 6.4rem);
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: -.06em;
}

.about .about-heading > p { color: var(--gold); text-shadow: 0 2px 16px rgba(0,0,0,.32); }
.about .about-heading h2 { color: var(--paper-light); text-shadow: 0 4px 28px rgba(0,0,0,.36); }

.about-copy {
  grid-column: 2;
  max-width: 620px;
  padding: clamp(28px, 3.8vw, 55px);
  color: var(--text);
  background: rgba(255,250,242,.94);
  border-top: 5px solid var(--red);
  box-shadow: 0 24px 70px rgba(12,22,43,.34);
  backdrop-filter: blur(5px);
}
.about-copy p { margin: 0 0 20px; font-size: .96rem; line-height: 2.05; }
.about-copy .lead-copy { color: var(--blue-dark); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(1.3rem, 2.05vw, 2rem); font-weight: 600; line-height: 1.75; }

.about-caption {
  position: absolute;
  right: 42px;
  bottom: 38px;
  margin: 0;
  color: var(--paper-light);
  font-family: "Arial Narrow", sans-serif;
  font-size: .56rem;
  font-weight: 800;
  letter-spacing: .18em;
  writing-mode: vertical-rl;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  margin-top: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
  color: var(--red);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translate(4px,-4px); }

.bands {
  color: var(--paper-light);
  background:
    linear-gradient(135deg, rgba(255,255,255,.04) 25%, transparent 25%) 0 0 / 30px 30px,
    var(--blue-deep);
}

.bands .section-label { color: var(--paper-light); }
.bands-head { display: grid; grid-template-columns: 1fr .82fr; gap: 7vw; align-items: end; margin-bottom: 65px; }
.bands .section-heading > p { color: var(--gold); }
.bands .section-heading h2 { color: var(--paper-light); }
.bands-intro { max-width: 640px; margin: 0 0 5px; color: var(--paper-soft); font-size: clamp(.98rem, 1.35vw, 1.2rem); line-height: 2; }

.band-jump {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(255,255,255,.3);
  border-left: 1px solid rgba(255,255,255,.3);
}

.band-jump a {
  position: relative;
  display: flex;
  min-height: 110px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5px;
  padding: 17px;
  border-right: 1px solid rgba(255,255,255,.3);
  border-bottom: 1px solid rgba(255,255,255,.3);
  line-height: 1.45;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.band-jump a::after { content: "↘"; position: absolute; right: 14px; top: 12px; color: var(--gold); font-family: sans-serif; }
.band-jump a span { color: var(--gold); font-family: Georgia, serif; font-size: .66rem; }
.band-jump a strong {
  margin-top: auto;
  padding-right: 18px;
  font-family: "Arial Narrow", "Roboto Condensed", sans-serif;
  font-size: clamp(1rem, 1.32vw, 1.28rem);
  font-weight: 800;
  letter-spacing: .055em;
  line-height: 1.12;
  text-transform: uppercase;
}
.band-jump a small {
  color: #cbd1e1;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: .67rem;
  letter-spacing: .04em;
}
.band-jump a:hover { z-index: 2; color: var(--blue-deep); background: var(--paper-light); transform: translateY(-4px); }
.band-jump a:hover small { color: var(--blue-dark); }

.band-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 90px; background: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.2); }
.band-card { scroll-margin-top: 30px; display: grid; grid-template-columns: 50px 38% 1fr; min-height: 260px; background: var(--blue-deep); }
.band-number { display: grid; place-items: center; color: var(--gold); border-right: 1px solid rgba(255,255,255,.18); font-family: Georgia, serif; font-size: .67rem; writing-mode: vertical-rl; }

.band-photo {
  position: relative;
  display: grid;
  min-height: 260px;
  place-items: center;
  overflow: hidden;
  border-right: 1px solid rgba(255,255,255,.18);
}

.band-photo::before,
.band-photo::after { content: ""; position: absolute; inset: -25%; transform: rotate(28deg); }
.band-photo::before { background: repeating-linear-gradient(90deg, transparent 0 26px, rgba(255,255,255,.92) 26px 36px, transparent 36px 62px); }
.band-photo::after { inset: 42% -40%; height: 28%; background: var(--red); transform: rotate(-22deg); }
.band-photo-red { background: var(--red-dark); }
.band-photo-blue { background: var(--blue); }
.band-photo-soft { background: #d7cdbf; }
.band-photo-soft::after { background: var(--blue); }

.band-photo.has-image::before,
.band-photo.has-image::after { display: none; }

.band-photo.has-image img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  filter: saturate(.92) contrast(1.04);
  transition: transform .75s cubic-bezier(.16,1,.3,1), filter .4s ease;
}

.band-card:hover .band-photo.has-image img { transform: scale(1.035); filter: saturate(1) contrast(1.04); }
.band-photo-maracatu img { object-position: 42% 50%; }
.band-photo-samba-enredo img { object-position: 50% 54%; }
.band-photo-sertanejo img { object-position: 51% 53%; }
.band-photo-reggae img { object-position: 51% 50%; }
.band-photo-boi-bumba img { object-position: 50% 48%; }
.band-photo-pagode img { object-position: 50% 58%; }
.band-photo-funk img { object-position: 50% 42%; }
.band-photo-axe img { object-position: 51% 47%; }
.band-photo-choro img { object-position: 49% 53%; }
.band-photo-bossa-nova img { object-position: 50% 47%; }

.band-photo span {
  position: relative;
  z-index: 2;
  padding: 10px 12px;
  color: var(--blue-dark);
  background: var(--paper-light);
  border: 1px solid var(--gold);
  font-family: "Arial Narrow", sans-serif;
  font-size: .56rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.5;
  text-align: center;
}

.band-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(20px, 2.3vw, 38px); }
.band-copy .band-name-pt {
  margin: 0;
  color: var(--paper-light);
  font-family: "Arial Narrow", "Roboto Condensed", sans-serif;
  font-size: clamp(1.65rem, 2.35vw, 2.7rem);
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1.03;
  text-transform: uppercase;
}
.band-copy .band-name-ja {
  margin: 9px 0 17px;
  color: var(--gold);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(.72rem, .9vw, .88rem);
  font-weight: 700;
  letter-spacing: .08em;
}
.band-copy .band-description { margin: 0; color: #d8dceb; font-size: .82rem; line-height: 1.85; }
.band-guide-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding-bottom: 6px;
  color: var(--gold);
  border-bottom: 1px solid rgba(218,174,75,.7);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  transition: gap .25s ease, color .25s ease, border-color .25s ease;
}
.band-guide-link:hover { gap: 18px; color: var(--paper-light); border-color: var(--paper-light); }
.band-note { margin: 28px 0 0 auto; color: #cbd1e1; font-size: .72rem; letter-spacing: .05em; text-align: right; }

.activity {
  position: relative;
  color: var(--paper-light);
  background: var(--red-dark);
  overflow: hidden;
}

.activity::before {
  content: "";
  position: absolute;
  right: -15vw;
  top: -20vw;
  width: 52vw;
  height: 52vw;
  border: 2px solid rgba(191,141,40,.35);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(191,141,40,.03), 0 0 0 160px rgba(191,141,40,.03);
}

.activity-head { position: relative; z-index: 2; margin-bottom: clamp(65px, 10vw, 130px); }
.activity-head > p { color: var(--gold); }
.activity-head h2 { color: var(--paper-light); }

.feature {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr);
  max-width: 1380px;
  margin: 0 auto clamp(110px, 13vw, 190px);
  align-items: center;
}

.feature:last-child { margin-bottom: 0; }
.feature-photo { position: relative; }
.feature-photo::before { content: ""; position: absolute; z-index: -1; inset: 20px -20px -20px 20px; border: 2px solid var(--gold); }
.feature-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.78) contrast(1.04); }

.feature-copy {
  position: relative;
  z-index: 3;
  margin-left: -54px;
  padding: clamp(33px, 5vw, 70px);
  color: var(--text);
  background: var(--paper-light);
  box-shadow: 0 24px 70px rgba(44,18,28,.25);
}

.feature-index { color: var(--red); font-family: "Arial Narrow", sans-serif; font-size: .62rem; font-weight: 800; letter-spacing: .18em; }
.feature-copy h3 { margin: 20px 0; color: var(--blue-dark); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(2.4rem, 4.6vw, 5.3rem); font-weight: 500; line-height: 1.08; letter-spacing: -.05em; }
.feature-copy > p { margin: 0; font-size: .91rem; line-height: 2; }
.feature-copy > small { display: block; margin-top: 28px; padding-top: 16px; color: var(--blue); border-top: 1px solid var(--line); font-size: .7rem; font-weight: 800; letter-spacing: .1em; }

.feature-sales { grid-template-columns: minmax(330px, .66fr) minmax(0, 1.34fr); }
.feature-sales .feature-gallery { grid-column: 2; grid-row: 1; }
.feature-sales .feature-copy { grid-column: 1; grid-row: 1; margin: 0 -54px 0 0; }

.feature-gallery { display: block; }
.feature-gallery figure img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.02); }
.text-link-light { color: var(--red); }

.feature-practice .feature-photo img { object-position: center; }
.feature-copy dl { margin: 27px 0; border-top: 1px solid var(--line); }
.feature-copy dl > div { display: grid; grid-template-columns: 76px 1fr; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.feature-copy dt { color: var(--red); font-family: "Arial Narrow", sans-serif; font-size: .61rem; font-weight: 800; letter-spacing: .16em; }
.feature-copy dd { margin: 0; color: var(--blue-dark); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(1rem, 1.35vw, 1.25rem); font-weight: 700; line-height: 1.55; }

.live-strip {
  display: grid;
  grid-template-columns: 1fr .46fr 1fr;
  min-height: 520px;
  color: var(--paper-light);
  background: var(--blue-deep);
}

.live-strip figure { overflow: hidden; }
.live-strip figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.08); transition: transform 1s cubic-bezier(.16,1,.3,1); }
.live-strip figure:hover img { transform: scale(1.035); }
.live-strip-copy { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px 20px; text-align: center; }
.live-strip-copy small { color: var(--gold); font-family: "Arial Narrow", sans-serif; font-size: .62rem; font-weight: 800; letter-spacing: .2em; }
.live-strip-copy p { margin: 25px 0 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(1.55rem, 2.6vw, 3rem); line-height: 1.65; writing-mode: vertical-rl; }

.contact {
  position: relative;
  min-height: 790px;
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
}

.contact::before,
.contact::after { content: ""; position: absolute; width: 34vw; height: 34vw; border-radius: 50%; opacity: .09; }
.contact::before { left: -12vw; top: -10vw; background: var(--red); }
.contact::after { right: -11vw; bottom: -13vw; background: var(--blue); }

.contact-inner { position: relative; z-index: 2; width: min(900px, 100%); }
.contact .section-label { justify-content: center; margin-bottom: 36px; }
.contact-kicker { margin: 0; color: var(--red); font-family: "Arial Narrow", sans-serif; font-size: .64rem; font-weight: 800; letter-spacing: .2em; }
.contact h2 { margin: 24px 0; color: var(--blue-dark); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(3.5rem, 7.2vw, 8rem); font-weight: 500; line-height: 1.05; letter-spacing: -.07em; }
.contact-note { max-width: 620px; margin: 0 auto 42px; font-size: .94rem; line-height: 2; }

.mail-link {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 30px;
  width: min(660px, 100%);
  margin: 0 auto;
  padding: 20px 25px;
  color: var(--paper-light);
  background: var(--blue-dark);
  text-align: left;
  transition: transform .25s ease, background .25s ease;
}

.mail-link:hover { transform: translateY(-4px); background: var(--red-dark); }
.mail-link small { grid-column: 1; color: var(--gold); font-family: "Arial Narrow", sans-serif; font-size: .55rem; font-weight: 800; letter-spacing: .18em; }
.mail-link strong { grid-column: 1; font-family: Georgia, serif; font-size: clamp(1.1rem, 2.2vw, 1.8rem); font-weight: 400; word-break: break-all; }
.mail-link > span { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 1.5rem; }

.social-links { display: grid; grid-template-columns: 1fr 1fr; width: min(660px, 100%); margin: 14px auto 0; border-top: 1px solid var(--blue-dark); border-left: 1px solid var(--blue-dark); }
.social-links a { position: relative; display: flex; min-height: 84px; flex-direction: column; justify-content: center; gap: 4px; padding: 15px 45px 15px 18px; border-right: 1px solid var(--blue-dark); border-bottom: 1px solid var(--blue-dark); text-align: left; transition: color .25s ease, background .25s ease; }
.social-links a:hover { color: var(--paper-light); background: var(--red-dark); }
.social-links span { color: var(--red); font-family: "Arial Narrow", sans-serif; font-size: .54rem; font-weight: 800; letter-spacing: .17em; }
.social-links a:hover span { color: var(--gold); }
.social-links b { font-family: Georgia, serif; font-size: .95rem; font-weight: 400; }
.social-links i { position: absolute; right: 17px; top: 17px; font-style: normal; }

.contact-mascot {
  position: absolute;
  z-index: 1;
  top: clamp(42px,5vw,72px);
  right: clamp(20px,4vw,64px);
  width: clamp(190px,16vw,250px);
  aspect-ratio: 1;
  pointer-events: none;
}

.contact-mascot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 34px;
  align-items: center;
  padding: 32px clamp(24px, 4vw, 70px);
  color: var(--paper-light);
  background: var(--blue-deep);
  border-top: 5px solid var(--gold);
}

.footer-brand { color: var(--paper-light); }
.footer-brand > img { width: 77px; height: 58px; }
footer > p { margin: 0; font-size: .72rem; letter-spacing: .09em; }
footer > small { color: #c4cbdb; font-family: "Arial Narrow", sans-serif; font-size: .55rem; letter-spacing: .14em; }

.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity .8s ease, transform .9s cubic-bezier(.16,1,.3,1);
}

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

@media (max-width: 1120px) {
  .site-header { height: 92px; }
  .brand > img { width: 77px; height: 58px; }
  .header-brand > img { width: 84px; height: auto; }
  .global-nav { gap: 20px; }
  .global-nav a { font-size: .69rem; }
  .hero-grid {
    grid-template-columns: minmax(450px,.95fr) minmax(280px,1.05fr);
    min-height: calc(100svh - 92px);
    min-height: calc(100dvh - 92px);
    padding-right: 58px;
    padding-left: 42px;
  }
  .hero h1 { font-size: clamp(3.75rem, 7.1vw, 6.3rem); }
  .hero-actions { flex-direction: column; width: min(340px, 100%); }
  .button { min-height: 53px; }
  .hero-side-note { top: 105px; }
  .about-grid { grid-template-columns: minmax(0, 1fr) minmax(340px, .85fr); }
  .band-jump { grid-template-columns: repeat(2, 1fr); }
  .band-list { grid-template-columns: 1fr; }
  .band-card { grid-template-columns: 56px 34% 1fr; }
  .feature { grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); }
  .feature-sales { grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); }
}

@media (max-width: 820px) {
  .hero,
  .hero-sticky {
    min-height: 100svh;
    min-height: 100dvh;
    overflow: hidden;
  }
  .hero-handoff-frame img { object-position: center; }
  .hero-handoff-shade {
    background: linear-gradient(0deg, rgba(3,13,35,.82) 0%, rgba(3,13,35,.16) 58%, rgba(3,13,35,.25) 100%);
  }
  .site-header { position: relative; height: 78px; margin: 0 17px 0 12px; }
  .brand { gap: 10px; }
  .brand > img { width: 65px; height: 49px; border-width: 1px; box-shadow: 0 0 0 2px rgba(255,250,242,.24); }
  .header-brand > img { width: 72px; height: auto; border: 0; box-shadow: none; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy small { max-width: 220px; font-size: .44rem; letter-spacing: .13em; }

  .menu-button {
    position: relative;
    z-index: 31;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    padding: 0;
    background: rgba(7,19,41,.56);
    border: 1px solid rgba(255,250,242,.72);
    backdrop-filter: blur(7px);
  }

  .menu-button > span:not(.sr-only) { position: absolute; width: 22px; height: 2px; background: var(--paper-light); transition: transform .25s ease; }
  .menu-button > span:first-child { transform: translateY(-5px); }
  .menu-button > span:nth-child(2) { transform: translateY(5px); }
  .menu-button[aria-expanded="true"] > span:first-child { transform: rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { transform: rotate(-45deg); }

  .global-nav {
    position: fixed;
    z-index: 29;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    color: var(--paper-light);
    background: rgba(29,43,73,.98);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px);
    transition: opacity .3s ease, transform .35s ease;
  }

  .global-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .global-nav a { font-size: 1.15rem; }

  .hero-grid {
    display: flex;
    min-height: calc(100svh - 78px);
    min-height: calc(100dvh - 78px);
    flex-direction: column;
    justify-content: flex-end;
    padding: 42px 54px calc(44px + env(safe-area-inset-bottom)) 22px;
  }
  .hero-copy { width: 100%; min-height: auto; padding: 0; }
  .hero h1 { font-size: clamp(3.5rem, 15.8vw, 6rem); }
  .hero-kicker { max-width: 90%; font-size: .61rem; line-height: 1.7; }
  .hero-lead { font-size: .82rem; }
  .hero-actions { width: 100%; flex-direction: row; gap: 8px; }
  .button { min-height: 55px; flex: 1; gap: 12px; padding: 0 14px; font-size: .72rem; }
  .hero-signature { display: none; }
  .hero-side-note { display: none; }
  .scroll-cue { left: auto; right: 15px; bottom: calc(22px + env(safe-area-inset-bottom)); }

  .section { padding: 82px 22px; }
  .section-label { margin-bottom: 45px; }
  .about {
    min-height: 940px;
    justify-content: flex-end;
    background-color: var(--blue-deep);
    background-position: center, center, center top;
    background-size: 100% 100%, 100% 100%, 100% auto;
    background-repeat: no-repeat;
  }
  .about::before { inset: 13px; }
  .about-grid { display: block; }
  .about-heading h2,
  .section-heading h2,
  .activity-head h2 { font-size: clamp(2.8rem, 12vw, 4.7rem); }
  .about-copy { margin: 34px 0 0 auto; padding: 27px 23px; }
  .about-copy .lead-copy { font-size: 1.25rem; }
  .about-caption { display: none; }

  .bands-head { display: block; margin-bottom: 45px; }
  .bands-intro { margin-top: 30px; }
  .band-jump a { min-height: 84px; padding: 13px; }
  .band-jump a > span,
  .band-number { display: none; }
  .band-jump a strong { font-size: clamp(.9rem, 2.7vw, 1.15rem); }
  .band-jump a small { font-size: .61rem; }
  .band-list { margin-top: 65px; }
  .band-card { grid-template-columns: 38% 1fr; min-height: 215px; }
  .band-photo { min-height: 215px; }
  .band-copy { padding: 20px 17px; }
  .band-copy .band-name-pt { font-size: clamp(1.35rem, 4.5vw, 1.85rem); }
  .band-copy .band-name-ja { margin: 7px 0 12px; font-size: .68rem; }
  .band-copy .band-description { font-size: .71rem; line-height: 1.65; }
  .band-guide-link { margin-top: 14px; font-size: .65rem; }

  .feature,
  .feature-sales {
    display: block;
    min-height: 570px;
    margin-bottom: 54px;
    overflow: hidden;
    border: 1px solid rgba(255,250,242,.34);
    box-shadow: 0 22px 55px rgba(44,18,28,.24);
  }
  .feature-practice { min-height: 670px; }
  .feature-photo,
  .feature-gallery,
  .feature-sales .feature-gallery {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .feature-photo::before { display: none; }
  .feature-photo::after,
  .feature-gallery::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(7,19,41,.12) 0%, rgba(7,19,41,.32) 38%, rgba(7,19,41,.9) 100%),
      linear-gradient(90deg, rgba(7,19,41,.28), transparent 70%);
  }
  .feature-photo img,
  .feature-gallery figure,
  .feature-gallery figure img {
    width: 100%;
    height: 100%;
    max-width: none;
    aspect-ratio: auto;
    object-fit: cover;
  }
  .feature-house .feature-photo img { object-position: 50% 50%; }
  .feature-sales .feature-gallery figure img { object-position: 51% 50%; }
  .feature-practice .feature-photo img { object-position: 53% 50%; }
  .feature-copy,
  .feature-sales .feature-copy {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    min-height: 570px;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0;
    padding: 46px 27px 34px;
    color: var(--paper-light);
    background: transparent;
    box-shadow: none;
  }
  .feature-practice .feature-copy { min-height: 670px; }
  .feature-index { color: #f1c55d; text-shadow: 0 2px 14px rgba(0,0,0,.65); }
  .feature-copy h3 {
    color: var(--paper-light);
    font-size: clamp(2.3rem, 10vw, 4rem);
    text-shadow: 0 3px 22px rgba(0,0,0,.68);
  }
  .feature-copy > p { color: var(--paper-light); text-shadow: 0 2px 14px rgba(0,0,0,.72); }
  .feature-copy > small { color: var(--paper-light); border-color: rgba(255,250,242,.48); }
  .feature-copy dl { border-color: rgba(255,250,242,.42); }
  .feature-copy dl > div { border-color: rgba(255,250,242,.42); }
  .feature-copy dt { color: #f1c55d; }
  .feature-copy dd { color: var(--paper-light); text-shadow: 0 2px 14px rgba(0,0,0,.72); }
  .feature-copy .text-link-light { color: var(--paper-light); border-color: rgba(255,250,242,.7); text-shadow: 0 2px 14px rgba(0,0,0,.72); }
  .live-strip { grid-template-columns: 1fr 1fr; min-height: 620px; }
  .live-strip-copy { grid-column: 1 / 3; grid-row: 2; min-height: 180px; }
  .live-strip-copy p { margin: 15px 0 0; font-size: 1.45rem; writing-mode: horizontal-tb; }

  .contact { min-height: 720px; }
  .contact h2 { font-size: clamp(3.2rem, 14vw, 5.8rem); }
  .contact-mascot { display: none; }
  .mail-link { padding: 17px 18px; }

  footer { grid-template-columns: 1fr; gap: 18px; text-align: center; }
  .footer-brand { justify-self: center; }
}

@media (max-width: 520px) {
  .brand-copy small { display: block; max-width: min(47vw, 178px); font-size: .36rem; letter-spacing: .1em; line-height: 1.25; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.9rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; flex: auto; }
  .scroll-cue { display: none; }
  .band-jump { grid-template-columns: 1fr 1fr; }
  .band-card { grid-template-columns: 1fr; }
  .band-photo { grid-column: 1; height: 145px; min-height: 145px; border-bottom: 1px solid rgba(255,255,255,.18); }
  .band-photo.has-image { height: clamp(230px, 68vw, 300px); min-height: 230px; }
  .band-copy { grid-column: 1; }
  .band-copy .band-name-pt { font-size: clamp(1.55rem, 7.2vw, 2.15rem); }
  .feature,
  .feature-sales { min-height: 540px; }
  .feature-practice { min-height: 650px; }
  .feature-copy,
  .feature-sales .feature-copy { min-height: 540px; padding: 38px 22px 28px; }
  .feature-practice .feature-copy { min-height: 650px; }
  .social-links { grid-template-columns: 1fr; }
  .live-strip { min-height: 500px; }
}

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

/* C案：リオから東京外大へ向かうポップフライトイントロ */
html.pop-intro-running,
html.pop-intro-running body { overflow: hidden; }

.pop-intro {
  --pop-paper: #f4e6c8;
  --pop-ink: #18324a;
  --pop-green: #218b57;
  --pop-yellow: #f3c84b;
  --pop-red: #d95648;
  --pop-sky: #65b8cc;
  --pop-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --pop-emblem-size: clamp(360px,46vw,680px);
  position: fixed;
  z-index: 5000;
  inset: 0;
  width: 100%;
  height: 100svh;
  height: 100dvh;
  overflow: hidden;
  isolation: isolate;
  background: var(--pop-paper);
  color: var(--pop-ink);
  opacity: 1;
  transition: opacity .62s cubic-bezier(.22,.7,.2,1);
}

.pop-intro.is-exiting { opacity: 0; pointer-events: none; }
.pop-intro.is-fast-exit { transition-duration: .1s; }
.pop-intro-paper-base,
.pop-intro-world,
.pop-intro-route-map,
.pop-intro-preload { position: absolute; inset: 0; }

.pop-intro-paper-base {
  z-index: 0;
  background:
    radial-gradient(circle at 20% 22%, rgba(33,139,87,.13) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 63%, rgba(24,50,74,.11) 0 1px, transparent 2px),
    linear-gradient(115deg, rgba(255,255,255,.22), transparent 36%),
    var(--pop-paper);
  background-size: 23px 23px, 31px 31px, auto, auto;
}

.pop-intro-world { z-index: 1; overflow: hidden; will-change: opacity; }
.pop-intro-route-map {
  z-index: 4;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: var(--pop-paper);
}

.pop-intro-route-mask {
  fill: none;
  stroke: white;
  stroke-width: 16;
  stroke-dasharray: 1;
  stroke-linecap: round;
}

.pop-intro-route-line {
  fill: none;
  stroke: var(--pop-red);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: .018 .024;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(2px 3px 0 rgba(24,50,74,.16));
}

.pop-intro-place circle:first-of-type {
  fill: var(--pop-yellow);
  stroke: var(--pop-ink);
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.pop-intro-place-ring {
  fill: none;
  stroke: var(--pop-red);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.pop-intro-place text {
  fill: var(--pop-ink);
  font: 900 17px/1 var(--pop-mono);
  letter-spacing: .12em;
  paint-order: stroke;
  stroke: var(--pop-paper);
  stroke-width: 7px;
  stroke-linejoin: round;
}

.pop-intro-plane path {
  fill: var(--pop-red);
  stroke: var(--pop-ink);
  stroke-width: 2.5;
  vector-effect: non-scaling-stroke;
}

.pop-intro-plane ellipse {
  fill: var(--pop-yellow);
  stroke: var(--pop-ink);
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}

.pop-intro-plane .pop-intro-plane-detail {
  fill: none;
  stroke: rgba(24,50,74,.52);
  stroke-width: 1.5;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.pop-intro-cloud {
  position: absolute;
  z-index: 3;
  width: clamp(150px,20vw,310px);
  height: clamp(46px,6vw,94px);
  border-radius: 999px;
  background: var(--pop-paper);
  opacity: .86;
  box-shadow:
    48px -22px 0 -4px var(--pop-paper),
    100px 1px 0 -8px var(--pop-paper),
    3px 8px 0 rgba(24,50,74,.12);
  will-change: transform;
}

.pop-intro-cloud-one { top: 18%; left: 46%; }
.pop-intro-cloud-two { right: -5%; bottom: 18%; opacity: .72; }

.pop-intro-route-caption {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 13%;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 10px 15px;
  border: 2px solid var(--pop-ink);
  background: rgba(244,230,200,.94);
  font: 900 11px/1 var(--pop-mono);
  letter-spacing: .14em;
  box-shadow: 4px 4px 0 var(--pop-ink);
  transform: translateX(-50%) rotate(-1deg);
}

.pop-intro-route-caption i { color: var(--pop-red); font-style: normal; }

.pop-intro-japan-ticket {
  position: absolute;
  z-index: 7;
  left: 50%;
  top: 47%;
  display: grid;
  width: min(330px,calc(100vw - 44px));
  padding: 16px 20px 17px;
  border: 2px solid var(--pop-ink);
  background: var(--pop-paper);
  text-align: center;
  box-shadow: 7px 7px 0 rgba(24,50,74,.85);
  pointer-events: none;
}

.pop-intro-japan-ticket span {
  color: var(--pop-red);
  font: 900 9px/1 var(--pop-mono);
  letter-spacing: .22em;
}

.pop-intro-japan-ticket strong {
  margin-top: 7px;
  font-size: clamp(30px,4vw,54px);
  line-height: .95;
  letter-spacing: -.04em;
}

.pop-intro-japan-ticket small {
  margin-top: 8px;
  color: rgba(24,50,74,.7);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.pop-intro-emblem {
  position: absolute;
  z-index: 9;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  overflow: hidden;
  background: var(--pop-paper);
  will-change: opacity, transform;
}

.pop-intro-emblem img {
  position: relative;
  z-index: 2;
  width: var(--pop-emblem-size);
  max-width: calc(100vw - 40px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 20px rgba(24,50,74,.12));
}

.pop-intro.is-playing .pop-intro-emblem img {
  animation: pop-intro-emblem-in 520ms cubic-bezier(.22,.7,.2,1) both;
}

.pop-intro-emblem p {
  position: relative;
  z-index: 2;
  margin: 30px 0 0;
  color: var(--pop-ink);
  font-size: clamp(17px,1.65vw,25px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: .08em;
  text-align: center;
}

@keyframes pop-intro-emblem-in {
  0% { transform: scale(.97); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

.pop-intro-activity-arrival {
  position: absolute;
  z-index: 10;
  inset: 0;
  visibility: hidden;
  pointer-events: none;
  will-change: opacity;
}

.pop-intro-activity-camera {
  position: absolute;
  inset: 0;
  overflow: hidden;
  will-change: transform;
}

.pop-intro-activity-scene,
.pop-intro-plate { position: absolute; inset: 0; backface-visibility: hidden; }
.pop-intro-activity-scene { will-change: opacity; }
.pop-intro-plate { will-change: transform, filter; }
.pop-intro-plate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.035) brightness(var(--activity-light,.84));
}

.pop-intro-activity-parade { --activity-light: .9; }
.pop-intro-activity-cowboy { --activity-light: .94; }
.pop-intro-activity-live { --activity-light: .92; }
.pop-intro-activity-percussion { --activity-light: .9; }
.pop-intro-activity-samba { --activity-light: .83; }
.pop-intro-activity-finale img { filter: none; }

.pop-intro-motion-wash {
  position: absolute;
  z-index: 13;
  inset: -12%;
  background: radial-gradient(ellipse at 50% 48%, rgba(231,241,250,.22), rgba(151,184,211,.08) 38%, transparent 70%);
  filter: blur(22px);
  mix-blend-mode: screen;
  pointer-events: none;
}

.pop-intro-handoff-shade {
  position: absolute;
  z-index: 14;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,13,35,.72) 0%, rgba(3,13,35,.24) 48%, rgba(3,13,35,.08) 72%),
    linear-gradient(0deg, rgba(3,13,35,.68) 0%, transparent 48%, rgba(3,13,35,.28) 100%);
}

.pop-intro-handoff-shade::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  mix-blend-mode: multiply;
  background-image:
    repeating-radial-gradient(circle at 12% 21%, rgba(48,33,18,.28) 0 .6px, transparent .7px 3px),
    repeating-linear-gradient(118deg, transparent 0 6px, rgba(255,255,255,.22) 7px 8px);
}

.pop-intro-chrome {
  position: absolute;
  z-index: 30;
  inset: 0;
  pointer-events: none;
  will-change: opacity;
}

.pop-intro-header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px clamp(20px,4.8vw,72px);
}

.pop-intro-header p {
  margin: 0;
  font: 900 10px/1 var(--pop-mono);
  letter-spacing: .16em;
}

.pop-intro-header p span { color: var(--pop-red); }
.pop-intro-header button {
  min-width: 66px;
  min-height: 38px;
  border: 2px solid var(--pop-ink);
  background: var(--pop-paper);
  color: var(--pop-ink);
  font: 900 9px/1 var(--pop-mono);
  letter-spacing: .12em;
  box-shadow: 3px 3px 0 var(--pop-ink);
  pointer-events: auto;
}

.pop-intro-header button:hover,
.pop-intro-header button:focus-visible {
  background: var(--pop-ink);
  color: var(--pop-paper);
  outline: 2px solid white;
  outline-offset: 3px;
}

.pop-intro-footer {
  display: none;
  position: absolute;
  left: clamp(20px,4.8vw,72px);
  right: clamp(20px,4.8vw,72px);
  bottom: 18px;
}

.pop-intro-footer > div { height: 3px; overflow: hidden; background: rgba(24,50,74,.24); }
.pop-intro-footer > div span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--pop-red);
  transform: scaleX(0);
  transform-origin: left center;
}

.pop-intro-footer p {
  margin: 10px 0 0;
  font: 900 8px/1 var(--pop-mono);
  letter-spacing: .14em;
  text-align: center;
}

.pop-intro-stage-reader {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.pop-intro-preload {
  z-index: 60;
  display: grid;
  place-content: center;
  justify-items: center;
  background: var(--pop-paper);
  transition: opacity 420ms ease, visibility 420ms step-end;
}

.pop-intro-preload.is-ready { visibility: hidden; opacity: 0; pointer-events: none; }
.pop-intro-preload img {
  width: var(--pop-emblem-size);
  max-width: calc(100vw - 40px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 20px rgba(24,50,74,.12));
}

.pop-intro-preload p {
  margin: 30px 0 0;
  color: var(--pop-ink);
  font-size: clamp(17px,1.65vw,25px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: .08em;
  text-align: center;
}

@media (max-width: 820px) {
  .pop-intro { --pop-emblem-size: clamp(260px,86vw,380px); }
  .pop-intro-header {
    padding:
      calc(17px + env(safe-area-inset-top))
      max(18px,env(safe-area-inset-right))
      17px
      max(18px,env(safe-area-inset-left));
  }
  .pop-intro-header p { font-size: 8px; }
  .pop-intro-header button { min-width: 62px; min-height: 36px; }
  .pop-intro-route-caption { top: 12%; font-size: 9px; }
  .pop-intro-japan-ticket { top: 49%; }
  .pop-intro-emblem p,
  .pop-intro-preload p { margin-top: 24px; font-size: 17px; }
  .pop-intro-footer {
    left: max(18px,env(safe-area-inset-left));
    right: max(18px,env(safe-area-inset-right));
    bottom: calc(13px + env(safe-area-inset-bottom));
  }
  .pop-intro-footer p { font-size: 7px; }
  .pop-intro-activity-parade img { object-position: 50% 50% !important; }
  .pop-intro-activity-cowboy img { object-position: 52% 50% !important; }
  .pop-intro-activity-live img { object-position: 57% 50% !important; }
  .pop-intro-activity-percussion img { object-position: 55% 52% !important; }
  .pop-intro-activity-samba img { object-position: 50% 44% !important; }
  .pop-intro-activity-finale img { object-position: center !important; }
  .pop-intro-handoff-shade {
    background: linear-gradient(0deg, rgba(3,13,35,.82) 0%, rgba(3,13,35,.16) 58%, rgba(3,13,35,.25) 100%);
  }
}

@media (max-width: 480px) {
  .pop-intro-route-caption { top: 11%; }
  .pop-intro-japan-ticket strong { font-size: 34px; }
  .pop-intro-emblem p,
  .pop-intro-preload p { max-width: 280px; }
}
