/*
Theme Name: Velour
Theme URI: https://example.com/velour
Author: romzespra
Author URI: https://example.com
Description: Velour is a fast, dark, modern video-tube theme. Responsive grid with quality badges and durations, animated multi-image card previews pulled from each post, a left sidebar with Home and the full category list, a live "Tweaks" panel (theme / accent / density), a built-in 18+ age gate, search overlay and load-more feed. Works out of the box with standard posts.
Version: 1.48.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: velour
Tags: dark, two-columns, grid-layout, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, translation-ready, threaded-comments
*/

/* ============================================================
   Tokens
   ============================================================ */
:root{
	--accent:#ff3d7f;
	--accent-2:#ffb020;
	--cols:4;

	--bg:#0d0e12;
	--surface:#15171e;
	--surface-2:#1c1f28;
	--elev:#21242e;
	--line:rgba(255,255,255,.08);
	--line-2:rgba(255,255,255,.14);
	--text:#e9eaf0;
	--muted:#969aa8;
	--shadow:0 18px 40px -18px rgba(0,0,0,.7);

	--r:14px;
	--r-sm:10px;
	--r-xs:8px;
	--maxw:1480px;
	--gap:18px;
	--header-h:64px;

	--display:"Space Grotesk",ui-sans-serif,system-ui,sans-serif;
	--body:"Inter",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
}

[data-theme="light"]{
	--bg:#f4f5f8;
	--surface:#ffffff;
	--surface-2:#f0f1f5;
	--elev:#ffffff;
	--line:rgba(10,12,20,.10);
	--line-2:rgba(10,12,20,.18);
	--text:#15171e;
	--muted:#5d6270;
	--shadow:0 18px 40px -22px rgba(20,25,40,.35);
}

/* ============================================================
   Base
   ============================================================ */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
	margin:0;
	background:var(--bg);
	color:var(--text);
	font-family:var(--body);
	font-size:15px;
	line-height:1.55;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
a:hover{color:var(--accent)}
h1,h2,h3,h4{font-family:var(--display);font-weight:600;line-height:1.15;margin:0 0 .5em}
button{font-family:inherit}
:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:6px}

.velour-skip{position:absolute;left:-9999px;top:0;background:var(--accent);color:#fff;padding:10px 16px;z-index:200;border-radius:0 0 8px 0}
.velour-skip:focus{left:0}
.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}

.velour-wrap{max-width:var(--maxw);margin:0 auto;padding:0 clamp(14px,3vw,28px)}

/* ============================================================
   Buttons / icons
   ============================================================ */
