/* ==========================================================================
   Ceylon Delights — Authentic Sri Lankan Food, Brampton ON
   ========================================================================== */

/* --- self-hosted webfonts (no external CDN needed) --- */
@font-face{font-family:"Playfair Display";font-style:normal;font-weight:600;font-display:swap;
  src:url("../fonts/PlayfairDisplay-600-normal.woff2") format("woff2")}
@font-face{font-family:"Playfair Display";font-style:normal;font-weight:700;font-display:swap;
  src:url("../fonts/PlayfairDisplay-700-normal.woff2") format("woff2")}
@font-face{font-family:"Playfair Display";font-style:italic;font-weight:600;font-display:swap;
  src:url("../fonts/PlayfairDisplay-600-italic.woff2") format("woff2")}
@font-face{font-family:"Lato";font-style:normal;font-weight:400;font-display:swap;
  src:url("../fonts/Lato-400-normal.woff2") format("woff2")}
@font-face{font-family:"Lato";font-style:normal;font-weight:700;font-display:swap;
  src:url("../fonts/Lato-700-normal.woff2") format("woff2")}
@font-face{font-family:"Lato";font-style:normal;font-weight:900;font-display:swap;
  src:url("../fonts/Lato-900-normal.woff2") format("woff2")}
@font-face{font-family:"Great Vibes";font-style:normal;font-weight:400;font-display:swap;
  src:url("../fonts/GreatVibes-400-normal.woff2") format("woff2")}

:root{
  --purple-900:#3f1d63;
  --purple-800:#4e2278;
  --purple-700:#5b2a87;
  --purple-600:#6b3aa0;
  --purple-400:#9a6cc4;
  --purple-100:#efe4fa;

  --gold-700:#a9821c;
  --gold-600:#c9a227;
  --gold-400:#e0bf5c;
  --gold-200:#f0dfa6;

  --lav-bg:#f4ecfb;
  --lav-bg-2:#efe5f9;
  --ink:#4a3a5a;
  --ink-soft:#6f6280;
  --white:#ffffff;
  --line:#e8dcf5;

  --shadow-sm:0 4px 14px rgba(75,34,120,.07);
  --shadow-md:0 10px 30px rgba(75,34,120,.12);
  --shadow-lg:0 22px 60px rgba(75,34,120,.18);

  /* ---- liquid glass material ----
     translucent tint + blurred backdrop + a bright rim where light catches
     the edge, and a soft inner glow along the bottom of the "thickness". */
  --glass:rgba(255,255,255,.52);
  --glass-strong:rgba(255,255,255,.70);
  --glass-rim:rgba(255,255,255,.72);
  --glass-blur:saturate(180%) blur(20px);
  --glass-lift:
    0 1px 0 0 rgba(255,255,255,.9) inset,
    0 -8px 18px -10px rgba(255,255,255,.85) inset,
    0 10px 34px rgba(75,34,120,.13),
    0 2px 8px rgba(75,34,120,.06);
  --glass-lift-hi:
    0 1px 0 0 rgba(255,255,255,.95) inset,
    0 -10px 22px -10px rgba(255,255,255,.9) inset,
    0 22px 48px rgba(75,34,120,.20),
    0 4px 12px rgba(75,34,120,.10);
  --glass-purple:linear-gradient(160deg,rgba(122,69,176,.94),rgba(72,31,113,.94));
  --glass-purple-lift:
    0 1px 0 0 rgba(255,255,255,.42) inset,
    0 -10px 20px -12px rgba(255,255,255,.55) inset,
    0 10px 26px rgba(70,29,110,.34);

  --r-xl:28px;
  --r-lg:22px;
  --r-md:16px;
  --r-sm:12px;

  --serif:"Playfair Display",Georgia,"Times New Roman",serif;
  --script:"Great Vibes","Segoe Script",cursive;
  --sans:"Lato","Segoe UI",Helvetica,Arial,sans-serif;

  --wrap:1180px;
  --header-h:82px;
}

*,*::before,*::after{box-sizing:border-box}
html{
  scroll-behavior:smooth;scroll-padding-top:120px;overflow-x:hidden;
  /* all three: Chrome on Android inflates font sizes without the unprefixed one */
  -webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;
}
body{
  margin:0;
  font-family:var(--sans);
  color:var(--ink);
  background:var(--lav-bg);
  line-height:1.65;
  /* NB: no overflow-x here — a non-visible overflow on <body> makes it a scroll
     container and silently kills position:sticky on the header. html handles it. */
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;cursor:pointer;border:0;background:none}
ul{margin:0;padding:0;list-style:none}
h1,h2,h3,h4{font-family:var(--serif);color:var(--purple-700);margin:0;font-weight:700;line-height:1.2}

.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:20px}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

/* ===================== liquid glass surfaces ============================= */
/* The sheen is a background LAYER on the element itself — as a ::before it
   either hides behind the pane or covers the content. */
