:root {
  --bg: #110b08;
  --bg-2: #1c100b;
  --card: #fff8ee;
  --text: #fff8ee;
  --muted: #ffd8b2;
  --dark-text: #24130d;
  --orange: #ff7a1a;
  --red: #e73323;
  --yellow: #ffd34e;
  --green: #4bb543;
  --border: rgba(255, 248, 238, 0.16);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 122, 26, 0.28), transparent 30%),
    radial-gradient(circle at 80% 0%, rgba(231, 51, 35, 0.25), transparent 32%),
    linear-gradient(135deg, var(--bg), var(--bg-2));
  min-height: 100vh;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 64px);
  background: rgba(17, 11, 8, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
}

.logo {
  font-weight: 900;
  letter-spacing: -0.04em;
  font-size: clamp(18px, 2.2vw, 28px);
}

.nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 800;
  font-size: 14px;
}

.nav a:hover,
.nav a.active {
  background: var(--orange);
  color: #fff;
}

main {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 34px;
  align-items: center;
  min-height: 78vh;
  padding: 72px 0;
}

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

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

h1 {
  margin-bottom: 22px;
  max-width: 900px;
  font-family: "Bowlby One SC", Impact, sans-serif;
  font-size: clamp(46px, 8vw, 104px);
  line-height: 0.93;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-shadow: 0 10px 0 rgba(231, 51, 35, 0.25);
}

h2 {
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -0.055em;
}

h3 {
  font-size: 24px;
  letter-spacing: -0.04em;
}

.hero-text,
.page-hero p,
.cta-band p,
.merch-note p,
.video-copy p,
.how-to li,
.story-card p,
.product-info p,
.video-card p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.hero-text {
  max-width: 720px;
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions,
.price-row {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 900;
  border: 2px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

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

.button.primary,
.button.small {
  background: linear-gradient(135deg, var(--orange), var(--red));
  color: #fff;
  box-shadow: 0 12px 30px rgba(231, 51, 35, 0.28);
}

.button.secondary {
  border-color: var(--border);
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
}

.button.small {
  min-height: 40px;
  padding: 0 14px;
  font-size: 14px;
}

.hero-card,
.story-card,
.product-card,
.video-card,
.merch-note,
.how-to,
.cta-band {
  border: 1px solid var(--border);
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 248, 238, 0.95), rgba(255, 216, 178, 0.95));
  color: var(--dark-text);
  transform: rotate(2deg);
}

.pizza-emoji {
  font-size: 92px;
  filter: drop-shadow(0 16px 20px rgba(0, 0, 0, 0.22));
}

.hero-card h2 {
  color: var(--dark-text);
  margin-bottom: 20px;
}

.hero-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.hero-card li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  background: #fff;
  border-radius: 18px;
  color: var(--dark-text);
  font-weight: 900;
}

.hero-card strong {
  color: var(--red);
}

.story-section,
.product-grid,
.video-grid {
  padding: 54px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.story-card,
.video-card,
.merch-note,
.how-to {
  padding: 26px;
  background: rgba(255, 248, 238, 0.08);
}

.story-number {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--dark-text);
  font-weight: 900;
}

.cta-band {
  margin: 46px 0 72px;
  padding: clamp(28px, 6vw, 58px);
  background: linear-gradient(135deg, rgba(231, 51, 35, 0.9), rgba(255, 122, 26, 0.9));
  text-align: center;
}

.cta-band p {
  max-width: 700px;
  margin: 0 auto 22px;
  color: #fff8ee;
}

.page-hero {
  padding: 74px 0 24px;
  max-width: 920px;
}

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

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.product-card {
  overflow: hidden;
  background: var(--card);
  color: var(--dark-text);
}

.product-image {
  min-height: 210px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  font-size: 84px;
}

.product-info {
  padding: 24px;
}

.product-info .tag,
.video-copy .tag {
  color: var(--red);
}

.product-info p {
  color: #684337;
}

.price-row {
  justify-content: space-between;
  margin-top: 20px;
}

.price-row strong {
  font-size: 28px;
}

.merch-note,
.how-to {
  margin-bottom: 72px;
}

code {
  padding: 2px 6px;
  border-radius: 7px;
  background: rgba(255, 248, 238, 0.14);
  color: var(--yellow);
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.featured-video {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 24px;
  align-items: center;
}

.video-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  background: #000;
}

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

.placeholder-video {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--dark-text);
  font-size: 30px;
  font-weight: 900;
}

.how-to ol {
  margin-bottom: 0;
  padding-left: 22px;
}

.site-footer {
  padding: 28px 18px 42px;
  text-align: center;
  color: var(--muted);
  border-top: 1px solid var(--border);
}

@media (max-width: 900px) {
  .hero,
  .featured-video {
    grid-template-columns: 1fr;
  }

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

  .hero-card {
    transform: none;
  }
}

@media (max-width: 640px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

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

  h1 {
    font-size: 43px;
  }
}
