:root {
  --page-bg: #f5f7fa;
  --surface: rgba(255, 255, 255, 0.96);
  --surface-strong: #ffffff;
  --surface-contrast: #111827;
  --surface-muted: #6b7280;
  --border: rgba(15, 23, 42, 0.08);
  --accent: #111827;
  --accent-strong: #0f172a;
  --accent-soft: rgba(17, 24, 39, 0.08);
  --success-soft: rgba(22, 163, 74, 0.1);
  --shadow-soft: 0 28px 64px rgba(15, 23, 42, 0.08);
  --shadow-card: 0 14px 38px rgba(15, 23, 42, 0.05);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --content-width: 1320px;
  --page-inline: clamp(16px, 2vw, 24px);
  --layout-gap: clamp(18px, 2vw, 24px);
  --card-padding: clamp(18px, 2vw, 22px);
  --rail-gap: clamp(16px, 1.8vw, 20px);
  --hero-title-size: clamp(26px, 3.4vw, 42px);
  --compact-title-size: clamp(24px, 2.6vw, 32px);
  --topbar-offset: 72px;
  --content-sticky-offset: 92px;
  --section-scroll-offset: 160px;
  --font-display: "Wix Madefor Display", "Avenir Next", "Trebuchet MS", sans-serif;
  --font-body: "Wix Madefor Display", "Avenir Next", "Trebuchet MS", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: clip;
  background:
    radial-gradient(circle at top left, rgba(15, 23, 42, 0.03), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f7f8fb 52%, #f3f5f8 100%);
  color: var(--surface-contrast);
  font-family: var(--font-body);
}

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

button,
a {
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    opacity 160ms ease,
    background-color 160ms ease;
}

button:hover,
a:hover {
  transform: translateY(-1px);
}

button {
  border: 0;
  font: inherit;
  cursor: pointer;
}

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

.web-app {
  min-height: 100vh;
}

.page-shell {
  width: min(var(--content-width), calc(100vw - var(--page-inline)));
  margin: 0 auto;
  padding: calc(var(--topbar-offset) + clamp(12px, 2vw, 16px)) 0
    clamp(36px, 4vw, 48px);
}

.page-shell__topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 28;
  padding: 0 calc(var(--page-inline) / 2);
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  display: flex;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(249, 250, 251, 0.96), rgba(241, 245, 249, 0.92)),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  color: var(--surface-contrast);
}

.page-shell__topbar-inner {
  width: min(var(--content-width), calc(100vw - var(--page-inline)));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 1.8vw, 16px);
  height: var(--topbar-offset);
  min-height: var(--topbar-offset);
  padding: 0;
}

.page-shell__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.page-shell__brand-mark {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--accent) 12%, transparent);
}

