/**
 * Art of Ayurveda (AOA) - Aesthetic Centered Header Styles
 * Minimalist, classical Vedic typography, split navigation, sticky transition,
 * search modal, and responsive mobile drawer.
 */

:root {
  --aoa-header-bg: rgba(255, 255, 255, 0.97);
  --aoa-header-border: rgba(0, 0, 0, 0.06);
  --aoa-header-text: #292524;
  --aoa-header-text-muted: #78716c;
  --aoa-header-green: #1b4332;
  --aoa-header-green-light: #2d6a4f;
  --aoa-header-gold: #b45309;
  --aoa-header-sand: #fbf9f5;
  --aoa-header-h-desktop: 108px;
  --aoa-header-h-scrolled: 72px;
  --aoa-font-serif: 'Cormorant Garamond', Georgia, serif;
  --aoa-font-sans: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ==========================================================
   1. TOP VEDIC MICRO-BAR
   ========================================================== */
.aoa-topbar {
  background-color: #f7f4ed;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-family: var(--aoa-font-sans);
  font-size: 11.5px;
  color: var(--aoa-header-text-muted);
  line-height: 1;
  padding: 8px 0;
  position: relative;
  z-index: 1001;
}

.aoa-topbar-container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aoa-topbar-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.aoa-topbar-mantra {
  color: var(--aoa-header-green);
  font-weight: 600;
  letter-spacing: 0.3px;
}

.aoa-topbar-sep {
  color: #d6d3d1;
}

.aoa-topbar-phrase {
  letter-spacing: 0.2px;
}

.aoa-topbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.aoa-topbar-link {
  color: var(--aoa-header-text-muted);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s ease;
}

.aoa-topbar-link:hover {
  color: var(--aoa-header-green);
}

/* Header Layout Option Switcher Button */
.aoa-layout-toggle-btn {
  background: #ede8df;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 3px 9px;
  font-size: 11px;
  font-family: var(--aoa-font-sans);
  color: #57534e;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s ease;
}

.aoa-layout-toggle-btn:hover {
  background: var(--aoa-header-green);
  color: #ffffff;
  border-color: var(--aoa-header-green);
}

@media (max-width: 900px) {
  .aoa-topbar-phrase,
  .aoa-topbar-left .aoa-topbar-sep {
    display: none;
  }
}

@media (max-width: 600px) {
  .aoa-topbar {
    display: none;
  }
}

/* ==========================================================
   2. MAIN AESTHETIC HEADER (CENTERED LOGO)
   ========================================================== */
.aoa-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background-color: var(--aoa-header-bg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--aoa-header-border);
  transition: background-color 0.3s ease, box-shadow 0.3s ease, height 0.3s ease;
}

.aoa-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
}

.aoa-header-inner {
  width: 100%;
}

.aoa-header-container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: var(--aoa-header-h-desktop);
  transition: height 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.aoa-header.is-scrolled .aoa-header-container {
  height: var(--aoa-header-h-scrolled);
}

/* ==========================================================
   3. THE CENTERED LOGO
   ========================================================== */
.aoa-nav-center {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
}

.aoa-logo-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  transition: transform 0.25s ease;
}

.aoa-logo-link:hover {
  transform: scale(1.02);
}

.aoa-logo-primary {
  height: 78px;
  width: auto;
  object-fit: contain;
  display: block;
  transition: height 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease;
}

.aoa-logo-compact {
  display: none;
  height: 48px;
  width: auto;
  object-fit: contain;
}

/* Scrolled state adjusts logo size smoothly */
.aoa-header.is-scrolled .aoa-logo-primary {
  height: 54px;
}

/* ==========================================================
   4. NAVIGATION WINGS (LEFT & RIGHT)
   ========================================================== */
.aoa-nav-wing {
  display: flex;
  align-items: center;
}

.aoa-nav-left {
  justify-content: flex-start;
}

.aoa-nav-right {
  justify-content: flex-end;
}

.aoa-nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: clamp(12px, 1.5vw, 22px);
}

.aoa-nav-item {
  position: relative;
}

.aoa-nav-link {
  font-family: var(--aoa-font-sans);
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: var(--aoa-header-text);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 0;
  position: relative;
  transition: color 0.2s ease;
}

.aoa-nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1.5px;
  background-color: var(--aoa-header-green);
  transition: width 0.25s ease;
}

