/* Appily thirtyeight — plum arcade chrome */

.a38-hotline {
  background: var(--a38-plum-dark);
  color: rgba(255,255,255,0.92);
  font-size: 0.78rem;
}
.a38-hotline-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 0.55rem 0; flex-wrap: wrap;
}
.a38-hotline-left { display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; }
.a38-hotline-badge {
  background: var(--a38-copper);
  color: #fff;
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
}
.a38-hotline-right { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.a38-hotline-right a { color: rgba(255,255,255,0.92); text-decoration: none !important; }
.a38-hotline-right a:hover { color: var(--a38-sand); }
.a38-hotline-phone { font-weight: 600; }

.a38-header--arcade { background: #fff; position: sticky; top: 0; z-index: 300; box-shadow: var(--a38-shadow); }
.a38-header-shell {
  display: grid;
  grid-template-columns: auto auto 1fr auto auto;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 0;
}
.a38-browse-toggle {
  display: inline-flex; align-items: center; gap: 0.5rem;
  border: 0; background: var(--a38-plum); color: #fff;
  padding: 0.65rem 1rem; border-radius: var(--a38-radius);
  font: inherit; font-weight: 600; font-size: 0.82rem; cursor: pointer;
}
.a38-browse-toggle:hover { background: var(--a38-plum-dark); }
.a38-browse-icon {
  width: 14px; height: 10px; position: relative; display: block;
}
.a38-browse-icon::before,
.a38-browse-icon::after,
.a38-browse-icon {
  background: #fff; border-radius: 1px;
}
.a38-browse-icon::before,
.a38-browse-icon::after {
  content: ''; position: absolute; left: 0; width: 14px; height: 2px;
}
.a38-browse-icon::before { top: 0; }
.a38-browse-icon::after { bottom: 0; }
.a38-browse-icon { height: 2px; align-self: center; }

.a38-brand--stacked {
  display: inline-grid; grid-template-columns: auto 1fr; gap: 0.55rem;
  align-items: center; text-decoration: none !important; color: var(--a38-ink);
}
.a38-brand-gem {
  width: 42px; height: 42px; border-radius: 12px 12px 12px 4px;
  display: grid; place-items: center;
  background: linear-gradient(145deg, var(--a38-copper), var(--a38-gold));
  color: #fff; font-weight: 800; font-size: 0.95rem;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.35);
}
.a38-brand-gem--sm { width: 32px; height: 32px; font-size: 0.75rem; border-radius: 9px 9px 9px 3px; }
.a38-brand-stack { display: flex; flex-direction: column; line-height: 1.05; }
.a38-brand-kicker {
  font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--a38-muted); font-weight: 600;
}
.a38-brand-word {
  font-family: var(--font-display);
  font-size: 1.35rem; font-weight: 800; color: var(--a38-plum);
}

.a38-search-ribbon {
  display: flex; border: 2px solid var(--a38-border); border-radius: 999px;
  overflow: hidden; background: var(--a38-sand); min-width: 0;
}
.a38-search-ribbon input {
  border: 0; padding: 0.6rem 1rem; font: inherit; flex: 1; min-width: 0;
  outline: none; background: transparent;
}
.a38-search-ribbon button {
  border: 0; background: var(--a38-copper); color: #fff;
  padding: 0 1.2rem; font-weight: 700; cursor: pointer;
}
.a38-search-ribbon button:hover { background: var(--a38-copper-dark); }

.a38-ribbon-nav { background: var(--a38-sand); border-top: 1px solid var(--a38-border); }
.a38-ribbon-nav-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 0.15rem; flex-wrap: wrap; padding: 0.45rem 0;
}
.a38-ribbon-link {
  display: inline-flex; align-items: center; gap: 0.35rem;
  padding: 0.45rem 0.85rem; color: var(--a38-ink);
  font-weight: 600; font-size: 0.84rem; text-decoration: none !important;
  border-radius: 999px; transition: background 0.15s, color 0.15s;
}
.a38-ribbon-link:hover { background: rgba(74,25,66,0.08); color: var(--a38-plum); text-decoration: none !important; }
.a38-ribbon-link.is-active { background: var(--a38-plum); color: #fff; }
.a38-ribbon-hot {
  background: var(--a38-red); color: #fff; font-size: 0.55rem;
  padding: 0.1rem 0.35rem; border-radius: 3px; font-weight: 700;
}

.a38-browse-panel { position: fixed; inset: 0; z-index: 500; pointer-events: none; }
.a38-browse-panel[aria-hidden="false"] { pointer-events: auto; }
.a38-browse-backdrop {
  position: absolute; inset: 0; background: rgba(30,18,32,0.45);
  opacity: 0; transition: opacity 0.2s;
}
.a38-browse-panel[aria-hidden="false"] .a38-browse-backdrop { opacity: 1; }
.a38-browse-sheet {
  position: absolute; top: 0; left: 0; width: min(360px, 92vw); height: 100%;
  background: #fff; transform: translateX(-105%); transition: transform 0.25s ease;
  display: flex; flex-direction: column; box-shadow: 8px 0 40px rgba(74,25,66,0.15);
}
.a38-browse-panel[aria-hidden="false"] .a38-browse-sheet { transform: translateX(0); }
.a38-browse-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 1.1rem; background: var(--a38-plum); color: #fff;
}
.a38-browse-head h2 { margin: 0; font-size: 1rem; font-family: var(--font-display); }
.a38-browse-close {
  border: 0; background: transparent; color: #fff; font-size: 1.5rem;
  line-height: 1; cursor: pointer; padding: 0.2rem 0.4rem;
}
.a38-browse-list { list-style: none; margin: 0; padding: 0.5rem 0; overflow: auto; flex: 1; }
.a38-browse-list a {
  display: grid; grid-template-columns: 52px 1fr; gap: 0.75rem; align-items: center;
  padding: 0.65rem 1rem; text-decoration: none !important; color: var(--a38-ink);
  border-bottom: 1px solid var(--a38-border);
}
.a38-browse-list a:hover { background: var(--a38-cream); }
.a38-browse-thumb {
  width: 52px; height: 52px; border-radius: 10px; overflow: hidden;
  background: var(--a38-photo-bg); border: 1px solid var(--a38-border);
}
.a38-browse-thumb img { width: 100%; height: 100%; object-fit: cover; }
.a38-browse-meta strong { display: block; font-size: 0.9rem; }
.a38-browse-meta span { color: var(--a38-muted); font-size: 0.78rem; }