.page-shell__brand-label {
  color: var(--surface-contrast);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.integration-topbar-brand {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  flex: 0 1 auto;
}

.integration-topbar-brand__identity {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.integration-topbar-brand__identity--switchable {
  gap: 16px;
}

.integration-topbar-brand__home-link {
  display: inline-flex;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.integration-topbar-brand__logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.integration-topbar-brand__home-link:hover .integration-topbar-brand__title,
.integration-topbar-brand__home-link:focus-visible .integration-topbar-brand__title {
  color: var(--accent);
}

.integration-topbar-brand__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.integration-topbar-brand__logo {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.integration-topbar-brand__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.integration-topbar-brand__fallback {
  color: var(--accent);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.integration-topbar-brand__title {
  display: -webkit-box;
  overflow: hidden;
  max-width: min(28vw, 260px);
  margin: 0;
  color: var(--surface-contrast);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.page-shell__topbar-actions {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  min-width: 0;
  margin-left: 56px;
}

.integration-switcher {
  position: relative;
  flex: 0 1 360px;
  min-width: 0;
  max-width: 420px;
}

.integration-switcher__trigger {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  padding: 8px 14px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--surface-contrast);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.04);
}

.integration-switcher__trigger[disabled] {
  opacity: 0.72;
  cursor: default;
}

.integration-switcher__trigger--active {
  border-color: color-mix(in srgb, var(--accent) 18%, var(--border));
  box-shadow: 0 12px 24px color-mix(in srgb, var(--accent) 10%, transparent);
}

.integration-switcher__label {
  overflow: hidden;
  display: -webkit-box;
  white-space: normal;
  line-height: 1.15;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.integration-switcher__icon {
  position: relative;
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
}

.integration-switcher__icon::before,
.integration-switcher__icon::after {
  content: "";
  position: absolute;
  top: 52%;
  width: 7px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.integration-switcher__icon::before {
  left: 0;
  transform: translateY(-50%) rotate(40deg);
}

.integration-switcher__icon::after {
  right: 0;
  transform: translateY(-50%) rotate(-40deg);
}

.integration-switcher__menu {
  position: absolute;
  z-index: 96;
  top: calc(100% + 10px);
  left: 0;
  width: min(420px, 100%);
  padding: 8px;
  border-radius: 20px;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.12);
}

.integration-switcher__option {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  padding: 12px 14px;
  border-radius: 14px;
  background: transparent;
  text-align: left;
  color: var(--surface-contrast);
}

.integration-switcher__option:hover,
.integration-switcher__option--active {
  background: color-mix(in srgb, var(--accent) 8%, #ffffff);
}

.integration-switcher__option-title {
  font-size: 14px;
  font-weight: 700;
}

.integration-switcher__option-meta {
  color: var(--surface-muted);
  font-size: 12px;
  line-height: 1.5;
}

.topbar-phone-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid color-mix(in srgb, var(--accent) 18%, var(--border));
  border-radius: 18px;
  background: var(--accent);
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s, box-shadow 0.15s;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--accent) 20%, transparent);
}

.topbar-phone-button:hover,
.topbar-phone-button:focus-visible {
  background: color-mix(in srgb, var(--accent) 85%, #000000);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--accent) 28%, transparent);
}

.topbar-contact {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  align-items: center;
  justify-content: flex-start;
}

.topbar-contact--button {
  min-width: 0;
}

.topbar-contact__measure {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  pointer-events: none;
}

.topbar-contact__phones {
  display: inline-flex;
  min-width: 0;
  align-items: stretch;
  justify-content: flex-start;
}

.topbar-contact__content {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}

.topbar-contact__content--fallback {
  gap: 28px;
}

.topbar-contact__content--fallback .button {
  padding: 0 22px;
}

.topbar-contact__item {
  display: inline-flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.topbar-contact__divider {
  width: 1px;
  flex: 0 0 auto;
  margin: 0 14px;
  background: rgba(148, 163, 184, 0.28);
}

.topbar-contact__phone {
  color: var(--surface-contrast);
  overflow: hidden;
  max-width: 100%;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.topbar-contact__phone--single {
  font-size: 15px;
}

.topbar-contact__phone:hover,
.topbar-contact__phone:focus-visible {
  color: var(--accent);
}

.topbar-contact__label {
  color: var(--surface-muted);
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.topbar-hours {
  display: inline-flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.topbar-hours__label {
  color: var(--surface-contrast);
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
}

.topbar-hours__value {
  color: var(--surface-muted);
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
}

.topbar-phone-dialog {
  position: fixed;
  inset: 0;
  z-index: 84;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.topbar-phone-dialog__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.48);
}

.topbar-phone-dialog__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
}

.topbar-phone-dialog__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.topbar-phone-dialog__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid color-mix(in srgb, var(--accent) 10%, var(--border));
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  color: inherit;
  text-decoration: none;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.topbar-phone-dialog__item:hover,
.topbar-phone-dialog__item:focus-visible {
  border-color: color-mix(in srgb, var(--accent) 26%, var(--border));
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.topbar-phone-dialog__item-title {
  color: var(--surface-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topbar-phone-dialog__item-number {
  color: var(--surface-contrast);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.topbar-phone-dialog__item-number--solo {
  font-size: 20px;
}

.page-shell__intro {
  margin-bottom: var(--layout-gap);
  padding: var(--card-padding);
}

.page-shell__intro-head {
  margin-bottom: 10px;
}

.page-shell__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  color: var(--surface-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-shell__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--hero-title-size);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.page-shell__title--compact {
  font-size: var(--compact-title-size);
  letter-spacing: -0.03em;
}

.page-shell__subtitle {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--surface-muted);
  font-size: clamp(14px, 1.5vw, 15px);
  line-height: 1.6;
}

.page-shell__back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--surface-muted);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.page-shell__back-link::before {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.page-shell__back-link:hover,
.page-shell__back-link:focus-visible {
  color: var(--surface-contrast);
}

.checkout-back-link {
  padding: 10px 14px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
  color: var(--surface-contrast);
  font-size: 14px;
  font-weight: 700;
}

.checkout-back-link:hover,
.checkout-back-link:focus-visible {
  border-color: rgba(148, 163, 184, 0.34);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.page-shell__intro-head .checkout-back-link {
  margin-bottom: 4px;
}

.page-shell__actions {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 1.6vw, 12px);
  margin-top: clamp(14px, 2vw, 18px);
}

.checkout-loyalty {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.checkout-loyalty__cards {
  gap: 12px;
}

.checkout-loyalty-card {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, 0.08);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease,
    background 160ms ease;
}

.checkout-loyalty-card--selectable {
  cursor: pointer;
}

.checkout-loyalty-card--selectable:hover,
.checkout-loyalty-card--selectable:focus-visible {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(15, 23, 42, 0.12);
  background: #ffffff;
}

.checkout-loyalty-card--selected {
  border-color: color-mix(in srgb, var(--accent) 24%, var(--border));
  box-shadow: 0 10px 24px color-mix(in srgb, var(--accent) 10%, transparent);
}

.checkout-loyalty-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 14px 0;
  border: none;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.checkout-loyalty-toggle:hover,
.checkout-loyalty-toggle:focus-visible {
  outline: none;
}

.checkout-loyalty-toggle--disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.checkout-loyalty-toggle__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.checkout-loyalty-toggle__title {
  font-weight: 800;
}

.checkout-loyalty-toggle__track {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 52px;
  height: 32px;
  padding: 3px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.14);
  transition: background 160ms ease;
}

.checkout-loyalty-toggle__thumb {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.18);
  transition: transform 160ms ease;
}

.checkout-loyalty-toggle--active .checkout-loyalty-toggle__track {
  background: color-mix(in srgb, var(--accent) 76%, #ffffff);
}

.checkout-loyalty-toggle--active .checkout-loyalty-toggle__thumb {
  transform: translateX(20px);
}

.page-shell__topbar-inner .button,
.page-shell__topbar-inner .profile-menu-button {
  min-height: 42px;
}

.page-shell__topbar-inner .button {
  padding: 0 16px;
  font-size: 14px;
}

.page-shell__topbar-inner .profile-menu-button {
  min-width: 140px;
  padding: 8px 14px;
}

.page-shell__topbar-inner .profile-menu-button--icon-only {
  min-width: 54px;
  width: 54px;
  padding: 0;
}

.page-shell__topbar-inner .profile-menu-button__eyebrow {
  font-size: 10px;
}

.page-shell__topbar-inner .profile-menu-button__value {
  font-size: 14px;
}

.page-shell__body {
  display: flex;
  flex-direction: column;
  gap: var(--layout-gap);
}

.profile-layout {
  display: flex;
  flex-direction: column;
  gap: var(--layout-gap);
}

.site-footer {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 40px;
  padding: 28px 2px 18px;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.site-footer__main {
  display: grid;
  grid-template-columns: minmax(240px, 0.92fr) minmax(220px, 0.78fr) minmax(0, 1.1fr);
  column-gap: 28px;
  row-gap: 36px;
  align-items: start;
}

.site-footer__column,
.site-footer__group,
.site-footer__links,
.site-footer__groups {
  display: flex;
  flex-direction: column;
}

.site-footer__column,
.site-footer__group {
  gap: 12px;
}

.site-footer__groups {
  gap: 20px;
}

.site-footer__group--stores {
  margin-top: 6px;
}

.site-footer__eyebrow {
  margin: 0;
  color: var(--surface-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer__name {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.site-footer__address,
.site-footer__hours-line {
  margin: 0;
  color: var(--surface-muted);
  font-size: 14px;
  line-height: 1.7;
}

.site-footer__phone {
  font-family: var(--font-display);
  width: fit-content;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--surface-contrast);
}

.site-footer__phones {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.site-footer__phone-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.site-footer__phone-label {
  color: var(--surface-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer__meta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 36px;
  padding: 7px 11px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98)),
    color-mix(in srgb, var(--accent) 3%, transparent);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
  color: var(--surface-contrast);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.site-footer__meta-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.site-footer__meta-link-svg {
  width: 18px;
  height: 18px;
  display: block;
}

.site-footer__meta-link-label {
  line-height: 1;
}

.site-footer__meta-link:hover,
.site-footer__meta-link:focus-visible {
  border-color: color-mix(in srgb, var(--accent) 18%, rgba(148, 163, 184, 0.18));
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.site-footer__group-title {
  margin: 0;
  color: var(--surface-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer__links {
  gap: 10px;
}

.site-footer__store-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.site-footer__link {
  width: fit-content;
  padding: 0;
  background: transparent;
  color: var(--surface-muted);
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.site-footer__link--button {
  cursor: pointer;
}

.site-footer__store-link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(100%, 188px);
  min-height: 54px;
  padding: 10px 13px 11px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98)),
    color-mix(in srgb, var(--accent) 4%, transparent);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.site-footer__store-icon {
  display: block;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  object-fit: contain;
}

.site-footer__store-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  min-width: 0;
  text-align: center;
}

.site-footer__store-spacer {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  visibility: hidden;
}

.site-footer__store-prefix {
  color: var(--surface-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer__store-name {
  color: var(--surface-contrast);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.site-footer__store-link:hover,
.site-footer__store-link:focus-visible {
  border-color: color-mix(in srgb, var(--accent) 18%, rgba(148, 163, 184, 0.18));
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.site-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.site-footer__bottom-text {
  margin: 0;
  color: var(--surface-muted);
  font-size: 13px;
  text-align: center;
}

.site-footer__bottom-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  color: var(--surface-contrast);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.site-footer__studio-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 0;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.site-footer__studio-logo {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border-radius: 6px;
}

.site-footer__studio-signature {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.site-footer__studio-eyebrow {
  color: var(--surface-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  white-space: nowrap;
  text-transform: uppercase;
}

.site-footer__studio-name {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.site-footer__bottom-link:hover,
.site-footer__bottom-link:focus-visible {
  color: var(--surface-contrast);
}

.site-footer__bottom-link:hover .site-footer__studio-badge,
.site-footer__bottom-link:focus-visible .site-footer__studio-badge {
  opacity: 0.8;
  transform: translateY(-1px);
}

.footer-page-shell {
  position: fixed;
  inset: 0;
  z-index: 84;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.footer-page__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.44);
}

.footer-page__frame {
  position: relative;
  z-index: 1;
  width: min(880px, 100%);
  overflow: visible;
}

.footer-page__panel {
  width: 100%;
  max-height: min(82vh, 820px);
  padding: 22px;
  overflow: auto;
}

.footer-page__header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.footer-page__title {
  margin: 0;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.footer-page__close {
  padding: 0;
  background: transparent;
  color: var(--accent);
  font: inherit;
  font-weight: 700;
}

.footer-page__body {
  color: var(--surface-contrast);
  line-height: 1.7;
}

.footer-page__body h1,
.footer-page__body h2,
.footer-page__body h3 {
  margin: 0 0 12px;
}

.footer-page__body p,
.footer-page__body ul,
.footer-page__body ol {
  margin: 0 0 12px;
}

.footer-page__body a {
  color: var(--accent);
}

.product-dialog__panel {
  overflow: visible;
}

.product-dialog__chrome,
.footer-page__chrome {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.product-dialog__chrome-button,
.footer-page__chrome-button {
  position: absolute;
  top: -68px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  width: 56px;
  padding: 0;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: #ffffff;
  backdrop-filter: blur(16px);
  color: #111111;
  cursor: pointer;
  pointer-events: auto;
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    transform 0.15s ease;
}

.product-dialog__chrome-button:hover,
.product-dialog__chrome-button:focus-visible,
.footer-page__chrome-button:hover,
.footer-page__chrome-button:focus-visible {
  border-color: rgba(17, 17, 17, 0.12);
  background: #f4f4f4;
  transform: translateY(-1px);
}

.product-dialog__chrome-icon,
.footer-page__chrome-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.product-dialog__chrome-icon svg,
.footer-page__chrome-icon svg {
  width: 24px;
  height: 24px;
}

.cookie-consent-banner {
  position: fixed;
  left: 50%;
  bottom: max(16px, calc(16px + env(safe-area-inset-bottom)));
  z-index: 86;
  transform: translateX(-50%);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: min(760px, calc(100vw - 32px));
  padding: 14px 14px 0;
}

.cookie-consent-banner__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.cookie-consent-banner__title,
.cookie-consent-banner__text {
  margin: 0;
}

.cookie-consent-banner__title {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.cookie-consent-banner__text {
  color: var(--surface-muted);
  font-size: 13px;
  line-height: 1.45;
}

.cookie-consent-banner__actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.cookie-consent-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    opacity 160ms ease,
    background-color 160ms ease;
}

.cookie-consent-button:hover {
  transform: translateY(-1px);
}

.cookie-consent-button--ghost {
  border-color: rgba(148, 163, 184, 0.2);
  background: rgba(255, 255, 255, 0.82);
  color: var(--surface-contrast);
}

.cookie-consent-button--primary {
  background: var(--accent);
  color: #ffffff;
  box-shadow: 0 10px 20px color-mix(in srgb, var(--accent) 16%, transparent);
}

.cookie-consent-button__label {
  display: inline-flex;
}

.cookie-consent-button__icon {
  display: none;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 12%, #ffffff);
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.cookie-consent-banner__progress {
  overflow: hidden;
  grid-column: 1 / -1;
  height: 3px;
  margin: 0 -14px;
  border-radius: 0;
  background: rgba(15, 23, 42, 0.08);
}

.cookie-consent-banner__progress-bar {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: color-mix(in srgb, var(--accent) 82%, #ffffff);
  animation: cookie-consent-progress var(--cookie-consent-duration, 10000ms)
    linear forwards;
}

.cookie-consent-info__panel {
  width: min(760px, 100%);
}

.cookie-consent-info {
  z-index: 92;
}

.cookie-consent-info__body {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cookie-consent-info__card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
}

.cookie-consent-info__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--surface-contrast);
}

.cookie-consent-info__list li {
  line-height: 1.65;
}

.cookie-consent-info__docs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cookie-consent-info__doc-link {
  width: fit-content;
  color: var(--accent);
  font-weight: 700;
  line-height: 1.5;
}

.cookie-consent-info__actions {
  margin-top: 0;
}

@keyframes cookie-consent-progress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .cookie-consent-banner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    width: calc(100vw - 24px);
    bottom: max(12px, calc(12px + env(safe-area-inset-bottom)));
    padding: 12px 12px 0;
  }

  .cookie-consent-banner__copy {
    gap: 2px;
  }

  .cookie-consent-banner__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.15;
  }

  .cookie-consent-banner__text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3;
  }

  .cookie-consent-banner__actions {
    justify-content: flex-end;
    gap: 6px;
    align-self: start;
  }

  .cookie-consent-button {
    min-height: 28px;
    padding: 0 10px;
    font-size: 11px;
    flex: 0 0 auto;
  }

  .cookie-consent-button--info {
    width: 28px;
    min-width: 28px;
    padding: 0;
    border-radius: 999px;
  }

  .cookie-consent-button--info .cookie-consent-button__label {
    display: none;
  }

  .cookie-consent-button--info .cookie-consent-button__icon {
    display: inline-flex;
    width: 16px;
    height: 16px;
    background: transparent;
    color: currentColor;
    font-size: 12px;
  }

  .cookie-consent-button--ok {
    min-width: 40px;
    padding: 0 10px;
  }

  .cookie-consent-banner__progress {
    margin: 0 -12px;
  }
}

/* ── Integration splash modal ──────────────────────────────── */

.splash-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  animation: splash-modal-fade-in 0.3s ease-out;
}

.splash-modal__backdrop {
  position: absolute;
  inset: 0;
  border: none;
  background: rgba(0, 0, 0, 0.72);
  cursor: pointer;
}

.splash-modal__frame {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  overflow: visible;
}

.splash-modal__panel {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: min(88vh, 780px);
  border-radius: var(--radius-md);
  background: #0a0a0a;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.5);
  animation: splash-modal-scale-in 0.3s ease-out;
}

.splash-modal__topbar {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}

.splash-modal__chrome {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.splash-modal__chrome-button {
  position: absolute;
  top: -28px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  width: 56px;
  padding: 0;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: #ffffff;
  backdrop-filter: blur(16px);
  color: #111111;
  cursor: pointer;
  pointer-events: auto;
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    transform 0.15s ease;
}

.splash-modal__chrome-button:hover,
.splash-modal__chrome-button:focus-visible {
  border-color: rgba(17, 17, 17, 0.12);
  background: #f4f4f4;
  transform: translateY(-1px);
}

.splash-modal__chrome-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.splash-modal__chrome-icon svg {
  width: 24px;
  height: 24px;
}

.splash-modal__body {
  flex: 1 1 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px 16px;
}

.splash-modal__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: calc(var(--radius-md) - 4px);
  object-fit: contain;
}

.splash-modal__progress {
  overflow: hidden;
  height: 3px;
  background: rgba(255, 255, 255, 0.12);
}

.splash-modal__progress-bar {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  transform-origin: right center;
  animation: splash-progress var(--splash-duration, 3000ms) linear forwards;
}

@keyframes splash-progress {
  from {
    transform: scaleX(1);
  }

  to {
    transform: scaleX(0);
  }
}

@keyframes splash-modal-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes splash-modal-scale-in {
  from {
    opacity: 0;
    transform: scale(0.96);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 720px) {
  .splash-modal {
    padding: 42px 12px 12px;
  }

  .splash-modal__panel {
    width: 100%;
    height: min(92vh, 780px);
  }

  .splash-modal__chrome-button {
    top: -28px;
  }
}

.card {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-card);
}

.card--section {
  padding: 22px;
}

.section-title {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.section-text {
  margin: 0;
  color: var(--surface-muted);
  line-height: 1.6;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
}

.button--primary {
  background: var(--accent);
  color: #ffffff;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--accent) 18%, transparent);
}

.button--secondary {
  border-color: var(--border);
  background: #ffffff;
  color: var(--surface-contrast);
}

.button--ghost {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.92);
  color: var(--surface-contrast);
}

.button--quiet {
  min-height: auto;
  padding: 0;
  background: transparent;
  color: var(--accent);
}

.button--disabled,
.button[disabled] {
  cursor: not-allowed;
  opacity: 0.58;
  box-shadow: none;
}

.button--loading {
  cursor: wait;
}

.button__spinner {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 999px;
  animation: bootstrap-loader-spin 0.9s linear infinite;
}

.button__label {
  min-width: 0;
}

.button__label--hidden {
  visibility: hidden;
}

.quantity-stepper {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 999px;
  background: #f3f4f6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.quantity-stepper--compact {
  gap: 3px;
  padding: 3px;
}

.quantity-stepper__button {
  position: relative;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.quantity-stepper--compact .quantity-stepper__button {
  width: 28px;
  height: 28px;
  border-radius: 14px;
}

.quantity-stepper__button::before,
.quantity-stepper__button::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.quantity-stepper__button::before {
  width: 12px;
  height: 2px;
  background: var(--surface-contrast);
}

.quantity-stepper__button--increment {
  border-color: color-mix(in srgb, var(--accent) 30%, transparent);
  background: var(--accent);
  box-shadow: 0 10px 20px color-mix(in srgb, var(--accent) 18%, transparent);
}

.quantity-stepper__button--increment::before,
.quantity-stepper__button--increment::after {
  background: #ffffff;
}

.quantity-stepper__button--increment::after {
  width: 2px;
  height: 12px;
}

.quantity-stepper__button--disabled {
  cursor: not-allowed;
  opacity: 0.46;
  box-shadow: none;
}

.quantity-stepper__value {
  min-width: 32px;
  padding: 0 10px;
  color: var(--surface-contrast);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.02em;
}

.quantity-stepper--compact .quantity-stepper__value {
  min-width: 26px;
  padding: 0 8px;
  font-size: 14px;
}

.app-dialog {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
}

.checkout-dialog-overlay {
  position: fixed;
  inset: 0;
  z-index: 88;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.checkout-dialog-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.5);
}

.checkout-dialog-overlay__surface {
  position: relative;
  z-index: 1;
  width: min(100%, 460px);
}

.checkout-dialog-overlay--sheet {
  align-items: flex-end;
}

.checkout-dialog-overlay__surface--sheet {
  width: min(100%, 560px);
}

.checkout-success-sheet {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.16);
}

.checkout-success-sheet__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px 20px 18px;
}

.checkout-success-sheet__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}

.checkout-success-sheet__hero-image {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.checkout-success-sheet__title {
  margin: 0;
  color: var(--surface-contrast);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.checkout-success-sheet__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 18px 16px;
  border: none;
  background: color-mix(in srgb, var(--accent) 8%, #ffffff);
  text-align: center;
}

.checkout-success-sheet__feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 10px 24px color-mix(in srgb, var(--accent) 12%, transparent);
}

.checkout-success-sheet__feature-icon-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 24px color-mix(in srgb, var(--accent) 12%, transparent);
}

.checkout-success-sheet__feature-icon--bell {
  width: 26px;
  height: 26px;
  border-radius: 0;
  object-fit: contain;
  box-shadow: none;
}

.checkout-success-sheet__feature-title {
  margin: 0;
  color: var(--surface-contrast);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.checkout-success-sheet__feature-text {
  margin: 0;
  color: #4f4f4f;
  line-height: 1.5;
}

.checkout-success-sheet__footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 20px 20px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), #ffffff);
}

.checkout-success-sheet__footer .button {
  width: 100%;
}

.checkout-app-download-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}

.checkout-app-download-actions .button {
  width: 100%;
}

.checkout-dialog-spinner {
  display: flex;
  justify-content: center;
  padding: 6px 0 2px;
}

.checkout-dialog-spinner__icon {
  width: 34px;
  height: 34px;
  border: 3px solid color-mix(in srgb, var(--accent) 22%, transparent);
  border-right-color: var(--accent);
  border-radius: 999px;
  animation: bootstrap-loader-spin 0.9s linear infinite;
}

.integration-select-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.integration-select-hero__title {
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.04;
}

.integration-select-hero .page-shell__subtitle {
  margin-left: auto;
  margin-right: auto;
}

.integration-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(296px, 1fr));
  gap: 22px;
  width: min(100%, 1088px);
  margin: 0 auto;
}

.integration-card-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: min(100%, 760px);
  margin: 0 auto;
}

.integration-card-stack--separated {
  padding-top: 24px;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.integration-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.06);
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.integration-card--media {
  min-height: 356px;
}

.integration-card--basic {
  min-height: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 250, 252, 0.98)),
    color-mix(in srgb, var(--accent) 4%, transparent);
}

.integration-card:hover,
.integration-card:focus-within {
  border-color: color-mix(in srgb, var(--accent) 18%, rgba(148, 163, 184, 0.16));
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
}

.integration-card__tap-target {
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 0;
  border: 0;
  border-radius: inherit;
  background: transparent;
  cursor: pointer;
}

.integration-card__tap-target:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--accent) 60%, white);
  outline-offset: -2px;
}

.integration-card__media {
  position: relative;
  z-index: 1;
  min-height: 184px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 250, 252, 0.96)),
    radial-gradient(circle at top right, color-mix(in srgb, var(--accent) 10%, transparent), transparent 34%);
  color: var(--surface-contrast);
  pointer-events: none;
}

.integration-card__media .network-image-shell,
.integration-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.integration-card__image {
  object-fit: cover;
  opacity: 1;
  transition: transform 220ms ease;
}

.integration-card:hover .integration-card__image,
.integration-card:focus-within .integration-card__image {
  transform: scale(1.03);
}

.integration-card__content {
  display: flex;
  flex: 1;
  position: relative;
  z-index: 1;
  flex-direction: column;
  gap: 16px;
  padding: 20px 20px 20px;
  pointer-events: none;
}

.integration-card__content--basic {
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
}

.integration-card__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.integration-card--basic .integration-card__copy {
  flex: 1 1 auto;
  gap: 12px;
}

.integration-card__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.integration-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.integration-card__pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 8%, #ffffff);
  color: var(--surface-contrast);
  font-size: 12px;
  font-weight: 700;
}

