/* Why MOVA — editorial / private-banking about page
   Cache: ?v=20260818-why2 */

.page-why {
  --why-ink: #f7f3ea;
  --why-mute: rgba(247, 243, 234, 0.72);
  --why-line: rgba(201, 163, 90, 0.45);
  --why-gold: var(--gold, #c9a35a);
  background: #06101f;
  color: var(--why-ink);
}

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}

.page-why .site-header {
  /* header remains its own layer */
}

/* ——— Hero: one composition ——— */
.why-hero {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--why-ink);
}

.why-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.why-hero__media img,
.why-hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.why-hero__media img {
  transform: scale(1.04);
  animation: whyHeroDrift 28s ease-in-out infinite alternate;
}

.why-hero__media video {
  transform: scale(1.02);
}

@keyframes whyHeroDrift {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(-1.5%, -1%, 0); }
}

.why-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(6, 16, 31, 0.35) 0%, rgba(6, 16, 31, 0.15) 38%, rgba(6, 16, 31, 0.88) 78%, #06101f 100%),
    radial-gradient(ellipse 70% 55% at 70% 20%, rgba(201, 163, 90, 0.18), transparent 60%);
  pointer-events: none;
}

.why-hero__inner {
  position: relative;
  z-index: 2;
  padding: clamp(96px, 14vh, 140px) 0 clamp(56px, 8vh, 88px);
  max-width: 920px;
}

.why-hero__brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  opacity: 0;
  animation: whyRise 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
}

.why-hero__brand img {
  width: 48px;
  height: 48px;
  display: block;
}

.why-hero__brand-name {
  font-family: var(--display, "Fraunces", Georgia, serif);
  font-size: 1.15rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--why-ink);
}

.why-hero h1 {
  margin: 0 0 18px;
  font-family: var(--brand-display, var(--display, "Fraunces", Georgia, serif));
  font-weight: 500;
  font-size: clamp(2.75rem, 7.2vw, 5.25rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  max-width: 12ch;
  opacity: 0;
  animation: whyRise 1s cubic-bezier(0.22, 1, 0.36, 1) 0.22s forwards;
}

.why-hero__lede {
  margin: 0 0 32px;
  max-width: 34rem;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.55;
  color: var(--why-mute);
  font-weight: 400;
  opacity: 0;
  animation: whyRise 1s cubic-bezier(0.22, 1, 0.36, 1) 0.36s forwards;
}

.why-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  opacity: 0;
  animation: whyRise 1s cubic-bezier(0.22, 1, 0.36, 1) 0.48s forwards;
}

.why-hero__cta .btn-outline {
  border-color: rgba(247, 243, 234, 0.45);
  color: var(--why-ink);
  background: transparent;
}

.why-hero__cta .btn-outline:hover {
  border-color: var(--why-gold);
  color: var(--why-gold);
}

@keyframes whyRise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .why-hero__media img { animation: none; transform: none; }
  .why-hero__brand,
  .why-hero h1,
  .why-hero__lede,
  .why-hero__cta { opacity: 1; animation: none; }
}

/* ——— Shared section shells ——— */
.why-band {
  position: relative;
  padding: clamp(72px, 12vh, 128px) 0;
}

.why-band--ink {
  background: #06101f;
  color: var(--why-ink);
}

.why-band--paper {
  background: #f7f3ea;
  color: var(--ink, #0b1220);
}

.why-band--navy {
  background: linear-gradient(165deg, #0a1830 0%, #122a4d 55%, #0a1830 100%);
  color: var(--why-ink);
}

.why-kicker {
  display: block;
  margin-bottom: 18px;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--why-gold);
  font-weight: 700;
}

.why-band--paper .why-kicker {
  color: #8a6a2e;
}

.why-display {
  margin: 0;
  font-family: var(--brand-display, var(--display, "Fraunces", Georgia, serif));
  font-weight: 500;
  font-size: clamp(2rem, 4.8vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  max-width: 18ch;
}

.why-band--paper .why-display {
  color: var(--navy-900, #0a1830);
}

.why-body {
  margin: 22px 0 0;
  max-width: 38rem;
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--why-mute);
}

.why-band--paper .why-body {
  color: var(--muted, #475569);
}

/* Manifesto */
.why-manifesto {
  border-top: 1px solid rgba(201, 163, 90, 0.25);
  border-bottom: 1px solid rgba(201, 163, 90, 0.25);
}

.why-manifesto__quote {
  margin: 0;
  font-family: var(--brand-display, var(--display, "Fraunces", Georgia, serif));
  font-size: clamp(1.65rem, 3.8vw, 2.85rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.015em;
  max-width: 22ch;
  color: var(--why-ink);
}

.why-manifesto__quote em {
  font-style: italic;
  color: var(--why-gold);
}

.why-manifesto__aside {
  margin-top: 36px;
  max-width: 28rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--why-mute);
}

/* Chapter rows — editorial, not cards */
.why-chapter {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  padding: clamp(56px, 9vh, 96px) 0;
  border-top: 1px solid rgba(15, 36, 69, 0.08);
}

.why-chapter:first-child {
  border-top: 0;
  padding-top: 0;
}

.why-chapter--flip {
  grid-template-columns: 1.15fr 1fr;
}

.why-chapter--flip .why-chapter__copy {
  order: 2;
}

.why-chapter--flip .why-chapter__visual {
  order: 1;
}

.why-chapter__num {
  display: block;
  margin-bottom: 14px;
  font-family: var(--display, "Fraunces", Georgia, serif);
  font-size: 0.95rem;
  letter-spacing: 0.2em;
  color: #8a6a2e;
}

.why-chapter h2 {
  margin: 0 0 14px;
  font-family: var(--display, "Fraunces", Georgia, serif);
  font-weight: 500;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--navy-900, #0a1830);
  max-width: 14ch;
}

.why-chapter p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--muted, #475569);
  max-width: 34rem;
}

.why-chapter__link {
  display: inline-flex;
  margin-top: 20px;
  font-weight: 700;
  color: var(--navy-800, #0f2445);
  text-decoration: none;
  border-bottom: 1px solid var(--why-gold);
  padding-bottom: 2px;
}

.why-chapter__link:hover {
  color: #8a6a2e;
}

.why-chapter__visual {
  position: relative;
  min-height: clamp(240px, 36vw, 420px);
  overflow: hidden;
  border-radius: 2px;
  background: #0a1830;
}

.why-chapter__visual img,
.why-chapter__visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.why-chapter__visual video {
  position: absolute;
  inset: 0;
}

.why-chapter__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 24, 48, 0.15), transparent 55%);
  pointer-events: none;
}

