*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; scroll-padding-top: 80px; scrollbar-color: var(--cyan) var(--ink); scrollbar-width: thin; background: var(--ink); }
body { margin: 0; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb { border: 3px solid var(--ink); border-radius: 999px; background: var(--cyan); }

.creator-page { min-width: 320px; overflow-x: hidden; color: var(--paper); background: var(--ink); font-family: var(--body); line-height: 1.65; -webkit-font-smoothing: antialiased; }
.creator-page::selection { color: var(--ink); background: var(--cyan); }
.creator-page :focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.creator-skip { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 12px 18px; color: var(--ink); background: var(--cyan); font-weight: 800; transform: translateY(-160%); transition: transform .2s var(--ease); }
.creator-skip:focus { transform: none; }

.creator-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto;
  min-height: 80px;
  align-items: center;
  padding: 0 var(--gutter);
  border-bottom: 1px solid transparent;
  transition: background-color .25s ease, border-color .25s ease;
}
.creator-header.is-scrolled { border-color: var(--line-light); background: rgba(5, 5, 5, .84); backdrop-filter: blur(16px); }
.creator-brand { display: block; width: fit-content; }
.creator-brand img { width: 178px; height: 56px; object-fit: contain; }
.creator-switch { display: inline-flex; min-height: 44px; align-items: center; color: var(--muted-light); font-family: var(--headline); font-size: .72rem; font-weight: 700; text-decoration: none; }
.creator-header__actions { display: flex; align-items: center; justify-content: flex-end; gap: 20px; }
.creator-switch { display: inline-flex; min-height: 40px; align-items: center; }
.creator-switch:hover { color: var(--paper); }
.creator-mobile-nav { display: none !important; }

.creator-join {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 24px;
  border: 1px solid var(--cyan);
  border-radius: 999px;
  color: var(--ink);
  background: var(--cyan);
  box-shadow: var(--shadow-creator);
  font-family: var(--headline);
  font-size: .76rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .25s ease, transform .35s var(--ease), box-shadow .3s ease;
}
.creator-join:hover { background: var(--cyan-hover); box-shadow: 0 14px 28px rgba(0, 0, 0, .2); transform: translateY(-2px); }
.creator-join:active { transform: translateY(0) scale(.98); }
.creator-join--small { min-height: 48px; padding: 0 17px; font-size: .66rem; }

.creator-section { position: relative; padding: var(--space-section) max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter))); }
.creator-section h2, .creator-final h2 { margin: 0; font-family: var(--display); font-size: clamp(4rem, 8vw, 6rem); font-weight: 900; letter-spacing: var(--display-tracking); line-height: var(--display-leading); text-transform: uppercase; }

/* Hero */
.creator-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  align-items: center;
  padding: 132px var(--gutter) 78px;
  overflow: hidden;
  isolation: isolate;
}
.creator-hero::before {
  content: "";
  position: absolute;
  inset: -4%;
  z-index: -2;
  background: url("assets/brand/pattern-dark-gradient.png") center / cover no-repeat;
  animation: lava-drift 22s ease-in-out infinite alternate;
}
.creator-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,5,5,.96) 0%, rgba(5,5,5,.82) 43%, rgba(5,5,5,.1) 78%); }
@keyframes lava-drift { from { transform: scale(1.02) translate3d(-.5%, 0, 0); } to { transform: scale(1.05) translate3d(1%, -.5%, 0); } }
.creator-hero__copy { position: relative; z-index: 2; max-width: min(58vw, 760px); }
.creator-hero h1 { max-width: 14ch; margin: 0 0 30px; font-family: var(--display); font-size: clamp(4.2rem, 7.4vw, 6rem); font-weight: 900; letter-spacing: var(--display-tracking); line-height: .86; text-wrap: balance; text-transform: uppercase; }
.creator-hero__accent { color: var(--cyan); }
.creator-hero__break { display: block; }
.creator-hero__break--mobile { display: none; }
.creator-hero__lead { max-width: 42ch; margin: 0; color: #d4dede; font-family: var(--body); font-size: clamp(1.05rem, 1.6vw, 1.25rem); font-weight: 600; letter-spacing: 0; line-height: 1.5; text-transform: none; }
.creator-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 30px; }
.creator-text-link { display: inline-flex; min-height: 44px; align-items: center; font-family: var(--headline); font-size: .72rem; font-weight: 700; text-decoration: underline; text-underline-offset: 7px; }
.creator-hero__volu { --hero-volu-turn: 0deg; position: absolute; top: 49%; right: 9%; width: min(31vw, 430px); transform: translateY(-50%) rotate(var(--hero-volu-turn)); transform-origin: 50% 58%; transition: transform .45s var(--ease); }
.creator-hero__volu-svg { display: block; width: 100%; height: auto; filter: drop-shadow(0 0 20px rgba(41, 242, 255, .22)) drop-shadow(0 22px 42px rgba(0, 0, 0, .34)); animation: creator-volu-breathe 4.6s ease-in-out infinite alternate; }
@keyframes creator-volu-breathe { from { translate: 0 3px; } to { translate: 0 -7px; } }

