/* =========================================
   MERCURY REMOVAL PAGE STYLES
   ========================================= */

/* HERO — Split Layout */
.mr-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 72vh;
  background: #ede8e0;
}

.mr-hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3.5rem 3rem 3.5rem 4rem;
  gap: 1.5rem;
}

.mr-hero-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: hsl(23, 45%, 55%);
  text-transform: uppercase;
  margin: 0;
}

.mr-hero-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.2rem, 3.4vw, 3.2rem);
  font-weight: 400;
  line-height: 1.12;
  color: #3d3530;
  margin: 0;
  letter-spacing: -0.01em;
}

.mr-hero-sub {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #5d5746;
  margin: 0;
  max-width: 52ch;
}

.mr-hero-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}

.mr-hero-btn {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  color: #f5f0eb;
  background: hsl(23, 32%, 40%);
  padding: 0.85rem 2rem;
  border-radius: 50px;
  transition: background 0.2s;
  white-space: nowrap;
}

.mr-hero-btn:hover {
  background: hsl(23, 32%, 33%);
}

.mr-hero-link {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 1rem;
  color: hsl(23, 45%, 55%);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
  white-space: nowrap;
}

.mr-hero-badges {
  display: flex;
  gap: 2.5rem;
  margin-top: 0.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ddd6cc;
}

.mr-hero-badge {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.mr-hero-badge-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #3d3530;
  letter-spacing: 0.02em;
}

.mr-hero-badge-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a7f72;
}

.mr-hero-right {
  position: relative;
}

.mr-hero-img-wrap {
  position: absolute;
  top: 2.75rem;
  right: 3rem;
  bottom: 2.75rem;
  left: 1.5rem;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(61, 53, 48, 0.13);
}

.mr-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* WHY REMOVE SECTION */
.mr-why-section {
  background-color: #f5f1ea;
  padding: 5rem 4rem 6rem;
}

.mr-why-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.mr-why-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.8rem;
  font-weight: 300;
  color: hsl(44, 14%, 32%);
  text-align: center;
  max-width: 780px;
  margin: 0 auto 3.5rem;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.mr-why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
  max-width: 780px;
  margin: 0 auto;
}

.mr-why-card-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.7rem;
  font-weight: 300;
  color: hsl(23, 32%, 40%);
  margin: 0 0 1rem;
  line-height: 1.3;
  border-bottom: 1px solid rgba(90, 75, 55, 0.25);
  padding-bottom: 0.75rem;
}

.mr-why-card-body {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 1.1rem;
  color: #4a4234;
  line-height: 1.85;
  margin: 0 0 0.75rem;
}

.mr-why-card-body:last-child {
  margin-bottom: 0;
}

.mr-why-wave {
  background-color: #f5f1ea;
  line-height: 0;
  display: block;
  margin-bottom: -2px;
}

.mr-why-wave svg {
  display: block;
  width: 100%;
  height: 80px;
}

/* SMART PROTOCOL SECTION */
.mr-smart-section {
  background-color: #4a4740;
  padding: 5rem 4rem 6rem;
  margin-top: -2px;
}

.mr-smart-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.mr-smart-text {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.mr-smart-video-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(20, 16, 10, 0.35);
  max-width: 340px;
  margin: 0 auto;
}

.mr-smart-video {
  width: 100%;
  display: block;
}

.mr-smart-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 2px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
}

.mr-smart-play-btn:hover {
  background: rgba(255, 255, 255, 0.32);
  transform: translate(-50%, -50%) scale(1.08);
}

.mr-smart-play-btn svg {
  width: 26px;
  height: 26px;
  margin-left: 4px;
}

.mr-smart-play-btn.hidden {
  display: none;
}

.mr-smart-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: hsl(45, 22%, 72%);
  margin: 0;
}

.mr-smart-subhead {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  border-left: 3px solid hsl(23, 45%, 62%);
  padding-left: 0.85rem;
}

.mr-smart-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.8rem;
  font-weight: 300;
  color: hsl(45, 22%, 92%);
  margin: 0;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.mr-smart-body {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 1.15rem;
  color: hsl(45, 16%, 78%);
  line-height: 1.9;
  margin: 0 0 1.2rem;
}

