/* Appily fortythree — Vegist-market chrome: teal nav, purple browse, mango accents */

.a43-usp-bar {
  background: var(--a43-surface-elevated);
  border-bottom: 1px solid var(--a43-border);
  font-size: 0.78rem;
  color: var(--a43-muted);
}
.a43-usp-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 0.5rem 0;
}
.a43-usp-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
}
.a43-usp-item::before {
  content: '✓';
  color: var(--a43-teal);
  font-weight: 800;
}

.a43-strip {
  background: var(--a43-teal);
  color: #fff;
  font-size: 0.82rem;
}
.a43-strip-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 0.45rem 0; flex-wrap: wrap;
}
.a43-strip-inner p { margin: 0; }
.a43-strip-inner span { opacity: 0.85; }

.a43-header {
  background: var(--a43-surface-elevated);
  position: sticky;
  top: 0;
  z-index: 300;
  box-shadow: 0 2px 16px rgba(44, 36, 22, 0.06);
}

.a43-header-top {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.5rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--a43-border);
}

.a43-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none !important;
  color: var(--a43-ink);
}
.a43-brand-word {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.a43-brand-word em {
  font-style: normal;
  color: var(--a43-mango);
}
.a43-brand-mark {
  width: 36px;
  height: 36px;
  background: linear-gradient(145deg, var(--a43-purple) 0%, var(--a43-teal) 100%);
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.95rem;
  flex-shrink: 0;
}
.a43-brand-leaf {
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, var(--a43-mango) 40%, var(--a43-teal) 100%);
  border-radius: 50% 0 50% 50%;
  transform: rotate(-45deg);
  flex-shrink: 0;
}
.a43-brand--footer .a43-brand-word { font-size: 1.35rem; color: var(--a43-ink); }

.a43-search {
  display: flex;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid var(--a43-border);
  border-radius: var(--a43-radius);
  overflow: hidden;
  background: #fff;
}
.a43-search input {
  flex: 1;
  border: 0;
  padding: 0.75rem 1rem;
  font: inherit;
  min-width: 0;
  outline: none;
}
.a43-search button {
  border: 0;
  background: var(--a43-teal);
  color: #fff;
  padding: 0 1.25rem;
  cursor: pointer;
  font-size: 1.1rem;
}
.a43-search button:hover { background: var(--a43-teal-dark); }

.a43-header-icons {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-shrink: 0;
}
.a43-icon-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  text-decoration: none !important;
  color: var(--a43-ink);
  font-size: 1.2rem;
  position: relative;
}
.a43-icon-link small {
  font-size: 0.62rem;
  font-weight: 700;
  color: var(--a43-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.a43-icon-badge {
  position: absolute;
  top: -4px;
  right: -6px;
  min-width: 16px;
  height: 16px;
  background: var(--a43-berry);
  color: #fff;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  padding: 0 4px;
}

.a43-contact-blocks { display: flex; gap: 1.25rem; flex-shrink: 0; }
.a43-contact {
  display: flex; align-items: center; gap: 0.55rem;
  text-decoration: none !important; color: inherit;
}
.a43-contact-icon { color: var(--a43-terracotta); font-size: 1.25rem; }
.a43-contact-copy { display: grid; line-height: 1.2; }
.a43-contact-copy small { font-size: 0.68rem; color: var(--a43-muted); }
.a43-contact-copy strong { font-size: 0.78rem; font-weight: 600; color: var(--a43-ink); }

.a43-header-mobile-utils {
  display: none;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
}
.a43-mobile-util {
  position: relative;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--a43-border);
  border-radius: var(--a43-radius);
  background: var(--a43-cream);
  color: var(--a43-ink);
  text-decoration: none !important;
  font-size: 1.1rem;
}
.a43-mobile-util-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  background: var(--a43-terracotta);
  color: #fff;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}

.a43-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  background: var(--a43-cream);
  border: 1px solid var(--a43-border);
  border-radius: var(--a43-radius);
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition: background 0.15s, border-color 0.15s;
}
.a43-menu-toggle:hover { background: #fff; border-color: var(--a43-olive); }
.a43-menu-toggle.is-open { background: var(--a43-olive); border-color: var(--a43-olive); }
.a43-menu-bar {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--a43-ink);
  border-radius: 999px;
  transition: transform 0.25s, opacity 0.25s, background 0.15s;
}
.a43-menu-toggle.is-open .a43-menu-bar { background: #fff; }
.a43-menu-toggle.is-open .a43-menu-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.a43-menu-toggle.is-open .a43-menu-bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
.a43-menu-toggle.is-open .a43-menu-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.a43-navbar {
  background: var(--a43-teal);
  border-bottom: none;
  position: relative;
}
.a43-navbar-inner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 54px;
  padding: 0.35rem 0;
}

.a43-browse-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.1rem;
  background: var(--a43-purple);
  color: #fff;
  border: 0;
  border-radius: var(--a43-radius);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  flex-shrink: 0;
  text-decoration: none !important;
}
.a43-browse-btn:hover { background: #4a1278; }

.a43-nav-links { display: flex; align-items: center; gap: 0.1rem; flex-wrap: wrap; flex: 1; }
.a43-nav-link {
  display: inline-flex; align-items: center; gap: 0.25rem;
  padding: 0.45rem 0.85rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: var(--a43-radius);
  position: relative;
}
.a43-nav-link:hover { background: rgba(255,255,255,0.12); text-decoration: none !important; }
.a43-nav-link.is-active { color: var(--a43-mango); }
.a43-nav-caret { font-size: 0.55rem; opacity: 0.7; }
.a43-nav-hot {
  position: absolute;
  top: -6px; right: 2px;
  background: var(--a43-red);
  color: #fff;
  font-size: 0.55rem;
  padding: 0.1rem 0.35rem;
  border-radius: 3px;
  letter-spacing: 0;
}

.a43-nav-promo {
  margin: 0 0 0 auto;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.85);
  white-space: nowrap;
}
.a43-nav-promo strong { color: var(--a43-mango); }

