/*
Theme Name: Vancouver Dwelling
Theme URI: https://vancouverdwelling.ca
Author: Vancouver Dwelling
Description: Editorial presale advisory theme — navy, cream, serif typography
Version: 2.0
*/

/* ============================================================
   DESIGN SYSTEM — Vancouver Dwelling
   Editorial monochrome · architectural minimal · warm human
   ============================================================ */

:root {
  --vd-navy: #0E1B2E;
  --vd-navy-deep: #0A1422;
  --vd-navy-soft: #1A2A42;
  --vd-ink: #111827;
  --vd-stone: #6B7280;
  --vd-stone-soft: #9CA3AF;
  --vd-line: #D8D2C4;
  --vd-line-soft: #ECE7DB;
  --vd-bone: #FAF6EE;
  --vd-cream: #F5EFE4;
  --vd-paper: #FBF8F1;
  --vd-white: #FFFFFF;
  --vd-gold: #B8893E;
  --vd-gold-light: #D5AB66;
  --vd-gold-deep: #8C6629;
  --vd-serif: 'Fraunces', 'Caslon', Georgia, serif;
  --vd-sans: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --vd-mono: 'JetBrains Mono', ui-monospace, 'SF Mono', monospace;
  --s-1: 4px;  --s-2: 8px;  --s-3: 12px; --s-4: 16px;
  --s-5: 24px; --s-6: 32px; --s-7: 48px; --s-8: 64px;
  --s-9: 96px; --s-10: 128px;
  --vd-max: 1440px;
  --vd-gutter: 32px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--vd-sans);
  color: var(--vd-ink);
  background: var(--vd-paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }

/* ---- Type primitives ---- */
.vd-eyebrow {
  font-family: var(--vd-sans);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--vd-gold);
}
.vd-eyebrow--ink { color: var(--vd-ink); opacity: 0.55; }
.vd-eyebrow--cream { color: var(--vd-cream); opacity: 0.7; }

.vd-display {
  font-family: var(--vd-serif);
  font-weight: 400; letter-spacing: -0.025em; line-height: 0.98;
  color: var(--vd-navy);
  font-size: clamp(48px, 6vw, 92px);
  text-wrap: balance;
  margin: 0;
}
.vd-display em { font-style: italic; font-weight: 500; }

.vd-h2 {
  font-family: var(--vd-serif);
  font-weight: 400; letter-spacing: -0.02em; line-height: 1.02;
  font-size: clamp(36px, 4vw, 60px);
  color: var(--vd-navy); text-wrap: balance; margin: 0;
}
.vd-h2 em { font-style: italic; font-weight: 500; }

.vd-h3 {
  font-family: var(--vd-serif); font-weight: 500;
  font-size: 28px; letter-spacing: -0.015em; color: var(--vd-navy);
  line-height: 1.1; margin: 0;
}

.vd-lead {
  font-family: var(--vd-serif); font-style: italic;
  font-weight: 400; font-size: 22px; line-height: 1.45;
  color: var(--vd-ink); text-wrap: pretty; margin: 0;
}

.vd-body {
  font-family: var(--vd-sans); font-size: 16px;
  line-height: 1.6; color: var(--vd-stone);
}
.vd-body--ink { color: var(--vd-ink); }

.vd-meta {
  font-family: var(--vd-mono); font-size: 11px;
  letter-spacing: 0.02em; color: var(--vd-stone); text-transform: uppercase;
}

/* ---- Buttons ---- */
.vd-btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--vd-sans); font-weight: 600; font-size: 13px;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 16px 28px; border: 1px solid transparent;
  cursor: pointer; text-decoration: none;
  transition: all 0.2s ease;
}
.vd-btn--primary { background: var(--vd-navy); color: var(--vd-cream); }
.vd-btn--primary:hover { background: var(--vd-navy-deep); color: var(--vd-cream); }
.vd-btn--ghost-light { background: transparent; color: var(--vd-cream); border-color: var(--vd-cream); }
.vd-btn--ghost-dark { background: transparent; color: var(--vd-navy); border-color: var(--vd-navy); }
.vd-btn--gold { background: var(--vd-gold); color: var(--vd-navy); }
.vd-btn--text {
  padding: 0; background: transparent; color: var(--vd-navy);
  border: none; border-bottom: 1px solid var(--vd-navy); padding-bottom: 4px;
  font-size: 13px;
}

/* ---- Layout ---- */
.vd-section { padding: var(--s-9) 0; }
.vd-container { max-width: var(--vd-max); margin: 0 auto; padding: 0 var(--vd-gutter); }

/* ---- Rule lines ---- */
.vd-rule { width: 48px; height: 1px; background: var(--vd-gold); }
.vd-rule--long { width: 100%; height: 1px; background: var(--vd-line); }

/* ---- Photo placeholders ---- */
.vd-photo {
  background: linear-gradient(135deg, #2a3850 0%, #1a2a42 100%);
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.35);
  font-family: var(--vd-mono); font-size: 11px;
  letter-spacing: 0.15em; text-transform: uppercase;
}
.vd-photo::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(184,137,62,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184,137,62,0.06) 1px, transparent 1px);
  background-size: 40px 40px;
}
.vd-photo--cream { background: linear-gradient(135deg, #efe8d6 0%, #e8dfc7 100%); color: rgba(14,27,46,0.4); }
.vd-photo--cream::before {
  background-image:
    linear-gradient(rgba(14,27,46,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14,27,46,0.05) 1px, transparent 1px);
}
.vd-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05); }
.vd-photo__label { position: relative; z-index: 1; }

