/* Final product-image sizing and foot-product refinements */
.brand em{font-family:Allura,"Brush Script MT",cursive;font-size:1.2em;font-weight:400;letter-spacing:.01em;color:#a44b62;display:inline-block;transform:translateY(.08em);margin-left:.08em}
.hero-image img{width:min(510px,86%);border-radius:22px;aspect-ratio:1;object-fit:cover}.hero-image{padding:35px 0}.orb{width:68%;right:8%;top:14%}.image-note{right:5%;bottom:5%}.products{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.product-image{aspect-ratio:1;max-height:285px}.product-info{padding:14px 4px 28px}.product-info h3{font-size:21px;margin-bottom:5px}.product-info small{display:block;min-height:18px;margin-bottom:11px;color:#806b65;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.product-info small+ b{display:block}@media(max-width:1250px){.products{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:950px){.products{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-image img{width:min(460px,90%)}}@media(max-width:760px){.hero-image{min-height:380px;padding:10px 0}.hero-image img{width:min(420px,92%);border-radius:16px}.products{grid-template-columns:repeat(2,minmax(0,1fr))}.product-image{max-height:none}.product-info h3{font-size:19px}}@media(max-width:420px){.products{grid-template-columns:1fr}.product-info h3{font-size:23px}}
