/* min */ :root{--green-dark:#1a2e1a;--green-felt:#0f2410;--green-mid:#2e7d32;--green-bright:#43a047;--green-light:#81c784;--green-pale:#e8f5e9;--green-bg:#f4faf4;--cream:#fffef9;--gold:#f0c96a;--gold-dark:#c9a030;--red-suit:#c0392b;--text-dark:#1a2e1a;--text-mid:#4a6a4a;--text-muted:#7aaa7a;--border:#c8dfc8;--white:#fff;--font-display:'Playfair Display',Georgia,serif;--font-body:'DM Sans',system-ui,sans-serif;--radius:10px;--radius-pill:30px}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:clip}body{font-family:var(--font-body);background:var(--green-bg);color:var(--text-dark);line-height:1.7;overflow-x:clip;width:100%;max-width:100vw}
::selection{background:var(--gold);color:var(--green-dark)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--green-dark)}
::-webkit-scrollbar-thumb{background:var(--green-mid);border-radius:3px}a{color:inherit;text-decoration:none}.nav{position:sticky;top:0;z-index:100;background:rgba(244,250,244,0.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:68px}
.nav-logo{display:flex;flex-direction:column;line-height:1.1;text-decoration:none}.nav-logo-top{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--text-dark)}
.nav-logo-top em{color:var(--green-mid);font-style:normal}.nav-logo-sub{font-size:8px;color:#1a2e1a;letter-spacing:1.5px;font-style:italic;text-align:center;margin-top:2px}
.suit-black{font-size:11px;color:#1a2e1a;vertical-align:middle}.suit-red{font-size:11px;color:#c0392b;vertical-align:middle}
.nav-links{display:flex;gap:28px;list-style:none;align-items:center}.nav-links a{color:var(--text-mid);font-size:13px;font-weight:500;transition:color .2s}
.nav-links a:hover{color:var(--green-mid)}.nav-right{display:flex;align-items:center;gap:10px}.nav-cta{background:var(--green-mid);color:#fff;border:0;padding:10px 22px;font-size:13px;font-weight:500;font-family:var(--font-body);border-radius:var(--radius-pill);cursor:pointer;transition:background .2s}
.nav-cta:hover{background:var(--green-bright)}.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:0;border:0}
.nav-hamburger span{display:block;width:22px;height:2px;background:var(--text-dark);border-radius:2px;transition:all .3s}
.cart-btn{position:relative;background:0;border:1px solid var(--border);border-radius:var(--radius-pill);padding:7px 12px;font-size:12px;color:var(--text-dark);cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s}
.cart-btn:hover{background:var(--green-pale);border-color:var(--green-mid)}.cart-count{background:var(--green-mid);color:#fff;font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:none;align-items:center;justify-content:center}
.cart-count.visible{display:flex}@media(max-width:1100px){.nav{padding:0 1rem}.nav-links{display:none;position:absolute;top:68px;left:0;right:0;background:var(--cream);flex-direction:column;padding:1.25rem 1.5rem;gap:14px;border-bottom:1px solid var(--border);box-shadow:0 8px 20px rgba(0,0,0,0.08)}
.nav-links.open{display:flex}.nav-hamburger{display:flex}}.policy-hero{background:radial-gradient(ellipse at top left,rgba(67,160,71,0.15) 0,transparent 55%),radial-gradient(ellipse at bottom right,rgba(240,201,106,0.10) 0,transparent 55%),var(--green-felt);color:var(--cream);padding:3.5rem 2rem 3rem;text-align:center}
.policy-hero .eyebrow{display:inline-block;font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:.6rem}
.policy-hero h1{font-family:var(--font-display);font-size:clamp(36px,5vw,56px);font-weight:700;color:var(--cream);letter-spacing:-.01em;line-height:1.05}
.policy-hero h1 em{color:var(--green-light);font-style:italic}.policy-hero p{font-size:14px;color:rgba(255,255,255,0.65);margin-top:.8rem}
.policy-wrap{max-width:820px;margin:0 auto;padding:3rem 1.5rem 4rem}.policy-meta{background:var(--cream);border:1px solid var(--border);border-radius:10px;padding:1rem 1.4rem;font-size:13px;color:var(--text-mid);margin-bottom:2.5rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.policy-meta strong{color:var(--green-dark)}.policy-toc{background:var(--cream);border:1px solid var(--border);border-radius:10px;padding:1.4rem 1.6rem;margin-bottom:2.5rem}
.policy-toc h3{font-family:var(--font-display);font-size:14px;color:var(--green-mid);letter-spacing:2px;text-transform:uppercase;margin-bottom:.8rem;font-weight:700}
.policy-toc ol{padding-left:1.2rem;font-size:13.5px;columns:2;column-gap:1.5rem}.policy-toc ol li{margin-bottom:4px;color:var(--text-mid)}
.policy-toc ol li a{color:var(--green-mid);transition:color .2s}.policy-toc ol li a:hover{color:var(--green-bright)}@media(max-width:600px){.policy-toc ol{columns:1}
}.policy-section{margin-bottom:2.2rem;scroll-margin-top:90px}.policy-section h2{font-family:var(--font-display);font-size:26px;color:var(--green-dark);margin-bottom:.8rem;font-weight:700;padding-bottom:.5rem;border-bottom:2px solid var(--green-pale)}
.policy-section h2 em{color:var(--green-mid);font-style:italic}.policy-section h3{font-family:var(--font-display);font-size:17px;color:var(--green-dark);margin:1.4rem 0 .5rem;font-weight:700}
.policy-section p{font-size:15px;color:var(--text-dark);margin-bottom:1rem}.policy-section ul{padding-left:1.4rem;margin-bottom:1rem}
.policy-section ul li{font-size:15px;color:var(--text-dark);margin-bottom:.4rem}.policy-section strong{color:var(--green-dark)}
.policy-section a{color:var(--green-mid);text-decoration:underline}.policy-section a:hover{color:var(--green-bright)}.callout{background:var(--cream);border-left:4px solid var(--gold);border-radius:6px;padding:1rem 1.2rem;margin:1rem 0;font-size:14px;color:var(--text-dark)}
.callout strong{color:var(--green-dark)}.lag-newsletter{background:radial-gradient(ellipse 60% 60% at 50% 100%,rgba(240,201,106,0.15) 0,transparent 60%),linear-gradient(180deg,#1a2e1a 0,#0f2410 100%);padding:4rem 2rem;text-align:center;position:relative;overflow:hidden;border-top:1px solid rgba(240,201,106,0.2)}
.lag-newsletter-inner{max-width:620px;margin:0 auto;position:relative;z-index:2}.lag-newsletter h2{font-family:'Playfair Display',Georgia,serif;font-size:clamp(28px,4vw,38px);font-weight:700;color:#fffef9;margin:0 0 .8rem;line-height:1.15}
.lag-newsletter h2 em{color:#f0c96a;font-style:italic}.lag-newsletter p{font-size:14px;color:#9acc9a;margin:0 0 1.8rem;line-height:1.7}
.lag-nl-limited{display:inline-block;background:#c0392b;color:#fff;font-weight:700;font-size:10px;letter-spacing:2px;text-transform:uppercase;padding:4px 10px;border-radius:6px;margin-right:6px;vertical-align:middle}
.lag-nl-win{color:#f0c96a;font-weight:700}.lag-nl-win strong{color:#fffef9}.lag-nl-form{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.lag-nl-input{padding:13px 22px;border:1px solid rgba(255,255,255,0.15);border-radius:30px;font-size:14px;font-family:'DM Sans',system-ui,sans-serif;width:320px;max-width:100%;background:rgba(255,255,255,0.05);color:#fffef9;outline:0;transition:border-color .2s,background .2s}
.lag-nl-input::placeholder{color:#6a9a6a}.lag-nl-input:focus{border-color:#f0c96a;background:rgba(255,255,255,0.08)}.lag-nl-btn{background:#f0c96a;color:#1a2e1a;border:0;padding:13px 28px;border-radius:30px;font-size:14px;font-weight:600;font-family:'DM Sans',system-ui,sans-serif;cursor:pointer;transition:background .2s,transform .15s}
.lag-nl-btn:hover{background:#ffd96a;transform:translateY(-1px)}footer.footer{background:#1a2e1a;padding:3.5rem 2rem 1.5rem;position:relative;overflow:hidden;color:#3a5a3a;font-family:'DM Sans',system-ui,sans-serif;margin-top:0}
footer.footer .footer-inner{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.5rem;max-width:1100px;margin:0 auto 2rem;position:relative;z-index:1}
footer.footer .footer-logo{font-family:'Playfair Display',Georgia,serif;font-size:22px;color:#81c784;margin:0 0 6px;font-weight:700}
footer.footer .footer-slogan{font-size:11px;color:#4a7a4a;font-style:italic;letter-spacing:1px;margin-bottom:10px}footer.footer .footer-slogan .suit-black-f{color:#81c784;font-style:normal}
footer.footer .footer-slogan .suit-red-f{color:#c0392b;font-style:normal;opacity:.85}footer.footer .footer-blurb{font-size:12px;color:rgba(255,255,255,0.45);line-height:1.6;margin:0 0 16px;max-width:320px}
footer.footer .footer-col h4{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#81c784;margin:0 0 14px;font-weight:700;font-family:'Playfair Display',Georgia,serif}
footer.footer .footer-col ul{list-style:none;margin:0;padding:0}footer.footer .footer-col ul li{margin-bottom:8px}footer.footer .footer-col ul li a{font-size:13px;color:#3a5a3a;text-decoration:none;transition:color .2s}
footer.footer .footer-col ul li a:hover{color:#81c784}footer.footer .footer-col ul li a.giveback-red{color:#c0392b;font-weight:700}
footer.footer .footer-col ul li a.giveback-red:hover{color:#ff6555}footer.footer .footer-social{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}
footer.footer .footer-social .social-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:#81c784;background:transparent;border:1px solid #2e4a2e;transition:all .2s;text-decoration:none}
footer.footer .footer-social .social-icon:hover{color:#1a2e1a;background:#f0c96a;border-color:#f0c96a;transform:translateY(-2px)}
footer.footer .footer-social .social-icon svg{display:block}footer.footer .footer-compliance{max-width:1100px;margin:0 auto;padding:1.3rem 0;border-top:1px solid #2e4a2e;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;font-size:11px;color:#4a7a4a}
footer.footer .footer-legal-links{display:flex;flex-wrap:wrap;gap:14px}footer.footer .footer-legal-links a{color:#4a7a4a;text-decoration:none;transition:color .2s}
footer.footer .footer-legal-links a:hover{color:#81c784}footer.footer .footer-trust{display:inline-flex;align-items:center;gap:8px;color:#4a7a4a}
footer.footer .footer-compliance-note{max-width:1100px;margin:0 auto;padding:.2rem 0 1.1rem;font-size:10.5px;color:#4a7a4a;line-height:1.6}
footer.footer .footer-compliance-note strong{color:#81c784}footer.footer .footer-bottom{border-top:1px solid #2e4a2e;padding-top:1.2rem;text-align:center;max-width:1100px;margin:0 auto}
footer.footer .footer-copy{font-size:11px;color:#3a5a3a;margin:0}footer.footer .footer-copy a{color:#81c784;text-decoration:none}
footer.footer .footer-copy a.giveback-red{color:#c0392b;font-weight:700}footer.footer .footer-copy a.giveback-red:hover{color:#ff6555}
footer.footer .footer-sog-note{font-size:10px;color:#2a4a2a;margin-top:6px;font-style:italic;line-height:1.5}footer.footer .footer-tag{margin-top:6px;font-size:10px;color:#2a4a2a;opacity:.8}
@media(max-width:900px){footer.footer .footer-inner{grid-template-columns:1fr 1fr;gap:1.8rem}footer.footer .footer-brand{grid-column:1 / -1;text-align:center}
footer.footer .footer-blurb{margin-left:auto;margin-right:auto}footer.footer .footer-social{justify-content:center}}@media(max-width:560px){footer.footer{padding:2.5rem 1.2rem 1.5rem}
footer.footer .footer-inner{grid-template-columns:1fr;gap:1.6rem;text-align:center}footer.footer .footer-col{text-align:center}
footer.footer .footer-compliance{justify-content:center;text-align:center}footer.footer .footer-legal-links{justify-content:center}
.lag-newsletter{padding:3rem 1.2rem}.lag-nl-input{width:100%}}.toast{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%) translateY(20px);background:var(--green-dark);color:var(--cream);padding:12px 24px;border-radius:var(--radius-pill);font-size:13px;font-weight:500;z-index:2000;opacity:0;transition:all .3s;white-space:nowrap;border:1px solid var(--green-mid)}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}