/*
Theme Name: Victus
Theme URI: https://victusdesignstudio.com
Author: Victus Design Studio
Author URI: https://victusdesignstudio.com
Description: A luxury editorial interior-design and shoppable-commerce theme built for Victus Design Studio. Includes a product library with cross-cutting Collection / Room / Style / Category taxonomies, automatic FTC-compliant affiliate disclosure, digital guide pages, consultation booking flow, and an email capture system. Designed for a non-technical owner working from an iPhone.
Version: 1.6.5
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: victus
Tags: editorial, interior-design, affiliate, e-commerce, custom-colors, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks
*/

/* ==========================================================================
   VICTUS DESIGN SYSTEM
   Colors, type, spacing. Everything else references these.
   ========================================================================== */

:root {
  /* Brand palette */
  --v-alabaster:   #F7F5F1;
  --v-warm-white:  #FFFDF9;
  --v-ink:         #1C1B19;
  --v-bronze:      #8C6E4A;   /* decorative / large text / rules only */
  --v-bronze-text: #6F5638;   /* WCAG AA compliant for body-size text */
  --v-sage:        #6E7466;
  --v-sage-deep:   #545A4D;

  /* Derived neutrals */
  --v-ink-70:      rgba(28, 27, 25, 0.72);
  --v-ink-55:      rgba(28, 27, 25, 0.58);
  --v-rule:        rgba(140, 110, 74, 0.28);
  --v-rule-soft:   rgba(28, 27, 25, 0.10);

  /* Type */
  --v-display: "Cormorant Garamond", "Cormorant", Georgia, "Times New Roman", serif;
  --v-body:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* Fluid type scale */
  --v-fs-hero:   clamp(2.35rem, 1.30rem + 4.6vw, 4.35rem);
  --v-fs-h1:     clamp(2.05rem, 1.30rem + 3.2vw, 3.40rem);
  --v-fs-h2:     clamp(1.70rem, 1.20rem + 2.1vw, 2.65rem);
  --v-fs-h3:     clamp(1.30rem, 1.05rem + 1.0vw, 1.75rem);
  --v-fs-h4:     clamp(1.08rem, 0.98rem + 0.4vw, 1.28rem);
  --v-fs-lead:   clamp(1.06rem, 0.98rem + 0.42vw, 1.28rem);
  --v-fs-body:   1.0rem;
  --v-fs-small:  0.875rem;
  --v-fs-eyebrow:0.72rem;

  /* Spacing */
  --v-s1: 0.5rem;  --v-s2: 1rem;   --v-s3: 1.5rem;  --v-s4: 2rem;
  --v-s5: 3rem;    --v-s6: 4rem;   --v-s7: 6rem;    --v-s8: 8rem;

  --v-section-y: clamp(2.25rem, 1.25rem + 3.5vw, 4.25rem);
  --v-gutter:    clamp(1.25rem, 0.5rem + 3vw, 3.5rem);
  --v-maxw:      1320px;
  --v-maxw-text: 68ch;
  --v-radius:    2px;
  --v-ease:      cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ==========================================================================
   RESET
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

body {
  margin: 0;
  background: var(--v-alabaster);
  color: var(--v-ink);
  font-family: var(--v-body);
  font-size: var(--v-fs-body);
  line-height: 1.72;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, svg, video, iframe { max-width: 100%; height: auto; display: block; }
figure { margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--v-display);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -0.008em;
  margin: 0 0 var(--v-s3);
  color: var(--v-ink);
  text-wrap: balance;
}
h1 { font-size: var(--v-fs-h1); }
h2 { font-size: var(--v-fs-h2); }
h3 { font-size: var(--v-fs-h3); }
h4 { font-size: var(--v-fs-h4); font-family: var(--v-body); font-weight: 600; letter-spacing: 0; }

p { margin: 0 0 var(--v-s3); }
p:last-child { margin-bottom: 0; }

a { color: var(--v-bronze-text); text-decoration: none; transition: color 0.25s var(--v-ease); }
a:hover { color: var(--v-ink); }

hr { border: 0; border-top: 1px solid var(--v-rule); margin: var(--v-s5) 0; }

ul, ol { margin: 0 0 var(--v-s3); padding-left: 1.35rem; }
li { margin-bottom: 0.4rem; }

blockquote {
  margin: var(--v-s5) 0;
  padding-left: var(--v-s4);
  border-left: 2px solid var(--v-bronze);
  font-family: var(--v-display);
  font-size: var(--v-fs-h3);
  line-height: 1.35;
  color: var(--v-ink);
}

code, pre { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.9em; }

::selection { background: var(--v-bronze); color: var(--v-warm-white); }

/* Accessibility */
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--v-ink); color: var(--v-warm-white);
  padding: 0.75rem 1.25rem; font-size: var(--v-fs-small);
}
.skip-link:focus { left: 0; color: var(--v-warm-white); }

:focus-visible {
  outline: 2px solid var(--v-bronze-text);
  outline-offset: 3px;
}

/* ==========================================================================
   LAYOUT PRIMITIVES
   ========================================================================== */

.v-wrap { width: 100%; max-width: var(--v-maxw); margin-inline: auto; padding-inline: var(--v-gutter); }
.v-wrap--narrow { max-width: 900px; }
.v-wrap--text   { max-width: 760px; }

.v-section { padding-block: var(--v-section-y); position: relative; }
.v-section--tight { padding-block: calc(var(--v-section-y) * 0.62); }
.v-section--alabaster { background: var(--v-alabaster); }
.v-section--warm      { background: var(--v-warm-white); }
.v-section--sage      { background: var(--v-sage); color: var(--v-warm-white); }
.v-section--ink       { background: var(--v-ink); color: var(--v-warm-white); }

.v-section--sage h1, .v-section--sage h2, .v-section--sage h3,
.v-section--ink h1,  .v-section--ink h2,  .v-section--ink h3 { color: var(--v-warm-white); }
.v-section--sage .v-eyebrow, .v-section--ink .v-eyebrow { color: rgba(255,253,249,0.72); }
.v-section--sage a, .v-section--ink a { color: var(--v-warm-white); }

