
:root{
  --hmn-bg:#050b14;
  --hmn-surface:#0b1530;
  --hmn-card:#102040;
  --hmn-text:#f7fbff;
  --hmn-muted:#d7dfeb;
  --hmn-accent:#d4af37;
  --hmn-accent-2:#f5e1a0;
  --hmn-container:min(1360px,calc(100% - 32px));
  --hmn-shadow:0 24px 60px rgba(0,0,0,.34);
}
html{direction:rtl;scroll-behavior:smooth}
*{box-sizing:border-box}
body{
  margin:0;
  font-family:Tahoma,Arial,sans-serif;
  color:var(--hmn-text);
  line-height:1.7;
  overflow-x:hidden;
  padding-bottom:128px;
  background:
    radial-gradient(circle at 18% 0%, rgba(212,175,55,.12), transparent 20%),
    radial-gradient(circle at 82% 14%, rgba(212,175,55,.08), transparent 20%),
    linear-gradient(180deg,#07101c 0%,#050a12 48%,#04070e 100%);
}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.hmn-skip-link{position:absolute;right:14px;top:-56px;z-index:5000;padding:12px 16px;border-radius:14px;background:#fff;color:#111827;border:2px solid var(--hmn-accent);transition:top .2s ease}
.hmn-skip-link:focus{top:16px}

.hmn-header{
  position:sticky;top:0;z-index:1000;
  background:rgba(3,8,18,.78);
  backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(212,175,55,.18);box-shadow:0 10px 28px rgba(0,0,0,.18)
}
.hmn-header__inner{
  width:var(--hmn-container);margin:0 auto;
  display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;
  min-height:92px;padding:14px 0
}
.hmn-brand{display:flex;align-items:center;gap:14px}
.hmn-logo img{max-height:66px;width:auto;filter:drop-shadow(0 12px 20px rgba(0,0,0,.28))}
.hmn-brand__text{display:flex;flex-direction:column;gap:3px}
.hmn-brand__text strong{font-size:1.1rem;line-height:1.2}
.hmn-brand__text span{font-size:.82rem;color:var(--hmn-accent-2)}
.hmn-header__identity{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:4px}
.hmn-header__mission{font-size:1.18rem;font-weight:900;color:var(--hmn-accent)}
.hmn-header__identity p{margin:0;color:var(--hmn-muted);max-width:50ch;font-size:.92rem}
.hmn-search{display:flex;gap:8px;align-items:center}
.hmn-search__input{
  width:220px;max-width:100%;min-height:42px;padding:0 14px;border-radius:14px;
  border:1px solid rgba(212,175,55,.16);background:rgba(255,255,255,.05);color:var(--hmn-text)
}
.hmn-search__button,.hmn-button{
  min-height:44px;border:0;border-radius:14px;padding:0 18px;
  background:linear-gradient(135deg,#b88c27,#f1d06a 52%,#9f7720);
  color:#08111a;font-weight:900;cursor:pointer;box-shadow:0 10px 24px rgba(212,175,55,.22)
}
.hmn-button--ghost{
  background:rgba(255,255,255,.05);color:#fff;border:1px solid rgba(212,175,55,.18);box-shadow:none
}
.hmn-search__input:focus,.hmn-search__button:focus,.hmn-button:focus,.hmn-dock__mega-toggle:focus,.hmn-slider-controls__button:focus,.hmn-slider-dot:focus,.hmn-live-play:focus{
  outline:2px solid #fff;outline-offset:2px
}

.hmn-home,.hmn-generic,.hmn-page,.hmn-single{width:var(--hmn-container);margin:0 auto}
.hmn-breadcrumbs{
  display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:18px 0 12px;padding:12px 14px;
  border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(212,175,55,.11);color:var(--hmn-muted)
}
.hmn-breadcrumbs a{color:#fff}
.hmn-widget-area-top,.hmn-home-ad{margin-top:18px}
.hmn-widget,.hmn-panel,.hmn-page__article,.hmn-article,.hmn-empty,.hmn-home-ad{
  border-radius:24px;padding:22px;background:rgba(255,255,255,.05);border:1px solid rgba(212,175,55,.08)
}

.hmn-hero{
  position:relative;overflow:hidden;margin-top:18px;border-radius:34px;
  border:1px solid rgba(212,175,55,.16);
  background:radial-gradient(circle at 50% 18%, rgba(212,175,55,.16), transparent 16%),linear-gradient(180deg,#0b1530 0%,#08101d 100%);
  box-shadow:var(--hmn-shadow)
}
.hmn-hero__backdrop{position:absolute;inset:0;pointer-events:none}
.hmn-hero__stars{
  position:absolute;inset:0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,225,150,.45) 0 1px, transparent 2px),
    radial-gradient(circle at 22% 46%, rgba(255,225,150,.35) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 24%, rgba(255,225,150,.32) 0 1px, transparent 2px),
    radial-gradient(circle at 84% 68%, rgba(255,225,150,.28) 0 1px, transparent 2px),
    radial-gradient(circle at 40% 32%, rgba(255,225,150,.28) 0 1px, transparent 2px);
  opacity:.85
}
.hmn-hero__glow{position:absolute;border-radius:50%;filter:blur(70px);opacity:.22}
.hmn-hero__glow--one{width:320px;height:320px;right:-70px;top:40px;background:#f0bf4d}
.hmn-hero__glow--two{width:240px;height:240px;left:-40px;bottom:30px;background:#b68e2d}
.hmn-hero__map{position:absolute;left:4%;bottom:10%;width:22%;height:42%;background:url('../images/خريطة_سوريا_الحسكة.svg') center/contain no-repeat;opacity:.08}
.hmn-hero-slider{position:relative;min-height:580px}
.hmn-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s ease}
.hmn-slide.is-active{opacity:1;visibility:visible}
.hmn-slide__overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(4,10,20,.18),rgba(4,10,20,.88)),radial-gradient(circle at top center, rgba(212,175,55,.06), transparent 22%)
}
.hmn-slide__content{
  position:absolute;z-index:2;right:54px;left:54px;top:50%;transform:translateY(-50%);
  max-width:760px;text-align:center;margin-inline:auto;padding:36px 34px;border-radius:28px;
  background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
  border:1px solid rgba(212,175,55,.14);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 18px 44px rgba(0,0,0,.22)
}
.hmn-kicker{
  display:inline-flex;margin-bottom:16px;padding:8px 14px;border-radius:999px;background:rgba(212,175,55,.10);
  border:1px solid rgba(212,175,55,.15);color:#f5df9a;font-weight:900;font-size:.86rem
}
.hmn-slide__content h1{
  margin:0 0 14px;font-size:clamp(2.6rem,4.4vw,4.7rem);line-height:1.14;color:#f6d997;
  text-shadow:0 2px 18px rgba(0,0,0,.22)
}
.hmn-slide__content p{margin:0 auto 20px;max-width:58ch;color:#eef5ff;font-size:1.08rem}
.hmn-hero__buttons{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.hmn-slider-controls{
  position:absolute;left:26px;bottom:26px;z-index:4;display:flex;align-items:center;gap:10px;padding:10px 12px;
  border-radius:20px;background:rgba(255,255,255,.10);border:1px solid rgba(212,175,55,.14);backdrop-filter:blur(14px)
}
.hmn-slider-controls__button{width:42px;height:42px;border:0;border-radius:14px;background:rgba(255,255,255,.14);color:#fff;font-size:1.35rem;cursor:pointer}
.hmn-slider-dots{display:flex;align-items:center;gap:8px}
.hmn-slider-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.36);border:0;cursor:pointer;padding:0}
.hmn-slider-dot.is-active{background:#f6d997}
.hmn-breaking{
  display:flex;align-items:center;gap:12px;margin:0 22px 22px;padding:12px 14px;border-radius:18px;
  background:rgba(7,13,24,.82);border:1px solid rgba(212,175,55,.14);position:relative;z-index:3
}
.hmn-breaking__label{flex:0 0 auto;padding:7px 16px;border-radius:12px;background:linear-gradient(135deg,#7c1111,#ce2c2c);color:#fff;font-weight:900}
.hmn-breaking__marquee{overflow:hidden;flex:1}
.hmn-breaking__track{display:flex;gap:42px;white-space:nowrap;color:#eef4fb;animation:hmnMarquee 28s linear infinite}
@keyframes hmnMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

.hmn-home-shell{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(320px,.85fr);gap:22px;margin-top:34px;margin-bottom:18px}
.hmn-home-shell__main,.hmn-home-shell__aside{display:grid;gap:22px;align-content:start}
.hmn-luxury-block,.hmn-side-panel,.hmn-page__article,.hmn-article{
  border-radius:30px;
  background:radial-gradient(circle at top center, rgba(212,175,55,.08), transparent 35%),linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.022));
  border:1px solid rgba(212,175,55,.12);box-shadow:0 20px 46px rgba(0,0,0,.18);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)
}
.hmn-luxury-block,.hmn-side-panel{padding:24px}
.hmn-luxury-block__head{margin-bottom:18px;text-align:center}
.hmn-luxury-block__head h2,.hmn-side-panel h3{margin:0 0 8px;font-size:2rem;color:var(--hmn-accent)}
.hmn-luxury-block__head p,.hmn-side-panel p{margin:0;color:var(--hmn-muted)}

.hmn-cards-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.hmn-card{
  border-radius:24px;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
  border:1px solid rgba(212,175,55,.12);transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;backdrop-filter:blur(10px)
}
.hmn-card:hover{transform:translateY(-3px);border-color:rgba(212,175,55,.2);box-shadow:0 20px 40px rgba(0,0,0,.18)}
.hmn-card__link{display:block;height:100%}
.hmn-card__media img,.hmn-card__placeholder{width:100%;height:240px;object-fit:cover}
.hmn-card__placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03));color:var(--hmn-muted)}
.hmn-card__body{padding:18px}
.hmn-card__body h3{margin:8px 0;font-size:1.18rem;line-height:1.45}
.hmn-card__body p,.hmn-card__meta{color:var(--hmn-muted)}

.hmn-highlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.hmn-highlight-card{
  min-height:180px;padding:20px;border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.022));
  border:1px solid rgba(212,175,55,.12);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;
  transition:transform .22s ease, border-color .22s ease
}
.hmn-highlight-card:hover{transform:translateY(-2px);border-color:rgba(212,175,55,.22)}
.hmn-highlight-card__icon{font-size:2rem;margin-bottom:10px}
.hmn-highlight-card strong{font-size:1.12rem;margin-bottom:6px}
.hmn-highlight-card small{color:var(--hmn-muted)}

.hmn-feature-item{
  display:flex;align-items:center;gap:14px;padding:16px 18px;margin-top:12px;border-radius:20px;
  background:radial-gradient(circle at right center, rgba(212,175,55,.12), transparent 42%),rgba(255,255,255,.03);
  border:1px solid rgba(212,175,55,.12);transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease
}
.hmn-feature-item:hover{transform:translateY(-2px);border-color:rgba(212,175,55,.22)}
.hmn-feature-item__icon{font-size:1.8rem;line-height:1}
.hmn-feature-item strong{font-size:1.05rem}