:root{
  --sheen:linear-gradient(147deg,
    rgba(255,255,255,.62) 0%,
    rgba(255,255,255,.16) 26%,
    rgba(255,255,255,0)   52%,
    rgba(255,255,255,.10) 78%,
    rgba(255,255,255,.34) 100%);
}
.glass{
  background-image:var(--sheen);
  background-color:var(--glass);
  border:1px solid var(--glass-rim);
  border-radius:var(--r-lg);
  box-shadow:var(--glass-lift);
}
/* real refraction only where there is something behind worth blurring */
.glass-blur{-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur)}
@supports not (backdrop-filter:blur(1px)){
  .glass-blur{background:var(--glass-strong)}
}

/* page floral watermark ---------------------------------------------------*/
.page-texture{
  position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.5;
  background-image:url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='420' height='420' viewBox='0 0 420 420'>\
<g fill='none' stroke='%23c9a6e8' stroke-width='1.1' opacity='.30'>\
<path d='M60 90c22-26 44-26 60 0-16 26-38 26-60 0z'/>\
<path d='M120 90c-22-26-44-26-60 0'/>\
<path d='M90 60c26 22 26 44 0 60-26-16-26-38 0-60z'/>\
<circle cx='90' cy='90' r='6'/>\
<path d='M300 300c22-26 44-26 60 0-16 26-38 26-60 0z'/>\
<path d='M330 270c26 22 26 44 0 60-26-16-26-38 0-60z'/>\
<circle cx='330' cy='300' r='6'/>\
<path d='M255 120c14-8 30-4 34 12M300 165c-14 8-30 4-34-12'/>\
<path d='M120 300c-14-8-30-4-34 12M75 255c14 8 30 4 34-12'/>\
</g></svg>");
}
.page-shell{position:relative;z-index:1}

/* ============================ top bar ==================================== */
.topbar{
  background:linear-gradient(90deg,var(--purple-800),var(--purple-700) 55%,var(--purple-600));
  color:#f0e6fb;font-size:12.5px;letter-spacing:.02em;
}
.topbar .wrap{display:flex;align-items:center;gap:18px;min-height:36px;justify-content:space-between}
.topbar-left{display:flex;align-items:center;gap:8px}
.topbar-right{display:flex;align-items:center;gap:20px}
.topbar-right a{display:inline-flex;align-items:center;gap:7px;transition:color .25s}
.topbar-right a:hover{color:var(--gold-400)}
.topbar svg{width:14px;height:14px;flex:none}
.topbar .socials{display:flex;gap:12px;padding-left:6px;border-left:1px solid rgba(255,255,255,.22)}
.topbar .socials a:hover{transform:translateY(-1px)}

/* ============================ header ===================================== */
.site-header{
  position:sticky;top:0;z-index:60;
  background:rgba(255,255,255,.68);
  -webkit-backdrop-filter:saturate(190%) blur(22px);
  backdrop-filter:saturate(190%) blur(22px);
  border-bottom:1px solid rgba(255,255,255,.6);
  box-shadow:0 1px 0 rgba(255,255,255,.85) inset,0 6px 26px rgba(75,34,120,.09);
  transition:box-shadow .3s,background .3s;
}
@supports not (backdrop-filter:blur(1px)){
  .site-header{background:rgba(255,255,255,.95)}
}
.site-header .wrap{display:flex;align-items:center;gap:22px;height:var(--header-h)}
/* three columns so the nav is centred on the page, not pushed off-centre by
   the wider button cluster on the right */
@media (min-width:901px){
  .site-header .wrap{display:grid;grid-template-columns:1fr auto 1fr;gap:16px}
  .site-header .header-actions{justify-self:end}
  .main-nav{margin-inline:0}
}

/* the crest sits inside the bar — it never hangs over the hero or gets
   clipped when the header pins to the top of the screen */
.brand{flex:none;display:flex;align-items:center}
.brand-badge{
  width:66px;height:66px;border-radius:50%;
  background:var(--white);
  box-shadow:0 3px 12px rgba(75,34,120,.14);
  display:grid;place-items:center;padding:3px;
  transition:transform .45s cubic-bezier(.34,1.56,.64,1);
}
.brand-badge img{width:100%;height:100%;object-fit:contain}
.brand-badge:hover{transform:rotate(-4deg) scale(1.06)}

.main-nav{margin-inline:auto}
.header-actions{margin-left:auto}
.main-nav ul{display:flex;align-items:center;gap:30px}
.main-nav a{
  position:relative;font-family:var(--serif);font-size:15px;color:#5a4a68;
  padding:6px 2px;transition:color .25s;white-space:nowrap;
}
.main-nav a::after{
  content:"";position:absolute;left:50%;bottom:0;height:2px;width:0;transform:translateX(-50%);
  background:linear-gradient(90deg,var(--gold-400),var(--gold-600));transition:width .3s;
}
.main-nav a:hover,.main-nav a.active{color:var(--purple-700)}
.main-nav a:hover::after,.main-nav a.active::after{width:24px}