.integration-card__title {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.integration-card--basic .integration-card__title {
  font-size: 20px;
}

.integration-card__address {
  margin: 0;
  color: var(--surface-muted);
  line-height: 1.5;
}

.integration-card--basic .integration-card__address {
  font-size: 14px;
}

.integration-card__action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: auto;
  padding: 13px 14px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.98)),
    color-mix(in srgb, var(--accent) 5%, transparent);
  color: var(--surface-contrast);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.integration-card:hover .integration-card__action,
.integration-card:focus-within .integration-card__action {
  border-color: color-mix(in srgb, var(--accent) 18%, rgba(148, 163, 184, 0.14));
  box-shadow: 0 12px 24px color-mix(in srgb, var(--accent) 10%, transparent);
}

.integration-card__action-label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.integration-card--basic .integration-card__meta {
  gap: 6px;
}

.integration-card--basic .integration-card__pill {
  min-height: 28px;
  padding: 0 9px;
  font-size: 11px;
}

.integration-card--basic .integration-card__action {
  margin-top: 0;
  flex: 0 0 auto;
  min-width: 164px;
  padding: 11px 14px;
}

.integration-card--basic .integration-card__action-label {
  font-size: 14px;
}

.integration-topbar-brand--static {
  flex: 0 1 auto;
}

.integration-topbar-brand__title--app {
  max-width: none;
  font-size: 15px;
}

.home-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.92fr) minmax(220px, 0.68fr);
  gap: var(--layout-gap);
  align-items: start;
}

.home-main,
.home-aside {
  display: flex;
  flex-direction: column;
  gap: var(--layout-gap);
  min-width: 0;
}

.home-layout--sidebar {
  grid-template-columns: clamp(196px, 16vw, 224px) minmax(0, 1.92fr) minmax(220px, 0.68fr);
}

.home-sidebar {
  position: sticky;
  top: var(--content-sticky-offset);
  align-self: start;
  max-height: calc(100dvh - var(--content-sticky-offset) - 24px);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-card);
}

.home-sidebar::-webkit-scrollbar {
  display: none;
}

.home-aside--desktop {
  align-self: stretch;
}

.integration-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  align-items: center;
  gap: 18px;
  min-height: auto;
  padding: 18px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96)),
    radial-gradient(circle at top right, color-mix(in srgb, var(--accent) 10%, transparent), transparent 34%);
  color: var(--surface-contrast);
  box-shadow: var(--shadow-card);
}

.integration-hero__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.integration-hero__media {
  overflow: hidden;
  min-height: 168px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(241, 245, 249, 0.9), rgba(255, 255, 255, 0.5));
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.integration-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.integration-hero__title {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.integration-hero__details {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.integration-hero__pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.86);
  color: var(--surface-contrast);
  font-size: 13px;
  font-weight: 600;
}

.promo-strip {
  display: flex;
  gap: var(--rail-gap);
  max-width: 100%;
  overflow-x: auto;
  padding: 0 2px 2px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.promo-strip::-webkit-scrollbar {
  display: none;
}

.promo-card {
  display: block;
  position: relative;
  overflow: hidden;
  flex: 0 0 448px;
  min-width: 448px;
  border-radius: 22px;
  background: transparent;
  box-shadow: none;
}

.promo-card--link {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.promo-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2.3;
  border-radius: 22px;
  background: transparent;
}

.promo-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}

.promo-card__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 0, 0, 0.08) 65%,
    rgba(0, 0, 0, 0.4) 100%
  );
}

.promo-card__copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px;
  pointer-events: none;
}

.promo-card__text {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.promo-card__image--placeholder {
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: linear-gradient(
    180deg,
    rgba(226, 232, 240, 0.82),
    rgba(248, 250, 252, 0.88)
  );
}

.promo-detail-shell,
.integration-info-shell {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 18px;
}

.promo-detail-shell {
  animation: splash-modal-fade-in 0.3s ease-out;
}

.promo-detail__backdrop,
.integration-info__backdrop {
  position: absolute;
  inset: 0;
  border: none;
  background: rgba(0, 0, 0, 0.72);
}

.promo-detail__panel,
.integration-info__panel {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
}

.promo-detail__panel {
  position: relative;
  width: min(920px, 100%);
  overflow: visible;
}

.promo-detail__surface {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: min(520px, calc(100vh - 36px));
  max-height: min(78vh, 660px);
  border-radius: 28px;
  background: #0a0a0a;
  color: #ffffff;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.5);
  animation: splash-modal-scale-in 0.3s ease-out;
}

.promo-detail__topbar {
  display: flex;
  flex-direction: column;
}

.promo-detail__progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 6px;
}

.promo-detail__progress-item {
  position: relative;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.promo-detail__progress-item--done {
  background: rgba(255, 255, 255, 0.72);
}

.promo-detail__progress-item--active::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.88);
  animation: promo-detail-fill var(--slide-duration, 5000ms) linear forwards;
}

.promo-detail__progress-item--paused::after {
  animation-play-state: paused;
}

@keyframes promo-detail-fill {
  from {
    transform: scaleX(0);
    transform-origin: left;
  }

  to {
    transform: scaleX(1);
    transform-origin: left;
  }
}

.promo-detail__body {
  display: grid;
  flex: 1 1 auto;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  min-height: 0;
}

.promo-detail__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 44%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.03),
      rgba(255, 255, 255, 0)
    ),
    #050505;
}

.promo-detail__image,
.promo-detail__image.network-image--placeholder,
.promo-detail__image .network-image--preview,
.promo-detail__image .network-image--full {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.promo-detail__image,
.promo-detail__image .network-image--preview,
.promo-detail__image .network-image--full {
  object-fit: contain;
}

.promo-detail__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 0;
  padding: 20px 22px 22px;
  overflow: auto;
  background: linear-gradient(
    180deg,
    rgba(18, 18, 18, 0.96),
    rgba(10, 10, 10, 0.98)
  );
}

.promo-detail__title {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.promo-detail__description {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
}

.promo-detail__footer {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: auto;
}

.promo-detail__actions,
.integration-info__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.promo-detail__chrome {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.promo-detail__chrome-button {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  width: 56px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(6, 6, 6, 0.78);
  backdrop-filter: blur(16px);
  color: #ffffff;
  font: inherit;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  pointer-events: auto;
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    transform 0.15s ease;
}

.promo-detail__chrome-button:hover,
.promo-detail__chrome-button:focus-visible {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(18, 18, 18, 0.92);
  transform: translateY(-1px);
}

.promo-detail__chrome-button--close {
  top: -68px;
  right: 0;
}

.promo-detail__chrome-button--prev,
.promo-detail__chrome-button--next {
  top: 50%;
  transform: translateY(-50%);
}

.promo-detail__chrome-button--prev:hover,
.promo-detail__chrome-button--prev:focus-visible,
.promo-detail__chrome-button--next:hover,
.promo-detail__chrome-button--next:focus-visible {
  transform: translateY(calc(-50% - 1px));
}

.promo-detail__chrome-button--prev {
  left: -28px;
}

.promo-detail__chrome-button--next {
  right: -28px;
}

.promo-detail__chrome-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.promo-detail__chrome-icon svg {
  width: 24px;
  height: 24px;
}

.integration-info__panel {
  padding: 0;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 250, 252, 0.98));
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.16);
}

.integration-info__scroll {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-height: min(86vh, 860px);
  padding: 18px;
  overflow: auto;
}

.integration-info__topbar {
  display: flex;
  justify-content: flex-end;
}

.integration-info__close {
  padding: 0;
  background: transparent;
  color: var(--accent);
  font: inherit;
  font-weight: 700;
  white-space: nowrap;
}

.integration-info__header {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.integration-info__hero {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
}

.integration-info__hero-image {
  min-height: 280px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.integration-info__hero-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}

.integration-info__title {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.integration-info__summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}

.integration-info__summary-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
}

.integration-info__pages {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.integration-info__page {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
}

.integration-info__page--link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
}