/* VOLU */
.volu-section { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); align-items: center; gap: clamp(50px, 10vw, 140px); color: var(--ink); background: var(--paper); }
.volu-section h2 { max-width: 12ch; }
.volu-section h2 span { display: inline; color: var(--ink); background: linear-gradient(transparent 68%, rgba(85, 231, 235, .5) 68%); }
.volu-section__lead { max-width: 42ch; margin: 34px 0 18px; font-family: var(--headline); font-size: clamp(1.2rem, 2vw, 1.6rem); font-weight: 700; line-height: 1.25; }
.volu-section__copy > p:last-child { max-width: 62ch; color: var(--muted-dark); }
.volu-section__figure { position: relative; margin: 0; padding: clamp(12px, 3vw, 28px) 0; background: transparent; }
.volu-section__entity { width: min(100%, 430px); margin: 0 auto; }

/* FLOW */
.flow-section { --flow-parallax: 0px; isolation: isolate; overflow: clip; color: var(--paper); background: var(--ink); }
.flow-section::before { content: ""; position: absolute; inset: -10%; z-index: -2; background: url("assets/brand/pattern-dark-gradient.png") center / cover no-repeat; transform: translate3d(0, var(--flow-parallax), 0) scale(1.08); }
.flow-section::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(115deg, rgba(5, 5, 5, .88) 0%, rgba(5, 5, 5, .7) 52%, rgba(5, 5, 5, .54) 100%); pointer-events: none; }
.flow-section.is-parallax-active::before { will-change: transform; }
.flow-section__intro { max-width: 1120px; }
.flow-section__intro h2 { max-width: 28ch; font-size: clamp(3rem, 5vw, 4.5rem); line-height: .92; }
.flow-section h2 span { color: var(--cyan); }
.flow-mechanism { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr); align-items: start; gap: clamp(44px, 7vw, 100px); margin-top: var(--space-block); }
.flow-mechanism ol { margin: 0; padding: 0; border-top: 1px solid var(--line-light); list-style: none; }
.flow-mechanism li { border-bottom: 1px solid var(--line-light); }
.flow-step { display: grid; grid-template-columns: 42px 1fr; width: 100%; gap: 18px; padding: 26px 0 30px 18px; border: 0; color: var(--paper); background: transparent; text-align: left; cursor: pointer; transition: color .25s ease, box-shadow .25s ease, transform .35s var(--ease); }
.flow-step > span:first-child { color: var(--cyan); font-family: var(--display); font-size: 2rem; font-weight: 800; }
.flow-step > span:last-child { display: grid; gap: 8px; }
.flow-step strong { font-family: var(--headline); font-size: 1.3rem; letter-spacing: -.03em; }
.flow-step small { max-width: 50ch; color: var(--muted-light); font-family: var(--body); font-size: .92rem; line-height: 1.55; }
.flow-step:hover, .flow-step.is-active { color: var(--cyan); background: transparent; box-shadow: inset 2px 0 0 var(--cyan); transform: translateX(6px); }
.flow-step.is-active small { color: var(--paper); }
.flow-mechanism figure { display: grid; margin: 0; place-items: center; overflow: hidden; }
.flow-visual { position: sticky; top: 118px; min-height: clamp(430px, 58vh, 620px); padding: clamp(28px, 4vw, 52px); border: 1px solid rgba(255, 255, 255, .14); border-radius: 16px; background: linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .035)); -webkit-backdrop-filter: blur(18px) saturate(115%); backdrop-filter: blur(18px) saturate(115%); }
.flow-visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(138, 251, 255, .055), transparent 48%); pointer-events: none; }
.flow-visual__entity { position: relative; z-index: 1; width: min(100%, 540px); }
.flow-visual figcaption { position: absolute; right: 28px; bottom: 24px; left: 28px; z-index: 1; margin: 0; color: var(--paper); font-family: var(--headline); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }

