.header {
  height: 142px;
  padding: 0 5vw 17px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  column-gap: clamp(24px, 4vw, 72px);
  align-items: center;
  background: rgba(251, 248, 241, .97);
  border-top: 3px solid #171713;
  border-bottom: 1px solid rgba(23, 23, 19, .16);
  position: relative;
  z-index: 20;
}

.header:after {
  background-color: #982d25;
}

.brand {
  min-width: 0;
  justify-self: start;
  justify-content: flex-start !important;
  gap: clamp(10px, 1.3vw, 18px);
}

.windmill {
  width: clamp(66px, 7vw, 104px);
  height: clamp(82px, 8vw, 112px);
  background-image: url('/whcr-windmill-icon-aug-2026-trimmed.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: normal;
}

.brand-copy {
  min-width: 0;
}

.header .brand .brand-copy,
.header .brand .brand-copy strong {
  color: #171713;
}

.header .brand .brand-copy > span {
  color: #982d25;
}

.brand-copy strong {
  font-size: clamp(30px, 3.15vw, 48px);
  line-height: .9;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-copy span {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: clamp(7px, .72vw, 10px);
  letter-spacing: clamp(.24em, .45vw, .48em);
  text-align: center;
  white-space: nowrap;
}

.header nav {
  justify-self: end;
  white-space: nowrap;
  display: flex;
  gap: 28px;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.contact-mini {
  text-align: right;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-mini b {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: .08em;
}

@media (max-width: 1499px) {
  .header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .contact-mini {
    display: none;
  }
}

@media (max-width: 1100px) {
  .header {
    column-gap: 22px;
  }

  .header nav {
    gap: 18px;
    font-size: 9px;
  }

  .brand-copy strong {
    font-size: clamp(27px, 3.4vw, 37px);
  }
}

@media (max-width: 800px) {
  .header {
    grid-template-columns: minmax(0, 1fr) auto;
    height: 120px;
  }

  .header nav {
    display: none;
  }

  .brand {
    max-width: calc(100vw - 90px);
  }

  .windmill {
    width: clamp(50px, 15vw, 72px);
    height: clamp(64px, 18vw, 88px);
  }

  .brand-copy strong {
    font-size: clamp(20px, 5.9vw, 30px);
    line-height: .95;
    white-space: normal;
  }

  .brand-copy span {
    margin-top: 7px;
    font-size: 6px;
    letter-spacing: .24em;
  }
}

@media (max-width: 430px) {
  .header {
    padding-left: 12px;
    padding-right: 12px;
  }

  .brand {
    max-width: calc(100vw - 72px);
    gap: 6px;
  }

  .windmill {
    width: 48px;
    height: 62px;
  }

  .brand-copy strong {
    font-size: clamp(18px, 5.4vw, 23px);
  }

  .brand-copy span {
    font-size: 5.5px;
    letter-spacing: .15em;
  }
}

/* One authoritative header layout shared by every public page. */
.header {
  display: grid;
  grid-template-areas: "brand nav contact";
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.header .brand {
  grid-area: brand;
}

.header nav {
  grid-area: nav;
}

.header .contact-mini {
  grid-area: contact;
}

.header .menu {
  grid-area: menu;
  display: none;
  border: 0;
  background: transparent;
  color: #171713;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .18em;
}

.header:after {
  content: none;
  display: none;
}

/* Clean transition below the logo now that the full-width wire is removed. */
.header {
  border-bottom-color: rgba(23, 23, 19, .16);
}

.header + .hero {
  position: relative;
  margin-top: 0;
}

.header + .hero::before {
  content: none;
  display: none;
}

@media (max-width: 1499px) {
  .header {
    grid-template-areas: "brand nav";
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (max-width: 800px) {
  .header {
    grid-template-areas: "brand menu";
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .header .menu {
    display: block;
  }
}

/* Refined Western Hill Country Realty brand lockup. */
.header {
  height: 148px;
  padding-bottom: 20px;
}

.header .brand {
  display: inline-grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(16px, 1.6vw, 24px);
}

.header .windmill {
  position: relative;
  width: clamp(82px, 7vw, 100px);
  height: clamp(92px, 8vw, 112px);
  background-size: 72%;
  background-position: center 47%;
}

.header .windmill::before {
  content: "";
  position: absolute;
  inset: 5px 0 7px;
  border: 1px solid rgba(152, 45, 37, .42);
  border-radius: 50%;
  box-shadow:
    0 0 0 4px rgba(251, 248, 241, .96),
    0 0 0 5px rgba(183, 150, 97, .32);
  pointer-events: none;
}

.header .windmill::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 7px;
  height: 7px;
  background: #982d25;
  border: 3px solid #fbf8f1;
  transform: translateX(-50%) rotate(45deg);
  pointer-events: none;
}

.header .brand-copy {
  position: relative;
  padding-left: clamp(16px, 1.5vw, 23px);
}

.header .brand-copy::before {
  content: "";
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #b79661 18%, #982d25 50%, #b79661 82%, transparent);
}

.header .brand-copy strong {
  font-size: clamp(30px, 3vw, 45px);
  line-height: .92;
  letter-spacing: .012em;
  text-shadow: 0 1px 0 #fff;
}

.header .brand-copy strong::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background: linear-gradient(90deg, transparent, rgba(183, 150, 97, .75) 12%, #982d25 50%, rgba(183, 150, 97, .75) 88%, transparent);
}

.header .brand-copy > span {
  margin-top: 7px;
  font-size: clamp(7px, .64vw, 9px);
  font-weight: 600;
  letter-spacing: clamp(.28em, .4vw, .46em);
  text-align: center;
}

@media (max-width: 1100px) {
  .header .brand {
    gap: 14px;
  }

  .header .brand-copy {
    padding-left: 15px;
  }

  .header .brand-copy strong {
    font-size: clamp(27px, 3.35vw, 37px);
  }
}

@media (max-width: 800px) {
  .header {
    height: 124px;
    padding-bottom: 17px;
  }

  .header .brand {
    gap: 10px;
  }

  .header .windmill {
    width: clamp(58px, 15vw, 72px);
    height: clamp(68px, 18vw, 86px);
    background-size: 70%;
  }

  .header .brand-copy {
    padding-left: 11px;
  }

  .header .brand-copy strong {
    font-size: clamp(20px, 5.6vw, 29px);
    line-height: .95;
  }

  .header .brand-copy strong::after {
    margin-top: 7px;
  }

  .header .brand-copy > span {
    margin-top: 5px;
    font-size: 6px;
    letter-spacing: .24em;
  }
}

@media (max-width: 430px) {
  .header .brand {
    gap: 7px;
  }

  .header .windmill {
    width: 52px;
    height: 66px;
  }

  .header .brand-copy {
    padding-left: 8px;
  }

  .header .brand-copy strong {
    font-size: clamp(18px, 5vw, 22px);
  }

  .header .brand-copy > span {
    font-size: 5px;
    letter-spacing: .15em;
  }
}

/* Primary supplied logo artwork. */
.header {
  height: clamp(128px, 11vw, 148px);
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 0;
  padding-bottom: 14px;
}

.header .brand {
  display: block;
  width: clamp(340px, 32vw, 470px);
  height: 100px;
  aspect-ratio: auto;
  max-width: 100%;
  background-image: url('/whcr-horizontal-logo-barbed.png');
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  mix-blend-mode: normal;
}

.header .brand > .windmill,
.header .brand > .brand-copy {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 1100px) {
  .header {
    height: 126px;
    padding-bottom: 13px;
  }

  .header .brand {
    width: clamp(280px, 30vw, 330px);
    height: 74px;
  }
}

@media (max-width: 800px) {
  .header {
    height: 110px;
    padding-bottom: 12px;
  }

  .header .brand {
    width: min(70vw, 285px);
    height: 64px;
    max-width: calc(100vw - 70px);
  }
}

@media (max-width: 430px) {
  .header {
    height: 100px;
    padding-bottom: 11px;
  }

  .header .brand {
    width: min(72vw, 270px);
    height: 60px;
    max-width: calc(100vw - 62px);
  }
}

/* Clickable company contact details in the shared public header. */
.header .contact-mini {
  justify-self: end;
  min-width: 240px;
  align-items: flex-end;
  gap: 6px;
  padding-left: 22px;
  border-left: 1px solid rgba(23, 23, 19, .18);
  line-height: 1.2;
  text-align: right;
}

.header .contact-mini a {
  color: #171713;
  text-decoration: none;
}

.header .contact-mini a:hover,
.header .contact-mini a:focus-visible {
  color: #982d25;
}

.header .contact-mini .header-phone {
  display: grid;
  justify-items: end;
  row-gap: 6px;
}

.header .contact-mini .header-phone span,
.header .contact-mini .header-phone strong,
.header .contact-mini .header-email {
  display: block;
  min-height: 10px;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.2;
  white-space: nowrap;
}

.header .contact-mini .header-phone span {
  text-transform: uppercase;
}

.header .contact-mini .header-email {
  text-transform: lowercase;
}

@media (min-width: 1251px) {
  .header {
    grid-template-areas: "brand nav contact";
    grid-template-columns: minmax(250px, 1fr) auto minmax(240px, .72fr);
    column-gap: clamp(20px, 2.2vw, 38px);
  }

  .header .contact-mini {
    display: flex;
  }
}

@media (max-width: 1250px) {
  .header .contact-mini {
    display: none;
  }
}

/* Quiet-luxury header: compact proportions, tailored controls, and a clean
   handoff into the opening property photography. */
.header {
  height: clamp(104px, 8vw, 116px);
  padding: 3px 3.5vw 0;
  column-gap: clamp(16px, 2vw, 30px);
  background: #fbf8f1;
  border-top: 4px solid #1b211b;
  border-bottom: 4px solid #1b211b;
  box-shadow: 0 10px 26px rgba(31, 26, 20, .10);
}

.header .brand {
  align-self: end;
  width: clamp(330px, 30vw, 430px);
  height: 82px;
  background-position: left bottom;
}

.header nav {
  box-sizing: border-box;
  height: 58px;
  align-self: end;
  align-items: stretch;
  gap: 0;
  margin-bottom: 7px;
  padding: 0;
  border: 1px solid rgba(23, 23, 19, .22);
  border-bottom: 2px solid #982d25;
  background: rgba(255, 253, 248, .76);
  box-shadow: 0 9px 24px -18px rgba(31, 24, 16, .70);
}

.header nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 clamp(14px, 1.15vw, 19px);
  border: 0;
  border-right: 1px solid rgba(23, 23, 19, .15);
  color: #28251f;
  background: transparent;
  box-shadow: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .11em;
  line-height: 1;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease;
}

.header nav a:hover,
.header nav a:focus-visible {
  color: #fffaf1;
  background: #982d25;
}

.header nav a:last-child {
  border-right: 0;
}

.header nav a[aria-current="page"] {
  color: #fffaf1;
  background: #211f1a;
}

.header nav a[aria-current="page"]:hover,
.header nav a[aria-current="page"]:focus-visible {
  background: #982d25;
}

.header nav a:focus-visible,
.header .menu:focus-visible,
.header .contact-mini a:focus-visible {
  outline: 2px solid #b5744f;
  outline-offset: 2px;
}

.header .contact-mini {
  box-sizing: border-box;
  width: 240px;
  min-width: 0;
  height: 58px;
  align-self: end;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1px;
  margin-bottom: 7px;
  padding: 5px 11px;
  border: 1px solid rgba(23, 23, 19, .20);
  border-bottom: 2px solid #982d25;
  background: rgba(255, 253, 248, .72);
  box-shadow: 0 8px 24px rgba(38, 28, 17, .07);
  overflow: hidden;
}

.header .contact-mini .header-phone {
  justify-items: center;
  row-gap: 2px;
}

.header .contact-mini .header-phone span {
  color: #982d25;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .17em;
}

.header .contact-mini .header-phone strong {
  font-family: 'DM Sans', 'Montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: .1em;
}

.header .contact-mini .header-email {
  color: #5d574e;
  font-size: 7px;
  letter-spacing: .035em;
}

.header .menu {
  align-self: end;
  min-height: 38px;
  margin-bottom: 7px;
  padding: 0 14px;
  border: 1px solid rgba(23, 23, 19, .32);
  border-bottom: 2px solid #982d25;
  background: rgba(239, 231, 218, .72);
  font-weight: 600;
}

.header .menu:hover,
.header .menu:focus-visible {
  color: #fffaf1;
  background: #982d25;
}

@media (min-width: 1251px) {
  .header {
    grid-template-columns: minmax(320px, 1fr) auto 240px;
  }
}

@media (max-width: 1100px) {
  .header {
    height: 100px;
    padding-bottom: 0;
  }

  .header .brand {
    width: clamp(292px, 29vw, 330px);
    height: 70px;
  }

  .header nav a {
    min-height: 48px;
    padding: 0 12px;
    font-size: 12px;
    letter-spacing: .09em;
  }

  .header nav {
    height: 50px;
    margin-bottom: 6px;
  }
}

@media (max-width: 800px) {
  .header {
    height: 86px;
    padding: 2px 4vw 0;
  }

  .header .brand {
    width: min(69vw, 285px);
    height: 60px;
    max-width: calc(100vw - 86px);
  }
}

@media (max-width: 430px) {
  .header {
    height: 80px;
  }

  .header .brand {
    width: min(70vw, 250px);
    height: 54px;
    max-width: calc(100vw - 82px);
  }

  .header .menu {
    min-height: 34px;
    padding: 0 11px;
    font-size: 8px;
  }
}

/* A restrained rust-red barbed-wire crown at the very top of every header. */
.header {
  border-top-width: 2px;
}

.header::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 2px;
  right: 0;
  left: 0;
  height: 10px;
  background-color: #a53229;
  -webkit-mask: url('https://static.wixstatic.com/media/89897f_7b0b39aae0ca4c329d2dd6051e5063cc~mv2.png/v1/fill/w_500,h_30,al_c,q_90/89897f_7b0b39aae0ca4c329d2dd6051e5063cc~mv2.png') center / 208px 10px repeat-x;
  mask: url('https://static.wixstatic.com/media/89897f_7b0b39aae0ca4c329d2dd6051e5063cc~mv2.png/v1/fill/w_500,h_30,al_c,q_90/89897f_7b0b39aae0ca4c329d2dd6051e5063cc~mv2.png') center / 208px 10px repeat-x;
  opacity: .94;
  pointer-events: none;
}

/* Brand-aligned navigation and a continuous menu/contact control. */
.header nav a,
.header .menu {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700 !important;
  letter-spacing: .075em;
  -webkit-text-stroke: .25px currentColor;
  text-shadow: .012em 0 0 currentColor;
}

.header nav a {
  font-size: 14px;
}

@media (min-width: 1251px) {
  .header {
    column-gap: 0;
  }

  .header nav {
    margin-left: clamp(18px, 2vw, 32px);
  }

  .header .contact-mini {
    margin-left: -1px;
  }
}

/* 2026 ranch-luxury identity: editorial lockup, unboxed navigation, and a
   realistic oxidized-wire transition into each page's opening photography. */
.header {
  box-sizing: border-box;
  isolation: isolate;
  height: 132px;
  min-height: 132px;
  padding: 30px max(34px, 4.4vw) 12px;
  display: grid;
  grid-template-areas: "brand nav";
  grid-template-columns: minmax(510px, 1fr) auto;
  align-items: center;
  column-gap: clamp(34px, 4vw, 76px);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, .72), transparent 25%),
    linear-gradient(112deg, #faf6ee 0%, #f4ede1 62%, #eee3d2 100%);
  border: 0;
  box-shadow: 0 13px 34px rgba(26, 30, 24, .16);
  z-index: 30;
}

/* A small, tailored utility rail makes the header feel like a complete brand
   system while keeping the main row calm and spacious. */
.header::after {
  content: "WESTERN HILL COUNTRY  ·  ROCKSPRINGS, TEXAS";
  box-sizing: border-box;
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  display: flex;
  align-items: center;
  height: 26px;
  padding: 0 max(34px, 4.4vw);
  color: #d7bd91;
  background: #1d241e;
  border: 0;
  font-family: 'DM Sans', 'Montserrat', Arial, sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .25em;
  line-height: 1;
  white-space: nowrap;
  opacity: 1;
}

.header .brand,
.header nav,
.header .menu {
  position: relative;
  z-index: 1;
}

/* Original watermark-free artwork generated for this identity. */
.header::before {
  content: "";
  position: absolute;
  z-index: 5;
  inset: auto 0 -14px;
  height: 34px;
  background: url('/rust-barbed-wire-luxury.png') center / auto 34px repeat-x;
  -webkit-mask: none;
  mask: none;
  filter: saturate(.92) contrast(1.08) drop-shadow(0 3px 2px rgba(25, 19, 14, .22));
  opacity: 1;
  pointer-events: none;
}

.header .brand {
  grid-area: brand;
  justify-self: start;
  align-self: center;
  display: grid;
  grid-template-columns: 74px minmax(0, auto);
  align-items: center;
  gap: clamp(14px, 1.35vw, 22px);
  width: auto;
  height: auto;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  background: none;
  mix-blend-mode: normal;
  text-decoration: none;
}

.header .brand > .windmill {
  position: relative !important;
  width: 74px !important;
  height: 84px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: normal !important;
  border: 0 !important;
  border-radius: 0;
  background: url('/whcr-windmill-icon-aug-2026-trimmed.png') center / contain no-repeat;
  box-shadow: none;
  mix-blend-mode: multiply;
}

.header .brand > .windmill::before,
.header .brand > .windmill::after {
  content: none;
  display: none;
}

.header .brand > .brand-copy {
  position: relative !important;
  width: auto !important;
  height: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 0 0 clamp(14px, 1.3vw, 21px) !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: normal !important;
  border: 0 !important;
}

.header .brand > .brand-copy::before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #b79762 23%, #9f3028 52%, #b79762 77%, transparent);
}

.header .brand .brand-copy strong {
  display: block;
  margin: 0;
  color: #191b17;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(29px, 2.35vw, 38px);
  font-weight: 600;
  letter-spacing: .018em;
  line-height: .92;
  text-shadow: none;
  white-space: nowrap;
}

.header .brand .brand-copy strong::after {
  content: none;
  display: none;
}

.header .brand .brand-copy > span {
  display: block;
  width: auto;
  margin: 8px 0 0;
  color: #9f3028;
  font-family: 'DM Sans', 'Montserrat', Arial, sans-serif;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .38em;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}

.header nav {
  grid-area: nav;
  position: relative;
  justify-self: end;
  align-self: center;
  display: flex;
  align-items: center;
  gap: clamp(21px, 2vw, 34px);
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  white-space: nowrap;
}

.header nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 1px 0 0;
  color: #282820;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-family: 'DM Sans', 'Montserrat', Arial, sans-serif;
  font-size: 10px;
  font-weight: 700 !important;
  letter-spacing: .17em;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-stroke: 0;
  text-shadow: none;
  transition: color .2s ease;
}

.header nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: #9f3028;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}

.header nav a:hover,
.header nav a:focus-visible,
.header nav a[aria-current="page"] {
  color: #9f3028;
  background: transparent;
}

.header nav a:hover::after,
.header nav a:focus-visible::after,
.header nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header nav a:last-child {
  border: 0;
}

.header .contact-mini {
  position: absolute;
  z-index: 2;
  top: 0;
  right: max(34px, 4.4vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  width: auto;
  min-width: 0;
  height: 26px;
  margin: 0;
  padding: 0;
  color: #f5ede0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  text-align: right;
  white-space: nowrap;
}

.header .contact-mini .header-phone {
  display: flex;
  align-items: center;
  gap: 9px;
  color: inherit;
}

.header .contact-mini .header-phone span {
  color: #d7bd91;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .18em;
}

.header .contact-mini .header-phone strong {
  color: #fffaf2;
  font-family: 'DM Sans', 'Montserrat', Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: .12em;
}

.header .contact-mini .header-email {
  color: #e3d9c9;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .035em;
  text-transform: none;
}

.header .menu {
  grid-area: menu;
  justify-self: end;
  align-self: center;
  display: none;
  min-height: 42px;
  margin: 0;
  padding: 0 15px;
  color: #292a24;
  border: 1px solid rgba(41, 42, 36, .34);
  background: rgba(255, 252, 246, .5);
  box-shadow: none;
  font-family: 'DM Sans', 'Montserrat', Arial, sans-serif;
  font-size: 9px;
  font-weight: 700 !important;
  letter-spacing: .17em;
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.header .menu:hover,
.header .menu:focus-visible,
.header.nav-open .menu {
  color: #fffaf2;
  background: #9f3028;
}

@media (min-width: 1191px) {
  .header .contact-mini {
    display: flex !important;
  }
}

@media (max-width: 1190px) {
  .header {
    grid-template-columns: minmax(440px, 1fr) auto;
    padding-right: 3.4vw;
    padding-left: 3.4vw;
    column-gap: 26px;
  }

  .header::after {
    padding-left: 3.4vw;
  }

  .header .contact-mini {
    display: none !important;
  }

  .header .brand {
    grid-template-columns: 64px minmax(0, auto);
    gap: 12px;
  }

  .header .brand > .windmill {
    width: 64px !important;
    height: 75px !important;
  }

  .header .brand .brand-copy strong {
    font-size: clamp(27px, 2.55vw, 32px);
  }

  .header nav {
    gap: 20px;
  }

  .header nav a {
    font-size: 9px;
    letter-spacing: .12em;
  }
}

@media (max-width: 980px) {
  .header {
    height: 112px;
    min-height: 112px;
    padding: 26px 4vw 8px;
    grid-template-areas: "brand menu";
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .header::after {
    content: "WESTERN HILL COUNTRY  ·  ROCKSPRINGS, TEXAS";
    height: 22px;
    padding: 0 4vw;
    font-size: 7px;
    letter-spacing: .18em;
  }

  .header::before {
    bottom: -11px;
    height: 27px;
    background-size: auto 27px;
  }

  .header .brand {
    grid-template-columns: 58px minmax(0, auto);
    gap: 10px;
    max-width: calc(100vw - 105px);
  }

  .header .brand > .windmill {
    width: 58px !important;
    height: 68px !important;
  }

  .header .brand > .brand-copy {
    padding-left: 11px !important;
  }

  .header .brand .brand-copy strong {
    font-size: clamp(22px, 4.4vw, 29px);
  }

  .header .brand .brand-copy > span {
    margin-top: 6px;
    font-size: 6px;
    letter-spacing: .25em;
  }

  .header nav {
    display: none;
  }

  .header .menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .header.nav-open nav {
    position: absolute;
    z-index: 10;
    top: calc(100% + 11px);
    right: 4vw;
    left: 4vw;
    display: grid;
    gap: 0;
    padding: 8px 18px;
    background: #f8f2e8;
    border: 1px solid rgba(41, 42, 36, .18);
    box-shadow: 0 22px 45px rgba(18, 23, 19, .24);
  }

  .header.nav-open nav a {
    justify-content: flex-start;
    min-height: 48px;
    border-bottom: 1px solid rgba(41, 42, 36, .11);
  }

  .header.nav-open nav a:last-child {
    border-bottom: 0;
  }

  .header.nav-open nav a::after {
    right: auto;
    width: 30px;
  }
}

@media (max-width: 560px) {
  .header {
    height: 98px;
    min-height: 98px;
    padding: 20px 16px 5px;
  }

  .header::after {
    content: "ROCKSPRINGS, TEXAS";
    height: 17px;
    padding: 0 16px;
    font-size: 6px;
    letter-spacing: .2em;
  }

  .header::before {
    bottom: -9px;
    height: 23px;
    background-size: auto 23px;
  }

  .header .brand {
    grid-template-columns: 47px minmax(0, auto);
    gap: 7px;
    max-width: calc(100vw - 82px);
  }

  .header .brand > .windmill {
    width: 47px !important;
    height: 57px !important;
  }

  .header .brand > .brand-copy {
    padding-left: 8px !important;
  }

  .header .brand .brand-copy strong {
    max-width: 230px;
    font-size: clamp(18px, 5.2vw, 24px);
    line-height: .9;
    white-space: normal;
  }

  .header .brand .brand-copy > span {
    margin-top: 5px;
    font-size: 5px;
    letter-spacing: .17em;
  }

  .header .menu {
    min-height: 36px;
    padding: 0 11px;
    font-size: 8px;
  }

  .header.nav-open nav {
    top: calc(100% + 9px);
    right: 16px;
    left: 16px;
  }
}

/* Corrected logo fit: transparent canvas, black fan blades, red tail, and a
   smaller lockup that stays fully inside the header at every breakpoint. */
.header {
  height: 136px;
  min-height: 136px;
  padding-top: 28px;
  padding-bottom: 5px;
  grid-template-columns: minmax(460px, 1fr) auto;
}

.header .brand {
  width: clamp(440px, 32vw, 560px);
  height: 96px;
  background-image: url('/whcr-logo-primary-aug-2026-transparent.png');
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: normal;
}

.header nav {
  margin-top: 4px;
}

@media (max-width: 1190px) {
  .header {
    height: 124px;
    min-height: 124px;
    grid-template-columns: minmax(390px, 1fr) auto;
  }

  .header .brand {
    width: clamp(390px, 37vw, 455px);
    height: 84px;
  }
}

@media (max-width: 980px) {
  .header {
    height: 105px;
    min-height: 105px;
    padding-top: 21px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .header .brand {
    width: min(69vw, 390px);
    height: 70px;
    max-width: calc(100vw - 104px);
  }

  .header nav {
    margin-top: 0;
  }
}

@media (max-width: 560px) {
  .header {
    height: 88px;
    min-height: 88px;
    padding-top: 16px;
  }

  .header .brand {
    width: min(70vw, 300px);
    height: 58px;
    max-width: calc(100vw - 76px);
  }
}

/* Supplied July 2026 primary logo lockup. Its integrated wire replaces the
   separate full-width header wire so the brand remains the single focal point. */
.header {
  height: 154px;
  min-height: 154px;
  padding-top: 29px;
  padding-bottom: 7px;
  grid-template-columns: minmax(520px, 1fr) auto;
  border-bottom: 3px solid #1c231d;
}

.header::before {
  content: none;
  display: none;
}

.header .brand {
  display: block;
  width: clamp(510px, 37vw, 650px);
  height: 116px;
  max-width: 100%;
  background: url('/whcr-logo-primary-july-2026.png') left center / contain no-repeat;
  mix-blend-mode: multiply;
}

.header .brand > .windmill,
.header .brand > .brand-copy {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.header nav {
  align-self: center;
  margin-top: 10px;
}

@media (max-width: 1190px) {
  .header {
    height: 138px;
    min-height: 138px;
    grid-template-columns: minmax(430px, 1fr) auto;
  }

  .header .brand {
    width: clamp(430px, 39vw, 510px);
    height: 98px;
  }
}

@media (max-width: 980px) {
  .header {
    height: 116px;
    min-height: 116px;
    padding-top: 22px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .header .brand {
    width: min(72vw, 430px);
    height: 82px;
    max-width: calc(100vw - 105px);
  }

  .header nav {
    margin-top: 0;
  }
}

@media (max-width: 560px) {
  .header {
    height: 96px;
    min-height: 96px;
    padding-top: 17px;
  }

  .header .brand {
    width: min(72vw, 330px);
    height: 68px;
    max-width: calc(100vw - 78px);
  }
}

/* Final luxury polish: the utility rail must remain a solid tailored band,
   never inherit the legacy wire mask from individual page styles. */
.header {
  height: 130px;
  min-height: 130px;
  padding: 30px max(38px, 4.6vw) 10px;
  column-gap: clamp(42px, 5vw, 92px);
  background:
    radial-gradient(circle at 9% 12%, rgba(255, 255, 255, .92), transparent 27%),
    linear-gradient(104deg, #fbf7ef 0%, #f6efe4 58%, #efe4d3 100%);
  border-bottom: 1px solid rgba(93, 69, 45, .24);
  box-shadow: 0 15px 38px rgba(24, 27, 22, .15);
}

.header::after {
  content: "ROCKSPRINGS, TEXAS  ·  SERVING THE WESTERN HILL COUNTRY";
  z-index: 1;
  height: 27px;
  padding: 0 max(38px, 4.6vw);
  color: #d7bd91;
  background: #1c231d;
  background-image: linear-gradient(90deg, #182019 0%, #222a22 55%, #192019 100%);
  -webkit-mask: none !important;
  mask: none !important;
  font-size: 7px;
  letter-spacing: .27em;
  opacity: 1;
}

.header::before {
  inset: auto 0 -10px;
  height: 24px;
  background-size: auto 24px;
  filter: saturate(1.02) contrast(1.08) drop-shadow(0 2px 2px rgba(25, 19, 14, .24));
}

.header .brand,
.header nav,
.header .menu {
  z-index: 2;
}

.header .brand {
  grid-template-columns: 70px minmax(0, auto);
  gap: clamp(15px, 1.45vw, 23px);
}

.header .brand > .windmill {
  width: 70px !important;
  height: 80px !important;
}

.header .brand > .brand-copy {
  padding-left: clamp(16px, 1.35vw, 22px) !important;
}

.header .brand .brand-copy strong {
  font-size: clamp(29px, 2.25vw, 37px);
  font-weight: 600;
  letter-spacing: .022em;
}

.header .brand .brand-copy > span {
  margin-top: 8px;
  letter-spacing: .41em;
}

.header nav {
  gap: clamp(24px, 2.15vw, 38px);
}

.header nav a {
  min-height: 46px;
  color: #252820;
  font-size: 10px;
  letter-spacing: .18em;
}

.header nav a::after {
  bottom: 4px;
  height: 2px;
  background: linear-gradient(90deg, #b99762, #9f3028 52%, #b99762);
}

.header .contact-mini {
  z-index: 3;
  right: max(38px, 4.6vw);
  height: 27px;
  gap: 19px;
}

.header .contact-mini .header-phone {
  align-items: baseline;
}

.header .contact-mini .header-phone span {
  color: #d7bd91;
  font-size: 6.5px;
  letter-spacing: .19em;
  line-height: 1;
}

.header .contact-mini .header-phone strong {
  font-size: 9.5px;
  letter-spacing: .13em;
  line-height: 1;
}

.header .contact-mini .header-email {
  color: #f0e7d8;
  font-size: 7.5px;
}

@media (max-width: 1190px) {
  .header {
    padding-right: 3.7vw;
    padding-left: 3.7vw;
    column-gap: 30px;
  }

  .header::after {
    padding-left: 3.7vw;
  }

  .header nav {
    gap: 21px;
  }
}

@media (max-width: 980px) {
  .header {
    height: 108px;
    min-height: 108px;
    padding: 24px 4vw 7px;
  }

  .header::after {
    content: "ROCKSPRINGS, TEXAS  ·  WESTERN HILL COUNTRY";
    height: 20px;
    padding: 0 4vw;
    font-size: 6px;
    letter-spacing: .2em;
  }

  .header::before {
    bottom: -8px;
    height: 20px;
    background-size: auto 20px;
  }
}

@media (max-width: 560px) {
  .header {
    height: 94px;
    min-height: 94px;
    padding: 18px 16px 4px;
  }

  .header::after {
    content: "ROCKSPRINGS, TEXAS";
    height: 15px;
    padding: 0 16px;
    font-size: 5.5px;
  }

  .header::before {
    bottom: -7px;
    height: 17px;
    background-size: auto 17px;
  }

  .header .brand {
    grid-template-columns: 44px minmax(0, auto);
  }

  .header .brand > .windmill {
    width: 44px !important;
    height: 54px !important;
  }
}

/* August 2026 fit correction: keep the complete supplied logo lockup inside
   the header's main row without letting its integrated wire overlap the hero. */
.header .brand {
  display: block;
  width: clamp(380px, 31vw, 500px);
  height: 78px;
  max-width: 100%;
  align-self: center;
  background-size: contain;
  background-position: left center;
}

@media (max-width: 1190px) {
  .header .brand {
    width: clamp(330px, 35vw, 410px);
    height: 70px;
  }
}

@media (max-width: 980px) {
  .header .brand {
    width: min(70vw, 360px);
    height: 62px;
    max-width: calc(100vw - 104px);
  }
}

@media (max-width: 560px) {
  .header .brand {
    width: min(68vw, 280px);
    height: 50px;
    max-width: calc(100vw - 76px);
  }
}

/* August 2026 emblem refinement: preserve the established name and red wire
   while introducing the bronze-arched windmill requested for the brand. */
.header .brand {
  width: clamp(460px, 37vw, 600px);
  height: 92px;
  background-image: url('/whcr-logo-primary-aug-2026-transparent.png?v=1');
}

@media (max-width: 1190px) {
  .header .brand {
    width: min(56vw, 500px);
    height: 84px;
  }
}

@media (max-width: 980px) {
  .header .brand {
    width: min(76vw, 480px);
    height: 78px;
    max-width: calc(100vw - 104px);
  }
}

@media (max-width: 560px) {
  .header .brand {
    width: min(78vw, 340px);
    height: 58px;
    max-width: calc(100vw - 76px);
  }
}

/* Use a genuine image element for reliable desktop and mobile rendering. */
.header .brand {
  background-image: none !important;
  position: relative;
  overflow: visible;
}

.header .brand .brand-logo-image {
  display: block !important;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  image-rendering: auto;
}

.header .brand > .windmill,
.header .brand > .brand-copy {
  display: none !important;
}

@media (min-width: 1800px) {
  .header .brand {
    width: 680px;
    height: 98px;
  }
}

/* Match the CPanel's crisp barbed-wire treatment on the public homepage. */
@media (min-width: 981px) {
  .home-header::before {
    content: "" !important;
    display: block !important;
    position: absolute;
    z-index: 4;
    top: auto;
    right: max(38px, 4.6vw);
    bottom: 13px;
    left: calc(max(38px, 4.6vw) + clamp(72px, 4vw, 88px));
    height: 14px;
    background: #982d25;
    -webkit-mask: url('https://static.wixstatic.com/media/89897f_7b0b39aae0ca4c329d2dd6051e5063cc~mv2.png/v1/fill/w_500,h_30,al_c,q_90/89897f_7b0b39aae0ca4c329d2dd6051e5063cc~mv2.png') center / 250px 15px repeat-x;
    mask: url('https://static.wixstatic.com/media/89897f_7b0b39aae0ca4c329d2dd6051e5063cc~mv2.png/v1/fill/w_500,h_30,al_c,q_90/89897f_7b0b39aae0ca4c329d2dd6051e5063cc~mv2.png') center / 250px 15px repeat-x;
    filter: drop-shadow(0 1px 0 rgba(91, 27, 22, .16));
    opacity: 1;
    pointer-events: none;
  }
}

@media (min-width: 981px) and (max-width: 1190px) {
  .home-header::before {
    right: 3.7vw;
    left: calc(3.7vw + 80px);
  }
}

@media (max-width: 980px) {
  .home-header::before {
    content: "" !important;
    display: block !important;
    position: absolute;
    z-index: 4;
    /* Keep the wire inside the compact header so it sits directly beneath
       the logo instead of dropping into the opening photo on phones. */
    inset: auto 0 5px;
    height: 12px;
    background: #982d25;
    -webkit-mask: url('https://static.wixstatic.com/media/89897f_7b0b39aae0ca4c329d2dd6051e5063cc~mv2.png/v1/fill/w_500,h_30,al_c,q_90/89897f_7b0b39aae0ca4c329d2dd6051e5063cc~mv2.png') center / 200px 12px repeat-x;
    mask: url('https://static.wixstatic.com/media/89897f_7b0b39aae0ca4c329d2dd6051e5063cc~mv2.png/v1/fill/w_500,h_30,al_c,q_90/89897f_7b0b39aae0ca4c329d2dd6051e5063cc~mv2.png') center / 200px 12px repeat-x;
    filter: drop-shadow(0 1px 0 rgba(91, 27, 22, .14));
    opacity: 1;
    pointer-events: none;
  }
}

/* Small-phone fit: keep a clear gutter between the full logo and Menu. */
@media (max-width: 480px) {
  .header {
    column-gap: 8px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .header .brand {
    width: min(76vw, 282px);
    height: 62px;
    max-width: calc(100vw - 90px);
  }

  .header .menu {
    flex: 0 0 auto;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 7px;
    letter-spacing: .13em;
  }

  .header.nav-open nav {
    right: 14px;
    left: 14px;
  }
}

/* Mobile contact rail: keep the phone invitation visible and tappable while
   preserving the compact logo, menu, and wire treatment. */
@media (max-width: 980px) {
  .header::after {
    content: "";
  }

  .header .contact-mini {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    left: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 20px;
    min-width: 0;
    margin: 0;
    padding: 0 16px;
    border: 0;
    text-align: center;
  }

  .header .contact-mini .header-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 20px;
    color: #fffaf2;
  }

  .header .contact-mini .header-phone span {
    color: #d7bd91;
    font-size: 6px;
    font-weight: 700;
    letter-spacing: .19em;
  }

  .header .contact-mini .header-phone strong {
    color: #fffaf2;
    font-size: 8.5px;
    font-weight: 600;
    letter-spacing: .12em;
  }

  .header .contact-mini .header-email {
    display: none;
  }
}

@media (max-width: 560px) {
  .header .contact-mini,
  .header .contact-mini .header-phone {
    height: 15px;
    min-height: 15px;
  }

  .header .contact-mini .header-phone span {
    font-size: 5.5px;
    letter-spacing: .17em;
  }

  .header .contact-mini .header-phone strong {
    font-size: 7.5px;
    letter-spacing: .1em;
  }
}