.hmn-live-card .hmn-live-player{
  position:relative;min-height:280px;border-radius:24px;overflow:hidden;margin-top:12px;border:1px solid rgba(212,175,55,.14);
  background:radial-gradient(circle at center, rgba(212,175,55,.18), transparent 18%),radial-gradient(circle at 80% 25%, rgba(212,175,55,.10), transparent 18%),linear-gradient(180deg,#09111b,#0b1c3d 58%,#07101a)
}
.hmn-live-player::before{content:"";position:absolute;inset:0;background:url('../images/ChatGPT Image 25 مارس 2026، 09_17_44 ص.png') center/cover no-repeat;opacity:.18;mix-blend-mode:screen}
.hmn-live-player__center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;z-index:1}
.hmn-live-play{width:98px;height:98px;border-radius:50%;border:2px solid rgba(212,175,55,.55);background:rgba(6,12,22,.68);color:#f6e5ab;font-size:2rem;cursor:pointer;box-shadow:0 12px 38px rgba(0,0,0,.32)}
.hmn-live-badge{position:absolute;top:16px;left:16px;z-index:2;padding:7px 12px;border-radius:12px;background:#d62828;color:#fff;font-weight:900}

.hmn-footer{
  margin-top:34px;border-top:1px solid rgba(212,175,55,.14);background:linear-gradient(180deg,rgba(7,14,26,.78),rgba(4,10,19,.98))
}
.hmn-footer__inner,.hmn-copyright,.hmn-footer__widgets{width:var(--hmn-container);margin:0 auto}
.hmn-footer__inner{display:grid;grid-template-columns:1fr auto;gap:18px;padding:28px 0}
.hmn-footer__brand h3{margin:0 0 8px;color:var(--hmn-accent)}
.hmn-footer__menu{display:flex;flex-wrap:wrap;gap:12px;list-style:none;margin:0;padding:0}
.hmn-footer__widgets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding-bottom:24px}
.hmn-copyright{padding:0 0 24px;color:var(--hmn-muted);text-align:center}

.hmn-dock{
  position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:2200;width:min(980px,calc(100% - 28px));padding:10px 12px;
  border-radius:28px;background:rgba(5,10,18,.82);border:1px solid rgba(212,175,55,.16);backdrop-filter:blur(26px);box-shadow:0 18px 60px rgba(0,0,0,.35)
}
.hmn-dock__menu,.hmn-footer__menu{list-style:none;margin:0;padding:0}
.hmn-dock__menu--fixed{display:grid;grid-template-columns:1.1fr .9fr .9fr 1.25fr .85fr .85fr;gap:8px}
.hmn-dock__menu li{margin:0;padding:0}
.hmn-dock__menu a,.hmn-dock__mega-toggle{
  display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:62px;padding:6px 4px;border-radius:18px;
  color:#f8fbff;background:transparent;border:1px solid transparent;transition:background-color .22s ease,transform .22s ease,border-color .22s ease;cursor:pointer;font:inherit
}
.hmn-dock__menu a:hover,.hmn-dock__menu .current-menu-item>a,.hmn-dock__menu .current_page_item>a,.hmn-dock__mega-toggle:hover,.hmn-dock__mega-toggle[aria-expanded="true"]{
  background:rgba(212,175,55,.12);transform:translateY(-1px);border-color:rgba(212,175,55,.18)
}
.dock-icon{font-size:16px;line-height:1}
.dock-label{font-size:11px;font-weight:900;line-height:1.25;text-align:center}

.hmn-mega{
  position:fixed;left:50%;bottom:104px;transform:translateX(-50%);z-index:2199;width:min(1380px,calc(100% - 28px));max-height:min(74vh,900px);overflow:auto;
  border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.05));
  border:1px solid rgba(212,175,55,.22);backdrop-filter:blur(26px);-webkit-backdrop-filter:blur(26px);
  box-shadow:0 28px 80px rgba(0,0,0,.42)
}
.hmn-mega[hidden]{display:none}
.hmn-mega::before{
  content:"";position:absolute;inset:0;border-radius:30px;
  background:linear-gradient(180deg,rgba(8,18,34,.88),rgba(4,10,20,.92));
  z-index:-1
}
.hmn-mega__inner{padding:22px}
.hmn-mega__intro{padding:18px 18px 8px;border-bottom:1px solid rgba(212,175,55,.12);margin-bottom:18px}
.hmn-mega__eyebrow{display:inline-flex;padding:6px 12px;border-radius:999px;background:rgba(212,175,55,.1);border:1px solid rgba(212,175,55,.16);color:#f7e4a2;font-size:.82rem;font-weight:800}
.hmn-mega__intro h3{margin:12px 0 8px;font-size:1.55rem;color:var(--hmn-accent)}
.hmn-mega__intro p{margin:0;color:var(--hmn-muted);max-width:76ch}
.hmn-mega__section{margin-bottom:22px}
.hmn-mega__section-title{margin:0 0 12px;font-size:1.08rem;font-weight:900;color:#fff;border-right:4px solid var(--hmn-accent);padding-right:10px}
.hmn-mega__groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px}
.hmn-mega__box{
  background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.04));
  border:1px solid rgba(212,175,55,.14);border-radius:22px;padding:16px 16px 14px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  transition:transform .22s ease,border-color .22s ease, box-shadow .22s ease
}
.hmn-mega__box:hover{transform:translateY(-2px);border-color:rgba(212,175,55,.22);box-shadow:0 18px 36px rgba(0,0,0,.2)}
.hmn-mega__box h4{margin:0 0 10px;font-size:1rem;color:#f7e4a2}
.hmn-mega__box ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.hmn-mega__box li a{display:block;padding:8px 10px;border-radius:12px;color:#eef4fb;font-size:.93rem;line-height:1.45;background:rgba(255,255,255,.05);border:1px solid transparent}
.hmn-mega__box li a:hover{background:rgba(212,175,55,.08);border-color:rgba(212,175,55,.14);color:#fff}
.hmn-overlay-open .hmn-dock{background:rgba(7,15,29,.94)}

.hmn-pagination{display:flex;justify-content:center;margin:28px 0}
.hmn-pagination .nav-links{display:flex;flex-wrap:wrap;gap:10px}
.hmn-pagination .page-numbers{padding:10px 14px;border-radius:12px;background:rgba(255,255,255,.04);border:1px solid rgba(212,175,55,.12);color:#fff}
.hmn-pagination .page-numbers.current{background:rgba(212,175,55,.14);color:#f7e4a2}

@media (max-width:1200px){
  .hmn-home-shell{grid-template-columns:1fr}
}
@media (max-width:980px){
  .hmn-header__inner{grid-template-columns:1fr;gap:14px;padding:16px 0}
  .hmn-brand{justify-content:center}
  .hmn-header__identity{order:3}
  .hmn-actions{order:2;justify-self:center}
  .hmn-slide__content{right:26px;left:26px;padding:26px 22px}
  .hmn-slide__content h1{font-size:2.3rem}
  .hmn-cards-grid,.hmn-highlight-grid{grid-template-columns:1fr}
  .hmn-dock__menu--fixed{grid-template-columns:repeat(3,minmax(0,1fr))}
  .hmn-mega{bottom:138px}
}
@media (max-width:680px){
  body{padding-bottom:152px}
  .hmn-search{width:100%}
  .hmn-search__input{width:100%}
  .hmn-hero-slider{min-height:460px}
  .hmn-slide__content{top:auto;bottom:78px;transform:none}
  .hmn-slide__content h1{font-size:1.9rem}
  .hmn-slide__content p{font-size:.98rem}
  .hmn-breaking{margin:0 12px 16px;padding:10px 12px}
  .hmn-dock__menu--fixed{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hmn-mega{bottom:158px;max-height:68vh}
  .hmn-mega__inner{padding:16px}
  .hmn-mega__groups{grid-template-columns:1fr}
  .hmn-footer__inner,.hmn-footer__widgets{grid-template-columns:1fr}
}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *{animation:none!important;transition:none!important}
}


/* v9 fixes */
.hmn-slide--clean .hmn-slide__content{display:none}
.hmn-slide--clean .hmn-slide__overlay{
  background:
    linear-gradient(180deg,rgba(4,10,20,.12),rgba(4,10,20,.28)),
    radial-gradient(circle at top center, rgba(212,175,55,.05), transparent 24%);
}
.hmn-article__thumb{
  margin:0 0 18px;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(212,175,55,.12);
  background:rgba(255,255,255,.03);
}
.hmn-article__thumb img{
  width:100%;
  max-height:620px;
  object-fit:cover;
}
.hmn-card__media img{
  width:100%;
  height:240px;
  object-fit:cover;
}


/* ===== v13 MAGIC REFINEMENT ===== */
/* تحسين صناديق أقسام الموقع داخل Dock */
.hmn-mega{
  width:min(1240px,calc(100% - 40px));
  border-radius:26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.045));
  border:1px solid rgba(212,175,55,.20);
  box-shadow:
    0 24px 80px rgba(0,0,0,.38),
    inset 0 1px 0 rgba(255,255,255,.10);
}
.hmn-mega::before{
  border-radius:26px;
  background:
    radial-gradient(circle at 20% 18%, rgba(212,175,55,.08), transparent 24%),
    radial-gradient(circle at 78% 62%, rgba(255,255,255,.05), transparent 18%),
    linear-gradient(180deg, rgba(7,16,30,.92), rgba(5,10,20,.96));
}
.hmn-mega__inner{padding:18px}
.hmn-mega__intro{
  padding:14px 16px 10px;
  margin-bottom:14px;
  border-bottom:1px solid rgba(212,175,55,.10);
}
.hmn-mega__intro h3{font-size:1.35rem}
.hmn-mega__intro p{font-size:.9rem}
.hmn-mega__section{margin-bottom:16px}
.hmn-mega__section-title{
  font-size:1rem;
  margin:0 0 10px;
  padding-right:9px;
}
.hmn-mega__groups{
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr));
  gap:12px;
}
.hmn-mega__box{
  min-height:auto;
  padding:14px 14px 12px;
  border-radius:18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.03));
  border:1px solid rgba(212,175,55,.13);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 10px 24px rgba(0,0,0,.16);
}
.hmn-mega__box h4{
  margin:0 0 8px;
  font-size:.96rem;
}
.hmn-mega__box ul{gap:6px}
.hmn-mega__box li a{
  padding:7px 9px;
  border-radius:10px;
  font-size:.88rem;
  line-height:1.35;
  background:rgba(255,255,255,.04);
}
.hmn-mega__box li a:hover{
  background:rgba(212,175,55,.10);
}

/* تصغير الصناديق الجانبية في الصفحة الرئيسية بحوالي 30% */
.hmn-home-shell{
  grid-template-columns:minmax(0,1.95fr) minmax(260px,.68fr);
  gap:18px;
}
.hmn-home-shell__aside{
  gap:14px;
}
.hmn-side-panel{
  padding:16px 16px 14px;
  border-radius:22px;
}
.hmn-side-panel h3{
  font-size:1.55rem;
  margin:0 0 8px;
}
.hmn-feature-item{
  padding:12px 14px;
  margin-top:10px;
  border-radius:16px;
  gap:10px;
}
.hmn-feature-item__icon{font-size:1.45rem}
.hmn-feature-item strong{font-size:.98rem}

/* تصغير صندوق البث المباشر */
.hmn-live-card .hmn-live-player{
  min-height:210px;
  border-radius:20px;
}
.hmn-live-play{
  width:76px;
  height:76px;
  font-size:1.5rem;
}
.hmn-live-badge{
  top:12px;
  left:12px;
  padding:6px 10px;
  border-radius:10px;
}

/* تصغير صناديق التقارير/الوسائط */
.hmn-highlight-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.hmn-highlight-card{
  min-height:126px;
  padding:14px 12px;
  border-radius:18px;
}
.hmn-highlight-card__icon{
  font-size:1.45rem;
  margin-bottom:8px;
}
.hmn-highlight-card strong{
  font-size:1rem;
  margin-bottom:4px;
}
.hmn-highlight-card small{
  font-size:.82rem;
  line-height:1.3;
}

/* تحسين بطاقات الأخبار قليلًا حتى تتوازن مع التصغير */
.hmn-cards-grid{gap:16px}
.hmn-card__media img,.hmn-card__placeholder{height:210px}
.hmn-card__body{padding:16px}
.hmn-card__body h3{font-size:1.08rem}

/* تجاوب */
@media (max-width:1200px){
  .hmn-home-shell{
    grid-template-columns:minmax(0,1.7fr) minmax(240px,.8fr);
  }
  .hmn-mega__groups{
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  }
}
@media (max-width:980px){
  .hmn-home-shell{
    grid-template-columns:1fr;
  }
  .hmn-home-shell__aside{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .hmn-side-panel h3{font-size:1.3rem}
  .hmn-highlight-card{min-height:118px}
}
@media (max-width:780px){
  .hmn-home-shell__aside{
    grid-template-columns:1fr;
  }
  .hmn-highlight-grid{
    grid-template-columns:1fr;
  }
  .hmn-live-card .hmn-live-player{
    min-height:180px;
  }
}


/* ===== v14 grouped hierarchical mega menu ===== */
.hmn-mega{
  width:min(980px, calc(100% - 42px));
  bottom:108px;
}
.hmn-mega__inner{
  padding:18px 18px 16px;
}
.hmn-mega__intro{
  max-width:760px;
  margin:0 auto 14px;
  text-align:center;
}
.hmn-mega__section{
  max-width:760px;
  margin:0 auto 14px;
  padding:14px;
  border-radius:20px;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border:1px solid rgba(212,175,55,.10);
}
.hmn-mega__section-title{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  width:fit-content;
  margin:0 0 10px auto;
  font-size:1rem;
  padding:6px 12px 6px 10px;
  border-right:4px solid var(--hmn-accent);
  border-radius:12px;
  background:rgba(212,175,55,.06);
}
.hmn-mega__groups{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.hmn-mega__box{
  width:100%;
  max-width:100%;
  border-radius:16px;
  padding:12px 12px 10px;
  background:linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.035));
}
.hmn-mega__box h4{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  width:fit-content;
  margin:0 0 8px auto;
  padding:4px 10px;
  border-radius:10px;
  background:rgba(255,255,255,.05);
}
.hmn-mega__box ul{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.hmn-mega__box li a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:38px;
  padding:8px 12px;
  border-radius:11px;
}
.hmn-mega__box li a::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:rgba(212,175,55,.75);
  margin-left:10px;
  flex:0 0 auto;
}
.hmn-mega__box li a span{flex:1}
.hmn-mega__box li a:hover{
  transform:translateX(-2px);
}
.hmn-mega__section--compact .hmn-mega__box ul{
  gap:5px;
}

/* sections with many boxes stay visually grouped instead of full width */
.hmn-mega__section .hmn-mega__groups > .hmn-mega__box + .hmn-mega__box{
  margin-top:2px;
}

/* more compact on mobile */
@media (max-width:980px){
  .hmn-mega{
    width:min(92vw, 760px);
    bottom:138px;
  }
  .hmn-mega__section{
    max-width:none;
    padding:12px;
  }
}
@media (max-width:680px){
  .hmn-mega{
    width:min(94vw, 620px);
    bottom:158px;
    max-height:70vh;
  }
  .hmn-mega__inner{
    padding:14px;
  }
  .hmn-mega__intro{
    max-width:none;
  }
  .hmn-mega__section{
    padding:10px;
    border-radius:16px;
  }
  .hmn-mega__section-title{
    font-size:.94rem;
  }
  .hmn-mega__box h4{
    font-size:.9rem;
  }
  .hmn-mega__box li a{
    min-height:34px;
    font-size:.84rem;
    padding:7px 10px;
  }
}


