/* Appily Fifty-One — unique canopy chrome (dual-layer glass nav + dark footer) */

/* ——— Top utility strip ——— */
.a51-skybar {
  background: var(--a51-canopy-deep);
  color: rgba(255,255,255,.78);
  font-size: .72rem;
  letter-spacing: .04em;
  border-bottom: 1px solid rgba(200, 232, 108, 0.12);
}
.a51-skybar-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; min-height: 36px;
}
.a51-sky-hours {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: .72rem;
  letter-spacing: .02em;
}
.a51-sky-social,
.a51-footer-social,
.social-links,
.social-icons,
.social-media,
.a51-wishlist,
.a51-wish-btn,
[class*="wishlist"],
[class*="wish-list"],
a[href*="facebook.com"],
a[href*="instagram.com"],
a[href*="twitter.com"],
a[href*="x.com"],
a[href*="pinterest.com"],
a[href*="linkedin.com"] {
  display: none !important;
}
.a51-sky-meta {
  display: flex; align-items: center; gap: 1.1rem;
}
.a51-sky-meta a:hover { color: var(--a51-lime); }
.a51-sky-chip {
  display: inline-flex; align-items: center; gap: .35rem;
  padding: .2rem .55rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--a51-pill);
  color: var(--a51-lime);
  font-weight: 700;
}

/* ——— Floating canopy header ——— */
.a51-canopy-header {
  position: sticky; top: 0; z-index: 80;
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
body.page-home .a51-canopy-header {
  position: absolute; left: 0; right: 0; top: 36px;
  background: transparent;
}
body.page-home .a51-skybar { position: relative; z-index: 81; }
body:not(.page-home) .a51-canopy-header {
  background: rgba(11, 61, 46, 0.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 28px rgba(6, 40, 32, 0.28);
}
.a51-canopy-header.is-scrolled,
body.page-home .a51-canopy-header.is-scrolled {
  position: sticky; top: 0;
  background: rgba(11, 61, 46, 0.96);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 32px rgba(6, 40, 32, 0.35);
}

.a51-canopy-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
  min-height: 78px;
  padding-block: .55rem;
}

.a51-brand-mark {
  display: inline-flex; align-items: center; gap: .7rem;
  color: var(--a51-white);
}
.a51-brand-glyph {
  width: 42px; height: 42px;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--a51-lime), #9fd24a);
  color: var(--a51-canopy-deep);
  display: grid; place-items: center;
  box-shadow: 0 0 0 3px rgba(200, 232, 108, 0.22);
}
.a51-brand-glyph svg { width: 24px; height: 24px; }
.a51-brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.a51-brand-copy strong {
  font-family: var(--a51-font-display);
  font-size: 1.15rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
}
.a51-brand-copy span {
  font-size: .65rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--a51-lime); margin-top: .2rem;
}

.a51-orbit-nav {
  display: flex; align-items: center; justify-content: center; gap: .15rem;
}
.a51-orbit-link {
  position: relative;
  padding: .55rem .9rem;
  color: rgba(255,255,255,.88);
  font-size: .88rem; font-weight: 600;
  border-radius: var(--a51-pill);
  transition: color .2s, background .2s;
}
.a51-orbit-link:hover { color: var(--a51-lime); }
.a51-orbit-link.is-active {
  color: var(--a51-lime);
}
.a51-orbit-link.is-active::after {
  content: '';
  position: absolute; left: 50%; bottom: .2rem;
  width: 1.4rem; height: 2px;
  background: var(--a51-lime);
  transform: translateX(-50%);
  border-radius: 2px;
}

.a51-canopy-tools {
  display: flex; align-items: center; gap: .55rem;
}
.a51-tool-ico-btn {
  width: 42px; height: 42px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.22);
  color: var(--a51-white);
  background: rgba(255,255,255,.06);
  transition: .2s ease;
  position: relative;
}
.a51-tool-ico-btn:hover {
  background: var(--a51-lime);
  color: var(--a51-canopy-deep);
  border-color: var(--a51-lime);
}
.a51-tool-ico-btn svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.8; }

