/*
Theme Name: HonaDrama
Theme URL: https://NexrGen.com/
Author: NexrGen Team
Author URI: https://NexrGen.com/
Text Domain: honadrama
This Theme Designed By NexrGen
Description: HonaDrama cinematic Arabic movies and series theme.
Version: 2.0.0
*/
:root {
    --honadrama-bg: #161622;
    --honadrama-section: #1B1D2B;
    --honadrama-header: #222638;
    --honadrama-surface: #35384D;
    --honadrama-control: #354068;
    --honadrama-control-hover: #3B4970;
    --honadrama-border: #505462;
    --honadrama-accent: #F3B626;
    --honadrama-accent-active: #F1C82E;
    --honadrama-text: #FFFFFF;
    --honadrama-muted: #C4C4C6;
    --honadrama-accent-text: #161622;
    --honadrama-overlay-light: rgba(22, 22, 34, 0.55);
    --honadrama-overlay: rgba(22, 22, 34, 0.75);
    --honadrama-overlay-strong: rgba(22, 22, 34, 0.90);
    --honadrama-subtle-border: rgba(255, 255, 255, 0.12);
    --honadrama-navy: var(--honadrama-header);
    --honadrama-violet: var(--honadrama-control);
    --honadrama-violet-hover: var(--honadrama-control-hover);
    --honadrama-red: var(--honadrama-accent);
    --honadrama-red-hover: var(--honadrama-accent-active);
    --honadrama-yellow: var(--honadrama-accent);
    --honadrama-dark-overlay: var(--honadrama-overlay);
    --honadrama-brand-red: #ff433d;
    --honadrama-header-height: 92px;
    --honadrama-page-gutter: clamp(28px, 2.5vw, 48px);
    --honadrama-radius: 16px;
    --honadrama-font-nav: 16px;
    --honadrama-font-body: 15px;
    --honadrama-font-section-title: clamp(23px, 1.45vw, 26px);
    --honadrama-font-card-title: clamp(21px, 1.25vw, 24px);
    color-scheme: dark;
}
/****** Reset *******/
* {
    outline: 0;
    padding: 0;
    margin: 0;
    font-style: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
}
h4, h5, h6, h1, h2, h3, ul, li{
    margin: 0px;
    font-family: FontMedium;
}
a{
    text-decoration: none;
    color: #fff;
    font-family: FontMedium;
}
a:focus, a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}
button , input {
    font-family: FontMedium;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.container {
    margin: 0 auto;
    max-width: 1200px;
}
@media(min-width: 1440px){
    .container {
        max-width: 1400px;
    }
}
body {
    font-family: 'FontMedium';
    font-size: 1.2vw;
    color: #fff;
    background-color: var(--honadrama-bg);
    -webkit-animation: fadein 2s;
    animation: fadein 2s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -ms-user-select: none;
}
header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5vw 2.344vw;
    width: 100%;
    z-index: 10;
}
header img {
    width: 9.5124vw;
}
header i {
    font-size: 1.4952vw;
    padding: 0 1vw 0 0;
    cursor: pointer;
}
header ul {
    padding: 0 1.5vw;
}
header ul li {
    display: inline-block;
    padding: 0 0.8vw;
}
header ul li:hover a {
    color: var(--honadrama-red)
}
header form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20vw;
    margin-right: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header form input {
    width: 0;
    padding: 0;
    border: 0;
    background: var(--honadrama-text);
    font-family: 'FontMedium';
    font-size: 1.0vw;
    border-radius: 0.2457vw;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
header form.active input {
    width: 100%;
    padding: 0.25vw;
}
main-slider {
    display: block;
    direction: ltr;
    overflow: hidden;
    margin: 0 0 -12vw;
}
main-slider .owl-item {
    position: relative;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
main-slider .owl-item .item {
    position: relative;
    height: 55.781vw;
    direction: rtl;
}
main-slider .owl-item .item figure:not(ul figure)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(var(--honadrama-overlay), rgba(22, 22, 34, 0) 10%, rgba(22, 22, 34, 0) 70%, var(--honadrama-bg)), linear-gradient(90deg, rgba(22, 22, 34, 0), rgba(22, 22, 34, 0) 50%, var(--honadrama-overlay-strong));
}
main-slider .owl-item .item img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
main-slider .owl-item .item i {
    font-size: 1.563vw;
    padding: 0 0 0 0.5vw;
    vertical-align: middle;
}
main-slider .owl-item .item article {
    width: 32vw;
    padding: 7.422vw 2.344vw;
    font-size: 0.99vw;
}
main-slider .owl-item .item article ul.btns {
    display: flex
;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 2vw 0px 0px;
    text-align: center;
    gap: 0.8vw;
}
main-slider .owl-item .item article ul img {
    position: unset;
    display: block;
    width: auto;
    max-width: 100%;
    height: 11.719vw;
    margin: 0 0 1.0vw 0;
}
main-slider .owl-item .item article span[aria-label="comment"] {
    display: block;
    padding: 1.2vw 0 0 0;
    font-size: 1.2vw;
}
main-slider .owl-item .item article span[aria-label="comment"] em {
    border-right: 0.25vw solid var(--honadrama-red);
    padding: 0 0.5vw;
}
main-slider .owl-item .item article ul li {
    display: inline-block;
}
main-slider .owl-item .item article ul li p {
    font-size: 0.938vw;
    text-align: justify;
    color: var(--honadrama-muted);
    padding: 1.5vw 0;
}
main-slider .owl-item .item article ul.btns li {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    cursor: pointer;
    border: 0.078vw solid var(--honadrama-accent);
    background: var(--honadrama-accent);
    color: var(--honadrama-accent-text);
    overflow: hidden;
    border-radius: 100px;
}
main-slider .owl-item .item article ul:nth-of-type(3) li a {
    display: block;
    padding: 0.625vw 0;
}
main-slider .owl-item .item article ul.btns li:not(:last-child) a {
    color: var(--honadrama-accent-text);
}
main-slider .owl-item .item article ul:nth-of-type(3) li:last-child {
    padding: 0.625vw 0;
    margin: 0;
    background: var(--honadrama-control);
    border: 0.078vw solid var(--honadrama-border);
    color: var(--honadrama-text);
}
main-slider .owl-item .item article ul:nth-of-type(3) li.remove {
    color: var(--honadrama-text);
    background: var(--honadrama-control-hover);
}
main-slider .owl-item .item article ul li:not(:first-child):not(:last-child):after {
    content: "";
    display: inline-block;
    padding: 0.2em;
    margin: 0px 0.481vw;
    background: var(--honadrama-muted);
    border-radius: 100px;
}
main-slider .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -16.8vw;
    padding: 0vw 5vw;
    -webkit-animation: fadein 2s;
    animation: fadein 2s;
}
main-slider .owl-dot {
    cursor: pointer;
}
main-slider .owl-dot img {
    max-width: 8.5vw;
    height: 3.7vw;
    -webkit-filter: drop-shadow(2px 4px 6px var(--honadrama-overlay-light));
    filter: drop-shadow(2px 4px 6px var(--honadrama-overlay-light));
}
main-slider .owl-dot:after {
    content: "";
    display: block;
    width: 0vw;
    height: 0.156vw;
    margin: 0 auto;
    background-color: var(--honadrama-red);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
main-slider .owl-dot.active:after {
    width: 3.75vw;
}
section {
    position: relative;
    padding: 0 2.344vw 1.5vw;
    overflow: hidden;
}
section span:not([aria-label]) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1vw 0;
    font-family: 'FontMedium';
    font-size: 1.5625vw;
}
section span em {
    color: #ffffff;
    font-size: 1.214vw;
    padding: 0vw 0.781vw;
    margin: 0 auto 0 0;
    border-radius: 3.906vw;
    background: var(--honadrama-control);
}
section span em:not(:last-child) {
    color: var(--honadrama-accent-text);
    padding: 0vw 0.938vw;
    margin-right: 0.391vw;
    line-height: 1.2;
    border-radius: 0.781vw 0vw;
    background: var(--honadrama-yellow);
}
section ul[aria-label="platforms"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section ul[aria-label="platforms"] li {
    flex: 1;
    background: linear-gradient(0deg, rgba(22, 22, 34, 0),var(--honadrama-overlay-strong) );
    height: 9.457vw;
    border-radius: 0.625vw 0.625vw 0;
    overflow: hidden;
}
section ul[aria-label="platforms"] li:not(:last-child) {
    margin: 0 0 0 0.5vw;
}
section ul[aria-label="platforms"] li a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
}
section .owl-item img {
        border-radius: 0.8vw;
}
section .owl-item {
    position: relative;
    display: inline-block;
    border-radius: .8vw;
    height: 22.457vw;
    opacity: 0;
    -webkit-transition: opacity .75s linear, 0.5s, -webkit-transform .3s ease;
    transition: opacity .75s linear, 0.5s, -webkit-transform .3s ease;
    -o-transition: opacity .75s linear, 0.5s, transform .3s ease;
    transition: opacity .75s linear, 0.5s, transform .3s ease;
    transition: opacity .75s linear, 0.5s, transform .3s ease, -webkit-transform .3s ease;
}
section .owl-item.active {
    opacity: 1;
}
section .owl-prev,
.owl-next {
    position: absolute;
    top: 2.5vw;
    bottom: 2.5vw;
    right: 0;
    color: #ffffff;
    cursor: pointer;
    padding: 0.5vw;
    font-size: 3.916vw;
    background: none;
    border: none;
}
section .owl-next {
    left: 0;
    right: unset;
}
section .owl-prev.disabled,
.owl-next.disabled {
    color: var(--honadrama-muted);
}
.owl-nav.disabled {
    display: none;
}
section .owl-item:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
section .owl-item:hover img {
    -webkit-filter: brightness(0.5) opacity(0.8);
    filter: brightness(0.5) opacity(0.8);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
section .owl-item:hover ul {
    opacity: 0;
    -webkit-transition: opacity .75s linear, 0.5s;
    -o-transition: opacity .75s linear, 0.5s;
    transition: opacity .75s linear, 0.5s;
}
section .owl-item:hover ul:not(:nth-of-type(1)) {
    opacity: 1;
    -webkit-transition: opacity .75s linear, 0.5s;
    -o-transition: opacity .75s linear, 0.5s;
    transition: opacity .75s linear, 0.5s;
}
section .owl-item ul:not(:nth-of-type(1)) {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5vw;
    font-size: 0.9vw;
    opacity: 0;
    z-index: 10;
}
section .owl-item ul:not(:nth-of-type(1)) li:not([aria-label="title"],
[aria-label="play"]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: var(--honadrama-text);
    padding: 0.3vw;
    margin: 1.114vw 0.2vw 0;
    font-size: 0.8vw;
    line-height: 1;
    background: var(--honadrama-control);
    border-radius: 2vw;
}
section .owl-item ul:not(:nth-of-type(1)) li[aria-label="title"],
li[aria-label="play"] {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    color: #ffffff;
    margin: 0;
    font-size: 1.5vw;
    text-align: center;
    background: none;
}
section .owl-item li i {
    width: 4vw;
    height: 4vw;
    font-size: 1.5vw;
    line-height: 4vw !important;
    background: var(--honadrama-accent);
    color: var(--honadrama-accent-text);
    border-radius: 2vw;
}
section .owl-item ul:not(:nth-of-type(1)) li[aria-label="title"] em {
    display: block;
    color: var(--honadrama-muted);
    font-size: 1.001vw;
}
section .owl-item li[aria-label="ribbon"]:nth-of-type(1) {
    position: absolute;
    width: 14.42vw;
    top: 1.6vw;
    left: -4.5vw;
    z-index: 10;
    line-height: 2vw;
    text-align: center;
    background: linear-gradient(45deg,var(--honadrama-violet),var(--honadrama-violet-hover));
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
}
li[aria-label="ribbon"]:first-child {
    top: 0.4vw !important;
}
li[aria-label="ribbon"] {
    --f: 10px;
    --r: 5px;
    position: absolute;
    padding-inline: 10px;
    border-bottom: var(--f) solid var(--honadrama-overlay-light);
    color: #fff;
    border-radius: 10px 0 0 0;
    left: -10.2px !important;
    border-right: var(--r) solid rgba(22, 22, 34, 0);
    clip-path: polygon(100% 0, 0 0, 0 calc(100% - var(--f)), var(--f) 100%, var(--f) calc(100% - var(--f)), 100% calc(100% - var(--f)), calc(100% - var(--r)) calc(50% - var(--f) / 2));
    width: auto !important;
    transform: none !important;
}

section .owl-item li[aria-label="ribbon"]:nth-of-type(2) {
    position: absolute;
    width: 15.42vw;
    top: 3vw;
    left: -3vw;
    z-index: 10;
    line-height: 2vw;
    text-align: center;
    background: linear-gradient(45deg,var(--honadrama-violet),var(--honadrama-violet-hover));
    transform: rotate(-40deg);
}
section .owl-item li[aria-label="episode"] {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    font-size: 2vw;
    text-align: center;
    background-image: linear-gradient(to right, rgba(22, 22, 34, 0), var(--honadrama-bg));
}
section .owl-item li[aria-label="episode"] em {
    display: block;
    padding: 3px 0.6vw;
    font-size: 1vw;
    background:  linear-gradient(45deg,var(--honadrama-violet),var(--honadrama-violet-hover));
    border-radius: 8px 0 0 8px;
    color: #fff;
}
.owl-dots {
    display: none !important;
}
section .owl-item li[aria-label="age"] {
    position: absolute;
    bottom: 0.8vw;
    left: 0px;
    z-index: 10;
    font-size: 1.6vw;
    line-height: 1;
    padding: 0.3vw 0.5vw 0.18vw 0.2vw;
    border-radius: 0px 5vw 5vw 0px;
    background: var(--honadrama-control);
    color: var(--honadrama-text);
}
section .owl-item li[aria-label="year"] {
    position: absolute;
    top: 0.8vw;
    right: 0.5vw;
    z-index: 10;
    padding: 0.25vw 0.5vw 0vw;
    color: var(--honadrama-bg);
    line-height: 1;
    border-radius: 5vw;
    background: var(--honadrama-yellow);
}
section[aria-label="posts"] {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.0vw 1fr 1.0vw 1fr 1.0vw 1fr 1.0vw 1fr 1.0vw 1fr;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 1.0vw;
    grid-row-gap: 1.5vw;
    padding: 0 2.344vw 1.5vw;
    overflow: visible;
}
section[aria-label="posts"] > article[aria-label="post"] {
    min-width: 0;
}
ul[aria-label="pagination"] {
    padding: 2.344vw 1.5vw;
    text-align: center;
}
ul[aria-label="pagination"] li {
    display: inline-block;
}
ul[aria-label="pagination"] a,ul[aria-label="pagination"] span {
    color: #fff;
    padding: 0.50vw .825vw;
    margin: 0 0 0 0.5vw;
    font-size: 1.2vw;
    background: var(--honadrama-control);
    border-radius: 0.5vw;
}
ul[aria-label="pagination"] li.active a , ul[aria-label="pagination"] span.current {
    background: var(--honadrama-red);
    color: var(--honadrama-accent-text);
}
article[aria-label="post"] img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.8vw;
}
article[aria-label="post"] {
    position: relative;
    aspect-ratio: 2 / 3;
    height: auto;
    overflow: hidden;
    border-radius: .8vw;
    -webkit-transition: opacity .75s linear, 0.5s, -webkit-transform .3s ease;
    transition: opacity .75s linear, 0.5s, -webkit-transform .3s ease;
    -o-transition: opacity .75s linear, 0.5s, transform .3s ease;
    transition: opacity .75s linear, 0.5s, transform .3s ease;
    transition: opacity .75s linear, 0.5s, transform .3s ease, -webkit-transform .3s ease;
}
article[aria-label="post"] .honadrama-card {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
}
article[aria-label="post"]:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
main article ul.btns li:last-child i {
    padding: 0px;
    padding-right: 14px;
}
article[aria-label="post"]:hover img {
    -webkit-filter: brightness(0.5) opacity(0.8);
    filter: brightness(0.5) opacity(0.8);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
article[aria-label="post"]:hover ul {
    opacity: 0;
    -webkit-transition: opacity .75s linear, 0.5s;
    -o-transition: opacity .75s linear, 0.5s;
    transition: opacity .75s linear, 0.5s;
}
article[aria-label="post"]:hover ul:not(:nth-of-type(1)) {
    opacity: 1;
    -webkit-transition: opacity .75s linear, 0.5s;
    -o-transition: opacity .75s linear, 0.5s;
    transition: opacity .75s linear, 0.5s;
}
article[aria-label="post"] ul:not(:nth-of-type(1)) {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5vw;
    font-size: 0.9vw;
    opacity: 0;
    z-index: 10;
}
article[aria-label="post"] ul:not(:nth-of-type(1)) li:not([aria-label="title"],
[aria-label="play"]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: var(--honadrama-text);
    padding: 0.3vw;
    margin: 1.114vw 0.2vw 0;
    font-size: 0.8vw;
    line-height: 1;
    background: var(--honadrama-control);
    border-radius: 2vw;
}
article[aria-label="post"] ul:not(:nth-of-type(1)) li[aria-label="title"],
li[aria-label="play"] {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    color: #ffffff;
    margin: 0;
    font-size: 1.5vw;
    text-align: center;
    background: none;
}
article[aria-label="post"] li i {
    width: 4vw;
    height: 4vw;
    font-size: 1.5vw;
    line-height: 4vw !important;
    background: var(--honadrama-red);
    color: var(--honadrama-accent-text);
    border-radius: 2vw;
}
article[aria-label="post"] ul:not(:nth-of-type(1)) li[aria-label="title"] em {
    display: block;
    color: var(--honadrama-muted);
    font-size: 1.001vw;
}
article[aria-label="post"] li[aria-label="ribbon"]:nth-of-type(1) {
    position: absolute;
    top: 1.6vw;
    left: -4.5vw;
    width: 14.42vw;
    line-height: 2vw;
    text-align: center;
    background: var(--honadrama-violet);
    z-index: 10;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
}
article[aria-label="post"] li[aria-label="ribbon"]:nth-of-type(2) {
    position: absolute;
    width: 15.42vw;
    top: 3vw;
    left: -3vw;
    z-index: 10;
    line-height: 2vw;
    text-align: center;
    background: linear-gradient(45deg,var(--honadrama-violet),var(--honadrama-violet-hover));
    transform: rotate(-40deg);
}
article[aria-label="post"] li[aria-label="episode"] {
    position: absolute;
    bottom: 0;
    font-size: 2.0vw;
    text-align: center;
    z-index: 10;
    background-image: linear-gradient(to right, rgba(22, 22, 34, 0), var(--honadrama-bg));
}
article[aria-label="post"] li[aria-label="episode"] em {
    display: block;
    padding: 3px 0.6vw;
    font-size: 1vw;
    background: var(--honadrama-control);
    border-radius: 8px 0 0 8px;
    color: #fff;
}
article[aria-label="post"] li[aria-label="age"] {
    position: absolute;
    bottom: 0.8vw;
    left: 0px;
    z-index: 10;
    font-size: 1.6vw;
    line-height: 1;
    padding: 0.3vw 0.5vw 0.18vw 0.2vw;
    border-radius: 0px 5vw 5vw 0px;
    background: var(--honadrama-control);
    color: var(--honadrama-text);
}
article[aria-label="post"] li[aria-label="year"] {
    position: absolute;
    top: 0.8vw;
    right: 0.5vw;
    z-index: 10;
    padding: 0.25vw 0.5vw 0vw;
    color: var(--honadrama-bg);
    line-height: 1;
    border-radius: 5vw;
    background: var(--honadrama-yellow);
}
main figure {
    position: absolute;
    width: 100%;
    height: 55.781vw;
}
main figure img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 22, 34, 0)), color-stop(20%, var(--honadrama-bg)));
    -webkit-mask-image: linear-gradient(to top, rgba(22, 22, 34, 0) 0%, var(--honadrama-bg) 20%);
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    object-fit: cover;
}
main figure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(var(--honadrama-overlay), rgba(22, 22, 34, 0) 10%, rgba(22, 22, 34, 0) 70%, var(--honadrama-bg)), linear-gradient(90deg, rgba(22, 22, 34, 0), rgba(22, 22, 34, 0) 50%, var(--honadrama-overlay-strong));
}
main span {
    display: block;
    padding: 2vw 2.344vw 0 0;
}
main span em {
    border-right: 0.25vw solid var(--honadrama-red);
    padding: 0 0.5vw;
}
span[aria-label="age"] em {
    border: 1px dashed var(--honadrama-red);
    padding: 0;
    border-radius: 45px;
    width: 36px;
    height: 36px;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
}
main article {
    width: 30vw;
    padding: 7.422vw 2.344vw 0;
    font-size: 0.99vw;
}
main article li {
    position: relative;
    display: inline-block;
}
main article p {
    color: var(--honadrama-muted);
    font-size: 0.938vw;
    text-align: justify;
    padding: 1.5vw 0;
}
main i {
    font-size: 1.563vw;
    padding: 0 0 0 0.5vw;
}
main article ul img {
    position: unset;
    display: block;
    width: auto;
    max-width: 100%;
    height: 11.719vw;
    margin: 0 0 1.0vw 0;
}
main article ul.btns {
    display: flex
;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 2vw 0px 0px;
    text-align: center;
    gap: 0.8vw;
}
main article ul.btns li {
    position: relative;
    -webkit-box-flex: 1;
    cursor: pointer;
    border: 1px solid var(--honadrama-accent);
    border-radius: 104px;
    background: var(--honadrama-accent);
    color: var(--honadrama-accent-text);
    overflow: hidden;
    width: 100%;
    font-size: 1.3vw;
    white-space: nowrap;
    line-height: 120%;
    margin: 0px;
    font-weight: 700;
    height: 3vw;
    flex: 1 1 auto;
}
main article ul.btns li a {
    display: block;
    padding: 0.625vw 0px;
}
main article ul.btns li:not(:last-child) a {
    color: var(--honadrama-accent-text);
}
main article ul.btns li:last-child {
    display: block;
    padding: 0.65vw 0px;
    background: var(--honadrama-control);
    width: 3vw;
    color: var(--honadrama-text);
    border-radius: 50%;
    line-height: 20px;
    margin: 0px;
    font-weight: 700;
    height: 3vw;
    min-width: 3vw;
    border: 1px solid var(--honadrama-border) !important;
}
main article ul.btns li:last-child i {
    padding: 0px;
}
main span {
    display: block;
    padding: 2vw 2.344vw 0px 0px;
}
.fa, .fal, .fas {
    vertical-align: middle;
}
main article ul:nth-of-type(4) li.remove {
    color: var(--honadrama-text);
    background: var(--honadrama-control-hover);
}
main article ul li:not(:first-child):not(:last-child):after {
    content: "";
    display: inline-block;
    padding: 0.2em;
    margin: 0px 0.481vw;
    background: var(--honadrama-muted);
    border-radius: 50%;
}
main section[aria-label="details"] {
    padding: 3.2vw 2.344vw;
}
main section[aria-label="seasons"] {
    position: relative;
    padding: 2vw 2.344vw 0;
    overflow: visible;
    width: 30vw;
}
main span[aria-label="season-title"] {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    padding: 0.521vw 0.8vw;
    border: 1px solid var(--honadrama-border);
    backdrop-filter: blur(15px);
    border-radius: 100px;
}
main span[aria-label="season-title"] p {
    font-size: 1.0vw;
    padding: 0 0.5vw;
}
main span[aria-label="season-title"]:after {
    content: "";
    margin: 0 auto 0 0;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
    border-top: 0.4em solid rgb(255, 255, 255);
    -webkit-transition: -webkit-transform 0.2s linear 0s;
    transition: -webkit-transform 0.2s linear 0s;
    -o-transition: transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
main span[aria-label="season-title"].active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
main section[aria-label="seasons"] em {
    color: var(--honadrama-muted);
    float: left;
}
main section[aria-label="seasons"] ul li.active em {
    color: var(--honadrama-red);
}
main section[aria-label="seasons"] ul {
    display: none;
    position: absolute;
    left: 2.344vw;
    right: 2.344vw;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    margin: 0.5vw 0;
    border: 1px var(--honadrama-border) solid;
    border-radius: 0.625vw;
    -webkit-backdrop-filter: blur(1.5vw);
    backdrop-filter: blur(1.5vw);
    z-index: 20;
}
main section[aria-label="seasons"] ul.active {
    display: block;
}
main section[aria-label="seasons"] ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.6vw;
}
main section[aria-label="seasons"] ul li a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
main section[aria-label="seasons"] ul li:hover {
    background: var(--honadrama-control-hover);
}
main section[aria-label="seasons"] ul li.active a {
    color: var(--honadrama-red);
}
main section[aria-label="details"] ul:not(.tabcontent) {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
main section[aria-label="details"] ul:not(.tabcontent):nth-of-type(1):after {
    content: '';
    position: absolute;
    bottom: 0.05vw;
    width: 100%;
    border-bottom: 0.15vw solid var(--honadrama-border);
    z-index: -1;
}
main section[aria-label="details"] ul:not(.tabcontent) li {
    color: var(--honadrama-muted);
    cursor: pointer;
    padding: 0.625vw 0;
    margin: 0 0 0 2.344vw;
    font-size: 1.40625vw;
}
main section[aria-label="details"] ul:not(.tabcontent) li.active {
    color: var(--honadrama-red) !important;
    border-bottom: .28vw solid var(--honadrama-red) !important;
}
main section[aria-label="details"] ul:not(.tabcontent) li:not(.active):after {
    content: '';
    display: block;
    position: relative;
    top: 0.651vw;
    width: 0vw;
    height: 0.2vw;
    margin: auto;
    background: transparent;
    -webkit-transition: width .5s ease, background-color .5s ease;
    -o-transition: width .5s ease, background-color .5s ease;
    transition: width .5s ease, background-color .5s ease;
}
main section[aria-label="details"] li:not(.tabcontent):not(.active):hover:after {
    width: 100%;
    background: var(--honadrama-muted);
}
ul.tabcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1vw 0 0;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}
ul#details {
    justify-content: flex-start;
}
#details li:first-child {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
}
#details li:not(:first-child) {
    margin: 2vw 0 0 5vw;
    text-align: justify;
}
#details strong {
    display: block;
    font-family: 'FontMedium';
}
#details a,
p {
    color: var(--honadrama-muted);
}
ul.tabcontent:not(.active) {
    display: none;
}
ul.tabcontent li:not(#details li,
#watch li,
#download li,
#episodes li) {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 0 0 23.9%;
    flex: 0 0 23.9%;
    height: 14vw;
    margin: 0.5vw;
}
ul.tabcontent li img[alt="logo"] {
    position: absolute;
    right: 0.5vw;
    bottom: 1.0vw;
    width: 30%;
    height: auto;
    z-index: 10;
    -webkit-mask-image: none;
}
em[aria-label="views"] {
    color: var(--honadrama-text) !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 0.52vw;
    margin: 0.5vw auto;
    text-align: center;
    border-radius: 1vw;
    background: var(--honadrama-control);
}
ul.tabcontent li img {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(var(--honadrama-overlay-light)), color-stop(50%, var(--honadrama-bg)));
    -webkit-mask-image: linear-gradient(to top, var(--honadrama-overlay-light) 0%, var(--honadrama-bg) 50%);
    width: 100%;
    height: 100%;
}
ul.tabcontent li img {
    border-radius: 0.8vw;
}
ul.tabcontent li img:nth-child(2) {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
ul.tabcontent li i:not(#details i,
#download i) {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#watch .wd-play-core i {
    opacity: 1 !important;
}
#watch .wd-play-core {
	width:88px !important;
}
ul.tabcontent li b {
    position: absolute;
    right: 0.8vw;
    top: 0.8vw;
    z-index: 9;
    font-size: 15px;
    background: var(--honadrama-control);
    padding: 5px;
    color: #ffffff;
    line-height: .9;
    font-weight: 400;
}
ul.tabcontent li em {
    position: absolute;
    left: 0.8vw;
    bottom: 0.5vw;
    font-size: 3vw;
    font-family: 'Cima Now kufi';
}
ul.tabcontent li:hover img:nth-child(2) {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
ul.tabcontent li:hover i {
    opacity: 1 !important;
    -webkit-transition: 0.5s !important;
    -o-transition: 0.5s !important;
    transition: 0.5s !important;
}
#watch li:not([aria-label="embed"]) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.5vw;
    margin: 0 0.3vw;
    cursor: pointer;
    font-family: cursive;
    text-align: center;
    background: var(--honadrama-control);
}

