.elementor-11240 .elementor-element.elementor-element-441647ba:not(.elementor-motion-effects-element-type-background), .elementor-11240 .elementor-element.elementor-element-441647ba > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A1814;}.elementor-11240 .elementor-element.elementor-element-441647ba{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-11240 .elementor-element.elementor-element-441647ba > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-11240 .elementor-element.elementor-element-339c4324:not(.elementor-motion-effects-element-type-background), .elementor-11240 .elementor-element.elementor-element-339c4324 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FDFCFA;}.elementor-11240 .elementor-element.elementor-element-339c4324{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-11240 .elementor-element.elementor-element-339c4324 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-11240 .elementor-element.elementor-element-70a2ab5c:not(.elementor-motion-effects-element-type-background), .elementor-11240 .elementor-element.elementor-element-70a2ab5c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;}.elementor-11240 .elementor-element.elementor-element-70a2ab5c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-11240 .elementor-element.elementor-element-70a2ab5c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-11240 .elementor-element.elementor-element-4d22931c:not(.elementor-motion-effects-element-type-background), .elementor-11240 .elementor-element.elementor-element-4d22931c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;}.elementor-11240 .elementor-element.elementor-element-4d22931c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-11240 .elementor-element.elementor-element-4d22931c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-11240 .elementor-element.elementor-element-2b98578d:not(.elementor-motion-effects-element-type-background), .elementor-11240 .elementor-element.elementor-element-2b98578d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;}.elementor-11240 .elementor-element.elementor-element-2b98578d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-11240 .elementor-element.elementor-element-2b98578d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for section, class: .elementor-element-441647ba *//* ═══════════════════════════════════════════════════════════════
   ABD ECOMMERCE HEADER — Complete Redesign
   Paste CSS section into: Appearance > Customize > Additional CSS
   Build HTML sections in Elementor with HTML widgets in header
   ═══════════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --gold: #C9A96E;
  --gold-hover: #E8D5B0;
  --gold-dark: #8B6914;
  --ink: #1A1814;
  --body: #3D3830;
  --muted: #8A8178;
  --border: #E8E2D9;
  --cream: #F2EFE9;
  --parch: #F8F6F2;
  --white: #FDFCFA;
  --header-h: 72px;
  --topbar-h: 36px;
  --total-h: calc(var(--header-h) + var(--topbar-h));
}

body { font-family: 'Montserrat', sans-serif; background: var(--parch); }

/* ══════════════════════════════════════════════
   TOP UTILITY BAR
══════════════════════════════════════════════ */
.abd-topbar {
  height: var(--topbar-h);
  background: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  position: relative;
  z-index: 200;
}
.abd-topbar-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.abd-topbar-msg {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.14em;
  color: rgba(255,255,255,0.55);
}
.abd-topbar-msg strong {
  color: var(--gold);
  font-weight: 500;
}
.abd-topbar-ticker {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 300;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.1em;
  overflow: hidden;
  max-width: 320px;
  white-space: nowrap;
}
.abd-ticker-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #4CAF50;
  flex-shrink: 0;
  animation: abdPulse 2s ease infinite;
}
.abd-ticker-text {
  overflow: hidden;
  position: relative;
}
.abd-ticker-inner {
  display: inline-block;
  animation: abdTickerScroll 18s linear infinite;
  padding-right: 40px;
}
@keyframes abdTickerScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes abdPulse {
  0%,100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.abd-topbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
}
.abd-topbar-link {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 5px;
}
.abd-topbar-link:hover { color: var(--gold); }
.abd-topbar-sep {
  width: 1px; height: 12px;
  background: rgba(255,255,255,0.12);
}
.abd-topbar-social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.abd-topbar-social a {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  transition: color 0.2s;
  text-transform: uppercase;
}
.abd-topbar-social a:hover { color: var(--gold); }
@media (max-width: 900px) {
  .abd-topbar { padding: 0 20px; }
  .abd-topbar-ticker { display: none; }
  .abd-topbar-social { display: none; }
  .abd-topbar-sep { display: none; }
}
@media (max-width: 640px) {
  .abd-topbar-left { gap: 10px; }
  .abd-topbar-right .abd-topbar-link:not(:last-child) { display: none; }
}

/* ══════════════════════════════════════════════
   MAIN HEADER
══════════════════════════════════════════════ */
.abd-header {
  height: var(--header-h);
  background: var(--white);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  padding: 0 40px;
  position: sticky;
  top: 0;
  z-index: 190;
  gap: 0;
  transition: box-shadow 0.3s;
}
.abd-header.scrolled {
  box-shadow: 0 2px 24px rgba(0,0,0,0.07);
}