.velour-btn{
	display:inline-flex;align-items:center;justify-content:center;gap:8px;
	border:1px solid transparent;border-radius:999px;
	padding:10px 18px;font-weight:600;font-size:14px;cursor:pointer;
	transition:transform .12s ease,background .15s ease,border-color .15s ease,opacity .15s ease;
	white-space:nowrap;
}
.velour-btn:hover{transform:translateY(-1px)}
.velour-btn:active{transform:translateY(0)}
.velour-btn--accent{background:var(--accent);color:#fff}
.velour-btn--accent:hover{color:#fff;filter:brightness(1.06)}
.velour-btn--ghost{background:transparent;border-color:var(--line-2);color:var(--text)}
.velour-btn--ghost:hover{border-color:var(--accent);color:var(--accent)}

.velour-icon{
	display:inline-flex;align-items:center;justify-content:center;
	width:40px;height:40px;border-radius:11px;cursor:pointer;
	background:transparent;border:1px solid transparent;color:var(--text);
	transition:background .15s ease,color .15s ease,border-color .15s ease;
}
.velour-icon:hover{background:var(--surface-2);color:var(--accent)}
.velour-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
[data-action="theme"] .velour-ico--moon{display:none}
[data-action="theme"] .velour-ico--sun{display:block}
[data-theme="light"] [data-action="theme"] .velour-ico--sun{display:none}
[data-theme="light"] [data-action="theme"] .velour-ico--moon{display:block}

/* ============================================================
   Header
   ============================================================ */
.velour-header{position:sticky;top:0;z-index:80;background:color-mix(in srgb,var(--bg) 82%,transparent);backdrop-filter:saturate(140%) blur(14px);border-bottom:1px solid var(--line)}
.velour-header.is-stuck{box-shadow:0 8px 30px -16px rgba(0,0,0,.6)}
.velour-header__inner{max-width:var(--maxw);margin:0 auto;height:var(--header-h);display:flex;align-items:center;gap:18px;padding:0 clamp(14px,3vw,28px)}

.velour-brand{display:flex;align-items:center;flex:0 0 auto}
.velour-logo{display:flex;align-items:center;gap:10px;font-family:var(--display);font-weight:700;font-size:20px;letter-spacing:-.02em;color:var(--text)}
.velour-logo:hover{color:var(--text)}
.velour-logo__mark{flex:0 0 auto;display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--accent),var(--accent-2));box-shadow:0 6px 16px -7px color-mix(in srgb,var(--accent) 70%,transparent)}
.velour-logo__mark svg{width:18px;height:18px;fill:#fff;margin-left:1px}
.velour-logo__text{white-space:nowrap}
.velour-logo__dot{color:var(--accent)}
.custom-logo-link img{max-height:38px;width:auto}

.velour-nav{flex:0 0 auto;margin-left:4px}
.velour-menu{list-style:none;display:flex;align-items:center;gap:4px;margin:0;padding:0}
.velour-menu li{position:relative}
.velour-menu a{display:block;padding:9px 13px;border-radius:10px;font-weight:500;color:var(--muted);font-size:14.5px;transition:color .15s ease,background .15s ease}
.velour-menu a:hover,.velour-menu .current-menu-item>a,.velour-menu .current-cat>a{color:var(--text);background:var(--surface-2)}
.velour-menu .sub-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:200px;background:var(--elev);border:1px solid var(--line);border-radius:12px;padding:6px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(6px);transition:.16s ease;z-index:90}
.velour-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}

.velour-headsearch{flex:1 1 auto;max-width:660px;margin:0 auto;display:flex;align-items:center;gap:8px;height:42px;padding:0 14px;border-radius:12px;background:var(--surface);border:1px solid var(--line);transition:border-color .15s ease,background .15s ease}
.velour-headsearch:focus-within{border-color:var(--accent);background:var(--bg)}
.velour-headsearch__ico{flex:0 0 auto;width:18px;height:18px;fill:none;stroke:var(--muted);stroke-width:2;stroke-linecap:round}
.velour-headsearch input{flex:1;min-width:0;background:transparent;border:0;outline:none;color:var(--text);font-family:inherit;font-size:14.5px}
.velour-headsearch input::placeholder{color:var(--muted)}
.velour-actions{flex:0 0 auto;display:flex;align-items:center;gap:6px}
.velour-search-toggle{display:none}

.velour-nav-toggle{display:none;flex-direction:column;gap:5px}
.velour-nav-toggle span{width:20px;height:2px;background:currentColor;border-radius:2px;transition:.2s ease}

/* ============================================================
   Chips (tags)
   ============================================================ */
.velour-chip{
	display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;
	padding:9px 15px;border-radius:999px;background:var(--surface);border:1px solid var(--line);
	font-weight:600;font-size:13.5px;color:var(--text);transition:.15s ease;
}
.velour-chip:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}
.velour-chip--sm{padding:6px 11px;font-size:12.5px}

/* ============================================================
   Page heads
   ============================================================ */
.velour-pagehead{padding:26px 0 4px}
.velour-pagehead__title{font-size:clamp(22px,3.4vw,32px);letter-spacing:-.02em}
.velour-pagehead__title span{color:var(--accent)}
.velour-pagehead__desc{color:var(--muted);max-width:70ch}
.velour-section-title{font-size:20px;letter-spacing:-.01em;margin:30px 0 14px}

/* ============================================================
   Shell + sidebar
   ============================================================ */
