/* Vegist-inspired chrome — terracotta accents, contact blocks, ribbon nav */

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

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

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

.a34-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none !important;
  color: var(--a34-ink);
}
.a34-brand-word {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.a34-brand-leaf {
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, var(--a34-terracotta) 40%, var(--a34-olive) 100%);
  border-radius: 50% 0 50% 50%;
  transform: rotate(-45deg);
  flex-shrink: 0;
}
.a34-brand--footer .a34-brand-word { font-size: 1.35rem; color: var(--a34-ink); }

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

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

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

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

.a34-navbar {
  background: var(--a34-cream);
  border-bottom: 1px solid var(--a34-border);
  position: relative;
}
.a34-navbar-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 52px;
  padding: 0.35rem 0;
}

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

.a34-nav-promo {
  margin: 0 0 0 auto;
  font-size: 0.82rem;
  color: var(--a34-muted);
  white-space: nowrap;
}
.a34-nav-promo strong { color: var(--a34-terracotta); }

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

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

.a34-mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 500;
  pointer-events: none;
}
.a34-mobile-drawer.is-open { pointer-events: auto; }
.a34-mobile-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(44, 36, 22, 0.55);
  opacity: 0;
  transition: opacity 0.28s;
  backdrop-filter: blur(2px);
}
.a34-mobile-drawer.is-open .a34-mobile-backdrop { opacity: 1; }
.a34-mobile-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(360px, 92vw);
  height: 100%;
  background: linear-gradient(180deg, var(--a34-cream) 0%, #fff 120px);
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 0 1.5rem;
  box-shadow: -8px 0 32px rgba(44, 36, 22, 0.15);
  -webkit-overflow-scrolling: touch;
}
.a34-mobile-drawer.is-open .a34-mobile-panel { transform: translateX(0); }

.a34-mobile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1rem 0.85rem;
  position: sticky;
  top: 0;
  z-index: 2;
  background: linear-gradient(180deg, var(--a34-cream) 85%, transparent);
}
.a34-mobile-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}
.a34-mobile-brand .a34-brand-leaf {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.a34-mobile-brand strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--a34-ink);
  line-height: 1.2;
}
.a34-mobile-brand span {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--a34-muted);
}
.a34-mobile-close {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: 1px solid var(--a34-border);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  padding: 0;
  display: grid;
  place-items: center;
  transition: background 0.15s, border-color 0.15s;
}
.a34-mobile-close:hover { background: var(--a34-warm); border-color: var(--a34-olive); }
.a34-mobile-close span {
  display: block;
  width: 14px;
  height: 14px;
  position: relative;
}
.a34-mobile-close span::before,
.a34-mobile-close span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--a34-ink);
  border-radius: 999px;
}
.a34-mobile-close span::before { transform: rotate(45deg); }
.a34-mobile-close span::after { transform: rotate(-45deg); }

.a34-mobile-quick {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  padding: 0 1rem 0.85rem;
}
.a34-mobile-quick-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 0.65rem 0.35rem;
  background: #fff;
  border: 1px solid var(--a34-border);
  border-radius: 12px;
  text-decoration: none !important;
  color: var(--a34-ink);
  font-size: 0.68rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.a34-mobile-quick-btn:hover {
  border-color: var(--a34-olive);
  box-shadow: 0 4px 12px rgba(90, 114, 71, 0.12);
}
.a34-mobile-quick-icon {
  font-size: 1.15rem;
  line-height: 1;
}
.a34-mobile-quick-badge {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  background: var(--a34-terracotta);
  color: #fff;
  border-radius: 999px;
  font-size: 0.55rem;
  font-style: normal;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.a34-mobile-search {
  display: flex;
  gap: 0;
  margin: 0 1rem 0.85rem;
  border: 2px solid var(--a34-border);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}
.a34-mobile-search input {
  flex: 1;
  min-width: 0;
  padding: 0.7rem 1rem;
  border: 0;
  font: inherit;
  font-size: 0.9rem;
  outline: none;
  background: transparent;
}
.a34-mobile-search button {
  border: 0;
  background: var(--a34-olive);
  color: #fff;
  padding: 0 1.1rem;
  cursor: pointer;
  font-size: 1rem;
  flex-shrink: 0;
}
.a34-mobile-search button:hover { background: var(--a34-sage); }

.a34-mobile-section-label {
  margin: 0 0 0.55rem;
  padding: 0 1rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--a34-muted);
}

