:root {
  --ink: #17191d;
  --muted: #56606f;
  --cream: #fff1b8;
  --paper: #fff8df;
  --surface: #ffffff;
  --blue: #1266ad;
  --blue-bright: #2294da;
  --blue-soft: #e7f1ff;
  --red: #d8262c;
  --orange: #f47a20;
  --gold: #ffd719;
  --line: rgba(20, 86, 163, 0.14);
  --shadow: 0 22px 64px rgba(23, 25, 29, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Aptos", "Inter", "Segoe UI", sans-serif;
}

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

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

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

h1,
h2,
h3,
.brand-script {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  gap: 1rem;
  border-bottom: 0;
  background: var(--gold);
  padding: 0.85rem clamp(1rem, 4vw, 4.5rem);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0.55rem;
}

.brand-script {
  color: var(--red);
  font-size: 1.55rem;
  font-style: italic;
  font-weight: 800;
}

.brand-name {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: clamp(1.1rem, 3vw, 2.3rem);
  color: #111111;
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.button,
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 950;
  padding: 0.85rem 1.2rem;
  text-align: center;
}

.header-cta,
.button-primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 14px 28px rgba(206, 31, 43, 0.2);
}

.button-ghost {
  border-color: rgba(20, 86, 163, 0.22);
  background: rgba(255, 255, 255, 0.66);
  color: var(--blue);
}