/* ——— Account vault chip (creative avatar UI) ——— */
.a51-acct-vault {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0;
  height: 46px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--a51-white);
  text-decoration: none;
  isolation: isolate;
}
.a51-acct-orbit {
  position: absolute;
  left: 50%; top: 50%;
  width: 46px; height: 46px;
  margin: -23px 0 0 -23px;
  border-radius: 50%;
  border: 1.5px dashed rgba(200, 232, 108, 0.45);
  animation: a51AcctSpin 14s linear infinite;
  pointer-events: none;
  transition: border-color .25s, transform .25s;
}
.a51-acct-orbit::before {
  content: '';
  position: absolute;
  top: -3px; left: 50%;
  width: 7px; height: 7px;
  margin-left: -3.5px;
  border-radius: 50%;
  background: var(--a51-lime);
  box-shadow: 0 0 10px rgba(200, 232, 108, 0.8);
}
@keyframes a51AcctSpin {
  to { transform: rotate(360deg); }
}
.a51-acct-core {
  position: relative;
  z-index: 1;
  width: 42px; height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 28%, rgba(255,255,255,.22), transparent 42%),
    linear-gradient(145deg, #1a5c45 0%, #062820 100%);
  border: 2px solid transparent;
  background-clip: padding-box;
  box-shadow:
    0 0 0 2px rgba(200, 232, 108, 0.55),
    0 8px 20px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255,255,255,.18);
  transition: transform .25s ease, box-shadow .25s ease;
  overflow: hidden;
}
.a51-acct-vault.is-guest .a51-acct-core {
  background:
    radial-gradient(circle at 30% 28%, rgba(255,255,255,.16), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.12), rgba(11,61,46,.85));
  box-shadow:
    0 0 0 2px rgba(255,255,255,.28),
    0 8px 18px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255,255,255,.12);
}
.a51-acct-initial {
  font-family: var(--a51-font-display);
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--a51-lime);
  line-height: 1;
  text-shadow: 0 1px 0 rgba(0,0,0,.25);
}
.a51-acct-silhouette {
  display: grid; place-items: center;
  width: 100%; height: 100%;
  color: rgba(255,255,255,.92);
}
.a51-acct-silhouette svg {
  width: 20px; height: 20px;
  stroke: currentColor; fill: none; stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round;
}
.a51-acct-leaf {
  position: absolute;
  right: 2px; bottom: 2px;
  width: 12px; height: 12px;
  border-radius: 60% 40% 55% 45%;
  background: linear-gradient(135deg, var(--a51-lime), #8fbf3a);
  box-shadow: 0 0 0 2px #0b3d2e;
  transform: rotate(-18deg);
}
.a51-acct-leaf::after {
  content: '';
  position: absolute;
  inset: 3px 5px 3px 5px;
  border-left: 1px solid rgba(11, 61, 46, 0.35);
  transform: rotate(12deg);
}
.a51-acct-verified {
  position: absolute;
  right: -2px; top: -2px;
  z-index: 2;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--a51-lime);
  box-shadow: 0 0 0 2px var(--a51-canopy-deep);
}
.a51-acct-verified::before {
  content: '';
  position: absolute;
  left: 4px; top: 3px;
  width: 5px; height: 8px;
  border: solid var(--a51-canopy-deep);
  border-width: 0 2px 2px 0;
  transform: rotate(40deg);
}
.a51-acct-tip {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  margin-left: 0;
  border-radius: 999px;
  background: rgba(6, 40, 32, 0.72);
  border: 1px solid transparent;
  backdrop-filter: blur(8px);
  transition: max-width .35s ease, opacity .25s ease, padding .3s ease, margin .3s ease, border-color .25s;
  pointer-events: none;
  line-height: 1.15;
}
.a51-acct-tip em {
  font-style: normal;
  font-size: .58rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--a51-lime);
  font-weight: 700;
}
.a51-acct-tip strong {
  font-size: .78rem;
  font-weight: 700;
  color: var(--a51-white);
}
.a51-acct-vault:hover .a51-acct-core,
.a51-acct-vault:focus-visible .a51-acct-core {
  transform: scale(1.06);
  box-shadow:
    0 0 0 2px var(--a51-lime),
    0 0 0 5px rgba(200, 232, 108, 0.22),
    0 10px 24px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255,255,255,.22);
}
.a51-acct-vault:hover .a51-acct-orbit,
.a51-acct-vault:focus-visible .a51-acct-orbit {
  border-color: var(--a51-lime);
  animation-duration: 6s;
}
.a51-acct-vault:hover .a51-acct-tip,
.a51-acct-vault:focus-visible .a51-acct-tip {
  max-width: 140px;
  opacity: 1;
  margin-left: .55rem;
  padding: .35rem .85rem .35rem .65rem;
  border-color: rgba(200, 232, 108, 0.35);
}
.a51-acct-vault:focus-visible {
  outline: none;
}
@media (max-width: 920px) {
  .a51-acct-tip { display: none; }
  .a51-acct-orbit { width: 42px; height: 42px; margin: -21px 0 0 -21px; }
}

