/* Mist O' Meat: infomercial-max */

:root {
  --red: #d61f1f;
  --red-dark: #a31212;
  --yellow: #ffd400;
  --yellow-soft: #fff3b8;
  --navy: #14213d;
  --ink: #1c1c1c;
  --paper: #fffdf5;
  --white: #ffffff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Archivo', Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

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

h1, h2, h3, .btn-order, .btn-offer, .countdown {
  font-family: 'Anton', Impact, 'Arial Black', sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.zoomable { cursor: zoom-in; }

.red { color: var(--red); }
.yellow { color: var(--yellow); }

/* ---------- ticker ---------- */

.ticker {
  background: var(--red);
  color: var(--white);
  overflow: hidden;
  white-space: nowrap;
  font-weight: 900;
  font-size: 0.85rem;
  padding: 6px 0;
  border-bottom: 3px solid var(--yellow);
}

.ticker-track {
  display: inline-flex;
  animation: ticker-scroll 30s linear infinite;
}

@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- masthead ---------- */

.masthead {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 28px;
  padding: 18px 16px;
  background: repeating-linear-gradient(135deg, var(--navy) 0 24px, #1b2b52 24px 48px);
  color: var(--white);
}

.masthead-logo {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 3px solid var(--yellow);
  background: var(--white);
}

.masthead-title h1 {
  margin: 0;
  font-size: clamp(2rem, 6vw, 3.2rem);
  color: var(--yellow);
  text-shadow: 3px 3px 0 var(--red);
}

.tm { font-size: 0.4em; vertical-align: super; }

.masthead-tag {
  margin: 2px 0 0;
  font-weight: 900;
  letter-spacing: 0.18em;
  font-size: 0.85rem;
}

.countdown-box {
  background: var(--red);
  border: 3px dashed var(--yellow);
  padding: 8px 18px;
  text-align: center;
  transform: rotate(-2deg);
}

.countdown-label {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.countdown {
  margin: 0;
  font-size: 2.2rem;
  color: var(--yellow);
  line-height: 1.1;
}

.countdown-note {
  margin: 0;
  font-size: 0.68rem;
  font-style: italic;
}

.countdown-box.extended { animation: shake 0.5s; }

@keyframes shake {
  0%, 100% { transform: rotate(-2deg); }
  25% { transform: rotate(2deg) scale(1.06); }
  75% { transform: rotate(-4deg) scale(1.06); }
}

/* ---------- hero ---------- */

.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 32px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 16px;
}

.burst-line {
  margin: 0 0 8px;
  font-weight: 900;
  color: var(--red-dark);
  letter-spacing: 0.06em;
  font-size: 0.9rem;
}

.mini-burst {
  display: inline-block;
  background: var(--yellow);
  color: var(--red-dark);
  padding: 2px 10px;
  transform: rotate(-4deg);
  margin-right: 8px;
  clip-path: polygon(4% 20%, 12% 4%, 25% 14%, 38% 0, 50% 12%, 63% 2%, 74% 14%, 89% 6%, 95% 22%, 100% 40%, 92% 58%, 100% 76%, 86% 88%, 70% 82%, 56% 98%, 42% 86%, 27% 98%, 16% 84%, 2% 78%, 8% 55%, 0 38%);
  padding: 8px 14px;
}

.hero h2 {
  margin: 0 0 14px;
  font-size: clamp(2.2rem, 5.5vw, 3.6rem);
  line-height: 1.02;
  color: var(--red);
  text-shadow: 2px 2px 0 var(--yellow);
}

.hero-explain {
  font-size: 1.08rem;
  font-weight: 700;
  margin: 0 0 14px;
}

.hero-checks {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  font-weight: 700;
}

.hero-checks li { padding-left: 28px; position: relative; margin-bottom: 4px; }

.hero-checks li::before {
  content: "\2714";
  position: absolute;
  left: 0;
  color: var(--white);
  background: var(--red);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 0.75rem;
  top: 3px;
}

.btn-order {
  display: inline-block;
  background: linear-gradient(var(--red), var(--red-dark));
  color: var(--yellow);
  font-size: 1.5rem;
  padding: 14px 38px;
  text-decoration: none;
  border: 3px solid var(--yellow);
  border-radius: 8px;
  box-shadow: 0 6px 0 var(--red-dark);
  cursor: pointer;
  animation: pulse 1.6s infinite;
}

.btn-order:active { transform: translateY(4px); box-shadow: 0 2px 0 var(--red-dark); }

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}

.hero-phone { font-size: 0.9rem; margin-top: 14px; }

.hero-media { margin: 0; position: relative; }

.hero-media img {
  border: 6px solid var(--yellow);
  border-radius: 10px;
  box-shadow: 8px 8px 0 var(--red);
}

.price-burst {
  position: absolute;
  top: -22px;
  right: -10px;
  background: var(--yellow);
  color: var(--red-dark);
  font-family: 'Anton', Impact, sans-serif;
  font-size: 1.3rem;
  line-height: 1.1;
  text-align: center;
  width: 118px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(8deg);
  clip-path: polygon(50% 0, 61% 12%, 75% 5%, 80% 20%, 96% 18%, 93% 34%, 100% 43%, 91% 53%, 100% 65%, 87% 70%, 89% 86%, 74% 84%, 68% 98%, 55% 89%, 43% 100%, 36% 86%, 20% 92%, 20% 76%, 4% 74%, 11% 60%, 0 50%, 10% 40%, 3% 26%, 19% 24%, 17% 8%, 33% 12%, 40% 0, 50% 8%);
}

/* ---------- sections ---------- */

.section {
  padding: 52px 16px;
  max-width: 1080px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  font-size: clamp(1.7rem, 4.5vw, 2.6rem);
  margin: 0 0 12px;
}

.section-sub {
  text-align: center;
  font-weight: 700;
  margin: 0 auto 26px;
  max-width: 640px;
}

.section-dark {
  max-width: none;
  background: var(--navy);
  color: var(--white);
}

.section-dark > * { max-width: 1080px; margin-left: auto; margin-right: auto; }

.section-yellow {
  max-width: none;
  background: var(--yellow-soft);
  border-top: 4px solid var(--yellow);
  border-bottom: 4px solid var(--yellow);
}

.section-yellow > * { max-width: 1080px; margin-left: auto; margin-right: auto; }

/* ---------- before / after ---------- */

.ba-slider {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  overflow: hidden;
  border: 5px solid var(--yellow);
  border-radius: 8px;
  user-select: none;
  touch-action: none;
}

.ba-img { width: 100%; height: auto; }

.ba-after-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  width: 50%;
  border-right: 3px solid var(--yellow);
}

.ba-after-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 820px;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

.ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 44px;
  margin-left: -22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: ew-resize;
}