#watch li[aria-label="embed"] {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-height: 800px;
    padding: 1vw 0;
    background: none;
}
#watch li.active {
    background: var(--honadrama-red);
    color: var(--honadrama-accent-text);
}
#watch li.active a {
    color: var(--honadrama-accent-text);
}
#download li[aria-label="quality"],
[aria-label="download"] {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 1.5vw 0;
    font-family: cursive;
    background: none;
}
#download li span {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0.2vw;
    margin: 0 0 0.5vw;
    font-family: 'FontMedium';
}
#download li[aria-label="quality"] a {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 0.5vw;
    margin: 0 0 0 1vw;
    text-align: center;
    border-radius: 0.5vw;
    background: var(--honadrama-accent-active);
    color: var(--honadrama-accent-text);
}
#download li[aria-label="download"] a {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 0.6vw 2.3vw;
    margin: 0 0 0 1vw;
    text-align: center;
    border-radius: 0.5vw;
    background: var(--honadrama-accent-active);
    color: var(--honadrama-accent-text);
}
#episodes li {
    width: 4vw;
    text-align: center;
    padding: 1vw 0;
    margin: 0 0 1vw 1vw;
    border-radius: 1vw;
    background: var(--honadrama-control);
}
#episodes li.active {
    background: var(--honadrama-red);
    color: var(--honadrama-accent-text);
}
#episodes li:hover {
    background: var(--honadrama-red);
    color: var(--honadrama-accent-text);
}
#episodes li a {
    padding: 1vw;
}
#episodes li:hover a{
    color: var(--honadrama-accent-text);
}
#episodes li.active a {
    color: var(--honadrama-accent-text);
}
span[aria-label="age"] {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    width: 6vw;
    padding: 0.2vw;
    border-radius: 0 2vw 2vw 0;
    background-color: var(--honadrama-overlay);
}
span[aria-label="age"] img {
    position: unset !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    z-index: auto !important;
}
.shine:hover:before {
    opacity: 0;
    -webkit-transform: scale(99) translate(-50%, -50%);
    -ms-transform: scale(99) translate(-50%, -50%);
    transform: scale(99) translate(-50%, -50%);
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease;
}
span[aria-label="titleAsm"] {
        display: block;
    padding: 0;
    text-align: center;
    margin: 0;
}
.shine:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.391vw;
    height: 0.391vw;
    background: var(--honadrama-control);
    border-radius: 50%;
    z-index: 5;
    -webkit-transform: scale(0) translate(-50%, -50%);
    -ms-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    -webkit-transition: 0s all ease;
    -o-transition: 0s all ease;
    transition: 0s all ease;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.spinner {
    display: inline-block;
    width: 1.5vw;
    height: 1.5vw;
    padding: 0;
    border: 0.25vw solid currentColor;
    border-width: 0.234vw;
    border-right-color: transparent;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
#ad {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100%;
    padding: 0px !important;
    margin: 0px !important;
    z-index: 99;
}
.soon {
    background: var(--honadrama-surface) !important;
    border: 0.078vw solid var(--honadrama-border) !important;
}
h1 {
    height: 11.719vw;
    font-size: 4.0vw;
    font-family: 'Cima Now Mada';
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(22, 22, 34, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(20%, var(--honadrama-yellow)));
    background-image: -o-linear-gradient(#ffffff 50%, var(--honadrama-yellow) 20%);
    background-image: linear-gradient(#ffffff 50%, var(--honadrama-yellow) 20%);
}
h2 {
    grid-column: 1 / -1;
}
h2 label {
    color: var(--honadrama-red);
}
h3 {
    position: absolute;
    right: 0.5vw;
    bottom: 1.0vw;
    height: auto;
    font-size: 1.5vw;
    font-family: 'Cima Now Mada';
    z-index: 10;
}
#watch li[aria-label="embed"] {
    background: 0;
}
.empty {
    grid-column: 1 / -1;
    padding: 20vw 0;
    text-align: center;
}
.empty i {
    display: block;
    margin-bottom: 2vw;
    color: var(--honadrama-red);
    font-size: 15vw;
}
.tab.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0.5vw;
    margin-right: auto;
    background: var(--honadrama-overlay-light);
    border-radius: 7px;
}
.tab.social a {
    padding: 0 0.5vw 0 0;
}
.lds-ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5vw !important;
    height: 5vw !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.lds-ripple div {
    position: absolute;
    opacity: 1;
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
footer {
    padding: 1.563vw;
    text-align: center;
}
.foremedia-center1 {
    grid-column: 1/7 !important;
}
.foremedia-center3 {
    width: 94.3vw !important;
}
.fmsection {
    display: none;
}
li.episode {
    display: flex;
}
#watch li[aria-label="embed"] ul.episodeslist {
    flex: 0 0 300px;
    margin-left: 20px;
    height: 430px;
    overflow: auto;
    background: var(--honadrama-overlay-light);
    border-radius: 5px;
    display: block;
}
#watch li[aria-label="embed"] ul.episodeslist a {
    display: block;
    font-size: 20px;
    padding: 10px;
    border-bottom: 1px solid var(--honadrama-subtle-border);
    height: 45px;
}
main section[aria-label="details"] ul.episodeslist:after {
    display:none
}
#watch li[aria-label="embed"] ul.episodeslist a:hover,#watch li[aria-label="embed"] ul.episodeslist a.active {
    color:var(--honadrama-red) !important;
}
.nextprev {
    display: table;
    margin: 0 auto;
}
.nextprev a {
    float: right;
    background: var(--honadrama-control);
    font-size: 24px;
    margin: 0 8px;
    padding: 7px 30px;
    border-radius: 11px;
    transition: .2s all ease;
}
.nextprev a:hover {
    background: var(--honadrama-control-hover);
    color: var(--honadrama-text);
}
span[aria-label="age"] b {
    border: 1px dashed var(--honadrama-border);
    font-size: 16px;
    border-radius: 45px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
section ul[aria-label="platforms"] li img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    position: relative;
    box-sizing: border-box;
}
h1.logo {
    font-family: Righteous;
    font-size: 2.3rem;
    line-height: 2rem;
    height: auto;
    background-image: unset;
    -webkit-text-fill-color: unset;
}
h1.logo span {}
h1.logo span {
    color: var(--honadrama-brand-red) !important;
    float: right;
}
/*********/
a#txlogo {
    color: #fff !important;
    font-size: 19px;
    font-weight: 400;
    font-family: 'FontMedium';
    text-decoration: none;
    transition: color 0.05s ease 0s;
    padding-right: 10px;
}
#tlogo {
    display: table;
    margin: 20px auto;
    border-radius: 8px;
    text-align: center;
    padding-bottom: 10px;
}
.NexrGen {
    display: inline-block;
    border: 1px solid var(--honadrama-violet);
    background: var(--honadrama-violet);
    padding: 10px 12px 8px;
    border-radius: 35px;
    vertical-align: middle;
    font-size: 14px;
    margin-bottom: 35px;
}
.NexrGen span {
    vertical-align: middle;
    color: #fff;
}