.a51-cart-badge {
  position: absolute; top: -4px; right: -4px;
  min-width: 18px; height: 18px; padding: 0 4px;
  border-radius: var(--a51-pill);
  background: var(--a51-lime); color: var(--a51-canopy-deep);
  font-size: .65rem; font-weight: 800;
  display: grid; place-items: center;
}
.a51-search-dock {
  display: none;
}
.a51-canopy-header.is-search-open .a51-search-dock {
  display: block;
  grid-column: 1 / -1;
  padding-bottom: .75rem;
}
.a51-search-dock form {
  display: flex; gap: .5rem;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(200,232,108,.25);
  border-radius: var(--a51-pill);
  padding: .35rem .35rem .35rem 1rem;
}
.a51-search-dock input {
  flex: 1; border: 0; background: transparent; color: var(--a51-white);
  font: inherit; outline: none;
}
.a51-search-dock input::placeholder { color: rgba(255,255,255,.55); }
.a51-search-dock button {
  border: 0; border-radius: var(--a51-pill);
  background: var(--a51-lime); color: var(--a51-canopy-deep);
  font-weight: 700; padding: .55rem 1.1rem; cursor: pointer;
}

.a51-menu-toggle {
  display: none;
  width: 42px; height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.06);
  padding: 0; cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.a51-menu-toggle span {
  display: block; width: 18px; height: 2px;
  background: var(--a51-white); border-radius: 2px;
}

