@font-face {
  font-family: "YuJishi";
  src: url("../fonts/YuJishi - Weight 5 - Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --bg: #050505;
  --surface: rgba(255, 255, 255, 0.08);
  --surface-soft: rgba(255, 255, 255, 1);
  --line: rgba(255, 255, 255, 0.14);
  --text: #f3f3f3;
  --muted: rgba(255, 255, 255, 0.92);
  --accent: #bf1111;
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.48);
  --max-width: 960px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(180deg, #0a0a0a 0%, #020202 55%, #000 100%);
  color: var(--text);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}

body {
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
}

.hero {
  position: relative;
  flex: 1;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  isolation: isolate;
}

.hero__slides {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1;
  pointer-events: none;
}

.hero__stack {
  position: relative;
  width: min(118vw, 1320px);
  height: min(92vh, 980px);
  filter: drop-shadow(0 24px 80px rgba(0, 0, 0, 0.75));
}

.hero__photo {
  position: absolute;
  overflow: hidden;
  margin: 0;
  height: auto;
  aspect-ratio: 3 / 2;
  border: 10px solid rgba(214, 202, 178, 0.92);
  border-bottom-width: 18px;
  background:
    linear-gradient(180deg, rgba(86, 65, 44, 0.22), rgba(20, 14, 10, 0.18)),
    #120f0d;
  box-shadow: var(--shadow);
  opacity: 0;
  --photo-shift-x: 0px;
  --photo-shift-y: 0px;
  --photo-tilt: 0deg;
  --photo-motion-duration: 760ms;
  --photo-motion-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  transform: translate(var(--photo-shift-x), var(--photo-shift-y))
    var(--photo-transform) rotate(var(--photo-tilt)) scale(1.08);
  transition:
    opacity 360ms ease,
    transform var(--photo-motion-duration) var(--photo-motion-ease);
  will-change: opacity, transform;
  backface-visibility: hidden;
  z-index: var(--photo-order, 1);
  animation: photo-reveal 620ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay: var(--photo-delay, 0s);
}

.hero__photo--initial {
  opacity: 1;
  transform: translate(0, 0) var(--photo-transform) rotate(0deg) scale(1);
  animation: none;
}

.hero__photo.is-restless {
  --photo-motion-duration: 560ms;
  --photo-motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.hero__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(238, 214, 172, 0.14),
      rgba(92, 53, 24, 0.08) 42%,
      rgba(18, 10, 6, 0.18)
    ),
    radial-gradient(
      circle at 22% 18%,
      rgba(246, 228, 193, 0.22) 0%,
      rgba(246, 228, 193, 0) 34%
    ),
    radial-gradient(
      circle at 78% 82%,
      rgba(74, 38, 16, 0.22) 0%,
      rgba(74, 38, 16, 0) 28%
    );
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.hero__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(
      circle at center,
      rgba(0, 0, 0, 0) 52%,
      rgba(39, 21, 11, 0.16) 74%,
      rgba(12, 6, 3, 0.28) 100%
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255, 248, 229, 0.02) 0 1px,
      rgba(45, 28, 15, 0.02) 1px 2px,
      transparent 2px 4px
    );
  mix-blend-mode: multiply;
  pointer-events: none;
}

.hero__photo img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.88) saturate(0.46) contrast(0.92) brightness(0.66)
    hue-rotate(-16deg);
}

.hero__photo--top-left {
  top: 1%;
  left: 0%;
  width: 47.2%;
  --photo-transform: rotate(-4deg);
}

.hero__photo--top-right {
  top: 0%;
  right: 1%;
  width: 41.4%;
  --photo-transform: rotate(4deg);
}

.hero__photo--center {
  top: 17%;
  left: 21%;
  width: 52.9%;
  --photo-transform: rotate(2deg);
}

.hero__photo--bottom-left {
  bottom: 4%;
  left: -4%;
  width: 38%;
  --photo-transform: rotate(-6deg);
}

