*{box-sizing:border-box;margin:0;padding:0}
*:focus{outline:0 !important}
html{font-size:17px;scroll-behavior:smooth}
body{font-family:"athelas",serif;font-size:17px;color:#2b2b2b;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff}
a{color:#714d47;text-decoration:none;transition:all .3s ease-in-out}
a:hover{opacity:.75}
img{max-width:100%;vertical-align:top}
ul{list-style:none}
p,li{line-height:1.8}
h1,h2,h3,h4{font-family:"Cormorant Garamond",serif;font-weight:400;line-height:1.25}
button{font-family:inherit;cursor:pointer}
.req{color:#b5453a}
.js-hide{display:none}

.btn-primary{display:inline-block;padding:14px 32px;background:#714d47;color:#fff;border:1px solid #714d47;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;text-decoration:none !important;cursor:pointer;transition:all .3s ease-in-out;font-family:"athelas",serif;line-height:1}
.btn-primary:hover{background:transparent;color:#714d47;opacity:1}
.btn-outline{display:inline-block;padding:13px 30px;background:transparent;color:#714d47;border:1px solid #714d47;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;text-decoration:none !important;cursor:pointer;transition:all .3s ease-in-out;font-family:"athelas",serif;line-height:1}
.btn-outline:hover{background:#714d47;color:#fff;opacity:1}
.btn-text{background:none;border:none;color:#714d47;font-size:14px;text-decoration:underline;padding:0;font-family:inherit}

.siteHeader{position:fixed;top:0;left:0;width:100%;z-index:100;transition:all .4s ease;padding:28px 0 20px}
.siteHeader.scrolled{background:rgba(255,255,255,.97);box-shadow:0 1px 0 rgba(0,0,0,.06);padding:14px 0 12px}
.hdr-inner{max-width:1200px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between}
.hdr-logo img{height:38px;width:auto;transition:all .3s}
.siteHeader.scrolled .hdr-logo img{height:32px}
.hdr-nav ul{display:flex;gap:36px}
.hdr-nav ul li a{font-size:13px;text-transform:uppercase;letter-spacing:1.5px;color:#fff;font-weight:600;transition:all .3s}
.siteHeader.scrolled .hdr-nav ul li a{color:#2b2b2b}
.hdr-nav ul li a:hover{opacity:.6}
.hdr-cart{position:relative;background:none;border:none;padding:0;color:#fff;transition:color .3s}
.siteHeader.scrolled .hdr-cart{color:#2b2b2b}
.hdr-cart .material-symbols-outlined{font-size:26px}
.cart-badge{position:absolute;top:-6px;right:-8px;background:#714d47;color:#fff;font-size:11px;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}
.hdr-burger{display:none;background:none;border:none;width:28px;height:20px;position:relative;flex-direction:column;justify-content:space-between}
.hdr-burger span{display:block;width:100%;height:2px;background:#fff;transition:all .3s}
.siteHeader.scrolled .hdr-burger span{background:#2b2b2b}

.hero{position:relative;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.hero-img{position:absolute;inset:0}
.hero-img img{width:100%;height:100%;object-fit:cover}
.hero-img::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,.4)}
.hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding:0 24px;max-width:700px}
.hero-sub{font-size:12px;text-transform:uppercase;letter-spacing:3px;margin-bottom:28px;opacity:.8}
.hero h1{font-size:3.8rem;margin-bottom:32px;color:#fff;font-weight:400}
.hero-desc{font-size:1.05rem;margin-bottom:48px;opacity:.9;line-height:1.7}
.hero .btn-primary{background:transparent;border-color:#fff;color:#fff}
.hero .btn-primary:hover{background:#fff;color:#2b2b2b}

.sec-header{text-align:center;margin-bottom:72px}
.sec-header h2{font-size:2.4rem}

.trust-section{padding:140px 24px 120px;max-width:1100px;margin:0 auto}
.trust-wrap{display:flex;gap:80px;align-items:center}
.trust-story{flex:1.2}
.trust-label{font-size:12px;text-transform:uppercase;letter-spacing:2px;color:#714d47;display:block;margin-bottom:24px}
.trust-story blockquote{font-family:"Cormorant Garamond",serif;font-size:1.45rem;line-height:1.65;color:#333;font-style:italic;margin:0;padding:0;border:none}
.trust-author{margin-top:24px;font-size:15px;color:#888}
.trust-photo{flex:0.8;overflow:hidden}
.trust-photo img{width:100%;height:460px;object-fit:cover}

.products-section{padding:130px 24px 140px;max-width:1100px;margin:0 auto}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.product-card{border:1px solid #ebe6e1;transition:all .3s}
.product-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.06)}
.product-img{overflow:hidden;aspect-ratio:1/1;background:#faf8f6}
.product-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.product-card:hover .product-img img{transform:scale(1.04)}
.product-info{padding:28px 24px 32px}
.product-info h3{font-size:1.15rem;margin-bottom:10px;font-family:"Cormorant Garamond",serif;font-weight:600}
.product-desc{font-size:14px;color:#777;margin-bottom:20px;line-height:1.6}
.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}
.product-price{font-family:"Cormorant Garamond",serif;font-size:1.55rem;color:#714d47;font-weight:600}
.btn-cart{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;background:#714d47;color:#fff;border:1px solid #714d47;font-size:13px;font-weight:600;transition:all .3s;font-family:inherit;white-space:nowrap}
.btn-cart .material-symbols-outlined{font-size:18px}
.btn-cart:hover{background:transparent;color:#714d47}

.vacancy-section{padding:100px 24px;background:#faf8f6}
.vacancy-inner{max-width:680px;margin:0 auto;text-align:center}
.vacancy-text h2{font-size:2.2rem;margin-bottom:22px}
.vacancy-text p{font-size:1rem;color:#555;margin-bottom:36px;line-height:1.8}

.blog-section{padding:130px 24px 120px;max-width:1100px;margin:0 auto}
.blog-row{display:flex;gap:60px;align-items:center;margin-bottom:80px}
.blog-row:last-child{margin-bottom:0}
.blog-row--flip{flex-direction:row-reverse}
.blog-img{flex:0 0 45%;overflow:hidden}
.blog-img img{width:100%;height:340px;object-fit:cover}
.blog-content{flex:1}
.blog-date{font-size:13px;color:#999;letter-spacing:1px;display:block;margin-bottom:12px}
.blog-content h3{font-size:1.6rem;margin-bottom:16px;font-family:"Cormorant Garamond",serif}
.blog-content p{font-size:15px;color:#555;line-height:1.85}

.reviews-section{padding:120px 24px 130px;max-width:1100px;margin:0 auto}
.review-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px 50px}
.review-card{padding:36px 32px 28px;border:1px solid #ebe6e1;position:relative}
.review-stars{color:#714d47;font-size:16px;margin-bottom:16px;letter-spacing:2px}
.review-text{font-size:15px;line-height:1.8;color:#444;margin-bottom:20px;font-style:italic}
.review-name{font-size:13px;color:#999;letter-spacing:1px;text-transform:uppercase}
.review-product-img{position:absolute;bottom:24px;right:24px;width:56px;height:56px;overflow:hidden;border:1px solid #ebe6e1}
.review-product-img img{width:100%;height:100%;object-fit:cover}

.faq-section{padding:110px 24px 130px;max-width:760px;margin:0 auto}
.faq-list{border-top:1px solid #e0d9d4}
.faq-item{border-bottom:1px solid #e0d9d4}
.faq-q{width:100%;background:none;border:none;padding:22px 0;display:flex;justify-content:space-between;align-items:center;font-size:1rem;text-align:left;color:#2b2b2b;font-family:"athelas",serif;line-height:1.5}
.faq-q:hover{color:#714d47}
.faq-icon{transition:transform .3s;font-size:22px;color:#714d47}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}
.faq-item.open .faq-a{max-height:300px;padding-bottom:22px}
.faq-a p{font-size:15px;color:#666;line-height:1.8}

.contact-section{padding:120px 24px 140px;background:#faf8f6}
.contact-wrap{max-width:1000px;margin:0 auto;display:flex;gap:80px}
.contact-left{flex:0 0 38%}
.contact-left h2{font-size:2.2rem;margin-bottom:18px}
.contact-left > p{font-size:15px;color:#666;margin-bottom:36px;line-height:1.8}
.contact-info-block{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px;font-size:14px;color:#555}
.contact-info-block .material-symbols-outlined{font-size:20px;color:#714d47;margin-top:1px}
.contact-right{flex:1}
.form-row{margin-bottom:22px;position:relative}
.form-row label{display:block;font-size:14px;margin-bottom:6px;color:#555}
.form-row input,.form-row textarea{width:100%;font-family:"athelas",serif;font-size:15px;padding:10px 14px;border:1px solid #d4ccc7;background:#fff;border-radius:0;transition:border-color .3s;appearance:none}
.form-row input:focus,.form-row textarea:focus{border-color:#714d47}
.form-row textarea{resize:vertical}
.field-err{font-size:12px;color:#b5453a;display:block;min-height:16px;margin-top:3px}
.has-error input,.has-error textarea{border-color:#b5453a}
.cb-label{display:flex;align-items:center;gap:8px;font-size:14px;color:#555;cursor:pointer}
.cb-label input[type=checkbox]{width:14px;height:14px;accent-color:#714d47}
.btn-submit{width:100%;margin-top:6px}
.order-submit-btn{width:100%;margin-top:18px}

.site-footer{background:#1c1210;color:#b8a99f;padding:80px 24px 40px}
.footer-inner{max-width:1000px;margin:0 auto}
.footer-top{text-align:center;margin-bottom:60px}
.footer-logo img{height:30px;width:auto;filter:brightness(10);margin-bottom:12px}
.footer-tagline{font-size:14px;color:#8a7a70;letter-spacing:1px}
.footer-mid{display:flex;justify-content:center;gap:100px;margin-bottom:60px}
.footer-col-title{display:block;font-size:12px;text-transform:uppercase;letter-spacing:2px;color:#fff;margin-bottom:18px}
.footer-col ul li{margin-bottom:10px}
.footer-col ul li a{font-size:14px;color:#8a7a70;transition:color .3s}
.footer-col ul li a:hover{color:#fff;opacity:1}
.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.08);padding-top:28px}
.footer-bottom p{font-size:13px;color:#5a4e48}

.cart-overlay{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s}
.cart-overlay.open{opacity:1;visibility:visible}
.cart-popup{background:#fff;width:94%;max-width:680px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 24px 64px rgba(0,0,0,.15)}
.cart-header{display:flex;justify-content:space-between;align-items:center;padding:28px 32px 20px;border-bottom:1px solid #ebe6e1}
.cart-header h2{font-size:1.5rem;font-family:"Cormorant Garamond",serif}
.cart-close{background:none;border:none;color:#2b2b2b;padding:0}
.cart-close .material-symbols-outlined{font-size:24px}
.cart-body{flex:1;overflow-y:auto;padding:24px 32px}
.cart-empty{text-align:center;color:#999;padding:40px 0}
.cart-item{display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid #f0ece8}
.cart-item:last-child{border-bottom:none}
.cart-item img{width:64px;height:64px;object-fit:cover;flex-shrink:0}
.cart-item-info{flex:1;min-width:0}
.cart-item-name{display:block;font-size:14px;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cart-item-price{font-size:13px;color:#888}
.cart-item-controls{display:flex;align-items:center;gap:8px}
.cart-item-controls button{background:none;border:1px solid #d4ccc7;width:28px;height:28px;display:flex;align-items:center;justify-content:center;padding:0;transition:all .2s}
.cart-item-controls button:hover{border-color:#714d47}
.cart-item-controls .material-symbols-outlined{font-size:16px}
.cart-item-qty{font-size:14px;min-width:24px;text-align:center;font-weight:600}
.cart-item-remove{background:none;border:none;color:#bbb;padding:0;transition:color .2s}
.cart-item-remove:hover{color:#b5453a}
.cart-item-remove .material-symbols-outlined{font-size:20px}
.cart-footer{padding:20px 32px 28px;border-top:1px solid #ebe6e1}
.cart-total{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:600;margin-bottom:20px;font-family:"Cormorant Garamond",serif}
.cart-actions{display:flex;justify-content:space-between;align-items:center}

.modal-overlay{position:fixed;inset:0;z-index:210;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s}
.modal-overlay.open{opacity:1;visibility:visible}
.modal-box{background:#fff;width:94%;max-width:520px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 64px rgba(0,0,0,.15)}
.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 28px 16px;border-bottom:1px solid #ebe6e1}
.modal-header h3{font-size:1.3rem;font-family:"Cormorant Garamond",serif}
.modal-header button{background:none;border:none;color:#2b2b2b;padding:0}
.modal-body{padding:24px 28px 32px}
.order-items{margin-bottom:16px}
.order-line{display:flex;justify-content:space-between;padding:8px 0;font-size:14px;border-bottom:1px solid #f0ece8}
.order-total-line{display:flex;justify-content:space-between;padding:12px 0 24px;font-size:16px;border-bottom:1px solid #e0d9d4;margin-bottom:24px}

.thankyou-popup{position:fixed;inset:0;z-index:220;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s}
.thankyou-popup.open{opacity:1;visibility:visible}
.thankyou-box{background:#fff;padding:48px 40px;text-align:center;max-width:420px;width:90%;box-shadow:0 24px 64px rgba(0,0,0,.12)}
.thankyou-icon{font-size:48px;color:#714d47;display:block;margin-bottom:16px}
.thankyou-box p{font-size:15px;margin-bottom:28px;line-height:1.7;color:#444}

.gdpr-banner{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:180;width:94%;max-width:780px;background:#fff;box-shadow:0 4px 24px rgba(0,0,0,.12);border:1px solid #ebe6e1;border-radius:6px;padding:24px 28px;display:none}
.gdpr-banner.active{display:block}
.gdpr-inner{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.gdpr-text{flex:1;min-width:280px}
.gdpr-text p{font-size:14px;color:#555;line-height:1.6;margin:0}
.gdpr-text a{color:#714d47;text-decoration:underline}
.gdpr-buttons{display:flex;gap:10px;flex-shrink:0}
.gdpr-btn{padding:10px 20px;font-size:13px;font-weight:600;cursor:pointer;border-radius:3px;transition:all .3s;font-family:inherit;letter-spacing:.3px}
.gdpr-accept{background:#714d47;color:#fff;border:1px solid #714d47}
.gdpr-accept:hover{background:#5c4947}
.gdpr-decline{background:transparent;color:#714d47;border:1px solid #d4ccc7}
.gdpr-decline:hover{border-color:#714d47}
.gdpr-settings{background:transparent;color:#888;border:1px solid #d4ccc7}
.gdpr-settings:hover{color:#714d47;border-color:#714d47}

.gdpr-settings-panel{position:fixed;inset:0;z-index:190;background:rgba(0,0,0,.4);display:none;align-items:center;justify-content:center}
.gdpr-settings-panel.active{display:flex}
.gdpr-settings-box{background:#fff;width:94%;max-width:480px;box-shadow:0 24px 64px rgba(0,0,0,.12);border-radius:6px;overflow:hidden}
.gdpr-settings-header{display:flex;justify-content:space-between;align-items:center;padding:22px 24px 16px;border-bottom:1px solid #ebe6e1}
.gdpr-settings-header h3{font-size:1.1rem;font-family:"Cormorant Garamond",serif}
.gdpr-settings-header button{background:none;border:none;color:#2b2b2b;padding:0}
.gdpr-settings-body{padding:20px 24px}
.gdpr-opt{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #f0ece8}
.gdpr-opt:last-child{border-bottom:none}
.gdpr-opt-info{flex:1;padding-right:20px}
.gdpr-opt-info strong{font-size:14px;display:block;margin-bottom:4px}
.gdpr-opt-info p{font-size:13px;color:#888;margin:0;line-height:1.5}
.gdpr-always-on{font-size:12px;color:#999;white-space:nowrap}
.gdpr-toggle{position:relative;width:44px;height:24px;display:inline-block;flex-shrink:0}
.gdpr-toggle input{opacity:0;width:0;height:0;position:absolute}
.gdpr-slider{position:absolute;inset:0;background:#d4ccc7;border-radius:24px;cursor:pointer;transition:all .3s}
.gdpr-slider::before{content:'';position:absolute;height:18px;width:18px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:all .3s}
.gdpr-toggle input:checked+.gdpr-slider{background:#714d47}
.gdpr-toggle input:checked+.gdpr-slider::before{transform:translateX(20px)}
.gdpr-settings-footer{padding:16px 24px;border-top:1px solid #ebe6e1;text-align:right}

.pg-sub{padding-top:80px}
.subpage-hero{text-align:center;padding:90px 24px 70px;border-bottom:1px solid #ebe6e1}
.subpage-hero h1{font-size:2.6rem;margin-bottom:10px}
.subpage-hero p{font-size:15px;color:#888;letter-spacing:1px}
.legal-content{padding:70px 24px 100px}
.legal-inner{max-width:740px;margin:0 auto}
.legal-updated{font-size:13px;color:#999;margin-bottom:44px;letter-spacing:.5px}
.legal-inner h2{font-size:1.3rem;margin:42px 0 14px;font-family:"Cormorant Garamond",serif;color:#2b2b2b;font-weight:600}
.legal-inner h3{font-size:1.05rem;margin:28px 0 10px;font-family:"Cormorant Garamond",serif;font-weight:600}
.legal-inner p{font-size:15px;color:#444;line-height:1.85;margin-bottom:16px}
.legal-inner a{color:#714d47;text-decoration:underline}
.vacancy-block{padding:80px 24px 90px}
.vacancy-block--alt{background:#faf8f6;padding:90px 24px 80px}
.vacancy-block-inner{max-width:1060px;margin:0 auto;display:flex;gap:60px;align-items:center}
.vacancy-block-inner--flip{flex-direction:row-reverse}
.vacancy-block-text{flex:1}
.vacancy-block-text h2{font-size:2rem;margin-bottom:20px}
.vacancy-block-text p{font-size:15px;color:#444;line-height:1.85;margin-bottom:16px}
.vacancy-block-text strong{color:#2b2b2b}
.vacancy-block-img{flex:0 0 38%;overflow:hidden}
.vacancy-block-img img{width:100%;height:380px;object-fit:cover}
.hp-label{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px}

@media(max-width:900px){
.hdr-nav{display:none;position:fixed;inset:0;background:rgba(28,18,16,.97);z-index:999;flex-direction:column;align-items:center;justify-content:center}
.hdr-nav.open{display:flex}
.hdr-nav ul{flex-direction:column;align-items:center;gap:28px}
.hdr-nav ul li a{color:#fff !important;font-size:18px}
.hdr-burger{display:flex}
.trust-wrap{flex-direction:column;gap:48px}
.trust-photo img{height:320px}
.product-grid{grid-template-columns:1fr 1fr;gap:24px}
.blog-row,.blog-row--flip{flex-direction:column;gap:28px}
.blog-img img{height:260px}
.review-grid{grid-template-columns:1fr;gap:24px}
.contact-wrap{flex-direction:column;gap:40px}
.footer-mid{flex-direction:column;gap:32px;align-items:center;text-align:center}
.vacancy-block-inner,.vacancy-block-inner--flip{flex-direction:column;gap:32px}
.vacancy-block-img{width:100%}
.vacancy-block-img img{height:260px}
}

@media(max-width:600px){
body{font-size:4.2vw}
.hero h1{font-size:2.4rem}
.hero-content{padding:0 20px}
.sec-header h2{font-size:1.8rem}
.sec-header{margin-bottom:48px}
.trust-section{padding:80px 20px 70px}
.trust-story blockquote{font-size:1.15rem}
.products-section{padding:80px 20px}
.product-grid{grid-template-columns:1fr;gap:20px}
.vacancy-section{padding:70px 20px}
.blog-section{padding:80px 20px}
.reviews-section{padding:80px 20px}
.faq-section{padding:70px 20px}
.contact-section{padding:80px 20px}
.cart-popup{width:100%;height:100%;max-height:100vh}
.cart-header{padding:20px}
.cart-body{padding:16px 20px}
.cart-footer{padding:16px 20px}
.gdpr-banner{bottom:12px;padding:18px 20px;border-radius:4px}
.gdpr-inner{flex-direction:column;gap:16px}
.gdpr-buttons{width:100%;justify-content:stretch}
.gdpr-btn{flex:1;text-align:center;padding:10px 12px}
.subpage-hero{padding:60px 20px 50px}
.subpage-hero h1{font-size:1.9rem}
.legal-content{padding:48px 20px 70px}
.vacancy-block{padding:50px 20px 60px}
.vacancy-block--alt{padding:60px 20px 50px}
}
