:root{--ivory:#f4efe7;--paper:#fbf8f3;--sand:#d9c2a5;--gold:#b88a59;--brown:#2a211c;--taupe:#76685d;--line:rgba(42,33,28,.16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--brown);font-family:"DM Sans",sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.notice{padding:.55rem 1rem;background:var(--brown);color:var(--ivory);font-size:.76rem;letter-spacing:.08em;text-align:center}.header{height:88px;padding:0 4vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--line);background:rgba(251,248,243,.96);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:.7rem;width:max-content}.brand strong{display:block;font-weight:500;font-size:1.35rem;letter-spacing:.22em}.brand small{display:block;font-size:.52rem;letter-spacing:.3em}.monogram{font-family:Italiana,serif;font-size:2.6rem;color:var(--gold);line-height:1}.nav{display:flex;gap:2rem;font-size:.86rem}.nav a{position:relative}.nav a:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:1px;background:var(--gold);transition:.25s}.nav a:hover:after{width:100%}.bag-button,.menu-button{border:0;background:none;color:var(--brown);cursor:pointer}.bag-button{justify-self:end;border-bottom:1px solid var(--brown);padding:.5rem 0}.bag-button span{display:inline-grid;place-items:center;background:var(--brown);color:white;border-radius:99px;min-width:1.35rem;height:1.35rem;margin-left:.35rem;font-size:.7rem}.menu-button{display:none}.hero{min-height:78vh;position:relative;display:flex;align-items:flex-end;overflow:hidden}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(35,25,18,.72) 0%,rgba(35,25,18,.25) 49%,transparent 75%)}.hero-copy{position:relative;z-index:2;color:white;padding:8vw 6vw;max-width:760px}.eyebrow{font-size:.7rem;letter-spacing:.24em;font-weight:600;margin:0 0 1rem}.hero h1,.section h2,.custom-section h2,.story h2,.contact-section h2,.bag h2{font-family:Italiana,serif;font-weight:400;line-height:1.02;margin:0}.hero h1{font-size:clamp(3.2rem,7vw,7rem)}em{font-weight:400}.hero-copy>p:not(.eyebrow){font-size:1.05rem;max-width:470px}.hero-actions{display:flex;align-items:center;gap:1.6rem;margin-top:2rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:49px;padding:.75rem 1.3rem;border:1px solid transparent;text-transform:uppercase;letter-spacing:.11em;font-size:.73rem;font-weight:600;cursor:pointer}.button.light{background:var(--ivory);color:var(--brown)}.button.dark{background:var(--brown);color:white;width:100%}.button.outline-light{border-color:rgba(255,255,255,.65);color:white}.text-link{font-size:.85rem;border-bottom:1px solid rgba(255,255,255,.5)}.section{padding:8rem 6vw}.section-heading{display:grid;grid-template-columns:1fr minmax(220px,420px);gap:3rem;align-items:end;margin-bottom:3rem}.section-heading h2,.custom-section h2,.story h2{font-size:clamp(2.5rem,5vw,5rem)}.section-heading>p{color:var(--taupe);margin:0}.filters{display:flex;gap:.6rem;overflow:auto;padding-bottom:1.5rem}.filters button{border:1px solid var(--line);background:transparent;padding:.55rem 1rem;border-radius:99px;white-space:nowrap;cursor:pointer;font-size:.82rem}.filters button.active{background:var(--brown);color:white}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.3rem}.product-card{min-width:0}.product-image{aspect-ratio:4/5;background:var(--ivory);display:grid;place-items:center;position:relative;overflow:hidden}.product-image:before{content:"B";font-family:Italiana,serif;font-size:7rem;color:rgba(184,138,89,.22)}.product-image span{position:absolute;top:1rem;left:1rem;background:rgba(251,248,243,.9);padding:.3rem .55rem;font-size:.63rem;letter-spacing:.1em}.product-info{display:grid;grid-template-columns:1fr auto;gap:.3rem;padding:1rem 0}.product-info h3{margin:0;font-family:Italiana,serif;font-size:1.35rem;font-weight:400}.product-info p{margin:0;color:var(--taupe);font-size:.8rem}.product-info button{grid-column:1/-1;border:0;border-bottom:1px solid var(--line);background:none;padding:.6rem 0;text-align:left;cursor:pointer}.custom-section{padding:8rem 6vw;background:var(--ivory);display:grid;grid-template-columns:1fr 1fr;gap:8vw}.custom-section>div>p:last-child{max-width:520px;color:var(--taupe)}form{display:grid;gap:1rem}label{display:grid;gap:.4rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}input,textarea{border:0;border-bottom:1px solid var(--line);background:transparent;padding:.8rem 0;outline:none;text-transform:none;letter-spacing:0;font-size:1rem}textarea{min-height:100px;resize:vertical}input:focus,textarea:focus{border-color:var(--gold)}.story{display:grid;grid-template-columns:.65fr 1.2fr 1fr;gap:5vw;align-items:center}.story-number{font-family:Italiana,serif;font-size:clamp(9rem,20vw,20rem);color:var(--sand);line-height:.7}.story p:last-child{color:var(--taupe);max-width:570px}.story dl{margin:0}.story dl div{padding:1rem 0;border-bottom:1px solid var(--line)}dt{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--taupe)}dd{margin:.2rem 0 0}.contact-section{padding:7rem 6vw;text-align:center;background:var(--brown);color:white}.contact-section h2{font-size:clamp(2.6rem,6vw,5.5rem);margin-bottom:2rem}.contact-section>div{display:flex;justify-content:center;gap:1rem}.contact-section>p:last-child{font-size:.8rem;color:rgba(255,255,255,.6);margin-top:2rem}footer{padding:4rem 6vw 2rem;display:grid;grid-template-columns:1fr 1fr auto;gap:2rem;align-items:center;border-top:1px solid var(--line)}footer>div:nth-of-type(2){display:flex;gap:1.3rem;font-size:.8rem}footer>small{grid-column:1/-1;color:var(--taupe);border-top:1px solid var(--line);padding-top:1rem}.footer-brand strong{font-size:1rem}.bag{position:fixed;right:0;top:0;width:min(440px,100%);height:100%;background:var(--paper);z-index:40;transform:translateX(105%);transition:.35s;display:flex;flex-direction:column;padding:2rem}.bag.open{transform:none}.bag-head{display:flex;justify-content:space-between;align-items:start;border-bottom:1px solid var(--line);padding-bottom:1.2rem}.bag h2{font-size:2.8rem}.bag-head button{font-size:2rem;background:none;border:0;cursor:pointer}.bag-items{flex:1;overflow:auto}.bag-item{display:grid;grid-template-columns:1fr auto;gap:.5rem;padding:1rem 0;border-bottom:1px solid var(--line)}.bag-item h3,.bag-item p{margin:0}.bag-item p{font-size:.8rem;color:var(--taupe)}.bag-item button{border:0;background:none;text-decoration:underline;cursor:pointer;font-size:.75rem}.bag-empty{color:var(--taupe);padding:3rem 0}.bag-footer{border-top:1px solid var(--line);padding-top:1rem}.bag-footer p{font-size:.75rem;color:var(--taupe)}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:30;opacity:0;pointer-events:none;transition:.3s}.overlay.open{opacity:1;pointer-events:auto}.whatsapp-float{position:fixed;right:1.2rem;bottom:1.2rem;background:#285f45;color:white;padding:.75rem 1rem;z-index:15;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 8px 28px rgba(0,0,0,.2)}
@media(max-width:900px){.header{height:74px;grid-template-columns:auto 1fr auto}.menu-button{display:block;grid-column:1;grid-row:1;font-size:0}.menu-button:before{content:"☰";font-size:1.5rem}.brand{justify-self:center;grid-column:2}.brand .monogram{display:none}.brand strong{font-size:1.05rem}.nav{position:absolute;top:74px;left:0;right:0;background:var(--paper);padding:1.5rem;display:none;flex-direction:column;border-bottom:1px solid var(--line)}.nav.open{display:flex}.bag-button{font-size:0}.bag-button:before{content:"Pedido";font-size:.8rem}.bag-button span{font-size:.7rem}.hero{min-height:72vh}.hero-shade{background:linear-gradient(0deg,rgba(35,25,18,.75),rgba(35,25,18,.05))}.hero-copy{padding:3rem 1.4rem}.hero h1{font-size:3.6rem}.hero-actions{align-items:flex-start;flex-direction:column}.section,.custom-section,.contact-section{padding:5rem 1.4rem}.section-heading,.custom-section,.story{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.story-number{display:none}.story{gap:2rem}footer{padding:3rem 1.4rem;grid-template-columns:1fr}footer>div:nth-of-type(2){flex-wrap:wrap}.whatsapp-float{bottom:.8rem;right:.8rem}.notice{font-size:.66rem}}
@media(max-width:520px){.product-grid{grid-template-columns:1fr 1fr;gap:.8rem}.product-info{grid-template-columns:1fr}.product-info>span{font-size:.82rem}.product-info h3{font-size:1.1rem}.contact-section>div{flex-direction:column}.section-heading{gap:1rem}.bag{padding:1.3rem}}
/* Galeria de fotografias dos produtos reais */
.product-image.has-photo:before{display:none}.product-main-media,.product-main-media>img,.product-main-media>video{width:100%;height:100%;object-fit:cover}.product-thumbs{position:absolute;left:1rem;right:1rem;bottom:1rem;display:flex;gap:.4rem;justify-content:center}.product-thumbs button{width:38px;height:46px;padding:0;border:1px solid rgba(255,255,255,.65);background:#fff;overflow:hidden;opacity:.72;cursor:pointer}.product-thumbs button.active{opacity:1;border:2px solid #fff}.product-thumbs img{width:100%;height:100%;object-fit:cover}.product-thumbs .video-thumb{display:grid;place-items:center;background:var(--brown);color:#fff;font-size:.8rem}
.bag-item>div{min-width:0}.bag-item h3{font-size:1rem}.bag-item .quantity-label,.bag-item .detail-label{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-top:.75rem;font-size:.68rem;letter-spacing:.05em}.bag-item .quantity-label input{width:4.5rem;padding:.3rem .4rem;border:1px solid var(--line);border-radius:3px}.bag-item .detail-label input{width:100%;padding:.45rem .1rem;font-size:.82rem}.bag-item .item-total{margin-top:.7rem;color:var(--brown);font-weight:600}.bag-total{display:block;font-size:.85rem;line-height:1.35}.bag-footer p{margin:.6rem 0 1rem}

/* Catálogo dinâmico BRENCYA — 2026-09-25 */
.shop-benefits{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);background:var(--ivory);padding:0 6vw}.shop-benefits>div{padding:1.45rem 2rem;border-right:1px solid var(--line)}.shop-benefits>div:first-child{padding-left:0}.shop-benefits>div:last-child{border-right:0}.shop-benefits strong,.shop-benefits span{display:block}.shop-benefits strong{font-family:Italiana,serif;font-size:1.15rem;font-weight:400}.shop-benefits span{font-size:.75rem;color:var(--taupe);margin-top:.2rem}.catalog{padding-top:6rem}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:1.2rem;border-bottom:1px solid var(--line)}.catalog-toolbar .filters{padding-bottom:1rem}.catalog-count{white-space:nowrap;margin:0 0 1rem;color:var(--taupe);font-size:.78rem}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.4rem 1.3rem}.product-card{display:flex;flex-direction:column}.product-image{aspect-ratio:1/1.12;background:#eee7dc}.product-main-media{overflow:hidden}.product-main-media>img{transition:transform .55s ease}.product-card:hover .product-main-media>img{transform:scale(1.025)}.product-image span{top:.8rem;left:.8rem;right:auto;max-width:calc(100% - 1.6rem);background:rgba(251,248,243,.92);backdrop-filter:blur(5px);letter-spacing:.045em;text-transform:none;border-radius:2px}.product-thumbs{left:.7rem;right:.7rem;bottom:.7rem;justify-content:flex-start;overflow:auto}.product-thumbs button{flex:0 0 34px;width:34px;height:42px}.product-info{padding:.9rem 0 0;grid-template-columns:1fr auto;align-items:start}.product-info h3{font-size:1.45rem;line-height:1.15;margin-top:.15rem}.product-info>span{font-weight:600;font-size:.9rem;text-align:right}.product-info button{margin-top:.5rem;padding:.7rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-weight:600;letter-spacing:.03em;transition:.2s}.product-info button:hover{padding-left:.4rem;color:var(--gold)}.catalog-cta{margin-top:4rem;padding:1.8rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:auto 1fr auto;gap:1.2rem;align-items:center}.catalog-cta p,.catalog-cta strong{margin:0}.catalog-cta p{font-family:Italiana,serif;font-size:1.5rem}.catalog-cta strong{font-size:.78rem;font-weight:500;color:var(--taupe)}.catalog-cta a{font-size:.8rem;border-bottom:1px solid var(--brown)}
@media(max-width:900px){.shop-benefits{padding:0 1.4rem;grid-template-columns:1fr}.shop-benefits>div,.shop-benefits>div:first-child{padding:.9rem 0;border-right:0;border-bottom:1px solid var(--line)}.shop-benefits>div:last-child{border-bottom:0}.catalog{padding-top:4rem}.catalog-toolbar{display:block}.catalog-count{margin-top:-.6rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem .8rem}.product-image{aspect-ratio:4/5}.product-info h3{font-size:1.15rem}.product-info{grid-template-columns:1fr}.product-info>span{text-align:left}.catalog-cta{grid-template-columns:1fr;gap:.35rem;margin-top:3rem}.catalog-cta a{width:max-content;margin-top:.5rem}}
@media(max-width:520px){.section-heading{margin-bottom:1.7rem}.filters{gap:.45rem}.filters button{padding:.48rem .78rem;font-size:.75rem}.product-grid{gap:1.7rem .7rem}.product-image span{font-size:.56rem;top:.5rem;left:.5rem;max-width:calc(100% - 1rem)}.product-thumbs{display:none}.product-info h3{font-size:1.03rem}.product-info p{font-size:.7rem}.product-info>span{font-size:.78rem}.product-info button{font-size:.75rem}.catalog-cta p{font-size:1.3rem}}

/* V3 — merchandising e conversão */
.featured-strip{margin:0 0 3.5rem;padding:1.4rem 0 2.2rem;border-bottom:1px solid var(--line)}
.featured-head{display:grid;grid-template-columns:1fr minmax(240px,420px);gap:2rem;align-items:end;margin-bottom:1.3rem}.featured-head h3{font-family:Italiana,serif;font-size:clamp(1.8rem,3vw,2.7rem);font-weight:400;margin:.2rem 0}.featured-head>p{color:var(--taupe);margin:0;font-size:.88rem}
.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}.featured-card{position:relative;min-height:220px;border:0;padding:0;background:#ddd;overflow:hidden;text-align:left;cursor:pointer;color:white}.featured-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(30,20,15,.72),rgba(30,20,15,.04) 65%)}.featured-card img{position:absolute;width:100%;height:100%;object-fit:cover;transition:transform .5s}.featured-card:hover img{transform:scale(1.035)}.featured-card span,.featured-card strong,.featured-card small{position:absolute;z-index:1;left:1rem;right:1rem}.featured-card span{top:1rem;font-size:.65rem;letter-spacing:.12em;text-transform:uppercase}.featured-card strong{bottom:2.1rem;font-family:Italiana,serif;font-size:1.25rem;font-weight:400}.featured-card small{bottom:.8rem;font-size:.72rem}
.product-image>.product-badge{position:absolute;z-index:3;top:.8rem;left:.8rem;background:var(--brown);color:white;padding:.35rem .55rem;font-size:.62rem;letter-spacing:.04em;font-weight:500}.product-info small{display:block;color:var(--taupe);font-size:.72rem;line-height:1.35;margin-top:.35rem;max-width:34ch}.product-info button{background:linear-gradient(to right,var(--brown) 0 0) no-repeat;background-size:0 100%;transition:background-size .25s,color .25s,padding .2s}.product-info button:hover{background-size:100% 100%;color:white;padding-left:.6rem}.filters button small{opacity:.65;margin-left:.2rem}.filters button.active small{opacity:.8}
@media(max-width:900px){.featured-head{grid-template-columns:1fr}.featured-grid{grid-template-columns:1fr 1fr 1fr}.featured-card{min-height:180px}}
@media(max-width:520px){.featured-strip{margin-bottom:2.4rem}.featured-head>p{display:none}.featured-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;margin-right:-1.4rem;padding-right:1.4rem}.featured-card{flex:0 0 78%;min-height:230px;scroll-snap-align:start}.product-info small{font-size:.66rem}.product-image>.product-badge{top:.5rem;left:.5rem;font-size:.55rem}}