/* ---- Chip ---- */
.vd-chip {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--vd-stone);
  padding: 6px 12px; border: 1px solid var(--vd-line); border-radius: 999px;
  background: var(--vd-paper);
}

/* ---- Index numeral ---- */
.vd-num {
  font-family: var(--vd-serif); font-style: italic; font-weight: 400;
  color: var(--vd-gold); font-size: 14px;
}

/* ============================================================
   HEADER
   ============================================================ */
.vd-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251,248,241,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--vd-line-soft);
}
.vd-header__inner {
  max-width: var(--vd-max); margin: 0 auto;
  padding: 18px var(--vd-gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
}
.vd-logo {
  font-family: var(--vd-serif); font-weight: 500; font-size: 22px;
  color: var(--vd-navy); letter-spacing: -0.02em; line-height: 1;
  text-decoration: none; display: flex; align-items: baseline; gap: 6px;
}
.vd-logo em { font-style: italic; }
.vd-logo__dot { color: var(--vd-gold); }

.vd-nav { display: flex; gap: 32px; align-items: center; }
.vd-nav a {
  font-family: var(--vd-sans); font-size: 13px; font-weight: 500;
  color: var(--vd-ink); text-decoration: none; letter-spacing: 0.01em;
  position: relative; padding: 4px 0;
}
.vd-nav a:hover { color: var(--vd-navy); }
.vd-nav a.is-active { color: var(--vd-navy); }
.vd-nav a.is-active::after {
  content: ""; position: absolute; bottom: -2px; left: 0; right: 0;
  height: 1px; background: var(--vd-gold);
}

.vd-header__cta { display: flex; align-items: center; gap: 16px; }
.vd-lang {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.1em; color: var(--vd-stone);
}
.vd-lang button {
  background: none; border: none; cursor: pointer;
  font: inherit; color: inherit; padding: 2px 4px;
}
.vd-lang button.is-active { color: var(--vd-navy); font-weight: 600; }

/* ============================================================
   FOOTER
   ============================================================ */
.vd-footer { background: var(--vd-navy); color: var(--vd-cream); padding: 80px 0 32px; }
.vd-footer__grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 48px; margin-bottom: 64px;
}
.vd-footer__brand {
  font-family: var(--vd-serif); font-size: 32px; font-weight: 500;
  letter-spacing: -0.02em; line-height: 1; margin-bottom: 16px;
}
.vd-footer__brand em { font-style: italic; }
.vd-footer__tag { font-family: var(--vd-serif); font-style: italic; font-size: 16px; opacity: 0.75; max-width: 320px; line-height: 1.4; margin: 0; }
.vd-footer h4 { font-family: var(--vd-sans); font-weight: 600; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--vd-gold); margin: 0 0 16px; }
.vd-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.vd-footer a { color: var(--vd-cream); text-decoration: none; font-size: 14px; opacity: 0.85; }
.vd-footer a:hover { opacity: 1; }
.vd-footer__bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 24px; border-top: 1px solid rgba(245,239,228,0.12);
  font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.1em;
  color: rgba(245,239,228,0.5); text-transform: uppercase;
}

/* ============================================================
   HOMEPAGE — HERO
   ============================================================ */
.home-hero { position: relative; background: var(--vd-paper); padding: 80px 0 0; overflow: hidden; }
.home-hero__grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 80px; align-items: end; }
.home-hero__title { margin: 24px 0 32px; }
.home-hero__title .vd-display { font-size: clamp(56px, 7.5vw, 112px); }
.home-hero__lead { max-width: 480px; margin-bottom: 40px; }
.home-hero__cta { display: flex; gap: 16px; margin-bottom: 64px; flex-wrap: wrap; }
.home-hero__photo {
  aspect-ratio: 4/5; width: 100%;
  background: var(--vd-navy); position: relative; overflow: hidden;
}
.home-hero__photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05); }
.home-hero__photo-meta {
  position: absolute; left: 24px; bottom: 24px; right: 24px;
  color: var(--vd-cream); font-family: var(--vd-mono);
  font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase;
  display: flex; justify-content: space-between; align-items: end;
}
.home-hero__photo-meta strong {
  font-family: var(--vd-serif); font-style: italic; font-weight: 500; font-size: 18px;
  letter-spacing: 0; text-transform: none; display: block; margin-bottom: 4px; color: var(--vd-cream);
}

/* ---- Stats strip ---- */
.home-stats {
  margin-top: 72px; border-top: 1px solid var(--vd-line); border-bottom: 1px solid var(--vd-line);
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.home-stat {
  padding: 32px 24px; text-align: left;
  border-right: 1px solid var(--vd-line);
}
.home-stat:last-child { border-right: none; }
.home-stat:first-child { padding-left: 0; }
.home-stat__num {
  font-family: var(--vd-serif); font-size: 44px; font-weight: 400;
  color: var(--vd-navy); letter-spacing: -0.02em; line-height: 1;
}
.home-stat__num em { font-style: italic; color: var(--vd-gold); }
.home-stat__label {
  font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--vd-stone); margin-top: 12px;
}

