/* v5 art direction: supplied photographs remain whole, directly behind the copy. */
.hero{height:180svh;background:#eee7de}
.hero-stage{background:#eee7de}
.hero-photo{inset:0;display:block;overflow:hidden;transform:none!important}
.hero-photo picture{display:block;width:100%;height:100%}
.hero-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:right center;background:#eee7de}
/* The desktop image has deliberately quiet photographic space at left. */
.hero-copy{top:27%;left:7vw;right:auto;max-width:min(43vw,620px);padding:0;text-align:left;color:var(--ink);transform:none!important}
.hero-copy .kicker{margin-bottom:14px;color:#756022}
.hero h1{margin:0;font-size:clamp(58px,6.6vw,102px);line-height:1.01;letter-spacing:-.068em}
.hero h1 span{color:#716036}
.hero-shade{background:transparent!important;opacity:0!important}
/* Do not magnify the image while the pinned hero is being scrolled. */
.hero.motion-active .hero-photo{transform:none!important}
@media(max-width:760px){
  .hero{height:165svh}
  .hero-stage{background:#eee7de}
  .hero-photo{inset:0;left:0;top:0;width:100%;height:100%;transform:none!important}
  .hero-photo img{width:100%;height:100%;object-fit:contain;object-position:center bottom}
  .hero-copy{top:15%;left:22px;right:22px;max-width:none;padding:0;text-align:center}
  .hero-copy .kicker{margin-bottom:11px;font-size:8px;letter-spacing:.16em}
  .hero h1{font-size:clamp(44px,12vw,56px);line-height:1.04;letter-spacing:-.066em}
  .hero-description{left:22px;width:calc(100% - 44px)}
}
@media(max-width:374px){.hero-copy{top:14%}.hero h1{font-size:43px}}
/* Desktop detail copy is constrained to the photograph's quiet left field. */
@media(min-width:761px){.hero-description{width:min(40vw,640px)}}
@media(min-width:761px) and (max-aspect-ratio:8/5){.hero-description{width:min(35vw,500px)}}
@media(min-width:761px) and (max-aspect-ratio:4/3){.hero-description{width:24vw}}
@media(prefers-reduced-motion:reduce){.hero{height:100svh}.hero-stage{position:relative}.hero-photo{inset:0!important;width:100%!important;height:100%!important}.hero-photo img{object-fit:contain;object-position:center bottom}.hero-copy{transform:none!important;opacity:1!important}}