.a43-nav-utils { display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; }
.a43-util {
  display: flex; flex-direction: column; align-items: center;
  color: #fff; text-decoration: none !important;
  font-size: 1.15rem; position: relative; min-width: 36px;
}
.a43-util-label { font-size: 0.65rem; color: rgba(255,255,255,0.75); margin-top: 0.1rem; }
.a43-util-count {
  position: absolute; top: -4px; right: -2px;
  min-width: 16px; height: 16px;
  background: var(--a43-mango);
  color: var(--a43-ink); border-radius: 999px;
  font-size: 0.58rem; font-weight: 700;
  display: grid; place-items: center;
}

/* Account avatar mark — hex badge with gradient ring */
.a43-util-account {
  gap: 0.35rem;
  transition: transform 0.2s ease;
}
.a43-util-account:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}
.a43-util-account .a43-util-label {
  max-width: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  letter-spacing: 0.03em;
}

.a43-account-mark {
  --mark-size: 40px;
  --core-size: 31px;
  position: relative;
  display: grid;
  place-items: center;
  width: var(--mark-size);
  height: var(--mark-size);
  flex-shrink: 0;
}
.a43-account-mark--mobile {
  --mark-size: 34px;
  --core-size: 26px;
}
.a43-account-mark--quick {
  --mark-size: 36px;
  --core-size: 28px;
  margin-bottom: 0.1rem;
}

.a43-account-mark-glow {
  position: absolute;
  inset: -3px;
  background: radial-gradient(circle, rgba(255, 159, 28, 0.45) 0%, transparent 68%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.a43-account-mark-ring {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--a43-mango) 0%, var(--a43-mint) 52%, var(--a43-purple) 100%);
  clip-path: polygon(50% 0%, 92% 22%, 92% 78%, 50% 100%, 8% 78%, 8% 22%);
  transition: transform 0.35s cubic-bezier(0.34, 1.2, 0.64, 1), filter 0.25s ease;
}
.a43-account-mark-core {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: var(--core-size);
  height: var(--core-size);
  background: linear-gradient(165deg, #0f1a30 0%, var(--a43-ink) 100%);
  clip-path: polygon(50% 0%, 92% 22%, 92% 78%, 50% 100%, 8% 78%, 8% 22%);
  color: var(--a43-mango);
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.a43-account-mark-svg {
  width: calc(var(--core-size) * 0.52);
  height: calc(var(--core-size) * 0.52);
  color: var(--a43-mint);
}
.a43-account-mark-dot {
  position: absolute;
  right: 1px;
  bottom: 1px;
  z-index: 2;
  width: 8px;
  height: 8px;
  background: var(--a43-mint);
  border: 2px solid var(--a43-teal);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
}
.a43-account-mark.is-signed-in .a43-account-mark-core {
  color: #fff;
  background: linear-gradient(165deg, var(--a43-purple) 0%, #2d1064 100%);
}

.a43-util-account:hover .a43-account-mark-glow,
.a43-mobile-util-account:hover .a43-account-mark-glow,
.a43-mobile-quick-btn--account:hover .a43-account-mark-glow {
  opacity: 1;
}
.a43-util-account:hover .a43-account-mark-ring,
.a43-mobile-util-account:hover .a43-account-mark-ring,
.a43-mobile-quick-btn--account:hover .a43-account-mark-ring {
  transform: rotate(18deg) scale(1.06);
  filter: brightness(1.08);
}

.a43-mobile-util-account {
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  width: auto;
  height: auto;
  min-width: 40px;
  min-height: 40px;
}
.a43-mobile-util-account .a43-account-mark-core {
  background: linear-gradient(165deg, #fff 0%, var(--a43-cream) 100%);
  box-shadow: 0 2px 10px rgba(20, 33, 61, 0.12);
}
.a43-mobile-util-account .a43-account-mark-dot {
  border-color: #fff;
}
.a43-mobile-quick-btn--account {
  gap: 0.45rem;
}

.a43-mega {
  position: absolute; left: 0; right: 0; top: 100%;
  z-index: 100; background: #fff;
  border: 1px solid var(--a43-border);
  border-top: 3px solid var(--a43-olive);
  box-shadow: var(--a43-shadow);
  opacity: 0; visibility: hidden;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
}
.a43-mega.is-open {
  opacity: 1; visibility: visible;
  transform: translateY(0); pointer-events: auto;
}
.a43-mega-panel {
  display: none;
}
.a43-mega-panel.is-active {
  display: block;
}
.a43-mega-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  padding: 1.5rem 0;
}
.a43-mega-col h5 {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--a43-olive);
}
.a43-mega-col a {
  display: block;
  padding: 0.25rem 0;
  color: var(--a43-ink);
  font-size: 0.88rem;
  text-decoration: none !important;
}
.a43-mega-col a:hover { color: var(--a43-terracotta); }
.a43-mega-col a.is-featured { font-weight: 700; }

.a43-mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 500;
  pointer-events: none;
}
.a43-mobile-drawer.is-open { pointer-events: auto; }
.a43-mobile-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 19, 32, 0.62);
  opacity: 0;
  transition: opacity 0.28s ease;
  backdrop-filter: blur(4px);
}
.a43-mobile-drawer.is-open .a43-mobile-backdrop { opacity: 1; }
.a43-mobile-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(390px, 100vw);
  height: 100%;
  background: #0B1320;
  transform: translateX(100%);
  transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
  box-shadow: -12px 0 48px rgba(11, 19, 32, 0.35);
}
.a43-mobile-scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1.75rem;
}
.a43-mobile-drawer.is-open .a43-mobile-panel { transform: translateX(0); }

