:root {
  --paper: #f9f8f5;
  --ink: #111213;
  --ink-soft: #3d3f42;
  --teal: #2fa08a;
  --teal-dark: #1f7365;
  --rule: #d8d4cc;
  --max: 1080px;
  --display: "Bebas Neue", "Arial Narrow", sans-serif;
  --label: "Oswald", "Arial Narrow", sans-serif;
  --body: "Source Serif 4", Georgia, serif;
  --mono: "Courier Prime", "Courier New", monospace;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1.075rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
.display {
  font-family: var(--display);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.02em;
}

a {
  color: inherit;
}

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

/* ---------- header ---------- */
.site-header {
  border-bottom: 2px solid var(--ink);
  background: var(--paper);
  position: sticky;
  top: 0;
  z-index: 50;
}

.nav {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.9rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.wordmark {
  font-family: var(--display);
  font-size: 1.7rem;
  letter-spacing: 0.18em;
  text-decoration: none;
  line-height: 1;
}

.nav-links {
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
}

.nav-links a {
  font-family: var(--label);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover,
.nav-links a.active {
  border-bottom-color: var(--ink);
}

/* ---------- shared ---------- */
.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 4.5rem 1.5rem;
}

.kicker {
  font-family: var(--label);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.42em;
  font-size: 0.8rem;
  color: var(--ink);
  margin-bottom: 1rem;
}

.kicker-teal {
  color: var(--teal-dark);
}

.rule {
  border: none;
  border-top: 1px solid var(--rule);
  max-width: var(--max);
  margin: 0 auto;
}

/* burst logo dividers + footer mark */
.burst-divider {
  display: flex;
  justify-content: center;
  padding: 0.5rem 0;
}

.burst-divider img {
  width: 90px;
  height: auto;
}

/* buttons: black & white only */
.btn {
  display: inline-block;
  font-family: var(--label);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0.95rem 2rem;
  border: 2px solid var(--ink);
  transition: all 0.15s ease;
  cursor: pointer;
  background: transparent;
  color: var(--ink);
}

.btn:hover {
  background: var(--ink);
  color: var(--paper);
}

.btn-primary {
  background: var(--ink);
  color: var(--paper);
}

.btn-primary:hover {
  background: transparent;
  color: var(--ink);
}

/* on dark sections */
.btn-invert {
  border-color: var(--paper);
  color: var(--paper);
  background: transparent;
}

.btn-invert:hover {
  background: var(--paper);
  color: var(--ink);
}

/* status line (no color bar) */
.status-line {
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: clamp(1.9rem, 6.5vw, 3.2rem);
  line-height: 1;
  color: var(--teal-dark);
  margin: 1.6rem 0 0.4rem;
}

/* ---------- home hero: video-first type lockup ---------- */
.hero {
  max-width: 900px;
  margin: 0 auto;
  padding: 3.5rem 1.5rem 4.5rem;
  text-align: center;
}

.hero .kicker {
  margin-bottom: 0.6rem;
}

.hero h1 {
  font-size: clamp(5.5rem, 20vw, 12rem);
  letter-spacing: 0.03em;
}

.hero-sub {
  font-family: var(--label);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.42em;
  font-size: clamp(0.75rem, 2.4vw, 1rem);
  margin-top: 0.8rem;
}

.video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--ink);
  margin-top: 2.6rem;
  box-shadow: 14px 14px 0 rgba(17, 18, 19, 0.15);
}

.video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#trailer-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: var(--ink);
}

.video-play {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(17, 18, 19, 0.25);
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
}

.video-play:hover {
  background: rgba(17, 18, 19, 0.45);
}

.video-play .play {
  width: 0;
  height: 0;
  border-left: 52px solid var(--paper);
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.4));
}

.video-wrap:fullscreen {
  aspect-ratio: auto;
  box-shadow: none;
}

.video-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  color: var(--paper);
  text-align: center;
  padding: 1rem;
  cursor: pointer;
}

.video-placeholder .play {
  width: 0;
  height: 0;
  border-left: 44px solid var(--paper);
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
}

.video-placeholder p {
  font-family: var(--label);
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.8rem;
  color: #b8b6b0;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.6rem;
}

.listen-label {
  font-family: var(--label);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.42em;
  font-size: 0.8rem;
  margin-top: 2.6rem;
}

.retailers {
  margin-top: 1.2rem;
  gap: 0.8rem;
}

.btn-retailer {
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  padding: 0.8rem 1.4rem;
}

.btn-retailer svg {
  width: 1.15em;
  height: 1.15em;
  flex: none;
}

/* ---------- synopsis (single unbroken block, typewriter voice) ---------- */
.synopsis {
  max-width: 680px;
  margin: 0 auto;
}

.synopsis p {
  font-family: var(--mono);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.4rem;
}

