/*
Theme Name: Vellum
Theme URI: https://example.com/vellum
Author: Emmanuel Momoh
Description: A classy, lightweight theme for digital-product stores built on Easy Digital Downloads. Gutenberg-native page patterns, live product search, and purpose-built EDD templates. No page builder, no jQuery, no external font requests.
Version: 1.9.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vellum
Tags: e-commerce, one-column, two-columns, custom-colors, custom-logo, custom-menu, featured-images, block-styles, wide-blocks, editor-style, threaded-comments, translation-ready
*/

/* ==========================================================================
   1. Tokens
   ========================================================================== */

:root{
	--v-ink:#1b2b4d;
	--v-body:#4a5568;
	--v-muted:#7c8697;
	--v-paper:#fbfaf8;
	--v-surface:#ffffff;
	--v-sunken:#f2f4f8;
	--v-line:#e4e6ec;
	--v-line-strong:#ccd1db;
	--v-accent:#8a6a3e;
	--v-accent-ink:#6c5230;
	--v-accent-soft:#f6f1e8;
	--v-deep:#12203c;
	--v-deep-ink:#e9e5db;
	--v-danger:#a4342b;
	--v-success:#2f6b4f;

	--v-font-head:"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,Georgia,"Times New Roman",serif;
	--v-font-body:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
	--v-font-mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;

	--v-radius:4px;
	--v-radius-lg:8px;
	--v-shadow:0 1px 2px rgba(23,24,28,.04),0 8px 24px -12px rgba(23,24,28,.12);
	--v-shadow-lift:0 2px 4px rgba(23,24,28,.05),0 24px 48px -24px rgba(23,24,28,.24);

	--v-width:1180px;
	--v-width-narrow:720px;
	--v-width-wide:1400px;
	--v-gutter:clamp(1.25rem,4vw,2.5rem);
	--v-section:clamp(3.5rem,8vw,7rem);

	--v-header-h:76px;

	--v-header-logo-h:44px;
	--v-header-logo-w:none;
	--v-footer-logo-h:40px;
	--v-footer-logo-w:none;
	--v-ease:cubic-bezier(.22,.61,.36,1);
}

/* ==========================================================================
   2. Reset & base
   ========================================================================== */

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:calc(var(--v-header-h) + 1rem)}
@media (prefers-reduced-motion:reduce){
	html{scroll-behavior:auto}
	*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}