/* LOGO */
.abd-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
  margin-right: 32px;
}
.abd-logo-mark {
  width: 36px; height: 36px;
  background: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--gold);
  flex-shrink: 0;
}
.abd-logo-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.abd-logo-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--ink);
  line-height: 1;
}
.abd-logo-tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1;
}

/* PRIMARY NAV */
.abd-nav {
  flex: 1;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0;
}
.abd-nav-item {
  position: static;
  height: 100%;
  display: flex;
  align-items: center;
}
.abd-nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--body);
  text-decoration: none;
  padding: 0 16px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  position: relative;
}
.abd-nav-link:hover,
.abd-nav-item:hover > .abd-nav-link,
.abd-nav-item.open > .abd-nav-link {
  color: var(--ink);
  border-bottom-color: var(--gold);
}
.abd-nav-link.highlight {
  color: var(--gold-dark);
  font-weight: 600;
}
.abd-nav-link.highlight:hover { color: var(--gold); border-bottom-color: var(--gold); }
.abd-chevron {
  width: 10px; height: 10px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s;
  flex-shrink: 0;
  margin-top: 2px;
}
.abd-nav-item.open .abd-chevron,
.abd-nav-item:hover .abd-chevron { transform: rotate(-135deg) translateY(-2px); }

/* HEADER RIGHT ICONS */
.abd-header-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  flex-shrink: 0;
}
.abd-action-btn {
  width: 40px; height: 40px;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--body);
  transition: color 0.2s, background 0.2s;
  border-radius: 0;
  position: relative;
  flex-shrink: 0;
  text-decoration: none;
}
.abd-action-btn:hover { color: var(--ink); background: var(--parch); }
.abd-action-icon {
  width: 20px; height: 20px;
  stroke: currentColor;
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Cart badge */
.abd-cart-badge {
  position: absolute;
  top: 6px; right: 6px;
  width: 16px; height: 16px;
  background: var(--gold);
  border-radius: 50%;
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 700;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: transform 0.2s;
}
.abd-cart-badge.bump { animation: abdBump 0.3s ease; }
@keyframes abdBump {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.35); }
}

/* CTA button in header */
.abd-header-cta {
  font-family: 'Montserrat', sans-serif;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--gold);
  border: none;
  padding: 11px 22px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s;
  white-space: nowrap;
  margin-left: 8px;
  flex-shrink: 0;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.abd-header-cta:hover { background: var(--gold-dark); color: var(--white); }

/* Mobile hamburger */
.abd-hamburger {
  display: none;
  width: 40px; height: 40px;
  border: none; background: none;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  margin-left: 8px;
}
.abd-hamburger span {
  display: block;
  width: 22px; height: 1.5px;
  background: var(--ink);
  transition: transform 0.3s, opacity 0.3s;
  transform-origin: center;
}
.abd-hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.abd-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.abd-hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ══════════════════════════════════════════════
   MEGA MENU DROPDOWNS
══════════════════════════════════════════════ */
.abd-mega-wrap {
  position: fixed;
  top: var(--total-h);
  left: 0; right: 0;
  z-index: 180;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.abd-nav-item:hover .abd-mega-wrap,
.abd-nav-item.open .abd-mega-wrap {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
.abd-mega-inner {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--gold);
  box-shadow: 0 16px 48px rgba(0,0,0,0.1);
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 0;
}
/* SHOP mega — 4 cols */
.abd-mega-inner.shop { grid-template-columns: 240px 1fr 1fr 200px; }
/* SERVICES mega — 3 cols */
.abd-mega-inner.services { grid-template-columns: 220px 1fr 1fr; }
/* LEARN mega — 3 cols */
.abd-mega-inner.learn { grid-template-columns: 220px 1fr 200px; }
/* STUDIO mega — 2 cols */
.abd-mega-inner.studio { grid-template-columns: 200px 1fr; }

.abd-mega-panel {
  padding: 32px 28px;
  border-right: 1px solid var(--border);
}
.abd-mega-panel:last-child { border-right: none; }

.abd-mega-panel-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}

.abd-mega-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 10px;
}
.abd-mega-heading em { font-style: italic; color: var(--gold); }
.abd-mega-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 20px;
}
.abd-mega-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Montserrat', sans-serif;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--gold);
  padding: 10px 20px;
  text-decoration: none;
  transition: background 0.3s;
}
.abd-mega-cta:hover { background: var(--gold-dark); color: var(--white); }

