:root{
  --control-h: 48px;
  --pink:#FB38B0;
  --yellow:#FFE816;
  --purple:#592884;
  --aqua:#8CE5E5;
  --slate:#566D75;
  --ink:#0b0b10;
  --paper:#fff8f0;
  --card:#ffffff;
  --shadow: 0 10px 30px rgba(0,0,0,.10);
  --shadow-soft: 0 8px 24px rgba(0,0,0,.08);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 10px;
  /* Wider container to keep top navigation in one line after adding new items */
  --container: 1500px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:"Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--ink);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(251,56,176,.16), transparent 60%),
    radial-gradient(900px 500px at 90% 0%, rgba(255,232,22,.22), transparent 55%),
    radial-gradient(900px 600px at 80% 90%, rgba(140,229,229,.20), transparent 60%),
    var(--paper);
  /* Prevent any perceived background "tiling" while scrolling */
  background-repeat:no-repeat;
  background-attachment:fixed,fixed,fixed,fixed;
  background-size:auto;
  line-height:1.45;
}

a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{max-width:var(--container);margin:0 auto;padding:0 20px}
.section{padding:72px 0}
.section.sm{padding:42px 0}

/* Home page: reduce vertical spacing between blocks (≈70% less) */
body.home .section,
body.home .section.sm{padding:22px 0}

/* Schedule page: ensure comfortable side paddings on mobile (like other pages) */
@media (max-width: 560px){
  body.schedule-page main.container.section{ padding-left:20px; padding-right:20px; }
  body.schedule-page .schedule-rail{ padding-left:14px; padding-right:14px; }
}
.kicker{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:rgba(11,11,16,.65);font-weight:700}
.h1{font-size:clamp(34px,4.2vw,54px);line-height:1.05;margin:12px 0 14px}
.h2{font-size:clamp(26px,3vw,38px);line-height:1.12;margin:0 0 12px}
.p{color:rgba(11,11,16,.78);font-size:16px;max-width:64ch}
.muted{color:rgba(11,11,16,.62)}
.small{font-size:13px;color:rgba(11,11,16,.62)}

.topbar{
  position:sticky;top:0;z-index:100;
  backdrop-filter:saturate(160%) blur(12px);
  background:rgba(255,248,240,.72);
  border-bottom:1px solid rgba(11,11,16,.06);
}
.nav{
  display:flex;align-items:center;justify-content:space-between;
  gap:12px;padding:14px 0;flex-wrap:nowrap;
}
.brand{
  display:flex;align-items:center;gap:12px;
}
.brand img{height:42px;width:auto}
.navlinks{
  display:flex;align-items:center;gap:10px;flex-wrap:nowrap;
  justify-content:center;
  flex:1;
  min-width:0;
}
.navlinks a{
  padding:9px 10px;border-radius:999px;
  font-weight:800;font-size:13px;color:rgba(11,11,16,.78);
}
.navlinks a:hover{background:rgba(11,11,16,.05)}
.navlinks a.active{background:rgba(89,40,132,.10);color:var(--purple)}
.nav-cta{display:flex;align-items:center;gap:10px;flex-wrap:nowrap;min-width:0}

/* Right-side group for mobile: burger + phone + booking */
.nav-right{display:flex;align-items:center;gap:10px}

@media (max-width: 1220px){
  .brand img{height:38px}
  .nav{gap:10px;padding:12px 0}
  .navlinks{gap:8px}
  .navlinks a{padding:8px 9px;font-size:12.5px}
  .btn{padding:11px 14px;font-size:13px}
}

/* Mobile nav (drawer) */
.burger{
  display:none;
  width:44px;height:44px;
  border-radius:14px;
  border:1px solid rgba(11,11,16,.10);
  background:rgba(255,255,255,.7);
  box-shadow:var(--shadow-soft);
  align-items:center;justify-content:center;
}
.burger span{
  width:18px;height:2px;background:rgba(11,11,16,.78);border-radius:2px;display:block;position:relative;
}
.burger span::before,.burger span::after{
  content:"";position:absolute;left:0;width:18px;height:2px;background:rgba(11,11,16,.78);border-radius:2px;
}
.burger span::before{top:-6px}
.burger span::after{top:6px}

.drawer{
  position:fixed;inset:0;z-index:500;display:none;
  background:rgba(11,11,16,.55);
  padding:18px;
}
.drawer.open{display:block}
.drawer-panel{
  max-width:520px;margin:0 auto;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(11,11,16,.12);
  border-radius:var(--radius-xl);
  box-shadow:0 30px 90px rgba(0,0,0,.35);
  overflow:hidden;
}
.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(11,11,16,.08)}
.drawer-links{display:grid;gap:6px;padding:10px 12px}
.drawer-links a{padding:12px 12px;border-radius:16px;font-weight:900;background:rgba(11,11,16,.04)}
.drawer-links a.active{background:rgba(89,40,132,.12);color:var(--purple)}
.drawer-cta{display:grid;gap:10px;padding:12px;border-top:1px solid rgba(11,11,16,.08)}
.drawer-cta .btn{width:100%}

