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;
  }
}

.lobster-display--button {
  letter-spacing: 0;
}

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

.hero {
  max-width: 1100px;
  margin: 0 auto;
  padding: 120px 20px 60px;
  display: grid;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

.studio-announcement {
  margin: 0 auto 4px;
  max-width: 1100px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(42, 35, 32, 0.14);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-sm);
}

.studio-announcement a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -20% -10%;
  background:
    radial-gradient(520px 280px at 10% 15%, rgba(255, 236, 214, 0.9), transparent 60%),
    radial-gradient(420px 260px at 85% 20%, rgba(255, 214, 180, 0.75), transparent 58%),
    radial-gradient(460px 300px at 40% 85%, rgba(255, 239, 221, 0.85), transparent 65%);
  opacity: 0.85;
  pointer-events: none;
  z-index: 0;
}

.hero::after {
  z-index: 0;
}

.hero-content,
.hero-visual {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.78rem;
  color: var(--muted);
}

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

.subheadline {
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 520px;
  line-height: 1.7;
}

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

.hero-bar-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.mobile-partner-offers-slot {
  display: none;
}

.hero-order-today {
  display: none;
}

.hero-bar-cta,
.hero-crumbs-cta {
  align-self: flex-start;
  white-space: nowrap;
}

.btn-brown-cta {
  border-color: rgba(95, 58, 35, 0.58);
  background:
    linear-gradient(135deg, #5f3a23, #8a4a23 54%, #4b2c1a);
  color: #fff;
  box-shadow:
    0 14px 28px rgba(95, 58, 35, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.btn-brown-cta:hover,
.btn-brown-cta:focus-visible {
  color: #fff;
  border-color: rgba(95, 58, 35, 0.72);
  box-shadow:
    0 18px 34px rgba(95, 58, 35, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.partner-shine-cta {
  position: relative;
  overflow: hidden;
  border-color: rgba(196, 90, 45, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 249, 240, 0.98), rgba(255, 225, 195, 0.96) 45%, rgba(224, 116, 52, 0.95)),
    #fff6ec;
  color: #8a4026;
  box-shadow:
    0 16px 30px rgba(196, 90, 45, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.partner-shine-cta::before {
  content: "";
  position: absolute;
  top: -90%;
  left: -46%;
  width: 42%;
  height: 260%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.72) 45%,
    rgba(255, 229, 184, 0.42) 58%,
    transparent 72%
  );
  transform: translateX(-160%) rotate(14deg);
  animation: partnerReflect 7.5s ease-in-out infinite;
  pointer-events: none;
}

.partner-shine-cta::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.58);
  pointer-events: none;
}

.partner-shine-cta:hover,
.partner-shine-cta:focus-visible {
  color: #7f3a22;
  border-color: rgba(196, 90, 45, 0.36);
  background:
    linear-gradient(135deg, rgba(255, 252, 246, 1), rgba(255, 221, 187, 0.98) 44%, rgba(214, 103, 43, 0.98)),
    #fff4e7;
  box-shadow:
    0 20px 36px rgba(196, 90, 45, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.pixel-divider {
  width: 140px;
  height: 10px;
  background-image: linear-gradient(
    90deg,
    #d8c1a9 0 12%,
    transparent 12% 24%,
    #d8c1a9 24% 36%,
    transparent 36% 48%,
    #d8c1a9 48% 60%,
    transparent 60% 72%,
    #d8c1a9 72% 84%,
    transparent 84% 100%
  );
  border-radius: 6px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-badges > * {
  background: rgba(255, 255, 255, 0.7);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  color: var(--muted);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.hero-visual {
  position: relative;
  min-height: 380px;
  display: grid;
  place-items: center;
}

.hero-rotator {
  position: relative;
  width: min(480px, 88vw);
  aspect-ratio: 2 / 3;
  min-height: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: #efe7de;
}

.hero-rotator .hero-rotator-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.45s ease, transform 0.45s ease;
  animation: none;
}

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

.hero-rotator .shadow {
  display: none;
}

.hero-rotator-dots {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  display: inline-flex;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(247, 244, 240, 0.78);
  border: 1px solid rgba(42, 35, 32, 0.14);
  backdrop-filter: blur(4px);
}

.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;
}

.shadow {
  position: absolute;
  bottom: 22px;
  width: 260px;
  height: 36px;
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.2), transparent 70%);
  filter: blur(2px);
}

.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;
  }
}

