
/* ==========================================================
   HOOKUPSDM v1.3.4
   HEADER + NOUVEAUTÉS + MAGAZINE ONLY
   ========================================================== */

:root{
    --teg134-bg:#050506;
    --teg134-card:#0b0b0d;
    --teg134-gold:#D94F7D;
    --teg134-gold2:#F08AB0;
    --teg134-text:#f8f5ee;
    --teg134-muted:#9d9a93;
    --teg134-line:rgba(212,175,55,.24);
}

/* ---------- PREMIUM MINIMAL HEADER ---------- */
.teg-v134-header .hdm-v431-header-inner{
    max-width:1540px!important;
    min-height:86px!important;
    padding-left:30px!important;
    padding-right:30px!important;
    gap:28px!important;
}
.teg-v134-header .hdm-v431-brand{
    flex:0 0 auto!important;
}
.teg-v134-header .hdm-v431-brand img{
    max-width:230px!important;
}
.teg-v134-nav{
    margin-left:auto!important;
    display:flex!important;
    align-items:center!important;
    gap:4px!important;
}
.teg-v134-nav>a{
    position:relative!important;
    padding:13px 16px!important;
    color:#f4f1e9!important;
    font-size:13px!important;
    font-weight:760!important;
    letter-spacing:.015em!important;
    text-transform:none!important;
    border-radius:999px!important;
    transition:.22s ease!important;
}
.teg-v134-nav>a:after{
    content:""!important;
    position:absolute!important;
    left:18px!important;
    right:18px!important;
    bottom:6px!important;
    height:1px!important;
    background:var(--teg134-gold)!important;
    transform:scaleX(0)!important;
    transition:.22s ease!important;
}
.teg-v134-nav>a:hover{
    color:var(--teg134-gold2)!important;
    background:rgba(212,175,55,.055)!important;
}
.teg-v134-nav>a:hover:after{transform:scaleX(1)!important}
.teg-v134-telegram i{
    color:var(--teg134-gold)!important;
    font-style:normal!important;
    margin-left:5px!important;
}
.teg-v134-actions{
    margin-left:10px!important;
    gap:10px!important;
}
.teg-v134-actions .hdm-v431-login,
.teg-v134-actions .hdm-v431-create{
    min-width:auto!important;
    padding:0 20px!important;
    height:44px!important;
}
.teg-v134-actions .hdm-v431-create{
    min-width:96px!important;
}

/* ---------- SHARED EDITORIAL ---------- */
.teg-v134-editorial{
    min-height:70vh;
    background:
        radial-gradient(circle at 82% 4%,rgba(212,175,55,.08),transparent 25%),
        #050506;
    color:var(--teg134-text);
}
.teg-v134-page-hero{
    position:relative;
    overflow:hidden;
    border-bottom:1px solid rgba(212,175,55,.14);
}
.teg-v134-page-hero:before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(5,5,6,.98),rgba(5,5,6,.72) 55%,rgba(5,5,6,.22)),
        url("https://hookupsdm.com/wp-content/uploads/2026/08/club-1vvc.webp") center 42%/cover no-repeat;
}
.teg-v134-hero-glow{
    position:absolute;
    right:8%;
    top:10%;
    width:430px;
    height:430px;
    border-radius:50%;
    background:rgba(212,175,55,.10);
    filter:blur(110px);
}
.teg-v134-hero-inner{
    position:relative;
    z-index:2;
    max-width:1460px;
    margin:auto;
    padding:90px 34px 82px;
}
.teg-v134-kicker{
    display:block;
    margin-bottom:20px;
    color:var(--teg134-gold2);
    font-size:11px;
    font-weight:900;
    letter-spacing:.2em;
}
.teg-v134-hero-inner h1{
    max-width:780px;
    margin:0;
    color:#fff;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(52px,7vw,96px);
    line-height:.92;
    letter-spacing:-.045em;
}
.teg-v134-hero-inner h1 em{
    color:var(--teg134-gold);
    font-style:normal;
}
.teg-v134-hero-inner>p{
    max-width:650px;
    margin:28px 0 0;
    color:#b7b3aa;
    font-size:16px;
    line-height:1.75;
}
.teg-v134-hero-meta{
    display:flex;
    align-items:center;
    gap:14px;
    margin-top:28px;
    color:#d0ccc3;
    font-size:12px;
    font-weight:700;
}
.teg-v134-hero-meta i{
    width:4px;height:4px;border-radius:50%;background:var(--teg134-gold);
}
.teg-v134-new-content,
.teg-v134-mag-content{
    max-width:1460px;
    margin:auto;
    padding:52px 34px 100px;
}
.teg-v134-section-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:24px;
    margin-bottom:26px;
}
.teg-v134-section-head span{
    color:var(--teg134-gold);
    font-size:10px;
    font-weight:900;
    letter-spacing:.17em;
}
.teg-v134-section-head h2{
    margin:6px 0 0;
    color:#fff;
    font-family:Georgia,"Times New Roman",serif;
    font-size:42px;
}
.teg-v134-section-head>strong{
    color:#7d7a74;
    font-size:10px;
    letter-spacing:.15em;
}

