/* ============================================================
   JMREY · Método VOA — section styles
   Pixel-faithful recreation. Single-viewport layout at desktop.
   ============================================================ */

/* Home keeps its own capped canvas; this section is the full-width next block. */

.voa {
  position: relative;
  min-height: 100svh;
  /* Tight vertical rhythm so the composition (hero + diagram +
     warning + bottom card) lives inside one viewport at desktop. */
  padding: clamp(20px, 2.6vw, 40px) clamp(20px, 4vw, 80px) clamp(22px, 2.8vw, 40px);
  background: #F5F0E6;
  overflow: hidden;
}

.voa-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
  pointer-events: none;
  z-index: 0;
}
.voa > *:not(.voa-backdrop) { position: relative; z-index: 1; }

/* ============== Hero (text + diagram) ============== */
.voa-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(24px, 3.4vw, 56px);
  align-items: start;
  max-width: 1400px;
  margin: 0 auto;
}

.voa-eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}
.voa-eyebrow sup { font-size: 0.55em; margin-left: 2px; vertical-align: super; }

.voa-sub {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: clamp(13px, 1.3vw, 15.5px);
  color: var(--jmrey-navy-900);
  letter-spacing: 0.01em;
  margin: 0 0 clamp(14px, 1.8vw, 22px);
}

.voa-headline {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 1.04;
  letter-spacing: -0.015em;
  color: var(--jmrey-navy-900);
  margin: 0 0 clamp(12px, 1.6vw, 18px);
}

.voa-lede {
  font-family: var(--font-sans);
  font-size: clamp(12px, 1.15vw, 14px);
  color: var(--jmrey-navy-900);
  line-height: 1.55;
  margin: 0 0 clamp(14px, 1.6vw, 20px);
  max-width: 60ch;
}

/* Signature highlight box with thick gold accent line on the left */
.voa-highlight {
  position: relative;
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--accent);
  border-left: 0;
  border-radius: 4px;
  padding: clamp(10px, 1.1vw, 16px) clamp(14px, 1.6vw, 20px) clamp(10px, 1.1vw, 16px) clamp(20px, 2vw, 26px);
  margin-bottom: clamp(12px, 1.6vw, 18px);
  max-width: 60ch;
  background: rgba(255,255,255,0.35);
}
.voa-highlight::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: 4px;
  background: var(--accent);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.voa-shield { width: 72px; height: 72px; display: block; }

.voa-highlight p {
  font-family: var(--font-serif);
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 500;
  color: var(--jmrey-navy-900);
  line-height: 1.4;
  letter-spacing: -0.005em;
  margin: 0;
  font-style: italic;
}
.voa-highlight p b { font-style: italic; font-weight: 500; }

.voa-warning {
  font-family: var(--font-sans);
  font-size: clamp(11.5px, 1.1vw, 13px);
  color: var(--jmrey-navy-800);
  line-height: 1.5;
  margin: 0;
  max-width: 64ch;
}

/* ============== Diagram (right column) ============== */
.voa-diagram {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 1.2vw, 18px);
  padding-top: clamp(40px, 4.5vw, 70px);
  align-self: start;
}
.voa-diagram-line {
  position: absolute;
  top: calc(clamp(40px, 4.5vw, 70px) + clamp(48px, 5vw, 65px));
  left: 13%;
  right: 13%;
  height: 1px;
  background: var(--accent);
  opacity: 0.55;
  z-index: 0;
}

.voa-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}
.voa-step-icon {
  width: clamp(96px, 9.5vw, 128px);
  height: clamp(96px, 9.5vw, 128px);
  display: block;
  position: relative;
  z-index: 1;
}
.voa-step-title {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: clamp(11.5px, 1.2vw, 14px);
  letter-spacing: 0.20em;
  color: var(--jmrey-navy-900);
  margin: 6px 0 0;
}
.voa-step-rule {
  width: 22px;
  height: 1px;
  background: var(--accent);
  border: 0;
  margin: 0;
}
.voa-step-body {
  font-family: var(--font-sans);
  font-size: clamp(11.5px, 1.1vw, 13px);
  color: var(--jmrey-navy-800);
  line-height: 1.5;
  margin: 0;
}

