/* ═══════════════════════════════════════════════════════════
   CUSTOM PAGE TEMPLATES - shared styles
   ═══════════════════════════════════════════════════════════ */

/* Shared section heads */
.v-section-head { max-width: 720px; margin: 0 auto 29px; text-align: center; }
.v-section-eyebrow {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 600;
  margin-bottom: 16px;
}
.v-section-title {
  font-size: clamp(32px, 4.5vw, 52px);
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin-bottom: 16px;
}
.v-section-title em { font-style: italic; color: var(--brand); font-weight: 400; }
html[data-theme="dark"] .v-section-title em { color: var(--brand-mid); }
.v-section-deck { font-size: 17px; color: var(--ink-soft); line-height: 1.55; }

/* Shared buttons */
.v-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 28px;
  background: var(--btn-solid);
  color: #fafaf7;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .15s;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}
.v-btn-primary:hover { background: var(--btn-solid-hover); color: #fafaf7; }

.v-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--line-strong);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .15s;
}
.v-btn-ghost:hover { border-color: var(--ink); background: var(--bg-soft); }

/* CTA strip (shared across pages) */
.v-cta-strip {
  padding: clamp(34px, 8vw, 58px) 0 clamp(43px, 9vw, 72px);
}
.v-cta-box {
  background: var(--bg-panel);
  color: #fafaf7;
  border-radius: var(--radius-xl);
  padding: clamp(40px, 6vw, 72px) clamp(24px, 4vw, 48px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.v-cta-box::before {
  content: "";
  position: absolute;
  top: -100px; right: -100px;
  width: 300px; height: 300px;
  background: var(--brand-mid);
  opacity: .18;
  border-radius: 50%;
}
html[data-theme="dark"] .v-cta-box::before { background: var(--brand); opacity: .12; }
.v-cta-title {
  color: #fafaf7;
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 12px;
  position: relative;
}
.v-cta-title em { font-style: italic; color: #f0e9d9; }
.v-cta-sub {
  color: rgba(250, 250, 247, .8);
  font-size: 17px;
  margin-bottom: 28px;
  position: relative;
}
.v-cta-box .v-btn-primary {
  background: #fafaf7;
  color: #0a0c0a;
  position: relative;
}
.v-cta-box .v-btn-primary:hover {
  background: var(--cream);
  color: #0a0c0a;
}

/* About-like prose section */
.v-about-prose {
  max-width: 720px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
}
.v-about-prose p { margin: 0 0 1.2em; }
.v-about-prose h2 { font-size: 28px; margin: 2em 0 .6em; }
.v-about-prose h3 { font-size: 22px; margin: 1.8em 0 .5em; }
.v-about-prose a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }
html[data-theme="dark"] .v-about-prose a { color: var(--brand-mid); }

/* ═══ HOME PAGE ═══ */
.v-hero {
  padding: clamp(29px, 7vw, 58px) 0 clamp(24px, 6vw, 48px);
}
.v-hero-grid {
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 960px) {
  .v-hero-grid { grid-template-columns: 1.3fr 1fr; gap: 80px; }
}
.v-hero-eyebrow {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 600;
  margin-bottom: 20px;
}
.v-hero-title {
  font-size: clamp(48px, 7vw, 88px);
  letter-spacing: -0.04em;
  line-height: 1.02;
  margin-bottom: 24px;
}
.v-hero-title em { font-style: italic; color: var(--brand); font-weight: 400; }
html[data-theme="dark"] .v-hero-title em { color: var(--brand-mid); }
.v-hero-sub {
  font-size: clamp(17px, 2vw, 20px);
  color: var(--ink-soft);
  line-height: 1.55;
  max-width: 42ch;
  margin: 0 0 36px;
}
.v-hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 29px;
}
.v-trust-row {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 640px) { .v-trust-row { flex-direction: row; flex-wrap: wrap; gap: 24px; } }
.v-trust-row li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--ink-soft);
}
.v-trust-row svg {
  width: 16px; height: 16px;
  color: var(--brand);
  stroke-width: 2;
  flex-shrink: 0;
}
html[data-theme="dark"] .v-trust-row svg { color: var(--brand-mid); }

/* Hero visual (bottle + badges) */
.v-hero-visual {
  position: relative;
  aspect-ratio: 1;
  max-width: 480px;
  margin: 0 auto;
}
.v-hero-bottle {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 58%;
  height: 80%;
  background: linear-gradient(180deg, var(--cream) 0%, #e4d9b8 100%);
  border-radius: 16px 16px 20px 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,.12), inset 0 0 30px rgba(255,255,255,.3);
}
.v-hero-bottle::before {
  content: "";
  position: absolute;
  top: -12px; left: 50%;
  transform: translateX(-50%);
  width: 55%; height: 20px;
  background: var(--ink);
  border-radius: 6px;
}
.v-hero-bottle::after {
  content: "VENASOLLA";
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: .2em;
  color: var(--ink);
  font-weight: 600;
}
.v-hero-badge {
  position: absolute;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: var(--shadow);
  white-space: nowrap;
}
.v-hero-badge .v-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--brand);
}
html[data-theme="dark"] .v-hero-badge .v-dot { background: var(--brand-mid); }
.v-hero-badge-1 { top: 15%; right: 0; }
.v-hero-badge-2 { bottom: 28%; left: 0; }
.v-hero-badge-3 { bottom: 8%; right: 8%; }

/* Featured products grid */
.v-featured { padding: clamp(29px, 7vw, 58px) 0; border-top: 1px solid var(--line); }
.v-prod-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) { .v-prod-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .v-prod-grid { grid-template-columns: repeat(3, 1fr); } }

.v-prod-card {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-decoration: none;
  color: var(--ink);
  transition: all .2s;
  display: block;
}
.v-prod-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.v-prod-img { aspect-ratio: 1; overflow: hidden; background: #ffffff; }
.v-prod-img img { width: 100%; height: 100%; object-fit: contain; padding: 16px; }
.v-prod-body { padding: 20px 24px 24px; }
.v-prod-title {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 10px;
}
.v-prod-price { font-size: 15px; color: var(--ink); font-weight: 500; }
.v-prod-price del { color: var(--ink-mute); margin-right: 6px; font-weight: 400; }
.v-prod-price ins { background: transparent; color: var(--brand); text-decoration: none; }
html[data-theme="dark"] .v-prod-price ins { color: var(--brand-mid); }

.v-empty-message {
  text-align: center;
  padding: 29px 0;
  color: var(--ink-mute);
  font-size: 14.5px;
}

/* Home content section */
.v-home-content { padding: clamp(29px, 7vw, 58px) 0; }

/* ═══ ABOUT PAGE ═══ */
.v-about-hero {
  padding: clamp(34px, 8vw, 72px) 0 clamp(24px, 5vw, 38px);
}
.v-about-hero-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.v-about-hero-title {
  font-size: clamp(44px, 6vw, 80px);
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 28px;
}
.v-about-hero-title em { font-style: italic; color: var(--brand); font-weight: 400; }
html[data-theme="dark"] .v-about-hero-title em { color: var(--brand-mid); }
.v-about-hero-sub {
  font-size: 19px;
  color: var(--ink-soft);
  line-height: 1.55;
  max-width: 680px;
  margin: 0 auto;
}

.v-about-standards { padding: clamp(34px, 8vw, 58px) 0; border-top: 1px solid var(--line); }
.v-standards-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .v-standards-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .v-standards-grid { grid-template-columns: repeat(3, 1fr); } }

