/* Homepage-only branded opening and organic veil. Photo pixels stay untouched. */
.hero-entrance-veil{position:absolute;inset:0;display:block;width:100%;height:100%;z-index:3;pointer-events:none}
.hero-entrance-brand{position:absolute;inset:0;z-index:4;display:grid;place-items:center;pointer-events:none}
.hero-entrance-monogram{position:relative;display:block;width:clamp(150px,16vw,230px);aspect-ratio:162/147;overflow:hidden}
.hero-entrance-monogram img{position:absolute;top:0;left:0;width:567.901234568%;max-width:none;height:auto;display:block}
html[data-hero-entrance="pending"] .hero[data-hero-reveal]::after{content:"";position:absolute;inset:0;z-index:3;background:var(--paper);pointer-events:none}
.hero[data-hero-reveal] .hero-content>*{transition:opacity .65s ease,transform .8s cubic-bezier(.2,.65,.2,1)}
.hero[data-hero-reveal] .hero-rail,.hero[data-hero-reveal] .hero-word{transition:opacity .65s ease}
html[data-hero-entrance="pending"] .hero-content>*,html[data-hero-entrance="running"] .hero-content>*{opacity:0;transform:translateY(12px)}
html[data-hero-entrance="pending"] .hero-rail,html[data-hero-entrance="running"] .hero-rail,html[data-hero-entrance="pending"] .hero-word,html[data-hero-entrance="running"] .hero-word{opacity:0}
.site-header{transition:background .35s,color .35s,height .35s,opacity .5s ease}
html[data-hero-entrance] .site-header{opacity:0}
@media(prefers-reduced-motion:reduce){
  .hero-entrance-veil,.hero-entrance-brand,html[data-hero-entrance] .hero[data-hero-reveal]::after{display:none!important}
  html[data-hero-entrance] .hero-content>*,html[data-hero-entrance] .hero-rail,html[data-hero-entrance] .hero-word,html[data-hero-entrance] .site-header{opacity:1;transform:none;transition:none}
}
