
/* v74 — Home top strip + Home header/menu are the global master. */
html body.global-home-chrome-v74 {
  --global-nav-charcoal:#1b1a1e;
  --global-nav-paper:#f6f1eb;
  --global-nav-champagne:#e6b86f;
  --global-nav-burgundy:#9e2437;
}

/* Exact Home announcement treatment. */
html body.global-home-chrome-v74 .global-announcement-master-v74 {
  position:relative !important;
  z-index:90 !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  background:#f5f0e9 !important;
  color:#9e2437 !important;
  border-top:1px solid rgba(158,36,55,.08) !important;
  border-bottom:1px solid rgba(32,29,31,.12) !important;
  box-shadow:none !important;
  font-size:clamp(.68rem,.64rem + .12vw,.78rem) !important;
  font-weight:760 !important;
  letter-spacing:.055em !important;
  text-transform:uppercase !important;
}
html body.global-home-chrome-v74 .global-announcement-master-v74 .announcement__inner {
  width:min(calc(100% - 64px),1280px) !important;
  max-width:1280px !important;
  min-height:38px !important;
  margin-inline:auto !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:0 !important;
  overflow:hidden !important;
}
html body.global-home-chrome-v74 .global-announcement-master-v74 span {
  position:static !important;
  display:inline-flex !important;
  align-items:center !important;
  color:#9e2437 !important;
  font:inherit !important;
  line-height:1 !important;
  white-space:nowrap !important;
}
html body.global-home-chrome-v74 .global-announcement-master-v74 span + span::before {
  content:"" !important;
  position:static !important;
  display:block !important;
  width:1px !important;
  height:15px !important;
  margin:0 clamp(17px,2vw,28px) !important;
  border:0 !important;
  border-radius:0 !important;
  background:#9e2437 !important;
  transform:none !important;
}

/* Exact Home dark navigation bar. */
html body.global-home-chrome-v74 .site-header {
  position:sticky !important;
  top:0 !important;
  z-index:80 !important;
  min-height:0 !important;
  margin:0 !important;
  background:var(--global-nav-charcoal) !important;
  border:0 !important;
  border-bottom:1px solid rgba(255,255,255,.09) !important;
  box-shadow:0 8px 24px rgba(8,7,9,.13) !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}
html body.global-home-chrome-v74 .site-header .site-header__inner {
  width:min(calc(100% - 64px),1280px) !important;
  max-width:1280px !important;
  min-height:78px !important;
  margin-inline:auto !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:28px !important;
}
html body.global-home-chrome-v74 .site-header .brand {
  display:inline-flex !important;
  align-items:center !important;
  flex:0 0 auto !important;
}
html body.global-home-chrome-v74 .site-header .brand__logo-stack {
  position:relative !important;
  display:block !important;
  width:clamp(220px,16.5vw,252px) !important;
  aspect-ratio:3006 / 383 !important;
  flex:0 0 auto !important;
}
html body.global-home-chrome-v74 .site-header .brand__logo-stack .brand-logo {
  position:absolute !important;
  inset:0 !important;
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
}
html body.global-home-chrome-v74 .site-header .brand-logo--light { opacity:1 !important; }
html body.global-home-chrome-v74 .site-header .brand-logo--dark { opacity:0 !important; }

html body.global-home-chrome-v74 .site-header .primary-nav {
  position:static !important;
  width:auto !important;
  height:auto !important;
  display:flex !important;
  align-items:center !important;
  gap:clamp(8px,.72vw,12px) !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  opacity:1 !important;
  visibility:visible !important;
  clip-path:none !important;
  overflow:visible !important;
  pointer-events:auto !important;
  color:rgba(255,255,255,.78) !important;
  font-size:clamp(.625rem,.61rem + .025vw,.65625rem) !important;
  font-weight:650 !important;
  letter-spacing:.04em !important;
}
html body.global-home-chrome-v74 .site-header .primary-nav > a {
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  min-height:0 !important;
  margin:0 !important;
  padding:15px 2px !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:inherit !important;
  font:inherit !important;
  line-height:1.1 !important;
  text-decoration:none !important;
  white-space:nowrap !important;
}
html body.global-home-chrome-v74 .site-header .primary-nav > a::after {
  content:"" !important;
  position:absolute !important;
  left:2px !important;
  right:100% !important;
  bottom:7px !important;
  height:2px !important;
  display:block !important;
  background:var(--global-nav-champagne) !important;
  transition:right .3s ease !important;
}
html body.global-home-chrome-v74 .site-header .primary-nav > a:hover,
html body.global-home-chrome-v74 .site-header .primary-nav > a[aria-current="page"] {
  color:#fff !important;
}
html body.global-home-chrome-v74 .site-header .primary-nav > a:hover::after,
html body.global-home-chrome-v74 .site-header .primary-nav > a[aria-current="page"]::after {
  right:2px !important;
}
html body.global-home-chrome-v74 .site-header .primary-nav > a.nav-contact {
  min-height:45px !important;
  padding:0 17px !important;
  border:1px solid var(--global-nav-burgundy) !important;
  border-radius:999px !important;
  background:var(--global-nav-burgundy) !important;
  color:#fff !important;
  font-size:clamp(.8125rem,.76rem + .08vw,.875rem) !important;
  font-weight:620 !important;
  letter-spacing:-.01em !important;
  line-height:1.15 !important;
}
html body.global-home-chrome-v74 .site-header .primary-nav > a.nav-contact::after {
  display:none !important;
}