/* Movement */
.movement-section { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr); gap: clamp(54px, 7vw, 100px); color: var(--ink); background: var(--cyan-soft) url("assets/brand/pattern-light-soft.png") center / cover no-repeat; }
.movement-section__title { position: sticky; top: 120px; align-self: start; }
.movement-section__title h2 { max-width: 13ch; margin-top: 0; font-size: clamp(3.5rem, 5.8vw, 5rem); line-height: .9; }
.movement-list { margin: 0; padding: 0; border-top: 1px solid var(--ink); background: transparent; list-style: none; }
.movement-list li { display: grid; grid-template-columns: minmax(150px, .55fr) 1fr; gap: 30px; padding: var(--space-row) 0; border-bottom: 1px solid var(--line-dark); }
.movement-list span { font-family: var(--headline); font-size: 1.05rem; font-weight: 800; }
.movement-list p { max-width: 46ch; margin: 0; color: var(--muted-dark); }

/* Crust */
.crust-section { display: grid; grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr); align-items: center; gap: clamp(50px, 10vw, 140px); color: var(--paper); background: var(--ink) url("assets/brand/pattern-dark-gradient.png") center / cover no-repeat; }
.crust-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 5, 5, .48), rgba(5, 5, 5, .82) 48%, rgba(5, 5, 5, .93)); pointer-events: none; }
.crust-section__figure { position: relative; min-height: 420px; margin: 0; overflow: hidden; border-radius: 12px; background: url("assets/brand/pattern-dark-gradient.png") center / cover no-repeat; }
.crust-break { position: relative; display: grid; min-height: 420px; place-items: start center; padding-top: 14px; overflow: hidden; }
.crust-break__volu { width: min(76%, 340px); }
.crust-break__bar { position: absolute; right: 0; bottom: 0; left: 0; min-height: 48%; clip-path: polygon(0 18%, 13% 10%, 25% 19%, 38% 4%, 51% 17%, 64% 8%, 76% 21%, 88% 9%, 100% 16%, 100% 100%, 0 100%); background: #101313; }
.crust-section__copy { position: relative; }
.crust-section h2 { margin-top: 0; color: var(--paper); }
.crust-section__lead { max-width: 58ch; margin: 28px 0; color: #e4eded; font-size: 1.1rem; font-weight: 600; }
.crust-section ul { margin: 0 0 36px; padding: 0; border-top: 1px solid var(--line-light); list-style: none; }
.crust-section li { position: relative; padding: 15px 0 15px 24px; border-bottom: 1px solid var(--line-light); color: #d1dada; }
.crust-section li::before { content: "×"; position: absolute; left: 0; color: var(--cyan); font-weight: 800; }
.crust-section__copy > strong { color: var(--cyan); font-family: var(--display); font-size: 2rem; letter-spacing: .04em; text-transform: uppercase; }

/* Credo */
.credo-section { display: grid; grid-template-columns: minmax(0, 1.48fr) minmax(300px, .52fr); align-items: end; gap: clamp(50px, 6vw, 84px); color: var(--ink); background: var(--cyan-soft); }
.credo-section__message { align-self: end; }
.credo-section__prelude { margin: 0 0 22px; font-family: var(--body); font-size: clamp(.86rem, 1.1vw, 1rem); font-weight: 400; letter-spacing: .01em; line-height: 1.4; }
.credo-section h2 { max-width: 21ch; margin: 0; font-size: clamp(2.6rem, 3.8vw, 3.5rem); line-height: .93; }
.credo-section__statement { display: block; }
.credo-section__statement + .credo-section__statement { margin-top: .34em; }
.credo-section__statement--accent { width: fit-content; color: var(--ink); background: linear-gradient(transparent 68%, rgba(255, 255, 255, .76) 68%); }
.credo-section__copy { max-width: var(--measure-narrow); padding-top: 30px; border-top: 1px solid var(--ink); font-weight: 600; }
.credo-section__copy p:last-child { margin-bottom: 0; }

/* Final */
.creator-final {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  min-height: 92svh;
  align-items: center;
  gap: clamp(44px, 6vw, 96px);
  padding: 112px max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter)));
  overflow: hidden;
  background: var(--ink) url("assets/brand/pattern-dark-gradient.png") center / cover no-repeat;
}
.creator-final::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,5,.94), rgba(5,5,5,.68) 52%, rgba(5,5,5,.14)); }
.creator-final__copy { position: relative; z-index: 2; max-width: 640px; }
.creator-final h2 { margin-bottom: 26px; }
.creator-final__copy > p:not(.creator-kicker) { max-width: 50ch; color: #d0dada; }
.creator-join--final { min-width: 260px; margin-top: 20px; }
.creator-final__volu { position: relative; z-index: 1; width: min(100%, 760px); justify-self: center; opacity: .92; }

.creator-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 36px var(--gutter); border-top: 1px solid var(--line-light); color: var(--paper); background: var(--ink); }
.creator-footer > p { margin: 0; color: var(--muted-light); font-size: .72rem; text-align: center; }
.creator-footer > div { display: flex; justify-content: flex-end; gap: 22px; }
.creator-footer > div a { display: inline-flex; min-height: 44px; align-items: center; color: var(--muted-light); font-size: .75rem; text-decoration: underline; text-underline-offset: 6px; }

