@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url("/assets-hashed/fonts/fraunces-latin.48282a415ec2.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url("/assets-hashed/fonts/fraunces-latin.48282a415ec2.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("/assets-hashed/fonts/space-grotesk-latin.a0d054c4af55.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src: url("/assets-hashed/fonts/space-grotesk-latin.a0d054c4af55.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url("/assets-hashed/fonts/space-grotesk-latin.a0d054c4af55.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Lobster Two";
  font-style: italic;
  font-weight: 700;
  font-display: optional;
  src: url("/assets-hashed/fonts/lobster-two-bold-italic-latin.a80945bead6d.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #f7f4f0;
  --bg-alt: #efe7de;
  --card: #ffffff;
  --text: #2a2320;
  --muted: #6a5e57;
  --accent: #c45a2d;
  --accent-dark: #a4461e;
  --brand-brown: #5f3a23;
  --shadow-sm: 0 8px 20px rgba(32, 20, 12, 0.08);
  --shadow-md: 0 16px 32px rgba(32, 20, 12, 0.12);
  --shadow-lg: 0 28px 60px rgba(20, 12, 8, 0.22);
  --shadow: var(--shadow-sm);
  --radius: 18px;
  --nav-height: 72px;
  --side-panel-width: 160px;
  --lattice-bg: #f7f4f0;
  --lattice-line: #d8c2a7;
  --lattice-shadow: #b89a7a;
  --lattice-cell: 18px;
  --lattice-thickness: 2px;
}

* {
  box-sizing: border-box;
}

html {
  position: relative;
  background: var(--lattice-bg);
}

body {
  margin: 0;
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  font-size-adjust: 0.53;
  color: var(--text);
  background: linear-gradient(160deg, var(--bg) 0%, #f2e8dc 55%, var(--bg-alt) 100%);
  min-height: 100vh;
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
}

html::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.18'/%3E%3C/svg%3E");
  opacity: 0.12;
  mix-blend-mode: multiply;
  z-index: 0;
}

body::before,
body::after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  width: var(--side-panel-width);
  z-index: 0;
  pointer-events: none;
  opacity: 0.95;
  background:
    repeating-linear-gradient(
      45deg,
      transparent 0,
      transparent calc(var(--lattice-cell) - var(--lattice-thickness)),
      var(--lattice-shadow) calc(var(--lattice-cell) - var(--lattice-thickness)),
      var(--lattice-shadow) var(--lattice-cell)
    ),
    repeating-linear-gradient(
      -45deg,
      transparent 0,
      transparent calc(var(--lattice-cell) - var(--lattice-thickness)),
      var(--lattice-shadow) calc(var(--lattice-cell) - var(--lattice-thickness)),
      var(--lattice-shadow) var(--lattice-cell)
    ),
    repeating-linear-gradient(
      45deg,
      transparent 0,
      transparent calc(var(--lattice-cell) - var(--lattice-thickness)),
      var(--lattice-line) calc(var(--lattice-cell) - var(--lattice-thickness)),
      var(--lattice-line) var(--lattice-cell)
    ),
    repeating-linear-gradient(
      -45deg,
      transparent 0,
      transparent calc(var(--lattice-cell) - var(--lattice-thickness)),
      var(--lattice-line) calc(var(--lattice-cell) - var(--lattice-thickness)),
      var(--lattice-line) var(--lattice-cell)
    );
  image-rendering: pixelated;
}

body::before {
  left: 0;
}

body::after {
  right: 0;
}

body > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
body::before,
  body::after {
    display: none;
  }
}

body.home-page.reveal-enabled main > .section[data-reveal] {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
.arcade-page #main.section::before {
    animation: none;
  }
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

main a:not(.btn):not(.icon-btn),
.footer a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(42, 35, 32, 0.25);
  transition: text-decoration-color 0.2s ease, color 0.2s ease;
}

main a:not(.btn):not(.icon-btn):hover,
main a:not(.btn):not(.icon-btn):focus-visible,
.footer a:hover,
.footer a:focus-visible {
  color: var(--accent-dark);
  text-decoration-color: rgba(164, 70, 30, 0.6);
}

p {
  line-height: 1.7;
  margin: 0;
}

h1,
h2,
h3 {
  font-family: "Fraunces", "Georgia", serif;
  font-size-adjust: 0.46;
  margin: 0 0 12px 0;
  letter-spacing: 0.6px;
  line-height: 1.12;
}

h2 {
  position: relative;
  padding-bottom: 12px;
}

h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(255, 255, 255, 0));
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  background: #fff;
  color: var(--text);
  padding: 8px 12px;
  border-radius: 8px;
  z-index: 10;
}

.skip-link:focus {
  left: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(12px);
  background: rgba(247, 244, 240, 0.9);
  border-bottom: 1px solid rgba(41, 30, 22, 0.06);
  box-shadow: 0 10px 24px rgba(32, 20, 12, 0.08);
  transition: box-shadow 0.2s ease, background 0.2s ease;
}

.nav {
  width: min(100%, 1560px);
  max-width: 1560px;
  margin: 0 auto;
  height: var(--nav-height);
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.05vw, 20px);
  padding: 0 clamp(18px, 2.4vw, 44px);
  transition: height 0.22s ease, padding 0.22s ease, gap 0.22s ease;
}

.nav-account {
  display: inline-flex;
  align-items: center;
}

.btn-auth {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  font-size: 0.84rem;
  letter-spacing: 0.2px;
  white-space: nowrap;
  min-width: 146px;
  justify-content: center;
  transition: padding 0.22s ease, font-size 0.22s ease, min-width 0.22s ease;
}

.btn-auth-icon {
  width: 22px;
  height: 14px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 6px 10px rgba(111, 69, 26, 0.12));
}

.btn-auth-label {
  display: inline-flex;
  align-items: center;
}

.btn-auth[data-auth-state="crumbs"] {
  border-color: rgba(196, 90, 45, 0.26);
  background: rgba(255, 244, 236, 0.96);
  color: var(--accent-dark);
}

.btn-auth[data-auth-state="owner"] {
  border-color: rgba(42, 35, 32, 0.2);
  background: rgba(42, 35, 32, 0.96);
  color: #fff;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 1 350px;
  min-width: 0;
  max-width: clamp(250px, 24vw, 380px);
  font-weight: 600;
  font-size: 0.98rem;
  transition: gap 0.22s ease, font-size 0.22s ease;
}

.brand-script,
.footer a[href="/About"],
.lobster-display {
  font-family: "Lobster Two", "Brush Script MT", cursive;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.06;
}

