@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-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-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 input {
  border-radius: 10px;
  border: 1px solid rgba(42, 35, 32, 0.22);
  background: #fff;
  color: var(--text);
  padding: 10px 12px;
  font: inherit;
}

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

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

.account-order-status-pill[data-tone="success"] {
  border-color: rgba(95, 141, 92, 0.28);
  background: rgba(233, 246, 237, 0.88);
  color: #3f6b41;
}

.account-order-status-pill[data-tone="accent"] {
  border-color: rgba(196, 90, 45, 0.24);
  background: rgba(255, 241, 232, 0.9);
  color: var(--accent-dark);
}

.account-order-status-pill[data-tone="warm"] {
  border-color: rgba(216, 174, 105, 0.26);
  background: rgba(255, 248, 230, 0.94);
  color: #87612f;
}

.account-order-status-pill[data-tone="muted"] {
  border-color: rgba(42, 35, 32, 0.08);
  background: rgba(241, 237, 233, 0.94);
  color: #6b5c53;
}

.account-order-journey,
.inbox-thread-journey,
.owner-order-journey {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.order-journey-step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(42, 35, 32, 0.12);
  background: rgba(255, 255, 255, 0.82);
  color: #6b5c53;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
}

.order-journey-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  flex: 0 0 auto;
}

.order-journey-step[data-state="done"] {
  border-color: rgba(86, 138, 92, 0.2);
  background: rgba(237, 247, 239, 0.94);
  color: #3f6b41;
}

.order-journey-step[data-state="active"] {
  border-color: rgba(196, 90, 45, 0.22);
  background: rgba(255, 243, 235, 0.96);
  color: var(--accent-dark);
}

.order-journey-step[data-state="pending"] {
  border-color: rgba(42, 35, 32, 0.12);
  background: rgba(255, 255, 255, 0.78);
  color: #7a6b62;
}

.order-journey-step[data-state="terminal"] {
  border-color: rgba(90, 78, 71, 0.18);
  background: rgba(241, 237, 233, 0.96);
  color: #5e554f;
}

.inbox-shell {
  margin-top: 20px;
}

.inbox-layout {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(260px, 330px) minmax(0, 1fr);
  align-items: start;
}

.inbox-sidebar {
  padding: 14px;
  gap: 10px;
}

.inbox-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.inbox-filter {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(42, 35, 32, 0.14);
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.88rem;
}

.inbox-filter input {
  accent-color: var(--accent);
}

.inbox-thread-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  max-height: min(68dvh, 640px);
  overflow: auto;
}

.inbox-empty {
  border: 1px dashed rgba(42, 35, 32, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.62);
  padding: 12px;
  color: var(--muted);
}

.inbox-thread-btn {
  width: 100%;
  border: 1px solid rgba(42, 35, 32, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  padding: 10px 12px;
  text-align: left;
  display: grid;
  gap: 4px;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

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

.inbox-thread-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.inbox-thread-heading strong {
  font-size: 0.95rem;
}

.inbox-thread-unread {
  border-radius: 999px;
  background: rgba(196, 90, 45, 0.14);
  color: var(--accent-dark);
  padding: 3px 8px;
  font-size: 0.72rem;
  font-weight: 700;
}

.inbox-thread-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.8rem;
}

.inbox-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(42, 35, 32, 0.12);
  background: rgba(255, 255, 255, 0.94);
  color: var(--text);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.inbox-status-pill[data-tone="success"] {
  background: rgba(72, 165, 118, 0.12);
  border-color: rgba(72, 165, 118, 0.26);
  color: #246341;
}

.inbox-status-pill[data-tone="accent"] {
  background: rgba(196, 90, 45, 0.12);
  border-color: rgba(196, 90, 45, 0.26);
  color: var(--accent-dark);
}

.inbox-status-pill[data-tone="warm"] {
  background: rgba(219, 161, 79, 0.14);
  border-color: rgba(219, 161, 79, 0.28);
  color: #8f5d1d;
}

.inbox-status-pill[data-tone="muted"] {
  background: rgba(106, 94, 87, 0.12);
  border-color: rgba(106, 94, 87, 0.22);
  color: #5f5752;
}

.inbox-thread-status-card {
  border: 1px solid rgba(42, 35, 32, 0.12);
  border-radius: 14px;
  background: rgba(255, 249, 243, 0.72);
  padding: 10px 12px;
  display: grid;
  gap: 8px;
}

.inbox-thread-status-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 12px;
}