/* =========================================================
   HonaDrama shared cinematic interface
   Mobile-only layout changes live in styleMob.css.
========================================================= */
@font-face {
    font-family: "FontBold";
    src: url("Interface/fonts/FontBold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "FontMedium";
    src: url("Interface/fonts/FontMedium.woff2") format("woff2");
    font-display: swap;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body.honadrama-theme {
    min-width: 0;
    margin: 0;
    overflow-x: clip;
    background: var(--honadrama-bg);
    color: var(--honadrama-text);
    font-family: "FontMedium", Arial, sans-serif;
    font-size: var(--honadrama-font-body);
    line-height: 1.6;
    direction: rtl;
    animation: none;
}

body.honadrama-theme button,
body.honadrama-theme input {
    font: inherit;
}

body.honadrama-theme a {
    color: inherit;
}

.honadrama-single__cast-label {
    display: none;
}

body.honadrama-theme :focus-visible {
    outline: 3px solid var(--honadrama-accent-active);
    outline-offset: 4px;
}

body.honadrama-theme .honadrama-mobile-tabs {
    display: none;
}

body.honadrama-theme header.site-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 100;
    display: flex;
    align-items: center;
    width: 100%;
    height: var(--honadrama-header-height);
    padding: 0 var(--honadrama-page-gutter);
    gap: clamp(24px, 2vw, 38px);
    background: linear-gradient(180deg, var(--honadrama-header) 0%, var(--honadrama-overlay-light) 52%, rgba(22, 22, 34, 0) 100%);
}

.site-header__brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    min-width: 150px;
    line-height: 1;
}

