
:root{
  --cream:#fff4df;
  --cream2:#fff9ef;
  --white:#fff;
  --ink:#12131a;
  --muted:#68616f;
  --pink:#ff2f8c;
  --pink2:#ff69b3;
  --orange:#ff6b00;
  --orange2:#ff9700;
  --green:#62b926;
  --purple:#8b3dff;
  --black:#08070b;
  --radius:28px;
  --shadow:0 20px 55px rgba(61,38,14,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 4% 6%, rgba(255,112,184,.22), transparent 150px),
    radial-gradient(circle at 92% 8%, rgba(255,181,63,.22), transparent 170px),
    radial-gradient(circle at 8% 72%, rgba(148,242,215,.18), transparent 170px),
    linear-gradient(180deg,#fff1d9 0%,#fff9ef 45%,#fff 100%);
  overflow-x:hidden;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  opacity:.65;
  background:
    radial-gradient(circle at 6% 14%, rgba(255,47,140,.32) 0 16px, transparent 18px),
    radial-gradient(circle at 84% 13%, rgba(255,151,0,.34) 0 10px, transparent 12px),
    radial-gradient(circle at 96% 34%, rgba(255,204,91,.3) 0 14px, transparent 16px),
    radial-gradient(circle at 13% 54%, rgba(255,47,140,.18) 0 8px, transparent 10px),
    radial-gradient(circle at 90% 67%, rgba(255,47,140,.22) 0 34px, transparent 37px);
}
a{color:inherit}
img{display:block;max-width:100%}
.container{width:min(1180px,calc(100% - 38px));margin:0 auto}
.top-wave{
  height:34px;
  width:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:50;
  pointer-events:none;
  background:radial-gradient(28px 28px at 28px 34px, var(--black) 98%, transparent 100%) repeat-x;
  background-size:64px 34px;
}
.site-header{
  position:sticky;
  top:0;
  z-index:40;
  background:rgba(255,244,223,.78);
  backdrop-filter:blur(18px);
  padding:18px 0 10px;
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
}
.logo img{width:122px;height:auto;filter:drop-shadow(0 8px 12px rgba(0,0,0,.08))}
.nav{
  display:flex;
  align-items:center;
  gap:30px;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
}
.nav a{
  text-decoration:none;
  position:relative;
  white-space:nowrap;
}
.nav a.active,.nav a:hover{color:var(--pink)}
.nav a.active:after{
  content:"";
  height:4px;
  border-radius:10px;
  background:var(--pink);
  position:absolute;
  left:0;right:0;bottom:-14px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:0;
  text-decoration:none;
  border-radius:999px;
  font-weight:900;
  padding:15px 22px;
  transition:.22s;
  cursor:pointer;
  white-space:nowrap;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  color:#fff;
  background:linear-gradient(135deg,var(--pink),var(--orange));
  box-shadow:0 15px 30px rgba(255,47,140,.27);
}
.btn-outline{
  color:var(--pink);
  background:#fff9f4;
  border:2px solid rgba(255,47,140,.25);
}
.btn-orange{background:linear-gradient(135deg,var(--orange),var(--orange2));color:#fff}
.mobile-btn{display:none;background:#fff;border:0;padding:12px 15px;border-radius:16px;font-weight:900}

/* home 1:1 feel */
.hero{
  padding:50px 0 20px;
  position:relative;
}
.hero-grid{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:28px;
  align-items:center;
}
.script{
  font-family:"Trebuchet MS", cursive;
  color:var(--pink);
  font-size:25px;
  font-weight:800;
  margin-bottom:15px;
  letter-spacing:.3px;
}
.h1{
  font-size:clamp(42px,5.4vw,76px);
  line-height:.98;
  letter-spacing:-.06em;
  margin:0 0 20px;
  font-weight:1000;
}
.h1 .orange{color:var(--orange)}
.h1 .pink{color:var(--pink)}
.lead{
  font-size:18px;
  line-height:1.55;
  color:#2d2932;
  max-width:540px;
  margin:0 0 26px;
}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:22px}
.rating{display:flex;align-items:center;gap:13px}
.faces{display:flex}
.face{
  width:34px;height:34px;
  border-radius:50%;
  border:2px solid #fff;
  background:linear-gradient(135deg,#2d3640,#ffb38a);
  margin-left:-8px;
}
.face:first-child{margin-left:0}
.stars{color:#ffb400;letter-spacing:1px;font-weight:900}
.hero-art{
  position:relative;
  min-height:530px;
}
.drinks-stage{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.big-drink{
  position:absolute;
  bottom:55px;
  width:34%;
  filter:drop-shadow(0 22px 25px rgba(0,0,0,.14));
}
.big-drink.one{left:9%;transform:rotate(-3deg);z-index:2}
.big-drink.two{left:34%;width:39%;z-index:4}
.big-drink.three{right:6%;transform:rotate(3deg);z-index:3}
.ice{
  position:absolute;
  bottom:28px;
  left:8%;
  right:3%;
  height:95px;
  background:radial-gradient(circle at 10% 40%,rgba(255,255,255,.92) 0 14px, transparent 16px),
             radial-gradient(circle at 25% 60%,rgba(255,255,255,.85) 0 18px, transparent 20px),
             radial-gradient(circle at 50% 50%,rgba(255,255,255,.9) 0 16px, transparent 18px),
             radial-gradient(circle at 70% 60%,rgba(255,255,255,.82) 0 20px, transparent 22px);
  opacity:.72;
}
.fruit{
  position:absolute;
  border-radius:50%;
  filter:drop-shadow(0 8px 12px rgba(0,0,0,.12));
}
.fruit.pink{width:54px;height:54px;background:radial-gradient(circle at 28% 20%,#fff 0 7px,#ff4eb1 8px,#ff2787 70%);top:40px;left:11%}
.fruit.orange{width:32px;height:32px;background:radial-gradient(circle at 30% 20%,#fff 0 5px,#ffad24 6px,#ff7900 75%);right:8%;top:70px}
.fruit.green{width:28px;height:28px;background:radial-gradient(circle at 30% 20%,#fff 0 4px,#59bb1f 5px,#1f6c19 80%);left:4%;top:260px}
.fruit.black{width:34px;height:34px;background:radial-gradient(circle at 35% 25%,#fff 0 4px,#332233 5px,#000 70%);right:1%;top:290px}
.sticker{
  position:absolute;
  right:3%;
  bottom:80px;
  z-index:7;
  width:180px;height:150px;
  display:grid;place-items:center;
  text-align:center;color:#fff;
  font-size:26px;font-weight:1000;line-height:1.07;
  transform:rotate(-6deg);
  background:linear-gradient(135deg,var(--pink),#ff5caa);
  clip-path:polygon(50% 0%,60% 12%,77% 5%,82% 22%,99% 27%,91% 44%,100% 58%,84% 67%,86% 85%,67% 84%,56% 100%,43% 88%,26% 96%,22% 78%,5% 72%,14% 56%,0 40%,17% 31%,13% 13%,34% 16%);
  box-shadow:0 20px 40px rgba(255,47,140,.28)
}
.benefits{
  margin:0 auto 38px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  background:#fff;
  border-radius:32px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.benefit{
  display:flex;
  align-items:center;
  gap:15px;
  padding:22px 18px;
  border-right:1px solid rgba(0,0,0,.06);
}
.benefit:last-child{border-right:0}
.ico{
  width:58px;height:58px;
  min-width:58px;
  display:grid;
  place-items:center;
  font-size:29px;
  border-radius:50%;
  background:#fff2df;
}
.benefit:nth-child(1) .ico{background:#effbe7;color:var(--green)}
.benefit:nth-child(2) .ico{background:#fff2df;color:var(--orange)}
.benefit:nth-child(3) .ico{background:#ffe7f2;color:var(--pink)}
.benefit:nth-child(4) .ico{background:#f1e7ff;color:var(--purple)}
.benefit:nth-child(5) .ico{background:#ffe7f2;color:var(--pink)}
.benefit h3{margin:0 0 5px;font-size:14px;text-transform:uppercase}
.benefit p{margin:0;font-size:13px;line-height:1.4;color:var(--muted)}

.section{padding:55px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}
.eyebrow{color:var(--pink);font-weight:1000;text-transform:uppercase;font-size:13px;margin-bottom:5px}
.title{
  margin:0;
  font-size:clamp(30px,3.8vw,48px);
  letter-spacing:-.045em;
  line-height:1.05;
}
.title .underline{position:relative}
.title .underline:after{
  content:"";
  height:5px;
  border-radius:99px;
  background:var(--pink);
  position:absolute;
  left:0;right:0;bottom:-7px;
}
.cards{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}
.category-card,.product-card{
  background:#fff;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 14px 36px rgba(70,45,20,.10);
  border:1px solid rgba(255,106,0,.08);
  position:relative;
}
.card-img{
  height:190px;
  background:linear-gradient(135deg,#ffd7e8,#fff0c5);
  display:flex;
  align-items:end;
  justify-content:center;
  overflow:hidden;
}
.card-img img{width:100%;height:100%;object-fit:cover}
.category-card .body{padding:17px 17px 18px}
.category-card h3{
  margin:0 0 8px;
  text-transform:uppercase;
  font-size:17px;
}
.category-card p,.product-card p{color:var(--muted);font-size:14px;line-height:1.45;margin:0 0 13px}
.mini-btn{
  display:inline-flex;align-items:center;gap:8px;
  color:#fff;text-decoration:none;
  background:var(--pink);
  border-radius:999px;
  padding:10px 14px;
  font-size:12px;font-weight:900;
}
.category-card:nth-child(2) .mini-btn,.category-card:nth-child(5) .mini-btn{background:var(--orange)}
.category-card:nth-child(3) .mini-btn{background:var(--green)}
.category-card:nth-child(4) .mini-btn{background:var(--purple)}

.products{grid-template-columns:repeat(6,1fr);gap:20px}
.product-card .card-img{height:175px}
.product-card .body{padding:13px 14px 16px}
.product-card h3{font-size:15px;margin:0 0 7px}
.product-card p{font-size:12px}
.price{font-weight:1000;font-size:16px}
.plus{
  position:absolute;right:12px;bottom:12px;
  width:30px;height:30px;border-radius:50%;
  background:var(--pink);color:#fff;display:grid;place-items:center;
  text-decoration:none;font-size:21px;font-weight:900;
}
.about-strip{
  display:grid;
  grid-template-columns:1.1fr 1fr .95fr 1.2fr;
  gap:22px;
  align-items:stretch;
}
.photo-box,.info-box,.map-box{
  background:#fff;
  border-radius:25px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.photo-box img{width:100%;height:100%;object-fit:cover;min-height:260px}
.info-box{padding:28px}
.info-box h2{margin:0 0 12px;font-size:27px;line-height:1.05}
.info-box p{color:var(--muted);line-height:1.55;font-size:14px}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:20px 0}
.stat b{display:block;color:var(--pink);font-size:28px}
.stat span{font-size:12px;color:var(--muted);font-weight:800}
.location-card{padding:26px;background:#fff;border-radius:25px;box-shadow:var(--shadow)}
.location-card h3{margin:0 0 14px}
.location-card p{color:var(--muted);line-height:1.6}
.hours{list-style:none;margin:0 0 18px;padding:0}
.hours li{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.08);font-size:14px}
.map-box{position:relative;min-height:260px;background:#f2efe8}
.map-box iframe{border:0;width:100%;height:100%;min-height:260px;filter:saturate(.7)}
.promo{
  background:linear-gradient(90deg,var(--pink),var(--orange));
  color:#fff;
  padding:19px 0;
  font-weight:1000;
  text-align:center;
  font-size:22px;
}
.footer{
  background:#111018;
  color:#fff;
  padding:38px 0 28px;
  position:relative;
}
.footer:before{
  content:"";
  position:absolute;
  left:0;right:0;top:-25px;height:30px;
  background:radial-gradient(26px 26px at 26px 0, #111018 98%, transparent 100%) repeat-x;
  background-size:64px 30px;
}
.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .9fr .9fr;gap:30px}
.footer img{width:115px;margin-bottom:12px;filter:invert(0)}
.footer p,.footer li{color:rgba(255,255,255,.72);line-height:1.6;font-size:14px}
.footer ul{list-style:none;margin:0;padding:0}
.footer a{color:#fff;text-decoration:none}
.social{display:flex;gap:8px;margin-top:14px}
.social a{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.1)}
.page-hero{padding:55px 0 30px}
.page-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}
.page-photo{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:#fff}
.page-photo img{width:100%;height:420px;object-fit:cover}
.menu-board{background:#fff;border-radius:26px;padding:18px;box-shadow:var(--shadow);margin-top:22px}
.menu-board img{border-radius:18px;width:100%}
.gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}
.gallery a{border-radius:24px;overflow:hidden;box-shadow:var(--shadow);background:#fff}
.gallery img{width:100%;height:100%;object-fit:cover}
.g-wide{grid-column:span 6;aspect-ratio:1.7/1}
.g-small{grid-column:span 3;aspect-ratio:1/1}
.g-mid{grid-column:span 4;aspect-ratio:1.2/1}
.faq{display:grid;gap:12px;margin-top:20px}
details{background:#fff;border-radius:20px;box-shadow:0 10px 28px rgba(70,45,20,.08);padding:18px 20px}
summary{font-weight:1000;cursor:pointer}
details p{color:var(--muted);line-height:1.6}
.contact-boxes{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.contact-box{background:#fff;border-radius:24px;box-shadow:var(--shadow);padding:24px}
.contact-box h3{margin:0 0 12px}
.contact-box p{color:var(--muted);line-height:1.55}
.fixed-call{
  position:fixed;right:18px;bottom:18px;z-index:60;
  width:60px;height:60px;border-radius:50%;
  display:grid;place-items:center;background:linear-gradient(135deg,var(--pink),var(--orange));
  color:#fff;text-decoration:none;font-size:26px;box-shadow:0 15px 35px rgba(255,47,140,.35)
}
@media(max-width:1100px){
  .hero-grid,.page-grid{grid-template-columns:1fr}
  .hero-art{min-height:500px}
  .cards{grid-template-columns:repeat(3,1fr)}
  .products{grid-template-columns:repeat(3,1fr)}
  .benefits{grid-template-columns:repeat(2,1fr)}
  .about-strip{grid-template-columns:1fr 1fr}
  .nav{display:none;position:absolute;left:18px;right:18px;top:92px;background:#fff;border-radius:22px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}
  .nav.open{display:flex}
  .mobile-btn{display:block}
}
@media(max-width:700px){
  .top-wave{height:25px;background-size:52px 25px;background-position:0 0}
  .site-header{padding-top:15px}
  .logo img{width:92px}
  .header-inner .btn-primary{display:none}
  .hero{padding-top:25px}
  .hero-grid{gap:10px}
  .h1{font-size:41px}
  .script{font-size:20px}
  .lead{font-size:16px}
  .hero-art{min-height:360px}
  .big-drink{bottom:45px}
  .sticker{width:125px;height:105px;font-size:18px;right:0;bottom:55px}
  .benefits,.cards,.products,.about-strip,.footer-grid,.contact-boxes{grid-template-columns:1fr}
  .benefit{border-right:0;border-bottom:1px solid rgba(0,0,0,.06)}
  .section{padding:42px 0}
  .section-head{display:block}
  .card-img{height:230px}
  .product-card .card-img{height:230px}
  .gallery{grid-template-columns:1fr}
  .g-wide,.g-small,.g-mid{grid-column:span 1;aspect-ratio:1.15/1}
  .page-photo img{height:320px}
  .promo{font-size:16px}
}