.a43-mobile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1rem 1.1rem;
  position: sticky;
  top: 0;
  z-index: 2;
  background: linear-gradient(180deg, #0B1320 0%, #0B1320 78%, transparent 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.a43-mobile-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}
.a43-mobile-brand strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.a43-mobile-brand span {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.a43-mobile-close {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  padding: 0;
  display: grid;
  place-items: center;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.a43-mobile-close:hover {
  background: rgba(255, 159, 28, 0.15);
  border-color: rgba(255, 159, 28, 0.45);
}
.a43-mobile-close span {
  display: block;
  width: 14px;
  height: 14px;
  position: relative;
}
.a43-mobile-close span::before,
.a43-mobile-close span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 999px;
}
.a43-mobile-close span::before { transform: rotate(45deg); }
.a43-mobile-close span::after { transform: rotate(-45deg); }

.a43-mobile-quick {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
  padding: 0.85rem 1rem 1rem;
}
.a43-mobile-quick-btn {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 0.95rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  text-decoration: none !important;
  color: #fff;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}
.a43-mobile-quick-btn:hover {
  border-color: rgba(78, 205, 196, 0.45);
  background: rgba(78, 205, 196, 0.08);
  transform: translateX(2px);
}
.a43-mobile-quick-btn--account {
  border-left: 3px solid var(--a43-mango);
}
.a43-mobile-quick-btn--cart {
  border-left: 3px solid var(--a43-mint);
}
.a43-mobile-quick-btn--track {
  border-left: 3px solid var(--a43-purple);
}
.a43-mobile-quick-copy {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
  flex: 1;
}
.a43-mobile-quick-copy strong {
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.25;
}
.a43-mobile-quick-copy small {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
}
.a43-mobile-quick-icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}
.a43-mobile-quick-badge {
  position: absolute;
  top: 8px;
  right: 10px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: var(--a43-mango);
  color: var(--a43-ink);
  border-radius: 999px;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.a43-mobile-search {
  display: flex;
  gap: 0;
  margin: 0 1rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}
.a43-mobile-search input {
  flex: 1;
  min-width: 0;
  padding: 0.78rem 1rem;
  border: 0;
  font: inherit;
  font-size: 0.9rem;
  outline: none;
  background: transparent;
  color: #fff;
}
.a43-mobile-search input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.a43-mobile-search button {
  border: 0;
  background: linear-gradient(135deg, var(--a43-teal) 0%, #0F3A40 100%);
  color: #fff;
  padding: 0 1.15rem;
  cursor: pointer;
  font-size: 1rem;
  flex-shrink: 0;
}

.a43-mobile-section-label {
  margin: 0 0 0.65rem;
  padding: 0 1rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.a43-mobile-nav {
  margin-bottom: 0.85rem;
  padding-bottom: 0.25rem;
}
.a43-mobile-nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 0 1rem;
  list-style: none;
  margin: 0;
}
.a43-mobile-nav-btn {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 0.95rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  text-decoration: none !important;
  color: #fff;
  transition: border-color 0.2s, background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.a43-mobile-nav-btn:hover {
  border-color: rgba(255, 159, 28, 0.45);
  background: rgba(255, 159, 28, 0.08);
  transform: translateX(3px);
}
.a43-mobile-nav-btn.is-active {
  border-color: rgba(78, 205, 196, 0.55);
  background: linear-gradient(135deg, rgba(78, 205, 196, 0.14) 0%, rgba(90, 24, 154, 0.12) 100%);
  box-shadow: inset 0 0 0 1px rgba(78, 205, 196, 0.25);
}
.a43-mobile-nav-btn--tone-1 { border-left: 3px solid var(--a43-mango); }
.a43-mobile-nav-btn--tone-2 { border-left: 3px solid var(--a43-mint); }
.a43-mobile-nav-btn--tone-3 { border-left: 3px solid var(--a43-purple); }
.a43-mobile-nav-btn--tone-4 { border-left: 3px solid var(--a43-berry); }
.a43-mobile-nav-btn--tone-5 { border-left: 3px solid var(--a43-gold); }
.a43-mobile-nav-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.08);
}
.a43-mobile-nav-btn--tone-1 .a43-mobile-nav-icon { background: rgba(255, 159, 28, 0.18); color: var(--a43-mango); }
.a43-mobile-nav-btn--tone-2 .a43-mobile-nav-icon { background: rgba(78, 205, 196, 0.18); color: var(--a43-mint); }
.a43-mobile-nav-btn--tone-3 .a43-mobile-nav-icon { background: rgba(90, 24, 154, 0.22); color: #c4a3ff; }
.a43-mobile-nav-btn--tone-4 .a43-mobile-nav-icon { background: rgba(230, 57, 70, 0.18); color: #ff8a94; }
.a43-mobile-nav-btn--tone-5 .a43-mobile-nav-icon { background: rgba(255, 183, 3, 0.18); color: var(--a43-gold); }
.a43-mobile-nav-btn.is-active .a43-mobile-nav-icon {
  background: var(--a43-mint);
  color: var(--a43-ink);
}
.a43-mobile-nav-copy {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}
.a43-mobile-nav-label {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.a43-mobile-nav-hint {
  font-size: 0.68rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.3;
}
.a43-mobile-nav-arrow {
  font-size: 1.35rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 300;
  transition: color 0.2s, transform 0.2s;
}
.a43-mobile-nav-btn:hover .a43-mobile-nav-arrow,
.a43-mobile-nav-btn.is-active .a43-mobile-nav-arrow {
  color: var(--a43-mango);
  transform: translateX(2px);
}
.a43-mobile-nav-hot {
  position: absolute;
  top: 0.55rem;
  right: 2rem;
  padding: 0.15rem 0.45rem;
  background: var(--a43-berry);
  color: #fff;
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(230, 57, 70, 0.35);
}

.a43-mobile-acc {
  margin: 0 1rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}
.a43-mobile-acc-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.9rem 1rem;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  text-align: left;
}
.a43-mobile-acc-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 159, 28, 0.15);
  display: grid;
  place-items: center;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--a43-mango);
  flex-shrink: 0;
}
.a43-mobile-acc-caret {
  margin-left: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(255, 255, 255, 0.45);
  border-bottom: 2px solid rgba(255, 255, 255, 0.45);
  transform: rotate(45deg);
  transition: transform 0.2s;
  flex-shrink: 0;
}
.a43-mobile-acc-toggle[aria-expanded="true"] .a43-mobile-acc-caret {
  transform: rotate(-135deg);
}
.a43-mobile-acc-panel {
  padding: 0 1rem 0.85rem;
  border-top: 1px dashed rgba(255, 255, 255, 0.12);
}
.a43-mobile-cat-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4rem;
  padding-top: 0.75rem;
}
.a43-mobile-cat-link {
  display: block;
  padding: 0.62rem 0.75rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none !important;
  line-height: 1.3;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.a43-mobile-cat-link:hover {
  background: rgba(78, 205, 196, 0.1);
  border-color: rgba(78, 205, 196, 0.35);
  color: var(--a43-mint);
}

.a43-mobile-secondary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem 0.65rem;
  padding: 0 1rem 0.85rem;
}
.a43-mobile-secondary a {
  padding: 0.55rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none !important;
  border-radius: 8px;
  transition: color 0.15s, background 0.15s;
}
.a43-mobile-secondary a:hover {
  color: var(--a43-mint);
  background: rgba(255, 255, 255, 0.04);
}

.a43-mobile-promo {
  margin: 0 1rem 0.85rem;
  padding: 0.85rem 1rem;
  background: linear-gradient(135deg, rgba(255, 159, 28, 0.22) 0%, rgba(90, 24, 154, 0.28) 100%);
  border: 1px solid rgba(255, 159, 28, 0.25);
  border-radius: 14px;
  color: #fff;
  text-align: center;
}
.a43-mobile-promo strong {
  display: block;
  font-size: 0.84rem;
  font-weight: 800;
  margin-bottom: 0.15rem;
}
.a43-mobile-promo span {
  font-size: 0.72rem;
  opacity: 0.88;
}

.a43-mobile-contact {
  display: grid;
  gap: 0.45rem;
  padding: 0 1rem;
  margin-top: 0.25rem;
}
.a43-mobile-contact a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.62rem 0.75rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none !important;
  word-break: break-all;
}
.a43-mobile-contact a span:first-child {
  color: var(--a43-mint);
  flex-shrink: 0;
}

