/* Start custom CSS *//* =================================================================
   MINAMOOI - contact page
   Paste into: Page Settings > Advanced > Custom CSS
   Raw CSS only, no markup tags.

   Fonts load from the link tags in the HTML widget, not an @import
   here - Elementor can push an @import out of first position, and
   CSS then ignores it silently.

   Outer Elementor container needs CSS ID  mnm  (no hash).
   ================================================================= */

body.elementor-page .elementor-section-wrap,
body.elementor-page .elementor-section,
body.elementor-page .elementor-container,
body.elementor-page .elementor-column,
body.elementor-page .elementor-widget-wrap,
body.elementor-page .elementor-widget,
body.elementor-page .elementor-widget-container {
  overflow: visible !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
html, body { overflow-x: clip; }

#mnm {
  --ink:   #14161A;
  --paper: #EFEEEA;
  --mute:  #6E7076;

  --sans:  "Montserrat", "Helvetica Neue", Helvetica, system-ui, Arial, sans-serif;
  --body:  "Montserrat", "Helvetica Neue", Helvetica, system-ui, Arial, sans-serif;
  --serif: "Instrument Serif", Georgia, "Times New Roman", serif;

  --gut: clamp(20px, 5vw, 72px);
  --maxw: 1440px;

  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* font-family and color are inherited, and inheritance loses to any
   direct theme rule however weak. Re-declared on the elements. */
#mnm h1, #mnm h2, #mnm h3, #mnm p, #mnm li, #mnm span, #mnm a {
  font-family: var(--sans);
  color: inherit;
}
#mnm *, #mnm *::before, #mnm *::after { box-sizing: border-box; }
#mnm p, #mnm h1, #mnm h2, #mnm ul, #mnm li { margin: 0; padding: 0; }
#mnm ul { list-style: none; }
#mnm img { display: block; max-width: 100%; }
#mnm a { color: inherit; text-decoration: none; }
#mnm a:focus-visible { outline: 2px solid var(--paper); outline-offset: 4px; }

#mnm .mnm-wrap {
  width: 100%; max-width: var(--maxw);
  margin: 0 auto;
  padding-left: var(--gut); padding-right: var(--gut);
}
#mnm .mnm-label {
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(239, 238, 234, 0.5);
  line-height: 1;
}

/* ---- nav ------------------------------------------------------- */
#mnm .mnm-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding: 14px var(--gut);
  background: rgba(20, 22, 26, 0.55);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  backdrop-filter: blur(18px) saturate(160%);
}
#mnm .mnm-nav__mark { height: 26px; width: auto; }
#mnm .mnm-nav__links { display: flex; gap: clamp(16px, 2.4vw, 34px); align-items: center; }
#mnm .mnm-nav__links a { font-size: 13px; padding: 6px 0; position: relative; }
#mnm .mnm-nav__links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 2px;
  height: 1px; background: currentColor;
  transform: scaleX(0); transform-origin: left;
  transition: transform 220ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
#mnm .mnm-nav__links a:hover::after,
#mnm .mnm-nav__links a.is-here::after { transform: scaleX(1); }
#mnm .mnm-nav__cta {
  border: 1px solid var(--paper); border-radius: 999px;
  padding: 8px 16px !important;
}
#mnm .mnm-nav__cta::after { display: none; }
#mnm .mnm-nav__cta:hover { background: var(--paper); color: var(--ink); }
@media (max-width: 720px) { #mnm .mnm-nav__links a:not(.mnm-nav__cta) { display: none; } }

/* ---- the one section ------------------------------------------- */
#mnm .mnm-contact {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(120px, 20vh, 200px) 0 clamp(40px, 8vh, 80px);
}
#mnm .mnm-contact h1 {
  font-weight: 700;
  font-size: clamp(2.2rem, 7vw, 5rem);
  line-height: 1.0;
  letter-spacing: -0.042em;
  max-width: 14ch;
  margin: clamp(20px, 4vh, 40px) 0 clamp(14px, 2.5vh, 26px);
}
#mnm .mnm-contact h1 em {
  font-family: var(--serif);
  font-style: italic; font-weight: 400;
  letter-spacing: -0.02em;
}
#mnm .mnm-contact__sub {
  font-family: var(--body);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.65;
  color: rgba(239, 238, 234, 0.6);
  max-width: 46ch;
}

/* each detail is a full-width row with a hairline under it */
#mnm .mnm-rows { margin-top: clamp(34px, 6vh, 68px); }
#mnm .mnm-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: clamp(18px, 2.8vh, 28px) 0;
  border-bottom: 1px solid rgba(239, 238, 234, 0.16);
  transition: border-color 220ms ease;
}
#mnm .mnm-rows > *:first-child { border-top: 1px solid rgba(239, 238, 234, 0.16); }
#mnm a.mnm-row:hover { border-bottom-color: var(--paper); }
#mnm .mnm-row__v {
  font-size: clamp(1.15rem, 2.8vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.034em;
  line-height: 1.1;
  min-width: 0;
  word-break: break-word;
  transition: transform 380ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
#mnm a.mnm-row:hover .mnm-row__v { transform: translateX(clamp(6px, 1vw, 14px)); }
#mnm .mnm-row__k { flex: none; }

#mnm .mnm-contact__foot {
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: space-between;
  gap: 18px;
  margin-top: clamp(34px, 6vh, 64px);
}
#mnm .mnm-btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 15px 26px; border-radius: 999px;
  background: var(--paper); color: var(--ink);
  font-family: var(--body); font-size: 15px;
  transition: transform 120ms ease-out, opacity 160ms ease;
}
#mnm .mnm-btn:hover { opacity: 0.88; }
#mnm .mnm-btn:active { transform: scale(0.975); }   /* feedback on press */
#mnm .mnm-btn svg { width: 14px; height: 14px; flex: none; }

@media (max-width: 640px) {
  #mnm .mnm-row { flex-direction: column; align-items: flex-start; gap: 6px; }
  #mnm a.mnm-row:hover .mnm-row__v { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  #mnm * { transition-duration: 200ms !important; }
  #mnm a.mnm-row:hover .mnm-row__v { transform: none; }
}
@media (prefers-reduced-transparency: reduce) {
  #mnm .mnm-nav { background: var(--ink); -webkit-backdrop-filter: none; backdrop-filter: none; }
}/* End custom CSS */