.cards {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.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;
}

.accordion {
  display: grid;
  gap: 12px;
}

.accordion-item {
  background: #fff;
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.accordion-trigger {
  width: 100%;
  text-align: left;
  padding: 16px 18px;
  border: none;
  background: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

.accordion-panel {
  padding: 0 18px 16px;
  color: var(--muted);
}

#faq .accordion-trigger {
  text-align: center;
}

#faq .accordion-panel {
  text-align: center;
}

@media (min-width: 1024px) {
#faq .accordion {
    justify-items: center;
    gap: 14px;
  }

#faq .accordion-item {
    width: 100%;
    max-width: 860px;
  }

#faq .accordion-item:nth-child(2) {
    max-width: 810px;
  }

#faq .accordion-item:nth-child(3) {
    max-width: 760px;
  }

#faq .accordion-item:nth-child(4) {
    max-width: 710px;
  }

#faq .accordion-item:nth-child(5) {
    max-width: 660px;
  }

#faq .accordion-item:nth-child(6) {
    max-width: 610px;
  }

#faq .accordion-item:nth-child(7) {
    max-width: 560px;
  }

#faq .accordion-item--faq-grahamai {
    max-width: 520px;
  }

#faq .accordion-item--faq-crumbs {
    max-width: 500px;
  }

#faq .accordion-trigger {
    width: 100%;
  }
}

.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;
}

@media (min-width: 768px) {
.hero {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
  }

.cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
.hero {
    padding-top: 140px;
  }
}

.hero::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.35), transparent 60%);
  animation: heroGlow 14s ease-in-out infinite;
  pointer-events: none;
}

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

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

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: var(--muted);
  opacity: 0.95;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 14px;
  list-style: none;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(42, 35, 32, 0.08);
  box-shadow: var(--shadow-sm);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.trust-strip--centered {
  position: static;
  align-self: center;
  margin: 6px auto 14px;
  z-index: 2;
}

.trust-strip .trust-label {
  background: linear-gradient(135deg, var(--accent), #d06f3d);
  color: #fff;
  border: none;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.trust-strip > * {
  background: rgba(42, 35, 32, 0.05);
  border: 1px solid rgba(42, 35, 32, 0.08);
  padding: 6px 12px;
  border-radius: 999px;
}

@media (max-width: 900px) {
.trust-strip--centered {
    margin: 12px auto 16px;
    width: min(100%, 360px);
    justify-content: center;
    text-align: center;
    gap: 8px 10px;
    font-size: 0.82rem;
    padding: 8px 10px;
  }

.trust-strip--centered > * {
    padding: 5px 10px;
  }
}

.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);
}

.gb-limited-time-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 999px;
  padding: 4px 8px;
  color: #fff;
  background:
    linear-gradient(90deg, #8b2f3b, #e9aa35, #2f8b59, #4b86d8, #8b2f3b);
  background-size: 280% 100%;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.72),
    0 8px 18px rgba(139, 47, 59, 0.2),
    0 0 18px rgba(233, 170, 53, 0.25);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  animation: gbLimitedTimeRgb 4.8s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
.gb-limited-time-badge {
    animation: none;
  }
}

.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);
}

.mobile-proof-strip {
  display: none;
}

@media (max-width: 860px) {
.hero {
    padding: 98px 14px 34px;
    gap: 22px;
  }

.hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 10px;
  }

.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;
  }
}

@media (max-width: 560px) {
.hero-actions {
    grid-template-columns: 1fr;
  }
}

