:root{--bg:#fff;--surface:#fff;--ink:#16241c;--muted:#5b6b62;--line:#e3e8e5;--brand:#15663a;--brand-ink:#0f4f2c;--brand-soft:#dcfce7;--accent:#b45309;--danger:#b91c1c;--radius:12px;--radius-xl:18px;--shadow:0 1px 2px #1018280f, 0 1px 3px #1018281a;--shadow-lift:0 8px 28px #0000002e;--border-danger:#fecaca;--border-hover:#cbd5e1;--scene-wall:#eef1f5;--dot-idle:#cdd3da;--status-requested-bg:#f1f5f9;--status-requested-ink:#475569;--status-sourcing-bg:#fef3c7;--status-sourcing-ink:#92400e;--status-quoted-bg:#dbeafe;--status-quoted-ink:#1e40af;--status-fulfilled-bg:#ede9fe;--status-fulfilled-ink:#5b21b6;--status-declined-bg:#fee2e2;--status-declined-ink:#991b1b;--status-cancelled-bg:#f3f4f6}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;overflow-x:clip}a{color:var(--brand-ink);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{color:var(--ink);line-height:1.2}.container{max-width:1040px;margin:0 auto;padding:0 20px}.nav{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);background:#ffffffd9;position:sticky;top:0}.nav-inner{align-items:center;gap:18px;height:60px;display:flex}.brand{color:var(--ink);align-items:center;gap:8px;font-size:18px;font-weight:700;display:flex}.brand:hover{text-decoration:none}.nav-links{align-items:center;gap:16px;margin-left:auto;display:flex}.nav-links a{color:var(--muted);font-size:15px;font-weight:500}.nav-links a:hover{color:var(--ink);text-decoration:none}.btn{cursor:pointer;background:var(--surface);color:var(--ink);border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:9px 16px;font-size:15px;font-weight:600;transition:background .15s,border-color .15s,opacity .15s;display:inline-flex}.btn:hover{text-decoration:none}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-ink)}.btn-outline{background:var(--surface);border-color:var(--line);color:var(--ink)}.btn-outline:hover{border-color:var(--border-hover)}.btn-danger{border-color:var(--border-danger);color:var(--danger);background:#fff}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-sm{padding:6px 12px;font-size:14px}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.card-pad{padding:20px}label.field{margin-bottom:14px;display:block}label.field>span{color:var(--ink);margin-bottom:6px;font-size:14px;font-weight:600;display:block}input[type=text],input[type=number],textarea,select{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:9px;padding:9px 11px;font-family:inherit;font-size:15px}input:focus,textarea:focus,select:focus{outline:2px solid var(--brand-soft);border-color:var(--brand)}.hint{color:var(--muted);margin-top:4px;font-size:13px}.err{color:var(--danger);margin-top:4px;font-size:13px}.type-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.type-card{text-align:left;border:1.5px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;padding:12px 14px;transition:border-color .15s,background .15s}.type-card:hover{border-color:var(--border-hover)}.type-card.selected{border-color:var(--brand);background:var(--brand-soft)}.type-card .t-name{justify-content:space-between;align-items:center;gap:8px;font-size:15px;font-weight:700;display:flex}.type-card .t-tag{color:var(--muted);font-size:12.5px}.type-card .t-check{color:var(--brand);font-size:14px;font-weight:800;line-height:1}.measure-help{border:1px solid var(--line);background:#fff;border-radius:10px;margin-top:-2px;padding:0}.measure-help>summary{cursor:pointer;color:var(--brand-ink);align-items:center;gap:8px;padding:10px 14px;font-size:14px;font-weight:600;list-style:none;display:flex}.measure-help>summary::-webkit-details-marker{display:none}.measure-help>summary:after{content:"›";color:var(--muted);margin-left:auto;font-size:18px;line-height:1;transition:transform .15s;transform:rotate(90deg)}.measure-help[open]>summary:after{transform:rotate(-90deg)}.measure-help .measure-icon{font-size:15px}.measure-help .measure-body{color:var(--ink);padding:0 14px 12px;font-size:14px}.measure-help .measure-body ul{margin:6px 0 0;padding-left:18px;line-height:1.7}.measure-help .measure-body em{color:var(--brand-ink);font-style:normal;font-weight:600}.preview-col{position:sticky;top:76px}.preview{flex-direction:column;align-items:center;gap:12px;display:flex}.preview-controls{flex-direction:column;gap:10px;width:100%;max-width:460px;display:flex}.slider-row{grid-template-columns:110px 1fr 64px;align-items:center;gap:10px;font-size:14px;font-weight:500;display:grid}.slider-row input[type=range]{width:100%;accent-color:var(--brand)}.slider-val{text-align:right;color:var(--muted);font-variant-numeric:tabular-nums}.chip{border:1px solid #0000;border-radius:999px;padding:3px 10px;font-size:12.5px;font-weight:600;display:inline-block}.chip-requested{background:var(--status-requested-bg);color:var(--status-requested-ink)}.chip-sourcing{background:var(--status-sourcing-bg);color:var(--status-sourcing-ink)}.chip-quoted{background:var(--status-quoted-bg);color:var(--status-quoted-ink)}.chip-accepted{background:var(--brand-soft);color:var(--brand-ink)}.chip-fulfilled{background:var(--status-fulfilled-bg);color:var(--status-fulfilled-ink)}.chip-declined{background:var(--status-declined-bg);color:var(--status-declined-ink)}.chip-cancelled{background:var(--status-cancelled-bg);color:var(--muted)}.row{align-items:center;gap:10px;display:flex}.between{justify-content:space-between}.wrap{flex-wrap:wrap}.muted{color:var(--muted)}.stack{flex-direction:column;display:flex}.grid-2{grid-template-columns:1.1fr 1fr;align-items:start;gap:28px;display:grid}.section{padding:28px 0}table.quotes{border-collapse:collapse;width:100%}table.quotes th,table.quotes td{text-align:left;border-bottom:1px solid var(--line);padding:11px 12px;font-size:14.5px}table.quotes th{text-transform:uppercase;letter-spacing:.03em;color:var(--muted);font-size:12.5px}.toast{background:var(--ink);color:#fff;box-shadow:var(--shadow);z-index:50;border-radius:10px;padding:11px 18px;font-size:14.5px;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.hero-svg{width:100%;display:block}.type-tiles{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.type-tile{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;transition:border-color .15s,transform .15s;display:flex;overflow:hidden}.type-tile:hover{border-color:var(--border-hover);transform:translateY(-2px)}.type-tile-art .hero-svg{height:190px}.hero-blind{transform-box:fill-box;transform-origin:top}.type-tile:hover .hero-blind,.type-tile:focus-within .hero-blind{animation:2.2s ease-in-out infinite blind-raise}@keyframes blind-raise{0%,to{transform:scaleY(1)}50%{transform:scaleY(.34)}}.type-tile-body{flex-direction:column;flex:1;padding:18px 20px 20px;display:flex}.type-tile-name{margin:0 0 2px;font-size:19px;font-weight:700}.type-tile-tag{color:var(--brand-ink);margin:0 0 8px;font-size:13.5px;font-weight:600}.type-tile-desc{color:var(--muted);margin:0 0 16px;font-size:14px}.type-tile .btn{align-self:flex-start;margin-top:auto}.trust-band{background:var(--brand-soft);border-radius:var(--radius-xl);grid-template-columns:repeat(3,1fr);gap:22px;padding:28px clamp(20px,4vw,36px);display:grid}.trust-item{align-items:flex-start;gap:12px;display:flex}.trust-icon{width:40px;height:40px;color:var(--brand-ink);background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.trust-item h4{color:var(--brand-ink)}.footer{background:var(--brand-ink);color:#fff;margin-top:56px;padding:36px 0 28px}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.footer-mark{font-size:17px;font-weight:700}.footer-brand p{color:#ffffffc7;max-width:42ch;margin:8px 0 0;font-size:14px}.footer-links{gap:20px;display:flex}.footer-links a{color:#ffffffe0;font-weight:500}.footer-links a:hover{color:#fff}.footer-fine{color:#ffffffb3;border-top:1px solid #ffffff29;margin-top:22px;padding-top:18px;font-size:13px}.home-hero{background:var(--brand);color:#fff;border-radius:var(--radius-xl);grid-template-columns:1.05fr .95fr;align-items:center;gap:36px;padding:clamp(28px,4vw,48px);display:grid}.home-hero h1{color:#fff}.home-hero-sub{color:#ffffffd9}.home-hero .btn-primary{color:var(--brand-ink);background:#fff}.home-hero .btn-primary:hover{background:#eef5ef}.home-hero .btn-outline{color:#fff;background:0 0;border-color:#ffffff73}.home-hero .btn-outline:hover{border-color:#fff}.home-hero-art{border-radius:var(--radius);box-shadow:var(--shadow-lift);border:1px solid #ffffff2e;overflow:hidden}.home-hero-art svg{width:100%;height:clamp(260px,30vw,330px);display:block}.trust-item h4{margin:2px 0 3px;font-size:15px}.trust-item p{color:var(--muted);margin:0;font-size:13.5px;line-height:1.45}.howstep-badge{background:var(--brand-soft);width:44px;height:44px;color:var(--brand-ink);border-radius:999px;justify-content:center;align-items:center;margin-bottom:10px;font-size:18px;font-weight:800;display:flex}.dims-row{grid-template-columns:1fr 1fr .7fr;align-items:start;gap:12px;display:grid}.dims-row .field{margin-bottom:0}.steps{grid-template-columns:repeat(4,1fr);gap:16px;margin:0;padding:0;list-style:none;display:grid}@media (min-width:761px) and (max-width:1040px){.steps{grid-template-columns:repeat(2,1fr)}}.step-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.step-art svg{width:100%;height:168px;display:block}.step-body{padding:16px 20px 20px}.step-head{align-items:center;gap:10px;display:flex}.step-head .howstep-badge{width:34px;height:34px;margin-bottom:0;font-size:15px}.step-point{background:var(--brand-soft);color:var(--brand-ink);border-radius:999px;padding:4px 11px;font-size:12.5px;font-weight:700}.step-body h3{margin:10px 0 6px;font-size:18px}.step-body p{color:var(--muted);margin:0;font-size:14.5px}@media (max-width:760px){.steps{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;grid-template-columns:none;grid-auto-columns:84%;grid-auto-flow:column;gap:12px;padding-bottom:6px;overflow-x:auto}.step-card{scroll-snap-align:center}.grid-2,.type-grid{grid-template-columns:1fr}.slider-row{grid-template-columns:96px 1fr 56px}.nav-links{gap:12px}.preview-col{z-index:5;order:-1;padding:12px;top:56px}.preview-col svg,.preview-col .preview-controls{max-width:220px}.preview-hint{display:none}.btn{min-height:44px}.home-hero{grid-template-columns:1fr;gap:20px}.home-hero-art svg{height:220px}.type-tiles{grid-template-columns:1fr}.trust-band{grid-template-columns:1fr;gap:14px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
