:root{--primary:#0f766e;--primary-dark:#115e59;--primary-light:#ccfbf1;--accent:#f59e0b;--accent-light:#fef3c7;--text-main:#1e293b;--text-muted:#64748b;--bg-page:#f8fafc;--bg-card:#ffffff;--border:#e2e8f0;--border-focus:#0f766e;--shadow-sm:0 1px 2px 0 rgb(0 0 0 / 0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0 / 0.1),0 2px 4px -2px rgb(0 0 0 / 0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.1);--radius:10px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--text-main);background-color:var(--bg-page);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:4px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--primary-dark);color:white;padding:0.75rem 1.25rem;font-weight:700}.skip-link:focus{left:0}@media (prefers-reduced-motion:reduce){*{animation-duration:0.01ms !important;transition-duration:0.01ms !important}}.site-header{background:rgba(255,255,255,0.95);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.header-inner{max-width:1200px;margin:0 auto;padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center}.brand-logo{font-size:1.35rem;font-weight:800;color:var(--primary-dark);display:flex;align-items:center;gap:0.5rem}.brand-logo:hover{text-decoration:none}.nav-links{display:flex;flex-wrap:wrap;gap:0.25rem 1rem;align-items:center;font-size:0.95rem;font-weight:600}.nav-links a{color:var(--text-muted);display:inline-flex;align-items:center;min-height:48px;padding:0 0.25rem}.nav-links a:hover{color:var(--primary)}.nav-links a.nav-current{color:var(--primary)}@media (max-width:560px){.header-inner{flex-direction:column;align-items:flex-start;gap:0.25rem}.nav-links{width:100%}}.hero{background:linear-gradient(135deg,#042f2e 0%,#0f766e 100%);color:white;padding:3.5rem 1.25rem;text-align:center}.hero-inner{max-width:800px;margin:0 auto}.hero h1{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.hero p{font-size:1.15rem;color:#ccfbf1;margin-bottom:2rem}.search-box{background:white;padding:0.5rem;border-radius:50px;box-shadow:var(--shadow-lg);display:flex;max-width:600px;margin:0 auto}.search-input{flex:1;min-width:0;border:none;padding:0.85rem 1.25rem;font-size:1rem;min-height:48px;border-radius:50px;color:var(--text-main);background:transparent}.search-btn{background:var(--accent);color:#78350f;font-weight:700;border:none;padding:0.75rem 1.5rem;min-height:48px;border-radius:50px;cursor:pointer;transition:opacity 0.2s}.search-btn:hover{opacity:0.9}.search-box--inline{box-shadow:var(--shadow-sm);border:1px solid var(--border);margin:0 0 0.5rem;max-width:480px}.search-status{color:var(--text-muted);font-size:0.9rem;min-height:1.4em;margin-bottom:1rem}.search-results-section{margin-bottom:2rem}.no-results{background:white;border:1px solid var(--border);border-left:4px solid var(--accent);border-radius:var(--radius);padding:1.5rem;margin:1rem 0 2rem}.no-results h2{font-size:1.25rem;margin-bottom:0.5rem}.no-results p{color:#475569;margin-bottom:1rem}.section-heading{font-size:1.6rem;margin-bottom:1rem}.browse-note{color:#475569;font-size:0.9rem;margin-top:0.5rem}.container{max-width:1200px;margin:0 auto;padding:2.5rem 1.25rem}.breadcrumbs{font-size:0.875rem;color:var(--text-muted);margin-bottom:1.5rem}.breadcrumbs a{color:var(--text-muted)}.breadcrumbs span{margin:0 0.4rem}.state-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin:2rem 0}.state-card{background:white;padding:1.25rem;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);display:flex;justify-content:space-between;align-items:center;transition:transform 0.15s,box-shadow 0.15s}.state-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--primary);text-decoration:none}.state-card-name{font-weight:600;color:var(--text-main)}.state-card-count{background:var(--primary-light);color:var(--primary-dark);font-size:0.8rem;font-weight:700;padding:0.2rem 0.55rem;border-radius:12px}.store-list{display:grid;grid-template-columns:1fr;gap:1.75rem;margin:2rem 0}@media (min-width:768px){.store-list{grid-template-columns:repeat(2,1fr)}}.store-card{background:white;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);padding:1.75rem;display:flex;flex-direction:column;transition:box-shadow 0.2s}.store-card:hover{box-shadow:var(--shadow-md)}.store-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:0.75rem}.store-title{font-size:1.35rem;font-weight:700;color:var(--text-main)}.store-badge{background:var(--accent-light);color:#92400e;font-size:0.8rem;font-weight:700;padding:0.25rem 0.6rem;border-radius:6px;white-space:nowrap}.store-meta{font-size:0.95rem;color:var(--text-muted);margin-bottom:1rem}.store-meta span{display:block;margin-bottom:0.25rem}.store-schedule{background:#f1f5f9;border-radius:8px;padding:1rem;margin:1rem 0;font-size:0.875rem}.store-schedule-title{font-weight:700;color:var(--text-main);margin-bottom:0.5rem;display:flex;justify-content:space-between}.schedule-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:0.5rem;text-align:center}.schedule-day{background:white;padding:0.5rem 0.25rem;border-radius:6px;border:1px solid #cbd5e1}.day-name{font-size:0.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase}.day-price{font-size:0.95rem;font-weight:800;color:var(--primary-dark)}.day-price.restock{color:#b45309}.store-tags{display:flex;flex-wrap:wrap;gap:0.4rem;margin:0.75rem 0}.store-tag{background:#f8fafc;color:#475569;border:1px solid var(--border);font-size:0.75rem;padding:0.2rem 0.5rem;border-radius:4px}.store-tags--lg .store-tag{font-size:0.85rem;padding:0.3rem 0.75rem}.store-summary{font-size:0.95rem;color:#475569;margin-bottom:0.75rem;line-height:1.7}.schedule-restock{font-size:0.75rem;color:#475569}.schedule-note{margin-top:0.6rem;font-size:0.8rem;color:#92400e;background:var(--accent-light);border-radius:6px;padding:0.4rem 0.6rem}.tel-link{font-weight:600;display:inline-block;min-height:44px;line-height:44px}.store-actions{margin-top:auto;padding-top:1rem;display:flex;gap:0.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:0.7rem 1.1rem;min-height:48px;font-size:0.95rem;font-weight:600;border-radius:6px;text-align:center;cursor:pointer}.btn-lg{padding:0.9rem 1.75rem;font-size:1rem;justify-self:start}.btn-primary{background:var(--primary);color:white}.btn-primary:hover{background:var(--primary-dark);text-decoration:none}.btn-outline{background:white;border:1px solid var(--border);color:var(--text-main)}.btn-outline:hover{background:#f8fafc;border-color:var(--text-muted);text-decoration:none}.reseller-callout{background:linear-gradient(to right,#ecfdf5,#f0fdfa);border:1px solid #a7f3d0;border-radius:var(--radius);padding:1.75rem;margin:3rem 0;display:flex;flex-direction:column;gap:1rem}@media (min-width:768px){.reseller-callout{flex-direction:row;align-items:center;justify-content:space-between}}.reseller-callout-text h3{font-size:1.25rem;color:#065f46;margin-bottom:0.35rem}.reseller-callout-text p{color:#065f46;font-size:0.95rem}.faq-section{margin:3rem 0}.faq-section h2{font-size:1.8rem;margin-bottom:1.5rem;color:var(--text-main)}.faq-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:768px){.faq-grid{grid-template-columns:repeat(2,1fr)}}.faq-card{background:white;border-radius:var(--radius);border:1px solid var(--border);padding:1.5rem}.faq-card h3{font-size:1.1rem;color:var(--primary-dark);margin-bottom:0.5rem}.faq-card p{font-size:0.95rem;color:#475569}.site-footer{background:#0f172a;color:#94a3b8;padding:3rem 1.25rem;margin-top:4rem;font-size:0.9rem}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.footer-inner{grid-template-columns:2fr 1fr 1fr}}.footer-col h4{color:white;margin-bottom:1rem;font-size:1rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:0.5rem}.footer-col a{color:#cbd5e1}.footer-col a:hover{color:white}.footer-bottom{max-width:1200px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid #334155;text-align:center;font-size:0.8rem}.container--narrow{max-width:900px}.container--prose{max-width:850px}.page-title{font-size:2.2rem;font-weight:800;margin-bottom:0.5rem;line-height:1.2}.page-title--lg{font-size:2.4rem;margin-bottom:1rem}.page-intro{color:#475569;margin-bottom:1.5rem;line-height:1.7}.panel{background:white;border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-sm);margin-bottom:2rem}.panel-header{display:flex;flex-wrap:wrap;gap:0.75rem;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.panel h2{font-size:1.35rem;margin:1.5rem 0 0.75rem}.panel-header h2{margin:0;font-size:1.4rem;color:var(--primary-dark)}.panel--partner{background:linear-gradient(to right,#ffffff,#f0fdfa);border-color:#a7f3d0}.partner-heading{color:#065f46 !important}.badge-partner{background:#d1fae5;color:#065f46}.btn-partner{background:#059669;color:white}.btn-partner:hover{background:#047857;text-decoration:none}.tool-grid{display:grid;grid-template-columns:1fr;gap:1.75rem;margin-bottom:3rem}.prose{line-height:1.8;color:#334155}.prose h2{color:var(--primary-dark);margin-bottom:0.75rem}.prose p,.prose ul,.prose ol{margin-bottom:1.5rem}.prose ul,.prose ol{margin-left:1.5rem}.store-facts{font-size:1.05rem;color:#475569;margin-bottom:1.5rem;line-height:1.8}.store-facts strong{color:var(--text-main)}.cta-row{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.cta-row--wrap{margin-bottom:0}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:1rem}.sched-table{width:100%;border-collapse:collapse;background:#f8fafc;border-radius:8px;overflow:hidden;text-align:left}.sched-table thead tr{background:#e2e8f0}.sched-table th,.sched-table td{padding:0.75rem 1rem}.sched-table tbody tr{border-bottom:1px solid var(--border)}.sched-day{font-weight:600}.sched-price{color:var(--primary-dark);font-weight:700}.sched-price.restock{color:#b45309}@media (max-width:380px){.sched-table th,.sched-table td{padding:0.6rem 0.5rem;font-size:0.9rem}}.submit-form{display:grid;gap:1.25rem}.submit-form label{display:block;font-weight:600;margin-bottom:0.4rem}.submit-form .req{color:#b91c1c}.submit-form input,.submit-form textarea{width:100%;padding:0.75rem;min-height:48px;font-size:1rem;border:1px solid var(--border);border-radius:6px;font-family:inherit;color:var(--text-main);background:white}.submit-form input:invalid:not(:placeholder-shown){border-color:#b91c1c}.field-row{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:640px){.field-row{grid-template-columns:1fr 1fr}.field-row--address{grid-template-columns:2fr 1fr 1fr}}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.form-note{font-size:0.85rem;color:#475569}.affiliate-disclosure{font-size:0.8rem;color:#94a3b8;margin-bottom:0.5rem}.affiliate-disclosure--inline{color:#475569;background:#f1f5f9;border-radius:6px;padding:0.6rem 0.8rem;margin-bottom:1.5rem}.store-card--compact{gap:0.5rem}.store-card--compact .store-meta{margin-bottom:0.75rem}