/* ===========================================================
   MÚZSA Model Management — demó kiegészítés · Conen DIGITAL Studio
   Interaktív modellfal + divízió-választó + jelvény
   Minden más stílus az eredeti sablonból jön.
   =========================================================== */

/* ---------- 1. Interaktív modellfal ---------- */
.model-board{
    position: relative;
    padding: 110px 0;
    background-color: #1c1c1c;
    overflow: hidden;
}
.board-head{
    text-align: center;
    max-width: 760px;
    margin: 0 auto 56px;
}
.board-head h6.heading{
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #b07150;
    margin-bottom: 16px;
}
.board-head h1.main-heading{
    font-family: 'Oswald', sans-serif;
    font-size: 46px;
    font-weight: 300;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 18px;
}
.board-head p{
    color: rgba(255, 255, 255, .58);
    font-size: 15.5px;
    line-height: 1.85;
    margin: 0;
}

.board-wrap{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 390px);
    gap: 46px;
    align-items: start;
}
.board-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.board-card{
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 6px;
    overflow: hidden;
    background-color: #262626;
    cursor: pointer;
    text-align: left;
}
.board-card img{
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: top center;
    filter: grayscale(1) brightness(.82);
    transition: filter .5s ease, transform .7s ease;
}
.board-card:hover img{ filter: grayscale(.2) brightness(1); transform: scale(1.04); }
.board-card.is-active{ outline: 2px solid #b07150; outline-offset: -2px; }
.board-card.is-active img{ filter: none; }
.board-meta{
    position: absolute;
    left: 0; right: 0; bottom: 0;
    padding: 40px 15px 14px;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(15, 15, 15, .92) 100%);
}
.board-name{
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 16.5px;
    font-weight: 400;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #ffffff;
}
.board-tag{
    display: block;
    font-size: 10.5px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    color: #b07150;
    margin-top: 4px;
}
.board-card:focus{ outline: none; }
.board-card:focus-visible{ outline: 2px solid #f7dcd1; outline-offset: -2px; }

.board-panel{
    position: sticky;
    top: 110px;
    background-color: #141414;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 8px;
    padding: 34px 32px;
}
.panel-div{
    display: inline-block;
    font-size: 10.5px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #b07150;
    border: 1px solid rgba(176, 113, 80, .45);
    border-radius: 40px;
    padding: 5px 14px;
    margin-bottom: 18px;
}
.board-panel h3{
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 6px;
}
.panel-base{
    font-size: 13.5px;
    letter-spacing: .4px;
    color: rgba(255, 255, 255, .48);
    margin: 0 0 24px;
}
.panel-stats{
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
    border-top: 1px solid rgba(255, 255, 255, .09);
    padding-top: 22px;
}
.panel-stats li span{
    display: block;
    font-size: 10.5px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .4);
    margin-bottom: 3px;
}
.panel-stats li b{
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #f7dcd1;
    letter-spacing: .6px;
}
.panel-tags{
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.panel-tags li{
    font-size: 11.5px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7);
    background-color: rgba(255, 255, 255, .06);
    border-radius: 40px;
    padding: 5px 13px;
}
.board-panel .btn{ width: 100%; text-align: center; }

/* ---------- 2. Divízió-választó ---------- */
.division-sec{
    position: relative;
    padding: 110px 0;
    background-color: #121212;
    overflow: hidden;
}
.division-sec .board-head{ margin-bottom: 50px; }
.division-wrap{
    display: grid;
    grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}
