/* ═══════════════════════════════════════════
   v2 — Interior page styles (shared, editorial)
   Used by que-hacemos / equipo / portafolio /
   area subpages / aliados / contacto.
   ═══════════════════════════════════════════ */

/* ─── Page Hero (compact, used on all interior pages) ─── */
.va-page-hero {
  padding: 80px 0 100px;
  position: relative;
  border-bottom: 1px solid var(--hairline);
  background: var(--burdeos);
  color: var(--papel);
}
.va-page-hero h1 { color: var(--papel) !important; }
.va-page-hero h1 em { color: var(--oro-soft) !important; }
.va-page-hero .lead { color: rgba(245,241,234,0.92) !important; }
.va-page-hero .eyebrow { color: var(--oro-soft); }
.va-page-hero .eyebrow::before { background: var(--oro-soft); }
.va-page-hero .va-breadcrumbs { color: var(--oro-soft); }
.va-page-hero .va-breadcrumbs a { color: var(--oro-soft); opacity: .8; }
.va-page-hero .va-breadcrumbs a:hover { color: var(--papel); opacity: 1; }
.va-page-hero .va-breadcrumbs span { color: var(--oro); }
.va-page-hero-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  align-items: end;
}
.va-page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(56px, 6.4vw, 104px);
  line-height: 0.96;
  font-weight: 400;
  color: var(--burdeos);
  letter-spacing: -0.022em;
  margin: 28px 0 0;
}
.va-page-hero h1 em { font-style: italic; color: var(--oro); }
.va-page-hero .lead {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; line-height: 1.5;
  color: var(--tinta); margin: 0;
  max-width: 46ch;
}
.va-breadcrumbs {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px; letter-spacing: 0.24em;
  color: var(--piedra); text-transform: uppercase;
  margin-bottom: 8px;
}
.va-breadcrumbs a { color: var(--piedra); text-decoration: none; transition: color .25s; }
.va-breadcrumbs a:hover { color: var(--burdeos); }
.va-breadcrumbs span { color: var(--oro); margin: 0 10px; }

/* ─── Generic content section ─── */
.va-section { padding: 120px 0; }
.va-section-alt { background: var(--papel-warm); }
.va-section-cream { background: var(--papel-cream); }
.va-section-burdeos {
  background: var(--burdeos);
  color: var(--papel);
}
.va-section-burdeos h2,
.va-section-burdeos h3 { color: var(--papel); }
.va-section-burdeos h2 em,
.va-section-burdeos h3 em { color: var(--oro-soft); }
.va-section-burdeos .va-section-head h2 { color: var(--papel); }
.va-section-burdeos .va-section-head p { color: rgba(245,241,234,.7); }

/* ─── Two-column editorial blocks ─── */
.va-two-col {
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px;
  align-items: start;
}
.va-two-col h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.04; font-weight: 500;
  color: var(--burdeos); margin: 24px 0 0;
  letter-spacing: -0.018em;
}
.va-two-col h3 em { font-style: italic; color: var(--oro); font-weight: 500; }
.va-two-col p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 21px; line-height: 1.55;
  color: var(--tinta); margin: 0 0 18px;
}
.va-two-col .body-text {
  font-family: 'Inter', sans-serif;
  font-size: 14.5px; line-height: 1.75;
  color: var(--piedra);
}

/* ─── Numbered list (methodology / steps) ─── */
.va-method-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1px solid var(--hairline);
  margin-top: 64px;
}
.va-method-step {
  padding: 40px 28px 48px;
  border-right: 1px solid var(--hairline);
  position: relative;
  transition: background .35s;
}
.va-method-step:last-child { border-right: none; }
.va-method-step:hover { background: var(--papel-cream); }
.va-method-step .step-num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-size: 56px;
  line-height: 1; color: var(--oro); font-weight: 500;
}
.va-method-step h5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px; font-weight: 500;
  color: var(--burdeos); margin: 18px 0 10px;
  line-height: 1.15;
}
.va-method-step p {
  font-size: 13.5px; line-height: 1.7; color: var(--piedra);
  margin: 0;
}

/* ═══════════════════════════════════════════
   TEAM CAROUSEL
   Inspired by reference image — dark cards,
   uppercase role, large name, navigation arrows.
   ═══════════════════════════════════════════ */