.volu-guide {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  pointer-events: none;
  transition: opacity .25s ease, transform .35s var(--ease);
}
.volu-guide__stack {
  position: relative;
  display: flex;
  align-items: flex-end;
  pointer-events: auto;
}
.volu-guide__menu {
  position: absolute;
  right: calc(100% + 12px);
  bottom: 4px;
  display: grid;
  width: max-content;
  min-width: 176px;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  background: rgba(5, 5, 5, .94);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .32);
}
.volu-guide__menu[hidden] { display: none; }
.volu-guide__menu a {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 10px;
  color: var(--paper);
  background: rgba(255, 255, 255, .07);
  font-family: var(--headline);
  font-size: .74rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, transform .3s var(--ease);
}
.volu-guide__menu a:last-child { color: var(--ink); background: var(--cyan); }
.volu-guide__menu a:hover, .volu-guide__menu a:focus-visible { color: var(--ink); background: var(--paper); transform: translateX(-2px); }
.volu-guide__trigger {
  display: grid;
  min-width: 74px;
  min-height: 74px;
  place-items: center;
  padding: 3px;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  transition: transform .35s var(--ease);
}
.volu-guide__trigger:hover { box-shadow: none; transform: translateY(-3px); }
.volu-guide__trigger:active { transform: translateY(0) scale(.98); }
.volu-guide__trigger:focus-visible { outline: none; }
.volu-guide__trigger:focus-visible .volu-guide__svg {
  filter: drop-shadow(0 0 2px var(--paper)) var(--volu-glow-strong);
  transform: scale(1.06);
}
.volu-guide__entity { display: grid; width: 74px; height: 74px; place-items: center; }
.volu-guide__svg { display: block; width: 100%; height: 100%; overflow: visible; filter: var(--volu-glow-strong); }
.volu-guide [data-volu-guide-eyes] { transform-origin: center; transition: transform .42s var(--ease); }

@media (max-width: 1120px) {
  .creator-hero__volu { right: 6%; }
  .credo-section { grid-template-columns: 1.25fr .75fr; }
}