.v-standard-card {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: all .2s;
}
.v-standard-card:hover { border-color: var(--line-strong); transform: translateY(-2px); }
.v-standard-title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  color: var(--ink);
}
.v-standard-body {
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.6;
  margin: 0;
}

.v-about-content { padding: clamp(34px, 8vw, 58px) 0; border-top: 1px solid var(--line); }

/* ═══ CONTACT PAGE - full layout (hero + tiles + form + info + faq) ═══ */

/* Hero */
.v-c-hero { padding: clamp(34px, 9vw, 72px) 0 clamp(19px, 5vw, 34px); }
.v-c-eyebrow {
  font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--brand); font-weight: 500;
  margin-bottom: 20px;
  display: inline-flex; align-items: center; gap: 10px;
}
html[data-theme="dark"] .v-c-eyebrow { color: var(--brand-mid); }
.v-c-eyebrow::before {
  content: ""; display: inline-block;
  width: 24px; height: 1px; background: var(--brand);
}
html[data-theme="dark"] .v-c-eyebrow::before { background: var(--brand-mid); }

.v-c-hero-title {
  font-size: clamp(40px, 6vw, 72px);
  letter-spacing: -0.04em;
  line-height: 1;
  font-family: var(--font-display);
  font-weight: 400;
  margin: 0;
  max-width: 14ch;
}
.v-c-hero-title em { font-style: italic; color: var(--brand); }
html[data-theme="dark"] .v-c-hero-title em { color: var(--brand-mid); }

.v-c-hero-lead {
  font-size: clamp(17px, 2vw, 20px);
  color: var(--ink-soft);
  max-width: 58ch;
  line-height: 1.55;
  margin-top: 28px;
}

.v-c-hero-meta {
  display: flex; flex-wrap: wrap; gap: 28px;
  margin-top: 32px;
  font-size: 14px;
  color: var(--ink-soft);
}
.v-c-hero-meta-item { display: flex; align-items: center; gap: 10px; }
.v-c-hero-meta-item svg { width: 16px; height: 16px; color: var(--brand); stroke-width: 2; flex-shrink: 0; }
html[data-theme="dark"] .v-c-hero-meta-item svg { color: var(--brand-mid); }
.v-c-hero-meta-item strong { color: var(--ink); font-weight: 500; }

/* Deflection tiles */
.v-c-deflect { padding: 20px 0 clamp(29px, 6vw, 43px); }
.v-c-deflect-head {
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--brand); font-weight: 500;
  margin-bottom: 20px;
}
html[data-theme="dark"] .v-c-deflect-head { color: var(--brand-mid); }
.v-c-deflect-grid {
  display: grid; gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) { .v-c-deflect-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .v-c-deflect-grid { grid-template-columns: repeat(4, 1fr); } }
/* When tiles are removed in the Customizer, drop columns to match so there is
   no empty gap. */
.v-c-deflect-grid[data-count="1"] { grid-template-columns: minmax(0, 340px); justify-content: center; }
@media (min-width: 900px) {
  .v-c-deflect-grid[data-count="2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v-c-deflect-grid[data-count="3"] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.v-c-tile {
  display: flex; flex-direction: column; gap: 14px;
  padding: 28px 24px;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: inherit;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.v-c-tile:hover {
  border-color: var(--ink);
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.v-c-tile-icon {
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  background: var(--brand-soft);
  border-radius: var(--radius-sm);
  color: var(--brand);
}
html[data-theme="dark"] .v-c-tile-icon { color: var(--brand-mid); }
.v-c-tile-icon svg { width: 20px; height: 20px; stroke-width: 1.8; }
.v-c-tile h3 {
  font-family: var(--font-display); font-size: 19px;
  letter-spacing: -0.02em; color: var(--ink); font-weight: 500;
  margin: 0;
}
.v-c-tile p {
  font-size: 14px; color: var(--ink-soft);
  line-height: 1.55; margin: 0;
}
.v-c-tile-cta {
  margin-top: auto; padding-top: 8px;
  font-size: 14px; color: var(--ink);
  display: inline-flex; align-items: center; gap: 6px;
  font-weight: 500;
  transition: gap .15s;
}
.v-c-tile:hover .v-c-tile-cta { gap: 10px; }
.v-c-tile-cta svg { width: 14px; height: 14px; stroke-width: 2; }

/* Main: form + info */
.v-c-main { padding: clamp(19px, 5vw, 38px) 0; }
.v-c-grid {
  display: grid; gap: clamp(32px, 5vw, 56px);
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .v-c-grid { grid-template-columns: 1.3fr 1fr; gap: 80px; }
}

/* Form column */
.v-c-form-head {
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--brand); font-weight: 500;
  margin-bottom: 12px;
}
html[data-theme="dark"] .v-c-form-head { color: var(--brand-mid); }
.v-c-form-title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(28px, 3vw, 40px); letter-spacing: -0.03em; line-height: 1.05;
  margin: 0 0 14px; max-width: 14ch;
}
.v-c-form-title em { font-style: italic; color: var(--brand); }
html[data-theme="dark"] .v-c-form-title em { color: var(--brand-mid); }
.v-c-form-lead {
  font-size: 16px; color: var(--ink-soft);
  line-height: 1.55; margin: 0 0 32px;
  max-width: 48ch;
}

.v-c-form { display: flex; flex-direction: column; gap: 20px; }
.v-c-form-row { display: grid; gap: 20px; grid-template-columns: 1fr; }
@media (min-width: 600px) { .v-c-form-row { grid-template-columns: 1fr 1fr; } }

.v-c-field { display: flex; flex-direction: column; gap: 8px; }
.v-c-field label {
  font-size: 13px; font-weight: 500; color: var(--ink);
}
.v-c-field .v-c-req { color: var(--error); margin-left: 2px; }
.v-c-field .v-c-opt { color: var(--ink-mute); font-weight: 400; margin-left: 4px; font-size: 12px; }

.v-c-field input,
.v-c-field select,
.v-c-field textarea {
  padding: 12px 14px;
  background: var(--bg-elev);
  border: 1.5px solid var(--line-strong);
  border-radius: var(--radius-sm);
  font-size: 15px; color: var(--ink);
  outline: none;
  transition: border-color .15s, box-shadow .15s;
  font-family: var(--font-sans);
  width: 100%;
  box-sizing: border-box;
}
.v-c-field input:focus,
.v-c-field select:focus,
.v-c-field textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px var(--brand-soft);
}
html[data-theme="dark"] .v-c-field input:focus,
html[data-theme="dark"] .v-c-field select:focus,
html[data-theme="dark"] .v-c-field textarea:focus {
  border-color: var(--brand-mid);
}
.v-c-field input::placeholder,
.v-c-field textarea::placeholder { color: var(--ink-mute); }

.v-c-field textarea { resize: vertical; min-height: 140px; line-height: 1.55; }
.v-c-field select {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%237a7a75' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  cursor: pointer;
}
.v-c-field .v-c-hint {
  font-size: 12px; color: var(--ink-mute); line-height: 1.5;
}

