/* Modal uses live Clutch classes. Only open/close + checkbox glue here. */

.u-vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.font-poppins {
  --fonts-poppins: "Poppins", "PoppinsFallback", sans-serif;
}

.font-poppins-face,
.page {
  font-family: "Poppins", "PoppinsFallback", sans-serif;
}

.aurora {
  display: inline-block;
  padding: 0.16em 0.08em 0.2em;
  margin: -0.16em -0.08em -0.2em;
  line-height: 1.22;
  overflow: visible;
  background-size: 400% 160%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media (prefers-reduced-motion: no-preference) {
  .aurora {
    animation: none;
  }

  [data-inview] .aurora {
    animation: ui-box var(--aurora-speed, 3s) ease-in-out infinite;
  }

  .ui-box-3 {
    animation: none;
  }

  [data-inview] .ui-box-3 {
    animation: ui-box-2 var(--duration, 16s) linear infinite;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aurora,
  .ui-box-3 {
    animation: none;
  }
}

.heading-display {
  font-size: clamp(2rem, 1.55rem + 2.25vw, 3.25rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

h1,
.h1 {
  font-size: clamp(1.625rem, 1.35rem + 1.35vw, 2.5rem);
  line-height: 1.2;
}

.h2 {
  font-size: clamp(1.375rem, 1.2rem + 0.85vw, 2rem);
  line-height: 1.25;
}

.h3 {
  font-size: clamp(1.1875rem, 1.1rem + 0.45vw, 1.5rem);
  line-height: 1.3;
}

.h4 {
  margin-top: 1.5em;
  font-size: clamp(1.1875rem, 1.1rem + 0.45vw, 1.5rem);
  line-height: 1.35;
}

.h5 {
  margin-top: 1.5em;
  font-size: clamp(1.0625rem, 1.02rem + 0.22vw, 1.25rem);
  font-weight: 400;
  line-height: 1.4;
}

.text-lead {
  font-size: clamp(1rem, 0.94rem + 0.28vw, 1.125rem);
  line-height: 1.5;
}

.small {
  line-height: 1.25em;
}

.button-primary,
.button-outline {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.5rem;
  height: 2.5rem;
  padding: 0 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
}

.button-xs {
  min-height: 1.5rem;
  height: 1.5rem;
  padding: 0 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.6875rem;
  gap: 0.25rem;
}

.button-sm {
  min-height: 2rem;
  height: 2rem;
  padding: 0 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  gap: 0.3rem;
}

.button-lg {
  min-height: 3rem;
  height: 3rem;
  padding: 0 2.5rem;
  font-size: 0.9375rem;
  gap: 0.5rem;
}

.button-primary {
  min-height: 3rem;
  height: 3rem;
  padding: 0 2.5rem;
  font-size: 0.9375rem;
  gap: 0.5rem;
}

.button-primary:has(> svg:first-child),
.button-primary:has(> .shine + svg) {
  padding: 0 2.5rem 0 2rem;
}

.button-primary:has(> span + svg),
.button-primary:has(> :not(svg):not(.shine) + svg) {
  padding: 0 2rem 0 2.5rem;
}

.button-outline svg {
  width: 1.125rem;
  height: 1.125rem;
  flex: none;
}

.button-primary svg {
  width: 1.25rem;
  height: 1.25rem;
  flex: none;
}

.button-xs svg {
  width: 0.75rem;
  height: 0.75rem;
}

.button-sm svg {
  width: 1rem;
  height: 1rem;
}

.button-lg svg {
  width: 1.25rem;
  height: 1.25rem;
}

.button-primary {
  border: 1px solid rgb(228 156 0 / 0.8);
  color: #fff;
  background-color: transparent;
  background-image:
    radial-gradient(farthest-side at 50% 100%, rgb(244 196 48 / 0.24) 0%, rgb(228 122 0 / 0.175) 100%),
    linear-gradient(105deg, #e49c00 0%, #ff8000 100%);
  background-size: cover;
}

.button-primary svg {
  color: #fff;
}

.button-primary:hover:not(:disabled),
.button-primary[data-hover]:not(:disabled) {
  border-color: rgb(200 130 0 / 0.9);
  background-image:
    radial-gradient(farthest-side at 50% 100%, rgb(244 196 48 / 0.18) 0%, rgb(228 122 0 / 0.12) 100%),
    linear-gradient(105deg, #c88800 0%, #e06a00 100%);
}

.button-primary .shine {
  display: none;
}

.button-primary:disabled,
.button-primary[data-disabled] {
  color: var(--colors-text-muted);
  cursor: auto;
  border: 1px solid var(--frame-line);
  background: transparent;
  background-image: none;
}

.button-primary:disabled svg,
.button-primary[data-disabled] svg {
  color: var(--colors-text-muted);
}

.button-outline {
  border: 1px solid var(--frame-line);
  color: var(--colors-text-default);
  background: transparent;
}

.button-outline:hover,
.button-outline:focus-visible {
  border-color: var(--colors-text-muted);
  color: var(--colors-text-accent);
  background: var(--color-wash-strong);
}

.button-outline-primary {
  border-color: var(--colors-saffron-gold, #f4c430);
  color: var(--colors-saffron-gold, #f4c430);
  background: transparent;
}

.button-outline-primary:hover,
.button-outline-primary:focus-visible {
  border-color: var(--colors-saffron-gold, #f4c430);
  color: var(--color-on-brand);
  background: var(--colors-saffron-gold, #f4c430);
}

#demo-modal[hidden] {
  display: none;
}

#demo-modal {
  position: relative;
  z-index: 80;
}

#demo-modal .modal-backdrop {
  z-index: 80;
}

#demo-modal .modal-center {
  z-index: 81;
}

#demo-modal .form-container {
  padding: 0;
  gap: 0;
  background: transparent;
}

.form-error-message:empty {
  display: none;
}

.form-checkbox {
  position: relative;
  display: inline-flex;
  overflow: hidden;
}

.form-checkbox input {
  position: absolute;
  inset: 0;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}

.form-checkbox .modal-check-icon {
  opacity: 0;
}

.form-checkbox:has(input:checked) {
  background: var(--colors-saffron-gold, #f4c430);
  color: #18181b;
}

.form-checkbox:has(input:checked) .modal-check-icon {
  opacity: 1;
}

#demo-submit {
  min-width: 10.5rem;
}

#demo-modal [data-invalid] {
  border: 1px solid var(--color-red-400, #f87171);
}

body.demo-modal-open {
  overflow: hidden;
}

@media screen and (max-width: 48rem) {
  #demo-modal .modal-center {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100dvh;
    padding: 0;
    overflow: hidden;
    transform: none;
    justify-content: flex-end;
  }

  #demo-modal .modal {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 92dvh;
    overflow: auto;
    border-radius: 1.25rem 1.25rem 0 0;
    padding-bottom: max(1.5rem, env(safe-area-inset-bottom));
  }
}

/* Text anchors use --color-text-link. Graphics stay on saffron. */
a:not([class]),
.nav-link,
.nav-drop-link,
.nav-email,
.mobile-nav__link,
.footer-column-list a,
.footer-link,
.footer-link-2,
.footer-link-3,
.footer-link-4,
.news-card-link,
.news-item-link,
.news-inquiry-email {
  color: var(--color-text-link, var(--colors-saffron-gold, #f4c430));
  text-decoration: none;
  transition: color 0.3s ease-out;
}

.nav-link {
  font-size: var(--text-sm, 0.875rem);
  font-weight: 400;
  line-height: 1.3;
}

a:not([class]):hover,
a:not([class]):focus-visible,
.nav-link:hover,
.nav-link:focus-visible,
.nav-drop-link:hover,
.nav-drop-link:focus-visible,
.nav-email:hover,
.nav-email:focus-visible,
.mobile-nav__link:hover,
.mobile-nav__link:focus-visible,
.footer-column-list a:hover,
.footer-column-list a:focus-visible,
.footer-link:hover,
.footer-link:focus-visible,
.footer-link-2:hover,
.footer-link-2:focus-visible,
.footer-link-3:hover,
.footer-link-3:focus-visible,
.footer-link-4:hover,
.footer-link-4:focus-visible,
.news-card-link:hover,
.news-card-link:focus-visible,
.news-item-link:hover,
.news-item-link:focus-visible,
.news-inquiry-email:hover,
.news-inquiry-email:focus-visible {
  color: var(--color-text-link-hover, var(--colors-zesty-mandarin, #ff6b1a));
}

a:not([class])[aria-current],
.nav-link[aria-current],
.nav-drop-link[aria-current],
.nav-drop-link[aria-current]:hover,
.nav-email[aria-current],
.mobile-nav__link[aria-current],
.footer-column-list a[aria-current],
.footer-link[aria-current],
.news-card-link[aria-current],
.news-item-link[aria-current],
.news-inquiry-email[aria-current] {
  color: var(--color-text-link, var(--colors-saffron-gold, #f4c430));
}

.nav-link[aria-current] > span,
.nav-drop-btn[aria-current] > span,
a:not([class])[aria-current],
a.nav-link[aria-current]:not(:has(> span)),
.mobile-nav__link[aria-current] {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.4em;
  text-decoration-color: var(--color-text-link, var(--colors-saffron-gold, #f4c430));
}

.nav-logo,
.footer-logo {
  color: var(--colors-saffron-gold, #f4c430);
}

.footer-logo-link,
.footer-logo-link:hover,
.footer-logo-link:focus-visible,
.footer-logo-link[aria-current] {
  color: var(--colors-saffron-gold, #f4c430);
  text-decoration: none;
}

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-sizing: border-box;
  height: 100%;
  max-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4.5rem max(var(--content-pad), env(safe-area-inset-right)) max(1.25rem, env(safe-area-inset-bottom)) max(var(--content-pad), env(safe-area-inset-left));
  background: var(--color-surface-1);
  text-align: left;
}

.mobile-nav[hidden] {
  display: none;
}

.mobile-nav__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  color: var(--colors-saffron-gold, #f4c430);
  cursor: pointer;
}

.mobile-nav__panel {
  flex: 1 1 0;
  width: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-nav__label {
  margin: 0;
  color: var(--colors-text-muted, #ffffff80);
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.mobile-nav__group {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
  padding: 1.375rem 0;
}

.mobile-nav__group:first-child {
  padding-top: 0;
}

.mobile-nav__group:last-child {
  padding-bottom: 0;
}

.mobile-nav__group + .mobile-nav__group::before,
.mobile-nav__cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-1 * var(--content-pad));
  right: calc(-1 * var(--content-pad));
  width: auto;
  height: 1px;
  background: var(--frame-line);
  pointer-events: none;
}

.mobile-nav__link {
  color: var(--color-text-link, var(--colors-saffron-gold, #f4c430));
  font-size: clamp(1.35rem, 5.4vw, 1.75rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-decoration: none;
}

.mobile-nav__link:hover {
  color: var(--color-text-link-hover, var(--colors-zesty-mandarin, #ff6b1a));
}

.mobile-nav__cta {
  position: relative;
  flex: none;
  width: 100%;
  padding-top: 1.25rem;
}

.mobile-nav__demo {
  box-sizing: border-box;
  width: 100%;
}

body.mobile-nav-open {
  overflow: hidden;
}

.u-rule {
  max-width: 768px;
}

.text-container {
  max-width: 60ch;
}

/* Split sections: row = text left / image right; column = image top / text below.
   Apps is image-first in the DOM. Ordering is text-first.
   Gateway is the exception: image left / text right in a row. */
#smart-mobile-apps {
  overflow: visible;
  padding-top: 0;
  padding-bottom: 0;
}

#smart-mobile-apps .apps-width {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

#smart-mobile-apps .apps-copy {
  display: flex;
  flex-direction: column;
  grid-column: 1;
  grid-row: 1;
  gap: 0;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border-right: 1px solid var(--frame-line);
}

#smart-mobile-apps .apps-copy > :first-child {
  flex: 1 1 auto;
  padding: 5rem var(--content-pad) 2.5rem;
}

#smart-mobile-apps .apps-phone-wrap {
  display: flex;
  flex: none;
  grid-column: 2;
  grid-row: 1;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 5rem var(--content-pad);
}

#smart-mobile-apps .apps-points {
  display: flex;
  flex-flow: column nowrap;
  flex: none;
  align-items: stretch;
  gap: 0;
  width: 100%;
  min-height: 0;
  border-top: 1px solid var(--frame-line);
}

#smart-mobile-apps .apps-points > .point-card {
  position: relative;
  flex: none;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  min-height: min-content;
  padding: 1.75rem var(--content-pad);
  border-radius: 0;
  background: none;
  box-shadow: none;
}

#smart-mobile-apps .apps-points > .point-card + .point-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 4;
  height: 1px;
  background: var(--frame-line);
  pointer-events: none;
}

#smart-mobile-apps .apps-points > .point-card > svg {
  flex: none;
  width: 2rem;
  height: 2rem;
  color: var(--colors-brand, #f4c430);
}

#smart-mobile-apps .apps-points > .point-card > .point-card-body {
  flex: 1 1 auto;
  min-width: 0;
}

/* Smart Forms follows Local Pages: title, then stage, then cards in a row. */
#smart-local-pages,
#smart-ordering-forms {
  --stage-h: 620px;
  --stage-h-lg: 720px;
}

#smart-local-pages .locals-canvas {
  position: relative;
  box-sizing: border-box;
  width: auto;
  height: var(--stage-h, 620px);
  overflow: visible;
}

#smart-local-pages .locals-site {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: clip;
  border-radius: 12px;
  background: #fff;
}

#smart-local-pages .locals-site .restco {
  overflow: clip;
  border-radius: 12px;
}

/* captured.css sets img { max-width:100%; height:auto } which collapses
   object-fit photos inside the RestCo / ordering theaters. */
.rc-media img,
.rc-dish-photo img,
.rc-cui-photo img,
.rc-promo-media img,
.fp-media img,
.fp-dish-photo img,
.fp-pack-media img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rc-media img,
.fp-media img,
.apps-phone-frame {
  min-width: 100%;
  min-height: 100%;
}

.apps-phone-frame {
  max-width: none;
}

#smart-ordering-forms .ordering-width {
  flex-flow: column;
  align-items: stretch;
}

#smart-ordering-forms .ordering-stage {
  position: relative;
  box-sizing: border-box;
  width: auto;
  height: var(--stage-h, 620px);
  margin-left: var(--content-pad);
  margin-right: var(--content-pad);
  overflow: visible;
  border-radius: 12px;
  background: #fff;
}

#smart-ordering-forms .fp-root,
#smart-ordering-forms .fp-clip {
  border-radius: 12px;
}

#smart-ordering-forms .ordering-points {
  display: grid;
  flex: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  max-width: none;
  border-top: 1px solid var(--frame-line);
}

@media screen and (min-width: 800px) {
  #smart-local-pages .locals-canvas,
  #smart-ordering-forms .ordering-stage {
    height: var(--stage-h-lg, 720px);
  }
}

@media screen and (max-width: 48rem) {
  #smart-local-pages,
  #smart-ordering-forms {
    --stage-h: min(100vh, 550px);
    --stage-h-lg: min(100vh, 550px);
  }

  @supports (height: 100dvh) {
    #smart-local-pages,
    #smart-ordering-forms {
      --stage-h: min(100dvh, 550px);
      --stage-h-lg: min(100dvh, 550px);
    }
  }

  #smart-local-pages .locals-stage {
    overflow: visible;
    padding-bottom: 20px;
  }

  #smart-local-pages .locals-canvas,
  #smart-ordering-forms .ordering-stage {
    min-height: 0;
    height: var(--stage-h);
    max-height: 550px;
  }

  #smart-ordering-forms .ordering-stage {
    overflow: hidden;
  }

  #smart-local-pages .locals-canvas {
    overflow: visible;
  }
}