.integration-info__page-summary {
  padding: 18px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.integration-info__page-summary::-webkit-details-marker {
  display: none;
}

.integration-info__page-title {
  font-weight: 800;
}

.integration-info__page-arrow {
  color: var(--accent);
  font-weight: 700;
}

.integration-info__page-body {
  padding: 0 18px 18px;
  color: var(--surface-contrast);
  line-height: 1.65;
}

.integration-info__page-body h1,
.integration-info__page-body h2,
.integration-info__page-body h3 {
  margin: 0 0 12px;
}

.integration-info__page-body p,
.integration-info__page-body ul,
.integration-info__page-body ol {
  margin: 0 0 12px;
}

.integration-info__page-body a {
  color: var(--accent);
}

.menu-sticky-group {
  position: sticky;
  top: var(--content-sticky-offset);
  z-index: 10;
  isolation: isolate;
}


.menu-nav-shell {
  z-index: 1;
}

.menu-nav {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 10px;
  max-width: 100%;
  overflow-x: auto;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(10px);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.menu-nav::-webkit-scrollbar {
  display: none;
}

.menu-nav__item {
  white-space: nowrap;
}

.menu-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--surface-contrast);
  font-weight: 700;
}

.menu-nav__link--active {
  border-color: color-mix(in srgb, var(--accent) 18%, var(--border));
  background: var(--accent);
  color: #ffffff;
  box-shadow: 0 12px 24px color-mix(in srgb, var(--accent) 16%, transparent);
}

/* ── Vertical category sidebar ──────────────────────────────────── */

.menu-sidebar {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.menu-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.menu-sidebar__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--surface-contrast);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  white-space: normal;
  cursor: pointer;
  box-shadow: none;
  transition: color 0.15s, background 0.15s, border-color 0.15s, box-shadow 0.15s;
}

.menu-sidebar__link:hover {
  border-color: transparent;
  background: rgba(15, 23, 42, 0.04);
}

.menu-sidebar__link:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--accent) 42%, #ffffff);
  outline-offset: 2px;
}

.menu-sidebar__link--active {
  border-color: color-mix(in srgb, var(--accent) 18%, var(--border));
  background: var(--accent);
  color: #ffffff;
  box-shadow: 0 12px 24px color-mix(in srgb, var(--accent) 16%, transparent);
}

.menu-sidebar__link--active:hover,
.menu-sidebar__link--active:focus-visible {
  border-color: color-mix(in srgb, var(--accent) 18%, var(--border));
  background: var(--accent);
  color: #ffffff;
}

.home-layout--sidebar .menu-section__header {
  width: 100%;
}

.home-layout--sidebar .menu-grid {
  gap: clamp(10px, 1.2vw, 14px);
}

/* ────────────────────────────────────────────────────────────────── */

.menu-content-shell {
  position: relative;
  isolation: isolate;
}

.menu-content-shell::before {
  content: none;
}

.menu-sections {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.menu-section {
  scroll-margin-top: var(--section-scroll-offset);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.menu-section__header {
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 14px 18px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
  backdrop-filter: blur(14px);
}

.menu-section__title {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--rail-gap);
  justify-content: start;
  justify-items: stretch;
}

.menu-item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
  min-height: 100%;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--surface-strong);
  box-shadow: var(--shadow-card);
}

.menu-item__preview {
  display: block;
  padding: 0;
  background: transparent;
}

.menu-item__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  background: linear-gradient(180deg, rgba(241, 245, 249, 0.9), rgba(255, 255, 255, 0.5));
}

.menu-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.menu-item__image.network-image--placeholder,
.product-dialog__image-media.network-image--placeholder {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.menu-item__image.network-image--placeholder::before,
.menu-item__image.network-image--placeholder::after,
.product-dialog__image-media.network-image--placeholder::before,
.product-dialog__image-media.network-image--placeholder::after {
  content: '';
  position: absolute;
  border-radius: 999px;
}

.menu-item__image.network-image--placeholder::before,
.product-dialog__image-media.network-image--placeholder::before {
  top: 50%;
  left: 50%;
  width: 48%;
  aspect-ratio: 1;
  background: linear-gradient(
    145deg,
    rgba(203, 213, 225, 0.9),
    rgba(226, 232, 240, 0.98)
  );
  transform: translate(-50%, -58%) rotate(-10deg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    0 12px 26px rgba(148, 163, 184, 0.18);
  filter: blur(0.2px);
}

.menu-item__image.network-image--placeholder::after,
.product-dialog__image-media.network-image--placeholder::after {
  top: 58%;
  left: 50%;
  width: 38%;
  height: 12%;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.34);
  transform: translate(-50%, 0);
}

.menu-item__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 14px 14px 16px;
}

.menu-item__title {
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  color: color-mix(in srgb, var(--surface-contrast) 82%, #64748b);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.menu-item__footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
}

.menu-item__stepper {
  flex-shrink: 0;
}

.menu-item__price {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
}

.menu-item__badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
}

.menu-item__badge--overlay {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.menu-item__cta {
  width: 100%;
  justify-content: center;
}

.menu-item__stepper--wide {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.menu-item__stepper--wide .quantity-stepper__value {
  flex: 1;
}

.menu-item__badge--soft {
  background: rgba(54, 85, 60, 0.12);
  color: #36553c;
}

.cart-panel {
  position: sticky;
  top: var(--content-sticky-offset);
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.8vw, 16px);
  padding: var(--card-padding);
  min-height: 320px;
  max-height: calc(100vh - var(--content-sticky-offset) - 24px);
  overflow: hidden;
}

.cart-panel--compact {
  position: static;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  align-content: stretch;
  min-height: 0;
  width: 100%;
  margin: 0 auto;
  height: auto;
  max-height: min(80vh, 760px);
  overflow: hidden;
}

.cart-panel--highlighted {
  border-color: color-mix(in srgb, var(--accent) 22%, var(--border));
  box-shadow: 0 24px 46px color-mix(in srgb, var(--accent) 14%, transparent);
}

.cart-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cart-panel__header-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.cart-panel__header-actions .button--quiet {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid color-mix(in srgb, var(--accent) 14%, var(--border));
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--surface-contrast);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.04);
}

.cart-panel__header-actions .button--quiet:hover,
.cart-panel__header-actions .button--quiet:focus-visible {
  border-color: color-mix(in srgb, var(--accent) 24%, var(--border));
  background: color-mix(in srgb, var(--accent) 4%, #ffffff);
  color: var(--accent);
}

.cart-panel__summary {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), color-mix(in srgb, var(--accent) 4%, #ffffff));
}

.cart-panel__summary-label {
  margin: 0;
  color: var(--surface-muted);
}

.cart-panel__summary-value {
  margin: 8px 0 0;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.cart-panel__summary-meta {
  margin: 8px 0 0;
  color: var(--surface-muted);
  font-size: 13px;
  font-weight: 600;
}

.cart-empty {
  flex: 1;
  padding: 18px;
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.98);
  color: var(--surface-muted);
  line-height: 1.6;
}

.cart-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
  overflow: auto;
  padding-right: 4px;
}

.cart-panel__footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.92) 22%,
    rgba(255, 255, 255, 0.98)
  );
  backdrop-filter: blur(10px);
}

.cart-panel__footer .button {
  width: 100%;
}

.cart-panel__softlock-message {
  background: rgba(0, 0, 0, 0.54);
  color: #fff;
  font-size: 13px;
  padding: 10px 14px;
  border-radius: 12px;
  text-align: center;
  margin: 0;
}

.cart-mobile-trigger {
  position: fixed;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom));
  z-index: 40;
  display: none;
  align-items: center;
  gap: 8px;
  min-height: 0;
  padding: 8px 8px 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.24);
  color: #ffffff;
  font-weight: 800;
}

.home-scroll-top-button {
  position: fixed;
  left: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom));
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.96);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.24);
  color: #ffffff;
}

.home-scroll-top-button:hover,
.home-scroll-top-button:focus-visible {
  transform: none;
  background: #111111;
}

.home-scroll-top-button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.92);
  outline-offset: 2px;
}

.home-scroll-top-button__icon {
  width: 18px;
  height: 18px;
}

.cart-mobile-trigger__icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.cart-mobile-trigger__amount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.scroll-locked-overlay {
  overscroll-behavior: contain;
}

.cart-overlay-shell,
.product-dialog-shell {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 16px;
}

.product-dialog-shell {
  z-index: 70;
  align-items: center;
  padding-top: 84px;
}

.cart-overlay-shell__backdrop,
.product-dialog__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.4);
}

.cart-overlay-shell__panel,
.product-dialog__panel {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
}

.product-dialog__panel {
  display: flex;
  flex-direction: column;
  min-height: 0;
  max-height: 100%;
  width: min(980px, 100%);
}

.product-dialog__surface {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px;
  max-height: calc(100vh - 100px);
  overflow: hidden;
  overscroll-behavior: contain;
}

.product-dialog__body {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  overscroll-behavior: contain;
  padding-right: 4px;
}

.product-dialog__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 20px;
  width: 100%;
  min-height: 0;
  align-items: start;
}

.product-dialog__layout--single {
  grid-template-columns: minmax(0, 1fr);
}

.product-dialog__summary-pane,
.product-dialog__groups {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 0;
}

.product-dialog__summary-pane {
  padding-right: 4px;
}

.product-dialog__summary-pane--media {
  padding-right: 0;
}

.product-dialog__image {
  width: min(100%, 36vw, 360px);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(241, 245, 249, 0.9),
    rgba(255, 255, 255, 0.52)
  );
}

.product-dialog__image-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.product-dialog__image-media.network-image--placeholder {
  background: #ffffff;
}

.product-dialog__product-copy {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.product-dialog__title {
  margin: 0;
  font-size: clamp(21px, 2.1vw, 27px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.product-dialog__description {
  margin: 0;
  color: var(--surface-muted);
  line-height: 1.65;
  white-space: pre-line;
}

.product-dialog__price {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.product-dialog__state,
.product-dialog__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.product-dialog__actions .button,
.product-dialog__actions .quantity-stepper {
  width: auto;
  max-width: 100%;
}

.product-dialog__actions--primary {
  margin-top: auto;
}

.product-dialog__actions--sticky {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: end;
  gap: 20px;
  margin-top: auto;
  padding-top: 18px;
}

.product-dialog__actions--sticky .button {
  width: min(100%, 248px);
  min-width: 0;
}

.product-dialog__actions--sticky .quantity-stepper {
  flex: 0 0 auto;
}

.product-dialog__purchase-card {
  grid-column: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-left: 0;
  padding: 14px 16px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}

.product-dialog__purchase-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.product-dialog__purchase-label,
.product-dialog__purchase-price {
  margin: 0;
}

.product-dialog__purchase-label {
  color: var(--surface-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-dialog__purchase-price {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
}

.product-dialog__purchase-action {
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
}

.product-dialog__purchase-action .button {
  width: min(100%, 220px);
}

.product-dialog__counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  font-size: 18px;
  font-weight: 800;
}

.product-dialog__groups-title,
.product-dialog__group-title {
  margin: 0;
  font-weight: 800;
}

.product-dialog__groups-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.product-dialog__group-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-dialog__group-card {
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
}

.product-dialog__group-card--invalid {
  border-color: rgba(173, 51, 38, 0.22);
  background: rgba(173, 51, 38, 0.04);
}

.product-dialog__group-head,
.product-dialog__modifier-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.product-dialog__group-meta,
.product-dialog__modifier-description {
  margin: 0;
  color: var(--surface-muted);
  line-height: 1.5;
}

.product-dialog__modifier-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-dialog__modifier-row {
  padding-top: 10px;
  border-top: 1px solid var(--border);
}

.product-dialog__modifier-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
}

.product-dialog__modifier-name,
.product-dialog__summary-value {
  margin: 0;
  font-weight: 800;
}

.product-dialog__modifier-price,
.product-dialog__summary-label {
  margin: 0;
  color: var(--surface-muted);
}

.product-dialog__modifier-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.product-dialog__stepper,
.product-dialog__modifier-stepper {
  flex-shrink: 0;
}

.product-dialog__counter-button,
.product-dialog__select {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--surface-contrast);
  font-weight: 700;
  cursor: pointer;
}

.product-dialog__counter-button[disabled] {
  cursor: not-allowed;
  opacity: 0.58;
}

.product-dialog__select--active {
  border-color: color-mix(in srgb, var(--accent) 18%, var(--border));
  background: var(--accent-soft);
  color: var(--accent);
}

.product-dialog__modifier-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.98);
  font-weight: 800;
}

.product-dialog__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), color-mix(in srgb, var(--accent) 4%, #ffffff));
}

