button.nav-cta[data-nme-contact],
button[data-nme-contact] {
  font: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.nme-contact-backdrop {
  position: fixed;
  inset: 0;
  z-index: 400;
  background: rgba(16, 26, 48, 0.55);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.nme-contact-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

.nme-contact-panel {
  position: fixed;
  z-index: 401;
  top: 50%;
  left: 50%;
  width: min(420px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  overflow: auto;
  transform: translate(-50%, -46%);
  background: #fbf7ef;
  color: #16223c;
  border-radius: 4px;
  padding: 28px 26px 24px;
  box-shadow: 0 24px 60px rgba(16, 26, 48, 0.28);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}
.nme-contact-panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

.nme-contact-kicker {
  margin: 0 0 6px;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #b56a4a;
}
.nme-contact-panel h2 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", "Zen Old Mincho", serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.nme-contact-lead {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(22, 34, 60, 0.68);
}

.nme-contact-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 18px;
  background: #b56a4a;
  color: #f5efe4 !important;
  text-decoration: none !important;
  border-radius: 2px;
  font-size: 15px;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.nme-contact-mail:hover { filter: brightness(1.06); }
.nme-contact-mail span { text-align: center; }
.nme-contact-mail small {
  display: block;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.02em;
  opacity: 0.88;
  margin-top: 2px;
}

.nme-contact-qr {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(78, 58, 44, 0.14);
  text-align: center;
}
.nme-contact-qr img {
  display: block;
  width: 156px;
  height: 156px;
  margin: 0 auto 10px;
  background: #fff;
}
.nme-contact-ig {
  display: inline-block;
  color: #405de6;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.nme-contact-ig:hover { text-decoration: underline; }
.nme-contact-ig-note {
  margin: 6px 0 0;
  font-size: 12px;
  color: rgba(22, 34, 60, 0.55);
}

.nme-contact-form {
  display: block;
  margin-top: 16px;
  text-align: center;
  font-size: 13px;
  color: #b56a4a;
  text-decoration: none;
}
.nme-contact-form:hover { text-decoration: underline; }
.nme-contact-form[hidden] { display: none; }

.nme-contact-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: rgba(22, 34, 60, 0.55);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.nme-contact-close:hover { color: #16223c; }

@media (max-width: 480px) {
  .nme-contact-panel { padding: 24px 20px 20px; }
  .nme-contact-qr img { width: 156px; height: 156px; }
}