.button-dark {
  background: var(--blue);
  color: #fff;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(24rem, 0.78fr) minmax(34rem, 1.22fr);
  align-items: center;
  gap: clamp(1.8rem, 3.5vw, 4.5rem);
  min-height: calc(100svh - 70px);
  overflow: hidden;
  padding: clamp(2rem, 5vw, 5.2rem) clamp(1.5rem, 4vw, 5rem);
  background:
    radial-gradient(circle at 42% 35%, rgba(255, 255, 255, 0.34), transparent 0 22rem),
    linear-gradient(135deg, #fff06a 0%, var(--gold) 46%, #ffc21e 100%);
  isolation: isolate;
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero::before {
  z-index: 0;
  top: -8.5rem;
  left: -7rem;
  width: min(58rem, 56vw);
  height: min(22rem, 24vw);
  border-radius: 0 0 74% 18%;
  background: linear-gradient(135deg, #ec3130 0%, var(--red) 52%, #b51224 100%);
  box-shadow: 0 22px 45px rgba(184, 18, 36, 0.16);
  transform: rotate(-5deg);
}

.hero::after {
  z-index: 0;
  left: -11vw;
  bottom: -10rem;
  width: min(82rem, 74vw);
  height: min(28rem, 28vw);
  border-radius: 0 86% 0 0;
  background:
    radial-gradient(circle at 70% 32%, rgba(255, 255, 255, 0.16), transparent 0 12rem),
    linear-gradient(145deg, #ff9b28 0%, var(--orange) 64%, #d94a22 100%);
  transform: rotate(-4deg);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 620px);
  padding: 0;
  transform: translateY(-1vh);
}

.campaign-lockup {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: clamp(1.2rem, 2vw, 1.7rem);
}

.campaign-logo {
  display: grid;
  width: clamp(4.9rem, 5.2vw, 6.2rem);
  height: clamp(4.9rem, 5.2vw, 6.2rem);
  place-items: center;
  border: 4px solid #fff;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 30%, #ffef6b, #f8bd14 52%, var(--red) 54%);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 1.25vw, 1.55rem);
  font-style: italic;
  font-weight: 900;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.18);
}

.campaign-badge {
  display: grid;
  width: clamp(9.6rem, 10vw, 12.6rem);
  height: clamp(9.6rem, 10vw, 12.6rem);
  place-items: center;
  border: 5px solid #fff;
  border-radius: 999px;
  background:
    radial-gradient(circle at 45% 42%, #fff8cf 0 42%, transparent 43%),
    radial-gradient(circle at 50% 50%, #ffffff 0 62%, transparent 63%),
    conic-gradient(from 18deg, var(--red), #f05a24, #ffd719, var(--red));
  color: var(--orange);
  text-align: center;
  box-shadow: 0 18px 36px rgba(184, 18, 36, 0.2);
  transform: rotate(-4deg);
}

.campaign-badge span,
.campaign-badge strong,
.campaign-badge small {
  display: block;
  line-height: 0.88;
}

.campaign-badge span {
  font-size: clamp(2.6rem, 3vw, 3.55rem);
  font-weight: 950;
}

.campaign-badge strong {
  font-size: clamp(2.1rem, 2.45vw, 2.85rem);
  font-weight: 950;
}

.campaign-badge small {
  color: var(--red);
  font-size: 1rem;
  font-style: italic;
  font-weight: 900;
}

.campaign-ticket {
  width: min(100%, 35rem);
  margin-bottom: 1.15rem;
  border: 4px solid rgba(216, 38, 44, 0.72);
  border-radius: 28px 42px 30px 46px;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.94), rgba(255, 243, 185, 0.94)),
    #fff8d8;
  padding: clamp(1.05rem, 2.7vw, 1.8rem);
  box-shadow: 10px 12px 0 rgba(18, 102, 173, 0.16);
  transform: rotate(-2deg);
}

.campaign-ticket p {
  margin-bottom: 0.2rem;
  color: var(--red);
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 950;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.campaign-ticket h1 {
  margin-bottom: 0;
  color: var(--red);
  font-family: "Aptos", "Segoe UI", sans-serif;
  font-size: clamp(4.6rem, 7.4vw, 8.2rem);
  font-weight: 950;
  line-height: 0.82;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 36rem;
  color: #5a2409;
  font-size: clamp(1.08rem, 1.35vw, 1.32rem);
  font-weight: 800;
  line-height: 1.72;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.7rem;
}

.hero-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.7rem;
}

.hero-specs span {
  border: 2px solid rgba(255, 255, 255, 0.54);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--red);
  padding: 0.55rem 0.78rem;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-note {
  max-width: max-content;
  margin-top: 1rem;
  border-left: 4px solid var(--blue-bright);
  background: rgba(255, 255, 255, 0.76);
  padding: 0.65rem 0.9rem;
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-stage {
  position: relative;
  z-index: 1;
  isolation: isolate;
  align-self: stretch;
  min-height: min(760px, calc(100svh - 120px));
}

.hero-stage::before,
.hero-stage::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero-stage::before {
  z-index: 0;
  inset: 10% -7rem 14% clamp(-4.5rem, -3.5vw, -1.5rem);
  width: auto;
  height: auto;
  border-radius: 42% 0 0 42% / 50% 0 0 50%;
  background:
    radial-gradient(circle at 35% 34%, rgba(255, 255, 255, 0.26), transparent 0 10rem),
    linear-gradient(145deg, var(--blue-bright), var(--blue) 62%, #0b4c8b);
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.08), 0 26px 62px rgba(18, 102, 173, 0.24);
  transform: rotate(-2deg);
}

.hero-stage::after {
  display: none;
}

.blue-panel {
  display: none;
}

.hero-pouch {
  position: absolute;
  z-index: 2;
  left: clamp(-4.5rem, -3.7vw, -1.5rem);
  right: auto;
  top: 52%;
  bottom: auto;
  width: clamp(38rem, 55vw, 66rem);
  max-height: min(74svh, 760px);
  border-radius: 26px;
  object-fit: cover;
  box-shadow: 0 30px 65px rgba(107, 49, 0, 0.24);
  transform: translateY(-42%) rotate(1deg);
}

.hero-jar {
  position: absolute;
  z-index: 3;
  right: clamp(-0.6rem, 1vw, 1.5rem);
  bottom: clamp(1.2rem, 5vh, 3.6rem);
  width: clamp(11rem, 18vw, 20rem);
  border: 7px solid #fff;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 46px rgba(107, 49, 0, 0.22);
  transform: rotate(-5deg);
}

.eyebrow {
  margin-bottom: 0.9rem;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-section,
.order-section {
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 6vw, 5rem);
}

.section-copy {
  max-width: 780px;
}

.section-copy h2 {
  margin-bottom: 1rem;
  color: var(--ink);
  font-size: clamp(2.6rem, 5.8vw, 5.7rem);
  line-height: 0.95;
}

.section-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.14rem);
  line-height: 1.75;
}

.product-bridge {
  position: relative;
  display: flex;
  min-height: 4.2rem;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, #b51224 0%, var(--red) 50%, #ef3435 100%);
  padding: 0;
  isolation: isolate;
  scroll-margin-top: 96px;
}

.marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: marquee-scroll 32s linear infinite;
}

.marquee-content {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding-right: 2.5rem;
}

.marquee-content span {
  color: #fff;
  font-family: "Aptos", "Segoe UI", sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.marquee-content .separator {
  color: var(--gold);
  font-size: 1.4rem;
  user-select: none;
}

@keyframes marquee-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.product-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(3rem, 5vw, 5rem);
  background:
    linear-gradient(112deg, rgba(255, 215, 25, 0.92) 0 16%, transparent 16.2%),
    linear-gradient(166deg, transparent 0 62%, rgba(244, 122, 32, 0.96) 62.2% 76%, rgba(216, 38, 44, 0.92) 76.2% 100%),
    radial-gradient(circle at 86% 16%, rgba(255, 233, 105, 0.22), transparent 0 18rem),
    linear-gradient(145deg, #2294da 0%, var(--blue) 52%, #0b4c8b 100%);
}

.product-section::before,
.product-section::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.product-section::before {
  z-index: 0;
  top: -5rem;
  right: -8rem;
  width: min(44rem, 48vw);
  height: min(19rem, 24vw);
  border-radius: 0 0 0 100%;
  background: linear-gradient(145deg, #ffe969 0%, var(--gold) 58%, #ffba1d 100%);
  transform: rotate(6deg);
  box-shadow: 0 18px 34px rgba(181, 18, 36, 0.14);
}

.product-section::after {
  z-index: 0;
  left: -9rem;
  bottom: -7rem;
  width: min(45rem, 48vw);
  height: min(23rem, 27vw);
  border-radius: 0 100% 0 0;
  background:
    radial-gradient(circle at 48% 34%, rgba(255, 255, 255, 0.14), transparent 0 8rem),
    linear-gradient(145deg, #ff9b28 0%, var(--orange) 55%, var(--red) 100%);
  transform: rotate(-7deg);
  box-shadow: 0 22px 42px rgba(107, 49, 0, 0.18);
}

.product-heading {
  margin-bottom: clamp(2rem, 5vw, 4rem);
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.product-section .eyebrow {
  color: var(--gold);
}

.product-section .section-copy h2 {
  color: #fff;
  font-size: clamp(2.8rem, 4.4vw, 4.9rem);
  text-shadow: 0 4px 22px rgba(11, 76, 139, 0.26);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 1.8rem);
  position: relative;
  z-index: 1;
}

.product-card {
  display: grid;
  grid-template-columns: minmax(13rem, 0.95fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 28px 42px 30px 46px;
  background: rgba(255, 215, 25, 0.16);
  box-shadow: 0 22px 64px rgba(5, 41, 86, 0.24);
}

.product-image {
  position: relative;
  margin: 0;
  min-height: 420px;
  overflow: hidden;
  border-radius: 24px 34px 42px 24px;
  background: linear-gradient(135deg, rgba(255, 233, 105, 0.68), rgba(34, 148, 218, 0.28));
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1.2rem;
  border-radius: inherit;
}

.product-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(140deg, rgba(255, 233, 105, 0.96) 0%, rgba(255, 215, 25, 0.94) 56%, rgba(255, 186, 29, 0.94) 100%);
  padding: clamp(1.3rem, 3vw, 2rem);
}

.product-card-toples .product-body {
  background:
    linear-gradient(140deg, rgba(244, 122, 32, 0.95) 0%, rgba(216, 38, 44, 0.92) 100%);
}

.product-type {
  margin-bottom: 0.8rem;
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-body h3 {
  margin-bottom: 0.75rem;
  color: var(--blue);
  font-size: clamp(2.35rem, 5vw, 4rem);
  line-height: 0.9;
}

.product-body p {
  color: #4b2607;
  line-height: 1.72;
}

.product-card-toples .product-type,
.product-card-toples .product-body h3,
.product-card-toples .product-body p,
.product-card-toples .product-meta dt,
.product-card-toples .product-meta dd {
  color: #fff;
}

.product-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.25rem 0 1.45rem;
}

.product-meta div {
  border-top: 1px solid rgba(18, 102, 173, 0.24);
  padding-top: 0.78rem;
}

.product-card-toples .product-meta div {
  border-top-color: rgba(255, 255, 255, 0.36);
}

.product-meta dt {
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-meta dd {
  margin: 0.3rem 0 0;
  color: var(--blue);
  font-weight: 950;
}

.product-card-toples .button-dark {
  background: #fff;
  color: var(--red);
  box-shadow: 0 14px 28px rgba(91, 12, 24, 0.18);
}

.quality-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem 1.6rem;
  background: var(--blue);
  padding: 1rem clamp(1.25rem, 6vw, 5rem);
}

.quality-strip p {
  margin: 0;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 850;
}

.order-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.58fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.42), transparent 0 17rem),
    linear-gradient(140deg, #ffe95a 0%, var(--gold) 48%, #ffc126 100%);
}

.order-section::before,
.order-section::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.order-section::before {
  z-index: 0;
  top: -8rem;
  left: -8rem;
  width: min(52rem, 55vw);
  height: min(20rem, 24vw);
  border-radius: 0 0 78% 18%;
  background: linear-gradient(135deg, #ec3130 0%, var(--red) 55%, #b51224 100%);
  transform: rotate(-5deg);
}

.order-section::after {
  z-index: 0;
  right: -9rem;
  bottom: -10rem;
  width: min(54rem, 58vw);
  height: min(25rem, 29vw);
  border-radius: 100% 0 0 0;
  background:
    linear-gradient(145deg, rgba(244, 122, 32, 0.95) 0%, rgba(244, 122, 32, 0.95) 58%, rgba(18, 102, 173, 0.92) 58.2% 100%);
  transform: rotate(-4deg);
}

.order-section > * {
  position: relative;
  z-index: 1;
}

.order-section .section-copy h2 {
  color: var(--blue);
}

.order-form {
  display: grid;
  gap: 0.85rem;
  border: 1px solid rgba(20, 86, 163, 0.16);
  border-radius: 8px;
  background: #fff;
  padding: clamp(1rem, 3vw, 1.5rem);
  box-shadow: var(--shadow);
}

.order-form label {
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.qty-control {
  display: grid;
  grid-template-columns: 3rem 1fr 3rem;
  gap: 0.5rem;
}

.qty-button,
.order-form input,
.order-form select,
.order-form textarea {
  width: 100%;
  border: 1px solid rgba(20, 86, 163, 0.18);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 850;
}

.qty-button {
  cursor: pointer;
  font-size: 1.25rem;
}

.order-form input,
.order-form select,
.order-form textarea {
  padding: 0.85rem;
}

.order-form textarea {
  min-height: 6.2rem;
  resize: vertical;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  background: #123f78;
  padding: 1.2rem clamp(1.25rem, 6vw, 5rem);
}

.footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer p:first-child {
  color: #fff;
  font-weight: 950;
}

@media (max-width: 1080px) {
  .product-grid,
  .product-card {
    grid-template-columns: 1fr;
  }

  .product-image {
    min-height: 360px;
    border-radius: 26px 38px 64px 26px;
  }

  .product-body {
    margin-top: -1.2rem;
    border-radius: 0 0 28px 38px;
    padding-top: clamp(2rem, 5vw, 2.6rem);
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: auto;
    padding: clamp(1.8rem, 5vw, 3rem) clamp(1.25rem, 5vw, 3rem) 0;
  }

  .hero-copy {
    width: min(100%, 650px);
    margin-inline: auto;
    transform: none;
    padding-bottom: 1.5rem;
  }

  .hero-stage {
    width: 100%;
    min-height: 500px;
    order: 2;
  }

  .hero-stage::before {
    inset: 1.5rem -5rem 4rem 20%;
  }

  .hero-pouch {
    left: 50%;
    right: auto;
    top: 52%;
    bottom: auto;
    width: min(86vw, 680px);
    max-height: 390px;
    transform: translate(-50%, -42%) rotate(1deg);
  }

  .hero-jar {
    right: clamp(1rem, 8vw, 5rem);
    bottom: 1rem;
    width: min(27vw, 220px);
  }
}

@media (max-width: 820px) {
  .nav-links {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: auto;
    padding: clamp(1.5rem, 6vw, 2.4rem) clamp(1.25rem, 5vw, 2rem) 0;
    background:
      radial-gradient(circle at 26% 18%, rgba(255, 255, 255, 0.42), transparent 0 14rem),
      linear-gradient(160deg, #ffe95a 0%, var(--gold) 58%, #ffc126 100%);
  }

  .hero::before {
    top: -7.5rem;
    left: -8rem;
    width: 27rem;
    height: 13rem;
  }

  .hero::after {
    left: -12rem;
    bottom: 8.5rem;
    width: 32rem;
    height: 16rem;
  }

  .hero-copy {
    width: 100%;
    transform: none;
    padding-bottom: 1.5rem;
  }

  .campaign-lockup {
    align-items: flex-start;
  }

  .campaign-badge {
    width: 8.4rem;
    height: 8.4rem;
  }

  .campaign-badge span {
    font-size: 2.15rem;
  }

  .campaign-badge strong {
    font-size: 1.8rem;
  }

  .hero-stage {
    width: 100%;
    min-height: 430px;
    order: 2;
  }

  .blue-panel {
    right: 1rem;
    bottom: 1.5rem;
    width: 19rem;
    height: 5.8rem;
  }

  .hero-stage::before {
    inset: 2rem -4.5rem 3.5rem 15%;
    width: auto;
    height: auto;
  }

  .hero-stage::after {
    display: none;
  }

  .hero-pouch {
    left: 50%;
    right: auto;
    top: 52%;
    bottom: auto;
    width: min(92vw, 560px);
    max-height: 330px;
    transform: translate(-50%, -42%) rotate(1deg);
  }

  .hero-jar {
    right: 0.8rem;
    bottom: 0.8rem;
    width: min(34vw, 180px);
  }

  .order-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .site-header {
    min-height: 66px;
  }

  .brand {
    display: grid;
    gap: 0;
  }

  .brand-script {
    font-size: 1.22rem;
  }

  .brand-name,
  .header-cta {
    font-size: 0.7rem;
  }

  .hero h1 {
    font-size: clamp(3.25rem, 17vw, 5rem);
  }

  .campaign-logo {
    width: 4.2rem;
    height: 4.2rem;
    font-size: 1.05rem;
  }

  .campaign-ticket {
    transform: rotate(-1deg);
  }

  .hero-stage::before {
    inset: 2rem -5rem 3rem 19%;
  }

  .hero-stage {
    min-height: 380px;
  }

  .hero-pouch {
    width: min(94vw, 500px);
    max-height: 300px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .product-image {
    min-height: 300px;
    border-radius: 22px 30px 52px 22px;
  }

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

/* SEO Utilities */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