.btn{
  white-space:nowrap;
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:12px 16px;border-radius:999px;border:1px solid rgba(11,11,16,.10);
  background:rgba(255,255,255,.7);
  box-shadow:var(--shadow-soft);
  font-weight:800;font-size:14px;
  transition:transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn.primary{
  background:linear-gradient(135deg,var(--pink), #ff74c8);
  color:#fff;border:none;
}
.btn.secondary{
  background:linear-gradient(135deg,var(--yellow), #fff3a2);
  border:none;
}
.btn.ghost{
  background:transparent;box-shadow:none;
}
.btn:active{transform:translateY(0)}

.hero{
  padding:34px 0 40px;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:26px;align-items:stretch;
}
.hero-card{
  background:rgba(255,255,255,.74);
  border:1px solid rgba(11,11,16,.07);
  border-radius:var(--radius-xl);
  box-shadow:var(--shadow);
  padding:28px;
  overflow:hidden;
  position:relative;
}
.hero-card::before{
  content:"";
  position:absolute;inset:-120px -160px auto auto;
  width:380px;height:380px;border-radius:50%;
  background:radial-gradient(circle at 30% 30%, rgba(255,232,22,.95), rgba(255,232,22,0));
  transform:rotate(12deg);
}
.hero-card::after{
  content:"";
  position:absolute;inset:auto auto -160px -150px;
  width:420px;height:420px;border-radius:50%;
  background:radial-gradient(circle at 30% 30%, rgba(251,56,176,.55), rgba(251,56,176,0));
}
.hero-inner{position:relative;z-index:1}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.hero-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}

.chip{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 12px;border-radius:999px;
  background:rgba(255,255,255,.7);
  border:1px solid rgba(11,11,16,.08);
  font-weight:800;font-size:12px;
}

.chipbtn{
  cursor:pointer;
  user-select:none;
  border:none;
  font-family:inherit;
}
.chipbtn.active{ background:rgba(251,56,176,.14); border-color:rgba(251,56,176,.25); }
.chipbtn.active.dot::before{ background:var(--pink); box-shadow:0 0 0 3px rgba(251,56,176,.18); }

.chipbtn:active{transform:translateY(0)}
.chiprow{display:flex;gap:10px;flex-wrap:wrap}
.row{display:flex;gap:10px;flex-wrap:wrap}
.chip.dot::before{
  content:"";
  width:10px;height:10px;border-radius:50%;
  background:var(--aqua);
  box-shadow:0 0 0 3px rgba(140,229,229,.22);
}
.chip.pink.dot::before{background:var(--pink);box-shadow:0 0 0 3px rgba(251,56,176,.18)}
.chip.yellow.dot::before{background:var(--yellow);box-shadow:0 0 0 3px rgba(255,232,22,.22)}
.chip.purple.dot::before{background:var(--purple);box-shadow:0 0 0 3px rgba(89,40,132,.16)}

.side-stack{display:grid;gap:14px}
.bento{
  background:rgba(255,255,255,.72);
  border:1px solid rgba(11,11,16,.07);
  border-radius:var(--radius-xl);
  box-shadow:var(--shadow-soft);
  padding:18px;
  position:relative;
  overflow:hidden;
}
.bento .title{font-weight:900;font-size:16px;margin:0 0 8px; max-width: calc(100% - 70px)}
.bento .desc{font-size:13px;color:rgba(11,11,16,.68);margin:0; max-width: calc(100% - 70px)}
.bento .icon{
  position:absolute;right:16px;top:16px;
  width:42px;height:42px;border-radius:14px;
  background:rgba(140,229,229,.35);
  display:grid;place-items:center;font-weight:900;
}
.bento.pink .icon{background:rgba(251,56,176,.18)}
.bento.yellow .icon{background:rgba(255,232,22,.25)}
.bento.purple .icon{background:rgba(89,40,132,.18)}

.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.booking-dt{display:flex;gap:16px;align-items:flex-start}
.booking-dt> .field{flex:1 1 0}
/* On mobile the booking date/time fields stack vertically.
   Keep equal full width by stretching items on the cross axis. */
@media (max-width: 980px){
  .booking-dt{flex-direction:column;align-items:stretch}
  .booking-dt> .field{width:100%}
}

.card{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(11,11,16,.07);
  border-radius:var(--radius-xl);
  box-shadow:var(--shadow-soft);
  padding:18px;
}
.card h3{margin:0 0 8px;font-size:16px}
.card p{margin:0;color:rgba(11,11,16,.70);font-size:14px}

.menu-toolbar{
  display:flex;gap:10px;flex-wrap:wrap;align-items:center;
  background:rgba(255,255,255,.75);
  border:1px solid rgba(11,11,16,.07);
  border-radius:999px;
  padding:10px 12px;
  box-shadow:var(--shadow-soft);
}
.input{
  flex:1 1 220px;
  border:none;background:transparent;
  font-weight:700;font-size:14px;
  outline:none;
}
 
/* Custom dropdown (menu categories) */
.dd{ position:relative; min-width:220px; }
.dd-btn{
  width:100%;
  display:flex; align-items:center; justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(11,11,16,.12);
  background:rgba(255,255,255,.78);
  box-shadow:var(--shadow-soft);
  color:var(--ink);
  font-weight:600;
}
.dd-btn:focus{ outline:none; box-shadow:0 0 0 4px rgba(89,40,132,.18), var(--shadow-soft); }
.dd-chevron{
  width:10px; height:10px; border-right:2px solid rgba(11,11,16,.55); border-bottom:2px solid rgba(11,11,16,.55);
  transform:rotate(45deg);
  margin-top:-2px;
  transition:transform .18s ease;
}
.dd.open .dd-chevron{ transform:rotate(-135deg); margin-top:2px; }
.dd-pop{
  position:absolute; left:0; right:0; top:calc(100% + 10px);
  padding:8px;
  border-radius:18px;
  border:1px solid rgba(11,11,16,.12);
  background:rgba(255,255,255,.92);
  backdrop-filter:saturate(140%) blur(10px);
  box-shadow:0 18px 60px rgba(11,11,16,.18);
  z-index:50;
  max-height:320px;
  overflow:auto;
}
.dd-opt{
  width:100%;
  text-align:left;
  padding:10px 12px;
  border-radius:14px;
  border:0;
  background:transparent;
  color:var(--ink);
  font-weight:600;
  cursor:pointer;
}
.dd-opt:hover{ background:rgba(140,229,229,.22); }
.dd-opt[aria-selected="true"]{
  background:rgba(251,56,176,.14);
  border:1px solid rgba(251,56,176,.22);
}
.dd-pop::-webkit-scrollbar{ width:10px; }
.dd-pop::-webkit-scrollbar-thumb{ background:rgba(89,40,132,.22); border-radius:999px; border:3px solid transparent; background-clip:content-box; }

@media (max-width: 720px){
  .dd{ min-width:0; width:100%; }
}
.select{
  -webkit-appearance:none;appearance:none;
  border:none;background:rgba(11,11,16,.05);
  border-radius:999px;
  padding:10px 44px 10px 14px;font-weight:800;
  outline:none;
  width:100%;
}
.select:focus{box-shadow:0 0 0 3px rgba(140,229,229,.6)}
.select-wrap{
  position:relative;
  min-width:180px;
}
.select-wrap:after{
  content:"";
  position:absolute;right:14px;top:50%;
  width:12px;height:12px;transform:translateY(-50%) rotate(45deg);
  border-right:2px solid rgba(11,11,16,.55);
  border-bottom:2px solid rgba(11,11,16,.55);
  pointer-events:none;
}
.dd-wrap:after{ display:none !important; }

.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}
.dish{
  border-radius:var(--radius-xl);
  overflow:hidden;
  border:1px solid rgba(11,11,16,.07);
  background:rgba(255,255,255,.78);
  box-shadow:var(--shadow-soft);
  display:flex;flex-direction:column;
  min-height:320px;
}
.dish .cover{aspect-ratio: 4/3; background:rgba(11,11,16,.06); overflow:hidden}
.dish .cover img{width:100%;height:100%;object-fit:cover}
.dish .body{padding:14px 14px 16px;display:flex;flex-direction:column;gap:10px;flex:1}
.dish .name{font-weight:900;line-height:1.15}
.dish .meta{display:flex;gap:10px;align-items:center}
.price{
  font-weight:950;
  background:linear-gradient(135deg,var(--yellow),#fff3a2);
  padding:8px 10px;border-radius:999px;
}
.dish-actions{
  margin-top:10px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
}
.dish-actions .btn{flex:0 0 auto}
.tag{
  font-weight:900;font-size:12px;
  padding:8px 10px;border-radius:999px;
  background:rgba(89,40,132,.10);color:var(--purple);
  white-space:nowrap;
}
.dish .desc{color:rgba(11,11,16,.68);font-size:13px;flex:1}

.modal{
  position:fixed;inset:0;display:none;place-items:center;
  background:rgba(11,11,16,.55);z-index:200;
  padding:22px;
}
.modal.open{display:grid}
.modal-card{
  width:min(920px, 100%);
  background:rgba(255,255,255,.92);
  border:1px solid rgba(11,11,16,.12);
  border-radius:var(--radius-xl);
  box-shadow:0 30px 90px rgba(0,0,0,.35);
  overflow:hidden;
  display:grid;
  grid-template-columns: 1fr 1fr;
}
.modal-cover{background:rgba(11,11,16,.06); overflow:hidden; position:relative}
.modal-cover img{width:100%;height:100%;object-fit:cover;display:block;will-change:transform}
.modal-body{padding:20px;display:flex;flex-direction:column;gap:12px}
.modal-body .name{font-size:22px;font-weight:950;line-height:1.1}
.modal-close{margin-left:auto}

.form{
  display:grid;gap:12px;margin-top:14px
}

.field input,.field select,.field textarea{
  min-height:var(--control-h);
}

.field{
  display:grid;gap:6px
}
.field label{font-size:12px;font-weight:900;color:rgba(11,11,16,.70)}
.field input,.field textarea,.field select{
  border:1px solid rgba(11,11,16,.12);
  border-radius:16px;
  padding:12px 14px;
  background:rgba(255,255,255,.85);
  outline:none;
  font-weight:700;
}

/* Nicer native date/time controls */
.field input[type="date"],
.field input[type="time"]{
  padding-left:44px;
  background-repeat:no-repeat;
  background-position:14px 50%;
  background-size:18px 18px;
}
.field input[type="date"]{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23592884' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
}
.field input[type="time"]{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23FB38B0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E");
}
.field textarea{min-height:110px;resize:vertical}

.footer{
  padding:28px 0;
  border-top:1px solid rgba(11,11,16,.08);
  background:rgba(255,248,240,.72);
}
.footer-grid{
  display:flex;gap:16px;flex-wrap:wrap;
  align-items:flex-start;justify-content:space-between;
}
.footer a{font-weight:900}
.pills{display:flex;gap:10px;flex-wrap:wrap}
.pill{
  padding:10px 12px;border-radius:999px;
  background:rgba(11,11,16,.05);
  font-weight:900;font-size:13px;
}
.map{
  border-radius:var(--radius-xl);
  overflow:hidden;border:1px solid rgba(11,11,16,.08);
  box-shadow:var(--shadow-soft);
}
/* Make embedded maps responsive (fixes mobile scaling/zoom issues on Contacts page) */
.map iframe{
  width:100% !important;
  max-width:100% !important;
  display:block;
  border:0;
}

@media (max-width: 520px){
  /* Reduce fixed map height on very small screens */
  .map iframe{ height:320px !important; }
}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:16px;
}
.gallery-grid a,
.gallery-grid .gitem{
  display:block;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(11,11,16,.08);
  box-shadow:var(--shadow-soft);
  background:rgba(255,255,255,.78);
}
.gallery-grid img{
  width:100%;
  height:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  display:block;
}
@media (max-width: 980px){
  .gallery-grid{ grid-template-columns:repeat(3,1fr); }
}
@media (max-width: 720px){
  .gallery-grid{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 520px){
  .gallery-grid{ grid-template-columns:1fr; }
}

.notice{
  padding:14px 16px;border-radius:18px;
  background:rgba(140,229,229,.22);
  border:1px solid rgba(140,229,229,.55);
  font-weight:800;
}

@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr}
  .modal-card{grid-template-columns:1fr}
  .menu-grid{grid-template-columns:repeat(2,1fr)}
  .grid-3{grid-template-columns:1fr}
  .grid-2{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .navlinks{display:none}
  .burger{display:inline-flex}
  .nav-right{gap:8px}
  .nav-cta{gap:8px}

  /* Phone button should not disappear on mobile. It turns into an icon-style button via JS (class .mobile-icon). */
  .nav-cta .btn.ghost{display:inline-flex}
  .nav-cta .btn.ghost.mobile-icon{
    width:44px;height:44px;padding:0;
    border-radius:14px;
    border:1px solid rgba(11,11,16,.10);
    background:rgba(255,255,255,.7);
    box-shadow:var(--shadow-soft);
    align-items:center;justify-content:center;
    font-weight:900;
  }
}

@media (max-width: 1180px){
  .navlinks{gap:8px}
  .navlinks a{padding:8px 9px;font-size:13px}
}

@media (max-width: 1080px){
  .brand img{height:38px}
  .nav-cta .btn{padding:11px 14px}
}

.photo{display:block;border-radius:18px;overflow:hidden;border:1px solid rgba(11,11,16,.08);box-shadow:var(--shadow-soft);background:rgba(255,255,255,.78)}


/* --- Booking custom pickers --- */
.picker{position:relative;width:100%}
.picker input{padding-right:44px;width:100%;display:block}
.picker-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:12px;
  border:1px solid rgba(89,40,132,.25);background:rgba(255,255,255,.75);backdrop-filter: blur(10px);
  display:inline-flex;align-items:center;justify-content:center;cursor:pointer}
