
:root{
  --pink:#fdc5d2; --pink-strong:#e86c95; --pink-soft:#ffe4ed; --black:#050505; --ink:#161616; --muted:#635d59;
  --cream:#ffeaf1; --white:#fff6fa; --sand:#f9d7e3; --line:rgba(0,0,0,.10); --max:1180px;
  --shadow:0 22px 60px rgba(0,0,0,.12); --soft:0 12px 34px rgba(0,0,0,.09); --radius:28px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:linear-gradient(180deg,#fdc5d2 0%,#ffe8f0 28%,#fff2f6 58%,#fdc5d2 100%);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased} img{display:block;max-width:100%;height:auto} a{text-decoration:none;color:inherit} strong{font-weight:850;color:#000}.container{width:min(calc(100% - 36px),var(--max));margin-inline:auto}.skip-link{position:absolute;left:-999px;top:10px;background:#000;color:#fff;padding:12px 16px;z-index:999}.skip-link:focus{left:10px}.site-header{position:sticky;top:0;z-index:60;background:var(--pink);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);overflow:visible}.nav-wrap{height:88px;display:flex;align-items:center;justify-content:flex-end;gap:22px;position:relative}.brand{position:absolute;left:0;top:0;width:88px;height:88px;z-index:70;background:var(--pink);box-shadow:none;display:block;overflow:hidden}.brand img{width:100%;height:100%;object-fit:cover}.nav{display:flex;align-items:center;gap:30px;font-weight:850;letter-spacing:.01em}.nav a{position:relative;padding:32px 0 28px;font-size:15px}.nav a::after{content:"";position:absolute;left:0;right:0;bottom:21px;margin:auto;width:0;height:2px;background:var(--pink-strong);transition:.2s}.nav a:hover::after,.nav a.active::after{width:100%}.phone-pill{border:1px solid rgba(0,0,0,.2)!important;border-radius:999px;padding:11px 15px!important;background:#fff6fa}.phone-pill::after{display:none}.lang-switch{display:flex;align-items:center;gap:7px;margin-left:5px}.lang-switch a{display:flex;align-items:center;gap:6px;padding:7px 9px!important;border:1px solid rgba(0,0,0,.12);border-radius:999px;background:#fff6fa;font-weight:850;font-size:13px!important}.lang-switch a::after{display:none}.lang-switch a.active-lang{background:#000;color:#fff;border-color:#000}.flag{width:23px;height:16px;border-radius:2px;box-shadow:0 0 0 1px rgba(0,0,0,.12);object-fit:cover}.menu-toggle{display:none;border:0;background:#000;color:#fff;border-radius:999px;padding:11px 15px;font-weight:900}.hero{position:relative;min-height:680px;background:#111;overflow:hidden}.hero-small{min-height:540px}.hero-media{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.73) 33%,rgba(0,0,0,.28) 66%,rgba(0,0,0,.05) 100%)}.hero::after{content:"";position:absolute;inset:auto -10% -24% -10%;height:34%;background:radial-gradient(circle at 18% 0%,rgba(247,184,200,.45),transparent 58%);pointer-events:none}.hero-content{position:relative;z-index:1;min-height:680px;display:flex;align-items:center}.hero-small .hero-content{min-height:540px}.eyebrow{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;font-weight:950;letter-spacing:.16em;font-size:13px;color:var(--pink);margin-bottom:18px}.eyebrow:before{content:"";width:42px;height:2px;background:var(--pink)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(50px,8vw,112px);line-height:.91;margin-bottom:24px;letter-spacing:-.065em;color:#fff;max-width:820px}.hero-small h1{font-size:clamp(48px,7vw,92px)}.pink{color:var(--pink)}.hero-sub{font-size:clamp(20px,2.3vw,30px);line-height:1.25;color:#fff;max-width:650px;margin-bottom:34px}.btn-row{display:flex;gap:16px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:15px 24px;border-radius:2px;border:2px solid transparent;font-weight:950;transition:.2s}.btn-primary{background:var(--pink);color:#000}.btn-primary:hover{background:#000;color:#fff;border-color:#000;transform:translateY(-2px)}.btn-dark{background:#000;color:#fff}.btn-dark:hover{background:var(--pink);color:#000}.btn-outline{border-color:rgba(255,255,255,.72);color:#fff;background:rgba(0,0,0,.22)}.btn-outline:hover{background:#fff;color:#000}.section{padding:92px 0;position:relative}.section-tight{padding:70px 0;position:relative}.white{background:#fff1f6}.pink-bg{background:linear-gradient(180deg,#fdc5d2,#ffe4ed)}.intro-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center}.lead{font-size:clamp(21px,2vw,28px);line-height:1.42;color:#161616;font-weight:520}.body-lg{font-size:18px;color:#3a3635}.section-kicker{font-weight:950;letter-spacing:.15em;text-transform:uppercase;font-size:12px;color:#000;margin-bottom:12px}.section-title{font-size:clamp(34px,4vw,58px);line-height:.98;letter-spacing:-.045em;margin-bottom:22px}.pink-panel{background:var(--pink);padding:32px;border-radius:var(--radius);box-shadow:var(--soft)}.pink-panel p:last-child{margin-bottom:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cards.four{grid-template-columns:repeat(4,1fr)}.card{background:#fff6fa;border:1px solid var(--line);box-shadow:var(--soft);overflow:hidden;border-radius:0}.card-img{height:255px;overflow:hidden;background:#eee}.four .card-img{height:190px}.card-img img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.card:hover .card-img img{transform:scale(1.045)}.card-body{padding:24px}.card h3{font-size:24px;line-height:1.1;margin-bottom:10px;letter-spacing:-.025em}.card p{color:#4c4745;margin-bottom:18px}.text-link{font-weight:950;color:#df7896}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.split.reverse{grid-template-columns:.95fr 1.05fr}.photo-frame{position:relative;overflow:hidden;box-shadow:var(--shadow);background:#eee}.photo-frame img{width:100%;height:100%;object-fit:cover}.photo-frame.round{border-radius:var(--radius)}.photo-frame.tall{height:640px}.photo-frame.wide{height:500px}.image-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.image-grid img{height:270px;width:100%;object-fit:cover}.image-grid img:first-child{grid-row:span 2;height:558px}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.gallery img{height:240px;width:100%;object-fit:cover}.cta-band{background:linear-gradient(90deg,#fdc5d2,#f8a9c0);padding:58px 0}.cta-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:32px}.cta-grid h2{font-size:clamp(34px,5vw,62px);line-height:1;letter-spacing:-.05em;margin-bottom:14px}.cta-actions{display:flex;gap:16px;justify-content:flex-end;flex-wrap:wrap}.quote-band{background:linear-gradient(90deg,#fdc5d2,#f8a9c0);padding:42px 0}.quote-content{display:flex;align-items:center;justify-content:space-between;gap:22px}.quote-mark{font-size:70px;line-height:0;font-weight:950}.feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.feature{display:flex;gap:18px;align-items:flex-start}.feature-icon{width:66px;height:66px;border-radius:50%;background:var(--pink);display:grid;place-items:center;flex:0 0 66px;font-weight:950;font-size:26px}.feature h3{font-size:21px;margin-bottom:6px}.menu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.menu-block{background:#fff6fa;border:1px solid var(--line);padding:30px;box-shadow:var(--soft)}.menu-block h2{font-size:31px;letter-spacing:-.035em}.menu-item{display:flex;justify-content:space-between;gap:18px;padding:15px 0;border-bottom:1px solid rgba(0,0,0,.08)}.menu-item:last-child{border-bottom:0}.menu-item span:first-child{font-weight:900}.price{font-weight:900}.contact-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px}.contact-card{background:#fff6fa;padding:34px;border:1px solid var(--line);box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.form-field.full{grid-column:1/-1}label{display:block;font-weight:900;margin-bottom:7px}input,textarea,select{width:100%;border:1px solid rgba(0,0,0,.18);background:#fff;padding:14px 15px;font:inherit;border-radius:0}textarea{min-height:150px;resize:vertical}.honeypot{position:absolute;left:-9999px}.notice{background:#fff;border-left:6px solid var(--pink);padding:18px 20px;margin-top:24px}.footer{background:#000;color:#fff;padding:70px 0 24px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:50px}.footer-logo{width:124px;margin-bottom:24px}.footer a{color:#fff}.footer p{color:rgba(255,255,255,.74)}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:40px;padding-top:20px;color:rgba(255,255,255,.62);font-size:14px}.seo-copy{font-size:16px;color:#514d4a}.hero-home .hero-media img{object-position:center center}.hero-mojo .hero-media img{object-position:center 45%}.hero-catering .hero-media img{object-position:center center}.hero-contact .hero-media img{object-position:center center}
@media(max-width:1050px){.nav{gap:18px}.nav a{font-size:14px}.brand{width:88px;height:88px}}
@media(max-width:920px){.nav-wrap{height:80px;padding-left:92px}.brand{width:80px;height:80px;top:0}.menu-toggle{display:inline-flex;margin-left:auto}.nav{display:none;position:absolute;left:0;right:0;top:80px;background:var(--pink);border-top:1px solid var(--line);padding:20px 18px 22px;box-shadow:var(--soft);flex-direction:column;align-items:flex-start;gap:0}.nav.open{display:flex}.nav a{padding:13px 0;font-size:17px}.nav a::after{bottom:8px}.phone-pill{margin-top:8px}.lang-switch{margin:13px 0 0 0}.lang-switch a{padding:8px 10px!important}.hero,.hero-content{min-height:680px}.hero-media::after{background:linear-gradient(0deg,rgba(0,0,0,.89) 0%,rgba(0,0,0,.70) 55%,rgba(0,0,0,.30) 100%)}.hero-content{align-items:flex-end;padding-bottom:70px}.intro-grid,.split,.split.reverse,.cta-grid,.contact-layout{grid-template-columns:1fr}.cards,.cards.four,.feature-row,.menu-grid,.footer-grid{grid-template-columns:1fr 1fr}.cta-actions{justify-content:flex-start}.photo-frame.tall,.photo-frame.wide{height:430px}.gallery{grid-template-columns:1fr 1fr}.image-grid{grid-template-columns:1fr}.image-grid img,.image-grid img:first-child{height:300px;grid-row:auto}.form-grid{grid-template-columns:1fr}}
@media(max-width:640px){.container{width:min(calc(100% - 28px),var(--max))}.site-header{background:var(--pink)}.brand{width:76px;height:76px;top:0}.nav-wrap{height:76px;padding-left:86px}.nav{top:76px}.menu-toggle{padding:10px 14px}.hero,.hero-content,.hero-small,.hero-small .hero-content{min-height:650px}.hero-content{padding-bottom:44px}.hero-media img{filter:saturate(1.03)}.hero-home .hero-media img{object-position:64% center}.hero-mojo .hero-media img{object-position:58% center}.hero-catering .hero-media img{object-position:60% center}.hero-media::after{background:linear-gradient(0deg,rgba(0,0,0,.91) 0%,rgba(0,0,0,.79) 50%,rgba(0,0,0,.38) 100%)}h1,.hero-small h1{font-size:50px;line-height:.93;letter-spacing:-.057em}.hero-sub{font-size:19px;line-height:1.35}.btn-row{width:100%;display:grid;grid-template-columns:1fr}.btn{width:100%}.section{padding:62px 0}.section-tight{padding:50px 0}.section-title{font-size:38px}.lead{font-size:21px}.cards,.cards.four,.feature-row,.menu-grid,.footer-grid{grid-template-columns:1fr}.card{border-radius:18px;overflow:hidden}.card-img,.four .card-img{height:230px}.card-body{padding:22px}.photo-frame.tall,.photo-frame.wide{height:340px;border-radius:18px}.pink-panel{border-radius:18px;padding:24px}.gallery{grid-template-columns:1fr;gap:14px}.gallery img{height:260px;border-radius:16px}.quote-content{display:block}.cta-band{padding:42px 0}.feature{padding:18px;background:#fff6fa;border:1px solid rgba(0,0,0,.06);border-radius:18px}.footer{padding-top:54px}.footer-logo{width:96px}.menu-block{padding:24px;border-radius:18px}.menu-item{display:block}.price{display:block;margin-top:4px}.lang-switch{gap:8px}.lang-switch a span:last-child{display:inline}.site-header .container{width:min(calc(100% - 22px),var(--max))}}

.menu-note{margin-top:18px;color:#635d59}.menu-block.featured{background:linear-gradient(180deg,#fff6fa,#ffe3ec);border-color:rgba(231,120,156,.35)}.price{font-weight:950;color:#000;white-space:nowrap}.menu-item small{display:block;font-weight:600;color:#6b6461;margin-top:3px}.menu-intro{max-width:820px;margin:0 auto 42px;text-align:center;font-size:18px;color:#3a3635}

/* Final MOJO pink header correction: logo and menu bar use the same pastel pink. */
.site-header,.brand{background:var(--pink)!important;}
@media(max-width:920px){.nav{background:var(--pink)!important;}}


/* MOJO final pink tune: the logo area has no separate color block; it inherits the exact header pink. */
.site-header{background:#fdc5d2!important;}
.brand{background:transparent!important;box-shadow:none!important;}
.brand img{object-fit:contain!important;padding:8px!important;}
@media(max-width:920px){.nav{background:#fdc5d2!important;}.brand img{padding:7px!important;}}
@media(max-width:640px){.brand img{padding:7px!important;}}
.menu-poster-section{padding:72px 0;background:linear-gradient(180deg,#ffe4ed 0%,#fff1f6 100%);}
.menu-poster-head{max-width:760px;margin:0 auto 34px;text-align:center;}
.menu-poster-head .section-title{margin-bottom:12px;}
.menu-poster{margin:0 auto;max-width:1080px;background:#fdc5d2;border:1px solid rgba(0,0,0,.10);box-shadow:var(--shadow);padding:16px;border-radius:28px;}
.menu-poster img{width:100%;border-radius:18px;box-shadow:0 10px 30px rgba(0,0,0,.08);}
.menu-poster-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:24px;}
@media(max-width:640px){.menu-poster-section{padding:46px 0}.menu-poster{padding:8px;border-radius:18px}.menu-poster img{border-radius:12px}.menu-poster-head{text-align:left}.menu-poster-actions{display:grid;grid-template-columns:1fr;}.menu-poster-actions .btn{width:100%;}}

/* Final header phone fix: keep the phone number inside its rounded pill on all desktop/tablet widths. */
.nav{gap:24px;}
.nav a{flex:0 0 auto;}
.phone-pill{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
  min-width:152px;
  flex:0 0 auto!important;
  padding:10px 20px!important;
  line-height:1!important;
  font-size:15px!important;
}
@media(max-width:1120px){
  .nav{gap:16px;}
  .nav a{font-size:14px;}
  .phone-pill{min-width:146px;padding:10px 18px!important;font-size:14px!important;}
  .lang-switch{gap:6px;margin-left:0;}
}
@media(max-width:980px){
  .nav{gap:12px;}
  .nav a{font-size:13px;}
  .phone-pill{min-width:138px;padding:10px 14px!important;font-size:13px!important;}
}
@media(max-width:920px){
  .phone-pill{min-width:0;width:auto;justify-content:flex-start;padding:13px 0!important;background:transparent!important;border:0!important;font-size:17px!important;}
}

/* =========================================================
   FINAL DETAIL PASS — balanced header, no overlap, MOJO-like nav type
   ========================================================= */
.site-header{
  background:#fdc5d2!important;
  border-bottom:1px solid rgba(0,0,0,.08)!important;
}
.site-header .nav-wrap{
  height:92px!important;
  display:grid!important;
  grid-template-columns:96px minmax(0,1fr)!important;
  align-items:center!important;
  justify-content:normal!important;
  gap:36px!important;
  padding-left:0!important;
  position:relative!important;
}
.site-header .brand{
  position:relative!important;
  left:auto!important;
  top:auto!important;
  width:86px!important;
  height:86px!important;
  display:block!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
  z-index:2!important;
}
.site-header .brand img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  padding:8px!important;
  display:block!important;
}
.site-header .nav{
  min-width:0!important;
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:clamp(18px,2.05vw,34px)!important;
  white-space:nowrap!important;
  font-family:"Montserrat","Avenir Next","Futura","Century Gothic","Trebuchet MS",Arial,sans-serif!important;
  font-weight:700!important;
  letter-spacing:.025em!important;
}
.site-header .nav > a:not(.phone-pill){
  font-size:clamp(12px,.95vw,14px)!important;
  line-height:1!important;
  padding:38px 0 34px!important;
  font-weight:700!important;
  letter-spacing:.025em!important;
  flex:0 0 auto!important;
}
.site-header .nav a::after{bottom:24px!important;height:2px!important;}
.site-header .phone-pill{
  min-width:166px!important;
  padding:12px 20px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:nowrap!important;
  font-size:14px!important;
  line-height:1!important;
  letter-spacing:.04em!important;
  border:1.5px solid rgba(0,0,0,.28)!important;
  background:#fff6fa!important;
  border-radius:999px!important;
}
.site-header .lang-switch{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin-left:0!important;
}
.site-header .lang-switch a{
  min-width:48px!important;
  height:42px!important;
  padding:0 12px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-family:"Montserrat","Avenir Next","Futura","Century Gothic",Arial,sans-serif!important;
  font-size:12px!important;
  letter-spacing:.03em!important;
}
.site-header .flag{display:none!important;}

@media(max-width:1120px){
  .site-header .nav-wrap{grid-template-columns:88px minmax(0,1fr)!important;gap:24px!important;}
  .site-header .brand{width:82px!important;height:82px!important;}
  .site-header .nav{gap:clamp(12px,1.4vw,20px)!important;}
  .site-header .nav > a:not(.phone-pill){font-size:12px!important;letter-spacing:.012em!important;}
  .site-header .phone-pill{min-width:154px!important;padding:11px 16px!important;font-size:13px!important;}
  .site-header .lang-switch a{min-width:42px!important;height:39px!important;padding:0 10px!important;}
}

@media(max-width:980px) and (min-width:921px){
  .site-header .nav-wrap{grid-template-columns:78px minmax(0,1fr)!important;gap:16px!important;}
  .site-header .brand{width:74px!important;height:74px!important;}
  .site-header .nav{gap:10px!important;}
  .site-header .nav > a:not(.phone-pill){font-size:11px!important;letter-spacing:0!important;}
  .site-header .phone-pill{min-width:138px!important;padding:10px 12px!important;font-size:12px!important;}
  .site-header .lang-switch{gap:5px!important;}
  .site-header .lang-switch a{min-width:36px!important;height:36px!important;padding:0 8px!important;font-size:11px!important;}
}

@media(max-width:920px){
  .site-header .nav-wrap{
    height:82px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:18px!important;
    padding-left:0!important;
  }
  .site-header .brand{width:76px!important;height:76px!important;flex:0 0 76px!important;}
  .site-header .brand img{padding:7px!important;}
  .menu-toggle{
    display:inline-flex!important;
    margin-left:auto!important;
    font-family:"Montserrat","Avenir Next","Futura","Century Gothic",Arial,sans-serif!important;
    letter-spacing:.04em!important;
  }
  .site-header .nav{
    display:none!important;
    position:absolute!important;
    left:0!important;right:0!important;top:82px!important;
    width:100%!important;
    background:#fdc5d2!important;
    border-top:1px solid rgba(0,0,0,.08)!important;
    box-shadow:0 18px 38px rgba(0,0,0,.12)!important;
    padding:18px 20px 24px!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    gap:0!important;
    white-space:normal!important;
  }
  .site-header .nav.open{display:flex!important;}
  .site-header .nav > a:not(.phone-pill){
    font-size:15px!important;
    letter-spacing:.025em!important;
    padding:13px 0!important;
    width:100%!important;
  }
  .site-header .nav a::after{bottom:6px!important;margin:0!important;right:auto!important;}
  .site-header .phone-pill{
    min-width:0!important;
    width:auto!important;
    margin-top:10px!important;
    padding:13px 18px!important;
    font-size:14px!important;
    background:#fff6fa!important;
    border:1.5px solid rgba(0,0,0,.25)!important;
  }
  .site-header .lang-switch{margin-top:14px!important;gap:10px!important;}
  .site-header .lang-switch a{height:40px!important;min-width:50px!important;}
}

@media(max-width:640px){
  .site-header .nav-wrap{height:78px!important;}
  .site-header .brand{width:72px!important;height:72px!important;flex-basis:72px!important;}
  .site-header .nav{top:78px!important;}
}