.ba-grip {
  background: var(--red);
  color: var(--yellow);
  border: 2px solid var(--yellow);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.ba-tag {
  position: absolute;
  top: 10px;
  font-family: 'Anton', Impact, sans-serif;
  padding: 3px 12px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}

.ba-tag-before { left: 10px; background: #333; color: #eee; }
.ba-tag-after { right: 10px; background: var(--red); color: var(--yellow); }

.ba-caption {
  text-align: center;
  font-size: 0.8rem;
  font-style: italic;
  opacity: 0.8;
  margin-top: 12px;
}

/* ---------- steps ---------- */

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 30px;
}

.step {
  background: var(--white);
  border: 3px solid var(--navy);
  border-radius: 10px;
  padding: 26px 20px 20px;
  text-align: center;
  position: relative;
  box-shadow: 5px 5px 0 var(--yellow);
}

.step-num {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--red);
  color: var(--white);
  font-family: 'Anton', Impact, sans-serif;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  border: 3px solid var(--yellow);
}

.step h3 { margin: 8px 0 8px; color: var(--red-dark); font-size: 1.4rem; }

.step p { margin: 0; font-size: 0.95rem; }

.wide-figure { margin: 40px auto 0; max-width: 720px; text-align: center; }

.wide-figure img {
  border: 5px solid var(--yellow);
  border-radius: 8px;
  box-shadow: 6px 6px 0 var(--navy);
  margin: 0 auto;
}

.wide-figure figcaption {
  margin-top: 10px;
  font-size: 0.85rem;
  font-style: italic;
}

/* ---------- flavors ---------- */

.flavors {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 30px;
}

.flavor-card {
  background: var(--white);
  border: 3px solid var(--red);
  border-radius: 10px;
  padding: 18px;
  text-align: center;
  position: relative;
}