/* ===== v15 compact side-by-side mega menu ===== */
.hmn-mega{
  width:min(1120px, calc(100% - 44px));
  max-height:min(76vh, 860px);
  bottom:106px;
  border-radius:24px;
  overflow:auto;
}
.hmn-mega__inner{padding:18px}
.hmn-mega__intro{
  max-width:none;
  margin:0 0 14px;
  text-align:right;
  padding:12px 14px 10px;
}
.hmn-mega__section{
  max-width:none;
  margin:0 0 14px;
  padding:0;
  border:0;
  background:transparent;
}
.hmn-mega__section-title{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0 0 10px;
  padding:7px 12px;
  border-right:4px solid var(--hmn-accent);
  border-radius:12px;
  background:rgba(212,175,55,.07);
  font-size:.98rem;
}
.hmn-mega__groups{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
  gap:12px;
  align-items:start;
}
.hmn-mega__box{
  padding:12px 12px 10px;
  border-radius:16px;
  min-height:unset;
  background:linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.04));
  border:1px solid rgba(212,175,55,.14);
  box-shadow:0 10px 24px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.08);
}
.hmn-mega__box h4{
  display:block;
  margin:0 0 8px;
  padding:0 0 6px;
  font-size:.92rem;
  color:#f7e4a2;
  border-bottom:1px solid rgba(212,175,55,.10);
  background:transparent;
  border-radius:0;
}
.hmn-mega__box ul{
  display:grid;
  grid-template-columns:1fr;
  gap:6px;
}
.hmn-mega__box li a{
  display:flex;
  align-items:center;
  min-height:34px;
  padding:7px 10px;
  border-radius:10px;
  font-size:.84rem;
  line-height:1.3;
  background:rgba(255,255,255,.04);
  border:1px solid transparent;
}
.hmn-mega__box li a::before{
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:rgba(212,175,55,.78);
  margin-left:8px;
  flex:0 0 auto;
}
.hmn-mega__box li a:hover{
  transform:translateY(-1px);
  background:rgba(212,175,55,.09);
  border-color:rgba(212,175,55,.14);
}
.hmn-mega__section + .hmn-mega__section{margin-top:4px}

@media (max-width:1100px){
  .hmn-mega{
    width:min(960px, calc(100% - 34px));
  }
  .hmn-mega__groups{
    grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media (max-width:980px){
  .hmn-mega{
    width:min(92vw, 840px);
    bottom:138px;
  }
  .hmn-mega__groups{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}
@media (max-width:680px){
  .hmn-mega{
    width:min(94vw, 620px);
    bottom:158px;
    max-height:70vh;
  }
  .hmn-mega__inner{padding:14px}
  .hmn-mega__groups{
    grid-template-columns:1fr;
    gap:10px;
  }
  .hmn-mega__box{
    padding:10px 10px 8px;
    border-radius:14px;
  }
  .hmn-mega__box h4{font-size:.88rem}
  .hmn-mega__box li a{
    min-height:32px;
    font-size:.82rem;
    padding:6px 9px;
  }
}


/* ===== v16 CLEAN BALANCED GRID ===== */

/* إعادة الوضع الطبيعي بدون تشوه */
.hmn-mega{
  width:auto;
  max-width:980px;
  margin:auto;
  border-radius:22px;
  overflow:hidden;
}

/* شبكة مربعات متناسقة */
.hmn-mega__groups{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:14px;
}

/* صناديق صغيرة متناسقة */
.hmn-mega__box{
  padding:14px;
  border-radius:16px;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02));
  border:1px solid rgba(212,175,55,.12);
  transition:.2s;
}

/* العنوان */
.hmn-mega__box h4{
  font-size:.95rem;
  margin-bottom:8px;
}

/* العناصر */
.hmn-mega__box li a{
  font-size:.85rem;
  padding:6px 8px;
  border-radius:8px;
}

/* تأثير بسيط بدون مبالغة */
.hmn-mega__box:hover{
  transform:translateY(-2px);
}

/* منع الامتداد الكامل */
.hmn-mega__section{
  max-width:900px;
  margin:auto;
}

/* موبايل */
@media(max-width:768px){
  .hmn-mega__groups{
    grid-template-columns:1fr;
  }
}


/* ===== v17 REAL FIX FOR MEGA MENU ===== */
.hmn-mega{
  position:fixed;
  left:50%;
  transform:translateX(-50%);
  bottom:106px;
  width:min(1040px, calc(100% - 40px));
  max-height:min(74vh, 860px);
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior:contain;
  border-radius:24px;
  pointer-events:auto;
}

.hmn-mega__inner{
  padding:18px;
}

.hmn-mega__intro{
  padding:14px 16px 10px;
  margin-bottom:14px;
  text-align:right;
}

.hmn-mega__intro h3{
  font-size:1.3rem;
  margin:10px 0 6px;
}

.hmn-mega__intro p{
  max-width:none;
  font-size:.92rem;
}

.hmn-mega__section{
  margin:0 0 16px;
  padding:0;
  max-width:none;
}

.hmn-mega__section-title{
  display:inline-flex;
  align-items:center;
  margin:0 0 10px;
  padding:7px 12px;
  border-right:4px solid var(--hmn-accent);
  border-radius:12px;
  background:rgba(212,175,55,.08);
  font-size:.98rem;
}

/* مربعات صغيرة بجانب بعضها بدون تمدد */
.hmn-mega__groups{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:12px;
  align-items:start;
}

.hmn-mega__box{
  min-height:auto;
  padding:12px 12px 10px;
  border-radius:16px;
  background:linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.035));
  border:1px solid rgba(212,175,55,.14);
  box-shadow:0 10px 24px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.07);
  transform:none;
}

.hmn-mega__box:hover{
  transform:translateY(-1px);
}

.hmn-mega__box h4{
  display:block;
  margin:0 0 8px;
  padding:0 0 6px;
  font-size:.92rem;
  color:#f7e4a2;
  border-bottom:1px solid rgba(212,175,55,.10);
  background:transparent;
  border-radius:0;
}

.hmn-mega__box ul{
  display:grid;
  gap:6px;
}

.hmn-mega__box li a{
  display:flex;
  align-items:center;
  min-height:34px;
  padding:7px 10px;
  border-radius:10px;
  font-size:.84rem;
  line-height:1.3;
  background:rgba(255,255,255,.04);
  border:1px solid transparent;
}

.hmn-mega__box li a::before{
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:rgba(212,175,55,.78);
  margin-left:8px;
  flex:0 0 auto;
}

.hmn-mega__box li a:hover{
  background:rgba(212,175,55,.09);
  border-color:rgba(212,175,55,.14);
  transform:none;
}

/* تحسين التمرير */
.hmn-mega::-webkit-scrollbar{
  width:10px;
}
.hmn-mega::-webkit-scrollbar-thumb{
  background:rgba(212,175,55,.25);
  border-radius:999px;
}
.hmn-mega::-webkit-scrollbar-track{
  background:rgba(255,255,255,.04);
}

/* responsive */
@media (max-width:1100px){
  .hmn-mega{
    width:min(960px, calc(100% - 34px));
  }
  .hmn-mega__groups{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }
}
@media (max-width:900px){
  .hmn-mega{
    width:min(92vw, 820px);
    bottom:138px;
  }
  .hmn-mega__groups{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}
@media (max-width:680px){
  .hmn-mega{
    width:min(94vw, 620px);
    bottom:158px;
    max-height:70vh;
  }
  .hmn-mega__inner{
    padding:14px;
  }
  .hmn-mega__groups{
    grid-template-columns:1fr;
    gap:10px;
  }
  .hmn-mega__box{
    padding:10px 10px 8px;
    border-radius:14px;
  }
  .hmn-mega__box h4{
    font-size:.88rem;
  }
  .hmn-mega__box li a{
    min-height:32px;
    font-size:.82rem;
    padding:6px 9px;
  }
}


/* ===== v18 popup visibility fix ===== */
.hmn-mega[hidden]{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}

.hmn-mega{
  visibility:visible;
  opacity:1;
  transition:opacity .18s ease, transform .18s ease;
}

.hmn-dock__has-mega{
  position:relative;
}


/* ===== v19 remove popup + RTL responsive refinement ===== */
.hmn-mega,
#hmnMegaMenu,
[data-mega-toggle]{
  display:none !important;
}

html, body {
  direction: rtl;
}

body {
  text-align: right;
}

/* Header RTL balance */
.hmn-header__inner{
  grid-template-columns:auto 1fr auto;
}
.hmn-brand{
  justify-content:flex-start;
}
.hmn-header__identity{
  text-align:center;
}
.hmn-actions{
  justify-self:end;
}

/* Home layout balanced for desktop */
.hmn-home-shell{
  grid-template-columns:minmax(0,1.7fr) minmax(260px,.78fr);
  gap:20px;
}
.hmn-home-shell__main,
.hmn-home-shell__aside{
  align-content:start;
}

/* Cards and blocks */
.hmn-cards-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.hmn-highlight-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.hmn-side-panel,
.hmn-luxury-block,
.hmn-card{
  max-width:100%;
}

/* Dock stable and RTL friendly */
.hmn-dock{
  width:min(980px, calc(100% - 24px));
  left:50%;
  transform:translateX(-50%);
}
.hmn-dock__menu--fixed{
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:8px;
}
.hmn-dock__menu a{
  min-height:60px;
}

/* Hero readability on wide screens */
.hmn-slide__content{
  max-width:700px;
}

/* Tablet */
@media (max-width: 1024px){
  .hmn-header__inner{
    grid-template-columns:1fr;
    gap:14px;
  }
  .hmn-brand,
  .hmn-actions{
    justify-content:center;
    justify-self:center;
  }
  .hmn-home-shell{
    grid-template-columns:1fr;
  }
  .hmn-home-shell__aside{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
  }
  .hmn-highlight-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .hmn-cards-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .hmn-dock__menu--fixed{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

/* Mobile */
@media (max-width: 680px){
  body{
    padding-bottom:150px;
  }
  .hmn-header__inner{
    width:min(100% - 20px, 100%);
    padding:14px 0;
  }
  .hmn-header__identity{
    text-align:center;
  }
  .hmn-search{
    width:100%;
  }
  .hmn-search__input{
    width:100%;
    min-width:0;
  }
  .hmn-hero{
    border-radius:22px;
  }
  .hmn-hero-slider{
    min-height:420px;
  }
  .hmn-slide__content{
    right:18px;
    left:18px;
    bottom:74px;
    top:auto;
    transform:none;
    padding:20px 16px;
    border-radius:18px;
  }
  .hmn-slide__content h1{
    font-size:1.8rem;
  }
  .hmn-slide__content p{
    font-size:.95rem;
  }
  .hmn-breaking{
    margin:0 10px 14px;
    padding:10px 12px;
  }
  .hmn-home-shell__aside,
  .hmn-highlight-grid,
  .hmn-cards-grid{
    grid-template-columns:1fr;
  }
  .hmn-side-panel,
  .hmn-luxury-block{
    padding:16px;
    border-radius:18px;
  }
  .hmn-feature-item{
    padding:12px;
  }
  .hmn-live-card .hmn-live-player{
    min-height:180px;
  }
  .hmn-dock{
    width:min(100% - 16px, 100%);
    bottom:12px;
    padding:8px;
    border-radius:20px;
  }
  .hmn-dock__menu--fixed{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:6px;
  }
  .hmn-dock__menu a{
    min-height:54px;
    border-radius:14px;
  }
  .dock-label{
    font-size:10px;
  }
}


/* ===== v20 glass sections grid ===== */
.hmn-sections-page{
  width:var(--hmn-container);
  margin:40px auto;
}
.hmn-section-title-main{
  text-align:center;
  margin-bottom:24px;
  font-size:2rem;
  color:var(--hmn-accent);
}
.hmn-sections-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:18px;
}
.hmn-section-card{
  padding:18px;
  border-radius:20px;
  background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.04));
  border:1px solid rgba(212,175,55,.16);
  backdrop-filter:blur(14px);
  box-shadow:0 12px 30px rgba(0,0,0,.25);
}
.hmn-section-card h3{
  margin-bottom:10px;
  font-size:1.1rem;
  color:#f5e1a0;
}
.hmn-section-card ul{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.hmn-section-card li a{
  padding:6px 8px;
  border-radius:8px;
  font-size:.9rem;
  background:rgba(255,255,255,.05);
}
.hmn-section-card li a:hover{
  background:rgba(212,175,55,.12);
}


/* ===== v21 Sections Page Ready ===== */
.hmn-sections-page{
  width:var(--hmn-container);
  margin:28px auto 40px;
}
.hmn-sections-hero{
  margin:18px 0 22px;
  border-radius:28px;
  border:1px solid rgba(212,175,55,.14);
  background:
    radial-gradient(circle at top center, rgba(212,175,55,.10), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
  box-shadow:0 18px 44px rgba(0,0,0,.18);
}
.hmn-sections-hero__inner{
  max-width:900px;
  margin:0 auto;
  text-align:center;
  padding:30px 22px;
}
.hmn-sections-hero__kicker{
  display:inline-flex;
  padding:7px 14px;
  border-radius:999px;
  background:rgba(212,175,55,.10);
  border:1px solid rgba(212,175,55,.15);
  color:#f7e4a2;
  font-size:.85rem;
  font-weight:900;
}
.hmn-sections-hero h1{
  margin:14px 0 8px;
  color:var(--hmn-accent);
  font-size:clamp(2rem, 4vw, 3rem);
}
.hmn-sections-hero p{
  margin:0 auto;
  max-width:62ch;
  color:var(--hmn-muted);
}
.hmn-sections-grid-wrap{
  margin-top:10px;
}
.hmn-sections-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
  gap:18px;
}
.hmn-section-card{
  padding:18px;
  border-radius:22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.04));
  border:1px solid rgba(212,175,55,.14);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  box-shadow:0 12px 30px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.06);
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.hmn-section-card:hover{
  transform:translateY(-2px);
  border-color:rgba(212,175,55,.22);
  box-shadow:0 18px 38px rgba(0,0,0,.26);
}
.hmn-section-card__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:12px;
}
.hmn-section-card__head h2{
  margin:0;
  font-size:1.08rem;
  line-height:1.35;
}
.hmn-section-card__head h2 a{
  color:#f5e1a0;
}
.hmn-section-card__count{
  min-width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:rgba(212,175,55,.10);
  border:1px solid rgba(212,175,55,.16);
  color:#f7e4a2;
  font-size:.82rem;
  font-weight:800;
}
.hmn-section-card__list{
  display:grid;
  gap:8px;
}
.hmn-section-card__list li{
  list-style:none;
  margin:0;
  padding:0;
}
.hmn-section-card__list a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-height:40px;
  padding:8px 10px;
  border-radius:11px;
  background:rgba(255,255,255,.04);
  border:1px solid transparent;
  font-size:.9rem;
}
.hmn-section-card__list a:hover{
  background:rgba(212,175,55,.09);
  border-color:rgba(212,175,55,.14);
}
.hmn-section-card__list a small{
  min-width:28px;
  text-align:center;
  color:var(--hmn-accent-2);
  font-size:.76rem;
}
.hmn-section-card__empty{
  padding:10px 12px;
  border-radius:12px;
  background:rgba(255,255,255,.04);
  color:var(--hmn-muted);
  font-size:.9rem;
}
@media (max-width:1024px){
  .hmn-sections-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}
