:root{--bg-primary: #141414;--bg-secondary: #1a1a1a;--bg-tertiary: #242424;--bg-accent: #2a2a2a;--text-primary: #ffffff;--text-secondary: #d0d0d0;--text-muted: #707070;--accent: #5ba3a3;--accent-hover: #6bb4b4;--accent-warm: #c9a227;--accent-copper: #b07356;--accent-red: #a02828;--border: #333333;--border-light: #2a2a2a;--success: #5ba3a3;--warning: #c9a227;--danger: #a02828;--shadow: 0 2px 8px rgba(0, 0, 0, .3);--shadow-lg: 0 4px 20px rgba(0, 0, 0, .4);--teal: #5ba3a3;--gold: #c9a227}[data-theme=light]{--bg-primary: #f5f5f5;--bg-secondary: #ffffff;--bg-tertiary: #e8e8e8;--bg-accent: #f0f0f0;--text-primary: #1a1a1a;--text-secondary: #4a4a4a;--text-muted: #888888;--accent: #3d8585;--accent-hover: #2d7575;--border: #d0d0d0;--border-light: #e0e0e0;--shadow: 0 2px 8px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 20px rgba(0, 0, 0, .15);--teal: #3d8585;--gold: #a07d1c}[data-theme=light] .testimonial-card blockquote,[data-theme=light] .testimonial-card cite strong,[data-theme=light] .order-success-icon,[data-theme=light] .dashboard-card-primary{color:#fff}[data-theme=light] .weight-fill{background:var(--gold)}[data-theme=light] .order-weight-indicator.meets-minimum .weight-fill{background:var(--teal)}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:17px;background:var(--bg-primary)!important;color:var(--text-primary);line-height:1.7;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;letter-spacing:-.01em}h1{font-size:2.5rem}h2{font-size:1.75rem}h3{font-size:1.25rem}h4{font-size:1.125rem}#root{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1140px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none}.btn-primary{background:var(--accent);color:#fff;font-weight:500}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn-secondary{background:transparent;border:1px solid var(--text-secondary);color:var(--text-primary)}.btn-secondary:hover{border-color:var(--text-primary);background:#ffffff0d}.btn-lg{padding:1rem 2rem;font-size:1rem}.btn-full{width:100%}.landing-page{background:var(--bg-secondary)}.landing-theme-toggle{position:fixed;top:1rem;right:1rem;z-index:1000}.hero{min-height:auto;display:flex;align-items:center;justify-content:center;text-align:center;padding:5rem 2rem;background:var(--bg-secondary)}.hero-content{max-width:680px}.hero-logo{height:80px;width:auto;margin-bottom:1.5rem;opacity:.9}.hero h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary);letter-spacing:.08em;text-transform:uppercase}.hero-tagline{font-size:1.125rem;color:var(--text-secondary);line-height:1.9;margin-bottom:2.5rem}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.value-props{padding:4rem 0;background:var(--bg-primary)}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.value-card{text-align:center;padding:2rem 1.5rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px}.value-icon{font-size:2.5rem;line-height:1;margin-bottom:1.25rem}.value-card h3:after{content:"";display:block;width:50px;height:4px;background:var(--teal);margin:1rem auto 0;border-radius:2px}.value-card:nth-child(2) h3:after{background:var(--accent-copper)}.value-card:nth-child(3) h3:after{background:var(--gold)}.value-card:nth-child(4) h3:after{background:#7b8a6e}.value-icon{display:inline-flex;align-items:center;justify-content:center;width:70px;height:70px;border-radius:50%;background:var(--bg-tertiary);border:2px solid var(--teal)}.value-card:nth-child(2) .value-icon{border-color:var(--accent-copper)}.value-card:nth-child(3) .value-icon{border-color:var(--gold)}.value-card:nth-child(4) .value-icon{border-color:#7b8a6e}.value-card h3{font-size:.875rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary);text-transform:uppercase;letter-spacing:.08em}.value-card p{font-size:.9375rem;color:var(--text-secondary);line-height:1.7}.image-break{height:400px;background:center/cover no-repeat;position:relative}.image-break:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,var(--bg-primary),transparent 20%,transparent 80%,var(--bg-secondary))}.philosophy{padding:5rem 0;background:var(--bg-secondary)}.philosophy-content{max-width:680px;margin:0 auto;text-align:center}.philosophy h2{font-size:1.5rem;margin-bottom:1.5rem;color:var(--text-primary);text-transform:uppercase;letter-spacing:.1em;font-weight:400}.philosophy-lead{font-size:1.25rem;color:var(--text-primary);margin-bottom:1.5rem;line-height:1.8;font-weight:300}.philosophy p{color:var(--text-secondary);line-height:1.9;margin-bottom:1rem}.philosophy a{color:var(--accent);text-decoration:none;font-weight:500}.philosophy a:hover{text-decoration:underline}.partner-logos{display:flex;align-items:center;justify-content:center;gap:3rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--border)}.partner-logos a{opacity:.7;transition:opacity .2s}.partner-logos a:hover{opacity:1}.partner-logos img{height:40px;width:auto}.testimonials{padding:6rem 0;background:var(--bg-primary)}.testimonials h2{text-align:center;font-size:1.5rem;margin-bottom:3rem;color:var(--text-primary);text-transform:uppercase;letter-spacing:.1em;font-weight:400}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-card{background:var(--teal);border:none;border-radius:8px;padding:0;overflow:hidden;transition:transform .2s}.testimonial-card:nth-child(2){background:var(--accent-copper)}.testimonial-card:nth-child(3){background:#7b8a6e}.testimonial-card:hover{transform:translateY(-4px)}.testimonial-logo{background:#fff;padding:1.5rem;display:flex;align-items:center;justify-content:center;min-height:100px}.testimonial-logo img{max-height:60px;max-width:160px;width:auto;object-fit:contain}.testimonial-card blockquote{font-size:1rem;font-style:normal;color:#fff;line-height:1.8;margin:0;padding:1.5rem 1.5rem 1rem;font-weight:400}.testimonial-card cite{display:block;font-style:normal;padding:0 1.5rem 1.5rem}.testimonial-card cite strong{display:block;color:#fff;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.testimonial-card cite span{font-size:.8125rem;color:#ffffffbf}.inquiry{padding:6rem 0;background:var(--bg-secondary)}.inquiry-wrapper{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start}.inquiry-info h2{font-size:1.5rem;margin-bottom:1.5rem;color:var(--text-primary);text-transform:uppercase;letter-spacing:.1em;font-weight:400}.inquiry-info p{color:var(--text-secondary);line-height:1.8;margin-bottom:1rem}.inquiry-contact-toggle{display:flex;align-items:center;gap:.5rem;margin-top:2rem;background:none;border:none;color:var(--text-secondary);font-size:.9375rem;cursor:pointer;padding:0;font-family:inherit;transition:color .2s}.inquiry-contact-toggle:hover{color:var(--accent)}.toggle-arrow{display:inline-block;transition:transform .2s;font-size:1.125rem}.toggle-arrow.open{transform:rotate(90deg)}.inquiry-contact{margin-top:1rem;padding-top:1rem;padding-left:1.25rem;border-left:2px solid var(--border)}.inquiry-contact p{margin-bottom:.5rem;color:var(--text-secondary)}.inquiry-contact strong{color:var(--accent)}.inquiry-form-wrapper{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:4px;padding:2rem}.inquiry-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.inquiry-form .form-group{margin-bottom:1.25rem}.inquiry-form label{display:block;font-size:.75rem;font-weight:500;color:var(--text-secondary);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.inquiry-form input,.inquiry-form textarea,.inquiry-form select{width:100%;padding:.875rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:2px;color:var(--text-primary);font-size:1rem;font-family:inherit;transition:border-color .2s}.inquiry-form select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23d0d0d0' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding-right:2.5rem}.inquiry-form input:focus,.inquiry-form textarea:focus,.inquiry-form select:focus{outline:none;border-color:var(--accent)}.inquiry-form input::placeholder,.inquiry-form textarea::placeholder{color:var(--text-muted)}.inquiry-form textarea{resize:vertical;min-height:100px}.turnstile-wrapper{margin-bottom:1.5rem}.form-success{text-align:center;padding:3rem 2rem}.form-success h3{color:var(--accent);margin-bottom:.5rem}.form-success p{color:var(--text-secondary)}.landing-footer{background:var(--bg-primary);border-top:1px solid var(--border);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:3rem}.footer-brand h3{font-size:1.125rem;margin-bottom:.5rem;color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em}.footer-brand p{color:var(--text-secondary);margin-bottom:.25rem}.footer-locations{margin-top:1rem;font-size:.875rem}.footer-links h4,.footer-contact h4{font-size:.75rem;color:var(--text-muted);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a,.footer-links .link-button{color:var(--text-secondary);text-decoration:none;font-size:.9375rem;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;transition:color .2s}.footer-links a:hover,.footer-links .link-button:hover{color:var(--accent)}.footer-contact p{color:var(--text-secondary);font-size:.9375rem;margin-bottom:.5rem}.footer-bottom{padding-top:2rem;border-top:1px solid var(--border);text-align:center}.footer-bottom p{color:var(--text-muted);font-size:.875rem}.header{background:var(--bg-secondary);border-bottom:1px solid var(--border);padding:1rem 0;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-content{display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;align-items:center;gap:1rem;text-decoration:none;color:var(--text-primary)}.header-logo img{height:36px;width:auto}.header-logo h1{font-size:1.125rem;margin:0;font-weight:600}.header-titles{display:flex;flex-direction:column;gap:.125rem}.partner-name{font-size:.75rem;color:var(--accent);font-weight:500;letter-spacing:.02em}.header-nav{display:flex;gap:.25rem}.header-nav button{background:transparent;border:none;color:var(--text-secondary);padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s}.header-nav button:hover,.header-nav button.active{background:var(--bg-tertiary);color:var(--text-primary)}.theme-toggle{background:transparent;border:1px solid var(--border);color:var(--text-secondary);padding:.4rem .6rem;border-radius:4px;cursor:pointer;font-size:1rem;line-height:1;transition:all .2s;display:flex;align-items:center;justify-content:center}.theme-toggle:hover{border-color:var(--text-muted);color:var(--text-primary)}.header-actions{display:flex;align-items:center;gap:.75rem}main{flex:1;padding:2rem 0;background:var(--bg-primary)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.product-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:all .2s ease;cursor:pointer}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.product-card-image{width:100%;aspect-ratio:1;object-fit:cover;background:var(--bg-tertiary)}.product-card-image.placeholder{display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:3rem}.product-card-content{padding:1.25rem}.product-card-category{font-size:.75rem;color:var(--teal);text-transform:uppercase;letter-spacing:.05em;font-weight:600;margin-bottom:.5rem}.product-card-name{font-size:1.125rem;margin-bottom:.5rem;color:var(--text-primary)}.product-card-origin{font-size:.875rem;color:var(--text-secondary);margin-bottom:.5rem}.product-card-notes{font-size:.875rem;color:var(--text-secondary);font-style:italic}.product-card-pricing{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border);display:flex;gap:1.5rem}.price-item{text-align:left}.price-size{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;font-weight:500}.price-value{font-size:1rem;font-weight:600;color:var(--text-primary)}.category-section{margin-bottom:3rem}.category-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.category-header h2{margin:0;font-size:1.25rem;color:var(--text-primary)}.category-count{color:var(--text-muted);font-size:.875rem}.content-page{max-width:720px;margin:0 auto}.content-page h1{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border);font-size:1.75rem}.content-body{line-height:1.8}.content-body h2,.content-body h3{margin-top:2rem;margin-bottom:1rem;color:var(--text-primary)}.content-body p{margin-bottom:1rem;color:var(--text-secondary)}.content-body ul,.content-body ol{margin-bottom:1rem;padding-left:1.5rem}.content-body li{margin-bottom:.5rem;color:var(--text-secondary)}.content-body strong{color:var(--text-primary)}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.product-detail-image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;background:var(--bg-secondary)}.product-detail-info{display:flex;flex-direction:column;gap:1.5rem}.product-detail-category{font-size:.875rem;color:var(--teal);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.product-detail-name{font-size:2rem;margin:0;color:var(--text-primary)}.product-detail-meta{display:flex;gap:2rem;flex-wrap:wrap}.meta-item{display:flex;flex-direction:column;gap:.25rem}.meta-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;font-weight:500}.meta-value{font-size:1rem;color:var(--text-primary)}.product-detail-notes{font-size:1.125rem;color:var(--text-secondary);font-style:italic}.product-detail-description{color:var(--text-secondary);line-height:1.8}.product-detail-pricing{background:var(--bg-tertiary);border-radius:8px;padding:1.5rem}.pricing-header{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600;margin-bottom:1rem}.pricing-table{width:100%;border-collapse:collapse}.pricing-table th,.pricing-table td{padding:.75rem 0;text-align:left;border-bottom:1px solid var(--border)}.pricing-table th{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;font-weight:500}.pricing-table td{font-size:1rem;color:var(--text-primary)}.pricing-table tr:last-child td{border-bottom:none}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-secondary);text-decoration:none;margin-bottom:1.5rem;font-size:.875rem;background:none;border:none;cursor:pointer;padding:0;font-family:inherit;transition:color .2s}.back-link:hover{color:var(--accent)}.admin-section{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.admin-section h3{margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border);font-size:1.125rem}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:var(--text-primary);margin-bottom:.5rem}.form-input,.form-textarea,.form-select{width:100%;padding:.75rem;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:4px;color:var(--text-primary);font-size:1rem;transition:border-color .2s}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:var(--accent)}.form-textarea{min-height:150px;resize:vertical}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.tabs{display:flex;gap:.25rem;margin-bottom:2rem;border-bottom:1px solid var(--border)}.tab{background:transparent;border:none;color:var(--text-secondary);padding:.75rem 1.25rem;cursor:pointer;font-size:.875rem;font-weight:500;transition:color .2s;position:relative}.tab:hover,.tab.active{color:var(--text-primary)}.tab.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--accent)}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:.75rem;text-align:left;border-bottom:1px solid var(--border)}.data-table th{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;font-weight:600;background:var(--bg-tertiary)}.data-table tr:hover td{background:var(--bg-tertiary)}.btn-link{background:transparent;color:var(--accent);padding:0;font-size:.875rem}.btn-link:hover{text-decoration:underline}.dashboard{max-width:900px;margin:0 auto}.dashboard-welcome{text-align:center;margin-bottom:3rem}.dashboard-welcome h1{font-size:2rem;font-weight:600;margin-bottom:.5rem}.dashboard-welcome p{color:var(--text-secondary);font-size:1.0625rem}.dashboard-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:3rem}.dashboard-card{display:flex;align-items:center;gap:1rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;padding:1.5rem;text-align:left;cursor:pointer;transition:all .2s;width:100%;font-family:inherit;color:inherit}.dashboard-card:hover{border-color:var(--accent);transform:translateY(-2px)}.dashboard-card-primary{background:var(--teal);border-color:var(--teal);grid-column:span 2}.dashboard-card-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.dashboard-card-primary .dashboard-card-content h3,.dashboard-card-primary .dashboard-card-content p{color:#fff}.dashboard-card-icon{font-size:2rem;line-height:1}.dashboard-card-content h3{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:var(--text-primary)}.dashboard-card-content p{font-size:.875rem;color:var(--text-secondary);margin:0}.dashboard-section{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.dashboard-section h2{font-size:1rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.account-summary{background:var(--bg-tertiary);border-radius:4px;padding:1rem}.account-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--border)}.account-row:last-child{border-bottom:none}.account-label{color:var(--text-secondary);font-size:.9375rem}.account-value{color:var(--text-primary);font-size:.9375rem;font-weight:500}.account-placeholder{color:var(--text-muted);font-weight:400}.account-placeholder a{color:var(--accent);text-decoration:none}.account-placeholder a:hover{text-decoration:underline}.dashboard-help-text{color:var(--text-secondary);margin-bottom:1rem}.dashboard-contact{display:flex;align-items:center;gap:1rem}.dashboard-contact a{color:var(--accent);text-decoration:none;font-weight:500}.dashboard-contact a:hover{text-decoration:underline}.contact-divider{color:var(--text-muted)}@media(max-width:768px){.dashboard-actions{grid-template-columns:1fr}.dashboard-card-primary{grid-column:span 1}.dashboard-contact{flex-direction:column;align-items:flex-start;gap:.5rem}.contact-divider{display:none}}.order-view{max-width:1000px;margin:0 auto}.order-header{margin-bottom:2rem}.order-header h1{font-size:1.75rem;margin-bottom:.5rem}.order-header p{color:var(--text-secondary)}.admin-partner-select{display:flex;align-items:center;gap:.75rem;margin-top:1rem;padding:.75rem 1rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px}.admin-partner-select label{font-size:.875rem;font-weight:500;color:var(--text-secondary);white-space:nowrap}.admin-partner-select select{flex:1;max-width:320px;padding:.5rem .75rem;background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border);border-radius:6px;font-size:.875rem}.order-table-wrapper{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;overflow:visible;margin-bottom:1.5rem}.order-table{width:100%;border-collapse:collapse}.order-table th{background:var(--bg-tertiary);padding:.875rem 1rem;text-align:left;font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border)}.order-table th:first-child{border-top-left-radius:8px}.order-table th:last-child{border-top-right-radius:8px}.order-table tbody tr:last-child td:first-child{border-bottom-left-radius:8px}.order-table tbody tr:last-child td:last-child{border-bottom-right-radius:8px}.order-table td{padding:1rem;border-bottom:1px solid var(--border);vertical-align:middle}.order-table tbody tr:last-child td{border-bottom:none}.order-table tbody tr:hover{background:var(--bg-tertiary)}.col-image{width:76px;padding-right:.25rem!important}.order-product-image{display:block;width:58px;height:58px;object-fit:cover;border:1px solid var(--border);border-radius:6px;background:var(--bg-tertiary);transition:transform .2s ease,border-color .2s ease}.order-table tbody tr:hover .order-product-image{transform:scale(1.04);border-color:var(--teal)}.order-product-image.placeholder{display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:1.35rem}.col-product{width:27%;position:relative}.col-price{width:12%;text-align:right;color:var(--text-secondary)}.col-qty{width:10%}.col-subtotal{width:15%;text-align:right;font-weight:600;color:var(--accent)}.product-info{display:flex;flex-direction:column;gap:.25rem}.product-name{font-weight:500;color:var(--text-primary)}.product-origin{font-size:.875rem;color:var(--text-secondary)}.product-tooltip{position:absolute;top:100%;left:0;background:var(--bg-secondary);border:2px solid var(--teal);border-radius:8px;padding:1rem 1.25rem;z-index:1000;max-width:320px;box-shadow:0 8px 32px #0006;margin-top:.75rem}.product-tooltip:before{content:"";position:absolute;top:-8px;left:20px;width:14px;height:14px;background:var(--bg-secondary);border-left:2px solid var(--teal);border-top:2px solid var(--teal);transform:rotate(45deg)}.tooltip-notes{font-style:italic;color:var(--teal);margin-bottom:.75rem;font-size:1rem;font-weight:500}.tooltip-detail{font-size:.875rem;color:var(--text-secondary);margin-bottom:.375rem}.tooltip-detail strong,.tooltip-detail:first-letter{color:var(--text-primary)}.tooltip-description{font-size:.875rem;color:var(--text-secondary);margin-top:.75rem;border-top:1px solid var(--border);padding-top:.75rem;line-height:1.6}.qty-input{width:70px;padding:.5rem .75rem;background:var(--bg-primary);border:1px solid var(--border);border-radius:4px;color:var(--text-primary);font-size:1rem;text-align:center;-moz-appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty-input:focus{outline:none;border-color:var(--accent)}.qty-input::placeholder{color:var(--text-muted)}.not-available{color:var(--text-muted)}.order-summary{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;padding:1rem 1.25rem;position:sticky;bottom:1rem}.order-summary-content{display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.order-total{display:flex;align-items:baseline;gap:.5rem}.total-label{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.total-value{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.order-items-summary{flex:1;display:flex;flex-wrap:wrap;gap:.5rem 1rem;justify-content:flex-end;max-height:60px;overflow-y:auto}.order-line{display:inline-flex;gap:.5rem;font-size:.8125rem;color:var(--text-secondary);white-space:nowrap}.order-line:first-child{padding-top:0}.order-summary-bottom{display:flex;align-items:center;gap:1rem;margin-top:.75rem}.order-summary .btn{flex-shrink:0}.order-note{font-size:.8125rem;color:var(--text-muted);margin:0}.order-weight-indicator{display:flex;align-items:center;gap:.75rem;flex:1;min-width:200px}.weight-progress{display:flex;align-items:center;gap:.5rem;flex:1}.weight-bar{flex:1;height:6px;background:var(--bg-tertiary);border-radius:3px;overflow:hidden;min-width:80px}.weight-fill{height:100%;background:var(--gold);border-radius:3px;transition:width .3s ease}.order-weight-indicator.meets-minimum .weight-fill{background:var(--teal)}.weight-text{font-size:.8125rem;font-weight:600;color:var(--text-primary);white-space:nowrap}.weight-needed{margin:0;font-size:.75rem;color:var(--gold);white-space:nowrap}.weight-met{margin:0;font-size:.75rem;color:var(--teal);font-weight:500;white-space:nowrap}.order-success{text-align:center;padding:4rem 2rem;max-width:500px;margin:0 auto}.order-success-icon{width:80px;height:80px;background:var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;margin:0 auto 1.5rem}.order-success h2{font-size:1.75rem;margin-bottom:1rem}.order-success p{color:var(--text-secondary);margin-bottom:2rem;line-height:1.7}@media(max-width:768px){.order-table-wrapper{overflow-x:auto}.order-table{min-width:680px}.order-summary-content{flex-direction:column;align-items:flex-start;gap:.75rem}.order-items-summary{justify-content:flex-start;width:100%;max-height:none}.order-summary-bottom{flex-direction:column;align-items:stretch}.order-weight-indicator{flex-wrap:wrap;justify-content:space-between}.order-summary .btn{width:100%}}.sheet-builder{display:flex;flex-direction:column;gap:1.25rem}.sheet-builder-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.sheet-builder-toolbar h2{margin:0 0 .25rem}.sheet-builder-toolbar p,.sheet-help{margin:0;color:var(--text-muted);font-size:.85rem}.sheet-builder-actions{display:flex;gap:.65rem}.sheet-builder-error{margin:0}.sheet-builder-layout{display:grid;grid-template-columns:minmax(280px,340px) minmax(0,1fr);gap:1.25rem;align-items:start}.sheet-controls{display:flex;flex-direction:column;gap:1rem;max-height:calc(100vh - 220px);overflow-y:auto;padding-right:.2rem}.sheet-controls section{padding:1rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px}.sheet-controls h3{margin:0 0 .8rem;font-size:1rem}.sheet-controls label{display:flex;flex-direction:column;gap:.35rem;margin-top:.7rem}.sheet-controls label>span{color:var(--text-secondary);font-size:.78rem;font-weight:600}.sheet-controls input[type=text],.sheet-controls input:not([type]),.sheet-controls textarea{width:100%;padding:.55rem .65rem;border:1px solid var(--border);border-radius:5px;background:var(--bg-primary);color:var(--text-primary);font:inherit;resize:vertical}.sheet-controls input:focus,.sheet-controls textarea:focus{outline:none;border-color:var(--teal)}.sheet-toggle-grid{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.85rem}.sheet-controls .sheet-toggle{flex-direction:row;align-items:center;gap:.4rem;margin:0;padding:.42rem .55rem;border:1px solid var(--border);border-radius:5px}.sheet-toggle input{width:auto}.sheet-coffee-editors{display:flex;flex-direction:column;gap:.7rem;margin-top:.8rem}.sheet-coffee-editor{padding-top:.7rem;border-top:1px solid var(--border)}.sheet-coffee-editor:first-child{padding-top:0;border-top:0}.sheet-coffee-editor strong{display:block;font-size:.85rem}.sheet-coffee-price{color:var(--accent);font-size:.76rem;margin-top:.15rem}.sheet-coffee-editor input,.sheet-coffee-editor textarea{margin-top:.45rem}.sheet-preview-panel{position:sticky;top:1rem;min-width:0}.sheet-preview-label{display:flex;justify-content:space-between;margin-bottom:.45rem;color:var(--text-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}.sheet-preview-status{color:var(--teal)}.sheet-preview-shell{position:relative;width:100%;aspect-ratio:11 / 8.5;overflow:hidden;background:#d9d4ca;border:1px solid var(--border);border-radius:8px;box-shadow:0 14px 40px #0000003d}.sheet-preview-shell iframe{display:block;width:100%;height:100%;border:0;background:#d9d4ca}@media(max-width:1100px){.sheet-builder-layout{grid-template-columns:1fr}.sheet-controls{max-height:none;overflow:visible}.sheet-preview-panel{position:static}}@media(max-width:640px){.sheet-builder-toolbar{align-items:stretch;flex-direction:column}.sheet-builder-actions{flex-direction:column}.sheet-builder-actions .btn{width:100%}}.loading{display:flex;align-items:center;justify-content:center;padding:4rem;color:var(--text-muted)}.empty-state{text-align:center;padding:4rem 2rem;color:var(--text-muted)}.empty-state h3{margin-bottom:.5rem;color:var(--text-secondary)}.error{background:#a0282826;border:1px solid var(--danger);color:#f87171;padding:1rem;border-radius:4px;margin-bottom:1rem}@media(max-width:1024px){.value-grid{grid-template-columns:repeat(2,1fr)}.testimonial-grid{grid-template-columns:1fr}.inquiry-wrapper{grid-template-columns:1fr;gap:2rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.product-detail{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.hero h1{font-size:2.25rem}.hero-tagline{font-size:1rem}.value-grid{grid-template-columns:1fr;gap:2rem}.inquiry-form .form-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.container{padding:0 1rem}.header-content{flex-direction:column;gap:1rem}.header-nav{width:100%;overflow-x:auto;justify-content:center}.product-grid{grid-template-columns:1fr;gap:1rem}}.order-history-view{max-width:800px;margin:0 auto}.order-history-header{margin-bottom:2rem}.order-history-header h1{font-size:1.75rem;margin-bottom:.5rem}.order-history-header p{color:var(--text-secondary)}.order-history-empty{text-align:center;padding:4rem 2rem}.order-history-empty h2{font-size:1.5rem;margin-bottom:.5rem;color:var(--text-secondary)}.order-history-empty p{color:var(--text-muted)}.order-cards{display:flex;flex-direction:column;gap:1rem}.order-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;overflow:hidden}.order-card-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:var(--bg-tertiary);border-bottom:1px solid var(--border)}.order-card-info{display:flex;flex-direction:column;gap:.25rem}.order-number{font-weight:600;color:var(--text-primary);font-size:.9375rem}.order-date{font-size:.8125rem;color:var(--text-muted)}.order-status{padding:.375rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.order-card-items{padding:1rem 1.25rem}.order-item-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--border-light)}.order-item-row:last-child{border-bottom:none}.item-name{flex:1;color:var(--text-primary);font-size:.9375rem}.item-qty{color:var(--text-muted);font-size:.875rem;margin:0 1rem}.item-price{color:var(--text-secondary);font-size:.9375rem;font-weight:500;min-width:70px;text-align:right}.order-card-footer{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:var(--bg-tertiary);border-top:1px solid var(--border)}.order-total-label{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.order-total-value{font-size:1.25rem;font-weight:700;color:var(--accent)}.order-notes{padding:.75rem 1.25rem;background:var(--bg-primary);border-top:1px solid var(--border);font-size:.875rem;color:var(--text-secondary)}.notes-label{font-weight:500;color:var(--text-muted)}@media(max-width:768px){.order-card-header{flex-direction:column;align-items:flex-start;gap:.75rem}.order-item-row{flex-wrap:wrap;gap:.5rem}.item-name{flex-basis:100%}.item-qty{margin-left:0}}.admin-tabs{display:flex;gap:0;border-bottom:2px solid var(--border);margin-bottom:1.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-tabs .tab{padding:.6rem 1.25rem;background:none;border:none;font-size:.95rem;font-weight:600;color:var(--text-muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;white-space:nowrap;transition:color .2s,border-color .2s}.admin-tabs .tab:hover{color:var(--text-secondary)}.admin-tabs .tab.active{color:var(--accent);border-bottom-color:var(--accent)}.admin-toolbar{display:flex;gap:.75rem;align-items:center;margin-bottom:1rem;flex-wrap:wrap}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.status-active{color:var(--accent);font-weight:500}.status-inactive{color:var(--text-muted)}.status-warning{display:inline-flex;align-items:center;margin-left:.5rem;padding:.15rem .45rem;border-radius:999px;background:#c9a22724;color:var(--gold);font-size:.7rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.actions-cell{white-space:nowrap}.btn-sm{padding:.3rem .6rem;font-size:.8rem}.text-muted{color:var(--text-muted)}.toast{position:fixed;left:50%;bottom:1.5rem;z-index:1000;max-width:min(92vw,520px);padding:.85rem 1rem;border-radius:999px;background:var(--bg-secondary);border:1px solid var(--accent);box-shadow:0 10px 35px #00000059;color:var(--text-primary);font-weight:700;font-size:.9rem;text-align:center;opacity:0;pointer-events:none;transform:translate(-50%,1rem);transition:opacity .18s ease,transform .18s ease}.toast.show{opacity:1;transform:translate(-50%)}.admin-form{display:flex;flex-direction:column;gap:.75rem;max-width:600px}.admin-form label{display:flex;flex-direction:column;gap:.3rem}.admin-form label>span{font-size:.8rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.03em}.admin-form input,.admin-form select,.admin-form textarea{padding:.5rem .65rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-tertiary);color:var(--text-primary);font-size:.9rem;font-family:inherit}.admin-form textarea{resize:vertical}.form-row-2,.form-row-3{display:grid;gap:.75rem}.form-row-2{grid-template-columns:1fr 1fr}.form-row-3{grid-template-columns:repeat(3,minmax(0,1fr))}.compact-admin-form{max-width:none;margin-bottom:1.25rem;padding:1rem;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:8px}.form-actions{display:flex;gap:.5rem;margin-top:.5rem}.inline-form{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding:.5rem 0}.inline-form input{padding:.35rem .5rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-tertiary);color:var(--text-primary);font-size:.85rem;font-family:inherit;min-width:0}.failed-order-audit>.section-header{align-items:flex-start}.failed-order-audit .section-header h3{margin:0 0 .25rem}.failed-order-audit .section-header p{margin:0;max-width:680px;font-size:.9rem}.audit-count{display:inline-flex;min-width:2rem;height:2rem;align-items:center;justify-content:center;border:1px solid rgba(220,53,69,.35);border-radius:999px;background:#dc35451a;color:var(--danger);font-weight:800}.failed-order-load-error{display:flex;flex-direction:column;gap:.25rem;margin-top:1rem;padding:1rem;border:1px solid rgba(220,53,69,.35);border-radius:8px;background:#dc354514;color:var(--danger)}.failed-order-load-error span{color:var(--text-secondary);font-size:.85rem}.failed-order-list{display:flex;flex-direction:column;gap:1rem;margin-top:1.25rem}.failed-order-card{overflow:hidden;border:1px solid var(--border);border-left:4px solid var(--danger);border-radius:10px;background:var(--bg-secondary)}.failed-order-header{display:flex;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;background:linear-gradient(90deg,rgba(220,53,69,.08),transparent 55%)}.failed-order-eyebrow,.failed-order-meta span,.failed-order-reason>span{display:block;margin-bottom:.2rem;color:var(--text-muted);font-size:.68rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.failed-order-header h4{margin:0 0 .2rem;font-size:1.05rem}.failed-order-total{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.failed-order-total strong{font-size:1.2rem}.failed-order-total span{color:var(--danger);font-size:.72rem;font-weight:800}.failed-order-items{border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.failed-order-items th,.failed-order-items td{padding:.55rem 1.1rem}.failed-order-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;padding:.85rem 1.1rem}.failed-order-meta strong{display:block;overflow-wrap:anywhere;font-size:.86rem}.failed-order-reason{margin:0 1.1rem 1rem;padding:.75rem;border:1px solid rgba(220,53,69,.25);border-radius:7px;background:var(--bg-tertiary)}.failed-order-reason code{color:var(--text-secondary);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem;overflow-wrap:anywhere;white-space:pre-wrap}@media(max-width:600px){.failed-order-header{flex-direction:column}.failed-order-total{align-items:flex-start}}.admin-user-list{display:flex;flex-direction:column;gap:.75rem}.admin-user-card{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;padding:.85rem 1rem;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:8px}.admin-user-main{display:flex;flex-direction:column;gap:.2rem;min-width:220px}.admin-edit-form,.admin-password-form{justify-content:flex-end}.partner-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem}.partner-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;padding:1rem 1.25rem;cursor:pointer;transition:border-color .15s,box-shadow .15s;display:flex;flex-direction:column;gap:.25rem}.partner-card:hover{border-color:var(--accent);box-shadow:0 2px 8px #00000026}.partner-card-header{display:flex;justify-content:space-between;align-items:center}.partner-card-footer{display:flex;justify-content:space-between;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border)}.partner-detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.partner-info-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem;margin-bottom:2rem}.partner-info-grid>div{display:flex;flex-direction:column;gap:.15rem}.partner-info-grid .label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted)}.partner-orders-section,.partner-users-section{border-top:1px solid var(--border);padding-top:1.25rem;margin-top:1.25rem}.partner-order-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-bottom:1rem}.partner-order-stats>div{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:8px;padding:.8rem .9rem;display:flex;flex-direction:column;gap:.25rem}.partner-order-stats .label{color:var(--text-muted);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.partner-order-stats strong{font-size:1.25rem;color:var(--text-primary)}.order-status-mini{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;background:#5ba3a31f;color:var(--accent);white-space:nowrap}.order-status-mini.status-pending,.order-status-mini.status-invoiced{background:#c9a22724;color:var(--gold)}.order-status-mini.status-payment_failed{background:#dc354524;color:var(--danger)}.stripe-link{color:var(--accent);font-family:monospace;font-size:.8rem}.stripe-missing{color:var(--danger);font-size:.82rem;font-weight:600}.partner-orders-table td{vertical-align:middle}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.section-header h4{margin:0}.user-list{display:flex;flex-direction:column;gap:.5rem}.user-row{display:flex;justify-content:space-between;align-items:center;padding:.65rem .75rem;background:var(--bg-tertiary);border-radius:6px;flex-wrap:wrap;gap:.5rem}.user-info{display:flex;align-items:center;gap:.75rem}.user-actions{display:flex;align-items:center;gap:.25rem}.empty-state{text-align:center;padding:3rem 1rem;color:var(--text-secondary)}.menu-toggle{display:none;background:none;border:none;color:var(--text-primary);font-size:1.5rem;cursor:pointer;padding:.25rem;line-height:1}@media(max-width:768px){.menu-toggle{display:block}.header-content{flex-wrap:wrap}.header-logo{flex:1}.header-nav{display:none;width:100%;flex-direction:column;order:3;padding:.5rem 0;border-top:1px solid var(--border)}.header-nav.open{display:flex}.header-nav button{text-align:left;padding:.6rem .5rem;border-radius:6px}.header-actions{order:2}.form-row-2,.form-row-3,.partner-info-grid{grid-template-columns:1fr}.user-row{flex-direction:column;align-items:flex-start}.admin-toolbar{flex-direction:column;align-items:stretch}.admin-toolbar .btn{width:100%;text-align:center}}.onboard-container{max-width:640px;margin:0 auto;padding:3rem 1.5rem 2rem;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.onboard-card{width:100%;margin-top:1.5rem}.onboard-card h1,.onboard-card h2{margin-bottom:.5rem}.onboard-desc{color:var(--text-secondary);margin-bottom:.5rem;line-height:1.5}.onboard-form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.onboard-steps{display:flex;align-items:center;justify-content:center;gap:0;width:100%;max-width:400px;margin:0 auto}.onboard-step{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.step-dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;border:2px solid var(--border);color:var(--text-muted);background:var(--bg-secondary);flex-shrink:0}.onboard-step.active .step-dot{border-color:var(--accent);background:var(--accent);color:#fff}.onboard-step.done .step-dot{border-color:var(--accent);color:var(--accent)}.step-label{font-size:.8rem;color:var(--text-muted);white-space:nowrap}.onboard-step.active .step-label{color:var(--text-primary);font-weight:600}.onboard-step.done .step-label{color:var(--accent)}.step-line{width:24px;height:2px;background:var(--border);margin:0 .3rem;flex-shrink:0}.onboard-step.done+.step-line,.onboard-step.done .step-line{background:var(--accent)}.tax-section{border:1px solid var(--border);border-radius:8px;padding:1rem 1.25rem;background:var(--bg-secondary)}.tax-section-title{font-weight:700;font-size:.95rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border);color:var(--text-primary)}.tax-row{display:flex;gap:.75rem;margin-bottom:.5rem}.tax-field{display:flex;flex-direction:column;gap:.25rem;flex:1}.tax-field>span{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted)}.tax-field input,.tax-field textarea,.tax-field select{padding:.5rem .65rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-tertiary);color:var(--text-primary);font-size:.9rem;font-family:inherit}.tax-field input.disabled,.tax-field textarea.disabled{opacity:.6;cursor:not-allowed}.tax-field textarea{resize:vertical}.tax-declaration{font-size:.85rem;color:var(--text-secondary);font-style:italic;margin-bottom:1rem;line-height:1.5}.tax-error{color:var(--danger, #dc3545);background:#dc35451a;padding:.6rem 1rem;border-radius:6px;font-size:.9rem}.signature-pad{display:flex;flex-direction:column}.sig-mode-tabs{display:flex;gap:0;margin-bottom:.5rem;border:1px solid var(--border);border-radius:6px;overflow:hidden;width:fit-content}.sig-mode-tabs button{background:var(--bg-tertiary);border:none;padding:.35rem 1rem;font-size:.85rem;color:var(--text-muted);cursor:pointer;font-family:inherit;transition:all .15s}.sig-mode-tabs button.active{background:var(--accent);color:#fff}.sig-preview{padding:.75rem 1rem;background:#fff;border:1px solid var(--border);border-radius:6px;min-height:60px;display:flex;align-items:center;color:#000;margin-bottom:.5rem}.sig-font-options{display:flex;gap:.5rem;flex-wrap:wrap}.sig-font-btn{background:var(--bg-tertiary);border:2px solid var(--border);border-radius:6px;padding:.4rem .75rem;font-size:1.1rem;color:var(--text-primary);cursor:pointer;transition:border-color .15s;white-space:nowrap}.sig-font-btn:hover{border-color:var(--text-muted)}.sig-font-btn.active{border-color:var(--accent)}@media(max-width:768px){.tax-form-view{padding:1.5rem 1rem}.tax-row{flex-direction:column;gap:.5rem}.tax-field[style]{max-width:none!important}}.application-filters,.application-actions{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;margin-bottom:1rem}.application-workspace{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1.6fr);gap:1.25rem}.application-list,.application-detail,.invitation-state{border:1px solid var(--border);background:var(--bg-secondary);border-radius:6px}.application-list{overflow:hidden;align-self:start}.application-list-item{width:100%;display:flex;justify-content:space-between;gap:.75rem;padding:1rem;border:0;border-bottom:1px solid var(--border);background:transparent;color:var(--text-primary);text-align:left;cursor:pointer}.application-list-item:hover,.application-list-item.selected{background:var(--bg-tertiary)}.application-list-item span:first-child{display:flex;flex-direction:column}.application-list-item small{color:var(--text-muted)}.application-detail{padding:1.25rem;min-height:260px}.application-detail-header{display:flex;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.application-detail-header h3{margin:0 0 .4rem}.application-status{display:inline-block;border-radius:999px;padding:.15rem .55rem;font-size:.72rem;white-space:nowrap;background:var(--bg-tertiary)}.application-status.status-approved{color:var(--success)}.application-status.status-not_approved{color:var(--danger)}.application-status.status-new{color:var(--warning)}.application-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem 1.5rem;margin:0 0 1.5rem}.application-field-grid dt{color:var(--text-muted);font-size:.75rem;text-transform:uppercase}.application-field-grid dd{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.application-notes{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.application-notes textarea{width:100%}.application-notes .btn{align-self:flex-start}.invitation-state{padding:1rem;margin:1.25rem 0}.invitation-state h4{margin-bottom:1rem}.btn.danger,.form-error{color:var(--danger)}.invitation-page{min-height:100vh;padding:4rem 1.5rem;background:var(--bg-primary)}.invitation-card{max-width:820px;margin:0 auto;padding:2rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-secondary);box-shadow:var(--shadow-lg)}.invitation-card>img{width:56px;margin-bottom:1rem}.invitation-card h1{font-size:2rem;margin-bottom:.4rem}.invitation-form{margin-top:1.5rem}.checkbox-label{display:flex!important;flex-direction:row!important;align-items:center;gap:.5rem;text-transform:none!important}.checkbox-label input{width:auto!important}@media(max-width:768px){.application-workspace,.application-field-grid{grid-template-columns:1fr}.application-detail-header{flex-direction:column}.invitation-card{padding:1.25rem}}.quiet-landing{--quiet-ink: #111311;--quiet-paper: #f6f6f1;--quiet-soft: #dedfd7;--quiet-teal: #2c6b69;--quiet-teal-bright: #5ca5a2;--quiet-line: rgba(17, 19, 17, .24);min-height:100vh;overflow:hidden;background:var(--quiet-paper);color:var(--quiet-ink);font-family:Montserrat,sans-serif;font-size:16px}.quiet-landing h1,.quiet-landing h2,.quiet-landing h3{color:inherit}.quiet-landing main{padding:0;background:transparent}.quiet-nav{height:86px;display:flex;align-items:center;padding:0 clamp(1.5rem,5vw,5rem);background:var(--quiet-paper);border-bottom:1px solid rgba(17,19,17,.08)}.quiet-brand{display:inline-flex;align-items:center;color:var(--quiet-ink);text-decoration:none}.quiet-brand img{width:clamp(7.5rem,10vw,9rem);height:auto;filter:brightness(0)}.quiet-login{margin-left:auto;padding:.65rem 1rem;border:1px solid var(--quiet-ink);border-radius:999px;background:transparent;color:var(--quiet-ink);font:inherit;font-size:.75rem;font-weight:500;cursor:pointer;transition:background-color .16s ease,color .16s ease}.quiet-login:hover,.quiet-login:focus-visible{background:var(--quiet-ink);color:var(--quiet-paper)}.quiet-login:focus-visible{outline:2px solid var(--quiet-teal);outline-offset:3px}.quiet-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:min(730px,calc(100vh - 86px))}.quiet-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(5rem,10vw,9.5rem) clamp(2rem,5vw,5rem) clamp(4rem,7vw,7rem)}.quiet-eyebrow{margin:0;color:var(--quiet-teal);font-size:.68rem;font-weight:600;letter-spacing:.19em;line-height:1.4;text-transform:uppercase}.quiet-hero h1{max-width:780px;margin:1.5rem 0 2rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.5rem,7vw,7.2rem);font-weight:400;letter-spacing:-.055em;line-height:.92}.quiet-hero h1 em,.quiet-statement em{color:var(--quiet-teal);font-weight:400}.quiet-lead{max-width:540px;margin:0;color:#111311b8;font-size:1rem;line-height:1.8}.quiet-actions{display:flex;align-items:center;flex-wrap:wrap;gap:1.6rem;margin-top:2.25rem}.quiet-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.8rem 1.35rem;border:0;border-radius:0;font:inherit;font-size:.76rem;font-weight:600;letter-spacing:.02em;text-decoration:none;cursor:pointer;transition:background .16s ease,color .16s ease,transform .16s ease}.quiet-button:hover{transform:translateY(-2px)}.quiet-button-dark{background:var(--quiet-ink);color:var(--quiet-paper)}.quiet-button-dark:hover{background:#2a2d29}.quiet-button-teal{background:var(--quiet-teal);color:#fff}.quiet-button-teal:hover{background:#377b79}.quiet-button:disabled{cursor:wait;opacity:.58;transform:none}.quiet-text-link{padding:.5rem 0;border-bottom:1px solid var(--quiet-ink);color:var(--quiet-ink);font-size:.76rem;font-weight:500;text-decoration:none}.quiet-hero-image{position:relative;min-height:580px;background:url(/img/south-location.webp) center 40% / cover no-repeat}.quiet-hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 65%,rgba(17,19,17,.18));pointer-events:none}.quiet-hero-image p{position:absolute;z-index:1;bottom:0;left:0;margin:0;padding:1.35rem 1.8rem;background:var(--quiet-teal);color:#fff;font-size:.74rem;font-weight:600;letter-spacing:.08em;line-height:1.5;text-transform:uppercase}.quiet-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1.5rem clamp(1.5rem,5vw,5rem);background:var(--quiet-ink);color:var(--quiet-paper)}.quiet-proof span{text-align:center;font-size:.68rem;font-weight:500;letter-spacing:.09em;text-transform:uppercase}.quiet-partnership{padding:clamp(6rem,10vw,10rem) clamp(1.5rem,5vw,5rem)}.quiet-statement{max-width:1140px;margin:0 0 clamp(5rem,8vw,8rem);font-family:Georgia,Times New Roman,serif;font-size:clamp(2.5rem,5.3vw,5rem);font-weight:400;letter-spacing:-.035em;line-height:1.13}.quiet-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(2.5rem,5vw,5.5rem)}.quiet-feature-grid article{padding-top:1.4rem;border-top:1px solid var(--quiet-line)}.quiet-feature-grid h2{max-width:330px;margin:1.2rem 0 1rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.55rem,2.1vw,2rem);font-weight:400;letter-spacing:-.025em;line-height:1.18}.quiet-feature-grid article>p:last-child{max-width:390px;margin:0;color:#111311ad;font-size:.85rem;line-height:1.75}.quiet-sourcing{display:grid;grid-template-columns:1.05fr .95fr;background:var(--quiet-soft)}.quiet-sourcing-image{min-height:650px;background:url(/img/roaster.jpg) center / cover no-repeat}.quiet-sourcing-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(4rem,8vw,8rem) clamp(2rem,7vw,7rem)}.quiet-sourcing-copy h2{margin:1.4rem 0 1.8rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.5rem,4.6vw,4.7rem);font-weight:400;letter-spacing:-.04em;line-height:1.03}.quiet-sourcing-copy>p:not(.quiet-eyebrow){max-width:580px;margin:0;color:#111311b3;font-size:.9rem;line-height:1.85}.quiet-source-logos{display:flex;align-items:center;gap:2.5rem;margin-top:2.8rem;padding-top:2rem;border-top:1px solid var(--quiet-line)}.quiet-source-logos a{opacity:1;transition:transform .16s ease}.quiet-source-logos a:hover,.quiet-source-logos a:focus-visible{transform:translateY(-1px)}.quiet-source-logos a:focus-visible{outline:2px solid var(--quiet-teal);outline-offset:5px}.quiet-source-logos img{display:block;width:auto;max-width:260px;height:48px;object-fit:contain;filter:brightness(0)}.quiet-source-logos a:nth-child(2) img{max-width:110px}.quiet-application{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);background:var(--quiet-ink);color:var(--quiet-paper)}.quiet-application-intro{padding:clamp(5rem,9vw,9rem) clamp(2rem,5vw,5rem)}.quiet-application .quiet-eyebrow{color:var(--quiet-teal-bright)}.quiet-application-intro h2{max-width:540px;margin:1.4rem 0 1.7rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,5vw,5.4rem);font-weight:400;letter-spacing:-.045em;line-height:.98}.quiet-application-intro>p:not(.quiet-eyebrow){max-width:510px;color:#f6f6f1ad;font-size:.9rem;line-height:1.8}.quiet-contact{display:flex;flex-direction:column;gap:.3rem;margin-top:3rem;color:#f6f6f18c;font-size:.72rem}.quiet-contact a{width:fit-content;color:var(--quiet-paper);font-size:.85rem;text-decoration:none}.quiet-form-wrap{min-height:740px;display:flex;align-items:center;padding:clamp(4rem,7vw,7rem) clamp(2rem,6vw,6rem);background:#202420}.quiet-form{width:100%;max-width:760px}.quiet-form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.quiet-form label{display:flex;flex-direction:column;margin-bottom:1.55rem}.quiet-form label>span{margin-bottom:.35rem;color:#f6f6f18f;font-size:.64rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.quiet-form input,.quiet-form select,.quiet-form textarea{width:100%;padding:.7rem 0 .8rem;border:0;border-bottom:1px solid rgba(246,246,241,.28);border-radius:0;outline:none;background:transparent;color:var(--quiet-paper);font:inherit;font-size:.9rem;transition:border-color .16s ease}.quiet-form select{color-scheme:dark}.quiet-form textarea{min-height:92px;resize:vertical}.quiet-form input::placeholder,.quiet-form textarea::placeholder{color:#f6f6f14d}.quiet-form input:focus,.quiet-form select:focus,.quiet-form textarea:focus{border-color:var(--quiet-teal-bright)}.quiet-form .turnstile-widget{min-height:10px;margin-bottom:1.5rem}.quiet-success{max-width:540px}.quiet-success>span{display:grid;width:48px;height:48px;place-items:center;margin-bottom:1.5rem;border:1px solid var(--quiet-teal-bright);border-radius:50%;color:var(--quiet-teal-bright)}.quiet-success h3{margin:0 0 1rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.5rem,4vw,4.3rem);font-weight:400;letter-spacing:-.035em}.quiet-success p{color:#f6f6f1a6}.quiet-footer{display:flex;justify-content:space-between;gap:1rem;padding:2rem clamp(1.5rem,5vw,5rem);background:var(--quiet-paper);color:#1113119e;font-size:.65rem;letter-spacing:.06em;text-transform:uppercase}@media(prefers-reduced-motion:no-preference){.quiet-hero-copy>*{animation:quiet-rise .6s ease both}.quiet-hero-copy>:nth-child(2){animation-delay:80ms}.quiet-hero-copy>:nth-child(3){animation-delay:.15s}.quiet-hero-copy>:nth-child(4){animation-delay:.22s}@keyframes quiet-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}}@media(max-width:900px){.quiet-hero,.quiet-sourcing,.quiet-application{grid-template-columns:1fr}.quiet-hero{min-height:auto}.quiet-hero-copy{min-height:600px}.quiet-hero-image,.quiet-sourcing-image{min-height:520px}.quiet-feature-grid{gap:2rem}.quiet-application-intro{padding-bottom:4rem}}@media(max-width:680px){.quiet-nav{height:72px}.quiet-brand span{font-size:.68rem}.quiet-brand i,.quiet-brand i+*{display:none}.quiet-hero-copy{min-height:570px;padding-top:5rem}.quiet-hero h1{font-size:clamp(3.5rem,17vw,5.2rem)}.quiet-hero-image,.quiet-sourcing-image{min-height:400px}.quiet-proof{grid-template-columns:repeat(3,1fr);row-gap:1.2rem}.quiet-proof span{font-size:.6rem}.quiet-statement{margin-bottom:4.5rem}.quiet-feature-grid,.quiet-form-row{grid-template-columns:1fr}.quiet-feature-grid{gap:3rem}.quiet-sourcing-copy{padding-top:5rem;padding-bottom:5rem}.quiet-source-logos{flex-wrap:wrap}.quiet-form-wrap{min-height:0}.quiet-footer{flex-direction:column;line-height:1.6}}@media(max-width:420px){.quiet-login{font-size:.68rem}.quiet-actions{align-items:flex-start;flex-direction:column}.quiet-hero-image,.quiet-sourcing-image{min-height:330px}.quiet-proof{grid-template-columns:1fr}.quiet-proof span{padding:.25rem 0}}
