/* LeafMe — flowzz-inspired, ultra white, medical clean */
:root {
  --green: #2a7a4b;
  --green-dark: #1d5c38;
  --green-light: #f0fdf4;
  --green-mid: #4a9c6b;
  --white: #ffffff;
  --bg: #ffffff;
  --bg-soft: #fafafa;
  --border: #efefef;
  --border-mid: #e5e7eb;
  --text: #0d1117;
  --text-2: #374151;
  --muted: #9ca3af;
  --card-shadow: 0 1px 3px rgba(0,0,0,.05), 0 4px 16px rgba(0,0,0,.04);
  --radius: 10px;
  --radius-lg: 16px;
  --max: 1200px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: 'Inter', system-ui, -apple-system, sans-serif; color: var(--text); background: #fff; line-height: 1.6; font-size: 16px; }
a { color: var(--green); text-decoration: none; }
a:hover { color: var(--green-dark); }
img { max-width: 100%; display: block; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 20px; }
@media(min-width:640px){ .container { padding: 0 40px; } }

/* ── HEADER ── */
.site-header { background: #fff; border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; align-items: center; gap: 20px; height: 62px; }
.site-logo { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 1.1rem; color: var(--text); flex-shrink: 0; letter-spacing: -.03em; }
.logo-leaf { width: 28px; height: 28px; background: var(--green); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); flex-shrink: 0; }
.logo-leaf::after { content: ''; display: block; width: 12px; height: 12px; background: #fff; border-radius: 50%; transform: rotate(45deg) translate(8px, -8px); }
.site-nav { display: none; flex: 1; gap: 2px; }
@media(min-width:768px){ .site-nav { display: flex; } }
.site-nav a { padding: 6px 11px; border-radius: 7px; font-size: .875rem; font-weight: 500; color: var(--muted); transition: color .1s, background .1s; }
.site-nav a:hover, .site-nav a.active { color: var(--text); background: var(--bg-soft); }
.header-cta { margin-left: auto; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 9px 20px; border-radius: 8px; font-weight: 600; font-size: .875rem; cursor: pointer; transition: all .1s; border: none; text-decoration: none; min-height: 38px; white-space: nowrap; }
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { background: var(--green-dark); color: #fff; }
.btn-outline { background: transparent; color: var(--green); border: 1.5px solid var(--green); }
.btn-outline:hover { background: var(--green-light); }
.btn-sm { padding: 6px 14px; font-size: .825rem; min-height: 34px; }
.btn-lg { padding: 12px 28px; font-size: 1rem; min-height: 46px; }

/* ── HERO — pure white, big type ── */
.hero { background: #fff; padding: 72px 0 80px; }
.hero-inner { display: grid; gap: 56px; }
@media(min-width:900px){ .hero-inner { grid-template-columns: 1fr 400px; align-items: center; } }
.hero-badge { display: inline-flex; align-items: center; gap: 7px; background: var(--green-light); border-radius: 100px; padding: 4px 14px; font-size: .78rem; font-weight: 600; margin-bottom: 22px; color: var(--green-dark); }
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 800; line-height: 1.05; margin-bottom: 18px; letter-spacing: -.04em; color: var(--text); }
.hero h1 span { color: var(--green); }
.hero-sub { font-size: 1.05rem; color: var(--text-2); margin-bottom: 36px; max-width: 500px; line-height: 1.75; }
.hero-stats { display: flex; gap: 36px; flex-wrap: wrap; }
.hero-stat-num { font-size: 1.65rem; font-weight: 800; display: block; color: var(--text); letter-spacing: -.04em; }
.hero-stat-label { font-size: .78rem; color: var(--muted); margin-top: 1px; }

/* ── SEARCH BOX ── */
.search-box { background: #fff; border-radius: var(--radius-lg); padding: 22px; box-shadow: 0 2px 20px rgba(0,0,0,.08), 0 0 0 1px rgba(0,0,0,.05); }
.search-box h3 { color: var(--text); font-size: .9rem; font-weight: 700; margin-bottom: 12px; letter-spacing: -.01em; }
.search-input-wrap { display: flex; gap: 8px; }
.search-input { flex: 1; padding: 10px 14px; border: 1.5px solid var(--border-mid); border-radius: 8px; font-size: .9rem; color: var(--text); outline: none; background: var(--bg-soft); transition: border-color .1s; font-family: inherit; }
.search-input:focus { border-color: var(--green); background: #fff; }
.filter-tags { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 12px; }
.filter-tag { padding: 4px 11px; border-radius: 100px; font-size: .78rem; font-weight: 500; cursor: pointer; border: 1.5px solid var(--border); color: var(--muted); transition: all .1s; background: #fff; }
.filter-tag:hover, .filter-tag.active { border-color: var(--green); color: var(--green); background: var(--green-light); }

/* ── SECTIONS ── */
section { padding: 72px 0; }
section + section { padding-top: 0; }
.section-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 32px; }
.section-title { font-size: 1.4rem; font-weight: 800; letter-spacing: -.03em; color: var(--text); }
.section-sub { color: var(--muted); font-size: .875rem; margin-top: 4px; }
.view-all { font-size: .875rem; font-weight: 600; color: var(--green); flex-shrink: 0; margin-left: 16px; }

/* ── STRAIN CARDS ── */
.strains-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 10px; }
.strain-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; transition: border-color .1s, box-shadow .1s; cursor: pointer; }
.strain-card:hover { border-color: var(--green); box-shadow: 0 4px 24px rgba(42,122,75,.08); }
.strain-type-badge { display: inline-block; padding: 2px 10px; border-radius: 100px; font-size: .72rem; font-weight: 600; margin-bottom: 10px; }
.badge-sativa { background: #fef9ee; color: #b45309; }
.badge-indica { background: #f5f3ff; color: #6d28d9; }
.badge-hybrid { background: var(--green-light); color: var(--green-dark); }
.strain-name { font-weight: 700; font-size: .95rem; margin-bottom: 4px; letter-spacing: -.01em; }
.strain-thc { font-size: .8rem; color: var(--muted); margin-bottom: 10px; }
.strain-price-from { font-size: .875rem; color: var(--text-2); }
.strain-price-from strong { color: var(--green); font-size: 1rem; font-weight: 700; }
.strain-effects { display: flex; gap: 4px; flex-wrap: wrap; margin-top: 10px; }
.effect-chip { font-size: .7rem; padding: 2px 8px; border-radius: 100px; background: var(--bg-soft); color: var(--muted); border: 1px solid var(--border); }

/* ── PRODUCT ROWS ── */
.products-grid { display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.product-row { display: grid; grid-template-columns: 1fr auto auto auto; align-items: center; gap: 16px; background: #fff; padding: 14px 20px; border-bottom: 1px solid var(--border); transition: background .1s; }
.product-row:last-child { border-bottom: none; }
.product-row:hover { background: var(--bg-soft); }
.product-name { font-weight: 600; font-size: .9rem; letter-spacing: -.01em; }
.product-meta { font-size: .78rem; color: var(--muted); margin-top: 2px; }
.thc-badge { padding: 3px 10px; border-radius: 100px; font-size: .78rem; font-weight: 600; background: #fef9ee; color: #b45309; white-space: nowrap; }
.clinic-count { font-size: .78rem; color: var(--muted); white-space: nowrap; }
.price-tag { font-size: 1rem; font-weight: 700; color: var(--green); white-space: nowrap; }

/* ── CLINIC CARDS ── */
.clinics-grid { display: grid; gap: 10px; }
@media(min-width:640px){ .clinics-grid { grid-template-columns: repeat(2,1fr); } }
@media(min-width:960px){ .clinics-grid { grid-template-columns: repeat(3,1fr); } }
.clinic-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; transition: border-color .1s, box-shadow .1s; }
.clinic-card:hover { border-color: var(--green); box-shadow: 0 4px 24px rgba(42,122,75,.06); }
.clinic-card-header { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 12px; }
.clinic-name { font-weight: 700; font-size: .95rem; letter-spacing: -.01em; }
.clinic-rating { display: flex; align-items: center; gap: 4px; font-size: .83rem; font-weight: 700; color: #d97706; flex-shrink: 0; }
.clinic-fee { font-size: .85rem; color: var(--muted); margin-bottom: 12px; }
.clinic-fee strong { color: var(--green); font-weight: 700; }
.clinic-tags { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 14px; }
.clinic-tag { font-size: .72rem; padding: 2px 9px; border-radius: 100px; background: var(--green-light); color: var(--green-dark); font-weight: 500; }

/* ── PRICE TABLE ── */
.price-table { width: 100%; border-collapse: collapse; }
.price-table th { text-align: left; padding: 10px 16px; font-size: .75rem; font-weight: 600; color: var(--muted); border-bottom: 1px solid var(--border); text-transform: uppercase; letter-spacing: .06em; background: var(--bg-soft); }
.price-table td { padding: 14px 16px; border-bottom: 1px solid var(--border); font-size: .9rem; vertical-align: middle; }
.price-table tr:last-child td { border-bottom: none; }
.price-table tr:hover td { background: var(--bg-soft); }
.price-best { color: var(--green); font-weight: 700; font-size: 1rem; }
.price-normal { font-weight: 600; }
.available-dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; display: inline-block; }

/* ── STRAIN DETAIL ── */
.strain-hero { background: #fafafa; border-bottom: 1px solid var(--border); padding: 48px 0; }
.strain-hero-inner { display: grid; gap: 40px; }
@media(min-width:768px){ .strain-hero-inner { grid-template-columns: 1fr 300px; align-items: start; } }
.strain-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.strain-detail-title { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; margin-bottom: 8px; letter-spacing: -.04em; }
.strain-stats-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin: 20px 0; }
@media(min-width:480px){ .strain-stats-grid { grid-template-columns: repeat(4,1fr); } }
.stat-box { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 14px; text-align: center; }
.stat-box-num { font-size: 1.4rem; font-weight: 800; color: var(--green); letter-spacing: -.03em; }
.stat-box-label { font-size: .75rem; color: var(--muted); margin-top: 3px; }
.terpene-list { display: flex; gap: 7px; flex-wrap: wrap; }
.terpene-chip { padding: 4px 11px; border-radius: 100px; font-size: .78rem; font-weight: 500; background: #fff; border: 1px solid var(--border-mid); color: var(--text-2); }

/* ── FILTERS BAR ── */
.filters-bar { background: #fff; border-bottom: 1px solid var(--border); padding: 12px 0; position: sticky; top: 62px; z-index: 90; }
.filters-inner { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.filter-select { padding: 7px 14px; border: 1.5px solid var(--border-mid); border-radius: 7px; font-size: .875rem; color: var(--text); background: #fff; cursor: pointer; outline: none; transition: border-color .1s; font-family: inherit; }
.filter-select:focus { border-color: var(--green); }

/* ── MFR CHIP ── */
.mfr-chip { display: inline-flex; align-items: center; gap: 5px; padding: 3px 9px; border-radius: 7px; font-size: .75rem; font-weight: 500; background: var(--green-light); color: var(--green-dark); border: 1px solid #bbf7d0; }

/* ── GUIDES ── */
.guides-grid { display: grid; gap: 10px; }
@media(min-width:640px){ .guides-grid { grid-template-columns: repeat(2,1fr); } }
@media(min-width:960px){ .guides-grid { grid-template-columns: repeat(3,1fr); } }
.guide-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; transition: border-color .1s; }
.guide-card:hover { border-color: var(--green); }
.guide-cat { font-size: .72rem; font-weight: 600; color: var(--green); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 9px; }
.guide-title { font-size: .95rem; font-weight: 700; margin-bottom: 8px; color: var(--text); line-height: 1.4; letter-spacing: -.01em; }
.guide-desc { font-size: .85rem; color: var(--muted); line-height: 1.6; }
.guide-read-more { display: inline-block; margin-top: 12px; font-size: .83rem; font-weight: 600; color: var(--green); }

/* ── BREADCRUMB ── */
.breadcrumb { display: flex; gap: 6px; align-items: center; font-size: .8rem; color: var(--muted); padding: 12px 0; flex-wrap: wrap; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--green); }
.breadcrumb-sep { opacity: .3; }

/* ── PAGE HERO ── */
.page-hero { background: #fafafa; border-bottom: 1px solid var(--border); padding: 44px 0 36px; }
.page-hero h1 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 800; margin-bottom: 8px; letter-spacing: -.04em; }
.page-hero p { color: var(--text-2); font-size: .95rem; max-width: 600px; line-height: 1.75; }

/* ── PRICE SUMMARY ── */
.price-summary-card { background: var(--green-light); border: 1px solid #bbf7d0; border-radius: var(--radius); padding: 22px; }
.price-summary-card .best-price { font-size: 2.2rem; font-weight: 800; color: var(--green); letter-spacing: -.04em; }
.price-summary-card .best-label { font-size: .82rem; color: var(--muted); margin-bottom: 12px; }
.price-range { font-size: .875rem; color: var(--muted); margin-top: 8px; }

/* ── INFO BOXES ── */
.info-box { background: var(--green-light); border-left: 3px solid var(--green); border-radius: 0 var(--radius) var(--radius) 0; padding: 13px 16px; font-size: .875rem; margin: 20px 0; }
.info-box strong { color: var(--green-dark); }

/* ── FOOTER ── */
.site-footer { background: #0a0f1a; color: #4b5563; padding: 56px 0 28px; }
.footer-grid { display: grid; gap: 40px; margin-bottom: 48px; }
@media(min-width:640px){ .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.footer-brand { color: #fff; font-weight: 800; font-size: 1.05rem; margin-bottom: 10px; letter-spacing: -.03em; }
.footer-desc { font-size: .875rem; line-height: 1.7; color: #4b5563; }
.footer-col h4 { color: #6b7280; font-size: .75rem; font-weight: 600; margin-bottom: 14px; text-transform: uppercase; letter-spacing: .08em; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { color: #4b5563; font-size: .875rem; transition: color .1s; }
.footer-col ul li a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid #111827; padding-top: 20px; display: flex; justify-content: space-between; font-size: .78rem; gap: 12px; flex-wrap: wrap; }
.footer-disclaimer { font-size: .75rem; color: #374151; margin-top: 14px; line-height: 1.65; }

/* ── MOBILE NAV ── */
.hamburger { display: flex; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; margin-left: auto; }
@media(min-width:768px){ .hamburger { display: none; } }
.hamburger span { display: block; width: 20px; height: 2px; background: var(--text); border-radius: 2px; transition: all .15s; }
.mnav { display: none; position: fixed; inset: 0; background: #fff; z-index: 200; padding: 20px; flex-direction: column; gap: 4px; overflow-y: auto; }
.mnav.open { display: flex; }
.mnav-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.mnav a { padding: 13px 14px; border-radius: var(--radius); font-size: .95rem; font-weight: 500; color: var(--text); border-bottom: 1px solid var(--border); }
.mnav a:hover { background: var(--bg-soft); }

/* ── UTILS ── */
.text-green { color: var(--green); }
.text-muted { color: var(--muted); }
.font-bold { font-weight: 700; }
.mt-4 { margin-top: 16px; }
.mt-8 { margin-top: 32px; }
.mb-4 { margin-bottom: 16px; }
.table-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--border); }

/* ── DIVIDERS between sections ── */
.section-divider { height: 1px; background: var(--border); margin: 0; }

@media(prefers-reduced-motion:reduce){ *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
