/*
Theme Name: Cassia Herbal
Theme URI: https://example.com/
Author: Custom WordPress Theme
Description: A premium natural/herbal products WooCommerce-ready theme inspired by the supplied Cassia website reference.
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: cassia-herbal
*/

:root{
  --green:#0b4d2a;
  --dark:#143c28;
  --light:#f7f5ec;
  --cream:#fbfaf3;
  --gold:#b49a4b;
  --text:#243027;
  --muted:#697268;
  --border:#e7e3d7;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.6}
h1,h2,h3,h4{font-family:Georgia,"Times New Roman",serif;line-height:1.12;margin:0 0 16px;color:var(--dark)}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{width:min(1180px,92%);margin:auto}
.topbar{background:var(--green);color:#fff;font-size:13px}
.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:9px 0}
.topbar span{margin-right:22px}
.site-header{background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:50}
.nav-wrap{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.logo{font-family:Georgia,serif;font-size:42px;line-height:.9;color:#172c20}
.logo small{display:block;font-family:Arial,sans-serif;font-size:10px;letter-spacing:4px;text-align:center;margin-top:8px;color:#526053}
.main-nav{display:flex;align-items:center;gap:28px;font-size:14px}
.main-nav a:hover{color:var(--green)}
.menu-toggle{display:none;background:none;border:0;font-size:28px}
.hero{background:linear-gradient(90deg,#fbfaf3 0%,#fbfaf3 46%,#e7efd7 100%);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:540px}
.hero-copy{padding:65px 20px 65px 0}
.eyebrow{color:var(--green);font-weight:700;letter-spacing:2px;font-size:13px;text-transform:uppercase}
.hero h1{font-size:62px;max-width:650px}
.hero h1:after{content:"";display:block;width:64px;height:3px;background:var(--gold);margin-top:25px}
.hero p{font-size:18px;max-width:560px;color:#4f584f}
.btn{display:inline-block;background:var(--green);color:#fff;border-radius:8px;padding:14px 24px;font-weight:700;font-size:14px;transition:.2s}
.btn:hover{background:#06391f;transform:translateY(-1px)}
.hero-visual{min-height:540px;display:flex;align-items:end;justify-content:center;padding:30px 0 0}
.product-scene{width:92%;min-height:470px;border-radius:22px 22px 0 0;background:radial-gradient(circle at 70% 30%,#f4f6d9,transparent 32%),linear-gradient(135deg,#d7e6c2,#f4f0d9);position:relative;overflow:hidden;display:flex;align-items:end;justify-content:center;padding:40px 30px}
.bottle{width:150px;height:320px;background:linear-gradient(90deg,#173e25,#557b43,#173e25);border-radius:18px 18px 14px 14px;position:relative;box-shadow:0 16px 30px #3a4b3330}
.bottle:before{content:"";position:absolute;width:64px;height:55px;background:#111;left:43px;top:-52px;border-radius:8px 8px 2px 2px}
.bottle:after{content:"CASSIA\\A HERBAL CARE";white-space:pre;text-align:center;position:absolute;left:15px;right:15px;top:95px;background:#f7f2dc;color:#24432d;padding:24px 4px;font:18px Georgia,serif;border-radius:4px}
.bottle.brown{background:linear-gradient(90deg,#4b2415,#8c4d2c,#35190f);width:135px;height:285px}
.box{width:170px;height:190px;background:#eee7c8;border:5px solid #d5cc9d;display:flex;align-items:center;justify-content:center;text-align:center;color:#315136;font:22px Georgia,serif;box-shadow:0 14px 20px #4d4a2525}
.scene-row{display:flex;gap:18px;align-items:end;transform:translateY(35px)}
.features{padding:30px 0 65px;background:#fff}
.feature-row{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;text-align:center}
.feature{padding:18px;border-right:1px solid var(--border)}
.feature:last-child{border-right:0}
.icon{font-size:34px;color:var(--green);margin-bottom:7px}
.section{padding:75px 0}
.section-head{text-align:center;margin-bottom:40px}
.section-head .eyebrow{margin-bottom:10px}
.section-head h2{font-size:42px}
.section-head p{max-width:620px;margin:0 auto;color:var(--muted)}
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.product-card{background:var(--cream);border-radius:12px;overflow:hidden;border:1px solid #eee9da;text-align:center}
.product-img{height:300px;background:linear-gradient(145deg,#dce7c9,#f8f4df);display:flex;align-items:end;justify-content:center;position:relative;padding-bottom:20px}
.mini-bottle{width:95px;height:190px;background:linear-gradient(90deg,#173e25,#65864c,#183b23);border-radius:14px 14px 9px 9px;position:relative}
.mini-bottle:before{content:"";position:absolute;width:40px;height:32px;background:#111;left:27px;top:-30px;border-radius:5px}
.mini-bottle:after{content:"CASSIA";position:absolute;top:60px;left:10px;right:10px;background:#f5efdc;padding:9px 2px;font:15px Georgia,serif;color:#24432d}
.product-body{padding:24px}
.product-body h3{font-size:25px}
.product-body p{color:var(--muted);font-size:14px}
.about{background:#f7f5ec}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.about-visual{min-height:400px;border-radius:14px;background:radial-gradient(circle at 30% 30%,#eef3d8,transparent 40%),linear-gradient(135deg,#d4e0be,#f3ecd2);display:flex;align-items:center;justify-content:center}
.about-visual .bowl{width:230px;height:100px;background:#d8b982;border-radius:50%;box-shadow:0 20px 30px #4a3b1b33}
.about-copy h2{font-size:43px}
.checks{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:30px}
.check{display:flex;gap:12px;align-items:start}
.check strong{display:block}
.stats{background:var(--green);color:#fff;padding:30px 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);text-align:center}
.stat{padding:10px;border-right:1px solid #ffffff40}
.stat:last-child{border-right:0}
.stat strong{font:32px Georgia,serif;display:block}
.stat span{font-size:13px}
.cta{padding:70px 0;text-align:center;background:#fbfaf3}
.site-footer{background:#102f1e;color:#e8eee8;padding:55px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:35px}
.site-footer h3{color:#fff;font-size:22px}
.site-footer a{color:#dce7dc}
.footer-bottom{border-top:1px solid #ffffff22;margin-top:40px;padding-top:18px;text-align:center;font-size:13px}
.page-title{padding:70px 0;background:#f7f5ec;text-align:center}
.content-area{padding:60px 0}
.woocommerce .site-main{padding:50px 0}
@media(max-width:900px){
  .main-nav{display:none}
  .menu-toggle{display:block}
  .hero-grid,.about-grid{grid-template-columns:1fr}
  .hero-copy{padding:55px 0 20px}
  .hero h1{font-size:48px}
  .hero-visual{min-height:430px}
  .feature-row,.stats-grid{grid-template-columns:repeat(2,1fr)}
  .products-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .topbar .container{flex-direction:column;text-align:center}
  .logo{font-size:34px}
  .hero h1{font-size:40px}
  .products-grid,.feature-row,.stats-grid,.footer-grid,.checks{grid-template-columns:1fr}
  .feature{border-right:0;border-bottom:1px solid var(--border)}
  .product-scene{width:100%;min-height:390px}
  .bottle{width:105px;height:240px}
  .bottle.brown{width:95px;height:210px}
  .box{width:125px;height:145px;font-size:17px}
}
