/* ==========================================================================
   Notorious Cookware — "6 Ways You're Killing Your Knives" prelander

   Styles for /bundle/killing-your-knives, the port of the client's own
   Shopify page (notoriouscookware.com/pages/killing-your-knives) onto our
   funnel. The layout and palette come straight from that page so the test
   reads as a like-for-like copy; only the fonts, the promo bar and the
   footer were rewired to the assets this repo already ships.

   Loaded on its own — this page does not use landing.css.
   ========================================================================== */

@font-face {
  font-family: "Beiko Heavy";
  src: url("/bundle/fonts/webfonts/beiko-heavy.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Laica";
  src: url("/bundle/fonts/webfonts/ABC%20Laica%20B%20Italic%20Variable%20Trial-normal-400-100.ttf")
    format("truetype");
  font-style: italic;
  font-display: swap;
}

:root {
  --slab: #48453d;
  --deep-green: #2a4022;
  --soft-green: #a1a381;
  --mint: #e0edd2;
  --clay: #948a70;
  --caramel: #e7d5b2;
  --nude: #faf7ee;
  --acid: #e4ff47;
  --ink: #282720;
  --white: #fffdf8;
  --line: rgba(72, 69, 61, 0.22);
  --content: 1112px;
  --wide: 1280px;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(42, 64, 34, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--nude);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  left: 16px;
  top: 12px;
  transform: translateY(-150%);
  background: var(--acid);
  padding: 10px 16px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 74px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 10px clamp(20px, 4vw, 64px);
  color: var(--nude);
  background: rgba(42, 64, 34, 0.96);
  border-bottom: 1px solid rgba(250, 247, 238, 0.18);
  backdrop-filter: blur(14px);
}

.brand {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: inherit;
  text-decoration: none;
}

.brand img {
  border-radius: 6px;
}

.brand__mark {
  display: block;
  width: clamp(132px, 15vw, 172px);
  line-height: 0;
}
.brand__mark svg { width: 100%; height: auto; display: block; }
.site-header .brand__mark svg path { fill: var(--nude); }
.footer-brand .brand__mark svg path { fill: var(--nude); }

.brand span {
  font-family: "Beiko Heavy", Impact, sans-serif;
  font-size: 16px;
  line-height: 0.82;
  letter-spacing: -0.03em;
}

.header-context {
  display: grid;
  justify-items: center;
  line-height: 1.2;
  text-align: center;
}

.header-context span {
  color: var(--acid);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.header-context small {
  color: rgba(250, 247, 238, 0.7);
  font-size: 10px;
  letter-spacing: 0.04em;
}

.story-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px;
  border: 1px solid rgba(250, 247, 238, 0.22);
  border-radius: 100px;
}

.story-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.story-nav a:hover,
.story-nav a[aria-current="page"] {
  color: var(--deep-green);
  background: var(--acid);
}

.header-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-self: end;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-underline-offset: 5px;
}