/* Conditional order# field */
.v-c-field-conditional { display: none; }
.v-c-field-conditional.is-show {
  display: flex;
  animation: vc-slidein .25s ease;
}
@keyframes vc-slidein {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Honeypot */
.v-c-honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

/* Submit row */
.v-c-submit-row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
  margin-top: 4px;
}
.v-c-submit-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px;
  background: var(--btn-solid); color: #fafaf7;
  border: 0; border-radius: 999px;
  font-size: 15px; font-weight: 500; font-family: inherit;
  cursor: pointer;
  transition: background .15s, transform .1s;
}
.v-c-submit-btn:hover { background: var(--btn-solid-hover); color: #fafaf7; }
html[data-theme="dark"] .v-c-submit-btn:hover { background: var(--btn-solid-hover); color: #0a0c0a; }
.v-c-submit-btn:active { transform: scale(.98); }
.v-c-submit-btn svg { width: 16px; height: 16px; stroke-width: 2; }

.v-c-privacy-note {
  font-size: 12px; color: var(--ink-mute);
  max-width: 38ch; margin: 0;
}
.v-c-privacy-note a {
  color: inherit;
  text-decoration: underline; text-underline-offset: 2px;
  text-decoration-color: var(--line-strong);
  transition: color .15s;
}
.v-c-privacy-note a:hover { color: var(--ink); text-decoration-color: var(--brand); }

/* Form error */
.v-c-form-error {
  background: var(--error-soft); color: var(--error);
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  margin-bottom: 20px;
}

/* Form success */
.v-c-success {
  display: none;
  padding: 40px 32px;
  background: var(--brand-soft);
  border: 1px solid var(--brand);
  border-radius: var(--radius-lg);
  text-align: center;
}
.v-c-success-show { display: block; }
html[data-theme="dark"] .v-c-success { border-color: var(--brand-mid); }
.v-c-success-mark {
  width: 56px; height: 56px; margin: 0 auto 16px;
  background: var(--brand); color: #fafaf7;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
html[data-theme="dark"] .v-c-success-mark { background: var(--brand-mid); color: #0a0c0a; }
.v-c-success-mark svg { width: 26px; height: 26px; }
.v-c-success h3 {
  font-family: var(--font-display); font-size: 24px;
  color: var(--ink); margin: 0 0 8px;
  font-weight: 500;
}
.v-c-success p {
  font-size: 15px; color: var(--ink-soft);
  max-width: 36ch; margin: 0 auto;
  line-height: 1.55;
}

/* Right column: Other ways */
.v-c-info-col { display: flex; flex-direction: column; gap: 24px; }
.v-c-info-head {
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--brand); font-weight: 500;
}
html[data-theme="dark"] .v-c-info-head { color: var(--brand-mid); }

.v-c-card {
  padding: 24px;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  display: flex; flex-direction: column; gap: 10px;
}
.v-c-card-label {
  font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--ink-mute); font-weight: 500;
}
.v-c-card-value {
  font-family: var(--font-display); font-size: 22px;
  font-weight: 500; color: var(--ink); letter-spacing: -0.02em;
  word-break: break-word;
}
.v-c-card-value a { color: inherit; text-decoration: none; transition: color .15s; }
.v-c-card-value a:hover { color: var(--brand); }
html[data-theme="dark"] .v-c-card-value a:hover { color: var(--brand-mid); }
.v-c-card-desc {
  font-size: 13px; color: var(--ink-soft); line-height: 1.5;
}

/* Response time accent card */
.v-c-response-card {
  background: var(--brand);
  color: #fafaf7;
  padding: 28px 24px;
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
}
html[data-theme="dark"] .v-c-response-card { background: var(--bg-panel); border: 1px solid var(--line); color: var(--ink); }
.v-c-response-card::before {
  content: "";
  position: absolute;
  top: -40px; right: -40px;
  width: 140px; height: 140px;
  background: var(--brand-mid);
  border-radius: 50%;
  opacity: .3;
}
html[data-theme="dark"] .v-c-response-card::before { background: var(--brand); opacity: .15; }
.v-c-response-label {
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: #f0e9d9; font-weight: 500;
  margin-bottom: 12px;
  position: relative;
}
html[data-theme="dark"] .v-c-response-label { color: var(--brand-mid); }
.v-c-response-big {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 44px);
  font-weight: 500; letter-spacing: -0.03em; line-height: 1.05;
  margin-bottom: 10px;
  position: relative;
}
.v-c-response-big em { font-style: italic; color: #f0e9d9; }
html[data-theme="dark"] .v-c-response-big em { color: var(--brand-mid); }
.v-c-response-sub {
  font-size: 14px;
  color: rgba(250,250,247,.75);
  line-height: 1.5;
  position: relative;
}
html[data-theme="dark"] .v-c-response-sub { color: var(--ink-soft); }

/* Hours list */
.v-c-hours-list {
  display: flex; flex-direction: column;
  margin-top: 4px;
  font-size: 14px;
}
.v-c-hours-row {
  display: flex; justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid var(--line);
  font-variant-numeric: tabular-nums;
}
.v-c-hours-row:last-child { border-bottom: 0; }
.v-c-hours-day { color: var(--ink-soft); }
.v-c-hours-time { color: var(--ink); font-weight: 500; }
.v-c-hours-row.is-closed .v-c-hours-time { color: var(--ink-mute); font-weight: 400; }

/* Social row */
.v-c-social-row { display: flex; gap: 10px; margin-top: 4px; }
.v-c-social-row a {
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-soft);
  border-radius: 50%;
  color: var(--ink-soft);
  transition: background .15s, color .15s;
}
.v-c-social-row a:hover { background: var(--ink); color: var(--bg); }
.v-c-social-row a svg { width: 18px; height: 18px; stroke-width: 1.8; }

/* FAQ section */
.v-c-faq-sec { padding: clamp(29px, 6vw, 48px) 0; }
.v-c-faq-head { text-align: center; margin-bottom: 29px; }
.v-c-faq-head .v-c-form-head { display: inline-block; margin-bottom: 12px; }
.v-c-faq-head h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.03em;
  max-width: 20ch; margin: 0 auto;
  line-height: 1.05;
}
.v-c-faq-head h2 em { font-style: italic; color: var(--brand); }
html[data-theme="dark"] .v-c-faq-head h2 em { color: var(--brand-mid); }

.v-c-faq { max-width: 800px; margin: 0 auto; }
.v-c-faq-item { border-bottom: 1px solid var(--line); }
.v-c-faq-item:first-child { border-top: 1px solid var(--line); }
.v-c-faq-q {
  width: 100%; padding: 24px 0;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  text-align: left;
  font-family: var(--font-display); font-size: 19px; font-weight: 500;
  color: var(--ink); letter-spacing: -0.015em;
  background: transparent; border: 0; cursor: pointer;
  transition: color .15s;
}
.v-c-faq-q:hover { color: var(--brand); }
html[data-theme="dark"] .v-c-faq-q:hover { color: var(--brand-mid); }
.v-c-faq-q svg {
  width: 20px; height: 20px; flex-shrink: 0;
  color: var(--ink-mute); transition: transform .2s ease, color .15s;
}
.v-c-faq-item.is-open .v-c-faq-q svg { transform: rotate(45deg); color: var(--brand); }
html[data-theme="dark"] .v-c-faq-item.is-open .v-c-faq-q svg { color: var(--brand-mid); }
.v-c-faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .35s ease;
  color: var(--ink-soft); font-size: 15px; line-height: 1.6;
}
.v-c-faq-item.is-open .v-c-faq-a { max-height: 500px; }
.v-c-faq-a-inner { padding: 0 0 24px; max-width: 62ch; }
.v-c-faq-a-inner p { margin: 0 0 0.8em; }
.v-c-faq-a-inner p:last-child { margin-bottom: 0; }
.v-c-faq-a-inner a {
  color: var(--brand); font-weight: 500;
  text-decoration: underline; text-underline-offset: 2px;
  text-decoration-color: var(--brand-soft);
  transition: text-decoration-color .15s;
}
html[data-theme="dark"] .v-c-faq-a-inner a { color: var(--brand-mid); }
.v-c-faq-a-inner a:hover { text-decoration-color: var(--brand); }

