@font-face {
  font-family: "Wild Magnolia";
  src: url("../fonts/wild-magnolia.otf") format("opentype");
  font-display: swap;
}

:root {
  --hm-header-ivory: #f7f2e9;
  --hm-header-ink: #142126;
}

/* Shared Monolove footer — the complete VR information architecture in an editorial skin. */
.monolove-footer,
.monolove-footer * { box-sizing: border-box; }
.monolove-footer { position: relative; z-index: 2; overflow: hidden; background: #0b1710; color: #f4f0e8; font-family: "DM Sans", sans-serif; }
.monolove-footer a { color: inherit; text-decoration: none; }
.monolove-footer__body { width: min(calc(100% - 4rem),1420px); margin: 0 auto; padding: clamp(5rem,9vw,9rem) 0 1.5rem; }
.monolove-footer__lead { padding-bottom: clamp(3.5rem,7vw,6rem); display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; border-bottom: 1px solid rgba(244,240,232,.2); }
.monolove-footer__eyebrow,.monolove-footer__links h3 { margin: 0 0 1.35rem; color: rgba(244,240,232,.45); font-size: .58rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.monolove-footer address { font: normal 400 clamp(1.4rem,2.7vw,2.7rem)/1.12 "Libre Caslon Display",serif; letter-spacing: -.025em; }
.monolove-footer__contact { align-self: end; display: grid; }
.monolove-footer__contact a { padding: 1rem 0; display: grid; grid-template-columns: 6.5rem 1fr auto; align-items: center; gap: .8rem; border-bottom: 1px solid rgba(244,240,232,.16); font-family: "Libre Caslon Display",serif; font-size: clamp(1rem,1.6vw,1.4rem); }
.monolove-footer__contact a span { color: rgba(244,240,232,.44); font: 500 .55rem "DM Sans",sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.monolove-footer__contact b { font-weight: 400; }
.monolove-footer__links { padding: clamp(3.5rem,7vw,6rem) 0; display: grid; grid-template-columns: .7fr 1.8fr .7fr; gap: clamp(2rem,6vw,7rem); border-bottom: 1px solid rgba(244,240,232,.2); }
.monolove-footer__links section { min-width: 0; }
.monolove-footer__links section > a,.monolove-footer__services span a { width: fit-content; padding: .28rem 0; display: block; color: rgba(244,240,232,.76); font: 400 clamp(.92rem,1.4vw,1.2rem) "Libre Caslon Display",serif; transition: color 160ms ease,transform 160ms ease; }
.monolove-footer__links a:hover,.monolove-footer__links a:focus-visible { color: #fff; transform: translateX(.25rem); }
.monolove-footer__services > div { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.monolove-footer__services span { display: block; }
.monolove-footer__bottom { min-height: 6rem; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; color: rgba(244,240,232,.45); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.monolove-footer__bottom p { margin: 0; }
.monolove-footer__bottom p:last-child { justify-self: end; }
.monolove-footer__social { display: flex; gap: .45rem; }
.monolove-footer__social a { width: 2.25rem; height: 2.25rem; display: grid; place-items: center; border: 1px solid rgba(244,240,232,.32); border-radius: 50%; color: rgba(244,240,232,.78); font-size: .5rem; letter-spacing: .03em; transition: background-color 160ms ease,color 160ms ease; }
.monolove-footer__social a:hover,.monolove-footer__social a:focus-visible { background: #f4f0e8; color: #132118; }
.monolove-footer__wordmark { margin: 1.5rem 0 .25rem; color: #f4f0e8; font: 400 clamp(3rem,8vw,7rem)/.82 "Wild Magnolia","Allura",cursive; letter-spacing: .01em; text-align: center; white-space: nowrap; }

@media (max-width: 760px) {
  .monolove-footer__body { width: min(calc(100% - 2.5rem),1420px); padding-top: 4rem; }
  .monolove-footer__lead,.monolove-footer__links { grid-template-columns: 1fr; gap: 3rem; }
  .monolove-footer__contact a { grid-template-columns: 5.5rem 1fr auto; }
  .monolove-footer__links { padding: 3.5rem 0; }
  .monolove-footer__services > div { gap: 1rem; }
  .monolove-footer__bottom { padding: 1.5rem 0; grid-template-columns: 1fr auto; }
  .monolove-footer__bottom > p:first-of-type { justify-self: end; }
  .monolove-footer__bottom p:last-child { grid-column: 1/-1; justify-self: start; }
  .monolove-footer__wordmark { margin-top: 1.25rem; font-size: 13vw; }
}

.monolove-shared-header,
.monolove-shared-header * {
  box-sizing: border-box;
}

.monolove-shared-header {
  width: min(calc(100% - 4rem), 1420px);
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  padding: 0.8rem 0.9rem 0.8rem 1rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  border: 1px solid rgba(247, 242, 233, 0.28);
  border-radius: 1.4rem;
  background: rgba(20, 33, 38, 0.88);
  color: var(--hm-header-ivory);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.monolove-shared-header a {
  color: inherit;
  text-decoration: none;
}

.monolove-shared-header .brand {
  display: inline-flex;
  align-items: center;
}

.monolove-shared-header .brand-logo {
  display: block;
  width: clamp(5.6rem, 10vw, 7.4rem);
  height: 2.45rem;
  object-fit: contain;
  object-position: center;
  border-radius: 0.3rem;
}

.monolove-shared-header .site-nav {
  display: flex;
  justify-self: end;
  justify-content: flex-end;
  align-items: center;
  gap: 0.2rem;
  margin-right: 0.7rem;
  padding: 0.3rem;
  border: 1px solid rgba(247, 242, 233, 0.3);
  border-radius: 999px;
  background: rgba(20, 33, 38, 0.2);
}

.monolove-shared-header .site-nav a {
  min-height: 2.15rem;
  padding: 0.58rem 0.82rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: var(--hm-header-ivory);
  font-family: Manrope, Inter, system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  white-space: nowrap;
}

.monolove-shared-header .site-nav a:hover,
.monolove-shared-header .site-nav a:focus-visible,
.monolove-shared-header .site-nav a[aria-current="page"] {
  background: rgba(247, 242, 233, 0.14);
}

.monolove-shared-header .site-nav a.site-nav__vibesroom-return {
  position: relative;
  margin-left: 0.35rem;
  border: 1px solid rgba(247, 242, 233, 0.3);
  gap: 0.45rem;
}

.monolove-shared-header .site-nav__vibesroom-return .monolove-arrow-icon { width: 0.85rem; height: 0.85rem; }

.monolove-shared-header .header-cta {
  min-height: 2.75rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--hm-header-ivory);
  color: var(--hm-header-ink);
  font-family: Manrope, Inter, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.monolove-shared-header .header-account {
  position: relative;
  justify-self: end;
  font-family: Manrope, Inter, system-ui, sans-serif;
}

.monolove-shared-header .header-account-trigger {
  min-height: 2.75rem;
  max-width: 10.5rem;
  padding: 0.55rem 0.78rem;
  border: 0;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 0.48rem;
  background: var(--hm-header-ivory);
  color: var(--hm-header-ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
}

.monolove-shared-header .header-account-trigger:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.monolove-shared-header .header-account-trigger.is-assist {
  max-width: 12.5rem;
  border: 1px solid rgba(183, 109, 55, 0.38);
  background: #fff3e8;
  color: #7c3f18;
}

.monolove-shared-header .header-assist-dot {
  width: 0.48rem;
  height: 0.48rem;
  flex: 0 0 0.48rem;
  border-radius: 999px;
  background: #d36b28;
  box-shadow: 0 0 0 3px rgba(211, 107, 40, 0.14);
}

.monolove-shared-header .header-account-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.monolove-shared-header .header-account-menu {
  position: absolute;
  top: calc(100% + 0.65rem);
  right: 0;
  width: min(15rem, calc(100vw - 2rem));
  overflow: hidden;
  padding: 0.45rem;
  border: 1px solid rgba(20, 33, 38, 0.12);
  border-radius: 1rem;
  background: #fffdf9;
  color: var(--hm-header-ink);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.monolove-shared-header .header-account-menu[hidden] {
  display: none;
}

.monolove-shared-header .header-account-identity {
  display: grid;
  gap: 0.15rem;
  padding: 0.7rem 0.75rem 0.8rem;
  border-bottom: 1px solid rgba(20, 33, 38, 0.1);
}

.monolove-shared-header .header-account-identity small {
  color: rgba(20, 33, 38, 0.55);
  font-size: 0.62rem;
}

.monolove-shared-header .header-account-identity strong {
  overflow: hidden;
  font-size: 0.76rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.monolove-shared-header .header-assist-context {
  display: grid;
  gap: 0.22rem;
  margin: 0.15rem 0.15rem 0.4rem;
  padding: 0.72rem 0.72rem 0.78rem;
  border-radius: 0.75rem;
  background: #fff3e8;
  color: #6d3513;
}

.monolove-shared-header .header-assist-context small {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.monolove-shared-header .header-assist-context strong {
  overflow: hidden;
  font-size: 0.78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.monolove-shared-header .header-assist-context > span {
  color: rgba(109, 53, 19, 0.68);
  font-size: 0.62rem;
}

.monolove-shared-header .header-account-divider {
  height: 1px;
  margin: 0.35rem 0.6rem;
  background: rgba(20, 33, 38, 0.1);
}

.monolove-shared-header .header-account-menu > a,
.monolove-shared-header .header-account-menu form button {
  width: 100%;
  min-height: 2.45rem;
  padding: 0.62rem 0.75rem;
  border: 0;
  border-radius: 0.7rem;
  display: flex;
  align-items: center;
  background: transparent;
  color: var(--hm-header-ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 750;
  text-align: left;
}

.monolove-shared-header .header-account-menu > a:hover,
.monolove-shared-header .header-account-menu form button:hover,
.monolove-shared-header .header-account-menu > a:focus-visible,
.monolove-shared-header .header-account-menu form button:focus-visible {
  background: #f1ebe2;
  outline: none;
}

.monolove-shared-header .header-account-menu form button.header-assist-exit {
  justify-content: center;
  background: var(--hm-header-ink);
  color: var(--hm-header-ivory);
  text-align: center;
}

.monolove-shared-header .header-account-menu form button.header-assist-exit:hover,
.monolove-shared-header .header-account-menu form button.header-assist-exit:focus-visible {
  background: #27383e;
}

.monolove-shared-header .header-account-menu form {
  margin: 0;
}

.monolove-shared-header .menu-toggle {
  display: none;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  color: var(--hm-header-ivory);
  cursor: pointer;
}

@media (max-width: 1100px) {
  .site-header.monolove-shared-header > .brand,
  .site-header.monolove-shared-header > .menu-toggle,
  .site-header.monolove-shared-header > .header-account,
  .site-header.monolove-shared-header > .header-cta {
    position: relative;
    z-index: 2;
  }
}

.monolove-shared-header .menu-toggle span {
  display: block;
  width: 1rem;
  height: 2px;
  margin: 0.26rem auto;
  background: currentColor;
}

.monolove-shared-whatsapp {
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 25;
  width: 2.85rem;
  height: 2.85rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(247, 242, 233, 0.38);
  border-radius: 50%;
  background: #142126;
  color: #f7f2e9;
  box-shadow: 0 12px 28px rgba(5, 17, 20, 0.28);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.monolove-shared-whatsapp:hover,
.monolove-shared-whatsapp:focus-visible {
  background: #27383e;
  color: #d9b58f;
  transform: translateY(-2px);
  outline: none;
}

.monolove-shared-whatsapp svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
}

@media (max-width: 1000px) {
  .monolove-shared-header .site-nav a {
    padding-inline: 0.62rem;
    font-size: 0.64rem;
  }
}

@media (max-width: 1100px) {
  body.menu-open {
    overflow: hidden;
  }

  .site-header.monolove-shared-header {
    top: 0.5rem;
    width: calc(100% - 1rem);
    grid-template-columns: minmax(0, 1fr) 2.8rem auto;
    padding: 0.9rem 1rem;
  }

  .site-header.monolove-shared-header .site-nav {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    min-height: 100dvh !important;
    margin: 0;
    padding: 6.5rem 1.5rem 2rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgba(10, 17, 12, 0.985) !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 1.1rem !important;
    overflow-y: auto;
    z-index: 1;
    visibility: hidden !important;
    transform: translateX(100%) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: transform 220ms ease, opacity 220ms ease;
  }

  .site-header.monolove-shared-header .site-nav.is-open {
    visibility: visible !important;
    transform: translateX(0) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .site-header.monolove-shared-header .site-nav a {
    min-height: 3rem !important;
    padding: 0.85rem 1.2rem !important;
    font-size: 1rem !important;
  }

  .site-header.monolove-shared-header .site-nav a.site-nav__vibesroom-return {
    width: min(100%, 20rem);
    margin: 1rem 0 0 !important;
    border-radius: 999px !important;
    justify-content: center;
    background: rgba(247, 242, 233, 0.08);
  }

  .site-header.monolove-shared-header .site-nav a.site-nav__vibesroom-return::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -1rem;
    height: 1px;
    background: rgba(247, 242, 233, 0.22);
  }

  .site-header.monolove-shared-header .menu-toggle {
    display: block;
    justify-self: center;
    z-index: 2;
  }

  .site-header.monolove-shared-header > .brand {
    min-width: 0;
    justify-self: start;
  }

  .site-header.monolove-shared-header .header-cta {
    justify-self: end;
    padding-inline: 0.85rem;
    font-size: 0.65rem;
    z-index: 2;
  }

  .site-header.monolove-shared-header .header-account {
    z-index: 2;
  }

  .site-header.monolove-shared-header .header-account-trigger {
    max-width: 8.5rem;
  }
}

@media (max-width: 430px) {
  .site-header.monolove-shared-header {
    padding-inline: 0.8rem;
    gap: 0.55rem;
  }

  .site-header.monolove-shared-header .header-account-name {
    max-width: 3.8rem;
  }

  .site-header.monolove-shared-header .header-account-trigger {
    padding-right: 0.5rem;
  }
}
