:root {
  --bg: #080807;
  --panel: #11110f;
  --panel-2: #181713;
  --ink: #fff7ec;
  --muted: #d2c2ad;
  --line: rgba(247, 241, 232, 0.16);
  --red: #d73027;
  --ember: #f26a21;
  --green: #76b947;
  --gold: #d9b36a;
  --steel: #8ca0a6;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(120deg, rgba(215, 48, 39, 0.12), transparent 34%),
    linear-gradient(220deg, rgba(118, 185, 71, 0.08), transparent 30%),
    var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link,
.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;
}

.skip-link:focus {
  width: auto;
  height: auto;
  margin: 1rem;
  padding: 0.75rem 1rem;
  clip: auto;
  z-index: 100;
  background: var(--ink);
  color: var(--bg);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem clamp(1rem, 4vw, 3rem);
  border-bottom: 1px solid var(--line);
  background: rgba(8, 8, 7, 0.84);
  backdrop-filter: blur(18px);
}

.brand {
  min-width: 0;
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 8px;
}

.brand-copy {
  display: grid;
  gap: 0.1rem;
  line-height: 1;
  min-width: 0;
}

.brand-copy strong {
  color: var(--ink);
  font-size: clamp(0.86rem, 1.25vw, 1.12rem);
  white-space: normal;
}

.brand-copy em {
  color: var(--ember);
  font-style: normal;
}

.brand-copy small {
  color: var(--gold);
  font-size: clamp(0.65rem, 1vw, 0.78rem);
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.site-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.68rem;
  border: 1px solid transparent;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--ink);
  border-color: rgba(242, 106, 33, 0.35);
  background: rgba(242, 106, 33, 0.08);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 70px));
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  align-items: end;
  gap: clamp(1rem, 4vw, 4rem);
  padding: clamp(3rem, 6vw, 5.5rem) clamp(1rem, 5vw, 4rem);
}

.hero-home {
  grid-template-columns: minmax(0, 760px);
  align-items: center;
}

.hero-video,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
  opacity: 0.54;
  filter: saturate(1.25) contrast(1.12);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 8, 7, 0.96) 0%, rgba(8, 8, 7, 0.74) 46%, rgba(8, 8, 7, 0.22) 100%),
    linear-gradient(0deg, rgba(8, 8, 7, 0.96), transparent 42%);
}

.hero-content,
.hero-product {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 850px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.8rem;
  color: var(--ember);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
}

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

h1 {
  max-width: 11ch;
  margin-bottom: 1rem;
  font-size: clamp(2.85rem, 7.4vw, 5.9rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 0 30px rgba(242, 106, 33, 0.22), 0 2px 0 rgba(0, 0, 0, 0.45);
  text-wrap: balance;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.7rem, 3.2vw, 3.45rem);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 0 24px rgba(242, 106, 33, 0.16), 0 1px 0 rgba(0, 0, 0, 0.45);
  text-wrap: balance;
}

h3 {
  color: var(--ink);
  font-size: 1.06rem;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

.hero-copy {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
}

.hero-actions,
.section-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.68rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
.filter-button:hover {
  transform: translateY(-2px);
}

.button-primary {
  border-color: rgba(215, 48, 39, 0.8);
  background: linear-gradient(135deg, var(--red), var(--ember));
  box-shadow: 0 14px 42px rgba(215, 48, 39, 0.28);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.06);
}

.button-ghost:hover {
  border-color: rgba(217, 179, 106, 0.62);
  background: rgba(217, 179, 106, 0.1);
}

.hero-product {
  align-self: end;
  padding: 1rem;
  border: 1px solid rgba(247, 241, 232, 0.18);
  border-radius: 8px;
  background: rgba(17, 17, 15, 0.72);
  box-shadow: var(--shadow);
}

.hero-product img {
  width: min(100%, 300px);
  margin-inline: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 6px;
}

.hero-product div {
  display: grid;
  gap: 0.15rem;
  margin-top: 1rem;
}

.hero-product span,
.spotlight-card span,
.flavor-card span,
.site-footer span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-product strong {
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}

.hero-product small {
  color: var(--gold);
  font-weight: 800;
}

.section {
  padding: clamp(2.4rem, 5vw, 4.6rem) clamp(1rem, 5vw, 4rem);
}

.band {
  border-block: 1px solid var(--line);
  background: rgba(17, 17, 15, 0.72);
}

.band-tight {
  padding-block: 0.9rem;
}

.split-section {
  display: grid;
  grid-template-columns: 0.6fr 1.2fr;
  gap: clamp(1.4rem, 4vw, 4rem);
}

.split-copy {
  max-width: 780px;
}

.split-copy p,
.editorial p,
.cta-panel p,
.page-hero p {
  color: var(--muted);
  font-size: 1.06rem;
}

