@font-face{font-family:Vazirmatn;src:url("assets/fonts/Vazirmatn-Regular.ttf") format("truetype");font-weight:400;font-display:swap}
@font-face{font-family:Vazirmatn;src:url("assets/fonts/Vazirmatn-Medium.ttf") format("truetype");font-weight:500;font-display:swap}
@font-face{font-family:Vazirmatn;src:url("assets/fonts/Vazirmatn-Bold.ttf") format("truetype");font-weight:700;font-display:swap}
@font-face{font-family:Vazirmatn;src:url("assets/fonts/Vazirmatn-ExtraBold.ttf") format("truetype");font-weight:800;font-display:swap}
:root{--green:#173f37;--green-dark:#0d2e29;--green-soft:#23564b;--gold:#f3b63a;--gold-light:#ffcf65;--cream:#f8f2e7;--paper:#fffdf8;--ink:#1e2825;--muted:#6c7773;--line:#e7dfd2;--white:#fff;--shadow:0 20px 60px rgba(24,49,43,.12)}
*{box-sizing:border-box}[hidden]{display:none!important}
.icon-sprite{position:absolute;width:0;height:0;overflow:hidden}
.ui-icon{width:20px;height:20px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Vazirmatn,Tahoma,sans-serif;font-weight:400;line-height:1.8;overflow-x:hidden}
button,input{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{border:0;cursor:pointer}
.skip-link{position:fixed;right:20px;top:-70px;z-index:999;background:var(--gold);padding:10px 18px;border-radius:12px;font-weight:700;transition:.2s}
.skip-link:focus{top:15px}
.site-header{position:absolute;top:0;right:0;left:0;z-index:40;color:#fff}
.nav-shell{width:min(1180px,calc(100% - 48px));height:96px;margin:auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.18)}
.brand{display:flex;align-items:center;gap:12px}
.brand-mark{width:48px;height:48px;border:1px solid rgba(255,255,255,.35);border-radius:15px;display:grid;place-items:center;background:rgba(255,255,255,.08);color:var(--gold);font-size:27px;font-weight:800;box-shadow:inset 0 0 0 4px rgba(255,255,255,.03)}
.brand-copy{display:flex;flex-direction:column;line-height:1.15}
.brand-copy strong{font-size:21px;letter-spacing:-.6px}
.brand-copy small{font-size:8px;letter-spacing:.2px;color:rgba(255,255,255,.62);margin-top:5px;white-space:nowrap}
.desktop-nav{display:flex;align-items:center;gap:34px;font-size:14px;color:rgba(255,255,255,.72)}
.desktop-nav a{position:relative;padding:36px 0;transition:.2s}
.desktop-nav a:hover,.desktop-nav a.active{color:#fff}
.desktop-nav a.active:after{content:"";position:absolute;bottom:-1px;right:0;left:0;height:2px;background:var(--gold);border-radius:2px}
.nav-actions{display:flex;align-items:center;gap:18px}
.open-status{display:flex;align-items:center;gap:7px;font-size:12px;color:rgba(255,255,255,.75)}
.open-status i{width:7px;height:7px;border-radius:50%;background:#67d69d;box-shadow:0 0 0 4px rgba(103,214,157,.13)}
.open-status.closed i{background:#e66d66;box-shadow:0 0 0 4px rgba(230,109,102,.13)}
.hero{position:relative;min-height:760px;background:var(--green);color:#fff;overflow:hidden}
.hero:before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(255,255,255,.05);border-radius:50%;right:-180px;top:120px;box-shadow:0 0 0 90px rgba(255,255,255,.018),0 0 0 180px rgba(255,255,255,.012)}
.hero-texture{position:absolute;inset:0;opacity:.08;background-image:radial-gradient(rgba(255,255,255,.8) .7px,transparent .7px);background-size:20px 20px;mask-image:linear-gradient(90deg,transparent,#000 40%,transparent)}
.hero-shell{width:min(1180px,calc(100% - 48px));margin:auto;min-height:700px;padding-top:142px;display:grid;grid-template-columns:1fr .95fr;gap:80px;align-items:center;position:relative;z-index:2}
.hero-copy{padding-bottom:42px}
.eyebrow{font-size:11px;font-weight:700;letter-spacing:1.2px;color:var(--gold);display:flex;align-items:center;gap:10px;margin-bottom:18px}
.eyebrow span{width:28px;height:1px;background:currentColor}
.eyebrow.dark{color:#b37716}
.hero h1{font-size:clamp(54px,6.2vw,82px);line-height:1.18;letter-spacing:-4px;margin:0 0 24px;font-weight:800}
.hero h1 em{font-style:normal;color:var(--gold)}
.hero-copy>p{max-width:560px;color:rgba(255,255,255,.68);font-size:16px;line-height:2.1;margin:0 0 32px}
.hero-actions{display:flex;align-items:center;gap:26px}
.primary-button{height:54px;padding:0 23px;border-radius:15px;background:#fff;color:var(--green-dark);display:inline-flex;align-items:center;gap:24px;font-size:14px;font-weight:700;box-shadow:0 14px 30px rgba(0,0,0,.13);transition:.25s}
.primary-button:hover{transform:translateY(-3px)}
.primary-button span{font-size:22px;color:#b37716}
.phone-button{display:flex;align-items:center;gap:11px}
.phone-icon{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.25);display:grid;place-items:center;color:var(--gold)}
.phone-icon .ui-icon{width:20px;height:20px}
.phone-button>span:last-child{display:flex;flex-direction:column;line-height:1.45}
.phone-button small{font-size:10px;color:rgba(255,255,255,.55)}
.phone-button strong{font-size:14px;direction:ltr}
.hero-trust{display:flex;align-items:center;gap:15px;margin-top:36px}
.avatar-stack{display:flex;direction:ltr}
.avatar-stack span{width:34px;height:34px;margin-left:-8px;border-radius:50%;border:2px solid var(--green);display:grid;place-items:center;background:#d6a76c;color:#fff;font-size:11px}
.avatar-stack span:nth-child(2){background:#7a9c8c}.avatar-stack span:nth-child(3){background:#a27059}.avatar-stack span:nth-child(4){background:var(--gold);color:var(--green);font-weight:800}
.stars{color:var(--gold);font-size:11px;letter-spacing:2px;direction:ltr;text-align:right}
.hero-trust>div:last-child{display:flex;flex-direction:column}
.hero-trust small{color:rgba(255,255,255,.5);font-size:10px}
.hero-visual{height:550px;position:relative;align-self:end}
.hero-image-wrap{position:absolute;inset:10px 22px 0 0;border-radius:230px 230px 28px 28px;overflow:hidden;background:#31594f;box-shadow:0 30px 80px rgba(3,21,17,.45)}
.hero-image-wrap:before{content:"";position:absolute;inset:13px;border:1px solid rgba(255,255,255,.24);border-radius:inherit;z-index:2}
.hero-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center 40%}
.image-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(10,34,29,.55));mix-blend-mode:multiply}
.quality-card{position:absolute;z-index:4;right:-22px;bottom:68px;display:flex;align-items:center;gap:12px;background:#fff;color:var(--ink);padding:13px 18px 13px 14px;border-radius:16px;box-shadow:0 15px 35px rgba(0,0,0,.2)}
.quality-icon{width:39px;height:39px;border-radius:12px;background:#f8edd3;color:#bb7b12;display:grid;place-items:center}
.quality-icon .ui-icon{width:20px;height:20px}
.quality-card>div:last-child{display:flex;flex-direction:column;line-height:1.5}
.quality-card strong{font-size:12px}.quality-card small{font-size:9px;color:var(--muted)}
.saffron-seal{position:absolute;left:-18px;top:92px;width:94px;height:94px;border-radius:50%;background:var(--gold);color:var(--green-dark);display:grid;place-items:center;text-align:center;box-shadow:0 0 0 8px rgba(243,182,58,.14);transform:rotate(-8deg)}
.saffron-seal:before,.saffron-seal:after{content:"";position:absolute;width:106px;height:106px;border:1px dashed rgba(23,63,55,.45);border-radius:50%}
.saffron-seal span{font-size:11px;line-height:1.35}.saffron-seal b{font-size:21px}
.hero-bottom{position:absolute;z-index:3;bottom:0;right:0;width:53%;height:90px;background:var(--green-dark);border-radius:34px 0 0 0;display:flex;align-items:center;justify-content:center;gap:38px}
.hero-bottom div{display:flex;align-items:center;gap:12px}
.hero-bottom strong{color:var(--gold);font-size:23px;direction:ltr}.hero-bottom span{font-size:10px;color:rgba(255,255,255,.58)}.hero-bottom i{width:1px;height:26px;background:rgba(255,255,255,.14)}
.section-shell{width:min(1180px,calc(100% - 48px));margin:auto}
.garden-highlights{position:relative;z-index:7;background:var(--paper);padding:28px 0;border-bottom:1px solid var(--line)}
.highlight-shell{width:min(1180px,calc(100% - 48px));margin:auto;display:grid;grid-template-columns:repeat(4,1fr)}
.highlight-shell article{display:flex;align-items:center;gap:13px;padding:5px 24px;border-left:1px solid var(--line)}
.highlight-shell article:last-child{border-left:0}
.highlight-shell article>span{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#edf3ef;color:var(--green);font-size:18px;flex:0 0 auto}
.highlight-shell article>span .ui-icon{width:20px;height:20px}
.highlight-shell article:nth-child(2)>span{background:#fff3d8;color:#a76e12}
.highlight-shell div{display:flex;flex-direction:column;line-height:1.65}
.highlight-shell strong{font-size:11px;color:var(--green-dark)}
.highlight-shell small{font-size:8px;color:var(--muted)}
.menu-section{padding:105px 0 120px;background:var(--paper)}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;margin-bottom:34px}
.section-heading h2,.contact-card h2{font-size:clamp(34px,4vw,48px);line-height:1.35;letter-spacing:-2.2px;margin:0 0 12px;color:var(--green-dark)}
.section-heading p{max-width:600px;margin:0;color:var(--muted);font-size:13px}
.search-box{width:265px;height:50px;border:1px solid var(--line);border-radius:15px;background:#fff;display:flex;align-items:center;padding:0 15px;flex:0 0 auto;box-shadow:0 5px 20px rgba(42,55,50,.04)}
.search-box .ui-icon{width:19px;height:19px;color:#7a847f}.search-box input{border:0;outline:0;background:transparent;width:100%;padding:0 10px;color:var(--ink);font-size:12px}.search-box input::placeholder{color:#9ca39f}
.category-tabs{display:flex;gap:9px;margin-bottom:38px;overflow:auto;padding:4px 0;scrollbar-width:none}
.category-tabs::-webkit-scrollbar{display:none}
.category-tabs button{border:1px solid var(--line);background:transparent;color:#5d6763;padding:10px 20px;border-radius:14px;white-space:nowrap;font-size:12px;transition:.2s}
.category-tabs button:hover{border-color:#b7c8c2;color:var(--green)}
.category-tabs button.active{background:var(--green);color:#fff;border-color:var(--green);box-shadow:0 8px 20px rgba(23,63,55,.18)}
.menu-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:23px}
.food-card{border:1px solid var(--line);border-radius:24px;background:#fff;overflow:hidden;transition:.3s;position:relative;box-shadow:0 8px 24px rgba(49,62,57,.035)}
.food-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:transparent}
.food-image{height:205px;overflow:hidden;position:relative;background:#eee7db}
.food-image img{width:100%;height:100%;object-fit:cover;transition:.6s}.food-card:hover .food-image img{transform:scale(1.05)}
.favorite-button{position:absolute;top:12px;left:12px;width:34px;height:34px;padding:0;border-radius:11px;background:rgba(255,255,255,.9);color:#777;display:grid;place-items:center;transition:.2s}.favorite-button .ui-icon{width:18px;height:18px}.favorite-button.active{color:#bd423d;background:#fff2ef}.favorite-button:focus-visible{outline:3px solid var(--gold)}
.food-copy{padding:18px}
.food-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.food-copy h3{font-size:16px;margin:0;color:var(--green-dark);letter-spacing:-.4px}.food-rating{font-size:10px;color:#a87b25;direction:ltr;white-space:nowrap}.food-copy p{color:#7d8582;font-size:10px;line-height:1.9;min-height:39px;margin:8px 0 16px}
.food-card-footer{display:flex;align-items:center;border-top:1px dashed var(--line);padding-top:14px}.food-price{display:flex;align-items:baseline;gap:4px}.food-price strong{font-size:17px;color:var(--green-dark);direction:ltr}.food-price span{font-size:9px;color:#7d8582}
.empty-state{text-align:center;padding:80px 0}.empty-state>span{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:var(--cream);margin:0 auto 14px;color:#9c8a68}.empty-state>span .ui-icon{width:28px;height:28px}.empty-state h3{margin:0;color:var(--green)}.empty-state p{margin:4px 0;color:var(--muted);font-size:12px}
.spaces-section{padding:115px 0;background:#0f302a;color:#fff;position:relative;overflow:hidden}
.spaces-section:before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(255,255,255,.05);border-radius:50%;left:-210px;top:-220px;box-shadow:0 0 0 80px rgba(255,255,255,.018),0 0 0 160px rgba(255,255,255,.012)}
.spaces-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:34px;position:relative;z-index:2}
.spaces-heading h2{font-size:clamp(34px,4vw,48px);line-height:1.35;letter-spacing:-2.2px;margin:0;color:#fff}
.spaces-heading p{max-width:500px;margin:0;color:rgba(255,255,255,.56);font-size:11px}
.spaces-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr;grid-template-rows:475px;gap:18px;position:relative;z-index:2}
.space-card{position:relative;border-radius:24px;overflow:hidden;background:#244940;min-height:0}
.space-card:after{content:"";position:absolute;inset:12px;border:1px solid rgba(255,255,255,.16);border-radius:17px;z-index:2;pointer-events:none}
.space-card img{width:100%;height:100%;object-fit:cover;transition:.7s}
.space-card:hover img{transform:scale(1.045)}
.space-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 37%,rgba(4,23,19,.88))}
.space-copy{position:absolute;right:30px;left:30px;bottom:28px;z-index:3}
.space-copy>span{display:inline-block;color:var(--gold);font-size:8px;letter-spacing:.8px;margin-bottom:3px}
.space-copy h3{font-size:25px;margin:0 0 3px}
.space-copy p{font-size:9px;color:rgba(255,255,255,.6);margin:0}
.space-copy a{display:inline-flex;align-items:center;gap:14px;margin-top:12px;background:#fff;color:var(--green);border-radius:10px;padding:7px 12px;font-size:9px;font-weight:700}
.space-copy a b{font-size:15px;color:#a66c0d}
.space-main .space-copy h3{font-size:33px}
.contact-section{background:var(--paper);padding:115px 0}.contact-shell{width:min(1180px,calc(100% - 48px));margin:auto;display:grid;grid-template-columns:.85fr 1.15fr;border-radius:30px;overflow:hidden;box-shadow:var(--shadow);min-height:500px}.contact-card{background:var(--green);color:#fff;padding:57px}.contact-card h2{color:#fff;font-size:39px}.contact-items{display:grid;gap:18px;margin:29px 0}.contact-items>div{display:flex;align-items:center;gap:13px}.contact-items>div>span{width:38px;height:38px;border:1px solid rgba(255,255,255,.16);border-radius:11px;display:grid;place-items:center;color:var(--gold)}.contact-items>div>span .ui-icon{width:19px;height:19px}.contact-items p{display:flex;flex-direction:column;margin:0;line-height:1.65}.contact-items small{font-size:9px;color:rgba(255,255,255,.48)}.contact-items strong{font-size:11px}.primary-button.gold{background:var(--gold);margin-top:6px}.primary-button.gold span{color:var(--green)}
.map-card{position:relative;overflow:hidden;isolation:isolate;background:#e9eee8;color:var(--green-dark)}
.map-card:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(145deg,rgba(255,255,255,.42),transparent 48%),radial-gradient(circle at 78% 18%,rgba(243,182,58,.13),transparent 25%);pointer-events:none}
.map-art{position:absolute;inset:-4%;width:108%;height:108%;filter:drop-shadow(0 6px 8px rgba(33,59,52,.04))}
.map-land{fill:#dbe8dc}
.map-land-two,.map-land-three{fill:#e5eadc}
.map-land-four{fill:#d4e4d8}
.map-road-shadow,.map-road-main,.map-road-secondary,.map-route{fill:none;stroke-linecap:round;stroke-linejoin:round}
.map-road-shadow{stroke:#cbd2cc;stroke-width:38}
.map-road-main{stroke:#fffdf8;stroke-width:31}
.map-road-secondary{stroke:#fff;stroke-width:14;opacity:.98}
.map-route{stroke:var(--green);stroke-width:5;stroke-dasharray:3 13}
.map-route-dot{fill:var(--gold);stroke:#fff;stroke-width:4}
.map-buildings{fill:#d4d9d3;stroke:#c7cec7;stroke-width:1}
.map-trees{fill:#b8d1ba;stroke:#f7faf5;stroke-width:3}
.map-topbar{position:absolute;z-index:4;top:25px;right:25px;left:25px;height:45px;border:1px solid rgba(23,63,55,.09);border-radius:14px;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);display:flex;align-items:center;gap:8px;padding:0 14px;box-shadow:0 8px 25px rgba(23,63,55,.09);font-size:10px;color:#71807b}
.map-topbar b{margin-right:auto;font-size:10px;color:var(--green)}
.map-live-dot{width:8px;height:8px;border-radius:50%;background:#4caf77;box-shadow:0 0 0 5px rgba(76,175,119,.13)}
.map-pin{position:absolute;z-index:5;right:57%;top:43%;width:76px;height:96px;transform:translate(50%,-50%);display:flex;justify-content:center}
.map-pin-pulse{position:absolute;width:74px;height:74px;top:9px;border-radius:50%;background:rgba(23,63,55,.12);animation:map-pulse 2.4s ease-out infinite}
.map-pin-marker{position:relative;width:62px;height:72px;border:5px solid #fff;border-radius:31px 31px 31px 8px;transform:rotate(-45deg);background:var(--green);color:var(--gold);display:grid;place-items:center;box-shadow:0 18px 30px rgba(23,63,55,.3)}
.map-pin-marker:before{content:"";position:absolute;inset:8px;border:1px solid rgba(255,255,255,.15);border-radius:inherit}
.map-pin-marker .ui-icon{width:25px;height:25px;stroke-width:2.2;transform:rotate(45deg)}
.map-pin-shadow{position:absolute;width:26px;height:9px;bottom:0;border-radius:50%;background:rgba(16,48,40,.2);filter:blur(1px)}
.map-place-card{position:absolute;z-index:4;right:24px;bottom:108px;display:flex;align-items:center;gap:11px;padding:10px 13px 10px 15px;border:1px solid rgba(23,63,55,.08);border-radius:15px;background:rgba(255,255,255,.93);box-shadow:0 12px 32px rgba(23,63,55,.12);line-height:1.55}
.map-place-logo{width:36px;height:36px;border-radius:11px;background:var(--green);color:var(--gold);display:grid;place-items:center;font-size:19px;font-weight:800}
.map-place-card>span:last-child{display:flex;flex-direction:column}
.map-place-card b{font-size:10px;color:var(--green)}
.map-place-card small{font-size:8px;color:#7d8884}
.map-directions{position:absolute;z-index:6;right:24px;left:24px;bottom:23px;height:66px;border:1px solid rgba(255,255,255,.17);border-radius:18px;background:var(--green-dark);color:#fff;display:flex;align-items:center;gap:12px;padding:0 14px;box-shadow:0 16px 36px rgba(13,46,41,.25);transition:.25s}
.map-directions:hover{transform:translateY(-3px);background:var(--green-soft)}
.map-directions>span:first-child{width:38px;height:38px;border-radius:12px;background:var(--gold);color:var(--green);display:grid;place-items:center}
.map-directions>span:first-child .ui-icon{width:19px;height:19px;stroke-width:2.2}
.map-directions>span:nth-child(2){display:flex;flex-direction:column;line-height:1.55}
.map-directions b{font-size:11px}
.map-directions small{font-size:8px;color:rgba(255,255,255,.55)}
.map-directions strong{margin-right:auto;width:30px;height:30px;border:1px solid rgba(255,255,255,.14);border-radius:10px;display:grid;place-items:center;color:var(--gold);font-size:17px}
@keyframes map-pulse{0%{transform:scale(.6);opacity:.8}75%,100%{transform:scale(1.5);opacity:0}}
.site-footer{background:var(--green-dark);color:#fff;padding:55px 0 25px}.footer-shell{width:min(1180px,calc(100% - 48px));margin:auto;display:grid;grid-template-columns:1fr auto;align-items:center;gap:18px}.footer-brand .brand-mark{background:var(--green)}.footer-shell>p{margin:0;color:rgba(255,255,255,.48);font-size:10px}.footer-shell nav{grid-column:2;grid-row:1/3;display:flex;gap:28px;color:rgba(255,255,255,.62);font-size:11px}.footer-shell nav a:hover{color:var(--gold)}.footer-bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.1);padding-top:20px;margin-top:18px;display:flex;justify-content:space-between;color:rgba(255,255,255,.35);font-size:9px}
@media(max-width:1050px){.desktop-nav{display:none}.menu-grid{grid-template-columns:repeat(3,1fr)}.hero-shell{gap:35px}.hero-bottom{width:60%}.highlight-shell article{padding:5px 14px}.spaces-grid{grid-template-columns:1.2fr 1fr;grid-template-rows:360px 260px}.space-main{grid-row:1/3}}
@media(max-width:800px){html{scroll-padding-top:72px}.site-header{position:absolute}.nav-shell{width:calc(100% - 32px);height:76px}.brand-mark{width:42px;height:42px;border-radius:13px}.brand-copy strong{font-size:18px}.brand-copy small{letter-spacing:2px}.open-status{display:none}.hero{min-height:auto}.hero-shell{width:calc(100% - 32px);padding:112px 0 48px;display:flex;flex-direction:column;gap:35px}.hero-copy{text-align:center;padding:0}.eyebrow{justify-content:center}.hero h1{font-size:54px;letter-spacing:-3px}.hero-copy>p{font-size:13px;margin-inline:auto}.hero-actions{justify-content:center}.hero-trust{justify-content:center}.hero-visual{height:460px;width:min(430px,100%);align-self:center}.hero-image-wrap{inset:0 20px}.quality-card{right:0}.saffron-seal{left:0}.hero-bottom{position:relative;width:100%;height:82px;border-radius:0;gap:20px}.section-shell,.contact-shell,.footer-shell{width:calc(100% - 32px)}.menu-section{padding:80px 0}.section-heading{align-items:stretch;flex-direction:column}.search-box{width:100%}.menu-grid{grid-template-columns:repeat(2,1fr)}.contact-shell{grid-template-columns:1fr}.map-card{height:400px}.footer-shell{display:flex;flex-direction:column;text-align:center}.footer-shell nav{display:flex}.footer-bottom{width:100%}}
@media(max-width:540px){.nav-shell{width:calc(100% - 24px)}.hero-shell{width:calc(100% - 28px)}.hero h1{font-size:45px}.hero-copy>p{font-size:12px;line-height:2}.hero-actions{flex-direction:column;gap:18px}.hero-visual{height:400px}.hero-image-wrap{border-radius:170px 170px 24px 24px}.saffron-seal{width:78px;height:78px;top:50px}.saffron-seal:before,.saffron-seal:after{width:88px;height:88px}.quality-card{bottom:35px}.hero-bottom{justify-content:space-around;gap:8px;padding:0 10px}.hero-bottom div{flex-direction:column;gap:1px}.hero-bottom strong{font-size:18px}.hero-bottom i{display:none}.section-shell,.contact-shell,.footer-shell{width:calc(100% - 28px)}.section-heading h2{font-size:34px}.menu-grid{grid-template-columns:1fr}.food-card{display:grid;grid-template-columns:130px 1fr;border-radius:19px}.food-image{height:100%;min-height:175px}.food-copy{padding:14px}.food-copy p{margin:5px 0 10px}.contact-card{padding:40px 25px}.contact-card h2{font-size:31px}.map-card{height:340px}.footer-shell nav{gap:15px;flex-wrap:wrap;justify-content:center}.footer-bottom{flex-direction:column;gap:4px}}
@media(max-width:800px){.brand-copy small{letter-spacing:.1px;font-size:7px}.garden-highlights{padding:20px 0}.highlight-shell{width:calc(100% - 32px);grid-template-columns:repeat(2,1fr);row-gap:18px}.highlight-shell article{padding:4px 16px}.highlight-shell article:nth-child(2){border-left:0}.spaces-section{padding:80px 0}.spaces-heading{align-items:flex-start;flex-direction:column;gap:10px}.spaces-heading p{max-width:650px}.spaces-grid{grid-template-columns:1fr 1fr;grid-template-rows:350px 250px}.space-main{grid-column:1/-1;grid-row:auto}.space-copy{right:24px;left:24px;bottom:23px}}
@media(max-width:540px){.highlight-shell{width:calc(100% - 28px);gap:0}.highlight-shell article{padding:12px 8px;gap:8px;border-bottom:1px solid var(--line)}.highlight-shell article:nth-child(3),.highlight-shell article:nth-child(4){border-bottom:0}.highlight-shell article>span{width:35px;height:35px;border-radius:11px;font-size:15px}.highlight-shell strong{font-size:9px}.highlight-shell small{font-size:7px}.spaces-section{padding:70px 0}.spaces-heading h2{font-size:34px}.spaces-grid{display:flex;flex-direction:column}.space-card{height:250px}.space-main{height:330px}.space-main .space-copy h3{font-size:27px}.space-copy h3{font-size:22px}}
@media(max-width:540px){.map-topbar{top:17px;right:16px;left:16px}.map-pin{top:35%;right:58%;transform:translate(50%,-50%) scale(.82)}.map-place-card{right:16px;bottom:103px}.map-directions{right:16px;left:16px;bottom:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