.product-dialog__groups--empty {
  justify-content: space-between;
}

.profile-empty-state {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 2px 2px 0;
}

.profile-empty-state__title,
.profile-empty-state__text {
  margin: 0;
}

.profile-empty-state__title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.profile-empty-state__text {
  color: var(--surface-muted);
  font-size: 13px;
  line-height: 1.55;
}

.cart-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
}

.cart-item__row,
.cart-item__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cart-item__row {
  align-items: flex-start;
}

.cart-item__body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: 4px;
}

.cart-item__thumb {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
}

.cart-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item__image-fallback {
  color: var(--accent);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.cart-item__name {
  margin: 0;
  font-weight: 800;
}

.cart-item__meta {
  margin: 0;
  color: var(--surface-muted);
}

.cart-item__modifiers {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cart-item__modifier {
  margin: 0;
  color: var(--surface-muted);
  line-height: 1.45;
}

.cart-item__quantity {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.05);
  color: var(--surface-contrast);
  font-weight: 700;
}

.cart-item__actions {
  margin-top: 2px;
}

.cart-item__actions .button--quiet {
  padding-right: 2px;
}

.network-image {
  background:
    linear-gradient(180deg, rgba(241, 245, 249, 0.96), rgba(255, 255, 255, 0.6)),
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 8%, transparent), transparent);
}

.network-image-shell {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.network-image--preview,
.network-image--full {
  display: block;
}

.network-image--preview {
  position: absolute;
  inset: 0;
  filter: blur(10px);
  opacity: 1;
  transform: scale(1.04);
  transition: opacity 180ms ease;
}

.network-image--full {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 180ms ease;
}

.network-image-shell--loaded .network-image--preview {
  opacity: 0;
}

.network-image-shell--loaded .network-image--full {
  opacity: 1;
}

.network-image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 24px;
  color: rgba(34, 22, 18, 0.56);
  font-weight: 700;
  text-align: center;
}

.info-page-card {
  padding: var(--card-padding);
  line-height: 1.65;
}

.state-panel {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
}

.state-panel__title {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.state-panel__text {
  margin: 0;
  color: var(--surface-muted);
  line-height: 1.6;
}

.page-shell__body:has(> .bootstrap-screen:only-child) {
  min-height: calc(100dvh - var(--topbar-offset) * 2);
  justify-content: center;
}

.bootstrap-screen {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 24px;
  padding: 28px;
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--accent) 10%, transparent), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
}

.bootstrap-screen--simple {
  grid-template-columns: 1fr;
  max-width: 720px;
  margin: 0 auto;
  gap: 0;
  padding: 32px 30px;
}

.bootstrap-screen--error {
  border-color: rgba(173, 51, 38, 0.18);
}

.bootstrap-screen__copy,
.bootstrap-screen__rail {
  position: relative;
  z-index: 1;
}

.bootstrap-screen__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bootstrap-screen__title-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.bootstrap-screen__loader {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border: 3px solid rgba(15, 23, 42, 0.08);
  border-top-color: var(--accent);
  border-radius: 999px;
  animation: bootstrap-loader-spin 0.9s linear infinite;
}

.bootstrap-screen__badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bootstrap-screen__badge--error {
  background: rgba(173, 51, 38, 0.12);
  color: #8f2f24;
}

.bootstrap-screen__title {
  margin: 0;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.bootstrap-screen__text {
  max-width: 680px;
  margin: 0;
  color: var(--surface-muted);
  font-size: 16px;
  line-height: 1.7;
}

.bootstrap-screen--simple .bootstrap-screen__text {
  max-width: 560px;
}

.bootstrap-screen__details {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  color: #4b5563;
  font-family:
    ui-monospace, SFMono-Regular, SFMono-Regular, Consolas, "Liberation Mono",
    Menlo, monospace;
  font-size: 13px;
  line-height: 1.55;
  white-space: pre-wrap;
  word-break: break-word;
}

.bootstrap-screen__rail {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
}

.bootstrap-screen__rail-eyebrow {
  margin: 0;
  color: var(--surface-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bootstrap-screen__steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bootstrap-screen__step {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
}

.bootstrap-screen__step--current {
  border-color: color-mix(in srgb, var(--accent) 22%, var(--border));
  background: color-mix(in srgb, var(--accent) 8%, #ffffff);
}

.bootstrap-screen__step--done {
  border-color: rgba(63, 111, 72, 0.18);
  background: rgba(63, 111, 72, 0.08);
}

.bootstrap-screen__step--error {
  border-color: rgba(173, 51, 38, 0.22);
  background: rgba(173, 51, 38, 0.08);
}

.bootstrap-screen__step-marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  color: var(--surface-contrast);
  font-size: 12px;
  font-weight: 800;
}

.bootstrap-screen__step-marker--current {
  background: var(--accent-soft);
  color: var(--accent);
}

.bootstrap-screen__step-marker--done {
  background: rgba(63, 111, 72, 0.18);
  color: #36553c;
}

.bootstrap-screen__step-marker--error {
  background: rgba(173, 51, 38, 0.16);
  color: #8f2f24;
}

.bootstrap-screen__step-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bootstrap-screen__step-title,
.bootstrap-screen__step-text {
  margin: 0;
}

.bootstrap-screen__step-title {
  font-size: 15px;
  font-weight: 800;
}

.bootstrap-screen__step-text {
  color: var(--surface-muted);
  font-size: 14px;
  line-height: 1.55;
}

@keyframes bootstrap-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

.placeholder-note {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--surface-muted);
}

.app-nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.app-nav__link {
  padding: 0;
  border: none;
  background: none;
  color: var(--surface-contrast);
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.15s;
}

.app-nav__link:hover,
.app-nav__link:focus-visible {
  color: var(--accent);
}

.app-nav__link--active {
  color: var(--accent);
}

/* Mobile menu button */
.app-nav-menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  width: 54px;
  min-height: 54px;
  border: none;
  border-radius: 18px;
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  transition: background 0.15s, box-shadow 0.15s;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--accent) 20%, transparent);
}

.app-nav-menu-button:hover,
.app-nav-menu-button:focus-visible {
  background: color-mix(in srgb, var(--accent) 85%, #000000);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--accent) 28%, transparent);
}

/* Mobile menu dialog */
.app-nav-dialog {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.app-nav-dialog__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.4);
  border: none;
  cursor: pointer;
}

.app-nav-dialog__wrap {
  position: relative;
  z-index: 1;
}

.app-nav-dialog__chrome-button {
  position: absolute;
  top: -64px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: 50px;
  padding: 0;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: #ffffff;
  backdrop-filter: blur(16px);
  color: #111111;
  cursor: pointer;
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    transform 0.15s ease;
}

.app-nav-dialog__chrome-button:hover,
.app-nav-dialog__chrome-button:focus-visible {
  border-color: rgba(17, 17, 17, 0.12);
  background: #f4f4f4;
  transform: translateY(-1px);
}

.app-nav-dialog__chrome-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.app-nav-dialog__chrome-icon svg {
  width: 24px;
  height: 24px;
}

.app-nav-dialog__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: min(380px, calc(100vw - 36px));
  max-height: calc(100dvh - 120px);
  overflow-y: auto;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.18);
}

.app-nav-dialog__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.app-nav-dialog__group-title {
  padding: 0 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--surface-muted);
}

.app-nav-dialog__pages,
.app-nav-dialog__phones {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.app-nav-dialog__pages .app-nav__link,
.app-nav-dialog__phone-item {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--surface-contrast);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.15s, background 0.15s, border-color 0.15s, box-shadow 0.15s;
}

.app-nav-dialog__phone-item {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.app-nav-dialog__pages .app-nav__link:hover,
.app-nav-dialog__phone-item:hover {
  background: rgba(15, 23, 42, 0.04);
}

.app-nav-dialog__pages .app-nav__link--active {
  border-color: color-mix(in srgb, var(--accent) 18%, var(--border));
  background: var(--accent);
  color: #ffffff;
  box-shadow: 0 12px 24px color-mix(in srgb, var(--accent) 16%, transparent);
}

.app-nav-dialog__pages .app-nav__link--active:hover {
  background: var(--accent);
  color: #ffffff;
}

.app-nav-dialog__phone-label {
  color: var(--surface-muted);
  font-size: 13px;
  font-weight: 400;
}

.app-nav-dialog__footer {
  padding: 4px 18px 2px;
}

.app-nav-dialog__info {
  font-size: 13px;
  font-weight: 500;
  color: var(--surface-muted);
}

.profile-menu-button {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 150px;
  min-height: 46px;
  padding: 10px 16px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--surface-contrast);
  gap: 2px;
  text-align: left;
}

.profile-menu-button--icon-only {
  align-items: center;
  justify-content: center;
  min-width: 54px;
  width: 54px;
  min-height: 54px;
  padding: 0;
  border-radius: 18px;
}

.profile-menu-button--active {
  border-color: color-mix(in srgb, var(--accent) 18%, var(--border));
  background: var(--accent-soft);
  color: var(--accent);
}

.profile-menu-button__icon-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.profile-menu-button__icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.profile-menu-button__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.72;
}

.profile-menu-button__value {
  font-size: 15px;
  font-weight: 800;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.field__control {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.field__label {
  color: var(--surface-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.field__input,
.field__textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--surface-contrast);
  font: inherit;
}

.field__textarea {
  min-height: 104px;
  padding: 14px;
  resize: vertical;
}

.checkout-select {
  box-sizing: border-box;
  height: 44px;
  min-height: 44px;
  padding-left: 18px;
  padding-right: 44px;
  border-width: 1.4px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(250, 250, 250, 0.98));
  font-size: 16px;
  font-weight: 650;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.checkout-select:focus {
  border-color: color-mix(in srgb, var(--accent) 52%, var(--border));
  box-shadow:
    0 0 0 3px color-mix(in srgb, var(--accent) 14%, transparent),
    0 10px 26px rgba(15, 23, 42, 0.08);
}

.field__input:focus,
.field__textarea:focus {
  outline: 2px solid color-mix(in srgb, var(--accent) 18%, transparent);
  border-color: color-mix(in srgb, var(--accent) 42%, var(--border));
}

.field__hint {
  color: var(--surface-muted);
  font-size: 12px;
  line-height: 1.5;
}

.field__hint--error {
  color: #8f2f24;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: var(--layout-gap);
}

.checkout-main,
.checkout-aside {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.checkout-aside--blocked {
  pointer-events: none;
  user-select: none;
}

.checkout-aside--blocked .checkout-section {
  opacity: 0.72;
}

.checkout-section,
.profile-section {
  padding: 22px;
}

.profile-section {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.profile-section--auth {
  padding: 22px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.06);
}

.profile-section--footer {
  margin-top: auto;
}

.profile-section--history-entry {
  margin-top: 8px;
}

.profile-section .section-title {
  margin: 0;
  font-size: 18px;
  letter-spacing: -0.025em;
}

.checkout-section__header,
.profile-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.checkout-section__header-actions,
.profile-section__header-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.checkout-section__status,
.profile-section__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  color: var(--surface-muted);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.checkout-section__status-spinner,
.profile-section__status-spinner {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(15, 23, 42, 0.12);
  border-top-color: var(--accent);
  border-radius: 999px;
  animation: bootstrap-loader-spin 0.9s linear infinite;
}

.checkout-section__status-label,
.profile-section__status-label {
  line-height: 1;
}

.checkout-section__body,
.profile-section__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

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

.checkout-summary {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.readiness-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
}

.readiness-card__title {
  margin: 0;
  font-weight: 800;
}

.readiness-card__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.readiness-card__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 16px;
  background: rgba(248, 250, 252, 0.98);
}

.readiness-card__marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  color: var(--surface-contrast);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.readiness-card__marker--done {
  background: rgba(63, 111, 72, 0.16);
  color: #36553c;
}

.readiness-card__marker--pending {
  background: rgba(245, 158, 11, 0.14);
  color: #9a6700;
}

.readiness-card__marker--error {
  background: rgba(173, 51, 38, 0.16);
  color: #8f2f24;
}

.readiness-card__marker--note {
  background: rgba(53, 82, 59, 0.12);
  color: #35523b;
}

.readiness-card__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.readiness-card__item-title,
.readiness-card__item-text {
  margin: 0;
}

.readiness-card__item-title {
  font-weight: 800;
}

.readiness-card__item-text {
  color: var(--surface-muted);
  line-height: 1.55;
}

.checkout-summary__row,
.profile-card__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.checkout-summary__label,
.profile-card__label {
  color: var(--surface-muted);
}

.checkout-summary__value,
.profile-card__value {
  font-weight: 800;
  text-align: right;
}

.checkout-summary__value--discount {
  color: #36553c;
}

.checkout-submit {
  margin-top: 6px;
}

.checkout-submit .button {
  width: 100%;
}

.checkout-messages {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 16px;
  border: 1px solid color-mix(in srgb, var(--border) 80%, white 20%);
  border-radius: 18px;
  background: rgba(243, 244, 246, 0.96);
  box-shadow: 0 10px 24px rgba(25, 33, 52, 0.06);
}

.checkout-messages__item {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--surface-contrast);
  line-height: 1.5;
}

.checkout-pay-online {
  display: flex;
  justify-content: flex-start;
}

.inline-notice {
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
}

.inline-notice--success {
  background: rgba(63, 111, 72, 0.08);
  border-color: rgba(63, 111, 72, 0.18);
}

.inline-notice--error {
  background: rgba(173, 51, 38, 0.08);
  border-color: rgba(173, 51, 38, 0.18);
}

.softlock-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: rgba(0, 0, 0, 0.54);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-radius: 12px;
  color: #fff;
  margin: 8px 0;
}