.mr-smart-link {
  display: inline-block;
  font-family: 'Alegreya', Georgia, serif;
  font-size: 1rem;
  color: hsl(23, 45%, 38%);
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-top: 0.25rem;
}

.mr-smart-link:hover {
  color: hsl(23, 45%, 25%);
}

.mr-smart-section .mr-smart-link {
  color: hsl(45, 30%, 80%);
}

.mr-smart-section .mr-smart-link:hover {
  color: hsl(45, 40%, 95%);
}

.mr-smart-badge {
  display: inline-block;
  margin-top: 2rem;
  border: 1.5px solid rgba(245, 240, 235, 0.35);
  border-radius: 12px;
  padding: 1.5rem 2.5rem;
}

.mr-smart-badge-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  color: rgba(245, 240, 235, 0.55);
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}

.mr-smart-badge-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: hsl(45, 22%, 90%);
  margin: 0;
  line-height: 1.3;
}

.mr-smart-wave {
  background-color: #4a4740;
  line-height: 0;
  display: block;
  margin-bottom: -2px;
}

.mr-smart-wave svg {
  display: block;
  width: 100%;
  height: 80px;
}

/* SAFE PROCESS SECTION */
.mr-process-section {
  background-color: hsl(45, 22%, 86%);
  padding: 5rem 4rem 6rem;
  margin-top: -2px;
}

.mr-process-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.mr-process-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.8rem;
  font-weight: 300;
  color: #4a4234;
  text-align: center;
  margin: 0 0 3rem;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.mr-process-timeline {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
}

.mr-process-timeline::before {
  content: '';
  position: absolute;
  left: 1.1rem;
  top: 1.1rem;
  bottom: 1.1rem;
  width: 1px;
  background-color: hsl(23, 32%, 55%);
  opacity: 0.4;
}

.mr-process-item {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  position: relative;
  padding-bottom: 3rem;
}

.mr-process-item:last-child {
  padding-bottom: 0;
}

.mr-process-marker {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.mr-process-num {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background-color: hsl(23, 32%, 40%);
  color: #f5f0eb;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mr-process-content {
  flex: 1;
  padding-top: 0.15rem;
}

.mr-process-step-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #4a4234;
  margin: 0 0 0.6rem;
  line-height: 1.3;
}

.mr-process-step-body {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 1.05rem;
  color: #5d5746;
  line-height: 1.8;
  margin: 0;
}

.mr-process-subitems {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.mr-process-subitem {
  border-left: 2px solid hsl(23, 32%, 55%);
  padding-left: 1.25rem;
}

.mr-process-subitem-title {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #4a4234;
  margin: 0 0 0.3rem;
  line-height: 1.3;
}

.mr-process-subitem-body {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 1rem;
  color: #5d5746;
  line-height: 1.8;
  margin: 0;
}

.mr-process-wave {
  background-color: hsl(45, 22%, 86%);
  line-height: 0;
  display: block;
  margin-bottom: -2px;
}

.mr-process-wave svg {
  display: block;
  width: 100%;
  height: 80px;
}

/* MATERIALS SECTION */
.mr-materials-section {
  background-color: #f0ebe3;
  padding: 5rem 4rem 6rem;
  margin-top: -2px;
}

.mr-materials-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.mr-materials-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.8rem;
  font-weight: 300;
  color: hsl(44, 14%, 32%);
  text-align: center;
  margin: 0 0 1rem;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.mr-materials-intro {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 1.15rem;
  color: #4a4234;
  text-align: center;
  max-width: 680px;
  margin: 0 auto 3rem;
  line-height: 1.85;
}

.mr-materials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.mr-material-card {
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(90, 75, 55, 0.15);
  border-radius: 12px;
  padding: 2rem 1.75rem;
}

.mr-material-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: hsl(23, 32%, 40%);
  margin: 0 0 0.75rem;
  line-height: 1.3;
}

.mr-material-body {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 1.05rem;
  color: #4a4234;
  line-height: 1.8;
  margin: 0;
}

/* DR. TYLER SECTION */
.mr-dr-section {
  background: #4a4740;
  padding: 5rem 2rem;
}

.mr-dr-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: 5rem;
  align-items: center;
}

.mr-dr-photo-wrap {
}

