/*
Theme Name: Nutcase Fusion Foods
Theme URI: https://nutcaseindia.com/
Author: Nutcase Fusion Foods
Description: Custom WooCommerce theme recreating the Nutcase Fusion Foods storefront.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: nutcase
*/
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&display=swap');
:root{--bg:#f8f6ef;--fg:#193025;--card:#fff;--primary:#1e4938;--secondary:#eee9dd;--muted:#66716b;--accent:#f47716;--border:#ddd8ca;--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--fg);font-family:"DM Sans",sans-serif;overflow-x:hidden}.font-display,h1,h2,h3{font-family:"Fraunces",serif}a{color:inherit;text-decoration:none}.container{width:min(1120px,calc(100% - 32px));margin:auto}.site-header{position:sticky;top:0;z-index:100;background:rgba(248,246,239,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.header-inner{height:80px;display:flex;align-items:center;justify-content:space-between;gap:18px}.logo img{height:48px;width:auto;display:block}.nav{display:flex;gap:28px;font-size:14px;font-weight:600}.nav a{color:#66716b}.nav a:hover{color:var(--fg)}.header-actions{display:flex;align-items:center;gap:8px}.icon-btn{width:42px;height:42px;border:0;border-radius:50%;background:transparent;cursor:pointer;font-size:19px}.icon-btn:hover{background:var(--secondary)}.shop-btn,.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--accent);color:#fff;padding:13px 24px;font-weight:700;cursor:pointer}.outline{background:transparent;border:1px solid currentColor}.mobile-toggle{display:none}.hero{min-height:calc(100vh - 80px);position:relative;display:flex;align-items:center;background:#333 url('https://images.hostinger.com/8dc3a335-c163-450e-beb4-e84c9ec72879.png') center/cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.42),rgba(0,0,0,.15))}.hero-content{position:relative;z-index:1;color:#fff;padding:90px 0}.eyebrow{font-size:13px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}.hero h1{font-size:clamp(48px,7vw,76px);line-height:1.03;max-width:780px;margin:0}.hero p{font-size:20px;line-height:1.6;max-width:590px;color:rgba(255,255,255,.86);margin:22px 0 0}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.hero .outline{color:#fff;border-color:rgba(255,255,255,.65)}.marquee{background:var(--primary);color:#fff;overflow:hidden;padding:14px 0;white-space:nowrap}.marquee-track{display:inline-flex;animation:marquee 30s linear infinite}.marquee span{font-size:13px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;padding:0 25px}.marquee b{color:var(--accent)}@keyframes marquee{to{transform:translateX(-50%)}}section.block{padding:90px 0}.section-head{margin-bottom:40px}.section-head h2{font-size:clamp(36px,5vw,54px);margin:0;line-height:1.1}.muted{color:var(--muted)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:.3s}.product-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(20,40,30,.09)}.product-image{aspect-ratio:1/1;overflow:hidden;background:#eee}.product-image img{width:100%;height:100%;object-fit:cover;transition:.5s}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:20px;display:flex;flex-direction:column;flex:1}.product-info h3{font-size:23px;margin:0 0 5px}.product-info p{margin:0 0 18px;color:var(--muted);font-size:14px}.price{font-weight:800;font-size:18px;margin-bottom:16px}.product-info .btn{width:100%;margin-top:auto}.benefits{background:rgba(238,233,221,.5)}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:38px}.benefit{display:flex;gap:15px}.benefit-icon{width:50px;height:50px;flex:0 0 50px;border-radius:18px;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:22px}.benefit h3{font-size:20px;margin:0 0 5px}.benefit p,.process p{font-size:14px;line-height:1.65;color:var(--muted);margin:0}.story{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.story img{width:100%;height:460px;object-fit:cover;border-radius:30px}.process{background:rgba(238,233,221,.5)}.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:30px}.step-num{font-family:"Fraunces";font-size:46px;color:rgba(30,73,56,.2);font-weight:700}.step h3{font-size:20px;margin:4px 0 7px}.reviews{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.review{background:#fff;border:1px solid var(--border);border-radius:24px;padding:24px}.stars{color:var(--accent);letter-spacing:2px}.review p{font-size:14px;line-height:1.7;min-height:100px}.review strong{display:block}.review small{color:var(--muted)}.cta{min-height:620px;position:relative;display:grid;place-items:center;text-align:center;background:url('https://images.hostinger.com/ae6c7bd7-9f35-431a-9368-d42c86c07785.png') center/cover}.cta:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.55)}.cta-content{position:relative;z-index:1;color:#fff}.cta h2{font-size:clamp(42px,6vw,64px);max-width:760px;margin:0}.cta p{font-size:19px;color:rgba(255,255,255,.86)}.site-footer{background:var(--primary);color:#fff;padding-top:58px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1.2fr;gap:45px;padding-bottom:50px}.site-footer img{height:62px;background:#fff;padding:8px 12px;border-radius:15px}.site-footer p,.site-footer li{color:rgba(255,255,255,.68);font-size:14px;line-height:1.7}.site-footer ul{list-style:none;padding:0;margin:0}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);padding:18px 0;font-size:12px;color:rgba(255,255,255,.55);display:flex;justify-content:space-between}.page-wrap{padding:60px 0}.woocommerce .site-main{min-height:50vh}.woocommerce ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none}.woocommerce ul.products li.product{width:auto!important;margin:0!important;background:#fff;border:1px solid var(--border);border-radius:24px;padding:0 0 20px;overflow:hidden}.woocommerce ul.products li.product img{width:100%;margin:0 0 15px}.woocommerce ul.products li.product .button{border-radius:999px;background:var(--accent);color:#fff;font-weight:700;margin-left:20px}.cart-drawer{position:fixed;inset:0;z-index:999;pointer-events:none}.cart-drawer.open{pointer-events:auto}.cart-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.45);opacity:0;transition:.25s}.cart-drawer.open .cart-backdrop{opacity:1}.cart-panel{position:absolute;right:0;top:0;height:100%;width:min(420px,100%);background:var(--bg);transform:translateX(100%);transition:.3s;padding:26px;overflow:auto}.cart-drawer.open .cart-panel{transform:none}.cart-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border);padding-bottom:18px}.cart-head h2{margin:0;font-size:30px}.cart-items{padding:20px 0}.cart-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.cart-item img{width:70px;height:70px;object-fit:cover;border-radius:12px}.cart-total{font-size:20px;font-weight:800;padding:18px 0}.cart-actions .btn{width:100%;margin-top:8px}.notice{padding:14px 18px;background:#fff;border:1px solid var(--border);border-radius:14px;margin-bottom:25px}@media(max-width:900px){.nav{display:none}.mobile-toggle{display:block}.products-grid,.woocommerce ul.products{grid-template-columns:repeat(2,1fr)}.benefit-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(2,1fr)}.reviews{grid-template-columns:repeat(2,1fr)}.story{grid-template-columns:1fr;gap:30px}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.header-inner{height:68px}.logo img{height:42px}.shop-btn{display:none}.hero{min-height:calc(100vh - 68px)}.hero h1{font-size:46px}.hero p{font-size:17px}.block{padding:65px 0!important}.products-grid,.woocommerce ul.products,.benefit-grid,.process-grid,.reviews{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:5px}.story img{height:340px}.mobile-nav{display:none;background:var(--bg);border-top:1px solid var(--border);padding:12px 16px}.mobile-nav.open{display:block}.mobile-nav a{display:block;padding:11px 8px;font-weight:600}.header-actions .account-link{display:none}}
