@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&family=Inter:wght@300;400;500;600;700&display=swap";:root{--c-cream: #FAF7F0;--c-cream-alt: #F3EDE0;--c-cream-deep: #EDE5D6;--c-forest: #1F3D2A;--c-forest-mid: #2D5A3D;--c-forest-light: #3D7554;--c-gold: #C9A84C;--c-gold-mid: #D4B86A;--c-gold-light: #EDD898;--c-gold-pale: #F9F1DA;--c-dark: #1A1A1A;--c-text: #3D3731;--c-muted: #7A7168;--c-border: #E4D9C8;--c-white: #FFFFFF;--c-error: #B33A2B;--f-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;--f-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--s1: .25rem;--s2: .5rem;--s3: .75rem;--s4: 1rem;--s5: 1.25rem;--s6: 1.5rem;--s7: 1.75rem;--s8: 2rem;--s9: 2.25rem;--s10: 2.5rem;--s11: 2.75rem;--s12: 3rem;--s14: 3.5rem;--s16: 4rem;--s18: 4.5rem;--s20: 5rem;--s24: 6rem;--container: 1280px;--container-narrow: 768px;--t-fast: .15s ease;--t-base: .25s ease;--t-slow: .4s ease;--r-sm: 4px;--r-md: 8px;--r-lg: 16px;--r-full: 9999px;--shadow-sm: 0 1px 4px rgba(31,61,42,.07);--shadow-md: 0 4px 20px rgba(31,61,42,.11);--shadow-lg: 0 8px 40px rgba(31,61,42,.15)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth;scrollbar-gutter:stable}body{background:var(--c-cream);color:var(--c-text);font-family:var(--f-sans);font-size:1rem;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit}ul,ol{list-style:none}input,textarea,select{font:inherit}:focus-visible{outline:2px solid var(--c-forest);outline-offset:3px}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 var(--s4)}@media(min-width:768px){.container{padding:0 var(--s8)}}@media(min-width:1280px){.container{padding:0 var(--s12)}}.container--narrow{max-width:var(--container-narrow)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.h1,h1{font-family:var(--f-serif);font-size:clamp(2.25rem,6vw,4.5rem);font-weight:300;line-height:1.05;letter-spacing:-.02em}.h2,h2{font-family:var(--f-serif);font-size:clamp(1.75rem,4vw,3rem);font-weight:400;line-height:1.15}.h3,h3{font-family:var(--f-serif);font-size:clamp(1.375rem,3vw,2rem);font-weight:400;line-height:1.25}h4{font-family:var(--f-sans);font-size:1.125rem;font-weight:600}h5{font-family:var(--f-sans);font-size:1rem;font-weight:600}h6{font-family:var(--f-sans);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em}p{margin-bottom:1em}p:last-child{margin-bottom:0}.label{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--c-gold)}.gold-line{display:block;width:48px;height:1.5px;background:linear-gradient(90deg,transparent,var(--c-gold),transparent);margin:var(--s5) auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;font-family:var(--f-sans);font-size:.8125rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;border-radius:var(--r-sm);border:2px solid transparent;transition:all var(--t-base);white-space:nowrap;cursor:pointer;line-height:1}.btn--forest{background:var(--c-forest);color:var(--c-white);border-color:var(--c-forest)}.btn--forest:hover{background:var(--c-forest-mid);border-color:var(--c-forest-mid);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn--gold{background:var(--c-gold);color:var(--c-dark);border-color:var(--c-gold)}.btn--gold:hover{background:var(--c-gold-mid);border-color:var(--c-gold-mid);transform:translateY(-1px);box-shadow:0 4px 24px #c9a84c4d}.btn--outline{background:transparent;color:var(--c-forest);border-color:var(--c-forest)}.btn--outline:hover{background:var(--c-forest);color:var(--c-white)}.btn--outline-cream{background:transparent;color:var(--c-cream);border-color:#faf7f080}.btn--outline-cream:hover{background:#faf7f01a;border-color:var(--c-cream)}.btn--lg{padding:1.125rem 2.5rem;font-size:.875rem}.btn--full{width:100%}.btn svg{width:18px;height:18px;flex-shrink:0}.announcement-bar{background:var(--c-forest);padding:.5rem var(--s4)}.announcement-bar__track{display:flex;align-items:center;justify-content:center;gap:var(--s8);overflow:hidden}.announcement-bar__item{display:flex;align-items:center;gap:var(--s2);font-family:var(--f-sans);font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--c-gold-light);white-space:nowrap}.announcement-bar__item a{color:inherit;text-decoration:underline;text-underline-offset:2px}.announcement-bar__dot{width:4px;height:4px;border-radius:50%;background:var(--c-gold);opacity:.5}@media(max-width:767px){.announcement-bar__item:not(:first-child),.announcement-bar__dot{display:none}}.site-header{position:sticky;top:0;z-index:100;background:var(--c-cream);border-bottom:1px solid var(--c-border);transition:box-shadow var(--t-base)}.site-header.is-scrolled{box-shadow:var(--shadow-md)}.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;max-width:var(--container);margin:0 auto;padding:var(--s4)}@media(min-width:768px){.site-header__inner{padding:var(--s5) var(--s8)}}.site-header__logo{grid-column:2;text-align:center}.site-header__logo a{display:inline-flex;flex-direction:column;align-items:center;font-family:var(--f-serif);font-size:clamp(1.125rem,3vw,1.6rem);font-weight:600;color:var(--c-forest);letter-spacing:.01em;line-height:1.1;gap:1px}.site-header__logo a img{height:clamp(32px,5vw,44px);width:auto}.site-header__logo-sub{font-family:var(--f-sans);font-size:.55rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--c-gold)}.site-header__nav{grid-column:1;display:none;align-items:center;gap:var(--s6)}@media(min-width:1024px){.site-header__nav{display:flex}}.site-header__nav a{font-size:.8125rem;font-weight:500;letter-spacing:.03em;color:var(--c-text);position:relative;transition:color var(--t-fast)}.site-header__nav a:after{content:"";position:absolute;bottom:-3px;left:0;right:0;height:1px;background:var(--c-gold);transform:scaleX(0);transform-origin:left;transition:transform var(--t-base)}.site-header__nav a:hover,.site-header__nav a[aria-current=page]{color:var(--c-forest)}.site-header__nav a:hover:after,.site-header__nav a[aria-current=page]:after{transform:scaleX(1)}.site-header__actions{grid-column:3;display:flex;align-items:center;justify-content:flex-end;gap:var(--s2)}.icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--r-full);color:var(--c-text);transition:all var(--t-fast);position:relative;background:none;border:none}.icon-btn:hover{background:var(--c-cream-alt);color:var(--c-forest)}.icon-btn svg{width:21px;height:21px;stroke-width:1.75}.cart-badge{position:absolute;top:3px;right:3px;background:var(--c-forest);color:var(--c-white);font-size:9px;font-weight:700;min-width:15px;height:15px;border-radius:var(--r-full);display:flex;align-items:center;justify-content:center;line-height:1;padding:0 2px}.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;padding:var(--s2);width:40px;height:40px;cursor:pointer;border-radius:var(--r-full);transition:background var(--t-fast)}.nav-toggle:hover{background:var(--c-cream-alt)}@media(min-width:1024px){.nav-toggle{display:none}}.nav-toggle span{display:block;width:20px;height:1.5px;background:var(--c-text);border-radius:2px;transition:all var(--t-base);transform-origin:center}.nav-toggle.is-open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.nav-toggle.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-toggle.is-open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:var(--c-cream);display:flex;flex-direction:column;padding:var(--s6);transform:translate(-100%);transition:transform var(--t-slow);overflow-y:auto}.mobile-nav.is-open{transform:translate(0)}.mobile-nav__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--s10)}.mobile-nav__logo{font-family:var(--f-serif);font-size:1.5rem;font-weight:600;color:var(--c-forest)}.mobile-nav__links{display:flex;flex-direction:column;gap:var(--s2)}.mobile-nav__links a{font-family:var(--f-serif);font-size:2.25rem;font-weight:300;color:var(--c-forest);line-height:1.2;padding:var(--s3) 0;border-bottom:1px solid var(--c-border);transition:color var(--t-fast)}.mobile-nav__links a:hover{color:var(--c-gold)}.mobile-nav__footer{margin-top:auto;padding-top:var(--s8);font-size:.8rem;color:var(--c-muted)}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;background:#00000073;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;pointer-events:none;transition:opacity var(--t-slow)}.overlay.is-visible{opacity:1;pointer-events:auto}.hero{display:grid;grid-template-columns:1fr;min-height:92svh;background:var(--c-forest);position:relative;overflow:hidden}@media(min-width:768px){.hero{grid-template-columns:1fr 1fr;min-height:85svh}}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cg fill='none' stroke='%23C9A84C' stroke-width='.5' opacity='.07'%3E%3Cpolygon points='70,6 134,36 134,104 70,134 6,104 6,36'/%3E%3Cpolygon points='70,22 118,47 118,93 70,118 22,93 22,47'/%3E%3Cpolygon points='70,38 102,58 102,82 70,102 38,82 38,58'/%3E%3Cline x1='70' y1='6' x2='70' y2='134'/%3E%3Cline x1='6' y1='70' x2='134' y2='70'/%3E%3Cline x1='6' y1='36' x2='70' y2='70'/%3E%3Cline x1='70' y1='70' x2='134' y2='36'/%3E%3Cline x1='6' y1='104' x2='70' y2='70'/%3E%3Cline x1='70' y1='70' x2='134' y2='104'/%3E%3C/g%3E%3C/svg%3E");background-size:140px 140px;pointer-events:none}.hero__content{display:flex;flex-direction:column;justify-content:center;padding:var(--s16) var(--s6) var(--s12);order:2;position:relative;z-index:1}@media(min-width:768px){.hero__content{padding:var(--s20) var(--s12);order:1}}.hero__eyebrow{display:flex;align-items:center;gap:var(--s3);font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--c-gold);margin-bottom:var(--s5)}.hero__eyebrow:before{content:"";display:block;width:28px;height:1px;background:var(--c-gold)}.hero__heading{font-family:var(--f-serif);font-size:clamp(2.75rem,7vw,5.5rem);font-weight:300;line-height:1;letter-spacing:-.025em;color:var(--c-cream);margin-bottom:var(--s6)}.hero__heading em{font-style:italic;color:var(--c-gold-light)}.hero__sub{font-size:1rem;line-height:1.8;color:#faf7f0b8;max-width:380px;margin-bottom:var(--s10)}.hero__ctas{display:flex;flex-wrap:wrap;gap:var(--s3)}.hero__media{position:relative;order:1;min-height:55svh}@media(min-width:768px){.hero__media{order:2;min-height:unset}}.hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,var(--c-forest) 0%,rgba(31,61,42,0) 40%)}@media(min-width:768px){.hero__media:after{background:linear-gradient(to right,var(--c-forest) 0%,rgba(31,61,42,0) 40%)}}.trust-strip{background:var(--c-cream-alt);border-bottom:1px solid var(--c-border);padding:var(--s5) 0}.trust-strip__scroll{display:flex;gap:var(--s8);overflow-x:auto;scrollbar-width:none;padding:0 var(--s4);-webkit-overflow-scrolling:touch}.trust-strip__scroll::-webkit-scrollbar{display:none}@media(min-width:900px){.trust-strip__scroll{justify-content:center;overflow-x:visible;gap:var(--s12);padding:0 var(--s8)}}.trust-badge{display:flex;align-items:center;gap:var(--s3);white-space:nowrap;flex-shrink:0}.trust-badge__icon{width:34px;height:34px;border-radius:50%;background:var(--c-gold-pale);border:1px solid rgba(201,168,76,.25);display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-badge__icon svg{width:16px;height:16px;color:var(--c-gold)}.trust-badge__copy{display:flex;flex-direction:column;line-height:1.2}.trust-badge__name{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--c-forest)}.trust-badge__detail{font-size:.65rem;color:var(--c-muted);margin-top:1px}.featured-product{padding:var(--s20) 0;background:var(--c-cream)}.featured-product__grid{display:grid;grid-template-columns:1fr;gap:var(--s12);align-items:center}@media(min-width:768px){.featured-product__grid{grid-template-columns:1fr 1fr;gap:var(--s16)}}@media(min-width:1024px){.featured-product__grid{gap:var(--s24)}}.featured-product__media{position:relative}.featured-product__img-wrap{aspect-ratio:4/5;border-radius:var(--r-md);overflow:hidden;background:var(--c-cream-deep)}.featured-product__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform var(--t-slow)}.featured-product__img-wrap:hover img{transform:scale(1.04)}.featured-product__sticker{position:absolute;top:var(--s4);left:var(--s4);background:var(--c-forest);color:var(--c-gold-light);font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.375rem .75rem;border-radius:var(--r-sm)}.featured-product__copy{display:flex;flex-direction:column;gap:var(--s5)}.featured-product__title{font-family:var(--f-serif);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:400;color:var(--c-forest);line-height:1.1}.featured-product__desc{font-size:1rem;line-height:1.85;color:var(--c-muted)}.pill-row{display:flex;flex-wrap:wrap;gap:var(--s2)}.pill{background:var(--c-gold-pale);border:1px solid rgba(201,168,76,.35);color:var(--c-forest);font-size:.7rem;font-weight:600;letter-spacing:.05em;padding:.35rem .875rem;border-radius:var(--r-full)}.featured-product__price-row{display:flex;align-items:baseline;gap:var(--s2)}.featured-product__price{font-family:var(--f-serif);font-size:2rem;font-weight:500;color:var(--c-forest)}.featured-product__price-sub{font-size:.8rem;color:var(--c-muted)}.brand-story{padding:var(--s24) 0;background:var(--c-forest);position:relative;overflow:hidden}.brand-story:after{content:"\628\64e\631\64e\643\64e\629";position:absolute;right:-2vw;bottom:-4rem;font-family:var(--f-serif);font-size:clamp(10rem,28vw,22rem);color:#c9a84c0d;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap}.brand-story:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cg fill='none' stroke='%23FAF7F0' stroke-width='.4' opacity='.04'%3E%3Cpolygon points='50,5 95,27.5 95,72.5 50,95 5,72.5 5,27.5'/%3E%3Cpolygon points='50,18 82,35 82,65 50,82 18,65 18,35'/%3E%3C/g%3E%3C/svg%3E");background-size:100px 100px;pointer-events:none}.brand-story__inner{position:relative;z-index:1;max-width:720px;margin:0 auto;padding:0 var(--s6);text-align:center}.brand-story__heading{font-family:var(--f-serif);font-size:clamp(2rem,5vw,3.75rem);font-weight:300;line-height:1.1;letter-spacing:-.02em;color:var(--c-cream);margin-bottom:var(--s6)}.brand-story__heading em{font-style:italic;color:var(--c-gold-light)}.brand-story__body{font-size:1.0625rem;line-height:1.9;color:#faf7f0bf;margin-bottom:var(--s10)}.brand-story__quote{font-family:var(--f-serif);font-style:italic;font-size:clamp(1.25rem,3vw,1.75rem);color:var(--c-gold-light);line-height:1.5;margin:var(--s8) 0;padding:var(--s6) 0;border-top:1px solid rgba(201,168,76,.2);border-bottom:1px solid rgba(201,168,76,.2)}.benefits{padding:var(--s20) 0;background:var(--c-cream-alt)}.benefits__header{text-align:center;margin-bottom:var(--s12)}.benefits__heading{font-family:var(--f-serif);font-size:clamp(1.75rem,4vw,2.75rem);color:var(--c-forest);font-weight:400}.benefits__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--s4)}@media(min-width:1024px){.benefits__grid{grid-template-columns:repeat(4,1fr);gap:var(--s6)}}.benefit-card{background:var(--c-white);border:1px solid var(--c-border);border-radius:var(--r-md);padding:var(--s6) var(--s5);text-align:center;transition:all var(--t-base)}.benefit-card:hover{border-color:var(--c-gold);transform:translateY(-4px);box-shadow:var(--shadow-md)}.benefit-card__icon{width:54px;height:54px;background:var(--c-gold-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto var(--s4)}.benefit-card__icon svg{width:26px;height:26px;color:var(--c-gold)}.benefit-card__name{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--c-forest);margin-bottom:var(--s2)}.benefit-card__text{font-size:.8125rem;line-height:1.65;color:var(--c-muted)}.email-capture{padding:var(--s20) 0;background:var(--c-gold-pale);border-top:1px solid rgba(201,168,76,.3);border-bottom:1px solid rgba(201,168,76,.3);text-align:center}.email-capture__inner{max-width:540px;margin:0 auto;padding:0 var(--s6)}.email-capture__heading{font-family:var(--f-serif);font-size:clamp(1.75rem,4vw,2.5rem);color:var(--c-forest);font-weight:400;margin-bottom:var(--s4)}.email-capture__sub{font-size:.9375rem;line-height:1.75;color:var(--c-muted);margin-bottom:var(--s8)}.email-form{display:flex;flex-direction:column;gap:var(--s3)}@media(min-width:480px){.email-form{flex-direction:row}}.email-form__input{flex:1;padding:.875rem 1.25rem;background:var(--c-white);border:1.5px solid var(--c-border);border-radius:var(--r-sm);font-size:.875rem;color:var(--c-text);outline:none;transition:border-color var(--t-fast)}.email-form__input:focus{border-color:var(--c-forest)}.email-form__input::placeholder{color:var(--c-muted)}.email-form__disclaimer{font-size:.7rem;color:var(--c-muted);margin-top:var(--s3);line-height:1.6}.site-footer{background:var(--c-dark);padding:var(--s16) 0 var(--s8)}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:var(--s10);margin-bottom:var(--s12);padding-bottom:var(--s12);border-bottom:1px solid rgba(255,255,255,.08)}@media(min-width:768px){.site-footer__grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:var(--s8)}}.footer-brand__name{font-family:var(--f-serif);font-size:1.5rem;font-weight:600;color:var(--c-cream);margin-bottom:var(--s3)}.footer-brand__tagline{font-size:.8125rem;line-height:1.75;color:#faf7f080;margin-bottom:var(--s5)}.footer-brand__socials{display:flex;gap:var(--s2)}.footer-brand__socials a{color:#faf7f073;transition:color var(--t-fast)}.footer-brand__socials a:hover{color:var(--c-gold)}.footer-col__title{font-size:.65rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--c-gold);margin-bottom:var(--s5)}.footer-col__list{display:flex;flex-direction:column;gap:var(--s3)}.footer-col__list a{font-size:.8125rem;color:#faf7f08c;transition:color var(--t-fast)}.footer-col__list a:hover{color:var(--c-cream)}.site-footer__bottom{display:flex;flex-direction:column;align-items:center;gap:var(--s3);text-align:center;font-size:.7rem;color:#faf7f04d}@media(min-width:768px){.site-footer__bottom{flex-direction:row;justify-content:space-between;text-align:left}}.product-page{padding:var(--s6) 0 var(--s20)}.breadcrumb{padding:var(--s4) var(--s4);max-width:var(--container);margin:0 auto}@media(min-width:768px){.breadcrumb{padding:var(--s4) var(--s8)}}.breadcrumb__list{display:flex;align-items:center;gap:var(--s2);font-size:.75rem;color:var(--c-muted)}.breadcrumb__list a{transition:color var(--t-fast)}.breadcrumb__list a:hover{color:var(--c-forest)}.breadcrumb__sep{color:var(--c-border)}.product-layout{display:grid;grid-template-columns:1fr;gap:var(--s10);max-width:var(--container);margin:0 auto;padding:0 var(--s4)}@media(min-width:768px){.product-layout{grid-template-columns:1fr 1fr;gap:var(--s12);padding:0 var(--s8);align-items:start}}@media(min-width:1024px){.product-layout{gap:var(--s20)}}.product-gallery{position:sticky;top:calc(72px + var(--s4))}.product-gallery__main{aspect-ratio:1;border-radius:var(--r-lg);overflow:hidden;background:var(--c-cream-deep);margin-bottom:var(--s3);cursor:zoom-in}.product-gallery__main img{width:100%;height:100%;object-fit:cover;transition:transform var(--t-slow)}.product-gallery__main:hover img{transform:scale(1.05)}.product-gallery__thumbs{display:flex;gap:var(--s2);overflow-x:auto;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{flex-shrink:0;width:68px;height:68px;border-radius:var(--r-sm);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color var(--t-fast);background:var(--c-cream-deep)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb.is-active,.product-gallery__thumb:hover{border-color:var(--c-forest)}.product-info{padding-top:var(--s2)}.product-info__vendor{font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--c-gold);margin-bottom:var(--s2)}.product-info__title{font-family:var(--f-serif);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;color:var(--c-forest);line-height:1.1;margin-bottom:var(--s4)}.product-info__rating{display:flex;align-items:center;gap:var(--s2);margin-bottom:var(--s5)}.stars{display:flex;gap:2px;color:var(--c-gold)}.stars svg{width:14px;height:14px;fill:currentColor}.rating-count{font-size:.8125rem;color:var(--c-muted);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.product-info__price{display:flex;align-items:baseline;gap:var(--s3);margin-bottom:var(--s6)}.price-main{font-family:var(--f-serif);font-size:2rem;font-weight:500;color:var(--c-forest)}.price-was{font-size:1rem;color:var(--c-muted);text-decoration:line-through}.price-per{font-size:.8rem;color:var(--c-muted)}.halal-strip{display:flex;align-items:center;gap:var(--s3);background:var(--c-forest);border-radius:var(--r-sm);padding:var(--s4);margin-bottom:var(--s6)}.halal-strip__badge{width:44px;height:44px;border:1.5px solid rgba(201,168,76,.5);border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center}.halal-strip__badge svg{width:24px;height:24px;color:var(--c-gold)}.halal-strip__body{flex:1}.halal-strip__title{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--c-gold-light);margin-bottom:2px}.halal-strip__text{font-size:.8125rem;color:#faf7f0b3;line-height:1.5}.product-pills{display:flex;flex-wrap:wrap;gap:var(--s2);margin-bottom:var(--s6)}.product-atc-row{display:flex;flex-direction:column;gap:var(--s3);margin-bottom:var(--s5)}@media(min-width:480px){.product-atc-row{flex-direction:row}}.qty-selector{display:flex;align-items:center;border:1.5px solid var(--c-border);border-radius:var(--r-sm);overflow:hidden;height:52px;width:fit-content}.qty-btn{width:46px;height:100%;display:flex;align-items:center;justify-content:center;background:var(--c-cream-alt);color:var(--c-text);font-size:1.25rem;font-weight:300;border:none;cursor:pointer;transition:background var(--t-fast);-webkit-user-select:none;user-select:none}.qty-btn:hover{background:var(--c-border)}.qty-input{width:48px;height:100%;text-align:center;border:none;border-left:1.5px solid var(--c-border);border-right:1.5px solid var(--c-border);font-size:.9375rem;font-weight:600;color:var(--c-text);background:var(--c-white);outline:none;-moz-appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.btn--atc{flex:1;height:52px;min-height:52px;background:var(--c-forest);color:var(--c-white);border:2px solid var(--c-forest);border-radius:var(--r-sm);font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:var(--s2);cursor:pointer;transition:all var(--t-base)}.btn--atc:hover{background:var(--c-forest-mid);border-color:var(--c-forest-mid);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn--atc:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn--atc svg{width:18px;height:18px}.product-trust{display:flex;flex-wrap:wrap;gap:var(--s4);padding:var(--s5) 0;border-top:1px solid var(--c-border);border-bottom:1px solid var(--c-border);margin-bottom:var(--s6)}.product-trust__item{display:flex;align-items:center;gap:var(--s2);font-size:.75rem;color:var(--c-muted)}.product-trust__item svg{width:16px;height:16px;color:var(--c-forest);flex-shrink:0}.product-tabs{padding:var(--s16) 0;background:var(--c-cream-alt);border-top:1px solid var(--c-border)}.tab-nav{display:flex;border-bottom:2px solid var(--c-border);margin-bottom:var(--s10);overflow-x:auto;scrollbar-width:none;gap:0}.tab-nav::-webkit-scrollbar{display:none}.tab-btn{padding:var(--s3) var(--s5);min-width:max-content;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--c-muted);background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;white-space:nowrap;transition:all var(--t-fast)}.tab-btn:hover{color:var(--c-text)}.tab-btn.is-active{color:var(--c-forest);border-bottom-color:var(--c-forest)}.tab-panel{display:none}.tab-panel.is-active{display:block}.tab-content{max-width:680px}.tab-content h3{font-family:var(--f-serif);font-size:1.625rem;color:var(--c-forest);font-weight:400;margin-bottom:var(--s5)}.tab-content p,.tab-content li{font-size:.9375rem;line-height:1.85;color:var(--c-text);margin-bottom:.75em}.tab-content ul{padding-left:var(--s5)}.tab-content ul li{list-style:disc}.tab-content strong{color:var(--c-forest);font-weight:600}.use-steps{display:grid;grid-template-columns:1fr;gap:var(--s5);margin-top:var(--s6)}@media(min-width:640px){.use-steps{grid-template-columns:repeat(3,1fr)}}.use-step{display:flex;gap:var(--s3);align-items:flex-start}.use-step__num{width:34px;height:34px;flex-shrink:0;background:var(--c-forest);color:var(--c-gold-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--f-serif);font-size:1rem;font-weight:500}.use-step__copy{font-size:.875rem;line-height:1.65}.use-step__copy strong{display:block;color:var(--c-forest);font-size:.9375rem;margin-bottom:2px}.faq{display:flex;flex-direction:column;gap:var(--s3)}.faq-item{background:var(--c-white);border:1px solid var(--c-border);border-radius:var(--r-sm);overflow:hidden}.faq-q{width:100%;padding:var(--s5);display:flex;align-items:center;justify-content:space-between;gap:var(--s4);text-align:left;cursor:pointer;background:none;border:none;font-size:.9375rem;font-weight:600;color:var(--c-text);transition:color var(--t-fast)}.faq-q:hover{color:var(--c-forest)}.faq-q svg{width:18px;height:18px;flex-shrink:0;color:var(--c-gold);transition:transform var(--t-base)}.faq-item.is-open .faq-q svg{transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height var(--t-slow)}.faq-item.is-open .faq-a{max-height:600px}.faq-a__inner{padding:0 var(--s5) var(--s5);font-size:.875rem;line-height:1.8;color:var(--c-muted)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(100vw,420px);z-index:201;background:var(--c-cream);display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--t-slow);box-shadow:var(--shadow-lg)}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:var(--s5) var(--s6);border-bottom:1px solid var(--c-border)}.cart-drawer__title{font-family:var(--f-serif);font-size:1.25rem;font-weight:500;color:var(--c-forest)}.cart-drawer__body{flex:1;overflow-y:auto;padding:var(--s5) var(--s6)}.cart-drawer__foot{padding:var(--s5) var(--s6);border-top:1px solid var(--c-border)}.cart-total{display:flex;justify-content:space-between;align-items:center;font-weight:600;margin-bottom:var(--s4);font-size:1rem}.cart-drawer__ctas{display:flex;flex-direction:column;gap:var(--s2)}.cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:var(--s3);padding:var(--s4) 0;border-bottom:1px solid var(--c-border);align-items:start}.cart-item:last-child{border-bottom:none}.cart-item__img{width:64px;height:64px;border-radius:var(--r-sm);overflow:hidden;background:var(--c-cream-deep)}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__name{font-size:.8125rem;font-weight:600;margin-bottom:3px;line-height:1.3}.cart-item__variant{font-size:.75rem;color:var(--c-muted)}.cart-item__price{font-size:.8125rem;color:var(--c-muted)}.cart-empty{text-align:center;padding:var(--s16) var(--s6);display:flex;flex-direction:column;align-items:center;gap:var(--s4)}.cart-empty__icon{color:var(--c-muted);opacity:.3}.cart-empty__icon svg{width:56px;height:56px}.cart-empty__title{font-family:var(--f-serif);font-size:1.375rem;color:var(--c-forest)}.cart-empty__sub{font-size:.875rem;color:var(--c-muted)}.ingredient-story{padding:var(--s16) 0;background:var(--c-forest)}.ingredient-story__grid{display:grid;grid-template-columns:1fr;gap:var(--s10);align-items:center}@media(min-width:768px){.ingredient-story__grid{grid-template-columns:1fr 1fr;gap:var(--s16)}}.ingredient-story__img{border-radius:var(--r-md);overflow:hidden;aspect-ratio:4/3}.ingredient-story__img img{width:100%;height:100%;object-fit:cover}.ingredient-story__copy{color:var(--c-cream)}.ingredient-story__copy h2{font-family:var(--f-serif);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;margin-bottom:var(--s5);color:var(--c-cream)}.ingredient-story__copy h2 em{color:var(--c-gold-light);font-style:italic}.ingredient-story__copy p{font-size:1rem;line-height:1.85;color:#faf7f0bf;margin-bottom:var(--s4)}.ingredient-story__list{margin:var(--s5) 0;display:flex;flex-direction:column;gap:var(--s3)}.ingredient-story__item{display:flex;align-items:flex-start;gap:var(--s3);font-size:.9rem;color:#faf7f0cc}.ingredient-story__item:before{content:"\2726";color:var(--c-gold);flex-shrink:0;font-size:.7rem;margin-top:.25rem}.page-bar{position:fixed;top:0;left:0;right:0;height:2px;z-index:9999;background:linear-gradient(90deg,var(--c-forest),var(--c-gold));transform-origin:left;transform:scaleX(0);transition:transform .4s ease;pointer-events:none}.skip-link{position:absolute;top:-100%;left:var(--s4);padding:var(--s3) var(--s5);background:var(--c-forest);color:var(--c-white);font-weight:600;border-radius:var(--r-sm);z-index:9999;transition:top var(--t-fast)}.skip-link:focus{top:var(--s3)}@media(max-width:767px){.hide-mobile{display:none!important}}@media(min-width:768px){.hide-desktop{display:none!important}}@media print{.site-header,.site-footer,.announcement-bar,.cart-drawer,.overlay,.mobile-nav{display:none!important}body{background:#fff;color:#000}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/base.css.map */
