/* Shared public desktop header; mobile and Mini App layouts stay unchanged. */
@media (min-width: 701px) {
  body.integra-public .site-header.marketplace-header,
  .lekala-theme .brand-pattern-header .header-inner {
    box-sizing: border-box;
    min-height: 80px;
    gap: 18px;
    padding-block: 12px;
    padding-inline: max(24px, calc((100% - 1280px) / 2));
    max-width: none;
    margin: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  body.integra-public .site-header.marketplace-header,
  .lekala-theme .brand-pattern-header {
    background: #090909;
    border-bottom: 1px solid #453a27;
  }
  .integra-public .site-header .marketplace-logo,
  .lekala-theme .brand-pattern-header .brand {
    flex: 0 0 148px;
    width: 148px;
    margin-right: 14px;
  }
  .integra-public .site-header .marketplace-logo img,
  .lekala-theme .brand-pattern-header .brand-logo {
    width: 148px;
    height: 41px;
  }
  .integra-public .site-header .brand-site-nav,
  .lekala-theme .brand-pattern-header .brand-site-nav {
    flex: 0 0 auto;
    gap: 22px;
    margin: 0;
  }
  .integra-public .site-header .brand-site-nav a,
  .integra-public .site-header.marketplace-header .marketplace-catalog-button,
  .lekala-theme .brand-pattern-header .brand-site-nav a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0;
    border: 0;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: none;
    background: transparent;
    transition: color 160ms ease;
  }
  .integra-public .site-header .brand-site-nav .brand-mobile-account { display: none; }
  .lekala-theme .brand-pattern-header .header-nav a[aria-current="page"] {
    padding-block: 0;
    border-bottom: 0;
  }
  .integra-public .site-header .brand-site-nav a::after,
  .integra-public .site-header .marketplace-catalog-button::after,
  .lekala-theme .brand-pattern-header .brand-site-nav a::after {
    content: "";
    position: absolute;
    inset: auto 0 3px;
    height: 1px;
    background: #eac47f;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
  }
  .integra-public .site-header .brand-site-nav a:is(:hover, :focus-visible, [aria-current="page"]),
  .integra-public .site-header.marketplace-header .marketplace-catalog-button:is(:hover, :focus-visible, [aria-expanded="true"]),
  .lekala-theme .brand-pattern-header .brand-site-nav a:is(:hover, :focus-visible, [aria-current="page"]) {
    color: #f2d6a1 !important;
    background: transparent;
  }
  .integra-public .site-header .brand-site-nav a:is(:hover, :focus-visible, [aria-current="page"])::after,
  .integra-public .site-header .marketplace-catalog-button:is(:hover, :focus-visible, [aria-expanded="true"])::after,
  .lekala-theme .brand-pattern-header .brand-site-nav a:is(:hover, :focus-visible, [aria-current="page"])::after {
    transform: scaleX(1);
  }
  body.integra-public .site-header .brand-search-toggle {
    margin-left: auto;
    margin-right: -12px;
    flex: 0 0 40px;
  }
  .integra-public .site-header .marketplace-actions,
  .lekala-theme .brand-pattern-header .brand-pattern-actions { gap: 6px; }
  .lekala-theme .brand-pattern-header .brand-pattern-actions { margin-left: auto; }
  body.integra-public .site-header .brand-search-toggle,
  body.integra-public .site-header.marketplace-header .marketplace-actions > a,
  .lekala-theme .brand-pattern-header .brand-pattern-actions > a {
    position: relative;
    width: 40px;
    min-width: 40px;
    height: 44px;
    border-radius: 5px !important;
    transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
  }
  body.integra-public .site-header.marketplace-header .marketplace-actions > a:first-child,
  body.integra-public .site-header.marketplace-header .marketplace-actions > .auth-nav-link { display: none; }
  body.integra-public .site-header .brand-search-toggle:is(:hover, :focus-visible, [aria-expanded="true"]),
  body.integra-public .site-header.marketplace-header .marketplace-actions > a:is(:hover, :focus-visible),
  .lekala-theme .brand-pattern-header .brand-pattern-actions > a:is(:hover, :focus-visible) {
    background: #252016 !important;
    color: #ffe0a4 !important;
    box-shadow: inset 0 0 0 1px #5d4c30 !important;
  }
  .integra-public .site-header .brand-contact,
  .lekala-theme .brand-pattern-header .brand-contact {
    flex: 0 0 auto;
    gap: 16px;
    margin-left: 0;
    padding-left: 20px;
    border-left: 1px solid #383024;
  }
  .integra-public .site-header .brand-contact > a,
  .lekala-theme .brand-pattern-header .brand-contact > a { font-size: 13px; }
  .integra-public .site-header .brand-contact .brand-callback,
  .lekala-theme .brand-pattern-header .brand-contact .brand-callback {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 16px;
    border-color: #967a48;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  }
  .integra-public .site-header .brand-contact .brand-callback:is(:hover, :focus-visible),
  .lekala-theme .brand-pattern-header .brand-contact .brand-callback:is(:hover, :focus-visible) {
    background: #241e13;
    border-color: #e7c384;
    box-shadow: 0 0 16px #dab16a14;
    color: #ffe0a4;
  }
  .integra-public .site-header :is(a, button, input):focus-visible,
  .lekala-theme .brand-pattern-header :is(a, button):focus-visible {
    outline: 2px solid #e7c384;
    outline-offset: 3px;
  }
  body.integra-public .site-header .marketplace-search {
    right: max(24px, calc((100% - 1280px) / 2));
  }
  body.integra-public .site-header .catalog-mega {
    left: max(24px, calc((100% - 1280px) / 2));
    right: max(24px, calc((100% - 1280px) / 2));
    width: auto;
    max-width: 1280px;
    margin-inline: 0;
    top: calc(100% + 1px);
  }
}
@media (min-width: 701px) and (max-width: 1200px) {
  body.integra-public .site-header.marketplace-header,
  .lekala-theme .brand-pattern-header .header-inner { gap: 16px; }
  .integra-public .site-header .brand-site-nav,
  .lekala-theme .brand-pattern-header .brand-site-nav { gap: 18px; }
  .integra-public .site-header .brand-contact .brand-callback,
  .lekala-theme .brand-pattern-header .brand-contact .brand-callback { display: none; }
}
@media (min-width: 701px) and (max-width: 950px) {
  body.integra-public .site-header.marketplace-header,
  .lekala-theme .brand-pattern-header .header-inner { gap: 12px; padding-inline: 20px; }
  .integra-public .site-header .brand-contact,
  .lekala-theme .brand-pattern-header .brand-contact { display: none; }
  .integra-public .site-header .marketplace-logo,
  .lekala-theme .brand-pattern-header .brand { flex-basis: 124px; width: 124px; margin-right: 0; }
  .integra-public .site-header .marketplace-logo img,
  .lekala-theme .brand-pattern-header .brand-logo { width: 124px; }
  .integra-public .site-header .brand-site-nav,
  .lekala-theme .brand-pattern-header .brand-site-nav { gap: 14px; }
  .integra-public .site-header .brand-site-nav a,
  .integra-public .site-header.marketplace-header .marketplace-catalog-button,
  .lekala-theme .brand-pattern-header .brand-site-nav a { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .integra-public .site-header *, .integra-public .site-header *::after,
  .lekala-theme .brand-pattern-header *, .lekala-theme .brand-pattern-header *::after { transition: none !important; }
}
