:root {
  --navy: #0D1B2A; --navy-mid: #132233; --navy-light: #1C3047;
  --green: #5B9B3F; --green-dark: #4A8530; --green-light: #6AAF3D;
  --white: #FFFFFF; --off-white: #F4F7F2; --text-muted: #8A9BAC;
  --border: rgba(255,255,255,0.10); --card-bg: #FFFFFF; --text-dark: #1a2a3a;
  --red: #DC2626;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--off-white); color: var(--text-dark); }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }

/* ── Age Gate ───────────────────────────────────────────── */
#age-gate {
  display: none; position: fixed; inset: 0; z-index: 9999;
  background: rgba(13,27,42,0.97); align-items: center; justify-content: center;
}
.age-gate-box {
  background: var(--navy-mid); border: 1px solid rgba(91,155,63,0.3);
  border-radius: 16px; padding: 48px 40px; max-width: 480px; width: 90%; text-align: center;
}
.age-gate-logo-text { font-size: 18px; font-weight: 800; color: var(--green-light); letter-spacing: .02em; margin-bottom: 16px; }
.age-gate-badge { display: inline-block; background: rgba(91,155,63,0.15); border: 1px solid rgba(91,155,63,0.3); border-radius: 4px; font-size: 10px; font-weight: 700; letter-spacing: .10em; text-transform: uppercase; color: var(--green-light); padding: 4px 12px; margin-bottom: 16px; }
.age-gate-box h2 { font-family: 'DM Serif Display', serif; font-size: 20px; color: var(--white); margin-bottom: 16px; line-height: 1.3; }
.age-gate-disclosures { background: rgba(0,0,0,0.25); border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; padding: 16px; margin-bottom: 24px; text-align: left; max-height: 220px; overflow-y: auto; }
.age-gate-disclosures p { color: rgba(255,255,255,0.55); font-size: 12px; line-height: 1.7; margin-bottom: 10px; }
.age-gate-disclosures p:last-child { margin-bottom: 0; }
.age-gate-disclosures strong { color: rgba(255,255,255,0.8); }
.age-gate-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-confirm { background: var(--green); color: white; border: none; padding: 14px 24px; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; transition: background .2s; }
.btn-confirm:hover { background: var(--green-dark); }
.btn-deny { background: transparent; color: var(--text-muted); border: 1px solid rgba(255,255,255,0.2); padding: 12px 20px; border-radius: 8px; font-size: 13px; cursor: pointer; }
.btn-deny:hover { background: rgba(255,255,255,0.05); }

/* ── Email / SMS Signup Popup ───────────────────────────── */
#signup-popup { position: fixed; inset: 0; background: rgba(0,0,0,0.75); display: flex; align-items: center; justify-content: center; z-index: 8500; padding: 20px; }
.sp-box { background: var(--navy-mid); border: 1px solid rgba(91,155,63,0.25); border-radius: 16px; padding: 40px 36px; max-width: 440px; width: 100%; position: relative; text-align: center; }
.sp-close { position: absolute; top: 14px; right: 16px; background: none; border: none; color: rgba(255,255,255,0.4); font-size: 18px; cursor: pointer; transition: color .2s; line-height: 1; }
.sp-close:hover { color: white; }
.sp-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--green-light); margin-bottom: 10px; }
.sp-headline { font-family: 'DM Serif Display', serif; font-size: 26px; color: white; margin-bottom: 10px; line-height: 1.2; }
.sp-sub { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.65; margin-bottom: 24px; }
.sp-input { width: 100%; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15); border-radius: 8px; padding: 12px 14px; font-size: 14px; color: white; font-family: inherit; margin-bottom: 10px; outline: none; transition: border-color .2s; }
.sp-input::placeholder { color: rgba(255,255,255,0.35); }
.sp-input:focus { border-color: var(--green); }
.sp-sms-label { display: flex; gap: 10px; align-items: flex-start; text-align: left; font-size: 11px; color: rgba(255,255,255,0.4); line-height: 1.55; margin-bottom: 16px; cursor: pointer; }
.sp-sms-label input { margin-top: 2px; flex-shrink: 0; }
.sp-error { font-size: 12px; color: #f87171; margin-bottom: 8px; min-height: 16px; }
.sp-btn-submit { width: 100%; background: var(--green); color: white; border: none; padding: 13px; border-radius: 8px; font-size: 15px; font-weight: 700; cursor: pointer; transition: background .2s; margin-bottom: 14px; }
.sp-btn-submit:hover { background: var(--green-dark); }
.sp-skip { display: block; font-size: 12px; color: rgba(255,255,255,0.35); cursor: pointer; transition: color .2s; }
.sp-skip:hover { color: rgba(255,255,255,0.6); }
.sp-success-check { width: 56px; height: 56px; background: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; color: white; margin: 0 auto 16px; }
.sp-success-msg { font-size: 14px; color: rgba(255,255,255,0.7); margin-bottom: 12px; }
.sp-code-display { background: rgba(91,155,63,0.15); border: 2px dashed var(--green); border-radius: 8px; padding: 14px; font-size: 22px; font-weight: 800; color: var(--green-light); letter-spacing: .10em; margin-bottom: 10px; }
.sp-code-note { font-size: 12px; color: rgba(255,255,255,0.5); margin-bottom: 20px; }

/* ── Header ─────────────────────────────────────────────── */
header { background: var(--navy); position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(91,155,63,0.15); }
.header-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; height: 68px; display: flex; align-items: center; gap: 32px; }
.logo img { height: 36px; filter: brightness(0) invert(1); display: block; }
nav { display: flex; gap: 28px; margin-left: 8px; }
nav a { color: rgba(255,255,255,0.75); font-size: 14px; font-weight: 500; letter-spacing: .01em; transition: color .2s; }
nav a:hover, nav a.active { color: var(--green-light); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 20px; }
.header-actions a { color: rgba(255,255,255,0.75); font-size: 14px; font-weight: 500; transition: color .2s; }
.header-actions a:hover { color: var(--green-light); }

/* ── Mobile hamburger ─────────────────────────────────────── */
.nav-toggle {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 6px; flex-shrink: 0;
}
.nav-toggle span {
  display: block; width: 22px; height: 2px;
  background: rgba(255,255,255,0.85); border-radius: 2px; transition: all .25s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-overlay {
  display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.55); z-index: 150;
}
.nav-overlay.open { display: block; }
.cart-btn { position: relative; display: flex; align-items: center; gap: 6px; }
#cart-count { display: none; background: var(--green); color: white; font-size: 11px; font-weight: 700; width: 18px; height: 18px; border-radius: 50%; align-items: center; justify-content: center; position: absolute; top: -6px; right: -8px; }

/* ── Buttons ─────────────────────────────────────────────── */
.btn-primary { display: inline-block; background: var(--green); color: white; padding: 13px 28px; border-radius: 8px; font-size: 14px; font-weight: 600; border: none; cursor: pointer; transition: background .2s, transform .15s; }
.btn-primary:hover { background: var(--green-dark); transform: translateY(-1px); }
.btn-secondary { display: inline-block; background: transparent; color: rgba(255,255,255,0.8); border: 1px solid rgba(255,255,255,0.2); padding: 13px 28px; border-radius: 8px; font-size: 14px; font-weight: 500; cursor: pointer; transition: .2s; }
.btn-secondary:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.35); }
.btn-outline { background: transparent; color: var(--green); border: 1px solid var(--green); padding: 10px 22px; border-radius: 8px; font-size: 13px; font-weight: 600; cursor: pointer; transition: .2s; }
.btn-outline:hover { background: var(--green); color: white; }
.btn-cart { width: 100%; background: var(--navy); color: white; border: none; padding: 11px; border-radius: 8px; font-size: 13px; font-weight: 600; cursor: pointer; margin-top: 12px; transition: background .2s; }
.btn-cart:hover { background: var(--navy-light); }