/* ═══ TOOLS PAGE ═══ */
.v-tools-hero {
  padding: clamp(34px, 8vw, 72px) 0 clamp(24px, 5vw, 38px);
}
.v-tools-hero-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.v-tools-hero-title {
  font-size: clamp(44px, 6vw, 80px);
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 24px;
}
.v-tools-hero-title em { font-style: italic; color: var(--brand); font-weight: 400; }
html[data-theme="dark"] .v-tools-hero-title em { color: var(--brand-mid); }
.v-tools-hero-sub {
  font-size: 18px;
  color: var(--ink-soft);
  line-height: 1.55;
  max-width: 620px;
  margin: 0 auto;
}

.v-tools-grid-section { padding: clamp(19px, 4vw, 38px) 0 clamp(34px, 8vw, 58px); }
.v-tools-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) { .v-tools-grid { grid-template-columns: repeat(2, 1fr); } }

.v-tool-card {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
  text-decoration: none;
  color: var(--ink);
  transition: all .2s;
  display: flex;
  flex-direction: column;
  min-height: 260px;
}
.v-tool-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.v-tool-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.v-tool-tag {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--brand);
  font-weight: 600;
  padding: 4px 10px;
  background: var(--brand-soft);
  border-radius: 999px;
}
html[data-theme="dark"] .v-tool-tag { color: var(--brand-mid); }
.v-tool-time {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--ink-mute);
}
.v-tool-title {
  font-family: var(--font-display);
  font-size: 26px;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0 0 8px;
  color: var(--ink);
}
.v-tool-sub {
  font-size: 14px;
  color: var(--ink-mute);
  font-style: italic;
  margin: 0 0 16px;
}
.v-tool-body {
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.6;
  margin: 0 0 24px;
  flex: 1;
}
.v-tool-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--ink);
  font-weight: 500;
  transition: gap .15s;
}
.v-tool-card:hover .v-tool-arrow { gap: 10px; color: var(--brand); }
html[data-theme="dark"] .v-tool-card:hover .v-tool-arrow { color: var(--brand-mid); }
.v-tool-arrow svg { width: 14px; height: 14px; stroke-width: 2; }

.v-tools-content { padding: clamp(34px, 8vw, 58px) 0; border-top: 1px solid var(--line); }

/* ─── CONTACT FORM 7 OVERRIDES ─── */
.v-cf7-wrap .wpcf7-form { display: flex; flex-direction: column; gap: 18px; }
.v-cf7-wrap .wpcf7-form p { margin: 0; }
.v-cf7-wrap label { display: block; font-size: 13px; font-weight: 500; color: var(--ink); margin-bottom: 6px; letter-spacing: -.005em; }
.v-cf7-wrap .wpcf7-form-control-wrap { display: block; }
.v-cf7-wrap input[type="text"],
.v-cf7-wrap input[type="email"],
.v-cf7-wrap input[type="tel"],
.v-cf7-wrap input[type="url"],
.v-cf7-wrap input[type="number"],
.v-cf7-wrap select,
.v-cf7-wrap textarea {
  width: 100%; padding: 12px 14px; font-size: 15px; line-height: 1.5;
  background: var(--bg-elev); color: var(--ink);
  border: 1px solid var(--line-strong); border-radius: var(--radius);
  font-family: inherit; transition: border-color .15s, box-shadow .15s;
}
.v-cf7-wrap textarea { min-height: 140px; resize: vertical; }
.v-cf7-wrap input:focus,
.v-cf7-wrap select:focus,
.v-cf7-wrap textarea:focus {
  outline: none; border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(31,61,43,.12);
}
.v-cf7-wrap input[type="submit"],
.v-cf7-wrap .wpcf7-submit {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 24px; background: var(--ink); color: var(--bg);
  border: 0; border-radius: 999px; font-size: 15px; font-weight: 500;
  cursor: pointer; transition: opacity .15s, transform .15s;
  font-family: inherit;
}
.v-cf7-wrap input[type="submit"]:hover,
.v-cf7-wrap .wpcf7-submit:hover { opacity: .92; transform: translateY(-1px); }
.v-cf7-wrap .wpcf7-not-valid-tip { color: var(--error); font-size: 13px; margin-top: 4px; display: block; }
.v-cf7-wrap .wpcf7-response-output {
  margin: 16px 0 0; padding: 12px 16px; border-radius: var(--radius);
  font-size: 14px; line-height: 1.5; border: 1px solid var(--line-strong);
}
.v-cf7-wrap form.invalid .wpcf7-response-output,
.v-cf7-wrap form.unaccepted .wpcf7-response-output,
.v-cf7-wrap form.payment-required .wpcf7-response-output {
  background: var(--error-soft); border-color: var(--error); color: var(--error);
}
.v-cf7-wrap form.sent .wpcf7-response-output {
  background: var(--brand-soft); border-color: var(--brand); color: var(--brand);
}
.v-cf7-wrap .wpcf7-spinner { margin-left: 8px; }
.v-cf7-wrap .wpcf7-list-item { display: inline-block; margin-right: 12px; }

/* ════════════════════════════════════════════════════════════════════
   ABOUT PAGE - full layout (hero + stats + manifesto + principles +
   dark standards + audience + cta)
   ════════════════════════════════════════════════════════════════════ */

/* Hero */
.v-a-hero { padding: clamp(38px, 10vw, 84px) 0 clamp(29px, 7vw, 48px); }
.v-a-eyebrow {
  font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--brand); font-weight: 500;
  margin-bottom: 24px;
  display: inline-flex; align-items: center; gap: 10px;
}
html[data-theme="dark"] .v-a-eyebrow { color: var(--brand-mid); }
.v-a-eyebrow::before {
  content: ""; display: inline-block;
  width: 24px; height: 1px; background: var(--brand);
}
html[data-theme="dark"] .v-a-eyebrow::before { background: var(--brand-mid); }

.v-a-hero-title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(40px, 6vw, 72px);
  letter-spacing: -0.04em; line-height: 1.04;
  margin: 0;
  max-width: 14ch;
}
.v-a-hero-title em { font-style: italic; color: var(--brand); font-weight: 400; }
html[data-theme="dark"] .v-a-hero-title em { color: var(--brand-mid); }
.v-a-hero-sub {
  font-size: clamp(17px, 2vw, 21px);
  color: var(--ink-soft);
  max-width: 52ch; line-height: 1.55;
  margin-top: 32px;
}