.header-actions{display:flex;align-items:center;gap:16px;flex:none}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  border-radius:999px;font-family:var(--sans);font-weight:700;letter-spacing:.02em;
  transition:transform .28s,box-shadow .28s,background .28s,color .28s;
  position:relative;overflow:hidden;
}
.btn svg{width:17px;height:17px;flex:none}
.btn-purple{
  background:var(--glass-purple);
  -webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.28);
  color:#fff;padding:11px 22px;font-size:14px;
  box-shadow:var(--glass-purple-lift);
}
.btn-purple:hover{
  transform:translateY(-2px);
  box-shadow:0 1px 0 0 rgba(255,255,255,.5) inset,0 -10px 20px -12px rgba(255,255,255,.6) inset,0 18px 34px rgba(70,29,110,.42);
}
.btn-purple::before{
  content:"";position:absolute;inset:0;transform:translateX(-120%) skewX(-18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);
}
.btn-purple:hover::before{animation:sheen .8s ease}
@keyframes sheen{to{transform:translateX(120%) skewX(-18deg)}}
.btn-lg{padding:14px 34px;font-size:15px}
.btn-outline-gold{
  border:1px solid rgba(255,255,255,.5);color:#fff;padding:9px 18px;font-size:13px;
}
.btn-outline-gold:hover{background:rgba(255,255,255,.14);border-color:var(--gold-400);color:var(--gold-200)}

.cart-btn{position:relative;display:grid;place-items:center;width:38px;height:38px;color:var(--purple-700)}
.cart-btn svg{width:24px;height:24px}
.cart-btn:hover{color:var(--purple-600);transform:translateY(-2px);transition:transform .25s}
.cart-count{
  position:absolute;top:-4px;right:-4px;min-width:19px;height:19px;padding:0 5px;border-radius:999px;
  background:linear-gradient(135deg,var(--gold-400),var(--gold-600));color:#4a3200;
  font-size:11px;font-weight:800;display:grid;place-items:center;line-height:1;
  border:1px solid rgba(255,255,255,.55);
  box-shadow:0 1px 0 rgba(255,255,255,.6) inset,0 2px 8px rgba(0,0,0,.2);
}
.cart-count.bump{animation:bump .45s ease}
@keyframes bump{0%,100%{transform:scale(1)}35%{transform:scale(1.45)}}

.nav-toggle{display:none;width:42px;height:42px;place-items:center;color:var(--purple-700)}
.nav-toggle svg{width:26px;height:26px}