/* ---- Smart search ---- */
.home-search { background: var(--vd-navy); color: var(--vd-cream); padding: 64px 0; }
.home-search__inner { max-width: var(--vd-max); margin: 0 auto; padding: 0 var(--vd-gutter); }
.home-search__head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 32px; gap: 24px; }
.home-search__title {
  font-family: var(--vd-serif); font-size: 36px; font-weight: 400;
  letter-spacing: -0.02em; line-height: 1; color: var(--vd-cream); max-width: 600px; margin: 0;
}
.home-search__title em { font-style: italic; color: var(--vd-gold-light); }
.home-search__form {
  background: var(--vd-navy-soft); border: 1px solid rgba(245,239,228,0.1);
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr auto;
}
.home-search__field {
  padding: 20px 24px; border-right: 1px solid rgba(245,239,228,0.1);
  display: flex; flex-direction: column; gap: 6px;
}
.home-search__field label {
  font-family: var(--vd-mono); font-size: 10px; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(245,239,228,0.55);
}
.home-search__field input,
.home-search__field select {
  background: none; border: none; outline: none; padding: 0;
  color: var(--vd-cream); font-family: var(--vd-sans);
  font-size: 14px; font-weight: 500; cursor: pointer; appearance: none;
}
.home-search__field input::placeholder { color: rgba(245,239,228,0.5); }
.home-search__submit {
  background: var(--vd-gold); border: none;
  color: var(--vd-navy); font-family: var(--vd-sans); font-weight: 700;
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0 40px; cursor: pointer;
}
.home-search__quick { display: flex; gap: 8px; margin-top: 24px; flex-wrap: wrap; align-items: center; }
.home-search__chip {
  font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(245,239,228,0.7);
  padding: 6px 14px; border: 1px solid rgba(245,239,228,0.2);
  border-radius: 999px; background: transparent; cursor: pointer;
}
.home-search__chip:hover { color: var(--vd-gold-light); border-color: var(--vd-gold-light); }

/* ---- Featured presales ---- */
.home-featured__head {
  display: flex; justify-content: space-between; align-items: end;
  margin-bottom: 56px; gap: 32px;
}
.home-featured__head .vd-h2 { max-width: 640px; }
.home-featured__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 32px; row-gap: 64px; }
.presale-card { display: flex; flex-direction: column; }
.presale-card__photo { aspect-ratio: 4/5; margin-bottom: 20px; }
.presale-card__meta {
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--vd-stone); margin-bottom: 12px;
}
.presale-card__meta .status { color: var(--vd-gold); }
.presale-card__title {
  font-family: var(--vd-serif); font-size: 26px; font-weight: 500;
  letter-spacing: -0.015em; line-height: 1.1; color: var(--vd-navy); margin-bottom: 8px; margin-top: 0;
}
.presale-card__loc { font-family: var(--vd-sans); font-size: 14px; color: var(--vd-stone); }
.presale-card__row {
  display: flex; gap: 24px; margin-top: 16px;
  padding-top: 16px; border-top: 1px solid var(--vd-line-soft); flex-wrap: wrap;
}
.presale-card__stat span { display: block; font-family: var(--vd-mono); font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--vd-stone); margin-bottom: 4px; }
.presale-card__stat strong { font-family: var(--vd-serif); font-size: 18px; font-weight: 500; color: var(--vd-navy); }

.featured-large { grid-column: span 2; display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: end; }
.featured-large .presale-card__photo { aspect-ratio: 16/11; margin-bottom: 0; }

/* ---- Authority block ---- */
.home-authority { background: var(--vd-bone); padding: 128px 0; }
.home-authority__grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 96px; align-items: start; }
.home-authority__photo { aspect-ratio: 3/4; background: var(--vd-navy); overflow: hidden; position: relative; }
.home-authority__photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05); }
.home-authority__index { font-family: var(--vd-serif); font-style: italic; font-size: 14px; color: var(--vd-gold); margin-bottom: 24px; }
.home-authority__quote {
  font-family: var(--vd-serif); font-size: 36px; font-weight: 400;
  line-height: 1.2; letter-spacing: -0.015em; color: var(--vd-navy);
  margin: 0 0 32px; text-wrap: pretty;
}
.home-authority__quote em { font-style: italic; }
.home-authority__sig {
  display: flex; align-items: center; gap: 16px; margin-top: 40px;
  padding-top: 32px; border-top: 1px solid var(--vd-line);
}
.home-authority__sig strong { font-family: var(--vd-serif); font-size: 18px; font-weight: 500; color: var(--vd-navy); display: block; }
.home-authority__sig span { font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--vd-stone); }
.home-authority__credentials { margin-top: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px 48px; }
.credential strong { font-family: var(--vd-serif); font-size: 28px; font-weight: 400; color: var(--vd-navy); display: block; line-height: 1; margin-bottom: 6px; }
.credential strong em { font-style: italic; color: var(--vd-gold); }
.credential span { font-family: var(--vd-sans); font-size: 13px; color: var(--vd-stone); line-height: 1.4; }

/* ---- Market pulse ---- */
.home-pulse__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; border-top: 1px solid var(--vd-line); border-left: 1px solid var(--vd-line);
}
.pulse-card {
  padding: 32px; border-right: 1px solid var(--vd-line); border-bottom: 1px solid var(--vd-line);
  display: flex; flex-direction: column; gap: 16px; background: var(--vd-paper);
}
.pulse-card__head { display: flex; justify-content: space-between; align-items: center; }
.pulse-card__head h4 { font-family: var(--vd-mono); font-size: 11px; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--vd-stone); margin: 0; }
.pulse-card__delta { font-family: var(--vd-mono); font-size: 11px; padding: 2px 8px; border-radius: 999px; }
.pulse-card__delta.up { background: rgba(184,137,62,0.12); color: var(--vd-gold-deep); }
.pulse-card__delta.down { background: rgba(107,114,128,0.12); color: var(--vd-stone); }
.pulse-card__num { font-family: var(--vd-serif); font-size: 40px; font-weight: 400; color: var(--vd-navy); letter-spacing: -0.02em; line-height: 1; }
.pulse-card__num em { font-style: italic; color: var(--vd-gold); font-size: 22px; }
.pulse-card__sub { font-family: var(--vd-sans); font-size: 13px; color: var(--vd-stone); }
.pulse-card__chart { height: 40px; margin-top: auto; }

