:root {
  --paper: #f7f5f2;
  --surface: #071a17;
  --ink: #0e231f;
  --orange: #f05223;
  --muted: rgba(14, 35, 31, 0.58);
  --line: rgba(0, 0, 0, 0.1);
  --white: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.gateway-page { min-height: 100svh; overflow: hidden; }
.gateway-header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 86px;
  padding: 0 clamp(22px, 4.8vw, 72px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  pointer-events: none;
}
.gateway-header a { pointer-events: auto; }
.gateway-header img { width: 178px; filter: brightness(0) invert(1); }
.gateway-header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 760;
  text-transform: uppercase;
}

.role-gateway {
  display: flex;
  min-height: 100svh;
  color: var(--white);
  background: var(--surface);
}
.role-panel {
  position: relative;
  display: flex;
  flex: 1 1 50%;
  align-items: flex-end;
  min-width: 0;
  overflow: hidden;
  padding: 130px clamp(24px, 5vw, 78px) clamp(42px, 7vh, 74px);
  transition: flex-basis 420ms ease;
  isolation: isolate;
}
.role-panel:hover,
.role-panel:focus-visible { flex-basis: 55%; outline: none; }
.role-panel-brand {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(247, 245, 242, 0.76), var(--paper) 72%),
    url("assets/creatora-cinematic-infrastructure.png") center / cover;
}
.role-panel-creator {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at 82% 20%, rgba(240, 82, 35, 0.15), transparent 18rem),
    var(--surface);
}
.role-number {
  position: absolute;
  top: 118px;
  left: clamp(24px, 5vw, 78px);
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 850;
}
.role-copy { position: relative; z-index: 3; width: min(100%, 650px); }
.role-copy p,
.portal-eyebrow {
  margin: 0 0 18px;
  color: var(--orange);
  font-size: 0.75rem;
  font-weight: 850;
  text-transform: uppercase;
}
.role-copy h1 {
  margin: 0;
  font-size: clamp(3.2rem, 6.2vw, 7rem);
  line-height: 0.9;
  letter-spacing: 0;
}
.role-description {
  display: block;
  max-width: 520px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.55;
}
.role-panel-brand .role-description { color: var(--muted); }
.role-action {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  font-weight: 820;
}
.role-action span {
  color: var(--orange);
  font-size: 1.4rem;
  transition: transform 180ms ease;
}
.role-panel:hover .role-action span,
.role-panel:focus-visible .role-action span { transform: translateX(7px); }

.brand-scene {
  position: absolute;
  z-index: 1;
  top: 23%;
  right: 5%;
  display: grid;
  gap: 12px;
  width: min(50%, 360px);
  opacity: 0.72;
  transform: rotate(-3deg);
}
.brand-scene span {
  padding: 16px 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 50px rgba(7, 26, 23, 0.08);
  font-size: 0.8rem;
  font-weight: 780;
  backdrop-filter: blur(14px);
}
.brand-scene span:nth-child(2) { transform: translateX(14%); }
.brand-scene span:nth-child(3) { transform: translateX(28%); }