.feature-cards,
.values-grid,
.form-layout,
.info-grid,
.support-grid,
.proof-strip,
.pipeline-grid,
.retail-program {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.feature-cards article,
.values-grid article,
.info-grid article,
.support-grid article,
.proof-strip article,
.pipeline-grid article,
.program-card,
.ff-form,
.flavor-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
}

.feature-cards article,
.values-grid article,
.info-grid article,
.support-grid article,
.proof-strip article,
.pipeline-grid article,
.program-card {
  min-height: 190px;
  padding: 1.1rem;
}

.feature-cards i,
.values-grid i,
.info-grid i,
.pipeline-grid i,
.support-grid i,
.form-head i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  border: 1px solid rgba(242, 106, 33, 0.42);
  border-radius: 6px;
  color: var(--ember);
  background: rgba(242, 106, 33, 0.1);
}

.feature-cards p,
.values-grid p,
.info-grid p,
.support-grid p,
.proof-strip p,
.pipeline-grid span,
.program-card p,
.flavor-card p {
  color: var(--muted);
}

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

.story-panel {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1fr);
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.014));
}

.story-panel-large {
  grid-column: 1 / -1;
  grid-template-columns: minmax(320px, 1fr) minmax(0, 0.9fr);
}

.story-panel img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  background: #050504;
}

.story-panel div {
  padding: clamp(1rem, 3vw, 2rem);
}

.story-panel p {
  color: var(--muted);
}

.info-grid {
  grid-template-columns: repeat(4, 1fr);
}

.info-grid strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1.05rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.proof-strip {
  grid-template-columns: repeat(3, 1fr);
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
  background: rgba(17, 17, 15, 0.58);
  border-bottom: 1px solid var(--line);
}

.proof-strip span,
.launch-steps span {
  color: var(--ember);
  font-weight: 950;
}

.about-visual-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(17, 17, 15, 0.42);
}

.about-visual-band img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0a0a09;
}

.about-visual-band p {
  color: var(--muted);
}

.about-brand-system {
  grid-template-columns: minmax(340px, 1.15fr) minmax(280px, 0.85fr);
  align-items: start;
}

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

.brand-board-grid img,
.about-brand-system > img {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #070706;
  box-shadow: var(--shadow);
}

.craft-lab {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: clamp(1.2rem, 4vw, 3.5rem);
  align-items: center;
  border-block: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(215, 48, 39, 0.16), transparent 44%),
    rgba(17, 17, 15, 0.42);
}

.craft-copy p {
  color: var(--muted);
  font-size: 1.06rem;
}

.craft-bullets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.craft-bullets span {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(8, 8, 7, 0.62);
  color: var(--ink);
  font-weight: 900;
  text-transform: uppercase;
}

.craft-bullets i {
  color: var(--ember);
}

.about-video-frame {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border: 1px solid rgba(242, 106, 33, 0.32);
  border-radius: 8px;
  background: #030303;
  box-shadow: var(--shadow);
}

.about-video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 8, 7, 0.32), transparent 45%);
  pointer-events: none;
}

.about-video-frame video {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

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

.process-grid article {
  min-height: 230px;
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
}

.process-grid i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  border: 1px solid rgba(242, 106, 33, 0.42);
  border-radius: 6px;
  color: var(--ember);
  background: rgba(242, 106, 33, 0.1);
}

.process-grid p {
  color: var(--muted);
}

.section-heading {
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.section-heading div {
  max-width: 780px;
}

.section-heading a {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

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

.video-grid {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(420px, 746px) minmax(180px, 240px);
  gap: 1rem;
  max-width: 1260px;
  margin-inline: auto;
  justify-content: center;
  align-items: stretch;
}

.spotlight-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.spotlight-card img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  transition: transform 420ms ease;
}

.spotlight-card:hover img {
  transform: scale(1.04);
}

.spotlight-card div {
  position: absolute;
  inset: auto 0 0;
  padding: 1.3rem;
  background: linear-gradient(0deg, rgba(8, 8, 7, 0.94), transparent);
}

.spotlight-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.video-wall {
  background: linear-gradient(180deg, transparent, rgba(215, 48, 39, 0.08), transparent);
}

.launch-map {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: stretch;
  background: rgba(8, 8, 7, 0.6);
}

.launch-copy p {
  max-width: 700px;
  color: var(--muted);
}

.launch-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.launch-steps div {
  display: grid;
  align-content: center;
  min-height: 210px;
  gap: 0.4rem;
  padding: 1rem;
  background: var(--panel);
}

.launch-steps strong {
  font-size: 1.4rem;
  text-transform: uppercase;
}

.launch-steps small {
  color: var(--muted);
  font-weight: 800;
}

.flavor-pipeline {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: start;
}

.flavor-pipeline > div > p {
  color: var(--muted);
}

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

.pipeline-grid article {
  min-height: 170px;
}

.pipeline-grid strong,
.program-card h2 {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1.1rem;
  line-height: 1.04;
  text-transform: uppercase;
}

.pipeline-grid span {
  display: block;
  font-weight: 750;
}

.showcase-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: center;
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
  border-bottom: 1px solid var(--line);
  background: rgba(17, 17, 15, 0.4);
}

