:root{
  --bg: #fff7fb;
  --ink:#1b0f18;
  --muted: rgba(27,15,24,.70);

  --blush:#ff6fb2;
  --blush2:#ff9bd0;
  --peach:#ffd3e8;
  --gold:#caa24a;

  --card: rgba(255,255,255,.72);
  --line: rgba(27,15,24,.10);

  --radius: 22px;
  --shadow: 0 18px 60px rgba(27,15,24,.12);
  --shadow2: 0 12px 30px rgba(27,15,24,.10);

  --wrap: 1120px;
}

*{ box-sizing: border-box; }
html, body{ height:100%; }
body{
  margin:0;
  font-family:"Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(900px 600px at 12% 10%, rgba(255,111,178,.20), transparent 60%),
    radial-gradient(900px 600px at 82% 12%, rgba(255,155,208,.18), transparent 60%),
    radial-gradient(900px 650px at 50% 95%, rgba(255,211,232,.55), transparent 60%),
    var(--bg);
  overflow-x:hidden;
}

a{ color:inherit; text-decoration:none; }
.wrap{ width:min(var(--wrap), calc(100% - 40px)); margin-inline:auto; }

/* floating orbs */
.bg{ position:fixed; inset:0; pointer-events:none; z-index:-1; }
.orb{ position:absolute; border-radius:999px; filter: blur(34px); opacity:.55; }
.o1{ width:420px;height:420px; left:-160px; top:120px; background: rgba(255,111,178,.70); }
.o2{ width:520px;height:520px; right:-220px; top:200px; background: rgba(255,155,208,.62); }
.o3{ width:520px;height:520px; left:22%; bottom:-220px; background: rgba(255,211,232,.95); }

/* top bar */
.topbar{
  position:sticky; top:0; z-index:50;
  background: rgba(255,255,255,.65);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(27,15,24,.08);
}
.topbar__inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:14px; padding:14px 0;
}
.brand{ display:flex; align-items:center; gap:12px; min-width:240px; }
.brand__logo{
  width:46px;height:46px; border-radius:16px;
  background: linear-gradient(135deg, rgba(255,111,178,.35), rgba(255,211,232,.85));
  border: 1px solid rgba(27,15,24,.10);
  box-shadow: var(--shadow2);
  display:grid; place-items:center;
  overflow:hidden;
  position:relative;
}
.brand__logo img{ width:100%; height:100%; object-fit:cover; }
.brand__logoFallback{
  font-weight:900; letter-spacing:.4px;
  color: rgba(27,15,24,.78);
  display:none;
}
.brand__logo--fallback .brand__logoFallback{ display:block; }
.brand__text{ line-height:1.1; }
.brand__name{
  font-family:"Fraunces", serif;
  font-weight:800;
  font-size:16px;
}
.brand__tag{
  margin-top:4px;
  color: var(--muted);
  font-size:12px;
  font-weight:700;
}

.nav{ display:flex; gap:16px; align-items:center; }
.nav a{
  color: rgba(27,15,24,.75);
  font-weight:800;
  font-size:13px;
  padding:10px 10px;
  border-radius:14px;
  transition: .18s ease;
}
.nav a:hover{
  background: rgba(255,111,178,.10);
  color: rgba(27,15,24,.95);
}

.topActions{
  display:flex;
  align-items:center;
  gap:10px;
}

/* Language toggle */
.langToggle{
  display:flex;
  gap:6px;
  padding:6px;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(27,15,24,.10);
  box-shadow: var(--shadow2);
}
.langBtn{
  border: none;
  cursor: pointer;
  padding: 9px 12px;
  border-radius: 999px;
  font-weight: 950;
  font-size: 12px;
  background: transparent;
  color: rgba(27,15,24,.70);
}
.langBtn.active{
  background: linear-gradient(135deg, rgba(255,111,178,.98), rgba(255,155,208,.90));
  color: white;
}

.hamburger{
  display:none;
  width:46px;height:46px;
  border-radius:16px;
  border:1px solid rgba(27,15,24,.10);
  background: rgba(255,255,255,.75);
  cursor:pointer;
  padding:10px;
}
.hamburger span{
  display:block; height:2px; margin:6px 0;
  background: rgba(27,15,24,.80);
  border-radius:999px;
}

.mobileNav{
  display:none;
  padding:10px 20px 16px;
  border-top:1px solid rgba(27,15,24,.08);
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(14px);
}
.mobileNav a{
  display:block;
  padding:12px 14px;
  margin-top:8px;
  border-radius:16px;
  background: rgba(255,255,255,.85);
  border:1px solid rgba(27,15,24,.08);
  font-weight:900;
}
.mobileNav__cta{
  border: none !important;
  background: linear-gradient(135deg, rgba(255,111,178,.98), rgba(255,155,208,.90)) !important;
  color: white !important;
}