/* Stats strip */
.v-a-stats {
  background: var(--bg-elev);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.v-a-stats-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  padding: clamp(17px, 4vw, 29px) 0;
}
@media (min-width: 720px) { .v-a-stats-grid { grid-template-columns: repeat(4, 1fr); } }
.v-a-stats-grid[data-count="1"] { grid-template-columns: minmax(0, 340px); justify-content: center; }
@media (min-width: 720px) {
  .v-a-stats-grid[data-count="2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v-a-stats-grid[data-count="3"] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.v-a-stat {
  padding: 20px 24px;
  border-right: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 8px;
}
.v-a-stat:nth-child(2n) { border-right: 0; }
@media (min-width: 720px) {
  .v-a-stat:nth-child(2n) { border-right: 1px solid var(--line); }
  .v-a-stat:last-child { border-right: 0; }
}
.v-a-stat-num {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 54px);
  font-weight: 500; color: var(--ink); letter-spacing: -0.03em;
  line-height: 1;
}
.v-a-stat-num em { font-style: italic; color: var(--brand); font-size: .6em; vertical-align: baseline; }
html[data-theme="dark"] .v-a-stat-num em { color: var(--brand-mid); }
.v-a-stat-label {
  font-size: 13px; color: var(--ink-soft); line-height: 1.45;
  max-width: 24ch;
}
.v-a-stat-label strong { color: var(--ink); font-weight: 500; }

/* Generic about section */
.v-a-page section.v-a-section,
.v-a-page section.v-a-manifesto,
.v-a-page section.v-a-standards,
.v-a-page section.v-a-audience { padding: clamp(38px, 9vw, 72px) 0; }

.v-a-sec-eyebrow {
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--brand); font-weight: 500;
  margin-bottom: 16px;
}
html[data-theme="dark"] .v-a-sec-eyebrow { color: var(--brand-mid); }
.v-a-sec-title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(26px, 3vw, 40px);
  letter-spacing: -0.035em; line-height: 1.04;
  max-width: 22ch;
  margin: 0;
}
.v-a-sec-title em { font-style: italic; color: var(--brand); }
html[data-theme="dark"] .v-a-sec-title em { color: var(--brand-mid); }
.v-a-sec-lead {
  font-size: clamp(16px, 1.8vw, 19px);
  color: var(--ink-soft); max-width: 52ch;
  margin-top: 20px; line-height: 1.6;
}

/* Manifesto */
.v-a-manifesto { background: var(--bg-soft); }
.v-a-manifesto-body {
  display: grid; gap: 48px;
  grid-template-columns: 1fr;
  margin-top: 29px;
}
@media (min-width: 900px) {
  .v-a-manifesto-body { grid-template-columns: 1fr 1.3fr; gap: 80px; align-items: start; }
}
.v-a-manifesto-pull {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2; letter-spacing: -0.025em;
  color: var(--ink);
  max-width: 20ch;
  margin: 0;
  border: 0; padding: 0;
}
.v-a-manifesto-pull em { font-style: italic; color: var(--brand); }
html[data-theme="dark"] .v-a-manifesto-pull em { color: var(--brand-mid); }
.v-a-prose {
  display: flex; flex-direction: column; gap: 18px;
  font-size: 17px; color: var(--ink-soft); line-height: 1.7;
  max-width: 58ch;
}
.v-a-prose p { margin: 0; }
.v-a-prose strong { color: var(--ink); font-weight: 500; }

/* Do / Won't principles */
.v-a-principles {
  display: grid; gap: 20px;
  grid-template-columns: 1fr;
  margin-top: 29px;
}
@media (min-width: 700px) { .v-a-principles { grid-template-columns: 1fr 1fr; gap: 24px; } }