/* Mega menu links list */
.abd-mega-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.abd-mega-links li { border-bottom: 1px solid var(--border); }
.abd-mega-links li:last-child { border-bottom: none; }
.abd-mega-links a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 0;
  text-decoration: none;
  transition: padding-left 0.2s;
}
.abd-mega-links a:hover { padding-left: 6px; }
.abd-mega-link-icon {
  width: 28px; height: 28px;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 1px;
}
.abd-mega-link-text {}
.abd-mega-link-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: var(--ink);
  display: block;
  line-height: 1.3;
}
.abd-mega-link-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 10.5px;
  font-weight: 300;
  color: var(--muted);
  display: block;
  line-height: 1.5;
  margin-top: 2px;
}

/* Featured product card in mega */
.abd-mega-product {
  background: var(--parch);
  border: 1px solid var(--border);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  transition: border-color 0.2s;
  margin-bottom: 10px;
}
.abd-mega-product:hover { border-color: var(--gold); }
.abd-mega-product-img {
  aspect-ratio: 4/3;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  color: var(--gold);
  overflow: hidden;
}
.abd-mega-product-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.abd-mega-product-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.2;
}
.abd-mega-product-price {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: var(--gold-dark);
}
.abd-mega-product-badge {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--gold);
  color: var(--ink);
  padding: 3px 8px;
  width: fit-content;
}

/* Featured panel — dark */
.abd-mega-panel.dark {
  background: var(--ink);
  padding: 32px 24px;
}
.abd-mega-panel.dark .abd-mega-panel-label { color: rgba(201,169,110,0.7); border-color: rgba(255,255,255,0.1); }
.abd-mega-panel.dark .abd-mega-heading { color: var(--white); }
.abd-mega-panel.dark .abd-mega-sub { color: rgba(255,255,255,0.5); }
.abd-mega-panel.dark .abd-mega-links li { border-color: rgba(255,255,255,0.08); }
.abd-mega-panel.dark .abd-mega-links a:hover { }
.abd-mega-panel.dark .abd-mega-link-title { color: rgba(255,255,255,0.85); }
.abd-mega-panel.dark .abd-mega-link-desc { color: rgba(255,255,255,0.4); }
.abd-mega-panel.dark .abd-mega-link-icon { background: rgba(255,255,255,0.06); }

/* Simple dropdown (non-mega) */
.abd-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--gold);
  box-shadow: 0 12px 36px rgba(0,0,0,0.09);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.2s, transform 0.2s;
  z-index: 10;
}
.abd-nav-item:hover .abd-dropdown,
.abd-nav-item.open .abd-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.abd-dropdown a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  color: var(--body);
  text-decoration: none;
  border-bottom: 1px solid var(--border);
  transition: background 0.2s, padding-left 0.2s;
}
.abd-dropdown a:last-child { border-bottom: none; }
.abd-dropdown a:hover { background: var(--parch); padding-left: 22px; color: var(--ink); }
.abd-dropdown a.new::after {
  content: 'New';
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.1em;
  background: var(--gold);
  color: var(--ink);
  padding: 2px 6px;
  margin-left: auto;
}

/* ══════════════════════════════════════════════
   SEARCH OVERLAY
══════════════════════════════════════════════ */
.abd-search-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(26,24,20,0.92);
  z-index: 300;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 120px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.abd-search-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.abd-search-close {
  position: absolute;
  top: 28px; right: 40px;
  width: 44px; height: 44px;
  background: none; border: none;
  cursor: pointer;
  color: rgba(255,255,255,0.5);
  font-size: 28px;
  display: flex; align-items: center; justify-content: center;
  transition: color 0.2s;
  line-height: 1;
}
.abd-search-close:hover { color: var(--gold); }
.abd-search-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.abd-search-bar {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 640px;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 8px;
  gap: 12px;
}
.abd-search-bar svg {
  width: 22px; height: 22px;
  stroke: rgba(255,255,255,0.4);
  stroke-width: 1.5;
  fill: none;
  flex-shrink: 0;
}
.abd-search-bar input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 300;
  color: var(--white);
  caret-color: var(--gold);
}
.abd-search-bar input::placeholder { color: rgba(255,255,255,0.2); }
.abd-search-hints {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.abd-search-hint {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 6px 14px;
  cursor: pointer;
  transition: all 0.2s;
}
.abd-search-hint:hover { color: var(--gold); border-color: var(--gold); }

/* ══════════════════════════════════════════════
   MINI CART DRAWER
══════════════════════════════════════════════ */
.abd-cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(26,24,20,0.5);
  z-index: 290;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.abd-cart-overlay.open { opacity: 1; pointer-events: auto; }

.abd-cart-drawer {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: 400px;
  max-width: calc(100vw - 48px);
  background: var(--white);
  z-index: 295;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -8px 0 48px rgba(0,0,0,0.15);
}
.abd-cart-drawer.open { transform: translateX(0); }

.abd-drawer-header {
  padding: 24px 28px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ink);
}
.abd-drawer-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 300;
  color: var(--white);
}
.abd-drawer-title span { font-style: italic; color: var(--gold); }
.abd-drawer-close {
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.08);
  border: none; cursor: pointer;
  color: rgba(255,255,255,0.6);
  font-size: 20px;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s; line-height: 1;
}
.abd-drawer-close:hover { background: rgba(255,255,255,0.15); color: var(--white); }