.va-carousel {
  position: relative;
  overflow: hidden;
  margin-top: 56px;
}
.va-car-viewport {
  overflow: hidden;
}
.car-track {
  display: flex; gap: 24px;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
  will-change: transform;
}
.car-card {
  flex: 0 0 calc((100% - 72px) / 4); /* 4 visible */
  position: relative; aspect-ratio: 3/4.4;
  background: var(--burdeos-ink);
  overflow: hidden;
  cursor: default;
  transition: transform .5s cubic-bezier(.2,.7,.2,1);
}
.car-card:hover { transform: translateY(-8px); }
.car-card-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 50% 30%, rgba(176,114,135,0.45), transparent 60%),
    repeating-linear-gradient(135deg, transparent 0 12px, rgba(255,255,255,0.025) 12px 13px),
    linear-gradient(180deg, var(--rosa), var(--burdeos-deep));
  background-size: auto, auto, auto;
  background-position: center, center, center;
  filter: saturate(.92);
}
.car-card-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: var(--card-photo-position, center top);
}
.car-card-bg::after {
  content: ''; position: absolute; inset: 0;
  z-index: 1;
  background-image:
    radial-gradient(circle at 50% 36%, rgba(255,255,255,0.08), transparent 35%),
    linear-gradient(180deg, rgba(42,8,34,0.02), rgba(42,8,34,0.48) 58%, rgba(42,8,34,0.98));
}
.car-card-role {
  margin: 10px 0 0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px; letter-spacing: 0.16em;
  line-height: 1.45;
  color: var(--oro-soft); text-transform: uppercase;
}
.car-card-content {
  position: absolute; left: 22px; right: 22px; bottom: 24px;
  z-index: 2;
}
.car-card-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px; line-height: 1; font-weight: 500;
  color: var(--papel);
  text-transform: uppercase;
  letter-spacing: -0.005em;
  margin: 0;
}
.car-card-name a { color: inherit; text-decoration: none; }
.car-card-name a:focus-visible { outline: 2px solid var(--oro-soft); outline-offset: 4px; }
.car-card-name em { font-style: italic; color: var(--oro-soft); display: block; font-size: 0.85em; margin-top: 4px; text-transform: none; }
.car-card-bio {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px; line-height: 1.4;
  color: rgba(245,241,234,0.78);
  margin: 10px 0 0;
  max-height: 0; overflow: hidden;
  transition: max-height .4s ease, margin .4s ease;
}
.car-card:hover .car-card-bio { max-height: 200px; margin-top: 10px; }

.va-car-controls {
  margin-top: 40px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
}
.va-car-indicator {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.24em; color: var(--piedra);
}
.va-car-buttons { display: flex; gap: 8px; }
.va-car-btn {
  width: 56px; height: 56px; border-radius: 50%;
  background: transparent; border: 1px solid var(--burdeos);
  color: var(--burdeos); cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 18px;
  transition: all .25s;
}
.va-car-btn:hover { background: var(--burdeos); color: var(--papel); transform: translateY(-2px); }
.va-car-btn:disabled { opacity: .25; cursor: default; transform: none; background: transparent; color: var(--burdeos); }

/* ─── Sectors strip / pills ─── */
.va-sector-strip {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin-top: 32px;
}
.va-sector-pill {
  padding: 12px 22px;
  border: 1px solid var(--hairline);
  background: var(--papel);
  font-family: 'Inter', sans-serif;
  font-size: 12.5px; letter-spacing: 0.06em;
  color: var(--burdeos);
  transition: all .25s;
}
.va-sector-pill:hover {
  background: var(--burdeos); color: var(--papel); border-color: var(--burdeos);
}

/* ─── Capability grid (used on Que hacemos + portafolio overview) ─── */
.va-cap-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 0;
  border-top: 1px solid var(--hairline);
  border-left: 1px solid var(--hairline);
}
.va-cap {
  padding: 48px 40px;
  border-right: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  background: var(--papel-cream);
  transition: all .35s;
  position: relative;
  cursor: pointer;
}
.va-cap:hover { background: var(--papel); transform: translateY(-2px); box-shadow: 0 16px 40px rgba(97,21,83,0.08); z-index: 1; }
.va-cap .cap-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; letter-spacing: 0.22em;
  color: var(--oro); text-transform: uppercase;
}
.va-cap h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px; font-weight: 500; line-height: 1.1;
  color: var(--burdeos); margin: 14px 0 14px;
  letter-spacing: -0.012em;
}
.va-cap h4 em { font-style: italic; color: var(--oro); font-weight: 500; }
.va-cap p {
  font-size: 14px; line-height: 1.7; color: var(--piedra);
  margin: 0; max-width: 52ch;
}
.va-mini-list {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--piedra);
  font-size: 13px;
  line-height: 1.65;
}
.va-mini-list li { margin-bottom: 8px; }
.va-cap-link {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 22px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px; letter-spacing: 0.22em;
  color: var(--burdeos); text-transform: uppercase;
  text-decoration: none;
  transition: gap .25s;
}
.va-cap-link:hover { gap: 18px; }

