.restaurant-landing{--orange:#d96e3d;--orange-dark:#c35e2d;--green:#4a5a3a;--green-mid:#667a4f;--cream:#f8f6f1;--ink:#020101;--muted:#6e6a64;background:#fdfdfd;color:var(--ink);font-family:"Manrope",sans-serif}.restaurant-landing *{box-sizing:border-box}.restaurant-wrap{width:90%;max-width:1536px;margin-inline:auto}.restaurant-section{padding-block:clamp(56px,6vw,88px)}.restaurant-section--cream{background:var(--cream)}.restaurant-kicker{display:block;margin-bottom:14px;color:var(--orange);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.restaurant-kicker--pill{display:inline-block;padding:6px 15px;border-radius:30px;background:var(--orange);color:#fff}.restaurant-landing h1,.restaurant-landing h2,.restaurant-landing h3{margin-top:0;font-family:"Playfair Display",serif}.restaurant-landing h2{margin-bottom:24px;font-size:clamp(30px,3vw,44px);font-weight:600;line-height:1.22}.restaurant-landing h2 span{color:var(--green)}.restaurant-landing p{color:var(--muted);font-size:17px;line-height:1.75}.restaurant-hero{position:relative;display:flex;min-height:680px;align-items:flex-end;background-color:#242a1e;background-position:center;background-size:cover}.restaurant-hero:before{position:absolute;inset:0;background:linear-gradient(90deg,rgb(2 1 1 / .83) 0%,rgb(2 1 1 / .62) 45%,rgb(2 1 1 / .12) 100%);content:""}.restaurant-hero__inner{position:relative;z-index:1;padding-block:46px 80px}.restaurant-breadcrumb{display:flex;gap:9px;margin-bottom:24px;color:rgb(255 255 255 / .7);font-size:13px}.restaurant-breadcrumb a{color:rgb(255 255 255 / .65);text-decoration:none}.restaurant-hero__content{max-width:760px}.restaurant-hero h1{margin:18px 0 22px;color:#fff;font-size:clamp(38px,4.5vw,62px);font-weight:600;line-height:1.12}.restaurant-hero h1 em{color:var(--orange)}.restaurant-hero p{max-width:650px;margin:0 0 34px;color:rgb(255 255 255 / .84);font-size:18px}.restaurant-actions{display:flex;flex-wrap:wrap;gap:14px}.restaurant-btn{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:12px 29px;border:2px solid #fff0;border-radius:32px;font-size:14px;font-weight:800;letter-spacing:.055em;line-height:1.2;text-align:center;text-decoration:none;text-transform:uppercase;transition:.2s}.restaurant-btn--orange{border-color:var(--orange);background:var(--orange);color:#fff}.restaurant-btn--orange:hover{border-color:var(--orange-dark);background:var(--orange-dark);color:#fff}.restaurant-btn--light{border-color:rgb(255 255 255 / .8);color:#fff}.restaurant-btn--light:hover{background:#fff;color:var(--ink)}.restaurant-btn--green{border-color:var(--green);color:var(--green)}.restaurant-btn--green:hover{background:var(--green);color:#fff}.restaurant-btn--small{min-height:43px;padding:9px 18px;font-size:12px}.restaurant-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);gap:clamp(42px,6vw,88px);align-items:center}.restaurant-split p{margin:0 0 18px}.restaurant-split .restaurant-btn{margin-top:12px}.restaurant-split figure{margin:0;overflow:hidden;border-radius:18px;box-shadow:0 20px 55px rgb(2 1 1 / .12)}.restaurant-split img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.restaurant-heading{max-width:720px;margin:0 auto 48px;text-align:center}.restaurant-heading h2{margin-bottom:14px}.restaurant-heading h2 span{color:var(--orange)}.restaurant-heading p{margin:0}.restaurant-products{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-bottom:44px}.restaurant-product{overflow:hidden;border-radius:17px;background:#fff;box-shadow:0 10px 30px rgb(2 1 1 / .09);transition:.22s}.restaurant-product:hover{transform:translateY(-5px);box-shadow:0 18px 44px rgb(2 1 1 / .13)}.restaurant-product>img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.restaurant-product__body{display:flex;padding:26px;flex-direction:column;align-items:stretch;gap:10px}.restaurant-product h3{min-height:52px;margin:0 0 9px;font-size:22px;line-height:1.25}.restaurant-center{text-align:center}.restaurant-benefits{background:var(--green-mid)}.restaurant-heading--light h2{color:#fff}.restaurant-heading--light .restaurant-kicker{color:rgb(255 255 255 / .65)}.restaurant-benefits__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.restaurant-benefits__grid article{display:flex;min-height:124px;padding:27px 23px;align-items:flex-start;gap:17px;border:1px solid rgb(255 255 255 / .14);border-radius:16px;background:rgb(255 255 255 / .08)}.restaurant-benefits__grid p{margin:7px 0 0;color:#fff;font-size:16px;font-weight:600;line-height:1.5}.restaurant-benefit-icon{display:grid;width:48px;height:48px;flex:0 0 48px;place-items:center;border-radius:12px;background:rgb(217 110 61 / .22);color:#ff9a6b;font-size:24px;font-weight:700}.restaurant-copy{width:90%;max-width:880px;margin:auto;text-align:center}.restaurant-copy p{text-align:left}.restaurant-copy .restaurant-btn{margin-top:16px}.restaurant-faq{display:grid;max-width:820px;margin:auto;gap:13px}.restaurant-faq details{overflow:hidden;border:1.5px solid #e5e3dd;border-radius:13px;background:#fff}.restaurant-faq details[open]{border-color:var(--orange);background:rgb(217 110 61 / .04)}.restaurant-faq summary{display:flex;padding:21px 24px;align-items:center;justify-content:space-between;gap:18px;cursor:pointer;font-size:16px;font-weight:700;list-style:none}.restaurant-faq summary::-webkit-details-marker{display:none}.restaurant-faq summary span{color:var(--orange);font-size:25px;transition:.2s}.restaurant-faq details[open] summary{color:var(--orange)}.restaurant-faq details[open] summary span{transform:rotate(45deg)}.restaurant-faq details p{margin:0;padding:0 24px 22px;font-size:16px}.restaurant-cta{padding-block:58px;background:#3a4630}.restaurant-cta>.restaurant-wrap{display:flex;align-items:center;justify-content:space-between;gap:40px}.restaurant-cta h2{margin:0 0 10px;color:#fff;font-size:clamp(29px,3vw,40px)}.restaurant-cta p{max-width:660px;margin:0;color:rgb(255 255 255 / .7)}@media(max-width:900px){.restaurant-hero{min-height:650px;background-position:62% center}.restaurant-hero:before{background:linear-gradient(90deg,rgb(2 1 1 / .82),rgb(2 1 1 / .47))}.restaurant-split{grid-template-columns:1fr}.restaurant-split figure{grid-row:1}.restaurant-products{grid-template-columns:repeat(2,1fr)}.restaurant-benefits__grid{grid-template-columns:repeat(2,1fr)}.restaurant-cta>.restaurant-wrap{align-items:flex-start;flex-direction:column}}@media(max-width:620px){.restaurant-wrap,.restaurant-copy{width:88%}.restaurant-section{padding-block:52px}.restaurant-hero{min-height:620px}.restaurant-hero__inner{padding-block:34px 54px}.restaurant-hero h1{font-size:38px}.restaurant-hero p{font-size:16px;line-height:1.65}.restaurant-actions{align-items:stretch;flex-direction:column}.restaurant-actions .restaurant-btn{width:100%}.restaurant-products,.restaurant-benefits__grid{grid-template-columns:1fr}.restaurant-heading{margin-bottom:34px}.restaurant-product h3{min-height:0}.restaurant-btn{white-space:normal}.restaurant-copy{text-align:left}.restaurant-copy h2,.restaurant-copy .restaurant-kicker{text-align:center}.restaurant-copy .restaurant-btn{display:flex;margin:26px auto 0}.restaurant-cta .restaurant-actions{width:100%}}.pizzeria-hero h1 em{color:#d96e3d}.pizzeria-products{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-bottom:44px}.pizzeria-product__image{display:block;overflow:hidden;background:#f3f0ea}.pizzeria-product__image img{display:block;width:100%;aspect-ratio:4/3;object-fit:contain;padding:18px;transition:transform .3s}.pizzeria-product__image:hover img{transform:scale(1.04)}.pizzeria-operations{background:#f8f6f1}.pizzeria-operations__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.pizzeria-operations__grid article{display:flex;min-height:205px;padding:30px 22px;flex-direction:column;align-items:center;justify-content:center;gap:22px;border:1px solid #e5e3dd;border-radius:18px;background:#fff;text-align:center;box-shadow:0 8px 24px rgb(2 1 1 / .05)}.pizzeria-operations__grid article>span{display:grid;width:72px;height:72px;place-items:center;border-radius:50%;background:rgb(217 110 61 / .12);color:#d96e3d}.pizzeria-operations__grid svg{width:38px;height:38px}.pizzeria-operations__grid h3{margin:0;color:#4a5a3a;font-size:20px;line-height:1.3}@media(max-width:900px){.pizzeria-products{grid-template-columns:repeat(2,1fr)}.pizzeria-operations__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.pizzeria-products,.pizzeria-operations__grid{grid-template-columns:1fr}.pizzeria-product__image img{padding:12px}.pizzeria-operations__grid article{min-height:170px}}.pizzeria-product__image{background:#fff}.pizzeria-product__image img{object-fit:cover;padding:0}@media(max-width:620px){.pizzeria-product__image img{padding:0}}.coffee-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.coffee-product__image{display:block;height:330px;overflow:hidden}.coffee-product__image img{width:100%;height:100%;object-fit:cover;display:block}.coffee-clients{background:#f7f4ee}.coffee-clients__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:42px 0}.coffee-clients__grid article{text-align:center;background:#fff;border-radius:18px;padding:34px 22px;box-shadow:0 12px 30px rgb(26 31 24 / .07)}.coffee-clients__grid span{display:grid;place-items:center;width:66px;height:66px;margin:0 auto 18px;border-radius:50%;background:#f4e9df;color:#dd6b39}.coffee-clients__grid svg{width:34px;height:34px}.coffee-clients__grid h3{margin:0;color:#33462b;font-family:var(--agraba-font-heading);font-size:24px}@media(max-width:800px){.coffee-products,.coffee-clients__grid{grid-template-columns:1fr}.coffee-product__image{height:300px}}