.hero-logo {
  width: min(480px, 88vw);
  height: auto;
  border-radius: 24px;
  animation: float 7s ease-in-out infinite;
  box-shadow: var(--shadow-lg);
}

@media (min-width: 1024px) {
.hero-logo {
    width: 560px;
  }

.hero-rotator {
    width: 560px;
  }
}

.blob{display:none !important;}

.testimonial-strip,
.testimonial-grid {
  display: grid;
  gap: 18px;
}

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

.testimonial-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(39, 31, 27, 0.12);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 244, 240, 0.92));
  box-shadow: 0 18px 40px rgba(74, 54, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.testimonial-card::before,
.testimonial-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.testimonial-card::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 42%),
    linear-gradient(120deg, rgba(196, 90, 45, 0.08), rgba(87, 164, 115, 0.06) 62%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.95;
}

.testimonial-card::after {
  inset: auto -20% -40% 36%;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(196, 90, 45, 0.16), rgba(196, 90, 45, 0) 68%);
  opacity: 0.75;
}

.testimonial-card > * {
  position: relative;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
.testimonial-card:hover {
    transform: translateY(-6px);
    border-color: rgba(196, 90, 45, 0.22);
    box-shadow: 0 24px 52px rgba(74, 54, 39, 0.12);
  }
}

.testimonial-stars {
  color: #c45a2d;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  white-space: normal;
  overflow-wrap: anywhere;
  font-weight: 700;
}

.testimonial-quote {
  margin: 0;
  color: #2c211c;
  font-size: 1rem;
  line-height: 1.75;
}

.testimonial-footer {
  display: grid;
  gap: 4px;
}

.testimonial-author {
  font-size: 0.98rem;
}

.testimonial-meta {
  color: rgba(44, 33, 28, 0.72);
  font-size: 0.92rem;
}

.testimonial-empty {
  margin-top: 14px;
}

.testimonial-summary {
  margin-top: 10px;
  font-weight: 600;
}

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

@media (max-width: 700px) {
.much-obliged-handoff-copy .eyebrow {
    margin-bottom: 2px;
  }
}

@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 .hero {
  padding-top: 40px;
  padding-bottom: 74px;
  gap: 20px;
}

.home-page .hero::before {
  inset: -12% -4%;
  background:
    radial-gradient(600px 300px at 4% 10%, rgba(255, 236, 214, 0.95), transparent 62%),
    radial-gradient(460px 270px at 96% 16%, rgba(255, 205, 173, 0.78), transparent 56%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0) 42%);
}

.home-page .hero::after {
  inset: -30% -16%;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.34), transparent 60%),
    repeating-linear-gradient(
      -14deg,
      rgba(255, 255, 255, 0.12) 0 18px,
      rgba(255, 255, 255, 0) 18px 42px
    );
  opacity: 0.75;
  animation: none;
}

.home-page .hero-content {
  min-width: 0;
  gap: 18px;
  padding: 28px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 253, 250, 0.84), rgba(255, 247, 239, 0.76));
  border: 1px solid rgba(64, 43, 30, 0.09);
  box-shadow:
    0 30px 65px rgba(67, 42, 24, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
}

.home-page .hero-personal-photo {
  position: relative;
  background:
    linear-gradient(145deg, rgba(255, 248, 238, 0.97), rgba(246, 222, 198, 0.9));
  animation: none;
}

.home-page .eyebrow {
  color: var(--brand-red);
  font-weight: 800;
}

.home-page .hero h1 {
  display: block;
  width: min(100%, 640px);
  max-width: 640px;
  margin: 6px 0 0;
  line-height: 0;
}

.home-page .hero h1 picture {
  display: block;
  width: 100%;
}

.home-page .hero h1 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.home-page .subheadline {
  max-width: 20ch;
  font-size: 1.16rem;
  color: #584942;
}

.home-page .hero-badges {
  gap: 10px;
}

