@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap');
:root{--green:#19382e;--green2:#284d3e;--cream:#f5f1e8;--paper:#fffdf8;--ink:#252923;--muted:#6c7169;--gold:#d5a958;--line:#e7e2d7;--red:#a64832;--shadow:0 18px 55px #14261a16}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 'DM Sans',sans-serif}img{display:block;max-width:100%}a{color:inherit}.wrap{width:min(1160px,calc(100% - 44px));margin:auto}.skip{position:absolute;left:-9999px;top:auto}.skip:focus{left:12px;top:12px;z-index:20;background:white;padding:12px}.topline{background:var(--green);color:#f7f2e7;font-size:11px;letter-spacing:.07em;text-transform:uppercase}.topline .wrap{display:flex;justify-content:space-between;gap:15px;padding:7px 0}.topline a{text-decoration:none}.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--green);flex-shrink:0}.brandmark{width:42px;height:42px;border:1.5px solid var(--gold);border-radius:50%;display:grid;place-items:center;font:600 15px 'Playfair Display',serif}.brandname{font:600 19px 'Playfair Display',serif;line-height:1.2}.brandname small{display:block;font:600 9px 'DM Sans',sans-serif;color:var(--muted);letter-spacing:.18em;text-transform:uppercase;margin-top:4px}.navlinks{display:flex;gap:22px;align-items:center;font-size:12px;font-weight:700}.navlinks a{text-decoration:none;white-space:nowrap}.navlinks a:hover,.navlinks a[aria-current=page]{color:var(--red)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;border-radius:5px;padding:12px 18px;font-size:12px;font-weight:700;transition:.2s}.btn.primary{background:var(--red);color:white}.btn.primary:hover{background:#873925;transform:translateY(-1px)}.btn.dark{background:var(--green);color:white}.btn.outline{border:1px solid var(--green);color:var(--green)}.navtoggle{display:none;border:1px solid var(--line);background:white;color:var(--green);border-radius:5px;padding:8px 11px;font:700 12px 'DM Sans',sans-serif}.homehero{background:var(--green);color:white;position:relative;overflow:hidden}.homehero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#142d25 0%,#142d25f2 34%,#142d25a8 58%,#142d2520 100%);z-index:1}.homehero>img{position:absolute;inset:0 0 0 32%;width:68%;height:100%;object-fit:cover;object-position:center 52%}.homehero .wrap{position:relative;z-index:2;min-height:490px;display:flex;align-items:center}.heroText{max-width:620px;padding:70px 0}.eyebrow,.kicker{font-size:10px;text-transform:uppercase;letter-spacing:.19em;font-weight:700;color:#e5c37e}.homehero h1{font:600 clamp(42px,5.2vw,66px)/1.06 'Playfair Display',serif;letter-spacing:-1.2px;margin:15px 0;max-width:650px}.homehero p{max-width:520px;color:#e6e9e0;font-size:15px;margin:0 0 25px}.actions{display:flex;gap:10px;flex-wrap:wrap}.heroFacts{display:flex;gap:22px;flex-wrap:wrap;margin-top:27px;color:#e5e9df;font-size:11px}.heroFacts b{color:#f3ce82}.quickbar{background:white;box-shadow:var(--shadow);position:relative;z-index:3;margin-top:-25px;border-radius:7px;display:grid;grid-template-columns:repeat(4,1fr);padding:17px 7px}.quick{padding:4px 17px;border-right:1px solid var(--line);display:flex;gap:11px;align-items:center}.quick:last-child{border:0}.quick .icon{color:var(--red);font-size:20px}.quick strong{font-size:11px;display:block}.quick span{font-size:10px;color:var(--muted)}section{padding:76px 0}.sectionhead{max-width:760px;margin:0 auto 34px;text-align:center}.kicker{color:var(--red)}.sectionhead h2,.pageHero h1{font:600 clamp(32px,4vw,46px)/1.16 'Playfair Display',serif;color:var(--green);margin:9px 0 12px;letter-spacing:-.5px}.sectionhead p{margin:0;color:var(--muted);font-size:14px}.grid{display:grid;gap:17px}.grid.four{grid-template-columns:repeat(4,1fr)}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.two{grid-template-columns:repeat(2,1fr)}.card{border:1px solid var(--line);border-radius:7px;background:white;overflow:hidden;transition:.2s}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.card img{width:100%;height:190px;object-fit:cover;background:#eee8dc}.cardBody{padding:17px}.card h3,.infoCard h3{font:600 21px 'Playfair Display',serif;color:var(--green);margin:0 0 6px}.card p,.infoCard p{font-size:12px;color:var(--muted);margin:0 0 10px}.textLink{font-size:12px;color:var(--red);font-weight:700;text-decoration:none}.textLink:hover{text-decoration:underline}.menuCta{text-align:center;margin-top:28px}.menuCta p{font-size:11px;color:var(--muted);margin:10px 0 0}.cream{background:var(--cream)}.greenBand{background:var(--green);color:white}.greenBand .sectionhead h2{color:white}.greenBand .sectionhead p{color:#d8ded5}.infoCard{padding:25px;border-radius:7px;background:var(--paper);border:1px solid #e9e2d5}.infoCard .badge{display:inline-block;background:#e9dbc0;color:#654d2a;border-radius:99px;padding:5px 9px;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.infoCard h3{margin-top:14px}.pageHero{background:linear-gradient(135deg,#19382e,#284d3e);color:#fff;padding:58px 0 62px}.pageHero .kicker{color:#e5c37e}.pageHero h1{color:white;font-size:clamp(37px,5vw,55px);max-width:800px;margin:8px 0 12px}.pageHero p{max-width:730px;color:#e4e8e0;margin:0;font-size:14px}.breadcrumbs{font-size:11px;color:#e0e4dc;margin-bottom:15px}.breadcrumbs a{text-decoration:none}.pageIntro{max-width:820px;margin:0 auto 30px;text-align:center}.pageIntro p{color:var(--muted);font-size:14px}.notice{border-left:3px solid var(--gold);background:#f7f2e7;padding:15px 18px;margin:24px 0;color:#4e554c;font-size:12px}.imageSplit{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.imageSplit>img{width:100%;height:390px;object-fit:cover;border-radius:7px}.copy h2{font:600 38px/1.18 'Playfair Display',serif;color:var(--green);margin:7px 0 15px}.copy p{font-size:14px;color:var(--muted)}.copy .kicker{color:var(--red)}.checklist{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:20px 0}.check{font-size:12px;font-weight:600}.check:before{content:'✓';color:var(--red);margin-right:8px}.rows{display:grid;gap:12px}.menuRow{display:flex;justify-content:space-between;gap:20px;padding:16px 18px;background:white;border:1px solid var(--line);border-radius:6px}.menuRow h3{font:600 19px 'Playfair Display',serif;color:var(--green);margin:0 0 3px}.menuRow p{font-size:12px;color:var(--muted);margin:0}.menuRow .arrow{color:var(--red);font-weight:700;text-decoration:none;white-space:nowrap;font-size:12px;align-self:center}.taglist{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}.taglist span{background:var(--cream);padding:7px 12px;border-radius:99px;font-size:11px}.addressGrid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.addressBox{background:white;border:1px solid var(--line);border-radius:7px;padding:27px}.addressBox h2{font:600 27px 'Playfair Display',serif;color:var(--green);margin:0 0 12px}.addressBox p{font-size:13px;color:var(--muted);margin:8px 0}.hours{border-block:1px solid var(--line);margin:15px 0;padding:12px 0;font-size:12px}.hours div{display:flex;justify-content:space-between;padding:3px 0}.map{border:0;width:100%;height:100%;min-height:350px;border-radius:7px}.faq{max-width:850px;margin:auto}.faq details{border-bottom:1px solid var(--line);padding:16px 3px}.faq summary{cursor:pointer;font-size:13px;font-weight:700;color:var(--green);list-style:none}.faq summary:after{content:'+';float:right;color:var(--red);font-size:19px}.faq details[open] summary:after{content:'−'}.faq details p{font-size:12px;color:var(--muted);margin:12px 0 0}.footer{background:#132b23;color:#e9ede5;padding:36px 0}.footerrow{display:flex;justify-content:space-between;align-items:center;gap:20px}.footer .brand{color:white}.footer .brandname small{color:#b5c2b4}.footer p,.footer a{font-size:10px;color:#c4cec3}.footerlinks{display:flex;gap:15px;flex-wrap:wrap}.footerlinks a{text-decoration:none}.mobileBar{display:none}.small{font-size:11px;color:var(--muted)}
@media(max-width:980px){.navlinks{gap:12px}.navlinks a{font-size:11px}.nav>.btn{padding:10px 12px}.grid.four{grid-template-columns:repeat(2,1fr)}.quick{padding-inline:10px}}
@media(max-width:700px){.wrap{width:min(100% - 30px,520px)}.topline .wrap{justify-content:center;text-align:center}.topline .wrap span:last-child{display:none}.nav{min-height:68px;position:relative}.brandname{font-size:17px}.nav>.btn{padding:9px 10px;font-size:10px}.navtoggle{display:block}.navlinks{display:none;position:absolute;z-index:9;top:62px;left:0;right:0;background:white;border:1px solid var(--line);border-radius:6px;padding:10px;box-shadow:var(--shadow)}.navlinks.open{display:grid;gap:0}.navlinks a{padding:11px;font-size:13px;border-bottom:1px solid var(--line)}.navlinks a:last-child{border-bottom:0}.homehero:after{background:linear-gradient(90deg,#142d25eb,#142d2590)}.homehero>img{left:0;width:100%;opacity:.6}.homehero .wrap{min-height:545px}.heroText{padding:55px 0 75px}.homehero h1{font-size:46px}.homehero p{font-size:14px}.heroFacts{gap:11px;font-size:10px}.quickbar{grid-template-columns:1fr 1fr;padding:8px;margin-top:-32px}.quick{padding:11px 8px;border:0}.quick:nth-child(odd){border-right:1px solid var(--line)}.quick:nth-child(-n+2){border-bottom:1px solid var(--line)}section{padding:60px 0}.grid.three,.grid.two{grid-template-columns:1fr}.grid.four{gap:10px}.card img{height:145px}.cardBody{padding:13px}.card h3{font-size:17px}.card p{font-size:11px}.pageHero{padding:42px 0}.pageHero h1{font-size:39px}.imageSplit,.addressGrid{grid-template-columns:1fr;gap:25px}.imageSplit>img{height:280px}.copy h2{font-size:33px}.menuRow{padding:13px;gap:10px}.menuRow h3{font-size:17px}.menuRow p{font-size:11px}.menuRow .arrow{font-size:10px}.map{min-height:280px}.addressBox{padding:21px}.footerrow{align-items:flex-start;flex-direction:column}.mobileBar{display:flex;position:fixed;z-index:10;bottom:10px;left:10px;right:10px;gap:8px;padding:7px;background:#fff;border-radius:9px;box-shadow:0 5px 30px #10181038}.mobileBar a{flex:1;text-align:center;padding:11px 4px;font-size:10px}.footer{padding-bottom:90px}}
@media(max-width:390px){.grid.four{grid-template-columns:1fr}.card img{height:200px}.brandmark{width:37px;height:37px}.nav>.btn{font-size:9px;padding:8px}.homehero h1{font-size:41px}}

/* Compact mobile header: keep the order action inside narrow viewports. */
@media(max-width:700px){
.nav{display:grid;grid-template-columns:minmax(0,1fr) 34px auto;gap:7px;min-width:0}
.nav .brand{min-width:0;overflow:hidden;gap:6px}
.nav .brandmark{width:34px;height:34px;flex:0 0 34px;font-size:12px}
.nav .brandname{min-width:0;overflow:hidden;font-size:15px;white-space:nowrap;letter-spacing:-.5px}
.nav .brandname small{font-size:7px;letter-spacing:.08em;white-space:nowrap}
.nav .navtoggle{width:34px;height:34px;padding:0;display:flex;align-items:center;justify-content:center;font-size:0;white-space:nowrap}
.nav .navtoggle:before{content:'☰';font-size:16px;line-height:1}
.nav>.btn{padding:8px 8px;font-size:9px;gap:0;white-space:nowrap}
.nav>.btn span{display:none}
}
