:root{--orange:#f7931e;--gold:#dca72c;--cream:#f7f1e7;--ink:#1d1a16;--brown:#5d3920;--muted:#8b8175;--white:#fffaf2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:DM Sans,sans-serif}.announcement{height:28px;background:#1e1a15;color:#eee4d8;display:flex;align-items:center;justify-content:center;gap:14px;font-size:8px;letter-spacing:.15em;font-weight:700;position:relative;z-index:30}.nav{position:fixed;z-index:20;top:28px;left:0;width:100%;display:flex;align-items:center;justify-content:space-between;padding:13px 4%;background:#f7f1e7c2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid #1d1a1612}.logo img{width:115px;height:auto;display:block}.desktop-menu{display:flex;gap:22px;align-items:center}.desktop-menu a{color:var(--ink);text-decoration:none;font-size:10px;font-weight:700}.nav-actions{display:flex;align-items:center;gap:8px}.icon-btn,.menu-btn,.account-btn{border:0;background:transparent;color:var(--ink);cursor:pointer;font:600 10px DM Sans}.icon-btn{font-size:23px}.bag-btn{border:0;background:var(--ink);color:#fff;padding:9px 14px;border-radius:25px;font-size:10px;cursor:pointer}.bag-btn span{display:inline-grid;place-items:center;background:var(--orange);color:var(--ink);width:18px;height:18px;border-radius:50%;margin-left:6px}.menu-btn{display:none;font-size:20px}.search-panel{position:fixed;z-index:50;inset:0;background:#1d1a16ee;display:none;padding:120px 8%}.search-panel.open{display:block}.search-inner{max-width:900px;margin:auto}.search-inner input{width:100%;background:transparent;border:0;border-bottom:1px solid #ffffff44;color:#fff;font:500 42px Playfair Display;outline:none;padding:20px 0}.search-inner button{position:absolute;right:7%;top:100px;background:none;border:0;color:#fff;font-size:35px}.search-result{display:flex;gap:20px;align-items:center;color:#fff;padding:18px 0;border-bottom:1px solid #ffffff22}.search-result img{width:60px;height:60px;object-fit:contain;background:#f4ead8}.hero{height:100vh;min-height:720px;position:relative;overflow:hidden;background:linear-gradient(135deg,#f8f1e7,#f5d9ad 48%,#e6a63b)}#hero-canvas{position:absolute;inset:0;width:100%;height:100%;z-index:1}.grain{position:absolute;inset:0;z-index:2;pointer-events:none;opacity:.12;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E")}.hero-copy{position:absolute;z-index:4;left:7%;top:25%;max-width:610px}.eyebrow,.section-tag{font-size:10px;font-weight:700;letter-spacing:.18em;color:var(--brown)}h1{font-family:Playfair Display,serif;font-size:clamp(60px,8vw,118px);line-height:.88;letter-spacing:-.065em;margin:18px 0 25px}h1 em,h2 em{color:var(--orange);font-style:italic}.hero-text{max-width:450px;line-height:1.7;color:#655b50;font-size:15px}.hero-actions{display:flex;align-items:center;gap:25px;margin-top:30px}.primary{display:inline-flex;gap:35px;align-items:center;background:var(--orange);color:#17120c;text-decoration:none;padding:15px 20px;font-weight:700;font-size:11px;border:0;border-radius:2px;cursor:pointer}.primary span{font-size:17px}.text-link{color:var(--ink);text-decoration:none;font-size:11px;font-weight:600}.hero-product-note{position:absolute;right:7%;top:43%;z-index:4;display:flex;gap:14px;align-items:center}.hero-product-note strong{font:500 50px Playfair Display;color:#6a431d}.hero-product-note span{font-size:8px;letter-spacing:.16em;font-weight:700}.hero-meta{position:absolute;z-index:4;bottom:32px;left:7%;font-size:9px;letter-spacing:.2em;font-weight:700}.hero-meta i{display:inline-block;width:50px;height:1px;background:#302a24;margin-left:10px;vertical-align:middle}.hero-scroll{position:absolute;right:5%;bottom:32px;z-index:4;font-size:9px;letter-spacing:.18em}.category-bar{padding:25px 5%;display:flex;align-items:center;gap:10px;overflow:auto;background:#fffaf2;border-bottom:1px solid #1d1a1612;position:sticky;top:83px;z-index:15}.category-intro{min-width:190px;display:flex;flex-direction:column;gap:4px}.category-intro span{font-size:8px;letter-spacing:.18em;color:var(--muted)}.category-intro strong{font:500 16px Playfair Display}.category-pill{white-space:nowrap;border:1px solid #1d1a1630;border-radius:30px;padding:11px 15px;color:var(--ink);text-decoration:none;font-size:10px;font-weight:600}.category-pill span{margin-left:10px}.category-pill.active,.category-pill:hover{background:var(--ink);color:#fff}.statement{padding:150px 8% 130px}.statement-inner{display:grid;grid-template-columns:1.5fr .6fr;gap:12%;align-items:end}.big-copy{font:500 clamp(45px,6vw,88px)/.98 "Playfair Display";letter-spacing:-.055em;margin:55px 0 0}.big-copy span{color:var(--orange);font-style:italic}.small-copy{line-height:1.8;color:var(--muted);font-size:14px}.category-feature{min-height:760px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;padding:7% 8%;overflow:hidden}.category-feature.reverse{grid-template-columns:.95fr 1.05fr}.category-feature.reverse .feature-visual{order:2}.dark{background:#242018;color:#f8f0e5}.light-section{background:#f0e5d3}.grain-section{background:#d9c8ac}.thekua-section{background:#3c271a;color:#f8f0e5}.feature-visual{height:620px;position:relative;display:grid;place-items:center}.product-canvas{width:100%;height:100%;display:block;cursor:grab}.product-canvas:active{cursor:grabbing}.real-scene{max-width:88%;max-height:88%;object-fit:contain;border-radius:18px;box-shadow:25px 35px 55px #5b381d33}.rotate-hint{position:absolute;bottom:35px;left:50%;transform:translate(-50%);font-size:8px;letter-spacing:.16em;opacity:.65;white-space:nowrap}.feature-copy{max-width:540px;padding:30px}.category-number{font-size:9px;color:var(--orange);font-weight:700;letter-spacing:.16em}.feature-copy h2{font:500 clamp(50px,6vw,86px)/.95 "Playfair Display";letter-spacing:-.06em;margin:20px 0 25px}.feature-copy>p:not(.eyebrow){color:#9f968b;line-height:1.8;max-width:430px;font-size:14px}.light-section .feature-copy>p:not(.eyebrow),.grain-section .feature-copy>p:not(.eyebrow){color:#6f6559}.thekua-section .feature-copy>p:not(.eyebrow){color:#c4b6a5}.feature-links{display:flex;align-items:center;gap:22px;margin-top:30px}.light{background:#f7931e}.thekua-art{background:radial-gradient(circle at 45% 40%,#d88b35,#5b311a 58%,#27170f);color:#f7e6cf;display:grid;place-items:center}.thekua-badge{width:250px;height:250px;border-radius:50%;display:grid;place-items:center;border:1px solid #ffffff44;background:radial-gradient(circle,#b56c24,#3a1f11);font:700 32px Playfair Display;letter-spacing:-.05em;box-shadow:0 30px 80px #0008}.thekua-art span{position:absolute;bottom:130px;font-size:9px;letter-spacing:.2em}.catalog{padding:140px 6%;background:#fffaf2}.catalog-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:55px}.catalog-head h2{font:500 clamp(50px,6vw,80px)/.95 "Playfair Display";letter-spacing:-.06em;margin:18px 0 0}.catalog-tools{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.filter{background:transparent;border:1px solid #1d1a1625;padding:10px 13px;border-radius:20px;font-size:9px;cursor:pointer}.filter.active{background:var(--ink);color:#fff}.catalog-tools input{border:1px solid #1d1a1625;border-radius:20px;padding:10px 14px;background:transparent;outline:none;font-size:9px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#f1e5d3;position:relative;transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-6px);box-shadow:0 25px 45px #5b381d18}.product-image{height:330px;background:#eadbc3;display:grid;place-items:center;position:relative;overflow:hidden}.product-image img{width:88%;height:88%;object-fit:contain;transition:transform .5s}.product-card:hover .product-image img{transform:scale(1.06) rotate(-1deg)}.badge{position:absolute;top:12px;left:12px;background:var(--orange);padding:6px 9px;font-size:8px;font-weight:800}.product-info{padding:18px}.product-info h3{font:500 21px Playfair Display;margin:0 0 8px}.product-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:10px}.price{font-weight:800;color:var(--ink);font-size:14px}.price.tbd{font-size:9px;color:#a05b16}.add-btn{width:100%;margin-top:15px;background:var(--ink);color:#fff;border:0;padding:12px;cursor:pointer;font-size:10px;font-weight:700}.qty{display:flex;gap:8px;align-items:center}.qty button{border:1px solid #1d1a1625;background:transparent;width:25px;height:25px;cursor:pointer}.shop-strip{padding:100px 8%;background:var(--orange);display:flex;align-items:center;justify-content:space-between}.shop-strip h2{font:500 clamp(50px,6vw,85px)/.95 "Playfair Display";letter-spacing:-.06em;margin:15px 0}.shop-strip h2 em{color:#fff1d5}.promise{padding:140px 7%}.promise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:80px}.promise-grid strong{color:var(--orange);font-size:11px}.promise-grid h3{font:500 35px Playfair Display;margin:18px 0}.promise-grid p{color:var(--muted);font-size:13px;line-height:1.8;max-width:270px}footer{background:#1e1a15;color:#eee4d8;padding:60px 6% 25px}.footer-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:60px}.footer-logo img{width:160px}.footer-top p{font-size:10px;letter-spacing:.18em}.circle-link{width:58px;height:58px;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;text-decoration:none;color:inherit}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:45px 0;border-top:1px solid #ffffff18}.footer-links div{display:flex;flex-direction:column;gap:13px}.footer-links b{font-size:9px;letter-spacing:.18em;color:#8d847a}.footer-links a{font-size:11px;color:#eee4d8;text-decoration:none}.footer-bottom{border-top:1px solid #ffffff22;padding-top:20px;display:flex;justify-content:space-between;color:#8d847a;font-size:10px}.drawer-backdrop,.modal-backdrop{position:fixed;inset:0;background:#0008;z-index:60;display:none}.drawer-backdrop.open,.modal-backdrop.open{display:block}.drawer{position:fixed;z-index:70;right:0;top:0;height:100%;width:min(480px,100%);background:#fffaf2;transform:translate(100%);transition:.35s;display:flex;flex-direction:column}.drawer.open{transform:none}.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:28px;border-bottom:1px solid #1d1a1615}.drawer-head h2{font:500 35px Playfair Display;margin:0}.drawer-head button,.modal-close{border:0;background:none;font-size:30px;cursor:pointer}.cart-item{display:grid;grid-template-columns:75px 1fr auto;gap:15px;padding:20px 28px;border-bottom:1px solid #1d1a1610}.cart-item img{width:75px;height:75px;object-fit:contain;background:#eadbc3}.cart-item h4{font:500 17px Playfair Display;margin:0 0 5px}.cart-item small{color:var(--muted)}.cart-item strong{display:block;margin-top:8px}.cart-footer{margin-top:auto;padding:25px 28px;border-top:1px solid #1d1a1615}.cart-footer>div{display:flex;justify-content:space-between;font-size:14px}.cart-footer p{font-size:9px;color:var(--muted);line-height:1.6}.full{width:100%;justify-content:space-between}.modal{position:fixed;z-index:80;left:50%;top:50%;transform:translate(-50%,-50%) scale(.96);width:min(460px,92%);background:#fffaf2;padding:38px;display:none}.modal.open{display:block}.modal>img{width:130px;margin-bottom:20px}.modal h2{font:500 38px Playfair Display;margin:0 0 10px}.modal p{color:var(--muted);font-size:12px;line-height:1.6}.modal-close{position:absolute;right:18px;top:12px}.login-tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #1d1a1620;margin:25px 0 18px}.login-tab{padding:12px;border:0;background:transparent;font-weight:700;font-size:10px;cursor:pointer}.login-tab.active{border-bottom:2px solid var(--orange)}.login-form{display:grid;gap:10px}.login-form input,.checkout-modal input,.checkout-modal textarea{width:100%;border:1px solid #1d1a1630;background:transparent;padding:14px;outline:none;font-family:inherit}.checkout-modal textarea{min-height:100px;resize:vertical}.modal small{display:block;margin-top:20px;color:#9b9186;font-size:9px;line-height:1.5}.checkout-sub{margin-bottom:20px}.checkout-modal form{display:grid;gap:10px}.order-success{background:#e7f0df;padding:18px;margin-top:15px;color:#304324;font-size:12px}.reveal{opacity:0;transform:translateY(35px);transition:opacity .8s,transform .8s}.reveal.in{opacity:1;transform:none}#loader{position:fixed;inset:0;z-index:100;background:#1e1a15;display:grid;place-content:center;justify-items:center;gap:20px;transition:.6s}.loader-mark{width:180px}.loader-line{width:130px;height:1px;background:#fff3}.loader-line span{display:block;width:0;height:100%;background:var(--orange);animation:load 1.2s ease forwards}@keyframes load{to{width:100%}}#loader.hide{opacity:0;visibility:hidden}@media(max-width:1100px){.desktop-menu{gap:12px}.desktop-menu a{font-size:9px}.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:850px){.desktop-menu,.account-btn{display:none}.menu-btn{display:block}.statement-inner,.category-feature,.category-feature.reverse{grid-template-columns:1fr}.category-feature.reverse .feature-visual{order:0}.feature-visual{height:480px}.catalog-head{display:block}.catalog-tools{justify-content:flex-start;margin-top:25px}.product-grid{grid-template-columns:repeat(2,1fr)}.promise-grid{grid-template-columns:1fr;gap:35px}.footer-links{grid-template-columns:1fr 1fr}.shop-strip{display:block}.shop-strip .primary{margin-top:25px}}@media(max-width:560px){.logo img{width:95px}.hero{min-height:760px}.hero-copy{top:21%}h1{font-size:60px}.hero-product-note{right:7%;top:auto;bottom:90px}.category-bar{top:80px}.feature-visual{height:400px}.feature-copy h2{font-size:52px}.product-grid{grid-template-columns:1fr}.product-image{height:360px}.footer-links{grid-template-columns:1fr}.footer-bottom{gap:12px;flex-wrap:wrap}.search-panel{padding:100px 6%}.search-inner input{font-size:28px}}.hero-product-stage{position:absolute;z-index:3;right:5%;top:12%;width:48%;height:78%;display:grid;place-items:center;pointer-events:none}.hero-product-card{position:relative;width:min(430px,72%);height:min(560px,82%);display:grid;place-items:center;transform-style:preserve-3d;filter:drop-shadow(0 45px 45px #6d3b0d38);transition:transform .18s ease}.hero-product-card img{position:relative;z-index:3;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 25px 30px #6d3b0d35)}.hero-product-glow{position:absolute;inset:18% 12%;background:radial-gradient(circle,#fff1c7aa 0%,#f4a32d44 42%,transparent 72%);filter:blur(8px);z-index:1}.hero-product-shadow{position:absolute;width:270px;height:55px;border-radius:50%;background:#6a3b12aa;filter:blur(22px);bottom:13%;transform:rotate(-4deg)}.hero-product-info{position:absolute;z-index:5;right:0;bottom:7%;display:flex;flex-direction:column;text-align:right;gap:4px;max-width:220px}.hero-product-info span{font-size:8px;font-weight:800;letter-spacing:.2em;color:#6c482b}.hero-product-info strong{font:500 27px/1 Playfair Display;letter-spacing:-.03em}.hero-product-info small{font-size:10px;color:#806f5d}.hero-product-note strong{font-size:42px}@media(max-width:900px){.hero-product-stage{right:0;top:39%;width:52%;height:52%}.hero-product-card{width:75%;height:90%}.hero-product-info{right:4%;bottom:4%}.hero-product-note{top:auto;bottom:105px;right:7%}}@media(max-width:560px){.hero-product-stage{right:-5%;top:45%;width:57%;height:46%}.hero-product-card{width:85%;height:92%}.hero-product-info{display:none}.hero-product-note{bottom:95px}}.hero:before{content:"";position:absolute;z-index:0;inset:0;background-image:var(--hero-catalogue);background-size:cover;background-position:center;filter:saturate(.9) contrast(.98);opacity:.24;transform:scale(1.03);transition:background-image .7s ease,opacity .7s ease}.hero:after{content:"";position:absolute;z-index:0;inset:0;background:linear-gradient(90deg,#f8f1e7,#f8f1e7cc 35%,#f8f1e744 65%,#e6a63b55)}.hero-product-stage{right:3%;width:51%;z-index:4}.hero-product-card{width:min(420px,67%);height:min(560px,82%);transition:opacity .45s ease,transform .7s cubic-bezier(.2,.75,.2,1);perspective:1000px}.hero-product-card img{filter:drop-shadow(0 28px 32px #5a300c45);mix-blend-mode:multiply}.hero-product-glow{background:radial-gradient(circle,#fff3cfb8 0%,#f4a32d55 40%,transparent 72%)}.hero-catalogue-label{position:absolute;z-index:5;right:5.5%;top:13%;font-size:8px;letter-spacing:.19em;font-weight:800;color:#67472b;display:flex;gap:10px;align-items:center}.hero-catalogue-label span{font-weight:500;opacity:.65}.hero-progress{position:absolute;z-index:5;right:5.5%;top:22%;display:flex;gap:6px}.hero-progress i{width:22px;height:2px;background:#6b4a2e33;transition:.3s}.hero-progress i.active{background:var(--orange);width:35px}.hero-product-info{background:#f7f1e7d9;padding:13px 16px;border-left:2px solid var(--orange);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}@media(max-width:900px){.hero-catalogue-label{right:4%;top:16%;font-size:7px}.hero-progress{right:4%;top:23%}.hero-product-stage{right:-2%;width:55%}}@media(max-width:560px){.hero-catalogue-label{display:none}.hero-progress{top:24%;right:6%}.hero-progress i{width:13px}.hero-progress i.active{width:22px}.hero-product-stage{width:62%;right:-8%;top:40%}.hero-product-card{width:92%;height:88%}.hero-product-note{bottom:90px}}.hero:before{content:"";position:absolute;z-index:0;inset:0;background:linear-gradient(90deg,#f8f1e7 0% 37%,#f6dfb5 67%,#e8a13b);opacity:1;transform:none}.hero:after{content:"";position:absolute;z-index:1;inset:0;background:radial-gradient(circle at 74% 48%,#fff2cf 0%,#f3bd5d44 30%,transparent 58%);pointer-events:none}.hero-scene-image{position:absolute;z-index:1;right:-4%;top:8%;width:54%;height:84%;background-size:cover;background-position:center;opacity:.13;filter:saturate(.9);mask-image:linear-gradient(90deg,transparent 0%,#000 30%,#000 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 30%,#000 100%);transition:opacity .45s ease,background-image .6s ease}.hero-product-stage{z-index:5;right:2%;width:53%;height:79%;top:13%}.hero-product-card{z-index:4;width:min(390px,63%);height:min(540px,82%);opacity:1;will-change:transform,opacity;transition:none}.hero-product-card img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 28px 25px #5a300c3d)}.hero-product-glow{z-index:0;background:radial-gradient(circle,#fff8df 0%,#f5ad3b55 38%,transparent 70%)}.hero-transition-out{animation:heroOut .55s cubic-bezier(.7,0,.9,.4) forwards}.hero-transition-in{animation:heroIn .8s cubic-bezier(.18,.8,.2,1) forwards}@keyframes heroOut{0%{opacity:1;transform:translateZ(0) rotateY(0) scale(1)}45%{opacity:1;transform:translate3d(-15px,-5px,0) rotateY(18deg) scale(1.08)}to{opacity:0;transform:translate3d(-110px,18px,0) rotateY(80deg) scale(.82)}}@keyframes heroIn{0%{opacity:0;transform:translate3d(120px,15px,0) rotateY(-80deg) scale(.82)}55%{opacity:1;transform:translate3d(10px,-3px,0) rotateY(14deg) scale(1.05)}to{opacity:1;transform:translateZ(0) rotateY(0) scale(1)}}@media(max-width:900px){.hero-scene-image{width:62%;height:65%;top:30%;opacity:.11}.hero-product-stage{right:-4%;width:58%;top:35%;height:55%}}@media(max-width:560px){.hero-scene-image{right:-12%;width:72%;height:58%;top:35%}.hero-product-stage{right:-8%;width:64%;top:40%;height:52%}.hero-product-card{width:90%;height:90%}}.hero-product-card{position:relative;overflow:visible!important;perspective:1200px;transform-style:preserve-3d;transition:none!important}.hero-pack-layer{position:absolute;inset:0;display:grid;place-items:center;opacity:0;transform:translate3d(180px,0,0) rotateY(-72deg) scale(.78);transform-origin:center;backface-visibility:hidden;will-change:transform,opacity}.hero-pack-layer img{width:100%;height:100%;object-fit:contain;mix-blend-mode:normal!important;filter:drop-shadow(0 32px 26px rgba(67,38,12,.28));-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.hero-pack-layer.active{opacity:1;transform:translateZ(0) rotateY(0) scale(1)}.hero-scene-image{opacity:.09!important;filter:saturate(.8) blur(.1px)}.hero-product-stage{z-index:8}.hero-pack-layer{z-index:2}.hero-pack-layer.active{z-index:3}.hero-product-glow{z-index:1}.hero-product-info{z-index:9}.hero-product-note{z-index:10}.hero-product-stage{right:2%;width:52%;height:82%;top:12%;z-index:6;pointer-events:auto}.hero-showcase{position:relative;width:min(620px,92%);height:min(650px,92%);overflow:visible;perspective:1400px;transform:translateZ(0)}.showcase-layer{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transform:translate3d(120px,0,0) rotateY(-72deg) scale(.86);backface-visibility:hidden;will-change:transform,opacity}.showcase-layer img{width:100%;height:100%;object-fit:contain;display:block;will-change:transform}.showcase-layer.out{animation:sceneOut .65s cubic-bezier(.65,.02,.88,.35) both}.showcase-layer.in{animation:sceneIn .8s cubic-bezier(.16,.82,.22,1) both}@keyframes sceneOut{0%{opacity:1;transform:translateZ(0) rotateY(0) scale(1)}32%{opacity:1;transform:translate3d(-10px,-4px,0) rotateY(12deg) scale(1.035)}to{opacity:0;transform:translate3d(-150px,6px,0) rotateY(72deg) scale(.84)}}@keyframes sceneIn{0%{opacity:0;transform:translate3d(150px,6px,0) rotateY(-72deg) scale(.84)}42%{opacity:1;transform:translate3d(28px,-3px,0) rotateY(-18deg) scale(1.035)}72%{transform:translate3d(5px,0,0) rotateY(-5deg) scale(1.012)}to{opacity:1;transform:translateZ(0) rotateY(0) scale(1)}}.showcase-shine{position:absolute;inset:5% 10%;pointer-events:none;background:linear-gradient(110deg,transparent 40%,rgba(255,255,255,.22) 50%,transparent 60%);transform:translate(-120%);opacity:0}.showcase-layer.in+.showcase-shine{animation:shine .8s ease-out both}@keyframes shine{0%{opacity:0;transform:translate(-120%)}35%{opacity:.45}to{opacity:0;transform:translate(120%)}}.hero-scene-image,.hero:before{display:none!important}.hero:after{z-index:0;background:radial-gradient(circle at 75% 48%,#fff2cf 0%,#f4c56d55 38%,transparent 64%)}.hero-product-info{z-index:8}@media(max-width:900px){.hero-product-stage{right:-4%;width:58%;height:58%;top:34%}.hero-showcase{width:100%;height:100%}}@media(max-width:560px){.hero-product-stage{right:-9%;width:65%;height:52%;top:40%}}.hero{background:radial-gradient(circle at 76% 44%,rgba(255,246,216,.95) 0%,rgba(248,213,157,.72) 28%,transparent 55%),linear-gradient(120deg,#f8f1e7,#f6dfbd 54%,#edb354)!important}.hero:before,.hero:after,.hero-scene-image{background-image:none!important}.hero:after{background:radial-gradient(circle at 75% 45%,rgba(255,249,226,.95),rgba(244,190,90,.18) 42%,transparent 68%)!important}.hero-product-stage{z-index:6!important;right:3%!important;top:14%!important;width:52%!important;height:76%!important;display:grid!important;place-items:center!important;pointer-events:auto!important}.hero-showcase{position:relative;width:min(560px,92%);height:min(650px,92%);display:grid;place-items:center;perspective:1200px;overflow:visible}.showcase-layer{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transform:translate3d(180px,0,0) rotateY(-82deg) scale(.82);backface-visibility:hidden;will-change:transform,opacity;transform-style:preserve-3d}.showcase-layer img{width:100%;height:100%;object-fit:contain;display:block;mix-blend-mode:normal!important;filter:drop-shadow(0 34px 26px rgba(82,48,15,.22));will-change:transform}.showcase-layer.active{opacity:1;transform:translateZ(0) rotateY(0) scale(1)}.showcase-shine{display:none!important}.hero-product-info,.hero-product-note,.hero-progress{z-index:10!important}@media(max-width:900px){.hero-product-stage{width:58%!important;height:56%!important;top:35%!important;right:-4%!important}.hero-showcase{width:100%;height:100%}}@media(max-width:560px){.hero-product-stage{width:64%!important;height:52%!important;top:40%!important;right:-7%!important}.hero-product-info{display:none!important}}.hero{position:relative;overflow:hidden;isolation:isolate}.hero-bg{position:absolute;inset:0;z-index:0;background:radial-gradient(circle at 78% 34%,#fff5d8 0,#f4c56d 30%,transparent 55%),linear-gradient(100deg,#fbf4e9,#f9ebd2 53%,#e7a13a)}.hero-product-stage{position:absolute!important;z-index:8!important;right:2.5%!important;top:10%!important;width:53%!important;height:82%!important;display:block!important;pointer-events:none!important}.hero-showcase{position:absolute;inset:0;width:100%;height:100%;perspective:1200px;transform-style:preserve-3d}.hero-layer{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transform:translate3d(150px,0,0) rotateY(-78deg) scale(.82);transform-origin:center;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,opacity}.hero-layer img{width:76%;height:92%;object-fit:contain;display:block;mix-blend-mode:normal!important;filter:drop-shadow(0 34px 28px rgba(76,43,12,.25));-webkit-user-select:none;user-select:none}.hero-layer.active{opacity:1;transform:translateZ(0) rotateY(0) scale(1)}.hero-layer.exit{animation:v11Exit .85s cubic-bezier(.62,.02,.88,.35) forwards}.hero-layer.enter{animation:v11Enter .95s cubic-bezier(.14,.82,.2,1) forwards}@keyframes v11Exit{0%{opacity:1;transform:translateZ(0) rotateY(0) scale(1)}35%{opacity:1;transform:translate3d(-8px,-8px,0) rotateY(16deg) scale(1.055)}to{opacity:0;transform:translate3d(-170px,8px,0) rotateY(78deg) scale(.82)}}@keyframes v11Enter{0%{opacity:0;transform:translate3d(170px,8px,0) rotateY(-78deg) scale(.82)}35%{opacity:1;transform:translate3d(55px,-5px,0) rotateY(-32deg) scale(.96)}70%{opacity:1;transform:translate3d(8px,-6px,0) rotateY(-8deg) scale(1.055)}to{opacity:1;transform:translateZ(0) rotateY(0) scale(1)}}.hero-floor{position:absolute;left:16%;right:16%;bottom:7%;height:34px;border-radius:50%;background:#5b35122e;filter:blur(18px);z-index:-1}.hero-product-info{position:absolute!important;right:0!important;bottom:5%!important;z-index:20!important;background:#faf5edeb;padding:15px 20px!important;border-left:2px solid #f7931e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);min-width:230px}.hero-product-info span{display:block;font-size:8px;letter-spacing:.2em;font-weight:800}.hero-product-info strong{display:block;font-family:Playfair Display,serif;font-size:27px;line-height:1.02;margin-top:5px}.hero-product-info small{display:block;margin-top:7px}.hero-progress{position:absolute!important;right:0!important;top:8%!important;z-index:20!important;display:flex;gap:5px}.hero-progress i{display:block;width:18px;height:2px;background:#5e422b44;transition:width .25s,background .25s}.hero-progress i.active{width:32px;background:#f7931e}.hero-product-note{z-index:20}@media(max-width:900px){.hero-product-stage{right:-5%!important;width:60%!important;height:58%!important;top:33%!important}.hero-layer img{width:82%;height:96%}}@media(max-width:560px){.hero-product-stage{right:-8%!important;width:66%!important;height:53%!important;top:39%!important}.hero-layer img{width:88%;height:96%}.hero-product-info{display:none!important}}.hero{overflow:hidden}.hero-product-stage{right:1%!important;top:8%!important;width:54%!important;height:84%!important;z-index:10!important}.hero-showcase{position:absolute;inset:0;overflow:visible;perspective:1000px;transform-style:preserve-3d}.hero-layer{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transform:translate3d(115%,0,0) rotateY(-34deg) rotate(2deg) scale(.84);transform-origin:center;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,opacity}.hero-layer img{width:72%;height:88%;object-fit:contain;display:block;mix-blend-mode:normal!important;filter:drop-shadow(0 32px 28px rgba(65,37,10,.24));pointer-events:none}.hero-layer.active{opacity:1;transform:translateZ(0) rotateY(0) rotate(0) scale(1)}.hero-layer.exit{animation:v12Exit .72s cubic-bezier(.72,.03,.92,.3) both}.hero-layer.enter{animation:v12Enter .82s cubic-bezier(.12,.78,.18,1) both}@keyframes v12Exit{0%{opacity:1;transform:translateZ(0) rotateY(0) rotate(0) scale(1)}35%{opacity:1;transform:translate3d(-18%,0,0) rotateY(12deg) rotate(-2deg) scale(1.05)}to{opacity:0;transform:translate3d(-125%,0,0) rotateY(38deg) rotate(-4deg) scale(.88)}}@keyframes v12Enter{0%{opacity:0;transform:translate3d(125%,0,0) rotateY(-38deg) rotate(4deg) scale(.88)}38%{opacity:1;transform:translate3d(28%,0,0) rotateY(-15deg) rotate(2deg) scale(.98)}72%{opacity:1;transform:translate3d(-2%,0,0) rotateY(3deg) rotate(-.5deg) scale(1.035)}to{opacity:1;transform:translateZ(0) rotateY(0) rotate(0) scale(1)}}.hero-product-info{right:1%!important;bottom:3%!important}.hero-product-note{display:none!important}.hero-progress{top:7%!important;right:1%!important}@media(max-width:900px){.hero-product-stage{right:-5%!important;width:60%!important;height:58%!important;top:33%!important}.hero-layer img{width:80%;height:94%}}@media(max-width:560px){.hero-product-stage{right:-9%!important;width:67%!important;height:52%!important;top:39%!important}.hero-layer img{width:86%;height:96%}.hero-product-info{display:none!important}}.hero{position:relative!important;overflow:hidden!important;isolation:isolate!important}.hero-v13-bg{position:absolute;inset:0;z-index:0;background:radial-gradient(circle at 78% 35%,rgba(255,249,225,.98) 0%,rgba(247,198,104,.72) 30%,rgba(231,157,48,.18) 56%,transparent 72%),linear-gradient(105deg,#fbf4e9,#faeedc 55%,#efb65a)}.hero-copy{position:relative;z-index:5}.hero-v13-stage{position:absolute;right:1%;top:8%;width:54%;height:86%;z-index:10;pointer-events:none;perspective:1400px}.hero-v13-product{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;transform-style:preserve-3d;will-change:transform,opacity;opacity:0}.hero-v13-product img{width:min(500px,82%);height:92%;object-fit:contain;display:block;filter:drop-shadow(0 32px 28px rgba(70,40,10,.2));-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.hero-v13-product.active{opacity:1;transform:translateZ(0) scale(1) rotateY(0)}.hero-v13-shadow{position:absolute;left:22%;right:22%;bottom:12%;height:36px;border-radius:50%;background:#46280a2e;filter:blur(18px);z-index:-1}.hero-v13-meta{position:absolute;right:0;bottom:6%;z-index:20;background:#fff9eff0;border-left:3px solid #f7931e;padding:13px 20px 14px;min-width:235px;box-shadow:0 12px 30px #542d0a14}.hero-v13-meta span{display:block;font-size:8px;letter-spacing:.22em;font-weight:800}.hero-v13-meta strong{display:block;font-family:Playfair Display,serif;font-size:27px;line-height:1.05;margin-top:5px}.hero-v13-meta small{display:block;margin-top:6px}.hero-v13-dots{position:absolute;right:0;top:8%;display:flex;gap:5px;z-index:20}.hero-v13-dots i{width:16px;height:2px;background:#46280a2e;transition:all .25s}.hero-v13-dots i.active{width:32px;background:#f7931e}@media(max-width:900px){.hero-v13-stage{right:-7%;width:61%;height:61%;top:32%}.hero-v13-product img{width:88%;height:95%}}@media(max-width:560px){.hero-v13-stage{right:-11%;width:68%;height:55%;top:40%}.hero-v13-meta{display:none}.hero-v13-dots{right:5%;top:8%}}@media(max-width:700px){html,body{width:100%;max-width:100%;overflow-x:hidden!important}.hero{min-height:calc(100svh - 84px)!important;height:auto!important;padding:0!important;overflow:hidden!important}.hero-copy{position:relative!important;z-index:30!important;width:auto!important;max-width:none!important;margin:0!important;padding:76px 24px 0!important}.hero-copy .eyebrow{font-size:9px!important;letter-spacing:.16em!important;line-height:1.5!important;white-space:nowrap!important}.hero-copy h1{font-size:clamp(48px,14.2vw,68px)!important;line-height:.88!important;letter-spacing:-.045em!important;margin:18px 0!important;max-width:100%!important}.hero-copy h1 em{white-space:nowrap!important}.hero-copy p{width:auto!important;max-width:330px!important;font-size:13px!important;line-height:1.45!important;margin:0!important}.hero-actions{display:flex!important;align-items:center!important;gap:12px!important;margin-top:20px!important;flex-wrap:nowrap!important}.hero-actions .primary{height:46px!important;padding:0 18px!important;font-size:11px!important;white-space:nowrap!important}.hero-actions .text-link{font-size:11px!important;padding:0!important;white-space:nowrap!important;border:0!important;background:transparent!important}.hero-v13-stage{position:absolute!important;inset:auto 0 2%!important;width:100%!important;height:46%!important;z-index:15!important;perspective:1100px!important}.hero-v13-product{inset:0!important;align-items:center!important;justify-content:center!important}.hero-v13-product img{width:auto!important;max-width:68vw!important;height:95%!important;max-height:360px!important;object-fit:contain!important;filter:drop-shadow(0 24px 20px rgba(70,40,10,.18))!important}.hero-v13-shadow{left:24%!important;right:24%!important;bottom:7%!important;height:24px!important}.hero-v13-meta{left:50%!important;right:auto!important;bottom:0!important;transform:translate(-50%)!important;min-width:180px!important;width:max-content!important;max-width:78vw!important;padding:9px 14px 10px!important;text-align:center!important;border-left:2px solid #f7931e!important}.hero-v13-meta span{font-size:7px!important}.hero-v13-meta strong{font-size:19px!important}.hero-v13-meta small{font-size:10px!important;margin-top:3px!important}.hero-v13-dots{top:auto!important;bottom:2%!important;right:20px!important;z-index:25!important;gap:3px!important}.hero-v13-dots i{width:12px!important;height:2px!important}.hero-v13-dots i.active{width:22px!important}.hero-v13-bg{background:radial-gradient(circle at 50% 78%,rgba(255,248,222,.96) 0%,rgba(250,221,164,.55) 32%,transparent 61%),linear-gradient(180deg,#fbf4e9,#f9e8c9 55%,#efb65a)!important}}@media(max-width:390px){.hero-copy{padding:64px 20px 0!important}.hero-copy h1{font-size:47px!important;margin-top:15px!important}.hero-copy p{max-width:300px!important;font-size:12px!important}.hero-actions{margin-top:16px!important}.hero-actions .primary{height:42px!important;padding:0 14px!important;font-size:10px!important}.hero-v13-stage{height:44%!important;bottom:3%!important}.hero-v13-product img{max-width:64vw!important;height:92%!important}.hero-v13-meta{min-width:160px!important}.hero-v13-meta strong{font-size:17px!important}}@media(max-width:700px){header nav,.nav-links,.desktop-nav{display:none!important}.mobile-menu,.menu-toggle,.hamburger{display:flex!important}}.khatie-story{position:relative;overflow:hidden;background:#f8efe1;color:#211b16;padding:120px 6vw 135px}.khatie-story:before{content:"";position:absolute;width:520px;height:520px;right:-220px;top:-190px;border-radius:50%;background:radial-gradient(circle,#f7931e38,#f7931e00 68%)}.khatie-story-inner{position:relative;z-index:2;max-width:1320px;margin:0 auto}.khatie-story-label{font-size:10px;font-weight:800;letter-spacing:.24em;color:#744722;margin-bottom:50px}.khatie-story-grid{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(420px,1.1fr);gap:90px;align-items:start}.khatie-story-heading h2{font-family:Playfair Display,Georgia,serif;font-size:clamp(54px,6vw,94px);line-height:.92;letter-spacing:-.055em;margin:0}.khatie-story-heading h2 em{color:#f7931e;font-style:italic}.khatie-story-mark{display:inline-block;margin-top:50px;padding:12px 18px;border:1px solid rgba(33,27,22,.18);font-size:11px;font-weight:800;letter-spacing:.18em}.khatie-story-copy{max-width:680px}.khatie-story-copy p{font-size:17px;line-height:1.75;color:#574c42;margin:0 0 25px}.khatie-story-copy strong{color:#211b16}.khatie-story-copy em{color:#8a5427}.story-lead{font-size:22px!important;line-height:1.55!important;color:#30261f!important}.khatie-story-quote{margin:45px 0;padding:32px 34px;background:#211b16;color:#fff7ea;font-family:Playfair Display,Georgia,serif;font-size:26px;line-height:1.25;position:relative}.khatie-story-quote span{position:absolute;left:18px;top:4px;font-size:72px;color:#f7931e;line-height:1}.khatie-story-quote strong{display:block;color:#f7931e;margin-top:8px}.khatie-story-meaning{display:grid;grid-template-columns:52px 1fr;gap:20px;padding:28px 0;border-top:1px solid rgba(33,27,22,.15);border-bottom:1px solid rgba(33,27,22,.15)}.meaning-number{font-family:Playfair Display,Georgia,serif;font-size:28px;color:#f7931e}.khatie-story-meaning small{font-size:8px;font-weight:800;letter-spacing:.2em;color:#80502b}.khatie-story-meaning h3{font-family:Playfair Display,Georgia,serif;font-size:34px;margin:7px 0 8px}.khatie-story-meaning p{margin:0}.khatie-story-thanks{font-family:Playfair Display,Georgia,serif;font-size:25px!important;color:#211b16!important;margin-top:38px!important}@media(max-width:700px){.khatie-story{padding:75px 22px 85px}.khatie-story-label{margin-bottom:28px;font-size:8px}.khatie-story-grid{grid-template-columns:1fr;gap:42px}.khatie-story-heading h2{font-size:53px}.khatie-story-mark{margin-top:25px}.khatie-story-copy p{font-size:14px;line-height:1.65}.story-lead{font-size:18px!important}.khatie-story-quote{font-size:22px;padding:28px 24px;margin:35px 0}.khatie-story-meaning{grid-template-columns:38px 1fr;gap:13px}.khatie-story-meaning h3{font-size:27px}}.khatie-story-page{margin:0;background:#f8efe1;color:#211b16}.story-page-shell{min-height:100vh;overflow:hidden}.story-page-header{height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid rgba(33,27,22,.12);background:#faf4eae0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:relative;z-index:10}.story-page-logo{font-size:27px;font-weight:800;letter-spacing:-.08em;color:#f7931e}.story-page-logo span{font-size:8px;vertical-align:top;color:#211b16}.story-back,.story-shop{color:#211b16;text-decoration:none;font-size:12px;font-weight:700}.story-back:hover,.story-shop:hover{color:#f7931e}.story-hero{min-height:70vh;display:flex;flex-direction:column;justify-content:center;padding:100px 9vw 90px;background:radial-gradient(circle at 75% 40%,rgba(247,147,30,.2),transparent 38%),linear-gradient(115deg,#fbf4e9,#f8e6c9 58%,#efb45a)}.story-kicker{font-size:10px;letter-spacing:.24em;font-weight:800;color:#7a4a26;margin-bottom:30px}.story-hero h1{font-family:Playfair Display,Georgia,serif;font-size:clamp(70px,10vw,150px);line-height:.82;letter-spacing:-.06em;margin:0;max-width:1000px}.story-hero h1 em{color:#f7931e;font-style:italic}.story-intro{max-width:650px;font-size:21px;line-height:1.55;color:#5a4d41;margin:38px 0 0 1px}.story-body{padding:130px 10vw;background:#f8efe1}.story-timeline{max-width:1000px;margin:0 auto;position:relative}.story-line{position:absolute;left:25px;top:0;bottom:0;width:1px;background:#211b162e}.story-step{display:grid;grid-template-columns:52px 1fr;gap:38px;position:relative;padding-bottom:95px}.story-step:last-child{padding-bottom:10px}.story-step>span{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#f8efe1;border:1px solid rgba(33,27,22,.18);font-family:Playfair Display,Georgia,serif;color:#f7931e;position:relative;z-index:2}.story-step small{font-size:9px;letter-spacing:.22em;font-weight:800;color:#8a5427}.story-step h2{font-family:Playfair Display,Georgia,serif;font-size:clamp(34px,4vw,60px);line-height:.98;letter-spacing:-.04em;margin:12px 0 18px}.story-step p{max-width:700px;font-size:17px;line-height:1.75;color:#5a4d41;margin:0}.story-step strong{color:#211b16}.story-step em{color:#8a5427}.story-purity{padding:110px 9vw;background:#211b16;color:#fff7ea}.purity-label{font-size:9px;letter-spacing:.24em;font-weight:800;color:#f7931e;margin-bottom:50px}.purity-grid{display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:center}.purity-big{font-family:Playfair Display,Georgia,serif;font-size:clamp(75px,11vw,170px);line-height:.8;letter-spacing:-.07em}.purity-big span{color:#f7931e}.purity-small{margin-top:25px;font-size:12px;letter-spacing:.08em;color:#d8cbbb}.purity-grid p{font-size:21px;line-height:1.65;color:#e9ddcf}.purity-grid strong{color:#fff7ea}.purity-grid blockquote{border-left:2px solid #f7931e;margin:35px 0 0;padding:8px 0 8px 25px;font-family:Playfair Display,Georgia,serif;font-size:25px;line-height:1.35;color:#fff7ea}.story-thanks{text-align:center;padding:125px 7vw 145px;background:#f7931e}.story-thanks>div{font-size:9px;letter-spacing:.25em;font-weight:800;color:#5c341b}.story-thanks h2{font-family:Playfair Display,Georgia,serif;font-size:clamp(55px,8vw,110px);line-height:.87;letter-spacing:-.055em;margin:28px auto 45px}.story-thanks h2 em{font-style:italic;color:#fff7ea}.story-cta{display:inline-flex;align-items:center;gap:35px;padding:18px 23px;background:#211b16;color:#fff7ea;text-decoration:none;font-weight:800;font-size:12px}.story-cta span{font-size:18px;color:#f7931e}@media(max-width:700px){.story-page-header{height:70px;padding:0 20px}.story-page-logo{font-size:23px}.story-back,.story-shop{font-size:10px}.story-hero{min-height:76vh;padding:80px 24px 70px}.story-kicker{font-size:8px;margin-bottom:24px}.story-hero h1{font-size:58px;line-height:.86}.story-intro{font-size:16px;line-height:1.5;margin-top:28px}.story-body{padding:75px 24px}.story-line{left:20px}.story-step{grid-template-columns:40px 1fr;gap:20px;padding-bottom:65px}.story-step>span{width:40px;height:40px;font-size:12px}.story-step h2{font-size:34px}.story-step p{font-size:14px;line-height:1.65}.story-purity{padding:75px 24px}.purity-grid{grid-template-columns:1fr;gap:45px}.purity-big{font-size:82px}.purity-grid p{font-size:17px}.purity-grid blockquote{font-size:21px}.story-thanks{padding:85px 24px 100px}.story-thanks h2{font-size:58px}}.site-logo,.story-page-logo{display:inline-flex!important;align-items:center;text-decoration:none;line-height:0}.site-logo img{width:145px;height:auto;max-height:58px;object-fit:contain;display:block}.story-page-logo img{width:132px;height:auto;max-height:52px;object-fit:contain;display:block}@media(max-width:700px){.site-logo img{width:108px;max-height:44px}.story-page-logo img{width:105px;max-height:40px}}.oil-visual{position:relative;min-height:640px;overflow:hidden;display:grid;place-items:center;isolation:isolate;background:radial-gradient(circle at 50% 44%,rgba(255,190,45,.16),transparent 32%),radial-gradient(circle at 50% 78%,rgba(247,147,30,.1),transparent 45%)}.oil-glow{position:absolute;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(255,184,28,.24) 0%,rgba(255,184,28,.08) 36%,transparent 70%);filter:blur(8px);animation:oilGlow 4.8s ease-in-out infinite;z-index:0}.oil-product-stage{position:relative;width:min(500px,78%);height:590px;display:grid;place-items:center;perspective:1100px;z-index:3;transform-style:preserve-3d;animation:oilStageIn 1.05s cubic-bezier(.2,.8,.2,1) both}.oil-product{position:absolute;width:auto;max-width:100%;height:560px;object-fit:contain;object-position:center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;filter:drop-shadow(0 28px 24px rgba(0,0,0,.22));transform-origin:50% 72%}.oil-product-main{opacity:1;animation:oilHeroFloat 4.8s ease-in-out infinite}.oil-product-alt{height:420px;opacity:0;transform:translate3d(145px,18px,0) rotateY(-24deg) scale(.72);animation:oilBottleCycle 9.6s ease-in-out infinite}.oil-purity-badge{position:absolute;right:7%;top:16%;z-index:5;padding:13px 17px;border:1px solid rgba(247,147,30,.5);background:#211b16b8;color:#fff7ea;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:9px;font-weight:800;line-height:1.35;letter-spacing:.16em;text-align:center;animation:badgeFloat 4s ease-in-out infinite}.oil-purity-badge span{color:#f7931e;font-family:Playfair Display,Georgia,serif;font-size:22px;letter-spacing:0}.oil-ripple{position:absolute;left:50%;bottom:9%;width:220px;height:36px;border:1px solid rgba(247,147,30,.38);border-radius:50%;transform:translate(-50%) scale(.7);opacity:0;z-index:1;animation:oilRipple 3.8s ease-out infinite}.ripple-two{animation-delay:1.9s}.oil-drops{position:absolute;inset:0;z-index:2;pointer-events:none}.oil-drops i{position:absolute;width:7px;height:7px;border-radius:50%;background:linear-gradient(145deg,#ffd45b,#e88a00);box-shadow:0 4px 9px #f7931e40;opacity:0}.oil-drops i:nth-child(1){left:24%;top:23%;animation:oilDrop 4.7s 0s infinite}.oil-drops i:nth-child(2){left:76%;top:31%;animation:oilDrop 5.3s .8s infinite}.oil-drops i:nth-child(3){left:19%;top:48%;animation:oilDrop 4.2s 1.3s infinite}.oil-drops i:nth-child(4){left:82%;top:55%;animation:oilDrop 5s 1.9s infinite}.oil-drops i:nth-child(5){left:31%;top:69%;animation:oilDrop 4.6s 2.4s infinite}.oil-drops i:nth-child(6){left:72%;top:73%;animation:oilDrop 5.2s 3s infinite}.oil-pour{position:absolute;left:49%;top:20%;width:24px;height:130px;z-index:2;opacity:.45;transform:rotate(12deg);filter:blur(.15px)}.pour-line{position:absolute;left:50%;top:0;width:4px;height:95px;border-radius:50%;background:linear-gradient(to bottom,#ffcc3e0d,#f6a500,#ffcc3e0d);transform:translate(-50%);animation:pourPulse 2.4s ease-in-out infinite}.pour-drop{position:absolute;left:50%;bottom:10px;width:13px;height:17px;border-radius:55% 55% 65% 65%;background:#f5a500;transform:translate(-50%);animation:pourDrop 2.4s ease-in-out infinite}@keyframes oilStageIn{0%{opacity:0;transform:translate3d(80px,20px,0) rotateY(-18deg) scale(.88)}to{opacity:1;transform:none}}@keyframes oilHeroFloat{0%,to{transform:translate3d(0,4px,0) rotateY(-3deg) rotate(-.3deg) scale(1)}50%{transform:translate3d(0,-9px,0) rotateY(4deg) rotate(.25deg) scale(1.018)}}@keyframes oilBottleCycle{0%,43%{opacity:0;transform:translate3d(145px,18px,0) rotateY(-24deg) scale(.72)}50%{opacity:1;transform:translate3d(0,-4px,35px) rotateY(0) scale(.9)}58%,67%{opacity:1;transform:translate3d(-10px,-5px,45px) rotateY(5deg) scale(.94)}75%,to{opacity:0;transform:translate3d(-145px,18px,0) rotateY(24deg) scale(.72)}}@keyframes oilGlow{0%,to{transform:scale(.88);opacity:.7}50%{transform:scale(1.08);opacity:1}}@keyframes oilRipple{0%{opacity:0;transform:translate(-50%) scale(.55)}18%{opacity:.75}to{opacity:0;transform:translate(-50%) scale(1.65)}}@keyframes oilDrop{0%{opacity:0;transform:translate3d(0,-18px,0) scale(.45)}15%{opacity:.9}55%{opacity:.7;transform:translate3d(5px,45px,0) scale(1)}to{opacity:0;transform:translate3d(-8px,125px,0) scale(.35)}}@keyframes pourPulse{0%,to{height:55px;opacity:.18}50%{height:112px;opacity:.65}}@keyframes pourDrop{0%,28%{opacity:0;transform:translate(-50%,-8px) scale(.45)}48%{opacity:1}72%{opacity:.9;transform:translate(-50%,22px) scale(1)}to{opacity:0;transform:translate(-50%,55px) scale(.55)}}@keyframes badgeFloat{0%,to{transform:translateY(0) rotate(.5deg)}50%{transform:translateY(-7px) rotate(-.5deg)}}@media(max-width:800px){.oil-visual{min-height:470px}.oil-product-stage{height:440px;width:92%}.oil-product{height:410px}.oil-product-alt{height:300px}.oil-purity-badge{right:4%;top:10%;padding:9px 11px;font-size:7px}.oil-purity-badge span{font-size:17px}.oil-pour{top:18%;left:43%;height:90px}.oil-ripple{bottom:8%;width:150px}}@media(prefers-reduced-motion:reduce){.oil-product-main,.oil-product-alt,.oil-glow,.oil-ripple,.oil-drops i,.oil-pour,.pour-line,.pour-drop,.oil-purity-badge{animation:none!important}}.oil-visual{position:relative;min-height:640px;overflow:hidden;display:grid;place-items:center;isolation:isolate;background:radial-gradient(ellipse at 50% 42%,rgba(247,147,30,.13),transparent 34%),radial-gradient(ellipse at 50% 86%,rgba(247,147,30,.09),transparent 48%)}.oil-product-stage{position:relative;width:min(560px,86%);height:610px;display:grid;place-items:end center;perspective:1200px;transform-style:preserve-3d;z-index:5;animation:v19StageIn .9s cubic-bezier(.16,1,.3,1) both}.oil-product{position:absolute;bottom:22px;left:50%;width:auto;max-width:84%;height:500px;object-fit:contain;object-position:center bottom;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;transform-origin:50% 85%;filter:drop-shadow(0 34px 22px rgba(0,0,0,.3))}.oil-product-main{opacity:1;transform:translate(-50%) translateY(0) rotateY(-4deg) scale(1);animation:v19BottleFloat 5s ease-in-out infinite}.oil-product-alt{height:360px;opacity:0;transform:translate(calc(-50% + 170px)) translateY(8px) rotateY(-22deg) scale(.72);animation:v19BottleSwap 10s cubic-bezier(.22,.8,.22,1) infinite}.oil-visual:after{content:"";position:absolute;left:50%;bottom:62px;width:300px;height:38px;transform:translate(-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(247,147,30,.35),transparent 68%);filter:blur(7px);z-index:2;animation:v19Shadow 5s ease-in-out infinite}.oil-glow{position:absolute;width:470px;height:470px;border-radius:50%;background:radial-gradient(circle,rgba(255,182,28,.22),rgba(255,182,28,.05) 40%,transparent 70%);filter:blur(5px);z-index:1;animation:v19Glow 5s ease-in-out infinite}.oil-ripple{position:absolute;left:50%;bottom:48px;width:240px;height:34px;border:1px solid rgba(247,147,30,.36);border-radius:50%;transform:translate(-50%) scale(.5);opacity:0;z-index:3;animation:v19Ripple 4s ease-out infinite}.ripple-two{animation-delay:2s}.oil-purity-badge{position:absolute;right:5%;top:17%;z-index:8;padding:12px 15px;border:1px solid rgba(247,147,30,.5);background:#14110ec7;color:#fff8ed;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:8px;font-weight:800;line-height:1.35;letter-spacing:.18em;text-align:center;box-shadow:0 10px 30px #0000002e;animation:v19Badge 4.5s ease-in-out infinite}.oil-purity-badge span{display:block;color:#f7931e;font-family:Playfair Display,Georgia,serif;font-size:24px;line-height:1;letter-spacing:0;margin-bottom:3px}.oil-drops i{position:absolute;width:6px;height:6px;border-radius:50%;background:linear-gradient(145deg,#ffd75c,#e18a00);opacity:0;z-index:4}.oil-drops i:nth-child(1){left:24%;top:24%;animation:v19Drop 4.8s 0s infinite}.oil-drops i:nth-child(2){left:76%;top:29%;animation:v19Drop 5.4s .8s infinite}.oil-drops i:nth-child(3){left:18%;top:51%;animation:v19Drop 4.5s 1.6s infinite}.oil-drops i:nth-child(4){left:83%;top:57%;animation:v19Drop 5.1s 2.2s infinite}.oil-drops i:nth-child(5){left:30%;top:66%;animation:v19Drop 4.7s 2.9s infinite}.oil-drops i:nth-child(6){left:71%;top:70%;animation:v19Drop 5.2s 3.5s infinite}.oil-pour{display:none!important}.rotate-hint{position:absolute;bottom:19px;left:50%;transform:translate(-50%);z-index:10;white-space:nowrap;font-size:8px;letter-spacing:.18em;opacity:.55}@keyframes v19StageIn{0%{opacity:0;transform:translate3d(60px,12px,0) scale(.92)}to{opacity:1;transform:none}}@keyframes v19BottleFloat{0%,to{transform:translate(-50%) translateY(3px) rotateY(-4deg) rotate(-.4deg) scale(1)}50%{transform:translate(-50%) translateY(-10px) rotateY(4deg) rotate(.35deg) scale(1.015)}}@keyframes v19BottleSwap{0%,40%{opacity:0;transform:translate(calc(-50% + 180px)) translateY(10px) rotateY(-25deg) scale(.7)}48%{opacity:1;transform:translate(-50%) translateY(-3px) rotateY(0) scale(.82)}58%,67%{opacity:1;transform:translate(-50%) translateY(-7px) rotateY(4deg) scale(.86)}75%,to{opacity:0;transform:translate(calc(-50% - 180px)) translateY(10px) rotateY(25deg) scale(.7)}}@keyframes v19Glow{0%,to{transform:scale(.9);opacity:.65}50%{transform:scale(1.08);opacity:1}}@keyframes v19Shadow{0%,to{transform:translate(-50%) scale(.86);opacity:.55}50%{transform:translate(-50%) scale(1.03);opacity:.8}}@keyframes v19Ripple{0%{opacity:0;transform:translate(-50%) scale(.5)}20%{opacity:.7}to{opacity:0;transform:translate(-50%) scale(1.65)}}@keyframes v19Drop{0%{opacity:0;transform:translateY(-14px) scale(.35)}18%{opacity:.9}58%{opacity:.65;transform:translateY(42px) scale(1)}to{opacity:0;transform:translateY(110px) scale(.3)}}@keyframes v19Badge{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media(max-width:800px){.oil-visual{min-height:480px}.oil-product-stage{height:455px;width:94%}.oil-product{height:380px;max-width:88%;bottom:26px}.oil-product-alt{height:280px}.oil-purity-badge{right:3%;top:10%;padding:8px 10px;font-size:6px}.oil-purity-badge span{font-size:17px}.oil-ripple{bottom:45px;width:170px}.rotate-hint{bottom:13px;font-size:6px}}.oil-product-stage{width:min(500px,82%);height:610px;position:relative;display:grid;place-items:end center;perspective:1200px;transform-style:preserve-3d;z-index:5;animation:v20StageIn .8s cubic-bezier(.16,1,.3,1) both}.oil-product-main{display:block!important;position:absolute;left:50%;bottom:28px;width:auto;height:540px;max-width:88%;object-fit:contain;opacity:1!important;visibility:visible!important;transform:translate(-50%) translateY(0) rotateY(-3deg) rotate(0) scale(1);animation:v20BottleFloat 5.5s ease-in-out infinite!important;z-index:7}.oil-product-alt{display:none!important;opacity:0!important;visibility:hidden!important;animation:none!important}@keyframes v20StageIn{0%{opacity:0;transform:translate3d(35px,10px,0) scale(.94)}to{opacity:1;transform:none}}@keyframes v20BottleFloat{0%,to{transform:translate(-50%) translateY(4px) rotateY(-4deg) rotate(-.25deg) scale(1)}25%{transform:translate(-50%) translateY(-4px) rotateY(2deg) rotate(.15deg) scale(1.008)}50%{transform:translate(-50%) translateY(-12px) rotateY(5deg) rotate(.28deg) scale(1.018)}75%{transform:translate(-50%) translateY(-5px) rotateY(1deg) rotate(-.12deg) scale(1.008)}}@media(max-width:800px){.oil-product-stage{width:92%;height:450px}.oil-product-main{height:400px;max-width:90%;bottom:24px}}.category-pill{font-family:inherit;cursor:pointer;background:transparent}.category-products{padding:72px 6% 86px;background:#fffaf2;border-bottom:1px solid #1d1a1612;position:relative;overflow:hidden}.category-products:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 25%,#f7931e16,transparent 35%),linear-gradient(120deg,#fffaf2,#f7ecd9);pointer-events:none}.category-products-head{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:35px}.category-products-head h2{font:500 clamp(42px,5vw,68px)/.94 "Playfair Display";letter-spacing:-.055em;margin:14px 0 12px}.category-products-head h2 em{color:var(--orange);font-style:italic}.category-products-head p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.category-view-all{border:1px solid #1d1a1630;background:transparent;border-radius:24px;padding:12px 17px;font:700 10px DM Sans;cursor:pointer;white-space:nowrap}.category-view-all span{margin-left:15px}.category-product-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;min-height:270px}.category-product-grid .product-card{animation:categoryCardIn .45s cubic-bezier(.2,.8,.2,1) both}.category-product-grid .product-card:nth-child(2){animation-delay:.05s}.category-product-grid .product-card:nth-child(3){animation-delay:.1s}.category-product-grid .product-card:nth-child(4){animation-delay:.15s}@keyframes categoryCardIn{0%{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:none}}.category-empty{grid-column:1/-1;min-height:250px;border:1px dashed #1d1a1625;display:grid;place-items:center;text-align:center;padding:45px;background:#f7efe4}.category-empty-mark{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--orange);font:500 28px Playfair Display}.category-empty h3{font:500 28px Playfair Display;margin:0}.category-empty p{max-width:470px;color:var(--muted);font-size:12px;line-height:1.7;margin:0}@media(max-width:900px){.category-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:650px){.category-products{padding:52px 5% 60px}.category-products-head{display:block}.category-products-head h2{font-size:43px}.category-view-all{margin-top:20px}.category-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.category-product-grid .product-image{height:250px}.category-product-grid .product-info{padding:14px}.category-product-grid .product-info h3{font-size:17px}.category-empty{min-height:220px;padding:30px 20px}}@media(max-width:430px){.category-product-grid{grid-template-columns:1fr}.category-product-grid .product-image{height:310px}}