.showcase-note p {
  color: var(--muted);
}

.mini-roadmap {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0.65rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  text-align: center;
}

.mini-roadmap span {
  font-weight: 950;
  text-transform: uppercase;
}

.mini-roadmap i {
  color: var(--ember);
}

.video-grid video {
  width: 100%;
  height: 420px;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: black;
}

.video-grid .video-wide {
  aspect-ratio: 16 / 9;
}

.cta-panel {
  margin: clamp(1rem, 4vw, 4rem);
  padding: clamp(1.5rem, 4vw, 3rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  border: 1px solid rgba(242, 106, 33, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(215, 48, 39, 0.2), rgba(118, 185, 71, 0.12)),
    var(--panel);
}

.cta-panel div {
  max-width: 850px;
}

.page-hero {
  min-height: 56vh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.75fr);
  align-items: center;
  gap: clamp(1.5rem, 5vw, 5rem);
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 4rem);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(215, 48, 39, 0.18), transparent 45%),
    linear-gradient(45deg, rgba(118, 185, 71, 0.1), transparent 38%);
}

.page-hero h1 {
  max-width: 12ch;
  font-size: clamp(2.55rem, 5.4vw, 5rem);
}

.page-hero img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-hero img {
  object-fit: contain;
  background: transparent;
  padding: clamp(0.6rem, 1.5vw, 1rem);
}

.retail-hero img,
.showcase-hero img,
.contact-hero img {
  object-position: center;
}

.facebook-band {
  padding: 0 clamp(1rem, 5vw, 4rem) clamp(3rem, 7vw, 6rem);
}

.facebook-band > a {
  display: grid;
  grid-template-columns: 190px 92px minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.2rem, 3vw, 2.5rem);
  min-height: 300px;
  padding: clamp(1.6rem, 4vw, 3rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .15);
  border-left: 8px solid #1877f2;
  border-radius: 8px;
  background:
    linear-gradient(110deg, rgba(24, 119, 242, .24), rgba(215, 48, 39, .12) 55%, rgba(118, 185, 71, .08)),
    #111113;
  box-shadow: var(--shadow);
  color: var(--text);
  text-decoration: none;
}

.facebook-band > a:hover {
  border-color: rgba(24, 119, 242, .75);
  background:
    linear-gradient(110deg, rgba(24, 119, 242, .32), rgba(215, 48, 39, .16) 55%, rgba(118, 185, 71, .12)),
    #151517;
}

.facebook-band img {
  width: 100%;
  max-height: 190px;
  object-fit: contain;
}

.facebook-band-icon {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #1877f2;
  color: #fff;
  font-size: 2.8rem;
  box-shadow: 0 12px 36px rgba(24, 119, 242, .3);
}

.facebook-band-copy {
  display: grid;
  justify-items: start;
  max-width: 760px;
}

.facebook-band-copy small {
  color: #6da9f8;
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.facebook-band-copy strong {
  margin-top: .5rem;
  color: #fff;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
}

.facebook-band-copy em {
  margin-top: .8rem;
  color: #c9c7c2;
  font-size: .96rem;
  font-style: normal;
  line-height: 1.6;
}

.facebook-band-copy b {
  margin-top: 1.1rem;
  padding: .72rem 1rem;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 4px;
  background: #1877f2;
  color: #fff;
  font-size: .78rem;
}

.retail-hero img {
  object-fit: contain;
  background: #070706;
}

.retail-showcase {
  display: grid;
  gap: 1rem;
}

.retail-program {
  grid-template-columns: repeat(3, 1fr);
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.program-card span {
  color: var(--ember);
  font-weight: 950;
}

.program-card h2 {
  font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.retail-feature {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
}

.retail-feature:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.75fr);
}

.retail-feature:nth-child(even) img {
  order: 2;
}

.retail-feature img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0a0a09;
}

.retail-feature p {
  color: var(--muted);
}

.retail-list {
  display: grid;
  gap: 0.45rem;
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
  font-weight: 750;
}

.retail-list li::marker {
  color: var(--ember);
}

.retail-swag .section-heading p,
.retail-materials > div > p,
.retail-sheet-feature p {
  color: var(--muted);
}

.retail-image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.retail-image-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
}

.retail-image-grid img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
  background: #0a0a09;
}

