
* { box-sizing: border-box; }
html, body {
  margin: 0;
  min-height: 100%;
  background: #f9ebe8;
}
body {
  display: flex;
  justify-content: center;
  overflow-x: auto;
  font-family: Arial, sans-serif;
}
.site { width: 100%; }
.artboard {
  position: relative;
  width: min(100%, 1537px);
  margin: 0 auto;
  background: #f9ebe8;
}
.page-art {
  display: block;
  width: 100%;
  height: auto;
}
.hotspot {
  position: absolute;
  display: block;
  z-index: 5;
  border-radius: 4px;
  text-decoration: none;
}
.hotspot:focus-visible {
  outline: 3px solid #c86f82;
  outline-offset: 2px;
}






@media (max-width: 720px) {
  .artboard { min-width: 720px; }
}

:root{--nav-height:117px;}

.unified-nav {
  position: absolute;
  inset: 0 0 auto 0;
  height: var(--nav-height);
  width: 100%;
  font-family: "Poiret One", "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
  z-index: 30;
}
.unified-nav a {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #352725;
  text-decoration: none;
  padding: 12px 8px;
  border: 0;
  cursor: pointer;
}
.unified-nav a:nth-child(1) { left: 56.3%; }
.unified-nav a:nth-child(2) { left: 63.8%; }
.unified-nav a:nth-child(3) { left: 70.9%; }
.unified-nav a:nth-child(4) { left: 78.1%; }
.unified-nav a:nth-child(5) { left: 87.2%; }
.unified-nav a.active,
.unified-nav a:hover,
.unified-nav a:focus-visible {
  color: #d5919d;
  outline: none;
}

/* Navigation is exclusively controlled by site-nav-v6.css */


/* Clean rebuilt “Hi, I’m Nikki.” card — fully covers the former baked-in text. */
.bio-card-rebuild {
  position: absolute;
  z-index: 10;
  left: 14.25%;
  top: 28.55%;
  width: 71.10%;
  height: 34.65%;
  padding: 2.15% 5.0% 1.55%;
  border: 0;
  border-radius: 26px;
  background: #fdf3f1;
  box-shadow: none;
  color: #4a3936;
  text-align: center;
  font-family: "Poiret One", "Arial Narrow", Arial, sans-serif;
  overflow: hidden;
}
.bio-card-rebuild h2 {
  margin: 0;
  font-family: inherit;
  font-size: clamp(22px, 2.05vw, 34px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
}
.bio-divider {
  width: 31%;
  margin: .95% auto 1.3%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}
.bio-divider span {
  height: 1px;
  background: #d98f9c;
}
.bio-divider i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d98f9c;
}
.bio-copy {
  max-width: 100%;
  margin: 0 auto;
}
.bio-copy p {
  margin: 0 0 .72%;
  font-family: inherit;
  font-size: clamp(13px, 1.19vw, 19px);
  font-weight: 400;
  line-height: 1.36;
  letter-spacing: 0;
}
.bio-copy p:last-child { margin-bottom: 0; }

@media (max-width: 720px) {
  .bio-card-rebuild {
    left: 14.25%;
    top: 28.55%;
    width: 71.10%;
    height: 34.65%;
    padding: 11px 35px 10px;
    border-radius: 18px;
  }
  .bio-card-rebuild h2 { font-size: 22px; }
  .bio-copy p { font-size: 12px; line-height: 1.3; }
  .bio-divider { margin-top: 7px; margin-bottom: 8px; }
}