.v-grid { display: grid; gap: var(--v-s4); }
.v-grid--2 { grid-template-columns: repeat(2, 1fr); }
.v-grid--3 { grid-template-columns: repeat(3, 1fr); }
.v-grid--4 { grid-template-columns: repeat(4, 1fr); }
.v-grid--5 { grid-template-columns: repeat(5, 1fr); }

@media (max-width: 900px) {
  .v-grid--3, .v-grid--4, .v-grid--5 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .v-grid--2, .v-grid--3, .v-grid--4, .v-grid--5 { grid-template-columns: 1fr; }
}

/* ==========================================================================
   TYPOGRAPHIC COMPONENTS
   ========================================================================== */

.v-eyebrow {
  display: block;
  font-family: var(--v-body);
  font-size: var(--v-fs-eyebrow);
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--v-bronze-text);
  margin-bottom: var(--v-s2);
}

.v-lead {
  font-size: var(--v-fs-lead);
  line-height: 1.62;
  color: var(--v-ink-70);
  max-width: 62ch;
}

.v-section-head { max-width: 780px; margin-bottom: var(--v-s4); }
.v-rowhead { display: flex; align-items: baseline; justify-content: space-between; gap: var(--v-s3); margin-bottom: var(--v-s3); flex-wrap: wrap; }
.v-rowhead h2 { margin: 0; font-size: clamp(1.5rem, 1.2rem + 1.4vw, 2.1rem); }
.v-rowhead .v-eyebrow { margin-bottom: 4px; }
.v-section-head--center { margin-inline: auto; text-align: center; }

.v-rule {
  width: 44px; height: 1px;
  background: var(--v-bronze);
  margin: var(--v-s3) 0;
  border: 0;
}
.v-section-head--center .v-rule { margin-inline: auto; }

.v-numeral {
  font-family: var(--v-display);
  font-size: 3.25rem;
  line-height: 1;
  color: var(--v-bronze);
  opacity: 0.34;
  display: block;
  margin-bottom: var(--v-s2);
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.v-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  font-family: var(--v-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 1.05rem 2.1rem;
  border: 1px solid var(--v-ink);
  background: var(--v-ink);
  color: var(--v-warm-white);
  border-radius: var(--v-radius);
  cursor: pointer;
  text-align: center;
  transition: background 0.3s var(--v-ease), color 0.3s var(--v-ease), border-color 0.3s var(--v-ease), transform 0.3s var(--v-ease);
}
.v-btn:hover { background: var(--v-bronze-text); border-color: var(--v-bronze-text); color: var(--v-warm-white); transform: translateY(-1px); }

.v-btn--ghost { background: transparent; color: var(--v-ink); border-color: var(--v-ink); }
.v-btn--ghost:hover { background: var(--v-ink); color: var(--v-warm-white); }

.v-btn--light { background: var(--v-warm-white); color: var(--v-ink); border-color: var(--v-warm-white); }
.v-btn--light:hover { background: transparent; color: var(--v-warm-white); border-color: var(--v-warm-white); }

.v-btn--ghost-light { background: transparent; color: var(--v-warm-white); border-color: rgba(255,253,249,0.6); }
.v-btn--ghost-light:hover { background: var(--v-warm-white); color: var(--v-ink); border-color: var(--v-warm-white); }

.v-btn--bronze { background: var(--v-bronze-text); border-color: var(--v-bronze-text); }
.v-btn--bronze:hover { background: var(--v-ink); border-color: var(--v-ink); }

.v-btn--block { display: flex; width: 100%; }

/* Buttons must win over contextual link colors.
   `.v-nav a` / `.v-drawer a` / `.v-footer a` / `.v-section--ink a` are all
   (0,1,1) and would otherwise beat `.v-btn` (0,1,0) — which renders ink text
   on an ink background. These rules restore the intended contrast. */
.v-nav a.v-btn,
.v-drawer a.v-btn,
.v-footer a.v-btn,
.v-section--sage a.v-btn,
.v-section--ink a.v-btn,
.v-nav a.v-btn:hover,
.v-drawer a.v-btn:hover,
.v-footer a.v-btn:hover,
.v-section--sage a.v-btn:hover,
.v-section--ink a.v-btn:hover { color: var(--v-warm-white); }

.v-nav a.v-btn--ghost,
.v-drawer a.v-btn--ghost,
.v-footer a.v-btn--ghost { color: var(--v-ink); }
.v-nav a.v-btn--ghost:hover,
.v-drawer a.v-btn--ghost:hover,
.v-footer a.v-btn--ghost:hover { color: var(--v-warm-white); }

.v-section--sage a.v-btn--light,
.v-section--ink a.v-btn--light { color: var(--v-ink); }
.v-section--sage a.v-btn--light:hover,
.v-section--ink a.v-btn--light:hover { color: var(--v-warm-white); }

.v-section--sage a.v-btn--ghost-light,
.v-section--ink a.v-btn--ghost-light { color: var(--v-warm-white); }
.v-section--sage a.v-btn--ghost-light:hover,
.v-section--ink a.v-btn--ghost-light:hover { color: var(--v-ink); }

.v-section--sage a.v-btn--ghost,
.v-section--ink a.v-btn--ghost { color: var(--v-warm-white); border-color: rgba(255,253,249,0.6); background: transparent; }
.v-section--sage a.v-btn--ghost:hover,
.v-section--ink a.v-btn--ghost:hover { color: var(--v-ink); background: var(--v-warm-white); border-color: var(--v-warm-white); }

.v-btn-row { display: flex; flex-wrap: wrap; gap: var(--v-s2); margin-top: var(--v-s4); }
@media (max-width: 560px) {
  .v-btn-row { flex-direction: column; }
  .v-btn-row .v-btn { width: 100%; }
}

/* Text link with arrow */
.v-link {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--v-body); font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--v-bronze-text);
  padding-bottom: 4px;
  border-bottom: 1px solid var(--v-rule);
  transition: border-color 0.3s var(--v-ease), color 0.3s var(--v-ease);
}
.v-link:hover { color: var(--v-ink); border-bottom-color: var(--v-ink); }
.v-link::after { content: "\2192"; transition: transform 0.3s var(--v-ease); }
.v-link:hover::after { transform: translateX(4px); }