.retail-image-grid h3,
.retail-image-grid p {
  margin-inline: 1rem;
}

.retail-image-grid h3 {
  margin-top: 1rem;
}

.retail-image-grid p {
  margin-bottom: 1.1rem;
  color: var(--muted);
}

.retail-materials {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: start;
  border-block: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(215, 48, 39, 0.14), transparent 45%),
    rgba(17, 17, 15, 0.42);
}

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

.material-grid article {
  min-height: 190px;
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(8, 8, 7, 0.52);
}

.material-grid i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  border: 1px solid rgba(242, 106, 33, 0.42);
  border-radius: 6px;
  color: var(--ember);
  background: rgba(242, 106, 33, 0.1);
}

.material-grid p {
  color: var(--muted);
}

.retail-sheet-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 0.78fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: center;
}

.retail-sheet-feature img {
  width: 100%;
  max-height: 720px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #070706;
  box-shadow: var(--shadow);
}

.support-grid {
  grid-template-columns: repeat(3, 1fr);
}

.editorial {
  max-width: 1080px;
  margin-inline: auto;
}

.editorial .lead {
  color: var(--ink);
  font-size: clamp(1.35rem, 2.8vw, 2.2rem);
  line-height: 1.18;
}

.values-grid {
  grid-template-columns: repeat(4, 1fr);
}

.collection-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding-bottom: 0;
}

.filter-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
  color: var(--muted);
  font-weight: 950;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.filter-button.is-active {
  color: var(--ink);
  border-color: rgba(242, 106, 33, 0.8);
  background: rgba(242, 106, 33, 0.12);
}

.flavor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.flavor-card {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  display: flex;
  flex-direction: column;
}

.flavor-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 3px solid var(--accent, var(--ember));
  pointer-events: none;
}

.flavor-image {
  width: 100%;
  height: 315px;
  flex: 0 0 315px;
  object-fit: cover;
  object-position: center;
  background: #050505;
}

.flavor-logo {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 118px;
  height: 88px;
  display: grid;
  place-items: center;
  padding: 0.42rem;
  border: 1px solid rgba(247, 241, 232, 0.16);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent),
    rgba(8, 8, 7, 0.9);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.32);
}

.flavor-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flavor-body {
  flex: 1 1 auto;
  padding: 0.85rem;
  background: rgba(8, 8, 7, 0.92);
  min-height: 175px;
  display: grid;
  grid-template-rows: auto auto auto auto 1fr;
  align-content: start;
}

.flavor-card h3 {
  margin-bottom: 0.45rem;
}

.flavor-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0.65rem 0 0.85rem;
}

.flavor-tags b {
  padding: 0.25rem 0.45rem;
  border: 1px solid rgba(247, 241, 232, 0.12);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.flavor-card button {
  width: 100%;
}

.flavor-card .button {
  width: 100%;
  align-self: end;
  margin-top: auto;
}

.flavor-card .button-ghost:hover {
  color: #070706;
  border-color: var(--accent, var(--ember));
  background: var(--accent, var(--ember));
  box-shadow: 0 12px 28px color-mix(in srgb, var(--accent, var(--ember)) 34%, transparent);
}

.flavor-dialog {
  width: min(980px, calc(100vw - 2rem));
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: var(--ink);
}

.flavor-dialog::backdrop {
  background: rgba(0, 0, 0, 0.76);
  backdrop-filter: blur(8px);
}

.dialog-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(8, 8, 7, 0.9);
  color: var(--ink);
}

.dialog-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) 1fr;
}

.dialog-layout img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.dialog-copy {
  padding: clamp(1.5rem, 4vw, 3rem);
}

.dialog-copy h2 {
  font-size: clamp(2.5rem, 6vw, 5rem);
}

.dialog-copy p {
  color: var(--muted);
}

.form-layout {
  grid-template-columns: repeat(2, 1fr);
}

.ff-form {
  padding: clamp(1rem, 2.5vw, 1.6rem);
}

.form-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.3rem;
}

.form-head i {
  flex: 0 0 auto;
  margin: 0;
}

.ff-form label {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1rem;
  color: var(--muted);
  font-weight: 850;
}

.ff-form input,
.ff-form select,
.ff-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(247, 241, 232, 0.18);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.32);
  color: var(--ink);
  outline: none;
}

.ff-form textarea {
  resize: vertical;
}

.ff-form input:focus,
.ff-form select:focus,
.ff-form textarea:focus {
  border-color: rgba(242, 106, 33, 0.8);
}

.bot-field {
  display: none !important;
}

.thank-you {
  min-height: 100vh;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 1rem;
  padding: 2rem;
  text-align: center;
}

