body.reveal-enabled [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

body.reveal-enabled [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
body.reveal-enabled [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 900px) {
#gallery .section-header {
    margin-bottom: 10px;
  }
}

.hero-rotator .hero-rotator-image.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-dot.is-active::before {
  background: var(--accent-dark);
  transform: scale(1.1);
}

.blob {
  width: min(320px, 80vw);
  aspect-ratio: 1;
  border-radius: 42% 58% 52% 48% / 40% 52% 48% 60%;
  background: radial-gradient(circle at 30% 30%, #ffe5c8, #c96b3f 60%, #8b3b18 100%);
  filter: drop-shadow(0 25px 40px rgba(70, 35, 15, 0.35));
  animation: float 7s ease-in-out infinite;
}

.section-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 700px;
}

.section-header p {
  max-width: 62ch;
}

#what .section-header {
  margin-inline: auto;
  align-items: center;
  text-align: center;
}

#what .section-header h2::after {
  left: 50%;
  transform: translateX(-50%);
}

#faq .section-header {
  margin-inline: auto;
  align-items: center;
  text-align: center;
}

#faq .section-header h2::after {
  left: 50%;
  transform: translateX(-50%);
}

.section-header--row {
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.section-header--row > div {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.section-header-action {
  justify-self: start;
}

.section-header--row > .section-header-actions {
  display: inline-flex;
}

@media (min-width: 860px) {
.section-header--row {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 16px;
    row-gap: 8px;
  }

.section-header--row > h1,
  .section-header--row > p,
  .section-header--row > div {
    grid-column: 1;
  }

.section-header--row p {
    max-width: 68ch;
  }

.section-header--row > .section-header-action {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
    align-self: center;
  }

.section-header-action {
    white-space: nowrap;
  }

.section-header--row > .section-header-actions {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
    align-self: center;
  }
}

.lead {
  font-size: 1.05rem;
  color: var(--text);
  line-height: 1.6;
}

.section-gallery .section-header {
  margin-bottom: 16px;
}

.card {
  background: var(--card);
  padding: 20px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.price-line {
  font-size: 1.1rem;
}

.footer-certifications {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
  width: min(100%, 320px);
  margin: 18px auto 0;
}

.certification-logo--anab {
  height: 52px;
  max-width: 88px;
}

.certification-logo--servsafe {
  height: 42px;
  max-width: 124px;
  border-color: rgba(0, 151, 190, 0.18);
}

.footer-company-mark--mono {
  width: 42px;
  height: 36px;
  opacity: 0.82;
}

.modal.is-open {
  display: flex;
}

.icon-btn {
  border: none;
  background: rgba(196, 90, 45, 0.12);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1rem;
}

.card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.auth-mode-tab.is-active {
  background: #fff;
  color: var(--text);
  box-shadow: 0 8px 18px rgba(63, 40, 23, 0.12);
}

.site-studio-page .section-header--row {
  gap: 4px;
}

.site-studio-page #studio-media-status.error {
  color: #8a2d1f;
}

.auth-status {
  border-radius: 12px;
  border: 1px solid rgba(42, 35, 32, 0.14);
  background: rgba(255, 255, 255, 0.75);
  padding: 12px 14px;
  color: var(--text);
}

.auth-status.error {
  border-color: rgba(164, 70, 30, 0.45);
  background: rgba(196, 90, 45, 0.08);
}

.inbox-thread-btn.is-active {
  border-color: rgba(196, 90, 45, 0.4);
  box-shadow: 0 8px 18px rgba(196, 90, 45, 0.14);
  background: rgba(255, 244, 236, 0.88);
}

.owner-rules-status.error {
  color: #a4461e;
}

.account-receipt-shell.is-open {
  display: block;
}

[data-product-card],
.product-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(42, 35, 32, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 241, 233, 0.94));
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease;
}

[data-product-card]::before,
.product-card::before {
  content: "";
  position: absolute;
  inset: auto -12% 44% 42%;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, var(--product-card-glow, rgba(236, 172, 108, 0.24)) 0, transparent 72%);
  opacity: 0.68;
  transform: translate3d(0, 26px, 0);
  transition: transform 260ms ease, opacity 260ms ease;
  z-index: 0;
}

[data-product-card]::after,
.product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.5), transparent 34%, rgba(196, 90, 45, 0.08) 100%);
  opacity: 0.95;
  pointer-events: none;
  z-index: 0;
}

[data-product-card] > *,
.product-card > * {
  position: relative;
  z-index: 1;
}

[data-product-type="grahamball"] {
  --product-card-glow: rgba(237, 160, 95, 0.28);
}

[data-product-type="grahamini"] {
  --product-card-glow: rgba(90, 171, 221, 0.26);
}