.hero {
  width: calc(100% - 84px);
  max-width: var(--content);
  min-height: 710px;
  margin: 0 auto;
  padding: clamp(62px, 6vw, 86px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(360px, 1fr);
  align-items: center;
  gap: 56px;
}

.editorial-media {
  position: relative;
  margin: 0;
  border-radius: var(--radius);
  background: var(--soft-green);
}

.editorial-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.hero-media {
  aspect-ratio: 1 / 1;
  box-shadow: var(--shadow);
}

.hero-media img {
  object-position: center;
}

.hero-media.knife-portrait img {
  object-position: center;
}

.media-index {
  position: absolute;
  right: 14px;
  bottom: 12px;
  padding: 5px 8px;
  color: var(--nude);
  background: rgba(40, 39, 32, 0.82);
  border-radius: 4px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--clay);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero h1,
.fix-section h2,
.product-section h2,
.offer-section h2,
.closing-section h2 {
  margin: 0;
  font-family: "Beiko Heavy", Impact, sans-serif;
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 660px;
  font-size: clamp(40px, 3.35vw, 50px);
}

.hero-copy > p {
  max-width: 600px;
  margin: 26px 0;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.45;
}

.cta {
  min-height: 56px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 0 24px;
  color: var(--nude);
  background: var(--deep-green);
  border: 1px solid var(--deep-green);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.cta:hover {
  color: var(--deep-green);
  background: var(--acid);
  transform: translateY(-2px);
}

.cta:focus-visible,
button:focus-visible,
summary:focus-visible,
a:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 3px;
}

.cta.light {
  color: var(--deep-green);
  background: var(--acid);
  border-color: var(--acid);
}

.cta.light:hover {
  background: var(--nude);
}

.cta.outline {
  color: var(--deep-green);
  background: transparent;
}

.assurance-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  margin-top: 24px;
  padding: 0;
  list-style: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.hero .assurance-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.assurance-strip li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.assurance-strip li > span {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  color: var(--deep-green);
  background: var(--acid);
  border-radius: 50%;
  font-size: 10px;
}

.reason-stack {
  max-width: 1192px;
  margin: 0 auto;
  padding: 0 24px;
}

.reason {
  min-height: 440px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: clamp(44px, 6vw, 82px);
  padding: 58px 0;
  border-top: 1px solid var(--line);
  scroll-margin-top: 80px;
}

.reason.reverse .reason-copy {
  order: 2;
}

.reason-heading {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 22px;
}

.reason-number {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  color: var(--deep-green);
  background: var(--mint);
  border-radius: 50%;
  font-family: "Beiko Heavy", Impact, sans-serif;
  font-size: 28px;
  line-height: 1;
}

.reason h2 {
  margin: 0;
  font-family: "Beiko Heavy", Impact, sans-serif;
  font-size: clamp(30px, 2.7vw, 40px);
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.body-copy p,
.reason-copy p {
  margin: 0;
}

.reason-copy > .body-copy {
  padding-left: 82px;
}

.reason-copy .body-copy > p {
  font-size: 16px;
  line-height: 1.68;
}

.reason-more {
  margin-top: 16px;
  border-top: 1px solid var(--line);
}

.reason-more summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--deep-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  list-style: none;
  text-transform: uppercase;
  cursor: pointer;
}

.reason-more summary::-webkit-details-marker {
  display: none;
}

.reason-more summary span {
  font-size: 20px;
  transition: transform 180ms ease;
}

.reason-more[open] summary span {
  transform: rotate(45deg);
}

.reason-more > div {
  padding: 0 0 8px;
}

.reason-more p + p {
  margin-top: 12px;
}

.reason .editorial-media {
  aspect-ratio: 1.35 / 1;
}

.reason .editorial-media img {
  object-position: center;
}

.reason .editorial-media.contain-media {
  aspect-ratio: 1 / 1;
}

.reason .editorial-media.contain-media img {
  object-fit: contain;
}

.fix-section {
  max-width: var(--content);
  margin: 88px auto;
  padding: clamp(40px, 5vw, 64px);
  color: var(--nude);
  background: var(--deep-green);
  border-radius: 20px;
  scroll-margin-top: 90px;
}

.fix-section .eyebrow,
.offer-section .eyebrow {
  color: var(--acid);
}

.fix-heading {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.fix-section h2,
.offer-section h2,
.closing-section h2 {
  font-size: clamp(46px, 5vw, 72px);
}

.fix-section h2 {
  font-size: clamp(38px, 4vw, 54px);
  line-height: 0.98;
}

.fix-lede {
  max-width: 680px;
  margin: 20px auto 0;
  color: rgba(250, 247, 238, 0.86);
  font-size: 17px;
  line-height: 1.6;
}

.fix-layout {
  margin-top: 40px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: start;
}

.fix-media {
  aspect-ratio: 1.2 / 1;
  background: var(--slab);
}

.fix-media.built-media {
  aspect-ratio: 535 / 456;
}

.fix-points {
  display: grid;
  gap: 12px;
}

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

.fix-point {
  min-height: 104px;
  padding: 18px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--ink);
  background: var(--nude);
  border: 1px solid rgba(250, 247, 238, 0.22);
  border-radius: 12px;
}

.fix-point > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--deep-green);
  background: var(--acid);
  border-radius: 50%;
  font-family: "Beiko Heavy", Impact, sans-serif;
  font-size: 15px;
}

.fix-point p {
  margin: 2px 0 0;
  font-size: 14px;
  line-height: 1.52;
}

.fix-note {
  grid-column: 1 / -1;
  margin: 4px 4px 0;
  padding: 18px 4px 0;
  color: var(--nude);
  border-top: 1px solid rgba(250, 247, 238, 0.28);
  font-size: 15px;
  line-height: 1.65;
}

