/*
Theme Name: Hemp Well Pro Clean
Theme URI: https://hempwell.pro/
Author: ChatGPT
Description: A cleaner one-page WordPress theme for Hemp Well Pro show specials, displays, kits, and wholesale calls-to-action. Uses current HempWell.pro images, copy, and outbound links.
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: hempwell-pro-clean
*/

:root{
  --maroon:#5b1634;
  --maroon-dark:#351022;
  --cream:#f6efe3;
  --cream-2:#fffaf2;
  --ink:#201b18;
  --muted:#6b625a;
  --teal:#007e71;
  --gold:#b98f45;
  --red:#a71828;
  --blue:#155e9d;
  --shadow:0 18px 55px rgba(53,16,34,.12);
  --radius:28px;
  --radius-sm:18px;
  --max:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--ink);
  background:var(--cream-2);
  line-height:1.55;
}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:none}
img{max-width:100%;height:auto;display:block}

.hw-wrap{width:min(var(--max), calc(100% - 40px));margin-inline:auto}
.hw-topbar{background:var(--maroon-dark);color:#fff;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}
.hw-topbar-inner{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:10px 0}
.hw-top-links{display:flex;gap:14px;flex-wrap:wrap}
.hw-top-links a{opacity:.88}.hw-top-links a:hover{opacity:1}
.hw-header{position:sticky;top:0;z-index:50;background:rgba(255,250,242,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(91,22,52,.12)}
.hw-header-inner{display:flex;align-items:center;justify-content:space-between;gap:26px;padding:16px 0}
.hw-logo{display:flex;align-items:center;gap:12px;min-width:190px}
.hw-logo img{width:92px;height:auto}.hw-logo span{font-weight:800;color:var(--maroon);letter-spacing:.02em}
.hw-nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end;font-size:.93rem;font-weight:700;color:var(--maroon-dark)}
.hw-nav a{padding:9px 12px;border-radius:999px}.hw-nav a:hover{background:rgba(91,22,52,.08)}
.hw-btn,.hw-btn-dark,.hw-btn-light{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:13px 18px;font-weight:800;line-height:1;border:1px solid transparent;transition:transform .18s ease, box-shadow .18s ease, background .18s ease;white-space:nowrap}
.hw-btn{background:var(--maroon);color:#fff;box-shadow:0 12px 30px rgba(91,22,52,.22)}
.hw-btn:hover,.hw-btn-dark:hover,.hw-btn-light:hover{transform:translateY(-2px)}
.hw-btn-dark{background:var(--maroon-dark);color:#fff;box-shadow:0 12px 30px rgba(53,16,34,.2)}
.hw-btn-light{background:#fff;color:var(--maroon);border-color:rgba(91,22,52,.18)}
.hw-kicker{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:rgba(91,22,52,.1);color:var(--maroon);font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:.74rem;padding:7px 12px}
.hw-section{padding:78px 0}.hw-section-tight{padding:54px 0}.hw-section-alt{background:#fff;border-top:1px solid rgba(91,22,52,.08);border-bottom:1px solid rgba(91,22,52,.08)}
.hw-section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:28px}
.hw-section-head h2{margin:0;font-size:clamp(2rem,4vw,3.25rem);letter-spacing:-.05em;line-height:1.02;color:var(--maroon-dark)}
.hw-section-head p{margin:10px 0 0;color:var(--muted);max-width:660px;font-size:1.05rem}.hw-section-head .hw-actions{flex:0 0 auto}

.hw-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 80% 15%, rgba(0,126,113,.22), transparent 28%),linear-gradient(135deg,var(--cream) 0%,#fff8ef 46%,#fff 100%);}
.hw-hero::before{content:"";position:absolute;inset:auto -160px -230px auto;width:520px;height:520px;background:rgba(91,22,52,.09);border-radius:50%}
.hw-hero-grid{position:relative;display:grid;grid-template-columns:1.02fr .98fr;gap:42px;align-items:center;padding:78px 0 64px}
.hw-hero h1{font-size:clamp(3rem,7vw,6.2rem);line-height:.9;letter-spacing:-.075em;margin:20px 0;color:var(--maroon-dark)}
.hw-hero p{font-size:1.16rem;color:#4a413b;max-width:620px;margin:0 0 24px}.hw-hero .hw-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:24px 0 28px}
.hw-deal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:26px;max-width:680px}
.hw-deal{background:#fff;border:1px solid rgba(91,22,52,.12);border-radius:20px;padding:16px;box-shadow:0 12px 32px rgba(53,16,34,.08)}
.hw-deal strong{display:block;font-size:1.55rem;color:var(--maroon);letter-spacing:-.04em}.hw-deal span{font-size:.84rem;color:var(--muted);text-transform:uppercase;font-weight:900;letter-spacing:.08em}
.hw-hero-card{background:#fff;border:1px solid rgba(91,22,52,.1);border-radius:36px;padding:18px;box-shadow:var(--shadow)}
.hw-hero-card img{border-radius:24px;background:#f8f2e8;object-fit:contain;width:100%;aspect-ratio:1/1}.hw-hero-card-note{display:flex;justify-content:space-between;gap:16px;padding:16px 4px 0;align-items:center;color:var(--muted);font-size:.95rem}.hw-hero-card-note b{color:var(--maroon-dark)}

.hw-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.hw-card-grid.two{grid-template-columns:repeat(2,1fr)}
.hw-card{background:#fff;border:1px solid rgba(91,22,52,.1);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column;min-height:100%}
.hw-card-img{background:#f8f2ea;display:flex;align-items:center;justify-content:center;min-height:250px;padding:18px}.hw-card-img img{max-height:300px;object-fit:contain}.hw-card-body{padding:24px}.hw-card h3{font-size:1.42rem;line-height:1.1;letter-spacing:-.035em;margin:0 0 10px;color:var(--maroon-dark)}
.hw-card p{color:var(--muted);margin:0 0 18px}.hw-card .hw-price{display:inline-flex;margin-bottom:14px;background:rgba(0,126,113,.1);color:#005f55;border-radius:999px;padding:7px 11px;font-weight:900;font-size:.9rem}.hw-card .hw-meta{font-size:.88rem;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:var(--gold);margin-bottom:8px}
.hw-card .hw-card-actions{margin-top:auto;display:flex;gap:10px;flex-wrap:wrap}

.hw-feature{display:grid;grid-template-columns:.92fr 1.08fr;gap:28px;align-items:center;background:var(--maroon-dark);color:#fff;border-radius:38px;padding:34px;box-shadow:var(--shadow);overflow:hidden}
.hw-feature img{border-radius:28px;background:#fff;object-fit:cover;width:100%;max-height:440px}.hw-feature h2{font-size:clamp(2rem,5vw,4.2rem);letter-spacing:-.06em;line-height:.96;margin:10px 0 14px}.hw-feature p{color:rgba(255,255,255,.78);font-size:1.08rem}.hw-feature .hw-kicker{background:rgba(255,255,255,.14);color:#fff}.hw-feature .hw-btn-light{border-color:rgba(255,255,255,.2)}

.hw-kits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.hw-kit{background:#fff;border:1px solid rgba(91,22,52,.1);border-radius:22px;padding:16px;box-shadow:0 12px 34px rgba(53,16,34,.08)}
.hw-kit img{height:120px;width:100%;object-fit:contain;background:#fbf7ef;border-radius:16px;margin-bottom:12px}.hw-kit strong{display:block;color:var(--maroon-dark);line-height:1.18}.hw-kit span{display:block;color:var(--maroon);font-weight:900;margin:8px 0}.hw-kit small{display:block;color:var(--muted);font-size:.86rem;line-height:1.35}

.hw-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.hw-strip-card{background:linear-gradient(180deg,#fff,#fff8ef);border:1px solid rgba(91,22,52,.1);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}.hw-strip-card img{height:300px;width:100%;object-fit:contain;margin-bottom:18px}.hw-strip-card h3{margin:0 0 10px;font-size:1.35rem;letter-spacing:-.03em;color:var(--maroon-dark)}.hw-strip-card p{color:var(--muted);margin:0 0 16px}.hw-strip-card strong{color:var(--maroon)}

.hw-seller-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.hw-seller{background:#fff;border:1px solid rgba(91,22,52,.1);border-radius:22px;padding:16px;text-align:center;box-shadow:0 10px 28px rgba(53,16,34,.07)}.hw-seller img{height:150px;width:100%;object-fit:contain}.hw-seller strong{display:block;margin-top:12px;color:var(--maroon-dark);font-size:.98rem;line-height:1.2}

.hw-display-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.hw-display{background:#fff;border:1px solid rgba(91,22,52,.1);border-radius:22px;padding:12px;box-shadow:0 10px 28px rgba(53,16,34,.07)}.hw-display img{width:100%;height:190px;object-fit:contain;border-radius:16px;background:#fbf7ef}.hw-display span{display:block;padding:10px 2px 0;color:var(--muted);font-size:.9rem;font-weight:800}

.hw-cta{background:linear-gradient(135deg,var(--maroon-dark),var(--maroon));color:#fff;border-radius:40px;padding:42px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;box-shadow:var(--shadow)}.hw-cta h2{font-size:clamp(2rem,5vw,4rem);line-height:.95;letter-spacing:-.06em;margin:0 0 12px}.hw-cta p{margin:0;color:rgba(255,255,255,.78);font-size:1.08rem}.hw-cta .hw-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.hw-cta .hw-btn-light{background:#fff;color:var(--maroon)}

.hw-footer{background:var(--maroon-dark);color:#fff;margin-top:80px}.hw-footer-inner{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:30px;padding:48px 0}.hw-footer img{width:135px;background:#fff;border-radius:18px;padding:8px;margin-bottom:16px}.hw-footer p{color:rgba(255,255,255,.72);margin:0}.hw-footer h4{margin:0 0 14px;text-transform:uppercase;letter-spacing:.1em;font-size:.8rem}.hw-footer a{display:block;color:rgba(255,255,255,.76);margin:8px 0}.hw-footer a:hover{color:#fff}.hw-footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:18px 0;color:rgba(255,255,255,.66);font-size:.9rem;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}.hw-footer-badge{width:160px!important;background:transparent!important;border-radius:0!important;padding:0!important;filter:invert(1) brightness(2);opacity:.75}

@media (max-width: 980px){
  .hw-header-inner{align-items:flex-start;flex-direction:column}.hw-nav{justify-content:flex-start}.hw-hero-grid,.hw-feature,.hw-cta{grid-template-columns:1fr}.hw-card-grid,.hw-card-grid.two,.hw-strip{grid-template-columns:1fr 1fr}.hw-kits-grid,.hw-display-grid{grid-template-columns:repeat(2,1fr)}.hw-seller-grid{grid-template-columns:repeat(3,1fr)}.hw-section-head{display:block}.hw-section-head .hw-actions{margin-top:16px}.hw-cta .hw-actions{justify-content:flex-start}
}
@media (max-width: 640px){
  .hw-wrap{width:min(100% - 26px, var(--max))}.hw-topbar-inner{display:block}.hw-top-links{margin-top:7px}.hw-logo img{width:78px}.hw-nav{font-size:.85rem;gap:6px}.hw-nav a{padding:8px 9px}.hw-hero-grid{padding:48px 0 44px}.hw-hero h1{font-size:3.1rem}.hw-deal-grid{grid-template-columns:1fr}.hw-card-grid,.hw-card-grid.two,.hw-strip,.hw-kits-grid,.hw-display-grid,.hw-seller-grid{grid-template-columns:1fr}.hw-section{padding:54px 0}.hw-card-img{min-height:210px}.hw-feature,.hw-cta{border-radius:28px;padding:24px}.hw-footer-inner{grid-template-columns:1fr}.hw-hero-card-note{display:block}.hw-btn,.hw-btn-dark,.hw-btn-light{width:100%}.hw-seller img{height:180px}.hw-display img{height:210px}
}