[data-product-type="grahandball"] {
  --product-card-glow: rgba(218, 111, 74, 0.24);
}

.product-qty {
  width: 70px;
  border-radius: 10px;
  border: 1px solid rgba(42, 35, 32, 0.2);
  padding: 7px 10px;
  min-height: 46px;
  font: inherit;
  text-align: center;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.price-line {
  transition: transform 220ms ease, color 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
[data-product-card]:hover,
  [data-product-card]:focus-within,
  .product-card:hover,
  .product-card:focus-within {
    transform: translateY(-10px);
    box-shadow:
      0 26px 44px rgba(55, 35, 18, 0.14),
      0 10px 18px rgba(196, 90, 45, 0.08);
    border-color: rgba(196, 90, 45, 0.18);
  }

[data-product-card]:hover::before,
  [data-product-card]:focus-within::before,
  .product-card:hover::before,
  .product-card:focus-within::before {
    transform: translate3d(-8px, 6px, 0) scale(1.08);
    opacity: 0.92;
  }

[data-product-card]:hover .price-line,
  [data-product-card]:focus-within .price-line,
  .product-card:hover .product-price,
  .product-card:focus-within .product-price {
    transform: translateX(4px);
    color: var(--accent);
  }

[data-product-card]:hover .product-qty,
  [data-product-card]:focus-within .product-qty,
  .product-card:hover .product-qty,
  .product-card:focus-within .product-qty {
    transform: translateY(-1px);
    border-color: rgba(196, 90, 45, 0.28);
    box-shadow: 0 12px 22px rgba(42, 35, 32, 0.08);
  }
}

.cart-progress-strip li.is-active {
  border-color: rgba(196, 90, 45, 0.24);
  background: rgba(196, 90, 45, 0.12);
  color: var(--accent-dark);
}

.cart-subtotal {
  font-size: 1.1rem;
  font-weight: 700;
}

.cart-subtotal > span,
.cart-subline > span:last-child {
  display: inline-block;
  transform-origin: 100% 50%;
}

.cart-subline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--text);
}

.cart-subline > span:last-child {
  margin-left: auto;
  white-space: nowrap;
}

.cart-subline-deposit {
  border: 1px solid rgba(85, 95, 220, 0.28);
  border-radius: 10px;
  padding: 8px 10px;
  background: linear-gradient(
    90deg,
    rgba(116, 124, 240, 0.12),
    rgba(232, 138, 72, 0.1)
  );
}

.cart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.much-obliged-handoff-steps li.is-active,
.much-obliged-handoff-steps li.is-complete {
  color: var(--accent-dark);
  border-color: rgba(196, 90, 45, 0.22);
  background: rgba(255, 245, 236, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 12px 24px rgba(196, 90, 45, 0.12);
}

.much-obliged-handoff-steps li.is-active {
  transform: translateY(-1px);
}

.shop-page .cart-topping-group-list,
.bar-page .cart-topping-group-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shop-product-quick-pick.is-active {
  border-color: rgba(196, 90, 45, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 246, 239, 0.98), rgba(248, 226, 205, 0.92));
  box-shadow:
    0 12px 22px rgba(58, 28, 14, 0.1),
    0 0 0 1px rgba(255, 188, 102, 0.18);
}

.bar-mobile-flow-option.is-active {
  border-color: rgba(196, 90, 45, 0.45);
  background:
    linear-gradient(180deg, rgba(255, 246, 239, 0.98), rgba(248, 226, 205, 0.92));
  box-shadow:
    0 14px 26px rgba(58, 28, 14, 0.09),
    0 0 0 1px rgba(255, 188, 102, 0.18);
}

@media (max-width: 860px) {
.section-header-action {
    width: 100%;
  }

.product-qty {
    width: 100%;
    min-height: 42px;
    padding: 6px 8px;
    font-size: 1rem;
  }

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

.blob{display:none !important;}

@media (max-width: 900px) {
.review-purpose-cards .card {
    padding: 18px;
  }
}

.crumbs-flow-step h3,
.crumbs-rules-copy h2,
.crumbs-rules-note strong,
.crumbs-ladder .section-header h2 {
  margin: 14px 0 10px;
  font-family: "Fraunces", serif;
}

.home-page .section-header {
  gap: 10px;
}

.home-page .section-header h2 {
  font-size: clamp(2rem, 3.2vw, 2.8rem);
}

.home-page .cards .card,
.home-page .accordion-item,
.home-page .photo-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(63, 43, 30, 0.08);
  box-shadow:
    0 18px 34px rgba(60, 41, 28, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.home-page .cards .card:not([data-product-card])::before,
.home-page .accordion-item::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, rgba(196, 90, 45, 0.86), rgba(216, 174, 105, 0.84), rgba(95, 141, 92, 0.72));
  opacity: 0.9;
}