@media screen and (max-width: 64rem) {
  .gateway-grid {
    flex-flow: column;
  }

  .apps-width {
    flex-flow: column;
  }

  .apps-phone-wrap,
  .apps-copy {
    order: 0;
  }

  #smart-mobile-apps .apps-width {
    grid-template-columns: 1fr;
  }

  #smart-mobile-apps .apps-copy {
    flex: none;
    grid-column: 1;
    grid-row: auto;
    min-height: min-content;
    padding: 0;
    border-right: 0;
  }

  #smart-mobile-apps .apps-copy > :first-child {
    flex: none;
    padding: 4rem var(--content-pad) 2rem;
  }

  #smart-mobile-apps .apps-phone-wrap {
    grid-column: 1;
    grid-row: auto;
  }

  #smart-mobile-apps .apps-phone-wrap {
    padding: 2.5rem var(--content-pad) 4rem;
  }

  #smart-mobile-apps .apps-points {
    flex: none;
    width: 100%;
    min-height: min-content;
    margin-left: 0;
    margin-right: 0;
  }

  #smart-mobile-apps .apps-points > .point-card {
    flex: none;
  }
}



.results-shine {
  display: none;
}

.results-width {
  box-shadow: none;
  background: none;
  border-radius: 0;
  max-width: none;
  width: 100%;
  padding: 0;
}