.flavor-page-hero {
  min-height: calc(100vh - 70px);
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.5rem, 5vw, 5rem);
  padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1rem, 5vw, 4rem);
  background:
    linear-gradient(135deg, rgba(215, 48, 39, 0.18), transparent 46%),
    linear-gradient(0deg, rgba(8, 8, 7, 0.92), transparent 60%);
}

.flavor-page-media {
  position: relative;
}

.flavor-page-media > img:first-child {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.flavor-page-logo {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: min(180px, 38%);
  min-height: 110px;
  padding: 0.65rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(8, 8, 7, 0.84);
}

.flavor-page-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flavor-page-copy .lead {
  color: var(--gold);
  font-size: clamp(1.2rem, 2.4vw, 1.8rem);
  font-weight: 900;
  text-transform: uppercase;
}

.flavor-page-copy p:not(.eyebrow):not(.lead) {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.1rem;
}

.flavor-detail-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  gap: 1rem;
  align-items: stretch;
}

.flavor-detail-board article {
  min-height: 230px;
  display: grid;
  align-content: start;
  gap: 0.55rem;
  padding: clamp(1rem, 2.2vw, 1.35rem);
  border: 1px solid rgba(247, 241, 232, 0.16);
  border-top: 3px solid var(--accent, var(--ember));
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent, var(--ember)) 16%, transparent), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
}

.flavor-detail-board h2 {
  margin-bottom: 0.2rem;
  font-size: clamp(1.18rem, 1.55vw, 1.55rem);
}

.flavor-detail-board p {
  margin-bottom: 0;
  color: var(--muted);
}

.flavor-profile-panel {
  grid-row: span 2;
}

.profile-meter {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 44px;
  gap: 0.65rem;
  align-items: center;
}

.profile-meter span,
.profile-meter strong {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.profile-meter span {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.profile-meter span i {
  color: var(--accent, var(--ember));
}

.profile-meter div {
  overflow: hidden;
  height: 9px;
  border: 1px solid rgba(247, 241, 232, 0.14);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.34);
}

.profile-meter b {
  display: block;
  width: calc((var(--score) / 5) * 100%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--gold), var(--accent, var(--ember)));
}

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

.pairing-icons span {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem;
  border: 1px solid rgba(247, 241, 232, 0.13);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(8, 8, 7, 0.52);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pairing-icons i {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--accent, var(--ember)) 42%, transparent);
  border-radius: 6px;
  color: var(--gold);
  background: color-mix(in srgb, var(--accent, var(--ember)) 14%, transparent);
}

.thank-you img {
  width: 120px;
}

.thank-you h1 {
  max-width: 12ch;
  margin-inline: auto;
  font-size: clamp(3rem, 8vw, 7rem);
}

.thank-you p {
  max-width: 640px;
  color: var(--muted);
}

.site-footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.4rem clamp(1rem, 5vw, 5rem);
  border-top: 1px solid var(--line);
  background: #050504;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.site-footer img,
.footer-brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.site-footer p {
  margin: 0;
  font-weight: 950;
  text-transform: uppercase;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  margin-inline: auto;
  flex-wrap: wrap;
}

.footer-nav a {
  padding: 0.35rem 0.5rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-nav a:hover {
  color: var(--ink);
}

.site-footer span {
  color: var(--gold);
  font-weight: 900;
}

/* Sitewide consistency pass */
h1 {
  font-size: clamp(2.35rem, 4.4vw, 4.35rem);
  line-height: 0.98;
}

h2 {
  font-size: clamp(1.45rem, 2.25vw, 2.35rem);
  line-height: 1.05;
}

h3 {
  font-size: 1rem;
}

.hero-copy,
.split-copy p,
.editorial p,
.cta-panel p,
.page-hero p,
.craft-copy p,
.flavor-page-copy p:not(.eyebrow):not(.lead) {
  font-size: clamp(0.96rem, 1.15vw, 1.05rem);
}

.section {
  padding-top: clamp(1.8rem, 3.3vw, 3.1rem);
  padding-bottom: clamp(1.8rem, 3.3vw, 3.1rem);
}

.section-heading {
  align-items: end;
  margin-bottom: 1.15rem;
}

.section-heading div {
  max-width: 660px;
}

.page-hero {
  min-height: auto;
  padding-top: clamp(2.2rem, 4vw, 3.8rem);
  padding-bottom: clamp(2.2rem, 4vw, 3.8rem);
}

.page-hero h1 {
  max-width: 15ch;
  font-size: clamp(2.05rem, 3.6vw, 3.55rem);
}

.hero {
  min-height: min(620px, calc(100vh - 70px));
}

.hero-content {
  max-width: 700px;
}

.about-hero img {
  max-height: 360px;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.about-visual-band img,
.brand-board-grid img,
.about-brand-system > img,
.retail-feature img,
.retail-sheet-feature img,
.page-hero img {
  border-radius: 8px;
}

.feature-cards article,
.values-grid article,
.info-grid article,
.support-grid article,
.proof-strip article,
.pipeline-grid article,
.program-card,
.material-grid article,
.process-grid article {
  min-height: 0;
  height: 100%;
  display: grid;
  align-content: start;
  gap: 0.45rem;
  padding: 1rem;
}

.feature-cards i,
.values-grid i,
.info-grid i,
.pipeline-grid i,
.support-grid i,
.material-grid i,
.process-grid i {
  width: 58px;
  height: 58px;
  margin-bottom: 0.35rem;
  border-color: color-mix(in srgb, var(--ember) 48%, transparent);
  color: var(--gold);
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.22), transparent 32%),
    linear-gradient(135deg, rgba(215, 48, 39, 0.42), rgba(118, 185, 71, 0.18));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 12px 28px rgba(0, 0, 0, 0.24);
  font-size: 1.35rem;
}

