/* ============================================================
   VELUR BOUTIQUE — "Gold & Noir" identity theme
   Christina Theodoridou's bespoke fur atelier, Thessaloniki.
   Ivory + noir + antique gold · Cinzel + Cormorant · her own
   logo, photography and voice.
   ============================================================ */

:root {
  /* Light / ivory (dominant) */
  --vl-marble: #f6f0e4;
  --vl-marble-raised: #fbf7ef;
  --vl-marble-deep: #ece1cd;
  --vl-line: rgba(32, 26, 17, 0.16);
  --vl-line-soft: rgba(32, 26, 17, 0.09);
  --vl-ink: #221c14;
  --vl-ink-soft: rgba(32, 26, 17, 0.66);
  --vl-ink-faint: rgba(32, 26, 17, 0.42);

  /* Noir (dark sections) */
  --vl-wine: #161310;
  --vl-wine-deep: #0c0a07;
  --vl-wine-raised: #221d15;
  --vl-cream: #f3ead7;
  --vl-cream-soft: rgba(243, 234, 215, 0.66);
  --vl-cream-faint: rgba(243, 234, 215, 0.40);
  --vl-wine-line: rgba(243, 234, 215, 0.16);

  /* Antique gold (matches the Velur logo) */
  --vl-gold: #bd9433;
  --vl-gold-bright: #dab85c;
  --vl-gold-deep: #94701f;
  --vl-gold-line: rgba(189, 148, 51, 0.46);
  --vl-gold-faint: rgba(189, 148, 51, 0.14);

  --vl-serif: 'Cormorant Garamond', 'Times New Roman', serif;
  --vl-engrave: 'Cinzel', 'Times New Roman', serif;
  --vl-sans: 'Manrope', 'Helvetica Neue', Arial, sans-serif;

  --vl-ease: cubic-bezier(0.22, 0.08, 0, 1);
  --vl-container: 1340px;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--vl-sans);
  font-size: 16px;
  line-height: 1.6;
  background: var(--vl-marble);
  color: var(--vl-ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, p, figure { margin: 0; }
button { font: inherit; cursor: pointer; color: inherit; background: none; border: none; padding: 0; }
::selection { background: var(--vl-gold); color: #fff; }

.vl-container {
  max-width: var(--vl-container);
  margin-inline: auto;
  padding-inline: clamp(22px, 4.5vw, 68px);
}

/* ---------- Typography ---------- */
.vl-eyebrow {
  font-family: var(--vl-engrave);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--vl-gold-deep);
}
.vl-eyebrow--cream { color: var(--vl-gold-bright); }

.vl-display {
  font-family: var(--vl-serif);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}
.vl-display em { font-style: italic; font-weight: 500; }

.vl-lead {
  font-size: clamp(15.5px, 1.25vw, 18px);
  line-height: 1.75;
  color: var(--vl-ink-soft);
  max-width: 56ch;
  text-wrap: pretty;
  font-weight: 400;
}

.vl-rule { width: 58px; height: 1px; background: var(--vl-gold-line); border: none; margin: 0; }

/* ---------- Buttons ---------- */
.vl-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 54px; padding: 0 34px;
  font-size: 11.5px; font-weight: 500;
  letter-spacing: 0.24em; text-transform: uppercase;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: background 260ms var(--vl-ease), color 260ms var(--vl-ease),
              border-color 260ms var(--vl-ease), transform 200ms var(--vl-ease);
}
.vl-btn:active { transform: translateY(1px); }
.vl-btn--gold { background: var(--vl-gold); color: #fff; border-color: var(--vl-gold); }
.vl-btn--gold:hover { background: var(--vl-gold-deep); border-color: var(--vl-gold-deep); }
.vl-btn--ink { background: var(--vl-ink); color: var(--vl-marble); border-color: var(--vl-ink); }
.vl-btn--ink:hover { background: transparent; color: var(--vl-ink); }
.vl-btn--ghost { border-color: var(--vl-gold-line); color: var(--vl-ink); }
.vl-btn--ghost:hover { border-color: var(--vl-gold); color: var(--vl-gold-deep); background: var(--vl-gold-faint); }
.vl-btn--cream { border-color: var(--vl-wine-line); color: var(--vl-cream); }
.vl-btn--cream:hover { background: var(--vl-gold); border-color: var(--vl-gold); color: #fff; }
.vl-btn--block { width: 100%; }

.vl-textlink {
  display: inline-flex; align-items: baseline; gap: 9px;
  font-size: 11.5px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--vl-gold-deep);
  border-bottom: 1px solid var(--vl-gold-line);
  padding-bottom: 6px;
  transition: color 200ms var(--vl-ease), border-color 200ms var(--vl-ease), gap 200ms var(--vl-ease);
}
.vl-textlink:hover { color: var(--vl-gold); border-color: var(--vl-gold); gap: 14px; }
.vl-section--wine .vl-textlink { color: var(--vl-gold-bright); border-color: var(--vl-wine-line); }
.vl-section--wine .vl-textlink:hover { color: var(--vl-cream); border-color: var(--vl-gold-bright); }

/* ---------- Header ---------- */
.vl-header {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  background: linear-gradient(rgba(58, 16, 25, 0.0), rgba(58, 16, 25, 0.0));
  transition: background 360ms var(--vl-ease), border-color 360ms var(--vl-ease);
  border-bottom: 1px solid transparent;
}
.vl-header.is-scrolled {
  background: rgba(246, 240, 228, 0.92);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom-color: var(--vl-line-soft);
}
.vl-header__inner { display: flex; align-items: center; gap: clamp(16px, 3vw, 44px); min-height: 92px; }

/* Real Velur logo lockup */
.vl-logo-link { display: flex; align-items: center; }
.vl-logo { height: 64px; width: auto; display: block; transition: height 360ms var(--vl-ease); }
.vl-header.is-scrolled .vl-logo { height: 52px; }
.vl-footer .vl-logo { height: 92px; }
.vl-header:not(.is-scrolled) .vl-logo { filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.55)); }
@media (max-width: 560px) { .vl-logo { height: 46px; } }