@media (max-width:680px){
  .hmn-sections-page{
    width:min(100% - 18px, 100%);
    margin:18px auto 24px;
  }
  .hmn-sections-hero{
    border-radius:20px;
  }
  .hmn-sections-hero__inner{
    padding:22px 14px;
  }
  .hmn-sections-grid{
    grid-template-columns:1fr;
    gap:12px;
  }
  .hmn-section-card{
    padding:14px;
    border-radius:18px;
  }
  .hmn-section-card__head{
    align-items:flex-start;
  }
}


/* v22 news hub */
.hmn-news-page{
 width:var(--hmn-container);
 margin:30px auto;
}
.hmn-news-title{
 text-align:center;
 font-size:2rem;
 margin-bottom:20px;
 color:var(--hmn-accent);
}
.hmn-news-section{
 margin-bottom:30px;
}
.hmn-news-grid{
 display:grid;
 grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
 gap:16px;
}
.hmn-news-card{
 border-radius:18px;
 overflow:hidden;
 background:rgba(255,255,255,.05);
}
.hmn-news-card img{
 width:100%;
 height:180px;
 object-fit:cover;
}
.hmn-news-card h3{
 padding:10px;
 font-size:.95rem;
}


/* ===== v23 enhanced news cards ===== */
.hmn-news-card{
 position:relative;
 border-radius:20px;
 overflow:hidden;
 transition:.3s;
}

.hmn-news-card img{
 width:100%;
 height:200px;
 object-fit:cover;
 transition:transform .5s ease;
}

/* hover effect */
.hmn-news-card:hover img{
 transform:scale(1.08);
}

/* overlay gradient */
.hmn-news-card::after{
 content:"";
 position:absolute;
 inset:0;
 background:linear-gradient(to top, rgba(0,0,0,.65), transparent 60%);
}

/* title over image */
.hmn-news-card h3{
 position:absolute;
 bottom:10px;
 right:10px;
 left:10px;
 color:#fff;
 font-size:1rem;
 z-index:2;
 margin:0;
 line-height:1.4;
}

/* click animation */
.hmn-news-card:active{
 transform:scale(.98);
}

/* spacing fix */
.hmn-news-grid{
 gap:20px;
}


/* v24 global news upgrade */
.hmn-news-hero{
 position:relative;
 margin-bottom:30px;
 border-radius:24px;
 overflow:hidden;
}
.hmn-news-hero img{
 width:100%;
 height:420px;
 object-fit:cover;
}
.hmn-news-hero__content{
 position:absolute;
 bottom:20px;
 right:20px;
 left:20px;
 color:#fff;
}
.hmn-news-hero h1{
 font-size:2rem;
}

/* breaking ticker */
.hmn-breaking-bar{
 padding:10px;
 background:#111;
 color:#fff;
 margin-bottom:20px;
 overflow:hidden;
}

/* improve cards spacing */
.hmn-news-section h2{
 margin-bottom:12px;
 color:var(--hmn-accent);
}


/* ===== v25 luxury news hub ===== */
.hmn-news-page{
  width:var(--hmn-container);
  margin:28px auto 40px;
}
.hmn-news-hero{
  position:relative;
  margin:0 0 22px;
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(212,175,55,.16);
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
  box-shadow:0 22px 56px rgba(0,0,0,.26);
}
.hmn-news-hero__link{
  display:block;
  position:relative;
}
.hmn-news-hero img{
  width:100%;
  height:460px;
  object-fit:cover;
  transform:scale(1.01);
}
.hmn-news-hero__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(4,10,19,.10),rgba(4,10,19,.78)),
    radial-gradient(circle at top center, rgba(212,175,55,.10), transparent 24%);
}
.hmn-news-hero__content{
  position:absolute;
  right:28px;
  left:28px;
  bottom:26px;
  z-index:2;
  max-width:760px;
}
.hmn-news-hero__eyebrow{
  display:inline-flex;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(212,175,55,.12);
  border:1px solid rgba(212,175,55,.18);
  color:#f7e4a2;
  font-size:.86rem;
  font-weight:900;
}
.hmn-news-hero h1{
  margin:14px 0 10px;
  font-size:clamp(2rem,4vw,3.4rem);
  color:#fff;
  line-height:1.14;
  text-shadow:0 4px 24px rgba(0,0,0,.28);
}
.hmn-news-hero p{
  margin:0 0 16px;
  max-width:58ch;
  color:#eef4fb;
  font-size:1rem;
}
.hmn-news-hero__cta{
  display:inline-flex;
  padding:10px 16px;
  border-radius:14px;
  background:linear-gradient(135deg,#b88c27,#f1d06a 52%,#9f7720);
  color:#08111a;
  font-weight:900;
  box-shadow:0 10px 24px rgba(212,175,55,.22);
}

.hmn-news-marquee{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 26px;
  padding:12px 14px;
  border-radius:18px;
  background:rgba(7,13,24,.82);
  border:1px solid rgba(212,175,55,.14);
  overflow:hidden;
}
.hmn-news-marquee__label{
  flex:0 0 auto;
  padding:7px 16px;
  border-radius:12px;
  background:linear-gradient(135deg,#7c1111,#ce2c2c);
  color:#fff;
  font-weight:900;
}
.hmn-news-marquee__track{
  display:flex;
  gap:24px;
  white-space:nowrap;
  overflow:auto;
  scrollbar-width:none;
}
.hmn-news-marquee__track::-webkit-scrollbar{display:none}
.hmn-news-marquee__track a,
.hmn-news-marquee__track span{
  color:#eef4fb;
  font-size:.94rem;
  padding-inline-start:10px;
  position:relative;
}
.hmn-news-marquee__track a::before,
.hmn-news-marquee__track span::before{
  content:"•";
  position:absolute;
  right:-4px;
  color:var(--hmn-accent);
}

.hmn-news-section{
  margin:0 0 28px;
}
.hmn-news-section__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 0 14px;
}
.hmn-news-section__head h2{
  margin:0;
  font-size:1.38rem;
}
.hmn-news-section__head h2 a{
  color:var(--hmn-accent);
}
.hmn-news-section__meta{
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(212,175,55,.08);
  border:1px solid rgba(212,175,55,.12);
  color:#f7e4a2;
  font-size:.82rem;
  font-weight:800;
}

.hmn-news-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.hmn-news-card--premium{
  position:relative;
  overflow:hidden;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
  border:1px solid rgba(212,175,55,.12);
  box-shadow:0 16px 36px rgba(0,0,0,.18);
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.hmn-news-card--premium:hover{
  transform:translateY(-3px);
  border-color:rgba(212,175,55,.22);
  box-shadow:0 22px 48px rgba(0,0,0,.24);
}
.hmn-news-card__link{
  display:block;
}
.hmn-news-card__media{
  position:relative;
  overflow:hidden;
}
.hmn-news-card__media img{
  width:100%;
  height:250px;
  object-fit:cover;
  transition:transform .55s ease;
}
.hmn-news-card--premium:hover .hmn-news-card__media img{
  transform:scale(1.07);
}
.hmn-news-card__shade{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(4,10,19,.04),rgba(4,10,19,.24));
}
.hmn-news-card__body{
  padding:16px;
}
.hmn-news-card__date{
  display:inline-flex;
  margin-bottom:8px;
  color:var(--hmn-accent-2);
  font-size:.8rem;
}
.hmn-news-card__body h3{
  margin:0 0 8px;
  font-size:1.12rem;
  line-height:1.45;
  color:#fff;
}
.hmn-news-card__body p{
  margin:0;
  color:var(--hmn-muted);
  font-size:.93rem;
  line-height:1.6;
}
.hmn-news-empty{
  padding:16px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  color:var(--hmn-muted);
}

@media (max-width:1024px){
  .hmn-news-hero img{
    height:380px;
  }
}
@media (max-width:780px){
  .hmn-news-grid{
    grid-template-columns:1fr;
  }
  .hmn-news-section__head{
    flex-direction:column;
    align-items:flex-start;
  }
}
@media (max-width:680px){
  .hmn-news-page{
    width:min(100% - 18px, 100%);
    margin:18px auto 24px;
  }
  .hmn-news-hero{
    border-radius:20px;
  }
  .hmn-news-hero img{
    height:280px;
  }
  .hmn-news-hero__content{
    right:16px;
    left:16px;
    bottom:16px;
  }
  .hmn-news-hero h1{
    font-size:1.7rem;
  }
  .hmn-news-hero p{
    font-size:.92rem;
  }
  .hmn-news-marquee{
    margin:0 0 20px;
    padding:10px 12px;
  }
  .hmn-news-card--premium{
    border-radius:18px;
  }
  .hmn-news-card__media img{
    height:210px;
  }
  .hmn-news-card__body{
    padding:14px;
  }
}


/* ===== v26 live broadcast page ===== */
.hmn-live-page{
  width:var(--hmn-container);
  margin:28px auto 40px;
}
.hmn-live-hero{
  margin:18px 0 22px;
  border-radius:28px;
  border:1px solid rgba(212,175,55,.14);
  background:
    radial-gradient(circle at top center, rgba(212,175,55,.10), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
  box-shadow:0 18px 44px rgba(0,0,0,.18);
}
.hmn-live-hero__content{
  max-width:900px;
  margin:0 auto;
  text-align:center;
  padding:30px 22px;
}
.hmn-live-hero__kicker{
  display:inline-flex;
  padding:7px 14px;
  border-radius:999px;
  background:rgba(212,175,55,.10);
  border:1px solid rgba(212,175,55,.15);
  color:#f7e4a2;
  font-size:.85rem;
  font-weight:900;
}
.hmn-live-hero h1{
  margin:14px 0 8px;
  color:var(--hmn-accent);
  font-size:clamp(2rem, 4vw, 3rem);
}
.hmn-live-hero p{
  margin:0 auto;
  max-width:62ch;
  color:var(--hmn-muted);
}
.hmn-live-layout{
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(320px,.9fr);
  gap:20px;
  align-items:start;
}
.hmn-live-main-card,
.hmn-platform-panel,
.hmn-live-admin-guide{
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
  border:1px solid rgba(212,175,55,.12);
  box-shadow:0 18px 40px rgba(0,0,0,.18);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.hmn-live-main-card{padding:20px}
.hmn-live-main-card__head,
.hmn-platform-panel__head,
.hmn-live-admin-guide__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}
.hmn-live-main-card__head h2,
.hmn-platform-panel__head h2,
.hmn-live-admin-guide__head h2{
  margin:0;
  color:var(--hmn-accent);
}
.hmn-live-pill{
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  background:linear-gradient(135deg,#7c1111,#ce2c2c);
  color:#fff;
  font-weight:900;
  font-size:.82rem;
}
.hmn-live-embed{
  position:relative;
  overflow:hidden;
  border-radius:20px;
  border:1px solid rgba(212,175,55,.12);
  background:#060d18;
}
.hmn-live-embed iframe{
  display:block;
  width:100%;
  min-height:440px;
  border:0;
}
.hmn-live-fallback{
  min-height:420px;
  border-radius:20px;
  border:1px solid rgba(212,175,55,.12);
  background:
    radial-gradient(circle at center, rgba(212,175,55,.20), transparent 20%),
    linear-gradient(180deg,#09111b,#0b1c3d 58%,#07101a);
  position:relative;
  overflow:hidden;
}
.hmn-live-fallback__inner{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:16px;
  text-align:center;
  padding:20px;
}
.hmn-live-note{
  max-width:42ch;
  color:var(--hmn-muted);
}
.hmn-platform-panel{
  padding:20px;
}
.hmn-platform-panel__head span{
  color:var(--hmn-muted);
  font-size:.86rem;
}
.hmn-platform-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.hmn-platform-card{
  padding:16px 14px;
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
  border:1px solid rgba(212,175,55,.12);
  text-align:center;
  transition:transform .2s ease,border-color .2s ease;
}
.hmn-platform-card:hover{
  transform:translateY(-2px);
  border-color:rgba(212,175,55,.22);
}
.hmn-platform-card__icon{
  width:44px;
  height:44px;
  margin:0 auto 10px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(212,175,55,.10);
  border:1px solid rgba(212,175,55,.14);
  color:#f7e4a2;
  font-weight:900;
  font-size:1.1rem;
}
.hmn-platform-card h3{
  margin:0 0 8px;
  font-size:1rem;
  color:#fff;
}
.hmn-platform-card a{
  display:inline-flex;
  padding:8px 12px;
  border-radius:12px;
  background:rgba(212,175,55,.10);
  border:1px solid rgba(212,175,55,.14);
  color:#f7e4a2;
  font-size:.84rem;
  font-weight:800;
}
.hmn-platform-card__empty{
  color:var(--hmn-muted);
  font-size:.82rem;
}
.hmn-live-admin-guide{
  margin-top:22px;
  padding:20px;
}
.hmn-live-admin-guide__head{
  flex-direction:column;
  align-items:flex-start;
}
.hmn-live-admin-guide__head p{
  margin:0;
  color:var(--hmn-muted);
}
.hmn-live-admin-guide__steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.hmn-live-admin-step{
  padding:16px;
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
  border:1px solid rgba(212,175,55,.10);
  text-align:center;
}
.hmn-live-admin-step strong{
  width:38px;
  height:38px;
  margin:0 auto 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:rgba(212,175,55,.10);
  border:1px solid rgba(212,175,55,.14);
  color:#f7e4a2;
}
.hmn-live-admin-step span{
  display:block;
  color:var(--hmn-muted);
}
@media (max-width:1024px){
  .hmn-live-layout{
    grid-template-columns:1fr;
  }
}
@media (max-width:680px){
  .hmn-live-page{
    width:min(100% - 18px, 100%);
    margin:18px auto 24px;
  }
  .hmn-live-hero{
    border-radius:20px;
  }
  .hmn-live-hero__content{
    padding:22px 14px;
  }
  .hmn-live-main-card,
  .hmn-platform-panel,
  .hmn-live-admin-guide{
    border-radius:18px;
    padding:16px;
  }
  .hmn-live-embed iframe{
    min-height:240px;
  }
  .hmn-live-fallback{
    min-height:240px;
  }
  .hmn-platform-grid{
    grid-template-columns:1fr;
  }
  .hmn-live-admin-guide__steps{
    grid-template-columns:1fr;
  }
}


/* ===== v27 ULTRA LIVE EXPERIENCE ===== */

/* glowing live indicator */
.hmn-live-pill{
  box-shadow:0 0 18px rgba(255,0,0,.6),0 0 40px rgba(255,0,0,.2);
  animation:livePulse 1.8s infinite;
}
@keyframes livePulse{
  0%{transform:scale(1)}
  50%{transform:scale(1.05)}
  100%{transform:scale(1)}
}

/* cinematic video frame */
.hmn-live-embed{
  border:2px solid rgba(212,175,55,.25);
  box-shadow:0 25px 60px rgba(0,0,0,.5);
}

/* platform cards premium */
.hmn-platform-card{
  position:relative;
  overflow:hidden;
}
.hmn-platform-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent,rgba(212,175,55,.25),transparent);
  opacity:0;
  transition:.4s;
}
.hmn-platform-card:hover::before{
  opacity:1;
}

/* hover scale */
.hmn-platform-card:hover{
  transform:translateY(-4px) scale(1.02);
}

/* hero stronger */
.hmn-live-hero{
  background:
    radial-gradient(circle at center, rgba(212,175,55,.15), transparent 30%),
    linear-gradient(180deg,#050b14,#0b1c3d);
}

/* admin panel luxury */
.hmn-live-admin-guide{
  background:
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02));
}

/* responsive polish */
@media(max-width:680px){
  .hmn-live-pill{
    font-size:.7rem;
  }
}


/* ===== v28 luxury article page ===== */
.hmn-article-page{
  width:var(--hmn-container);
  margin:24px auto 40px;
}
.hmn-article--luxury{
  background:transparent;
  border:0;
  box-shadow:none;
  padding:0;
}

.hmn-article-hero{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  min-height:520px;
  border:1px solid rgba(212,175,55,.16);
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
  box-shadow:0 24px 60px rgba(0,0,0,.24);
  margin-bottom:24px;
}
.hmn-article-hero__media{
  position:absolute;
  inset:0;
}
.hmn-article-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.01);
}
.hmn-article-hero__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(4,10,19,.12),rgba(4,10,19,.84)),
    radial-gradient(circle at top center, rgba(212,175,55,.10), transparent 26%);
}
.hmn-article-hero__content{
  position:absolute;
  right:34px;
  left:34px;
  bottom:28px;
  z-index:2;
  max-width:880px;
}
.hmn-article-hero__eyebrow{
  display:inline-flex;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(212,175,55,.12);
  border:1px solid rgba(212,175,55,.18);
  color:#f7e4a2;
  font-size:.86rem;
  font-weight:900;
}
.hmn-article-hero__content h1{
  margin:14px 0 12px;
  font-size:clamp(2.2rem,4vw,4rem);
  line-height:1.12;
  color:#fff;
  text-shadow:0 4px 24px rgba(0,0,0,.28);
}
.hmn-article-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  color:#eef4fb;
  font-size:.92rem;
  margin-bottom:12px;
}
.hmn-article-hero__excerpt{
  margin:0;
  max-width:60ch;
  color:#eef4fb;
  font-size:1rem;
  line-height:1.75;
}