.site-header__brand img {
    display: block;
    width: auto;
    max-width: 190px;
    height: 56px;
    object-fit: contain;
}

.site-header__brand .logo {
    display: inline-flex;
    align-items: baseline;
    color: var(--honadrama-text);
    font-family: "Righteous", "FontBold", sans-serif;
    font-size: clamp(30px, 2.05vw, 40px);
    letter-spacing: -1.4px;
    white-space: nowrap;
    direction: ltr;
    unicode-bidi: isolate;
}

.site-header__brand .logo b {
    color: var(--honadrama-brand-red);
    font: inherit;
}

.site-header__navigation {
    min-width: 0;
}

.site-header__navigation > ul {
    display: flex;
    align-items: center;
    gap: clamp(22px, 1.8vw, 36px);
    padding: 0;
}

.site-header__navigation li {
    position: relative;
    padding: 0;
}

.site-header__navigation a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: var(--honadrama-text);
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: var(--honadrama-font-nav);
    white-space: nowrap;
    transition: color 180ms ease;
}

.site-header__navigation a::after {
    content: "";
    position: absolute;
    inset: auto 50% 2px;
    width: 0;
    height: 2px;
    border-radius: 999px;
    background: var(--honadrama-red);
    transform: translateX(50%);
    transition: width 180ms ease;
}

.site-header__navigation a:hover,
.site-header__navigation .current-menu-item > a,
.site-header__navigation .current-menu-ancestor > a {
    color: var(--honadrama-text);
}

.site-header__navigation a:hover::after,
.site-header__navigation .current-menu-item > a::after,
.site-header__navigation .current-menu-ancestor > a::after {
    width: 26px;
}

.site-header__navigation .sub-menu {
    position: absolute;
    inset: calc(100% + 4px) 0 auto auto;
    display: grid;
    min-width: 210px;
    padding: 10px;
    border: 1px solid var(--honadrama-border);
    border-radius: 14px;
    background: var(--honadrama-surface);
    box-shadow: 0 20px 45px var(--honadrama-overlay-light);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.site-header__navigation li:hover > .sub-menu,
.site-header__navigation li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.site-header__navigation .sub-menu a {
    width: 100%;
    padding: 0 12px;
}

.site-header__actions {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-inline-start: auto;
}

.site-header__icon,
.site-header__search button {
    display: inline-grid;
    width: 48px;
    height: 48px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--honadrama-text);
    cursor: pointer;
    transition: background 180ms ease, transform 180ms ease;
}