.feature-cards h2,
.feature-cards h3,
.values-grid h2,
.values-grid h3,
.info-grid h2,
.info-grid h3,
.support-grid h2,
.support-grid h3,
.proof-strip h2,
.proof-strip h3,
.pipeline-grid h2,
.pipeline-grid h3,
.program-card h2,
.material-grid h2,
.material-grid h3,
.process-grid h2,
.process-grid h3 {
  margin-bottom: 0.25rem;
  font-size: clamp(0.98rem, 1.15vw, 1.16rem);
  line-height: 1.08;
}

.feature-cards p,
.values-grid p,
.info-grid p,
.support-grid p,
.proof-strip p,
.pipeline-grid span,
.program-card p,
.material-grid p,
.process-grid p,
.flavor-card p {
  margin-bottom: 0;
  font-size: 0.94rem;
  line-height: 1.45;
}

.values-grid,
.support-grid,
.retail-program,
.process-grid,
.material-grid,
.retail-image-grid,
.info-grid,
.feature-cards,
.proof-strip,
.pipeline-grid {
  align-items: stretch;
}

.retail-program {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.program-card span,
.proof-strip span,
.launch-steps span {
  font-size: 1.45rem;
  line-height: 1;
}

.program-card h2 {
  font-size: clamp(0.98rem, 1.15vw, 1.16rem);
}

.editorial {
  max-width: 900px;
}

.editorial .lead {
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.35;
}

.cta-panel {
  margin-top: clamp(1rem, 2vw, 2rem);
  margin-bottom: clamp(1rem, 2vw, 2rem);
  padding: clamp(1.2rem, 2.4vw, 2rem);
}

.flavor-logo-placeholder {
  padding: 0.48rem;
}

.flavor-logo-placeholder img {
  width: 94%;
  height: 94%;
  object-fit: contain;
  opacity: 0.78;
  filter: drop-shadow(0 0 10px rgba(215, 48, 39, 0.24));
}

.flavor-page-logo.flavor-logo-placeholder img {
  opacity: 0.86;
}

.dialog-copy h2,
.thank-you h1 {
  font-size: clamp(2rem, 3.4vw, 3.3rem);
}

.flavor-page-copy .lead {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}

.flavor-page-hero {
  min-height: auto;
}

@media (min-width: 841px) {
  .hero,
  .page-hero,
  .section:not(.band) {
    max-width: 1260px;
    margin-inline: auto;
  }

  .section {
    padding-top: clamp(2rem, 3.2vw, 3.5rem);
    padding-bottom: clamp(2rem, 3.2vw, 3.5rem);
  }

  h1 {
    font-size: clamp(2.35rem, 4.4vw, 4.35rem);
  }

  .page-hero h1 {
    font-size: clamp(2.05rem, 3.6vw, 3.55rem);
  }

  .hero {
    min-height: min(620px, calc(100vh - 70px));
  }

  .collection-story,
  .split-section,
  .feature-cards,
  .info-grid,
  .rail-grid,
  .launch-map,
  .flavor-pipeline,
  .showcase-note,
  .collection-controls,
  .flavor-grid,
  .video-grid,
  .values-grid,
  .support-grid,
  .retail-program,
  .process-grid,
  .material-grid,
  .retail-image-grid,
  .retail-showcase {
    max-width: 1260px;
    margin-inline: auto;
  }

  .page-hero {
    min-height: 48vh;
  }

  .proof-strip {
    max-width: 1260px;
    margin-inline: auto;
    border: 1px solid var(--line);
    padding: 0;
  }

  .proof-strip article {
    min-height: 150px;
  }

  .flavor-card {
    min-height: 430px;
  }

  .flavor-image {
    height: 290px;
    flex-basis: 290px;
  }
}

@media (max-width: 1120px) {
  .flavor-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .values-grid,
  .info-grid,
  .support-grid,
  .retail-program,
  .retail-image-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-copy small {
    display: none;
  }
}

@media (max-width: 840px) {
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 0.5rem);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.6rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(8, 8, 7, 0.98);
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero,
  .page-hero,
  .flavor-page-hero,
  .launch-map,
  .flavor-pipeline,
  .showcase-note,
  .about-visual-band,
  .about-brand-system,
  .craft-lab,
  .story-panel,
  .story-panel-large,
  .retail-feature,
  .retail-feature:nth-child(even),
  .retail-materials,
  .retail-sheet-feature,
  .split-section,
  .dialog-layout,
  .form-layout {
    grid-template-columns: 1fr;
  }

  .retail-feature:nth-child(even) img {
    order: 0;
  }

  .hero {
    min-height: auto;
    align-items: start;
    padding-top: 2rem;
  }

  .hero-video {
    height: 54%;
    opacity: 0.34;
  }

  .hero-product {
    width: min(100%, 420px);
  }

  .feature-cards,
  .rail-grid,
  .values-grid,
  .info-grid,
  .support-grid,
  .retail-image-grid,
  .proof-strip,
  .pipeline-grid,
  .retail-program,
  .material-grid,
  .process-grid,
  .collection-story {
    grid-template-columns: 1fr;
  }

  .retail-image-grid img {
    height: auto;
    max-height: 520px;
  }

  .brand-board-grid,
  .craft-bullets {
    grid-template-columns: 1fr;
  }

  .about-video-frame,
  .about-video-frame video {
    min-height: 420px;
  }

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

  .launch-steps {
    grid-template-columns: 1fr;
  }

  .mini-roadmap {
    grid-template-columns: 1fr;
  }

  .mini-roadmap i {
    transform: rotate(90deg);
  }

  .spotlight-card,
  .spotlight-card img {
    min-height: 340px;
  }

  .video-grid video {
    height: auto;
    max-height: 560px;
  }

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

  .site-footer span {
    margin-left: 0;
  }
}

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

  .brand-copy {
    max-width: 210px;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  .brand-copy strong {
    white-space: normal;
    line-height: 1.05;
  }

  h1,
  .page-hero h1 {
    font-size: clamp(2rem, 10.5vw, 2.85rem);
  }

  h2 {
    font-size: clamp(1.35rem, 7vw, 2rem);
  }

  .hero-actions,
  .collection-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .filter-button {
    width: 100%;
  }

  .page-hero,
  .flavor-page-hero {
    min-height: auto;
  }

  .about-video-frame,
  .about-video-frame video {
    min-height: 340px;
  }

  .page-hero img,
  .flavor-page-media > img:first-child {
    max-height: 380px;
  }

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

  .flavor-logo {
    width: 104px;
    height: 78px;
  }

  .video-grid video {
    width: min(100%, 340px);
    height: auto;
    max-height: 620px;
    margin-inline: auto;
  }

  .flavor-card {
    min-height: auto;
  }

  .flavor-image {
    height: 360px;
    flex-basis: 360px;
  }
}

