.omv2 {
  --ink: #f5f0e3;
  --muted: #bac7c1;
  --deep: #06130f;
  --green: #0b241d;
  --green-2: #12352b;
  --gold: #d8ba78;
  --gold-soft: rgba(216, 186, 120, .24);
  --family-color: #8fc5d3;
  max-width: 1200px;
  margin: 0 auto 2.5rem;
  color: var(--ink);
  font-family: Arial, sans-serif;
}

.omv2 *, .omv2 *::before, .omv2 *::after { box-sizing: border-box; }
.omv2 button { font: inherit; }
.omv2 [hidden] { display: none !important; }

.omv2-hero {
  position: relative;
  min-height: clamp(440px, 52vw, 630px);
  overflow: hidden;
  border: 1px solid rgba(216, 186, 120, .38);
  border-radius: 28px 28px 10px 10px;
  background: #07130f;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .32);
  isolation: isolate;
}

.omv2-hero::after {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(226, 202, 145, .26);
  border-radius: 18px 18px 4px 4px;
}

.omv2-hero > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.omv2-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 11, 9, .96) 0%, rgba(3, 11, 9, .88) 34%, rgba(3, 11, 9, .52) 60%, rgba(3, 11, 9, .08) 100%),
    linear-gradient(0deg, rgba(3, 10, 8, .54), transparent 45%);
}

.omv2-hero-copy {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: inherit;
  width: min(620px, 60%);
  padding: clamp(54px, 7vw, 94px) clamp(34px, 7vw, 86px);
  flex-direction: column;
  justify-content: center;
}