.a34-mobile-nav { margin-bottom: 0.75rem; }
.a34-mobile-nav-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  padding: 0 1rem;
}
.a34-mobile-nav-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  padding: 0.75rem 0.85rem;
  background: #fff;
  border: 1px solid var(--a34-border);
  border-radius: 14px;
  text-decoration: none !important;
  color: var(--a34-ink);
  min-height: 72px;
  transition: border-color 0.15s, background 0.15s, transform 0.15s;
}
.a34-mobile-nav-btn:hover,
.a34-mobile-nav-btn.is-active {
  border-color: var(--a34-olive);
  background: rgba(90, 114, 71, 0.06);
}
.a34-mobile-nav-btn.is-active {
  box-shadow: inset 0 0 0 1px rgba(90, 114, 71, 0.2);
}
.a34-mobile-nav-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--a34-cream);
  display: grid;
  place-items: center;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--a34-olive);
}
.a34-mobile-nav-btn.is-active .a34-mobile-nav-icon {
  background: var(--a34-olive);
  color: #fff;
}
.a34-mobile-nav-label {
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.25;
}
.a34-mobile-nav-hot {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0.12rem 0.4rem;
  background: var(--a34-red);
  color: #fff;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
}

.a34-mobile-acc {
  margin: 0 1rem 0.75rem;
  border: 1px solid var(--a34-border);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.a34-mobile-acc-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  border: 0;
  background: #fff;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--a34-ink);
  cursor: pointer;
  text-align: left;
}
.a34-mobile-acc-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--a34-cream);
  display: grid;
  place-items: center;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--a34-terracotta);
  flex-shrink: 0;
}
.a34-mobile-acc-caret {
  margin-left: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--a34-muted);
  border-bottom: 2px solid var(--a34-muted);
  transform: rotate(45deg);
  transition: transform 0.2s;
  flex-shrink: 0;
}
.a34-mobile-acc-toggle[aria-expanded="true"] .a34-mobile-acc-caret {
  transform: rotate(-135deg);
}
.a34-mobile-acc-panel {
  padding: 0 1rem 0.85rem;
  border-top: 1px dashed var(--a34-border);
}
.a34-mobile-cat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
  padding-top: 0.75rem;
}
.a34-mobile-cat-link {
  display: block;
  padding: 0.5rem 0.65rem;
  background: var(--a34-warm);
  border: 1px solid var(--a34-border);
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--a34-ink);
  text-decoration: none !important;
  line-height: 1.3;
  transition: background 0.15s, border-color 0.15s;
}
.a34-mobile-cat-link:hover {
  background: #fff;
  border-color: var(--a34-olive);
  color: var(--a34-terracotta);
}

.a34-mobile-secondary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem 0.65rem;
  padding: 0 1rem 0.85rem;
}
.a34-mobile-secondary a {
  padding: 0.45rem 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--a34-muted);
  text-decoration: none !important;
}
.a34-mobile-secondary a:hover { color: var(--a34-terracotta); }

.a34-mobile-promo {
  margin: 0 1rem 0.75rem;
  padding: 0.75rem 1rem;
  background: linear-gradient(135deg, var(--a34-olive) 0%, var(--a34-sage) 100%);
  border-radius: 12px;
  color: #fff;
  text-align: center;
}
.a34-mobile-promo strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 0.15rem;
}
.a34-mobile-promo span {
  font-size: 0.72rem;
  opacity: 0.9;
}

.a34-mobile-contact {
  display: grid;
  gap: 0.45rem;
  padding: 0 1rem;
  margin-top: 0.25rem;
}
.a34-mobile-contact a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.75rem;
  background: #fff;
  border: 1px solid var(--a34-border);
  border-radius: 10px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--a34-ink);
  text-decoration: none !important;
  word-break: break-all;
}
.a34-mobile-contact a span:first-child {
  color: var(--a34-terracotta);
  flex-shrink: 0;
}

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

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

.a34-footer {
  background: var(--a34-cream);
  border-top: 1px solid var(--a34-border);
  padding: 2.5rem 0 0;
}
.a34-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 2rem;
  padding-bottom: 2rem;
}
.a34-footer-brand p {
  margin: 0.75rem 0 0;
  font-size: 0.88rem;
  color: var(--a34-muted);
  line-height: 1.6;
  max-width: 32ch;
}
.a34-footer-social-label { font-size: 0.78rem; font-weight: 700; margin: 1rem 0 0.35rem; }
.a34-footer-social { display: flex; gap: 0.65rem; color: var(--a34-muted); }
.a34-footer-col h4 {
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
  font-weight: 700;
}
.a34-footer-col a {
  display: block;
  padding: 0.2rem 0;
  color: var(--a34-muted);
  font-size: 0.85rem;
  text-decoration: none !important;
}
.a34-footer-col a:hover { color: var(--a34-terracotta); }
.a34-footer-base {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap;
  padding: 1rem 0;
  border-top: 1px solid var(--a34-border);
  font-size: 0.82rem;
  color: var(--a34-muted);
}
.a34-pay-icons { opacity: 0.85; }
.a34-back-top {
  width: 36px; height: 36px;
  border: 2px solid var(--a34-olive);
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--a34-olive);
  text-decoration: none !important;
  font-size: 0.75rem;
}
.a34-back-top:hover { background: var(--a34-olive); color: #fff; text-decoration: none !important; }