.a43-newsletter {
  background: linear-gradient(90deg, var(--a43-purple) 0%, var(--a43-teal) 100%);
  color: #fff;
  padding: 2.5rem 0;
}
.a43-newsletter-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; flex-wrap: wrap;
}
.a43-newsletter-copy h2 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.5rem;
}
.a43-newsletter-copy p { margin: 0; opacity: 0.9; }
.a43-newsletter-form {
  display: flex; gap: 0.5rem; flex: 1; max-width: 420px;
}
.a43-newsletter-form input {
  flex: 1; border: 0; border-radius: var(--a43-radius);
  padding: 0.75rem 1rem; font: inherit;
}
.a43-newsletter-form button {
  border: 0; background: var(--a43-mango);
  color: var(--a43-ink); font-weight: 700;
  padding: 0 1.25rem; border-radius: var(--a43-radius);
  cursor: pointer;
}

.a43-trust-bar {
  background: #fff;
  border-top: 1px solid var(--a43-border);
  padding: 1.75rem 0;
}
.a43-trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}
.a43-trust-item {
  display: flex; align-items: flex-start; gap: 0.75rem;
}
.a43-trust-item span:first-child { font-size: 1.5rem; color: var(--a43-terracotta); }
.a43-trust-item strong { display: block; font-size: 0.92rem; }
.a43-trust-item span:last-child { font-size: 0.78rem; color: var(--a43-muted); }

.a43-footer {
  background: var(--a43-teal-dark);
  border-top: none;
  padding: 2.5rem 0 0;
  color: rgba(255,255,255,0.85);
}
.a43-footer-grid {
  display: grid;
  grid-template-columns: minmax(200px, 1.4fr) repeat(auto-fit, minmax(140px, 1fr));
  gap: clamp(1.25rem, 2.5vw, 2rem);
  padding-bottom: 2rem;
}
.a43-footer-brand p {
  margin: 0.75rem 0 0;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
  max-width: 32ch;
}
.a43-footer-brand .a43-brand-word { color: #fff; }
.a43-footer-col h4 {
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.a43-footer-col a {
  display: block;
  padding: 0.2rem 0;
  color: rgba(255,255,255,0.7);
  font-size: 0.85rem;
  text-decoration: none !important;
}
.a43-footer-col a:hover { color: var(--a43-mango); }
.a43-footer-base {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap;
  padding: 1rem 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
}
.a43-pay-icons { opacity: 0.85; }
.a43-back-top {
  width: 36px; height: 36px;
  border: 2px solid var(--a43-mango);
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--a43-mango);
  text-decoration: none !important;
  font-size: 0.75rem;
}
.a43-back-top:hover { background: var(--a43-mango); color: var(--a43-ink); text-decoration: none !important; }

/* ── Appily fortythree Vegist-inspired chrome ── */
.a43-promo-strip {
  background: #f5f5f5;
  border-bottom: 1px solid var(--a43-border);
  font-size: 0.82rem;
}
.a43-promo-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.45rem 0;
}
.a43-promo-strip p { margin: 0; color: var(--a43-muted); }
.a43-promo-strip strong { color: var(--a43-orange); font-weight: 700; }
.a43-promo-account {
  color: var(--a43-ink);
  font-weight: 600;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.2s ease;
}
.a43-promo-account:hover { color: var(--a43-orange); }
.a43-promo-account-text span { font-size: 0.62rem; opacity: 0.75; }

