@font-face {
  font-family: Gilroy;
  src: url("fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src: url("fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src: url("fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600; font-style: normal; font-display: swap;
}

:root { --pink: #ff79d6; --text: #f4f4f5; --muted: rgba(255,255,255,.72); }
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; }
body {
  font-family: Gilroy, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #000; color: var(--text); overflow: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }

.rail {
  position: fixed; left: 34px; top: 8vh; bottom: 8vh;
  width: 1px; z-index: 40; pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,.22) 0,
    rgba(255,255,255,.22) calc(50% - 52px),
    transparent calc(50% - 38px),
    transparent calc(50% + 38px),
    rgba(255,255,255,.22) calc(50% + 52px),
    rgba(255,255,255,.22) 100%
  );
}
.social {
  position: fixed; left: 26px; top: 50%; transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 18px; z-index: 41;
}
.social a { opacity: .8; }
.social a:hover { opacity: 1; }
.social svg { width: 16px; height: 16px; fill: #fff; }
.progress {
  position: fixed; right: 26px; top: 10vh; bottom: 10vh;
  width: 2px; background: rgba(255,255,255,.18); z-index: 40;
}
.progress span {
  position: absolute; left: 0; top: 0; width: 100%; background: var(--pink);
  height: 20%; transition: height .7s cubic-bezier(.22,.61,.36,1);
}
.copy {
  position: fixed; left: 28px; bottom: 18px; z-index: 41;
  font-size: 12px; color: rgba(255,255,255,.55);
}
.cta {
  position: fixed; right: 22px; bottom: 18px; z-index: 41;
  background: var(--pink); color: #1b0a16; text-decoration: none;
  font-weight: 600; font-size: 14px; padding: 11px 18px; border-radius: 999px;
}

.stage { position: relative; height: 100%; width: 100%; overflow: hidden; }
.slide {
  position: absolute; inset: 0; opacity: 0; visibility: hidden;
  transform: translateY(24px);
  transition: opacity .55s ease, transform .7s cubic-bezier(.22,.61,.36,1), visibility .55s;
}
.slide.on { opacity: 1; visibility: visible; transform: none; z-index: 2; }
.bg {
  position: absolute; inset: -8%;
  background: #111 center/cover no-repeat;
  transform: scale(1.12);
  transition: transform 22s cubic-bezier(.15,.7,.2,1);
}
.slide.on .bg { transform: scale(1); }
.bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.38) 50%, rgba(0,0,0,.28) 100%);
}
.s3 .bg::after { background: rgba(0,0,0,.38); }
.s4 .bg::after { background: rgba(0,0,0,.46); }
.s5 .bg::after { background: rgba(0,0,0,.67); }
@media (max-width: 860px) {
  .s1 .bg { background-image: url("img/hero-mobile.jpg") !important; background-position: center top; }
  .s2 .bg { background-image: url("img/photo-zillow-mobile.jpg") !important; background-position: center top; }
  .s3 .bg { background-image: url("img/photo-event-mobile.jpg") !important; background-position: center top; }
  .s4 .bg { background-image: url("img/photo-stage-mobile.jpg") !important; background-position: center top; }
  .s5 .bg { background-image: url("img/photo-audience-mobile.jpg") !important; background-position: center top; }
}

.pad {
  position: relative; z-index: 2; height: 100%;
  width: min(1120px, calc(100% - 140px)); margin: 0 auto;
  display: flex; flex-direction: column; justify-content: center;
}
.kicker { font-size: 15px; color: var(--muted); margin-bottom: 18px; }
h1 { font-size: clamp(52px, 7.6vw, 104px); font-weight: 600; letter-spacing: -.04em; line-height: .92; }
h1 i { color: var(--pink); font-style: normal; }
.pink { color: var(--pink); font-weight: 600; margin: 28px 0 6px; font-size: 15px; }
.list { list-style: none; color: rgba(255,255,255,.82); font-size: 16px; }
.list li { margin: 3px 0; }
h2 { font-size: clamp(28px, 3.2vw, 40px); font-weight: 600; letter-spacing: -.02em; }
.italic { font-style: italic; color: var(--muted); margin: 14px 0 16px; font-size: 15px; max-width: 58rem; }
.body { color: rgba(255,255,255,.78); font-size: 15px; max-width: 58rem; margin-bottom: 12px; line-height: 1.55; }
.s2 .italic, .s2 .body { max-width: none; }
.body a { color: var(--pink); text-decoration: none; }