/* ============================ hero ======================================= */
.hero{
  position:relative;isolation:isolate;
  background:radial-gradient(120% 90% at 50% 0%,#fbf7ff 0%,#f3e9fc 48%,#e9dcf7 100%);
  padding:44px 0 116px;
  border-bottom:2px solid var(--gold-400);
}
.hero-copy{
  position:relative;z-index:2;max-width:700px;margin:0 auto 32px;text-align:center;
}

/* the food photo IS the hero: full width, uncropped, in a glass frame */
.hero-photo{
  position:relative;margin:0;border-radius:var(--r-xl);overflow:hidden;
  border:1px solid var(--glass-rim);
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 26px 60px rgba(75,34,120,.22),
    0 6px 18px rgba(75,34,120,.10);
}
.hero-photo img{
  width:100%;height:auto;display:block;
  transition:transform 1.4s cubic-bezier(.2,.8,.3,1);
}
.hero-photo:hover img{transform:scale(1.03)}
.hero-photo::after{ /* glass gleam across the pane, no tint over the food */
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(147deg,rgba(255,255,255,.22),rgba(255,255,255,0) 32%,rgba(255,255,255,0) 74%,rgba(255,255,255,.12));
}
.hero h1{
  font-size:clamp(31px,5.2vw,60px);color:var(--purple-700);letter-spacing:-.01em;
  text-shadow:0 2px 18px rgba(255,255,255,.9);text-wrap:balance;
}
.hero .tagline{
  font-family:var(--serif);font-style:italic;font-size:clamp(17px,2.4vw,27px);
  color:var(--purple-600);margin:10px 0 18px;text-wrap:balance;
}
.hero p.lede{max-width:490px;color:#5b4c69;font-size:16px;margin:0 auto 28px}


/* ---- overlapping value bar ---- */
.valuebar{position:relative;z-index:5;margin-top:-58px}
.valuebar-inner{
  background-image:var(--sheen);
  background-color:rgba(255,255,255,.60);
  -webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);
  border:1px solid var(--glass-rim);border-radius:var(--r-xl);
  box-shadow:var(--glass-lift);
  display:grid;grid-template-columns:repeat(4,1fr);
}
@supports not (backdrop-filter:blur(1px)){.valuebar-inner{background-color:rgba(255,255,255,.93)}}
.value{
  display:flex;align-items:center;gap:14px;padding:22px 24px;position:relative;
  transition:background .3s;
}
.value + .value::before{content:"";position:absolute;left:0;top:22px;bottom:22px;width:1px;background:var(--line)}
.value:hover{background:#fdfaff}
.value .ic{width:44px;height:44px;flex:none;display:grid;place-items:center;color:var(--gold-600);transition:transform .4s}
.value:hover .ic{transform:scale(1.12) rotate(-5deg)}
.value .ic svg{width:34px;height:34px}
.value h4{font-size:15px;color:var(--purple-700);margin-bottom:2px}
.value p{margin:0;font-size:12.5px;color:var(--ink-soft);line-height:1.45}

/* ============================ section heads ============================== */
.section{padding:70px 0}
.section-head{text-align:center;margin-bottom:38px}
.eyebrow{
  display:block;font-size:11.5px;letter-spacing:.28em;text-transform:uppercase;
  color:var(--gold-700);font-weight:700;margin-bottom:6px;
}
.section-head h2{font-size:clamp(29px,3.6vw,40px)}
.divider{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:14px}
.divider .line{width:110px;height:1px;background:linear-gradient(90deg,transparent,var(--gold-400))}
.divider .line.r{background:linear-gradient(90deg,var(--gold-400),transparent)}
.divider .lotus{width:26px;height:20px;color:var(--purple-400)}

/* ============================ menu cards ================================= */
.menu-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}
.dish{
  background-image:var(--sheen);
  background-color:var(--glass);
  -webkit-backdrop-filter:saturate(160%) blur(14px);backdrop-filter:saturate(160%) blur(14px);
  border:1px solid var(--glass-rim);border-radius:var(--r-lg);
  text-align:center;padding:10px 10px 22px;box-shadow:var(--glass-lift);
  transition:transform .4s cubic-bezier(.2,.8,.3,1),box-shadow .4s,border-color .4s;
  display:flex;flex-direction:column;
}
.dish:hover{transform:translateY(-9px);box-shadow:var(--glass-lift-hi);border-color:rgba(255,255,255,.92)}
.dish-media{overflow:hidden;border-radius:calc(var(--r-lg) - 10px);position:relative;aspect-ratio:1/.86}
.dish-media img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.8,.3,1)}
.dish:hover .dish-media img{transform:scale(1.09)}
.dish-media::after{
  content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(91,42,135,0) 55%,rgba(91,42,135,.35));
  opacity:0;transition:opacity .4s;
}
.dish:hover .dish-media::after{opacity:1}
.dish h3{font-size:16.5px;margin:14px 0 6px}
.dish p{margin:0 6px 14px;font-size:12.5px;color:var(--ink-soft);line-height:1.5;flex:1}
.price{
  align-self:center;background:var(--glass-purple);
  -webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.26);
  color:#fff;font-weight:800;font-size:14px;padding:7px 20px;border-radius:999px;
  box-shadow:var(--glass-purple-lift);transition:transform .3s,box-shadow .3s;
}
.dish:hover .price{transform:translateY(-2px);box-shadow:0 10px 20px rgba(91,42,135,.35)}
.section-cta{display:flex;justify-content:center;margin-top:36px}

/* ============================ carousel =================================== */
.carousel{position:relative}
.carousel-track{
  display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;
  padding:6px 2px 12px;scrollbar-width:none;
}
.carousel-track::-webkit-scrollbar{display:none}
.carousel-track > *{flex:0 0 calc((100% - 80px)/5);scroll-snap-align:start}
.c-arrow{
  position:absolute;top:50%;transform:translateY(-50%);z-index:6;
  width:38px;height:38px;border-radius:50%;display:grid;place-items:center;
  background:var(--glass-purple);color:#fff;
  -webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.3);
  box-shadow:var(--glass-purple-lift);transition:transform .3s,opacity .3s;
}
.c-arrow:hover{transform:translateY(-50%) scale(1.12)}
.c-arrow.prev{left:-16px}
.c-arrow.next{right:-16px}
.c-arrow svg{width:16px;height:16px}
.c-arrow[disabled]{opacity:.35;cursor:default;transform:translateY(-50%)}