body{
	margin:0;
	background:var(--v-paper);
	color:var(--v-body);
	font-family:var(--v-font-body);
	font-size:1.0625rem;
	line-height:1.7;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	overflow-x:hidden;
}
img,svg,video,canvas,iframe{max-width:100%;height:auto;display:block}
img{border-style:none}
figure{margin:0}
hr{border:0;border-top:1px solid var(--v-line);margin:2.5rem 0}
::selection{background:var(--v-accent);color:#fff}

h1,h2,h3,h4,h5,h6{
	font-family:var(--v-font-head);
	color:var(--v-ink);
	font-weight:600;
	line-height:1.15;
	letter-spacing:-.012em;
	margin:0 0 .6em;
	text-wrap:balance;
}
h1{font-size:clamp(2.25rem,1.5rem + 3.2vw,3.75rem)}
h2{font-size:clamp(1.75rem,1.25rem + 2.1vw,2.75rem)}
h3{font-size:clamp(1.3rem,1.1rem + .9vw,1.75rem)}
h4{font-size:1.2rem}
h5{font-size:1.05rem}
h6{font-size:.95rem}
p{margin:0 0 1.25em}
p:last-child,ul:last-child,ol:last-child{margin-bottom:0}

a{color:var(--v-accent-ink);text-decoration:none;text-underline-offset:3px;transition:color .18s var(--v-ease)}
a:hover{color:var(--v-ink);text-decoration:underline}

:where(.v-prose) a{text-decoration:underline;text-decoration-color:var(--v-line-strong)}
:where(.v-prose) a:hover{text-decoration-color:currentColor}

ul,ol{margin:0 0 1.25em;padding-left:1.35em}
li{margin-bottom:.4em}
blockquote{
	margin:2rem 0;padding:.25rem 0 .25rem 1.5rem;
	border-left:2px solid var(--v-accent);
	font-family:var(--v-font-head);font-size:1.2rem;font-style:italic;color:var(--v-ink);
}
code,kbd,pre{font-family:var(--v-font-mono);font-size:.9em}
code{background:var(--v-sunken);padding:.15em .4em;border-radius:3px}
pre{background:var(--v-ink);color:#f2f0eb;padding:1.25rem;border-radius:var(--v-radius);overflow-x:auto}
pre code{background:none;padding:0;color:inherit}

table{width:100%;border-collapse:collapse;margin:0 0 1.5rem;font-size:.95rem}
th,td{padding:.7rem .85rem;text-align:left;border-bottom:1px solid var(--v-line)}
th{font-family:var(--v-font-body);font-weight:600;color:var(--v-ink);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}

:focus-visible{outline:2px solid var(--v-accent);outline-offset:3px;border-radius:2px}
.v-skip{position:absolute;left:-9999px;top:0;z-index:999;background:var(--v-ink);color:#fff;padding:.75rem 1.25rem}
.v-skip:focus{left:1rem;top:1rem}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}

/* ==========================================================================
   3. Layout primitives
   ========================================================================== */

.v-wrap{width:100%;max-width:var(--v-width);margin-inline:auto;padding-inline:var(--v-gutter)}
.v-wrap--narrow{max-width:var(--v-width-narrow)}
.v-wrap--wide{max-width:var(--v-width-wide)}
.v-wrap--full{max-width:none}

.v-section{padding-block:var(--v-section);position:relative}
.v-section--sm{padding-block:clamp(2rem,4vw,3.25rem)}
.v-section--lg{padding-block:clamp(4.5rem,10vw,9rem)}
.v-section--flush{padding-block:0}

.v-bg-paper{background:var(--v-paper)}
.v-bg-surface{background:var(--v-surface)}
.v-bg-sunken{background:var(--v-sunken)}
.v-bg-soft{background:var(--v-accent-soft)}
.v-bg-deep{background:var(--v-deep);color:rgba(233,229,219,.78)}
.v-bg-deep h1,.v-bg-deep h2,.v-bg-deep h3,.v-bg-deep h4{color:#fff}
.v-bg-deep a{color:#fff}
.v-bg-deep .v-eyebrow{color:var(--v-accent-soft)}
.v-bg-deep .v-lede{color:rgba(233,229,219,.8)}

.v-grid{display:grid;gap:clamp(1.25rem,2.5vw,2rem)}
.v-grid--2{grid-template-columns:repeat(2,1fr)}
.v-grid--3{grid-template-columns:repeat(3,1fr)}
.v-grid--4{grid-template-columns:repeat(4,1fr)}
.v-grid--5{grid-template-columns:repeat(5,1fr)}
@media (max-width:1000px){
	.v-grid--4,.v-grid--5{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:820px){
	.v-grid--3,.v-grid--4,.v-grid--5{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:520px){
	.v-grid--2,.v-grid--3,.v-grid--4,.v-grid--5{grid-template-columns:1fr}
	.v-grid--keep-2{grid-template-columns:repeat(2,1fr)}
}

.v-stack>*+*{margin-top:1.25rem}
.v-center{text-align:center}
.v-center .v-lede{margin-inline:auto}

/* ==========================================================================
   4. Common pieces
   ========================================================================== */

.v-eyebrow{
	display:block;font-family:var(--v-font-body);font-size:.72rem;font-weight:600;
	letter-spacing:.18em;text-transform:uppercase;color:var(--v-accent);margin:0 0 1rem;
}
.v-lede{font-size:clamp(1.05rem,1rem + .35vw,1.25rem);line-height:1.65;color:var(--v-body);max-width:62ch}
.v-headline{margin-bottom:.5em}

.v-section-head{margin-bottom:clamp(2rem,4vw,3rem);max-width:62ch}
.v-section-head.is-center{margin-inline:auto;text-align:center}
.v-section-head .v-lede{margin-top:.25rem}

.v-rule{width:48px;height:1px;background:var(--v-accent);border:0;margin:1.5rem 0}
.v-rule.is-center{margin-inline:auto}
.v-ornament{display:flex;align-items:center;justify-content:center;gap:.75rem;color:var(--v-accent);margin:2rem 0}
.v-ornament::before,.v-ornament::after{content:"";height:1px;width:min(120px,18vw);background:linear-gradient(90deg,transparent,var(--v-line-strong))}
.v-ornament::after{background:linear-gradient(270deg,transparent,var(--v-line-strong))}

.v-badge{
	display:inline-flex;align-items:center;gap:.4rem;
	font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;
	padding:.35rem .65rem;border-radius:999px;background:var(--v-accent-soft);color:var(--v-accent-ink);
	border:1px solid rgba(138,106,62,.18);
}
.v-badge--ink{background:var(--v-ink);color:#fff;border-color:var(--v-ink)}
.v-badge--outline{background:transparent;border-color:var(--v-line-strong);color:var(--v-muted)}

/* Buttons */
.v-btn{
	display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
	font-family:var(--v-font-body);font-size:.925rem;font-weight:600;line-height:1;
	padding:.95rem 1.6rem;border-radius:var(--v-radius);border:1px solid transparent;
	cursor:pointer;text-decoration:none;text-align:center;
	transition:background .18s var(--v-ease),color .18s var(--v-ease),border-color .18s var(--v-ease),transform .18s var(--v-ease),box-shadow .18s var(--v-ease);
}
.v-btn:hover{text-decoration:none;transform:translateY(-1px)}
.v-btn:active{transform:translateY(0)}
.v-btn svg{width:1.05em;height:1.05em;flex:none}

.v-btn--solid{background:var(--v-ink);color:#fff;border-color:var(--v-ink)}
.v-btn--solid:hover{background:#000;color:#fff;box-shadow:var(--v-shadow-lift)}
.v-btn--accent{background:var(--v-accent);color:#fff;border-color:var(--v-accent)}
.v-btn--accent:hover{background:var(--v-accent-ink);color:#fff}
.v-btn--outline{background:transparent;color:var(--v-ink);border-color:var(--v-line-strong)}
.v-btn--outline:hover{border-color:var(--v-ink);color:var(--v-ink);background:transparent}
.v-btn--ghost{background:transparent;color:var(--v-ink);padding-inline:0;border:0}
.v-btn--ghost:hover{color:var(--v-accent-ink)}
.v-btn--light{background:#fff;color:var(--v-ink);border-color:#fff}
.v-btn--light:hover{background:var(--v-accent-soft);color:var(--v-ink)}
.v-btn--sm{padding:.65rem 1.1rem;font-size:.85rem}
.v-btn--lg{padding:1.1rem 2rem;font-size:1rem}
.v-btn--block{display:flex;width:100%}
.v-bg-deep .v-btn--outline{color:#fff;border-color:rgba(255,255,255,.32)}
.v-bg-deep .v-btn--outline:hover{border-color:#fff;color:#fff}

.v-btns{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center}
.v-btns.is-center{justify-content:center}

/* ==========================================================================
   5. Header
   ========================================================================== */

.v-header{
	position:sticky;top:0;z-index:100;
	background:rgba(251,250,248,.88);
	backdrop-filter:saturate(180%) blur(12px);
	-webkit-backdrop-filter:saturate(180%) blur(12px);
	border-bottom:1px solid transparent;
	transition:border-color .25s var(--v-ease),box-shadow .25s var(--v-ease),background .25s var(--v-ease);
}
.v-header.is-stuck{border-bottom-color:var(--v-line);box-shadow:0 1px 12px rgba(23,24,28,.05)}
.v-header__bar{display:flex;align-items:center;gap:1.5rem;min-height:var(--v-header-h)}
.v-header__brand{display:flex;align-items:center;gap:.65rem;margin-right:auto;flex:none}
.v-brand-name{font-family:var(--v-font-head);font-size:1.35rem;font-weight:600;color:var(--v-ink);letter-spacing:-.01em;line-height:1.1}
.v-brand-name:hover{color:var(--v-accent-ink);text-decoration:none}
.v-brand-tag{display:block;font-family:var(--v-font-body);font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;color:var(--v-muted);margin-top:.15rem}
.v-header__brand img{max-height:var(--v-header-logo-h);max-width:var(--v-header-logo-w);width:auto;height:auto;object-fit:contain}

.v-announce{background:var(--v-deep);color:rgba(233,229,219,.9);font-size:.82rem;text-align:center;padding:.6rem 1rem;letter-spacing:.01em}
.v-announce a{color:#fff;text-decoration:underline;text-underline-offset:2px}

/* Nav */
.v-nav{display:flex}
.v-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:.35rem}
.v-nav li{margin:0;position:relative}
.v-nav a{
	display:block;padding:.55rem .8rem;font-size:.925rem;font-weight:500;color:var(--v-ink);border-radius:var(--v-radius);
}
.v-nav a:hover{color:var(--v-accent-ink);background:var(--v-accent-soft);text-decoration:none}
.v-nav .current-menu-item>a,.v-nav .current_page_item>a,.v-nav .current-menu-parent>a{color:var(--v-accent-ink)}
.v-nav .menu-item-has-children>a::after{content:"";display:inline-block;width:.4em;height:.4em;margin-left:.45em;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-2px) rotate(45deg);opacity:.55}
.v-nav .sub-menu{
	position:absolute;top:calc(100% + .35rem);left:0;min-width:220px;display:block;
	background:var(--v-surface);border:1px solid var(--v-line);border-radius:var(--v-radius);
	box-shadow:var(--v-shadow-lift);padding:.4rem;flex-direction:column;align-items:stretch;gap:0;
	opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .18s var(--v-ease),transform .18s var(--v-ease),visibility .18s;
}
.v-nav li:hover>.sub-menu,.v-nav li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.v-nav .sub-menu a{padding:.55rem .75rem;font-size:.9rem;white-space:nowrap}
.v-nav .sub-menu .sub-menu{top:0;left:100%}

.v-header__actions{display:flex;align-items:center;gap:.35rem;flex:none}
.v-iconbtn{
	display:inline-flex;align-items:center;justify-content:center;position:relative;
	width:42px;height:42px;border-radius:var(--v-radius);border:0;background:transparent;color:var(--v-ink);cursor:pointer;
	transition:background .18s var(--v-ease),color .18s var(--v-ease);
}
.v-iconbtn:hover{background:var(--v-accent-soft);color:var(--v-accent-ink)}
.v-iconbtn svg{width:20px;height:20px}
.v-cart-count{
	position:absolute;top:5px;right:4px;min-width:17px;height:17px;padding:0 4px;
	background:var(--v-accent);color:#fff;border-radius:999px;
	font-size:.62rem;font-weight:700;line-height:17px;text-align:center;
}
.v-cart-count[data-count="0"]{display:none}
.v-header__cta{margin-left:.4rem}
@media (max-width:900px){.v-header__cta{display:none}}

.v-burger{display:none}
@media (max-width:980px){
	.v-nav{display:none}
	.v-burger{display:inline-flex}
}

/* Mobile drawer */
.v-drawer{
	position:fixed;inset:0;z-index:200;visibility:hidden;
}
.v-drawer[aria-hidden="false"]{visibility:visible}
.v-drawer__scrim{position:absolute;inset:0;background:rgba(23,24,28,.4);opacity:0;transition:opacity .28s var(--v-ease)}
.v-drawer[aria-hidden="false"] .v-drawer__scrim{opacity:1}
.v-drawer__panel{
	position:absolute;top:0;right:0;height:100%;width:min(360px,88vw);
	background:var(--v-paper);border-left:1px solid var(--v-line);
	transform:translateX(100%);transition:transform .3s var(--v-ease);
	display:flex;flex-direction:column;overflow-y:auto;padding:1.25rem;
}
.v-drawer[aria-hidden="false"] .v-drawer__panel{transform:translateX(0)}
.v-drawer__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}
.v-drawer ul{list-style:none;margin:0;padding:0}
.v-drawer li{border-bottom:1px solid var(--v-line)}
.v-drawer a{display:block;padding:.9rem .25rem;font-family:var(--v-font-head);font-size:1.15rem;color:var(--v-ink)}
.v-drawer a:hover{color:var(--v-accent-ink);text-decoration:none}
.v-drawer .sub-menu{padding-left:1rem;display:none}
.v-drawer .sub-menu.is-open{display:block}
.v-drawer .sub-menu a{font-family:var(--v-font-body);font-size:.95rem;padding:.6rem .25rem}
.v-drawer .sub-menu li:last-child{border-bottom:0}
.v-submenu-toggle{
	position:absolute;right:0;top:.45rem;width:38px;height:38px;border:0;background:transparent;cursor:pointer;color:var(--v-muted);
	display:flex;align-items:center;justify-content:center;
}
.v-submenu-toggle svg{width:16px;height:16px;transition:transform .2s var(--v-ease)}
.v-submenu-toggle[aria-expanded="true"] svg{transform:rotate(180deg)}
.v-drawer .menu-item-has-children{position:relative}
.v-drawer__foot{margin-top:auto;padding-top:2rem}
body.v-locked{overflow:hidden}

/* ==========================================================================
   6. Forms
   ========================================================================== */

input[type=text],input[type=email],input[type=search],input[type=url],input[type=tel],input[type=number],input[type=password],select,textarea{
	width:100%;font-family:inherit;font-size:1rem;color:var(--v-ink);
	background:var(--v-surface);border:1px solid var(--v-line-strong);border-radius:var(--v-radius);
	padding:.8rem 1rem;transition:border-color .18s var(--v-ease),box-shadow .18s var(--v-ease);
}
input:focus,select:focus,textarea:focus{outline:0;border-color:var(--v-accent);box-shadow:0 0 0 3px rgba(138,106,62,.14)}
::placeholder{color:var(--v-muted);opacity:1}
textarea{min-height:150px;resize:vertical}
label{display:block;font-size:.9rem;font-weight:500;color:var(--v-ink);margin-bottom:.4rem}
select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%237b818c' stroke-width='1.5' d='M1 1.5 6 6.5l5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:12px;padding-right:2.5rem}
input[type=submit],button[type=submit]:not(.v-iconbtn){cursor:pointer}

.v-searchform{display:flex;gap:.5rem}
.v-searchform input[type=search]{flex:1}
.v-searchform--lg input[type=search]{padding:1.1rem 1.25rem;font-size:1.1rem}

/* ==========================================================================
   7. Hero
   ========================================================================== */

.v-hero{position:relative;padding-block:clamp(3.5rem,9vw,7.5rem);overflow:hidden}
.v-hero::before{
	content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
	background:
		radial-gradient(60% 55% at 78% 8%,rgba(138,106,62,.10),transparent 65%),
		radial-gradient(55% 50% at 8% 92%,rgba(27,43,38,.07),transparent 60%);
}
.v-hero>*{position:relative;z-index:1}
.v-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}
.v-hero--center .v-hero__grid{grid-template-columns:1fr;text-align:center;max-width:820px;margin-inline:auto}
.v-hero--plain .v-hero__grid{grid-template-columns:1fr}
.v-hero--plain .v-hero__text{max-width:780px}
.v-hero--center .v-lede{margin-inline:auto}
.v-hero--center .v-btns{justify-content:center}
@media (max-width:900px){.v-hero__grid{grid-template-columns:1fr}}
.v-hero__title{font-size:clamp(2.4rem,1.4rem + 4vw,4.25rem);line-height:1.06;margin-bottom:.35em}
.v-hero__note{margin-top:1.5rem;font-size:.85rem;color:var(--v-muted);display:flex;flex-wrap:wrap;gap:.4rem .9rem;align-items:center}
.v-hero--center .v-hero__note{justify-content:center}
.v-hero__note span{display:inline-flex;align-items:center;gap:.4rem}
.v-hero__note svg{width:14px;height:14px;color:var(--v-accent);flex:none}
.v-hero__media{position:relative}
.v-hero__media img{width:100%;border-radius:var(--v-radius-lg);box-shadow:var(--v-shadow-lift)}
.v-hero__media::after{
	content:"";position:absolute;inset:auto -14px -14px auto;width:62%;height:62%;z-index:-1;
	border:1px solid var(--v-accent);opacity:.28;border-radius:var(--v-radius-lg);
}

/* ==========================================================================
   8. Cards — products
   ========================================================================== */

.v-card{
	position:relative;display:flex;flex-direction:column;height:100%;
	background:var(--v-surface);border:1px solid var(--v-line);border-radius:var(--v-radius);
	overflow:hidden;transition:border-color .22s var(--v-ease),box-shadow .22s var(--v-ease),transform .22s var(--v-ease);
}
.v-card:hover{border-color:var(--v-line-strong);box-shadow:var(--v-shadow-lift);transform:translateY(-3px)}
.v-card__media{position:relative;display:block;aspect-ratio:4/5;background:var(--v-sunken);overflow:hidden}
.v-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--v-ease)}
.v-card:hover .v-card__media img{transform:scale(1.035)}
.v-card__ph{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--v-line-strong)}
.v-card__ph svg{width:44px;height:44px}
.v-card__flag{position:absolute;top:.75rem;left:.75rem;z-index:2}
.v-card__body{display:flex;flex-direction:column;flex:1;padding:1.15rem 1.25rem 1.35rem;gap:.5rem}
.v-card__cat{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--v-accent);font-weight:600}
.v-card__cat a{color:inherit}
.v-card__title{font-size:1.1rem;line-height:1.28;margin:0}
.v-card__title a{color:var(--v-ink)}
.v-card__title a:hover{color:var(--v-accent-ink);text-decoration:none}
.v-card__excerpt{font-size:.9rem;line-height:1.6;color:var(--v-muted);margin:0}
.v-card__foot{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:auto;padding-top:.9rem}
.v-card__price{font-family:var(--v-font-head);font-size:1.2rem;font-weight:600;color:var(--v-ink);white-space:nowrap}
.v-card__price del{color:var(--v-muted);font-size:.82em;margin-right:.35rem;font-weight:400}
.v-card--minimal{border:0;background:transparent}
.v-card--minimal:hover{box-shadow:none;transform:none}
.v-card--minimal .v-card__media{border-radius:var(--v-radius);border:1px solid var(--v-line)}
.v-card--minimal .v-card__body{padding:1rem 0 0}

/* Category cards */
.v-cat{
	position:relative;display:flex;flex-direction:column;justify-content:flex-end;
	min-height:210px;padding:1.5rem;overflow:hidden;
	background:var(--v-surface);border:1px solid var(--v-line);border-radius:var(--v-radius);
	transition:border-color .22s var(--v-ease),box-shadow .22s var(--v-ease),transform .22s var(--v-ease);
}
.v-cat:hover{border-color:var(--v-line-strong);box-shadow:var(--v-shadow-lift);transform:translateY(-3px);text-decoration:none}
.v-cat__bg{position:absolute;inset:0;z-index:0}
.v-cat__bg img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--v-ease)}
.v-cat:hover .v-cat__bg img{transform:scale(1.05)}
.v-cat__bg::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(20,22,26,.85) 0%,rgba(20,22,26,.35) 55%,rgba(20,22,26,.1) 100%)}
.v-cat.has-image .v-cat__name,.v-cat.has-image .v-cat__meta,.v-cat.has-image .v-cat__desc{color:#fff;position:relative;z-index:1}
.v-cat__name{font-family:var(--v-font-head);font-size:1.25rem;font-weight:600;color:var(--v-ink);margin:0 0 .25rem;position:relative;z-index:1}
.v-cat__desc{font-size:.88rem;color:var(--v-muted);margin:0;position:relative;z-index:1;line-height:1.55}
.v-cat__meta{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--v-accent);font-weight:600;margin-bottom:auto;position:relative;z-index:1}
.v-cat--minimal{min-height:0;border:0;background:transparent;padding:1.1rem 0;border-bottom:1px solid var(--v-line);border-radius:0}
.v-cat--minimal:hover{transform:none;box-shadow:none}

/* Feature / step tiles */
.v-tile{display:flex;flex-direction:column;gap:.6rem}
.v-tile__icon{
	display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;
	border-radius:var(--v-radius);background:var(--v-accent-soft);color:var(--v-accent-ink);margin-bottom:.35rem;
}
.v-tile__icon svg{width:20px;height:20px}
.v-tile__num{
	font-family:var(--v-font-head);font-size:1.6rem;color:var(--v-accent);line-height:1;
	padding-bottom:.9rem;border-bottom:1px solid var(--v-line);margin-bottom:.35rem;
}
.v-tile h3{font-size:1.1rem;margin:0}
.v-tile p{font-size:.94rem;color:var(--v-body);margin:0}
.v-bg-deep .v-tile__icon{background:rgba(255,255,255,.08);color:var(--v-accent-soft)}
.v-bg-deep .v-tile__num{border-bottom-color:rgba(255,255,255,.14)}

/* Trust bar */
.v-trust{display:flex;flex-wrap:wrap;gap:1rem 2.5rem;align-items:center;justify-content:center}
.v-trust__item{display:flex;align-items:center;gap:.55rem;font-size:.88rem;color:var(--v-body)}
.v-trust__item svg{width:17px;height:17px;color:var(--v-accent);flex:none}
.v-trust--split{justify-content:space-between}

/* Stats */
.v-stat{text-align:center}
.v-stat__num{font-family:var(--v-font-head);font-size:clamp(2rem,1.4rem + 2vw,3rem);color:var(--v-ink);line-height:1;margin-bottom:.4rem}
.v-bg-deep .v-stat__num{color:#fff}
.v-stat__label{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--v-muted)}
.v-bg-deep .v-stat__label{color:rgba(233,229,219,.7)}

/* Testimonials */
.v-quote{
	display:flex;flex-direction:column;gap:1rem;height:100%;
	background:var(--v-surface);border:1px solid var(--v-line);border-radius:var(--v-radius);padding:1.75rem;
}
.v-bg-deep .v-quote{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.1)}
.v-quote__stars{display:flex;gap:.15rem;color:var(--v-accent)}
.v-quote__stars svg{width:15px;height:15px}
.v-quote__text{font-family:var(--v-font-head);font-size:1.08rem;line-height:1.55;color:var(--v-ink);margin:0}
.v-bg-deep .v-quote__text{color:#fff}
.v-quote__who{display:flex;align-items:center;gap:.75rem;margin-top:auto;padding-top:.5rem}
.v-quote__avatar{width:38px;height:38px;border-radius:999px;object-fit:cover;flex:none}
.v-quote__name{font-size:.9rem;font-weight:600;color:var(--v-ink);line-height:1.3}
.v-bg-deep .v-quote__name{color:#fff}
.v-quote__role{font-size:.8rem;color:var(--v-muted)}

/* FAQ (details/summary — no JS) */
.v-faq{border-top:1px solid var(--v-line)}
.v-faq details{border-bottom:1px solid var(--v-line)}
.v-faq summary{
	display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;
	padding:1.15rem 0;cursor:pointer;list-style:none;
	font-family:var(--v-font-head);font-size:1.08rem;font-weight:600;color:var(--v-ink);
}
.v-faq summary::-webkit-details-marker{display:none}
.v-faq summary::after{
	content:"";flex:none;width:11px;height:11px;margin-top:.45rem;
	border-right:1.5px solid var(--v-accent);border-bottom:1.5px solid var(--v-accent);
	transform:rotate(45deg);transition:transform .2s var(--v-ease);
}
.v-faq details[open] summary::after{transform:rotate(225deg);margin-top:.7rem}
.v-faq summary:hover{color:var(--v-accent-ink)}
.v-faq__a{padding:0 3rem 1.4rem 0;color:var(--v-body);font-size:.98rem}
.v-faq__a>*:last-child{margin-bottom:0}

/* CTA */
.v-cta{
	position:relative;overflow:hidden;border-radius:var(--v-radius-lg);
	padding:clamp(2.5rem,6vw,4.5rem);text-align:center;
	background:var(--v-deep);color:rgba(233,229,219,.8);
}
.v-cta::before{content:"";position:absolute;inset:0;background:radial-gradient(70% 90% at 50% 0%,rgba(138,106,62,.28),transparent 60%)}
.v-cta>*{position:relative}
.v-cta h2{color:#fff;max-width:20ch;margin-inline:auto}
.v-cta .v-lede{color:rgba(233,229,219,.82);margin-inline:auto;margin-bottom:2rem}
.v-cta--soft{background:var(--v-accent-soft);color:var(--v-body)}
.v-cta--soft::before{display:none}
.v-cta--soft h2{color:var(--v-ink)}
.v-cta--plain{background:transparent;border:1px solid var(--v-line);color:var(--v-body)}
.v-cta--plain::before{display:none}
.v-cta--plain h2{color:var(--v-ink)}

/* Opt-in */
.v-optin{max-width:560px}
.v-optin.is-center{margin-inline:auto;text-align:center}
.v-optin__form{display:flex;gap:.5rem;margin-top:1.5rem}
.v-optin__form input[type=email]{flex:1}
.v-optin__note{font-size:.78rem;color:var(--v-muted);margin-top:.85rem}
.v-bg-deep .v-optin__note{color:rgba(233,229,219,.6)}
@media (max-width:480px){.v-optin__form{flex-direction:column}}

/* Split section */
.v-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}
.v-split--reverse .v-split__media{order:2}
.v-split.is-plain{grid-template-columns:1fr;max-width:820px}
@media (max-width:820px){
	.v-split{grid-template-columns:1fr}
	.v-split--reverse .v-split__media{order:0}
}
.v-split__media img{border-radius:var(--v-radius-lg);width:100%}

/* Callout */
.v-callout{
	border-left:2px solid var(--v-accent);background:var(--v-accent-soft);
	padding:1.25rem 1.5rem;border-radius:0 var(--v-radius) var(--v-radius) 0;font-size:.96rem;
}
.v-callout__title{font-family:var(--v-font-head);font-weight:600;color:var(--v-ink);margin:0 0 .35rem}

/* Inline buy block */
.v-buy{
	display:grid;grid-template-columns:150px 1fr;gap:1.5rem;align-items:center;
	background:var(--v-surface);border:1px solid var(--v-line);border-radius:var(--v-radius);
	padding:1.5rem;margin:2.5rem 0;box-shadow:var(--v-shadow);
}
@media (max-width:600px){.v-buy{grid-template-columns:1fr;text-align:center}.v-buy__media{max-width:180px;margin-inline:auto}}
.v-buy__media img{border-radius:var(--v-radius);width:100%;aspect-ratio:4/5;object-fit:cover}
.v-buy__eyebrow{font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--v-accent);font-weight:600;margin-bottom:.4rem}
.v-buy h3{font-size:1.3rem;margin:0 0 .4rem}
.v-buy p{font-size:.94rem;color:var(--v-muted);margin:0 0 1rem}
.v-buy__row{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}
.v-buy__price{font-family:var(--v-font-head);font-size:1.5rem;color:var(--v-ink);font-weight:600}
.v-buy--banner{grid-template-columns:1fr;text-align:left}
.v-buy--banner .v-buy__media{display:none}

/* Logos */
.v-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem 3rem;opacity:.55}
.v-logos img{max-height:30px;width:auto;filter:grayscale(1)}

/* ==========================================================================
   9. Shop / archive
   ========================================================================== */

.v-pagehead{padding-block:clamp(2.75rem,6vw,4.5rem) clamp(1.5rem,3vw,2.5rem);border-bottom:1px solid var(--v-line)}
.v-pagehead__inner{max-width:64ch}
.v-pagehead.is-center .v-pagehead__inner{margin-inline:auto;text-align:center}
.v-pagehead h1{margin-bottom:.3em}

.v-breadcrumb{font-size:.8rem;color:var(--v-muted);margin-bottom:1rem;display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}
.v-breadcrumb a{color:var(--v-muted)}
.v-breadcrumb a:hover{color:var(--v-accent-ink)}
.v-breadcrumb span[aria-hidden]{opacity:.5}

.v-shop{display:grid;grid-template-columns:230px 1fr;gap:clamp(2rem,4vw,3.5rem);align-items:start}
@media (max-width:900px){.v-shop{grid-template-columns:1fr}}
.v-shop__aside{position:sticky;top:calc(var(--v-header-h) + 2rem)}
@media (max-width:900px){.v-shop__aside{position:static}}
.v-filter+.v-filter{margin-top:2rem}
.v-filter__title{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--v-muted);font-weight:600;margin-bottom:.9rem;padding-bottom:.6rem;border-bottom:1px solid var(--v-line)}
.v-filter ul{list-style:none;margin:0;padding:0}
.v-filter li{margin:0}
.v-filter li a{display:flex;justify-content:space-between;gap:1rem;padding:.4rem 0;font-size:.93rem;color:var(--v-body)}
.v-filter li a:hover{color:var(--v-accent-ink);text-decoration:none}
.v-filter li.is-active>a{color:var(--v-accent-ink);font-weight:600}
.v-filter li a span{color:var(--v-muted);font-size:.8rem}

