:root{--ink:#6b4b3d;--cream:#fff8f0;--accent:#b86c53;--peach:#fff0d8;--table:#fff1dc;--total:#ffdfa0}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font:16px ui-sans-serif,system-ui,sans-serif}main{max-width:720px;margin:auto;padding:64px 20px}header{margin-bottom:30px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);font-weight:700;font-size:.75rem}h1{font-size:3rem;margin:.25rem 0}h1,h2{font-family:Georgia,serif}h2{margin-top:32px}.card{background:#fff;border-radius:12px;padding:28px;box-shadow:0 8px 24px #8b5a4214}.lookup{display:flex;gap:16px;align-items:end}.lookup label{flex:1 1}label{display:grid;grid-gap:6px;gap:6px;font-weight:600}input,select{border:1px solid #e2cdbb;border-radius:8px;padding:12px;font-size:16px;font-family:inherit;width:100%;background:#fff;min-height:44px}button{border:0;border-radius:8px;padding:12px 18px;background:var(--accent);color:#fff;font:inherit;font-weight:700;cursor:pointer;min-height:44px}button:disabled{opacity:.55}.fields{display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px}.item{padding:14px 0;border-bottom:1px solid #f0e3d6;display:flex;justify-content:space-between;align-items:center}.item small{display:block;color:#8d776c;margin-top:3px}.item input{width:80px;text-align:center}.total{font-size:1.15rem;padding:18px 0;display:flex;justify-content:space-between}.notice{color:#665244}.demo{background:#fff2c5;padding:10px;border-radius:8px}.summary-page{max-width:940px;padding-top:42px}.summary-heading{text-align:center;margin-bottom:18px}.summary-heading h1{color:#a9604e;font-size:1.35rem}.summary{padding:24px 28px;text-align:center}.summary h2{font-size:1.1rem;color:#a9604e;margin:0 0 18px}.customer-panel{background:var(--peach);padding:16px 18px;text-align:left;font-size:.9rem;line-height:1.25}.customer-panel p{margin:5px 0}.table-wrap{overflow-x:auto}.summary table{width:100%;border-collapse:collapse;text-align:left;font-size:.85rem}.summary td,.summary th{padding:9px 10px;border:0}.summary thead{background:var(--table);color:#725343}.summary td:not(:first-child),.summary th:not(:first-child){text-align:center}.summary tbody tr:nth-child(2n){background:#fffaf5}.summary tfoot{background:var(--total);font-weight:700}.summary-note{font-size:.78rem;color:#9a8a80;margin:18px 0 0}.back-button,.edit-order{background:transparent;color:#a9604e;border:1px solid #d9a696;padding:8px 13px;font-size:.8rem}.back-button,.summary-actions{margin-bottom:18px}.summary-actions{display:flex;justify-content:space-between;align-items:center}.summary-actions .back-button{margin-bottom:0}@media(max-width:560px){main{padding:35px 14px}h1{font-size:2.4rem}.lookup{display:grid}.lookup button{width:100%}.summary-page{padding-top:28px}.summary{padding:18px 12px}.customer-panel{font-size:.8rem}.summary table{font-size:.72rem}.summary td,.summary th{padding:8px 6px}.summary-heading h1{font-size:1.2rem}.cta-button{display:block;width:100%}.summary-actions{gap:10px}.summary-actions button{flex:1 1}}.site-nav{background:#fff;border-bottom:1px solid #f0e3d6}.site-nav-inner{max-width:720px;margin:auto;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.brand{font-family:Georgia,serif;font-weight:700;font-size:1.15rem;color:var(--ink);text-decoration:none}.site-nav-links{display:flex;gap:22px}.site-nav-links a{text-decoration:none;color:#8d776c;font-weight:600}.site-nav-links a.active,.site-nav-links a:hover{color:var(--accent)}.home{text-align:center}.home-hero{max-width:720px;margin:auto}.home-header-image{width:100%;height:auto;border-radius:16px;box-shadow:0 12px 30px #8b5a4224;display:block}.home-message{max-width:560px;margin:18px auto 28px;color:#665244;line-height:1.6}.cta-button{display:inline-block;background:var(--accent);color:#fff;font-weight:700;text-decoration:none;padding:13px 26px;border-radius:8px}.cta-button:hover{opacity:.92}.contact-card{max-width:420px}.contact-card p{margin:10px 0}