/* ==========================================================================
   HEADER
   ========================================================================== */

.v-header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(247, 245, 241, 0.94);
  backdrop-filter: saturate(150%) blur(12px);
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  border-bottom: 1px solid var(--v-rule-soft);
  transition: background 0.3s var(--v-ease), box-shadow 0.3s var(--v-ease);
}
.v-header.is-scrolled { box-shadow: 0 1px 24px rgba(28,27,25,0.06); }

.v-header__bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: var(--v-s3);
  min-height: 84px;
}

.v-brand { grid-column: 1; justify-self: start; text-align: left; }
.v-brand__mark {
  font-family: var(--v-display);
  font-size: 1.6rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--v-ink);
  line-height: 1;
  display: block;
}
.v-brand__sub {
  font-size: 0.56rem; letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--v-bronze-text); margin-top: 6px; display: block;
}
.v-brand img { max-height: 52px; width: auto; margin-inline: 0; }

.v-nav { display: flex; align-items: center; }

/* One continuous menu row beginning immediately right of the wordmark.
   Both registered menu locations render inside it, so their two <ul>s need
   the same gap between them as between their own items. */
.v-nav--main {
  grid-column: 2;
  justify-content: flex-start;
  gap: clamp(1rem, 1.8vw, 2rem);
  margin-left: clamp(1.5rem, 3vw, 3.25rem);
  min-width: 0;
}
.v-nav--main ul { flex-wrap: nowrap; }

/* Legacy split-nav classes, kept so an older cached page still lays out. */
.v-nav--left  { grid-column: 2; justify-content: flex-start; }
.v-nav--right { grid-column: 3; justify-content: flex-end; }

.v-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: clamp(1rem, 1.8vw, 2rem); }
.v-nav li { margin: 0; position: relative; }
.v-nav a {
  font-size: 0.74rem; font-weight: 500; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--v-ink); white-space: nowrap;
  padding-block: 0.5rem; display: block;
}
.v-nav a:hover, .v-nav .current-menu-item > a { color: var(--v-bronze-text); }

/* Dropdowns */
.v-nav .sub-menu {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px);
  min-width: 218px; flex-direction: column; align-items: stretch; gap: 0;
  background: var(--v-warm-white);
  border: 1px solid var(--v-rule-soft);
  padding: 0.6rem 0;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.25s var(--v-ease), transform 0.25s var(--v-ease), visibility 0.25s;
  box-shadow: 0 18px 48px rgba(28,27,25,0.10);
}
.v-nav li:hover > .sub-menu,
.v-nav li:focus-within > .sub-menu {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0);
}
.v-nav .sub-menu a { padding: 0.55rem 1.35rem; letter-spacing: 0.1em; font-size: 0.72rem; }
.v-nav .sub-menu .sub-menu { top: 0; left: 100%; transform: translateX(0) translateY(0); }

.v-header__cta { grid-column: 3; justify-self: end; margin-left: var(--v-s2); }
.v-header__cta .v-btn { padding: 0.75rem 1.35rem; font-size: 0.68rem; white-space: nowrap; }

.v-burger {
  display: none; background: none; border: 0; cursor: pointer;
  padding: 0.6rem; width: 44px; height: 44px;
  align-items: center; justify-content: center;
}
.v-burger span {
  display: block; width: 22px; height: 1px; background: var(--v-ink);
  position: relative; transition: background 0.2s;
}
.v-burger span::before, .v-burger span::after {
  content: ""; position: absolute; left: 0; width: 22px; height: 1px; background: var(--v-ink);
  transition: transform 0.3s var(--v-ease), top 0.3s var(--v-ease);
}
.v-burger span::before { top: -7px; }
.v-burger span::after  { top: 7px; }
.v-burger[aria-expanded="true"] span { background: transparent; }
.v-burger[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.v-burger[aria-expanded="true"] span::after  { top: 0; transform: rotate(-45deg); }

/* Seven items, a wordmark and a button share one row — tighten before wrapping. */
@media (max-width: 1320px) {
  .v-nav--main { gap: 1rem; margin-left: clamp(1rem, 2vw, 2rem); }
  .v-nav--main ul { gap: 1rem; }
  .v-nav a { font-size: 0.69rem; letter-spacing: 0.11em; }
  .v-brand__mark { font-size: 1.4rem; letter-spacing: 0.26em; }
  .v-header__cta .v-btn { padding: 0.7rem 1.05rem; }
}

@media (max-width: 1080px) {
  .v-nav--main, .v-nav--left, .v-nav--right, .v-header__cta { display: none; }
  .v-header__bar { grid-template-columns: 44px 1fr 44px; min-height: 68px; }
  .v-burger { display: flex; grid-column: 1; }
  .v-brand { grid-column: 2; justify-self: center; text-align: center; }
  .v-brand img { margin-inline: auto; }
  .v-header__mobile-cta { grid-column: 3; justify-self: end; }
}

/* Mobile drawer */
.v-drawer {
  position: fixed; inset: 0; z-index: 300;
  background: var(--v-alabaster);
  transform: translateX(-100%);
  transition: transform 0.42s var(--v-ease);
  overflow-y: auto;
  padding: var(--v-s4) var(--v-gutter) var(--v-s7);
  display: flex; flex-direction: column;
}
.v-drawer.is-open { transform: translateX(0); }
.v-drawer__close {
  align-self: flex-end; background: none; border: 0; cursor: pointer;
  font-size: 1.6rem; line-height: 1; color: var(--v-ink); padding: 0.5rem;
}
.v-drawer ul { list-style: none; margin: 0; padding: 0; }
.v-drawer > ul { margin-top: var(--v-s3); }
.v-drawer li { margin: 0; border-bottom: 1px solid var(--v-rule-soft); }
.v-drawer a {
  display: block; padding: 1rem 0;
  font-family: var(--v-display); font-size: 1.5rem; color: var(--v-ink); letter-spacing: 0.01em;
}
.v-drawer .sub-menu { padding-left: var(--v-s3); padding-bottom: var(--v-s2); }
.v-drawer .sub-menu li { border: 0; }
.v-drawer .sub-menu a {
  font-family: var(--v-body); font-size: 0.82rem; padding: 0.4rem 0;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--v-ink-70);
}
.v-drawer__foot { margin-top: var(--v-s5); }
.v-drawer__foot .v-btn { width: 100%; margin-bottom: var(--v-s2); }

