:root{--raspberry:#b5004f;--black:#111;--white:#fff;--line:#dedede}
body{background:#fff;color:#111}
main{text-align:left}
.retail-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);align-items:stretch;border-bottom:1px solid var(--line)}
.hero-copy{display:flex;flex-direction:column;justify-content:center;padding-top:64px;padding-bottom:64px}
.eyebrow{font-size:.76rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin:0 0 14px;color:var(--raspberry)}
.retail-hero h1,.section h2{font-family:"Cormorant Garamond",Georgia,serif;font-weight:500;line-height:.98;margin:0 0 20px}
.retail-hero h1{font-size:clamp(3rem,6vw,6.3rem);max-width:760px}
.lead{font-size:clamp(1.05rem,1.5vw,1.35rem);line-height:1.7;max-width:740px;margin:0}
.hero-image{min-height:500px;overflow:hidden;background:#f6f6f6}
.hero-image img{width:100%;height:100%;display:block;object-fit:contain;object-position:center;background:#fff}
.section{padding-top:72px;padding-bottom:72px;border-bottom:1px solid var(--line)}
.heading{max-width:940px}
.section h2{font-size:clamp(2.5rem,5vw,5rem);max-width:980px}
.section p{font-size:1.04rem;line-height:1.75;max-width:900px}
.raspberry-block{background:var(--raspberry);color:#fff}
.raspberry-block .eyebrow{color:#fff}
.experience-grid,.placeholder-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:42px}
.experience-grid article,.placeholder-grid article{padding:30px;border:1px solid currentColor;min-height:190px}
.experience-grid h3,.placeholder-grid h3{font-size:1.35rem;margin:0 0 12px}
.experience-grid p,.placeholder-grid p{font-size:.96rem;line-height:1.65;margin:0}
.drops-section{background:#111;color:#fff}
.drops-section .eyebrow{color:#fff}
.drops-copy{max-width:980px}
.btn{display:inline-block;margin-top:24px;padding:15px 24px;background:var(--raspberry);color:#fff;text-decoration:none;font-weight:700;border:1px solid var(--raspberry)}
.btn:hover,.btn:focus{background:#8f003f;border-color:#8f003f}
.placeholder-grid article{border-color:#d9d9d9;background:#fafafa}
.placeholder-grid article span{display:block;color:var(--raspberry);font-size:.72rem;font-weight:700;letter-spacing:.12em;margin-bottom:12px}
.subscribe-section{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;background:#f7f7f7}
.subscribe-section>div{max-width:900px}.subscribe-section .btn{flex:0 0 auto}.btn.dark{background:#111;border-color:#111}.btn.dark:hover,.btn.dark:focus{background:#333;border-color:#333}
@media(max-width:800px){.retail-hero{grid-template-columns:1fr}.hero-image{order:-1;min-height:auto}.hero-image img{height:auto;aspect-ratio:auto;object-fit:contain}.hero-copy{padding-top:38px;padding-bottom:46px}.experience-grid,.placeholder-grid{grid-template-columns:1fr}.subscribe-section{display:block}.subscribe-section .btn{margin-top:18px}}