.hero__photo--bottom-center {
  bottom: -5%;
  left: 22%;
  width: 44.9%;
  --photo-transform: rotate(-2deg);
}

.hero__photo--bottom-right {
  right: -2%;
  bottom: 2%;
  width: 35.7%;
  --photo-transform: rotate(7deg);
}

.hero__photo--far-right {
  top: 28%;
  right: -2%;
  width: 24.2%;
  --photo-transform: rotate(-3deg);
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(
      circle at center,
      transparent 24%,
      rgba(0, 0, 0, 0.42) 72%,
      rgba(0, 0, 0, 0.92) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.18) 30%,
      rgba(0, 0, 0, 0.55)
    );
  pointer-events: none;
}

.hero__noise {
  position: absolute;
  inset: 0;
  z-index: 4;
  opacity: 0.56;
  pointer-events: none;
  mix-blend-mode: screen;
  transition: opacity 420ms ease;
}

.hero__noise.is-finished {
  opacity: 0;
}

.hero__noise.is-bursting {
  opacity: 0.3;
}

.hero__noise canvas {
  width: 100%;
  height: 100%;
  display: block;
  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.08) 0 1px,
      rgba(0, 0, 0, 0.08) 1px 2px,
      transparent 2px 3px
    ),
    repeating-radial-gradient(
      circle at 20% 30%,
      rgba(255, 255, 255, 0.1) 0 1px,
      transparent 1px 3px
    );
  background-size:
    100% 3px,
    10px 10px;
}

.hero__content {
  position: relative;
  z-index: 5;
  width: min(100%, 1320px);
  text-align: center;
  display: grid;
  gap: 24px;
  justify-items: center;
}

.hero__eyebrow {
  position: relative;
  margin: 0;
  margin-bottom: -28px;
  font-size: clamp(1rem, 1.2vw + 0.9rem, 1.55rem);
  font-family: "YuJishi", "Hiragino Mincho ProN", "Yu Mincho", serif;
  letter-spacing: 0.18em;
  color: var(--muted);
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.75);
  line-height: 1.5;
}

.hero__eyebrow br {
  display: none;
}

.hero__eyebrow span {
  font-size: 1.25em;
}

.hero__eyebrow .hero__eyebrow-blood {
  position: absolute;
  top: -5%;
  left: -4%;
  z-index: -1;
  width: min(16vw, 120px);
  height: auto;
  opacity: 0.82;
  filter: drop-shadow(0 0 10px rgba(99, 0, 0, 0.28));
  pointer-events: none;
  transition: opacity var(--blood-fade-duration, 2800ms) ease-in-out;
}

.hero__logo {
  position: relative;
  margin: 0;
  width: min(calc(100% - 8px), 1320px);
  padding: 10px 8px;
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  filter: blur(8px);
  transition:
    opacity 1100ms ease,
    transform 1100ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 1100ms ease;
  will-change: opacity, transform, filter;
}

.hero__logo::before {
  content: "";
  position: absolute;
  inset: 6% -4%;
  z-index: 0;
  border-radius: 999px;
  background: radial-gradient(
    ellipse at center,
    rgba(182, 18, 26, 0.88) 0%,
    rgba(140, 10, 18, 0.6) 34%,
    rgba(96, 4, 12, 0.34) 54%,
    rgba(40, 0, 0, 0.12) 70%,
    rgba(0, 0, 0, 0) 92%
  );
  filter: blur(42px);
  opacity: 0.98;
  transform: scale(1.08, 1.22);
  pointer-events: none;
}

.hero__logo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  /* filter: drop-shadow(0 10px 32px rgba(255, 200, 195, 0.92))
    drop-shadow(0 0 22px rgba(248, 234, 234, 0.34)); */
  filter: drop-shadow(0 10px 32px rgba(0, 0, 0, 0.92))
    drop-shadow(0 0 22px rgba(0, 0, 0, 0.34));
}