/* ============== Bottom unified horizontal card ============== */
.voa-tres {
  margin: clamp(18px, 2.2vw, 30px) auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #E2D9C6;
  background: #FFFFFF;
  max-width: 1400px;
  box-shadow: 0 2px 8px rgba(20, 23, 28, 0.04);
}
.voa-tres-left {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: clamp(14px, 1.8vw, 24px);
  padding: clamp(22px, 2.6vw, 36px) clamp(20px, 2.6vw, 36px);
  align-items: start;
  background: #FFFFFF;
}
.voa-tres-icon { width: 70px; height: 70px; display: block; }
.voa-tres-content { min-width: 0; }
.voa-tres-title {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(18px, 1.9vw, 24px);
  line-height: 1.18;
  letter-spacing: -0.005em;
  color: var(--jmrey-navy-900);
  margin: 0 0 clamp(10px, 1.2vw, 16px);
}
.voa-tres-body {
  font-family: var(--font-sans);
  font-size: clamp(12px, 1.15vw, 13.5px);
  color: var(--jmrey-navy-800);
  line-height: 1.5;
  margin: 0 0 clamp(16px, 2vw, 22px);
  max-width: 50ch;
}
.voa-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: clamp(11px, 1.05vw, 13px);
  letter-spacing: 0.04em;
  color: #fff;
  background: var(--accent);
  padding: clamp(11px, 1.2vw, 15px) clamp(20px, 2.2vw, 28px);
  border-radius: 3px;
  text-decoration: none;
  transition: background var(--dur-base) var(--ease-out-soft);
}
.voa-cta:hover { background: var(--accent-strong); }
.voa-cta .arr { transition: transform var(--dur-base) var(--ease-out-soft); }
.voa-cta:hover .arr { transform: translateX(3px); }

.voa-tres-right {
  position: relative;
  min-height: 240px;
  background: #F4ECDF;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}
.voa-chain-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  display: block;
  z-index: 0;
}
.voa-chain-quote {
  position: relative;
  z-index: 1;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(18px, 1.9vw, 24px);
  color: var(--jmrey-navy-900);
  line-height: 1.18;
  letter-spacing: -0.005em;
  margin: 0;
  max-width: none;
  white-space: nowrap;
  padding: clamp(20px, 2.4vw, 32px) clamp(18px, 2vw, 30px);
}
.voa-chain-quote br { display: block; }

/* ============== Responsive ============== */
@media (max-width: 1099px) {
  .voa {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
  }

  .voa-hero { grid-template-columns: 1fr; }
  .voa-diagram {
    margin-top: 14px;
    padding-top: 0;
    max-width: 560px;
    margin-inline: auto;
  }
  .voa-diagram-line { top: clamp(46px, 9vw, 60px); left: 16%; right: 16%; }
  .voa-tres {
    grid-template-columns: 1fr;
    margin-top: auto;
  }
  .voa-tres-right { aspect-ratio: 16 / 7; min-height: 0; }
  .voa-chain-img { object-position: center; }
}
@media (min-width: 541px) and (max-width: 1099px) {
  .voa {
    padding-inline: clamp(24px, 3vw, 36px);
    padding-bottom: 40px;
  }

  .voa-hero,
  .voa-tres {
    width: min(100%, 860px);
  }

  .voa-lede,
  .voa-highlight,
  .voa-warning {
    max-width: 100%;
  }

  .voa-diagram {
    width: 100%;
    max-width: 820px;
    gap: clamp(22px, 4vw, 42px);
  }
}
@media (max-width: 540px) {
  .voa-hero-text {
    padding: 18px 16px;
    background: rgba(248, 247, 245, 0.82);
    border: 1px solid rgba(226, 217, 198, 0.7);
    border-radius: 6px;
    backdrop-filter: blur(2px);
  }
  .voa-diagram { grid-template-columns: 1fr; gap: 26px; }
  .voa-diagram-line { display: none; }
  .voa-tres-left { grid-template-columns: 1fr; }
  .voa-highlight { grid-template-columns: 56px 1fr; }
  .voa-shield { width: 56px; height: 56px; }
}