.home-page #how .card h3 {
  font-size: 1.4rem;
}

.home-page #pricing [data-product-card] {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 247, 241, 0.92));
}

.home-page #pricing [data-product-card] h3 {
  font-size: 1.65rem;
}

.home-page #pricing .price-line {
  font-weight: 600;
  color: #4d3d33;
}

.toppings-page {
  --topping-burgundy: #8f3f33;
  --topping-gold: #e7ad45;
  --topping-cream: #fff8ef;
  --topping-green: #2f8b59;
  --topping-ink: #2d211d;
}

.toppings-page-shell {
  display: grid;
  gap: clamp(20px, 3vw, 34px);
}

.toppings-page-shell > * {
  min-width: 0;
}

.toppings-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(260px, 0.78fr);
  gap: clamp(20px, 4vw, 44px);
  align-items: center;
  border-radius: clamp(24px, 4vw, 40px);
  padding: clamp(22px, 4.2vw, 48px);
  background:
    radial-gradient(circle at 82% 18%, rgba(231, 173, 69, 0.28), transparent 32%),
    radial-gradient(circle at 10% 86%, rgba(143, 63, 51, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(255, 240, 222, 0.9));
  border: 1px solid rgba(95, 58, 35, 0.11);
  box-shadow:
    0 24px 58px rgba(67, 42, 24, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.toppings-hero::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px dashed rgba(196, 90, 45, 0.2);
  border-radius: inherit;
  pointer-events: none;
  z-index: -1;
}

.toppings-hero-copy {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.toppings-hero-copy h1 {
  max-width: 10.8ch;
  margin: 0;
  color: var(--topping-ink);
  font-size: clamp(3rem, 6.8vw, 5.8rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.toppings-hero-body {
  max-width: 58ch;
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.65;
}

.toppings-hero-actions,
.topping-order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.topping-marquee-section {
  overflow: hidden;
}

.topping-marquee {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(95, 58, 35, 0.1);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.82), rgba(255, 238, 219, 0.72));
  box-shadow: 0 18px 38px rgba(67, 42, 24, 0.08);
}

.topping-marquee-track {
  display: flex;
  width: max-content;
  max-width: none;
  gap: 10px;
  padding: 11px;
  animation: toppingMarquee 36s linear infinite;
  will-change: transform;
}

.topping-marquee-track span {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 9px 14px;
  color: #674131;
  background: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.topping-size-strip {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(220px, 0.44fr) minmax(0, 1fr);
  gap: clamp(16px, 2.8vw, 28px);
  align-items: center;
  min-width: 0;
  border-radius: 28px;
  border: 1px solid rgba(95, 58, 35, 0.1);
  padding: clamp(18px, 3vw, 28px);
  background:
    radial-gradient(circle at 92% 12%, rgba(231, 173, 69, 0.2), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 244, 232, 0.9));
  box-shadow:
    0 18px 38px rgba(67, 42, 24, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.topping-size-strip::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 7px;
  background: linear-gradient(90deg, var(--topping-burgundy), var(--topping-gold), var(--topping-green));
}

.topping-size-copy {
  min-width: 0;
}

.topping-size-copy h2 {
  margin-bottom: 8px;
}

.topping-size-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
}

.topping-size-card {
  display: grid;
  gap: 10px;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(95, 58, 35, 0.1);
  border-radius: 22px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 24px rgba(67, 42, 24, 0.06);
}

.topping-size-card img {
  display: block;
  width: 100%;
  height: clamp(118px, 12vw, 158px);
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 246, 234, 0.82), rgba(255, 255, 255, 0.72));
}

.topping-size-card h3 {
  margin: 0 0 3px;
  color: var(--topping-ink);
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  line-height: 1.05;
}

.topping-size-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.35;
}

.topping-bases-section {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.topping-base-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
}

.topping-base-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(95, 58, 35, 0.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 12%, rgba(231, 173, 69, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 244, 236, 0.94));
  box-shadow:
    0 18px 38px rgba(67, 42, 24, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.topping-base-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 2;
  height: 7px;
  background: linear-gradient(90deg, var(--topping-burgundy), var(--topping-gold), var(--topping-green));
}

.topping-base-card img {
  display: block;
  width: 100%;
  height: clamp(210px, 24vw, 286px);
  object-fit: cover;
  object-position: center;
  background: #f1e4d6;
}

.topping-base-card--vanilla img {
  object-position: center;
}

.topping-base-card-copy {
  display: grid;
  gap: 8px;
  padding: clamp(16px, 2.2vw, 22px);
}

