/*
Theme Name: WLM-Website-v2
Theme URI: https://www.wildlion.media/
Description: WildLion Media v2 — cinematic dark / Kodak-red. Blog restyle scoped to blog pages; portfolio/home/about/contact design loaded per-template so existing pages are untouched. Child of Kraft; content stays editable in wp-admin.
Author: WildLion Media
Author URI: https://www.wildlion.media/
Template: kraft
Version: 2.0.0
Text Domain: wlm-website-v2
*/
/* =========================================================
   WILD LION — BLOG design (Notes index + single post)
   Scoped to blog/archive/single-post ONLY. Video-black
   #000000 + Kodak Gold #B4141B, Inter. Same URLs/content/
   comments as before — this only changes appearance.
   ========================================================= */
:root{--gold:#B4141B;--gold-hi:#d92730;--ink:#F0ECE4;--muted:rgba(240,236,228,.58);--line:rgba(255,255,255,.10);--surface:#181818;--card:#000000}

/* Root background black so Safari's overscroll/rubber-band never flashes the
 * theme's light default (esp. on portfolio pages, which don't set a bg). */
html{background:#000}
body.single-portfolio{background:#000 !important}

/* ---- Page shell (blog pages only) ---- */
body.blog,body.archive,body.single-post{background:#000000 !important;color:var(--ink);font-family:'Inter',sans-serif;-webkit-font-smoothing:antialiased}
body.blog #content,body.archive #content,body.single-post #content,
body.blog .site-content,body.archive .site-content,body.single-post .site-content,
body.blog #primary,body.archive #primary,body.single-post #primary{background:#000000 !important}
/* full width — no theme sidebar on the blog (widgets are re-homed) */
body.blog #primary,body.archive #primary,body.single-post #primary{width:100% !important;max-width:100% !important;float:none !important;margin:0 !important}
body.blog .widget-area,body.archive .widget-area,body.single-post .widget-area,
body.blog #secondary,body.archive #secondary,body.single-post #secondary{display:none !important}
body.blog .wrap,body.archive .wrap,body.single-post .wrap{max-width:100% !important;width:100% !important;padding:0 !important}
/* darken Kraft header + footer on blog pages so it matches */
body.blog #masthead,body.archive #masthead,body.single-post #masthead{background:#000000 !important;border-bottom:1px solid var(--line)}
body.blog #footer,body.archive #footer,body.single-post #footer{background:#000000 !important;border-top:1px solid var(--line)}

.wl-wrap{max-width:1280px;margin:0 auto;padding:0 46px}
.wl-eyebrow{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}
.wl-btn{background:var(--gold);color:#ffffff;font-weight:700;font-size:14px;padding:13px 22px;border-radius:40px;border:none;cursor:pointer;text-decoration:none;display:inline-block}
.wl-btn:hover{background:var(--gold-hi)}
.wl-btn-out{border:1px solid var(--gold);color:var(--gold);font-weight:600;font-size:14px;padding:13px 22px;border-radius:40px;background:transparent;text-decoration:none;display:inline-block}
.wl-btn-out:hover{background:rgba(180,20,27,.12)}

/* ---- NOTES INDEX ---- */
.wl-blhead{padding:92px 0 34px}
.wl-blhead h1{margin:14px 0 0;font-weight:800;font-size:clamp(40px,5vw,60px);letter-spacing:-.03em;color:var(--ink)}
.wl-blsub{margin:20px 0 0;font-size:16px;line-height:1.7;color:var(--muted);max-width:560px}
.wl-search{margin:22px 0 0;display:flex;gap:10px;max-width:420px}
.wl-search input[type=search]{flex:1;background:#161616;border:1px solid var(--line);border-radius:40px;padding:12px 18px;color:var(--ink);font-family:'Inter',sans-serif;font-size:14px}
.wl-search input[type=search]:focus{outline:none;border-color:var(--gold)}
.wl-search button{background:var(--gold);color:#ffffff;border:none;border-radius:40px;padding:0 22px;font-weight:700;font-size:13px;cursor:pointer}
.wl-feat{display:grid;grid-template-columns:1.15fr .85fr;gap:36px;margin:24px 0 44px;border:1px solid var(--line);border-radius:7px;overflow:hidden;align-items:stretch;text-decoration:none}
.wl-featimg{overflow:hidden;min-height:360px}
.wl-featimg img{width:100%;height:100%;object-fit:cover;transition:transform .55s}
.wl-feat:hover .wl-featimg img{transform:scale(1.04)}
.wl-featbody{padding:44px 44px 44px 10px;display:flex;flex-direction:column;justify-content:center}
.wl-cat{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}
.wl-featt{margin:14px 0 14px;font-weight:800;font-size:34px;line-height:1.14;letter-spacing:-.02em;color:#fff}
.wl-featx{font-size:15px;line-height:1.7;color:#a9a59d;max-width:420px}
.wl-meta{margin-top:24px;font-size:12px;font-weight:600;letter-spacing:.04em;color:var(--muted)}
.wl-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding-bottom:64px}
.wl-card{text-decoration:none;display:block}
.wl-cimg{aspect-ratio:16/10;overflow:hidden;border-radius:5px;margin-bottom:16px;background:#161616}
.wl-cimg img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.wl-card:hover .wl-cimg img{transform:scale(1.05)}
.wl-ct{margin:10px 0 8px;font-weight:800;font-size:20px;line-height:1.24;letter-spacing:-.01em;color:#fff}
.wl-cx{font-size:14px;line-height:1.6;color:#8f8b83}
.wl-cmeta{margin-top:14px;font-size:11px;font-weight:600;letter-spacing:.04em;color:var(--muted)}
.wl-pag{padding:20px 0 64px}
.wl-pag .page-numbers{color:var(--ink) !important;border-color:var(--line) !important;font-family:'Inter',sans-serif}
.wl-pag .page-numbers.current,.wl-pag a.page-numbers:hover{color:var(--gold) !important;border-color:var(--gold) !important}

/* ---- SINGLE POST ---- */
.wl-hero{position:relative;height:480px;overflow:hidden;background:#000}
.wl-hero>img{width:100%;height:100%;object-fit:cover}
.wl-herofade{position:absolute;inset:0;background:linear-gradient(0deg,#000 2%,rgba(0,0,0,.82) 28%,rgba(0,0,0,.42) 56%,rgba(0,0,0,.14) 100%)}
.wl-htext{position:absolute;left:0;right:0;bottom:44px;z-index:2}
.wl-h1{margin:16px 0 0;font-weight:800;font-size:clamp(34px,4.2vw,52px);line-height:1.02;letter-spacing:-.03em;color:#fff;max-width:900px}
.wl-hmeta{margin-top:20px;display:flex;gap:22px;font-size:13px;font-weight:600;color:#c7c5bf;flex-wrap:wrap}
.wl-hmeta b{color:var(--gold);font-weight:700}
.wl-body{max-width:760px;margin:0 auto;padding:56px 46px 20px}
.wl-body p{font-size:18px;line-height:1.85;color:#d7d3cb !important;margin:0 0 24px}
.wl-body>p:first-of-type,.wl-body p.lead{font-size:22px;line-height:1.62;color:#f0ece4 !important}
.wl-body h2{font-weight:800 !important;font-size:30px !important;letter-spacing:-.02em;color:#fff !important;line-height:1.18 !important;margin:46px 0 16px}
.wl-body h3{font-weight:700 !important;font-size:23px !important;letter-spacing:-.01em;color:#fff !important;line-height:1.25 !important;margin:34px 0 12px}
.wl-body a{color:#E0A63C !important;text-decoration:none;border-bottom:1px solid rgba(224,166,60,.45)}
.wl-body a:hover{color:#F0BC5E !important;border-bottom-color:#F0BC5E}
.wl-body img{max-width:100%;height:auto;border-radius:6px;margin:26px auto;display:block}
.wl-body figure{margin:26px auto}
.wl-body figcaption,.wl-body .wp-element-caption{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-top:8px;text-align:left}
.wl-body img{cursor:zoom-in}
/* image lightbox — blog content images (and shared with portfolio stills) */
.pf-lb{display:none;position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.96);align-items:center;justify-content:center;padding:24px 80px}
.pf-lb img{max-width:100%;max-height:100%;object-fit:contain;border-radius:4px;cursor:default;margin:0}
.pf-lbx{position:absolute;top:22px;right:34px;font-size:34px;color:#fff;opacity:.8;line-height:1;cursor:pointer;z-index:2}
.pf-lbc{position:absolute;bottom:26px;left:0;right:0;text-align:center;font-size:12px;letter-spacing:.08em;color:rgba(255,255,255,.6)}
.pf-lbnav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);color:#fff;font-size:30px;width:54px;height:54px;border-radius:50%;cursor:pointer;line-height:1;display:grid;place-items:center;transition:.2s;z-index:2}
.pf-lbnav:hover{background:var(--gold);border-color:var(--gold)}
.pf-prev{left:24px}.pf-next{right:24px}
@media(max-width:640px){.pf-lb{padding:16px 12px}.pf-lbnav{width:44px;height:44px;font-size:24px}.pf-prev{left:8px}.pf-next{right:8px}}
.wl-body ul,.wl-body ol{color:#d7d3cb;font-size:17px;line-height:1.8;padding-left:22px;margin:0 0 24px}
.wl-body blockquote{border-left:3px solid var(--gold);padding:6px 0 6px 26px;margin:36px 0;font-weight:700;font-size:24px;line-height:1.4;letter-spacing:-.01em;color:#fff;font-style:normal}
.wl-body pre{background:#1a1a1a;color:#f4f4f4;padding:16px 20px;border-radius:6px;overflow-x:auto;border:1px solid #333;margin:22px 0;font-size:14px}
.wl-body code{background:#2a2a2a;color:#E8B84B;padding:2px 6px;border-radius:4px;font-size:.9em}
.wl-body pre code{background:transparent;color:#f4f4f4;padding:0}

/* share */
.wl-share{max-width:760px;margin:44px auto 0;padding:26px 46px 0;border-top:1px solid var(--line);display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.wl-share .lbl{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin-right:4px}
.wl-share a{width:40px;height:40px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;color:#cbc8c1;text-decoration:none;transition:.2s}
.wl-share a:hover{border-color:var(--gold);color:var(--gold);background:rgba(180,20,27,.1)}
.wl-share svg{width:17px;height:17px;fill:currentColor}

/* comments */
/* comments — same card anatomy as .wl-sub (newsletter) and .wl-arbox (author) */
body.single-post .comments-area,body.single-post #comments{max-width:760px;margin:40px auto 0;padding:34px 46px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.02)}
body.single-post .comments-title,body.single-post .comment-reply-title{font-weight:800;font-size:26px;letter-spacing:-.02em;color:#fff;margin:0 0 14px;padding:0;border:0 !important}
body.single-post .comment-notes,body.single-post .comment-form-cookies-consent label{color:var(--muted);font-size:14px;line-height:1.7;font-weight:400}
body.single-post .comment-notes{margin:0 0 20px;max-width:460px}
body.single-post .comment-form label{display:block;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin:0 0 8px}
body.single-post .comment-form input[type=text],body.single-post .comment-form input[type=email],body.single-post .comment-form input[type=url]{width:100%;background:#111;border:1px solid var(--line);border-radius:40px;padding:13px 18px;color:var(--ink);font-family:'Inter',sans-serif;font-size:15px;margin-bottom:16px}
body.single-post .comment-form textarea{width:100%;background:#111;border:1px solid var(--line);border-radius:12px;padding:14px 18px;color:var(--ink);font-family:'Inter',sans-serif;font-size:15px;margin-bottom:16px;min-height:130px;resize:vertical}
body.single-post .comment-form input:focus,body.single-post .comment-form textarea:focus{outline:none;border-color:var(--gold)}
body.single-post .comment-respond,body.single-post #respond{margin-top:0 !important;padding-top:0 !important}
body.single-post .form-submit{margin:6px 0 0}
body.single-post .form-submit .submit,body.single-post #commentform input[type=submit]{background:var(--gold) !important;color:#ffffff !important;border:none !important;border-radius:40px !important;padding:13px 26px !important;font-family:'Inter',sans-serif !important;font-weight:700 !important;font-size:14px !important;letter-spacing:0;text-transform:none;cursor:pointer}
body.single-post .form-submit .submit:hover,body.single-post #commentform input[type=submit]:hover{background:var(--gold-hi) !important}
body.single-post .comment-list{list-style:none;padding:0;margin:0 0 30px}
body.single-post .comment-list>li{border-bottom:1px solid var(--line);padding:20px 0}
body.single-post .comment-list>li:first-child{padding-top:0}
body.single-post .comment-author .fn{color:var(--ink);font-weight:700;font-style:normal}
body.single-post .comment-content p{color:#d7d3cb;font-size:15px;line-height:1.75}
body.single-post .comment-metadata a,body.single-post .comment-author .says{color:var(--muted);font-size:12px}
body.single-post .comments-area a{color:#E0A63C}
/* date/meta must stay muted — declared after the generic link rule so it wins */
body.single-post .comment-metadata a,body.single-post .comment-metadata a:hover{color:var(--muted);font-size:12px;text-decoration:none}
/* Reply — small ghost pill, not Kraft's dark box */
body.single-post .comment-reply-link{display:inline-block;background:transparent !important;border:1px solid var(--line) !important;border-radius:40px !important;padding:6px 16px !important;font-size:12px !important;font-weight:600;color:#E0A63C !important;text-decoration:none;line-height:1.4}
body.single-post .comment-reply-link:hover{border-color:#E0A63C !important;color:#F0BC5E !important}
@media(max-width:560px){body.single-post .comments-area,body.single-post #comments{padding:26px 22px}}

/* article end: author (left) + All notes (right), same row, below share */
/* trailing separator at the end of the article — the author box is its own break */
.wl-body > hr:last-of-type,.wl-body > .wp-block-separator:last-of-type{display:none !important}
/* author card — same anatomy as the newsletter box (.wl-sub) */
.wl-arbox{max-width:760px;margin:48px auto 0;padding:34px 46px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.02)}
.wl-arhead{margin:0;padding:0;font-weight:800;font-size:26px;letter-spacing:-.02em;color:#fff}
.wl-ardot{color:var(--gold)}
.wl-artend{max-width:none;margin:20px 0 0;padding:0;border:0;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.wl-arbox .wl-author{max-width:none;margin:0;padding:0;border:0}
@media(max-width:560px){.wl-arbox{padding:26px 22px}}
.wl-artend .wl-author{margin:0;padding:0;border-top:0;flex:0 1 auto}
.wl-artend .wl-btn-out{flex:none;white-space:nowrap;margin-left:auto}
/* author box */
.wl-author{max-width:760px;margin:24px auto 0;display:flex;align-items:center;gap:18px;padding:0 46px}
.wl-apic{width:92px;height:92px;border-radius:50%;overflow:hidden;flex:none;background:#222}
.wl-apic img{width:100%;height:100%;object-fit:cover}
.wl-an{font-weight:700;font-size:16px;color:var(--ink)}
.wl-ar{font-size:13px;line-height:1.7;color:var(--muted);margin-top:5px;max-width:560px}

/* CTA (re-homed promo) */
.wl-cta{max-width:760px;margin:52px auto 0;padding:40px 44px;border:1px solid rgba(180,20,27,.35);border-radius:8px;background:#000;display:flex;flex-direction:column;align-items:flex-start;gap:24px}
.wl-cta .t{max-width:none}
.wl-cta h3{margin:10px 0 0;font-weight:800;font-size:26px;line-height:1.15;letter-spacing:-.02em;color:#fff}
.wl-cta p{margin:10px 0 0;font-size:14px;line-height:1.6;color:#a9a59d}

/* More / Latest sections */
.wl-more{max-width:1280px;margin:64px auto 0;padding:0 46px}
.wl-slab{display:flex;align-items:baseline;gap:12px;margin-bottom:22px;border-top:1px solid var(--line);padding-top:34px}
.wl-slt{font-weight:800;font-size:14px;letter-spacing:.02em;text-transform:uppercase;color:var(--ink)}
.wl-slc{font-size:12px;color:var(--muted)}
.wl-back{max-width:760px;margin:34px auto 60px;padding:0 46px}

@media(max-width:900px){.wl-feat,.wl-grid{grid-template-columns:1fr}.wl-hero{height:320px}}
@media(max-width:640px){.wl-wrap,.wl-more{padding:0 22px}.wl-body,.wl-share,.wl-author,.wl-cta,.wl-back{padding-left:22px;padding-right:22px}}

/* ============================================================
   WLM global chrome — nav + overlay menu + footer (every page)
   ============================================================ */
.wlm-nav{position:fixed;top:0;left:0;right:0;z-index:60;display:flex;align-items:center;justify-content:space-between;padding:18px 46px;background:none;border-bottom:none}
.wlm-wm,.wlm-menubtn{position:relative;z-index:2}
/* soft blur + light scrim that dissolves toward the bottom. Mask lives on the wrapper and
   the blur on its child — backdrop-filter + mask on the SAME element cancel out in Chrome. */
.wlm-navfade{position:absolute;left:0;right:0;top:-2px;height:130px;z-index:0;pointer-events:none;overflow:hidden;-webkit-mask-image:linear-gradient(180deg,#000 26%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(180deg,#000 26%,rgba(0,0,0,0) 100%)}
.wlm-navblur{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.wlm-wm{display:inline-flex;align-items:baseline;gap:12px;text-decoration:none;line-height:1}
.wlm-wm-name{font-family:'Inter',sans-serif;font-weight:800;font-size:22px;letter-spacing:-.03em;color:#fff}
.wlm-wm-meta{font-family:'Inter',sans-serif;font-style:italic;font-weight:300;font-size:15px;color:rgba(255,255,255,.72)}
.wlm-menubtn{display:flex;align-items:center;gap:13px;background:none;border:none;cursor:pointer}
.wlm-menutxt{font-family:'Inter',sans-serif;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#fff}
.wlm-burger{display:inline-block;width:26px;height:12px;border-top:2px solid #fff;border-bottom:2px solid #fff}
#wlmenu{display:none}
.v-menuov{position:fixed;inset:0;z-index:100;background:rgba(10,10,10,.975);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);flex-direction:column;align-items:center;justify-content:center}
.wlm-x{position:absolute;top:26px;right:40px;font-size:30px;color:#fff;background:none;border:none;cursor:pointer;line-height:1}
.wlm-x:hover{opacity:1}
.wlm-mlist{list-style:none;margin:0;padding:0;text-align:center;display:flex;flex-direction:column;gap:4px}
.v-menuov a{font-family:'Inter',sans-serif;font-weight:800;font-size:clamp(38px,6vw,64px);letter-spacing:-.03em;color:#fff;text-decoration:none;line-height:1.15;display:block;padding:2px 0;transition:color .2s}
.v-menuov a:hover,.v-menuov .current-menu-item>a{color:#B4141B}

.wlm-foot{background:#000;border-top:1px solid rgba(255,255,255,.10);font-family:'Inter',sans-serif;color:#F0ECE4}
.wlm-foot-in{max-width:1280px;margin:0 auto;padding:64px 46px 34px;display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:40px}
.wlm-foot .wm{font-weight:800;font-size:24px;letter-spacing:-.03em;color:#fff}
.wlm-foot-brand p{margin:14px 0 0;font-size:13px;line-height:1.6;color:rgba(240,236,228,.56);max-width:230px}
.wlm-foot h4{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgba(240,236,228,.56);margin:4px 0 18px}
.wlm-fcol a{display:block;font-size:15px;color:#cbc8c1;text-decoration:none;margin-bottom:12px;transition:color .2s}
.wlm-fcol a:hover{color:#B4141B}
.wlm-foot-bot{max-width:1280px;margin:0 auto;padding:22px 46px;border-top:1px solid rgba(255,255,255,.10);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}
.wlm-foot-bot .cp{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#6f6c66}
.wlm-foot-soc{display:flex;gap:16px}
.wlm-foot-soc a{color:#9a968e;transition:color .2s}
.wlm-foot-soc a:hover{color:#B4141B}
.wlm-foot-soc svg{width:18px;height:18px;fill:currentColor;display:block}
@media(max-width:820px){.wlm-foot-in{grid-template-columns:1fr 1fr}.wlm-foot-brand{grid-column:1 / -1}}
@media(max-width:560px){.wlm-nav{padding:14px 22px}.wlm-wm-meta{display:none}.wlm-foot-in,.wlm-foot-bot{padding-left:22px;padding-right:22px}}

/* Blog post bodies are stored as WPBakery rows/columns. Flatten those wrappers
   so each post reads as the clean single-column article the prototype shows. */
.wl-body .vc_row,.wl-body .wpb_row,.wl-body .vc_row-fluid,.wl-body .wpb_column,.wl-body .vc_column_container,.wl-body .vc_col-sm-12,.wl-body .vc_column-inner,.wl-body .wpb_wrapper,.wl-body .wpb_text_column,.wl-body .wpb_content_element{margin:0!important;padding:0!important;width:auto!important;max-width:100%!important;float:none!important;display:block!important}
.wl-body .wpb_text_column{margin-bottom:0!important}
.wl-body p:empty{display:none}

/* Single blog post: Kraft boxes content on a light background by default.
   Force full-bleed + black so the hero is edge-to-edge and the page is dark. */
body.single-post{background:#000}
body.single-post #content,body.single-post .site-content,body.single-post .site-content-contain{max-width:100%!important;width:100%!important;padding:0!important;margin:0!important;background:#000}

/* Card links must never underline (LiteSpeed UCSS / Kraft can re-add it) */
a.bl-card,a.wl-card,a.bl-feat,a.wl-feat,a.s-card,
a.bl-card *,a.wl-card *,a.bl-feat *,a.wl-feat *,a.s-card *,
.bl-card,.wl-card,.bl-feat,.wl-feat{text-decoration:none !important}

/* ---- Newsletter signup: inline block + popup ---- */
.wl-sub{max-width:760px;margin:48px auto 0;padding:34px 46px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.02)}
.wl-sub-t{font-weight:800;font-size:26px;letter-spacing:-.02em;color:#fff}
.wl-sub-dot{color:var(--gold)}
.wl-sub-p{margin:12px 0 20px;font-size:15px;line-height:1.7;color:var(--muted);max-width:460px}
.wl-sub-form{display:flex;gap:10px;flex-wrap:wrap}
.wl-sub-form input[type=email]{flex:1;min-width:220px;background:#111;border:1px solid var(--line);border-radius:40px;padding:13px 18px;color:var(--ink);font-family:'Inter',sans-serif;font-size:15px}
.wl-sub-form input[type=email]:focus{outline:none;border-color:var(--gold)}
.wl-sub-form button{background:var(--gold);color:#fff;border:none;border-radius:40px;padding:13px 26px;font-weight:700;font-size:14px;cursor:pointer;font-family:'Inter',sans-serif}
.wl-sub-form button:hover{background:var(--gold-hi)}
.wl-sub-note{margin-top:12px;font-size:11px;letter-spacing:.04em;color:#6f6c66}
.wl-subpop{position:fixed;inset:0;z-index:120;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.72);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:24px}
.wl-subpop.on{display:flex}
.wl-subpop .wl-sub{margin:0;max-width:520px;background:#0d0d0d;border-color:rgba(255,255,255,.14);position:relative;box-shadow:0 30px 80px rgba(0,0,0,.6)}
.wl-sub-x{position:absolute;top:12px;right:16px;background:none;border:none;color:#fff;font-size:26px;line-height:1;cursor:pointer;opacity:.7}
.wl-sub-x:hover{opacity:1}
@media(max-width:820px){.wl-subpop{inset:auto 0 0 0;background:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0;align-items:flex-end}.wl-subpop.on{display:block}.wl-subpop .wl-sub{margin:0;max-width:none;border-radius:14px 14px 0 0;border-left:0;border-right:0;border-bottom:0;padding:22px 20px 24px;box-shadow:0 -18px 60px rgba(0,0,0,.75);animation:wlup .28s ease-out}.wl-subpop .wl-sub-t{font-size:22px}.wl-subpop .wl-sub-p{margin:8px 0 14px;font-size:14px}}
@keyframes wlup{from{transform:translateY(100%)}to{transform:translateY(0)}}
@media(max-width:560px){.wl-sub{padding:26px 22px}}
.wl-sub-ok{margin:6px 0 0;font-size:16px;line-height:1.6;color:#f0ece4;font-weight:600}
.wl-sub-ok[hidden]{display:none}
