html { background: var(--vg-warm-white); }
body { background: var(--vg-warm-white); color: var(--vg-charcoal); font-family: var(--vg-font-body); font-size: 16px; line-height: 1.6; }

/* Blocksy must not wrap the page in a second narrow content column. */
body.page .site-main > .ct-container,
body.single-product .site-main > .ct-container,
body.page .entry-content.is-layout-constrained,
body.single-product .entry-content.is-layout-constrained { width: 100%; max-width: none; margin-inline: 0; padding-inline: 0; }
body.page .ct-container-full[data-content="normal"],
body.single-product .ct-container-full[data-content="normal"] { padding-block: 0; }
.vg-page { width: 100%; max-width: none; overflow: clip; background: var(--vg-warm-white); color: var(--vg-charcoal); }
.vg-page, .vg-page * { box-sizing: border-box; }
.vg-shell { width: min(var(--vg-content-max), calc(100% - (2 * var(--vg-gutter)))); margin-inline: auto; }
.vg-section { padding-block: var(--vg-section-space); }

h1, h2, h3, h4, h5, h6 { color: var(--vg-charcoal); font-family: var(--vg-font-display); font-weight: 500; letter-spacing: -0.025em; line-height: 1.08; }
.vg-page h1 { max-width: 780px; margin: 0 0 24px; font-size: clamp(42px, 6vw, 76px); }
.vg-page h2 { margin: 0 0 20px; font-size: clamp(32px, 4vw, 56px); }
.vg-page h3 { margin: 0 0 12px; font-size: clamp(22px, 2vw, 30px); }
.vg-lede { max-width: 650px; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.vg-muted, .vg-note { color: var(--vg-ink-muted); }
.vg-note { font-size: 13px; line-height: 1.55; }
.vg-eyebrow { margin: 0 0 16px; color: var(--vg-bronze); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.vg-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: center; min-height: 640px; padding-block: clamp(72px, 9vw, 128px); }
.vg-hero--dark { background: var(--vg-charcoal); color: var(--vg-warm-white); }
.vg-hero--dark h1, .vg-hero--dark h2, .vg-hero--dark h3 { color: var(--vg-warm-white); }
/* Provisioned pages use a full-width section around the readable grid shell. */
section.vg-hero { display: block; min-height: 0; padding-block: 0; }
section.vg-hero > .vg-shell.vg-hero { display: grid; min-height: 640px; padding-block: clamp(72px, 9vw, 128px); }
.vg-page:not(.vg-home) section.vg-hero > .vg-shell.vg-hero { min-height: clamp(480px, calc(100vh - 340px), 560px); padding-block: clamp(48px, 6vw, 80px); }
.vg-hero__media img, .vg-media img, .vg-card img { display: block; width: 100%; height: auto; border-radius: var(--vg-radius); }
.vg-media-link { position: relative; display: block; color: inherit; text-decoration: none; }
.vg-media-link img { transition: transform .25s ease, filter .25s ease; }
.vg-media-link:hover img, .vg-media-link:focus-visible img { transform: scale(1.015); filter: brightness(.96); }
.vg-media-link__hint { position: absolute; right: 14px; bottom: 14px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; background: rgba(23,23,23,.72); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .08em; opacity: 0; text-transform: uppercase; transition: opacity .2s ease; }
.vg-media-link:hover .vg-media-link__hint, .vg-media-link:focus-visible .vg-media-link__hint { opacity: 1; }

/* Curated Shop landing page: keep the offer architecture visible without
   WooCommerce's archive sorting/filter chrome. */
.vg-shop-page .vg-hero { min-height: clamp(520px, calc(100vh - 120px), 720px); }
.vg-shop-page .vg-hero--dark { margin: 0; }
.vg-shop-addon-section { background: #fff; }
.vg-shop-balm-card { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(280px, 1fr) minmax(330px, 1fr); gap: clamp(24px, 4vw, 52px); align-items: center; padding: clamp(24px, 4vw, 48px); border: 1px solid var(--vg-border); background: var(--vg-light-beige); }
.vg-shop-balm-card--pending { display: block; }
.vg-shop-balm-card__media img { display: block; width: 100%; max-height: 300px; object-fit: cover; border-radius: var(--vg-radius); }
.vg-shop-balm-card__intro h3 { margin-bottom: 12px; font-size: clamp(28px, 3vw, 40px); }
.vg-shop-balm-card__price { margin: 18px 0 8px; color: var(--vg-leather-brown); font-size: 24px; font-weight: 700; }
.vg-text-link { color: var(--vg-leather-brown); font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.vg-shop-balm-card__form { padding: clamp(18px, 2.5vw, 28px); border: 1px solid rgba(23,23,23,.12); background: #fff; }
.vg-shop-balm-card__form .variations_form { margin: 0; }
.vg-shop-balm-card__form .single_add_to_cart_button { border-color: var(--vg-charcoal) !important; background: var(--vg-charcoal) !important; color: #fff !important; }
.vg-shop-balm-card__form .single_add_to_cart_button:hover, .vg-shop-balm-card__form .single_add_to_cart_button:focus-visible { border-color: var(--vg-leather-brown) !important; background: var(--vg-leather-brown) !important; }
.vg-shop-balm-card__form .single_add_to_cart_button.disabled, .vg-shop-balm-card__form .single_add_to_cart_button.wc-variation-selection-needed { border-color: #b9b3aa !important; background: #b9b3aa !important; color: #fff !important; opacity: 1; }
.vg-learn-grid .vg-card { min-height: 190px; }
.vg-learn-grid .vg-card h3 { margin-bottom: 10px; }
.vg-404__links { align-self: end; padding: 28px; border: 1px solid rgba(247,245,241,.28); background: rgba(247,245,241,.06); }
.vg-404__links .vg-eyebrow { color: var(--vg-light-beige); }
.vg-404__links ul { margin: 0; padding: 0; list-style: none; }
.vg-404__links li + li { margin-top: 12px; }
.vg-404__links a { color: var(--vg-warm-white); font-size: 16px; font-weight: 600; }
.vg-404__links a:hover, .vg-404__links a:focus-visible { color: var(--vg-light-beige); }

/* Landing-page forms are intentionally inside the first-screen hero. */
.vg-landing .vg-hero h1 { font-size: clamp(40px, 4.6vw, 62px); }
.vg-landing .vg-hero .vg-purchase-form { max-width: 560px; margin-top: 22px; padding: 18px 20px; border: 1px solid var(--vg-border); background: rgba(255,255,255,.82); }
.vg-landing .vg-hero .vg-purchase-form .variations { margin-bottom: 12px; }
.vg-landing .vg-hero .vg-purchase-form .single_add_to_cart_button { min-width: 190px; }
.vg-landing-product-summary { max-width: 560px; margin-top: 18px; padding: 16px 18px; border: 1px solid var(--vg-border); background: rgba(255,255,255,.9); }
.vg-landing-product-summary > :last-child { margin-bottom: 0; }
.vg-landing-product-summary .vg-eyebrow { margin-bottom: 6px; }
.vg-landing-product-summary .vg-price { margin: 0 0 7px; color: var(--vg-leather-brown); font-size: 24px; font-weight: 700; }
.vg-landing-product-summary__intro { margin-bottom: 10px; color: var(--vg-ink-muted); font-size: 13px; line-height: 1.45; }
.vg-landing-includes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 14px; margin: 0; padding: 0; list-style: none; }
.vg-landing-includes li { display: flex; min-width: 0; flex-direction: column; gap: 1px; padding-top: 6px; border-top: 1px solid rgba(23,23,23,.12); font-size: 11px; line-height: 1.35; }
.vg-landing-includes strong { color: var(--vg-charcoal); font-size: 13px; }
.vg-landing-includes span { color: var(--vg-ink-muted); }
.vg-landing-step { margin: 12px 0 5px; color: var(--vg-charcoal); font-size: 12px; font-weight: 700; }
.vg-landing-product-summary__cta { margin-top: 16px; }

/* Native accessible lightbox used by all editable concept/media links. */
.vg-lightbox { width: min(94vw, 1240px); max-width: none; max-height: 92vh; padding: 0; border: 0; border-radius: var(--vg-radius); background: #171717; box-shadow: 0 26px 80px rgba(0,0,0,.45); }
.vg-lightbox::backdrop { background: rgba(23,23,23,.84); }
.vg-lightbox__image { display: block; width: 100%; max-height: 82vh; object-fit: contain; }
.vg-lightbox__close { position: absolute; top: 12px; right: 12px; z-index: 1; display: grid; width: 42px; height: 42px; min-height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(23,23,23,.7); color: #fff; font-size: 24px; line-height: 1; }
.vg-lightbox__caption { margin: 0; padding: 12px 18px 16px; color: rgba(247,245,241,.86); font-size: 13px; }

/* The custom widget is mounted inside Blocksy's native #footer. */
#footer { background: var(--vg-charcoal) !important; color: var(--vg-warm-white); }
#footer .vg-footer-shell { width: 100%; }
#footer .ct-container { max-width: none; }
#footer [data-row="middle"] { padding: 0; }
#footer [data-row="middle"] > .ct-container { width: 100%; max-width: none; padding: 0; }
#footer .ct-footer-copyright { border-top: 1px solid rgba(247,245,241,.16); color: rgba(247,245,241,.62) !important; }
#footer .vg-footer-shell a { color: rgba(247,245,241,.82); }
#footer .vg-footer-shell a:hover, #footer .vg-footer-shell a:focus-visible { color: #fff; }
.vg-hero__actions, .vg-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }

.vg-button, .vg-button.button, .vg-button.wp-block-button__link { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid var(--vg-charcoal); border-radius: var(--vg-radius); background: var(--vg-charcoal); color: var(--vg-warm-white) !important; font-size: 13px; font-weight: 700; letter-spacing: .09em; text-decoration: none !important; text-transform: uppercase; }
.vg-button:hover, .vg-button:focus-visible { border-color: var(--vg-leather-brown); background: var(--vg-leather-brown); color: #fff !important; }
.vg-button--light { border-color: var(--vg-warm-white); background: transparent; color: var(--vg-warm-white) !important; }

.vg-grid-3, .vg-grid-4 { display: grid; gap: 24px; }
.vg-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vg-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vg-card { padding: 24px; border: 1px solid var(--vg-light-beige); background: #fff; }
.vg-card img { margin: -24px -24px 20px; width: calc(100% + 48px); }
.vg-card a, .vg-page a { color: var(--vg-leather-brown); }
.vg-card a { font-weight: 700; }
.vg-trust-page .vg-shell { max-width: 920px; }
.vg-trust-page .vg-section { padding-block: clamp(64px, 9vw, 112px); }
.vg-trust-page h2 { margin-top: 44px; font-size: clamp(26px, 3vw, 40px); }
.vg-trust-page p { max-width: 760px; }
.vg-legal-placeholder { margin: 28px 0; padding: 20px 24px; border-left: 4px solid var(--vg-leather-brown); background: var(--vg-light-beige); color: var(--vg-charcoal); }
.vg-legal-placeholder strong { display: block; margin-bottom: 6px; font-size: 14px; }
.vg-package-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 32px; }
.vg-package-card { display: flex; min-height: 300px; flex-direction: column; padding: clamp(24px, 3vw, 36px); border: 1px solid var(--vg-border); background: #fff; }
.vg-package-card__media { margin: calc(-1 * clamp(24px, 3vw, 36px)) calc(-1 * clamp(24px, 3vw, 36px)) 24px; overflow: hidden; aspect-ratio: 1 / 1; background: var(--vg-light-beige); }
.vg-package-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.vg-package-card--featured { border-color: var(--vg-leather-brown); box-shadow: 0 14px 32px rgba(23,23,23,.08); transform: translateY(-8px); }
.vg-package-card h3 { margin-bottom: 14px; font-size: clamp(28px, 3vw, 38px); }
.vg-package-card p:not(.vg-eyebrow):not(.vg-package-card__price):not(.vg-package-card__pending) { max-width: 28rem; color: var(--vg-ink-muted); }
.vg-package-card__price { margin-top: auto; color: var(--vg-leather-brown); font-size: 24px; font-weight: 700; }
.vg-package-card__pending { margin-top: auto; color: var(--vg-ink-muted); font-size: 13px; }
.vg-package-card__actions { margin-top: 18px; }
.vg-package-card__actions .vg-button { margin-top: 0; }
.vg-addon-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr); gap: 28px; align-items: center; margin-top: 32px; padding: clamp(24px, 4vw, 40px); border: 1px solid var(--vg-border); background: var(--vg-light-beige); }
.vg-addon-card--pending { display: block; }
.vg-addon-card h3 { margin-bottom: 12px; }
.vg-addon-card__price { margin: 18px 0 0; color: var(--vg-leather-brown); font-size: 24px; font-weight: 700; }
.vg-addon-card__intro > :last-child { margin-bottom: 0; }
.vg-addon-card__form { padding: 20px; border: 1px solid rgba(23,23,23,.12); background: #fff; }
.vg-addon-card__form .variations_form { margin: 0; }
.vg-addon-card__form .single_add_to_cart_button { border-color: var(--vg-charcoal) !important; background: var(--vg-charcoal) !important; color: var(--vg-warm-white) !important; }
.vg-addon-card__form .single_add_to_cart_button:hover, .vg-addon-card__form .single_add_to_cart_button:focus-visible { border-color: var(--vg-leather-brown) !important; background: var(--vg-leather-brown) !important; }
.vg-addon-card__form .single_add_to_cart_button.disabled, .vg-addon-card__form .single_add_to_cart_button.wc-variation-selection-needed { border-color: #b9b3aa !important; background: #b9b3aa !important; color: #fff !important; cursor: not-allowed; opacity: 1; }
.vg-dark { background: var(--vg-charcoal); color: var(--vg-warm-white); }
.vg-dark h2, .vg-dark h3 { color: var(--vg-warm-white); }
.vg-section--beige { background: var(--vg-light-beige); }
.vg-section-heading { max-width: 850px; margin-bottom: clamp(32px, 5vw, 64px); }
.vg-section-heading > :last-child { margin-bottom: 0; }

/* Signature editorial components used by the VELGLOSS brand story. */
.vg-brand-hero .vg-hero__media { position: relative; }
.vg-brand-hero .vg-hero__media::before { content: ""; position: absolute; z-index: 0; inset: -22px 28px 22px -28px; border: 1px solid rgba(232,222,209,.28); }
.vg-brand-hero .vg-hero__media > * { position: relative; z-index: 1; }
.vg-hero-facts { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 28px; color: rgba(247,245,241,.78); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.vg-hero-facts span + span::before { content: "·"; margin-right: 20px; color: var(--vg-bronze); }
.vg-story-split__grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: clamp(40px, 7vw, 96px); align-items: center; }
.vg-story-split__copy { max-width: 580px; }
.vg-story-split__copy p:not(.vg-eyebrow) { max-width: 58ch; }
.vg-story-split__media { margin: 0; }
.vg-story-split__media img { display: block; width: 100%; border-radius: var(--vg-radius); }
.vg-story-split__media figcaption { max-width: 50ch; margin-top: 12px; color: var(--vg-ink-muted); font-size: 12px; }
.vg-project-grid { margin-top: 42px; }
.vg-project-card { overflow: hidden; border-bottom: 1px solid rgba(23,23,23,.28); background: var(--vg-warm-white); }
.vg-project-card .vg-media-link { aspect-ratio: 3 / 2; overflow: hidden; }
.vg-project-card img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
.vg-project-card > div:last-child { padding: 24px 2px 28px; }
.vg-project-card > div:last-child > span { display: block; margin-bottom: 10px; color: var(--vg-bronze); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.vg-project-card h3 { font-size: clamp(26px, 2.5vw, 36px); }
.vg-suitability-matrix { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--vg-border); }
.vg-suitability-matrix > div { padding: clamp(28px, 5vw, 56px); }
.vg-suitability-matrix > div + div { border-left: 1px solid var(--vg-border); background: var(--vg-light-beige); }
.vg-suitability-matrix ul { margin: 20px 0 0; padding: 0; list-style: none; }
.vg-suitability-matrix li { position: relative; padding: 10px 0 10px 28px; border-top: 1px solid rgba(23,23,23,.1); }
.vg-suitability-matrix li::before { content: "—"; position: absolute; left: 0; color: var(--vg-leather-brown); }
.vg-process-rail { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vg-process-rail article { position: relative; min-height: 230px; padding: 28px 28px 24px 0; border-top: 1px solid rgba(247,245,241,.32); }
.vg-process-rail article:not(:last-child) { border-right: 1px solid rgba(247,245,241,.14); }
.vg-process-rail article + article { padding-left: 28px; }
.vg-process-rail span { display: block; margin-bottom: 42px; color: var(--vg-bronze); font-size: 13px; font-weight: 800; letter-spacing: .16em; }
.vg-process-rail h3 { font-size: clamp(24px, 2.3vw, 34px); }
.vg-process-rail p { max-width: 24ch; margin-bottom: 0; color: rgba(247,245,241,.72); }
.vg-inline-offer { display: flex; gap: 32px; align-items: end; justify-content: space-between; margin-top: 52px; padding: 32px 0 0; border-top: 1px solid rgba(247,245,241,.22); }
.vg-inline-offer h3 { margin-bottom: 8px; }
.vg-inline-offer p { max-width: 58ch; }
.vg-inline-offer .vg-product-cta__price { margin: 0 0 12px; color: var(--vg-light-beige); text-align: right; }
.vg-swatches--compact { margin: 32px 0; }
.vg-swatches--compact .vg-swatch__color { aspect-ratio: 1.35 / 1; }
.vg-brand-statement { text-align: center; }
.vg-brand-statement blockquote { max-width: 980px; margin: 0 auto clamp(44px, 6vw, 72px); color: var(--vg-charcoal); font-family: var(--vg-font-display); font-size: clamp(34px, 5.2vw, 68px); font-weight: 500; line-height: 1.12; letter-spacing: -.03em; }
.vg-brand-statement .vg-grid-3 { margin-bottom: 38px; text-align: left; }
.vg-final-cta--dark { background: var(--vg-charcoal); color: var(--vg-warm-white); }
.vg-final-cta--dark h2 { color: var(--vg-warm-white); }
.vg-final-cta--dark .vg-button { border-color: var(--vg-warm-white); background: var(--vg-warm-white); color: var(--vg-charcoal) !important; }
.vg-final-cta--dark .vg-button:hover, .vg-final-cta--dark .vg-button:focus-visible { border-color: var(--vg-light-beige); background: var(--vg-light-beige); }
.vg-trust-strip { display: flex; flex-wrap: wrap; gap: 10px 26px; justify-content: center; margin-top: 32px; color: rgba(247,245,241,.72); font-size: 12px; }
.vg-trust-strip a { color: var(--vg-warm-white); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.vg-trust-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 40px 0; background: var(--vg-border); border: 1px solid var(--vg-border); }
.vg-trust-facts > div { padding: 22px; background: var(--vg-warm-white); }
.vg-trust-facts strong, .vg-trust-facts span { display: block; }
.vg-trust-facts strong { color: var(--vg-leather-brown); font-family: var(--vg-font-display); font-size: 28px; font-weight: 500; }
.vg-trust-facts span { margin-top: 4px; color: var(--vg-ink-muted); font-size: 12px; }
.vg-process-detail { border-top: 1px solid var(--vg-border); }
.vg-process-step { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: clamp(24px, 5vw, 72px); padding-block: clamp(36px, 5vw, 64px); border-bottom: 1px solid var(--vg-border); }
/* WordPress's paragraph formatter may insert an empty paragraph between the
   step number and its copy. It must not become a third grid item. */
.vg-process-step > p:empty { display: none; }
.vg-process-step > span { color: var(--vg-leather-brown); font-family: var(--vg-font-display); font-size: clamp(42px, 5vw, 64px); line-height: 1; }
.vg-process-step > div { max-width: 700px; }
.vg-process-step h3 { font-size: clamp(28px, 3vw, 42px); }
.vg-how-step-card { grid-template-columns: 72px minmax(220px, .8fr) minmax(0, 1fr); align-items: start; gap: clamp(20px, 3vw, 44px); }
.vg-how-step-card__media { min-width: 0; margin: 0; }
.vg-how-step-card__media .vg-media-link { display: block; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--vg-radius); background: var(--vg-light-beige); }
.vg-how-step-card__media img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.vg-how-step-card__meta { margin-top: 24px; color: var(--vg-ink-muted); font-size: 13px; line-height: 1.6; }
.vg-how-step-card__meta strong { color: var(--vg-charcoal); }
.vg-how-page__disclaimer { margin-top: 24px; }
@media (max-width: 900px) {
  .vg-how-step-card { grid-template-columns: 64px minmax(0, 1fr); gap: 20px 24px; }
  .vg-how-step-card__media, .vg-how-step-card > div { grid-column: 2; }
  .vg-how-step-card__media { max-width: 360px; }
}
@media (max-width: 560px) {
  .vg-how-step-card { grid-template-columns: 44px minmax(0, 1fr); gap: 16px; padding-block: 32px; }
  .vg-how-step-card__media { max-width: none; }
  .vg-how-step-card h3 { font-size: 30px; }
}
.vg-about-page #vg-about-honesty .vg-brand-statement blockquote { color: var(--vg-warm-white); }
.vg-about-page #vg-about-honesty .vg-brand-statement { text-align: left; }
.vg-about-page #vg-about-honesty .vg-hero__actions { justify-content: flex-start; }
.vg-contact-form-shell { margin-top: 44px; padding: clamp(28px, 5vw, 48px); border: 1px solid var(--vg-border); background: var(--vg-light-beige); }
.vg-contact-page .fluentform { margin-top: 44px; padding: clamp(28px, 5vw, 48px); border: 1px solid var(--vg-border); background: var(--vg-light-beige); }
.vg-contact-page .fluentform .ff-el-group { margin-bottom: 24px; }
.vg-contact-page .fluentform .ff-el-input--label label { color: var(--vg-charcoal); font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.vg-contact-page .fluentform .ff-el-form-control { min-height: 50px; border: 1px solid rgba(23,23,23,.2); border-radius: var(--vg-radius); background: #fff; color: var(--vg-charcoal); }
.vg-contact-page .fluentform textarea.ff-el-form-control { min-height: 160px; padding: 14px 16px; }
.vg-contact-page .fluentform .ff-el-form-control:focus { border-color: var(--vg-leather-brown); box-shadow: 0 0 0 3px rgba(107,70,50,.12); }
.vg-contact-page .fluentform .ff-btn-submit { min-height: 52px; padding: 13px 28px; border: 1px solid var(--vg-charcoal) !important; border-radius: var(--vg-radius) !important; background: var(--vg-charcoal) !important; color: var(--vg-warm-white) !important; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; opacity: 1 !important; }
.vg-contact-page .fluentform .ff-btn-submit:hover, .vg-contact-page .fluentform .ff-btn-submit:focus-visible { border-color: var(--vg-leather-brown) !important; background: var(--vg-leather-brown) !important; }
.vg-contact-page .fluentform .ff-el-is-error .ff-el-form-control { border-color: #8b2e2e; }
.vg-contact-page .fluentform .text-danger { color: #8b2e2e; }
.vg-contact-page .fluentform .ff-message-success { padding: 22px 24px; border: 1px solid var(--vg-leather-brown); background: #fff; color: var(--vg-charcoal); }

/* Account forms are WooCommerce-native, but must not inherit Blocksy's blue
   starter-action color or a translated registration-policy default. */
.woocommerce-account .woocommerce-form-login .woocommerce-button,
.woocommerce-account .woocommerce-form-register .woocommerce-button {
	border-color: var(--vg-charcoal) !important;
	border-radius: var(--vg-radius) !important;
	background: var(--vg-charcoal) !important;
	color: var(--vg-warm-white) !important;
}
.woocommerce-account .woocommerce-form-login .woocommerce-button:hover,
.woocommerce-account .woocommerce-form-login .woocommerce-button:focus-visible,
.woocommerce-account .woocommerce-form-register .woocommerce-button:hover,
.woocommerce-account .woocommerce-form-register .woocommerce-button:focus-visible {
	border-color: var(--vg-leather-brown) !important;
	background: var(--vg-leather-brown) !important;
}

.vg-steps { counter-reset: vg-step; }
.vg-step { padding: 26px 0; border-top: 1px solid rgba(232, 222, 209, .32); }
.vg-step::before { counter-increment: vg-step; content: counter(vg-step, decimal-leading-zero); display: block; margin-bottom: 16px; color: var(--vg-bronze); font-size: 13px; font-weight: 700; letter-spacing: .16em; }
.vg-step p { margin: 0; }
.vg-swatches { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.vg-swatch { display: block; padding: 0; border: 0; background: transparent; color: var(--vg-charcoal); text-align: left; }
.vg-swatch__color { display: block; aspect-ratio: 1; margin-bottom: 10px; border: 1px solid rgba(23,23,23,.18); background: var(--vg-swatch); }
.vg-swatch__name { font-size: 13px; font-weight: 700; }
.vg-visual-swatches { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 16px; }
.vg-visual-swatch { display: flex; min-height: 48px; align-items: center; gap: 8px; padding: 8px 10px; border: 1px solid var(--vg-border); background: #fff; color: var(--vg-charcoal); font-size: 12px; font-weight: 600; text-align: left; }
.vg-visual-swatch span:first-child { width: 24px; height: 24px; flex: 0 0 24px; border: 1px solid rgba(23,23,23,.2); border-radius: 50%; background: var(--vg-swatch); }
.vg-visual-swatch[aria-pressed="true"], .vg-visual-swatch:hover, .vg-visual-swatch:focus-visible { border-color: var(--vg-charcoal); box-shadow: 0 0 0 2px var(--vg-light-beige); }

.vg-product-cta, .vg-final-cta, .vg-product-recommendation { background: var(--vg-light-beige); padding-inline: var(--vg-gutter); }
.vg-product-cta { padding-block: clamp(28px, 4vw, 48px); border: 1px solid rgba(23,23,23,.12); }
.vg-product-cta > h3, .vg-product-cta > p:not(.vg-eyebrow), .vg-product-cta .vg-purchase-form { color: var(--vg-charcoal); }
.vg-product-cta__price, .vg-product-recommendation__price, .vg-price { color: var(--vg-leather-brown); font-size: 28px; font-weight: 700; }
.vg-purchase-form { padding: clamp(20px, 3vw, 32px); border: 1px solid var(--vg-border); background: #fff; }
.vg-purchase-form .variations select, .vg-purchase-form .quantity .input-text, .vg-purchase-form .quantity .minus, .vg-purchase-form .quantity .plus, .vg-purchase-form .single_add_to_cart_button { min-height: 48px; }
.vg-purchase-form .single_add_to_cart_button { border-color: var(--vg-charcoal); background: var(--vg-charcoal); color: var(--vg-warm-white); }
.vg-purchase-form .single_add_to_cart_button:hover, .vg-purchase-form .single_add_to_cart_button:focus-visible { border-color: var(--vg-leather-brown); background: var(--vg-leather-brown); }
.vg-purchase-form .single_add_to_cart_button.disabled, .vg-purchase-form .single_add_to_cart_button.wc-variation-selection-needed { border-color: #b9b3aa !important; background: #b9b3aa !important; color: #fff !important; cursor: not-allowed; opacity: 1; }
.vg-purchase-form .ct-variation-swatches { position: relative; display: flex; flex-wrap: wrap; gap: 10px; }
.vg-js .vg-purchase-form .ct-variation-swatches select { position: absolute !important; width: 1px !important; height: 1px !important; max-height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; opacity: 0 !important; pointer-events: none !important; white-space: nowrap !important; border: 0 !important; }
.vg-purchase-form .ct-variation-swatches .ct-swatch-container { order: 99; min-height: 48px; margin: 0 !important; padding: 0 14px !important; border: 1px solid rgba(23,23,23,.16) !important; border-radius: 999px !important; background: #fff !important; color: var(--vg-charcoal) !important; }
.vg-purchase-form .ct-variation-swatches .ct-swatch-container:hover, .vg-purchase-form .ct-variation-swatches .ct-swatch-container:focus-visible, .vg-purchase-form .ct-variation-swatches .ct-swatch-container[aria-pressed="true"] { border-color: var(--vg-leather-brown) !important; box-shadow: 0 0 0 3px rgba(107,70,50,.12); }
.vg-purchase-form .ct-variation-swatches .ct-swatch-container[data-value="black"] { --vg-swatch: #171717; order: 1; }
.vg-purchase-form .ct-variation-swatches .ct-swatch-container[data-value="dark-brown"] { --vg-swatch: #3b2418; order: 2; }
.vg-purchase-form .ct-variation-swatches .ct-swatch-container[data-value="brown"] { --vg-swatch: #6b4632; order: 3; }
.vg-purchase-form .ct-variation-swatches .ct-swatch-container[data-value="light-brown"] { --vg-swatch: #a47551; order: 4; }
.vg-purchase-form .ct-variation-swatches .ct-swatch-container[data-value="tan"] { --vg-swatch: #c49a6c; order: 5; }
.vg-purchase-form .ct-variation-swatches .ct-swatch-container[data-value="white"] { --vg-swatch: #f4f1eb; order: 6; }
.vg-purchase-form .ct-variation-swatches .ct-swatch-container .ct-swatch { display: inline-flex !important; align-items: center; gap: 9px; padding: 0 !important; border: 0 !important; background: transparent !important; color: inherit !important; box-shadow: none !important; }
.vg-purchase-form .ct-variation-swatches .ct-swatch-container .ct-swatch::before { content: ""; display: inline-block; width: 18px; height: 18px; flex: 0 0 18px; border: 1px solid rgba(23,23,23,.18); border-radius: 50%; background: var(--vg-swatch); }
.vg-purchase-form .ct-variation-swatches .ct-swatch-container[data-value="white"] .ct-swatch::before { box-shadow: inset 0 0 0 2px #fff; }
.vg-purchase-form .ct-variation-swatches .ct-swatch-content { color: inherit !important; font-weight: 700; }

/* Blocksy's native variation buttons stay editable WooCommerce controls, but
   receive a VELGLOSS color chip and a calm, consistent order on every form. */
.single-product .ct-variation-swatches { display: flex; flex-wrap: wrap; gap: 10px; }
.vg-js .single-product .ct-variation-swatches select { position: absolute !important; width: 1px !important; height: 1px !important; max-height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; opacity: 0 !important; pointer-events: none !important; white-space: nowrap !important; border: 0 !important; }
.single-product .ct-variation-swatches .ct-swatch-container { order: 99; min-height: 48px; margin: 0 !important; padding: 0 14px !important; border: 1px solid rgba(23,23,23,.16) !important; border-radius: 999px !important; background: #fff !important; color: var(--vg-charcoal) !important; }
.single-product .ct-variation-swatches .ct-swatch-container:hover, .single-product .ct-variation-swatches .ct-swatch-container:focus-visible, .single-product .ct-variation-swatches .ct-swatch-container[aria-pressed="true"] { border-color: var(--vg-leather-brown) !important; box-shadow: 0 0 0 3px rgba(107,70,50,.12); }
.single-product .ct-variation-swatches .ct-swatch-container[data-value="black"] { --vg-swatch: #171717; order: 1; }
.single-product .ct-variation-swatches .ct-swatch-container[data-value="dark-brown"] { --vg-swatch: #3b2418; order: 2; }
.single-product .ct-variation-swatches .ct-swatch-container[data-value="brown"] { --vg-swatch: #6b4632; order: 3; }
.single-product .ct-variation-swatches .ct-swatch-container[data-value="light-brown"] { --vg-swatch: #a47551; order: 4; }
.single-product .ct-variation-swatches .ct-swatch-container[data-value="tan"] { --vg-swatch: #c49a6c; order: 5; }
.single-product .ct-variation-swatches .ct-swatch-container[data-value="white"] { --vg-swatch: #f4f1eb; order: 6; }
.single-product .ct-variation-swatches .ct-swatch-container .ct-swatch { display: inline-flex !important; align-items: center; gap: 9px; padding: 0 !important; border: 0 !important; background: transparent !important; color: inherit !important; box-shadow: none !important; }
.single-product .ct-variation-swatches .ct-swatch-container .ct-swatch::before { content: ""; display: inline-block; width: 18px; height: 18px; flex: 0 0 18px; border: 1px solid rgba(23,23,23,.18); border-radius: 50%; background: var(--vg-swatch); }
.single-product .ct-variation-swatches .ct-swatch-container[data-value="white"] .ct-swatch::before { box-shadow: inset 0 0 0 2px #fff; }
.single-product .ct-variation-swatches .ct-swatch-content { color: inherit !important; font-weight: 700; }

.vg-before-after__grid, .vg-case-study-card { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.vg-proof-panel, .vg-placeholder { min-height: clamp(220px, 32vw, 420px); display: grid; place-items: center; padding: 24px; border: 1px dashed rgba(23,23,23,.35); background: var(--vg-light-beige); text-align: center; }
.vg-case-gallery-section { background: #fff; }
.vg-case-gallery { align-items: stretch; }
.vg-case-card { overflow: hidden; border: 1px solid var(--vg-border); background: var(--vg-warm-white); }
.vg-before-after-media { position: relative; overflow: hidden; background: var(--vg-light-beige); }
.vg-before-after-media .vg-media-link { display: block; overflow: hidden; }
.vg-before-after-labels { position: absolute; z-index: 3; inset: 14px 14px auto; display: flex; justify-content: space-between; pointer-events: none; }
.vg-before-after-labels span { padding: 6px 9px; border: 1px solid rgba(247,245,241,.5); border-radius: 999px; background: rgba(23,23,23,.72); color: var(--vg-warm-white); font-size: 10px; font-weight: 800; letter-spacing: .14em; line-height: 1; text-transform: uppercase; }
.vg-case-card .vg-media-link img { display: block; width: 100%; height: auto; border-radius: 0; }
.vg-case-card__body { padding: 22px 24px 26px; }
.vg-case-card__body h3 { margin-bottom: 8px; font-size: clamp(21px, 2vw, 28px); }
.vg-case-card__body p:last-child { margin-bottom: 0; }
.vg-case-card__eyebrow { margin: 0 0 8px; color: var(--vg-leather-brown); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.vg-faq__list { max-width: 820px; border-top: 1px solid var(--vg-border); }
.vg-faq details { border-bottom: 1px solid var(--vg-border); }
.vg-faq summary { min-height: 50px; padding: 14px 36px 14px 0; cursor: pointer; position: relative; font-weight: 600; }
.vg-faq summary::after { content: '+'; position: absolute; right: 6px; }
.vg-faq details[open] summary::after { content: '−'; }
.vg-faq details p { margin: 0 0 16px; max-width: 700px; }
.vg-final-cta { text-align: center; }

/* Single-product conversion layout: gallery and purchase controls share the
   first screen, while the editable long-form description follows below. */
.single-product .product-entry-wrapper.is-width-constrained { width: min(var(--vg-content-max), calc(100% - (2 * var(--vg-gutter)))); max-width: var(--vg-content-max); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: clamp(32px, 5vw, 72px); align-items: start; padding-block: clamp(32px, 5vw, 64px) clamp(56px, 8vw, 104px); }
.single-product .woocommerce-product-gallery { grid-column: 1; grid-row: 1; margin: 0; }
.single-product .woocommerce-product-gallery .ct-media-container { aspect-ratio: 1 / 1; overflow: hidden; }
.single-product .woocommerce-product-gallery .ct-media-container img { width: 100%; height: 100%; aspect-ratio: auto !important; object-fit: cover; }
.single-product .product-entry-wrapper .summary.entry-summary { display: block !important; grid-template-columns: none !important; grid-column: 2; grid-row: 1; position: sticky; top: 28px; margin: 0; padding: clamp(28px, 3vw, 40px); border: 1px solid var(--vg-border); background: #fff; }
.single-product .vg-concept-note { margin: 12px 0 22px; color: var(--vg-ink-muted); font-size: 12px; line-height: 1.55; }
.single-product .summary.entry-summary > .entry-summary-items { display: block; width: 100%; }
.single-product .summary.entry-summary > .entry-summary-items + .entry-summary-items { margin-top: 24px; }
.single-product .summary.entry-summary > .entry-summary-items:nth-child(2) { display: none !important; }
.single-product .summary .product_title { max-width: 100%; margin: 0 0 20px; font-family: var(--vg-font-display); font-size: clamp(36px, 3.2vw, 48px); line-height: 1.06; letter-spacing: -0.025em; }
.single-product .summary .price { margin: 0 0 24px; color: var(--vg-leather-brown); font-size: 28px; font-weight: 700; }
.single-product .summary .woocommerce-product-details__short-description { max-width: 34rem; margin-bottom: 28px; font-size: 17px; }
.single-product .vg-product-detail-jump { margin: -8px 0 24px; font-size: 13px; font-weight: 700; }
.single-product .vg-product-detail-jump a { color: var(--vg-leather-brown); text-decoration: underline; text-underline-offset: 4px; }
.single-product .vg-product-detail-jump a:hover, .single-product .vg-product-detail-jump a:focus-visible { color: var(--vg-charcoal); }
.single-product .summary .single_add_to_cart_button { border-color: var(--vg-charcoal) !important; background: var(--vg-charcoal) !important; color: var(--vg-warm-white) !important; }
.single-product .summary .single_add_to_cart_button:hover, .single-product .summary .single_add_to_cart_button:focus-visible { border-color: var(--vg-leather-brown) !important; background: var(--vg-leather-brown) !important; }
.single-product .summary .single_add_to_cart_button.disabled, .single-product .summary .single_add_to_cart_button.wc-variation-selection-needed { border-color: #b9b3aa !important; background: #b9b3aa !important; color: #fff !important; cursor: not-allowed; opacity: 1; }
.single-product .summary .ct-product-divider { display: none; }
.single-product .summary .ct-product-additional-info, .single-product .summary .ct-product-additional-actions { display: none !important; }
.single-product .summary .ct-payment-methods { display: none !important; }
.single-product .ct-floating-bar { display: none !important; }
.single-product #vg-purchase-panel, .single-product #vg-product-details { scroll-margin-top: 112px; }
.single-product .vg-product-details-anchor { display: block; height: 0; }
.single-product .vg-addon-card { width: min(var(--vg-content-max), calc(100% - (2 * var(--vg-gutter)))); max-width: 920px; margin: clamp(28px, 4vw, 56px) auto clamp(56px, 8vw, 104px); grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr); align-items: center; }
.single-product .vg-addon-card__intro h3 { font-size: clamp(24px, 2.5vw, 32px); }
.single-product .woocommerce-tabs, .single-product .related, .single-product .upsells { width: min(var(--vg-content-max), calc(100% - (2 * var(--vg-gutter)))); max-width: var(--vg-content-max); margin-inline: auto; }
.single-product .woocommerce-tabs { padding-block: 0 var(--vg-section-space); }
.single-product .vg-product-description { overflow: hidden; }
.single-product .vg-product-description .vg-section { width: 100%; max-width: none; }
.single-product .vg-product-story-section > * { width: min(var(--vg-content-max), calc(100% - (2 * var(--vg-gutter)))); margin-inline: auto; }
.single-product .vg-product-story-section > .vg-section-heading { margin-inline: auto; }
.vg-section-heading { max-width: 760px; margin-bottom: clamp(28px, 4vw, 52px); }
.vg-section-heading > :last-child { margin-bottom: 0; }
.vg-condition-grid article { min-height: 230px; padding: clamp(24px, 3vw, 36px); border: 1px solid var(--vg-border); background: #fff; }
.vg-condition-grid article > span { display: block; margin-bottom: 46px; color: var(--vg-leather-brown); font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.vg-suitability-callout { display: flex; align-items: center; gap: 18px; margin-top: 24px !important; padding: 20px 24px; border-left: 4px solid var(--vg-leather-brown); background: var(--vg-light-beige); }
.vg-suitability-callout strong { flex: 0 0 auto; }
.vg-included-grid small, .vg-process-rail small { display: inline-block; margin-left: 6px; color: var(--vg-bronze); font-family: var(--vg-font-body); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.vg-process-rail--product { width: min(var(--vg-content-max), calc(100% - (2 * var(--vg-gutter)))); margin-inline: auto; padding: 24px; background: var(--vg-charcoal); }
.vg-product-description #vg-product-color .vg-swatches { margin-bottom: 30px; }
.vg-compatibility-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.vg-compatibility-grid article { padding: clamp(28px, 4vw, 48px); border: 1px solid var(--vg-border); background: #fff; }
.vg-compatibility-grid article:last-child { background: var(--vg-light-beige); }
.vg-fulfillment-grid article { padding: clamp(26px, 3vw, 38px); border-top: 2px solid var(--vg-charcoal); background: #fff; }
.vg-final-cta--dark { background: var(--vg-charcoal); color: var(--vg-warm-white); }
.vg-final-cta--dark h2, .vg-final-cta--dark p { color: inherit; }
.vg-final-cta--dark .vg-eyebrow { color: var(--vg-bronze); }

/* Desktop landing pages should put the offer and CTA inside the first screen.
   The furniture headline is intentionally long, so give it a wider, slightly
   tighter display treatment without changing the mobile type scale. */
@media (min-width: 901px) {
  .vg-landing section.vg-hero > .vg-shell.vg-hero,
  .vg-shop-page section.vg-hero > .vg-shell.vg-hero { gap: clamp(32px, 4vw, 64px); grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr); }
  .vg-landing section.vg-hero > .vg-shell.vg-hero { min-height: clamp(600px, calc(100vh - 152px), 780px); padding-block: clamp(56px, 6vw, 88px); }
  .vg-landing .vg-hero h1 { max-width: 640px; margin-bottom: 18px; font-size: clamp(48px, 4.6vw, 60px); line-height: 1.02; }
  .vg-landing .vg-hero .vg-lede { max-width: 560px; font-size: clamp(17px, 1.6vw, 21px); }
  .vg-landing .vg-hero .vg-media,
  .vg-shop-page .vg-hero .vg-hero__media { width: 100%; margin: 0; }
  /* Blocksy may stretch the figure to the height of the longer headline
     column. Keep the media at its intrinsic aspect-ratio box so landing-page
     heroes do not show a large empty panel above the image. */
  .vg-landing .vg-hero .vg-media { align-self: start; height: fit-content; }
  .vg-landing .vg-hero .vg-media-link,
  .vg-shop-page .vg-hero .vg-media-link { display: block; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--vg-radius); }
  .vg-landing .vg-hero .vg-media img,
  .vg-shop-page .vg-hero .vg-hero__media img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
}

.ct-header:not(.ct-panel) { position: sticky !important; top: 0 !important; z-index: 100 !important; }
body.admin-bar .ct-header:not(.ct-panel) { top: 32px !important; }
@media (max-width: 782px) {
  body.admin-bar .ct-header:not(.ct-panel) { top: 46px !important; }
}
.ct-header, .ct-header > [data-device], .ct-header [data-row], .ct-header [data-row] > div, .ct-header .ct-container { background-color: var(--vg-warm-white) !important; }
.ct-header .ct-menu-link, .ct-header .ct-header-search, .ct-header .ct-header-cart, .ct-header .ct-header-account { color: var(--vg-charcoal) !important; }
.ct-header svg { color: currentColor; fill: currentColor; }
/* Blocksy keeps submenu surfaces on a separate color token. Make the Learn
   dropdown an intentional light menu so charcoal links never sit on its
   inherited navy surface. */
.ct-header .sub-menu { padding: 8px !important; border: 1px solid var(--vg-border) !important; border-radius: var(--vg-radius) !important; background: var(--vg-warm-white) !important; box-shadow: 0 18px 42px rgba(23,23,23,.16) !important; color: var(--vg-charcoal) !important; }
.ct-header .sub-menu .ct-menu-link { border-radius: calc(var(--vg-radius) - 2px); color: var(--vg-charcoal) !important; }
.ct-header .sub-menu .ct-menu-link:hover, .ct-header .sub-menu .ct-menu-link:focus-visible { background: var(--vg-light-beige) !important; color: var(--vg-leather-brown) !important; }
.ct-header-account-dropdown { min-width: 250px; padding: 10px !important; border: 1px solid var(--vg-border) !important; border-radius: var(--vg-radius); background: var(--vg-warm-white) !important; box-shadow: 0 18px 42px rgba(23,23,23,.16) !important; color: var(--vg-charcoal) !important; }
.ct-header-account-dropdown .ct-menu-link, .ct-header-account-dropdown .ct-menu-link *, .ct-header-account-dropdown a, .ct-header-account-dropdown b, .ct-header-account-dropdown small { color: var(--vg-charcoal) !important; }
.ct-header-account-dropdown .ct-menu-link { border-radius: calc(var(--vg-radius) - 2px); }
.ct-header-account-dropdown .ct-menu-link:hover, .ct-header-account-dropdown .ct-menu-link:focus-visible, .ct-header-account-dropdown a:hover, .ct-header-account-dropdown a:focus-visible { background: var(--vg-light-beige) !important; color: var(--vg-leather-brown) !important; }
.ct-header-account-dropdown .ct-header-account-divider { border-color: var(--vg-border) !important; }
.ct-header-account-dropdown .ct-header-account-user-info { margin-bottom: 6px; }
.ct-header-account .ct-account-item, .ct-header-account .ct-account-item * { color: var(--vg-charcoal) !important; }
.ct-header-account .ct-account-item:hover, .ct-header-account .ct-account-item:focus-visible { color: var(--vg-leather-brown) !important; }
.ct-dynamic-count-cart { background: var(--vg-leather-brown) !important; color: #fff !important; }
#woo-cart-panel .ct-panel-inner, #woo-cart-panel .ct-panel-actions, #woo-cart-panel .ct-panel-content, #woo-cart-panel .ct-panel-content-inner { background: var(--vg-warm-white) !important; color: var(--vg-charcoal) !important; }
#woo-cart-panel .ct-panel-inner { width: min(500px, 100vw); border-left: 1px solid var(--vg-border); box-shadow: -18px 0 42px rgba(23,23,23,.12); }
#woo-cart-panel .ct-panel-actions { min-height: 72px; align-items: center; padding: 20px 28px !important; border-bottom: 1px solid var(--vg-border); }
#woo-cart-panel .ct-panel-heading { color: var(--vg-charcoal) !important; font-family: var(--vg-font-display); font-size: 24px; font-weight: 500; letter-spacing: -.02em; }
#woo-cart-panel .ct-toggle-close { color: var(--vg-charcoal) !important; }
#woo-cart-panel .woocommerce-mini-cart-item { margin-bottom: 22px; padding-bottom: 22px; border-bottom: 1px solid var(--vg-border); color: var(--vg-charcoal); }
#woo-cart-panel .woocommerce-mini-cart-item .product-title { color: var(--vg-charcoal) !important; font-size: 15px; font-weight: 700; line-height: 1.45; }
#woo-cart-panel .woocommerce-mini-cart-item .product-title:hover, #woo-cart-panel .woocommerce-mini-cart-item .product-title:focus-visible { color: var(--vg-leather-brown) !important; }
#woo-cart-panel .woocommerce-mini-cart-item .ct-media-container { overflow: hidden; border-radius: var(--vg-radius); }
#woo-cart-panel .woocommerce-mini-cart-item .remove { color: var(--vg-charcoal) !important; }
#woo-cart-panel .woocommerce-mini-cart-item .remove:hover, #woo-cart-panel .woocommerce-mini-cart-item .remove:focus-visible { color: var(--vg-leather-brown) !important; }
#woo-cart-panel .ct-product-actions { color: var(--vg-charcoal) !important; }
#woo-cart-panel .quantity { border-color: var(--vg-border) !important; background: #fff !important; }
#woo-cart-panel .quantity input, #woo-cart-panel .quantity input:focus { border-color: rgba(23,23,23,.18) !important; color: var(--vg-charcoal) !important; box-shadow: none !important; }
#woo-cart-panel .woocommerce-mini-cart__total { margin-top: 10px; padding-top: 22px; border-top: 1px solid var(--vg-border); color: var(--vg-charcoal) !important; }
#woo-cart-panel .woocommerce-mini-cart__buttons { gap: 12px; margin-top: 20px; }
#woo-cart-panel .woocommerce-mini-cart__buttons .button { border: 1px solid var(--vg-charcoal) !important; border-radius: var(--vg-radius); background: var(--vg-charcoal) !important; color: var(--vg-warm-white) !important; }
#woo-cart-panel .woocommerce-mini-cart__buttons .button.checkout { border-color: var(--vg-leather-brown) !important; background: var(--vg-leather-brown) !important; }
#woo-cart-panel .woocommerce-mini-cart__buttons .button:hover, #woo-cart-panel .woocommerce-mini-cart__buttons .button:focus-visible { background: #3a3a3a !important; color: #fff !important; }
.vg-addon-pending-button { margin-top: 16px; opacity: .62; cursor: not-allowed; }
.home .ct-header, .home .ct-header > [data-device], .home .ct-header [data-row], .home .ct-header [data-row] > div, .home .ct-header .ct-container { background-color: var(--vg-charcoal) !important; }
.home .ct-header .ct-menu-link, .home .ct-header .ct-header-search, .home .ct-header .ct-header-cart, .home .ct-header .ct-header-account { color: var(--vg-warm-white) !important; }
.home .ct-header .ct-header-trigger,
.home .ct-header .ct-header-trigger svg,
.home .ct-header .ct-header-cart svg,
.home .ct-header .ct-header-search svg { color: var(--vg-warm-white) !important; fill: currentColor !important; }
.home .ct-header .sub-menu .ct-menu-link { color: var(--vg-charcoal) !important; }
.home .ct-header .sub-menu .ct-menu-link:hover, .home .ct-header .sub-menu .ct-menu-link:focus-visible { color: var(--vg-leather-brown) !important; }
.home .ct-header .site-title, .home .ct-header .site-title a { color: var(--vg-warm-white) !important; }
.home .ct-header .ct-header-account, .home .ct-header .ct-header-account * { color: var(--vg-warm-white) !important; fill: currentColor; }
.ct-header:not(.ct-panel) .vg-mobile-account-link { display: none !important; }
#offcanvas,
#offcanvas .ct-panel-inner,
#offcanvas .ct-panel-actions,
#offcanvas .ct-panel-content,
#offcanvas .ct-panel-content-inner { background: var(--vg-warm-white) !important; color: var(--vg-charcoal) !important; }
#offcanvas .ct-panel-inner { width: min(360px, 100vw); border-right: 1px solid var(--vg-border); box-shadow: 18px 0 42px rgba(23,23,23,.16); }
#offcanvas .ct-panel-actions { min-height: 72px; align-items: center; padding: 18px 24px !important; border-bottom: 1px solid var(--vg-border); }
#offcanvas .ct-panel-actions::before { content: 'MENU'; margin-right: auto; color: var(--vg-muted); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
#offcanvas .ct-toggle-close { color: var(--vg-charcoal) !important; fill: currentColor !important; }
#offcanvas .ct-menu-link, #offcanvas .ct-toggle-dropdown-mobile { color: var(--vg-charcoal) !important; }
#offcanvas .ct-menu-link { border-radius: calc(var(--vg-radius) - 2px); }
#offcanvas .ct-menu-link:hover, #offcanvas .ct-menu-link:focus-visible { background: var(--vg-light-beige) !important; color: var(--vg-leather-brown) !important; }
#offcanvas .vg-mobile-account-link { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--vg-border); }
.ct-shortcuts-bar { display: none !important; }

/* Cart and checkout are part of the brand experience, not generic theme
   utilities. Keep native WooCommerce behavior while giving every decision
   surface the same warm canvas, quiet borders and high-contrast actions. */
.woocommerce-cart .site-main, .woocommerce-checkout .site-main { padding-block: clamp(40px, 6vw, 84px); background: var(--vg-warm-white); }
.woocommerce-cart .entry-content > .woocommerce, .woocommerce-checkout .entry-content > .woocommerce { width: min(var(--vg-content-max), calc(100% - (2 * var(--vg-gutter)))); margin-inline: auto; }
.woocommerce-cart .woocommerce-cart-form { padding: clamp(20px, 3vw, 34px); border: 1px solid var(--vg-border); background: #fff; }
.woocommerce-cart .woocommerce-cart-form table, .woocommerce-cart .cart_totals table, .woocommerce-checkout-review-order-table { border-color: var(--vg-border) !important; }
.woocommerce-cart .woocommerce-cart-form th, .woocommerce-cart .woocommerce-cart-form td, .woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td { border-color: var(--vg-border) !important; }
.woocommerce-cart .woocommerce-cart-form .product-name a { color: var(--vg-charcoal); font-weight: 700; }
.woocommerce-cart .woocommerce-cart-form .product-name a:hover, .woocommerce-cart .woocommerce-cart-form .product-name a:focus-visible { color: var(--vg-leather-brown); }
.woocommerce-cart .cart-collaterals { align-self: start; padding: clamp(24px, 3vw, 36px); border: 1px solid var(--vg-border); background: var(--vg-light-beige); }
.woocommerce-cart .cart_totals h2 { margin-bottom: 24px; font-size: clamp(27px, 2.8vw, 36px); }
.woocommerce-cart .checkout-button, .woocommerce-checkout #place_order { min-height: 52px; border: 1px solid var(--vg-leather-brown) !important; border-radius: var(--vg-radius); background: var(--vg-leather-brown) !important; color: var(--vg-warm-white) !important; font-weight: 700; }
.woocommerce-cart .checkout-button:hover, .woocommerce-cart .checkout-button:focus-visible, .woocommerce-checkout #place_order:hover, .woocommerce-checkout #place_order:focus-visible { border-color: var(--vg-charcoal) !important; background: var(--vg-charcoal) !important; color: #fff !important; }
.woocommerce-cart .actions .button, .woocommerce-cart .return-to-shop .button, .woocommerce-checkout .woocommerce-button, .woocommerce-checkout button.button { border: 1px solid var(--vg-charcoal) !important; border-radius: var(--vg-radius); background: var(--vg-charcoal) !important; color: var(--vg-warm-white) !important; }
.woocommerce-cart .actions .button:hover, .woocommerce-cart .actions .button:focus-visible, .woocommerce-cart .return-to-shop .button:hover, .woocommerce-cart .return-to-shop .button:focus-visible { border-color: var(--vg-leather-brown) !important; background: var(--vg-leather-brown) !important; }
.woocommerce-cart .actions .button:disabled { border-color: #b9b3aa !important; background: #b9b3aa !important; }
.woocommerce-cart .coupon input, .woocommerce-checkout input.input-text, .woocommerce-checkout textarea, .woocommerce-checkout select { min-height: 48px; border-color: var(--vg-border) !important; border-radius: var(--vg-radius); background: #fff; color: var(--vg-charcoal); }
.woocommerce-cart .coupon input:focus, .woocommerce-checkout input.input-text:focus, .woocommerce-checkout textarea:focus, .woocommerce-checkout select:focus { border-color: var(--vg-leather-brown) !important; box-shadow: 0 0 0 3px rgba(107,70,50,.12) !important; }
.woocommerce-checkout form.woocommerce-checkout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.woocommerce-checkout #customer_details { grid-column: 1; }
.woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { grid-column: 2; }
.woocommerce-checkout #order_review_heading { margin: 0 0 -50px; padding: 0 clamp(24px, 3vw, 36px); font-size: clamp(28px, 3vw, 38px); }
.woocommerce-checkout .woocommerce-checkout-review-order { padding: clamp(72px, 7vw, 88px) clamp(24px, 3vw, 36px) clamp(24px, 3vw, 36px); border: 1px solid var(--vg-border); background: #fff; }
.woocommerce-checkout .woocommerce-billing-fields > h3, .woocommerce-checkout .woocommerce-additional-fields > h3 { font-size: clamp(28px, 3vw, 40px); }
.woocommerce-checkout #payment { margin-top: 28px; border-radius: var(--vg-radius); background: var(--vg-light-beige) !important; }
.woocommerce-checkout .woocommerce-info, .woocommerce-cart .woocommerce-info, .woocommerce-message, .woocommerce-error { border: 1px solid var(--vg-border); border-top: 3px solid var(--vg-leather-brown); background: #fff; color: var(--vg-charcoal); }
.woocommerce-checkout .select2-container--default .select2-selection--single { min-height: 48px; border-color: var(--vg-border); background: #fff; }
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 46px; }
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow { height: 46px; }
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper { margin: 20px 0 0; padding: 16px 18px; border: 1px solid var(--vg-border); border-radius: var(--vg-radius); background: #fff; color: var(--vg-charcoal); }
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row { margin: 0 !important; padding: 0; }
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox { display: flex; align-items: flex-start; gap: 10px; margin: 0; color: var(--vg-charcoal); font-size: 14px; line-height: 1.5; }
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper input[type="checkbox"] { flex: 0 0 auto; width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--vg-leather-brown); }
.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text { min-width: 0; }
.woocommerce-checkout .vg-checkout-terms-link { color: var(--vg-leather-brown) !important; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.woocommerce-checkout .vg-checkout-terms-link:hover, .woocommerce-checkout .vg-checkout-terms-link:focus-visible { color: var(--vg-charcoal) !important; }
.woocommerce-checkout .woocommerce-terms-and-conditions { display: none !important; }
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .required { margin-left: 2px; color: var(--vg-leather-brown); }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 2px solid var(--vg-leather-brown); outline-offset: 3px; }

/* Reusable fixed-price palette controls. The visible selection belongs to
   VELGLOSS Core; WooCommerce still owns the product price and cart submit. */
.vg-palette-form, .vg-addon-form { margin: 0; }
.vg-palette-fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.vg-palette-fieldset > legend { margin: 0 0 8px; color: var(--vg-charcoal); font-size: 16px; font-weight: 700; }
.vg-palette-form__intro { margin: 0 0 16px; color: var(--vg-ink-muted); font-size: 14px; line-height: 1.5; }
.vg-palette-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.vg-palette-choice { display: flex; min-width: 0; min-height: 48px; align-items: center; gap: 8px; justify-content: flex-start; padding: 9px 10px; border: 1px solid var(--vg-border); border-radius: 2px; background: #fff; color: var(--vg-charcoal); font: inherit; font-size: 13px; font-weight: 700; line-height: 1.2; text-align: left; transition: border-color .16s ease, background .16s ease, box-shadow .16s ease; }
.vg-palette-choice > span:first-child { width: 20px; height: 20px; flex: 0 0 20px; border: 1px solid rgba(23,23,23,.23); border-radius: 50%; background: var(--vg-swatch); }
.vg-palette-choice[data-color-slug="white"] > span:first-child { box-shadow: inset 0 0 0 2px #fff; }
.vg-palette-choice:hover, .vg-palette-choice:focus-visible { border-color: var(--vg-leather-brown); box-shadow: 0 0 0 3px rgba(107,70,50,.12); }
.vg-palette-choice[aria-pressed="true"] { border-color: var(--vg-leather-brown); background: var(--vg-light-beige); box-shadow: inset 0 0 0 1px var(--vg-leather-brown); }
.vg-palette-choice:disabled { border-color: rgba(23,23,23,.1); background: #efede8; color: var(--vg-ink-muted); cursor: not-allowed; opacity: .64; }
.vg-palette-status { min-height: 24px; margin: 14px 0 0; color: var(--vg-charcoal); font-size: 13px; font-weight: 700; }
.vg-palette-preview { min-height: 24px; margin: 4px 0 0; color: var(--vg-leather-brown); font-size: 13px; font-weight: 700; }
.vg-palette-preview[hidden] { display: none; }
.vg-palette-slots { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.vg-palette-slots li { display: flex; min-width: 0; align-items: center; gap: 8px; padding: 9px 8px; border: 1px solid var(--vg-border); background: #fff; color: var(--vg-ink-muted); }
.vg-palette-slots li.is-filled { border-color: var(--vg-leather-brown); background: var(--vg-light-beige); color: var(--vg-charcoal); }
.vg-palette-slot__number { display: inline-grid; width: 20px; height: 20px; flex: 0 0 20px; place-items: center; border-radius: 50%; background: var(--vg-charcoal); color: var(--vg-warm-white); font-size: 10px; font-weight: 700; }
.vg-palette-slot__copy { display: grid; min-width: 0; gap: 2px; }
.vg-palette-slot__copy strong, .vg-palette-slot__copy em { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vg-palette-slot__copy strong { font-size: 11px; }
.vg-palette-slot__copy em { color: var(--vg-ink-muted); font-size: 10px; font-style: normal; }
.vg-palette-quantity { display: flex; align-items: center; gap: 12px; margin-top: 18px; color: var(--vg-charcoal); font-size: 13px; font-weight: 700; }
.vg-palette-quantity input { width: 82px; min-height: 46px; margin: 0; border: 1px solid var(--vg-border); border-radius: 2px; background: #fff; color: var(--vg-charcoal); text-align: center; }
.vg-palette-form .single_add_to_cart_button, .vg-addon-form .single_add_to_cart_button { width: 100%; min-height: 52px; margin-top: 18px; border: 1px solid var(--vg-charcoal) !important; border-radius: 2px; background: var(--vg-charcoal) !important; color: var(--vg-warm-white) !important; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.vg-palette-form .single_add_to_cart_button:hover, .vg-palette-form .single_add_to_cart_button:focus-visible, .vg-addon-form .single_add_to_cart_button:hover, .vg-addon-form .single_add_to_cart_button:focus-visible { border-color: var(--vg-leather-brown) !important; background: var(--vg-leather-brown) !important; }
.vg-palette-form .single_add_to_cart_button:disabled, .vg-addon-form .single_add_to_cart_button:disabled { border-color: #b9b3aa !important; background: #b9b3aa !important; color: #fff !important; cursor: not-allowed; opacity: 1; }
.vg-palette-form__note { margin: 14px 0 0; color: var(--vg-ink-muted); font-size: 12px; line-height: 1.5; }
.vg-add-notice { margin: 12px 0 0; padding: 10px 12px; border-left: 3px solid var(--vg-leather-brown); background: var(--vg-light-beige); color: var(--vg-charcoal); font-size: 12px; line-height: 1.45; }
.vg-add-notice.is-error { border-left-color: #9f3e32; background: #f8ebe8; }
.vg-add-notice a { color: var(--vg-leather-brown); font-weight: 700; text-decoration: underline; }
.vg-addon-card .vg-addon-form { min-width: 0; padding: 20px; border: 1px solid rgba(23,23,23,.12); background: #fff; }
.single-product .vg-addon-card .vg-addon-form { padding: 18px; }

.vg-footer-shell { background: var(--vg-charcoal); color: var(--vg-warm-white); padding-block: 72px 28px; }
.vg-footer-grid { width: min(var(--vg-content-max), calc(100% - (2 * var(--vg-gutter)))); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr)); gap: 48px; }
.vg-footer-logo { color: var(--vg-warm-white); display: inline-block; font-size: 26px; letter-spacing: .16em; }
.vg-footer-positioning, .vg-footer-motto, .vg-footer-policy p { max-width: 28rem; color: rgba(247,245,241,.72); }
.vg-footer-column h2 { margin: 0 0 16px; color: var(--vg-warm-white); font-family: var(--vg-font-body); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.vg-footer-column ul { margin: 0; padding: 0; list-style: none; }
.vg-footer-column li + li { margin-top: 8px; }
.vg-footer-column a { color: rgba(247,245,241,.82); font-size: 14px; }
.vg-footer-column a:hover, .vg-footer-column a:focus-visible { color: var(--vg-warm-white); }

.vg-no-motion *, .vg-no-motion *::before, .vg-no-motion *::after { animation: none !important; transition: none !important; }

/* Editorial cards and single-article reading rhythm. */
.vg-article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 34px; }
.vg-article-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--vg-border); background: #fff; }
.vg-article-card__media { display: block; min-height: 210px; overflow: hidden; aspect-ratio: 16 / 10; background: var(--vg-light-beige); color: inherit; text-decoration: none; }
.vg-article-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.vg-article-card__media .vg-placeholder { min-height: 100%; border: 0; }
.vg-article-card__disclosure { margin: 0; padding: 8px 18px 0; color: var(--vg-ink-muted); font-size: 11px; line-height: 1.45; }
.vg-article-card__body { display: flex; min-width: 0; flex: 1 1 auto; flex-direction: column; padding: 24px; }
.vg-article-card__category { margin: 0 0 9px; color: var(--vg-bronze); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.vg-article-card__title { margin: 0 0 10px; font-size: clamp(24px, 2.4vw, 34px); line-height: 1.08; }
.vg-article-card__title a { color: var(--vg-charcoal); text-decoration: none; }
.vg-article-card__title a:hover, .vg-article-card__title a:focus-visible { color: var(--vg-leather-brown); }
.vg-article-card__excerpt { margin: 0; color: var(--vg-ink-muted); font-size: 14px; line-height: 1.55; }
.vg-article-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 22px; color: var(--vg-ink-muted); font-size: 11px; }
.vg-article-card__link { color: var(--vg-leather-brown); font-size: 12px; font-weight: 800; letter-spacing: .03em; text-decoration: underline; text-underline-offset: 4px; white-space: nowrap; }
.vg-article-card__link:hover, .vg-article-card__link:focus-visible { color: var(--vg-charcoal); }
.vg-article-grid--empty { grid-template-columns: 1fr; }
.vg-article-grid--empty .vg-placeholder { min-height: 160px; }

/* Editorial article hero: one visual, one clear reading promise. */
.single-post .hero-section { display: grid; width: min(var(--vg-content-max), calc(100% - (2 * var(--vg-gutter)))); box-sizing: border-box; grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr); gap: clamp(40px, 7vw, 96px); align-items: center; margin-inline: auto; padding: clamp(64px, 8vw, 116px) 0 clamp(52px, 6vw, 84px); background: var(--vg-warm-white); }
.single-post .hero-section > figure { position: relative !important; inset: auto !important; display: block; grid-column: 2; grid-row: 1; min-width: 0; margin: 0; overflow: visible !important; }
.single-post .hero-section > figure .ct-media-container { display: block; overflow: hidden; aspect-ratio: 4 / 3; border-radius: var(--vg-radius); background: var(--vg-light-beige); }
.single-post .hero-section > figure img { display: block; width: 100%; height: 100%; object-fit: cover; }
.single-post .hero-section .entry-header { grid-column: 1; grid-row: 1; width: auto; max-width: 600px !important; min-width: 0; min-height: 0; margin: 0 !important; padding: 0; text-align: left; }
.single-post .entry-header .ct-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; margin: 0 0 22px; color: var(--vg-ink-muted); font-size: 11px; line-height: 1.45; }
.single-post .entry-header .ct-breadcrumbs > span { display: inline-flex; min-width: 0; align-items: center; gap: 10px; }
.single-post .entry-header .ct-breadcrumbs .last-item { overflow-wrap: anywhere; }
.single-post .entry-header .ct-breadcrumbs a { color: var(--vg-leather-brown); }
/* Blocksy gives all links a 44px touch target.  That is useful on phones,
   but on larger editorial layouts it turns this inline breadcrumb row into a
   large empty box. */
@media (min-width: 768px) {
  .single-post .entry-header .ct-breadcrumbs a { min-height: 0; height: auto; line-height: inherit; }
}
.single-post .entry-header .page-title { max-width: 820px; margin: 0 0 18px; color: var(--vg-charcoal); font-size: clamp(42px, 5.2vw, 72px); line-height: 1.02; overflow-wrap: anywhere; }
.single-post .entry-header .page-description { max-width: 720px; margin: 0 0 20px; color: var(--vg-ink-muted); font-size: clamp(17px, 1.7vw, 21px); line-height: 1.5; }
.single-post .entry-header .page-description p { margin: 0; }
.single-post .entry-header .entry-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0; color: var(--vg-ink-muted); font-size: 11px; letter-spacing: .04em; line-height: 1.5; }
.single-post .entry-header .entry-meta a { color: var(--vg-leather-brown); }
.single-post .ct-container[data-sidebar="right"] { padding-top: 0; }
.single-post .entry-content { width: min(820px, calc(100% - (2 * var(--vg-gutter)))); margin-inline: auto; padding-block: clamp(48px, 6vw, 84px) clamp(64px, 8vw, 112px); }
.single-post .entry-content > .vg-article-answer { max-width: 780px; margin: 0 auto 54px; padding: 26px 30px; border-left: 3px solid var(--vg-leather-brown); background: #fff; color: var(--vg-charcoal); font-size: clamp(19px, 2vw, 24px); line-height: 1.5; }
.single-post .entry-content .vg-article-hero { display: none; }
.single-post .entry-content > h2 { max-width: 760px; margin: clamp(52px, 7vw, 84px) auto 20px; padding-top: 20px; border-top: 1px solid var(--vg-border); font-size: clamp(30px, 4vw, 48px); }
.single-post .entry-content > h3 { max-width: 720px; margin: 30px auto 8px; font-family: var(--vg-font-body); font-size: 18px; font-weight: 700; letter-spacing: 0; }
.single-post .entry-content > p, .single-post .entry-content > ul, .single-post .entry-content > ol { max-width: 720px; margin-inline: auto; }
.single-post .entry-content a { color: var(--vg-leather-brown); font-weight: 700; }
.single-post .entry-content > p:not(.vg-article-answer) { color: var(--vg-ink-muted); line-height: 1.72; }
.single-post .entry-content > h2:last-of-type + p { padding: 24px 28px; border-left: 3px solid var(--vg-leather-brown); background: var(--vg-light-beige); }
.single-post .entry-content > .vg-article-visual-grid { display: grid; max-width: 980px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin: 46px auto 58px; }
.single-post .entry-content .vg-article-inline-visual { min-width: 0; margin: 0; padding: 0; overflow: hidden; border: 1px solid var(--vg-border); background: #fff; }
.single-post .entry-content .vg-article-inline-visual img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.single-post .entry-content .vg-article-inline-visual figcaption { padding: 12px 16px 15px; color: var(--vg-ink-muted); font-size: 11px; line-height: 1.5; }
.single-post .entry-content > .vg-article-visual-grid + h2 { margin-top: 58px; }

/* Blocksy treats single-post hero images as cover media and adds a dark
   readability overlay for the default blog template.  VELGLOSS lays the
   title beside the image, so the editorial visual should stay unfiltered. */
.single-post .hero-section[data-type="type-2"] > figure .ct-media-container::after { display: none !important; background: transparent !important; }

/* Keep the native WordPress comment form readable after the editorial
   article layout removes Blocksy's full-width content wrapper. */
.single-post .ct-comments { width: min(720px, calc(100% - (2 * var(--vg-gutter)))); margin-inline: auto; padding-block: 0 clamp(64px, 8vw, 112px); }
.single-post .ct-comments .comment-reply-title { margin: 0 0 24px; color: var(--vg-charcoal); font-family: var(--vg-font-display); font-size: clamp(28px, 3vw, 40px); line-height: 1.1; }
.single-post .ct-comments .comment-notes, .single-post .ct-comments .logged-in-as { margin: 0 0 24px; color: var(--vg-ink-muted); font-size: 13px; line-height: 1.6; }
.single-post .ct-comments .comment-form { display: grid; gap: 22px 20px; }
.single-post .ct-comments .comment-form [class*="comment-form-field"] { position: static; min-width: 0; }
.single-post .ct-comments .comment-form [class*="comment-form-field"] label { position: static; display: block; height: auto; margin: 0 0 8px; padding: 0; color: var(--vg-charcoal); font-size: 13px; font-weight: 700; line-height: 1.4; opacity: 1; visibility: visible; }
.single-post .ct-comments .comment-form input[type="text"], .single-post .ct-comments .comment-form input[type="email"], .single-post .ct-comments .comment-form input[type="url"], .single-post .ct-comments .comment-form textarea { box-sizing: border-box; width: 100%; min-height: 50px; border: 1px solid rgba(23,23,23,.2); border-radius: var(--vg-radius); background: #fff; color: var(--vg-charcoal); padding: 13px 15px; box-shadow: none; }
.single-post .ct-comments .comment-form textarea { min-height: 160px; resize: vertical; line-height: 1.6; }
.single-post .ct-comments .comment-form input:focus, .single-post .ct-comments .comment-form textarea:focus { border-color: var(--vg-leather-brown); outline: none; box-shadow: 0 0 0 3px rgba(107,70,50,.12); }
.single-post .ct-comments .comment-form .comment-form-cookies-consent { display: flex; align-items: flex-start; gap: 10px; margin: 0; color: var(--vg-ink-muted); font-size: 12px; line-height: 1.5; }
.single-post .ct-comments .comment-form .comment-form-cookies-consent input { width: auto; min-height: 18px; margin-top: 2px; }
.single-post .ct-comments .comment-form .comment-form-cookies-consent label { margin: 0; color: var(--vg-ink-muted); font-size: 12px; font-weight: 400; }
.single-post .ct-comments .comment-form .form-submit { margin: 0; }
.single-post .ct-comments .comment-form .form-submit button, .single-post .ct-comments .comment-form .form-submit input[type="submit"] { min-height: 52px; padding: 13px 28px; border: 1px solid var(--vg-charcoal); border-radius: var(--vg-radius); background: var(--vg-charcoal); color: var(--vg-warm-white); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.single-post .ct-comments .comment-form .form-submit button:hover, .single-post .ct-comments .comment-form .form-submit button:focus-visible, .single-post .ct-comments .comment-form .form-submit input[type="submit"]:hover, .single-post .ct-comments .comment-form .form-submit input[type="submit"]:focus-visible { border-color: var(--vg-leather-brown); background: var(--vg-leather-brown); color: #fff; }