.v-a-principle-col {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 4vw, 40px);
}
.v-a-principle-col.v-a-wont {
  background: var(--bg);
  border: 1px dashed var(--line-strong);
}
.v-a-principle-head {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 24px;
  font-family: var(--font-display);
  font-size: 13px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-mute); font-weight: 500;
}
.v-a-principle-col.v-a-do .v-a-principle-head { color: var(--brand); }
html[data-theme="dark"] .v-a-principle-col.v-a-do .v-a-principle-head { color: var(--brand-mid); }
.v-a-principle-head .v-a-mark {
  width: 22px; height: 22px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.v-a-principle-col.v-a-do .v-a-mark { background: var(--brand); color: #fafaf7; }
html[data-theme="dark"] .v-a-principle-col.v-a-do .v-a-mark { background: var(--brand-mid); color: #0a0c0a; }
.v-a-principle-col.v-a-wont .v-a-mark { background: var(--line); color: var(--ink-mute); }
.v-a-principle-head .v-a-mark svg { width: 12px; height: 12px; }

.v-a-principle-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 20px;
}
.v-a-principle-list li {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.55;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.v-a-principle-list li:last-child { padding-bottom: 0; border-bottom: 0; }
.v-a-principle-list li svg {
  width: 16px; height: 16px;
  flex-shrink: 0; margin-top: 3px;
}
.v-a-principle-col.v-a-do .v-a-principle-list li svg { color: var(--brand); }
html[data-theme="dark"] .v-a-principle-col.v-a-do .v-a-principle-list li svg { color: var(--brand-mid); }
.v-a-principle-col.v-a-wont .v-a-principle-list li svg { color: var(--ink-mute); }
.v-a-principle-list li strong {
  color: var(--ink); font-weight: 500;
  display: block; margin-bottom: 3px;
}
.v-a-principle-col.v-a-wont .v-a-principle-list li strong {
  color: var(--ink-mute);
  text-decoration: line-through;
  text-decoration-color: var(--ink-mute);
  text-decoration-thickness: 1.5px;
}

/* Standards (dark panel) */
.v-a-standards {
  background: var(--bg-panel); color: #fafaf7;
}
.v-a-standards .v-a-sec-title { color: #fafaf7; }
.v-a-standards .v-a-sec-title em { color: #f0e9d9; }
.v-a-standards .v-a-sec-eyebrow { color: #f0e9d9; }
html[data-theme="dark"] .v-a-standards .v-a-sec-eyebrow { color: var(--brand-mid); }
.v-a-standards .v-a-sec-lead { color: rgba(250,250,247,.72); max-width: 56ch; }

.v-a-std-grid {
  display: grid; gap: 20px;
  grid-template-columns: 1fr;
  margin-top: clamp(40px, 5vw, 56px);
}
@media (min-width: 700px) { .v-a-std-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .v-a-std-grid { grid-template-columns: repeat(4, 1fr); } }
.v-a-std-grid[data-count="1"] { grid-template-columns: minmax(0, 360px); justify-content: center; }
@media (min-width: 1040px) {
  .v-a-std-grid[data-count="2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v-a-std-grid[data-count="3"] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.v-a-std {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex; flex-direction: column; gap: 14px;
}
.v-a-std-icon {
  width: 42px; height: 42px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.06);
  border-radius: var(--radius-sm);
  /* Fixed light tone - this panel is always dark green, and var(--cream) flips
     to dark brown in dark mode (invisible). */
  color: #fafaf7;
}
.v-a-std-icon svg { width: 22px; height: 22px; stroke-width: 1.6; }
.v-a-std h3 {
  font-family: var(--font-display);
  font-size: 19px; color: #fafaf7; font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0;
}
.v-a-std p {
  font-size: 14px; color: rgba(250,250,247,.72);
  line-height: 1.55; margin: 0;
}
.v-a-std-detail {
  font-family: var(--font-mono); font-size: 11px;
  color: rgba(250,250,247,.75); letter-spacing: .04em;
  margin-top: auto; padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.08);
}

/* Audience cards */
.v-a-audience .v-a-sec-title { max-width: 18ch; }
.v-a-aud-grid {
  display: grid; gap: 20px;
  grid-template-columns: 1fr;
  margin-top: 29px;
}
@media (min-width: 700px) { .v-a-aud-grid { grid-template-columns: repeat(2, 1fr); } }
.v-a-aud-grid[data-count="1"] { grid-template-columns: minmax(0, 480px); justify-content: center; }

.v-a-aud {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 3.5vw, 40px);
  display: flex; flex-direction: column; gap: 14px;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.v-a-aud:hover {
  border-color: var(--line-strong);
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.v-a-aud-ser {
  font-family: var(--font-display);
  font-size: 11px; color: var(--brand);
  letter-spacing: .12em; font-weight: 500;
}
html[data-theme="dark"] .v-a-aud-ser { color: var(--brand-mid); }
.v-a-aud h3 {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.2vw, 24px); color: var(--ink);
  letter-spacing: -0.02em; font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
.v-a-aud h3 em { font-style: italic; color: var(--brand); }
html[data-theme="dark"] .v-a-aud h3 em { color: var(--brand-mid); }
.v-a-aud p {
  font-size: 15px; color: var(--ink-soft);
  line-height: 1.6; margin: 0;
}

/* Editable content section (only renders if user adds non-comment content) */
.v-a-content { padding: clamp(34px, 8vw, 58px) 0; border-top: 1px solid var(--line); }

/* CTA at bottom */
.v-a-cta {
  background: var(--bg-soft);
  text-align: center;
  padding: clamp(38px, 8vw, 60px) 0;
}
.v-a-cta .v-a-sec-eyebrow { display: inline-block; margin-bottom: 16px; }
.v-a-cta-title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(36px, 4.5vw, 56px);
  letter-spacing: -0.035em; line-height: 1.05;
  margin: 0 auto 20px;
  max-width: 18ch;
}
.v-a-cta-title em { font-style: italic; color: var(--brand); }
html[data-theme="dark"] .v-a-cta-title em { color: var(--brand-mid); }
.v-a-cta-sub {
  font-size: 17px; color: var(--ink-soft);
  max-width: 46ch; margin: 0 auto 32px;
  line-height: 1.55;
}
.v-a-cta-buttons {
  display: inline-flex; flex-wrap: wrap; gap: 12px;
  justify-content: center;
}
.v-a-cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 15px; font-weight: 500;
  text-decoration: none;
  transition: background .15s, color .15s, border-color .15s, transform .15s;
}
.v-a-cta-btn svg { width: 16px; height: 16px; }
.v-a-cta-primary { background: var(--btn-solid); color: #fafaf7; }
.v-a-cta-primary:hover { background: var(--btn-solid-hover); color: #fafaf7; transform: translateY(-1px); }
html[data-theme="dark"] .v-a-cta-primary:hover { background: var(--btn-solid-hover); color: #0a0c0a; }
.v-a-cta-secondary {
  background: transparent;
  border: 1.5px solid var(--line-strong);
  color: var(--ink);
}
.v-a-cta-secondary:hover {
  border-color: var(--ink); background: var(--bg-elev);
  transform: translateY(-1px);
}

/* ════════════════════════════════════════════════════════════════════
   HOME PAGE - full layout
   ════════════════════════════════════════════════════════════════════ */
.v-h-page section.v-h-section { padding: clamp(22px, 4vw, 34px) 0; }

/* Eyebrow pill */
.v-h-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; color: var(--brand);
  background: var(--brand-soft);
  padding: 7px 14px; border-radius: 999px;
  margin-bottom: 28px;
  font-weight: 500; letter-spacing: .06em; text-transform: uppercase;
}
html[data-theme="dark"] .v-h-eyebrow { color: var(--brand-mid); }
.v-h-eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--brand); flex-shrink: 0; }
html[data-theme="dark"] .v-h-eyebrow-dot { background: var(--brand-mid); }
.v-h-eyebrow-dark {
  background: rgba(255,255,255,.10);
  color: #f0e9d9;
  margin-bottom: 24px;
}
.v-h-eyebrow-dark .v-h-eyebrow-dot { background: var(--cream); }

/* HERO */
.v-h-hero { padding: clamp(19px, 5vw, 38px) 0 clamp(24px, 6vw, 43px); }
.v-h-hero-grid {
  display: grid; grid-template-columns: 1fr;
  gap: 56px; align-items: center;
}
@media (min-width: 880px) {
  .v-h-hero-grid { grid-template-columns: 1.1fr .9fr; gap: 72px; }
}
.v-h-hero-title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(44px, 6vw, 80px);
  letter-spacing: -0.04em; line-height: 1.04;
  margin: 0 0 28px;
}
.v-h-hero-title em { font-style: italic; color: var(--brand); }
html[data-theme="dark"] .v-h-hero-title em { color: var(--brand-mid); }
.v-h-hero-sub {
  font-size: clamp(17px, 1.6vw, 19px);
  color: var(--ink-soft);
  max-width: 48ch;
  margin: 0 0 36px;
  line-height: 1.55;
}

/* CTA buttons */
.v-h-cta-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.v-h-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px; font-weight: 500; letter-spacing: .01em;
  text-decoration: none;
  transition: background .18s, color .18s, border-color .18s, transform .18s;
  white-space: nowrap;
  cursor: pointer; font-family: inherit;
}
.v-h-btn:active { transform: scale(.97); }
.v-h-btn svg { width: 14px; height: 14px; }
.v-h-btn-primary { background: var(--btn-solid); color: #fafaf7; }
.v-h-btn-primary:hover { background: var(--btn-solid-hover); color: #fafaf7; }
.v-h-btn-ghost { color: var(--ink); border-color: var(--line-strong); background: transparent; }
.v-h-btn-ghost:hover { background: var(--bg-soft); border-color: var(--ink); }
.v-h-btn-cream { background: var(--cream); color: var(--brand); }
.v-h-btn-cream:hover { background: #fafaf7; }
.v-h-btn-outline {
  color: #fafaf7;
  border-color: rgba(255,255,255,.25);
  background: transparent;
}
.v-h-btn-outline:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.45); }

/* Trust row */
.v-h-trust-row {
  display: flex; flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 29px;
  padding: 32px 0 0;
  border-top: 1px solid var(--line);
  font-size: 13px; color: var(--ink-soft);
  list-style: none;
}
.v-h-trust-row li { display: flex; align-items: center; gap: 8px; }
.v-h-trust-row li svg {
  width: 16px; height: 16px;
  color: var(--brand); flex-shrink: 0;
}
html[data-theme="dark"] .v-h-trust-row li svg { color: var(--brand-mid); }

/* Hero visual */
.v-h-hero-visual {
  position: relative;
  aspect-ratio: 1 / 1.05;
  border-radius: var(--radius-xl);
  background: var(--bg-soft);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
/* Real product photo in the hero */
.v-h-hero-visual.has-photo {
  background: #ffffff;
  border: 1px solid var(--line);
  overflow: hidden;
}
html[data-theme="dark"] .v-h-hero-visual.has-photo { background: #f4f4f1; }
.v-h-hero-photo {
  width: 100%; height: 100%;
  object-fit: contain;
  padding: clamp(20px, 4vw, 44px);
}

/* Shared bottle illustration (hero, feature) */
.v-h-bottle {
  width: 50%;
  aspect-ratio: 3 / 5;
  background: var(--cream);
  border-radius: 36px 36px 40px 40px / 56px 56px 40px 40px;
  position: relative;
  border: 1px solid rgba(17,17,17,.05);
  box-shadow:
    inset -18px 0 36px rgba(17,17,17,.06),
    inset 12px 0 20px rgba(255,255,255,.4),
    var(--shadow-lg);
}
html[data-theme="dark"] .v-h-bottle {
  background: #2a2515;
  border-color: rgba(237,237,234,.06);
}
.v-h-bottle::before {
  content: ""; position: absolute;
  top: -14px; left: 50%; transform: translateX(-50%);
  width: 42%; height: 38px;
  background: var(--brand);
  border-radius: 8px 8px 4px 4px;
}
.v-h-bottle::after {
  content: var(--bottle-label, "VENASOLLA\A");
  white-space: pre;
  position: absolute;
  top: 30%; left: 50%; transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: clamp(10px, 1.3vw, 13px);
  letter-spacing: .22em;
  color: var(--brand);
  font-weight: 500;
  padding: 26% 8% 28%;
  width: 78%;
  text-align: center; line-height: 1.6;
  border-top: 1px solid rgba(31,61,43,.15);
  border-bottom: 1px solid rgba(31,61,43,.15);
}
html[data-theme="dark"] .v-h-bottle::after {
  color: var(--brand-mid);
  border-color: rgba(110,168,135,.2);
}

/* Floating hero badges */
.v-h-badge {
  position: absolute;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 12px; font-weight: 500;
  display: inline-flex; align-items: center; gap: 8px;
  box-shadow: var(--shadow);
  color: var(--ink);
}
.v-h-badge-1 { top: 7%; left: 6%; }
.v-h-badge-2 { top: 44%; right: 5%; }
.v-h-badge-3 { bottom: 8%; left: 9%; }
/* On phones the absolutely-positioned badges overlap the bottle/photo and read
   as "crooked" - hide them; the trust row already carries the same proof. */
@media (max-width: 640px) {
  .v-h-badge { display: none; }
}
.v-h-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--brand);
}
html[data-theme="dark"] .v-h-badge-dot { background: var(--brand-mid); }

/* Credibility marquee */
.v-h-cred {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
  overflow: hidden;
  background: var(--bg-elev);
}
.v-h-cred-track {
  display: flex; gap: 56px; white-space: nowrap;
  animation: vh-slide 35s linear infinite;
  font-size: 12px; color: var(--ink-soft);
  letter-spacing: .1em; text-transform: uppercase;
  font-weight: 500;
  width: max-content;
}
.v-h-cred-track span {
  display: inline-flex; align-items: center; gap: 16px;
}
.v-h-cred-track span::before {
  content: ""; width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--brand);
  flex-shrink: 0;
}
html[data-theme="dark"] .v-h-cred-track span::before { background: var(--brand-mid); }
@keyframes vh-slide { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .v-h-cred-track { animation: none; } }

/* Section heads */
.v-h-sec-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 24px; flex-wrap: wrap;
  margin-bottom: 29px;
}
.v-h-sec-title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -0.035em; line-height: 1.05;
  max-width: 18ch;
  margin: 0;
}
.v-h-sec-title em { font-style: italic; color: var(--brand); }
html[data-theme="dark"] .v-h-sec-title em { color: var(--brand-mid); }
.v-h-sec-head p {
  color: var(--ink-soft);
  max-width: 42ch;
  font-size: 16px;
  margin: 8px 0 0;
}
.v-h-sec-link {
  font-size: 14px; color: var(--ink);
  border-bottom: 1px solid var(--line-strong);
  padding-bottom: 2px;
  font-weight: 500;
  text-decoration: none;
  transition: color .15s, border-color .15s;
}
.v-h-sec-link:hover { color: var(--brand); border-color: var(--brand); }
html[data-theme="dark"] .v-h-sec-link:hover { color: var(--brand-mid); border-color: var(--brand-mid); }