.control.section,
#marketing-agent.section,
#smart-local-pages.section,
#smart-ordering-forms.section,
.cs-results.section {
  padding-bottom: 0;
}

#smart-local-pages.locals {
  overflow: visible;
}

.control-width {
  flex-flow: column;
  gap: var(--spacing-16, 4rem);
}

.control-width > .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

#smart-local-pages .locals-point-title,
#smart-local-pages .locals-point-title span {
  color: var(--colors-text-accent);
}

html[data-theme="light"] .locals-point-title,
html[data-theme="light"] .locals-point-title span {
  color: var(--color-zinc-950, #09090b);
}

/* Horizontal card rows become ruled cells of the section frame. */
.control-stats,
.locals-points,
#marketing-agent .apps-points,
.results-stats,
.cs-results-grid {
  position: relative;
  display: grid;
  gap: 0;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid var(--frame-line);
}

.control-stats,
#marketing-agent .apps-points,
.results-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.control-stats::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 1px;
  background: var(--frame-line);
  pointer-events: none;
}

.results-stats,
.cs-results-grid {
  border-bottom: 1px solid var(--frame-line);
}

.locals-points,
.cs-results-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#marketing-agent .apps-points {
  grid-column: 1 / -1;
}

.control-stats > .card,
.locals-points > .card,
.ordering-points > .card,
#marketing-agent .apps-points > .card,
.results-stats > .card,
.cs-results-grid > .card {
  position: relative;
  gap: var(--spacing-4, 1rem);
  min-width: 0;
  padding: 2.5rem var(--content-pad);
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.control-stats > * + *::before,
.locals-points > * + *::before,
.ordering-points > * + *::before,
#marketing-agent .apps-points > * + *::before,
.results-stats > * + *::before,
.cs-results-grid > * + *::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 1px;
  background: var(--frame-line);
  pointer-events: none;
}