.topping-base-card h3 {
  margin: 0;
  color: var(--topping-ink);
  font-size: clamp(1.38rem, 2.2vw, 1.9rem);
  line-height: 1;
}

.topping-base-card p {
  margin: 0;
  line-height: 1.5;
}

.topping-base-tag,
.topping-base-badge {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topping-base-tag {
  color: #8f4935;
  background: rgba(255, 246, 234, 0.92);
  border: 1px solid rgba(95, 58, 35, 0.1);
}

.topping-base-badge {
  color: #fffaf3;
  background: linear-gradient(120deg, #a23d3b, #d77a3b, #e7ad45, #47ad70, #5b82f1, #a23d3b);
  background-size: 280% 280%;
  box-shadow: 0 10px 24px rgba(196, 90, 45, 0.26);
}

.topping-base-badge--limited {
  animation: toppingLimitedBadge 3.2s linear infinite;
}

.topping-board-section {
  display: grid;
  gap: 18px;
}

.topping-board-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.42fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-width: 0;
}

.topping-board-grid,
.topping-showcase-grid {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.topping-category-card,
.topping-feature-card,
.topping-photo-card,
.topping-order-note {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border-radius: 28px;
  border: 1px solid rgba(95, 58, 35, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 244, 236, 0.94));
  box-shadow:
    0 18px 38px rgba(67, 42, 24, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.topping-category-card,
.topping-feature-card {
  padding: clamp(18px, 2.4vw, 24px);
}

.topping-category-card::before,
.topping-feature-card::before,
.topping-photo-card::before,
.topping-order-note::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 7px;
  background: linear-gradient(90deg, var(--topping-burgundy), var(--topping-gold), var(--topping-green));
}

.topping-category-card--feature::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(231, 173, 69, 0.22), transparent 68%);
}

.topping-category-card h3,
.topping-feature-card h3 {
  margin: 10px 0 16px;
  color: var(--topping-ink);
  font-size: clamp(1.5rem, 2.8vw, 2.15rem);
  line-height: 1.02;
}

.topping-feature-card {
  position: sticky;
  top: calc(var(--nav-height) + 18px);
}

.topping-feature-card img {
  display: block;
  width: 100%;
  height: clamp(230px, 28vw, 360px);
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
  border: 1px solid rgba(95, 58, 35, 0.08);
  background: #f3e8dc;
}

.topping-feature-card p:last-child {
  margin-bottom: 0;
  line-height: 1.55;
}

.topping-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}