.picker-btn:hover{border-color:rgba(251,56,176,.45)}
.picker-btn svg{width:18px;height:18px}

.picker-overlay{position:fixed;inset:0;z-index:80;background:rgba(13,10,24,.55);backdrop-filter: blur(6px);
  display:none;align-items:center;justify-content:center;padding:18px}
.picker-overlay.open{display:flex}
.picker-panel{width:min(420px, 92vw);border-radius:var(--radius-xl);background:rgba(255,255,255,.92);
  border:1px solid rgba(89,40,132,.18);box-shadow:var(--shadow-soft);overflow:hidden}
.picker-head{display:flex;align-items:center;justify-content:space-between;padding:14px 14px;border-bottom:1px solid rgba(89,40,132,.10)}
.picker-title{font-weight:900;letter-spacing:.2px}
.picker-actions{display:flex;gap:8px}
.picker-iconbtn{width:40px;height:40px;border-radius:14px;border:1px solid rgba(89,40,132,.18);
  background:rgba(255,255,255,.85);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}
.picker-iconbtn:hover{border-color:rgba(251,56,176,.35)}
.picker-body{padding:14px}
.dp-week{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;font-size:12px;color:rgba(37,29,66,.65);margin-bottom:10px}
.dp-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}
.dp-day{height:42px;border-radius:14px;border:1px solid rgba(89,40,132,.12);background:rgba(255,255,255,.86);
  font-weight:800;cursor:pointer}
