@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600;1,700&display=swap');
:root{--navy:#20165b;--pink:#c52668;--yellow:#ffb631;--cream:#fff9ec;--green:#16583c;--font: 'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--cream);color:var(--navy);font-family:var(--font);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--pink);outline-offset:4px}.skip{position:fixed;top:-80px;left:20px;background:white;padding:10px;z-index:10}.skip:focus{top:10px}.announcement{background:var(--navy);color:var(--cream);text-align:center;padding:8px 16px;font-size:12px;font-weight:700;letter-spacing:2px}.announcement span{color:var(--yellow);margin:0 20px}header{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:auto;padding:18px 5%;gap:24px;border-bottom:1px solid #20165b20}.brand{display:flex;align-items:center;gap:12px;line-height:1.1}.brand img{width:62px;height:62px;border-radius:50%}.brand span{font-weight:800;font-size:25px;letter-spacing:-1px}.brand small{display:block;font-size:10px;letter-spacing:1.8px;margin-top:7px}nav{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:700}nav>a{padding:12px 0}nav>a:hover,.text-link:hover{color:var(--pink)}.nav-order{border:1px solid var(--navy);padding:9px 16px;border-radius:5px}.nav-order b{background:var(--navy);color:white;margin-left:12px;padding:3px 7px;border-radius:50%;font-size:12px}.hero{max-width:1400px;margin:auto;display:grid;grid-template-columns:1.04fr 1fr;min-height:565px;padding:42px 5% 52px;gap:55px;align-items:center}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:800;margin:0 0 17px}.hero h1{font-family:'Playfair Display',Georgia,serif;font-weight:800;font-size:clamp(46px,5.2vw,76px);line-height:1.08;letter-spacing:-2px;margin:0 0 24px}em{color:var(--pink);font-weight:600}.intro{color:#524c61;margin-bottom:28px;font-size:17px}.button{display:inline-flex;justify-content:center;align-items:center;gap:30px;padding:15px 23px;border:0;border-radius:5px;font-weight:700;font-size:15px;transition:transform .2s,background .2s;cursor:pointer}.button:hover{transform:translateY(-2px)}.pink{background:var(--pink);color:white}.hero-location{font-size:12px;margin-top:25px}.hero-photo{position:relative;height:450px;border-radius:160px 160px 10px 10px;background:var(--yellow);isolation:isolate;box-shadow:12px 12px 0 var(--yellow)}.hero-photo>img{width:100%;height:100%;object-fit:cover;object-position:50% 76%;border-radius:inherit}.hero-photo:after{content:'';position:absolute;inset:65% 0 0;background:linear-gradient(transparent,#181025a6);border-radius:0 0 10px 10px;z-index:0}.photo-label{position:absolute;left:25px;bottom:22px;color:white;font-size:12px;z-index:1}.photo-label strong{display:block;font-family:'Playfair Display',Georgia,serif;font-size:28px}.price-stamp{position:absolute;right:-20px;top:20px;background:var(--yellow);width:125px;height:125px;border:2px dashed var(--navy);outline:7px solid var(--yellow);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(10deg)}.price-stamp strong{font-size:36px;line-height:1.2}.price-stamp small{font-size:10px;letter-spacing:1px;font-weight:bold}.ribbon{background:var(--yellow);display:flex;justify-content:space-around;align-items:center;gap:20px;overflow:hidden;white-space:nowrap;padding:15px;font-size:13px;font-weight:800;letter-spacing:2px;border-top:1px solid var(--navy);border-bottom:1px solid var(--navy)}.ribbon span{color:var(--pink);font-size:22px}.menu-section{max-width:1400px;margin:auto;padding:75px 5%}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:25px}h2{font-family:'Playfair Display',Georgia,serif;font-size:clamp(34px,3.5vw,49px);line-height:1.15;letter-spacing:-1px;margin:0 0 17px}.section-heading p:not(.eyebrow){color:#61586a;margin-bottom:0}.text-link{font-size:14px;font-weight:700;border-bottom:1px solid;padding:8px 0}.menu-note{display:flex;align-items:center;gap:15px;background:#ffb63125;border:1px solid #ffb63190;border-radius:5px;padding:12px 18px;margin:28px 0}.menu-note>span{font-size:30px;color:var(--pink)}.menu-note p{margin:0;font-size:14px}.ordering-layout{display:grid;grid-template-columns:minmax(0,1fr) 315px;gap:28px;align-items:start}.food-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.food-card{background:#fff;border:1px solid #20165b25;border-radius:9px;overflow:hidden}.food-card>img{width:100%;height:215px;display:block;object-fit:cover;object-position:center 72%}.food-card .no-photo{height:215px;background:var(--navy);color:var(--yellow);display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',Georgia,serif;font-size:32px;text-align:center;line-height:1.2;padding:30px}.card-body{padding:18px}.card-body h3{font-size:19px;line-height:1.3;margin:0 0 8px}.card-body>p{margin:0 0 18px;color:#6a6271;font-size:14px}.card-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px}.card-bottom strong{font-size:18px}.add{background:var(--cream);border:1px solid var(--pink);color:var(--pink);border-radius:5px;min-height:44px;padding:7px 12px;font-size:14px;font-weight:700;cursor:pointer}.add:hover{background:var(--pink);color:white}.order-panel{position:sticky;top:20px;background:var(--navy);color:var(--cream);padding:24px;border-radius:9px;scroll-margin-top:20px}.order-panel .eyebrow{color:var(--yellow);font-size:10px;letter-spacing:1.4px}.order-panel h3{font-family:'Playfair Display',Georgia,serif;font-size:30px;margin:0 0 20px;display:flex;justify-content:space-between}.order-panel h3 span{color:var(--yellow)}.empty{border-top:1px solid #ffffff30;border-bottom:1px solid #ffffff30;padding:25px 0;color:#e0dbe9;font-size:14px}.order-row{border-bottom:1px solid #ffffff30;padding:12px 0}.order-row>span{font-size:14px}.row-controls{display:flex;align-items:center;gap:12px;margin-top:8px}.row-controls button{background:transparent;color:white;border:1px solid #ffffff70;border-radius:4px;width:34px;min-height:36px;cursor:pointer}.row-controls small{margin-left:auto;font-size:13px}.total{display:flex;justify-content:space-between;gap:8px;margin:22px 0;font-size:14px}.total strong{color:var(--yellow);font-size:19px}.order-panel label{font-size:13px;display:block;margin:15px 0 5px}.order-panel label span{color:#c3bdd6;font-size:12px}.order-panel input,.order-panel textarea{width:100%;border:1px solid #ffffff50;border-radius:4px;background:#ffffff0c;color:white;padding:10px;font-size:14px;resize:vertical}.order-panel input::placeholder,.order-panel textarea::placeholder{color:#c3bdd6}.green{background:#e6f3ad;color:#17472f;width:100%;margin-top:18px;gap:8px;font-size:14px}.fine{font-size:12px;color:#cdc6de;line-height:1.6;margin-bottom:0}.specials{background:var(--pink);color:white;padding:65px max(5%,calc((100vw - 1260px)/2));display:grid;grid-template-columns:1fr 1.7fr;gap:50px;align-items:center}.specials-heading>p:not(.eyebrow){font-size:15px;color:#ffe1ed}.specials .eyebrow{font-size:10px;color:#ffdc90}.outline{border:1px solid white;margin-top:12px;font-size:14px;padding:12px 16px;gap:12px}.special-photos{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.special-photos figure{margin:0}.special-photos figure:nth-child(2){padding-top:38px}.special-photos img{width:100%;height:230px;object-fit:cover;object-position:center 70%;border-radius:90px 90px 7px 7px}.special-photos figcaption{font-size:13px;line-height:1.4;margin-top:12px;font-weight:600}.location{max-width:1260px;margin:auto;padding:75px 5%;display:grid;grid-template-columns:1fr 1fr;gap:40px}.location-details h3{margin:0;font-size:21px}.location-details p{color:#61586a}.phone{font-size:30px;font-weight:700;letter-spacing:-1px}.location-links{display:flex;flex-direction:column;align-items:flex-start;gap:12px;font-size:14px;font-weight:700;margin-top:22px}.location-links a{border-bottom:1px solid #20165b40}.location-links a:hover{color:var(--pink)}footer{background:var(--navy);color:var(--cream);padding:30px 5%;display:flex;justify-content:space-between;align-items:center;gap:25px}footer p{font-size:14px}footer>small{font-size:12px;color:#c7c1d6}.mobile-order{display:none}@media(min-width:1500px){.hero-photo{height:480px}}@media(max-width:1050px){.hero{gap:30px}.hero-photo{height:420px}.ordering-layout{grid-template-columns:minmax(0,1fr) 290px;gap:20px}.card-body{padding:14px}.food-grid{gap:16px}.food-card>img,.food-card .no-photo{height:180px}.specials{gap:25px}.special-photos{gap:10px}.special-photos img{height:200px}}@media(max-width:760px){html{scroll-padding-top:20px}.announcement{font-size:9px;letter-spacing:1.2px}.announcement span{margin:0 8px}header{padding:15px 5%;gap:12px}.brand img{width:46px;height:46px}.brand span{font-size:20px}.brand small{font-size:8px}nav{gap:15px;font-size:12px}nav>a:nth-child(2){display:none}.nav-order{padding:8px}.nav-order b{margin-left:3px}.hero{grid-template-columns:1fr;padding-top:30px;padding-bottom:38px;gap:26px}.hero-copy{text-align:center}.hero h1{font-size:53px}.hero .eyebrow{font-size:10px}.intro{font-size:15px}.hero-location{font-size:11px;margin-top:20px}.hero-photo{height:340px;max-width:470px;width:94%;margin:0 auto;border-radius:110px 110px 9px 9px;box-shadow:8px 8px 0 var(--yellow)}.price-stamp{width:102px;height:102px;right:-6px;top:12px}.price-stamp strong{font-size:30px}.price-stamp small{font-size:8px}.ribbon{justify-content:flex-start;font-size:11px;padding:10px}.menu-section{padding:45px 5%}.section-heading{align-items:flex-start;flex-direction:column;gap:10px}.section-heading .eyebrow{font-size:10px}.section-heading h2{font-size:38px}.section-heading p:not(.eyebrow){font-size:15px}.menu-note{margin-top:22px}.menu-note p{font-size:13px}.ordering-layout{grid-template-columns:1fr}.food-grid{gap:14px}.food-card>img,.food-card .no-photo{height:175px}.food-card .no-photo{font-size:25px}.card-body h3{font-size:17px;min-height:44px}.card-body>p{font-size:12px}.card-bottom{flex-wrap:wrap}.card-bottom strong{font-size:17px}.add{width:100%}.order-panel{position:static;margin-top:15px;padding:24px}.row-controls button{width:44px;height:44px}.specials{grid-template-columns:1fr;padding:40px 5%;gap:30px}.specials h2{font-size:38px}.special-photos img{height:190px}.special-photos figcaption{font-size:12px}.location{grid-template-columns:1fr;padding:45px 5%;gap:15px}.location h2{font-size:38px}footer{flex-wrap:wrap;padding-bottom:100px}footer p{display:none}.mobile-order{display:flex;justify-content:space-between;position:fixed;bottom:14px;left:5%;width:90%;padding:14px 20px;background:var(--green);color:white;border:1px solid #ffffff70;border-radius:8px;font-size:15px;font-weight:700;box-shadow:0 4px 20px #0004;z-index:5}.mobile-order span{color:#e6f3ad}}@media(max-width:360px){.hero h1{font-size:45px}.food-grid{grid-template-columns:1fr}.card-body h3{min-height:0}nav>a:first-child{display:none}.special-photos{grid-template-columns:1fr}.special-photos figure:nth-child(2){padding-top:0}.special-photos img{height:260px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
