/*
Theme Name: Venado
Theme URI: https://venadopartners.com
Description: Marketing theme for Venado Partners — Texas commercial construction. Editorial-industrial design system built with ACF (Secure Custom Fields) Gutenberg blocks. Forest + gold over warm paper, Playfair Display + Inter.
Author: Venado Partners
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: venado
*/

/* ============================================================
   FONTS + DESIGN TOKENS  (source: design system colors_and_type.css)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap');

:root {
	/* palette */
	--forest:    #1C2B1C;
	--gold:      #B8860B;
	--offwhite:  #F7F5F0;
	--lightgray: #E8E6E1;
	--nearblack: #111811;
	--white:     #FFFFFF;

	/* semantic */
	--bg: var(--offwhite);
	--bg-card: var(--white);
	--fg1: var(--nearblack);
	--fg2: rgba(17,24,17,0.65);
	--fg3: rgba(17,24,17,0.60);
	--accent: var(--gold);
	--border: var(--lightgray);
	--border-strong: rgba(28,43,28,0.30);
	--border-on-dark: rgba(255,255,255,0.12);
	--hero-overlay: linear-gradient(to bottom, rgba(28,43,28,0.78) 0%, rgba(28,43,28,0.88) 100%);
	--dot-texture: radial-gradient(circle, rgba(0,0,0,0.04) 1px, transparent 1px);

	/* type */
	--font-display: 'Playfair Display', Georgia, serif;
	--font-body: 'Inter', system-ui, sans-serif;
	--t-hero: clamp(2.5rem, 5vw + 1rem, 4.5rem);
	--t-h2:   clamp(2rem, 3vw + 1rem, 3rem);
	--ls-eyebrow: 0.2em;
	--ls-label: 0.1em;
	--ls-wide: 0.05em;

	/* radii */
	--r-sm: 2px;
	--r-md: 4px;
	--r-pill: 9999px;

	/* shadows */
	--shadow-card:  0 1px 3px rgba(0,0,0,0.08);
	--shadow-hover: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
	--shadow-img:   0 10px 25px -5px rgba(0,0,0,0.2);
	--ring-gold:    0 0 0 4px rgba(184,134,11,0.10);

	/* layout + motion */
	--container-max: 80rem;
	--ease: cubic-bezier(0.4, 0, 0.2, 1);
	--dur: 300ms;
}

/* ============================================================
   BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--font-body);
	font-weight: 400;
	color: var(--fg1);
	background: var(--bg);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; }

.vp-container {
	max-width: var(--container-max);
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
@media (min-width: 768px) {
	.vp-container { padding-left: 40px; padding-right: 40px; }
}

.vp-section { padding: 120px 0; }
.vp-section--paper  { background: var(--offwhite); }
.vp-section--white  { background: var(--white); }
.vp-section--forest { background: var(--forest); }
.vp-texture { background-image: var(--dot-texture); background-size: 24px 24px; }

/* ---------- type primitives ---------- */
.vp-eyebrow {
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: var(--ls-eyebrow);
	color: var(--accent);
	margin: 0 0 16px;
}
.vp-h2 {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: var(--t-h2);
	line-height: 1.15;
	color: var(--fg1);
	margin: 0;
}
.vp-lead {
	font-size: 18px;
	line-height: 1.6;
	color: var(--fg2);
	max-width: 620px;
}
.vp-goldlink {
	color: var(--gold);
	font-weight: 600;
	font-size: 14px;
}
.vp-goldlink:hover { text-decoration: underline; }

/* ---------- buttons ---------- */
.vp-btn {
	display: inline-block;
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 14px;
	letter-spacing: var(--ls-wide);
	padding: 14px 28px;
	border-radius: var(--r-md);
	border: none;
	cursor: pointer;
	transition: opacity var(--dur) var(--ease), background var(--dur) var(--ease), color var(--dur) var(--ease);
}
.vp-btn--gold  { background: var(--gold); color: var(--white); }
.vp-btn--gold:hover { opacity: 0.9; }
.vp-btn--ghost { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.7); }
.vp-btn--ghost:hover { background: var(--white); color: var(--forest); }
.vp-btn--light { background: var(--white); color: var(--gold); font-weight: 700; }
.vp-btn--light:hover { opacity: 0.9; }

/* ---------- chips ---------- */
.vp-chip {
	display: inline-block;
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 12px;
	letter-spacing: var(--ls-wide);
	padding: 6px 16px;
	border-radius: var(--r-pill);
	border: 1px solid var(--border-strong);
	color: var(--forest);
}

/* ---------- trade icon ---------- */
.vp-icon { width: 32px; height: 32px; color: var(--gold); }

/* ---------- wordmark ---------- */
.vp-wordmark { display: inline-flex; flex-direction: column; line-height: 1; user-select: none; }
.vp-wordmark__name { font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: 0.02em; color: var(--forest); }
.vp-wordmark__sub  { font-family: var(--font-body); font-weight: 600; font-size: 9px; letter-spacing: 0.42em; color: var(--gold); margin-top: 2px; }
.vp-wordmark--light .vp-wordmark__name { color: var(--white); }

/* ---------- grids ---------- */
.vp-grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.vp-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px 64px; }
@media (max-width: 900px) { .vp-grid3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .vp-grid3, .vp-grid2 { grid-template-columns: 1fr; } }

/* ============================================================
   NAV / HEADER
   ============================================================ */
.vp-nav {
	position: fixed; top: 0; left: 0; right: 0; z-index: 50;
	transition: background var(--dur) var(--ease), box-shadow var(--dur) var(--ease), backdrop-filter var(--dur) var(--ease);
	background: transparent;
}
.vp-nav.is-scrolled {
	background: rgba(255,255,255,0.93);
	backdrop-filter: blur(12px);
	box-shadow: var(--shadow-card);
}
.vp-nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; height: 80px; }
.vp-nav__brand { flex: 0 0 auto; }
.vp-nav__links { display: flex; align-items: center; gap: 22px; }
.vp-nav__links a {
	font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.9);
	white-space: nowrap;
	transition: color 0.2s var(--ease);
}
.vp-nav__links a:hover { color: var(--gold); }
.vp-nav.is-scrolled .vp-nav__links a { color: var(--nearblack); }
.vp-nav.is-scrolled .vp-nav__links a:hover { color: var(--gold); }
/* transparent state shows the light wordmark; scrolled shows the dark one */
.vp-nav .vp-wordmark--scroll { display: none; }
.vp-nav.is-scrolled .vp-wordmark--hero { display: none; }
.vp-nav.is-scrolled .vp-wordmark--scroll { display: inline-flex; }
.vp-nav__cta { padding: 10px 20px; }

/* ---- hamburger toggle (mobile only) ---- */
.vp-nav__toggle {
	display: none;
	position: relative;
	width: 44px; height: 44px;
	padding: 0; margin: 0;
	background: none; border: 0; cursor: pointer;
	z-index: 60;
}
.vp-nav__bars, .vp-nav__bars::before, .vp-nav__bars::after {
	content: ""; position: absolute; left: 50%; width: 24px; height: 2px;
	background: rgba(255, 255, 255, 0.95);
	transform: translateX(-50%);
	transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease), background var(--dur) var(--ease);
}
.vp-nav__bars { top: 50%; margin-top: -1px; }
.vp-nav__bars::before { top: -7px; }
.vp-nav__bars::after  { top: 7px; }
/* dark bars once the nav is scrolled (white bar) */
.vp-nav.is-scrolled .vp-nav__bars,
.vp-nav.is-scrolled .vp-nav__bars::before,
.vp-nav.is-scrolled .vp-nav__bars::after { background: var(--nearblack); }
/* when the menu is open, bars are dark (panel is light) and morph into an X */
.vp-menu-open .vp-nav__bars { background: transparent; }
.vp-menu-open .vp-nav__bars::before { top: 0; transform: translateX(-50%) rotate(45deg); background: var(--nearblack); }
.vp-menu-open .vp-nav__bars::after  { top: 0; transform: translateX(-50%) rotate(-45deg); background: var(--nearblack); }

