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

.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-gallery .section-header {
  margin-bottom: 16px;
}

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

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

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

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

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

.site-studio-page .auth-actions {
  gap: 8px;
}

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

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

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

@media (max-width: 900px) {
.owner-dashboard-main .auth-actions {
    grid-template-columns: 1fr;
  }
}

.blob{display:none !important;}

@media (max-width: 900px) {
.reviews-shell .auth-actions {
    width: 100%;
  }
}

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

.crumbs-hero,
.crumbs-rules-band,
.crumbs-final {
  position: relative;
  overflow: clip;
  border: 1px solid rgba(196, 90, 45, 0.18);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(240, 216, 183, 0.62), transparent 34%),
    linear-gradient(160deg, rgba(255, 252, 247, 0.98), rgba(249, 241, 232, 0.94));
  box-shadow: 0 26px 54px rgba(68, 38, 18, 0.12);
}

.crumbs-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: center;
  gap: 28px;
  padding: clamp(26px, 4vw, 48px);
}

.crumbs-kicker {
  margin-bottom: 10px;
  color: var(--accent-dark);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.crumbs-hero h1,
.crumbs-final h2 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: clamp(2.5rem, 7vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.crumbs-lead {
  margin-top: 18px;
  max-width: 34rem;
  font-size: 1.05rem;
  color: var(--muted);
}

.crumbs-stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.crumbs-stat {
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(42, 35, 32, 0.08);
  background: rgba(255, 255, 255, 0.74);
}

.crumbs-stat strong {
  display: block;
  font-size: 1.55rem;
  line-height: 1;
}

.crumbs-stat span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.95rem;
}

.crumbs-hero-visual {
  display: flex;
  justify-content: center;
}

.crumbs-coin-frame {
  width: min(100%, 420px);
  margin: 0;
  padding: clamp(16px, 2vw, 24px);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 251, 240, 0.98), rgba(250, 239, 219, 0.92) 58%, rgba(226, 198, 147, 0.82));
  border: 1px solid rgba(196, 90, 45, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 28px 40px rgba(68, 38, 18, 0.16);
}

.crumbs-coin-frame picture {
  display: block;
}

.crumbs-coin-frame img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(58, 33, 15, 0.18));
}

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

.crumbs-flow-step,
.crumbs-rules-note {
  padding: 22px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(42, 35, 32, 0.08);
  box-shadow: 0 18px 30px rgba(68, 38, 18, 0.08);
}

.crumbs-flow-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(216, 174, 105, 0.95), rgba(196, 90, 45, 0.88));
  color: #fff;
  font-weight: 700;
}

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

.crumbs-rules-band {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.75fr);
  gap: 22px;
  padding: clamp(24px, 3vw, 34px);
}

.crumbs-rule-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.crumbs-rules-note strong {
  display: block;
  font-size: 1.2rem;
}

.crumbs-rules-note p {
  margin-top: 8px;
  color: var(--muted);
}

.crumbs-reward-grid {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.crumbs-reward-item {
  display: grid;
  grid-template-columns: minmax(110px, 132px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 20px 22px;
  border-radius: 26px;
  border: 1px solid rgba(42, 35, 32, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 28px rgba(68, 38, 18, 0.08);
}

.crumbs-reward-cost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(216, 174, 105, 0.95), rgba(240, 216, 183, 0.92));
  color: #442612;
  font-weight: 700;
  text-align: center;
}

.crumbs-reward-body h3 {
  margin: 0 0 6px;
  font-size: 1.1rem;
}

.crumbs-reward-body p {
  color: var(--muted);
}

.crumbs-final {
  padding: clamp(24px, 3vw, 34px);
}

@media (max-width: 960px) {
.crumbs-hero,
  .crumbs-rules-band {
    grid-template-columns: 1fr;
  }

.crumbs-hero-visual {
    order: -1;
  }

.crumbs-stat-row,
  .crumbs-flow-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
.crumbs-hero,
  .crumbs-rules-band,
  .crumbs-final {
    border-radius: 28px;
    padding: 22px 18px;
  }

.crumbs-kicker {
    font-size: 0.82rem;
  }

.crumbs-hero h1,
  .crumbs-final h2 {
    font-size: clamp(2.15rem, 12vw, 3.2rem);
  }

.crumbs-lead {
    font-size: 1rem;
  }

.crumbs-coin-frame {
    width: min(100%, 320px);
    border-radius: 24px;
  }

.crumbs-reward-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

.crumbs-reward-cost {
    justify-content: flex-start;
    width: fit-content;
  }
}

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

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

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

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

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