@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700;900&family=Outfit:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg-primary: #FAF7EE;--bg-surface: #FFFFFF;--bg-surface-elevated: #F1ECE0;--bg-card: #FFFFFF;--gold-primary: #B8860B;--gold-light: #F7E7B4;--gold-dark: #7A5904;--gold-gradient: linear-gradient(135deg, #B8860B 0%, #946B04 100%);--gold-gradient-hover: linear-gradient(135deg, #C99514 0%, #A37606 100%);--gold-glow: rgba(184, 134, 11, .25);--emerald-primary: #0C2E21;--emerald-accent: #134633;--emerald-light: #1E6B4E;--emerald-glow: rgba(19, 70, 51, .15);--text-main: #0B1713;--text-muted: #2E4038;--text-dark: #000000;--border-gold: rgba(184, 134, 11, .35);--border-subtle: rgba(12, 46, 33, .15);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-full: 9999px;--font-serif: "Cinzel", serif;--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--shadow-luxe: 0 12px 32px -8px rgba(12, 46, 33, .08), 0 2px 10px rgba(0, 0, 0, .04);--transition: all .3s cubic-bezier(.16, 1, .3, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;max-width:100%;overflow-x:hidden;background-color:var(--bg-primary);color:var(--text-main);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased}.container{width:100%;max-width:1160px;margin:0 auto;padding:0 20px;box-sizing:border-box}h1,h2,h3,h4,.font-heading{font-family:var(--font-heading);color:var(--emerald-primary);line-height:1.25;letter-spacing:-.01em;word-wrap:break-word;overflow-wrap:break-word}.gold-text{color:#946b04;background:linear-gradient(135deg,#a87b08,#7a5904);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:800;display:inline}.section-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:var(--radius-full);background:#b8860b1f;border:1.5px solid rgba(184,134,11,.4);color:#7a5904;font-size:.84rem;font-weight:800;letter-spacing:.03em;margin-bottom:16px;max-width:100%}.section-header{text-align:center;max-width:740px;margin:0 auto 40px}.section-title{font-size:clamp(1.8rem,4.5vw,2.5rem);font-weight:800;color:var(--emerald-primary);margin-bottom:12px}.section-subtitle{color:var(--text-muted);font-size:clamp(.98rem,2.5vw,1.1rem);font-weight:500;line-height:1.6}.announcement-bar{background:linear-gradient(90deg,#092218,#103828,#092218);border-bottom:1px solid rgba(184,134,11,.4);color:#fff;font-size:.82rem;font-weight:700;padding:10px 12px;text-align:center;letter-spacing:.03em}.announcement-bar .inner{display:flex;justify-content:center;align-items:center;gap:8px}.site-header{position:sticky;top:0;z-index:100;background:#faf7eef5;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-subtle);padding:14px 0}.header-inner{display:flex;align-items:center;justify-content:space-between}.logo-brand{text-decoration:none;display:flex;align-items:center;gap:12px}.logo-title{font-family:var(--font-serif);font-size:clamp(1.2rem,3.5vw,1.5rem);font-weight:900;letter-spacing:.05em;color:var(--emerald-primary);line-height:1.1}.logo-subtitle{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:#7a5904;font-weight:800}.nav-links{display:flex;gap:24px;list-style:none}.nav-links a{color:var(--text-muted);text-decoration:none;font-weight:700;font-size:.92rem;transition:var(--transition)}.nav-links a:hover{color:var(--emerald-primary)}.cart-icon-btn{background:#fff;border:1.5px solid var(--border-gold);color:var(--text-main);padding:8px 16px;border-radius:var(--radius-full);cursor:pointer;display:flex;align-items:center;gap:6px;font-weight:800;font-size:.88rem;box-shadow:0 2px 8px #0000000d;transition:var(--transition)}.cart-icon-btn:hover{border-color:var(--gold-primary);background:#faf2df;color:#7a5904}.cart-count-badge{background:var(--gold-primary);color:#fff;font-size:.75rem;font-weight:800;padding:2px 7px;border-radius:var(--radius-full)}.btn{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;font-family:var(--font-heading);font-weight:800;padding:15px 22px;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);border:none;text-align:center;box-sizing:border-box}.btn-gold{background:linear-gradient(135deg,#d4a322,#b8860b,#8f6602);color:#fff;box-shadow:0 6px 20px var(--gold-glow);text-shadow:0 1px 2px rgba(0,0,0,.2)}.btn-gold:hover{background:linear-gradient(135deg,#e0b236,#c49214,#9e7104);transform:translateY(-2px);box-shadow:0 10px 28px #b8860b73}.btn-outline{background:#fff;color:var(--emerald-primary);border:2px solid var(--emerald-primary)}.btn-outline:hover{background:var(--emerald-primary);color:#fff}.btn-block{width:100%}.btn-subtext{font-size:.76rem;font-weight:600;opacity:.95;margin-top:3px;line-height:1.2}.pulse-btn{animation:pulse-glow 2.5s infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 10px var(--gold-glow)}50%{box-shadow:0 0 24px #b8860b73}}.luxury-card{background:var(--bg-card);border:1.5px solid rgba(184,134,11,.3);border-radius:var(--radius-lg);padding:28px;position:relative;box-shadow:var(--shadow-luxe);transition:var(--transition);box-sizing:border-box}.luxury-card:hover{border-color:var(--gold-primary);transform:translateY(-3px);box-shadow:0 18px 40px -10px #0c2e211f}.hero-section{position:relative;padding:55px 0 75px;background:radial-gradient(circle at 50% 15%,#b8860b1f,#faf7ee00 70%)}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}.hero-content h1{font-size:clamp(2.1rem,5.5vw,3.3rem);line-height:1.15;margin-bottom:18px;color:var(--emerald-primary)}.hero-description{font-size:clamp(1.02rem,2.5vw,1.18rem);color:var(--text-muted);font-weight:500;margin-bottom:24px;line-height:1.65}.hero-badges-list{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.trust-item-pill{display:flex;align-items:center;gap:8px;background:#fff;border:1.5px solid rgba(12,46,33,.15);padding:7px 15px;border-radius:var(--radius-full);font-size:.84rem;font-weight:700;color:var(--text-main);box-shadow:0 2px 6px #0000000a}.trust-item-pill svg{color:#b8860b;width:16px;height:16px;flex-shrink:0}.hero-cta-group{display:flex;gap:14px;align-items:center;margin-bottom:24px}.hero-social-proof{display:flex;align-items:center;gap:12px}.products-showcase-section{padding:75px 0;background:var(--bg-surface-elevated)}.dual-products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.product-card{display:flex;flex-direction:column;justify-content:space-between}.card-badge-wrapper{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.pill-badge{font-size:.76rem;font-weight:800;padding:4px 11px;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em}.pill-gold{background:#b8860b26;border:1.5px solid rgba(184,134,11,.35);color:#7a5904}.pill-emerald{background:#0c2e211a;border:1.5px solid rgba(12,46,33,.25);color:var(--emerald-primary)}.card-image-container{width:100%;height:320px;border-radius:var(--radius-md);background:#eae4d3;display:flex;align-items:center;justify-content:center;margin-bottom:20px;border:1px solid var(--border-subtle);overflow:hidden;position:relative}.card-img{width:100%;height:100%;object-fit:cover}.star-rating{display:flex;align-items:center;gap:3px;color:#b8860b;margin-bottom:10px;flex-wrap:wrap}.rating-text{color:var(--text-muted);font-size:.84rem;margin-left:6px;font-weight:600}.card-title{font-size:clamp(1.35rem,3.5vw,1.6rem);margin-bottom:10px;color:var(--emerald-primary)}.card-title a{color:var(--emerald-primary);text-decoration:none}.card-description{color:var(--text-muted);font-size:.94rem;font-weight:500;margin-bottom:18px;line-height:1.6}.card-pricing{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px;margin-bottom:20px}.price-val{font-size:2.2rem;font-weight:900;color:var(--emerald-primary);font-family:var(--font-heading)}.price-old{font-size:1.2rem;color:#718096;text-decoration:line-through;font-weight:600}.badge-discount{background:#dc26261f;border:1.5px solid rgba(220,38,38,.3);color:#c53030;font-size:.8rem;font-weight:800;padding:3px 9px;border-radius:var(--radius-sm)}.bundle-section{padding:75px 0;background:var(--bg-primary)}.bundle-box{background:linear-gradient(135deg,#092218,#103828,#081d14);color:#fff;border:2px solid var(--gold-primary);border-radius:var(--radius-lg);padding:42px;box-shadow:0 16px 36px #0922184d;display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center}.bundle-box h2{color:#fff!important}.bundle-box p{color:#e2e8f0!important}.bundle-box .section-tag{background:#f7e7b433!important;border-color:#f7e7b4!important;color:#f7e7b4!important}.bundle-box .luxury-card{background:#fff!important;border-color:var(--gold-primary)!important}.bundle-box .luxury-card .price-val{color:#0c2e21!important}.bundle-features{list-style:none;margin:20px 0}.bundle-features li{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:.96rem;color:#f0fdf4!important}.bundle-features li strong{color:#fff!important}.bundle-features li svg{color:#f7e7b4;flex-shrink:0;margin-top:3px}.usage-section{padding:80px 0;background:#fff}.usage-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.step-circle{background:#b8860b26;color:#7a5904;font-weight:900;font-size:1.05rem;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-emerald{background:#0c2e211f;color:var(--emerald-primary)}.story-section{padding:80px 0;background:var(--bg-surface-elevated)}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.story-card-art{background:#fff;border-radius:var(--radius-lg);border:1.5px solid var(--border-gold);padding:30px;position:relative;box-shadow:var(--shadow-luxe)}.ancient-badge{position:absolute;top:-13px;right:20px;background:linear-gradient(135deg,#d4a322,#b8860b);color:#fff;font-weight:800;font-size:.74rem;padding:4px 12px;border-radius:var(--radius-full)}.pillars-section{padding:75px 0;background:#fff}.pillars-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.pillar-item{background:var(--bg-primary);border:1.5px solid rgba(12,46,33,.12);border-radius:var(--radius-md);padding:26px 18px;text-align:center;transition:var(--transition)}.pillar-item:hover{border-color:var(--gold-primary);transform:translateY(-3px);background:#fff;box-shadow:var(--shadow-luxe)}.pillar-icon{width:50px;height:50px;border-radius:50%;background:#b8860b26;color:#b8860b;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.pillar-title{font-size:1.08rem;font-weight:800;color:var(--emerald-primary);margin-bottom:6px}.pillar-desc{font-size:.88rem;font-weight:500;color:var(--text-muted)}.testimonials-section{padding:80px 0;background:var(--bg-surface-elevated)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.review-card{background:#fff;border:1.5px solid rgba(12,46,33,.12);border-radius:var(--radius-md);padding:24px;box-shadow:0 4px 16px #0000000a;display:flex;flex-direction:column;justify-content:space-between}.review-quote{font-style:italic;font-size:.95rem;color:#1a202c;font-weight:500;margin:12px 0;line-height:1.65}.reviewer-meta{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border-subtle);padding-top:12px;font-size:.84rem}.reviewer-name{font-weight:800;color:var(--emerald-primary)}.reviewer-location{color:#1e6b4e;font-weight:700}.faq-section{padding:75px 0;background:#fff}.faq-list{max-width:760px;margin:0 auto}.faq-item{background:var(--bg-primary);border:1.5px solid rgba(12,46,33,.12);border-radius:var(--radius-md);margin-bottom:12px;overflow:hidden}.faq-item.active{border-color:var(--border-gold);background:#fff}.faq-question{width:100%;padding:16px 20px;background:none;border:none;color:var(--emerald-primary);font-family:var(--font-heading);font-size:1rem;font-weight:800;text-align:left;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-toggle-icon{font-size:1.3rem;color:#b8860b;transition:transform .3s ease;flex-shrink:0;margin-left:10px;font-weight:900}.faq-item.active .faq-toggle-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease-out;padding:0 20px;color:var(--text-muted);font-size:.94rem;font-weight:500;line-height:1.65}.faq-item.active .faq-answer{max-height:250px;padding-bottom:16px}.site-footer{background:#091f16;color:#e2e8f0;border-top:2px solid var(--gold-primary);padding:55px 0 25px}.site-footer .logo-title{color:#fff!important;font-weight:900!important;font-size:1.45rem!important;text-shadow:0 2px 4px rgba(0,0,0,.6)!important}.site-footer .logo-subtitle{color:#f7e7b4!important;font-weight:800!important;letter-spacing:.16em!important}.footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1.2fr;gap:32px;margin-bottom:35px}.footer-desc{color:#cbd5e0;font-size:.9rem;margin-top:10px;max-width:380px;line-height:1.6}.footer-heading{font-size:1.05rem;font-weight:800;color:#f7e7b4;margin-bottom:14px}.footer-links{list-style:none}.footer-links li{margin-bottom:8px}.footer-links a{color:#e2e8f0;text-decoration:none;font-size:.9rem;font-weight:600;transition:var(--transition)}.footer-links a:hover{color:#f7e7b4}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;display:flex;justify-content:space-between;align-items:center;font-size:.84rem;color:#a0aec0;flex-wrap:wrap;gap:14px}.cart-drawer-overlay,.policy-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:998;opacity:0;visibility:hidden;transition:var(--transition)}.cart-drawer-overlay.open,.policy-modal-overlay.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:-100%;width:100%;max-width:400px;height:100%;background:#fff;border-left:2px solid var(--border-gold);z-index:999;padding:24px;display:flex;flex-direction:column;justify-content:space-between;transition:right .35s cubic-bezier(.16,1,.3,1);box-sizing:border-box}.cart-drawer.open{right:0}.cart-drawer-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid var(--border-subtle)}.cart-drawer-header h3{color:var(--emerald-primary);font-weight:800}.close-drawer-btn{background:none;border:none;color:#2d3748;font-size:1.5rem;cursor:pointer}.cart-drawer-items{flex-grow:1;overflow-y:auto;padding:16px 0}.cart-drawer-footer{border-top:1px solid var(--border-subtle);padding-top:16px}.cart-total-row{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:900;color:var(--emerald-primary);margin-bottom:14px}.policy-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);width:90%;max-width:650px;max-height:85vh;background:#fff;border:2px solid var(--gold-primary);border-radius:var(--radius-lg);box-shadow:0 20px 50px #0003;z-index:999;padding:30px;overflow-y:auto;opacity:0;visibility:hidden;transition:var(--transition)}.policy-modal.open{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.policy-modal-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-subtle);padding-bottom:14px;margin-bottom:18px}.policy-modal-title{color:var(--emerald-primary);font-size:1.4rem;font-weight:800}.policy-modal-content{color:var(--text-muted);font-size:.94rem;line-height:1.65;font-weight:500}.policy-modal-content h4{color:var(--emerald-primary);margin:14px 0 6px;font-size:1.05rem;font-weight:800}@media(max-width:992px){.hero-grid,.bundle-box,.story-grid,.usage-grid,.dual-products-grid,.testimonials-grid,.footer-grid{grid-template-columns:1fr!important;gap:30px!important}.pillars-grid{grid-template-columns:repeat(2,1fr)!important}.desktop-nav{display:none}.bundle-box{padding:28px 20px}}@media(max-width:640px){.container{padding:0 16px}.pillars-grid{grid-template-columns:1fr!important}.hero-cta-group{flex-direction:column;width:100%}.hero-cta-group .btn{width:100%}.luxury-card{padding:20px 16px}.bundle-box{padding:22px 14px}.announcement-bar{font-size:.72rem}.footer-bottom{flex-direction:column;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/theme.css.map */
