:root {
  --color-bg: #f4ead8;
  --color-paper: #fff8e8;
  --color-ink: #11100d;
  --color-muted: #6d6252;
  --color-tomato: #e64b2e;
  --color-teal: #006f6b;
  --color-olive: #7a842d;
  --color-cobalt: #1747b8;
  --color-line: rgba(17, 16, 13, 0.22);
  --font-display: "Arial Narrow", "Arial Black", "Impact", system-ui, sans-serif;
  --font-heading: "Pretendard Variable", "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --space-page: clamp(18px, 4vw, 64px);
  --space-section: clamp(56px, 9vw, 132px);
  --radius-square: 0;
  --radius-cap: 999px;
  --shadow-hard: 8px 8px 0 var(--color-ink);
  --shadow-soft: 0 18px 48px rgba(17, 16, 13, 0.14);
  color: var(--color-ink);
  background: var(--color-bg);
  font-family: var(--font-body);
  word-break: keep-all;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(90deg, rgba(17, 16, 13, 0.035) 1px, transparent 1px) 0 0 / 32px 32px,
    radial-gradient(circle at 12% 20%, rgba(230, 75, 46, 0.14), transparent 24%),
    var(--color-bg);
  color: var(--color-ink);
  font-size: 16px;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

button {
  font: inherit;
}

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

.page-shell {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 0 var(--space-page);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 18px var(--space-page);
  border-bottom: 2px solid var(--color-ink);
  background: rgba(244, 234, 216, 0.92);
  backdrop-filter: blur(14px);
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  min-width: 54px;
  min-height: 54px;
  border: 2px solid var(--color-ink);
  border-radius: 50%;
  background: var(--color-tomato);
  color: var(--color-paper);
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: 0;
  text-decoration: none;
  box-shadow: 4px 4px 0 var(--color-ink);
}

.site-nav {
  justify-self: end;
}

.site-nav ul,
.track-list,
.notes-index {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a,
.ink-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-bottom: 2px solid transparent;
  color: var(--color-ink);
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a[aria-current="page"],
.ink-link:hover {
  border-color: var(--color-tomato);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 2px solid var(--color-ink);
  border-radius: 50%;
  background: var(--color-paper);
  color: var(--color-ink);
  cursor: pointer;
}

.nav-toggle::before {
  content: "☰";
  font-size: 22px;
  line-height: 1;
}

.nav-toggle[aria-expanded="true"]::before {
  content: "×";
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--color-tomato);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cap-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 2px solid var(--color-ink);
  border-radius: var(--radius-cap);
  background: var(--color-ink);
  color: var(--color-paper);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 4px 4px 0 var(--color-tomato);
  cursor: pointer;
}

.cap-button:hover {
  transform: translate(-1px, -1px);
}

.hero-home,
.page-hero,
.flavor-feature,
.ingredient-layout,
.editorial-pair {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: var(--space-section) 0;
}

.hero-copy h1,
.page-hero h1 {
  max-width: 860px;
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy h1 {
  font-size: clamp(54px, 9vw, 146px);
}

.page-hero {
  padding-block: clamp(56px, 7vw, 96px);
}

.page-hero h1 {
  font-size: clamp(52px, 7vw, 112px);
}

.hero-copy p,
.page-hero p,
.flavor-feature p,
.ingredient-layout p,
.editorial-pair p {
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--color-muted);
  font-size: clamp(18px, 2vw, 24px);
}

.hero-media {
  position: relative;
  min-height: clamp(420px, 50vw, 660px);
  border: 3px solid var(--color-ink);
  background: var(--color-teal);
  box-shadow: var(--shadow-hard);
  overflow: hidden;
}

.hero-media img,
.flavor-feature img,
.ingredient-layout img,
.editorial-pair img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media img {
  position: absolute;
  inset: 0;
  object-position: 66% 50%;
}

.hero-index {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border: 2px solid var(--color-ink);
  border-radius: 50%;
  background: var(--color-paper);
  color: var(--color-cobalt);
  font-family: var(--font-display);
  font-size: 36px;
  z-index: 2;
}

.receipt-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 2px solid var(--color-ink);
  background: var(--color-paper);
}

