/* Golden Tree — en-tête global (mu-plugin) */

#header.main-header.site-header,
header.site-header#header,
.lqd-sticky-placeholder {
  display: none !important;
}

.gt-site-header {
  position: sticky;
  top: 0;
  z-index: 10050;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid #eef0ec;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  min-height: 81px;
}

.gt-site-header__bar {
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 24px;
  min-height: 80px;
}

body.admin-bar .gt-site-header {
  top: 32px;
}

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

.gt-site-header__logo {
  flex: none;
  display: block;
}

.gt-site-header__logo img {
  height: 60px;
  width: auto;
  display: block;
  min-height: 60px;
}

.gt-header-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.gt-header-nav__link {
  color: #1f2937;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  min-height: 41px;
  padding: 8px 0;
  line-height: 1;
  transition: color 0.2s ease;
}

.gt-header-nav__link:hover,
.gt-header-nav__link:focus-visible,
.gt-header-nav__link.is-active {
  color: #166534;
}

.gt-header-nav__link.is-active {
  text-shadow: 0.35px 0 0 currentColor;
}

.gt-site-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: none;
}

.gt-header-tel {
  color: #166534;
  text-decoration: none;
  font-weight: 700;
  font-size: 14.5px;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.gt-header-tel:hover,
.gt-header-tel:focus-visible {
  color: #c9a24b;
}

.gt-header-cta {
  background: #166534;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(22, 101, 52, 0.25);
  transition: background 0.2s ease;
}

.gt-header-cta:hover,
.gt-header-cta:focus-visible {
  background: #14532d;
}

.gt-header-burger {
  display: none;
  background: none;
  border: 1px solid #d1d5db;
  border-radius: 11px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  color: #122a1a;
  font-size: 17px;
  line-height: 1;
  font-family: inherit;
  align-items: center;
  justify-content: center;
}

.gt-header-panel {
  display: none;
  border-top: 1px solid #eef0ec;
  background: #ffffff;
  padding: 16px 24px 22px;
}

.gt-header-panel.is-open {
  display: block;
}

.gt-header-panel__inner {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-width: 1220px;
  margin: 0 auto;
}

.gt-header-panel__link {
  text-decoration: none;
  color: #122a1a;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 4px;
  border-bottom: 1px solid #f3f4f6;
}

.gt-header-panel__link.is-active {
  color: #166534;
  text-shadow: 0.35px 0 0 currentColor;
}

.gt-header-panel__link:last-of-type {
  border-bottom: none;
}

.gt-header-panel__cta {
  margin-top: 16px;
  background: #166534;
  color: #ffffff;
  text-decoration: none;
  padding: 16px 0;
  border-radius: 999px;
  font-size: 15.5px;
  font-weight: 600;
  text-align: center;
}

.gt-header-panel__tel {
  margin-top: 10px;
  border: 1px solid #166534;
  color: #166534;
  text-decoration: none;
  padding: 15px 0;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 1059px) {
  .gt-header-nav,
  .gt-header-tel,
  .gt-header-cta {
    display: none !important;
  }

  .gt-header-burger {
    display: flex !important;
  }
}

@media (min-width: 1060px) {
  .gt-header-burger,
  .gt-header-panel {
    display: none !important;
  }
}

@media (max-width: 782px) {
  body.admin-bar .gt-site-header {
    top: 46px;
  }
}
