.product-hero{position:relative;height:62vh;min-height:420px;overflow:hidden;display:flex;align-items:flex-end;justify-content:flex-start}.product-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center 40%;transform:scale(1.04);animation:heroZoom 12s ease-out forwards;will-change:transform}.product-hero-overlay{position:absolute;inset:0;background:linear-gradient(105deg,rgba(8,6,2,0.88) 0%,rgba(15,12,7,0.52) 50%,rgba(8,6,2,0.30) 100%)}.product-hero-content{position:relative;z-index:2;padding:0 5rem 4rem;max-width:700px}.product-breadcrumb{display:flex;align-items:center;gap:0.6rem;font-size:0.68rem;letter-spacing:0.15em;text-transform:uppercase;color:rgba(255,255,255,0.4);margin-bottom:1.4rem;opacity:0;animation:fadeUp 0.8s 0.2s ease forwards}.product-breadcrumb a{color:rgba(255,255,255,0.4);text-decoration:none;transition:color 0.2s}.product-breadcrumb a:hover{color:var(--gold-light)}.product-breadcrumb span{color:rgba(255,255,255,0.2)}.product-tag{display:inline-block;font-size:0.62rem;letter-spacing:0.22em;text-transform:uppercase;color:var(--gold-light);border:1px solid rgba(180,130,50,0.45);padding:0.3rem 0.9rem;margin-bottom:1.2rem;opacity:0;animation:fadeUp 0.8s 0.35s ease forwards}.product-hero-title{font-family:'Cormorant Garamond',serif;font-size:clamp(3rem,6vw,5rem);font-weight:300;color:var(--white);line-height:1;margin-bottom:0.8rem;opacity:0;animation:fadeUp 0.8s 0.5s ease forwards}.product-hero-title em{display:block;font-style:italic;color:var(--gold-light);font-size:0.72em;margin-top:0.3rem}.product-hero-sub{font-size:0.88rem;color:rgba(255,255,255,0.5);letter-spacing:0.06em;line-height:1.6;opacity:0;animation:fadeUp 0.8s 0.65s ease forwards}.product-main{background:var(--cream);padding:5rem 5rem 6rem}.product-main-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:6rem;align-items:start}.product-gallery{}.product-gallery-main{width:100%;aspect-ratio:4/3;overflow:hidden;background:var(--dark-2);margin-bottom:1rem}.product-gallery-main img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.6s ease}.product-gallery-main:hover img{transform:scale(1.04)}.product-gallery-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:0.8rem}.product-gallery-thumb{aspect-ratio:1;overflow:hidden;background:var(--dark-2);cursor:pointer;border:2px solid transparent;transition:border-color 0.2s}.product-gallery-thumb:hover{border-color:var(--gold)}.product-gallery-thumb.active{border-color:var(--gold)}.product-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.5s ease,filter 0.3s;filter:brightness(0.85)}.product-gallery-thumb:hover img{transform:scale(1.08);filter:brightness(1)}.product-info{position:sticky;top:100px}.product-info .section-label{margin-bottom:0.6rem}.product-info-name{font-family:'Cormorant Garamond',serif;font-size:clamp(2.6rem,4vw,3.4rem);font-weight:300;color:var(--dark);line-height:1.05;margin-bottom:0.5rem}.product-info-name em{display:block;font-style:italic;color:var(--gold);font-size:0.72em}.product-rating{display:flex;align-items:center;gap:0.7rem;margin-bottom:1.6rem;padding-bottom:1.6rem;border-bottom:1px solid rgba(180,130,50,0.18)}.product-stars{color:var(--gold);font-size:0.95rem;letter-spacing:0.1em}.product-rating-text{font-size:0.78rem;color:var(--text-mid);letter-spacing:0.05em}.product-price{display:flex;align-items:baseline;gap:0.5rem;margin-bottom:1.6rem;padding-bottom:1.6rem;border-bottom:1px solid rgba(180,130,50,0.18)}.product-price-amount{font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:600;color:var(--dark);line-height:1;letter-spacing:0.02em}.product-price-unit{font-size:0.78rem;color:var(--text-light);letter-spacing:0.12em;text-transform:uppercase;padding-bottom:0.3rem}.product-short-desc{font-size:0.95rem;color:var(--text-mid);line-height:1.85;margin-bottom:2rem}.product-weight-label{font-size:0.68rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--text-light);margin-bottom:0.8rem}.product-weights{display:flex;gap:0.6rem;flex-wrap:wrap;margin-bottom:2rem}.weight-btn{padding:0.55rem 1.2rem;font-size:0.78rem;letter-spacing:0.1em;border:1px solid rgba(180,130,50,0.3);background:transparent;color:var(--text-mid);cursor:pointer;transition:all 0.2s;font-family:'Outfit',sans-serif}.weight-btn:hover{border-color:var(--gold);color:var(--gold)}.weight-btn.active{background:var(--gold);border-color:var(--gold);color:var(--dark)}.product-badges{display:flex;gap:0.6rem;flex-wrap:wrap;margin-bottom:2rem}.product-badge{display:inline-flex;align-items:center;gap:0.4rem;font-size:0.68rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--text-light);background:rgba(180,130,50,0.08);border:1px solid rgba(180,130,50,0.2);padding:0.35rem 0.8rem}.product-cta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.product-meta-list{padding-top:1.6rem;border-top:1px solid rgba(42,31,13,0.1)}.product-meta-row{display:flex;font-size:0.8rem;padding:0.55rem 0;border-bottom:1px solid rgba(42,31,13,0.06)}.product-meta-row:last-child{border-bottom:none}.product-meta-key{width:140px;flex-shrink:0;color:var(--text-light);letter-spacing:0.05em;text-transform:uppercase;font-size:0.68rem}.product-meta-val{color:var(--text-mid)}.product-features{background:var(--dark);padding:5rem}.product-features-inner{max-width:1280px;margin:0 auto;text-align:center}.product-features-inner .section-label{justify-content:center}.product-features-inner .section-label::after{display:none}.product-features-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:300;color:var(--white);margin-bottom:3.5rem}.product-features-title em{font-style:italic;color:var(--gold-light)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.feature-card{background:rgba(255,255,255,0.03);border:1px solid rgba(180,130,50,0.1);padding:3rem 2.5rem;text-align:center;transition:background 0.3s}.feature-card:hover{background:rgba(180,130,50,0.06)}.feature-icon{font-size:2rem;margin-bottom:1.2rem;display:block}.feature-title{font-family:'Cormorant Garamond',serif;font-size:1.35rem;font-weight:400;color:var(--white);margin-bottom:0.8rem}.feature-desc{font-size:0.83rem;color:rgba(255,255,255,0.4);line-height:1.8}.product-story{background:var(--cream-2);padding:6rem 5rem}.product-story-inner{max-width:820px;margin:0 auto;text-align:center}.product-story-inner .section-label{justify-content:center}.product-story-inner .section-label::after{display:none}.product-story-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:300;color:var(--dark);line-height:1.15;margin-bottom:2rem}.product-story-title em{font-style:italic;color:var(--gold)}.product-story-text{font-size:0.97rem;color:var(--text-mid);line-height:2;text-align:left;margin-bottom:1.5rem}.product-ingredients{background:var(--cream);padding:3rem 5rem}.product-ingredients-inner{max-width:1280px;margin:0 auto}.ingredients-header{text-align:center;margin-bottom:4rem}.ingredients-header .section-label{justify-content:center}.ingredients-header .section-label::after{display:none}.ingredients-header-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,3vw,2.6rem);font-weight:300;color:var(--dark)}.ingredients-header-title em{font-style:italic;color:var(--gold)}.ingredients-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.ingredients-block{background:#fff;border:1px solid rgba(180,130,50,0.15);padding:2.5rem}.ingredients-block-title{font-size:0.68rem;letter-spacing:0.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(180,130,50,0.2)}.ingredients-list{list-style:none;display:grid;grid-template-columns:max-content 1fr;row-gap:0.85rem}.ingredients-list li{display:contents}.ingredients-list li strong{white-space:nowrap;color:var(--text);font-weight:600;font-size:0.88rem;align-self:start;padding-right:0.55em;line-height:1.6}.ingredients-list li span{font-size:0.88rem;color:var(--text-mid);line-height:1.6}.allergen-warning{background:rgba(180,130,50,0.06);border:1px solid rgba(180,130,50,0.25);border-left:3px solid var(--gold);padding:1.2rem 1.5rem;margin-top:1.5rem;font-size:0.8rem;color:var(--text-mid);line-height:1.7}.allergen-warning strong{color:var(--text)}.allergens-tags{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:1.5rem}.allergen-tag{display:inline-flex;align-items:center;gap:0.4rem;font-size:0.72rem;letter-spacing:0.08em;text-transform:uppercase;padding:0.4rem 0.9rem;font-family:'Outfit',sans-serif}.allergen-tag--contains{background:rgba(180,80,30,0.1);border:1px solid rgba(180,80,30,0.3);color:#8b3a1a}.allergen-tag--free{background:rgba(60,120,60,0.08);border:1px solid rgba(60,120,60,0.25);color:#2d5a2d}.product-storage{background:var(--dark-2);padding:4rem 5rem}.product-storage-inner{max-width:1280px;margin:0 auto}.storage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.storage-card{padding:2rem 1.5rem;border:1px solid rgba(180,130,50,0.12);text-align:center}.storage-icon{font-size:1.6rem;margin-bottom:0.8rem;display:block}.storage-title{font-size:0.68rem;letter-spacing:0.15em;text-transform:uppercase;color:var(--gold-light);margin-bottom:0.5rem}.storage-val{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:300;color:var(--white);line-height:1.1}.storage-note{font-size:0.72rem;color:rgba(255,255,255,0.3);margin-top:0.3rem;line-height:1.5}.product-order-cta{background:var(--dark);border-top:1px solid rgba(180,130,50,0.15);padding:5rem;text-align:center}.product-order-cta-eyebrow{display:inline-flex;align-items:center;gap:0.8rem;font-size:0.68rem;letter-spacing:0.3em;text-transform:uppercase;color:var(--gold-light);margin-bottom:1.4rem}.product-order-cta-eyebrow::before,.product-order-cta-eyebrow::after{content:'';display:block;width:30px;height:1px;background:var(--gold)}.product-order-cta-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:300;color:var(--white);margin-bottom:0.8rem}.product-order-cta-title em{font-style:italic;color:var(--gold-light)}.product-order-cta-sub{color:rgba(255,255,255,0.4);font-size:0.9rem;margin-bottom:2.5rem;line-height:1.7}.product-order-cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width:1024px){.product-hero-content{padding:0 3rem 3rem}.product-main{padding:4rem 3rem 5rem}.product-main-inner{grid-template-columns:1fr;gap:3rem}.product-info{position:static}.product-features{padding:4rem 3rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.product-story{padding:4rem 3rem}.product-ingredients{padding:2rem 3rem}.ingredients-grid{grid-template-columns:1fr;gap:2rem}.product-storage{padding:3rem}.storage-grid{grid-template-columns:repeat(2,1fr)}.product-order-cta{padding:4rem 3rem}}@media (max-width:640px){.product-hero-content{padding:0 1.5rem 2.5rem}.product-main{padding:3rem 1.5rem 4rem}.product-gallery-thumbs{grid-template-columns:repeat(3,1fr)}.product-features{padding:3rem 1.5rem}.product-story{padding:3rem 1.5rem}.product-ingredients{padding:1.5rem 1.5rem}.product-storage{padding:2.5rem 1.5rem}.storage-grid{grid-template-columns:repeat(2,1fr)}.product-order-cta{padding:3rem 1.5rem}}