:root{--primary: #c8161d;--primary-dark: #9e1217;--primary-light: #ffeaea;--primary-accent: #e8232b;--dark: #1a1a1a;--text: #2d2d2d;--text-light: #666666;--text-muted: #999999;--bg: #ffffff;--bg-warm: #fff8f5;--bg-cream: #fff3ec;--bg-dark: #1c1c1c;--bg-darker: #111111;--gold: #f5a623;--gold-light: #fff3cd;--border: #e8e0d8;--border-light: #f0e8e0;--font-playfair: "Playfair Display", serif;--font-dancing: "Dancing Script", cursive;--font-poppins: "Poppins", sans-serif;--section-padding: 80px 0;--container-max: 1200px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);--shadow-md: 0 4px 20px rgba(0, 0, 0, .12);--shadow-lg: 0 8px 40px rgba(0, 0, 0, .15);--shadow-primary: 0 4px 20px rgba(200, 22, 29, .3);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-full: 9999px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-poppins);color:var(--text);background:var(--bg);overflow-x:hidden;line-height:1.6}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:color .3s ease}button{cursor:pointer;border:none;background:none;font-family:var(--font-poppins)}ul{list-style:none}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg-cream)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:3px}.container{max-width:var(--container-max);margin:0 auto;padding:0 24px}.section-label{font-family:var(--font-poppins);font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--primary);margin-bottom:8px;display:block}.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;background:var(--primary);color:#fff;border-radius:var(--radius-full);font-family:var(--font-poppins);font-size:14px;font-weight:600;transition:all .3s ease;box-shadow:var(--shadow-primary);cursor:pointer;border:none}.btn-primary.ant-btn-primary{background:var(--primary)!important;border-color:var(--primary)!important;color:#fff!important}.btn-primary.ant-btn-primary:hover{background:var(--primary-dark)!important;border-color:var(--primary-dark)!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 6px 25px #c8161d73}.btn-outline{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:transparent;color:var(--dark);border:2px solid var(--dark);border-radius:var(--radius-full);font-family:var(--font-poppins);font-size:14px;font-weight:600;transition:all .3s ease;cursor:pointer}.btn-outline:hover{background:var(--dark);color:#fff;transform:translateY(-2px)}.ant-typography.title-card{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:3px;margin:0!important;color:#181818!important;font-size:18px!important;line-height:1.2!important;font-weight:800!important;text-transform:uppercase;white-space:nowrap!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes pulseBadge{0%,to{transform:rotate(-12deg) scale(1)}50%{transform:rotate(-12deg) scale(1.06)}}@keyframes spinText{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.nav-link{font-size:12.5px;font-weight:500;color:var(--text);padding:6px 9px;border-radius:var(--radius-sm);transition:all .2s ease;white-space:nowrap}.btn-primary{display:inline-flex;align-items:center;gap:5px;padding:9px 18px;background:var(--primary);color:#fff;border-radius:var(--radius-full);font-size:13px;font-weight:600;transition:all .3s ease;box-shadow:var(--shadow-primary);white-space:nowrap}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 6px 20px #c8161d66}.hero-section{min-height:100vh;background:var(--bg-warm);padding:110px 0 0;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:-80px;right:-100px;width:600px;height:600px;background:radial-gradient(circle,rgba(200,22,29,.05) 0%,transparent 65%);pointer-events:none}.hero-section:after{content:"";position:absolute;bottom:80px;left:-80px;width:300px;height:300px;background:radial-gradient(circle,rgba(245,166,35,.06) 0%,transparent 65%);pointer-events:none}.hero-container{max-width:var(--container-max);margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;min-height:calc(100vh - 200px)}.hero-content{animation:fadeInLeft .9s ease forwards}.hero-script{font-family:var(--font-dancing);font-size:30px;color:var(--text);line-height:1.3;margin-bottom:6px}.hero-script .heart{color:var(--primary)}.hero-title{font-family:var(--font-playfair);font-size:clamp(50px,6.5vw,84px);font-weight:900;color:var(--dark);line-height:1;margin-bottom:0;display:block}.hero-title-red{font-family:var(--font-playfair);font-size:clamp(50px,6.5vw,84px);font-weight:900;color:var(--primary);line-height:1;margin-bottom:20px;display:block}.hero-desc{font-size:15px;color:var(--text-light);line-height:1.75;margin-bottom:32px;max-width:440px}.hero-desc strong{color:var(--primary);font-weight:600}.hero-buttons{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.hero-image-wrapper{position:relative;display:flex;justify-content:center;align-items:center;animation:fadeInRight .9s ease .15s both}.hero-food-img{width:100%;max-width:500px;height:440px;object-fit:cover;border-radius:50%;animation:float 5s ease-in-out infinite;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15))}.hero-badge{position:absolute;bottom:30px;right:10px;width:115px;height:115px;background:var(--primary);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;animation:pulseBadge 2.5s ease-in-out infinite;box-shadow:0 6px 30px #c8161d73;padding:12px}.hero-badge .badge-top{font-size:8px;font-weight:700;letter-spacing:1px;text-transform:uppercase;line-height:1.3}.hero-badge .badge-pct{font-family:var(--font-playfair);font-size:30px;font-weight:900;line-height:1;margin:1px 0}.hero-badge .badge-bottom{font-size:8px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.hero-features{background:#fff;border-top:1px solid var(--border-light);padding:22px 0;margin-top:40px;box-shadow:0 -4px 20px #0000000a}.hero-features-grid{max-width:var(--container-max);margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.feature-item{display:flex;align-items:center;gap:12px}.feature-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.feature-icon.green{background:#e8f5e9}.feature-icon.red{background:var(--primary-light)}.feature-icon.blue{background:#e3f2fd}.feature-icon.yellow{background:var(--gold-light)}.feature-text .feature-title{font-size:13px;font-weight:700;color:var(--dark);display:block;line-height:1.2}.feature-text .feature-sub{font-size:11px;color:var(--text-muted);display:block;margin-top:2px}.clients-title-divider{display:flex;align-items:center;justify-content:center;width:140px;height:20px;margin-top:8px}.clients-divider-line{flex:1;height:2px!important;background-color:#c8161d;border-radius:2px!important}.clients-divider-logo{width:24px;height:24px;margin:0 8px;object-fit:contain;flex-shrink:0}.about-section{padding:var(--section-padding);background:var(--bg);position:relative;overflow:hidden}.about-container{max-width:var(--container-max);margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.about-image-wrapper{position:relative}.about-img{width:100%;height:500px;object-fit:cover;border-radius:var(--radius-lg)}.about-content{animation:fadeInRight .8s ease both}.about-heading{font-family:var(--font-playfair);font-size:clamp(26px,3.2vw,42px);font-weight:800;color:var(--dark);line-height:1.2;margin-bottom:4px;margin-top:10px}.about-heading-script{font-family:var(--font-dancing);font-size:clamp(30px,4vw,52px);color:var(--primary);font-style:italic;display:block;line-height:1.1;margin-bottom:6px}.about-heading-heart{color:var(--primary)}.about-desc{font-size:15px;color:var(--text-light);line-height:1.85;margin-bottom:36px;margin-top:16px}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:36px;padding:24px 0;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.stat-number{font-family:var(--font-playfair);font-size:28px;font-weight:900;color:var(--primary);display:block;line-height:1}.stat-label{font-size:12px;color:var(--text-light);font-weight:500;display:block;margin-top:5px;line-height:1.3}.founders-section{padding:var(--section-padding);background:var(--bg-warm);position:relative;overflow:hidden}.founders-section:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 5% 20%,rgba(200,22,29,.04) 0%,transparent 50%),radial-gradient(circle at 95% 80%,rgba(200,22,29,.04) 0%,transparent 50%);pointer-events:none}.founders-header{text-align:center;margin-bottom:60px}.founders-title{font-family:var(--font-poppins);font-size:clamp(20px,2.8vw,30px);font-weight:800;letter-spacing:4px;text-transform:uppercase;color:var(--dark);position:relative;display:inline-block}.founders-title:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:60px;height:3px;background:var(--primary);border-radius:2px}.founders-grid{max-width:var(--container-max);margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 120px 1fr;gap:32px;align-items:center}.founder-card{background:#fff;border-radius:var(--radius-lg);padding:36px;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.founder-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary),var(--primary-accent))}.founder-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.founder-card.right{text-align:right}.founder-avatar{width:88px;height:88px;border-radius:50%;object-fit:cover;border:3px solid var(--primary-light);margin-bottom:16px}.founder-card.right .founder-avatar{margin-left:auto}.founder-role{font-family:var(--font-dancing);font-size:20px;color:var(--primary);display:block;margin-bottom:2px}.founder-name{font-family:var(--font-playfair);font-size:22px;font-weight:800;color:var(--dark);display:block;margin-bottom:12px}.founder-desc{font-size:13.5px;color:var(--text-light);line-height:1.75;margin-bottom:20px}.founder-socials{display:flex;gap:8px}.founder-card.right .founder-socials{justify-content:flex-end}.founder-social{width:34px;height:34px;border-radius:50%;border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-light);transition:all .3s ease}.founder-social:hover{border-color:var(--primary);color:#fff;background:var(--primary)}.founders-center{display:flex;flex-direction:column;align-items:center;gap:10px}.founders-center-icon{width:76px;height:76px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px #c8161d59}.founders-center-icon svg{color:#fff}.founders-center-label{font-family:var(--font-dancing);font-size:14px;color:var(--primary);font-weight:700;text-align:center;line-height:1.2}.dishes-section{padding:var(--section-padding);background:var(--bg-darker);position:relative;overflow:hidden}.dishes-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% -10%,rgba(200,22,29,.2) 0%,transparent 55%);pointer-events:none}.dishes-header{max-width:var(--container-max);margin:0 auto 40px;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.dishes-title{font-family:var(--font-poppins);font-size:clamp(18px,2.5vw,28px);font-weight:800;letter-spacing:4px;text-transform:uppercase;color:#fff}.dishes-view-all{font-size:13px;font-weight:600;color:var(--primary);display:flex;align-items:center;gap:6px;transition:gap .3s ease}.dishes-view-all:hover{gap:10px}.dishes-carousel-wrapper{position:relative;max-width:var(--container-max);margin:0 auto;padding:0 50px}.dishes-carousel{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.dish-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-md);overflow:hidden;transition:all .35s ease;cursor:pointer}.dish-card:hover{transform:translateY(-10px);background:#ffffff17;border-color:#c8161d80;box-shadow:0 20px 50px #0006}.dish-img-wrapper{overflow:hidden;height:200px}.dish-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.dish-card:hover .dish-img{transform:scale(1.08)}.dish-info{padding:16px}.dish-name{font-family:var(--font-playfair);font-size:16px;font-weight:700;color:#fff;margin-bottom:5px}.dish-desc{font-size:12px;color:#ffffff80;line-height:1.5;margin-bottom:10px}.dish-stars{display:flex;gap:2px;align-items:center}.dish-stars .star{color:var(--gold);font-size:13px}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background:#fff;color:var(--dark);display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:var(--shadow-md);transition:all .3s ease;cursor:pointer;border:none;z-index:10}.carousel-btn:hover{background:var(--primary);color:#fff;box-shadow:var(--shadow-primary)}.carousel-btn.prev{left:0}.carousel-btn.next{right:0}.clients-section{padding:var(--section-padding);background:var(--bg)}.clients-container{max-width:var(--container-max);margin:0 auto;padding:0 24px}.clients-header{text-align:center;margin-bottom:44px}.clients-title{font-family:var(--font-poppins);font-size:clamp(16px,2.2vw,24px);font-weight:800;letter-spacing:3px;text-transform:uppercase;color:var(--dark);position:relative;display:inline-block}.clients-logos{display:flex;align-items:center;justify-content:center;gap:36px;flex-wrap:wrap;margin-bottom:56px;padding:28px 0;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.client-logo-text{font-family:var(--font-poppins);font-size:16px;font-weight:800;color:var(--text);letter-spacing:-.5px}.clients-bottom{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.testimonial-block{position:relative;padding:40px;background:var(--bg-warm);border-radius:var(--radius-lg);border-left:4px solid var(--primary);box-shadow:var(--shadow-sm)}.testimonial-quote-mark{font-size:72px;color:var(--primary);opacity:.15;font-family:Georgia,serif;line-height:.8;position:absolute;top:20px;left:24px;pointer-events:none}.testimonial-text{font-size:14.5px;color:var(--text-light);line-height:1.85;margin-bottom:24px;font-style:italic;padding-top:16px}.testimonial-author{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid var(--border-light)}.author-avatar{width:48px;height:48px;border-radius:50%;background:var(--primary-light);display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.author-name{font-size:14px;font-weight:700;color:var(--dark);display:block;line-height:1.2}.author-role{font-size:12px;color:var(--text-muted);display:block;margin-top:2px}.delivery-block{text-align:center;padding:20px}.delivery-tag{font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--primary);display:block;margin-bottom:8px}.delivery-title{font-family:var(--font-playfair);font-size:clamp(22px,2.8vw,34px);font-weight:800;color:var(--dark);line-height:1.2}.delivery-title-script{font-family:var(--font-dancing);font-size:clamp(30px,4vw,46px);color:var(--primary);font-style:italic;display:block;line-height:1;margin-top:4px}.delivery-img{width:100%;max-width:280px;margin:24px auto}.delivery-features{display:flex;flex-direction:column;gap:14px;text-align:left;max-width:240px;margin:0 auto}.delivery-feature{display:flex;align-items:center;gap:10px;font-size:13.5px;font-weight:600;color:var(--dark)}.delivery-feature-dot{width:8px;height:8px;border-radius:50%;background:var(--primary);flex-shrink:0}.contact-section{width:100%;background:#fffaf7;padding:28px 0 22px;overflow:hidden}.contact-container{width:100%;max-width:1125px;margin:0 auto;padding:0 20px}.contact-title.ant-typography{margin:0!important;color:#181818!important;font-size:18px!important;line-height:1.2!important;font-weight:800!important;text-transform:uppercase}.contact-title-decoration{display:flex;align-items:center;justify-content:flex-start;width:155px;height:18px;gap:8px;margin-top:5px}.contact-title-decoration span{display:block;width:58px;height:2px;background:#c9151e;flex-shrink:0}.contact-title-image{width:20px;height:20px;object-fit:contain;display:block;flex-shrink:0}.contact-title-decoration span:not(.contact-pot){display:block;height:2px;width:58px;background:#c9151e}.contact-title-decoration .contact-pot{color:#c9151e;font-size:14px;line-height:1}.contact-main-title.ant-typography{margin:14px 0 5px!important;color:#181818!important;font-size:15px!important;line-height:1.3!important;font-weight:700!important}.contact-description{display:block;color:#333!important;font-size:11px;line-height:1.5;margin-bottom:16px}.contact-details{display:flex!important}.contact-detail{display:flex;align-items:center;gap:11px}.contact-detail-icon{color:#c9151e;font-size:17px;width:18px}.contact-image-wrapper{width:100%;height:210px;display:flex;align-items:flex-end;justify-content:center;overflow:visible}.contact-image{width:100%!important;max-width:225px;height:auto;object-fit:contain;object-position:bottom center}.footer{position:relative;background-image:url(/assets/footerbg-Ck3ekS6e.svg);background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#b90000;color:#fff;overflow:hidden}.footer-container{max-width:1293px;margin:0 auto;padding:22px 48px 14px}.footer-brand{padding-top:2px}.footer-logo{width:115px!important;height:58px!important;object-fit:contain;object-position:left center;margin-bottom:4px}.footer-tagline{display:block;max-width:225px;color:#fff!important;line-height:1.45;font-weight:400}.footer-title{display:block;margin-bottom:12px;color:#fff!important;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:.7px}.footer-links{display:flex!important}.footer-link{display:block;position:relative;color:#fff!important;line-height:1.2;padding-left:0;margin-bottom:5px;transition:all .25s ease}.footer-link:before{content:"›";display:inline-block;margin-right:6px;color:#d72b2b;font-size:12px;font-weight:700}.footer-link:hover{color:#fff!important;padding-left:3px}.footer-social.ant-btn{width:36px;height:36px;min-width:36px;padding:0;border:1.5px solid rgba(255,255,255,.9);background:transparent;color:#fff;font-size:16px;display:inline-flex;align-items:center;justify-content:center;box-shadow:none}.footer-social.ant-btn:hover{color:#b90000!important;background:#fff!important;border-color:#fff!important}.footer-contact-icon{flex-shrink:0;color:#fff;margin-top:1px}.footer-contact-text{color:#fff!important;line-height:1.4}.footer-bottom-wrapper{max-width:1293px;margin:0 auto;padding:0 48px}.footer-divider.ant-divider{margin:0!important;border-color:#ffffff26}.footer-bottom{min-height:37px}.footer-heart{font-size:11px;margin:0 2px}.footer-back-top.ant-btn{position:absolute;right:20px;bottom:10px;width:30px;height:30px;min-width:30px;border:none;background:#fff;color:#b90000;display:flex;align-items:center;justify-content:center;font-size:12px;box-shadow:none}.footer-back-top.ant-btn:hover{background:#fff!important;color:#b90000!important}.footer-copyright,.footer-made{color:#fff!important}.footer-made{white-space:nowrap}.footer-made a{color:#fff!important;font-weight:700;text-decoration:underline;text-underline-offset:2px}.footer-made a:hover{color:#fff!important;text-decoration:underline}@media(max-width:1024px){.navbar-links{gap:0}.nav-link{padding:5px 7px;font-size:12px}.founders-grid{grid-template-columns:1fr 80px 1fr;gap:20px}.dishes-carousel{grid-template-columns:repeat(2,1fr)}.contact-container{max-width:950px}.contact-section{padding-top:30px}.contact-image{max-width:190px}.footer-container{padding:24px 32px 18px}.footer-bottom-wrapper{padding:0 32px}.footer-container .ant-row{row-gap:20px}}@media(max-width:991px){.contact-section{padding:45px 0}.contact-left{margin-bottom:17px}.contact-image-wrapper{height:auto;margin-top:20px}.contact-image{max-width:240px}}@media(max-width:768px){:root{--section-padding: 60px 0}.navbar-logo-image{width:120px}.navbar-links{display:none;position:fixed;top:62px;left:0;right:0;background:#fff;flex-direction:column;padding:16px 24px;box-shadow:0 8px 24px #0000001a;border-top:1px solid var(--border-light);gap:2px;z-index:999}.navbar-links.open{display:flex}.nav-link{padding:10px 12px;font-size:14px;border-radius:var(--radius-sm)}.nav-socials{display:none}.hamburger{display:flex}.hero-container{grid-template-columns:1fr;text-align:center;gap:30px}.hero-image-wrapper{order:-1}.hero-food-img{height:280px}.hero-badge{width:90px;height:90px}.hero-badge .badge-pct{font-size:22px}.hero-features-grid{grid-template-columns:repeat(2,1fr)}.hero-buttons{justify-content:center}.hero-desc{margin:0 auto 32px}.about-container{grid-template-columns:1fr}.about-img{height:300px}.founders-grid{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}.founders-center{order:-1;flex-direction:row;justify-content:center}.founder-card.right{text-align:left}.founder-card.right .founder-avatar{margin-left:0}.founder-card.right .founder-socials{justify-content:flex-start}.dishes-carousel{grid-template-columns:repeat(2,1fr)}.clients-bottom{grid-template-columns:1fr;gap:40px}.clients-logos{gap:20px}.contact-grid{grid-template-columns:1fr;gap:40px}.form-row{grid-template-columns:1fr}.footer{padding-top:0}.footer-container{padding:40px 24px 28px}.footer-container .ant-row{row-gap:30px}.footer-logo{width:135px!important;height:65px!important}.footer-title{font-size:13px;margin-bottom:14px}.footer-social.ant-btn{width:40px;height:40px;min-width:40px}.footer-bottom-wrapper{padding:0 24px}.footer-bottom{min-height:55px;flex-direction:column;justify-content:center!important;gap:8px;text-align:center}.footer-back-top.ant-btn{right:15px;bottom:15px}}@media(max-width:576px){.contact-section{padding:40px 0}.contact-container{padding:0 20px}.contact-title.ant-typography{font-size:17px!important}.contact-main-title.ant-typography{font-size:14px!important}.contact-image-wrapper{margin-top:25px}.contact-image{max-width:220px}}@media(max-width:480px){.hero-food-img{height:240px}.hero-features-grid{grid-template-columns:1fr 1fr}.about-stats{grid-template-columns:repeat(3,1fr)}.dishes-carousel{grid-template-columns:1fr}.dishes-carousel-wrapper{padding:0 24px}.carousel-btn{display:none}.footer-container{padding:35px 20px 25px}.footer-container .ant-row{row-gap:28px}.footer-bottom-wrapper{padding:0 20px}.footer-copyright,.footer-made{font-size:10px}}.about-section{padding:10px 0 40px;background:#fdfbf9;position:relative;overflow:hidden}.about-container{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:.95fr 1.05fr;gap:40px;align-items:center}.about-image-wrapper{width:100%;border-radius:20px;overflow:hidden}.about-img{width:100%;height:440px;object-fit:cover;border-radius:20px;display:block}.about-content{display:flex;flex-direction:column;align-items:flex-start}.about-heading{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(22px,3.2vw,30px);font-weight:700;color:#1a1a1a;line-height:1.15;margin-bottom:4px}.about-script{font-family:Dancing Script,Caveat,cursive,sans-serif;color:#c8161d;font-style:italic;font-weight:600}.about-heart{color:#c8161d;font-weight:400}.title-underline{width:40px;height:2px;background-color:#c8161d;margin:8px 0 16px;border-radius:2px}.about-desc{font-size:13.5px;color:#555;line-height:1.6;margin-bottom:24px;max-width:480px}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%;margin-bottom:24px}.stat-card{background:#fff;border:1px solid #f0e6e6;border-radius:12px;padding:10px 12px;display:flex;align-items:center;gap:10px;box-shadow:0 2px 8px #00000005;opacity:0;transform:translateY(15px);transition:opacity .5s ease-out,transform .5s ease-out,box-shadow .3s ease,border-color .3s ease}.stat-card.animate-in{opacity:1;transform:translateY(0)}.stat-card:nth-child(1).animate-in{transition-delay:.1s}.stat-card:nth-child(2).animate-in{transition-delay:.2s}.stat-card:nth-child(3).animate-in{transition-delay:.3s}.stat-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #c8161d14;border-color:#c8161d33}.stat-icon{font-size:20px;color:#c8161d}.stat-info{display:flex;flex-direction:column}.stat-number{font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:18px;font-weight:700;color:#c8161d;line-height:1.1;letter-spacing:-.02em;min-width:48px;display:inline-block}.stat-label{font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;color:#555;font-weight:500;line-height:1.3;margin-top:2px}.about-cta-wrapper{display:flex;align-items:center;gap:16px;position:relative}.cta-sketch-arrow-img{width:75px;height:auto;max-height:32px;opacity:.75;display:block;object-fit:contain}@media(max-width:992px){.about-container{grid-template-columns:1fr}.about-img{height:320px}}@media(max-width:576px){.about-stats{grid-template-columns:1fr}.cta-sketch-arrow-img{display:none}}.clients-section{width:100%;padding:25px 0;background:var(--bg);overflow:hidden}.clients-container{width:min(calc(100% - 48px),var(--container-max));margin:0 auto}.clients-layout{display:grid;grid-template-columns:50% 50%;align-items:center;width:100%}.clients-left{width:100%;min-width:0;padding-right:25px}.clients-header{width:100%;margin-bottom:20px;text-align:left}.title-card{margin:0!important;font-family:var(--font-poppins);font-size:clamp(20px,2vw,27px)!important;font-weight:800!important;line-height:1.2!important;letter-spacing:1.2px;text-transform:uppercase;color:var(--dark)!important}.clients-marquee{position:relative;width:100%;overflow:hidden;margin-bottom:28px;-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 7%,#000 93%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,#000 7%,#000 93%,transparent 100%)}.clients-marquee-track{display:flex;align-items:center;width:max-content;animation:clientsMarquee 25s linear infinite;will-change:transform;background-color:#fff}.clients-logo-card{width:130px;height:72px;flex:0 0 130px;margin-right:10px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(20,20,20,.06);border-radius:12px;box-shadow:0 4px 15px #00000009;transition:transform .3s ease,box-shadow .3s ease}.clients-logo{display:block;width:95px;max-width:78%;height:auto;max-height:48px;object-fit:contain;filter:none;opacity:1;transition:transform .3s ease}.clients-logo-card:hover{transform:translateY(-3px)}.clients-logo-card:hover .clients-logo{transform:scale(1.04)}@keyframes clientsMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.clients-marquee:hover .clients-marquee-track{animation-play-state:paused}.testimonial-card{position:relative;width:100%;padding:24px 30px 20px;background:#fff8f5;border-left:3px solid #d9212e;border-radius:18px;box-shadow:0 8px 28px #00000009;overflow:hidden}.testimonial-quote{position:absolute;top:10px;left:20px;font-family:Georgia,serif;font-size:62px;line-height:1;font-weight:700;color:#d9212e;opacity:.16;pointer-events:none}.testimonial-text{position:relative;margin:20px 0 16px;width:100%;font-family:var(--font-poppins);font-size:13px;font-weight:400;line-height:1.8;font-style:italic;color:#555}.testimonial-author{display:flex;align-items:center;gap:11px}.author-avatar{width:46px;height:46px;flex:0 0 46px;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffe9e5}.author-avatar img{width:100%;height:100%;object-fit:cover;display:block}.author-info{display:flex;flex-direction:column;gap:2px}.author-name{font-family:var(--font-poppins);font-size:13.5px;line-height:1.25;font-weight:700;color:var(--dark)}.author-role{font-family:var(--font-poppins);font-size:11px;line-height:1.3;color:#999}.testimonial-heart{position:absolute;right:18px;bottom:18px;font-family:Georgia,serif;font-size:50px;line-height:1;color:#d9212e;opacity:.45;transform:rotate(-10deg);pointer-events:none}.delivery-section{width:100%;min-width:0;display:flex;align-items:center;justify-content:center;padding-left:10px}.delivery-illustration{display:block;width:100%;max-width:700px;height:auto;object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none}@media(min-width:1400px){.clients-section{padding:40px 0}.clients-left{padding-right:35px}.title-card{font-size:29px!important}.clients-logo-card{width:140px;height:76px;flex-basis:140px}.clients-logo{width:100px}.testimonial-card{padding:26px 32px 22px}.testimonial-text{font-size:13.5px}.delivery-illustration{max-width:760px}}@media(max-width:1100px){.clients-container{width:min(calc(100% - 36px),var(--container-max))}.clients-left{padding-right:18px}.clients-logo-card{width:120px;height:68px;flex-basis:120px;margin-right:8px}.clients-logo{width:88px;max-height:44px}.testimonial-card{padding:22px 26px 18px}.testimonial-text{font-size:12.5px;line-height:1.75}.delivery-section{padding-left:5px}.delivery-illustration{max-width:580px}}@media(max-width:900px){.clients-layout{grid-template-columns:42% 58%}.title-card{font-size:19px!important}.clients-logo-card{width:112px;height:64px;flex-basis:112px}.clients-logo{width:82px;max-height:40px}.testimonial-card{padding:20px 23px 18px}.testimonial-text{font-size:12px}}@media(max-width:768px){.clients-section{padding:30px 0}.clients-container{width:calc(100% - 28px)}.clients-layout{grid-template-columns:1fr;row-gap:24px}.clients-left{padding-right:0}.clients-header{margin-bottom:18px}.title-card{font-size:19px!important;letter-spacing:.7px}.clients-title-divider{margin-top:6px}.clients-marquee{margin-bottom:22px}.clients-marquee-track{animation-duration:19s}.clients-logo-card{width:120px;height:66px;flex-basis:120px;margin-right:8px;border-radius:10px}.clients-logo{width:86px;max-height:40px}.testimonial-card{padding:22px 23px 18px;border-radius:15px}.testimonial-text{font-size:13px;line-height:1.75}.testimonial-heart{right:15px;bottom:14px}.delivery-section{width:100%;padding-left:0;justify-content:center}.delivery-illustration{width:100%;max-width:520px}}@media(max-width:480px){.clients-section{padding:25px 0}.clients-container{width:calc(100% - 22px)}.title-card{font-size:16px!important}.clients-title-divider{width:150px}.clients-divider-logo{width:24px;height:24px;margin:0 8px}.clients-marquee{margin-bottom:18px}.clients-marquee-track{animation-duration:17s}.clients-logo-card{width:105px;height:60px;flex-basis:105px;margin-right:7px;border-radius:9px}.clients-logo{width:75px;max-height:35px}.testimonial-card{padding:20px 19px 16px;border-left-width:3px}.testimonial-quote{left:16px;top:9px;font-size:52px}.testimonial-text{margin-top:20px;font-size:12px;line-height:1.7}.author-avatar{width:42px;height:42px;flex-basis:42px}.author-name{font-size:12.5px}.author-role{font-size:10.5px}.testimonial-heart{font-size:25px}.delivery-illustration{width:100%;max-width:420px}}@media(prefers-reduced-motion:reduce){.clients-marquee-track{animation:none}.clients-logo-card,.clients-logo{transition:none}}.contact-section{width:100%;background:#fffaf7;padding:42px 0;overflow:hidden}.contact-container{width:100%;max-width:1180px;margin:0 auto;padding:0 24px}.contact-row{width:100%}.contact-left{padding-right:12px}.contact-header{margin-bottom:8px}.contact-main-title.ant-typography{margin:16px 0 4px!important;color:#181818!important;font-size:16px!important;line-height:1.3!important;font-weight:700!important}.contact-description{display:block;color:#666!important;font-size:12px;line-height:1.5;margin-bottom:20px}.contact-details{display:flex;flex-direction:column;gap:14px}.contact-detail{display:flex;align-items:flex-start;gap:12px}.contact-detail-icon{color:#c9151e;width:20px;min-width:20px;height:20px;flex-shrink:0;margin-top:2px}.contact-detail-text{color:#333;font-size:13px;line-height:1.5;text-align:left;word-break:normal;overflow-wrap:break-word}.contact-detail-address{align-items:flex-start}.contact-detail-address .contact-detail-text{max-width:280px;text-wrap:balance}.contact-image-wrapper{width:100%;height:100%;min-height:220px;display:flex;align-items:center;justify-content:center}.contact-image{width:100%!important;max-width:190px;height:auto;object-fit:contain}@media(max-width:991px){.contact-left{padding-right:0;margin-bottom:8px}.contact-image-wrapper{min-height:auto;margin-top:16px}.contact-image{max-width:180px}.contact-detail-address .contact-detail-text{max-width:100%}}@media(max-width:576px){.contact-section{padding:28px 0}.contact-main-title.ant-typography{font-size:15px!important}.contact-detail-text{font-size:12.5px}}.footer{position:relative;background-image:url(/assets/footerbg-Ck3ekS6e.svg);background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#93060b;color:#fff;overflow:hidden}.footer-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#93060b66;pointer-events:none}.footer-container{max-width:1240px;margin:0 auto;padding:56px 32px 32px;position:relative;z-index:1}.footer-logo{width:130px!important;height:auto!important;object-fit:contain;margin-bottom:14px}.footer-tagline{display:block;max-width:320px;color:#ffffffe0!important;line-height:1.6;font-size:13.5px;font-weight:400}.footer-title{display:block;margin-bottom:18px;color:#fff!important;font-size:14px;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:1px}.footer-sub-title{display:block;margin-bottom:10px;color:#ffffffe6!important;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.8px}.footer-links-grid{display:flex;flex-direction:column;gap:10px}.footer-link{color:#ffffffd9!important;font-size:14px;line-height:1.4;transition:all .2s ease;display:inline-block}.footer-link:hover{color:#fff!important;transform:translate(5px)}.footer-contact{display:flex!important}.footer-contact-item{transition:transform .2s ease}.contact-icon-badge{width:32px;height:32px;min-width:32px;background:#ffffff1f;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.footer-contact-text{color:#ffffffe6!important;font-size:13.5px;line-height:1.5}.footer-social-wrapper{margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.footer-social.ant-btn{width:38px;height:38px;min-width:38px;border:1px solid rgba(255,255,255,.25);background:#ffffff14;color:#fff;display:inline-flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .3s cubic-bezier(.4,0,.2,1)}.footer-social.ant-btn:hover{color:#93060b!important;background:#fff!important;border-color:#fff!important;transform:translateY(-3px);box-shadow:0 4px 12px #0003}.footer-bottom-wrapper{max-width:1240px;margin:0 auto;padding:0 32px 24px;position:relative;z-index:1}.footer-divider.ant-divider{margin:0 0 20px!important;border-color:#ffffff1f}.footer-bottom{min-height:30px}.footer-copyright,.footer-made{color:#ffffffb3!important;font-size:12.5px}.footer-made a{color:#fff!important;font-weight:600;text-decoration:underline;text-underline-offset:3px;transition:opacity .2s ease}.footer-made a:hover{opacity:.8}.back-to-top-wrapper{position:fixed;right:30px;bottom:30px;width:58px;height:58px;z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(15px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease}.back-to-top-wrapper.show{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.back-to-top-progress-bg{fill:none;stroke:#ffffff40;stroke-width:2}.back-to-top-progress{position:absolute;top:0;left:0;width:58px;height:58px;transform:rotate(-90deg);pointer-events:none}.back-to-top-progress-bg{fill:none;stroke:#ffffff59;stroke-width:2.5}.back-to-top-progress-circle{fill:none;stroke:#c62828;stroke-width:3;stroke-linecap:round;stroke-dasharray:119.38;stroke-dashoffset:119.38;transition:stroke-dashoffset .1s linear}.footer-back-top{position:relative!important;inset:auto!important;width:42px!important;height:42px!important;min-width:42px!important;margin:0!important;padding:0!important;display:flex!important;align-items:center;justify-content:center;z-index:2}@media(max-width:992px){.footer-container{padding:44px 24px 24px}}@media(max-width:768px){.footer-bottom{flex-direction:column;justify-content:center!important;gap:10px;text-align:center}.footer-back-top.ant-btn{right:20px;bottom:20px;width:36px;height:36px;min-width:36px}}.founders-section{position:relative;width:100%;max-width:100%;padding:60px 0 80px;background-color:#fdfbf9;background-image:url(/assets/MeetOurFoundersBg-D4Zb6G-l.svg);background-size:cover;background-position:center;background-repeat:no-repeat;box-sizing:border-box;overflow:hidden}.founders-bg-overlay{position:absolute;inset:0;background:#fdfbf933;pointer-events:none;z-index:0}.founders-header-centered{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:45px;text-align:center;padding:0 20px}.founders-container{position:relative;z-index:2;width:100%;max-width:1240px;margin:0 auto;padding:0 24px;display:flex;align-items:stretch;justify-content:center;gap:20px;box-sizing:border-box}.founder-card.ant-card{flex:1 1 0;max-width:580px;background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:24px;border:1px solid rgba(255,255,255,.6)!important;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease,opacity .8s ease;overflow:hidden;display:flex;flex-direction:column}.card-slide-left{opacity:0;transform:translate(-120px)}.card-slide-right{opacity:0;transform:translate(120px)}.founders-center-divider{opacity:0;transform:scale(.5);transition:opacity .8s ease,transform .8s cubic-bezier(.34,1.56,.64,1)}.founders-section.is-visible .card-slide-left,.founders-section.is-visible .card-slide-right{opacity:1;transform:translate(0);transition:opacity .8s ease,transform .8s cubic-bezier(.16,1,.3,1)}.founders-section.is-visible .founders-center-divider{opacity:1;transform:scale(1)}.founder-card.ant-card:hover{transform:translateY(-6px) scale(1.01)!important;box-shadow:0 20px 40px -15px #c8161d1f}.founder-card .ant-card-body{padding:28px 32px;height:100%;width:100%;box-sizing:border-box;display:flex;flex-direction:column}.founder-card-inner{display:flex;align-items:center;gap:24px;height:100%;width:100%}.founder-avatar-wrapper{flex-shrink:0;width:160px;height:160px;border-radius:50%;overflow:hidden;background-color:#f7ede8;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.founder-card.ant-card:hover .founder-avatar-wrapper{transform:scale(1.05);box-shadow:0 0 0 8px #c8161d1a}.founder-avatar-img{width:100%;height:100%;object-fit:cover;object-position:center top}.founder-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;height:100%;flex:1}.founder-name{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:22px;font-weight:800;color:#1a1a1a;margin:0!important;letter-spacing:.5px}.founder-role{font-family:Dancing Script,Caveat,cursive,sans-serif;font-size:20px;color:#c8161d;font-weight:600;margin-bottom:8px}.founder-desc{font-size:13px;color:#555;line-height:1.55;margin-bottom:14px!important}.founder-socials{display:flex;gap:10px;margin-top:auto!important}.ant-btn.social-circle-btn{width:36px!important;height:36px!important;min-width:36px!important;border-radius:50%!important;border:1px solid #1a1a1a!important;color:#1a1a1a!important;background:transparent!important;box-shadow:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;transition:transform .3s cubic-bezier(.34,1.56,.64,1),background-color .3s ease,border-color .3s ease,color .3s ease!important}.ant-btn.social-circle-btn .ant-btn-icon{display:flex;align-items:center;justify-content:center;margin:0!important}.ant-btn.social-circle-btn:hover{background-color:#c8161d!important;border-color:#c8161d!important;color:#fff!important;transform:translateY(-2px)}.founders-center-divider{display:flex;align-items:center;justify-content:center;flex-shrink:0;margin:0 12px}@keyframes spinClockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.center-logo-outer-wrapper{position:relative;width:90px;height:90px;border-radius:50%;border:1.5px dashed #c8161d;display:flex;align-items:center;justify-content:center;box-sizing:border-box;animation:spinClockwise 12s linear infinite}.center-logo-circle{width:70px;height:70px;border-radius:50%;background-color:#c8161d;display:flex;align-items:center;justify-content:center;padding:12px;box-shadow:0 4px 15px #c8161d40;box-sizing:border-box;animation:spinCounterClockwise 12s linear infinite}@keyframes spinCounterClockwise{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.center-logo-img{width:100%;height:100%;object-fit:contain}.dot-cardinal{position:absolute;width:5px;height:5px;background-color:#c8161d;border-radius:50%}.top-dot{top:-3px;left:50%;transform:translate(-50%)}.bottom-dot{bottom:-3px;left:50%;transform:translate(-50%)}.left-dot{left:-3px;top:50%;transform:translateY(-50%)}.right-dot{right:-3px;top:50%;transform:translateY(-50%)}@media(max-width:1100px){.founders-container{flex-direction:column;align-items:center}.founders-center-divider{order:0;margin:20px 0}.founder-card.ant-card{width:100%;max-width:650px;flex:unset}.card-slide-left,.card-slide-right{transform:translateY(40px)}.founders-section.is-visible .card-slide-left,.founders-section.is-visible .card-slide-right{transform:translateY(0)}}@media(max-width:600px){.founder-card-inner{flex-direction:column;text-align:center}.founder-content{align-items:center}}.hero-section{min-height:auto;background:#fdfbf9;position:relative;overflow:hidden;display:flex;flex-direction:column;padding-top:80px;margin-bottom:0}.hero-section:before{content:"";position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:radial-gradient(circle at 65% 50%,#ffe4e473,#fdfbf900 70%);pointer-events:none}.hero-container{max-width:1280px;width:100%;margin:0 auto;padding:0 32px 40px;display:grid;grid-template-columns:1.1fr 1.2fr 60px;align-items:center;position:relative;z-index:1}.hero-content{display:flex;flex-direction:column;align-items:flex-start}.hero-script{font-family:Dancing Script,Caveat,cursive,sans-serif;font-size:38px;color:#c8161d;line-height:1.1;margin-bottom:0;font-weight:600}.hero-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(40px,4.5vw,62px);font-weight:800;color:#1a1a1a;line-height:1.05;margin:4px 0 16px;letter-spacing:-1px}.title-heart{color:#c8161d;font-weight:400;display:inline-block;margin-left:2px}.title-line{width:45px;height:3px;background-color:#c8161d;border-radius:2px;margin-bottom:20px}.hero-desc{font-size:14px;color:#555;line-height:1.65;margin-bottom:24px;max-width:380px;font-weight:400}.hero-image-wrapper{display:flex;justify-content:center;align-items:center;position:relative}.hero-food-img{width:100%;max-width:580px;height:auto;object-fit:contain}.hero-social-sidebar{display:flex;flex-direction:column;align-items:center;gap:16px}.social-icon-btn{width:40px;height:40px;border-radius:50%;border:1px solid #ebdada;display:flex;align-items:center;justify-content:center;color:#c8161d;font-size:18px;background:#fff;box-shadow:0 2px 8px #0000000a;transition:all .25s ease;text-decoration:none}.social-icon-btn:hover{background:#c8161d;color:#fff;border-color:#c8161d;transform:translate(-3px)}.truck-track-container{width:100%;height:120px;position:relative;margin-top:-20px;overflow:hidden;display:flex;align-items:flex-end;z-index:2;background:transparent;pointer-events:none}.road-line{position:absolute;bottom:0;left:0;width:100%;height:22px;background:linear-gradient(180deg,#3a3a3c,#222224);border-top:2px solid #c8161d;box-shadow:inset 0 2px 4px #0006}.road-line:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;height:2px;background:repeating-linear-gradient(90deg,#ffffff 0px,#ffffff 15px,transparent 15px,transparent 30px);opacity:.85}.road-line:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#fff7f6 0%,transparent 8%,transparent 92%,#fff7f6 100%);pointer-events:none}.moving-truck-wrapper{position:absolute;bottom:14px;left:-550px;animation:driveTruck 14s linear infinite;display:flex;align-items:flex-end;gap:32px}.moving-truck-wrapper:before{content:"";position:absolute;right:10%;bottom:4px;width:120px;height:12px;background:linear-gradient(90deg,transparent,rgba(200,22,29,.25));border-radius:50%;filter:blur(4px)}.moving-truck-img{width:220px;height:auto;object-fit:contain;display:block;animation:truckBounce .35s ease-in-out infinite alternate}.moving-vehicle-img{width:90px;height:auto;object-fit:contain;display:block;animation:vehicleBounce .35s ease-in-out infinite alternate}.zomato-vehicle{animation-delay:.1s}.swiggy-vehicle{animation-delay:.2s}@keyframes driveTruck{0%{transform:translate(0)}to{transform:translate(calc(100vw + 550px))}}@keyframes truckBounce{0%{transform:translateY(0)}to{transform:translateY(-2px)}}@keyframes vehicleBounce{0%{transform:translateY(0)}to{transform:translateY(-1.5px)}}@media(max-width:992px){.hero-section{padding-top:140px}.hero-container{padding:0 20px 20px;display:flex;flex-direction:column;align-items:center;gap:16px}.hero-content{align-items:center;text-align:center;order:1;margin-top:10px}.hero-script{font-size:32px}.hero-title{font-size:36px;margin:2px 0 10px}.title-line{margin-bottom:12px}.hero-desc{max-width:100%;font-size:13px;line-height:1.5;margin-bottom:16px}.hero-image-wrapper{order:2;width:100%;max-width:320px}.hero-food-img{max-width:100%}.hero-social-sidebar{order:3;flex-direction:row;justify-content:center;gap:12px;margin-top:4px}.social-icon-btn{width:36px;height:36px}.truck-track-container{height:90px;margin-top:0}.road-line{height:16px}.moving-truck-wrapper{bottom:10px;left:-400px;gap:20px}.moving-truck-img{width:160px}.moving-vehicle-img{width:65px}}:root{--bg-deep: #171210;--bg-vign: #0B0807;--pot-hi: #FF7A5C;--pot-mid: #D8210F;--pot-shadow: #6E0E05;--pot-shadow2: #430902;--lid-hi: #E8483A;--gold: #C9A84C;--gold-hi: #E9CD82;--cream: #F4ECDE}.launcher-stage{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at 50% 42%,#2C1E16 0%,var(--bg-deep) 48%,var(--bg-vign) 100%);overflow:hidden;font-family:Poppins,sans-serif;transition:opacity 1s ease,visibility 1s ease}.launcher-stage.reveal{opacity:0;visibility:hidden}.launcher{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:5}.rig{position:relative;width:min(72vw,520px);height:min(72vw,520px);display:flex;align-items:center;justify-content:center}.scene-svg{display:block;width:100%;height:auto;overflow:visible}.pot-rig{transform-box:fill-box;transform-origin:50% 100%;animation:potIn .9s cubic-bezier(.2,.9,.25,1) both,potIdle 3.4s ease-in-out .9s infinite}@keyframes potIn{0%{transform:translateY(30px) scale(.9);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes potIdle{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.lid-rig{transform-box:fill-box;transform-origin:50% 100%;animation:lidLift .95s cubic-bezier(.5,-.2,.4,1.35) 2.55s both}@keyframes lidLift{0%{transform:translateY(0) rotate(0);opacity:1}35%{transform:translateY(-8px) rotate(-3deg);opacity:1}to{transform:translateY(-150px) rotate(-24deg) translate(-55px);opacity:0}}.seam-glow{opacity:0;animation:seamGlow .7s ease 2.15s both}@keyframes seamGlow{0%{opacity:0}55%{opacity:.85}to{opacity:0}}.seep{transform-box:fill-box;transform-origin:50% 100%;opacity:0}.seep.l1{animation:seepL 2.1s ease-in-out .5s 1}.seep.r1{animation:seepR 2.1s ease-in-out .9s 1}.seep.l2{animation:seepL 2.4s ease-in-out 1.25s 1}.seep.r2{animation:seepR 2.4s ease-in-out 1.55s 1}@keyframes seepL{0%{opacity:0;transform:translate(0) scale(.5) rotate(0)}18%{opacity:.5}55%{transform:translate(-34px,-16px) scale(1) rotate(-8deg);opacity:.32}to{transform:translate(-58px,-30px) scale(1.35) rotate(-14deg);opacity:0}}@keyframes seepR{0%{opacity:0;transform:translate(0) scale(.5) rotate(0)}18%{opacity:.5}55%{transform:translate(34px,-16px) scale(1) rotate(8deg);opacity:.32}to{transform:translate(58px,-30px) scale(1.35) rotate(14deg);opacity:0}}.plume{transform-box:fill-box;transform-origin:50% 100%;opacity:0;animation-fill-mode:both;animation-iteration-count:1}.plume.a{animation:plumeA 3s cubic-bezier(.2,.55,.25,1) 2.8s both}.plume.b{animation:plumeB 3.3s cubic-bezier(.2,.55,.25,1) 3.05s both}.plume.c{animation:plumeC 2.9s cubic-bezier(.2,.55,.25,1) 3.3s both}.plume.d{animation:plumeA 2.6s cubic-bezier(.2,.55,.25,1) 3.55s both}@keyframes plumeA{0%{opacity:0;transform:translate(0) scale(.55) rotate(0)}14%{opacity:.55}60%{transform:translate(-30px,-190px) scale(1.7) rotate(-6deg);opacity:.32}to{transform:translate(-52px,-320px) scale(2.3) rotate(-12deg);opacity:0}}@keyframes plumeB{0%{opacity:0;transform:translate(0) scale(.55) rotate(0)}14%{opacity:.6}60%{transform:translate(18px,-210px) scale(1.8) rotate(7deg);opacity:.3}to{transform:translate(34px,-340px) scale(2.4) rotate(13deg);opacity:0}}@keyframes plumeC{0%{opacity:0;transform:translate(0) scale(.55) rotate(0)}14%{opacity:.5}60%{transform:translate(2px,-175px) scale(1.6) rotate(-3deg);opacity:.3}to{transform:translate(6px,-300px) scale(2.1) rotate(-6deg);opacity:0}}.wordmark{position:absolute;left:50%;top:11%;transform:translate(-50%,10px);text-align:center;z-index:4;opacity:0;animation:markIn 1.3s cubic-bezier(.2,.8,.2,1) 3.75s both}@keyframes markIn{0%{opacity:0;transform:translate(-50%,26px) scale(.92);filter:blur(6px)}60%{filter:blur(0px)}to{opacity:1;transform:translate(-50%) scale(1);filter:blur(0px)}}.wordmark .script{font-family:Poppins,sans-serif;font-style:italic;font-weight:400;font-size:clamp(.82rem,2vw,1.02rem);letter-spacing:.14em;text-transform:uppercase;color:var(--gold-hi);opacity:.9}.wordmark .brand{font-family:"Baloo 2",sans-serif;font-weight:800;font-size:clamp(1.9rem,6vw,3.2rem);line-height:1;color:var(--cream);letter-spacing:.01em;text-shadow:0 3px 22px rgba(0,0,0,.55)}.wordmark .rule{width:46px;height:3px;margin:.5rem auto 0;background:var(--gold);border-radius:2px;transform:scaleX(0);animation:ruleIn .6s ease 4.45s both}@keyframes ruleIn{to{transform:scaleX(1)}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:10px 0;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid transparent;transition:all .3s ease}.navbar.scrolled{padding:7px 0;border-bottom-color:var(--border-light);box-shadow:0 2px 20px #00000014}.navbar-container{max-width:var(--container-max);margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:16px}.navbar-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.navbar-logo-image{display:block;width:100px;height:auto;object-fit:contain}.navbar-links{display:flex;align-items:center;gap:2px;flex:1;justify-content:center}.nav-link{position:relative;font-size:12.5px;font-weight:500;color:var(--text);padding:6px 9px;border-radius:var(--radius-sm);text-decoration:none;white-space:nowrap;transition:color .25s ease,background-color .25s ease}.nav-link:hover,.nav-link.active{color:var(--primary)}.nav-link:after{content:"";position:absolute;left:9px;right:9px;bottom:0;height:2px;background:var(--primary);border-radius:10px;transform:scaleX(0);transform-origin:center;transition:transform .3s ease}.nav-link.active:after{transform:scaleX(1)}.nav-link:hover:after{transform:scaleX(1)}.navbar-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.nav-socials{display:flex;align-items:center;gap:6px}.nav-social-icon{width:30px;height:30px;border-radius:50%;border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-light);transition:all .3s ease}.nav-social-icon:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.navbar .btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:9px 18px;background:var(--primary);color:#fff;border-radius:var(--radius-full);font-size:13px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:var(--shadow-primary);white-space:nowrap}.navbar .btn-primary:hover{background:var(--primary-dark);color:#fff;transform:translateY(-1px);box-shadow:0 6px 20px #c8161d66}.hamburger{display:none;flex-direction:column;gap:5px;padding:4px;cursor:pointer;background:none;border:none}.hamburger span{width:22px;height:2px;background:var(--dark);border-radius:2px;transition:all .3s ease;display:block}@media(max-width:1024px){.navbar-links{gap:0}.nav-link{padding:5px 7px;font-size:12px}.nav-link:after{left:7px;right:7px}}@media(max-width:768px){.navbar-logo-image{width:120px}.navbar-links{display:none;position:fixed;top:62px;left:0;right:0;background:#fff;flex-direction:column;padding:16px 24px;box-shadow:0 8px 24px #0000001a;border-top:1px solid var(--border-light);gap:2px;z-index:999}.navbar-links.open{display:flex}.nav-link{width:100%;padding:10px 12px;font-size:14px;border-radius:var(--radius-sm)}.nav-link.active{color:var(--primary);background:var(--primary-light)}.nav-link:after{display:none}.nav-socials{display:none}.hamburger{display:flex;margin-left:auto}}.dishes-section{position:relative;width:100vw;padding:40px 0 60px;background-color:#000;background-image:url(/assets/dimples-rasoi-signature-dishes-bg-Bn4cd_S4.svg);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:0!important;box-sizing:border-box;overflow:hidden}.dishes-bg-overlay{position:absolute;inset:0;background:#000000a6;pointer-events:none;z-index:0}.dishes-top-bar{position:relative;z-index:2;width:100%;max-width:1360px;margin:0 auto;padding:0 50px;display:flex;justify-content:flex-end}.dishes-view-all{font-size:13px;font-weight:600;color:#fff;display:flex;align-items:center;gap:6px;text-decoration:none;transition:all .3s ease}.dishes-view-all:hover{color:#c8161d;gap:10px}.dishes-header-centered{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:-10px;margin-bottom:30px;text-align:center}.ant-typography.dishes-title{color:#fff!important}.dishes-carousel-wrapper{position:relative;z-index:2;width:100%;max-width:1360px;margin:0 auto;padding:0 50px}.dishes-carousel{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;padding:10px 5px 25px}.dishes-carousel::-webkit-scrollbar{display:none}.dish-card-item.ant-card{flex:0 0 calc(25% - 15px);min-width:260px;background:#fff;border-radius:20px;border:none;overflow:hidden;box-shadow:0 10px 25px #0006;transition:transform .35s ease,box-shadow .35s ease}.dish-card-item.ant-card:hover{transform:translateY(-8px);box-shadow:0 18px 36px #0009}.dish-card-item .ant-card-body{padding:16px;background:#fff}.dish-img-wrapper{width:100%;height:190px;padding:8px 8px 0}.dish-img{width:100%;height:100%;object-fit:cover;border-radius:16px;transition:transform .4s ease}.dish-card-item:hover .dish-img{transform:scale(1.04)}.dish-title-wrapper{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:6px}.dish-icon-tag{font-size:13px}.dish-name{font-size:15px;font-weight:700;color:#1a1a1a;margin:0;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dish-desc{font-size:12px;color:#666;text-align:center;line-height:1.4;margin-bottom:12px;height:34px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dish-rating{display:flex;justify-content:center}.ant-rate-custom{font-size:14px;color:#faad14}.carousel-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:44px!important;height:44px!important;background-color:#c8161d!important;border-color:#c8161d!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 4px 14px #c8161d66;z-index:3}.carousel-nav-btn:hover{background-color:#a81016!important;border-color:#a81016!important;transform:translateY(-50%) scale(1.08)}.carousel-nav-btn.prev{left:-2px}.carousel-nav-btn.next{right:-2px}@media(max-width:1200px){.dish-card-item.ant-card{flex:0 0 calc(33.333% - 14px)}}@media(max-width:850px){.dish-card-item.ant-card{flex:0 0 calc(50% - 10px)}}@media(max-width:576px){.dishes-carousel-wrapper{padding:0 20px}.carousel-nav-btn{display:none!important}.dish-card-item.ant-card{flex:0 0 85%}}.our-journey-section{width:100%;max-width:100%;padding:64px 0 80px;display:flex;justify-content:center;align-items:center;box-sizing:border-box;background-color:#fff}.our-journey-container{width:100%;max-width:1140px;padding:0 24px;box-sizing:border-box}.journey-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:50px}.journey-subtitle-text.ant-typography{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;font-size:16px!important;font-weight:700!important;color:#1a1a1a!important;margin-top:6px!important}.journey-timeline{position:relative;display:flex;justify-content:space-between;align-items:flex-start;width:100%;padding:16px 0 10px}.timeline-connector-line{position:absolute;top:36px;left:6%;right:6%;height:0;border-top:1.5px dashed #e63946;z-index:1}.journey-node{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;padding:0 6px;opacity:0;transform:translateY(20px)}.journey-node.animate-reveal{animation:revealNode .6s cubic-bezier(.22,1,.36,1) forwards}@keyframes revealNode{0%{opacity:0;transform:translateY(20px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}.icon-sphere{width:72px;height:72px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#fff,#fff0ed,#fbdcd7);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px #e639461f,inset 0 -2px 5px #e6394614,inset 0 2px 5px #ffffffe6;transition:transform .3s ease;margin-bottom:12px}.icon-inner{color:#c8161d;display:flex;align-items:center;justify-content:center}.icon-inner svg{width:22px;height:22px}.journey-node:hover .icon-sphere{transform:translateY(-4px)}.node-drop-line{position:relative;width:1px;height:30px;border-left:1.5px dashed #e63946;display:flex;justify-content:center;align-items:flex-end;margin-bottom:12px}.node-dot{width:5px;height:5px;background-color:#c8161d;border-radius:50%;transform:translateY(2.5px)}.node-content{display:flex;flex-direction:column;align-items:center}.journey-year{color:#c8161d;font-size:16px;font-weight:800;margin-bottom:8px;letter-spacing:.2px}.journey-desc.ant-typography{color:#444!important;font-size:12px!important;line-height:1.45!important;margin:0!important;max-width:145px;font-weight:500}@media(max-width:850px){.our-journey-section{padding:40px 0 48px}.journey-header{margin-bottom:32px}.journey-timeline{flex-direction:column;align-items:flex-start;padding-left:10px;padding-right:10px}.timeline-connector-line{inset:36px auto 36px 46px;width:0;height:calc(100% - 72px);border-top:none;border-left:1.5px dashed #e63946}.journey-node{flex-direction:row;align-items:center;text-align:left;margin-bottom:32px;width:100%;padding:0}.icon-sphere{margin-bottom:0}.node-drop-line{width:32px;height:1px;border-left:none;border-top:1.5px dashed #e63946;margin-bottom:0;margin-right:16px;align-items:center;justify-content:flex-end;flex-shrink:0}.node-dot{transform:translate(2.5px)}.node-content{align-items:flex-start;gap:4px}.journey-year{font-size:16px;margin-bottom:0}.journey-desc.ant-typography{max-width:100%;font-size:12px!important;line-height:1.4!important}}
