body.contact-page-body {
  min-height: 100vh;
  background: #fffef6;
}

body.contact-page-body .contact-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  height: calc(100vw * 133 / 3400);
  min-height: 45px;
  max-height: 75px;
  padding: 0;
  background: transparent;
  overflow: visible;
}

body.contact-page-body .contact-header::before,
body.contact-page-body .contact-header::after {
  content: none !important;
  display: none !important;
}

body.contact-page-body .contact-nav-reference {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
}

body.contact-page-body .contact-brand {
  position: absolute !important;
  z-index: 2;
  left: 3.1%;
  top: 0;
  width: 13%;
  height: 100%;
  color: #490303 !important;
  font-family: "Hachi Maru Pop", "Chalkboard SE", "Comic Sans MS", cursive !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: clamp(45px, calc(100vw * 133 / 3400), 75px) !important;
  letter-spacing: 0.03em !important;
  text-decoration: none !important;
  text-shadow: 1px 2px 3px rgba(73, 3, 3, 0.24) !important;
  white-space: nowrap !important;
  overflow: visible !important;
}

body.contact-page-body .contact-brand span {
  display: none !important;
}

body.contact-page-body .contact-top-nav {
  position: absolute;
  inset: 0;
  z-index: 3;
}

body.contact-page-body .contact-nav-link {
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  background: transparent;
}

body.contact-page-body .contact-nav-link:hover {
  background: rgba(73, 3, 3, 0.025);
}

body.contact-page-body .contact-nav-icon-hit {
  position: absolute;
  z-index: 4;
  top: 0;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

body.contact-page-body .contact-nav-icon-hit:hover {
  background: rgba(73, 3, 3, 0.025);
}

body.contact-page-body .contact-nav-search-hit {
  right: 4.8%;
  width: 2.4%;
}

body.contact-page-body .contact-nav-menu-hit {
  right: 2.15%;
  width: 2.4%;
}

body.contact-page-body .contact-nav-about {
  left: 40.6%;
  width: 12%;
}

body.contact-page-body .contact-nav-works {
  left: 60.2%;
  width: 10.3%;
}

body.contact-page-body .contact-nav-contact {
  left: 75.3%;
  width: 12.5%;
}

body.contact-page-body .contact-page {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding-top: clamp(45px, calc(100vw * 133 / 3400), 75px);
}

body.contact-page-body .contact-panel {
  width: min(720px, 86vw);
  text-align: center;
}

body.contact-page-body .contact-panel h1 {
  margin: 0 0 34px;
  color: #490303;
  font-family: Poppins, "Helvetica Neue", Arial, sans-serif;
  font-size: 30px !important;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

body.contact-page-body .contact-links {
  display: grid;
  gap: 16px;
  justify-items: center;
  color: #490303;
  font-family: Poppins, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

body.contact-page-body .contact-links a,
body.contact-page-body .contact-copy-link {
  display: inline-block;
  padding: 0;
  border: 0;
  background: transparent;
  color: #490303;
  font: inherit;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
}

body.contact-page-body .contact-links a:hover,
body.contact-page-body .contact-copy-link:hover {
  text-decoration: underline;
}

body.contact-page-body .contact-copy-status {
  min-height: 1.4em;
  margin: 14px 0 0;
  color: rgba(73, 3, 3, 0.58);
  font-family: Poppins, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
}

body.contact-page-body .contact-side-nav-panel {
  position: fixed !important;
  left: 24px !important;
  top: -35px !important;
  bottom: auto !important;
  height: calc(100vh + 70px) !important;
  width: calc(41.40625vh + 29px) !important;
  aspect-ratio: 848 / 2048 !important;
  z-index: 180 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: none !important;
  transition: opacity 160ms ease, visibility 160ms ease !important;
  pointer-events: none !important;
  overflow: visible !important;
}

body.contact-page-body .contact-side-nav-panel.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

body.contact-page-body .contact-side-nav-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
}

body.contact-page-body .contact-side-icons {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.contact-page-body .contact-side-icon {
  display: grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  cursor: pointer !important;
}

body.contact-page-body .contact-side-icon img {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.contact-side-nav-open .contact-side-icon img {
  opacity: 0 !important;
}

body.contact-page-body .contact-side-nav-link {
  position: absolute !important;
  left: 13% !important;
  width: 35% !important;
  height: 3.4% !important;
  display: block !important;
  background: transparent !important;
  z-index: 3 !important;
}

body.contact-page-body .contact-side-nav-link.nav-home { top: 19.5% !important; }
body.contact-page-body .contact-side-nav-link.nav-about { top: 23.9% !important; }
body.contact-page-body .contact-side-nav-link.nav-works { top: 28.3% !important; }
body.contact-page-body .contact-side-nav-link.nav-contact { top: 32.7% !important; }

@media (max-width: 900px) {
  body.contact-page-body .contact-brand {
    font-size: clamp(24px, 7vw, 40px) !important;
  }

  body.contact-page-body .contact-side-nav-panel {
    left: 0 !important;
  }
}