/* ─── Bullets / lists with serif + numbered ─── */
.va-bullets {
  margin: 24px 0 0; padding: 0; list-style: none;
}
.va-bullets li {
  display: grid; grid-template-columns: 36px 1fr; gap: 16px;
  padding: 16px 0;
  border-top: 1px solid var(--hairline-soft);
  font-size: 15px; line-height: 1.55;
  color: var(--tinta);
}
.va-bullets li:last-child { border-bottom: 1px solid var(--hairline-soft); }
.va-bullets li::before {
  content: counter(bullets, decimal-leading-zero);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px; letter-spacing: 0.18em;
  color: var(--oro); padding-top: 4px;
}
.va-bullets { counter-reset: bullets; }
.va-bullets li { counter-increment: bullets; }

.va-wide-photo {
  position: relative;
  aspect-ratio: 21/9;
  overflow: hidden;
  background: var(--papel-cream);
  border: 1px solid var(--hairline);
}
.va-wide-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.va-wide-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(42,8,34,0.52));
}
.va-wide-photo .photo-tag {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 2;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--papel);
  background: rgba(42,8,34,0.72);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 8px 14px;
}

/* Office image + editorial copy */
.va-office-feature {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) 1.15fr;
  gap: 88px;
  align-items: center;
}
.va-office-feature-photo {
  position: relative;
  aspect-ratio: 2/3;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--hairline);
  background: var(--papel);
}
.va-office-feature-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.va-office-feature-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(42,8,34,.58));
}
.va-office-feature-photo figcaption {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 2;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(42,8,34,.72);
  color: var(--papel);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.va-office-feature-copy h2 {
  max-width: 12ch;
  margin: 22px 0 24px;
  color: var(--burdeos);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 500;
  line-height: 1;
}
.va-office-feature-copy h2 em {
  color: var(--oro);
  font-style: italic;
  font-weight: 500;
}
.va-office-feature-copy p {
  max-width: 52ch;
  margin: 0;
  color: var(--piedra);
  font-size: 15px;
  line-height: 1.75;
}

/* ─── Form ─── */
.va-form-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  align-items: start;
}
.va-form { display: grid; gap: 24px; }
.va-field { display: grid; gap: 8px; }
.va-field label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px; letter-spacing: 0.22em;
  color: var(--burdeos); text-transform: uppercase;
}
.va-field input,
.va-field textarea,
.va-field select {
  font-family: 'Inter', sans-serif;
  font-size: 15px; padding: 14px 16px;
  background: var(--papel-cream);
  border: 1px solid var(--hairline);
  color: var(--tinta);
  transition: border .25s, background .25s;
  border-radius: 0;
}
.va-field input:focus,
.va-field textarea:focus,
.va-field select:focus {
  outline: none; border-color: var(--burdeos); background: var(--papel);
}
.va-field textarea { min-height: 140px; resize: vertical; }

.va-contact-meta { display: grid; gap: 36px; }
.va-contact-meta .item h6 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px; letter-spacing: 0.24em;
  color: var(--oro); text-transform: uppercase;
  margin: 0 0 12px;
}
.va-contact-meta .item .val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px; line-height: 1.3;
  color: var(--burdeos); font-weight: 500;
}
.va-contact-meta .item .val a { text-decoration: none; }
.va-contact-meta .item .val a:hover { color: var(--oro); }