/* ---- mobile slide-down panel ---- */
.vp-mobile {
	position: fixed;
	top: 0; left: 0; right: 0;
	z-index: 40;
	padding: 100px 28px 40px;
	background: var(--offwhite);
	box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.25);
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
	transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease), visibility var(--dur) var(--ease);
}
.vp-menu-open .vp-mobile { transform: translateY(0); opacity: 1; visibility: visible; }
.vp-mobile__links { list-style: none; margin: 0 0 24px; padding: 0; border-top: 1px solid var(--border); }
.vp-mobile__links li { border-bottom: 1px solid var(--border); }
.vp-mobile__links a {
	display: block; padding: 16px 4px;
	font-family: var(--font-display); font-weight: 600; font-size: 22px;
	color: var(--forest);
	transition: color var(--dur) var(--ease);
}
.vp-mobile__links a:hover { color: var(--gold); }
.vp-mobile__cta { display: block; text-align: center; }

@media (max-width: 1024px) {
	.vp-nav__links, .vp-nav__cta { display: none; }
	.vp-nav__toggle { display: block; }
}
/* never show the mobile panel above the breakpoint, even if a stale class lingers */
@media (min-width: 1025px) {
	.vp-mobile { display: none; }
}
/* lock background scroll while the menu is open */
body.vp-menu-open { overflow: hidden; }

/* ============================================================
   HERO
   ============================================================ */
.vp-hero { position: relative; display: flex; flex-direction: column; min-height: 100vh; }
.vp-hero__bg { position: absolute; inset: 0; background: linear-gradient(115deg, #3a4a3a, #1f2a1f); background-size: cover; background-position: center; }
.vp-hero__bg--photo { background-image: var(--hero-image); }
.vp-hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 0; z-index: 0; }
.vp-hero__noise { position: absolute; inset: 0; opacity: 0.18; background-image: radial-gradient(circle, rgba(255,255,255,0.25) 1px, transparent 1px); background-size: 26px 26px; }
.vp-hero__overlay { position: absolute; inset: 0; background: var(--hero-overlay); }
.vp-hero__inner { position: relative; z-index: 10; flex: 1; display: flex; flex-direction: column; justify-content: center; padding-top: 128px; padding-bottom: 40px; }
.vp-hero__eyebrow { color: var(--gold); font-size: 12px; font-weight: 600; margin: 0 0 20px; letter-spacing: var(--ls-eyebrow); text-transform: uppercase; }
.vp-hero__title { font-family: var(--font-display); font-weight: 700; color: var(--white); line-height: 1.08; max-width: 880px; margin: 0 0 28px; font-size: var(--t-hero); }
.vp-hero__accent { font-style: italic; font-weight: 400; color: var(--gold); }
.vp-hero__lead { color: rgba(255,255,255,0.75); margin: 0 0 40px; font-size: 18px; max-width: 620px; line-height: 1.6; }
.vp-hero__actions { display: flex; flex-wrap: wrap; gap: 16px; }
.vp-hero__statsbar { position: relative; z-index: 10; width: 100%; border-top: 1px solid rgba(255,255,255,0.15); }
.vp-hero__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 40px 0; }
.vp-stat { display: flex; flex-direction: column; gap: 4px; }
.vp-stat__value { font-family: var(--font-display); font-weight: 700; font-size: 26px; color: var(--white); }
.vp-stat__label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: rgba(255,255,255,0.5); }
@media (max-width: 640px) { .vp-hero__stats { grid-template-columns: 1fr 1fr; gap: 28px; } }

/* ============================================================
   TAGLINE STRIP
   ============================================================ */
.vp-tagline { background: var(--gold); padding: 20px 0; }
.vp-tagline__text { color: var(--white); font-size: 12px; font-weight: 600; text-align: center; text-transform: uppercase; letter-spacing: var(--ls-eyebrow); margin: 0; }

/* ============================================================
   SERVICES
   ============================================================ */
.vp-services__lead { font-size: 18px; line-height: 1.6; max-width: 620px; margin: 24px 0 56px; color: var(--fg2); }
.vp-services__head { max-width: 560px; }
.vp-card {
	background: var(--bg-card);
	border: 1px solid var(--border);
	border-radius: var(--r-sm);
	padding: 32px;
	transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.vp-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); border-color: var(--gold); }
.vp-card__icon { color: var(--gold); margin-bottom: 20px; }
.vp-card__title { font-family: var(--font-display); font-weight: 600; font-size: 20px; color: var(--fg1); margin: 0 0 12px; }
.vp-card__body { font-size: 14px; line-height: 1.6; color: var(--fg3); margin: 0; }
.vp-services__more { margin-top: 40px; }

/* ============================================================
   ENGAGEMENT MODELS
   ============================================================ */
.vp-model { border-radius: var(--r-sm); padding: 32px; border: 1px solid var(--border); background: var(--white); }
.vp-model--featured { border: 2px solid var(--gold); background: var(--offwhite); box-shadow: var(--ring-gold); }
.vp-model__badge { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-eyebrow); color: var(--gold); display: block; margin-bottom: 20px; }
.vp-model__title { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--fg1); margin: 0 0 8px; }
.vp-model__price { font-family: var(--font-display); font-weight: 400; font-size: 18px; color: var(--gold); margin: 0 0 12px; }
.vp-model__body { font-size: 14px; line-height: 1.6; color: var(--fg2); margin: 0; }
.vp-engagement__more { margin-top: 40px; }

/* ============================================================
   WHY
   ============================================================ */
.vp-why__points { margin-top: 8px; }
.vp-why__num { font-family: var(--font-display); font-weight: 700; font-size: 48px; color: rgba(184,134,11,0.3); display: block; }
.vp-why__title { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--fg1); margin: 12px 0; }
.vp-why__body { line-height: 1.65; color: var(--fg2); margin: 0; }

/* ============================================================
   AUDIENCE (forest)
   ============================================================ */
.vp-audience__head { color: var(--white); margin-bottom: 56px; }
.vp-audience__card { border-radius: var(--r-sm); padding: 32px; border: 1px solid var(--border-on-dark); }
.vp-audience__title { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--white); margin: 0 0 16px; }
.vp-audience__body { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.6); margin: 0; }

/* ============================================================
   ETHOS
   ============================================================ */
