:root{--cream:#f8f3e9;--paper:#fffdf8;--ink:#1d2921;--green:#193b2c;--sage:#dfe7d9;--gold:#c78a3b;--orange:#e87843;--line:#dfddd4;--muted:#6f756f;--shadow:0 18px 50px rgba(25,59,44,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.site-header{height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;border-bottom:1px solid rgba(29,41,33,.1);position:relative;z-index:3;background:rgba(255,253,248,.92)}.brand{display:flex;align-items:center;gap:12px;font-family:"Playfair Display",serif;font-size:21px}.brand span{display:grid;place-items:center;width:42px;height:42px;border-radius:50% 50% 45% 55%;background:var(--orange);color:white;font-size:22px}.brand.light{color:#fff}.site-header nav{display:flex;gap:32px;align-items:center;font-size:14px;font-weight:600}.basket-link{padding:11px 16px;background:var(--green);color:white;border-radius:99px}.basket-link b{display:inline-grid;place-items:center;background:var(--gold);width:20px;height:20px;border-radius:50%;margin-left:6px;font-size:11px}.hero{min-height:650px;background:var(--cream);display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.hero-copy{padding:110px 7vw 90px 9vw;position:relative;z-index:1}.eyebrow{font-size:11px;letter-spacing:.18em;font-weight:700;color:#557061;margin-bottom:18px}.eyebrow.gold{color:var(--gold)}h1,h2,h3{font-family:"Playfair Display",serif;margin-top:0}h1{font-size:68px;line-height:1.02;margin-bottom:26px}h1 em{color:var(--orange);font-weight:600}.hero-copy>p{font-size:18px;line-height:1.7;max-width:520px;color:#5c685f;margin-bottom:34px}.button{border:0;display:inline-flex;align-items:center;justify-content:center;gap:30px;background:var(--orange);color:white;padding:16px 22px;border-radius:3px;font-weight:700;font-size:14px}.button:hover{filter:brightness(.94)}.button.dark{background:var(--green)}.button.full{width:100%;margin-top:18px}.delivery-note{font-size:13px;margin-top:26px;color:#667068}.delivery-note i{font-style:normal;color:var(--orange);margin-right:8px}.hero-art{background:var(--green);position:relative;min-height:650px}.sun{position:absolute;width:440px;height:440px;border-radius:50%;background:#d9aa62;opacity:.9;top:80px;left:9%}.plate{position:absolute;width:370px;height:370px;border-radius:50%;background:#ede9dd;border:16px solid #fff;box-shadow:0 35px 60px #0d2419;top:112px;left:16%;display:grid;place-items:center}.food-mark{width:290px;height:290px;border-radius:50%;background:radial-gradient(circle at 45% 35%,#ecab60,#9f4a24 55%,#532c20);display:grid;place-items:center;color:rgba(255,255,255,.7);font:100px "Playfair Display"}.floating-card{position:absolute;bottom:80px;right:8%;background:var(--paper);padding:22px 30px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:8px}.floating-card span{font-size:9px;letter-spacing:.2em;color:var(--gold);font-weight:700}.floating-card strong{font-family:"Playfair Display";font-size:20px}.daily-wrap{max-width:1160px;margin:-30px auto 90px;position:relative;z-index:2;display:grid;grid-template-columns:48% 52%;background:var(--paper);box-shadow:var(--shadow)}.daily-image{min-height:420px;background:#d8b994}.daily-image img,.product-image img,.cart-thumb img,.current-dish img,.table-product img{width:100%;height:100%;object-fit:cover}.image-placeholder{width:100%;height:100%;min-height:240px;display:grid;place-items:center;background:linear-gradient(135deg,#dfc18d,#b86e3c);font:90px "Playfair Display";color:rgba(255,255,255,.75)}.daily-copy{padding:70px 64px}.daily-copy h2{font-size:48px;margin-bottom:18px}.daily-copy>p{color:var(--muted);line-height:1.8}.price-row{display:flex;justify-content:space-between;align-items:center;margin-top:38px}.price-row>strong{font:32px "Playfair Display"}.daily-empty{margin:60px auto 90px;max-width:1160px;background:var(--green);color:white;padding:60px;text-align:center}.daily-empty h2{font-size:40px}.menu{max-width:1160px;margin:0 auto;padding:20px 0 110px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:42px}.section-head h2{font-size:46px;margin:0}.section-head>p{max-width:400px;color:var(--muted);line-height:1.7}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.product-card{border:1px solid var(--line);background:white;transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-image{height:260px;position:relative;overflow:hidden}.badge{position:absolute;left:14px;top:14px;background:var(--gold);color:white;padding:7px 10px;font-size:9px;letter-spacing:.14em;font-weight:700}.product-body{padding:24px;min-height:195px;display:flex;flex-direction:column;justify-content:space-between}.product-body h3{font-size:23px;margin-bottom:8px}.product-body p{color:var(--muted);line-height:1.55;font-size:14px}.product-action{display:flex;align-items:center;justify-content:space-between}.product-action>strong{font:22px "Playfair Display"}.product-action button{width:40px;height:40px;border-radius:50%;border:1px solid var(--green);background:white;color:var(--green);font-size:24px}.product-action button:hover{background:var(--green);color:white}.empty-state{grid-column:1/-1;text-align:center;padding:70px;border:1px dashed #c9c4b9}.empty-state span,.success-mark{margin:auto;display:grid;place-items:center;width:70px;height:70px;background:var(--orange);color:white;border-radius:50%;font:35px "Playfair Display"}.empty-state h3{font-size:28px;margin:20px 0 8px}.empty-state p{color:var(--muted);margin-bottom:24px}.empty-state.wide{max-width:850px;margin:auto}.promise{background:var(--green);color:white;text-align:center;padding:90px 6vw}.promise>h2{font-size:46px}.promise-grid{display:grid;grid-template-columns:repeat(3,1fr);max-width:1000px;margin:55px auto 0}.promise-grid>div{padding:20px 55px;border-right:1px solid rgba(255,255,255,.15)}.promise-grid>div:last-child{border:0}.promise-grid b{color:var(--gold);font-size:12px}.promise-grid h3{font-size:23px;margin:14px 0}.promise-grid p{color:#bdc9c1;font-size:14px;line-height:1.6}footer{background:#10291e;color:#b9c5bd;padding:60px 7vw;display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}footer small{color:var(--gold);letter-spacing:.15em}.flash,.validation{max-width:900px;margin:18px auto;padding:14px 18px;border-radius:3px}.flash.success{background:#e3f0e4;color:#285c34}.flash.error,.validation{background:#fff0eb;color:#923d26}.page-shell{max-width:1160px;margin:auto;padding:70px 0 110px}.page-title{text-align:center;margin-bottom:55px}.page-title h1{font-size:54px;margin-bottom:12px}.page-title p{color:var(--muted)}.cart-layout,.checkout-layout{display:grid;grid-template-columns:1fr 350px;gap:50px}.cart-item{display:grid;grid-template-columns:80px 1fr 115px 100px 30px;gap:20px;align-items:center;padding:22px 0;border-bottom:1px solid var(--line)}.cart-thumb{height:80px;background:#d7b58a;display:grid;place-items:center;font:30px "Playfair Display"}.cart-name h3{font-size:19px;margin-bottom:5px}.cart-name p{margin:0;color:var(--muted);font-size:13px}.qty{display:flex;flex-direction:column;gap:5px}.qty input{width:70px;padding:7px;border:1px solid var(--line)}.qty button,.remove{border:0;background:none;color:var(--muted);font-size:11px}.remove{font-size:22px}.summary{background:var(--cream);padding:32px;align-self:start}.summary>div:not(.eyebrow),.checkout-line{display:flex;justify-content:space-between;margin:16px 0;gap:20px}.summary em{font-size:12px;color:var(--muted)}.summary hr{border:0;border-top:1px solid var(--line);margin:25px 0}.summary-total{font-size:20px}.summary small{display:block;text-align:center;color:var(--muted);line-height:1.5;margin-top:16px}.checkout-form{border:1px solid var(--line);padding:42px}.checkout-form h2{font-size:27px;margin:0 0 24px}.checkout-form h2:not(:first-child){margin-top:44px;padding-top:34px;border-top:1px solid var(--line)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.span-2{grid-column:1/-1}label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:600}label small{font-weight:400;color:var(--muted)}input,select,textarea{width:100%;border:1px solid #d2d0c8;background:white;padding:13px 14px;color:var(--ink);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(199,138,59,.12)}.fine-print{font-size:12px;color:var(--muted);line-height:1.6}.success-page{max-width:650px;text-align:center;margin:auto;padding:100px 20px 130px}.success-page h1{font-size:54px;margin:20px 0}.success-page>p{color:var(--muted);line-height:1.8}.success-address{display:flex;flex-direction:column;background:var(--cream);padding:25px;margin:35px 0;gap:6px}.success-address span{font-size:9px;color:var(--gold);font-weight:700;letter-spacing:.15em}
/* Admin */.admin-body{background:#f5f3ed}.admin-sidebar{position:fixed;inset:0 auto 0 0;width:250px;background:var(--green);padding:28px 22px;display:flex;flex-direction:column;color:#b9c8bf}.admin-sidebar>small{font-size:9px;letter-spacing:.2em;color:#708f7d;margin:50px 12px 12px}.admin-sidebar nav{display:flex;flex-direction:column;gap:5px}.admin-sidebar nav a{padding:13px;border-radius:3px;display:flex;gap:12px;align-items:center;font-size:14px}.admin-sidebar nav a.active,.admin-sidebar nav a:hover{background:#2a4d3c;color:#fff}.sidebar-bottom{margin-top:auto;border-top:1px solid #315342;padding-top:18px;display:flex;flex-direction:column;gap:13px;font-size:13px}.sidebar-bottom button{border:0;background:none;color:#b9c8bf;padding:0}.admin-main{margin-left:250px;min-height:100vh}.admin-top{height:76px;background:white;border-bottom:1px solid var(--line);display:flex;justify-content:flex-end;align-items:center;padding:0 42px}.admin-top>div{display:flex;flex-direction:column;text-align:right}.admin-top span{font-size:9px;letter-spacing:.15em;color:var(--gold)}.admin-top strong{font-size:13px}.admin-content{padding:45px;max-width:1450px;margin:auto}.admin-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px}.admin-heading h1{font-size:42px;margin:0 0 8px}.admin-heading p{margin:0;color:var(--muted)}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:22px}.stat-grid>div,.admin-card{background:white;border:1px solid #e1dfd7;padding:28px}.stat-grid span,.card-head span,.card-label{font-size:9px;letter-spacing:.17em;color:var(--gold);font-weight:700}.stat-grid strong{font:36px "Playfair Display";display:block;margin:12px 0 5px}.stat-grid small{color:var(--muted)}.admin-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:22px}.card-head{display:flex;justify-content:space-between;align-items:start;border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:20px}.card-head h2{font-size:23px;margin:5px 0 0}.card-head>a{color:var(--orange);font-size:12px;font-weight:700}.current-dish{display:grid;grid-template-columns:170px 1fr;gap:25px;align-items:center}.current-dish>div{height:150px;background:#ceb083}.current-dish section>span{font-size:9px;color:var(--gold);letter-spacing:.15em}.current-dish h3{font-size:26px;margin:9px 0}.current-dish p{color:var(--muted);font-size:13px}.current-dish section>strong{font:22px "Playfair Display"}.recent-order{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid var(--line)}.recent-order>div{display:flex;flex-direction:column;gap:5px}.recent-order>div:last-child{align-items:end}.recent-order span,.admin-card td small{color:var(--muted);font-size:11px;display:block}.status{font-style:normal;display:inline-block;width:max-content;border-radius:99px;padding:5px 8px;font-size:9px;text-transform:uppercase;letter-spacing:.06em;background:#e9ece9;color:#53625a}.status.new{background:#fff0d9;color:#9a6018}.status.confirmed{background:#e5eef9;color:#39608f}.status.preparing{background:#f6e6d5;color:#a35b24}.status.out_for_delivery{background:#e8e2f6;color:#62489b}.status.completed{background:#e3efe4;color:#347043}.status.cancelled{background:#f6e2df;color:#93483e}.table-card{padding:0;overflow-x:auto}.table-card table{width:100%;border-collapse:collapse}.table-card th{text-align:left;font-size:9px;letter-spacing:.15em;color:var(--muted);padding:17px 20px;background:#faf9f5}.table-card td{padding:17px 20px;border-top:1px solid var(--line);font-size:13px}.table-product{display:flex;align-items:center;gap:13px}.table-product>div{width:50px;height:50px;background:#cfb387;display:grid;place-items:center}.table-product>span{display:flex;flex-direction:column;gap:4px}.row-actions{display:flex;gap:12px}.row-actions a,.row-actions button,.text-button{border:0;background:none;color:var(--orange);font-size:12px;padding:0}.admin-empty{text-align:center;padding:38px;color:var(--muted)}.quiet-link{color:var(--muted);font-size:13px}.product-form{display:grid;grid-template-columns:1fr 370px;gap:24px}.product-form .admin-card{display:flex;flex-direction:column;gap:22px}.product-form h2{border-bottom:1px solid var(--line);padding-bottom:18px;margin:0}.check{flex-direction:row;align-items:center}.check input{width:auto}.upload-box{border:1px dashed #aaa79f;text-align:center;padding:35px;cursor:pointer}.upload-box span{color:var(--muted);font-weight:400}.upload-box input{border:0;font-size:11px}.edit-preview{width:100%;height:220px;object-fit:cover}.filter select{min-width:180px}.order-detail{display:grid;grid-template-columns:1fr 340px;gap:22px}.order-detail>aside{display:flex;flex-direction:column;gap:22px}.order-detail h3{font-size:20px;margin:10px 0 7px}.order-detail p{color:var(--muted);line-height:1.6}.order-line{display:flex;justify-content:space-between;padding:18px 0;border-bottom:1px solid var(--line)}.order-line span{display:flex;flex-direction:column;gap:5px}.order-line small{color:var(--muted)}.order-total{display:flex;justify-content:space-between;padding:25px 0;font-size:20px}.status-form{background:var(--cream);padding:20px;display:flex;align-items:end;gap:14px}.status-form label{flex:1}.status-form .button{padding:14px}.login-body{min-height:100vh;display:grid;grid-template-columns:520px 1fr;background:var(--cream)}.login-panel{padding:55px 80px;background:var(--paper)}.login-panel>.eyebrow{margin-top:90px}.login-panel h1{font-size:48px;margin-bottom:13px}.login-panel>p{color:var(--muted);line-height:1.6;margin-bottom:30px}.login-panel form{display:flex;flex-direction:column;gap:18px}.back-link{display:block;text-align:center;margin-top:35px;color:var(--muted);font-size:12px}.login-art{background:linear-gradient(135deg,rgba(20,57,41,.8),rgba(20,57,41,.93)),radial-gradient(circle at 60% 30%,#d89a50,#61311f);display:grid;place-items:center;color:white}.login-quote{max-width:500px}.login-quote>span{font:100px "Playfair Display";color:var(--gold);line-height:.6}.login-quote h2{font-size:52px;margin:25px 0}.login-quote p{color:#c8d3cc}
@media(max-width:900px){.hero{grid-template-columns:1fr}.hero-copy{padding:75px 7vw}.hero-art{min-height:480px}.daily-wrap{margin:40px 20px 80px;grid-template-columns:1fr}.menu,.page-shell{padding-left:20px;padding-right:20px}.product-grid{grid-template-columns:repeat(2,1fr)}.cart-layout,.checkout-layout{grid-template-columns:1fr}.admin-sidebar{width:75px;padding:22px 12px}.admin-sidebar .brand strong,.admin-sidebar>small,.admin-sidebar nav span,.sidebar-bottom{display:none}.admin-sidebar .brand span{margin:auto}.admin-main{margin-left:75px}.admin-content{padding:30px 20px}.admin-grid,.product-form,.order-detail{grid-template-columns:1fr}.login-body{grid-template-columns:1fr}.login-art{display:none}.login-panel{max-width:600px;width:100%;margin:auto}.stat-grid{grid-template-columns:1fr}}
@media(max-width:600px){.site-header{padding:0 20px}.site-header nav>a:first-child{display:none}.brand{font-size:18px}h1{font-size:49px}.hero-art{min-height:390px}.sun{width:310px;height:310px}.plate{width:270px;height:270px;top:70px}.food-mark{width:205px;height:205px}.floating-card{display:none}.daily-copy{padding:40px 28px}.daily-copy h2,.section-head h2,.promise>h2{font-size:36px}.section-head{display:block}.product-grid{grid-template-columns:1fr}.product-image{height:300px}.promise-grid{grid-template-columns:1fr}.promise-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.15)}footer{grid-template-columns:1fr}.cart-item{grid-template-columns:65px 1fr 30px}.cart-item .qty,.cart-item>strong{grid-column:2}.form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.checkout-form{padding:25px}.page-title h1,.success-page h1{font-size:42px}.admin-heading{align-items:flex-start;gap:20px}.admin-heading .button{padding:12px;gap:5px}.admin-heading h1{font-size:34px}.current-dish{grid-template-columns:1fr}.login-panel{padding:40px 28px}.login-panel>.eyebrow{margin-top:65px}.table-card{margin-left:-20px;margin-right:-20px}.admin-top{padding:0 20px}}
