/* One masthead and one compact navigation treatment across the site. */
html{scrollbar-gutter:stable}
.masthead{box-sizing:border-box;width:100%;max-width:1480px;margin:0 auto;padding:32px 30px 29px;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:24px;border-bottom:0;font-family:'DM Sans',Arial,sans-serif;-webkit-font-smoothing:antialiased}
.masthead .wordmark-signature{display:block;width:310px;max-width:none;min-width:0;flex-shrink:0;line-height:0;font-size:0;letter-spacing:normal;text-transform:none}
.masthead .wordmark-signature picture,.masthead .wordmark-signature img{display:block;width:100%;height:auto}
.masthead .site-nav,.masthead .site-nav.shoot-nav{display:flex;width:auto;max-width:none;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:30px;padding:0;color:#e3e1d8;font:400 14px/22px 'DM Sans',Arial,sans-serif;text-transform:none;letter-spacing:normal}
.masthead .site-nav>a,.masthead .site-nav>button{box-sizing:border-box;display:inline-flex;align-items:center;min-width:44px;min-height:44px;padding:10px 0;border:0;border-bottom:1px solid transparent;color:inherit;font:inherit;letter-spacing:normal;text-transform:none;white-space:nowrap}
.masthead .site-nav>a[aria-current="page"]{border-bottom-color:#c8bea9}
.masthead .site-nav>a:hover,.masthead .site-nav>button:hover{color:#fff}
.masthead .nav-toggle,.masthead .nav-toggle[hidden]{display:none}
.site-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
@media screen and (max-width:1040px){
  .masthead{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:0 20px;padding:24px 30px}
  .masthead .wordmark-signature{width:clamp(180px,43vw,260px);max-width:100%}
  .masthead .nav-toggle:not([hidden]){display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;min-width:76px;min-height:44px;padding:10px 0;border:0;background:none;color:#e3e1d8;font:400 14px/22px 'DM Sans',Arial,sans-serif;cursor:pointer}
  .masthead .nav-toggle-icon{position:relative;display:block;flex:none;width:18px;height:14px}
  .masthead .nav-toggle-icon i{position:absolute;left:0;width:18px;height:1px;background:currentColor;transform-origin:center}
  .masthead .nav-toggle-icon i:first-child{top:4px}
  .masthead .nav-toggle-icon i:last-child{top:10px}
  .masthead.nav-open .nav-toggle-icon i:first-child{top:7px;transform:rotate(45deg)}
  .masthead.nav-open .nav-toggle-icon i:last-child{top:7px;transform:rotate(-45deg)}
  .masthead .site-nav,.masthead .site-nav.shoot-nav{grid-column:1/-1;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;width:100%;max-width:none;margin-top:18px;padding:4px 0 2px;font-size:18px;line-height:26px}
  .masthead[data-nav-ready="true"]:not(.nav-open) .site-nav{display:none}
  .masthead .site-nav>a,.masthead .site-nav>button{display:flex;width:100%;min-height:48px;padding:10px 0;border:0;font:inherit;text-align:left;white-space:normal}
  .masthead .site-nav>a[aria-current="page"]{text-decoration:underline;text-decoration-color:#c8bea9;text-underline-offset:7px;text-decoration-thickness:1px}
  .masthead .site-nav>a:focus-visible,.masthead .nav-toggle:focus-visible{outline:2px solid #d85842;outline-offset:4px}
}
@media screen and (max-width:700px){.masthead{padding:22px 16px;column-gap:16px}}
@media print{html{scrollbar-gutter:auto}.masthead{display:flex;padding:0 0 15pt;border:0}.masthead .site-nav,.masthead .site-nav.shoot-nav,.masthead .nav-toggle{display:none!important}.masthead .wordmark-signature{width:220px}}
