:root {
  --ink: #0a0908;
  --coal: #15120f;
  --char: #211b16;
  --smoke: #302923;
  --bone: #eadfc9;
  --paper: #cdb990;
  --muted: #a39176;
  --brass: #b68145;
  --ember: #9e2f22;
  --flame: #d44a2f;
  --sea: #395c61;
  --line: rgba(234, 223, 201, 0.18);
  --shadow: rgba(0, 0, 0, 0.55);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--bone);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(180deg, #070606 0%, #11100e 38%, #16110d 100%);
  background-size: 64px 64px, auto;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 50;
  transform: translateY(-140%);
  border-radius: 6px;
  background: var(--bone);
  color: var(--ink);
  padding: 10px 14px;
  font-weight: 800;
  transition: transform 160ms ease;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-hero {
  position: relative;
  isolation: isolate;
  min-height: 86svh;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--ink);
}

.site-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: url("assets/chef-of-war-brand.png");
  background-position: 68% 18%;
  background-size: 155%;
  opacity: 0.18;
  filter: saturate(0.88) contrast(1.05);
}

.site-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 6, 6, 0.98) 0%, rgba(7, 6, 6, 0.82) 40%, rgba(7, 6, 6, 0.32) 100%),
    linear-gradient(180deg, rgba(7, 6, 6, 0.18) 0%, rgba(7, 6, 6, 0.74) 100%);
}

.site-nav {
  position: relative;
  z-index: 5;
  width: min(100% - 32px, var(--max));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  font-weight: 800;
  white-space: nowrap;
}

.brand-sun {
  position: relative;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 2px solid var(--brass);
  border-radius: 50%;
}

.brand-sun::before,
.brand-sun::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-top: 2px solid var(--brass);
  border-bottom: 2px solid var(--brass);
  opacity: 0.75;
}

.brand-sun::after {
  transform: rotate(90deg);
}

.brand-sun span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brass);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.nav-links a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  padding: 8px 14px;
  color: var(--paper);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a.is-active {
  border-color: var(--flame);
  color: #fff5dd;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(10, 9, 8, 0.72);
  color: var(--bone);
}

.nav-toggle span[aria-hidden="true"] {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero-art {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -1;
  width: 54%;
  background:
    linear-gradient(90deg, rgba(10, 9, 8, 0) 0%, rgba(10, 9, 8, 0.54) 100%),
    url("assets/chef-of-war-brand.png") 56% 16% / 1350px auto no-repeat;
  opacity: 0.42;
  mix-blend-mode: screen;
}

.hero-shell {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, var(--max));
  min-height: calc(86svh - 76px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  grid-template-areas:
    "copy poster"
    "quote poster";
  align-items: center;
  gap: 28px;
  padding: 22px 0 42px;
}

.hero-copy {
  grid-area: copy;
  max-width: 660px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--brass);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1,
h2,
.episode-label {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  margin-bottom: 20px;
  color: var(--bone);
  font-size: 7.4rem;
  line-height: 0.82;
  text-shadow: 0 10px 20px var(--shadow);
}

h1 span {
  display: block;
  color: var(--flame);
}

.hero-line {
  max-width: 560px;
  margin-bottom: 26px;
  color: #f1e5ca;
  font-size: 1.18rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 12px 18px;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

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

.button-primary {
  background: var(--ember);
  color: #fff2dc;
  box-shadow: 0 10px 30px rgba(158, 47, 34, 0.28);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--flame);
}

.button-ghost {
  border-color: rgba(234, 223, 201, 0.34);
  background: rgba(13, 12, 11, 0.64);
  color: var(--bone);
}

.play-mark {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid currentColor;
}

.hero-poster {
  grid-area: poster;
  position: relative;
  align-self: stretch;
  min-height: 460px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(234, 223, 201, 0.24);
  border-radius: 8px;
  background: var(--coal);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.hero-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-quote {
  grid-area: quote;
  max-width: 430px;
  margin-bottom: 14px;
  border-left: 2px solid var(--brass);
  padding-left: 20px;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-style: italic;
}

.hero-quote p {
  margin-bottom: 0;
}

.section-inner {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
}

.story-band,
.episodes-section,
.legend-section,
.gallery-section,
.tribe-section {
  border-bottom: 1px solid var(--line);
}

.story-band {
  background:
    linear-gradient(90deg, rgba(57, 92, 97, 0.22) 0%, rgba(57, 92, 97, 0) 32%),
    var(--coal);
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(300px, 1fr) minmax(250px, 0.75fr);
  gap: 22px;
  padding: 58px 0;
  align-items: stretch;
}

.story-lead,
.story-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: center;
}

.story-lead h2,
.section-heading h2,
.legend-grid h2,
.tribe-copy h2 {
  margin-bottom: 16px;
  color: #f0e1c4;
  font-size: 3.5rem;
  line-height: 0.95;
}

.story-lead p,
.story-card p,
.legend-points p,
.tribe-copy p {
  color: rgba(234, 223, 201, 0.78);
}

.story-panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  min-height: 420px;
}

