:root {
  --mm-navy: #06283d;
  --mm-navy-dark: #041b2b;
  --mm-blue: #0b3a5c;
  --mm-gold: #c79a3a;
  --mm-text: #17212b;
  --mm-muted: #647079;
  --mm-cream: #f3f7fa;
  --mm-ice: #f3f7fa;
  --mm-mist: #edf2f5;
  --mm-line: #dde4e9;
  --mm-white: #ffffff;
  --mm-card-shadow: 0 18px 45px rgba(7, 31, 49, 0.08);
  --mm-card-border: 1px solid rgba(8, 47, 73, 0.08);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  color: var(--mm-text);
  background: var(--mm-white);
}

body,
p,
a,
input,
textarea,
select,
button {
  font-family: "Barlow", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--mm-navy);
}

p {
  color: var(--mm-muted);
  font-size: 16px;
  line-height: 1.7;
}

.container {
  width: 100%;
  max-width: 1200px !important;
  padding-left: 32px;
  padding-right: 32px;
}

.mm-section {
  padding: 112px 0;
  position: relative;
}

.mm-section-head {
  margin-bottom: 28px;
}

.mm-section-head > span,
.mm-centered-head > span {
  color: var(--mm-gold);
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.mm-section-head h2,
.mm-centered-head h2 {
  font-size: clamp(34px, 3.2vw, 50px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0;
  max-width: 780px;
}

.mm-centered-head {
  max-width: 780px;
  margin: 0 auto 52px;
  text-align: center;
}

.mm-centered-head h2 {
  margin-left: auto;
  margin-right: auto;
}

.mm-centered-head p {
  color: var(--mm-muted);
  margin: 20px auto 0;
  max-width: 680px;
}

.mm-lead {
  color: var(--mm-text);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
}

.main-btn {
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 28px;
}

.main-btn.primary {
  background: var(--mm-navy);
  border-color: var(--mm-navy);
}

.main-btn.primary:hover {
  background: var(--mm-gold);
  border-color: var(--mm-gold);
}

.mm-btn-outline {
  background: rgba(0, 0, 0, 0.12);
  border-color: rgba(255, 255, 255, 0.78);
  color: #fff;
}

.mm-btn-outline:hover {
  background: #fff;
  border-color: #fff;
  color: var(--mm-navy);
}

/* Header */
.mm-header .navigation {
  height: 88px;
  padding: 0;
}

.mm-header .header-inner-box .logo,
.mm-header .header-inner-box .phone-number-box {
  height: 88px;
}

.mm-header .header-inner-box .logo {
  margin-left: 0;
  padding-right: 28px;
}

.mm-header .main-menu li.nav-item {
  margin: 0 15px;
}

.mm-header .main-menu .navbar-nav .nav-link {
  font-size: 14px;
  padding: 34px 0;
}

.mm-header .phone-number-box {
  padding-left: 25px !important;
}

.mm-header .phone-number-box .icon i {
  background: var(--mm-cream) !important;
  color: var(--mm-navy);
  font-size: 24px !important;
  padding: 11px !important;
}

.mm-header .phone-number-box .phone p {
  color: var(--mm-muted);
  font-size: 12px !important;
  line-height: 1.2;
}

.mm-header .phone-number-box .phone a {
  color: var(--mm-navy);
  font-size: 14px !important;
  font-weight: 700;
}

.header-area .is-sticky .navigation,
.header-area .is-sticky .header-inner-box .logo,
.header-area .is-sticky .header-inner-box .phone-number-box {
  height: 78px;
}

.header-area .is-sticky .main-menu .navbar-nav .nav-link {
  padding: 29px 0;
}

.header-area .is-sticky .main-menu li:hover .sub-menu {
  top: 78px;
}

/* Hero */
.mm-homepage-slides {
  background: var(--mm-navy-dark);
}

.mm-hero-slide {
  height: 760px;
  min-height: 760px;
}

.mm-hero-slide .image-layer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  inset: 0;
  position: absolute;
  z-index: -2;
}

.mm-hero-slide .overlay {
  background: linear-gradient(95deg, rgba(4, 16, 28, 0.94) 0%, rgba(4, 16, 28, 0.74) 42%, rgba(4, 16, 28, 0.30) 70%, rgba(4, 16, 28, 0.04) 92%);
  opacity: 1;
}

.mm-hero-slide .hero-area-content {
  max-width: 780px;
  padding-top: 10px;
}

.mm-hero-slide .section-title {
  margin-bottom: 20px;
}

.mm-hero-slide .section-title h6 {
  color: var(--mm-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.mm-hero-slide .section-title h1 {
  color: #fff;
  font-size: clamp(54px, 5.6vw, 76px);
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.04;
  margin: 0;
  max-width: 760px;
}

.mm-hero-slide .hero-area-content > p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
  margin: 0;
  max-width: 780px;
}

.mm-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.mm-hero-actions .main-btn {
  margin: 0;
  font-size: 14px;
  padding: 18px 34px;
}

.mm-homepage-slides .slick-arrow {
  border-color: rgba(255, 255, 255, 0.5);
  height: 46px;
  width: 46px;
}

/* Trust strip */
.mm-trust-section {
  background: transparent;
  position: relative;
  z-index: 20;
}

.mm-trust-wrap {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 18px 50px rgba(16, 39, 63, 0.14);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: -50px;
  overflow: hidden;
}

.mm-trust-item {
  align-items: center;
  display: flex;
  gap: 16px;
  min-height: 112px;
  padding: 24px 26px;
  position: relative;
}

.mm-trust-item:not(:last-child)::after {
  background: var(--mm-line);
  content: "";
  height: 54%;
  position: absolute;
  right: 0;
  top: 23%;
  width: 1px;
}

.mm-trust-item i {
  color: var(--mm-gold);
  flex: 0 0 44px;
  font-size: 39px;
}

.mm-trust-item strong {
  color: var(--mm-navy);
  display: block;
  font-size: 15px;
  line-height: 1.25;
}

.mm-trust-item span {
  color: var(--mm-muted);
  display: block;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 5px;
}

/* Intro */
.mm-intro {
  padding-top: 112px;
}

.mm-check-list {
  margin-top: 28px;
}

.mm-check-list li {
  color: var(--mm-text);
  display: block;
  font-size: 15px;
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
}

.mm-check-list li::before {
  align-items: center;
  background: var(--mm-gold);
  border-radius: 50%;
  color: #fff;
  content: "✓";
  display: flex;
  font-size: 10px;
  height: 17px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}

.mm-image-collage {
  min-height: 510px;
  position: relative;
}

.mm-image-main {
  border-radius: 4px;
  box-shadow: 0 20px 50px rgba(16, 39, 63, 0.12);
  display: block;
  height: 510px;
  margin-left: auto;
  object-fit: cover;
  width: 88%;
}

.mm-experience-badge {
  align-items: center;
  background: var(--mm-navy);
  bottom: 34px;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 142px;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 172px;
}

.mm-experience-badge strong {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 48px;
  line-height: 1;
}

.mm-experience-badge span {
  font-size: 14px;
  margin-top: 8px;
}

/* Product grid */
.mm-products {
  background: var(--mm-cream);
}

.mm-product-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mm-product-card {
  background: #fff;
  border: var(--mm-card-border);
  border-radius: 12px;
  box-shadow: var(--mm-card-shadow);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mm-product-card:hover {
  box-shadow: 0 26px 55px rgba(7, 31, 49, 0.14);
  transform: translateY(-6px);
}

.mm-card-image {
  height: 225px;
  overflow: hidden;
}

.mm-card-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
  width: 100%;
}

.mm-product-card:hover .mm-card-image img {
  transform: scale(1.045);
}

.mm-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 30px 28px 28px;
}

.mm-card-body h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 14px;
}

