:root {
  color-scheme: light;
  --paper: oklch(93.5% 0.018 82);
  --paper-warm: oklch(89% 0.024 76);
  --paper-cool: oklch(84% 0.018 205);
  --ink: oklch(20% 0.018 62);
  --ink-soft: oklch(37% 0.018 62);
  --muted: oklch(48% 0.019 70);
  --line: oklch(30% 0.014 62 / 0.16);
  --line-strong: oklch(30% 0.014 62 / 0.32);
  --brick: oklch(45% 0.085 43);
  --moss: oklch(40% 0.049 132);
  --shadow: oklch(18% 0.02 62 / 0.18);
  --sans: "Helvetica Neue", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --max: 1220px;
  --gutter: clamp(18px, 5vw, 64px);
  --section: clamp(78px, 14vw, 176px);
  --ease: cubic-bezier(0.19, 1, 0.22, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, oklch(30% 0.02 70 / 0.035) 1px, transparent 1px) 0 0 / calc(100% / 6) 100%,
    var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  line-height: 1.55;
}

body::selection {
  background: oklch(72% 0.06 65 / 0.55);
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-decoration-color: oklch(36% 0.02 62 / 0.34);
  text-underline-offset: 0.18em;
  transition: color 220ms var(--ease), text-decoration-color 220ms var(--ease);
}

a:hover {
  color: var(--brick);
  text-decoration-color: currentColor;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.7) contrast(0.9) brightness(0.98);
}

:focus-visible {
  outline: 2px solid var(--brick);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: var(--gutter);
  top: 12px;
  z-index: 30;
  transform: translateY(-160%);
  padding: 10px 14px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 13px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  padding: 18px var(--gutter);
  color: oklch(95% 0.012 78);
  mix-blend-mode: difference;
}

.brand,
nav a,
.eyebrow,
.button,
.amount,
.badge,
figcaption,
.section-index,
.hero-kicker,
.form-note {
  font-family: var(--sans);
}

.brand,
nav a {
  font-size: 11px;
  line-height: 1.1;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px 18px;
}

nav a {
  position: relative;
  padding-bottom: 5px;
}

nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: currentColor;
  transition: transform 260ms var(--ease);
}

nav a:hover::after,
nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-cta {
  color: oklch(96% 0.04 84);
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: oklch(18% 0.018 70);
}

.hero-image {
  position: absolute;
  inset: 0;
  margin: 0;
}

.hero-image img {
  object-position: 54% 43%;
  filter: saturate(0.58) contrast(0.88) brightness(0.78);
  transform: scale(1.025);
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, oklch(14% 0.02 65 / 0.5), transparent 26%, oklch(13% 0.02 65 / 0.74)),
    linear-gradient(90deg, oklch(13% 0.02 65 / 0.72), transparent 58%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: end;
  gap: clamp(28px, 8vw, 70px);
  padding: clamp(118px, 18vh, 190px) var(--gutter) clamp(34px, 8vh, 84px);
  color: oklch(94% 0.018 82);
}

.hero-kicker {
  position: absolute;
  top: clamp(88px, 18vh, 160px);
  right: var(--gutter);
  writing-mode: vertical-rl;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.72;
}

.hero-copy {
  max-width: min(820px, 92vw);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--brick);
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero .eyebrow,
.director .eyebrow {
  color: oklch(87% 0.07 76);
}

h1,
h2,
h3,
p,
blockquote {
  margin-top: 0;
}

h1 {
  margin-bottom: clamp(18px, 4vw, 34px);
  max-width: 9.8ch;
  font-size: clamp(58px, 17.5vw, 206px);
  font-weight: 400;
  line-height: 0.76;
  letter-spacing: 0;
}