@media screen and (max-width: 64rem) {
  .locals-points,
  #smart-ordering-forms .ordering-points,
  .cs-results-grid,
  .results-stats {
    grid-template-columns: 1fr 1fr;
  }

  .locals-points > *:nth-child(2n + 1)::before,
  #smart-ordering-forms .ordering-points > *:nth-child(2n + 1)::before,
  .cs-results-grid > *:nth-child(2n + 1)::before,
  .results-stats > *:nth-child(2n + 1)::before {
    content: none;
  }

  .locals-points > *:nth-child(n + 3),
  #smart-ordering-forms .ordering-points > *:nth-child(n + 3),
  .cs-results-grid > *:nth-child(n + 3),
  .results-stats > *:nth-child(n + 3) {
    box-shadow: inset 0 1px 0 var(--frame-line);
  }

  .control-stats,
  #marketing-agent .apps-points {
    grid-template-columns: 1fr;
  }

  .control-stats > * + *::before,
  #marketing-agent .apps-points > * + *::before {
    top: 0;
    bottom: auto;
    right: 0;
    width: auto;
    height: 1px;
  }
}

@media screen and (max-width: 48rem) {
  .locals-points,
  #smart-ordering-forms .ordering-points,
  .cs-results-grid,
  .results-stats {
    grid-template-columns: 1fr;
  }

  .locals-points > * + *::before,
  #smart-ordering-forms .ordering-points > * + *::before,
  .cs-results-grid > * + *::before,
  .results-stats > * + *::before {
    content: "";
    top: 0;
    bottom: auto;
    right: 0;
    width: auto;
    height: 1px;
  }

  .locals-points > *:nth-child(n + 3),
  #smart-ordering-forms .ordering-points > *:nth-child(n + 3),
  .cs-results-grid > *:nth-child(n + 3),
  .results-stats > *:nth-child(n + 3) {
    box-shadow: none;
  }
}

