:root{color-scheme:light;--bg: #d96b27;--surface: #ffffff;--text: #1f2937;--muted: #5f6c7b;--accent: #d97706;--primary: #b91c1c;--border: #eadfd5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}.coming-soon-banner{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100;font-size:clamp(2.5rem,8vw,5rem);font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#f4070738;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap}img{max-width:100%;display:block}#root{min-height:100vh}.container{width:min(1120px,calc(100% - 2rem));margin:0 auto}.navbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem 1.5rem;background:#fffdf8;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.logo{display:inline-flex}.logo img{height:75px;width:auto}.nav-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 1.25rem;margin-left:auto}.nav-links a{text-decoration:none;color:var(--text);font-weight:600}.nav-links a:hover,.nav-links a:focus-visible{color:var(--primary)}.header-actions{display:flex;align-items:center;gap:.75rem}.auth-button{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1rem;border-radius:999px;background:var(--primary);color:#fff;text-decoration:none;font-weight:700;font-size:.95rem;transition:opacity .2s ease}.auth-button:hover,.auth-button:focus-visible{opacity:.9}.auth-button.signed-in{background:#0f766e}button.auth-button{border:none;cursor:pointer;font:inherit}.cart{font-size:1.2rem;text-decoration:none}.hero-section{padding-top:2.25rem;padding-bottom:1.5rem;background:linear-gradient(135deg,#fff7ed,#fffdf8)}.hero-section+.section{padding-top:2.5rem}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2rem;align-items:center}.hero-image{display:flex;justify-content:center;align-items:center}.hero-image img{width:min(100%,620px);margin:0 auto;border-radius:1.25rem;box-shadow:0 20px 45px #0f172a1f}@media (min-width: 801px){.hero-image{justify-content:flex-end}.hero-image img{width:120%;max-width:none;height:140%;max-height:none}}.hero-content h1{font-size:clamp(2rem,4vw,3.15rem);line-height:1.1;margin:0 0 1rem;color:#000}.hero-content h1 em{color:var(--primary);font-style:normal}.hero-content p{color:#000;font-size:1.05rem;margin-bottom:1rem}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.8rem;font-weight:800;color:var(--primary);margin:0 0 .6rem}.eyebrow.dark{color:var(--accent)}.button{display:inline-block;background:var(--primary);color:#fff;text-decoration:none;padding:.85rem 1.2rem;border-radius:999px;font-weight:700}.member-page{background:#f7f5f0;min-height:calc(100vh - 4rem);padding-bottom:3rem}.member-hero{padding:3.5rem 0 1.5rem;background:#fff}.member-hero-copy{width:min(1300px,calc(100% - 2rem));margin:0 auto;text-align:left;color:#000;font-size:.875rem}.member-hero-copy h1{font-size:clamp(2.25rem,4vw,3.5rem);margin:.6rem 0 1rem;color:#111827}.member-hero-copy p{max-width:900px;margin:0 auto;color:#4b5563;font-size:1rem;line-height:1.8}.marquee{overflow:hidden;margin:0 auto 1rem}.marquee-track{display:flex;width:max-content;animation:marquee-scroll 45s linear infinite}.marquee-track img{height:260px;width:auto;flex-shrink:0;margin-right:2rem;border-radius:1rem}.marquee:hover .marquee-track{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.marquee-track{animation:none}}.member-form-section{padding:2rem 0 3rem;scroll-margin-top:6rem}.page-banner-image{display:block;width:100%;max-height:432px;object-fit:cover;object-position:top;border-radius:1.25rem;box-shadow:0 20px 45px #0f172a1f;margin-bottom:1.5rem}.details-card{background:#fff;border:1px solid #e8e2d7;border-radius:1rem;padding:2rem;box-shadow:0 16px 35px #0f172a0f}.details-card h1{margin-top:0;margin-bottom:.75rem;font-size:2rem}.details-card h2{margin-top:0;margin-bottom:.75rem;font-size:1.8rem}.terms-heading{margin:2rem 0 .75rem;font-size:1.3rem;color:var(--text)}.details-card ul{margin:0 0 1rem;padding-left:1.25rem;color:var(--text)}.details-card li{margin-bottom:.4rem}.details-card .section-intro{max-width:740px;margin-bottom:1.75rem;color:#4b5563}.site-footer{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:2rem 1.5rem;margin-top:2rem;border-top:1px solid #e8e2d7;color:#6b7280;font-size:.9rem;text-align:center}.site-footer a{color:var(--text);font-weight:600;text-decoration:none}.site-footer a:hover{text-decoration:underline}.form-row{display:grid;gap:.55rem;margin-bottom:1.25rem}.form-row label{font-weight:700;color:#111827}.form-row input:not([type=checkbox]),.form-row select,.form-row textarea{width:100%;padding:.95rem 1rem;border:1px solid #d1d5db;border-radius:.95rem;font:inherit;color:#111827;background:#fff}.form-row input[type=checkbox]{width:auto;margin-right:.4rem}.form-row textarea{min-height:120px;resize:vertical}.field-help{margin:0;color:#6b7280;font-size:.95rem}.receipt-file-list{margin:.5rem 0 0;padding:0;list-style:none;font-size:.95rem}.receipt-file-list li{display:flex;align-items:center;gap:.5rem;padding:.15rem 0}.form-actions{margin-top:.5rem}.form-feedback{margin-top:1rem;font-weight:700;color:#0f766e}.form-feedback.error{color:#b91c1c}.required-star{color:#b91c1c;margin-left:.2rem}.form-feedback.info{color:#1d4ed8}.product-section{padding:2rem 0 4rem;scroll-margin-top:6rem}.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.4rem}.product-card{display:flex;flex-direction:column;background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 20px 45px #0f172a14;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 26px 55px #0f172a1f}.product-image{min-height:220px;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:auto;display:block}.product-info{display:flex;flex-direction:column;flex:1;padding:1.4rem}.product-info h3{margin:0 0 .85rem;font-size:1.05rem;color:#111827;line-height:1.4}.product-price{margin:0 0 1.3rem;font-weight:700;color:#1f2937}.product-action{width:100%;margin-top:auto;border:none;padding:.95rem 1rem;border-radius:999px;background:#f59e0b;color:#fff;font-weight:700;cursor:pointer}.member-welcome{font-weight:700;color:#111827}@media (max-width: 1200px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 800px){.product-grid{grid-template-columns:1fr}.navbar{flex-wrap:wrap}.nav-links{order:3;width:100%;justify-content:space-between}.hero{grid-template-columns:1fr}.hero-content{order:2}.hero-image{order:1}.split-layout{grid-template-columns:1fr}}.section{padding:5rem 0;scroll-margin-top:7rem}.alt-section{background:#fffdf8}.section-heading{margin-bottom:2rem}.section-heading h2{font-size:clamp(1.6rem,3vw,2.2rem);margin:0}.section-intro{color:#000;max-width:700px;margin-top:.75rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.card,.step{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:1.35rem;box-shadow:0 10px 28px #0f172a0d}.card h3,.step h3{margin-top:0;margin-bottom:.4rem}.step-heading{display:flex;align-items:center;gap:.75rem;margin-bottom:.4rem}.step-heading h3{margin:0}.split-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:start}.text-block p{color:var(--muted)}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.step span{display:inline-grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:50%;background:#fef3c7;color:var(--accent);font-weight:700;flex-shrink:0}@media (max-width: 800px){.navbar{flex-wrap:wrap}.nav-links{order:3;width:100%;justify-content:space-between}.hero{grid-template-columns:1fr}.hero-content{order:2}.hero-image{order:1}.split-layout{grid-template-columns:1fr}.marquee-track img{height:130px}}@media (max-width: 480px){.cart-item{grid-template-columns:64px 1fr}.cart-item-image{width:64px;height:64px}.cart-item-actions{grid-column:1 / -1;justify-content:flex-end}}.page{min-height:calc(100vh - 4rem);display:grid;place-items:center;padding:2rem}.card{width:min(560px,100%);background:var(--surface);border-radius:20px;padding:2rem;box-shadow:0 18px 45px #11172a1f}.card h1{margin:0 0 .5rem;font-size:1.8rem}.card>p{color:var(--muted);line-height:1.6}.providers{display:grid;gap:.75rem;margin:1.25rem 0}.provider-btn,.submit-btn{display:block;width:100%;border:none;padding:.9rem 1rem;border-radius:999px;font-weight:700;font-size:1rem;font-family:inherit;text-decoration:none;text-align:center;cursor:pointer}.provider-btn{background:#f3f4f6;color:var(--text)}.provider-btn.primary,.submit-btn.primary{background:var(--primary);color:#fff}.submit-btn.primary:disabled{opacity:.7;cursor:not-allowed}.provider-btn.secondary{background:#eff6ff;color:#1d4ed8}.provider-btn.tertiary{background:#fef2f2;color:#b91c1c}.card form{display:grid;gap:.8rem;margin-top:1rem}.card form input{width:100%;padding:.8rem .95rem;border:1px solid #d1d5db;border-radius:999px;font:inherit}.password-field{position:relative}.password-field input{padding-right:3.5rem}.password-toggle{position:absolute;right:.95rem;top:50%;transform:translateY(-50%);background:none;border:none;padding:0;font:inherit;font-size:.85rem;font-weight:600;color:var(--primary);cursor:pointer}.helper{font-size:.95rem;color:var(--muted);margin-top:.5rem}.link-button{background:none;border:none;padding:0;font:inherit;font-weight:600;color:var(--primary);cursor:pointer;text-decoration:underline}.back{display:inline-block;margin-top:1rem;color:var(--primary);text-decoration:none;font-weight:600}.cart-link{position:relative;display:inline-flex;align-items:center;font-size:1.3rem;text-decoration:none}.cart-badge{position:absolute;top:-.4rem;right:-.6rem;min-width:1.1rem;height:1.1rem;padding:0 .25rem;border-radius:999px;background:var(--primary);color:#fff;font-size:.65rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.cart-items{display:grid;gap:1rem;margin-bottom:1.5rem}.cart-item{display:grid;grid-template-columns:80px minmax(0,1fr) auto;gap:1rem;align-items:center;padding-bottom:1rem;border-bottom:1px solid var(--border)}.cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:.75rem}.cart-item-info h3{margin:0 0 .3rem;font-size:1rem;overflow-wrap:break-word}.cart-item-actions{display:flex;align-items:center;gap:.75rem}.cart-item-actions input[type=number]{width:4rem;padding:.5rem;border:1px solid #d1d5db;border-radius:.5rem;font:inherit}.cart-remove{border:none;background:none;color:var(--primary);font-weight:700;cursor:pointer}.cart-summary{display:flex;justify-content:space-between;font-weight:700;font-size:1.1rem;padding:1rem 0;border-top:2px solid var(--border);margin-bottom:1rem}.cart-summary-line{display:flex;justify-content:space-between;font-size:.95rem;color:var(--muted);padding:.3rem 0}.slot-day{margin-bottom:1.5rem}.slot-day-heading{margin:0 0 .6rem;font-size:1rem;color:var(--text)}.slot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.6rem}.slot-button{padding:.75rem;border:1px solid #d1d5db;border-radius:.75rem;background:#fff;font:inherit;font-size:.9rem;cursor:pointer;text-align:center}.slot-button:hover{border-color:var(--primary)}.slot-button.selected{background:var(--primary);border-color:var(--primary);color:#fff}.user-menu{position:relative}.user-menu-trigger{border:none;cursor:pointer;font:inherit;font-weight:700;color:#111827;background:none;padding:.4rem .2rem}.user-menu-dropdown{position:absolute;top:calc(100% + .5rem);right:0;display:flex;flex-direction:column;min-width:180px;background:#fff;border:1px solid var(--border);border-radius:.75rem;box-shadow:0 16px 35px #0f172a1f;overflow:hidden;z-index:20}.user-menu-dropdown a{padding:.75rem 1rem;color:var(--text);text-decoration:none;font-weight:600}.user-menu-dropdown a:hover{background:#f7f5f0}.order-table-wrapper{overflow-x:auto}.order-table{width:100%;border-collapse:collapse}.order-table th,.order-table td{padding:.85rem 1rem;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}.order-table th{font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.order-table a,.order-table-link{color:var(--primary);font-weight:700;text-decoration:none}.order-table-link{border:none;background:none;padding:0;font:inherit;cursor:pointer}.order-table-link:disabled{color:var(--muted);cursor:not-allowed}.order-table td.wrap{white-space:normal;min-width:14rem}.admin-filters{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}.admin-filters input[type=text]{flex:1 1 20rem;padding:.6rem .9rem;border:1px solid var(--border);border-radius:999px;font:inherit}.admin-filters select{padding:.6rem .9rem;border:1px solid var(--border);border-radius:999px;font:inherit}.toggle-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1.25rem}.admin-stats{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem}.admin-stat{display:flex;flex-direction:column;background:#fff;border:1px solid var(--border);border-radius:1rem;padding:.9rem 1.5rem;min-width:170px}.admin-stat-value{font-size:1.8rem;font-weight:800;color:var(--primary);line-height:1.2}.admin-stat-label{font-size:.85rem;color:var(--muted)}.toggle-btn{border:1px solid var(--border);background:#fff;color:#111827;padding:.5rem 1.25rem;border-radius:999px;font:inherit;font-weight:700;cursor:pointer}.toggle-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.toggle-btn:disabled{opacity:.6;cursor:not-allowed}.admin-edit-panel{white-space:normal;background:#f7f5f0;border-radius:.75rem;padding:1.25rem;margin:.5rem 0}.print-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.print-actions-right{display:flex;align-items:center;gap:.75rem}.print-btn{display:inline-block;width:auto;border:none;background:var(--primary);color:#fff;padding:.6rem 1.5rem;border-radius:999px;font:inherit;font-weight:700;cursor:pointer}.print-order-header{text-align:center;padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:3px solid var(--primary)}.print-order-logo{display:block;max-width:220px;width:100%;height:auto;margin:0 auto}.print-items-table{margin:1.25rem 0}.print-receipt-frame{width:100%;height:80vh;border:1px solid var(--border);border-radius:.5rem;margin-top:.75rem}.print-receipt-image{max-width:100%;height:auto;border:1px solid var(--border);border-radius:.5rem;margin-top:.75rem}@media print{.print-page-chrome{display:none!important}.print-order{box-shadow:none;border:none;padding:0}.print-receipt-frame{height:100vh}}