.art-panel,
.gallery-frame,
.teaser-still {
  background-image: url("assets/chef-of-war-brand.png");
  background-repeat: no-repeat;
  background-size: 310%;
}

.art-panel {
  min-height: 420px;
  border: 1px solid rgba(234, 223, 201, 0.18);
  border-radius: 8px;
  filter: saturate(0.98) contrast(1.08);
}

.art-panel-one {
  background-position: 40% 9%;
}

.art-panel-two {
  background-position: 50% 47%;
}

.art-panel-three {
  background-position: 82% 60%;
}

.story-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(234, 223, 201, 0.16);
  border-radius: 8px;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(30, 24, 18, 0.92), rgba(12, 11, 10, 0.96)),
    var(--char);
}

.story-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -48px;
  width: 190px;
  height: 190px;
  border: 2px solid rgba(158, 47, 34, 0.42);
  border-radius: 50%;
  opacity: 0.6;
}

.story-card h3,
.legend-points h3,
.episode-card h3 {
  color: #fff0d4;
}

.story-card h3 {
  margin-bottom: 14px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2.35rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.episodes-section {
  padding: 58px 0 64px;
  background: #100f0d;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.episode-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid rgba(234, 223, 201, 0.18);
  border-radius: 8px;
  padding: 28px;
  display: flex;
  align-items: end;
  isolation: isolate;
  background: var(--char);
}

.episode-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("assets/chef-of-war-brand.png");
  background-repeat: no-repeat;
  background-size: 250%;
  filter: saturate(0.88) contrast(1.1);
}

.episode-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(10, 9, 8, 0.18) 0%, rgba(10, 9, 8, 0.86) 66%);
}

.episode-war::before {
  background-position: 38% 64%;
}

.episode-kitchen::before {
  background-position: 72% 53%;
}

.episode-label {
  margin-bottom: 8px;
  color: var(--flame);
  font-size: 3rem;
  line-height: 0.95;
}

.episode-kitchen .episode-label {
  color: #e0a34f;
}

.episode-card h3 {
  max-width: 420px;
  margin-bottom: 8px;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.episode-card p {
  max-width: 310px;
  margin-bottom: 0;
  color: rgba(234, 223, 201, 0.82);
}

.legend-section {
  padding: 62px 0;
  background:
    linear-gradient(90deg, rgba(158, 47, 34, 0.17) 0%, rgba(158, 47, 34, 0) 36%),
    #14110e;
}

.legend-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(300px, 1fr);
  gap: 36px;
  align-items: start;
}

.legend-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.legend-points article {
  min-height: 210px;
  border: 1px solid rgba(234, 223, 201, 0.16);
  border-radius: 8px;
  padding: 22px;
  background: rgba(10, 9, 8, 0.48);
}

.legend-points span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid rgba(234, 223, 201, 0.32);
  border-radius: 50%;
  color: var(--brass);
  font-size: 0.75rem;
  font-weight: 900;
}

.legend-points h3 {
  margin-bottom: 8px;
  font-size: 1rem;
  text-transform: uppercase;
}

.gallery-section {
  padding: 58px 0 66px;
  background: var(--coal);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-auto-rows: 250px;
  gap: 14px;
}

.gallery-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(234, 223, 201, 0.18);
  border-radius: 8px;
  background-color: #15110f;
  filter: saturate(0.94) contrast(1.06);
}

