:root{--teal:#147d82;--teal-dark:#0b4f55;--orange:#ef8a2c;--orange-light:#ffb24e;--cream:#f8f0df;--paper:#fffaf0;--ink:#1c2929;--muted:#6d7975;--line:#dfe2d7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}.topbar{height:78px;padding:0 clamp(20px,5vw,80px);display:flex;align-items:center;justify-content:space-between;background:var(--paper);border-bottom:1px solid rgba(28,41,41,.08);position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.3rem;letter-spacing:.12em}.brand-mark{display:grid;place-items:center;width:34px;height:34px;background:var(--orange);color:var(--paper);border-radius:50%;font-family:Fraunces,serif;font-size:1.1rem;letter-spacing:0}.brand-dot{color:var(--orange)}.nav{display:flex;gap:34px;font-size:.9rem;font-weight:500}.nav a:hover,.text-link:hover,.footer-links a:hover{color:var(--orange)}.button{display:inline-flex;align-items:center;gap:18px;background:var(--orange);border:1px solid var(--orange);border-radius:999px;color:#fff;padding:15px 22px;font-weight:700;transition:.2s;box-shadow:0 8px 18px rgba(239,138,44,.18)}.button:hover{transform:translateY(-2px);background:#db741b}.button-small{padding:10px 18px;font-size:.87rem}.button-outline{background:transparent;color:var(--teal);border-color:var(--teal);box-shadow:none}.button-outline:hover{color:#fff;background:var(--teal)}.hero{background:var(--teal);min-height:620px;padding:90px clamp(20px,8vw,140px);color:var(--paper);display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.hero-copy{max-width:620px;align-self:center}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:700;color:var(--orange);margin:0 0 18px}.hero .eyebrow{color:var(--orange-light)}h1,h2{font-family:Fraunces,serif;line-height:1.02;letter-spacing:-.04em;margin:0}h1{font-size:clamp(3.6rem,7vw,6.8rem)}h1 em,h2 em{color:var(--orange-light);font-style:normal}h2{font-size:clamp(2.7rem,5vw,4.5rem)}.hero-intro{font-size:1.12rem;max-width:470px;color:#d8eeea;margin:26px 0 30px}.hero-actions{display:flex;align-items:center;gap:27px;flex-wrap:wrap}.text-link{font-weight:700;font-size:.9rem}.hero-note{display:flex;align-items:center;gap:10px;margin-top:50px;font-size:.86rem;color:#d8eeea}.hero-note strong{color:white}.pulse,.open-label i{width:9px;height:9px;background:#8be28d;border-radius:50%;display:inline-block;box-shadow:0 0 0 5px rgba(139,226,141,.17)}.hero-art{position:relative;min-height:430px}.sun{width:420px;height:420px;border:1px solid rgba(255,255,255,.2);border-radius:50%;position:absolute;top:0;left:50%;transform:translateX(-50%)}.shape{position:absolute;background:var(--orange);opacity:.94}.shape-one{width:180px;height:220px;right:4%;top:75px;border-radius:50% 50% 10px 10px;transform:rotate(18deg)}.shape-two{width:110px;height:110px;left:8%;bottom:42px;border-radius:50%;background:var(--orange-light)}.food-card{position:absolute;z-index:2;left:50%;top:54px;transform:translateX(-50%) rotate(-7deg);width:270px;height:360px;background:var(--cream);color:var(--teal-dark);padding:23px;box-shadow:18px 24px 0 rgba(6,52,55,.25)}.food-card-top{font-size:.72rem;letter-spacing:.15em;font-weight:700;text-align:center}.food-card-top span{color:var(--orange)}.plate{height:220px;margin:20px -5px;background:#f0d9af;border-radius:50%;position:relative;overflow:hidden}.rollo{position:absolute;width:170px;height:75px;background:linear-gradient(125deg,#f0a34d 0 20%,#cf722c 20% 32%,#f6bd68 32% 58%,#c66e2a 58% 72%,#f6b65b 72%);border-radius:50px;top:75px;left:47px;transform:rotate(-12deg);box-shadow:0 10px 0 rgba(124,70,32,.13)}.greens{position:absolute;width:75px;height:35px;background:#6d963e;left:102px;top:50px;border-radius:50% 0 50% 0;transform:rotate(20deg)}.sauce{position:absolute;width:42px;height:42px;border-radius:50%;background:var(--orange);right:26px;bottom:25px}.food-caption{font-size:.88rem;letter-spacing:.14em;text-align:center}.food-caption strong{font-size:1.4rem}.sticker{position:absolute;z-index:3;background:var(--orange);color:white;border-radius:50%;display:grid;place-items:center;text-align:center;font-size:.7rem;line-height:1.15;font-weight:500}.sticker strong{font-size:1rem}.sticker-one{width:88px;height:88px;left:8%;top:46px;transform:rotate(-10deg)}.sticker-two{width:100px;height:100px;right:3%;bottom:30px;transform:rotate(11deg);background:var(--cream);color:var(--teal-dark);font-weight:700}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);background:var(--orange);color:#fff;padding:22px clamp(20px,8vw,140px);gap:20px}.trust-strip div{display:flex;flex-direction:column;border-left:1px solid rgba(255,255,255,.35);padding-left:20px}.trust-strip strong{font-size:.95rem}.trust-strip span{font-size:.78rem;opacity:.82}.section{padding:105px clamp(20px,8vw,140px)}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end}.section-heading>p{max-width:280px;color:var(--muted);font-size:.92rem}.menu-tabs{display:flex;gap:9px;margin:47px 0 30px;flex-wrap:wrap}.tab{border:1px solid var(--line);background:transparent;border-radius:999px;padding:11px 19px;color:var(--muted);font:inherit;font-size:.85rem;cursor:pointer}.tab.active,.tab:hover{background:var(--teal);border-color:var(--teal);color:white}.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.menu-card{background:white;border:1px solid var(--line);padding:23px;min-height:160px;display:flex;flex-direction:column;justify-content:space-between}.menu-card:hover{border-color:var(--orange)}.menu-card .tag{font-size:.67rem;text-transform:uppercase;color:var(--teal);letter-spacing:.12em;font-weight:700}.menu-card h3{font-family:Fraunces,serif;font-size:1.45rem;margin:15px 0 5px}.menu-card p{font-size:.82rem;color:var(--muted);margin:0}.price{color:var(--orange);font-weight:700;margin-top:17px}.menu-footer{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:35px}.menu-footer p{font-size:.75rem;color:var(--muted)}.feature-section{background:var(--cream);padding:100px clamp(20px,8vw,140px);display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.feature-image{height:400px;background:var(--teal);position:relative;overflow:hidden}.feature-image:before,.feature-image:after{content:'';position:absolute;border:1px solid rgba(255,255,255,.25);border-radius:50%}.feature-image:before{width:340px;height:340px;left:-90px;top:-90px}.feature-image:after{width:260px;height:260px;right:-90px;bottom:-80px}.feature-circle{position:absolute;z-index:1;background:var(--orange);color:white;width:210px;height:210px;border-radius:50%;display:grid;place-items:center;text-align:center;font-family:Fraunces,serif;font-size:2.5rem;line-height:.9;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-10deg)}.feature-circle small{font:700 .65rem 'DM Sans',sans-serif;letter-spacing:.2em}.feature-line{position:absolute;width:150%;height:1px;background:rgba(255,255,255,.25);transform:rotate(-32deg);top:48%;left:-20%}.feature-copy>p:not(.eyebrow){max-width:480px;color:var(--muted);margin:26px 0}.mini-list{display:grid;gap:12px;color:var(--teal-dark);font-weight:700;font-size:.88rem}.visit-section{background:var(--teal);color:var(--paper);padding:100px clamp(20px,8vw,140px);display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.visit-section p:not(.eyebrow){color:#d8eeea}.contact-actions{display:flex;align-items:center;gap:25px;margin-top:28px}.dark-link{color:white}.hours-card{background:var(--paper);color:var(--ink);padding:34px}.hours-title{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:22px;font-size:1.1rem}.open-label{color:var(--teal);font-size:.75rem;font-weight:700;display:flex;gap:10px;align-items:center}.hours-row{display:flex;justify-content:space-between;padding:25px 0;font-size:.92rem}.hours-row strong{color:var(--teal)}.payment{border-top:1px solid var(--line);padding-top:20px;color:var(--muted);font-size:.78rem}footer{padding:30px clamp(20px,5vw,80px);display:flex;align-items:center;gap:35px;flex-wrap:wrap;font-size:.76rem;color:var(--muted)}.footer-brand{color:var(--ink);font-size:1rem}.footer-brand .brand-mark{width:27px;height:27px;font-size:.9rem}.footer-links{display:flex;gap:20px;margin-left:auto}@media(max-width:800px){.nav{display:none}.hero{grid-template-columns:1fr;padding-top:65px}.hero-art{min-height:400px;margin-top:20px}.trust-strip{grid-template-columns:repeat(2,1fr)}.section-heading,.menu-footer{display:block}.section-heading>p{margin-top:20px}.menu-grid{grid-template-columns:1fr 1fr}.feature-section,.visit-section{grid-template-columns:1fr;gap:45px}.feature-image{height:300px}.hours-card{margin-top:0}}@media(max-width:520px){h1{font-size:3.5rem}.hero{padding-left:20px;padding-right:20px}.food-card{transform:translateX(-50%) rotate(-4deg) scale(.88)}.sticker-one{left:0}.sticker-two{right:-5px}.menu-grid{grid-template-columns:1fr}.trust-strip{padding-left:20px;padding-right:20px}.trust-strip div{padding-left:12px}.section,.feature-section,.visit-section{padding-top:75px;padding-bottom:75px}.contact-actions{align-items:flex-start;flex-direction:column}.footer-links{margin-left:0}}