.a38-footer--arcade {
  background: #fff;
  color: var(--a38-ink);
  margin-top: 3rem;
  border-top: 1px solid var(--a38-border);
}
.a38-footer-newsletter {
  background: linear-gradient(90deg, var(--a38-copper), var(--a38-gold));
  color: #fff;
  padding: 1.5rem 0;
}
.a38-footer-newsletter-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; flex-wrap: wrap;
}
.a38-footer-newsletter h3 { margin: 0 0 0.25rem; font-family: var(--font-display); color: #fff; }
.a38-footer-newsletter p { margin: 0; color: rgba(255, 255, 255, 0.95); }
.a38-footer-subscribe {
  display: flex;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(14, 36, 28, 0.18);
  box-shadow: 0 8px 20px rgba(14, 36, 28, 0.1);
}
.a38-footer-subscribe input {
  border: 0;
  background: #fff;
  color: #0E241C;
  padding: 0.7rem 1rem;
  font: inherit;
  min-width: 220px;
  outline: none;
}
.a38-footer-subscribe input::placeholder { color: #5a7368; opacity: 1; }
.a38-footer-subscribe button {
  border: 0;
  background: #063D36;
  color: #fff;
  padding: 0 1.25rem;
  font-weight: 700;
  cursor: pointer;
}
.a38-footer-grid {
  display: grid; grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 2rem; padding: 2.5rem 0 2rem;
}
.a38-footer--arcade .a38-brand-word { color: var(--a38-plum); }
.a38-footer--arcade p,
.a38-footer--arcade .a38-footer-brand p,
.a38-footer--arcade .a38-footer-contact p {
  color: #3d554a;
}
.a38-footer--arcade h4,
.a38-footer--arcade .a38-footer-col h4,
.a38-footer--arcade .a38-footer-contact h4 {
  color: #063D36;
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
}
.a38-footer-subhead { margin-top: 1.25rem !important; }
.a38-footer--arcade a,
.a38-footer--arcade .a38-footer-col a {
  color: #3d554a;
  text-decoration: none;
  display: block;
  margin-bottom: 0.45rem;
}
.a38-footer--arcade a:hover,
.a38-footer--arcade .a38-footer-col a:hover {
  color: var(--a38-copper);
}
.a38-footer-base {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  flex-wrap: wrap; padding: 1rem 0 1.25rem;
  border-top: 1px solid rgba(14, 36, 28, 0.14);
  font-size: 0.82rem;
  color: #3d554a;
}
.a38-footer-perks { opacity: 1; color: #3d554a; }
.a38-footer--arcade .a38-back-top {
  background: var(--a38-copper); color: #fff; width: 36px; height: 36px;
  display: grid; place-items: center; border-radius: 8px; text-decoration: none !important;
}

/* Legacy chrome overrides (shop pages, drawers, actions) */

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

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

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

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

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

.a38-header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.a38-search-mini {
  display: flex;
  border: 1px solid var(--a38-border);
  border-radius: 999px;
  overflow: hidden;
  background: var(--a38-cream);
}
.a38-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;
}
.a38-search-mini button {
  border: 0;
  background: transparent;
  padding: 0 0.65rem;
  cursor: pointer;
  color: var(--a38-muted);
}
.a38-action {
  position: relative;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--a38-ink);
  text-decoration: none !important;
  font-size: 1.15rem;
  border-radius: 50%;
  transition: background 0.15s;
}
.a38-action:hover { background: var(--a38-cream); text-decoration: none !important; }

/* Seed Pass account glyph */
.a38-action--account {
  width: 42px;
  height: 42px;
}
.a38-action--account::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  border: 1.5px dashed rgba(15, 107, 92, 0.28);
  pointer-events: none;
  transition: border-color 0.2s, transform 0.35s;
}
.a38-action--account:hover {
  background: rgba(214, 255, 75, 0.18);
}
.a38-action--account:hover::before {
  border-color: rgba(15, 107, 92, 0.55);
  transform: rotate(18deg);
}
.a38-action--account:hover .a38-account-glyph {
  transform: translateY(-1px) scale(1.04);
  box-shadow:
    0 4px 12px rgba(6, 61, 54, 0.22),
    3px 3px 0 rgba(214, 255, 75, 0.65);
}
.a38-action--account.is-signed-in .a38-account-glyph {
  background:
    linear-gradient(145deg, #0F6B5C 0%, #063D36 100%);
}
.a38-action--account.is-verified::after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #D6FF4B;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(6, 61, 54, 0.25);
  z-index: 2;
  pointer-events: none;
}
.a38-action--account.is-verified .a38-account-glyph {
  animation: a38PassPulse 2.8s ease-out infinite;
}
@keyframes a38PassPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(214, 255, 75, 0.35), 2px 2px 0 rgba(6, 61, 54, 0.15); }
  55% { box-shadow: 0 0 0 7px rgba(214, 255, 75, 0), 2px 2px 0 rgba(6, 61, 54, 0.15); }
}