.aoa-nav-link:hover,
.aoa-nav-link.active {
  color: var(--aoa-header-green);
}

.aoa-nav-link:hover::after,
.aoa-nav-link.active::after {
  width: 100%;
}

.aoa-chevron {
  transition: transform 0.2s ease;
}

.aoa-has-dropdown:hover .aoa-chevron {
  transform: rotate(180deg);
}

/* Dropdown Menu */
.aoa-dropdown-menu {
  position: absolute;
  top: 100%;
  left: -12px;
  min-width: 290px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.09);
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s;
  pointer-events: none;
  z-index: 1010;
}

.aoa-has-dropdown:hover .aoa-dropdown-menu,
.aoa-has-dropdown:focus-within .aoa-dropdown-menu,
.aoa-has-dropdown.is-active .aoa-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.aoa-dropdown-inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.aoa-dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.aoa-dropdown-item:hover {
  background-color: #f7f4ed;
  transform: translateX(3px);
}

.aoa-dd-icon {
  font-size: 18px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.aoa-dd-text {
  display: flex;
  flex-direction: column;
}

.aoa-dd-text strong {
  font-family: var(--aoa-font-sans);
  font-size: 13.5px;
  font-weight: 600;
  color: #1c1917;
  line-height: 1.3;
}

.aoa-dd-text small {
  font-size: 11.5px;
  color: var(--aoa-header-text-muted);
  line-height: 1.2;
}

.aoa-dropdown-header-hint {
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #a8a29e;
  padding: 4px 12px 6px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 4px;
}

.aoa-dropdown-view-all {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 4px;
  padding: 8px 12px 4px 12px;
}

.aoa-dropdown-view-all a {
  font-size: 12px;
  font-weight: 600;
  color: var(--aoa-header-green);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.2s ease;
}

.aoa-dropdown-view-all a:hover {
  color: var(--aoa-gold);
}

/* User Account Dropdown Specialization */
.aoa-user-nav-item {
  position: relative;
}

.aoa-user-trigger {
  position: relative;
}

.aoa-user-trigger.is-logged-in {
  color: var(--aoa-header-green);
  border-color: rgba(27, 67, 50, 0.28);
  background: rgba(27, 67, 50, 0.05);
}

.aoa-user-indicator {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 9px;
  height: 9px;
  background-color: #16a34a;
  border: 2px solid #ffffff;
  border-radius: 50%;
  pointer-events: none;
}

.aoa-user-dropdown-menu {
  left: auto;
  right: -8px;
  min-width: 275px;
  max-width: 320px;
  padding: 8px;
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.04);
}

/* User profile header inside dropdown */
.aoa-user-profile-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 10px 8px 10px;
}

.aoa-user-avatar-badge {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1b4332, #2d6a4f);
  color: #ffffff;
  font-family: var(--aoa-font-sans);
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 3px 8px rgba(27, 67, 50, 0.22);
}

.aoa-user-profile-info {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  line-height: 1.25;
}

.aoa-user-greeting {
  font-size: 11px;
  font-weight: 600;
  color: #8c827a;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.aoa-user-name {
  font-family: var(--aoa-font-sans);
  font-size: 14px;
  font-weight: 700;
  color: #1c1917;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1px;
}

.aoa-user-meta {
  font-size: 11.5px;
  color: #78716c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1px;
}

.aoa-dropdown-divider {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.06);
  margin: 6px 4px;
}

.aoa-dropdown-item-user .aoa-dd-icon {
  color: var(--aoa-header-green);
}

.aoa-dropdown-item-logout {
  color: #dc2626;
}

.aoa-dropdown-item-logout .aoa-dd-icon-logout {
  color: #dc2626;
  background: #fef2f2;
}

.aoa-dropdown-item-logout:hover {
  background-color: #fef2f2 !important;
}

.aoa-dropdown-item-logout:hover .aoa-logout-title {
  color: #dc2626;
}

/* Mobile Drawer User Details */
.aoa-drawer-user-section {
  padding: 8px 0 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 6px;
}

.aoa-drawer-user-badge {
  font-size: 14px;
  color: #44403c;
  padding: 6px 12px;
  background: #f7f4ed;
  border-radius: 8px;
}

.aoa-drawer-user-badge strong {
  color: var(--aoa-header-green);
}