.inbox-thread-status-copy {
  margin: 0;
  line-height: 1.45;
}

.inbox-thread-journey {
  min-height: 0;
}

.inbox-thread-preview {
  color: var(--text);
  font-size: 0.84rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.inbox-panel {
  padding: 14px;
  gap: 10px;
  grid-template-rows: auto minmax(260px, 1fr) auto;
}

.inbox-panel-header {
  display: grid;
  gap: 4px;
}

.inbox-panel-header h2 {
  margin-bottom: 0;
}

.inbox-panel-header-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.inbox-mobile-back {
  display: none;
}

.inbox-message-list {
  border: 1px solid rgba(42, 35, 32, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.76);
  padding: 10px;
  display: grid;
  gap: 8px;
  overflow: auto;
  max-height: min(56dvh, 560px);
}

.inbox-message {
  border: 1px solid rgba(42, 35, 32, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  padding: 9px 10px;
  display: grid;
  gap: 5px;
}

.inbox-message.from-owner {
  border-color: rgba(110, 108, 245, 0.35);
}

.inbox-message.from-customer {
  border-color: rgba(196, 90, 45, 0.34);
}

.inbox-message.is-me {
  background: rgba(255, 243, 233, 0.95);
  box-shadow: 0 8px 16px rgba(196, 90, 45, 0.12);
}

.inbox-message-meta {
  margin: 0;
  font-size: 0.78rem;
  color: var(--muted);
}

.inbox-message-body {
  margin: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.inbox-compose {
  display: grid;
  gap: 8px;
}

.inbox-compose textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(42, 35, 32, 0.2);
  background: rgba(255, 255, 255, 0.98);
  color: var(--text);
  padding: 10px 12px;
  font: inherit;
  resize: vertical;
  min-height: 90px;
}

.inbox-compose textarea:disabled {
  opacity: 0.6;
}

.inbox-compose-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.owner-request-tag[data-tone="new"] {
  border-color: rgba(196, 90, 45, 0.22);
  background: rgba(196, 90, 45, 0.12);
  color: #8f4737;
}

.owner-request-tag[data-tone="replied"] {
  border-color: rgba(87, 164, 115, 0.22);
  background: rgba(87, 164, 115, 0.13);
  color: #2f6f45;
}

.owner-request-tag[data-tone="archived"] {
  border-color: rgba(91, 60, 43, 0.16);
  background: rgba(91, 60, 43, 0.08);
  color: #5c4d46;
}

.owner-request-tag[data-tone="accent"] {
  border-color: rgba(87, 164, 115, 0.18);
  background: rgba(87, 164, 115, 0.1);
  color: #2f6f45;
}

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

.owner-order-journey .order-journey-step {
  padding: 4px 8px;
  font-size: 0.7rem;
}

.order-thread-item.from-owner {
  border-color: rgba(110, 108, 245, 0.35);
}

.order-thread-item.from-customer {
  border-color: rgba(196, 90, 45, 0.32);
}

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

.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) {
.inbox-layout {
    grid-template-columns: 1fr;
  }

.inbox-message-list {
    max-height: 48dvh;
  }

.inbox-shell:not(.inbox-thread-open) .inbox-panel {
    display: none;
  }

.inbox-shell.inbox-thread-open .inbox-sidebar {
    display: none;
  }

.inbox-mobile-back {
    display: inline-flex;
  }
}

@media (max-width: 560px) {
.inbox-compose-bottom {
    display: grid;
    grid-template-columns: 1fr;
  }
}

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

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

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