.creator-portrait-stack {
  position: absolute;
  z-index: 1;
  top: 16%;
  right: -2%;
  width: min(63%, 560px);
  height: 50%;
  opacity: 0.75;
}
.creator-portrait-stack img {
  position: absolute;
  width: clamp(126px, 17vw, 240px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}
.portrait-one { top: 0; right: 16%; object-position: center 22%; }
.portrait-two { top: 30%; left: 0; transform: rotate(-5deg); }
.portrait-three { right: 0; bottom: -10%; }
.portrait-two,
.portrait-three { filter: blur(5px) saturate(0.8); }

.audience-header {
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
  padding: 0 clamp(20px, 4.8vw, 72px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--white);
  background: rgba(7, 26, 23, 0.94);
  backdrop-filter: blur(16px);
}
.audience-brand img { width: 160px; filter: brightness(0) invert(1); }
.audience-header nav { display: flex; gap: 30px; font-size: 0.84rem; font-weight: 730; }
.audience-header nav a { color: rgba(255, 255, 255, 0.58); }
.audience-header nav a:hover,
.audience-header nav .is-active { color: var(--white); }
.header-cta {
  justify-self: end;
  padding: 12px 20px;
  border-radius: 999px;
  color: var(--surface);
  background: var(--orange);
  font-size: 0.82rem;
  font-weight: 820;
}

.creator-hero {
  position: relative;
  display: grid;
  align-content: end;
  min-height: min(900px, 88svh);
  overflow: hidden;
  padding: 130px clamp(20px, 6vw, 90px) 110px;
  color: var(--white);
  background: var(--surface);
}
.creator-hero-image {
  position: absolute;
  inset: 76px 0 0 48%;
  background:
    linear-gradient(90deg, var(--surface), transparent 38%),
    linear-gradient(180deg, transparent 45%, var(--surface) 100%),
    url("assets/fabion-vaxevanidis.png") center 24% / cover;
  opacity: 0.82;
}
.creator-hero-copy { position: relative; z-index: 2; width: min(66vw, 920px); }
.creator-hero h1,
.creator-support h2,
.creator-founder h2,
.creator-apply h2 { margin: 0; letter-spacing: 0; }
.creator-hero h1 {
  max-width: 900px;
  font-size: clamp(3.3rem, 7.2vw, 7.4rem);
  line-height: 0.91;
}
.creator-hero-copy > p:not(.portal-eyebrow) {
  max-width: 680px;
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.55;
}
.portal-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  color: var(--surface);
  background: var(--orange);
  font-weight: 840;
}
.creator-proof-strip {
  position: absolute;
  z-index: 3;
  right: clamp(20px, 6vw, 90px);
  bottom: 32px;
  left: clamp(20px, 6vw, 90px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.creator-proof-strip span {
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  font-weight: 760;
}

.creator-support {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(50px, 9vw, 150px);
  padding: clamp(90px, 12vw, 170px) clamp(20px, 6vw, 90px);
}
.creator-support h2,
.creator-founder h2,
.creator-apply h2 { font-size: clamp(2.7rem, 5vw, 5.4rem); line-height: 0.98; }
.support-list { border-top: 1px solid var(--line); }
.support-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 24px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}
.support-list article > span { color: var(--orange); font-size: 0.75rem; font-weight: 850; }
.support-list h3 { margin: 0; font-size: 1.35rem; }
.support-list p,
.founder-copy > p:not(.portal-eyebrow),
.creator-apply > p:not(.portal-eyebrow) { margin: 12px 0 0; color: var(--muted); line-height: 1.65; }

.creator-founder {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  min-height: 720px;
  color: var(--white);
  background: var(--surface);
}
.founder-image {
  min-height: 620px;
  background:
    linear-gradient(180deg, transparent 45%, rgba(7, 26, 23, 0.8)),
    url("assets/fabion-vaxevanidis.png") center 22% / cover;
}
.founder-copy { align-self: center; padding: clamp(60px, 9vw, 140px); }
.founder-copy > p:not(.portal-eyebrow) { color: rgba(255, 255, 255, 0.62); font-size: 1.1rem; }
.founder-copy blockquote {
  margin: 42px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  font-weight: 760;
  line-height: 1.2;
}
.creator-apply { padding: clamp(100px, 14vw, 190px) clamp(20px, 6vw, 90px); }
.creator-apply h2,
.creator-apply > p,
.creator-apply .portal-button { max-width: 880px; }
.creator-apply > p:not(.portal-eyebrow) { margin: 24px 0 32px; font-size: 1.15rem; }

.portal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px clamp(20px, 6vw, 90px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.54);
  background: var(--surface);
}
.portal-footer img { width: 150px; filter: brightness(0) invert(1); }

@media (max-width: 820px) {
  .gateway-page { overflow: auto; }
  .gateway-header { height: 72px; }
  .gateway-header img { width: 150px; }
  .gateway-header p {
    display: block;
    max-width: 130px;
    color: var(--orange);
    font-size: 0.62rem;
    line-height: 1.2;
    text-align: right;
  }
  .role-gateway { display: grid; }
  .role-panel { min-height: 50svh; padding: 98px 20px 34px; }
  .role-panel:hover,
  .role-panel:focus-visible { flex-basis: auto; }
  .role-panel-creator { border-top: 1px solid rgba(255, 255, 255, 0.16); border-left: 0; }
  .role-number { top: 92px; left: 20px; }
  .role-copy h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .role-description { max-width: 82%; margin-top: 14px; }
  .role-action { margin-top: 20px; }
  .brand-scene,
  .creator-portrait-stack { right: -10%; width: 54%; opacity: 0.3; }

  .audience-header { grid-template-columns: 1fr auto; min-height: 68px; }
  .audience-header nav { display: none; }
  .audience-brand img { width: 145px; }
  .creator-hero { min-height: 820px; padding: 110px 20px 150px; }
  .creator-hero-image { inset: 68px -20% 38% 34%; opacity: 0.42; }
  .creator-hero-copy { width: 100%; }
  .creator-hero h1 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .creator-proof-strip {
    right: 20px;
    bottom: 24px;
    left: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .creator-support,
  .creator-founder { grid-template-columns: 1fr; }
  .creator-support { gap: 50px; }
  .founder-image { min-height: 520px; }
  .founder-copy { padding: 70px 20px; }
  .portal-footer { align-items: flex-start; flex-direction: column; gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
