:root {
  --mpps-ink: #1d1b18;
  --mpps-paper: #f8f5ef;
  --mpps-ivory: #eee8df;
  --mpps-bronze: #a87857;
  --mpps-bronze-dark: #80573e;
  --mpps-olive: #676657;
  --mpps-line: rgba(29, 27, 24, 0.16);
  --mpps-serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --mpps-sans: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  --mpps-max: 1280px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--mpps-ink);
  background: var(--mpps-paper);
  font-family: var(--mpps-sans);
  font-size: 17px;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}
body.menu-is-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
h1, h2, h3, h4 {
  margin: 0 0 0.65em;
  font-family: var(--mpps-serif);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.025em;
}
h1 { font-size: clamp(3.1rem, 8vw, 7.6rem); }
h2 { font-size: clamp(2.5rem, 5vw, 5rem); }
h3 { font-size: clamp(1.6rem, 2.4vw, 2.45rem); }
p { margin: 0 0 1.35em; }
.elementor .elementor-heading-title { font-family: var(--mpps-serif); font-weight: 400; line-height: 1.06; letter-spacing: -.025em; }
.elementor .elementor-widget-text-editor { font-family: var(--mpps-sans); }
.mpps-hero h1.elementor-heading-title { font-size: clamp(3.1rem, 8vw, 7.6rem); }
.mpps-section h2.elementor-heading-title { font-size: clamp(2.5rem, 5vw, 5rem); }
.mpps-section h3.elementor-heading-title { font-size: clamp(1.6rem, 2.4vw, 2.45rem); }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  position: fixed !important;
  z-index: 99999;
  top: 10px; left: 10px;
  width: auto; height: auto;
  padding: 12px 18px;
  clip: auto;
  color: #fff; background: var(--mpps-ink);
}

.site-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  border-bottom: 1px solid var(--mpps-line);
  background: rgba(248, 245, 239, 0.94);
  transition: background 220ms ease, box-shadow 220ms ease;
}
.home .site-header {
  position: absolute;
  color: #fff;
  border-bottom-color: rgba(255,255,255,0.25);
  background: linear-gradient(to bottom, rgba(18,16,13,.62), transparent);
}
.home .site-header.is-scrolled {
  position: fixed;
  color: var(--mpps-ink);
  border-bottom-color: var(--mpps-line);
  background: rgba(248,245,239,.96);
  box-shadow: 0 12px 38px rgba(24,20,16,.08);
}
.site-header__inner {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(100% - 48px, 1500px);
  min-height: 94px;
  margin: 0 auto;
}
.site-brand { display: block; width: 210px; }
.site-brand img, .custom-logo {
  width: 100%; height: auto;
  mix-blend-mode: multiply;
}
.home .site-header:not(.is-scrolled) .site-brand img,
.home .site-header:not(.is-scrolled) .custom-logo {
  filter: invert(1);
  mix-blend-mode: screen;
}
.primary-navigation { justify-self: center; }
.primary-navigation ul {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.3vw, 40px);
  margin: 0; padding: 0;
  list-style: none;
}
.primary-navigation a {
  position: relative;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}
.primary-navigation a::after {
  position: absolute;
  right: 0; bottom: -7px; left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}
.primary-navigation a:hover::after,
.primary-navigation .current-menu-item > a::after { transform: scaleX(1); transform-origin: left; }
.header-enquire {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid currentColor;
  font-size: .7rem;
  font-weight: 650;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}
.menu-toggle { display: none; }

.site-content { min-height: 55vh; }
.mpps-page > .elementor { overflow: hidden; }
.mpps-editorial-content, .mpps-not-found {
  width: min(100% - 40px, 880px);
  margin: 0 auto;
  padding: 150px 0 120px;
}

.eyebrow, .mpps-eyebrow .elementor-heading-title {
  font-family: var(--mpps-sans);
  font-size: .72rem !important;
  font-weight: 650 !important;
  line-height: 1.4 !important;
  letter-spacing: .21em !important;
  text-transform: uppercase;
}
.mpps-lede { max-width: 780px; font-family: var(--mpps-serif); font-size: clamp(1.45rem, 2.5vw, 2.1rem); line-height: 1.45; }
.mpps-copy { max-width: 650px; }