.v-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.75rem}
.v-toolbar__count{font-size:.88rem;color:var(--v-muted)}
.v-toolbar select{width:auto;padding:.5rem 2.4rem .5rem .8rem;font-size:.88rem}

.v-empty{text-align:center;padding:4rem 1rem;border:1px dashed var(--v-line-strong);border-radius:var(--v-radius)}
.v-empty svg{width:40px;height:40px;color:var(--v-line-strong);margin:0 auto 1rem}

/* Pagination */
.v-pagination{margin-top:3rem;display:flex;justify-content:center}
.v-pagination .nav-links,.v-pagination .page-numbers{display:flex;gap:.35rem;flex-wrap:wrap;list-style:none;padding:0;margin:0}
.v-pagination .page-numbers{
	display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .6rem;
	border:1px solid var(--v-line);border-radius:var(--v-radius);color:var(--v-ink);font-size:.9rem;
}
.v-pagination .page-numbers:hover{border-color:var(--v-ink);text-decoration:none}
.v-pagination .page-numbers.current{background:var(--v-ink);color:#fff;border-color:var(--v-ink)}
.v-pagination .page-numbers.dots{border-color:transparent}

/* ==========================================================================
   10. Single download
   ========================================================================== */

.v-product{display:grid;grid-template-columns:1fr 400px;gap:clamp(2rem,4vw,4rem);align-items:start;padding-block:clamp(2.5rem,5vw,4rem)}
@media (max-width:940px){.v-product{grid-template-columns:1fr}}

.v-gallery__main{border:1px solid var(--v-line);border-radius:var(--v-radius);overflow:hidden;background:var(--v-sunken)}
.v-gallery__main img{width:100%;aspect-ratio:4/5;object-fit:contain;background:var(--v-surface)}
.v-gallery__thumbs{display:flex;gap:.6rem;margin-top:.75rem;flex-wrap:wrap}
.v-gallery__thumb{
	width:72px;aspect-ratio:1;padding:0;border:1px solid var(--v-line);border-radius:var(--v-radius);
	overflow:hidden;background:var(--v-surface);cursor:pointer;transition:border-color .18s var(--v-ease)
}
.v-gallery__thumb img{width:100%;height:100%;object-fit:cover}
.v-gallery__thumb[aria-current="true"],.v-gallery__thumb:hover{border-color:var(--v-accent)}

.v-buybox{
	position:sticky;top:calc(var(--v-header-h) + 1.5rem);
	background:var(--v-surface);border:1px solid var(--v-line);border-radius:var(--v-radius);
	padding:1.75rem;box-shadow:var(--v-shadow);
}
@media (max-width:940px){.v-buybox{position:static}}
.v-buybox__price{font-family:var(--v-font-head);font-size:2.25rem;color:var(--v-ink);line-height:1;margin-bottom:.35rem}
.v-buybox__price-note{font-size:.82rem;color:var(--v-muted);margin-bottom:1.5rem}
.v-buybox__specs{list-style:none;margin:1.5rem 0 0;padding:1.5rem 0 0;border-top:1px solid var(--v-line)}
.v-buybox__specs li{display:flex;justify-content:space-between;gap:1rem;font-size:.88rem;padding:.4rem 0;margin:0}
.v-buybox__specs dt,.v-buybox__specs .k{color:var(--v-muted)}
.v-buybox__specs .val{color:var(--v-ink);font-weight:500;text-align:right}
.v-buybox__assure{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--v-line);display:grid;gap:.6rem}
.v-buybox__assure div{display:flex;gap:.6rem;align-items:flex-start;font-size:.85rem;color:var(--v-body)}
.v-buybox__assure svg{width:16px;height:16px;color:var(--v-accent);flex:none;margin-top:.2rem}