.site-header__icon:hover,
.site-header__search button:hover {
    background: var(--honadrama-control-hover);
    transform: translateY(-1px);
}

.site-header__icon i,
.site-header__search button i {
    padding: 0;
    font-size: 23px;
}

.site-header__menu-toggle {
    display: none;
}

.site-header__search {
    position: absolute;
    inset-inline-end: 48px;
    top: 0;
    display: flex;
    align-items: center;
    width: 0;
    height: 48px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 999px;
    background: var(--honadrama-surface);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-8px);
    transition: width 220ms ease, opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.site-header__search.is-open {
    width: min(360px, 30vw);
    border-color: var(--honadrama-border);
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.site-header__search input {
    width: 100%;
    min-width: 0;
    height: 46px;
    padding: 0 20px;
    border: 0;
    background: transparent;
    color: var(--honadrama-text);
    font-size: 15px;
}

.site-header__search input::placeholder {
    color: var(--honadrama-muted);
}

.site-header__search button {
    flex: 0 0 46px;
    height: 46px;
}

body.honadrama-theme section.honadrama-hero {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100svh;
    min-height: 720px;
    max-height: 1080px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: var(--honadrama-navy);
    isolation: isolate;
}

body.honadrama-theme:not(.admin-bar) > header.site-header,
body.honadrama-theme:not(.admin-bar) > section.honadrama-hero:first-of-type {
    top: 0;
    margin-top: 0;
}

body.honadrama-theme main-slider .owl-dots {
    display: none;
}

body.honadrama-theme .honadrama-hero span {
    margin: 0;
}

.honadrama-hero__slides,
.honadrama-hero__slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.honadrama-hero__slide {
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 620ms ease, visibility 620ms ease;
}

.honadrama-hero__slide.is-active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.honadrama-hero__backdrop {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.honadrama-hero__backdrop img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--hero-focal, center center);
    filter: brightness(1.05) saturate(1.05);
}

.honadrama-hero__gradient {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(22, 22, 34, 0.52) 0%, rgba(22, 22, 34, 0.18) 13%, rgba(22, 22, 34, 0) 29%),
        linear-gradient(270deg, rgba(22, 22, 34, 0.86) 0%, rgba(22, 22, 34, 0.80) 18%, rgba(22, 22, 34, 0.52) 39%, rgba(22, 22, 34, 0.16) 56%, rgba(22, 22, 34, 0) 70%),
        linear-gradient(0deg, rgba(22, 22, 34, 0.80) 0%, rgba(22, 22, 34, 0.55) 16%, rgba(22, 22, 34, 0.20) 35%, rgba(22, 22, 34, 0) 55%),
        rgba(22, 22, 34, 0.18);
    pointer-events: none;
}

.honadrama-hero__content {
    position: absolute;
    z-index: 3;
    top: calc(var(--honadrama-header-height) + 38px);
    bottom: 202px;
    right: var(--honadrama-page-gutter);
    left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: min(560px, 42vw);
    min-height: 0;
    text-align: right;
    opacity: 0;
    visibility: hidden;
    transition: none;
}

.honadrama-hero__slide.is-active .honadrama-hero__content {
    opacity: 1;
    visibility: visible;
    transition: opacity 360ms ease;
}

.honadrama-hero__eyebrow {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 22px;
    margin: 0 0 15px;
    gap: 10px;
    color: var(--honadrama-muted);
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: 15px;
    line-height: 1.4;
    text-align: right;
    white-space: nowrap;
}

.honadrama-hero__eyebrow > span {
    flex: 0 0 3px;
    width: 3px;
    height: 22px;
    border-radius: 999px;
    background: var(--honadrama-red);
}

.honadrama-hero__eyebrow p {
    margin: 0;
    color: inherit;
    font: inherit;
    white-space: nowrap;
}

.honadrama-hero__eyebrow bdi {
    direction: ltr;
    unicode-bidi: isolate;
}

.honadrama-hero__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    max-width: 100%;
    min-height: 78px;
    margin-bottom: 16px;
}

.honadrama-hero__title img {
    display: block;
    width: auto;
    max-width: min(460px, 100%);
    height: auto;
    max-height: 150px;
    object-fit: contain;
    object-position: right center;
}

.honadrama-hero__title > span {
    display: -webkit-box;
    overflow: hidden;
    color: var(--honadrama-text);
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: clamp(38px, 3.2vw, 62px);
    line-height: 1.12;
    text-shadow: 0 8px 32px var(--honadrama-overlay-light);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.honadrama-hero__metadata {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 0;
    margin: 0 0 15px;
    color: var(--honadrama-text);
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: 15px;
}

.honadrama-hero__metadata li {
    display: inline-flex;
    align-items: center;
}

.honadrama-hero__metadata li + li::before {
    content: "";
    width: 5px;
    height: 5px;
    margin: 0 11px;
    border-radius: 50%;
    background: var(--honadrama-muted);
}

.honadrama-hero__description {
    display: -webkit-box;
    max-width: 540px;
    margin: 0 0 14px;
    overflow: hidden;
    color: var(--honadrama-muted);
    font-size: 16px;
    line-height: 1.75;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.honadrama-hero__cast {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 17px;
    color: var(--honadrama-muted);
    font-size: 14px;
}

.honadrama-hero__cast > span {
    flex: 0 0 auto;
    margin: 0;
    color: var(--honadrama-muted);
    font-size: 20px;
    line-height: 1.2;
}

.honadrama-hero__cast ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 0;
    font-size: 14px;
}

.honadrama-hero__cast li {
    display: inline-flex;
    align-items: center;
}

.honadrama-hero__cast li + li::before {
    content: "";
    width: 4px;
    height: 4px;
    margin: 0 10px;
    border-radius: 50%;
    background: var(--honadrama-muted);
}

.honadrama-hero__cast a {
    transition: color 180ms ease;
}

.honadrama-hero__cast a:hover {
    color: var(--honadrama-red-hover);
}

.honadrama-hero__actions {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    gap: 14px;
    background: transparent;
}

.honadrama-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 214px;
    height: 54px;
    padding: 0 24px;
    gap: 11px;
    border: 1px solid transparent;
    border-radius: 999px;
    color: var(--honadrama-text);
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.honadrama-button i {
    padding: 0;
    font-size: 21px;
}

body.honadrama-theme .honadrama-button--primary {
    background: var(--honadrama-red);
    color: var(--honadrama-accent-text);
    box-shadow: 0 10px 32px var(--honadrama-overlay-light);
}

body.honadrama-theme .honadrama-button--primary:hover {
    background: var(--honadrama-red-hover);
    box-shadow: 0 13px 34px var(--honadrama-overlay-light);
    transform: translateY(-2px);
}

body.honadrama-theme .honadrama-button--secondary {
    background: var(--honadrama-control);
    border-color: var(--honadrama-border);
    color: var(--honadrama-text);
}

body.honadrama-theme .honadrama-button--secondary:hover,
body.honadrama-theme .honadrama-button--secondary.remove {
    background: var(--honadrama-control-hover);
    border-color: var(--honadrama-text);
    transform: translateY(-2px);
}

.honadrama-button:active {
    transform: translateY(0);
}

.honadrama-button:disabled,
.honadrama-button[aria-disabled="true"] {
    cursor: not-allowed;
    opacity: 0.55;
    transform: none;
}

.honadrama-hero__rail {
    position: absolute;
    z-index: 5;
    inset: auto var(--honadrama-page-gutter) 20px;
    display: grid;
    grid-template-columns: 155px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    min-height: 145px;
}

.honadrama-hero__rail-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
    padding-top: 15px;
}

.honadrama-hero__rail-heading > span {
    width: 4px;
    height: 29px;
    border-radius: 999px;
    background: var(--honadrama-red);
}

.honadrama-hero__rail-heading h2 {
    margin: 0;
    color: var(--honadrama-text);
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    white-space: nowrap;
}

.honadrama-hero__rail-track {
    display: flex;
    align-items: stretch;
    gap: clamp(16px, 1.8vw, 34px);
    min-width: 0;
    padding: 8px 2px 5px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    scroll-snap-type: inline proximity;
}

.honadrama-hero__rail-track::-webkit-scrollbar {
    display: none;
}

.honadrama-hero__rail-item {
    position: relative;
    display: grid;
    flex: 0 0 clamp(138px, 10.3vw, 190px);
    min-width: 0;
    height: 90px;
    padding: 6px 8px 13px;
    place-items: center;
    border: 0;
    background: transparent;
    color: var(--honadrama-text);
    cursor: pointer;
    opacity: 0.48;
    scroll-snap-align: start;
    transition: opacity 200ms ease, transform 200ms ease;
}

.honadrama-hero__rail-item::after {
    content: "";
    position: absolute;
    inset: auto 50% 0;
    width: 0;
    height: 3px;
    border-radius: 999px;
    background: var(--honadrama-red);
    transform: translateX(50%);
    transition: width 220ms ease;
}

.honadrama-hero__rail-item:hover,
.honadrama-hero__rail-item.is-active {
    opacity: 1;
    transform: translateY(-2px);
}

.honadrama-hero__rail-item.is-active::after {
    width: 66px;
}

.honadrama-hero__rail-item img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 64px;
    object-fit: contain;
}

.honadrama-hero__rail-item > span {
    display: -webkit-box;
    overflow: hidden;
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: 16px;
    line-height: 1.35;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.honadrama-theme section.honadrama-content-rail,
body.honadrama-theme section.honadrama-content-grid,
body.honadrama-theme section.honadrama-platforms {
    position: relative;
    margin: 0;
    padding: 30px var(--honadrama-page-gutter) 36px;
    overflow: hidden;
    background: var(--honadrama-section);
}

body.honadrama-theme section.honadrama-content-rail:nth-of-type(even),
body.honadrama-theme section.honadrama-content-grid:nth-of-type(even) {
    background: var(--honadrama-bg);
}

.honadrama-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    margin-bottom: 20px;
    gap: 18px;
}

