.luma-site-header {
  --luma-header-bg: #fafafa;
  --luma-header-fg: #0a0a0a;
  --luma-header-muted: rgba(10, 10, 10, .62);
  --luma-header-line: rgba(10, 10, 10, .13);
  --luma-header-hover: #f2f2ef;
  box-sizing: border-box;
}

.luma-site-header *,
.luma-site-header *::before,
.luma-site-header *::after {
  box-sizing: border-box;
}

.luma-site-header--dark {
  --luma-header-bg: #0a0a0a;
  --luma-header-fg: #fafafa;
  --luma-header-muted: rgba(250, 250, 250, .68);
  --luma-header-line: rgba(250, 250, 250, .15);
  --luma-header-hover: #171717;
}

.luma-site-header--inner {
  position: relative;
  z-index: 100;
  display: flex;
  width: 100%;
  min-height: 74px;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  margin: 0;
  padding: 12px clamp(20px, 6vw, 96px);
  border-bottom: 1px solid var(--luma-header-line);
  background: var(--luma-header-bg);
  color: var(--luma-header-fg);
  font-family: "Montserrat", Arial, sans-serif;
}

.luma-site-header--standalone.luma-site-header--inner {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: var(--luma-header-bg);
  background: color-mix(in srgb, var(--luma-header-bg) 88%, transparent);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

header.luma-site-header-part,
header.wp-block-template-part:has(> .luma-site-header) {
  margin: 0;
  padding: 0;
  border: 0;
}

.luma-site-header__logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.luma-site-header__logo img {
  display: block;
  width: auto;
  height: 40px;
  filter: none;
}

.luma-site-header--dark .luma-site-header__logo img {
  filter: invert(1);
}

.luma-site-header__logo > span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  letter-spacing: .18em;
}

.luma-site-header__links {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: clamp(18px, 2vw, 32px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.luma-site-header--inner .luma-site-header__links {
  margin-inline-start: auto;
}

.luma-site-header__links a {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--luma-header-muted);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .105em;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.luma-site-header__links a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 180ms ease, transform 220ms cubic-bezier(.16, 1, .3, 1);
}

.luma-site-header__links a:hover,
.luma-site-header__links a:focus-visible,
.luma-site-header__links a[aria-current] {
  color: var(--luma-header-fg);
}

.luma-site-header__links a:hover::after,
.luma-site-header__links a:focus-visible::after,
.luma-site-header__links a[aria-current]::after {
  opacity: 1;
  transform: scaleX(1);
}

.luma-site-header__tools,
.luma-site-header__commerce {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.luma-site-header__tools {
  gap: 8px;
  margin-inline-start: auto;
}

.luma-site-header--inner .luma-site-header__tools {
  margin-inline-start: 0;
}

.luma-site-header__commerce {
  gap: 4px;
}

.luma-site-header__language {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--luma-header-muted);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-decoration: none;
}

.luma-site-header__language:hover,
.luma-site-header__language:focus-visible {
  color: var(--luma-header-fg);
  text-decoration: underline;
  text-underline-offset: .25em;
}

.luma-site-header__commerce :is(.wc-block-customer-account__link, .wc-block-mini-cart__button) {
  color: var(--luma-header-fg);
  transition: background-color 180ms ease;
}

.luma-site-header__commerce :is(.wc-block-customer-account__link, .wc-block-mini-cart__button):hover {
  background: var(--luma-header-hover);
}

.luma-site-header__toggle {
  display: none;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 0;
  background: transparent;
  color: var(--luma-header-fg);
  cursor: pointer;
}

.luma-site-header__toggle svg {
  display: block;
}

.luma-site-header :where(a, button):focus-visible {
  outline: 2px solid var(--luma-header-fg);
  outline-offset: 3px;
}

body.luma-menu-open {
  overflow: hidden;
}

/* Preserve the homepage's original four-part desktop composition even though
   language and CTA share a semantic tools wrapper in the common header. */
@media (min-width: 901px) {
  .luma-site-header--home {
    display: grid;
    grid-template-columns: max-content max-content max-content max-content;
    justify-content: space-between;
  }

  .luma-site-header--home .luma-site-header__tools {
    display: contents;
  }
}

@media (max-width: 900px) {
  .luma-site-header--inner {
    min-height: 60px;
    gap: 8px;
    padding: 8px 20px;
  }

  .luma-site-header--inner .luma-site-header__tools {
    margin-inline-start: auto;
  }

  .luma-site-header__logo img {
    height: 38px;
  }

  .luma-site-header__toggle {
    display: inline-flex;
    position: relative;
    z-index: 110;
  }

  .luma-site-header__links {
    position: fixed;
    z-index: 105;
    inset: 0;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 88px 24px 40px;
    background: var(--luma-header-bg);
    opacity: 0;
  }

  .luma-site-header__links.is-open {
    display: flex;
    opacity: 1;
  }

  .luma-site-header__links a {
    min-height: 52px;
    color: var(--luma-header-muted);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.2rem, 9vw, 4rem);
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 1;
    text-transform: none;
  }

  .luma-site-header__links a::after {
    bottom: 0;
  }

  .luma-site-header__toggle[aria-expanded="true"] .menu-line-1 {
    transform: translateY(5px) rotate(45deg);
  }

  .luma-site-header__toggle[aria-expanded="true"] .menu-line-2 {
    opacity: 0;
  }

  .luma-site-header__toggle[aria-expanded="true"] .menu-line-3 {
    transform: translateY(-5px) rotate(-45deg);
  }

  .luma-site-header__toggle :is(.menu-line-1, .menu-line-2, .menu-line-3) {
    transform-origin: center;
    transition: transform 250ms ease, opacity 250ms ease;
  }
}

@media (max-width: 520px) {
  .luma-site-header--inner {
    padding-inline: 14px;
  }

  .luma-site-header--inner .luma-site-header__tools {
    gap: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .luma-site-header *,
  .luma-site-header *::before,
  .luma-site-header *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