/* ---- Insights grid ---- */
.home-insights__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
.insight-card { display: flex; flex-direction: column; gap: 16px; }
.insight-card__photo { aspect-ratio: 4/3; }
.insight-card__meta { font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--vd-stone); display: flex; gap: 12px; flex-wrap: wrap; }
.insight-card__meta .cat { color: var(--vd-gold); }
.insight-card__title { font-family: var(--vd-serif); font-size: 22px; font-weight: 500; letter-spacing: -0.015em; line-height: 1.2; color: var(--vd-navy); margin: 0; }
.insight-card--lead .insight-card__photo { aspect-ratio: 5/4; }
.insight-card--lead .insight-card__title { font-size: 36px; line-height: 1.1; }

/* ---- Developer logos ---- */
.home-developers { padding: 96px 0; background: var(--vd-bone); }
.home-developers__head { text-align: center; margin-bottom: 48px; }
.home-developers__logos {
  display: grid; grid-template-columns: repeat(7, 1fr);
  gap: 0; align-items: center;
  border-top: 1px solid var(--vd-line); border-bottom: 1px solid var(--vd-line);
}
.dev-logo {
  height: 96px; display: flex; align-items: center; justify-content: center;
  border-right: 1px solid var(--vd-line);
  font-family: var(--vd-serif); font-style: italic; font-size: 16px;
  color: var(--vd-stone); letter-spacing: -0.01em;
}
.dev-logo:last-child { border-right: none; }
.dev-logo strong { font-style: normal; font-weight: 500; }

/* ---- CTA strip ---- */
.home-cta { background: var(--vd-navy); color: var(--vd-cream); padding: 128px 0; }
.home-cta__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.home-cta .vd-h2 { color: var(--vd-cream); font-size: clamp(40px, 5vw, 72px); }
.home-cta .vd-h2 em { color: var(--vd-gold-light); }
.home-cta__form { border: 1px solid rgba(245,239,228,0.15); padding: 32px; }
.home-cta__form h4 { font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--vd-gold-light); margin: 0 0 24px; }
.home-cta__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.home-cta__row.full { grid-template-columns: 1fr; }
.home-cta__form input,
.home-cta__form select,
.home-cta__form textarea {
  background: transparent; border: none;
  border-bottom: 1px solid rgba(245,239,228,0.25);
  color: var(--vd-cream); font-family: var(--vd-sans); font-size: 15px;
  padding: 12px 0; width: 100%; outline: none;
}
.home-cta__form input::placeholder,
.home-cta__form textarea::placeholder { color: rgba(245,239,228,0.5); }
.home-cta__form .vd-btn { margin-top: 24px; width: 100%; justify-content: center; }

/* ============================================================
   PRESALES ARCHIVE
   ============================================================ */
.pres-hero { padding: 64px 0 32px; border-bottom: 1px solid var(--vd-line); }
.pres-hero__grid { display: grid; grid-template-columns: 2fr 1fr; gap: 64px; align-items: end; }
.pres-hero h1 { font-size: clamp(40px, 5vw, 72px); margin: 16px 0 0; }
.pres-hero__count { font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--vd-stone); display: flex; flex-direction: column; gap: 8px; align-items: end; }
.pres-hero__count strong { font-family: var(--vd-serif); font-size: 64px; font-weight: 400; color: var(--vd-navy); letter-spacing: -0.02em; line-height: 1; }
.pres-hero__count strong em { font-style: italic; color: var(--vd-gold); }

.pres-toolbar { border-bottom: 1px solid var(--vd-line); padding: 16px 0; background: var(--vd-paper); position: sticky; top: 73px; z-index: 50; }
.pres-toolbar__inner { max-width: var(--vd-max); margin: 0 auto; padding: 0 var(--vd-gutter); display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.pres-filters { display: flex; gap: 8px; flex-wrap: wrap; }
.pres-filter {
  font-family: var(--vd-sans); font-size: 13px; font-weight: 500;
  padding: 8px 16px; border: 1px solid var(--vd-line);
  background: var(--vd-paper); color: var(--vd-ink);
  cursor: pointer; border-radius: 999px; display: inline-flex; align-items: center; gap: 6px;
}
.pres-filter.is-active { background: var(--vd-navy); color: var(--vd-cream); border-color: var(--vd-navy); }
.pres-filter span { font-family: var(--vd-mono); font-size: 11px; opacity: 0.6; }
.pres-sort { display: flex; align-items: center; gap: 12px; font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--vd-stone); }
.pres-sort select { background: none; border: none; font-family: var(--vd-sans); font-weight: 600; font-size: 13px; color: var(--vd-navy); letter-spacing: 0; text-transform: none; cursor: pointer; }