.honadrama-section-title {
    display: flex;
    align-items: center;
    min-width: 0;
    height: auto;
    margin: 0;
    gap: 10px;
    background: none;
    color: var(--honadrama-text);
    -webkit-text-fill-color: currentColor;
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: var(--honadrama-font-section-title);
    line-height: 1.25;
}

.honadrama-section-badge {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 1px 14px 0;
    border-radius: 999px 999px 4px 999px;
    background: var(--honadrama-yellow);
    color: var(--honadrama-accent-text);
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: 14px;
    line-height: 1;
}

.honadrama-view-all {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    gap: 9px;
    border: 1px solid var(--honadrama-subtle-border);
    border-radius: 999px;
    background: var(--honadrama-control);
    color: var(--honadrama-text);
    font-size: 15px;
    transition: background 180ms ease, transform 180ms ease;
}

.honadrama-view-all:hover {
    background: var(--honadrama-control-hover);
    transform: translateX(-2px);
}

.honadrama-card-track {
    direction: rtl;
}

.honadrama-card-track:not(.owl-loaded) {
    display: flex;
    gap: 15px;
    overflow: hidden;
}

.honadrama-card-track:not(.owl-loaded) > .honadrama-card {
    flex: 0 0 calc((100% - 75px) / 6);
}

body.honadrama-theme section.honadrama-content-rail .owl-stage-outer {
    overflow: hidden;
    padding: 4px 0 8px;
}

body.honadrama-theme section.honadrama-content-rail .owl-item {
    position: relative;
    display: block;
    float: right;
    height: auto;
    border-radius: var(--honadrama-radius);
    opacity: 1;
    transform: none;
    transition: none;
}

body.honadrama-theme section.honadrama-content-rail .owl-item:hover {
    transform: none;
}

.honadrama-card {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 2 / 3;
    min-height: 0;
    overflow: hidden;
    border: 1px solid var(--honadrama-subtle-border);
    border-radius: var(--honadrama-radius);
    background: var(--honadrama-surface);
    box-shadow: 0 12px 30px var(--honadrama-overlay-light);
    transform: translateZ(0);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

body.honadrama-theme .honadrama-card span {
    margin: 0;
}

.honadrama-card:hover,
.honadrama-card:focus-visible,
.honadrama-card:focus-within {
    z-index: 3;
    border-color: var(--honadrama-subtle-border);
    box-shadow: 0 18px 40px var(--honadrama-overlay-light);
    transform: translateY(-4px) scale(1.012);
}

.honadrama-card__media {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: var(--honadrama-overlay);
}

body.honadrama-theme .honadrama-card__poster {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    filter: none;
    transition: transform 420ms ease, filter 220ms ease;
}

.honadrama-card:hover .honadrama-card__poster,
.honadrama-card:focus-visible .honadrama-card__poster {
    filter: brightness(0.58) saturate(0.9);
    transform: scale(1.035);
}

.honadrama-card__fallback {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    gap: 16px;
    background:
        radial-gradient(circle at 50% 20%, var(--honadrama-overlay-light), transparent 42%),
        var(--honadrama-surface);
    color: var(--honadrama-muted);
    text-align: center;
}

.honadrama-card__fallback i {
    font-size: 44px;
}

.honadrama-card__fallback b {
    display: -webkit-box;
    overflow: hidden;
    color: var(--honadrama-text);
    font-size: 20px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.honadrama-card__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, var(--honadrama-overlay) 0%, var(--honadrama-overlay-strong) 13%, var(--honadrama-overlay-light) 30%, rgba(22, 22, 34, 0) 60%);
    pointer-events: none;
    transition: background 220ms ease;
}

.honadrama-card:hover .honadrama-card__shade,
.honadrama-card:focus-visible .honadrama-card__shade {
    background: linear-gradient(0deg, var(--honadrama-overlay-strong) 0%, var(--honadrama-overlay) 50%, var(--honadrama-overlay-light) 100%);
}

.honadrama-card__badges {
    position: absolute;
    z-index: 3;
    top: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: calc(50% - 16px);
    gap: 6px;
}

.honadrama-card__badges--left {
    right: auto;
    left: 14px;
}

.honadrama-card__badges--right {
    right: 14px;
    left: auto;
    align-items: flex-end;
}

body.honadrama-theme .honadrama-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 27px;
    padding: 3px 9px 1px;
    overflow: hidden;
    border-radius: 999px 999px 5px 999px;
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: 15px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.honadrama-badge--violet {
    background: var(--honadrama-violet);
    color: var(--honadrama-text);
}

.honadrama-badge--red {
    background: var(--honadrama-control);
    color: var(--honadrama-text);
}

.honadrama-badge--yellow {
    background: var(--honadrama-yellow);
    color: var(--honadrama-accent-text);
}

.honadrama-badge--light {
    background: var(--honadrama-control);
    color: var(--honadrama-text);
}

body.honadrama-theme .honadrama-card__badges--left .honadrama-badge--violet {
    font-size: 19px;
}

body.honadrama-theme .honadrama-card__badges--right .honadrama-badge--yellow {
    min-height: 29px;
    font-size: 21px;
}

