: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}.khatie-grain{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:100;opacity:.035;background-image:radial-gradient(#1d1a16 1px,transparent 1px);background-size:5px 5px;mix-blend-mode:multiply}.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}.kh-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;transition:.3s}.kh-nav.scrolled{background:#f7f1e7f2;box-shadow:0 10px 30px #1d1a1612}.kh-logo img,.footer-logo img{width:115px;height:auto;display:block}.kh-menu{display:flex;gap:22px;align-items:center}.kh-menu a,.kh-account{color:var(--ink);text-decoration:none;font-size:10px;font-weight:700}.kh-actions{display:flex;align-items:center;gap:8px}.kh-icon,.kh-menu-toggle,.kh-account{border:0;background:transparent;color:var(--ink);cursor:pointer;font:600 10px DM Sans}.kh-icon{font-size:23px}.kh-bag{border:0;background:var(--ink);color:#fff;padding:9px 14px;border-radius:25px;font-size:10px;text-decoration:none}.kh-bag span{display:inline-grid;place-items:center;background:var(--orange);color:var(--ink);width:18px;height:18px;border-radius:50%;margin-left:6px}.kh-menu-toggle{display:none;font-size:20px}.kh-search{position:fixed;z-index:50;top:0;right:0;bottom:0;left:0;background:#1d1a16ee;display:none;padding:120px 8%}.kh-search.open{display:block}.kh-search-inner{max-width:900px;margin:auto}.kh-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}.kh-search-inner>button{position:absolute;right:7%;top:100px;background:none;border:0;color:#fff;font-size:35px}.kh-search-results{color:#fff}.kh-hero{height:100vh;min-height:720px;position:relative;overflow:hidden;background:linear-gradient(135deg,#f8f1e7,#f5d9ad 48%,#e6a63b);isolation:isolate}.hero-orb{position:absolute;border-radius:50%;filter:blur(1px);opacity:.45;animation:orbFloat 9s ease-in-out infinite}.hero-orb-a{width:420px;height:420px;right:8%;top:12%;background:radial-gradient(circle,#fff4dc 0,#f6bf6b 42%,transparent 70%)}.hero-orb-b{width:260px;height:260px;right:32%;bottom:-80px;background:radial-gradient(circle,#fff 0,#efaa45 40%,transparent 70%);animation-delay:-4s}.hero-ring{position:absolute;width:520px;height:520px;border:1px solid #fff6;border-radius:50%;right:10%;top:20%;animation:ringSpin 18s linear infinite}.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-copy>p{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}.primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px #a05b1628}.text-link{color:var(--ink);text-decoration:none;font-size:11px;font-weight:600}.hero-stage{position:absolute;z-index:3;right:5%;top:14%;width:52%;height:72%;perspective:1300px}.hero-product-layer{position:absolute;top:5%;right:5%;bottom:5%;left:5%;display:grid;place-items:center;opacity:0;transform:translate3d(80px,0,0) rotateY(-35deg) scale(.82);transform-style:preserve-3d;transition:opacity .8s,transform 1s cubic-bezier(.16,.82,.22,1)}.hero-product-layer.is-active{opacity:1;transform:none}.hero-product-layer img{width:min(70%,520px);max-height:78%;object-fit:contain;filter:drop-shadow(35px 45px 35px #5d392044);animation:productFloat 5s ease-in-out infinite}.hero-shadow{position:absolute;bottom:13%;left:18%;width:64%;height:11%;background:#5d392044;filter:blur(22px);border-radius:50%;animation:shadowPulse 5s ease-in-out infinite}.hero-meta{position:absolute;right:5%;bottom:5%;display:flex;flex-direction:column;align-items:flex-end;text-align:right}.hero-meta span{font-size:8px;letter-spacing:.2em;font-weight:700}.hero-meta strong{font:500 38px Playfair Display}.hero-meta small{font-size:10px;color:var(--muted)}.hero-dots{display:flex;gap:7px;position:absolute;right:5%;bottom:1%}.hero-dots i{width:6px;height:6px;border-radius:50%;background:#1d1a1644}.hero-dots i.active{background:var(--orange);transform:scale(1.5)}.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);background:transparent;font-size:10px;font-weight:600;cursor:pointer}.category-pill span{margin-left:10px}.category-pill.active,.category-pill:hover{background:var(--ink);color:#fff}.category-pill.is-changing{transform:translateY(-2px) scale(1.02);box-shadow:0 10px 24px #5b381d20}.category-products{padding:80px 6%;background:#fffaf2}.category-products-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.category-products-head h2{font:500 clamp(38px,5vw,68px)/.95 "Playfair Display";letter-spacing:-.06em;margin:15px 0}.category-products-head p{color:var(--muted);font-size:13px}.category-view-all{color:var(--ink);text-decoration:none;font-size:10px;font-weight:700}.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}.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}.oil-visual{background:radial-gradient(circle at 50% 48%,#d08a1e55,transparent 48%)}.oil-glow{position:absolute;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,#e6a63b55,transparent 65%);animation:glow 4s ease-in-out infinite}.oil-product{width:min(58%,430px);position:relative;z-index:3;filter:drop-shadow(30px 40px 35px #0008);animation:productFloat 4.5s ease-in-out infinite}.oil-ripple{position:absolute;border:1px solid #f7931e55;border-radius:50%;animation:ripple 3.8s ease-out infinite}.ripple-one{width:300px;height:300px}.ripple-two{width:460px;height:460px;animation-delay:1.1s}.oil-drops i{position:absolute;width:9px;height:18px;border-radius:80% 20%;background:#f7931e88;animation:drop 3s ease-in-out infinite}.oil-drops i:nth-child(1){top:15%;left:22%}.oil-drops i:nth-child(2){top:25%;right:20%;animation-delay:.4s}.oil-drops i:nth-child(3){bottom:24%;left:17%;animation-delay:.8s}.oil-drops i:nth-child(4){bottom:15%;right:26%;animation-delay:1.2s}.oil-drops i:nth-child(5){top:40%;left:12%;animation-delay:1.6s}.oil-drops i:nth-child(6){top:38%;right:10%;animation-delay:2s}.oil-purity-badge{position:absolute;left:7%;bottom:14%;border:1px solid #f7931e88;border-radius:50%;width:120px;height:120px;display:grid;place-items:center;text-align:center;font-size:8px;letter-spacing:.12em;z-index:4;background:#242018cc}.oil-purity-badge span{font:700 24px Playfair Display;color:var(--orange)}.oil-pour{position:absolute;right:12%;top:18%;width:80px;height:130px;transform:rotate(28deg)}.oil-pour span{display:block;width:5px;height:85px;background:linear-gradient(#f7931e00,#f7931e);margin:auto}.oil-pour i{display:block;width:15px;height:15px;border-radius:50%;background:#f7931e;margin:0 auto;animation:dropFall 1.7s infinite}.spice-visual{overflow:visible}.real-scene{max-width:88%;max-height:88%;object-fit:contain;border-radius:18px;box-shadow:25px 35px 55px #5b381d33}.scene-card{position:absolute;width:150px;height:180px;background:#f7f1e7;padding:10px;box-shadow:0 25px 50px #5b381d44;animation:cardFloat 5s ease-in-out infinite}.scene-card img{width:100%;height:100%;object-fit:contain}.scene-card-one{left:8%;bottom:12%;transform:rotate(-8deg)}.scene-card-two{right:6%;top:12%;transform:rotate(8deg);animation-delay:-2s}.floating{animation:sceneFloat 6s ease-in-out infinite}.floating-slow{animation:sceneFloat 8s ease-in-out infinite}.rotate-hint{position:absolute;bottom:35px;left:50%;transform:translate(-50%);font-size:8px;letter-spacing:.16em;opacity:.65;white-space:nowrap}.thekua-art{background:radial-gradient(circle at 45% 40%,#d88b35,#5b311a 58%,#27170f);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;animation:badgeFloat 5s ease-in-out infinite}.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,.collection-page h1{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,.category-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-product-grid{grid-template-columns:repeat(4,1fr)}.product-card{background:#f1e5d3;position:relative;transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-6px) rotateX(1deg);box-shadow:0 25px 45px #5b381d18}.product-image{height:330px;background:#eadbc3;display:grid;place-items:center;position:relative;overflow:hidden;text-decoration:none}.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;z-index:2}.product-info{padding:18px}.product-info h3{font:500 21px Playfair Display;margin:0 0 8px}.product-info h3 a{color:inherit;text-decoration:none}.product-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:10px}.price{font-weight:800;color:var(--ink);font-size:14px}.add-btn{width:100%;margin-top:15px;background:var(--ink);color:#fff;border:0;padding:12px;cursor:pointer;font-size:10px;font-weight:700}.add-btn:disabled{opacity:.45;cursor:not-allowed}.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}.kh-footer{background:#1e1a15;color:#eee4d8;padding:60px 6% 25px}.footer-top{display:flex;align-items:center;justify-content:space-between}.footer-top p{font-size:10px;letter-spacing:.18em}.circle-link{width:42px;height:42px;border:1px solid #ffffff44;border-radius:50%;display:grid;place-items:center;color:#fff;text-decoration:none}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:60px 0;border-bottom:1px solid #ffffff22}.footer-links div{display:flex;flex-direction:column;gap:10px}.footer-links b{font-size:9px;letter-spacing:.18em;color:var(--orange)}.footer-links a{color:#eee4d8;text-decoration:none;font-size:11px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:20px;font-size:9px;color:#a89d91}.product-page{padding:150px 8% 100px;display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:center}.product-page-media{background:#eadbc3;min-height:620px;display:grid;place-items:center}.product-page-media img{width:90%;height:90%;object-fit:contain}.product-page-copy h1{font-size:clamp(48px,6vw,84px)}.product-description{line-height:1.8;color:var(--muted)}.product-price{font:700 28px DM Sans;margin:25px 0}.product-page-copy select,.qty-row input{padding:14px;border:1px solid #1d1a1630;background:#fffaf2}.qty-row{display:flex;gap:15px;align-items:end;margin-top:18px}.qty-row label{display:flex;flex-direction:column;gap:5px;font-size:9px;letter-spacing:.1em}.page-story .statement-inner{align-items:center}.story-image{width:100%;max-height:500px;object-fit:contain;background:#eadbc3}.not-found{min-height:75vh;padding:180px 8%;display:grid;place-items:center;text-align:center}.not-found h1{font-size:clamp(50px,7vw,100px)}@keyframes productFloat{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-14px) rotate(1deg)}}@keyframes shadowPulse{0%,to{transform:scale(.95);opacity:.4}50%{transform:scale(1.08);opacity:.65}}@keyframes orbFloat{0%,to{transform:translateZ(0)}50%{transform:translate3d(-30px,25px,0)}}@keyframes ringSpin{to{transform:rotate(360deg)}}@keyframes glow{0%,to{opacity:.55;transform:scale(.9)}50%{opacity:1;transform:scale(1.08)}}@keyframes ripple{0%{opacity:0;transform:scale(.5)}35%{opacity:.8}to{opacity:0;transform:scale(1.3)}}@keyframes drop{0%,to{transform:translateY(0);opacity:.2}50%{transform:translateY(22px);opacity:1}}@keyframes dropFall{0%{transform:translateY(-5px);opacity:0}40%{opacity:1}to{transform:translateY(65px);opacity:0}}@keyframes sceneFloat{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-14px) rotate(1deg)}}@keyframes cardFloat{0%,to{translate:0 0}50%{translate:0 -12px}}@keyframes badgeFloat{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-10px) rotate(2deg)}}@media(max-width:900px){.kh-menu{display:none}.kh-menu-toggle{display:block}.kh-account{display:none}.hero-stage{right:0;width:58%;opacity:.85}.hero-copy{left:6%;top:24%;max-width:55%;z-index:5}.hero-copy h1{font-size:clamp(48px,9vw,82px)}.category-feature,.category-feature.reverse{grid-template-columns:1fr;min-height:auto;padding:70px 6%}.category-feature.reverse .feature-visual{order:0}.feature-visual{height:480px}.statement-inner{grid-template-columns:1fr}.product-grid,.category-product-grid{grid-template-columns:repeat(2,1fr)}.catalog-head{align-items:start;flex-direction:column;gap:20px}.catalog-tools{justify-content:flex-start}.promise-grid{grid-template-columns:1fr}.product-page{grid-template-columns:1fr;padding-top:130px}.product-page-media{min-height:400px}}@media(max-width:600px){.announcement{font-size:7px}.kh-nav{top:28px;padding:12px 4%}.kh-logo img{width:90px}.kh-bag{padding:8px 10px}.kh-hero{min-height:760px}.hero-copy{top:19%;left:6%;max-width:88%}.hero-copy h1{font-size:58px}.hero-stage{top:42%;width:100%;height:54%;right:0}.hero-meta{right:7%;bottom:3%}.hero-meta strong{font-size:24px}.hero-dots{bottom:0}.category-bar{top:78px;padding:15px 4%}.category-intro{min-width:155px}.category-products,.catalog,.promise,.statement{padding:85px 5%}.category-products-head{align-items:start;flex-direction:column}.product-grid,.category-product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-image{height:210px}.product-info{padding:12px}.product-info h3{font-size:16px}.category-feature{padding:55px 5%}.feature-visual{height:390px}.feature-copy{padding:20px 0}.feature-copy h2{font-size:52px}.footer-links{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column}.shop-strip{padding:70px 5%;display:block}.shop-strip .primary{margin-top:25px}.product-page{padding:120px 5% 70px;gap:30px}.product-page-media{min-height:330px}.qty-row{flex-wrap:wrap}.kh-search{padding:100px 5%}.kh-search-inner input{font-size:27px}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .9s cubic-bezier(.16,.82,.22,1)}.reveal.is-visible{opacity:1;transform:none}.menu-open .kh-menu{display:flex;position:fixed;top:90px;left:0;right:0;background:var(--cream);padding:20px;flex-direction:column;box-shadow:0 20px 30px #1d1a1612}.menu-open .kh-nav{background:var(--cream)}#shop,#about,#oils,#spices,#grains,#thekua,#catalog,#pulses{scroll-margin-top:120px}.category-pill{text-decoration:none;display:inline-flex;align-items:center}.category-product-grid.is-empty{display:none}[data-category-grid] .product-card{animation:quickCardIn .5s ease both}@keyframes quickCardIn{0%{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:none}}.category-shop-page{display:none;padding:150px 6% 110px;background:#fffaf2;min-height:78vh}.category-shop-page[hidden]{display:none}.category-shop-page.is-active{display:block}.category-shop-page-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:50px}.category-shop-page-head h2{font:500 clamp(48px,6vw,82px)/.95 "Playfair Display";letter-spacing:-.06em;margin:15px 0}.category-shop-page-head h2 em{color:var(--orange);font-style:italic}.category-shop-page-head p{color:var(--muted);font-size:13px}.category-back{color:var(--ink);text-decoration:none;font-size:10px;font-weight:700;border:1px solid #1d1a1630;padding:12px 16px;border-radius:22px;white-space:nowrap}.category-page-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-mode .kh-hero,.category-mode .category-bar,.category-mode .category-products,.category-mode .statement,.category-mode .category-feature,.category-mode .catalog,.category-mode .shop-strip,.category-mode .promise{display:none}.category-mode .category-shop-page.is-active{display:block}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:15px}.add-btn,.buy-now-btn{width:100%;margin-top:0}.buy-now-btn{background:var(--orange);color:var(--ink);border:0;padding:12px;cursor:pointer;font-size:10px;font-weight:800}.buy-now-btn:hover{transform:translateY(-2px);box-shadow:0 10px 22px #a05b1628}.add-btn:hover{transform:translateY(-2px)}.product-card.is-busy{opacity:.7;pointer-events:none}.cart-toast{position:fixed;right:22px;bottom:22px;z-index:90;background:var(--ink);color:#fff;padding:14px 18px;border-radius:14px;box-shadow:0 18px 40px #0003;font-size:11px;font-weight:700;transform:translateY(30px);opacity:0;transition:.3s}.cart-toast.show{transform:none;opacity:1}@media(max-width:900px){.category-page-grid{grid-template-columns:repeat(2,1fr)}.category-shop-page-head{align-items:start;flex-direction:column}}@media(max-width:600px){.category-shop-page{padding:125px 5% 75px}.category-page-grid{grid-template-columns:1fr 1fr;gap:10px}.product-actions{grid-template-columns:1fr}.category-shop-page-head h2{font-size:52px}}.cart-page,.search-page,.customer-page{padding:150px 7% 100px;min-height:78vh}.cart-head,.search-page-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:55px}.cart-head h1,.search-page-head h1{font:500 clamp(55px,7vw,100px)/.9 "Playfair Display";letter-spacing:-.06em;margin:15px 0}.cart-head h1 em,.search-page-head h1 em,.customer-card h1 em,.cart-empty h2 em{color:var(--orange);font-style:italic}.cart-layout{display:grid;grid-template-columns:1.45fr .55fr;gap:60px;align-items:start}.cart-items{display:flex;flex-direction:column;gap:14px}.cart-item{display:grid;grid-template-columns:180px 1fr;gap:22px;padding:15px;background:#efe1cd}.cart-item-image{height:180px;background:#e5d4b9;display:grid;place-items:center}.cart-item-image img{width:90%;height:90%;object-fit:contain}.cart-item-copy{display:flex;flex-direction:column;justify-content:space-between;padding:5px 0}.cart-item-top{display:flex;justify-content:space-between;gap:20px}.cart-item-top h3{font:500 28px Playfair Display;margin:9px 0}.cart-item-top h3 a{color:inherit;text-decoration:none}.cart-item-top p{margin:0;color:var(--muted);font-size:11px}.cart-item-top>strong{font-size:15px}.cart-item-bottom{display:flex;align-items:center;justify-content:space-between;gap:15px}.cart-qty{display:flex;align-items:center;border:1px solid #1d1a1630;background:#fffaf2}.cart-qty button{border:0;background:transparent;padding:10px 13px;cursor:pointer;font-size:16px}.cart-qty input{width:42px;border:0;background:transparent;text-align:center;padding:10px 2px;outline:0}.remove-item{border:0;background:transparent;text-decoration:underline;cursor:pointer;font-size:10px;color:var(--muted)}.cart-summary{background:#1e1a15;color:#fff;padding:30px;position:sticky;top:120px}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:25px 0;border-bottom:1px solid #ffffff22;margin-bottom:14px}.cart-summary p{font-size:11px;color:#b8ada0;line-height:1.7}.cart-summary .primary{width:100%;justify-content:space-between;margin-top:12px}.cart-summary .cart-checkout{background:var(--orange)}.cart-trust{display:flex;flex-direction:column;gap:8px;margin-top:25px;font-size:9px;color:#c8bcb0}.cart-empty{text-align:center;padding:80px 20px}.cart-empty-orb{margin:0 auto 25px;width:110px;height:110px;border-radius:50%;display:grid;place-items:center;background:var(--orange);font:700 50px Playfair Display;box-shadow:0 25px 50px #a05b1628}.cart-empty h2{font:500 50px Playfair Display;margin:15px 0}.cart-empty p{color:var(--muted);margin-bottom:30px}.search-page-head form{display:flex;gap:10px;min-width:390px}.search-page-head form input{flex:1;border:1px solid #1d1a1630;background:transparent;border-radius:28px;padding:15px 18px;outline:0}.search-count{font-size:11px;color:var(--muted);margin:-25px 0 30px}.search-empty{text-align:center;padding:100px 20px}.search-empty h2{font:500 55px Playfair Display;margin:0 0 15px}.search-empty p{color:var(--muted)}.customer-page{display:grid;place-items:center}.customer-card{width:min(620px,100%);background:#efe1cd;padding:45px}.customer-card h1{font:500 clamp(48px,6vw,80px)/.95 "Playfair Display";letter-spacing:-.06em;margin:15px 0 20px}.customer-lead{color:var(--muted);line-height:1.7}.customer-card form{display:flex;flex-direction:column;gap:16px;margin-top:28px}.customer-card label{display:flex;flex-direction:column;gap:7px;font-size:10px;font-weight:700;letter-spacing:.08em}.customer-card input{padding:14px;border:1px solid #1d1a1630;background:#fffaf2;outline:0}.customer-card .primary{margin-top:8px}.customer-links,.customer-actions{display:flex;gap:20px;align-items:center;margin-top:25px;flex-wrap:wrap}.customer-links a{color:var(--ink);font-size:11px}.secondary-btn{border:1px solid #1d1a1630;padding:14px 18px;color:var(--ink);text-decoration:none;font-size:11px;font-weight:700}.contact-faq-wrap{display:grid;grid-template-columns:1fr 1fr;gap:0;background:#fffaf2}.contact-block,.faq-block{padding:100px 8%}.contact-block{background:var(--orange)}.contact-block h2,.faq-block h2{font:500 clamp(48px,5vw,72px)/.95 "Playfair Display";letter-spacing:-.06em;margin:20px 0}.contact-block p,.faq-block p{line-height:1.8;max-width:450px;color:#6f6559}.faq-block details{border-top:1px solid #1d1a1625;padding:18px 0}.faq-block details:last-child{border-bottom:1px solid #1d1a1625}.faq-block summary{cursor:pointer;font-weight:700;font-size:12px;list-style:none}.faq-block summary::-webkit-details-marker{display:none}.faq-block details p{margin:12px 0 0;font-size:12px}@media(max-width:900px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.search-page-head{align-items:start;flex-direction:column}.search-page-head form{width:100%;min-width:0}.contact-faq-wrap{grid-template-columns:1fr}}@media(max-width:600px){.cart-page,.search-page,.customer-page{padding:120px 5% 70px}.cart-head{align-items:start;flex-direction:column}.cart-item{grid-template-columns:95px 1fr;gap:12px}.cart-item-image{height:110px}.cart-item-top h3{font-size:18px}.cart-item-top>strong{font-size:12px}.cart-item-bottom{align-items:start;flex-direction:column}.cart-empty h2,.search-empty h2{font-size:38px}.customer-card{padding:28px 20px}.contact-block,.faq-block{padding:75px 5%}}.account-orders{margin-top:45px}.account-orders h2{font:500 34px Playfair Display}.order-row{display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:center;padding:15px 0;border-top:1px solid #1d1a1625;color:var(--ink);text-decoration:none;font-size:11px}.order-row strong{font-size:12px}.two-inputs{display:grid;grid-template-columns:1fr 1fr;gap:12px}.recover-panel{display:none;margin-top:30px;padding-top:25px;border-top:1px solid #1d1a1625}.recover-panel:target{display:block}.recover-panel h2,.customer-card form h2{font:500 30px Playfair Display}.address-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:25px 0 40px}.address-card{background:#fffaf2;padding:18px;line-height:1.7;font-size:11px}.address-card strong{display:block;color:var(--orange);margin-top:10px}@media(max-width:600px){.two-inputs,.address-grid{grid-template-columns:1fr}.order-row{grid-template-columns:1fr auto}}.cart-item.is-updating{opacity:.55;pointer-events:none;transform:scale(.995);transition:.2s}.cart-item.is-updating .cart-qty{box-shadow:0 0 0 2px var(--orange) inset}.kh-account:hover,.kh-menu a:hover{text-decoration:underline;text-underline-offset:3px}.kh-hero-v2{min-height:clamp(720px,92vh,980px);position:relative;overflow:hidden;isolation:isolate;background:radial-gradient(circle at 78% 50%,#f7c86e 0,#edb04d 22%,#f2d3a0 48%,#f8f1e7 82%);color:var(--ink)}.kh-hero-v2-inner{position:relative;z-index:4;min-height:inherit;width:min(1400px,100%);margin:auto;padding:150px 6% 80px;display:grid;grid-template-columns:minmax(390px,.86fr) minmax(520px,1.14fr);align-items:center;gap:2vw}.kh-hero-noise{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.055;pointer-events:none;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='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")}.kh-hero-grid{position:absolute;top:-30%;right:-30%;bottom:-30%;left:-30%;opacity:.18;background-image:linear-gradient(#6b452214 1px,transparent 1px),linear-gradient(90deg,#6b452214 1px,transparent 1px);background-size:70px 70px;transform:perspective(700px) rotateX(62deg) translateY(25%);transform-origin:center bottom;animation:gridDrift 18s linear infinite}.kh-hero-glow{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.kh-hero-glow-1{width:520px;height:520px;right:-80px;top:8%;background:radial-gradient(circle,#fff6d8aa,transparent 67%);animation:heroGlow 7s ease-in-out infinite}.kh-hero-glow-2{width:300px;height:300px;left:32%;bottom:-150px;background:radial-gradient(circle,#f7931e66,transparent 68%);animation:heroGlow 9s ease-in-out infinite reverse}.kh-hero-orbit{position:absolute;width:680px;height:680px;right:5%;top:10%;border:1px solid #fff8;border-radius:50%;animation:orbitRotate 22s linear infinite;pointer-events:none}.kh-hero-orbit:before,.kh-hero-orbit:after{content:"";position:absolute;border-radius:50%;border:1px solid #ffffff55;top:9%;right:9%;bottom:9%;left:9%;transform:rotate(48deg) scaleY(.55)}.kh-hero-orbit:after{top:20%;right:20%;bottom:20%;left:20%;transform:rotate(-28deg) scaleY(.42)}.kh-hero-orbit span{position:absolute;width:12px;height:12px;border-radius:50%;background:var(--orange);right:10%;top:18%;box-shadow:0 0 0 8px #f7931e1c,0 0 30px #f7931e99}.kh-hero-orbit i{position:absolute;width:7px;height:7px;border-radius:50%;background:#fff;left:14%;bottom:18%}.kh-hero-v2-copy{position:relative;z-index:8;padding-bottom:50px}.hero-eyebrow{animation:heroReveal .8s .1s both}.kh-hero-v2-copy h1{font-size:clamp(62px,7vw,116px);margin:18px 0 28px;animation:heroReveal .9s .2s both}.kh-hero-v2-copy h1 em{display:inline-block;animation:heroWord .9s .35s both}.kh-hero-v2-copy>p{max-width:500px;line-height:1.8;color:#655b50;font-size:15px;animation:heroReveal .8s .45s both}.kh-hero-v2 .hero-actions{animation:heroReveal .8s .55s both}.kh-hero-v2 .primary{box-shadow:0 14px 35px #9b581f22;transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s}.kh-hero-v2 .primary:hover{transform:translateY(-5px) scale(1.025);box-shadow:0 22px 45px #9b581f35}.hero-progress{position:relative;width:min(320px,70%);height:2px;background:#1d1a161c;margin-top:54px;overflow:hidden}.hero-progress span{display:block;height:100%;width:100%;transform-origin:left;background:var(--orange)}.hero-counter{display:flex;gap:7px;align-items:center;margin-top:12px;font-size:9px;letter-spacing:.15em;color:#786d60}.hero-counter strong{color:var(--ink);font-size:12px}.kh-hero-v2-stage{height:650px;position:relative;perspective:1600px;transform-style:preserve-3d}.hero-v2-backdrop{position:absolute;top:12%;right:8%;bottom:12%;left:5%;border-radius:45% 55% 50% 50%;background:radial-gradient(ellipse at 48% 45%,#fff5dcaa 0,#f8dca855 38%,transparent 70%);filter:blur(4px);animation:backdropBreath 6s ease-in-out infinite}.hero-v2-ring{position:absolute;top:7%;right:7%;bottom:7%;left:7%;border:1px solid #fff9;border-radius:50%;transform:rotateX(64deg) rotate(12deg);animation:ringFloat 8s ease-in-out infinite}.hero-v2-ring-b{top:15%;right:15%;bottom:15%;left:15%;transform:rotateX(72deg) rotate(-35deg);border-color:#fff6;animation-duration:11s;animation-direction:reverse}.hero-v2-particles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-v2-particles i{position:absolute;width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 20px #fff8;animation:particleDrift 6s ease-in-out infinite}.hero-v2-particles i:nth-child(1){left:12%;top:25%;animation-delay:-1s}.hero-v2-particles i:nth-child(2){right:17%;top:18%;animation-delay:-3s}.hero-v2-particles i:nth-child(3){left:25%;bottom:18%;animation-delay:-2s}.hero-v2-particles i:nth-child(4){right:22%;bottom:22%;animation-delay:-4s}.hero-v2-particles i:nth-child(5){left:49%;top:8%;width:4px;height:4px;animation-delay:-5s}.hero-v2-particles i:nth-child(6){right:4%;top:48%;width:5px;height:5px;animation-delay:-2.5s}.hero-v2-slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(calc(var(--hero-direction,1) * 70px),20px,0) rotateY(calc(var(--hero-direction,1) * -12deg)) scale(.91);transition:opacity .65s ease,transform .95s cubic-bezier(.16,.86,.22,1),visibility 0s linear .95s;transform-style:preserve-3d}.hero-v2-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:translateZ(0) rotateY(0) scale(1);transition-delay:0s}.hero-v2-product{display:block;width:min(75%,560px);text-decoration:none;position:relative;z-index:5;transform-style:preserve-3d}.hero-v2-image-wrap{position:relative;display:grid;place-items:center;transform-style:preserve-3d;animation:heroProductFloat 5.5s ease-in-out infinite}.hero-v2-image-wrap:before{content:"";position:absolute;width:65%;height:13%;bottom:5%;border-radius:50%;background:#5d392055;filter:blur(24px);animation:heroShadow 5.5s ease-in-out infinite}.hero-v2-image{position:relative;width:100%;height:470px;object-fit:contain;filter:drop-shadow(28px 35px 25px #5d392044);transform:translateZ(40px);transition:filter .4s,transform .4s}.hero-v2-product:hover .hero-v2-image{transform:translateZ(70px) scale(1.035) rotateY(-2deg);filter:drop-shadow(35px 45px 35px #5d392055)}.hero-v2-meta{position:absolute;right:2%;bottom:3%;text-align:right;z-index:8;animation:metaIn .8s .35s both}.hero-v2-meta span{display:block;font-size:8px;letter-spacing:.24em;font-weight:800;margin-bottom:5px}.hero-v2-meta h2{font:500 clamp(31px,3.3vw,48px)/1 "Playfair Display";letter-spacing:-.045em;margin:0}.hero-v2-meta small{display:block;margin-top:8px;color:#806f5c;font-size:10px}.hero-v2-controls{position:absolute;left:3%;bottom:3%;z-index:10;display:flex;align-items:center;gap:14px}.hero-arrow{width:36px;height:36px;border-radius:50%;border:1px solid #1d1a1625;background:#fff4;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;color:var(--ink);transition:.3s}.hero-arrow:hover{background:var(--ink);color:#fff;transform:translateY(-3px)}.hero-v2-dots{display:flex;align-items:center;gap:8px}.hero-dot{width:6px;height:6px;padding:0;border:0;border-radius:50%;background:#1d1a1640;cursor:pointer;transition:.35s}.hero-dot.is-active{width:22px;border-radius:10px;background:var(--orange)}@keyframes heroReveal{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes heroWord{0%{opacity:0;transform:translateY(30px) skew(-4deg)}to{opacity:1;transform:none}}@keyframes heroProgress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes heroProductFloat{0%,to{transform:translateY(0) rotate(-.6deg)}50%{transform:translateY(-16px) rotate(.8deg)}}@keyframes heroShadow{0%,to{transform:scale(.9);opacity:.45}50%{transform:scale(1.1);opacity:.72}}@keyframes heroGlow{0%,to{transform:scale(.92);opacity:.55}50%{transform:scale(1.08);opacity:1}}@keyframes orbitRotate{to{transform:rotate(360deg)}}@keyframes ringFloat{0%,to{transform:rotateX(64deg) rotate(12deg) translateY(0)}50%{transform:rotateX(64deg) rotate(18deg) translateY(-12px)}}@keyframes backdropBreath{0%,to{transform:scale(.96);opacity:.65}50%{transform:scale(1.04);opacity:1}}@keyframes particleDrift{0%,to{transform:translateZ(0);opacity:.35}50%{transform:translate3d(12px,-22px,0);opacity:1}}.reveal{transform:translateY(32px);opacity:0;transition:opacity .8s ease,transform .9s cubic-bezier(.16,.8,.2,1)}.reveal.revealed{transform:none;opacity:1}.product-card,.category-pill,.feature-visual,.shop-strip,.promise-grid>div{will-change:transform}.product-card{transform-style:preserve-3d}.product-card:hover{transform:translateY(-10px) rotateX(2deg) rotateY(-1deg);box-shadow:0 30px 55px #5b381d20}.feature-visual{transform-style:preserve-3d}.feature-visual:hover .oil-product,.feature-visual:hover .real-scene{transform:translateZ(22px) scale(1.02)}.primary,.add-btn,.buy-now-btn,.category-pill,.filter{transition:transform .3s,box-shadow .3s,background .3s}.primary:active,.add-btn:active,.buy-now-btn:active,.category-pill:active,.filter:active{transform:scale(.97)}@media(max-width:1000px){.kh-hero-v2-inner{grid-template-columns:1fr;min-height:900px;padding-top:140px}.kh-hero-v2-copy{padding-bottom:0;max-width:650px}.kh-hero-v2-stage{height:560px;margin-top:-25px}.kh-hero-orbit{width:580px;height:580px;right:-100px;top:25%}.hero-v2-meta{right:5%}.hero-v2-image{height:400px}}@media(max-width:600px){.kh-hero-v2{min-height:680px;border-radius:0 0 18px 18px}.kh-hero-v2-inner{padding:96px 6% 28px;min-height:680px;display:block}.kh-hero-v2-copy{padding-bottom:0;max-width:none}.kh-hero-v2-copy h1{font-size:46px;line-height:.92;letter-spacing:-.055em;margin:14px 0 18px}.kh-hero-v2-copy>p{font-size:12.5px;line-height:1.7;max-width:330px}.kh-hero-v2 .hero-actions{margin-top:20px;gap:18px}.kh-hero-v2 .primary{padding:14px 18px;font-size:11px}.hero-progress{width:190px;margin-top:24px}.hero-counter{margin-top:8px}.kh-hero-v2-stage{height:250px;margin:2px -3% 0;perspective:900px}.hero-v2-backdrop{top:8%;right:8%;bottom:8%;left:8%;filter:blur(3px)}.hero-v2-ring{top:12%;right:12%;bottom:12%;left:12%;transform:rotateX(66deg) rotate(8deg);opacity:.65}.hero-v2-ring-b{top:24%;right:24%;bottom:24%;left:24%;transform:rotateX(72deg) rotate(-28deg);opacity:.45}.hero-v2-particles i{width:4px;height:4px;box-shadow:0 0 10px #fff8}.hero-v2-particles i:nth-child(n+5){display:none}.hero-v2-slide{transform:translate3d(25px,10px,0) rotateY(-7deg) scale(.95);transition-duration:.55s,.65s}.hero-v2-product{width:66%;margin-left:10%;transform:translateZ(0)}.hero-v2-image-wrap{animation:heroProductFloat 6.5s ease-in-out infinite}.hero-v2-image{height:205px;filter:drop-shadow(16px 20px 16px #5d392044);transform:translateZ(18px)}.hero-v2-product:hover .hero-v2-image{transform:translateZ(28px) scale(1.02)}.hero-v2-meta{right:5%;bottom:9%;text-align:right}.hero-v2-meta span{font-size:6px;letter-spacing:.22em;margin-bottom:3px}.hero-v2-meta h2{font-size:21px;line-height:1.02;max-width:180px}.hero-v2-meta small{font-size:8px;margin-top:4px}.hero-v2-controls{left:5%;bottom:2%;gap:7px}.hero-arrow{width:28px;height:28px;font-size:11px}.hero-v2-dots{gap:5px}.hero-dot{width:5px;height:5px}.hero-dot.is-active{width:15px}.kh-hero-orbit{width:300px;height:300px;right:-90px;top:36%;opacity:.45}}@media(prefers-reduced-motion:reduce){.kh-hero-v2 *,.kh-hero-v2:before,.kh-hero-v2:after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}.category-bar{position:sticky;isolation:isolate;overflow:visible;box-shadow:0 10px 28px #1d1a160f}.category-bar:before{content:"";position:absolute;z-index:-2;top:6px;right:4%;bottom:6px;left:4%;border-radius:28px;background:radial-gradient(circle at 12% 20%,rgba(247,147,30,.12),transparent 28%),radial-gradient(circle at 90% 80%,rgba(220,167,44,.14),transparent 30%);filter:blur(10px);pointer-events:none}.category-bar:after{content:"";position:absolute;z-index:-1;width:90px;height:90px;right:4%;top:50%;transform:translateY(-50%);border-radius:50%;background:radial-gradient(circle at 30% 25%,#fff9ec 0 8%,#f7931e 18%,#c66c10 42%,#5d3920 68%,transparent 70%);opacity:.14;filter:blur(1px);animation:categoryOrbFloat 6s ease-in-out infinite;pointer-events:none}.category-pill{position:relative;overflow:hidden;transform-style:preserve-3d;box-shadow:0 4px #1d1a1614,0 10px 18px #5d39200f;transition:transform .3s cubic-bezier(.16,.8,.2,1),box-shadow .3s,background .3s}.category-pill:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translateZ(-1px);background:linear-gradient(135deg,rgba(255,255,255,.55),transparent 45%);pointer-events:none}.category-pill:hover{transform:translateY(-3px) rotateX(4deg) rotateY(-2deg);box-shadow:0 7px #1d1a161a,0 18px 28px #5d39201f}.category-pill.active{box-shadow:0 5px #0d0b09,0 16px 25px #1d1a1624}@keyframes categoryOrbFloat{0%,to{transform:translateY(-50%) translateZ(0) rotate(0)}50%{transform:translateY(-50%) translate3d(-10px,-6px,0) rotate(8deg)}}@media(max-width:600px){.category-bar{top:78px;padding:14px 12px 16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 7px;overflow:visible;align-items:stretch}.category-intro{grid-column:1/-1;min-width:0;width:100%;padding:1px 4px 3px;display:flex;flex-direction:row;align-items:end;justify-content:space-between;gap:10px}.category-intro span{font-size:7px;line-height:1.1}.category-intro strong{font-size:14px;line-height:1.05;text-align:right;max-width:190px}.category-pill{min-width:0;width:100%;padding:9px 5px;border-radius:16px;font-size:8px;justify-content:center;gap:2px;min-height:36px;box-shadow:0 3px #1d1a1614,0 8px 14px #5d39200f;animation:categoryPillFloat 5s ease-in-out infinite}.category-pill:nth-of-type(2){animation-delay:-.5s}.category-pill:nth-of-type(3){animation-delay:-1s}.category-pill:nth-of-type(4){animation-delay:-1.5s}.category-pill:nth-of-type(5){animation-delay:-2s}.category-pill:nth-of-type(6){animation-delay:-2.5s}.category-pill:nth-of-type(7){animation-delay:-3s}.category-pill span{margin-left:3px;font-size:9px}.category-bar:after{width:55px;height:55px;right:5px;top:15px;opacity:.11}.category-bar:before{top:4px;right:2px;bottom:4px;left:2px;border-radius:20px}}@keyframes categoryPillFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-1.5px)}}@media(prefers-reduced-motion:reduce){.category-pill,.category-bar:after{animation:none!important}}.category-pills{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.category-inline-panel{width:100%;margin-top:0;padding:0;overflow:hidden;max-height:0;opacity:0;transform:translateY(-10px);transition:max-height .55s cubic-bezier(.2,.8,.2,1),opacity .35s ease,transform .45s ease,padding .45s ease;border-top:1px solid transparent}.category-inline-panel[hidden]{display:block}.category-inline-panel.is-open{max-height:900px;opacity:1;transform:none;padding:38px 0 12px;border-top-color:#1d1a1618;scroll-margin-top:110px}.category-inline-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:24px}.category-inline-head h2{font:500 clamp(34px,4vw,56px)/.95 "Playfair Display";letter-spacing:-.05em;margin:10px 0}.category-inline-head p{font-size:12px;color:var(--muted);margin:0}.category-inline-all{font-size:10px;font-weight:800;text-decoration:none;color:var(--ink);white-space:nowrap;border:1px solid #1d1a1630;border-radius:24px;padding:11px 15px}.category-inline-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-inline-grid .product-card{min-width:0}.policy-page{padding:160px 8% 110px;min-height:70vh;background:var(--paper)}.policy-page-inner{max-width:900px;margin:30px auto 0;background:#fffaf2;padding:clamp(28px,5vw,70px);border:1px solid #1d1a1615;box-shadow:0 25px 80px #5f421a12}.policy-page-inner h1{font:500 clamp(48px,7vw,90px)/.95 "Playfair Display";letter-spacing:-.06em;margin:0 0 35px}.policy-page-inner p,.policy-page-inner details{font-size:14px;line-height:1.9;color:var(--muted)}.policy-page-inner a{color:var(--ink);font-weight:700}.policy-page-inner details{padding:18px 0;border-top:1px solid #1d1a1620}.policy-page-inner summary{cursor:pointer;color:var(--ink);font-weight:800}@media(max-width:900px){.category-inline-grid{grid-template-columns:repeat(2,1fr)}.category-inline-head{align-items:flex-start;flex-direction:column;gap:15px}.policy-page{padding-top:125px}}@media(max-width:600px){.category-bar{overflow:visible}.category-pills{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.category-pill{width:100%;justify-content:center}.category-inline-panel.is-open{padding:26px 0 6px;max-height:1100px}.category-inline-head h2{font-size:38px}.category-inline-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.category-inline-grid .product-image{height:190px}.category-inline-grid .product-info h3{font-size:15px}.policy-page{padding:115px 5% 70px}.policy-page-inner{padding:26px 20px}.policy-page-inner h1{font-size:48px}}.category-pill{appearance:none;-webkit-appearance:none;text-align:center;font:600 10px DM Sans,sans-serif;cursor:pointer}.category-inline-panel.is-open .category-inline-grid{animation:categoryProductsIn .45s cubic-bezier(.16,.8,.2,1) both}@keyframes categoryProductsIn{0%{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}}@media(max-width:600px){.category-inline-panel.is-open{max-height:1250px}.category-inline-grid .product-card{transform:none}.category-inline-head{margin-bottom:18px}}.policy-richtext{font-size:14px;line-height:1.9;color:var(--muted)}.policy-richtext p{margin:0 0 18px}.policy-richtext ul,.policy-richtext ol{padding-left:22px}.faq-answer{padding-top:10px}.footer-links a:hover{color:var(--orange)}.footer-social-note{font-size:9px;color:#a89d91}.khatie-info-modal[hidden]{display:none}.khatie-info-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:grid;place-items:center;padding:24px}.khatie-info-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#16120ed9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.khatie-info-dialog{position:relative;z-index:1;width:min(760px,94vw);max-height:min(78vh,760px);overflow:auto;background:var(--cream);color:var(--ink);padding:clamp(28px,5vw,62px);border:1px solid #ffffff55;box-shadow:0 30px 100px #0006}.khatie-info-close{position:absolute;top:18px;right:18px;width:40px;height:40px;border:1px solid #1d1a1630;border-radius:50%;background:transparent;font-size:25px;cursor:pointer}.khatie-info-dialog h2{font:500 clamp(42px,6vw,76px)/.95 "Playfair Display";letter-spacing:-.06em;margin:14px 0 28px}.khatie-info-dialog .policy-richtext{max-width:620px}.khatie-modal-open{overflow:hidden}.footer-column{min-width:0}.footer-follow a{display:flex;align-items:center;gap:5px}.collections-index{padding:155px 6% 100px;background:var(--cream);min-height:75vh}.collections-index-head{max-width:1000px;margin:0 auto 55px}.collections-index-head h1{font:500 clamp(52px,7vw,100px)/.92 "Playfair Display";letter-spacing:-.06em;margin:16px 0}.collections-index-head h1 em{color:var(--orange);font-style:italic}.collections-index-head p{color:var(--muted);font-size:14px}.collections-index-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1300px;margin:auto}.collection-index-card{background:#efe1cd;color:var(--ink);text-decoration:none;overflow:hidden;border:1px solid #1d1a1612;transition:transform .35s ease,box-shadow .35s ease}.collection-index-card:hover{transform:translateY(-8px);box-shadow:0 25px 55px #5d392020}.collection-index-image{aspect-ratio:1.15;overflow:hidden;background:#e5d4b9}.collection-index-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.16,.8,.2,1)}.collection-index-card:hover .collection-index-image img{transform:scale(1.04)}.collection-index-copy{display:grid;grid-template-columns:35px 1fr auto;align-items:center;gap:12px;padding:18px}.collection-index-copy span{font-size:9px;color:var(--orange);font-weight:800}.collection-index-copy h2{font:500 25px Playfair Display;margin:0}.collection-index-copy strong{font-size:9px}.kh-nav{will-change:transform}.footer-links{min-height:180px}.footer-links a{transition:color .2s ease,transform .2s ease}.footer-links a:hover{transform:translate(3px)}@media(max-width:900px){.collections-index{padding-top:125px}.collections-index-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.khatie-info-modal{padding:14px}.khatie-info-dialog{width:100%;max-height:82vh;padding:28px 20px}.khatie-info-dialog h2{font-size:42px}.footer-top{align-items:flex-start;gap:18px}.footer-top p{max-width:180px;line-height:1.5}.footer-links{grid-template-columns:1fr 1fr;gap:34px 20px;padding:42px 0}.footer-links a{font-size:12px}.footer-follow{grid-column:1 / -1}.footer-bottom{font-size:8px;align-items:flex-start}.collections-index{padding:120px 5% 70px}.collections-index-head{margin-bottom:32px}.collections-index-head h1{font-size:54px}.collections-index-grid{grid-template-columns:1fr 1fr;gap:10px}.collection-index-copy{grid-template-columns:22px 1fr;gap:6px;padding:12px}.collection-index-copy strong{grid-column:2}.collection-index-copy h2{font-size:18px}}.customer-page{padding:140px 6% 100px;min-height:82vh;background:radial-gradient(circle at 12% 20%,#fff7e8 0,transparent 28%),linear-gradient(135deg,#f7f1e7,#f2dfc2)}.customer-shell{width:min(1120px,100%);margin:0 auto;display:grid;grid-template-columns:.78fr 1.22fr;background:#fffaf2;border:1px solid #1d1a1618;box-shadow:0 35px 90px #5d39201a;overflow:hidden}.customer-brand-panel{padding:clamp(35px,6vw,72px);background:#211c17;color:#f8f0e5;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;min-height:620px}.customer-brand-panel:before,.customer-brand-panel:after{content:"";position:absolute;border:1px solid #f7931e38;border-radius:50%;pointer-events:none}.customer-brand-panel:before{width:420px;height:420px;right:-230px;top:-90px}.customer-brand-panel:after{width:280px;height:280px;left:-180px;bottom:-100px}.customer-brand-panel .section-tag{color:#f7931e;position:relative;z-index:1}.customer-mark{position:relative;z-index:1;width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:var(--orange);color:#211c17;font:600 42px Playfair Display;margin:38px 0 30px;box-shadow:0 18px 35px #0004}.customer-brand-panel h2{position:relative;z-index:1;font:500 clamp(40px,4.5vw,65px)/.94 "Playfair Display";letter-spacing:-.055em;margin:0 0 24px}.customer-brand-panel h2 em{color:var(--orange);font-style:italic}.customer-brand-panel>p{position:relative;z-index:1;color:#bdb1a4;line-height:1.8;max-width:330px}.customer-benefits{position:relative;z-index:1;display:flex;flex-direction:column;gap:10px;margin-top:28px;color:#ddd2c5;font-size:11px}.customer-card{width:auto;background:#fffaf2;padding:clamp(34px,6vw,70px);display:flex;flex-direction:column;justify-content:center}.customer-card h1{font-size:clamp(50px,6vw,82px)}.customer-card input{border-radius:2px;transition:border-color .2s,box-shadow .2s,background .2s}.customer-card input:focus{border-color:#f7931e88;box-shadow:0 0 0 4px #f7931e14;background:#fffdf8}.customer-card .primary{justify-content:space-between;width:100%;padding:16px 19px}.customer-divider{display:flex;align-items:center;gap:12px;margin-top:32px;color:#9b9186;font-size:8px;letter-spacing:.15em}.customer-divider:before,.customer-divider:after{content:"";height:1px;background:#1d1a1615;flex:1}.customer-divider span{white-space:nowrap}.customer-card .recover-panel{margin-top:20px;padding-top:20px;border-top:1px solid #1d1a1615}.customer-card .secondary-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:2px;background:transparent;cursor:pointer}.customer-actions .secondary-btn{background:#fffaf2}.customer-card .form-errors,.customer-card .errors{color:#9c351e;font-size:11px;line-height:1.6}.customer-card .two-inputs{display:grid;grid-template-columns:1fr 1fr;gap:16px}.customer-card .account-orders{margin-top:38px}.customer-card .order-row{background:#f3e7d7}.customer-card .address-card{background:#f3e7d7;border:1px solid #1d1a1610;padding:18px}.customer-card h2{font:500 28px Playfair Display}@media(max-width:800px){.customer-page{padding:105px 4% 65px}.customer-shell{grid-template-columns:1fr}.customer-brand-panel{min-height:auto;padding:32px 25px}.customer-mark{width:54px;height:54px;font-size:32px;margin:25px 0 20px}.customer-brand-panel h2{font-size:43px}.customer-benefits{display:grid;grid-template-columns:1fr 1fr;gap:8px}.customer-card{padding:32px 24px}.customer-card h1{font-size:48px}.customer-card .two-inputs{grid-template-columns:1fr;gap:16px}}@media(max-width:480px){.customer-page{padding-left:12px;padding-right:12px}.customer-shell{box-shadow:0 20px 55px #5d39201a}.customer-brand-panel{padding:28px 20px}.customer-brand-panel h2{font-size:39px}.customer-benefits{grid-template-columns:1fr;font-size:10px}.customer-card{padding:28px 18px}.customer-card h1{font-size:43px}.customer-links{gap:12px;justify-content:space-between}.customer-links a{font-size:10px}}.category-bar{position:relative;top:auto;overflow:visible;padding:28px 5% 34px;z-index:15}.category-nav-row{display:flex;align-items:center;gap:28px;min-height:78px}.category-nav-row .category-intro{flex:0 0 205px;min-width:0}.category-pills{flex:1;display:flex;flex-wrap:wrap;gap:10px;align-items:center}.category-inline-panel{position:relative;display:block!important;width:100%;margin-top:18px;padding:0;max-height:0;overflow:hidden;opacity:0;transform:translateY(-8px);transition:max-height .55s cubic-bezier(.16,.8,.2,1),opacity .3s ease,transform .45s ease,padding .45s ease;border-top:1px solid transparent}.category-inline-panel[hidden]{display:block!important}.category-inline-panel.is-open{max-height:920px;opacity:1;transform:none;padding:30px 0 4px;border-top-color:#1d1a1618}.category-inline-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:22px}.category-inline-copy{min-width:0}.category-inline-head h2{font:500 clamp(38px,4.6vw,64px)/.93 "Playfair Display";letter-spacing:-.055em;margin:8px 0 10px}.category-inline-head p{font-size:12px;color:var(--muted);margin:0;max-width:650px}.category-inline-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.category-inline-grid .product-card{min-width:0;opacity:0;animation:categoryProductsIn .45s cubic-bezier(.16,.8,.2,1) both}.category-source-cards{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;pointer-events:none!important;opacity:0!important}.category-source-cards .product-card{animation:none!important;transform:none!important}@media(max-width:900px){.category-nav-row{align-items:flex-start;flex-direction:column;gap:16px}.category-nav-row .category-intro{flex:0 0 auto;width:100%}.category-pills{width:100%}.category-inline-head{align-items:flex-start;flex-direction:column;gap:15px}.category-inline-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.category-bar{top:78px;padding:14px 12px 20px}.category-nav-row{gap:10px}.category-intro{display:flex;flex-direction:row!important;align-items:flex-end;justify-content:space-between;gap:10px}.category-intro strong{font-size:14px;line-height:1.05;text-align:right;max-width:190px}.category-pills{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.category-pill{width:100%;min-height:36px;justify-content:center;padding:9px 5px;border-radius:16px;font-size:8px}.category-inline-panel.is-open{max-height:1180px;padding:22px 0 4px}.category-inline-head{margin-bottom:16px}.category-inline-head h2{font-size:37px;margin:7px 0 8px}.category-inline-head p{font-size:11px;line-height:1.55}.category-inline-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.category-inline-grid .product-image{height:180px}.category-inline-grid .product-info{padding:10px}.category-inline-grid .product-info h3{font-size:14px}.category-inline-grid .product-actions{grid-template-columns:1fr}}.category-bar{perspective:1400px;transform-style:preserve-3d}.category-nav-row{position:relative;z-index:5;transform-style:preserve-3d}.category-intro{transform:translateZ(22px)}.category-pill{transform:translateZ(8px);will-change:transform;position:relative}.category-pill:after{content:"";position:absolute;left:12%;right:12%;bottom:-8px;height:9px;border-radius:50%;background:#5d392024;filter:blur(6px);z-index:-2;opacity:.55;transition:transform .3s,opacity .3s}.category-pill:hover:after,.category-pill.active:after{transform:scaleX(.86);opacity:.8}.category-inline-panel{position:relative;isolation:isolate;transform-style:preserve-3d;background:linear-gradient(135deg,#fffaf2f0,#f6e5c9b8);border-radius:28px;box-shadow:inset 0 1px #fffc,0 30px 80px #5d392014;overflow:hidden}.category-inline-panel.is-open{padding:42px 34px 34px}.category-inline-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-3;background:radial-gradient(circle at 82% 24%,rgba(247,147,30,.18),transparent 18%),radial-gradient(circle at 15% 80%,rgba(220,167,44,.13),transparent 23%);pointer-events:none}.category-inline-panel:after{content:"";position:absolute;top:12px;right:12px;bottom:12px;left:12px;z-index:-2;border:1px solid rgba(255,255,255,.7);border-radius:22px;pointer-events:none}.category-3d-stage{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;transform-style:preserve-3d;overflow:hidden}.category-3d-orb{position:absolute;border-radius:50%;transform-style:preserve-3d;filter:blur(.2px);box-shadow:inset -22px -25px 40px #5d392029,inset 15px 14px 28px #ffffffa6,0 25px 45px #5d39201a}.category-3d-orb-a{width:170px;height:170px;right:5%;top:12%;background:radial-gradient(circle at 30% 25%,#fffdf6 0 7%,#ffd88e 18%,#f3a43b 43%,#b96313 72%,#70411f);animation:category3DOrb 7s ease-in-out infinite}.category-3d-orb-b{width:75px;height:75px;left:4%;bottom:12%;background:radial-gradient(circle at 30% 25%,#fff 0 8%,#f9c56d 22%,#d77918 58%,#71401d);animation:category3DOrbSmall 5s ease-in-out infinite}.category-3d-ring{position:absolute;border:1px solid rgba(247,147,30,.3);border-radius:50%;transform-style:preserve-3d}.category-3d-ring-a{width:360px;height:180px;right:0%;top:18%;transform:rotateX(64deg) rotate(-18deg);animation:category3DRing 11s linear infinite}.category-3d-ring-b{width:290px;height:145px;left:-5%;bottom:6%;transform:rotateX(67deg) rotate(24deg);border-color:#5d392029;animation:category3DRingReverse 14s linear infinite}.category-3d-shadow{position:absolute;width:260px;height:42px;right:9%;top:42%;border-radius:50%;background:#5d392029;filter:blur(18px);transform:rotate(-7deg);animation:category3DShadow 7s ease-in-out infinite}.category-3d-dot{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 5px #f7931e1a,0 8px 15px #5d392026;animation:category3DDot 4s ease-in-out infinite}.category-3d-dot-a{right:23%;top:18%}.category-3d-dot-b{right:15%;bottom:20%;width:4px;height:4px;animation-delay:-1.2s}.category-3d-dot-c{left:24%;top:25%;width:5px;height:5px;animation-delay:-2.1s}.category-inline-head,.category-inline-grid{position:relative;z-index:3;transform-style:preserve-3d}.category-inline-copy{transform:translateZ(35px)}.category-inline-all{transform:translateZ(30px);box-shadow:0 6px #1d1a1612,0 15px 25px #5d392014;transition:transform .3s,box-shadow .3s,background .3s}.category-inline-all:hover{transform:translateZ(42px) translateY(-3px);box-shadow:0 9px #1d1a1614,0 22px 35px #5d392021;background:#fffdf8}.category-inline-grid .product-card{transform-style:preserve-3d;backface-visibility:hidden;border-radius:18px;overflow:hidden;box-shadow:0 14px #1d1a160d,0 25px 50px #5d39201f;transition:transform .5s cubic-bezier(.16,.8,.2,1),box-shadow .5s}.category-inline-grid .product-card:hover{transform:translateY(-10px) rotateX(2deg) rotateY(-2deg) translateZ(18px);box-shadow:0 18px #1d1a160f,0 38px 70px #5d39202e}.category-inline-grid .product-image{position:relative;transform-style:preserve-3d;overflow:hidden}.category-inline-grid .product-image:after{content:"";position:absolute;top:8%;right:12%;bottom:8%;left:12%;border-radius:50%;background:radial-gradient(circle,rgba(247,147,30,.18),transparent 66%);filter:blur(15px);z-index:0;pointer-events:none}.category-inline-grid .product-image img{position:relative;z-index:1;transform:translateZ(25px);filter:drop-shadow(16px 22px 16px rgba(75,42,18,.22));transition:transform .55s cubic-bezier(.16,.8,.2,1),filter .55s}.category-inline-grid .product-card:hover .product-image img{transform:translateZ(42px) translateY(-5px) scale(1.035) rotate(-1deg);filter:drop-shadow(24px 30px 22px rgba(75,42,18,.27))}@keyframes category3DOrb{0%,to{transform:translateZ(35px) rotateY(0) rotate(0)}50%{transform:translate3d(-14px,-12px,65px) rotateY(20deg) rotate(7deg)}}@keyframes category3DOrbSmall{0%,to{transform:translateZ(20px)}50%{transform:translate3d(12px,-10px,45px)}}@keyframes category3DRing{to{transform:rotateX(64deg) rotate(342deg)}}@keyframes category3DRingReverse{to{transform:rotateX(67deg) rotate(-336deg)}}@keyframes category3DShadow{0%,to{transform:rotate(-7deg) scale(.9);opacity:.35}50%{transform:rotate(-7deg) scale(1.1);opacity:.55}}@keyframes category3DDot{0%,to{transform:translateZ(20px);opacity:.55}50%{transform:translate3d(8px,-16px,55px);opacity:1}}@media(max-width:900px){.category-inline-panel.is-open{padding:30px 22px 24px}.category-3d-orb-a{width:120px;height:120px;right:2%}.category-3d-ring-a{width:260px;height:130px}.category-inline-copy{transform:translateZ(18px)}}@media(max-width:600px){.category-inline-panel{border-radius:20px}.category-inline-panel.is-open{padding:24px 12px 18px}.category-inline-panel:after{top:8px;right:8px;bottom:8px;left:8px;border-radius:15px}.category-3d-orb-a{width:80px;height:80px;right:-10px;top:13%;opacity:.7}.category-3d-orb-b{width:42px;height:42px;left:5%;bottom:10%}.category-3d-ring-a{width:190px;height:95px;right:-30px}.category-3d-ring-b{width:180px;height:90px;left:-55px}.category-3d-shadow{width:140px;height:25px;right:2%;top:34%;filter:blur(12px)}.category-3d-dot{width:5px;height:5px}.category-inline-grid .product-card{border-radius:13px;box-shadow:0 8px #1d1a160d,0 15px 28px #5d39201a}.category-inline-grid .product-card:hover{transform:translateY(-4px) translateZ(6px)}.category-inline-grid .product-image img{transform:translateZ(12px)}.category-inline-grid .product-card:hover .product-image img{transform:translateZ(18px) translateY(-2px) scale(1.02)}}@media(prefers-reduced-motion:reduce){.category-3d-orb,.category-3d-ring,.category-3d-shadow,.category-3d-dot,.category-inline-grid .product-card,.category-inline-grid .product-image img{animation:none!important;transition:none!important;transform:none!important}}.category-3d-stage{transform:translate3d(var(--depth-x,0),var(--depth-y,0),0)}.category-pills{transform:translate3d(calc(var(--depth-x,0) * .35),calc(var(--depth-y,0) * .25),0)}.category-bar{position:relative;top:auto;display:block;padding:0 5% 72px;overflow:visible;background:var(--cream);border-bottom:0;perspective:none}.category-nav-row{position:sticky;top:83px;z-index:16;display:flex;align-items:center;gap:34px;padding:22px 0 20px;background:#f7f1e7f0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(29,26,22,.1)}.category-intro{min-width:230px;transform:none!important}.category-intro span{font-size:8px;letter-spacing:.18em;color:var(--muted);display:block;margin-bottom:5px}.category-intro strong{font:500 20px/1.05 Playfair Display;display:block}.category-pills{display:flex;flex-wrap:wrap;gap:9px;transform:none!important;flex:1}.category-pill{position:relative;display:inline-flex;align-items:center;justify-content:space-between;gap:16px;min-width:116px;padding:12px 15px;border:1px solid rgba(29,26,22,.18);border-radius:999px;background:#fffaf2;color:var(--ink);box-shadow:0 4px #1d1a160a,0 10px 22px #5d39200f;transform:none!important;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease}.category-pill b{font-size:13px;font-weight:500;transition:transform .25s ease}.category-pill:hover{transform:translateY(-2px)!important;box-shadow:0 7px #1d1a160f,0 16px 28px #5d39201a}.category-pill:hover b{transform:translate(2px,-2px)}.category-pill.active{background:var(--ink);color:#fff;box-shadow:0 6px #0002,0 14px 28px #1d1a162e}.category-pill:after{display:none!important}.category-inline-panel,.category-inline-panel.is-open{position:relative;display:block!important;width:100%;max-height:none;margin:0;padding:56px 0 0;opacity:1;transform:none;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.category-inline-panel:before,.category-inline-panel:after{display:none}.category-3d-stage{display:none}.category-showcase{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);min-height:430px;border-radius:30px;overflow:hidden;background:linear-gradient(120deg,#fffaf2,#f6ead8 58%,#edc47f);border:1px solid rgba(93,57,32,.12);box-shadow:0 24px 70px #5d39201a,inset 0 1px #ffffffd9;isolation:isolate}.category-showcase:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(circle at 82% 35%,rgba(247,147,30,.18),transparent 25%),radial-gradient(circle at 8% 90%,rgba(220,167,44,.12),transparent 25%)}.category-showcase-copy{padding:62px 7% 54px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:3}.category-showcase-kicker{display:flex;gap:12px;align-items:center;font-size:9px;font-weight:700;letter-spacing:.16em;color:var(--brown)}.category-showcase h2{font:500 clamp(48px,5.3vw,78px)/.92 "Playfair Display";letter-spacing:-.065em;margin:20px 0 18px;max-width:720px}.category-showcase h2 em{color:var(--orange);font-style:italic}.category-showcase-copy>p{max-width:560px;color:#74695d;font-size:14px;line-height:1.65;margin:0}.category-benefits{display:flex;flex-wrap:wrap;gap:8px;margin:25px 0 28px}.category-benefits span{font-size:9px;font-weight:700;padding:9px 11px;border-radius:999px;background:#fffaf2cc;border:1px solid rgba(93,57,32,.13);box-shadow:0 4px 12px #5d39200d}.category-inline-all{align-self:flex-start;display:inline-flex;align-items:center;gap:22px;padding:13px 17px;border-radius:999px;background:var(--ink);color:#fff;text-decoration:none;font-size:10px;font-weight:800;box-shadow:0 5px #00000024,0 15px 25px #5d39201f;transform:none!important}.category-inline-all b{font-size:15px;font-weight:400}.category-feature-visual{position:relative;min-height:430px;display:grid;place-items:center;perspective:900px;overflow:hidden}.category-feature-glow{position:absolute;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,#fff8e8 0,#f7bb61,#f7931e00 70%);opacity:.75;animation:categoryFeatureGlow 5s ease-in-out infinite}.category-feature-orbit{position:absolute;border:1px solid rgba(247,147,30,.3);border-radius:50%;transform-style:preserve-3d}.category-feature-orbit.orbit-a{width:390px;height:170px;transform:rotateX(67deg) rotate(-18deg);animation:categoryFeatureOrbit 12s linear infinite}.category-feature-orbit.orbit-b{width:280px;height:120px;border-color:#5d39202e;transform:rotateX(64deg) rotate(24deg);animation:categoryFeatureOrbitB 9s linear infinite}.category-feature-pedestal{position:absolute;bottom:64px;width:300px;height:45px;border-radius:50%;background:radial-gradient(ellipse,#7b4b20aa 0,rgba(93,57,32,.2) 48%,transparent 70%);filter:blur(8px);transform:rotateX(68deg);animation:categoryPedestal 4s ease-in-out infinite}.category-feature-image{position:relative;z-index:3;width:250px;height:300px;display:grid;place-items:center;transform:translateZ(60px);transition:transform .6s cubic-bezier(.16,.8,.2,1)}.category-feature-image img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(25px 30px 24px rgba(75,42,18,.25));animation:categoryFeatureFloat 4.5s ease-in-out infinite}.category-feature-label{position:absolute;right:8%;bottom:14%;z-index:4;padding:8px 11px;border-radius:999px;background:#fffaf2dd;border:1px solid rgba(93,57,32,.13);font-size:8px;font-weight:800;letter-spacing:.14em;color:var(--brown);box-shadow:0 8px 20px #5d392014}.category-products-heading{display:flex;justify-content:space-between;align-items:end;padding:48px 4px 20px}.category-products-heading span{display:block;font-size:8px;letter-spacing:.18em;font-weight:700;color:var(--muted);margin-bottom:6px}.category-products-heading strong{font:500 32px/1 Playfair Display;letter-spacing:-.04em}.category-products-heading small{font-size:11px;color:var(--muted)}.category-inline-grid .product-card{opacity:0;animation:categoryProductsIn .45s cubic-bezier(.16,.8,.2,1) both;min-width:0;border-radius:18px;overflow:hidden;background:#fffaf2;border:1px solid rgba(93,57,32,.1);box-shadow:0 7px #1d1a160a,0 18px 40px #5d392017;transition:transform .35s ease,box-shadow .35s ease}.category-inline-grid .product-card:hover{transform:translateY(-8px) rotateX(1deg) rotateY(-1deg);box-shadow:0 11px #1d1a160d,0 28px 55px #5d392024}.category-inline-grid .product-image{background:#f0e2cb}.category-inline-grid .product-image img{transition:transform .45s ease;filter:drop-shadow(12px 18px 15px rgba(75,42,18,.18))}.category-inline-grid .product-card:hover .product-image img{transform:translateY(-6px) scale(1.03)}.category-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:220px;border:1px dashed rgba(93,57,32,.2);border-radius:20px;background:#fffaf2aa;color:var(--muted);text-align:center}.category-empty strong{font:500 34px Playfair Display;color:var(--ink)}@keyframes categoryFeatureFloat{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-12px) rotate(1deg)}}@keyframes categoryFeatureGlow{0%,to{transform:scale(.95);opacity:.65}50%{transform:scale(1.05);opacity:.9}}@keyframes categoryFeatureOrbit{to{transform:rotateX(67deg) rotate(342deg)}}@keyframes categoryFeatureOrbitB{to{transform:rotateX(64deg) rotate(-336deg)}}@keyframes categoryPedestal{0%,to{transform:rotateX(68deg) scale(.9);opacity:.45}50%{transform:rotateX(68deg) scale(1.08);opacity:.65}}@media(max-width:1000px){.category-nav-row{gap:18px}.category-intro{min-width:190px}.category-pills{gap:7px}.category-pill{min-width:100px;padding:10px 12px}.category-showcase{grid-template-columns:1fr .8fr}.category-feature-image{width:210px;height:270px}.category-inline-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-inline-grid .product-card:nth-child(4){display:none}}@media(max-width:700px){.category-bar{padding:0 4% 45px}.category-nav-row{top:76px;display:block;padding:14px 0 12px}.category-intro{min-width:0;display:flex;align-items:end;justify-content:space-between;margin-bottom:10px}.category-intro strong{font-size:17px;max-width:190px;text-align:right}.category-pills{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.category-pill{min-width:0;width:100%;padding:10px 8px;font-size:8px;gap:4px}.category-pill b{font-size:11px}.category-inline-panel,.category-inline-panel.is-open{padding-top:32px}.category-showcase{grid-template-columns:1fr;min-height:0;border-radius:22px}.category-showcase-copy{padding:34px 22px 10px}.category-showcase h2{font-size:43px;margin:15px 0 12px}.category-showcase-copy>p{font-size:12px}.category-benefits{margin:18px 0 20px;gap:6px}.category-benefits span{font-size:7px;padding:8px 9px}.category-inline-all{padding:11px 14px;font-size:9px}.category-feature-visual{min-height:270px}.category-feature-image{width:170px;height:205px}.category-feature-orbit.orbit-a{width:270px;height:120px}.category-feature-orbit.orbit-b{width:200px;height:90px}.category-feature-glow{width:230px;height:230px}.category-feature-pedestal{bottom:35px;width:210px}.category-feature-label{right:6%;bottom:9%;font-size:6px}.category-products-heading{padding:30px 2px 14px;align-items:start;flex-direction:column;gap:5px}.category-products-heading strong{font-size:27px}.category-inline-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.category-inline-grid .product-card:nth-child(4){display:block}.category-inline-grid .product-info{padding:9px}.category-inline-grid .product-info h3{font-size:13px}.category-inline-grid .product-actions{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.category-feature-glow,.category-feature-orbit,.category-feature-pedestal,.category-feature-image img{animation:none!important}}.category-feature-placeholder{width:180px;height:180px;border-radius:50%;display:grid;place-items:center;align-content:center;background:radial-gradient(circle at 30% 25%,#fff 0,#f6bb64 35%,#b86314 75%,#6b3f20);color:#fff;box-shadow:inset -18px -22px 30px #3c1e0a38,0 25px 40px #5d39202e;text-align:center}.category-feature-placeholder span{font:700 28px Playfair Display}.category-feature-placeholder small{font-size:8px;letter-spacing:.14em}.category-products-heading{margin-top:4px}.category-inline-view-all-wrap{display:flex;justify-content:center;padding:28px 0 8px}.category-inline-view-all-wrap[hidden]{display:none}.category-inline-view-all-wrap .category-inline-all{transform:none!important}.category-inline-view-all-wrap .category-inline-all:hover{transform:translateY(-3px)!important}@media(max-width:700px){.category-inline-view-all-wrap{padding:22px 0 4px}.category-inline-view-all-wrap .category-inline-all{width:100%;justify-content:center}}.category-inline-panel.is-open{padding:48px 0 8px;background:transparent;border:0;border-radius:0;box-shadow:none}.category-inline-head{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 260px;align-items:center;gap:40px;min-height:250px;margin:0 0 34px;padding:42px 48px;border-radius:28px;overflow:hidden;background:linear-gradient(112deg,#fffaf2,#f7ead6 68%,#f2d08e);border:1px solid rgba(93,57,32,.1);box-shadow:0 18px 50px #5d392012,inset 0 1px #ffffffd9;isolation:isolate}.category-inline-head:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:radial-gradient(circle at 82% 30%,rgba(247,147,30,.16),transparent 22%),radial-gradient(circle at 5% 100%,rgba(220,167,44,.1),transparent 28%)}.category-inline-head:after{content:"";position:absolute;width:330px;height:160px;right:120px;top:-75px;border:1px solid rgba(247,147,30,.18);border-radius:50%;transform:rotate(-16deg);z-index:-1}.category-inline-copy{transform:none!important;position:relative;z-index:2}.category-showcase-kicker{display:flex;align-items:center;gap:11px;font-size:9px;font-weight:800;letter-spacing:.17em;color:var(--brown)}.category-showcase-kicker span:first-child{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--ink);color:#fff;font-size:8px;letter-spacing:0}.category-inline-head h2{font:500 clamp(44px,5.1vw,72px)/.91 "Playfair Display";letter-spacing:-.065em;margin:17px 0 13px;max-width:820px}.category-inline-head h2 em{color:var(--orange);font-style:italic}.category-inline-head p{max-width:650px;margin:0;color:var(--muted);font-size:13px;line-height:1.65}.category-benefits{display:flex;flex-wrap:wrap;gap:7px;margin:20px 0 0}.category-benefits span{font-size:8px;font-weight:700;padding:8px 10px;border-radius:999px;background:#fffaf2d9;border:1px solid rgba(93,57,32,.1);box-shadow:0 3px 9px #5d39200a}.category-inline-actions{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;min-height:190px}.category-mini-3d{position:relative;width:130px;height:130px;perspective:500px}.category-mini-3d span{position:absolute;top:17px;right:17px;bottom:17px;left:17px;border-radius:50%;background:radial-gradient(circle at 29% 22%,#fffdf5 0 7%,#ffd88e 20%,#f3a43b 46%,#b96313 74%,#70411f);box-shadow:inset -18px -20px 28px #502b0e33,inset 13px 12px 22px #ffffff9e,0 18px 28px #5d392024;animation:categoryMiniFloat 4.8s ease-in-out infinite}.category-mini-3d i{position:absolute;width:145px;height:54px;left:-8px;top:42px;border:1px solid rgba(247,147,30,.28);border-radius:50%;transform:rotateX(67deg) rotate(-18deg);animation:categoryMiniOrbit 8s linear infinite}.category-mini-3d b{position:absolute;width:7px;height:7px;right:19px;top:21px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 5px #f7931e1a}.category-inline-all{position:relative;z-index:3;align-self:center;display:inline-flex;align-items:center;gap:20px;padding:13px 17px;border-radius:999px;background:var(--ink);color:#fff;text-decoration:none;font-size:10px;font-weight:800;box-shadow:0 5px #00000024,0 15px 25px #5d39201f;transform:none!important;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.category-inline-all:hover{transform:translateY(-3px)!important;box-shadow:0 8px #00000021,0 20px 32px #5d392029;background:#2a251f}.category-products-heading{display:flex;justify-content:space-between;align-items:end;padding:0 4px 18px}.category-products-heading span{display:block;font-size:8px;letter-spacing:.18em;font-weight:800;color:var(--muted);margin-bottom:7px}.category-products-heading strong{font:500 35px/1 Playfair Display;letter-spacing:-.04em}.category-products-heading small{font-size:10px;color:var(--muted)}.category-inline-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.category-inline-grid .product-card{min-width:0;border-radius:18px;overflow:hidden;background:#fffaf2;border:1px solid rgba(93,57,32,.1);box-shadow:0 6px #1d1a160a,0 16px 35px #5d392014;opacity:0;animation:categoryProductsIn .45s cubic-bezier(.16,.8,.2,1) both;transition:transform .35s ease,box-shadow .35s ease}.category-inline-grid .product-card:hover{transform:translateY(-7px);box-shadow:0 10px #1d1a160d,0 25px 50px #5d392021}.category-inline-grid .product-image{background:#f1e4d0}.category-inline-grid .product-image img{transition:transform .45s ease;filter:drop-shadow(10px 16px 14px rgba(75,42,18,.16))}.category-inline-grid .product-card:hover .product-image img{transform:translateY(-5px) scale(1.025)}.category-inline-grid .product-info{padding:14px}.category-inline-grid .product-info h3{margin-bottom:8px}.category-inline-grid .product-actions{gap:7px}@keyframes categoryMiniFloat{0%,to{transform:translateZ(18px)}50%{transform:translate3d(-7px,-9px,38px) rotateY(12deg)}}@keyframes categoryMiniOrbit{to{transform:rotateX(67deg) rotate(342deg)}}@media(max-width:1000px){.category-inline-head{grid-template-columns:minmax(0,1fr) 190px;padding:34px 30px;gap:20px}.category-mini-3d{width:105px;height:105px}.category-mini-3d i{width:120px;height:45px;top:33px}.category-inline-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-inline-grid .product-card:nth-child(4){display:none}}@media(max-width:700px){.category-inline-panel.is-open{padding:30px 0 6px}.category-inline-head{grid-template-columns:1fr;min-height:0;margin-bottom:26px;padding:30px 20px 24px;border-radius:22px;gap:12px}.category-inline-head:after{right:-100px;top:15px}.category-inline-head h2{font-size:42px;margin:14px 0 10px}.category-inline-head p{font-size:11px;line-height:1.55}.category-benefits{margin-top:16px}.category-benefits span{font-size:7px;padding:7px 8px}.category-inline-actions{min-height:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:4px}.category-mini-3d{width:78px;height:78px}.category-mini-3d span{top:10px;right:10px;bottom:10px;left:10px}.category-mini-3d i{width:90px;height:35px;left:-6px;top:24px}.category-mini-3d b{width:5px;height:5px;right:12px;top:11px}.category-inline-all{padding:11px 13px;font-size:9px}.category-products-heading{padding:0 2px 13px;align-items:flex-start;flex-direction:column;gap:5px}.category-products-heading strong{font-size:29px}.category-products-heading small{font-size:9px}.category-inline-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.category-inline-grid .product-card:nth-child(4){display:block}.category-inline-grid .product-info{padding:9px}.category-inline-grid .product-info h3{font-size:13px}.category-inline-grid .product-actions{grid-template-columns:1fr}}.category-products-heading{display:none!important}.category-inline-products{margin-top:0;padding-top:0}.category-inline-grid{margin-top:0}@media(max-width:700px){.category-inline-products{padding-top:0}.category-inline-grid{margin-top:0}}.category-inline-panel.is-open{padding:24px 0 0}.category-inline-head{margin-bottom:10px;padding:34px 42px}.category-inline-products{margin-top:0;padding:0}.category-inline-grid{margin-top:0;gap:12px}.category-inline-grid .product-card{border-radius:16px}.category-inline-grid .product-image{height:280px}@media(max-width:1000px){.category-inline-head{padding:30px 28px;margin-bottom:8px}.category-inline-grid .product-image{height:245px}}@media(max-width:700px){.category-inline-panel.is-open{padding:18px 0 0}.category-inline-head{margin-bottom:8px;padding:24px 18px 20px}.category-inline-grid{gap:8px}.category-inline-grid .product-image{height:185px}}.category-inline-panel,.category-inline-panel.is-open{max-height:none!important;overflow:visible!important;margin:0!important;padding:34px 28px 28px!important;background:linear-gradient(112deg,#fffaf2,#f7ead6 68%,#f2d08e)!important;border:1px solid rgba(93,57,32,.1)!important;border-radius:28px!important;box-shadow:0 18px 50px #5d392012,inset 0 1px #ffffffd9!important}.category-inline-head{margin:0!important;padding:14px 20px 28px!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}.category-inline-head:before,.category-inline-head:after{display:none!important}.category-inline-products{margin:0!important;padding:0!important}.category-products-heading{margin:0!important;padding:4px 4px 14px!important}.category-inline-grid{margin:0!important;padding:0!important}.category-inline-view-all-wrap{padding:18px 0 2px!important}@media(max-width:700px){.category-inline-panel,.category-inline-panel.is-open{padding:20px 12px 14px!important;border-radius:20px!important}.category-inline-head{padding:8px 10px 20px!important;margin:0!important}.category-inline-products{padding:0!important}.category-products-heading{padding:2px 2px 10px!important}.category-inline-view-all-wrap{padding:14px 0 2px!important}}.category-bar{background:#fffaf2eb;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.category-inline-panel{margin:0!important;border-radius:30px!important;overflow:hidden!important;perspective:1400px;transform-style:preserve-3d;max-height:2400px!important}.category-inline-panel.is-open{margin-top:0!important;padding:34px!important;max-height:2400px!important}.category-inline-head{margin-bottom:20px!important;position:relative;z-index:4}.category-inline-grid{position:relative;z-index:5}.category-inline-grid .product-card{transform-style:preserve-3d;will-change:transform}.category-inline-grid .product-card:hover{transform:translateY(-10px) rotateX(2deg) rotateY(-2deg) translateZ(18px)!important}.category-3d-stage{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;overflow:hidden;transform-style:preserve-3d}.category-3d-products{position:absolute;top:0;right:0;bottom:0;left:0;transform-style:preserve-3d}.category-3d-products img{position:absolute;width:clamp(110px,14vw,220px);height:auto;object-fit:contain;right:5%;top:8%;opacity:0;filter:drop-shadow(24px 32px 20px rgba(65,37,15,.22));transform:translate3d(0,30px,90px) rotateY(-14deg) rotate(2deg) scale(.78);transition:opacity .45s ease,transform .7s cubic-bezier(.16,.8,.2,1);animation:khatie3DProductFloat 6s ease-in-out infinite}.category-3d-products img.is-active{opacity:.95;transform:translate3d(var(--scroll-x,0px),var(--scroll-y,0px),120px) rotateY(-8deg) rotate(2deg) scale(1)}.category-3d-orb-a{transform:translate3d(var(--scroll-orb-x,0px),var(--scroll-orb-y,0px),40px);transition:transform .2s linear}.category-3d-orb-b{transform:translate3d(calc(var(--scroll-orb-x,0px) * -.6),calc(var(--scroll-orb-y,0px) * -.6),25px);transition:transform .2s linear}.category-3d-ring-a{transform:translate3d(var(--scroll-ring-x,0px),var(--scroll-ring-y,0px),20px) rotateX(64deg) rotate(-18deg)!important;transition:transform .2s linear}.category-3d-ring-b{transform:translate3d(calc(var(--scroll-ring-x,0px) * -.5),calc(var(--scroll-ring-y,0px) * -.5),10px) rotateX(67deg) rotate(24deg)!important;transition:transform .2s linear}.category-inline-copy{transform:translateZ(38px)!important;position:relative;z-index:4}.category-inline-all{transform:translateZ(48px)!important}.category-inline-products{position:relative;z-index:5;margin-top:2px!important}.category-products-heading{margin:0!important;padding:4px 4px 12px!important}.category-empty{display:none!important}@keyframes khatie3DProductFloat{0%,to{margin-top:0;filter:drop-shadow(24px 32px 20px rgba(65,37,15,.2))}50%{margin-top:-10px;filter:drop-shadow(30px 42px 24px rgba(65,37,15,.25))}}@media(max-width:900px){.category-inline-panel.is-open{padding:24px!important}.category-3d-products img{width:125px;right:1%;top:5%;opacity:.55}.category-inline-copy{transform:translateZ(22px)!important}.category-inline-all{transform:translateZ(28px)!important}}@media(max-width:600px){.category-bar{position:relative;top:auto;padding:16px 4%!important}.category-nav-row{gap:12px}.category-inline-panel,.category-inline-panel.is-open{border-radius:20px!important;padding:18px 12px!important;max-height:2600px!important}.category-inline-head{padding:4px 8px 16px!important}.category-inline-head h2{font-size:36px!important}.category-3d-products img{width:90px;right:-5px;top:2%;opacity:.4}.category-3d-orb-a{width:85px!important;height:85px!important}.category-3d-ring-a{width:180px!important;height:90px!important}}@media(prefers-reduced-motion:reduce){.category-3d-products img{animation:none!important;transition:none!important}.category-3d-stage *{transition:none!important}}.hero-v2-image-wrap,.feature-visual,.kh-hero-v2-stage{transform-style:preserve-3d}.hero-v2-image-wrap,.spice-visual .scene-card,.spice-visual .scene-card img{background:transparent!important}.hero-v2-image-wrap:before{width:58%!important;height:10%!important;bottom:2%!important;background:radial-gradient(ellipse,#43270f47,#43270f00 72%)!important;filter:blur(20px)!important;transform:translateZ(-20px)}.hero-v2-image{background:transparent!important;border:0!important;box-shadow:none!important;filter:drop-shadow(0 34px 24px rgba(67,39,15,.22)) drop-shadow(0 8px 8px rgba(67,39,15,.1))!important;transform:translate3d(var(--hero-depth-x,0px),var(--hero-depth-y,0px),55px) rotateY(var(--hero-tilt-y,0deg)) rotateX(var(--hero-tilt-x,0deg));transition:transform .18s ease-out,filter .35s ease;will-change:transform}.hero-v2-product:hover .hero-v2-image{transform:translate3d(var(--hero-depth-x,0px),-10px,80px) rotateY(var(--hero-tilt-y,-2deg)) rotateX(var(--hero-tilt-x,1deg)) scale(1.035);filter:drop-shadow(0 42px 30px rgba(67,39,15,.27)) drop-shadow(0 10px 12px rgba(67,39,15,.12))!important}.spice-visual .scene-card{width:145px!important;height:175px!important;padding:0!important;border:0!important;box-shadow:none!important;overflow:visible!important;transform-style:preserve-3d}.spice-visual .scene-card img{width:100%!important;height:100%!important;object-fit:contain!important;filter:drop-shadow(0 24px 18px rgba(67,39,15,.22));transform:translateZ(35px)}.spice-visual .scene-card-one{transform:translate3d(var(--card-one-x,0),var(--card-one-y,0),45px) rotate(-8deg)}.spice-visual .scene-card-two{transform:translate3d(var(--card-two-x,0),var(--card-two-y,0),55px) rotate(8deg)}.spice-visual .real-scene,.oil-visual .oil-product{background:transparent!important;border:0!important;box-shadow:none!important;transform:translate3d(var(--feature-x,0),var(--feature-y,0),60px) rotateY(var(--feature-tilt,0deg));filter:drop-shadow(0 38px 28px rgba(67,39,15,.24)) drop-shadow(0 10px 12px rgba(67,39,15,.1));transition:transform .18s ease-out,filter .35s ease;will-change:transform}.feature-visual:hover .real-scene,.feature-visual:hover .oil-product{transform:translate3d(var(--feature-x,0),calc(var(--feature-y,0) - 8px),80px) rotateY(var(--feature-tilt,0deg)) scale(1.025);filter:drop-shadow(0 46px 34px rgba(67,39,15,.28)) drop-shadow(0 12px 14px rgba(67,39,15,.12))}.spice-visual:after,.oil-visual:after{content:"";position:absolute;width:55%;height:12%;left:22%;bottom:10%;border-radius:50%;background:radial-gradient(ellipse,rgba(67,39,15,.2),transparent 70%);filter:blur(18px);transform:translateZ(-20px);pointer-events:none}.product-card{transform-style:preserve-3d;perspective:900px;backface-visibility:hidden}.product-card img{transform:translateZ(18px);transition:transform .45s cubic-bezier(.16,.8,.2,1),filter .45s ease}.product-card:hover img{transform:translate3d(0,-7px,34px) scale(1.025);filter:drop-shadow(0 18px 14px rgba(67,39,15,.16))}@media(max-width:600px){.hero-v2-image{height:205px;transform:translateZ(24px)!important;filter:drop-shadow(0 22px 17px rgba(67,39,15,.2))!important}.spice-visual .scene-card{width:92px!important;height:112px!important}.spice-visual .real-scene,.oil-visual .oil-product{transform:translateZ(28px)!important;filter:drop-shadow(0 26px 20px rgba(67,39,15,.2))!important}.spice-visual:after,.oil-visual:after{bottom:7%;height:9%;filter:blur(14px)}}.kh-search-trigger{font-family:inherit;appearance:none;-webkit-appearance:none;cursor:pointer;padding:0}.kh-search-trigger:focus-visible{outline:2px solid var(--orange);outline-offset:5px}.kh-search[aria-hidden=true]{display:none}.kh-search[aria-hidden=false]{display:block}.kh-search-inner{position:relative}.kh-search-inner .section-tag{display:block;color:#f7b34f;margin-bottom:8px}.kh-search-form{display:flex;align-items:center;border-bottom:1px solid #ffffff55}.kh-search-form input{flex:1;border-bottom:0!important;padding-right:55px!important}.kh-search-submit{width:48px;height:48px;border:1px solid #ffffff33;border-radius:50%;background:var(--orange);color:var(--ink);font-size:20px;cursor:pointer;flex:0 0 auto}.kh-search-submit:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0003}.kh-search-hint{color:#ffffff9c;font-size:11px;line-height:1.7;margin-top:14px}.kh-search-results{margin-top:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.kh-search-result{display:flex;align-items:center;gap:12px;padding:10px;border:1px solid #ffffff18;background:#ffffff0b;color:#fff;text-decoration:none;border-radius:12px;transition:.25s}.kh-search-result:hover{background:#ffffff16;transform:translateY(-2px)}.kh-search-result img{width:58px;height:58px;object-fit:contain;background:#f7f1e7;border-radius:8px}.kh-search-result strong{font:500 16px Playfair Display;display:block}.kh-search-result small{color:#fff9;font-size:9px;display:block;margin-top:3px}.kh-search-empty{color:#fff9;font-size:12px;padding:15px 0}.thekua-art{position:relative;overflow:hidden}.thekua-image-stage{position:relative;width:min(78%,520px);height:min(78%,520px);display:grid;place-items:center;transform-style:preserve-3d;perspective:900px}.thekua-image{position:relative;z-index:2;width:100%;height:100%;object-fit:contain;filter:drop-shadow(35px 35px 28px #160b0666);animation:thekuaFloat 6s ease-in-out infinite;transform-style:preserve-3d}.thekua-image-glow{position:absolute;z-index:1;width:72%;height:30%;bottom:7%;left:14%;border-radius:50%;background:#f2a43b55;filter:blur(25px);animation:thekuaShadow 6s ease-in-out infinite}.thekua-art>span{z-index:5;background:#1d1a16cc;padding:9px 12px;border-radius:999px;bottom:28px}@keyframes thekuaFloat{0%,to{transform:translateZ(25px) rotateY(-2deg)}50%{transform:translate3d(0,-16px,45px) rotateY(2deg)}}@keyframes thekuaShadow{0%,to{transform:scale(.92);opacity:.55}50%{transform:scale(1.08);opacity:.9}}@media(max-width:600px){.kh-search{padding:100px 6% 50px}.kh-search-inner input{font-size:28px!important}.kh-search-results{grid-template-columns:1fr}.thekua-image-stage{width:90%;height:90%}}.search-page{padding:170px 7% 120px;min-height:78vh;background:#f7f1e7}.search-page h1{font:500 clamp(52px,7vw,96px)/.9 "Playfair Display";letter-spacing:-.065em;margin:18px 0}.search-page-head{display:grid;grid-template-columns:1fr minmax(320px,520px);gap:60px;align-items:end;margin-bottom:55px}.search-page-head p{color:var(--muted);font-size:13px;line-height:1.7}.search-page-form{display:flex;gap:10px;align-items:center}.search-page-form input{flex:1;border:1px solid #1d1a1633;border-radius:30px;background:#fffaf2;padding:15px 18px;outline:none;font-size:12px}.search-page-form .primary{padding:15px 20px;white-space:nowrap}.search-results-grid{margin-top:20px}.search-empty-state{text-align:center;padding:100px 20px;background:#fffaf2;border:1px solid #1d1a1612;border-radius:24px}.search-empty-state h2{font:500 50px Playfair Display;margin:0 0 12px}.search-empty-state p{color:var(--muted);margin-bottom:25px}@media(max-width:800px){.search-page{padding:125px 5% 80px}.search-page-head{grid-template-columns:1fr;gap:20px}.search-page-form{flex-direction:column;align-items:stretch}.search-page-form .primary{justify-content:center}}.kh-story{position:relative;overflow:hidden;background:linear-gradient(135deg,#f7f1e7,#f4e6d0 62%,#efd2a4)}.kh-story:before{content:"";position:absolute;width:520px;height:520px;right:-180px;top:-220px;border-radius:50%;background:radial-gradient(circle,#f7931e35,transparent 66%);filter:blur(2px);pointer-events:none}.kh-story .statement-inner{position:relative;z-index:2}.kh-story .statement-copy{position:relative;z-index:3}.kh-story-signature{display:flex;align-items:center;gap:14px;margin-top:30px;font-size:9px;letter-spacing:.12em;color:var(--brown)}.kh-story-signature span{font-weight:800;color:var(--orange)}.kh-story-signature b{font-weight:600;letter-spacing:.05em}.kh-story-3d{height:430px;position:relative;perspective:1200px;transform-style:preserve-3d;display:grid;place-items:center}.story-orbit{position:absolute;border:1px solid #d58b2f55;border-radius:50%;transform:rotateX(68deg) rotate(-18deg);animation:storyOrbit 16s linear infinite}.story-orbit-a{width:420px;height:170px}.story-orbit-b{width:300px;height:120px;animation-duration:11s;animation-direction:reverse}.story-card{position:absolute;width:190px;min-height:135px;border:1px solid #ffffffaa;border-radius:20px;padding:22px;background:linear-gradient(145deg,#fffaf2d9,#e9d3adbf);box-shadow:20px 28px 55px #5d392025,inset 1px 1px #fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform-style:preserve-3d;display:flex;flex-direction:column;gap:7px}.story-card:after{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:14px;border:1px solid #ffffff55;pointer-events:none}.story-card small{font-size:8px;letter-spacing:.2em;font-weight:800;color:var(--brown)}.story-card strong{font:600 42px/.9 Playfair Display;color:var(--orange)}.story-card span{font-size:10px;line-height:1.45;color:#756a5d;max-width:135px}.story-card-back{transform:translate3d(-55px,-70px,-90px) rotate(-8deg) rotateY(10deg);opacity:.72;animation:storyBack 6s ease-in-out infinite}.story-card-mid{transform:translate3d(45px,10px,10px) rotate(5deg) rotateY(-8deg);z-index:2;animation:storyMid 5s ease-in-out infinite}.story-card-front{transform:translate3d(-10px,80px,90px) rotate(-3deg) rotateY(6deg);z-index:3;animation:storyFront 4.5s ease-in-out infinite}.story-orb{position:absolute;width:80px;height:80px;right:5%;top:8%;border-radius:50%;background:radial-gradient(circle at 30% 25%,#fff8e8,#f7931e 48%,#a95d0d);box-shadow:inset -12px -15px 25px #713e1435,0 25px 45px #5d39202c;animation:storyOrb 5s ease-in-out infinite;z-index:4}@keyframes storyOrbit{to{transform:rotateX(68deg) rotate(342deg)}}@keyframes storyBack{50%{transform:translate3d(-65px,-82px,-110px) rotate(-10deg) rotateY(13deg)}}@keyframes storyMid{50%{transform:translate3d(50px,0,15px) rotate(7deg) rotateY(-10deg)}}@keyframes storyFront{50%{transform:translate3d(-5px,72px,105px) rotate(-1deg) rotateY(8deg)}}@keyframes storyOrb{50%{transform:translate3d(0,-15px,30px) rotateY(25deg);box-shadow:inset -12px -15px 25px #713e1435,0 35px 55px #5d392035}}.pooja-collection-hero{margin:110px 6% 0;padding:70px 6%;min-height:360px;border-radius:34px;background:linear-gradient(120deg,#fffaf2,#f7dfb3 58%,#efb454);position:relative;overflow:hidden;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;isolation:isolate;box-shadow:0 30px 80px #5d392018}.pooja-collection-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(#5d392012 1px,transparent 1px);background-size:7px 7px;pointer-events:none}.pooja-hero-copy{position:relative;z-index:2;max-width:680px}.pooja-hero-copy h2{font:500 clamp(48px,6vw,82px)/.95 "Playfair Display";letter-spacing:-.06em;margin:18px 0}.pooja-hero-copy h2 em{color:var(--orange);font-style:italic}.pooja-hero-copy p{max-width:560px;color:#71665a;line-height:1.7;font-size:14px}.pooja-hero-3d{height:270px;position:relative;perspective:900px}.pooja-orb{position:absolute;width:170px;height:170px;right:12%;top:25px;border-radius:50%;background:radial-gradient(circle at 30% 24%,#fff8e7 0 7%,#f7b94f 38%,#a95f0c);box-shadow:inset -18px -22px 30px #713e1430,0 35px 55px #5d39203a;animation:poojaFloat 5s ease-in-out infinite;z-index:3}.pooja-ring{position:absolute;border:1px solid #d58b2f55;border-radius:50%;transform:rotateX(70deg) rotate(-15deg)}.pooja-ring-a{width:300px;height:110px;right:-4%;top:65px;animation:poojaRing 12s linear infinite}.pooja-ring-b{width:240px;height:90px;right:8%;top:85px;animation:poojaRing 9s linear infinite reverse}.pooja-dot{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 6px #f7931e15}.pooja-dot-a{right:43%;top:30px}.pooja-dot-b{right:7%;bottom:35px}@keyframes poojaFloat{50%{transform:translate3d(0,-16px,45px) rotateY(18deg) rotateX(6deg)}}@keyframes poojaRing{to{transform:rotateX(70deg) rotate(345deg)}}@media(max-width:900px){.kh-story-3d{height:360px;margin-top:20px}.pooja-collection-hero{grid-template-columns:1fr;padding:55px 7%;margin-top:95px}.pooja-hero-3d{height:220px}}@media(max-width:600px){.kh-story-3d{height:310px}.story-card{width:150px;min-height:115px;padding:16px}.story-card strong{font-size:32px}.story-card-back{transform:translate3d(-40px,-45px,-70px) rotate(-8deg)}.story-card-mid{transform:translate3d(35px,0,5px) rotate(5deg)}.story-card-front{transform:translate3d(-5px,55px,60px) rotate(-3deg)}.story-orbit-a{width:310px}.story-orbit-b{width:220px}.story-orb{width:55px;height:55px}.pooja-collection-hero{margin-top:85px;border-radius:22px;padding:45px 6%}.pooja-hero-copy h2{font-size:48px}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/theme.css.map */