body.v-drawer-open { overflow: hidden; }

/* ==========================================================================
   HERO
   ========================================================================== */

.v-hero {
  position: relative;
  min-height: clamp(460px, 62vh, 700px);
  display: flex; align-items: center;
  background: var(--v-sage);
  overflow: hidden;
}
.v-hero__media { position: absolute; inset: 0; z-index: 0; }
.v-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.v-hero__scrim {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(100deg, rgba(28,27,25,0.62) 0%, rgba(28,27,25,0.38) 45%, rgba(28,27,25,0.12) 100%);
}
.v-hero__inner { position: relative; z-index: 2; width: 100%; padding-block: var(--v-s7); }
.v-hero__content { max-width: 720px; color: var(--v-warm-white); }
.v-hero__eyebrow {
  font-size: var(--v-fs-eyebrow); letter-spacing: 0.24em; text-transform: uppercase;
  color: rgba(255,253,249,0.86); display: block; margin-bottom: var(--v-s3);
}
.v-hero__title {
  font-size: var(--v-fs-hero); color: var(--v-warm-white);
  line-height: 1.06; margin-bottom: var(--v-s3);
}
.v-hero__sub {
  font-size: var(--v-fs-lead); color: rgba(255,253,249,0.90);
  max-width: 56ch; margin-bottom: var(--v-s3);
}
.v-hero__body { color: rgba(255,253,249,0.80); max-width: 54ch; }

/* Page banner (interior pages) */
.v-pagehead {
  background: var(--v-warm-white);
  border-bottom: 1px solid var(--v-rule-soft);
  padding-block: clamp(2.25rem, 1.5rem + 3vw, 4.25rem);
  text-align: center;
}
.v-pagehead--compact { padding-block: clamp(1.75rem, 1.25rem + 2vw, 3rem); }
.v-pagehead--compact .v-lead { font-size: 1rem; }
.v-pagehead__title { margin-bottom: var(--v-s2); }
.v-pagehead .v-lead { margin-inline: auto; }
.v-pagehead .v-lead { margin-inline: auto; }

.v-breadcrumb {
  font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--v-ink-55); margin-bottom: var(--v-s3);
}
.v-breadcrumb a { color: var(--v-ink-55); }
.v-breadcrumb a:hover { color: var(--v-bronze-text); }
.v-breadcrumb span { margin-inline: 0.5rem; opacity: 0.5; }

/* ==========================================================================
   CARDS
   ========================================================================== */

.v-card { display: block; position: relative; }
.v-card__media {
  position: relative; overflow: hidden; background: var(--v-warm-white);
  aspect-ratio: 4 / 5; margin-bottom: var(--v-s2);
}
.v-card__media--square { aspect-ratio: 1 / 1; }
.v-card__media--wide   { aspect-ratio: 3 / 2; }
.v-card__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s var(--v-ease);
}
.v-card:hover .v-card__media img { transform: scale(1.035); }
.v-card__media--empty {
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #EFEBE4 0%, #E4DED4 100%);
  color: var(--v-bronze-text);
  font-family: var(--v-display); font-size: 1.5rem; letter-spacing: 0.2em; text-transform: uppercase;
}
.v-card__title {
  font-family: var(--v-display); font-size: var(--v-fs-h3);
  line-height: 1.2; margin-bottom: 0.5rem; color: var(--v-ink);
}
.v-card__meta {
  font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--v-bronze-text); margin-bottom: 0.6rem; display: block;
}
.v-card__excerpt { font-size: 0.94rem; color: var(--v-ink-70); line-height: 1.62; margin-bottom: 0.75rem; }