.brand-label {
  display: inline-flex;
  align-items: baseline;
  gap: 0.26em;
  min-width: 0;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.1em;
  line-height: 1;
  font-family: "Space Grotesk", "Inter", system-ui, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.brand-script {
  display: inline-block;
  line-height: 0.96;
}

.brand-name-main {
  display: inline-block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: -0.02em;
}

.brand-trademark {
  display: inline-block;
  margin-left: 2px;
  font-size: 0.58em;
  line-height: 1;
  vertical-align: super;
  transform: translateY(-0.08em);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.brand img,
.brand-logo {
  width: 64px;   
  height: auto;
  transition: width 0.22s ease;
}

@media (min-width: 768px) {
.brand img,
  .brand-logo {
    width: 72px;
  }
}

.nav-links {
  display: none;
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
  gap: clamp(12px, 1.35vw, 22px);
  margin-left: clamp(8px, 1.1vw, 18px);
  font-size: 0.95rem;
  white-space: nowrap;
}

.nav-links a {
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  min-height: 42px;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--text);
}

.nav.nav-has-page-tools {
  height: auto;
  min-height: var(--nav-height);
  flex-wrap: wrap;
  row-gap: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav.nav-has-page-tools .nav-links,
.nav.nav-has-page-tools > .btn-primary.btn-sm,
.nav.nav-has-page-tools > .btn-notify-link,
.nav.nav-has-page-tools > .btn-cart-link {
  display: none !important;
}

.nav.nav-has-page-tools .nav-page-tools {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-left: auto;
  justify-content: flex-end;
}

.nav.nav-has-page-tools .nav-page-tools .btn {
  padding: 8px 12px;
  font-size: 0.82rem;
}

.btn {
  border: none;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 0.95rem;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:focus-visible,
.icon-btn:focus-visible,
.accordion-trigger:focus-visible {
  outline: 3px solid rgba(196, 90, 45, 0.4);
  outline-offset: 3px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), #d06f3d);
  color: #fff;
  box-shadow: 0 12px 26px rgba(196, 90, 45, 0.25);
  overflow: hidden;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(196, 90, 45, 0.28);
}

.btn-ghost {
  background: #fff;
  color: var(--text);
  border: 1px solid rgba(42, 35, 32, 0.15);
}

.btn-sm {
  padding: 10px 16px;
  margin-left: auto;
  transition: padding 0.22s ease;
}

.nav > .btn-sm {
  flex: 0 0 auto;
  margin-left: 0;
}

body.header-scrolled .site-header {
  background: rgba(247, 244, 240, 0.96);
  box-shadow: 0 14px 28px rgba(32, 20, 12, 0.1);
}

@media (min-width: 701px) {
body.header-scrolled .nav {
    height: calc(var(--nav-height) - 10px);
    gap: 12px;
  }

body.header-scrolled .brand {
    gap: 8px;
    font-size: 0.93rem;
  }

body.header-scrolled .brand img {
    width: 58px;
  }

body.header-scrolled .btn-auth {
    padding: 8px 12px;
    font-size: 0.8rem;
    min-width: 136px;
  }

body.header-scrolled .btn-sm {
    padding: 8px 14px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
body.header-scrolled .brand img {
    width: 62px;
  }
}

.btn-notify-link {
  position: relative;
  gap: 6px;
  white-space: nowrap;
}

.notify-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.notify-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.notify-badge {
  position: absolute;
  top: -6px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  padding: 0 5px;
  font-size: 0.67rem;
  line-height: 18px;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #df6340, #bd3f2e);
  box-shadow: 0 6px 14px rgba(189, 63, 46, 0.35);
}

.btn-notify-link.has-alerts {
  border-color: rgba(196, 90, 45, 0.5);
  background: rgba(255, 244, 236, 0.95);
}

@media (max-width: 780px) {
.btn-auth {
    padding: 8px 10px;
    font-size: 0.78rem;
    min-width: 122px;
  }

.nav > .btn-primary.btn-sm {
    display: inline-flex;
    padding: 8px 10px;
    font-size: 0.78rem;
    margin-left: auto;
  }
}

@media (max-width: 900px) {
.nav {
    flex-wrap: wrap;
    height: auto;
    min-height: var(--nav-height);
    row-gap: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

.nav .btn-sm {
    margin-left: 0;
  }

.nav-account {
    order: 1;
    flex: 0 0 auto;
  }

.brand {
    order: 2;
    flex: 1 1 auto;
    min-width: 0;
  }

.brand span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.88rem;
  }

.nav > .btn-primary.btn-sm {
    order: 3;
    margin-left: auto;
    flex: 0 0 auto;
  }

.nav > .btn-notify-link {
    order: 4;
    margin-left: 0;
    flex: 0 0 auto;
  }

.nav > .btn-cart-link {
    order: 5;
    margin-left: 0;
    flex: 0 0 auto;
  }

.nav.nav-has-page-tools .nav-page-tools {
    order: 5;
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
  }

#gallery.section {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

@media (max-width: 520px) {
.brand img,
  .brand-logo {
    width: 40px;
    height: 40px;
  }

.brand-label {
    display: none;
  }

.btn-auth {
    min-width: 108px;
    font-size: 0.74rem;
    padding: 7px 8px;
  }

.btn-cart-link {
    font-size: 0.74rem;
    padding: 8px 9px;
  }

.nav > .btn-primary.btn-sm {
    font-size: 0.74rem;
    padding: 8px 9px;
  }
}

.hero-bar-cta-row .btn {
  min-height: 44px;
  padding-inline: 10px;
  font-size: 0.84rem;
}

@keyframes partnerReflect {
  0%, 64% {
    opacity: 0;
    transform: translateX(-160%) rotate(14deg);
  }
  72% {
    opacity: 0.8;
  }
  92%, 100% {
    opacity: 0;
    transform: translateX(360%) rotate(14deg);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

.section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 20px;
  position: relative;
  z-index: 0;
}

.section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.3));
  border-radius: 32px;
  opacity: 0;
  z-index: -1;
}

.section:nth-of-type(even)::before {
  opacity: 1;
}

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

.muted {
  color: var(--muted);
}

.footer {
  padding: 40px 20px 60px;
  text-align: center;
  color: var(--muted);
}

.footer-company-marks {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 8px auto 4px;
  opacity: 0.92;
}

.footer-certification {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 7px;
  flex: 0 1 294px;
  width: min(100%, 294px);
  min-height: 96px;
  margin: 0;
  padding: 10px 16px;
  border-radius: 18px;
  border: 1px solid rgba(44, 155, 95, 0.16);
  background:
    linear-gradient(135deg, rgba(44, 155, 95, 0.08), rgba(215, 135, 69, 0.08)),
    rgba(255, 251, 246, 0.72);
  color: #6b584b;
  text-decoration: none;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

.footer .footer-certification {
  text-decoration: none;
}

.footer .footer-certification[href]:hover,
.footer .footer-certification[href]:focus-visible {
  color: #6b584b;
  transform: translateY(-1px);
  border-color: rgba(44, 155, 95, 0.28);
  box-shadow: 0 12px 26px rgba(91, 65, 38, 0.12);
  text-decoration: none;
}

.footer .footer-certification[href]:focus-visible {
  outline: 3px solid rgba(44, 155, 95, 0.24);
  outline-offset: 4px;
}

.certification-logo-row {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.certification-logo {
  display: block;
  width: auto;
  max-width: 124px;
  height: 40px;
  object-fit: contain;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.footer-certification-label {
  color: #3f8f5c;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.15;
}

.footer-company-mark {
  display: block;
  width: 44px;
  height: 38px;
  max-width: 160px;
}

.footer-belt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
  width: min(920px, 100%);
  margin: 12px auto 0;
}

.footer-belt a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 15px;
  border-radius: 999px;
  border: 1px solid rgba(138, 96, 63, 0.18);
  background: rgba(255, 251, 246, 0.78);
  color: #775842;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease;
}

.footer-belt a:hover,
.footer-belt a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(182, 112, 57, 0.28);
  background: rgba(255, 246, 236, 0.96);
  box-shadow: 0 10px 22px rgba(122, 75, 35, 0.12);
  color: #5f3a23;
}

.footer-belt a.is-current,
.footer-belt a[aria-current="page"] {
  border-color: rgba(188, 112, 51, 0.34);
  background:
    radial-gradient(circle at top, rgba(255, 233, 210, 0.95), rgba(255, 247, 238, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 10px 24px rgba(195, 119, 60, 0.14);
  color: #8a4a23;
  pointer-events: none;
}

.footer-seal-row {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: min(100%, 640px);
  margin: 16px auto 0;
}

.footer-seal-link {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0;
  border-radius: 18px;
  justify-self: end;
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.footer .footer-seal-link {
  text-decoration: none;
}

.footer .footer-seal-link:hover,
.footer .footer-seal-link:focus-visible {
  transform: translateY(-1px);
  text-decoration: none;
}

.footer .footer-seal-link:focus-visible {
  outline: 3px solid rgba(215, 92, 50, 0.24);
  outline-offset: 5px;
}

.footer-seal-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.footer-qc-badge {
  position: relative;
  display: block;
  width: 100%;
  max-width: 248px;
  justify-self: start;
  overflow: hidden;
  border: 1px solid rgba(101, 231, 237, 0.34);
  border-radius: 50%;
  background: #020707;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 22px rgba(68, 220, 228, 0.32),
    0 16px 34px rgba(14, 48, 52, 0.28);
  isolation: isolate;
  animation: footer-qc-glow 4.6s ease-in-out infinite;
}

.footer-qc-badge::before,
.footer-qc-badge::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
}

.footer-qc-badge::before {
  background:
    linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.38) 46%, transparent 64%);
  mix-blend-mode: screen;
  transform: translateX(-130%) rotate(8deg);
  animation: footer-qc-sheen 5.8s ease-in-out infinite;
}

.footer-qc-badge::after {
  inset: 6%;
  background:
    radial-gradient(circle at 22% 28%, rgba(255, 255, 255, 0.94) 0 1.5px, transparent 3px),
    radial-gradient(circle at 78% 24%, rgba(153, 250, 255, 0.86) 0 1.5px, transparent 3px),
    radial-gradient(circle at 70% 78%, rgba(255, 237, 165, 0.82) 0 1.5px, transparent 3px),
    radial-gradient(circle at 30% 74%, rgba(122, 241, 214, 0.78) 0 1.5px, transparent 3px);
  filter: drop-shadow(0 0 5px rgba(107, 241, 245, 0.72));
  opacity: 0;
  animation: footer-qc-sparkle 3.2s ease-in-out infinite;
}

.footer-qc-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}

@keyframes footer-qc-glow {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.12),
      0 0 18px rgba(68, 220, 228, 0.24),
      0 16px 34px rgba(14, 48, 52, 0.24);
  }

  48% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.16),
      0 0 34px rgba(80, 238, 244, 0.5),
      0 18px 42px rgba(14, 48, 52, 0.36);
  }
}

@keyframes footer-qc-sheen {
  0%,
  42% {
    transform: translateX(-130%) rotate(8deg);
    opacity: 0;
  }

  54% {
    opacity: 0.52;
  }

  72%,
  100% {
    transform: translateX(130%) rotate(8deg);
    opacity: 0;
  }
}

@keyframes footer-qc-sparkle {
  0%,
  100% {
    opacity: 0;
    transform: scale(0.92) rotate(0deg);
  }

  42% {
    opacity: 0.86;
    transform: scale(1.02) rotate(2deg);
  }

  62% {
    opacity: 0.24;
  }
}

.footer-fun-banner {
  position: relative;
  display: block;
  width: min(100%, 1100px);
  min-height: 82px;
  margin: 16px auto 0;
  overflow: hidden;
  border: 1px solid rgba(162, 104, 58, 0.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 240, 190, 0.9), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(76, 163, 103, 0.18), transparent 25%),
    linear-gradient(135deg, rgba(255, 252, 245, 0.94), rgba(255, 240, 220, 0.78) 52%, rgba(246, 231, 208, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 12px 24px rgba(91, 65, 38, 0.09);
  text-decoration: none;
}

.footer .footer-fun-banner {
  color: inherit;
  text-decoration: none;
}

.footer-fun-banner:hover,
.footer-fun-banner:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(188, 112, 51, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 18px 34px rgba(91, 65, 38, 0.13);
}

.footer-fun-banner:focus-visible {
  outline: 3px solid rgba(44, 155, 95, 0.24);
  outline-offset: 5px;
}

.footer-fun-banner-track {
  position: relative;
  display: block;
  min-height: 82px;
  isolation: isolate;
}

.footer-fun-banner-track::before {
  position: absolute;
  right: 24%;
  bottom: 18px;
  left: 13%;
  height: 4px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(143, 91, 52, 0), rgba(143, 91, 52, 0.22), rgba(44, 155, 95, 0.18), rgba(143, 91, 52, 0));
  content: "";
  opacity: 0.68;
}

.footer-fun-glow,
.footer-fun-sprinkle {
  position: absolute;
  display: block;
  pointer-events: none;
}

.footer-fun-glow {
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 205, 116, 0.3), transparent 68%);
  filter: blur(1px);
}

.footer-fun-glow--left {
  top: -76px;
  left: 140px;
}

.footer-fun-glow--right {
  right: 96px;
  bottom: -88px;
  background: radial-gradient(circle, rgba(76, 163, 103, 0.2), transparent 70%);
}

.footer-fun-sprinkle {
  width: 42px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c95f3e, #e3a239);
  opacity: 0.86;
}

.footer-fun-sprinkle--one {
  top: 17px;
  left: 34%;
  transform: rotate(-9deg);
}

