.product-main{background:#f4f0e7}
.product-hero{min-height:calc(100vh - 88px);display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #cfc5b5}
.product-bottle{position:relative;display:grid;place-items:center;background:#e7dfd0;min-height:680px;overflow:hidden}
.product-bottle img{display:block;height:78%;max-height:700px;width:auto;max-width:78%;object-fit:contain;mix-blend-mode:multiply}
.product-number{position:absolute;left:4.5vw;top:35px;font-size:11px;letter-spacing:.18em;color:#8f6f35}
.product-copy{padding:8vw 7vw;display:flex;flex-direction:column;align-items:flex-start}
.product-copy h1{font:400 clamp(54px,6vw,92px)/.9 Georgia,"Times New Roman",serif;letter-spacing:-.05em;margin:28px 0}
.product-copy .lead{font:400 25px/1.35 Georgia,"Times New Roman",serif;color:#544f46;max-width:620px}
.product-specs{display:grid;grid-template-columns:repeat(2,1fr);width:100%;border-top:1px solid #cfc5b5;border-left:1px solid #cfc5b5;margin:40px 0}
.product-specs div{padding:18px;border-right:1px solid #cfc5b5;border-bottom:1px solid #cfc5b5}
.product-specs b{display:block;font:400 23px/1.1 Georgia,"Times New Roman",serif}
.product-specs span{display:block;margin-top:6px;font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:#756d60}
.product-notes{padding:90px 7vw;display:grid;grid-template-columns:.7fr 1fr 1fr;gap:6vw}
.product-notes h2{font:400 clamp(44px,5vw,70px)/.95 Georgia,"Times New Roman",serif;margin:0}
.product-notes h3{font:400 26px/1.1 Georgia,"Times New Roman",serif;margin:0 0 18px}
.product-notes p{color:#625c52}
.product-switcher{display:flex;justify-content:space-between;padding:28px 4.5vw;background:#11110f;color:#f4f0e7}
.product-switcher a{text-decoration:none;font-size:11px;letter-spacing:.12em;text-transform:uppercase}
@media(max-width:850px){.product-hero{grid-template-columns:1fr}.product-bottle{min-height:540px}.product-bottle img{height:82%}.product-copy{padding:70px 7vw}.product-notes{grid-template-columns:1fr}.product-specs{grid-template-columns:1fr 1fr}}