/* Overlay label card (rooms) */
.v-tile { position: relative; display: block; overflow: hidden; aspect-ratio: 3 / 2; }
.v-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--v-ease); }
.v-tile:hover img { transform: scale(1.04); }
.v-tile__label {
  position: absolute; inset: auto 0 0 0; z-index: 2;
  padding: var(--v-s4) var(--v-s3) var(--v-s3);
  background: linear-gradient(to top, rgba(28,27,25,0.78) 0%, rgba(28,27,25,0) 100%);
  color: var(--v-warm-white);
  font-size: 0.78rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
}
.v-tile__count { display: block; font-size: 0.64rem; letter-spacing: 0.14em; opacity: 0.75; margin-top: 4px; }
.v-tile--empty { background: linear-gradient(135deg, #EFEBE4 0%, #DFD8CC 100%); }

/* ==========================================================================
   PRODUCT CARDS  (the affiliate commerce engine)
   ========================================================================== */

.v-products { display: grid; gap: var(--v-s4) var(--v-s3); grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1024px) { .v-products { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 780px)  { .v-products { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 420px)  { .v-products { grid-template-columns: 1fr; } }

.v-product { display: flex; flex-direction: column; background: var(--v-warm-white); border: 1px solid var(--v-rule-soft); }
.v-product__media { position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--v-alabaster); }
.v-product__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--v-ease); }
.v-product:hover .v-product__media img { transform: scale(1.04); }
.v-product__media--empty {
  display: flex; align-items: center; justify-content: center;
  color: var(--v-bronze-text); font-family: var(--v-display);
  font-size: 0.9rem; letter-spacing: 0.2em; text-transform: uppercase; text-align: center; padding: var(--v-s2);
}
.v-product__body { padding: var(--v-s3); display: flex; flex-direction: column; flex: 1; }
.v-product__brand {
  font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--v-bronze-text); margin-bottom: 0.45rem;
}
.v-product__title {
  font-family: var(--v-display); font-size: 1.18rem; line-height: 1.24;
  margin-bottom: 0.5rem; color: var(--v-ink);
}
.v-product__note { font-size: 0.86rem; line-height: 1.6; color: var(--v-ink-70); margin-bottom: 0.75rem; }
.v-product__specs {
  font-size: 0.72rem; color: var(--v-ink-55); line-height: 1.55;
  border-top: 1px solid var(--v-rule-soft); padding-top: 0.7rem; margin-bottom: 0.9rem;
}
.v-product__specs span { display: block; }
.v-product__specs strong { color: var(--v-ink); font-weight: 500; }
.v-product__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: var(--v-s2); flex-wrap: wrap; }
.v-product__price {
  font-family: var(--v-display); font-size: 1.05rem; color: var(--v-ink); letter-spacing: 0.02em;
}
.v-product__cta {
  font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--v-bronze-text); border-bottom: 1px solid var(--v-rule); padding-bottom: 3px;
}
.v-product__cta:hover { color: var(--v-ink); border-bottom-color: var(--v-ink); }

.v-product__flag {
  position: absolute; top: 0; left: 0; z-index: 2;
  background: var(--v-ink); color: var(--v-warm-white);
  font-size: 0.58rem; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 0.4rem 0.75rem;
}
.v-product__flag--oos { background: var(--v-bronze-text); }

/* Product list (editorial numbered list style) */
.v-plist { list-style: none; margin: 0; padding: 0; }
.v-plist > li {
  display: grid; grid-template-columns: 200px 1fr; gap: var(--v-s4);
  padding-block: var(--v-s4);
  border-top: 1px solid var(--v-rule-soft);
  margin: 0;
}
.v-plist > li:last-child { border-bottom: 1px solid var(--v-rule-soft); }
@media (max-width: 640px) { .v-plist > li { grid-template-columns: 1fr; gap: var(--v-s2); } }

/* ==========================================================================
   AFFILIATE DISCLOSURE  (FTC-compliant, renders ABOVE first product block)
   ========================================================================== */

.v-disclosure {
  display: flex; align-items: flex-start; gap: 0.75rem;
  background: var(--v-warm-white);
  border: 1px solid var(--v-rule);
  border-left: 3px solid var(--v-bronze);
  padding: 0.95rem 1.15rem;
  margin-bottom: var(--v-s4);
  font-size: 0.83rem;
  line-height: 1.6;
  color: var(--v-ink);
  border-radius: var(--v-radius);
}
.v-disclosure__icon {
  flex: 0 0 auto; font-family: var(--v-display); font-size: 0.95rem;
  color: var(--v-bronze-text); letter-spacing: 0.1em; text-transform: uppercase; padding-top: 1px;
}
.v-disclosure a { text-decoration: underline; text-underline-offset: 2px; }
.v-disclosure--inline { margin-block: var(--v-s3); }

/* Concept-image label — required whenever an image is a rendering */
.v-concept-label {
  position: absolute; bottom: 0; right: 0; z-index: 3;
  background: rgba(28,27,25,0.82); color: var(--v-warm-white);
  font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 0.35rem 0.7rem;
}

/* ==========================================================================
   TRUST MODULE
   ========================================================================== */

.v-trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.v-trust__item { padding: var(--v-s4) var(--v-s3); border-left: 1px solid var(--v-rule); }
.v-trust__item:first-child { border-left: 0; padding-left: 0; }
.v-trust__item h3 { font-size: 1.18rem; margin-bottom: 0.65rem; }
.v-trust__item p { font-size: 0.9rem; color: var(--v-ink-70); line-height: 1.65; }
@media (max-width: 900px) {
  .v-trust { grid-template-columns: repeat(2, 1fr); }
  .v-trust__item:nth-child(3) { border-left: 0; padding-left: 0; }
  .v-trust__item:nth-child(n+3) { border-top: 1px solid var(--v-rule); }
}
@media (max-width: 560px) {
  .v-trust { grid-template-columns: 1fr; }
  .v-trust__item { border-left: 0; padding-left: 0; border-top: 1px solid var(--v-rule); }
  .v-trust__item:first-child { border-top: 0; padding-top: 0; }
}

/* ==========================================================================
   SPLIT / EDITORIAL FEATURE
   ========================================================================== */

.v-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 1rem + 4vw, 5rem); align-items: center; }
.v-split--media-right .v-split__media { order: 2; }
@media (max-width: 860px) {
  .v-split { grid-template-columns: 1fr; }
  .v-split--media-right .v-split__media { order: 0; }
}
.v-split__media { position: relative; }
.v-split__media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.v-split__media--wide img { aspect-ratio: 3/2; }
.v-split__body { max-width: 56ch; }

/* ==========================================================================
   EMAIL CAPTURE
   ========================================================================== */

.v-optin { text-align: center; max-width: 640px; margin-inline: auto; }
.v-optin__form { display: flex; gap: 0.6rem; margin-top: var(--v-s4); }
.v-optin__form input[type="email"] {
  flex: 1; min-width: 0;
  padding: 1.05rem 1.15rem;
  border: 1px solid rgba(255,253,249,0.42);
  background: rgba(255,253,249,0.10);
  color: var(--v-warm-white);
  font-family: var(--v-body); font-size: 0.95rem;
  border-radius: var(--v-radius);
}
.v-optin__form input[type="email"]::placeholder { color: rgba(255,253,249,0.6); }
.v-optin__form input[type="email"]:focus { outline: none; border-color: var(--v-warm-white); background: rgba(255,253,249,0.16); }
.v-optin__consent { font-size: 0.72rem; color: rgba(255,253,249,0.68); margin-top: var(--v-s2); line-height: 1.55; }
.v-optin__consent a { color: rgba(255,253,249,0.9); text-decoration: underline; }
.v-optin__msg { margin-top: var(--v-s2); font-size: 0.9rem; }
@media (max-width: 560px) {
  .v-optin__form { flex-direction: column; }
  .v-optin__form .v-btn { width: 100%; }
}