.button, .mpps-button .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border: 1px solid var(--mpps-ink);
  border-radius: 0;
  color: #fff;
  background: var(--mpps-ink);
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}
.button:hover, .mpps-button .elementor-button:hover { color: var(--mpps-ink); background: transparent; transform: translateY(-2px); }
.button--light { border-color: #fff; color: var(--mpps-ink); background: #fff; }
.button--light:hover { color: #fff; background: transparent; }
.mpps-button--outline .elementor-button { color: var(--mpps-ink); background: transparent; }
.mpps-button--outline .elementor-button:hover { color: #fff; background: var(--mpps-ink); }

/* Elementor design system */
.elementor-section.mpps-section { padding: clamp(88px, 10vw, 160px) 28px; }
.elementor-section.mpps-section--compact { padding: clamp(64px, 7vw, 105px) 28px; }
.elementor-section.mpps-section--ivory { background: var(--mpps-ivory); }
.elementor-section.mpps-section--ink { color: #f8f5ef; background: var(--mpps-ink); }
.elementor-section.mpps-section--olive { color: #fff; background: var(--mpps-olive); }
.mpps-section .elementor-column-gap-extended > .elementor-column > .elementor-element-populated { padding: clamp(18px, 3vw, 38px); }
.mpps-section .elementor-widget-text-editor a { color: var(--mpps-bronze-dark); }

.elementor-section.mpps-hero {
  position: relative;
  min-height: min(940px, 94vh);
  padding: 150px 34px 70px;
  color: #fff;
  background-color: #4b463e;
}
.elementor-section.mpps-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(17,15,12,.72) 0%, rgba(17,15,12,.38) 46%, rgba(17,15,12,.07) 75%), linear-gradient(0deg, rgba(17,15,12,.35), transparent 45%);
}
.mpps-hero > .elementor-container { position: relative; z-index: 2; align-items: flex-end; }
.mpps-hero .elementor-heading-title { color: #fff; max-width: 920px; }
.mpps-hero .mpps-hero-copy { max-width: 610px; font-size: 1.08rem; color: rgba(255,255,255,.88); }
.mpps-hero .mpps-button .elementor-button { border-color: #fff; color: var(--mpps-ink); background: #fff; }
.mpps-hero .mpps-button .elementor-button:hover { color: #fff; background: transparent; }
.elementor-section.mpps-page-hero { min-height: 76vh; }

.mpps-image-tall img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.mpps-image-landscape img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.mpps-image-square img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.mpps-image-offset { transform: translateY(58px); }
.mpps-caption { font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }

.mpps-service-card { height: 100%; border-top: 1px solid var(--mpps-line); }
.mpps-service-card .elementor-widget-image img { aspect-ratio: 4/5; object-fit: cover; }
.mpps-service-card .elementor-widget-heading { margin-top: 26px; }
.mpps-service-card .elementor-widget-heading h3 { font-size: clamp(2rem, 3vw, 3rem); }

.mpps-stat .elementor-heading-title { font-family: var(--mpps-serif); font-size: clamp(3rem, 6vw, 6rem); font-weight: 400; }
.mpps-stat-label { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }

.mpps-process-number .elementor-heading-title { color: var(--mpps-bronze); font-family: var(--mpps-serif); font-size: 4.5rem; font-style: italic; }
.mpps-process-item { border-top: 1px solid var(--mpps-line); padding-top: 28px; }
.mpps-section--ink .mpps-process-item { border-top-color: rgba(255,255,255,.22); }

.mpps-gallery .gallery { display: grid !important; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.mpps-gallery .gallery-item { width: auto !important; max-width: none !important; margin: 0 !important; grid-column: span 4; }
.mpps-gallery .gallery-item:nth-child(1), .mpps-gallery .gallery-item:nth-child(5) { grid-column: span 7; }
.mpps-gallery .gallery-item:nth-child(2), .mpps-gallery .gallery-item:nth-child(6) { grid-column: span 5; }
.mpps-gallery .gallery-item img { width: 100%; height: clamp(280px, 38vw, 560px); border: 0 !important; object-fit: cover; }

.mpps-price-card { padding: clamp(34px, 5vw, 72px); border: 1px solid var(--mpps-line); background: var(--mpps-paper); }
.mpps-price { font-family: var(--mpps-serif); font-size: clamp(3.5rem, 6vw, 6rem); line-height: 1; }
.mpps-list { margin: 0; padding: 0; list-style: none; }
.mpps-list li { padding: .75em 0; border-bottom: 1px solid var(--mpps-line); }

.mpps-jingoo-card {
  max-width: 840px;
  margin: 0 auto;
  padding: clamp(42px, 8vw, 95px);
  border: 1px solid rgba(255,255,255,.3);
  text-align: center;
}
.mpps-jingoo-card p { max-width: 620px; margin-right: auto; margin-left: auto; }

.mpps-contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.mpps-contact-form__full { grid-column: 1 / -1; }
.mpps-contact-form label { display: block; margin-bottom: 7px; font-size: .72rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.mpps-contact-form input, .mpps-contact-form select, .mpps-contact-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 12px 14px;
  border: 0;
  border-bottom: 1px solid var(--mpps-ink);
  border-radius: 0;
  color: var(--mpps-ink);
  background: transparent;
  font: inherit;
}
.mpps-contact-form textarea { min-height: 170px; resize: vertical; }
.mpps-contact-form input:focus, .mpps-contact-form select:focus, .mpps-contact-form textarea:focus { outline: 2px solid var(--mpps-bronze); outline-offset: 3px; }
.mpps-contact-form__consent { display: flex; align-items: flex-start; gap: 10px; }
.mpps-contact-form__consent input { width: auto; min-height: auto; margin-top: 8px; }
.mpps-contact-form__consent label { font-size: .88rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
.mpps-form-notice { padding: 18px 20px; margin-bottom: 24px; border-left: 3px solid var(--mpps-bronze); background: var(--mpps-ivory); }
.mpps-honeypot { position: absolute; left: -9999px; }

.site-footer { color: #f7f3ed; background: #171512; }
.site-footer__cta { padding: clamp(80px, 12vw, 170px) 28px; text-align: center; border-bottom: 1px solid rgba(255,255,255,.16); }
.site-footer__cta h2 { max-width: 980px; margin-right: auto; margin-left: auto; }
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 70px;
  width: min(100% - 56px, var(--mpps-max));
  margin: 0 auto;
  padding: 80px 0;
}
.site-footer__brand img { width: 290px; margin-bottom: 20px; filter: invert(1); mix-blend-mode: screen; }
.site-footer__brand p { max-width: 470px; color: rgba(255,255,255,.7); }
.site-footer__grid h3 { font-family: var(--mpps-sans); font-size: .72rem; font-weight: 650; letter-spacing: .17em; text-transform: uppercase; }
.site-footer__grid a, .site-footer__grid span { display: block; margin-bottom: 10px; color: rgba(255,255,255,.75); text-decoration: none; }
.site-footer__grid a:hover { color: #fff; }
.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: min(100% - 56px, var(--mpps-max));
  margin: 0 auto;
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.48);
  font-size: .7rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .site-header__inner { grid-template-columns: 190px 1fr auto; }
  .primary-navigation { display: none; }
  .menu-toggle {
    display: flex;
    position: relative;
    z-index: 1002;
    grid-column: 3;
    grid-row: 1;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    width: 46px; height: 46px;
    padding: 0 10px;
    border: 1px solid currentColor;
    color: inherit; background: transparent;
  }
  .menu-toggle span:not(.screen-reader-text) { display: block; width: 100%; height: 1px; background: currentColor; transition: transform 180ms ease; }
  .menu-is-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-is-open .menu-toggle span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .menu-is-open .primary-navigation {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 1001;
    align-items: center;
    justify-content: center;
    color: var(--mpps-ink);
    background: var(--mpps-paper);
  }
  .menu-is-open .primary-navigation ul { flex-direction: column; gap: 26px; }
  .menu-is-open .primary-navigation a { font-family: var(--mpps-serif); font-size: clamp(1.8rem, 5vw, 3rem); font-weight: 400; letter-spacing: 0; text-transform: none; }
  .header-enquire { justify-self: end; }
}

@media (max-width: 767px) {
  body { font-size: 16px; }
  .site-header__inner { grid-template-columns: 150px 1fr 46px; width: min(100% - 28px, 1500px); min-height: 78px; }
  .site-brand { width: 150px; }
  .header-enquire { display: none; }
  .elementor-section.mpps-hero { min-height: 760px; padding: 120px 18px 48px; }
  .elementor-section.mpps-hero::before { background: linear-gradient(0deg, rgba(17,15,12,.76) 0%, rgba(17,15,12,.26) 75%); }
  .elementor-section.mpps-section, .elementor-section.mpps-section--compact { padding-right: 10px; padding-left: 10px; }
  .mpps-image-offset { transform: none; }
  .mpps-gallery .gallery-item, .mpps-gallery .gallery-item:nth-child(n) { grid-column: span 12; }
  .mpps-gallery .gallery-item img { height: 430px; }
  .mpps-contact-form { grid-template-columns: 1fr; }
  .mpps-contact-form__full { grid-column: auto; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 38px; padding: 60px 0; }
  .site-footer__bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