.results-intro,
.results-title {
  align-items: center;
  width: 100%;
  text-align: center;
}

.results-kicker,
.results-title-part,
.results-title-part-2,
.results-lead {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.results-tabs {
  gap: 0;
}

.results-tablist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  border-top: 1px solid var(--frame-line);
}

.results-tablist > .os-tab {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-left: var(--content-pad);
  padding-right: var(--content-pad);
}

.results-tablist > .os-tab .os-tab-copy {
  align-items: center;
}

.results-tablist > .os-tab.is-active .os-tab-bar > i,
.results-tablist > .os-tab[aria-selected="true"] .os-tab-bar > i {
  width: 100%;
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  color: var(--colors-text-accent);
  -webkit-mask: var(--brand-logo) center / contain no-repeat;
  mask: var(--brand-logo) center / contain no-repeat;
}

.brand-logo-shipley {
  --brand-logo: url("/assets/images/logo-shipley-donuts.svg");
}

.brand-logo-fajita {
  --brand-logo: url("/assets/images/logo-fajita-petes.svg");
}

.results-tab-logo-wrap,
.results-tab-logo-wrap-2 {
  flex: none;
  width: 2rem;
  height: 2rem;
  max-width: 2rem;
  max-height: 2rem;
  color: inherit;
}

@media screen and (max-width: 30rem) {
  .results-tablist > .os-tab .os-tab-label {
    display: block;
  }
}

.finale-mark {
  max-height: 80%;
}

.finale-width {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-12, 3rem);
}

.intro.section {
  min-height: 0;
  padding: 0 var(--frame-gutter);
  overflow: visible;
  display: block;
}

.intro-frame {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: min(48rem, 90vh);
  padding: 1.5rem 0;
  overflow: visible;
  background: #050505;
  border-radius: 0;
}

.intro-video,
.intro-veil {
  position: absolute;
  top: 1.25rem;
  left: 50%;
  z-index: 0;
  box-sizing: border-box;
  width: min(100%, 40.5rem);
  aspect-ratio: 1;
  height: auto;
  border-radius: 2.75rem;
  transform: translateX(-50%);
}

.intro-video {
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  object-position: center top;
  background: #000;
}

.intro-veil {
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 0.06) 0%,
    rgb(0 0 0 / 0.18) 40%,
    rgb(0 0 0 / 0.55) 70%,
    rgb(0 0 0 / 0.8) 100%
  );
}

.intro-width {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  width: min(calc(100% - 2rem), 38rem);
  margin: 18.5rem auto 0;
  padding: 0;
}

.intro-copy {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  gap: 1rem;
  text-align: left;
}

.intro-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0;
  color: var(--colors-text-accent);
  font-size: clamp(1.55rem, 1.1rem + 1.7vw, 2.45rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-align: center;
}

.intro-lead,
.intro-lead p {
  width: 100%;
  margin: 0;
  max-width: none;
  color: var(--colors-text-default);
  font-size: clamp(1rem, 0.94rem + 0.25vw, 1.125rem);
  line-height: 1.5;
  text-align: left;
}

.intro-demo {
  align-self: center;
}

.intro-controls,
.intro-media,
.video-toggle {
  display: none;
}

