/* Appily fortythree — Crudo organic chrome (header, footer, drawer) */

.a43-crudo-topbar {
  background: var(--a43-green-dark);
  color: rgba(255,255,255,0.92);
  font-size: 0.82rem;
}
.a43-crudo-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.45rem 0;
  flex-wrap: wrap;
}
.a43-crudo-topbar p { margin: 0; }
.a43-crudo-topbar-phone {
  color: var(--a43-gold);
  font-weight: 600;
  text-decoration: none !important;
}
.a43-crudo-topbar-phone:hover { text-decoration: underline !important; }

.a43-crudo-header {
  background: var(--a43-white);
  position: sticky;
  top: 0;
  z-index: 300;
  box-shadow: 0 2px 20px rgba(26,46,31,0.06);
}
.a43-crudo-header-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem 0;
}
.a43-crudo-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none !important;
  color: var(--a43-green-dark);
}
.a43-crudo-brand-name {
  font-family: var(--font-serif);
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.a43-crudo-brand-leaf { font-size: 1.2rem; }

.a43-crudo-search {
  display: flex;
  align-items: stretch;
  max-width: 560px;
  margin: 0 auto;
  width: 100%;
  border: 1px solid var(--a43-border);
  border-radius: 999px;
  overflow: hidden;
  background: var(--a43-surface);
}
.a43-crudo-search-cat {
  border: 0;
  background: transparent;
  padding: 0.65rem 0.85rem;
  font: inherit;
  font-size: 0.82rem;
  color: var(--a43-muted);
  border-right: 1px solid var(--a43-border);
  max-width: 140px;
}
.a43-crudo-search input {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 0.65rem 1rem;
  font: inherit;
  min-width: 0;
}
.a43-crudo-search button {
  border: 0;
  background: var(--a43-green);
  color: #fff;
  padding: 0 1.1rem;
  cursor: pointer;
  font-size: 1rem;
}

.a43-crudo-tools {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.a43-crudo-tool {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--a43-ink);
  text-decoration: none !important;
  position: relative;
}
.a43-crudo-tool-icon { font-size: 1.15rem; }

/* Orchard member account orb */
.a43-crudo-tool--account {
  gap: 0.55rem;
  padding: 0.28rem 0.55rem 0.28rem 0.28rem;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.a43-crudo-tool--account:hover {
  background: rgba(64, 145, 108, 0.08);
  border-color: rgba(64, 145, 108, 0.18);
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(20, 38, 24, 0.1);
}
.a43-crudo-tool--account.is-signed-in:hover {
  background: rgba(212, 160, 23, 0.1);
  border-color: rgba(212, 160, 23, 0.28);
}

.a43-crudo-account-orb {
  position: relative;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}
.a43-crudo-account-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 210deg, #fcd34d, var(--a43-green-dark), #86efac, #fcd34d);
  animation: a43CrudoAccountRing 8s linear infinite;
}
.a43-crudo-tool--account:not(.is-signed-in) .a43-crudo-account-ring {
  background: conic-gradient(from 200deg, rgba(20, 38, 24, 0.15), rgba(64, 145, 108, 0.45), rgba(20, 38, 24, 0.15));
  animation: none;
}
@keyframes a43CrudoAccountRing {
  to { transform: rotate(360deg); }
}
.a43-crudo-account-core {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff 0%, #f4f0e8 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: var(--a43-green-dark);
}
.a43-crudo-tool--account.is-signed-in .a43-crudo-account-core {
  background: linear-gradient(145deg, #1a3320 0%, var(--a43-green-dark) 100%);
  color: #fcd34d;
}
.a43-crudo-account-initial {
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}
.a43-crudo-account-svg {
  display: block;
  opacity: 0.88;
}
.a43-crudo-account-dot {
  position: absolute;
  right: 1px;
  bottom: 1px;
  z-index: 2;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #86efac;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0 rgba(134, 239, 172, 0.55);
  animation: a43CrudoAccountDot 2.2s ease-out infinite;
}
@keyframes a43CrudoAccountDot {
  0% { box-shadow: 0 0 0 0 rgba(134, 239, 172, 0.55); }
  70% { box-shadow: 0 0 0 7px rgba(134, 239, 172, 0); }
  100% { box-shadow: 0 0 0 0 rgba(134, 239, 172, 0); }
}

.a43-crudo-account-meta {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  min-width: 0;
  line-height: 1.15;
}
.a43-crudo-account-kicker {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--a43-muted);
}
.a43-crudo-tool--account.is-signed-in .a43-crudo-account-kicker {
  color: var(--a43-orange);
}
.a43-crudo-account-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--a43-ink);
  max-width: 9ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.a43-crudo-tool--account:hover .a43-crudo-account-label {
  color: var(--a43-green-dark);
}
.a43-crudo-tool--account.is-signed-in:hover .a43-crudo-account-label {
  color: var(--a43-orange);
}