.topping-pill {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  border: 1px solid rgba(95, 58, 35, 0.12);
  border-radius: 999px;
  padding: 10px 13px;
  color: #4f3528;
  background: rgba(255, 255, 255, 0.82);
  font: inherit;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  overflow-wrap: anywhere;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(67, 42, 24, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.topping-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(196, 90, 45, 0.32);
  box-shadow: 0 14px 24px rgba(67, 42, 24, 0.1);
}

.topping-pill:focus-visible {
  outline: 3px solid rgba(47, 139, 89, 0.32);
  outline-offset: 3px;
}

.topping-pill[aria-pressed="true"] {
  color: #fffaf3;
  border-color: transparent;
  background: linear-gradient(135deg, var(--topping-burgundy), var(--accent));
}

.topping-photo-card {
  padding: 14px;
}

.topping-photo-card img {
  display: block;
  width: 100%;
  height: clamp(220px, 25vw, 310px);
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
  background: #f1e4d6;
}

.topping-photo-card h3 {
  margin: 14px 6px 6px;
  font-size: 1.45rem;
}

.topping-photo-card p {
  margin: 0 6px 8px;
}

.topping-order-note {
  display: grid;
  gap: 18px;
  align-items: center;
  padding: clamp(22px, 4vw, 34px);
  background:
    radial-gradient(circle at 88% 28%, rgba(47, 139, 89, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 241, 225, 0.92));
}

.topping-order-note h2 {
  margin-bottom: 8px;
}

@media (min-width: 860px) {
.topping-board-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

.topping-order-note {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (min-width: 1180px) {
.topping-board-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 859px) {
.toppings-hero,
  .topping-board-layout,
  .topping-size-strip {
    grid-template-columns: 1fr;
  }

.toppings-hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(2.45rem, 11vw, 3.55rem);
    line-height: 0.95;
    letter-spacing: -0.045em;
  }

.topping-feature-card {
    position: relative;
    top: auto;
  }

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

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

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

.topping-size-card {
    text-align: left;
  }
}

@media (max-width: 700px) {
.toppings-page-shell {
    gap: 18px;
  }

.toppings-hero {
    gap: 18px;
    padding: 18px;
    border-radius: 24px;
  }

.toppings-hero::before {
    inset: 10px;
  }

.toppings-hero-body {
    font-size: 0.98rem;
    line-height: 1.55;
  }

.topping-showcase-grid {
    grid-template-columns: 1fr;
  }

.topping-marquee {
    border-radius: 22px;
  }

.topping-marquee-track {
    animation-duration: 46s;
  }

.topping-marquee-track span {
    padding: 8px 12px;
    font-size: 0.9rem;
  }

.topping-category-card,
  .topping-feature-card,
  .topping-photo-card,
  .topping-base-card,
  .topping-size-strip,
  .topping-order-note {
    border-radius: 24px;
  }

.topping-category-card,
  .topping-feature-card {
    padding: 18px;
  }

.topping-feature-card img,
  .topping-photo-card img,
  .topping-base-card img {
    height: clamp(178px, 52vw, 238px);
    object-fit: cover;
    object-position: center;
    border-radius: 18px;
  }

.topping-base-card img {
    border-radius: 0;
  }

.topping-base-card-copy {
    padding: 16px;
  }

.topping-size-grid {
    grid-template-columns: 1fr;
  }

.topping-size-card {
    grid-template-columns: minmax(96px, 0.42fr) minmax(0, 1fr);
    align-items: center;
  }

.topping-size-card img {
    height: 112px;
  }

.topping-category-card h3,
  .topping-feature-card h3 {
    font-size: clamp(1.4rem, 7vw, 1.85rem);
  }

.topping-pill-list {
    gap: 8px;
  }

.topping-pill {
    flex: 1 1 calc(50% - 8px);
    min-height: 44px;
    padding: 9px 10px;
    font-size: 0.9rem;
  }
}

@media (max-width: 420px) {
.toppings-hero-copy h1 {
    font-size: clamp(2.15rem, 11vw, 2.75rem);
  }

.topping-base-grid {
    grid-template-columns: 1fr;
  }

.topping-pill {
    flex-basis: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
.topping-marquee-track {
    animation: none;
  }

.topping-base-badge--limited {
    animation: none;
  }

.topping-pill,
  .topping-pill:hover {
    transform: none;
  }

.topping-book-card,
  .topping-book-card:hover,
  .topping-book-card:focus-visible,
  .topping-book-card[aria-pressed="true"] {
    transform: none;
  }
}

.toppings-page {
  --topping-cocoa: #6e3a25;
  --topping-caramel: #c8763b;
  --topping-panel: rgba(255, 253, 248, 0.94);
}

.toppings-page .toppings-page-shell {
  position: relative;
  z-index: 1;
  gap: 44px;
}

.toppings-page .toppings-hero--deck {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: 32px;
  align-items: center;
  min-height: 620px;
  padding: 34px;
  border: 1px solid rgba(94, 62, 39, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(255, 249, 241, 0.98), rgba(255, 246, 232, 0.9)),
    linear-gradient(135deg, rgba(196, 90, 45, 0.14), rgba(95, 141, 92, 0.1));
  box-shadow:
    0 30px 70px rgba(65, 39, 22, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.toppings-page .toppings-hero--deck::before {
  content: none;
}

.toppings-page .toppings-hero-copy {
  position: relative;
  z-index: 2;
  align-content: center;
  gap: 18px;
}

.toppings-page .toppings-hero-copy h1 {
  max-width: 9.5ch;
  margin: 0;
  color: var(--topping-ink);
  font-size: 4.6rem;
  line-height: 0.94;
  letter-spacing: 0;
}

.toppings-page .toppings-hero-body {
  max-width: 43ch;
  color: #675348;
  font-size: 1.12rem;
  line-height: 1.64;
}

.toppings-page .toppings-hero-actions {
  gap: 10px;
  margin-top: 2px;
}

.toppings-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0 0;
}

.toppings-metric {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(87, 54, 33, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 30px rgba(68, 43, 25, 0.08);
}

.toppings-metric dt {
  margin: 0 0 7px;
  color: #7a5a47;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.toppings-metric dd {
  margin: 0;
  color: var(--topping-cocoa);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.72rem;
  font-weight: 700;
  line-height: 1;
}

.toppings-metric span {
  display: block;
  margin-top: 6px;
  color: #7a6a60;
  font-size: 0.84rem;
  line-height: 1.25;
}

.toppings-hero-stage {
  position: relative;
  min-height: 560px;
}

.toppings-hero-stage--lookbook {
  display: grid;
  min-height: 560px;
}

.toppings-lookbook-shell {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 12px;
  min-width: 0;
  min-height: 0;
  padding: 18px;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.78);
  border-radius: 30px;
  background:
    linear-gradient(90deg, rgba(255, 249, 238, 0.96), rgba(247, 232, 211, 0.9)),
    radial-gradient(circle at 22% 18%, rgba(231, 173, 69, 0.18), transparent 34%);
  box-shadow: 0 30px 72px rgba(62, 37, 21, 0.18);
}

.toppings-lookbook-shell::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 18px;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, transparent, rgba(91, 56, 34, 0.18), transparent),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 22%, rgba(92, 59, 38, 0.12) 50%, transparent 82%);
  pointer-events: none;
}

.toppings-lookbook-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  padding: 2px 4px 0;
}