.vl-wordmark { display: flex; flex-direction: column; gap: 4px; line-height: 1; }
.vl-wordmark__name {
  font-family: var(--vl-serif);
  font-size: 22px; font-weight: 600;
  letter-spacing: 0.26em; text-transform: uppercase;
  padding-left: 0.26em;
  white-space: nowrap;
  color: var(--vl-ink);
}
.vl-wordmark__sub {
  font-size: 9px; font-weight: 500;
  letter-spacing: 0.30em; text-transform: uppercase;
  white-space: nowrap;
  color: var(--vl-gold-deep);
  padding-left: 0.3em;
}
/* On hero before scroll, header sits over dark image */
.vl-header:not(.is-scrolled) .vl-wordmark__name { color: var(--vl-cream); }
.vl-header:not(.is-scrolled) .vl-wordmark__sub { color: var(--vl-gold-bright); }
.vl-header:not(.is-scrolled) .vl-nav a { color: var(--vl-cream-soft); }
.vl-header:not(.is-scrolled) .vl-nav a:hover { color: var(--vl-cream); }
.vl-header:not(.is-scrolled) .vl-lang button { color: var(--vl-cream-faint); }
.vl-header:not(.is-scrolled) .vl-lang button.is-active { color: var(--vl-gold-bright); }
.vl-header:not(.is-scrolled) .vl-btn--ghost { border-color: var(--vl-wine-line); color: var(--vl-cream); }
.vl-header:not(.is-scrolled) .vl-btn--ghost:hover { background: var(--vl-gold); border-color: var(--vl-gold); color: #fff; }

.vl-nav { display: flex; gap: clamp(14px, 2.1vw, 30px); margin-inline: auto; }
.vl-nav a {
  font-size: 11.5px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--vl-ink-soft);
  padding: 8px 2px; border-bottom: 1px solid transparent;
  transition: color 200ms var(--vl-ease), border-color 200ms var(--vl-ease);
}
.vl-nav a:hover { color: var(--vl-ink); }
.vl-nav a.is-active { color: var(--vl-gold-deep); border-bottom-color: var(--vl-gold-line); }
.vl-header:not(.is-scrolled) .vl-nav a.is-active { color: var(--vl-gold-bright); border-bottom-color: var(--vl-gold-line); }

.vl-header__actions { display: flex; align-items: center; gap: clamp(14px, 2vw, 26px); }
.vl-lang { display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 500; letter-spacing: 0.16em; position: relative; }
.vl-lang button { color: var(--vl-ink-faint); padding: 6px 2px; transition: color 200ms var(--vl-ease); }
.vl-lang button.is-active { color: var(--vl-gold-deep); }
.vl-lang__sep { width: 1px; height: 12px; background: var(--vl-line); }
.vl-lang__note {
  position: absolute; top: calc(100% + 12px); right: 0; width: 226px; padding: 13px 15px;
  background: var(--vl-ink); color: var(--vl-cream-soft);
  border: 1px solid var(--vl-gold-line);
  font-size: 11.5px; font-weight: 400; letter-spacing: 0.02em; line-height: 1.55;
  opacity: 0; transform: translateY(-4px); pointer-events: none;
  transition: opacity 240ms var(--vl-ease), transform 240ms var(--vl-ease);
}
.vl-lang__note.is-open { opacity: 1; transform: translateY(0); }
.vl-header .vl-btn { min-height: 44px; padding: 0 22px; font-size: 11px; }

