/* Majalla — Home · Daily — Mobile 390 (v4)
   Rebuilt from the Figma frame 16728:7 ("Home · Daily — Mobile 390 (v3)"), 2026-09-24.
   Non-standalone: fonts live in ../fonts/, images in ./img/. */

@font-face{font-family:"Greta Arabic";src:url("../fonts/GretaArabic-Regular.ttf") format("truetype");font-weight:400;font-display:swap}
@font-face{font-family:"Greta Arabic";src:url("../fonts/GretaArabic-Medium.ttf") format("truetype");font-weight:500;font-display:swap}
@font-face{font-family:"Greta Arabic";src:url("../fonts/GretaArabic-Bold.ttf") format("truetype");font-weight:700;font-display:swap}
@font-face{font-family:"URW Geometric Arabic";src:url("../fonts/URWGeometricArabic-Light.ttf") format("truetype");font-weight:300;font-display:swap}
@font-face{font-family:"URW Geometric Arabic";src:url("../fonts/URWGeometricArabic-Regular.ttf") format("truetype");font-weight:400;font-display:swap}
@font-face{font-family:"URW Geometric Arabic";src:url("../fonts/URWGeometricArabic-Medium.ttf") format("truetype");font-weight:500;font-display:swap}
@font-face{font-family:"URW Geometric Arabic";src:url("../fonts/URWGeometricArabic-Bold.ttf") format("truetype");font-weight:700;font-display:swap}