.pres-main { display: grid; grid-template-columns: 300px 1fr; gap: 48px; padding: 48px 0; }
.pres-sidebar { position: sticky; top: 160px; align-self: start; }
.pres-sidebar h4 { font-family: var(--vd-mono); font-size: 11px; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--vd-stone); margin: 0 0 16px; padding-bottom: 8px; border-bottom: 1px solid var(--vd-line); }
.pres-sidebar__group { margin-bottom: 32px; }
.pres-check { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; cursor: pointer; }
.pres-check input { accent-color: var(--vd-navy); }
.pres-check__label { font-family: var(--vd-sans); font-size: 14px; color: var(--vd-ink); flex: 1; margin-left: 12px; }
.pres-check__count { font-family: var(--vd-mono); font-size: 11px; color: var(--vd-stone); }
.pres-range { padding: 12px 0; }
.pres-range__values { display: flex; justify-content: space-between; font-family: var(--vd-mono); font-size: 12px; color: var(--vd-navy); margin-bottom: 12px; }
.pres-range__bar { height: 4px; background: var(--vd-line); position: relative; border-radius: 2px; }
.pres-range__fill { position: absolute; left: 20%; right: 30%; top: 0; bottom: 0; background: var(--vd-navy); border-radius: 2px; }
.pres-range__fill::before, .pres-range__fill::after { content: ''; position: absolute; width: 14px; height: 14px; border-radius: 50%; background: var(--vd-paper); border: 2px solid var(--vd-navy); top: -5px; }
.pres-range__fill::before { left: -7px; }
.pres-range__fill::after { right: -7px; }

.pres-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 24px; }
.listing { display: flex; flex-direction: column; text-decoration: none; }
.listing__photo { aspect-ratio: 4/3; margin-bottom: 16px; position: relative; }
.listing__badge {
  position: absolute; top: 16px; left: 16px;
  background: var(--vd-navy); color: var(--vd-cream);
  font-family: var(--vd-mono); font-size: 10px; letter-spacing: 0.15em;
  text-transform: uppercase; padding: 6px 10px;
}
.listing__badge.gold { background: var(--vd-gold); color: var(--vd-navy); }
.listing__save { position: absolute; top: 16px; right: 16px; background: var(--vd-paper); width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border: none; cursor: pointer; font-size: 18px; }
.listing__head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.listing__head h3 { font-family: var(--vd-serif); font-size: 22px; font-weight: 500; letter-spacing: -0.01em; color: var(--vd-navy); margin: 0; }
.listing__price { font-family: var(--vd-serif); font-size: 22px; font-weight: 500; color: var(--vd-navy); }
.listing__loc { font-family: var(--vd-sans); font-size: 13px; color: var(--vd-stone); margin-bottom: 12px; }
.listing__row { display: flex; gap: 20px; padding-top: 12px; border-top: 1px solid var(--vd-line-soft); font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vd-stone); flex-wrap: wrap; }
.listing__row strong { font-family: var(--vd-sans); color: var(--vd-navy); font-size: 13px; letter-spacing: 0; text-transform: none; font-weight: 600; margin-left: 6px; }

/* ============================================================
   PRESALE DETAIL
   ============================================================ */
.det-bread { padding: 24px 0; font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--vd-stone); }
.det-bread a { color: var(--vd-stone); text-decoration: none; }
.det-hero { padding-bottom: 64px; }
.det-hero__title { display: grid; grid-template-columns: 2fr 1fr; gap: 64px; align-items: end; margin-bottom: 32px; }
.det-hero__title h1 { font-size: clamp(48px, 6vw, 84px); margin: 0; }
.det-hero__meta { font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--vd-stone); display: flex; flex-direction: column; gap: 6px; }
.det-hero__meta strong { font-family: var(--vd-serif); font-size: 24px; font-weight: 500; color: var(--vd-navy); letter-spacing: 0; text-transform: none; }
.det-gallery { display: grid; grid-template-columns: 2fr 1fr; gap: 8px; height: 540px; margin-bottom: 64px; }
.det-gallery__main { background: var(--vd-navy); }
.det-gallery__side { display: grid; grid-template-rows: 1fr 1fr; gap: 8px; }
.det-gallery .vd-photo { width: 100%; height: 100%; }

.det-body { display: grid; grid-template-columns: 1fr 380px; gap: 80px; padding-bottom: 96px; }
.det-content section { padding-bottom: 64px; margin-bottom: 64px; border-bottom: 1px solid var(--vd-line); }
.det-content section:last-child { border-bottom: none; }
.det-content h2 { font-family: var(--vd-serif); font-size: 36px; font-weight: 400; letter-spacing: -0.02em; color: var(--vd-navy); margin: 0 0 24px; }
.det-content h2 em { font-style: italic; }
.det-content p { font-family: var(--vd-sans); font-size: 17px; line-height: 1.65; color: var(--vd-ink); margin: 0 0 16px; }

.det-spec { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--vd-line); border: 1px solid var(--vd-line); }
.det-spec__cell { background: var(--vd-paper); padding: 24px; }
.det-spec__cell span { font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--vd-stone); display: block; margin-bottom: 8px; }
.det-spec__cell strong { font-family: var(--vd-serif); font-size: 24px; font-weight: 500; color: var(--vd-navy); }

.det-floors { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.det-floor { display: flex; flex-direction: column; gap: 12px; }
.det-floor__photo { aspect-ratio: 1; background: var(--vd-bone); padding: 24px; display: flex; align-items: center; justify-content: center; font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--vd-stone); border: 1px solid var(--vd-line); }
.det-floor__head { display: flex; justify-content: space-between; align-items: baseline; }
.det-floor h4 { font-family: var(--vd-serif); font-size: 18px; font-weight: 500; color: var(--vd-navy); margin: 0; }
.det-floor__price { font-family: var(--vd-serif); color: var(--vd-gold); }
.det-floor__sub { font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--vd-stone); }