.vp-ethos__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: center; }
.vp-ethos__title { margin-bottom: 32px; line-height: 1.15; }
.vp-ethos__copy { display: flex; flex-direction: column; gap: 20px; line-height: 1.65; color: var(--fg2); }
.vp-ethos__copy p { margin: 0; }
.vp-ethos__chips { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0; }
.vp-ethos__media { border-radius: var(--r-sm); box-shadow: var(--shadow-img); overflow: hidden; min-height: 420px; background: linear-gradient(135deg, #5a6552, #3a4334); position: relative; }
.vp-ethos__media img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.vp-ethos__noise { position: absolute; inset: 0; opacity: 0.15; background-image: radial-gradient(circle, #fff 1px, transparent 1px); background-size: 22px 22px; }
.vp-ethos__caption { position: absolute; bottom: 16px; left: 18px; font-size: 11px; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: var(--ls-label); }
@media (max-width: 860px) { .vp-ethos__grid { grid-template-columns: 1fr; gap: 48px; } }

/* ============================================================
   CTA BAND
   ============================================================ */
.vp-cta { padding: 88px 0; background: var(--gold); text-align: center; }
.vp-cta__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.75rem, 2.5vw + 1rem, 2.5rem); color: var(--white); margin: 0 0 16px; }
.vp-cta__lead { font-size: 18px; margin: 0 auto 40px; max-width: 560px; color: rgba(255,255,255,0.85); }

/* ============================================================
   FOOTER
   ============================================================ */
.vp-footer { background: var(--forest); color: rgba(255, 255, 255, 0.6); }
.vp-footer__grid { display: grid; grid-template-columns: 1fr; gap: 40px; padding: 64px 0 48px; }
.vp-footer__brand { max-width: 380px; }
.vp-footer__about { font-size: 14px; line-height: 1.65; color: rgba(255, 255, 255, 0.55); margin: 18px 0 0; }
.vp-footer__tag { font-size: 11px; font-weight: 600; text-transform: uppercase; color: rgba(255, 255, 255, 0.4); letter-spacing: var(--ls-eyebrow); margin-top: 16px; }
.vp-footer__heading { font-family: var(--font-body); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--gold); margin: 0 0 18px; }
.vp-footer__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.vp-footer__list a { font-size: 14px; color: rgba(255, 255, 255, 0.6); }
.vp-footer__list a:hover { color: var(--gold); }
.vp-footer__contact-list { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.vp-footer__contact-list li { display: flex; gap: 10px; font-size: 14px; line-height: 1.5; color: rgba(255, 255, 255, 0.6); }
.vp-footer__contact-list a { color: rgba(255, 255, 255, 0.6); }
.vp-footer__contact-list a:hover { color: var(--gold); }
.vp-footer__ico { flex: none; color: var(--gold); line-height: 0; margin-top: 1px; }
.vp-footer__ico .vp-icon { width: 18px; height: 18px; }
.vp-footer__hours-row { display: block; }
.vp-footer__hours-row strong { color: rgba(255, 255, 255, 0.82); font-weight: 600; }
.vp-footer__cta { display: inline-block; }
.vp-footer__bar { border-top: 1px solid rgba(255, 255, 255, 0.1); }
.vp-footer__barinner { display: flex; flex-direction: column; gap: 8px; align-items: center; padding: 20px 0; }
.vp-footer__copy { font-size: 12px; color: rgba(255, 255, 255, 0.35); margin: 0; }
.vp-footer__legal { font-size: 12px; color: rgba(255, 255, 255, 0.35); margin: 0; display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.vp-footer__legal a { color: rgba(255, 255, 255, 0.5); }
.vp-footer__legal a:hover { color: var(--gold); }
@media (min-width: 600px) {
	.vp-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 960px) {
	.vp-footer__grid { grid-template-columns: 1.7fr 1fr 1fr 1.5fr; gap: 48px; padding: 80px 0 56px; }
	.vp-footer__barinner { flex-direction: row; justify-content: space-between; }
}

/* ============================================================
   EDITOR: keep blocks readable inside the ACF preview
   ============================================================ */
.vp-section, .vp-hero, .vp-tagline, .vp-cta { width: 100%; }


/* ============================================================
   ABOUT PAGE  (block: venado/about)
   Scoped .about-* classes. Colours/type pulled from the shared
   :root design tokens so it stays identical to the home page.
   Mobile-first: base styles target small screens; min-width
   media queries layer on the larger layouts.
   ============================================================ */
.about-page { background: var(--offwhite); color: var(--fg1); }
.about-page * { box-sizing: border-box; }

/* ---- shared primitives ---- */
.about-eyebrow {
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: var(--ls-eyebrow);
	color: var(--accent);
	margin: 0 0 14px;
}
.about-section__title {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: clamp(1.75rem, 4vw + 0.5rem, 3rem);
	line-height: 1.15;
	color: var(--fg1);
	margin: 0;
}
.about-btn {
	display: inline-block;
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 14px;
	letter-spacing: var(--ls-wide);
	padding: 14px 28px;
	border-radius: var(--r-md);
	border: none;
	cursor: pointer;
	transition: opacity var(--dur) var(--ease), background var(--dur) var(--ease), color var(--dur) var(--ease);
}
.about-btn--gold { background: var(--gold); color: var(--white); }
.about-btn--gold:hover { opacity: 0.9; }

/* ---- HERO ---- */
.about-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 56vh;
	padding: 140px 20px 72px;        /* top clears the 80px fixed nav */
	text-align: center;
	background: linear-gradient(115deg, #3a4a3a, #1f2a1f);
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.about-hero--has-image { background-image: var(--about-hero-image); }
.about-hero__overlay {
	position: absolute;
	inset: 0;
	background: var(--hero-overlay);
}
.about-hero__inner {
	position: relative;
	z-index: 2;
	max-width: 760px;
	margin: 0 auto;
}
.about-hero__eyebrow {
	color: var(--gold);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: var(--ls-eyebrow);
	text-transform: uppercase;
	margin: 0 0 18px;
}
.about-hero__title {
	font-family: var(--font-display);
	font-weight: 700;
	color: var(--white);
	line-height: 1.08;
	font-size: clamp(2.25rem, 6vw + 0.5rem, 4rem);
	margin: 0 0 22px;
}
.about-hero__subtitle {
	color: rgba(255, 255, 255, 0.78);
	font-size: 17px;
	line-height: 1.6;
	max-width: 600px;
	margin: 0 auto 34px;
}

/* ---- STORY (two columns) ---- */
.about-story {
	background: var(--white);
	padding: 80px 20px;
}
.about-story__container {
	max-width: var(--container-max);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.about-story__text { min-width: 0; }
.about-story__body {
	margin-top: 22px;
	display: flex;
	flex-direction: column;
	gap: 18px;
	line-height: 1.65;
	color: var(--fg2);
	font-size: 16px;
}
.about-story__body p { margin: 0; }
.about-story__stat {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid var(--border);
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.about-story__stat-value {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 44px;
	line-height: 1;
	color: var(--gold);
}
.about-story__stat-label {
	font-size: 13px;
	color: var(--fg3);
	max-width: 320px;
}
.about-story__media { margin: 0; }
.about-story__image,
.about-story__placeholder {
	width: 100%;
	border-radius: var(--r-sm);
	box-shadow: var(--shadow-img);
	display: block;
}
.about-story__image { object-fit: cover; }
.about-story__placeholder {
	position: relative;
	min-height: 300px;
	overflow: hidden;
	background: linear-gradient(135deg, #5a6552, #3a4334);
}
.about-media__noise {
	position: absolute;
	inset: 0;
	opacity: 0.15;
	background-image: radial-gradient(circle, #fff 1px, transparent 1px);
	background-size: 22px 22px;
}
.about-media__caption {
	position: absolute;
	bottom: 14px;
	left: 16px;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	letter-spacing: var(--ls-label);
}

/* ---- VALUES (card grid) ---- */
.about-values {
	background: var(--offwhite);
	background-image: var(--dot-texture);
	background-size: 24px 24px;
	padding: 80px 20px;
}
.about-values__container {
	max-width: var(--container-max);
	margin: 0 auto;
}
.about-values__header { max-width: 560px; margin-bottom: 44px; }
.about-values__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}
.about-value-card {
	background: var(--bg-card);
	border: 1px solid var(--border);
	border-radius: var(--r-sm);
	padding: 32px;
	transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.about-value-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-hover);
	border-color: var(--gold);
}
.about-value-card__index {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 32px;
	color: rgba(184, 134, 11, 0.3);
	display: block;
	margin-bottom: 12px;
}
.about-value-card__title {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 19px;
	color: var(--fg1);
	margin: 0 0 10px;
}
.about-value-card__desc {
	font-size: 14px;
	line-height: 1.6;
	color: var(--fg2);
	margin: 0;
}

/* ---- TEAM (forest grid) ---- */
.about-team {
	background: var(--forest);
	padding: 80px 20px;
}
.about-team__container {
	max-width: var(--container-max);
	margin: 0 auto;
}
.about-team__header { max-width: 600px; margin-bottom: 44px; }
.about-team__header .about-section__title { color: var(--white); }
.about-team__intro {
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	line-height: 1.6;
}
.about-team__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
}
.about-team-card {
	border: 1px solid var(--border-on-dark);
	border-radius: var(--r-sm);
	padding: 28px;
	background: rgba(255, 255, 255, 0.02);
}
.about-team-card__photo {
	width: 88px;
	height: 88px;
	border-radius: var(--r-pill);
	overflow: hidden;
	margin-bottom: 18px;
	background: #2a3a2a;
}
.about-team-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.about-team-card__photo--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--border-on-dark);
}
.about-team-card__initials {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 32px;
	color: var(--gold);
}
.about-team-card__name {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 20px;
	color: var(--white);
	margin: 0 0 4px;
}
.about-team-card__role {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: var(--ls-label);
	color: var(--gold);
	margin: 0 0 14px;
}
.about-team-card__bio {
	font-size: 14px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.6);
	margin: 0;
}

/* ---- responsive layering ---- */
@media (min-width: 600px) {
	.about-values__grid { grid-template-columns: repeat(2, 1fr); }
	.about-team__grid   { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 768px) {
	.about-hero  { padding-left: 40px; padding-right: 40px; }
	.about-story, .about-values, .about-team { padding-left: 40px; padding-right: 40px; }
}
@media (min-width: 900px) {
	.about-story { padding-top: 120px; padding-bottom: 120px; }
	.about-values, .about-team { padding-top: 120px; padding-bottom: 120px; }
	.about-story__container {
		flex-direction: row;
		align-items: center;
		gap: 80px;
	}
	.about-story__text, .about-story__media { flex: 1; }
	.about-story__placeholder { min-height: 440px; }
	.about-values__grid { grid-template-columns: repeat(4, 1fr); }
	.about-team__grid   { grid-template-columns: repeat(3, 1fr); }
}


/* ============================================================
   SERVICE PAGE  (block: venado/service)
   Scoped .service-* classes; colours/type from the shared :root
   design tokens. Mobile-first; min-width queries layer up.
   ============================================================ */
.service-page { background: var(--offwhite); color: var(--fg1); }
.service-page * { box-sizing: border-box; }

.service-container {
	max-width: var(--container-max);
	margin: 0 auto;
}

/* ---- shared primitives ---- */
.service-eyebrow {
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: var(--ls-eyebrow);
	color: var(--accent);
	margin: 0 0 14px;
}
.service-section__header { max-width: 620px; margin-bottom: 44px; }
.service-section__title {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: clamp(1.75rem, 4vw + 0.5rem, 3rem);
	line-height: 1.15;
	color: var(--fg1);
	margin: 0;
}
.service-section__intro {
	margin: 18px 0 0;
	font-size: 16px;
	line-height: 1.6;
	color: var(--fg2);
}
.service-section__header--light .service-section__title { color: var(--white); }
.service-btn {
	display: inline-block;
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 14px;
	letter-spacing: var(--ls-wide);
	padding: 14px 28px;
	border-radius: var(--r-md);
	border: none;
	cursor: pointer;
	transition: opacity var(--dur) var(--ease);
}
.service-btn--gold { background: var(--gold); color: var(--white); }
.service-btn--gold:hover { opacity: 0.9; }

/* ---- HERO ---- */
.service-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 58vh;
	padding: 140px 20px 72px;
	text-align: center;
	background: linear-gradient(115deg, #3a4a3a, #1f2a1f);
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.service-hero--has-image { background-image: var(--service-hero-image); }
.service-hero__overlay { position: absolute; inset: 0; background: var(--hero-overlay); }
.service-hero__inner { position: relative; z-index: 2; max-width: 780px; margin: 0 auto; }
.service-hero__eyebrow {
	color: var(--gold); font-size: 12px; font-weight: 600;
	letter-spacing: var(--ls-eyebrow); text-transform: uppercase; margin: 0 0 18px;
}
.service-hero__title {
	font-family: var(--font-display); font-weight: 700; color: var(--white);
	line-height: 1.08; font-size: clamp(2.25rem, 6vw + 0.5rem, 4rem); margin: 0 0 22px;
}
.service-hero__desc {
	color: rgba(255, 255, 255, 0.78); font-size: 17px; line-height: 1.6;
	max-width: 620px; margin: 0 auto 34px;
}

/* ---- MAIN SERVICES GRID ---- */
.service-grid-section { background: var(--white); padding: 80px 20px; }
.service-grid {
	list-style: none; margin: 0; padding: 0;
	display: grid; grid-template-columns: 1fr; gap: 20px;
}
.service-card {
	display: flex; flex-direction: column;
	background: var(--bg-card);
	border: 1px solid var(--border);
	border-radius: var(--r-sm);
	padding: 32px;
	transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); border-color: var(--gold); }
.service-card__media { margin-bottom: 18px; }
.service-card__icon { color: var(--gold); display: inline-flex; }
.service-card__icon--placeholder {
	width: 32px; height: 32px; border-radius: var(--r-sm);
	background: rgba(184, 134, 11, 0.15);
}
.service-card__image {
	width: 56px; height: 56px; object-fit: cover; border-radius: var(--r-sm);
}
.service-card__title {
	font-family: var(--font-display); font-weight: 600; font-size: 20px;
	color: var(--fg1); margin: 0 0 10px;
}
.service-card__desc { font-size: 14px; line-height: 1.6; color: var(--fg3); margin: 0 0 18px; }
.service-card__link {
	margin-top: auto; color: var(--gold); font-weight: 600; font-size: 14px;
}
.service-card__link:hover { text-decoration: underline; }

/* ---- PROCESS / TIMELINE ---- */
.service-process {
	background: var(--offwhite);
	background-image: var(--dot-texture);
	background-size: 24px 24px;
	padding: 80px 20px;
}
.service-process__timeline {
	list-style: none; margin: 0; padding: 0;
	display: flex; flex-direction: column; gap: 28px;
}
.service-process__step { position: relative; display: flex; gap: 20px; align-items: flex-start; }
/* vertical connector through the badges (mobile) */
.service-process__step:not(:last-child)::before {
	content: ""; position: absolute; left: 23px; top: 48px; bottom: -28px;
	width: 2px; background: var(--border-strong);
}
.service-process__num {
	flex: none; position: relative; z-index: 1;
	width: 48px; height: 48px; border-radius: var(--r-pill);
	display: flex; align-items: center; justify-content: center;
	font-family: var(--font-display); font-weight: 700; font-size: 17px;
	color: var(--gold); background: var(--white); border: 2px solid var(--gold);
}
.service-process__title {
	font-family: var(--font-display); font-weight: 700; font-size: 19px;
	color: var(--fg1); margin: 6px 0 8px;
}
.service-process__desc { font-size: 14px; line-height: 1.6; color: var(--fg2); margin: 0; }

/* ---- WHY CHOOSE US ---- */
.service-why { background: var(--forest); padding: 80px 20px; }
.service-why__grid {
	list-style: none; margin: 0; padding: 0;
	display: grid; grid-template-columns: 1fr; gap: 24px;
}
.service-feature { display: flex; gap: 16px; align-items: flex-start; }
.service-feature__check {
	flex: none; width: 40px; height: 40px; border-radius: var(--r-pill);
	display: flex; align-items: center; justify-content: center;
	background: rgba(184, 134, 11, 0.15); color: var(--gold);
}
.service-feature__title {
	font-family: var(--font-display); font-weight: 700; font-size: 18px;
	color: var(--white); margin: 4px 0 8px;
}
.service-feature__desc { font-size: 14px; line-height: 1.6; color: rgba(255, 255, 255, 0.65); margin: 0; }

/* ---- FAQ (native details/summary accordion) ---- */
.service-faq { background: var(--white); padding: 80px 20px; }
.service-faq__container { max-width: 820px; }
.service-faq__list { border-top: 1px solid var(--border); }
.service-faq__item { border-bottom: 1px solid var(--border); }
.service-faq__q {
	display: flex; align-items: center; justify-content: space-between; gap: 20px;
	padding: 22px 0; cursor: pointer; list-style: none;
	font-family: var(--font-display); font-weight: 600; font-size: 18px; color: var(--fg1);
}
.service-faq__q::-webkit-details-marker { display: none; }
.service-faq__icon { position: relative; flex: none; width: 16px; height: 16px; }
.service-faq__icon::before,
.service-faq__icon::after {
	content: ""; position: absolute; background: var(--gold);
	transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease);
}
.service-faq__icon::before { top: 7px; left: 0; width: 16px; height: 2px; }       /* horizontal */
.service-faq__icon::after  { left: 7px; top: 0; width: 2px; height: 16px; }       /* vertical   */
.service-faq__item[open] .service-faq__icon::after { transform: scaleY(0); }      /* + becomes − */
.service-faq__a { padding: 0 0 22px; }
.service-faq__a p { margin: 0; color: var(--fg2); line-height: 1.65; font-size: 15px; }

/* ---- responsive layering ---- */
@media (min-width: 600px) {
	.service-grid     { grid-template-columns: repeat(2, 1fr); }
	.service-why__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 768px) {
	.service-hero,
	.service-grid-section, .service-process, .service-why, .service-faq {
		padding-left: 40px; padding-right: 40px;
	}
}
@media (min-width: 900px) {
	.service-grid-section, .service-process, .service-why, .service-faq {
		padding-top: 110px; padding-bottom: 110px;
	}
	.service-grid { grid-template-columns: repeat(3, 1fr); }
	.service-why__grid { grid-template-columns: repeat(2, 1fr); gap: 40px 56px; }

	/* horizontal timeline */
	.service-process__timeline { flex-direction: row; gap: 24px; }
	.service-process__step { flex: 1; flex-direction: column; text-align: left; }
	/* horizontal connector: from just past this badge to the next step's badge */
	.service-process__step:not(:last-child)::before {
		top: 23px; bottom: auto; left: 58px; right: -24px; width: auto; height: 2px;
	}
	.service-process__num { margin-bottom: 8px; }
}


/* ============================================================
   CONTACT PAGE  (block: venado/contact)
   Scoped .contact-* classes; colours/type from the shared :root
   tokens. Mobile-first. Generic form elements inside
   .contact-form-container are restyled to match the brand so any
   CF7 / Fluent Forms shortcode picks up the look automatically.
   ============================================================ */
.contact-page { background: var(--offwhite); color: var(--fg1); }
.contact-page * { box-sizing: border-box; }

/* ---- shared primitives ---- */
.contact-eyebrow {
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: var(--ls-eyebrow);
	color: var(--accent);
	margin: 0 0 14px;
}
.contact-section__title {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: clamp(1.6rem, 3vw + 0.5rem, 2.25rem);
	line-height: 1.15;
	color: var(--fg1);
	margin: 0 0 24px;
}

/* ---- HERO (forest, simple) ---- */
.contact-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 44vh;
	padding: 140px 20px 64px;
	text-align: center;
	background: linear-gradient(115deg, #3a4a3a, #1f2a1f);
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.contact-hero--has-image { background-image: var(--contact-hero-image); }
.contact-hero__overlay { position: absolute; inset: 0; background: var(--hero-overlay); }
.contact-hero__inner { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; }
.contact-hero__eyebrow {
	color: var(--gold); font-size: 12px; font-weight: 600;
	letter-spacing: var(--ls-eyebrow); text-transform: uppercase; margin: 0 0 16px;
}
.contact-hero__title {
	font-family: var(--font-display); font-weight: 700; color: var(--white);
	line-height: 1.1; font-size: clamp(2rem, 5vw + 0.5rem, 3.25rem); margin: 0 0 18px;
}
.contact-hero__subtitle {
	color: rgba(255, 255, 255, 0.78); font-size: 17px; line-height: 1.6;
	max-width: 560px; margin: 0 auto;
}

/* ---- MAIN: info + form ---- */
.contact-main { background: var(--white); padding: 72px 20px; }
.contact-main__container { max-width: var(--container-max); margin: 0 auto; }
.contact-main__grid { display: grid; grid-template-columns: 1fr; gap: 44px; }

/* left: info */
.contact-info-list { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-direction: column; gap: 28px; }
.contact-info-item { display: flex; gap: 16px; align-items: flex-start; }
.contact-info-item__icon {
	flex: none; width: 44px; height: 44px; border-radius: var(--r-pill);
	display: flex; align-items: center; justify-content: center;
	background: rgba(184, 134, 11, 0.12); color: var(--gold);
}
.contact-info-item__body { min-width: 0; }
.contact-info-item__label {
	display: block; font-size: 12px; font-weight: 600; text-transform: uppercase;
	letter-spacing: var(--ls-label); color: var(--gold); margin-bottom: 6px;
}
.contact-info-item__value { margin: 0 0 4px; font-size: 15px; line-height: 1.55; color: var(--fg1); }
.contact-info-item__value a { color: var(--fg1); }
.contact-info-item__value a:hover { color: var(--gold); }
.contact-info-item__tag {
	display: inline-block; min-width: 52px; font-size: 12px; font-weight: 600;
	text-transform: uppercase; letter-spacing: 0.04em; color: var(--fg3); margin-right: 8px;
}
.contact-hours { border-collapse: collapse; width: 100%; max-width: 320px; }
.contact-hours th, .contact-hours td { text-align: left; padding: 4px 0; font-size: 14px; font-weight: 400; vertical-align: top; }
.contact-hours th { color: var(--fg1); padding-right: 24px; white-space: nowrap; }
.contact-hours td { color: var(--fg2); }

/* right: form container */
.contact-form-container {
	background: var(--offwhite);
	border: 1px solid var(--border);
	border-radius: var(--r-sm);
	padding: 32px;
}
.contact-form-container__intro { margin: -8px 0 24px; color: var(--fg2); font-size: 15px; line-height: 1.6; }
.contact-form-container__placeholder {
	margin: 0; padding: 24px; border: 1px dashed var(--border-strong); border-radius: var(--r-md);
	color: var(--fg2); font-size: 14px; line-height: 1.6; background: var(--white);
}
.contact-form-container__placeholder code {
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 13px; background: rgba(28, 43, 28, 0.06); padding: 1px 6px; border-radius: 3px; color: var(--forest);
}

/* ---- brand form styling (CF7 / Fluent Forms / generic) ---- */
.contact-form-container label { display: block; font-size: 13px; font-weight: 600; color: var(--fg1); margin-bottom: 6px; }
.contact-form-container input[type="text"],
.contact-form-container input[type="email"],
.contact-form-container input[type="tel"],
.contact-form-container input[type="url"],
.contact-form-container input[type="number"],
.contact-form-container input[type="date"],
.contact-form-container input:not([type]),
.contact-form-container textarea,
.contact-form-container select {
	width: 100%;
	padding: 12px 14px;
	font-family: var(--font-body);
	font-size: 15px;
	color: var(--fg1);
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--r-md);
	transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.contact-form-container textarea { min-height: 130px; resize: vertical; }
.contact-form-container input:focus,
.contact-form-container textarea:focus,
.contact-form-container select:focus {
	outline: none;
	border-color: var(--gold);
	box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.12);
}
.contact-form-container input[type="submit"],
.contact-form-container button[type="submit"],
.contact-form-container button:not([type]),
.contact-form-container .wpcf7-submit,
.contact-form-container .ff-btn-submit {
	display: inline-block;
	background: var(--gold);
	color: var(--white);
	border: none;
	border-radius: var(--r-md);
	padding: 14px 28px;
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 14px;
	letter-spacing: var(--ls-wide);
	cursor: pointer;
	transition: opacity var(--dur) var(--ease);
}
.contact-form-container input[type="submit"]:hover,
.contact-form-container button[type="submit"]:hover,
.contact-form-container .wpcf7-submit:hover,
.contact-form-container .ff-btn-submit:hover { opacity: 0.9; }

/* form layout helpers (CF7 markup) */
.contact-form-container form p { margin: 0 0 16px; }
.contact-form-container label { font-size: 13px; font-weight: 600; color: var(--fg1); }
.contact-form-container .venado-form-cols { display: grid; gap: 16px; }
.contact-form-container .venado-form-cols p { margin: 0; }
@media (min-width: 520px) { .contact-form-container .venado-form-cols { grid-template-columns: 1fr 1fr; } }
.contact-form-container .wpcf7-spinner { margin: 0 0 0 10px; }
.contact-form-container .wpcf7-not-valid-tip { color: #b3261e; font-size: 12px; font-weight: 500; }
.contact-form-container .wpcf7-response-output {
	margin: 16px 0 0 !important;
	padding: 12px 16px;
	border-radius: var(--r-md);
	font-size: 14px;
	line-height: 1.5;
}

/* ---- MAP ---- */
.contact-map { background: var(--offwhite); padding: 0 0 0; }
.contact-map__head {
	max-width: var(--container-max);
	margin: 0 auto;
	padding: 64px 20px 28px;
}
.contact-map__head .contact-section__title { margin: 0; }
.contact-map__embed { line-height: 0; }
.contact-map__embed iframe { width: 100%; height: 420px; border: 0; display: block; }
.contact-map__placeholder {
	display: flex; align-items: center; justify-content: center; text-align: center;
	min-height: 320px; padding: 24px; line-height: 1.5;
	background: linear-gradient(135deg, #5a6552, #3a4334);
	color: rgba(255, 255, 255, 0.85); font-size: 14px;
}

/* ---- responsive layering ---- */
@media (min-width: 768px) {
	.contact-hero, .contact-main { padding-left: 40px; padding-right: 40px; }
	.contact-map__head { padding-left: 40px; padding-right: 40px; }
}
@media (min-width: 900px) {
	.contact-main { padding-top: 110px; padding-bottom: 110px; }
	.contact-main__grid { grid-template-columns: 0.85fr 1.15fr; gap: 64px; align-items: start; }
	.contact-form-container { padding: 40px; }
	.contact-map__embed iframe, .contact-map__placeholder { height: 460px; min-height: 460px; }
}


/* ============================================================
   BLOG — archive grid + single post
   Scoped .blog-* / .post-card-* / .single-* classes; colours and
   type from the shared :root tokens. Mobile-first.
   ============================================================ */
.blog, .single-post { background: var(--offwhite); color: var(--fg1); }
.blog *, .single-post * { box-sizing: border-box; }

/* ---- shared dark hero (blog + single) ---- */
.blog-hero, .single-header {
	position: relative;
	padding: 150px 20px 56px;
	text-align: center;
	background: linear-gradient(115deg, #3a4a3a, #1f2a1f);
	overflow: hidden;
}
.blog-hero__overlay, .single-header__overlay { position: absolute; inset: 0; background: var(--hero-overlay); }
.blog-hero__inner, .single-header__inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.blog-hero__eyebrow {
	color: var(--gold); font-size: 12px; font-weight: 600;
	letter-spacing: var(--ls-eyebrow); text-transform: uppercase; margin: 0 0 16px;
}
.blog-hero__title {
	font-family: var(--font-display); font-weight: 700; color: var(--white);
	line-height: 1.1; font-size: clamp(2rem, 5vw + 0.5rem, 3.25rem); margin: 0 0 16px;
}
.blog-hero__subtitle { color: rgba(255, 255, 255, 0.78); font-size: 17px; line-height: 1.6; max-width: 560px; margin: 0 auto; }

/* ---- list section ---- */
.blog-list { padding: 56px 20px 80px; }
.blog-list__container { max-width: var(--container-max); margin: 0 auto; }
.blog-empty { text-align: center; color: var(--fg2); padding: 40px 0; }

/* ---- grid ---- */
.blog-grid { display: grid; grid-template-columns: 1fr; gap: 28px; }

/* ---- post card ---- */
.post-card {
	display: flex; flex-direction: column;
	background: var(--bg-card);
	border: 1px solid var(--border);
	border-radius: var(--r-sm);
	overflow: hidden;
	transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); border-color: var(--gold); }
.post-card__media {
	display: block; position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--lightgray);
}
.post-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease); }
.post-card:hover .post-card__image { transform: scale(1.06); }
.post-card__placeholder {
	position: absolute; inset: 0;
	background: linear-gradient(135deg, #5a6552, #3a4334);
	background-image: radial-gradient(circle, rgba(255,255,255,0.12) 1px, transparent 1px);
	background-size: 20px 20px;
}
.post-card__body { display: flex; flex-direction: column; flex: 1; padding: 24px; }
.post-card__badge {
	align-self: flex-start;
	font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label);
	color: var(--white); background: var(--gold);
	padding: 4px 12px; border-radius: var(--r-pill); margin-bottom: 14px;
}
.post-card__badge:hover { opacity: 0.9; }
.post-card__title {
	font-family: var(--font-display); font-weight: 700; font-size: 21px; line-height: 1.25;
	margin: 0 0 12px;
}
.post-card__title a { color: var(--fg1); }
.post-card__title a:hover { color: var(--gold); }
.post-card__meta {
	display: flex; flex-wrap: wrap; align-items: center; gap: 6px;
	font-size: 12.5px; color: var(--fg3); margin-bottom: 14px;
}
.post-card__rt { color: var(--gold); font-weight: 600; }
.post-card__excerpt { font-size: 14px; line-height: 1.65; color: var(--fg2); margin: 0 0 18px; }
.post-card__more { margin-top: auto; align-self: flex-start; color: var(--gold); font-weight: 600; font-size: 14px; }
.post-card__more:hover { text-decoration: underline; }

/* ---- pagination ---- */
.blog-pagination { margin-top: 48px; }
.blog-pagination__list {
	list-style: none; margin: 0; padding: 0;
	display: flex; flex-wrap: wrap; justify-content: center; gap: 8px;
}
.blog-pagination .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 44px; height: 44px; padding: 0 14px;
	border: 1px solid var(--border); border-radius: var(--r-md);
	background: var(--white); color: var(--fg1);
	font-size: 14px; font-weight: 600; text-decoration: none;
	transition: background var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.blog-pagination a.page-numbers:hover { border-color: var(--gold); color: var(--gold); }
.blog-pagination .page-numbers.current { background: var(--gold); border-color: var(--gold); color: var(--white); }
.blog-pagination .page-numbers.dots { border-color: transparent; background: transparent; }

/* ============================================================
   SINGLE POST
   ============================================================ */
.single-header__cats { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 18px; }
.single-header__cat {
	font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label);
	color: var(--white); background: var(--gold); padding: 4px 12px; border-radius: var(--r-pill);
}
.single-header__cat:hover { opacity: 0.9; }
.single-header__title {
	font-family: var(--font-display); font-weight: 700; color: var(--white);
	line-height: 1.12; font-size: clamp(2rem, 4.5vw + 0.5rem, 3.25rem); margin: 0 auto 22px; max-width: 800px;
}
.single-meta {
	display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px;
	color: rgba(255, 255, 255, 0.7); font-size: 14px;
}
.single-meta__author { display: inline-flex; align-items: center; gap: 8px; }
.single-meta__avatar { border-radius: var(--r-pill); display: block; }
.single-meta__by { color: var(--white); font-weight: 600; }
.single-meta__rt { color: var(--gold); font-weight: 600; }
.single-meta__sep { opacity: 0.5; }