.toppings-lookbook-header p:last-child {
  margin: 0;
  color: #715a4c;
  font-size: 0.82rem;
  font-weight: 800;
  text-align: right;
}

.toppings-lookbook-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(0, 1fr);
  gap: 10px;
  min-height: 0;
}

.topping-book-item {
  min-width: 0;
  min-height: 0;
}

.topping-book-card {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 5px;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding: 7px;
  border: 1px solid rgba(85, 55, 36, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--topping-cocoa);
  box-shadow:
    0 10px 18px rgba(62, 37, 21, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  cursor: pointer;
  transform: rotate(var(--book-rotate, 0deg));
  transition:
    transform 170ms ease,
    border-color 170ms ease,
    box-shadow 170ms ease;
}

.topping-book-card:hover,
.topping-book-card:focus-visible,
.topping-book-card[aria-pressed="true"] {
  transform: translateY(-2px) rotate(0deg);
  border-color: rgba(196, 90, 45, 0.32);
  box-shadow:
    0 14px 28px rgba(62, 37, 21, 0.14),
    0 0 0 3px rgba(231, 173, 69, 0.14);
}

.topping-book-card:focus-visible {
  outline: 3px solid rgba(47, 139, 89, 0.22);
  outline-offset: 3px;
}

.topping-book-card img {
  display: block;
  width: 100%;
  height: clamp(48px, 5vw, 60px);
  min-height: 0;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.topping-book-card-title {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #684735;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.toppings-hero-photo {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  border: 12px solid rgba(255, 255, 255, 0.86);
  border-radius: 30px;
  background: #f3dfc9;
  box-shadow: 0 30px 72px rgba(62, 37, 21, 0.22);
}

.toppings-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.topping-flow-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(82, 52, 31, 0.1);
  border-radius: 22px;
  background: rgba(82, 52, 31, 0.1);
  box-shadow: 0 20px 52px rgba(65, 39, 22, 0.1);
}

.topping-flow-step {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 22px;
  background: rgba(255, 252, 247, 0.92);
}

.topping-flow-step span {
  color: var(--topping-green);
  font-weight: 900;
}

.topping-flow-step h2 {
  margin: 0;
  color: var(--topping-ink);
  font-size: 1.12rem;
}

.topping-flow-step p {
  margin: 0;
  color: #66564d;
  line-height: 1.5;
}

.toppings-page .topping-marquee {
  border-radius: 22px;
}

.toppings-page .topping-size-strip,
.toppings-page .topping-base-card,
.toppings-page .topping-category-card,
.toppings-page .topping-feature-card,
.toppings-page .topping-photo-card,
.toppings-page .topping-order-note {
  border: 1px solid rgba(88, 58, 38, 0.1);
  background: var(--topping-panel);
  box-shadow: 0 20px 48px rgba(62, 38, 22, 0.1);
}

.toppings-page .topping-size-strip {
  gap: 22px;
  padding: 24px;
  background:
    linear-gradient(90deg, rgba(255, 248, 237, 0.98), rgba(247, 235, 220, 0.78)),
    linear-gradient(135deg, rgba(196, 90, 45, 0.1), rgba(95, 141, 92, 0.08));
}

.toppings-page .topping-size-card {
  padding: 14px;
  background: rgba(255, 255, 255, 0.78);
}

.toppings-page .topping-size-card img {
  aspect-ratio: 4 / 3;
  height: auto;
  max-height: 170px;
}

.toppings-page .topping-base-grid,
.toppings-page .topping-showcase-grid {
  gap: 18px;
}

.toppings-page .topping-base-card,
.toppings-page .topping-photo-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.toppings-page .topping-base-card img,
.toppings-page .topping-photo-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  max-height: none;
  object-fit: cover;
  object-position: center 58%;
}

.toppings-page .topping-base-card-copy,
.toppings-page .topping-photo-card {
  align-content: start;
}

.toppings-page .topping-photo-card {
  padding: 14px;
}

.toppings-page .topping-photo-card img {
  border-radius: 18px;
}

.toppings-page .topping-board-layout {
  grid-template-columns: minmax(280px, 0.44fr) minmax(0, 1fr);
  gap: 18px;
}

.toppings-page .topping-feature-card {
  top: calc(var(--nav-height) + 18px);
  padding: 18px;
}