/* ——— Mobile drawer ——— */
.a51-mobile-nav[hidden] { display: none !important; }
.a51-mobile-nav {
  position: fixed; inset: 0; z-index: 100;
}
.a51-mobile-backdrop {
  position: absolute; inset: 0;
  background: rgba(6, 40, 32, 0.55);
  backdrop-filter: blur(4px);
}
.a51-mobile-panel {
  position: absolute; top: 0; right: 0; bottom: 0;
  width: min(360px, 92vw);
  background: linear-gradient(180deg, var(--a51-canopy) 0%, var(--a51-canopy-deep) 100%);
  color: var(--a51-white);
  padding: 1.25rem 1.1rem 2rem;
  overflow-y: auto;
  box-shadow: -16px 0 40px rgba(0,0,0,.28);
  animation: a51SlideIn .28s ease;
}
@keyframes a51SlideIn {
  from { transform: translateX(24px); opacity: .6; }
  to { transform: translateX(0); opacity: 1; }
}
.a51-mobile-panel-head {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 1.25rem;
}
.a51-mobile-brand strong {
  display: block; font-family: var(--a51-font-display);
  letter-spacing: .06em; text-transform: uppercase; margin: .25rem 0;
}
.a51-mobile-kicker { color: var(--a51-lime); font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.a51-mobile-tag { font-size: .78rem; color: rgba(255,255,255,.65); }
.a51-mobile-close {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.25);
  background: transparent; color: var(--a51-white); cursor: pointer;
  position: relative;
}
.a51-mobile-close span::before,
.a51-mobile-close span::after {
  content: ''; position: absolute; left: 11px; top: 19px;
  width: 16px; height: 2px; background: currentColor;
}
.a51-mobile-close span::before { transform: rotate(45deg); }
.a51-mobile-close span::after { transform: rotate(-45deg); }
.a51-mobile-search {
  display: flex; gap: .4rem; margin-bottom: 1rem;
  background: rgba(255,255,255,.08); border-radius: var(--a51-pill);
  padding: .3rem .3rem .3rem .9rem;
  border: 1px solid rgba(200,232,108,.2);
}
.a51-mobile-search input {
  flex: 1; border: 0; background: transparent; color: #fff; outline: none; font: inherit;
}
.a51-mobile-search button {
  border: 0; border-radius: var(--a51-pill);
  background: var(--a51-lime); color: var(--a51-canopy-deep);
  font-weight: 700; padding: .5rem .9rem; cursor: pointer;
}
.a51-mobile-section-label {
  font-size: .68rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--a51-lime); margin: 1rem 0 .55rem;
}
.a51-mobile-link-list { display: flex; flex-direction: column; gap: .35rem; }
.a51-mobile-link {
  display: flex; align-items: center; gap: .75rem;
  padding: .7rem .8rem;
  border-radius: 14px;
  background: rgba(255,255,255,.05);
  border: 1px solid transparent;
}
.a51-mobile-link.is-active {
  border-color: rgba(200,232,108,.45);
  background: rgba(200,232,108,.12);
}
.a51-mobile-link-num { color: var(--a51-lime); font-weight: 800; font-size: .75rem; }
.a51-mobile-link-copy strong { display: block; font-size: .95rem; }
.a51-mobile-link-copy small { color: rgba(255,255,255,.55); }
.a51-mobile-cat-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: .45rem;
}
.a51-mobile-cat-chip {
  padding: .65rem .7rem;
  border-radius: 12px;
  background: rgba(255,255,255,.07);
  font-size: .82rem; font-weight: 600;
  display: flex; justify-content: space-between; align-items: center;
}
.a51-mobile-cat-hot {
  font-size: .6rem; text-transform: uppercase; letter-spacing: .08em;
  color: var(--a51-canopy-deep); background: var(--a51-lime);
  padding: .15rem .35rem; border-radius: var(--a51-pill);
}
.a51-mobile-quick {
  display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; margin-top: 1.25rem;
}
.a51-mobile-quick-btn {
  padding: .85rem;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}
.a51-mobile-quick-btn strong { display: block; font-size: .85rem; }
.a51-mobile-quick-btn small { color: rgba(255,255,255,.6); font-size: .72rem; }
.a51-mobile-quick-btn--cart {
  background: var(--a51-lime); color: var(--a51-canopy-deep); border-color: var(--a51-lime);
}
.a51-mobile-quick-btn--cart small { color: rgba(14,31,24,.7); }

@media (max-width: 920px) {
  .a51-orbit-nav { display: none; }
  .a51-menu-toggle { display: inline-flex; }
  .a51-canopy-shell { grid-template-columns: auto 1fr; }
  .a51-canopy-tools { justify-self: end; }
}