.abd-drawer-items {
  flex: 1;
  overflow-y: auto;
  padding: 0;
}
.abd-drawer-item {
  display: flex;
  gap: 14px;
  padding: 18px 24px;
  border-bottom: 1px solid var(--border);
  align-items: center;
}
.abd-drawer-item-img {
  width: 60px; height: 60px;
  flex-shrink: 0;
  background: var(--cream);
  overflow: hidden;
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px; color: var(--gold);
}
.abd-drawer-item-img img { width: 100%; height: 100%; object-fit: cover; }
.abd-drawer-item-info { flex: 1; min-width: 0; }
.abd-drawer-item-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px; font-weight: 400;
  color: var(--ink); line-height: 1.2;
  display: block; margin-bottom: 4px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  text-decoration: none;
}
.abd-drawer-item-name:hover { color: var(--gold); }
.abd-drawer-item-meta {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px; font-weight: 300;
  color: var(--muted);
}
.abd-drawer-item-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px; font-weight: 400;
  color: var(--ink); flex-shrink: 0;
}
.abd-drawer-item-remove {
  width: 26px; height: 26px;
  background: none; border: 1px solid var(--border);
  border-radius: 50%; cursor: pointer;
  color: var(--muted); font-size: 14px;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s; flex-shrink: 0; line-height: 1;
}
.abd-drawer-item-remove:hover { background: #C0392B; border-color: #C0392B; color: #fff; }

.abd-drawer-empty {
  padding: 60px 24px;
  text-align: center;
}
.abd-drawer-empty p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px; font-weight: 300;
  color: var(--muted); margin-bottom: 20px;
}
.abd-drawer-empty a {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ink); background: var(--gold);
  padding: 12px 28px; text-decoration: none;
  display: inline-block; transition: background 0.3s;
}
.abd-drawer-empty a:hover { background: var(--gold-dark); color: var(--white); }

.abd-drawer-footer {
  border-top: 1px solid var(--border);
  padding: 20px 24px;
  background: var(--parch);
}
.abd-drawer-subtotal {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 16px;
}
.abd-drawer-subtotal-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted);
}
.abd-drawer-subtotal-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px; font-weight: 300; color: var(--ink);
}
.abd-drawer-btn {
  display: block; width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  text-align: center; text-decoration: none;
  padding: 16px 24px; transition: all 0.3s;
  margin-bottom: 8px; min-height: 50px;
  display: flex; align-items: center; justify-content: center;
}
.abd-drawer-btn.primary {
  background: var(--gold); color: var(--ink); border: none; cursor: pointer;
}
.abd-drawer-btn.primary:hover { background: var(--ink); color: var(--white); }
.abd-drawer-btn.secondary {
  background: none; color: var(--body);
  border: 1px solid var(--border); cursor: pointer;
}
.abd-drawer-btn.secondary:hover { border-color: var(--ink); color: var(--ink); }
.abd-drawer-secure {
  text-align: center; margin-top: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px; font-weight: 300; color: var(--muted);
  display: flex; align-items: center; justify-content: center; gap: 5px;
}

/* ══════════════════════════════════════════════
   MOBILE MENU DRAWER
══════════════════════════════════════════════ */
.abd-mobile-overlay {
  position: fixed; inset: 0;
  background: rgba(26,24,20,0.5);
  z-index: 280;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
}
.abd-mobile-overlay.open { opacity: 1; pointer-events: auto; }