h2 {
  max-width: 11ch;
  margin-bottom: clamp(20px, 3vw, 34px);
  font-size: clamp(36px, 7vw, 92px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(23px, 2.7vw, 34px);
  font-weight: 400;
  line-height: 1.02;
}

.tagline {
  max-width: 500px;
  margin-bottom: 0;
  color: oklch(92% 0.016 82);
  font-size: clamp(20px, 3.6vw, 34px);
  line-height: 1.18;
}

.hero-note {
  max-width: 360px;
  margin: 0;
  color: oklch(88% 0.015 82 / 0.82);
  font-size: clamp(16px, 2vw, 20px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.button,
.tier button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font-size: 11px;
  letter-spacing: 0.12em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 240ms var(--ease), color 240ms var(--ease), border-color 240ms var(--ease), transform 240ms var(--ease);
}

.button {
  padding: 13px 18px;
}

.button.primary {
  background: oklch(91% 0.021 82);
  color: oklch(22% 0.018 62);
  border-color: oklch(91% 0.021 82);
}

.button.ghost {
  color: oklch(92% 0.015 82);
  border-color: oklch(92% 0.015 82 / 0.5);
}

.button.dark {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}

.button:hover,
.tier button:hover {
  transform: translateY(-1px);
}

.section {
  width: min(var(--max), calc(100% - (var(--gutter) * 2)));
  margin: 0 auto;
  padding: var(--section) 0;
}

.intro {
  display: grid;
  grid-template-columns: 42px minmax(0, 0.9fr);
  gap: clamp(24px, 7vw, 92px);
  border-bottom: 1px solid var(--line);
}

.section-index {
  color: var(--brick);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.intro-copy {
  max-width: 860px;
}

.lead,
.section-copy p,
.director-panel > p,
.support-content > .lead,
.contact p {
  max-width: 64ch;
  color: var(--ink-soft);
  font-size: clamp(18px, 2.05vw, 23px);
  line-height: 1.58;
}

.lead {
  font-size: clamp(21px, 3vw, 34px);
  line-height: 1.32;
}

.pullquote {
  grid-column: 2;
  max-width: 780px;
  margin: clamp(28px, 6vw, 72px) 0 0;
  padding-top: clamp(22px, 4vw, 38px);
  border-top: 1px solid var(--line-strong);
}

.pullquote p,
.director blockquote p {
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(27px, 5.5vw, 68px);
  line-height: 1.02;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.66fr);
  gap: clamp(36px, 8vw, 110px);
  align-items: center;
}

.reverse {
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 0.86fr);
}

.section-copy {
  max-width: 680px;
}

.section-copy p + p {
  margin-top: 18px;
}

.film-still,
.director-image,
.contact-image,
.support-visual figure {
  margin: 0;
  overflow: hidden;
  background: var(--paper-warm);
}

.film-still {
  position: relative;
  box-shadow: 0 24px 70px var(--shadow);
}

.portrait {
  aspect-ratio: 4 / 5;
}

.landscape {
  aspect-ratio: 5 / 3.35;
}

figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.3;
}

.director {
  position: relative;
  min-height: 86svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: clamp(96px, 14vw, 170px) var(--gutter);
  background: oklch(19% 0.018 145);
  color: oklch(92% 0.018 82);
}

.director-image {
  position: absolute;
  inset: 0;
}

.director-image img {
  filter: saturate(0.62) contrast(0.86) brightness(0.7);
}

.director-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, oklch(15% 0.018 145 / 0.72), transparent 66%),
    linear-gradient(0deg, oklch(13% 0.018 145 / 0.7), transparent 44%);
}

.director-panel {
  position: relative;
  z-index: 1;
  width: min(900px, 100%);
}

.director-panel h2 {
  max-width: 10ch;
}

.director-panel > p {
  color: oklch(90% 0.018 82 / 0.9);
}

.director blockquote {
  max-width: 780px;
  margin: clamp(34px, 7vw, 84px) 0 0 clamp(0px, 10vw, 170px);
  padding-top: 24px;
  border-top: 1px solid oklch(92% 0.018 82 / 0.28);
}

.director blockquote p {
  color: oklch(95% 0.017 82);
}

.team {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
  gap: clamp(40px, 8vw, 104px);
  border-bottom: 1px solid var(--line);
}

.team h2 {
  max-width: 8ch;
}

.team-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(20px, 5vw, 72px);
}

.team-list p {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.team-list strong {
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 400;
  line-height: 1.1;
}

.team-list span {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.support {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 96px);
  width: min(var(--max), calc(100% - (var(--gutter) * 2)));
  margin: 0 auto;
  padding: var(--section) 0;
}

.support-visual {
  position: sticky;
  top: 90px;
  align-self: start;
}

.support-visual figure {
  aspect-ratio: 4 / 5.35;
  box-shadow: 0 22px 64px var(--shadow);
}

.support-content h2 {
  max-width: 10ch;
}

.tiers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(34px, 5vw, 58px);
  background: var(--line);
  border: 1px solid var(--line);
}

