:root {
  --pink: #ff00ff;
  --pink-soft: #ff70f7;
  --black: #000;
  --ink: #111;
  --white: #fff;
  --paper: #f8f6f7;
  --gray: #a8a2a8;
  --line: rgba(255,255,255,.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.skip-link {
  position: fixed;
  left: -9999px;
  z-index: 999;
}
.skip-link:focus {
  left: 12px;
  top: 12px;
  padding: 10px 14px;
  color: #000;
  background: #fff;
}

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 84px;
  padding: 0 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.13);
  background: rgba(0,0,0,.82);
  backdrop-filter: blur(16px);
}
.wordmark {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.wordmark > span {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-stretch: condensed;
  font-weight: 900;
  font-size: .92rem;
  letter-spacing: .16em;
}
.wordmark small {
  margin-top: 3px;
  color: var(--pink);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: .72rem;
}
#site-nav {
  display: flex;
  gap: 30px;
  align-items: center;
}
#site-nav a {
  position: relative;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .14em;
}
#site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--pink);
  transition: right .2s ease;
}
#site-nav a:hover::after { right: 0; }

.menu-button { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  padding-top: 84px;
  overflow: hidden;
  background: #000;
}
.hero-grid {
  position: absolute;
  inset: 84px 0 0;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, #000 15%, transparent 90%);
}
.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(3px);
  pointer-events: none;
}
.glow-one {
  width: 620px;
  height: 620px;
  top: 8%;
  right: -260px;
  background: radial-gradient(circle, rgba(255,0,255,.32), transparent 67%);
}
.glow-two {
  width: 420px;
  height: 420px;
  bottom: 2%;
  left: -180px;
  background: radial-gradient(circle, rgba(255,0,255,.16), transparent 70%);
}
.stage {
  position: relative;
  z-index: 2;
  width: min(1360px, 92vw);
  min-height: calc(100svh - 150px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 6vw;
  align-items: center;
}
.stage-index,
.side-label {
  position: absolute;
  top: 30px;
  right: 0;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .22em;
}
.hero-copy {
  padding: 90px 0 70px;
}
.kicker {
  margin: 0 0 20px;
  color: var(--pink);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .22em;
}
.kicker.dark { color: #d600d6; }
h1, h2 {
  margin: 0;
  line-height: .9;
  letter-spacing: -.055em;
}
h1 {
  display: flex;
  flex-direction: column;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: clamp(4rem, 9vw, 9rem);
  font-weight: 900;
}
h1 .outline {
  color: transparent;
  -webkit-text-stroke: 1.5px #fff;
  text-stroke: 1.5px #fff;
}
h1 .pink { color: var(--pink); }
.intro {
  width: min(620px, 95%);
  margin: 32px 0 0;
  color: #cfc9cf;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.7;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 21px;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .11em;
  transition: transform .18s ease, box-shadow .18s ease;
}
.pill:hover { transform: translateY(-2px); }
.pill.hot {
  color: #000;
  background: var(--pink);
  box-shadow: 0 14px 40px rgba(255,0,255,.28);
}
.pill.line {
  border: 1px solid rgba(255,255,255,.35);
}
.hero-logo-wrap {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}
.logo-frame {
  position: relative;
  z-index: 2;
  width: min(620px, 100%);
  overflow: visible;
  padding: 0;
  background: #fff;
  border: 14px solid #fff;
  box-shadow:
    24px 24px 0 rgba(255,0,255,.22),
    0 35px 80px rgba(0,0,0,.48);
  transform: rotate(-1.8deg);
}
.logo-frame img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.corner {
  position: absolute;
  z-index: 3;
  width: 65px;
  height: 65px;
}
.corner-a {
  top: 42px;
  left: 12px;
  border-top: 4px solid var(--pink);
  border-left: 4px solid var(--pink);
}
.corner-b {
  right: 10px;
  bottom: 48px;
  border-right: 4px solid var(--pink);
  border-bottom: 4px solid var(--pink);
}
.micro-label {
  position: absolute;
  z-index: 4;
  font-size: .6rem;
  font-weight: 900;
  letter-spacing: .25em;
  writing-mode: vertical-rl;
}
.micro-label.left {
  left: -8px;
  bottom: 90px;
  color: #fff;
}
.micro-label.right {
  right: -2px;
  top: 88px;
  color: var(--pink);
}
.ticker {
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: var(--pink);
  color: #000;
}
.ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 12px 0;
  animation: ticker 28s linear infinite;
}
.ticker-track span {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .18em;
}
.ticker-track b { font-size: .7rem; }
@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.section-light {
  position: relative;
  color: var(--ink);
  background: var(--paper);
}
.content {
  width: min(1240px, 88vw);
  margin: 0 auto;
}
.story {
  padding: 130px 0;
}
.side-label {
  top: 48px;
  right: 4vw;
  color: #5f585f;
}
.light-label { color: #888; }
.two-col {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 9vw;
}
.story-title h2,
.hallflow h2,
.contact h2 {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: clamp(3.3rem, 7vw, 7rem);
  font-weight: 900;
}
.story-title h2 em {
  color: var(--pink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
.story-copy {
  padding-top: 34px;
  font-size: 1.04rem;
  line-height: 1.8;
  color: #4d474d;
}
.story-copy .lead {
  color: #171317;
  font-size: 1.22rem;
  font-weight: 700;
}
.story-copy blockquote {
  margin: 44px 0;
  padding: 0 0 0 24px;
  border-left: 4px solid var(--pink);
  color: #111;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 4.1rem);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.04em;
}

.roots {
  position: relative;
  padding: 120px 0 135px;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 20%, rgba(255,0,255,.17), transparent 28%),
    #050505;
}
.roots::before {
  content: "PORTFOLIO";
  position: absolute;
  top: 9%;
  right: -4%;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.08);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 15vw;
  font-weight: 900;
  letter-spacing: -.06em;
}
.roots-heading {
  position: relative;
  z-index: 2;
  width: min(730px, 100%);
}
.roots-heading h2 {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 900;
}
.roots-heading > p:last-child {
  color: #bbb3bb;
  line-height: 1.75;
}
.archive-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 65px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.18);
}
.archive-card {
  min-height: 250px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #050505;
  transition: color .2s ease, background .2s ease;
}
.archive-card:hover {
  color: #000;
  background: var(--pink);
}
.archive-card > span {
  color: var(--pink);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .17em;
}
.archive-card:hover > span { color: #000; }
.archive-card strong {
  margin-top: auto;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  letter-spacing: -.04em;
}
.archive-card i {
  color: #979097;
  font-family: Georgia, "Times New Roman", serif;
  font-size: .92rem;
}
.archive-card:hover i { color: #2c142c; }
.archive-note {
  margin-top: 22px;
  color: #837d83;
  font-size: .78rem;
}

.transition-band {
  padding: 70px 0 75px;
  color: #000;
  background: var(--pink);
}
.transition-small {
  margin: 0 0 8px;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .22em;
}
.transition-big {
  margin: 0;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: clamp(4rem, 10vw, 10rem);
  font-weight: 900;
  line-height: .78;
  letter-spacing: -.065em;
}
.transition-big span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 2px #000;
}

.hallflow {
  padding: 130px 0 55px;
}
.hallflow-layout {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 8vw;
  align-items: center;
}
.hf-intro h2 {
  margin-bottom: 20px;
}
.hf-line {
  color: #d000d0;
  font-weight: 900;
  font-size: 1.18rem;
}
.hf-intro > p:not(.kicker):not(.hf-line) {
  max-width: 650px;
  color: #514a51;
  line-height: 1.75;
}
.black-pill {
  margin-top: 20px;
  color: #fff;
  background: #000;
}
.hf-art {
  display: grid;
  place-items: center;
}
.hf-poster {
  position: relative;
  width: min(500px, 100%);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: #000;
  box-shadow: 25px 25px 0 var(--pink);
}
.hf-poster .tiny {
  position: absolute;
  top: 30px;
  left: 32px;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .17em;
}
.hf-poster strong {
  position: relative;
  z-index: 2;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: clamp(4.5rem, 9vw, 8.5rem);
  line-height: .72;
  letter-spacing: -.07em;
}
.pink-rule {
  position: relative;
  z-index: 2;
  width: 72%;
  height: 7px;
  margin: 27px 0 18px;
  background: var(--pink);
}
.hf-poster p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--pink);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .2em;
}
.hf-orbit {
  position: absolute;
  border: 1px solid rgba(255,0,255,.6);
  border-radius: 50%;
}
.orbit-a {
  width: 340px;
  height: 340px;
  right: -120px;
  top: 40px;
}
.orbit-b {
  width: 480px;
  height: 480px;
  right: -210px;
  top: -30px;
}
.ownership-line {
  margin-top: 90px;
  padding: 18px 0 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #d9d4d9;
  color: #6f696f;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.contact {
  position: relative;
  padding: 130px 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,0,255,.11), transparent 40%),
    #000;
}
.contact::after {
  content: "@";
  position: absolute;
  right: -1vw;
  bottom: -10vw;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,0,255,.16);
  font-size: 38vw;
  font-family: Georgia, serif;
}
.contact-wrap {
  position: relative;
  z-index: 2;
}
.contact h2 {
  max-width: 1000px;
}
.contact h2 span {
  color: var(--pink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
}
.email {
  width: 100%;
  margin-top: 70px;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255,255,255,.25);
  border-bottom: 1px solid rgba(255,255,255,.25);
  color: #fff;
  text-decoration: none;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: clamp(1.4rem, 4vw, 4rem);
  font-weight: 900;
  letter-spacing: -.03em;
}
.email:hover { color: var(--pink); }
.email i {
  color: var(--pink);
  font-style: normal;
}
.contact-copy {
  width: min(560px, 100%);
  margin-top: 28px;
  color: #9d969d;
  line-height: 1.7;
}