.v-product__title{font-size:clamp(1.9rem,1.4rem + 2vw,2.9rem);margin-bottom:.35em}
.v-product__meta{display:flex;flex-wrap:wrap;gap:.5rem .9rem;align-items:center;margin-bottom:1.5rem;font-size:.85rem;color:var(--v-muted)}
.v-product__body{margin-top:2.5rem}

/* ==========================================================================
   11. Blog / prose
   ========================================================================== */

.v-prose{font-size:1.075rem;line-height:1.75}
.v-prose>*{margin-bottom:1.4em}
.v-prose>*:last-child{margin-bottom:0}
.v-prose h2{margin-top:2em;font-size:clamp(1.5rem,1.2rem + 1.2vw,2rem)}
.v-prose h3{margin-top:1.6em}
.v-prose img,.v-prose figure{border-radius:var(--v-radius)}
.v-prose figcaption{font-size:.85rem;color:var(--v-muted);text-align:center;margin-top:.6rem}
.v-prose ul li::marker,.v-prose ol li::marker{color:var(--v-accent)}
.v-prose .alignwide{width:min(var(--v-width),92vw);margin-inline:calc(50% - min(var(--v-width),92vw)/2)}
.v-prose .alignfull{width:100vw;max-width:100vw;margin-inline:calc(50% - 50vw)}
.v-prose .alignleft{float:left;margin:.3rem 1.75rem 1.25rem 0;max-width:45%}
.v-prose .alignright{float:right;margin:.3rem 0 1.25rem 1.75rem;max-width:45%}
.v-prose .aligncenter{margin-inline:auto}