.div-step{ margin-bottom: 30px; }
.div-step-label{
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 12.5px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .55);
    margin-bottom: 14px;
}
.div-step-label em{
    font-style: normal;
    color: #b07150;
    margin-right: 8px;
}
.div-chips{ display: flex; flex-wrap: wrap; gap: 10px; }
.div-chip{
    padding: 11px 20px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 40px;
    background-color: transparent;
    color: rgba(255, 255, 255, .82);
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    letter-spacing: .8px;
    cursor: pointer;
    transition: all .3s ease;
}
.div-chip:hover{ border-color: #b07150; color: #f7dcd1; }
.div-chip.is-active{ background-color: #b07150; border-color: #b07150; color: #ffffff; }

.div-result{
    background-color: #171717;
    border-radius: 8px;
    border-left: 3px solid #b07150;
    padding: clamp(28px, 3.4vw, 44px);
    min-height: 340px;
}
.div-result h3{
    font-family: 'Oswald', sans-serif;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 10px;
}
.div-result .div-heights{
    display: inline-block;
    font-size: 11px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    color: #b07150;
    margin-bottom: 20px;
}
.div-result p{
    color: rgba(255, 255, 255, .66);
    font-size: 15.4px;
    line-height: 1.85;
    margin: 0 0 22px;
}
.div-facts{
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: grid;
    gap: 12px;
}
.div-facts li{
    display: flex;
    gap: 12px;
    font-size: 14.6px;
    line-height: 1.6;
    color: rgba(255, 255, 255, .8);
}
.div-facts i{ color: #b07150; margin-top: 4px; flex: none; }
.div-note{
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 20px;
    font-size: 14.2px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .55);
}
.div-note b{ color: #f7dcd1; font-weight: 600; }

/* ---------- 3. Demó jelvény ---------- */
.demo-badge{
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 10060;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 18px 11px 14px;
    background: rgba(20, 20, 20, .94);
    color: #fff;
    border-radius: 50px;
    font-size: 12.8px;
    text-decoration: none;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .6);
    transition: transform .4s ease, background .3s ease;
}
.demo-badge:hover{ transform: translateY(-3px); background: #000; color: #fff; text-decoration: none; }
.demo-badge .demo-dot{
    width: 8px; height: 8px; border-radius: 50%;
    background: #b07150;
    box-shadow: 0 0 0 4px rgba(176, 113, 80, .3);
    animation: demoPulse 2.4s infinite;
}
.demo-badge strong{ font-weight: 600; }
@keyframes demoPulse{
    0%, 100% { box-shadow: 0 0 0 3px rgba(176, 113, 80, .35); }
    50%      { box-shadow: 0 0 0 9px rgba(176, 113, 80, 0); }
}

/* ---------- 4. Videó szekció: élő hatás ---------- */
.video.bg-video-img{
    position: relative;
    overflow: hidden;
}
.video.bg-video-img::before{
    content: "";
    position: absolute;
    inset: -3%;
    background-image: url("/assets/collection/landings/model-agency/img/video-img.jpg");
    background-size: cover;
    background-position: center;
    animation: muszaKenBurns 26s ease-in-out infinite alternate;
    z-index: 0;
}
.video.bg-video-img .overlay1{ position: relative; z-index: 1; }
@keyframes muszaKenBurns{
    0%   { transform: scale(1) translate3d(0, 0, 0); }
    100% { transform: scale(1.14) translate3d(-1.6%, -1.2%, 0); }
}

/* ---------- 6. Videós hero ---------- */
.home.has-video{ position: relative; overflow: hidden; }
.home.has-video .hero-video{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* A fej ne vágódjon le: a kép tetejét tartsuk meg, az alját vágjuk */
    object-position: center top;
    z-index: 0;
}
.home.has-video .overlay{ z-index: 1; background-color: rgba(8, 8, 8, .34); }
.home.has-video .container{ position: relative; z-index: 2; }
@media (prefers-reduced-motion: reduce){
    .home.has-video .hero-video{ display: none; }
}

/* ---------- 7. Parallax hero hátterek: a fej ne vágódjon le ---------- */
.parallax-img1,
.parallax-img2,
.parallax-img3{
    background-position: center top;
}

/* ---------- 5. Reszponzív ---------- */
@media (max-width: 1199px){
    .board-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 991px){
    .model-board, .division-sec{ padding: 72px 0; }
    .board-head h1.main-heading{ font-size: 34px; }
    .board-wrap, .division-wrap{ grid-template-columns: 1fr; gap: 34px; }
    .board-panel{ position: static; }
}
@media (max-width: 575px){
    .board-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .board-name{ font-size: 14px; }
    .board-panel{ padding: 26px 22px; }
    .div-result h3{ font-size: 27px; }
    .demo-badge{ left: 12px; bottom: 12px; font-size: 11.2px; padding: 9px 14px; }
}