/* ---------- Hero ---------- */
.vl-hero { position: relative; min-height: 100vh; display: flex; align-items: flex-end; overflow: hidden; }
.vl-hero__bg { position: absolute; inset: 0; }
.vl-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 32%; }
.vl-hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(rgba(10, 8, 6, 0.52) 0%, rgba(10, 8, 6, 0.16) 20%, rgba(12, 10, 7, 0.04) 40%, rgba(12, 10, 7, 0.18) 62%, rgba(10, 8, 6, 0.86) 100%);
}
.vl-hero__inner { position: relative; width: 100%; padding-bottom: clamp(54px, 8vh, 104px); padding-top: 140px; }
.vl-hero__copy { max-width: 760px; display: grid; gap: 26px; justify-items: start; }
.vl-hero .vl-eyebrow { color: var(--vl-gold-bright); }
.vl-hero h1 { font-size: clamp(48px, 6.6vw, 104px); color: var(--vl-cream); font-weight: 500; }
.vl-hero h1 em { color: var(--vl-gold-bright); }
.vl-hero__lead { font-size: clamp(16px, 1.4vw, 20px); line-height: 1.7; color: var(--vl-cream-soft); max-width: 52ch; font-weight: 400; }
.vl-hero__ctas { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 6px; }
.vl-hero__meta {
  margin-top: clamp(34px, 5vh, 56px);
  display: flex; flex-wrap: wrap; gap: clamp(24px, 4vw, 64px);
  border-top: 1px solid var(--vl-wine-line); padding-top: 26px; width: 100%;
}
.vl-hero__meta div { display: grid; gap: 4px; }
.vl-hero__meta strong { font-family: var(--vl-serif); font-size: 30px; font-weight: 600; color: var(--vl-cream); letter-spacing: 0.01em; }
.vl-hero__meta span { font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--vl-gold-bright); }

/* ---------- Sections ---------- */
.vl-section { padding-block: clamp(78px, 11vh, 140px); }
.vl-section--tight { padding-block: clamp(54px, 7vh, 92px); }
.vl-section--raised { background: var(--vl-marble-raised); }
.vl-section--wine { background: var(--vl-wine); color: var(--vl-cream); }
.vl-section--wine .vl-lead { color: var(--vl-cream-soft); }
.vl-section--wine .vl-eyebrow { color: var(--vl-gold-bright); }

.vl-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; margin-bottom: clamp(40px, 5.5vh, 64px); }
.vl-section-head__copy { display: grid; gap: 16px; max-width: 60ch; }
.vl-section-head h2 { font-size: clamp(34px, 3.8vw, 58px); }

/* ---------- Category index (typographic) ---------- */
.vl-index { border-top: 1px solid var(--vl-line); }
.vl-index__row {
  display: grid; grid-template-columns: 56px minmax(0, 1.1fr) minmax(0, 1.5fr) auto;
  align-items: center; gap: clamp(16px, 3vw, 48px);
  padding: clamp(22px, 3vh, 34px) 8px;
  border-bottom: 1px solid var(--vl-line);
  transition: background 300ms var(--vl-ease), padding-left 300ms var(--vl-ease), color 300ms var(--vl-ease);
}
.vl-index__row:hover { background: var(--vl-marble-raised); padding-left: 22px; }
.vl-index__num { font-family: var(--vl-serif); font-size: 14px; color: var(--vl-gold-deep); font-weight: 500; letter-spacing: 0.04em; }
.vl-index__name { font-family: var(--vl-serif); font-size: clamp(26px, 3vw, 42px); font-weight: 500; line-height: 1; }
.vl-index__row:hover .vl-index__name { color: var(--vl-gold-deep); }
.vl-index__desc { font-size: 13.5px; color: var(--vl-ink-soft); line-height: 1.6; font-weight: 400; }
.vl-index__go {
  font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--vl-gold-deep); white-space: nowrap;
  display: inline-flex; align-items: center; gap: 8px;
  opacity: 0; transform: translateX(-8px);
  transition: opacity 300ms var(--vl-ease), transform 300ms var(--vl-ease);
}
.vl-index__row:hover .vl-index__go { opacity: 1; transform: translateX(0); }

