:root {
  --ink: #14201f;
  --ink-soft: #293735;
  --paper: #f3eee3;
  --paper-light: #fbf8f1;
  --white: #fffdf8;
  --red: #e0523d;
  --teal: #2d7774;
  --gold: #d6a845;
  --line: rgba(20, 32, 31, 0.18);
  --muted: #66716e;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "YuMincho",
    "Hiragino Mincho ProN", serif;
  --sans: Inter, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic",
    Arial, sans-serif;
  --shell: min(1180px, calc(100vw - 48px));
  --shadow: 0 22px 70px rgba(20, 32, 31, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background-color: var(--paper-light);
  background-image:
    linear-gradient(rgba(251, 248, 241, 0.84), rgba(251, 248, 241, 0.84)),
    url("../bg.png");
  background-size: auto, 60px 60px;
  background-attachment: scroll, fixed;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  color: var(--white);
  background: var(--red);
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

img {
  max-width: 100%;
}

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

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.08;
}

.page-shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
}

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

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  color: var(--ink);
  background: rgba(251, 248, 241, 0.94);
  border-bottom: 1px solid rgba(20, 32, 31, 0.11);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: var(--shell);
  min-height: 78px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: inherit;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: 0.19em;
  text-decoration: none;
}

.wordmark-logo {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  object-fit: contain;
}

.wordmark-mark {
  width: 34px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--red);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
}

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

