@charset "UTF-8";
:root {
  --ink: #171b1c;
  --paper: #f5f0e6;
  --amber: #efb44b;
  --muted: #555b58;
  --line: #cbc6bc;
  --white: #fffaf1;
  --on-dark-muted: #d2cfc7;
  --section-space: clamp(3.5rem, 7vw, 6rem);
  --column-gap: clamp(2rem, 5vw, 4.5rem);
  --space: clamp(1.25rem, 4vw, 4rem);
  --display: Impact, "Arial Narrow", "Liberation Sans Narrow", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 1rem;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
a {
  color: inherit;
  text-underline-offset: 0.3em;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: var(--display);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.035em;
}
h2 {
  font-size: clamp(2.25rem, 4.5vw, 4rem);
  margin-bottom: 1.5rem;
}
h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
p {
  margin-bottom: 1.25rem;
}
a:focus-visible {
  outline: 3px solid #b34216;
  outline-offset: 6px;
}
a:hover {
  text-decoration-thickness: 3px;
}
.wrap {
  width: min(1240px, 100% - 2 * var(--space));
  margin-inline: auto;
}
.skip {
  position: absolute;
  top: -100px;
  left: 1rem;
  background: var(--amber);
  padding: 1rem;
  z-index: 5;
}
.skip:focus {
  top: 1rem;
}
.preview {
  background: var(--ink);
  color: var(--paper);
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}
.preview span {
  margin-left: 1rem;
  letter-spacing: 0;
  color: #d2cfc7;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 104px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0.025em;
  font-size: 1rem;
}
.brand strong {
  display: block;
  font-size: 1.6rem;
}
.brand img {
  border-radius: 50%;
  flex-shrink: 0;
}
.header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
}
.header nav a,
.header-watch {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}
.header-watch {
  border-bottom: 2px solid var(--ink);
}
.hero {
  background: var(--ink);
  color: var(--paper);
  padding: 5rem 0 4rem;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 5rem;
  align-items: center;
}
.eyebrow {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 1.4rem;
}
.hero .eyebrow {
  color: var(--amber);
}
h1 {
  font-size: clamp(4.5rem, 7.5vw, 7.5rem);
  margin-bottom: 1.6rem;
}
h1 em {
  color: var(--amber);
  font-style: normal;
}
.intro {
  font-size: 1.1rem;
  max-width: 29rem;
  color: #d2cfc7;
}
.actions {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 0.8rem 1.4rem;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9rem;
  border: 2px solid transparent;
}
.button:hover {
  border-color: currentColor;
}
.amber {
  background: var(--amber);
  color: var(--ink);
}
.dark {
  background: var(--ink);
  color: var(--paper);
}
.text-link {
  gap: 0.5rem;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.hero-note {
  font-size: 0.8rem;
  color: #b6b8b2;
  margin: 1.4rem 0 0;
}
.feature > a {
  position: relative;
  display: block;
}
.feature img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.film-label {
  display: block;
  background: var(--amber);
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 0.5rem 0.85rem;
}
.feature figcaption {
  padding: 1.5rem 0 0;
  border-bottom: 1px solid #515553;
}
.feature figcaption .eyebrow {
  margin-bottom: 0.6rem;
}
.feature h2 {
  font-size: 2.3rem;
  margin-bottom: 0.6rem;
}
.feature p:not(.eyebrow) {
  color: #d2cfc7;
  font-size: 0.9rem;
  margin-bottom: 0.6rem;
}
.feature .text-link {
  margin-bottom: 0.9rem;
}
.section {
  padding-block: var(--section-space);
}
#merch {
  border-top: 1px solid var(--line);
}
.section-heading {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: var(--column-gap);
  align-items: end;
  margin-bottom: 2.5rem;
}
.section-heading h2 {
  margin-bottom: 0;
}
.section-heading > p,
.section-heading > div > p:not(.eyebrow) {
  color: var(--muted);
  max-width: 28rem;
}
.projects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
.project-image {
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
}
.project-image img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.project-image span {
  display: block;
  background: var(--ink);
  color: var(--paper);
  padding: 0.65rem 1rem;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.project p {
  color: var(--muted);
  max-width: 32rem;
}
.underlined {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-weight: 700;
  font-size: 0.9rem;
}
.about {
  background: var(--ink);
  color: var(--paper);
  padding-top: 5rem;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  padding-bottom: 4rem;
}
.about .eyebrow {
  color: var(--amber);
}
.about p:not(.eyebrow):not(.large-copy) {
  color: #d2cfc7;
}
.large-copy {
  font-size: 1.6rem;
  line-height: 1.35;
}
.banner {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 2.5rem;
}
.concept-note {
  font-weight: 700;
  font-size: 0.85rem;
  padding-top: 0.75rem;
}
.merch-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
.merch-art {
  background: #e4ded2;
}
.merch-art.mug {
  background: #deded5;
}
.merch-art img {
  width: 100%;
}
.merch-grid figcaption {
  padding-top: 1.5rem;
}
.merch-grid figcaption p {
  color: var(--muted);
  font-size: 0.9rem;
}
.merch-grid figcaption span {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.4rem;
}
.suggest {
  background: var(--amber);
  padding: 4.5rem 0;
}
.suggest-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 6rem;
  align-items: center;
}
.suggest p {
  max-width: 33rem;
}
.suggest-action > p {
  font-size: 0.8rem;
  margin: 1rem 0;
}
.email {
  overflow-wrap: anywhere;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-weight: 700;
}
.suggest-action .small {
  max-width: 27rem;
}
.footer {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  min-height: 140px;
}
.footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}
.footer > a:last-child {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 700;
}
@media (min-width: 1500px) {
  .hero {
    padding-block: 6rem;
  }
}
@media (max-width: 1000px) {
  .header nav {
    gap: 1rem;
  }
  .header-watch {
    display: none;
  }
  .hero-grid {
    gap: 2.5rem;
  }
  .hero {
    padding-block: 3.5rem;
  }
  .section-heading,
  .about-grid,
  .suggest-grid {
    gap: 3rem;
  }
  .actions {
    gap: 0.6rem;
  }
  h1 {
    font-size: clamp(4rem, 8vw, 6rem);
  }
}
@media (max-width: 700px) {
  .preview span {
    display: block;
    margin: 0;
  }
  .header {
    flex-wrap: wrap;
    gap: 0.65rem;
    padding-block: 1rem;
  }
  .brand img {
    width: 40px;
    height: 40px;
  }
  .header nav {
    width: 100%;
    justify-content: space-between;
    gap: 0.4rem;
  }
  .header nav a {
    font-size: 0.78rem;
  }
  .hero-grid,
  .section-heading,
  .projects,
  .about-grid,
  .merch-grid,
  .suggest-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .hero {
    padding-block: 2.75rem;
  }
  .hero-copy {
    padding-bottom: 0.75rem;
  }
  h1 {
    font-size: clamp(4rem, 15vw, 6rem);
  }
  h2 {
    font-size: 2.65rem;
  }
  .intro {
    font-size: 1rem;
  }
  .section {
    padding-block: 3.5rem;
  }
  .section-heading {
    gap: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .section-heading > p {
    margin-bottom: 0;
  }
  .projects {
    gap: 3rem;
  }
  .about {
    padding-top: 3.5rem;
  }
  .about-grid {
    padding-bottom: 2.5rem;
    gap: 1rem;
  }
  .merch-grid {
    gap: 2rem;
  }
  .suggest {
    padding-block: 3rem;
  }
  .suggest-grid {
    gap: 1rem;
  }
  .footer {
    flex-wrap: wrap;
    gap: 0.7rem;
    padding-block: 2rem;
  }
  .footer p {
    width: 100%;
    order: 3;
  }
  .feature figcaption {
    padding-top: 1.25rem;
  }
  .eyebrow {
    font-size: 0.8rem;
  }
  .button {
    gap: 1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* Welcome first; the featured video is a separate next step. */
.welcome-greeting {
  display: block;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
.welcome-name {
  display: block;
  color: var(--amber);
  max-width: 10ch;
}
.welcome-art {
  border-block: 1px solid #515553;
  padding-block: 1.25rem;
}
.welcome-copy .button {
  margin-top: 0.5rem;
}
.header nav a:hover,
.header nav a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.hero a:focus-visible,
.featured-section a:focus-visible {
  outline-color: var(--paper);
}
.project {
  display: flex;
  flex-direction: column;
  align-items: start;
  min-width: 0;
}
.project-image {
  width: 100%;
  text-decoration: none;
}
.project .underlined {
  margin-top: auto;
}
.project-image:hover span,
.project-image:focus-visible span {
  color: var(--amber);
  text-decoration: underline;
}
.feature > a {
  text-decoration: none;
}
.feature > a:hover .film-label,
.feature > a:focus-visible .film-label {
  text-decoration: underline;
}
.featured-section h2 {
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  margin-block: 0.75rem 1rem;
}
.featured-section p {
  max-width: 38ch;
}
.section-heading > p,
.section-heading > div > p:last-child {
  margin-bottom: 0;
}
.welcome-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: var(--column-gap);
  align-items: center;
}
.welcome h1 {
  font-size: clamp(2.8rem, 4.8vw, 4.6rem);
  line-height: 1.04;
  margin-bottom: 2rem;
}
.welcome .large-copy {
  font-size: clamp(1.15rem, 1.5vw, 1.3rem);
  line-height: 1.5;
  color: var(--paper);
}
.welcome-copy p {
  color: var(--on-dark-muted);
  max-width: 54ch;
}
.welcome-art img {
  width: 100%;
}
.featured-section {
  padding-block: clamp(2.75rem, 5vw, 4rem);
  background: var(--ink);
  color: var(--paper);
  border-top: 1px solid #515553;
}
.featured-section .feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: var(--column-gap);
  align-items: center;
}
.featured-section .feature figcaption {
  border: 0;
  padding: 0;
}
.featured-section .eyebrow {
  color: var(--amber);
  display: block;
}
@media (max-width: 700px) {
  .welcome-grid,
  .featured-section .feature {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .welcome h1 {
    font-size: clamp(2.5rem, 10vw, 3.25rem);
  }
  .featured-section {
    padding-block: 2.75rem;
  }
}