/* hero */
.hero{
  position:relative;
  min-height: clamp(680px, 88vh, 920px);
  overflow:hidden;
  display:grid; place-items:center;
}
.hero__video{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover;
  transform: scale(1.03);
  filter: saturate(1.12) contrast(1.02) brightness(.92);
}
.hero__overlay{
  position:absolute; inset:0;
  background:
    radial-gradient(950px 520px at 12% 18%, rgba(255,111,178,.22), transparent 60%),
    radial-gradient(950px 600px at 85% 0%, rgba(255,211,232,.35), transparent 60%),
    linear-gradient(to bottom, rgba(255,247,251,.15), rgba(255,247,251,.70) 55%, rgba(255,247,251,.96));
}
.hero__content{
  position:relative; z-index:2;
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 26px;
  align-items:center;
  padding: 56px 0;
}

.chip{
  width: fit-content;
  display:inline-flex; align-items:center; gap:10px;
  padding:10px 14px;
  border-radius:999px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(27,15,24,.10);
  box-shadow: var(--shadow2);
  font-weight:900;
  color: rgba(27,15,24,.78);
}
.chip__dot{
  width:10px;height:10px;border-radius:999px;
  background: linear-gradient(135deg, var(--blush), var(--blush2));
}

.hero__title{
  margin:16px 0 10px;
  font-family:"Fraunces", serif;
  font-weight:800;
  letter-spacing:.15px;
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: 1.02;
  color: rgba(27,15,24,.92);
}
.hero__accent{
  background: linear-gradient(90deg, var(--blush), var(--gold), var(--blush2));
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
}
.hero__sub{
  margin:0 0 18px;
  color: rgba(27,15,24,.72);
  line-height:1.6;
  font-size: clamp(14px, 1.2vw, 18px);
  max-width: 60ch;
}