/* featured image — container width, overlapping the header slightly */
.single-featured { margin: 0; padding: 0 20px; }
.single-featured__inner {
	max-width: 920px; margin: -48px auto 0; position: relative; z-index: 3;
	border-radius: var(--r-sm); overflow: hidden; box-shadow: var(--shadow-img); line-height: 0;
}
.single-featured__image { width: 100%; height: auto; display: block; }

/* body / content column */
.single-body { max-width: 760px; margin: 0 auto; padding: 56px 20px 8px; }

/* ---- native Gutenberg content styling ---- */
.post-content { font-size: 17px; line-height: 1.8; color: var(--fg1); }
.post-content > * { margin-top: 0; margin-bottom: 1.5em; }
.post-content > *:last-child { margin-bottom: 0; }
.post-content p { color: rgba(17, 24, 17, 0.85); }
.post-content h2 { font-family: var(--font-display); font-weight: 700; font-size: 1.9rem; line-height: 1.2; margin-top: 2em; color: var(--fg1); }
.post-content h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.45rem; line-height: 1.25; margin-top: 1.8em; color: var(--fg1); }
.post-content h4 { font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; margin-top: 1.6em; color: var(--fg1); }
.post-content a { color: var(--gold); text-decoration: underline; text-underline-offset: 2px; }
.post-content a:hover { text-decoration: none; }
.post-content strong { color: var(--fg1); }
.post-content ul, .post-content ol { padding-left: 1.4em; }
.post-content li { margin-bottom: 0.5em; color: rgba(17, 24, 17, 0.85); }
.post-content blockquote {
	margin: 1.8em 0; padding: 8px 0 8px 28px;
	border-left: 3px solid var(--gold);
	font-family: var(--font-display); font-style: italic; font-size: 1.3rem; line-height: 1.5; color: var(--fg1);
}
.post-content blockquote cite { display: block; margin-top: 12px; font-family: var(--font-body); font-style: normal; font-size: 0.85rem; color: var(--fg3); }
.post-content img, .post-content figure { border-radius: var(--r-sm); }
.post-content figure { margin-left: 0; margin-right: 0; }
.post-content figcaption { margin-top: 8px; text-align: center; font-size: 13px; color: var(--fg3); }
.post-content .wp-block-image img { width: 100%; height: auto; }
.post-content hr, .post-content .wp-block-separator { border: 0; border-top: 1px solid var(--border); margin: 2.5em 0; }
.post-content code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.9em; background: rgba(28, 43, 28, 0.06); padding: 2px 6px; border-radius: 3px; }
.post-content pre { background: var(--forest); color: #e8e6e1; padding: 20px; border-radius: var(--r-sm); overflow: auto; font-size: 14px; line-height: 1.6; }
.post-content pre code { background: none; padding: 0; color: inherit; }
.post-content .wp-block-button__link {
	display: inline-block; background: var(--gold); color: var(--white); text-decoration: none;
	padding: 12px 26px; border-radius: var(--r-md); font-weight: 600;
}
.post-content .wp-block-button__link:hover { opacity: 0.9; }

/* tags */
.single-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--border); }
.single-tags__label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--fg3); margin-right: 4px; }
.single-tag { font-size: 13px; color: var(--fg2); border: 1px solid var(--border); padding: 4px 12px; border-radius: var(--r-pill); }
.single-tag:hover { border-color: var(--gold); color: var(--gold); }