/* ---------- Featured / product cards ---------- */
.vl-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 2.4vw, 38px); }
.vl-products--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vl-card { display: grid; gap: 16px; align-content: start; }
.vl-card__media { position: relative; overflow: hidden; background: var(--vl-marble-deep); }
.vl-card__media img {
  width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: 50% 22%;
  transition: transform 900ms var(--vl-ease);
}
.vl-card:hover .vl-card__media img { transform: scale(1.05); }
.vl-card__flag {
  position: absolute; top: 14px; left: 14px; padding: 7px 12px;
  background: rgba(246, 240, 228, 0.92); backdrop-filter: blur(4px);
  font-size: 9.5px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--vl-gold-deep); white-space: nowrap;
}
.vl-card__body { display: grid; gap: 7px; }
.vl-card__cat { font-size: 10.5px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--vl-gold-deep); }
.vl-card__name {
  font-family: var(--vl-serif); font-size: 22px; font-weight: 500; line-height: 1.18;
  transition: color 200ms var(--vl-ease);
}
.vl-card:hover .vl-card__name { color: var(--vl-gold-deep); }
.vl-card__meta { font-size: 12.5px; color: var(--vl-ink-faint); font-weight: 400; letter-spacing: 0.02em; }
.vl-card__price { font-size: 12px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--vl-ink); margin-top: 2px; }

.vl-section--wine .vl-card__media { background: var(--vl-wine-raised); }
.vl-section--wine .vl-card__flag { background: rgba(20, 17, 13, 0.86); color: var(--vl-gold-bright); }
.vl-section--wine .vl-card__name { color: var(--vl-cream); }
.vl-section--wine .vl-card:hover .vl-card__name { color: var(--vl-gold-bright); }
.vl-section--wine .vl-card__meta { color: var(--vl-cream-faint); }
.vl-section--wine .vl-card__price { color: var(--vl-cream); }

/* ---------- Split band ---------- */
.vl-band { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(36px, 5vw, 96px); align-items: center; }
.vl-band--flip > .vl-band__media { order: 2; }
.vl-band__media { position: relative; }
.vl-band__media::before {
  content: ""; position: absolute; inset: 22px -22px -22px 22px;
  border: 1px solid var(--vl-gold-line); pointer-events: none;
}
.vl-band--flip .vl-band__media::before { inset: 22px 22px -22px -22px; }
.vl-band__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 26%; }
.vl-band__copy { display: grid; gap: 24px; justify-items: start; }
.vl-band__copy h2 { font-size: clamp(34px, 3.4vw, 50px); }
.vl-band__list { display: grid; gap: 15px; margin: 4px 0 0; padding: 0; list-style: none; }
.vl-band__list li {
  display: grid; grid-template-columns: 26px 1fr; gap: 12px;
  font-size: 14.5px; line-height: 1.6; color: var(--vl-ink-soft); font-weight: 400;
}
.vl-section--wine .vl-band__list li { color: var(--vl-cream-soft); }
.vl-band__list li::before { content: ""; width: 9px; height: 9px; margin-top: 8px; border: 1px solid var(--vl-gold); transform: rotate(45deg); }

/* ---------- Signature transfer (concierge) ---------- */
.vl-transfer { position: relative; overflow: hidden; background: var(--vl-wine-deep); color: var(--vl-cream); }
.vl-transfer__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: clamp(36px, 5vw, 90px); align-items: center; }
.vl-transfer__copy { display: grid; gap: 24px; justify-items: start; padding-block: clamp(70px, 9vh, 120px); }
.vl-transfer__copy h2 { font-size: clamp(36px, 4vw, 62px); color: var(--vl-cream); }
.vl-transfer__copy h2 em { color: var(--vl-gold-bright); }
.vl-transfer__steps { display: grid; gap: 0; width: 100%; max-width: 480px; margin-top: 6px; }
.vl-transfer__step {
  display: grid; grid-template-columns: 40px 1fr; gap: 16px; align-items: baseline;
  padding: 16px 0; border-top: 1px solid var(--vl-wine-line);
}
.vl-transfer__step:last-child { border-bottom: 1px solid var(--vl-wine-line); }
.vl-transfer__step b { font-family: var(--vl-serif); font-size: 18px; color: var(--vl-gold-bright); font-weight: 500; }
.vl-transfer__step span { font-size: 14px; color: var(--vl-cream-soft); font-weight: 400; line-height: 1.55; }
.vl-transfer__step span strong { color: var(--vl-cream); font-weight: 500; }
.vl-transfer__media { align-self: stretch; min-height: 420px; position: relative; }
.vl-transfer__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }

/* ---------- Reviews ---------- */
.vl-reviews { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 2.4vw, 36px); }
.vl-review { border: 1px solid var(--vl-gold-line); padding: 32px 30px 30px; display: grid; gap: 18px; align-content: start; background: var(--vl-marble-raised); }
.vl-review__stars { display: flex; gap: 4px; color: var(--vl-gold); font-size: 14px; letter-spacing: 0.18em; }
.vl-review__text { font-family: var(--vl-serif); font-size: 19px; line-height: 1.45; font-weight: 500; font-style: italic; color: var(--vl-ink); }
.vl-review__who { display: grid; gap: 3px; }
.vl-review__who strong { font-size: 12.5px; font-weight: 500; letter-spacing: 0.08em; }
.vl-review__who span { font-size: 10.5px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--vl-gold-deep); }

/* ---------- Provenance strip ---------- */
.vl-houses { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(16px, 2.4vw, 36px); }
.vl-house { display: grid; gap: 8px; padding-top: 22px; border-top: 1px solid var(--vl-wine-line); }
.vl-house b { font-family: var(--vl-serif); font-size: 19px; font-weight: 600; color: var(--vl-cream); letter-spacing: 0.01em; }
.vl-house span { font-size: 12.5px; color: var(--vl-cream-soft); font-weight: 400; line-height: 1.55; }

/* ---------- Statement ---------- */
.vl-statement { max-width: 920px; margin-inline: auto; text-align: center; display: grid; gap: 26px; justify-items: center; }
.vl-statement h2 { font-size: clamp(32px, 4vw, 60px); }
.vl-statement .vl-lead { margin-inline: auto; }

/* ---------- Showroom / contact ---------- */
.vl-hours { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; width: 100%; max-width: 380px; }
.vl-hours li { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--vl-line); font-size: 14px; font-weight: 400; }
.vl-section--wine .vl-hours li { border-bottom-color: var(--vl-wine-line); }
.vl-hours li span:first-child { color: var(--vl-ink-soft); }
.vl-section--wine .vl-hours li span:first-child { color: var(--vl-cream-soft); }
.vl-hours li span:last-child { font-weight: 500; letter-spacing: 0.04em; }

.vl-contactrow { display: grid; gap: 12px; }
.vl-contactrow a, .vl-contactrow span { font-size: 15px; letter-spacing: 0.01em; font-weight: 400; }
.vl-contactrow small { display: block; font-size: 10px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--vl-gold-deep); margin-bottom: 3px; }
.vl-contactrow a:hover { color: var(--vl-gold-deep); }
.vl-section--wine .vl-contactrow small { color: var(--vl-gold-bright); }
.vl-section--wine .vl-contactrow a:hover { color: var(--vl-gold-bright); }

/* ---------- About me (founder) ---------- */
.vl-about { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); gap: clamp(36px, 5vw, 84px); align-items: center; }
.vl-about__portrait { margin: 0; display: grid; place-items: center; }
.vl-about__portrait img { width: 100%; max-width: 430px; height: auto; display: block; }
.vl-about__copy { display: grid; gap: 20px; justify-items: start; }
.vl-about__copy h2 { font-size: clamp(34px, 3.8vw, 56px); }
.vl-about__sign { font-family: var(--vl-engrave); font-size: 13px; letter-spacing: 0.12em; color: var(--vl-gold-deep); margin-top: 4px; }