.dp-day:hover{border-color:rgba(251,56,176,.35)}
.dp-day.muted{opacity:.35;cursor:default}
.dp-day.selected{background:linear-gradient(135deg, rgba(251,56,176,.20), rgba(255,232,22,.22));
  border-color:rgba(251,56,176,.55)}
.dp-foot{display:flex;gap:10px;justify-content:flex-end;padding:14px;border-top:1px solid rgba(89,40,132,.10)}
.time-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.time-btn{height:44px;border-radius:14px;border:1px solid rgba(89,40,132,.12);background:rgba(255,255,255,.86);
  font-weight:900;cursor:pointer}
.time-btn:hover{border-color:rgba(251,56,176,.35)}
.time-btn.selected{background:linear-gradient(135deg, rgba(89,40,132,.18), rgba(140,229,229,.22));
  border-color:rgba(89,40,132,.45)}

/* --- Modal spacing fixes (menu details) --- */
.modal-meta{display:flex;flex-direction:column;gap:10px}
.modal-meta .h2{margin:0}
.modal-meta .small{margin:0}


@media (max-width: 640px){
  :root{
  --control-h: 48px;
    --radius-xl: 22px;
    --radius-lg: 16px;
    --radius-md: 12px;
    --radius-sm: 9px;
  }
  .menu-grid{grid-template-columns:1fr}
  .menu-toolbar{border-radius:var(--radius-lg);padding:12px;gap:10px}
  .menu-toolbar .input{flex:1 1 auto;width:100%;background:rgba(11,11,16,.04);border-radius:999px;padding:12px 14px}
  .menu-toolbar .select-wrap{width:100%;min-width:0}
  .menu-toolbar .btn{width:100%;justify-content:center}
  .menu-toolbar #count{width:100%;text-align:center;margin-left:0}
  .gallery-grid{grid-template-columns:1fr}
  .topbar{position:sticky}
  .btn{border-radius:16px}
}

@media (max-width: 860px){
  .menu-grid{grid-template-columns:1fr}
}

.gallery-grid.compact{ grid-template-columns:repeat(3,1fr); margin-top:12px; }
@media (max-width:720px){ .gallery-grid.compact{ grid-template-columns:repeat(2,1fr);} }
@media (max-width:520px){ .gallery-grid.compact{ grid-template-columns:1fr;} }

.grid-tight{ margin-top:12px !important; gap:12px !important; }


