@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600&family=Inter:wght@300;400;500;600&display=swap";:root{--navy:#1a2744;--navy-deep:#0f1a2e;--navy-light:#263a5a;--gold:#d4a437;--gold-light:#f0d68a;--gold-dark:#b08828;--cream:#faf5eb;--cream-warm:#f5eedf;--cream-dark:#e8dece;--white:#fff;--text-dark:#1e1e1e;--text-body:#4a4a4a;--text-muted:#8a8378;--red-badge:#e74c3c;--font-serif:"Playfair Display", Georgia, "Times New Roman", serif;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, sans-serif;--ease-elegant:cubic-bezier(.4, 0, .2, 1);--ease-bounce:cubic-bezier(.34, 1.56, .64, 1);--ease-out-expo:cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);color:var(--text-body);background:var(--cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.splash-screen{z-index:100;background:var(--navy);flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.splash-screen:before{content:"";pointer-events:none;background:radial-gradient(600px 400px at 20% 80%,#d4a43714 0%,#0000 70%),radial-gradient(400px 600px at 80% 20%,#d4a4370f 0%,#0000 70%);position:absolute;inset:0}.splash-logo-container{z-index:1;flex-direction:column;align-items:center;gap:32px;display:flex;position:relative}.splash-logo-svg{filter:drop-shadow(0 0 40px #d4a43740);width:140px;height:auto}.splash-title{font-family:var(--font-serif);color:var(--cream);letter-spacing:4px;text-align:center;font-size:2.6rem;font-weight:700}.splash-subtitle{font-family:var(--font-serif);color:var(--gold);letter-spacing:6px;text-transform:uppercase;text-align:center;font-size:.95rem;font-weight:400}.splash-line{background:var(--gold);opacity:.5;width:60px;height:1px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--cream-dark);border-radius:100px}::-webkit-scrollbar-thumb:hover{background:var(--gold)}.site-header{z-index:50;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--cream-dark);transition:box-shadow .3s var(--ease-elegant);background:#faf5ebeb;position:sticky;top:0}.site-header.scrolled{box-shadow:0 2px 24px #1a27440f}.header-inner{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:14px 24px;display:flex}.header-logo{align-items:center;gap:12px;text-decoration:none;display:flex}.header-logo-img{width:42px;height:42px}.header-logo-text{font-family:var(--font-serif);color:var(--navy);letter-spacing:1px;font-size:1.1rem;font-weight:700}.category-nav{-ms-overflow-style:none;scrollbar-width:none;gap:4px;padding:4px 0;display:flex;overflow-x:auto}.category-nav::-webkit-scrollbar{display:none}.cat-tab{white-space:nowrap;font-family:var(--font-sans);letter-spacing:.5px;color:var(--text-muted);transition:var(--ease-elegant) .3s;border-radius:100px;padding:8px 18px;font-size:.8rem;font-weight:500;position:relative}.cat-tab:hover{color:var(--navy);background:#1a27440a}.cat-tab.active{color:var(--white);background:var(--navy);font-weight:600}.hero-section{background:var(--navy);color:var(--cream);text-align:center;padding:80px 24px 60px;position:relative;overflow:hidden}.hero-section:after{content:"";background:linear-gradient(to bottom, transparent, var(--cream));pointer-events:none;height:80px;position:absolute;bottom:0;left:0;right:0}.hero-badge{color:var(--gold);letter-spacing:3px;text-transform:uppercase;border:1px solid #d4a43766;border-radius:100px;align-items:center;gap:6px;margin-bottom:24px;padding:6px 16px;font-size:.7rem;display:inline-flex}.hero-title{font-family:var(--font-serif);letter-spacing:6px;color:var(--cream);margin-bottom:12px;font-size:3.2rem;font-weight:700}.hero-tagline{font-family:var(--font-serif);color:var(--gold-light);letter-spacing:4px;opacity:.85;margin-bottom:28px;font-size:1rem;font-style:italic}.hero-desc{color:#faf5eb99;max-width:560px;margin:0 auto;font-size:.9rem;line-height:1.8}.hero-gold-line{background:var(--gold);border-radius:2px;width:50px;height:2px;margin:28px auto 0}.category-section{max-width:1100px;margin:0 auto;padding:60px 24px 32px}.category-header{text-align:center;margin-bottom:48px}.category-header-pill{letter-spacing:1.5px;color:var(--white);text-transform:uppercase;border-radius:100px;margin-bottom:20px;padding:5px 20px;font-size:.75rem;font-weight:600;display:inline-block}.category-headline{font-family:var(--font-serif);color:var(--text-dark);letter-spacing:-.5px;margin-bottom:12px;font-size:2.8rem;font-weight:800;line-height:1.15}.category-subtitle{color:var(--text-muted);max-width:460px;margin:0 auto;font-size:.95rem;line-height:1.7}.menu-items-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}@media (width<=680px){.menu-items-grid{grid-template-columns:1fr;gap:16px}}.menu-card{background:var(--white);transition:transform .35s var(--ease-bounce), box-shadow .35s var(--ease-elegant);border:1px solid #0000000a;border-radius:16px;justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 28px;display:flex;position:relative;overflow:hidden}.menu-card:before{content:"";background:var(--gold);width:3px;height:0;transition:height .4s var(--ease-out-expo);border-radius:0 2px 2px 0;position:absolute;top:0;left:0}.menu-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px #1a274414}.menu-card:hover:before{height:100%}.menu-card-content{flex:1;min-width:0}.menu-card-badges{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.badge{letter-spacing:.5px;text-transform:uppercase;border-radius:100px;align-items:center;gap:3px;padding:3px 10px;font-size:.62rem;font-weight:700;display:inline-flex}.badge-popular{background:var(--red-badge);color:var(--white)}.badge-recommended{background:var(--gold);color:var(--navy)}.badge-best-seller{background:var(--navy);color:var(--gold)}.menu-card-name{font-family:var(--font-serif);color:var(--text-dark);font-size:1.1rem;font-weight:600;line-height:1.35}.menu-card-sizes{flex-wrap:wrap;gap:12px;margin-top:8px;display:flex}.size-tag{color:var(--text-muted);background:var(--cream);border-radius:100px;padding:3px 10px;font-size:.75rem}.menu-card-price{white-space:nowrap;font-family:var(--font-sans);color:var(--navy);flex-shrink:0;padding-top:2px;font-size:1rem;font-weight:600}.category-divider{background:var(--cream-dark);width:60px;height:1px;margin:20px auto 0}.site-footer{background:var(--navy);color:var(--cream);text-align:center;margin-top:60px;padding:56px 24px}.footer-logo{opacity:.7;width:60px;margin:0 auto 20px}.footer-title{font-family:var(--font-serif);color:var(--cream);letter-spacing:2px;margin-bottom:24px;font-size:1.25rem;font-weight:600}.footer-info{flex-wrap:wrap;justify-content:center;gap:40px;margin-bottom:32px;display:flex}.footer-info-item{flex-direction:column;align-items:center;gap:8px;display:flex}.footer-info-label{letter-spacing:2px;text-transform:uppercase;color:var(--gold);font-size:.72rem;font-weight:600}.footer-info-value{color:#faf5eb8c;text-align:center;font-size:.82rem;line-height:1.6}.footer-copy{color:#faf5eb40;border-top:1px solid #faf5eb14;padding-top:24px;font-size:.7rem}@media (width<=768px){.hero-title{letter-spacing:3px;font-size:2.2rem}.hero-tagline{letter-spacing:2px;font-size:.85rem}.category-headline{font-size:2rem}.splash-title{letter-spacing:2px;font-size:1.8rem}.splash-subtitle{letter-spacing:4px;font-size:.75rem}.splash-logo-svg{width:100px}.header-logo-text{font-size:.9rem}.cat-tab{padding:6px 14px;font-size:.72rem}.footer-info{flex-direction:column;gap:24px}}
