/* HolySlots entity layout and navigation improvements, 2026-09-09 */
.hs-nav { display: flex; align-items: center; gap: 4px; }
.hs-nav > .nav-item-wrap { position: relative; display: inline-flex; }
.hs-nav .hs-nav-caret { margin-left: 6px; color: var(--slots-gold); font-size: 11px; }
.hs-nav .nav-dropdown .nav-item-wrap { position: relative; display: block; width: 100%; }
.hs-nav .nav-dropdown .nav-item-wrap > a { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.hs-nav .nav-dropdown .nav-dropdown { top: -9px; left: calc(100% + 8px); }
.hs-nav .nav-item-wrap:hover > .nav-dropdown,
.hs-nav .nav-item-wrap:focus-within > .nav-dropdown { display: flex; }

.hs-entity-hero { padding-block: 30px 36px; background: radial-gradient(ellipse at 18% 0, #2b1b48, var(--slots-panel) 62%); }
.hs-entity-hero .hs-trail { margin-bottom: 24px; }
.hs-entity-hero-grid { display: grid; grid-template-columns: minmax(280px, 46%) minmax(0, 1fr); gap: 42px; align-items: center; }
.hs-entity-hero-grid.is-text-only { grid-template-columns: minmax(0, 760px); }
.hs-entity-visual { position: relative; aspect-ratio: 16 / 9; margin: 0; overflow: hidden; border: 1px solid var(--slots-line); border-radius: 18px; background: var(--slots-bg); box-shadow: 0 20px 50px #08040f73; }
.hs-entity-visual::after { content: ''; position: absolute; inset: 0; border: 1px solid #ffffff12; border-radius: inherit; pointer-events: none; }
.hs-entity-visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hs-entity-copy { min-width: 0; text-align: left; }
.hs-entity-copy h1 { max-width: 760px; margin: 0 0 14px; font-size: clamp(30px, 3vw, 46px); line-height: 1.12; }
.hs-entity-copy .hs-post-lede { max-width: 680px; margin: 0 0 20px; }
.hs-entity-copy .hs-post-meta { justify-content: flex-start; flex-wrap: wrap; }

.hs-post-layout { grid-template-columns: minmax(0, 1fr) 360px; grid-template-areas: "content rail"; gap: 42px; }
.hs-post-content { grid-area: content; min-width: 0; }
.hs-post-rail { grid-area: rail; max-height: calc(100vh - 110px); overflow: auto; padding-right: 4px; scrollbar-width: thin; scrollbar-color: var(--slots-line) transparent; }
.hs-rail-about { padding: 4px 2px 0; }

.hs-stats-tags a { font-size: 12px; font-weight: 800; color: var(--slots-gold); background: var(--slots-panel-2); border: 1px solid var(--slots-line); border-radius: 999px; padding: 5px 12px; text-decoration: none; }
.hs-stats-tags a:hover { border-color: var(--slots-gold); }

.hs-facts-card { margin-bottom: 20px; padding: 18px; border: 1px solid var(--slots-gold); border-radius: 14px; background: var(--slots-panel); }
.hs-facts-head { margin-bottom: 14px; }
.hs-facts-head > span { display: block; margin-bottom: 4px; color: var(--slots-gold); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.hs-facts-head h2 { margin: 0; color: var(--slots-text); font-size: 18px; line-height: 1.25; }
.hs-facts-card .hs-profile-status { flex-direction: column; margin-bottom: 14px; }
.hs-facts-card .hs-profile-status span { text-align: left; }
.hs-facts-list { display: grid; gap: 0; margin: 0; }
.hs-facts-list div { display: grid; grid-template-columns: minmax(96px, .8fr) minmax(0, 1.2fr); gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--slots-line); }
.hs-facts-list dt { color: var(--slots-muted); font-size: 10px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.hs-facts-list dd { margin: 0; color: var(--slots-text); font-size: 12px; font-weight: 800; line-height: 1.45; overflow-wrap: anywhere; }
.hs-facts-list a { color: var(--slots-gold); text-decoration: none; }
.hs-facts-card .hs-stats-tags { margin-top: 14px; padding-top: 14px; }
.hs-facts-links { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--slots-line); }
.hs-facts-links strong { flex: 0 0 100%; color: var(--slots-text); font-size: 11px; }
.hs-facts-links a { padding: 5px 9px; border: 1px solid var(--slots-line); border-radius: 999px; color: var(--slots-gold); background: var(--slots-panel-2); font-size: 11px; font-weight: 800; text-decoration: none; }
.hs-facts-details { margin-top: 14px; border-top: 1px solid var(--slots-line); }
.hs-facts-details summary { padding: 13px 0 3px; color: var(--slots-gold); font-size: 12px; font-weight: 800; cursor: pointer; }
.hs-facts-details p, .hs-facts-details li { color: var(--slots-muted); font-size: 11px; line-height: 1.55; }
.hs-facts-details ul { margin: 8px 0 0; padding-left: 18px; }
.hs-facts-card .hs-review-score { margin-top: 14px; }
.hs-facts-card .hs-casino-primary-cta { display: flex; justify-content: center; margin-top: 16px; }
.hs-facts-source { display: inline-flex; margin-top: 14px; color: var(--slots-gold); font-size: 12px; font-weight: 800; text-decoration: none; }

.hs-provider-catalog { padding-block: 34px 80px; }
.hs-provider-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.hs-provider-card { min-width: 0; overflow: hidden; border: 1px solid var(--slots-line); border-radius: 16px; background: var(--slots-panel); transition: transform .18s ease, border-color .18s ease; }
.hs-provider-card:hover { transform: translateY(-3px); border-color: var(--slots-gold); }
.hs-provider-card-media { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--slots-panel-2); }
.hs-provider-card-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hs-provider-card-media > span { display: grid; width: 100%; height: 100%; place-items: center; color: var(--slots-gold); font-size: 42px; font-weight: 900; }
.hs-provider-card-body { padding: 20px; }
.hs-provider-card-body > p { margin: 0 0 7px; color: var(--slots-gold); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.hs-provider-card-body h2 { margin: 0 0 10px; font-size: 22px; }
.hs-provider-card-body h2 a { color: var(--slots-text); text-decoration: none; }
.hs-provider-card-body > div { min-height: 92px; color: var(--slots-muted); font-size: 13px; line-height: 1.55; }
.hs-provider-card-body dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 18px 0; padding-top: 16px; border-top: 1px solid var(--slots-line); }
.hs-provider-card-body dl div { min-width: 0; }
.hs-provider-card-body dt { color: var(--slots-muted); font-size: 9px; text-transform: uppercase; }
.hs-provider-card-body dd { margin: 2px 0 0; color: var(--slots-text); font-size: 12px; font-weight: 800; }
.hs-provider-card-link { display: inline-flex; color: var(--slots-gold); font-size: 13px; font-weight: 800; text-decoration: none; }
.hs-rail-games { margin-bottom: 20px; padding: 16px; border: 1px solid var(--slots-line); border-radius: 12px; background: var(--slots-panel); }
.hs-rail-games h2 { margin: 0 0 11px; font-size: 15px; }
.hs-rail-games > a { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 10px; align-items: center; padding: 8px 0; border-top: 1px solid var(--slots-line); color: var(--slots-text); font-size: 12px; font-weight: 800; line-height: 1.35; text-decoration: none; }
.hs-rail-games img { width: 76px; height: 43px; object-fit: cover; border-radius: 7px; }
.hs-rail-games p { margin: 0; }

@media (max-width: 900px) {
    .hs-entity-hero-grid { grid-template-columns: minmax(240px, 42%) minmax(0, 1fr); gap: 24px; }
    .hs-post-layout { grid-template-columns: 1fr; grid-template-areas: "rail" "content"; }
    .hs-post-rail { position: static; max-height: none; overflow: visible; }
    .hs-provider-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hs-nav .nav-dropdown .nav-dropdown { top: 100%; left: 12px; }
}

@media (max-width: 640px) {
    .hs-entity-hero { padding-block: 24px 28px; }
    .hs-entity-hero-grid { grid-template-columns: 1fr; gap: 24px; }
    .hs-entity-copy h1 { font-size: 30px; }
    .hs-entity-copy .hs-post-meta { display: grid; gap: 7px; }
    .hs-entity-visual { border-radius: 14px; }
    .hs-provider-grid { grid-template-columns: 1fr; }
    .hs-provider-card-body > div { min-height: 0; }
    .hs-nav { flex-wrap: wrap; }
    .hs-nav .nav-dropdown { left: 0; min-width: min(260px, 90vw); }
}