.fix-action {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

/* Shared end-of-section CTA row: evidence, benefits, FAQ, reviews. */
.section-action {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}

/* In-story CTA closing each of the six reasons, aligned with the body copy. */
.reason-cta {
  margin: 26px 0 0 82px;
}

.testimonial {
  max-width: var(--content);
  min-height: 340px;
  margin: 0 auto 130px;
  padding: 56px 64px;
  display: grid;
  grid-template-columns: 100px 1fr auto;
  align-items: center;
  gap: 36px;
  background: var(--mint);
  border-radius: var(--radius);
}

.quote-mark {
  height: 80px;
  font-family: "Laica", Georgia, serif;
  font-size: 120px;
  line-height: 1;
}

blockquote {
  margin: 10px 0;
  font-family: "Laica", Georgia, serif;
  font-size: clamp(24px, 2.2vw, 34px);
  font-style: italic;
  line-height: 1.2;
}

.draft-label {
  margin: 0;
  color: var(--slab);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.evidence-section {
  max-width: var(--content);
  margin: 88px auto 48px;
  padding: 52px 56px;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 64px;
  color: var(--ink);
  background: var(--mint);
  border-radius: 28px;
}

.evidence-heading h2 {
  margin: 0;
  font-family: "Beiko Heavy", Impact, sans-serif;
  font-size: clamp(40px, 3.8vw, 54px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.evidence-heading p {
  max-width: 390px;
  margin: 20px 0 0;
  color: var(--slab);
  font-size: 14px;
  line-height: 1.55;
}

.evidence-section .eyebrow {
  color: var(--deep-green);
}

/* the evidence block is a two-column grid, so its CTA row spans both */
.evidence-section .section-action {
  grid-column: 1 / -1;
  margin-top: 8px;
}

.evidence-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}

.evidence-list li {
  min-height: 126px;
  padding: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(32, 56, 36, 0.12);
  border-radius: 14px;
}

.evidence-card-image {
  width: 100%;
  aspect-ratio: 1.8 / 1;
  object-fit: cover;
  background: var(--deep-green);
}

.evidence-card-copy {
  padding: 18px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}

.evidence-card-copy > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--deep-green);
  background: var(--acid);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
}

.evidence-list h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 16px;
}

.evidence-list p {
  margin: 0;
  color: var(--slab);
  font-size: 13px;
  line-height: 1.5;
}

.product-section {
  padding: 64px max(24px, calc((100vw - var(--wide)) / 2)) 104px;
  color: var(--ink);
  background: var(--nude);
  scroll-margin-top: 74px;
}

.product-heading,
.benefit-heading {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: start;
}

.product-chapter,
.benefit-chapter {
  display: grid;
  gap: 30px;
  padding-top: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.product-chapter strong,
.benefit-chapter strong {
  font-size: 12px;
}

.product-heading h2 {
  max-width: 900px;
  margin: 0;
  font-family: "Beiko Heavy", Impact, sans-serif;
  font-size: clamp(54px, 6vw, 82px);
  line-height: 0.92;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.product-heading > div:last-child > p {
  max-width: 740px;
  margin: 26px 0 0;
  color: var(--slab);
  font-size: 17px;
  line-height: 1.6;
}

.product-grid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: minmax(370px, 0.76fr) minmax(0, 1.14fr);
  gap: 20px;
  align-items: stretch;
}

.product-gallery {
  min-width: 0;
}

.product-image-frame {
  position: relative;
  min-height: 720px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--deep-green);
  border-radius: 28px;
}

.product-image-frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-badge {
  position: absolute;
  z-index: 2;
  top: 22px;
  right: 22px;
  width: 96px;
  height: 96px;
  display: grid;
  place-content: center;
  color: var(--deep-green);
  background: var(--acid);
  border-radius: 50%;
  font-family: "Beiko Heavy", Impact, sans-serif;
  font-size: 24px;
  line-height: 0.9;
  text-align: center;
  transform: rotate(6deg);
}

.product-badge small {
  display: block;
  margin-top: 6px;
  font-family: "Archivo", sans-serif;
  font-size: 8px;
  font-weight: 700;
}

