/* Editorial homepage sections, using the existing Studio archive. */
.home-stories{margin-top:40px;min-width:0}
.home-story{border-top:1px solid #d6ded7;padding-block:72px;min-width:0}
.home-story-feature{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);align-items:center;gap:clamp(32px,7vw,116px)}
.home-story-reverse{grid-template-columns:minmax(0,1fr) minmax(0,1.25fr)}
.home-story-reverse>.home-story-copy{grid-column:1;grid-row:1}
.home-story-reverse>.home-story-photo,.home-story-reverse>.home-story-collage{grid-column:2;grid-row:1}
.home-story-photo{display:block;min-width:0;background:transparent;text-decoration:none!important}
.home-story-photo img{display:block;width:100%;height:auto;max-height:510px;object-fit:contain}
.home-story-copy{min-width:0;max-width:560px}
.home-story-copy .eyebrow{margin:0 0 18px;font-size:12px;letter-spacing:.1em;color:#174e3a}
.home-story-copy h2{font-family:Georgia,serif;font-weight:500;font-size:clamp(30px,3.25vw,48px);line-height:1.12;margin:0 0 25px}
.home-story-copy>p:not(.eyebrow){font-size:16px;line-height:1.75;color:#626c65;margin:0 0 24px}
.home-story-copy .text-link{font-size:15px}
.home-story-collage{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}
.home-story-collage>.home-story-photo:first-child{grid-column:1/-1}
.home-story-collage img{max-height:285px}
.home-story-collage>.home-story-photo:not(:first-child) img{height:220px;object-fit:contain}
.home-story-triptych>.home-story-copy{max-width:none;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:clamp(32px,7vw,116px);align-items:start}
.home-story-triptych .eyebrow,.home-story-triptych h2{grid-column:1}
.home-story-triptych .home-story-copy>p:not(.eyebrow){grid-column:2;grid-row:1/3}
.home-story-triptych .text-link{grid-column:2;align-self:start}
.home-story-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,3vw,44px);margin-top:40px;align-items:center}
.home-story-three img{height:320px;object-fit:contain}
.home-story-products .home-story-three img{height:270px}
@media(max-width:900px){.home-story{padding-block:48px}.home-story-feature{gap:32px}.home-story-three img{height:250px}.home-story-copy h2{font-size:32px}}
@media(max-width:700px){
 .home-stories{margin-top:24px}.home-story{padding-block:36px}
 .home-story-feature,.home-story-reverse,.home-story-triptych>.home-story-copy{display:flex;flex-direction:column;gap:26px;align-items:stretch}
 .home-story-feature>.home-story-copy{order:0;max-width:none}.home-story-feature>.home-story-photo,.home-story-feature>.home-story-collage{order:1}
 .home-story-triptych>.home-story-copy{gap:0}.home-story-copy h2{font-size:32px;margin-bottom:20px}.home-story-copy>p:not(.eyebrow){font-size:15px}
 .home-story-photo img{max-height:420px}.home-story-collage>.home-story-photo:not(:first-child) img{height:180px}
 .home-story-three{gap:12px;margin-top:26px}.home-story-three img,.home-story-products .home-story-three img{height:clamp(110px,33vw,220px)}
}