.mr-dr-photo {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center top;
  display: block;
  mask-image: radial-gradient(ellipse 82% 90% at 50% 46%, black 50%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 82% 90% at 50% 46%, black 50%, transparent 100%);
}

.mr-dr-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mr-dr-label {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: hsl(45, 22%, 92%);
  margin: 0;
}

.mr-dr-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 3rem;
  font-weight: 300;
  color: hsl(45, 22%, 92%);
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0.02em;
}

.mr-dr-rule {
  border: none;
  border-top: 1.5px solid hsl(44, 14%, 55%);
  width: 200px;
  margin: 0.75rem 0 0.5rem;
}

.mr-dr-body {
  font-family: 'Alegreya', serif;
  font-size: 1.125rem;
  line-height: 1.75;
  color: #efede6;
  margin: 0;
}

.mr-dr-btn {
  display: inline-block;
  align-self: flex-start;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: hsl(45, 22%, 92%);
  text-decoration: none;
  border: 1.5px solid hsl(44, 14%, 60%);
  padding: 0.8rem 2rem;
  margin-top: 1.5rem;
  transition: background 0.2s, color 0.2s;
}

.mr-dr-btn:hover {
  background: hsl(45, 22%, 92%);
  color: hsl(44, 14%, 22%);
}

/* REVIEWS SECTION */
.mr-reviews-wave-top {
  background-color: #f5f1ea;
  line-height: 0;
  display: block;
  margin-bottom: -2px;
}

.mr-reviews-wave-top svg {
  display: block;
  width: 100%;
  height: 60px;
}

.mr-reviews-section {
  background-color: #f5f1ea;
  padding: 4rem 2rem 5rem;
}

.mr-reviews-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.8rem;
  font-weight: 300;
  color: hsl(44, 14%, 32%);
  text-align: center;
  margin: 0 0 2.5rem;
  letter-spacing: 0.01em;
}

.mr-reviews-wave-bottom {
  background-color: #5d5746;
  line-height: 0;
  display: block;
  margin-top: -2px;
}

.mr-reviews-wave-bottom svg {
  display: block;
  width: 100%;
  height: 60px;
}

/* COMPREHENSIVE HOLISTIC CARE */
.mr-holistic-section {
  background-color: #5d5746;
  padding: 5rem 4rem 6rem;
  margin-top: -2px;
}

.mr-holistic-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.mr-holistic-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.8rem;
  font-weight: 300;
  color: hsl(45, 22%, 92%);
  margin: 0 0 1rem;
  letter-spacing: 0.01em;
}

.mr-holistic-intro {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 1.15rem;
  color: hsl(45, 16%, 78%);
  line-height: 1.9;
  max-width: 760px;
  margin: 0 auto 2.5rem;
}

.mr-holistic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  text-align: left;
}

.mr-holistic-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 1.5rem;
  text-decoration: none;
  transition: background 0.2s ease;
  display: block;
}

.mr-holistic-item:hover {
  background: rgba(255, 255, 255, 0.11);
}

.mr-holistic-item-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 300;
  color: hsl(45, 22%, 90%);
  margin: 0 0 0.4rem;
  line-height: 1.3;
}

.mr-holistic-item-desc {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 1rem;
  color: hsl(45, 16%, 72%);
  line-height: 1.7;
  margin: 0;
}

/* HOLISTIC → FAQ WAVE */
.mr-holistic-faq-wave {
  background-color: #5d5746;
  line-height: 0;
  display: block;
  margin-bottom: -2px;
}

.mr-holistic-faq-wave svg {
  display: block;
  width: 100%;
  height: 60px;
}

/* FAQ SECTION */
.mr-faq-section {
  background-color: #3d3530;
  padding: 5rem 2rem 6rem;
}

.mr-faq-inner {
  max-width: 860px;
  margin: 0 auto;
}

.mr-faq-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.8rem;
  font-weight: 300;
  color: hsl(45, 22%, 92%);
  text-align: center;
  margin: 0 0 3rem;
  letter-spacing: 0.01em;
}

.mr-faq-wave {
  background-color: #3d3530;
  line-height: 0;
  display: block;
  margin-bottom: -2px;
}

.mr-faq-wave svg {
  display: block;
  width: 100%;
  height: 80px;
}