/* Featured product (dark panel) */
.v-h-feature {
  background: var(--bg-panel);
  color: #ededea;
  border-radius: var(--radius-xl);
  padding: clamp(40px, 6vw, 80px);
  display: grid; gap: 48px; align-items: center;
  grid-template-columns: 1fr;
  position: relative; overflow: hidden;
}
@media (min-width: 780px) { .v-h-feature { grid-template-columns: 1fr 1fr; } }
.v-h-feature-title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(36px, 4.5vw, 56px);
  letter-spacing: -0.035em; line-height: 1.05;
  color: #fafaf7;
  margin: 0 0 24px;
  max-width: 18ch;
  /* Safety net: never let an over-long (keyword-stuffed) product name explode the
     hero panel. Caps the displayed title at 3 lines with an ellipsis. */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.v-h-feature-title em { font-style: italic; color: #f0e9d9; }
.v-h-feature-desc {
  color: rgba(250,250,247,.72);
  max-width: 44ch;
  margin: 0 0 32px;
  font-size: 17px; line-height: 1.55;
}
.v-h-feature-price {
  display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap;
  margin-bottom: 32px;
  font-family: var(--font-display);
}
.v-h-feat-now {
  font-size: 46px; font-weight: 400;
  color: #fafaf7;
  letter-spacing: -0.03em;
}
.v-h-feat-was {
  font-size: 20px;
  color: rgba(250,250,247,.4);
  text-decoration: line-through;
}
.v-h-feat-save {
  font-family: var(--font-sans);
  font-size: 11px;
  background: var(--cream);
  color: var(--brand);
  padding: 5px 12px;
  border-radius: 999px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 500;
}
.v-h-feature-visual {
  aspect-ratio: 1 / 1;
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(250,250,247,.10);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.v-h-feature-img {
  width: 100% !important;
  height: 100% !important;
  /* contain so the featured bottle is shown whole, not cropped */
  object-fit: contain;
  padding: clamp(20px, 4vw, 40px);
}
.v-h-bottle-feature {
  width: 55%; aspect-ratio: 3 / 5;
  background: var(--cream);
  border-radius: 36px 36px 40px 40px;
  position: relative;
  border: 1px solid rgba(17,17,17,.05);
  box-shadow:
    inset -20px 0 40px rgba(17,17,17,.08),
    inset 14px 0 22px rgba(255,255,255,.5),
    var(--shadow-lg);
}
.v-h-bottle-feature::before {
  content: ""; position: absolute;
  top: -14px; left: 50%; transform: translateX(-50%);
  width: 42%; height: 36px;
  background: var(--ink);
  border-radius: 8px 8px 4px 4px;
}
.v-h-bottle-feature::after {
  content: attr(data-label);
  position: absolute; top: 28%; left: 50%; transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: clamp(10px, 1.3vw, 13px);
  letter-spacing: .25em;
  color: var(--brand); font-weight: 500;
  text-align: center; line-height: 1.7;
  padding: 14% 8%;
  width: 74%;
  border-top: 1px solid rgba(31,61,43,.2);
  border-bottom: 1px solid rgba(31,61,43,.2);
}

/* Bestsellers product grid (uses v-prod cards from shop CSS) */
.v-h-prod-grid {
  display: grid; gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 620px) { .v-h-prod-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .v-h-prod-grid { grid-template-columns: repeat(3, 1fr); } }

/* Brand promise */
.v-h-promise {
  background: var(--bg-soft);
  border-radius: var(--radius-xl);
  padding: clamp(48px, 7vw, 96px);
  text-align: center;
}
.v-h-promise-title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -0.035em; line-height: 1.05;
  max-width: 22ch; margin: 0 auto 24px;
}
.v-h-promise-title em { font-style: italic; color: var(--brand); }
html[data-theme="dark"] .v-h-promise-title em { color: var(--brand-mid); }
.v-h-promise-lead {
  font-size: clamp(17px, 1.8vw, 20px);
  color: var(--ink-soft);
  max-width: 56ch;
  margin: 0 auto 34px;
  line-height: 1.6;
}
.v-h-pillars {
  display: grid; gap: 32px;
  grid-template-columns: 1fr;
  max-width: 880px; margin: 0 auto;
  text-align: left;
}
@media (min-width: 700px) {
  .v-h-pillars { grid-template-columns: repeat(3, 1fr); gap: 48px; }
}
.v-h-pillar-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: var(--brand-soft);
  color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
html[data-theme="dark"] .v-h-pillar-icon { color: var(--brand-mid); }
.v-h-pillar-icon svg { width: 22px; height: 22px; stroke-width: 1.5; }
.v-h-pillar h3 {
  font-family: var(--font-display); font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.015em;
  margin: 0 0 10px;
}
.v-h-pillar p {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* Reviews */
.v-h-review-grid {
  display: grid; gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .v-h-review-grid { grid-template-columns: repeat(3, 1fr); }
}
.v-h-review {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex; flex-direction: column; gap: 14px;
}
.v-h-review-stars { color: var(--brand); letter-spacing: 2px; font-size: 14px; }
html[data-theme="dark"] .v-h-review-stars { color: var(--brand-mid); }
.v-h-review-text {
  font-family: var(--font-display);
  font-size: 17px; color: var(--ink);
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin: 0;
}
.v-h-review-who {
  display: flex; align-items: flex-start; gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.v-h-review-who > div { min-width: 0; } /* let the name/verified block wrap cleanly */
.v-h-review-avatar {
  flex-shrink: 0;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 500;
}
html[data-theme="dark"] .v-h-review-avatar { color: var(--brand-mid); }
.v-h-review-name { font-size: 14px; font-weight: 500; color: var(--ink); }
.v-h-review-verified {
  font-size: 12px; color: var(--ink-mute);
  display: flex; align-items: center; gap: 4px;
}
.v-h-review-verified svg {
  width: 12px; height: 12px;
  color: var(--brand);
}
html[data-theme="dark"] .v-h-review-verified svg { color: var(--brand-mid); }

/* Blog (latest 2 cards, side by side) - matches the preview layout */
.v-h-blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 760px) { .v-h-blog-grid { grid-template-columns: 1fr 1fr; } }

.v-h-blog-card {
  display: flex; flex-direction: column;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform .2s ease, box-shadow .2s ease;
}
.v-h-blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px -16px rgba(0,0,0,.35);
}
.v-h-blog-thumb {
  aspect-ratio: 16 / 10;
  background: #dde5dd; color: #2d5a3e;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  position: relative;
}
html[data-theme="dark"] .v-h-blog-thumb { background: #1a2420; color: #6ea887; }
.v-h-blog-thumb.tone-1 { background: linear-gradient(135deg, #dde5dd 0%, #9bc4a8 100%); }
.v-h-blog-thumb.tone-2 { background: linear-gradient(135deg, #d4dde8 0%, #8fa3bc 100%); }
.v-h-blog-thumb.tone-3 { background: linear-gradient(135deg, #f0e9d9 0%, #d4a76a 100%); }
html[data-theme="dark"] .v-h-blog-thumb.tone-1 { background: linear-gradient(135deg, #1a2420 0%, #2d5a3e 100%); }
html[data-theme="dark"] .v-h-blog-thumb.tone-2 { background: linear-gradient(135deg, #192230 0%, #2a4a6e 100%); }
html[data-theme="dark"] .v-h-blog-thumb.tone-3 { background: linear-gradient(135deg, #2b2015 0%, #8a5a1f 100%); }
.v-h-blog-thumb img, .v-h-blog-thumb svg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.v-h-blog-body {
  min-width: 0;
  padding: 24px 26px 26px;
  display: flex; flex-direction: column; gap: 10px;
}
.v-h-blog-cat {
  font-size: 11px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--brand);
}
html[data-theme="dark"] .v-h-blog-cat { color: var(--brand-mid); }
.v-h-blog-title {
  font-family: var(--font-display); font-weight: 400;
  font-size: 22px; letter-spacing: -0.02em; line-height: 1.2;
  color: var(--ink);
  margin: 0;
  transition: color .15s;
}
.v-h-blog-card:hover .v-h-blog-title { color: var(--brand); }
html[data-theme="dark"] .v-h-blog-card:hover .v-h-blog-title { color: var(--brand-mid); }
.v-h-blog-excerpt {
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.6;
  margin: 0;
}
.v-h-blog-more {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 600;
  color: var(--brand);
  margin-top: 2px;
}
html[data-theme="dark"] .v-h-blog-more { color: var(--brand-mid); }
.v-h-blog-more svg { width: 15px; height: 15px; transition: transform .2s; }
.v-h-blog-card:hover .v-h-blog-more svg { transform: translateX(3px); }
.v-h-blog-meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12.5px;
  color: var(--ink-mute);
  margin-top: 4px;
}
.v-h-blog-dot, .v-h-dot {
  width: 3px; height: 3px;
  background: var(--ink-mute);
  border-radius: 50%;
  display: inline-block;
}

/* Newsletter */
.v-h-nl { text-align: center; }
.v-h-nl-title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(36px, 5vw, 56px);
  letter-spacing: -0.035em; line-height: 1.05;
  max-width: 18ch; margin: 0 auto 16px;
}
.v-h-nl-title em { color: var(--brand); font-style: italic; }
html[data-theme="dark"] .v-h-nl-title em { color: var(--brand-mid); }
.v-h-nl-sub {
  color: var(--ink-soft);
  max-width: 48ch;
  margin: 0 auto 32px;
  font-size: 16px;
  line-height: 1.55;
}
.v-h-nl-form {
  display: flex; gap: 8px;
  max-width: 480px; margin: 0 auto;
  flex-wrap: wrap;
}
.v-h-nl-form input[type="email"] {
  flex: 1; min-width: 200px;
  padding: 15px 20px;
  background: var(--bg-elev);
  border: 1.5px solid var(--line-strong);
  border-radius: 999px;
  font-size: 14px; color: var(--ink);
  outline: none;
  font-family: inherit;
  transition: border-color .15s, box-shadow .15s;
}
.v-h-nl-form input[type="email"]:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px var(--brand-soft);
}
html[data-theme="dark"] .v-h-nl-form input[type="email"]:focus { border-color: var(--brand-mid); }
.v-h-nl-form button {
  padding: 15px 24px;
  background: var(--btn-solid); color: #fafaf7;
  border: 0; border-radius: 999px;
  font-size: 14px; font-weight: 500;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
  transition: background .15s, color .15s;
}
.v-h-nl-form button:hover { background: var(--btn-solid-hover); color: #fafaf7; }
html[data-theme="dark"] .v-h-nl-form button:hover { background: var(--btn-solid-hover); color: #0a0c0a; }
.v-h-nl-note {
  font-size: 12px;
  color: var(--ink-mute);
  margin: 16px auto 0;
  max-width: 48ch;
}
.v-h-nl-note a {
  color: var(--ink-soft);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: var(--line-strong);
}
.v-h-nl-note a:hover { color: var(--ink); text-decoration-color: var(--brand); }
