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

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

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

.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-form {
  display: grid;
  gap: 10px;
}

.auth-field {
  display: grid;
  gap: 6px;
}

.auth-field label {
  font-size: 0.92rem;
  color: var(--muted);
}

.auth-field > span {
  font-size: 0.92rem;
  color: var(--muted);
}

.auth-field-help {
  font-size: 0.82rem;
  line-height: 1.4;
  color: var(--muted);
}

.auth-field input {
  border-radius: 10px;
  border: 1px solid rgba(42, 35, 32, 0.22);
  background: #fff;
  color: var(--text);
  padding: 10px 12px;
  font: inherit;
}

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

.btn-lg {
  padding: 14px 20px;
  font-size: 1rem;
}

.auth-actions--stacked {
  display: grid;
  gap: 10px;
}

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

.auth-hub-main {
  padding-top: 118px;
}

body.auth-hub-page {
  background:
    radial-gradient(circle at top left, rgba(196, 90, 45, 0.08), rgba(196, 90, 45, 0) 24%),
    radial-gradient(circle at bottom right, rgba(123, 89, 57, 0.08), rgba(123, 89, 57, 0) 22%),
    linear-gradient(180deg, rgba(255, 250, 245, 1), rgba(253, 245, 235, 1));
}

.auth-hub-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.94fr) minmax(0, 1.06fr);
  gap: 22px;
  align-items: start;
}

.auth-hub-hero,
.auth-hub-surface {
  border-radius: 30px;
  overflow: hidden;
}

.auth-hub-hero {
  position: relative;
  padding: 28px;
  min-height: 100%;
  display: grid;
  gap: 18px;
  color: #251d19;
  background:
    radial-gradient(circle at top right, rgba(255, 245, 226, 0.95), rgba(255, 245, 226, 0) 38%),
    linear-gradient(145deg, rgba(255, 247, 239, 0.98), rgba(253, 238, 223, 0.92));
  box-shadow: 0 24px 70px rgba(73, 44, 17, 0.12);
  isolation: isolate;
}

.auth-hub-hero::before,
.auth-hub-hero::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 999px;
  pointer-events: none;
  z-index: -1;
}

.auth-hub-hero::before {
  width: 220px;
  height: 220px;
  right: -70px;
  top: -80px;
  background: radial-gradient(circle, rgba(196, 90, 45, 0.18), rgba(196, 90, 45, 0) 70%);
}

.auth-hub-hero::after {
  width: 240px;
  height: 240px;
  left: -80px;
  bottom: -90px;
  background: radial-gradient(circle, rgba(123, 89, 57, 0.12), rgba(123, 89, 57, 0) 72%);
}

.auth-hub-copy {
  margin: 0;
  max-width: 32rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(45, 34, 28, 0.84);
}

.auth-hub-highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.auth-hub-highlights li {
  border-radius: 16px;
  border: 1px solid rgba(132, 71, 44, 0.12);
  background: rgba(255, 255, 255, 0.66);
  padding: 12px 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.auth-hub-return {
  padding-top: 6px;
}

.auth-context-banner {
  border-radius: 16px;
  border: 1px solid rgba(42, 35, 32, 0.12);
  background: rgba(255, 255, 255, 0.8);
  padding: 12px 14px;
  color: rgba(42, 35, 32, 0.84);
}

.auth-context-banner.is-warning {
  border-color: rgba(196, 90, 45, 0.26);
  background: rgba(255, 244, 236, 0.92);
}

.auth-hub-surface {
  display: grid;
  gap: 18px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 24px 70px rgba(63, 41, 24, 0.12);
}

.auth-hub-header {
  display: grid;
  gap: 10px;
}

.auth-hub-header h2,
.auth-lane h3,
.cart-guest-panel h3 {
  margin: 0;
}

.auth-hub-lanes {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.auth-lane {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(42, 35, 32, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 247, 240, 0.95));
}

.auth-lane--guest {
  background:
    radial-gradient(circle at top right, rgba(196, 90, 45, 0.14), rgba(196, 90, 45, 0) 44%),
    linear-gradient(180deg, rgba(255, 251, 245, 0.98), rgba(253, 239, 228, 0.95));
}

.auth-lane-head {
  display: grid;
  gap: 6px;
}

.auth-lane--email,
.auth-lane--status {
  grid-column: 1 / -1;
}

.auth-mode-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 6px;
  border-radius: 999px;
  background: rgba(248, 237, 226, 0.9);
}

.auth-mode-tab {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  background: transparent;
  color: rgba(62, 50, 44, 0.78);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

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

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

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

.leaderboard-table td.rank {
  width: 38px;
  font-weight: 700;
}

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

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

.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-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) {
.auth-hub-main {
    padding-top: 94px;
  }

.auth-hub-shell {
    grid-template-columns: 1fr;
    gap: 14px;
  }

.auth-hub-hero,
  .auth-hub-surface {
    border-radius: 22px;
    padding: 18px;
  }

.auth-hub-lanes,
  .cart-guest-grid {
    grid-template-columns: 1fr;
  }

.auth-mode-switch {
    width: 100%;
    justify-content: stretch;
  }

.auth-mode-tab {
    flex: 1 1 0;
    text-align: center;
  }
}

.blob{display:none !important;}

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

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

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

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