@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Barlow+Condensed:ital,wght@0,600;0,700;0,800;0,900;1,900&family=DM+Sans:wght@400;500;600;700&display=swap');

:root {
  --orange: #f35b24;
  --orange-dark: #c93812;
  --yellow: #ffd43b;
  --magenta: #d20b6d;
  --cyan: #00a6bf;
  --cyan-light: #d8f7f6;
  --ink: #101b2f;
  --ink-soft: #263650;
  --paper: #fff9eb;
  --white: #fffef9;
  --line: 3px solid var(--ink);
  --shadow: 7px 7px 0 var(--ink);
  --display: "Archivo Black", Impact, sans-serif;
  --condensed: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "DM Sans", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body {
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  line-height: 1.65;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

::selection {
  color: var(--white);
  background: var(--magenta);
}

.shell {
  width: min(1180px, calc(100% - 3rem));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: .75rem;
  left: .75rem;
  padding: .65rem 1rem;
  transform: translateY(-180%);
  color: var(--white);
  background: var(--ink);
  font-weight: 800;
}

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

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white);
}

.nav-shell {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, .35);
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.nav a {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--condensed);
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.nav a:not(.nav__cta)::after {
  position: absolute;
  right: 0;
  bottom: -.35rem;
  left: 0;
  height: 3px;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  background: var(--yellow);
  transition: transform .2s ease;
}

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

.nav__cta {
  padding: .55rem .85rem;
  border: 2px solid var(--white);
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 4px 4px 0 var(--magenta);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  z-index: 2;
  isolation: isolate;
  min-height: 960px;
  overflow: visible;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 39%, rgba(255, 212, 59, .22), transparent 31%),
    linear-gradient(135deg, #063b58 0%, #07536e 43%, #10213b 100%);
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: -2;
  content: "";
  border: 3px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
}

.hero::before {
  width: 520px;
  height: 520px;
  top: 135px;
  left: -310px;
  box-shadow: 0 0 0 75px rgba(255, 255, 255, .035), 0 0 0 150px rgba(255, 255, 255, .025);
}

.hero::after {
  width: 440px;
  height: 440px;
  right: -260px;
  bottom: 90px;
  box-shadow: 0 0 0 65px rgba(255, 255, 255, .035), 0 0 0 130px rgba(255, 255, 255, .025);
}

.hero__halftone,
.memories__dots {
  position: absolute;
  pointer-events: none;
  background-image: radial-gradient(circle, currentColor 1.3px, transparent 1.5px);
  background-size: 10px 10px;
}

