:root {
  --ink: #141414;
  --paper: #f2f2ef;
  --line: #c8c9c5;
  --muted: #676a6f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.site-nav {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: var(--paper);
  border-bottom: 1px solid rgba(242, 242, 239, .22);
}
.wordmark {
  white-space: nowrap;
  opacity: .6;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.025em;
  text-shadow: none;
}
.wordmark span:first-child { font-weight: 500; }
.site-nav nav { display: flex; gap: 34px; }
.site-nav nav a, .contact-link {
  font: 500 13px/1 Inter, Arial, sans-serif;
  letter-spacing: -.01em;
}
.contact-link { justify-self: end; }
.contact-link { display: flex; align-items: center; gap: 12px; }

.hero {
  position: relative;
  height: 92vh;
  min-height: 680px;
  overflow: hidden;
  color: var(--paper);
  background: #141414;
}
.hero-brand {
  position: absolute;
  z-index: 4;
  top: 24px;
  left: 24px;
  width: 30px;
  display: block;
  opacity: 1;
}
.hero-brand img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(.949);
}
.hero-video {
  --hero-blur: 0px;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.86) sepia(.34) contrast(.94) brightness(.52) blur(var(--hero-blur));
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 52% 34%, rgba(242, 242, 239, .08), transparent 57%),
    linear-gradient(90deg, rgba(20, 20, 20, .24), rgba(20, 20, 20, .06) 46%, rgba(20, 20, 20, .2)),
    linear-gradient(180deg, rgba(20, 20, 20, .16), rgba(20, 20, 20, .3) 52%, rgba(20, 20, 20, .74));
  box-shadow: inset 0 0 180px rgba(20, 20, 20, .4);
}
.hero-copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  left: 0;
  width: min(1000px, calc(100% - 48px));
  margin-inline: auto;
  transform: translateY(-48%);
  text-align: center;
}
.hero h1 {
  margin: 0;
  font-size: clamp(48px, 6.4vw, 104px);
  font-weight: 310;
  line-height: .92;
  letter-spacing: -.075em;
}
.hero-line {
  display: block;
  overflow: visible;
}
.hero-line > span { display: block; }
.hero-copy p {
  max-width: 520px;
  margin: 30px auto 0;
  color: rgba(242, 242, 239, .76);
  font-size: 14px;
  line-height: 1.45;
}
.hero-subheadline {
  position: relative;
}
.hero-subheadline > span { display: block; }
.hero-actions {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  gap: 9px;
}
.hero-actions a {
  position: relative;
  width: 238px;
  height: 52px;
  padding: 0 0 0 18px;
  display: grid;
  grid-template-columns: 1fr 52px;
  align-items: center;
  color: var(--paper);
  background: rgba(20, 20, 20, .72);
  border: 1px solid rgba(242, 242, 239, .38);
  font: 500 13px/1 Inter, Arial, sans-serif;
  letter-spacing: -.01em;
  text-align: left;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(242, 242, 239, .07);
  transition: background-color .2s ease, border-color .2s ease;
}
.hero-actions a:hover {
  background: rgba(20, 20, 20, .9);
  border-color: rgba(242, 242, 239, .7);
}
.hero-action-label { padding-right: 16px; }
.hero-action-label,
.hero-action-icon { position: relative; z-index: 2; }
.hero-action-icon {
  align-self: stretch;
  display: grid;
  place-items: center;
  border-left: 1px solid rgba(242, 242, 239, .24);
}
.hero-action-icon svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: square;
  stroke-linejoin: miter;
}
.label {
  font: 400 9px/1.2 DM Mono, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.intro {
  padding: 150px 7vw 120px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.label { margin: 7px 0 0; color: var(--muted); }
.intro-copy {
  width: min(1120px, 100%);
  margin: 0;
}
.intro-text {
  width: 100%;
  margin: 0;
  text-align: left;
}
.story-statement {
  display: block;
}
.story-statement + .story-statement { margin-top: 112px; }
.story-statement p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 3.7vw, 60px);
  font-weight: 400;
  line-height: 1.01;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.story-statement p + p { margin-top: 24px; }

@media (min-width: 801px) {
  html.motion-enhanced .hero-video,
  html.motion-enhanced .hero-copy,
  html.motion-enhanced .story-statement,
  html.motion-enhanced .city-card,
  html.motion-enhanced .city-card video,
  html.motion-enhanced .audience-summary,
  html.motion-enhanced .market-counts,
  html.motion-enhanced .contact-copy,
  html.motion-enhanced .contact-form {
    will-change: transform, opacity;
  }
  html.motion-enhanced .intro {
    position: relative;
    height: 300dvh;
    min-height: 2100px;
    padding: 0;
    display: block;
  }
  html.motion-enhanced .intro-sticky {
    position: sticky;
    top: 0;
    height: 100dvh;
    min-height: 680px;
    padding: 0 7vw;
    display: grid;
    place-items: center;
    overflow: hidden;
  }
  html.motion-enhanced .intro-copy { width: min(1240px, 100%); }
  html.motion-enhanced .intro-text {
    width: 100%;
    min-height: 600px;
    display: grid;
    place-items: center;
  }
  html.motion-enhanced .story-statement {
    grid-area: 1 / 1;
    width: 100%;
    max-width: none;
    margin: 0;
  }
  html.motion-enhanced .story-statement + .story-statement { margin-top: 0; }
  html.motion-enhanced .markets {
    height: 100dvh;
    padding: 68px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  html.motion-enhanced .city-carousel {
    grid-auto-columns: min(76vw, 1080px, calc((100dvh - 190px) * 1.58));
    overflow-x: hidden;
    scroll-snap-type: none;
  }
  html.motion-enhanced .city-card {
    height: min(58vw, 680px, calc(100dvh - 190px));
    min-height: 0;
  }
}

.markets {
  padding: 68px 0 82px;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}
.markets-head {
  padding: 0 7vw;
}
.markets-head h2 {
  margin: 0;
  font: 400 clamp(34px, 3.7vw, 60px)/1.01 Inter, Arial, sans-serif;
  letter-spacing: -.055em;
}
.markets .label { color: var(--muted); }
.city-carousel {
  margin-top: 34px;
  padding: 0 7vw 18px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(76vw, 1080px);
  gap: 8px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.city-carousel::-webkit-scrollbar { display: none; }
.city-card {
  position: relative;
  display: block;
  container-type: size;
  height: min(58vw, 680px);
  min-height: 440px;
  overflow: hidden;
  scroll-snap-align: start;
  background: var(--ink);
  border-radius: 10px;
  cursor: pointer;
}
.city-card:focus-visible { outline: 2px solid var(--paper); outline-offset: 3px; }
.city-card video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.68);
  transition: transform .8s cubic-bezier(.16, 1, .3, 1), filter .45s ease;
}
.city-card:hover video { transform: scale(1.035); filter: brightness(.75); }
html.motion-enhanced .city-card,
html.motion-enhanced .city-card video {
  transform-origin: center;
}
html.motion-enhanced .city-card video { transition: filter .45s ease; }
html.motion-enhanced .city-card:hover video { filter: brightness(.75); }
.city-shade {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,20,20,.08), rgba(20,20,20,.72));
}
.city-card > div:last-child { position: absolute; z-index: 3; left: 20px; right: 20px; bottom: 20px; }
.city-card h3 {
  margin: 0;
  font-size: clamp(34px, 5vw, 72px);
  font-weight: 300;
  line-height: .95;
  letter-spacing: -.06em;
}
.city-card p {
  margin: 14px 0 0;
  color: rgba(242, 242, 239, .72);
  font: 400 14px/1.25 Inter, Arial, sans-serif;
  letter-spacing: -.015em;
}
.city-visit {
  width: fit-content;
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(242, 242, 239, .9);
  font: 500 13px/1 Inter, Arial, sans-serif;
  letter-spacing: -.01em;
}
.city-visit::after,
.contact-link::after,
.form-submit button::after {
  content: "";
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 12 12 4M5 4h7v7' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 12 12 4M5 4h7v7' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") center / contain no-repeat;
}
.partners {
  position: relative;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}