/* ---------- Portfolio gallery ---------- */
.vl-gallery { display: grid; gap: clamp(22px, 3vh, 34px); }
.vl-gallery__chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.vl-gallery__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(12px, 1.4vw, 18px); }
.vl-shot { position: relative; overflow: hidden; display: block; background: var(--vl-marble-deep); aspect-ratio: 3 / 4; }
.vl-shot img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; transition: transform 1000ms var(--vl-ease); }
.vl-shot:hover img { transform: scale(1.06); }
.vl-shot__cap {
  position: absolute; inset: auto 0 0 0; display: grid; gap: 2px;
  padding: 38px 16px 15px; color: #fff;
  background: linear-gradient(rgba(12, 10, 7, 0) 0%, rgba(12, 10, 7, 0.78) 100%);
  opacity: 0; transform: translateY(8px); transition: opacity 300ms var(--vl-ease), transform 300ms var(--vl-ease);
}
.vl-shot:hover .vl-shot__cap { opacity: 1; transform: translateY(0); }
.vl-shot__cap strong { font-family: var(--vl-serif); font-size: 19px; font-weight: 600; letter-spacing: 0.01em; }
.vl-shot__cap span { font-size: 10.5px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--vl-gold-bright); }
@media (max-width: 1080px) {
  .vl-about { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .vl-about__copy { justify-items: center; }
  .vl-gallery__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 720px) { .vl-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 440px) { .vl-gallery__grid { grid-template-columns: 1fr; } }

/* ---------- Instagram feed ---------- */
.vl-ig__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: clamp(28px, 4vh, 46px); flex-wrap: wrap; }
.vl-ig__head .vl-display { font-size: clamp(30px, 3.4vw, 50px); }
.vl-ig__handle { display: grid; gap: 14px; }
.vl-ig__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(8px, 1vw, 12px); }
.vl-ig__tile { position: relative; display: block; aspect-ratio: 1; overflow: hidden; background: var(--vl-marble-deep); }
.vl-ig__tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 900ms var(--vl-ease); }
.vl-ig__tile:hover img { transform: scale(1.07); }
.vl-ig__tile::after {
  content: ""; position: absolute; inset: 0; background: rgba(12, 10, 7, 0.34);
  opacity: 0; transition: opacity 280ms var(--vl-ease);
}
.vl-ig__tile:hover::after { opacity: 1; }
.vl-ig__tile svg { position: absolute; inset: 0; margin: auto; width: 30px; height: 30px; z-index: 2; color: #fff; opacity: 0; transform: scale(0.8); transition: opacity 280ms var(--vl-ease), transform 280ms var(--vl-ease); }
.vl-ig__tile:hover svg { opacity: 1; transform: scale(1); }
.vl-ig__note { text-align: center; margin-top: 22px; font-size: 13px; color: var(--vl-ink-faint); letter-spacing: 0.02em; }
.vl-ig__note a { color: var(--vl-gold-deep); border-bottom: 1px solid var(--vl-gold-line); padding-bottom: 2px; }
@media (max-width: 720px) { .vl-ig__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }



/* ---------- Page head ---------- */
.vl-pagehead { padding-top: clamp(150px, 18vh, 200px); padding-bottom: clamp(36px, 5vh, 56px); display: grid; gap: 20px; }
.vl-pagehead h1 { font-size: clamp(44px, 5.2vw, 78px); }
.vl-crumbs { display: flex; gap: 11px; align-items: baseline; font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--vl-ink-faint); }
.vl-crumbs a:hover { color: var(--vl-gold-deep); }
.vl-crumbs span { color: var(--vl-line); }

/* ---------- Filter bar ---------- */
.vl-filterbar { position: sticky; top: 80px; z-index: 30; background: rgba(246, 240, 228, 0.94); backdrop-filter: blur(12px); border-block: 1px solid var(--vl-line); padding-block: 15px; }
.vl-filterbar__inner { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.vl-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.vl-chip {
  padding: 10px 18px; border: 1px solid var(--vl-line);
  font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--vl-ink-soft); white-space: nowrap;
  transition: color 200ms var(--vl-ease), border-color 200ms var(--vl-ease), background 200ms var(--vl-ease);
}
.vl-chip:hover { color: var(--vl-ink); border-color: var(--vl-gold-line); }
.vl-chip.is-active { background: var(--vl-ink); border-color: var(--vl-ink); color: var(--vl-marble); }
.vl-filterbar__meta { margin-left: auto; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vl-ink-faint); }

/* ---------- PDP ---------- */
.vl-pdp { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: clamp(36px, 4.5vw, 84px); align-items: start; }
.vl-pdp__gallery { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 16px; }
.vl-thumbs { display: grid; gap: 11px; align-content: start; }
.vl-thumbs button { border: 1px solid var(--vl-line); overflow: hidden; padding: 0; opacity: 0.55; transition: opacity 200ms var(--vl-ease), border-color 200ms var(--vl-ease); }
.vl-thumbs button:hover { opacity: 0.85; }
.vl-thumbs button.is-active { opacity: 1; border-color: var(--vl-gold); }
.vl-thumbs img { width: 100%; aspect-ratio: 1; object-fit: cover; object-position: 50% 20%; }
.vl-pdp__stage { position: relative; overflow: hidden; background: var(--vl-marble-deep); }
.vl-pdp__stage img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 18%; transition: opacity 240ms var(--vl-ease); }

.vl-pdp__info { display: grid; gap: 26px; position: sticky; top: 120px; }
.vl-pdp__info h1 { font-size: clamp(32px, 3.4vw, 48px); }
.vl-pdp__pricing { display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap; }
.vl-pdp__price { font-family: var(--vl-serif); font-size: 24px; font-weight: 500; letter-spacing: 0.01em; }
.vl-avail { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--vl-gold-deep); }
.vl-avail::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--vl-gold); }