/* ——— Footer: canopy lattice ——— */
.a51-footer-signal {
  background: var(--a51-mint-soft);
  padding: 2.5rem 0;
  border-top: 1px solid var(--a51-border);
}
.a51-footer-signal-inner {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 1.5rem;
  align-items: center;
  background: var(--a51-white);
  border-radius: var(--a51-radius);
  padding: 1.5rem 1.75rem;
  box-shadow: var(--a51-shadow);
}
.a51-footer-signal h2 {
  font-size: clamp(1.3rem, 2.4vw, 1.75rem);
  margin: 0 0 .35rem;
}
.a51-footer-signal p { margin: 0; color: var(--a51-muted); font-size: .92rem; }
.a51-newsletter-form {
  display: flex; gap: .4rem;
  background: var(--a51-mint);
  border-radius: var(--a51-pill);
  padding: .3rem;
  border: 1px solid var(--a51-border);
}
.a51-newsletter-form input {
  flex: 1; border: 0; background: transparent; padding: .65rem 1rem;
  font: inherit; outline: none; min-width: 0;
}
.a51-newsletter-form button {
  border: 0; border-radius: var(--a51-pill);
  background: var(--a51-canopy); color: var(--a51-lime);
  font-weight: 700; padding: .7rem 1.2rem; cursor: pointer; white-space: nowrap;
}
.a51-newsletter-form button:hover { background: var(--a51-canopy-mid); }

.a51-footer {
  background:
    radial-gradient(ellipse at 12% 0%, rgba(200,232,108,.12), transparent 42%),
    linear-gradient(165deg, var(--a51-canopy) 0%, var(--a51-canopy-deep) 100%);
  color: rgba(255,255,255,.86);
  padding: 3.5rem 0 1.5rem;
  position: relative;
  overflow: hidden;
}
.a51-footer::before {
  content: '';
  position: absolute; inset: auto -10% -40% 40%;
  height: 280px;
  background: radial-gradient(circle, rgba(200,232,108,.15), transparent 65%);
  pointer-events: none;
}
.a51-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  position: relative;
  z-index: 1;
}
.a51-footer-brand .a51-brand-mark { margin-bottom: .9rem; }
.a51-footer-about p { font-size: .9rem; color: rgba(255,255,255,.7); max-width: 28rem; }
.a51-footer-more {
  display: inline-flex; margin-top: .4rem;
  color: var(--a51-lime); font-weight: 700; font-size: .88rem;
}
.a51-footer-col h3 {
  font-family: var(--a51-font-sans);
  font-size: .78rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--a51-lime); margin: 0 0 1rem;
}
.a51-footer-col a,
.a51-footer-col p {
  display: block; margin: 0 0 .55rem;
  color: rgba(255,255,255,.78); font-size: .9rem;
}
.a51-footer-col a:hover { color: var(--a51-lime); }
.a51-pay-head {
  margin: 1.1rem 0 .5rem !important;
  font-size: .72rem !important;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55) !important;
}
.a51-pay-icons { display: flex; gap: .4rem; flex-wrap: wrap; }
.a51-pay-icons span {
  padding: .3rem .55rem;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.2);
  font-size: .72rem; font-weight: 700;
  color: var(--a51-lime);
}
.a51-footer-cats {
  display: flex; flex-wrap: wrap; gap: .5rem;
  margin-top: 2.25rem; padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.12);
  position: relative; z-index: 1;
}
.a51-footer-cats a {
  padding: .4rem .8rem;
  border-radius: var(--a51-pill);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(200,232,108,.2);
  font-size: .78rem; font-weight: 600;
  color: rgba(255,255,255,.85);
}
.a51-footer-cats a:hover {
  background: var(--a51-lime); color: var(--a51-canopy-deep); border-color: var(--a51-lime);
}
.a51-footer-base {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  margin-top: 1.5rem; padding-top: 1.15rem;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: .78rem; color: rgba(255,255,255,.55);
  position: relative; z-index: 1;
}

@media (max-width: 900px) {
  .a51-footer-signal-inner,
  .a51-footer-grid { grid-template-columns: 1fr; }
}
