:root{--canvas:#f3eee4;--paper:#fffaf0;--ink:#241b18;--muted:#756963;--line:#d8cfc0;--burgundy:#741f2d;--burgundy-dark:#541520;--saffron:#d8a846;--success:#2f654c;--shadow:0 18px 45px rgba(64,38,29,.12);font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;color:var(--ink);background:var(--canvas);font-synthesis:none}*{box-sizing:border-box}[hidden]{display:none!important}body{margin:0;min-height:100vh;background:var(--canvas)}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}:focus-visible{outline:3px solid var(--saffron);outline-offset:3px}.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}.brand-lockup{display:flex;align-items:center;gap:12px;letter-spacing:.09em}.brand-lockup span:last-child{display:grid}.brand-lockup b{font-family:Georgia,serif;font-size:15px}.brand-lockup small{font-size:10px;letter-spacing:.28em;margin-top:2px}.brand-mark{display:grid;place-items:center;width:52px;height:52px;border:1px solid currentColor;border-radius:50%;font-family:Georgia,serif;font-weight:700;letter-spacing:-.08em}.brand-lockup.compact .brand-mark{width:42px;height:42px}.eyebrow{margin:0;color:var(--burgundy);font-size:11px;font-weight:800;letter-spacing:.18em}.primary-button,.secondary-button{min-height:48px;border-radius:6px;padding:0 18px;border:1px solid var(--burgundy);font-weight:750}.primary-button{display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--burgundy);color:#fff}.primary-button:hover{background:var(--burgundy-dark)}.secondary-button{background:transparent;color:var(--burgundy)}.text-button,.icon-button{min-height:44px;border:0;background:transparent;color:inherit;font-weight:700}.status-message{min-height:24px;color:var(--burgundy);font-weight:650}.login-page{background:linear-gradient(115deg,var(--canvas) 0 61%,var(--burgundy) 61%)}.login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(320px,620px) 1fr;align-items:center;max-width:1180px;margin:auto;padding:56px}.login-card{max-width:480px}.login-card .brand-lockup{margin-bottom:80px}.login-card h1,.page-heading h1{font-family:Georgia,serif;font-weight:500;letter-spacing:-.035em}.login-card h1{font-size:clamp(42px,5.5vw,72px);line-height:.98;margin:18px 0 24px}.login-intro{color:var(--muted);font-size:18px;line-height:1.55;max-width:410px}.login-form{display:grid;gap:10px;margin-top:36px}.login-form label{font-size:13px;font-weight:750}.login-form input{height:58px;border:1px solid var(--line);border-radius:6px;background:var(--paper);padding:0 18px;font-size:22px;letter-spacing:.12em;text-transform:uppercase}.login-form .primary-button{margin-top:6px;height:54px}.help-copy{color:var(--muted);font-size:13px;margin-top:32px}.login-note{color:#fff;max-width:280px;justify-self:end;align-self:end;margin:0 0 60px 40px;line-height:1.55}.note-rule{display:block;width:44px;height:2px;background:var(--saffron);margin-bottom:18px}.app-header{height:72px;background:var(--paper);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 32px;position:sticky;top:0;z-index:5}.app-header nav{display:flex;gap:10px}.app-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:0;max-width:1440px;margin:auto;min-height:calc(100vh - 72px)}.catalogue-pane{padding:42px clamp(24px,4vw,64px) 90px}.page-heading{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:34px}.page-heading h1{font-size:clamp(34px,4vw,52px);margin:10px 0 0}.date-card{display:grid;text-align:right}.date-card small{font-size:10px;letter-spacing:.15em;color:var(--muted);font-weight:800}.date-card strong{font-family:Georgia,serif;font-size:20px;margin:4px 0}.date-card span{font-size:12px;color:var(--muted)}.catalogue-tools{display:flex;gap:16px;align-items:center;margin-bottom:20px}.search-field{height:46px;min-width:260px;display:flex;align-items:center;gap:8px;padding:0 14px;border:1px solid var(--line);background:var(--paper);border-radius:6px}.search-field input{border:0;outline:0;background:transparent;width:100%}.category-filters{display:flex;gap:8px;overflow:auto;padding:3px}.category-filters button{white-space:nowrap;min-height:40px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--muted)}.category-filters button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.inline-status{font-size:12px;color:var(--muted);margin:12px 0}.catalogue{border-top:1px solid var(--line)}.product-row{display:flex;justify-content:space-between;align-items:center;gap:24px;min-height:100px;padding:18px 4px;border-bottom:1px solid var(--line)}.product-copy h3{font-family:Georgia,serif;font-size:20px;margin:0 0 5px}.product-copy p{font-size:12px;color:var(--muted);margin:0 0 8px}.product-copy small{color:var(--success);font-weight:700}.product-copy small.new-item{color:var(--burgundy)}.quantity-control{display:grid;grid-template-columns:44px 64px 44px;align-items:center;border:1px solid var(--line);border-radius:6px;background:var(--paper);overflow:hidden;flex:none}.quantity-control button{height:46px;border:0;background:transparent;color:var(--burgundy);font-size:22px}.quantity-control input{width:64px;height:46px;border:0;border-inline:1px solid var(--line);background:#fff;text-align:center;font-weight:800;-moz-appearance:textfield}.quantity-control input::-webkit-inner-spin-button{appearance:none}.order-rail{background:var(--burgundy);color:#fff;padding:46px 30px;position:sticky;top:72px;height:calc(100vh - 72px);display:flex;flex-direction:column}.order-rail .eyebrow{color:#e8c272}.order-rail h2{font-family:Georgia,serif;font-size:28px;font-weight:500;margin:12px 0 36px}.rail-count{display:flex;align-items:end;gap:12px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.25)}.rail-count strong{font-family:Georgia,serif;font-size:48px;line-height:.8}.rail-count span{font-size:13px}.rail-preview{min-height:90px;font-size:13px;line-height:1.6;color:#f2dfe3}.order-rail .primary-button{background:#fff;color:var(--burgundy);border-color:#fff;margin-top:auto}.rail-note{font-size:11px;line-height:1.5;color:#dfbdc4;margin-top:16px}.mobile-review-bar{display:none}.sheet-dialog,.accepted-dialog{border:0;padding:0;border-radius:12px;background:var(--paper);color:var(--ink);box-shadow:var(--shadow);width:min(620px,calc(100% - 28px));max-height:85vh}.sheet-dialog::backdrop,.accepted-dialog::backdrop{background:rgba(36,27,24,.58)}.dialog-shell{display:flex;flex-direction:column;max-height:85vh}.dialog-shell header{display:flex;justify-content:space-between;align-items:start;padding:28px 30px 18px;border-bottom:1px solid var(--line)}.dialog-shell h2{font-family:Georgia,serif;font-size:30px;margin:7px 0 0}.icon-button{font-size:30px}.review-lines,.history-list{overflow:auto;padding:12px 30px}.review-lines>div,.history-row{min-height:62px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.dialog-shell footer{display:flex;justify-content:flex-end;gap:10px;padding:18px 30px;border-top:1px solid var(--line)}.reason-field{display:grid;gap:6px;padding:12px 30px;font-weight:700}.reason-field input{height:46px;border:1px solid var(--line);border-radius:6px}.history-row div{display:grid;gap:4px}.history-row span{color:var(--muted);font-size:12px}.empty-state{display:grid;place-items:center;gap:7px;text-align:center;padding:56px 20px;color:var(--muted)}.empty-state b{color:var(--ink)}.accepted-dialog{padding:42px;text-align:center}.accepted-dialog h2{font-family:Georgia,serif;font-size:34px}.accepted-dialog .primary-button{margin:28px auto 0}.accepted-mark{display:grid;place-items:center;margin:0 auto 24px;width:58px;height:58px;border-radius:50%;background:var(--success);color:#fff;font-size:26px}
.dialog-status{margin:0;padding:0 30px}.history-actions{display:flex!important;align-items:center;gap:8px}.history-actions .text-button{color:var(--burgundy)}.history-actions .danger{color:#9b2635}@media(max-width:800px){.login-page{background:var(--canvas)}.login-shell{display:block;padding:26px 22px 40px}.login-card .brand-lockup{margin-bottom:64px}.login-card h1{font-size:44px}.login-note{color:var(--ink);margin:54px 0 0}.app-header{height:64px;padding:0 16px}.brand-lockup.compact .brand-mark{width:38px;height:38px}.app-header .brand-lockup b{font-size:12px}.app-layout{display:block}.catalogue-pane{padding:28px 16px 110px}.page-heading{align-items:start}.page-heading h1{font-size:36px}.date-card{font-size:11px}.date-card strong{font-size:16px}.catalogue-tools{display:grid}.search-field{min-width:0;width:100%}.product-row{min-height:108px}.product-copy h3{font-size:18px}.quantity-control{grid-template-columns:44px 54px 44px}.quantity-control input{width:54px}.order-rail{display:none}.mobile-review-bar{display:flex;position:fixed;z-index:8;bottom:0;left:0;right:0;align-items:center;justify-content:space-between;gap:14px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:var(--paper);border-top:1px solid var(--line);box-shadow:0 -12px 28px rgba(64,38,29,.1)}.mobile-review-bar>span{display:grid;font-size:11px;color:var(--muted)}.mobile-review-bar strong{font-size:18px;color:var(--ink)}.mobile-review-bar .primary-button{min-height:46px}.dialog-shell header,.review-lines,.history-list,.dialog-shell footer{padding-left:20px;padding-right:20px}.dialog-shell footer{display:grid;grid-template-columns:1fr 1fr}}
@media(prefers-reduced-motion:no-preference){.product-row,.primary-button{transition:background-color .15s ease,transform .15s ease}.primary-button:active{transform:translateY(1px)}}