.a38-account-glyph {
  position: relative;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 9px 4px 9px 4px;
  background:
    linear-gradient(145deg, #1A8A76 0%, #0F6B5C 55%, #063D36 100%);
  box-shadow:
    inset 0 0 0 1.5px rgba(255, 255, 255, 0.22),
    2px 2px 0 rgba(6, 61, 54, 0.15);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  overflow: hidden;
}
.a38-account-glyph::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D6FF4B;
  box-shadow: 0 0 0 2px rgba(214, 255, 75, 0.25);
  z-index: 1;
}
.a38-account-glyph::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 9px;
  border-radius: 10px 10px 3px 3px;
  background: rgba(255, 255, 255, 0.92);
  z-index: 1;
}
.a38-action--account.is-signed-in .a38-account-glyph::before,
.a38-action--account.is-signed-in .a38-account-glyph::after {
  display: none;
}
.a38-account-initial {
  position: relative;
  z-index: 1;
  font-style: normal;
  font-family: "Syne", "Avenir Next", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #D6FF4B;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.a38-account-glyph--sm {
  display: inline-grid;
  place-items: center;
  vertical-align: -5px;
  width: 18px;
  height: 18px;
  border-radius: 6px 2px 6px 2px;
  margin-right: 0.35rem;
}
.a38-account-glyph--sm::before {
  top: 3px;
  width: 5px;
  height: 5px;
}
.a38-account-glyph--sm::after {
  bottom: 2px;
  width: 11px;
  height: 6px;
}