.footer-fun-sprinkle--two {
  right: 32%;
  bottom: 16px;
  width: 34px;
  background: linear-gradient(90deg, #3f8f5c, #d58f46);
  transform: rotate(14deg);
}

.footer-fun-sprinkle--three {
  top: 18px;
  right: 21%;
  width: 28px;
  background: linear-gradient(90deg, #835d7c, #d99342);
  transform: rotate(-18deg);
}

.footer-fun-mascot,
.footer-fun-crumbs,
.footer-fun-treat {
  position: absolute;
  z-index: 1;
  display: block;
  height: auto;
  filter: drop-shadow(0 12px 16px rgba(62, 38, 22, 0.18));
  pointer-events: none;
}

.footer-fun-mascot {
  bottom: -14px;
  left: clamp(18px, 3.2vw, 40px);
  width: 70px;
}

.footer-fun-crumbs {
  right: clamp(14px, 3vw, 52px);
  bottom: -62px;
  width: min(28vw, 252px);
  opacity: 0.96;
}

.footer-fun-treat {
  width: 34px;
  opacity: 0.88;
}

.footer-fun-treat--one {
  top: 15px;
  left: 47%;
  transform: rotate(-10deg);
}

.footer-fun-treat--two {
  top: 15px;
  right: 26%;
  width: 28px;
  opacity: 0.56;
  transform: rotate(12deg);
}

.footer-fun-message {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: min(78%, 760px);
  min-height: 45px;
  margin: auto;
  padding: 9px clamp(18px, 2.4vw, 30px);
  border: 1px solid rgba(124, 74, 42, 0.14);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 253, 246, 0.92), rgba(255, 237, 210, 0.84)),
    rgba(255, 250, 241, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 12px 22px rgba(80, 48, 29, 0.14);
  color: #6a341c;
  font-family: "Fraunces", "Georgia", serif;
  font-size: clamp(1.05rem, 1.55vw, 1.38rem);
  font-weight: 950;
  line-height: 1.08;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.82);
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
.footer-fun-mascot {
    animation: footer-grahamy-bob 6s ease-in-out infinite;
  }

.footer-fun-crumbs {
    animation: footer-crumb-drift 8s ease-in-out infinite;
  }

.footer-fun-sprinkle--one,
  .footer-fun-sprinkle--three {
    animation: footer-sprinkle-glint 7s ease-in-out infinite;
  }
}

@keyframes footer-grahamy-bob {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-4px) rotate(1deg);
  }
}

@keyframes footer-crumb-drift {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-5px);
  }
}

@keyframes footer-sprinkle-glint {
  0%,
  100% {
    opacity: 0.72;
  }

  45% {
    opacity: 0.96;
  }
}

.footer-seal-hidden .footer-seal-row,
.footer-seal-hidden .footer-seal-link {
  display: none;
}

.footer-seal-excluded .footer-seal-row,
.footer-seal-excluded .footer-seal-link {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
.footer-qc-badge,
  .footer-qc-badge::before,
  .footer-qc-badge::after {
    animation: none;
  }

.footer-qc-badge::before,
  .footer-qc-badge::after {
    opacity: 0;
  }
}

@media (max-width: 900px) {
.footer-company-marks {
    display: inline-flex;
  }
}

@media (max-width: 640px) {
.footer {
    padding: 32px 16px 56px;
  }

.footer-seal-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

.footer-seal-link,
  .footer-qc-badge {
    justify-self: center;
  }

.footer-seal-link {
    max-width: 230px;
  }

.footer-qc-badge {
    max-width: 214px;
  }

.footer-belt {
    gap: 8px 10px;
  }

.footer-belt a {
    min-height: 36px;
    padding: 8px 13px;
    font-size: 0.95rem;
  }

.footer-fun-banner {
    width: 100%;
    min-height: 80px;
    margin-top: 16px;
    border-radius: 20px;
  }

.footer-fun-banner-track {
    min-height: 80px;
  }

.footer-fun-banner-track::before {
    right: 24%;
    bottom: 16px;
    left: 25%;
  }

.footer-fun-mascot {
    bottom: -11px;
    left: 10px;
    width: 58px;
  }

.footer-fun-crumbs {
    right: -30px;
    bottom: -32px;
    width: 154px;
  }

.footer-fun-treat--one {
    top: 12px;
    left: 48%;
    width: 25px;
  }

.footer-fun-treat--two,
  .footer-fun-sprinkle--three {
    display: none;
  }

.footer-fun-message {
    max-width: calc(100% - 108px);
    min-height: 42px;
    margin-left: 66px;
    margin-right: 42px;
    padding: 7px 11px;
    font-size: clamp(0.86rem, 3.9vw, 1.05rem);
    line-height: 1.02;
  }
}

body.modal-open {
  overflow: hidden;
}

@media (min-width: 768px) {
.nav-links {
    display: flex;
  }

.btn-sm {
    margin-left: 0;
  }

.nav {
    justify-content: space-between;
  }
}

@keyframes heroGlow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(40px); }
}

.btn-primary {
  position: relative;
}

.btn-primary::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -40%;
  width: 60%;
  height: 220%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.55) 45%,
    transparent 60%
  );
  opacity: 0.6;
  transform: translateX(-140%) rotate(12deg);
  animation: ctaShine 9s ease-in-out infinite;
  pointer-events: none;
}

.btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(255, 140, 0, 0.45);
  animation: pulse 3.5s infinite;
  pointer-events: none;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 140, 0, 0.45); }
  70% { box-shadow: 0 0 0 14px rgba(255, 140, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 140, 0, 0); }
}

@keyframes ctaShine {
  0%, 70% { transform: translateX(-140%) rotate(12deg); opacity: 0; }
  75% { opacity: 0.6; }
  90% { transform: translateX(220%) rotate(12deg); opacity: 0; }
  100% { opacity: 0; }
}

.btn-primary.btn-no-shine::before,
.btn-primary.btn-no-shine::after {
  display: none;
}

.arcade-page #main.section {
  position: relative;
  isolation: isolate;
}

.arcade-page #main.section::before,
.arcade-page #main.section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.arcade-page #main.section::before {
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(17, 11, 8, 0.02)),
    repeating-linear-gradient(
      180deg,
      rgba(28, 18, 12, 0.08) 0 1px,
      transparent 1px 4px
    );
  opacity: 0.32;
}

.arcade-page #main.section::after {
  background:
    radial-gradient(circle at 50% 20%, transparent 0 38%, rgba(24, 12, 8, 0.08) 82%, rgba(16, 8, 5, 0.14) 100%);
  opacity: 0.92;
}

.arcade-page #main.section > * {
  position: relative;
  z-index: 1;
}

.auth-card {
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: 20px;
  display: grid;
  gap: 14px;
}

.auth-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.auth-hub-kicker,
.auth-hub-panel-kicker,
.auth-lane-kicker,
.cart-guest-kicker,
.checkout-auth-chooser-kicker {
  margin: 0;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(132, 71, 44, 0.9);
}

.cart-loyalty-balance-copy .muted {
  margin: 0;
}

.checkout-auth-chooser {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: none;
}

.checkout-auth-chooser.is-open {
  display: grid;
  place-items: center;
}

.checkout-auth-chooser-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(24, 18, 14, 0.52);
}

.checkout-auth-chooser-dialog {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100vw - 28px));
  display: grid;
  gap: 18px;
  padding: 26px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(196, 90, 45, 0.12), rgba(196, 90, 45, 0) 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(252, 246, 239, 0.96));
  box-shadow: 0 28px 80px rgba(25, 18, 12, 0.3);
}

.checkout-auth-chooser-close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.checkout-auth-chooser-hero {
  display: grid;
  gap: 10px;
}

.checkout-auth-chooser-hero h2 {
  margin: 0;
}

.checkout-auth-chooser-copy {
  margin: 0;
  color: rgba(42, 35, 32, 0.8);
}

.checkout-auth-chooser-actions {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.checkout-auth-choice {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(42, 35, 32, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.checkout-auth-choice:hover,
.checkout-auth-choice:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(63, 40, 23, 0.12);
  border-color: rgba(196, 90, 45, 0.24);
}

.checkout-auth-choice strong {
  font-size: 1rem;
}

.checkout-auth-choice span {
  color: rgba(42, 35, 32, 0.74);
}

.checkout-auth-choice.is-primary {
  background: linear-gradient(180deg, rgba(255, 247, 239, 0.98), rgba(252, 232, 214, 0.95));
}

.checkout-auth-choice.is-busy {
  opacity: 0.72;
}

.studio-item-actions .btn {
  padding: 8px 12px;
  font-size: 0.86rem;
}

.site-studio-page #main.section {
  padding-top: 18px;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 12px 16px;
  align-items: start;
}

.site-studio-page #main.section > .section-header,
.site-studio-page #main.section > .auth-shell,
.site-studio-page #main.section > datalist {
  grid-column: 1;
}

.dev-page #main.section {
  padding-top: 16px;
}

.site-studio-page .auth-card {
  padding: 14px;
  gap: 10px;
  border-radius: 14px;
}

.site-studio-page .auth-card[data-collapse-ready="true"] {
  padding: 0;
  gap: 0;
  overflow: hidden;
}

.site-studio-page .auth-card.is-open .studio-card-toggle {
  background: rgba(255, 255, 255, 0.65);
}

.site-studio-page .auth-card.is-open .studio-card-toggle-icon {
  border-color: rgba(196, 90, 45, 0.35);
  background: rgba(196, 90, 45, 0.1);
}

.site-studio-page .auth-card h2 {
  margin-bottom: 6px;
  padding-bottom: 8px;
}

.site-studio-page .studio-item-actions .btn {
  padding: 6px 10px;
  font-size: 0.82rem;
}

@media (max-width: 1260px) {
.site-studio-page #main.section {
    display: block;
  }
}

.account-security-toggles .btn {
  padding: 10px 16px;
  font-size: 0.95rem;
  line-height: 1.2;
}

.inbox-thread-status-top .muted {
  margin: 0;
}

.sim-batch-form-actions .btn {
  min-height: 40px;
}

.owner-table.sim-batch-table td:last-child .btn {
  min-width: 58px;
  padding-left: 10px;
  padding-right: 10px;
}

.owner-order-summary .btn {
  justify-self: start;
}

