    @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Manrope:wght@400;500;600;700&family=Noto+Kufi+Arabic:wght@400;600;700&display=swap');
    :root{--ink:#0c0c0d;--paper:#faf9f6;--card:#fff;--muted:#77736d;--line:#e8e3da;--gold:#b88a3b;--gold2:#e1bd75;--radius:22px;--shadow:0 16px 44px rgba(0,0,0,.07)}
    *{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,system-ui,sans-serif}body[dir=rtl]{font-family:"Noto Kufi Arabic",Manrope,sans-serif}.shell{max-width:1180px;margin:auto;padding:0 20px 72px}
    .top{position:sticky;top:0;z-index:20;background:rgba(250,249,246,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(12,12,13,.08)}.top-inner{max-width:1180px;margin:auto;height:76px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:12px;min-width:0}.brand img{width:46px;height:46px;object-fit:cover;border-radius:50%;background:#000}.brand-text{line-height:1}.brand-text strong{font-size:15px;letter-spacing:.14em}.brand-text small{display:block;color:var(--muted);font-size:11px;margin-top:6px;letter-spacing:.12em}.langs{display:flex;background:#fff;border:1px solid var(--line);border-radius:999px;padding:4px;box-shadow:0 5px 22px rgba(0,0,0,.05)}.lang{border:0;background:transparent;border-radius:999px;min-width:39px;height:36px;padding:0 10px;font-weight:700;color:#777;cursor:pointer}.lang.active{background:var(--ink);color:#fff}
    .intro{padding:54px 0 26px;display:grid;grid-template-columns:1fr auto;align-items:end;gap:30px}.eyebrow{color:var(--gold);font-weight:700;font-size:12px;letter-spacing:.18em;text-transform:uppercase}.intro h1{font-family:"Cormorant Garamond",serif;font-size:clamp(48px,8vw,94px);line-height:.86;letter-spacing:-.045em;margin:13px 0 16px}.intro p{color:var(--muted);font-size:16px;max-width:600px;line-height:1.8;margin:0}.monogram{width:170px;height:170px;background:#050505;border-radius:50%;display:grid;place-items:center;box-shadow:var(--shadow)}.monogram img{width:130px;height:130px;object-fit:cover}
    .tools{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;margin:16px 0 18px}.search{display:flex;align-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:0 16px;min-height:54px}.search svg{width:20px;color:var(--muted);flex:0 0 auto}.search input{border:0;outline:0;background:transparent;width:100%;font:inherit;font-size:16px;padding:0 12px;color:var(--ink)}.count{color:var(--muted);font-size:14px;white-space:nowrap}
    .categories{display:flex;gap:9px;overflow:auto;padding:2px 0 16px;scrollbar-width:none;position:sticky;top:76px;z-index:15;background:linear-gradient(var(--paper) 76%,rgba(250,249,246,0))}.categories::-webkit-scrollbar{display:none}.cat-btn{flex:0 0 auto;border:1px solid var(--line);background:#fff;color:#3b3936;border-radius:999px;padding:12px 17px;font:600 14px Manrope,sans-serif;cursor:pointer}.cat-btn.active{background:linear-gradient(135deg,#171717,#050505);color:#fff;border-color:#0a0a0a;box-shadow:0 8px 25px rgba(0,0,0,.13)}body[dir=rtl] .cat-btn{font-family:"Noto Kufi Arabic",sans-serif}
    .section{scroll-margin-top:150px;padding:34px 0 10px}.section-head{display:flex;align-items:end;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:16px;margin-bottom:18px}.section h2{font-family:"Cormorant Garamond",serif;font-size:38px;line-height:1;margin:0}.section-no{color:var(--gold);font-weight:700;font-size:13px;letter-spacing:.15em}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.item{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:18px 18px 17px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:start;transition:.2s ease}.item:hover{transform:translateY(-2px);border-color:#d8c49b;box-shadow:var(--shadow)}.item-name{font-size:16px;font-weight:700;line-height:1.45}.item-desc{color:var(--muted);font-size:12px;line-height:1.55;margin-top:6px}.price{color:#7d571d;background:#fbf2e1;border:1px solid #f0ddb9;border-radius:999px;padding:7px 10px;font-weight:800;font-size:14px;white-space:nowrap}.empty{text-align:center;color:var(--muted);padding:70px 20px}.footer{margin-top:64px;background:#090909;color:#fff;border-radius:30px;padding:36px;display:flex;align-items:center;justify-content:space-between;gap:24px}.footer img{width:70px;height:70px;border-radius:50%;object-fit:cover}.footer p{margin:8px 0 0;color:#aaa;font-size:13px}.footer-mark{font-family:"Cormorant Garamond",serif;font-size:27px}.top-link{color:#fff;text-decoration:none;border:1px solid #444;border-radius:999px;padding:11px 16px;font-size:13px}
    @media(max-width:700px){.shell{padding:0 14px 54px}.top-inner{height:68px;padding:0 14px}.brand-text small{display:none}.brand-text strong{font-size:12px}.langs{max-width:208px}.lang{min-width:34px;padding:0 8px}.intro{padding:36px 0 19px;grid-template-columns:1fr}.monogram{display:none}.intro h1{font-size:56px}.intro p{font-size:14px}.tools{grid-template-columns:1fr}.count{display:none}.categories{top:68px;margin-inline:-14px;padding-inline:14px}.grid{grid-template-columns:1fr}.section{padding-top:28px}.section h2{font-size:34px}.item{border-radius:18px;padding:16px}.footer{border-radius:22px;padding:25px 20px}.footer img{width:58px;height:58px}.top-link{display:none}}

/* High-contrast Numedia Plaza theme: black, gold and white */
:root{--ink:#fff;--paper:#070707;--card:#111;--muted:#d0c9bc;--line:#4c3b20;--gold:#d4a84f;--gold2:#f1d28a;--shadow:0 18px 50px rgba(0,0,0,.4)}
body{position:relative;background:#050505;color:#fff;font-size:18px}
body::before{content:"";position:fixed;inset:0;z-index:-2;background:linear-gradient(180deg,rgba(5,5,5,.90),rgba(8,6,3,.95)),url('assets/numedia-ambience.webp') center/cover no-repeat;filter:saturate(.72);transform:scale(1.025)}
body::after{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(circle at 15% 12%,rgba(232,183,80,.16),transparent 24rem),radial-gradient(circle at 88% 48%,rgba(120,73,18,.12),transparent 27rem),linear-gradient(90deg,rgba(0,0,0,.22),transparent 40%,rgba(0,0,0,.18))}
.top{background:rgba(5,5,5,.94);border-bottom-color:rgba(212,168,79,.35)}
.brand-text strong{font-size:16px;color:#fff}.brand-text small{font-size:12px;color:var(--gold2)}
.langs{background:#121212;border-color:#4c3b20}.lang{color:#e9dfcc;font-size:15px}.lang.active{background:linear-gradient(135deg,#f1d28a,#b98227);color:#090909}
.eyebrow{color:var(--gold2);font-size:14px}.intro h1{color:#fff}.intro p{color:#eee;font-size:18px;line-height:1.9}
.search{background:#111;border:2px solid #4c3b20;min-height:60px}.search input{color:#fff;font-size:18px}.search input::placeholder{color:#aaa}.count{color:#e3dacb;font-size:16px}
.categories{background:linear-gradient(#070707 76%,rgba(7,7,7,0))}.cat-btn{background:#111;color:#fff;border:1px solid #715526;padding:14px 19px;font-size:16px}.cat-btn.active{background:linear-gradient(135deg,#e7c36e,#a97625);color:#080808;border-color:#e7c36e}
.section-head{border-bottom-color:#5d4520}.section h2{color:#f3d487;font-size:44px}.section-no{color:#e8bf62;font-size:15px}
.item{background:linear-gradient(145deg,#151515,#0d0d0d);border:1px solid #51401f;padding:22px}.item:hover{border-color:#d4a84f;box-shadow:0 18px 42px rgba(0,0,0,.45)}.item-name{color:#fff;font-size:19px;line-height:1.65}.item-desc{color:#d7d0c5;font-size:15px;line-height:1.75}.price{color:#090909;background:linear-gradient(135deg,#f4dc9b,#c49339);border-color:#f1d28a;font-size:17px;padding:9px 13px}
.footer{background:#0f0f0f;border:1px solid #5d4520}.footer p{color:#ddd;font-size:15px}.footer-mark{color:#f1d28a;font-size:31px}.top-link{border-color:#8a6930;color:#fff;font-size:15px}
@media(max-width:700px){body{font-size:18px}.brand-text strong{font-size:13px}.lang{font-size:15px}.intro h1{font-size:60px}.intro p{font-size:17px}.section h2{font-size:39px}.item{padding:19px 17px}.item-name{font-size:19px}.item-desc{font-size:15px}.price{font-size:17px}.cat-btn{font-size:16px;padding:13px 17px}}

/* Numedia venue hero */
.venue-hero{position:relative;isolation:isolate;min-height:clamp(320px,53vw,590px);margin:28px 0 24px;border:1px solid rgba(241,210,138,.42);border-radius:34px;overflow:hidden;background:#090909;box-shadow:0 30px 90px rgba(0,0,0,.58),0 0 70px rgba(212,168,79,.10)}
.venue-slides{position:absolute;inset:0;overflow:hidden;background:#080808}
.venue-photo{position:absolute;inset:-4%;width:108%;height:108%;object-fit:cover;object-position:center;filter:saturate(.9) contrast(1.06) brightness(.74);opacity:0;transform:scale(1.025);transition:opacity .8s ease;will-change:opacity,transform}
.venue-photo.active{opacity:1;animation:venueDrift 6s ease-in-out both}
.venue-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,3,3,.66) 0%,rgba(3,3,3,.16) 48%,rgba(3,3,3,.34) 100%),linear-gradient(0deg,rgba(3,3,3,.78) 0%,transparent 48%,rgba(5,5,5,.2) 100%);z-index:1}
.hero-brand{position:absolute;z-index:4;left:clamp(22px,5vw,64px);bottom:clamp(26px,5vw,58px);display:flex;align-items:center;gap:18px;animation:brandRise 1.1s cubic-bezier(.2,.8,.2,1) both}
.hero-brand img{width:clamp(88px,13vw,148px);height:clamp(88px,13vw,148px);object-fit:cover;border-radius:50%;background:#000;box-shadow:0 0 0 1px rgba(241,210,138,.5),0 16px 50px rgba(0,0,0,.55),0 0 50px rgba(212,168,79,.18)}
.hero-brand span{color:#f6e2ad;font-size:clamp(13px,1.8vw,20px);font-weight:700;letter-spacing:.24em;text-shadow:0 3px 18px #000}
.slide-dots{position:absolute;z-index:5;left:50%;bottom:24px;transform:translateX(-50%);display:flex;gap:8px}.slide-dots span{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.42);box-shadow:0 0 0 1px rgba(0,0,0,.22);transition:width .35s ease,background .35s ease}.slide-dots span.active{width:25px;border-radius:999px;background:#f1cf82;box-shadow:0 0 16px rgba(241,207,130,.62)}
.floating-light{position:absolute;z-index:3;width:15px;height:15px;border-radius:50%;background:#ffd777;box-shadow:0 0 10px #ffd777,0 0 28px #d99825,0 0 56px rgba(217,152,37,.7);opacity:.8;animation:lightFloat 7s ease-in-out infinite;pointer-events:none}
.floating-light::after{content:"";position:absolute;width:3px;height:18px;left:6px;top:-18px;border-radius:4px;background:linear-gradient(transparent,rgba(255,255,255,.5))}
.light-one{left:12%;top:18%;animation-delay:-1s}.light-two{right:14%;top:22%;width:11px;height:11px;animation-delay:-4s;filter:hue-rotate(26deg)}.light-three{right:34%;bottom:18%;width:9px;height:9px;animation-delay:-2.5s;filter:hue-rotate(168deg);opacity:.52}.light-four{left:48%;top:12%;width:8px;height:8px;animation-delay:-5.5s;filter:hue-rotate(310deg);opacity:.48}
.scroll-mark{position:absolute;z-index:4;right:28px;bottom:25px;width:30px;height:47px;border:1px solid rgba(255,255,255,.55);border-radius:999px;display:grid;place-items:start center;padding-top:8px}.scroll-mark span{width:4px;height:9px;border-radius:99px;background:#f2ca74;animation:scrollDrop 1.8s ease-in-out infinite}
@keyframes venueDrift{0%{transform:scale(1.025) translate3d(-.3%,0,0)}100%{transform:scale(1.065) translate3d(.4%,-.7%,0)}}
@keyframes lightFloat{0%,100%{transform:translate3d(0,0,0) scale(.82);opacity:.35}35%{transform:translate3d(18px,-23px,0) scale(1.15);opacity:.9}70%{transform:translate3d(-12px,11px,0) scale(.92);opacity:.55}}
@keyframes brandRise{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
@keyframes scrollDrop{0%{opacity:0;transform:translateY(0)}45%{opacity:1}100%{opacity:0;transform:translateY(18px)}}
@media(max-width:700px){.venue-hero{min-height:410px;margin:18px 0 20px;border-radius:23px}.venue-photo{object-position:center}.hero-brand{left:20px;bottom:25px;gap:12px}.hero-brand img{width:82px;height:82px}.hero-brand span{max-width:130px;font-size:12px;line-height:1.6}.slide-dots{bottom:18px}.scroll-mark{display:none}.floating-light{transform:scale(.8)}}
@media(prefers-reduced-motion:reduce){.venue-photo,.hero-brand,.floating-light,.scroll-mark span{animation:none}.venue-photo{transition:none}}

/* Location and Google review */
.location{position:relative;overflow:hidden;margin-top:64px;border:1px solid rgba(225,189,117,.4);border-radius:30px;background:linear-gradient(135deg,rgba(20,16,10,.96),rgba(7,7,7,.98));display:grid;grid-template-columns:minmax(0,.82fr) minmax(340px,1.18fr);box-shadow:0 28px 75px rgba(0,0,0,.42)}
.location::before{content:"";position:absolute;width:240px;height:240px;border-radius:50%;left:-100px;bottom:-130px;background:rgba(212,168,79,.13);filter:blur(22px);animation:lightFloat 8s ease-in-out infinite}
.location-copy{position:relative;z-index:1;padding:clamp(30px,5vw,58px)}
.location-kicker{display:block;color:var(--gold2);font-size:14px;font-weight:800;letter-spacing:.18em;margin-bottom:15px}
.location h2{font-family:"Cormorant Garamond",serif;font-size:clamp(38px,5vw,60px);line-height:1;margin:0 0 18px;color:#fff}
.location p{margin:0 0 26px;color:#d8d0c3;font-size:17px;line-height:1.8;max-width:520px}
.review-link{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:13px 22px;border-radius:999px;background:linear-gradient(135deg,#f3d88e,#b77d24);color:#090909;text-decoration:none;font-size:16px;font-weight:800;box-shadow:0 12px 34px rgba(181,123,31,.22);transition:transform .2s ease,box-shadow .2s ease}
.review-link:hover{transform:translateY(-2px);box-shadow:0 16px 38px rgba(225,189,117,.3)}
.review-link:focus-visible{outline:3px solid #fff;outline-offset:4px}
.map-placeholder{min-height:330px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:34px;background:linear-gradient(rgba(8,8,8,.76),rgba(8,8,8,.88)),url('assets/numedia-ambience.webp') center/cover;border-inline-start:1px solid rgba(225,189,117,.28)}
.map-placeholder::after{content:"";position:absolute;inset:18px;border:1px solid rgba(241,210,138,.22);border-radius:20px;pointer-events:none}
.map-placeholder strong{position:relative;z-index:1;color:#f6e2ad;font-size:22px;margin:16px 0 8px}.map-placeholder small{position:relative;z-index:1;color:#cfc6b7;font-size:14px;line-height:1.6;max-width:310px}
.map-pin{position:relative;z-index:1;width:54px;height:54px;border:2px solid #f0ca73;border-radius:50% 50% 50% 0;transform:rotate(-45deg);box-shadow:0 0 32px rgba(240,202,115,.28);animation:mapPulse 2.8s ease-in-out infinite}.map-pin span{position:absolute;inset:16px;border-radius:50%;background:#f0ca73}
@keyframes mapPulse{0%,100%{box-shadow:0 0 18px rgba(240,202,115,.2)}50%{box-shadow:0 0 42px rgba(240,202,115,.5)}}
body[dir=rtl] .location-kicker{letter-spacing:0}
@media(max-width:760px){.location{grid-template-columns:1fr;margin-top:46px;border-radius:23px}.location-copy{padding:30px 22px}.location p{font-size:16px}.review-link{width:100%;font-size:16px}.map-placeholder{min-height:270px;border-inline-start:0;border-top:1px solid rgba(225,189,117,.28);padding:30px 22px}.map-placeholder::after{inset:13px}.venue-photo{object-position:center}}
@media(prefers-reduced-motion:reduce){.location::before,.map-pin{animation:none}}