.gallery-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.72) 100%);
}

.gallery-frame figcaption {
  position: absolute;
  left: 18px;
  bottom: 14px;
  z-index: 1;
  color: #fff1d6;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.frame-hero {
  grid-row: span 2;
  background-position: 50% 16%;
  background-size: 260%;
}

.frame-battle {
  background-position: 33% 62%;
}

.frame-kitchen {
  background-position: 72% 52%;
}

.frame-symbol {
  grid-column: span 2;
  background-position: 83% 74%;
  background-size: 240%;
}

.tribe-section {
  padding: 54px 0;
  background:
    linear-gradient(90deg, rgba(205, 185, 144, 0.88) 0%, rgba(205, 185, 144, 0.82) 100%),
    #cdb990;
  color: #19120d;
}

.tribe-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1fr) minmax(220px, 0.62fr);
  gap: 28px;
  align-items: center;
}

.tribe-copy .eyebrow {
  color: var(--ember);
}

.tribe-copy h2 {
  color: #1d130d;
}

.tribe-copy p {
  margin-bottom: 0;
  color: rgba(25, 18, 13, 0.75);
}

.join-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
  align-items: start;
}

.join-form input[type="email"] {
  min-width: 0;
  min-height: 48px;
  border: 1px solid rgba(25, 18, 13, 0.28);
  border-right: 0;
  border-radius: 6px 0 0 6px;
  padding: 0 14px;
  background: rgba(255, 246, 223, 0.8);
  color: #1a120d;
}

.join-form input[type="email"]:focus {
  outline: 3px solid rgba(158, 47, 34, 0.28);
  outline-offset: 2px;
}

.join-form .button {
  min-height: 48px;
  border-radius: 0 6px 6px 0;
  white-space: nowrap;
}

.hidden-field {
  display: none;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 8px 0 0;
  color: #3a2118;
  font-size: 0.9rem;
  font-weight: 800;
}

.social-panel {
  border-left: 1px solid rgba(25, 18, 13, 0.28);
  padding-left: 28px;
}

.social-panel p {
  margin-bottom: 10px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.45rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.social-links {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.social-links a {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(25, 18, 13, 0.34);
  border-radius: 50%;
  color: #140d08;
  font-size: 0.78rem;
  font-weight: 900;
}

.social-links a:hover,
.social-links a:focus-visible {
  background: #1b130d;
  color: var(--bone);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 24px 0;
  color: rgba(234, 223, 201, 0.7);
  font-size: 0.88rem;
}

.site-footer p {
  margin: 0;
}

.site-footer > a,
.footer-actions > a:not(.designer-credit) {
  color: var(--paper);
  font-weight: 800;
}

.footer-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.designer-credit {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(234, 223, 201, 0.18);
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(234, 223, 201, 0.06);
  color: var(--bone);
  font-size: 0.78rem;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.designer-credit:hover,
.designer-credit:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(180, 129, 69, 0.58);
  background: rgba(234, 223, 201, 0.1);
}

.designer-credit > span:first-child {
  color: rgba(234, 223, 201, 0.62);
}

.credit-brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff0d4;
}

.credit-brand em {
  color: var(--brass);
  font-style: italic;
}

.credit-logo {
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  object-fit: contain;
}

.teaser-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
}

.teaser-modal[hidden] {
  display: none;
}

.modal-scrim {
  position: absolute;
  inset: 0;
  background: rgba(5, 4, 3, 0.78);
  backdrop-filter: blur(4px);
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 820px);
  max-height: calc(100svh - 40px);
  overflow: auto;
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(260px, 1fr);
  gap: 24px;
  border: 1px solid rgba(234, 223, 201, 0.22);
  border-radius: 8px;
  padding: 20px;
  background: #11100e;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.62);
}

.modal-panel h2 {
  margin-bottom: 14px;
  color: #f4e5c9;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0;
  line-height: 0.98;
  text-transform: uppercase;
}

.modal-panel p:not(.eyebrow) {
  color: rgba(234, 223, 201, 0.78);
}