:root{--red:#E30F18;--ink:#161210;--text:#2A2625;--muted:#625A58;--subtle:#847B79;--line:rgba(22,18,16,.11);--line2:rgba(22,18,16,.22);--wash:#FAF7F5;--wash2:#F5F3F1;--dark:#141313;--paper:#fff;--g:"Greta Arabic",serif;--u:"URW Geometric Arabic",sans-serif}
*{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%}
body{background:#E6E1DE;font-family:var(--u);color:var(--text);line-height:1.5}
#page,#page *{letter-spacing:0 !important}
img{display:block;max-width:100%}
a{color:var(--ink);text-decoration:none}
button,input{font:inherit}

#page{width:390px;margin:0 auto;background:var(--paper);min-height:100vh;box-shadow:0 0 0 1px var(--line),0 24px 60px rgba(0,0,0,.09);direction:rtl;overflow:hidden}
.wrap{padding-inline:16px}
.wrap.bleed-end{padding-inline-end:0}   /* rails that run off the left edge */

/* ---- header (61) ---- */
.hdr{position:relative;display:flex;align-items:center;justify-content:space-between;padding:15px 16px 16px;border-bottom:1px solid var(--line)}
.hdr .iconbtn{background:none;border:0;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}
.hdr .iconbtn.menu{width:30px;height:30px}
.hdr .iconbtn.menu img{width:30px;height:16px}
.hdr .iconbtn.acct{width:24px;height:24px}
.hdr .iconbtn.acct img{width:24px;height:24px}
.hdr .logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.hdr .logo img{height:30px;width:auto}

/* ---- spotbar ---- */
.spotbar{border-bottom:.5px solid var(--line);padding:8px 0}
.spotbar .in{padding:2px 16px 2px 0}
.spot{display:flex;gap:20px;overflow-x:auto;scrollbar-width:none;padding-inline-end:20px}
.spot::-webkit-scrollbar{display:none}
.spot-card{flex:0 0 auto;display:flex;align-items:center;gap:7px;background:#fff;border-inline-end:.5px solid var(--line);padding-inline-end:20px;white-space:nowrap}
.spot-card:last-child{padding-inline-end:0;border-inline-end:0}
.spot-card img{width:33px;height:33px;border-radius:50%;object-fit:cover;flex:0 0 33px}
.spot-card .tt{display:flex;flex-direction:column;align-items:flex-start;gap:2px;text-align:right;line-height:15.41px}
.spot-card .t{font-family:var(--g);font-weight:500;font-size:14px;color:var(--ink)}
.spot-card .s{font-family:var(--g);font-weight:400;font-size:12px;color:rgba(22,18,16,.5)}

/* ---- type atoms ---- */
.kick{font-family:var(--u);font-weight:700;font-size:11.5px;line-height:17.25px;color:var(--red);display:block}
.by{display:flex;align-items:center;gap:6px;font-size:11.5px;line-height:17.25px;color:var(--muted);white-space:nowrap}
.by .k{font-weight:700;color:var(--red)}
.by .d{display:block;width:3px;height:3px;border-radius:1.5px;background:var(--line2);flex:0 0 3px}
.by.c{justify-content:center}
.shead{display:flex;align-items:flex-end;justify-content:space-between;border-bottom:1px solid var(--line2);padding-bottom:1px;margin-bottom:15px}
.shead h2{font-family:var(--u);font-weight:700;font-size:14px;line-height:21px;color:var(--red);position:relative;padding-bottom:9px;white-space:nowrap}
.shead h2::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:1px;background:var(--red)}
.shead .more{font-size:11.5px;line-height:17.25px;font-weight:500;color:var(--muted);padding-bottom:9px;white-space:nowrap}
.shead.solo{justify-content:flex-start}
.shead.light{border-bottom-color:rgba(255,255,255,.3)}
.shead.light h2{color:#fff}
.shead.light h2::after{background:#fff}
.shead.light .more{color:#B0A7A4}
.shead.dark h2{color:var(--ink)}
.shead.dark h2::after{background:var(--ink)}
.shead.w{width:358px}
.ratio{aspect-ratio:4/3;width:100%;object-fit:cover;background:#ECEAE8}
.pdots{display:flex;justify-content:center;gap:10px;width:358px;margin-top:15px}
.pdots span{width:7px;height:7px;border-radius:3.5px;background:rgba(22,18,16,.2)}
.pdots span.on{background:var(--red)}

/* ---- lead ---- */
.lead-wrap{padding-top:20px}
.lead{display:flex;flex-direction:column;align-items:center;gap:11px}
.lead h1{font-family:var(--g);font-weight:500;font-size:24px;line-height:32.76px;color:var(--ink);text-align:center;width:100%}
.lead .pic{padding-top:7px;width:390px;margin-inline:-16px}
.lead .pic img{width:390px;height:292.5px;object-fit:cover;background:#ECEAE8}
.lead .dek{padding-top:2px;font-size:14.5px;line-height:24.07px;color:var(--muted);text-align:center;width:100%}
.sep{height:1px;background:var(--line);border:0;margin-top:26px}

/* ---- single-image rows ---- */
.rows{display:flex;flex-direction:column}
.row{display:flex;gap:13px;align-items:flex-start;padding:15px 0 16px;border-bottom:1px solid var(--line)}
.row .ratio{width:118px;height:88.5px;flex:0 0 118px}
.row .tx{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:5.5px;text-align:right}
.row h3{font-family:var(--g);font-weight:500;font-size:16px;line-height:21.6px;color:var(--ink)}
.row .by{display:block}
.rows.tail .row:last-child{border-bottom:0;padding-bottom:15px}
.lead-rows{margin-top:0}

/* translations rows */
.rows.trans .tx{gap:6px;padding-top:4px}
.rows.trans .src{display:inline-block;align-self:flex-start;font-family:var(--u);font-weight:700;font-size:10px;line-height:15px;color:var(--muted);border:1px solid var(--line2);padding:3px 7px}
.rows.trans h3{padding-top:5px}

/* ---- video block (below the lead rows) ---- */
.vblock-wrap{padding-top:26px}
.vblock{background:var(--dark);padding:0 16px 18px}
.vcard{display:flex;flex-direction:column;align-items:center;gap:6px}
.vthumb{position:relative;width:390px;margin-inline:-16px;background:var(--dark);overflow:hidden}
.vthumb img.th{width:390px;height:219.38px;object-fit:cover}
.vplay{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:26px;background:rgba(20,19,19,.62);display:flex;align-items:center;justify-content:center}
.vplay img{width:30px;height:30px}
.vdur{position:absolute;left:8px;bottom:8px;background:rgba(20,19,19,.8);color:#fff;font-size:11px;line-height:11px;padding:5px 8px;border-radius:5px;direction:ltr}
.vblock h3{padding-top:5px;width:100%;font-family:var(--g);font-weight:700;font-size:19px;line-height:25.08px;color:#fff;text-align:right}
.vblock .by{width:100%;color:#D8D5D2}

/* ---- analysis lead cards (anx) ---- */
.sec{padding-top:30px}
.anx{display:flex;flex-direction:column;gap:8px}
.anx .ratio{height:268.5px}
.anx h3{padding-top:4px;font-family:var(--g);font-weight:700;font-size:24px;line-height:30.24px;color:var(--ink)}
.anx + .anx{margin-top:20px;border-top:1px solid var(--line);padding-top:21px}

/* ---- shorts band ---- */
.sband{background:var(--dark);color:#fff;padding:24px 16px 26px 0;margin-top:30px}
.sreels{display:flex;gap:18px;overflow-x:auto;scrollbar-width:none;width:374px}
.sreels::-webkit-scrollbar{display:none}
.sreel{flex:0 0 255px;display:flex;flex-direction:column;gap:10px}
.sreel .sv{position:relative;background:#222;border-radius:10px;overflow:hidden}
.sreel .sv img{width:255px;height:453.33px;object-fit:cover}
.rdur{position:absolute;left:9px;bottom:9px;background:rgba(0,0,0,.6);color:#fff;font-size:11px;line-height:11px;padding:5px 8px;border-radius:5px;direction:ltr}
.sreel h3{font-family:var(--g);font-weight:500;font-size:16px;line-height:21.76px;color:#fff;text-align:right}

/* ---- opinions ---- */
.opn{display:flex;flex-direction:column}
.opn a{display:flex;align-items:center;gap:15px;padding:17px 0 18px;border-bottom:1px solid var(--line)}
.opn .av{width:72px;height:102.2px;object-fit:contain;flex:0 0 72px}
.opn .av.sm{width:64px;height:91px;flex-basis:64px}
.opn .tx{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:9px}
.opn h3{font-family:var(--g);font-weight:500;font-size:16.5px;line-height:24.09px;color:var(--ink)}
.opn h3 .q{color:var(--red)}
.listen{display:inline-flex;align-items:center;gap:4px;font-size:11px;line-height:11px;color:var(--subtle);direction:ltr}
.listen img{width:14px;height:14px}

/* ---- interviews rail ---- */
.rail-wrap{padding-top:26px}
.rail{display:flex;gap:14px;overflow-x:auto;scrollbar-width:none;width:374px}
.rail::-webkit-scrollbar{display:none}
.rcard{flex:0 0 244px;display:flex;flex-direction:column;gap:5px}
.rcard .ratio{height:183px}
.rcard .kick{padding-top:4px;height:21.25px}
.rcard h3{font-family:var(--g);font-weight:500;font-size:16px;line-height:21.6px;color:var(--ink)}
.rcard .by{display:block}

/* ---- most read ---- */
.mrx-bg{background:var(--wash);padding:18px 16px 20px}
.mrx{display:flex;flex-direction:column}
.mrx a{display:flex;align-items:center;gap:12px;padding:13px 0 14px;border-bottom:1px solid var(--line)}
.mrx a:first-child{padding-top:2px}
.mrx a:last-child{border-bottom:0;padding-bottom:2px}
.mrx img{width:84px;height:84px;border-radius:6px;object-fit:cover;flex:0 0 84px}
.mrx .n{font-family:var(--u);font-weight:700;font-size:26px;line-height:21.32px;color:transparent;-webkit-text-stroke:1px var(--red);text-align:center;flex:0 0 auto;direction:ltr}
.mrx .tx{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:6px;text-align:right}
.mrx h3{font-family:var(--g);font-weight:500;font-size:15.5px;line-height:20.77px;color:var(--ink)}
.mrx .kick{font-size:10.5px;line-height:15.75px}

/* ---- profile rail ---- */
.profbg{background:var(--wash);padding:18px 16px 20px 0}
.profbg .shead{margin-bottom:15.5px}
.prail{display:flex;gap:15px;overflow-x:auto;scrollbar-width:none;width:374px}
.prail::-webkit-scrollbar{display:none}
.prail a{flex:0 0 268px;display:flex;flex-direction:column;gap:6px}
.prail .ratio{height:201px}
.prail h3{padding-top:4px;font-family:var(--g);font-weight:700;font-size:19px;line-height:24.7px;color:var(--ink)}
.prail .by{display:block}
.profbg .pdots{margin-top:15.5px}

/* ---- video band ---- */
.vband-wrap{padding-top:8px}
.vband{background:var(--dark);color:#fff;padding:24px 16px 26px 0}
.vband .feat{width:358px;display:flex;flex-direction:column;gap:5px}
.player{position:relative;background:#000;overflow:hidden}
.player img.th{width:358px;height:201.38px;object-fit:cover}
.play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:26px;background:rgba(0,0,0,.45);border:1px solid rgba(255,255,255,.75);display:flex;align-items:center;justify-content:center}
.play img{width:28px;height:28px}
.vtitle{padding-top:6px;font-family:var(--g);font-weight:500;font-size:19px;line-height:25.46px;color:#fff}
.vmeta{display:flex;align-items:center;gap:6px;font-size:11.5px;line-height:17.25px;color:#B0A7A4}
.vmeta img{width:15px;height:15px}
.vrail-wrap{margin-top:15px;padding-top:9px;width:374px}
.vrail{display:flex;gap:14px;overflow-x:auto;scrollbar-width:none;padding:23px 0 19.5px;border-top:1px solid rgba(255,255,255,.18)}
.vrail::-webkit-scrollbar{display:none}
.vrc{flex:0 0 232px;display:flex;flex-direction:column;gap:9px}
.vrc .th{position:relative;background:#222;overflow:hidden}
.vrc .th img{width:232px;height:130.5px;object-fit:cover}
.vrc .rdur{left:8px;bottom:8px;font-size:10.5px;line-height:10.5px;padding:4px 7px}
.vrc h3{font-family:var(--g);font-weight:500;font-size:14.5px;line-height:19.57px;color:#fff}

/* ---- infographic ---- */
.infogbg{background:var(--wash);padding:18px 16px 20px}
.infog .lead-a{display:flex;flex-direction:column;gap:6px;padding-bottom:19px;border-bottom:1px solid var(--line)}
.infog .lead-a img{width:358px;height:481px;object-fit:cover;background:#ECEAE8}
.infog .lead-a h3{padding-top:4px;font-family:var(--g);font-weight:700;font-size:19px;line-height:24.7px;color:var(--ink)}
.infog .lead-a .by{display:block}
.infothumbs-wrap{padding-top:18px;width:374px}
.infothumbs{display:flex;gap:14px;overflow-x:auto;scrollbar-width:none;align-items:flex-start}
.infothumbs::-webkit-scrollbar{display:none}
.infothumbs a{flex:0 0 224px;display:flex;flex-direction:column;gap:9px}
.infothumbs img{width:224px;height:168px;object-fit:cover;background:#ECEAE8}
.infothumbs img.tall{height:275px}
.infothumbs h4{font-family:var(--g);font-weight:500;font-size:15.5px;line-height:20.77px;color:var(--ink);min-height:41.53px}
.infog .pdots{margin-top:16px;width:100%}

/* ---- cartoon ---- */
.kartbg{background:var(--wash2);padding:18px 16px 20px}
.kart{display:flex;flex-direction:column;gap:6px}
.kart img{width:358px;height:436px;object-fit:cover;background:#fff}
.kart h3{padding-top:6px;font-family:var(--g);font-weight:500;font-size:15.5px;line-height:21.08px;color:var(--ink)}
.kart .by{display:block}

/* ---- books ---- */
.books{display:flex;flex-direction:column}
.books a{display:flex;gap:13px;align-items:flex-start;padding:14px 0 15px;border-bottom:1px solid var(--line)}
.books a:last-child{border-bottom:0;padding-bottom:14px}
.books img{width:118px;height:88.5px;object-fit:cover;flex:0 0 118px;background:#ECEAE8}
.books .tx{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:6px;padding-top:2px;text-align:right}
.books h3{font-family:var(--g);font-weight:500;font-size:16px;line-height:21.6px;color:var(--ink)}
.books p{font-size:12.5px;line-height:20px;color:var(--muted)}
.books .by{display:block}

/* ---- films ---- */
.films{display:flex;gap:14px;align-items:flex-start}
.films a{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:5px}
.films img{width:100%;height:129px;object-fit:cover;background:#ECEAE8}
.films h3{padding-top:3px;font-family:var(--g);font-weight:500;font-size:14.5px;line-height:19.43px;color:var(--ink)}
.films .by{display:block}

/* ---- world in photos ---- */
.gmain{position:relative;display:block}
.gmain img.th{width:358px;height:268.5px;object-fit:cover;background:#ECEAE8}
.gtag{position:absolute;top:10px;right:10px;display:flex;align-items:center;gap:6px;background:rgba(20,19,19,.72);color:#fff;font-family:var(--u);font-weight:700;font-size:11px;line-height:11px;padding:6px 9px;border-radius:5px}
.gtag img{width:16px;height:16px}
.gmain .gc{position:absolute;left:0;right:0;bottom:0;padding:28px 13px 13px;background:linear-gradient(to top,rgba(0,0,0,.86),rgba(0,0,0,0))}
.gmain .gc h3{font-family:var(--g);font-weight:500;font-size:16.5px;line-height:22.11px;color:#fff}

/* ---- newsletter ---- */
.nl-wrap{padding-top:34px}
.nl{position:relative;background:var(--dark);color:#fff;padding:40px 16px;overflow:hidden;display:flex;flex-direction:column;gap:14px}
.nl .bg{position:absolute;inset:0;background:url("img/nlbg.jpg") center/cover;opacity:.5}
.nl .grad{position:absolute;inset:0;background:linear-gradient(to left,rgba(20,19,19,.99) 42%,rgba(20,19,19,.55))}
.nl .nlt{position:relative;display:flex;align-items:flex-start;gap:10px}
.nl .nlt img{width:22px;height:22px;flex:0 0 22px}
.nl .nlt .tx{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:3px;text-align:right}
.nl h3{font-family:var(--g);font-weight:700;font-size:18px;line-height:23.4px;color:#fff}
.nl p{font-size:12.5px;line-height:19.38px;color:#D8D5D2}
.nl .f{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:7px;row-gap:14px;align-items:start}
.nl .f button{grid-column:1;grid-row:1}
.nl .f input[type=email]{grid-column:2;grid-row:1}
.nl .f .consent{grid-column:2;grid-row:2}
.nl input[type=email]{min-width:0;width:100%;height:45px;border:1px solid rgba(255,255,255,.35);border-radius:8px 0 0 8px;background:none;color:#fff;font-family:var(--g);font-weight:500;font-size:13.5px;padding:13px 12px;outline:0;text-align:right}
.nl input::placeholder{color:#A9A19F}
.nl .f button{height:45px;background:var(--red);color:#fff;border:0;border-radius:0 8px 8px 0;font-family:var(--g);font-weight:700;font-size:13.5px;padding:0 18px;cursor:pointer}

.nl .consent{position:relative;display:flex;align-items:flex-start;gap:8px;cursor:pointer;font-size:11px;line-height:16px;color:#B0A7A4}
.nl .consent input{position:absolute;opacity:0;width:0;height:0}
.nl .consent .box{flex:0 0 16px;width:16px;height:16px;border-radius:3px;border:1px solid rgba(255,255,255,.5);background:rgba(255,255,255,.06);position:relative;transition:background .15s,border-color .15s}
.nl .consent .box::after{content:"";position:absolute;left:4.5px;top:1.5px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);transition:transform .15s}
.nl .consent input:checked + .box{background:var(--red);border-color:var(--red)}
.nl .consent input:checked + .box::after{transform:rotate(45deg) scale(1)}
.nl .consent input:focus-visible + .box{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}
.nl .consent .txt{flex:1 1 auto;min-width:0;text-align:right}

/* ---- footer ---- */
.ft{background:var(--dark);color:#fff;border-top:1px solid rgba(255,255,255,.22);padding:27px 18px 30px;display:flex;flex-direction:column;align-items:center}
.ft .flogo{height:28px;width:69.77px}
.ft .fcols-wrap{padding-top:20px;width:100%}
.ft .fcols{display:flex;gap:14px;align-items:flex-start;padding:21px 0;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}
.ft .fcols > div{display:flex;flex-direction:column;gap:9px;text-align:right}
.ft .fcols > div.sections{flex:0 0 170px}
.ft .fcols > div.about{flex:1 1 0;min-width:0}
.ft .fcols h4{font-family:var(--u);font-size:11px;line-height:16.5px;font-weight:400;color:#fff}
.ft .fcols h4 + a{padding-top:2px}
.ft .fcols a{font-size:12.5px;line-height:18.75px;font-weight:400;color:#D8D5D2}
.ft .flegal{display:flex;justify-content:center;gap:16px;padding:18px 0 4px;width:100%}
.ft .flegal a{font-size:12px;line-height:18px;color:#B0A7A4;white-space:nowrap}
.ft .fs{display:flex;gap:18px;justify-content:center;padding:14px 0;width:100%}
.ft .fs a{display:flex}
.ft .fs img{width:18px;height:18px}
.ft .cp{text-align:center;font-size:10.5px;line-height:16.8px;color:#8D8583;width:100%}

/* ---- interactive rails (drag, snap, dots) ---- */
.spot,.sreels,.rail,.prail,.vrail,.infothumbs{scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;cursor:grab;-webkit-overflow-scrolling:touch}
.spot>*,.sreels>*,.rail>*,.prail>*,.vrail>*,.infothumbs>*{scroll-snap-align:start}
.is-dragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto;user-select:none}
.is-dragging *{pointer-events:none}
.infothumbs-wrap,.rail,.prail,.vrail,.sreels{padding-inline-end:16px}
.pdots span{cursor:pointer;transition:background .2s,transform .2s}
.pdots span.on{transform:scale(1.15)}

/* ---- featured video: poster -> autoplay cross-fade, controls ---- */
.autovid{position:relative}
.autovid .vid{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .7s ease;background:#000}
.autovid .th{transition:opacity .7s ease,filter .35s ease}
.autovid.playing .vid{opacity:1}
.autovid.playing .th{opacity:0}
.autovid .vplay,.autovid .play,.autovid .vdur,.autovid .rdur{transition:opacity .4s ease}
.autovid.playing .vplay,.autovid.playing .play,.autovid.playing .vdur,.autovid.playing .rdur{opacity:0;pointer-events:none}
.autovid .vctl{opacity:0;pointer-events:none;transition:opacity .4s ease .3s}
.autovid.playing .vctl{opacity:1;pointer-events:auto}
.vctl{position:absolute;top:10px;right:10px;display:flex;gap:6px;z-index:3}
.vbtn{width:34px;height:34px;border-radius:17px;border:0;padding:0;background:rgba(20,19,19,.62);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(2px)}
.vbtn:hover{background:rgba(20,19,19,.85)}
.vbtn svg{display:block}
.vbtn.mute .i-on{display:none}
.vthumb.unmuted .vbtn.mute .i-off{display:none}
.vthumb.unmuted .vbtn.mute .i-on{display:block}
.autovid:fullscreen{width:100vw;height:100vh;margin:0;background:#000;display:flex;align-items:center;justify-content:center;border-radius:0}
.autovid:fullscreen .vid,.autovid:fullscreen .th{object-fit:contain;width:100%;height:100%}
.autovid:fullscreen .vdur,.autovid:fullscreen .rdur{display:none}
.sreel .vctl{top:9px;right:9px}
.sreel .vbtn{width:30px;height:30px}
.sreel .vbtn svg{width:16px;height:16px}

/* shorts: greyscale posters until hover (or while playing) */
.sreel .sv img{filter:grayscale(1);transition:filter .35s ease,opacity .7s ease}
.sreel:hover .sv img,.sreel .sv.playing img{filter:grayscale(0)}
@media (hover:none){.sreel .sv img{filter:grayscale(1)}}

/* ---- infographic: fullscreen button + lightbox ---- */
.figbox{position:relative;display:block;width:100%}
.figbox img{display:block}
.figfs{position:absolute;top:10px;right:10px;width:34px;height:34px;border-radius:17px;border:0;padding:0;background:rgba(20,19,19,.62);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(2px);z-index:2}
.figfs:hover{background:rgba(20,19,19,.85)}
.infothumbs .figfs{width:30px;height:30px;top:8px;right:8px}
.lightbox{position:fixed;inset:0;z-index:1000;background:#141313;color:#fff;display:flex;flex-direction:column;direction:rtl}
.lightbox[hidden]{display:none}
.lbhead{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.14);background:#141313}
.lbhead h3{font-family:var(--g);font-weight:700;font-size:17px;line-height:1.4;color:#fff;flex:1 1 auto;min-width:0}
.lbclose{flex:0 0 auto;width:36px;height:36px;border-radius:18px;border:0;background:rgba(255,255,255,.1);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}
.lbclose:hover{background:rgba(255,255,255,.22)}
.lbbody{flex:1 1 auto;overflow:auto;-webkit-overflow-scrolling:touch;padding:12px 0 24px;display:flex;justify-content:center;align-items:flex-start}
.lbstage{width:100%;max-width:900px;overflow:visible}
.lbbody img{display:block;width:100%;height:auto;transform-origin:center center;touch-action:pan-y;will-change:transform;cursor:zoom-in;user-select:none;-webkit-user-select:none}
.lbbody.zoomed{overflow:hidden}
.lbbody.zoomed img{touch-action:none;cursor:grab}
.lbhint{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);background:rgba(255,255,255,.14);color:#fff;font-size:12px;padding:7px 12px;border-radius:999px;pointer-events:none;transition:opacity .5s;white-space:nowrap}
.lbhint.gone{opacity:0}
body.lb-open{overflow:hidden}
