:root {
  --red: #d00a42;
  --orange: #f58220;
  --purple: #ffb067;
  --cream: #f6f3ed;
  --black: #111;
  --line: rgba(17, 17, 17, 0.14);
  --paper: #fbfaf7;
  --shadow: 0 20px 60px rgba(38, 16, 0, 0.14);
  /* Arrow glyph drawn as an SVG mask instead of a Unicode character (U+2197
     NORTH EAST ARROW), which several platforms render as a colored emoji
     rather than a text glyph, giving an inconsistent cross-browser look. */
  --icon-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='M7 17L17 7M9 7h8v8'/%3E%3C/svg%3E");
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: auto;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--black);
  font-family: "M PLUS 1p", sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a {
  color: inherit;
  text-decoration: none;
}
.theme-red {
  background: var(--red);
  color: #fff;
}
.theme-purple {
  background: var(--purple);
  color: #111;
}
.theme-black {
  background: var(--black);
  color: #fff;
}
.theme-cream {
  background: var(--cream);
  color: var(--black);
}
.loader {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff;
  place-content: center;
  color: var(--red);
}

.loader.is-visible {
  display: grid;
}

.loader__stage {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.loader__percent {
  margin: 0;
  display: flex;
  align-items: flex-start;
  font:
    800 clamp(64px, 13vw, 168px) "Archivo Black",
    sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--red);
}
.loader__percentSign {
  margin: 0.14em 0 0 0.06em;
  font-size: 0.32em;
}
.cursor {
  position: fixed;
  z-index: 9998;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  mix-blend-mode: difference;
  pointer-events: none;
  transform: translate(-50%, -50%);
  will-change: transform;
}
.header {
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 22px 28px;
  color: #fff;
  pointer-events: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header > * {
  pointer-events: auto;
}
.logo {
  display: block;
  width: clamp(130px, 12vw, 180px);
  line-height: 0;
  flex-shrink: 0;
  color: inherit;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  visibility: visible;
  filter: none;
}

.header__right,
.headerSns,
.headerSns__link,
.headerSns__label,
.menuBtn,
.menuBtn span,
.menuBtn i {
  color: inherit;
  opacity: 1;
}

.menuBtn i {
  background-color: currentColor;
}

.menuBtn {
  border: 0;
  background: none;
  color: inherit;
  display: grid;
  grid-template-columns: auto 28px;
  gap: 3px 10px;
  align-items: center;
  cursor: pointer;
  min-width: 0;
  min-height: 0;
  padding: 0;
  box-shadow: none;
}
.menuBtn span {
  grid-row: 1/3;
  font: 11px "Archivo Black";
  letter-spacing: 0.02em;
}
.menuBtn i {
  width: 28px;
  height: 2px;
  background: currentColor;
  transition: 0.3s;
}
.menuBtn.is-open i:first-of-type {
  transform: translateY(2.5px) rotate(45deg);
}
.menuBtn.is-open i:last-of-type {
  transform: translateY(-2.5px) rotate(-45deg);
}
.menu {
  position: fixed;
  z-index: 110;
  inset: 0;
  overflow: hidden;
  background: #111;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8vw;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  transition:
    clip-path 0.72s cubic-bezier(0.77, 0, 0.18, 1),
    -webkit-clip-path 0.72s cubic-bezier(0.77, 0, 0.18, 1);
  will-change: clip-path;
  gap: 10px;
}
.menu.is-open {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.menu a {
  font: clamp(44px, 7vw, 112px)/0.9 "Archivo Black";
  position: relative;
  z-index: 2;
  transition:
    transform 0.25s ease,
    color 0.25s ease;
}
.menu a:hover {
  transform: translateX(10px);
  color: var(--red);
}
.menu__bg {
  position: absolute;
  right: -2vw;
  bottom: -4vw;
  font: 20vw/0.8 "Archivo Black";
  color: #ffffff08;
  white-space: nowrap;
  pointer-events: none;
}
.hero {
  height: 100svh;
  min-height: 720px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 8vw 5vw 4vw;
}
.hero__noise {
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.hero__copy {
  position: relative;
  z-index: 6;
  /* max-width: min(32vw, 500px); */
}
.eyebrow {
  font: 12px "Archivo Black";
  letter-spacing: 0.22em;
}
.hero h1 {
  margin: 14px 0 12px;
  font-size: clamp(46px, 6.2vw, 90px);
  line-height: 0.98;
  letter-spacing: -0.07em;
}
.hero h1 span {
  display: block;
  transform: translateY(115%);
}
/* .hero h1 span:nth-child(2) {
  color: var(--orange);
  transform: translateY(115%) rotate(-1.5deg);
}
.hero h1 span:nth-child(3) {
  transform: translateY(115%) rotate(1deg);
} */
.hero__sub {
  max-width: 18em;
  font-size: clamp(11px, 0.9vw, 14px);
  font-weight: 800;
  line-height: 1.7;
  opacity: 0.82;
}
.hero__orbit {
  position: absolute;
  z-index: 7;
  right: -1vw;
  top: -1vh;
  width: min(44vw, 620px);
  aspect-ratio: 1 / 1;
  opacity: 0;
}
.hero__orbit svg {
  display: block;
  width: 100%;
  height: 100%;
}
.hero:not(.is-opening-complete) .eyebrow,
.hero:not(.is-opening-complete) h1 span,
.hero:not(.is-opening-complete) .hero__sub,
.hero:not(.is-opening-complete) .hero__orbit,
.hero:not(.is-opening-complete) .scroll {
  will-change: transform, opacity;
}
.orbitRing {
  transform-origin: 150px 150px;
}
.orbitRing--outer {
  animation: spin 18s linear infinite;
}
.orbitRing--inner {
  animation: spin 13s linear infinite reverse;
}
.hero__orbit text {
  font: 20px "Archivo Black";
  letter-spacing: 3px;
  fill: #000000;
}
.orbitRing--inner text {
  font-size: 15px;
  letter-spacing: 3px;
  fill: var(--orange);
}
.hero__cards {
  position: absolute;
  right: 0;
  bottom: -2vh;
  width: min(58vw, 1180px);
  height: min(90vh, 960px);
  z-index: 5;
}
.hero__cardsGlow {
  display: none;
}
.portrait {
  position: absolute;
  width: 60%;
  height: 90%;
  border: 2px solid #111;
  box-shadow: 20px 20px 0 #111;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  color: #111;
  background-color: var(--portrait-surface, #fff2a8);
  transform: rotate(-6deg);
  opacity: 0;
  transition:
    opacity 0.28s ease,
    filter 0.28s ease,
    background-color 0.35s ease;
  overflow: hidden;
  will-change: transform, opacity;
}
.hero:not(.is-opening-complete) .portrait {
  transition: none;
}
.portrait:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to top,
    var(--portrait-accent, rgba(255, 223, 85, 0.85)) 0 24%,
    transparent 48%
  );
  pointer-events: none;
  transition: background 0.35s ease;
}
.portrait--a {
  left: 0;
  bottom: 0;
}
.portrait--b {
  right: -4%;
  top: 0;
  transform: rotate(8deg);
}
.portrait__img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center 6%;
  padding: 10px 8px 74px;
  pointer-events: none;
  will-change: transform, opacity;
}
.portrait.is-switching {
  filter: saturate(0.94);
}
.portrait b,
.portrait small {
  position: relative;
  z-index: 2;
}
.portrait b {
  font: clamp(28px, 3.6vw, 72px)/0.78 "Archivo Black";
}
.portrait small {
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.12em;
}
.scroll {
  position: absolute;
  z-index: 3;
  left: 28px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  font: 10px "Archivo Black";
  letter-spacing: 0.2em;
  opacity: 0;
}
.scroll i {
  display: block;
  width: 70px;
  height: 1px;
  background: currentColor;
  position: relative;
}
.scroll i:after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 8px;
  height: 8px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
}
.marquee {
  overflow: hidden;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;
}
.marquee div {
  width: max-content;
  font: clamp(36px, 6vw, 92px)/1.02 "Archivo Black";
  padding: 0.12em 0;
  animation: marquee 18s linear infinite;
}
.marquee--black {
  background: #111;
  color: #fff;
}
.marquee--red {
  background: var(--red);
  color: #fff;
}
.sectionNo {
  font: 12px "Archivo Black";
  border: 1px solid currentColor;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  opacity: 0.88;
}
.message {
  min-height: 100svh;
  padding: 10vw 8vw;
  display: grid;
  grid-template-columns: 100px 1.5fr 1fr;
  gap: 4vw;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--red);
  color: #fff;
}
.message h2,
.story h2,
.future h2 {
  font-size: clamp(48px, 7.2vw, 118px);
  line-height: 1.04;
  letter-spacing: -0.06em;
  margin: 0.35em 0;
  font-weight: 900;
}
.messageTransition {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  overflow: hidden;
  background: #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.messageTransition__phrases {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(20px, 3.4vw, 52px);
  width: min(90vw, 980px);
  height: min(74svh, 780px);
  transform: translate(-50%, -50%);
  opacity: 1;
  color: #fff;
  transform-origin: center center;
  z-index: 2;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.messageTransition__phrase {
  display: block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  font-weight: 900;
  font-size: clamp(42px, 5.8vw, 88px);
  line-height: 0.9;
  letter-spacing: -0.08em;
  color: #fff;
  -webkit-text-stroke: clamp(2px, 0.22vw, 4px) #111;
  /* Safari flickers/mis-rasterizes filter:drop-shadow() combined with a
     transform + text-shadow stack; folding the soft shadow into the
     text-shadow list keeps a single cheap paint path on all engines. */
  text-shadow:
    7px 7px 0 var(--red),
    13px 13px 0 rgba(17, 17, 17, 0.96),
    0 18px 20px rgba(0, 0, 0, 0.2);
  paint-order: stroke fill;
  max-height: 82svh;
  transform-origin: 50% 100%;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
.messageTransition__phrase--heehaw {
  transform: translateY(0) rotate(-12deg);
  transform-origin: 50% 100%;
}
.messageTransition__phrase--crazy {
  transform: translateY(0) rotate(12deg);
  transform-origin: 50% 100%;
}
.messageTransition__circle {
  position: absolute;
  left: 50%;
  bottom: -16vmax;
  width: 34vmax;
  height: 34vmax;
  border-radius: 50%;
  background: var(--orange);
  transform: translateX(-50%) scale(0.02);
  transform-origin: center center;
  z-index: 1;
  box-shadow: 0 -1.2vmax 0 rgba(245, 130, 32, 0.12);
  will-change: transform, background-color;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.message__giant {
  position: absolute;
  left: 52%;
  top: 24%;
  transform: translate(-50%, -50%) scale(1.18);
  font: clamp(96px, 20vw, 320px)/0.82 "Archivo Black";
  letter-spacing: -0.07em;
  color: #ffffff12;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
}
.message__eyebrow,
.message__title,
.message__body p,
.message .sectionNo {
  opacity: 0;
  transform: translateY(60px);
}
.message__title {
  position: relative;
  z-index: 2;
}
.message .message__title {
  font-size: clamp(34px, 3.9vw, 78px);
}
.message__body {
  align-self: end;
  font-size: clamp(15px, 1.35vw, 22px);
  line-height: 2;
  position: relative;
  z-index: 2;
}
.message__body p + p {
  margin-top: 1.1em;
}
.people {
  height: 340vh;
  position: relative;
}
.people__sticky {
  position: absolute;
  left: 0;
  top: 0;
  width: 38vw;
  height: 100vh;
  padding: 8vw 5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.people__sticky h2 {
  font: clamp(68px, 9vw, 150px)/0.76 "Archivo Black";
  letter-spacing: -0.07em;
  margin: 0.25em 0;
}
.people__track {
  position: sticky;
  top: 0;
  margin-left: 38vw;
  height: 100vh;
  display: flex;
  align-items: center;
  gap: 5vw;
  padding: 0 8vw;
  width: max-content;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;
  contain: layout paint;
}
.personCard {
  width: min(35vw, 520px);
  flex: none;
}
.personCard__photo {
  height: 58vh;
  border: 2px solid #111;
  box-shadow: 16px 16px 0 #111;
  background-color: #fff;
  overflow: hidden;
}
.personCard__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center 18px;
}
.photo--1 {
  background-color: #ffef98;
}
.photo--2 {
  background-color: #b6fff5;
}
.photo--3 {
  background-color: #ffd0e3;
}
.photo--4 {
  background-color: #f4f0df;
}
.personCard span {
  display: inline-block;
  margin-top: 28px;
  border: 1px solid;
  border-radius: 50%;
  padding: 9px;
}
.personCard h3 {
  font: clamp(32px, 4vw, 62px)/0.9 "Archivo Black";
  margin: 14px 0;
}
.personCard p {
  font-size: 16px;
  line-height: 1.75;
  max-width: 28ch;
}

.project {
  background: #111;
  color: #fff;
  padding: 9vw 6vw;
  overflow: hidden;
}
.project__inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(340px, 1fr);
  gap: 5vw;
  align-items: center;
}
.project__visual {
  position: relative;
  min-height: 760px;
}
.projectFigure {
  position: absolute;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #f7f4ed;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}
.projectFigure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projectFigure--main {
  left: 0;
  top: 0;
  width: min(34vw, 520px);
  height: min(48vw, 700px);
  transform: rotate(-6deg);
}
.projectFigure--sub {
  right: 2vw;
  bottom: 0;
  width: min(23vw, 360px);
  height: min(32vw, 480px);
  transform: rotate(8deg);
}
.project__copy h2 {
  font: clamp(54px, 7vw, 110px)/0.9 "Archivo Black";
  letter-spacing: -0.06em;
  margin: 0.35em 0;
}
.project__lead {
  max-width: 42ch;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.95;
}
.project__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}
.project__points article {
  padding: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.02);
}
.project__points strong {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  font: 12px "Archivo Black";
}
.project__points h3 {
  margin: 14px 0 10px;
  font: 26px/1 "Archivo Black";
}
.project__points p {
  margin: 0;
  line-height: 1.8;
  color: #d9d9d9;
}
.movie {
  position: relative;
  padding: 9vw 0 6vw;
  background: var(--paper);
  color: var(--orange);
  overflow: hidden;
}
.movie:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}
.movie > * {
  position: relative;
  z-index: 2;
}
.movie__header {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 6vw;
}
.movie__title {
  margin: 0.15em 0 0;
  padding: 0 6vw;
  font: clamp(96px, 14vw, 280px)/0.84 "Archivo Black";
  letter-spacing: -0.08em;
  color: var(--orange);
}
.movie__lead {
  padding: 0 6vw;
  margin: 0 0 1.2em;
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 800;
  color: #5b2d00;
}
.splitMovie {
  overflow: hidden;
  transform: translateY(0);
}
.splitMovie > span {
  display: block;
  transform: translateY(110%);
}
.movieSlider {
  padding-top: 1vw;
}
.movieStage {
  position: relative;
  height: 47vw;
  min-height: 700px;
  max-height: 900px;
  overflow: hidden;
}
.movieCard {
  position: absolute;
  left: 50%;
  top: 2vw;
  width: clamp(240px, 23vw, 360px);
  cursor: pointer;
  transition:
    transform 0.82s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease,
    filter 0.45s ease;
  will-change: transform;
  transform-origin: center center;
  outline: none;
}
.movieCard:focus-visible .movieCard__frame {
  box-shadow:
    0 0 0 5px var(--orange),
    0 14px 35px rgba(0, 0, 0, 0.12);
}
.movieCard__frame {
  background: #ece1d4;
  border-radius: 26px;
  overflow: hidden;
  box-shadow:
    0 18px 35px rgba(0, 0, 0, 0.1),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.movieCard__ui {
  height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  color: #6c625a;
}
.movieCard__ui .dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #8b8177;
  display: inline-block;
  position: relative;
}
.movieCard__ui .dot:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #f0e8df;
}
.movieCard__chip {
  margin-left: auto;
  padding: 5px 10px;
  border-radius: 999px;
  background: #b1a79b22;
  border: 1px solid #94887b;
  font: 11px/1 "Archivo Black";
  letter-spacing: 0.1em;
}
.movieCard__thumb {
  aspect-ratio: 9/16;
  border-radius: 0 0 26px 26px;
  position: relative;
  overflow: hidden;
}
.movieCard__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.movieCard__thumb:after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 34%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35), transparent);
}
.movieCard__caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 2;
}
.movieCard__caption span {
  font: 11px/1 "Archivo Black";
  letter-spacing: 0.16em;
}
.movieCard__caption h3 {
  margin: 0;
  font: clamp(18px, 1.8vw, 28px)/1 "Archivo Black";
  letter-spacing: 0.02em;
}
.movieCard.is-dim {
  filter: saturate(0.82);
  opacity: 0.88;
}
.movieCard.is-active .movieCard__frame {
  box-shadow:
    0 24px 55px rgba(0, 0, 0, 0.16),
    inset 0 0 0 2px var(--red);
}
.movieControls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  margin-top: 1.5vw;
  padding: 0 6vw;
}
.movieNav {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 4px solid var(--orange);
  background: transparent;
  color: var(--orange);
  display: grid;
  place-items: center;
  font: 42px/1 "Archivo Black";
  cursor: pointer;
  transition: 0.25s;
}
.movieNav:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  transform: translateY(-3px);
}
.movieMeta {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: min(420px, 48vw);
  justify-content: center;
  font: clamp(28px, 3vw, 48px)/1 "Archivo Black";
  letter-spacing: -0.04em;
}
.movieMeta__bar {
  width: min(240px, 22vw);
  height: 2px;
  background: #11111140;
  position: relative;
  display: block;
}
.movieMeta__bar i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  background: var(--red);
  transition: width 0.45s ease;
}