.toppings-page .topping-feature-card img {
  aspect-ratio: 4 / 3;
  height: auto;
  border-radius: 18px;
}

.toppings-page .topping-category-card {
  padding: 22px;
}

.toppings-page .topping-pill {
  background: rgba(255, 255, 255, 0.86);
}

.toppings-page .topping-order-note {
  background:
    linear-gradient(90deg, rgba(255, 248, 237, 0.98), rgba(247, 235, 220, 0.78)),
    linear-gradient(135deg, rgba(196, 90, 45, 0.1), rgba(95, 141, 92, 0.08));
}

@media (max-width: 1100px) {
.toppings-page .toppings-hero--deck {
    grid-template-columns: 1fr;
    min-height: 0;
  }

.toppings-hero-stage {
    min-height: 460px;
  }

.toppings-hero-stage--lookbook {
    min-height: 440px;
  }

.toppings-lookbook-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

.topping-book-card img {
    height: clamp(44px, 5.5vw, 58px);
  }

.toppings-page .toppings-hero-copy h1 {
    max-width: 12ch;
    font-size: 3.55rem;
  }
}

@media (max-width: 979px) {
.toppings-page .toppings-page-shell {
    gap: 24px;
  }

.toppings-page .toppings-hero--deck {
    gap: 20px;
    padding: 18px;
    border-radius: 22px;
  }

.toppings-page .toppings-hero-copy h1 {
    max-width: 11ch;
    font-size: 2.7rem;
  }

.toppings-hero-metrics,
  .topping-flow-strip,
  .toppings-page .topping-size-strip,
  .toppings-page .topping-board-layout {
    grid-template-columns: 1fr;
  }

.toppings-metric {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: baseline;
    gap: 4px 12px;
  }

.toppings-metric dt {
    margin-bottom: 0;
  }

.toppings-metric dd {
    font-size: 1.45rem;
  }

.toppings-metric span {
    grid-column: 1 / -1;
    margin-top: 0;
  }

.toppings-hero-stage {
    min-height: 360px;
  }

.toppings-hero-stage--lookbook {
    min-height: 340px;
  }

.toppings-lookbook-shell {
    border-width: 8px;
    border-radius: 24px;
    padding: 14px;
  }

.toppings-hero-photo {
    position: relative;
    inset: auto;
    aspect-ratio: 16 / 11;
    border-width: 8px;
    border-radius: 22px;
  }

.toppings-page .topping-feature-card {
    position: relative;
    top: auto;
  }

.toppings-page .topping-base-grid,
  .toppings-page .topping-showcase-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 640px) and (max-width: 979px) {
.toppings-page .toppings-hero-copy h1 {
    font-size: 2.35rem;
  }

.toppings-hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

.toppings-metric {
    display: block;
  }

.toppings-metric dd {
    margin-top: 6px;
  }
}

