:root{--bg:#faf7f2;--bg2:#f3ede3;--bg3:#ece4d6;--surface:#fff;--dark:#1a1610;--dark2:#2c2519;--dark3:#3d3326;--border-w:#ddd5c4;--border-dark:#c8bc9e;--spice:#b85c1a;--spice2:#d4763a;--gold:#c9973a;--gold2:#e0b45a;--text-w:#2c2519;--muted-w:#7a6e5e;--light:#a89880;--fd:var(--font-playfair),"Playfair Display",Georgia,serif;--fb:var(--font-outfit),"Outfit",system-ui,sans-serif}.w-nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-w);background:#faf7f2f2;justify-content:space-between;align-items:center;height:68px;padding:0 5%;display:flex;position:sticky;top:0}.nav-logo{font-family:var(--fd);color:var(--text-w);font-size:1.25rem;font-weight:700;text-decoration:none}.nav-logo span{color:var(--spice)}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--muted-w);letter-spacing:.05em;text-transform:uppercase;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--spice)}.btn-wa-nav{background:var(--spice);color:#fff;font-family:var(--fb);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:.5rem;padding:.5rem 1.4rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.btn-wa-nav:hover{background:var(--spice2)}.btn-wa-nav svg{fill:#fff;flex-shrink:0;width:14px;height:14px}.btn-wa{background:var(--spice);color:#fff;font-family:var(--fb);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:.6rem;padding:1rem 2.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.btn-wa:hover{background:var(--spice2)}.btn-wa svg{fill:#fff;flex-shrink:0;width:18px;height:18px}.hero{grid-template-columns:1fr 1fr;min-height:520px;display:grid}.hero-left{background:var(--surface);flex-direction:column;justify-content:center;padding:6% 5%;display:flex}.hero-right{background:var(--dark);flex-direction:column;justify-content:center;align-items:center;padding:5%;display:flex;position:relative;overflow:hidden}.hero-right:before{content:"";background:radial-gradient(70% 60% at 70% 30%,#b85c1a2e 0%,#0000 60%);position:absolute;inset:0}.hero-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--spice);align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:.72rem;font-weight:600;display:flex}.hero-eyebrow:before{content:"";background:var(--spice);width:2rem;height:1px;display:inline-block}.hero h1{font-family:var(--fd);color:var(--text-w);margin-bottom:1.5rem;font-size:clamp(2.4rem,4vw,3.8rem);font-weight:800;line-height:1.08}.hero h1 em{color:var(--spice);font-style:italic}.hero-sub{color:var(--muted-w);max-width:500px;margin-bottom:2.25rem;font-size:1rem;font-weight:300;line-height:1.75}.hero-stats{border-top:1px solid var(--border-w);grid-template-columns:repeat(4,auto);gap:2rem;width:fit-content;margin-top:2.25rem;padding-top:1.75rem;display:grid}.stat-num{font-family:var(--fd);color:var(--spice);margin-bottom:.2rem;font-size:2rem;font-weight:700;line-height:1}.stat-lbl{color:var(--light);text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:500}.video-wrap{z-index:1;width:100%;max-width:400px;position:relative}.video-thumb{aspect-ratio:16/9;border:1px solid var(--dark3);cursor:pointer;background:#0d0b09;justify-content:center;align-items:center;width:100%;display:flex}.play-btn{background:#b85c1acc;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:background .2s;display:flex}.play-btn:hover{background:#b85c1a}.play-btn svg{fill:#fff;width:18px;height:18px;margin-left:3px}.video-caption{color:#5a4e3e;text-align:center;letter-spacing:.04em;margin-top:.75rem;font-size:11px}.video-stats{z-index:1;justify-content:center;gap:2rem;margin-top:1.5rem;display:flex;position:relative}.vs-item{text-align:center}.vs-num{font-family:var(--fd);color:var(--gold);font-size:1.6rem;font-weight:700;line-height:1}.vs-lbl{color:#5a4e3e;text-transform:uppercase;letter-spacing:.07em;margin-top:2px;font-size:10px}.tags-bar{background:var(--bg2);border-bottom:1px solid var(--border-w);padding:1.5rem 5%}.tags-bar-label{letter-spacing:.15em;text-transform:uppercase;color:var(--muted-w);margin-bottom:.6rem;font-size:.7rem;font-weight:600}.tags-wrap{flex-wrap:wrap;gap:.5rem;display:flex}.ptag{border:1px solid var(--border-dark);background:var(--surface);color:var(--muted-w);align-items:center;gap:.4rem;padding:.35rem .9rem;font-size:.82rem;display:inline-flex}.ptag svg{width:14px;height:14px;stroke:var(--spice);fill:none;stroke-width:2px;flex-shrink:0}.ticker-wrap{background:var(--dark);padding:.9rem 0;overflow:hidden}.ticker-track{white-space:nowrap;animation:50s linear infinite ticker;display:flex}.ticker-track:hover{animation-play-state:paused}.ticker-item{letter-spacing:.1em;text-transform:uppercase;color:#7a6e5e;align-items:center;gap:1rem;padding:0 2.5rem;font-size:.78rem;font-weight:500;display:inline-flex}.ticker-item strong{color:var(--gold)}.td{background:var(--spice);border-radius:50%;flex-shrink:0;width:3px;height:3px;margin-left:1rem;display:inline-block}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.pad{padding:6rem 5%}.pad.alt{background:var(--bg2)}.pad.dark{background:var(--dark)}.two-col{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.section-label{letter-spacing:.2em;text-transform:uppercase;color:var(--spice);margin-bottom:.75rem;font-size:.72rem;font-weight:600}h2.section-title{font-family:var(--fd);color:var(--text-w);max-width:760px;margin-bottom:1rem;font-size:clamp(1.9rem,3.5vw,3rem);font-weight:700;line-height:1.15}h2.section-title em{color:var(--spice);font-style:italic}.section-sub{color:var(--muted-w);max-width:560px;margin-bottom:3rem;font-size:1rem;font-weight:300;line-height:1.75}.body-text{color:var(--muted-w);margin-bottom:1.25rem;font-size:.95rem;font-weight:300;line-height:1.8}.page-hero{background:var(--dark);padding:5rem 5% 4rem;position:relative;overflow:hidden}.page-hero:before{content:"";background:radial-gradient(60% 60% at 80%,#b85c1a1f 0%,#0000 60%);position:absolute;inset:0}.page-hero-label{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);z-index:1;margin-bottom:1rem;font-size:.72rem;font-weight:600;position:relative}.page-hero h1{font-family:var(--fd);color:#f0e8d8;z-index:1;max-width:760px;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:800;line-height:1.1;position:relative}.page-hero h1 em{color:var(--spice);font-style:italic}.page-hero p{color:#a89880;z-index:1;max-width:560px;margin-top:1.25rem;font-size:1rem;font-weight:300;line-height:1.75;position:relative}.why-grid{background:var(--border-w);border:1px solid var(--border-w);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.why-card{background:var(--surface);padding:2.5rem 2rem}.why-card:hover{background:var(--bg)}.why-icon{align-items:center;margin-bottom:1.25rem;font-size:1.75rem;display:flex}.why-icon svg{width:28px;height:28px;stroke:var(--spice);fill:none;stroke-width:1.5px}.why-card h3{font-family:var(--fd);color:var(--text-w);margin-bottom:.75rem;font-size:1.2rem;font-weight:700;line-height:1.25}.why-card p{color:var(--muted-w);font-size:.88rem;font-weight:300;line-height:1.7}.model-steps{border:1px solid var(--border-w);grid-template-columns:repeat(4,1fr);display:grid}.model-step{border-right:1px solid var(--border-w);padding:2.5rem 2rem}.model-step:last-child{border-right:none}.model-num{font-family:var(--fd);color:var(--border-w);margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1}.model-step h3{font-family:var(--fd);color:var(--text-w);margin-bottom:.6rem;font-size:1.1rem;font-weight:700}.model-step p{color:var(--muted-w);font-size:.86rem;font-weight:300;line-height:1.65}.products-grid{background:var(--border-w);border:1px solid var(--border-w);grid-template-columns:repeat(2,1fr);gap:1px;display:grid}.product-card{background:var(--surface);grid-template-columns:40px 1fr;align-items:start;gap:1.5rem;padding:2.25rem;display:grid}.product-card:hover{background:var(--bg)}.pc-icon{justify-content:center;align-items:center;display:flex}.pc-icon svg{width:28px;height:28px;stroke:var(--spice);fill:none;stroke-width:1.5px}.pc-body h3{font-family:var(--fd);color:var(--text-w);margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.pc-body p{color:var(--muted-w);margin-bottom:.75rem;font-size:.88rem;font-weight:300;line-height:1.65}.sub-items{flex-wrap:wrap;gap:.35rem;margin-bottom:.6rem;display:flex}.sub-item{background:var(--bg3);color:var(--muted-w);padding:2px 8px;font-size:.75rem}.origins{flex-wrap:wrap;gap:.35rem;display:flex}.origin-tag{letter-spacing:.06em;text-transform:uppercase;color:var(--gold);border:1px solid #c9973a4d;padding:2px 7px;font-size:.7rem;font-weight:600}.quality-banner{background:var(--dark);grid-template-columns:repeat(4,1fr);gap:1px;padding:3.5rem 5%;display:grid}.qb-item{background:var(--dark2);text-align:center;padding:1.75rem}.qb-icon{justify-content:center;align-items:center;margin-bottom:.6rem;display:flex}.qb-icon svg{width:24px;height:24px;stroke:var(--gold);fill:none;stroke-width:1.5px}.qb-title{font-family:var(--fd);color:#f0e8d8;margin-bottom:.3rem;font-size:1rem;font-weight:600}.qb-desc{color:#5a4e3e;font-size:.82rem;line-height:1.5}.stats-grid{background:var(--border-w);border:1px solid var(--border-w);grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.stat-box{background:var(--surface);padding:2.25rem}.stat-box .big{font-family:var(--fd);color:var(--spice);margin-bottom:.4rem;font-size:3rem;font-weight:800;line-height:1}.stat-box .lbl{color:var(--light);font-size:.82rem;line-height:1.4}.timeline{border:1px solid var(--border-w)}.tl-item{border-bottom:1px solid var(--border-w);grid-template-columns:6rem 1fr;display:grid}.tl-item:last-child{border-bottom:none}.tl-gen{background:var(--bg3);border-right:1px solid var(--border-w);flex-direction:column;justify-content:center;align-items:center;padding:1.5rem .75rem;display:flex}.tl-gen-num{font-family:var(--fd);color:var(--spice);font-size:1.8rem;font-weight:800;line-height:1}.tl-gen-lbl{letter-spacing:.1em;text-transform:uppercase;color:var(--light);font-size:.65rem;font-weight:600}.tl-content{padding:1.75rem 2.25rem}.tl-date{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem;font-size:.7rem;font-weight:600}.tl-content h3{font-family:var(--fd);color:var(--text-w);margin-bottom:.4rem;font-size:1.15rem;font-weight:700}.tl-content p{color:var(--muted-w);font-size:.88rem;font-weight:300;line-height:1.7}.values-grid{background:var(--border-w);border:1px solid var(--border-w);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.value-card{background:var(--surface);padding:2.5rem 2rem}.value-icon{align-items:center;margin-bottom:1rem;display:flex}.value-icon svg{width:26px;height:26px;stroke:var(--spice);fill:none;stroke-width:1.5px}.value-card h3{font-family:var(--fd);color:var(--text-w);margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.value-card p{color:var(--muted-w);font-size:.87rem;font-weight:300;line-height:1.7}.ph{background:var(--bg3);border:1px solid var(--border-w);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}.ph svg{width:28px;height:28px;stroke:var(--border-dark);fill:none;stroke-width:1px}.ph span{color:var(--light);letter-spacing:.04em;font-size:.78rem}.ph-tall{height:420px}.quote-block{border:1px solid var(--border-w);background:var(--bg3);margin-top:2rem;padding:1.75rem 2rem}.quote-block p{font-family:var(--fd);color:var(--text-w);font-size:1.3rem;font-style:italic;line-height:1.5}.cta-band{background:var(--bg3);text-align:center;padding:6rem 5%}.cta-band h2{font-family:var(--fd);color:var(--text-w);max-width:600px;margin:0 auto 1rem;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:700;line-height:1.2}.cta-band p{color:var(--muted-w);max-width:500px;margin:0 auto 2.5rem;font-size:1rem;font-weight:300;line-height:1.75}.mini-list{flex-direction:column;gap:.6rem;margin:1.5rem 0;display:flex}.mini-item{color:var(--muted-w);gap:.75rem;font-size:.9rem;display:flex}.mini-item svg{width:16px;height:16px;stroke:var(--spice);fill:none;stroke-width:2.5px;flex-shrink:0;margin-top:3px}.dark-stats{background:var(--dark3);grid-template-columns:1fr 1fr;gap:1px;display:grid}.dark-stat{background:var(--dark2);padding:2rem}.dark-stat .dsn{font-family:var(--fd);color:var(--gold);margin-bottom:.35rem;font-size:2.5rem;font-weight:700;line-height:1}.dark-stat .dsl{color:#5a4e3e;font-size:.82rem;line-height:1.4}.faq-grid{background:var(--border-w);border:1px solid var(--border-w);grid-template-columns:1fr 1fr;gap:1px;display:grid}.faq-item{background:var(--surface);padding:2rem 2.25rem}.faq-item:hover{background:var(--bg2)}.faq-item h3{font-family:var(--fd);color:var(--text-w);margin-bottom:.65rem;font-size:1.05rem;font-weight:700;line-height:1.3}.faq-item p{color:var(--muted-w);font-size:.87rem;font-weight:300;line-height:1.65}.blog-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.blog-card{background:var(--surface);border:1px solid var(--border-w);text-decoration:none;display:block}.blog-card:hover{border-color:var(--spice)}.bc-img{background:var(--bg3);border-bottom:1px solid var(--border-w);justify-content:center;align-items:center;height:180px;display:flex}.bc-img svg{width:24px;height:24px;stroke:var(--border-dark);fill:none;stroke-width:1px}.bc-body{padding:1.5rem}.bc-cat{letter-spacing:.15em;text-transform:uppercase;color:var(--spice);margin-bottom:.5rem;font-size:.68rem;font-weight:600}.bc-title{font-family:var(--fd);color:var(--text-w);margin-bottom:.6rem;font-size:1.1rem;font-weight:700;line-height:1.3}.bc-excerpt{color:var(--muted-w);font-size:.85rem;font-weight:300;line-height:1.65}.contact-layout{grid-template-columns:1fr 1.1fr;align-items:start;gap:5rem;display:grid}.contact-details{flex-direction:column;gap:1.25rem;margin-top:2rem;display:flex}.cd-item{align-items:flex-start;gap:1rem;display:flex}.cd-icon{flex-shrink:0;align-items:center;margin-top:2px;display:flex}.cd-icon svg{width:18px;height:18px;stroke:var(--spice);fill:none;stroke-width:1.5px}.cd-text strong{color:var(--text-w);margin-bottom:2px;font-size:.9rem;font-weight:600;display:block}.cd-text span{color:var(--muted-w);font-size:.85rem}.contact-wa-box{background:var(--bg3);border:1px solid var(--border-w);text-align:center;padding:3rem}.contact-wa-box h3{font-family:var(--fd);color:var(--text-w);margin-bottom:.75rem;font-size:1.6rem;font-weight:700}.contact-wa-box p{color:var(--muted-w);max-width:360px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:.95rem;font-weight:300;line-height:1.7}.wa-cta-section{background:var(--bg3);text-align:center;padding:5rem 5%}.wa-cta-section h2{font-family:var(--fd);color:var(--text-w);max-width:600px;margin:0 auto 1rem;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:700;line-height:1.2}.wa-cta-section p{color:var(--muted-w);max-width:500px;margin:0 auto 2.5rem;font-size:1rem;font-weight:300;line-height:1.75}.wa-points{text-align:left;flex-direction:column;gap:.6rem;max-width:400px;margin:0 auto 2.5rem;padding:0;list-style:none;display:flex}.wa-points li{color:var(--muted-w);gap:.75rem;font-size:.9rem;display:flex}.wa-points li:before{content:"→";color:var(--spice);flex-shrink:0}.w-footer{background:var(--dark);border-top:1px solid var(--dark3);padding:4rem 5% 2.5rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-logo{font-family:var(--fd);color:#f0e8d8;margin-bottom:1rem;font-size:1.3rem;font-weight:700;text-decoration:none;display:block}.footer-logo span{color:var(--spice)}.footer-desc{color:#5a4e3e;max-width:280px;font-size:.84rem;font-weight:300;line-height:1.7}.footer-col h5{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;font-size:.7rem;font-weight:600}.footer-col ul{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.footer-col ul li{color:#5a4e3e;font-size:.84rem}.footer-col ul li a{color:#5a4e3e;text-decoration:none;transition:color .2s}.footer-col ul li a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid var(--dark3);color:#3d3326;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.78rem;display:flex}@media (max-width:960px){.hero{grid-template-columns:1fr;min-height:auto}.hero-right{padding:3rem 5%}.two-col,.contact-layout{grid-template-columns:1fr;gap:3rem}.why-grid,.values-grid,.products-grid,.model-steps,.blog-grid,.stats-grid,.quality-banner{grid-template-columns:1fr 1fr}.faq-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.nav-links{display:none}.hero-stats{grid-template-columns:repeat(2,auto)}}@media (max-width:600px){.why-grid,.values-grid,.products-grid,.model-steps,.blog-grid,.stats-grid,.quality-banner{grid-template-columns:1fr}}