@media (prefers-reduced-motion: reduce) {
  .a38-action--account.is-verified .a38-account-glyph {
    animation: none;
  }
  .a38-action--account:hover::before {
    transform: none;
  }
}
.a38-mobile-secondary a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.a38-action-count {
  position: absolute;
  top: 2px; right: 2px;
  min-width: 16px; height: 16px;
  padding: 0 4px;
  background: var(--a38-orange);
  color: #fff;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}
.a38-action-cart.is-empty .a38-action-count,
.a38-action-count:empty {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.a38-mobile-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(360px, 92vw);
  height: 100%;
  background: var(--a38-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;
}

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

.a38-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(--a38-plum) 0%, var(--a38-plum-dark) 52%, var(--a38-copper) 100%);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 2;
}

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

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

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

.a38-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;
}

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

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

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

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

.a38-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(--a38-border);
  border-radius: 14px;
  text-decoration: none !important;
  color: var(--a38-ink);
  box-shadow: 0 4px 14px rgba(42, 33, 24, 0.05);
  transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
}

.a38-drawer-quick-btn:hover {
  border-color: var(--a38-copper);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(184, 115, 51, 0.16);
  text-decoration: none !important;
}

.a38-drawer-quick-btn--cart {
  background: linear-gradient(180deg, #fff 0%, rgba(245, 230, 211, 0.45) 100%);
  border-color: rgba(184, 115, 51, 0.28);
}

.a38-drawer-quick-btn.is-signed-in .a38-drawer-quick-icon--account {
  background: linear-gradient(145deg, #0F6B5C 0%, #063D36 100%);
  box-shadow:
    inset 0 0 0 1.5px rgba(255, 255, 255, 0.22),
    2px 2px 0 rgba(214, 255, 75, 0.45);
}

.a38-drawer-quick-btn.is-verified .a38-drawer-quick-icon--account {
  outline: 2px solid #D6FF4B;
  outline-offset: 2px;
}

.a38-drawer-initial {
  font-style: normal;
  font-family: "Syne", "Avenir Next", sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  color: #D6FF4B;
  line-height: 1;
  letter-spacing: -0.02em;
}

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

.a38-drawer-quick-icon--account {
  position: relative;
  background: linear-gradient(145deg, #1A8A76 0%, #0F6B5C 55%, #063D36 100%);
  box-shadow:
    inset 0 0 0 1.5px rgba(255, 255, 255, 0.22),
    2px 2px 0 rgba(6, 61, 54, 0.12);
  overflow: hidden;
}

.a38-drawer-quick-btn.is-signed-in .a38-drawer-quick-icon--account::before,
.a38-drawer-quick-btn.is-signed-in .a38-drawer-quick-icon--account::after {
  display: none;
}

.a38-drawer-quick-icon--account::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D6FF4B;
  box-shadow: 0 0 0 2px rgba(214, 255, 75, 0.25);
}

.a38-drawer-quick-icon--account::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 9px;
  border-radius: 10px 10px 3px 3px;
  background: rgba(255, 255, 255, 0.92);
}

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

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

.a38-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(--a38-border);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

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

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

.a38-drawer-search button {
  border: 0;
  border-radius: 999px;
  background: var(--a38-plum);
  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;
}

.a38-drawer-search button:hover {
  background: var(--a38-plum-dark);
}

.a38-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(--a38-muted);
}

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

.a38-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(--a38-border);
  border-radius: 12px;
  text-decoration: none !important;
  color: var(--a38-ink);
  transition: border-color 0.15s, background 0.15s, transform 0.15s;
}

.a38-drawer-nav-link:hover {
  border-color: rgba(74, 25, 66, 0.22);
  background: rgba(245, 230, 211, 0.35);
  transform: translateX(2px);
  text-decoration: none !important;
}

.a38-drawer-nav-link.is-active {
  border-color: var(--a38-plum);
  background: rgba(74, 25, 66, 0.08);
  box-shadow: inset 3px 0 0 var(--a38-copper);
}

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

.a38-drawer-nav-link.is-active .a38-drawer-nav-icon {
  background: rgba(184, 115, 51, 0.18);
}

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

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

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

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

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

.a38-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(--a38-border);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
  color: var(--a38-ink);
  text-decoration: none !important;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.a38-drawer-cat-chip:hover {
  background: rgba(184, 115, 51, 0.12);
  border-color: var(--a38-copper);
  color: var(--a38-plum);
  text-decoration: none !important;
}

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

