.product-page{min-height:100vh;background:#fffdf9;color:var(--ink)}
.product-header{height:84px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fffdf9;position:sticky;top:0;z-index:5}
.product-header-logo{display:inline-flex;width:170px;height:54px}.product-header-logo img{object-fit:contain}
.product-header-links{display:flex;align-items:center;gap:28px;font-size:12px;color:var(--muted)}.product-header-links a:hover{color:var(--wine)}
.product-page main{max-width:1240px;margin:0 auto;padding:26px 5% 90px}.product-breadcrumbs{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 28px;color:var(--muted);font-size:11px}.product-breadcrumbs a{text-decoration:underline;text-underline-offset:4px}.product-breadcrumbs a:hover{color:var(--wine)}
.product-detail-page{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:clamp(35px,7vw,100px);align-items:start}.product-gallery{background:#f5f1e9;aspect-ratio:4/5;overflow:hidden}.product-gallery img{width:100%;height:100%;object-fit:cover}.product-copy{padding:38px 0}.product-copy .eyebrow{margin:0 0 16px;color:var(--gold);font-size:10px;letter-spacing:2.3px}.product-copy h1{margin:0 0 17px;color:var(--wine);font-family:var(--serif);font-size:clamp(37px,4.2vw,64px);font-weight:400;line-height:1.05;letter-spacing:-1.6px}.product-price{margin:0 0 26px;color:var(--wine);font-size:20px}.product-description{max-width:500px;margin:0 0 25px;color:var(--muted);font-size:14px;line-height:1.8}.product-options-label{display:block;margin:26px 0 10px;font-size:11px;letter-spacing:1.2px;text-transform:uppercase}.product-options{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:27px}.product-options button{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:9px 13px;border:1px solid var(--line);background:#fff;color:var(--ink);font-size:12px}.product-options button.active{border-color:var(--gold);box-shadow:inset 0 -2px var(--gold);color:var(--wine)}.product-options .option-swatch{width:15px;height:15px;border-radius:50%;background:var(--option-color);border:1px solid #bda97c}.product-add{width:100%;max-width:500px;justify-content:space-between}.product-note{margin:17px 0 0;color:var(--muted);font-size:11px;line-height:1.6}.product-seo-copy{margin:80px 0 0;padding:42px 0;border-top:1px solid var(--line);max-width:760px}.product-seo-copy h2{margin:0 0 14px;font-family:var(--serif);font-size:34px;font-weight:400;color:var(--wine)}.product-seo-copy p{margin:0;color:var(--muted);font-size:14px;line-height:1.85}.related-products{margin-top:65px}.related-products h2{margin:0 0 22px;font-family:var(--serif);font-size:32px;font-weight:400;color:var(--wine)}.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.related-card{border:1px solid var(--line);background:#fff;padding-bottom:16px}.related-card img{aspect-ratio:4/5;object-fit:cover}.related-card span{display:block;padding:13px 15px 0;font-family:var(--serif);font-size:18px;color:var(--deep)}
.product-toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%,20px);padding:13px 18px;background:var(--deep);color:#fff;opacity:0;pointer-events:none;transition:opacity .25s,transform .25s;font-size:12px;z-index:20}.product-toast.visible{opacity:1;transform:translate(-50%,0)}
@media(max-width:800px){.product-header{height:72px;padding:0 20px}.product-header-logo{width:145px}.product-header-links{gap:13px;font-size:10px}.product-page main{padding:20px 20px 75px}.product-detail-page{grid-template-columns:1fr;gap:10px}.product-gallery{max-height:620px}.product-copy{padding:15px 0}.product-copy h1{font-size:44px}.product-description{font-size:13px}.product-seo-copy{margin-top:45px;padding-top:30px}.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.related-grid .related-card:last-child{display:none}}
.product-legal-footer{max-width:1240px;margin:0 auto;padding:26px 5%;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;font-size:11px;color:var(--muted)}.product-legal-footer nav{display:flex;flex-wrap:wrap;gap:11px 19px}.product-legal-footer a:hover{color:var(--wine);text-decoration:underline;text-underline-offset:3px}@media(max-width:800px){.product-legal-footer{padding:21px 20px 30px;display:block;line-height:1.9}.product-legal-footer nav{gap:8px 15px;margin-bottom:10px}}
.related-products{max-width:1180px}.related-products h2{display:flex;align-items:center;gap:16px}.related-products h2:after{content:'';height:1px;background:var(--line);flex:1}.related-grid{align-items:stretch}.related-card{display:flex;flex-direction:column;padding:0;overflow:hidden;border:1px solid var(--line);background:#fff;color:var(--ink);transition:transform .25s,box-shadow .25s,border-color .25s}.related-card:hover{transform:translateY(-5px);border-color:#c5a263;box-shadow:0 14px 30px #3c1c2714}.related-card-image{position:relative;aspect-ratio:4/4.7;background:#f5f1e9;overflow:hidden}.related-card img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;transition:transform .55s}.related-card:hover img{transform:scale(1.045)}.related-card-badge{position:absolute;left:12px;top:12px;padding:6px 9px;background:#fffdf9e8;color:var(--wine);font-size:9px;letter-spacing:.7px;text-transform:uppercase}.related-card-body{display:flex;flex-direction:column;gap:8px;padding:16px 16px 17px;min-height:126px}.related-card-type{font-size:9px;letter-spacing:1.2px;text-transform:uppercase;color:var(--muted)}.related-card strong{font-family:var(--serif);font-size:20px;line-height:1.12;font-weight:500;color:var(--deep)}.related-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:9px;border-top:1px solid var(--line)}.related-card-price{font-size:14px;color:var(--wine);font-weight:600;white-space:nowrap}.related-card-cta{font-size:10px;color:var(--wine);letter-spacing:.2px;white-space:nowrap}.related-card:hover .related-card-cta{text-decoration:underline;text-underline-offset:4px}@media(max-width:800px){.related-products h2{font-size:28px}.related-grid{gap:12px}.related-card-body{padding:13px 12px 14px;min-height:121px}.related-card strong{font-size:17px}.related-card-type{font-size:8px}.related-card-price{font-size:13px}.related-card-cta{font-size:9px}.related-card-badge{left:8px;top:8px;padding:5px 7px;font-size:8px}}
.related-card strong{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:17px;line-height:1.2;min-height:40px}.related-card-body{min-height:124px}.related-card-type{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:800px){.related-card strong{font-size:15px;line-height:1.18;min-height:35px;-webkit-line-clamp:2}.related-card-body{min-height:118px}}
.related-card{border:0;background:transparent;box-shadow:none}.related-card:hover{transform:translateY(-4px);border-color:transparent;box-shadow:none}.related-card-image{border-radius:3px}.related-card-badge{display:none}.related-card-body{padding:14px 0 0;min-height:142px;gap:7px}.related-card-type{font-size:9px;color:var(--muted);letter-spacing:1.1px}.related-card strong{font-size:18px;line-height:1.18;min-height:43px}.related-card-bottom{display:flex;flex-direction:column;align-items:stretch;gap:10px;margin-top:auto;padding-top:8px;border-top:0}.related-card-price{font-size:14px}.related-card-cta{display:flex;align-items:center;justify-content:center;min-height:42px;border:1px solid var(--wine);font-size:11px;letter-spacing:.35px;transition:background .2s,color .2s}.related-card:hover .related-card-cta{background:var(--wine);color:#fff;text-decoration:none}.related-card:hover img{transform:scale(1.035)}@media(max-width:800px){.related-card-body{padding-top:11px;min-height:139px}.related-card strong{font-size:15px;min-height:36px}.related-card-cta{min-height:39px;font-size:10px}.related-card-price{font-size:13px}}
.product-fly-to-cart{position:fixed;z-index:1200;object-fit:cover;pointer-events:none;border:3px solid #fff;box-shadow:0 16px 38px #59431e45;border-radius:14px;overflow:hidden;transform-origin:center;will-change:transform,opacity}.product-cart-impact{animation:product-cart-impact 1.1s cubic-bezier(.2,.8,.2,1);color:var(--wine)}@keyframes product-cart-impact{0%{transform:scale(1);filter:drop-shadow(0 0 0 transparent)}18%{transform:scale(1.12) rotate(-4deg);filter:drop-shadow(0 0 8px #b5965570)}38%{transform:scale(1.3) rotate(-9deg);filter:drop-shadow(0 0 13px #b5965590)}60%{transform:scale(.9) rotate(6deg)}80%{transform:scale(1.08) rotate(-3deg)}100%{transform:scale(1);filter:drop-shadow(0 0 0 transparent)}}@media(prefers-reduced-motion:reduce){.product-fly-to-cart{display:none}.product-cart-impact{animation:none}}
.product-page{background:var(--paper);color:var(--ink)}.product-page main{max-width:1320px;padding:34px 5% 115px}.product-breadcrumbs{margin:0 0 34px;font-size:10px;letter-spacing:.25px;color:var(--muted);gap:10px}.product-detail-page{grid-template-columns:minmax(0,1.08fr) minmax(360px,.82fr);gap:clamp(45px,8vw,125px);align-items:center}.product-gallery{aspect-ratio:4/5;max-height:none;background:#f2eee6}.product-copy{padding:18px 0 0;max-width:540px}.product-copy .eyebrow{margin:0 0 20px;font-size:9px;letter-spacing:2.5px;color:var(--gold)}.product-copy h1{font-size:clamp(43px,4.5vw,70px);line-height:1.02;letter-spacing:-2.5px;margin:0 0 19px;color:var(--wine)}.product-price{font-size:21px;font-weight:550;letter-spacing:.2px;margin:0 0 24px;color:var(--wine)}.product-description{max-width:465px;font-size:13px;line-height:1.9;color:var(--muted);margin:0 0 29px}.product-options-label{margin:0 0 11px;font-size:9px;letter-spacing:1.8px;color:var(--muted)}.product-options-label strong{color:var(--wine);font-weight:600}.product-options{gap:9px;margin-bottom:28px}.product-options button{min-height:43px;padding:10px 15px;border-color:#d8cdb9;background:#fffdf9;font-size:11px;letter-spacing:.2px;transition:background .2s,border-color .2s,transform .2s}.product-options button:hover{transform:translateY(-2px);border-color:var(--gold)}.product-options button.active{border-color:var(--gold);background:#f8f0e2;box-shadow:inset 0 -2px var(--gold)}.product-add{max-width:465px;min-height:57px;letter-spacing:.2px;box-shadow:0 10px 25px #4d16301c}.product-note{max-width:465px;margin:15px 0 0;font-size:10px;line-height:1.75;color:var(--muted)}.product-seo-copy{max-width:900px;margin:105px 0 0;padding:43px 48px;background:#faedf1;border:0}.product-seo-copy h2{font-size:31px;line-height:1.15;letter-spacing:-.8px;margin:0 0 15px}.product-seo-copy p{font-size:13px;line-height:1.9;color:var(--muted);margin:0}.related-products{margin-top:88px}.related-products h2{font-size:30px;letter-spacing:-.7px;margin-bottom:27px}.related-grid{gap:22px}.related-card-body{padding-top:15px}.related-card strong{font-size:18px}.product-legal-footer{margin-top:0}@media(max-width:800px){.product-page main{padding:22px 20px 90px}.product-breadcrumbs{margin-bottom:22px;font-size:9px}.product-detail-page{display:block}.product-gallery{max-height:none;aspect-ratio:4/5}.product-copy{padding:30px 0 0;max-width:none}.product-copy .eyebrow{margin-bottom:14px;font-size:8px}.product-copy h1{font-size:45px;line-height:1.02;letter-spacing:-1.8px;margin-bottom:15px}.product-price{font-size:19px;margin-bottom:19px}.product-description{font-size:13px;line-height:1.8;margin-bottom:25px}.product-add{max-width:none}.product-note{max-width:none;font-size:10px}.product-seo-copy{margin-top:58px;padding:28px 24px}.product-seo-copy h2{font-size:27px}.product-seo-copy p{font-size:12px;line-height:1.8}.related-products{margin-top:63px}.related-products h2{font-size:27px;margin-bottom:21px}.related-grid{gap:13px}.related-card-body{padding-top:11px}}
.product-footer-credit{margin-left:auto;color:var(--muted);white-space:nowrap}.product-footer-credit a{color:var(--wine)}
@media(max-width:800px){.product-footer-credit{display:block;margin:0 0 8px;white-space:normal}}
.product-copy h1.product-title-long{font-size:clamp(28px,2.45vw,40px);line-height:1.08;letter-spacing:-1px;max-width:520px}
@media(max-width:800px){.product-copy h1.product-title-long{font-size:29px;line-height:1.1;letter-spacing:-.8px}}
.related-card strong{font-size:16px;font-weight:400;line-height:1.25;letter-spacing:-.1px}
.related-card-cta{border-radius:999px;padding:0 15px;font-size:10px;letter-spacing:.2px}
@media(max-width:800px){.related-card strong{font-size:14px;line-height:1.22;font-weight:400}.related-card-cta{min-height:36px;padding:0 12px;font-size:9px}}
.product-copy h1{font-size:clamp(34px,3.35vw,54px);line-height:1.06;letter-spacing:-1.7px}
.product-gallery{position:relative;aspect-ratio:4/5;padding:11px;background:linear-gradient(145deg,#fbf7ef,#eee6d8);border:1px solid #d8c8ac;border-radius:30px 30px 82px 30px;box-shadow:0 18px 42px #59351c12;overflow:hidden;isolation:isolate}
.product-gallery:after{content:'';position:absolute;inset:8px;border:1px solid #fff9; border-radius:23px 23px 72px 23px;pointer-events:none;z-index:2}
.product-gallery img{display:block;border-radius:20px 20px 66px 20px;object-position:center center;background:#f4eee4}
.related-products{margin-top:96px;padding-top:42px;border-top:1px solid var(--line)}
.related-kicker{margin:0 0 12px;color:var(--gold);font-size:9px;letter-spacing:2.3px}
.related-products h2{font-size:clamp(32px,3.8vw,49px);line-height:1.02;letter-spacing:-1.7px;margin-bottom:29px}
.related-products h2:after{content:'';height:1px;background:linear-gradient(90deg,var(--gold),transparent);flex:1;margin-left:18px}
.related-grid{gap:20px}
.related-card{background:#fffdf9;border:1px solid #e4dac9;border-radius:18px 18px 45px 18px;box-shadow:0 14px 34px #59351c0e;padding:0 0 17px;overflow:hidden}
.related-card:hover{transform:translateY(-6px);border-color:#c9a766;box-shadow:0 20px 42px #59351c1a}
.related-card-image{aspect-ratio:1/1.12;margin:8px;border-radius:13px 13px 36px 13px;background:#f3ede3}
.related-card img{object-position:center center}
.related-card-body{padding:14px 16px 0;min-height:145px}
.related-card strong{font-size:17px}
.related-card-cta{border-radius:999px!important;padding-inline:16px;overflow:hidden}
@media(max-width:800px){.product-copy h1{font-size:35px;line-height:1.08;letter-spacing:-1.2px}.product-gallery{aspect-ratio:4/5;padding:8px;border-radius:23px 23px 60px 23px}.product-gallery:after{inset:6px;border-radius:18px 18px 51px 18px}.product-gallery img{border-radius:15px 15px 46px 15px}.related-products{margin-top:66px;padding-top:31px}.related-kicker{font-size:8px;letter-spacing:1.8px}.related-products h2{font-size:31px;letter-spacing:-1.1px;margin-bottom:21px}.related-products h2:after{margin-left:12px}.related-grid{gap:12px}.related-card{border-radius:13px 13px 34px 13px;padding-bottom:12px}.related-card-image{margin:6px;border-radius:10px 10px 27px 10px}.related-card-body{padding:11px 11px 0;min-height:137px}}

.product-page .footer-logo{display:block;width:150px;height:52px;flex:none;overflow:hidden}.product-page .footer-logo img{width:100%;height:100%;object-fit:contain}
@media(max-width:800px){.product-page .footer-logo{width:138px;height:48px}}

.product-page .related-card-cta{width:100%;box-sizing:border-box;text-align:center;justify-content:center}