.v-post-head{padding-block:clamp(2.5rem,6vw,4.5rem) clamp(1.5rem,3vw,2rem);text-align:center}
.v-post-meta{display:flex;flex-wrap:wrap;gap:.4rem .9rem;justify-content:center;font-size:.82rem;color:var(--v-muted);margin-top:1rem}
.v-post-meta a{color:var(--v-muted)}
.v-post-thumb{margin-bottom:clamp(2rem,4vw,3rem)}
.v-post-thumb img{width:100%;border-radius:var(--v-radius-lg);max-height:520px;object-fit:cover}

.v-article-card{display:flex;flex-direction:column;gap:.85rem;height:100%}
.v-article-card__media{aspect-ratio:16/10;border-radius:var(--v-radius);overflow:hidden;background:var(--v-sunken);display:block}
.v-article-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--v-ease)}
.v-article-card:hover .v-article-card__media img{transform:scale(1.04)}
.v-article-card h3{font-size:1.15rem;margin:0}
.v-article-card h3 a{color:var(--v-ink)}
.v-article-card h3 a:hover{color:var(--v-accent-ink);text-decoration:none}
.v-article-card p{font-size:.92rem;color:var(--v-muted);margin:0}
.v-article-card__meta{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--v-accent);font-weight:600}

.v-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--v-line)}
.v-tags a{font-size:.78rem;padding:.35rem .75rem;border:1px solid var(--v-line);border-radius:999px;color:var(--v-muted)}
.v-tags a:hover{border-color:var(--v-ink);color:var(--v-ink);text-decoration:none}

.v-postnav{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--v-line)}
@media (max-width:640px){.v-postnav{grid-template-columns:1fr}}
.v-postnav__label{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--v-muted);margin-bottom:.35rem}
.v-postnav a{font-family:var(--v-font-head);font-size:1.05rem;color:var(--v-ink)}
.v-postnav .is-next{text-align:right}

/* Comments */
.v-comments{margin-top:4rem;padding-top:2.5rem;border-top:1px solid var(--v-line)}
.comment-list{list-style:none;padding:0;margin:0 0 2.5rem}
.comment-list ol.children{list-style:none;padding-left:1.5rem}
.comment-body{padding:1.5rem 0;border-bottom:1px solid var(--v-line)}
.comment-author{display:flex;align-items:center;gap:.75rem;font-size:.92rem;color:var(--v-ink);font-weight:600;margin-bottom:.5rem}
.comment-author img{border-radius:999px}
.comment-metadata{font-size:.78rem;color:var(--v-muted);margin-bottom:.75rem}
.comment-reply-link{font-size:.82rem;font-weight:600}
.comment-form p{margin-bottom:1rem}
.comment-form .form-submit{margin-bottom:0}

/* ==========================================================================
   13. EDD overrides
   ========================================================================== */

.edd_download_purchase_form{margin:0}
.edd_download_purchase_form .edd_price_options{margin:0 0 1.25rem;list-style:none;padding:0}
.edd_download_purchase_form .edd_price_options ul{list-style:none;margin:0;padding:0}
.edd_download_purchase_form .edd_price_options li{margin:0 0 .5rem}
.edd_download_purchase_form .edd_price_options label{
	display:flex;align-items:center;gap:.65rem;font-weight:500;color:var(--v-ink);
	border:1px solid var(--v-line);border-radius:var(--v-radius);padding:.8rem 1rem;cursor:pointer;margin:0;
	transition:border-color .18s var(--v-ease),background .18s var(--v-ease);
}
.edd_download_purchase_form .edd_price_options label:hover{border-color:var(--v-line-strong);background:var(--v-paper)}
.edd_download_purchase_form .edd_price_options input[type=radio],
.edd_download_purchase_form .edd_price_options input[type=checkbox]{width:auto;margin:0;accent-color:var(--v-accent)}