.omv2-kicker, .omv2-eyebrow {
  display: block;
  color: var(--gold);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.omv2-hero h2 {
  max-width: 600px;
  margin: 16px 0 18px;
  color: #fffaf0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.55rem, 5vw, 4.65rem);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: .94;
  text-wrap: balance;
}

.omv2-hero-copy > p {
  max-width: 550px;
  margin: 0;
  color: #d4ddd8;
  font-family: Georgia, serif;
  font-size: clamp(1rem, 1.55vw, 1.17rem);
  line-height: 1.72;
}

.omv2-stats {
  display: flex;
  gap: 10px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.omv2-stats span {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  padding: 8px 13px;
  border: 1px solid rgba(216, 186, 120, .3);
  border-radius: 999px;
  color: #dbe5df;
  background: rgba(4, 15, 12, .58);
  font-size: .78rem;
  letter-spacing: .03em;
  backdrop-filter: blur(5px);
}

.omv2-stats b { color: var(--gold); font-family: Georgia, serif; font-size: 1.05rem; }

.omv2-stage {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid rgba(216, 186, 120, .26);
  border-top: 0;
  border-radius: 0 0 28px 28px;
  background:
    radial-gradient(circle at 50% 15%, rgba(50, 105, 82, .22), transparent 36%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .012) 0 1px, transparent 1px 12px),
    linear-gradient(145deg, #071712, #0b211b 58%, #06120f);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .22);
}

.omv2-stage::before {
  content: "";
  position: absolute;
  inset: 18px;
  pointer-events: none;
  border: 1px solid rgba(216, 186, 120, .12);
  border-radius: 18px;
}

.omv2-start, .omv2-result { position: relative; z-index: 1; }

.omv2-step-head {
  display: grid;
  max-width: 840px;
  margin: 0 auto 25px;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
}

.omv2-step-no {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(216, 186, 120, .42);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(216, 186, 120, .06);
  font-family: Georgia, serif;
  font-size: 1.05rem;
}

.omv2-step-head h3, .omv2-result-head h3, .omv2-families h3 {
  margin: 5px 0 5px;
  color: #fffaf0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 600;
  line-height: 1;
  text-wrap: balance;
}

.omv2-step-head p, .omv2-families-intro > p {
  margin: 0;
  color: var(--muted);
  font-family: Georgia, serif;
  line-height: 1.65;
}

.omv2-intentions {
  display: grid;
  max-width: 970px;
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.omv2-intention {
  display: grid;
  min-height: 137px;
  padding: 18px 16px 16px;
  border: 1px solid rgba(222, 229, 223, .14);
  border-radius: 16px;
  color: #e7eee9;
  background: rgba(4, 15, 12, .55);
  text-align: left;
  cursor: pointer;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.omv2-intention > span { color: var(--gold); font-size: 1.38rem; }
.omv2-intention b { align-self: end; margin: 7px 0 4px; font-family: Georgia, serif; font-size: 1.05rem; }
.omv2-intention small { color: #9fb0a8; font-size: .73rem; line-height: 1.4; }
.omv2-intention:hover { transform: translateY(-3px); border-color: rgba(216, 186, 120, .46); }
.omv2-intention.is-active {
  border-color: var(--gold);
  background: linear-gradient(145deg, rgba(62, 103, 84, .44), rgba(12, 34, 28, .74));
  box-shadow: 0 0 0 1px rgba(216, 186, 120, .14), 0 12px 30px rgba(0, 0, 0, .18);
}

.omv2-choice-head { margin-top: clamp(46px, 7vw, 76px); }

.omv2-envelopes {
  display: grid;
  max-width: 1080px;
  min-height: 185px;
  margin: 12px auto 0;
  grid-template-columns: repeat(6, 1fr);
  gap: 13px;
  align-items: center;
}

.omv2-envelope {
  position: relative;
  display: grid;
  min-width: 0;
  padding: 21px 4px 8px;
  border: 0;
  color: #ccb984;
  background: transparent;
  place-items: center;
  cursor: pointer;
  perspective: 800px;
  transition: opacity .4s ease, transform .55s cubic-bezier(.22, .75, .2, 1), filter .4s ease;
  transform: translateY(calc((var(--i) - 2.5) * 1px)) rotate(calc((var(--i) - 2.5) * .65deg));
}

.omv2-envelope-paper {
  position: relative;
  display: block;
  width: min(100%, 158px);
  aspect-ratio: 1.48;
  overflow: visible;
  border: 1px solid #bca371;
  border-radius: 5px;
  background:
    linear-gradient(32deg, transparent 49.3%, rgba(133, 104, 58, .45) 50%, transparent 50.7%),
    linear-gradient(-32deg, transparent 49.3%, rgba(133, 104, 58, .45) 50%, transparent 50.7%),
    linear-gradient(145deg, #efe3c5, #cdb98c);
  box-shadow: 0 16px 26px rgba(0, 0, 0, .32), inset 0 0 26px rgba(101, 73, 34, .18);
  transform-style: preserve-3d;
}

.omv2-envelope-paper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  background: linear-gradient(148deg, transparent 49.3%, rgba(255, 251, 229, .53) 50%, transparent 50.8%);
  clip-path: polygon(0 0, 50% 55%, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.omv2-flap {
  position: absolute;
  inset: -1px -1px auto;
  z-index: 4;
  height: 64%;
  border: 1px solid #bca371;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(155deg, #f4e9cc, #cfbb8f);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform-origin: 50% 0;
  transition: transform .54s cubic-bezier(.2, .65, .2, 1), z-index 0s .26s;
}

.omv2-letter {
  position: absolute;
  z-index: 2;
  left: 11%;
  right: 11%;
  bottom: 9%;
  height: 74%;
  border: 1px solid rgba(155, 129, 80, .48);
  border-radius: 3px;
  background: linear-gradient(160deg, #fffaf0, #e8dab7);
  box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
  transition: transform .55s .26s cubic-bezier(.2, .72, .22, 1);
}

.omv2-letter::after {
  content: "✦";
  position: absolute;
  top: 17%;
  left: 50%;
  color: #8c7241;
  font-style: normal;
  transform: translateX(-50%);
}

.omv2-seal {
  position: absolute;
  z-index: 6;
  top: 42%;
  left: 50%;
  display: grid;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  color: #bdcbbb;
  background: radial-gradient(circle at 35% 30%, #305f4e, #0b3026 66%, #051d17);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .38), inset 0 0 0 3px rgba(2, 17, 13, .3);
  place-items: center;
  font-style: normal;
  font-size: .78rem;
  transform: translate(-50%, -50%);
  transition: transform .28s ease, opacity .24s ease;
}

.omv2-envelope small {
  margin-top: 14px;
  color: #9eaa9f;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.omv2-envelope:hover { transform: translateY(-9px) rotate(0); filter: brightness(1.08); }
.omv2-envelope:hover .omv2-seal { transform: translate(-50%, -50%) scale(1.09); }
.omv2-envelope.is-away { opacity: 0; filter: blur(2px); transform: scale(.72) translateY(22px); }
.omv2-envelope.is-open { z-index: 5; transform: translateY(-13px) scale(1.13) rotate(0); filter: brightness(1.08); }
.omv2-envelope.is-open .omv2-flap { z-index: 1; transform: rotateX(178deg); }
.omv2-envelope.is-open .omv2-letter { z-index: 5; transform: translateY(-70%); }
.omv2-envelope.is-open .omv2-seal { opacity: 0; transform: translate(-50%, -50%) scale(.18) rotate(40deg); }
.omv2-envelope.is-open small { opacity: 0; }
.omv2-envelope:disabled { cursor: default; }

.omv2-live {
  min-height: 1.4em;
  margin: 13px 0 0;
  color: var(--gold);
  font-family: Georgia, serif;
  font-style: italic;
  text-align: center;
}

.omv2-result { outline: none; }
.omv2-result-head { margin: 0 auto 30px; text-align: center; }
.omv2-result-head h3 { margin-top: 8px; font-size: clamp(2.55rem, 6vw, 4.6rem); }
.omv2-result-family { margin: 8px 0 0; color: var(--family-color); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.omv2-reading {
  display: grid;
  max-width: 1010px;
  margin: 0 auto;
  grid-template-columns: minmax(270px, 390px) 1fr;
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}

.omv2-card-frame {
  position: relative;
  padding: 14px;
  border: 1px solid rgba(216, 186, 120, .42);
  border-color: color-mix(in srgb, var(--family-color) 65%, transparent);
  border-radius: 46% 46% 22px 22px;
  background: linear-gradient(160deg, rgba(255, 255, 255, .08), rgba(0, 0, 0, .18));
  box-shadow: 0 24px 54px rgba(0, 0, 0, .31);
}

.omv2-card-halo {
  position: absolute;
  inset: -9%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--family-color) 22%, transparent), transparent 68%);
  filter: blur(12px);
}

.omv2-card-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  object-fit: cover;
}

.omv2-card-family {
  display: block;
  margin: 12px 4px 0;
  color: var(--family-color);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-align: center;
  text-transform: uppercase;
}

.omv2-reading-copy { min-width: 0; }
.omv2-intention-note {
  display: block;
  margin-bottom: 18px;
  padding-left: 13px;
  border-left: 2px solid var(--family-color);
  color: #aebdb5;
  font-size: .78rem;
  line-height: 1.55;
}

.omv2-message {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  color: #fffaf0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 500;
  line-height: 1.22;
  quotes: none;
}

.omv2-message::before {
  content: "“";
  position: absolute;
  top: -.34em;
  left: -.34em;
  color: var(--family-color);
  font-family: Georgia, serif;
  font-size: 3.2em;
  opacity: .17;
}

.omv2-guidance {
  display: grid;
  margin-top: 28px;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.omv2-guidance > div {
  display: grid;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 13px;
  background: rgba(3, 12, 10, .42);
  grid-template-columns: 32px 1fr;
  gap: 10px;
}

.omv2-guidance > div > span {
  display: grid;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(216, 186, 120, .42);
  border-color: color-mix(in srgb, var(--family-color) 55%, transparent);
  border-radius: 50%;
  color: var(--family-color);
  place-items: center;
  font-family: Georgia, serif;
}

.omv2-guidance p { margin: 0; }
.omv2-guidance b { display: block; margin-bottom: 5px; color: var(--family-color); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.omv2-guidance em { display: block; color: #d8dfdb; font-family: Georgia, serif; font-size: .92rem; font-style: normal; line-height: 1.48; }

.omv2-actions {
  display: flex;
  margin-top: 38px;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.omv2-primary, .omv2-secondary {
  display: inline-flex;
  min-height: 49px;
  padding: 12px 22px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .055em;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.omv2-primary { border: 1px solid #e0c583; color: #071510; background: linear-gradient(135deg, #ecd79b, #c6a45e); box-shadow: 0 10px 28px rgba(193, 158, 82, .18); }
.omv2-secondary { border: 1px solid rgba(216, 186, 120, .42); color: #eee5cd; background: rgba(4, 15, 12, .55); }
.omv2-primary:hover, .omv2-secondary:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0, 0, 0, .25); }
.omv2-primary:disabled { cursor: wait; opacity: .65; }
.omv2-share-status { min-height: 1.4em; margin: 12px 0 0; color: #b8c7bf; font-size: .78rem; text-align: center; }

.omv2-families {
  display: grid;
  margin-top: 26px;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(216, 186, 120, .2);
  border-radius: 22px;
  color: #eae8df;
  background: linear-gradient(135deg, #0d1715, #101b18);
  grid-template-columns: minmax(230px, .7fr) 1.3fr;
  gap: clamp(25px, 5vw, 60px);
  align-items: center;
}

.omv2-families h3 { font-size: clamp(2rem, 4vw, 3.1rem); }
.omv2-family-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.omv2-family { display: grid; min-height: 84px; padding: 13px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 12px; background: rgba(255, 255, 255, .025); grid-template-columns: 36px 1fr; gap: 10px; align-items: center; }
.omv2-family > span { display: grid; width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; place-items: center; }
.omv2-family b { display: block; margin-bottom: 3px; color: #f7f2e5; font-family: Georgia, serif; }
.omv2-family small { display: block; color: #aeb8b3; font-size: .72rem; line-height: 1.4; }
.omv2-family-umbral > span { color: #8fc5d3; }
.omv2-family-raiz > span { color: #a8b889; }
.omv2-family-corazon > span { color: #d0959d; }
.omv2-family-impulso > span { color: #dba066; }
.omv2-family-alquimia > span { color: #9db4ca; }
.omv2-family-presencia > span { color: #c8bb82; }

.omv2 button:focus-visible {
  outline: 3px solid #f3d893;
  outline-offset: 4px;
}

@media (max-width: 920px) {
  .omv2-hero-copy { width: 68%; padding-inline: 46px; }
  .omv2-intentions { grid-template-columns: repeat(2, 1fr); }
  .omv2-intention { min-height: 116px; }
  .omv2-envelopes { grid-template-columns: repeat(3, 1fr); max-width: 620px; min-height: 360px; row-gap: 5px; }
  .omv2-envelope-paper { width: min(100%, 164px); }
  .omv2-reading { grid-template-columns: minmax(240px, 330px) 1fr; gap: 34px; }
  .omv2-guidance { grid-template-columns: 1fr; }
  .omv2-families { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .omv2 { margin-inline: -2px; }
  .omv2-hero { min-height: 590px; border-radius: 20px 20px 8px 8px; }
  .omv2-hero > img { object-position: 64% center; }
  .omv2-hero-shade {
    background:
      linear-gradient(0deg, rgba(3, 11, 9, .98) 0%, rgba(3, 11, 9, .91) 47%, rgba(3, 11, 9, .38) 82%, rgba(3, 11, 9, .16) 100%),
      linear-gradient(90deg, rgba(3, 11, 9, .65), transparent);
  }
  .omv2-hero-copy { width: 100%; padding: 235px 30px 44px; justify-content: flex-end; }
  .omv2-hero h2 { font-size: clamp(2.45rem, 12vw, 3.55rem); }
  .omv2-hero-copy > p { font-size: .98rem; line-height: 1.58; }
  .omv2-stats { margin-top: 20px; gap: 6px; }
  .omv2-stats span { padding: 6px 10px; font-size: .68rem; }
  .omv2-stage { padding: 36px 18px 42px; border-radius: 0 0 20px 20px; }
  .omv2-stage::before { inset: 9px; border-radius: 13px; }
  .omv2-step-head { grid-template-columns: 42px 1fr; gap: 12px; }
  .omv2-step-no { width: 39px; height: 39px; font-size: .83rem; }
  .omv2-step-head h3 { font-size: 2.15rem; }
  .omv2-intentions { gap: 8px; }
  .omv2-intention { min-height: 116px; padding: 13px 12px; }
  .omv2-intention > span { font-size: 1.12rem; }
  .omv2-intention b { font-size: .94rem; }
  .omv2-intention small { font-size: .66rem; }
  .omv2-choice-head { margin-top: 45px; }
  .omv2-envelopes { min-height: 305px; gap: 2px 7px; }
  .omv2-envelope { padding-top: 12px; }
  .omv2-envelope-paper { width: 100%; max-width: 128px; }
  .omv2-seal { width: 28px; height: 28px; font-size: .62rem; }
  .omv2-envelope small { margin-top: 9px; font-size: .57rem; }
  .omv2-reading { grid-template-columns: 1fr; }
  .omv2-card-frame { width: min(100%, 355px); margin: 0 auto; }
  .omv2-reading-copy { text-align: left; }
  .omv2-intention-note { font-size: .73rem; }
  .omv2-message { font-size: 1.72rem; }
  .omv2-guidance { margin-top: 22px; }
  .omv2-primary, .omv2-secondary { width: 100%; }
  .omv2-families { padding: 30px 20px; }
  .omv2-family-grid { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .omv2-intentions { grid-template-columns: 1fr; }
  .omv2-intention { min-height: 96px; }
  .omv2-envelope-paper { max-width: 105px; }
  .omv2-envelopes { min-height: 265px; }
}

@media (prefers-reduced-motion: reduce) {
  .omv2 *, .omv2 *::before, .omv2 *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
