/* Hero Mac frame: the screen is intentionally code-rendered so its content can
   be replaced later without exporting another composite product image. */
#hero .framer-19xmcm7 {
  --mac-bezel: clamp(8px, 1.2vw, 18px);
  --mac-corner-radius: clamp(10px, 1.5vw, 22px);
  isolation: isolate;
  overflow: visible !important;
}

#hero .framer-19xmcm7 > div[data-framer-background-image-wrapper] {
  display: none !important;
}

#hero .framer-19xmcm7::before {
  background: #e8e9e6;
  border: var(--mac-bezel) solid #111;
  border-radius: var(--mac-corner-radius);
  box-sizing: border-box;
  content: "";
  height: 76%;
  left: 8%;
  position: absolute;
  top: 4%;
  width: 84%;
  z-index: 3;
}

#hero .framer-19xmcm7::after {
  background: url("assets/orvia-mac-body.png") 20% bottom / 53% auto no-repeat;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

#hero .framer-19xmcm7 > .orvia-mail-demo-screen {
  border: 0;
  border-radius: var(--mac-corner-radius);
  display: block;
  height: 620px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 42%;
  transform: translate(-50%, -50%);
  width: 1080px;
  z-index: 4;
  box-shadow: 0 8px 24px rgb(0 0 0 / 0.08), 0 1px 4px rgb(0 0 0 / 0.06);
}

/* Center only the hero copy while preserving its responsive text width. */
.framer-4dwxa .framer-5n34os,
.framer-4dwxa .framer-5n34os p {
  text-align: center !important;
}

.framer-4dwxa .framer-icienm {
  align-self: center !important;
  width: min(100%, 1000px) !important;
}

.framer-4dwxa .framer-go32c5-container {
  display: flex !important;
  justify-content: center !important;
}

.framer-4dwxa .framer-go32c5-container > * {
  justify-content: center !important;
}

.framer-4dwxa .framer-7oecs5 .framer-jtpxhb,
.framer-4dwxa .framer-7oecs5 .framer-40im98 {
  justify-content: center !important;
}

/* Keep the SSR and hydrated Framer navigation variants on the Orvia brand. */
.framer-6kuj2z,
.framer-1epp6qp {
  background: url("assets/orvia-mail-icon.png") center / cover no-repeat !important;
}

.framer-6kuj2z > [data-framer-background-image-wrapper],
.framer-1epp6qp > [data-framer-background-image-wrapper] {
  display: none !important;
}

.framer-1oml3aw,
.framer-1mr4yrf,
.framer-cb67sm,
.framer-12ybxn5 {
  height: 20px !important;
  overflow: visible !important;
  width: 76px !important;
}

.framer-cb67sm,
.framer-12ybxn5 {
  background: none !important;
  left: 0 !important;
  top: 0 !important;
}

.framer-cb67sm::after,
.framer-12ybxn5::after {
  color: #111111 !important;
  content: "Orvia Mail";
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 20px;
  white-space: nowrap;
}

@media (prefers-color-scheme: dark) {
  .framer-cb67sm::after,
  .framer-12ybxn5::after {
    color: #111111 !important;
  }
}

@media (max-width: 809.98px) {
  #hero .framer-19xmcm7::before {
    border-width: 7px;
  }
}