html body.global-home-chrome-v74 .site-header .menu-toggle {
  display:none !important;
  width:48px !important;
  height:48px !important;
  padding:0 !important;
  border:1px solid rgba(255,255,255,.24) !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.04) !important;
  align-items:center !important;
  justify-content:center !important;
  flex-direction:column !important;
  gap:5px !important;
  cursor:pointer !important;
}
html body.global-home-chrome-v74 .site-header .menu-toggle span {
  width:20px !important;
  height:1.5px !important;
  background:#fff !important;
  transition:transform .25s,opacity .25s !important;
}

@media (max-width:1020px) {
  html body.global-home-chrome-v74 .site-header .site-header__inner {
    width:min(calc(100% - 48px),1280px) !important;
    min-height:72px !important;
  }
  html body.global-home-chrome-v74 .site-header .brand__logo-stack {
    width:190px !important;
  }
  html body.global-home-chrome-v74 .site-header .menu-toggle {
    display:flex !important;
  }
  html body.global-home-chrome-v74 .site-header .primary-nav {
    position:absolute !important;
    z-index:130 !important;
    top:100% !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    height:calc(100svh - 72px) !important;
    display:grid !important;
    align-content:start !important;
    gap:0 !important;
    padding:22px 24px 42px !important;
    background:#f7f2ec !important;
    border-top:1px solid rgba(143,29,44,.12) !important;
    box-shadow:0 30px 80px rgba(35,15,20,.2) !important;
    opacity:0 !important;
    visibility:hidden !important;
    clip-path:inset(0 0 100% 0) !important;
    pointer-events:none !important;
    overflow-y:auto !important;
    transition:clip-path .38s ease,opacity .25s,visibility 0s linear .38s !important;
  }
  html body.global-home-chrome-v74 .site-header .primary-nav.is-open {
    opacity:1 !important;
    visibility:visible !important;
    clip-path:inset(0) !important;
    pointer-events:auto !important;
    transition:clip-path .38s ease,opacity .25s !important;
  }
  html body.global-home-chrome-v74 .site-header .primary-nav > a {
    padding:16px 0 !important;
    border-bottom:1px solid rgba(143,29,44,.13) !important;
    color:#321a20 !important;
    font-size:17px !important;
    font-weight:710 !important;
    letter-spacing:0 !important;
  }
  html body.global-home-chrome-v74 .site-header .primary-nav > a::after {
    display:none !important;
  }
  html body.global-home-chrome-v74 .site-header .primary-nav > a.nav-contact {
    justify-content:center !important;
    min-height:48px !important;
    margin-top:22px !important;
    padding:13px 18px !important;
    border:0 !important;
    background:var(--global-nav-burgundy) !important;
    color:#fff !important;
    font-size:17px !important;
  }
  html body.global-home-chrome-v74 .site-header .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform:translateY(6.5px) rotate(45deg) !important;
  }
  html body.global-home-chrome-v74 .site-header .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity:0 !important;
  }
  html body.global-home-chrome-v74 .site-header .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform:translateY(-6.5px) rotate(-45deg) !important;
  }
}

@media (max-width:600px) {
  html body.global-home-chrome-v74 .global-announcement-master-v74 {
    font-size:.58rem !important;
    letter-spacing:.035em !important;
  }
  html body.global-home-chrome-v74 .global-announcement-master-v74 .announcement__inner {
    width:100% !important;
    min-height:34px !important;
    padding-inline:10px !important;
  }
  html body.global-home-chrome-v74 .global-announcement-master-v74 span + span::before {
    height:12px !important;
    margin-inline:9px !important;
  }
  html body.global-home-chrome-v74 .site-header .site-header__inner {
    width:min(calc(100% - 32px),1280px) !important;
    min-height:68px !important;
  }
  html body.global-home-chrome-v74 .site-header .brand__logo-stack {
    width:176px !important;
  }
  html body.global-home-chrome-v74 .site-header .primary-nav {
    height:calc(100svh - 68px) !important;
    padding:18px 18px 36px !important;
  }
}