@media (max-width: 820px) {
  .creator-page { --gutter: var(--gutter-mobile); }
  .creator-header {
    min-height: calc(68px + env(safe-area-inset-top));
    padding: env(safe-area-inset-top) max(16px, env(safe-area-inset-right)) 0 max(16px, env(safe-area-inset-left));
    background: rgba(5,5,5,.92);
  }
  .creator-brand img { width: 145px; height: 48px; }
  .creator-header__actions { gap: 10px; }
  .creator-switch { max-width: 58px; min-height: 48px; font-size: .62rem; line-height: 1.2; text-align: center; }
  .creator-join--small { min-height: 48px; padding: 0 12px; font-size: .61rem; white-space: nowrap; }
  .creator-section { padding: 86px var(--gutter); }
  .creator-hero {
    display: flex;
    min-height: 100svh;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: calc(68px + env(safe-area-inset-top) + clamp(40px, 7svh, 64px)) max(20px, env(safe-area-inset-right)) max(64px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));
  }
  .creator-hero::after { background: linear-gradient(180deg, rgba(5,5,5,.42), rgba(5,5,5,.95) 68%); }
  .creator-hero__copy { order: 2; width: 100%; max-width: 100%; align-self: auto; }
  .creator-hero h1 { font-size: clamp(4rem, 18vw, 6rem); }
  .creator-hero__volu {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    order: 1;
    width: clamp(156px, 46vw, 190px);
    margin: 0 auto clamp(8px, 2svh, 18px);
    transform: rotate(var(--hero-volu-turn));
  }
  .volu-section, .flow-section__intro, .flow-mechanism, .movement-section, .crust-section, .credo-section { grid-template-columns: 1fr; }
  .volu-section__figure { order: -1; }
  .crust-section__figure { min-height: 340px; }
  .crust-break { min-height: 340px; }
  .crust-break__volu { width: min(68%, 240px); }
  .flow-mechanism { margin-top: 54px; }
  .flow-section__intro h2 { max-width: 100%; font-size: clamp(3rem, 11vw, 3.6rem); }
  .flow-mechanism figure { position: sticky; top: 124px; z-index: 2; min-height: 320px; order: -1; }
  .flow-visual { padding: 26px; border-radius: 14px; -webkit-backdrop-filter: blur(14px) saturate(110%); backdrop-filter: blur(14px) saturate(110%); }
  .movement-section__title { position: relative; top: auto; }
  .movement-list { margin-top: 50px; }
  .crust-section::before { inset: 0; }
  .crust-section::before { background: linear-gradient(180deg, rgba(5, 5, 5, .42), rgba(5, 5, 5, .88) 44%, rgba(5, 5, 5, .96)); }
  .crust-section__figure { max-width: 520px; margin: 0 auto; }
  .creator-final { grid-template-columns: 1fr; min-height: auto; gap: 52px; padding: 100px 20px 84px; }
  .creator-final__copy { max-width: 580px; }
  .creator-final__volu { width: min(100%, 440px); justify-self: center; opacity: .82; }
  .creator-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .creator-footer > div { justify-content: center; }
  .volu-guide { right: 14px; bottom: 14px; }
  .volu-guide__trigger { min-width: 64px; min-height: 64px; padding: 0; }
  .volu-guide__entity { display: grid; width: 64px; height: 64px; }
  .volu-guide__menu { right: calc(100% + 8px); min-width: 168px; }
}

@media (max-width: 520px) {
  .creator-header { padding-right: max(14px, env(safe-area-inset-right)); padding-left: max(14px, env(safe-area-inset-left)); }
  .creator-brand img { width: 112px; }
  .creator-header__actions { gap: 6px; }
  .creator-switch { max-width: 54px; font-size: .58rem; }
  .creator-header__actions .creator-join--small { width: 108px; max-width: 108px; justify-content: center; padding: 0 14px; line-height: 1.18; text-align: center; white-space: normal; }
  .creator-hero h1 { max-width: 100%; font-size: clamp(3rem, 13.2vw, 3.25rem); }
  .creator-hero__break--desktop { display: none; }
  .creator-hero__break--mobile { display: block; }
  .creator-hero__lead { font-size: 1rem; }
  .creator-hero__actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .creator-join { width: 100%; }
  .creator-text-link { width: fit-content; }
  .creator-section h2, .creator-final h2 { font-size: 3.75rem; }
  .flow-section .flow-section__intro h2 { font-size: 2.75rem; line-height: .94; }
  .movement-section .movement-section__title h2 { max-width: 100%; font-size: 3rem; line-height: .92; }
  .credo-section__prelude { margin-bottom: 18px; font-size: .9rem; }
  .credo-section h2 { max-width: 100%; font-size: clamp(2.65rem, 12vw, 3rem); line-height: .92; }
  .movement-list li { grid-template-columns: 1fr; gap: 8px; padding: 22px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .creator-hero__volu,
  .creator-hero__volu-svg { animation: none; transition-duration: .01ms; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .creator-page.js-enhanced [data-reveal] { opacity: 1; filter: none; transform: none; }
}