.abd-mobile-drawer {
  position: fixed;
  top: 0; left: 0; bottom: 0;
  width: 320px;
  max-width: 100vw;
  background: var(--white);
  z-index: 285;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}
.abd-mobile-drawer.open { transform: translateX(0); }

.abd-mobile-header {
  padding: 20px 24px;
  background: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.abd-mobile-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px; font-weight: 400;
  letter-spacing: 0.06em; color: var(--gold);
  text-decoration: none;
}
.abd-mobile-close {
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.08);
  border: none; cursor: pointer;
  color: rgba(255,255,255,0.6);
  font-size: 20px;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s; line-height: 1;
}
.abd-mobile-close:hover { background: rgba(255,255,255,0.15); color: var(--white); }

.abd-mobile-account {
  padding: 16px 24px;
  background: var(--parch);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 12px;
}
.abd-mobile-account-links {
  display: flex; flex-direction: column; gap: 2px;
}
.abd-mobile-account-links a {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 500;
  color: var(--ink); text-decoration: none;
  letter-spacing: 0.1em;
}
.abd-mobile-account-links span {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px; font-weight: 300; color: var(--muted);
}

.abd-mobile-nav { flex: 1; }
.abd-mobile-section {
  border-bottom: 1px solid var(--border);
}
.abd-mobile-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  cursor: pointer;
  transition: background 0.2s;
}
.abd-mobile-section-header:hover { background: var(--parch); }
.abd-mobile-section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink);
}
.abd-mobile-chevron {
  width: 8px; height: 8px;
  border-right: 1.5px solid var(--muted);
  border-bottom: 1.5px solid var(--muted);
  transform: rotate(45deg);
  transition: transform 0.25s;
}
.abd-mobile-section.open .abd-mobile-chevron {
  transform: rotate(-135deg);
}
.abd-mobile-sub {
  display: none;
  padding: 0 0 8px;
  background: var(--parch);
}
.abd-mobile-section.open .abd-mobile-sub { display: block; }
.abd-mobile-sub a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 24px 11px 32px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; font-weight: 300;
  color: var(--body); text-decoration: none;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s, padding-left 0.2s;
}
.abd-mobile-sub a:last-child { border-bottom: none; }
.abd-mobile-sub a:hover { color: var(--ink); padding-left: 38px; }
.abd-mobile-sub a::before {
  content: '›';
  color: var(--gold);
  font-size: 14px;
  flex-shrink: 0;
}
.abd-mobile-direct-link {
  display: block;
  padding: 16px 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink); text-decoration: none;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s, background 0.2s;
}
.abd-mobile-direct-link:hover { background: var(--parch); color: var(--gold); }
.abd-mobile-direct-link.shop { color: var(--gold-dark); }

.abd-mobile-footer {
  padding: 24px;
  background: var(--ink);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.abd-mobile-footer-cta {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ink); background: var(--gold);
  padding: 14px 24px; text-decoration: none;
  text-align: center; transition: background 0.3s;
  min-height: 46px; display: flex; align-items: center; justify-content: center;
}
.abd-mobile-footer-cta:hover { background: var(--gold-dark); color: var(--white); }
.abd-mobile-footer-contact {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px; font-weight: 300;
  color: rgba(255,255,255,0.4);
  text-align: center; letter-spacing: 0.1em;
}
.abd-mobile-footer-contact a { color: rgba(201,169,110,0.7); text-decoration: none; }

/* ══════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
══════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .abd-nav-link { padding: 0 11px; }
  .abd-header { padding: 0 24px; }
}
@media (max-width: 960px) {
  .abd-nav { display: none; }
  .abd-hamburger { display: flex; }
  .abd-header-cta { display: none; }
  .abd-logo-tagline { display: none; }
}
@media (max-width: 640px) {
  .abd-header { padding: 0 16px; }
  .abd-logo-name { font-size: 15px; }
  .abd-action-btn:not(.cart-btn):not(.account-btn) { display: none; }
}

/* Demo page scaffold */
.demo-page { min-height: 100vh; }
.demo-content {
  max-width: 1200px; margin: 0 auto;
  padding: 60px 40px;
  text-align: center;
}
.demo-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px; font-weight: 300; color: var(--ink);
  margin-bottom: 16px;
}
.demo-content h2 em { font-style: italic; color: var(--gold); }
.demo-content p {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px; font-weight: 300; color: var(--muted);
  line-height: 2; max-width: 560px; margin: 0 auto;
}/* End custom CSS */