:root{
  --navy:#07143d;--navy2:#0b235f;--blue:#0d43b6;--red:#c51624;--red2:#9e0d18;--ink:#0a1025;--muted:#67718a;
  --paper:#f7f7f4;--white:#fff;--line:#e6e9f0;--gold:#bd9a5c;--shadow:0 18px 60px rgba(6,20,61,.12);
  --radius:26px;--serif:'Playfair Display',Georgia,serif;--sans:'Inter','Noto Sans Sinhala',Arial,sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--sans);color:var(--ink);background:linear-gradient(180deg,#f6f7fb 0%,#fff 35%,#f7f8fb 100%);min-height:100vh;overflow-x:hidden}.shell{width:min(1180px,calc(100% - 36px));margin-inline:auto}.ambient{position:fixed;pointer-events:none;z-index:-1;filter:blur(60px);opacity:.32}.ambient-one{width:420px;height:420px;background:#0d43b6;border-radius:50%;top:-170px;right:-180px}.ambient-two{width:360px;height:360px;background:#c51624;border-radius:50%;top:440px;left:-220px;opacity:.13}
.site-header{position:sticky;top:0;z-index:40;height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 max(18px,calc((100vw - 1180px)/2));background:rgba(247,248,251,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(7,20,61,.07)}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--navy)}.brand img{width:54px;height:54px;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px rgba(7,20,61,.15)}.brand span{display:grid;line-height:1}.brand strong{letter-spacing:.19em;font-size:14px}.brand small{font-size:9px;letter-spacing:.34em;margin-top:6px}.header-actions{display:flex;gap:10px;align-items:center}.lang-btn,.cart-top{border:1px solid rgba(7,20,61,.12);background:#fff;height:44px;padding:0 15px;border-radius:15px;font-family:inherit;cursor:pointer;color:var(--navy);font-weight:700}.lang-btn .divider{opacity:.3;margin:0 3px}.cart-top{background:var(--navy);color:#fff;border-color:var(--navy);display:flex;gap:10px;align-items:center}.cart-top b{display:grid;place-items:center;min-width:23px;height:23px;border-radius:999px;background:var(--red);font-size:11px}
.hero{display:grid;grid-template-columns:1.06fr .94fr;gap:42px;align-items:center;min-height:670px;padding-top:62px;padding-bottom:70px}.eyebrow{display:block;font-size:11px;letter-spacing:.22em;font-weight:800;color:var(--blue);margin-bottom:14px}.hero h1,.section-head h2,.order-how h2{font-family:var(--serif);font-weight:700;margin:0;color:var(--navy)}.hero h1{font-size:clamp(47px,6vw,83px);line-height:.96;letter-spacing:-.04em;max-width:790px}.hero h1 em{font-style:normal;color:var(--red)}.hero-copy>p{max-width:650px;color:var(--muted);font-size:17px;line-height:1.75;margin:25px 0 30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{height:52px;border-radius:16px;padding:0 23px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800;border:1px solid transparent;font-family:inherit;cursor:pointer;font-size:14px}.btn-primary{background:var(--red);color:#fff;box-shadow:0 12px 30px rgba(197,22,36,.22)}.btn-ghost{background:#fff;color:var(--navy);border-color:rgba(7,20,61,.12)}.hero-meta{display:flex;gap:22px;margin-top:30px;flex-wrap:wrap}.hero-meta>div{display:flex;align-items:center;gap:10px}.hero-meta>div>span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#eaf0ff;color:var(--blue);font-weight:900}.hero-meta p{margin:0;display:grid}.hero-meta strong{font-size:12px}.hero-meta small{color:var(--muted);margin-top:3px}
.hero-visual{height:500px;position:relative;display:grid;place-items:center}.hero-visual:before{content:'';position:absolute;width:370px;height:370px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#264bc0 0%,#0b1f5e 45%,#08143a 74%);box-shadow:0 35px 90px rgba(7,20,61,.3)}.hero-plate{position:relative;width:315px;height:315px;border-radius:50%;padding:16px;background:linear-gradient(145deg,#f4f5f6,#c9ceda);box-shadow:0 30px 50px rgba(0,0,0,.25),inset 0 0 0 8px rgba(255,255,255,.7);z-index:3}.plate-inner{height:100%;border-radius:50%;display:grid;place-items:center;color:#fff;font-family:var(--serif);font-size:145px;background:radial-gradient(circle at 55% 42%,#d21d2b 0 18%,#0b3ba3 19% 49%,#07143d 50%);text-shadow:0 10px 20px rgba(0,0,0,.18);border:8px solid #fff}.dish-orbit{position:absolute;border:1px solid rgba(255,255,255,.28);border-radius:50%;z-index:2}.orbit-a{width:425px;height:425px}.orbit-b{width:475px;height:475px;border-style:dashed;opacity:.65}.floating-label{position:absolute;z-index:5;background:#fff;border:1px solid rgba(7,20,61,.09);box-shadow:var(--shadow);padding:11px 15px;border-radius:999px;font-size:11px;font-weight:800;color:var(--navy)}.label-one{top:78px;right:10px}.label-two{bottom:70px;left:-8px;color:var(--red)}
.featured{padding:20px 0 80px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:22px;margin-bottom:25px}.section-head h2{font-size:clamp(34px,4vw,54px);line-height:1.05}.section-head>p{color:var(--muted);margin:0 0 5px}.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.featured-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:0 12px 40px rgba(7,20,61,.06);display:flex;flex-direction:column;min-height:205px;position:relative;overflow:hidden}.featured-card:before{content:'';position:absolute;width:110px;height:110px;border-radius:50%;background:linear-gradient(135deg,rgba(13,67,182,.1),rgba(197,22,36,.1));top:-28px;right:-28px}.featured-card .food-icon{font-size:34px}.featured-card h3{margin:25px 0 8px;font-family:var(--serif);font-size:20px;color:var(--navy)}.featured-card .food-si{font-size:12px;color:var(--muted);min-height:18px}.card-bottom{margin-top:auto;display:flex;justify-content:space-between;align-items:center;padding-top:14px}.price{font-size:14px;font-weight:800;color:var(--navy)}.mini-add{width:38px;height:38px;border-radius:12px;background:var(--navy);border:0;color:#fff;font-size:20px;cursor:pointer}
.menu-section{padding:80px 0 100px;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.menu-head{align-items:center}.search-wrap{width:min(390px,100%);height:52px;background:#f5f7fb;border:1px solid var(--line);border-radius:16px;display:flex;align-items:center;padding:0 16px;gap:10px}.search-wrap span{font-size:24px;color:var(--blue)}.search-wrap input{border:0;background:transparent;outline:0;width:100%;font:inherit;color:var(--navy)}.category-rail-wrap{position:sticky;top:82px;z-index:30;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.category-rail{display:flex;gap:9px;overflow:auto;padding-top:12px;padding-bottom:12px;scrollbar-width:none}.category-rail::-webkit-scrollbar{display:none}.category-pill{flex:0 0 auto;border:1px solid var(--line);background:#fff;color:var(--navy);border-radius:999px;padding:10px 14px;font:inherit;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap}.category-pill.active{background:var(--navy);color:#fff;border-color:var(--navy)}.filters-row{display:flex;gap:9px;padding-top:24px;overflow:auto;scrollbar-width:none}.filter-chip{border:0;background:#f1f3f8;color:#5d6780;padding:9px 13px;border-radius:999px;font:inherit;font-size:11px;font-weight:800;cursor:pointer;white-space:nowrap}.filter-chip.active{background:#e7edff;color:var(--blue)}.menu-content{display:grid;grid-template-columns:220px 1fr;gap:42px;padding-top:32px}.desktop-category{position:sticky;top:180px;align-self:start;display:grid;gap:7px;max-height:calc(100vh - 220px);overflow:auto}.desktop-cat-btn{border:0;background:transparent;text-align:left;padding:11px 12px;border-radius:12px;color:#6d7690;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.desktop-cat-btn.active{background:#eef2ff;color:var(--blue)}.menu-list{display:grid;gap:42px}.category-block{scroll-margin-top:185px}.category-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.category-title h3{font-family:var(--serif);font-size:30px;margin:0;color:var(--navy)}.category-title span{font-size:24px}.items-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.menu-card{border:1px solid var(--line);border-radius:20px;padding:16px;background:#fff;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:start;transition:.2s ease}.menu-card:hover{transform:translateY(-1px);box-shadow:0 12px 30px rgba(7,20,61,.06);border-color:#d9def0}.menu-card.unavailable{opacity:.48}.menu-card h4{font-family:var(--serif);margin:0;color:var(--navy);font-size:18px}.menu-card .si-name{font-size:11px;color:#7a849a;margin-top:5px}.menu-card .note{font-size:11px;line-height:1.5;color:#7c8599;margin-top:8px}.badges{display:flex;gap:5px;flex-wrap:wrap;margin-top:10px}.badge{font-size:9px;font-weight:800;border-radius:999px;padding:5px 7px;background:#eef2ff;color:var(--blue)}.badge.veg{background:#e8f7ed;color:#1c7b3b}.badge.spicy{background:#fff0ec;color:#bd3427}.variant-picker{display:flex;gap:5px;flex-wrap:wrap;margin-top:11px}.variant-btn{border:1px solid var(--line);background:#fff;border-radius:9px;padding:6px 8px;font:inherit;font-size:10px;font-weight:800;color:#6d7690;cursor:pointer}.variant-btn.active{border-color:var(--blue);color:var(--blue);background:#eef3ff}.menu-card-side{text-align:right;display:grid;justify-items:end;min-width:92px}.menu-card-side .price{font-size:14px;margin-bottom:12px}.add-btn{border:0;background:var(--navy);color:#fff;border-radius:12px;padding:9px 12px;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.add-btn:disabled{cursor:not-allowed;background:#adb3c3}.order-how{padding:85px 0}.order-how-card{background:linear-gradient(135deg,#07143d,#0d2b74);border-radius:32px;padding:50px;color:#fff;position:relative;overflow:hidden}.order-how-card:after{content:'';position:absolute;width:350px;height:350px;border-radius:50%;background:#c51624;filter:blur(100px);opacity:.25;right:-150px;bottom:-170px}.order-how .eyebrow{color:#8db0ff}.order-how h2{color:#fff;font-size:clamp(35px,4vw,56px);max-width:700px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:35px;position:relative;z-index:1}.steps>div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);padding:22px;border-radius:20px;display:grid;gap:8px}.steps b{font-size:11px;color:#8db0ff;letter-spacing:.18em}.steps strong{font-size:16px}.steps span{font-size:12px;color:#cbd6f1;line-height:1.5}
.footer{padding:35px 0 120px;display:flex;justify-content:space-between;align-items:center;gap:20px}.footer-brand{display:flex;align-items:center;gap:13px}.footer-brand img{width:54px;height:54px;object-fit:cover;border-radius:16px}.footer-brand div{display:grid;gap:4px}.footer-brand strong{font-size:12px;letter-spacing:.15em;color:var(--navy)}.footer-brand span{font-size:11px;color:var(--muted)}.footer-links{display:flex;gap:18px}.footer a{color:var(--navy);font-weight:700;font-size:12px;text-decoration:none}
.mobile-cart-bar{display:none;position:fixed;left:12px;right:12px;bottom:12px;z-index:50;background:var(--red);color:#fff;border:0;border-radius:18px;padding:15px 17px;box-shadow:0 16px 45px rgba(197,22,36,.35);font:inherit;align-items:center;justify-content:space-between;cursor:pointer}.mobile-cart-bar span{font-size:11px}.mobile-cart-bar strong{font-size:12px}.drawer-backdrop{position:fixed;inset:0;background:rgba(2,8,25,.42);backdrop-filter:blur(4px);z-index:59;opacity:0;pointer-events:none;transition:.25s}.drawer-backdrop.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(455px,100%);z-index:60;background:#fff;transform:translateX(102%);transition:.28s ease;box-shadow:-20px 0 60px rgba(4,10,30,.18);display:flex;flex-direction:column;padding:25px}.cart-drawer.open{transform:translateX(0)}.drawer-head{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:15px;border-bottom:1px solid var(--line)}.drawer-head h3{font-family:var(--serif);font-size:28px;margin:0;color:var(--navy)}.drawer-head button{border:0;background:#f1f3f7;border-radius:50%;width:38px;height:38px;font-size:24px;color:var(--navy);cursor:pointer}.cart-items{display:grid;gap:9px;padding:16px 0;overflow:auto;min-height:110px}.empty-cart{text-align:center;padding:28px 10px;color:var(--muted);font-size:13px}.cart-line{border:1px solid var(--line);border-radius:15px;padding:12px;display:grid;grid-template-columns:1fr auto;gap:12px}.cart-line h4{margin:0 0 5px;font-size:12px;color:var(--navy)}.cart-line small{color:var(--muted);font-size:10px}.qty-controls{display:flex;align-items:center;gap:7px;margin-top:10px}.qty-controls button{border:0;background:#eff2f7;width:27px;height:27px;border-radius:8px;font-weight:900;color:var(--navy);cursor:pointer}.qty-controls span{font-size:11px;font-weight:800}.cart-line-price{text-align:right;font-size:11px;font-weight:800}.remove-line{border:0;background:transparent;color:var(--red);font-size:10px;margin-top:10px;cursor:pointer}.order-form{display:grid;gap:10px;border-top:1px solid var(--line);padding-top:15px}.order-type-row{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.order-type{border:1px solid var(--line);background:#fff;border-radius:11px;padding:9px 6px;font:inherit;font-size:10px;font-weight:800;color:#6c7691;cursor:pointer}.order-type.active{background:#edf2ff;color:var(--blue);border-color:#c9d6ff}.order-form label{display:grid;gap:5px}.order-form label>span{font-size:10px;font-weight:800;color:#6c7691}.order-form input,.order-form textarea{border:1px solid var(--line);border-radius:11px;padding:10px 11px;font:inherit;font-size:11px;outline:0;resize:none}.order-form input:focus,.order-form textarea:focus{border-color:#aabdf5;box-shadow:0 0 0 3px #edf2ff}.hidden{display:none!important}.totals{margin-top:auto;border-top:1px solid var(--line);padding-top:15px;display:grid;gap:8px}.totals>div{display:flex;justify-content:space-between;font-size:11px;color:#63708a}.totals strong{color:var(--navy)}.totals .grand-total{font-size:15px;font-weight:800;color:var(--navy);padding-top:5px}.totals small{color:#8a93a6;font-size:9px;line-height:1.4}.send-whatsapp{margin-top:14px;border:0;background:#1fa855;color:#fff;border-radius:15px;height:52px;padding:0 17px;display:flex;justify-content:space-between;align-items:center;font:inherit;cursor:pointer}.send-whatsapp span{font-size:11px}.send-whatsapp strong{font-size:13px}.toast{position:fixed;left:50%;bottom:30px;transform:translate(-50%,20px);background:var(--navy);color:#fff;border-radius:999px;padding:11px 16px;font-size:11px;font-weight:700;z-index:100;opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:980px){.hero{grid-template-columns:1fr;min-height:auto;padding-top:45px}.hero-visual{height:390px}.hero-visual:before{width:320px;height:320px}.hero-plate{width:270px;height:270px}.plate-inner{font-size:120px}.orbit-a{width:360px;height:360px}.orbit-b{width:395px;height:395px}.featured-grid{grid-template-columns:repeat(2,1fr)}.menu-content{grid-template-columns:1fr}.desktop-category{display:none}.items-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.shell{width:min(100% - 24px,1180px)}.site-header{height:68px;padding-inline:12px}.brand img{width:44px;height:44px;border-radius:13px}.brand span{display:none}.cart-top{height:40px;padding:0 12px}.lang-btn{height:40px;padding:0 11px}.hero{padding-top:35px;padding-bottom:45px;gap:12px}.hero h1{font-size:48px}.hero-copy>p{font-size:14px;margin:20px 0 25px}.hero-actions .btn{height:48px}.hero-meta{margin-top:24px;gap:14px}.hero-visual{height:320px}.hero-visual:before{width:250px;height:250px}.hero-plate{width:220px;height:220px;padding:12px}.plate-inner{font-size:95px}.orbit-a{width:285px;height:285px}.orbit-b{width:315px;height:315px}.floating-label{font-size:9px;padding:9px 11px}.label-one{right:0;top:36px}.label-two{left:0;bottom:38px}.featured{padding-bottom:55px}.section-head{display:block}.section-head>p{margin-top:10px}.featured-grid{grid-template-columns:1fr 1fr;gap:10px}.featured-card{min-height:180px;padding:14px;border-radius:18px}.featured-card h3{font-size:16px;margin-top:18px}.menu-section{padding-top:55px}.menu-head{display:grid;gap:20px}.search-wrap{width:100%}.category-rail-wrap{top:68px}.category-rail{padding-inline:12px;width:100%;}.filters-row{padding-top:16px}.menu-content{padding-top:22px}.menu-list{gap:34px}.category-block{scroll-margin-top:150px}.category-title h3{font-size:27px}.items-grid{grid-template-columns:1fr}.menu-card{border-radius:17px}.order-how{padding:55px 0}.order-how-card{padding:30px 22px;border-radius:25px}.steps{grid-template-columns:1fr;gap:10px}.footer{padding-bottom:100px;display:grid}.footer-links{flex-wrap:wrap}.mobile-cart-bar.visible{display:flex}.cart-drawer{padding:20px 16px}.toast{bottom:85px}.menu-card h4{font-size:17px}}
