:root {
  color-scheme: light;
  --ink: #17201b;
  --muted: #607066;
  --line: #dfe6df;
  --surface: #ffffff;
  --surface-2: #f6f8f3;
  --accent: #b73524;
  --accent-2: #1f6f5b;
  --accent-soft: #f9e8df;
  --shadow: 0 18px 50px rgba(25, 34, 28, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface-2);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

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

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

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  align-items: center;
  padding: 14px clamp(16px, 4vw, 48px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #fff;
  background: var(--accent);
  border-radius: 8px;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 13px;
}

.nav {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-weight: 700;
}

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

.cart-button,
.button,
.chip,
.icon-button {
  border: 0;
  cursor: pointer;
}

.cart-button {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  color: #fff;
  background: var(--ink);
  border-radius: 8px;
  font-weight: 800;
}

.cart-button strong {
  display: grid;
  min-width: 26px;
  height: 26px;
  place-items: center;
  color: var(--ink);
  background: #fff;
  border-radius: 999px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(420px, 640px);
  justify-content: center;
  gap: 48px;
  align-items: center;
  padding: clamp(40px, 6vw, 68px) clamp(16px, 4vw, 48px) 42px;
  background: linear-gradient(110deg, #fff9f0, #f4f7ef);
}

.hero-copy {
  max-width: 600px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

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

h1 {
  max-width: 620px;
  margin-bottom: 20px;
  font-size: clamp(40px, 4.8vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.25;
}

.lead {
  max-width: 560px;
  color: #3f4d44;
  font-size: 19px;
}

.hero-actions,
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cook-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  max-width: 580px;
  margin: 20px 0 18px;
}

.cook-mini strong,
.cook-mini span {
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
}

.cook-mini strong {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.hero-actions .primary {
  animation: soft-pulse 4s ease-in-out infinite;
}

.hero-offer-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.hero-offer-row a {
  display: grid;
  gap: 4px;
  min-height: 76px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.hero-offer-row strong {
  font-size: 20px;
}

.hero-offer-row span {
  color: var(--muted);
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  font-weight: 800;
}

.button.primary {
  color: #fff;
  background: var(--accent);
}

.pulse-cta {
  position: relative;
  box-shadow: 0 0 0 0 rgba(183, 53, 36, 0.42);
  animation: cta-pulse 1.9s ease-in-out infinite;
}

.button.secondary {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
}

.button.hit-cta {
  color: #fff;
  background: var(--accent-2);
  box-shadow: 0 10px 24px rgba(31, 111, 91, 0.18);
  animation: hit-pulse 2.4s ease-in-out infinite;
}

.button.link-button {
  min-height: 40px;
  padding: 0;
  color: var(--accent-2);
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.button.wide {
  width: 100%;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 32px 0 0;
}

.trust-row div,
.info-list article,
.product-card,
.featured-card,
.cart-panel,
.order-form,
.callback-form,
.payment-details {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.trust-row div {
  padding: 16px;
}

.trust-row dt {
  font-size: 22px;
  font-weight: 900;
}

.trust-row dd {
  margin: 0;
  color: var(--muted);
}

.hero-media {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-media picture {
  display: block;
}

.hero-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.hero-badge {
  position: absolute;
  right: 16px;
  bottom: 16px;
  max-width: 240px;
  padding: 14px 16px;
  color: #fff;
  background: rgba(23, 32, 27, 0.88);
  border-radius: 8px;
}

.hero-badge strong,
.hero-badge span {
  display: block;
}

.cook-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 1.1fr);
  gap: 24px;
  align-items: stretch;
  padding: 42px clamp(16px, 4vw, 48px);
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.cook-video-card,
.cook-steps article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
}

.cook-video-card {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.cook-video-card h2 {
  max-width: 640px;
  font-size: clamp(28px, 3vw, 38px);
}

.cook-video-card p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 17px;
}

.video-slot {
  overflow: hidden;
  background: #111812;
  border-radius: 8px;
}

.video-slot video {
  display: block;
  width: 100%;
  max-height: 560px;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #111812;
}

.cook-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cook-steps article {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
}

.cook-steps span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  background: var(--accent-2);
  border-radius: 999px;
  font-weight: 900;
}

.cook-steps p {
  margin-bottom: 0;
  color: var(--muted);
}

.quick-order-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 18px clamp(16px, 4vw, 48px);
  color: #fff;
  background: var(--ink);
  font-weight: 700;
}

.quick-order-band div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.callback-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.1fr);
  gap: 28px;
  align-items: center;
  padding: 38px clamp(16px, 4vw, 48px);
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.callback-copy {
  max-width: 620px;
}

.callback-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(28px, 3vw, 40px);
}

.callback-copy p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

.callback-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  box-shadow: 0 14px 36px rgba(25, 34, 28, 0.08);
}

.callback-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 800;
}

