/* ===== PEPPERY — bold Filipino hot sauce brand ===== */
:root {
  --red: #e2231a;
  --red-deep: #b00f08;
  --red-dark: #2a0503;
  --black: #0b0a09;
  --black-2: #141210;
  --yellow: #ffd11a;
  --yellow-bright: #ffe34d;
  --cream: #f3eee6;
  --grey: #b9b2a8;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: "Inter", system-ui, sans-serif;
  background: var(--black);
  color: var(--cream);
  overflow-x: hidden;
  line-height: 1.6;
}

h1, h2, h3 {
  font-family: "Anton", "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 0.9;
  text-transform: uppercase;
}

.flame-word {
  color: var(--yellow);
}

.kicker {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 4px;
  font-size: 0.8rem;
  color: var(--yellow);
  margin-bottom: 18px;
  text-transform: uppercase;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 32px;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s;
  font-size: 0.95rem;
}
.btn:hover { transform: translateY(-3px); }
.btn--primary {
  background: var(--yellow);
  color: var(--black);
  box-shadow: 0 0 30px rgba(255, 209, 26, 0.35);
}
.btn--primary:hover { background: var(--yellow-bright); box-shadow: 0 0 45px rgba(255, 209, 26, 0.55); }
.btn--ghost { background: transparent; color: var(--cream); border: 1px solid #3a352e; }
.btn--ghost:hover { background: #1c1916; border-color: var(--yellow); }
.btn--contact {
  background: var(--yellow);
  color: var(--black);
  box-shadow: 0 0 28px rgba(255, 209, 26, 0.4);
}
.btn--contact:hover { background: var(--yellow-bright); }
.btn--block { width: 100%; text-align: center; }

/* ===== NAV ===== */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 4vw;
  background: rgba(11, 10, 9, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #1f1c18;
}
.nav__logo { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.wordmark { height: 36px; width: auto; display: block; }
.wordmark-text {
  font-family: "Anton", "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  fill: #0b0a09;
  stroke: var(--yellow);
  stroke-width: 4;
  paint-order: stroke;
  stroke-linejoin: round;
}
.footer .wordmark { height: 44px; margin: 0 auto; }

/* ===== LOGO GRAPHIC (hero) ===== */
.logo-graphic {
  height: 380px;
  width: auto;
  filter: drop-shadow(0 25px 35px rgba(0,0,0,0.6));
  animation: float 4s ease-in-out infinite;
}
.logo-letters {
  font-family: "Anton", "Oswald", sans-serif;
  font-weight: 400;
  fill: #0b0a09;
  stroke: var(--yellow);
  stroke-width: 7;
  paint-order: stroke;
  stroke-linejoin: round;
}
.nav__links { display: flex; gap: 34px; }
.nav__links a {
  color: var(--cream);
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 0.85rem;
  text-transform: uppercase;
  transition: color 0.2s;
}
.nav__links a:hover { color: var(--yellow); }
.nav__burger { display: none; background: none; border: none; color: var(--yellow); font-size: 1.6rem; cursor: pointer; }

/* ===== HERO ===== */
.hero {
  position: relative;
  background:
    radial-gradient(circle at 88% 12%, rgba(226, 35, 26, 0.45) 0%, transparent 42%),
    radial-gradient(circle at 95% 80%, rgba(255, 209, 26, 0.10) 0%, transparent 40%),
    var(--black);
  overflow: hidden;
}
.hero__flames {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 70px 70px;
  pointer-events: none;
}
.hero__inner {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 4vw 90px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 50px;
}
.hero__eyebrow {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
  color: var(--grey);
  font-size: 0.85rem;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.hero__title {
  font-size: clamp(3.5rem, 10vw, 8rem);
  color: var(--cream);
}
.hero__sub { font-size: 1.2rem; max-width: 520px; margin: 26px 0 34px; color: var(--grey); }
.hero__cta { display: flex; gap: 16px; flex-wrap: wrap; }
.hero__checks {
  display: flex; gap: 32px; flex-wrap: wrap; margin-top: 30px;
  font-family: "Oswald", sans-serif; letter-spacing: 1px; font-size: 0.85rem;
  color: var(--grey); text-transform: uppercase;
}
.hero__checks span { color: var(--yellow); }

/* ===== HERO RIGHT PANEL ===== */
.hero__panel {
  position: relative;
  background: linear-gradient(160deg, #161310 0%, var(--black) 100%);
  border: 1px solid #221e19;
  border-radius: 16px;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  overflow: hidden;
}
.hero__panel-text {
  font-family: "Anton", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--yellow);
  text-align: center;
  line-height: 1;
}
.bottle {
  width: 120px;
  filter: drop-shadow(0 25px 30px rgba(0,0,0,0.55));
  animation: float 4s ease-in-out infinite;
  margin-bottom: 30px;
}
@keyframes float { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-16px) rotate(2deg); } }
.bottle__cap { width: 44px; height: 26px; background: var(--black-2); margin: 0 auto; border-radius: 6px 6px 2px 2px; border: 2px solid #000; }
.bottle__neck { width: 34px; height: 28px; background: var(--red-dark); margin: 0 auto; }
.bottle__body {
  background: linear-gradient(160deg, var(--red) 0%, var(--red-deep) 100%);
  border: 4px solid var(--black);
  border-radius: 12px;
  padding: 26px 8px 18px;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  box-shadow: inset 0 0 30px rgba(0,0,0,0.4);
}
.bottle__name {
  writing-mode: vertical-rl; text-orientation: upright;
  font-family: "Anton", sans-serif; font-size: 1.6rem;
  color: var(--black); -webkit-text-stroke: 2px var(--yellow); letter-spacing: 3px;
}
.bottle__hot {
  font-family: "Oswald", sans-serif; font-weight: 700;
  background: var(--yellow); color: var(--black);
  padding: 2px 10px; border-radius: 3px; letter-spacing: 2px; font-size: 0.75rem;
}
.hero__badge {
  position: absolute; bottom: 24px; left: 24px;
  background: var(--yellow); color: var(--black);
  padding: 14px 18px; border-radius: 8px;
}
.hero__badge b { font-family: "Anton", sans-serif; font-size: 1.9rem; display: block; line-height: 1; }
.hero__badge span { font-family: "Oswald", sans-serif; font-weight: 700; font-size: 0.65rem; letter-spacing: 1px; line-height: 1.2; display: block; margin-top: 4px; }

/* ===== STAT BAR ===== */
.statbar {
  border-top: 1px solid #1f1c18;
  background: var(--black);
}
.statbar__inner {
  max-width: 1300px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
  padding: 0 4vw;
}
.statbar__item { padding: 40px 20px; border-left: 1px solid #1f1c18; }
.statbar__item:first-child { border-left: none; padding-left: 0; }
.statbar__num { font-family: "Anton", sans-serif; font-size: 2.8rem; color: var(--yellow); line-height: 1; }
.statbar__label { font-family: "Oswald", sans-serif; font-weight: 600; letter-spacing: 1px; font-size: 0.75rem; color: var(--grey); text-transform: uppercase; margin-top: 8px; }

/* ===== TICKER ===== */
.ticker {
  background: var(--red);
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  border-top: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
}
.ticker__track {
  display: inline-block;
  padding: 12px 0;
  font-family: "Anton", sans-serif;
  letter-spacing: 2px;
  font-size: 1.05rem;
  animation: scroll 22s linear infinite;
}
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== SECTIONS ===== */
section { padding: 100px 4vw; }
.section-head { margin-bottom: 54px; max-width: 1200px; margin-left: auto; margin-right: auto; }
.section-head h2 { font-size: clamp(2.6rem, 7vw, 5rem); color: var(--cream); }
.section-head--center { text-align: center; }

/* ===== STORY ===== */
.story { background: var(--black); }
.story__grid { max-width: 1200px; margin: 0 auto; }
.story__lead { font-size: 1.35rem; max-width: 800px; margin-bottom: 54px; color: var(--grey); }
.story__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: var(--black-2);
  border: 1px solid #221e19;
  border-radius: 14px;
  padding: 34px 28px;
  transition: transform 0.2s, border-color 0.2s;
}
.card:hover { transform: translateY(-6px); border-color: var(--yellow); }
.card__icon { font-size: 2.4rem; display: block; margin-bottom: 16px; }
.card h3 { color: var(--yellow); font-size: 1.6rem; margin-bottom: 10px; }
.card p { color: var(--grey); }

/* ===== PRODUCTS ===== */
.products { background: var(--black-2); }
.products__grid { max-width: 1250px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product {
  background: var(--black);
  border: 1px solid #2a2520;
  border-radius: 14px;
  padding: 38px 24px;
  text-align: center;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.product:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: var(--red); }
.product--featured { border-color: var(--yellow); }
.product__tag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--yellow); color: var(--black);
  font-family: "Oswald", sans-serif; font-weight: 700; font-size: 0.68rem;
  letter-spacing: 1px; padding: 5px 14px; border-radius: 20px; text-transform: uppercase;
}
.product__heat { font-size: 1.8rem; margin-bottom: 12px; }
.product h3 { color: var(--cream); font-size: 1.7rem; }
.product__scoville { color: var(--yellow); font-family: "Oswald", sans-serif; font-weight: 700; letter-spacing: 1px; margin: 8px 0 14px; }
.product p:last-child { font-size: 0.95rem; color: var(--grey); }

/* ===== HEAT METER ===== */
.heat { background: var(--black); }
.heat__inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.heat__copy { margin-top: 18px; color: var(--grey); }
.heat__meter { display: flex; flex-direction: column; gap: 18px; }
.heat__bar { background: var(--black-2); border-radius: 6px; overflow: hidden; height: 50px; border: 1px solid #2a2520; }
.heat__bar span {
  display: flex; align-items: center; height: 100%;
  width: var(--w);
  background: linear-gradient(90deg, var(--red), var(--yellow));
  color: var(--black);
  font-family: "Oswald", sans-serif; font-weight: 700; letter-spacing: 1px;
  padding-left: 16px; white-space: nowrap;
  border-radius: 0 6px 6px 0;
}

/* ===== PARTNERS ===== */
.partners { background: var(--black-2); }
.partners__grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pcard {
  background: var(--black);
  border: 1px solid #2a2520;
  border-radius: 16px;
  padding: 40px 32px;
  display: flex; flex-direction: column; gap: 18px;
  transition: border-color 0.2s, transform 0.2s;
}
.pcard:hover { border-color: var(--yellow); transform: translateY(-6px); }
.pcard h3 { color: var(--yellow); font-size: 1.8rem; }
.pcard p { color: var(--grey); flex-grow: 1; }
.pcard .btn { align-self: flex-start; }

/* ===== CONTACT ===== */
.contact { background: var(--black); }
.contact__inner { max-width: 1150px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.contact__copy h2 { font-size: clamp(2.6rem, 6vw, 4.5rem); color: var(--cream); margin-top: 10px; }
.contact__copy p { margin: 20px 0; color: var(--grey); max-width: 400px; }
.contact__details { list-style: none; display: flex; flex-direction: column; gap: 14px; font-family: "Oswald", sans-serif; letter-spacing: 0.5px; }
.contact__form {
  background: var(--black-2);
  border: 1px solid #221e19;
  border-radius: 16px;
  padding: 38px;
}
.field { margin-bottom: 18px; display: flex; flex-direction: column; gap: 6px; }
.field label { font-family: "Oswald", sans-serif; font-weight: 600; letter-spacing: 1px; font-size: 0.8rem; color: var(--yellow); text-transform: uppercase; }
.field input, .field select, .field textarea {
  background: var(--black);
  border: 1px solid #2a2520;
  border-radius: 8px;
  padding: 13px 15px;
  color: var(--cream);
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--yellow); }
.form__note { margin-top: 12px; font-family: "Oswald", sans-serif; color: var(--yellow); min-height: 1.2em; }

/* ===== FOOTER ===== */
.footer { background: var(--black-2); text-align: center; padding: 56px 4vw; border-top: 2px solid var(--red); }
.footer__brand { display: flex; justify-content: center; align-items: center; gap: 8px; margin-bottom: 14px; }
.footer p { font-family: "Oswald", sans-serif; letter-spacing: 1px; color: var(--grey); }
.footer__copy { color: #6f6860; font-size: 0.85rem; margin-top: 10px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 860px) {
  .nav__links { display: none; }
  .nav__links.open {
    display: flex; flex-direction: column; gap: 18px;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--black); padding: 24px 5vw; border-bottom: 1px solid #1f1c18;
  }
  .nav__burger { display: block; }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__panel { min-height: 360px; order: -1; }
  .statbar__inner { grid-template-columns: repeat(2, 1fr); }
  .statbar__item { border-left: none; padding: 28px 0; }
  .story__cards, .products__grid, .partners__grid { grid-template-columns: 1fr; }
  .heat__inner, .contact__inner { grid-template-columns: 1fr; }
}