.mm-card-body p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 22px;
}

.mm-card-body a {
  align-items: center;
  color: var(--mm-navy);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 0.8px;
  margin-top: auto;
  text-transform: uppercase;
}

.mm-card-body a:hover {
  color: var(--mm-gold);
}

/* Service */
.mm-service {
  background: var(--mm-navy);
  color: #fff;
}

.mm-section-head-light h2,
.mm-service p,
.mm-contact p {
  color: #fff;
}

.mm-service-intro {
  color: rgba(255, 255, 255, 0.82) !important;
  margin: 0 0 28px;
  max-width: 680px;
}

.mm-service-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 40px;
}

.mm-service-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(2, 12, 22, 0.28);
  min-height: 270px;
  padding: 38px 28px;
  text-align: center;
}

.mm-service-card i {
  color: var(--mm-navy);
  font-size: 50px;
  margin-bottom: 22px;
}

.mm-service-card h3 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 14px;
}

.mm-service-card p {
  color: var(--mm-muted) !important;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.mm-service-cta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
}

.mm-service-cta .main-btn {
  margin: 0;
}

.mm-text-link {
  color: #fff;
  font-weight: 600;
}

.mm-text-link:hover {
  color: var(--mm-gold);
}

.mm-text-link i {
  margin-right: 7px;
}

