:root {
  --concept-dark: #090909;
  --concept-dark-soft: #141414;
  --concept-light: #f4ede1;
  --concept-light-panel: #e7dfd1;
  --concept-text: #f5f0e8;
  --concept-text-dark: #171717;
  --concept-muted: rgba(245, 240, 232, 0.72);
  --concept-muted-dark: rgba(23, 23, 23, 0.64);
  --concept-accent: #b97a22;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

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

.concept-page,
.concept-index-page {
  min-height: 100vh;
}

.concept-index-page {
  background: linear-gradient(180deg, #0f0f0f 0%, #171717 100%);
  color: var(--concept-text);
}

.concept-index-shell {
  width: min(1120px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: 4rem 0 5rem;
}

.concept-kicker {
  margin: 0 0 1rem;
  color: #efc45f;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.concept-kicker-dark {
  color: var(--concept-accent);
}

.concept-index-shell h1,
.concept-cinematic-copy h1,
.concept-editorial-copy h1,
.concept-exhibit-left h1 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 0.02em;
}

.concept-index-shell h1 {
  font-size: clamp(3rem, 5vw, 5.4rem);
  max-width: 10ch;
}

.concept-lead,
.concept-cinematic-copy p,
.concept-editorial-copy p,
.concept-exhibit-left p,
.concept-link-card p,
.concept-editorial-card p,
.concept-cinematic-panel p {
  line-height: 1.7;
  font-size: 1rem;
}

.concept-lead {
  max-width: 60ch;
  color: var(--concept-muted);
  margin: 1.2rem 0 0;
}

.concept-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.6rem;
}

.concept-link-card {
  padding: 1.4rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.concept-link-card span,
.concept-editorial-card span,
.concept-cinematic-panel span {
  display: inline-block;
  margin-bottom: 0.7rem;
  color: #efc45f;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.concept-link-card strong,
.concept-editorial-card strong,
.concept-cinematic-panel strong {
  display: block;
  font-size: 1.2rem;
}

.concept-link-card p {
  margin: 0.75rem 0 0;
  color: var(--concept-muted);
}

.concept-link-card-muted {
  background: rgba(185, 122, 34, 0.08);
}

.concept-page-cinematic,
.concept-page-exhibit {
  background:
    radial-gradient(circle at 20% 12%, rgba(185, 122, 34, 0.22), transparent 24%),
    radial-gradient(circle at 85% 18%, rgba(57, 70, 112, 0.26), transparent 22%),
    linear-gradient(180deg, #050505 0%, #0f0f0f 100%);
  color: var(--concept-text);
}

.concept-page-editorial {
  background: linear-gradient(180deg, #f8f2e7 0%, #f0e8da 100%);
  color: var(--concept-text-dark);
}

.concept-page-stage {
  background: linear-gradient(180deg, #f3ca18 0%, #efc90c 52%, #ebc103 100%);
  color: #111111;
}

.concept-page-stage-closer {
  background:
    radial-gradient(circle at top left, rgba(155, 107, 29, 0.08), transparent 26%),
    radial-gradient(circle at 82% 14%, rgba(92, 104, 132, 0.08), transparent 20%),
    linear-gradient(180deg, #f5efe4 0%, #f2eadf 100%);
  color: #151515;
}

.concept-page-serif {
  background:
    radial-gradient(circle at 50% 24%, rgba(139, 23, 32, 0.08), transparent 18%),
    radial-gradient(circle at 50% 88%, rgba(155, 107, 29, 0.06), transparent 24%),
    linear-gradient(180deg, #f5efe4 0%, #f2eadf 100%);
  color: #151515;
}

.concept-header {
  width: min(1240px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: 1.6rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.concept-brand img {
  width: 150px;
  height: auto;
}

.concept-brand-dark img {
  filter: none;
}

.concept-nav {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.concept-nav a {
  padding: 0.78rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.concept-nav-light a {
  border-color: rgba(23, 23, 23, 0.12);
  background: rgba(23, 23, 23, 0.03);
}

.concept-stage-header {
  width: min(100vw - 2rem, 1520px);
  margin: 0 auto;
  padding: 1.3rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.concept-serif-header {
  width: min(100vw - 2rem, 1540px);
  margin: 0 auto;
  padding: 2.2rem 0 0.8rem;
  display: flex;
  justify-content: center;
}

.concept-stage-header-closer {
  width: min(100vw - 2rem, 1540px);
  padding: 2.2rem 0 0.8rem;
  justify-content: center;
}

.concept-stage-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1.5px solid rgba(17, 17, 17, 0.7);
  border-radius: 10px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.concept-stage-shield {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  border: 1.5px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.concept-stage-nav {
  display: flex;
  gap: 1.4rem;
  align-items: center;
}

.concept-stage-nav-closer {
  gap: 1.2rem;
  margin-left: 0;
  margin-right: 0;
}

.concept-stage-nav a {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.concept-stage-nav-closer a {
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(21, 21, 21, 0.84);
  overflow: hidden;
  height: 1.3rem;
  display: inline-flex;
  align-items: flex-start;
}

.concept-stage-nav-vertical {
  display: grid;
  gap: 0.7rem;
}

.concept-stage-nav-under-logo {
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 0;
  gap: 1.35rem;
}

.concept-stage-nav-top-center {
  justify-content: center;
}

.concept-nav-roll {
  display: inline-grid;
  grid-auto-rows: 1.3rem;
  transform: translateY(0);
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.concept-nav-roll > span {
  display: flex;
  align-items: center;
  height: 1.3rem;
}

.concept-stage-nav-closer a:hover .concept-nav-roll,
.concept-stage-nav-closer a:focus-visible .concept-nav-roll {
  transform: translateY(-1.3rem);
}

.concept-stage-shell {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: center;
  width: min(100vw - 2rem, 1520px);
  margin: 0 auto;
  padding: 0 0 1.4rem;
}

.concept-serif-shell {
  width: min(1440px, calc(100vw - 2rem));
  min-height: calc(100vh - 94px);
  margin: 0 auto;
  display: grid;
  place-items: center;
  padding: 1rem 0 4rem;
}

.concept-serif-shell-intro {
  padding: 0 0 3rem;
}

.concept-serif-center {
  width: min(1180px, 92vw);
  display: grid;
  justify-items: center;
  gap: 1.8rem;
  text-align: center;
}

.concept-serif-intro {
  width: min(1220px, 94vw);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: clamp(0.8rem, 2vw, 1.8rem);
}

.concept-serif-mark img {
  width: min(300px, 28vw);
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.1));
}

.concept-serif-mark-intro {
  display: grid;
  justify-items: end;
}

.concept-serif-mark-intro img {
  width: min(480px, 46vw);
}

.concept-serif-copy {
  display: grid;
  justify-items: center;
  gap: 1.2rem;
}

.concept-serif-copy-intro {
  justify-items: start;
  text-align: left;
  gap: 0.9rem;
}

.concept-serif-eyebrow {
  margin: 0;
  color: #c83b39;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: none;
}

.concept-serif-copy h1 {
  margin: 0;
  max-width: 11ch;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4rem, 7vw, 7.4rem);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: #151515;
}

.concept-serif-copy-intro h1 {
  max-width: 8ch;
  font-size: clamp(3.8rem, 6.2vw, 6.4rem);
  line-height: 0.94;
}

.concept-serif-copy-intro .concept-stage-enter-closer {
  justify-self: start;
  margin-top: 0.4rem;
}

.concept-serif-note {
  margin: 0;
  max-width: 28ch;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.08;
  color: rgba(21, 21, 21, 0.72);
}

.concept-serif-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.8rem;
  padding: 0.9rem 1.35rem;
  border-radius: 0.5rem;
  background: #cf3f39;
  color: #fff6eb;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.concept-serif-button:hover,
.concept-serif-button:focus-visible {
  transform: translateY(-2px);
  background: #dc4f47;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.concept-footnote {
  width: min(1180px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: 0 0 1.6rem;
  text-align: center;
}

.concept-footnote p {
  margin: 0;
  color: rgba(21, 21, 21, 0.58);
  font-size: 0.78rem;
  line-height: 1.6;
}

.concept-stage-shell-closer {
  min-height: calc(100vh - 88px);
  width: min(100vw - 2rem, 1540px);
  padding-bottom: 1rem;
}

.concept-stage-center {
  display: grid;
  place-items: center;
  text-align: center;
}

.concept-stage-center-closer {
  align-content: center;
}

.concept-stage-logo-column {
  display: grid;
  justify-items: start;
  gap: 1.5rem;
}

.concept-stage-logo-hero {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: min(620px, 56vw);
  min-height: 320px;
}

.concept-stage-logo-hero-image {
  width: min(500px, 46vw);
  height: auto;
  display: block;
  margin-bottom: 0;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.1));
}

.concept-stage-balance {
  width: min(1180px, 94vw);
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.82fr);
  align-items: center;
  gap: clamp(0.8rem, 2vw, 1.8rem);
}

.concept-stage-stack {
  position: relative;
  width: min(820px, 76vw);
  aspect-ratio: 1 / 0.86;
}

.concept-stage-card {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.concept-stage-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concept-stage-card-back {
  width: 34%;
  height: 38%;
  left: 7%;
  bottom: 7%;
  transform: rotate(-8deg);
}

.concept-stage-card-front {
  width: 48%;
  height: 72%;
  left: 26%;
  top: 10%;
}

.concept-stage-logo-wrap {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.concept-stage-logo {
  width: min(520px, 62vw);
  opacity: 0.95;
  transform: translateY(3%);
}

.concept-stage-caption {
  margin: 1.2rem 0 0;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.72);
}

.concept-stage-enter {
  justify-self: center;
  margin-bottom: 0.2rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(21, 21, 21, 0.78);
}

.concept-stage-enter-closer {
  margin-bottom: 0;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(21, 21, 21, 0.12);
  background: rgba(21, 21, 21, 0.03);
  color: #151515;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.concept-stage-enter-closer:hover,
.concept-stage-enter-closer:focus-visible {
  transform: translateY(-2px);
  background: rgba(21, 21, 21, 0.08);
  border-color: rgba(21, 21, 21, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 10px 22px rgba(0, 0, 0, 0.12);
}

.concept-stage-enter-closer:active {
  transform: translateY(0);
  background: rgba(21, 21, 21, 0.12);
}

.concept-stage-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.concept-stage-bottom-closer {
  justify-content: center;
}

.concept-stage-figures {
  position: relative;
  width: min(1080px, 92vw);
  aspect-ratio: 1 / 0.72;
}

.concept-stage-tower,
.concept-stage-pedestal {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.14);
}

.concept-stage-tower {
  width: 23%;
  height: 56%;
  bottom: 19%;
  border-radius: 28px;
}

.concept-stage-tower img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concept-stage-tower-left {
  left: 27%;
  transform: rotate(-2deg);
}

.concept-stage-tower-right {
  right: 27%;
  transform: rotate(2deg);
}

.concept-stage-pedestal {
  width: 26%;
  height: 12%;
  left: 37%;
  bottom: 13%;
  border-radius: 18px;
  transform: perspective(700px) rotateX(20deg) rotate(-4deg);
}

.concept-stage-pedestal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
}

.concept-stage-script-wrap {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.concept-stage-script {
  width: min(540px, 54vw);
  transform: translateY(1%);
  opacity: 0.98;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.08));
}

.concept-stage-copy {
  margin-top: 0.8rem;
  text-align: center;
}

.concept-stage-copy-side {
  margin-top: 0;
  text-align: left;
  display: grid;
  justify-items: start;
  gap: 1rem;
}

.concept-stage-eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c83b39;
  max-width: 26ch;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), letter-spacing 220ms ease;
  will-change: transform;
}

.concept-stage-eyebrow:hover {
  transform: translateX(8px);
  letter-spacing: 0.14em;
}

.concept-stage-headline {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0.02em;
  font-size: clamp(3.8rem, 6.2vw, 6.4rem);
  max-width: 8.8ch;
  color: #151515;
}

.concept-stage-copy-side .concept-stage-headline {
  max-width: 8.6ch;
}

.concept-headline-line {
  display: block;
  transition:
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    letter-spacing 220ms ease;
  will-change: transform;
}

.concept-headline-line:hover {
  transform: translateX(8px);
  letter-spacing: 0.025em;
}

.concept-stage-copy-side .concept-stage-enter-closer {
  justify-self: start;
  margin-top: 0.9rem;
}

.concept-hero-cinematic {
  width: min(1240px, calc(100vw - 2rem));
  margin: 0 auto;
  min-height: calc(100vh - 96px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  gap: 2rem;
  align-items: center;
  position: relative;
}

.concept-cinematic-copy {
  max-width: 34rem;
}

.concept-cinematic-copy h1 {
  font-size: clamp(4rem, 7vw, 8rem);
  max-width: 8ch;
}

.concept-cinematic-copy p {
  color: var(--concept-muted);
  margin: 1.2rem 0 0;
  max-width: 38rem;
}

.concept-cinematic-stage {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
}

.concept-cinematic-main {
  width: min(100%, 620px);
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.42);
}

.concept-cinematic-panel {
  position: absolute;
  right: 0;
  bottom: 2rem;
  width: min(320px, 90%);
  padding: 1.2rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 10, 10, 0.68);
  backdrop-filter: blur(10px);
}

.concept-cinematic-panel p {
  margin: 0.75rem 0 0;
  color: var(--concept-muted);
}

.concept-orbit {
  position: absolute;
  border-radius: 999px;
  filter: blur(16px);
  opacity: 0.45;
}

.concept-orbit-left {
  left: -4rem;
  top: 14%;
  width: 180px;
  height: 180px;
  background: rgba(185, 122, 34, 0.32);
}

.concept-orbit-right {
  right: 8%;
  top: 10%;
  width: 120px;
  height: 120px;
  background: rgba(112, 133, 212, 0.22);
}

.concept-editorial-shell {
  width: min(1260px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: 2rem 0 5rem;
}

.concept-editorial-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 420px);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}

.concept-editorial-copy h1 {
  font-size: clamp(3.6rem, 6vw, 7rem);
  max-width: 8ch;
}

.concept-editorial-copy p {
  margin: 0;
  color: var(--concept-muted-dark);
  max-width: 34rem;
}

.concept-editorial-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.8fr;
  grid-template-rows: auto auto;
  gap: 1rem;
}

.concept-editorial-card {
  border-radius: 28px;
  overflow: hidden;
}

.concept-editorial-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concept-editorial-card-text,
.concept-editorial-card-note {
  padding: 1.4rem;
  background: #141414;
  color: var(--concept-text);
}

.concept-editorial-card-text strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 0.96;
}

.concept-editorial-card-note p {
  margin: 0;
  color: var(--concept-muted);
}

.concept-editorial-card-image {
  min-height: 280px;
}

.concept-editorial-card-image-tall {
  grid-row: span 2;
  min-height: 580px;
}

.concept-exhibit-shell {
  width: min(1280px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: 2rem 0 4rem;
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: 2rem;
  align-items: center;
}

.concept-exhibit-left h1 {
  font-size: clamp(3.6rem, 6.2vw, 7rem);
  max-width: 8ch;
}

.concept-exhibit-left p {
  max-width: 34rem;
  color: var(--concept-muted);
  margin: 1.2rem 0 0;
}

.concept-enter-link {
  display: inline-block;
  margin-top: 1.8rem;
  padding: 0.95rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
}

.concept-exhibit-strip {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
}

.concept-exhibit-frame {
  min-height: 220px;
  padding: 1rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.concept-exhibit-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.concept-exhibit-frame-large {
  grid-row: span 2;
  min-height: 520px;
}

@media (max-width: 900px) {
  .concept-links,
  .concept-hero-cinematic,
  .concept-editorial-copy,
  .concept-exhibit-shell,
  .concept-stage-balance {
    grid-template-columns: 1fr;
  }

  .concept-editorial-grid,
  .concept-exhibit-strip {
    grid-template-columns: 1fr;
  }

  .concept-editorial-card-image-tall,
  .concept-exhibit-frame-large {
    grid-row: auto;
    min-height: 320px;
  }

  .concept-cinematic-stage {
    min-height: auto;
  }

  .concept-stage-stack {
    width: min(92vw, 620px);
    aspect-ratio: 1 / 1;
  }

  .concept-stage-card-front {
    width: 64%;
    height: 62%;
    left: 18%;
    top: 12%;
  }

  .concept-stage-card-back {
    width: 44%;
    height: 28%;
    left: 6%;
    bottom: 12%;
  }

  .concept-stage-logo {
    width: min(360px, 72vw);
  }

  .concept-stage-header-closer,
  .concept-stage-bottom {
    gap: 0.8rem;
  }

  .concept-stage-header-closer {
    align-items: center;
    width: min(calc(100vw - 1.2rem), 1540px);
    padding: 1.15rem 0 0.35rem;
  }

  .concept-stage-nav-closer {
    gap: 0.8rem;
    justify-content: center;
    flex-wrap: wrap;
  }

  .concept-stage-nav-vertical {
    display: flex;
    flex-wrap: wrap;
  }

  .concept-stage-nav-under-logo {
    justify-content: center;
    margin-top: 0.2rem;
    margin-left: 0;
  }

  .concept-stage-shell-closer {
    min-height: calc(100vh - 68px);
    width: min(calc(100vw - 1.2rem), 1540px);
  }

  .concept-stage-bottom {
    flex-direction: column;
    text-align: center;
  }

  .concept-stage-copy-side {
    justify-items: center;
    text-align: center;
    gap: 0.8rem;
  }

  .concept-stage-logo-column {
    justify-items: center;
  }

  .concept-stage-logo-hero {
    width: min(92vw, 620px);
    min-height: auto;
    justify-content: center;
  }

  .concept-stage-logo-hero-image {
    width: min(300px, 58vw);
  }

  .concept-stage-figures {
    width: min(92vw, 620px);
    aspect-ratio: 1 / 1.12;
  }

  .concept-stage-tower {
    width: 34%;
    height: 46%;
    bottom: 24%;
  }

  .concept-stage-tower-left {
    left: 12%;
  }

  .concept-stage-tower-right {
    right: 12%;
  }

  .concept-stage-pedestal {
    width: 42%;
    height: 11%;
    left: 29%;
    bottom: 18%;
  }

  .concept-stage-script {
    width: min(360px, 70vw);
  }

  .concept-stage-headline {
    font-size: clamp(2rem, 9vw, 3rem);
    max-width: 9ch;
  }

  .concept-serif-mark img {
    width: min(220px, 44vw);
  }

  .concept-serif-intro {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .concept-serif-mark-intro img {
    width: min(320px, 62vw);
  }

  .concept-serif-copy-intro {
    justify-items: center;
    text-align: center;
  }

  .concept-serif-copy h1 {
    max-width: 9ch;
    font-size: clamp(3rem, 11vw, 4.8rem);
  }

  .concept-serif-note {
    max-width: 24ch;
    font-size: clamp(1.08rem, 5vw, 1.45rem);
  }
}

@media (max-width: 560px) {
  .concept-stage-header-closer {
    width: calc(100vw - 0.9rem);
    padding: 0.95rem 0 0.2rem;
  }

  .concept-stage-nav-closer {
    gap: 0.7rem 0.95rem;
  }

  .concept-stage-nav-closer a {
    height: 1.12rem;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }

  .concept-nav-roll {
    grid-auto-rows: 1.12rem;
  }

  .concept-nav-roll > span {
    height: 1.12rem;
  }

  .concept-stage-nav-closer a:hover .concept-nav-roll,
  .concept-stage-nav-closer a:focus-visible .concept-nav-roll {
    transform: translateY(-1.12rem);
  }

  .concept-stage-shell-closer {
    width: calc(100vw - 0.9rem);
    min-height: calc(100vh - 62px);
    padding-bottom: 0.7rem;
  }

  .concept-stage-balance {
    width: 100%;
    gap: 0.45rem;
  }

  .concept-stage-logo-hero {
    width: 100%;
  }

  .concept-stage-logo-hero-image {
    width: min(250px, 62vw);
  }

  .concept-stage-copy-side {
    gap: 0.7rem;
  }

  .concept-stage-eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.11em;
    max-width: none;
    margin-bottom: 0.25rem;
  }

  .concept-stage-headline {
    font-size: clamp(1.8rem, 10.5vw, 2.55rem);
    line-height: 0.98;
    max-width: none;
  }

  .concept-stage-copy-side .concept-stage-enter-closer {
    margin-top: 0.55rem;
    justify-self: center;
  }

  .concept-stage-enter-closer {
    padding: 0.82rem 1.2rem;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
  }

  .concept-footnote {
    width: calc(100vw - 0.9rem);
    padding-bottom: 1rem;
  }

  .concept-footnote p {
    font-size: 0.72rem;
  }
}