.a38-drawer-foot-btn,
.a38-drawer-foot a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 68px;
  padding: 0.65rem 0.45rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--a38-border);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--a38-ink);
  text-align: center;
  text-decoration: none !important;
  transition: border-color 0.15s, background 0.15s, transform 0.15s;
}

.a38-drawer-foot-btn span:first-child,
.a38-drawer-foot a span:first-child {
  font-size: 1.1rem;
  line-height: 1;
}

.a38-drawer-foot-btn:hover,
.a38-drawer-foot a:hover {
  border-color: var(--a38-copper);
  background: var(--a38-sand);
  transform: translateY(-1px);
  text-decoration: none !important;
}

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

/* Footer (shared + light arcade) */
.a38-footer {
  background: #fff;
  position: relative;
  margin-top: 3rem;
  border-top: 1px solid var(--a38-border);
  color: var(--a38-ink);
}
.a38-footer-wave {
  height: 6px;
  background: linear-gradient(90deg, var(--a38-orange), var(--a38-rose), var(--a38-forest), var(--a38-sage));
}
.a38-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  padding: 2.5rem 0 2rem;
}
.a38-footer-brand p {
  font-size: 0.88rem;
  color: #3d554a;
  line-height: 1.6;
  max-width: 36ch;
}
.a38-footer-contact { margin-top: 1.25rem; }
.a38-footer-contact h4 {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  color: #063D36;
}
.a38-footer-contact p {
  margin: 0.35rem 0;
  font-size: 0.85rem;
  color: #3d554a;
}
.a38-footer-address { max-width: 28ch; }
.a38-footer-col h4 {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  color: #063D36;
}
.a38-footer-col a {
  display: block;
  padding: 0.25rem 0;
  font-size: 0.85rem;
  color: #3d554a;
  text-decoration: none !important;
}
.a38-footer-col a:hover {
  color: var(--a38-copper);
  text-decoration: none !important;
}
.a38-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 rgba(14, 36, 28, 0.14);
  font-size: 0.82rem;
  color: #3d554a;
}
.a38-footer-base span,
.a38-footer-perks {
  color: #3d554a;
  opacity: 1;
}
.a38-pay-icons { opacity: 0.85; }
.a38-back-top {
  width: 36px; height: 36px;
  display: grid; place-items: center;
  background: var(--a38-copper);
  color: #fff;
  border-radius: 8px;
  text-decoration: none !important;
  font-size: 0.75rem;
}
.a38-back-top:hover { background: var(--a38-orange-dark); text-decoration: none !important; color: #fff; }

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

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

/* Arcade header — mobile chrome */
.a38-header--arcade .a38-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  background: var(--a38-sand);
  border: 1px solid var(--a38-border);
  border-radius: 12px;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.a38-header--arcade .a38-menu-toggle:hover {
  background: #fff;
  border-color: var(--a38-copper);
  box-shadow: 0 4px 14px rgba(184, 115, 51, 0.18);
}

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

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

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

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

@media (max-width: 900px) {
  .a38-header--arcade .a38-menu-toggle { display: flex; }
  .a38-header--arcade .a38-ribbon-nav { display: none; }
  .a38-header--arcade .a38-header-actions { display: none; }
  .a38-header--arcade .a38-header-shell {
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "browse brand menu"
      "search search search";
    gap: 0.65rem;
    padding: 0.75rem 0;
  }
  .a38-header--arcade .a38-browse-toggle { grid-area: browse; }
  .a38-header--arcade .a38-brand--stacked { grid-area: brand; justify-self: center; }
  .a38-header--arcade .a38-menu-toggle { grid-area: menu; justify-self: end; }
  .a38-header--arcade .a38-search-ribbon { grid-area: search; width: 100%; }
  .a38-hotline-left span:not(.a38-hotline-badge) { display: none; }
  .a38-hotline-right a:not(.a38-hotline-phone) { display: none; }
}

@media (max-width: 520px) {
  .a38-header--arcade .a38-browse-toggle {
    padding: 0.65rem;
    min-width: 42px;
    justify-content: center;
  }
  .a38-header--arcade .a38-browse-toggle > span:not(.a38-browse-icon) {
    display: none;
  }
  .a38-brand-word { font-size: 1.15rem; }
  .a38-brand-gem { width: 36px; height: 36px; font-size: 0.82rem; }
  .a38-mobile-panel { width: min(100vw, 400px); }
}