/* Team member profile pages */
.va-profile-grid {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) 1.2fr;
  gap: 88px;
  align-items: start;
}
.va-profile-photo {
  position: sticky;
  top: 112px;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--hairline);
  background: var(--papel-cream);
}
.va-profile-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: var(--profile-position, center top);
}
.va-profile-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 68%, rgba(42,8,34,.66));
  pointer-events: none;
}
.va-profile-photo figcaption {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 18px;
  color: var(--papel);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.va-profile-copy h2 {
  max-width: 12ch;
  margin: 22px 0 32px;
  color: var(--burdeos);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  line-height: 1;
}
.va-profile-copy h2 em { color: var(--oro); font-style: italic; font-weight: 500; }
.va-profile-copy > p {
  margin: 0 0 20px;
  color: var(--tinta);
  font-family: 'Cormorant Garamond', serif;
  font-size: 21px;
  line-height: 1.6;
}
.va-profile-expertise,
.va-profile-practices {
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid var(--hairline);
}
.va-profile-expertise h3,
.va-profile-practices h3 {
  margin: 0 0 20px;
  color: var(--burdeos);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.va-profile-expertise ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.va-profile-expertise li {
  padding: 12px 0;
  border-bottom: 1px solid var(--hairline-soft);
  color: var(--tinta);
  font-size: 14px;
}
.va-profile-practices > div { display: flex; flex-wrap: wrap; gap: 12px; }
.va-profile-practices a {
  padding: 12px 16px;
  border: 1px solid var(--hairline);
  color: var(--burdeos);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .25s, background .25s, color .25s;
}
.va-profile-practices a:hover,
.va-profile-practices a:focus-visible {
  border-color: var(--burdeos);
  background: var(--burdeos);
  color: var(--papel);
}

/* ─── Quote band (reused) ─── */
.va-quote-band {
  padding: 120px 0; background: var(--papel-warm);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.va-quote-band .q {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.2; color: var(--burdeos);
  max-width: 24ch; margin: 0 auto;
  text-align: center;
}
.va-quote-band .q em { color: var(--oro); font-style: italic; }
.va-quote-band .q::before {
  content: '"';
  display: block;
  font-size: 80px; line-height: .4; color: var(--oro);
  margin-bottom: 24px;
}

/* ─── Sub-page area detail layout ─── */
.va-area-detail {
  display: grid; grid-template-columns: 1fr 2fr; gap: 80px;
  align-items: start;
}
.va-area-detail aside {
  position: sticky; top: 96px;
  padding: 32px;
  background: var(--papel-cream);
  border: 1px solid var(--hairline);
}
.va-area-detail aside h6 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; letter-spacing: 0.22em;
  color: var(--oro); text-transform: uppercase;
  margin: 0 0 14px;
}
.va-area-detail aside ul {
  list-style: none; margin: 0; padding: 0;
}
.va-area-detail aside ul li {
  border-top: 1px solid var(--hairline-soft);
  padding: 14px 0;
}
.va-area-detail aside ul li:last-child { border-bottom: 1px solid var(--hairline-soft); }
.va-area-detail aside ul li a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px; color: var(--tinta);
  text-decoration: none; display: flex; justify-content: space-between; align-items: center;
  transition: color .25s;
}
.va-area-detail aside ul li a:hover,
.va-area-detail aside ul li a.active { color: var(--burdeos); }
.va-area-detail aside ul li a.active::after { content: '←'; color: var(--oro); }

.va-area-body h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 3.6vw, 48px);
  font-weight: 500; color: var(--burdeos);
  line-height: 1.05; letter-spacing: -0.018em;
  margin: 32px 0 16px;
}
.va-area-body h2 em { color: var(--oro); font-style: italic; }
.va-area-body p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px; line-height: 1.55; color: var(--tinta);
  max-width: 56ch;
}
.va-area-body p.body { font-family: 'Inter', sans-serif; font-size: 14.5px; color: var(--piedra); line-height: 1.75; }
.va-area-body .next-area {
  margin-top: 80px; padding: 40px;
  background: var(--burdeos); color: var(--papel);
  display: flex; align-items: center; justify-content: space-between;
  text-decoration: none; transition: background .25s;
}
.va-area-body .next-area:hover { background: var(--burdeos-deep); }
.va-area-body .next-area span.label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; letter-spacing: 0.24em;
  color: var(--oro-soft); text-transform: uppercase;
  display: block; margin-bottom: 6px;
}
.va-area-body .next-area .ttl {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px; font-weight: 500;
}
.va-area-body .next-area .arrow { font-size: 32px; color: var(--oro-soft); }

/* ─── Aliados grid ─── */
.va-allies-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-top: 64px;
}
.va-ally {
  background: var(--papel-cream);
  border: 1px solid var(--hairline-soft);
  padding: 36px 32px;
  transition: all .35s;
}
.va-ally:hover { background: var(--papel); transform: translateY(-4px); box-shadow: 0 18px 40px rgba(97,21,83,0.08); }
.va-ally .num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; letter-spacing: 0.24em;
  color: var(--oro); margin-bottom: 16px;
}
.va-ally h5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; font-weight: 500; line-height: 1.2;
  color: var(--burdeos); margin: 0 0 12px;
}
.va-ally h5 em { color: var(--oro); font-style: italic; }
.va-ally p { font-size: 13.5px; line-height: 1.7; color: var(--piedra); margin: 0; }

