:root {
  --bg: #292724;
  --bg: oklch(0.17 0.01 60);
  --ink: #f5f4f0;
  --ink: oklch(0.96 0.01 60);
  --muted: #9a978f;
  --muted: oklch(0.62 0.02 60);
  --accent: #df8b52;
  --accent: oklch(0.74 0.17 55);
  --bg-2: #35332f;
  --bg-2: oklch(0.22 0.01 60);
  --hair: color-mix(in srgb, var(--ink) 10%, transparent);
  --line: color-mix(in srgb, var(--accent) 20%, transparent);
  --font-display: 'Playfair Display', serif;
  --font-body: 'Inter', sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 400;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 3rem 2rem 1rem;
}
.hero__media {
  position: absolute;
  inset: 0;
  will-change: transform;
  z-index: 1;
}
.hero__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, var(--line) 0%, transparent 60%);
  opacity: 0.8;
}
.hero__halo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60vh;
  background: linear-gradient(to top, var(--bg) 0%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}
.hero__overlay {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 0;
}
.hero__eyebrow {
  display: block;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 1rem;
  font-weight: 500;
}
.hero__title {
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 1;
  letter-spacing: -0.02em;
}
.thesis {
  padding: 4rem 2rem;
  display: flex;
  justify-content: center;
}
.thesis__inner {
  max-width: 900px;
  text-align: center;
}
.thesis__statement {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
  margin-bottom: 2rem;
}
.thesis__lede {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  color: var(--muted);
  line-height: 1.5;
  max-width: 700px;
  margin: 0 auto;
}
.feature {
  padding: 6rem 2rem;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 4rem;
  align-items: center;
}
.feature--mirrored {
  grid-template-columns: 0.82fr 1fr;
}
.feature__text {
  padding: 2rem 0;
}
.feature__index {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--accent);
  font-size: 1.5rem;
  display: block;
  margin-bottom: 1.5rem;
}
.feature__heading {
  font-size: clamp(2rem, 3vw, 2.5rem);
  margin-bottom: 1rem;
  line-height: 1.2;
}
.feature__desc {
  font-size: 1.125rem;
  color: var(--muted);
  line-height: 1.6;
}
.feature__visual {
  position: relative;
}
.feature__visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 2px;
}
.feature__caption {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: var(--muted);
}
.feature__caption b {
  color: var(--accent);
  font-weight: normal;
}
.gallery {
  padding: 6rem 0;
}
.gallery__band {
  display: grid;
  grid-template-columns: 0.72fr 1.1fr 0.72fr;
  height: 60vh;
  width: 100%;
}
.gallery__cell {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gallery__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__caption {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.875rem;
  color: var(--muted);
}
.gallery__caption b {
  color: var(--accent);
  font-weight: normal;
}
.rows {
  padding: 6rem 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
.row {
  display: grid;
  grid-template-columns: auto 1fr 2fr;
  gap: 2rem;
  padding: 2rem 0;
  border-top: 1px solid var(--hair);
  align-items: baseline;
}
.row__num {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--accent);
  font-size: 1.25rem;
}
.row__title {
  font-size: 1.5rem;
}
.row__desc {
  color: var(--muted);
  line-height: 1.5;
}
.cta {
  padding: 8rem 2rem;
  text-align: center;
}
.cta__title {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  margin-bottom: 3rem;
}
.cta__btn {
  display: inline-flex;
  background: var(--accent);
  color: var(--bg);
  padding: 1.25rem 2.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  border-radius: 99px;
  transition: background-color 0.3s;
}
.cta__btn:hover {
  background: var(--ink);
}
.footer {
  overflow: hidden;
  padding-top: 4rem;
  position: relative;
}
.footer__waterline {
  width: 100%;
  height: 1px;
  background: var(--hair);
  margin-bottom: 2rem;
  transform-origin: left;
}
.footer__marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 2rem 0;
}
.footer__marquee-track {
  display: inline-block;
  animation: marquee 20s linear infinite;
}
.footer__marquee span {
  font-family: var(--font-display);
  font-size: clamp(5rem, 15vw, 12rem);
  -webkit-text-stroke: 1px var(--hair);
  color: transparent;
  padding-right: 1ch;
}
.footer__meta {
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  border-top: 1px solid var(--hair);
  color: var(--muted);
  font-size: 0.875rem;
  flex-wrap: wrap;
  gap: 1rem;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .footer__waterline {
    animation: growWaterline 2s ease-out forwards;
  }
  @keyframes growWaterline {
    0% {
      transform: scaleX(0);
    }
    100% {
      transform: scaleX(1);
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  .footer__marquee-track {
    animation: none;
  }
}
@media (max-width: 860px) {
  .feature, .feature--mirrored {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .feature--mirrored .feature__visual {
    order: -1;
  }
  .gallery__band {
    grid-template-columns: 1fr;
    height: auto;
    gap: 1rem;
  }
  .gallery__cell {
    height: 40vh;
  }
  .row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .row__num {
    margin-bottom: 0.5rem;
  }
  .footer__meta {
    flex-direction: column;
    text-align: center;
  }
}
