:root{--green:#1d7a38;--green-2:#3aa65a;--deep:#0f2f1b;--soft:#ecf8ee;--mint:#f8fff9;--gold:#cda04b;--ink:#172218;--muted:#68756b;--white:#fff;--shadow:0 24px 70px rgba(20,80,35,.14);--radius:34px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--ink);background:linear-gradient(180deg,#fff 0%,#f8fff9 55%,#fff 100%);overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}.nav{position:fixed;top:18px;left:50%;transform:translateX(-50%);width:min(1180px,92%);height:82px;z-index:50;border:1px solid rgba(29,122,56,.12);background:rgba(255,255,255,.82);backdrop-filter:blur(22px);border-radius:999px;display:flex;align-items:center;justify-content:space-between;padding:0 18px 0 24px;box-shadow:0 18px 55px rgba(10,50,20,.1)}.logo img{height:70px;width:auto}.navlinks{display:flex;gap:24px;align-items:center;font-size:14px;font-weight:700;color:#234a2d}.navlinks a{opacity:.84}.navlinks a:hover,.navlinks a.active{color:var(--green);opacity:1}.menu{display:none;border:0;background:var(--soft);border-radius:50%;width:48px;height:48px;font-size:22px}.pill{display:inline-flex;gap:10px;align-items:center;padding:12px 20px;border-radius:999px;background:var(--deep);color:white;font-weight:800;box-shadow:0 20px 45px rgba(15,47,27,.16)}.pill.light{background:white;color:var(--green);border:1px solid rgba(29,122,56,.14)}.hero{min-height:100vh;padding:160px 0 80px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 20%,rgba(58,166,90,.16),transparent 28%),radial-gradient(circle at 10% 90%,rgba(205,160,75,.12),transparent 30%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center;position:relative}.kicker{font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--green);font-weight:900;margin-bottom:18px}.display{font-family:'Cormorant Garamond',serif;font-size:clamp(58px,8vw,116px);line-height:.86;margin:0 0 28px;color:var(--deep);letter-spacing:-.04em}.lead{font-size:18px;color:var(--muted);max-width:560px;margin:0 0 34px;line-height:1.85}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.hero-image{position:relative}.hero-frame{height:680px;border-radius:48px;overflow:hidden;box-shadow:var(--shadow);position:relative;transform:rotate(1.5deg)}.hero-frame img{width:100%;height:100%;object-fit:cover;animation:slowZoom 18s ease-in-out infinite alternate}.hero-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.2))}.float-card{position:absolute;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.5);border-radius:28px;padding:20px 24px;box-shadow:0 25px 60px rgba(20,80,35,.18)}.float-card.one{left:-36px;bottom:42px}.float-card.two{right:-18px;top:72px}.float-card b{font-size:28px;color:var(--green);display:block}.section{padding:110px 0}.title-wrap{max-width:820px;margin-bottom:54px}.section .kicker{text-align:left}.section h2{font-family:'Cormorant Garamond',serif;font-size:clamp(42px,6vw,78px);line-height:.95;margin:0 0 18px;color:var(--deep);letter-spacing:-.035em}.section p.sub{font-size:17px;color:var(--muted);line-height:1.8;max-width:760px}.highlights{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.highlight{background:rgba(255,255,255,.72);border:1px solid rgba(29,122,56,.1);border-radius:28px;padding:26px 18px;min-height:160px;box-shadow:0 15px 40px rgba(20,80,35,.06);transition:.35s}.highlight:hover{transform:translateY(-9px);box-shadow:var(--shadow);border-color:rgba(29,122,56,.26)}.highlight i{font-size:38px;color:var(--green);display:block;margin-bottom:18px}.highlight b{display:block;color:var(--deep);font-size:15px}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.split.reverse{grid-template-columns:.95fr 1.05fr}.photo-xl{height:620px;border-radius:46px;overflow:hidden;box-shadow:var(--shadow)}.photo-xl img{width:100%;height:100%;object-fit:cover;transition:1s}.photo-xl:hover img{transform:scale(1.06)}.story{padding:20px}.story h3{font-family:'Cormorant Garamond',serif;font-size:56px;line-height:.98;margin:0 0 22px;color:var(--deep)}.story p{color:var(--muted);font-size:17px;line-height:1.9}.rooms-list{display:grid;gap:70px}.room-row{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.room-row:nth-child(even) .room-img{order:2}.room-img{height:420px;border-radius:36px;overflow:hidden;box-shadow:var(--shadow)}.room-img img{width:100%;height:100%;object-fit:cover}.room-copy span{color:var(--green);font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:12px}.room-copy h3{font-family:'Cormorant Garamond',serif;font-size:48px;line-height:1;margin:12px 0}.room-copy p{color:var(--muted);line-height:1.85}.features{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.tag{border:1px solid rgba(29,122,56,.16);background:var(--soft);border-radius:999px;padding:9px 13px;color:var(--green);font-weight:800;font-size:12px}.wellness-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.treat{background:white;border:1px solid rgba(29,122,56,.12);border-radius:30px;padding:28px;box-shadow:0 16px 45px rgba(20,80,35,.07);position:relative;overflow:hidden}.treat:before{content:"";position:absolute;right:-45px;top:-45px;width:130px;height:130px;background:rgba(58,166,90,.09);border-radius:50%}.treat h3{font-family:'Cormorant Garamond',serif;font-size:30px;margin:0 0 14px;color:var(--deep)}.price{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px dashed rgba(29,122,56,.22);color:var(--muted)}.price b{color:var(--green)}.dayout{background:linear-gradient(135deg,#eef9ef,#fff);border-radius:52px;padding:60px;display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:center;box-shadow:var(--shadow)}.dayout img{height:560px;width:100%;object-fit:cover;border-radius:42px}.masonry{columns:3 280px;column-gap:18px}.masonry a{display:block;margin:0 0 18px;border-radius:26px;overflow:hidden;box-shadow:0 12px 35px rgba(20,80,35,.1);break-inside:avoid}.masonry img{width:100%;transition:.7s}.masonry a:hover img{transform:scale(1.06)}.reviews{background:var(--deep);color:white;overflow:hidden}.reviews h2{color:white}.review-track{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:18px}.review-track::-webkit-scrollbar{height:8px}.review-track::-webkit-scrollbar-thumb{background:rgba(255,255,255,.28);border-radius:999px}.review{min-width:380px;scroll-snap-align:start;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);border-radius:34px;padding:34px;backdrop-filter:blur(18px)}.stars{color:#ffd66b;letter-spacing:4px;margin-bottom:18px}.review p{font-family:'Cormorant Garamond',serif;font-size:30px;line-height:1.12;margin:0 0 26px}.reviewer{display:flex;align-items:center;gap:14px}.avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,var(--green),#8ad69a);display:grid;place-items:center;font-weight:900;color:white}.reviewer small{color:rgba(255,255,255,.65)}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px}.contact-card{background:white;border:1px solid rgba(29,122,56,.12);border-radius:36px;padding:36px;box-shadow:var(--shadow)}.contact-line{padding:15px 0;border-bottom:1px solid rgba(29,122,56,.1);color:var(--muted)}.contact-line b{color:var(--deep)}iframe{width:100%;height:420px;border:0;border-radius:36px;box-shadow:var(--shadow)}.footer{background:#0b2112;color:rgba(255,255,255,.7);padding:50px 0}.footer-grid{display:flex;justify-content:space-between;gap:20px;align-items:center}.reveal{opacity:0;transform:translateY(40px);transition:1s cubic-bezier(.2,.8,.2,1)}.reveal.show{opacity:1;transform:none}.wa{position:fixed;right:22px;bottom:22px;z-index:60;background:#20c767;color:white;width:64px;height:64px;border-radius:50%;display:grid;place-items:center;box-shadow:0 20px 50px rgba(32,199,103,.35);font-size:28px}@keyframes slowZoom{from{transform:scale(1)}to{transform:scale(1.1)}}@media(max-width:980px){.nav{top:10px;height:76px}.navlinks{position:absolute;top:88px;left:0;right:0;display:none;flex-direction:column;background:white;border-radius:28px;padding:24px;box-shadow:var(--shadow)}.navlinks.open{display:flex}.menu{display:block}.hero-grid,.split,.split.reverse,.room-row,.dayout,.contact-grid{grid-template-columns:1fr}.hero{padding-top:130px}.hero-frame{height:520px;transform:none}.float-card{position:static;margin-top:16px}.highlights{grid-template-columns:repeat(2,1fr)}.wellness-grid{grid-template-columns:1fr}.photo-xl{height:440px}.room-row:nth-child(even) .room-img{order:0}.footer-grid{flex-direction:column;text-align:center}.display{font-size:58px}}@media(max-width:560px){.logo img{height:58px}.nav{padding-left:16px}.hero-frame,.photo-xl,.room-img,.dayout img{height:360px;border-radius:30px}.display{font-size:50px}.section{padding:74px 0}.section h2{font-size:46px}.story h3{font-size:42px}.highlights{grid-template-columns:1fr}.dayout{padding:28px;border-radius:34px}.review{min-width:86vw}.review p{font-size:25px}.wellness-grid{gap:16px}.masonry{columns:1}.wa{width:58px;height:58px}}


/* Premium navbar + cinematic hero slider update */
.nav{height:92px;padding:0 18px 0 22px;background:rgba(255,255,255,.68);border:1px solid rgba(255,255,255,.55);box-shadow:0 18px 60px rgba(14,60,25,.12), inset 0 1px 0 rgba(255,255,255,.7)}
.nav.scrolled{height:78px;top:12px;background:rgba(255,255,255,.84);box-shadow:0 18px 48px rgba(14,60,25,.15)}
.logo{display:flex;align-items:center;border-radius:999px;padding:0 4px;line-height:0}.logo img{height:82px;max-width:210px;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(15,47,27,.12))}.nav.scrolled .logo img{height:70px}.navlinks{gap:18px}.navlinks a{position:relative;padding:11px 4px;font-size:13px;letter-spacing:.01em}.navlinks a:after{content:"";position:absolute;left:4px;right:4px;bottom:5px;height:2px;background:linear-gradient(90deg,var(--green),#93d89f);border-radius:999px;transform:scaleX(0);transform-origin:left;transition:.35s}.navlinks a:hover:after,.navlinks a.active:after{transform:scaleX(1)}
.hero-luxe{min-height:100vh;padding:0;display:flex;align-items:center;position:relative;overflow:hidden;background:#eaf8ee}.hero-luxe:before{display:none}.hero-slides{position:absolute;inset:0;z-index:0}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.08);transition:opacity 1.35s ease,transform 6s ease}.hero-slide.active{opacity:1;transform:scale(1)}.hero-gradient{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(248,255,249,.96) 0%,rgba(248,255,249,.86) 38%,rgba(248,255,249,.34) 64%,rgba(248,255,249,.08) 100%),radial-gradient(circle at 15% 25%,rgba(58,166,90,.18),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.35),rgba(255,255,255,.12))}.hero-luxe-content{position:relative;z-index:2;padding:165px 0 90px}.hero-copy{max-width:700px}.hero-copy .display{font-size:clamp(62px,9vw,128px);line-height:.84}.hero-info-panel{position:absolute;right:0;bottom:72px;display:grid;grid-template-columns:repeat(3,1fr);gap:0;min-width:min(570px,48vw);background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.7);box-shadow:0 28px 70px rgba(14,60,25,.14);backdrop-filter:blur(24px);border-radius:34px;overflow:hidden}.hero-info-panel div{padding:25px 28px;border-right:1px solid rgba(29,122,56,.1)}.hero-info-panel div:last-child{border-right:0}.hero-info-panel strong{display:block;font-family:'Cormorant Garamond',serif;font-size:34px;line-height:1;color:var(--deep)}.hero-info-panel span{display:block;margin-top:7px;color:var(--muted);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.slider-dots{position:absolute;z-index:4;left:50%;bottom:32px;transform:translateX(-50%);display:flex;gap:10px}.slider-dots button{width:38px;height:8px;border:0;border-radius:999px;background:rgba(29,122,56,.22);cursor:pointer;transition:.35s}.slider-dots button.active{width:72px;background:var(--green)}
.nav .menu{background:rgba(29,122,56,.09);color:var(--deep);box-shadow:inset 0 0 0 1px rgba(29,122,56,.08)}
@media(max-width:980px){.nav{height:82px}.logo img{height:72px;max-width:190px}.navlinks{position:fixed;top:92px;left:4%;right:4%;display:flex;opacity:0;pointer-events:none;transform:translateY(-10px);gap:0;overflow:hidden;background:rgba(255,255,255,.94);backdrop-filter:blur(22px);border:1px solid rgba(29,122,56,.1);border-radius:32px;padding:15px;box-shadow:0 25px 70px rgba(14,60,25,.18);transition:.35s}.navlinks.open{opacity:1;pointer-events:auto;transform:none}.navlinks a{width:100%;padding:14px 18px;border-radius:18px}.navlinks a:hover,.navlinks a.active{background:var(--soft)}.navlinks a:after{display:none}.hero-luxe-content{padding:135px 0 70px}.hero-gradient{background:linear-gradient(180deg,rgba(248,255,249,.93) 0%,rgba(248,255,249,.77) 42%,rgba(248,255,249,.45) 100%)}.hero-info-panel{position:relative;right:auto;bottom:auto;margin-top:36px;min-width:0;width:100%;grid-template-columns:1fr 1fr 1fr}.slider-dots{bottom:20px}}@media(max-width:560px){.nav{height:76px;top:10px}.logo img{height:64px;max-width:155px}.hero-copy .display{font-size:56px}.hero-info-panel{grid-template-columns:1fr;border-radius:28px}.hero-info-panel div{border-right:0;border-bottom:1px solid rgba(29,122,56,.1);padding:20px 22px}.hero-info-panel div:last-child{border-bottom:0}.slider-dots button{width:26px}.slider-dots button.active{width:50px}}


/* Final polish: premium footer + clean home gallery */
.home-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.home-gallery a{position:relative;display:block;height:310px;border-radius:30px;overflow:hidden;box-shadow:0 18px 55px rgba(20,80,35,.12);background:#eaf7ed}
.home-gallery a:nth-child(1),.home-gallery a:nth-child(3){height:390px}
.home-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .9s cubic-bezier(.2,.8,.2,1), filter .9s}
.home-gallery a:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(9,41,21,.28));opacity:.85;transition:.45s}
.home-gallery a:hover img{transform:scale(1.08);filter:saturate(1.08)}
.home-gallery a:hover:after{opacity:.55}
.premium-footer{background:linear-gradient(135deg,#07190d 0%,#102d18 48%,#0b2112 100%);color:rgba(255,255,255,.76);padding:78px 0 26px;position:relative;overflow:hidden}
.premium-footer:before{content:"";position:absolute;right:-140px;top:-180px;width:420px;height:420px;border-radius:50%;background:rgba(58,166,90,.18);filter:blur(20px)}
.premium-footer:after{content:"";position:absolute;left:-160px;bottom:-180px;width:360px;height:360px;border-radius:50%;background:rgba(205,160,75,.12);filter:blur(18px)}
.footer-top{position:relative;z-index:1;display:grid;grid-template-columns:1.45fr .8fr .95fr 1.25fr;gap:42px;align-items:start}
.footer-brand img{width:190px;max-height:105px;object-fit:contain;filter:drop-shadow(0 15px 22px rgba(0,0,0,.22));margin-bottom:18px}
.footer-brand p{font-size:15px;line-height:1.85;max-width:390px;margin:0 0 22px;color:rgba(255,255,255,.72)}
.footer-cta{display:inline-flex;align-items:center;gap:10px;padding:13px 18px;border-radius:999px;background:#fff;color:var(--green);font-weight:900;box-shadow:0 18px 45px rgba(0,0,0,.18)}
.footer-col h4{font-family:'Cormorant Garamond',serif;color:#fff;font-size:28px;line-height:1;margin:8px 0 20px;letter-spacing:-.02em}
.footer-col a,.footer-col span{display:block;color:rgba(255,255,255,.7);font-size:14px;line-height:1.55;margin:0 0 13px;transition:.28s}
.footer-col a:hover{color:#fff;transform:translateX(4px)}
.contact-footer span{display:flex;gap:11px;align-items:flex-start}
.contact-footer i{color:#8ad69a;font-size:16px;margin-top:2px;min-width:18px}
.footer-bottom{position:relative;z-index:1;margin-top:52px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:22px;font-size:13px;color:rgba(255,255,255,.58)}
@media(max-width:980px){.home-gallery{grid-template-columns:repeat(2,1fr)}.home-gallery a,.home-gallery a:nth-child(1),.home-gallery a:nth-child(3){height:300px}.footer-top{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column}.footer-brand{grid-column:1/-1}}
@media(max-width:560px){.home-gallery{grid-template-columns:1fr}.home-gallery a,.home-gallery a:nth-child(1),.home-gallery a:nth-child(3){height:275px;border-radius:24px}.premium-footer{padding-top:58px}.footer-top{grid-template-columns:1fr;gap:28px}.footer-brand img{width:160px}.footer-col h4{font-size:25px}.footer-bottom{margin-top:34px}}

/* Responsive spacing cleanup - remove unnecessary empty areas */
:root{--section-y:86px;--section-y-sm:58px}
.section{padding:var(--section-y) 0}
.title-wrap{margin-bottom:38px}
.section p.sub{margin-top:0}
.hero:not(.hero-luxe){min-height:auto;padding:132px 0 62px}
.hero:not(.hero-luxe) .hero-grid{gap:38px}
.hero:not(.hero-luxe) .display{font-size:clamp(48px,6vw,88px);line-height:.9;margin-bottom:20px}
.hero:not(.hero-luxe) .lead{margin-bottom:24px}
.hero:not(.hero-luxe) .hero-frame{height:500px;border-radius:38px}
.hero:not(.hero-luxe):before{background:radial-gradient(circle at 80% 22%,rgba(58,166,90,.13),transparent 26%),radial-gradient(circle at 10% 80%,rgba(205,160,75,.08),transparent 28%)}
.rooms-list{gap:46px}.room-row{gap:38px}.room-img{height:360px;border-radius:30px}.room-copy h3{font-size:42px}.photo-xl{height:500px;border-radius:38px}.story h3{font-size:48px}.dayout{padding:42px;border-radius:42px}.dayout img{height:440px;border-radius:34px}.wellness-grid{gap:18px}.treat{padding:24px;border-radius:26px}.contact-card{padding:30px}.highlights{gap:12px}.highlight{min-height:132px;padding:22px 16px}.highlight i{font-size:32px;margin-bottom:14px}
/* Gallery hero: fill right-side blank space with image collage */
.gallery-hero{padding-bottom:38px!important}
.gallery-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center}
.gallery-hero-collage{height:390px;position:relative}
.gallery-hero-collage img{position:absolute;object-fit:cover;border-radius:30px;box-shadow:0 20px 55px rgba(20,80,35,.14)}
.gallery-hero-collage img:nth-child(1){width:62%;height:82%;right:0;top:5%;z-index:2}
.gallery-hero-collage img:nth-child(2){width:46%;height:52%;left:4%;bottom:0;z-index:3}
.gallery-hero-collage img:nth-child(3){width:42%;height:48%;left:18%;top:0;z-index:1;filter:saturate(1.02)}
.page-gallery .section{padding-top:34px}.masonry{column-gap:16px}.masonry a{margin-bottom:16px;border-radius:22px}
/* Home hero slightly tighter on desktop */
.hero-luxe-content{padding:135px 0 80px}.hero-info-panel{bottom:52px}.hero-copy .lead{margin-bottom:26px}
@media(max-width:980px){
  .section{padding:70px 0}.title-wrap{margin-bottom:30px}.hero:not(.hero-luxe){padding:116px 0 46px}.hero:not(.hero-luxe) .hero-grid{gap:28px}.hero:not(.hero-luxe) .hero-frame{height:390px}.photo-xl{height:380px}.room-img{height:330px}.rooms-list{gap:36px}.dayout{padding:30px}.dayout img{height:340px}.gallery-hero-grid{grid-template-columns:1fr;gap:24px}.gallery-hero-collage{height:330px}.page-gallery .section{padding-top:20px}.hero-luxe-content{padding:122px 0 62px}.hero-info-panel{margin-top:26px}.display{font-size:54px}.section h2{font-size:54px}
}
@media(max-width:560px){
  .container{width:min(100% - 32px,1180px)}.section{padding:var(--section-y-sm) 0}.title-wrap{margin-bottom:24px}.hero:not(.hero-luxe){padding:102px 0 34px}.hero:not(.hero-luxe) .display{font-size:44px}.hero:not(.hero-luxe) .lead{font-size:16px;line-height:1.65}.hero:not(.hero-luxe) .hero-frame{height:290px;border-radius:24px}.photo-xl,.room-img,.dayout img{height:270px;border-radius:24px}.story{padding:0}.story h3{font-size:36px}.room-copy h3{font-size:35px}.room-row{gap:20px}.rooms-list{gap:34px}.highlights{gap:10px}.highlight{min-height:auto;padding:18px}.wellness-grid{gap:14px}.treat{padding:20px}.dayout{padding:22px;border-radius:28px}.gallery-hero-collage{height:260px}.gallery-hero-collage img{border-radius:20px}.masonry a{border-radius:18px}.home-gallery a,.home-gallery a:nth-child(1),.home-gallery a:nth-child(3){height:230px}.contact-card{padding:22px;border-radius:26px}iframe{height:300px;border-radius:24px}.review{min-width:84vw;padding:24px}.review p{font-size:23px}.footer-top{gap:24px}.premium-footer{padding:48px 0 22px}.wa{right:16px;bottom:16px}
}

/* === Hosting-ready final polish: readability, spacing, mobile fixes === */
.lead{color:#536257;line-height:1.78;max-width:780px}
.kicker{letter-spacing:.20em;color:#138334}
.title-wrap p,.story p,.room-copy p,.footer-brand p{line-height:1.82}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
.contact-card h2{letter-spacing:-.04em;color:var(--deep)}
.contact-line{font-size:18px;line-height:1.55;padding:18px 0;border-bottom:1px solid rgba(29,122,56,.12)}
.contact-line b{display:block;margin-bottom:5px;color:#062d16;font-weight:900}.contact-line i{color:var(--green);margin-right:8px}
.review small{color:rgba(255,255,255,.66);font-weight:700;letter-spacing:.02em}.reviewer b{color:#fff}
.premium-footer .footer-brand img{filter:drop-shadow(0 16px 24px rgba(0,0,0,.28));opacity:.96}

@media (min-width:981px){.hero-info-panel{bottom:52px}}
@media (max-width:980px){
  .hero-luxe-content{padding:116px 0 50px}.hero-copy .lead{max-width:620px}.hero-info-panel{position:relative!important;bottom:auto!important;right:auto!important;margin-top:28px;transform:none!important}.hero-actions{margin-bottom:0}.slider-dots{display:none}.nav{width:min(94%,1180px)}
}
@media (max-width:560px){
  .hero-luxe-content{padding:100px 0 42px}.hero-copy .display{font-size:50px;line-height:.88;margin-bottom:18px}.hero-copy .lead{font-size:17px;line-height:1.74;margin-bottom:22px}.pill{padding:13px 18px}.hero-info-panel{margin-top:24px}.hero-info-panel strong{font-size:30px}.hero-info-panel div{padding:18px 22px}.contact-line{font-size:16px}.contact-card h2{font-size:42px!important}.navlinks{top:92px}.nav{border-radius:30px}.logo img{height:58px}.menu{width:54px;height:54px}
}

.food-icon{width:42px;height:42px;border-radius:999px;display:inline-grid;place-items:center;background:linear-gradient(135deg,rgba(46,125,50,.13),rgba(212,175,55,.16));color:var(--green);margin-bottom:12px;box-shadow:0 12px 28px rgba(46,125,50,.10)}
.food-icon svg{width:24px;height:24px;fill:currentColor;display:block}
.highlight .food-icon{margin-bottom:10px}


/* Mobile highlights slider */
@media (max-width:560px){
  .highlights{
    display:flex !important;
    overflow-x:auto;
    gap:14px;
    padding-bottom:10px;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
  }
  .highlights::-webkit-scrollbar{display:none}
  .highlight{
    min-width:220px !important;
    flex:0 0 220px;
    scroll-snap-align:start;
    min-height:140px;
  }
}


/* v9 fix: footer phone icon removal safety + improved home review scrolling */
.contact-footer span:empty{display:none!important}

.review-track{overflow-x:auto!important;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;cursor:grab}
.review-track:active{cursor:grabbing}
.review-track .review{flex:0 0 380px}
.review-hint{margin-top:14px;color:rgba(255,255,255,.68);font-weight:700;font-size:13px;letter-spacing:.04em}
@media(max-width:560px){.review-track{padding-left:2px;padding-right:18px}.review-track .review{flex-basis:84vw;min-width:84vw}.review-hint{text-align:center}}


/* Final polish audit fixes */
.footer-brand p{max-width:360px}
.footer-col span:empty{display:none!important}
.contact-footer span{display:flex;align-items:flex-start;gap:10px;line-height:1.65}
.review-track{display:flex!important;gap:22px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin;padding-bottom:20px!important;touch-action:pan-x!important}
.review-track .review{flex:0 0 clamp(300px,34vw,420px)!important;min-width:clamp(300px,34vw,420px)!important;scroll-snap-align:start!important}
.review p{min-height:96px}
@media(max-width:560px){
  .review-track{gap:16px!important;padding-right:24px!important}
  .review-track .review{flex:0 0 84vw!important;min-width:84vw!important;padding:24px!important}
  .review p{font-size:22px!important;min-height:120px!important}
  .footer-bottom span:last-child{line-height:1.7;text-align:center}
}
