:root{--bg-light: #F3ECDF;--bg-dark: #0F1B2D;--accent: #C9A86A;--text-dark: #0F1B2D;--text-light: #F3ECDF;--text-muted: rgba(15, 27, 45, .65);--text-muted-light: rgba(243, 236, 223, .7);--border-dark: rgba(15, 27, 45, .12);--border-light: rgba(243, 236, 223, .15);--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--space-1: .5rem;--space-2: 1rem;--space-3: 1.5rem;--space-4: 2rem;--space-5: 3rem;--space-6: 4rem;--space-7: 6rem;--space-8: 8rem;--container: 1280px;--container-narrow: 880px;--radius: 2px;--transition: .22s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--text-dark);background:var(--bg-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg,video{display:block;max-width:100%;height:auto}button{background:none;border:none;cursor:pointer;font:inherit;color:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4,h5{font-family:var(--font-serif);font-weight:500;line-height:1.1;letter-spacing:-.01em}h1{font-size:clamp(2.5rem,6vw,4.5rem)}h2{font-size:clamp(2rem,4.5vw,3.25rem)}h3{font-size:clamp(1.5rem,3vw,2.25rem)}h4{font-size:1.5rem}h5{font-size:1.25rem}p{font-size:1.0625rem;line-height:1.7}.container{max-width:var(--container);margin:0 auto;padding:0 var(--space-3)}.container-narrow{max-width:var(--container-narrow);margin:0 auto;padding:0 var(--space-3)}section{padding:var(--space-7) 0}@media(max-width:768px){section{padding:var(--space-6) 0}}.section-dark{background:var(--bg-dark);color:var(--text-light)}.section-light{background:var(--bg-light);color:var(--text-dark)}.section-header{text-align:center;margin-bottom:var(--space-6)}.section-header h2{margin-bottom:var(--space-2)}.section-header p{color:var(--text-muted);max-width:680px;margin:0 auto}.section-dark .section-header p{color:var(--text-muted-light)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-family:var(--font-sans);font-size:.9375rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;border-radius:var(--radius);transition:all var(--transition);border:1.5px solid transparent;cursor:pointer}.btn-primary{background:var(--accent);color:var(--bg-dark)}.btn-primary:hover{background:#b59453;transform:translateY(-1px)}.btn-secondary{background:transparent;color:var(--text-light);border-color:var(--text-light)}.btn-secondary:hover{background:var(--text-light);color:var(--bg-dark)}.btn-light{background:var(--bg-light);color:var(--bg-dark)}.btn-block{width:100%}.skip-link{position:absolute;left:-9999px;top:0;background:var(--bg-dark);color:var(--text-light);padding:.75rem 1.5rem;z-index:9999}.skip-link:focus{left:1rem;top:1rem}.announcement-bar{background:var(--bg-dark);color:var(--text-light);padding:.75rem 1rem;text-align:center;font-size:.8125rem;letter-spacing:.06em;font-weight:500}.announcement-bar strong{color:var(--accent)}.site-header{background:var(--bg-dark);color:var(--text-light);padding:1.25rem 0;border-bottom:1px solid var(--border-light);position:sticky;top:0;z-index:100}.site-header .container{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem}.site-header__nav{display:flex;gap:2rem}.site-header__nav a{font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;transition:opacity var(--transition)}.site-header__nav a:hover{opacity:.7}.site-header__logo{font-family:var(--font-serif);font-size:1.75rem;font-weight:600;letter-spacing:.15em;text-align:center}.site-header__actions{display:flex;gap:1rem;justify-content:flex-end}.site-header__actions button,.site-header__actions a{padding:.5rem}.site-header__icon{width:22px;height:22px}.menu-toggle{display:none}@media(max-width:768px){.site-header .container{grid-template-columns:auto 1fr auto}.site-header__nav{display:none}.menu-toggle{display:flex;padding:.5rem}.site-header__nav.is-open{display:flex;position:absolute;top:100%;left:0;right:0;background:var(--bg-dark);flex-direction:column;padding:1.5rem;gap:1.25rem;border-top:1px solid var(--border-light)}.site-header__logo{font-size:1.25rem}}.hero{background:var(--bg-dark);color:var(--text-light);padding:var(--space-8) 0;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 50% 30%,rgba(201,168,106,.08),transparent 50%);pointer-events:none}.hero__inner{position:relative;max-width:760px;margin:0 auto;padding:0 var(--space-3)}.hero__eyebrow{display:inline-block;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:1.5rem}.hero h1{margin-bottom:1.5rem}.hero p{font-size:1.125rem;color:var(--text-muted-light);max-width:560px;margin:0 auto 2.5rem}.hero__trust{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:2.5rem;font-size:.8125rem;color:var(--text-muted-light);letter-spacing:.04em}.hero__trust span:before{content:"\2726  ";color:var(--accent)}.featured-product{background:var(--bg-dark);color:var(--text-light);padding:var(--space-7) 0}.featured-product__inner{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-6);align-items:center;max-width:var(--container);margin:0 auto;padding:0 var(--space-3)}.featured-product__image{background:var(--bg-light);padding:3rem;border-radius:4px}.featured-product__image img{width:100%;max-width:480px;margin:0 auto;display:block}.featured-product h2{margin-bottom:1rem}.featured-product__subtitle{color:var(--text-muted-light);margin-bottom:.5rem;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase}.featured-product__supply{font-size:.875rem;color:var(--text-muted-light);margin-bottom:1.5rem}.featured-product__price{display:flex;align-items:baseline;gap:1rem;margin:1.5rem 0}.featured-product__price strong{font-size:2rem;font-family:var(--font-serif);font-weight:600}.featured-product__price s{color:var(--text-muted-light);font-size:1.25rem}.featured-product__price .save{color:var(--accent);font-size:.875rem;letter-spacing:.05em}.featured-product__features{margin:2rem 0}.featured-product__features li{padding:.5rem 0;font-size:.9375rem;color:var(--text-muted-light);border-bottom:1px solid var(--border-light)}.featured-product__features li:last-child{border-bottom:none}.featured-product__features li:before{content:"\2713  ";color:var(--accent);font-weight:700;margin-right:.5rem}@media(max-width:768px){.featured-product__inner{grid-template-columns:1fr;gap:var(--space-4)}.featured-product__image{padding:2rem}}.value-props{background:var(--bg-light);border-top:1px solid var(--border-dark);border-bottom:1px solid var(--border-dark);padding:var(--space-5) 0}.value-props__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-3);text-align:center}.value-props__item h4{font-family:var(--font-sans);font-size:.875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}.value-props__item p{font-size:.875rem;color:var(--text-muted)}@media(max-width:768px){.value-props__grid{grid-template-columns:repeat(2,1fr);gap:var(--space-3)}}.three-col{padding:var(--space-7) 0}.three-col__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-5);margin-top:var(--space-5)}.three-col__item h3{font-size:1.625rem;margin-bottom:1rem}.three-col__item p{font-size:1rem;line-height:1.7}.three-col__item__num{display:inline-block;font-family:var(--font-serif);font-size:3rem;color:var(--accent);line-height:1;margin-bottom:1rem}@media(max-width:768px){.three-col__grid{grid-template-columns:1fr;gap:var(--space-4)}}.comparison{padding:var(--space-7) 0}.comparison__table{display:grid;grid-template-columns:1.5fr 1fr 1fr;background:var(--bg-light);border:1px solid var(--border-dark);border-radius:4px;overflow:hidden}.comparison__table>div{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-dark);display:flex;align-items:center;font-size:.9375rem}.comparison__table>div:nth-last-child(-n+3){border-bottom:none}.comparison__head{background:var(--bg-dark);color:var(--text-light);font-family:var(--font-serif);font-size:1.125rem;font-weight:600;text-align:center;justify-content:center}.comparison__cat{font-weight:600;background:#0f1b2d0a}.comparison__yes{color:#2d5a3d;font-weight:500}.comparison__yes:before{content:"\2713  ";color:var(--accent);margin-right:.25rem}.comparison__no{color:var(--text-muted)}.comparison__no:before{content:"\2717  ";margin-right:.25rem}@media(max-width:768px){.comparison__table{grid-template-columns:1fr 1fr}.comparison__cat{grid-column:1 / -1;background:var(--bg-dark);color:var(--text-light);justify-content:center}}.founder{padding:var(--space-7) 0}.founder__inner{display:grid;grid-template-columns:1fr 1.2fr;gap:var(--space-6);align-items:center;max-width:var(--container);margin:0 auto;padding:0 var(--space-3)}.founder__image{aspect-ratio:4 / 5;background:var(--bg-light);border-radius:4px;overflow:hidden}.founder__image img{width:100%;height:100%;object-fit:cover}.founder h2{margin-bottom:1.5rem}.founder__body p{margin-bottom:1rem;font-size:1.0625rem}.founder__signature{margin-top:2rem;font-family:var(--font-serif);font-size:1.125rem;font-style:italic}@media(max-width:768px){.founder__inner{grid-template-columns:1fr;gap:var(--space-3)}}.testimonials{padding:var(--space-7) 0}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-3);margin-top:var(--space-5)}.testimonial{padding:2rem;background:var(--bg-light);border:1px solid var(--border-dark);border-radius:4px;display:flex;flex-direction:column}.testimonial__quote{font-family:var(--font-serif);font-size:1.25rem;line-height:1.5;margin-bottom:1.5rem;flex:1}.testimonial__attribution{font-size:.875rem;color:var(--text-muted);letter-spacing:.04em;border-top:1px solid var(--border-dark);padding-top:1rem}@media(max-width:768px){.testimonials__grid{grid-template-columns:1fr}}.how-to-use,.faq{padding:var(--space-7) 0}.faq__list{max-width:720px;margin:var(--space-5) auto 0}.faq__item{border-bottom:1px solid var(--border-dark)}.faq__question{width:100%;text-align:left;padding:1.5rem 0;font-family:var(--font-serif);font-size:1.25rem;font-weight:500;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq__question:after{content:"+";font-size:1.5rem;color:var(--accent);font-weight:300;transition:transform var(--transition)}.faq__item.is-open .faq__question:after{transform:rotate(45deg)}.faq__answer{max-height:0;overflow:hidden;transition:max-height var(--transition)}.faq__item.is-open .faq__answer{max-height:500px}.faq__answer p{padding:0 0 1.5rem;color:var(--text-muted);line-height:1.7}.final-cta{background:var(--bg-dark);color:var(--text-light);text-align:center;padding:var(--space-7) 0}.final-cta h2{margin-bottom:1rem;max-width:720px;margin-left:auto;margin-right:auto}.final-cta p{color:var(--text-muted-light);margin-bottom:2.5rem;max-width:560px;margin-left:auto;margin-right:auto}.final-cta__small{font-size:.8125rem;letter-spacing:.04em;margin-top:1.5rem;color:var(--text-muted-light)}.email-signup{background:var(--bg-light);padding:var(--space-6) 0;text-align:center;border-top:1px solid var(--border-dark)}.email-signup h3{margin-bottom:1rem}.email-signup p{color:var(--text-muted);margin-bottom:2rem;max-width:560px;margin-left:auto;margin-right:auto}.email-signup__form{display:flex;gap:0;max-width:480px;margin:0 auto;border:1.5px solid var(--bg-dark);border-radius:var(--radius);overflow:hidden;background:var(--bg-light)}.email-signup__form input{flex:1;padding:1rem 1.25rem;border:none;background:transparent;font:inherit;color:var(--text-dark);outline:none}.email-signup__form input::placeholder{color:var(--text-muted)}.email-signup__form button{padding:1rem 1.5rem;background:var(--bg-dark);color:var(--text-light);font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.site-footer{background:var(--bg-dark);color:var(--text-light);padding:var(--space-6) 0 var(--space-3)}.site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:var(--space-4);margin-bottom:var(--space-5)}.site-footer__brand h4{font-family:var(--font-serif);font-size:2rem;letter-spacing:.15em;margin-bottom:1rem}.site-footer__brand p{color:var(--text-muted-light);font-size:.9375rem;max-width:320px}.site-footer h5{font-family:var(--font-sans);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.25rem;color:var(--accent)}.site-footer ul li{margin-bottom:.75rem}.site-footer ul a{font-size:.9375rem;color:var(--text-muted-light);transition:color var(--transition)}.site-footer ul a:hover{color:var(--text-light)}.site-footer__social{display:flex;gap:1rem;margin-top:1rem}.site-footer__social a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-light);border-radius:50%;transition:all var(--transition)}.site-footer__social a:hover{background:var(--accent);border-color:var(--accent);color:var(--bg-dark)}.site-footer__bottom{padding-top:var(--space-3);border-top:1px solid var(--border-light);font-size:.8125rem;color:var(--text-muted-light);display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}@media(max-width:768px){.site-footer__grid{grid-template-columns:1fr 1fr}.site-footer__brand{grid-column:1 / -1}.site-footer__bottom{flex-direction:column;align-items:flex-start}}.product-page{padding:var(--space-5) 0}.product-page__inner{display:grid;grid-template-columns:1.1fr 1fr;gap:var(--space-5);max-width:var(--container);margin:0 auto;padding:0 var(--space-3)}.product-gallery__main{background:var(--bg-light);aspect-ratio:1;border:1px solid var(--border-dark);border-radius:4px;overflow:hidden;margin-bottom:1rem}.product-gallery__main img{width:100%;height:100%;object-fit:contain;padding:2rem}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}.product-gallery__thumb{aspect-ratio:1;background:var(--bg-light);border:1px solid var(--border-dark);border-radius:4px;cursor:pointer;overflow:hidden;padding:.5rem}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain}.product-gallery__thumb.is-active{border-color:var(--accent);border-width:2px}.product-info h1{margin-bottom:.5rem;font-size:2.25rem}.product-info__supply{color:var(--text-muted);font-size:.9375rem;margin-bottom:1.5rem}.product-info__price{display:flex;align-items:baseline;gap:1rem;margin:1.5rem 0;padding:1rem 0;border-top:1px solid var(--border-dark);border-bottom:1px solid var(--border-dark)}.product-info__price strong{font-size:2rem;font-family:var(--font-serif);font-weight:600}.product-info__price s{color:var(--text-muted);font-size:1.25rem}.product-info__purchase-options{display:grid;gap:.75rem;margin:1.5rem 0}.purchase-option{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border:1.5px solid var(--border-dark);border-radius:4px;cursor:pointer;transition:border-color var(--transition)}.purchase-option:has(input:checked){border-color:var(--accent);background:#c9a86a0d}.purchase-option input{margin:0}.purchase-option__label{flex:1;font-weight:500}.purchase-option__label small{display:block;color:var(--text-muted);font-weight:400;font-size:.8125rem}.purchase-option__price{font-family:var(--font-serif);font-size:1.25rem;font-weight:600}.product-info__quantity{display:flex;align-items:center;gap:.75rem;margin:1.5rem 0}.qty-input{display:flex;align-items:center;border:1.5px solid var(--border-dark);border-radius:4px;overflow:hidden}.qty-input button{padding:.75rem 1rem}.qty-input input{width:50px;text-align:center;border:none;background:transparent;padding:.75rem 0;font:inherit}.product-info__features{margin:2rem 0;padding:1.5rem;background:var(--bg-light);border:1px solid var(--border-dark);border-radius:4px}.product-info__features li{padding:.5rem 0;font-size:.9375rem}.product-info__features li:before{content:"\2713  ";color:var(--accent);font-weight:700;margin-right:.5rem}.product-info__meta{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:1.5rem;font-size:.8125rem;color:var(--text-muted)}.product-info__meta span:before{content:"\2726  ";color:var(--accent)}.product-page__description{max-width:var(--container-narrow);margin:var(--space-6) auto 0;padding:0 var(--space-3)}.product-page__description h2{margin-bottom:1.5rem}.product-page__description p,.product-page__description li{font-size:1.0625rem;line-height:1.7;margin-bottom:1rem}.product-page__description ul,.product-page__description ol{padding-left:1.5rem;margin-bottom:1rem}.product-page__description ul li{list-style:disc}.product-page__description ol li{list-style:decimal}@media(max-width:768px){.product-page__inner{grid-template-columns:1fr}}.cart-page{padding:var(--space-5) 0;max-width:var(--container-narrow);margin:0 auto}.cart-page__inner{padding:0 var(--space-3)}.cart-page h1{margin-bottom:var(--space-4)}.cart-empty{text-align:center;padding:var(--space-6) 0}.cart-empty p{font-size:1.25rem;color:var(--text-muted);margin-bottom:2rem}.cart-item{display:grid;grid-template-columns:100px 1fr auto auto;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--border-dark);align-items:center}.cart-item__image{width:100px;height:100px;background:var(--bg-light);border:1px solid var(--border-dark);border-radius:4px;padding:.5rem}.cart-item__image img{width:100%;height:100%;object-fit:contain}.cart-item__title{font-family:var(--font-serif);font-size:1.25rem;margin-bottom:.25rem}.cart-item__variant{font-size:.875rem;color:var(--text-muted)}.cart-item__remove{font-size:.8125rem;color:var(--text-muted);text-decoration:underline;margin-top:.5rem}.cart-totals{margin-top:var(--space-4);padding:var(--space-4);background:var(--bg-light);border:1px solid var(--border-dark);border-radius:4px}.cart-totals__row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:1rem}.cart-totals__row.total{font-family:var(--font-serif);font-size:1.5rem;font-weight:600;border-top:1px solid var(--border-dark);margin-top:1rem;padding-top:1rem}.cart-totals__note{font-size:.8125rem;color:var(--text-muted);margin-top:1rem;text-align:center}@media(max-width:768px){.cart-item{grid-template-columns:80px 1fr;gap:1rem}.cart-item__image{width:80px;height:80px}.cart-item__price,.cart-item__qty{grid-column:2}}.page-template{padding:var(--space-6) 0;max-width:var(--container-narrow);margin:0 auto}.page-template__inner{padding:0 var(--space-3)}.page-template h1{margin-bottom:var(--space-4);text-align:center}.page-template__content{font-size:1.0625rem;line-height:1.8}.page-template__content p,.page-template__content ul,.page-template__content ol{margin-bottom:1.5rem}.page-template__content h2{margin:2.5rem 0 1rem}.page-template__content h3{margin:2rem 0 .75rem}.page-template__content a{color:var(--accent);text-decoration:underline}@media(prefers-reduced-motion:no-preference){.fade-in{animation:fadeIn .6s ease forwards;opacity:0}@keyframes fadeIn{to{opacity:1}}}@media print{.site-header,.site-footer,.announcement-bar{display:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/base.css.map */