.flavor-card img {
  height: 260px;
  width: auto;
  margin: 0 auto 12px;
  object-fit: contain;
}

.flavor-card h3 { margin: 0 0 8px; color: var(--red-dark); font-size: 1.2rem; }

.flavor-card p { margin: 0; font-size: 0.92rem; }

.flavor-flag {
  position: absolute;
  top: -14px;
  right: -10px;
  background: var(--red);
  color: var(--yellow);
  font-family: 'Anton', Impact, sans-serif;
  padding: 4px 12px;
  transform: rotate(6deg);
  font-size: 0.9rem;
  border: 2px solid var(--yellow);
}

/* ---------- testimonials ---------- */

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 30px;
}

.testimonial {
  background: rgba(255, 255, 255, 0.07);
  border: 2px solid rgba(255, 212, 0, 0.5);
  border-radius: 10px;
  padding: 18px;
  text-align: center;
}

.testimonial img {
  width: 132px;
  height: 132px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 14px;
  border: 3px solid var(--yellow);
}

.testimonial blockquote {
  margin: 0 0 10px;
  font-style: italic;
  font-size: 0.95rem;
}

.t-name {
  margin: 0;
  font-weight: 900;
  color: var(--yellow);
  letter-spacing: 0.06em;
  font-size: 0.85rem;
}

/* ---------- but wait ---------- */

.but-wait { text-align: center; }

.but-wait-lead {
  margin: 0;
  font-family: 'Anton', Impact, sans-serif;
  font-size: clamp(2.6rem, 8vw, 4.5rem);
  color: var(--yellow);
  -webkit-text-stroke: 2px var(--red-dark);
  transform: rotate(-3deg);
  animation: pulse 1.2s infinite;
}

.bonus {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 28px;
  align-items: center;
  margin-top: 26px;
  text-align: left;
}

.bonus figure { margin: 0; }

.bonus img {
  border: 4px solid var(--red);
  border-radius: 10px;
}

.bonus-copy h3 { color: var(--red-dark); font-size: 1.5rem; margin: 0 0 10px; }

.fine-inline { font-size: 0.78rem; font-style: italic; opacity: 0.85; }

/* ---------- order ---------- */

.section-order {
  max-width: none;
  background: repeating-linear-gradient(45deg, var(--red) 0 30px, var(--red-dark) 30px 60px);
  color: var(--white);
}

.section-order > * { max-width: 1080px; margin-left: auto; margin-right: auto; }

.section-order .section-title { color: var(--white); text-shadow: 2px 2px 0 var(--red-dark); }

.stock-line {
  text-align: center;
  font-weight: 900;
  background: var(--yellow);
  color: var(--red-dark);
  max-width: 560px;
  padding: 8px 16px;
  transform: rotate(-1deg);
  margin-bottom: 30px;
}

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

.offer {
  background: var(--paper);
  color: var(--ink);
  border-radius: 10px;
  padding: 22px 18px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}

.offer-featured {
  border: 4px solid var(--yellow);
  transform: scale(1.04);
  box-shadow: 0 0 24px rgba(255, 212, 0, 0.55);
}

.offer-flag {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  background: var(--yellow);
  color: var(--red-dark);
  font-family: 'Anton', Impact, sans-serif;
  padding: 4px 14px;
  font-size: 0.95rem;
}

.offer h3 { margin: 0 0 6px; color: var(--navy); font-size: 1.25rem; }

.offer-price {
  font-family: 'Anton', Impact, sans-serif;
  font-size: 2.4rem;
  color: var(--red);
  margin: 0 0 8px;
}

.offer-desc { font-size: 0.92rem; margin: 0 0 8px; flex: 1; }

.offer-sh { font-size: 0.75rem; font-style: italic; margin: 0 0 14px; }

.btn-offer {
  background: linear-gradient(var(--red), var(--red-dark));
  color: var(--yellow);
  font-family: 'Anton', Impact, sans-serif;
  font-size: 1.05rem;
  padding: 10px 18px;
  border: 2px solid var(--yellow);
  border-radius: 6px;
  cursor: pointer;
  letter-spacing: 0.04em;
}

.btn-offer:hover { filter: brightness(1.1); }

