/* POTV USA — visual layer */
:root{
  --potv-bg:#0f1115;
  --potv-surface:#161a21;
  --potv-surface-2:#1d222b;
  --potv-line:#2a313d;
  --potv-text:#eef1f6;
  --potv-muted:#a3adbd;
  --potv-brand:#ff7a1a;
  --potv-brand-dark:#e2650b;
  --potv-accent:#39d98a;
  --potv-radius:10px;
  --potv-wrap:1240px;
  --potv-font:"Inter",system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
}
*{box-sizing:border-box}
body.potv{margin:0;background:var(--potv-bg);color:var(--potv-text);font-family:var(--potv-font);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
body.potv img{max-width:100%;height:auto;display:block}
body.potv a{color:inherit;text-decoration:none}
body.potv a:hover{color:var(--potv-brand)}
body.potv h1,body.potv h2,body.potv h3{font-weight:800;line-height:1.15;letter-spacing:-.02em;margin:0 0 .5em}
body.potv ul{list-style:none;margin:0;padding:0}
.potv-wrap{width:100%;max-width:var(--potv-wrap);margin:0 auto;padding:0 20px}
.potv-note{color:var(--potv-muted)}

/* Header */
.potv-announce{background:var(--potv-brand);color:#1b1000;font-size:13px;font-weight:600;text-align:center;padding:8px 0}
.potv-header{position:sticky;top:0;z-index:40;background:rgba(15,17,21,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--potv-line)}
.potv-header__inner{display:flex;align-items:center;gap:20px;padding-top:14px;padding-bottom:14px}
.potv-logo{display:flex;align-items:baseline;gap:8px;flex:0 0 auto}
.potv-logo__mark{font-weight:800;font-size:24px;letter-spacing:-.04em;color:var(--potv-brand)}
.potv-logo__word{font-size:12px;color:var(--potv-muted);text-transform:uppercase;letter-spacing:.14em}
.potv-logo img{max-height:46px;width:auto}
.potv-search{flex:1 1 auto;display:flex;min-width:0}
.potv-search input{flex:1;min-width:0;background:var(--potv-surface);border:1px solid var(--potv-line);border-right:0;border-radius:var(--potv-radius) 0 0 var(--potv-radius);color:var(--potv-text);padding:11px 14px;font:inherit;font-size:14px}
.potv-search input:focus{outline:2px solid var(--potv-brand);outline-offset:-2px}
.potv-search button{background:var(--potv-brand);color:#1b1000;border:0;border-radius:0 var(--potv-radius) var(--potv-radius) 0;padding:0 18px;font-weight:700;cursor:pointer}
.potv-header__actions{display:flex;align-items:center;gap:8px}
.potv-iconlink{font-size:14px;font-weight:600;padding:9px 12px;border:1px solid var(--potv-line);border-radius:var(--potv-radius)}
.potv-iconlink--cart{background:var(--potv-surface-2)}
.potv-cartcount{display:inline-block;min-width:20px;text-align:center;background:var(--potv-brand);color:#1b1000;border-radius:999px;font-size:12px;padding:0 6px;margin-left:4px}
.potv-burger{display:none;background:var(--potv-surface-2);border:1px solid var(--potv-line);border-radius:var(--potv-radius);width:44px;height:42px;padding:10px 10px;cursor:pointer}
.potv-burger span{display:block;height:2px;background:var(--potv-text);margin:4px 0;border-radius:2px}
.potv-nav{border-top:1px solid var(--potv-line);background:var(--potv-surface)}
.potv-nav__list{display:flex;flex-wrap:wrap;gap:4px}
.potv-nav__list li a{display:block;padding:12px 14px;font-size:14px;font-weight:600;color:var(--potv-muted)}
.potv-nav__list li a:hover{color:var(--potv-text);background:var(--potv-surface-2)}

/* Hero */
.potv-hero{background:radial-gradient(1200px 480px at 15% -10%,rgba(255,122,26,.22),transparent 60%),linear-gradient(180deg,#12151b,#0f1115);border-bottom:1px solid var(--potv-line)}
.potv-hero__inner{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:48px;align-items:center;padding-top:64px;padding-bottom:64px}
.potv-eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--potv-brand);border:1px solid rgba(255,122,26,.4);border-radius:999px;padding:5px 12px;margin-bottom:18px}
.potv-hero h1{font-size:clamp(30px,4.4vw,52px)}
.potv-lede{color:var(--potv-muted);font-size:17px;max-width:60ch}
.potv-hero__cta{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0 30px}
.potv-btn{display:inline-block;background:var(--potv-brand);color:#1b1000;font-weight:700;padding:13px 22px;border-radius:var(--potv-radius);border:1px solid var(--potv-brand);cursor:pointer}
.potv-btn:hover{background:var(--potv-brand-dark);border-color:var(--potv-brand-dark);color:#1b1000}
.potv-btn--ghost{background:transparent;color:var(--potv-text);border-color:var(--potv-line)}
.potv-btn--ghost:hover{background:var(--potv-surface-2);color:var(--potv-text)}
.potv-btn--sm{padding:9px 14px;font-size:14px}
.potv-hero__stats{display:flex;flex-wrap:wrap;gap:32px;border-top:1px solid var(--potv-line);padding-top:22px}
.potv-hero__stats li{display:flex;flex-direction:column}
.potv-hero__stats strong{font-size:24px;color:var(--potv-brand)}
.potv-hero__stats span{font-size:13px;color:var(--potv-muted)}
.potv-hero__media{position:relative}
.potv-hero__glow{position:absolute;inset:-40px;background:radial-gradient(circle at 60% 40%,rgba(255,122,26,.25),transparent 65%);filter:blur(10px)}
.potv-hero__panel{position:relative;background:var(--potv-surface);border:1px solid var(--potv-line);border-radius:16px;padding:24px}
.potv-hero__panel-label{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--potv-muted)}
.potv-hero__panel ul{margin-top:14px}
.potv-hero__panel li{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--potv-line);font-weight:600}
.potv-hero__panel li:last-child{border-bottom:0}
.potv-hero__panel em{font-style:normal;color:var(--potv-muted);font-weight:500;font-size:13px}

/* Sections */
.potv-section{padding:64px 0}
.potv-section--alt{background:var(--potv-surface)}
.potv-section--band{background:linear-gradient(180deg,#12151b,#0f1115);border-top:1px solid var(--potv-line);border-bottom:1px solid var(--potv-line)}
.potv-section__head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:28px;flex-wrap:wrap}
.potv-section__head h2{font-size:clamp(22px,2.6vw,32px);margin:0}
.potv-section__head a{color:var(--potv-brand);font-weight:600;font-size:14px}
.potv-grid{display:grid;gap:20px}
.potv-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.potv-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.potv-grid--products{grid-template-columns:repeat(4,minmax(0,1fr));list-style:none;margin:0;padding:0}
.potv-usps{background:var(--potv-surface-2);border-bottom:1px solid var(--potv-line);padding:34px 0}
.potv-usp h3{font-size:15px;margin-bottom:4px}
.potv-usp p{margin:0;color:var(--potv-muted);font-size:14px}
.potv-cat{display:block;background:var(--potv-surface);border:1px solid var(--potv-line);border-radius:var(--potv-radius);padding:22px;transition:border-color .15s,transform .15s}
.potv-cat:hover{border-color:var(--potv-brand);transform:translateY(-2px);color:inherit}
.potv-cat h3{font-size:18px}
.potv-cat p{color:var(--potv-muted);font-size:14px;margin:0 0 14px}
.potv-cat__more{color:var(--potv-brand);font-weight:700;font-size:14px}

/* Product cards */
.potv-card-wrap{list-style:none;margin:0!important;padding:0!important;width:auto!important;float:none!important}
.potv-card{display:flex;flex-direction:column;background:var(--potv-surface-2);border:1px solid var(--potv-line);border-radius:var(--potv-radius);overflow:hidden;height:100%}
.potv-card:hover{border-color:var(--potv-brand)}
.potv-card__media{position:relative;display:block;background:#fff;aspect-ratio:1/1;overflow:hidden}
.potv-card__media img{width:100%;height:100%;object-fit:contain;padding:10px}
.potv-card__flag{position:absolute;top:10px;left:10px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:4px 8px;border-radius:4px;background:var(--potv-brand);color:#1b1000}
.potv-card__flag--out{background:#42484f;color:#fff}
.potv-card__body{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:14px}
.potv-card__title{font-size:15px;font-weight:600;line-height:1.35;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.potv-card__rating{display:flex;align-items:center;gap:6px;color:var(--potv-muted);font-size:12px}
.potv-stars{--potv-stars:0%;display:inline-block;width:72px;height:13px;background:linear-gradient(90deg,var(--potv-brand) var(--potv-stars),#3a414c var(--potv-stars));-webkit-mask:repeating-linear-gradient(90deg,#000 0 12px,transparent 12px 14.4px);mask:repeating-linear-gradient(90deg,#000 0 12px,transparent 12px 14.4px)}
.potv-card__price{font-weight:800;font-size:16px;color:var(--potv-text)}
.potv-card__price del{color:var(--potv-muted);font-weight:500;font-size:14px;margin-right:6px}
.potv-card__price ins{text-decoration:none;color:var(--potv-brand)}
.potv-card__actions{margin-top:2px;width:100%}
.potv-card__actions .button,.potv-card__actions a.button{display:inline-block;background:var(--potv-brand);color:#1b1000;font-weight:700;font-size:14px;padding:9px 14px;border-radius:8px;border:0}
.potv-card__actions .button:hover{background:var(--potv-brand-dark)}
.potv-card__actions .added_to_cart{display:inline-block;margin-left:8px;font-size:13px;color:var(--potv-brand)}

/* Copy blocks + FAQ */
.potv-copy{display:grid;gap:28px}
.potv-copy__block h2{font-size:clamp(20px,2.2vw,26px)}
.potv-copy__block p{color:var(--potv-muted);max-width:80ch}
.potv-copy__block strong,.potv-copy__block em{color:var(--potv-text)}
.potv-faq details{background:var(--potv-surface);border:1px solid var(--potv-line);border-radius:var(--potv-radius);padding:16px 18px;margin-bottom:10px}
.potv-faq summary{cursor:pointer;font-weight:700;list-style:none}
.potv-faq summary::-webkit-details-marker{display:none}
.potv-faq summary::after{content:"+";float:right;color:var(--potv-brand);font-weight:800}
.potv-faq details[open] summary::after{content:"\2212"}
.potv-faq p{color:var(--potv-muted);margin:10px 0 0}

/* Pages, posts */
.potv-page{padding:44px 0 64px}
.potv-page__head h1{font-size:clamp(26px,3.4vw,38px)}
.potv-meta{color:var(--potv-muted);font-size:14px}
.potv-entry__content{max-width:none;width:100%}
.potv-entry__content h2{margin-top:1.4em}
.potv-entry__content p,.potv-entry__content li{color:#d5dbe5}
.potv-entry__content a{color:var(--potv-brand);text-decoration:underline}
.potv-entry__content ul,.potv-entry__content ol{padding-left:1.2em;list-style:disc}
.potv-entry__hero img{border-radius:var(--potv-radius)}
.potv-post{background:var(--potv-surface);border:1px solid var(--potv-line);border-radius:var(--potv-radius);overflow:hidden;display:flex;flex-direction:column}
.potv-post__media img{width:100%;aspect-ratio:16/9;object-fit:cover}
.potv-post__body{padding:16px;display:flex;flex-direction:column;gap:8px;align-items:flex-start}
.potv-post__body h2{font-size:18px;margin:0}
.potv-post__body p{color:var(--potv-muted);font-size:14px;margin:0}
.potv-results li{padding:14px 0;border-bottom:1px solid var(--potv-line)}
.potv-results li a{font-weight:700}
.potv-results li span{display:block;color:var(--potv-muted);font-size:14px}
.potv-pagination{margin-top:28px}
.potv-pagination .page-numbers{display:inline-block;padding:8px 12px;border:1px solid var(--potv-line);border-radius:8px;margin-right:6px}
.potv-pagination .current{background:var(--potv-brand);color:#1b1000;border-color:var(--potv-brand)}

/* WooCommerce shell */
.woocommerce .potv-wrap ul.products,.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:0;padding:0}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{margin-bottom:20px}
.woocommerce div.product .product_title{font-size:clamp(24px,3vw,34px)}
.woocommerce div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-Tabs-panel,.woocommerce div.product #tab-description{width:100%;max-width:none;float:none}
.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background:var(--potv-brand);color:#1b1000;font-weight:700;border-radius:8px}
.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover{background:var(--potv-brand-dark);color:#1b1000}
.woocommerce .quantity input{background:var(--potv-surface-2);color:var(--potv-text);border:1px solid var(--potv-line);border-radius:8px}

/* Variation swatches instead of dropdowns */
.woocommerce div.product form.cart .variations{width:100%;display:block;border:0}
.woocommerce div.product form.cart .variations tr,.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{display:block;width:100%;padding:0;border:0;text-align:left}
.woocommerce div.product form.cart .variations label{font-weight:700;margin-bottom:8px;display:block}
.potv-swatches{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px}
.potv-swatch{border:1px solid var(--potv-line);background:var(--potv-surface-2);color:var(--potv-text);border-radius:999px;padding:8px 14px;font-size:14px;font-weight:600;cursor:pointer}
.potv-swatch:hover{border-color:var(--potv-brand)}
.potv-swatch.is-active{background:var(--potv-brand);border-color:var(--potv-brand);color:#1b1000}
.potv-has-swatches select{position:absolute!important;width:1px;height:1px;opacity:0;pointer-events:none}

/* Footer */
.potv-footer{background:var(--potv-surface);border-top:1px solid var(--potv-line);padding:52px 0 28px;margin-top:0}
.potv-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px}
.potv-widget__title{font-size:14px;text-transform:uppercase;letter-spacing:.12em;color:var(--potv-brand)}
.potv-footer p,.potv-footer li{color:var(--potv-muted);font-size:14px}
.potv-footer li{padding:4px 0}
.potv-footer__base{border-top:1px solid var(--potv-line);margin-top:32px;padding-top:18px}
.potv-footer__base p{margin:0;font-size:13px}

/* Responsive */
@media (max-width:1024px){
  .potv-grid--4,.potv-grid--products,.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
  .potv-hero__inner{grid-template-columns:1fr;gap:32px}
  .potv-footer__grid{grid-template-columns:1fr 1fr}
}
@media (max-width:820px){
  .potv-header__inner{flex-wrap:wrap;row-gap:12px}
  .potv-logo{order:1;flex:1 1 100%;justify-content:flex-start}
  .potv-search{order:3;flex:1 1 100%}
  .potv-header__actions{order:2;margin-left:auto}
  .potv-burger{display:block}
  .potv-iconlink{padding:11px 14px;font-size:15px}
  .potv-nav{display:none}
  .potv-nav.is-open{display:block}
  .potv-nav__list{flex-direction:column}
  .potv-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
  .potv-grid--3,.potv-grid--4,.potv-grid--products,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .potv-section{padding:44px 0}
  .potv-footer__grid{grid-template-columns:1fr}
  .potv-hero__stats{gap:20px}
}

/* ---- Real product imagery (v1.2.0) ---- */
.potv-hero__media{position:relative;display:flex;align-items:center;justify-content:center}
.potv-hero__shot{position:relative;display:block;width:100%;max-width:520px;border-radius:20px;overflow:hidden;background:var(--potv-surface,#15100e);border:1px solid rgba(255,255,255,.08)}
.potv-hero__shot img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;padding:18px}
.potv-hero__shot-tag{position:absolute;left:14px;bottom:14px;padding:6px 12px;border-radius:999px;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;background:rgba(0,0,0,.6);backdrop-filter:blur(6px)}
.potv-cat{display:flex;flex-direction:column;overflow:hidden}
.potv-cat__media{display:block;background:#fff;border-radius:14px;overflow:hidden;margin-bottom:14px}
.potv-cat__media img{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;padding:12px}
.potv-cat__body{display:flex;flex-direction:column;gap:6px}
.potv-feat{display:flex;flex-direction:column;gap:10px;padding:14px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:var(--potv-surface,#15100e);text-decoration:none;color:inherit;transition:border-color .2s,transform .2s}
.potv-feat:hover{border-color:var(--potv-accent,#ff6a2b);transform:translateY(-3px)}
.potv-feat__media{display:block;background:#fff;border-radius:12px;overflow:hidden}
.potv-feat__media img{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;padding:10px}
.potv-feat h3{margin:0;font-size:1rem;line-height:1.3}
.potv-feat p{margin:0;font-size:.86rem;opacity:.75}
@media(max-width:640px){.potv-hero__shot img{padding:10px}}

/* ---- Shop sidebar filters (v1.3.0) ---- */
.potv-shop--sidebar{display:grid;grid-template-columns:260px minmax(0,1fr);gap:32px;align-items:start}
.potv-shop__main{min-width:0}
.potv-filters{position:sticky;top:20px;padding:18px;border-radius:16px;border:1px solid rgba(255,255,255,.09);background:var(--potv-surface,#15100e)}
.potv-filters__head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:12px}
.potv-filters__head h2{margin:0;font-size:1.05rem}
.potv-filters__reset{font-size:.8rem;opacity:.7}
.potv-filters__group{padding:14px 0;border-top:1px solid rgba(255,255,255,.08)}
.potv-filters__group h3{margin:0 0 10px;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;opacity:.65}
.potv-filters__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}
.potv-filters__list a{display:flex;justify-content:space-between;gap:10px;font-size:.9rem;text-decoration:none;color:inherit;opacity:.85}
.potv-filters__list a:hover,.potv-filters__list .is-active a{opacity:1;color:var(--potv-accent,#ff6a2b)}
.potv-filters__list span{opacity:.5;font-size:.78rem}
.potv-filters__price{display:flex;gap:10px}
.potv-filters__price label{flex:1;display:flex;flex-direction:column;gap:4px;font-size:.75rem;opacity:.7}
.potv-filters__price input{width:100%;padding:8px 10px;border-radius:9px;border:1px solid rgba(255,255,255,.14);background:rgba(0,0,0,.3);color:inherit}
.potv-check{display:flex;align-items:center;gap:8px;font-size:.88rem;padding:3px 0;cursor:pointer}
.potv-filters__scroll{max-height:220px;overflow:auto;padding-right:4px}
.potv-filters__apply{width:100%;margin-top:14px;text-align:center}
.potv-filters__toggle{display:none}
@media(max-width:900px){
	.potv-shop--sidebar{grid-template-columns:1fr}
	.potv-filters{position:static;display:none}
	.potv-filters.is-open{display:block;margin-bottom:20px}
	.potv-filters__toggle{display:block;width:100%;margin-bottom:14px;padding:12px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:var(--potv-surface,#15100e);color:inherit;font-weight:600}
}
