.oho-header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:9999;
  color:var(--oho-transparent-text, #fff);
  transition:background-color .28s ease,color .28s ease, box-shadow .28s ease, transform .28s ease;
  font-family:inherit;
}
.oho-header *{box-sizing:border-box}
.oho-header a{text-decoration:none;color:inherit}
.oho-bar,
.oho-nav-row,
.oho-top-strip-inner,
.oho-main-bar{
  width:min(100%, calc(100% - 40px));
  margin:0 auto;
}
.oho-bar{
  min-height:92px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:20px;
}
.oho-main-bar{
  min-height:88px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:28px;
}
.oho-left,.oho-right,.oho-top-strip-items,.oho-top-strip-links{display:flex;align-items:center;gap:18px}
.oho-right{justify-content:flex-end}
.oho-left{justify-content:flex-start;flex-wrap:wrap}
.oho-top-item{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:600;
}
.oho-icon svg,.oho-caret svg{display:block;width:16px;height:16px}
.oho-caret svg{width:12px;height:12px;opacity:.9}
.oho-logo-wrap{text-align:center}
.oho-logo{position:relative;display:inline-block}
.oho-logo img{width:var(--oho-logo-width);max-width:100%;height:auto;display:block;margin:0 auto;transition:opacity .25s ease}
.oho-logo .oho-logo-solid{position:absolute;inset:0;opacity:0;pointer-events:none}
.oho-logo .oho-logo-transparent{opacity:1}
.oho-logo-fallback{font-size:32px;font-weight:700;letter-spacing:.04em}
.oho-cta{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:160px;min-height:48px;
  padding:12px 24px;
  border:1px solid currentColor;
  background:rgba(255,255,255,.06);
  color:var(--oho-transparent-text, #fff);
  font-size:12px;
  letter-spacing:.22em;
  text-transform:uppercase;
  font-weight:700;
  transition:all .25s ease;
}
.oho-cta-pill{border-radius:999px;padding-inline:28px}
.oho-nav-row{
  border-top:1px solid rgba(255,255,255,.38);
  padding:16px 0 18px;
}
.oho-nav{display:flex;justify-content:center}
.oho-nav-inline{justify-content:center}
.oho-menu,.oho-mobile-menu{list-style:none;padding:0;margin:0}
.oho-menu{display:flex;flex-wrap:wrap;justify-content:center;gap:18px 28px;align-items:center}
.oho-menu > li{position:relative}
.oho-menu > li > a,
.oho-menu > li > span{
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:14px;
  font-weight:600;
}
.oho-design_2 .oho-menu-clean{gap:18px 24px}
.oho-design_2 .oho-menu-clean > li:not(:last-child)::after{display:none}
.oho-menu > li:not(:last-child)::after{
  content:'•';
  position:absolute;
  right:-17px;
  top:50%;
  transform:translateY(-50%);
  font-size:12px;
  opacity:.9;
}
.oho-menu .sub-menu{
  position:absolute;
  top:calc(100% + 16px);
  left:0;
  min-width:220px;
  background:var(--oho-solid-bg, #fff);
  color:var(--oho-solid-text, #111);
  list-style:none;
  margin:0;
  padding:12px 0;
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:all .22s ease;
  box-shadow:0 12px 30px rgba(0,0,0,.14);
}
.oho-menu li:hover > .sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.oho-menu .sub-menu li a{display:block;padding:10px 18px;font-size:13px;letter-spacing:.06em;text-transform:uppercase}
.oho-mobile-toggle{display:none;background:none;border:0;padding:0;width:34px;height:24px;position:relative;cursor:pointer}
.oho-mobile-toggle span{display:block;height:2px;background:currentColor;position:absolute;left:0;right:0;transition:.24s ease}
.oho-mobile-toggle span:nth-child(1){top:2px}
.oho-mobile-toggle span:nth-child(2){top:11px}
.oho-mobile-toggle span:nth-child(3){top:20px}
.oho-mobile-panel{
  display:none;
  position:fixed;
  top:0;right:0;
  width:min(86vw,420px);
  height:100vh;
  overflow:auto;
  background:var(--oho-mobile-menu-bg, #fff);
  color:var(--oho-mobile-menu-text, #111);
  padding:110px 28px 32px;
  box-shadow:-10px 0 40px rgba(0,0,0,.18);
  transform:translateX(102%);
  transition:transform .28s ease;
}
.oho-mobile-top,.oho-mobile-menu{display:flex;flex-direction:column;gap:16px}
.oho-mobile-top{padding-bottom:22px;border-bottom:1px solid rgba(0,0,0,.08);margin-bottom:22px}
.oho-mobile-menu a{text-transform:uppercase;letter-spacing:.12em;font-weight:600;font-size:14px}
.oho-mobile-menu .sub-menu{list-style:none;padding:12px 0 0 12px;margin:0;display:flex;flex-direction:column;gap:10px}
.oho-mobile-cta{display:inline-flex;margin-top:28px;padding:14px 20px;background:var(--oho-solid-text, #111);color:#fff;letter-spacing:.18em;text-transform:uppercase;font-size:12px;font-weight:700}

.oho-header:not(.is-hover):not(.is-scrolled):not(.mobile-open) .oho-menu > li > a,
.oho-header:not(.is-hover):not(.is-scrolled):not(.mobile-open) .oho-top-item,
.oho-header:not(.is-hover):not(.is-scrolled):not(.mobile-open) .oho-logo,
.oho-header:not(.is-hover):not(.is-scrolled):not(.mobile-open) .oho-cta{
  text-shadow:0 1px 2px rgba(0,0,0,.18);
}
.oho-header.is-hover,
.oho-header.is-scrolled{
  position:fixed;
  background:var(--oho-solid-bg, #fff);
  color:var(--oho-solid-text, #111);
  box-shadow:0 3px 18px rgba(0,0,0,.08);
}
.oho-header.is-hover .oho-nav-row,
.oho-header.is-scrolled .oho-nav-row{border-top:1px solid rgba(0,0,0,.15)}
.oho-header.is-hover .oho-top-strip,
.oho-header.is-scrolled .oho-top-strip{border-bottom:1px solid rgba(0,0,0,.08)}
.oho-header.is-hover .oho-cta,
.oho-header.is-scrolled .oho-cta{
  background:var(--oho-solid-text, #111);
  color:#fff;
  border-color:var(--oho-solid-text, #111);
}
.oho-header.mobile-open{background:var(--oho-solid-bg, #fff);color:var(--oho-solid-text, #111);position:fixed;box-shadow:0 3px 18px rgba(0,0,0,.08)}
.oho-header.mobile-open .oho-mobile-panel{display:block;transform:translateX(0)}
.oho-header.mobile-open .oho-mobile-toggle span:nth-child(1){transform:translateY(9px) rotate(45deg)}
.oho-header.mobile-open .oho-mobile-toggle span:nth-child(2){opacity:0}
.oho-header.mobile-open .oho-mobile-toggle span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}

.oho-header.is-hidden{transform:translateY(-100%)}
.oho-header.is-hover .oho-logo .oho-logo-transparent,
.oho-header.is-scrolled .oho-logo .oho-logo-transparent,
.oho-header.mobile-open .oho-logo .oho-logo-transparent{opacity:0}
.oho-header.is-hover .oho-logo .oho-logo-solid,
.oho-header.is-scrolled .oho-logo .oho-logo-solid,
.oho-header.mobile-open .oho-logo .oho-logo-solid{opacity:1}

/* Design 2 */
.oho-top-strip{border-bottom:1px solid rgba(255,255,255,.18)}
.oho-top-strip-inner{min-height:40px;display:flex;justify-content:space-between;align-items:center;gap:24px}
.oho-top-strip-links,.oho-top-strip-items{flex-wrap:wrap}
.oho-design_2 .oho-top-item{font-size:11px;letter-spacing:.16em}
.oho-design_2 .oho-main-bar{min-height:82px}
.oho-design_2 .oho-logo-wrap{text-align:left}
.oho-design_2 .oho-nav-inline{min-width:0}
.oho-design_2 .oho-menu > li > a,
.oho-design_2 .oho-menu > li > span{font-size:13px;letter-spacing:.16em}
.oho-design_2.is-hover .oho-top-strip,
.oho-design_2.is-scrolled .oho-top-strip{background:rgba(0,0,0,.015)}

.oho-mobile-footer-cta-wrap{display:none}
@media (max-width: 1180px){
  .oho-design_2 .oho-main-bar{grid-template-columns:auto 1fr auto;gap:18px}
  .oho-design_2 .oho-menu-clean{gap:14px 18px}
}
@media (max-width: 1024px){
  .oho-bar{grid-template-columns:1fr auto auto;min-height:78px}
  .oho-left,.oho-nav-row,.oho-design_2 .oho-nav-inline,.oho-design_2 .oho-top-strip{display:none}
  .oho-main-bar{grid-template-columns:1fr auto auto;min-height:78px}
  .oho-main-bar .oho-logo-wrap{order:2;text-align:center}
  .oho-main-bar .oho-right{order:3}
  .oho-mobile-toggle{display:block}
  .oho-cta{display:none}
  .oho-logo img{width:min(var(--oho-logo-width), 180px)}
  .oho-mobile-panel{padding-bottom:120px}
  .oho-mobile-menu a,
  .oho-mobile-top a,
  .oho-mobile-menu .sub-menu a{color:var(--oho-mobile-menu-text, #111)}
  .oho-mobile-footer-cta-wrap{
    display:block;
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:10000;
    padding:12px 14px calc(12px + env(safe-area-inset-bottom, 0px));
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(8px);
    box-shadow:0 -6px 22px rgba(0,0,0,.08);
  }
  .oho-mobile-footer-cta{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:52px;
    background:var(--oho-mobile-button-bg, #111);
    color:var(--oho-mobile-button-text, #fff) !important;
    border:1px solid var(--oho-mobile-button-bg, #111);
    text-transform:uppercase;
    letter-spacing:.18em;
    font-size:12px;
    font-weight:700;
  }
  body{padding-bottom:88px}
}
@media (max-width: 767px){
  .oho-bar,.oho-nav-row,.oho-main-bar,.oho-top-strip-inner{width:min(100%, calc(100% - 24px))}
  .oho-bar,.oho-main-bar{gap:12px}
  .oho-logo-fallback{font-size:22px}
}

/* FIX scroll + hover colors */
#oho-header.is-scrolled .oho-nav a,
#oho-header.scrolled .oho-nav a,
#oho-header.is-hover-white .oho-nav a,
#oho-header:hover .oho-nav a {
    color: #111111 !important;
}