.hmn-article-layout{
  display:grid;
  grid-template-columns:minmax(0,1.6fr) minmax(280px,.72fr);
  gap:22px;
  align-items:start;
}
.hmn-article-layout__main{
  min-width:0;
}
.hmn-article__content--luxury{
  padding:28px;
  border-radius:28px;
  background:
    radial-gradient(circle at top center, rgba(212,175,55,.07), transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
  border:1px solid rgba(212,175,55,.12);
  box-shadow:0 18px 40px rgba(0,0,0,.18);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  color:#f2f6fb;
  font-size:1.06rem;
  line-height:2;
}
.hmn-article__content--luxury p{
  margin:0 0 1.2em;
}
.hmn-article__content--luxury h2,
.hmn-article__content--luxury h3,
.hmn-article__content--luxury h4{
  color:var(--hmn-accent);
  margin:1.1em 0 .6em;
  line-height:1.35;
}
.hmn-article__content--luxury blockquote{
  margin:1.2em 0;
  padding:16px 18px;
  border-right:4px solid var(--hmn-accent);
  border-radius:18px;
  background:rgba(255,255,255,.04);
  color:#eef4fb;
}
.hmn-article__content--luxury img{
  border-radius:20px;
  margin:18px auto;
  box-shadow:0 18px 38px rgba(0,0,0,.22);
}
.hmn-article__content--luxury a{
  color:#f7e4a2;
  text-decoration:underline;
  text-underline-offset:3px;
}
.hmn-article__content--luxury ul,
.hmn-article__content--luxury ol{
  padding-right:1.2em;
  margin:0 0 1.2em;
}

.hmn-article-layout__aside{
  display:grid;
  gap:18px;
}
.hmn-article-sidecard{
  padding:18px;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
  border:1px solid rgba(212,175,55,.12);
  box-shadow:0 16px 36px rgba(0,0,0,.18);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.hmn-article-sidecard h3{
  margin:0 0 12px;
  color:var(--hmn-accent);
  font-size:1.08rem;
}
.hmn-article-sidecard__list{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
}
.hmn-article-sidecard__list li{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px 12px;
  border-radius:12px;
  background:rgba(255,255,255,.04);
}
.hmn-article-sidecard__list strong{
  color:#fff;
  font-size:.9rem;
}
.hmn-article-sidecard__list span{
  color:var(--hmn-muted);
  font-size:.86rem;
}
.hmn-article-sidecard__actions{
  display:grid;
  gap:10px;
}
.hmn-article-sidecard__actions .hmn-button{
  justify-content:center;
  text-align:center;
  min-height:46px;
}

@media (max-width:1024px){
  .hmn-article-layout{
    grid-template-columns:1fr;
  }
}
@media (max-width:680px){
  .hmn-article-page{
    width:min(100% - 18px, 100%);
    margin:18px auto 24px;
  }
  .hmn-article-hero{
    min-height:340px;
    border-radius:22px;
  }
  .hmn-article-hero__content{
    right:16px;
    left:16px;
    bottom:16px;
  }
  .hmn-article-hero__content h1{
    font-size:1.8rem;
  }
  .hmn-article-hero__excerpt{
    font-size:.92rem;
  }
  .hmn-article__content--luxury{
    padding:18px 16px;
    border-radius:20px;
    font-size:1rem;
    line-height:1.9;
  }
  .hmn-article-sidecard{
    padding:16px;
    border-radius:18px;
  }
}

/* ===== v30 sovereign static pages ===== */
.hmn-static-page{width:var(--hmn-container);margin:28px auto 40px}
.hmn-static-hero{margin:18px 0 22px;border-radius:30px;border:1px solid rgba(212,175,55,.16);background:radial-gradient(circle at top center, rgba(212,175,55,.10), transparent 28%),linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));box-shadow:0 18px 44px rgba(0,0,0,.18)}
.hmn-static-hero__inner{max-width:920px;margin:0 auto;text-align:center;padding:32px 22px}
.hmn-static-hero__eyebrow{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(212,175,55,.10);border:1px solid rgba(212,175,55,.15);color:#f7e4a2;font-size:.85rem;font-weight:900}
.hmn-static-hero h1{margin:14px 0 8px;color:var(--hmn-accent);font-size:clamp(2rem,4vw,3rem)}
.hmn-static-hero p{margin:0 auto;max-width:64ch;color:var(--hmn-muted)}
.hmn-static-grid{display:grid;gap:18px;margin:0 0 22px}
.hmn-static-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.hmn-static-card,.hmn-form-shell,.hmn-static-content{padding:22px;border-radius:24px;background:radial-gradient(circle at top center, rgba(212,175,55,.07), transparent 34%),linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));border:1px solid rgba(212,175,55,.12);box-shadow:0 16px 38px rgba(0,0,0,.18);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.hmn-static-card h2,.hmn-static-content h2,.hmn-static-content h3{margin:0 0 10px;color:var(--hmn-accent)}
.hmn-static-card p,.hmn-static-content p{color:var(--hmn-muted)}
.hmn-static-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:22px}
.hmn-static-linkcard{min-height:74px;display:flex;align-items:center;justify-content:center;border-radius:18px;padding:14px;text-align:center;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));border:1px solid rgba(212,175,55,.12);box-shadow:0 14px 30px rgba(0,0,0,.16);color:#f7e4a2;font-weight:800;transition:transform .2s ease,border-color .2s ease}
.hmn-static-linkcard:hover{transform:translateY(-2px);border-color:rgba(212,175,55,.22)}
.hmn-team-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:18px;margin:0 0 22px}
.hmn-team-card{padding:22px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));border:1px solid rgba(212,175,55,.12);box-shadow:0 16px 38px rgba(0,0,0,.18)}
.hmn-team-card--featured{background:radial-gradient(circle at top center, rgba(212,175,55,.12), transparent 36%),linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025))}
.hmn-team-card__avatar{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:999px;margin:0 0 14px;background:rgba(212,175,55,.10);border:1px solid rgba(212,175,55,.14);color:#f7e4a2;font-size:1.4rem;font-weight:900}
.hmn-team-card h2{margin:0 0 8px;color:#fff}.hmn-team-card p{color:var(--hmn-muted)}
.hmn-form-notice{margin:0 0 16px;padding:12px 14px;border-radius:14px;background:rgba(212,175,55,.10);border:1px solid rgba(212,175,55,.14);color:#f7e4a2;font-weight:800}
.hmn-form--luxury .hmn-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.hmn-form--luxury label{display:block}.hmn-form--luxury label span{display:block;margin:0 0 8px;color:#fff;font-size:.92rem}
.hmn-form--luxury input,.hmn-form--luxury textarea,.hmn-form--luxury select{width:100%;min-height:48px;padding:12px 14px;border-radius:14px;border:1px solid rgba(212,175,55,.12);background:rgba(255,255,255,.05);color:var(--hmn-text)}
.hmn-form--luxury textarea{min-height:180px;resize:vertical}.hmn-form-grid__full{grid-column:1 / -1}.hmn-form--luxury button{margin-top:16px}
.hmn-contact-layout{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1.35fr);gap:20px}
.hmn-contact-mini{margin-top:12px;padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.04)}
.hmn-contact-mini span{display:block;color:var(--hmn-muted);font-size:.84rem}.hmn-contact-mini strong{display:block;color:#fff;margin-top:4px}
.hmn-support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0 0 22px}
@media (max-width:1024px){.hmn-static-grid--3,.hmn-team-grid,.hmn-support-grid,.hmn-static-links,.hmn-contact-layout{grid-template-columns:1fr}}
@media (max-width:680px){.hmn-static-page{width:min(100% - 18px, 100%);margin:18px auto 24px}.hmn-static-hero{border-radius:20px}.hmn-static-hero__inner{padding:22px 14px}.hmn-static-card,.hmn-form-shell,.hmn-static-content{padding:16px;border-radius:18px}.hmn-form--luxury .hmn-form-grid{grid-template-columns:1fr}}

/* ===== v31 Team System Pro ===== */
.hmn-team-page .hmn-static-hero{margin-bottom:24px}
.hmn-team-hero-card{
  display:grid;
  grid-template-columns:minmax(320px,.7fr) minmax(0,1.3fr);
  gap:24px;
  align-items:center;
  padding:28px;
  border-radius:30px;
  background:
    radial-gradient(circle at 24% 30%, rgba(212,175,55,.12), transparent 26%),
    linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  border:1px solid rgba(212,175,55,.16);
  box-shadow:0 24px 56px rgba(0,0,0,.24);
  margin:0 0 24px;
  overflow:hidden;
}
.hmn-team-hero-card__media{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:520px;
}
.hmn-team-hero-card__media img{
  width:min(100%,420px);
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:28px;
  position:relative;
  z-index:2;
  box-shadow:0 24px 54px rgba(0,0,0,.32);
}
.hmn-team-hero-card__placeholder{
  width:220px;height:220px;border-radius:999px;display:flex;align-items:center;justify-content:center;
  background:rgba(212,175,55,.12);border:1px solid rgba(212,175,55,.16);font-size:4rem;color:#f7e4a2;z-index:2
}
.hmn-team-hero-card__ring{
  position:absolute;inset:50%;transform:translate(-50%,-50%);
  width:min(520px,92%);aspect-ratio:1;border-radius:999px;
  border:2px solid rgba(212,175,55,.42);
  box-shadow:0 0 0 16px rgba(212,175,55,.05),0 0 80px rgba(212,175,55,.18);
}
.hmn-team-hero-card__content{min-width:0}
.hmn-team-hero-card__eyebrow{
  display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(212,175,55,.10);
  border:1px solid rgba(212,175,55,.15);color:#f7e4a2;font-size:.88rem;font-weight:900
}
.hmn-team-hero-card__content h2,.hmn-team-member-single .hmn-team-hero-card__content h1{
  margin:14px 0 12px;color:#fff;font-size:clamp(2rem,4vw,3.4rem);line-height:1.15
}
.hmn-team-hero-card__bio{
  color:var(--hmn-text);font-size:1.04rem;line-height:2;
  max-height:none;overflow-wrap:anywhere
}
.hmn-team-hero-card__bio p{margin:0 0 1em}
.hmn-team-hero-card__meta{
  display:flex;flex-wrap:wrap;gap:10px;margin-top:16px
}
.hmn-team-hero-card__meta span{
  display:inline-flex;padding:9px 14px;border-radius:14px;background:rgba(255,255,255,.05);
  border:1px solid rgba(212,175,55,.12);color:#f7e4a2;font-size:.88rem
}

.hmn-team-grid--dynamic{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin:0 0 24px;
}
.hmn-team-card--pro{
  padding:0;
  overflow:hidden;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.hmn-team-card--pro:hover{
  transform:translateY(-4px);
  border-color:rgba(212,175,55,.24);
  box-shadow:0 20px 40px rgba(0,0,0,.24);
}
.hmn-team-card__photo{
  position:relative;
  min-height:310px;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
}
.hmn-team-card__photo img{
  width:100%;
  height:310px;
  object-fit:cover;
}
.hmn-team-card__photo::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(4,10,19,.04),rgba(4,10,19,.36));
}
.hmn-team-card__body{
  padding:18px;
}
.hmn-team-card__role{
  display:inline-flex;
  margin-bottom:8px;
  color:#f7e4a2;
  font-size:.82rem;
  font-weight:800;
}
.hmn-team-card--pro h3{
  margin:0 0 8px;
  font-size:1.18rem;
  color:#fff;
}
.hmn-team-card--pro p{
  margin:0;
  color:var(--hmn-muted);
  line-height:1.8;
  display:-webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:9em;
}

@media (max-width:1100px){
  .hmn-team-hero-card{
    grid-template-columns:1fr;
  }
  .hmn-team-hero-card__media{
    min-height:unset;
    padding-top:6px;
  }
  .hmn-team-grid--dynamic{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:680px){
  .hmn-team-hero-card{
    padding:16px;
    border-radius:22px;
    gap:14px;
  }
  .hmn-team-hero-card__media img{
    width:100%;
    border-radius:20px;
  }
  .hmn-team-hero-card__ring{
    width:94%;
  }
  .hmn-team-hero-card__content h2,.hmn-team-member-single .hmn-team-hero-card__content h1{
    font-size:1.9rem;
  }
  .hmn-team-hero-card__bio{
    font-size:.98rem;
    line-height:1.9;
  }
  .hmn-team-grid--dynamic{
    grid-template-columns:1fr;
  }
  .hmn-team-card__photo,
  .hmn-team-card__photo img{
    height:260px;
    min-height:260px;
  }
}

/* ===== v32 Team verification + sovereign feel ===== */
.hmn-team-hero-card__content h2 .hmn-verified-badge,
.hmn-team-member-single h1 .hmn-verified-badge,
.hmn-team-card--pro h3 .hmn-verified-badge{
  vertical-align:middle;
}
.hmn-verified-badge{
  --badge-color:#3b82f6;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  margin-inline-start:10px;
  border-radius:999px;
  background:color-mix(in srgb, var(--badge-color) 88%, white 12%);
  color:#fff;
  box-shadow:0 0 0 4px color-mix(in srgb, var(--badge-color) 20%, transparent), 0 12px 24px rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.22);
  font-weight:900;
  font-size:1rem;
}
.hmn-verified-badge--small{
  width:24px;
  height:24px;
  font-size:.72rem;
  margin-inline-start:8px;
}
.hmn-team-hero-card__nickname,
.hmn-team-card__nickname{
  color:#f5e1a0;
  font-weight:700;
}
.hmn-team-hero-card__nickname{
  margin:-2px 0 14px;
  font-size:1rem;
}
.hmn-team-card__nickname{
  font-size:.86rem;
  margin:-2px 0 8px;
  opacity:.95;
}
.hmn-team-card--pro{
  position:relative;
}
.hmn-team-card--pro::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:inherit;
  background:linear-gradient(135deg, rgba(212,175,55,.12), transparent 22%, transparent 78%, rgba(212,175,55,.1));
  opacity:.8;
}