.movieModal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}
.movieModal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.movieModal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 7, 17, 0.82);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.movieModal__dialog {
  position: relative;
  width: min(92vw, 880px);
  max-height: 92svh;
  background: var(--paper);
  border-radius: 28px;
  padding: 18px;
  transform: translateY(55px) scale(0.9);
  opacity: 0;
  transition:
    transform 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.45);
}
.movieModal.is-open .movieModal__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.movieModal__close {
  position: absolute;
  right: -18px;
  top: -18px;
  z-index: 2;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 0;
  background: var(--orange);
  color: #fff;
  font: 38px/1 "Archivo Black";
  cursor: pointer;
}
.movieModal__player {
  overflow: hidden;
  border-radius: 18px;
  background: #000;
  aspect-ratio: 16/9;
}
.movieModal__player video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}
.movieModal__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 8px 4px;
  color: var(--orange);
}
.movieModal__episode {
  font: 13px/1 "Archivo Black";
  letter-spacing: 0.15em;
}
.movieModal__title {
  font: clamp(24px, 4vw, 48px)/1 "Archivo Black";
}
body.modal-open {
  overflow: hidden;
}

.mimion {
  position: relative;
  padding: 10vw 6vw;
  background: var(--paper);
  color: #111;
  overflow: hidden;
}
.mimion:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}
.mimion > * {
  position: relative;
  z-index: 2;
}
.mimion__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.98fr) minmax(320px, 0.86fr);
  gap: 5vw;
  align-items: center;
}
.mimionFigure__frame {
  border: 4px solid var(--red);
  border-radius: 34px;
  padding: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.mimionFigure__visual {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  aspect-ratio: 4/5;
  background: linear-gradient(180deg, #fff, #fff3ea);
  --lens-x: 50%;
  --lens-y: 50%;
}
.mimionFigure__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 26px;
}
.mimionFigure__img--rough {
  -webkit-clip-path: circle(0 at var(--lens-x) var(--lens-y));
  clip-path: circle(0 at var(--lens-x) var(--lens-y));
  transition:
    clip-path 0.16s ease-out,
    -webkit-clip-path 0.16s ease-out;
  mix-blend-mode: normal;
}
.mimionFigure.is-hovering .mimionFigure__img--rough {
  -webkit-clip-path: circle(90px at var(--lens-x) var(--lens-y));
  clip-path: circle(90px at var(--lens-x) var(--lens-y));
}
.mimionFigure.is-toggled .mimionFigure__img--rough {
  -webkit-clip-path: inset(0 round 0);
  clip-path: inset(0 round 0);
}
.mimionFigure__lens {
  position: absolute;
  left: var(--lens-x);
  top: var(--lens-y);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 3px solid var(--orange);
  transform: translate(-50%, -50%) scale(0.92);
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(255, 255, 255, 0.12),
    rgba(245, 130, 32, 0.08)
  );
  box-shadow: 0 20px 36px rgba(245, 130, 32, 0.18);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}
