@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap');
:root{--cream:#fbf7ed;--white:#fffefa;--ink:#3b2a21;--brown:#704426;--gold:#bc8b48;--line:#e5d8c4;--muted:#78685d;--green:#48713b;--red:#a33838;--shadow:0 16px 44px rgba(71,44,25,.075)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font:15px/1.6 'DM Sans',system-ui,sans-serif}a{color:var(--brown);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{font-family:'Playfair Display',Georgia,serif;line-height:1.22;letter-spacing:-.025em}h1{font-size:clamp(36px,5vw,66px);margin:0 0 20px}h2{font-size:clamp(25px,3vw,36px);margin:0 0 16px}h3{font-size:23px;margin:4px 0 10px}p{margin:0 0 14px}small,.muted{color:var(--muted)}.small-text{font-size:12px}.wrap{width:min(1160px,calc(100% - 36px));margin:auto}.site-header{background:rgba(255,254,250,.98);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:82px}.brand{display:flex;align-items:center;gap:12px;color:var(--brown);font-family:'Playfair Display',Georgia,serif;font-size:21px;font-weight:700;line-height:1.1}.brand:hover{text-decoration:none}.brand small{display:block;font:700 9px/1.8 'DM Sans',sans-serif;letter-spacing:.18em;color:var(--gold)}.brand-mark{width:43px;height:43px;border-radius:50%;background:var(--brown);color:#ffe1a5;display:grid;place-items:center;font-size:28px}.nav nav{display:flex;gap:22px;align-items:center;flex-wrap:wrap}.nav nav a{font-weight:700;font-size:13px}.nav-cta,.button,button{border:0;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;background:var(--brown);color:#fff!important;border-radius:10px;padding:11px 20px;font:700 14px/1.3 'DM Sans',sans-serif;box-shadow:none;text-align:center}.nav-cta{padding:10px 15px}.button:hover,button:hover{background:#4d2f1e;text-decoration:none}.button.secondary,button.secondary{background:transparent;color:var(--brown)!important;border:1px solid var(--brown)}.button.secondary:hover,button.secondary:hover{background:#f3e5d1}.button.small{padding:9px 12px;font-size:12px}.button.danger,button.danger{background:var(--red)}.content{padding:30px 0 85px;min-height:65vh}.hero{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border-radius:22px;background:#efe4ce;min-height:515px}.hero-copy{padding:clamp(28px,5vw,68px);align-self:center}.hero h1{color:#472b1c}.hero em{font-style:normal;color:#b17635}.hero p{max-width:500px;color:#5e4c3d;font-size:17px}.eyebrow{font-size:11px;letter-spacing:.15em;font-weight:800;color:#9b7239;text-transform:uppercase}.buttons{display:flex;gap:12px;flex-wrap:wrap}.hero-notes{margin-top:25px;display:flex;gap:14px;flex-wrap:wrap;color:#775944;font-weight:700;font-size:12px}.hero-art{display:grid;place-items:center;position:relative;background:radial-gradient(circle at center,#fff4d8 0,#e3c79b 72%)}.hero-art img{width:93%;max-width:520px;filter:drop-shadow(0 23px 25px #9c6a3860)}.hero-stamp{position:absolute;bottom:35px;right:25px;background:#fffaed;border:1px solid #d9bd85;border-radius:100px;padding:12px 18px;font:700 13px 'DM Sans',sans-serif;transform:rotate(-7deg)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:70px 0 20px}.section-head h2{margin:4px 0}.section-head p{margin:0;color:var(--muted)}.section-head.compact{margin:0 0 15px}.section-head.compact h2{font-size:24px}.product-grid,.batch-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.product-card,.batch-card,.panel,.order-tile,.empty{background:var(--white);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}.product-card{overflow:hidden}.product-photo{height:235px;width:100%;object-fit:cover;background:#f5e5c7;display:block}.product-photo.fallback{object-fit:contain;padding:15px}.product-body{padding:23px}.product-body h3{margin:7px 0 10px}.product-body p{color:var(--muted);min-height:45px}.price-row{display:flex;justify-content:space-between;gap:10px;align-items:center}.price-row strong{font-size:24px;color:var(--brown)}.batch-card{padding:28px}.batch-card h3{font-size:28px}.batch-card p{color:var(--muted)}.batch-card .button{width:100%;margin-top:10px}.how{margin-top:75px;padding:48px;background:#eae0cb;border-radius:20px}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.how-grid span{color:#a77839;font-family:Georgia,serif;font-size:39px}.how-grid h3{font-size:24px}.how-grid p{color:#655345}.page-heading{margin:20px 0 32px}.page-heading h1{font-size:clamp(34px,4vw,48px);margin:5px 0 10px}.page-heading p{color:var(--muted)}.page-heading .button{margin-top:8px}.panel{padding:27px;margin-bottom:20px}.panel h2{font-size:27px}.panel h3{font-size:21px}.narrow{max-width:520px;margin:35px auto}.narrow-wide{max-width:760px;margin:auto}.auth .form{margin:25px 0}.form{display:grid;gap:15px}label{font-weight:700;display:block;font-size:13px}label small{font-weight:400}input,select,textarea{font:inherit;width:100%;display:block;border:1px solid #d8c7ae;border-radius:9px;background:white;min-height:45px;margin-top:6px;padding:10px 12px;color:var(--ink)}textarea{resize:vertical}input:focus,select:focus,textarea:focus{outline:2px solid #c69c59;border-color:#a87a41}input[type=file]{padding:10px;max-width:100%}input[type=checkbox]{min-height:0;width:auto;display:inline;margin:0 8px 0 0}.checkline{display:flex;gap:6px;align-items:center}.form button{width:100%}.alert{padding:13px 16px;border-radius:10px;margin:0 0 18px;border:1px solid #d4c7b9}.alert.success{background:#ecf7e9;border-color:#accea5;color:#285d28}.alert.error{background:#fff0ed;border-color:#e6b3a9;color:#863029}.alert.notice{background:#f6eecf;border-color:#dfca7a;color:#6f571f}.empty{padding:30px;color:var(--muted)}.empty h2,.empty h3{color:var(--ink)}.footer{background:#382619;color:#f7e6ce;padding:43px 0}.footer-inner{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap}.footer-inner p{margin:8px 0;color:#dcc4a7}.footer a{color:#f4dab4}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 335px;gap:24px;align-items:start}.checkout-layout .panel{display:grid;gap:14px}.cart-product{display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid var(--line)}.cart-product img{width:106px;height:100px;flex:none;border-radius:12px}.cart-product-text{flex:1}.cart-product-text h3{font-size:20px}.qty-label{width:82px;flex:none}.qty-label input{min-width:0}.order-summary{position:sticky;top:100px}.order-summary button{width:100%}.sum-row{display:flex;justify-content:space-between;gap:10px;margin:13px 0}.sum-row.total{border-top:1px solid var(--line);padding-top:14px;font-size:18px}.callout{background:#e8eadb;border:1px solid #b6c2a3;border-radius:12px;padding:17px 20px;margin:20px 0 27px}.two-col{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.85fr);gap:20px;align-items:start}.stack>*{margin-bottom:18px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:22px}.stat-grid article{background:#fffefa;border:1px solid var(--line);padding:20px;border-radius:15px}.stat-grid span{display:block;color:var(--muted);font-weight:700;font-size:12px}.stat-grid b{font-family:Georgia,serif;font-size:31px;color:var(--brown);display:block;margin-top:8px;overflow-wrap:anywhere}.admin-nav{display:flex;gap:7px;overflow-x:auto;padding:4px 0 12px;border-bottom:1px solid var(--line)}.admin-nav a{white-space:nowrap;padding:9px 11px;background:#e9ddca;border-radius:8px;color:#5b3b22;font-size:12px;font-weight:700}.admin-nav a:hover{background:#dfcaab;text-decoration:none}.badge{border-radius:100px;font:700 11px/1.3 'DM Sans',sans-serif;padding:5px 9px;display:inline-flex;background:#f5e6cf;color:#89612b;white-space:nowrap}.badge.good{color:#2a632b;background:#e1f1df}.badge.bad{color:#8b3531;background:#ffe8e6}.badge.amber{color:#895c19;background:#fbe9c5}.list-row{padding:14px 0;display:flex;gap:14px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.list-row:last-of-type{border-bottom:0}.list-row p{color:var(--muted);margin:3px 0;font-size:13px}.list-row b{color:var(--ink)}.product-mini .product-photo{width:70px;height:70px;border-radius:8px}.product-mini div{flex:1}.table-scroll{max-width:100%;overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:13px}td,th{text-align:left;border-bottom:1px solid var(--line);padding:12px 10px;vertical-align:top}th{color:#65503e;background:#f8f0e2}td small{color:var(--muted)}.order-tile{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:23px;color:var(--ink)}.order-tile:hover{text-decoration:none;border-color:#c8a06c}.order-tile>div:last-child{text-align:right}.order-tile>div:last-child strong{display:block;font-size:22px}.order-tile>div:last-child .badge{margin:8px 0 7px}.text-link{color:var(--brown);font-weight:700}.qr-image{width:100%;max-width:300px;aspect-ratio:1;object-fit:contain;background:white;padding:8px;border:1px solid var(--line);border-radius:12px;margin:12px 0}.payment-line{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid var(--line)}.payment-line:last-child{border-bottom:0}.filters{display:flex;flex-wrap:wrap;align-items:end;gap:10px;margin-bottom:16px}.filters select{width:auto;max-width:100%;margin:0}.payment-review{display:grid;grid-template-columns:1fr 1fr;gap:20px}.review-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:15px}.review-actions .form{gap:6px}.review-actions .form label{font-size:11px}hr{border:0;border-top:1px solid var(--line);margin:20px 0}a:focus-visible,button:focus-visible{outline:2px solid #b77f36;outline-offset:3px}
@media(max-width:900px){.hero{grid-template-columns:1fr}.hero-art{min-height:300px}.hero-art img{max-height:330px}.product-grid,.batch-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-grid{grid-template-columns:repeat(2,1fr)}.checkout-layout{grid-template-columns:1fr}.order-summary{position:static}.two-col{grid-template-columns:1fr}.payment-review{grid-template-columns:1fr}}
@media(max-width:600px){.wrap{width:min(100% - 24px,1160px)}.nav{min-height:70px;align-items:start;flex-direction:column;padding:14px 0}.nav nav{gap:11px}.nav nav a{font-size:12px}.nav-cta{padding:7px 11px}.hero-copy{padding:25px}.hero-art{min-height:245px}.hero-notes{gap:9px}.section-head{align-items:start;flex-direction:column;margin-top:45px}.product-grid,.batch-grid,.how-grid{grid-template-columns:1fr}.product-photo{height:220px}.how{padding:25px}.panel{padding:19px}.stat-grid{gap:10px}.stat-grid article{padding:13px}.stat-grid b{font-size:26px}.cart-product img{width:70px;height:72px}.cart-product-text h3{font-size:17px}.cart-product{gap:8px}.qty-label{width:60px}.payment-review,.review-actions{grid-template-columns:1fr}.order-tile{align-items:start}.order-tile>div:last-child strong{font-size:18px}.footer-inner{display:block}.hero h1{font-size:39px}}
@media print{.site-header,.footer,.admin-nav,.buttons,.filters,.button,button,.review-actions{display:none!important}.wrap{width:100%}.panel,.product-card,.order-tile{box-shadow:none;break-inside:avoid}.content{padding:0}.page-heading h1{font-size:28px}body{background:white;font-size:12px}}

/* ================================================================
   Version 2 — restrained, editorial storefront and calm admin UI
   Existing component selectors are retained for upgrade compatibility.
   ================================================================ */
:root {
  --cream:#f8f8f5; --white:#ffffff; --ink:#27342e; --brown:#375348;
  --gold:#9b8565; --line:#e4e8e2; --muted:#6c7770; --green:#286a51;
  --red:#a04740; --shadow:0 2px 14px rgba(30,45,33,.035);
}
body {background:var(--cream);color:var(--ink);font-size:14px;line-height:1.55}
a {color:var(--brown)}
.site-header {background:rgba(255,255,255,.97);border-bottom-color:var(--line)}
.nav {min-height:72px}
.brand {color:#3f4d42;font-size:20px}
.brand-mark {background:#eaece6;color:#53705c;font-size:23px}
.brand small {letter-spacing:.12em;color:#839083}
.nav nav a {font-weight:600;color:#4f5d55}
.nav-cta,.button,button {background:#355348;border-radius:9px;font-weight:700;transition:background .15s ease,transform .15s ease}
.nav-cta:hover,.button:hover,button:hover {background:#263e34}
.button.secondary,button.secondary {border-color:#d5ded5;color:#365448!important}
.button.secondary:hover,button.secondary:hover {background:#f2f5ef}
input,select,textarea {border:1px solid #d9e0d8;border-radius:9px;background:#fff;min-height:46px;margin-top:7px;color:var(--ink);transition:border-color .15s ease,box-shadow .15s ease}
input:focus,select:focus,textarea:focus {outline:none;border-color:#7c9b84;box-shadow:0 0 0 3px #e5eee6}
input[aria-invalid="true"] {border-color:#be5d53;box-shadow:0 0 0 3px #f8e7e4}
label {color:#35483b;font-weight:650;font-size:13px}
.panel,.batch-card,.product-card,.order-tile,.empty {border-color:var(--line);border-radius:14px;box-shadow:var(--shadow)}
.panel {padding:25px}
.page-heading p,.section-head p,.muted,small {color:var(--muted)}
.alert {border-radius:9px;font-weight:550}
.alert.error {background:#fff9f7;border-color:#efd4cf;color:#8e3e34}
.alert.success {background:#f2f8f3;border-color:#cce1d0;color:#315a41}
.alert.notice {background:#f8f7f1;border-color:#e3e0d1;color:#655b40}
.badge {font-size:11px;padding:5px 10px;border-radius:8px;font-weight:700}
.badge.good {color:#286548;background:#eaf3ed}
.badge.bad {color:#9b4b42;background:#fff0ed}
.badge.amber {color:#866434;background:#f8f2e5}
.hero {background:#e9e9df;border-radius:18px}
.hero-art {background:radial-gradient(circle,#faf8ef 0,#e5e9df 80%)}
.hero em {color:#526e58}
.hero-stamp {border-color:#d7dbcf;transform:rotate(-3deg)}
.how {background:#eef0e9}
.footer {background:#2e3c32}
.footer p,.footer-inner p {color:#d0dacf}
.footer a {color:#e0e9de}

/* Admin workspace: clear hierarchy and quiet surfaces. */
.is-admin {background:#f8f9f7}
.is-admin .content {width:min(1300px,calc(100% - 64px));padding-top:27px}
.is-admin h1,.is-admin h2,.is-admin h3 {font-family:'DM Sans',system-ui,sans-serif;letter-spacing:-.032em;line-height:1.27}
.is-admin .page-heading {margin:23px 0 23px}
.is-admin .page-heading h1 {font-size:clamp(28px,3vw,37px);font-weight:700;margin:5px 0 6px;color:#293b30}
.is-admin .page-heading p {margin:0;font-size:14px}
.is-admin .eyebrow {letter-spacing:.12em;color:#758676;font-size:10px;font-weight:800}
.is-admin .admin-nav {gap:26px;border-bottom:1px solid var(--line);padding:0;scrollbar-width:thin;margin-top:3px}
.is-admin .admin-nav a {padding:13px 0 14px;border-radius:0;border-bottom:2px solid transparent;background:transparent;color:#728077;font-size:12.5px;font-weight:650;transition:border-color .15s ease,color .15s ease}
.is-admin .admin-nav a:hover {color:#365c48;background:transparent}
.is-admin .admin-nav a.active {color:#28533c;border-bottom-color:#568169}
.is-admin .panel h2 {font-size:19px;font-weight:700;margin:0 0 16px}
.is-admin .panel h3 {font-size:16px}
.is-admin .stat-grid article {background:#fff;border:1px solid #e5ebe5;padding:23px;border-radius:13px}
.is-admin .stat-grid span {font-size:12px;font-weight:650;letter-spacing:0}
.is-admin .stat-grid b {font:750 30px/1.25 'DM Sans',system-ui,sans-serif;color:#314e3c}
.is-admin .panel,.is-admin .empty,.is-admin .order-tile {background:#fff;border:1px solid #e7ebe5;box-shadow:0 2px 16px rgba(32,48,37,.025)}
.is-admin .callout {background:#eef3ec;border-color:#dae5d9;color:#3c5a46;border-radius:11px}
.is-admin .list-row {border-bottom-color:#e9ede9}
.is-admin .list-row:last-child {border-bottom:0}
.is-admin .two-col {gap:22px}
.is-admin .form {gap:18px}
.is-admin .form button {min-height:46px}
.is-admin .footer {background:#f0f2ef;border-top:1px solid var(--line);padding:27px 0;color:#596a5e}
.is-admin .footer-inner p,.is-admin .footer a {color:#6d7c71}
.is-admin table {font-size:13px}
.is-admin thead {background:#f7f9f5}
.is-admin th {color:#52685a}
.is-admin .filters {padding:8px 0}

/* Batch scheduling: clear steps, inline explainer, date feedback. */
.admin-page-title {display:flex;align-items:center;justify-content:space-between;gap:16px}
.admin-page-title .button {flex:none;font-size:12px}
.notice-strip {display:flex;align-items:start;gap:14px;border:1px solid #dfe8de;background:#f0f5ef;border-radius:13px;padding:17px 20px;margin:20px 0 24px}
.notice-strip-icon {display:grid;place-items:center;flex:none;width:24px;height:24px;background:#dce9db;border-radius:50%;color:#46694d;font-weight:750;font-family:Georgia,serif}
.notice-strip strong {display:block;color:#375545;margin-bottom:3px}
.notice-strip p {margin:0;color:#637468;font-size:13px;line-height:1.6}
.batch-manage {grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr)!important;gap:23px}
.batch-list,.batch-editor {min-width:0}
.batch-editor {padding:29px 30px}
.panel-title {display:flex;align-items:center;justify-content:space-between;gap:13px;margin-bottom:22px}
.panel-title h2 {margin:4px 0 0!important}
.count-chip {padding:5px 11px;color:#627668;background:#f3f5f0;border:1px solid #e4eae1;border-radius:8px;font-size:11px;font-weight:700;white-space:nowrap}
.batch-list-item {display:flex;align-items:center;gap:15px;border:1px solid #e7ece6;padding:15px 13px;border-radius:11px;margin:10px 0;color:#2f4135;transition:background .15s ease,border-color .15s ease}
.batch-list-item:hover {text-decoration:none;background:#f8faf7;border-color:#ccdace}
.batch-day {display:flex;flex-direction:column;align-items:center;justify-content:center;width:55px;height:63px;background:#edf3ed;border-radius:9px;color:#37614a;flex:none}
.batch-day span {font-size:11px;text-transform:uppercase;letter-spacing:.07em;font-weight:700}
.batch-day strong {font:750 24px/1.2 'DM Sans',sans-serif}
.batch-list-meta {display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}
.batch-list-meta strong {font-size:14px;line-height:1.45}
.batch-list-meta span {font-size:12px;color:#63756a}
.batch-list-meta small {font-size:11px;color:#849084}
.batch-empty {display:grid;justify-items:center;text-align:center;padding:40px 15px;border:1px dashed #d8e2d6;background:#fafcf9;border-radius:12px}
.batch-empty>span {font-size:39px;line-height:1;color:#a4b6a5}
.batch-empty h3 {font-size:17px!important;margin:15px 0 7px}
.batch-empty p {font-size:12.5px;color:#77877b;max-width:290px;margin:0}
.batch-form {gap:19px!important}
.batch-form input,.batch-form select,.batch-form textarea {font-size:14px;font-weight:500}
.batch-form input[type="date"],.batch-form input[type="datetime-local"] {font-variant-numeric:tabular-nums;min-width:0}
.batch-form label {display:block;min-width:0}
.batch-form .required,.batch-form .optional {font-size:10px;font-weight:600;color:#919f93;margin-left:6px}
.field-hint {display:block;color:#8a968e;font-size:11.5px;font-weight:450;line-height:1.5;margin-top:6px}
.field-hint strong {color:#506f58}
.form-divider {display:flex;align-items:center;gap:14px;letter-spacing:.09em;text-transform:uppercase;color:#829184;font-size:10px;font-weight:800;margin:7px 0 0}
.form-divider:after {content:"";height:1px;background:#e9eee8;flex:1}
.schedule-step {display:grid;grid-template-columns:24px 1fr;align-items:start;gap:13px}
.step-index {display:grid;place-items:center;margin-top:3px;background:#edf4ed;color:#487258;border-radius:50%;height:24px;width:24px;font-size:12px;font-weight:800}
.schedule-step label {width:100%}
.form-pair {display:grid;grid-template-columns:1fr 1fr;gap:15px}
.schedule-preview {padding:13px 15px;background:#f1f6f0;border:1px solid #e0e9df;color:#4e6955;border-radius:9px;font-size:12px;line-height:1.65}
.schedule-preview.invalid {color:#9d4b42;background:#fff6f3;border-color:#ebd1ca}
.inline-help {padding:11px 14px;background:#fffaf1;color:#856b47;border:1px solid #eee2cc;border-radius:9px;font-size:12px;margin:-3px 0 18px}
.form-feedback {background:#fff3f0;border:1px solid #ebc6bd;color:#954237;padding:12px 15px;border-radius:9px;font-weight:650;font-size:12.5px}
.form-feedback[hidden] {display:none}
.batch-submit {display:flex;flex-wrap:wrap;align-items:center;gap:16px;border-top:1px solid #edf0eb;padding-top:20px}
.batch-submit button {width:auto!important;min-width:220px}
.batch-submit a {font-weight:650;font-size:12px}
@media(max-width:1050px){.batch-manage {grid-template-columns:1fr!important}.batch-editor {padding:24px}}
@media(max-width:700px){.is-admin .content {width:min(100% - 26px,1300px)}.admin-page-title {align-items:flex-start;flex-direction:column}.notice-strip {padding:14px}.is-admin .admin-nav {gap:19px}.is-admin .admin-nav a {font-size:12px}.batch-editor {padding:19px}.form-pair {grid-template-columns:1fr}.batch-list-item {gap:9px;padding:12px 9px}.batch-day {width:46px;height:55px}.batch-list-item .badge {font-size:10px;padding:4px 6px}.batch-submit button {width:100%!important}.is-admin .page-heading h1 {font-size:29px}.is-admin .stat-grid article {padding:17px}.is-admin .stat-grid b {font-size:25px}}
@media print {.notice-strip,.batch-editor,.admin-page-title .button,.batch-submit {display:none!important}.batch-manage {grid-template-columns:1fr!important}}
/* V3 · restrained warm sage UI, mobile-first behavior for storefront and admin */
:root{--cream:#f8f9f5;--white:#fff;--ink:#2f3b30;--brown:#526d49;--gold:#8b9c7c;--line:#dfe5dc;--muted:#687766;--green:#46774f;--shadow:0 5px 22px rgba(43,63,43,.035)}
body{background:var(--cream);color:var(--ink)}h1,h2,h3,h4{letter-spacing:-.025em}h1{font-size:clamp(31px,4vw,48px)}h2{font-size:clamp(24px,3vw,31px)}a{color:#426c42}.content{padding-top:23px} .site-header{border-bottom-color:#e6e9e3}.nav{min-height:72px;gap:14px}.brand{font:700 17px/1.08 'DM Sans',sans-serif;color:#3e553a;gap:8px}.brand-logo{height:52px;width:52px;object-fit:contain;border-radius:13px}.brand small{letter-spacing:.1em;color:#899979;font-size:8px}.desktop-links{gap:15px}.desktop-links a{font-size:12px}.nav-cta,.button,button{background:#5c7651;border-radius:11px;padding:12px 16px}.button:hover,button:hover{background:#475f3f}.button.secondary,button.secondary{border-color:#c4d0bf;color:#47653f!important;background:#fff}.button.secondary:hover,button.secondary:hover{background:#eef3eb}.button.danger,button.danger{background:#9c4b43}.panel,.empty,.order-tile,.batch-card,.product-card{background:#fff;border:1px solid #e1e6dd;box-shadow:0 3px 14px rgba(43,63,43,.035);border-radius:17px}.panel{padding:25px}.panel h2{font-family:'DM Sans',sans-serif;font-weight:700;letter-spacing:-.045em;font-size:24px}.page-heading h1{font-family:'DM Sans',sans-serif;font-weight:750;font-size:clamp(30px,4vw,43px)}.page-heading{margin:12px 0 23px}.eyebrow{color:#718864;letter-spacing:.14em;font-size:10px}.stat-grid article{box-shadow:none;border-color:#e3e9df}.stat-grid article b{color:#365a3c}.notice-strip{background:#edf3e9;border-color:#cedfc9}.notice-strip-icon{background:#607c56;color:white}.admin-nav{scrollbar-width:thin}.admin-nav a{white-space:nowrap}.admin-nav .active{background:#e8f0e4;color:#365b36}.hero{background:#edf1e8;min-height:445px}.hero-art{background:linear-gradient(120deg,#f6f4ec,#e4ebdf)}.hero-art img{max-width:475px;width:88%;filter:none}.hero-stamp{background:#fafaf5;border-color:#dbe5d6;color:#4d6444}.hero h1{color:#2e4231}.hero em{color:#557447}.hero p{color:#546850}.hero-notes{color:#586f54}.how{background:#edf2e9}.how-grid span{color:#6c8b60}.how-grid p{color:#5a6b56}.price-row strong{color:#436f47}.product-photo{background:#f4f0e7}.product-body p{color:#6e7a6a}.nav-toggle{display:none;font-size:21px;min-width:43px;padding:8px 10px}.header-tools{display:flex;align-items:center;gap:8px}.notif-link{position:relative;display:inline-flex;align-items:center;gap:5px;padding:8px 10px;border-radius:10px;background:#eff3eb;color:#45643e;font-size:12px;font-weight:700}.nav-icon{font-size:20px}.notif-count{font-size:10px;min-width:18px;border-radius:10px;line-height:18px;padding:0 4px;text-align:center;background:#a4543f;color:#fff}.mobile-menu[hidden]{display:none!important}.mobile-menu{display:none}.mobile-bottom{display:none}.customer-list{display:grid;gap:10px}.customer-card{display:flex;align-items:center;gap:12px;padding:15px;background:white;border:1px solid var(--line);border-radius:14px;min-width:0}.customer-card>div:nth-child(2){min-width:0;flex:1}.customer-card strong,.customer-card small{display:block;overflow-wrap:anywhere}.customer-card small{color:var(--muted);font-size:12px}.customer-card-meta{text-align:right;display:grid;justify-items:end;gap:5px}.avatar{flex:0 0 43px;height:43px;border-radius:12px;background:#e8f0e2;color:#416744;display:grid;place-items:center;font-weight:800}.notice-card{display:flex;gap:15px;align-items:start;padding:17px;background:#fff;border:1px solid var(--line);border-radius:14px}.notice-card.unread{border-color:#b8cbb2;background:#f6faf3}.notice-card>div:nth-child(2){flex:1;min-width:0}.notice-card h3{font:700 17px/1.3 'DM Sans',sans-serif;margin:4px 0}.notice-card p{margin-bottom:6px;color:var(--muted)}.notice-card small{color:var(--muted)}.notice-dot{flex:0 0 9px;height:9px;margin-top:12px;border-radius:50%;background:#b9c6b2}.notice-card.unread .notice-dot{background:#4c8050}.small-action{padding:8px 10px;font-size:12px}.portal-heading{display:flex;justify-content:space-between;align-items:end;gap:15px;margin:8px 0 20px}.portal-heading h1{font-family:'DM Sans',sans-serif;margin:5px 0;font-size:clamp(29px,4vw,43px)}.portal-heading p{color:var(--muted)}.reset-url{word-break:break-all;font-size:12px;overflow-wrap:anywhere}.finance-stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.finance-stats .profit-stat{background:#edf5e9}.dashboard-actions{margin:20px 0}.filters label{font-size:12px}.field-hint{font-size:12px;font-weight:400;color:var(--muted)}.right{text-align:right}.alert.notice{border-color:#d6dec4;background:#f6f8eb;color:#4b6745}
@media(max-width:920px){.desktop-links{display:none!important}.nav-toggle{display:inline-flex}.mobile-menu:not([hidden]){display:grid;position:absolute;top:100%;left:0;right:0;background:#fff;box-shadow:0 15px 22px #293d2b18;border-bottom:1px solid var(--line);padding:12px 22px;z-index:25;gap:2px}.mobile-menu a{padding:11px 6px;border-bottom:1px solid #f0f2ef;font-weight:650}.hero-art img{width:93%}}
@media(max-width:680px){html{scroll-padding-bottom:90px}.wrap{width:min(100% - 26px,1160px)}body{font-size:14px}.content{padding:17px 0 105px}.nav{min-height:66px}.brand{font-size:15px;max-width:220px}.brand-logo{width:45px;height:45px}.brand small{font-size:7px}.notif-label{display:none}.notif-link{padding:7px}.hero{grid-template-columns:1fr;min-height:0;border-radius:16px}.hero-copy{padding:26px}.hero h1{font-size:35px}.hero p{font-size:15px}.hero-art{min-height:245px}.hero-art img{width:65%;max-width:265px}.hero-stamp{font-size:10px;bottom:12px;right:12px}.section-head{margin:40px 0 15px;align-items:start}.section-head h2{font-size:26px}.how{padding:24px}.product-grid,.batch-grid{grid-template-columns:1fr;gap:12px}.product-photo{height:205px}.product-body{padding:18px}.product-body p{min-height:0}.batch-card{padding:20px}.page-heading{margin:10px 0 18px}.page-heading h1{font-size:32px}.panel{padding:17px;margin-bottom:12px}.panel h2{font-size:22px}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.stat-grid article{padding:15px;min-width:0}.stat-grid article b{font-size:22px;overflow-wrap:anywhere}.two-col,.checkout-layout,.batch-manage{grid-template-columns:1fr!important;gap:12px}.order-tile{padding:15px;gap:10px;align-items:start}.order-tile h3{font-size:19px}.order-tile strong{font-size:17px}.order-tile p{font-size:12px}.order-summary{position:static!important}.cart-product{gap:9px}.cart-product .product-photo{width:68px;height:68px}.cart-product-text h3{font-size:16px}.cart-product .qty-label input{width:70px}.table-scroll{-webkit-overflow-scrolling:touch;overflow:auto}.filters{display:grid;grid-template-columns:1fr 1fr;gap:9px}.filters input:not([type=hidden]),.filters select,.filters button{min-width:0;width:100%}.filters input[name=q]{grid-column:1/-1}.filters button{grid-column:1/-1}.portal-heading{align-items:start;flex-direction:column}.customer-card{padding:12px;gap:9px}.customer-card-meta strong{font-size:13px}.footer{padding-bottom:62px}.mobile-bottom{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));position:fixed;bottom:0;left:0;right:0;background:#ffffffed;border-top:1px solid #dfe7dc;box-shadow:0 -4px 20px #263b2b10;z-index:28;padding:8px 8px max(7px,env(safe-area-inset-bottom));backdrop-filter:blur(14px)}.mobile-bottom a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;color:#778573;min-height:44px}.mobile-bottom span{font-size:22px;line-height:23px}.mobile-bottom small{font-size:10px;letter-spacing:0;font-weight:650}.mobile-bottom a.active{color:#456a43}.admin-nav{margin:0 0 16px;gap:8px;overflow-x:auto;padding:5px 0}.admin-nav a{padding:10px 12px;font-size:12px}.notice-card{padding:12px;gap:8px}.notice-card h3{font-size:15px}.notice-card form{align-self:start}.header-tools{margin-left:auto}.buttons{gap:8px}.buttons .button{flex:1 1 auto}button,.button,.nav-cta{min-height:43px}.batch-day{flex-shrink:0}}
@media print{.mobile-bottom,.site-header,.footer,.admin-nav,.dashboard-actions,.filters,.form,button{display:none!important}.content{padding:0}.panel{box-shadow:none}}

@media(max-width:680px){input,select,textarea{font-size:16px!important;min-height:46px}textarea{min-height:90px}}
.cost-preview{background:#edf4e8;border:1px solid #d7e5d0;border-radius:12px;padding:13px;color:#37633f;font-size:13px;font-weight:700}
