:root {
  --coal: #0c0b0a;
  --ink: #14110f;
  --ash: #231f1b;
  --brick: #9b2f24;
  --ember: #d44a35;
  --cream: #f3e4c7;
  --bone: #fff5df;
  --brass: #c99548;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 72% 10%, rgba(155, 47, 36, 0.3), transparent 30rem),
    linear-gradient(rgba(255, 245, 223, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 245, 223, 0.018) 1px, transparent 1px),
    var(--coal);
  background-size: auto, 42px 42px, 42px 42px, auto;
  color: var(--cream);
  font-family: Inter, Arial, sans-serif;
}

body::before {
  pointer-events: none;
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  opacity: 0.11;
  background-image:
    radial-gradient(circle, rgba(255, 245, 223, 0.28) 0 1px, transparent 1px),
    radial-gradient(circle, rgba(212, 74, 53, 0.25) 0 1px, transparent 1px);
  background-size: 19px 19px, 29px 29px;
  mix-blend-mode: screen;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  border-bottom: 1px solid rgba(243, 228, 199, 0.12);
  background: rgba(12, 11, 10, 0.86);
  backdrop-filter: blur(18px);
}

.nav,
.section,
.footer {
  width: min(100% - 2rem, 1180px);
  margin-inline: auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.brand-mark {
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  border: 1px solid rgba(212, 74, 53, 0.65);
  border-radius: 0.45rem;
  background: rgba(155, 47, 36, 0.18);
  color: var(--ember);
  font-family: Impact, "Arial Narrow", sans-serif;
}

.brand-name,
.footer strong {
  display: block;
  color: var(--bone);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.brand-meta {
  display: block;
  color: rgba(243, 228, 199, 0.58);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.nav-links {
  display: none;
  gap: 2rem;
  color: rgba(243, 228, 199, 0.68);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-links a:hover {
  color: var(--bone);
}

.nav-cta,
.button,
.sticky-cta {
  border-radius: 0.45rem;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-cta,
.button.primary,
.sticky-cta {
  background: var(--brick);
  color: var(--bone);
  box-shadow: 0 22px 80px rgba(155, 47, 36, 0.24);
}

.nav-cta {
  padding: 0.9rem 1rem;
}

.section {
  padding: 5rem 0;
}

.hero {
  display: grid;
  min-height: 100vh;
  align-items: center;
  gap: 2.5rem;
  padding-top: 7rem;
}

.badge,
.eyebrow,
.card-tag {
  color: var(--brass);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.badge {
  display: inline-flex;
  margin: 0 0 1.25rem;
  border: 1px solid rgba(243, 228, 199, 0.14);
  border-radius: 0.45rem;
  background: rgba(243, 228, 199, 0.045);
  padding: 0.7rem 0.85rem;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--bone);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 9ch;
  font-size: clamp(4.6rem, 22vw, 9.5rem);
  line-height: 0.78;
}

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

h2 {
  font-size: clamp(3.1rem, 11vw, 5.7rem);
  line-height: 0.9;
}

h3 {
  font-size: 2rem;
  line-height: 0.95;
}

.tagline {
  max-width: 38rem;
  margin: 1.6rem 0 0;
  color: var(--cream);
  font-size: clamp(1.55rem, 6vw, 2.2rem);
  font-weight: 950;
  line-height: 1.05;
}

.hero-text,
.section-copy,
.section-head > p,
.launch-card > p,
.shop-grid p {
  color: rgba(243, 228, 199, 0.72);
  font-size: 1rem;
  line-height: 1.75;
}

.button-row {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  justify-content: center;
  padding: 1rem 1.25rem;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
.menu-card:hover {
  transform: translateY(-4px);
}

.button.ghost {
  border: 1px solid rgba(243, 228, 199, 0.18);
  background: rgba(243, 228, 199, 0.04);
}

.hero-art {
  position: relative;
  border: 1px solid rgba(243, 228, 199, 0.13);
  border-radius: 0.7rem;
  background: var(--ash);
  box-shadow: 0 24px 85px rgba(155, 47, 36, 0.25);
  overflow: hidden;
}

.hero-art::before {
  content: "";
  position: absolute;
  inset: -0.8rem;
  z-index: -1;
  border: 1px solid rgba(155, 47, 36, 0.45);
  border-radius: 0.8rem;
  transform: rotate(2deg);
}

.hero-art img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hero-art-label {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: linear-gradient(transparent, rgba(12, 11, 10, 0.96));
  padding: 4rem 1rem 1rem;
}

.hero-art-label strong {
  color: var(--bone);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.hero-art-label span {
  border-radius: 0.4rem;
  background: var(--brick);
  padding: 0.55rem 0.7rem;
  color: var(--bone);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brush-title {
  position: relative;
  width: fit-content;
}

.brush-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.14em;
  width: 70%;
  height: 0.16em;
  background: linear-gradient(90deg, var(--brick), var(--ember), transparent);
  clip-path: polygon(0 34%, 92% 0, 100% 58%, 8% 100%);
}

.concept-section,
.addons-section,
.shop-section,
.spice-wrap {
  display: grid;
  gap: 2rem;
}

.proof-grid,
.addons-grid,
.shop-grid,
.spice-grid,
.menu-grid {
  display: grid;
  gap: 1rem;
}

.proof-grid article,
.addons-grid p,
.shop-grid article,
.shop-grid ul,
.spice-grid article,
.menu-card {
  border: 1px solid rgba(243, 228, 199, 0.12);
  border-radius: 0.65rem;
  background: rgba(243, 228, 199, 0.04);
}

.proof-grid article {
  padding: 1.4rem;
  color: var(--bone);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 1.7rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.section-head {
  display: grid;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.menu-card {
  position: relative;
  background: var(--ink);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.menu-card:hover {
  border-color: rgba(212, 74, 53, 0.8);
  box-shadow: 0 20px 70px rgba(155, 47, 36, 0.22);
}

.menu-card img {
  display: block;
  width: 100%;
  height: 13.5rem;
  object-fit: cover;
  border-bottom: 1px solid rgba(243, 228, 199, 0.1);
  transition: transform 300ms ease;
}

.menu-card:hover img {
  transform: scale(1.045);
}

.menu-card .card-tag {
  display: inline-flex;
  margin: 1.1rem 1.3rem 0.3rem;
  border-radius: 0.4rem;
  background: rgba(155, 47, 36, 0.84);
  padding: 0.5rem 0.65rem;
  color: var(--bone);
}

.menu-card > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.6rem 1.3rem 0;
}

.menu-card strong,
.addons-grid strong {
  flex: none;
  color: var(--ember);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 1.6rem;
}

.menu-card > p:last-child {
  margin: 0;
  padding: 1rem 1.3rem 1.3rem;
  color: rgba(243, 228, 199, 0.72);
  line-height: 1.65;
}

.addons-grid p {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  padding: 1rem;
  font-weight: 850;
}

.spice-band {
  border-block: 1px solid rgba(243, 228, 199, 0.1);
  background: rgba(155, 47, 36, 0.1);
}

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

.spice-grid article {
  padding: 1rem;
  background: rgba(12, 11, 10, 0.72);
}

.spice-grid span {
  display: block;
  min-height: 2rem;
}

.spice-grid strong {
  display: block;
  color: var(--bone);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.shop-grid article,
.shop-grid ul {
  padding: 1.4rem;
  background: var(--ink);
}

.shop-grid ul {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding-left: 2.4rem;
  color: rgba(243, 228, 199, 0.86);
  font-weight: 850;
}

.launch-card {
  margin-bottom: 4rem;
  border: 1px solid rgba(155, 47, 36, 0.55);
  border-radius: 0.75rem;
  background: linear-gradient(135deg, rgba(155, 47, 36, 0.28), rgba(20, 17, 15, 0.94) 52%, rgba(201, 149, 72, 0.14));
  padding-inline: 1.3rem;
}

.launch-card h2 {
  margin-top: 1rem;
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-top: 1px solid rgba(243, 228, 199, 0.1);
  padding: 2.2rem 0 6rem;
}

.footer p {
  color: rgba(243, 228, 199, 0.68);
}

.footer a {
  width: fit-content;
  border: 1px solid rgba(243, 228, 199, 0.14);
  border-radius: 0.45rem;
  padding: 0.85rem 1rem;
  color: var(--cream);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sticky-cta {
  position: fixed;
  inset: auto 1rem 1rem;
  z-index: 40;
  display: block;
  padding: 1rem;
  text-align: center;
}

@media (min-width: 680px) {
  .button-row {
    flex-direction: row;
  }

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

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

  .shop-grid ul {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 920px) {
  .nav-links {
    display: flex;
  }

  .hero,
  .concept-section,
  .addons-section,
  .shop-section,
  .spice-wrap {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .section-head {
    grid-template-columns: 1fr 0.55fr;
    align-items: end;
  }

  .footer {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 2.2rem;
  }

  .sticky-cta {
    display: none;
  }
}