/* Split feature blocks (kids / gaming) */
.split{ width:100%; max-width:var(--container); margin:0 auto; padding:0 20px; }
.split-row{ display:grid; grid-template-columns: 1fr 1fr; gap:14px; align-items:stretch; }
.split-row.rev{ direction: rtl; }
.split-row.rev > *{ direction: ltr; }
@media (max-width: 860px){
  .split-row{ grid-template-columns: 1fr; }
  .split-row.rev{ direction:ltr; }
}

.pill-row{ margin-top:12px; display:flex; gap:10px; flex-wrap:wrap; }
.pill{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(11,11,16,.10);
  background:rgba(255,255,255,.70);
  box-shadow:var(--shadow-soft);
  font-weight:600;
  font-size:13px;
}

.card.media{ padding:0; overflow:hidden; height:440px; }
.media-grid{ display:grid; grid-template-columns: 1fr 1fr; gap:0; height:100%; }
.media-grid img{ width:100%; height:100%; object-fit:cover; display:block; }
.media-grid.three{ grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; }
.media-grid.three img:nth-child(3){ grid-column: 1 / -1; }


/* Menu card bottom row (price aligned with action) */
.dish-bottom{
  margin-top:auto;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
}


@media (max-width: 640px){
  .split{ padding:0 16px; }
  .split-row{ grid-template-columns:1fr; }
  .card.media{ max-height:320px; }
}


/* Mini gallery on home */
.mini-gallery{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:10px;
}
.mini-gallery img{
  width:100%;
  height:110px;
  object-fit:cover;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
}
@media (max-width: 640px){
  .mini-gallery{
    grid-template-columns:repeat(2, 1fr);
  }
  .mini-gallery img{ height:120px; border-radius:12px; }
}


/* --- Images: hover zoom (all pages) --- */
img.zoomable{
  cursor: zoom-in;
  transition: transform .28s ease, filter .28s ease;
  transform-origin: center;
  will-change: transform;
  display:block;
}
img.zoomable:hover{
  transform: scale(1.08);
}

/* Stronger hover zoom for menu dish covers */
.dish .cover img.zoomable:hover{
  transform: scale(1.18);
}

/* Make zoomed images not spill outside common blocks */
.photo, .gallery-grid a, #kgrid a, .mini-gallery, .dish .cover, .card.media, .hero-media, .album-grid, .grid, .card{
  overflow:hidden;
}

/* --- Menu dish "marketplace-style" pan zoom --- */
.cover.zoom-pan img{
  --pz-s: 1;
  --pz-x: 0px;
  --pz-y: 0px;
  transform: translate(var(--pz-x), var(--pz-y)) scale(var(--pz-s));
  transition: transform .12s ease;
  transform-origin: center;
  will-change: transform;
}

/* --- Lightbox 2.0 --- */
.lb{
  position:fixed; inset:0;
  background: rgba(7,7,12,.78);
  display:flex; align-items:center; justify-content:center;
  padding:16px;
  z-index: 9999;
  opacity:0; pointer-events:none;
  transition: opacity .18s ease;
}
.lb.open{ opacity:1; pointer-events:auto; }

.lb-card{
  width:min(1120px, 96vw);
  max-height: 92vh;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 22px;
  overflow:hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,.28);
  display:flex; flex-direction:column;
}

.lb-top{
  display:flex; align-items:center; gap:12px;
  padding:12px 12px;
  background: rgba(255,255,255,.72);
  border-bottom: 1px solid rgba(11,11,16,.10);
}

.lb-title{
  font-weight: 650;
  font-size: 14px;
  line-height: 1.2;
  opacity: .9;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.lb-tools{ margin-left:auto; display:flex; gap:8px; }

.lb-icon{
  width: 40px; height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(11,11,16,.10);
  background: rgba(255,255,255,.85);
  display:grid; place-items:center;
  cursor:pointer;
  transition: transform .15s ease, background .15s ease;
  user-select:none;
  font-weight: 700;
}
.lb-icon:hover{ transform: translateY(-1px); background: rgba(255,255,255,.98); }

.lb-body{
  background: rgba(11,11,16,.94);
  display:flex; align-items:center; justify-content:center;
  padding: 10px;
  position:relative;
}

.lb-stage{
  width: 100%;
  background: rgba(11,11,16,.94);
  height: 100%;
  touch-action: none;
  min-height: 52vh;
  display:flex; align-items:center; justify-content:center;
  overflow:hidden;
  border-radius: 16px;
}
.lb-stage.dragging{ cursor: grabbing; }
.lb-stage{ cursor: default; }

.lb-img{
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 16px;
  transition: opacity .18s ease, transform .18s ease;
  transform: translate(0px, 0px) scale(1);
}
.lb-img.changing{ opacity: 0; }

.lb-nav{
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  width: 46px; height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.26);
  color: #fff;
  display:grid; place-items:center;
  cursor:pointer;
  transition: transform .15s ease, background .15s ease;
  user-select:none;
}
.lb-nav:hover{ transform: translateY(-50%) scale(1.03); background: rgba(0,0,0,.38); }
.lb-prev{ left: 14px; }
.lb-next{ right: 14px; }

.lb-thumbs{
  display:flex;
  gap:10px;
  padding: 10px 12px 12px;
  background: rgba(255,255,255,.72);
  border-top: 1px solid rgba(11,11,16,.10);
  overflow:auto;
  scrollbar-width: thin;
}
.lb-thumb{
  width: 64px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 12px;
  border: 1px solid rgba(11,11,16,.12);
  background: rgba(255,255,255,.95);
  overflow:hidden;
  cursor:pointer;
  transition: transform .12s ease, box-shadow .12s ease;
}
.lb-thumb img{
  width:100%; height:100%; object-fit:cover; display:block;
}
.lb-thumb:hover{ transform: translateY(-1px); }
.lb-thumb.active{
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
  border-color: rgba(11,11,16,.28);
}

