/* Vegist-inspired chrome — dark topbar, centered nav, perks strip, category pills */

.a35-topbar {
  background: var(--a35-dark);
  color: #fff;
  font-size: 0.78rem;
}
.a35-topbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 0.5rem 0; flex-wrap: wrap;
}
.a35-topbar-promo { font-weight: 500; }
.a35-topbar-links { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.a35-topbar-links a { color: rgba(255,255,255,0.9); text-decoration: none !important; }
.a35-topbar-links a:hover { color: var(--a35-orange); text-decoration: none !important; }

.a35-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 300;
  box-shadow: 0 2px 20px rgba(30, 30, 30, 0.06);
}

.a35-header-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 0;
}

.a35-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none !important;
  color: var(--a35-ink);
}
.a35-brand-word {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--a35-orange);
  letter-spacing: -0.01em;
}
.a35-brand-petal {
  width: 32px;
  height: 32px;
  background: linear-gradient(145deg, var(--a35-forest) 0%, var(--a35-sage) 100%);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-30deg);
  flex-shrink: 0;
  position: relative;
}
.a35-brand-petal::after {
  content: '';
  position: absolute;
  top: 6px; left: 6px;
  width: 10px; height: 10px;
  background: var(--a35-rose);
  border-radius: 50% 50% 0 50%;
  transform: rotate(20deg);
}
.a35-brand--footer .a35-brand-word { font-size: 1.35rem; }

.a35-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  flex-wrap: wrap;
}
.a35-nav-link {
  display: inline-flex; align-items: center; gap: 0.3rem;
  padding: 0.5rem 0.9rem;
  color: var(--a35-ink);
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none !important;
  border-radius: var(--a35-radius);
  position: relative;
  transition: color 0.15s;
}
.a35-nav-link:hover { color: var(--a35-orange); text-decoration: none !important; }
.a35-nav-link.is-active { color: var(--a35-orange); }
.a35-nav-hot {
  background: var(--a35-red);
  color: #fff;
  font-size: 0.55rem;
  padding: 0.1rem 0.35rem;
  border-radius: 3px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.a35-header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.a35-search-mini {
  display: flex;
  border: 1px solid var(--a35-border);
  border-radius: 999px;
  overflow: hidden;
  background: var(--a35-cream);
}
.a35-search-mini input {
  border: 0;
  padding: 0.45rem 0.75rem;
  font: inherit;
  width: 100px;
  min-width: 0;
  outline: none;
  background: transparent;
  font-size: 0.82rem;
}
.a35-search-mini button {
  border: 0;
  background: transparent;
  padding: 0 0.65rem;
  cursor: pointer;
  color: var(--a35-muted);
}
.a35-action {
  position: relative;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--a35-ink);
  text-decoration: none !important;
  font-size: 1.15rem;
  border-radius: 50%;
  transition: background 0.15s;
}
.a35-action:hover { background: var(--a35-cream); text-decoration: none !important; }
.a35-action--account:hover .a35-account-glyph {
  background: linear-gradient(145deg, var(--a35-orange), var(--a35-rose));
  transform: translateY(-1px);
}
.a35-account-glyph {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: linear-gradient(145deg, var(--a35-sage) 0%, var(--a35-forest) 100%);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.92);
  transition: background 0.2s, transform 0.2s;
}
.a35-account-glyph::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}
.a35-account-glyph::after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 8px;
  border-radius: 10px 10px 0 0;
  background: #fff;
}
.a35-account-glyph--sm {
  display: inline-block;
  vertical-align: -4px;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  margin-right: 0.35rem;
}
.a35-account-glyph--sm::before {
  top: 3px;
  width: 6px;
  height: 6px;
}
.a35-account-glyph--sm::after {
  bottom: 2px;
  width: 11px;
  height: 6px;
}
.a35-mobile-secondary a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.a35-action-count {
  position: absolute;
  top: 2px; right: 2px;
  min-width: 16px; height: 16px;
  padding: 0 4px;
  background: var(--a35-orange);
  color: #fff;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}

.a35-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  background: var(--a35-cream);
  border: 1px solid var(--a35-border);
  border-radius: 12px;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.a35-menu-toggle:hover {
  background: #fff;
  border-color: var(--a35-orange);
  box-shadow: 0 4px 14px rgba(232, 145, 58, 0.15);
}

.a35-menu-bar {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--a35-ink);
  border-radius: 999px;
  transition: transform 0.25s, opacity 0.2s, width 0.2s;
}

.a35-menu-toggle.is-open .a35-menu-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.a35-menu-toggle.is-open .a35-menu-bar:nth-child(2) {
  opacity: 0;
  width: 0;
}

.a35-menu-toggle.is-open .a35-menu-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.a35-perks-bar {
  background: var(--a35-cream);
  border-top: 1px solid var(--a35-border);
  border-bottom: 1px solid var(--a35-border);
}
.a35-perks-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 0.65rem 0;
}
.a35-perk {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.78rem;
}
.a35-perk-icon { font-size: 1.25rem; color: var(--a35-orange); }
.a35-perk strong { display: block; font-weight: 700; color: var(--a35-ink); line-height: 1.2; }
.a35-perk span { color: var(--a35-muted); font-size: 0.72rem; }