.owner-quick-actions .btn {
  width: 100%;
  min-width: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.owner-table td:last-child .btn,
.owner-table td:nth-last-child(2) .btn,
.owner-table td:nth-last-child(3) .btn {
  min-width: 82px;
  white-space: nowrap;
  padding-left: 14px;
  padding-right: 14px;
}

.order-options-menu .btn {
  width: 100%;
  justify-content: center;
}

.leaderboard-grid .auth-card h2 {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.btn-cart-link,
.btn-notify-link {
  white-space: nowrap;
}

@media (max-width: 780px) {
.btn-cart-link,
  .btn-notify-link {
    padding: 8px 10px;
    font-size: 0.78rem;
  }
}

@media (max-width: 900px) {
#dev-header-tools-source .btn,
  #dev-header-tools-source a.btn {
    width: 100%;
    min-width: 0;
    justify-content: center;
    padding-inline: 12px;
    font-size: 0.92rem;
  }
}

[hidden] {
  display: none !important;
}

body.much-obliged-handoff-active #phone-app-dock,
body.much-obliged-handoff-active #phone-more-sheet-shell,
body.much-obliged-handoff-active .grahamy-shell,
body.much-obliged-handoff-active .site-header,
body.much-obliged-handoff-active .footer,
body.much-obliged-handoff-active [data-include="footer"],
body.much-obliged-handoff-active .skip-link {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes gbLimitedTimeRgb {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 280% 50%;
  }
}

@keyframes barPriceRgbGlow {
  0% {
    color: #ff2f92;
    text-shadow:
      -1px 0 0 rgba(255, 92, 0, 0.78),
      1px 0 0 rgba(48, 232, 255, 0.78),
      0 0 14px rgba(255, 79, 161, 0.22);
  }
  33% {
    color: #ff8a24;
    text-shadow:
      -1px 0 0 rgba(255, 60, 151, 0.78),
      1px 0 0 rgba(80, 255, 181, 0.78),
      0 0 14px rgba(255, 138, 36, 0.24);
  }
  66% {
    color: #18c8ff;
    text-shadow:
      -1px 0 0 rgba(255, 110, 44, 0.78),
      1px 0 0 rgba(247, 85, 255, 0.78),
      0 0 14px rgba(24, 200, 255, 0.26);
  }
  100% {
    color: #ff2f92;
    text-shadow:
      -1px 0 0 rgba(255, 92, 0, 0.78),
      1px 0 0 rgba(48, 232, 255, 0.78),
      0 0 14px rgba(255, 79, 161, 0.22);
  }
}

.bar-delivery-option > .muted {
  font-size: 0.9rem;
}

.btn-more-link,
.mobile-order-launcher {
  display: none;
}

.shop-toppings-details > .muted,
.shop-toppings-details > .cart-toppings {
  padding-left: 18px;
  padding-right: 18px;
}

.shop-toppings-details > .muted {
  margin: 0 0 10px;
}

.gb-cart-shell {
  position: fixed;
  inset: 0;
  z-index: 260;
  pointer-events: none;
}

.gb-cart-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(20, 16, 12, 0.45);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.gb-cart-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(440px, 100vw);
  height: 100dvh;
  background: #fff;
  box-shadow: var(--shadow-lg);
  transform: translateX(105%);
  transition: transform 0.25s ease;
  display: grid;
  grid-template-rows: auto 1fr;
}

.gb-cart-shell.is-open {
  pointer-events: auto;
}

.gb-cart-shell.is-open .gb-cart-backdrop {
  opacity: 1;
}

.gb-cart-shell.is-open .gb-cart-panel {
  transform: translateX(0);
}

.gb-cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(42, 35, 32, 0.1);
}

.gb-cart-view {
  min-height: 0;
  display: grid;
  grid-template-rows: 1fr auto;
}

.gb-cart-view[hidden] {
  display: none !important;
}

.gb-cart-body {
  padding: 14px 16px;
  overflow: auto;
  display: grid;
  gap: 12px;
}

.gb-cart-footer {
  position: relative;
  padding: 14px 16px 16px;
  border-top: 1px solid rgba(42, 35, 32, 0.1);
  display: grid;
  gap: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 240, 230, 0.96));
}

.gb-cart-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(44, 155, 95, 0.95), rgba(217, 119, 6, 0.82), rgba(196, 90, 45, 0.95));
}

.gb-cart-item {
  border: 1px solid rgba(42, 35, 32, 0.1);
  border-radius: 16px;
  padding: 12px;
  display: grid;
  gap: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 241, 233, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.gb-cart-item-details {
  display: grid;
  gap: 6px;
}

.gb-cart-item-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.gb-cart-item-total {
  flex: 0 0 auto;
  font-size: 1rem;
  font-weight: 800;
  color: var(--accent-dark);
  white-space: nowrap;
}

.gb-cart-item-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.gb-cart-review-text {
  margin: 0;
  padding: 12px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(42, 35, 32, 0.12);
  border-radius: 12px;
  white-space: pre-wrap;
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  line-height: 1.5;
  font-size: 0.92rem;
}

.gb-cart-helper {
  margin: -2px auto 0;
  max-width: 24ch;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: center;
}

.gb-cart-footer .cart-subtotal {
  padding-top: 4px;
}

.gb-cart-footer-actions .btn {
  min-height: 54px;
  border-radius: 18px;
  font-weight: 800;
}

.gb-cart-clear-secondary {
  justify-self: center;
  border: 0;
  background: transparent;
  color: rgba(63, 43, 30, 0.68);
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 0;
  cursor: pointer;
}

.gb-cart-clear-secondary:hover,
.gb-cart-clear-secondary:focus-visible {
  color: var(--accent-dark);
}

.gb-cart-toast {
  margin: 0;
  border-radius: 12px;
  border: 1px solid rgba(37, 120, 60, 0.35);
  background: rgba(66, 178, 105, 0.12);
  color: #1f5f36;
  padding: 10px 12px;
  font-size: 0.93rem;
}

.gb-cart-toast.error {
  border-color: rgba(164, 70, 30, 0.45);
  background: rgba(196, 90, 45, 0.1);
  color: var(--accent-dark);
}

#gb-cart-status {
  text-align: center;
}

@media (max-width: 860px) {
.btn,
  .btn-sm,
  .btn-auth,
  .btn-notify-link,
  .btn-cart-link,
  .nav-links a,
  .accordion-trigger {
    min-height: 44px;
  }

.btn,
  .btn-sm,
  .btn-auth,
  .btn-notify-link,
  .btn-cart-link {
    border-radius: 12px;
    font-size: 0.9rem;
    padding: 10px 14px;
    box-shadow: 0 6px 14px rgba(32, 20, 12, 0.09);
  }

.btn-ghost {
    background: rgba(255, 255, 255, 0.96);
  }

.nav-links a {
    padding: 8px 0;
  }

.section {
    padding: 34px 14px;
  }

.hero-actions .btn {
    width: 100%;
  }

.checkout-auth-chooser.is-open {
    align-items: end;
  }

.checkout-auth-chooser-dialog {
    width: min(100vw, 100%);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 18px 16px 20px;
  }

.checkout-auth-chooser-actions {
    grid-template-columns: 1fr;
  }

.auth-card,
  .cart-card,
  .product-card,
  .card {
    padding: 14px;
    border-radius: 16px;
  }

.section-header-action.btn {
    width: 100%;
    justify-content: center;
  }

.section-header-actions .btn,
  .section-header-actions .section-header-action {
    width: 100%;
    justify-content: center;
  }

.product-controls .btn {
    min-height: 42px;
    padding: 0 12px;
    font-size: 0.95rem;
  }

.product-controls .btn {
    width: 100%;
  }

.cart-actions .btn {
    width: 100%;
  }

.cart-table .cart-cell-remove .btn {
    width: 100%;
  }

.gb-cart-panel {
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 100dvh;
    max-height: 100dvh;
    border-radius: 18px 18px 0 0;
    transform: translateY(110%);
  }

.gb-cart-shell.is-open .gb-cart-panel {
    transform: translateY(0);
  }

.gb-cart-header,
  .gb-cart-body,
  .gb-cart-footer {
    padding-left: 12px;
    padding-right: 12px;
  }

.gb-cart-item-controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    align-items: end;
  }

.gb-cart-item-controls .product-qty,
  .gb-cart-item-controls .btn {
    width: 100%;
  }

.gb-cart-view .cart-actions {
    grid-template-columns: 1fr;
  }

.gb-cart-view--review .cart-actions .btn:nth-child(3) {
    grid-column: auto;
  }

.inbox-compose-bottom .btn {
    width: auto;
  }

.account-security-toggles .btn {
    width: 100%;
  }
}

@media (max-width: 700px) {
.site-header {
    box-shadow: 0 6px 16px rgba(32, 20, 12, 0.08);
  }

.nav {
    flex-wrap: nowrap;
    min-height: 48px;
    height: auto;
    gap: 8px;
    padding: 6px 10px;
    align-items: center;
  }

.nav-account {
    flex: 0 0 auto;
    min-width: 0;
  }

.btn-auth {
    width: auto;
    min-width: 0;
    min-height: 34px;
    font-size: 0.72rem;
    padding: 6px 9px;
    border-radius: 10px;
  }

.brand {
    order: 2;
    flex: 1 1 64px;
    min-width: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding-top: 0;
  }

.brand-mark {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: rgba(255, 251, 246, 0.88);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.9),
      0 4px 10px rgba(32, 20, 12, 0.08);
  }

.brand img,
  .brand-logo {
    display: block;
    width: 44px;
    height: 44px;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 2px 4px rgba(76, 44, 22, 0.14));
  }

.brand-label {
    display: none;
  }

.nav > .btn-primary.btn-sm,
  .nav > .btn-notify-link,
  .nav > .btn-cart-link {
    flex: 0 0 auto;
    min-height: 34px;
    font-size: 0.74rem;
    padding: 6px 9px;
    border-radius: 10px;
    justify-content: center;
    margin-left: 0;
  }

.nav > .btn-primary.btn-sm {
    margin-left: auto;
  }

.nav > .btn-notify-link {
    min-width: 38px;
    padding-left: 8px;
    padding-right: 8px;
  }

.nav > .btn-notify-link .notify-label {
    display: none;
  }

.nav > .btn-notify-link .notify-icon {
    width: 14px;
    height: 14px;
  }

.nav > .btn-notify-link .notify-badge {
    top: -5px;
    right: -5px;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    padding: 0 4px;
    font-size: 0.64rem;
  }

.nav.nav-has-page-tools {
    min-height: 56px;
    row-gap: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

.nav.nav-has-page-tools .nav-page-tools {
    gap: 6px;
  }

.nav.nav-has-page-tools .nav-page-tools .btn {
    min-height: 34px;
    padding: 6px 9px;
    font-size: 0.74rem;
  }

.cart-actions,
  .gb-cart-view--review .cart-actions {
    grid-template-columns: 1fr;
  }

.gb-cart-view--review .cart-actions .btn:nth-child(3) {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
.product-controls,
  .cart-actions,
  .gb-cart-item-controls,
  .gb-cart-view--review .cart-actions {
    grid-template-columns: 1fr;
  }

.inbox-compose-bottom .btn {
    width: 100%;
  }
}

@keyframes gameCardIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gameGlowDrift {
  0% {
    transform: translate3d(-2%, -1%, 0);
  }
  50% {
    transform: translate3d(2%, 1%, 0);
  }
  100% {
    transform: translate3d(-2%, -1%, 0);
  }
}

@keyframes arcadeScanShift {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 0 0, 0 18px;
  }
}