/* Final desktop/mobile polish pass */
.brand img,
.site-footer img {
  border-radius: 0;
  background: transparent;
}

.program-card span i {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(242, 106, 33, 0.42);
  border-radius: 8px;
  color: var(--gold);
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.2), transparent 32%),
    linear-gradient(135deg, rgba(215, 48, 39, 0.42), rgba(118, 185, 71, 0.18));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 12px 28px rgba(0, 0, 0, 0.24);
  font-size: 1.35rem;
}

.about-hero img {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.about-hero {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 430px);
}

.about-hero img {
  max-height: 330px;
  object-fit: contain;
  padding: 0;
}

.flavor-logo-placeholder {
  border-color: rgba(217, 179, 106, 0.24);
  background:
    linear-gradient(135deg, rgba(217, 179, 106, 0.1), rgba(118, 185, 71, 0.05)),
    rgba(8, 8, 7, 0.88);
}

.flavor-logo-placeholder img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (min-width: 841px) {
  .hero,
  .page-hero,
  .section:not(.band),
  .collection-story,
  .split-section,
  .feature-cards,
  .info-grid,
  .rail-grid,
  .launch-map,
  .flavor-pipeline,
  .showcase-note,
  .collection-controls,
  .flavor-grid,
  .video-grid,
  .values-grid,
  .support-grid,
  .retail-program,
  .process-grid,
  .material-grid,
  .retail-image-grid,
  .retail-showcase {
    max-width: 1180px;
    margin-inline: auto;
  }

  .site-header {
    padding-inline: clamp(1rem, 3vw, 2.4rem);
  }

  h1 {
    font-size: clamp(2.2rem, 3.7vw, 3.85rem);
    line-height: 1;
  }

  h2 {
    font-size: clamp(1.36rem, 1.95vw, 2.1rem);
    line-height: 1.08;
  }

  h3 {
    font-size: clamp(0.92rem, 1vw, 1.04rem);
  }

  .page-hero h1 {
    max-width: 16ch;
    font-size: clamp(2rem, 3.1vw, 3.15rem);
  }

  .hero-copy,
  .split-copy p,
  .editorial p,
  .cta-panel p,
  .page-hero p,
  .craft-copy p,
  .retail-feature p,
  .retail-materials > div > p,
  .retail-sheet-feature p,
  .flavor-page-copy p:not(.eyebrow):not(.lead) {
    font-size: 0.98rem;
    line-height: 1.48;
  }

  .section {
    padding-top: clamp(1.8rem, 2.6vw, 2.9rem);
    padding-bottom: clamp(1.8rem, 2.6vw, 2.9rem);
  }

  .page-hero {
    gap: clamp(1.4rem, 3vw, 3rem);
    padding-top: clamp(2rem, 3.3vw, 3.2rem);
    padding-bottom: clamp(2rem, 3.3vw, 3.2rem);
    min-height: 0;
  }

  .page-hero img {
    max-height: 390px;
  }

  .retail-hero img,
  .showcase-hero img,
  .contact-hero img {
    object-fit: contain;
  }

  .retail-program,
  .values-grid,
  .process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .support-grid,
  .feature-cards,
  .proof-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .program-card,
  .values-grid article,
  .process-grid article,
  .support-grid article,
  .feature-cards article,
  .info-grid article,
  .proof-strip article,
  .pipeline-grid article,
  .material-grid article {
    min-height: 176px;
    padding: 1rem;
  }

  .program-card h2,
  .values-grid h2,
  .process-grid h2,
  .support-grid h2,
  .feature-cards h3,
  .info-grid strong,
  .proof-strip h3,
  .pipeline-grid strong,
  .material-grid h3 {
    font-size: 1rem;
    line-height: 1.1;
  }

  .program-card p,
  .values-grid p,
  .process-grid p,
  .support-grid p,
  .feature-cards p,
  .info-grid p,
  .proof-strip p,
  .pipeline-grid span,
  .material-grid p {
    font-size: 0.9rem;
    line-height: 1.42;
  }

  .cta-panel {
    margin-inline: auto;
    max-width: 1180px;
  }

  .retail-feature {
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1fr);
  }

  .retail-feature:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
  }
}

