.fe-v2 {
  --fe-header-h: 64px;
}
/* ARA Beddings — Frontend v2 (no sliding cart) */

.fe-v2 {
  --fe-header-h: 64px;
  padding-bottom: 0;
}

/* Announce */
.fe-announce {
  background: var(--primary-dark, #3a5548);
  color: #fff;
  font-size: 0.85rem;
  text-align: center;
}
.fe-announce-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 36px 8px 12px;
  position: relative;
}
.fe-announce-x {
  position: absolute;
  right: 10px;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1;
}

/* Header */
.fe-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.2s ease;
}
.fe-header.is-scrolled {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
html[data-theme="dark"] .fe-header {
  background: rgba(18, 20, 18, 0.94);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.fe-header-row {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: var(--fe-header-h);
  flex-wrap: wrap;
  padding-top: 6px;
  padding-bottom: 6px;
}

.fe-logo {
  font-size: 1.35rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--primary, #4a6b5f);
  white-space: nowrap;
  letter-spacing: -0.02em;
}
.fe-logo span {
  color: var(--accent, #d4a76a);
}

/* Desktop nav — simplified */
.fe-nav-desktop {
  display: none;
  flex: 1;
}
@media (min-width: 960px) {
  .fe-nav-desktop { display: block; }
  .fe-menu-btn { display: none !important; }
}
.fe-nav-list {
  display: flex;
  align-items: center;
  gap: 4px 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fe-nav-list > li {
  position: relative;
}
.fe-nav-list > li > a {
  text-decoration: none;
  color: var(--text, #1e1e1e);
  font-size: 0.92rem;
  font-weight: 500;
  padding: 8px 2px;
  border-bottom: 2px solid transparent;
}
.fe-nav-list > li > a:hover,
.fe-nav-list > li > a.is-active {
  color: var(--primary-dark, #3a5548);
  border-bottom-color: var(--accent, #d4a76a);
}
.fe-sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 190px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  z-index: 30;
}
html[data-theme="dark"] .fe-sub {
  background: #1c2420;
}
.fe-has-sub:hover .fe-sub,
.fe-has-sub:focus-within .fe-sub {
  display: block;
}
.fe-sub a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: var(--text, #1e1e1e);
  font-size: 0.88rem;
  font-weight: 400;
}
.fe-sub a:hover {
  background: rgba(74, 107, 95, 0.08);
  color: var(--primary-dark, #3a5548);
}

/* Search */
.fe-search {
  display: none;
  align-items: center;
  gap: 0;
  max-width: 280px;
  flex: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
}
@media (min-width: 720px) {
  .fe-search { display: flex; }
}
html[data-theme="dark"] .fe-search {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}
.fe-search input {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 9px 14px;
  outline: none;
  color: var(--text);
  font-size: 0.9rem;
  min-width: 0;
}
.fe-search button {
  border: 0;
  background: var(--primary, #4a6b5f);
  color: #fff;
  padding: 9px 14px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
}

/* Actions — text labels, cart is a normal link */
.fe-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}
.fe-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-height: 36px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--text, #1e1e1e);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}
.fe-icon-btn:hover {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.03);
}
.fe-cart-link {
  background: var(--primary, #4a6b5f);
  color: #fff !important;
  border-color: transparent;
}
.fe-cart-link:hover {
  background: var(--primary-dark, #3a5548);
}
.fe-cart-link sup,
.fe-icon-btn sup {
  font-size: 0.7rem;
  font-weight: 700;
  margin-left: 2px;
}
@media (max-width: 520px) {
  .fe-actions .fe-icon-btn:not(.fe-cart-link):not(#themeToggle):not(.fe-menu-btn) {
    display: none;
  }
}

/* Burger */
.fe-burger {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  position: relative;
}
.fe-burger::before,
.fe-burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: currentColor;
}
.fe-burger::before { top: -6px; }
.fe-burger::after { top: 6px; }

/* (old mobile nav removed — see unified drawer below) */
.fe-maintenance {
  background: #b71c1c;
  color: #fff;
  text-align: center;
  padding: 12px;
}

.fe-main {
  padding-top: 8px;
  padding-bottom: 32px;
  min-height: 50vh;
}

/* Footer */
.fe-footer {
  margin-top: 40px;
  padding: 40px 0 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
}
.fe-footer-grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 720px) {
  .fe-footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
  }
}
.fe-footer-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.9rem;
}
.fe-footer-col a {
  color: var(--text-light, #5a5a5a);
  text-decoration: none;
}
.fe-footer-col a:hover {
  color: var(--primary, #4a6b5f);
}
.fe-footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 0.8rem;
}
.fe-footer-bottom a {
  color: inherit;
}

/* Bottom nav — cart goes to page */
.fe-bottom-nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 8px 4px calc(8px + env(safe-area-inset-bottom));
  justify-content: space-around;
}
html[data-theme="dark"] .fe-bottom-nav {
  background: rgba(20, 22, 20, 0.96);
}
@media (max-width: 720px) {
  .fe-bottom-nav { display: flex; }
  .fe-v2 { padding-bottom: 64px; }
}
.fe-bottom-nav a {
  text-decoration: none;
  color: var(--text-light, #5a5a5a);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 6px 10px;
}
.fe-bottom-nav a.is-active {
  color: var(--primary-dark, #3a5548);
}

/* Hide legacy mini-cart if any residual markup */
.mini-cart-drawer,
.mini-cart-overlay,
#miniCart,
#cartOverlay {
  display: none !important;
}

.recent-rail:empty { display: none; }

/* Product / shop polish */
.fe-v2 .product-grid {
  gap: 16px;
}
.fe-v2 .product-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.fe-v2 .product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}
.fe-v2 .btn {
  border-radius: 10px;
}


/* Cart always visible & clickable */
.fe-cart-link {
  position: relative;
  z-index: 5;
  pointer-events: auto !important;
  display: inline-flex !important;
}
.fe-actions {
  position: relative;
  z-index: 5;
}


/* ARA OMS storefront refresh (no 3D) */
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 16px; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; }
.product-card { border-radius: 14px; overflow: hidden; border: 1px solid rgba(0,0,0,.06); transition: transform .15s ease, box-shadow .15s ease; }
.product-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.08); }
#cartCheckoutBtn.disabled { opacity: .55; pointer-events: none; }


/* Theme toggle + header emoji icons */
.fe-theme-toggle {
  width: 40px; height: 40px; border-radius: 999px; border: 1px solid rgba(0,0,0,.1);
  background: rgba(255,255,255,.7); cursor: pointer; font-size: 1.15rem;
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform .15s ease, background .15s ease;
}
.fe-theme-toggle:hover { transform: scale(1.06); }
[data-theme="dark"] .fe-theme-toggle { background: rgba(40,40,40,.85); border-color: rgba(255,255,255,.15); }
.fe-icon-btn { font-size: 1.15rem; text-decoration: none; }
.fe-icon-btn sup { font-size: 0.7rem; font-weight: 700; margin-left: 2px; }

/* Product lightbox */
.ara-lightbox {
  position: fixed; inset: 0; z-index: 9999; background: rgba(0,0,0,.92);
  display: flex; align-items: center; justify-content: center; padding: 16px;
}
.ara-lightbox[hidden] { display: none !important; }
.ara-lightbox img { max-width: min(96vw, 1100px); max-height: 92vh; object-fit: contain; border-radius: 8px; }
.ara-lightbox-close {
  position: absolute; top: 12px; right: 16px; border: 0; background: rgba(255,255,255,.15);
  color: #fff; font-size: 1.5rem; width: 44px; height: 44px; border-radius: 999px; cursor: pointer;
}
.p-main-img { cursor: zoom-in; }

/* Home revamp */
.home-hero {
  position: relative; border-radius: 20px; overflow: hidden; margin: 16px 0 28px;
  background: linear-gradient(135deg, #2d3d36 0%, #4a6b5f 50%, #c4a574 100%);
  color: #fff; padding: clamp(36px, 6vw, 72px) 28px; text-align: left;
}
.home-hero h1 { margin: 0 0 12px; font-size: clamp(1.9rem, 4.5vw, 2.8rem); letter-spacing: -0.02em; }
.home-hero p { max-width: 520px; opacity: .92; margin: 0 0 22px; line-height: 1.5; }
.home-hero .btn { margin-right: 8px; margin-bottom: 8px; }
.home-trust { display: flex; flex-wrap: wrap; gap: 12px; margin: 8px 0 28px; }
.home-trust span {
  background: rgba(74,107,95,.08); border-radius: 999px; padding: 8px 14px; font-size: 0.85rem; font-weight: 600;
}
.home-cats { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px; margin-bottom: 32px; }
.home-cat {
  display: block; text-align: center; padding: 18px 12px; border-radius: 14px;
  background: rgba(0,0,0,.03); text-decoration: none; color: inherit; font-weight: 600; font-size: 0.9rem;
  border: 1px solid rgba(0,0,0,.06);
}
.home-cat:hover { border-color: #4a6b5f; }

/* ===== Header & footer revamp ===== */
.fe-header {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(12px);
  background: color-mix(in srgb, var(--ara-bg, #faf8f5) 88%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--ara-fg, #222) 8%, transparent);
}
.fe-header.is-scrolled { box-shadow: 0 6px 24px rgba(0,0,0,.06); }
.fe-header-row {
  display: flex; align-items: center; gap: 12px;
  min-height: 64px; padding: 8px 0;
}
.fe-logo {
  display: inline-flex; align-items: baseline; gap: 6px;
  font-weight: 800; letter-spacing: -0.03em; text-decoration: none;
  color: var(--ara-fg, #1a1a1a); white-space: nowrap;
}
.fe-logo-mark {
  background: var(--ara-accent, #4a6b5f); color: #fff;
  padding: 4px 8px; border-radius: 8px; font-size: 0.85rem;
}
.fe-logo-text { font-size: 1.05rem; }
.fe-nav-desktop { flex: 1; }
.fe-nav-list { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.fe-nav-list > li > a {
  display: block; padding: 8px 12px; border-radius: 999px;
  text-decoration: none; color: inherit; font-weight: 600; font-size: 0.9rem;
}
.fe-nav-list > li > a:hover,
.fe-nav-list > li > a.is-active {
  background: color-mix(in srgb, var(--ara-accent, #4a6b5f) 14%, transparent);
  color: var(--ara-accent, #4a6b5f);
}
.fe-actions { display: flex; align-items: center; gap: 6px; }
.fe-wa-btn {
  width: 40px; height: 40px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  background: #25D366; color: #fff; text-decoration: none; font-size: 1.1rem;
  box-shadow: 0 2px 8px rgba(37,211,102,.35);
}
.fe-wa-btn:hover { transform: scale(1.06); }

.fe-footer {
  margin-top: 48px;
  background: color-mix(in srgb, var(--ara-fg, #1a1a1a) 92%, var(--ara-accent, #4a6b5f));
  color: #f5f5f5;
  padding: 40px 0 88px;
}
.fe-footer a { color: #e8e8e8; text-decoration: none; }
.fe-footer a:hover { color: #fff; text-decoration: underline; }
.fe-footer-top {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.fe-footer-brand .fe-logo { color: #fff; margin-bottom: 10px; }
.fe-footer-brand .fe-logo-mark { background: var(--ara-accent, #4a6b5f); }
.fe-footer-tag { font-size: 0.9rem; opacity: .85; line-height: 1.5; max-width: 320px; }
.fe-footer-contact { display: flex; flex-direction: column; gap: 8px; margin-top: 14px; font-size: 0.9rem; }
.fe-footer-wa {
  display: inline-flex; align-items: center; gap: 6px;
  background: #25D366; color: #fff !important; font-weight: 700;
  padding: 8px 12px; border-radius: 999px; width: fit-content;
  text-decoration: none !important;
}
.fe-footer-col { display: flex; flex-direction: column; gap: 8px; font-size: 0.9rem; }
.fe-footer-col strong { margin-bottom: 4px; color: #fff; font-size: 0.8rem; text-transform: uppercase; letter-spacing: .06em; opacity: .9; }
.fe-footer-bottom {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px;
  padding-top: 16px; font-size: 0.82rem; opacity: .8;
}
.fe-footer-bottom-links { display: flex; gap: 14px; }

.fe-bottom-nav {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: none; background: var(--ara-bg, #fff);
  border-top: 1px solid rgba(0,0,0,.08);
  padding: 6px 4px calc(6px + env(safe-area-inset-bottom));
}
.fe-bottom-nav a {
  flex: 1; text-align: center; text-decoration: none; color: inherit;
  font-size: 0.65rem; font-weight: 600; display: flex; flex-direction: column; gap: 2px; padding: 4px;
}
.fe-bottom-nav a.is-active { color: var(--ara-accent, #4a6b5f); }
.fe-bottom-nav a span:first-child { font-size: 1.1rem; }

@media (max-width: 900px) {
  .fe-footer-top { grid-template-columns: 1fr 1fr; }
  .fe-nav-desktop, .fe-search { display: none; }
  .fe-bottom-nav { display: flex; }
}
@media (max-width: 560px) {
  .fe-footer-top { grid-template-columns: 1fr; }
}

[data-theme="dark"] .fe-header {
  background: color-mix(in srgb, #121412 90%, transparent);
  border-bottom-color: rgba(255,255,255,.08);
}
[data-theme="dark"] .fe-bottom-nav {
  background: #161816; border-top-color: rgba(255,255,255,.1);
}

/* Floating WhatsApp button — bottom right */
.ara-wa-float {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 9998;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px 12px 14px;
  border-radius: 999px;
  background: #25D366;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45), 0 2px 8px rgba(0,0,0,0.15);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}
.ara-wa-float:hover,
.ara-wa-float:focus {
  transform: scale(1.05) translateY(-2px);
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.55), 0 4px 12px rgba(0,0,0,0.18);
  color: #fff !important;
}
.ara-wa-float-icon {
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
}
.ara-wa-float-label { letter-spacing: 0.01em; }

/* Sit above mobile bottom nav when visible */
@media (max-width: 900px) {
  .ara-wa-float {
    bottom: calc(72px + env(safe-area-inset-bottom, 0px));
    right: 14px;
    padding: 14px;
  }
  .ara-wa-float-label { display: none; } /* icon-only on small screens */
  .ara-wa-float-icon { width: 30px; height: 30px; }
}

@media print {
  .ara-wa-float { display: none !important; }
}

.ara-wa-float-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  text-align: left;
}
.ara-wa-float-label { font-size: 0.72rem; font-weight: 600; opacity: 0.95; }
.ara-wa-float-number { font-size: 0.92rem; font-weight: 800; letter-spacing: 0.02em; }
@media (max-width: 900px) {
  .ara-wa-float-text { display: none; } /* icon-only; number still in title/aria */
}


/* ===== Unified mobile drawer — GPU-optimized animation ===== */
/* Only animate transform + opacity (compositor-friendly). No top/left/width anim. */
.fe-overlay {
  position: fixed;
  inset: 0;
  z-index: 10040;
  background: rgba(0, 0, 0, 0.42);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* Avoid expensive backdrop-filter during slide — big mobile jank source */
  transition: opacity 0.2s ease, visibility 0.2s ease;
  contain: strict;
}
.fe-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.fe-overlay[hidden] {
  display: none !important;
}

.fe-mobile-nav {
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  width: min(340px, 88vw) !important;
  max-width: 100%;
  z-index: 10050 !important;
  display: flex !important;
  flex-direction: column;
  background: var(--ara-bg, #ffffff);
  color: var(--ara-fg, #1a1a1a);
  box-shadow: -8px 0 28px rgba(0, 0, 0, 0.18);
  padding: 0;
  margin: 0;
  /* Promote to own layer; animate transform only */
  transform: translate3d(105%, 0, 0);
  transition: transform 0.28s cubic-bezier(0.2, 0.9, 0.2, 1);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  contain: layout style;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.fe-mobile-nav,
.fe-mobile-nav.fe-mobile-right {
  left: auto !important;
  right: 0 !important;
  transform: translate3d(105%, 0, 0);
}
.fe-mobile-nav.fe-mobile-left {
  left: 0 !important;
  right: auto !important;
  transform: translate3d(-105%, 0, 0);
  box-shadow: 8px 0 28px rgba(0, 0, 0, 0.18);
}

.fe-mobile-nav.open,
.fe-mobile-nav.fe-mobile-right.open,
.fe-mobile-nav.fe-mobile-left.open {
  transform: translate3d(0, 0, 0);
}

/* Drop will-change after settle to free memory (class toggled by JS) */
.fe-mobile-nav.is-settled {
  will-change: auto;
}

.fe-mobile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}
.fe-mobile-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
}
.fe-mobile-close {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  touch-action: manipulation;
}
.fe-mobile-search {
  display: flex;
  gap: 8px;
  padding: 12px 16px;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.fe-mobile-search input {
  flex: 1;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.03);
}
.fe-mobile-search-btn {
  border: 0;
  border-radius: 12px;
  padding: 0 14px;
  background: var(--ara-accent, #4a6b5f);
  color: #fff;
  cursor: pointer;
  touch-action: manipulation;
}
.fe-mobile-scroll {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  padding: 8px 0 16px;
  /* Isolate scroll from page */
  touch-action: pan-y;
}
.fe-mobile-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fe-mobile-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.fe-mobile-link,
.fe-mobile-row {
  display: flex;
  align-items: center;
}
.fe-mobile-link {
  flex: 1;
  padding: 14px 18px;
  text-decoration: none;
  color: inherit;
  font-weight: 650;
  font-size: 1rem;
  touch-action: manipulation;
}
.fe-mobile-row { width: 100%; }
.fe-mobile-acc {
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent;
  font-size: 1rem;
  cursor: pointer;
  color: #666;
  touch-action: manipulation;
  transition: transform 0.15s ease;
}
.fe-mobile-has-sub.open .fe-mobile-acc { transform: rotate(180deg); }
.fe-mobile-sub {
  list-style: none;
  margin: 0;
  padding: 0 0 8px 12px;
  background: rgba(0, 0, 0, 0.03);
}
.fe-mobile-sub a {
  display: block;
  padding: 10px 18px;
  text-decoration: none;
  color: inherit;
  font-size: 0.92rem;
  touch-action: manipulation;
}
.fe-mobile-quick {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 16px;
}
.fe-mobile-quick a {
  text-align: center;
  padding: 12px 8px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.04);
  text-decoration: none;
  color: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  touch-action: manipulation;
}
.fe-mobile-foot {
  flex-shrink: 0;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.fe-mobile-wa {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  background: #25d366;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 14px;
  padding: 12px 16px;
  font-weight: 700;
  touch-action: manipulation;
}
.fe-mobile-wa strong { font-size: 1.05rem; }

/* Lock page scroll without layout thrash where possible */
html.fe-menu-open,
html.fe-menu-open body {
  overflow: hidden;
  touch-action: none;
}

html[data-theme="dark"] .fe-mobile-nav {
  background: #161816;
  color: #f0f0f0;
}
html[data-theme="dark"] .fe-mobile-close {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
html[data-theme="dark"] .fe-mobile-search input {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}
html[data-theme="dark"] .fe-mobile-sub { background: rgba(255, 255, 255, 0.04); }
html[data-theme="dark"] .fe-mobile-quick a { background: rgba(255, 255, 255, 0.06); }

@media (min-width: 901px) {
  .fe-menu-btn { display: none; }
}

/* Prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .fe-overlay,
  .fe-mobile-nav,
  .fe-mobile-acc {
    transition: none !important;
  }
}