.vl-sizes { display: grid; gap: 12px; }
.vl-sizes__row { display: flex; gap: 8px; flex-wrap: wrap; }
.vl-size { min-width: 54px; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--vl-line); font-size: 13.5px; font-weight: 400; transition: border-color 180ms var(--vl-ease), color 180ms var(--vl-ease), background 180ms var(--vl-ease); }
.vl-size:hover { border-color: var(--vl-gold-line); }
.vl-size.is-active { background: var(--vl-ink); color: var(--vl-marble); border-color: var(--vl-ink); }
.vl-sizes__hint { font-size: 12.5px; color: var(--vl-ink-faint); font-weight: 400; }
.vl-sizes__hint a { color: var(--vl-gold-deep); border-bottom: 1px solid var(--vl-gold-line); }

.vl-pdp__ctas { display: grid; gap: 12px; }
.vl-pdp__contactline { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; font-size: 13px; color: var(--vl-ink-soft); font-weight: 400; }
.vl-pdp__contactline a { color: var(--vl-gold-deep); }

.vl-acc { border-top: 1px solid var(--vl-line); }
.vl-acc details { border-bottom: 1px solid var(--vl-line); }
.vl-acc summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  padding: 20px 0; font-size: 11.5px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase;
}
.vl-acc summary::-webkit-details-marker { display: none; }
.vl-acc summary::after { content: "+"; font-family: var(--vl-serif); font-size: 22px; font-weight: 400; color: var(--vl-gold); transition: transform 240ms var(--vl-ease); }
.vl-acc details[open] summary::after { transform: rotate(45deg); }
.vl-acc__body { padding: 0 0 24px; display: grid; gap: 12px; font-size: 14.5px; line-height: 1.7; color: var(--vl-ink-soft); font-weight: 400; }
.vl-acc__body ul { margin: 0; padding-left: 18px; display: grid; gap: 8px; }

.vl-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.vl-table th, .vl-table td { padding: 10px 11px; text-align: left; border: 1px solid var(--vl-line); font-weight: 400; }
.vl-table th { font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; font-size: 10.5px; color: var(--vl-ink-soft); background: var(--vl-marble-deep); }

.vl-trust { display: flex; flex-wrap: wrap; gap: 10px; }
.vl-trust span { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border: 1px solid var(--vl-gold-line); font-size: 10.5px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--vl-gold-deep); }

/* ---------- Heritage timeline ---------- */
.vl-timeline { display: grid; gap: 0; border-top: 1px solid var(--vl-line); }
.vl-timeline__row { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: clamp(20px, 4vw, 56px); padding: clamp(26px, 4vh, 42px) 0; border-bottom: 1px solid var(--vl-line); }
.vl-timeline__year { font-family: var(--vl-serif); font-size: clamp(30px, 3.4vw, 46px); font-weight: 600; color: var(--vl-gold-deep); line-height: 1; }
.vl-timeline__body { display: grid; gap: 10px; align-content: start; max-width: 60ch; }
.vl-timeline__body h3 { font-family: var(--vl-serif); font-size: 23px; font-weight: 500; }
.vl-timeline__body p { font-size: 14.5px; line-height: 1.7; color: var(--vl-ink-soft); font-weight: 400; }

.vl-stores { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(16px, 2vw, 30px); }
.vl-store { display: grid; gap: 7px; padding-top: 22px; border-top: 1px solid var(--vl-gold-line); }
.vl-store b { font-family: var(--vl-serif); font-size: 22px; font-weight: 500; }
.vl-store span { font-size: 12.5px; color: var(--vl-ink-soft); font-weight: 400; letter-spacing: 0.02em; }
.vl-store.is-flagship b { color: var(--vl-gold-deep); }

/* ---------- CTA band ---------- */
.vl-cta { text-align: center; display: grid; gap: 28px; justify-items: center; max-width: 800px; margin-inline: auto; }
.vl-cta h2 { font-size: clamp(34px, 4vw, 58px); }
.vl-cta h2 em { color: var(--vl-gold-bright); }