.locals-tablist {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.locals-tabs .tabs-trigger {
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
  text-align: center;
}

@media screen and (min-width: 48rem) {
  .locals-tablist {
    max-width: min(32rem, 48%);
  }

  .locals-tabs .tabs-trigger {
    padding: 1rem 0.4rem;
  }
}

@media screen and (max-width: 48rem) {
  .locals-tabs .tabs-trigger {
    padding: 0.65rem 0.15rem;
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 30rem) {
  .locals-tabs .tabs-trigger {
    padding: 0.55rem 0;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 48rem) {
  .intro-frame {
    min-height: min(36rem, 88vh);
  }

  .intro-video,
  .intro-veil {
    width: min(100%, 28rem);
    border-radius: 2rem;
  }

  .intro-width {
    margin-top: 12.5rem;
    width: min(calc(100% - 1.5rem), 34rem);
    gap: 1rem;
  }
}

.nav-drop {
  position: relative;
}

.nav-drop-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-text-link, var(--colors-saffron-gold, #f4c430));
  font-family: inherit;
  font-size: var(--text-sm, 0.875rem);
  font-weight: inherit;
  line-height: 1;
  cursor: pointer;
}

.nav-drop-btn:hover,
.nav-drop-btn:focus-visible {
  color: var(--color-text-link-hover, var(--colors-zesty-mandarin, #ff6b1a));
}

.nav-drop-chevron {
  width: 1rem;
  height: 1rem;
  color: var(--colors-text-muted, rgba(255, 255, 255, 0.5));
  transition: transform 0.15s ease-out;
}

.nav-drop-btn[aria-expanded="true"] .nav-drop-chevron {
  transform: rotate(180deg);
}

.nav-drop-panel {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 40;
  min-width: 14.5rem;
  padding: 1.25rem 0.55rem 0.65rem;
  border: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.nav-drop-panel::before {
  content: "";
  position: absolute;
  inset: 0.75rem 0 0;
  z-index: -1;
  border: 1px solid var(--color-panel-border);
  border-radius: 0.75rem;
  background: var(--color-panel);
  box-shadow: 0 18px 48px var(--color-shadow);
}

.nav-drop-panel[hidden] {
  display: none;
}

.nav-drop-link {
  position: relative;
  padding: 0.7rem 0.95rem;
  border-radius: 0.5rem;
  color: var(--color-text-link, var(--colors-saffron-gold, #f4c430));
  font-size: var(--text-sm, 0.875rem);
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
}

.nav-drop-link:hover,
.nav-drop-link:focus-visible {
  background: var(--color-wash-strong);
  color: var(--color-text-link-hover, var(--colors-zesty-mandarin, #ff6b1a));
}

.nav-services-links > a.nav-link {
  display: inline-flex;
  align-items: center;
  font-size: var(--text-sm, 0.875rem);
  line-height: 1;
}

.nav-services-links > a.nav-link:hover,
.nav-services-links > a.nav-link:focus-visible,
.nav-drop-btn:hover,
.nav-drop-btn:focus-visible,
.nav-drop-link:hover,
.nav-drop-link:focus-visible {
  color: var(--color-text-link-hover, var(--colors-zesty-mandarin, #ff6b1a));
}

.nav-services-links > a.nav-link[aria-current],
.nav-drop-btn[aria-current],
.mobile-nav__link[aria-current] {
  color: var(--color-text-link, var(--colors-saffron-gold, #f4c430));
  cursor: pointer;
}

.nav-services-links > a.nav-link[aria-current] > span,
.nav-drop-btn[aria-current] > span {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.4em;
  text-decoration-color: var(--color-text-link, var(--colors-saffron-gold, #f4c430));
}

.nav-drop-link[aria-current],
.nav-drop-link[aria-current]:hover {
  background: var(--color-wash-strong);
  color: var(--color-text-link, var(--colors-saffron-gold, #f4c430));
  box-shadow: none;
}

.nav-drop-link[aria-current]::after {
  content: none;
}

.mobile-nav__link[aria-current] {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.35em;
}

.nav-email {
  display: flex;
  align-items: center;
  margin-right: var(--spacing-4, 1rem);
}

@media screen and (max-width: 48rem) {
  .nav-email {
    display: none;
  }
}

.mobile-nav__link[href^="mailto"] {
  font-size: clamp(1.05rem, 4vw, 1.25rem);
}

.page-gutter {
  height: auto;
  min-height: 5rem;
}

/* Logo + Services / Case Studies / Newsroom on the left, email + CTA right. */
@media screen and (min-width: 80rem) {
  .page-width.container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4.5rem;
  }

  .nav,
  .nav-services,
  .nav-services-links,
  .nav-end {
    display: flex;
    align-items: center;
  }

  .nav-services,
  .nav-services-links {
    height: var(--spacing-8, 2rem);
  }

  .nav-services-links {
    gap: 1.75rem;
  }

  .nav-end {
    margin-left: auto;
  }
}

/* Ruled frame (esquadria). Restore: python3 archive/layout-pre-grid/restore.py */
html {
  background-color: var(--color-page);
  background-image: repeating-linear-gradient(
    -32deg,
    transparent 0 7px,
    var(--color-hatch) 7px 8px
  );
}

.page {
  min-height: 100vh;
  overflow: visible;
  background: transparent;
}

/* Band lives on each block so the 24px section gaps show the hatch. */
.page-gutter,
.nh-hero,
.section,
.footer {
  background-image: linear-gradient(var(--color-page-band), var(--color-page-band));
  background-repeat: no-repeat;
  background-size: calc(100% - 2 * var(--frame-gutter)) 100%;
  background-position: center top;
}

.page-gutter {
  background-image: linear-gradient(var(--color-nav), var(--color-nav));
}

.page::before,
.page::after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 1px;
  background: var(--frame-line);
  pointer-events: none;
}

.page::before {
  left: var(--frame-gutter);
}

.page::after {
  right: var(--frame-gutter);
}

.wrapper,
.nh-hero {
  padding-left: var(--frame-gutter);
  padding-right: var(--frame-gutter);
}

.container,
.nh-hero-intro,
.wrapper > .container-md {
  padding-left: var(--content-pad);
  padding-right: var(--content-pad);
}

/* Esquadria rows: container has no horizontal pad; children that need inset get it. */
.control-width.container,
.control-width > .container,
.locals-width.container,
.ordering-width.container,
.workflows-width.container,
.results-width.container,
.cs-results-width.container {
  padding-left: 0;
  padding-right: 0;
}

.control-intro,
.locals-width > :first-child,
.locals-stage,
.ordering-width > :first-child,
.agent-copy,
.results-intro,
.cs-results-title {
  padding-left: var(--content-pad);
  padding-right: var(--content-pad);
}

.nh-hero-intro {
  padding-top: var(--content-pad);
  padding-bottom: var(--content-pad);
}

.section > .container {
  padding-top: 0;
  padding-bottom: 0;
}

.theater-frame {
  width: 100%;
}

.theater-stage.container {
  box-sizing: border-box;
  width: 100%;
  padding: var(--content-pad);
  overflow: visible;
}

.theater-window {
  width: 100%;
  max-width: none;
  margin: 0;
}

.wrapper > .container:not(.page-width) {
  margin-left: auto;
  margin-right: auto;
}

.page-gutter {
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: transparent;
  box-shadow: none;
  transition: background-color 0.2s ease, backdrop-filter 0.2s ease;
}

.page-gutter.is-scrolled {
  background-color: var(--color-nav-frost);
  -webkit-backdrop-filter: saturate(1.2) blur(16px);
  backdrop-filter: saturate(1.2) blur(16px);
}

html[data-theme="light"] .page-gutter,
html[data-theme="light"] .page-gutter.is-scrolled {
  background-color: transparent;
  background-image: linear-gradient(var(--color-white), var(--color-white));
  background-repeat: no-repeat;
  background-size: calc(100% - 2 * var(--frame-gutter)) 100%;
  background-position: center top;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.nh-hero,
.section,
.footer {
  position: relative;
}

.page-gutter::before,
.page-gutter::after,
.nh-hero::after,
.section::before,
.section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  height: 1px;
  background: var(--frame-line);
  pointer-events: none;
}

.page-gutter::before,
.page-gutter::after {
  z-index: 21;
}

.page-gutter::before,
.section::before {
  top: 0;
}

.page-gutter::after,
.nh-hero::after,
.section::after {
  bottom: 0;
}

.section {
  margin-top: 24px;
  padding-block: 5rem;
}

.control.section,
#marketing-agent.section,
#smart-local-pages.section,
#smart-ordering-forms.section {
  padding-bottom: 0;
  overflow: visible;
}

#smart-local-pages.section {
  overflow-x: clip;
  max-width: 100%;
}

#smart-local-pages .locals-width,
#smart-local-pages .locals-stage,
#smart-local-pages .locals-canvas {
  max-width: 100%;
  min-width: 0;
}

.cs-results.section {
  padding-bottom: 0;
  overflow: clip;
}

.page-gutter + .section,
.page-gutter + * > .section:first-child {
  margin-top: 0;
}

.page-gutter + .section::before,
.page-gutter + * > .section:first-child::before {
  content: none;
}

.os-tabs {
  position: relative;
}

.os-tabs::before,
.os-tabs::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  z-index: 4;
  height: 1px;
  background: var(--frame-line);
  pointer-events: none;
}

.os-tabs::before {
  top: -1px;
}

.os-tabs::after {
  bottom: -1px;
}

.theater,
.os-stage-wrap,
.theater-frame,
.theater-stage {
  overflow: visible;
}

.footer.section {
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.footer.section > .footer-width.container {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: none;
  width: 100%;
  padding: 0;
  overflow: visible;
}

.footer-top,
.footer-bottom {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: var(--content-pad);
}

.footer-top::after {
  content: "";
  position: absolute;
  left: calc(-1 * var(--frame-gutter));
  right: calc(-1 * var(--frame-gutter));
  bottom: 0;
  z-index: 4;
  height: 1px;
  background: var(--frame-line);
  pointer-events: none;
}

.footer-top,
.footer-bottom {
  align-items: stretch;
}

.footer-cols {
  position: relative;
  align-self: stretch;
  align-items: stretch;
  flex: 0 1 auto;
  gap: 0;
}

.footer-col {
  margin-left: 0;
}

.footer-cols::before,
.footer-cols::after,
.footer-column + .footer-column::before,
.footer-legal::before,
.footer-legal::after,
.footer-clutch::before,
.footer-clutch::after {
  content: "";
  position: absolute;
  top: calc(-1 * var(--content-pad));
  bottom: calc(-1 * var(--content-pad));
  z-index: 4;
  width: 1px;
  background: var(--frame-line);
  pointer-events: none;
}

.footer-cols::before {
  left: 0;
}

.footer-cols::after {
  right: 0;
}

.footer-column {
  position: relative;
  padding: 0 1.75rem;
}

.footer-column + .footer-column::before {
  left: 0;
}

.footer-legal,
.footer-clutch {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.footer-legal::before,
.footer-clutch::before {
  left: 0;
}

.footer-legal::after,
.footer-clutch::after {
  right: 0;
}

.footer-legal::after,
.footer-clutch::before {
  content: none;
}

a.footer-clutch-badge {
  box-sizing: border-box;
  padding: 0.6rem 1.25rem;
  gap: 0.5rem;
}

html[data-theme="light"] a.footer-clutch-badge {
  background: #09090b;
  color: #fff;
}

@media screen and (max-width: 48rem) {
  .footer-top {
    flex-direction: column;
    align-items: stretch;
    padding: var(--content-pad) var(--content-pad) 0;
  }

  .footer-cols {
    flex-direction: column;
    width: 100%;
    gap: 0;
    padding: 0 0 1.5rem;
    border: 0;
  }

  .footer-cols::before {
    content: none;
  }

  .footer-cols::after,
  .footer-legal::after,
  .footer-clutch::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: calc(-1 * var(--content-pad));
    right: calc(-1 * var(--content-pad));
    width: auto;
    height: 1px;
    background: var(--frame-line);
  }

  .footer-top::after {
    content: none;
  }

  .footer-column {
    position: relative;
    padding: 1.375rem 0;
    text-align: left;
    align-items: flex-start;
    border: 0;
    width: 100%;
  }

  .footer-column:first-child {
    padding-top: 0;
  }

  .footer-column:last-child {
    padding-bottom: 0;
  }

  .footer-column::before,
  .footer-column::after {
    content: none;
  }

  .footer-column + .footer-column::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: auto;
    left: calc(-1 * var(--content-pad));
    right: calc(-1 * var(--content-pad));
    width: auto;
    height: 1px;
    background: var(--frame-line);
  }

  .footer-column-list {
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0 var(--content-pad);
  }

  .footer-legal,
  .footer-clutch {
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 1.25rem 1.25rem;
    border-bottom: 0;
  }

  .footer-legal::before,
  .footer-clutch::before {
    content: none;
  }
}

.news-stack {
  gap: 0;
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
}

.news-stack > * {
  min-width: 0;
  max-width: 100%;
}

.news-card,
.news-item,
.news-card-image {
  min-width: 0;
  max-width: 100%;
}

.news-intro {
  padding-bottom: 4rem;
}

.news-featured,
.news-inquiry,
.news-list {
  position: relative;
}

.news-featured {
  padding-bottom: 3rem;
}

.news-list {
  padding-top: 3rem;
}

.news-inquiry {
  border-radius: 0;
  background: none;
  align-self: stretch;
  padding: 3.5rem 0;
}

.page-225-204,
.container-md {
  width: 100%;
  box-sizing: border-box;
}

.container-md,
.container-md p,
.container-md li,
.container-md a,
.container-md h1,
.container-md h2,
.container-md h3 {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.news-featured::after,
.news-inquiry::after {
  content: "";
  position: absolute;
  left: calc(-1 * var(--content-pad));
  right: calc(-1 * var(--content-pad));
  bottom: 0;
  z-index: 4;
  width: auto;
  height: 1px;
  background: var(--frame-line);
  pointer-events: none;
}

.status-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 40rem);
  padding: 5rem 0 7rem;
  text-align: center;
  gap: 1.25rem;
}

.status-page__code {
  margin: 0;
  color: var(--colors-saffron-gold, #f4c430);
}

.status-page__code:not(.heading-display) {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.status-page .h1 {
  margin: 0;
  max-width: 16ch;
}

.status-page .text-lead {
  margin: 0;
  max-width: 38ch;
}

.status-page__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

@media (max-width: 640px) {
  .status-page {
    padding: 3.5rem 0 5rem;
  }
}


