@charset "UTF-8";
/**
 * Header component styles.
 * SCSS: assets/css/components/header.scss
 * CSS (compiled by IDE): assets/css/components/header.css
 *
 * Layout: .h-42e8325 > .c-0428994 > .h-ab22f49
 * Sticky on desktop; fixed on mobile with .h-5f27e7f + .h-2c47873 menu.
 */
.l-be5e6ed .h-42e8325.i-43efbbd {
  top: 32px;
}

.h-5f27e7f {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 90;
}

.h-5f27e7f.i-d197a92 {
  opacity: 1;
  visibility: visible;
}

body.m-bee5e9d {
  overflow: hidden;
}
body.m-bee5e9d .h-42e8325 {
  z-index: 100;
}

.h-42e8325 {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 20px var(--site-gutter, 15px);
  background: var(--header-bg, var(--block-bg, transparent));
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
.h-42e8325 > .c-0428994 {
  padding-left: 0;
  padding-right: 0;
}
.h-42e8325.i-43efbbd {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.h-ab22f49 {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.h-d5fb811 {
  flex-shrink: 0;
}
.h-d5fb811 img,
.h-d5fb811 .h-4f60c8c {
  display: block;
  max-width: 180px;
  height: auto;
}
.h-7763564 {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  min-width: 0;
}
.h-f75defc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.h-71a9b31, .h-b024b70 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  padding: 12px 16px;
  border: 1px solid var(--header-btn-border, var(--text-color));
  border-radius: var(--button-border-radius, 10px);
  background: var(--header-btn-bg, transparent);
  color: var(--header-btn-text, var(--text-color));
  text-decoration: none;
  text-transform: uppercase;
  font-size: var(--button-font-size, 14px);
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.h-71a9b31.h-27a36d4, .h-b024b70.h-27a36d4 {
  border-color: var(--header-btn-border, var(--text-color));
}
.h-71a9b31.h-6ecac1b, .h-b024b70.h-6ecac1b {
  border-color: transparent;
}
.h-71a9b31.h-8d2460f, .h-b024b70.h-8d2460f {
  background: transparent;
}
.h-71a9b31.h-7e319a3, .h-b024b70.h-7e319a3 {
  background: var(--header-btn-bg, var(--additional-c-elements));
}
.h-71a9b31:hover, .h-b024b70:hover {
  opacity: 0.85;
}
.h-ef8e2a2 {
  display: inline-flex;
  align-items: center;
}
.h-ef8e2a2 img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.h-e1e7b42 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-left: auto;
  flex-shrink: 0;
}
.h-bdc8657 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid var(--header-btn-border, transparent);
  border-radius: var(--button-border-radius, 10px);
  background: var(--header-btn-bg, var(--additional-c-elements));
  color: var(--header-btn-text, var(--button-text-color, #000));
  text-decoration: none;
  text-transform: uppercase;
  font-size: var(--button-font-size, 16px);
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.h-bdc8657.h-27a36d4 {
  border-color: var(--header-btn-border, var(--text-color));
}
.h-bdc8657.h-6ecac1b {
  border-color: transparent;
}
.h-bdc8657.h-8d2460f {
  background: transparent;
}
.h-bdc8657.h-7e319a3 {
  background: var(--header-btn-bg, var(--additional-c-elements));
}
.h-bdc8657:hover {
  opacity: 0.85;
}
.h-99c188f {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid var(--additional-c-elements);
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}
.h-99c188f span {
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background: var(--text-color);
  transition: 0.3s ease;
}
.h-99c188f.i-d197a92 span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.h-99c188f.i-d197a92 span:nth-child(2) {
  opacity: 0;
}
.h-99c188f.i-d197a92 span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.h-2c47873 {
  display: none;
}

@media (max-width: 990px) {
  .h-d5fb811 img,
  .h-d5fb811 .h-4f60c8c {
    max-width: 140px;
  }
}
@media (max-width: 768px) {
  .l-be5e6ed .h-42e8325,
  .l-be5e6ed .h-42e8325.i-43efbbd {
    top: var(--wp-admin--admin-bar--height, 46px);
  }
  /* Fixed header is out of flow — clear it on main. Section blocks keep their own spacing. */
  main,
  main.p-3edba98,
  main.main-content {
    padding-top: var(--header-height, 84px);
  }
  .l-be5e6ed main,
  .l-be5e6ed main.p-3edba98,
  .l-be5e6ed main.main-content {
    padding-top: calc(var(--header-height, 84px) + var(--wp-admin--admin-bar--height, 46px));
  }
  .h-42e8325 {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    /* Full-bleed under the bar; escapes the inner .c-0428994 column. */
  }
  .h-ab22f49 {
    justify-content: space-between;
  }
  .h-7763564 {
    display: none;
  }
  .h-99c188f {
    display: flex;
  }
  .h-2c47873 {
    display: block;
    position: absolute;
    left: 50%;
    right: auto;
    top: 100%;
    width: 100vw;
    transform: translateX(-50%);
    background: var(--header-bg, var(--block-bg, transparent));
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    z-index: 2;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.45s ease, opacity 0.3s ease, visibility 0.3s ease;
  }
  .h-2c47873.i-8e56b2e {
    max-height: calc(100dvh - var(--header-height, 84px));
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
    -webkit-overflow-scrolling: touch;
  }
  .h-02a7fb9 {
    width: 100%;
    max-width: var(--site-container-width, 1200px);
    margin: 0 auto;
    padding: 20px var(--site-gutter, 15px);
    box-sizing: border-box;
  }
  .h-813d38e {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .h-b024b70 {
    width: 100%;
  }
  .h-ce0e395 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
  }
  .h-bdc8657 {
    flex: 1 1 calc(50% - 5px);
    min-width: 0;
  }
}

/*# sourceMappingURL=header.css.map */