@media (max-width: 520px){
  .lb-card{ width: 98vw; border-radius: 18px; }
  .lb-icon{ width: 38px; height: 38px; border-radius: 12px; }
  .lb-stage{ min-height: 56vh; border-radius: 14px; }
  .lb-img{ max-height: 72vh; border-radius: 14px; }
  .lb-nav{ width: 44px; height: 44px; border-radius: 14px; }
  .lb-thumb{ width: 64px; height: 46px; border-radius: 12px; }
}

/* Additional styles for image zoom, fit within frames, and fullscreen behavior */

/* Ensure images in the menu fit within their frame when zoomed */
.gallery-image {
    transition: transform 0.3s ease;
    object-fit: cover; /* Ensure image fits its container */
}

/* Zoom effect for images in the gallery */
.gallery-image:active, .gallery-image:focus {
    cursor: zoom-in;
    transform: scale(1.2);
}

/* Fullscreen container */
#fullscreen-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.fullscreen-image {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

/* Fullscreen close button */
#fullscreen-container .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}


/* Lightbox fullscreen: use full viewport, no extra empty space */
#lb .lb-card:fullscreen{
  width:100vw;
  height:100vh;
  max-height:none;
  border-radius:0;
  border:0;
  box-shadow:none;
  background: rgba(10,12,30,.96);
}
#lb .lb-card:fullscreen .lb-body{
  height: calc(100vh - 56px - 64px);
  padding: 0;
}
#lb .lb-card:fullscreen .lb-stage{
  min-height: 0;
  border-radius: 0;
  background: transparent;
}
#lb .lb-card:fullscreen .lb-thumbs{
  border-radius:0;
}

/* --- FIXES: dish modal image zoom (stronger + follows cursor) --- */
.modal-cover{ cursor: zoom-in; }
.modal-cover.is-zoom img{
  transform: scale(2.4);
  transform-origin: var(--zx, 50%) var(--zy, 50%);
}
@media (hover: none){
  .modal-cover{ cursor: default; }
}

/* --- FIXES: Lightbox (album) main image frame + thumbs fit + nav visibility + centering --- */
.lb-body{ padding: 0; }
.lb-stage{
  border-radius: 0;
  background: transparent;
  min-height: 60vh;
}
.lb-img{
  border-radius: 0;
  max-height: 80vh;
}
.lb-nav{ z-index: 6; }
.lb-thumbs{
  /* allow centering first/last thumbnail */
  padding-left: calc(50% - 32px);
  padding-right: calc(50% - 32px);
}
.lb-thumb{ overflow: hidden; }
.lb-thumb img{
  border-radius: inherit;
}

/* Remove any visible "frame" around the main image by matching container bg */
.lb-card{ background: rgba(255,255,255,.94); }


/* Fullscreen: let the main image fill the available stage without showing any border/frame */
#lb .lb-card:fullscreen .lb-img{
  max-height: 100%;
  max-width: 100%;
}



/* Gallery albums: show title/count under image */
.album-card{display:block; text-decoration:none; color:inherit}
.album-cover{display:block}
.album-meta{
  /* add comfortable padding so title/count don't stick to the card edges */
  padding: 12px 14px 14px;
}


@media (max-width: 640px){
  .card.media{ height:320px; }
}