.site-nav a {
  position: relative;
  padding-block: 6px;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.member-overview {
  padding-block: 72px 90px;
}

.member-photo-map {
  position: relative;
}

.member-group-photo {
  width: 100%;
  height: auto;
  display: block;
}

.member-photo-link {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 20%;
}

.member-photo-link-masaru {
  left: 0;
}

.member-photo-link-saki {
  left: 20%;
}

.member-photo-link-akira {
  left: 40%;
}

.member-photo-link-art {
  left: 60%;
}

.member-photo-link-ken {
  left: 80%;
}

.member-photo-link span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.member-photo-link:focus-visible {
  outline: 4px solid var(--red);
  outline-offset: -4px;
}

.about-project {
  padding-block: 72px 120px;
  border-top: 1px solid var(--line);
}

.about-project-copy {
  max-width: 860px;
  margin-inline: auto;
  color: var(--ink-soft);
  font-size: 17px;
}

.about-project-copy p + p {
  margin-top: 1.45em;
}

.legacy-member-profile {
  padding-bottom: 120px;
}

.legacy-member-profile h2 {
  margin-bottom: 6px;
  font-size: clamp(42px, 6vw, 72px);
  letter-spacing: -0.035em;
}

.legacy-member-profile h3 {
  margin-bottom: 30px;
  color: var(--teal);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legacy-member-profile img {
  width: min(100%, 500px);
  height: auto;
  margin-bottom: 8px;
  box-shadow: var(--shadow);
}

.legacy-member-profile .small {
  color: var(--muted);
  font-size: 11px;
}

.legacy-member-profile p {
  max-width: 860px;
  color: var(--ink-soft);
  font-size: 17px;
}

.gallery-section,
.films-section,
.discography {
  padding-bottom: 120px;
}

.page-hero.discography-hero {
  padding-block: 72px 42px;
}

.discography-hero .eyebrow {
  margin-bottom: 0;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}

.gallery-photo {
  grid-column: span 4;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}

.gallery-photo:nth-child(5n + 1),
.gallery-photo:nth-child(5n + 2) {
  grid-column: span 6;
}

.gallery-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  transition: transform 400ms ease;
}

.gallery-photo:hover img {
  transform: scale(1.035);
}

.gallery-photo figcaption {
  padding: 10px 13px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  letter-spacing: 0.06em;
}

.films-section {
  padding-top: 115px;
}

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

.film-grid figure {
  margin: 0;
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--ink);
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.film-grid figcaption {
  padding-top: 13px;
  color: var(--muted);
  font-size: 13px;
}

.discography {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.album-card {
  padding: clamp(28px, 5vw, 62px);
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: center;
  background: var(--paper-light);
}

.album-art {
  width: 100%;
  max-width: 360px;
}

.album-art img {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.album-year {
  margin-bottom: 12px;
  color: var(--red);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.album-copy h2 {
  margin-bottom: 10px;
  font-size: clamp(36px, 4.5vw, 56px);
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.album-copy > .album-artist {
  margin-bottom: 24px;
  color: var(--teal);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.album-tracks {
  margin-bottom: 30px;
}

.album-tracks h3 {
  margin-bottom: 12px;
  color: var(--muted);
  font-family: inherit;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.album-tracks ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.album-tracks li {
  padding-block: 9px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.35;
}

.track-number,
.track-duration {
  color: var(--muted);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.track-duration {
  text-align: right;
}

.album-store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button-spotify {
  color: #101812;
  background: #1ed760;
}

.button-spotify:hover,
.button-spotify:focus-visible {
  background: #1fef6d;
}

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

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.site-nav .language-link {
  margin-left: 8px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-transform: none;
}

.site-nav .language-link::after {
  display: none;
}

.menu-button {
  display: none;
  color: var(--ink);
  background: transparent;
  border: 0;
}

.heritage-banner {
  min-height: 128px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background-color: #111;
  background-image:
    linear-gradient(90deg, #111 0%, rgba(17, 17, 17, 0.97) 30%, rgba(17, 17, 17, 0.08) 70%),
    url("../circles_black.png");
  background-position: center, center right;
  background-repeat: no-repeat;
  background-size: cover, auto 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.heritage-banner p {
  margin: 0;
  font-size: clamp(20px, 2.6vw, 31px);
  font-weight: 800;
  letter-spacing: 0.055em;
}

.heritage-banner p span {
  margin-inline: 0.2em;
  color: var(--gold);
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
}

.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 78px));
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero-slides,
.hero-wash {
  position: absolute;
  inset: 0;
}

.hero-slides {
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 900ms ease, visibility 900ms;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.025);
}

.hero-slide figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 100px;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(12, 22, 21, 0.62);
  font-size: 11px;
  letter-spacing: 0.05em;
}

.hero-slide figcaption a {
  color: inherit;
}

.hero-slide figcaption strong,
.hero-slide figcaption span {
  display: block;
}

.hero-wash {
  background:
    linear-gradient(90deg, rgba(12, 22, 21, 0.18) 0%, transparent 55%),
    linear-gradient(0deg, rgba(12, 22, 21, 0.42) 0%, transparent 38%);
}

.eyebrow {
  margin-bottom: 22px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--teal);
}

.button {
  min-height: 48px;
  padding: 12px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button-primary {
  color: var(--white);
  background: var(--red);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #c84231;
}

.button-dark {
  color: var(--white);
  background: var(--ink);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span {
  font-size: 20px;
  transition: transform 180ms ease;
}

.text-link:hover span,
.text-link:focus-visible span {
  transform: translateX(5px);
}

.hero-stat {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  width: min(360px, 34vw);
  padding: 27px 36px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--ink);
  background: var(--gold);
}

.hero-stat strong {
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
}

.hero-stat span {
  max-width: 150px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.slideshow-controls {
  position: absolute;
  z-index: 4;
  left: max(30px, calc((100vw - min(1180px, calc(100vw - 48px))) / 2));
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.slide-dots {
  display: flex;
  gap: 7px;
}

.slide-arrow,
.slide-toggle,
.slide-dot {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: var(--white);
  background: rgba(12, 22, 21, 0.48);
  cursor: pointer;
}

.slide-arrow,
.slide-toggle {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
}

.slide-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
}

.slide-dot.is-active {
  border-color: var(--gold);
  background: var(--gold);
}

.slide-arrow:hover,
.slide-arrow:focus-visible,
.slide-toggle:hover,
.slide-toggle:focus-visible {
  background: var(--red);
}

.admin-page {
  padding-block: 80px 120px;
}

.admin-heading {
  margin-bottom: 48px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.admin-heading h1 {
  margin-bottom: 16px;
  font-size: clamp(38px, 6vw, 68px);
}

.admin-heading p:last-child {
  max-width: 760px;
}

.admin-heading-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.admin-panel {
  margin-top: 28px;
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--paper-light);
  box-shadow: var(--shadow);
}

.admin-panel h2 {
  margin-bottom: 24px;
  font-size: 28px;
}

.admin-form,
.admin-form label {
  display: grid;
  gap: 7px;
}

.admin-form label,
.media-picker legend {
  font-size: 13px;
  font-weight: 700;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
  min-width: 0;
  min-height: 43px;
  padding: 9px 11px;
  border: 1px solid #bdb9ad;
  border-radius: 2px;
  color: var(--ink);
  background: white;
  font: inherit;
}

.admin-form textarea {
  resize: vertical;
}

.upload-form {
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  align-items: end;
}

.admin-form-grid {
  margin-block: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.admin-form-grid .wide-field {
  grid-column: 1 / -1;
}

.admin-form-grid .checkbox-label {
  display: flex;
  align-items: center;
  align-self: end;
  min-height: 43px;
}

.admin-form-grid .checkbox-label input {
  min-height: 0;
}

.admin-event-search {
  display: flex;
  align-items: end;
  gap: 12px;
  margin-bottom: 24px;
}

.admin-event-search label {
  display: grid;
  flex: 1;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
}

.admin-event-search input {
  min-height: 43px;
  padding: 9px 11px;
  border: 1px solid #bdb9ad;
  background: white;
  font: inherit;
}

.admin-event-list {
  display: grid;
  margin-top: 12px;
  border-top: 1px solid var(--line);
}

.admin-event-row {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 17px 4px;
  border-bottom: 1px solid var(--line);
  color: inherit;
}

.admin-event-row:hover,
.admin-event-row:focus-visible {
  background: rgba(230, 82, 60, 0.06);
}

.admin-event-row time,
.admin-event-row span {
  color: var(--muted);
  font-size: 13px;
}

.admin-event-row div {
  display: grid;
  gap: 4px;
}

.admin-event-state {
  padding: 5px 8px;
  border: 1px solid var(--line);
  white-space: nowrap;
}

.admin-event-state.state-draft,
.admin-event-state.state-private {
  background: #eeeae0;
}

.admin-event-form small {
  color: var(--muted);
  font-weight: 400;
}

.admin-save-bar {
  position: sticky;
  bottom: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
  padding: 16px 20px;
  border: 1px solid var(--line);
  background: rgba(248, 246, 239, 0.96);
  box-shadow: var(--shadow);
}

.media-picker {
  padding: 0;
  border: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  gap: 12px;
}

.media-picker legend {
  margin-bottom: 12px;
}

.media-choice {
  position: relative;
  padding: 8px;
  border: 2px solid transparent;
  background: var(--paper);
  cursor: pointer;
}

.media-choice:has(input:checked) {
  border-color: var(--red);
}

.media-choice input {
  position: absolute;
  top: 12px;
  left: 12px;
}

.media-choice img,
.slide-admin-card > img {
  width: 100%;
  height: 110px;
  display: block;
  object-fit: cover;
}

.media-choice span,
.admin-record-label {
  font-size: 11px;
}

.slide-admin-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}

.slide-admin-card {
  padding: 16px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.slide-admin-card > img {
  height: 190px;
  margin-bottom: 18px;
}

.danger-link {
  margin-top: 14px;
  padding: 0;
  border: 0;
  color: #9b291f;
  background: transparent;
  text-decoration: underline;
  cursor: pointer;
}

.flash {
  padding: 13px 16px;
  border-left: 4px solid var(--teal);
  background: #e5f1eb;
}

.flash-error {
  border-color: var(--red);
  background: #f8e4df;
}

.admin-user-add {
  grid-template-columns: minmax(150px, 0.7fr) minmax(230px, 1.3fr) 150px auto;
  align-items: end;
}

.admin-user-list {
  display: grid;
  gap: 12px;
}

.admin-user-row {
  padding: 16px;
  display: grid;
  grid-template-columns: minmax(210px, 1.2fr) minmax(150px, 0.8fr) 130px 90px auto;
  gap: 12px;
  align-items: end;
  border: 1px solid var(--line);
  background: var(--paper);
}

.admin-user-row > div,
.admin-user-row label {
  display: grid;
  gap: 6px;
}

.admin-user-row span,
.admin-user-row label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.admin-user-row input,
.admin-user-row select {
  min-width: 0;
  min-height: 43px;
  padding: 9px 11px;
  border: 1px solid #bdb9ad;
  background: white;
  font: inherit;
}

.admin-user-row .checkbox-label {
  min-height: 43px;
  display: flex;
  align-items: center;
}

.admin-user-row .checkbox-label input {
  min-height: 0;
}

.intro-section {
  padding-block: 120px;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.9fr);
  gap: clamp(52px, 7vw, 100px);
}

.intro-copy h2,
.section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(42px, 5.5vw, 74px);
  letter-spacing: -0.035em;
}

.intro-copy h2.intro-heading-jp {
  font-size: clamp(24px, 5vw, 54px);
  white-space: nowrap;
}

.intro-body {
  padding-top: 42px;
  color: var(--ink-soft);
  font-size: 17px;
}

.intro-body p {
  margin-bottom: 28px;
}

.events-section {
  padding-block: 110px;
  background: var(--paper);
}

.section-heading {
  margin-bottom: 48px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.section-heading .eyebrow {
  margin-bottom: 14px;
}

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

.event-card {
  padding-block: 30px;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 30px;
  border-bottom: 1px solid var(--line);
}

.event-date {
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  font-family: var(--serif);
}

.event-date span {
  font-size: 21px;
}

.event-date strong {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.16em;
}

.event-kicker {
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.event-type,
.event-cancelled {
  color: var(--teal);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.event-cancelled {
  color: var(--red);
}

.event-card h3,
.timeline-event h3 {
  margin-bottom: 7px;
  font-size: clamp(25px, 3vw, 36px);
}

.event-venue {
  margin-bottom: 8px;
  font-weight: 700;
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  color: var(--muted);
  font-size: 13px;
}

.event-meta span {
  position: relative;
}

.event-meta span + span::before {
  content: "•";
  position: absolute;
  left: -14px;
  color: var(--red);
}

.event-description {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--ink-soft);
  white-space: pre-line;
}

.quiet-card {
  margin-bottom: 54px;
  padding: 48px;
  color: var(--white);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.quiet-card h3 {
  max-width: 700px;
  margin-bottom: 12px;
  font-size: clamp(29px, 4vw, 46px);
}

.quiet-card p:last-child {
  margin-bottom: 0;
  color: rgba(255, 253, 248, 0.68);
}

.quiet-card-light {
  color: var(--ink);
  background: var(--paper);
  box-shadow: none;
}

.quiet-card-light p:last-child {
  color: var(--muted);
}

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

.event-card-compact {
  padding: 25px;
  display: block;
  background: var(--paper-light);
  border: 0;
}

.event-card-compact .event-date {
  margin-bottom: 24px;
  padding: 0 0 17px;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.event-card-compact h3 {
  font-size: 26px;
}

.quote-section {
  padding-block: 120px;
  color: var(--white);
  background: var(--teal);
}

.press-heading {
  max-width: 760px;
  margin-bottom: 55px;
}

.press-heading .eyebrow {
  margin-bottom: 14px;
}

.press-heading h2 {
  margin-bottom: 0;
  font-size: clamp(42px, 5.5vw, 72px);
  letter-spacing: -0.035em;
}

.press-quotes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 253, 248, 0.24);
  border: 1px solid rgba(255, 253, 248, 0.24);
}

.press-quote {
  margin: 0;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  background: var(--teal);
}

.press-quote blockquote {
  margin: 0;
}

.press-quote blockquote p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(23px, 2.3vw, 32px);
  line-height: 1.32;
}

.press-quote figcaption {
  color: var(--gold);
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.press-quote-jp {
  max-width: 980px;
  padding: 46px 50px;
  border: 1px solid rgba(255, 253, 248, 0.28);
}

.press-quote-jp blockquote p {
  font-family: var(--sans);
  font-size: clamp(16px, 1.65vw, 20px);
  line-height: 1.95;
}

.page-hero {
  padding-block: 105px 90px;
}

.page-hero h1,
.history-hero h1 {
  max-width: 950px;
  margin-bottom: 26px;
  font-size: clamp(54px, 8vw, 104px);
  letter-spacing: -0.045em;
}

.page-hero > p:last-child,
.history-hero .page-shell > p:last-child {
  max-width: 720px;
  color: var(--muted);
  font-size: 19px;
}

.gallery-title-jp {
  max-width: none !important;
}

.gallery-title-jp span {
  white-space: nowrap;
}

.upcoming-block {
  padding-bottom: 110px;
}

.archive-section {
  padding-block: 100px 130px;
  background: var(--paper);
}

.archive-heading {
  margin-bottom: 32px;
}

.filter-bar {
  margin-bottom: 28px;
  padding: 21px;
  display: grid;
  grid-template-columns: 150px 190px minmax(220px, 1fr) auto auto;
  align-items: end;
  gap: 13px;
  background: var(--paper-light);
  border: 1px solid var(--line);
}

.filter-bar label {
  display: grid;
  gap: 6px;
}

.filter-bar label > span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.filter-bar select,
.filter-bar input {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 0;
}

.clear-filter {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
}

.result-count {
  margin-bottom: 15px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.empty-results {
  padding: 64px 20px;
  text-align: center;
  border-block: 1px solid var(--line);
}

.empty-results h3 {
  margin-bottom: 9px;
  font-size: 34px;
}

.history-hero {
  padding-block: 118px 105px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(20, 32, 31, 0.98), rgba(20, 32, 31, 0.72)),
    url("../top2014.jpg") center 40% / cover no-repeat;
}

.history-hero .page-shell > p:last-child {
  color: rgba(255, 253, 248, 0.72);
}

.history-intro {
  padding-block: 90px;
}

.history-lead {
  max-width: 900px;
  margin: 0 auto;
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.35;
  text-align: center;
}

.timeline {
  padding-bottom: 130px;
}

.year-group {
  border-top: 1px solid var(--ink);
}

.year-group:last-of-type {
  border-bottom: 1px solid var(--ink);
}

.year-group summary {
  padding-block: 26px;
  display: grid;
  grid-template-columns: 180px 1fr 28px;
  align-items: center;
  gap: 24px;
  list-style: none;
  cursor: pointer;
}

.year-group summary::-webkit-details-marker {
  display: none;
}

.year {
  font-family: var(--serif);
  font-size: clamp(40px, 5vw, 62px);
  line-height: 1;
}

.year-count {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.year-toggle {
  position: relative;
  width: 22px;
  height: 22px;
}

.year-toggle::before,
.year-toggle::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 2px;
  width: 18px;
  height: 2px;
  background: var(--red);
}

.year-toggle::after {
  transform: rotate(90deg);
  transition: transform 180ms ease;
}

.year-group[open] .year-toggle::after {
  transform: rotate(0);
}

.year-events {
  padding: 0 0 46px 204px;
}

.timeline-event {
  position: relative;
  padding: 25px 0 30px 38px;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 24px;
  border-left: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.timeline-event::before {
  content: "";
  position: absolute;
  top: 34px;
  left: -5px;
  width: 9px;
  height: 9px;
  background: var(--red);
  border-radius: 50%;
}

.timeline-date {
  display: flex;
  flex-direction: column;
  font-family: var(--serif);
  font-size: 18px;
}

.timeline-date small {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 11px;
}

.timeline-event h3 {
  font-size: 28px;
}

.timeline-event p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  white-space: pre-line;
}

.milestone {
  margin-top: 80px;
  padding: 58px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  color: var(--white);
  background: var(--ink);
}

.milestone-year {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 58px;
}

.milestone h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 58px);
}

.milestone div > p:last-child {
  max-width: 720px;
  color: rgba(255, 253, 248, 0.7);
}

.site-footer {
  padding-block: 70px 35px;
  color: rgba(255, 253, 248, 0.74);
  background: #0c1413;
}

.footer-inner {
  width: var(--shell);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
}

.footer-wordmark {
  margin-bottom: 20px;
  color: var(--white);
}

.footer-inner > div:first-child p {
  max-width: 510px;
}

.footer-links {
  display: flex;
  gap: 28px;
}

.footer-links a {
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.copyright {
  grid-column: 1 / -1;
  margin: 20px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 11px;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.gallery-album-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.gallery-album-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  text-decoration: none;
}

.gallery-album-card:first-child:nth-last-child(odd) {
  grid-column: 1 / -1;
  min-height: 520px;
}

.gallery-album-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: transform 450ms ease, opacity 300ms ease;
}

.gallery-album-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(12, 22, 21, 0.88), transparent 66%);
}

.gallery-album-card:hover img,
.gallery-album-card:focus-visible img {
  opacity: 0.95;
  transform: scale(1.025);
}

.gallery-album-card > div {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px;
}

.gallery-album-card p,
.gallery-album-card h2 {
  margin-bottom: 5px;
}

.gallery-album-card p,
.gallery-album-card span {
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-album-card h2 {
  font-size: clamp(31px, 4vw, 53px);
}

.gallery-album-card span {
  color: var(--gold);
}

.gallery-photo button {
  width: 100%;
  padding: 0;
  display: block;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.gallery-photo figcaption strong,
.gallery-photo figcaption span {
  display: block;
}

.gallery-photo figcaption span {
  color: rgba(255, 255, 255, 0.56);
}

.gallery-album-hero .back-link {
  display: inline-block;
  margin-bottom: 45px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.album-photo-count {
  display: inline-block;
  margin-top: 18px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.photo-lightbox {
  width: min(1200px, calc(100vw - 40px));
  max-width: none;
  max-height: calc(100vh - 40px);
  padding: 0;
  overflow: visible;
  color: var(--white);
  background: transparent;
  border: 0;
}

.photo-lightbox::backdrop {
  background: rgba(5, 10, 10, 0.92);
  backdrop-filter: blur(5px);
}

.photo-lightbox img {
  width: 100%;
  max-height: calc(100vh - 100px);
  display: block;
  object-fit: contain;
}

.photo-lightbox p {
  margin: 10px 40px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.lightbox-close {
  position: absolute;
  z-index: 2;
  top: -15px;
  right: -15px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
  font-size: 25px;
  cursor: pointer;
}

.pagination {
  margin-top: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 13px;
}

.pagination a {
  color: var(--red);
  font-weight: 800;
}

.admin-album-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
}

.admin-album-card {
  display: block;
  background: var(--paper);
  border: 1px solid var(--line);
  text-decoration: none;
}

.admin-album-card img,
.empty-album-cover {
  width: 100%;
  height: 190px;
  display: grid;
  place-items: center;
  object-fit: cover;
  color: var(--muted);
  background: #ddd8cc;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.admin-album-card > div {
  padding: 16px;
  display: grid;
}

.admin-album-card span,
.admin-album-card small {
  color: var(--muted);
  font-size: 10px;
}

.admin-album-card strong {
  font-family: var(--serif);
  font-size: 24px;
}

.batch-upload {
  grid-template-columns: minmax(280px, 1fr) auto;
  align-items: end;
}

.upload-progress {
  grid-column: 1 / -1;
  display: grid;
  gap: 5px;
  font-size: 12px;
}

.upload-progress p {
  margin: 0;
  padding: 7px 10px;
  background: var(--paper);
}

.upload-progress p[data-status="success"] {
  color: #245d48;
}

.upload-progress p[data-status="error"] {
  color: #9b291f;
}

.admin-photo-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 18px;
}

.admin-photo-card {
  padding: 15px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.admin-photo-card > img {
  width: 100%;
  height: 220px;
  display: block;
  object-fit: cover;
}

@media (max-width: 900px) {
  :root {
    --shell: min(100% - 36px, 760px);
  }

  .menu-button {
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
  }

  .menu-lines,
  .menu-lines::before,
  .menu-lines::after {
    width: 21px;
    height: 2px;
    display: block;
    background: currentColor;
  }

  .menu-lines {
    position: relative;
  }

  .menu-lines::before,
  .menu-lines::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .menu-lines::before {
    top: -6px;
  }

  .menu-lines::after {
    top: 6px;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding: 24px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    background: var(--paper-light);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .site-nav[data-open] {
    display: flex;
  }

  .site-nav a {
    padding: 12px 0;
  }

  .site-nav .language-link {
    margin: 8px 0 0;
    padding-inline: 14px;
    text-align: center;
  }

  .hero {
    min-height: 680px;
  }

  .hero-wash {
    background:
      linear-gradient(90deg, rgba(12, 22, 21, 0.18), transparent 65%),
      linear-gradient(0deg, rgba(12, 22, 21, 0.46), transparent 45%);
  }

  .hero-stat {
    width: auto;
    max-width: 330px;
  }

  .intro-section {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .intro-body {
    grid-column: auto;
    padding-top: 0;
  }

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

  .event-card-compact {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .filter-bar {
    grid-template-columns: 1fr 1fr;
  }

  .search-field {
    grid-column: 1 / -1;
  }

  .year-group summary {
    grid-template-columns: 130px 1fr 24px;
  }

  .year-events {
    padding-left: 50px;
  }
}

@media (max-width: 620px) {
  :root {
    --shell: calc(100% - 30px);
  }

  .header-inner {
    min-height: 68px;
  }

  .wordmark {
    font-size: 13px;
  }

  .wordmark-mark {
    width: 30px;
    font-size: 19px;
  }

  .heritage-banner {
    min-height: 88px;
    background-image:
      linear-gradient(90deg, #111 0%, rgba(17, 17, 17, 0.9) 48%, rgba(17, 17, 17, 0.1) 100%),
      url("../circles_black.png");
    background-position: center, 60% center;
  }

  .heritage-banner p {
    max-width: 220px;
    font-size: 16px;
    line-height: 1.35;
  }

  .hero {
    min-height: 660px;
    align-items: flex-end;
  }

  .hero-slide img {
    object-position: 63% center;
  }

  .hero-wash {
    background:
      linear-gradient(0deg, rgba(12, 22, 21, 0.48) 0%, transparent 45%);
  }

  .hero-stat {
    right: 15px;
    left: 15px;
    width: auto;
    max-width: none;
    padding: 18px 22px;
  }

  .hero-stat strong {
    font-size: 34px;
  }

  .hero-slide figcaption {
    right: 15px;
    bottom: 98px;
  }

  .slideshow-controls {
    left: 15px;
    bottom: 102px;
  }

  .admin-heading {
    display: block;
  }

  .admin-heading .button {
    margin-top: 22px;
  }

  .admin-heading-actions {
    margin-top: 22px;
    justify-content: flex-start;
  }

  .admin-heading-actions .button {
    margin-top: 0;
  }

  .admin-panel {
    padding: 20px;
  }

  .upload-form,
  .batch-upload,
  .admin-user-add,
  .admin-form-grid {
    grid-template-columns: 1fr;
  }

  .admin-form-grid .wide-field {
    grid-column: auto;
  }

  .slide-admin-list {
    grid-template-columns: 1fr;
  }

  .admin-user-row {
    grid-template-columns: 1fr;
  }

  .admin-event-search {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-event-row {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .admin-photo-list {
    grid-template-columns: 1fr;
  }

  .intro-section {
    padding-block: 80px;
    display: block;
  }

  .gallery-section,
  .films-section,
  .discography {
    padding-bottom: 80px;
  }

  .member-overview {
    padding-block: 45px 65px;
  }

  .about-project {
    padding-block: 48px 80px;
  }

  .gallery-album-grid {
    grid-template-columns: 1fr;
  }

  .gallery-album-card,
  .gallery-album-card:first-child:nth-last-child(odd) {
    grid-column: auto;
    min-height: 350px;
  }

  .album-card {
    padding-block: 65px;
    grid-template-columns: 1fr;
  }

  .gallery-photo,
  .gallery-photo:nth-child(5n + 1),
  .gallery-photo:nth-child(5n + 2) {
    grid-column: span 12;
  }

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

  .intro-copy h2,
  .section-heading h2 {
    font-size: 43px;
  }

  .intro-body {
    margin-top: 28px;
  }

  .events-section,
  .quote-section,
  .archive-section {
    padding-block: 80px;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .quiet-card {
    padding: 32px 26px;
  }

  .event-card,
  .event-card-compact {
    grid-template-columns: 75px minmax(0, 1fr);
    gap: 19px;
  }

  .event-card-compact {
    padding: 22px 0;
    background: transparent;
    border-bottom: 1px solid var(--line);
  }

  .event-card-compact .event-date {
    margin: 0;
    padding: 0 15px 0 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    border: 0;
    border-right: 1px solid var(--line);
  }

  .event-date {
    padding-right: 15px;
  }

  .event-date span {
    font-size: 17px;
  }

  .event-card h3,
  .event-card-compact h3 {
    font-size: 24px;
  }

  .event-meta {
    display: grid;
    gap: 2px;
  }

  .event-meta span + span::before {
    display: none;
  }

  .press-heading {
    margin-bottom: 36px;
  }

  .press-quotes {
    grid-template-columns: 1fr;
  }

  .press-quote {
    padding: 30px 25px;
  }

  .press-quote-jp {
    padding: 30px 25px;
  }

  .page-hero {
    padding-block: 75px 65px;
  }

  .page-hero h1,
  .history-hero h1 {
    font-size: 53px;
  }

  .filter-bar {
    padding: 17px;
    grid-template-columns: 1fr;
  }

  .search-field {
    grid-column: auto;
  }

  .clear-filter {
    justify-content: center;
  }

  .history-hero {
    padding-block: 80px 70px;
  }

  .history-intro {
    padding-block: 65px;
  }

  .year-group summary {
    grid-template-columns: 100px 1fr 20px;
    gap: 12px;
  }

  .year {
    font-size: 39px;
  }

  .year-events {
    padding: 0 0 35px;
  }

  .timeline-event {
    padding-left: 22px;
    grid-template-columns: 75px minmax(0, 1fr);
    gap: 14px;
  }

  .timeline-event h3 {
    font-size: 23px;
  }

  .milestone {
    margin-top: 60px;
    padding: 36px 25px;
    display: block;
  }

  .milestone-year {
    margin-bottom: 30px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .copyright {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.privacy-hero {
  padding-bottom: 45px;
}

.privacy-hero h1,
.not-found h1 {
  max-width: 900px;
}

.privacy-copy {
  max-width: 880px;
  padding-bottom: 120px;
}

.privacy-copy h2 {
  margin: 42px 0 12px;
  font-size: 24px;
}

.privacy-copy p {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.9;
}

.privacy-copy a {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-copy .privacy-updated {
  margin-top: 55px;
  font-size: 13px;
}

.not-found {
  min-height: 62vh;
  padding-block: 110px 140px;
}

.not-found > p:not(.eyebrow) {
  margin: 22px 0 32px;
  color: var(--muted);
}