body.honadrama-theme .honadrama-card__badges--right .honadrama-badge--light {
    max-width: 132px;
    font-size: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-3px);
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.honadrama-card:hover .honadrama-card__badges--right .honadrama-badge--light,
.honadrama-card:focus-visible .honadrama-card__badges--right .honadrama-badge--light,
.honadrama-card:focus-within .honadrama-card__badges--right .honadrama-badge--light {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.honadrama-card__episode {
    position: absolute;
    z-index: 3;
    right: 14px;
    bottom: 14px;
    left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: var(--honadrama-text);
    font-family: "FontBold", "FontMedium", sans-serif;
    line-height: 1;
    text-align: right;
}

.honadrama-card__episode small {
    display: inline-flex;
    min-height: 25px;
    padding: 5px 10px 2px;
    border-radius: 9px 9px 0 9px;
    background: var(--honadrama-violet);
    font-size: 14px;
}

.honadrama-card__episode strong {
    padding-top: 6px;
    font-size: clamp(28px, 1.7vw, 32px);
}

.honadrama-card__age {
    position: absolute;
    z-index: 3;
    inset: auto auto 12px 11px;
}

.honadrama-card__details {
    position: absolute;
    z-index: 4;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 22px 17px 25px;
    color: var(--honadrama-text);
    text-align: center;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 220ms ease, transform 220ms ease;
}

.honadrama-card:hover .honadrama-card__details,
.honadrama-card:focus-visible .honadrama-card__details,
.honadrama-card:focus-within .honadrama-card__details {
    opacity: 1;
    transform: translateY(0);
}

.honadrama-card:hover .honadrama-card__episode,
.honadrama-card:focus-visible .honadrama-card__episode,
.honadrama-card:focus-within .honadrama-card__episode {
    opacity: 0;
}

body.honadrama-theme .honadrama-card__title {
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    color: var(--honadrama-text);
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: var(--honadrama-font-card-title);
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.honadrama-theme .honadrama-card__genres {
    display: -webkit-box;
    max-width: 100%;
    margin-top: 6px;
    overflow: hidden;
    color: var(--honadrama-muted);
    font-size: 16px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

body.honadrama-theme section.honadrama-content-rail .owl-nav {
    pointer-events: none;
}

body.honadrama-theme section.honadrama-content-rail .owl-prev,
body.honadrama-theme section.honadrama-content-rail .owl-next {
    position: absolute;
    z-index: 8;
    top: 50%;
    bottom: auto;
    display: grid;
    width: 54px;
    height: 54px;
    padding: 0;
    place-items: center;
    border: 1px solid var(--honadrama-border);
    border-radius: 50%;
    background: var(--honadrama-control);
    color: var(--honadrama-text);
    font-size: 21px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%);
    backdrop-filter: blur(7px);
    transition: background 180ms ease, opacity 180ms ease, border-color 180ms ease;
}

body.honadrama-theme section.honadrama-content-rail .owl-prev {
    right: 26px;
    left: auto;
}

body.honadrama-theme section.honadrama-content-rail .owl-next {
    right: auto;
    left: 26px;
}

body.honadrama-theme section.honadrama-content-rail .owl-prev:hover,
body.honadrama-theme section.honadrama-content-rail .owl-next:hover {
    border-color: var(--honadrama-text);
    background: var(--honadrama-control-hover);
}

body.honadrama-theme section.honadrama-content-rail .owl-prev.disabled,
body.honadrama-theme section.honadrama-content-rail .owl-next.disabled {
    color: var(--honadrama-muted);
    opacity: 0.38;
    cursor: default;
}

.honadrama-content-grid__items {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px 15px;
}

.honadrama-content-grid__item {
    min-width: 0;
}

.honadrama-empty-state {
    display: flex;
    min-height: 180px;
    align-items: center;
    justify-content: center;
    padding: 28px;
    gap: 13px;
    border: 1px dashed var(--honadrama-border);
    border-radius: var(--honadrama-radius);
    background: var(--honadrama-surface);
    color: var(--honadrama-muted);
    text-align: center;
}

.honadrama-empty-state i {
    color: var(--honadrama-accent);
    font-size: 30px;
}

.honadrama-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    gap: 8px;
}

.honadrama-pagination .page-numbers {
    display: grid;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    place-items: center;
    border: 1px solid var(--honadrama-border);
    border-radius: 999px;
    background: var(--honadrama-surface);
    color: var(--honadrama-text);
    transition: background 180ms ease, border-color 180ms ease;
}

.honadrama-pagination .page-numbers:hover,
.honadrama-pagination .page-numbers.current {
    border-color: var(--honadrama-accent-active);
    background: var(--honadrama-accent-active);
    color: var(--honadrama-accent-text);
}

.honadrama-platforms__list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.honadrama-platforms__list li {
    min-width: 0;
    height: 120px;
    overflow: hidden;
    border: 1px solid var(--honadrama-border);
    border-radius: var(--honadrama-radius);
    background: var(--honadrama-surface);
}

.honadrama-platforms__list a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.honadrama-platforms__list img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.honadrama-theme footer {
    position: relative;
    z-index: 2;
    min-height: 110px;
    padding: 28px var(--honadrama-page-gutter) 38px;
    border-top: 1px solid var(--honadrama-border);
    background: var(--honadrama-header);
    color: var(--honadrama-muted);
}

.footer-menu-wrapper {
    width: 100%;
    padding: 0 0 22px;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    position: relative;
}

.footer-menu li a {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid var(--honadrama-border);
    border-radius: 999px;
    background: var(--honadrama-control);
    color: var(--honadrama-text);
    font-size: 14px;
    transition: background 180ms ease, border-color 180ms ease;
}

.footer-menu li a:hover,
.footer-menu li.current-menu-item > a,
.footer-menu li.current_page_item > a {
    border-color: var(--honadrama-accent-active);
    background: var(--honadrama-accent-active);
    color: var(--honadrama-accent-text);
}

body.honadrama-theme input,
body.honadrama-theme textarea,
body.honadrama-theme select {
    border-color: var(--honadrama-border);
    background: var(--honadrama-surface);
    color: var(--honadrama-text);
}

body.honadrama-theme input:focus,
body.honadrama-theme textarea:focus,
body.honadrama-theme select:focus {
    border-color: var(--honadrama-accent);
}

.load-more {
    border-color: var(--honadrama-accent);
    background: var(--honadrama-accent);
    color: var(--honadrama-accent-text);
}

.load-more:hover {
    border-color: var(--honadrama-accent-active);
    background: var(--honadrama-accent-active);
    color: var(--honadrama-accent-text);
}

.spinner {
    border-color: var(--honadrama-subtle-border);
    border-top-color: var(--honadrama-accent);
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    .honadrama-content-grid__items {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .honadrama-hero__rail {
        grid-template-columns: 145px minmax(0, 1fr);
        gap: 18px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    :root {
        --honadrama-header-height: 84px;
        --honadrama-page-gutter: 28px;
    }

    body.honadrama-theme header.site-header {
        gap: 18px;
    }

    .site-header__brand {
        min-width: 126px;
    }

    .site-header__brand .logo {
        font-size: 29px;
    }

    .site-header__navigation > ul {
        gap: 14px;
    }

    .site-header__navigation a {
        font-size: 13px;
    }

    .site-header__search.is-open {
        width: 280px;
    }

    body.honadrama-theme section.honadrama-hero {
        min-height: 690px;
    }

    .honadrama-hero__content {
        bottom: 185px;
        width: min(470px, 51vw);
    }

    .honadrama-hero__title {
        min-height: 65px;
        margin-bottom: 14px;
    }

    .honadrama-hero__title img {
        max-width: 370px;
        max-height: 120px;
    }

    .honadrama-hero__description {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }

    .honadrama-hero__cast {
        margin-bottom: 17px;
    }

    .honadrama-button {
        min-width: 180px;
        height: 52px;
        padding: 0 20px;
        font-size: 14px;
    }

    .honadrama-hero__rail {
        inset-inline: 28px;
        bottom: 14px;
        grid-template-columns: 125px minmax(0, 1fr);
        gap: 12px;
        min-height: 130px;
    }

    .honadrama-hero__rail-heading h2 {
        font-size: 17px;
    }

    .honadrama-hero__rail-item {
        flex-basis: 140px;
    }

    .honadrama-content-grid__items {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .honadrama-platforms__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    .honadrama-hero__slide,
    .honadrama-hero__content,
    .honadrama-hero__slide.is-active .honadrama-hero__content,
    .honadrama-hero__rail-item,
    .honadrama-hero__rail-item::after,
    .honadrama-button,
    .honadrama-card,
    .honadrama-card__poster,
    .honadrama-card__shade,
    .honadrama-card__details {
        transition: none;
        animation: none;
    }
}

.honadrama-brand-hub {
    width: min(1180px, calc(100% - (var(--honadrama-page-gutter) * 2)));
    margin: 0 auto;
    padding: 48px 0 64px;
    color: var(--honadrama-text);
}

.honadrama-brand-hub__intro {
    padding: clamp(28px, 4vw, 56px);
    border: 1px solid var(--honadrama-border);
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, var(--honadrama-overlay-light), transparent 38%),
        var(--honadrama-section);
}

.honadrama-brand-hub__kicker {
    margin: 0 0 9px;
    color: var(--honadrama-red);
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: 15px;
}

.honadrama-brand-hub h2 {
    margin: 0 0 14px;
    color: var(--honadrama-text);
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.2;
}

.honadrama-brand-hub p {
    max-width: 780px;
    margin: 0;
    color: var(--honadrama-muted);
    font-size: 17px;
    line-height: 1.9;
}

.honadrama-brand-hub__actions {
    display: flex;
    flex-wrap: wrap;
    margin-top: 26px;
    gap: 10px;
}

.honadrama-brand-hub__actions a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid var(--honadrama-border);
    border-radius: 999px;
    background: var(--honadrama-control);
    color: var(--honadrama-text);
    transition: background 180ms ease, transform 180ms ease;
}

.honadrama-brand-hub__actions a:first-child {
    background: var(--honadrama-red);
    color: var(--honadrama-accent-text);
}

.honadrama-brand-hub__actions a:hover {
    background: var(--honadrama-control-hover);
    transform: translateY(-2px);
}

.honadrama-brand-hub__actions a:first-child:hover {
    background: var(--honadrama-accent-active);
    color: var(--honadrama-accent-text);
}

.honadrama-brand-hub__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
    gap: 16px;
}

.honadrama-brand-hub__features article {
    min-width: 0;
    padding: 26px;
    border: 1px solid var(--honadrama-border);
    border-radius: 18px;
    background: var(--honadrama-surface);
}

.honadrama-brand-hub__features i {
    margin-bottom: 14px;
    color: var(--honadrama-text);
    font-size: 30px;
}

.honadrama-brand-hub__features h3 {
    margin: 0 0 8px;
    color: var(--honadrama-text);
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: 21px;
}

.honadrama-brand-hub__features p {
    font-size: 14px;
    line-height: 1.75;
}

/* Arabic brand landing: editor-driven content and responsive presentation. */
.honadrama-brand-hub--ar {
    position: relative;
    isolation: isolate;
    width: min(calc(100% - 40px), 1180px);
    margin-inline: auto;
    padding-top: clamp(34px, 5vw, 72px);
    overflow-x: clip;
}

.honadrama-brand-hub--ar::before {
    position: absolute;
    z-index: -1;
    top: 7%;
    right: -12vw;
    width: min(42vw, 520px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: color-mix(in srgb, var(--honadrama-red) 13%, transparent);
    filter: blur(90px);
    content: "";
    pointer-events: none;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__intro {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(260px, .65fr);
    align-items: stretch;
    padding: clamp(30px, 4.2vw, 58px);
    overflow: hidden;
    border-color: color-mix(in srgb, var(--honadrama-red) 24%, var(--honadrama-border));
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--honadrama-red) 9%, transparent), transparent 46%),
        radial-gradient(circle at 5% 10%, var(--honadrama-overlay-light), transparent 35%),
        var(--honadrama-section);
    box-shadow: 0 26px 80px rgba(0, 0, 0, .22);
    gap: clamp(28px, 5vw, 70px);
}

.honadrama-brand-hub--ar .honadrama-brand-hub__intro::after {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .025);
    border-radius: inherit;
    content: "";
    pointer-events: none;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__copy,