.a43-crudo-cart-total {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--a43-green);
}
.a43-crudo-cart-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--a43-gold);
  color: var(--a43-ink);
  font-size: 0.65rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  padding: 0 4px;
}

.a43-crudo-menu-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--a43-border);
  border-radius: 12px;
  background: var(--a43-surface);
  padding: 0;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.a43-crudo-menu-btn:hover {
  background: #fff;
  border-color: rgba(47, 82, 51, 0.22);
  box-shadow: 0 6px 18px rgba(26, 46, 31, 0.08);
}
.a43-crudo-menu-btn span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--a43-green-dark);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease, width 0.2s ease;
}
.a43-crudo-menu-btn.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.a43-crudo-menu-btn.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.a43-crudo-menu-btn.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

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

.a43-crudo-nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0 0.85rem;
  border-top: 1px solid var(--a43-border);
}
.a43-crudo-nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  flex-wrap: wrap;
}
.a43-crudo-nav-link {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--a43-muted);
  text-decoration: none !important;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid transparent;
}
.a43-crudo-nav-link:hover,
.a43-crudo-nav-link.is-active {
  color: var(--a43-green-dark);
  border-bottom-color: var(--a43-green);
}
.a43-crudo-call {
  text-align: right;
  text-decoration: none !important;
  color: var(--a43-ink);
}
.a43-crudo-call span {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--a43-muted);
}
.a43-crudo-call strong {
  font-size: 0.95rem;
  color: var(--a43-gold);
}

/* Drawer — mobile orchard menu */
.a43-crudo-drawer {
  position: fixed;
  inset: 0;
  z-index: 500;
  pointer-events: none;
}
.a43-crudo-drawer.is-open { pointer-events: auto; }
.a43-crudo-drawer-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(20, 38, 24, 0.52);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.28s ease;
}
.a43-crudo-drawer.is-open .a43-crudo-drawer-backdrop { opacity: 1; }

.a43-crudo-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(380px, 92vw);
  max-width: 100%;
  height: 100%;
  height: 100dvh;
  background: linear-gradient(180deg, #fff 0%, var(--a43-cream) 100%);
  transform: translateX(105%);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 1rem 1rem calc(1.25rem + env(safe-area-inset-bottom, 0px));
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: -12px 0 40px rgba(26, 46, 31, 0.14);
}
.a43-crudo-drawer.is-open .a43-crudo-drawer-panel { transform: translateX(0); }

.a43-crudo-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 0.35rem;
}
.a43-crudo-drawer-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}
.a43-crudo-drawer-brand strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--a43-green-dark);
  line-height: 1.15;
}
.a43-crudo-drawer-brand span {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--a43-muted);
  margin-top: 0.12rem;
}