/* ==========================================================
   5. ACTION BUTTONS & CTA
   ========================================================== */
.aoa-icon-action-btn {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #44403c;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}

.aoa-icon-action-btn:hover {
  background: #f7f4ed;
  border-color: var(--aoa-header-green);
  color: var(--aoa-header-green);
  transform: translateY(-1px);
}

.aoa-nav-consult-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--aoa-header-green);
  color: #ffffff !important;
  font-family: var(--aoa-font-sans);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 10px 22px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(27, 67, 50, 0.22);
  transition: all 0.25s ease;
  white-space: nowrap;
}

.aoa-nav-consult-btn:hover {
  background-color: var(--aoa-header-green-light);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(27, 67, 50, 0.32);
}

/* ==========================================================
   6. MOBILE CONTROLS & RESPONSIVENESS
   ========================================================== */
.aoa-mobile-left,
.aoa-mobile-right {
  display: none;
}

.aoa-hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.aoa-hamburger-line {
  width: 22px;
  height: 2px;
  background-color: #292524;
  border-radius: 2px;
  transition: all 0.2s ease;
}

.aoa-mobile-consult-btn {
  background-color: var(--aoa-header-green);
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 50px;
  text-decoration: none;
}

@media (max-width: 1080px) {
  .aoa-nav-wing {
    display: none;
  }

  .aoa-mobile-left,
  .aoa-mobile-right {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .aoa-header-container {
    height: 74px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 18px;
  }

  .aoa-header.is-scrolled .aoa-header-container {
    height: 64px;
  }

  .aoa-logo-primary {
    display: none;
  }

  .aoa-logo-compact {
    display: block;
    height: 44px;
  }
}

/* ==========================================================
   7. DESIGN OPTION 2: STATELY STACKED CENTERING
   ========================================================== */
body.aoa-layout-stacked .aoa-header-container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto auto;
  height: auto;
  padding: 14px 28px 10px 28px;
  row-gap: 12px;
}

body.aoa-layout-stacked .aoa-header.is-scrolled .aoa-header-container {
  height: auto;
  padding: 8px 28px 8px 28px;
  row-gap: 8px;
}

body.aoa-layout-stacked .aoa-nav-center {
  grid-column: 2;
  grid-row: 1;
  padding: 0;
}

body.aoa-layout-stacked .aoa-logo-primary {
  height: 68px;
}

body.aoa-layout-stacked .aoa-header.is-scrolled .aoa-logo-primary {
  height: 48px;
}

body.aoa-layout-stacked .aoa-nav-right {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  justify-content: flex-end;
}

body.aoa-layout-stacked .aoa-nav-right .aoa-nav-item:first-child {
  display: none; /* Move shop into primary flow */
}

body.aoa-layout-stacked .aoa-nav-left {
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 10px;
}

body.aoa-layout-stacked .aoa-nav-left .aoa-nav-list {
  justify-content: center;
  gap: 32px;
}

/* ==========================================================
   8. MINIMALIST SEARCH OVERLAY
   ========================================================== */
.aoa-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 90px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s;
}

.aoa-search-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.aoa-search-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(28, 25, 23, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.aoa-search-modal-dialog {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 720px;
  margin: 0 20px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
  padding: 36px;
  transform: translateY(-20px);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.aoa-search-overlay.is-active .aoa-search-modal-dialog {
  transform: translateY(0);
}

.aoa-search-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.aoa-search-modal-title {
  font-family: var(--aoa-font-serif);
  font-size: 22px;
  font-weight: 700;
  color: #1c1917;
}

.aoa-modal-close-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #78716c;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.aoa-modal-close-btn:hover {
  background: #f7f4ed;
  color: #1c1917;
}

.aoa-search-input-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 2px solid #e7e5e4;
  border-radius: 12px;
  padding: 12px 18px;
  background: #fafaf9;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.aoa-search-input-wrap:focus-within {
  border-color: var(--aoa-header-green);
  background: #ffffff;
}

.aoa-search-field {
  flex: 1;
  border: none;
  background: transparent;
  font-family: var(--aoa-font-sans);
  font-size: 16px;
  color: #1c1917;
  outline: none;
}