.receipt-strip > * {
  min-height: 120px;
  padding: 22px;
  border-right: 2px solid var(--color-ink);
}

.receipt-strip > *:last-child {
  border-right: 0;
}

.aftertaste,
.campaign-band {
  padding: var(--space-section) 0;
}

.aftertaste {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: center;
}

.track-visual {
  position: relative;
  width: min(100%, 620px);
  aspect-ratio: 1;
  border: 3px solid var(--color-ink);
  border-radius: 50%;
  background: var(--color-cobalt);
  box-shadow: var(--shadow-hard);
  overflow: hidden;
}

.track-visual > span {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 2px solid var(--color-ink);
  border-radius: 50%;
  background: var(--color-paper);
  color: var(--color-cobalt);
  font-family: var(--font-display);
  transform: translateX(-50%);
}

.track-visual [data-flavor-image] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 280ms ease, transform 420ms ease;
}

.track-visual [data-active="true"] {
  opacity: 1;
  transform: scale(1);
}

.track-list {
  display: grid;
  gap: 12px;
}

.track-actions {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.track-actions [data-flavor] {
  width: 100%;
  min-height: 68px;
  padding: 14px 18px;
  border: 2px solid var(--color-ink);
  border-radius: 0;
  background: var(--color-paper);
  color: var(--color-ink);
  font-weight: 900;
  text-align: left;
  justify-content: flex-start;
  cursor: pointer;
  box-shadow: 3px 3px 0 transparent;
}

.track-actions [data-flavor][aria-selected="true"],
.track-actions [data-flavor][data-state="active"] {
  background: var(--color-cobalt);
  color: var(--color-paper);
  box-shadow: 5px 5px 0 var(--color-tomato);
}

.track-display,
.campaign-band {
  border: 3px solid var(--color-ink);
  background: var(--color-paper);
  box-shadow: var(--shadow-hard);
}

.track-display {
  display: grid;
  align-content: end;
  min-height: 360px;
  padding: clamp(24px, 4vw, 54px);
}

[data-track-output-name] {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(38px, 6vw, 92px);
  line-height: 0.95;
  text-transform: uppercase;
}

[data-track-output-note] {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--color-muted);
  font-size: 20px;
}

.campaign-band {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding: clamp(26px, 5vw, 60px);
  background: var(--color-olive);
  color: var(--color-paper);
}

.campaign-band img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border: 2px solid var(--color-ink);
}

.campaign-band p {
  color: rgba(255, 248, 232, 0.84);
}

.editorial-pair {
  align-items: stretch;
}

.editorial-pair > * {
  border-top: 3px solid var(--color-ink);
  padding-top: 24px;
}

.flavor-feature {
  border-bottom: 2px solid var(--color-ink);
}

.flavor-feature figure,
.ingredient-layout figure,
.editorial-pair figure {
  margin: 0;
  min-height: 420px;
  border: 3px solid var(--color-ink);
  background: var(--color-paper);
  box-shadow: var(--shadow-hard);
  overflow: hidden;
}

.flavor-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(24px, 5vw, 72px);
  padding: var(--space-section) 0;
}

.flavor-grid .flavor-card:nth-child(2) {
  margin-top: 96px;
}

.flavor-card,
.journal-entry {
  border: 2px solid var(--color-ink);
  border-radius: var(--radius-square);
  background: var(--color-paper);
  box-shadow: 5px 5px 0 rgba(17, 16, 13, 0.95);
}

.flavor-card {
  display: grid;
  gap: 16px;
  padding: 28px;
}

.flavor-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 2px solid var(--color-ink);
}

.flavor-card figure,
.journal-entry figure {
  margin: 0;
}

.flavor-card h2,
.journal-entry h2,
.campaign-band h2,
.flavor-feature h2,
.ingredient-layout h2,
.editorial-pair h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(28px, 4vw, 56px);
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.flavor-card p,
.journal-entry p {
  margin: 0;
  color: var(--color-muted);
}

.notes-index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: var(--space-section) 0;
}

.journal-entry {
  padding: clamp(22px, 3vw, 38px);
}