@media (max-width: 560px) {
.toppings-page .toppings-hero--deck {
    padding: 14px;
  }

.toppings-page .toppings-hero-copy {
    display: contents;
  }

.toppings-page .toppings-hero-copy h1 {
    order: 2;
  }

.toppings-page .toppings-hero-stage {
    order: 3;
  }

.toppings-page .toppings-hero-body {
    order: 4;
  }

.toppings-page .toppings-hero-actions {
    order: 5;
  }

.toppings-page .toppings-hero-metrics {
    order: 6;
  }

.toppings-page .toppings-hero-copy h1 {
    font-size: 2.2rem;
  }

.toppings-page .toppings-hero-actions,
  .toppings-page .topping-order-actions {
    flex-direction: column;
    align-items: stretch;
  }

.toppings-hero-metrics {
    display: flex;
    gap: 10px;
    margin-inline: -2px;
    overflow-x: auto;
    padding: 2px 2px 10px;
    scroll-snap-type: x proximity;
  }

.toppings-metric {
    display: block;
    flex: 0 0 158px;
    scroll-snap-align: start;
  }

.toppings-hero-stage {
    min-height: 0;
  }

.toppings-hero-stage--lookbook {
    min-height: 0;
  }

.toppings-lookbook-shell {
    gap: 10px;
    padding: 12px;
  }

.toppings-lookbook-shell::before {
    content: none;
  }

.toppings-lookbook-header {
    align-items: flex-start;
  }

.toppings-lookbook-header p:last-child {
    max-width: 19ch;
    font-size: 0.74rem;
  }

.toppings-lookbook-grid {
    grid-auto-flow: column;
    grid-auto-columns: min(218px, 74vw);
    grid-template-columns: none;
    grid-template-rows: 150px;
    gap: 12px;
    margin-inline: -2px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 10px;
    scroll-padding-inline: 2px;
    scroll-snap-type: x mandatory;
  }

.topping-book-item {
    scroll-snap-align: start;
  }

.topping-book-card img {
    height: 108px;
  }

.topping-book-card-title {
    font-size: 0.72rem;
  }

.toppings-hero-photo {
    aspect-ratio: 4 / 3;
  }

.toppings-page .topping-size-strip,
  .toppings-page .topping-category-card,
  .toppings-page .topping-feature-card,
  .toppings-page .topping-base-card,
  .toppings-page .topping-photo-card,
  .toppings-page .topping-order-note {
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
.toppings-page .topping-base-card img,
  .toppings-page .topping-photo-card img,
  .toppings-page .topping-feature-card img {
    transition: none;
  }
}

.pricing-page .section-header h2 {
  margin-bottom: 6px;
}

.arcade-hub-page .section-header--row {
  position: relative;
  padding: 26px 28px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(24, 17, 16, 0.96), rgba(16, 11, 10, 0.92)),
    linear-gradient(135deg, rgba(121, 239, 189, 0.07), rgba(255, 188, 102, 0.04));
  border: 1px solid rgba(121, 239, 189, 0.14);
  box-shadow:
    0 28px 56px rgba(17, 10, 8, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.arcade-hub-page .section-header--row::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(121, 239, 189, 0.12), rgba(121, 239, 189, 0) 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.arcade-hub-page .section-header--row h1,
.arcade-hub-page .section-header--row p,
.arcade-hub-page .section-header--row a {
  position: relative;
  z-index: 1;
}

.arcade-hub-page .section-header--row h1 {
  color: #fff5e7;
  font-size: clamp(2.6rem, 5vw, 3.9rem);
  text-shadow: 0 0 18px rgba(255, 188, 102, 0.12);
}

.arcade-game-page .section-header--row {
  position: relative;
  padding: 24px 26px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(24, 17, 16, 0.96), rgba(16, 11, 10, 0.92)),
    linear-gradient(135deg, rgba(121, 239, 189, 0.08), rgba(255, 188, 102, 0.05));
  border: 1px solid rgba(121, 239, 189, 0.14);
  box-shadow:
    0 26px 52px rgba(17, 10, 8, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.arcade-game-page .section-header--row::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(121, 239, 189, 0.12), rgba(121, 239, 189, 0) 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.arcade-game-page .section-header--row > * {
  position: relative;
  z-index: 1;
}

.arcade-game-page .section-header--row h1 {
  color: #fff5e7;
  font-size: clamp(2.25rem, 4.4vw, 3.5rem);
  text-shadow: 0 0 18px rgba(255, 188, 102, 0.12);
}

.grahand-choice-btn.is-active {
  transform: translateY(-2px);
  box-shadow:
    0 18px 34px rgba(196, 90, 45, 0.28),
    0 0 0 1px rgba(255, 188, 102, 0.26);
}

@media (max-width: 900px) {
.home-page .hero-content,
  .arcade-hub-page .section-header--row {
    padding: 16px;
  }

.arcade-game-page .section-header--row {
    padding: 16px;
  }
}

@media (max-width: 640px) {
.home-page .mobile-home-section-enabled .section-header {
    gap: 8px;
  }

.home-page .mobile-home-section-enabled .section-header h2 {
    font-size: 1.65rem;
  }
}

.gb-install-prompt-shell.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 901px) {
.shop-page #main > .section-header,
  .shop-page #main > .shop-review-proof,
  .shop-page #main > .auth-shell {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }

.shop-page .section-header--row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 18px 24px;
  }

.shop-page .section-header--row > div:first-child {
    max-width: 54ch;
  }

.cart-page .cart-loyalty-overview {
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    align-items: start;
  }

.cart-page .cart-loyalty-steps {
    border: 1px dashed rgba(42, 35, 32, 0.12);
    border-radius: 18px;
    padding: 16px 18px 16px 34px;
    background: rgba(255, 255, 255, 0.62);
    align-self: stretch;
  }

.cart-page .cart-loyalty-reward-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.partners-offer {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(42, 35, 32, 0.1);
  background: rgba(255, 250, 243, 0.9);
  box-shadow:
    0 24px 50px rgba(90, 58, 42, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  padding: clamp(22px, 3vw, 34px);
}

.partners-offer::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  pointer-events: none;
}

.partners-offer h3 {
  margin-bottom: 12px;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.partners-offer p {
  max-width: 58ch;
}

@media (min-width: 1360px) and (prefers-reduced-motion: no-preference) {
.partners-brand-scape__fade.is-visible {
    opacity: var(--alpha, 0.26);
    transform: translateY(0) scale(1) rotate(var(--tilt, 0deg));
  }
}

@media (max-width: 700px) {
.partners-offer {
    border-radius: 24px;
  }
}