.home-page .hero-badges > * {
  padding: 8px 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 245, 233, 0.72));
  border: 1px solid rgba(89, 57, 40, 0.1);
  box-shadow: 0 12px 24px rgba(92, 61, 41, 0.07);
  color: #5a493d;
  font-size: 0.82rem;
  font-weight: 700;
}

.home-page .pixel-divider {
  width: min(220px, 100%);
  height: 12px;
  background-image:
    linear-gradient(
      90deg,
      rgba(196, 90, 45, 0.86) 0 11%,
      transparent 11% 22%,
      rgba(216, 174, 105, 0.92) 22% 33%,
      transparent 33% 44%,
      rgba(95, 141, 92, 0.85) 44% 55%,
      transparent 55% 66%,
      rgba(196, 90, 45, 0.86) 66% 77%,
      transparent 77% 88%,
      rgba(216, 174, 105, 0.92) 88% 100%
    );
  box-shadow: 0 10px 20px rgba(77, 52, 34, 0.08);
}

.home-page .hero-rotator {
  border: 1px solid rgba(77, 54, 38, 0.1);
  box-shadow:
    0 30px 80px rgba(31, 18, 10, 0.2),
    inset 0 0 0 8px rgba(255, 249, 241, 0.44);
  width: min(100%, 560px);
}

.home-page .hero-visual {
  width: min(100%, 560px);
  justify-self: end;
  align-self: start;
}

@media (min-width: 768px) {
.home-page .hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
    align-items: start;
  }
}

@media (min-width: 901px) {
.home-page .hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
    align-items: start;
    gap: 28px 42px;
  }

.home-page .hero-content {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    gap: 14px;
    grid-template-columns: max-content max-content minmax(0, 1fr);
    align-items: start;
  }

.home-page .hero h1 {
    order: 1;
    grid-column: 1 / -1;
    width: min(100%, 100%);
    max-width: none;
    margin: -6px 0 4px;
  }

.home-page .eyebrow {
    order: 2;
    grid-column: 1 / -1;
    margin-top: 0;
  }

.home-page .hero-bar-cta-row {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

.home-page .trust-strip--centered {
    order: 4;
    grid-column: 1 / -1;
  }

.home-page .subheadline {
    order: 5;
    grid-column: 1 / -1;
  }

.home-page .hero-badges {
    order: 7;
    grid-column: 1 / -1;
  }

.home-page .hero-order-today {
    order: 8;
    grid-column: 1;
    justify-self: start;
    margin-top: 2px;
  }

.home-page .hero-actions {
    order: 9;
    grid-column: 1 / -1;
  }

.home-page .pixel-divider {
    order: 10;
    grid-column: 1 / -1;
  }

.home-page .hero-visual {
    grid-column: 2;
    grid-row: 1;
    width: min(100%, 560px);
    justify-self: end;
    align-self: start;
  }

.home-page .hero-personal-photo {
    grid-column: 2;
    grid-row: 2;
    width: min(100%, 460px);
    margin: 0;
    justify-self: end;
    align-self: start;
    box-shadow: 0 20px 44px rgba(67, 42, 24, 0.14);
  }
}

.home-page .hero-rotator::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  pointer-events: none;
  z-index: 2;
}

.home-page .hero-signature {
  background:
    linear-gradient(135deg, rgba(255, 251, 246, 0.94), rgba(247, 237, 226, 0.86));
  color: var(--brand-red);
}

.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;
}

.home-pricing-teaser-shell {
  display: grid;
  gap: 22px;
}

.home-pricing-teaser-copy {
  display: grid;
  gap: 14px;
}

.home-pricing-teaser-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.home-pricing-teaser-action-pair {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.home-pricing-teaser-note {
  margin: 0;
  max-width: 64ch;
}

.home-pricing-teaser-board {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.home-pricing-teaser-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(63, 43, 30, 0.08);
  padding: 18px 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 243, 235, 0.94));
  box-shadow:
    0 18px 34px rgba(60, 41, 28, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.home-pricing-teaser-card::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.92;
}

.home-pricing-teaser-card h3,
.home-pricing-teaser-card p {
  position: relative;
  z-index: 1;
}