/* Light variant */
.v-optin--light .v-optin__form input[type="email"] {
  border-color: var(--v-rule); background: var(--v-warm-white); color: var(--v-ink);
}
.v-optin--light .v-optin__form input[type="email"]::placeholder { color: var(--v-ink-55); }
.v-optin--light .v-optin__consent { color: var(--v-ink-55); }
.v-optin--light .v-optin__consent a { color: var(--v-bronze-text); }

/* ==========================================================================
   FORMS
   ========================================================================== */

.v-form { max-width: 640px; }
.v-form__row { margin-bottom: var(--v-s3); }
.v-form label {
  display: block; font-size: 0.7rem; font-weight: 500; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--v-ink); margin-bottom: 0.55rem;
}
.v-form input[type="text"], .v-form input[type="email"], .v-form input[type="tel"],
.v-form input[type="url"], .v-form select, .v-form textarea {
  width: 100%; padding: 0.95rem 1rem;
  border: 1px solid var(--v-rule); background: var(--v-warm-white);
  font-family: var(--v-body); font-size: 0.95rem; color: var(--v-ink);
  border-radius: var(--v-radius);
}
.v-form textarea { min-height: 150px; resize: vertical; }
.v-form input:focus, .v-form select:focus, .v-form textarea:focus {
  outline: none; border-color: var(--v-bronze-text);
}
.v-form__hint { font-size: 0.75rem; color: var(--v-ink-55); margin-top: 0.4rem; }
.v-form__consent { display: flex; gap: 0.65rem; align-items: flex-start; font-size: 0.8rem; color: var(--v-ink-70); }
.v-form__consent label { text-transform: none; letter-spacing: 0; font-size: 0.8rem; font-weight: 400; margin: 0; }
.v-form__consent input { width: auto; margin-top: 4px; }

.v-notice { padding: 1rem 1.15rem; border-radius: var(--v-radius); font-size: 0.9rem; margin-bottom: var(--v-s3); }
.v-notice--ok   { background: rgba(110,116,102,0.14); border: 1px solid var(--v-sage); color: var(--v-sage-deep); }
.v-notice--err  { background: rgba(140,110,74,0.12); border: 1px solid var(--v-bronze); color: var(--v-bronze-text); }

/* ==========================================================================
   PRICING / SERVICE CARDS
   ========================================================================== */

.v-offer {
  background: var(--v-warm-white); border: 1px solid var(--v-rule-soft);
  padding: var(--v-s4); display: flex; flex-direction: column; height: 100%;
}
.v-offer--featured { border-color: var(--v-bronze); box-shadow: 0 20px 60px rgba(28,27,25,0.07); }
.v-offer__tag {
  font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--v-bronze-text); margin-bottom: var(--v-s2);
}
.v-offer__title { font-size: 1.55rem; margin-bottom: 0.6rem; }
.v-offer__price {
  font-family: var(--v-display); font-size: 1.9rem; color: var(--v-ink);
  margin-bottom: var(--v-s2); line-height: 1;
}
.v-offer__price small { font-family: var(--v-body); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--v-ink-55); display: block; margin-top: 0.5rem; }
.v-offer__desc { font-size: 0.92rem; color: var(--v-ink-70); margin-bottom: var(--v-s3); }
.v-offer__list { list-style: none; padding: 0; margin: 0 0 var(--v-s4); font-size: 0.88rem; }
.v-offer__list li { position: relative; padding-left: 1.4rem; margin-bottom: 0.55rem; color: var(--v-ink-70); line-height: 1.55; }
.v-offer__list li::before { content: "\2014"; position: absolute; left: 0; color: var(--v-bronze); }
.v-offer .v-btn { margin-top: auto; }

/* ==========================================================================
   ARTICLE / SINGLE
   ========================================================================== */

.v-article { max-width: var(--v-maxw-text); margin-inline: auto; }
.v-article__meta {
  font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--v-ink-55); margin-bottom: var(--v-s3);
}
.v-article__meta a { color: var(--v-bronze-text); }
.v-article__hero { margin-bottom: var(--v-s5); position: relative; }
.v-article__hero img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }

.v-content > * { margin-bottom: var(--v-s3); }
.v-content h2 { font-size: var(--v-fs-h2); margin-top: var(--v-s6); margin-bottom: var(--v-s3); }
.v-content h3 { font-size: var(--v-fs-h3); margin-top: var(--v-s5); margin-bottom: var(--v-s2); }
.v-content h4 { margin-top: var(--v-s4); margin-bottom: var(--v-s2); }
.v-content > p { font-size: 1.06rem; line-height: 1.78; }
.v-content ul, .v-content ol { font-size: 1.02rem; line-height: 1.75; }
.v-content img { margin-block: var(--v-s4); }
.v-content figcaption { font-size: 0.78rem; color: var(--v-ink-55); margin-top: 0.6rem; font-style: italic; }
.v-content table { width: 100%; border-collapse: collapse; margin-block: var(--v-s4); font-size: 0.92rem; }
.v-content th, .v-content td { text-align: left; padding: 0.75rem 0.9rem; border-bottom: 1px solid var(--v-rule-soft); }
.v-content th { font-family: var(--v-body); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--v-ink); background: var(--v-warm-white); border-bottom-color: var(--v-rule); }
.v-content tr:hover td { background: rgba(255,253,249,0.6); }