.journal-entry--image {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
}

.journal-entry--image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.journal-entry:nth-child(3n + 1) {
  border-radius: 0 0 48px 0;
}

.journal-entry:nth-child(3n + 2) {
  background: var(--color-teal);
  color: var(--color-paper);
}

.journal-entry:nth-child(3n + 2) p {
  color: rgba(255, 248, 232, 0.78);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  margin-top: var(--space-section);
  padding: 28px var(--space-page);
  border-top: 2px solid var(--color-ink);
  color: var(--color-muted);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .hero-home,
  .page-hero,
  .flavor-feature,
  .ingredient-layout,
  .editorial-pair,
  .aftertaste,
  .journal-entry--image {
    grid-template-columns: 1fr;
  }

  .receipt-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flavor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flavor-grid .flavor-card:nth-child(2) {
    margin-top: 48px;
  }
}

@media (max-width: 768px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .site-nav {
    position: fixed;
    inset: 92px var(--space-page) auto;
    display: none;
    border: 2px solid var(--color-ink);
    background: var(--color-paper);
    box-shadow: var(--shadow-hard);
  }

  .site-nav.is-open,
  .site-nav[data-open="true"] {
    display: block;
  }

  .site-nav ul {
    display: grid;
    gap: 0;
  }

  .site-nav a {
    width: 100%;
    min-height: 58px;
    border-bottom: 2px solid var(--color-ink);
  }

  .site-nav li:last-child a {
    border-bottom: 0;
  }

  .hero-media,
  .flavor-feature figure,
  .ingredient-layout figure,
  .editorial-pair figure {
    min-height: 340px;
  }

  .campaign-band,
  .site-footer,
  .notes-index {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 390px) {
  :root {
    --space-page: 20px;
    --space-section: 44px;
  }

  .hero-copy h1,
  .page-hero h1 {
    font-size: 46px;
  }

  .page-hero h1 {
    font-size: 40px;
  }

  .receipt-strip,
  .flavor-grid {
    grid-template-columns: 1fr;
  }

  .flavor-grid .flavor-card:nth-child(2) {
    margin-top: 0;
  }

  .receipt-strip > * {
    border-right: 0;
    border-bottom: 2px solid var(--color-ink);
  }

  .receipt-strip > *:last-child {
    border-bottom: 0;
  }

  .brand-mark {
    min-width: 48px;
    min-height: 48px;
  }
}

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* --------------------------------------------------------------------------
   SIDE B HOME — reference-aligned editorial poster
   -------------------------------------------------------------------------- */

.home-page {
  --home-cream: #f3ead7;
  --home-ink: #12120f;
  --home-blue: #184aa6;
  --home-red: #e85636;
  --home-green: #a7ad55;
  overflow-x: hidden;
  background: var(--home-cream);
  color: var(--home-ink);
}

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

.home-page .skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border: 1px solid var(--home-ink);
  background: var(--home-cream);
  color: var(--home-ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
}

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

.home-page .home-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.home-page [data-reveal],
.home-page [data-reveal].is-visible {
  opacity: 1;
  transform: none;
  transition: none;
}

.home-page .home-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 88px;
  padding: 24px clamp(24px, 3vw, 48px);
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.home-page .brand-mark {
  justify-self: start;
  display: inline-block;
  min-width: 0;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--home-ink);
  font-family: Haettenschweiler, Impact, "Arial Narrow", sans-serif;
  font-size: clamp(22px, 2.1vw, 32px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.025em;
  box-shadow: none;
  transform: scaleX(0.76);
  transform-origin: left center;
}

.home-page .brand-mark strong {
  font-weight: 400;
}

.home-page .site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.2vw, 54px);
}

.home-page .site-nav a,
.home-page .header-cart {
  width: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  color: var(--home-ink);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1;
  text-decoration: none;
}

.home-page .site-nav a:hover,
.home-page .site-nav a:focus-visible {
  color: var(--home-red);
}

.home-page .header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
}

.home-page .nav-toggle {
  border-radius: 0;
  box-shadow: none;
}