.mimionFigure__lens:before {
  content: "";
  position: absolute;
  right: 16px;
  bottom: -24px;
  width: 62px;
  height: 8px;
  background: var(--orange);
  border-radius: 999px;
  transform: rotate(42deg);
  transform-origin: right center;
}
.mimionFigure__lens span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font: 12px/1 "Archivo Black";
  letter-spacing: 0.14em;
  color: var(--orange);
}
.mimionFigure.is-hovering .mimionFigure__lens {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.mimionFigure__toggle {
  display: none;
  margin-top: 18px;
  width: 100%;
  padding: 14px 18px;
  border-radius: 999px;
  border: 0;
  background: var(--red);
  color: #fff;
  font: 13px/1 "Archivo Black";
  letter-spacing: 0.08em;
  box-shadow: var(--shadow);
}
.mimionFigure__hint {
  margin: 16px 8px 0;
  font-size: 13px;
  line-height: 1.75;
  color: #666;
}
.mimion__content .sectionNo {
  margin-bottom: 18px;
}

.mimion__lead {
  max-width: 620px;
  font-size: clamp(16px, 1.28vw, 20px);
  line-height: 1.95;
}
.mimionCopy {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}
.mimionCopy__title {
  margin: 0 0 12px;
  font: clamp(38px, 4vw, 62px)/0.92 "Archivo Black";
  letter-spacing: -0.05em;
  color: var(--orange);
}
.mimionCopy__text {
  margin: 0;
  max-width: 620px;
  font-size: clamp(15px, 1.12vw, 18px);
  line-height: 1.95;
}
.mimionLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.linkButton--blue {
  border: 1px solid rgba(208, 10, 66, 0.16);
  background: var(--red);
  color: #fff;
  box-shadow: 0 14px 24px rgba(208, 10, 66, 0.18);
}
.linkButton--blue:hover {
  background: #b10839;
}
.story {
  padding: 10vw 7vw;
}
.story__head {
  max-width: 1100px;
}
.story__intro {
  display: grid;
  grid-template-columns: minmax(340px, 0.95fr) minmax(300px, 1fr);
  gap: 4vw;
  align-items: center;
  margin-top: 4vw;
}
.storyFacade {
  padding: 24px;
  border: 1px solid #ffffff2a;
  background: #0d0d0d;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
}
.storyFacade img {
  display: block;
  width: 100%;
  height: min(38vw, 520px);
  min-height: 420px;
  object-fit: cover;
}
.storyFacade__building {
  position: relative;
  height: min(38vw, 520px);
  min-height: 420px;
  border: 2px solid #ffffff18;
  background: linear-gradient(180deg, #1a1a1a, #111);
  overflow: hidden;
}
.storyFacade__sign {
  position: absolute;
  left: 36px;
  top: 34px;
  z-index: 2;
  padding: 14px 18px;
  border: 2px solid #fff;
  background: var(--red);
  color: #fff;
  font: clamp(28px, 3.2vw, 46px)/1 "Archivo Black";
  letter-spacing: -0.04em;
}
.storyFacade__windows {
  position: absolute;
  inset: 92px 34px 78px;
  background-image:
    radial-gradient(
      circle at center,
      rgba(255, 255, 255, 0.12) 0 42%,
      transparent 44%
    ),
    linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  background-size:
    72px 72px,
    100% 2px,
    2px 100%;
  background-position:
    0 0,
    0 0,
    0 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.storyFacade__entrance {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  width: 28%;
  height: 20%;
  background: linear-gradient(180deg, #ff9a3b, #d00a42);
  border: 2px solid rgba(255, 255, 255, 0.38);
}
.story__summary p {
  margin: 0 0 1em;
  font-size: clamp(15px, 1.18vw, 19px);
  line-height: 1.95;
  color: #efefef;
}
.linkButton {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  font: 14px/1 "Archivo Black";
  letter-spacing: 0.06em;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease;
  white-space: nowrap;
}
.linkButton:after {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-color: currentColor;
  -webkit-mask-image: var(--icon-arrow);
  mask-image: var(--icon-arrow);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.linkButton:hover {
  transform: translateY(-2px);
}
.linkButton--light {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #fff;
  color: var(--red);
  box-shadow: var(--shadow);
}
.story__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #ffffff35;
  border: 1px solid #ffffff35;
  margin-top: 6vw;
}
.storyTile {
  background: #111;
  min-height: 420px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.4s;
}
.storyTile:hover {
  background: var(--red);
  transform: translateY(-14px);
}
.storyTile strong {
  margin-bottom: auto;
  font: 13px "Archivo Black";
}
.storyTile h3 {
  font: clamp(32px, 4vw, 66px)/0.9 "Archivo Black";
  word-break: break-all;
}
.storyTile p {
  line-height: 1.8;
}
.storyLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.linkButton--outline {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #fff;
}
.linkButton--outline:hover {
  background: #fff;
  color: var(--orange);
}
.news {
  position: relative;
  padding: 10vw 7vw;
  background: var(--paper);
  color: #111;
  overflow: hidden;
}
.news:before {
  content: "NEWS";
  position: absolute;
  right: -2vw;
  top: -2vw;
  font: 22vw/0.8 "Archivo Black";
  letter-spacing: -0.08em;
  color: #00000007;
  pointer-events: none;
}
.news > * {
  position: relative;
  z-index: 2;
}
.news__head {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 5vw;
  align-items: end;
}
.news__head h2 {
  font-size: clamp(48px, 7.2vw, 118px);
  line-height: 1.04;
  letter-spacing: -0.06em;
  margin: 0.35em 0;
  font-weight: 900;
}
.news__lead {
  margin: 0 0 1.2em;
  font-size: clamp(15px, 1.2vw, 19px);
  line-height: 1.95;
}
.newsList {
  margin-top: 5vw;
  border-top: 1px solid var(--line);
}
.newsCard {
  position: relative;
  display: grid;
  grid-template-columns: 120px 130px 1fr 44px;
  gap: 24px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  transition:
    padding-left 0.28s ease,
    background 0.28s ease;
}
.newsCard:hover {
  padding-left: 18px;
  background: #fff;
}
.newsCard__date {
  font: 12px/1 "Archivo Black";
  letter-spacing: 0.08em;
  color: #666;
}
.newsCard__category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid var(--orange);
  border-radius: 999px;
  font: 11px/1 "Archivo Black";
  letter-spacing: 0.08em;
  color: var(--orange);
}
.newsCard h3 {
  margin: 0;
  font-size: clamp(17px, 1.5vw, 24px);
  line-height: 1.55;
}
.newsCard__arrow {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  transition: 0.25s;
}
.newsCard__arrow:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask-image: var(--icon-arrow);
  mask-image: var(--icon-arrow);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.newsCard:hover .newsCard__arrow {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
  transform: rotate(8deg);
}
.news__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}
.linkButton--outlineBlue {
  border: 1px solid rgba(245, 130, 32, 0.45);
  background: transparent;
  color: var(--orange);
}
.linkButton--outlineBlue:hover {
  background: var(--orange);
  color: #111;
}
.future {
  min-height: 110vh;
  position: relative;
  padding: 12vw 8vw;
  overflow: hidden;
}
.future__inner {
  position: relative;
  z-index: 2;
  max-width: 1000px;
}
.future__giant {
  position: absolute;
  top: 0;
  left: -2vw;
  font: 26vw/0.8 "Archivo Black";
  color: #00000008;
  white-space: nowrap;
}
.future__text {
  max-width: 640px;
  font-size: clamp(17px, 1.4vw, 23px);
  line-height: 2;
}
.cta {
  margin-top: 4vw;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font: 14px "Archivo Black";
  transition: 0.4s;
}
.cta:hover {
  background: var(--red);
  transform: rotate(8deg) scale(1.05);
}
.cta i {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background-color: currentColor;
  -webkit-mask-image: var(--icon-arrow);
  mask-image: var(--icon-arrow);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.future__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}
.blob--1 {
  width: 28vw;
  height: 28vw;
  background: var(--red);
  right: -5vw;
  top: 10vw;
}
.blob--2 {
  width: 18vw;
  height: 18vw;
  background: var(--orange);
  right: 18vw;
  bottom: -5vw;
}
.menu-open {
  overflow: hidden;
}
.movieCard[role="button"],
.mimionFigure__toggle,
.movieNav,
.menuBtn {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(245, 130, 32, 0.5);
  outline-offset: 4px;
}
footer {
  background: #111;
  color: #fff;
  padding: 5vw;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
footer div {
  font: 8vw/0.8 "Archivo Black";
}
footer p {
  font-size: 10px;
}
.reveal {
  opacity: 0;
  transform: translateY(40px);
}
.split {
  overflow: hidden;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 900px) {
  .cursor {
    display: none;
  }
  .header {
    padding: 18px;
  }
  .logo {
    width: 125px;
  }
  .menuBtn {
    min-width: 0;
    min-height: 0;
    border-radius: 0;
    padding: 0;
  }
  .menuBtn span {
    font-size: 11px;
  }
  .message {
    grid-template-columns: 1fr;
    padding: 110px 24px;
  }
  .message__giant {
    top: 19%;
    left: 50%;
    font-size: 28vw;
  }
  .message__body {
    max-width: 600px;
  }
  .project {
    padding: 110px 24px;
  }
  .project__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .project__visual {
    min-height: 0;
    height: 92vw;
  }
  .projectFigure--main {
    width: 58vw;
    height: 82vw;
  }
  .projectFigure--sub {
    width: 40vw;
    height: 58vw;
    right: 0;
  }
  .project__points {
    grid-template-columns: 1fr;
  }
  .movie {
    padding: 110px 0 70px;
  }
  .movie__header,
  .movie__title,
  .movie__lead,
  .movieControls {
    padding-left: 24px;
    padding-right: 24px;
  }
  .movie__title {
    font-size: 26vw;
  }
  .movie__lead {
    margin-bottom: 20px;
  }
  .movieStage {
    height: 138vw;
    min-height: 0;
    max-height: none;
  }
  .movieCard {
    width: 52vw;
    max-width: 320px;
  }
  .movieControls {
    gap: 18px;
    margin-top: 20px;
  }
  .movieNav {
    width: 68px;
    height: 68px;
    border-width: 3px;
    font-size: 30px;
  }
  .movieMeta {
    gap: 14px;
    min-width: 0;
    font-size: 28px;
  }
  .movieMeta__bar {
    width: 34vw;
  }
  .movieModal__dialog {
    width: min(94vw, 620px);
    padding: 10px;
    border-radius: 20px;
  }
  .movieModal__close {
    right: 4px;
    top: 4px;
    width: 46px;
    height: 46px;
    font-size: 30px;
  }
  .mimion {
    padding: 110px 24px 80px;
  }
  .mimion__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .mimionFigure__frame {
    padding: 12px;
    border-width: 3px;
    border-radius: 24px;
  }
  .mimionFigure__visual {
    border-radius: 16px;
  }
  .mimionFigure__img {
    padding: 18px;
  }
  .mimionFigure__toggle {
    display: block;
  }
  .mimionFigure__hint {
    margin: 12px 4px 0;
    font-size: 12px;
  }
  .mimionFigure__lens {
    display: none;
  }
  .mimionFigure.is-toggled .mimionFigure__img--rough {
    -webkit-clip-path: inset(0 round 0);
    clip-path: inset(0 round 0);
  }
  .mimionFigure:not(.is-toggled) .mimionFigure__img--rough {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  .mimionCopy {
    margin-top: 18px;
    padding: 20px 0;
  }
  .mimionLinks {
    gap: 10px;
  }
  .linkButton {
    min-height: 50px;
    padding: 0 18px;
    font-size: 12px;
  }
  .story {
    padding: 110px 24px;
  }
  .story h2 {
    font-size: clamp(30px, 8.5vw, 48px);
  }
  .story__intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .storyFacade {
    padding: 14px;
  }
  .storyFacade img {
    height: 62vw;
    min-height: 280px;
  }
  .storyFacade__building {
    min-height: 280px;
    height: 62vw;
  }
  .storyFacade__sign {
    left: 18px;
    top: 18px;
    padding: 10px 12px;
    font-size: 24px;
  }
  .storyFacade__windows {
    inset: 72px 18px 56px;
  }
  .story__grid {
    grid-template-columns: 1fr;
  }
  .storyLinks {
    display: grid;
    grid-template-columns: 1fr;
  }
  .news {
    padding: 110px 24px 80px;
  }
  .news__head {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .news__head h2 {
    font-size: clamp(28px, 8vw, 44px);
  }
  .newsList {
    margin-top: 36px;
  }
  .newsCard {
    grid-template-columns: 1fr 42px;
    gap: 10px 14px;
    padding: 22px 0;
  }
  .newsCard__date {
    grid-column: 1;
  }
  .newsCard__category {
    grid-column: 1;
    width: max-content;
  }
  .newsCard h3 {
    grid-column: 1;
  }
  .newsCard__arrow {
    grid-column: 2;
    grid-row: 1/4;
    align-self: center;
  }
  .news__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .future {
    padding: 120px 24px;
  }
  .future h2 {
    font-size: clamp(30px, 8.5vw, 48px);
  }
  .cta {
    width: 160px;
    height: 160px;
  }
  footer {
    padding: 70px 24px;
    display: block;
  }
  footer div {
    font-size: 16vw;
  }
}

@media (max-width: 900px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .message {
    min-height: 100svh;
    height: auto;
    padding: 96px 24px 72px;
    grid-template-columns: 1fr;
    gap: 22px;
    align-content: center;
  }
  .messageTransition__phrases {
    display: block;
    left: 50%;
    top: 52%;
    width: 100%;
    height: 64svh;
    gap: 14px;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .messageTransition__phrase {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    font-size: clamp(46px, 14vw, 72px);
    line-height: 0.88;
    -webkit-text-stroke: 2px #111;
    text-shadow:
      5px 5px 0 var(--red),
      9px 9px 0 rgba(17, 17, 17, 0.96),
      0 12px 14px rgba(0, 0, 0, 0.2);
    max-height: none;
  }
  .messageTransition__phrase--heehaw {
    transform: translateX(-112%) rotate(-10deg);
    transform-origin: 50% 100%;
  }
  .messageTransition__phrase--crazy {
    transform: translateX(12%) rotate(10deg);
    transform-origin: 50% 100%;
  }
  .messageTransition__circle {
    bottom: -18vmax;
    width: 42vmax;
    height: 42vmax;
  }
  .message__giant {
    top: 16%;
    font-size: 30vw;
  }
  .message__body {
    align-self: auto;
    font-size: 15px;
    line-height: 1.85;
  }

  .movie {
    padding: 94px 0 64px;
  }
  .movie__header,
  .movie__title,
  .movie__lead {
    padding-left: 20px;
    padding-right: 20px;
  }
  .movie__title {
    font-size: 25vw;
    margin-top: 0.1em;
  }
  .movie__lead {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 18px;
  }
  .movieStage {
    height: 118vw;
    min-height: 470px;
    max-height: 650px;
    overflow: hidden;
  }
  .movieCard {
    width: 47vw;
    max-width: 220px;
    top: 12px;
  }
  .movieCard__frame {
    border-radius: 20px;
  }
  .movieCard__ui {
    height: 32px;
    padding: 0 10px;
  }
  .movieCard__ui .dot {
    width: 14px;
    height: 14px;
  }
  .movieCard__ui .dot:before {
    left: 5px;
    top: 3px;
    border-width: 4px 0 4px 6px;
  }
  .movieCard__caption {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .movieCard__caption h3 {
    font-size: 18px;
  }
  .movieControls {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr) 60px;
    gap: 12px;
    width: 100%;
    padding: 0 20px;
    margin-top: 16px;
  }
  .movieNav {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    aspect-ratio: 1;
    border-width: 3px;
    font-size: 26px;
    padding: 0;
    line-height: 1;
    flex: 0 0 60px;
  }
  .movieNav span {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
  }
  .movieMeta {
    min-width: 0;
    width: 100%;
    gap: 10px;
    font-size: 24px;
  }
  .movieMeta__bar {
    width: auto;
    flex: 1;
    min-width: 58px;
  }

  .mimionFigure__toggle {
    display: block;
    background: var(--red);
  }
  .mimionLinks {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .mimionLinks .linkButton {
    width: 100%;
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
  .cursor {
    display: none;
  }
}

/* SP layout stability overrides */
@media (max-width: 900px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .message {
    min-height: 100svh;
    padding: 96px 24px 54px;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 20px;
  }
  .message__giant {
    top: 20%;
    font-size: 32vw;
  }
  .message .message__title {
    font-size: clamp(30px, 8.5vw, 48px);
    line-height: 1.13;
    margin: 0.25em 0;
  }
  .message__body {
    align-self: auto;
    font-size: 14px;
    line-height: 1.9;
  }

  .project {
    padding: 96px 22px 86px;
  }
  .project__inner {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }
  .project__copy {
    order: 1;
  }
  .project__visual {
    order: 2;
    width: 100%;
    height: 112vw;
    min-height: 0;
  }
  .project__copy h2 {
    font-size: clamp(27px, 8.2vw, 40px);
    margin: 0.3em 0;
  }
  .project__lead {
    font-size: 14px;
    line-height: 1.85;
  }
  .projectFigure--main {
    left: 2vw;
    top: 0;
    width: 61vw;
    height: 88vw;
  }
  .projectFigure--sub {
    right: 0;
    bottom: 0;
    width: 42vw;
    height: 61vw;
  }
  .project__points {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }
  .project__points article {
    padding: 18px;
  }

  .movie {
    padding: 92px 0 58px;
  }
  .movie__header {
    padding: 0 22px;
  }
  .movie__title {
    padding: 0 22px;
    font-size: 14vw;
    line-height: 0.9;
    margin: 0.12em 0 0;
  }
  .movie__lead {
    padding: 0 22px;
    font-size: 14px;
    margin: 10px 0 24px;
  }
  .movieStage {
    height: 108vw;
    min-height: 430px;
    max-height: 560px;
    overflow: hidden;
  }
  .movieCard {
    top: 18px;
    width: 54vw;
    max-width: 250px;
  }
  .movieCard__frame {
    border-radius: 20px;
  }
  .movieCard__ui {
    height: 32px;
    padding: 0 10px;
  }
  .movieCard__caption {
    padding: 12px 13px 15px;
  }
  .movieControls {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr) 60px;
    align-items: center;
    gap: 12px;
    padding: 0 22px;
    margin-top: 12px;
  }
  .movieNav {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    aspect-ratio: 1;
    border-width: 2px;
    font-size: 25px;
    line-height: 1;
    padding: 0;
    display: grid;
    place-items: center;
  }
  .movieMeta {
    width: 100%;
    min-width: 0;
    gap: 10px;
    font-size: 22px;
    justify-content: center;
  }
  .movieMeta__bar {
    width: auto;
    min-width: 0;
    flex: 1;
  }

  .storyTile {
    min-height: 300px;
  }
  .newsCard:hover {
    padding-left: 0;
  }
  .future {
    min-height: 92svh;
  }
}

/* SP PEOPLE */
@media (max-width: 900px) {
  .people {
    height: auto;
    min-height: 0;
    padding: 96px 20px 110px;
    overflow: hidden;
  }

  .people__sticky {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding: 0;
    display: block;
  }

  .people__sticky h2 {
    position: static;
    margin: 0.22em 0 42px;
    font-size: clamp(58px, 19vw, 92px);
    line-height: 0.78;
    transform: none;
  }

  .people__track {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    transform: none;
  }

  .personCard {
    width: min(88%, 360px);
    flex: none;
    align-self: center;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(54px) rotate(-1.5deg);
    will-change: transform, opacity;
  }

  .personCard:nth-child(even) {
    transform: translateY(54px) rotate(1.5deg);
  }

  .personCard__photo {
    height: min(56svh, 470px);
    box-shadow: 10px 10px 0 #111;
  }

  .personCard__photo img {
    object-position: center 8px;
  }

  .personCard span {
    margin-top: 18px;
  }

  .personCard h3 {
    margin: 10px 0 8px;
    font-size: clamp(29px, 9.5vw, 43px);
  }

  .personCard p {
    margin: 0;
    max-width: 25ch;
    font-size: 14px;
    line-height: 1.7;
  }
}

.hero .eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  max-width: 28ch;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .hero .eyebrow,
  .hero .portrait,
  .hero__orbit,
  .hero .scroll {
    opacity: 1;
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 100svh;
    height: 100svh;
    padding: 94px 18px 34px;
    align-items: flex-start;
  }
  .hero__copy {
    max-width: 100%;
    position: relative;
    z-index: 8;
  }
  .hero .eyebrow {
    max-width: 20ch;
    font-size: 10px;
    line-height: 1.5;
  }
  .hero h1 {
    margin-top: 3vh;
    max-width: 68vw;
    font-size: clamp(28px, 8.6vw, 50px);
    line-height: 1.2;
    overflow-wrap: break-word;
  }
  .hero__sub {
    margin: 10px 0 0;
    max-width: 14em;
    font-size: 10px;
    line-height: 1.55;
    opacity: 0.8;
  }
  .hero__orbit {
    width: min(52vw, 210px);
    right: 12px;
    top: 8px;
  }
  .hero__cards {
    left: 50%;
    right: auto;
    bottom: 7vh;
    transform: translateX(-50%);
    width: 100vw;
    height: 56svh;
    max-height: 520px;
    opacity: 1;
  }
  .portrait {
    width: 56%;
    height: 84%;
    padding: 10px;
    box-shadow: 12px 12px 0 #111;
  }
  .portrait--a {
    left: 2%;
    bottom: 0;
    transform: rotate(-8deg);
  }
  .portrait--b {
    right: 2%;
    top: 1%;
    transform: rotate(8deg);
  }
  .portrait__img {
    padding: 10px 6px 52px;
    object-position: center 0;
  }
  .portrait b {
    font-size: 34px;
  }
  .portrait small {
    font-size: 9px;
    letter-spacing: 0.1em;
  }
  .scroll {
    left: 18px;
    bottom: 16px;
  }
}
/* 追記修正 */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}
/* ========================================
   HEADER SNS CTA
======================================== */

.header__right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.headerSns {
  display: flex;
  align-items: center;
  gap: 7px;
}

.headerSns__link {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 58px;
  height: 38px;
  padding: 0 13px;
  border: 1px solid currentColor;
  border-radius: 999px;
  overflow: hidden;
  background: transparent;
  color: inherit;
  font-family: "Archivo Black", sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.headerSns__link:hover {
  color: #111;
  background: #fff;
  border-color: #fff;
  transform: translateY(-2px);
}

.headerSns__link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .header {
    padding-inline: 12px;
  }

  .header__right {
    gap: 7px;
  }

  .headerSns {
    gap: 4px;
  }

  .headerSns__link {
    width: 28px;
    min-width: 28px;
    height: 28px;
    padding: 0;
    border-color: currentColor;
    font-size: 8px;
    letter-spacing: 0;
  }

  .headerSns__link--line .headerSns__label {
    font-size: 0;
  }

  .headerSns__link--line .headerSns__label::after {
    content: "L";
    font-size: 8px;
  }

  .headerSns__link--tiktok .headerSns__label {
    font-size: 0;
  }

  .headerSns__link--tiktok .headerSns__label::after {
    content: "T";
    font-size: 8px;
  }

  .headerSns__link:hover {
    transform: none;
  }
}

.mimion__content {
  width: min(100%, 680px);
}

.mimion__content .sectionNo {
  margin-bottom: 24px;
}

.mimion__content .eyebrow {
  margin: 0 0 12px;
}

/* タイトル */
.mimion-title {
  margin: 0 0 6px;
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

/* サブタイトル */
.mimion-subtitle {
  margin: 0 0 28px;
  font-size: clamp(1rem, 1.45vw, 1.4rem);
  line-height: 1.5;
  letter-spacing: 0.02em;
}

/* 本文 */
.mimion__content > .mimionCopy__text {
  margin: 0;
  max-width: 42em;
  font-size: clamp(0.95rem, 1.05vw, 1.1rem);
  font-weight: 700;
  line-height: 2;
}

/* SNS案内エリア */
.mimionCopy {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
}

.mimionCopy .mimionCopy__text {
  margin: 0;
  max-width: 38em;
  font-size: 0.95rem;
  line-height: 1.8;
}

/* SNSボタン */
.mimionLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.mimionLinks .linkButton {
  min-width: 110px;
  justify-content: center;
}

/* SP */
@media (max-width: 767px) {
  .mimion__content {
    width: 100%;
  }

  .mimion__content .sectionNo {
    margin-bottom: 18px;
  }

  .mimion__content .eyebrow {
    margin-bottom: 10px;
  }

  .mimion-title {
    margin-bottom: 4px;
    font-size: 2rem;
    line-height: 1.1;
  }

  .mimion-subtitle {
    margin-bottom: 22px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .mimion__content > .mimionCopy__text {
    font-size: 0.95rem;
    line-height: 1.9;
  }

  .mimionCopy {
    margin-top: 28px;
    padding-top: 22px;
  }

  .mimionCopy .mimionCopy__text {
    font-size: 0.9rem;
    line-height: 1.8;
  }

  .mimionLinks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 16px;
  }

  .mimionLinks .linkButton {
    min-width: 0;
    width: 100%;
    padding-inline: 8px;
  }
}

/* PCだけ改行 */
.is-pc {
  display: inline;
}

/* SPだけ改行 */
.is-sp {
  display: none;
}

@media (max-width: 767px) {
  .is-pc {
    display: none;
  }

  .is-sp {
    display: inline;
  }
}

.movieModal__player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

.movieModal__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* =========================================================
   NEWS DETAIL PAGE
========================================================= */
.newsDetailPage .header {
  mix-blend-mode: normal;
}

.newsDetailHero {
  position: relative;
  min-height: 82svh;
  display: flex;
  align-items: flex-end;
  padding: 170px 7vw 8vw;
  overflow: hidden;
}

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

.newsDetailHero__giant {
  position: absolute;
  right: -3vw;
  top: 10%;
  font: clamp(160px, 28vw, 520px) / 0.78 "Archivo Black";
  letter-spacing: -0.08em;
  color: rgba(255, 255, 255, 0.08);
  white-space: nowrap;
  pointer-events: none;
}

.newsDetailHero__meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
  font: 12px/1 "Archivo Black";
  letter-spacing: 0.1em;
}

.newsDetailHero__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid currentColor;
  border-radius: 999px;
}

.newsDetailHero h1 {
  max-width: 1100px;
  margin: 28px 0 20px;
  font-size: clamp(48px, 7.8vw, 126px);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.newsDetailHero__lead {
  max-width: 620px;
  margin: 0;
  font-size: clamp(15px, 1.4vw, 21px);
  font-weight: 800;
  line-height: 1.9;
}

.newsDetail {
  padding: 10vw 7vw 12vw;
  background: var(--paper);
  color: var(--black);
}

.newsDetail__header {
  max-width: 1180px;
  margin: 0 auto 5vw;
}

.newsDetail__header .sectionNo {
  margin-bottom: 24px;
}

.newsDetail__header h2 {
  max-width: 1000px;
  margin: 0.25em 0 0;
  font-size: clamp(42px, 6.6vw, 108px);
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.newsDetail__visual {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(10px, 1.5vw, 20px);
  border: 2px solid #111;
  background: #fff;
  box-shadow: clamp(10px, 1.8vw, 24px) clamp(10px, 1.8vw, 24px) 0 #111;
  transform: rotate(-1deg);
}

.newsDetail__visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.newsDetail__body {
  width: min(820px, 100%);
  margin: clamp(72px, 8vw, 120px) auto 0;
}

.newsDetail__body p,
.newsDetail__body li {
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 2.05;
}

.newsDetail__body p {
  margin: 0 0 2em;
}

.newsDetail__body h3 {
  margin: 2.4em 0 0.9em;
  padding-top: 0.8em;
  border-top: 4px solid var(--red);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.35;
}

.newsDetail__body ul {
  margin: 0 0 2.5em;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.newsDetail__body li {
  position: relative;
  padding: 18px 12px 18px 36px;
  border-bottom: 1px solid var(--line);
}

.newsDetail__body li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 1.55em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--red);
}

.newsDetail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 48px;
}

.newsDetailNext {
  position: relative;
  padding: 10vw 7vw;
  overflow: hidden;
}

.newsDetailNext::after {
  content: "NEXT";
  position: absolute;
  right: -2vw;
  bottom: -3vw;
  font: 22vw/0.8 "Archivo Black";
  color: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.newsDetailNext > * {
  position: relative;
  z-index: 1;
}

.newsDetailNext h2 {
  max-width: 1000px;
  margin: 0.35em 0;
  font-size: clamp(48px, 7.2vw, 118px);
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.newsDetailNext p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 34px;
  font-size: clamp(16px, 1.3vw, 21px);
  line-height: 1.9;
}

@media (max-width: 900px) {
  .newsDetailHero {
    min-height: 72svh;
    padding: 130px 20px 64px;
  }

  .newsDetailHero__giant {
    top: 24%;
    right: -8vw;
  }

  .newsDetailHero h1 {
    font-size: clamp(40px, 12vw, 68px);
  }

  .newsDetail {
    padding: 84px 20px 100px;
  }

  .newsDetail__header {
    margin-bottom: 48px;
  }

  .newsDetail__header h2 {
    font-size: clamp(36px, 10vw, 60px);
  }

  .newsDetail__visual {
    box-shadow: 10px 10px 0 #111;
  }

  .newsDetail__body {
    margin-top: 64px;
  }

  .newsDetail__actions {
    flex-direction: column;
  }

  .newsDetail__actions .linkButton {
    width: 100%;
    justify-content: space-between;
  }

  .newsDetailNext {
    padding: 90px 20px;
  }
}


/* Header color: white / black only */
.header {
  transition: color 0.25s ease;
}

.header.is-header-white {
  color: #fff;
}

.header.is-header-black {
  color: #111;
}

.header.is-header-white .logo img {
  filter: brightness(0) invert(1);
}

.header.is-header-black .logo img {
  filter: brightness(0);
}

.header .logo img {
  transition: filter 0.25s ease;
}