/* ─── Sectores grid (Aliados page) ─── */
.va-sectors-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1px solid var(--hairline);
  border-left: 1px solid var(--hairline);
  margin-top: 56px;
}
.va-sector {
  padding: 36px 28px;
  border-right: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  background: var(--papel);
  transition: all .35s;
  cursor: default;
}
.va-sector:hover { background: var(--burdeos); }
.va-sector:hover .va-sector-num,
.va-sector:hover h6 { color: var(--oro-soft); }
.va-sector:hover p { color: var(--papel); opacity: .85; }
.va-sector-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; letter-spacing: 0.22em;
  color: var(--oro); margin-bottom: 14px;
  transition: color .35s;
}
.va-sector h6 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; font-weight: 500; line-height: 1.2;
  color: var(--burdeos); margin: 0 0 10px;
  transition: color .35s;
}
.va-sector p { font-size: 13px; line-height: 1.6; color: var(--piedra); margin: 0; transition: all .35s; }

/* ─── Page nav (used on home for the four-question scroll spy) ─── */
.va-questions-strip {
  background: var(--burdeos-ink);
  color: var(--papel);
  padding: 24px 0;
  position: sticky; top: 60px; z-index: 30;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.va-questions-inner {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.va-question-link {
  display: block; padding: 8px 0;
  text-decoration: none; color: var(--papel);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase;
  border-top: 1px solid rgba(255,255,255,0.18);
  padding-top: 16px;
  transition: color .25s, border-color .25s;
}
.va-question-link:hover { color: var(--oro-soft); border-color: var(--oro); }
.va-question-link em {
  display: block; font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-size: 18px; color: var(--oro-soft);
  letter-spacing: -0.005em; text-transform: none; margin-top: 4px;
}

@media (max-width: 1080px) {
  .va-page-hero-grid, .va-two-col, .va-form-grid, .va-area-detail, .va-office-feature, .va-profile-grid { grid-template-columns: 1fr; gap: 48px; }
  .va-profile-photo { position: relative; top: auto; max-width: 520px; }
  .va-office-feature-photo { max-width: 520px; }
  .va-method-grid { grid-template-columns: repeat(2, 1fr); }
  .va-cap-grid { grid-template-columns: 1fr; }
  .car-card { flex: 0 0 calc((100% - 24px) / 2); }
  .va-allies-grid { grid-template-columns: 1fr 1fr; }
  .va-sectors-grid { grid-template-columns: repeat(2, 1fr); }
  .va-questions-inner { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  /* Page hero */
  .va-page-hero { padding: 48px 0 64px; }
  .va-page-hero h1 { font-size: clamp(40px, 10vw, 72px); }

  /* Two-col and method */
  .va-section { padding: 64px 0; }
  .va-method-grid { grid-template-columns: 1fr; }
  .va-method-step { border-right: none; border-bottom: 1px solid var(--hairline); padding: 32px 0; }
  .va-method-step:last-child { border-bottom: none; }

  /* Area detail: sidebar goes below content on mobile */
  .va-area-detail { gap: 40px; }
  .va-area-detail aside { position: static; }

  /* Carousel: 1 card */
  .car-card { flex: 0 0 100%; }
  .va-car-controls { margin-top: 24px; }
  .va-wide-photo { aspect-ratio: 4/3; }

  /* Allies and sectors */
  .va-allies-grid, .va-sectors-grid { grid-template-columns: 1fr; }
  .va-questions-inner { grid-template-columns: 1fr; }

  /* Quote band */
  .va-quote-band { padding: 72px 0; }

  /* Form */
  .va-form-grid { gap: 40px; }
  .va-contact-meta .item .val { font-size: 20px; }
  .va-profile-expertise ul { grid-template-columns: 1fr; }

  /* Area rows (interior pages) */
  .va-area-body .next-area { flex-direction: column; gap: 16px; align-items: flex-start; }
}

@media (max-width: 480px) {
  .va-page-hero { padding: 40px 0 52px; }
  .va-two-col p { font-size: 18px; }
  .va-cap { padding: 32px 24px; }
  .va-ally { padding: 28px 24px; }
  .va-sector { padding: 28px 20px; }
  .va-area-detail aside { padding: 24px 20px; }
}