.home-page .hero-home {
  position: relative;
  display: block;
  min-height: clamp(720px, 68vw, 990px);
  margin: 0;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background: var(--home-cream);
}

.home-page .hero-media {
  position: absolute;
  inset: 0;
  z-index: 2;
  min-height: 0;
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.home-page .hero-media img {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  object-position: center center;
  mix-blend-mode: normal;
  filter: saturate(0.94) contrast(1.03);
}

.home-page .hero-number {
  display: none;
}

.home-page .hero-copy {
  position: absolute;
  z-index: 4;
  left: clamp(24px, 3vw, 48px);
  bottom: clamp(58px, 7vw, 106px);
  width: min(43vw, 610px);
}

.home-page .hero-copy h1 {
  max-width: none;
  margin: 0;
  font-family: Haettenschweiler, Impact, "Arial Narrow", sans-serif;
  font-size: clamp(56px, 6.25vw, 94px);
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  transform: scaleX(0.74);
  transform-origin: left bottom;
  width: 135%;
}

.home-page .hero-copy h1 span {
  display: block;
  white-space: nowrap;
}

.home-page .hero-kicker {
  margin: clamp(18px, 2vw, 30px) 0 0;
  color: var(--home-ink);
  font-family: var(--font-heading);
  font-size: clamp(15px, 1.35vw, 20px);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.home-page .receipt-strip {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: 1.05fr 1fr 1.15fr 0.8fr 1fr;
  width: 100%;
  min-height: 86px;
  margin: 0;
  padding: 0 clamp(16px, 2vw, 34px);
  border-top: 1px solid rgba(18, 18, 15, 0.55);
  border-bottom: 1px solid rgba(18, 18, 15, 0.55);
  background: #f1e8d5;
  box-shadow: 0 7px 20px rgba(18, 18, 15, 0.05);
}

.home-page .receipt-cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 14px clamp(12px, 2.2vw, 36px);
  border: 0;
  border-right: 1px dashed rgba(18, 18, 15, 0.52);
  color: var(--home-ink);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: clamp(9px, 0.8vw, 12px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-transform: uppercase;
}

.home-page .receipt-cell:last-child {
  border-right: 0;
}

.home-page .receipt-cell--accent {
  color: var(--home-red);
}

.home-page .receipt-cell--number {
  align-items: center;
  font-family: Georgia, serif;
  font-size: clamp(11px, 1vw, 15px);
  font-weight: 400;
  text-transform: none;
}

.home-page .aftertaste {
  display: block;
  min-height: 0;
  margin: 0;
  padding: clamp(58px, 5vw, 76px) 24px clamp(68px, 6vw, 92px);
  background: var(--home-cream);
  text-align: center;
}

.home-page .track-header h2 {
  margin: 0;
  font-family: Haettenschweiler, Impact, "Arial Narrow", sans-serif;
  font-size: clamp(42px, 4.2vw, 64px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.025em;
  transform: scaleX(0.76);
}

.home-page .orbit {
  position: relative;
  width: min(410px, 68vw);
  aspect-ratio: 1;
  margin: clamp(36px, 3.5vw, 52px) auto 0;
}

.home-page .orbit-ring {
  position: absolute;
  inset: 50% auto auto 50%;
  display: block;
  aspect-ratio: 1;
  border: 1px dashed rgba(18, 18, 15, 0.32);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.home-page .orbit-ring--outer {
  width: 82%;
}

.home-page .orbit-ring--inner {
  width: 59%;
}

.home-page .orbit-center {
  position: absolute;
  z-index: 3;
  inset: 50% auto auto 50%;
  display: grid;
  place-content: center;
  width: 36%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--home-blue);
  color: #fffaf0;
  font-family: Haettenschweiler, Impact, "Arial Narrow", sans-serif;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-decoration: none;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, background 180ms ease;
}

.home-page .orbit-center:hover,
.home-page .orbit-center:focus-visible {
  background: #103b8d;
  transform: translate(-50%, -50%) rotate(-3deg);
}

.home-page .orbit-center span {
  display: block;
}

.home-page .orbit-node {
  --node-color: #52631e;
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 5px;
  border: 0;
  background: transparent;
  color: var(--home-ink);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: clamp(9px, 0.82vw, 12px);
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

button.home-page .orbit-node,
.home-page button.orbit-node {
  cursor: pointer;
}

.home-page .orbit-node > span {
  display: block;
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--node-color);
  box-shadow: 0 0 0 2px var(--home-cream);
}

.home-page .orbit-node[aria-selected="true"] {
  color: var(--home-blue);
}

.home-page .orbit-node[aria-selected="true"] > span {
  box-shadow: 0 0 0 3px var(--home-cream), 0 0 0 5px var(--home-blue);
}

.home-page .node-top {
  --node-color: #e36a20;
  top: -5px;
  left: 50%;
  flex-direction: column-reverse;
  transform: translateX(-50%);
}

.home-page .node-upper-right {
  --node-color: #b83a20;
  top: 24%;
  right: -5%;
}

.home-page .node-lower-right {
  --node-color: #64721f;
  right: 1%;
  bottom: 23%;
}

.home-page .node-bottom {
  --node-color: #1d5a55;
  bottom: -8px;
  left: 50%;
  flex-direction: column;
  transform: translateX(-50%);
}

.home-page .node-lower-left {
  --node-color: #2b6660;
  bottom: 23%;
  left: 0;
  flex-direction: row-reverse;
}

.home-page .node-upper-left {
  --node-color: #7b8128;
  top: 24%;
  left: -4%;
  flex-direction: row-reverse;
}

.home-page .campaign-band {
  display: block;
  width: 100%;
  height: clamp(410px, 40vw, 600px);
  margin: 0;
  padding: 0;
  border: 0;
  background: #111;
  box-shadow: none;
  overflow: hidden;
}

.home-page .campaign-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  filter: saturate(0.94) contrast(1.06);
}

.home-page .editorial-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(18, 18, 15, 0.42);
  border-bottom: 1px solid rgba(18, 18, 15, 0.42);
}

.home-page .editorial-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(170px, 0.88fr);
  min-height: clamp(390px, 31vw, 470px);
  padding: clamp(36px, 4vw, 62px) clamp(26px, 3.5vw, 54px);
  overflow: hidden;
  border-top: 0;
  color: var(--home-ink);
}