/* ── Hero ───────────────────────────────────────────────── */
.hero { background: var(--navy); padding: 80px 24px 72px; text-align: center; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 50% 40%, rgba(91,155,63,0.10) 0%, transparent 70%); pointer-events: none; }
.hero::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(91,155,63,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(91,155,63,0.04) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; }
.hero-content { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(91,155,63,0.12); border: 1px solid rgba(91,155,63,0.3); border-radius: 100px; padding: 6px 16px; font-size: 12px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--green-light); margin-bottom: 28px; }
.hero-badge::before { content:''; width:7px; height:7px; background:var(--green); border-radius:50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.3)} }
.hero h1 { font-family: 'DM Serif Display', serif; font-size: clamp(34px,5vw,62px); color: var(--white); line-height: 1.1; margin-bottom: 20px; }
.hero h1 em { font-style: italic; color: var(--green-light); }
.hero-sub { color: rgba(255,255,255,0.6); font-size: 17px; line-height: 1.7; max-width: 560px; margin: 0 auto 40px; }
.hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.trust-bar { background: var(--navy-mid); border-top: 1px solid rgba(91,155,63,0.12); border-bottom: 1px solid rgba(91,155,63,0.12); padding: 20px 24px; }
.trust-bar-inner { max-width: 1000px; margin: 0 auto; display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.7); font-size: 13px; font-weight: 500; }
.trust-icon { color: var(--green-light); font-size: 18px; }