/* prev / next */
.single-nav { padding: 24px 20px 0; }
.single-nav__container { max-width: 920px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 16px; }
.single-nav__link {
	display: flex; flex-direction: column; gap: 6px;
	border: 1px solid var(--border); border-radius: var(--r-sm); padding: 20px 24px; background: var(--white);
	transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.single-nav__link:hover { border-color: var(--gold); box-shadow: var(--shadow-hover); }
.single-nav__link--next { text-align: right; }
.single-nav__dir { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--gold); }
.single-nav__title { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--fg1); }

/* related */
.single-related { padding: 64px 20px 88px; }
.single-related__container { max-width: var(--container-max); margin: 0 auto; }
.single-related__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.5rem, 3vw, 2rem); color: var(--fg1); margin: 0 0 32px; }

/* ---- responsive layering ---- */
@media (min-width: 600px) {
	.blog-grid { grid-template-columns: repeat(2, 1fr); }
	.single-nav__container { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 768px) {
	.blog-hero, .single-header { padding-left: 40px; padding-right: 40px; }
	.blog-list { padding-left: 40px; padding-right: 40px; }
}
@media (min-width: 980px) {
	.blog-grid { grid-template-columns: repeat(3, 1fr); }
	.blog-list { padding-top: 72px; padding-bottom: 110px; }
	.single-featured__inner { margin-top: -64px; }
}


/* ============================================================
   HOW WE WORK PAGE  (block: venado/how-we-work)
   Scoped .hww-* classes; colours/type from the shared :root
   tokens. Mobile-first.
   ============================================================ */
.hww-page { background: var(--offwhite); color: var(--fg1); }
.hww-page * { box-sizing: border-box; }

.hww-container { max-width: var(--container-max); margin: 0 auto; }

/* ---- shared primitives ---- */
.hww-eyebrow {
	font-family: var(--font-body); font-weight: 600; font-size: 12px;
	text-transform: uppercase; letter-spacing: var(--ls-eyebrow); color: var(--accent); margin: 0 0 14px;
}
.hww-section__header { max-width: 640px; margin-bottom: 44px; }
.hww-section__title {
	font-family: var(--font-display); font-weight: 700;
	font-size: clamp(1.75rem, 4vw + 0.5rem, 3rem); line-height: 1.15; color: var(--fg1); margin: 0;
}
.hww-section__intro { margin: 18px 0 0; font-size: 16px; line-height: 1.6; color: var(--fg2); }
.hww-section__header--light .hww-section__title { color: var(--white); }
.hww-btn {
	display: inline-block; font-family: var(--font-body); font-weight: 600; font-size: 14px;
	letter-spacing: var(--ls-wide); padding: 14px 28px; border-radius: var(--r-md);
	border: none; cursor: pointer; transition: opacity var(--dur) var(--ease);
}
.hww-btn--gold { background: var(--gold); color: var(--white); }
.hww-btn--gold:hover { opacity: 0.9; }

/* ---- HERO ---- */
.hww-hero {
	position: relative; display: flex; align-items: center; min-height: 56vh;
	padding: 140px 20px 72px; text-align: center;
	background: linear-gradient(115deg, #3a4a3a, #1f2a1f); background-size: cover; background-position: center; overflow: hidden;
}
.hww-hero--has-image { background-image: var(--hww-hero-image); }
.hww-hero__overlay { position: absolute; inset: 0; background: var(--hero-overlay); }
.hww-hero__inner { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; }
.hww-hero__eyebrow { color: var(--gold); font-size: 12px; font-weight: 600; letter-spacing: var(--ls-eyebrow); text-transform: uppercase; margin: 0 0 18px; }
.hww-hero__title { font-family: var(--font-display); font-weight: 700; color: var(--white); line-height: 1.08; font-size: clamp(2.25rem, 6vw + 0.5rem, 4rem); margin: 0 0 22px; }
.hww-hero__desc { color: rgba(255, 255, 255, 0.78); font-size: 17px; line-height: 1.6; max-width: 640px; margin: 0 auto 34px; }

/* ---- PROCESS TIMELINE ---- */
.hww-process { background: var(--offwhite); background-image: var(--dot-texture); background-size: 24px 24px; padding: 80px 20px; }
.hww-timeline { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 28px; }
.hww-step { position: relative; display: flex; gap: 20px; align-items: flex-start; }
.hww-step:not(:last-child)::before {
	content: ""; position: absolute; left: 23px; top: 48px; bottom: -28px; width: 2px; background: var(--border-strong);
}
.hww-step__num {
	flex: none; position: relative; z-index: 1; width: 48px; height: 48px; border-radius: var(--r-pill);
	display: flex; align-items: center; justify-content: center;
	font-family: var(--font-display); font-weight: 700; font-size: 17px;
	color: var(--gold); background: var(--white); border: 2px solid var(--gold);
}
.hww-step__title { font-family: var(--font-display); font-weight: 700; font-size: 19px; color: var(--fg1); margin: 6px 0 8px; }
.hww-step__desc { font-size: 14px; line-height: 1.6; color: var(--fg2); margin: 0; }

/* ---- ENGAGEMENT MODELS ---- */
.hww-models { background: var(--white); padding: 80px 20px; }
.hww-models__grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.hww-model { border-radius: var(--r-sm); padding: 32px; border: 1px solid var(--border); background: var(--white); }
.hww-model--featured { border: 2px solid var(--gold); background: var(--offwhite); box-shadow: var(--ring-gold); }
.hww-model__badge { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-eyebrow); color: var(--gold); display: block; margin-bottom: 20px; }
.hww-model__title { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--fg1); margin: 0 0 8px; }
.hww-model__price { font-family: var(--font-display); font-weight: 400; font-size: 18px; color: var(--gold); margin: 0 0 12px; }
.hww-model__body { font-size: 14px; line-height: 1.6; color: var(--fg2); margin: 0; }