footer {
  padding: 38px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  background: #000;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px 40px;
  align-items: start;
}
.footer-inner strong {
  display: block;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: .82rem;
  letter-spacing: .14em;
}
.footer-inner > div:first-child span {
  display: block;
  margin-top: 5px;
  color: var(--pink);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: .8rem;
}
.footer-links {
  display: flex;
  gap: 22px;
}
.footer-links a {
  color: #bbb;
  font-size: .8rem;
}
.footer-inner > p {
  grid-column: 1 / -1;
  margin: 0;
  color: #656065;
  font-size: .72rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 960px) {
  .topbar { height: 74px; }
  .hero { padding-top: 74px; }
  #site-nav {
    position: fixed;
    inset: 74px 0 auto;
    padding: 24px 4vw 30px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: #000;
    border-bottom: 1px solid rgba(255,255,255,.15);
  }
  #site-nav.open { display: flex; }
  .menu-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    border: 0;
    color: #fff;
    background: transparent;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .16em;
  }
  .menu-button i {
    width: 20px;
    height: 2px;
    background: var(--pink);
  }
  .stage,
  .two-col,
  .hallflow-layout {
    grid-template-columns: 1fr;
  }
  .stage { padding-top: 40px; }
  .hero-copy { padding-bottom: 10px; }
  .hero-logo-wrap { min-height: 460px; }
  .archive-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 650px) {
  .wordmark small { display: none; }
  .stage {
    width: min(92vw, 100%);
    gap: 10px;
  }
  .stage-index { top: 12px; }
  .hero-copy { padding-top: 72px; }
  .hero-logo-wrap { min-height: 350px; }
  .logo-frame { border-width: 8px; box-shadow: 12px 12px 0 rgba(255,0,255,.25); }
  .micro-label, .corner { display: none; }
  .content { width: min(90vw, 100%); }
  .story, .roots, .hallflow, .contact { padding-top: 95px; padding-bottom: 95px; }
  .side-label { top: 28px; }
  .archive-grid { grid-template-columns: 1fr; }
  .archive-card { min-height: 180px; }
  .hf-poster { box-shadow: 14px 14px 0 var(--pink); }
  .ownership-line { flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner > p { grid-column: 1; }
}

.creative-history {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid #ddd6dd;
}