:root[data-season="spring"] { --accent: #2bb673; --accent-dark: #1b8a54; }

:root[data-season="summer"] { --accent: #1f86ff; --accent-dark: #1666c2; }

:root[data-season="fall"]   { --accent: #d97706; --accent-dark: #b45309; }

:root[data-season="winter"] { --accent: #6366f1; --accent-dark: #4f46e5; }

@keyframes confettiFall {
  to { transform: translateY(110vh) rotate(720deg); opacity: 0; }
}

@keyframes cartBurstRing {
  from {
    transform: scale(0.4);
    opacity: 0.75;
  }
  to {
    transform: scale(2.7);
    opacity: 0;
  }
}

@keyframes cartBurstParticle {
  to {
    transform: translate3d(var(--burst-x, 0), var(--burst-y, 0), 0)
      rotate(calc(var(--burst-rotate, 0deg) + 70deg));
    opacity: 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
.arcade-page #main.section::before {
    animation: arcadeScanShift 10s linear infinite;
  }
}

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

@keyframes muchObligedFrameSwap {
  0% {
    opacity: 0.72;
    transform: translateY(12px) scale(0.965);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

:root {
  --brand-gold: #d8ae69;
  --brand-paper: rgba(255, 251, 245, 0.82);
  --brand-paper-strong: rgba(255, 252, 247, 0.94);
  --brand-leaf: #5f8d5c;
  --brand-red: #8f4737;
  --brand-crumb: #f0d8b7;
  --arcade-ink: #181110;
  --arcade-neon: #79efbd;
  --arcade-amber: #ffbc66;
}

.crumbs-page .section {
  display: grid;
  gap: 30px;
}

.crumbs-final .muted {
  max-width: 42rem;
  margin-top: 12px;
  margin-bottom: 20px;
}

@media (max-width: 700px) {
.crumbs-page .section {
    gap: 22px;
  }
}

.site-header {
  background:
    linear-gradient(180deg, rgba(252, 247, 241, 0.94), rgba(246, 237, 227, 0.9)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0));
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 7px;
  background:
    linear-gradient(90deg, rgba(196, 90, 45, 0.34), rgba(87, 164, 115, 0.28), rgba(216, 174, 105, 0.34));
  opacity: 0.7;
  pointer-events: none;
}

.brand {
  position: relative;
}

.nav-links a {
  position: relative;
  padding-bottom: 2px;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  transform: scaleX(0.2);
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(196, 90, 45, 0.76), rgba(216, 174, 105, 0.2));
  opacity: 0;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.section-kicker,
.arcade-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-kicker {
  color: var(--brand-red);
}

.section-kicker::before,
.arcade-kicker::before {
  content: "";
  width: 30px;
  height: 8px;
  border-radius: 999px;
}

.section-kicker::before {
  background:
    linear-gradient(90deg, rgba(196, 90, 45, 0.9), rgba(216, 174, 105, 0.76));
}

.home-page .hero-actions .btn {
  min-width: 200px;
}

@media (min-width: 901px) {
.home-page .muted {
    order: 6;
    grid-column: 1 / -1;
  }
}

.home-page .section {
  padding-top: 62px;
  padding-bottom: 62px;
}

.home-page .section::before {
  opacity: 1;
  width: min(1120px, calc(100vw - 24px));
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 250, 245, 0.4)),
    radial-gradient(circle at top right, rgba(255, 232, 205, 0.34), transparent 44%);
  border: 1px solid rgba(81, 56, 40, 0.06);
  box-shadow: 0 18px 34px rgba(75, 49, 31, 0.06);
}

.home-page .section:nth-of-type(even)::before {
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.82), rgba(255, 245, 237, 0.58)),
    radial-gradient(circle at top left, rgba(216, 174, 105, 0.16), transparent 40%);
}

.toppings-page #main.section {
  width: min(100%, 1180px);
  max-width: 1180px;
  padding-inline: clamp(16px, 4vw, 36px);
  overflow: clip;
}

@media (max-width: 859px) {
.toppings-page #main.section {
    padding-top: 26px;
  }
}

@media (max-width: 700px) {
.toppings-page #main.section {
    width: 100%;
    max-width: 100%;
    padding: 22px 14px 96px;
  }

.toppings-hero-actions .btn,
  .topping-order-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

@keyframes toppingMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes toppingLimitedBadge {
  0% {
    background-position: 0% 50%;
    filter: saturate(1);
  }
  50% {
    background-position: 100% 50%;
    filter: saturate(1.14);
  }
  100% {
    background-position: 0% 50%;
    filter: saturate(1);
  }
}

.toppings-page #main.section {
  width: min(1180px, calc(100vw - 36px));
  max-width: 1180px;
  padding-top: 40px;
  padding-bottom: 56px;
  padding-inline: 0;
}

.toppings-page .toppings-hero-actions .btn {
  min-height: 48px;
  padding-inline: 22px;
}

.toppings-lookbook-header .section-kicker {
  margin: 0;
}

.toppings-hero-board .section-kicker {
  margin-bottom: 8px;
  font-size: 0.64rem;
}

@media (max-width: 979px) {
.toppings-page #main.section {
    width: min(100% - 24px, 760px);
    padding-top: 24px;
  }
}

@media (max-width: 560px) {
.toppings-page #main.section {
    width: min(100% - 18px, 520px);
    padding: 22px 0 126px;
  }

.toppings-page .toppings-hero-copy > .section-kicker {
    order: 1;
  }

.toppings-page .toppings-hero-actions .btn,
  .toppings-page .topping-order-actions .btn {
    width: 100%;
  }
}

@media (max-width: 979px) {
.pricing-ladder-head .btn {
    width: 100%;
  }

.pricing-hero-actions .btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
.phone-app-mode.pricing-page .pricing-page-shell {
    gap: 16px;
    padding-top: 22px;
    padding-bottom: 122px;
  }

.phone-app-mode.pricing-page .pricing-hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(1.85rem, 8vw, 2.2rem);
    line-height: 1.02;
  }

.phone-app-mode.pricing-page .pricing-hero-body {
    max-width: 31ch;
    font-size: 0.98rem;
  }

.phone-app-mode.pricing-page .pricing-hero-actions {
    gap: 8px;
  }

.phone-app-mode.pricing-page .pricing-hero-actions .btn {
    min-height: 50px;
    padding-block: 12px;
  }

.phone-app-mode.pricing-page .pricing-hero-panel-card {
    padding: 14px;
  }

.phone-app-mode.pricing-page .pricing-summary-list {
    gap: 6px;
  }

.phone-app-mode.pricing-page .pricing-size-card,
  .phone-app-mode.pricing-page .pricing-flavor-card,
  .phone-app-mode.pricing-page .pricing-note-card {
    border-radius: 16px;
  }

.phone-app-mode.pricing-page .pricing-board-head .muted {
    font-size: 0.95rem;
    line-height: 1.35;
  }

.phone-app-mode.pricing-page .pricing-ladder-table {
    font-size: 0.84rem;
  }

.phone-app-mode.pricing-page .pricing-ladder-table th,
  .phone-app-mode.pricing-page .pricing-ladder-table td {
    padding: 9px 7px;
  }
}

.footer {
  position: relative;
  margin-top: 30px;
  padding-top: 54px;
  background:
    linear-gradient(180deg, rgba(255, 251, 246, 0.5), rgba(244, 234, 222, 0.86));
}

.footer::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
  width: min(1100px, calc(100vw - 36px));
  height: 10px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(196, 90, 45, 0.88), rgba(216, 174, 105, 0.84), rgba(95, 141, 92, 0.8), rgba(196, 90, 45, 0.88));
  opacity: 0.9;
}

.arcade-hub-page .section-header--row .muted,
.arcade-hub-page .section-header--row .muted a {
  color: rgba(244, 236, 227, 0.78);
}

@keyframes arcadeTicker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.arcade-hub-page .game-card--featured .game-header .muted {
  max-width: 38rem;
  color: rgba(244, 233, 220, 0.8);
}

.arcade-hub-page .game-header .muted {
  color: rgba(240, 230, 219, 0.7);
}

.arcade-hub-page .game-actions .btn {
  border-radius: 14px;
  min-width: 168px;
}

.arcade-hub-page .game-actions .btn-primary {
  box-shadow: 0 14px 28px rgba(196, 90, 45, 0.22), 0 0 0 1px rgba(255, 188, 102, 0.14);
}

.arcade-game-page .section-header--row .muted,
.arcade-game-page .section-header--row .muted a {
  color: rgba(244, 236, 227, 0.78);
}

.arcade-game-page .section-header--row .section-header-action,
.arcade-game-page .section-header--row .btn {
  position: relative;
  z-index: 1;
}

.arcade-game-page .game-stats,
.arcade-game-page .game-hint,
.arcade-game-page .game-shell .muted {
  color: rgba(240, 230, 219, 0.76);
}

.arcade-game-page .game-controls .btn {
  border-radius: 14px;
}

.arcade-game-page .game-controls .btn-primary {
  box-shadow: 0 14px 28px rgba(196, 90, 45, 0.22), 0 0 0 1px rgba(255, 188, 102, 0.14);
}

@keyframes grahandPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.46);
  }
  50% {
    transform: scale(1.06);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.58),
      0 0 18px rgba(121, 239, 189, 0.24);
  }
}