.velour-shell{
	max-width:var(--maxw);margin:0 auto;padding:0 clamp(14px,3vw,28px);
	display:grid;grid-template-columns:256px minmax(0,1fr);gap:30px;align-items:start;
}
.velour-content{min-width:0}
.velour-sidebar{
	position:sticky;top:calc(var(--header-h) + 16px);align-self:start;
	display:flex;flex-direction:column;gap:26px;
	max-height:calc(100vh - var(--header-h) - 28px);overflow-y:auto;
	padding:18px 4px 14px 0;scrollbar-width:thin;
}
.velour-sidebar::-webkit-scrollbar{width:8px}
.velour-sidebar::-webkit-scrollbar-thumb{background:var(--line-2);border-radius:8px}
.velour-side-block{margin:0}
.velour-side-head{display:flex;align-items:center;gap:8px;margin:0 0 10px;padding-left:12px}
.velour-side-title{display:flex;align-items:center;gap:8px;font-size:12px;text-transform:uppercase;letter-spacing:.09em;color:var(--muted);font-weight:700;margin:0 0 10px;padding-left:12px}
.velour-side-head .velour-side-title{margin:0;padding-left:0}
.velour-side-num{font-size:11px;font-weight:700;color:var(--muted);background:var(--surface-2);padding:1px 8px;border-radius:999px;letter-spacing:0}
.velour-side-sort{margin-left:auto;display:flex;gap:2px;background:var(--surface-2);border:1px solid var(--line);border-radius:8px;padding:2px}
.velour-side-sort button{border:0;background:transparent;color:var(--muted);font-size:10.5px;font-weight:700;letter-spacing:0;text-transform:none;padding:3px 7px;border-radius:6px;cursor:pointer;transition:.15s ease}
.velour-side-sort button:hover{color:var(--text)}
.velour-side-sort button.is-active{background:var(--accent);color:#fff}
.velour-side-cats{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1px}
.velour-side-cats a{
	display:flex;align-items:center;gap:10px;
	padding:8px 12px;border-radius:10px;color:var(--text);font-weight:500;font-size:14px;transition:background .15s ease,color .15s ease;
}
.velour-side-dot{flex:0 0 auto;width:9px;height:9px;border-radius:50%;background:var(--dot,var(--accent))}
.velour-side-name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.velour-side-count{flex:0 0 auto;font-size:11px;font-weight:700;color:var(--muted);background:var(--surface-2);padding:1px 8px;border-radius:999px}
.velour-side-cats a:hover{background:var(--surface-2);color:var(--accent)}
.velour-side-cats .is-active>a{background:var(--accent);color:#fff}
.velour-side-cats .is-active>a .velour-side-dot{background:#fff}
.velour-side-cats .is-active>a .velour-side-count{color:#fff;background:rgba(255,255,255,.22)}
.velour-side-empty{color:var(--muted);font-size:13px;padding:0 12px}
.velour-main > .velour-sidebar{display:none}
.velour-side-block.widget{padding-top:4px}
.velour-side-block.widget ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}
.velour-side-block.widget a{display:block;padding:8px 12px;border-radius:10px;color:var(--text);font-size:14px}
.velour-side-block.widget a:hover{background:var(--surface-2);color:var(--accent)}
.velour-side-widgets{display:flex;flex-direction:column;gap:22px;border-top:1px solid var(--line);padding-top:18px}

/* ============================================================
   Grid + cards
   ============================================================ */
.velour-grid{
	display:grid;
	grid-template-columns:repeat(var(--cols),minmax(0,1fr));
	gap:var(--gap);
	padding:20px 0 8px;
}
.velour-card{display:flex;flex-direction:column;gap:10px;min-width:0}
.velour-card__thumb{
	position:relative;display:block;aspect-ratio:16/9;border-radius:var(--r);overflow:hidden;
	background:var(--surface-2);border:1px solid var(--line);
}
.velour-card__thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.7,.2,1)}
.velour-card:hover .velour-card__thumb img{transform:scale(1.07)}
.velour-frame{position:absolute;inset:0;opacity:0;transition:opacity .4s ease}
.velour-frame.is-active{opacity:1}
.velour-card__thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.55));opacity:0;transition:opacity .2s ease}
.velour-card:hover .velour-card__thumb::after{opacity:1}

.velour-card__placeholder{position:absolute;inset:0;display:grid;place-items:center;color:var(--muted)}
.velour-card__placeholder svg{width:42px;height:42px;fill:currentColor;opacity:.4}