.characters {
  list-style: none;
  font-family: var(--mono);
  font-size: 1rem;
  line-height: 1.7;
  margin: 1.4rem 0;
  padding-left: 1.5rem;
  border-left: 3px solid var(--ink);
}

.characters li {
  margin-bottom: 0.8rem;
}

p.tagline {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: clamp(2rem, 6vw, 3.2rem);
  line-height: 1.05;
  margin-top: 2.5rem;
  text-align: center;
}

.tagline em {
  font-style: normal;
  color: var(--teal-dark);
}

/* ---------- big tracked section titles ---------- */
.section-title {
  font-size: clamp(2.6rem, 8vw, 4.6rem);
  letter-spacing: 0.06em;
  text-align: center;
}

.section-title-left {
  font-size: clamp(2.6rem, 8vw, 4.6rem);
  letter-spacing: 0.04em;
}

/* ---------- map ---------- */
.map-section {
  text-align: center;
}

.map-section img {
  margin: 2.5rem auto 0;
}

/* ---------- preorder ---------- */
.preorder-grid {
  display: grid;
  grid-template-columns: minmax(240px, 380px) 1fr;
  gap: 3.5rem;
  align-items: center;
  max-width: 920px;
  margin: 0 auto;
}

.preorder-mockup img {
  margin: 0 auto;
  max-width: 380px;
  width: 100%;
}

@media (max-width: 860px) {
  .preorder-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .preorder-grid p {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .preorder-mockup img {
    max-width: 300px;
  }
}

/* ---------- releases ---------- */
.releases {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

.release-card {
  border: 2px solid var(--ink);
  padding: 2.5rem 1.5rem;
}

.release-card.active {
  background: var(--ink);
  color: var(--paper);
}

.release-card h3 {
  font-size: 2.6rem;
}

.release-card .when {
  font-family: var(--label);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.8rem;
}

.release-card.active .when {
  color: var(--teal);
}

.release-card p {
  margin-top: 0.8rem;
  font-size: 0.95rem;
}

/* ---------- art ---------- */
.art-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.art-piece figcaption {
  font-family: var(--label);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: var(--ink-soft);
  margin-top: 0.6rem;
}

.art-piece img {
  border: 1px solid var(--rule);
  background: #fff;
}

/* ---------- dark CTA / form sections ---------- */
.dark-cta {
  background: var(--ink);
  color: var(--paper);
}

.dark-cta .kicker {
  color: var(--paper);
}

.dark-cta h2 {
  font-size: clamp(2.4rem, 6vw, 3.8rem);
  margin-bottom: 1rem;
}

.dark-cta-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 4.5rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
}

.dark-cta p {
  color: #c9c7c2;
  margin-bottom: 1.2rem;
}

.form-field {
  margin-bottom: 1.25rem;
}

.form-field label {
  display: block;
  font-family: var(--label);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  margin-bottom: 0.4rem;
  color: #c9c7c2;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  background: #1d1e20;
  border: 1px solid #4a4c50;
  color: var(--paper);
  padding: 0.75rem 0.9rem;
  font-family: var(--body);
  font-size: 1rem;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 2px solid var(--paper);
  border-color: var(--paper);
}

.form-status {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: var(--teal);
}

/* ---------- about ---------- */
.about-grid {
  display: grid;
  grid-template-columns: minmax(240px, 340px) 1fr;
  gap: 3.5rem;
  align-items: start;
}

.about-grid img {
  border: 1px solid var(--rule);
}

.about-grid h1 {
  font-size: clamp(3rem, 8vw, 5rem);
  margin-bottom: 1.5rem;
}

.about-grid p {
  margin-bottom: 1.2rem;
}

.contact-links {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* ---------- cocktails ---------- */
.page-title {
  font-size: clamp(3.4rem, 11vw, 6.5rem);
  letter-spacing: 0.04em;
}

.book-hero {
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1fr;
  gap: 3rem;
  align-items: center;
}

.book-hero img {
  border: 1px solid var(--rule);
  box-shadow: 12px 12px 0 rgba(17, 18, 19, 0.12);
}

@media (max-width: 860px) {
  .book-hero {
    grid-template-columns: 1fr;
  }

  .book-hero img {
    max-width: 280px;
  }
}

.recipe-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem;
  margin-top: 2.5rem;
  align-items: start;
}

@media (max-width: 700px) {
  .recipe-grid {
    grid-template-columns: 1fr;
  }
}

.recipe-card {
  border: 1px solid var(--rule);
  background: #fff;
}

.recipe-card .photo {
  aspect-ratio: 4 / 5;
  width: 100%;
  object-fit: cover;
  display: block;
}

.recipe-card .body {
  padding: 1.4rem 1.5rem 1.6rem;
}

.recipe-part {
  font-family: var(--label);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.68rem;
  color: var(--teal-dark);
  margin-bottom: 0.5rem;
}

.recipe-card h3 {
  font-size: 2.1rem;
}

.recipe-tagline {
  font-style: italic;
  color: var(--ink-soft);
  font-size: 0.98rem;
  margin: 0.35rem 0 1rem;
}

.recipe-ingredients {
  list-style: none;
  font-size: 0.92rem;
  line-height: 1.55;
  border-left: 3px solid var(--ink);
  padding-left: 1rem;
  margin: 1rem 0;
}

.recipe-note,
.recipe-method {
  font-size: 0.92rem;
  color: var(--ink-soft);
  margin-top: 0.9rem;
}

.recipe-note {
  font-style: italic;
}

.recipe-blurb {
  font-size: 0.92rem;
  font-style: italic;
  color: var(--ink-soft);
  border-top: 1px solid var(--rule);
  margin-top: 1.2rem;
  padding-top: 1.1rem;
}

.recipe-blurb p {
  margin-bottom: 0.8rem;
}

.recipe-blurb p:last-child {
  margin-bottom: 0;
}

/* ---------- death by meeting ---------- */
.dbm-hero {
  text-align: center;
  max-width: 820px;
}

.dbm-hero h1 {
  font-size: clamp(3.6rem, 12vw, 7.5rem);
}

.dbm-hero .hero-sub {
  margin-bottom: 1.4rem;
}

.dbm-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-top: 2.5rem;
  font-family: var(--label);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
}