@media (max-width: 900px) {
.arcade-hub-page #main.section {
    padding-bottom: calc(112px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 640px) {
.home-page .trust-strip--centered,
  .home-page .subheadline,
  .home-page .muted,
  .home-page .hero-badges,
  .home-page .hero-actions,
  .home-page .pixel-divider {
    grid-column: 1 / -1;
  }

.home-page .muted {
    grid-row: 8;
    margin: -2px 0 0;
    font-size: 0.92rem;
    line-height: 1.45;
  }

.home-page .hero-actions .btn,
  .arcade-hub-page .section-header-actions .btn,
  .arcade-hub-page .section-header-actions .section-header-action {
    width: 100%;
  }

.section-kicker,
  .arcade-kicker {
    letter-spacing: 0.14em;
  }

.arcade-game-page .game-controls .btn {
    width: 100%;
    min-width: 0;
  }

.arcade-hub-page .game-actions .btn {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

.home-page .hero-actions .btn {
    min-width: 0;
    padding: 12px 14px;
  }

.home-page .section.mobile-home-section-enabled {
    padding: 14px;
  }
}

@media (max-width: 768px) {
.phone-app-mode {
    --phone-shell-gap: 14px;
  }

.phone-app-mode {
    overflow-x: hidden;
  }

.phone-app-mode main,
  .phone-app-mode #main.section {
    padding-bottom: calc(164px + env(safe-area-inset-bottom));
  }

.phone-app-mode .footer {
    padding-bottom: calc(170px + env(safe-area-inset-bottom));
  }

.phone-app-mode .site-header {
    backdrop-filter: blur(18px);
  }

.phone-app-mode .nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 8px;
    padding: 10px 12px;
    min-height: 64px;
  }

.phone-app-mode .nav-account,
  .phone-app-mode .nav-links,
  .phone-app-mode .nav > .btn-primary.btn-sm,
  .phone-app-mode .nav > .btn-notify-link {
    display: none !important;
  }

.phone-app-mode .brand {
    order: 1;
    min-width: 0;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    justify-content: center;
    gap: 10px;
  }

.phone-app-mode .brand-mark {
    width: 50px;
    height: 50px;
  }

.phone-app-mode .brand img,
  .phone-app-mode .brand-logo {
    width: 38px;
    height: 38px;
  }

.phone-app-mode .brand-label {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.phone-app-mode .nav > .btn-cart-link,
  .phone-app-mode .nav > .btn-more-link {
    display: none !important;
  }

.phone-app-mode.home-page .nav {
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }

.phone-app-mode.home-page .brand {
    grid-column: 2;
    justify-self: center;
  }

.phone-app-mode.home-page .brand-label {
    text-align: center;
  }

.phone-app-mode.home-page .nav > .btn-cart-link,
  .phone-app-mode.home-page .nav > .btn-primary.btn-sm {
    display: none !important;
  }

.phone-app-mode.home-page .nav > .btn-more-link {
    display: inline-flex !important;
    grid-column: 3;
    justify-self: end;
    align-self: center;
    min-height: 46px;
    padding-inline: 18px;
  }

.phone-app-mode .btn-more-link {
    order: 3;
  }

.phone-app-mode .btn-cart-link {
    order: 2;
  }

.phone-app-dock {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    z-index: 255;
    display: grid;
    gap: 8px;
    padding: 10px;
    border-radius: 24px;
    border: 1px solid rgba(42, 35, 32, 0.1);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 237, 228, 0.96));
    box-shadow:
      0 24px 40px rgba(26, 16, 10, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(16px);
  }

.phone-app-dock-primary {
    width: 100%;
    min-height: 52px;
    font-size: 0.98rem;
    font-weight: 800;
    border-radius: 18px;
  }

.phone-app-dock-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

.phone-app-dock-secondary {
    width: 100%;
    min-height: 46px;
    border-radius: 16px;
    font-size: 0.9rem;
    font-weight: 700;
  }

.phone-app-mode.home-page .phone-app-dock [data-phone-more-toggle] {
    display: none;
  }

.phone-app-mode.home-page .phone-app-dock-actions {
    grid-template-columns: 1fr;
  }

.phone-more-sheet-shell {
    position: fixed;
    inset: 0;
    z-index: 270;
  }

.phone-more-sheet-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(20, 16, 12, 0.48);
  }

.phone-more-sheet {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px 18px calc(18px + env(safe-area-inset-bottom));
    border-radius: 28px 28px 0 0;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 241, 233, 0.98));
    box-shadow: 0 -18px 34px rgba(20, 16, 12, 0.16);
    overflow: hidden;
  }

.phone-more-sheet::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, rgba(44, 155, 95, 0.95), rgba(217, 119, 6, 0.8), rgba(196, 90, 45, 0.95));
    opacity: 0.9;
  }

.phone-more-sheet-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(42, 35, 32, 0.08);
  }

.phone-more-sheet-kicker {
    margin: 0 0 4px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent-dark);
  }

.phone-more-sheet-head h2 {
    margin: 0;
  }

.phone-more-groups {
    display: grid;
    gap: 16px;
  }

.phone-more-group {
    display: grid;
    gap: 12px;
  }

.phone-more-group-title {
    margin: 0 4px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(102, 72, 47, 0.7);
  }

.phone-more-links {
    display: grid;
    gap: 10px;
  }

.phone-more-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(42, 35, 32, 0.1);
    background: rgba(255, 255, 255, 0.86);
    color: var(--text);
    font-weight: 700;
    text-decoration: none;
    box-shadow:
      0 10px 18px rgba(58, 28, 14, 0.05),
      inset 0 1px 0 rgba(255, 255, 255, 0.78);
  }

.phone-more-link--primary {
    background:
      linear-gradient(135deg, var(--brand-brown), #8a4a23 54%, #4b2c1a);
    border-color: rgba(95, 58, 35, 0.58);
    color: #fff;
    box-shadow:
      0 12px 22px rgba(95, 58, 35, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);
  }

.phone-more-link--question {
    background: rgba(255, 255, 255, 0.86);
    border-color: rgba(42, 35, 32, 0.1);
    color: var(--text);
  }

.phone-more-link--primary-soft {
    border-color: rgba(44, 155, 95, 0.2);
    background: linear-gradient(180deg, rgba(245, 255, 249, 0.98), rgba(236, 248, 241, 0.9));
    color: #1f6f48;
    font-weight: 800;
  }

.phone-sheet-open {
    overflow: hidden;
  }

.phone-app-mode.home-page .studio-announcement {
    display: none;
  }

.phone-app-mode.home-page .hero {
    grid-template-columns: 1fr;
    gap: 4px;
    padding-top: 8px;
    padding-bottom: 4px;
    align-items: start;
  }

.phone-app-mode.home-page .hero-content {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
    align-items: start;
    gap: 0;
    padding: 0;
    width: 100%;
    max-width: none;
    background: transparent;
    box-shadow: none;
    border: 0;
  }

.phone-app-mode.home-page .hero-personal-photo,
  .phone-app-mode.home-page .eyebrow,
  .phone-app-mode.home-page .hero-order-today,
  .phone-app-mode.home-page .hero-bar-cta-row,
  .phone-app-mode.home-page .hero-bar-cta,
  .phone-app-mode.home-page .hero-crumbs-cta,
  .phone-app-mode.home-page .hero h1,
  .phone-app-mode.home-page .trust-strip--centered,
  .phone-app-mode.home-page .subheadline,
  .phone-app-mode.home-page .muted,
  .phone-app-mode.home-page .hero-badges,
  .phone-app-mode.home-page .hero-actions,
  .phone-app-mode.home-page .pixel-divider {
    display: none !important;
  }

.phone-app-mode.home-page .mobile-order-launcher {
    position: relative;
    display: grid;
    z-index: 2;
    gap: 14px;
    padding: 20px 18px 24px;
    width: 100%;
    max-width: none;
    overflow: hidden;
    border-radius: 28px 28px 18px 18px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 241, 233, 0.94));
    box-shadow:
      0 22px 34px rgba(58, 28, 14, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.74);
  }

.phone-app-mode.home-page .mobile-order-launcher::before {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(44, 155, 95, 0.25), rgba(196, 90, 45, 0.22), rgba(244, 162, 97, 0));
  }

.phone-app-mode.home-page .mobile-order-launcher::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -42px;
    width: 148px;
    height: 148px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(244, 162, 97, 0.2), rgba(244, 162, 97, 0));
    pointer-events: none;
  }

.phone-app-mode.home-page .mobile-order-kicker {
    margin: 0;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent-dark);
    text-align: center;
  }

.phone-app-mode.home-page .mobile-order-title {
    margin: 0 auto;
    width: min(100%, 480px);
    max-width: 480px;
    padding-bottom: 0;
    line-height: 0;
  }

.phone-app-mode.home-page .mobile-order-title::after {
    display: none;
  }

.phone-app-mode.home-page .mobile-order-title img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

.phone-app-mode.home-page .mobile-order-copy {
    margin: 0;
    max-width: 24ch;
    font-size: 0.98rem;
    line-height: 1.35;
    color: rgba(63, 43, 30, 0.8);
    text-align: center;
    justify-self: center;
  }

.phone-app-mode.home-page .mobile-order-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
    padding-top: 10px;
    border-top: 1px dashed rgba(196, 90, 45, 0.22);
    min-width: 0;
  }

.phone-app-mode.home-page .mobile-order-steps li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(70, 47, 34, 0.06);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.78),
      0 10px 24px rgba(86, 58, 36, 0.06);
    font-weight: 700;
    font-size: 0.95rem;
    text-align: center;
  }

.phone-app-mode.home-page .mobile-order-steps li:nth-child(1) {
    color: #6f3035;
    border-color: rgba(111, 48, 53, 0.22);
    background:
      linear-gradient(135deg, rgba(111, 48, 53, 0.16), rgba(132, 84, 55, 0.12)),
      rgba(255, 250, 246, 0.92);
  }

.phone-app-mode.home-page .mobile-order-steps li:nth-child(2) {
    color: #7a5317;
    border-color: rgba(218, 157, 45, 0.25);
    background:
      linear-gradient(135deg, rgba(247, 183, 63, 0.24), rgba(255, 224, 132, 0.18)),
      rgba(255, 253, 244, 0.92);
  }

.phone-app-mode.home-page .mobile-order-steps li:nth-child(3) {
    color: #1f7550;
    border-color: rgba(31, 117, 80, 0.25);
    background:
      linear-gradient(135deg, rgba(31, 117, 80, 0.18), rgba(94, 179, 125, 0.14)),
      rgba(246, 255, 250, 0.92);
  }

.phone-app-mode.home-page .mobile-proof-strip {
    margin: -2px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

.phone-app-mode.home-page .mobile-proof-strip li {
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(42, 35, 32, 0.08);
    color: rgba(63, 43, 30, 0.76);
    font-size: 0.8rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
  }

.phone-app-mode.home-page .mobile-order-actions {
    display: grid;
    gap: 10px;
    margin-top: 2px;
  }

.phone-app-mode.home-page .mobile-order-actions .btn {
    width: 100%;
    min-height: 52px;
    border-radius: 18px;
    font-size: 0.96rem;
    font-weight: 800;
  }

.phone-app-mode.home-page .mobile-partner-offers-slot {
    display: grid;
    width: 100%;
    padding: 18px 0 8px;
  }

.phone-app-mode.home-page .mobile-partner-offers-slot .mobile-order-partners-btn {
    position: relative;
    width: 100%;
    min-height: 52px;
    border-radius: 18px;
    font-size: 0.96rem;
    font-weight: 800;
    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);
    justify-content: center;
    text-decoration: none;
  }