.tier {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 310px;
  padding: clamp(22px, 3vw, 34px);
  background: oklch(92% 0.017 82);
  transition: background 260ms var(--ease), transform 260ms var(--ease);
}

.tier:hover {
  background: oklch(94.5% 0.018 82);
}

.tier.is-recommended {
  background: oklch(86% 0.036 82);
}

.amount,
.badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  color: var(--brick);
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.badge {
  margin-bottom: 8px;
  padding: 5px 8px;
  border: 1px solid var(--brick);
  border-radius: 999px;
}

.tier h3 {
  max-width: 12ch;
}

.tier ul {
  display: grid;
  gap: 8px;
  margin: 0 0 28px;
  padding: 0;
  color: var(--ink-soft);
  list-style: none;
}

.tier li {
  position: relative;
  padding-left: 16px;
}

.tier li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--moss);
}

.tier button {
  align-self: end;
  justify-self: start;
  margin-top: auto;
  padding: 12px 14px;
  color: var(--ink);
  border-color: var(--line-strong);
}

.tier button:hover,
.tier button:focus-visible {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}

.support-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(40px, 7vw, 76px);
  padding: clamp(24px, 4vw, 42px);
  background: oklch(88% 0.024 82);
  border: 1px solid var(--line);
}

.support-form > div,
.support-form .full,
.form-note,
.support-form .button {
  grid-column: 1 / -1;
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  background: oklch(96% 0.012 82);
  color: var(--ink);
  padding: 11px 12px;
  font-family: var(--serif);
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
}

textarea {
  resize: vertical;
}

.form-note {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}

.support-form .button {
  justify-self: start;
  margin-top: 4px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(240px, 0.48fr);
  gap: clamp(34px, 8vw, 104px);
  align-items: center;
  border-top: 1px solid var(--line);
}

.contact h2 {
  max-width: 8ch;
}

.contact-image {
  aspect-ratio: 3 / 4;
}

.site-footer {
  display: grid;
  gap: 18px;
  padding: 34px var(--gutter) 46px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.45;
}

.site-footer p {
  margin: 0;
}

.attributions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 900px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: end;
  }

  .hero-copy {
    grid-column: 1;
  }

  .hero-note {
    grid-column: 2;
    justify-self: end;
    margin-bottom: 10px;
  }
}

@media (max-width: 860px) {
  body {
    background:
      linear-gradient(90deg, oklch(30% 0.02 70 / 0.03) 1px, transparent 1px) 0 0 / 50% 100%,
      var(--paper);
  }

  .site-header {
    position: absolute;
    grid-template-columns: 1fr;
    color: oklch(95% 0.012 78);
    mix-blend-mode: normal;
  }

  nav {
    justify-content: flex-start;
    max-width: 340px;
  }

  .hero-grid {
    padding-top: 128px;
  }

  .hero-kicker {
    display: none;
  }

  .intro,
  .split,
  .reverse,
  .team,
  .support,
  .contact {
    grid-template-columns: 1fr;
  }

  .section-index,
  .pullquote {
    grid-column: auto;
  }

  .reverse .film-still {
    order: 2;
  }

  .portrait,
  .landscape,
  .contact-image {
    aspect-ratio: 4 / 3.1;
  }

  .team-list,
  .tiers,
  .support-form {
    grid-template-columns: 1fr;
  }

  .support-visual {
    position: relative;
    top: auto;
  }

  .support-visual figure {
    aspect-ratio: 16 / 10;
  }

  .tier {
    min-height: auto;
  }
}

@media (max-width: 520px) {
  :root {
    --gutter: 18px;
    --section: 76px;
  }

  nav {
    gap: 8px 13px;
  }

  nav a {
    font-size: 10px;
  }

  h1 {
    font-size: clamp(54px, 18vw, 78px);
  }

  h2 {
    font-size: clamp(36px, 12vw, 54px);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    width: min(100%, 280px);
  }

  .button,
  .tier button {
    width: 100%;
  }

  .pullquote p,
  .director blockquote p {
    font-size: clamp(29px, 10vw, 44px);
  }

  .support-form {
    padding: 22px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