/* Quality */
.mm-quality {
  background: #fff;
}

.mm-quality-image {
  height: 520px;
  overflow: hidden;
}

.mm-quality-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mm-benefit-list {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.mm-benefit-list > div {
  align-items: flex-start;
  display: grid;
  gap: 2px 15px;
  grid-template-columns: 44px 1fr;
}

.mm-benefit-list i {
  color: var(--mm-gold);
  font-size: 35px;
  grid-row: span 2;
}

.mm-benefit-list strong {
  color: var(--mm-navy);
  font-size: 16px;
}

.mm-benefit-list span {
  color: var(--mm-muted);
  font-size: 14px;
}

/* Process */
.mm-process {
  background: var(--mm-cream);
}

.mm-process-grid {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
}

.mm-process-grid::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 16.66%;
  right: 16.66%;
  height: 1px;
  background: rgba(6, 40, 61, 0.18);
  z-index: 0;
}

.mm-process-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.mm-step-number {
  align-items: center;
  background: var(--mm-navy);
  border: 4px solid var(--mm-cream);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
  height: 88px;
  justify-content: center;
  margin: 0 0 22px;
  position: relative;
  width: 88px;
  z-index: 1;
}

.mm-process-step > i {
  color: var(--mm-gold);
  font-size: 30px;
  margin-bottom: 14px;
}

.mm-process-step h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 11px;
}

.mm-process-step p {
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  max-width: 320px;
}

/* Craftsmanship */
.mm-craftsmanship {
  background: #fff;
}

.mm-craft-image {
  height: 470px;
  overflow: hidden;
  position: relative;
}

.mm-craft-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mm-craft-caption {
  background: var(--mm-navy);
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  left: 0;
  max-width: 360px;
  padding: 26px 30px;
  position: absolute;
}

.mm-craft-caption strong {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 35px;
  line-height: 1;
}

.mm-craft-caption span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.4;
  margin-top: 8px;
}

/* Special solutions – dark premium chapter */
.mm-special {
  background: var(--mm-navy);
  color: #fff;
}

.mm-special-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mm-special-card {
  background: #fff;
  border: none;
  border-radius: 12px;
  box-shadow: 0 22px 50px rgba(2, 12, 22, 0.34);
  overflow: hidden;
}

.mm-special-card img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.mm-special-card > div {
  padding: 26px 24px 28px;
}