.honadrama-brand-hub--ar .honadrama-brand-hub__spotlight,
.honadrama-brand-hub--ar .honadrama-brand-hub__features article > div {
    min-width: 0;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__kicker {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    letter-spacing: .02em;
    gap: 9px;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__kicker span {
    width: 30px;
    height: 2px;
    border-radius: 999px;
    background: var(--honadrama-red);
    box-shadow: 0 0 16px color-mix(in srgb, var(--honadrama-red) 72%, transparent);
}

.honadrama-brand-hub--ar .honadrama-brand-hub__title {
    max-width: 820px;
    margin-bottom: 16px;
    text-wrap: balance;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__lead {
    max-width: 760px;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor-shell {
    position: relative;
    width: 100%;
    max-width: 964px;
    min-width: 0;
    margin: 32px auto 80px;
    padding: 32px;
    overflow: hidden;
    border: 1px solid var(--honadrama-border);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .025), transparent 38%),
        var(--honadrama-section);
    box-sizing: border-box;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor-mark {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 24px;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--honadrama-red) 34%, var(--honadrama-border));
    border-radius: 15px;
    background: color-mix(in srgb, var(--honadrama-red) 10%, var(--honadrama-control));
    color: var(--honadrama-red);
    font-size: 21px;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor {
    width: 100%;
    max-width: none;
    min-width: 0;
    margin: 0;
    color: var(--honadrama-muted);
    overflow-wrap: anywhere;
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor > *,
.honadrama-brand-hub--ar .honadrama-brand-hub__editor section,
.honadrama-brand-hub--ar .honadrama-brand-hub__editor :is(ul, ol),
.honadrama-brand-hub--ar .honadrama-brand-hub__editor :is(.faq-item, .content-card, .info-box) {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor section {
    position: relative;
    padding: 0;
    overflow: visible;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor span {
    display: inline;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor > * + * {
    margin-top: 14px;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor :is(h1, h2, h3, h4) {
    margin-top: clamp(30px, 4vw, 48px);
    margin-bottom: 18px;
    color: var(--honadrama-text);
    font-family: "FontBold", "FontMedium", sans-serif;
    line-height: 1.45;
    text-align: right;
    text-wrap: balance;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor :is(h1, h2):first-child {
    margin-top: 0;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor h1 {
    height: auto;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.35;
    background: none;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: currentColor;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor h2 {
    position: relative;
    grid-column: auto;
    padding-right: 18px;
    font-size: clamp(23px, 2.2vw, 32px);
    line-height: 1.45;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor h2::before {
    position: absolute;
    top: .3em;
    right: 0;
    width: 4px;
    height: 1.05em;
    border-radius: 999px;
    background: var(--honadrama-red);
    content: "";
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor :is(h3, h4) {
    position: static;
    grid-column: auto;
    font-size: clamp(19px, 1.8vw, 25px);
    line-height: 1.5;
    animation: none;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor p {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    padding: 0;
    font-size: 17px;
    line-height: 2;
    text-align: right;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor :is(ul, ol) {
    display: block;
    margin: 16px 0 24px;
    padding-inline-start: 24px;
    padding-inline-end: 0;
    color: var(--honadrama-muted);
    font-size: 17px;
    line-height: 2;
    list-style-position: outside;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor ul {
    list-style-type: disc;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor ol {
    list-style-type: decimal;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor li {
    position: static;
    display: list-item;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 2;
    text-align: right;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor li > p {
    display: inline;
    font-size: inherit;
    line-height: inherit;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor a {
    color: var(--honadrama-red);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor :is(img, video, iframe) {
    max-width: 100%;
    border-radius: 14px;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor iframe {
    width: 100%;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor blockquote {
    width: 100%;
    max-width: 100%;
    margin: 16px 0 0;
    padding: 14px 18px;
    border-right: 3px solid var(--honadrama-red);
    border-radius: 10px 0 0 10px;
    background: rgba(255, 255, 255, .035);
    box-sizing: border-box;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor :is(.faq-item, .content-card, .info-box) {
    padding: 20px 24px;
    border: 1px solid var(--honadrama-border);
    border-radius: 12px;
    background: var(--honadrama-surface);
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor .wp-block-table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor table {
    width: 100%;
    border-collapse: collapse;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__editor :is(th, td) {
    padding: 12px 14px;
    border: 1px solid var(--honadrama-border);
    text-align: right;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__actions a {
    min-width: 138px;
    gap: 8px;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__actions a i {
    padding: 0;
    color: var(--honadrama-red);
    font-size: 15px;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__actions a:first-child i {
    color: var(--honadrama-accent-text);
}

.honadrama-brand-hub--ar .honadrama-brand-hub__spotlight {
    position: relative;
    display: flex;
    min-height: 300px;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(24px, 3vw, 34px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 20px;
    background:
        linear-gradient(180deg, transparent 8%, rgba(0, 0, 0, .55) 100%),
        radial-gradient(circle at 76% 12%, color-mix(in srgb, var(--honadrama-red) 74%, #261329), transparent 42%),
        #17171d;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__spotlight::before,
.honadrama-brand-hub--ar .honadrama-brand-hub__spotlight::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 50%;
    content: "";
}

.honadrama-brand-hub--ar .honadrama-brand-hub__spotlight::before {
    top: -74px;
    left: -46px;
    width: 220px;
    height: 220px;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__spotlight::after {
    top: -31px;
    left: -7px;
    width: 138px;
    height: 138px;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__spotlight-icon {
    position: absolute;
    top: 34px;
    right: 32px;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    color: var(--honadrama-text);
    font-size: 20px;
    backdrop-filter: blur(12px);
}

.honadrama-brand-hub--ar .honadrama-brand-hub__spotlight-icon i,
.honadrama-brand-hub--ar .honadrama-brand-hub__editor-mark i {
    padding: 0;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__spotlight p {
    position: relative;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, .65);
    font-size: 13px;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__spotlight strong {
    position: relative;
    color: var(--honadrama-text);
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: clamp(20px, 2vw, 27px);
    line-height: 1.45;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__spotlight ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    gap: 10px 14px;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__spotlight li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__spotlight li i {
    color: var(--honadrama-red);
}

.honadrama-brand-hub--ar .honadrama-brand-hub__features {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-top: 20px;
    margin-bottom: clamp(48px, 6vw, 80px);
    padding: 0;
    overflow: visible;
    align-items: stretch;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__feature-card {
    position: relative;
    display: flex;
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 120px;
    height: auto;
    align-items: center;
    padding: 24px;
    font-size: inherit;
    overflow: visible;
    background: linear-gradient(145deg, rgba(255, 255, 255, .025), transparent), var(--honadrama-surface);
    transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
    box-sizing: border-box;
    gap: 18px;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__feature-content {
    flex: 1 1 auto;
    min-width: 0;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__feature-card :is(h3, p) {
    position: static;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    text-align: right;
    transform: none;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__feature-card h3 {
    margin-bottom: 8px;
    line-height: 1.5;
    animation: none;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__feature-card p {
    line-height: 1.8;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__feature-card:hover {
    border-color: color-mix(in srgb, var(--honadrama-red) 38%, var(--honadrama-border));
    background: linear-gradient(145deg, color-mix(in srgb, var(--honadrama-red) 7%, transparent), transparent), var(--honadrama-surface);
    transform: translateY(-3px);
}

.honadrama-brand-hub--ar .honadrama-brand-hub__features + .honadrama-brand-hub__editor-shell {
    position: relative;
    clear: both;
    margin-top: 0;
    transform: none;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__feature-icon {
    display: grid;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--honadrama-red) 28%, var(--honadrama-border));
    border-radius: 15px;
    background: color-mix(in srgb, var(--honadrama-red) 10%, var(--honadrama-control));
    margin: 0;
    padding: 0;
}

.honadrama-brand-hub--ar .honadrama-brand-hub__feature-icon i {
    margin: 0;
    color: var(--honadrama-red);
    font-size: 22px;
}

@media screen and (max-width: 900px) {
    .honadrama-brand-hub--ar .honadrama-brand-hub__intro {
        grid-template-columns: minmax(0, 1fr);
    }

    .honadrama-brand-hub--ar .honadrama-brand-hub__spotlight {
        min-height: 230px;
    }

}

@media screen and (max-width: 1023px) {
    .honadrama-brand-hub--ar .honadrama-brand-hub__features {
        grid-template-columns: 1fr;
    }

    .honadrama-brand-hub--ar .honadrama-brand-hub__feature-card {
        min-height: 110px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .honadrama-brand-hub--ar.honadrama-brand-hub {
        width: min(calc(100% - 32px), 900px);
    }

    .honadrama-brand-hub--ar .honadrama-brand-hub__editor-shell {
        max-width: 100%;
        padding: 26px;
    }
}

@media screen and (max-width: 767px) {
    .honadrama-brand-hub--ar.honadrama-brand-hub {
        width: calc(100% - 24px);
        padding: 24px 0 calc(88px + env(safe-area-inset-bottom));
    }

    .honadrama-brand-hub--ar .honadrama-brand-hub__intro {
        padding: 24px 18px 18px;
        border-radius: 20px;
        gap: 24px;
    }

    .honadrama-brand-hub--ar .honadrama-brand-hub__kicker {
        font-size: 12px;
    }

    .honadrama-brand-hub--ar .honadrama-brand-hub__title {
        margin-bottom: 12px;
        font-size: clamp(27px, 8.2vw, 38px);
        line-height: 1.3;
    }

    .honadrama-brand-hub--ar .honadrama-brand-hub__editor p,
    .honadrama-brand-hub--ar .honadrama-brand-hub__editor :is(ul, ol),
    .honadrama-brand-hub--ar .honadrama-brand-hub__editor li {
        font-size: 14px;
        line-height: 1.85;
    }

    .honadrama-brand-hub--ar .honadrama-brand-hub__editor-shell {
        width: 100%;
        max-width: none;
        margin: 20px auto 28px;
        padding: 20px 16px;
        border-radius: 18px;
    }

    .honadrama-brand-hub--ar .honadrama-brand-hub__editor-mark {
        width: 46px;
        height: 46px;
        margin-bottom: 20px;
        border-radius: 13px;
        font-size: 18px;
    }

    .honadrama-brand-hub--ar .honadrama-brand-hub__editor :is(h1, h2, h3, h4) {
        margin-top: 30px;
    }

    .honadrama-brand-hub--ar .honadrama-brand-hub__editor h1 {
        font-size: 28px;
    }

    .honadrama-brand-hub--ar .honadrama-brand-hub__editor h2 {
        padding-right: 14px;
        font-size: 23px;
    }

    .honadrama-brand-hub--ar .honadrama-brand-hub__features {
        margin-bottom: 40px;
        gap: 12px;
    }

    .honadrama-brand-hub--ar .honadrama-brand-hub__actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 20px;
    }

    .honadrama-brand-hub--ar .honadrama-brand-hub__actions a {
        min-width: 0;
        min-height: 46px;
        padding: 0 8px;
        font-size: 11px;
    }

    .honadrama-brand-hub--ar .honadrama-brand-hub__spotlight {
        min-height: 205px;
        padding: 22px;
        border-radius: 16px;
    }

    .honadrama-brand-hub--ar .honadrama-brand-hub__spotlight-icon {
        top: 22px;
        right: 22px;
        width: 48px;
        height: 48px;
        font-size: 17px;
    }

    .honadrama-brand-hub--ar .honadrama-brand-hub__feature-card {
        min-height: 0;
        padding: 18px;
        border-radius: 16px;
        gap: 12px;
    }

    .honadrama-brand-hub--ar .honadrama-brand-hub__feature-icon {
        flex-basis: 46px;
        width: 46px;
        height: 46px;
        border-radius: 13px;
    }

    .honadrama-brand-hub--ar .honadrama-brand-hub__features h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 380px) {
    .honadrama-brand-hub--ar .honadrama-brand-hub__actions {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .honadrama-brand-hub--ar .honadrama-brand-hub__feature-card {
        transition: none;
    }
}