.a35-cat-strip {
  background: #fff;
  border-bottom: 1px solid var(--a35-border);
  overflow-x: auto;
}
.a35-cat-strip-inner {
  display: flex;
  gap: 0.5rem;
  padding: 0.65rem 0;
  flex-wrap: nowrap;
  min-width: min-content;
}
.a35-cat-pill {
  flex-shrink: 0;
  padding: 0.4rem 1rem;
  background: var(--a35-warm);
  border: 1px solid var(--a35-border);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--a35-ink);
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.15s, border-color 0.15s;
}
.a35-cat-pill:hover {
  background: var(--a35-orange);
  border-color: var(--a35-orange);
  color: #fff;
  text-decoration: none !important;
}

/* Mobile drawer — Greenhouse Bloom menu */
.a35-mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 500;
  pointer-events: none;
}

.a35-mobile-drawer[aria-hidden="false"] {
  pointer-events: auto;
}

.a35-mobile-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 22, 18, 0.52);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.a35-mobile-drawer[aria-hidden="false"] .a35-mobile-backdrop {
  opacity: 1;
}

.a35-mobile-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(360px, 92vw);
  height: 100%;
  background: var(--a35-warm);
  transform: translateX(104%);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 0 1.25rem;
  box-shadow: -16px 0 48px rgba(26, 22, 18, 0.18);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.a35-mobile-drawer[aria-hidden="false"] .a35-mobile-panel {
  transform: translateX(0);
}

.a35-drawer-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1.1rem 1rem 1rem;
  background:
    linear-gradient(145deg, var(--a35-forest) 0%, #2f4535 55%, var(--a35-sage) 100%);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 2;
}

.a35-drawer-hero-copy {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}

.a35-drawer-hero-copy strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1.2;
}

.a35-drawer-hero-copy span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.82);
}

.a35-drawer-close {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  position: relative;
}

.a35-drawer-close span,
.a35-drawer-close span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  content: '';
}

.a35-drawer-close span {
  transform: translate(-50%, -50%) rotate(45deg);
}

.a35-drawer-close span::before {
  transform: rotate(-90deg);
}

.a35-drawer-quick {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  padding: 0 1rem;
}

.a35-drawer-quick-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  min-height: 74px;
  padding: 0.7rem 0.75rem;
  background: #fff;
  border: 1px solid var(--a35-border);
  border-radius: 14px;
  text-decoration: none !important;
  color: var(--a35-ink);
  box-shadow: 0 4px 14px rgba(42, 33, 24, 0.05);
  transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
}

.a35-drawer-quick-btn:hover {
  border-color: var(--a35-orange);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(232, 145, 58, 0.12);
  text-decoration: none !important;
}

.a35-drawer-quick-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: rgba(61, 90, 69, 0.1);
  color: var(--a35-forest);
  font-size: 0.95rem;
  line-height: 1;
}

.a35-drawer-quick-icon--account {
  position: relative;
  background: linear-gradient(145deg, var(--a35-sage) 0%, var(--a35-forest) 100%);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.92);
}

.a35-drawer-quick-icon--account::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}

.a35-drawer-quick-icon--account::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 8px;
  border-radius: 10px 10px 0 0;
  background: #fff;
}

.a35-drawer-quick-label {
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
}

.a35-drawer-quick-label em {
  font-style: normal;
  color: var(--a35-orange);
}

.a35-drawer-search {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.35rem;
  margin: 0 1rem;
  padding: 0.35rem 0.35rem 0.35rem 0.65rem;
  background: #fff;
  border: 1px solid var(--a35-border);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.a35-drawer-search-icon {
  color: var(--a35-muted);
  font-size: 0.9rem;
  line-height: 1;
}

.a35-drawer-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  padding: 0.45rem 0;
  font: inherit;
  font-size: 0.84rem;
  outline: none;
  background: transparent;
}

.a35-drawer-search button {
  border: 0;
  border-radius: 999px;
  background: var(--a35-orange);
  color: #fff;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.5rem 0.85rem;
  cursor: pointer;
}

.a35-drawer-section-label {
  margin: 0 0 0.45rem;
  padding: 0 1rem;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--a35-muted);
}

.a35-drawer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0 1rem;
}

.a35-drawer-nav-link {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 0.65rem;
  padding: 0.72rem 0.8rem;
  background: #fff;
  border: 1px solid var(--a35-border);
  border-radius: 12px;
  text-decoration: none !important;
  color: var(--a35-ink);
  transition: border-color 0.15s, background 0.15s, transform 0.15s;
}

.a35-drawer-nav-link:hover {
  border-color: var(--a35-sage);
  transform: translateX(2px);
  text-decoration: none !important;
}