.home-page .journal-card {
  border-right: 1px solid rgba(18, 18, 15, 0.42);
  background: #f3ead7;
}

.home-page .about-card {
  background: var(--home-green);
}

.home-page .editorial-copy {
  position: relative;
  z-index: 3;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.home-page .editorial-kicker {
  display: flex;
  justify-content: space-between;
  max-width: 170px;
  margin: 0 0 28px;
  color: var(--home-red);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.home-page .about-card .editorial-kicker {
  color: var(--home-ink);
}

.home-page .editorial-card h2 {
  margin: 0;
  font-family: Haettenschweiler, Impact, "Arial Narrow", sans-serif;
  font-size: clamp(44px, 4.1vw, 66px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.025em;
  transform: scaleX(0.76);
  transform-origin: left top;
  width: 132%;
}

.home-page .editorial-card .editorial-copy > p:not(.editorial-kicker) {
  max-width: 320px;
  margin: 22px 0 24px;
  color: rgba(18, 18, 15, 0.82);
  font-size: 13px;
  line-height: 1.45;
}

.home-page .editorial-card .ink-link {
  align-self: flex-start;
  min-height: 0;
  margin-top: auto;
  padding: 0 0 4px;
  border-bottom: 1px solid currentColor;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
}

.home-page .editorial-illustration {
  position: absolute;
  z-index: 1;
  right: 1%;
  bottom: 0;
  width: 43%;
  height: 94%;
  border: 0;
  object-fit: contain;
  object-position: right bottom;
  mix-blend-mode: normal;
}

.home-page .about-card .editorial-illustration {
  right: 0;
  width: 50%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
}

.home-page .home-footer {
  display: block;
  margin: 0;
  padding: 0 clamp(24px, 3.2vw, 50px);
  border: 0;
  background: var(--home-cream);
  color: var(--home-ink);
}

.home-page .footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(360px, 1.15fr) minmax(240px, 0.8fr);
  gap: clamp(28px, 4vw, 72px);
  align-items: center;
  min-height: 300px;
  padding: 42px 0 32px;
}

.home-page .footer-wordmark {
  display: flex;
  flex-direction: column;
  color: var(--home-ink);
  font-family: Haettenschweiler, Impact, "Arial Narrow", sans-serif;
  font-size: clamp(62px, 7.8vw, 116px);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.04em;
  text-decoration: none;
  transform: scaleX(0.72);
  transform-origin: left center;
  width: 138%;
}

.home-page .footer-wordmark span:last-child {
  letter-spacing: 0.04em;
  margin-top: 0.03em;
}

.home-page .footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.home-page .footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home-page .footer-links a {
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.025em;
  text-decoration: none;
}

.home-page .footer-links a:hover {
  color: var(--home-blue);
}

.home-page .footer-art {
  justify-self: end;
  width: min(100%, 330px);
  max-height: 230px;
  object-fit: contain;
  mix-blend-mode: normal;
}

.home-page .footer-legal {
  display: grid;
  grid-template-columns: 1.25fr 1.35fr 0.8fr 0.8fr 1fr;
  gap: 16px;
  align-items: center;
  padding: 17px 0 20px;
  border-top: 1px solid rgba(18, 18, 15, 0.54);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.035em;
}

.home-page .footer-legal p {
  margin: 0;
}

.home-page .footer-legal a {
  justify-self: center;
  color: inherit;
  text-decoration: none;
}

.home-page .footer-legal a:last-child {
  justify-self: end;
}

@media (max-width: 1024px) {
  .home-page .home-header {
    grid-template-columns: 1fr auto 1fr;
  }

  .home-page .hero-home {
    min-height: clamp(700px, 76vw, 820px);
  }

  .home-page .hero-copy {
    width: min(47vw, 470px);
  }

  .home-page .hero-copy h1 {
    font-size: clamp(54px, 7vw, 72px);
  }

  .home-page .receipt-strip {
    grid-template-columns: 1.05fr 1fr 1.15fr 0.8fr 1fr;
  }

  .home-page .editorial-card {
    grid-template-columns: 1fr;
    min-height: 430px;
  }

  .home-page .editorial-card h2 {
    font-size: clamp(44px, 5vw, 58px);
  }

  .home-page .footer-main {
    grid-template-columns: 0.9fr 1.2fr 0.75fr;
  }
}

@media (max-width: 768px) {
  .home-page .home-header {
    position: absolute;
    grid-template-columns: 1fr auto;
    min-height: 70px;
    padding: 18px 20px;
  }

  .home-page .brand-mark {
    font-size: 24px;
  }

  .home-page .header-cart {
    display: none;
  }

  .home-page .nav-toggle {
    display: inline-grid;
    width: auto;
    height: 34px;
    padding: 0 10px;
    border: 1px solid var(--home-ink);
    background: var(--home-cream);
    color: var(--home-ink);
    font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
    font-size: 10px;
    font-weight: 800;
  }

  .home-page .nav-toggle::before {
    content: none;
  }

  .home-page .site-nav {
    position: fixed;
    inset: 64px 16px auto;
    z-index: 40;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    border: 1px solid var(--home-ink);
    background: var(--home-cream);
    box-shadow: 5px 5px 0 var(--home-blue);
  }

  .home-page .site-nav.is-open,
  .home-page .site-nav[data-open="true"] {
    display: grid;
  }

  .home-page .site-nav a {
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
    border-bottom: 1px solid rgba(18, 18, 15, 0.4);
  }

  .home-page .site-nav a:last-child {
    border-bottom: 0;
  }

  .home-page .hero-home {
    min-height: 735px;
  }

  .home-page .hero-media {
    inset: 0;
    min-height: 0;
  }

  .home-page .hero-media img {
    object-position: 62% center;
  }

  .home-page .hero-number {
    top: 86px;
    right: -18px;
    font-size: clamp(220px, 66vw, 300px);
  }

  .home-page .hero-copy {
    left: 20px;
    bottom: 46px;
    width: calc(100% - 40px);
  }

  .home-page .hero-copy h1 {
    font-size: clamp(48px, 13vw, 68px);
    line-height: 0.86;
  }

  .home-page .hero-kicker {
    margin-top: 18px;
    font-size: 15px;
  }

  .home-page .receipt-strip {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(160px, 42vw);
    min-height: 78px;
    padding: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .home-page .receipt-strip::-webkit-scrollbar {
    display: none;
  }

  .home-page .receipt-cell {
    border-right: 1px dashed rgba(18, 18, 15, 0.52);
    border-bottom: 0;
    padding: 13px 18px;
    font-size: 9px;
  }

  .home-page .aftertaste {
    min-height: 570px;
    padding: 66px 16px 88px;
  }

  .home-page .track-header h2 {
    font-size: 43px;
  }

  .home-page .orbit {
    width: min(330px, 86vw);
    margin-top: 48px;
  }

  .home-page .orbit-node {
    gap: 6px;
    font-size: 8px;
  }

  .home-page .orbit-node > span {
    width: 10px;
    height: 10px;
  }

  .home-page .node-upper-right {
    right: -3%;
  }

  .home-page .node-upper-left {
    left: -3%;
  }

  .home-page .campaign-band {
    height: 390px;
  }

  .home-page .campaign-band img {
    object-position: 52% center;
  }

  .home-page .editorial-pair {
    grid-template-columns: 1fr;
  }

  .home-page .editorial-card {
    grid-template-columns: minmax(0, 1.08fr) minmax(150px, 0.92fr);
    align-items: stretch;
    min-height: 410px;
    padding: 36px 0 36px 26px;
  }

  .home-page .editorial-copy {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    padding-right: 14px;
  }

  .home-page .journal-card {
    border-right: 0;
    border-bottom: 1px solid rgba(18, 18, 15, 0.42);
  }

  .home-page .editorial-card h2 {
    font-size: 49px;
    width: 122%;
    transform: scaleX(0.82);
  }

  .home-page .editorial-illustration {
    position: relative;
    right: auto;
    bottom: auto;
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    width: 100%;
    height: 100%;
    max-height: 338px;
    object-fit: contain;
    object-position: center bottom;
  }

  .home-page .about-card .editorial-illustration {
    right: auto;
    width: 108%;
    height: 108%;
    max-height: 374px;
    margin-left: -8%;
    object-fit: contain;
    object-position: right bottom;
  }

  .home-page .home-footer {
    padding: 0 22px;
  }

  .home-page .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
    min-height: 0;
    padding: 46px 0 34px;
  }

  .home-page .footer-wordmark {
    grid-column: 1 / -1;
    font-size: 78px;
  }

  .home-page .footer-links {
    gap: 16px;
  }

  .home-page .footer-art {
    width: 100%;
  }

  .home-page .footer-legal {
    grid-template-columns: 1fr 1fr;
    gap: 10px 14px;
    font-size: 8px;
  }

  .home-page .footer-legal a,
  .home-page .footer-legal a:last-child {
    justify-self: start;
  }
}

@media (max-width: 430px) {
  .home-page .hero-home {
    min-height: 690px;
  }

  .home-page .hero-media img {
    object-position: 63% center;
  }

  .home-page .hero-copy h1 {
    font-size: 48px;
  }

  .home-page .hero-number {
    top: 90px;
    right: -20px;
    font-size: 245px;
  }

  .home-page .receipt-strip {
    grid-auto-columns: 172px;
  }

  .home-page .editorial-card {
    min-height: 390px;
    grid-template-columns: minmax(0, 1.04fr) minmax(138px, 0.96fr);
    padding-left: 22px;
  }

  .home-page .editorial-card h2 {
    font-size: 40px;
  }

  .home-page .editorial-card .editorial-copy > p:not(.editorial-kicker) {
    max-width: 210px;
    font-size: 12px;
  }

  .home-page .footer-main {
    grid-template-columns: 1fr;
  }

  .home-page .footer-links {
    grid-column: 1;
  }

  .home-page .footer-art {
    grid-column: 1;
    justify-self: end;
    width: 78%;
  }
}