.audience-sticky {
  position: relative;
  padding: 108px 7vw 88px;
  overflow: hidden;
}
.audience-sticky > .audience-video,
.audience-sticky > .audience-video-shade {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.audience-sticky > .audience-video {
  display: block;
  object-fit: cover;
  object-position: center 80%;
  filter: saturate(.88) contrast(1.05) brightness(.5);
  transform: scale(1.01);
}
.audience-sticky > .audience-video-shade {
  background: rgba(20, 20, 20, .46);
}
.audience-stage {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  margin: 0 auto;
}
.audience-summary {
  position: relative;
  z-index: 1;
}
.audience-summary data {
  display: block;
  margin-top: 0;
  color: var(--paper);
  font: 300 clamp(92px, 10vw, 160px)/.78 Inter, sans-serif;
  letter-spacing: -.075em;
}
.audience-summary > p {
  min-height: 34px;
  margin: 26px 0 0 4px;
  color: var(--line);
  font: 400 clamp(18px, 1.35vw, 22px)/1.25 Inter, sans-serif;
  letter-spacing: -.025em;
}
.market-counts {
  position: relative;
  z-index: 1;
  width: min(360px, 100%);
  margin: 48px 0 0;
  padding-top: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.market-counts > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 24px;
}
.market-counts span {
  display: block;
  color: var(--muted);
  font: 400 12px/1.2 Inter, sans-serif;
  letter-spacing: -.01em;
}
.market-counts strong {
  display: block;
  margin-top: 0;
  color: var(--paper);
  font: 400 20px/1 DM Mono, monospace;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.04em;
}

@media (min-width: 801px) {
  html.motion-enhanced .partners {
    height: 112dvh;
    overflow: visible;
  }
  html.motion-enhanced .audience-sticky {
    position: sticky;
    top: 0;
    height: 100dvh;
    padding-top: clamp(110px, 14vh, 160px);
  }
  html.motion-enhanced .audience-video { transform: scale(1.12); }
}
.contact-section {
  padding: 120px 7vw 108px;
  background: var(--paper);
  border-top: 1px solid var(--line);
}
.contact-copy,
.contact-form {
  width: 100%;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
.form-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.contact-copy h2 {
  margin: 0 0 58px;
  font-size: clamp(48px, 5.5vw, 78px);
  font-weight: 300;
  line-height: .92;
  letter-spacing: -.06em;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-field {
  padding: 0;
}
.form-field label {
  display: block;
  margin-bottom: 10px;
  font: 500 14px/1.2 Inter, sans-serif;
  letter-spacing: -.01em;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 3px;
  outline: 0;
  color: var(--ink);
  background: var(--paper);
  font: 400 16px/1.4 Inter, sans-serif;
  transition: border-color .2s ease, background .2s ease;
}
.form-field select { cursor: pointer; }
.form-field textarea {
  min-height: 148px;
  resize: vertical;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--ink);
  background: var(--paper);
}
.form-submit {
  padding-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}
.form-status {
  margin: 0;
  color: var(--muted);
  font: 400 14px/1.4 Inter, sans-serif;
  letter-spacing: -.01em;
}
.form-submit button {
  width: 100%;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  border: 1px solid var(--ink);
  border-radius: 0;
  color: var(--paper);
  background: var(--ink);
  font: 500 15px/1 Inter, sans-serif;
  letter-spacing: -.01em;
  cursor: pointer;
  transition: color .2s ease, background .2s ease;
}
.form-submit button:hover {
  color: var(--ink);
  background: transparent;
}
.form-submit button:active { transform: translateY(1px); }
.form-submit button:disabled {
  opacity: .55;
  cursor: wait;
}
.form-status { min-height: 12px; margin-top: 14px; }

.scroll-progress {
  position: fixed;
  z-index: 30;
  top: 28dvh;
  right: 18px;
  width: 1px;
  height: 44dvh;
  overflow: hidden;
  background: rgba(103, 106, 111, .3);
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}
.scroll-progress span {
  position: absolute;
  inset: 0;
  display: block;
  background: var(--paper);
  transform: scaleY(0);
  transform-origin: 50% 0;
  mix-blend-mode: difference;
}
html.motion-enhanced .scroll-progress { opacity: 1; }

@media (max-width: 800px) {
  .site-nav { height: 58px; padding: 0 16px; grid-template-columns: 1fr auto; }
  .site-nav nav { display: none; }
  .hero-brand { top: 18px; left: 16px; width: 26px; }
  .hero { height: 78dvh; min-height: 580px; }
  .hero-video { object-position: 52% center; }
  .hero-copy {
    top: 50%;
    right: 16px;
    bottom: auto;
    left: 16px;
    width: auto;
    transform: translateY(-50%);
    text-align: center;
  }
  .hero h1 {
    max-width: 8.2em;
    font-size: clamp(43px, 11.8vw, 54px);
    line-height: .96;
    letter-spacing: -.055em;
    word-spacing: .035em;
    margin-inline: auto;
  }
  .hero-line { display: inline; overflow: visible; padding: 0; margin: 0; }
  .hero-line:first-child::after { content: " "; }
  .hero-copy p {
    max-width: 35ch;
    margin: 24px auto 0;
    color: rgba(242, 242, 239, .82);
    font-size: 15px;
    line-height: 1.48;
  }
  .hero-actions { margin-top: 28px; justify-content: center; }
  .hero-actions a { width: 222px; min-width: 0; }
  .intro { padding: 95px 16px 75px; }
  .intro-text { display: grid; gap: 84px; }
  .story-statement { display: block; }
  .story-statement + .story-statement { margin-top: 0; }
  .story-statement p { font-size: clamp(30px, 8.7vw, 40px); line-height: 1.06; }
  .story-statement p + p { margin-top: 20px; }
  .markets { padding: 56px 0 64px; }
  .markets-head { padding: 0 16px; gap: 18px; }
  .markets-head h2 { font-size: clamp(30px, 8.7vw, 40px); }
  .markets-head > p:last-child { max-width: 440px; }
  .city-carousel {
    margin-top: 28px;
    padding: 0 16px 16px;
    grid-auto-flow: row;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-columns: unset;
    gap: 10px;
    overflow: visible;
    scroll-snap-type: none;
  }
  .city-card { height: clamp(450px, 118vw, 650px); min-height: 450px; }
  html.motion-enhanced .intro {
    position: relative;
    height: 300dvh;
    height: 300lvh;
    padding: 0;
    display: block;
  }
  html.motion-enhanced .intro-sticky {
    position: sticky;
    top: 0;
    height: 100dvh;
    height: 100lvh;
    padding: 0 16px;
    display: grid;
    place-items: center;
    overflow: hidden;
  }
  html.motion-enhanced .intro-copy,
  html.motion-enhanced .intro-text { width: 100%; }
  html.motion-enhanced .intro-text {
    min-height: 0;
    display: grid;
    place-items: center;
    gap: 0;
  }
  html.motion-enhanced .story-statement {
    grid-area: 1 / 1;
    width: 100%;
    margin: 0;
  }
  html.motion-enhanced .markets {
    height: auto;
    padding: 56px 0 64px;
    display: block;
  }
  html.motion-enhanced .city-carousel {
    overflow: visible;
    scroll-snap-type: none;
  }
  html.motion-enhanced .city-card {
    height: clamp(450px, 118vw, 650px);
    min-height: 450px;
  }
  .partners { min-height: 0; }
  .audience-sticky { padding: 72px 16px 62px; }
  html.motion-enhanced .partners {
    height: 112dvh;
    height: 112lvh;
    overflow: visible;
  }
  html.motion-enhanced .audience-sticky {
    position: sticky;
    top: 0;
    height: 100dvh;
    height: 100lvh;
    padding: 72px 16px 62px;
  }
  html.motion-enhanced .audience-video { transform: scale(1.12); }
  .audience-summary data { margin-top: 0; font-size: 25vw; }
  .audience-summary > p { margin: 20px 0 0 3px; }
  .market-counts { width: min(320px, 100%); margin-top: 34px; padding-top: 0; grid-template-columns: 1fr; gap: 12px; }
  .market-counts strong { font-size: 19px; }
  .contact-section { padding: 80px 16px 70px; }
  .contact-copy h2 { margin-bottom: 44px; font-size: 48px; }
  .contact-form { max-width: none; }
  .form-submit button { width: 100%; }
  .scroll-progress { display: none; }
}

@media (max-width: 360px) {
  .contact-copy h2 { font-size: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* Fine-line pointer experiment: desktop pointing devices only. */
@media (hover: hover) and (pointer: fine) {
  html,
  body,
  body *,
  body *::before,
  body *::after {
    cursor: url("cursor-line.svg") 3 3, pointer !important;
  }
}

.credits-page {
  min-height: 100dvh;
  padding: 9vw 7vw;
  color: var(--paper);
  background: var(--ink);
}
.credits-back {
  color: rgba(242, 242, 239, .58);
  font-size: 14px;
  letter-spacing: -.02em;
}
.credits-page h1 {
  max-width: 900px;
  margin: 18vh 0 72px;
  font-size: clamp(52px, 8vw, 118px);
  font-weight: 300;
  line-height: .9;
  letter-spacing: -.065em;
}
.credit-entry {
  max-width: 900px;
  padding: 26px 0;
  display: grid;
  grid-template-columns: minmax(160px, .7fr) 1.3fr auto;
  gap: 28px;
  align-items: baseline;
  border-top: 1px solid rgba(242, 242, 239, .25);
  border-bottom: 1px solid rgba(242, 242, 239, .25);
}
.credit-entry p { margin: 0; }
.credit-entry p:first-child { color: rgba(242, 242, 239, .58); }
.credit-entry a { text-decoration: underline; text-underline-offset: 4px; }
.credit-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

@media (max-width: 700px) {
  .credits-page { padding: 28px 16px 70px; }
  .credits-page h1 { margin: 24vh 0 52px; }
  .credit-entry { grid-template-columns: 1fr; gap: 10px; }
}