@media (max-width: 840px) {
  h1,
  .page-hero h1 {
    font-size: clamp(2rem, 8vw, 3rem);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(1.35rem, 5.6vw, 2.1rem);
  }

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

  .about-hero img {
    width: min(100%, 420px);
    margin-inline: auto;
  }

  .program-card span i {
    width: 56px;
    height: 56px;
  }
}

/* Locked-layout finishing fixes */
.hero-home .hero-content {
  max-width: 720px;
}

.flavor-logo.flavor-logo-placeholder img {
  width: 72%;
  height: 72%;
}

.flavor-page-logo.flavor-logo-placeholder img {
  width: 82%;
  height: 82%;
}

.flavor-body {
  grid-template-rows: auto auto auto auto 1fr;
}

.flavor-card .button {
  align-self: end;
  margin-top: auto;
}

@media (min-width: 841px) {
  .flavor-detail-board {
    max-width: 1180px;
    margin-inline: auto;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.86fr);
  }

  .flavor-meter-panel,
  .flavor-pairing-panel,
  .flavor-use-panel {
    min-height: 220px;
  }

  .site-footer {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto minmax(180px, 1fr);
  }

  .footer-nav {
    margin-inline: 0;
  }

  .site-footer > span {
    justify-self: end;
  }
}

@media (max-width: 840px) {
  .flavor-detail-board {
    grid-template-columns: 1fr;
  }

  .flavor-profile-panel {
    grid-row: auto;
  }

  .pairing-icons {
    grid-template-columns: 1fr;
  }

  .profile-meter {
    grid-template-columns: 86px minmax(0, 1fr) 40px;
  }

  .site-footer {
    text-align: left;
  }

  .footer-brand,
  .footer-nav {
    width: 100%;
  }

  .footer-nav {
    justify-content: flex-start;
  }

  .facebook-band > a {
    grid-template-columns: 82px minmax(0, 1fr);
    min-height: 0;
  }

  .facebook-band img {
    display: none;
  }

  .facebook-band-icon {
    width: 72px;
    height: 72px;
    font-size: 2.1rem;
  }
}

@media (max-width: 520px) {
  .facebook-band > a {
    grid-template-columns: 1fr;
    justify-items: start;
    border-left-width: 5px;
  }

  .facebook-band-copy strong {
    font-size: 1.75rem;
  }
}
