:root{color-scheme:light;--bg: #f7f8f3;--surface: #ffffff;--surface-soft: #eef2e5;--ink: #102015;--muted: #5f665d;--line: rgba(16, 32, 21, .14);--accent: #4f9619;--accent-dark: #245f0a;--accent-deep: #163a0b;--danger: #d82727;--shadow: 0 24px 80px rgba(17, 31, 19, .18);--radius: 18px;font-family:Segoe UI,Aptos,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);overflow-x:hidden}button,a{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}img{display:block;max-width:100%}.progress-bar{position:fixed;top:0;left:0;z-index:120;height:3px;width:100%;transform-origin:0 50%;background:var(--accent)}.site-header{position:fixed;top:18px;left:50%;z-index:100;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:min(94vw,1440px);min-height:72px;padding:10px 14px 10px 18px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#121a127a;color:#fff;box-shadow:0 20px 70px #00000038;-webkit-backdrop-filter:blur(24px) saturate(150%);backdrop-filter:blur(24px) saturate(150%);translate:-50% 0}.brand{display:inline-flex;align-items:center;gap:12px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.15rem,1.8vw,1.75rem);font-weight:700;letter-spacing:0;white-space:nowrap}.brand-mark{display:grid;width:42px;height:42px;place-items:center;border-radius:999px;background:var(--accent);color:#fff;font-family:Segoe UI,sans-serif;font-size:.86rem;font-weight:800}.desktop-nav{display:inline-flex;align-items:center;gap:clamp(18px,3vw,40px);font-weight:650}.desktop-nav a{opacity:.88;transition:opacity .18s ease,color .18s ease}.desktop-nav a:hover,.desktop-nav a:focus-visible{color:#b9f07a;opacity:1}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.phone-link,.cart-button,.mobile-menu-button{display:inline-flex;min-height:48px;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:#ffffff1f;color:#fff;padding:0 18px;transition:background .18s ease,transform .18s ease}.cart-button{position:relative;min-width:56px;justify-content:center;padding:0 15px}.cart-button span{display:grid;min-width:22px;height:22px;place-items:center;border-radius:999px;background:var(--accent);font-size:.82rem;font-weight:800}.phone-link:hover,.cart-button:hover,.mobile-menu-button:hover{background:#fff3;transform:translateY(-1px)}.mobile-menu-button,.mobile-nav{display:none}.hero{position:relative;min-height:100dvh;overflow:hidden;background:#11170e}.hero-bg{position:absolute;inset:-4vh 0 auto;width:100%;height:112%;object-fit:cover;object-position:center}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#050904e0,#090f07b3 34%,#090f072e 70%),linear-gradient(0deg,#0509042e,#0509041f 70%)}.hero-content{position:relative;z-index:2;display:grid;width:min(94vw,1440px);min-height:calc(100dvh - 118px);margin:0 auto;padding-top:clamp(118px,14vh,155px)}.hero-copy{position:relative;z-index:5;max-width:700px;color:#fff}.hero h1,.section-heading h2,.location-card h2{margin:0;font-family:Georgia,Times New Roman,serif;font-weight:700;letter-spacing:0}.hero h1{max-width:760px;font-size:clamp(3.4rem,6.2vw,6.7rem);line-height:.96}.hero h1 span{color:#77be29}.hero p{max-width:720px;margin:22px 0 0;color:#ffffffeb;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.22rem,1.7vw,1.72rem);line-height:1.24}.hero-actions{position:relative;z-index:7;display:flex;flex-wrap:wrap;gap:16px;margin-top:28px}.magnetic-button{display:inline-flex;min-height:58px;align-items:center;justify-content:center;gap:12px;border-radius:999px;padding:0 26px;border:1px solid transparent;font-weight:800;line-height:1;white-space:nowrap;transition:background .18s ease,color .18s ease,border-color .18s ease}.magnetic-button.primary{background:var(--accent);color:#fff;box-shadow:0 18px 45px #3d801057}.magnetic-button.ghost{border-color:currentColor;background:#ffffff14;color:currentColor}.magnetic-button.dark{background:var(--accent-deep);color:#fff}.contact-chip{position:absolute;top:clamp(110px,12vh,136px);right:0;display:inline-flex;align-items:center;gap:10px;border-radius:999px;background:#0d120cb8;color:#fff;padding:12px 18px;box-shadow:0 18px 45px #0000003d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.contact-chip a{display:inline-flex;align-items:center;gap:9px;white-space:nowrap}.contact-chip a+a{padding-left:12px;border-left:1px solid rgba(255,255,255,.28)}.feature-deck{position:absolute;right:max(3vw,calc((100vw - 1440px)/2));bottom:clamp(20px,5vh,58px);left:max(3vw,calc((100vw - 1440px)/2));z-index:4;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.feature-card{position:relative;display:grid;grid-template-columns:118px 1fr auto;align-items:center;gap:18px;min-height:138px;padding:14px 18px;border:1px solid rgba(255,255,255,.44);border-radius:var(--radius);background:#ffffffe6;box-shadow:var(--shadow);overflow:hidden}.feature-card img{width:112px;height:100px;border-radius:16px;object-fit:cover}.feature-icon,.feature-arrow{display:grid;place-items:center;border-radius:999px;background:var(--accent);color:#fff}.feature-icon{position:absolute;top:18px;left:18px;width:34px;height:34px}.feature-arrow{width:42px;height:42px}.feature-card h3{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.2rem,2vw,1.72rem);line-height:1.04}.feature-card p{margin:10px 0 0;color:var(--muted)}.menu-section,.gallery-section,.location-section{width:min(94vw,1440px);margin:0 auto}.menu-section{padding:clamp(74px,9vw,128px) 0 44px}.section-heading{max-width:770px;margin-bottom:34px}.section-heading.compact{max-width:840px}.micro-label{margin:0 0 14px;color:var(--accent-dark);font-size:.78rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.section-heading h2,.location-card h2{font-size:clamp(2.4rem,6vw,5.4rem);line-height:.98}.section-heading p:not(.micro-label),.location-card p:not(.micro-label){max-width:690px;margin:18px 0 0;color:var(--muted);font-size:clamp(1rem,1.35vw,1.18rem);line-height:1.65}.category-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px}.category-tabs button{min-height:46px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);padding:0 18px;font-weight:800;transition:background .17s ease,color .17s ease,transform .17s ease}.category-tabs button.active,.category-tabs button:hover{background:var(--accent-deep);color:#fff;transform:translateY(-1px)}.menu-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.menu-card{display:grid;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 18px 48px #14231414}.menu-card>img{width:100%;aspect-ratio:1.14;object-fit:cover}.menu-card-body{display:grid;min-height:222px;padding:18px}.menu-card h3{margin:0;font-size:1.08rem;line-height:1.25}.menu-card p{margin:8px 0 0;color:var(--muted);font-size:.95rem;line-height:1.45}.tag{align-self:end;width:max-content;margin-top:12px;border-radius:999px;background:var(--surface-soft);color:var(--accent-dark);padding:7px 10px;font-size:.78rem;font-weight:850}.menu-card-footer{display:flex;align-items:center;justify-content:space-between;align-self:end;margin-top:18px}.menu-card-footer strong{font-size:1.1rem}.menu-card-footer button{display:grid;width:42px;height:42px;place-items:center;border:0;border-radius:999px;background:var(--accent-dark);color:#fff}.gallery-section{padding:54px 0}.gallery-strip{display:grid;grid-template-columns:.85fr .65fr 1.2fr;gap:18px;align-items:stretch}.gallery-strip figure{min-height:360px;margin:0;overflow:hidden;border-radius:var(--radius);box-shadow:0 20px 60px #0e190d1f}.gallery-strip img{width:100%;height:100%;object-fit:cover}.location-section{padding:44px 0 86px}.location-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:end;padding:clamp(28px,5vw,58px);border-radius:calc(var(--radius) + 8px);background:linear-gradient(135deg,#4f96191f,#ffffffe6),#fff;box-shadow:var(--shadow)}.location-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;width:min(94vw,1440px);margin:0 auto;padding:28px 0 44px;border-top:1px solid var(--line);color:var(--muted)}.site-footer div{display:grid;gap:6px}.site-footer strong{color:var(--ink)}.drawer-backdrop{position:fixed;inset:0;z-index:130;background:#0509046b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cart-drawer{position:fixed;top:0;right:0;z-index:140;display:grid;grid-template-rows:auto 1fr auto;width:min(92vw,460px);height:100dvh;background:#fff;color:var(--ink);box-shadow:-32px 0 80px #0000003d}.drawer-header,.drawer-footer{padding:24px}.drawer-header{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.drawer-header p{margin:0 0 5px;color:var(--accent-dark);font-weight:850}.drawer-header h2,.empty-cart h3{margin:0;font-family:Georgia,Times New Roman,serif;font-size:2rem}.drawer-header button{display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--line);border-radius:999px;background:#fff}.empty-cart{display:grid;align-content:center;justify-items:center;padding:34px;text-align:center}.empty-cart svg{color:var(--accent-dark)}.empty-cart p{max-width:280px;color:var(--muted);line-height:1.5}.cart-lines{overflow:auto;padding:16px 24px}.cart-line{display:grid;grid-template-columns:74px 1fr auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.cart-line img{width:74px;height:64px;border-radius:14px;object-fit:cover}.cart-line h3{margin:0;font-size:.98rem}.cart-line p{margin:5px 0 0;color:var(--muted)}.quantity{display:grid;grid-template-columns:32px 28px 32px;align-items:center;justify-items:center;border:1px solid var(--line);border-radius:999px;padding:4px}.quantity button{display:grid;width:28px;height:28px;place-items:center;border:0;border-radius:999px;background:var(--surface-soft);color:var(--accent-dark)}.drawer-footer{border-top:1px solid var(--line)}.subtotal{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;font-size:1.1rem}.checkout-button,.clear-button{width:100%;min-height:52px;border-radius:999px;font-weight:850}.checkout-button{border:0;background:var(--accent-dark);color:#fff}.checkout-button:disabled{cursor:not-allowed;background:#b8c3b0}.clear-button{margin-top:10px;border:1px solid var(--line);background:#fff;color:var(--ink)}.order-confirmed{margin:14px 0 0;border-radius:14px;background:var(--surface-soft);color:var(--accent-deep);padding:12px 14px;font-size:.92rem;line-height:1.45}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}@media(max-width:1120px){.site-header{grid-template-columns:1fr auto}.desktop-nav,.phone-link{display:none}.mobile-menu-button{display:inline-flex}.mobile-nav{position:absolute;top:calc(100% + 10px);right:8px;display:grid;width:min(300px,86vw);gap:4px;border-radius:22px;background:#121a12f0;padding:10px}.mobile-nav a{border-radius:14px;padding:14px}.mobile-nav a:hover{background:#ffffff1f}.contact-chip{display:none}.feature-deck,.menu-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card{grid-template-columns:96px 1fr auto}.feature-card img{width:92px;height:84px}.gallery-strip{grid-template-columns:1fr 1fr}.gallery-strip figure:last-child{grid-column:1 / -1}}@media(min-width:761px)and (max-height:820px){.hero{min-height:auto;padding-bottom:30px}.hero-content{min-height:auto;padding-top:clamp(86px,12vh,108px);padding-bottom:24px}.hero-copy{max-width:820px}.hero h1{max-width:820px;font-size:clamp(3rem,4.4vw,5.4rem);line-height:.94}.hero p{margin-top:16px;font-size:clamp(1.05rem,1.35vw,1.35rem)}.hero-actions{margin-top:20px}.feature-deck{position:relative;right:auto;bottom:auto;left:auto;width:min(94vw,1440px);margin:0 auto}}@media(max-width:760px){.site-header{top:10px;min-height:62px;width:min(94vw,680px);padding:8px 10px 8px 14px}.brand{max-width:62vw;font-size:1.08rem}.brand-mark{width:38px;height:38px}.cart-button,.mobile-menu-button{min-height:42px;padding:0 12px}.hero{min-height:100dvh}.hero-bg{height:100%;object-position:64% center}.hero-shade{background:linear-gradient(180deg,#050904cc,#0509049e 38%,#0509044d),linear-gradient(90deg,#050904bd,#0509043d)}.hero-content{min-height:74dvh;padding-top:108px}.hero h1{font-size:clamp(3.05rem,16vw,5.6rem)}.hero p{max-width:92vw;margin-top:20px;font-size:1.15rem}.hero-actions{gap:10px;margin-top:24px}.magnetic-button{width:100%;min-height:54px;padding:0 18px}.feature-deck{position:relative;right:auto;bottom:auto;left:auto;width:min(94vw,680px);margin:-16px auto 0;grid-template-columns:1fr}.feature-card{min-height:118px}.menu-section{padding-top:64px}.menu-grid,.gallery-strip,.location-card{grid-template-columns:1fr}.menu-card-body{min-height:190px}.section-heading h2,.location-card h2{font-size:clamp(2.5rem,13vw,4rem)}.gallery-strip figure{min-height:260px}.location-actions{justify-content:stretch}.site-footer{align-items:flex-start;flex-direction:column}.cart-drawer{width:100vw}.drawer-header,.drawer-footer{padding:22px}.drawer-header h2,.empty-cart h3{font-size:1.82rem}}@media(max-width:430px){.brand span:last-child{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero-content{padding-top:96px}.hero h1{font-size:3.1rem}.feature-card{grid-template-columns:88px 1fr}.feature-arrow{display:none}.cart-line{grid-template-columns:58px 1fr}.cart-line img{width:58px;height:54px}.quantity{grid-column:2;justify-self:start;margin-top:8px}}