.v-callout {
  background: var(--v-warm-white); border-left: 3px solid var(--v-sage);
  padding: var(--v-s3) var(--v-s4); margin-block: var(--v-s4);
}
.v-callout__label {
  font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--v-sage-deep); margin-bottom: 0.6rem; display: block;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.v-footer { background: var(--v-ink); color: rgba(255,253,249,0.78); padding-block: var(--v-s7) var(--v-s4); font-size: 0.88rem; }
.v-footer a { color: rgba(255,253,249,0.78); }
.v-footer a:hover { color: var(--v-warm-white); }
.v-footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: var(--v-s5) var(--v-s4); padding-bottom: var(--v-s5); border-bottom: 1px solid rgba(255,253,249,0.14); }
@media (max-width: 940px) { .v-footer__top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .v-footer__top { grid-template-columns: 1fr; } }

.v-footer__brand .v-brand__mark { color: var(--v-warm-white); font-size: 1.5rem; text-align: left; }
.v-footer__brand .v-brand__sub { color: rgba(255,253,249,0.6); }
.v-footer__blurb { margin-top: var(--v-s3); max-width: 38ch; color: rgba(255,253,249,0.68); line-height: 1.68; }
.v-footer__title {
  font-family: var(--v-body); font-size: 0.66rem; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--v-warm-white); margin-bottom: var(--v-s3);
}
.v-footer ul { list-style: none; margin: 0; padding: 0; }
.v-footer li { margin-bottom: 0.6rem; }
.v-footer__contact p { margin-bottom: 0.6rem; line-height: 1.6; }
.v-footer__social { display: flex; gap: var(--v-s2); margin-top: var(--v-s3); }
.v-footer__social a {
  width: 38px; height: 38px; border: 1px solid rgba(255,253,249,0.28);
  display: flex; align-items: center; justify-content: center; border-radius: 50%;
  transition: background 0.3s var(--v-ease), border-color 0.3s var(--v-ease);
}
.v-footer__social a:hover { background: rgba(255,253,249,0.12); border-color: var(--v-warm-white); }
.v-footer__social svg { width: 16px; height: 16px; fill: currentColor; }

.v-footer__legal {
  padding-top: var(--v-s4);
  display: flex; flex-wrap: wrap; gap: var(--v-s2) var(--v-s4);
  justify-content: space-between; align-items: center;
  font-size: 0.76rem; color: rgba(255,253,249,0.55);
}
.v-footer__legal nav { display: flex; flex-wrap: wrap; gap: var(--v-s3); }

.v-footer__disclosure {
  margin-top: var(--v-s4); padding-top: var(--v-s3);
  border-top: 1px solid rgba(255,253,249,0.10);
  font-size: 0.76rem; color: rgba(255,253,249,0.55); line-height: 1.65; max-width: 84ch;
}

/* ==========================================================================
   MOBILE STICKY BAR
   ========================================================================== */

.v-sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 180;
  display: none; gap: 1px; background: var(--v-rule-soft);
  transform: translateY(110%); transition: transform 0.4s var(--v-ease);
}
.v-sticky.is-visible { transform: translateY(0); }
.v-sticky a {
  flex: 1; padding: 1.15rem 0.5rem; text-align: center;
  font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase;
  background: var(--v-ink); color: var(--v-warm-white);
}
.v-sticky a + a { background: var(--v-bronze-text); }
@media (max-width: 780px) { .v-sticky { display: flex; } }

/* ==========================================================================
   PAGINATION / MISC
   ========================================================================== */

.v-pagination { display: flex; gap: 0.5rem; justify-content: center; margin-top: var(--v-s6); flex-wrap: wrap; }
.v-pagination .page-numbers {
  min-width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--v-rule); font-size: 0.85rem; color: var(--v-ink); padding-inline: 0.75rem;
}
.v-pagination .page-numbers.current, .v-pagination .page-numbers:hover { background: var(--v-ink); color: var(--v-warm-white); border-color: var(--v-ink); }

.v-empty {
  text-align: center; padding: var(--v-s7) var(--v-s3);
  border: 1px dashed var(--v-rule); background: var(--v-warm-white);
}
.v-empty h3 { margin-bottom: var(--v-s2); }
.v-empty p { color: var(--v-ink-70); max-width: 50ch; margin-inline: auto; }

.v-filters { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: var(--v-s5); }
.v-filters a {
  font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 0.6rem 1.1rem; border: 1px solid var(--v-rule); color: var(--v-ink); border-radius: 999px;
}
.v-filters a:hover, .v-filters a.is-active { background: var(--v-ink); color: var(--v-warm-white); border-color: var(--v-ink); }

.v-marquee {
  border-block: 1px solid var(--v-rule); padding-block: var(--v-s3);
  font-family: var(--v-display); font-size: clamp(1.1rem, 0.9rem + 1vw, 1.6rem);
  text-align: center; color: var(--v-ink-70); font-style: italic;
}

/* Horizontal rails — desktop browses sideways, not down */
.v-rail {
  display: grid; grid-auto-flow: column;
  grid-auto-columns: clamp(240px, 23vw, 320px);
  gap: var(--v-s3);
  overflow-x: auto; overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.75rem;
  margin-inline: calc(var(--v-gutter) * -1);
  padding-inline: var(--v-gutter);
  scrollbar-width: none;
}
.v-rail::-webkit-scrollbar { display: none; }
.v-rail > * { scroll-snap-align: start; min-width: 0; }
.v-rail .v-card__media { margin-bottom: 0.75rem; }
.v-rail .v-card__title { font-size: 1.25rem; }
.v-rail .v-card__excerpt { display: none; }
.v-rail--tiles { grid-auto-columns: clamp(230px, 21vw, 300px); }
.v-card--edit .v-card__title { font-size: 1.2rem; margin-bottom: 0.3rem; }
.v-card--edit .v-card__excerpt { font-size: 0.84rem; margin-bottom: 0.5rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.v-card--edit .v-link { font-size: 0.66rem; }
.v-rail--mini  { grid-auto-columns: clamp(180px, 16vw, 230px); margin-bottom: var(--v-s2); }
.v-rail--mini .v-tile__label { font-size: 0.66rem; padding: var(--v-s3) var(--v-s2) var(--v-s2); }
@media (max-width: 700px) { .v-rail--mini { grid-auto-columns: 46vw; } }
@media (max-width: 560px) {
  .v-rowhead { align-items: flex-start; }
  .v-rowhead .v-link { font-size: 0.68rem; }
}
@media (max-width: 700px) { .v-rail { grid-auto-columns: 72vw; } }

/* Compact guide strip on the homepage */
.v-guideband { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--v-s3); }
@media (max-width: 900px) { .v-guideband { grid-template-columns: 1fr; } }
.v-guidecard { display: flex; gap: var(--v-s3); background: var(--v-warm-white); border: 1px solid var(--v-rule-soft); padding: var(--v-s2); align-items: center; }
.v-guidecard img { width: 86px; aspect-ratio: 4/5; object-fit: cover; flex: 0 0 auto; }
.v-guidecard h3 { font-size: 1.15rem; margin: 0 0 4px; }
.v-guidecard .v-card__meta { margin: 0 0 6px; }