.a43-crudo-drawer-close {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--a43-border);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  position: relative;
}
.a43-crudo-drawer-close span {
  position: absolute;
  width: 16px;
  height: 2px;
  background: var(--a43-green-dark);
  border-radius: 2px;
}
.a43-crudo-drawer-close span:first-child { transform: rotate(45deg); }
.a43-crudo-drawer-close span:last-child { transform: rotate(-45deg); }

.a43-crudo-drawer-section-label {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--a43-muted);
}

.a43-crudo-drawer-account {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(47, 82, 51, 0.08) 0%, rgba(212, 160, 23, 0.08) 100%);
  border: 1px solid rgba(47, 82, 51, 0.12);
  text-decoration: none !important;
  color: inherit;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.a43-crudo-drawer-account:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(26, 46, 31, 0.08);
  border-color: rgba(212, 160, 23, 0.35);
}
.a43-crudo-drawer-account.is-signed-in {
  background: linear-gradient(135deg, var(--a43-green-dark) 0%, #1a3320 100%);
  border-color: transparent;
  color: #fff;
}
.a43-crudo-drawer-account-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #fff;
  font-size: 1.1rem;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(26, 46, 31, 0.08);
}
.a43-crudo-drawer-account.is-signed-in .a43-crudo-drawer-account-icon {
  background: rgba(255, 255, 255, 0.14);
  color: #fcd34d;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1rem;
  box-shadow: none;
}
.a43-crudo-drawer-account-copy {
  flex: 1;
  min-width: 0;
}
.a43-crudo-drawer-account-copy strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
}
.a43-crudo-drawer-account-copy small {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.74rem;
  opacity: 0.78;
  line-height: 1.35;
}
.a43-crudo-drawer-account.is-signed-in .a43-crudo-drawer-link-arrow {
  color: rgba(255, 255, 255, 0.75);
}

.a43-crudo-drawer-search {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.35rem 0.35rem 0.85rem;
  border: 1px solid var(--a43-border);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(26, 46, 31, 0.04);
}
.a43-crudo-drawer-search-icon {
  font-size: 0.95rem;
  opacity: 0.55;
  flex-shrink: 0;
}
.a43-crudo-drawer-search input {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 0.55rem 0;
  font: inherit;
  font-size: 0.9rem;
  min-width: 0;
  outline: none;
}
.a43-crudo-drawer-search button {
  border: 0;
  background: linear-gradient(120deg, var(--a43-green), var(--a43-green-dark));
  color: #fff;
  border-radius: 999px;
  padding: 0.55rem 1rem;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  white-space: nowrap;
}

.a43-crudo-drawer-nav-grid {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.a43-crudo-drawer-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 0.9rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(47, 82, 51, 0.1);
  text-decoration: none !important;
  color: var(--a43-ink);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s, background 0.2s;
  min-height: 56px;
}
.a43-crudo-drawer-link:hover {
  transform: translateX(4px);
  border-color: rgba(212, 160, 23, 0.35);
  box-shadow: 0 8px 20px rgba(26, 46, 31, 0.06);
}
.a43-crudo-drawer-link.is-active {
  background: linear-gradient(135deg, var(--a43-green-dark) 0%, #2f5233 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 10px 24px rgba(26, 51, 32, 0.2);
}
.a43-crudo-drawer-link-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--a43-cream);
  font-size: 1.15rem;
  flex-shrink: 0;
}
.a43-crudo-drawer-link.is-active .a43-crudo-drawer-link-icon {
  background: rgba(255, 255, 255, 0.14);
}
.a43-crudo-drawer-link-text {
  flex: 1;
  min-width: 0;
}
.a43-crudo-drawer-link-text strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
}
.a43-crudo-drawer-link-text small {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.72rem;
  opacity: 0.72;
  line-height: 1.3;
}
.a43-crudo-drawer-link.is-active .a43-crudo-drawer-link-text small {
  opacity: 0.85;
}
.a43-crudo-drawer-link-arrow {
  flex-shrink: 0;
  font-size: 1.25rem;
  line-height: 1;
  color: var(--a43-orange);
  opacity: 0.85;
}
.a43-crudo-drawer-link.is-active .a43-crudo-drawer-link-arrow {
  color: #fff;
}