/* OFFICE SECTION */
.mr-office-section {
  background-color: #e8e3d6;
  padding: 5rem 4rem 6rem;
  margin-top: -2px;
}

.mr-office-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.mr-office-map {
  height: 380px;
  border-radius: 8px;
  overflow: hidden;
}

.mr-office-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(100%) sepia(18%) brightness(1.05);
}

.mr-office-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 3rem;
  font-weight: 300;
  color: hsl(23, 32%, 40%);
  margin: 0 0 1rem;
  line-height: 1.15;
}

.mr-office-intro {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 1.125rem;
  color: hsl(44, 14%, 34%);
  line-height: 1.7;
  margin: 0 0 1.5rem;
}

.mr-office-row {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.25rem;
}

.mr-office-icon {
  color: hsl(23, 32%, 40%);
  width: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.mr-office-icon svg {
  width: 20px;
  height: 20px;
}

.mr-office-value {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 1.05rem;
  color: #4a4234;
  line-height: 1.6;
  margin: 0 0 0.4rem;
}

.mr-office-btn {
  display: inline-block;
  background: hsl(23, 32%, 40%);
  color: #f5f0eb;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  padding: 0.75rem 1.75rem;
  border-radius: 50px;
  transition: background 0.25s ease;
}

.mr-office-btn:hover {
  background: hsl(23, 32%, 32%);
}

/* CTA BANNER */
.mr-cta-section {
  position: relative;
  background-image: url('plant-background.webp');
  background-size: cover;
  background-position: center 30%;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mr-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(60, 58, 45, 0.42);
}

.mr-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
  padding: 3rem 2rem;
}

.mr-cta-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 3rem;
  font-weight: 300;
  color: #f5f0eb;
  line-height: 1.3;
  margin: 0;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.18);
}

.mr-cta-btn {
  display: inline-block;
  background: #f0ebe3cc;
  color: #3b3526;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  transition: background 0.25s ease;
  backdrop-filter: blur(2px);
}

.mr-cta-btn:hover {
  background: #f5f0eb;
  color: #2e2a1e;
}

/* =========================================
   RESPONSIVE
   ========================================= */
@media (max-width: 900px) {
  .mr-why-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .mr-materials-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mr-holistic-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mr-process-timeline::before {
    display: none;
  }

  .mr-smart-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .mr-smart-img {
    height: 340px;
    object-position: center 20%;
  }
}

@media (max-width: 900px) {
  .mr-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .mr-hero-right {
    height: 280px;
    order: -1;
  }

  .mr-hero-img {
    object-position: center top;
  }

  .mr-hero-img-wrap {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    border-radius: 12px;
  }

  .mr-hero-left {
    padding: 2.5rem 1.75rem 3rem;
  }
}

@media (max-width: 768px) {
  .mr-hero-right {
    height: 240px;
  }

  .mr-hero-left {
    padding: 2rem 1.5rem 3rem;
    gap: 1.25rem;
  }

  .mr-hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .mr-hero-badges {
    gap: 1rem;
  }

  .mr-why-section,
  .mr-smart-section,
  .mr-process-section,
  .mr-materials-section,
  .mr-holistic-section,
  .mr-faq-section {
    padding: 3rem 1.5rem 4rem;
  }

  .mr-why-heading,
  .mr-smart-heading,
  .mr-process-heading,
  .mr-materials-heading,
  .mr-holistic-heading,
  .mr-faq-heading {
    font-size: 2rem;
  }

  .mr-materials-grid {
    grid-template-columns: 1fr;
  }

  .mr-holistic-grid {
    grid-template-columns: 1fr;
  }

  .mr-dr-pattern {
    display: none;
  }

  .mr-dr-section {
    padding: 3.5rem 2rem;
  }

  .mr-dr-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .mr-dr-photo {
    height: 380px;
  }

  .mr-dr-name {
    font-size: 2.4rem;
  }

  .mr-office-section {
    padding: 3rem 1.5rem 4rem;
  }

  .mr-office-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .mr-office-map {
    height: 280px;
  }

  .mr-cta-heading {
    font-size: 2rem;
  }

  .mr-smart-badge {
    padding: 1rem 1.5rem;
  }
}
