/* Existing model cutouts on a light-and-shadow stage. */
.hero.hero-editorial{height:min(48vw,calc(100svh - 88px));min-height:570px;max-height:1000px;background:#d8d8d3}
.hero-editorial .hero-copy{z-index:2;left:4.5%;top:23%;bottom:auto;color:#1e2426;width:26%;pointer-events:none}
.hero-editorial .hero-copy .hero-eyebrow{font:400 9px/1.5 Manrope,sans-serif;letter-spacing:.13em;color:#303536;margin:0 0 23px;text-transform:uppercase}
.hero-editorial .hero-copy h2{font:400 clamp(42px,3.65vw,73px)/1.05 'Days One',sans-serif;letter-spacing:-.05em;color:#b72019;margin:0 0 24px}
.hero-editorial .hero-copy h2 span{display:block}
.hero-editorial .hero-copy .hero-lead{font:400 14px/1.55 Manrope,sans-serif;letter-spacing:0;text-transform:none;color:#25282a;margin:0;max-width:244px}
.hero-editorial .hero-link{z-index:3;left:4.5%;right:auto;bottom:26%;width:252px;justify-content:space-between;gap:22px;padding:19px 22px;background:#171b1d;color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:.02em}
.hero-editorial .hero-link span{font-size:21px}
.hero-editorial .hero-link:is(:hover,:focus-visible){background:var(--cursor-red,#ff160e);color:white}
.hero-editorial .hero-scene{inset:0;background:#b4b9bd url('assets/hero-options-v10/11-clean-neutral-warm.webp') center/cover no-repeat}
.hero-editorial .hero-background{display:none}
.hero-editorial .hero-layer-bronze{z-index:2}
.hero-editorial .hero-layer-pearl{z-index:1}
@media(min-width:681px) and (max-width:1099px){
  .hero.hero-editorial{height:84vw;min-height:640px;max-height:830px}
  .hero-editorial .hero-copy{top:24%;left:4%;width:30%}
  .hero-editorial .hero-copy h2{font-size:clamp(28px,3.5vw,39px);margin-bottom:18px}
  .hero-editorial .hero-copy .hero-eyebrow{font-size:8px;max-width:180px;margin-bottom:16px}
  .hero-editorial .hero-copy .hero-lead{font-size:11px;max-width:165px}
  .hero-editorial .hero-link{left:4%;bottom:13%;width:210px;padding:18px;font-size:10px}
}
@media(max-width:680px){
  .hero.hero-editorial{height:clamp(620px,calc(100svh - 100px),840px);min-height:0;max-height:none}
  .hero-editorial .hero-copy{left:22px;top:auto;bottom:181px;width:calc(100% - 44px)}
  .hero-editorial .hero-copy .hero-eyebrow{font-size:9px;margin-bottom:15px}
  .hero-editorial .hero-copy h2{font-size:clamp(25px,7.7vw,49px);line-height:1.06;white-space:nowrap;margin-bottom:15px}
  .hero-editorial .hero-copy h2 span{display:inline}
  .hero-editorial .hero-copy .hero-lead{font-size:12px;line-height:1.55;max-width:none}
  .hero-editorial .hero-link{left:22px;bottom:104px;width:233px;padding:17px 20px;font-size:11px}
  .hero-editorial .hero-scene:after{content:"";position:absolute;z-index:4;inset:35% 0 0;pointer-events:none;background:linear-gradient(transparent,#efede7 51%)}
}