/* Directory index (Shop by Room / Style) — a table of contents, not a card grid */
.v-pagehead--index { text-align: left; }
.v-pagehead--index .v-lead { margin-inline: 0; }
.v-index { display: grid; grid-template-columns: 1fr 1fr; gap: 0 var(--v-s6); }
@media (max-width: 820px) { .v-index { grid-template-columns: 1fr; } }
.v-index__row {
  display: flex; align-items: center; gap: var(--v-s3);
  padding: 0.85rem 0.25rem;
  border-bottom: 1px solid var(--v-rule);
  color: var(--v-ink);
  transition: background 0.25s var(--v-ease);
}
.v-index__row:hover { background: rgba(140,110,74,0.06); }
.v-index__thumb { flex: 0 0 64px; width: 64px; height: 64px; overflow: hidden; border-radius: 2px; }
.v-index__thumb img { width: 100%; height: 100%; object-fit: cover; }
.v-index__name { flex: 1; font-family: var(--v-display); font-size: 1.35rem; line-height: 1.15; }
.v-index__name em { display: block; font-family: var(--v-body); font-style: normal; font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--v-bronze-text); margin-top: 3px; }
.v-index__arrow { color: var(--v-bronze-text); font-size: 1.1rem; transition: transform 0.25s var(--v-ease); }
.v-index__row:hover .v-index__arrow { transform: translateX(4px); }

/* Compact service tiles */
.v-grid--tiles { gap: var(--v-s3); }
.v-offer--mini { padding: var(--v-s3); }
.v-offer--mini .v-offer__title { font-size: 1.28rem; margin-bottom: 0.35rem; }
.v-offer--mini .v-offer__price { font-size: 1.35rem; margin-bottom: 0.6rem; }
.v-offer--mini .v-offer__desc {
  font-size: 0.88rem; margin-bottom: var(--v-s3);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.v-offer__actions { display: flex; gap: 0.5rem; margin-top: auto; }
.v-offer__actions .v-btn { flex: 1; padding: 0.8rem 0.5rem; font-size: 0.68rem; }

/* Gallery masonry */
.v-masonry { columns: 3 300px; column-gap: var(--v-s3); }
.v-masonry__item { break-inside: avoid; margin: 0 0 var(--v-s3); background: var(--v-warm-white); border: 1px solid var(--v-rule-soft); }
.v-masonry__item img { width: 100%; height: auto; display: block; }
.v-masonry__item figcaption { padding: 0.9rem 1rem 1rem; font-size: 0.82rem; line-height: 1.5; }
.v-masonry__item figcaption strong { display: block; font-family: var(--v-display); font-weight: 400; font-size: 1.1rem; }
.v-masonry__item figcaption span { display: block; font-size: 0.64rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--v-bronze-text); margin-top: 3px; }
.v-masonry__item figcaption em { display: block; color: var(--v-ink-55); font-style: normal; margin-top: 5px; }

/* Collapsible editorial brief */
.v-details {
  margin-top: var(--v-s5);
  border-top: 1px solid var(--v-rule);
  border-bottom: 1px solid var(--v-rule);
}
.v-details summary {
  cursor: pointer; list-style: none;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem 0.25rem;
  font-size: 0.74rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--v-bronze-text);
}
.v-details summary::-webkit-details-marker { display: none; }
.v-details summary::after { content: "+"; font-family: var(--v-display); font-size: 1.3rem; line-height: 1; transition: transform 0.3s var(--v-ease); }
.v-details[open] summary::after { transform: rotate(45deg); }
.v-details summary:hover { color: var(--v-ink); }
.v-details .v-content { max-width: var(--v-maxw-text); padding: 0 0.25rem var(--v-s4); color: var(--v-ink-70); }
.v-details .v-content > p { font-size: 0.98rem; }

/* Utilities */
.v-center { text-align: center; }
.v-mt0 { margin-top: 0; } .v-mb0 { margin-bottom: 0; }
.v-mt4 { margin-top: var(--v-s4); } .v-mt5 { margin-top: var(--v-s5); }
.v-hide-mobile { }
@media (max-width: 780px) { .v-hide-mobile { display: none !important; } }

/* WordPress core alignment classes */
.alignleft  { float: left; margin: 0.5rem 2rem 1.5rem 0; }
.alignright { float: right; margin: 0.5rem 0 1.5rem 2rem; }
.aligncenter{ margin-inline: auto; display: block; }
.alignwide  { max-width: 1100px; margin-inline: auto; }
.alignfull  { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); }
.wp-caption-text { font-size: 0.78rem; color: var(--v-ink-55); }
.sticky, .gallery-caption, .bypostauthor { display: block; }

/* Print */
@media print {
  .v-header, .v-footer, .v-sticky, .v-optin, .v-drawer { display: none !important; }
  body { background: #fff; color: #000; }
}