.a43-crudo-drawer-cats {
  padding-top: 0.15rem;
}
.a43-crudo-drawer-cat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}
.a43-crudo-drawer-cat {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.62rem 0.7rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(47, 82, 51, 0.1);
  text-decoration: none !important;
  color: var(--a43-ink);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.25;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  min-height: 44px;
}
.a43-crudo-drawer-cat:hover {
  background: rgba(64, 145, 108, 0.08);
  border-color: rgba(64, 145, 108, 0.25);
  transform: translateY(-2px);
}
.a43-crudo-drawer-cat-icon {
  font-size: 1rem;
  line-height: 1;
  flex-shrink: 0;
}

.a43-crudo-drawer-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 0.35rem;
}
.a43-crudo-drawer-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 48px;
  padding: 0.65rem 0.75rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(47, 82, 51, 0.12);
  text-decoration: none !important;
  color: var(--a43-green-dark);
  font-size: 0.82rem;
  font-weight: 700;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.a43-crudo-drawer-action span:first-child {
  font-size: 1rem;
  line-height: 1;
}
.a43-crudo-drawer-action em {
  font-style: normal;
  color: var(--a43-orange);
}
.a43-crudo-drawer-action:hover {
  background: rgba(64, 145, 108, 0.08);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(26, 46, 31, 0.06);
}
.a43-crudo-drawer-action--cart {
  background: linear-gradient(120deg, var(--a43-orange), var(--a43-gold));
  border-color: transparent;
  color: #fff;
}
.a43-crudo-drawer-action--cart:hover {
  background: linear-gradient(120deg, var(--a43-orange-dark), var(--a43-gold));
  color: #fff;
}
.a43-crudo-drawer-action--cart em { color: #fff; opacity: 0.92; }

.a43-crudo-drawer-call {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: rgba(212, 160, 23, 0.12);
  border: 1px dashed rgba(212, 160, 23, 0.45);
  text-decoration: none !important;
  text-align: center;
}
.a43-crudo-drawer-call-kicker {
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--a43-muted);
}
.a43-crudo-drawer-call strong {
  font-size: 1rem;
  color: var(--a43-orange);
}

/* Footer */
.a43-crudo-perks {
  background: var(--a43-white);
  border-top: 1px solid var(--a43-border);
  padding: 2rem 0;
}
.a43-crudo-perks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.a43-crudo-perk {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}
.a43-crudo-perk-icon { font-size: 1.75rem; }
.a43-crudo-perk strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.15rem;
}
.a43-crudo-perk span {
  font-size: 0.88rem;
  color: var(--a43-muted);
}

