:root{--orange:#f14a1f;--ink:#23241f;--paper:#faf9f6;--line:#e5e3df}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.5 Arial,Helvetica,sans-serif}button,input,textarea,select{font:inherit}button,a,select{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer;border:0}button:focus-visible,a:focus-visible{outline:3px solid #1365bb;outline-offset:4px}.demo{background:var(--ink);color:#fff;text-align:center;padding:7px 16px;font-size:12px;letter-spacing:.03em}header{max-width:1400px;margin:auto;display:flex;align-items:center;gap:32px;padding:24px 5%}.logo{font-size:38px;font-weight:950;letter-spacing:-3px;line-height:.9}.logo span{display:block;font-size:10px;letter-spacing:6px;margin:9px 0 0 4px}.city{border-left:1px solid #ccc;padding-left:25px;font-weight:bold}.city small,.phone small{display:block;font-weight:normal;font-size:12px;color:#72736d}.phone{font-weight:bold;margin-left:auto}nav{display:flex;gap:25px;font-size:14px}.cart-button{padding:13px 18px;border-radius:9px;background:var(--ink);color:white;font-size:14px}.cart-button span{border-left:1px solid #777;padding-left:10px;margin-left:8px}main{max-width:1400px;margin:auto;padding:10px 5%}.hero{display:grid;grid-template-columns:1fr 1fr;border-radius:20px;overflow:hidden;background:#eeeee7;min-height:440px}.hero-copy{padding:48px 38px}.eyebrow{font-size:12px;font-weight:bold;letter-spacing:2px}h1{font-size:clamp(38px,4.5vw,65px);letter-spacing:-3px;line-height:1.06;margin:25px 0 20px}h1 em{color:var(--orange);font-style:normal}p{color:#676962}h1+p{margin-bottom:25px}.primary{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;background:var(--orange);color:white;padding:15px 22px;border-radius:9px;font-weight:bold}.primary:hover{background:#d93912}.hero-notes{display:flex;gap:16px;margin-top:28px;font-size:12px;color:#62655b}.hero-notes span:before{content:'✓';margin-right:5px}.hero-image{position:relative;background:#272521;min-height:350px}.hero-image img{width:100%;height:100%;object-fit:cover;position:absolute}.round-stamp{position:absolute;top:23px;right:23px;background:#dfff71;width:118px;height:118px;border-radius:50%;display:flex;flex-direction:column;justify-content:center;text-align:center;font-size:9px;font-weight:bold;line-height:1.2;transform:rotate(12deg)}.round-stamp b{font-size:23px}.image-caption{position:absolute;bottom:15px;left:20px;color:white;background:#0008;padding:4px 9px;border-radius:5px;font-size:11px}.menu{padding:60px 0}.section-title{display:flex;align-items:end;justify-content:space-between;gap:15px}h2{font-size:36px;line-height:1.12;letter-spacing:-1.3px;margin:12px 0 0}.subtle{font-size:14px;color:#77796f}.filters{display:flex;gap:10px;margin:26px 0}.filters button{padding:10px 20px;background:#eeeee8;border-radius:30px;font-size:14px;white-space:nowrap}.filters .active{background:var(--ink);color:white}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product{background:white;border:1px solid var(--line);border-radius:15px;overflow:hidden;display:flex;flex-direction:column}.product-image{height:175px;position:relative;overflow:hidden;background:#e8e4da}.product-image img{height:100%;width:100%;object-fit:cover;transition:transform .3s}.product:hover img{transform:scale(1.05)}.tag{position:absolute;top:12px;left:12px;background:white;padding:4px 9px;border-radius:5px;font-size:11px;font-weight:bold}.product-body{padding:19px;display:flex;flex-direction:column;flex:1}.product h3{font-size:19px;letter-spacing:-.5px;margin:0 0 9px}.product p{font-size:13px;line-height:1.6;margin:0 0 18px}.product-bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;font-size:19px;font-weight:bold}.add{background:#ffebe5;color:#ce3511;padding:9px 13px;font-size:13px;border-radius:7px;font-weight:bold}.add:hover{background:var(--orange);color:white}.halves{background:#dcf58e;border-radius:20px;padding:42px 48px;display:grid;grid-template-columns:1.1fr 1fr;gap:50px;align-items:center}.halves h2{font-size:44px}.halves p{color:#4a5536}.half-picker{background:#ffffffaa;border-radius:15px;padding:24px}.half-label{font-size:12px;font-weight:bold;letter-spacing:2px;margin-bottom:12px}label{display:block;font-size:13px;font-weight:bold;margin:12px 0}select,input,textarea{width:100%;padding:12px;border:1px solid #d6d9cb;background:white;border-radius:7px;margin-top:5px;color:var(--ink)}.dark{background:var(--ink);color:white;border-radius:8px;padding:14px;width:100%;display:flex;justify-content:space-between;margin:17px 0 8px}.half-picker small{font-size:11px;color:#596349}.delivery{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:70px 20px}.delivery a{font-size:24px;font-weight:bold}.steps article{display:flex;gap:24px;padding:18px 0;border-bottom:1px solid var(--line)}.steps article>span{color:var(--orange);font-size:14px;padding-top:4px}.steps h3{margin:0;font-size:18px}.steps p{margin:5px 0 0;font-size:14px}footer{background:var(--ink);color:white;padding:40px 7%;display:flex;align-items:center;gap:35px;flex-wrap:wrap}footer p{color:#ccc;font-size:14px}footer>a:not(.logo){margin-left:auto;font-size:14px}footer small{width:100%;color:#aaa;font-size:12px}.mobile-cart{display:none}dialog{border:0;border-radius:18px;width:480px;max-width:calc(100% - 24px);max-height:90dvh;padding:25px;color:var(--ink)}dialog::backdrop{background:#17191499;backdrop-filter:blur(3px)}.dialog-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.dialog-head h2{margin:0;font-size:28px}.dialog-head button{background:#eee;border-radius:50%;width:36px;height:36px}.cart-line{display:flex;gap:10px;align-items:center;padding:17px 0;border-bottom:1px solid var(--line)}.cart-line>div:first-child{flex:1}.cart-line strong{display:block;font-size:15px}.cart-line small{color:#777}.quantity{display:flex;align-items:center;gap:10px}.quantity button{background:#eee;border-radius:6px;width:30px;height:30px}.total{display:flex;justify-content:space-between;font-size:22px;margin-top:20px}.full{width:100%}.demo-note{font-size:13px;background:#fff0e7;padding:12px;border-radius:8px}.success-mark{display:block;font-size:40px;color:var(--orange)}#success{text-align:center;padding:25px 0}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%) translateY(100px);transition:.2s;background:var(--ink);color:white;padding:12px 22px;border-radius:12px;z-index:5;white-space:nowrap;font-size:14px}#toast.show{transform:translateX(-50%) translateY(0)}[hidden]{display:none!important}@media(min-width:1500px){.hero{min-height:480px}}@media(max-width:1050px){header{gap:20px}nav{display:none}.products{grid-template-columns:repeat(3,1fr)}.hero-copy{padding:35px 25px}.hero-notes{flex-direction:column;gap:4px}.halves{gap:25px;padding:30px}.halves h2{font-size:37px}}@media(max-width:700px){header{padding:22px 5%;gap:15px}.logo{font-size:32px}.city{font-size:13px;padding-left:15px}.phone{font-size:0}.phone small{font-size:12px;color:var(--orange)}.cart-button{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:30px 25px}h1{font-size:44px;letter-spacing:-2px;margin:17px 0}.hero-copy p{font-size:14px}.hero-notes{flex-direction:row;gap:12px;font-size:10px;margin-top:19px}.hero-image{min-height:235px}.round-stamp{width:92px;height:92px;font-size:8px}.round-stamp b{font-size:20px}.menu{padding:36px 0}.section-title>.subtle{display:none}h2{font-size:29px}.filters{overflow:auto;gap:6px;margin:20px 0}.filters button{padding:9px 15px;font-size:13px}.products{grid-template-columns:repeat(2,1fr);gap:12px}.product-image{height:140px}.product-body{padding:13px}.product h3{font-size:16px}.product p{font-size:12px}.product-bottom{font-size:17px;flex-wrap:wrap;gap:10px}.add{font-size:12px;padding:8px 10px}.halves{grid-template-columns:1fr;padding:25px;gap:15px}.halves h2{font-size:34px}.halves p{font-size:14px}.half-picker{padding:18px}.delivery{grid-template-columns:1fr;padding:45px 5px;gap:20px}.delivery h2 br{display:none}.delivery a{font-size:22px}footer{padding-bottom:105px;gap:20px}footer>a:not(.logo){margin-left:0}footer p{width:60%}.mobile-cart{position:fixed;bottom:16px;left:5%;width:90%;background:var(--orange);color:white;display:flex;justify-content:space-between;padding:16px 20px;border-radius:12px;z-index:3;box-shadow:0 8px 25px #9f24043b;font-weight:bold}#toast{bottom:85px}.demo{font-size:10px}.eyebrow{font-size:10px}.image-caption{font-size:10px}}

/* Consistent product photography */
.product-image{height:auto;aspect-ratio:1;background:#f3f2ed}.product-image img{display:block;object-fit:contain}.hero-image img{object-position:50% 62%}.half-photos{display:flex;gap:14px;margin-top:24px}.half-photos figure{margin:0;flex:1;min-width:0}.half-photos img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px;display:block}.half-photos figcaption{font-size:12px;margin-top:7px;color:#475335}.half-picker{align-self:center}@media(max-width:700px){.hero-image{min-height:310px}.hero-image img{object-position:50% 67%}.half-photos{gap:10px}}

/* Reviews from Yandex Maps */
.reviews{padding:70px 0 15px}.reviews-link{color:var(--orange);font-size:14px;font-weight:bold}.reviews-layout{display:grid;grid-template-columns:240px 1fr;gap:22px;margin-top:28px}.rating-card{background:var(--ink);color:white;border-radius:16px;padding:25px;display:flex;flex-direction:column;justify-content:center}.rating-card>strong{font-size:58px;line-height:1;letter-spacing:-3px}.rating-card .stars{color:#ffd84a;letter-spacing:3px;margin-top:13px}.rating-card p{color:white;margin:7px 0}.rating-card small{color:#bfc0b8;font-size:12px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.review-grid article{background:white;border:1px solid var(--line);border-radius:16px;padding:20px;display:flex;flex-direction:column}.review-meta{display:flex;justify-content:space-between;gap:10px;font-size:13px}.review-meta span{color:#85877e;font-size:12px;white-space:nowrap}.review-grid blockquote{margin:22px 0;color:#3b3d37;font-size:16px;line-height:1.55;flex:1}.review-grid a{font-size:12px;color:var(--orange);font-weight:bold}@media(max-width:1050px){.reviews-layout{grid-template-columns:1fr}.review-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.reviews{padding:46px 0 0}.reviews .section-title{align-items:flex-start;flex-direction:column}.reviews-layout{margin-top:20px}.rating-card>strong{font-size:50px}.review-grid{grid-template-columns:1fr}.review-grid article{padding:18px}}

/* Promotions and loyalty */
.promotions{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:16px;margin-top:28px}.promotions article{border:1px solid var(--line);background:#fff;border-radius:16px;padding:24px}.promotions .daily-deal{background:var(--ink);color:#fff}.daily-deal .eyebrow{color:#dfff71}.daily-deal h2{margin-bottom:10px}.daily-deal p{color:#d2d3cd}.promo-icon{display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:#dfff71;font-weight:950;font-size:18px}.promotions h3{font-size:20px;margin:18px 0 8px}.promotions article>p{font-size:14px;margin-bottom:0}.sale-product{border-color:#f14a1f;box-shadow:0 8px 28px #f14a1f18}.sale-tag{background:#dfff71;color:#20231b}.product-bottom s{font-size:13px;color:#8a8c84;font-weight:normal}.product-bottom b{color:var(--orange)}.cart-discount{display:flex;justify-content:space-between;color:#17743b;font-size:14px;margin-top:8px}.final-total{border-top:1px solid var(--line);padding-top:12px;margin-top:12px}.delivery-note{font-size:13px;background:#f1f0eb;padding:10px 12px;border-radius:8px}.delivery-note.is-free{background:#e4f7e7;color:#17652f}.success-info{font-size:14px;background:#f1f0eb;padding:12px;border-radius:9px;margin:10px 0;text-align:left}
@media(max-width:900px){.promotions{grid-template-columns:1fr 1fr}.promotions .daily-deal{grid-column:1/-1}}@media(max-width:700px){.promotions{grid-template-columns:1fr;margin-top:18px}.promotions .daily-deal{grid-column:auto}.promotions article{padding:20px}}

/* Toast stays fully hidden until a message is shown */
#toast{opacity:0;visibility:hidden;pointer-events:none;transition:transform .2s,opacity .2s,visibility 0s .2s}
#toast.show{opacity:1;visibility:visible;transition-delay:0s}

/* Red + black pizzeria direction */
:root{
  --orange:#dc1f2e;
  --red:#dc1f2e;
  --ink:#181817;
  --paper:#fbf4e8;
  --cream:#f1e1cc;
  --yellow:#f2c94c;
  --line:#d7c6b4;
}
body{background:var(--paper)}
.demo{background:var(--red);color:#fff;font-weight:700}
header{background:var(--paper)}
.logo{color:var(--ink)}
.logo::first-letter{color:var(--red)}
.city{border-color:var(--line)}
.city small,.phone small{color:#776d63}
nav a{font-weight:700}
nav a:hover,.phone:hover{color:var(--red)}
.cart-button{background:var(--ink);border-radius:999px}
.cart-button:hover{background:var(--red)}
main{padding-top:18px}
.hero{background:var(--ink);color:#fff;border:2px solid var(--ink);box-shadow:0 20px 55px #3b211a1f}
.hero-copy{display:flex;flex-direction:column;justify-content:center}
.hero .eyebrow{color:var(--yellow)}
.hero h1{color:#fff}
.hero h1 em{color:#ff3947}
.hero-copy p{color:#d9d2c8}
.hero-notes{color:#f5eee4}
.hero-notes span:before{color:var(--yellow)}
.primary{background:var(--red);border-radius:999px;box-shadow:0 10px 28px #dc1f2e42}
.primary:hover{background:#b91421;transform:translateY(-1px)}
.round-stamp{background:var(--yellow);color:var(--ink);box-shadow:0 8px 24px #0003}
.image-caption{background:#181817d9}
.promotions article{background:#fffaf2;border-color:var(--line);box-shadow:0 10px 28px #5a34220d}
.promotions .daily-deal{background:var(--red);border-color:var(--red);color:#fff}
.daily-deal .eyebrow{color:var(--yellow)}
.daily-deal p{color:#ffe9e6}
.daily-deal .primary{background:var(--ink);box-shadow:none}
.daily-deal .primary:hover{background:#353532}
.promo-icon{background:var(--yellow);color:var(--ink)}
.filters button{background:#efe2d1;color:#5e5044;border:1px solid transparent}
.filters button:hover{border-color:var(--red);color:var(--red)}
.filters .active{background:var(--ink);color:#fff;border-color:var(--ink)}
.product{background:#fffaf2;border-color:var(--line);box-shadow:0 8px 24px #5a34220d;transition:transform .2s,box-shadow .2s,border-color .2s}
.product:hover{transform:translateY(-4px);box-shadow:0 16px 36px #3e20191c;border-color:#bda791}
.product-image{background:#efe5d7}
.tag{background:#fffaf2;color:var(--ink);box-shadow:0 3px 12px #0001}
.sale-product{border:2px solid var(--red);box-shadow:0 12px 32px #dc1f2e1c}
.sale-tag{background:var(--yellow);color:var(--ink)}
.add{background:#f8dedb;color:#a9101d;border-radius:999px}
.add:hover{background:var(--red);color:#fff}
.product-bottom b{color:var(--red)}
.halves{background:var(--ink);color:#fff;box-shadow:inset 0 0 0 2px #272724}
.halves p{color:#d7cfc4}
.half-photos figcaption{color:#e6ded4}
.half-picker{background:#fffaf2;color:var(--ink);box-shadow:12px 12px 0 var(--red)}
.half-picker small{color:#75695d}
select,input,textarea{background:#fffdf8;border-color:#cdbca9}
select:focus,input:focus,textarea:focus{outline:3px solid #dc1f2e2e;border-color:var(--red)}
.dark{background:var(--red);border-radius:999px}
.reviews-link{color:var(--red)}
.rating-card{background:var(--red)}
.rating-card small{color:#ffe4df}
.rating-card .stars{color:var(--yellow)}
.review-grid article{background:#fffaf2;border-color:var(--line)}
.review-grid a{color:var(--red)}
.steps article{border-color:var(--line)}
.steps article>span{color:var(--red);font-weight:900}
footer{background:var(--ink);border-top:7px solid var(--red)}
dialog{background:#fffaf2;border:1px solid var(--line)}
.dialog-head button,.quantity button{background:#eadfce}
.demo-note{background:#f8dedb}
.delivery-note,.success-info{background:#efe2d1}
.delivery-note.is-free{background:#e1edd8;color:#27582e}
.success-mark{color:var(--red)}
#toast{background:var(--ink);border:1px solid #ffffff2b}
.mobile-cart{background:var(--red);box-shadow:0 10px 30px #7c071a4d}
button:focus-visible,a:focus-visible{outline-color:var(--yellow)}
@media(max-width:700px){
  main{padding-top:7px}
  .hero{border-radius:18px}
  .hero-copy{padding:32px 25px 30px}
  .hero h1{font-size:43px}
  .hero-image{border-top:2px solid #ffffff1f}
  .promotions article,.product,.review-grid article{background:#fffaf2}
  .half-picker{box-shadow:7px 7px 0 var(--red)}
}

/* Referral promotion */
.promotions{grid-template-columns:1.35fr repeat(3,1fr)}
.referral-promo{background:var(--ink)!important;color:#fff}
.referral-promo p{color:#d9d2c8}
.referral-promo a{display:inline-block;margin-top:15px;color:var(--yellow);font-size:14px;font-weight:800}
.referral-promo a:hover{color:#fff}
#referral-label{background:#f8dedb;border:1px solid #edbbb7;border-radius:10px;padding:10px 12px;color:#8e1520}
#referral-label input{background:#fff8f3}
#referral-label small{display:block;margin-top:6px;color:#755d58;font-weight:normal}
@media(max-width:1100px){.promotions{grid-template-columns:repeat(2,1fr)}.promotions .daily-deal{grid-column:1/-1}}
@media(max-width:700px){.promotions{grid-template-columns:1fr}.promotions .daily-deal{grid-column:auto}}