/* ---------- Footer ---------- */
.vl-footer { background: var(--vl-wine-deep); color: var(--vl-cream); padding-block: clamp(54px, 8vh, 84px) 36px; }
.vl-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: clamp(28px, 4vw, 60px); margin-bottom: 52px; }
.vl-footer__brand { display: grid; gap: 18px; align-content: start; justify-items: start; }
.vl-footer .vl-wordmark__name { color: var(--vl-cream); }
.vl-footer .vl-wordmark__sub { color: var(--vl-gold-bright); }
.vl-footer h4 { font-size: 10px; font-weight: 500; letter-spacing: 0.26em; text-transform: uppercase; color: var(--vl-gold-bright); margin-bottom: 18px; }
.vl-footer ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.vl-footer ul a { font-size: 13.5px; color: var(--vl-cream-soft); font-weight: 400; transition: color 200ms var(--vl-ease); }
.vl-footer ul a:hover { color: var(--vl-gold-bright); }
.vl-footer__brand p { font-size: 13.5px; line-height: 1.75; color: var(--vl-cream-soft); max-width: 38ch; font-weight: 400; }
.vl-footer__base { border-top: 1px solid var(--vl-wine-line); padding-top: 26px; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: 11.5px; letter-spacing: 0.04em; color: var(--vl-cream-faint); font-weight: 400; }

/* ---------- Booking modal ---------- */
.vl-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; background: rgba(10, 8, 6, 0.7); backdrop-filter: blur(6px); opacity: 0; pointer-events: none; transition: opacity 280ms var(--vl-ease); }
.vl-modal.is-open { opacity: 1; pointer-events: auto; }
.vl-modal__panel { width: min(500px, 100%); background: var(--vl-marble-raised); border: 1px solid var(--vl-gold-line); padding: clamp(28px, 4vw, 42px); display: grid; gap: 20px; transform: translateY(14px); transition: transform 280ms var(--vl-ease); max-height: 92vh; overflow-y: auto; }
.vl-modal.is-open .vl-modal__panel { transform: translateY(0); }
.vl-modal__head { display: flex; justify-content: space-between; align-items: start; gap: 16px; }
.vl-modal__head h3 { font-family: var(--vl-serif); font-size: 28px; font-weight: 500; }
.vl-modal__close { font-size: 26px; line-height: 1; color: var(--vl-ink-faint); transition: color 200ms; }
.vl-modal__close:hover { color: var(--vl-ink); }
.vl-modal form { display: grid; gap: 14px; }
.vl-modal__two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.vl-field { display: grid; gap: 7px; }
.vl-field label { font-size: 10px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--vl-ink-faint); }
.vl-field input, .vl-field select { background: var(--vl-marble); border: 1px solid var(--vl-line); color: var(--vl-ink); font-family: var(--vl-sans); font-size: 14.5px; font-weight: 400; padding: 13px 14px; transition: border-color 200ms var(--vl-ease); }
.vl-field input:focus, .vl-field select:focus { outline: none; border-color: var(--vl-gold); }
.vl-modal__success { display: grid; gap: 14px; text-align: center; padding-block: 18px; }
.vl-modal__success .vl-display { font-size: 32px; }
.vl-modal__success p { color: var(--vl-ink-soft); font-size: 14.5px; line-height: 1.7; font-weight: 400; }

/* ---------- Reveal ---------- */
@media (prefers-reduced-motion: no-preference) {
  .vl-reveal { opacity: 0; transform: translateY(28px); transition: opacity 950ms var(--vl-ease), transform 950ms var(--vl-ease); }
  .vl-reveal.is-in { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .vl-nav { display: none; }
  .vl-products, .vl-products--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vl-reviews { grid-template-columns: 1fr; }
  .vl-houses { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vl-stores { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vl-footer__grid { grid-template-columns: 1fr 1fr; }
  .vl-index__row { grid-template-columns: 40px 1fr auto; }
  .vl-index__desc { display: none; }
}
@media (max-width: 820px) {
  .vl-band, .vl-pdp, .vl-transfer__grid { grid-template-columns: 1fr; }
  .vl-band--flip > .vl-band__media { order: 0; }
  .vl-transfer__media { min-height: 320px; }
  .vl-pdp__info { position: static; }
  .vl-pdp__gallery { grid-template-columns: 1fr; }
  .vl-thumbs { grid-auto-flow: column; grid-auto-columns: 66px; overflow-x: auto; order: 2; }
  .vl-section-head { flex-direction: column; align-items: flex-start; }
  .vl-timeline__row { grid-template-columns: 1fr; gap: 10px; }
}
@media (max-width: 560px) {
  .vl-products, .vl-products--4 { grid-template-columns: 1fr; }
  .vl-houses, .vl-stores { grid-template-columns: 1fr; }
  .vl-footer__grid { grid-template-columns: 1fr; }
  .vl-modal__two { grid-template-columns: 1fr; }
  .vl-index__row { grid-template-columns: 36px 1fr; }
  .vl-index__go { display: none; }
}