.callback-question,
.callback-form button {
  grid-column: 1 / -1;
}

.floating-callback {
  position: fixed;
  right: 18px;
  bottom: 82px;
  z-index: 35;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  color: #fff;
  background: var(--accent-2);
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(31, 111, 91, 0.28);
  font-weight: 900;
  animation: hit-pulse 2.8s ease-in-out infinite;
}

.icon-dot {
  width: 10px;
  height: 10px;
  background: #ffcf53;
  border-radius: 999px;
}

.ticker {
  overflow: hidden;
  color: #fff;
  background: var(--accent);
}

.ticker-track {
  display: flex;
  width: max-content;
  gap: 34px;
  padding: 10px 0;
  font-weight: 900;
  white-space: nowrap;
  animation: ticker-scroll 28s linear infinite;
}

.ticker-track span::before {
  content: "•";
  margin-right: 34px;
  color: #ffcf53;
}

.shop-menu {
  display: grid;
  grid-template-columns: minmax(240px, 0.6fr) minmax(0, 1.4fr);
  gap: 24px;
  align-items: end;
  padding: 34px clamp(16px, 4vw, 48px);
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.shop-menu-heading h2 {
  max-width: 520px;
  margin-bottom: 0;
  font-size: 28px;
}

.shop-menu .catalog-tools {
  margin-bottom: 0;
}

.section {
  padding: 64px clamp(16px, 4vw, 48px);
}

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

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.featured-card {
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.featured-card img,
.product-card img {
  width: 100%;
  aspect-ratio: 1 / 0.72;
  object-fit: cover;
  background: #eef2ea;
}

.featured-body,
.product-body {
  padding: 18px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.tag {
  padding: 4px 8px;
  color: var(--accent-2);
  background: #e6f1ed;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.price-row,
.product-actions,
.cart-line,
.cart-summary > div,
.form-summary {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.price {
  font-size: 24px;
  font-weight: 900;
}

.discount-label {
  display: inline-flex;
  width: fit-content;
  padding: 5px 9px;
  color: #fff;
  background: var(--accent);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.sale-ribbon {
  width: fit-content;
  margin-bottom: 10px;
  padding: 7px 10px;
  color: #fff;
  background: var(--ink);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
}

.old-price {
  color: var(--muted);
  text-decoration: line-through;
}

.catalog-tools {
  display: grid;
  grid-template-columns: minmax(220px, 360px) 1fr;
  gap: 20px;
  align-items: end;
  margin-bottom: 28px;
}

.search-box {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

textarea {
  resize: vertical;
}

.chip {
  min-height: 40px;
  padding: 0 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 800;
}

.chip.active {
  color: #fff;
  background: var(--accent-2);
  border-color: var(--accent-2);
}

.catalog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}

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

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
}

.product-body h3 {
  min-height: 50px;
  margin-bottom: 0;
}

.product-meta {
  color: var(--muted);
  font-size: 14px;
}

.product-actions {
  display: grid;
  grid-template-columns: minmax(92px, 1fr) auto minmax(92px, 1fr);
  gap: 10px;
  align-items: center;
  margin-top: auto;
}

.details-button {
  justify-content: flex-start;
}

.add-button {
  min-width: 92px;
}

.stepper {
  display: grid;
  grid-template-columns: 40px 44px 40px;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.stepper button {
  height: 40px;
  border: 0;
  background: #fff;
  cursor: pointer;
  font-weight: 900;
}

.stepper span {
  text-align: center;
  font-weight: 900;
}

.cart-panel {
  position: sticky;
  top: 88px;
  padding: 18px;
}

.cart-panel-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.icon-button {
  width: 40px;
  height: 40px;
  background: var(--surface-2);
  border-radius: 8px;
  font-size: 26px;
  line-height: 1;
}

.cart-items {
  display: grid;
  gap: 12px;
  margin: 10px 0;
}

.cart-line {
  align-items: flex-start;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.cart-line small {
  display: block;
  color: var(--muted);
}

.cart-empty {
  padding: 16px;
  color: var(--muted);
  background: var(--surface-2);
  border-radius: 8px;
}

.cart-summary {
  display: grid;
  gap: 12px;
  margin: 18px 0;
}

.progress-wrap {
  display: grid !important;
  gap: 8px;
  align-items: stretch !important;
}

.progress {
  overflow: hidden;
  height: 8px;
  background: #e7ede7;
  border-radius: 999px;
}

.progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--accent-2);
}

.total {
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 20px;
}

.info-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 48px;
  background: #fff;
}

.proof-section {
  background: #fff;
}

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

.proof-grid article {
  padding: 20px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.proof-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.proof-grid p {
  margin: 0;
  color: var(--muted);
}

.info-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.info-list article {
  padding: 20px;
}

.info-list p {
  color: var(--muted);
}

.order-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 40px;
  align-items: start;
}

.order-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 22px;
}

.form-intro,
.privacy-note {
  grid-column: 1 / -1;
}

.form-intro {
  display: grid;
  gap: 4px;
  padding: 16px;
  background: var(--accent-soft);
  border-radius: 8px;
}

.form-intro strong {
  font-size: 18px;
}

.form-intro span,
.privacy-note {
  color: var(--muted);
}

.order-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 800;
}

.form-summary,
.order-form button {
  grid-column: 1 / -1;
}

.order-form label:nth-child(7) {
  grid-column: 1 / -1;
}

.form-summary {
  padding: 16px;
  background: var(--surface-2);
  border-radius: 8px;
}

.form-summary strong {
  font-size: 24px;
}

.payment-details {
  grid-column: 2;
  padding: 18px;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  max-width: 360px;
  padding: 16px 18px;
  color: #fff;
  background: var(--ink);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(23, 32, 27, 0.62);
}

.modal-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(280px, 1fr);
  width: min(880px, 100%);
  max-height: min(760px, 92vh);
  overflow: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.modal-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.modal-body {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 28px;
}

.modal-content {
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.modal-content p {
  margin-bottom: 0;
}

.modal-content ul {
  display: grid;
  gap: 7px;
  padding-left: 20px;
}

.modal-content a {
  color: var(--accent-2);
  font-weight: 900;
}

.details-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.details-facts div {
  display: grid;
  gap: 3px;
  padding: 12px;
  color: var(--ink);
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.details-facts span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.details-facts strong {
  font-size: 15px;
}

.source-details {
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.source-details summary {
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
}

.source-description {
  margin-top: 10px;
  line-height: 1.58;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}

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

@keyframes cta-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(183, 53, 36, 0.34);
  }

  50% {
    transform: scale(1.035);
    box-shadow: 0 0 0 10px rgba(183, 53, 36, 0);
  }
}

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

  50% {
    transform: scale(1.025);
  }
}

@keyframes soft-pulse {
  0%,
  82%,
  100% {
    transform: translateY(0);
    box-shadow: none;
  }
  88% {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(183, 53, 36, 0.22);
  }
}

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

@media (max-width: 900px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero,
  .catalog-layout,
  .info-grid,
  .cook-section,
  .callback-band,
  .order-section {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 28px;
    padding-top: 32px;
  }

  .catalog-tools,
  .shop-menu,
  .cook-steps,
  .quick-order-band,
  .featured-grid,
  .proof-grid,
  .info-list {
    grid-template-columns: 1fr;
  }

  .cart-panel {
    position: static;
  }

  .payment-details {
    grid-column: auto;
  }

  .modal-card {
    grid-template-columns: 1fr;
  }

  .modal-card img {
    min-height: 260px;
    max-height: 320px;
  }

  .details-facts {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .topbar {
    gap: 12px;
    padding: 10px 14px;
  }

  .brand small {
    display: none;
  }

  .cart-button span {
    display: none;
  }

  .trust-row,
  .hero-offer-row,
  .product-grid,
  .callback-form,
  .order-form {
    grid-template-columns: 1fr;
  }

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

  .hero-offer-row,
  .trust-row {
    display: none;
  }

  .button {
    width: 100%;
  }

  h1 {
    font-size: 34px;
  }

  .lead {
    font-size: 17px;
  }

  .hero-media img {
    aspect-ratio: 1 / 1;
  }

  .hero-badge {
    right: 10px;
    bottom: 10px;
    max-width: min(230px, calc(100% - 20px));
    padding: 10px 12px;
  }

  .product-actions {
    grid-template-columns: 1fr;
  }

  .details-button {
    justify-content: center;
  }

  .floating-callback {
    display: none;
  }
}
