/* BAHAMUT COMMERCE — header, footer, chrome (dew-field market) */

.a29-stripe {
  height: 5px;
  background: linear-gradient(90deg, var(--a29-emerald), var(--a29-lime), var(--a29-tomato), var(--a29-emerald));
  background-size: 200% 100%;
  animation: a29-shimmer 10s linear infinite;
}

.a29-util {
  background: linear-gradient(90deg, rgba(200, 240, 90, 0.85), rgba(215, 235, 227, 0.95));
  color: var(--a29-ink);
  font-size: 0.78rem;
  border-bottom: 1px solid rgba(10, 92, 75, 0.08);
  backdrop-filter: blur(8px);
}
.a29-util-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 40px;
}
.a29-util-left, .a29-util-right {
  display: flex; align-items: center; gap: 1.25rem;
}
.a29-util-link {
  color: var(--a29-ink);
  display: flex; align-items: center; gap: 0.35rem;
  font-weight: 600;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
.a29-util-link:hover { color: var(--a29-emerald); }
.a29-util-text { font-weight: 600; font-size: 0.74rem; }
.a29-currency {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em;
  cursor: default;
}
.a29-util-cart {
  display: inline-flex; align-items: center; gap: 0.35rem;
  padding: 0.3rem 0.7rem;
  background: var(--a29-ink);
  color: var(--a29-white);
  font-size: 0.68rem; font-weight: 700;
  border-radius: 999px;
  transition: background 0.25s, transform 0.3s var(--a29-ease);
}
.a29-util-cart:hover {
  background: var(--a29-emerald);
  transform: translateY(-1px);
}
.a29-util-cart-count {
  min-width: 1.1rem; height: 1.1rem;
  background: var(--a29-tomato);
  border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.6rem;
}

.a29-header {
  background: rgba(250, 255, 252, 0.88);
  border-bottom: 1px solid rgba(10, 92, 75, 0.08);
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 28px rgba(12, 31, 26, 0.04);
}
.a29-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 0;
}
.a29-logo {
  display: flex; flex-direction: column; align-items: flex-start;
  flex-shrink: 0;
}
.a29-logo-main {
  font-family: var(--a29-font-display);
  font-size: clamp(1.05rem, 2.2vw, 1.55rem); font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--a29-ink); line-height: 1.05;
  font-variation-settings: "SOFT" 35, "WONK" 0.5;
  max-width: min(100%, 18rem);
}
.a29-logo-sub {
  font-size: 0.58rem; font-weight: 600; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--a29-emerald); margin-top: 0.2rem;
}
.a29-nav {
  flex: 1;
  display: flex; justify-content: flex-end;
}
.a29-nav-inner {
  display: flex; align-items: center; justify-content: flex-end; gap: 0.15rem;
  padding: 0.25rem;
  background: rgba(215, 235, 227, 0.45);
  border-radius: 999px;
}
.a29-nav-link {
  padding: 0.6rem 1rem;
  font-size: 0.66rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--a29-ink);
  position: relative;
  border-radius: 999px;
  transition: background 0.25s, color 0.25s;
}
.a29-nav-link:hover,
.a29-nav-link.is-active {
  color: var(--a29-emerald-dark);
  background: var(--a29-white);
  box-shadow: 0 4px 14px rgba(10, 92, 75, 0.1);
}
.a29-nav-link.is-active::after { display: none; }
.a29-nav-link.is-sale { color: var(--a29-tomato); }
.a29-nav-link.is-sale:hover { color: var(--a29-tomato); opacity: 0.9; }
.a29-menu-toggle {
  display: none;
  background: none; border: none; padding: 0.5rem;
  flex-direction: column; gap: 5px;
}
.a29-menu-toggle span {
  display: block; width: 22px; height: 2px; background: var(--a29-ink);
  border-radius: 2px;
}
.a29-nav-drawer { display: none; }

.a29-footer {
  background:
    radial-gradient(800px 280px at 15% 0%, rgba(200, 240, 90, 0.12), transparent 55%),
    linear-gradient(160deg, #063d33 0%, #0a5c4b 55%, #052e27 100%);
  margin-top: auto;
  color: rgba(250, 255, 252, 0.88);
  border-radius: 32px 32px 0 0;
}
.a29-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.3fr;
  gap: 2.5rem;
  padding: 3rem 0 2.25rem;
}
.a29-footer-col h4 {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  margin: 0 0 1.25rem; color: var(--a29-lime);
}
.a29-footer-col a, .a29-footer-col p {
  display: block; font-size: 0.88rem; color: rgba(250, 255, 252, 0.82);
  margin: 0 0 0.55rem; line-height: 1.5;
}
.a29-footer-col a:hover { color: var(--a29-lime); }
.a29-footer-brand .a29-footer-logo {
  font-family: var(--a29-font-display);
  font-size: 1.4rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--a29-white); display: block; margin-bottom: 0.25rem;
}
.a29-footer-brand .a29-footer-tag {
  font-size: 0.62rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--a29-lime); display: block; margin-bottom: 0.75rem;
}
.a29-newsletter-form {
  display: flex; margin-top: 0.75rem;
  border-bottom: 1px solid rgba(250, 255, 252, 0.35);
}
.a29-newsletter-form input {
  flex: 1; border: none; background: transparent;
  padding: 0.5rem 0; font-size: 0.85rem; outline: none;
  color: var(--a29-white);
}
.a29-newsletter-form input::placeholder { color: rgba(250, 255, 252, 0.5); }
.a29-newsletter-form button {
  background: none; border: none; color: var(--a29-lime); font-size: 1rem; padding: 0 0.25rem;
}
.a29-footer-copyright {
  background: linear-gradient(90deg, var(--a29-lime), #e8ff9a);
  color: var(--a29-ink);
  padding: 0.9rem 0;
  font-size: 0.78rem; font-weight: 600; text-align: center;
  letter-spacing: 0.04em;
}

@media (max-width: 900px) {
  .a29-header-main { flex-wrap: wrap; }
  .a29-nav { display: none; }
  .a29-menu-toggle { display: flex; }
  .a29-nav-drawer {
    display: block; position: fixed; inset: 0; z-index: 200;
    pointer-events: none; opacity: 0; transition: opacity 0.25s;
  }
  .a29-nav-drawer.is-open { pointer-events: auto; opacity: 1; }
  .a29-nav-backdrop {
    position: absolute; inset: 0; background: rgba(12, 31, 26, 0.5);
  }
  .a29-nav-panel {
    position: absolute; top: 0; right: 0; width: min(320px, 88vw); height: 100%;
    background: var(--a29-white); padding: 1.5rem;
    transform: translateX(100%); transition: transform 0.35s var(--a29-ease);
    overflow-y: auto;
    border-radius: 24px 0 0 24px;
  }
  .a29-nav-drawer.is-open .a29-nav-panel { transform: translateX(0); }
  .a29-nav-close {
    background: none; border: none; font-size: 1.5rem; float: right; color: var(--a29-ink);
  }
  .a29-nav-drawer .a29-nav-link {
    display: block; padding: 0.85rem 0; border-bottom: 1px solid var(--a29-linen);
    font-size: 0.85rem; border-radius: 0; background: transparent; box-shadow: none;
  }
  .a29-footer-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .a29-util-left { gap: 0.75rem; }
  .a29-util-text { display: none; }
}
@media (max-width: 560px) {
  .a29-footer-grid { grid-template-columns: 1fr; }
  .a29-logo-main { font-size: 1.35rem; letter-spacing: 0.1em; }
  .a29-footer { border-radius: 24px 24px 0 0; }
}