.det-deposit__table { width: 100%; border-collapse: collapse; }
.det-deposit__table th { font-family: var(--vd-mono); font-size: 11px; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--vd-stone); text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--vd-line); }
.det-deposit__table td { font-family: var(--vd-sans); font-size: 15px; padding: 18px 16px; border-bottom: 1px solid var(--vd-line-soft); }
.det-deposit__table td:first-child { font-family: var(--vd-serif); font-style: italic; color: var(--vd-gold); }
.det-deposit__table tr:last-child td { border-bottom: 2px solid var(--vd-navy); font-weight: 600; color: var(--vd-navy); }

.det-sidebar { position: sticky; top: 100px; align-self: start; }
.det-sidebar__card { border: 1px solid var(--vd-line); padding: 32px; background: var(--vd-paper); }
.det-sidebar__price { font-family: var(--vd-serif); font-size: 40px; font-weight: 400; color: var(--vd-navy); letter-spacing: -0.02em; line-height: 1; margin-bottom: 4px; }
.det-sidebar__price em { font-style: italic; color: var(--vd-gold); font-size: 22px; }
.det-sidebar__sub { font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--vd-stone); margin-bottom: 32px; }
.det-sidebar__row { display: flex; justify-content: space-between; padding: 12px 0; border-top: 1px solid var(--vd-line-soft); }
.det-sidebar__row span { font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--vd-stone); }
.det-sidebar__row strong { font-family: var(--vd-sans); color: var(--vd-navy); font-size: 14px; font-weight: 600; }
.det-sidebar__cta { margin-top: 24px; display: flex; flex-direction: column; gap: 8px; }
.det-sidebar__agent { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--vd-line); display: flex; align-items: center; gap: 12px; }
.det-sidebar__agent img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; filter: grayscale(1); }
.det-sidebar__agent strong { font-family: var(--vd-serif); font-size: 16px; font-weight: 500; color: var(--vd-navy); display: block; }
.det-sidebar__agent span { font-family: var(--vd-mono); font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--vd-stone); }

.det-map { height: 400px; background: var(--vd-bone); display: flex; align-items: center; justify-content: center; border: 1px solid var(--vd-line); position: relative; }
.det-map__pin { width: 16px; height: 16px; background: var(--vd-gold); border: 3px solid var(--vd-navy); border-radius: 50%; box-shadow: 0 0 0 8px rgba(184,137,62,0.2); }
.det-map__poi { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 24px; }
.det-map__poi-item { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--vd-line-soft); }
.det-map__poi-item span { font-family: var(--vd-sans); font-size: 14px; color: var(--vd-ink); }
.det-map__poi-item strong { font-family: var(--vd-mono); font-size: 12px; color: var(--vd-gold); font-weight: 500; }

/* ============================================================
   MARKET INTEL
   ============================================================ */
.mi-hero { padding: 96px 0 48px; border-bottom: 1px solid var(--vd-line); }
.mi-hero__top { display: flex; justify-content: space-between; align-items: end; gap: 48px; }
.mi-hero__top h1 { font-size: clamp(56px, 7vw, 104px); margin: 16px 0 0; max-width: 12ch; }
.mi-hero__lede { max-width: 360px; font-family: var(--vd-serif); font-style: italic; font-size: 19px; line-height: 1.4; color: var(--vd-stone); }
.mi-hero__lede em { font-style: normal; color: var(--vd-navy); font-weight: 500; }
.mi-hero__strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--vd-line); margin-top: 64px; border: 1px solid var(--vd-line); }
.mi-hero__strip > div { background: var(--vd-paper); padding: 24px; }
.mi-hero__strip .kpi-label { font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--vd-stone); }
.mi-hero__strip .kpi-val { font-family: var(--vd-serif); font-size: 36px; font-weight: 400; letter-spacing: -0.02em; color: var(--vd-navy); margin-top: 6px; }
.mi-hero__strip .kpi-val em { font-style: normal; color: var(--vd-gold); }
.mi-hero__strip .kpi-delta { font-family: var(--vd-mono); font-size: 11px; color: var(--vd-stone); margin-top: 4px; }
.mi-hero__strip .kpi-delta.up { color: #2F7C4F; }
.mi-hero__strip .kpi-delta.down { color: #B23A2A; }

.mi-feature { padding: 80px 0 96px; }
.mi-feature__head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 32px; padding-bottom: 16px; border-bottom: 1px solid var(--vd-line); }
.mi-feature__head .lbl { font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--vd-gold); }
.mi-feature__head .lbl em { color: var(--vd-stone); font-style: normal; margin-left: 12px; }
.mi-feature__head .issue { font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--vd-stone); }
.mi-feature__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: stretch; }
.mi-feature__photo { aspect-ratio: 5/4; }
.mi-feature__body { display: flex; flex-direction: column; justify-content: center; }
.mi-feature__meta { font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--vd-stone); display: flex; gap: 12px; align-items: center; }
.mi-feature__meta .cat { color: var(--vd-gold); font-weight: 500; }
.mi-feature h2 { font-family: var(--vd-serif); font-size: 56px; font-weight: 400; letter-spacing: -0.02em; line-height: 1.02; color: var(--vd-navy); margin: 18px 0 20px; text-wrap: pretty; }
.mi-feature h2 em { font-style: italic; color: var(--vd-gold); }
.mi-feature__deck { font-family: var(--vd-serif); font-size: 19px; line-height: 1.5; color: var(--vd-ink); font-style: italic; max-width: 46ch; }
.mi-feature__byline { display: flex; align-items: center; gap: 12px; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--vd-line); }
.mi-feature__byline img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; filter: grayscale(1); }
.mi-feature__byline .name { font-family: var(--vd-sans); font-size: 14px; font-weight: 600; color: var(--vd-navy); }
.mi-feature__byline .role { font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vd-stone); }