/* ===== v33 hierarchy team refinements ===== */
.hmn-team-hero-card--pyramid .hmn-team-hero-card__media img{
  clip-path:polygon(50% 0%, 98% 100%, 2% 100%);
  aspect-ratio:1/1.15;
  width:min(100%,430px);
  background:#000;
}
.hmn-team-hero-card__media--link{
  position:relative;
  text-decoration:none;
}
.hmn-team-hero-card__cta{
  position:absolute;
  bottom:18px;
  left:50%;
  transform:translateX(-50%);
  z-index:3;
  padding:10px 14px;
  border-radius:14px;
  background:rgba(5,11,20,.76);
  border:1px solid rgba(212,175,55,.22);
  color:#f7e4a2;
  font-weight:800;
  backdrop-filter:blur(8px);
}
.hmn-team-group{margin:0 0 28px}
.hmn-team-group__head{display:flex;align-items:center;justify-content:space-between;margin:0 0 14px}
.hmn-team-group__head h2{
  margin:0;
  padding:8px 14px;
  border-radius:16px;
  background:rgba(212,175,55,.08);
  border:1px solid rgba(212,175,55,.12);
  color:var(--hmn-accent);
}
.hmn-team-card__link{display:block;color:inherit}
.hmn-team-badges{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:4px 0 10px}
.hmn-team-badges--small{margin:0 0 8px}
.hmn-team-role-pill{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(212,175,55,.10);
  border:1px solid rgba(212,175,55,.16);
  color:#f5e1a0;
  font-size:.82rem;
  font-weight:900;
}
.hmn-verified-badge{
  --badge-color:#3b82f6;
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;height:34px;
  border-radius:999px;
  background:var(--badge-color);
  color:#fff;
  border:1px solid rgba(255,255,255,.35);
  box-shadow:0 0 0 4px color-mix(in srgb, var(--badge-color) 18%, transparent), 0 10px 18px rgba(0,0,0,.22);
  overflow:hidden;
}
.hmn-verified-badge__check{position:relative;z-index:2;font-size:.92rem;font-weight:900}
.hmn-verified-badge--small{width:24px;height:24px}
.hmn-verified-badge--small .hmn-verified-badge__check{font-size:.7rem}
.hmn-verified-badge[style*="#ffffff"] .hmn-verified-badge__check,
.hmn-verified-badge[style*="#b7c0cc"] .hmn-verified-badge__check{color:#0f172a}
.hmn-verified-badge--flag .hmn-verified-badge__flag{
  position:absolute;
  bottom:-2px;
  right:-6px;
  width:18px;height:12px;
  border-radius:3px;
  border:1px solid rgba(255,255,255,.55);
  background:
    linear-gradient(180deg,#16a34a 0 33%, #ffffff 33% 66%, #111111 66% 100%);
  box-shadow:0 6px 12px rgba(0,0,0,.2);
}
.hmn-verified-badge--flag .hmn-verified-badge__flag::before{
  content:"★ ★ ★";
  position:absolute;
  inset:0;
  font-size:5px;
  line-height:12px;
  text-align:center;
  color:#dc2626;
  letter-spacing:-1px;
}
.hmn-team-badge-note{
  margin:0 0 14px;
  padding:10px 12px;
  border-radius:14px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(212,175,55,.12);
  color:#f5e1a0;
}
.hmn-support-type{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(212,175,55,.08);
  border:1px solid rgba(212,175,55,.12);
  color:#f5e1a0;
  font-weight:700;
}
@media (max-width:680px){
  .hmn-team-hero-card--pyramid .hmn-team-hero-card__media img{
    clip-path:none;
    aspect-ratio:4/5;
  }
  .hmn-team-hero-card__cta{bottom:10px;font-size:.86rem}
}


/* ===== v34 homepage refinements ===== */
.hmn-hero-slider{
  min-height:calc(760px * (var(--hmn-hero-scale,65) / 100));
}
.hmn-slide__content--glass-left{
  left:24px;
  right:auto;
  bottom:20px;
  top:auto;
  transform:none;
  max-width:420px;
  padding:16px 18px;
  border-radius:20px;
  background:linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.05));
  border:1px solid rgba(212,175,55,.16);
  box-shadow:0 18px 36px rgba(0,0,0,.24);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
.hmn-slide__content--glass-left h1{
  font-size:clamp(1.15rem, 2.2vw, 1.6rem);
  margin:10px 0 8px;
}
.hmn-slide__content--glass-left p{
  font-size:.92rem;
  line-height:1.7;
  margin:0 0 12px;
}
.hmn-slide__content--glass-left .hmn-button{
  min-height:40px;
  padding:0 16px;
  font-size:.88rem;
}

.hmn-luxury-block--compact,
.hmn-side-panel--compact{
  transform:scale(calc(var(--hmn-panel-scale,70) / 100));
  transform-origin:top center;
  margin-bottom:calc(-1 * (100% - var(--hmn-panel-scale,70)) / 3);
}
.hmn-home-shell__aside{
  gap:0;
}
.hmn-highlight-grid--compact{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.hmn-subgrid-squares{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
}
.hmn-square-card{
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:12px;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
  border:1px solid rgba(212,175,55,.14);
  box-shadow:0 12px 26px rgba(0,0,0,.16);
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.hmn-square-card:hover{
  transform:translateY(-2px);
  border-color:rgba(212,175,55,.24);
  background:linear-gradient(180deg, rgba(212,175,55,.12), rgba(255,255,255,.05));
}
.hmn-rate-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 12px;
  border-radius:12px;
  background:rgba(255,255,255,.05);
  margin-bottom:10px;
}
.hmn-rate-item span{
  color:var(--hmn-muted);
  font-size:.88rem;
}
.hmn-rate-item strong{
  color:#fff;
  font-size:1rem;
}
.hmn-rate-note{
  display:block;
  color:var(--hmn-accent-2);
  font-size:.76rem;
  line-height:1.6;
}
.hmn-footer__inner--stacked{
  grid-template-columns:1.2fr 1.2fr .8fr;
  gap:20px;
}
.hmn-footer__motto{
  color:#fff;
  font-weight:800;
}
@media (max-width:1024px){
  .hmn-subgrid-squares{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hmn-footer__inner--stacked{grid-template-columns:1fr}
}
@media (max-width:680px){
  .hmn-hero-slider{min-height:380px}
  .hmn-slide__content--glass-left{
    left:14px;
    right:14px;
    max-width:none;
    bottom:14px;
    padding:14px;
  }
  .hmn-slide__content--glass-left h1{font-size:1.1rem}
  .hmn-slide__content--glass-left p{font-size:.84rem}
  .hmn-subgrid-squares,
  .hmn-highlight-grid--compact{grid-template-columns:1fr}
  .hmn-luxury-block--compact,
  .hmn-side-panel--compact{
    transform:none;
    margin-bottom:0;
  }
}


/* ===== v34.1 restore home sections fix ===== */
/* Hero: keep image visible, reduce overall height, move glass box to bottom-left */
.hmn-hero-slider{
  min-height:430px !important;
}
.hmn-slide{
  background-position:center center !important;
  background-size:cover !important;
}
.hmn-slide__overlay{
  background:
    linear-gradient(180deg,rgba(4,10,20,.08),rgba(4,10,20,.50)) !important;
}
.hmn-slide__content--glass-left{
  position:absolute !important;
  left:26px !important;
  right:auto !important;
  top:auto !important;
  bottom:26px !important;
  transform:none !important;
  max-width:360px !important;
  text-align:right !important;
  padding:16px 18px !important;
  border-radius:20px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.05)) !important;
  border:1px solid rgba(212,175,55,.16) !important;
  box-shadow:0 18px 34px rgba(0,0,0,.24) !important;
  backdrop-filter:blur(16px) !important;
  -webkit-backdrop-filter:blur(16px) !important;
}
.hmn-slide__content--glass-left .hmn-kicker{
  margin-bottom:10px !important;
  font-size:.78rem !important;
}
.hmn-slide__content--glass-left h1{
  font-size:clamp(1rem, 1.65vw, 1.35rem) !important;
  line-height:1.65 !important;
  margin:0 0 8px !important;
  color:#fff !important;
}
.hmn-slide__content--glass-left p{
  font-size:.84rem !important;
  line-height:1.75 !important;
  margin:0 0 10px !important;
  color:#eef4fb !important;
}
.hmn-slide__content--glass-left .hmn-button{
  min-height:38px !important;
  padding:0 14px !important;
  font-size:.82rem !important;
}

/* Restore all homepage boxes: no collapsing transforms */
.hmn-home-shell__aside{
  gap:14px !important;
}
.hmn-luxury-block--compact,
.hmn-side-panel--compact{
  transform:none !important;
  margin-bottom:0 !important;
}
.hmn-side-panel--compact{
  padding:16px !important;
  border-radius:22px !important;
}
.hmn-luxury-block--compact{
  padding:18px !important;
  border-radius:24px !important;
}
.hmn-side-panel--compact h3{
  font-size:1.2rem !important;
  margin-bottom:10px !important;
}
.hmn-feature-item{
  padding:10px 12px !important;
  border-radius:14px !important;
}
.hmn-feature-item strong{
  font-size:.92rem !important;
}
.hmn-highlight-grid--compact{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:12px !important;
}
.hmn-highlight-card{
  min-height:128px !important;
  padding:16px 14px !important;
  border-radius:18px !important;
}
.hmn-highlight-card strong{
  font-size:.98rem !important;
}
.hmn-highlight-card small{
  font-size:.78rem !important;
  line-height:1.6 !important;
}
.hmn-subgrid-squares{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:10px !important;
}
.hmn-square-card{
  min-height:78px !important;
  padding:10px !important;
  border-radius:16px !important;
  font-size:.88rem !important;
}

/* Currency and live cards explicitly visible */
.hmn-side-panel--currency,
.hmn-live-card,
.hmn-luxury-block--compact{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
}
.hmn-rate-item{
  padding:9px 10px !important;
  margin-bottom:8px !important;
}
.hmn-rate-item span{
  font-size:.82rem !important;
}
.hmn-rate-item strong{
  font-size:.92rem !important;
}
.hmn-rate-note{
  font-size:.72rem !important;
}
.hmn-live-card .hmn-live-player{
  min-height:170px !important;
  border-radius:16px !important;
}

/* Footer text areas keep visible and elegant */
.hmn-footer__inner--stacked{
  display:grid !important;
  grid-template-columns:1.15fr 1.15fr .9fr !important;
  gap:18px !important;
}
.hmn-footer__motto{
  line-height:1.8 !important;
}

/* Tablet / mobile */
@media (max-width: 1024px){
  .hmn-hero-slider{
    min-height:390px !important;
  }
  .hmn-highlight-grid--compact{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .hmn-subgrid-squares{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .hmn-footer__inner--stacked{
    grid-template-columns:1fr !important;
  }
}
@media (max-width: 680px){
  .hmn-hero-slider{
    min-height:320px !important;
  }
  .hmn-slide__content--glass-left{
    left:14px !important;
    right:14px !important;
    max-width:none !important;
    bottom:14px !important;
    padding:14px !important;
  }
  .hmn-slide__content--glass-left h1{
    font-size:1rem !important;
    line-height:1.6 !important;
  }
  .hmn-slide__content--glass-left p{
    font-size:.8rem !important;
    line-height:1.7 !important;
  }
  .hmn-highlight-grid--compact,
  .hmn-subgrid-squares{
    grid-template-columns:1fr !important;
  }
}


/* ===== v34.2 hero hard fix ===== */
.hmn-hero{
  overflow:hidden !important;
}
.hmn-hero-slider{
  position:relative !important;
  min-height:460px !important;
  border-radius:28px !important;
  overflow:hidden !important;
}
.hmn-slide{
  position:absolute !important;
  inset:0 !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  opacity:0 !important;
  visibility:hidden !important;
}
.hmn-slide.is-active{
  opacity:1 !important;
  visibility:visible !important;
}
.hmn-slide__overlay{
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(180deg,rgba(5,10,20,.08),rgba(5,10,20,.42)) !important;
}
.hmn-slide__content.hmn-slide__content--glass-left{
  position:absolute !important;
  left:24px !important;
  right:auto !important;
  bottom:24px !important;
  top:auto !important;
  transform:none !important;
  width:min(390px, calc(100% - 48px)) !important;
  max-width:390px !important;
  text-align:right !important;
  margin:0 !important;
  padding:16px 18px !important;
  border-radius:20px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.06)) !important;
  border:1px solid rgba(212,175,55,.18) !important;
  box-shadow:0 18px 42px rgba(0,0,0,.28) !important;
  backdrop-filter:blur(18px) !important;
  -webkit-backdrop-filter:blur(18px) !important;
  z-index:5 !important;
}
.hmn-slide__content--glass-left .hmn-kicker{
  display:inline-flex !important;
  margin-bottom:8px !important;
  font-size:.78rem !important;
  padding:6px 12px !important;
}
.hmn-slide__content--glass-left h1{
  margin:0 0 8px !important;
  font-size:clamp(1rem,1.5vw,1.3rem) !important;
  line-height:1.7 !important;
  color:#ffffff !important;
  text-shadow:none !important;
}
.hmn-slide__content--glass-left p{
  margin:0 0 10px !important;
  font-size:.83rem !important;
  line-height:1.7 !important;
  color:#eef4fb !important;
}
.hmn-slide__content--glass-left .hmn-hero__buttons{
  justify-content:flex-start !important;
}
.hmn-slide__content--glass-left .hmn-button{
  min-height:36px !important;
  padding:0 14px !important;
  font-size:.82rem !important;
}

/* restore visible homepage boxes */
.hmn-home-shell{
  align-items:start !important;
}
.hmn-home-shell__main,
.hmn-home-shell__aside{
  display:grid !important;
  align-content:start !important;
}
.hmn-luxury-block--compact,
.hmn-side-panel--compact{
  transform:none !important;
  margin-bottom:0 !important;
  opacity:1 !important;
  visibility:visible !important;
  display:block !important;
}
.hmn-side-panel--compact{
  padding:16px !important;
}
.hmn-highlight-grid--compact{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:12px !important;
}
.hmn-subgrid-squares{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:10px !important;
}
.hmn-highlight-card,
.hmn-square-card,
.hmn-side-panel--currency,
.hmn-live-card{
  opacity:1 !important;
  visibility:visible !important;
}
@media (max-width:1024px){
  .hmn-hero-slider{min-height:400px !important;}
  .hmn-highlight-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .hmn-subgrid-squares{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:680px){
  .hmn-hero-slider{min-height:320px !important;}
  .hmn-slide__content.hmn-slide__content--glass-left{
    left:12px !important;
    right:12px !important;
    width:auto !important;
    max-width:none !important;
    bottom:12px !important;
    padding:14px !important;
  }
  .hmn-highlight-grid--compact,
  .hmn-subgrid-squares{
    grid-template-columns:1fr !important;
  }
}


/* ===== v34.3 static hero final fix ===== */
.hmn-hero--static{
  position:relative !important;
  overflow:hidden !important;
  border-radius:30px !important;
}
.hmn-hero-static__media{
  position:relative !important;
  min-height:430px !important;
  border-radius:30px !important;
  overflow:hidden !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}
.hmn-hero-static__overlay{
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(180deg,rgba(5,10,20,.10),rgba(5,10,20,.48)) !important;
}
.hmn-hero-static__glass{
  position:absolute !important;
  left:24px !important;
  right:auto !important;
  bottom:24px !important;
  width:min(390px, calc(100% - 48px)) !important;
  max-width:390px !important;
  z-index:5 !important;
  padding:16px 18px !important;
  border-radius:20px !important;
  text-align:right !important;
  background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.06)) !important;
  border:1px solid rgba(212,175,55,.18) !important;
  box-shadow:0 18px 42px rgba(0,0,0,.28) !important;
  backdrop-filter:blur(18px) !important;
  -webkit-backdrop-filter:blur(18px) !important;
}
.hmn-hero-static__glass .hmn-kicker{
  display:inline-flex !important;
  margin-bottom:8px !important;
  font-size:.78rem !important;
  padding:6px 12px !important;
}
.hmn-hero-static__glass h1{
  margin:0 0 8px !important;
  font-size:clamp(1rem,1.5vw,1.3rem) !important;
  line-height:1.7 !important;
  color:#fff !important;
  text-shadow:none !important;
}
.hmn-hero-static__glass p{
  margin:0 0 10px !important;
  font-size:.83rem !important;
  line-height:1.7 !important;
  color:#eef4fb !important;
}
.hmn-hero-static__glass .hmn-hero__buttons{
  justify-content:flex-start !important;
}