.phone-app-mode.home-page .mobile-partner-offers-slot .mobile-order-partners-btn::before {
    top: -90%;
    left: -46%;
    width: 42%;
    height: 260%;
    border-radius: 0;
    background: linear-gradient(
      120deg,
      transparent 0%,
      rgba(255, 255, 255, 0.72) 45%,
      rgba(255, 229, 184, 0.42) 58%,
      transparent 72%
    );
    box-shadow: none;
    transform: translateX(-160%) rotate(14deg);
  }

.phone-app-mode.home-page .mobile-partner-offers-slot .mobile-order-partners-btn::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 17px;
    border: 1px solid rgba(255, 255, 255, 0.56);
    pointer-events: none;
  }

.phone-app-mode.home-page .mobile-partner-offers-slot .mobile-order-partners-btn:hover,
  .phone-app-mode.home-page .mobile-partner-offers-slot .mobile-order-partners-btn:focus-visible {
    background:
      linear-gradient(135deg, rgba(255, 252, 246, 1), rgba(255, 221, 187, 0.98) 44%, rgba(214, 103, 43, 0.98)),
      #fff4e7;
    color: #7f3a22;
    border-color: rgba(196, 90, 45, 0.36);
  }

.phone-app-mode.home-page .mobile-order-info {
    display: grid;
    gap: 10px;
  }

.phone-app-mode.home-page .mobile-order-info > summary {
    list-style: none;
    width: 100%;
    justify-content: center;
  }

.phone-app-mode.home-page .mobile-order-info > summary::-webkit-details-marker {
    display: none;
  }

.phone-app-mode.home-page .mobile-order-info-copy {
    padding: 14px 16px;
    border-radius: 22px;
    border: 1px solid rgba(42, 35, 32, 0.1);
    background: rgba(255, 255, 255, 0.78);
    color: rgba(63, 43, 30, 0.86);
    font-size: 0.98rem;
    line-height: 1.55;
    box-shadow: 0 12px 24px rgba(67, 44, 29, 0.08);
  }

.phone-app-mode.home-page .mobile-order-info-copy p {
    margin: 0;
  }

.phone-app-mode.home-page .hero-visual {
    grid-column: auto !important;
    grid-row: auto !important;
    justify-self: stretch;
    align-self: start;
    width: 100%;
    margin: -18px 0 0;
    min-height: 0;
    display: grid;
    place-items: start stretch;
    position: relative;
    z-index: 1;
  }

.phone-app-mode.home-page .hero-rotator {
    width: 100%;
    max-width: none;
    aspect-ratio: 1 / 1.06;
    border-radius: 0 0 26px 26px;
    box-shadow: 0 22px 34px rgba(58, 28, 14, 0.12);
  }

.phone-app-mode.home-page .hero-rotator::before {
    inset: 0 10px 10px;
    border-radius: 0 0 20px 20px;
  }

.phone-app-mode.home-page .hero-rotator-dots {
    bottom: 12px;
    transform: translateX(-50%) scale(0.92);
  }

.phone-app-mode.home-page main > section.section[data-reveal] {
    display: none !important;
  }

.phone-app-mode.shop-page .section-header,
  .phone-app-mode.cart-page .section-header,
  .phone-app-mode.bar-page .section-header {
    padding: 0;
    gap: 10px;
  }

.phone-app-mode.shop-page .section-header-actions,
  .phone-app-mode.cart-page .section-header-action,
  .phone-app-mode.bar-page .section-header-actions {
    display: none;
  }

.phone-app-mode.shop-page .cart-builder {
    margin-top: 12px;
    padding: 18px;
    border-radius: 28px;
  }

.phone-app-mode.shop-page .section-header h1 {
    margin-bottom: 6px;
    font-size: clamp(2rem, 8vw, 2.45rem);
    line-height: 0.98;
  }

.phone-app-mode.shop-page .shop-page-intro {
    max-width: 30ch;
    font-size: 1rem;
    line-height: 1.42;
  }

.phone-app-mode.shop-page .cart-builder > h2 {
    margin-bottom: 4px;
    font-size: clamp(1.45rem, 6vw, 1.86rem);
  }

.phone-app-mode.shop-page .shop-builder-intro {
    margin-bottom: 0;
    max-width: 31ch;
  }

.phone-app-mode.shop-page .shop-mobile-guide {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

.phone-app-mode.shop-page .shop-mobile-guide-pill:last-child {
    grid-column: 1 / -1;
  }

.phone-app-mode.shop-page .shop-step-card {
    position: relative;
    padding: 16px;
    border-radius: 22px;
    border: 1px solid rgba(42, 35, 32, 0.1);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 241, 233, 0.92));
    box-shadow:
      0 18px 32px rgba(58, 28, 14, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.74);
  }

.phone-app-mode.shop-page .shop-step-card:not(.shop-step-card--optional)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 16px;
    right: 16px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(44, 155, 95, 0.95), rgba(217, 119, 6, 0.82), rgba(196, 90, 45, 0.95));
  }

.phone-app-mode.shop-page .shop-step-card--optional {
    border-style: dashed;
    border-color: rgba(42, 35, 32, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(245, 238, 230, 0.7));
    box-shadow: none;
  }

.phone-app-mode.shop-page .shop-step-card--optional .shop-step-number {
    background: rgba(255, 255, 255, 0.92);
    color: rgba(102, 72, 47, 0.7);
  }

.phone-app-mode.shop-page .shop-step-card:not(.shop-step-card--optional) .shop-step-number {
    background: rgba(255, 245, 236, 0.96);
    color: var(--accent-dark);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  }

.phone-app-mode.shop-page .shop-step-card[data-step-state="locked"] {
    opacity: 0.72;
  }

.phone-app-mode.shop-page .shop-step-card[data-step-state="complete"] {
    border-color: rgba(44, 155, 95, 0.24);
  }

.phone-app-mode.shop-page .shop-step-card[data-step-state="current"] {
    border-color: rgba(196, 90, 45, 0.22);
    box-shadow:
      0 22px 34px rgba(58, 28, 14, 0.11),
      0 0 0 1px rgba(255, 196, 125, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.82);
    transform: translateY(-1px);
  }

.phone-app-mode.shop-page .shop-size-base-visual {
    margin-block: -2px 2px;
    border-radius: 18px;
  }

.phone-app-mode.shop-page .shop-size-base-visual img {
    min-height: 124px;
    max-height: 168px;
    object-position: center;
  }

.phone-app-mode.shop-page .shop-product-quick-picks,
  .phone-app-mode.shop-page .cart-topping-group-list {
    grid-template-columns: 1fr;
  }

.phone-app-mode.shop-page #shop-quantity-quick-picks .shop-product-quick-pick--quantity-media {
  grid-template-columns: 72px minmax(0, 1fr);
  min-height: 94px;
  align-items: center;
}

.phone-app-mode.shop-page #shop-quantity-quick-picks .shop-quantity-preset-media {
  width: 86px;
  border-radius: 16px;
}

.phone-app-mode.shop-page .shop-product-quick-pick-summary {
    font-size: 0.8rem;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-wrap: pretty;
  }

.phone-app-mode.shop-page .shop-order-mode-picks .shop-product-quick-pick-media {
  min-height: 68px;
  border-radius: 12px;
}

.phone-app-mode.shop-page .shop-order-mode-picks .shop-product-quick-pick-media--portrait {
  aspect-ratio: 3 / 4;
}

.phone-app-mode.shop-page #shop-base-flavor-quick-picks .shop-product-quick-pick-media {
    min-height: 74px;
    border-radius: 12px;
  }

.phone-app-mode.shop-page [data-shop-step="product"] .shop-product-quick-pick {
    align-content: start;
    min-height: auto;
    padding-block: 14px;
  }

.phone-app-mode.shop-page .shop-step-mode-detail {
    gap: 12px;
  }

.phone-app-mode.shop-page .shop-mode-panel,
  .phone-app-mode.shop-page .shop-mode-subpanel {
    padding: 14px;
    border-radius: 20px;
  }

.phone-app-mode.shop-page .cart-actions {
    grid-template-columns: 1fr;
  }

.phone-app-mode.shop-page .cart-actions .btn,
  .phone-app-mode.shop-page .auth-field input,
  .phone-app-mode.shop-page .auth-field select,
  .phone-app-mode.shop-page .auth-field textarea {
    min-height: 54px;
  }

.phone-app-mode.shop-page .auth-field textarea {
    min-height: 104px;
  }

.phone-app-mode.shop-page .shop-step-card[data-step-state="locked"] {
    pointer-events: none;
  }

.phone-app-mode.shop-page .shop-step-card[data-step-state="locked"] .shop-toppings-details {
    pointer-events: none;
  }

.phone-app-mode.shop-page .shop-review-summary {
    gap: 8px;
    padding: 13px 14px;
    border-radius: 18px;
    border: 1px solid rgba(196, 90, 45, 0.12);
    background: linear-gradient(180deg, rgba(255, 253, 250, 0.98), rgba(249, 242, 234, 0.88));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.86),
      0 8px 18px rgba(58, 28, 14, 0.05);
  }

.phone-app-mode.shop-page .shop-review-summary-top {
    align-items: center;
  }

.phone-app-mode.shop-page .shop-review-summary-price {
    font-size: 1.34rem;
  }

.phone-app-mode.shop-page .shop-review-summary-breakdown {
    gap: 6px;
    padding: 9px 11px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.58);
    border-top: 0;
  }

.phone-app-mode.shop-page .shop-review-summary-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 6px;
    border-top: 1px solid rgba(42, 35, 32, 0.08);
  }

.phone-app-mode.shop-page .shop-mobile-proof {
    display: grid;
  }

.phone-app-mode.shop-page .shop-review-proof {
    display: none;
  }

.phone-app-mode.cart-page .cart-layout {
  gap: 14px;
}

.phone-app-mode.cart-page .cart-summary {
  order: -1;
  gap: 12px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(42, 35, 32, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 239, 229, 0.94));
  padding-bottom: 18px;
  box-shadow:
    0 18px 32px rgba(58, 28, 14, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.phone-app-mode.cart-page .cart-summary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(44, 155, 95, 0.95), rgba(217, 119, 6, 0.82), rgba(196, 90, 45, 0.95));
}

.phone-app-mode.cart-page .cart-card {
  padding: 16px;
  border-radius: 24px;
}

.phone-app-mode.cart-page .cart-items-card {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.phone-app-mode.cart-page .cart-mobile-fold {
  gap: 0;
  border: 1px solid rgba(42, 35, 32, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 241, 233, 0.92));
  box-shadow:
    0 14px 28px rgba(58, 28, 14, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
  overflow: hidden;
}

.phone-app-mode.cart-page .cart-mobile-fold > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  padding: 14px 16px;
  list-style: none;
  cursor: pointer;
  font-weight: 800;
}

