:root{
  --espresso:#2b1d16;--espresso-2:#1d1410;--terracotta:#b95d42;--terracotta-dark:#9d4b34;
  --cream:#f7efe3;--butter:#f2d694;--paper:#fffaf3;--ink:#34251e;--muted:#76675f;
  --line:#eadbc9;--white:#fff;--sage:#8a9a78;--radius:20px;--shadow:0 22px 60px rgba(43,29,22,.13);
  --container:min(1180px,calc(100% - 40px));
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.65}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:var(--container);margin-inline:auto}.narrow{max-width:840px}.demo-bar{background:#1d1410;color:#d9c8bb;font-size:.8rem}.demo-bar-inner{display:flex;justify-content:space-between;gap:20px;padding:8px 0}.demo-bar a{color:#f4d6b9}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,250,243,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(234,219,201,.9)}.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;gap:11px}.brand-mark{width:44px;height:44px;border-radius:50%;border:1px solid var(--espresso);display:grid;place-items:center;font-family:Georgia,serif;font-size:.78rem;color:var(--espresso)}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-family:Georgia,serif;font-size:1rem;letter-spacing:.08em;color:var(--espresso)}.brand-copy span{font-size:.58rem;letter-spacing:.22em;color:var(--muted);margin-top:6px}.main-nav{display:flex;align-items:center;gap:22px;font-size:.9rem;font-weight:650}.main-nav>a:not(.btn){position:relative}.main-nav>a:not(.btn)::after{content:"";position:absolute;left:0;bottom:-9px;width:0;height:2px;background:var(--terracotta);transition:.25s}.main-nav>a.active:not(.btn)::after,.main-nav>a:not(.btn):hover::after{width:100%}.menu-toggle{display:none;border:0;background:none;padding:8px}.menu-toggle span{display:block;width:26px;height:2px;background:var(--espresso);margin:5px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;border:1px solid transparent;font-weight:750;transition:.2s;cursor:pointer}.btn-primary{background:var(--terracotta);color:#fff}.btn-primary:hover{background:var(--terracotta-dark);transform:translateY(-1px)}.btn-outline{border-color:#cdb9a5;background:transparent;color:var(--espresso)}.btn-outline:hover{border-color:var(--espresso);transform:translateY(-1px)}.btn-ghost{border-color:rgba(255,255,255,.55);background:rgba(255,255,255,.08);color:#fff}.btn-ghost:hover{background:#fff;color:var(--espresso)}.btn-light{background:#fff;color:var(--espresso)}.btn-light:hover{background:var(--cream)}.btn-lg{padding:16px 26px}.eyebrow{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.15em;font-size:.72rem;font-weight:800;color:var(--terracotta);margin-bottom:14px}.eyebrow::before{content:"";width:24px;height:1px;background:currentColor}.eyebrow.light{color:#f4c8aa}.hero{position:relative;min-height:720px;display:flex;align-items:flex-end;color:#fff;overflow:hidden}.hero-image{position:absolute;inset:0;background:url("https://images.unsplash.com/photo-1509440159596-0249088772ff?auto=format&fit=crop&w=1900&q=88") center/cover no-repeat}.hero-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(35,20,13,.88) 0%,rgba(35,20,13,.55) 45%,rgba(35,20,13,.16) 100%)}.hero-content{position:relative;padding:150px 0 85px;max-width:850px;margin-left:calc((100% - min(1180px,calc(100% - 40px)))/2);width:min(850px,calc(100% - 40px))}.hero h1,.page-hero h1{font-family:Georgia,serif;font-size:clamp(3.1rem,7vw,5.7rem);line-height:.98;font-weight:400;letter-spacing:-.04em;margin:0 0 22px}.hero p{font-size:1.16rem;color:#f4e9df;max-width:690px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:32px 0}.hero-note{font-size:.83rem;color:#ead9cd;text-transform:uppercase;letter-spacing:.08em}.marquee-strip{background:var(--terracotta);color:#fff;overflow:hidden}.marquee-inner{display:flex;gap:22px;justify-content:center;align-items:center;white-space:nowrap;padding:14px 20px;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800}.marquee-inner i{color:#f8d7b8}.section{padding:96px 0}.section-soft{background:var(--cream)}.section-dark{background:var(--espresso);color:#fff}.section-accent{background:var(--terracotta);color:#fff}.split-heading{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end;margin-bottom:44px}.split-heading h2,.section-heading h2,.story-copy h2,.contact-panel h2,.visit-info h2,.reservation-layout h2{font-family:Georgia,serif;font-size:clamp(2.2rem,4vw,3.7rem);line-height:1.08;font-weight:400;letter-spacing:-.025em;margin:0 0 18px}.split-heading p,.section-heading p,.story-copy p,.contact-panel p,.visit-info p,.reservation-layout p{color:var(--muted);font-size:1.03rem}.section-heading{max-width:780px;margin-bottom:44px}.section-heading.center{text-align:center;margin-inline:auto}.section-heading.center .eyebrow{justify-content:center}.feature-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:20px}.food-card{border:1px solid var(--line);background:#fff;border-radius:22px;overflow:hidden}.food-image{height:270px;background-size:cover;background-position:center}.large-card .food-image{height:360px}.croissant-img{background-image:url("https://images.unsplash.com/photo-1555507036-ab1f4038808a?auto=format&fit=crop&w=1100&q=85")}.tart-img{background-image:url("https://images.unsplash.com/photo-1464305795204-6f5bbfc7fb81?auto=format&fit=crop&w=1100&q=85")}.toast-img{background-image:url("https://images.unsplash.com/photo-1547592180-85f173990554?auto=format&fit=crop&w=1100&q=85")}.food-copy{padding:24px}.tag{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--cream);color:var(--terracotta-dark);font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800}.food-copy h3{font-family:Georgia,serif;font-size:1.45rem;font-weight:400;margin:10px 0 7px}.food-copy p{color:var(--muted);margin-bottom:12px}.food-copy strong{color:var(--espresso)}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.story-photo{min-height:540px;background:url("https://images.unsplash.com/photo-1556740749-887f6717d7e4?auto=format&fit=crop&w=1200&q=85") center/cover no-repeat;box-shadow:var(--shadow)}.story-copy p{color:#d8c8bb}.light-link{color:#f4c8aa}.text-link{font-weight:800;color:var(--terracotta-dark)}.menu-preview,.menu-list{display:grid;gap:0}.menu-item{display:flex;justify-content:space-between;gap:25px;align-items:flex-start;padding:20px 0;border-bottom:1px solid var(--line)}.menu-item h3{font-family:Georgia,serif;font-weight:400;font-size:1.25rem;margin:0 0 4px}.menu-item p{margin:0;color:var(--muted);font-size:.92rem}.menu-item strong{color:var(--terracotta-dark);white-space:nowrap}.center-action{text-align:center;margin-top:32px}.gallery-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-auto-rows:240px;gap:16px}.gallery-photo{background-size:cover;background-position:center;border-radius:18px}.gallery-one{grid-row:span 2;background-image:url("https://images.unsplash.com/photo-1578985545062-69928b1d9587?auto=format&fit=crop&w=1200&q=85")}.gallery-two{background-image:url("https://images.unsplash.com/photo-1511081692775-05d0f180a065?auto=format&fit=crop&w=1000&q=85")}.gallery-three{background-image:url("https://images.unsplash.com/photo-1512568400610-62da28bc8a13?auto=format&fit=crop&w=1000&q=85")}.gallery-four{grid-column:2/-1;background-image:url("https://images.unsplash.com/photo-1559925393-8be0ec4767c8?auto=format&fit=crop&w=1200&q=85")}.catering-band{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:42px;border:1px solid var(--line);border-radius:22px;background:#fff}.catering-band h2{font-family:Georgia,serif;font-size:2.2rem;font-weight:400;margin:0 0 8px}.catering-band p{color:var(--muted);max-width:700px}.testimonial-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.section-accent h2{font-family:Georgia,serif;font-size:clamp(2.2rem,4vw,3.7rem);font-weight:400;line-height:1.08}.testimonial-note{color:#f6d6c9}.testimonial{margin:0;background:#fff;color:var(--ink);border-radius:22px;padding:38px;box-shadow:var(--shadow);font-size:1.25rem}.stars{color:var(--butter);letter-spacing:.1em}.testimonial footer{display:flex;flex-direction:column;font-size:.9rem;margin-top:24px}.testimonial footer span{color:var(--muted)}.cta-section{padding-top:0}.cta-box{background:linear-gradient(135deg,var(--espresso),#483025);color:#fff;border-radius:24px;padding:46px 50px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-box h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.1rem);font-weight:400;line-height:1.05;margin:0 0 8px}.cta-box p{margin:0;color:#e6d8cd}.page-hero{position:relative;padding:135px 0 95px;color:#fff;background-size:cover;background-position:center}.page-hero::before{content:"";position:absolute;inset:0;background:rgba(39,25,18,.67)}.page-hero .container{position:relative}.page-hero h1{font-size:clamp(2.9rem,5vw,4.8rem)}.page-hero p{font-size:1.08rem;color:#f0e3da;max-width:720px}.page-menu{background-image:url("https://images.unsplash.com/photo-1509440159596-0249088772ff?auto=format&fit=crop&w=1800&q=85")}.page-about{background-image:url("https://images.unsplash.com/photo-1542838132-92c53300491e?auto=format&fit=crop&w=1800&q=85")}.page-catering{background-image:url("https://images.unsplash.com/photo-1525351484163-7529414344d8?auto=format&fit=crop&w=1800&q=85")}.page-visit{background-image:url("https://images.unsplash.com/photo-1554118811-1e0d58224f24?auto=format&fit=crop&w=1800&q=85")}.page-contact{background-image:url("https://images.unsplash.com/photo-1445116572660-236099ec97a0?auto=format&fit=crop&w=1800&q=85")}.menu-section{display:grid;grid-template-columns:.65fr 1.35fr;gap:70px}.menu-heading h2{font-family:Georgia,serif;font-size:2.4rem;font-weight:400;margin:0 0 8px}.menu-heading p{color:var(--muted)}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.founder-photo{min-height:540px;background:url("https://images.unsplash.com/photo-1583394293214-28ded15ee548?auto=format&fit=crop&w=1200&q=85") center/cover no-repeat;box-shadow:var(--shadow)}.check-list{list-style:none;padding:0;margin:24px 0}.check-list li{padding:8px 0 8px 28px;position:relative}.check-list li::before{content:"•";position:absolute;left:0;color:var(--terracotta);font-size:1.3rem}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.values-grid>div{border-top:1px solid #5a4438;padding-top:24px}.values-grid span{color:#f0bc91;font-weight:900}.values-grid h3{font-family:Georgia,serif;font-size:1.35rem;font-weight:400}.values-grid p{color:#d7c8bd}.kitchen-gallery{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.kitchen-gallery>div{height:360px;background-size:cover;background-position:center;border-radius:18px}.kitchen-a{background-image:url("https://images.unsplash.com/photo-1556910103-1c02745aae4d?auto=format&fit=crop&w=1000&q=85")}.kitchen-b{background-image:url("https://images.unsplash.com/photo-1509440159596-0249088772ff?auto=format&fit=crop&w=1000&q=85")}.kitchen-c{background-image:url("https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?auto=format&fit=crop&w=1000&q=85")}.catering-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.catering-card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff}.catering-photo{height:300px;background-size:cover;background-position:center}.breakfast-box{background-image:url("https://images.unsplash.com/photo-1499636136210-6f4ee915583e?auto=format&fit=crop&w=1000&q=85")}.brunch-box{background-image:url("https://images.unsplash.com/photo-1547592180-85f173990554?auto=format&fit=crop&w=1000&q=85")}.celebration-cake{background-image:url("https://images.unsplash.com/photo-1578985545062-69928b1d9587?auto=format&fit=crop&w=1000&q=85")}.catering-card>div:last-child{padding:25px}.catering-card h2{font-family:Georgia,serif;font-size:1.5rem;font-weight:400}.catering-card p{color:var(--muted)}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.process-card{padding:27px;border-top:3px solid var(--terracotta);background:#fff}.process-card span{color:var(--terracotta);font-weight:900}.process-card h3{font-family:Georgia,serif;font-weight:400;font-size:1.3rem}.process-card p{color:var(--muted)}.contact-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:65px;align-items:start}.contact-block,.visit-row{display:grid;gap:3px;padding:17px 0;border-bottom:1px solid var(--line)}.contact-block small,.visit-row small{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:800}.contact-block a{font-size:1.08rem;font-weight:800;color:var(--espresso)}.form-card{border:1px solid var(--line);border-radius:20px;padding:34px;background:#fff;box-shadow:0 14px 40px rgba(43,29,22,.07)}form.demo-form{display:grid;gap:15px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}form.demo-form label{display:grid;gap:7px;font-size:.86rem;font-weight:700}form.demo-form input,form.demo-form select,form.demo-form textarea{width:100%;border:1px solid #d9c9b8;border-radius:11px;padding:13px 14px;outline:none;background:#fff}form.demo-form input:focus,form.demo-form select:focus,form.demo-form textarea:focus{border-color:var(--terracotta);box-shadow:0 0 0 3px rgba(185,93,66,.1)}.check-row{grid-template-columns:auto 1fr!important;align-items:start}.check-row input{width:auto!important;margin-top:5px}.form-note{color:var(--muted);font-size:.75rem}.visit-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.visit-photo{min-height:540px;background:url("https://images.unsplash.com/photo-1552566626-52f8b828add9?auto=format&fit=crop&w=1200&q=85") center/cover no-repeat;box-shadow:var(--shadow)}.map-card{height:190px;margin-top:24px;border-radius:18px;background:linear-gradient(135deg,#efe3d4,#e4d3be);display:grid;place-items:center;color:var(--espresso);font-weight:800}.reservation-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:65px;align-items:start}.site-footer{background:#1d1410;color:#d8c8bc;padding:70px 0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px}.footer-brand .brand-mark{border-color:#cab7a8;color:#fff}.footer-brand .brand-copy strong{color:#fff}.footer-brand .brand-copy span{color:#cdb9ab}.footer-grid h4{color:#fff;margin:0 0 14px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:8px;font-size:.92rem}.footer-grid p{max-width:360px}.concept-label{display:inline-block;margin-top:10px;padding:5px 9px;border:1px solid #544238;border-radius:999px;font-size:.72rem}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:30px;margin-top:45px;border-top:1px solid #4c3c33;font-size:.82rem}.footer-bottom a{color:#f3c3a0}.toast{position:fixed;right:20px;bottom:20px;max-width:360px;padding:14px 18px;border-radius:12px;background:var(--espresso);color:#fff;box-shadow:var(--shadow);transform:translateY(120px);opacity:0;transition:.3s;z-index:100}.toast.show{transform:none;opacity:1}.reveal{opacity:0;transform:translateY(22px);transition:.6s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}
@media(max-width:1050px){.main-nav{gap:15px;font-size:.87rem}.nav-cta{display:none}.feature-grid{grid-template-columns:1fr 1fr}.large-card{grid-column:1/-1}.story-grid,.testimonial-layout,.contact-layout,.visit-grid,.reservation-layout,.detail-grid{grid-template-columns:1fr}.menu-section{grid-template-columns:1fr}.catering-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/-1}.values-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){:root{--container:min(100% - 28px,1180px)}.demo-bar-inner span{display:none}.demo-bar-inner{justify-content:center;font-size:.72rem}.nav-wrap{height:70px}.menu-toggle{display:block}.main-nav{position:absolute;top:70px;left:0;right:0;background:var(--paper);border-top:1px solid var(--line);padding:18px 20px 24px;display:none;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 20px 40px rgba(43,29,22,.12)}.main-nav.open{display:flex}.main-nav>a{padding:12px 0}.main-nav>a:not(.btn)::after{display:none}.nav-cta{display:flex;margin-top:8px}.hero-content{padding:110px 0 70px;margin-left:14px;width:calc(100% - 28px)}.hero h1{font-size:clamp(2.8rem,13vw,4.2rem)}.section{padding:70px 0}.split-heading{grid-template-columns:1fr;gap:10px}.feature-grid,.catering-grid,.values-grid,.process-grid{grid-template-columns:1fr}.large-card{grid-column:auto}.gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:210px}.gallery-one{grid-row:span 2}.gallery-four{grid-column:1/-1}.kitchen-gallery{grid-template-columns:1fr}.kitchen-gallery>div{height:300px}.catering-band{flex-direction:column;align-items:flex-start}.form-row{grid-template-columns:1fr}.cta-box{padding:34px 26px;flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{flex-direction:column}.page-hero{padding:95px 0 75px}}
@media(max-width:480px){.hero-actions .btn{width:100%}.marquee-inner{justify-content:flex-start;overflow:hidden}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:220px}.gallery-one,.gallery-four{grid-row:auto;grid-column:auto}.footer-grid{grid-template-columns:1fr}.footer-grid>div{grid-column:1!important}}
