/* Shared site header — matches homepage WoodMart chrome */

@import url("https://fonts.googleapis.com/css2?family=Sora:wght@500;600;700;800&display=swap");

.whb-header {
  position: sticky;
  top: 0;
  z-index: 100;
  margin-bottom: 0 !important;
  background: #061525;
}

.whb-main-header,
.whb-row.whb-general-header {
  background: #061525 !important;
}

.whb-header .container {
  width: min(100%, 95%);
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: clamp(0.5rem, 2vw, 1.5rem);
  box-sizing: border-box;
}

.whb-flex-row.whb-general-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 100px;
  height: 100px;
}

@media (min-width: 1025px) {
  .whb-flex-row.whb-general-header-inner {
    min-height: 140px;
    height: 140px;
  }
}

.whb-column {
  display: flex;
  align-items: center;
}

.whb-col-left,
.whb-mobile-left {
  justify-content: flex-start;
  flex: 1 1 0%;
}

.whb-col-center {
  justify-content: center;
  flex: 0 1 auto;
}

.whb-col-right,
.whb-mobile-right {
  justify-content: flex-end;
  flex: 1 1 0%;
}

.whb-visible-lg { display: flex; }
.whb-hidden-lg { display: none; }

@media (max-width: 1024px) {
  .whb-visible-lg { display: none !important; }
  .whb-hidden-lg { display: flex !important; }
}

.site-logo {
  padding-inline: 10px;
}

.bs-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  text-decoration: none;
  line-height: 1;
  padding-block: 0.35rem;
  text-align: center;
}

.bs-logo-name {
  font-family: "Sora", system-ui, sans-serif;
  font-size: clamp(2.35rem, 3.4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1;
}

.bs-logo-name .bs-blue {
  background: linear-gradient(135deg, #5b9ae8 0%, #3e7bcc 55%, #2f5fa8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.bs-logo-sub {
  font-family: "Sora", system-ui, sans-serif;
  font-size: clamp(0.8rem, 1.05vw, 0.92rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.25;
}

.wd-logo img,
.site-logo img {
  display: block;
  max-height: 64px;
  width: auto;
  height: auto;
}

@media (min-width: 1025px) {
  .wd-logo img,
  .site-logo img {
    max-height: 66px;
  }
}

@media (max-width: 1024px) {
  .bs-logo-name { font-size: 2rem; }
  .bs-logo-sub { font-size: 0.78rem; }
}

.bs-top-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.bs-top-nav a {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.bs-top-nav a:hover,
.bs-top-nav a.is-active {
  color: #fff;
}

.wd-button-wrapper .btn,
.whb-button-wrapper .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 1.35rem;
  border-radius: 999px !important;
  background: #fff !important;
  color: #0b1f33 !important;
  border: none !important;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.wd-button-wrapper .btn:hover {
  background: #c5d6e8 !important;
  color: #0b1f33 !important;
}

.btn-size-extra-large {
  min-height: 52px;
  padding: 0.8rem 1.5rem;
  font-size: 0.9rem;
}

.btn-size-large {
  min-height: 44px;
  padding: 0.55rem 1.1rem;
  font-size: 0.84rem;
}