.aoa-search-submit {
  background: var(--aoa-header-green);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 8px 18px;
  font-family: var(--aoa-font-sans);
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.aoa-search-submit:hover {
  background: var(--aoa-header-green-light);
}

.aoa-search-suggestions {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.aoa-sugg-label {
  font-size: 12px;
  color: #78716c;
  margin-right: 4px;
}

.aoa-sugg-tag {
  font-size: 12px;
  color: #44403c;
  background: #f5f5f4;
  padding: 4px 10px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.aoa-sugg-tag:hover {
  background: #e7e5e4;
  color: var(--aoa-header-green);
}

/* ==========================================================
   9. MOBILE OFF-CANVAS SLIDE-IN DRAWER
   ========================================================== */
.aoa-mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2100;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s ease;
}

.aoa-mobile-drawer.is-active {
  visibility: visible;
  opacity: 1;
}

.aoa-drawer-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}

.aoa-drawer-panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 85%;
  max-width: 360px;
  background: #ffffff;
  box-shadow: 10px 0 40px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
}

.aoa-mobile-drawer.is-active .aoa-drawer-panel {
  transform: translateX(0);
}

.aoa-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.aoa-drawer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.aoa-drawer-logo-mark {
  height: 38px;
  width: auto;
}

.aoa-drawer-brand-text span {
  display: block;
  font-family: var(--aoa-font-sans);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  color: #1c1917;
}

.aoa-drawer-brand-text small {
  display: block;
  font-size: 10px;
  color: #78716c;
}

.aoa-drawer-close {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #78716c;
  padding: 6px;
}

.aoa-drawer-content {
  padding: 20px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.aoa-drawer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.aoa-drawer-nav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.aoa-drawer-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  font-family: var(--aoa-font-sans);
  font-size: 15px;
  font-weight: 500;
  color: #292524;
  text-decoration: none;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.aoa-drawer-submenu {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0 0 0 14px;
  display: none;
}

.aoa-drawer-has-sub.is-open .aoa-drawer-submenu {
  display: block;
}

.aoa-drawer-submenu li {
  border-bottom: none;
}

.aoa-drawer-submenu a {
  display: block;
  padding: 8px 0;
  font-size: 13.5px;
  color: #57534e;
  text-decoration: none;
}

.aoa-drawer-submenu a:hover {
  color: var(--aoa-header-green);
}

.aoa-drawer-footer {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.aoa-drawer-contact-info {
  margin-top: 16px;
  font-size: 12px;
  color: #78716c;
  line-height: 1.6;
}

/* Mobile Header Fine-Tuning & Small Screen Breakpoints */
@media (max-width: 600px) {
  .aoa-search-overlay {
    padding-top: 40px;
  }
  .aoa-search-modal-dialog {
    padding: 22px 16px;
    margin: 0 12px;
    border-radius: 16px;
  }
  .aoa-search-modal-header {
    margin-bottom: 16px;
  }
  .aoa-search-modal-title {
    font-size: 18px;
  }
  .aoa-search-input-wrap {
    padding: 8px 12px;
    gap: 8px;
    border-radius: 10px;
  }
  .aoa-search-field {
    font-size: 14px;
  }
  .aoa-search-submit {
    padding: 7px 14px;
    font-size: 12.5px;
  }
}

@media (max-width: 480px) {
  .aoa-header-container {
    padding: 0 12px;
    height: 64px;
  }
  .aoa-header.is-scrolled .aoa-header-container {
    height: 56px;
  }
  .aoa-logo-compact {
    height: 38px;
  }
  .aoa-mobile-left,
  .aoa-mobile-right {
    gap: 6px;
  }
  .aoa-icon-action-btn {
    width: 35px;
    height: 35px;
  }
  .aoa-mobile-consult-btn {
    font-size: 11.5px;
    padding: 6px 11px;
  }
  .aoa-drawer-panel {
    width: 88%;
    max-width: 300px;
  }
  .aoa-drawer-header,
  .aoa-drawer-content {
    padding: 16px 18px;
  }
}

@media (max-width: 360px) {
  .aoa-header-container {
    padding: 0 8px;
    height: 60px;
  }
  .aoa-logo-compact {
    height: 32px;
  }
  .aoa-mobile-left,
  .aoa-mobile-right {
    gap: 4px;
  }
  .aoa-icon-action-btn {
    width: 32px;
    height: 32px;
  }
  .aoa-mobile-consult-btn {
    font-size: 11px;
    padding: 5px 8px;
  }
}