.mm-special-card h3 {
  color: var(--mm-navy);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.mm-special-card p {
  color: var(--mm-muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.mm-special .mm-section-head h2 {
  color: #fff;
}

.mm-special > .container > .row > div:first-child > p {
  color: rgba(255, 255, 255, 0.82);
}

.mm-special .main-btn {
  background: var(--mm-gold);
  border-color: var(--mm-gold);
  color: #06283d;
}

.mm-special .main-btn:hover {
  background: #fff;
  border-color: #fff;
  color: var(--mm-navy);
}

/* FAQ */
.mm-faq {
  background: #fff;
}

.mm-faq-list {
  border-top: 1px solid var(--mm-line);
}

.mm-faq-list details {
  border-bottom: 1px solid var(--mm-line);
  padding: 0;
}

.mm-faq-list summary {
  color: var(--mm-navy);
  cursor: pointer;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 23px;
  font-weight: 600;
  list-style: none;
  padding: 24px 50px 24px 0;
  position: relative;
}

.mm-faq-list summary::-webkit-details-marker {
  display: none;
}

.mm-faq-list summary::after {
  color: var(--mm-gold);
  content: "+";
  font-family: "Barlow", sans-serif;
  font-size: 26px;
  font-weight: 400;
  position: absolute;
  right: 8px;
  top: 20px;
}

.mm-faq-list details[open] summary::after {
  content: "–";
}

.mm-faq-list details p {
  margin: -6px 40px 24px 0;
  max-width: 760px;
}

/* Contact */
.mm-contact {
  background: var(--mm-blue);
}

.mm-contact .mm-section-head h2 {
  max-width: 520px;
}

.mm-contact > .container > .row > div:first-child > p {
  color: rgba(255, 255, 255, 0.8);
  max-width: 500px;
}

.mm-contact-points {
  margin-top: 32px;
}

.mm-contact-points li {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}

.mm-contact-points i {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: var(--mm-gold);
  display: flex;
  flex: 0 0 44px;
  font-size: 21px;
  height: 44px;
  justify-content: center;
  margin-right: 15px;
}

.mm-contact-points span,
.mm-contact-points a,
.mm-contact-points strong {
  display: block;
}

.mm-contact-points span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.mm-contact-points a,
.mm-contact-points strong {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.mm-contact-form-wrap {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 30px 70px rgba(2, 18, 33, 0.30);
  padding: 44px;
}

.mm-contact-form-wrap label {
  color: var(--mm-muted);
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.mm-contact-form-wrap input,
.mm-contact-form-wrap textarea,
.mm-contact-form-wrap select,
.mm-contact-form-wrap .nice-select {
  background: #fff;
  border: 1px solid #dfe5e9;
  border-radius: 6px;
  color: var(--mm-text);
  font-size: 15px;
  height: 54px;
  margin-bottom: 22px;
  padding: 14px 16px;
}

.mm-contact-form-wrap input:focus,
.mm-contact-form-wrap textarea:focus,
.mm-contact-form-wrap select:focus {
  border-color: var(--mm-navy);
  outline: none;
}

.mm-contact-form-wrap textarea {
  height: 120px;
}

.mm-contact-form-wrap .nice-select {
  align-items: center;
  display: flex;
  line-height: 1.2;
  width: 100%;
}

.mm-contact-form-wrap .nice-select .list {
  max-height: 280px;
  overflow-y: auto;
  width: 100%;
}

.mm-contact-form-wrap .main-btn {
  margin: 14px 0 0;
  padding: 18px 34px;
  width: 100%;
}

.mm-consent {
  align-items: flex-start;
  display: flex !important;
  font-weight: 400 !important;
  gap: 10px;
  line-height: 1.45;
}

.mm-consent input {
  flex: 0 0 16px;
  height: 16px;
  margin: 3px 0 0;
  padding: 0;
  width: 16px;
}

.mm-consent span {
  color: var(--mm-muted);
  font-size: 12px;
}

/* Footer: deliberately darker than contact */
.mm-footer {
  background: var(--mm-navy-dark);
  color: #fff;
  padding: 70px 0 0;
}

.mm-footer-grid {
  display: grid;
  gap: 55px;
  grid-template-columns: 1.45fr 1fr 1fr 1.15fr;
  padding-bottom: 55px;
}

.mm-footer-brand img {
  height: auto;
  margin-bottom: 22px;
  max-width: 150px;
}

.mm-footer p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  max-width: 270px;
}

.mm-footer h3 {
  color: var(--mm-gold);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.mm-footer-grid > div:not(.mm-footer-brand) > a {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
}

.mm-footer a:hover {
  color: #fff !important;
}

.mm-social-links {
  display: flex;
  gap: 9px;
  margin-top: 22px;
}

.mm-social-links a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.mm-footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
}

.mm-footer-bottom p {
  font-size: 12px;
}

.mm-footer-bottom a {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  margin-left: 22px;
}

/* Misc */
.go-top {
  background: var(--mm-gold);
}

.go-top:hover {
  background: var(--mm-navy);
}

/* Image unification – gentle, consistent, slightly cooler look.
   Note: this is a light CSS treatment. For full color grading
   (removing green/yellow casts) the source images should be edited. */
.mm-card-image img,
.mm-special-card img,
.mm-quality-image img,
.mm-craft-image img,
.mm-image-main {
  filter: saturate(0.93) contrast(1.03) brightness(1.01);
}

@media (max-width: 1199px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .mm-header .main-menu li.nav-item {
    margin: 0 9px;
  }

  .mm-header .main-menu .navbar-nav .nav-link {
    font-size: 13px;
  }

  .mm-product-grid,
  .mm-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mm-trust-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mm-trust-item:nth-child(2)::after {
    display: none;
  }

  .mm-trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--mm-line);
  }
}

@media (max-width: 991px) {
  .mm-section {
    padding: 88px 0;
  }

  .mm-header .navigation,
  .mm-header .header-inner-box .logo {
    height: 78px;
  }

  .mm-header .header-inner-box .logo {
    margin-left: 0;
  }

  .mm-header .main-menu .navbar-collapse {
    background: #fff;
    box-shadow: 0 20px 35px rgba(18, 48, 79, 0.12);
    left: 0;
    padding: 12px 24px 22px;
    position: absolute;
    top: 78px;
    width: 100%;
    z-index: 999;
  }

  .mm-header .main-menu .navbar-nav .nav-link {
    padding: 12px 0;
  }

  .mm-hero-slide {
    height: 660px;
    min-height: 660px;
  }

  .mm-image-collage,
  .mm-quality-image,
  .mm-craft-image {
    margin-top: 48px;
  }

  .mm-process-grid,
  .mm-special-grid,
  .mm-footer-grid {
    grid-template-columns: 1fr;
  }

  .mm-process-grid {
    gap: 44px;
  }

  .mm-process-grid::before {
    display: none;
  }

  .mm-process-step {
    padding: 0;
  }

  .mm-special-grid {
    margin-top: 45px;
  }

  .mm-special-card {
    display: grid;
    grid-template-columns: 260px 1fr;
  }

  .mm-special-card img {
    height: 100%;
    min-height: 190px;
  }

  .mm-footer-grid {
    gap: 35px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mm-section {
    padding: 66px 0;
  }

  .mm-section-head h2,
  .mm-centered-head h2 {
    font-size: 36px;
  }

  .mm-centered-head {
    margin-bottom: 36px;
  }

  .mm-hero-slide {
    height: 600px;
    min-height: 600px;
  }

  .mm-hero-slide .section-title h1 {
    font-size: 46px;
    line-height: 1.05;
  }

  .mm-hero-slide .hero-area-content > p {
    font-size: 16px;
  }

  .mm-hero-actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 300px;
  }

  .mm-hero-actions .main-btn {
    width: 100%;
  }

  .mm-trust-wrap,
  .mm-product-grid,
  .mm-service-grid,
  .mm-process-grid,
  .mm-footer-grid {
    grid-template-columns: 1fr;
  }

  .mm-trust-wrap {
    margin-top: 0;
  }

  .mm-trust-item {
    border-bottom: 1px solid var(--mm-line);
    min-height: 96px;
  }

  .mm-trust-item::after {
    display: none;
  }

  .mm-intro {
    padding-top: 65px;
  }

  .mm-image-collage,
  .mm-image-main {
    height: 410px;
    min-height: 410px;
  }

  .mm-image-main {
    width: 100%;
  }

  .mm-experience-badge {
    bottom: 0;
    height: 112px;
    width: 145px;
  }

  .mm-experience-badge strong {
    font-size: 38px;
  }

  .mm-card-image {
    height: 245px;
  }

  .mm-service-card {
    min-height: 0;
  }

  .mm-quality-image,
  .mm-craft-image {
    height: 390px;
  }

  .mm-special-card {
    display: block;
  }

  .mm-special-card img {
    height: 220px;
  }

  .mm-contact-form-wrap {
    margin-top: 42px;
    padding: 26px 22px;
  }

  .mm-footer-grid {
    grid-template-columns: 1fr;
  }

  .mm-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .mm-footer-bottom a {
    margin-left: 0;
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .mm-hero-slide .section-title h1 {
    font-size: 40px;
  }

  .mm-section-head h2,
  .mm-centered-head h2 {
    font-size: 34px;
  }

  .mm-image-collage,
  .mm-image-main,
  .mm-quality-image,
  .mm-craft-image {
    height: 340px;
    min-height: 340px;
  }
}