/* V4 — merchandising e compra múltipla */
.purchase-guide{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;margin:0 0 2.8rem}.purchase-guide>button{border:1px solid var(--line);background:var(--ivory);padding:1.25rem 1.4rem;text-align:left;color:var(--brown);cursor:pointer;transition:.22s}.purchase-guide>button:hover{border-color:var(--gold);transform:translateY(-2px)}.purchase-guide span,.purchase-guide strong,.purchase-guide small{display:block}.purchase-guide span{font-size:.62rem;letter-spacing:.18em;color:var(--taupe);margin-bottom:.25rem}.purchase-guide strong{font-family:Italiana,serif;font-size:1.35rem;font-weight:400}.purchase-guide small{margin-top:.25rem;color:var(--taupe)}
.quick-buy{grid-column:1/-1;margin-top:.45rem;padding:.65rem .75rem;background:var(--ivory);display:flex;align-items:center;justify-content:space-between;gap:.6rem}.quick-buy>small{color:var(--taupe)}.quick-buy>div{display:flex;gap:.35rem}.quick-buy button{width:2rem;height:2rem;border:1px solid var(--line);background:var(--paper);padding:0;text-align:center;font-weight:600;cursor:pointer}.quick-buy button:hover{border-color:var(--gold);color:var(--gold)}
.product-info .bundle-buy{grid-column:1/-1;background:var(--brown);color:white;border:0;padding:.72rem .8rem;margin-top:.5rem;text-align:center;font-size:.72rem;letter-spacing:.02em}.product-info .bundle-buy:hover{padding-left:.8rem;background:#3a2e27;color:white}
@media(max-width:700px){.purchase-guide{grid-template-columns:1fr;margin-bottom:2rem}.purchase-guide>button{padding:1rem}.quick-buy{display:block}.quick-buy>div{margin-top:.45rem}.quick-buy button{width:2.2rem;height:2.2rem}}

/* V5 — mobile-first e mini-carrinho */
.mobile-cart-bar{display:none}.bag-item{position:relative}.bag-item:first-child{border-top:0}.bag-footer{background:var(--paper)}
@media(max-width:700px){
 body{padding-bottom:76px}.whatsapp-float{display:none}.header{position:sticky}.notice{line-height:1.35;padding:.5rem .8rem}.hero{min-height:64vh}.hero-copy{padding-bottom:2.5rem}.hero h1{font-size:clamp(3rem,14vw,4.2rem)}.hero-copy>p:not(.eyebrow){font-size:.95rem}.hero-actions{gap:.85rem}.hero-actions .button{width:100%}.shop-benefits{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:0;padding:0 1.4rem}.shop-benefits>div,.shop-benefits>div:first-child{flex:0 0 82%;scroll-snap-align:start;padding:1rem .9rem;border-bottom:0;border-right:1px solid var(--line)}.shop-benefits>div:first-child{padding-left:0}.shop-benefits>div:last-child{border-right:0}.catalog-toolbar{position:sticky;top:74px;z-index:9;background:rgba(251,248,243,.96);backdrop-filter:blur(9px);margin-left:-1.4rem;margin-right:-1.4rem;padding:.7rem 1.4rem .1rem}.catalog-toolbar .filters{margin-right:-1.4rem;padding-right:1.4rem}.catalog-count{display:none}.featured-strip{padding-top:.5rem}.purchase-guide small{font-size:.72rem}.product-grid{gap:1.5rem .65rem}.product-image{border-radius:3px}.product-info{padding-top:.65rem}.product-info h3{font-size:1.02rem}.product-info small{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-info>span{font-size:.82rem;margin-top:.15rem}.product-info>button:not(.bundle-buy){background:var(--brown);color:white;border:0;text-align:center;padding:.65rem .4rem;margin-top:.45rem;font-size:.68rem}.quick-buy{padding:.55rem .5rem}.quick-buy>small{font-size:.63rem}.quick-buy button{width:2rem;height:2rem}.product-info .bundle-buy{font-size:.66rem;line-height:1.25}.mobile-cart-bar{position:fixed;left:.7rem;right:.7rem;bottom:.65rem;z-index:25;display:flex;align-items:center;justify-content:space-between;gap:.8rem;background:var(--brown);color:white;border:0;border-radius:4px;padding:.8rem 1rem;box-shadow:0 10px 32px rgba(0,0,0,.22);cursor:pointer}.mobile-cart-bar[hidden]{display:none}.mobile-cart-bar span{display:flex;align-items:center;gap:.55rem;font-size:.8rem}.mobile-cart-bar b{display:grid;place-items:center;min-width:1.45rem;height:1.45rem;border-radius:50%;background:white;color:var(--brown);font-size:.72rem}.mobile-cart-bar strong{font-size:.78rem;font-weight:600}.bag{padding:1rem 1.15rem 1.2rem;border-radius:18px 18px 0 0;top:auto;bottom:0;height:min(86vh,760px);width:100%;transform:translateY(105%)}.bag.open{transform:none}.bag-head{padding-bottom:.75rem}.bag h2{font-size:2.15rem}.bag-items{padding-bottom:.5rem}.bag-item{padding:.85rem 0}.bag-footer{position:sticky;bottom:0;padding-top:.8rem}.bag-footer .button{min-height:52px}.overlay{background:rgba(0,0,0,.46)}
}
@media(max-width:420px){.product-info h3{font-size:.96rem}.product-info p{font-size:.62rem}.product-info small{font-size:.62rem}.product-image>.product-badge{font-size:.5rem}.quick-buy{display:block}.quick-buy>div{margin-top:.35rem}.quick-buy button{width:1.9rem;height:1.9rem}.featured-card{flex-basis:84%}}


/* V6 — fotografia integral, menos repetição e produto como protagonista */
.catalog{padding-top:5.2rem}
.section-heading{margin-bottom:2.1rem}
.featured-strip{padding:.2rem 0 2.4rem;margin:0 0 1.8rem}
.featured-grid{gap:1rem}
.featured-card{aspect-ratio:1.45/1;min-height:0;background:var(--ivory)}
.featured-card img{inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.featured-card:after{background:linear-gradient(0deg,rgba(30,20,15,.78) 0%,rgba(30,20,15,.18) 58%,rgba(30,20,15,.04) 100%)}
.featured-card strong{bottom:2.15rem;font-size:clamp(1.05rem,1.55vw,1.35rem);line-height:1.15}
.featured-card small{bottom:.85rem;font-weight:600}
.catalog-toolbar{margin-bottom:1.8rem}
.product-main-media{background:var(--ivory);display:flex;align-items:center;justify-content:center}
.product-main-media>img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
.product-main-media>video{display:block;width:100%;height:100%;object-fit:contain;background:#000}
.product-card:hover .product-main-media>img{transform:none}
.product-info>span{font-size:1rem}
.purchase-guide{display:none!important}
@media(max-width:900px){
 .catalog{padding-top:3.8rem}.featured-strip{margin-bottom:1.35rem}.featured-card{aspect-ratio:1.25/1}.catalog-toolbar{margin-bottom:1.35rem}
}
@media(max-width:700px){
 .section-heading{margin-bottom:1.3rem}.featured-head{margin-bottom:1rem}.featured-head h3{font-size:2rem}.featured-strip{padding-top:0;padding-bottom:1.5rem}
 .featured-card{aspect-ratio:1.18/1;min-height:0}.featured-card img{inset:0}.product-image{aspect-ratio:4/5}.product-main-media>img{object-fit:contain}
 .product-info>span{font-size:.9rem;font-weight:700}.catalog-toolbar{top:73px}
}
