
/*
Theme Name: Harvestia Unique Export
Theme URI: https://harvestianaturals.com
Author: Harvestia Naturals
Description: Premium export + ecommerce WordPress theme with product sections and built-in chatbot for Harvestia Naturals.
Version: 2.0
Requires at least: 6.0
Tested up to: 6.7
Text Domain: harvestia-unique-export
*/

:root{
  --forest:#123c22;
  --leaf:#2f7d32;
  --gold:#d7a928;
  --cream:#fff8e8;
  --light:#f7f4eb;
  --brown:#6b3f24;
  --ink:#152218;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;background:#fff;color:var(--ink);line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.hn-topbar{background:var(--forest);color:#fff;text-align:center;padding:9px 18px;font-size:14px;letter-spacing:.5px}
.hn-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-bottom:1px solid rgba(18,60,34,.12)}
.hn-nav{max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;gap:24px}
.hn-brand{display:flex;align-items:center;gap:14px}
.hn-brand img{width:78px;height:78px;object-fit:contain;border-radius:50%;box-shadow:0 8px 25px rgba(18,60,34,.12)}
.hn-brand-text strong{display:block;font-family:Georgia,serif;color:var(--forest);font-size:22px;letter-spacing:.8px}
.hn-brand-text span{font-size:12px;text-transform:uppercase;letter-spacing:2px;color:var(--brown)}
.hn-menu{display:flex;gap:24px;align-items:center;font-weight:700;color:var(--forest)}
.hn-menu a:hover{color:var(--gold)}
.hn-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 22px;font-weight:800;border:0;cursor:pointer;transition:.25s ease}
.hn-btn-primary{background:var(--gold);color:#1a220f;box-shadow:0 12px 28px rgba(215,169,40,.26)}
.hn-btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(215,169,40,.36)}
.hn-btn-outline{border:2px solid #fff;color:#fff;background:transparent}
.hn-hero{min-height:760px;display:flex;align-items:center;position:relative;overflow:hidden;color:#fff;background:
linear-gradient(105deg,rgba(18,60,34,.94) 0%,rgba(18,60,34,.78) 43%,rgba(18,60,34,.25) 100%),
url('https://images.unsplash.com/photo-1542838132-92c53300491e?auto=format&fit=crop&w=1800&q=85') center/cover no-repeat}
.hn-hero::after{content:"";position:absolute;right:-160px;top:-160px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,var(--gold),transparent 70%);opacity:.42}
.hn-hero-inner{max-width:1180px;margin:auto;padding:90px 20px;display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center;position:relative;z-index:2}
.hn-kicker{display:inline-block;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);padding:8px 16px;border-radius:999px;text-transform:uppercase;letter-spacing:2px;font-size:12px;font-weight:800;margin-bottom:18px}
.hn-hero h1{font-family:Georgia,serif;font-size:68px;line-height:1.02;margin:0 0 20px}
.hn-hero h1 span{color:var(--gold)}
.hn-hero p{font-size:20px;max-width:670px;color:#fff8dc;margin-bottom:28px}
.hn-hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hn-hero-card{background:rgba(255,255,255,.91);color:var(--forest);padding:24px;border-radius:28px;box-shadow:0 28px 80px rgba(0,0,0,.28)}
.hn-hero-card img{width:150px;height:150px;object-fit:contain;margin:auto;border-radius:50%}
.hn-hero-card h3{text-align:center;margin:12px 0 5px;font-family:Georgia,serif;font-size:28px}
.hn-hero-card p{text-align:center;color:#5b4a2f;font-size:15px;margin:0}
.hn-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}
.hn-stat{background:#fff;border-radius:16px;padding:15px;text-align:center}
.hn-stat strong{display:block;color:var(--leaf);font-size:23px}
.hn-section{padding:82px 20px}
.hn-wrap{max-width:1180px;margin:auto}
.hn-section-title{text-align:center;max-width:780px;margin:0 auto 44px}
.hn-section-title span{color:var(--gold);font-weight:900;text-transform:uppercase;letter-spacing:2px;font-size:13px}
.hn-section-title h2{font-family:Georgia,serif;color:var(--forest);font-size:46px;line-height:1.1;margin:10px 0}
.hn-section-title p{font-size:18px;color:#5b635c}
.hn-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.hn-product{border-radius:26px;overflow:hidden;background:#fff;box-shadow:0 16px 45px rgba(18,60,34,.10);border:1px solid rgba(18,60,34,.08);transition:.25s ease}
.hn-product:hover{transform:translateY(-7px)}
.hn-product-img{height:210px;background-size:cover;background-position:center}
.hn-product-body{padding:22px}
.hn-product h3{margin:0 0 9px;color:var(--forest);font-family:Georgia,serif;font-size:23px}
.hn-product p{color:#5e655f;margin:0 0 14px;font-size:15px}
.hn-tag{display:inline-block;background:#f1ead3;color:#6b4b12;font-weight:800;font-size:12px;padding:7px 10px;border-radius:999px}
.hn-split{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}
.hn-image-stack{position:relative}
.hn-image-stack img{border-radius:32px;box-shadow:0 22px 70px rgba(18,60,34,.18)}
.hn-badge{position:absolute;bottom:-24px;right:28px;background:var(--gold);color:#241b07;padding:20px;border-radius:22px;font-weight:900;box-shadow:0 18px 50px rgba(215,169,40,.28)}
.hn-feature-list{display:grid;gap:15px;margin-top:24px}
.hn-feature{display:flex;gap:14px;background:#fff;padding:16px;border-radius:18px;box-shadow:0 10px 28px rgba(18,60,34,.07)}
.hn-feature b{color:var(--forest)}
.hn-feature span:first-child{font-size:24px}
.hn-category-band{background:linear-gradient(135deg,#123c22,#2f7d32);color:#fff}
.hn-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.hn-category{padding:26px;border-radius:22px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18)}
.hn-category h3{font-family:Georgia,serif;font-size:25px;margin:0 0 8px;color:#fff8dc}
.hn-category p{margin:0;color:#edf6e9}
.hn-export{background:var(--cream)}
.hn-market-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;text-align:center}
.hn-market{background:#fff;border-radius:22px;padding:28px 18px;box-shadow:0 10px 32px rgba(18,60,34,.08)}
.hn-market div{font-size:42px}
.hn-market b{display:block;color:var(--forest);font-size:18px;margin-top:8px}
.hn-contact{background:
linear-gradient(rgba(18,60,34,.91),rgba(18,60,34,.91)),
url('https://images.unsplash.com/photo-1509358271058-acd22cc93898?auto=format&fit=crop&w=1600&q=85') center/cover;color:#fff}
.hn-contact-box{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:stretch}
.hn-contact-card,.hn-form{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);border-radius:26px;padding:30px;backdrop-filter:blur(7px)}
.hn-contact-card h2{font-family:Georgia,serif;font-size:42px;margin:0 0 12px;color:#fff8dc}
.hn-form input,.hn-form select,.hn-form textarea{width:100%;padding:14px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.95);margin-bottom:12px;font:inherit}
.hn-form textarea{min-height:110px}
.hn-footer{background:#0c2717;color:#dfe9dd;text-align:center;padding:34px 20px}
.hn-chat-toggle{position:fixed;right:22px;bottom:22px;z-index:99;background:var(--gold);color:#1b250c;border:0;border-radius:999px;padding:15px 20px;font-weight:900;box-shadow:0 14px 35px rgba(0,0,0,.22);cursor:pointer}
.hn-chat-window{position:fixed;right:22px;bottom:82px;width:340px;max-width:calc(100vw - 40px);background:#fff;border-radius:24px;box-shadow:0 24px 80px rgba(0,0,0,.25);z-index:100;display:none;overflow:hidden}
.hn-chat-header{background:var(--forest);color:#fff;padding:16px 18px;font-weight:900}
.hn-chat-body{padding:18px;color:#334}
.hn-chat-body button{display:block;width:100%;margin:8px 0;padding:11px;border-radius:14px;border:1px solid #d7e1d6;background:#f6fbf5;cursor:pointer;text-align:left}
.hn-chat-reply{margin-top:12px;background:#fff7df;padding:12px;border-radius:14px;color:#3f3213}
@media(max-width:900px){
 .hn-menu{display:none}.hn-hero-inner,.hn-split,.hn-contact-box{grid-template-columns:1fr}.hn-hero h1{font-size:44px}.hn-product-grid,.hn-category-grid,.hn-market-grid{grid-template-columns:1fr 1fr}.hn-hero{min-height:auto}
}
@media(max-width:560px){
 .hn-product-grid,.hn-category-grid,.hn-market-grid,.hn-stats{grid-template-columns:1fr}.hn-brand-text strong{font-size:18px}.hn-hero h1{font-size:36px}.hn-section-title h2{font-size:32px}
}