.hero__logo .hero__logo-blood {
  position: absolute;
  top: 10%;
  right: 10%;
  z-index: 0;
  width: min(30vw, 260px);
  height: auto;
  opacity: 0.92;
  filter: drop-shadow(0 0 18px rgba(99, 0, 0, 0.34))
    drop-shadow(0 10px 24px rgba(0, 0, 0, 0.42));
  pointer-events: none;
  transition: opacity var(--blood-fade-duration, 2800ms) ease-in-out;
}

.hero__logo > img:not(.hero__logo-blood) {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  transform-origin: center center;
}

.hero__logo.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
  animation: logo-rise 1200ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero__support {
  display: grid;
  gap: 24px;
  justify-items: center;
  width: 100%;
  font-family: "YuJishi", "Hiragino Mincho ProN", "Yu Mincho", serif;
  opacity: 0;
  margin-top: 60px;
  transform: translateY(30px);
  transition:
    opacity 260ms ease,
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}

.hero__support.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes photo-reveal {
  from {
    opacity: 0;
    transform: translate(0, 0) var(--photo-transform) rotate(0deg) scale(1.08);
  }

  to {
    opacity: 1;
    transform: translate(0, 0) var(--photo-transform) rotate(0deg) scale(1);
  }
}

@keyframes logo-rise {
  0% {
    opacity: 0;
    transform: translateY(28px) scale(0.985);
    filter: blur(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

.hero__reveal-panel {
  opacity: 0;
  transform: translateY(18px);
  filter: blur(8px);
  will-change: opacity, transform, filter;
}

.hero__reveal-panel.is-revealed {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  animation: soft-reveal 700ms ease both;
}

@keyframes soft-reveal {
  0% {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.hero__text-line {
  position: relative;
  opacity: 0;
  transform: translateY(14px);
  filter: blur(7px);
  will-change: opacity, transform, filter;
}

.hero__text-line.is-revealed {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  animation: soft-reveal 820ms ease both;
}

.hero__details {
  display: grid;
  gap: 24px;
  padding: 20px 24px;
  min-width: min(100%, 680px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.3));
  border: 1px solid var(--line);
  border-radius: 14px;
  backdrop-filter: blur(6px);
  box-shadow: var(--shadow);
}

.hero__detail {
  margin: 0;
  font-size: clamp(1rem, 1vw + 0.85rem, 1.45rem);
  letter-spacing: 0.06em;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.9);
}

.hero__label {
  display: inline-block;
  min-width: 4.5em;
  margin-right: 0.75em;
  color: var(--muted);
}

.hero__detail-break {
  display: none;
}

.hero__detail-mobile {
  display: none;
  line-height: 1.5;
}

.hero__coming {
  margin: 10px 0 0;
  font-size: clamp(1.2rem, 1.4vw + 1rem, 2rem);
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.9);
}

.site-footer {
  position: relative;
  z-index: 6;
  background: linear-gradient(180deg, #414141, #222222);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__inner {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
  padding: 28px 0 10px;
  text-align: center;
}

.site-footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.site-footer__brand {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}

.site-footer__logo img {
  width: auto;
  height: 48px;
}

.site-footer__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 24px;
  padding: 0;
  margin: 24px 0 12px;
  list-style: none;
  font-size: 0.78rem;
  color: var(--muted);
}

.site-footer__item::after {
  content: "|";
  margin-left: 24px;
  color: var(--surface-soft);
}

.site-footer__item:last-child::after {
  content: none;
}

.site-footer small {
  color: rgba(255, 255, 255, 1);
  font-size: 0.7rem;
  font-weight: 400;
}

.site-footer__links a {
  color: var(--surface-soft);
}

@media (max-width: 1080px) {
  .hero__logo .hero__logo-blood {
    right: 6%;
  }
  .hero__eyebrow .hero__eyebrow-blood {
    top: -7%;
  }
}

@media (max-width: 800px) {
  .hero__photo {
    animation-duration: 760ms;
  }

  .hero {
    min-height: 100vh;
    padding: 12px;
  }

  .hero__stack {
    width: min(150vw, 920px);
    height: min(92vh, 820px);
  }

  .hero__photo--top-left {
    top: 2%;
    left: -12%;
    width: 62.1%;
  }

  .hero__photo--top-right {
    top: 2%;
    right: -12%;
    width: 55.2%;
  }

  .hero__photo--center {
    top: 16%;
    left: 8%;
    width: 77.1%;
  }

  .hero__photo--bottom-left {
    bottom: 11%;
    left: -16%;
    width: 54.1%;
  }

  .hero__photo--bottom-center {
    bottom: 0%;
    left: 12%;
    width: 66.7%;
  }

  .hero__photo--bottom-right {
    right: -12%;
    bottom: 6%;
    width: 48.3%;
  }

  .hero__photo--far-right {
    top: 29%;
    right: -13%;
    width: 33.4%;
  }

  .hero__details {
    min-width: 0;
    width: 100%;
    padding: 18px;
  }

  .hero__content {
    width: 100%;
  }

  .hero__logo {
    width: min(calc(100% - 8px), 1320px);
    padding: 10px 8px;
  }

  .hero__logo.is-visible {
    animation-duration: 1400ms;
  }

  .hero__logo > img:not(.hero__logo-blood) {
    width: 100%;
    margin-left: 0;
    transform: scale(1.42);
  }

  .hero__detail {
    display: grid;
    gap: 6px;
  }

  .hero__label {
    min-width: 0;
    margin-right: 0;
    font-size: 1.25rem;
    margin-bottom: 6px;
  }

  .hero__detail-break {
    display: block;
  }

  .hero__detail-value {
    display: block;
  }

  .hero__detail-desktop {
    display: none;
  }

  .hero__detail-mobile {
    display: block;
  }

  .hero__logo .hero__logo-blood {
    width: min(38vw, 200px);
  }

  .hero__eyebrow .hero__eyebrow-blood {
    width: min(20vw, 84px);
  }

  .hero__eyebrow {
    margin-bottom: -18px;
  }

  .hero__text-line.is-revealed {
    animation-duration: 940ms;
  }

  .hero__reveal-panel.is-revealed {
    animation-duration: 820ms;
  }

  .hero__eyebrow br {
    display: block;
  }

  .site-footer__logo {
    flex-direction: column;
    gap: 12px;
  }

  .site-footer__links {
    gap: 10px 16px;
  }

  .site-footer__item::after {
    margin-left: 16px;
  }
}

@media (max-width: 600px) {
  .hero {
    padding: 8px;
  }

  .hero__stack {
    width: min(172vw, 980px);
    height: min(96vh, 860px);
  }

  .hero__photo--top-left {
    top: 1%;
    left: -17%;
    width: 69%;
  }

  .hero__photo--top-right {
    top: 1%;
    right: -17%;
    width: 62%;
  }

  .hero__photo--center {
    top: 15%;
    left: 2%;
    width: 88%;
  }

  .hero__photo--bottom-left {
    bottom: 12%;
    left: -21%;
    width: 61%;
  }

  .hero__photo--bottom-center {
    bottom: 1%;
    left: 8%;
    width: 74%;
  }

  .hero__photo--bottom-right {
    right: -18%;
    bottom: 7%;
    width: 55%;
  }

  .hero__photo--far-right {
    top: 28%;
    right: -18%;
    width: 39%;
  }
}

@media screen and (max-width: 601px) {
  .org-list--items li {
    font-size: 1.5rem;
  }
  .site-footer__logo {
    flex-direction: column;
  }
  .site-footer__links {
    flex-direction: column;
  }
  .site-footer__item::after {
    display: none;
  }
}
@media (max-width: 401px) {
  .hero__logo .hero__logo-blood {
    right: -6%;
  }
}