.dbm-meta span strong {
  display: block;
  font-family: var(--display);
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
}

.rulebook {
  max-width: 780px;
  margin: 0 auto;
}

.rulebook h1 {
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  margin-bottom: 0.5rem;
}

.rulebook h2 {
  font-size: 2rem;
  margin: 2.2em 0 0.6em;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--ink);
}

.rulebook h3 {
  font-family: var(--label);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1.05rem;
  margin: 1.6em 0 0.5em;
}

.rulebook p {
  margin: 0.7em 0;
}

.rulebook ul,
.rulebook ol {
  margin: 0.6em 0;
  padding-left: 1.5em;
}

.rulebook li {
  margin: 0.3em 0;
}

.rulebook hr {
  border: none;
  border-top: 1px solid var(--rule);
  margin: 2em 0;
}

.rulebook blockquote {
  margin: 0.9em 0;
  padding: 2px 16px;
  border-left: 3px solid var(--ink);
  color: var(--ink-soft);
}

.rulebook table {
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0;
  display: block;
  overflow-x: auto;
  font-size: 0.95rem;
}

.rulebook th,
.rulebook td {
  border: 1px solid var(--rule);
  padding: 7px 11px;
  text-align: left;
  vertical-align: top;
}

.rulebook th {
  background: var(--ink);
  color: var(--paper);
  font-family: var(--label);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  font-weight: 500;
}

.rulebook code {
  background: #eceae5;
  padding: 1px 5px;
  font-size: 0.9em;
}

/* ---------- footer ---------- */
.site-footer {
  text-align: center;
  font-size: 0.9rem;
  color: var(--ink-soft);
  margin-top: 2rem;
}

.footer-city {
  width: 100%;
  display: block;
}

.footer-meta {
  padding: 1.6rem 1.5rem 2.4rem;
}

.footer-tag {
  font-family: var(--label);
  font-weight: 500;
  letter-spacing: 0.42em;
  font-size: 0.72rem;
  margin-bottom: 0.5rem;
  color: var(--ink);
}

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  .about-grid,
  .dark-cta-inner,
  .releases {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 2.5rem;
  }

  .nav {
    justify-content: center;
    text-align: center;
  }

  .nav-links {
    justify-content: center;
    gap: 1rem 1.2rem;
  }
}

/* ---------- cocktail teaser cards + detail pages ---------- */
.card-link {
  display: block;
  text-decoration: none;
  transition: box-shadow 0.15s ease;
}

.card-link:hover {
  box-shadow: 8px 8px 0 rgba(17, 18, 19, 0.12);
}

.card-link:hover h3 {
  color: var(--teal-dark);
}

.card-link .recipe-tagline {
  margin-bottom: 0;
}

.back-link {
  font-family: var(--label);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.back-link:hover {
  border-bottom-color: var(--teal);
}

.cocktail-detail h1 {
  font-size: clamp(2.8rem, 8vw, 5rem);
  margin-bottom: 0.5rem;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(280px, 440px) 1fr;
  gap: 3.5rem;
  align-items: start;
}

.detail-grid img {
  border: 1px solid var(--rule);
  background: #fff;
}

.detail-grid .recipe-ingredients {
  font-size: 1rem;
  margin-top: 1.6rem;
}

.detail-grid .recipe-note,
.detail-grid .recipe-method {
  font-size: 1rem;
}

.detail-editorial {
  max-width: 680px;
  margin-top: 3.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--rule);
  font-style: italic;
  color: var(--ink-soft);
}

.detail-editorial p {
  margin-bottom: 1.2rem;
}

@media (max-width: 860px) {
  .detail-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
