:root{
  --blue:#0877b8;
  --blue-dark:#06476e;
  --blue-soft:#eef8fc;
  --olive:#718239;
  --olive-dark:#556425;
  --olive-soft:#f4f7ec;
  --ink:#1f2f38;
  --muted:#64717a;
  --line:#dde6e9;
  --white:#fff;
  --max:1480px;
  --narrow:920px;
  --shadow:0 22px 60px rgba(20,53,68,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif;line-height:1.55;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,summary{font:inherit}
.wide{width:min(var(--max),calc(100% - 64px));margin:auto}
.narrow{width:min(var(--narrow),calc(100% - 64px));margin:auto}
.skip-link{position:fixed;left:16px;top:-80px;z-index:9999;background:#000;color:#fff;padding:12px 16px}.skip-link:focus{top:16px}

.topbar{background:var(--blue);color:#fff;font-size:12px;letter-spacing:.08em;text-transform:uppercase}
.topbar-inner{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.google-rating,.topbar-right,.languages{display:flex;align-items:center;gap:10px}.google-rating strong{letter-spacing:.14em}.stars{letter-spacing:.13em}.topbar-right a:hover{text-decoration:underline}.divider{opacity:.55}.languages a{opacity:.68;font-weight:800}.languages a.active{opacity:1;background:#fff;color:var(--blue);padding:4px 8px;border-radius:999px}

.site-header{height:96px;background:#fff;position:relative;z-index:50;border-bottom:1px solid rgba(8,119,184,.12)}
.header-inner{height:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:34px}
.wordmark{display:flex;align-items:center;gap:12px;min-width:max-content}.wordmark>span:last-child{display:flex;flex-direction:column;line-height:1}.wordmark b{font-family:Georgia,'Times New Roman',serif;font-size:28px;letter-spacing:.08em;color:var(--blue);font-weight:500}.wordmark small{font-size:9px;text-transform:uppercase;letter-spacing:.17em;color:var(--olive);margin-top:6px}
.brand-mark{width:38px;height:38px;position:relative;display:inline-block;border:2px solid var(--blue);border-radius:50%}.brand-mark i{position:absolute;display:block;background:var(--olive);border-radius:90% 10% 90% 10%;transform:rotate(-22deg)}.brand-mark i:first-child{width:19px;height:9px;left:10px;top:10px}.brand-mark i:last-child{width:13px;height:7px;left:8px;top:21px;transform:rotate(28deg)}
.desktop-nav{display:flex;justify-content:center;align-items:center;gap:29px;white-space:nowrap}.desktop-nav a{font-size:12px;text-transform:uppercase;letter-spacing:.075em;font-weight:700;color:#253740;position:relative;padding:40px 0 36px}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:25px;height:2px;background:var(--blue);transition:.2s}.desktop-nav a:hover{color:var(--blue)}.desktop-nav a:hover:after{right:0}
.header-actions{display:flex;align-items:center;gap:16px}.header-social{display:flex;gap:7px}.header-social a{width:31px;height:31px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:9px;font-weight:900;color:var(--blue)}.header-social a:hover{background:var(--blue);color:#fff;border-color:var(--blue)}.reserve-header{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;background:var(--olive);color:#fff;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;border-radius:3px;white-space:nowrap}.reserve-header:hover{background:var(--olive-dark)}
.mobile-nav{display:none;position:relative}.mobile-nav summary{cursor:pointer;list-style:none;border:1px solid var(--line);color:var(--blue);padding:10px 14px;font-weight:800;text-transform:uppercase;font-size:11px;letter-spacing:.08em}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-menu{position:absolute;right:0;top:50px;background:#fff;width:min(310px,calc(100vw - 32px));box-shadow:var(--shadow);border:1px solid var(--line);padding:14px;display:grid;gap:3px}.mobile-menu a{padding:11px 9px;font-size:13px;font-weight:700}.mobile-reserve{background:var(--olive);color:#fff!important;text-align:center;margin-top:6px}

.hero{height:min(720px,74vw);min-height:620px;position:relative;overflow:hidden;background:#173c50}.hero-bg,.hero-shade{position:absolute;inset:0;width:100%;height:100%}.hero-bg{object-fit:cover;object-position:center 57%;filter:saturate(.92)}.hero-shade{background:linear-gradient(90deg,rgba(5,25,36,.78) 0%,rgba(5,25,36,.48) 42%,rgba(5,25,36,.1) 72%,rgba(5,25,36,.03) 100%)}
.hero-inner{height:100%;position:relative;z-index:3;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);align-items:center;gap:40px;padding-bottom:70px}.hero-copy{max-width:750px;color:#fff}.hero-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.18em;font-weight:800;margin-bottom:20px;display:flex;align-items:center;gap:13px}.hero-kicker:before{content:"";width:46px;height:2px;background:var(--olive)}.hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(58px,6vw,94px);font-weight:500;line-height:.98;letter-spacing:-.035em;margin:0 0 25px;text-shadow:0 2px 18px rgba(0,0,0,.18)}.hero h1 span{color:#e8f6ff}.hero p{font-size:18px;max-width:590px;color:rgba(255,255,255,.92);margin:0 0 28px}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:3px;font-size:11px;letter-spacing:.09em;text-transform:uppercase;font-weight:900;border:1px solid transparent;transition:.2s}.button-blue{background:var(--blue);color:#fff}.button-blue:hover{background:var(--blue-dark)}.button-white{background:#fff;color:var(--blue)}.button-white:hover{background:var(--olive);color:#fff}.button-outline{border-color:var(--blue);color:var(--blue);background:#fff}.button-outline:hover{background:var(--blue);color:#fff}
.hero-food{justify-self:end;width:min(430px,34vw);aspect-ratio:1;position:relative;margin-right:15px}.hero-food img{position:absolute;inset:8%;width:84%;height:84%;object-fit:cover;border-radius:50%;box-shadow:0 24px 55px rgba(0,0,0,.34);border:8px solid rgba(255,255,255,.92);object-position:center 54%}.food-orbit{position:absolute;inset:0;border:2px dashed rgba(255,255,255,.56);border-radius:50%;transform:rotate(9deg)}.olive{position:absolute;width:38px;height:24px;background:#2f312a;border-radius:58% 42% 60% 40%;box-shadow:0 8px 14px rgba(0,0,0,.18)}.olive-one{left:-7%;bottom:20%;transform:rotate(24deg)}.olive-two{right:-3%;top:20%;background:#b7aa70;transform:rotate(-18deg)}.leaf{position:absolute;width:80px;height:28px;border-radius:100% 0 100% 0;background:var(--olive);opacity:.96}.leaf-one{left:-12%;top:23%;transform:rotate(-28deg)}.leaf-two{right:-9%;bottom:19%;transform:rotate(24deg)}
.brush-edge{position:absolute;z-index:4;left:-2%;right:-2%;bottom:-1px;height:85px;background:#fff;clip-path:polygon(0 70%,4% 58%,9% 72%,15% 53%,22% 71%,28% 60%,34% 78%,39% 55%,45% 72%,51% 61%,57% 78%,63% 58%,69% 72%,76% 53%,82% 69%,88% 57%,94% 73%,100% 60%,100% 100%,0 100%)}

.intro{padding:48px 0 96px;background:#fff}.intro-inner{text-align:center;position:relative}.tiny-olive{display:block;width:28px;height:17px;background:var(--olive);border-radius:65% 35% 65% 35%;margin:0 auto 20px;transform:rotate(-20deg)}.intro h2{font-size:34px;color:var(--blue);margin:0 0 16px;font-weight:800;letter-spacing:-.02em}.intro p{font-size:17px;max-width:820px;margin:auto;color:var(--muted)}

section{position:relative}.featured{padding:82px 0 120px;background:#fff;overflow:hidden}.section-title{margin-bottom:46px}.section-title.centered{text-align:center}.overline{display:inline-block;color:var(--olive);font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:900;margin-bottom:10px}.overline-light{color:#c7d595}.section-title h2,.story-copy h2,.menu-intro h2,.visit-copy h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(42px,4.2vw,68px);font-weight:500;line-height:1.05;letter-spacing:-.03em;margin:0;color:var(--blue-dark)}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;position:relative;z-index:2}.feature-card{min-width:0}.feature-image{height:330px;overflow:hidden;border-radius:0 0 34px 34px;position:relative;background:var(--blue-soft)}.feature-image:after{content:"";position:absolute;left:-10%;right:-10%;bottom:-24px;height:52px;background:#fff;clip-path:polygon(0 35%,8% 51%,18% 27%,27% 54%,37% 31%,46% 60%,58% 32%,69% 56%,78% 29%,88% 54%,100% 36%,100% 100%,0 100%)}.feature-image img{width:100%;height:100%;object-fit:cover}.feature-copy{padding:24px 6px 0}.feature-copy h3{font-size:25px;color:var(--blue);margin:0 0 8px}.feature-copy p{margin:0 0 16px;color:var(--muted);font-size:15px}.dish-meta{display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid var(--line);padding-top:15px;font-size:12px;text-transform:uppercase;letter-spacing:.06em}.dish-meta span{color:var(--olive);font-weight:800}.dish-meta strong{color:var(--blue-dark)}.feature-lift{transform:translateY(-22px)}
.decor-leaf{position:absolute;display:block;width:180px;height:55px;background:var(--olive);border-radius:100% 0 100% 0;opacity:.9}.decor-left{left:-80px;top:35%;transform:rotate(-35deg)}.decor-right{right:-95px;bottom:14%;transform:rotate(145deg)}

.experience{min-height:700px;padding:92px 0 110px;color:#fff;overflow:hidden}.experience-bg,.experience-overlay{position:absolute;inset:0}.experience-bg img{width:100%;height:100%;object-fit:cover;object-position:center 50%}.experience-overlay{background:linear-gradient(rgba(5,31,45,.72),rgba(4,34,49,.82))}.experience-inner{position:relative;z-index:2}.experience-heading{max-width:720px;margin-bottom:58px}.experience-heading h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(48px,5vw,76px);font-weight:500;line-height:1.02;margin:0 0 14px}.experience-heading p{font-size:17px;color:rgba(255,255,255,.83)}.reason-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.reason-card{background:#fff;color:var(--ink);padding:29px 26px 31px;box-shadow:0 18px 45px rgba(0,0,0,.18);border-radius:8px;min-height:226px;position:relative}.reason-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--blue),var(--olive))}.reason-icon{width:52px;height:52px;border:2px solid var(--blue);border-radius:50%;display:grid;place-items:center;color:var(--blue);font-weight:900;font-size:12px;margin-bottom:17px}.reason-card h3{margin:0 0 8px;color:var(--blue);font-size:21px}.reason-card p{margin:0;color:var(--muted);font-size:14px}

.story{padding:112px 0 130px;background:#fff;overflow:hidden}.story-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:90px;align-items:center}.story-collage{height:560px;position:relative}.story-collage img{position:absolute;object-fit:cover;border-radius:18px;box-shadow:0 16px 38px rgba(18,54,72,.12)}.story-one{width:46%;height:47%;left:0;top:0}.story-two{width:42%;height:38%;right:8%;top:0}.story-three{width:56%;height:48%;right:2%;bottom:0}.story-stamp{position:absolute;left:37%;bottom:7%;width:116px;height:116px;border-radius:50%;background:var(--olive);color:#fff;display:grid;place-items:center;text-align:center;line-height:1.1;font-size:11px;letter-spacing:.14em;box-shadow:0 15px 30px rgba(58,78,30,.25);transform:rotate(-8deg)}.story-stamp b{font-family:Georgia,'Times New Roman',serif;font-size:25px;letter-spacing:0}.story-copy{max-width:650px}.story-copy p{color:var(--muted);font-size:16px;margin:18px 0}.text-link{display:inline-flex;align-items:center;gap:12px;margin-top:15px;color:var(--blue);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:11px;border-bottom:2px solid var(--olive);padding-bottom:5px}.text-link span{font-size:18px}.chickpeas{position:absolute;right:3%;bottom:4%;display:flex;gap:9px;transform:rotate(8deg)}.chickpeas i{display:block;width:24px;height:22px;border-radius:48% 52% 55% 45%;background:#d1b66e;box-shadow:0 4px 9px rgba(0,0,0,.12)}.chickpeas i:nth-child(2){width:30px;height:27px;transform:translateY(-8px)}.chickpeas i:nth-child(4){width:28px;height:25px;transform:translateY(5px)}

.statement{height:520px;position:relative;overflow:hidden}.statement>img,.statement-overlay{position:absolute;inset:0;width:100%;height:100%}.statement>img{object-fit:cover;object-position:center 56%}.statement-overlay{background:rgba(7,23,31,.65)}.statement-copy{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center;padding:30px}.statement-copy span{font-size:12px;letter-spacing:.2em;font-weight:900;margin-bottom:18px}.statement-copy h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(52px,5vw,78px);font-weight:500;line-height:1.03;margin:0}

.menu-section{padding:112px 0;background:var(--blue-soft)}.menu-grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:64px;align-items:start}.menu-intro{padding-top:34px;position:sticky;top:32px}.menu-intro p{color:var(--muted);font-size:16px}.menu-actions{display:flex;gap:10px;flex-wrap:wrap;margin:28px 0 24px}.menu-note{display:flex;flex-wrap:wrap;gap:8px}.menu-note span{background:#fff;border:1px solid var(--line);padding:8px 11px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--olive);font-weight:800}.pdf-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);border:1px solid #dce9ee}.pdf-card object{display:block;width:100%;height:760px}.pdf-fallback{padding:40px;text-align:center}.pdf-mobile{display:none;padding:40px;text-align:center}.pdf-mobile span{font-size:11px;letter-spacing:.17em;color:var(--olive);font-weight:900}.pdf-mobile h3{font-family:Georgia,'Times New Roman',serif;font-size:35px;color:var(--blue);margin:9px 0}.pdf-mobile p{color:var(--muted)}

.gallery{padding:112px 0;background:#fff}.split-title{display:flex;align-items:end;justify-content:space-between;gap:30px}.split-title>div{max-width:850px}.gallery-grid{display:grid;grid-template-columns:1.05fr .75fr .75fr;grid-template-rows:290px 290px;gap:16px}.gallery-grid img{width:100%;height:100%;object-fit:cover;border-radius:12px}.gallery-grid img:first-child{grid-row:1/3}.gallery-grid img:nth-child(3){grid-column:2/4}.gallery-grid img:nth-child(4),.gallery-grid img:nth-child(5){height:100%}

.social-cta{padding:88px 0;background:#fff;overflow:hidden}.social-cta-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:62px;align-items:center;position:relative;z-index:2}.social-card{background:var(--blue);color:#fff;min-height:360px;padding:62px;display:flex;flex-direction:column;justify-content:center;border-radius:10px}.social-card h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(40px,4vw,60px);font-weight:500;line-height:1.05;margin:0 0 28px}.social-buttons{display:flex;gap:9px;flex-wrap:wrap}.social-buttons a{border:1px solid rgba(255,255,255,.65);padding:10px 14px;border-radius:999px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.social-buttons a:hover{background:#fff;color:var(--blue)}.social-image{height:360px;position:relative;overflow:hidden;border-radius:10px}.social-image img{width:100%;height:100%;object-fit:cover;object-position:center 54%}.play-dot{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--blue);font-size:17px;padding-left:4px;box-shadow:0 13px 30px rgba(0,0,0,.22)}.social-leaf-left{left:-100px;top:7%;transform:rotate(-25deg)}.social-leaf-right{right:-90px;bottom:9%;transform:rotate(155deg)}

.faq{padding:105px 0;background:var(--olive-soft)}.faq-list{border-top:1px solid rgba(85,100,37,.22)}.faq-list details{border-bottom:1px solid rgba(85,100,37,.22)}.faq-list summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:23px 0;font-weight:800;color:var(--blue-dark)}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";width:32px;height:32px;border:1px solid rgba(85,100,37,.38);border-radius:50%;display:grid;place-items:center;color:var(--olive);font-size:19px}.faq-list details[open] summary:after{content:"–"}.faq-list p{margin:0;padding:0 55px 24px 0;color:var(--muted)}

.visit{padding:110px 0;background:#fff}.visit-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:80px;align-items:center}.visit-copy p{max-width:540px;color:var(--muted);margin:19px 0 28px}.visit-card{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:10px 34px;border-radius:10px}.visit-row{display:grid;grid-template-columns:140px 1fr;gap:28px;padding:22px 0;border-bottom:1px solid var(--line)}.visit-row:last-child{border-bottom:0}.visit-row span{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--olive);font-weight:900}.visit-row strong{font-size:15px}.visit-row a:hover{color:var(--blue)}

.site-footer{background:#182128;color:#fff;padding:74px 0 22px;border-top:7px solid var(--blue)}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .95fr .7fr 1fr;gap:55px}.footer-wordmark b{color:#fff}.footer-wordmark small{color:#c8d792}.footer-wordmark .brand-mark{border-color:#fff}.footer-brand p{max-width:330px;color:rgba(255,255,255,.62);font-size:14px;margin-top:20px}.footer-col h3{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#fff;margin:0 0 18px}.footer-col a,.footer-col p{display:block;color:rgba(255,255,255,.65);font-size:13px;margin:8px 0}.footer-col a:hover{color:#fff}.footer-reserve{display:inline-flex!important;background:var(--blue);color:#fff!important;padding:12px 14px!important;margin-top:14px!important;font-weight:900!important}.footer-bottom{border-top:1px solid rgba(255,255,255,.13);margin-top:55px;padding-top:20px;display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;color:rgba(255,255,255,.46);font-size:11px}.footer-bottom a:hover{color:#fff}

@media(max-width:1280px){
  .wide{width:min(var(--max),calc(100% - 44px))}.desktop-nav{gap:19px}.desktop-nav a{font-size:10px}.header-social{display:none}.reserve-header{padding:0 14px;font-size:10px}.hero-inner{grid-template-columns:minmax(0,1.08fr) minmax(300px,.7fr)}.footer-grid{gap:35px}
}
@media(max-width:1080px){
  .site-header{height:82px}.header-inner{grid-template-columns:auto 1fr auto}.desktop-nav{display:none}.header-actions{margin-left:auto}.mobile-nav{display:block}.hero{min-height:590px;height:650px}.hero-inner{grid-template-columns:1fr minmax(260px,.55fr)}.hero h1{font-size:64px}.hero-food{width:310px}.reason-grid{grid-template-columns:repeat(2,1fr)}.story-grid{gap:55px}.story-collage{height:480px}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-brand{grid-row:span 2}
}
@media(max-width:860px){
  .wide,.narrow{width:calc(100% - 34px)}.topbar-right>a,.divider{display:none}.header-actions{display:none}.hero{height:auto;min-height:720px}.hero-inner{grid-template-columns:1fr;padding-top:70px;padding-bottom:120px}.hero-copy{max-width:650px}.hero-food{position:absolute;width:250px;right:0;bottom:75px;opacity:.96}.hero h1{font-size:58px}.hero p{max-width:500px}.feature-grid{grid-template-columns:1fr}.feature-lift{transform:none}.feature-card{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:22px;align-items:center}.feature-image{height:260px;border-radius:0 0 26px 26px}.feature-copy{padding:0}.experience{padding:80px 0}.story-grid,.menu-grid,.social-cta-grid,.visit-grid{grid-template-columns:1fr}.story-collage{max-width:700px}.menu-intro{position:static;padding-top:0}.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:260px 260px 260px}.gallery-grid img:first-child{grid-row:1/3}.gallery-grid img:nth-child(3){grid-column:auto}.gallery-grid img:nth-child(5){grid-column:1/3}.social-card,.social-image{min-height:320px;height:320px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-row:auto}.chickpeas{display:none}
}
@media(max-width:620px){
  .topbar{font-size:10px}.topbar-inner{min-height:38px}.google-rating{gap:7px}.wordmark b{font-size:23px}.wordmark small{display:none}.brand-mark{width:31px;height:31px}.brand-mark i:first-child{left:8px;top:8px}.brand-mark i:last-child{left:7px;top:18px}.site-header{height:70px}.mobile-nav summary{padding:9px 11px}.hero{min-height:650px}.hero-inner{padding-top:55px;padding-bottom:105px}.hero h1{font-size:47px}.hero p{font-size:16px;max-width:90%}.hero-food{width:190px;right:-35px;bottom:82px}.olive,.leaf{display:none}.brush-edge{height:60px}.intro{padding:35px 0 70px}.intro h2{font-size:27px}.intro p{font-size:15px}.featured,.story,.gallery,.menu-section,.visit{padding:75px 0}.section-title{margin-bottom:32px}.section-title h2,.story-copy h2,.menu-intro h2,.visit-copy h2{font-size:41px}.feature-card{grid-template-columns:1fr;gap:0}.feature-image{height:285px}.feature-copy{padding:20px 4px 14px}.decor-leaf{width:115px;height:36px}.experience{min-height:auto;padding:75px 0}.experience-heading h2{font-size:45px}.reason-grid{grid-template-columns:1fr}.reason-card{min-height:auto}.story-collage{height:430px}.story-one{width:54%;height:41%}.story-two{width:39%;right:1%;height:33%}.story-three{width:64%;height:48%;right:0}.story-stamp{left:29%;width:98px;height:98px}.statement{height:420px}.statement-copy h2{font-size:45px}.menu-actions{flex-direction:column}.menu-actions .button{width:100%}.pdf-card object{display:none}.pdf-mobile{display:block}.gallery-grid{grid-template-columns:1fr;grid-template-rows:none}.gallery-grid img,.gallery-grid img:first-child,.gallery-grid img:nth-child(3),.gallery-grid img:nth-child(5){grid-column:auto;grid-row:auto;height:250px}.split-title{display:block}.split-title .text-link{margin-top:18px}.social-cta{padding:65px 0}.social-card{padding:34px 26px;height:auto;min-height:300px}.social-card h2{font-size:40px}.social-image{height:290px;min-height:0}.faq{padding:72px 0}.visit-row{grid-template-columns:1fr;gap:6px}.visit-card{padding:7px 22px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.google-rating strong{font-size:9px}.stars{letter-spacing:.05em}.topbar-right{gap:6px}
}