.logos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px 28px; margin-top: 36px; }
.logo { text-align: center; }
.logo img { height: 92px; width: auto; max-width: 200px; margin: 0 auto 14px; object-fit: contain; }
.logo p { font-size: 13px; color: rgba(255,255,255,.72); line-height: 1.4; }

.split { display: grid; grid-template-columns: .4fr .6fr; gap: 48px; align-items: center; }
.split h2 { font-size: clamp(40px, 4.6vw, 64px); line-height: 1.02; max-width: 8ch; }
.mark { font-size: 86px; color: var(--pink); line-height: .55; font-weight: 600; margin-bottom: 10px; }
.quote-col { position: relative; min-height: 240px; overflow: hidden; }
.quote-slide {
  position: absolute; inset: 0;
  opacity: 0; transform: translateX(48px);
  pointer-events: none;
  transition: opacity .45s ease, transform .55s cubic-bezier(.22,.61,.36,1);
}
.quote-slide.show { opacity: 1; transform: none; pointer-events: auto; position: relative; }
.quote-text { color: var(--pink); font-style: italic; font-size: clamp(17px, 1.75vw, 22px); line-height: 1.45; max-width: 34rem; }
.who { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.who img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.who b { display: block; font-weight: 600; font-size: 14px; }
.who span { color: var(--muted); font-size: 13px; }
.qnav { position: absolute; left: -28px; right: -28px; top: 42%; display: flex; justify-content: space-between; pointer-events: none; }
.qnav button { pointer-events: auto; background: none; border: 0; color: #fff; font-size: 26px; cursor: pointer; opacity: .7; }

.exp {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 72px;
  align-items: stretch;
  width: 100%;
}
.years-box {
  width: 420px;
  min-height: 380px;
  border: 1px solid rgba(255,255,255,.32);
  padding: 28px 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.num {
  font-size: 132px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: .88;
  white-space: nowrap;
}
.num i { color: var(--pink); font-style: normal; font-size: 1em; padding-left: 10px; }
.years-box small { display: block; text-align: right; font-size: 18px; line-height: 1.35; color: rgba(255,255,255,.88); }
.exp-copy h2, .exp h2 { font-size: 42px; margin-bottom: 10px; }
.bars { max-width: none; width: 100%; }
.bar { margin: 14px 0 16px; }
.bar label { display: flex; justify-content: space-between; font-size: 11px; letter-spacing: .06em; color: rgba(255,255,255,.78); }
.track { height: 8px; background: rgba(255,255,255,.18); margin-top: 8px; }
.fill { height: 100%; width: 0; background: var(--pink); transition: width 1.1s ease .15s; }

.contact { display: grid; grid-template-columns: 300px 1fr; gap: 56px; align-items: start; width: 100%; }
.contact h2 { font-size: 34px; line-height: 1.15; }
.portrait { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; margin: 22px 0 36px; }
.s5 .body, .s5 .qabout { font-size: 14px; line-height: 1.55; max-width: none; width: 100%; margin-bottom: 14px; }
.qabout { font-style: italic; color: rgba(255,255,255,.78); margin-top: 10px; font-size: 14.5px; }

@media (max-width: 860px) {
  body { overflow: auto; }
  .rail, .progress, .social { display: none; }
  .stage { height: auto; }
  .slide { position: relative; opacity: 1; visibility: visible; transform: none; min-height: 100svh; padding: 64px 0; }
  .pad { width: calc(100% - 36px); }
  .logos { grid-template-columns: repeat(2, 1fr); }
  .exp { grid-template-columns: 1fr; gap: 28px; }
  .years-box { width: 100%; min-height: 240px; }
  .num { font-size: 88px; }
  .fill { width: var(--w) !important; }
  .split, .exp, .contact { grid-template-columns: 1fr; gap: 22px; }
  .qnav { position: static; margin-top: 16px; }
  h1 { font-size: 52px; }
}