.a43-header--vegist { box-shadow: 0 1px 0 var(--a43-border); }
.a43-header-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 1rem 0;
}
.a43-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none !important;
  color: var(--a43-ink);
}
.a43-logo-leaf {
  width: 28px;
  height: 28px;
  background: linear-gradient(145deg, var(--a43-mint) 0%, var(--a43-green) 100%);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  flex-shrink: 0;
}
.a43-logo-text {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}
.a43-logo-text strong { color: var(--a43-orange); font-weight: 800; }
.a43-logo-text em { font-style: normal; color: var(--a43-green); font-weight: 700; }

.a43-main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
  flex-wrap: wrap;
}
.a43-main-nav-link {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--a43-ink);
  text-decoration: none !important;
  position: relative;
  padding: 0.25rem 0;
}
.a43-main-nav-link:hover,
.a43-main-nav-link.is-active { color: var(--a43-orange); }
.a43-main-nav-link .a43-nav-caret { font-size: 0.65rem; margin-left: 0.15rem; opacity: 0.6; }
.a43-nav-hot {
  position: absolute;
  top: -0.65rem;
  right: -0.35rem;
  background: var(--a43-berry);
  color: #fff;
  font-size: 0.55rem;
  font-weight: 800;
  padding: 0.1rem 0.3rem;
  border-radius: 2px;
  letter-spacing: 0.04em;
}

.a43-header-tools {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.a43-search-compact {
  display: flex;
  align-items: center;
  border: 1px solid var(--a43-border);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}
.a43-search-compact input {
  border: 0;
  padding: 0.45rem 0.85rem;
  font: inherit;
  width: 120px;
  background: transparent;
}
.a43-search-compact button {
  border: 0;
  background: transparent;
  padding: 0.45rem 0.65rem;
  cursor: pointer;
}
.a43-tool-btn {
  position: relative;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f8f9fa;
  color: var(--a43-ink);
  text-decoration: none !important;
  font-size: 1.1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.a43-tool-btn--account {
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
}
.a43-tool-btn--account:hover {
  transform: translateY(-2px);
  box-shadow: none;
}
.a43-tool-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--a43-orange);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}

.a43-service-strip {
  background: #fff;
  border-top: 1px solid var(--a43-border);
  border-bottom: 1px solid var(--a43-border);
}
.a43-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.a43-service-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1.25rem 1rem;
  border-right: 1px dashed var(--a43-border);
}
.a43-service-item:last-child { border-right: 0; }
.a43-service-icon {
  font-size: 1.5rem;
  color: var(--a43-orange);
  flex-shrink: 0;
}
.a43-service-item strong {
  display: block;
  font-size: 0.9rem;
  color: var(--a43-ink);
}
.a43-service-item span {
  display: block;
  font-size: 0.78rem;
  color: var(--a43-muted);
}

.a43-newsletter--vegist {
  background: #fff;
  border-top: 1px solid var(--a43-border);
  padding: 2.5rem 0;
}
.a43-footer--vegist {
  background: #fff;
  color: var(--a43-ink);
  border-top: 1px solid var(--a43-border);
}
.a43-footer--vegist .a43-footer-brand p {
  color: var(--a43-muted);
}
.a43-footer--vegist .a43-footer-grid {
  padding: 2.5rem 0 1.5rem;
  border-bottom: 1px solid var(--a43-border);
}
.a43-footer--vegist .a43-footer-col h4 {
  color: var(--a43-ink);
  font-size: 0.95rem;
  margin-bottom: 0.85rem;
}
.a43-footer--vegist .a43-footer-col a {
  color: var(--a43-muted);
  display: block;
  margin-bottom: 0.45rem;
  text-decoration: none !important;
  font-size: 0.85rem;
}
.a43-footer--vegist .a43-footer-col a:hover { color: var(--a43-orange); }
.a43-footer--vegist .a43-footer-base {
  border-top: 0;
  color: var(--a43-muted);
}
.a43-footer--vegist .a43-back-top {
  border-color: var(--a43-orange);
  color: var(--a43-orange);
}
.a43-footer--vegist .a43-back-top:hover {
  background: var(--a43-orange);
  color: #fff;
}

@media (max-width: 960px) {
  .a43-header-shell { grid-template-columns: 1fr auto auto; gap: 0.75rem; }
  .a43-main-nav, .a43-header-tools { display: none; }
  .a43-menu-toggle { display: flex; }
  .a43-service-grid { grid-template-columns: 1fr 1fr; }
  .a43-service-item:nth-child(2) { border-right: 0; }
}

/* Vegist header — mega + mobile refinements */
.a43-header--vegist {
  position: relative;
  background: #fff;
}
.a43-header--vegist .a43-mega {
  border-top-color: var(--a43-orange);
}
.a43-mega-col h4,
.a43-mega-col h5 {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--a43-green);
}
.a43-mega-col h4 a,
.a43-mega-col h5 a {
  color: inherit;
  text-decoration: none !important;
}
.a43-mega-col h4 a:hover { color: var(--a43-orange); }