.velour-badge{position:absolute;z-index:3;font-weight:700;letter-spacing:.02em;border-radius:6px;font-size:11px;line-height:1;padding:5px 7px}
.velour-badge--q{top:9px;left:9px;background:var(--accent-2);color:#1a1306;text-transform:uppercase}
.velour-badge--time{bottom:9px;right:9px;background:rgba(0,0,0,.78);color:#fff;font-variant-numeric:tabular-nums}
.velour-badge--static{position:static;display:inline-block}

.velour-card__body{display:flex;flex-direction:column;gap:5px}
.velour-card__title{font-family:var(--body);font-size:14.5px;font-weight:600;line-height:1.35;margin:0;
	display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.velour-card__title a{color:var(--text)}
.velour-card__title a:hover{color:var(--accent)}
.velour-card__meta{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--muted);flex-wrap:wrap}
.velour-card__model a{color:var(--muted);font-weight:600}
.velour-card__model a:hover{color:var(--accent)}
.velour-card__meta .velour-date::before{content:"•";margin-right:8px;opacity:.6}

/* ============================================================
   Pagination
   ============================================================ */
.pagination,.navigation.pagination{position:relative;display:flex;justify-content:center;margin-top:18px;padding:34px 0 48px}
.pagination::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--line)}
.pagination::after{content:"";position:absolute;top:-4px;left:50%;transform:translateX(-50%) rotate(45deg);width:8px;height:8px;background:var(--pager,var(--accent));border-radius:2px}
.pagination .nav-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center}
.pagination .page-numbers{display:inline-grid;place-items:center;min-width:42px;height:42px;padding:0 13px;border-radius:12px;background:var(--surface);border:1px solid var(--line);font-weight:600;font-size:14px;color:var(--text);transition:background .15s ease,border-color .15s ease,color .15s ease,transform .12s ease}
.pagination .page-numbers:hover{border-color:var(--pager,var(--accent));color:var(--pager,var(--accent));transform:translateY(-1px)}
.pagination .page-numbers.current{background:var(--pager,var(--accent));color:#fff;border-color:transparent}
.pagination .page-numbers.current:hover{color:#fff;transform:none}
.pagination .prev,.pagination .next{padding:0 18px;gap:6px;font-weight:600}
.pagination .dots{background:transparent;border-color:transparent;min-width:24px;padding:0 4px;color:var(--muted)}
.pagination .dots:hover{transform:none;color:var(--muted)}

/* ============================================================
   Empty / 404
   ============================================================ */
.velour-empty,.velour-404{text-align:center;padding:70px 0 90px;max-width:560px;margin:0 auto}
.velour-empty h2,.velour-404 h1{font-size:26px}
.velour-empty p,.velour-404 p{color:var(--muted)}
.velour-404__mark{font-family:var(--display);font-weight:700;font-size:84px;line-height:1;
	background:linear-gradient(120deg,var(--accent),var(--accent-2));-webkit-background-clip:text;background-clip:text;color:transparent}
.velour-404 .velour-searchform,.velour-empty .velour-searchform{margin:18px auto 22px;max-width:420px}

/* ============================================================
   Single video
   ============================================================ */
.velour-single__player{background:#000;border-bottom:1px solid var(--line)}
.velour-player{max-width:1180px;margin:0 auto;aspect-ratio:16/9;position:relative}
.velour-player iframe,.velour-player video,.velour-player embed,.velour-player object{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}
.velour-player--image img{width:100%;height:100%;object-fit:contain;background:#000}

.velour-single__head{max-width:1180px;padding-top:24px;text-align:center}
.velour-single__cat{margin:10px 0 0;font-size:14px;color:var(--muted)}
.velour-single__cat a{color:var(--accent);text-decoration:none;font-weight:600}
.velour-single__cat a:hover{text-decoration:underline}
.velour-single__title{white-space:nowrap;line-height:1.12;letter-spacing:-.02em;font-size:clamp(15px,4.6vw,36px);margin:0}
.velour-single__body{padding-top:20px;max-width:1180px}
.velour-single__meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:13.5px;padding-bottom:18px;border-bottom:1px solid var(--line)}
.velour-meta-pill{background:var(--surface-2);padding:4px 10px;border-radius:999px;font-variant-numeric:tabular-nums;font-weight:600;color:var(--text)}
.velour-single__models a{color:var(--accent);font-weight:600}
.velour-single__content{padding:22px 0;font-size:15.5px;line-height:1.7}
.velour-single__content p{margin:0 0 1em}
.velour-single__content a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}
.velour-single__content img{border-radius:var(--r);margin:1em 0}
.velour-k2s-player{max-width:900px;margin:24px auto;border-radius:var(--r);overflow:hidden;background:#000;border:1px solid var(--line)}
.velour-k2s-player iframe,.velour-k2s-player video{width:100%!important;display:block;border:0;border-radius:var(--r)}
.velour-k2s-player > *{max-width:100%}

.velour-tags{display:flex;flex-wrap:wrap;gap:8px;padding:6px 0 26px}

/* Rebuilt template: screenshots accordion, downloads */
.velour-shots{margin:0 0 22px}
.velour-shots__toggle{display:inline-flex;align-items:center;gap:9px;padding:10px 16px;border-radius:12px;background:var(--surface-2);border:1px solid var(--line);color:var(--text);font-weight:700;font-size:14px;cursor:pointer;transition:.18s ease}
.velour-shots__toggle:hover{border-color:var(--accent);color:var(--accent)}
.velour-shots__toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.velour-shots__count{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--accent);color:#fff;font-size:12px}
.velour-shots__chev{transition:transform .2s ease}
.velour-shots__toggle.is-open .velour-shots__chev{transform:rotate(180deg)}
.velour-shots__panel{margin-top:14px}
.velour-shots__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:12px;align-items:start}
.velour-shot{display:block;border-radius:var(--r);overflow:hidden;border:1px solid var(--line);background:var(--surface-2);line-height:0}
.velour-shot img{width:100%;height:auto;display:block;transition:transform .25s ease}
.velour-shot:hover img{transform:scale(1.03)}
.velour-downloads{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:18px 0;padding-top:18px;border-top:1px solid var(--line)}
.velour-dl{display:inline-flex;align-items:center;gap:10px;padding:13px 22px;border-radius:14px;background:linear-gradient(120deg,var(--accent),var(--accent-2));color:#0e1116;font-weight:700;font-size:15px;text-decoration:none;box-shadow:0 6px 20px -8px rgba(0,0,0,.55);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}
.velour-dl--archive{background:linear-gradient(120deg,#4aa3ff,#16d0a8)}
.velour-dl:hover{transform:translateY(-2px);box-shadow:0 12px 28px -8px rgba(0,0,0,.6);filter:saturate(1.08)}
.velour-dl svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.velour-dl__main{font-weight:800}
.velour-dl__meta{font-weight:600;opacity:.72}
.velour-single__poster{margin:24px auto;text-align:center;padding:0 clamp(14px,3vw,28px)}
.velour-single__poster a{display:inline-block}
.velour-single__poster img{max-width:min(100%,760px);height:auto;border-radius:var(--r);border:1px solid var(--line)}

/* Rebuilt template: centered layout */
.velour-tpl{text-align:center}
.velour-tpl .velour-downloads,
.velour-tpl .velour-tags,
.velour-tpl .velour-share{justify-content:center}
.velour-tpl .velour-single__content a{text-decoration:underline}

/* On-site image lightbox */
.velour-lightbox{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.88);display:none;align-items:center;justify-content:center;padding:24px;cursor:zoom-out}
.velour-lightbox.is-open{display:flex}
.velour-lightbox img{max-width:95vw;max-height:92vh;border-radius:10px;box-shadow:0 20px 60px -10px rgba(0,0,0,.7)}

.velour-related{padding-bottom:30px}
.velour-comments{max-width:1180px;padding-bottom:50px}

/* ============================================================
   Pages
   ============================================================ */
.velour-page{max-width:840px;padding-top:30px;padding-bottom:60px}
.velour-page__title{font-size:clamp(24px,3.6vw,34px);letter-spacing:-.02em;margin-bottom:16px}
.velour-page__cover{border-radius:var(--r);overflow:hidden;margin-bottom:22px}

/* DMCA page */
.velour-dmca{max-width:820px;padding-top:30px;padding-bottom:64px}
.velour-dmca__title{font-size:clamp(24px,3.6vw,34px);letter-spacing:-.02em;margin-bottom:16px}
.velour-dmca__langs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}
.velour-dmca__langs button{border:1px solid var(--line-2);background:var(--surface);color:var(--text);font:inherit;font-size:13px;font-weight:600;padding:7px 14px;border-radius:999px;cursor:pointer;transition:.15s ease}
.velour-dmca__langs button:hover{border-color:var(--accent);color:var(--accent)}
.velour-dmca__langs button.is-active{background:var(--accent);color:#fff;border-color:transparent}
.velour-dmca__lang{font-size:15.5px;line-height:1.75;color:var(--text)}
.velour-dmca__lang[hidden]{display:none}
.velour-dmca__lang h2{font-size:19px;margin:28px 0 10px}
.velour-dmca__lang p{margin:0 0 1em}
.velour-dmca__lang ul{margin:0 0 1em;padding-left:1.2em;color:var(--muted)}
.velour-dmca__lang li{margin:.4em 0}
.velour-dmca__contact{margin-top:20px;padding:16px 20px;border:1px solid var(--line);border-radius:14px;background:var(--surface);font-size:15px;font-weight:600}
.velour-dmca__contact a{color:var(--accent);font-weight:700}
.velour-dmca__lang a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}

/* ============================================================
   Comments
   ============================================================ */
.velour-commentlist{margin-top:20px}
.velour-comments-ol,.velour-comments-ol .children{list-style:none;margin:0;padding:0}
.velour-comments-ol .children{padding-left:26px;border-left:1px solid var(--line);margin-top:14px}
.velour-commentlist li.comment{margin:0 0 16px}
.velour-commentlist .comment-body{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:14px 16px}
.velour-commentlist .comment-author{display:flex;align-items:center;gap:10px;font-weight:600}
.velour-commentlist .comment-author .avatar{border-radius:50%}
.velour-commentlist .comment-meta{font-size:12px;color:var(--muted);margin:2px 0 8px}
.velour-commentlist .comment-meta a{color:var(--muted)}
.comment-respond{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:20px;margin-top:24px}
.comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"],.comment-form textarea{
	width:100%;background:var(--bg);border:1px solid var(--line-2);border-radius:10px;color:var(--text);padding:11px 13px;margin-top:6px;font-family:inherit;font-size:14px}
.comment-form label{font-size:13px;color:var(--muted)}
.comment-form p{margin:0 0 14px}

/* ============================================================
   Search overlay
   ============================================================ */
.velour-search{position:fixed;inset:0;z-index:120;background:color-mix(in srgb,var(--bg) 92%,transparent);backdrop-filter:blur(8px);display:grid;align-items:start;justify-items:center;padding-top:16vh}
.velour-search[hidden]{display:none}
.velour-search__inner{width:min(680px,92vw);display:flex;gap:10px;align-items:center}
.velour-searchform{display:flex;align-items:center;flex:1;background:var(--surface);border:1px solid var(--line-2);border-radius:14px;padding:6px 6px 6px 16px;box-shadow:var(--shadow)}
.velour-searchform__field{flex:1;background:transparent;border:0;color:var(--text);font-size:17px;padding:12px 6px;outline:none;font-family:inherit}
.velour-searchform__submit{width:44px;height:44px;border:0;border-radius:11px;background:var(--accent);color:#fff;cursor:pointer;display:grid;place-items:center}
.velour-searchform__submit svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.velour-search__close{background:var(--surface);border:1px solid var(--line-2)}

/* ============================================================
   Age gate
   ============================================================ */
.velour-agegate{position:fixed;inset:0;z-index:200;background:rgba(6,7,10,.86);backdrop-filter:blur(10px);display:grid;place-items:center;padding:20px}
.velour-agegate[hidden]{display:none}
.velour-agegate__box{width:min(440px,94vw);background:var(--surface);border:1px solid var(--line-2);border-radius:20px;padding:30px 26px;text-align:center;box-shadow:var(--shadow)}
.velour-agegate__mark{display:inline-grid;place-items:center;width:64px;height:64px;border-radius:18px;margin-bottom:14px;
	font-family:var(--display);font-weight:700;font-size:22px;color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent-2))}
.velour-agegate__box h2{font-size:21px;margin-bottom:8px}
.velour-agegate__box p{color:var(--muted);font-size:14px;margin:0 0 20px}
.velour-agegate__actions{display:flex;flex-direction:column;gap:10px}

/* ============================================================
   Overlays
   ============================================================ */
.velour-scrim{position:fixed;inset:0;z-index:130;background:rgba(0,0,0,.5);backdrop-filter:blur(2px)}
.velour-scrim[hidden]{display:none}

/* ============================================================
   Footer
   ============================================================ */
.velour-footer{border-top:1px solid var(--line);margin-top:30px;background:var(--surface)}
.velour-footer__inner{max-width:var(--maxw);margin:0 auto;padding:36px clamp(14px,3vw,28px) 24px;display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap}
.velour-footer__note{color:var(--muted);font-size:13.5px;max-width:42ch;margin:10px 0 0}
.velour-footer__menu{list-style:none;display:flex;flex-wrap:wrap;gap:8px 22px;margin:0;padding:0}
.velour-footer__menu a{color:var(--muted);font-size:14px;font-weight:500}
.velour-footer__menu a:hover{color:var(--accent)}
.velour-footer__bar{border-top:1px solid var(--line);padding:16px clamp(14px,3vw,28px);max-width:var(--maxw);margin:0 auto;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;font-size:12.5px;color:var(--muted)}
.velour-share{display:flex;align-items:center;gap:14px;flex-wrap:wrap;border-top:1px solid var(--line);margin-top:24px;padding-top:18px}
.velour-share__title{margin:0;font-family:var(--font-display,inherit);font-weight:700;font-size:14px;color:var(--text)}
.velour-share__icons{display:flex;gap:10px;flex-wrap:wrap}
.velour-share__link{display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:var(--surface-2,#1c1f28);border:1px solid var(--line);color:var(--muted);transition:.18s ease;cursor:pointer;padding:0}
.velour-share__link svg{width:19px;height:19px}
.velour-share__link:hover{color:#fff;background:var(--accent);border-color:transparent;transform:translateY(-2px)}
.velour-share__link.is-copied{color:#fff;background:var(--accent);border-color:transparent}
.velour-share__bookmark.is-saved{color:#fff;background:var(--accent);border-color:transparent}
.velour-share__bookmark.is-saved .velour-bm-ico{fill:currentColor}
.velour-footer__legal{border-top:1px solid var(--line);max-width:var(--maxw);margin:0 auto;padding:16px clamp(14px,3vw,28px) 22px;text-align:center;font-size:11.5px;line-height:1.7;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}
.velour-footer__legal a{color:var(--accent);font-weight:700;white-space:nowrap}
.velour-footer__legal a:hover{text-decoration:underline}
.velour-footer__promo{flex:0 0 100%;width:100%;display:flex;flex-wrap:wrap;gap:14px;justify-content:center;align-items:center;margin:0 0 10px}
.velour-footer__promo img{max-width:100%;height:auto;display:block;border-radius:var(--r-xs)}
.velour-footer__promo a{display:inline-flex;line-height:0}
.velour-footer__promo iframe{max-width:100%;border:0}
.velour-cta--top,.velour-cta--bottom{max-width:var(--maxw);margin-left:auto;margin-right:auto;padding:0 clamp(14px,3vw,28px);text-align:center}
.velour-cta--top{margin-bottom:22px}
.velour-cta--bottom{margin-top:22px}
.velour-cta__btn{--cta:var(--accent);display:inline-flex;align-items:center;gap:12px;padding:14px 24px;border-radius:12px;color:#fff;font-weight:800;text-decoration:none;line-height:1.15;background:linear-gradient(135deg,var(--cta),color-mix(in srgb,var(--cta) 55%,var(--accent-2)));box-shadow:0 12px 28px -12px color-mix(in srgb,var(--cta) 78%,transparent);transition:transform .12s ease,box-shadow .2s ease}
.velour-cta__btn:hover,.velour-cta__btn:focus-visible{transform:translateY(-2px);color:#fff;box-shadow:0 18px 38px -14px color-mix(in srgb,var(--cta) 82%,transparent)}
.velour-cta__ico{width:26px;height:26px;flex:0 0 auto;fill:none;stroke:#fff;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.velour-cta__labels{display:flex;flex-direction:column;text-align:left}
.velour-cta__title{font-size:1.02rem}
.velour-cta__sub{font-size:.78rem;font-weight:600;opacity:.9}
.velour-cta--top .velour-cta__btn,.velour-cta--bottom .velour-cta__btn{width:min(560px,100%);justify-content:center}
.velour-cta--header{display:inline-flex;margin-right:4px}
.velour-cta--header .velour-cta__btn{padding:8px 14px;border-radius:10px;gap:8px}
.velour-cta--header .velour-cta__ico{width:18px;height:18px}
.velour-cta--header .velour-cta__title{font-size:.86rem}
.velour-cta--header .velour-cta__sub{display:none}
@media (max-width:900px){.velour-cta--header{display:none}}
.velour-cta-sticky{position:fixed;left:0;right:0;bottom:0;z-index:1200;padding:10px 14px;background:color-mix(in srgb,var(--surface) 92%,transparent);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid var(--line-2)}
.velour-cta-sticky__in{position:relative;max-width:var(--maxw);margin:0 auto;display:flex;align-items:center;justify-content:center;gap:12px}
.velour-cta-sticky .velour-cta__btn{width:min(520px,100%);justify-content:center}
.velour-cta-sticky__x{position:absolute;right:0;top:50%;transform:translateY(-50%);background:transparent;border:0;color:var(--muted);font-size:26px;line-height:1;cursor:pointer;padding:2px 10px;border-radius:8px}
.velour-cta-sticky__x:hover{color:var(--text);background:var(--surface-2)}
body.velour-has-sticky-cta{padding-bottom:84px}
@media (max-width:640px){.velour-footer__promo{gap:10px}.velour-cta-sticky__in{gap:8px}.velour-cta-sticky__x{position:static;transform:none;padding:0 6px}body.velour-has-sticky-cta{padding-bottom:96px}}

/* ============================================================
   Back to top
   ============================================================ */
.velour-totop{position:fixed;right:24px;bottom:24px;z-index:90;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--surface);border:1px solid var(--line-2);color:var(--text);cursor:pointer;box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .2s ease,transform .2s ease,background .15s ease,color .15s ease}
.velour-totop.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}
.velour-totop:hover{background:var(--surface-2);color:var(--accent);border-color:var(--accent)}
.velour-totop svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width:1100px){.velour-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:920px){
	.velour-shell{grid-template-columns:minmax(0,1fr);gap:0}
	.velour-nav{display:none}
	.velour-nav-toggle{display:flex}
	.velour-headsearch{display:none}
	.velour-search-toggle{display:inline-flex}
	.velour-actions{margin-left:auto}

	.velour-sidebar,
	.velour-main > .velour-sidebar{
		position:fixed;left:0;top:0;bottom:0;height:100%;width:min(300px,86vw);max-height:none;z-index:150;
		display:flex;margin:0;padding:18px 14px;overflow-y:auto;
		background:var(--elev);border-right:1px solid var(--line);box-shadow:var(--shadow);
		transform:translateX(-100%);transition:transform .26s cubic-bezier(.2,.8,.2,1);
	}
	body.velour-drawer-open .velour-sidebar{transform:translateX(0)}
	body.velour-drawer-open{overflow:hidden}
}
@media (max-width:760px){.velour-grid{grid-template-columns:repeat(2,minmax(0,1fr));--gap:12px}}
@media (max-width:460px){.velour-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.velour-logo{font-size:18px}.velour-totop{right:16px;bottom:16px}}

/* ============================================================
   Motion / a11y
   ============================================================ */
@media (prefers-reduced-motion:reduce){
	*{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
	.velour-card:hover .velour-card__thumb img{transform:none}
}