/* hide old slider controls if any remain */
.hmn-hero-slider,.hmn-slider-controls{
  display:none !important;
}

/* keep requested homepage boxes visible */
.hmn-luxury-block--compact,
.hmn-side-panel--compact,
.hmn-side-panel--currency,
.hmn-live-card,
.hmn-highlight-card,
.hmn-square-card{
  opacity:1 !important;
  visibility:visible !important;
  display:block !important;
}
.hmn-home-shell__aside{
  gap:14px !important;
}
.hmn-luxury-block--compact,
.hmn-side-panel--compact{
  transform:none !important;
  margin-bottom:0 !important;
  padding:16px !important;
}
.hmn-highlight-grid--compact{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:12px !important;
}
.hmn-subgrid-squares{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:10px !important;
}
@media (max-width:1024px){
  .hmn-hero-static__media{min-height:390px !important;}
  .hmn-highlight-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .hmn-subgrid-squares{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:680px){
  .hmn-hero-static__media{min-height:320px !important;}
  .hmn-hero-static__glass{
    left:12px !important;
    right:12px !important;
    width:auto !important;
    max-width:none !important;
    bottom:12px !important;
    padding:14px !important;
  }
  .hmn-highlight-grid--compact,
  .hmn-subgrid-squares{
    grid-template-columns:1fr !important;
  }
}


/* ===== v34.4 balanced homepage ===== */
.hmn-hero--v344{
  margin:0 0 22px;
}
.hmn-hero-v344__media{
  position:relative;
  min-height:410px;
  border-radius:30px;
  overflow:hidden;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  box-shadow:0 24px 56px rgba(0,0,0,.24);
}
.hmn-hero-v344__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(6,12,22,.10),rgba(6,12,22,.44)),
    radial-gradient(circle at top center, rgba(212,175,55,.08), transparent 24%);
}
.hmn-hero-v344__glass{
  position:absolute;
  left:24px;
  bottom:24px;
  width:min(360px, calc(100% - 48px));
  padding:16px 18px;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,.05));
  border:1px solid rgba(212,175,55,.16);
  box-shadow:0 18px 38px rgba(0,0,0,.24);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  z-index:5;
}
.hmn-hero-v344__glass h1{
  margin:0 0 8px;
  font-size:clamp(1rem, 1.5vw, 1.3rem);
  line-height:1.7;
  color:#fff;
}
.hmn-hero-v344__glass p{
  margin:0 0 10px;
  font-size:.84rem;
  line-height:1.75;
  color:#eef4fb;
}
.hmn-hero-v344__glass .hmn-hero__buttons{
  justify-content:flex-start;
}