.a43-header--vegist .a43-mobile-panel {
  background: linear-gradient(180deg, #fff 0%, #fffbf5 48%, #f8fcf9 100%);
  color: var(--a43-ink);
  box-shadow: -10px 0 40px rgba(33, 37, 41, 0.14);
}
.a43-header--vegist .a43-mobile-scroll {
  padding-bottom: 1.75rem;
}
.a43-header--vegist .a43-mobile-head {
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.92) 100%);
  border-bottom: 1px solid var(--a43-border);
  backdrop-filter: blur(8px);
}
.a43-header--vegist .a43-mobile-close {
  width: 40px;
  height: 40px;
  border: 1px solid var(--a43-border);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}
.a43-header--vegist .a43-mobile-close:hover {
  border-color: rgba(224, 122, 47, 0.45);
  background: #fff9f0;
  transform: scale(1.04);
}
.a43-header--vegist .a43-mobile-close::before,
.a43-header--vegist .a43-mobile-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: var(--a43-ink);
  border-radius: 999px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.a43-header--vegist .a43-mobile-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.a43-header--vegist .a43-mobile-search {
  display: flex;
  gap: 0;
  margin: 0.85rem 1rem 0.75rem;
  padding: 0;
  border: 1px solid var(--a43-border);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 14px rgba(33, 37, 41, 0.05);
}
.a43-header--vegist .a43-mobile-search input {
  flex: 1;
  min-width: 0;
  padding: 0.78rem 1rem;
  border: 0;
  font: inherit;
  font-size: 0.92rem;
  outline: none;
  background: transparent;
  color: var(--a43-ink);
}
.a43-header--vegist .a43-mobile-search input::placeholder {
  color: var(--a43-muted);
}
.a43-header--vegist .a43-mobile-search button {
  border: 0;
  background: linear-gradient(135deg, var(--a43-orange) 0%, #e09518 100%);
  color: #fff;
  padding: 0 1.1rem;
  cursor: pointer;
  font-size: 1rem;
  flex-shrink: 0;
}
.a43-header--vegist .a43-mobile-quick {
  padding: 0 1rem 0.85rem;
}
.a43-header--vegist .a43-mobile-quick--duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}
.a43-header--vegist .a43-mobile-quick-btn {
  background: #fff;
  border: 1px solid var(--a43-border);
  border-radius: 14px;
  color: var(--a43-ink);
  box-shadow: 0 4px 12px rgba(33, 37, 41, 0.04);
}
.a43-header--vegist .a43-mobile-quick-btn:hover {
  border-color: rgba(64, 145, 108, 0.45);
  background: #f5fbf7;
  transform: translateY(-1px);
}
.a43-header--vegist .a43-mobile-quick-btn--cart {
  border-left: 3px solid var(--a43-mint);
}
.a43-header--vegist .a43-mobile-quick-btn--track {
  border-left: 3px solid var(--a43-orange);
}
.a43-header--vegist .a43-mobile-quick-icon {
  background: linear-gradient(145deg, #fff9f0 0%, #f0faf5 100%);
  color: var(--a43-green-dark);
}
.a43-header--vegist .a43-mobile-quick-copy small {
  color: var(--a43-muted);
}
.a43-header--vegist .a43-mobile-quick-badge {
  background: var(--a43-orange);
  color: #fff;
}
.a43-header--vegist .a43-mobile-section-label {
  color: var(--a43-muted);
}
.a43-header--vegist .a43-mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.a43-header--vegist .a43-mobile-nav-btn {
  background: #fff;
  border: 1px solid var(--a43-border);
  color: var(--a43-ink);
  box-shadow: 0 3px 10px rgba(33, 37, 41, 0.04);
}
.a43-header--vegist .a43-mobile-nav-btn:hover {
  border-color: rgba(224, 122, 47, 0.45);
  background: #fff9f0;
  transform: translateX(3px);
}
.a43-header--vegist .a43-mobile-nav-btn.is-active {
  border-color: rgba(64, 145, 108, 0.55);
  background: linear-gradient(135deg, #f5fbf7 0%, #fff9f0 100%);
  box-shadow: inset 0 0 0 1px rgba(64, 145, 108, 0.2);
}
.a43-header--vegist .a43-mobile-nav-btn--tone-1 { border-left: 3px solid var(--a43-orange); }
.a43-header--vegist .a43-mobile-nav-btn--tone-2 { border-left: 3px solid var(--a43-mint); }
.a43-header--vegist .a43-mobile-nav-btn--tone-3 { border-left: 3px solid var(--a43-green); }
.a43-header--vegist .a43-mobile-nav-btn--tone-4 { border-left: 3px solid var(--a43-berry); }
.a43-header--vegist .a43-mobile-nav-btn--tone-5 { border-left: 3px solid var(--a43-gold, #f3af3d); }
.a43-header--vegist .a43-mobile-nav-icon {
  background: linear-gradient(145deg, #fff9f0 0%, #f0faf5 100%);
  color: var(--a43-green-dark);
  font-family: var(--font-display);
  font-weight: 800;
}
.a43-header--vegist .a43-mobile-nav-btn--tone-1 .a43-mobile-nav-icon { background: rgba(224, 122, 47, 0.12); color: var(--a43-orange); }
.a43-header--vegist .a43-mobile-nav-btn--tone-2 .a43-mobile-nav-icon { background: rgba(78, 205, 196, 0.15); color: var(--a43-green-dark); }
.a43-header--vegist .a43-mobile-nav-btn--tone-3 .a43-mobile-nav-icon { background: rgba(64, 145, 108, 0.14); color: var(--a43-green); }
.a43-header--vegist .a43-mobile-nav-btn--tone-4 .a43-mobile-nav-icon { background: rgba(230, 57, 70, 0.12); color: var(--a43-berry); }
.a43-header--vegist .a43-mobile-nav-btn--tone-5 .a43-mobile-nav-icon { background: rgba(243, 175, 61, 0.16); color: #c47a00; }
.a43-header--vegist .a43-mobile-nav-btn.is-active .a43-mobile-nav-icon {
  background: var(--a43-green);
  color: #fff;
}
.a43-header--vegist .a43-mobile-nav-label {
  color: var(--a43-ink);
}
.a43-header--vegist .a43-mobile-nav-hint {
  color: var(--a43-muted);
}
.a43-header--vegist .a43-mobile-nav-arrow {
  color: rgba(33, 37, 41, 0.28);
}
.a43-header--vegist .a43-mobile-nav-btn:hover .a43-mobile-nav-arrow,
.a43-header--vegist .a43-mobile-nav-btn.is-active .a43-mobile-nav-arrow {
  color: var(--a43-orange);
}
.a43-header--vegist .a43-mobile-nav-hot {
  background: var(--a43-berry);
  color: #fff;
  box-shadow: 0 2px 8px rgba(230, 57, 70, 0.25);
}
.a43-header--vegist .a43-mobile-acc {
  background: #fff;
  border: 1px solid var(--a43-border);
  box-shadow: 0 4px 14px rgba(33, 37, 41, 0.04);
}
.a43-header--vegist .a43-mobile-acc-toggle {
  color: var(--a43-ink);
}
.a43-header--vegist .a43-mobile-acc-icon {
  background: rgba(224, 122, 47, 0.12);
  color: var(--a43-orange);
}
.a43-header--vegist .a43-mobile-acc-caret {
  border-color: var(--a43-muted);
}
.a43-header--vegist .a43-mobile-acc-panel {
  border-top-color: var(--a43-border);
}
.a43-header--vegist .a43-mobile-cat-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.a43-header--vegist .a43-mobile-cat-link {
  background: #fafafa;
  border: 1px solid var(--a43-border);
  color: var(--a43-ink);
}
.a43-header--vegist .a43-mobile-cat-link:hover {
  background: #f5fbf7;
  border-color: rgba(64, 145, 108, 0.4);
  color: var(--a43-green-dark);
}
.a43-header--vegist .a43-mobile-promo {
  background: linear-gradient(135deg, rgba(224, 122, 47, 0.12) 0%, rgba(64, 145, 108, 0.12) 100%);
  border: 1px solid rgba(224, 122, 47, 0.22);
  color: var(--a43-ink);
}
.a43-header--vegist .a43-mobile-promo strong {
  color: var(--a43-green-dark);
}
.a43-header--vegist .a43-mobile-promo span {
  color: var(--a43-muted);
  opacity: 1;
}
.a43-header--vegist .a43-mobile-secondary a {
  background: #fff;
  border: 1px solid var(--a43-border);
  border-radius: 10px;
  padding: 0.62rem 0.75rem;
  color: var(--a43-ink);
  text-align: center;
}
.a43-header--vegist .a43-mobile-secondary a:hover {
  color: var(--a43-orange);
  background: #fff9f0;
  border-color: rgba(224, 122, 47, 0.35);
}
.a43-header--vegist .a43-mobile-contact a {
  background: #fff;
  border: 1px solid var(--a43-border);
  color: var(--a43-ink);
}
.a43-header--vegist .a43-mobile-contact a span:first-child {
  color: var(--a43-orange);
}
.a43-header--vegist .a43-mobile-backdrop {
  background: rgba(33, 37, 41, 0.45);
}

/* ── Orchard account avatar mark (header + promo + mobile) ── */
@keyframes a43-mark-orbit-spin {
  to { transform: rotate(360deg); }
}
@keyframes a43-mark-dot-pulse {
  0%, 100% { transform: scale(1); opacity: 0.55; }
  50% { transform: scale(1.45); opacity: 0; }
}
@keyframes a43-mark-shimmer {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.08); }
}

.a43-account-mark--vegist {
  --mark-size: 46px;
  --core-size: 37px;
}
.a43-account-mark--promo {
  --mark-size: 28px;
  --core-size: 21px;
}

.a43-account-mark-orbit {
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 1.5px dashed rgba(64, 145, 108, 0.28);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.6s cubic-bezier(0.34, 1.2, 0.64, 1);
  pointer-events: none;
}
.a43-account-mark--vegist .a43-account-mark-orbit,
.a43-account-mark--promo .a43-account-mark-orbit,
.a43-header--vegist .a43-account-mark--mobile .a43-account-mark-orbit {
  opacity: 0.65;
}

.a43-account-mark--vegist .a43-account-mark-ring,
.a43-account-mark--promo .a43-account-mark-ring,
.a43-header--vegist .a43-account-mark--mobile .a43-account-mark-ring {
  clip-path: none;
  border-radius: 50%;
  background: conic-gradient(from 210deg, var(--a43-orange) 0%, #ffc857 22%, var(--a43-mint) 48%, var(--a43-green) 72%, var(--a43-orange) 100%);
  box-shadow: 0 3px 14px rgba(224, 122, 47, 0.22);
  transition: transform 0.55s cubic-bezier(0.34, 1.2, 0.64, 1), filter 0.25s ease, box-shadow 0.25s ease;
}
.a43-account-mark--vegist .a43-account-mark-core,
.a43-account-mark--promo .a43-account-mark-core,
.a43-header--vegist .a43-account-mark--mobile .a43-account-mark-core {
  clip-path: none;
  border-radius: 50%;
  background: linear-gradient(165deg, #fff 0%, #fff9f2 55%, #f5fbf7 100%);
  color: var(--a43-green-dark);
  border: 2.5px solid #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 2px 8px rgba(33, 37, 41, 0.08);
  font-size: 0.68rem;
  overflow: hidden;
}
.a43-account-mark--promo .a43-account-mark-core {
  font-size: 0.52rem;
  border-width: 2px;
}
.a43-account-mark-initials {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
}
.a43-account-mark--vegist.is-signed-in .a43-account-mark-core,
.a43-account-mark--promo.is-signed-in .a43-account-mark-core,
.a43-header--vegist .a43-account-mark--mobile.is-signed-in .a43-account-mark-core {
  background: linear-gradient(145deg, var(--a43-orange) 0%, #e09518 42%, var(--a43-green-dark) 100%);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.a43-account-mark--vegist .a43-account-mark-svg,
.a43-account-mark--promo .a43-account-mark-svg,
.a43-header--vegist .a43-account-mark--mobile .a43-account-mark-svg {
  width: calc(var(--core-size) * 0.52);
  height: calc(var(--core-size) * 0.52);
  color: var(--a43-orange);
  transition: color 0.25s ease, transform 0.25s ease;
}
.a43-account-mark--vegist .a43-account-mark-leaf,
.a43-account-mark--promo .a43-account-mark-leaf,
.a43-header--vegist .a43-account-mark--mobile .a43-account-mark-leaf {
  position: absolute;
  top: -2px;
  right: -2px;
  z-index: 4;
  width: 12px;
  height: 12px;
  background: linear-gradient(145deg, #7dd87a 0%, var(--a43-green) 55%, var(--a43-green-dark) 100%);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-18deg);
  box-shadow: 0 1px 4px rgba(45, 106, 79, 0.35);
  border: 1.5px solid rgba(255, 255, 255, 0.85);
}
.a43-account-mark--promo .a43-account-mark-leaf {
  width: 8px;
  height: 8px;
  top: -1px;
  right: -1px;
  border-width: 1px;
}
.a43-account-mark--vegist .a43-account-mark-dot,
.a43-account-mark--promo .a43-account-mark-dot,
.a43-header--vegist .a43-account-mark--mobile .a43-account-mark-dot {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 11px;
  height: 11px;
  background: var(--a43-mint);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(64, 145, 108, 0.25);
}
.a43-account-mark-dot-pulse {
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: var(--a43-mint);
  animation: a43-mark-dot-pulse 2s ease-out infinite;
}
.a43-account-mark--promo .a43-account-mark-dot {
  width: 8px;
  height: 8px;
}
.a43-account-mark--promo .a43-account-mark-dot-pulse {
  inset: -2px;
}
.a43-account-mark--vegist .a43-account-mark-glow,
.a43-account-mark--promo .a43-account-mark-glow {
  inset: -8px;
  background: radial-gradient(circle, rgba(224, 122, 47, 0.35) 0%, rgba(64, 145, 108, 0.12) 45%, transparent 70%);
  border-radius: 50%;
}
.a43-tool-btn--account:hover .a43-account-mark-ring,
.a43-promo-account:hover .a43-account-mark-ring,
.a43-mobile-account:hover .a43-account-mark-ring {
  transform: rotate(90deg) scale(1.07);
  filter: brightness(1.08);
  box-shadow: 0 5px 18px rgba(224, 122, 47, 0.32);
  animation: a43-mark-shimmer 1.2s ease-in-out infinite;
}
.a43-tool-btn--account:hover .a43-account-mark-orbit,
.a43-promo-account:hover .a43-account-mark-orbit,
.a43-mobile-account:hover .a43-account-mark-orbit {
  opacity: 1;
  animation: a43-mark-orbit-spin 8s linear infinite;
}
.a43-tool-btn--account:hover .a43-account-mark-glow,
.a43-promo-account:hover .a43-account-mark-glow,
.a43-mobile-account:hover .a43-account-mark-glow {
  opacity: 1;
}
.a43-tool-btn--account:hover .a43-account-mark-svg,
.a43-promo-account:hover .a43-account-mark-svg,
.a43-mobile-account:hover .a43-account-mark-svg {
  color: var(--a43-green-dark);
  transform: scale(1.05);
}

.a43-mobile-account {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0 1.15rem 1rem;
  padding: 0.85rem 1rem;
  background: linear-gradient(135deg, #fff9f0 0%, #f5fbf3 100%);
  border: 1px solid var(--a43-border);
  border-radius: 12px;
  text-decoration: none !important;
  color: var(--a43-ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.a43-mobile-account:hover {
  border-color: rgba(243, 175, 61, 0.45);
  box-shadow: 0 6px 18px rgba(243, 175, 61, 0.12);
  transform: translateY(-1px);
}
.a43-mobile-account-copy {
  flex: 1;
  min-width: 0;
}
.a43-mobile-account-copy strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--a43-ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.a43-mobile-account-copy span {
  display: block;
  font-size: 0.76rem;
  color: var(--a43-muted);
  margin-top: 0.15rem;
}
.a43-mobile-account-arrow {
  font-size: 1.25rem;
  color: var(--a43-orange);
  line-height: 1;
}
.a43-header--vegist .a43-account-mark--mobile {
  --mark-size: 42px;
  --core-size: 34px;
  flex-shrink: 0;
}

@media (max-width: 380px) {
  .a43-header--vegist .a43-mobile-quick--duo {
    grid-template-columns: 1fr;
  }
  .a43-header--vegist .a43-mobile-cat-grid {
    grid-template-columns: 1fr;
  }
}

body.a43-drawer-open {
  overflow: hidden;
  touch-action: none;
}

@media (prefers-reduced-motion: reduce) {
  .a43-account-mark-orbit,
  .a43-account-mark-dot-pulse,
  .a43-tool-btn--account:hover .a43-account-mark-ring,
  .a43-promo-account:hover .a43-account-mark-ring,
  .a43-mobile-account:hover .a43-account-mark-ring {
    animation: none !important;
  }
}

.a43-menu-toggle > span:not(.a43-menu-bar) {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--a43-ink);
  border-radius: 999px;
}