/* --- Schedule calendar --- */
.calendar-wrap{display:grid; grid-template-columns: 1.1fr .9fr; gap:18px; align-items:start}
.cal-main{display:block}
@media (max-width: 900px){ .calendar-wrap{grid-template-columns:1fr} }
.cal-head{display:flex; align-items:center; justify-content:space-between; gap:10px; padding:14px 14px; border:1px solid rgba(0,0,0,.10); border-radius:18px; background:#fff; position:sticky; top:12px}
.cal-title{font-weight:700}
.cal-grid{display:grid; grid-template-columns: repeat(7, 1fr); gap:10px; padding:14px; border:1px solid rgba(0,0,0,.10); border-radius:18px; background:#fff}
.cal-cell{aspect-ratio: 1 / 1; border-radius:16px; border:1px solid rgba(0,0,0,.08); background:rgba(0,0,0,.02); display:flex; flex-direction:column; padding:10px; cursor:pointer; user-select:none}
.cal-cell:hover{background:rgba(0,0,0,.04)}
.cal-cell.muted{opacity:.45; cursor:default}
.cal-cell .d{font-weight:700; font-size:14px}
.cal-badges{margin-top:auto; display:flex; gap:6px; flex-wrap:wrap}
.cal-badge{font-size:11px; padding:2px 8px; border-radius:999px; background:rgba(0,0,0,.08)}
.cal-cell.has{background:rgba(250,56,175,.10); border-color:rgba(250,56,175,.25)}
.cal-cell.sel{outline:2px solid rgba(250,56,175,.65)}
.cal-events{border:1px solid rgba(0,0,0,.10); border-radius:18px; background:#fff; padding:14px}
.cal-list{display:flex; flex-direction:column; gap:10px}
.cal-item{border:1px solid rgba(0,0,0,.08); border-radius:16px; padding:12px}
.cal-item .t{display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap}
.cal-item .t strong{font-size:15px}
.cal-item .meta{margin-top:6px; display:flex; gap:10px; flex-wrap:wrap; color:rgba(0,0,0,.65); font-size:13px}
.cal-pill{display:inline-flex; align-items:center; gap:6px; padding:4px 10px; border-radius:999px; background:rgba(0,0,0,.06)}

/* --- Schedule cards (instead of calendar) --- */
.schedule-controls{display:flex; gap:12px; flex-wrap:wrap; align-items:end; margin-top:14px}
.schedule-controls .field{display:flex; flex-direction:column; gap:6px}
.schedule-controls .field .label{font-size:12px; font-weight:800; color:rgba(0,0,0,.7)}
.schedule-controls input{height:44px; border-radius:14px; border:1px solid rgba(0,0,0,.12); padding:0 12px; font-family:inherit}

.schedule-rail{
  margin-top:16px;
  border:1px solid rgba(0,0,0,.10);
  border-radius:18px;
  background:#fff;
  padding:14px;
}
.schedule-rail-head{display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap; margin-bottom:12px}
.schedule-rail-actions{display:flex; gap:10px; align-items:center}
.schedule-strip{display:flex; gap:12px; overflow:auto; scroll-snap-type:x mandatory; padding:0 4px 6px; box-sizing:border-box; scroll-padding-left:4px; scroll-padding-right:4px}
.schedule-strip::-webkit-scrollbar{height:10px}
.schedule-strip::-webkit-scrollbar-thumb{background:rgba(0,0,0,.16); border-radius:999px}
.schedule-card{
  scroll-snap-align:start;
  min-width: 320px;
  max-width: 420px;
  border:1px solid rgba(0,0,0,.10);
  border-radius:18px;
  padding:14px;
  box-shadow: none;
  background: linear-gradient(180deg, rgba(255,232,22,.18), transparent 45%), #fff;
}

.schedule-card .media{
  width:100%;
  height:150px;
  border-radius:14px;
  overflow:hidden;
  background: rgba(0,0,0,.06);
  margin-bottom:10px;
}
.schedule-card .media-img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.schedule-card .title{font-weight:900; font-size:16px}
.schedule-card .meta{margin-top:8px; display:flex; gap:8px; flex-wrap:wrap}
.schedule-card .desc{margin-top:10px; color:rgba(0,0,0,.72); font-size:14px; line-height:1.5}
.schedule-empty{color:rgba(0,0,0,.55); padding:10px 2px}

@media (max-width: 520px){
  .schedule-card{min-width: 86vw}
}

/* === Master-class cards: image in a dedicated field + taller cards (home + schedule + kids) === */
.schedule-card{
  padding:14px;
  background:#fff;
  overflow:hidden;
  box-shadow:none;
}
.schedule-card .media{
  width:100%;
  height: 180px;
  border-radius:14px;
  overflow:hidden;
  background: rgba(0,0,0,.06);
  margin:0;
}
.schedule-card .media-img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.schedule-card .media-ph{
  width:100%;
  height:100%;
  background: linear-gradient(135deg, rgba(0,0,0,.06), rgba(0,0,0,.02));
}
.schedule-card .mc-body{
  margin-top:12px;
  min-height: 130px; /* makes cards noticeably taller */
}
.schedule-card .title{
  color:#000;
  font-weight:950;
  font-size:16px;
  line-height:1.15;
}
.schedule-card .meta{ margin-top:8px; display:flex; gap:8px; flex-wrap:wrap; }
.schedule-card .sch-tag{
  display:inline-flex;
  align-items:center;
  padding:4px 10px;
  border-radius:999px;
  background: rgba(0,0,0,.06);
  border: 1px solid rgba(0,0,0,.10);
  color: rgba(0,0,0,.85);
  font-size:12px;
  font-weight:800;
}

/* Price tag: yellow gradient like the "Открыть меню" button on the home page */
.schedule-card .sch-tag.sch-tag-price{
  background: linear-gradient(135deg, var(--yellow), #fff3a2);
  border: none;
  color: #000;
}
.schedule-card .desc{
  margin-top:10px;
  color: rgba(0,0,0,.72);
  font-size:14px;
  line-height:1.45;
}

@media (max-width: 520px){
  .schedule-card .media{ height: 170px; }
  .schedule-card .mc-body{ min-height: 120px; }
}


/* --- Schedule strip arrows (home/kids + schedule page) --- */
.schedule-strip-wrap{ position:relative; }
.schedule-strip-wrap .schedule-strip{ padding-left:42px; padding-right:42px; }
.sch-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index: 50;
  width:34px;
  height:34px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  box-shadow: var(--shadow-soft);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  user-select:none;
}
.sch-nav.left{ left:6px; }
.sch-nav.right{ right:6px; }
@media (hover: none){
  .sch-nav{ display:none; }
  .schedule-strip-wrap .schedule-strip{ padding-left:0; padding-right:0; }
}

/* --- Games modal --- */
.modal{position:fixed;inset:0;background:rgba(0,0,0,.55);display:none;align-items:center;justify-content:center;padding:18px;z-index:60}
.modal.open{display:flex}
.modal-card{width:min(720px,100%);max-height:min(80vh,720px);background:rgba(255,255,255,.98);border-radius:18px;overflow:hidden;box-shadow:0 22px 70px rgba(0,0,0,.35);border:1px solid rgba(0,0,0,.08)}
.modal-top{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.08)}
.modal-title{font-weight:950;font-size:18px}
.modal-x{border:none;background:transparent;font-size:18px;line-height:1;padding:8px 10px;border-radius:12px;cursor:pointer}
.modal-x:hover{background:rgba(0,0,0,.06)}
.modal-tabs{display:flex;gap:8px;padding:12px 16px;border-bottom:1px solid rgba(0,0,0,.08)}
.modal-tabs .pill{cursor:pointer}
.modal-body{padding:12px 16px;overflow:auto;max-height:calc(80vh - 110px)}
.games-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
@media (max-width:560px){.games-list{grid-template-columns:1fr}}
.games-item{display:flex;gap:12px;align-items:center;padding:10px 12px;border-radius:16px;border:1px solid rgba(0,0,0,.08);background:rgba(255,255,255,.9)}
.games-logo{width:44px;height:44px;border-radius:14px;object-fit:cover;border:1px solid rgba(0,0,0,.10)}
.games-logo.ph{background:rgba(0,0,0,.08)}
.games-name{font-weight:750}


/* === Games modal layout fixes (desktop) === */
#gamesModal .modal-card{
  grid-template-columns: 1fr;
  width: min(920px, 100%);
}
#gamesModal .modal-top,
#gamesModal .modal-tabs,
#gamesModal .modal-body{
  grid-column: 1 / -1;
}