.home-pricing-teaser-card h3 {
  margin: 8px 0 8px;
  font-size: 1.35rem;
}

.home-pricing-teaser-start {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--accent-dark);
}

.home-pricing-teaser-detail {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.45;
  color: #5a4b42;
}

.home-pricing-teaser-limited {
  display: inline-flex;
  margin-top: 8px;
}

.home-pricing-teaser-limited--action {
  margin-top: 0;
  white-space: nowrap;
}

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

@media (min-width: 980px) {
.home-pricing-teaser-shell {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
    align-items: start;
  }
}

.home-page .photo-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 241, 233, 0.92));
}

.home-page .photo-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  pointer-events: none;
}

.home-page .testimonial-card {
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.97), rgba(248, 241, 233, 0.95));
}

.home-page .testimonial-stars {
  color: var(--brand-red);
}

.home-page #faq .accordion-trigger {
  font-size: 1.02rem;
  letter-spacing: 0.01em;
}

.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 {
    padding-top: 12px;
    padding-bottom: 40px;
    gap: 12px;
  }

.home-page .hero-content,
  .arcade-hub-page .section-header--row {
    padding: 16px;
  }

.home-page .hero h1 {
    font-size: clamp(2.6rem, 10vw, 4rem);
  }

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

@media (max-width: 640px) {
.studio-announcement {
    margin-bottom: 0;
    padding: 8px 12px;
    font-size: 0.95rem;
  }

.home-page .hero {
    padding-top: 8px;
    padding-bottom: 28px;
    gap: 10px;
    grid-template-columns: minmax(132px, 38vw) minmax(0, 1fr);
    align-items: start;
  }

.home-page .hero-content {
    grid-column: 1 / -1;
    grid-row: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(126px, 152px));
    justify-content: center;
    gap: 12px 14px;
    align-items: start;
    padding: 14px;
    border-radius: 28px;
  }

.home-page .hero-personal-photo {
    --hero-photo-inset: 6px;
    --hero-photo-radius: 16px;
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: 152px;
    margin: 0;
    padding: 6px;
    aspect-ratio: 1 / 1;
    border-radius: 22px;
    animation: none;
  }

.home-page .eyebrow {
    grid-column: 1 / -1;
    grid-row: 3;
    margin: 0 auto;
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-align: center;
  }

.home-page .hero h1 {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 2px 0 0;
    font-size: clamp(1.9rem, 9.2vw, 2.75rem);
    line-height: 0.94;
  }

.home-page .hero-order-today {
    display: inline-flex;
    grid-column: 1 / -1;
    grid-row: 4;
    justify-self: center;
    align-items: center;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow:
      0 14px 28px rgba(196, 90, 45, 0.2),
      0 0 0 1px rgba(255, 188, 102, 0.16);
  }

.home-page .hero-bar-cta-row {
    display: inline-flex;
    grid-column: 1 / -1;
    grid-row: 5;
    justify-self: center;
    justify-content: center;
    align-items: center;
  }

.home-page .hero-bar-cta,
  .home-page .hero-crumbs-cta {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 700;
    text-align: center;
  }

.home-page .trust-strip--centered {
    grid-row: 6;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    gap: 6px;
    padding: 6px 8px;
    font-size: 0.78rem;
    border-radius: 14px;
  }

.home-page .trust-strip--centered > * {
    padding: 4px 8px;
  }

.home-page .subheadline {
    grid-row: 7;
    margin: 0;
    max-width: none;
    font-size: 1rem;
    line-height: 1.35;
  }

.home-page .hero-badges > * {
    width: auto;
  }

.home-page .hero-badges {
    grid-row: 9;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    gap: 6px;
    justify-content: center;
  }

.home-page .hero-badges > * {
    flex: 0 1 auto;
    padding: 6px 10px;
    font-size: 0.74rem;
  }

.home-page .hero-actions {
    grid-row: 10;
    gap: 8px;
  }

