:root{
  --red:#b40000; --red-dark:#650000; --red-bright:#d70909;
  --yellow:#ffd400; --white:#fff; --cream:#fff8ed; --ink:#160909;
  --line:rgba(255,255,255,.22); --max:1480px;
}
*{box-sizing:border-box}
html,
body{
  margin:0;
  padding:0;
  width:100%;
  overflow-x:hidden;
  background:var(--red-dark);
}
html{scroll-behavior:smooth}
body{color:#fff;font-family:"DM Sans",sans-serif;-webkit-font-smoothing:antialiased}
main{margin:0;padding:0;display:block}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.site-header{
  position:absolute;z-index:20;top:0;left:0;width:100%;height:100px;
  display:flex;align-items:center;justify-content:space-between;padding:0 6%;
  background:linear-gradient(180deg,rgba(60,0,0,.58),transparent); 
}
.brand img{padding-top:20px;width:300px;max-width:42vw;display:block}
.nav{display:flex;align-items:center;gap:42px;font-size:17px;font-weight:500}
.nav>a:not(.icon-link){padding:12px 0;position:relative}
.nav>a.active{color:var(--yellow)}
.nav>a:not(.icon-link).active:after{content:"";position:absolute;height:3px;border-radius:3px;background:var(--yellow);left:0;right:0;bottom:2px}
.nav-divider{height:32px;width:1px;background:rgba(255,255,255,.35)}
.icon-link{width:28px;height:28px;display:grid;place-items:center}
.icon-link svg{width:25px;height:25px;fill:none;stroke:#fff;stroke-width:1.8}
.icon-link:nth-of-type(6) svg{fill:#fff;stroke:none}
.menu-toggle{display:none;background:none;border:0;color:#fff}
.menu-toggle span{display:block;width:26px;height:2px;background:#fff;margin:5px}

.hero{
  min-height:100vh;position:relative;overflow:hidden;display:flex;align-items:center;
  background:radial-gradient(circle at 43% 40%,#e11a1a 0,#a90000 44%,#520000 100%);
}
.hero-copy{position:relative;z-index:4;width:51%;padding:clamp(95px,13vh,140px) 0 clamp(20px,3vh,45px) 7%;max-width:850px}
.hero-glow{position:absolute;inset:0;background:radial-gradient(circle at 50% 42%,rgba(255,62,62,.42),transparent 34%)}
.eyebrow{font-family:Playball,cursive;font-size:clamp(25px,2.4vw,34px);margin:0 0 clamp(4px,1vh,8px);color:#fff;transform:rotate(-3deg);display:inline-block;border-bottom:3px solid var(--yellow);padding-bottom:5px}
h1{font-size:clamp(58px,6.8vw,128px);line-height:.84;letter-spacing:-3px;margin:clamp(10px,1.8vh,18px) 0 clamp(12px,2vh,22px);font-weight:800}
h1 span{display:block;color:#fff}
h1 strong{display:inline-flex;align-items:center;gap:clamp(12px,1.4vw,22px);color:var(--yellow);font-weight:800}
.chef-mark{position:static;font-size:clamp(36px,3.8vw,58px);color:#fff;transform:rotate(-10deg);line-height:1;display:inline-block;vertical-align:middle}
.intro{font-size:clamp(14.5px,1.2vw,18.5px);line-height:1.45;max-width:660px;margin:0 0 clamp(14px,2vh,24px);color:#fff}
.notify-btn{
  border:0;border-radius:50px;background:#fff;color:#b40000;padding:clamp(11px,1.5vh,16px) 26px;
  display:flex;align-items:center;gap:16px;font-weight:700;font-size:clamp(16px,1.2vw,19px);cursor:pointer;
  box-shadow:0 12px 35px rgba(0,0,0,.2);transition:.25s;
}
.notify-btn:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(0,0,0,.28)}
.bell{font-size:24px}.arrow{font-size:24px}
.countdown-wrap{margin-top:clamp(12px,1.8vh,20px)}.launch-label{display:none}
.countdown{display:flex;gap:12px}
.time-card{width:clamp(108px,8.5vw,144px);height:clamp(70px,8.8vh,96px);border:2px solid rgba(255,255,255,.25);border-radius:14px;background:rgba(80,0,0,.16);display:flex;flex-direction:column;align-items:center;justify-content:center}
.time-card strong{font-size:clamp(25px,2.2vw,35px);line-height:1;font-weight:800}
.time-card span{margin-top:3px;font-size:clamp(11px,0.9vw,14px)}
.highlights{display:flex;align-items:center;gap:clamp(14px,1.8vw,26px);margin-top:clamp(18px,2.8vh,34px)}
.highlight{display:flex;align-items:center;gap:10px;font-size:clamp(12px,1vw,15px);white-space:nowrap}
.highlights>i{height:26px;width:1px;background:rgba(255,255,255,.55)}
.feature-icon{width:32px;height:32px;border:2px solid #fff;border-radius:50%;display:grid;place-items:center;font-size:16px}
.food-visual{
  position:absolute;right:0;top:0;width:100%;height:100%;overflow:hidden;
  -webkit-mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.3) 6%,rgba(0,0,0,.8) 14%,#000 24%);
  mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.3) 6%,rgba(0,0,0,.8) 14%,#000 24%);
}
.food-visual img{width:100%;height:100%;object-fit:cover;object-position:right center;display:block}
.food-overlay{
  display:block;position:absolute;inset:0;z-index:2;pointer-events:none;
  background:linear-gradient(180deg,rgba(75,0,0,.85) 0%,rgba(100,0,0,.45) 12%,transparent 28%);
}
.visual-slogan{position:absolute;z-index:3;right:5%;bottom:40px;font-family:Playball,cursive;font-size:34px;transform:rotate(-5deg);text-shadow:0 3px 12px #000}

.about{background:var(--cream);color:var(--ink);padding:100px 7%}
.section-inner{max-width:var(--max);margin:auto}
.section-kicker{text-transform:uppercase;letter-spacing:3px;color:#c50000;font-weight:700;font-size:13px}
.about h2,.contact h2{font-size:clamp(38px,5vw,68px);line-height:1.03;margin:10px 0 18px;letter-spacing:-2px}
.about h2 span,.contact h2 span{color:#c40000}
.about>.section-inner>p:not(.section-kicker){max-width:720px;font-size:18px;line-height:1.7;color:#5e4949}
.about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:50px}
.about-grid article{padding:30px;border:1px solid #eadfd2;border-radius:20px;background:#fff}
.about-grid b{color:#c50000}.about-grid h3{font-size:23px;margin:18px 0 7px}.about-grid p{color:#695858;line-height:1.6;margin:0}

.services{
  background:radial-gradient(circle at 50% 20%,#280707 0%,#1a0404 55%,#110202 100%);
  color:#fff;
  padding:100px 7%;
  position:relative;
  overflow:hidden;
}
.services h2{
  font-size:clamp(38px,5vw,68px);
  line-height:1.03;
  margin:10px 0 18px;
  letter-spacing:-2px;
}
.services h2 span{
  color:var(--yellow);
}
.services .section-kicker{
  color:var(--yellow);
}
.services-intro{
  max-width:720px;
  font-size:18px;
  line-height:1.7;
  color:#cdbaba;
  margin:0 0 50px;
}
.services-columns{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:26px;
  align-items:start;
}
.services-column{
  display:flex;
  flex-direction:column;
  gap:22px;
}
.service-card{
  display:flex;
  align-items:flex-start;
  gap:22px;
  padding:26px 28px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.1);
  border-radius:20px;
  transition:transform .28s ease,border-color .28s ease,background .28s ease,box-shadow .28s ease;
}
.service-card:hover{
  transform:translateY(-4px);
  background:rgba(255,255,255,.065);
  border-color:rgba(255,212,0,.45);
  box-shadow:0 14px 40px rgba(0,0,0,.45);
}
.service-icon{
  width:54px;
  height:54px;
  min-width:54px;
  border-radius:15px;
  background:rgba(255,212,0,.1);
  border:1.5px solid rgba(255,212,0,.32);
  display:grid;
  place-items:center;
  color:var(--yellow);
  transition:transform .25s ease,background .25s ease,border-color .25s ease;
}
.service-card:hover .service-icon{
  transform:scale(1.08);
  background:rgba(255,212,0,.2);
  border-color:var(--yellow);
}
.service-icon svg{
  width:26px;
  height:26px;
  fill:currentColor;
}
.service-icon i{
  font-size:24px;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.service-content h3{
  margin:0 0 8px;
  font-size:21px;
  font-weight:700;
  color:#fff;
  letter-spacing:-.3px;
}
.service-content p{
  margin:0;
  color:#c7b2b2;
  font-size:15px;
  line-height:1.6;
}

.contact{padding:95px 7%;background:#170606}
.contact-inner{display:flex;justify-content:space-between;align-items:center;gap:50px}
.contact h2{max-width:800px}.contact-inner>div>p:last-child{color:#cdbaba;font-size:17px}
.notify-form{display:flex;gap:10px;min-width:min(100%,520px)}
.notify-form input{flex:1;min-width:0;border:1px solid #6e4141;background:#2b1111;color:#fff;border-radius:12px;padding:17px 18px;outline:0}
.notify-form input:focus{border-color:var(--yellow)}
.notify-form button,.modal-ok{border:0;background:var(--yellow);color:#4a0808;font-weight:800;padding:0 24px;border-radius:12px;cursor:pointer}
footer{background:#090303;text-align:center;padding:55px 20px 35px}
.footer-logo{width:270px;max-width:70vw}
footer p{font-family:Playball,cursive;font-size:28px;color:var(--yellow);margin:8px 0 18px}
.footer-links{display:flex;justify-content:center;gap:30px;margin-bottom:22px;color:#d8caca}
footer small{color:#796b6b}
.modal-backdrop{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.72);display:none;place-items:center;padding:20px}
.modal-backdrop.open{display:grid}
.modal{position:relative;background:#fff;color:#2b0a0a;border-radius:24px;padding:42px;max-width:420px;text-align:center;box-shadow:0 25px 80px rgba(0,0,0,.5)}
.modal-close{position:absolute;right:15px;top:10px;background:none;border:0;font-size:30px;color:#7b5555;cursor:pointer}
.modal-icon{width:58px;height:58px;border-radius:50%;background:#ffe65a;color:#850000;display:grid;place-items:center;font-size:30px;margin:auto}
.modal h2{margin:18px 0 8px}.modal p{color:#6e5a5a;line-height:1.6}.modal-ok{padding:13px 30px;margin-top:10px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

@media(min-width:1025px) and (max-width:1250px){
  .nav{gap:24px}
  .brand img{width:250px;max-width:32vw}
  .hero-copy{width:48%;padding:clamp(95px,13vh,130px) 0 clamp(20px,3vh,40px) 5%;max-width:620px}
  h1 strong{display:inline-flex;align-items:center;gap:12px}
  .chef-mark{position:static;font-size:48px;transform:rotate(-10deg);line-height:1;display:inline-block;color:#fff;vertical-align:middle}
  .intro{font-size:17px;max-width:480px}
  .time-card{width:112px;height:84px}
  .time-card strong{font-size:28px}
  .time-card span{font-size:12px}
  .highlights{gap:16px;margin-top:28px}
  .highlight{font-size:13px;gap:8px}
  .highlights>i{height:25px}
  .feature-icon{width:32px;height:32px;font-size:16px}
}

@media(max-width:1024px){
  .site-header{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:72px;
    padding:0 5%;
    margin:0;
    background:linear-gradient(180deg,rgba(30,0,0,.75) 0%,rgba(30,0,0,.35) 60%,transparent 100%);
    backdrop-filter:none;
    display:flex;
    align-items:center;
    justify-content:space-between;
    z-index:20;
    border:none;
  }
  .brand img{
    padding-top:0;
    height:38px;
    width:auto;
    max-width:220px;
    object-fit:contain;
    display:block;
  }
  .menu-toggle{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    width:44px;
    height:44px;
    padding:8px;
    background:none;
    border:0;
    cursor:pointer;
    z-index:30;
  }
  .menu-toggle span{
    display:block;
    width:26px;
    height:2.5px;
    background:#fff;
    margin:2.5px 0;
    border-radius:2px;
    transition:.2s;
  }
  .nav{
    position:absolute;
    top:68px;
    left:5%;
    right:5%;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    background:#420000;
    border:1px solid rgba(255,255,255,.18);
    border-radius:16px;
    padding:10px;
    box-shadow:0 18px 45px rgba(0,0,0,.55);
    z-index:50;
  }
  .nav.open{display:flex}
  .nav>a:not(.icon-link){
    padding:14px 16px;
    font-size:16px;
    font-weight:600;
    border-radius:10px;
    transition:background .2s,color .2s;
  }
  .nav>a:not(.icon-link):hover{
    background:rgba(255,255,255,.08);
  }
  .nav>a:not(.icon-link).active{
    color:var(--yellow);
    background:rgba(255,212,0,.08);
  }
  .nav>a:not(.icon-link).active:after{
    display:none;
  }
  .nav-divider{display:none}
  .icon-link{display:none}

  .hero{
    min-height:auto;
    position:relative;
    overflow:hidden;
    display:block;
    background:radial-gradient(circle at 50% 28%,#e11a1a 0,#a90000 45%,#520000 100%);
    margin:0;
    padding:0;
  }
  .hero-glow{
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 50% 20%,rgba(255,62,62,.35),transparent 55%);
    pointer-events:none;
  }
  .hero-copy{
    position:relative;
    z-index:4;
    width:100%;
    max-width:none;
    padding:86px 6% clamp(230px, 46vw, 340px);
  }
  .eyebrow{
    font-family:Playball,cursive;
    font-size:clamp(22px,6vw,28px);
    margin:0 0 6px;
    color:#fff;
    transform:rotate(-3deg);
    display:inline-block;
    border-bottom:2.5px solid var(--yellow);
    padding-bottom:5px;
  }
  h1{
    font-size:clamp(54px,15vw,86px);
    line-height:.88;
    letter-spacing:-2px;
    margin:12px 0 16px;
    font-weight:800;
  }
  h1 strong{
    display:inline-flex;
    align-items:center;
    gap:10px;
  }
  .chef-mark{
    position:static;
    font-size:clamp(28px,7.5vw,42px);
    transform:rotate(-10deg);
    line-height:1;
    display:inline-block;
    color:#fff;
    vertical-align:middle;
  }
  .intro{
    font-size:clamp(14.5px,3.8vw,16.5px);
    line-height:1.55;
    max-width:540px;
    margin:0 0 20px;
    color:rgba(255,255,255,.94);
  }
  .desktop{display:none}
  .notify-btn{
    font-size:16px;
    padding:13px 24px;
    gap:12px;
    border-radius:50px;
    width:fit-content;
  }
  .bell,.arrow{font-size:20px}
  .countdown-wrap{
    margin-top:20px;
    width:100%;
    max-width:440px;
  }
  .countdown{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:8px;
    width:100%;
  }
  .time-card{
    width:100%;
    height:70px;
    border:1.5px solid rgba(255,255,255,.22);
    border-radius:12px;
    background:rgba(80,0,0,.22);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:4px;
  }
  .time-card strong{
    font-size:clamp(20px,5.2vw,26px);
    line-height:1;
    font-weight:800;
  }
  .time-card span{
    margin-top:4px;
    font-size:clamp(10px,2.6vw,12px);
    color:rgba(255,255,255,.85);
  }
  .highlights{
    display:flex;
    align-items:center;
    gap:10px 14px;
    margin-top:22px;
    flex-wrap:wrap;
  }
  .highlight{
    display:flex;
    align-items:center;
    gap:6px;
    font-size:clamp(11.5px,3vw,13.5px);
    white-space:nowrap;
    color:#fff;
  }
  .highlights>i{
    height:20px;
    width:1px;
    background:rgba(255,255,255,.45);
  }
  .feature-icon{
    width:26px;
    height:26px;
    min-width:26px;
    border:1.5px solid #fff;
    border-radius:50%;
    display:grid;
    place-items:center;
    font-size:13px;
  }
  .food-visual{
    position:absolute;
    top:auto;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:clamp(340px, 58vw, 490px);
    z-index:1;
    overflow:hidden;
    pointer-events:none;
    margin:0;
    -webkit-mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.25) 8%,rgba(0,0,0,.85) 20%,#000 32%);
    mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.25) 8%,rgba(0,0,0,.85) 20%,#000 32%);
  }
  .food-visual img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:right 70%;
    display:block;
  }
  .food-overlay{
    display:block;
    position:absolute;
    inset:0;
    z-index:2;
    background:linear-gradient(180deg,rgba(169,0,0,.95) 0%,rgba(169,0,0,.6) 15%,rgba(169,0,0,.15) 30%,transparent 45%);
    pointer-events:none;
  }
  .visual-slogan{
    position:absolute;
    z-index:3;
    right:5%;
    bottom:16px;
    font-family:Playball,cursive;
    font-size:clamp(20px,4.8vw,28px);
    transform:rotate(-4deg);
    text-shadow:0 2px 10px rgba(0,0,0,.9);
  }

  .about{
    padding:60px 6%;
    margin:0;
  }
  .about h2{
    font-size:clamp(28px,6.5vw,42px);
    line-height:1.15;
    margin:10px 0 16px;
    letter-spacing:-1px;
  }
  .about-grid{
    grid-template-columns:1fr;
    gap:16px;
    margin-top:32px;
  }
  .about-grid article{
    padding:22px 20px;
    border-radius:16px;
  }
  .about-grid h3{
    font-size:20px;
    margin:12px 0 6px;
  }
  .about-grid p{
    font-size:14.5px;
    line-height:1.55;
  }

  .services{
    padding:60px 6%;
    margin:0;
  }
  .services h2{
    font-size:clamp(28px,6.5vw,42px);
    line-height:1.15;
    margin:10px 0 16px;
    letter-spacing:-1px;
  }
  .services-intro{
    font-size:15px;
    line-height:1.55;
    margin-bottom:32px;
  }
  .services-columns{
    grid-template-columns:1fr;
    gap:16px;
  }
  .services-column{
    gap:16px;
  }
  .service-card{
    padding:20px 18px;
    gap:16px;
    border-radius:16px;
  }
  .service-icon{
    width:46px;
    height:46px;
    min-width:46px;
    border-radius:12px;
  }
  .service-icon svg{
    width:22px;
    height:22px;
  }
  .service-icon i{
    font-size:20px;
  }
  .service-content h3{
    font-size:18px;
    margin-bottom:6px;
  }
  .service-content p{
    font-size:14px;
    line-height:1.5;
  }

  .contact{
    padding:60px 6%;
    margin:0;
  }
  .contact-inner{
    flex-direction:column;
    align-items:stretch;
    gap:30px;
  }
  .contact h2{
    font-size:clamp(28px,6.5vw,42px);
    line-height:1.15;
    margin:10px 0 14px;
    letter-spacing:-1px;
  }
  .contact-inner>div>p:last-child{
    font-size:15px;
    line-height:1.5;
  }
  .notify-form{
    width:100%;
    min-width:0;
    max-width:100%;
    flex-direction:column;
    gap:12px;
  }
  .notify-form input{
    height:50px;
    font-size:15px;
    padding:0 16px;
    width:100%;
  }
  .notify-form button{
    height:50px;
    font-size:16px;
    width:100%;
    padding:0 20px;
  }

  footer{
    padding:44px 20px 32px;
  }
  .footer-logo{
    width:210px;
    max-width:65vw;
  }
  footer p{
    font-size:22px;
    margin:6px 0 16px;
  }
  .footer-links{
    gap:24px;
    font-size:15px;
    margin-bottom:20px;
  }
  footer small{
    font-size:12px;
  }
}

@media(max-width:480px){
  .hero-copy{
    padding:82px 6% clamp(220px, 50vw, 290px);
  }
  .eyebrow{
    font-size:clamp(20px,5.8vw,24px);
  }
  h1{
    font-size:clamp(48px,14.5vw,68px);
  }
  .chef-mark{
    font-size:clamp(22px,6.5vw,30px);
  }
  .intro{
    font-size:14px;
    line-height:1.5;
  }
  .countdown{
    gap:6px;
  }
  .time-card{
    height:64px;
    border-radius:10px;
  }
  .time-card strong{
    font-size:20px;
  }
  .time-card span{
    font-size:10px;
  }
  .highlights{
    gap:8px 12px;
  }
  .highlight{
    font-size:11.5px;
  }
  .feature-icon{
    width:24px;
    height:24px;
    min-width:24px;
    font-size:11.5px;
  }
  .highlights>i{
    height:16px;
  }
}

@media(max-width:360px){
  .hero-copy{
    padding:78px 5% clamp(200px, 54vw, 260px);
  }
  .site-header{
    height:66px;
    padding:0 4%;
  }
  .brand img{
    height:34px;
    max-width:180px;
  }
  h1{
    font-size:clamp(42px,13.5vw,50px);
  }
  .chef-mark{
    font-size:20px;
  }
  .highlights>i{
    display:none;
  }
  .highlights{
    gap:6px 10px;
  }
  .highlight{
    font-size:10.5px;
  }
  .feature-icon{
    width:22px;
    height:22px;
    min-width:22px;
    font-size:10.5px;
  }
  .countdown{
    gap:5px;
  }
  .time-card{
    height:58px;
  }
  .time-card strong{
    font-size:18px;
  }
  .time-card span{
    font-size:9.5px;
  }
}