/* Make games list use full modal width and avoid wrapping */
#gamesModal .games-list{
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
#gamesModal .games-item{min-width:0}
#gamesModal .games-name{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Keep mobile view unchanged */
@media (max-width:560px){
  #gamesModal .games-list{grid-template-columns:1fr}
  #gamesModal .games-name{white-space:normal;overflow:visible;text-overflow:clip}
}

/* --- Home promotions slider (Акции) --- */
.promo-card{
  padding:18px 18px 16px;
  background:
    radial-gradient(900px 260px at 15% 0%, rgba(251,56,176,.10), transparent 60%),
    radial-gradient(900px 260px at 85% 0%, rgba(255,232,22,.16), transparent 60%),
    rgba(255,255,255,.82);
  border:1px solid rgba(11,11,16,.08);
}
.promo-head{ display:flex; gap:14px; justify-content:space-between; align-items:flex-end; }
.promo-head .p{ max-width:60ch; }
.promo-arrows{ display:flex; gap:8px; flex-wrap:wrap; }
.promo-slider{ margin-top:14px; }
.promo-slide{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0, 1.05fr);
  gap:16px;
  align-items:stretch;
}

/* Smooth promo slide animation */
.promo-slide.promo-anim{
  animation: promoSlideIn .55s cubic-bezier(.2,.9,.2,1) both;
  transform: translateX(var(--promo-from, 0px));
}
.promo-slide.promo-anim .promo-media{
  animation: promoMediaIn .65s cubic-bezier(.2,.9,.2,1) both;
}
.promo-slide.promo-anim .promo-body{
  animation: promoTextIn .65s cubic-bezier(.2,.9,.2,1) both;
}
@keyframes promoSlideIn{
  from{ opacity:0; transform: translateX(var(--promo-from, 0px)) scale(.985); filter: blur(2px); }
  to{ opacity:1; transform: translateX(0) scale(1); filter: blur(0); }
}
@keyframes promoMediaIn{
  from{ transform: translateX(calc(var(--promo-from, 0px) * .25)) scale(.99); opacity:.92; }
  to{ transform: translateX(0) scale(1); opacity:1; }
}
@keyframes promoTextIn{
  from{ transform: translateX(calc(var(--promo-from, 0px) * -.12)); opacity:0; }
  to{ transform: translateX(0); opacity:1; }
}
.promo-media{
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(11,11,16,.10);
  background:rgba(11,11,16,.04);
}
.promo-media img{
  width:100%;
  height:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  display:block;
  cursor: default !important;
  /* Slightly scale image to avoid 1px gaps/lines from rounding on some images */
  transform: scale(1.01);
  transform-origin: center;
  will-change: transform;
}
.promo-ph{ width:100%; aspect-ratio:16/9; background:rgba(11,11,16,.06); }
.promo-body{ display:flex; flex-direction:column; justify-content:flex-start; }
.promo-title{ font-weight:900; font-size:22px; line-height:1.15; color:var(--ink); }
.promo-desc{
  margin-top:10px;
  color:rgba(11,11,16,.72);
  white-space:pre-line; /* показываем переносы из админки */
}
.promo-until{
  margin-top:12px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:999px;
  /* "Действует до": более светлый фон и чёрный текст */
  background:rgba(255,255,255,.82);
  color:var(--ink);
  border:1px solid rgba(11,11,16,.16);
  backdrop-filter: blur(6px);
  width:fit-content;
  font-weight: 400;
  box-shadow:var(--shadow-soft);
}

.promo-action-row{
  margin-top:auto;
  display:flex;
  justify-content:flex-end;
  padding-top:14px;
}
.promo-action{
  background:linear-gradient(135deg,var(--yellow), #fff3a2);
  color:var(--ink);
  border:none;
  box-shadow:var(--shadow-soft);
}
.promo-dots{
  margin-top:14px;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:center;
}
.promo-dot{
  width:26px;
  height:10px;
  border-radius:999px;
  border:1px solid rgba(11,11,16,.14);
  background:rgba(11,11,16,.06);
  cursor:pointer;
}
.promo-dot.active{
  background:linear-gradient(135deg,var(--yellow), #fff3a2);
  border-color:rgba(11,11,16,.10);
}
@media (max-width: 860px){
  .promo-slide{ grid-template-columns:1fr; }
  .promo-title{ font-size:20px; }
  .promo-arrows{ width:100%; justify-content:flex-start; }
}

/* Contacts Lottie */
.contacts-lottie{
  width:100%;
  margin-top:14px;
}

.contacts-lottie-inner{
  width:100%;
  border-radius: var(--radius-xl);
  overflow:hidden;
  /* keeps correct proportions of the animation */
  aspect-ratio: 1321 / 1123;
}

.contacts-lottie-player{
  width:100% !important;
  height:100% !important;
  display:block !important;
}


/* Contacts Wayfinding */
.contacts-wayfinding .contacts-lottie{
  margin-top:0;
}


/* Contacts page: right column stack (map + wayfinding) */
.contacts-right{display:flex;flex-direction:column;gap:18px;}


/* Fix: prevent first card clipping at scroll start */
.schedule-card:first-child{margin-left:0!important}