.hmn-home-shell--v344{
  grid-template-columns:minmax(0,1.6fr) minmax(320px,.95fr);
  gap:18px;
}
.hmn-home-shell__aside--grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  align-content:start;
}
.hmn-home-shell__aside--grid .hmn-live-card{
  grid-column:1 / -1;
}
.hmn-home-shell__aside--grid .hmn-side-panel{
  min-height:100%;
}
.hmn-luxury-block--home-tools{
  padding:18px;
}
.hmn-luxury-block--home-tools .hmn-luxury-block__head h2{
  font-size:1.55rem;
}
.hmn-highlight-grid--compact{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.hmn-highlight-card{
  min-height:138px;
  padding:16px 14px;
  border-radius:18px;
}
.hmn-highlight-card strong{
  font-size:.98rem;
}
.hmn-highlight-card small{
  font-size:.79rem;
  line-height:1.6;
}
.hmn-subgrid-squares{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-top:12px;
}
.hmn-square-card{
  min-height:78px;
  padding:10px;
  border-radius:16px;
  font-size:.88rem;
}
.hmn-side-panel--compact{
  padding:16px;
  border-radius:22px;
}
.hmn-side-panel--compact h3{
  font-size:1.12rem;
  margin:0 0 10px;
}
.hmn-feature-item{
  padding:10px 12px;
  border-radius:14px;
}
.hmn-feature-item strong{
  font-size:.92rem;
}
.hmn-rate-item{
  padding:10px 12px;
  margin-bottom:8px;
}
.hmn-rate-note{
  font-size:.72rem;
  line-height:1.6;
}
.hmn-prayer-cities{
  display:grid;
  gap:10px;
}
.hmn-prayer-city{
  padding:10px;
  border-radius:14px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(212,175,55,.10);
}
.hmn-prayer-city__name{
  display:block;
  margin-bottom:8px;
  color:var(--hmn-accent-2);
}
.hmn-prayer-grid{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:6px 10px;
  font-size:.82rem;
}
.hmn-prayer-grid span{
  color:var(--hmn-muted);
}
.hmn-prayer-grid strong{
  color:#fff;
  font-weight:800;
}

.hmn-footer--v344{
  margin-top:26px;
}
.hmn-footer__inner--v344{
  width:var(--hmn-container);
  margin:0 auto;
  display:grid;
  grid-template-columns:1.15fr 1.25fr .9fr;
  gap:18px;
}
.hmn-footer__panel{
  padding:20px;
  border-radius:22px;
  background:
    radial-gradient(circle at top center, rgba(212,175,55,.08), transparent 35%),
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
  border:1px solid rgba(212,175,55,.12);
  box-shadow:0 18px 40px rgba(0,0,0,.18);
}
.hmn-footer__panel h3{
  margin:0 0 10px;
  color:var(--hmn-accent);
}
.hmn-footer__socials{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}
.hmn-social-icon{
  width:42px;
  height:42px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.04));
  border:1px solid rgba(212,175,55,.14);
  box-shadow:0 10px 22px rgba(0,0,0,.16);
}
.hmn-social-icon span{
  color:#f7e4a2;
  font-weight:800;
}
.hmn-footer__menu{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:8px;
}
.hmn-footer__menu a{
  display:block;
  padding:10px 12px;
  border-radius:14px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(212,175,55,.10);
}
.hmn-footer__motto{
  color:#fff;
  line-height:1.9;
  font-weight:800;
}

@media (max-width:1100px){
  .hmn-home-shell--v344{
    grid-template-columns:1fr;
  }
  .hmn-footer__inner--v344{
    grid-template-columns:1fr;
  }
}
@media (max-width:720px){
  .hmn-hero-v344__media{
    min-height:320px;
  }
  .hmn-hero-v344__glass{
    left:12px;
    right:12px;
    width:auto;
    bottom:12px;
    padding:14px;
  }
  .hmn-home-shell__aside--grid{
    grid-template-columns:1fr;
  }
  .hmn-highlight-grid--compact,
  .hmn-subgrid-squares{
    grid-template-columns:1fr;
  }
}


/* ===== v34.6 dynamic hero and layout fixes ===== */
.hmn-hero--v346{margin:0 0 22px}
.hmn-hero-v346__viewport{
  position:relative;
  min-height:430px;
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 24px 56px rgba(0,0,0,.24);
}
.hmn-hero-v346__slide{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  opacity:0;
  visibility:hidden;
  transition:opacity .5s ease, visibility .5s ease;
}
.hmn-hero-v346__slide.is-active{
  opacity:1;
  visibility:visible;
}
.hmn-hero-v346__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(6,12,22,.10),rgba(6,12,22,.42)),
    radial-gradient(circle at top center, rgba(212,175,55,.08), transparent 24%);
}
.hmn-hero-v346__glass{
  position:absolute;
  left:24px;
  bottom:24px;
  width:min(370px, calc(100% - 48px));
  padding:16px 18px;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,.05));
  border:1px solid rgba(212,175,55,.16);
  box-shadow:0 18px 38px rgba(0,0,0,.24);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  z-index:5;
  text-align:right;
}
.hmn-hero-v346__glass h1{
  margin:0 0 8px;
  font-size:clamp(1rem,1.55vw,1.34rem);
  line-height:1.72;
  color:#fff;
}
.hmn-hero-v346__glass p{
  margin:0 0 10px;
  font-size:.84rem;
  line-height:1.78;
  color:#eef4fb;
}
.hmn-hero-v346__glass .hmn-hero__buttons{justify-content:flex-start}
.hmn-hero-v346__dots{
  position:absolute;
  right:18px;
  bottom:18px;
  z-index:8;
  display:flex;
  gap:8px;
}
.hmn-hero-v346__dot{
  width:10px;height:10px;border-radius:999px;border:0;
  background:rgba(255,255,255,.45);cursor:pointer;
}
.hmn-hero-v346__dot.is-active{background:var(--hmn-accent)}

.hmn-cards-grid--newsfix .hmn-card{
  min-height:100%;
}
.hmn-cards-grid--newsfix .hmn-card__body{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.hmn-cards-grid--newsfix .hmn-card__body h3{
  line-height:1.7;
  min-height:4.2em;
  overflow:hidden;
}
.hmn-cards-grid--newsfix .hmn-card__body p,
.hmn-cards-grid--newsfix .hmn-card__excerpt{
  line-height:1.8;
}

.hmn-home-shell--v346{
  grid-template-columns:minmax(0,1.55fr) minmax(340px,1fr);
  gap:18px;
}
.hmn-home-shell__aside--grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  align-content:start;
}
.hmn-side-panel--wide{grid-column:1 / -1}
.hmn-highlight-grid--compact{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.hmn-subgrid-squares{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-top:12px;
}
.hmn-rate-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.hmn-rate-card{
  padding:10px 12px;
  border-radius:14px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(212,175,55,.10);
  display:grid;
  gap:6px;
}
.hmn-rate-card span{font-size:.8rem;color:var(--hmn-muted);line-height:1.6}
.hmn-rate-card strong{font-size:.96rem;color:#fff}
.hmn-rate-card--accent{
  grid-column:1 / -1;
  background:linear-gradient(180deg,rgba(212,175,55,.12),rgba(255,255,255,.05));
}
.hmn-prayer-cities--onebox{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.hmn-prayer-city{
  padding:12px;
  border-radius:16px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(212,175,55,.10);
}
.hmn-prayer-city__name{display:block;margin-bottom:8px;color:var(--hmn-accent-2)}
.hmn-prayer-grid{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:6px 10px;
  font-size:.82rem;
}
.hmn-prayer-grid span{color:var(--hmn-muted)}
.hmn-prayer-grid strong{color:#fff;font-weight:800}

.hmn-broadcast-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
.hmn-broadcast-frame{
  overflow:hidden;
  border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(212,175,55,.12);
}
.hmn-broadcast-frame iframe,
.hmn-broadcast-frame video{
  width:100%;
  min-height:280px;
  display:block;
}
.hmn-live-note{
  display:block;
  max-width:32ch;
  text-align:center;
  color:#eef4fb;
}
@media (max-width:1100px){
  .hmn-home-shell--v346{grid-template-columns:1fr}
}
@media (max-width:820px){
  .hmn-prayer-cities--onebox,
  .hmn-rate-grid,
  .hmn-highlight-grid--compact,
  .hmn-subgrid-squares{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:720px){
  .hmn-hero-v346__viewport{min-height:340px}
  .hmn-hero-v346__glass{
    left:12px;right:12px;bottom:12px;width:auto;
    padding:14px;
  }
  .hmn-home-shell__aside--grid,
  .hmn-prayer-cities--onebox,
  .hmn-rate-grid,
  .hmn-highlight-grid--compact,
  .hmn-subgrid-squares{
    grid-template-columns:1fr;
  }
}


/* ===== v34.7 news dock page refinement ===== */
.hmn-news-hub-page{
  width:var(--hmn-container);
  margin:0 auto 34px;
}
.hmn-news-hub-hero{
  margin-top:18px;
}
.hmn-news-hub-lead{
  margin:0 0 22px;
}
.hmn-news-lead-card{
  border-radius:30px;
  overflow:hidden;
  background:
    radial-gradient(circle at top center, rgba(212,175,55,.08), transparent 35%),
    linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.025));
  border:1px solid rgba(212,175,55,.12);
  box-shadow:0 20px 46px rgba(0,0,0,.18);
}
.hmn-news-lead-card__link{
  display:grid;
  grid-template-columns:minmax(320px,1fr) minmax(0,1fr);
  min-height:340px;
}
.hmn-news-lead-card__media img{
  width:100%;
  height:100%;
  min-height:340px;
  object-fit:cover;
}
.hmn-news-lead-card__body{
  padding:26px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:10px;
}
.hmn-news-lead-card__body h2{
  margin:0;
  font-size:clamp(1.5rem,2.5vw,2.2rem);
  line-height:1.55;
  color:#fff;
}
.hmn-news-lead-card__body p{
  margin:0;
  color:var(--hmn-muted);
  line-height:1.95;
  font-size:.98rem;
}
.hmn-news-hub-grid-shell{
  padding:18px;
}
.hmn-cards-grid--news-hub{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.hmn-cards-grid--news-hub .hmn-card{
  display:flex;
  flex-direction:column;
  height:100%;
  min-height:100%;
}
.hmn-cards-grid--news-hub .hmn-card__link{
  display:flex;
  flex-direction:column;
  height:100%;
}
.hmn-cards-grid--news-hub .hmn-card__media{
  overflow:hidden;
  aspect-ratio:16/10;
  background:rgba(255,255,255,.03);
}
.hmn-cards-grid--news-hub .hmn-card__media img,
.hmn-cards-grid--news-hub .hmn-card__placeholder{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hmn-cards-grid--news-hub .hmn-card__body{
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:16px;
  min-height:180px;
}
.hmn-cards-grid--news-hub .hmn-card__meta{
  display:block;
  font-size:.8rem;
  color:var(--hmn-accent-2);
}
.hmn-cards-grid--news-hub .hmn-card__body h3{
  margin:0;
  font-size:1.05rem;
  line-height:1.75;
  color:#fff;
  min-height:3.5em;
  max-height:3.5em;
  overflow:hidden;
}
.hmn-cards-grid--news-hub .hmn-card__excerpt{
  margin:0;
  color:var(--hmn-muted);
  line-height:1.85;
  font-size:.92rem;
  min-height:5.6em;
  max-height:5.6em;
  overflow:hidden;
}
.hmn-cards-grid--news-hub .hmn-card:hover{
  transform:translateY(-4px);
}
.hmn-generic .hmn-cards-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.hmn-generic .hmn-card__body{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.hmn-generic .hmn-card__body h3{
  line-height:1.7;
  min-height:3.4em;
  max-height:3.4em;
  overflow:hidden;
}
.hmn-generic .hmn-card__body p{
  line-height:1.8;
  min-height:5.4em;
  max-height:5.4em;
  overflow:hidden;
}
@media (max-width:1100px){
  .hmn-cards-grid--news-hub,
  .hmn-generic .hmn-cards-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .hmn-news-lead-card__link{
    grid-template-columns:1fr;
  }
}
@media (max-width:720px){
  .hmn-cards-grid--news-hub,
  .hmn-generic .hmn-cards-grid{
    grid-template-columns:1fr;
  }
  .hmn-news-lead-card__body{
    padding:18px;
  }
  .hmn-news-lead-card__body h2{
    font-size:1.35rem;
  }
}


/* ===== v35 performance and final polish ===== */
.hmn-card,
.hmn-highlight-card,
.hmn-side-panel,
.hmn-luxury-block{
  content-visibility:auto;
  contain-intrinsic-size: 500px;
}
.hmn-card__media,
.hmn-news-lead-card__media,
.hmn-broadcast-frame{
  background:#0a1527;
}
.hmn-card__media img,
.hmn-news-lead-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hmn-rate-card{
  min-height:88px;
}