.modal-close {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(234, 223, 201, 0.24);
  border-radius: 50%;
  background: rgba(10, 9, 8, 0.82);
  color: var(--bone);
}

.modal-close span {
  position: absolute;
  left: 11px;
  top: 20px;
  width: 18px;
  height: 2px;
  background: currentColor;
}

.modal-close span:first-child {
  transform: rotate(45deg);
}

.modal-close span:last-child {
  transform: rotate(-45deg);
}

.teaser-still {
  min-height: 300px;
  border-radius: 8px;
  background-position: 52% 15%;
  background-size: 240%;
}

@media (max-width: 980px) {
  .site-nav {
    min-height: 68px;
  }

  .nav-toggle {
    display: block;
    position: relative;
    z-index: 7;
  }

  .nav-links {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    display: grid;
    gap: 2px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 8px;
    background: rgba(10, 9, 8, 0.96);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.48);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
  }

  .nav-links.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links a {
    min-height: 46px;
    border: 0;
    border-radius: 6px;
  }

  .nav-links a:hover,
  .nav-links a:focus-visible,
  .nav-links a.is-active {
    background: rgba(158, 47, 34, 0.24);
  }

  .hero-shell {
    min-height: calc(86svh - 68px);
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "quote";
    align-content: center;
    padding-bottom: 34px;
  }

  h1 {
    font-size: 5.4rem;
  }

  .hero-poster {
    display: none;
  }

  .hero-art {
    width: 100%;
    background:
      linear-gradient(90deg, rgba(10, 9, 8, 0.22) 0%, rgba(10, 9, 8, 0.5) 100%),
      url("assets/chef-of-war-brand.png") 58% 18% / 260% auto no-repeat;
    opacity: 0.3;
    mix-blend-mode: normal;
  }

  .story-grid,
  .legend-grid,
  .tribe-grid {
    grid-template-columns: 1fr;
  }

  .story-lead,
  .story-card {
    min-height: auto;
  }

  .story-panels {
    min-height: 320px;
  }

  .art-panel {
    min-height: 320px;
  }

  .legend-points {
    grid-template-columns: 1fr;
  }

  .legend-points article {
    min-height: 170px;
  }

  .social-panel {
    border-left: 0;
    border-top: 1px solid rgba(25, 18, 13, 0.28);
    padding-left: 0;
    padding-top: 22px;
  }
}

@media (max-width: 720px) {
  .site-hero {
    min-height: 84svh;
  }

  .brand-lockup {
    font-size: 1rem;
  }

  .brand-sun {
    width: 30px;
    height: 30px;
  }

  .hero-shell {
    min-height: calc(84svh - 68px);
  }

  h1 {
    font-size: 4.1rem;
  }

  .hero-line {
    font-size: 1rem;
  }

  .story-lead h2,
  .section-heading h2,
  .legend-grid h2,
  .tribe-copy h2 {
    font-size: 2.55rem;
  }

  .story-grid,
  .episodes-section,
  .legend-section,
  .gallery-section,
  .tribe-section {
    padding-top: 42px;
    padding-bottom: 46px;
  }

  .story-panels {
    grid-template-columns: 1fr;
  }

  .art-panel {
    min-height: 210px;
    background-size: 170%;
  }

  .episode-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .episode-card {
    min-height: 260px;
  }

  .gallery-grid {
    grid-auto-rows: 230px;
  }

  .frame-hero,
  .frame-symbol {
    grid-row: auto;
    grid-column: auto;
  }

  .join-form {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .join-form input[type="email"],
  .join-form .button {
    width: 100%;
    border-radius: 6px;
    border: 1px solid rgba(25, 18, 13, 0.28);
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .modal-panel {
    grid-template-columns: 1fr;
  }

  .teaser-still {
    min-height: 220px;
  }
}

@media (max-width: 430px) {
  .site-nav,
  .section-inner,
  .hero-shell,
  .site-footer {
    width: min(100% - 24px, var(--max));
  }

  .brand-lockup span:last-child {
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  h1 {
    font-size: 3.65rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .footer-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .footer-actions > a:not(.designer-credit),
  .designer-credit {
    width: 100%;
    justify-content: center;
  }

  .hero-quote {
    display: none;
  }
}

@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;
  }
}