.cta{
  display:flex; gap:12px; flex-wrap:wrap;
  margin: 18px 0 18px;
}
.btn{
  border-radius: 18px;
  padding: 13px 16px;
  font-weight: 950;
  font-size: 13px;
  border: 1px solid rgba(27,15,24,.10);
  background: rgba(255,255,255,.80);
  box-shadow: var(--shadow2);
  cursor:pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover{ transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--primary{
  border:none;
  color:white;
  background: linear-gradient(135deg, rgba(255,111,178,.98), rgba(255,155,208,.90));
}
.btn--outline{ background: rgba(255,255,255,.70); }
.btn--soft{
  background: rgba(255,111,178,.12);
  border: 1px solid rgba(255,111,178,.25);
}

.quickInfo{
  display:grid;
  gap: 10px;
  max-width: 760px;
}
.qi{
  padding: 12px 14px;
  border-radius: 20px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(27,15,24,.10);
  box-shadow: var(--shadow2);
}
.qi__k{
  font-size: 11px;
  font-weight: 950;
  color: rgba(27,15,24,.62);
  letter-spacing: .25px;
}
.qi__v{
  margin-top: 5px;
  font-weight: 850;
  color: rgba(27,15,24,.88);
  font-size: 13px;
}

/* Single video stack */
.videoStack{
  position: relative;
  min-height: 420px;
}

.videoCard{
  position: relative;
  width: 100%;
  height: 420px;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(27,15,24,.10);
  box-shadow: var(--shadow);
}

.videoCard__video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

.videoCard__shine{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(900px 450px at 18% 18%, rgba(255,111,178,.20), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,0));
}

.tileBadge{
  position:absolute;
  right: 14px;
  bottom: 14px;
  padding: 14px 14px;
  border-radius: 22px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(27,15,24,.10);
  box-shadow: var(--shadow2);
}

.scrollHint{
  position:absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display:grid;
  place-items:center;
  gap: 10px;
  color: rgba(27,15,24,.65);
  font-size: 12px;
  font-weight: 900;
}
.scrollHint__line{
  width: 2px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(to bottom, rgba(255,111,178,.0), rgba(255,111,178,.75), rgba(255,111,178,.0));
  animation: drift 1.6s ease-in-out infinite;
}
@keyframes drift{
  0%,100%{ transform: translateY(-3px); opacity: .7; }
  50%{ transform: translateY(3px); opacity: 1; }
}

/* sections */
.section{ padding: 74px 0; }
.head{ display:grid; gap:10px; margin-bottom: 22px; }
.head h2{
  margin:0;
  font-family:"Fraunces", serif;
  font-weight:800;
  font-size: clamp(26px, 2.5vw, 40px);
}
.head p{
  margin:0;
  color: rgba(27,15,24,.68);
  line-height:1.6;
  max-width: 70ch;
  font-weight: 650;
}

/* cards */
.cards{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.card{
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(27,15,24,.10);
  box-shadow: var(--shadow2);
  overflow:hidden;
}
.card__media{ height: 170px; }
.card__media img{ width:100%; height:100%; object-fit:cover; display:block; }
.card h3{ margin: 14px 14px 8px; font-weight: 950; }
.card p{
  margin: 0 14px 16px;
  color: rgba(27,15,24,.70);
  line-height: 1.6;
  font-weight: 650;
  font-size: 13px;
}

/* two col layout */
.two{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items:start;
}
.info{
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(27,15,24,.10);
  box-shadow: var(--shadow2);
  overflow:hidden;
}
.row{
  display:grid;
  grid-template-columns: 130px 1fr;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(27,15,24,.08);
}
.row:last-child{ border-bottom: none; }
.k{ font-weight: 950; color: rgba(27,15,24,.62); font-size: 12px; }
.v{ font-weight: 850; color: rgba(27,15,24,.86); font-size: 13px; }
.v a{ text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(255,111,178,.55); }

.map{
  border-radius: 28px;
  overflow:hidden;
  border: 1px solid rgba(27,15,24,.10);
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow);
  min-height: 360px;
}
.map iframe{ width:100%; height:100%; border:0; }

/* hours */
.hours{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.hours__card{
  border-radius: 28px;
  padding: 18px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(27,15,24,.10);
  box-shadow: var(--shadow2);
}
.hours__label{
  font-weight: 950;
  color: rgba(27,15,24,.62);
  font-size: 12px;
  letter-spacing:.2px;
}
.hours__big{
  margin-top: 10px;
  font-family:"Fraunces", serif;
  font-weight: 800;
  font-size: 26px;
}
.hours__sub{
  margin-top: 8px;
  color: rgba(27,15,24,.70);
  font-weight: 750;
}

/* contact */
.contact{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 16px;
  align-items: start;
}
.contact__card{
  border-radius: 28px;
  padding: 18px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(27,15,24,.10);
  box-shadow: var(--shadow2);
}
.contact__photos{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.mini{
  border-radius: 24px;
  overflow:hidden;
  border: 1px solid rgba(27,15,24,.10);
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow2);
  min-height: 170px;
}
.mini img{ width:100%; height:100%; object-fit:cover; display:block; }

/* footer */
.footer{
  padding: 26px 0 42px;
  border-top: 1px solid rgba(27,15,24,.08);
  background: rgba(255,255,255,.65);
  backdrop-filter: blur(14px);
}
.footer__inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap: 14px;
  flex-wrap: wrap;
}
.footer__brand{
  font-family:"Fraunces", serif;
  font-weight: 800;
}
.footer__small{
  margin-top: 6px;
  color: rgba(27,15,24,.65);
  font-weight: 700;
  font-size: 12px;
}
.footer__links{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}
.footer__links a{
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(27,15,24,.08);
  box-shadow: var(--shadow2);
  font-weight: 950;
  font-size: 12px;
}

/* toast */
.toast{
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 99;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(27,15,24,.10);
  box-shadow: var(--shadow);
  color: rgba(27,15,24,.88);
  font-weight: 950;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.toast.show{
  opacity: 1;
  transform: translateX(-50%) translateY(-4px);
}

/* RTL support */
html[dir="rtl"] .nav,
html[dir="rtl"] .cta{ direction: rtl; }
html[dir="rtl"] .row{ grid-template-columns: 1fr 130px; }
html[dir="rtl"] .k{ text-align: right; }
html[dir="rtl"] .footer__inner{ flex-direction: row-reverse; }

/* responsive */
@media (max-width: 980px){
  .nav{ display:none; }
  .hamburger{ display:inline-block; }
  .hero__content{ grid-template-columns: 1fr; }
  .cards{ grid-template-columns: 1fr 1fr; }
  .two{ grid-template-columns: 1fr; }
  .contact{ grid-template-columns: 1fr; }
  .row{ grid-template-columns: 120px 1fr; }
  .videoStack{ min-height: 360px; }
  .videoCard{ height: 360px; }
  .hours{ grid-template-columns: 1fr; }
}

@media (max-width: 540px){
  .wrap{ width:min(var(--wrap), calc(100% - 28px)); }
  .brand__tag{ display:none; }
  .cards{ grid-template-columns: 1fr; }
  .videoCard{ height: 320px; }
}