.mi-cats { border-top: 1px solid var(--vd-line); border-bottom: 1px solid var(--vd-line); padding: 20px 0; background: var(--vd-bone); }
.mi-cats__inner { display: flex; gap: 24px; max-width: var(--vd-max); margin: 0 auto; padding: 0 var(--vd-gutter); align-items: center; flex-wrap: wrap; }
.mi-cats__label { font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--vd-stone); margin-right: 8px; }
.mi-cats__group { display: flex; gap: 6px; }
.mi-cats button { font-family: var(--vd-sans); font-size: 13px; font-weight: 500; padding: 6px 14px; border: 1px solid var(--vd-line); border-radius: 999px; background: var(--vd-paper); color: var(--vd-ink); cursor: pointer; transition: all 0.15s; }
.mi-cats button:hover { border-color: var(--vd-navy); }
.mi-cats button.is-active { background: var(--vd-navy); color: var(--vd-cream); border-color: var(--vd-navy); }

.mi-sec-head { display: flex; justify-content: space-between; align-items: baseline; padding: 56px 0 24px; border-bottom: 1px solid var(--vd-line); margin-bottom: 32px; }
.mi-sec-head h3 { font-family: var(--vd-serif); font-size: 32px; font-weight: 400; letter-spacing: -0.015em; color: var(--vd-navy); margin: 0; }
.mi-sec-head h3 em { font-style: italic; }
.mi-sec-head .meta { font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--vd-stone); }
.mi-sec-head .meta em { color: var(--vd-gold); font-style: normal; margin-right: 6px; }

.mi-stream { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px 32px; padding-bottom: 96px; }
.mi-card { display: flex; flex-direction: column; gap: 14px; cursor: pointer; text-decoration: none; }
.mi-card__photo { aspect-ratio: 4/3; position: relative; overflow: hidden; }
.mi-card__photo .play { position: absolute; bottom: 14px; left: 14px; width: 44px; height: 44px; border-radius: 50%; background: var(--vd-gold); display: flex; align-items: center; justify-content: center; color: var(--vd-navy); font-size: 14px; }
.mi-card__photo .duration { position: absolute; bottom: 14px; right: 14px; background: rgba(17,35,58,0.85); color: var(--vd-cream); font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.1em; padding: 4px 8px; }
.mi-card__meta { font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--vd-stone); display: flex; gap: 10px; flex-wrap: wrap; }
.mi-card__meta .cat { color: var(--vd-gold); }
.mi-card h4 { font-family: var(--vd-serif); font-size: 22px; font-weight: 500; letter-spacing: -0.015em; line-height: 1.2; color: var(--vd-navy); margin: 0; text-wrap: pretty; }
.mi-card p { font-family: var(--vd-sans); font-size: 14px; line-height: 1.55; color: var(--vd-stone); margin: 0; }

.mi-bottom { display: grid; grid-template-columns: 1.5fr 1fr; gap: 0; }
.mi-dispatch { background: var(--vd-navy); color: var(--vd-cream); padding: 96px 80px 96px 32px; position: relative; overflow: hidden; }
.mi-dispatch::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(184,137,62,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(184,137,62,0.06) 1px, transparent 1px); background-size: 80px 80px; }
.mi-dispatch > * { position: relative; }
.mi-dispatch__eyebrow { font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--vd-gold); margin-bottom: 20px; }
.mi-dispatch h2 { font-family: var(--vd-serif); font-size: clamp(40px, 4.5vw, 64px); font-weight: 400; letter-spacing: -0.02em; line-height: 1; color: var(--vd-cream); margin: 0; max-width: 14ch; }
.mi-dispatch h2 em { font-style: italic; color: var(--vd-gold-light); }
.mi-dispatch__lede { font-family: var(--vd-serif); font-style: italic; font-size: 18px; line-height: 1.5; color: rgba(245,239,228,0.85); margin: 32px 0; max-width: 48ch; }
.mi-dispatch__form { display: flex; gap: 8px; padding-top: 24px; border-top: 1px solid rgba(245,239,228,0.2); max-width: 520px; }
.mi-dispatch__form input { flex: 1; background: rgba(255,255,255,0.08); border: 1px solid rgba(245,239,228,0.2); color: var(--vd-cream); font-family: var(--vd-sans); font-size: 14px; padding: 14px 18px; outline: none; }
.mi-dispatch__form input::placeholder { color: rgba(245,239,228,0.5); }

/* ============================================================
   ABOUT
   ============================================================ */
.ab-hero { padding: 96px 0 0; }
.ab-hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; padding-bottom: 96px; border-bottom: 1px solid var(--vd-line); }
.ab-hero__photo { aspect-ratio: 4/5; background: var(--vd-navy); overflow: hidden; }
.ab-hero__photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05); }
.ab-hero h1 { font-size: clamp(56px, 7vw, 100px); margin: 16px 0 32px; }
.ab-hero__lead { font-size: 24px; }

.ab-story { padding: 96px 0; }
.ab-story__grid { display: grid; grid-template-columns: 200px 1fr; gap: 80px; }
.ab-story__left { font-family: var(--vd-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--vd-gold); position: sticky; top: 100px; align-self: start; }
.ab-story__body p { font-family: var(--vd-serif); font-size: 22px; line-height: 1.5; color: var(--vd-ink); margin: 0 0 24px; text-wrap: pretty; }
.ab-story__body p:first-child::first-letter { font-family: var(--vd-serif); font-style: italic; font-size: 84px; float: left; line-height: 0.85; padding: 8px 12px 0 0; color: var(--vd-gold); font-weight: 500; }