.a35-drawer-nav-link.is-active {
  border-color: var(--a35-orange);
  background: rgba(232, 145, 58, 0.08);
}

.a35-drawer-nav-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--a35-cream);
  font-size: 1rem;
  line-height: 1;
}

.a35-drawer-nav-link.is-active .a35-drawer-nav-icon {
  background: rgba(232, 145, 58, 0.16);
}

.a35-drawer-nav-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  font-size: 0.88rem;
  font-weight: 700;
}

.a35-drawer-hot {
  display: inline-flex;
  align-items: center;
  padding: 0.12rem 0.4rem;
  border-radius: 999px;
  background: var(--a35-red);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.a35-drawer-nav-chevron {
  color: var(--a35-muted);
  font-size: 1.15rem;
  line-height: 1;
}

.a35-drawer-cats {
  padding: 0 1rem;
}

.a35-drawer-cat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.a35-drawer-cat-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.45rem 0.55rem;
  background: #fff;
  border: 1px solid var(--a35-border);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
  color: var(--a35-ink);
  text-decoration: none !important;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.a35-drawer-cat-chip:hover {
  background: var(--a35-forest);
  border-color: var(--a35-forest);
  color: #fff;
  text-decoration: none !important;
}

.a35-drawer-foot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.35rem;
  margin-top: auto;
  padding: 0.85rem 1rem 0;
  border-top: 1px solid var(--a35-border);
}

.a35-drawer-foot a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.45rem 0.35rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--a35-border);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--a35-muted);
  text-align: center;
  text-decoration: none !important;
}

.a35-drawer-foot a:hover {
  color: var(--a35-forest);
  border-color: var(--a35-sage);
  text-decoration: none !important;
}

body.a35-drawer-open {
  overflow: hidden;
}

/* Footer */
.a35-footer {
  background: #fff;
  position: relative;
  margin-top: 3rem;
  border-top: 1px solid var(--a35-border);
}
.a35-footer-wave {
  height: 6px;
  background: linear-gradient(90deg, var(--a35-orange), var(--a35-rose), var(--a35-forest), var(--a35-sage));
}
.a35-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  padding: 2.5rem 0 2rem;
}
.a35-footer-brand p { font-size: 0.88rem; color: var(--a35-muted); line-height: 1.6; max-width: 36ch; }
.a35-footer-contact { margin-top: 1.25rem; }
.a35-footer-contact h4 { margin: 0 0 0.65rem; font-size: 0.95rem; }
.a35-footer-contact p { margin: 0.35rem 0; font-size: 0.85rem; color: var(--a35-muted); }
.a35-footer-address { max-width: 28ch; }
.a35-footer-col h4 { margin: 0 0 0.85rem; font-size: 0.95rem; color: var(--a35-ink); }
.a35-footer-col a {
  display: block; padding: 0.25rem 0;
  font-size: 0.85rem; color: var(--a35-muted);
  text-decoration: none !important;
}
.a35-footer-col a:hover { color: var(--a35-orange); text-decoration: none !important; }
.a35-footer-base {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap;
  padding: 1rem 0 1.5rem;
  border-top: 1px solid var(--a35-border);
  font-size: 0.78rem; color: var(--a35-muted);
}
.a35-pay-icons { opacity: 0.85; }
.a35-back-top {
  width: 36px; height: 36px;
  display: grid; place-items: center;
  background: var(--a35-orange);
  color: #fff;
  border-radius: 50%;
  text-decoration: none !important;
  font-size: 0.75rem;
}
.a35-back-top:hover { background: var(--a35-orange-dark); text-decoration: none !important; }

@media (max-width: 1024px) {
  .a35-nav { display: none; }
  .a35-search-mini { display: none; }
  .a35-menu-toggle { display: flex; }
  .a35-header-main {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 0.65rem;
    padding: 0.85rem 0;
  }
  .a35-brand-word { font-size: 1.45rem; }
  .a35-header-actions {
    display: flex;
    align-items: center;
    gap: 0.35rem;
  }
  .a35-action {
    width: 38px;
    height: 38px;
    font-size: 1.05rem;
    background: var(--a35-cream);
    border: 1px solid var(--a35-border);
    border-radius: 12px;
  }
  .a35-action:hover {
    background: #fff;
    border-color: var(--a35-orange);
    box-shadow: 0 4px 14px rgba(232, 145, 58, 0.12);
  }
  .a35-action-cart {
    background: rgba(232, 145, 58, 0.1);
    border-color: rgba(232, 145, 58, 0.35);
  }
  .a35-perks-inner { grid-template-columns: repeat(2, 1fr); }
  .a35-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .a35-topbar-links { display: none; }
  .a35-perks-bar { display: none; }
  .a35-cat-strip { display: none; }
  .a35-footer-grid { grid-template-columns: 1fr; }
  .a35-header-actions .a35-action--account { display: grid; }
  .a35-drawer-foot {
    grid-template-columns: 1fr;
  }
}
