@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap');

:root{--ink:#37201a;--muted:#755e55;--cream:#fff8ee;--paper:#fffdf9;--orange:#ef7134;--orange-dark:#d5531c;--red:#6f2e23;--line:#eadfd1;--green:#2d7d53;--shadow:0 24px 70px rgba(85,42,20,.1)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;-webkit-font-smoothing:antialiased}
button,input,select{font:inherit}
button{cursor:pointer}
a{color:inherit}
[hidden]{display:none!important}
.wrap{width:min(1160px,calc(100% - 48px));margin-inline:auto}
.site-header{height:96px;display:flex;align-items:center;justify-content:space-between}
.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;line-height:1}
.brand-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:var(--red);color:#fff;font:800 26px 'Outfit',sans-serif;transform:rotate(-7deg)}
.brand strong{display:block;font:800 25px 'Outfit',sans-serif;letter-spacing:-.06em}
.brand small{display:block;margin-top:4px;font-size:9px;font-weight:700;letter-spacing:.27em}
.header-note{font-size:13px;font-weight:700;color:var(--red);border:1px solid #dfc6af;border-radius:50px;padding:11px 18px}
.hero{min-height:590px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:34px;padding-bottom:62px}
.hero-copy{padding-top:9px}
.eyebrow,.section-kicker{color:var(--orange-dark);font-size:12px;font-weight:800;letter-spacing:.18em}
.eyebrow{display:inline-flex;align-items:center;gap:10px}
.eyebrow-dot{width:9px;height:9px;background:var(--orange);border-radius:50%;box-shadow:0 0 0 5px #fce4d5}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-family:'Outfit',Arial,sans-serif;letter-spacing:-.055em}
.hero h1{font-size:clamp(56px,6.2vw,91px);line-height:.99;margin:24px 0 26px;max-width:650px}
.hero h1 em{color:var(--orange-dark);font-style:normal}
.hero-copy>p{max-width:520px;font-size:18px;line-height:1.65;color:var(--muted)}
.text-link{display:inline-flex;align-items:center;gap:16px;margin-top:17px;color:var(--red);font-weight:800;text-decoration:none;border-bottom:2px solid var(--orange);padding-bottom:8px}
.text-link span{font-size:23px;line-height:1}
.text-link:hover{gap:22px}
.hero-art{height:500px;position:relative;display:grid;place-items:center}
.art-circle{position:absolute;width:min(420px,92%);aspect-ratio:1;border-radius:50%;background:#f7d9ad;box-shadow:inset -28px -36px 0 #f4cca0}
.burger{position:relative;width:370px;max-width:80%;height:245px;filter:drop-shadow(0 26px 13px rgba(95,54,32,.22));transform:rotate(-8deg)}
.bun-top,.bun-bottom,.tomato,.lettuce,.cheese,.patty{position:absolute;left:0;width:100%}
.bun-top{top:8px;height:122px;border-radius:54% 54% 27% 27% / 100% 100% 32% 32%;background:linear-gradient(130deg,#f5b65f 5%,#dc873b 76%,#ba602c);border-bottom:10px solid #ba682f;z-index:6}
.bun-top i{position:absolute;width:15px;height:6px;background:#fff0cb;border-radius:100%;transform:rotate(25deg)}
.bun-top i:nth-child(1){left:17%;top:52%}.bun-top i:nth-child(2){left:35%;top:30%}.bun-top i:nth-child(3){left:53%;top:52%}.bun-top i:nth-child(4){left:69%;top:31%}.bun-top i:nth-child(5){left:79%;top:61%}
.tomato{top:117px;height:25px;border-radius:45%;background:#d9462a;z-index:5;box-shadow:inset 0 -8px 0 #bb321f}
.lettuce{top:130px;height:35px;border-radius:50%;background:repeating-linear-gradient(100deg,#5b9c3f 0 22px,#83b14d 22px 42px);z-index:4;clip-path:polygon(0 30%,8% 4%,16% 48%,25% 9%,35% 52%,47% 7%,60% 52%,72% 4%,82% 48%,92% 3%,100% 37%,100% 100%,0 100%)}
.cheese{top:149px;left:5%;width:90%;height:48px;background:#f2b63e;clip-path:polygon(0 0,100% 0,93% 57%,77% 24%,64% 90%,46% 25%,29% 98%,17% 28%,6% 58%);z-index:3}
.patty{top:166px;height:50px;border-radius:40%;background:linear-gradient(#6e3324,#422018);z-index:2;border:5px solid #6a3422}
.bun-bottom{top:202px;height:45px;border-radius:18px 18px 60px 60px;background:linear-gradient(#e4a358,#ca7b37);z-index:1}
.art-stamp{position:absolute;top:25px;right:4px;width:104px;height:104px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;text-align:center;font:800 18px/1.1 'Outfit',sans-serif;letter-spacing:.05em;transform:rotate(14deg);box-shadow:0 10px 20px rgba(78,33,19,.18);z-index:7}
.art-spark{position:absolute;font-size:30px;color:var(--orange-dark)}
.art-spark-one{left:1%;top:17%}.art-spark-two{right:5%;bottom:7%;font-size:22px}
.reservation-section{background:#fffdf9;border-top:1px solid #f1e9df;border-bottom:1px solid #f1e9df;padding:92px 0 105px}
.reservation-layout{display:grid;grid-template-columns:.88fr 1.12fr;gap:80px;align-items:center}
.reservation-intro h2{font-size:clamp(39px,4vw,59px);line-height:1.06;margin:18px 0 20px}
.reservation-intro>p{font-size:17px;line-height:1.65;color:var(--muted);max-width:420px}
.reservation-intro>p strong{color:var(--ink)}
.steps{margin-top:40px;display:grid;gap:19px}
.steps>div{display:flex;align-items:center;gap:14px}.steps span{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:#f8e4d1;color:var(--red);font-weight:800;flex:none}.steps p{margin:0;font-size:14px;color:var(--muted)}
.form-card{background:#fff;border:1px solid #f0e5d9;border-radius:25px;box-shadow:var(--shadow);padding:30px}
.date-bar{display:flex;align-items:center;gap:13px;border-bottom:1px solid var(--line);padding-bottom:25px;margin-bottom:25px}
.date-icon{width:43px;height:43px;border-radius:12px;background:#fbe5d3;color:var(--orange-dark);font-size:24px;display:grid;place-items:center;flex:none}
.date-bar>div{min-width:0;flex:1}.date-bar small{display:block;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.12em}.date-bar strong{display:block;margin-top:3px;font:700 19px 'Outfit',sans-serif}
.status-pill{font-size:11px;font-weight:800;color:var(--green);background:#e9f6ec;border-radius:30px;padding:8px 11px;white-space:nowrap}.status-pill.closed{color:#925241;background:#fff0e8}
.field-group{margin-bottom:21px}.field-group label,.login-card label,.settings-card label,.date-select label{display:block;margin-bottom:9px;font-size:13px;font-weight:800}
.field-group input:not([type=hidden]),.login-card input,.settings-card input[type=number],.date-select select{width:100%;height:53px;border:1px solid #dacbbd;border-radius:11px;background:#fff;color:var(--ink);padding:0 15px;outline:none}
.field-group input:focus,.login-card input:focus,.settings-card input:focus,.date-select select:focus,.status-select:focus{border-color:var(--orange);box-shadow:0 0 0 3px #fce4d5}
input::placeholder{color:#ae9c91}
.quantity-row{height:57px;display:flex;align-items:center}.quantity-button{width:43px;height:43px;border:1px solid #dacbbd;border-radius:10px;background:#fff;font-size:25px;line-height:1;color:var(--red)}.quantity-button:hover:not(:disabled){background:#fff4e9}.quantity-button:disabled{opacity:.45;cursor:not-allowed}.quantity-row output{min-width:51px;text-align:center;font:800 23px 'Outfit',sans-serif}.quantity-caption{margin-left:10px;color:var(--muted);font-size:13px}
.primary-button{width:100%;display:flex;align-items:center;justify-content:center;gap:13px;border:0;border-radius:12px;background:var(--orange);color:#fff;font-weight:800;font-size:16px;padding:18px;box-shadow:0 9px 0 #c95421;transition:transform .15s,box-shadow .15s}.primary-button:hover:not(:disabled){background:#e35e25;transform:translateY(2px);box-shadow:0 7px 0 #c95421}.primary-button:disabled{opacity:.55;box-shadow:none;cursor:not-allowed}.primary-button span{font-size:22px;line-height:0}
.privacy-note{font-size:12px;color:var(--muted);text-align:center;margin:21px 0 0}.form-message{min-height:18px;color:#ad3e27;font-size:13px;font-weight:700;margin:0 0 13px}.hidden-field{position:absolute!important;left:-9999px!important;opacity:0}
.success-panel{text-align:center;padding:19px 5px 8px}.success-icon{display:grid;place-items:center;width:65px;height:65px;margin:0 auto 17px;border-radius:50%;background:#e3f5e8;color:var(--green);font-size:32px;font-weight:800}.success-panel h3{font-size:33px;margin-bottom:12px}.success-panel p{font-size:15px;color:var(--muted);line-height:1.6}.success-panel p#success-details{color:var(--ink);font-weight:800}.secondary-button{border:1px solid var(--red);background:#fff;color:var(--red);border-radius:10px;padding:12px 17px;font-weight:800}.secondary-button:hover{background:#fff5ed}
.site-footer{display:flex;justify-content:space-between;gap:20px;align-items:center;padding-block:34px;color:var(--muted);font-size:12px}.site-footer a{color:var(--red);text-decoration:none;font-weight:700}.site-footer a:hover{text-decoration:underline}
.admin-page{background:#f8f4ee;min-height:100vh}.admin-header{background:#fff;border-bottom:1px solid var(--line)}.admin-header-inner{display:flex;justify-content:space-between;align-items:center;height:80px}.admin-header-actions{display:flex;align-items:center;gap:20px;font-size:13px;font-weight:700;color:var(--muted)}.header-button,.ghost-button{border:0;background:transparent;color:var(--red);font-weight:800;padding:9px;cursor:pointer}.header-button:hover,.ghost-button:hover{text-decoration:underline}.admin-main{padding-top:46px;padding-bottom:80px}.login-card{max-width:460px;margin:55px auto;background:#fff;border:1px solid var(--line);border-radius:22px;padding:35px;box-shadow:var(--shadow)}.login-card h1{font-size:37px;line-height:1.08;margin:15px 0}.login-card>p{color:var(--muted);font-size:14px}.login-card form{margin-top:27px}.login-card input{margin-bottom:15px}
.dashboard-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:25px}.dashboard-heading h1{font-size:45px;margin:9px 0 7px}.dashboard-heading p{color:var(--muted);font-size:15px;margin-bottom:0}.date-select{width:255px;flex:none}.date-select select{text-transform:capitalize;background:#fff}
.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:23px}.stat-card small{display:block;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.1em}.stat-card strong{display:block;font:800 36px 'Outfit',sans-serif;margin-top:5px}.stat-card strong.stat-status{font-size:25px;color:var(--green);padding-top:7px}.stat-card strong.closed-text{color:#ad3e27}
.settings-card{margin-top:23px;background:#fff;border:1px solid var(--line);border-radius:17px;padding:25px;display:flex;justify-content:space-between;gap:25px;align-items:center}.settings-card h2,.list-section h2{font-size:23px;margin:0 0 6px}.settings-card p,.list-section p{font-size:13px;color:var(--muted);line-height:1.5;margin-bottom:0}.settings-card>div{max-width:550px}.settings-card form{min-width:320px}.settings-fields{display:flex;align-items:end;gap:15px}.settings-fields>div{width:170px}.settings-card input[type=number]{height:43px}.switch-label{display:flex!important;align-items:center;gap:8px;min-height:43px;white-space:nowrap;margin:0!important}.switch-label input{accent-color:var(--orange);width:18px;height:18px}.settings-card .secondary-button{margin-top:12px;width:100%}
.list-section{margin-top:37px}.list-heading{display:flex;align-items:start;justify-content:space-between;gap:20px;margin-bottom:17px}.booking-list{display:grid;gap:12px}.booking-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px 23px}.booking-top,.booking-details{display:flex;align-items:center;justify-content:space-between;gap:15px}.booking-top h3{font-size:21px;margin-bottom:3px}.booking-phone{margin:0!important;font-weight:600;color:var(--muted)}.booking-count{font-weight:800;color:var(--red);background:#fff2e7;border-radius:8px;padding:9px 12px;white-space:nowrap;font-size:13px}.booking-details{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:18px;padding:13px 0;color:var(--muted);font-size:12px}.status-control{display:flex;align-items:center;gap:9px;font-weight:700}.status-select{border:1px solid #d8c8ba;background:#fff;border-radius:8px;padding:7px 12px;color:var(--ink);font-weight:700}.message-actions{display:flex;flex-wrap:wrap;gap:8px;padding-top:15px}.message-link{border:1px solid #d7e6d9;background:#f2faf3;color:#216b45;text-decoration:none;border-radius:8px;padding:9px 11px;font-size:12px;font-weight:800}.message-link:hover{background:#e2f2e5}.empty-list{padding:45px;text-align:center;background:#fff;border:1px dashed #d8c8ba;border-radius:16px}
@media(max-width:900px){.hero{grid-template-columns:1fr 1fr;min-height:510px}.hero-art{height:390px}.burger{width:290px;height:205px}.bun-top{height:100px}.tomato{top:96px}.lettuce{top:109px}.cheese{top:128px}.patty{top:145px}.bun-bottom{top:180px}.reservation-layout{gap:40px}.settings-card{display:block}.settings-card form{margin-top:20px}}
@media(max-width:680px){.wrap{width:min(100% - 34px,480px)}.site-header{height:75px}.brand-icon{width:38px;height:38px;font-size:23px}.brand strong{font-size:22px}.brand small{font-size:8px}.header-note{font-size:10px;padding:9px 11px}.hero{display:flex;flex-direction:column;gap:0;min-height:0;padding-top:45px;padding-bottom:49px}.hero-copy{padding:0}.hero h1{font-size:clamp(54px,13vw,76px);margin:18px 0 19px}.hero-copy>p{font-size:16px;line-height:1.6}.text-link{margin-top:11px}.hero-art{width:100%;height:320px;margin-top:20px}.art-circle{width:285px}.burger{width:260px;height:190px}.bun-top{height:92px}.tomato{top:87px}.lettuce{top:100px}.cheese{top:120px}.patty{top:137px}.bun-bottom{top:170px}.art-stamp{right:4%;top:4%;width:74px;height:74px;font-size:13px}.art-spark-one{left:4%}.reservation-section{padding:61px 0 70px}.reservation-layout{display:block}.reservation-intro h2{font-size:41px}.reservation-intro>p{font-size:15px}.steps{margin:25px 0 32px;gap:10px}.steps>div{gap:11px}.steps span{width:29px;height:29px;font-size:12px}.form-card{padding:19px;border-radius:19px}.date-bar{gap:9px;padding-bottom:19px;margin-bottom:19px}.date-icon{width:37px;height:37px;font-size:21px}.date-bar strong{font-size:16px}.status-pill{font-size:9px;padding:7px 8px}.site-footer{display:block;padding-block:26px}.site-footer a{display:block;margin-top:10px}.admin-header-inner{height:70px}.admin-header-actions>span{display:none}.admin-main{padding-top:28px}.dashboard-heading{display:block}.dashboard-heading h1{font-size:39px}.date-select{width:100%;margin-top:25px}.stats-grid{grid-template-columns:repeat(3,1fr);gap:7px}.stat-card{padding:15px 10px;border-radius:11px}.stat-card small{font-size:8px;line-height:1.35}.stat-card strong{font-size:27px}.stat-card strong.stat-status{font-size:15px;padding-top:12px}.settings-card{padding:19px}.settings-card form{min-width:0}.settings-fields{display:block}.settings-fields>div{width:100%}.switch-label{margin-top:10px!important}.list-heading{display:block}.list-heading .ghost-button{padding-left:0;margin-top:10px}.booking-card{padding:17px}.booking-top{align-items:start}.booking-top h3{font-size:18px}.booking-count{font-size:11px;white-space:normal;text-align:center}.booking-details{align-items:start}.message-actions{gap:7px}.message-link{font-size:11px}.login-card{margin:30px auto;padding:25px}.login-card h1{font-size:33px}}
@media(max-width:370px){.header-note{display:none}.date-bar{flex-wrap:wrap}.status-pill{margin-left:46px}.booking-details{display:block}.status-control{margin-top:10px}.stats-grid{grid-template-columns:1fr}.stat-card{display:flex;align-items:center;justify-content:space-between}.stat-card strong,.stat-card strong.stat-status{margin:0;padding:0}}