.hero__halftone {
  z-index: -1;
  width: 38vw;
  height: 42vw;
  right: -7vw;
  top: 9rem;
  color: rgba(0, 166, 191, .35);
  transform: rotate(-11deg);
  mask-image: linear-gradient(to left, #000, transparent);
}

.hero__speed-lines {
  position: absolute;
  z-index: -1;
  top: 28%;
  left: 50%;
  width: 1300px;
  height: 700px;
  transform: translate(-50%, -50%);
  opacity: .14;
  background: repeating-conic-gradient(from 2deg, transparent 0 5deg, #fff 5.1deg 5.6deg);
  mask-image: radial-gradient(circle, transparent 0 25%, #000 27% 65%, transparent 67%);
}

.hero__inner {
  position: relative;
  display: flex;
  min-height: 900px;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.logo-stage {
  position: relative;
  display: grid;
  width: min(75%, 833px);
  min-height: 260px;
  place-items: center;
  margin: 4rem auto 4rem;
}

.logo-stage__burst {
  position: absolute;
  width: min(76vw, 790px);
  aspect-ratio: 1;
  clip-path: polygon(50% 0, 57% 26%, 70% 5%, 72% 31%, 92% 15%, 82% 38%, 100% 37%, 84% 51%, 99% 65%, 77% 65%, 85% 91%, 64% 73%, 60% 100%, 48% 76%, 34% 97%, 35% 70%, 8% 84%, 20% 60%, 0 55%, 23% 43%, 4% 25%, 30% 32%);
  transform: scaleY(.52) rotate(2deg);
  background: var(--yellow);
  filter: drop-shadow(0 11px 0 var(--orange));
}

.logo-stage__cape {
  position: absolute;
  width: 56%;
  height: 110px;
  right: 4%;
  bottom: 48px;
  transform: rotate(-7deg) skewX(-20deg);
  border-radius: 25% 100% 35% 70%;
  background: linear-gradient(150deg, var(--magenta), #8f064b);
  box-shadow: 0 12px 0 rgba(0, 0, 0, .28);
}

.hero-logo {
  position: relative;
  z-index: 2;
  width: 100%;
  transform: rotate(-1.5deg);
  filter: drop-shadow(0 8px 0 rgba(16, 27, 47, .95)) drop-shadow(0 15px 8px rgba(0, 0, 0, .22));
  animation: logo-arrive .8s cubic-bezier(.2, .9, .25, 1.25) both;
}

@keyframes logo-arrive {
  from { opacity: 0; transform: translateY(-35px) scale(.78) rotate(-5deg); }
  to { opacity: 1; transform: translateY(0) scale(1) rotate(-1.5deg); }
}

.hero__copy {
  position: relative;
  z-index: 3;
  max-width: 830px;
}

.chapter {
  margin: 0 0 .45rem;
  text-transform: uppercase;
  font-family: var(--condensed);
  font-size: .88rem;
  font-weight: 900;
  letter-spacing: .2em;
}

.hero h1,
.section-heading h2,
.memories h2 {
  margin: 0;
  text-transform: uppercase;
  font-family: var(--display);
  line-height: .94;
  letter-spacing: -.055em;
}

.hero h1 {
  font-size: clamp(3.4rem, 7.7vw, 7.3rem);
  text-shadow: 5px 5px 0 var(--magenta);
}

.hero h1 em {
  display: inline-block;
  color: var(--yellow);
  font-family: var(--condensed);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -.04em;
}

.hero__lead {
  max-width: 710px;
  margin: 1.4rem auto 1.8rem;
  color: #e1f5f6;
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.hero__actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.button {
  display: inline-flex;
  min-height: 52px;
  padding: .8rem 1.3rem;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  border: var(--line);
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--condensed);
  font-weight: 900;
  letter-spacing: .08em;
  transition: transform .18s ease, box-shadow .18s ease;
}

.button:hover,
.button:focus-visible {
  transform: translate(-2px, -2px);
}

.button--primary {
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 6px 6px 0 var(--magenta);
}

.button--primary:hover,
.button--primary:focus-visible {
  box-shadow: 9px 9px 0 var(--magenta);
}

.button--ghost {
  border-color: var(--white);
  color: var(--white);
  background: transparent;
  box-shadow: 6px 6px 0 var(--cyan);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  box-shadow: 9px 9px 0 var(--cyan);
}

.ticker {
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transform: translateY(6px);
  border-block: var(--line);
  color: var(--ink);
  background: var(--yellow);
}

.ticker__track {
  display: flex;
  width: max-content;
  padding: .55rem 0;
  align-items: center;
  gap: 1.4rem;
  animation: ticker 26s linear infinite;
  text-transform: uppercase;
  font-family: var(--condensed);
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: .09em;
}

.ticker b { color: var(--magenta); }

@keyframes ticker {
  to { transform: translateX(-50%); }
}

.section {
  padding: clamp(5rem, 10vw, 9rem) 0;
}

.section-heading .chapter,
.memories .chapter {
  color: var(--magenta);
}

.section-heading h2,
.memories h2 {
  font-size: clamp(2.7rem, 6vw, 5.8rem);
}

.section-heading > p:last-child:not(.chapter) {
  max-width: 34rem;
  margin: 1.2rem 0 0;
  color: var(--ink-soft);
}

.origin {
  position: relative;
  z-index: 1;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(16, 27, 47, .06) 50%, transparent 50.2%),
    var(--paper);
}

.origin__grid {
  display: grid;
  grid-template-columns: .9fr 1.15fr .78fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.origin__story p {
  margin: 0 0 1.25rem;
}

.origin__story .dropcap {
  font-size: 1.12rem;
}

.dropcap::first-letter {
  float: left;
  margin: .12rem .55rem 0 0;
  color: var(--orange);
  font-family: var(--display);
  font-size: 4.5rem;
  line-height: .75;
  text-shadow: 3px 3px 0 var(--yellow);
}

.price-panel {
  position: relative;
  padding: 1.5rem;
  border: var(--line);
  background: var(--yellow);
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}

.price-panel::before {
  position: absolute;
  inset: .55rem;
  pointer-events: none;
  content: "";
  border: 2px dashed rgba(16, 27, 47, .45);
}

.price-panel > * { position: relative; }
.price-panel__kicker {
  margin: 0;
  text-transform: uppercase;
  font-family: var(--condensed);
  font-weight: 900;
  letter-spacing: .1em;
}

.price-panel__price {
  display: flex;
  margin: -.25rem 0 -.5rem;
  justify-content: center;
  align-items: start;
  color: var(--magenta);
  font-family: var(--display);
  font-size: 9rem;
  line-height: 1;
  letter-spacing: -.1em;
  text-shadow: 4px 4px 0 var(--white);
}

.price-panel__price sup {
  margin-top: 1.35rem;
  font-size: 2.6rem;
}

.price-panel__price small {
  margin-top: 1rem;
  font-size: 2.6rem;
  letter-spacing: -.06em;
}

.price-panel > p:last-of-type {
  margin: 0;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.45;
}

.price-panel__stamp {
  display: inline-block;
  margin-top: 1.25rem;
  padding: .2rem .55rem;
  transform: rotate(-6deg);
  color: var(--white);
  background: var(--orange);
  text-transform: uppercase;
  font-family: var(--condensed);
  font-weight: 900;
}

.timeline-section {
  position: relative;
  color: var(--white);
  background: var(--ink);
}

.timeline-section::before {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 30px;
  content: "";
  background: var(--paper);
  clip-path: polygon(0 0, 100% 0, 100% 15%, 95% 60%, 91% 18%, 85% 75%, 78% 20%, 72% 80%, 64% 20%, 55% 70%, 46% 15%, 38% 80%, 29% 20%, 22% 70%, 14% 15%, 7% 70%, 0 25%);
}

.section-heading--light .chapter { color: var(--yellow); }
.section-heading--light > p:last-child:not(.chapter) { color: #b8c7d5; }

.timeline {
  display: grid;
  margin-top: 4rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  counter-reset: cards;
}

.timeline-card {
  position: relative;
  min-height: 275px;
  padding: 1.6rem;
  overflow: hidden;
  border: 2px solid #48566e;
  background: #16243a;
  transition: transform .2s ease, border-color .2s ease;
}

.timeline-card:hover {
  z-index: 2;
  transform: translateY(-6px) rotate(-.5deg);
  border-color: var(--cyan);
}

.timeline-card:nth-child(even):hover { transform: translateY(-6px) rotate(.5deg); }

.timeline-card--feature {
  color: var(--ink);
  border-color: var(--ink);
  background: var(--yellow);
  box-shadow: 7px 7px 0 var(--magenta);
  transform: rotate(1.2deg);
}

.timeline-card__number {
  position: absolute;
  right: -.6rem;
  bottom: -2.2rem;
  color: rgba(255, 255, 255, .045);
  font-family: var(--display);
  font-size: 9rem;
  line-height: 1;
}

.timeline-card--feature .timeline-card__number { color: rgba(210, 11, 109, .12); }

.timeline-card__date {
  margin: 0 0 1.1rem;
  color: var(--cyan);
  text-transform: uppercase;
  font-family: var(--condensed);
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.timeline-card--feature .timeline-card__date { color: var(--magenta); }

.timeline-card h3 {
  position: relative;
  max-width: 15rem;
  margin: 0 0 .75rem;
  text-transform: uppercase;
  font-family: var(--display);
  font-size: 1.6rem;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.timeline-card p:last-child {
  position: relative;
  max-width: 19rem;
  margin: 0;
  color: #c5d0dc;
  font-size: 1.2rem;
  line-height: 1.55;
}

.timeline-card--feature p:last-child { color: var(--ink); }

.artifacts {
  background:
    linear-gradient(rgba(0, 166, 191, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 166, 191, .07) 1px, transparent 1px),
    var(--paper);
  background-size: 36px 36px;
}

.photo-evidence {
  margin-bottom: clamp(6rem, 12vw, 10rem);
}

.bourdain-spotlight {
  position: relative;
  display: grid;
  margin: 0 0 clamp(5rem, 10vw, 8rem);
  padding: clamp(1rem, 2vw, 1.5rem);
  grid-template-columns: minmax(250px, .78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: center;
  border: var(--line);
  color: var(--white);
  background: var(--ink);
  box-shadow: 12px 12px 0 var(--yellow);
}

.bourdain-spotlight__portrait {
  margin: 0;
  padding: .55rem;
  border: 2px solid var(--ink);
  color: var(--ink);
  background: var(--white);
  box-shadow: 8px 8px 0 var(--cyan);
  transform: rotate(-1.5deg);
}

.bourdain-spotlight__portrait img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 42%;
  filter: saturate(.75) contrast(1.08);
}

.bourdain-spotlight__portrait figcaption {
  padding: .65rem .25rem .15rem;
  color: var(--ink-soft);
  font-size: .66rem;
  line-height: 1.35;
}

.bourdain-spotlight__portrait a { color: var(--magenta); }

.bourdain-spotlight__story {
  padding: clamp(1rem, 3vw, 2rem) clamp(.5rem, 3vw, 2rem) clamp(1rem, 3vw, 2rem) 0;
}

.bourdain-spotlight__kicker {
  margin: 0 0 .7rem;
  color: var(--yellow);
  text-transform: uppercase;
  font-family: var(--condensed);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .16em;
}

.bourdain-spotlight__story h2 {
  margin: 0 0 1.4rem;
  text-transform: uppercase;
  font-family: var(--display);
  font-size: clamp(2.6rem, 4.5vw, 4.4rem);
  line-height: .82;
  letter-spacing: -.055em;
}

.bourdain-spotlight__story > p:not(.bourdain-spotlight__kicker) {
  max-width: 42rem;
  margin: 0 0 1rem;
  color: #dce6ef;
  font-size: 1.18rem;
  line-height: 1.65;
}

.bourdain-spotlight__story em { color: var(--yellow); }

.bourdain-spotlight__sources {
  display: flex;
  margin-top: 1.7rem;
  flex-wrap: wrap;
  gap: .75rem 1.5rem;
}

.bourdain-spotlight__sources a {
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--condensed);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-underline-offset: 4px;
}

.bourdain-spotlight__sources a:hover,
.bourdain-spotlight__sources a:focus-visible { color: var(--yellow); }

.photo-evidence__heading {
  display: block;
  max-width: none;
  margin-bottom: 3.5rem;
}

.photo-evidence__heading .chapter {
  grid-column: 1 / -1;
  color: var(--magenta);
}

.photo-evidence__heading h2 {
  margin: 0;
  text-transform: uppercase;
  font-family: var(--display);
  font-size: clamp(3.2rem, 8vw, 7.5rem);
  line-height: .94;
  letter-spacing: -.055em;
}

.photo-evidence__heading > p:last-child {
  margin: 0 0 .35rem;
  color: var(--ink-soft);
}

.photo-evidence__heading a {
  color: var(--magenta);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.photo-evidence__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.photo-card {
  position: relative;
  margin: 0;
  padding: .8rem .8rem 1.4rem;
  border: var(--line);
  background: var(--white);
  box-shadow: 10px 10px 0 var(--cyan);
  transform: rotate(-1deg);
}

.photo-card--tilted {
  margin-top: 0;
  box-shadow: 10px 10px 0 var(--magenta);
  transform: rotate(1.2deg);
}

.photo-card--buffet {
  margin-top: 0;
  box-shadow: 10px 10px 0 var(--yellow);
  transform: rotate(-.5deg);
}

.photo-card--starts {
  box-shadow: 10px 10px 0 var(--orange);
  transform: rotate(.7deg);
}

.photo-card__image {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  cursor: zoom-in;
  border: 2px solid var(--ink);
  background: var(--ink);
}

.photo-card__image img {
  width: 100%;
  aspect-ratio: 8 / 5;
  object-fit: contain;
  transition: transform .25s ease;
}

.photo-card__image:hover img,
.photo-card__image:focus-visible img {
  transform: scale(1.025);
}

.photo-card figcaption {
  padding: 1.25rem .6rem 0;
}

.photo-card figcaption strong {
  display: block;
  text-transform: uppercase;
  font-family: var(--display);
  font-size: clamp(1.25rem, 3vw, 1.8rem);
  line-height: 1.05;
}

.photo-card figcaption p {
  margin: .65rem 0 0;
  color: var(--ink-soft);
  font-size: .86rem;
  line-height: 1.55;
}

.artifacts__intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.artifacts__intro > p {
  max-width: 48rem;
  margin: 0;
}

.artifacts__intro .section-heading h2 {
  font-size: clamp(3.2rem, 8vw, 7.5rem);
}

.artifact-grid {
  display: grid;
  margin-top: 4.5rem;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
}

.artifact-card {
  margin: 0;
}

.artifact-card--offset { margin-top: 5rem; }

.artifact-card__image {
  position: relative;
  display: block;
  width: 100%;
  padding: .75rem;
  overflow: hidden;
  cursor: zoom-in;
  border: var(--line);
  background: var(--white);
  box-shadow: 10px 10px 0 var(--cyan);
  transform: rotate(-1deg);
  transition: transform .2s ease, box-shadow .2s ease;
}

.artifact-card--offset .artifact-card__image {
  box-shadow: 10px 10px 0 var(--magenta);
  transform: rotate(1.3deg);
}

.artifact-card__image:hover,
.artifact-card__image:focus-visible {
  transform: rotate(0) translate(-4px, -4px);
  box-shadow: 14px 14px 0 var(--orange);
}

.artifact-card__image img {
  width: 100%;
  aspect-ratio: 1.29;
  object-fit: cover;
}

.artifact-card figcaption {
  display: grid;
  margin-top: 1.5rem;
  padding-left: .75rem;
  grid-template-columns: auto 1fr;
  gap: .2rem 1rem;
}

.artifact-card__side {
  grid-row: 1 / 3;
  color: var(--magenta);
  font-family: var(--display);
  font-size: 1.9rem;
  line-height: 1;
}

.artifact-card figcaption strong {
  text-transform: uppercase;
  font-family: var(--condensed);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
}

.artifact-card figcaption p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .88rem;
}

.artifact-credit {
  max-width: 44rem;
  margin: 4rem auto 0;
  text-align: center;
  color: #5e6570;
  font-size: .76rem;
}

.sources {
  color: var(--ink);
  background: #f3b18d;
}

.sources__grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(3rem, 9vw, 8rem);
}

.sources .chapter { color: var(--magenta); }
.sources .section-heading > p:last-child:not(.chapter) { color: #51382f; }

.source-list {
  margin: 0;
  padding: clamp(1rem, 2.5vw, 1.75rem);
  border: var(--line);
  color: var(--ink);
  background: var(--paper);
  box-shadow: 10px 10px 0 var(--yellow);
  list-style: none;
}

.source-list li {
  border-top: 1px solid rgba(16, 27, 47, .2);
}

.source-list li:last-child { border-bottom: 1px solid rgba(16, 27, 47, .2); }

.source-list a {
  position: relative;
  display: block;
  padding: 1.2rem 3rem 1.2rem .25rem;
  color: var(--ink);
  text-decoration: none;
  font-family: var(--condensed);
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.15;
  transition: color .18s ease, background .18s ease, padding .18s ease;
}

.source-list a span {
  display: block;
  margin-bottom: .25rem;
  color: var(--magenta);
  font-family: var(--body);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.source-list a b {
  position: absolute;
  top: 50%;
  right: .75rem;
  transform: translateY(-50%);
  font-size: 1.25rem;
}

.source-list a:hover,
.source-list a:focus-visible {
  padding-left: .75rem;
  color: var(--ink);
  background: var(--yellow);
}

.memories {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(6rem, 12vw, 11rem) 0;
  background: var(--yellow);
}

.memories::before,
.memories::after {
  position: absolute;
  z-index: -1;
  content: "";
  background: var(--orange);
  clip-path: polygon(50% 0, 60% 38%, 100% 50%, 60% 60%, 50% 100%, 39% 61%, 0 50%, 39% 38%);
}

.memories::before {
  width: 340px;
  height: 340px;
  left: -150px;
  top: -120px;
}

.memories::after {
  width: 480px;
  height: 480px;
  right: -270px;
  bottom: -190px;
  background: var(--magenta);
}

.memories__dots {
  z-index: -1;
  inset: 0;
  color: rgba(16, 27, 47, .16);
  background-size: 12px 12px;
  mask-image: radial-gradient(circle at center, #000, transparent 68%);
}

.memories__inner {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
  text-align: left;
}

.memories h2 {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  text-shadow: 5px 5px 0 var(--white);
}

.memories__intro > p {
  max-width: 40rem;
  margin: 1.5rem 0 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.65;
}

.memory-form {
  position: relative;
  display: grid;
  padding: clamp(1.25rem, 3vw, 2rem);
  gap: 1.25rem;
  border: var(--line);
  background: var(--paper);
  box-shadow: 12px 12px 0 var(--magenta);
  transform: rotate(.25deg);
}

.memory-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.memory-form label:not(.memory-form__permission) {
  display: grid;
  gap: .45rem;
}

.memory-form label > span:first-child {
  text-transform: uppercase;
  font-family: var(--condensed);
  font-size: .84rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.memory-form label b { color: var(--magenta); }

.memory-form input[type="text"],
.memory-form input[type="email"],
.memory-form input[type="file"],
.memory-form textarea {
  width: 100%;
  padding: .8rem .9rem;
  border: 2px solid var(--ink);
  border-radius: 0;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

.memory-form textarea {
  min-height: 10rem;
  resize: vertical;
  line-height: 1.5;
}

.memory-form input:focus,
.memory-form textarea:focus {
  outline: 3px solid var(--cyan);
  outline-offset: 2px;
}

.memory-form input[type="file"] {
  padding: .55rem;
  cursor: pointer;
  font-size: .86rem;
}

.memory-form input[type="file"]::file-selector-button {
  margin-right: .8rem;
  padding: .55rem .75rem;
  border: 0;
  color: var(--white);
  background: var(--ink);
  text-transform: uppercase;
  font-family: var(--condensed);
  font-weight: 900;
  cursor: pointer;
}

.memory-form small {
  color: var(--ink-soft);
  font-size: .74rem;
  line-height: 1.45;
}

.memory-form__permission {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.45;
}

.memory-form__permission input {
  width: 1.2rem;
  height: 1.2rem;
  margin: .1rem 0 0;
  flex: 0 0 auto;
  accent-color: var(--magenta);
}

.memory-form__turnstile {
  min-height: 66px;
}

.memory-form__turnstile small {
  display: block;
  padding: .8rem;
  border: 1px dashed rgba(16, 27, 47, .4);
}

.memory-form__honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.memory-form__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
}

.memory-form__actions .button {
  width: auto;
  cursor: pointer;
}

.memory-form__actions .button:disabled {
  cursor: wait;
  opacity: .65;
}

.memory-form__status {
  min-height: 1.4em;
  margin: 0;
  flex: 1 1 15rem;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.4;
}

.memory-form__status--success { color: #11633b; }
.memory-form__status--error { color: #a31621; }
}

.button--dark {
  color: var(--white);
  background: var(--ink);
  box-shadow: 7px 7px 0 var(--magenta);
}

.button--dark:hover,
.button--dark:focus-visible { box-shadow: 10px 10px 0 var(--magenta); }

.site-footer {
  padding: 3.5rem 0 0;
  color: var(--white);
  background: var(--ink);
  overflow: hidden;
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
  gap: 4rem;
  align-items: stretch;
}

.footer__main {
  display: flex;
  padding-bottom: 1.25rem;
  flex-direction: column;
  justify-content: flex-end;
}

.footer-logo {
  width: min(100%, 380px);
  margin-bottom: .8rem;
  filter: drop-shadow(0 4px 0 rgba(0, 0, 0, .5));
}

.footer__main > p {
  margin: 0;
  color: var(--yellow);
  font-family: var(--condensed);
  font-weight: 800;
  letter-spacing: .03em;
}

.footer__fine-print {
  max-width: 660px;
  margin-top: .75rem;
  color: #9caac0;
  font-size: .75rem;
  line-height: 1.5;
}

.footer__fine-print p { margin: .3rem 0; }

.footer__tribute {
  position: relative;
  display: grid;
  min-height: 390px;
  margin: 0;
  grid-template-columns: minmax(145px, .75fr) minmax(230px, 1.25fr);
  align-items: end;
}

.footer__tribute::before {
  position: absolute;
  right: 2%;
  bottom: -26%;
  width: 330px;
  aspect-ratio: 1;
  border-radius: 50%;
  content: "";
  background: var(--magenta);
  opacity: .28;
}

.footer__tribute figcaption {
  position: relative;
  z-index: 1;
  padding-bottom: 3rem;
  transform: rotate(-2deg);
}

.footer__tribute span,
.footer__tribute strong {
  display: block;
  font-family: var(--condensed);
  text-transform: uppercase;
}

.footer__tribute span {
  color: var(--yellow);
  font-size: clamp(1.1rem, 2vw, 1.65rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .035em;
}

.footer__tribute strong {
  margin-top: .5rem;
  color: var(--white);
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  line-height: .82;
  text-shadow: 4px 4px 0 var(--magenta);
}

.footer__tribute img {
  position: relative;
  z-index: 1;
  width: min(100%, 340px);
  max-height: 410px;
  margin: 0 auto;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(-8px 4px 0 rgba(0, 0, 0, .22));
}

.lightbox {
  width: min(1100px, calc(100% - 2rem));
  max-height: calc(100vh - 2rem);
  padding: 1rem;
  border: var(--line);
  background: var(--paper);
  box-shadow: 12px 12px 0 var(--magenta);
}

.lightbox::backdrop { background: rgba(5, 13, 26, .88); }

.lightbox figure { margin: 0; }

.lightbox__image {
  width: 100%;
  max-height: calc(100vh - 7rem);
  object-fit: contain;
}

.lightbox__caption {
  padding: .7rem .25rem 0;
  text-align: center;
  font-family: var(--condensed);
  font-weight: 800;
}

.lightbox__close {
  position: fixed;
  z-index: 2;
  top: 1.4rem;
  right: 1.4rem;
  display: grid;
  width: 2.8rem;
  aspect-ratio: 1;
  place-items: center;
  cursor: pointer;
  border: 2px solid var(--ink);
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 4px 4px 0 var(--magenta);
  font-family: var(--display);
  font-size: 1.35rem;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .55s ease, transform .55s ease;
}

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

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .nav { gap: .9rem; }
  .nav a { font-size: .8rem; }
  .origin__grid { grid-template-columns: .8fr 1.2fr; }
  .price-panel { grid-column: 2; max-width: 340px; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .sources__grid { grid-template-columns: 1fr; }
  .sources__grid .section-heading { max-width: 620px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 2rem, 680px); }
  .nav-shell { min-height: 70px; justify-content: flex-end; }

  .nav-toggle {
    display: flex;
    padding: .45rem .6rem;
    align-items: center;
    gap: .55rem;
    border: 2px solid var(--white);
    color: var(--white);
    background: rgba(16, 27, 47, .3);
    text-transform: uppercase;
    font-family: var(--condensed);
    font-size: .8rem;
    font-weight: 900;
    letter-spacing: .09em;
  }

  .nav-toggle__icon,
  .nav-toggle__icon::before,
  .nav-toggle__icon::after {
    display: block;
    width: 18px;
    height: 2px;
    content: "";
    background: currentColor;
    transition: transform .18s ease;
  }

  .nav-toggle__icon { position: relative; }
  .nav-toggle__icon::before { position: absolute; top: -6px; }
  .nav-toggle__icon::after { position: absolute; top: 6px; }
  .nav-toggle[aria-expanded="true"] .nav-toggle__icon { background: transparent; }
  .nav-toggle[aria-expanded="true"] .nav-toggle__icon::before { top: 0; transform: rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .nav-toggle__icon::after { top: 0; transform: rotate(-45deg); }

  .nav {
    position: absolute;
    top: 70px;
    right: 1rem;
    left: 1rem;
    display: none;
    padding: .8rem;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    border: var(--line);
    color: var(--ink);
    background: var(--paper);
    box-shadow: 7px 7px 0 var(--magenta);
  }

  .nav--open { display: flex; }
  .nav a { padding: .8rem; font-size: .95rem; }
  .nav a + a { border-top: 1px solid rgba(16, 27, 47, .16); }
  .nav__cta { margin-top: .5rem; text-align: center; }

  .hero { min-height: 850px; }
  .hero__inner { min-height: 800px; padding-top: 6.5rem; padding-bottom: 6rem; }
  .logo-stage { min-height: 190px; margin: 3rem auto 3rem; }
  .logo-stage__burst { width: 115vw; }
  .logo-stage__cape { height: 68px; bottom: 42px; }
  .hero__lead { max-width: 34rem; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .origin { background: var(--paper); }
  .origin__grid { grid-template-columns: 1fr; gap: 2rem; }
  .price-panel { grid-column: auto; max-width: 360px; margin: 1rem auto 0; }
  .timeline { grid-template-columns: 1fr; margin-top: 2.8rem; }
  .timeline-card { min-height: 235px; }
  .artifacts__intro { grid-template-columns: 1fr; gap: 1.5rem; }
  .bourdain-spotlight { grid-template-columns: 1fr; gap: 1.5rem; }
  .bourdain-spotlight__portrait { max-width: 520px; }
  .bourdain-spotlight__story { padding: .75rem .5rem 1.5rem; }
  .photo-evidence__heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .photo-evidence__grid { grid-template-columns: 1fr; }
  .photo-card--tilted { margin-top: 1rem; }
  .photo-card--buffet { margin-top: 1rem; }
  .artifact-grid { grid-template-columns: 1fr; margin-top: 3rem; }
  .artifact-card--offset { margin-top: 1rem; }
  .memories__inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .memory-form__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 0; }
  .footer__tribute {
    min-height: 380px;
    grid-template-columns: minmax(140px, .75fr) minmax(200px, 1.25fr);
  }
}

@media (max-width: 430px) {
  .hero { min-height: 780px; }
  .hero__inner { min-height: 740px; }
  .logo-stage { min-height: 150px; margin-bottom: 1.5rem; }
  .hero h1 { font-size: 3.2rem; }
  .ticker__track { font-size: .9rem; }
  .section-heading h2 { font-size: 2.65rem; }
  .price-panel__price { font-size: 7.5rem; }
  .artifact-card figcaption { grid-template-columns: 1fr; }
  .artifact-card__side { grid-row: auto; }
  .memories h2 { font-size: 2.7rem; }
  .footer__tribute { min-height: 330px; grid-template-columns: 1fr 1.25fr; }
  .footer__tribute figcaption { padding-bottom: 2rem; }
  .footer__tribute strong { font-size: 2.4rem; }
  .footer__tribute img { max-height: 330px; }
}

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

@media print {
  .site-header, .hero__halftone, .hero__speed-lines, .ticker, .hero__actions, .memories, .lightbox { display: none !important; }
  .hero { min-height: auto; color: var(--ink); background: white; }
  .hero__inner { min-height: auto; padding: 2rem; }
  .section { padding: 2rem 0; }
  .reveal { opacity: 1; transform: none; }
}