.order-form, .order-confirm {
  background: var(--paper);
  color: var(--ink);
  border-radius: 10px;
  padding: 26px 22px;
  margin-top: 30px;
  max-width: 640px;
  border: 4px dashed var(--yellow);
}

.order-form h3, .order-confirm h3 {
  margin: 0 0 10px;
  color: var(--red-dark);
  font-size: 1.5rem;
  text-align: center;
}

.order-summary { text-align: center; font-weight: 700; }

.order-fields { display: flex; flex-direction: column; gap: 14px; margin: 18px 0; }

.order-fields label { font-weight: 700; font-size: 0.9rem; display: block; }

.order-fields input[type="text"] {
  width: 100%;
  padding: 10px;
  margin-top: 4px;
  border: 2px solid var(--navy);
  border-radius: 6px;
  font-family: inherit;
  font-size: 1rem;
}

.order-check { display: flex; align-items: center; gap: 8px; }

.order-total {
  font-family: 'Anton', Impact, sans-serif;
  font-size: 1.6rem;
  text-align: center;
  color: var(--red);
}

.btn-wide { display: block; width: 100%; text-align: center; }

.order-confirm { text-align: center; }

.guarantee {
  background: var(--paper);
  color: var(--ink);
  border-radius: 10px;
  padding: 16px 20px;
  margin-top: 30px;
  font-size: 0.88rem;
  max-width: 760px;
}

/* ---------- faq ---------- */

.faq-list { max-width: 760px; margin: 26px auto 0; }

.faq-list details {
  background: var(--white);
  border: 2px solid var(--navy);
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 0 16px;
}

.faq-list summary {
  font-weight: 900;
  padding: 14px 0;
  cursor: pointer;
  color: var(--navy);
}

.faq-list p { margin: 0 0 14px; font-size: 0.95rem; }

/* ---------- footer ---------- */

.site-footer {
  background: var(--navy);
  color: #cdd5e4;
  text-align: center;
  padding: 40px 16px;
  font-size: 0.8rem;
}

.footer-logo {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--white);
}

.footer-fine { max-width: 760px; margin: 0 auto 16px; line-height: 1.6; }

.footer-links a { color: var(--yellow); font-weight: 700; }

.footer-links span { margin: 0 8px; }

.footer-copy { opacity: 0.7; }

/* ---------- image modal ---------- */

.img-modal[hidden] { display: none; }

.img-modal {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 20, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  padding: 24px;
}

.img-modal img {
  max-width: 92vw;
  max-height: 88vh;
  border: 4px solid var(--yellow);
  border-radius: 8px;
}

.img-modal-close {
  position: absolute;
  top: 14px;
  right: 20px;
  background: var(--red);
  color: var(--white);
  border: 2px solid var(--yellow);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
}

/* ---------- marketing page ---------- */

.marketing-page { max-width: 900px; margin: 0 auto; padding: 40px 16px; }

.marketing-page h2 { text-align: center; color: var(--red); font-size: 2rem; margin: 0 0 8px; }

.marketing-intro { text-align: center; max-width: 620px; margin: 0 auto 32px; }

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

.marketing-grid figure { margin: 0; }

.marketing-grid figure.span-2 { grid-column: 1 / -1; }

.marketing-grid img {
  border: 4px solid var(--yellow);
  border-radius: 8px;
  box-shadow: 6px 6px 0 var(--red);
  width: 100%;
}

.marketing-grid figcaption {
  text-align: center;
  font-size: 0.85rem;
  font-style: italic;
  margin-top: 8px;
}

.back-link {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--red-dark);
  font-weight: 700;
}

/* ---------- responsive ---------- */

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; }
  .hero-media { order: -1; max-width: 520px; margin: 0 auto; }
  .price-burst { right: 4px; top: -14px; width: 96px; height: 96px; font-size: 1.05rem; }
  .steps, .flavors, .testimonials, .offers { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; }
  .steps { gap: 34px; }
  .offer-featured { transform: none; }
  .bonus { grid-template-columns: 1fr; text-align: center; }
  .bonus-copy { text-align: left; }
  .bonus figure { max-width: 380px; margin: 0 auto; }
  .marketing-grid { grid-template-columns: 1fr; }
  .masthead { text-align: center; }
}
