/* /public_html/media/media.css */

.media-front {
    --mf-ink:#172019;
    --mf-forest:#18251c;
    --mf-gold:#b8893d;
    --mf-gold-dark:#8b6428;
    --mf-paper:#fbfaf6;
    --mf-cream:#eee8de;
    --mf-line:#d7d0c4;
    --mf-muted:#687068;
    width:100%;
    max-width:100%;
    overflow-x:hidden;
    color:var(--mf-ink);
}
.media-front *,
.media-front *::before,
.media-front *::after{box-sizing:border-box}
.media-front .shell{
    width:min(1320px,calc(100% - 80px));
    max-width:1320px;
    margin-left:auto;
    margin-right:auto;
}
.mf-label{
    display:block;
    color:var(--mf-gold-dark);
    font-size:10px;
    font-weight:900;
    letter-spacing:.18em;
    text-transform:uppercase;
}
.mf-link{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding-bottom:5px;
    border-bottom:1px solid rgba(139,100,40,.45);
    color:var(--mf-gold-dark);
    text-decoration:none;
    font-size:9px;
    font-weight:900;
    letter-spacing:.1em;
    text-transform:uppercase;
}
.mf-hero{
    min-height:clamp(650px,78vh,880px);
    display:flex;
    align-items:center;
    padding:clamp(110px,12vw,165px) 0 clamp(80px,8vw,110px);
    background:
        radial-gradient(circle at 82% 28%,rgba(184,137,61,.13),transparent 26%),
        linear-gradient(145deg,#162219 0%,#0b120d 100%);
    color:#fff;
}
.mf-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);
    gap:clamp(60px,9vw,140px);
    align-items:center;
}
.mf-back{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:38px;
    color:#8c9990;
    text-decoration:none;
    font-size:9px;
    font-weight:900;
    letter-spacing:.1em;
    text-transform:uppercase;
}
.mf-kicker{
    display:inline-flex;
    align-items:center;
    gap:14px;
    margin-bottom:25px;
    color:#c99b4b;
    font-size:10px;
    font-weight:900;
    letter-spacing:.19em;
    text-transform:uppercase;
}
.mf-kicker::before{
    content:'';
    width:50px;
    height:1px;
    background:#c99b4b;
}
.mf-hero h1{
    max-width:760px;
    margin:0;
    color:#f3efe7;
    font-family:Georgia,'Times New Roman',serif;
    font-size:clamp(60px,6.8vw,102px);
    font-weight:400;
    line-height:.88;
    letter-spacing:-.058em;
}
.mf-hero .mf-lead{
    max-width:650px;
    margin:32px 0 0;
    color:#e4e8e2;
    font-family:Georgia,'Times New Roman',serif;
    font-size:clamp(21px,2vw,29px);
    line-height:1.5;
}
.mf-hero-copy{
    max-width:620px;
    margin:15px 0 0;
    color:#9eaaa0;
    font-size:14px;
    line-height:1.75;
}
.mf-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:30px;
}
.mf-hero-actions a{
    min-height:50px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:11px;
    padding:0 22px;
    border:1px solid rgba(255,255,255,.2);
    color:#fff;
    text-decoration:none;
    font-size:9px;
    font-weight:900;
    letter-spacing:.09em;
    text-transform:uppercase;
}
.mf-hero-actions a.is-primary{
    border-color:#c99b4b;
    background:#c99b4b;
    color:#172019;
}
.mf-hero-panel{
    border:1px solid rgba(255,255,255,.17);
    background:rgba(255,255,255,.025);
}
.mf-hero-panel-head{
    display:flex;
    justify-content:space-between;
    gap:20px;
    padding:17px 20px;
    border-bottom:1px solid rgba(255,255,255,.17);
}
.mf-hero-panel-head span,
.mf-hero-panel-head small{
    font-size:8px;
    font-weight:900;
    letter-spacing:.13em;
}
.mf-hero-panel-head span{color:#fff}
.mf-hero-panel-head small{color:#c99b4b}
.mf-hero-stats{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
}
.mf-hero-stats>div{
    min-height:135px;
    padding:25px 20px;
    border-right:1px solid rgba(255,255,255,.17);
    border-bottom:1px solid rgba(255,255,255,.17);
}
.mf-hero-stats>div:nth-child(2n){border-right:0}
.mf-hero-stats>div:nth-last-child(-n+2){border-bottom:0}
.mf-hero-stats span{
    display:block;
    margin-bottom:13px;
    color:#829086;
    font-size:7px;
    font-weight:900;
    letter-spacing:.12em;
}
.mf-hero-stats strong{
    color:#fff;
    font-family:Georgia,'Times New Roman',serif;
    font-size:clamp(30px,3vw,42px);
    font-weight:400;
}
.mf-membership-state{
    padding:18px 20px;
    border-top:1px solid rgba(255,255,255,.17);
}
.mf-membership-state>span{
    display:block;
    color:#d6a657;
    font-size:8px;
    font-weight:900;
    letter-spacing:.1em;
}
.mf-membership-state>span.is-unlocked{color:#87b89b}
.mf-membership-state p{
    margin:7px 0 0;
    color:#8f9b92;
    font-size:10px;
    line-height:1.55;
}
.mf-membership-state a{
    display:inline-block;
    margin-top:9px;
    color:#fff;
    text-decoration:none;
    font-size:9px;
    font-weight:900;
}
.mf-section{
    padding:clamp(95px,10vw,155px) 0;
    background:var(--mf-paper);
}
.mf-section.is-cream{background:var(--mf-cream)}
.mf-section-head{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(280px,.45fr);
    gap:45px;
    align-items:end;
    margin-bottom:48px;
}
.mf-section-head h2{
    margin:13px 0 0;
    color:var(--mf-ink);
    font-family:Georgia,'Times New Roman',serif;
    font-size:clamp(45px,5.2vw,76px);
    font-weight:400;
    line-height:.96;
    letter-spacing:-.045em;
}
.mf-section-head>p{
    margin:0;
    color:var(--mf-muted);
    font-size:13px;
    line-height:1.7;
}
.mf-photo-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
}
.mf-photo-card{
    display:block;
    border:1px solid var(--mf-line);
    background:#fff;
    color:inherit;
    text-decoration:none;
    overflow:hidden;
}
.mf-photo-image{
    position:relative;
    aspect-ratio:4/3;
    overflow:hidden;
    background:#e7e8e4;
}
.mf-photo-image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    transition:transform .35s ease;
}
.mf-photo-card:hover .mf-photo-image img{transform:scale(1.025)}
.mf-photo-image.is-protected img{
    user-select:none;
    -webkit-user-select:none;
    -webkit-user-drag:none;
}
.mf-card-protection{
    position:absolute;
    inset:auto 10px 10px 10px;
    z-index:4;
    padding:10px 12px;
    border:1px solid rgba(255,255,255,.22);
    background:rgba(9,15,11,.84);
    backdrop-filter:blur(8px);
    color:#fff;
    pointer-events:none;
}
.mf-card-protection span{
    display:block;
    color:#d3a04c;
    font-size:7px;
    font-weight:900;
    letter-spacing:.1em;
}
.mf-card-protection small{
    display:block;
    margin-top:4px;
    color:#d9dfda;
    font-size:8px;
}
.mf-photo-info{padding:14px}
.mf-photo-info small{
    display:block;
    color:var(--mf-gold-dark);
    font-size:7px;
    font-weight:900;
    letter-spacing:.1em;
    text-transform:uppercase;
}
.mf-photo-info strong{
    display:block;
    margin-top:6px;
    color:var(--mf-ink);
    font-size:14px;
    line-height:1.3;
}
.mf-photo-info span{
    display:block;
    margin-top:5px;
    color:#848b85;
    font-size:9px;
    line-height:1.5;
}
.mf-card-download{
    padding:0 14px 14px;
}
.mf-card-download a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    border:1px solid #d7d0c4;
    color:#172019;
    text-decoration:none;
    font-size:8px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.mf-protection-notice{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    margin-bottom:30px;
    padding:20px 22px;
    border-left:3px solid #b8893d;
    background:#f0eadf;
}
.mf-protection-notice span{
    color:#8b6428;
    font-size:8px;
    font-weight:900;
    letter-spacing:.11em;
}
.mf-protection-notice strong{
    display:block;
    margin-top:5px;
    color:#172019;
    font-size:16px;
}
.mf-protection-notice p{
    margin:5px 0 0;
    color:#687068;
    font-size:11px;
    line-height:1.6;
}
.mf-protection-notice>a{
    flex:0 0 auto;
    color:#172019;
    text-decoration:none;
    font-size:9px;
    font-weight:900;
}
.mf-video-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}
.mf-video-card{
    border:1px solid var(--mf-line);
    background:#fff;
}
.mf-video-thumb{
    position:relative;
    display:block;
    aspect-ratio:16/9;
    overflow:hidden;
    background:#111;
}
.mf-video-thumb img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}
.mf-video-play{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
}
.mf-video-play span{
    width:62px;
    height:62px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(255,255,255,.75);
    border-radius:50%;
    background:rgba(0,0,0,.35);
    color:#fff;
    font-size:17px;
}
.mf-video-info{padding:17px}
.mf-video-info small{
    color:var(--mf-gold-dark);
    font-size:7px;
    font-weight:900;
    letter-spacing:.11em;
    text-transform:uppercase;
}
.mf-video-info h3{
    margin:8px 0 5px;
    color:var(--mf-ink);
    font-family:Georgia,'Times New Roman',serif;
    font-size:23px;
    font-weight:400;
    line-height:1.08;
}
.mf-video-info p{
    margin:0;
    color:#828983;
    font-size:9px;
}
.mf-country-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    border-top:2px solid var(--mf-ink);
    border-left:1px solid var(--mf-line);
}
.mf-country-grid a{
    min-height:180px;
    display:flex;
    flex-direction:column;
    padding:23px;
    border-right:1px solid var(--mf-line);
    border-bottom:1px solid var(--mf-line);
    background:#fff;
    color:inherit;
    text-decoration:none;
    transition:background .2s ease;
}
.mf-country-grid a:hover{background:#f3eee7}
.mf-country-grid small{
    color:var(--mf-gold-dark);
    font-size:7px;
    font-weight:900;
    letter-spacing:.12em;
}
.mf-country-grid strong{
    margin-top:10px;
    color:var(--mf-ink);
    font-family:Georgia,'Times New Roman',serif;
    font-size:30px;
    font-weight:400;
}
.mf-country-grid span{
    margin-top:auto;
    color:#848b85;
    font-size:9px;
}
.mf-inner-hero{
    padding:clamp(120px,13vw,180px) 0 clamp(70px,7vw,100px);
    background:
        radial-gradient(circle at 82% 35%,rgba(184,137,61,.11),transparent 25%),
        linear-gradient(145deg,#162219 0%,#0b120d 100%);
    color:#fff;
}
.mf-inner-hero h1{
    max-width:900px;
    margin:0;
    color:#f3efe7;
    font-family:Georgia,'Times New Roman',serif;
    font-size:clamp(54px,6vw,90px);
    font-weight:400;
    line-height:.92;
    letter-spacing:-.055em;
}
.mf-inner-hero p{
    max-width:700px;
    margin:25px 0 0;
    color:#aab4ac;
    font-size:14px;
    line-height:1.7;
}
.mf-single-photo-wrap{
    max-width:1180px;
    margin:0 auto;
}
.mf-single-photo{
    position:relative;
    overflow:hidden;
    border:1px solid #d7d0c4;
    background:#101813;
}
.mf-single-photo img{
    width:100%;
    max-height:78vh;
    display:block;
    object-fit:contain;
}
.mf-single-photo.is-protected img{
    user-select:none;
    -webkit-user-select:none;
    -webkit-user-drag:none;
}
.mf-protection-layer{
    position:absolute;
    inset:0;
    z-index:5;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    padding:28px;
    background:linear-gradient(to top,rgba(8,13,10,.76),transparent 42%);
    pointer-events:none;
}
.mf-protection-layer>div{
    width:min(650px,100%);
    padding:18px 20px;
    border:1px solid rgba(255,255,255,.22);
    background:rgba(11,18,13,.88);
    text-align:center;
    pointer-events:auto;
}
.mf-protection-layer span{
    color:#d4a24f;
    font-size:8px;
    font-weight:900;
    letter-spacing:.12em;
}
.mf-protection-layer strong{
    display:block;
    margin-top:6px;
    color:#fff;
    font-size:16px;
}
.mf-protection-layer a{
    display:inline-flex;
    margin-top:10px;
    color:#fff;
    text-decoration:none;
    font-size:9px;
    font-weight:900;
}
.mf-photo-detail{
    display:grid;
    grid-template-columns:minmax(0,1fr) 330px;
    gap:40px;
    margin-top:28px;
}
.mf-photo-detail h2{
    margin:10px 0 0;
    font-family:Georgia,'Times New Roman',serif;
    font-size:clamp(32px,4vw,52px);
    font-weight:400;
    line-height:1;
}
.mf-photo-detail p{
    color:#687068;
    font-size:13px;
    line-height:1.75;
}
.mf-photo-detail small{color:#8b928c}
.mf-download-box{
    padding:22px;
    border:1px solid #d7d0c4;
    background:#fff;
}
.mf-download-box>span{
    color:#8b6428;
    font-size:8px;
    font-weight:900;
    letter-spacing:.11em;
}
.mf-download-box>strong{
    display:block;
    margin-top:7px;
    font-size:18px;
}
.mf-download-box p{
    margin:8px 0 0;
    color:#687068;
    font-size:11px;
    line-height:1.6;
}
.mf-download-button{
    min-height:44px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    margin-top:17px;
    padding:0 14px;
    background:#172019;
    color:#fff;
    text-decoration:none;
    font-size:9px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.mf-download-button.is-locked{
    background:#b8893d;
    color:#172019;
}
.mf-empty{
    padding:55px 20px;
    border:1px solid var(--mf-line);
    background:#fff;
    text-align:center;
}
.mf-empty strong{
    display:block;
    color:var(--mf-ink);
    font-size:18px;
}
.mf-empty p{
    margin:7px 0 0;
    color:var(--mf-muted);
    font-size:12px;
}
.mf-final{
    padding:clamp(110px,13vw,190px) 0;
    background:#101813;
    color:#fff;
}
.mf-final span{
    display:block;
    margin-bottom:26px;
    color:#c99b4b;
    font-size:9px;
    font-weight:900;
    letter-spacing:.2em;
}
.mf-final p{
    max-width:1050px;
    margin:0;
    color:#f3efe7;
    font-family:Georgia,'Times New Roman',serif;
    font-size:clamp(45px,6vw,88px);
    font-weight:400;
    line-height:1.01;
    letter-spacing:-.048em;
}
.mf-final-links{
    display:flex;
    flex-wrap:wrap;
    gap:17px 35px;
    margin-top:44px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,.2);
}
.mf-final-links a{
    color:#fff;
    text-decoration:none;
    font-size:9px;
    font-weight:900;
    letter-spacing:.1em;
    text-transform:uppercase;
}
@media(max-width:1050px){
    .mf-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
    .mf-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:820px){
    .media-front .shell{width:calc(100% - 40px)}
    .mf-hero{min-height:0;padding-top:100px}
    .mf-hero-grid,.mf-section-head{grid-template-columns:1fr;gap:45px}
    .mf-country-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .mf-photo-detail{grid-template-columns:1fr}
}
@media(max-width:620px){
    .media-front .shell{width:calc(100% - 28px)}
    .mf-hero h1{font-size:clamp(48px,13vw,62px)}
    .mf-photo-grid,.mf-video-grid,.mf-country-grid{grid-template-columns:1fr}
    .mf-hero-stats{grid-template-columns:1fr}
    .mf-hero-stats>div{
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.17)!important;
    }
    .mf-hero-stats>div:last-child{border-bottom:0!important}
    .mf-protection-notice{
        align-items:flex-start;
        flex-direction:column;
    }
}
@media(prefers-reduced-motion:reduce){
    .mf-photo-image img{transition:none}
}