/* ── Section headers ─────────────────────────────────────── */
.section { padding: 72px 24px; }
.section-header { text-align: center; margin-bottom: 48px; }
.section-header h2 { font-family: 'DM Serif Display', serif; font-size: clamp(26px,4vw,40px); color: var(--navy); margin-bottom: 12px; }
.section-header p { color: #64748b; font-size: 16px; max-width: 540px; margin: 0 auto; }
.section-dark { background: var(--navy); }
.section-dark .section-header h2 { color: var(--white); }
.section-dark .section-header p { color: rgba(255,255,255,0.55); }
.container { max-width: 1200px; margin: 0 auto; }

/* ── Product Grid / Cards ────────────────────────────────── */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.product-card { background: var(--card-bg); border-radius: 12px; overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,0.08); transition: box-shadow .2s, transform .2s; }
.product-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.12); transform: translateY(-2px); }
.product-img { background: var(--navy); height: 160px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; padding: 16px; text-align: center; }
.product-img-name { color: white; font-size: 20px; font-weight: 700; letter-spacing: .01em; }
.product-img-tag { color: rgba(255,255,255,0.5); font-size: 11px; margin-top: 4px; }
.rpo-badge { position: absolute; top: 10px; left: 10px; background: rgba(91,155,63,0.2); border: 1px solid rgba(91,155,63,0.4); color: var(--green-light); font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; padding: 3px 8px; border-radius: 4px; }
.product-info { padding: 18px 20px 20px; }
.product-info h3 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 6px; display: flex; align-items: center; gap: 8px; }
.size-badge { font-size: 11px; font-weight: 500; color: var(--text-muted); background: var(--off-white); padding: 2px 7px; border-radius: 4px; }
.product-desc { font-size: 12px; color: #64748b; line-height: 1.55; margin-bottom: 14px; }
.price-tiers { display: flex; gap: 6px; }
.tier { flex: 1; border: 1px solid #e2e8f0; border-radius: 8px; padding: 8px 4px; text-align: center; cursor: pointer; transition: .15s; }
.tier.active { border-color: var(--green); background: rgba(91,155,63,0.06); }
.tier-label { display: block; font-size: 10px; color: #94a3b8; font-weight: 500; margin-bottom: 3px; }
.tier-price { display: block; font-size: 13px; font-weight: 700; color: var(--navy); }
.tier.active .tier-price { color: var(--green-dark); }

/* ── Category filter ─────────────────────────────────────── */
.filter-bar { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 32px; }
.filter-chip { background: white; border: 1px solid #e2e8f0; color: #64748b; padding: 7px 16px; border-radius: 100px; font-size: 13px; font-weight: 500; cursor: pointer; transition: .15s; }
.filter-chip.active, .filter-chip:hover { background: var(--navy); color: white; border-color: var(--navy); }

/* ── Page hero (inner pages) ─────────────────────────────── */
.page-hero { background: var(--navy); padding: 52px 24px 44px; text-align: center; }
.page-hero h1 { font-family: 'DM Serif Display', serif; color: var(--white); font-size: clamp(28px,4vw,42px); margin-bottom: 10px; }
.page-hero p { color: rgba(255,255,255,0.55); font-size: 15px; }

/* ── Forms ───────────────────────────────────────────────── */
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; border: 1px solid #cbd5e1; border-radius: 8px; padding: 11px 14px;
  font-size: 14px; font-family: inherit; color: var(--text-dark);
  transition: border-color .2s; outline: none; background: white;
}
.form-group input:focus, .form-group select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(91,155,63,0.12); }
.form-group select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238A9BAC' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-card { background: white; border-radius: 12px; padding: 28px; box-shadow: 0 1px 4px rgba(0,0,0,0.07); margin-bottom: 20px; }
.form-card h3 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid #f1f5f9; }
.checkbox-row { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.checkbox-row input[type="checkbox"] { width: 18px; height: 18px; flex-shrink: 0; accent-color: var(--green); margin-top: 1px; }
.checkbox-row label { font-size: 13px; color: #475569; line-height: 1.55; cursor: pointer; }
.checkbox-row label a { color: var(--green-dark); text-decoration: underline; }
.field-error { color: var(--red); font-size: 12px; margin-top: 4px; }

/* ── Tabs ────────────────────────────────────────────────── */
.tabs { display: flex; border-bottom: 2px solid #e2e8f0; margin-bottom: 28px; }
.tab-btn { background: none; border: none; padding: 12px 24px; font-size: 15px; font-weight: 600; color: #94a3b8; cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -2px; transition: .2s; }
.tab-btn.active { color: var(--navy); border-bottom-color: var(--green); }
.tab-pane { display: none; }
.tab-pane.active { display: block; }

/* ── Account page ────────────────────────────────────────── */
.account-wrap { max-width: 520px; margin: 60px auto; padding: 0 24px; }

/* ── Checkout layout ─────────────────────────────────────── */
.checkout-layout { display: grid; grid-template-columns: 1fr 380px; gap: 32px; max-width: 1100px; margin: 0 auto; padding: 48px 24px; }
.order-summary { background: white; border-radius: 12px; padding: 24px; box-shadow: 0 1px 4px rgba(0,0,0,0.07); height: fit-content; position: sticky; top: 88px; }
.order-summary h3 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 20px; }
.summary-item { display: flex; justify-content: space-between; align-items: flex-start; padding: 10px 0; border-bottom: 1px solid #f1f5f9; font-size: 13px; }
.summary-item-name { color: var(--text-dark); font-weight: 500; }
.summary-item-qty { color: var(--text-muted); font-size: 12px; }
.summary-item-price { font-weight: 600; color: var(--navy); }
.summary-total { display: flex; justify-content: space-between; padding: 14px 0 0; font-weight: 700; font-size: 15px; color: var(--navy); }
.compliance-box { background: rgba(91,155,63,0.06); border: 1px solid rgba(91,155,63,0.2); border-radius: 10px; padding: 20px; margin: 20px 0; }
.compliance-box h4 { font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 16px; text-transform: uppercase; letter-spacing: .05em; }
.ach-auth { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 16px; font-size: 12px; color: #475569; line-height: 1.65; margin: 16px 0; max-height: 140px; overflow-y: auto; }
.toggle-switch { position: relative; display: inline-block; width: 44px; height: 24px; flex-shrink: 0; }
.toggle-switch input { opacity: 0; width: 0; height: 0; }
.toggle-slider { position: absolute; inset: 0; background: #cbd5e1; border-radius: 24px; cursor: pointer; transition: background .2s; }
.toggle-slider:before { content: ''; position: absolute; width: 18px; height: 18px; left: 3px; top: 3px; background: white; border-radius: 50%; transition: transform .2s; box-shadow: 0 1px 3px rgba(0,0,0,.2); }
.toggle-switch input:checked + .toggle-slider { background: #5B9B3F; }
.toggle-switch input:checked + .toggle-slider:before { transform: translateX(20px); }

/* ── Lab Reports ─────────────────────────────────────────── */
.coa-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); gap: 20px; }
.coa-card { background: white; border-radius: 10px; padding: 20px; box-shadow: 0 1px 4px rgba(0,0,0,0.07); display: flex; align-items: center; gap: 16px; }
.coa-icon { width: 44px; height: 44px; background: rgba(91,155,63,0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 20px; }
.coa-info h4 { font-size: 14px; font-weight: 700; color: var(--navy); }
.coa-info p { font-size: 12px; color: var(--text-muted); margin-top: 2px; }
.coa-status { display: inline-block; background: rgba(91,155,63,0.1); color: var(--green-dark); font-size: 11px; font-weight: 600; padding: 2px 8px; border-radius: 4px; margin-top: 4px; }

/* ── Policy pages ────────────────────────────────────────── */
.policy-wrap { max-width: 780px; margin: 0 auto; padding: 56px 24px; }
.policy-wrap h2 { font-family: 'DM Serif Display', serif; font-size: 28px; color: var(--navy); margin-bottom: 8px; }
.policy-wrap .last-updated { font-size: 13px; color: var(--text-muted); margin-bottom: 40px; }
.policy-wrap h3 { font-size: 16px; font-weight: 700; color: var(--navy); margin: 32px 0 10px; }
.policy-wrap p, .policy-wrap li { font-size: 14px; color: #475569; line-height: 1.75; }
.policy-wrap ul { padding-left: 20px; margin: 8px 0; }
.policy-wrap li { margin-bottom: 4px; }

/* Policy page two-column layout */
.policy-page { display: grid; grid-template-columns: 220px 1fr; gap: 48px; max-width: 1050px; margin: 0 auto; padding: 56px 24px; }
.policy-toc { position: sticky; top: 88px; height: fit-content; background: white; border-radius: 12px; padding: 24px; box-shadow: 0 1px 4px rgba(0,0,0,0.07); }
.policy-toc h4 { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--text-muted); margin-bottom: 12px; }
.policy-toc a { display: block; font-size: 13px; color: #64748b; padding: 6px 0; border-bottom: 1px solid #f1f5f9; transition: color .15s; }
.policy-toc a:hover { color: var(--green-dark); }
.policy-body h2 { font-family: 'DM Serif Display', serif; font-size: 22px; color: var(--navy); margin: 40px 0 12px; padding-top: 8px; border-top: 1px solid #e2e8f0; }
.policy-body h2:first-child { margin-top: 0; border-top: none; }
.policy-body p { font-size: 14px; color: #475569; line-height: 1.8; margin-bottom: 14px; }
.policy-body ul, .policy-body ol { padding-left: 20px; margin-bottom: 14px; }
.policy-body li { font-size: 14px; color: #475569; line-height: 1.75; margin-bottom: 6px; }
.policy-body a { color: var(--green-dark); text-decoration: underline; }
@media (max-width: 760px) {
  .policy-page { grid-template-columns: 1fr; }
  .policy-toc { position: static; }
}

/* ── Cart page ───────────────────────────────────────────── */
.cart-layout { max-width: 900px; margin: 48px auto; padding: 0 24px; }
.cart-item { background: white; border-radius: 10px; padding: 18px 20px; margin-bottom: 12px; display: flex; gap: 16px; align-items: center; box-shadow: 0 1px 3px rgba(0,0,0,0.07); }
.cart-item-img { width: 64px; min-width: 64px; height: 72px; display: flex; align-items: center; justify-content: center; }
.cart-item-img img { width: 54px; height: auto; object-fit: contain; filter: drop-shadow(0 2px 5px rgba(0,0,0,0.18)); }
.cart-item-info { flex: 1; }
.cart-item-name { font-weight: 700; color: var(--navy); font-size: 15px; }
.cart-item-pack { font-size: 12px; color: var(--text-muted); margin-top: 2px; }
.cart-item-price { font-weight: 700; color: var(--green-dark); font-size: 15px; }
.qty-input { width: 60px; border: 1px solid #cbd5e1; border-radius: 6px; padding: 6px 10px; text-align: center; font-size: 14px; }
.remove-btn { background: none; border: none; color: #94a3b8; cursor: pointer; font-size: 18px; line-height: 1; }
.remove-btn:hover { color: var(--red); }
.cart-footer { background: white; border-radius: 10px; padding: 24px; box-shadow: 0 1px 3px rgba(0,0,0,0.07); margin-top: 24px; display: flex; justify-content: space-between; align-items: center; }
.cart-total-label { font-size: 18px; font-weight: 700; color: var(--navy); }
.empty-cart { text-align: center; padding: 80px 24px; color: var(--text-muted); }
.empty-cart h3 { font-size: 20px; color: var(--navy); margin-bottom: 8px; }

/* ── Footer ─────────────────────────────────────────────── */
footer { background: var(--navy); border-top: 1px solid rgba(91,155,63,0.12); padding: 48px 24px 28px; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand img { height: 36px; filter: brightness(0) invert(1); display: block; margin-bottom: 16px; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.7; }
.footer-col h4 { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,0.4); margin-bottom: 16px; }
.footer-col a { display: block; font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 10px; transition: color .2s; }
.footer-col a:hover { color: var(--green-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; display: flex; gap: 16px; justify-content: space-between; flex-wrap: wrap; align-items: center; }
.footer-disclaimer { font-size: 12px; color: rgba(255,255,255,0.35); line-height: 1.6; max-width: 640px; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.35); }

/* ── Terms Modal ─────────────────────────────────────────── */
#terms-modal {
  display: flex; position: fixed; inset: 0; z-index: 10000;
  background: rgba(13,27,42,0.97); align-items: center; justify-content: center;
  padding: 20px;
}
.terms-modal-box {
  background: var(--navy-mid); border: 1px solid rgba(91,155,63,0.3);
  border-radius: 16px; max-width: 620px; width: 100%; max-height: 90vh;
  display: flex; flex-direction: column; overflow: hidden;
}
.terms-modal-header {
  padding: 32px 32px 20px; text-align: center; border-bottom: 1px solid rgba(255,255,255,0.08);
  flex-shrink: 0;
}
.terms-modal-header img { height: 44px; filter: brightness(0) invert(1); margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; }
.terms-modal-header h2 { font-family: 'DM Serif Display', serif; font-size: 24px; color: var(--white); margin-bottom: 8px; }
.terms-modal-header p { color: rgba(255,255,255,0.55); font-size: 13px; }
.terms-modal-body {
  padding: 24px 32px; overflow-y: auto; flex: 1;
  scrollbar-width: thin; scrollbar-color: rgba(91,155,63,0.4) transparent;
}
.terms-modal-body h4 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--green-light); margin: 20px 0 8px; }
.terms-modal-body h4:first-child { margin-top: 0; }
.terms-modal-body p { font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.7; }
.terms-modal-body a { color: var(--green-light); text-decoration: underline; }
.terms-modal-footer {
  padding: 20px 32px 28px; display: flex; gap: 12px; justify-content: center;
  border-top: 1px solid rgba(255,255,255,0.08); flex-shrink: 0; flex-wrap: wrap;
}
.terms-modal-footer .btn-confirm { padding: 14px 32px; font-size: 15px; }
.terms-modal-footer .btn-deny { padding: 14px 24px; }

/* ── Footer FDA disclaimer ───────────────────────────────── */
.footer-disclaimer-full { font-size: 11px; color: rgba(255,255,255,0.28); line-height: 1.65; max-width: 900px; margin-bottom: 8px; }

/* ── Toast ───────────────────────────────────────────────── */
.toast { position: fixed; bottom: 28px; right: 28px; background: var(--navy); color: white; padding: 12px 20px; border-radius: 8px; font-size: 14px; box-shadow: 0 4px 16px rgba(0,0,0,0.2); transform: translateY(80px); opacity: 0; transition: .3s; z-index: 999; border-left: 3px solid var(--green); }
.toast.show { transform: translateY(0); opacity: 1; }

/* ── Contact Page ────────────────────────────────────────── */
.contact-layout { display: grid; grid-template-columns: 340px 1fr; gap: 40px; max-width: 1100px; margin: 48px auto; padding: 0 24px; align-items: start; }
.contact-card { background: white; border: 1px solid #e2e8f0; border-radius: 12px; padding: 24px; margin-bottom: 16px; }
.contact-card-icon { font-size: 28px; margin-bottom: 10px; }
.contact-card h3 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.contact-card p { font-size: 13px; color: #475569; line-height: 1.7; }
.contact-email-link { display: inline-block; margin-top: 10px; font-size: 15px; font-weight: 600; color: var(--green-dark); text-decoration: underline; }
.contact-email-link:hover { color: var(--green); }
.faq-section { margin-top: 28px; }
.faq-section h3 { font-family: 'DM Serif Display', serif; font-size: 20px; color: var(--navy); margin-bottom: 20px; }
.faq-item { border-bottom: 1px solid #f1f5f9; padding: 16px 0; }
.faq-item:last-child { border-bottom: none; }
.faq-q { font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 8px; }
.faq-a { font-size: 13px; color: #475569; line-height: 1.7; }
.faq-a a { color: var(--green-dark); text-decoration: underline; }
@media (max-width: 860px) { .contact-layout { grid-template-columns: 1fr; } }

/* ── Welcome Banner ──────────────────────────────────────── */
#welcome-banner { background: var(--green); color: white; position: relative; z-index: 200; }
.welcome-banner-inner { max-width: 1200px; margin: 0 auto; padding: 10px 24px; display: flex; align-items: center; justify-content: center; gap: 16px; font-size: 14px; font-weight: 500; }
.welcome-banner-inner button { background: none; border: none; color: rgba(255,255,255,0.8); cursor: pointer; font-size: 16px; line-height: 1; padding: 0 4px; flex-shrink: 0; }
.welcome-banner-inner button:hover { color: white; }

/* ── Optional label ──────────────────────────────────────── */
.optional-label { font-size: 11px; font-weight: 400; color: #94a3b8; margin-left: 6px; }

/* ── Promo code row ──────────────────────────────────────── */
.promo-row { display: flex; gap: 8px; margin-bottom: 10px; }
.promo-row input { flex: 1; border: 1px solid #e2e8f0; border-radius: 7px; padding: 9px 12px; font-size: 13px; font-family: inherit; }
.promo-row button { background: var(--navy); color: white; border: none; border-radius: 7px; padding: 9px 16px; font-size: 13px; font-weight: 600; cursor: pointer; white-space: nowrap; }
.promo-row button:hover { background: var(--navy-light); }
.summary-line { display: flex; justify-content: space-between; font-size: 13px; color: #64748b; margin-bottom: 6px; }
.summary-discount { color: #15803d; font-weight: 600; }

/* ── SMS Signup Section ──────────────────────────────────── */
.sms-section { background: var(--navy); padding: 56px 24px; }
.sms-inner { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.sms-icon { font-size: 36px; margin-bottom: 12px; }
.sms-text h2 { font-family: 'DM Serif Display', serif; font-size: 28px; color: white; margin-bottom: 12px; }
.sms-text p { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.7; }
.sms-input-row { display: flex; gap: 10px; margin-bottom: 12px; }
.sms-input-row input { flex: 1; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15); border-radius: 8px; padding: 13px 16px; font-size: 15px; color: white; font-family: inherit; }
.sms-input-row input::placeholder { color: rgba(255,255,255,0.35); }
.sms-input-row input:focus { outline: none; border-color: var(--green); }
.sms-consent { display: flex; gap: 10px; align-items: flex-start; cursor: pointer; }
.sms-consent input[type="checkbox"] { margin-top: 3px; flex-shrink: 0; }
.sms-consent span { font-size: 11px; color: rgba(255,255,255,0.4); line-height: 1.6; }
.sms-success { background: rgba(91,155,63,0.15); border: 1px solid rgba(91,155,63,0.3); border-radius: 10px; padding: 20px 24px; color: var(--green-light); font-size: 14px; line-height: 1.6; }
@media (max-width: 700px) { .sms-inner { grid-template-columns: 1fr; gap: 28px; } .sms-input-row { flex-direction: column; } }

/* ── Alert boxes ─────────────────────────────────────────── */
.alert { padding: 14px 18px; border-radius: 8px; font-size: 14px; margin-bottom: 20px; }
.alert-error { background: #fef2f2; border: 1px solid #fecaca; color: #b91c1c; }
.alert-success { background: #f0fdf4; border: 1px solid #86efac; color: #15803d; }

/* ── Product Detail Page ─────────────────────────────────── */
.pd-breadcrumb { background: white; border-bottom: 1px solid #e2e8f0; padding: 12px 0; }
.pd-breadcrumb .container { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 10px; font-size: 13px; color: #64748b; }
.pd-breadcrumb a { color: var(--green-dark); font-weight: 500; }
.pd-breadcrumb a:hover { text-decoration: underline; }

.pd-layout {
  display: grid; grid-template-columns: 380px 1fr; gap: 48px;
  max-width: 1100px; margin: 48px auto; padding: 0 24px;
}
.pd-visual {
  background: var(--navy); border-radius: 16px; padding: 40px 32px;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  position: sticky; top: 88px; align-self: start; min-height: 360px; justify-content: center;
}
.pd-visual-name { font-family: 'DM Serif Display', serif; font-size: 28px; color: white; margin-bottom: 8px; line-height: 1.2; }
.pd-visual-size { font-size: 15px; color: rgba(255,255,255,0.55); margin-bottom: 14px; }
.pd-visual-tag { font-size: 12px; color: var(--green-light); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 20px; }
.pd-purity-badge { background: rgba(91,155,63,0.15); border: 1px solid rgba(91,155,63,0.35); color: var(--green-light); font-size: 12px; font-weight: 600; padding: 7px 16px; border-radius: 20px; }

.pd-category { font-size: 12px; color: var(--green-dark); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 10px; }
.pd-title { font-family: 'DM Serif Display', serif; font-size: 30px; color: var(--navy); margin-bottom: 16px; line-height: 1.25; }
.pd-desc { font-size: 14px; color: #475569; line-height: 1.8; margin-bottom: 28px; }

.pd-specs { border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; margin-bottom: 28px; }
.pd-spec { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; border-bottom: 1px solid #f1f5f9; font-size: 13px; }
.pd-spec:last-child { border-bottom: none; }
.pd-spec-label { color: #64748b; font-weight: 500; }
.pd-spec-value { color: var(--navy); font-weight: 600; }

.pd-tiers { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-bottom: 20px; }
.pd-tier {
  border: 2px solid #e2e8f0; border-radius: 10px; padding: 14px 10px;
  text-align: center; cursor: pointer; transition: border-color .2s, background .2s;
}
.pd-tier:hover { border-color: var(--green); }
.pd-tier.active { border-color: var(--green); background: rgba(91,155,63,0.06); }
.pd-tier-label { font-size: 11px; font-weight: 700; color: #64748b; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 6px; }
.pd-tier-price { font-size: 20px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.pd-tier-note { font-size: 11px; color: #94a3b8; }
.pd-tier.active .pd-tier-note { color: var(--green-dark); font-weight: 600; }
.pd-tier-savings { display: inline-block; margin-top: 7px; font-size: 10px; font-weight: 700; color: #15803d; background: #dcfce7; border-radius: 4px; padding: 2px 7px; letter-spacing: .02em; }
.pd-tier.active .pd-tier-savings { background: #bbf7d0; }

.pd-atc-btn { width: 100%; padding: 16px; font-size: 16px; margin-bottom: 20px; }

.pd-disclaimer { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; padding: 16px; font-size: 12px; color: #64748b; line-height: 1.7; }
.pd-disclaimer strong { color: var(--navy); }

.pd-more { background: var(--off-white); padding: 56px 24px; margin-top: 48px; border-top: 1px solid #e2e8f0; }

/* Product Detail — full sections below the fold */
.pd-section { padding: 56px 24px; }
.pd-section-alt { background: white; }
.pd-section-inner { max-width: 900px; margin: 0 auto; }
.pd-section-title { font-family: 'DM Serif Display', serif; font-size: 24px; color: var(--navy); margin-bottom: 28px; padding-bottom: 14px; border-bottom: 2px solid #e2e8f0; }

.pd-full-desc p { font-size: 15px; color: #475569; line-height: 1.85; margin-bottom: 20px; }
.pd-full-desc p:last-child { margin-bottom: 0; }

.pd-spec-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.pd-spec-table th, .pd-spec-table td { padding: 13px 16px; text-align: left; border-bottom: 1px solid #f1f5f9; vertical-align: top; }
.pd-spec-table th { width: 200px; font-weight: 600; color: var(--navy); background: #f8fafc; white-space: nowrap; }
.pd-spec-table td { color: #475569; line-height: 1.6; }
.pd-spec-table tr:last-child th, .pd-spec-table tr:last-child td { border-bottom: none; }

.pd-intended-use { font-size: 14px; color: #475569; line-height: 1.8; margin-bottom: 20px; }
.pd-warning-box { display: flex; gap: 14px; background: #fffbeb; border: 1px solid #fde68a; border-radius: 10px; padding: 18px 20px; margin-bottom: 20px; font-size: 13px; color: #78350f; line-height: 1.7; }
.pd-warning-icon { font-size: 20px; flex-shrink: 0; margin-top: 1px; }
.pd-terms-text { font-size: 13px; color: #64748b; line-height: 1.7; }

.pd-quality-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
.pd-quality-card { background: var(--off-white); border: 1px solid #e2e8f0; border-radius: 12px; padding: 24px; }
.pd-quality-icon { font-size: 26px; margin-bottom: 10px; }
.pd-quality-card h4 { font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.pd-quality-card p { font-size: 12px; color: #64748b; line-height: 1.65; }
.pd-quality-card a { color: var(--green-dark); text-decoration: underline; }

/* Product vial photo — shop card */
.product-img.has-photo { background: #f0f4f8; display: flex; align-items: center; justify-content: center; padding: 16px; overflow: hidden; height: 260px; }
.product-vial-img { width: auto; max-width: 100%; height: 220px; object-fit: contain; display: block; margin: 0 auto; filter: drop-shadow(0 16px 32px rgba(0,0,0,0.35)) drop-shadow(0 4px 12px rgba(0,0,0,0.2)); }
.product-img.has-photo .rpo-badge { display: none; }

/* Product vial photo — detail page */
.pd-vial-photo { width: 100%; max-width: 200px; height: auto; max-height: 200px; object-fit: contain; margin: 0 auto 20px; display: block; filter: drop-shadow(0 16px 32px rgba(0,0,0,0.25)) drop-shadow(0 4px 12px rgba(0,0,0,0.15)); }
.pd-visual.has-photo { background: #f0f4f8; padding: 28px 28px 32px; }
.pd-visual.has-photo .pd-visual-name, .pd-visual.has-photo .pd-visual-size, .pd-visual.has-photo .pd-visual-tag { color: var(--navy); }
.pd-visual.has-photo .rpo-badge { background: var(--navy); }

/* View Details button on shop card */
.btn-details { display: block; text-align: center; margin-top: 8px; font-size: 13px; color: var(--green-dark); font-weight: 600; padding: 8px; border: 1px solid var(--green); border-radius: 7px; transition: background .2s, color .2s; }
.btn-details:hover { background: var(--green); color: white; }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 900px) {
  .checkout-layout { grid-template-columns: 1fr; }
  .order-summary { position: static; order: -1; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 800px) {
  .pd-layout { grid-template-columns: 1fr; }
  .pd-visual { position: static; }
}
@media (max-width: 640px) {
  .nav-toggle { display: flex; order: 2; margin-left: auto; }
  .header-actions { margin-left: 0; order: 3; }

  nav {
    position: fixed; top: 0; left: -280px; width: 260px; height: 100vh;
    background: var(--navy); border-right: 1px solid rgba(91,155,63,0.2);
    flex-direction: column; gap: 0; padding: 88px 28px 40px;
    z-index: 200; transition: left .3s ease; overflow-y: auto;
  }
  nav.open { left: 0; }
  nav a { padding: 14px 0; font-size: 16px; border-bottom: 1px solid rgba(255,255,255,0.08); }

  .footer-top { grid-template-columns: 1fr; }
  .hero { padding: 56px 20px 48px; }
  .section { padding: 48px 20px; }
  .pd-tiers { grid-template-columns: 1fr; }
}

/* ── Video hero mobile ───────────────────────────────────── */
@media (max-width: 640px) {
  .fvh { height: auto; }
  .fvh-video {
    position: static;
    transform: none;
    width: 100%; height: auto;
    min-width: unset; min-height: unset;
  }
  .fvh-overlay { position: absolute; }
  .fvh-scroll { position: absolute; }
}

/* ═══════════════════════════════════════════════════════════
   LANDING PAGE — NEW SECTIONS
   ═══════════════════════════════════════════════════════════ */

/* ── LP Hero ─────────────────────────────────────────────── */
/* Fullscreen video hero */
.fvh {
  position: relative; height: 100vh; overflow: hidden;
}
.fvh-video {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%; min-height: 100%;
  width: auto; height: auto;
  object-fit: cover;
}
.fvh-overlay {
  position: absolute; inset: 0;
  background: rgba(13,27,42,0.35);
}
.fvh-scroll {
  position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  color: rgba(255,255,255,0.75); font-size: 11px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase; text-decoration: none;
  animation: fvh-bounce 2s ease-in-out infinite;
}
.fvh-scroll i { font-size: 18px; }
@keyframes fvh-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

.lp-hero {
  background: var(--navy);
  min-height: calc(100vh - 68px);
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.lp-hero-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 70% at 65% 40%, rgba(91,155,63,0.13) 0%, transparent 65%),
              radial-gradient(ellipse 50% 50% at 10% 80%, rgba(91,155,63,0.06) 0%, transparent 60%);
  pointer-events: none;
}
.lp-hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(91,155,63,0.05) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(91,155,63,0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}
.lp-hero-inner {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 580px;
  align-items: center;
  gap: 60px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 80px 40px 60px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.lp-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(91,155,63,0.12); border: 1px solid rgba(91,155,63,0.3);
  border-radius: 100px; padding: 6px 16px;
  font-size: 11px; font-weight: 600; letter-spacing: .10em; text-transform: uppercase;
  color: var(--green-light); margin-bottom: 28px;
}
.lp-badge-dot {
  width: 7px; height: 7px; background: var(--green); border-radius: 50%;
  animation: pulse 2s infinite;
}
.lp-headline {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(38px, 5vw, 68px);
  color: var(--white); line-height: 1.08; margin-bottom: 22px;
  hyphens: none; overflow-wrap: normal;
}
.lp-headline em { font-style: italic; color: var(--green-light); }
.lp-sub {
  color: rgba(255,255,255,0.58); font-size: 17px; line-height: 1.72;
  max-width: 500px; margin-bottom: 40px;
}
.lp-ctas { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; margin-bottom: 56px; }
.lp-btn-main { font-size: 15px; padding: 15px 32px; }
.lp-btn-ghost {
  color: rgba(255,255,255,0.7); font-size: 14px; font-weight: 500;
  text-decoration: none; transition: color .2s;
}
.lp-btn-ghost:hover { color: var(--green-light); }
.lp-hero-proof {
  display: flex; align-items: center; gap: 20px; flex-wrap: nowrap;
}
.lp-proof-item { display: flex; flex-direction: column; gap: 2px; }
.lp-proof-num { font-size: 22px; font-weight: 700; color: var(--white); font-family: 'DM Serif Display', serif; line-height: 1; }
.lp-proof-label { font-size: 11px; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: .06em; }
.lp-proof-divider { width: 1px; height: 32px; background: rgba(255,255,255,0.12); }

/* Hero visual card */
.lp-hero-visual { display: flex; justify-content: center; align-items: center; }
.lp-vial-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(91,155,63,0.2);
  border-radius: 20px; padding: 36px 32px 32px;
  display: flex; flex-direction: column; align-items: center;
  backdrop-filter: blur(8px); position: relative; max-width: 420px; width: 100%;
}
.lp-vial-img {
  width: 115%; height: auto; object-fit: contain; display: block; margin-bottom: 28px;
  filter: drop-shadow(0 32px 48px rgba(0,0,0,0.7)) drop-shadow(0 8px 20px rgba(0,0,0,0.5)) drop-shadow(0 0 40px rgba(91,155,63,0.12));
}
.lp-vial-badge { width: 100%; border-top: 1px solid rgba(91,155,63,0.2); padding-top: 20px; }
.lp-vial-badge-line {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: rgba(255,255,255,0.65); font-weight: 500; padding: 5px 0;
}
.lp-vial-badge-line i {
  font-size: 16px; color: var(--green); flex-shrink: 0;
}

/* Scroll hint */
.lp-scroll-hint {
  display: flex; align-items: center; gap: 8px; justify-content: center;
  color: rgba(255,255,255,0.35); font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
  padding: 24px; transition: color .2s; position: relative; z-index: 1;
}
.lp-scroll-hint:hover { color: var(--green-light); }

/* ── Categories ──────────────────────────────────────────── */
.lp-categories { background: var(--off-white); padding: 80px 40px; }
.lp-categories-inner { max-width: 1120px; margin: 0 auto; }
.lp-section-label {
  font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--green-dark); margin-bottom: 12px;
}
.lp-label-light { color: rgba(91,155,63,0.7); }
.lp-section-title { font-family: 'DM Serif Display', serif; font-size: clamp(26px, 4vw, 40px); color: var(--navy); margin-bottom: 12px; line-height: 1.15; }
.lp-title-light { color: var(--white); }
.lp-section-sub { color: #64748b; font-size: 15px; line-height: 1.65; margin-bottom: 40px; max-width: 580px; }
.lp-sub-light { color: rgba(255,255,255,0.5); }
.lp-cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 36px; }
.lp-cat-tile {
  background: var(--white); border: 1px solid #e2e8f0;
  border-radius: 14px; padding: 28px 24px;
  transition: border-color .2s, transform .2s, box-shadow .2s;
  display: block; text-decoration: none;
}
.lp-cat-tile:hover {
  border-color: var(--green); transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(91,155,63,0.12);
}
.lp-cat-icon { font-size: 32px; margin-bottom: 16px; color: var(--green-dark); display: block; }
.lp-cat-name { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 8px; line-height: 1.3; }
.lp-cat-desc { font-size: 12px; color: #64748b; margin-bottom: 16px; line-height: 1.5; }
.lp-cat-count { font-size: 12px; font-weight: 600; color: var(--green-dark); }

/* Cat tile accent colors */
.lp-cat-glp1:hover { border-color: #3b82f6; box-shadow: 0 8px 32px rgba(59,130,246,0.1); }
.lp-cat-glp1:hover .lp-cat-count { color: #3b82f6; }
.lp-cat-recovery:hover { border-color: #10b981; box-shadow: 0 8px 32px rgba(16,185,129,0.1); }
.lp-cat-recovery:hover .lp-cat-count { color: #10b981; }
.lp-cat-gh:hover { border-color: var(--green); }
.lp-cat-cognitive:hover { border-color: #8b5cf6; box-shadow: 0 8px 32px rgba(139,92,246,0.1); }
.lp-cat-cognitive:hover .lp-cat-count { color: #8b5cf6; }

/* ── Featured ─────────────────────────────────────────────── */
.lp-featured { background: #fff; padding: 80px 40px; }
.lp-featured-inner { max-width: 1200px; margin: 0 auto; }
.lp-featured-cta { text-align: center; margin-top: 44px; }

/* ── Process ─────────────────────────────────────────────── */
.lp-process { background: var(--navy); padding: 88px 40px; }
.lp-process-inner { max-width: 1100px; margin: 0 auto; }
.lp-steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 0; align-items: start; margin-top: 52px; }
.lp-step {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(91,155,63,0.15);
  border-radius: 16px; padding: 36px 28px;
}
.lp-step-num { font-size: 11px; font-weight: 700; letter-spacing: .12em; color: var(--green); text-transform: uppercase; margin-bottom: 16px; }
.lp-step-icon { font-size: 36px; margin-bottom: 16px; color: var(--green-light); display: block; }
.lp-step h3 { color: var(--white); font-size: 16px; font-weight: 600; margin-bottom: 12px; line-height: 1.3; }
.lp-step p { color: rgba(255,255,255,0.5); font-size: 13px; line-height: 1.7; }
.lp-step-arrow { display: flex; align-items: center; justify-content: center; font-size: 24px; color: rgba(91,155,63,0.4); padding: 0 20px; margin-top: 60px; }
.lp-btn-ghost-light {
  display: inline-block; color: rgba(255,255,255,0.65); font-size: 14px; font-weight: 500;
  text-decoration: none; border: 1px solid rgba(255,255,255,0.2); border-radius: 8px;
  padding: 12px 28px; transition: .2s;
}
.lp-btn-ghost-light:hover { color: var(--white); border-color: rgba(255,255,255,0.4); background: rgba(255,255,255,0.05); }

/* ── Why Trulife ─────────────────────────────────────────── */
.lp-why { background: var(--off-white); padding: 88px 40px; }
.lp-why-inner { max-width: 1120px; margin: 0 auto; }
.lp-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.lp-why-card {
  background: var(--white); border: 1px solid #e2e8f0; border-radius: 14px; padding: 32px 28px;
  transition: box-shadow .2s, border-color .2s;
}
.lp-why-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.07); border-color: var(--green); }
.lp-why-icon { font-size: 28px; margin-bottom: 16px; color: var(--green-dark); display: block; }
.lp-why-card h3 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.lp-why-card p { font-size: 13px; color: #64748b; line-height: 1.65; }

/* ── CTA Banner ──────────────────────────────────────────── */
.lp-cta-banner {
  background: linear-gradient(135deg, var(--green-dark) 0%, #3a6e25 100%);
  padding: 72px 40px; text-align: center;
}
.lp-cta-inner { max-width: 640px; margin: 0 auto; }
.lp-cta-banner h2 { font-family: 'DM Serif Display', serif; font-size: clamp(26px, 4vw, 40px); color: var(--white); margin-bottom: 12px; line-height: 1.2; }
.lp-cta-banner p { color: rgba(255,255,255,0.8); font-size: 16px; line-height: 1.6; margin-bottom: 32px; }
.lp-cta-banner .btn-primary { background: var(--white); color: var(--green-dark); }
.lp-cta-banner .btn-primary:hover { background: #f0f9ea; }

/* ── LP Responsive ───────────────────────────────────────── */
@media (max-width: 1024px) {
  .lp-hero-inner { grid-template-columns: 1fr; gap: 48px; padding: 64px 32px 48px; }
  .lp-hero-visual { display: none; }
  .lp-cat-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .lp-hero { min-height: auto; }
  .lp-steps { grid-template-columns: 1fr; }
  .lp-step-arrow { transform: rotate(90deg); margin: 0 auto; padding: 8px; }
  .lp-categories, .lp-featured, .lp-process, .lp-why, .lp-cta-banner { padding: 56px 20px; }
}
@media (max-width: 600px) {
  .lp-cat-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .lp-why-grid { grid-template-columns: 1fr; }
  .lp-hero-inner { padding: 48px 20px 40px; }
  .lp-hero-proof { gap: 16px; }
}

/* ── Transparency / COA Section ──────────────────────────── */
.lp-transp { background: #fff; }

/* Mission stripe */
.lp-transp-mission {
  background: var(--off-white); border-bottom: 1px solid #e2e8f0;
  padding: 88px 40px 80px; text-align: center;
}
.lp-transp-mission-label {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--green-dark); margin-bottom: 24px;
}
.lp-transp-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%;
  border: 1.5px solid var(--green-dark); font-size: 10px; font-weight: 700;
  color: var(--green-dark);
}
.lp-transp-mission-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(30px, 5vw, 52px); color: var(--navy); line-height: 1.1; margin-bottom: 24px;
}
.lp-transp-mission-title em { font-style: italic; color: var(--green-dark); }
.lp-transp-mission-sub {
  font-size: 16px; color: #4a5568; line-height: 1.75; max-width: 680px; margin: 0 auto;
}

/* Body: standards + COA card */
.lp-transp-body {
  display: grid; grid-template-columns: 1fr 480px; gap: 0;
  max-width: 1200px; margin: 0 auto; align-items: start;
}

/* Left: standards list */
.lp-transp-standards { padding: 72px 56px 72px 40px; border-right: 1px solid #e2e8f0; }
.lp-transp-standards-label {
  display: flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--green-dark); margin-bottom: 20px;
}
.lp-transp-standards-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(22px, 3vw, 34px); color: var(--navy); line-height: 1.15; margin-bottom: 40px;
}
.lp-transp-list { display: flex; flex-direction: column; }
.lp-transp-row {
  display: grid; grid-template-columns: 56px 1fr;
  padding: 22px 0; border-bottom: 1px solid #f1f5f9;
  gap: 12px;
}
.lp-transp-row:first-child { border-top: 1px solid #f1f5f9; }
.lp-transp-row-num {
  font-size: 12px; font-weight: 700; color: var(--green-dark);
  letter-spacing: .04em; padding-top: 2px;
}
.lp-transp-row-title { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.lp-transp-row-desc { font-size: 13px; color: #64748b; line-height: 1.65; }

/* Right: COA card */
.lp-transp-coa-card {
  padding: 56px 40px;
  display: flex; flex-direction: column; gap: 0;
  position: sticky; top: 88px; align-self: start;
}

/* COA mockup */
.lp-coa-header {
  background: var(--navy); border-radius: 12px 12px 0 0; padding: 20px 24px;
}
.lp-coa-logo-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.lp-coa-logo { height: 28px; filter: brightness(0) invert(1); }
.lp-coa-cert-tag {
  font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--green-light); border: 1px solid rgba(91,155,63,0.4);
  padding: 4px 10px; border-radius: 100px;
}
.lp-coa-body {
  background: #fff; border: 1px solid #e2e8f0; border-top: none; padding: 24px;
}
.lp-coa-product { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.lp-coa-lot { font-size: 12px; color: #94a3b8; margin-bottom: 20px; }
.lp-coa-rows { display: flex; flex-direction: column; gap: 0; margin-bottom: 16px; }
.lp-coa-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 0; border-bottom: 1px solid #f1f5f9;
  font-size: 13px; color: #475569;
}
.lp-coa-row:last-child { border-bottom: none; }
.lp-coa-pass { font-weight: 600; color: var(--green-dark); }
.lp-coa-lab {
  font-size: 11px; color: #94a3b8; text-align: center;
  border-top: 1px solid #f1f5f9; padding-top: 14px; margin-top: 4px;
}

/* QR section */
.lp-coa-qr-section {
  background: var(--navy); border-radius: 0 0 12px 12px; padding: 24px;
  display: flex; align-items: center; gap: 20px;
}
.lp-qr-block {
  flex-shrink: 0; background: #fff; border-radius: 8px; padding: 10px;
}
.lp-qr-inner { width: 72px; height: 72px; position: relative; }
.lp-qr-grid {
  width: 100%; height: 100%;
  display: grid; grid-template-columns: 22px 1fr 22px; grid-template-rows: 22px 1fr 22px;
  gap: 3px;
}
/* QR corner squares */
.lp-qr-corner {
  border: 3px solid var(--navy); border-radius: 2px; position: relative;
}
.lp-qr-corner::after {
  content: ''; position: absolute; inset: 3px;
  background: var(--navy); border-radius: 1px;
}
.lp-qr-tl { grid-column: 1; grid-row: 1; }
.lp-qr-tr { grid-column: 3; grid-row: 1; }
.lp-qr-bl { grid-column: 1; grid-row: 3; }
/* QR data dots */
.lp-qr-dots {
  background-image: repeating-linear-gradient(
    0deg, transparent, transparent 3px, var(--navy) 3px, var(--navy) 5px
  ),
  repeating-linear-gradient(
    90deg, transparent, transparent 3px, var(--navy) 3px, var(--navy) 5px
  );
  opacity: 0.5; border-radius: 1px;
}
.lp-qr-mid { opacity: 0.3; }

.lp-coa-scan-title { font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.lp-coa-scan-sub { font-size: 12px; color: rgba(255,255,255,0.55); line-height: 1.6; }

/* Responsive */
@media (max-width: 960px) {
  .lp-transp-body { grid-template-columns: 1fr; }
  .lp-transp-standards { padding: 48px 40px; border-right: none; border-bottom: 1px solid #e2e8f0; }
  .lp-transp-coa-card { position: static; padding: 48px 40px; }
}
@media (max-width: 600px) {
  .lp-transp-mission { padding: 56px 20px; }
  .lp-transp-standards, .lp-transp-coa-card { padding: 40px 20px; }
}

/* ═══════════════════════════════════════════════════════════
   BLOG
   ═══════════════════════════════════════════════════════════ */

/* Blog index grid */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 32px 28px;
  display: flex; flex-direction: column; gap: 12px; text-decoration: none;
  transition: box-shadow .2s, border-color .2s, transform .15s;
}
.blog-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.08); border-color: var(--green); transform: translateY(-2px); }
.blog-card-tag {
  display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--green-dark);
  background: rgba(91,155,63,0.1); border-radius: 4px; padding: 4px 10px;
  align-self: flex-start;
}
.blog-card-title { font-family: 'DM Serif Display', serif; font-size: 20px; color: #0D1B2A; line-height: 1.3; margin: 0; }
.blog-card-excerpt { font-size: 13px; color: #64748b; line-height: 1.7; margin: 0; flex: 1; }
.blog-card-meta { display: flex; gap: 16px; font-size: 12px; color: #94a3b8; }
.blog-card-meta span { display: flex; align-items: center; gap: 5px; }
.blog-card-cta { font-size: 13px; font-weight: 600; color: var(--green-dark); margin-top: 4px; }

/* Blog post hero */
.blog-post-hero { background: var(--navy); padding: 60px 24px 52px; }
.blog-post-hero-inner { max-width: 820px; margin: 0 auto; }
.blog-post-hero h1 { font-family: 'DM Serif Display', serif; font-size: clamp(26px, 4vw, 44px); color: #fff; line-height: 1.18; margin: 0 0 20px; }
.blog-post-meta { display: flex; flex-wrap: wrap; gap: 20px; font-size: 13px; color: rgba(255,255,255,0.5); }
.blog-post-meta span { display: flex; align-items: center; gap: 6px; }

/* Blog post layout */
.blog-post-layout {
  max-width: 1100px; margin: 0 auto; padding: 56px 24px 72px;
  display: grid; grid-template-columns: 1fr 280px; gap: 56px; align-items: start;
}
.blog-post-body { min-width: 0; }
.blog-post-body h2 { font-family: 'DM Serif Display', serif; font-size: 24px; color: #0D1B2A; margin: 40px 0 14px; padding-bottom: 10px; border-bottom: 2px solid #e2e8f0; }
.blog-post-body h2:first-of-type { margin-top: 32px; }
.blog-post-body p { font-size: 15px; color: #334155; line-height: 1.85; margin: 0 0 16px; }
.blog-post-body ul, .blog-post-body ol { padding-left: 20px; margin: 0 0 20px; }
.blog-post-body li { font-size: 15px; color: #334155; line-height: 1.8; margin-bottom: 8px; }
.blog-post-body strong { color: #0D1B2A; }

.blog-disclaimer {
  background: #f0f9ea; border: 1px solid rgba(91,155,63,0.3); border-radius: 10px;
  padding: 16px 20px; font-size: 13px; color: #3a5a20; line-height: 1.65; margin-bottom: 32px;
}

/* Blog table */
.blog-table-wrap { overflow-x: auto; margin: 20px 0; }
.blog-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.blog-table th { background: #0D1B2A; color: #fff; padding: 10px 14px; text-align: left; font-weight: 600; }
.blog-table td { padding: 10px 14px; border-bottom: 1px solid #e2e8f0; color: #334155; vertical-align: top; }
.blog-table tr:nth-child(even) td { background: #f8fafc; }

/* Blog post CTA */
.blog-post-cta {
  background: var(--navy); border-radius: 14px; padding: 32px 28px; text-align: center; margin: 48px 0 32px;
}
.blog-post-cta h3 { font-family: 'DM Serif Display', serif; font-size: 22px; color: #fff; margin: 0 0 8px; }
.blog-post-cta p { font-size: 13px; color: rgba(255,255,255,0.55); margin: 0 0 20px; }

.blog-back { font-size: 14px; }
.blog-back a { color: var(--green-dark); font-weight: 500; text-decoration: none; }
.blog-back a:hover { color: var(--green); }

/* Blog sidebar */
.blog-post-sidebar { position: sticky; top: 88px; display: flex; flex-direction: column; gap: 20px; }
.blog-sidebar-card { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; padding: 24px; }
.blog-sidebar-card h4 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: #94a3b8; margin: 0 0 14px; }
.blog-sidebar-card ul { list-style: none; padding: 0; margin: 0; }
.blog-sidebar-card li { font-size: 13px; color: #475569; padding: 6px 0; border-bottom: 1px solid #e2e8f0; line-height: 1.4; }
.blog-sidebar-card li:last-child { border-bottom: none; }
.blog-related-product {
  display: flex; flex-direction: column; gap: 2px; padding: 10px 0;
  border-bottom: 1px solid #e2e8f0; text-decoration: none;
}
.blog-related-product:last-child { border-bottom: none; }
.blog-related-product strong { font-size: 13px; color: #0D1B2A; }
.blog-related-product span { font-size: 11px; color: #94a3b8; }
.blog-related-product:hover strong { color: var(--green-dark); }

/* Blog responsive */
@media (max-width: 900px) {
  .blog-post-layout { grid-template-columns: 1fr; }
  .blog-post-sidebar { position: static; }
}
@media (max-width: 768px) {
  .blog-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .blog-grid { grid-template-columns: 1fr; }
}