.softlock-banner__text {
  flex: 1;
  font-size: 14px;
  line-height: 1.4;
}

.softlock-banner__refresh {
  all: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #fff;
  opacity: 0.9;
  transition: opacity 0.15s;
}

.softlock-banner__refresh:hover {
  opacity: 1;
}

.softlock-spinner {
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: softlock-spin 0.7s linear infinite;
}

@keyframes softlock-spin {
  to { transform: rotate(360deg); }
}

.inline-notice--lock {
  background: #000;
  border-color: #000;
  color: #fff;
  text-align: center;
}

.inline-notice--lock .inline-notice__text {
  color: #fff;
}

.inline-notice__title,
.profile-card__title {
  margin: 0 0 6px;
  font-weight: 800;
}

.profile-section .inline-notice__title,
.profile-section .profile-card__title {
  font-size: 15px;
  line-height: 1.35;
}

.inline-notice__text,
.profile-card__meta {
  margin: 0;
  color: var(--surface-muted);
  line-height: 1.55;
}

.profile-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.profile-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
}

.profile-action-deck {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.profile-action-deck > * + * {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.profile-action-tile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 16px 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    background 160ms ease,
    color 160ms ease;
}

.profile-action-tile:hover,
.profile-action-tile:focus-visible {
  outline: none;
  background: rgba(255, 255, 255, 0.72);
}

.profile-action-tile__copy {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.profile-action-tile__title {
  margin: 0;
  font-weight: 800;
}

.profile-action-tile__text {
  margin: 0;
  color: var(--surface-muted);
  line-height: 1.5;
}

.profile-action-tile__chevron,
.profile-action-tile__state {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  color: var(--surface-contrast);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.profile-action-tile__chevron {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.profile-action-tile__chevron-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.profile-action-tile__state {
  padding: 0 12px;
}

.profile-loyalty {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.profile-loyalty__viewport {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.profile-loyalty__viewport::-webkit-scrollbar {
  display: none;
}

.profile-loyalty__page {
  display: flex;
  flex: 0 0 100%;
  min-width: 100%;
  scroll-snap-align: start;
}

.profile-loyalty__card {
  display: flex;
  width: min(100%, 640px);
  margin: 0;
  flex-direction: column;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--surface-contrast);
}

.profile-loyalty__summary {
  display: flex;
  align-items: center;
  gap: 18px;
}

.profile-loyalty__details {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
}

.profile-loyalty__eyebrow {
  color: var(--surface-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.profile-loyalty__qr-frame {
  display: flex;
  width: min(100%, 184px);
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
  background: #ffffff;
  color: #111827;
}

.profile-loyalty__qr {
  display: block;
  width: 100%;
  height: 100%;
}

.profile-loyalty__number {
  margin: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.profile-loyalty__hint {
  margin: 0;
  color: var(--surface-muted);
  font-size: 13px;
  line-height: 1.5;
}

.profile-loyalty__switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.profile-loyalty__switcher-button {
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--surface-muted);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.profile-loyalty__switcher-button--active {
  border-color: color-mix(in srgb, var(--accent) 28%, var(--border));
  background: color-mix(in srgb, var(--accent) 8%, #ffffff);
  color: var(--surface-contrast);
}

.profile-loyalty__pager {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.profile-loyalty__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.14);
}

.profile-loyalty__dot--active {
  width: 22px;
  background: color-mix(in srgb, var(--accent) 72%, #ffffff);
}

.profile-loyalty__wallets {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 2px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.profile-loyalty__wallet-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
}

.profile-loyalty__wallet-row + .profile-loyalty__wallet-row {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.profile-loyalty__wallet-label {
  color: var(--surface-muted);
}

.profile-loyalty__wallet-value {
  font-weight: 800;
  text-align: right;
}

.profile-toolbar-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 4px 12px 4px 4px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--surface-contrast);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.profile-toolbar-button:hover,
.profile-toolbar-button:focus-visible {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(15, 23, 42, 0.12);
  background: #ffffff;
}

.profile-toolbar-button[disabled] {
  cursor: not-allowed;
  opacity: 0.58;
}

.profile-toolbar-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #f3f4f6;
  color: var(--surface-contrast);
  font-size: 15px;
  line-height: 1;
}

.profile-toolbar-button__label {
  white-space: nowrap;
}

.profile-toolbar-button--back {
  padding-right: 14px;
}

.profile-toolbar-button--back .profile-toolbar-button__icon {
  font-size: 22px;
  font-weight: 500;
}

.profile-subpage-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.profile-subpage-header__title {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.profile-completion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.profile-completion__text {
  margin: 0;
  color: var(--surface-muted);
  line-height: 1.6;
}

.profile-completion__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.profile-footer-actions {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.profile-danger-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 56px;
  padding: 10px 16px;
  border: 1px solid rgba(220, 38, 38, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  color: #c62828;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.profile-danger-row:hover,
.profile-danger-row:focus-visible {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(220, 38, 38, 0.18);
  background: rgba(220, 38, 38, 0.04);
}

.profile-danger-row[disabled] {
  cursor: not-allowed;
  opacity: 0.58;
}

.profile-danger-row__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(220, 38, 38, 0.12);
  color: inherit;
  font-size: 17px;
  line-height: 1;
}

.profile-danger-row__label {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.profile-danger-row__chevron {
  color: rgba(198, 40, 40, 0.72);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

.profile-footer-actions .button,
.profile-card__actions .button {
  min-height: 38px;
  padding: 0 14px;
  font-size: 13px;
}

.profile-card__actions .button {
  width: auto;
}

@media (max-width: 860px) {
  .profile-section__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .profile-action-tile {
    align-items: flex-start;
    flex-direction: column;
  }

  .profile-section--history-entry .profile-action-tile {
    flex-direction: row;
    align-items: center;
  }

  .profile-loyalty__card {
    width: 100%;
  }

  .profile-loyalty__summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .profile-completion__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .profile-loyalty__card {
    padding: 16px;
  }

  .profile-loyalty__qr-frame {
    width: min(100%, 160px);
    padding: 8px;
    border-radius: 16px;
  }

  .profile-loyalty__number {
    font-size: 16px;
    letter-spacing: 0.04em;
  }

  .profile-action-tile {
    padding: 14px 0;
  }

  .profile-toolbar-button {
    min-height: 36px;
    padding-right: 10px;
  }

  .profile-danger-row {
    min-height: 52px;
    padding: 10px 14px;
  }

  .profile-danger-row__icon {
    width: 30px;
    height: 30px;
  }

  .profile-toolbar-button__icon {
    width: 26px;
    height: 26px;
  }

  .profile-action-tile__state,
  .profile-action-tile__chevron {
    min-height: 32px;
  }

  .profile-subpage-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .profile-completion__grid {
    grid-template-columns: 1fr;
  }
}

.status-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.14);
  color: #9a6700;
  font-size: 12px;
  font-weight: 800;
}

.status-chip--success {
  background: rgba(63, 111, 72, 0.14);
  color: #36553c;
}

.status-chip--error {
  background: rgba(173, 51, 38, 0.14);
  color: #8f2f24;
}

.cart-panel__checkout-link {
  width: 100%;
}

.profile-card__items,
.profile-card__modifiers {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.profile-card__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid var(--border);
}

.profile-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.auth-panel__phone {
  margin: 0;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.auth-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.auth-panel__step-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.auth-panel__step-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.auth-panel__step-title {
  margin: 0;
  font-size: clamp(15px, 1.7vw, 17px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.auth-panel .app-dialog {
  margin: 0;
  padding: 18px;
}

.auth-panel__hero {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.auth-panel__eyebrow {
  margin: 0;
  color: var(--surface-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.auth-panel__title {
  margin: 0;
  font-size: clamp(15px, 1.7vw, 17px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.auth-panel__text,
.auth-panel__hint {
  margin: 0;
  color: var(--surface-muted);
  font-size: 13px;
  line-height: 1.55;
}

.auth-panel__inline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.auth-panel__inline .button {
  min-width: 116px;
}

.auth-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.auth-panel__call-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.auth-panel__call-button {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid rgba(22, 163, 74, 0.26);
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.08);
  color: #15803d;
  text-decoration: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.auth-panel__call-button:hover,
.auth-panel__call-button:focus-visible {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(22, 163, 74, 0.36);
  background: rgba(22, 163, 74, 0.14);
  box-shadow: 0 10px 24px rgba(22, 163, 74, 0.14);
}

.auth-panel__copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--surface-contrast);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.auth-panel__copy-button:hover,
.auth-panel__copy-button:focus-visible {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(15, 23, 42, 0.12);
  background: #ffffff;
}

.auth-panel__copy-button--done {
  border-color: rgba(22, 163, 74, 0.24);
  background: rgba(22, 163, 74, 0.08);
  color: #166534;
}

.auth-panel__copy-icon {
  font-size: 15px;
  line-height: 1;
}

.auth-panel__copy-label {
  white-space: nowrap;
}

@media (max-width: 480px) {
  .auth-panel__call-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .auth-panel__call-button {
    width: 100%;
    min-height: 50px;
    padding: 0 20px;
    font-size: 18px;
  }

  .auth-panel__copy-button {
    width: 100%;
  }
}

.auth-panel__loading {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.auth-panel__spinner {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border: 3px solid rgba(15, 23, 42, 0.08);
  border-top-color: var(--accent);
  border-radius: 999px;
  animation: bootstrap-loader-spin 0.9s linear infinite;
}

.auth-panel__loading-copy {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 6px;
}

.auth-panel__loading-copy .auth-panel__notice-title,
.auth-panel__loading-copy .auth-panel__notice-text {
  margin: 0;
}

.auth-panel__notice {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.auth-panel__notice--success,
.auth-panel__notice--error {
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 16px;
}

.auth-panel__notice--success {
  background: rgba(63, 111, 72, 0.08);
  border-color: rgba(63, 111, 72, 0.18);
}

.auth-panel__notice--error {
  background: rgba(173, 51, 38, 0.08);
  border-color: rgba(173, 51, 38, 0.18);
}

.auth-panel__notice-title,
.auth-panel__notice-text {
  margin: 0;
}

.auth-panel__notice-title {
  font-weight: 800;
  line-height: 1.35;
}

.auth-panel__notice-text {
  color: var(--surface-muted);
  line-height: 1.55;
}

.auth-panel__overlay {
  position: absolute;
  inset: -12px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-panel__overlay-backdrop {
  position: absolute;
  inset: 0;
  border: none;
  border-radius: 24px;
  background: rgba(15, 23, 42, 0.22);
  cursor: pointer;
}

.auth-panel__alert {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
}

@media (max-width: 720px) {
  .auth-panel__inline {
    grid-template-columns: minmax(0, 1fr);
  }

  .auth-panel__inline .button {
    width: 100%;
  }

  .auth-panel__step-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .auth-panel__overlay {
    inset: -8px;
  }
}

.profile-dialog-shell {
  position: fixed;
  inset: 0;
  z-index: 82;
  display: flex;
  height: 100dvh;
  align-items: stretch;
  justify-content: flex-end;
  overflow: hidden;
}

.profile-dialog__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.48);
}

.profile-dialog__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(560px, 100vw);
  height: 100dvh;
  max-height: none;
  padding: 24px 22px 22px;
  overflow: hidden;
  border-radius: 28px 0 0 28px;
  border-right: none;
  box-shadow: -24px 0 64px rgba(15, 23, 42, 0.16);
  animation: profile-drawer-in 220ms ease;
}

.profile-dialog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.profile-dialog__copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.profile-dialog__title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.profile-dialog__copy .section-text {
  font-size: 13px;
  line-height: 1.5;
}

.profile-dialog__body {
  min-height: 0;
  flex: 1;
  overflow: auto;
  padding-right: 2px;
}

.profile-dialog__close {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid color-mix(in srgb, var(--accent) 14%, var(--border));
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--surface-contrast);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.04);
}

.profile-dialog__close:hover,
.profile-dialog__close:focus-visible {
  border-color: color-mix(in srgb, var(--accent) 24%, var(--border));
  background: color-mix(in srgb, var(--accent) 4%, #ffffff);
  color: var(--accent);
}

.profile-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 100%;
}

.profile-dialog__body > .profile-layout {
  min-height: 100%;
}

.page-shell__body > .profile-layout {
  min-height: calc(100dvh - var(--topbar-offset) - 280px);
}

@keyframes profile-drawer-in {
  from {
    opacity: 0;
    transform: translateX(28px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 1240px) {
  .menu-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1240px) {
  .home-layout--sidebar {
    grid-template-columns: clamp(176px, 16vw, 204px) minmax(0, 1.72fr) minmax(220px, 0.72fr);
  }
}

@media (max-width: 1120px) {
  .home-layout {
    grid-template-columns: minmax(0, 1.72fr) minmax(240px, 0.82fr);
  }

  .home-layout--sidebar {
    grid-template-columns: clamp(168px, 16vw, 188px) minmax(0, 1.72fr) minmax(220px, 0.82fr);
  }

  .integration-topbar-brand {
    gap: 14px;
  }

  .integration-topbar-brand__title {
    max-width: min(24vw, 220px);
    font-size: 15px;
  }

  .integration-switcher {
    flex-basis: 300px;
    max-width: 360px;
  }

  .integration-switcher__trigger {
    min-height: 46px;
    padding: 8px 12px;
  }

  .integration-switcher__label {
    font-size: 14px;
  }

  .topbar-contact__divider {
    margin: 0 10px;
  }

  .topbar-contact__content {
    gap: 14px;
  }

  .topbar-hours__label {
    font-size: 12px;
  }

  .topbar-hours__value {
    font-size: 10px;
  }

  .promo-card {
    flex-basis: 400px;
    min-width: 400px;
  }

  .cart-panel__summary-value {
    font-size: 26px;
  }

  .page-shell__topbar-inner .button,
  .page-shell__topbar-inner .profile-menu-button,
  .page-shell__topbar-inner .topbar-phone-button {
    min-height: 40px;
  }

  .page-shell__topbar-inner .profile-menu-button--icon-only,
  .app-nav-menu-button {
    min-width: 50px;
    width: 50px;
    min-height: 50px;
  }

  .page-shell__topbar-inner .topbar-phone-button {
    min-width: 50px;
    width: 50px;
  }
}

@media (max-width: 960px) {
  :root {
    --topbar-offset: 72px;
    --content-sticky-offset: 92px;
    --section-scroll-offset: 160px;
  }

  .bootstrap-screen {
    grid-template-columns: 1fr;
  }

  .bootstrap-screen--simple {
    padding: 28px 24px;
  }

  .page-shell__topbar-inner {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .integration-topbar-brand {
    width: auto;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 12px;
  }

  .integration-topbar-brand__identity {
    min-width: 0;
    flex: 1 1 auto;
  }

  .integration-topbar-brand__home-link {
    min-width: 0;
    flex: 1 1 auto;
  }

  .integration-topbar-brand__title {
    display: block;
    max-width: clamp(120px, 28vw, 220px);
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .page-shell__topbar-actions {
    width: auto;
    margin-left: auto;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 8px;
  }

  .integration-switcher {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
    max-width: min(38vw, 240px);
  }

  .integration-switcher__menu {
    width: 100%;
  }

  .topbar-contact {
    display: flex;
  }

  .topbar-contact__content {
    gap: 10px;
  }

  .topbar-contact__content--fallback {
    gap: 20px;
  }

  .topbar-contact__content--fallback .button {
    min-height: 38px;
    padding: 0 18px;
    font-size: 13px;
  }

  .topbar-hours__label {
    font-size: 12px;
  }

  .topbar-hours__value {
    font-size: 10px;
  }

  .menu-sticky-group {
    position: sticky;
    top: var(--topbar-offset);
    margin-top: calc(-1 * var(--layout-gap));
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    z-index: 18;
  }


  .menu-sticky-group .softlock-banner {
    margin: 0;
    border-radius: 0;
  }

  .menu-nav-shell {
    z-index: 1;
  }

  .menu-nav {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-left: max(12px, calc(var(--page-inline) / 2));
    padding-right: max(12px, calc(var(--page-inline) / 2));
  }

  .home-layout {
    grid-template-columns: 1fr;
  }

  .home-layout--sidebar {
    grid-template-columns: 1fr;
  }

  .home-sidebar {
    display: none;
  }

  .integration-hero {
    grid-template-columns: 1fr;
  }

  .integration-hero__media {
    min-height: 184px;
  }

  .promo-card {
    flex-basis: 360px;
    min-width: 360px;
  }

  .promo-detail-shell {
    align-items: flex-end;
    padding: 16px 12px 72px;
  }

  .promo-detail__panel {
    display: flex;
    align-items: flex-end;
    width: min(640px, 100%);
    min-height: 0;
    max-height: calc(100dvh - 88px);
  }

  .promo-detail__surface {
    width: 100%;
    min-height: 0;
    max-height: calc(100dvh - 156px);
    border-radius: 28px 28px 0 0;
  }

  .promo-detail__body,
  .integration-info__hero {
    grid-template-columns: 1fr;
  }

  .promo-detail__media {
    min-height: min(34vh, 300px);
    padding: 0;
  }

  .promo-detail__chrome-button--prev,
  .promo-detail__chrome-button--next {
    top: auto;
    bottom: -62px;
    left: 50%;
    right: auto;
  }

  .promo-detail__chrome--nav-pair .promo-detail__chrome-button--prev {
    transform: translateX(calc(-100% - 8px));
  }

  .promo-detail__chrome--nav-pair .promo-detail__chrome-button--next {
    transform: translateX(8px);
  }

  .promo-detail__chrome--nav-pair .promo-detail__chrome-button--prev:hover,
  .promo-detail__chrome--nav-pair .promo-detail__chrome-button--prev:focus-visible {
    transform: translateX(calc(-100% - 8px)) translateY(-1px);
  }

  .promo-detail__chrome--nav-pair .promo-detail__chrome-button--next:hover,
  .promo-detail__chrome--nav-pair .promo-detail__chrome-button--next:focus-visible {
    transform: translateX(8px) translateY(-1px);
  }

  .promo-detail__chrome--nav-prev-only .promo-detail__chrome-button--prev,
  .promo-detail__chrome--nav-next-only .promo-detail__chrome-button--next {
    transform: translateX(-50%);
  }

  .promo-detail__chrome--nav-prev-only .promo-detail__chrome-button--prev:hover,
  .promo-detail__chrome--nav-prev-only .promo-detail__chrome-button--prev:focus-visible,
  .promo-detail__chrome--nav-next-only .promo-detail__chrome-button--next:hover,
  .promo-detail__chrome--nav-next-only .promo-detail__chrome-button--next:focus-visible {
    transform: translateX(-50%) translateY(-1px);
  }

  .cart-overlay-shell {
    height: 100dvh;
    overflow: hidden;
    padding: 0;
  }

  .cart-panel {
    position: static;
  }

  .home-aside--desktop {
    display: none;
  }

  .cart-mobile-trigger {
    display: inline-flex;
  }

  .cart-overlay-shell__panel {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 0;
    padding-top: calc(env(safe-area-inset-top) + 8px);
    max-height: none;
  }

  .cart-panel--compact {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: 100%;
    border-radius: 24px 24px 0 0;
    gap: 10px;
    padding: 18px 16px calc(14px + env(safe-area-inset-bottom));
    padding-bottom: calc(var(--card-padding) + env(safe-area-inset-bottom));
  }

  .cart-panel--compact .cart-panel__header {
    align-items: flex-start;
    gap: 12px;
  }

  .cart-panel--compact .cart-panel__header-actions {
    gap: 8px;
  }

  .cart-panel--compact .cart-items {
    flex: 1 1 auto;
    gap: 10px;
    min-height: 0;
    overflow: auto;
    padding-right: 0;
  }

  .cart-panel--compact .cart-panel__footer {
    position: relative;
    bottom: auto;
    margin-top: 0;
    flex-shrink: 0;
    gap: 10px;
    padding-top: 12px;
  }

  .cart-panel--compact .cart-item {
    gap: 10px;
    padding: 14px;
    border-radius: 16px;
  }

  .cart-panel--compact .cart-panel__summary {
    padding: 14px 16px;
    border-radius: 16px;
  }

  .cart-panel--compact::before {
    content: none;
  }

  .checkout-dialog-overlay--sheet {
    padding: 0;
  }

  .checkout-dialog-overlay__surface--sheet {
    width: 100%;
    max-width: none;
  }

  .checkout-success-sheet {
    border-radius: 24px 24px 0 0;
  }

  .checkout-success-sheet__body {
    padding: 22px 18px 16px;
  }

  .checkout-success-sheet__footer {
    padding: 10px 18px calc(18px + env(safe-area-inset-bottom));
  }

  .product-dialog__layout {
    grid-template-columns: 1fr;
  }

  .product-dialog-shell {
    height: 100dvh;
    align-items: flex-end;
    padding: calc(48px + env(safe-area-inset-top)) 12px 0;
  }

  .product-dialog__panel {
    display: flex;
    align-items: stretch;
    width: min(700px, 100%);
    min-height: 0;
    max-height: 100dvh;
  }

  .product-dialog__surface {
    max-height: min(820px, calc(100dvh - env(safe-area-inset-top) - 72px));
    padding: 20px 18px 18px;
    border-radius: 28px 28px 0 0;
  }

  .product-dialog__chrome-button {
    top: -68px;
    right: 0;
    min-height: 56px;
    width: 56px;
  }

  .product-dialog__chrome-icon,
  .product-dialog__chrome-icon svg {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .product-dialog__body {
    padding-right: 0;
    padding-bottom: 12px;
  }

  .product-dialog__image {
    width: 100%;
    max-height: min(40vh, 320px);
    padding-bottom: 12px;
  }

  .product-dialog__title {
    font-size: clamp(20px, 3.4vw, 24px);
  }

  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .site-footer__main {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .site-footer__bottom {
    align-items: center;
    flex-direction: column;
  }

  .profile-dialog__panel {
    width: min(440px, 100vw);
    height: 100dvh;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .promo-card {
    flex-basis: 328px;
    min-width: 328px;
  }

  .checkout-section__body,
  .profile-section__body {
    gap: 14px;
  }

  .profile-grid {
    grid-template-columns: 1fr;
  }

  .menu-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .checkout-summary__label,
  .checkout-summary__value,
  .profile-card__label,
  .profile-card__value {
    font-size: 14px;
  }

  .cart-mobile-trigger {
    left: auto;
    right: 16px;
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .promo-card {
    flex-basis: 304px;
    min-width: 304px;
  }

  .menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-item__content {
    gap: 8px;
    padding: 13px 13px 14px;
  }

  .menu-item__price {
    font-size: 18px;
  }

  .menu-item__title {
    font-size: 13px;
  }

  .product-dialog__panel {
    width: min(640px, 100%);
  }

  .profile-dialog__panel {
    width: min(420px, 100vw);
  }
}

@media (max-width: 640px) {
  :root {
    --topbar-offset: 72px;
    --content-sticky-offset: 92px;
    --section-scroll-offset: 160px;
  }

  .bootstrap-screen {
    padding: 18px;
  }

  .bootstrap-screen--simple {
    padding: 24px 18px;
  }

  .bootstrap-screen__rail,
  .bootstrap-screen__step {
    padding: 14px;
  }

  .page-shell {
    padding-top: calc(var(--topbar-offset) + 12px);
  }

  .page-shell__topbar-inner {
    position: static;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    padding-right: 0;
  }

  .integration-topbar-brand {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    width: auto;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    gap: 8px 10px;
  }

  .integration-topbar-brand__identity,
  .integration-topbar-brand__home-link {
    width: auto;
    flex: 0 0 auto;
  }

  .integration-topbar-brand__logo-wrap {
    flex: 0 0 auto;
  }

  .integration-topbar-brand__logo {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .integration-topbar-brand__title {
    display: block;
    max-width: clamp(110px, 42vw, 190px);
    font-size: 15px;
  }

  .integration-switcher {
    width: 100%;
    min-width: 0;
    flex: 1 1 auto;
    max-width: none;
  }

  .integration-switcher__trigger {
    align-items: center;
    min-height: 48px;
    padding: 8px 12px;
  }

  .integration-switcher__label {
    display: -webkit-box;
    white-space: normal;
    line-height: 1.15;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .integration-switcher__icon {
    margin-top: 0;
  }

  .page-shell__topbar-actions {
    position: static;
    display: flex;
    width: auto;
    align-items: center;
    gap: 8px;
  }

  .topbar-contact {
    display: flex;
  }

  .topbar-contact__content {
    gap: 8px;
  }

  .topbar-contact__content--fallback {
    gap: 18px;
  }

  .topbar-contact__content--fallback .button {
    min-height: 36px;
    padding: 0 16px;
    font-size: 13px;
  }

  .topbar-hours__label {
    max-width: 120px;
    font-size: 11px;
  }

  .topbar-hours__value {
    max-width: 120px;
    font-size: 10px;
  }

  .topbar-phone-dialog {
    padding: 16px;
  }

  .page-shell__topbar-inner .profile-menu-button--icon-only,
  .app-nav-menu-button {
    min-width: 44px;
    width: 44px;
    min-height: 44px;
  }

  .page-shell__topbar-inner .topbar-phone-button {
    min-width: 44px;
    width: 44px;
    min-height: 44px;
  }

  .section-title {
    font-size: 19px;
  }

  .profile-section .section-title {
    font-size: 17px;
  }

  .readiness-card {
    gap: 10px;
    padding: 14px;
  }

  .readiness-card__item {
    gap: 10px;
    padding: 11px;
  }

  .profile-card {
    gap: 10px;
    padding: 14px;
  }

  .auth-panel__hero {
    gap: 12px;
    padding: 14px;
  }

  .auth-panel__phone {
    font-size: clamp(22px, 5vw, 28px);
  }

  .auth-panel__title {
    font-size: 15px;
  }

  .cart-mobile-trigger {
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    left: auto;
    padding: 8px 8px 8px 14px;
  }

  .promo-detail-shell,
  .integration-info-shell {
    padding: 10px 10px 72px;
    gap: 8px;
  }

  .footer-page-shell {
    padding: 78px 10px 10px;
  }

  .promo-detail__panel {
    width: 100%;
  }

  .promo-detail__surface {
    min-height: 0;
    max-height: calc(100dvh - 152px);
  }

  .promo-card {
    flex-basis: 292px;
    min-width: 292px;
  }

  .promo-detail__content,
  .integration-info__hero-copy,
  .integration-info__scroll {
    padding: 16px;
  }

  .promo-detail__media {
    min-height: min(30vh, 240px);
    padding: 0;
  }

  .promo-detail__chrome-button {
    min-height: 52px;
    width: 52px;
  }

  .promo-detail__actions .button {
    width: 100%;
  }

  .footer-page__chrome-button {
    top: -68px;
  }

  .page-shell__intro,
  .integration-hero,
  .card--section,
  .cart-panel,
  .checkout-section,
  .profile-section,
  .footer-page__panel {
    padding: 18px;
  }

  .menu-section__header {
    padding: 12px 16px;
    border-radius: 16px;
  }

  .menu-grid {
    gap: 12px;
  }

  .menu-item {
    padding: 12px;
    border-radius: 28px;
  }

  .menu-item__preview {
    overflow: hidden;
    border-radius: 18px;
  }

  .menu-item__media {
    border-radius: 18px;
    aspect-ratio: 1;
  }

  .menu-item__badge--overlay {
    top: 10px;
    left: 10px;
  }

  .menu-item__content {
    gap: 8px;
    padding: 8px 0 0;
  }

  .menu-item__price {
    font-size: 16px;
  }

  .menu-item__title {
    font-size: 13px;
    line-height: 1.25;
  }

  .menu-item__footer {
    gap: 10px;
  }

  .profile-dialog__panel {
    width: 100vw;
    height: 100dvh;
    padding: calc(20px + env(safe-area-inset-top)) 18px
      calc(18px + env(safe-area-inset-bottom));
    border-radius: 0;
    box-shadow: none;
  }

  .profile-dialog__close {
    min-height: 34px;
    font-size: 13px;
  }

  .profile-dialog__body {
    padding-right: 0;
  }

  .page-shell__title {
    font-size: clamp(24px, 6vw, 30px);
  }

  .integration-card--media {
    min-height: 320px;
  }

  .integration-card__media {
    min-height: 164px;
  }

  .integration-card__content {
    padding: 18px;
  }

  .integration-card__title {
    font-size: 22px;
  }

  .integration-card__action {
    padding: 12px 13px;
  }

  .integration-card--basic .integration-card__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .integration-card--basic .integration-card__copy {
    width: 100%;
  }

  .integration-card--basic .integration-card__action {
    width: 100%;
    min-width: 0;
  }
  .menu-item {
    max-width: none;
  }

  .product-dialog__panel {
    width: 100%;
  }

  .product-dialog__surface {
    max-height: calc(100dvh - env(safe-area-inset-top) - 72px);
    padding: 14px 12px 12px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
  }

  .product-dialog__body {
    display: block;
  }

  .product-dialog__summary-pane,
  .product-dialog__groups {
    flex: 0 0 auto;
    gap: 12px;
    min-height: auto;
    width: 100%;
    overflow: visible;
  }

  .product-dialog__layout {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .product-dialog__summary-pane {
    padding-right: 0;
  }

  .product-dialog__groups {
    padding-top: 4px;
  }

  .product-dialog__group-stack {
    width: 100%;
    padding-right: 0;
  }

  .product-dialog__image {
    max-height: min(34vh, 236px);
    border-radius: 18px;
  }

  .product-dialog__product-copy {
    gap: 10px;
  }

  .product-dialog__title {
    font-size: clamp(18px, 5vw, 21px);
    line-height: 1.08;
  }

  .product-dialog__description {
    font-size: 14px;
    line-height: 1.55;
  }

  .product-dialog__price {
    font-size: 24px;
  }

  .product-dialog__state {
    gap: 8px;
  }

  .product-dialog__groups-head {
    gap: 4px;
    padding-top: 12px;
  }

  .product-dialog__groups-title {
    font-size: 16px;
  }

  .product-dialog__group-card {
    padding: 12px;
    border-radius: 14px;
  }

  .product-dialog__modifier-list {
    gap: 8px;
  }

  .product-dialog__group-head,
  .product-dialog__modifier-row {
    gap: 10px;
  }

  .product-dialog__modifier-row {
    padding-top: 8px;
  }

  .product-dialog__modifier-name,
  .product-dialog__summary-value {
    font-size: 14px;
  }

  .product-dialog__modifier-price,
  .product-dialog__summary-label,
  .product-dialog__group-meta,
  .product-dialog__modifier-description {
    font-size: 12px;
  }

  .product-dialog__actions--sticky {
    grid-template-columns: 1fr;
    position: sticky;
    bottom: -12px;
    z-index: 2;
    margin: 0 -12px -12px;
    padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(148, 163, 184, 0.14);
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.72),
      rgba(255, 255, 255, 0.94) 24%,
      rgba(255, 255, 255, 0.99)
    );
  }

  .product-dialog__purchase-card {
    grid-template-columns: 1fr;
    gap: 12px;
    grid-column: 1;
    width: 100%;
    padding: 12px 14px;
    border-radius: 18px;
  }

  .product-dialog__purchase-price {
    font-size: 22px;
  }

  .product-dialog__purchase-action {
    justify-content: stretch;
  }

  .product-dialog__purchase-action .button {
    width: 100%;
  }

  .checkout-summary__row,
  .profile-card__row {
    flex-direction: column;
    gap: 6px;
  }

  .checkout-summary__value,
  .profile-card__value {
    text-align: left;
  }

  .integration-info__summary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .product-dialog__surface {
    padding: 12px 10px 10px;
  }

  .product-dialog__layout {
    gap: 12px;
  }

  .product-dialog__body {
    padding-bottom: 10px;
  }

  .product-dialog__summary-pane,
  .product-dialog__groups {
    gap: 10px;
  }

  .product-dialog__image {
    max-height: min(31vh, 212px);
    border-radius: 16px;
  }

  .product-dialog__title {
    font-size: 17px;
  }

  .product-dialog__price {
    font-size: 22px;
  }

  .product-dialog__group-card {
    padding: 10px;
    border-radius: 12px;
  }

  .product-dialog__actions--sticky {
    grid-template-columns: 1fr;
    bottom: -10px;
    margin: 0 -10px -10px;
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
  }

  .product-dialog__purchase-card {
    grid-column: 1;
    padding: 11px 12px;
    border-radius: 16px;
  }

  .product-dialog__groups-head {
    padding-top: 10px;
  }

  .product-dialog__purchase-price {
    font-size: 21px;
  }

  .menu-grid {
    gap: 10px;
  }

  .menu-item {
    padding: 10px;
    border-radius: 24px;
  }

  .menu-item__preview,
  .menu-item__media {
    border-radius: 16px;
  }

  .menu-item__content {
    padding-top: 8px;
  }

  .menu-item__price {
    font-size: 15px;
  }

  .menu-item__title {
    font-size: 12.5px;
  }

  .section-title {
    font-size: 18px;
  }

  .cart-empty {
    padding: 14px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.5;
  }

  .cart-panel--compact {
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 24px 24px 0 0;
  }

  .cart-panel--compact .cart-panel__summary {
    padding: 14px 16px;
  }

  .cart-panel--compact .cart-item {
    padding: 14px;
    gap: 10px;
  }

  .cart-panel--compact .cart-item__row,
  .cart-panel--compact .cart-item__actions {
    gap: 12px;
  }

  .cart-panel--compact .cart-item__thumb {
    width: 50px;
    height: 50px;
    border-radius: 14px;
  }

  .bootstrap-screen__title {
    font-size: clamp(22px, 6vw, 28px);
  }

  .bootstrap-screen__text {
    font-size: 14px;
    line-height: 1.55;
  }

  .profile-section .section-title {
    font-size: 16px;
  }

  .field__input,
  .field__textarea {
    min-height: 46px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .checkout-select {
    height: 52px;
    min-height: 52px;
    padding-left: 14px;
    padding-right: 40px;
  }

  .field__textarea {
    padding: 12px;
  }

  .checkout-section__body,
  .profile-section__body,
  .profile-card__actions,
  .auth-panel {
    gap: 12px;
  }

  .readiness-card__item {
    flex-direction: column;
  }

  .readiness-card__marker {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .checkout-messages,
  .inline-notice {
    border-radius: 16px;
    padding: 14px;
  }
}

@media (max-height: 540px) and (max-width: 960px) {
  .page-shell__body {
    gap: 14px;
  }

  .integration-hero__media {
    min-height: 144px;
  }

  .promo-card {
    flex-basis: 260px;
    min-width: 260px;
  }

  .cart-panel--compact {
    max-height: 100%;
  }

  .product-dialog__surface {
    max-height: calc(100dvh - env(safe-area-inset-top) - 72px);
  }

  .product-dialog__layout {
    gap: 10px;
  }

  .product-dialog__image {
    max-height: min(24vh, 156px);
  }
}