.product-media-label {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 20px;
  padding: 8px 10px;
  color: var(--nude);
  background: rgba(42, 64, 34, 0.9);
  border-radius: 6px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.gallery-thumbs button {
  aspect-ratio: 1.55 / 1;
  padding: 0;
  overflow: hidden;
  background: var(--mint);
  border: 2px solid transparent;
  border-radius: 12px;
  cursor: pointer;
}

.gallery-thumbs button:hover,
.gallery-thumbs button.active {
  border-color: var(--acid);
}

.gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-config {
  min-width: 0;
  padding: 18px;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px;
}

.product-config .option-group {
  margin: 0;
}

.option-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.option-card {
  min-height: 74px;
  margin: 0;
  padding: 12px 14px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  color: var(--ink);
  background: var(--nude);
  border: 1px solid var(--line);
  border-radius: 12px;
  cursor: pointer;
}

.option-card input {
  position: absolute;
  opacity: 0;
}

.option-card.selected {
  color: var(--nude);
  background: var(--deep-green);
  border-color: var(--deep-green);
}

.option-card span {
  display: grid;
  gap: 2px;
}

.option-card small {
  color: inherit;
  opacity: 0.62;
  font-size: 9px;
}

.option-card strong {
  max-width: 92px;
  font-size: 10px;
  line-height: 1.25;
  text-align: right;
}

.option-card input:focus-visible + span {
  outline: 3px solid var(--acid);
  outline-offset: 6px;
}

.product-panel-body {
  position: relative;
  min-height: 580px;
  padding: 54px 30px 24px;
  display: grid;
  align-content: start;
}

.product-panel-number {
  position: absolute;
  top: 14px;
  right: 24px;
  color: var(--mint);
  font-family: "Beiko Heavy", Impact, sans-serif;
  font-size: 120px;
  line-height: 0.8;
}

.product-panel-body > .eyebrow {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  color: var(--deep-green);
}

.product-facts {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  display: grid;
  list-style: none;
}

.product-facts li {
  min-height: 58px;
  padding: 12px 0;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.product-facts li > span {
  color: var(--soft-green);
  font-family: "Beiko Heavy", Impact, sans-serif;
  font-size: 24px;
}

.product-facts b {
  font-size: 14px;
}

fieldset {
  min-width: 0;
  margin: 26px 0 0;
  padding: 0;
  border: 0;
}

legend {
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.size-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.size-group legend {
  width: 100%;
}

.size-group label {
  cursor: pointer;
}

.size-group input {
  position: absolute;
  opacity: 0;
}

.size-group span {
  min-width: 112px;
  min-height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
}

.size-group input:checked + span {
  color: var(--nude);
  background: var(--deep-green);
  border-color: var(--deep-green);
}

.size-group input:focus-visible + span {
  outline: 3px solid var(--acid);
  outline-offset: 3px;
}

.size-note,
.integration-note {
  margin: 10px 0 0;
  color: var(--clay);
  font-size: 11px;
  line-height: 1.45;
}

.selection-summary {
  margin-top: 22px;
  padding: 13px 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.selection-summary span {
  color: var(--clay);
}

.cart-button {
  width: 100%;
  min-height: 62px;
  margin-top: 24px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--nude);
  background: var(--deep-green);
  border: 0;
  border-radius: 100px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.cart-button:hover {
  color: var(--deep-green);
  background: var(--acid);
}

.secure-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  margin: 16px 0 20px;
  color: var(--slab);
  font-size: 11px;
}

.secure-row span:not(:last-child)::after {
  content: "·";
  margin-left: 18px;
}

.benefits {
  padding: 104px max(24px, calc((100vw - var(--wide)) / 2));
  background: var(--nude);
}

.benefits h2,
.faq-intro h2 {
  margin: 0;
  font-family: "Beiko Heavy", Impact, sans-serif;
  font-size: clamp(44px, 5vw, 70px);
  line-height: 0.94;
  text-transform: uppercase;
}

.benefit-heading > div:last-child > p {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--slab);
}

.benefit-layout {
  margin-top: 56px;
  display: grid;
  grid-template-columns: minmax(370px, 0.76fr) minmax(0, 1.14fr);
  gap: 20px;
  align-items: stretch;
}

.benefit-media {
  position: relative;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  background: var(--deep-green);
  border-radius: 28px;
}

.benefit-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefit-media figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 7px 9px;
  color: var(--nude);
  background: rgba(42, 64, 34, 0.9);
  border-radius: 6px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.benefit-panel {
  min-width: 0;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px;
}

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

.benefit-tabs button {
  min-height: 72px;
  padding: 10px;
  display: grid;
  align-content: center;
  gap: 3px;
  color: var(--ink);
  background: var(--nude);
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.benefit-tabs button span {
  color: var(--clay);
  font-size: 9px;
}

.benefit-tabs button[aria-selected="true"] {
  color: var(--nude);
  background: var(--deep-green);
  border-color: var(--deep-green);
}

.benefit-tabs button[aria-selected="true"] span {
  color: var(--acid);
}

.benefit-panels article {
  position: relative;
  min-height: 520px;
  padding: 104px 34px 34px;
}

.benefit-panels article[hidden] {
  display: none;
}

.benefit-panels article > span {
  position: absolute;
  top: 28px;
  right: 20px;
  color: var(--mint);
  font-family: "Beiko Heavy", Impact, sans-serif;
  font-size: 118px;
  line-height: 0.8;
}

.benefit-panels h3 {
  position: relative;
  max-width: 520px;
  margin: 90px 0 18px;
  font-family: "Beiko Heavy", Impact, sans-serif;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 0.94;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.benefit-panels p {
  position: relative;
  max-width: 570px;
  margin: 0;
  color: var(--slab);
  font-size: 16px;
  line-height: 1.65;
}

.offer-section {
  min-height: 520px;
  padding: 100px max(24px, calc((100vw - var(--content)) / 2));
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 60px;
  color: var(--nude);
  background: var(--deep-green);
}

.offer-section > div {
  max-width: 780px;
}

.offer-section p {
  max-width: 700px;
  margin: 28px 0 0;
  color: rgba(250, 247, 238, 0.82);
  font-size: 18px;
}

.faq-section {
  max-width: var(--content);
  margin: 0 auto;
  padding: 130px 24px;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 80px;
}

/* the FAQ block is a two-column grid, so its CTA row spans both */
.faq-section .section-action {
  grid-column: 1 / -1;
  margin-top: 12px;
}

.faq-intro {
  position: sticky;
  top: 110px;
  align-self: start;
}

.faq-intro p {
  color: var(--clay);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr 30px;
  gap: 20px;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary i {
  position: relative;
  width: 24px;
  height: 24px;
}

.faq-list summary i::before,
.faq-list summary i::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 4px;
  width: 16px;
  height: 2px;
  background: var(--deep-green);
}

.faq-list summary i::after {
  transform: rotate(90deg);
  transition: transform 180ms ease;
}

.faq-list details[open] summary i::after {
  transform: rotate(0);
}

.faq-list details > div {
  padding: 0 44px 30px 0;
}

.faq-list details p {
  margin: 0;
}

.closing-section {
  min-height: 650px;
  padding: 110px 24px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  background: var(--caramel);
}

.closing-section h2 {
  max-width: 860px;
}

.closing-section > p {
  max-width: 620px;
  margin: 26px 0;
  font-size: 18px;
}

.closing-section .assurance-strip {
  justify-content: center;
}

.site-footer {
  min-height: 310px;
  padding: 64px max(24px, calc((100vw - var(--wide)) / 2));
  display: grid;
  grid-template-columns: 0.8fr 1.4fr 1.1fr 0.9fr;
  gap: 60px;
  align-items: start;
  color: rgba(250, 247, 238, 0.72);
  background: var(--slab);
  font-size: 11px;
}

.footer-brand {
  color: var(--nude);
}

.site-footer small {
  display: block;
  margin-bottom: 12px;
}

.more-stories {
  display: grid;
  gap: 9px;
}

.more-stories > span {
  color: var(--nude);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.more-stories a {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  color: rgba(250, 247, 238, 0.72);
  text-decoration: none;
}

.more-stories a:hover,
.more-stories a[aria-current="page"] {
  color: var(--acid);
}

.more-stories b {
  color: var(--caramel);
}

.footer-note {
  grid-column: 1 / -1;
  padding-top: 24px;
  border-top: 1px solid rgba(250, 247, 238, 0.18);
}

.mobile-cta {
  display: none;
}

.toast {
  position: fixed;
  z-index: 90;
  right: 24px;
  bottom: 24px;
  max-width: 360px;
  padding: 16px 20px;
  color: var(--deep-green);
  background: var(--acid);
  border-radius: 10px;
  box-shadow: var(--shadow);
  font-size: 13px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.visible {
  opacity: 1;
  transform: translateY(0);
}

.error-state {
  min-height: 70vh;
  display: grid;
  place-content: center;
  padding: 40px;
}

@media (min-width: 981px) and (max-width: 1100px) {
  .hero {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .hero-copy {
    padding-inline: 40px;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding-top: 56px;
    padding-inline: 30px;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }

  .hero h1 {
    font-size: clamp(38px, 5.7vw, 58px);
  }

  .reason {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .reason-stack {
    padding-inline: 16px;
  }

  .reason-copy {
    padding-inline: 28px;
  }

  .fix-section {
    margin-inline: 24px;
    padding: 48px;
  }

  .evidence-section {
    margin-inline: 24px;
    grid-template-columns: 1fr;
  }

  .faq-section {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .faq-intro {
    position: static;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 701px) and (max-width: 767px) {
  .product-grid,
  .benefit-layout {
    grid-template-columns: 1fr;
  }

  .product-image-frame,
  .benefit-media {
    min-height: 0;
    aspect-ratio: 1.22 / 1;
  }
}

@media (max-width: 700px) {
  body {
    font-size: 15px;
  }

  body.mobile-bar-active {
    padding-bottom: 76px;
  }

  .site-header {
    min-height: 64px;
    padding-inline: 16px;
  }

  .brand span {
    font-size: 14px;
  }

  .header-context span {
    display: none;
  }

  .header-context small {
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .hero {
    min-height: 0;
    padding: 36px 16px 64px;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-media {
    order: 0;
    aspect-ratio: 1.08 / 1;
  }

  .hero-media.knife-portrait {
    aspect-ratio: 4 / 5;
  }

  .hero-copy {
    order: 1;
  }

  .hero h1 {
    font-size: clamp(36px, 10.5vw, 46px);
  }

  .hero-copy > p {
    margin: 20px 0 24px;
    font-size: 17px;
  }

  .cta {
    width: 100%;
    justify-content: space-between;
  }

  .hero .assurance-strip {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    align-items: start;
  }

  .hero .assurance-strip li {
    min-width: 0;
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 6px;
    text-align: center;
    font-size: 9px;
    line-height: 1.25;
  }

  .reason-stack {
    padding: 0 16px;
  }

  .reason {
    min-height: 0;
    padding: 44px 0 52px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .reason-copy {
    padding-inline: 0;
  }

  .reason.reverse .reason-copy {
    order: 0;
  }

  .reason-number {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }

  .reason h2 {
    font-size: 31px;
  }

  .reason-heading {
    grid-template-columns: 60px 1fr;
    gap: 14px;
    margin-bottom: 18px;
  }

  .reason-copy > .body-copy {
    padding-left: 0;
  }

  .reason-cta {
    margin-left: 0;
  }

  .reason .editorial-media {
    aspect-ratio: 1.42 / 1;
  }

  .fix-section {
    margin: 36px 16px;
    padding: 34px 20px 20px;
    border-radius: 18px;
  }

  .fix-section h2,
  .offer-section h2,
  .closing-section h2 {
    font-size: 46px;
  }

  .fix-section h2 {
    font-size: 38px;
  }

  .fix-lede {
    font-size: 16px;
  }

  .fix-layout {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .fix-media {
    aspect-ratio: 1.5 / 1;
  }

  .fix-points.dense {
    grid-template-columns: 1fr;
  }

  .fix-point {
    min-height: 0;
    padding: 14px;
  }

  .fix-point p {
    font-size: 13.5px;
    line-height: 1.48;
  }

  .fix-action .cta {
    width: 100%;
  }

  .evidence-section {
    min-height: 0;
    margin: 0 16px;
    padding: 34px 22px 26px;
    grid-template-columns: 1fr;
    gap: 26px;
    border-radius: 20px;
  }

  .evidence-heading h2 {
    font-size: 40px;
  }

  .evidence-list {
    grid-template-columns: 1fr;
  }

  .evidence-list li {
    min-height: 0;
  }

  .evidence-card-copy {
    padding: 16px;
  }

  .product-section {
    padding: 38px 16px 62px;
  }

  .product-heading h2 {
    font-size: 46px;
  }

  .product-heading,
  .benefit-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-chapter,
  .benefit-chapter {
    gap: 10px;
  }

  .product-heading > div:last-child > p {
    margin-top: 20px;
    font-size: 16px;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-image-frame {
    min-height: 0;
    aspect-ratio: 0.82 / 1;
    border-radius: 20px;
  }

  .product-badge {
    width: 88px;
    height: 88px;
    font-size: 20px;
  }

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

  .product-config {
    padding: 10px;
    border-radius: 20px;
  }

  .option-card {
    min-height: 72px;
    padding: 10px;
  }

  .option-card strong {
    display: none;
  }

  .product-panel-body {
    min-height: 0;
    padding: 46px 10px 18px;
  }

  .product-panel-number {
    top: 14px;
    right: 10px;
    font-size: 82px;
  }

  .product-facts li {
    min-height: 54px;
  }

  .selection-summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .benefits {
    padding: 72px 16px;
  }

  .benefits h2 {
    font-size: 46px;
  }

  .benefit-layout {
    margin-top: 34px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .benefit-media {
    min-height: 0;
    aspect-ratio: 0.82 / 1;
    border-radius: 20px;
  }

  .benefit-panel {
    padding: 10px;
    border-radius: 20px;
  }

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

  .benefit-tabs button {
    min-height: 66px;
  }

  .benefit-panels article {
    min-height: 360px;
    padding: 82px 14px 24px;
  }

  .benefit-panels article > span {
    top: 20px;
    right: 8px;
    font-size: 82px;
  }

  .benefit-panels h3 {
    margin: 66px 0 16px;
    font-size: 40px;
  }

  .benefit-panels p {
    font-size: 15px;
    line-height: 1.58;
  }

  .offer-section {
    min-height: 0;
    padding: 76px 24px;
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .faq-section {
    padding: 80px 16px;
  }

  .faq-list summary {
    min-height: 84px;
    font-size: 16px;
  }

  .closing-section {
    min-height: 590px;
    padding: 80px 20px;
  }

  .site-footer {
    padding: 58px 20px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .mobile-cta {
    position: fixed;
    z-index: 60;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 70px;
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    color: var(--nude);
    background: var(--deep-green);
    box-shadow: 0 -10px 30px rgba(40, 39, 32, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .mobile-cta.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .mobile-cta span {
    display: grid;
    font-size: 11px;
  }

  .mobile-cta small {
    color: rgba(250, 247, 238, 0.7);
  }

  .mobile-cta a {
    min-height: 46px;
    padding: 0 18px;
    display: grid;
    place-items: center;
    color: var(--deep-green);
    background: var(--acid);
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
  }

  .toast {
    right: 12px;
    bottom: 84px;
    left: 12px;
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* Chef's Bundle showcase: gallery + set summary, both handing off to the checkout. */
.product-section {
  padding: 56px 0 64px;
  color: var(--nude);
  background: #192c17;
  scroll-margin-top: 74px;
}

.shop-shell {
  width: min(1120px, calc(100% - 160px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 540px));
  grid-template-areas: "gallery intro";
  column-gap: 40px;
  align-items: center;
}

.shop-intro {
  grid-area: intro;
  min-width: 0;
  color: var(--nude);
}

.shop-action {
  margin-top: 26px;
}

.shop-kicker {
  display: block;
  color: var(--acid);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.shop-rating {
  margin-top: 13px;
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--acid);
  font-size: 11px;
  font-weight: 700;
}

.shop-rating > span {
  letter-spacing: -0.08em;
}

.shop-intro h2 {
  margin: 8px 0 18px;
  color: var(--nude);
  font-family: "Beiko Heavy", Impact, sans-serif;
  font-size: 46px;
  line-height: 0.88;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.shop-benefits {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  list-style: none;
  font-size: 13px;
  line-height: 1.35;
}

.shop-benefits li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 6px;
  align-items: start;
}

.shop-benefits li::before {
  content: "✓";
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  color: var(--acid);
  border: 1px solid rgba(228, 255, 71, 0.65);
  border-radius: 50%;
  font-size: 10px;
}

.shop-gallery {
  grid-area: gallery;
  min-width: 0;
}

.shop-main-media {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #e9e3db;
  border-radius: 10px;
}

.shop-main-media > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.shop-save-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 8px 13px;
  color: #192c17;
  background: var(--acid);
  border-radius: 7px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.shop-media-label {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 12px;
  color: var(--nude);
  background: rgba(25, 44, 23, 0.9);
  border-radius: 999px;
  font-family: "Beiko Heavy", Impact, sans-serif;
  font-size: 11px;
  letter-spacing: 0.05em;
}

.shop-gallery-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #192c17;
  background: rgba(250, 247, 238, 0.92);
  border: 0;
  border-radius: 50%;
  font-size: 19px;
  cursor: pointer;
  transform: translateY(-50%);
}

.shop-gallery-arrow:hover,
.shop-gallery-arrow:focus-visible {
  background: var(--acid);
}

.shop-gallery-arrow.previous {
  left: 18px;
}

.shop-gallery-arrow.next {
  right: 18px;
}

.shop-thumbs {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.shop-thumbs button {
  aspect-ratio: 1;
  padding: 0;
  overflow: hidden;
  background: #31442e;
  border: 2px solid transparent;
  border-radius: 7px;
  cursor: pointer;
}

.shop-thumbs button:hover,
.shop-thumbs button.active,
.shop-thumbs button:focus-visible {
  border-color: var(--acid);
}

.shop-thumbs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.shop-reassurance {
  min-height: 46px;
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.shop-reassurance span {
  display: flex;
  gap: 7px;
  align-items: center;
  color: var(--nude);
  border-top: 1px solid rgba(250, 247, 238, 0.18);
}

.shop-reassurance i {
  color: var(--acid);
  font-size: 13px;
  font-style: normal;
}

.shop-reassurance b {
  font-size: 8px;
}

@media (max-width: 1023px) {
  .product-section {
    padding: 42px 0 64px;
  }

  .shop-shell {
    width: calc(100% - 48px);
    max-width: none;
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "gallery";
    row-gap: 0;
  }

  .shop-gallery {
    margin-top: 4px;
  }

  .shop-intro {
    min-height: 0;
  }

  .shop-thumbs button {
    aspect-ratio: 1.25 / 1;
  }
}

@media (max-width: 700px) {
  .shop-shell {
    width: calc(100% - 32px);
  }

  .shop-intro h2 {
    font-size: clamp(27px, 7.9vw, 34px);
    white-space: nowrap;
  }

  .shop-benefits {
    font-size: 12px;
  }

  .shop-main-media {
    border-radius: 8px;
  }

  .shop-save-badge {
    top: 12px;
    left: 12px;
    padding: 7px 10px;
    font-size: 8px;
  }

  .shop-gallery-arrow {
    width: 40px;
    height: 40px;
  }

  .shop-gallery-arrow.previous {
    left: 13px;
  }

  .shop-gallery-arrow.next {
    right: 13px;
  }

  .shop-thumbs {
    gap: 5px;
    margin-top: 8px;
  }
}

@media (min-width: 400px) and (max-width: 700px) {
  .shop-shell {
    width: calc(100% - 36px);
  }
}


/* Beat the theme's Tailwind body class (text-sm = 14px) at every width */
body.r-redesign { font-size: 16px; }

/* Mobile: all paragraph/reading copy at 18px */
@media (max-width: 760px) {
  body.r-redesign { font-size: 18px; }
  .hero-copy > p { font-size: 18px; }
  .reason-copy .body-copy > p { font-size: 18px; }
  .fix-lede { font-size: 18px; }
  .fix-point p { font-size: 18px; }
  .evidence-heading p { font-size: 18px; }
  .product-heading > div:last-child > p { font-size: 18px; }
  .benefit-panels p { font-size: 18px; }
  .faq-list summary { font-size: 18px; }
}

/* Live Judge.me reviews */
.jm-section { padding: 74px max(20px, calc((100vw - var(--wide)) / 2)); background: var(--nude, #faf7ee); }
.jm-head { display: grid; grid-template-columns: 1fr; gap: 22px; align-items: end; margin-bottom: 32px; }
@media (min-width: 860px) { .jm-head { grid-template-columns: 1.4fr .8fr; } }
.jm-head h2 { margin: 0; font-family: "Beiko Heavy", Impact, sans-serif; font-size: clamp(32px, 4.4vw, 52px); line-height: .96; text-transform: uppercase; }
.jm-score { display: flex; align-items: center; gap: 16px; }
.jm-score strong { font-family: "Beiko Heavy", Impact, sans-serif; font-size: 60px; line-height: .9; color: var(--deep-green, #2a4022); }
.jm-score p { margin: 4px 0 0; font-size: 13px; color: var(--slab, #48453d); }
.jm-stars i { font-style: normal; font-size: 15px; letter-spacing: 1px; }
.jm-stars .on { color: #d4a828; }
.jm-stars .off { color: rgba(72, 69, 61, .22); }
.jm-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 760px) { .jm-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .jm-grid { grid-template-columns: repeat(3, 1fr); } }
.jm-card { background: #fff; border: 1px solid rgba(72, 69, 61, .14); border-radius: 16px; padding: 22px; display: flex; flex-direction: column; gap: 11px; }
.jm-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.jm-card__item { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--soft-green, #a1a381); }
.jm-card__body { margin: 0; font-size: 16px; line-height: 1.6; color: #2b2b28; }
.jm-card > footer { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: 12px; color: #948a70; }
.jm-card > footer strong { font-size: 13px; color: var(--ink, #38362f); }
.jm-card__verified { color: #3a7d44; }
.jm-note { margin: 26px 0 0; text-align: center; font-size: 13px; color: var(--slab, #48453d); }
.jm-note a { color: var(--deep-green, #2a4022); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 600px) { .jm-section { padding: 54px 20px; } .jm-card__body { font-size: 18px; } }


/* --------------------------------------------------------------------------
   Funnel chrome — promo bar and footer.

   Not on the client's Shopify page. Both come from the rest of the funnel
   (see landing.html / 5-reasons.html) so this page behaves like every other
   Notorious prelander: same Spring Sale bar, same legal links.
   -------------------------------------------------------------------------- */

.promo-bar {
  position: relative;
  z-index: 60;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 18px;
  padding: 9px 20px;
  color: var(--deep-green);
  background: var(--acid);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
}

.promo-bar-timer {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-variant-numeric: tabular-nums;
}

.promo-bar-timer b {
  min-width: 26px;
  padding: 3px 6px;
  border-radius: 5px;
  color: var(--acid);
  background: var(--deep-green);
  font-size: 12px;
}

.footer-legal {
  display: grid;
  gap: 9px;
}

.footer-legal > span {
  color: var(--nude);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-legal a {
  color: rgba(250, 247, 238, 0.72);
  text-decoration: none;
}

.footer-legal a:hover {
  color: var(--acid);
}

@media (max-width: 780px) {
  .promo-bar {
    font-size: 11px;
    letter-spacing: 0.04em;
  }
}

/* ---------------------------------------------------------------
   Receipt: a quote shown with its source, used on the angle landers
   where the claim itself is the argument. Additive only - no
   existing selector is touched.
   --------------------------------------------------------------- */
.receipt {
  margin: 22px 0 6px;
  padding: 18px 22px;
  border-left: 3px solid var(--slab);
  background: rgba(72, 69, 61, 0.05);
  border-radius: 0 14px 14px 0;
}

.receipt blockquote {
  margin: 0;
  font-size: clamp(19px, 1.5vw, 25px);
}

.receipt cite {
  display: block;
  margin-top: 12px;
  font-family: "Archivo", system-ui, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--slab);
}

.receipt cite a {
  color: inherit;
  text-underline-offset: 3px;
}

@media (max-width: 760px) {
  .receipt {
    padding: 16px 18px;
  }
}