/* ---------- NOUVEAUTÉS ---------- */
.teg-v134-profile-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
}
.teg-v134-profile-grid .hdm-card{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
}
.teg-v134-pagination{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:8px;
    margin-top:44px;
}
.teg-v134-pagination .page-numbers{
    display:grid;
    place-items:center;
    min-width:42px;
    height:42px;
    padding:0 12px;
    border:1px solid rgba(255,255,255,.11);
    border-radius:10px;
    background:#0a0a0b;
    color:#fff;
    text-decoration:none;
}
.teg-v134-pagination .current,
.teg-v134-pagination a:hover{
    border-color:var(--teg134-gold);
    color:var(--teg134-gold);
}
.teg-v134-empty,
.teg-v134-mag-empty{
    padding:60px 28px;
    border:1px solid var(--teg134-line);
    border-radius:20px;
    background:#09090a;
    text-align:center;
    color:#aaa;
}

/* ---------- MAGAZINE ---------- */
.teg-v134-featured{
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(380px,.75fr);
    min-height:560px;
    border:1px solid var(--teg134-line);
    border-radius:24px;
    overflow:hidden;
    background:#09090b;
    box-shadow:0 34px 90px rgba(0,0,0,.28);
}
.teg-v134-featured-media,
.teg-v134-mag-media{
    position:relative;
    display:block;
    overflow:hidden;
    min-height:100%;
    background:#0b0b0d;
}
.teg-v134-featured-media img,
.teg-v134-mag-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .5s ease;
}
.teg-v134-featured:hover img,
.teg-v134-mag-card:hover img{transform:scale(1.025)}
.teg-v134-featured-shade,
.teg-v134-mag-shade{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.7));
}
.teg-v134-featured-media>strong,
.teg-v134-mag-media>b{
    position:absolute;
    left:24px;
    bottom:22px;
    z-index:2;
    padding:9px 11px;
    border:1px solid rgba(212,175,55,.55);
    border-radius:999px;
    background:rgba(5,5,6,.72);
    color:var(--teg134-gold2);
    font-size:10px;
    letter-spacing:.12em;
}
.teg-v134-featured-copy{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:48px;
}
.teg-v134-featured-copy>span,
.teg-v134-mag-copy>span{
    color:var(--teg134-gold);
    font-size:10px;
    font-weight:900;
    letter-spacing:.14em;
}
.teg-v134-featured-copy h2{
    margin:14px 0 18px;
    color:#fff;
    font-family:Georgia,"Times New Roman",serif;
    font-size:46px;
    line-height:1.04;
}
.teg-v134-featured-copy p,
.teg-v134-mag-copy p{
    color:#a9a69e;
    line-height:1.7;
}
.teg-v134-featured-actions{
    margin-top:28px;
}
.teg-v134-read{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 20px;
    border-radius:10px;
    background:linear-gradient(135deg,var(--teg134-gold),var(--teg134-gold2));
    color:#050505!important;
    font-weight:900;
    text-decoration:none;
}
.teg-v134-share{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:center;
    margin-top:18px;
}
.teg-v134-share>span{color:#777;font-size:10px;text-transform:uppercase;letter-spacing:.12em}
.teg-v134-share a{
    color:#ddd;
    font-size:11px;
    text-decoration:none;
}
.teg-v134-share a:hover{color:var(--teg134-gold)}
.teg-v134-mag-head{margin-top:56px}
.teg-v134-mag-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}
.teg-v134-mag-card{
    overflow:hidden;
    border:1px solid rgba(255,255,255,.09);
    border-radius:18px;
    background:#09090b;
    transition:.24s ease;
}
.teg-v134-mag-card:hover{
    transform:translateY(-3px);
    border-color:rgba(212,175,55,.35);
}
.teg-v134-mag-media{height:300px}
.teg-v134-mag-copy{padding:24px}
.teg-v134-mag-copy h3{
    margin:10px 0;
    font-family:Georgia,"Times New Roman",serif;
    font-size:25px;
    line-height:1.08;
}
.teg-v134-mag-copy h3 a{color:#fff;text-decoration:none}
.teg-v134-mag-actions{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:14px;
    padding-top:14px;
    border-top:1px solid rgba(255,255,255,.07);
}
.teg-v134-mag-actions>a,
.teg-v134-mag-actions summary{
    color:var(--teg134-gold);
    font-size:11px;
    font-weight:900;
    cursor:pointer;
    text-decoration:none;
}
.teg-v134-mag-actions details{position:relative}
.teg-v134-mag-actions details>div{
    position:absolute;
    right:0;
    bottom:28px;
    z-index:10;
    display:grid;
    gap:1px;
    min-width:135px;
    padding:7px;
    border:1px solid var(--teg134-line);
    border-radius:10px;
    background:#050506;
    box-shadow:0 18px 50px rgba(0,0,0,.45);
}
.teg-v134-mag-actions details>div a{
    padding:8px 10px;
    color:#ddd;
    font-size:11px;
    text-decoration:none;
}
.teg-v134-mag-actions details>div a:hover{color:var(--teg134-gold)}
.teg-v134-no-image{
    position:absolute;
    inset:0;
    display:grid;
    place-items:center;
    color:#3d3829;
    font-family:Georgia,serif;
    font-size:34px;
    letter-spacing:.12em;
}
.teg-v134-mag-empty span{
    color:var(--teg134-gold);
    font-size:10px;
    letter-spacing:.18em;
}
.teg-v134-mag-empty h2{
    color:#fff;
    font-family:Georgia,serif;
    font-size:38px;
}

/* ---------- RESPONSIVE ---------- */
@media(max-width:1180px){
    .teg-v134-nav>a{padding-left:11px!important;padding-right:11px!important}
    .teg-v134-profile-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
    .teg-v134-mag-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
    .teg-v134-featured{grid-template-columns:1fr;min-height:0}
    .teg-v134-featured-media{height:440px}
}
@media(max-width:780px){
    .teg-v134-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .teg-v134-mag-grid{grid-template-columns:1fr}
    .teg-v134-hero-inner{padding:66px 20px 58px}
    .teg-v134-new-content,.teg-v134-mag-content{padding:38px 14px 70px}
    .teg-v134-section-head{align-items:flex-start;flex-direction:column}
    .teg-v134-featured-copy{padding:28px 22px}
    .teg-v134-featured-copy h2{font-size:36px}
    .teg-v134-mobile-menu a{font-weight:760!important}
}
@media(max-width:520px){
    .teg-v134-profile-grid{grid-template-columns:1fr 1fr;gap:9px}
    .teg-v134-featured-media{height:330px}
}


/* ==========================================================
   HOOKUPSDM v1.4.1 — MOBILE HEADER FIX
   Mobile = LOGO + ACCUEIL + HAMBURGER only.
   Telegram / Nouveautés / Magazine / Connexion / Publier
   stay inside the hamburger drawer.
   ========================================================== */
.teg-v141-mobile-home{
    display:none !important;
}

@media (max-width:900px){

    .teg-v134-header .hdm-v431-header-inner{
        min-height:88px !important;
        display:grid !important;
        grid-template-columns:minmax(0,1fr) auto auto !important;
        align-items:center !important;
        gap:12px !important;
        padding:12px 14px !important;
        overflow:hidden !important;
    }

    .teg-v134-header .hdm-v431-brand{
        min-width:0 !important;
        width:auto !important;
        overflow:hidden !important;
    }

    .teg-v134-header .hdm-v431-brand img{
        display:block !important;
        width:auto !important;
        max-width:210px !important;
        max-height:58px !important;
        object-fit:contain !important;
    }

    /* Critical: editorial desktop rules used !important,
       therefore mobile must also override with !important. */
    .teg-v134-header .teg-v134-nav,
    .teg-v134-header .teg-v134-actions{
        display:none !important;
    }

    .teg-v141-mobile-home{
        display:inline-flex !important;
        align-items:center !important;
        justify-content:center !important;
        min-height:44px !important;
        padding:0 10px !important;
        color:#fff !important;
        font-size:15px !important;
        font-weight:850 !important;
        line-height:1 !important;
        text-decoration:none !important;
        white-space:nowrap !important;
    }

    .teg-v141-mobile-home:hover{
        color:#D94F7D !important;
    }

    .teg-v134-header .hdm-v431-menu-toggle{
        display:block !important;
        position:static !important;
        margin:0 !important;
        flex:0 0 48px !important;
        width:48px !important;
        height:48px !important;
        z-index:10002 !important;
    }

    .teg-v134-header .teg-v134-mobile-menu{
        position:relative !important;
        z-index:10001 !important;
        width:100% !important;
        padding:10px 16px 18px !important;
        border-top:1px solid rgba(212,175,55,.18) !important;
        background:#08080a !important;
        box-sizing:border-box !important;
    }

    .teg-v134-header .teg-v134-mobile-menu a{
        display:flex !important;
        align-items:center !important;
        min-height:50px !important;
        padding:0 12px !important;
        border-bottom:1px solid rgba(255,255,255,.06) !important;
        color:#fff !important;
        font-size:15px !important;
        font-weight:800 !important;
        text-decoration:none !important;
    }

    .teg-v134-header .teg-v134-mobile-menu a:hover{
        color:#D94F7D !important;
    }

    .teg-v134-header .teg-v134-mobile-menu a.create{
        justify-content:center !important;
        margin-top:12px !important;
        border:1px solid #D94F7D !important;
        border-radius:12px !important;
        background:#D94F7D !important;
        color:#080808 !important;
    }
}

@media (max-width:480px){
    .teg-v134-header .hdm-v431-header-inner{
        grid-template-columns:minmax(0,1fr) auto auto !important;
        gap:8px !important;
        padding-left:10px !important;
        padding-right:10px !important;
    }

    .teg-v134-header .hdm-v431-brand img{
        max-width:175px !important;
        max-height:52px !important;
    }

    .teg-v141-mobile-home{
        padding:0 5px !important;
        font-size:14px !important;
    }

    .teg-v134-header .hdm-v431-menu-toggle{
        width:46px !important;
        height:46px !important;
        flex-basis:46px !important;
    }
}


/* HOOKUPSDM MASTER v5.0 — MOBILE HEADER: LOGO + HOME + MENU */
.teg-v141-mobile-home{display:none!important}
@media(max-width:900px){
    .teg-v134-header .hdm-v431-header-inner{
        min-height:88px!important;
        display:grid!important;
        grid-template-columns:minmax(0,1fr) auto auto!important;
        align-items:center!important;
        gap:12px!important;
        padding:12px 14px!important;
        overflow:hidden!important;
    }
    .teg-v134-header .teg-v134-nav,
    .teg-v134-header .teg-v134-actions{display:none!important}
    .teg-v141-mobile-home{
        display:inline-flex!important;align-items:center!important;justify-content:center!important;
        min-height:44px!important;padding:0 10px!important;color:#fff!important;
        font-size:15px!important;font-weight:850!important;text-decoration:none!important;white-space:nowrap!important;
    }
    .teg-v141-mobile-home:hover{color:#D94F7D!important}
    .teg-v134-header .hdm-v431-menu-toggle{
        display:block!important;position:static!important;margin:0!important;
        width:48px!important;height:48px!important;z-index:10002!important;
    }
    .teg-v134-header .teg-v134-mobile-menu{
        position:relative!important;z-index:10001!important;width:100%!important;
        padding:10px 16px 18px!important;border-top:1px solid rgba(217,79,125,.20)!important;
        background:#08080a!important;box-sizing:border-box!important;
    }
    .teg-v134-header .teg-v134-mobile-menu a{
        display:flex!important;align-items:center!important;min-height:50px!important;
        padding:0 12px!important;border-bottom:1px solid rgba(255,255,255,.06)!important;
        color:#fff!important;font-size:15px!important;font-weight:800!important;text-decoration:none!important;
    }
    .teg-v134-header .teg-v134-mobile-menu a:hover{color:#D94F7D!important}
    .teg-v134-header .teg-v134-mobile-menu a.create{
        justify-content:center!important;margin-top:12px!important;border:1px solid #D94F7D!important;
        border-radius:12px!important;background:#D94F7D!important;color:#080808!important;
    }
}