/* ---- WHY IT WORKS ---- */
.hww-why { background: var(--forest); padding: 80px 20px; }
.hww-why__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 24px; }
.hww-feature { display: flex; gap: 16px; align-items: flex-start; }
.hww-feature__check {
	flex: none; width: 40px; height: 40px; border-radius: var(--r-pill);
	display: flex; align-items: center; justify-content: center; background: rgba(184, 134, 11, 0.15); color: var(--gold);
}
.hww-feature__title { font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--white); margin: 4px 0 8px; }
.hww-feature__desc { font-size: 14px; line-height: 1.6; color: rgba(255, 255, 255, 0.65); margin: 0; }

/* ---- FAQ (native details/summary) ---- */
.hww-faq { background: var(--white); padding: 80px 20px; }
.hww-faq__container { max-width: 820px; }
.hww-faq__list { border-top: 1px solid var(--border); }
.hww-faq__item { border-bottom: 1px solid var(--border); }
.hww-faq__q {
	display: flex; align-items: center; justify-content: space-between; gap: 20px;
	padding: 22px 0; cursor: pointer; list-style: none;
	font-family: var(--font-display); font-weight: 600; font-size: 18px; color: var(--fg1);
}
.hww-faq__q::-webkit-details-marker { display: none; }
.hww-faq__icon { position: relative; flex: none; width: 16px; height: 16px; }
.hww-faq__icon::before, .hww-faq__icon::after {
	content: ""; position: absolute; background: var(--gold);
	transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease);
}
.hww-faq__icon::before { top: 7px; left: 0; width: 16px; height: 2px; }
.hww-faq__icon::after  { left: 7px; top: 0; width: 2px; height: 16px; }
.hww-faq__item[open] .hww-faq__icon::after { transform: scaleY(0); }
.hww-faq__a { padding: 0 0 22px; }
.hww-faq__a p { margin: 0; color: var(--fg2); line-height: 1.65; font-size: 15px; }