.home-page .pixel-divider {
    display: none;
  }

.home-page .hero-visual {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    justify-self: center;
    width: 100%;
    margin-top: 14px;
    min-height: 0;
    display: grid;
    place-items: start center;
    position: relative;
    z-index: 3;
  }

.home-page .hero-rotator {
    width: 100%;
    max-width: 152px;
    aspect-ratio: 1 / 1;
    border-radius: 18px;
    box-shadow: 0 16px 28px rgba(31, 18, 10, 0.14);
  }

.home-page .hero-rotator::before {
    inset: 8px;
    border-radius: 12px;
  }

.home-page .hero-rotator-dots {
    display: none;
  }

.home-page .hero-signature {
    display: none;
  }

.home-page .mobile-home-section-enabled .mobile-home-section-trigger {
    display: grid;
    width: 100%;
    gap: 4px;
    padding: 14px 16px;
    border: 1px solid rgba(63, 43, 30, 0.1);
    border-radius: 20px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 241, 233, 0.95));
    box-shadow:
      0 14px 28px rgba(60, 41, 28, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.76);
    text-align: left;
    position: relative;
    cursor: pointer;
  }

.home-page .mobile-home-section-enabled .mobile-home-section-trigger::after {
    content: "▾";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    font-size: 0.96rem;
    color: var(--accent-dark);
    transition: transform 180ms ease;
  }

.home-page .mobile-home-section-enabled .mobile-home-section-trigger[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(180deg);
  }

.home-page .mobile-home-section-trigger-kicker {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent-dark);
  }

.home-page .mobile-home-section-trigger-label {
    font-family: "Fraunces", serif;
    font-size: 1.28rem;
    font-weight: 700;
    line-height: 1.02;
    color: var(--text);
    padding-right: 28px;
  }

.home-page .mobile-home-section-trigger-preview {
    max-width: calc(100% - 28px);
    font-size: 0.84rem;
    line-height: 1.35;
    color: rgba(63, 43, 30, 0.72);
  }

.home-page .mobile-home-section-enabled .mobile-home-section-panel {
    padding-top: 12px;
  }

.home-page .mobile-home-section-enabled .mobile-home-section-panel > :first-child {
    margin-top: 0;
  }

.home-page .mobile-home-section-enabled .section-header {
    gap: 8px;
  }

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

.home-page .mobile-home-section-enabled .cards {
    gap: 12px;
  }
}

@media (min-width: 901px) {
.home-page .hero-content {
    padding: 34px 36px;
    gap: 16px;
    grid-template-columns: max-content max-content minmax(0, 1fr);
    align-items: start;
  }

.home-page .eyebrow {
    order: 1;
    grid-column: 1 / -1;
    margin: 0;
  }

.home-page .hero h1 {
    order: 2;
    grid-column: 1 / -1;
    width: min(100%, 620px);
    margin: -2px 0 6px;
  }

.home-page .subheadline {
    order: 3;
    grid-column: 1 / -1;
    max-width: 25ch;
    font-size: 1.22rem;
  }

.home-page .trust-strip--centered {
    order: 5;
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

.home-page .hero-badges {
    order: 6;
    grid-column: 1 / -1;
  }

.home-page .hero-order-today {
    order: 7;
    grid-column: 1;
    width: fit-content;
    justify-self: start;
  }

.home-page .hero-bar-cta-row {
    order: 8;
    grid-column: 1 / -1;
    width: fit-content;
    justify-content: flex-start;
  }

.home-page .hero-actions {
    order: 9;
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

.home-page .pixel-divider {
    order: 10;
    grid-column: 1 / -1;
    width: min(280px, 100%);
  }

.home-page .hero-visual {
    width: min(100%, 580px);
  }

.home-page .hero-personal-photo {
    width: min(100%, 480px);
  }

.home-page .hero-signature {
    padding: 12px 18px;
    justify-self: end;
  }

.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 (max-width: 700px) {
.partners-offer {
    border-radius: 24px;
  }
}