.ab-principles { background: var(--vd-bone); padding: 128px 0; }
.ab-principles__head { text-align: center; max-width: 720px; margin: 0 auto 80px; }
.ab-principles__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--vd-line); border-left: 1px solid var(--vd-line); }
.principle { padding: 48px 32px; border-right: 1px solid var(--vd-line); border-bottom: 1px solid var(--vd-line); background: var(--vd-paper); }
.principle__num { font-family: var(--vd-serif); font-style: italic; font-size: 14px; color: var(--vd-gold); margin-bottom: 24px; }
.principle h3 { font-family: var(--vd-serif); font-size: 28px; font-weight: 500; letter-spacing: -0.015em; line-height: 1.1; color: var(--vd-navy); margin: 0 0 16px; }
.principle h3 em { font-style: italic; }
.principle p { font-family: var(--vd-sans); font-size: 15px; line-height: 1.6; color: var(--vd-stone); margin: 0; }

.ab-services { padding: 128px 0; }
.ab-services__list { border-top: 1px solid var(--vd-line); }
.ab-service { display: grid; grid-template-columns: 80px 1fr 2fr 200px; gap: 48px; padding: 48px 0; border-bottom: 1px solid var(--vd-line); align-items: start; }
.ab-service__num { font-family: var(--vd-serif); font-style: italic; font-size: 24px; color: var(--vd-gold); }
.ab-service__title { font-family: var(--vd-serif); font-size: 32px; font-weight: 400; letter-spacing: -0.015em; color: var(--vd-navy); }
.ab-service__title em { font-style: italic; }
.ab-service__desc { font-family: var(--vd-sans); font-size: 16px; line-height: 1.6; color: var(--vd-stone); }
.ab-service__cta { text-align: right; }

.ab-cta { background: var(--vd-navy); color: var(--vd-cream); padding: 128px 0; text-align: center; }
.ab-cta h2 { color: var(--vd-cream); font-size: clamp(40px, 5vw, 72px); max-width: 720px; margin: 0 auto 32px; }
.ab-cta h2 em { color: var(--vd-gold-light); }

/* ============================================================
   SINGLE INSIGHT
   ============================================================ */
.ins-hero { padding: 96px 0 64px; border-bottom: 1px solid var(--vd-line); }
.ins-body { display: grid; grid-template-columns: 1fr 340px; gap: 80px; padding: 80px 0; }
.ins-content p { font-family: var(--vd-sans); font-size: 18px; line-height: 1.75; color: var(--vd-ink); margin: 0 0 24px; }
.ins-content h2 { font-family: var(--vd-serif); font-size: 32px; font-weight: 400; color: var(--vd-navy); margin: 48px 0 20px; }
.ins-content h2 em { font-style: italic; }
.ins-sidebar { position: sticky; top: 100px; align-self: start; }
.ins-sidebar__author { border: 1px solid var(--vd-line); padding: 24px; background: var(--vd-paper); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  :root { --vd-gutter: 24px; }
  .home-hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .home-featured__grid { grid-template-columns: 1fr 1fr; }
  .featured-large { grid-column: span 2; grid-template-columns: 1fr; }
  .home-authority__grid { grid-template-columns: 1fr; gap: 48px; }
  .home-cta__grid { grid-template-columns: 1fr; }
  .pres-main { grid-template-columns: 1fr; }
  .pres-sidebar { position: static; }
  .det-body { grid-template-columns: 1fr; }
  .det-sidebar { position: static; }
  .mi-feature__grid { grid-template-columns: 1fr; }
  .mi-bottom { grid-template-columns: 1fr; }
  .ab-hero__grid { grid-template-columns: 1fr; }
  .ab-service { grid-template-columns: 1fr 1fr; }
  .vd-footer__grid { grid-template-columns: 1fr 1fr; }
  .home-developers__logos { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 768px) {
  :root { --vd-gutter: 20px; }
  .vd-nav { display: none; }
  .home-stats { grid-template-columns: 1fr 1fr; }
  .home-search__form { grid-template-columns: 1fr; }
  .home-search__submit { padding: 20px; }
  .home-featured__grid { grid-template-columns: 1fr; }
  .featured-large { grid-column: span 1; grid-template-columns: 1fr; }
  .home-pulse__grid { grid-template-columns: 1fr 1fr; }
  .home-insights__grid { grid-template-columns: 1fr; }
  .pres-hero__grid { grid-template-columns: 1fr; }
  .pres-grid { grid-template-columns: 1fr; }
  .det-hero__title { grid-template-columns: 1fr; }
  .det-gallery { height: 300px; grid-template-columns: 1fr; }
  .det-gallery__side { display: none; }
  .det-spec { grid-template-columns: 1fr 1fr; }
  .det-floors { grid-template-columns: 1fr 1fr; }
  .mi-hero__strip { grid-template-columns: 1fr 1fr; }
  .mi-stream { grid-template-columns: 1fr; }
  .ab-story__grid { grid-template-columns: 1fr; }
  .ab-principles__grid { grid-template-columns: 1fr; }
  .ab-service { grid-template-columns: 1fr; }
  .vd-footer__grid { grid-template-columns: 1fr; }
  .home-developers__logos { grid-template-columns: repeat(3, 1fr); }
  .ins-body { grid-template-columns: 1fr; }
}