/* ---- responsive layering ---- */
@media (min-width: 600px) {
	.hww-models__grid { grid-template-columns: repeat(3, 1fr); }
	.hww-why__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 768px) {
	.hww-hero, .hww-process, .hww-models, .hww-why, .hww-faq { padding-left: 40px; padding-right: 40px; }
}
@media (min-width: 900px) {
	.hww-process, .hww-models, .hww-why, .hww-faq { padding-top: 110px; padding-bottom: 110px; }
	.hww-why__grid { grid-template-columns: repeat(2, 1fr); gap: 40px 56px; }

	/* horizontal timeline */
	.hww-timeline { flex-direction: row; gap: 24px; }
	.hww-step { flex: 1; flex-direction: column; text-align: left; }
	.hww-step:not(:last-child)::before { top: 23px; bottom: auto; left: 58px; right: -24px; width: auto; height: 2px; }
	.hww-step__num { margin-bottom: 8px; }
}


/* ============================================================
   CONTRACTOR PORTAL  (block: venado/contractor-portal)
   Reuses .about-hero / .about-eyebrow / .about-section__title /
   .about-btn / .about-story / .about-values / .about-team, and
   adds these .about-* primitives for the bundle card + tiers.
   ============================================================ */

/* ghost button for dark (forest) sections */
.about-btn--ghost-light { background: transparent; color: var(--white); border: 2px solid rgba(255, 255, 255, 0.7); }
.about-btn--ghost-light:hover { background: var(--white); color: var(--forest); }