.phone-app-mode.cart-page .cart-mobile-fold > summary::-webkit-details-marker {
  display: none;
}

.phone-app-mode.cart-page .cart-mobile-fold > summary::after {
  content: "▾";
  margin-left: auto;
  color: var(--accent-dark);
  font-size: 0.92rem;
  transition: transform 180ms ease;
}

.phone-app-mode.cart-page .cart-mobile-fold[open] > summary::after {
  transform: rotate(180deg);
}

.phone-app-mode.cart-page .cart-mobile-fold-label {
  font-size: 1rem;
  color: var(--text);
}

.phone-app-mode.cart-page .cart-mobile-fold-meta {
  flex: 0 0 auto;
  order: 2;
}

.phone-app-mode.cart-page .cart-mobile-fold-body {
  padding: 0 16px 16px;
}

.phone-app-mode.cart-page .cart-mobile-fold:not([open]) .cart-mobile-fold-body {
  display: none;
}

.phone-app-mode.cart-page #cart-table-wrap {
  max-height: min(46vh, 420px);
  overflow: auto;
  padding-right: 4px;
}

.phone-app-mode.cart-page .cart-actions {
  grid-template-columns: 1fr;
}

.phone-app-mode.cart-page .cart-actions .btn,
.phone-app-mode.cart-page .cart-note,
.phone-app-mode.cart-page .auth-field input {
    min-height: 54px;
}

.phone-app-mode.cart-page .auth-field-head {
  align-items: start;
}

.phone-app-mode.cart-page .auth-field-tip {
  flex: 0 0 auto;
}

.phone-app-mode.cart-page .cart-note {
    min-height: 112px;
  }

.phone-app-mode.cart-page .cart-guest-grid {
  grid-template-columns: 1fr;
}

.phone-app-mode.cart-page .cart-schedule-grid {
  grid-template-columns: 1fr;
}

.phone-app-mode.cart-page .cart-fulfillment-options {
  grid-template-columns: 1fr;
}

.phone-app-mode.cart-page .cart-guest-panel {
  padding: 0;
  border: 0;
  background: transparent;
}

.phone-app-mode.cart-page .cart-guest-panel .cart-mobile-fold {
  border-radius: 22px;
}

.phone-app-mode.cart-page .cart-flow-note {
  padding: 12px 14px;
  font-size: 0.93rem;
  line-height: 1.45;
}

.phone-app-mode.cart-page .cart-progress-strip {
  flex-wrap: wrap;
}

.phone-app-mode.cart-page .cart-subtotal {
  font-size: 1.26rem;
}

.phone-app-mode.cart-page .cart-submit-stick {
  position: sticky;
  bottom: calc(env(safe-area-inset-bottom) + 98px);
  z-index: 3;
  margin: 2px -2px 0;
  padding: 12px;
  border-radius: 22px;
  border: 1px solid rgba(196, 90, 45, 0.14);
  background: rgba(255, 251, 246, 0.96);
  box-shadow:
    0 20px 34px rgba(58, 28, 14, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
}

.phone-app-mode.cart-page .cart-submit-stick .cart-actions {
  margin: 0;
}

.phone-app-mode.cart-page .cart-request-note {
  margin: 0;
  font-size: 0.88rem;
}

.phone-app-mode.cart-page .cart-clear-secondary {
  margin-top: -2px;
  font-size: 0.84rem;
}

.phone-app-mode.cart-page .auth-shell {
  display: none;
}

.phone-app-mode.bar-page .bar-mobile-flow-card,
  .phone-app-mode.bar-page .bar-service-card,
  .phone-app-mode.bar-page .cart-builder {
    padding: 18px;
    border-radius: 24px;
  }

.phone-app-mode.bar-page .section-header .muted {
    max-width: none;
  }
}

@media (max-width: 640px) {
.phone-app-mode.home-page .hero {
    grid-template-columns: 1fr !important;
    gap: 12px;
    padding-top: 8px;
    padding-bottom: 0;
  }

.phone-app-mode.home-page .hero-content {
    grid-column: auto !important;
    grid-row: auto !important;
    grid-template-columns: 1fr !important;
    justify-content: stretch !important;
    justify-items: stretch !important;
    padding: 0 !important;
    border-radius: 0;
  }

.phone-app-mode.home-page .mobile-order-launcher {
    gap: 8px;
    padding: 16px 15px 14px;
    border-radius: 22px;
  }

.phone-app-mode.home-page .mobile-order-title {
    width: min(100%, 420px);
    max-width: 420px;
  }

.phone-app-mode.home-page .mobile-order-copy {
    max-width: none;
    font-size: 0.94rem;
  }

.phone-app-mode.home-page .mobile-order-steps li {
    min-height: 40px;
    font-size: 0.92rem;
  }

.phone-app-mode.home-page .mobile-proof-strip li {
    min-height: 28px;
    font-size: 0.76rem;
  }

.phone-app-mode.home-page .mobile-order-actions .btn {
    min-height: 50px;
    font-size: 0.94rem;
  }

.phone-app-mode.home-page .mobile-order-info-copy {
    font-size: 0.94rem;
    padding: 13px 14px;
  }

.phone-app-mode.home-page .hero-visual {
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100%;
    margin-top: -12px;
  }

.phone-app-mode.home-page .mobile-partner-offers-slot {
    padding: 14px 0 6px;
  }

.phone-app-mode.home-page .hero-rotator {
    max-width: none;
    width: 100%;
    aspect-ratio: 1 / 1.1;
    border-radius: 0 0 22px 22px;
  }

.phone-app-mode.home-page .hero-rotator::before {
    inset: 0 9px 9px;
    border-radius: 0 0 16px 16px;
  }

.phone-app-mode .nav {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
    padding: 9px 10px;
  }

.phone-app-mode .brand {
    gap: 8px;
  }

.phone-app-mode .brand-mark {
    width: 46px;
    height: 46px;
  }

.phone-app-mode .brand img,
  .phone-app-mode .brand-logo {
    width: 34px;
    height: 34px;
  }

.phone-app-mode .brand-label {
    font-size: 0.82rem;
  }

.phone-app-mode .nav > .btn-cart-link,
  .phone-app-mode .nav > .btn-more-link {
    display: none !important;
  }

.phone-app-mode.home-page .nav {
    grid-template-columns: 1fr auto 1fr;
  }

.phone-app-mode.home-page .brand {
    grid-column: 2;
  }

.phone-app-mode.home-page .nav > .btn-more-link {
    display: inline-flex !important;
    grid-column: 3;
    justify-self: end;
  }

.phone-app-dock {
    left: 10px;
    right: 10px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    padding: 9px;
  }

.phone-app-dock-primary {
    min-height: 50px;
    font-size: 0.95rem;
  }

.phone-app-dock-secondary {
    min-height: 44px;
    font-size: 0.88rem;
  }
}

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

body.modal-open .gb-install-prompt-shell,
body.phone-sheet-open .gb-install-prompt-shell,
.gb-install-prompt-shell.is-suspended {
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
}

@media (pointer: coarse), (max-width: 768px) {
.btn-primary::after {
    animation: none;
    box-shadow: none;
  }
}

@media (min-width: 901px) {
.nav {
    flex-wrap: nowrap;
  }

.brand {
    flex-basis: clamp(260px, 24vw, 380px);
  }

.nav-links {
    gap: clamp(12px, 1.1vw, 18px);
    font-size: 0.9rem;
  }

.nav-links a {
    min-height: 38px;
  }

.footer .muted {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.85;
  }

.home-page .hero-content > .muted {
    order: 4;
    grid-column: 1 / -1;
    max-width: 47ch;
  }

.home-page .hero-actions .btn {
    min-width: 0;
    width: fit-content;
  }

.shop-page .section-header-actions .btn,
  .shop-page .section-header-actions .section-header-action {
    white-space: nowrap;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
.nav {
    gap: 10px;
    padding-right: 14px;
    padding-left: 14px;
  }

.brand {
    flex-basis: 230px;
    max-width: 230px;
    gap: 8px;
    font-size: 0.9rem;
  }

.brand img,
  .brand-logo {
    width: 58px;
  }

.nav-links {
    gap: 10px;
    margin-left: 6px;
    font-size: 0.85rem;
  }

.nav > .btn-primary.btn-sm,
  .nav > .btn-notify-link,
  .nav > .btn-cart-link {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.partners-page .site-header,
.partners-page .grahamy-shell {
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}

@keyframes partners-brand-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes partners-brand-drift {
  from {
    transform: translate3d(0, 0, 0) rotate(var(--rotate-start, 0deg));
  }

  to {
    transform:
      translate3d(var(--drift-x, 0px), var(--drift-y, 0px), 0)
      rotate(calc(var(--rotate-start, 0deg) + var(--rotate-delta, 0deg)));
  }
}

.pricing-page .pricing-hero-actions .btn {
  min-height: 48px;
  padding-inline: 22px;
}

@keyframes pricingHeroHorizontalPan {
  from {
    object-position: 0% 54%;
  }

  to {
    object-position: 100% 54%;
  }
}

.pricing-hero-board .section-kicker {
  margin-bottom: 6px;
  font-size: 0.64rem;
  letter-spacing: 0.14em;
}

@keyframes pricingFlavorKenBurns {
  from {
    object-position: 0% 60%;
    transform: scale(1.04);
  }

  to {
    object-position: 100% 60%;
    transform: scale(1.09);
  }
}

.pricing-page .pricing-ladder-head .muted {
  max-width: 68ch;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.42;
}

@media (max-width: 979px) {
.pricing-page .pricing-ladder-head .section-kicker {
    margin-bottom: 1px;
    font-size: 0.66rem;
    letter-spacing: 0.16em;
  }

.pricing-page .pricing-ladder-head .muted {
    font-size: 0.82rem;
    line-height: 1.28;
  }

.pricing-page .pricing-ladder-head .btn {
    justify-self: start;
    width: auto;
    min-height: 34px;
    padding: 7px 11px;
    font-size: 0.8rem;
  }

.phone-app-mode.pricing-page .pricing-ladder-table th,
  .phone-app-mode.pricing-page .pricing-ladder-table td {
    padding: 6px 8px;
  }
}

@media (max-width: 560px) {
.pricing-page .pricing-hero-actions .btn {
    width: 100%;
  }

.pricing-page .pricing-flavor-rate,
  .pricing-page .pricing-flavor-copy .muted {
    font-size: 0.84rem;
    line-height: 1.34;
  }
}
