.venus-preview {
  position: relative;
  isolation: isolate;
  height: 90vh;
  height: 90svh;
  margin-block: 8vh;
  padding: 8vh 7vw 10vh;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.25fr);
  gap: 6vw;
  overflow: hidden;
  color: #f1dfbd;
  background: radial-gradient(ellipse at 72% 50%, #3b2818 0%, #18130e 42%, #100e0b 80%);
}
.venus-preview::before {
  position: absolute;
  inset: 0;
  content: '';
  pointer-events: none;
  opacity: .18;
  background-image: linear-gradient(#b8943826 1px, transparent 1px), linear-gradient(90deg, #b8943826 1px, transparent 1px);
  background-size: 96px 96px;
}
.venus-preview-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  min-width: 0;
}
.venus-eyebrow {
  margin: 0 0 30px;
  color: #bba582;
  font: 10px/1.5 var(--font);
  letter-spacing: .25em;
}
#venus-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(36px, 7vw, 108px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.045em;
}
#venus-title span {
  display: block;
  margin-top: 18px;
  font: 300 19px/1.4 var(--font);
  letter-spacing: .5em;
}
.venus-preview-description { margin: 32px 0 0; color: #baac97; font-size: 14px; line-height: 2; }
.venus-preview .enter-btn { margin-top: 36px; padding: 15px 26px; font-size: 12px; letter-spacing: .1em; }
.venus-preview-stage {
  position: relative;
  min-width: 0;
  min-height: 0;
  pointer-events: none;
}
#venus-preview-canvas { position: absolute; inset: 0; }
#venus-preview-canvas canvas { display: block; width: 100%; height: 100%; }
.venus-preview-placeholder {
  position: absolute;
  width: min(36vw, 49svh);
  aspect-ratio: 1;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #aa783c, #614425 50%, #17120d 85%);
  opacity: .65;
}
.venus-preview-stage.is-ready .venus-preview-placeholder { display: none; }
.venus-preview-fallback { display: none; position: absolute; bottom: 5%; width: 100%; text-align: center; font-size: 12px; color: #baac97; }
.venus-preview-stage.is-error .venus-preview-fallback { display: block; }
.venus-preview-caption {
  position: absolute;
  inset: auto 7vw 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #b8943833;
  padding-top: 15px;
  color: #9c886b;
  font-size: 9px;
  letter-spacing: .17em;
}
@media (max-width: 640px) {
  .venus-preview { height: 100vh; height: 100svh; padding: clamp(24px, 5svh, 44px) 7vw 58px; grid-template-columns: minmax(0, 1fr); grid-template-rows: auto minmax(0, 1fr); gap: 24px; }
  .venus-preview-copy { align-self: start; }
  .venus-eyebrow { margin-bottom: 18px; font-size: 8px; }
  #venus-title { font-size: clamp(34px, 11vw, 60px); }
  #venus-title span { display: inline-block; margin: 0 0 0 15px; font-size: 14px; vertical-align: middle; }
  .venus-preview-description { margin-top: 20px; font-size: 12px; line-height: 1.9; }
  .venus-preview .enter-btn { margin-top: 22px; padding: 13px 20px; font-size: 10px; }
  .venus-preview-placeholder { width: min(60vw, 34svh); }
  .venus-preview-caption { bottom: 16px; font-size: 7px; padding-top: 10px; gap: 8px; }
}

/* Use the same replay-on-entry rhythm as the other home sections. */
.js .venus-eyebrow,
.js #venus-title,
.js .venus-preview-description,
.js .venus-preview .enter-btn,
.js .venus-preview-stage { opacity: 0; }
.venus-preview.enter .venus-eyebrow,
.venus-preview.enter #venus-title { animation: sec-text-in 1.2s ease forwards; }
.venus-preview.enter .venus-preview-description { animation: sec-text-in 1.2s .12s ease forwards; }
.venus-preview.enter .enter-btn { animation: sec-text-in 1.2s .24s ease forwards; }
.venus-preview.enter .venus-preview-stage { animation: venus-globe-in 1.2s .12s ease forwards; }
@keyframes venus-globe-in { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .js .venus-preview .venus-eyebrow,
  .js .venus-preview #venus-title,
  .js .venus-preview .venus-preview-description,
  .js .venus-preview .enter-btn,
  .js .venus-preview .venus-preview-stage { opacity: 1; animation: none; }
}
@media (max-height: 600px) and (min-width: 641px) {
  .venus-eyebrow { margin-bottom: 10px; }
  #venus-title { font-size: 9svh; }
  #venus-title span { margin-top: 8px; font-size: 14px; }
  .venus-preview-description { margin-top: 12px; font-size: 12px; }
  .venus-preview .enter-btn { margin-top: 12px; padding: 10px 18px; }
}