/* ---- Active Scopes ---- */
.about-scopes__container { max-width: var(--container-max); margin: 0 auto; display: block; }
.about-scopes__header { max-width: 640px; margin-bottom: 40px; }
.about-scopes__intro { margin: 18px 0 0; font-size: 16px; line-height: 1.6; color: var(--fg2); }

/* unified bundled-scope card */
.about-scope-card {
	background: var(--white);
	border: 2px solid var(--gold);
	border-radius: var(--r-sm);
	box-shadow: var(--ring-gold);
	padding: 32px;
}
.about-scope-card__head { max-width: 720px; }
.about-scope-card__label {
	display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase;
	letter-spacing: var(--ls-eyebrow); color: var(--gold); margin-bottom: 14px;
}
.about-scope-card__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.5rem, 3vw, 2rem); color: var(--fg1); margin: 0 0 12px; }
.about-scope-card__desc { font-size: 15px; line-height: 1.65; color: var(--fg2); margin: 0 0 28px; }
.about-scope-card__items {
	list-style: none; margin: 0 0 28px; padding: 28px 0 0; border-top: 1px solid var(--border);
	display: grid; grid-template-columns: 1fr; gap: 20px;
}
.about-scope-item { display: flex; gap: 12px; align-items: flex-start; }
.about-scope-item__check {
	flex: none; width: 28px; height: 28px; border-radius: var(--r-pill);
	display: flex; align-items: center; justify-content: center;
	background: rgba(184, 134, 11, 0.15); color: var(--gold); margin-top: 2px;
}
.about-scope-item__name { display: block; font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--fg1); margin-bottom: 4px; }
.about-scope-item__desc { display: block; font-size: 14px; line-height: 1.55; color: var(--fg2); }
.about-scope-card__foot { margin: 0; }

/* ---- Pricing tiers ---- */
.about-pricing__intro { margin: 18px 0 0; font-size: 16px; line-height: 1.6; color: var(--fg2); max-width: 620px; }
.about-pricing__grid {
	list-style: none; margin: 44px 0 0; padding: 0;
	display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start;
}
.about-tier-card {
	position: relative; background: var(--bg-card);
	border: 1px solid var(--border); border-radius: var(--r-sm); padding: 32px;
	transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.about-tier-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); border-color: var(--gold); }
.about-tier-card--featured { border: 2px solid var(--gold); box-shadow: var(--ring-gold); }
.about-tier-card__note {
	display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase;
	letter-spacing: var(--ls-eyebrow); color: var(--white); background: var(--gold);
	padding: 4px 12px; border-radius: var(--r-pill); margin-bottom: 16px;
}
.about-tier-card__name { font-family: var(--font-display); font-weight: 700; font-size: 22px; color: var(--fg1); margin: 0 0 6px; }
.about-tier-card__price { font-family: var(--font-display); font-weight: 700; font-size: 26px; color: var(--gold); margin: 0 0 14px; line-height: 1.1; }
.about-tier-card__desc { font-size: 14px; line-height: 1.6; color: var(--fg2); margin: 0 0 20px; }
.about-tier-card__features { list-style: none; margin: 20px 0 0; padding: 20px 0 0; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 10px; }
.about-tier-card__features li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; line-height: 1.5; color: var(--fg1); }
.about-tier-card__tick { color: var(--gold); font-weight: 700; flex: none; }

/* ---- Partnership / CTA (forest) ---- */
.about-partner__container { max-width: 720px; margin: 0 auto; text-align: center; }
.about-partner__eyebrow { display: block; }
.about-partner__title { color: var(--white); margin: 0 auto 18px; }
.about-partner__body { color: rgba(255, 255, 255, 0.72); font-size: 17px; line-height: 1.65; margin: 0 auto 32px; max-width: 600px; }
.about-partner__actions { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }





/* ---- responsive ---- */
@media (min-width: 720px) {
	.about-scope-card { padding: 40px; }
	.about-scope-card__items { grid-template-columns: repeat(3, 1fr); gap: 28px; }
}
@media (min-width: 600px) {
	.about-pricing__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 900px) {
	.about-tier-card--featured { transform: translateY(-8px); }
	.about-tier-card--featured:hover { transform: translateY(-12px); }
}


/* ============================================================
   CUSTOM LOGO  (Appearance → Customize → Site Identity)
   The brand mark is a dark badge; it is rendered white over dark
   contexts (transparent hero, forest footer) and in full colour
   on light contexts (scrolled white nav, open mobile panel).
   ============================================================ */
.vp-logo { display: block; width: auto; height: auto; }
.vp-nav__brand--logo { display: inline-flex; align-items: center; }
.vp-logo--nav { height: 44px; width: 44px; border-radius: 50%; object-fit: cover; background: var(--white); }
.vp-logo--footer { height: 64px; width: 64px; border-radius: 50%; object-fit: cover; background: var(--white); }
@media (min-width: 768px) { .vp-logo--nav { height: 46px; width: 46px; } }

/* Emblem + wordmark lockup — keeps the "Venado Partners" name beside the mark. */
.vp-brand { display: inline-flex; align-items: center; gap: 12px; }
.vp-brand .vp-logo { flex: none; }
.vp-brand--footer { gap: 14px; }
/* Compact wordmark in the nav so the emblem + name + full menu fit on one line. */
.vp-brand--nav { gap: 9px; }
.vp-brand--nav .vp-wordmark__name { font-size: 17px; }
.vp-brand--nav .vp-wordmark__sub  { font-size: 8px; letter-spacing: 0.3em; }


/* ============================================================
   GALLERY  (block: venado/gallery)
   ============================================================ */
.vp-gallery__head { max-width: 560px; }
.vp-gallery__intro { font-size: 18px; line-height: 1.6; max-width: 620px; margin: 24px 0 0; color: var(--fg2); }
.vp-gallery__grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 48px; }
.vp-gallery__item {
	position: relative; display: block; overflow: hidden;
	border-radius: var(--r-sm); aspect-ratio: 4 / 3; background: var(--lightgray);
}
.vp-gallery__item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 600ms var(--ease); }
.vp-gallery__item:hover img { transform: scale(1.06); }
.vp-gallery__item--placeholder { background: linear-gradient(135deg, #5a6552, #3a4334); }
.vp-gallery__item--placeholder::after {
	content: ""; position: absolute; inset: 0; opacity: 0.15;
	background-image: radial-gradient(circle, #fff 1px, transparent 1px); background-size: 20px 20px;
}
@media (min-width: 600px) { .vp-gallery__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .vp-gallery__grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }



