/* A product card that opens with the same reveal interaction as the reference. */
.hover-product-card{position:relative;isolation:isolate;overflow:hidden;background:#f0e6d7;color:var(--ink);border-radius:3px;min-width:0;transition:color .35s ease,background-color .35s ease}
.hover-product-card:before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(160deg,#ca3930 0%,#9e1c20 58%,#6d1419 100%);opacity:0;transition:opacity .4s ease}
.card-image-link{display:block;position:relative;padding:65px 18px 8px;color:inherit;text-decoration:none}
.card-photo-stage{position:relative;width:100%;aspect-ratio:1.35}
.card-photo-stage img{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;object-fit:contain;transition:opacity .35s ease,transform .55s cubic-bezier(.2,.7,.2,1);pointer-events:none}
.card-photo-stage .pack-closed{opacity:1;mix-blend-mode:multiply;transform:scale(1.08)}
.card-photo-stage .pack-open{opacity:0;mix-blend-mode:normal;transform:translateY(16px) rotate(0deg) scale(.91);filter:drop-shadow(0 15px 16px #43090e30)}
.card-rest-label{position:absolute;top:24px;left:24px;font-size:12px;letter-spacing:.12em;transition:opacity .25s}
.card-badges{position:absolute;left:20px;right:20px;top:20px;z-index:2;display:flex;flex-wrap:wrap;gap:5px;opacity:0;transform:translateY(7px);transition:opacity .3s ease,transform .3s ease}
.card-badges span{padding:5px 7px;background:var(--cream);color:var(--dark-red);font-size:12px;line-height:1.4;letter-spacing:0;border-radius:2px}
.card-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:10px 24px 24px;position:relative;z-index:2}
.card-category{font-size:12px;letter-spacing:.13em;display:block;line-height:1.5;margin-bottom:6px}
.card-bottom h3{font-family:var(--sans);font-size:20px;font-weight:500;line-height:1.3;margin:0 0 6px;letter-spacing:0}
.card-bottom p{font-size:14px;margin:0;line-height:1.5}.card-bottom p>span{opacity:.8}
.card-actions{display:flex;gap:8px;flex-shrink:0}
.card-actions button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;border-radius:50%;padding:0;font-size:25px;line-height:1}
.card-quickview{background:transparent;color:inherit;border:1px solid currentColor}
.card-quickadd{background:var(--red);border:1px solid var(--red);color:var(--cream)}
.hover-product-card>.inside-toggle{margin:0 24px 22px}
.inside-toggle{background:none;color:inherit;border:0;border-bottom:1px solid currentColor;padding:0 0 3px;font-size:12px;line-height:1.6;display:none}
.product-gallery .inside-toggle{display:inline-block}
.card-detail-controls{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 24px;font-size:12px;letter-spacing:.08em}
.card-detail-controls .inside-toggle{letter-spacing:0;white-space:nowrap}
.hover-product-card.show-open,.hover-product-card:not(.show-closed):focus-within{color:var(--cream)}
.hover-product-card.show-open:before,.hover-product-card:not(.show-closed):focus-within:before{opacity:1}
.hover-product-card.show-open .card-badges,.hover-product-card:not(.show-closed):focus-within .card-badges{opacity:1;transform:translateY(0)}
.hover-product-card.show-open .card-rest-label,.hover-product-card:not(.show-closed):focus-within .card-rest-label{opacity:0}
.hover-product-card.has-open-image.show-open .pack-closed,.hover-product-card.has-open-image:not(.show-closed):focus-within .pack-closed{opacity:0;transform:translateY(-8px) rotate(3deg) scale(.98)}
.hover-product-card.has-open-image.show-open .pack-open,.hover-product-card.has-open-image:not(.show-closed):focus-within .pack-open{opacity:1;transform:translateY(-5px) rotate(-4deg) scale(1.04)}
.hover-product-card.show-open .card-quickadd,.hover-product-card:not(.show-closed):focus-within .card-quickadd{background:var(--cream);border-color:var(--cream);color:var(--red)}
.hover-product-card:not(.show-closed):focus-within :focus-visible{outline-color:var(--cream)}
@media(hover:hover) and (pointer:fine){.hover-product-card:not(.show-closed):hover{color:var(--cream)}.hover-product-card:not(.show-closed):hover:before{opacity:1}.hover-product-card:not(.show-closed):hover .card-badges{opacity:1;transform:translateY(0)}.hover-product-card:not(.show-closed):hover .card-rest-label{opacity:0}.hover-product-card.has-open-image:not(.show-closed):hover .pack-closed{opacity:0;transform:translateY(-8px) rotate(3deg) scale(.98)}.hover-product-card.has-open-image:not(.show-closed):hover .pack-open{opacity:1;transform:translateY(-5px) rotate(-4deg) scale(1.04)}.hover-product-card:not(.show-closed):hover .card-quickadd{background:var(--cream);border-color:var(--cream);color:var(--red)}}
.product-page .product-gallery{position:sticky;top:135px}.product-gallery .card-photo-stage{aspect-ratio:1.15}
/* Compact quick view with the existing $9 buying controls. */
.quick-view-open{overflow:hidden}.product-quickview{border:0;background:var(--cream);color:var(--ink);padding:0;width:min(980px,92vw);max-width:92vw;max-height:90dvh;margin:auto;overflow:auto;box-shadow:0 20px 100px #210b0d40}.product-quickview::backdrop{background:#22090ca8}.quickview-close{position:absolute;right:16px;top:16px;z-index:2;border:1px solid var(--line);color:var(--red);background:var(--cream);font-size:28px;width:44px;height:44px;line-height:1}.quickview-layout{display:grid;grid-template-columns:1fr 1.05fr;align-items:stretch}.quickview-image{display:flex;align-items:center;justify-content:center;padding:30px 0;background:linear-gradient(150deg,#b8312b,#73171a)}.quickview-image img{display:block;width:110%;height:auto;max-width:110%;object-fit:contain;transform:rotate(-4deg)}.quickview-copy{padding:65px 40px 40px;min-width:0}.quickview-copy>.eyebrow{font-size:12px;letter-spacing:.09em;color:var(--red);margin-bottom:18px}.quickview-copy h2{font-size:49px;margin:0 0 21px}.quickview-copy>p:not(.eyebrow){font-size:16px;color:#694e43;line-height:1.8}.quickview-copy .text-link{margin-top:25px;font-size:13px}.quickview-copy .purchase-panel{margin-top:22px}.quickview-copy .add-to-cart{font-size:13px;padding:15px;gap:10px}
/* Reference proportions: broad evidence graphic, narrow copy, tabs on the right. */
.comparison-editorial{background:#73171a;border-top:1px solid #be7977;border-bottom:1px solid #be7977;display:grid;grid-template-columns:minmax(0,1.8fr) minmax(290px,1fr);gap:7%;padding:85px 6%;align-items:center;color:var(--cream)}
.comparison-editorial .compare-visual{width:100%;max-width:none;margin:0;min-width:0}
.comparison-editorial .compare-copy{width:100%;max-width:400px;justify-self:end;margin:0}
.comparison-editorial .compare-copy>.eyebrow{font-size:12px;letter-spacing:.075em;line-height:1.7;margin:0 0 16px;color:#f4d8ca}
.comparison-editorial .compare-copy h2{font-family:var(--serif);font-weight:400;letter-spacing:-1.1px;font-size:clamp(39px,3.35vw,54px);line-height:1.08;margin:0 0 40px}
.comparison-editorial .compare-tabs{width:100%;display:grid;grid-template-columns:1fr 1fr;margin:0 0 28px;background:#572025;border:0;padding:0;border-radius:28px;overflow:visible}
.comparison-editorial .compare-tabs button{border:1px solid transparent;font-size:12px;padding:13px 10px;min-height:46px;background:transparent;color:#dcc0b4;border-radius:28px}
.comparison-editorial .compare-tabs button[aria-selected="true"]{border-color:#f0cbbb;color:var(--cream);background:transparent}
.comparison-editorial .compare-benefit{padding:20px 0 27px;border-top:1px solid #c7978c}
.comparison-editorial .compare-benefit:last-child{padding-bottom:0}
.comparison-editorial .compare-benefit h3{font-family:var(--serif);font-size:31px;line-height:1.05;letter-spacing:-.6px;font-weight:400;margin:0 0 9px}
.comparison-editorial .compare-benefit p{font-size:14px;line-height:1.6;color:#f4ded3;margin:0;max-width:350px}
.reference-chart{margin:0;padding:20px 0 0}
.reference-chart-body{height:355px;display:grid;grid-template-columns:24px 30px minmax(0,1fr);gap:10px;position:relative;padding-top:32px}
.reference-axis-title{writing-mode:vertical-rl;transform:rotate(180deg);align-self:center;justify-self:start;font-family:var(--sans);font-size:12px;letter-spacing:.055em;color:#f4ded3}
.reference-scale{height:100%;display:flex;flex-direction:column;justify-content:space-between;font-size:12px;line-height:1;color:#f4ded3;text-align:right}
.reference-scale>span:first-child{transform:translateY(-50%)}.reference-scale>span:last-child{transform:translateY(50%)}
.reference-plot{position:relative;height:100%;border-bottom:1px solid #debdb0}
.reference-grid{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}
.reference-grid i{border-top:1px solid #ad7873;width:100%;opacity:.62}.reference-grid i:last-child{opacity:0}
.reference-bars{position:relative;display:flex;align-items:flex-end;justify-content:center;height:100%;padding:0 20px}
.reference-bar{position:relative;width:40%;max-width:200px;border:1px solid #d8897e;border-bottom:0}
.reference-bar.our-bar{background:linear-gradient(180deg,#f05240 0%,#bf302c 40%,#73171a 100%)}
.reference-bar.other-bar{background:linear-gradient(180deg,#cfb187 0%,#957557 28%,#73171a 100%);border-color:#cfb187b3}
.reference-bar>strong{position:absolute;top:-33px;left:0;right:0;font-family:var(--sans);font-size:20px;font-weight:500;text-align:center;line-height:1.2;color:var(--cream)}
.reference-product-labels{display:flex;justify-content:center;gap:0;padding:17px 20px 0 94px}
.reference-product-labels>div{width:40%;max-width:200px;display:flex;flex-direction:column;align-items:center;text-align:center;line-height:1.5}
.reference-product-labels img{width:80px;height:54px;object-fit:contain;margin-bottom:8px}
.reference-product-labels .comparison-wordmark{font-family:Georgia,serif;font-size:18px;font-style:italic;line-height:54px;height:54px;margin-bottom:8px;opacity:.8}
.reference-product-labels strong{font-size:13px;font-weight:500}.reference-product-labels>div>span:last-child{font-size:12px;color:#efcfc0;max-width:150px}
.reference-chart-note{font-size:12px;line-height:1.7;text-align:center;max-width:540px;margin:28px auto 0;color:#eed3c6}
.comparison-editorial .comparison-sources{margin:9px auto 0;font-size:12px;text-align:center;max-width:540px;line-height:1.7;color:#eed3c6}
.comparison-editorial .comparison-sources summary{display:list-item;list-style-position:inside;padding:5px 0}
.comparison-editorial .comparison-sources p{margin:10px 0}
.label-comparison{min-height:405px;display:flex;flex-direction:column;justify-content:center;padding:25px 0}
.label-comparison .eyebrow{font-size:12px;color:#efd0c1;margin-bottom:27px}
.label-comparison table{width:100%;border-collapse:collapse;table-layout:fixed;text-align:left;font-size:14px}
.label-comparison th,.label-comparison td{padding:23px 15px;border-bottom:1px solid #ba8c80;vertical-align:top;line-height:1.7;font-weight:400}
.label-comparison th:first-child{width:29%}.label-comparison thead th{font-weight:500;color:var(--cream)}.label-comparison tbody th{color:#efcfc0}.label-comparison td:nth-child(2){background:#aa332d55}.label-comparison td strong{font-size:32px;font-weight:400}
@media(min-width:1600px){.comparison-editorial{grid-template-columns:minmax(0,2.1fr) minmax(320px,1fr);gap:9%;padding-top:100px;padding-bottom:100px}.reference-chart{max-width:850px;width:100%;margin:0 auto}.reference-chart-body{height:395px}.reference-bar{max-width:220px}.reference-product-labels>div{max-width:220px}.comparison-editorial .compare-copy{max-width:440px}.comparison-editorial .compare-copy h2{font-size:56px}}
@media(max-width:1000px){.comparison-editorial{grid-template-columns:minmax(0,1.45fr) minmax(280px,1fr);gap:5%;padding:70px 5%}.comparison-editorial .compare-copy h2{font-size:42px}.reference-chart-body{height:330px;grid-template-columns:19px 22px 1fr;gap:8px}.reference-axis-title{font-size:12px}.reference-bars{padding:0 8px}.reference-bar{width:43%}.reference-product-labels{padding-left:73px;padding-right:8px}.reference-product-labels>div{width:43%}.comparison-editorial .compare-benefit h3{font-size:28px}.quickview-copy{padding:60px 28px 30px}.quickview-copy h2{font-size:42px}.card-bottom{padding:10px 20px 22px;gap:12px}.card-actions{gap:6px}.card-actions button{width:36px;min-width:36px;height:36px}.card-bottom h3{font-size:19px}}
@media(max-width:800px){.comparison-editorial{grid-template-columns:1fr;gap:40px;padding:60px 6%}.comparison-editorial .compare-copy{display:contents}.comparison-editorial .compare-copy>.eyebrow{grid-row:1;margin:0}.comparison-editorial .compare-copy h2{grid-row:2;margin:-24px 0 0;font-size:47px}.comparison-editorial .compare-copy h2 br{display:none}.comparison-editorial .compare-tabs{grid-row:3;margin:-13px 0 0;max-width:430px}.comparison-editorial .compare-visual{grid-row:4}.comparison-editorial .compare-benefit{padding:22px 0 0;margin-top:-20px}.reference-chart-body{height:325px}.reference-chart{max-width:580px;margin:auto}.reference-chart-note{max-width:500px}.label-comparison{min-height:325px}.quickview-layout{grid-template-columns:1fr}.quickview-image{height:270px;padding:10px 0;overflow:hidden}.quickview-image img{width:auto;height:105%;max-width:100%;object-fit:contain}.quickview-copy{padding:30px}.quickview-copy h2{font-size:44px}.product-quickview{width:min(550px,92vw)}.quickview-copy .buy-row .add-to-cart{font-size:14px}}
@media(max-width:650px){.card-image-link{padding:62px 12px 2px}.card-photo-stage{aspect-ratio:1.28}.card-badges{top:18px;left:16px;right:16px;gap:4px}.card-badges span{font-size:12px;padding:4px 6px}.card-rest-label{top:23px;left:20px;font-size:12px;letter-spacing:.075em}.card-bottom{padding:12px 20px 23px;gap:13px}.card-bottom h3{font-size:20px}.card-bottom p{font-size:13px}.card-actions button{width:42px;min-width:42px;height:42px}.inside-toggle{display:inline-block}.hover-product-card>.inside-toggle{margin:0 20px 22px}.card-category{font-size:12px;letter-spacing:.075em}.card-detail-controls{padding:20px;font-size:12px;letter-spacing:.03em}.product-page .product-gallery{position:relative;top:auto}.product-gallery .card-photo-stage{aspect-ratio:1.25}.comparison-editorial .compare-copy h2{font-size:43px}.reference-chart-body{height:285px;grid-template-columns:18px 19px 1fr;gap:7px}.reference-scale{font-size:12px}.reference-bars{padding:0 4px}.reference-bar{width:45%}.reference-bar>strong{font-size:20px}.reference-product-labels{padding:16px 4px 0 69px}.reference-product-labels>div{width:45%}.reference-product-labels img{width:70px;height:48px}.reference-product-labels .comparison-wordmark{height:48px;line-height:48px;font-size:16px}.reference-product-labels strong{font-size:12px}.reference-product-labels>div>span:last-child{font-size:12px}.reference-chart-note{font-size:12px;text-align:left;margin-top:24px}.comparison-editorial .comparison-sources{text-align:left}.comparison-editorial .compare-benefit h3{font-size:30px}.comparison-editorial .compare-benefit p{font-size:14px}.label-comparison table{font-size:13px}.label-comparison th,.label-comparison td{padding:19px 10px;overflow-wrap:break-word}.label-comparison th:first-child{width:28%}.product-quickview{width:94vw;max-width:94vw;max-height:93dvh}.quickview-copy{padding:28px 23px}.quickview-close{right:12px;top:12px}.quickview-image{height:225px}.quickview-copy h2{font-size:42px}.quickview-copy>.eyebrow{font-size:12px;letter-spacing:.025em}}
@media(prefers-reduced-motion:reduce){.hover-product-card,.hover-product-card:before,.card-photo-stage img,.card-badges,.card-rest-label{transition:none!important}.hover-product-card.has-open-image .pack-open{transform:none!important}.hover-product-card.has-open-image .pack-closed{transform:scale(1.08)!important}}
.size-options{border:0;padding:0;margin:0 0 24px;display:flex;gap:10px}.size-options legend{font-size:13px;margin-bottom:10px}.size-options label{flex:1;position:relative;cursor:pointer}.size-options input{position:absolute;opacity:0;width:1px;height:1px}.size-options span{display:block;text-align:center;border:1px solid var(--line);padding:13px 18px;font-size:16px;transition:background .2s,color .2s}.size-options input:checked+span{background:var(--red);border-color:var(--red);color:var(--cream)}.size-options input:focus-visible+span{outline:2px solid var(--red);outline-offset:3px}.cart-item+.cart-item{border-top:1px solid var(--line);margin-top:20px;padding-top:20px}.header nav{gap:22px}.header nav a{letter-spacing:0}
@media(min-width:651px) and (max-width:900px){.header{padding-left:3%;padding-right:3%}.header nav{gap:12px}.header nav a{font-size:12px}.header .wordmark{font-size:28px}}
.nearby-teaser{background:#f0e6d7;text-align:center}.nearby-teaser h2{margin-bottom:30px}
@media(hover:none){.inside-toggle{display:inline-block}}

/* Separate sizes in a more compact collection section. */
.home .compact-product{width:100%;max-width:1280px;margin-inline:auto;padding:64px 40px;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);gap:48px;align-items:center}
.product-size-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;min-width:0}
.product-size-grid .card-image-link{padding:58px 12px 0}
.product-size-grid .card-photo-stage{aspect-ratio:1.42}
.product-size-grid .card-rest-label{top:20px;left:18px;font-size:12px;letter-spacing:.07em}
.product-size-grid .card-badges{top:14px;left:14px;right:14px;gap:4px}
.product-size-grid .card-badges span{padding:3px 5px;font-size:12px}
.product-size-grid .card-bottom{padding:12px 18px 20px;gap:12px;flex-wrap:wrap}
.product-size-grid .card-category{font-size:16px;letter-spacing:.02em;font-weight:500;margin-bottom:4px}
.product-size-grid .card-bottom h3{font-size:18px;margin-bottom:5px}
.product-size-grid .card-bottom p{font-size:14px}
.product-size-grid .card-actions{gap:6px}
.product-size-grid .card-actions button{width:40px;min-width:40px;height:40px}
.product-size-grid .inside-toggle{margin:0 18px 18px;font-size:14px}
.home .compact-product .product-copy{min-width:0}
.home .compact-product .product-copy>.eyebrow{font-size:12px;letter-spacing:.09em;line-height:1.6;margin-bottom:18px}
.home .compact-product .product-copy h2{font-size:clamp(36px,3.4vw,48px);letter-spacing:-1.3px;margin-bottom:20px;line-height:1.12}
.home .compact-product .product-copy>p:not(.eyebrow){font-size:16px;line-height:1.7;margin-bottom:16px}
.home .compact-product .product-notes{padding:16px 0;margin:20px 0;gap:14px}
.home .compact-product .text-link{font-size:14px}
.separate-sizes{max-width:1060px;margin-inline:auto;padding:35px 40px 70px}
.separate-sizes .product-size-grid{gap:28px}
.separate-sizes .card-photo-stage{aspect-ratio:1.6}
.collection-note{margin:22px 0 0;text-align:center}
@media(max-width:1050px){.home .compact-product{grid-template-columns:1fr;max-width:820px;padding:48px 40px;gap:30px}.home .compact-product .product-copy{grid-row:1}.home .compact-product .product-copy>p:not(.eyebrow){max-width:650px}.home .compact-product .product-notes{max-width:540px}.home .compact-product .product-copy h2{font-size:42px}.home .compact-product .product-copy h2 br{display:none}.home .compact-product .product-copy h2 em:before{content:' '}}
@media(max-width:560px){.home .compact-product{padding:40px 6%;gap:25px}.home .compact-product .product-copy h2{font-size:36px}.product-size-grid{grid-template-columns:1fr;gap:20px;width:100%;max-width:400px;margin-inline:auto}.product-size-grid .card-photo-stage{aspect-ratio:1.85}.product-size-grid .card-image-link{padding-top:56px}.product-size-grid .card-actions button{width:44px;min-width:44px;height:44px}.separate-sizes{padding:20px 6% 50px}.separate-sizes .product-size-grid{gap:20px}.separate-sizes .card-photo-stage{aspect-ratio:1.85}}