.special{
  background-image:var(--sheen);
  background-color:var(--glass);
  -webkit-backdrop-filter:saturate(160%) blur(14px);backdrop-filter:saturate(160%) blur(14px);
  border:1px solid var(--glass-rim);border-radius:var(--r-lg);overflow:hidden;
  box-shadow:var(--glass-lift);transition:transform .4s,box-shadow .4s,border-color .4s;
}
.special:hover{transform:translateY(-9px);box-shadow:var(--glass-lift-hi);border-color:rgba(255,255,255,.92)}
.special-head{padding:12px 14px 10px}
.special .day{font-size:10.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-700);font-weight:800}
.special h3{font-size:16px;margin-top:3px;line-height:1.25;min-height:2.5em}
.special-media{position:relative;aspect-ratio:1/.78;overflow:hidden}
.special-media img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.8,.3,1)}
.special:hover .special-media img{transform:scale(1.09)}
.special .price{
  position:absolute;left:10px;bottom:10px;z-index:2;font-size:13px;padding:6px 15px;
}

/* ============================ purple band ================================ */
.band{
  position:relative;overflow:hidden;color:#f3e9fd;
  background:linear-gradient(120deg,var(--purple-800),var(--purple-700) 45%,var(--purple-600));
  padding:44px 0;
}
.band::before,.band::after{
  content:"";position:absolute;width:280px;height:280px;opacity:.16;
  background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none' stroke='%23f0dfa6' stroke-width='1.4'><circle cx='100' cy='100' r='30'/><circle cx='100' cy='100' r='58'/><circle cx='100' cy='100' r='86'/><g><path d='M100 14v-14M100 186v14M14 100h-14M186 100h14M40 40l-10-10M160 160l10 10M160 40l10-10M40 160l-10 10'/></g></svg>") center/contain no-repeat;
}
.band::before{left:-90px;top:-70px}
.band::after{right:-90px;bottom:-70px}
.band-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;position:relative;z-index:2}
.band-item{display:flex;align-items:flex-start;gap:16px}
.band-item .ic{
  width:60px;height:60px;flex:none;border-radius:50%;border:1px solid rgba(240,223,166,.6);
  display:grid;place-items:center;color:var(--gold-200);
  background:rgba(255,255,255,.10);
  -webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);
  box-shadow:0 1px 0 rgba(255,255,255,.35) inset,0 -8px 16px -10px rgba(255,255,255,.45) inset;
  transition:transform .45s,background .45s;
}
.band-item:hover .ic{transform:rotate(-8deg) scale(1.06);background:rgba(255,255,255,.2)}
.band-item .ic svg{width:28px;height:28px}
.band-item h4{color:var(--gold-200);font-size:16px;margin-bottom:4px}
.band-item p{margin:0;font-size:12.5px;color:#e3d3f4;line-height:1.55;max-width:270px}

/* ============================ catering =================================== */
.catering{position:relative;display:grid;grid-template-columns:1fr 1fr;background:var(--lav-bg-2);overflow:hidden}
.catering-copy{padding:66px 5% 66px 8%;position:relative;z-index:2}
.catering-copy h2{font-size:clamp(27px,3.3vw,37px);margin-bottom:14px}
.catering-copy p{font-size:14.5px;color:#5b4c69;max-width:420px}
.catering-list{display:grid;grid-template-columns:1fr 1fr;gap:9px 18px;margin:20px 0 26px;max-width:440px}
.catering-list li{display:flex;align-items:center;gap:9px;font-size:13.5px;color:#54455f}
.catering-list .tick{
  width:19px;height:19px;flex:none;border-radius:50%;background:var(--gold-600);color:#fff;
  display:grid;place-items:center;transition:transform .3s;
}
.catering-list li:hover .tick{transform:scale(1.18) rotate(8deg)}
.catering-list .tick svg{width:11px;height:11px}
.catering-media{position:relative;min-height:420px}
.catering-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.catering-media::before{
  content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(90deg,var(--lav-bg-2) 0%,rgba(239,229,249,.45) 14%,rgba(239,229,249,0) 34%);
}
.catering-seal{
  position:absolute;z-index:3;left:0;top:50%;transform:translate(-50%,-50%);
  width:190px;height:190px;border-radius:50%;padding:12px;
  background:rgba(255,255,255,.72);
  -webkit-backdrop-filter:saturate(180%) blur(18px);backdrop-filter:saturate(180%) blur(18px);
  border:1px solid rgba(255,255,255,.85);
  box-shadow:0 1px 0 rgba(255,255,255,.95) inset,0 -12px 24px -14px rgba(255,255,255,.9) inset,0 18px 46px rgba(63,29,99,.28);
  display:grid;place-items:center;
  animation:sealSpinIn .9s ease both;
}
.catering-seal img{width:100%;height:100%;object-fit:contain}
@keyframes sealSpinIn{from{opacity:0;transform:translate(-50%,-50%) rotate(-25deg) scale(.85)}}
.catering-seal:hover{animation:none;transition:transform .5s;transform:translate(-50%,-50%) rotate(6deg) scale(1.04)}

/* ============================ reviews ==================================== */
.review{
  background-image:var(--sheen);
  background-color:var(--glass);
  -webkit-backdrop-filter:saturate(160%) blur(14px);backdrop-filter:saturate(160%) blur(14px);
  border:1px solid var(--glass-rim);border-radius:var(--r-lg);padding:24px 22px;text-align:center;
  box-shadow:var(--glass-lift);transition:transform .4s,box-shadow .4s,border-color .4s;
  display:flex;flex-direction:column;gap:12px;min-height:158px;justify-content:center;
}
.review:hover{transform:translateY(-7px);box-shadow:var(--glass-lift-hi);border-color:rgba(255,255,255,.92)}
.stars{display:flex;justify-content:center;gap:3px;color:var(--gold-600)}
.stars svg{width:16px;height:16px}
.review p{margin:0;font-size:13px;color:#5b4c69;font-style:italic;line-height:1.6}
.review .who{font-family:var(--serif);font-style:italic;color:var(--purple-600);font-size:13.5px}
.reviews .carousel-track > *{flex:0 0 calc((100% - 60px)/4)}

/* ============================ footer ===================================== */
.site-footer{
  position:relative;overflow:hidden;color:#e9dcf7;
  background:linear-gradient(140deg,var(--purple-800),var(--purple-700) 50%,#5d2f92);
  padding:52px 0 0;
}
.site-footer::before,.site-footer::after{
  content:"";position:absolute;width:340px;height:340px;opacity:.13;pointer-events:none;
  background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none' stroke='%23e8d6ff' stroke-width='1.3'><path d='M40 150c30-40 60-40 80 0-20 40-50 40-80 0z'/><path d='M100 90c40 30 40 60 0 80-40-20-40-50 0-80z'/><path d='M150 40c-26 18-30 40-14 58'/><circle cx='100' cy='150' r='5'/><path d='M20 60c24-10 44 2 48 26'/></svg>") center/contain no-repeat;
}
.site-footer::before{left:-110px;bottom:-90px}
.site-footer::after{right:-110px;top:-60px;transform:scaleX(-1)}
.footer-grid{
  display:grid;grid-template-columns:1.5fr 1fr 1.25fr 1.15fr 1.2fr;gap:34px;
  position:relative;z-index:2;padding-bottom:38px;
}
.footer-brand .fb-top{display:flex;align-items:center;gap:12px;margin-bottom:14px;position:relative;z-index:2}
.footer-brand .fb-top img{
  width:56px;height:56px;object-fit:contain;flex:none;border-radius:50%;
  background:rgba(255,255,255,.94);padding:4px;box-shadow:0 4px 14px rgba(0,0,0,.22);
}
.footer-brand .fb-top span{font-family:var(--script);font-size:30px;color:#fff;line-height:1}
.footer-brand p{font-size:13px;color:#d9c8ee;margin:0 0 18px;max-width:250px;line-height:1.7}
.f-socials{display:flex;gap:10px}
.f-socials a{
  width:34px;height:34px;border-radius:50%;border:1px solid rgba(240,223,166,.45);
  display:grid;place-items:center;color:#f0dfa6;transition:transform .3s,background .3s,color .3s;
}
.f-socials a:hover{background:var(--gold-600);color:#43206b;transform:translateY(-3px);border-color:var(--gold-600)}
.f-socials svg{width:15px;height:15px}

.site-footer h4{color:var(--gold-200);font-size:16px;margin-bottom:16px}
.footer-links li{margin-bottom:9px}
.footer-links a{font-size:13px;color:#d9c8ee;transition:color .25s,padding-left .25s}
.footer-links a:hover{color:var(--gold-200);padding-left:5px}
.f-contact li{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:#d9c8ee;margin-bottom:11px}
.f-contact svg{width:14px;height:14px;color:var(--gold-400);flex:none;margin-top:4px}
.f-contact a:hover{color:var(--gold-200)}
.f-hours p{margin:0 0 12px;font-size:13px;color:#d9c8ee;line-height:1.6}
.f-hours strong{display:block;color:#fff;font-weight:600}
.f-open{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--gold-200);margin-top:14px}
.f-open svg{width:16px;height:16px;flex:none}
.f-news p{font-size:12.5px;color:#d9c8ee;margin:0 0 14px;line-height:1.6}
.f-news form{display:flex;flex-direction:column;gap:10px;max-width:230px}
.f-news input{
  border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.10);border-radius:var(--r-sm);
  -webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);
  box-shadow:0 1px 0 rgba(255,255,255,.22) inset;
  padding:11px 14px;color:#fff;font:inherit;font-size:13px;transition:border-color .3s,background .3s;
}
.f-news input::placeholder{color:#c4b0dd}
.f-news input:focus{outline:none;border-color:var(--gold-400);background:rgba(255,255,255,.14)}
.f-news button{
  background:linear-gradient(160deg,rgba(170,124,214,.95),rgba(112,60,168,.95));
  border:1px solid rgba(255,255,255,.3);
  box-shadow:0 1px 0 rgba(255,255,255,.45) inset,0 -8px 16px -10px rgba(255,255,255,.5) inset;
  color:#fff;font-weight:700;font-size:13.5px;
  border-radius:var(--r-sm);padding:11px 14px;transition:transform .25s,box-shadow .25s,filter .25s;
}
.f-news button:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,0,0,.25);filter:brightness(1.08)}
.form-note{font-size:12px;color:var(--gold-200);min-height:16px;margin:0}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.16);position:relative;z-index:2;
  display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;
  padding:16px 0;font-size:12px;color:#cbb8e4;
}

/* ==================== floating WhatsApp button =========================== */
.fab-wa{
  position:fixed;right:20px;bottom:22px;z-index:150;
  display:flex;align-items:center;gap:0;
  height:60px;width:60px;padding:0;border-radius:999px;
  background:linear-gradient(160deg,rgba(56,214,110,.96),rgba(24,158,74,.96));
  -webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.42);
  box-shadow:
    0 1px 0 rgba(255,255,255,.6) inset,
    0 -12px 22px -14px rgba(255,255,255,.75) inset,
    0 14px 30px rgba(16,110,52,.42);
  color:#fff;overflow:hidden;
  animation:fabIn .5s cubic-bezier(.34,1.56,.64,1) both, fabBob 3.6s ease-in-out 1s infinite;
  transition:width .38s cubic-bezier(.2,.8,.3,1),box-shadow .3s;
}
.fab-wa svg{width:31px;height:31px;flex:none;margin-left:14px}
.fab-label{
  white-space:nowrap;font-weight:700;font-size:14.5px;letter-spacing:.01em;
  opacity:0;padding-right:20px;padding-left:11px;transition:opacity .28s;
}
.fab-wa:hover,.fab-wa:focus-visible{
  width:236px;animation-play-state:paused;
  box-shadow:0 1px 0 rgba(255,255,255,.7) inset,0 -12px 22px -14px rgba(255,255,255,.8) inset,0 20px 40px rgba(16,110,52,.5);
}
.fab-wa:hover .fab-label,.fab-wa:focus-visible .fab-label{opacity:1}
/* the pulse ring that says "tap me" */
.fab-wa::after{
  content:"";position:absolute;inset:-1px;border-radius:inherit;pointer-events:none;
  box-shadow:0 0 0 0 rgba(56,214,110,.55);
  animation:fabPulse 2.8s ease-out 1.2s infinite;
}
@keyframes fabIn{from{opacity:0;transform:translateY(26px) scale(.7)}}
@keyframes fabBob{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes fabPulse{
  0%{box-shadow:0 0 0 0 rgba(56,214,110,.5)}
  70%{box-shadow:0 0 0 18px rgba(56,214,110,0)}
  100%{box-shadow:0 0 0 0 rgba(56,214,110,0)}
}
@media (max-width:680px){
  .fab-wa{right:14px;bottom:16px;height:56px;width:56px}
  .fab-wa svg{width:29px;height:29px;margin-left:12.5px}
  .fab-wa:hover{width:56px}
  .fab-label{display:none}
}

/* ============================ toast ====================================== */
/* clears the floating WhatsApp button */
.toast-wrap{position:fixed;right:20px;bottom:96px;z-index:200;display:flex;flex-direction:column;gap:10px}
.toast{
  background:rgba(255,255,255,.72);
  -webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);
  border:1px solid rgba(255,255,255,.8);border-left:4px solid var(--gold-600);
  border-radius:var(--r-md);padding:13px 19px;
  box-shadow:0 1px 0 rgba(255,255,255,.9) inset,0 18px 44px rgba(75,34,120,.22);
  font-size:13.5px;color:var(--purple-700);font-weight:600;
  display:flex;align-items:center;gap:10px;animation:toastIn .35s cubic-bezier(.2,.9,.3,1.2);
}
.toast svg{width:17px;height:17px;color:var(--gold-600);flex:none}
.toast.out{animation:toastOut .3s ease forwards}
@keyframes toastIn{from{opacity:0;transform:translateX(40px)}}
@keyframes toastOut{to{opacity:0;transform:translateX(40px)}}

/* ============================ reveal on scroll =========================== */
.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.3,1)}
.reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none}
  .catering-seal{animation:none}
  .fab-wa,.fab-wa::after{animation:none}
  html{scroll-behavior:auto}
}

/* ============================ inner page (menu) ========================== */
.page-hero{
  background:radial-gradient(120% 120% at 50% 0%,#fbf7ff,#eadcf8);
  border-bottom:2px solid var(--gold-400);padding:52px 0 46px;text-align:center;
}
.page-hero h1{font-size:clamp(32px,4.4vw,48px)}
.page-hero p{margin:10px auto 0;max-width:560px;color:#5b4c69;font-size:14.5px}
.menu-cat{margin-bottom:44px}
.menu-cat h3{
  font-size:23px;text-align:center;margin-bottom:6px;
}
.menu-list{display:grid;grid-template-columns:1fr 1fr;gap:14px 34px;margin-top:24px}
.menu-row{
  display:flex;align-items:baseline;gap:12px;padding:13px 18px;border-radius:var(--r-md);
  background:var(--glass);
  -webkit-backdrop-filter:saturate(160%) blur(12px);backdrop-filter:saturate(160%) blur(12px);
  border:1px solid var(--glass-rim);
  box-shadow:0 1px 0 rgba(255,255,255,.85) inset,0 4px 14px rgba(75,34,120,.07);
  transition:transform .3s,box-shadow .3s,border-color .3s;
}
.menu-row:hover{transform:translateX(4px);box-shadow:var(--glass-lift);border-color:rgba(255,255,255,.95)}
.menu-row .nm{font-family:var(--serif);color:var(--purple-700);font-size:15.5px}
.menu-row .dots{flex:1;border-bottom:1px dotted #cbb6e0;transform:translateY(-4px)}
.menu-row .pr{font-weight:800;color:var(--gold-700);font-size:14.5px}

/* ============================ responsive ================================= */
@media (max-width:1080px){
  .menu-grid{grid-template-columns:repeat(3,1fr)}
  .carousel-track > *{flex:0 0 calc((100% - 40px)/3)}
  .reviews .carousel-track > *{flex:0 0 calc((100% - 40px)/3)}
  .valuebar-inner{grid-template-columns:repeat(2,1fr)}
  .value:nth-child(3)::before{display:none}
  .main-nav ul{gap:20px}
  .main-nav a{font-size:14px}
}
@media (max-width:900px){
  :root{--header-h:70px}
  .nav-toggle{display:grid}
  .brand-badge{width:56px;height:56px;padding:2px}
  .hero{padding-top:44px;min-height:0}
  .hero-copy{margin-inline:auto;text-align:center;max-width:620px}
  .hero p.lede{margin-inline:auto}
  /* anchored to the header, not the viewport — a fixed offset lands on the
     header itself while the top bar is still on screen, covering the toggle */
  .main-nav{
    position:absolute;top:100%;left:0;right:0;background:#fff;box-shadow:var(--shadow-md);
    max-height:0;overflow:hidden;transition:max-height .4s ease;margin-left:0;
  }
  .main-nav.open{max-height:60vh}
  .main-nav ul{flex-direction:column;align-items:stretch;gap:0;padding:8px 20px 18px}
  .main-nav a{display:block;padding:13px 4px;border-bottom:1px solid var(--line);font-size:16px}
  .main-nav a::after{display:none}
  .band-grid{grid-template-columns:1fr;gap:20px}
  .catering{grid-template-columns:1fr}
  .catering-copy{padding:48px 24px 40px;text-align:center}
  .catering-copy p,.catering-list{margin-inline:auto}
  .catering-list{grid-template-columns:1fr;max-width:270px;text-align:left}
  .catering-media{min-height:320px}
  .catering-media::before{background:linear-gradient(180deg,var(--lav-bg-2),rgba(239,229,249,0) 26%)}
  /* seal sits on the seam — reserve room so it never lands on the button */
  .catering-copy{padding-bottom:118px}
  .catering-seal{left:50%;top:0;width:158px;height:158px;padding:10px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:28px}
  .menu-list{grid-template-columns:1fr}
}
@media (max-width:680px){
  .topbar .wrap{flex-direction:column;gap:4px;padding-block:7px;text-align:center}
  .topbar-right{gap:14px;flex-wrap:wrap;justify-content:center}
  .brand-badge{width:50px;height:50px}
  .hero{padding:34px 0 96px}
  .hero p.lede{margin-inline:auto}
  .dish-media{aspect-ratio:1/.62}
  .dish h3{font-size:18px}
  .dish p{font-size:13.5px}
  .catering-copy{padding-bottom:104px}
  .catering-seal{width:140px;height:140px}
  .special .day{font-size:11.5px}
  .value p{font-size:13px}
  .topbar{font-size:13px}
  .hero-copy{max-width:100%}
  .valuebar-inner{grid-template-columns:1fr}
  .value::before{display:none!important}
  .menu-grid{grid-template-columns:1fr}
  .carousel-track > *,.reviews .carousel-track > *{flex:0 0 80%}
  .c-arrow.prev{left:-6px}.c-arrow.next{right:-6px}
  .footer-grid{grid-template-columns:1fr;text-align:center}
  .footer-brand .fb-top,.f-socials,.f-open{justify-content:center}
  .footer-brand p{margin-inline:auto}
  .f-contact li{justify-content:center}
  .f-news form{margin-inline:auto}
  .footer-bottom{justify-content:center;text-align:center}
  .section{padding:52px 0}
}