/* Signals */
.why-signals {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--why-line);
  border-bottom: 1px solid var(--why-line);
}

.why-signal {
  padding: 36px 22px;
  border-right: 1px solid rgba(201, 163, 90, 0.22);
  text-align: left;
}

.why-signal:last-child {
  border-right: 0;
}

.why-signal__value {
  display: block;
  font-family: var(--display, "Fraunces", Georgia, serif);
  font-size: clamp(2rem, 3.5vw, 2.85rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--why-gold);
  line-height: 1;
  margin-bottom: 10px;
}

.why-signal__label {
  font-size: 0.92rem;
  line-height: 1.4;
  color: var(--why-mute);
}

/* Banks */
.why-banks {
  padding-top: 0;
}

.why-banks .trust-label {
  color: rgba(247, 243, 234, 0.55);
}

.why-banks .marquee-logo-frame {
  background: rgba(255, 255, 255, 0.92);
}

/* Closing */
.why-close {
  text-align: left;
}

.why-close .why-display {
  max-width: 16ch;
}

.why-close__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.why-close .btn-outline {
  border-color: rgba(247, 243, 234, 0.4);
  color: var(--why-ink);
}

/* Reveal */
.why-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.why-reveal.is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .why-reveal { opacity: 1; transform: none; transition: none; }
}

/* Homepage teaser */
.why-teaser {
  position: relative;
  overflow: hidden;
  background: #06101f;
  color: #f7f3ea;
  padding: clamp(64px, 10vh, 110px) 0;
}

.why-teaser__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: end;
}

.why-teaser h2 {
  margin: 0 0 16px;
  font-family: var(--display, "Fraunces", Georgia, serif);
  font-weight: 500;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  max-width: 14ch;
  color: #f7f3ea;
}

.why-teaser__sub {
  margin: 0 0 28px;
  max-width: 32rem;
  color: rgba(247, 243, 234, 0.72);
  font-size: 1.08rem;
  line-height: 1.55;
}

.why-teaser__aside {
  border-left: 1px solid rgba(201, 163, 90, 0.4);
  padding-left: 28px;
  font-family: var(--display, "Fraunces", Georgia, serif);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.4;
  color: var(--gold, #c9a35a);
  font-style: italic;
}

@media (max-width: 900px) {
  .why-chapter,
  .why-chapter--flip {
    grid-template-columns: 1fr;
  }
  .why-chapter--flip .why-chapter__copy,
  .why-chapter--flip .why-chapter__visual {
    order: unset;
  }
  .why-signals {
    grid-template-columns: 1fr 1fr;
  }
  .why-signal:nth-child(2) {
    border-right: 0;
  }
  .why-signal:nth-child(1),
  .why-signal:nth-child(2) {
    border-bottom: 1px solid rgba(201, 163, 90, 0.22);
  }
  .why-teaser__grid {
    grid-template-columns: 1fr;
  }
  .why-teaser__aside {
    border-left: 0;
    border-top: 1px solid rgba(201, 163, 90, 0.4);
    padding-left: 0;
    padding-top: 22px;
  }
}

@media (max-width: 560px) {
  .why-signals {
    grid-template-columns: 1fr;
  }
  .why-signal {
    border-right: 0;
    border-bottom: 1px solid rgba(201, 163, 90, 0.22);
  }
  .why-signal:last-child {
    border-bottom: 0;
  }
}