.a43-crudo-delivery {
  background: linear-gradient(135deg, var(--a43-green-dark) 0%, #1a2e1f 100%);
  color: #fff;
  padding: 3rem 0;
}
.a43-crudo-delivery-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
}
.a43-crudo-delivery-badge {
  display: inline-block;
  background: var(--a43-gold);
  color: var(--a43-ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.25rem 0.65rem;
  border-radius: 4px;
  margin-bottom: 0.75rem;
}
.a43-crudo-delivery-copy h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  margin: 0 0 0.65rem;
  line-height: 1.15;
}
.a43-crudo-delivery-copy p {
  margin: 0 0 1.25rem;
  opacity: 0.88;
  max-width: 42ch;
}
.a43-crudo-delivery-visual {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(255,255,255,0.2);
  margin: 0;
}
.a43-crudo-delivery-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.a43-crudo-footer {
  background: var(--a43-warm);
  padding: 2.5rem 0 0;
}
.a43-crudo-footer-top {
  display: grid;
  grid-template-columns: 1.4fr repeat(2, 1fr) 1.2fr;
  gap: 2rem;
  padding-bottom: 2rem;
}
.a43-crudo-footer-brand p {
  margin: 0.75rem 0 0;
  font-size: 0.9rem;
  color: var(--a43-muted);
  max-width: 34ch;
}
.a43-crudo-footer-col h4,
.a43-crudo-footer-newsletter h4 {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  font-weight: 700;
}
.a43-crudo-footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.a43-crudo-footer-col a {
  color: var(--a43-muted);
  text-decoration: none !important;
  font-size: 0.88rem;
}
.a43-crudo-footer-col a:hover { color: var(--a43-green); }
.a43-crudo-footer-newsletter p {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  color: var(--a43-muted);
}
.a43-crudo-newsletter-form {
  display: flex;
  gap: 0;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid var(--a43-border);
}
.a43-crudo-newsletter-form input {
  flex: 1;
  border: 0;
  padding: 0.65rem 1rem;
  font: inherit;
  min-width: 0;
  background: var(--a43-white);
}
.a43-crudo-newsletter-form button {
  border: 0;
  background: var(--a43-green-dark);
  color: #fff;
  padding: 0 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.a43-crudo-footer-base {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem 0;
  border-top: 1px solid var(--a43-border);
  font-size: 0.82rem;
  color: var(--a43-muted);
}

.a43-crudo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.75rem;
  background: var(--a43-green);
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-decoration: none !important;
  border: 0;
  cursor: pointer;
  transition: background 0.15s, transform 0.15s;
}
.a43-crudo-btn:hover {
  background: var(--a43-green-dark);
  transform: translateY(-1px);
  text-decoration: none !important;
}
.a43-crudo-btn--light {
  background: #fff;
  color: var(--a43-green-dark);
}
.a43-crudo-btn--light:hover { background: var(--a43-cream); }
.a43-crudo-btn--dark {
  background: var(--a43-ink);
  color: #fff;
}

@media (max-width: 960px) {
  .a43-crudo-header-main {
    grid-template-columns: auto 1fr auto;
    gap: 0.65rem;
    padding: 0.75rem 0;
  }
  .a43-crudo-brand-name { font-size: 1.25rem; }
  .a43-crudo-search { display: none; }
  .a43-crudo-nav-row { display: none; }
  .a43-crudo-menu-btn { display: flex; }
  .a43-crudo-topbar-inner {
    justify-content: center;
    text-align: center;
    font-size: 0.76rem;
  }
  .a43-crudo-topbar-phone { font-size: 0.76rem; }
  .a43-crudo-perks-grid { grid-template-columns: 1fr; }
  .a43-crudo-delivery-inner { grid-template-columns: 1fr; }
  .a43-crudo-delivery-visual { justify-self: center; }
  .a43-crudo-footer-top { grid-template-columns: 1fr 1fr; }
  .a43-crudo-drawer-cat-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .a43-crudo-footer-top { grid-template-columns: 1fr; }
  .a43-crudo-tools .a43-crudo-cart-total { display: none; }
  .a43-crudo-account-meta { display: none; }
  .a43-crudo-tool--account { padding: 0.2rem; }
  .a43-crudo-brand-name { font-size: 1.1rem; max-width: 11ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .a43-crudo-topbar p { display: none; }
  .a43-crudo-topbar-inner { justify-content: center; }
  .a43-crudo-drawer-panel { width: min(100vw, 100%); }
  .a43-crudo-drawer-actions { grid-template-columns: 1fr 1fr; }
  .a43-crudo-newsletter-form { flex-direction: column; border-radius: 14px; }
  .a43-crudo-newsletter-form button { padding: 0.75rem; border-radius: 0 0 14px 14px; }
  .a43-crudo-delivery-copy h2 { font-size: 1.45rem; }
  .a43-crudo-btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .a43-crudo-account-ring,
  .a43-crudo-account-dot { animation: none !important; }
}
