:root{--ink:#291b16;--cream:#fff8ee;--teal:#087e80;--deep:#07595b;--pink:#c52269;--gold:#e99c1b;--line:#dfd7cd;--muted:#665c54}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:1rem;line-height:1.65}a{color:inherit}img{display:block;max-width:100%;object-fit:cover}a:focus-visible{outline:3px solid var(--pink);outline-offset:6px}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;line-height:1.05}h1{font-size:clamp(3.5rem,6.5vw,6.7rem);letter-spacing:-.055em}h2{font-size:clamp(2.6rem,4.3vw,4.5rem);letter-spacing:-.045em}h3{font-size:1.8rem;line-height:1.15}em{color:var(--pink);font-weight:400}.skip{position:fixed;top:-6rem;left:1rem;background:white;padding:1rem;z-index:5}.skip:focus{top:1rem}.header{max-width:1440px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 5%;gap:2rem;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:.85rem;text-decoration:none;font:1.55rem Georgia,serif;white-space:nowrap}.brand img{width:78px;height:78px;border-radius:50%}.brand small{display:block;margin-top:.6rem;font: .65em Arial,sans-serif;font-size:.75rem;letter-spacing:.13em}.header nav{display:flex;align-items:center;gap:1.7rem;font-size:.9rem}.header nav a{text-decoration:none}.header nav a:hover{text-decoration:underline}.button{display:inline-flex;justify-content:center;align-items:center;gap:1.8rem;min-height:52px;padding:1rem 1.4rem;background:var(--teal);color:#fff;text-decoration:none;font-weight:600;font-size:.94rem;border:1px solid var(--teal);border-radius:5px;transition:background .2s}.button:hover{background:var(--deep)}.button.small{min-height:44px;padding:.7rem 1rem}.hero{max-width:1440px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:5%;padding:3rem 5% 3.5rem;align-items:center}.eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.16em;color:var(--teal);margin-bottom:1.5rem}.hero-copy{padding:2rem 0}.intro{max-width:475px;font-size:1.12rem;margin:1.8rem 0;color:var(--muted)}.actions{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem}.text-link{font-size:.95rem;font-weight:600;text-underline-offset:6px;text-decoration-thickness:1px}.hero-note{font-size:.85rem;color:var(--muted);margin-top:2rem}.hero-photo{position:relative;border-radius:48% 48% 8px 8px;overflow:hidden;background:var(--ink)}.hero-photo>img{width:100%;height:610px;object-position:50% 48%}.hero-photo figcaption{position:absolute;bottom:0;left:0;right:0;padding:5rem 2rem 2rem;background:linear-gradient(transparent,rgba(24,15,10,.9));color:white;font:1.45rem Georgia,serif}.hero-photo figcaption span{display:block;font:.7rem Arial,sans-serif;letter-spacing:.16em;margin-bottom:.65rem}.ribbon{display:flex;justify-content:center;align-items:center;gap:5%;background:var(--teal);color:white;padding:1.3rem 5%;font:1.35rem Georgia,serif}.ribbon span[aria-hidden]{color:#fdb8ce;font-size:1rem}.section{max-width:1440px;padding:6rem 5%;margin:auto}.section-heading{display:flex;gap:5%;justify-content:space-between;align-items:end;margin-bottom:3rem}.section-heading>p{max-width:390px;color:var(--muted)}.menu-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}.menu-card{border-top:3px solid var(--teal);padding:1.5rem 0 .7rem}.menu-card:nth-child(2){border-color:var(--gold)}.menu-card:nth-child(3){border-color:var(--pink)}.menu-card:nth-child(4){border-color:#884da2}.number{display:block;font-size:.75rem;letter-spacing:.1em;color:var(--muted);margin-bottom:1.25rem}.menu-card h3{min-height:4.3rem;max-width:210px}.menu-card ul{padding:0;list-style:none;margin:1rem 0 1.5rem}.menu-card li{padding:.45rem 0;border-bottom:1px solid var(--line);font-size:.95rem}.card-note{font-size:.875rem;color:var(--muted);max-width:245px}.menu-footer{border-top:1px solid var(--line);margin-top:2.3rem;padding-top:1.5rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.menu-footer p{color:var(--muted);font-size:.95rem}.chef-section{display:grid;grid-template-columns:1fr 1fr;background:var(--deep);color:white}.chef-photo img{height:100%;max-height:830px;min-height:650px;width:100%;object-position:center 35%}.chef-copy{align-self:center;padding:4rem 12%;max-width:750px}.chef-copy .eyebrow{color:#a7e0da}.chef-copy h2{margin-bottom:2rem}.chef-copy em{color:#fdb6cc}.chef-copy p:not(.eyebrow){margin-bottom:1.25rem;color:#e1eeeb}.light{background:var(--cream);color:var(--deep);margin:1rem 0 2rem}.light:hover{background:#f6e7d3}.signature{display:block;font:italic 2.1rem Georgia,serif}.signature-label{display:block;font-size:.7rem;letter-spacing:.12em;margin-top:.5rem}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem 1.5rem}.gallery img{width:100%;height:350px;border-radius:8px}.gallery figure.wide{grid-column:span 2}.gallery .wide img{object-position:50% 48%}.gallery figcaption{font-family:Georgia,serif;font-size:1.1rem;padding-top:.7rem}.inquiry{display:grid;grid-template-columns:1.1fr 1fr;gap:8%;border-top:1px solid var(--line)}.inquiry>div>p:not(.eyebrow){margin-top:1.8rem;max-width:470px;color:var(--muted)}.contact-card{background:white;border:1px solid var(--line);padding:2.4rem;border-radius:8px;box-shadow:8px 8px 0 #f0dccf}.contact-card p{font-size:.94rem}.contact-card .button{display:flex;margin-top:1rem;justify-content:space-between}.outline{color:var(--teal);background:white}.outline:hover{color:white}.contact-card .email-label{margin-top:1.5rem;font-size:.85rem}.email{font-size:.98rem;text-underline-offset:4px;overflow-wrap:anywhere}.fine{font-size:.85rem!important;line-height:1.6}.inquiry .fine{max-width:420px}footer{padding:3rem 5%;background:var(--ink);color:var(--cream);display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap}.footer-brand{font:1.8rem Georgia,serif;text-decoration:none}footer p{font-size:.9rem}footer>a:last-of-type{font-size:.9rem}footer small{flex-basis:100%;font-size:.8rem;color:#c9bfb5;border-top:1px solid #655047;padding-top:1.2rem}
@media(min-width:1600px){.chef-section{max-width:1440px;margin:auto}.hero-photo>img{height:660px}}
@media(max-width:1000px){.brand span{display:none}.header nav{gap:1rem}.hero{gap:4%}.hero-photo>img{height:540px}.menu-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.menu-card h3{min-height:auto;max-width:none}.gallery img{height:280px}.chef-copy{padding:3rem 9%}.chef-photo img{min-height:620px}.inquiry{gap:4%}.contact-card{padding:1.5rem}}
@media(max-width:650px){.header{padding:.8rem 5%;gap:.5rem;align-items:center}.brand img{width:62px;height:62px}.header nav{flex-wrap:wrap;justify-content:flex-end;gap:.5rem 1rem;max-width:250px;font-size:.875rem}.header .button{font-size:.8rem;padding:.45rem .75rem;min-height:38px}.hero{grid-template-columns:1fr;padding-top:1rem;gap:1.5rem}.hero-copy{padding:1.5rem 0 .5rem}.hero h1{font-size:clamp(3.3rem,13vw,5rem)}.hero-photo>img{height:460px}.intro{font-size:1rem}.hero-note{font-size:.8rem}.eyebrow{font-size:.75rem}.hero-photo figcaption{padding:4rem 1.5rem 1.5rem}.ribbon{font-size:1rem;gap:4%;padding:1.1rem 4%}.ribbon span[aria-hidden]{font-size:.75rem}.section{padding:3.5rem 5%}.section-heading{display:block;margin-bottom:2rem}.section-heading>p{margin-top:1.5rem}.menu-grid{gap:2rem 1rem}.menu-card h3{font-size:1.55rem;min-height:3.6rem}.number{font-size:.7rem;letter-spacing:.02em}.menu-card li{font-size:.9rem}.card-note{font-size:.85rem}.chef-section{grid-template-columns:1fr}.chef-photo img{min-height:0;height:520px;object-position:center 28%}.chef-copy{padding:3rem 7%}.gallery{grid-template-columns:repeat(2,1fr);gap:1.6rem 1rem}.gallery img{height:250px}.gallery figure.wide{grid-column:span 2}.gallery figure:nth-child(3){grid-column:span 2}.gallery figure:nth-child(4){grid-column:span 2}.gallery figure:nth-child(4) img{height:300px}.gallery figcaption{font-size:1rem}.inquiry{grid-template-columns:1fr;gap:2rem}.contact-card{padding:1.5rem}.contact-card .button{font-size:.9rem;padding:.9rem 1rem;gap:.5rem}footer{padding:2.5rem 5%;gap:1rem}footer p{flex-basis:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

.weekend-section{max-width:1440px;margin:auto;padding:5.5rem 5%;display:grid;grid-template-columns:1.15fr 1fr;gap:8%;align-items:center;background:#f7e7d8}.weekend-copy>p:not(.eyebrow){max-width:590px;margin:1.6rem 0;color:var(--muted);font-size:1.05rem}.weekend-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1.4rem}.weekend-card{background:var(--ink);color:var(--cream);padding:2rem 2.2rem;border-radius:8px;box-shadow:9px 9px 0 var(--pink)}.weekend-label{display:block;font-size:.75rem;letter-spacing:.16em;color:#fdb6cc;margin-bottom:1.2rem}.weekend-card ol{padding:0;margin:0;list-style:none}.weekend-card li{display:grid;grid-template-columns:2.5rem 1fr;gap:.7rem;padding:1rem 0;border-top:1px solid #655047}.weekend-card li>span{font:1.25rem Georgia,serif;color:#fdb6cc}.weekend-card li p{font-size:.92rem;color:#e9ded7}.weekend-card strong{display:block;color:white;font-size:1rem}.instagram-link{display:inline-block;margin-top:1.3rem;color:white;font-weight:600;text-underline-offset:5px}.footer-links{display:flex;gap:1.5rem;font-size:.9rem}
@media(max-width:1000px){.weekend-section{gap:5%}}
@media(max-width:650px){.header nav{max-width:270px;font-size:.825rem}.weekend-section{grid-template-columns:1fr;padding:3.5rem 5%;gap:2rem}.weekend-card{padding:1.5rem;box-shadow:6px 6px 0 var(--pink)}.weekend-actions .button{width:100%;gap:.7rem}.footer-links{width:100%}}

.inquiry-intro>p:not(.eyebrow){margin-top:1.8rem;max-width:470px;color:var(--muted)}.inquiry-note{max-width:470px;margin-top:2rem;padding:1.2rem 1.35rem;border-left:4px solid var(--gold);background:#f7e7d8}.inquiry-note strong{font-family:Georgia,serif;font-size:1.15rem}.inquiry-note p{margin-top:.35rem;color:var(--muted);font-size:.9rem}.direct-email{font-size:.9rem}.inquiry-form{background:white;border:1px solid var(--line);padding:2.4rem;border-radius:8px;box-shadow:8px 8px 0 #f0dccf}.form-heading{margin-bottom:1.7rem}.form-heading .eyebrow{margin-bottom:.6rem}.form-heading h3{font-size:2rem}.form-heading>p:last-child{font-size:.85rem;color:var(--muted);margin-top:.5rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.2rem}.inquiry-form label{display:flex;flex-direction:column;gap:.4rem;font-size:.88rem;font-weight:700;color:var(--ink)}.inquiry-form input,.inquiry-form select,.inquiry-form textarea{width:100%;border:1px solid #c9beb4;border-radius:4px;background:#fffdf9;color:var(--ink);font:inherit;font-weight:400;font-size:1rem;padding:.78rem .85rem;min-height:48px}.inquiry-form textarea{resize:vertical;line-height:1.5}.inquiry-form input:focus,.inquiry-form select:focus,.inquiry-form textarea:focus{outline:3px solid rgba(8,126,128,.2);border-color:var(--teal)}.full-field{grid-column:1/-1}.consent{display:grid!important;grid-template-columns:1.15rem 1fr;align-items:start;margin:1.2rem 0;line-height:1.45;font-weight:400!important}.consent input{width:1.05rem;height:1.05rem;min-height:0;margin-top:.2rem;accent-color:var(--teal)}.submit-button{width:100%;cursor:pointer}.inquiry-form>.fine{margin-top:1rem;text-align:center;color:var(--muted)}.thank-you-page{min-height:100vh;display:grid;place-items:center;padding:2rem;background:linear-gradient(135deg,var(--cream),#f7e7d8)}.thank-you-card{width:min(720px,100%);padding:clamp(2rem,6vw,5rem);background:white;border:1px solid var(--line);border-radius:10px;box-shadow:12px 12px 0 var(--teal)}.thank-you-brand{display:flex;align-items:center;gap:1rem;text-decoration:none;font:1.4rem Georgia,serif;margin-bottom:3rem}.thank-you-brand img{width:64px;height:64px;border-radius:50%}.thank-you-card h1{font-size:clamp(3rem,7vw,5.5rem)}.thank-you-card>p:not(.eyebrow){max-width:570px;margin:1.6rem 0 2rem;color:var(--muted);font-size:1.05rem}
.payment-option{max-width:470px;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--line)}.payment-option p{margin-bottom:1rem;color:var(--muted);font-size:.94rem}.payment-option strong{color:var(--ink);font-family:Georgia,serif;font-size:1.15rem}
@media(max-width:650px){.inquiry-form{padding:1.35rem}.form-grid{grid-template-columns:1fr}.full-field{grid-column:auto}.thank-you-page{padding:1rem}.thank-you-card{box-shadow:7px 7px 0 var(--teal)}.thank-you-card .actions{align-items:flex-start;flex-direction:column}}