.edd-add-to-cart,.edd-submit,.edd_purchase_submit_wrapper .edd-add-to-cart,
input[type=submit].edd-submit,a.edd-submit.button,.edd-submit.button{
	display:inline-flex!important;align-items:center;justify-content:center;gap:.55rem;
	font-family:var(--v-font-body)!important;font-size:.95rem!important;font-weight:600!important;line-height:1!important;
	padding:1rem 1.75rem!important;border-radius:var(--v-radius)!important;
	background:var(--v-ink)!important;color:#fff!important;border:1px solid var(--v-ink)!important;
	text-shadow:none!important;box-shadow:none!important;cursor:pointer;transition:background .18s var(--v-ease),transform .18s var(--v-ease);
	width:100%;
}
.edd-add-to-cart:hover,.edd-submit:hover,input[type=submit].edd-submit:hover,a.edd-submit.button:hover{background:#000!important;color:#fff!important;transform:translateY(-1px)}
.edd-add-to-cart.edd-has-js .edd-add-to-cart-label{display:inline}
.edd_go_to_checkout{background:var(--v-accent)!important;border-color:var(--v-accent)!important}
.edd_go_to_checkout:hover{background:var(--v-accent-ink)!important}
.edd-cart-added-alert{display:flex;align-items:center;gap:.4rem;margin-top:.75rem;font-size:.85rem;color:var(--v-success)}
.edd-loading,.edd-loading-ajax{border-color:rgba(255,255,255,.35)!important;border-top-color:#fff!important}
.edd_purchase_submit_wrapper a.edd-add-to-cart{width:100%}
.v-card .edd-add-to-cart,.v-card .edd-submit{padding:.7rem 1.1rem!important;font-size:.85rem!important;width:auto}

#edd_checkout_cart,#edd_checkout_form_wrap{font-size:.95rem}
#edd_checkout_cart{border:1px solid var(--v-line);border-radius:var(--v-radius);border-collapse:separate;overflow:hidden}
#edd_checkout_cart th{background:var(--v-sunken);border-bottom:1px solid var(--v-line)}
#edd_checkout_cart td{border-bottom:1px solid var(--v-line)}
#edd_checkout_form_wrap fieldset{border:1px solid var(--v-line);border-radius:var(--v-radius);padding:1.5rem;margin-bottom:1.5rem;background:var(--v-surface)}
#edd_checkout_form_wrap legend{
	font-family:var(--v-font-head);font-size:1.15rem;font-weight:600;color:var(--v-ink);padding:0 .5rem;
}
#edd_checkout_form_wrap label{font-size:.88rem}
#edd_checkout_form_wrap .edd-description{font-size:.8rem;color:var(--v-muted)}
#edd_checkout_form_wrap input[type=text],#edd_checkout_form_wrap input[type=email],#edd_checkout_form_wrap input[type=password],#edd_checkout_form_wrap select{max-width:100%}
#edd_final_total_wrap{background:var(--v-accent-soft);border-radius:var(--v-radius);padding:1rem 1.25rem;font-size:1.1rem}
#edd_purchase_submit{margin-top:1.25rem}
.edd_errors,.edd_error{
	background:#fdf4f3;border:1px solid rgba(164,52,43,.25);border-left:3px solid var(--v-danger);
	color:var(--v-danger);padding:1rem 1.25rem;border-radius:var(--v-radius);margin-bottom:1.5rem;
}
.edd_success,.edd-alert-success{
	background:#f2f8f4;border:1px solid rgba(47,107,79,.22);border-left:3px solid var(--v-success);
	color:var(--v-success);padding:1rem 1.25rem;border-radius:var(--v-radius);margin-bottom:1.5rem;
}
.edd-alert{padding:1rem 1.25rem;border-radius:var(--v-radius);margin-bottom:1.5rem;border:1px solid var(--v-line)}
#edd_user_history,#edd_purchase_receipt,#edd_purchase_receipt_products{width:100%;border:1px solid var(--v-line);border-radius:var(--v-radius);border-collapse:separate;overflow:hidden}
#edd_user_history th,#edd_purchase_receipt th{background:var(--v-sunken)}
.edd_downloads_list{display:grid;gap:clamp(1.25rem,2.5vw,2rem)}
.edd_download{float:none!important;width:auto!important;padding:0!important;margin:0!important}
.edd_download_inner{margin:0!important}
.edd_downloads_list.edd_download_columns_1{grid-template-columns:1fr}
.edd_downloads_list.edd_download_columns_2{grid-template-columns:repeat(2,1fr)}
.edd_downloads_list.edd_download_columns_3{grid-template-columns:repeat(3,1fr)}
.edd_downloads_list.edd_download_columns_4{grid-template-columns:repeat(4,1fr)}
@media (max-width:820px){
	.edd_downloads_list.edd_download_columns_3,.edd_downloads_list.edd_download_columns_4{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:520px){
	.edd_downloads_list[class*="edd_download_columns"]{grid-template-columns:1fr}
}
.edd_download_image img{width:100%;border-radius:var(--v-radius)}
.edd_download_title{font-family:var(--v-font-head);font-size:1.1rem;margin:.85rem 0 .35rem}
.edd_price{font-family:var(--v-font-head);font-weight:600;color:var(--v-ink)}
.edd-discount-code-container{margin-top:.75rem}
.edd_cart_amount{white-space:nowrap}

/* EDD Reviews */
#edd_reviews,.edd-reviews{margin-top:3rem;padding-top:2.5rem;border-top:1px solid var(--v-line)}
.edd_reviews_rating_box,.edd-review{border:1px solid var(--v-line);border-radius:var(--v-radius);padding:1.5rem;margin-bottom:1rem;background:var(--v-surface)}
.edd-reviews-rating-stars,.edd_reviews_rating_box .edd-reviews-star{color:var(--v-accent)}

/* ==========================================================================
   14. Widgets & misc
   ========================================================================== */

.widget{margin-bottom:2.5rem}
.widget-title{font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;color:var(--v-muted);font-weight:600;margin-bottom:1rem}
.widget ul{list-style:none;padding:0;margin:0}
.widget li{margin-bottom:.5rem;font-size:.93rem}

.wp-block-button__link{border-radius:var(--v-radius)}
.wp-block-image img{border-radius:var(--v-radius)}
.is-style-outline .wp-block-button__link{border-color:var(--v-line-strong)}

.v-404{text-align:center;padding-block:clamp(4rem,10vw,8rem)}
.v-404__code{font-family:var(--v-font-head);font-size:clamp(4rem,12vw,8rem);line-height:1;color:var(--v-line-strong);margin-bottom:1rem}

.v-site{display:flex;flex-direction:column;min-height:100vh}
.v-main{flex:1}

@media print{
	.v-header,.v-footer,.v-drawer,.v-searchbox,.v-buybox,.v-btn{display:none!important}
	body{background:#fff;color:#000}
}

/* ==========================================================================
   15. Core Gutenberg blocks
   Pages built by the importer are core blocks carrying Vellum classes. These
   rules make a stock group/columns/heading render as a designed section.
   ========================================================================== */

/* Sections built from blocks handle their own side padding, because the
   constrained layout only sets a max-width. */
.v-section--blocks{padding-inline:var(--v-gutter)}
.v-hero.v-section--blocks{padding-inline:var(--v-gutter)}

/* Core layout sizing to match the shortcode wrappers. */
.wp-block-group.v-section>*,
.wp-block-group.v-hero>*{margin-inline:auto}

/* Buttons: make core buttons look like .v-btn */
.wp-block-button__link,.wp-element-button{
	font-family:var(--v-font-body);font-size:.925rem;font-weight:600;line-height:1;
	padding:.95rem 1.6rem;border-radius:var(--v-radius);border:1px solid var(--v-ink);
	background:var(--v-ink);color:#fff;text-decoration:none;
	transition:background .18s var(--v-ease),color .18s var(--v-ease),border-color .18s var(--v-ease),transform .18s var(--v-ease);
}
.wp-block-button__link:hover,.wp-element-button:hover{background:#0f1b33;color:#fff;transform:translateY(-1px);text-decoration:none}
.wp-block-button.is-style-outline .wp-block-button__link,
.v-btn-outline .wp-block-button__link{background:transparent;color:var(--v-ink);border-color:var(--v-line-strong)}
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.v-btn-outline .wp-block-button__link:hover{background:transparent;color:var(--v-ink);border-color:var(--v-ink)}
.wp-block-button.v-btn-light .wp-block-button__link{background:#fff;color:var(--v-ink);border-color:#fff}
.wp-block-button.v-btn-light .wp-block-button__link:hover{background:var(--v-accent-soft);color:var(--v-ink)}
.wp-block-buttons{gap:.85rem}
.v-bg-deep .wp-block-button.is-style-outline .wp-block-button__link{color:#fff;border-color:rgba(255,255,255,.32)}

/* Hero built from blocks */
.v-hero.wp-block-group{padding-block:clamp(3.5rem,9vw,7.5rem)}
.v-hero .v-hero__title{font-size:clamp(2.4rem,1.4rem + 4vw,4.25rem);line-height:1.06;margin-bottom:.35em}
.v-hero__note-text{font-size:.85rem;color:var(--v-muted);margin-top:1.75rem}

/* Trust strip from columns */
.v-trust-cols{gap:1.5rem}
.v-trust-cols p{font-size:.9rem;line-height:1.55;color:var(--v-muted);margin:0}
.v-trust-cols strong{display:block;color:var(--v-ink);font-size:.95rem;margin-bottom:.2rem}

/* Step / feature tiles from columns */
.wp-block-column.v-tile>*{margin-block:0}
.wp-block-column.v-tile h3{margin:.35rem 0 .4rem}
.wp-block-column.v-tile p{font-size:.94rem;margin:0}
.v-tile__num{
	font-family:var(--v-font-head);font-size:1.6rem;color:var(--v-accent);line-height:1;
	padding-bottom:.9rem;border-bottom:1px solid var(--v-line);margin:0 0 .5rem;
}

/* Testimonial cards from columns */
.wp-block-column.v-quote{
	background:var(--v-surface);border:1px solid var(--v-line);border-radius:var(--v-radius);
	padding:1.75rem;display:flex;flex-direction:column;gap:.9rem;
}
.v-quote__stars-text{color:var(--v-accent);letter-spacing:.15em;font-size:.95rem;margin:0}
.wp-block-column.v-quote .v-quote__text{
	font-family:var(--v-font-head);font-size:1.08rem;line-height:1.55;color:var(--v-ink);margin:0;
}
.v-quote__who-text{font-size:.85rem;color:var(--v-muted);margin:auto 0 0;line-height:1.45}
.v-quote__who-text strong{color:var(--v-ink);font-size:.9rem}

/* Stats row */
.v-stats-cols{gap:1.5rem}
.v-stat__num-text{
	font-family:var(--v-font-head);font-size:clamp(2rem,1.4rem + 2vw,3rem);
	color:#fff;line-height:1;margin:0 0 .4rem;
}
.v-bg-deep .v-stat__label{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(233,229,219,.7);margin:0}

/* FAQ from core Details blocks */
.v-faq-blocks .wp-block-details{border-bottom:1px solid var(--v-line);padding:0}
.v-faq-blocks .wp-block-details:first-of-type{border-top:1px solid var(--v-line)}
.v-faq-blocks .wp-block-details summary{
	display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;
	padding:1.15rem 0;cursor:pointer;list-style:none;
	font-family:var(--v-font-head);font-size:1.08rem;font-weight:600;color:var(--v-ink);
}
.v-faq-blocks .wp-block-details summary::-webkit-details-marker{display:none}
.v-faq-blocks .wp-block-details summary::after{
	content:"";flex:none;width:11px;height:11px;margin-top:.45rem;
	border-right:1.5px solid var(--v-accent);border-bottom:1.5px solid var(--v-accent);
	transform:rotate(45deg);transition:transform .2s var(--v-ease);
}
.v-faq-blocks .wp-block-details[open] summary::after{transform:rotate(225deg);margin-top:.7rem}
.v-faq-blocks .wp-block-details summary:hover{color:var(--v-accent-ink)}
.v-faq-blocks .wp-block-details p{padding:0 3rem 1.4rem 0;color:var(--v-body);font-size:.98rem;margin:0}

/* Closing CTA on dark */
.v-cta-blocks{border-radius:0}
.v-cta-blocks h2{color:#fff}
.v-cta-blocks .v-lede{color:rgba(233,229,219,.82)}
.v-cta__note{font-size:.82rem;color:rgba(233,229,219,.55);margin-top:1.25rem}

/* Dynamic block wrapper */
.v-block>.v-section{padding-block:0}
.v-block.alignwide,.v-block.alignfull{margin-block:0}

/* Columns stack sensibly on small screens (core handles <782px already). */
@media (max-width:781px){
	.v-trust-cols,.v-stats-cols{text-align:center}
}

/* ==========================================================================
   16. Header search
   ========================================================================== */

.v-header__search{flex:1 1 auto;min-width:0;max-width:380px;margin-left:auto}
@media (max-width:1100px){.v-header__search{display:none}}

.v-search{position:relative;display:flex;align-items:center;width:100%}
.v-search__icon{
	position:absolute;left:.85rem;display:flex;pointer-events:none;color:var(--v-muted);z-index:1;
}
.v-search__icon svg{width:17px;height:17px}
.v-search input.v-search__field{
	width:100%;padding:.62rem 2.4rem .62rem 2.5rem;font-size:.92rem;
	background:var(--v-sunken);border:1px solid transparent;border-radius:999px;color:var(--v-ink);
	transition:background .18s var(--v-ease),border-color .18s var(--v-ease),box-shadow .18s var(--v-ease);
}
.v-search input.v-search__field:focus{
	background:var(--v-surface);border-color:var(--v-line-strong);
	box-shadow:0 0 0 3px rgba(27,43,77,.07);outline:0;
}
.v-search input.v-search__field::-webkit-search-cancel-button{display:none}
.v-search__clear{
	position:absolute;right:.5rem;display:flex;align-items:center;justify-content:center;
	width:26px;height:26px;border:0;border-radius:999px;background:var(--v-line);color:var(--v-ink);cursor:pointer;
}
.v-search__clear svg{width:13px;height:13px}
.v-search__clear:hover{background:var(--v-line-strong)}

.v-search__panel{
	position:absolute;top:calc(100% + .6rem);left:0;right:0;z-index:120;
	background:var(--v-surface);border:1px solid var(--v-line);border-radius:var(--v-radius-lg);
	box-shadow:var(--v-shadow-lift);overflow:hidden;max-height:70vh;overflow-y:auto;
}
.v-search__hit{
	display:flex;align-items:center;gap:.85rem;padding:.7rem .9rem;
	border-bottom:1px solid var(--v-line);color:var(--v-ink);
}
.v-search__hit:last-of-type{border-bottom:0}
.v-search__hit:hover,.v-search__hit.is-active{background:var(--v-sunken);text-decoration:none}
.v-search__thumb{
	width:44px;height:52px;flex:none;border-radius:3px;object-fit:cover;background:var(--v-sunken);
}
.v-search__thumb--empty{display:flex;align-items:center;justify-content:center;color:var(--v-line-strong)}
.v-search__thumb--empty svg{width:18px;height:18px}
.v-search__hit-text{min-width:0;flex:1}
.v-search__hit-title{
	display:block;font-size:.92rem;font-weight:500;line-height:1.35;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.v-search__hit-cat{display:block;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--v-accent);margin-top:.15rem}
.v-search__hit-price{font-family:var(--v-font-head);font-size:.98rem;font-weight:600;color:var(--v-ink);flex:none}
.v-search__all{
	display:block;padding:.75rem .9rem;text-align:center;font-size:.85rem;font-weight:600;
	background:var(--v-sunken);color:var(--v-ink);
}
.v-search__all:hover{background:var(--v-accent-soft);color:var(--v-accent-ink);text-decoration:none}
.v-search__empty{padding:1.25rem .9rem;text-align:center;font-size:.88rem;color:var(--v-muted)}
.v-search.is-loading .v-search__icon{opacity:.4}

/* Mobile search row — visible at rest, folds away once you scroll. */
.v-header__mobilesearch{display:none;padding-bottom:.85rem}
@media (max-width:1100px){
	.v-header__mobilesearch{display:block}
	.v-header.is-stuck .v-header__mobilesearch{
		max-height:0;padding-bottom:0;opacity:0;overflow:hidden;
		transition:max-height .25s var(--v-ease),opacity .2s var(--v-ease),padding-bottom .25s var(--v-ease);
	}
	.v-header__mobilesearch{max-height:64px;opacity:1;transition:max-height .25s var(--v-ease),opacity .2s var(--v-ease),padding-bottom .25s var(--v-ease)}
}

/* ==========================================================================
   17. Footer
   ========================================================================== */

.v-footer{background:var(--v-deep);color:rgba(233,229,219,.66);margin-top:auto;font-size:.92rem}
.v-footer a{color:rgba(233,229,219,.8)}
.v-footer a:hover{color:#fff;text-decoration:none}

/* Band 1 — newsletter */
.v-footer__signup{border-bottom:1px solid rgba(255,255,255,.08);padding-block:clamp(2.25rem,4vw,3rem)}
.v-footer__signup-inner{
	display:grid;grid-template-columns:1fr minmax(300px,440px);
	gap:clamp(1.5rem,4vw,3rem);align-items:center;
}
@media (max-width:860px){.v-footer__signup-inner{grid-template-columns:1fr}}
.v-footer__signup h2{font-size:clamp(1.35rem,1.1rem + .9vw,1.85rem);color:#fff;margin:0 0 .35rem}
.v-footer__signup p{margin:0;color:rgba(233,229,219,.6);font-size:.92rem;max-width:46ch}
.v-footer__signup-form{display:flex;gap:.5rem}
.v-footer__signup-form input[type=email]{
	flex:1;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);
	color:#fff;border-radius:var(--v-radius);padding:.8rem 1rem;
}
.v-footer__signup-form input[type=email]::placeholder{color:rgba(233,229,219,.45)}
.v-footer__signup-form input[type=email]:focus{
	background:rgba(255,255,255,.11);border-color:rgba(255,255,255,.4);box-shadow:none;
}
@media (max-width:480px){.v-footer__signup-form{flex-direction:column}}

/* Band 2 — the link grid */
.v-footer__body{padding-block:clamp(2.75rem,5vw,4rem)}
.v-footer__grid{
	display:grid;grid-template-columns:1.6fr repeat(4,minmax(0,1fr));
	gap:clamp(1.75rem,3vw,2.5rem);
}
@media (max-width:1000px){.v-footer__grid{grid-template-columns:1fr 1fr 1fr}}
@media (max-width:700px){.v-footer__grid{grid-template-columns:1fr 1fr}}
@media (max-width:460px){.v-footer__grid{grid-template-columns:1fr}}
.v-footer__brand{grid-column:span 1}
@media (max-width:1000px){.v-footer__brand{grid-column:1 / -1;max-width:38ch}}
.v-footer__logo img{max-height:var(--v-footer-logo-h);max-width:var(--v-footer-logo-w);width:auto;height:auto;object-fit:contain;opacity:.92}
.v-footer__logo--invert img{filter:brightness(0) invert(1)}
.v-footer__logo a{display:inline-block}
.v-footer__logo a:hover img{opacity:1}
.v-footer__brand .v-brand-name{color:#fff}
.v-footer__about{margin:.9rem 0 1.25rem;line-height:1.6;color:rgba(233,229,219,.58);font-size:.9rem}

.v-footer__title{
	font-family:var(--v-font-body);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;
	color:rgba(233,229,219,.6);font-weight:600;margin:0 0 1.1rem;
}
.v-footer__col ul{list-style:none;margin:0;padding:0}
.v-footer__col li{margin:0 0 .65rem;line-height:1.4}
.v-footer__col li:last-child{margin-bottom:0}
.v-footer__col a{font-size:.9rem}

/* Band 3 — legal bar */
.v-footer__bar{border-top:1px solid rgba(255,255,255,.08);padding-block:1.4rem}
.v-footer__bar-inner{
	display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;align-items:center;justify-content:space-between;
}
.v-footer__copy{margin:0;font-size:.82rem;color:rgba(233,229,219,.62)}
.v-pay{display:flex;align-items:center;gap:.5rem;margin:0;font-size:.8rem;color:rgba(233,229,219,.62)}
.v-pay svg{width:15px;height:15px;flex:none}

.v-social{display:flex;gap:.5rem}
.v-social a{
	display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;
	border:1px solid rgba(255,255,255,.14);border-radius:var(--v-radius);color:rgba(233,229,219,.7);
	transition:border-color .18s var(--v-ease),color .18s var(--v-ease),background .18s var(--v-ease);
}
.v-social a:hover{border-color:rgba(255,255,255,.4);color:#fff;background:rgba(255,255,255,.06)}
.v-social svg{width:17px;height:17px}
.v-drawer__foot .v-social{margin-top:1rem}
.v-drawer__foot .v-social a{border-color:var(--v-line);color:var(--v-muted)}
.v-drawer__foot .v-social a:hover{border-color:var(--v-ink);color:var(--v-ink);background:transparent}

/* ==========================================================================
   18. Media slots and decorative vectors
   ========================================================================== */

/* A framed image slot: use for hero art, mockups, illustrations. */
.v-media{position:relative;border-radius:var(--v-radius-lg);overflow:hidden;background:var(--v-sunken)}
.v-media img{width:100%;height:100%;object-fit:cover;display:block}
.v-media--shadow{box-shadow:var(--v-shadow-lift)}
.v-media--frame::after{
	content:"";position:absolute;inset:auto -14px -14px auto;width:62%;height:62%;z-index:-1;
	border:1px solid var(--v-accent);opacity:.28;border-radius:var(--v-radius-lg);
}
.v-media--4-5{aspect-ratio:4/5}
.v-media--1-1{aspect-ratio:1}
.v-media--16-10{aspect-ratio:16/10}

/* Empty image slot placeholder — makes an unfilled slot look deliberate. */
.v-media:empty::before,.wp-block-image.v-media-slot:empty::before{
	content:"";position:absolute;inset:0;
	background:
		linear-gradient(135deg,rgba(27,43,77,.05) 25%,transparent 25%,transparent 50%,rgba(27,43,77,.05) 50%,rgba(27,43,77,.05) 75%,transparent 75%),
		var(--v-sunken);
	background-size:14px 14px;
}

/* Decorative vector field — soft mesh plus a dot grid, pure CSS, no request. */
.v-vector{position:relative;isolation:isolate}
.v-vector::before{
	content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
	background:
		radial-gradient(48% 46% at 82% 6%,rgba(138,106,62,.13),transparent 62%),
		radial-gradient(46% 44% at 6% 92%,rgba(27,43,77,.10),transparent 60%);
}
.v-vector--dots::after{
	content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
	background-image:radial-gradient(circle,rgba(27,43,77,.14) 1px,transparent 1px);
	background-size:22px 22px;
	-webkit-mask-image:radial-gradient(70% 60% at 50% 0%,#000,transparent 70%);
	mask-image:radial-gradient(70% 60% at 50% 0%,#000,transparent 70%);
	opacity:.6;
}
.v-bg-deep.v-vector::before{
	background:
		radial-gradient(50% 60% at 78% 0%,rgba(138,106,62,.30),transparent 62%),
		radial-gradient(46% 50% at 4% 100%,rgba(255,255,255,.07),transparent 60%);
}

/* Cover blocks used as section backgrounds */
.wp-block-cover.v-cover{min-height:clamp(320px,42vw,460px);border-radius:var(--v-radius-lg);overflow:hidden}
.wp-block-cover.v-cover .wp-block-cover__inner-container{max-width:640px}
.wp-block-cover.v-cover h2{color:#fff}

/* Logo / "as seen in" strip */
.v-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem 3.25rem;opacity:.5}
.v-logos img{max-height:28px;width:auto;filter:grayscale(1)}
.v-logos-note{
	text-align:center;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;
	color:var(--v-muted);margin:0 0 1.5rem;
}

/* ==========================================================================
   19. Card polish
   ========================================================================== */

.v-card__badges{position:absolute;top:.7rem;left:.7rem;z-index:2;display:flex;flex-wrap:wrap;gap:.35rem}
.v-card__rating{display:flex;align-items:center;gap:.25rem;font-size:.78rem;color:var(--v-muted)}
.v-card__rating svg{width:13px;height:13px;color:var(--v-accent)}
.v-card__meta-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}
.v-card__price small{font-family:var(--v-font-body);font-size:.72rem;font-weight:500;color:var(--v-muted);margin-right:.15rem}
.v-card__price--free{color:var(--v-success)}

/* Hero / split / logo column pairings */
.v-hero-cols{align-items:center;gap:clamp(2rem,5vw,4rem)!important}
.v-hero-cols .wp-block-column:first-child{flex-basis:52%!important}
.v-split-cols{align-items:center;gap:clamp(2rem,5vw,4rem)!important}
.v-logos-cols{align-items:center;gap:clamp(1.5rem,4vw,3rem)!important;opacity:.55}
.v-logos-cols .wp-block-image{margin:0}
.v-logos-cols img{max-height:44px;width:auto;margin-inline:auto;filter:grayscale(1)}
.wp-block-image.v-media{margin:0;border-radius:var(--v-radius-lg);overflow:hidden}
.wp-block-image.v-media img{width:100%;border-radius:var(--v-radius-lg)}

/* Cover blocks the client adds themselves */
.wp-block-cover{border-radius:var(--v-radius-lg);overflow:hidden}
.wp-block-cover h1,.wp-block-cover h2,.wp-block-cover h3,.wp-block-cover p{color:#fff}
.wp-block-cover .wp-block-button__link{background:#fff;color:var(--v-ink);border-color:#fff}

/* Comfortable tap targets on touch screens. */
@media (max-width:782px){
	.v-btn,.wp-block-button__link{min-height:44px}
	.v-iconbtn{width:44px;height:44px}
	.v-search input.v-search__field{padding-block:.75rem}
}

/* ==========================================================================
   20. Account area and EDD account forms
   ========================================================================== */

.v-account{margin-block:1rem}
.v-account__title{font-size:clamp(1.5rem,1.2rem + 1.2vw,2rem);margin:0 0 .35rem}
.v-account__intro{color:var(--v-muted);font-size:.95rem;margin:0 0 1.5rem;max-width:56ch}

/* Signed out: form beside reassurance. */
.v-account--guest{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(1.5rem,4vw,3rem);align-items:start}
@media (max-width:820px){.v-account--guest{grid-template-columns:1fr}}
.v-account__panel{
	background:var(--v-surface);border:1px solid var(--v-line);
	border-radius:var(--v-radius-lg);padding:clamp(1.5rem,3vw,2.25rem);
}
.v-account__aside{
	background:var(--v-sunken);border-radius:var(--v-radius-lg);
	padding:clamp(1.5rem,3vw,2.25rem);font-size:.94rem;
}
.v-account__aside h3{font-size:1.15rem;margin:0 0 .6rem}
.v-account__aside p{margin:0 0 .85rem;color:var(--v-body)}
.v-account__register{margin-top:1.25rem;border-top:1px solid var(--v-line-strong);padding-top:1rem}
.v-account__register summary{
	cursor:pointer;font-weight:600;color:var(--v-ink);font-size:.92rem;list-style:none;
	display:flex;align-items:center;justify-content:space-between;gap:1rem;
}
.v-account__register summary::-webkit-details-marker{display:none}
.v-account__register summary::after{
	content:"";width:9px;height:9px;border-right:1.5px solid var(--v-accent);
	border-bottom:1.5px solid var(--v-accent);transform:rotate(45deg);transition:transform .2s var(--v-ease);
}
.v-account__register[open] summary::after{transform:rotate(225deg)}
.v-account__register-body{margin-top:1rem}

/* Signed in */
.v-account__head{
	display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-start;justify-content:space-between;
	padding-bottom:1.5rem;margin-bottom:.5rem;border-bottom:1px solid var(--v-line);
}
.v-account__section{margin-top:2.5rem}
.v-account__section h3{font-size:1.25rem;margin:0 0 1rem}

/* --- EDD's own account forms ------------------------------------------- */

/* Element+attribute selectors beat the theme's base input rule, which is why
   these are written this way rather than with EDD's own classes. */
.edd_form input[type="text"],
.edd_form input[type="email"],
.edd_form input[type="password"],
.edd_form input.edd-input,
#edd_profile_editor_form input[type="text"],
#edd_profile_editor_form input[type="email"],
#edd_profile_editor_form input[type="password"]{
	width:100%;font-family:inherit;font-size:1rem;color:var(--v-ink);
	background:var(--v-surface);border:1px solid var(--v-line-strong);border-radius:var(--v-radius);
	padding:.8rem 1rem;
}
.edd_form input[type="text"]:focus,
.edd_form input[type="email"]:focus,
.edd_form input[type="password"]:focus,
.edd_form input.edd-input:focus{
	outline:0;border-color:var(--v-accent);box-shadow:0 0 0 3px rgba(138,106,62,.14);
}
.edd_form fieldset{border:0;padding:0;margin:0}
.edd_form legend{
	font-family:var(--v-font-head);font-size:1.1rem;font-weight:600;color:var(--v-ink);
	padding:0;margin-bottom:1rem;
}
.edd_form label{display:block;font-size:.88rem;font-weight:500;color:var(--v-ink);margin-bottom:.35rem}
.edd_form p,
.edd_form .edd_login_fields,
.edd_form .edd-register-fields > div{margin:0 0 1.1rem}
.edd_form input[type="submit"],
.edd_form .edd_submit,
input[type="submit"].edd_submit,
#edd_profile_editor_form input[type="submit"]{
	display:inline-flex;align-items:center;justify-content:center;
	font-family:var(--v-font-body);font-size:.95rem;font-weight:600;line-height:1;
	padding:1rem 1.75rem;border-radius:var(--v-radius);
	background:var(--v-ink);color:#fff;border:1px solid var(--v-ink);
	cursor:pointer;width:100%;transition:background .18s var(--v-ease),transform .18s var(--v-ease);
}
.edd_form input[type="submit"]:hover,
.edd_form .edd_submit:hover,
input[type="submit"].edd_submit:hover{background:#0f1b33;transform:translateY(-1px)}
.edd_form .edd-lost-password,
.edd_form .edd-lost-password a{font-size:.85rem;color:var(--v-muted)}
.edd_form .edd-lost-password{margin:1rem 0 0;text-align:center}
.edd_form .edd-lost-password a:hover{color:var(--v-accent-ink)}
.edd_form input[type="checkbox"]{width:auto;margin-right:.4rem;accent-color:var(--v-accent)}

/* Download and purchase history tables */
#edd_user_history,#edd_download_history{
	width:100%;border:1px solid var(--v-line);border-radius:var(--v-radius);
	border-collapse:separate;border-spacing:0;overflow:hidden;font-size:.94rem;
}
#edd_user_history th,#edd_download_history th{background:var(--v-sunken);border-bottom:1px solid var(--v-line)}
#edd_user_history td,#edd_download_history td{border-bottom:1px solid var(--v-line);vertical-align:middle}
#edd_user_history tr:last-child td,#edd_download_history tr:last-child td{border-bottom:0}
#edd_download_history .edd_download_file_link{font-weight:600}
.edd_download_file{margin:0 0 .35rem}
.edd_download_file:last-child{margin-bottom:0}

/* Header account link — icon only until there is room for the label. */
.v-account-link{width:auto;padding-inline:.7rem;gap:.45rem}
.v-account-link__text{font-size:.9rem;font-weight:500}
@media (max-width:1240px){
	.v-account-link{width:42px;padding-inline:0}
	.v-account-link__text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
}

/* Standalone breadcrumb bar, used when the page title bar is switched off. */
.v-crumbbar{padding-top:1.5rem}
.v-crumbbar .v-breadcrumb{margin-bottom:0}
