/* Mara Hair & Beauty — contemporary responsive design system */
:root {
  --mh-font-body: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  --mh-font-display: "Manrope", "Plus Jakarta Sans", sans-serif;
  --mh-ink: #354039;
  --mh-muted: #5d6861;
  --mh-green: #567656;
  --mh-green-deep: #3f5f47;
  --mh-sage: #e7eee6;
  --mh-surface: #f7f9f6;
  --mh-white: #ffffff;
  --mh-line: rgba(63, 95, 71, 0.14);
  --mh-radius-lg: clamp(24px, 2.4vw, 38px);
  --mh-radius-md: clamp(18px, 1.5vw, 26px);
  --mh-section-space: clamp(76px, 8vw, 136px);
  --mh-shadow-soft: 0 22px 62px rgba(38, 55, 43, 0.09);
  --mh-shadow-card: 0 14px 38px rgba(38, 55, 43, 0.1);
}

html {
  font-size: 100%;
}

/* Responsive geometry must update immediately; animate only visual button states. */
.scrollToTopBtn,
.scrollToTopBtn:hover {
  transition:
    opacity 300ms ease,
    transform 300ms ease,
    background-color 200ms ease,
    color 200ms ease,
    box-shadow 200ms ease;
}

body {
  color: var(--mh-ink);
  background: #fbfcfa;
  font-family: var(--mh-font-body);
  font-size: clamp(16px, 0.16vw + 15.4px, 17.5px);
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: -0.012em;
}

body :where(p, a, li, button, input, select, textarea, label, td, th, small),
button,
input,
select,
textarea,
a,
.font-primary,
b,
strong {
  font-family: var(--mh-font-body) !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.font-sec {
  font-family: var(--mh-font-display) !important;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

h1,
.h1 {
  font-size: clamp(42px, 5.4vw, 80px);
  font-weight: 720;
  line-height: 1.04;
}

h2,
.h2 {
  font-size: clamp(34px, 3.65vw, 54px);
  font-weight: 700;
  line-height: 1.1;
}

h3,
.h3 {
  font-size: clamp(27px, 2.6vw, 38px);
  font-weight: 650;
  line-height: 1.15;
}

h4,
.h4 {
  font-size: clamp(21px, 1.65vw, 27px);
  font-weight: 650;
  line-height: 1.2;
}

h5,
.h5 {
  font-size: clamp(19px, 1.2vw, 22px);
  font-weight: 650;
  line-height: 1.28;
}

h6,
.h6 {
  font-size: clamp(17px, 1vw, 19px);
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: -0.018em;
}

p,
.text-16 {
  font-family: var(--mh-font-body);
  font-size: clamp(16px, 0.16vw + 15.4px, 17.5px);
  font-weight: 500;
  line-height: 1.72;
}

.text-18 {
  font-family: var(--mh-font-body);
  font-size: clamp(17px, 0.25vw + 16px, 19px);
  line-height: 1.65;
}

.text-14 {
  font-size: clamp(15px, 0.14vw + 14.5px, 16px);
  line-height: 1.68;
}

.eyebrow {
  color: var(--mh-green);
  font-family: var(--mh-font-body);
  font-size: clamp(14px, 0.3vw + 13.5px, 17px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.main-menu__list > li > a,
.sticky-header .main-menu__list > li > a,
.cus-btn,
.cus-btn-2,
.mara-land-cta {
  font-family: var(--mh-font-body);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.015em;
}

/* Shared filled CTA: keep its label and arrow stable on interaction. */
.cus-btn {
  isolation: isolate;
  border: 1px solid var(--mh-green);
  background: var(--mh-green);
  color: var(--mh-white);
  box-shadow: 0 4px 14px rgba(38, 55, 43, 0.12);
  transform: translateY(0);
  transition: background-color 280ms ease,
    border-color 280ms ease,
    color 280ms ease,
    box-shadow 320ms ease,
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cus-btn .circle {
  display: none;
}

.cus-btn .arr-1 {
  right: 27px;
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}

.cus-btn .arr-2 {
  left: -32px;
  opacity: 0;
}

.cus-btn .text {
  transform: translateX(-12px);
}

.cus-btn img,
.cus-btn .text {
  transition: opacity 220ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cus-btn:is(:hover, :focus-visible) {
  border-color: var(--mh-green-deep);
  background: #4d704f;
  color: var(--mh-white);
  box-shadow: 0 10px 24px rgba(38, 55, 43, 0.2);
  transform: translateY(-2px);
}

.cus-btn:is(:hover, :focus-visible) .arr-1 {
  right: 27px;
  opacity: 1;
  transform: rotate(-38deg) scale(1.06);
}

.cus-btn:is(:hover, :focus-visible) .arr-2 {
  left: -32px;
  opacity: 0;
}

.cus-btn:is(:hover, :focus-visible) .text {
  transform: translateX(-12px);
}

.cus-btn:focus-visible {
  outline: 3px solid rgba(86, 118, 86, 0.24);
  outline-offset: 4px;
}

.cus-btn:active {
  border-color: var(--mh-green-deep);
  background: var(--mh-green-deep);
  color: var(--mh-white);
  box-shadow: 0 4px 12px rgba(38, 55, 43, 0.15);
  transform: translateY(0) scale(0.99);
}

/* Shared outline CTA: subtle movement, consistent colour and one stable icon. */
.cus-btn-2 {
  isolation: isolate;
  border: 1px solid rgba(63, 95, 71, 0.76);
  background: rgba(255, 255, 255, 0.76);
  color: var(--mh-green-deep);
  box-shadow: 0 3px 12px rgba(38, 55, 43, 0.06);
  transform: translateY(0);
  transition: background-color 280ms ease,
    border-color 280ms ease,
    color 280ms ease,
    box-shadow 320ms ease,
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cus-btn-2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(115deg, rgba(86, 118, 86, 0.05), rgba(86, 118, 86, 0.13));
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease;
}

.cus-btn-2::after {
  display: none;
}

.cus-btn-2 img,
.cus-btn-2 .text {
  z-index: 2;
}

.cus-btn-2 img {
  transition: opacity 220ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cus-btn-2 .arr-1 {
  right: 27px;
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}

.cus-btn-2 .arr-2 {
  left: -32px;
  opacity: 0;
}

.cus-btn-2 .circle {
  display: none;
}

.cus-btn-2 .text {
  transform: translateX(-12px);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cus-btn-2:is(:hover, :focus-visible) {
  border-color: var(--mh-green);
  background: rgba(247, 250, 246, 0.96);
  color: var(--mh-green-deep);
  box-shadow: 0 9px 22px rgba(38, 55, 43, 0.13);
  transform: translateY(-2px);
}

.cus-btn-2:is(:hover, :focus-visible)::before {
  opacity: 1;
}

.cus-btn-2:is(:hover, :focus-visible) .arr-1 {
  right: 27px;
  opacity: 1;
  transform: rotate(-38deg) scale(1.06);
}

.cus-btn-2:is(:hover, :focus-visible) .arr-2 {
  left: -32px;
  opacity: 0;
}

.cus-btn-2:is(:hover, :focus-visible) .text {
  transform: translateX(-12px);
}

.cus-btn-2:focus-visible {
  outline: 3px solid rgba(86, 118, 86, 0.24);
  outline-offset: 4px;
}

.cus-btn-2:active {
  border-color: var(--mh-green);
  background: rgba(231, 238, 230, 0.92);
  color: var(--mh-green-deep);
  box-shadow: 0 4px 12px rgba(38, 55, 43, 0.11);
  transform: translateY(0) scale(0.99);
}

.main-wrapper > section.mt-140 {
  margin-top: var(--mh-section-space) !important;
}

.main-wrapper > section.mb-140 {
  margin-bottom: var(--mh-section-space) !important;
}

/* Home opening: clean hierarchy, no decorative rings and a seamless logo disc. */
.hero-slideshow {
  height: auto;
  min-height: 0;
  overflow: hidden;
  background: #f4f7f3;
}

.hero-slideshow .slick-slider {
  -ms-touch-action: pan-x pan-y pinch-zoom;
  touch-action: pan-x pan-y pinch-zoom;
}

.hero-slideshow .slider-block,
.hero-slideshow .hero-slider,
.hero-slideshow .slick-list,
.hero-slideshow .slick-track,
.hero-slideshow .slick-slide,
.hero-slideshow .slick-slide > div,
.hero-slideshow .slide-1,
.hero-slideshow .hero-container {
  height: auto;
}

.hero-slideshow .slide-1 {
  isolation: isolate;
  background: linear-gradient(135deg, #fbfcfa 0%, #f4f8f3 54%, #edf3ec 100%);
}

.hero-slideshow .slide-1::before,
.hero-slideshow .slide-1::after {
  display: none;
  content: none;
}

.hero-slideshow .slide-1 .hero-content {
  z-index: 1;
  display: grid;
  height: auto;
  padding: clamp(154px, 17vh, 190px) 0 clamp(46px, 6vh, 64px);
  grid-template-columns: minmax(0, 1fr) clamp(250px, 22vw, 340px);
  gap: clamp(42px, 5vw, 82px);
  align-content: center;
  align-items: center;
}

.hero-slideshow .hero-copy {
  min-width: 0;
  max-width: 900px;
}

.hero-slideshow .hero-copy .eyebrow {
  gap: 11px;
  margin-bottom: clamp(10px, 1.2vh, 14px);
  padding-right: 0;
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.4;
}

.hero-slideshow .hero-copy .eyebrow::before {
  width: clamp(28px, 2.8vw, 42px);
}

.hero-slideshow .hero-copy .hero-title {
  display: grid;
  gap: clamp(5px, 0.8vh, 9px);
  margin: 0 0 clamp(5px, 0.8vh, 9px);
  font-size: clamp(44px, min(3.45vw, 5.4vh), 58px);
  line-height: 1.08;
  letter-spacing: -0.038em;
}

.hero-slideshow .hero-title__line {
  display: block;
}

.hero-slideshow .hero-copy h3 {
  margin-bottom: clamp(6px, 0.85vh, 10px);
  font-size: clamp(24px, min(2.15vw, 3.5vh), 35px);
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.hero-slideshow .hero-description {
  max-width: 850px;
  margin-top: clamp(17px, 2vh, 22px);
  padding: clamp(15px, 1.25vw, 19px) clamp(17px, 1.6vw, 23px);
  border: 1px solid rgba(86, 118, 86, 0.14);
  border-left: 4px solid rgba(86, 118, 86, 0.58);
  border-radius: 0 18px 18px 0;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 12px 30px rgba(38, 55, 43, 0.055);
  font-size: clamp(17px, 0.28vw + 16px, 19px);
  font-weight: 520;
  line-height: 1.68;
  text-wrap: pretty;
}

.hero-slideshow .hero-services-summary {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: clamp(14px, 1.7vh, 18px) 0 0;
  padding: 0;
  list-style: none;
}

.hero-slideshow .hero-services-summary li {
  padding: 7px 12px;
  border: 1px solid rgba(86, 118, 86, 0.18);
  border-radius: 999px;
  color: #4e6750;
  background: rgba(255, 255, 255, 0.58);
  font-size: clamp(13px, 0.8vw, 14px);
  font-weight: 700;
  line-height: 1.3;
}

.hero-slideshow .hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: clamp(14px, 1.7vh, 18px);
}

.hero-slideshow .hero-action {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--mh-green);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  transition: color 220ms ease, background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.hero-slideshow .hero-action--primary {
  color: #fff;
  background: var(--mh-green);
  box-shadow: 0 10px 24px rgba(56, 78, 60, 0.16);
}

.hero-slideshow .hero-action--secondary {
  color: var(--mh-green);
  background: rgba(255, 255, 255, 0.5);
}

.hero-slideshow .hero-action:hover,
.hero-slideshow .hero-action:focus-visible {
  color: #fff;
  background: #496849;
  box-shadow: 0 12px 28px rgba(56, 78, 60, 0.2);
  transform: translateY(-2px);
}

.hero-slideshow .hero-action:focus-visible {
  outline: 3px solid rgba(86, 118, 86, 0.28);
  outline-offset: 3px;
}

.hero-slideshow .hero-brand {
  position: relative;
  top: auto;
  right: auto;
  display: grid;
  width: 100%;
  max-width: 340px;
  aspect-ratio: 1;
  place-items: center;
  justify-self: end;
  padding: clamp(34px, 3.2vw, 50px);
  overflow: hidden;
  border: 1px solid rgba(86, 118, 86, 0.16);
  border-radius: 50%;
  background: #ffffff;
  box-shadow:
    0 24px 58px rgba(44, 62, 48, 0.13),
    0 7px 20px rgba(44, 62, 48, 0.06);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  isolation: isolate;
}

.hero-slideshow .hero-brand::before {
  display: none;
  content: none;
}

.hero-slideshow .hero-brand img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

@media (min-width: 1600px) {
  .hero-slideshow .hero-container {
    width: calc(100% - clamp(80px, 8vw, 220px));
    max-width: 2120px;
  }

  .hero-slideshow .slide-1 .hero-content {
    grid-template-columns: minmax(0, 1350px) clamp(320px, 16vw, 360px);
    justify-content: space-between;
  }

  .hero-slideshow .hero-copy {
    max-width: 1100px;
  }

  .hero-slideshow .hero-description {
    max-width: 1050px;
  }
}

.main-wrapper > .hero-slideshow + .about-sec {
  margin-top: clamp(64px, 5vw, 88px) !important;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .hero-slideshow {
    height: auto;
    min-height: 0;
  }

  .hero-slideshow .slider-block,
  .hero-slideshow .hero-slider,
  .hero-slideshow .slick-list,
  .hero-slideshow .slick-track,
  .hero-slideshow .slick-slide,
  .hero-slideshow .slick-slide > div,
  .hero-slideshow .slide-1,
  .hero-slideshow .hero-container {
    height: auto;
    min-height: 0;
  }

  .hero-slideshow .hero-container {
    width: 100%;
    max-width: calc(100% - clamp(32px, 5vw, 60px));
  }

  .hero-slideshow .slide-1 .hero-content {
    height: auto;
    min-height: 0;
    padding: clamp(108px, 10.5vw, 120px) 0 clamp(36px, 4vw, 42px);
    grid-template-columns: minmax(0, 1fr) clamp(190px, 25vw, 265px);
    gap: clamp(28px, 4vw, 48px);
  }

  .hero-slideshow .hero-copy .hero-title {
    font-size: clamp(36px, 4.1vw, 44px);
  }

  .hero-slideshow .hero-copy h3 {
    font-size: clamp(22px, 2.65vw, 26px);
  }

  .hero-slideshow .hero-description {
    padding: clamp(14px, 1.8vw, 17px) clamp(15px, 2vw, 20px);
    font-size: clamp(16px, 1.65vw, 17.5px);
    line-height: 1.64;
  }

  .hero-slideshow .hero-brand {
    max-width: 265px;
    padding: clamp(28px, 3.4vw, 38px);
  }

  .hero-slideshow .hero-services-summary,
  .hero-slideshow .hero-actions {
    margin-top: 10px;
  }

  .hero-slideshow .hero-action {
    min-height: 42px;
    padding: 9px 16px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-slideshow .hero-container {
    width: 100%;
    max-width: calc(100% - 32px);
  }
}

@media (max-width: 767.98px) {
  .hero-slideshow {
    height: auto;
    min-height: 0;
  }

  .hero-slideshow .slider-block,
  .hero-slideshow .hero-slider,
  .hero-slideshow .slick-list,
  .hero-slideshow .slick-track,
  .hero-slideshow .slick-slide,
  .hero-slideshow .slick-slide > div,
  .hero-slideshow .slide-1,
  .hero-slideshow .hero-container {
    height: auto;
    min-height: 0;
  }

  .hero-slideshow .slide-1 .hero-content {
    display: flex;
    height: auto;
    min-height: 0;
    padding: clamp(118px, 30vw, 140px) 0 clamp(44px, 10vw, 58px);
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }

  .hero-slideshow .hero-copy {
    order: 2;
    width: 100%;
    max-width: none;
  }

  .hero-slideshow .hero-brand {
    order: 1;
    width: clamp(104px, 28vw, 124px);
    margin: 0 auto clamp(22px, 6vw, 30px);
    padding: clamp(13px, 3.7vw, 17px);
    align-self: center;
    box-shadow: 0 14px 32px rgba(44, 62, 48, 0.12);
  }

  .hero-slideshow .hero-copy .eyebrow {
    justify-content: center;
    margin-bottom: 13px;
    padding-right: 0;
    font-size: clamp(13px, 3.8vw, 15px);
    text-align: center;
  }

  .hero-slideshow .hero-copy .eyebrow::before {
    width: 24px;
  }

  .hero-slideshow .hero-copy .hero-title {
    margin-bottom: 7px;
    font-size: clamp(28px, 8.25vw, 35px);
    line-height: 1.1;
    text-align: left;
  }

  .hero-slideshow .hero-copy h3 {
    margin-bottom: 8px;
    font-size: clamp(20px, 5.9vw, 25px);
    line-height: 1.22;
    text-align: left;
  }

  .hero-slideshow .hero-description {
    max-width: none;
    margin-top: 17px;
    padding: 14px 15px;
    border-left-width: 3px;
    border-radius: 0 15px 15px 0;
    font-size: clamp(15.75px, 4.1vw, 17px);
    line-height: 1.66;
  }

  .hero-slideshow .hero-services-summary {
    gap: 8px;
  }

  .hero-slideshow .hero-services-summary li {
    padding: 8px 11px;
    font-size: 13.5px;
  }

  .hero-slideshow .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hero-slideshow .hero-action {
    width: 100%;
  }
}

@media (max-width: 359.98px) {
  .hero-slideshow .slide-1 .hero-content {
    padding-top: 112px;
    padding-bottom: 42px;
  }

  .hero-slideshow .hero-brand {
    width: 100px;
    margin-bottom: 20px;
    padding: 13px;
  }

  .hero-slideshow .hero-copy .eyebrow {
    font-size: 12.5px;
  }

  .hero-slideshow .hero-copy .hero-title {
    font-size: clamp(26px, 8.5vw, 29px);
  }

  .hero-slideshow .hero-copy h3 {
    font-size: clamp(19px, 6.2vw, 22px);
  }

  .hero-slideshow .hero-description {
    padding: 13px 14px;
    font-size: 15.5px;
    line-height: 1.62;
  }

  .hero-slideshow .hero-actions {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-height: 720px) and (min-width: 768px) {
  .hero-slideshow {
    height: auto;
    min-height: 0;
  }

  .hero-slideshow .slide-1 .hero-content {
    min-height: 0;
    padding-top: 138px;
    padding-bottom: 40px;
  }

  .hero-slideshow .hero-copy .hero-title {
    font-size: clamp(32px, 4vw, 43px);
  }

  .hero-slideshow .hero-copy h3 {
    font-size: clamp(21px, 2.6vw, 28px);
  }

  .hero-slideshow .hero-description {
    margin-top: 12px;
    padding: 12px 15px;
    font-size: clamp(15.5px, 1.15vw, 16.5px);
    line-height: 1.58;
  }

  .hero-slideshow .hero-services-summary,
  .hero-slideshow .hero-actions {
    margin-top: 10px;
  }

  .hero-slideshow .hero-services-summary li {
    padding: 5px 9px;
    font-size: 12.5px;
  }

  .hero-slideshow .hero-action {
    min-height: 38px;
    padding: 8px 14px;
    font-size: 13px;
  }
}

@media (max-height: 500px) and (min-width: 568px) and (max-width: 767.98px) {
  .hero-slideshow .slide-1 .hero-content {
    display: grid;
    padding: 104px 0 24px;
    grid-template-columns: minmax(0, 1fr) clamp(104px, 20vw, 126px);
    gap: 20px;
    align-items: center;
  }

  .hero-slideshow .hero-copy {
    grid-row: 1;
    grid-column: 1;
  }

  .hero-slideshow .hero-brand {
    grid-row: 1;
    grid-column: 2;
    order: 0;
    width: 100%;
    max-width: 126px;
    margin: 0;
    padding: 14px;
    justify-self: end;
  }

  .hero-slideshow .hero-copy .eyebrow {
    justify-content: flex-start;
    margin-bottom: 5px;
    font-size: clamp(11px, 3.5vh, 13px);
    text-align: left;
  }

  .hero-slideshow .hero-copy .hero-title {
    margin-bottom: 4px;
    font-size: clamp(22px, 6vh, 27px);
  }

  .hero-slideshow .hero-copy h3 {
    margin-bottom: 4px;
    font-size: clamp(15px, 4.5vh, 18px);
  }

  .hero-slideshow .hero-description {
    margin-top: 7px;
    padding: 10px 11px;
    font-size: clamp(14px, 3.8vh, 15px);
    line-height: 1.5;
  }
}

/* Fill the first usable viewport while allowing content to grow on shorter screens. */
.hero-slideshow,
.hero-slideshow .slider-block,
.hero-slideshow .hero-slider,
.hero-slideshow .slick-list,
.hero-slideshow .slick-track,
.hero-slideshow .slick-slide,
.hero-slideshow .slick-slide > div,
.hero-slideshow .slide-1,
.hero-slideshow .hero-container,
.hero-slideshow .slide-1 .hero-content {
  min-height: calc(100vh - 50px);
  min-height: calc(100svh - 50px);
}

.about-sec#servizi {
  scroll-margin-top: 120px;
}

.heading {
  max-width: 880px;
}

.heading.text-center {
  margin-right: auto;
  margin-left: auto;
}

.heading > p:not(.eyebrow),
.mara-land-intro > p:last-child {
  color: var(--mh-muted);
}

.work-sec .work-sec__intro h2 {
  font-size: clamp(32px, 2.65vw, 44px);
  line-height: 1.12;
}

.contact-story h2 {
  font-size: clamp(31px, 3vw, 46px);
  line-height: 1.12;
}

.contact-story__content {
  min-width: 0;
}

.contact-mission {
  display: grid;
  gap: clamp(15px, 1.5vw, 20px);
  margin-top: clamp(24px, 2.5vw, 36px);
}

.contact-mission p {
  margin: 0;
  color: var(--mh-muted);
}

.contact-mission__card {
  padding: clamp(22px, 2.4vw, 34px);
  border: 1px solid rgba(86, 118, 86, 0.14);
  border-radius: clamp(20px, 1.8vw, 26px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 38px rgba(38, 55, 43, 0.07);
}

.contact-mission__card h3 {
  margin: 0 0 clamp(16px, 1.4vw, 21px);
  color: var(--mh-ink);
  font-family: var(--mh-font-display);
  font-size: clamp(23px, 1.45vw, 29px);
  font-weight: 680;
  line-height: 1.24;
  letter-spacing: -0.03em;
}

.contact-mission__card > p + p {
  margin-top: 14px;
}

.contact-mission__quote {
  position: relative;
  margin: 0;
  padding: clamp(22px, 2.35vw, 32px);
  overflow: hidden;
  border-radius: clamp(18px, 1.7vw, 24px);
  color: #fff;
  background: linear-gradient(135deg, var(--mh-green-deep), #688568);
  box-shadow: 0 18px 38px rgba(43, 72, 51, 0.2);
}

.contact-mission__quote::after {
  position: absolute;
  top: -30px;
  right: 16px;
  color: rgba(255, 255, 255, 0.1);
  font-family: Georgia, serif;
  font-size: clamp(104px, 10vw, 150px);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  content: "“";
}

.contact-mission__quote figcaption,
.contact-mission__quote blockquote {
  position: relative;
  z-index: 1;
}

.contact-mission__quote figcaption {
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(12px, 0.2vw + 11.5px, 13.5px);
  font-weight: 750;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contact-mission__quote blockquote {
  margin: 0;
  color: #fff;
  font-family: var(--mh-font-display);
  font-size: clamp(19px, 0.9vw + 15.5px, 24px);
  font-weight: 620;
  line-height: 1.48;
  letter-spacing: -0.02em;
}

.contact-mission__closing {
  padding: clamp(19px, 2vw, 27px) clamp(20px, 2.3vw, 31px);
  border: 1px solid rgba(86, 118, 86, 0.16);
  border-left: 4px solid var(--mh-green);
  border-radius: 0 20px 20px 0;
  background: linear-gradient(135deg, rgba(231, 238, 230, 0.82), rgba(248, 250, 247, 0.96));
  box-shadow: 0 13px 30px rgba(38, 55, 43, 0.06);
  font-weight: 600;
  line-height: 1.7 !important;
}

.about-sec p:not(.eyebrow),
.work-sec p:not(.eyebrow),
.process-sec p:not(.eyebrow),
.contacts-sec p:not(.eyebrow) {
  font-size: clamp(16px, 0.16vw + 15.4px, 17.5px);
  line-height: 1.72;
}

/* Shared modern section surfaces */
.about-sec .container,
.work-sec .container,
.process-sec .container,
.contacts-sec .container {
  position: relative;
  padding: clamp(24px, 4vw, 64px);
  overflow: clip;
  border: 1px solid var(--mh-line);
  border-radius: var(--mh-radius-lg);
  background:
    radial-gradient(circle at 100% 0%, rgba(86, 118, 86, 0.12), transparent 32%),
    var(--mh-white);
  box-shadow: var(--mh-shadow-soft);
}

.about-sec .container::before,
.work-sec .container::before,
.process-sec .container::before,
.contacts-sec .container::before {
  position: absolute;
  top: 0;
  left: clamp(24px, 4vw, 64px);
  width: clamp(56px, 6vw, 92px);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mh-green), #96aa94);
  content: "";
}

.about-sec .row,
.process-sec .row {
  --bs-gutter-x: clamp(30px, 5vw, 76px);
  align-items: center;
}

.about-sec img,
.process-sec .process-img,
.process-sec .image-block img,
.contact-story__photo,
.contact-story__photo img {
  border-radius: var(--mh-radius-md);
  box-shadow: var(--mh-shadow-card);
}

.about-sec .about-sec__services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 1.35vw, 20px);
  align-items: stretch;
  margin-right: 0;
  margin-left: 0;
}

.about-sec .about-sec__services-grid > .about-sec__service-item {
  display: flex;
  width: auto;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.about-sec .about-sec__service-item--wide {
  grid-column: 1 / -1;
}

.about-sec .about-sec__service-card {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 100%;
  padding: clamp(22px, 1.9vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(63, 95, 71, 0.15);
  border-radius: clamp(18px, 1.5vw, 24px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(239, 244, 238, 0.9));
  box-shadow: 0 16px 38px rgba(38, 55, 43, 0.07);
}

.about-sec .about-sec__service-card::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mh-green-deep), #91a68f);
  content: "";
}

.about-sec .about-sec__service-card::after {
  position: absolute;
  z-index: -1;
  right: -54px;
  bottom: -68px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(86, 118, 86, 0.12), transparent 68%);
  content: "";
  pointer-events: none;
}

.about-sec .about-sec__service-heading {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: clamp(12px, 1vw, 16px);
}

.about-sec .about-sec__service-icon {
  --service-icon-accent: var(--mh-green-deep);
  display: inline-grid;
  flex: 0 0 auto;
  width: clamp(42px, 3.4vw, 48px);
  height: clamp(42px, 3.4vw, 48px);
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--service-icon-accent) 24%, transparent);
  border-radius: clamp(13px, 1vw, 16px);
  color: var(--service-icon-accent);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(225, 234, 225, 0.88));
  box-shadow:
    0 8px 18px rgba(45, 66, 50, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.about-sec .about-sec__service-icon--beauty {
  --service-icon-accent: #7a604f;
}

.about-sec .about-sec__service-icon--image {
  --service-icon-accent: #667457;
}

.about-sec .about-sec__service-icon svg {
  display: block;
  width: clamp(21px, 1.75vw, 25px);
  height: clamp(21px, 1.75vw, 25px);
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-sec .about-sec__service-icon .about-sec__service-icon-dot {
  fill: currentColor;
  stroke: none;
}

@media (min-width: 1400px) {
  .about-sec .about-sec__service-item:not(.about-sec__service-item--wide) .about-sec__service-heading {
    min-height: 58px;
  }
}

.about-sec .about-sec__service-card h3 {
  margin: 0;
  color: var(--mh-ink);
  font-family: var(--mh-font-display);
  font-size: clamp(19px, 0.65vw + 16px, 23px);
  font-weight: 720;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.about-sec .about-sec__service-card p {
  margin: 0;
  color: var(--mh-muted);
  font-size: clamp(15px, 0.12vw + 14.6px, 16.5px) !important;
  font-weight: 450;
  line-height: 1.68 !important;
}

.about-sec .about-sec__service-item--wide .about-sec__service-card p {
  max-width: 68ch;
}

/* Keep the team photo visible until the about section has finished. */
.about-sec .about-sec__media-sticky {
  width: 100%;
  aspect-ratio: 690 / 588;
  overflow: hidden;
  border-radius: var(--mh-radius-md);
  background: #46524e;
  box-shadow: var(--mh-shadow-card);
}

.about-sec .about-sec__image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  border-radius: inherit;
  object-fit: cover;
  object-position: center top;
  box-shadow: none;
}

.contact-story .contact-story__photo {
  position: relative;
  width: 100%;
  max-width: min(620px, calc(66.667vh - 93.333px));
  max-width: min(620px, calc(66.667svh - 93.333px));
  aspect-ratio: 2 / 3;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border-radius: var(--mh-radius-md);
  background: #46524e;
  box-shadow: var(--mh-shadow-card);
}

.contact-story .contact-story__photo .process-img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto !important;
  max-width: none;
  height: 100%;
  max-height: none;
  border-radius: 0;
  object-fit: initial;
  box-shadow: none;
  transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {
  .about-sec .about-sec__row {
    align-items: stretch;
  }

  .about-sec .about-sec__media {
    position: relative;
    align-self: stretch;
  }

  .about-sec .about-sec__media-sticky {
    position: sticky;
    top: clamp(112px, 8vw, 152px);
  }
}

@media (max-width: 1199.98px) {
  .about-sec .about-sec__row > .col-lg-6 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .about-sec .about-sec__media-sticky {
    position: relative;
    top: auto;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .about-sec .about-sec__services-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-sec .about-sec__service-item--wide {
    grid-column: auto;
  }
}

@media (max-width: 767.98px) {
  .about-sec .about-sec__services-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .about-sec .about-sec__service-item--wide {
    grid-column: auto;
  }
}

@media (max-width: 359.98px) {
  .about-sec .about-sec__service-heading {
    gap: 11px;
  }
}

/* Mara Land readability */
.mara-land-section {
  padding: var(--mh-section-space) 0;
}

.mara-land-block {
  border-radius: var(--mh-radius-lg);
  box-shadow: var(--mh-shadow-soft);
}

.mara-land-kicker {
  font-family: var(--mh-font-body);
  font-size: clamp(13px, 0.22vw + 12.5px, 15px);
  line-height: 1.5;
}

.mara-land-heading h3 {
  font-family: var(--mh-font-display);
  font-size: clamp(32px, 3vw, 50px);
  font-weight: 680;
  line-height: 1.08;
}

.mara-land-story p {
  color: var(--mh-muted);
  font-size: clamp(16px, 0.25vw + 15.5px, 18px);
  line-height: 1.72;
}

.mara-land-local-service {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 34px rgba(37, 49, 39, 0.08);
}

.mara-land-local-label {
  font-size: clamp(12px, 0.15vw + 11.5px, 13px);
  line-height: 1.5;
}

.mara-land-local-service h4 {
  font-family: var(--mh-font-display);
  font-size: clamp(21px, 1.45vw, 25px);
  font-weight: 650;
  line-height: 1.22;
}

.mara-land-local-service > p:not(.mara-land-local-label) {
  color: var(--mh-muted);
  font-size: clamp(15.5px, 0.18vw + 15px, 17px);
  line-height: 1.68;
}

.mara-land-local-service li {
  padding: 7px 12px;
  font-size: clamp(12px, 0.12vw + 11.7px, 13px);
  line-height: 1.4;
}

.mara-land-local-link {
  margin-top: 17px;
  font-size: clamp(14px, 0.15vw + 13.5px, 15px);
}

/* Mara Land galleries: independent, continuous carousels. */
.mara-land-gallery.slick-initialized {
  position: relative;
  display: block;
  padding: 0 clamp(40px, 3.4vw, 54px);
  overflow: visible;
}

.mara-land-gallery .slick-list {
  overflow: hidden;
  touch-action: pan-y;
  overscroll-behavior-inline: contain;
}

.mara-land-gallery .slick-track {
  display: flex;
  align-items: stretch;
}

.mara-land-gallery .mara-land-slide {
  height: auto;
  padding: 2px clamp(6px, 0.65vw, 10px) 10px;
}

.mara-land-gallery .mara-land-slide > div,
.mara-land-gallery .mara-land-photo {
  width: 100%;
  height: 100%;
}

.mara-land-gallery__arrow {
  position: absolute;
  top: calc(50% - 13.5px);
  z-index: 3;
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(86, 118, 86, 0.22);
  border-radius: 50%;
  color: var(--mara-land-accent);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 22px rgba(37, 49, 39, 0.12);
  transform: translateY(-50%);
  transform-origin: center;
  transition: color 220ms ease, background-color 220ms ease, transform 220ms ease;
}

.mara-land-gallery__arrow svg {
  display: block;
  width: 16px;
  height: 16px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.mara-land-gallery__arrow--prev {
  left: 2px;
}

.mara-land-gallery__arrow--next {
  right: 2px;
}

.mara-land-gallery__arrow:hover,
.mara-land-gallery__arrow:focus-visible {
  color: #fff;
  background: var(--mara-land-accent);
  transform: translateY(-50%) scale(1.06);
}

.mara-land-gallery__arrow:focus-visible {
  outline: 3px solid rgba(86, 118, 86, 0.3);
  outline-offset: 3px;
}

.mara-land-gallery .slick-dots {
  gap: 7px;
  align-items: center;
  padding-top: 12px;
}

.mara-land-gallery .slick-dots li,
.mara-land-gallery .slick-dots li.slick-active {
  width: 7px;
  height: 7px;
  margin: 0;
  background: rgba(86, 118, 86, 0.25);
}

.mara-land-gallery .slick-dots li.slick-active {
  width: 28px;
  background: var(--mara-land-accent);
}

.mara-land-gallery .slick-dots button {
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .mara-land-gallery.slick-initialized {
    display: block;
    margin-top: 0;
    padding: 0 0 2px;
    overflow: visible;
    scroll-snap-type: none;
  }

  .mara-land-gallery .mara-land-slide {
    padding-right: 7px;
    padding-left: 7px;
  }

  .mara-land-gallery .slick-dots {
    padding-top: 10px;
  }
}

/* Services */
.services-sec {
  padding: clamp(66px, 7vw, 112px) 0;
  background:
    linear-gradient(180deg, rgba(231, 238, 230, 0.74), rgba(247, 249, 246, 0.45));
}

.services-sec .heading {
  width: min(100%, 1120px);
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: clamp(4px, 1.5vw, 16px);
  padding-left: clamp(4px, 1.5vw, 16px);
  text-align: center;
}

.services-sec .heading > p {
  margin-right: auto;
  margin-left: auto;
}

.services-sec .heading > p:not(.eyebrow) {
  max-width: 940px;
}

.services-swipe-hint {
  display: none;
}

/* Keep the lifted cards and their shadows inside Slick's clipping area. */
.services-sec .services-slider .slick-list {
  margin-top: -16px;
  margin-bottom: -36px;
  padding-top: 16px;
  padding-bottom: 36px;
}

.services-sec .service-card {
  border-radius: var(--mh-radius-md);
  box-shadow: var(--mh-shadow-card);
  transition: box-shadow 360ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.services-sec .service-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.services-sec .service-card .content {
  padding: clamp(22px, 2.2vw, 34px);
}

.services-sec .service-card .content p {
  font-size: clamp(15px, 0.18vw + 14.5px, 16.5px);
  line-height: 1.6;
}

.services-sec .service-card .overlay {
  background: linear-gradient(180deg, rgba(32, 46, 36, 0.02) 32%, rgba(43, 72, 51, 0.92) 100%);
}

@media (hover: hover) {
  .services-sec .service-card:hover {
    box-shadow: 0 24px 54px rgba(38, 55, 43, 0.18);
    transform: translateY(-7px);
  }
}

@media (hover: none) {
  .portfolio .portfolio-item .content {
    transform: translateY(0);
  }
}

@keyframes services-swipe-nudge {
  0%,
  100% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(3px);
  }
}

@media (max-width: 998.98px) {
  .services-swipe-hint {
    display: flex;
    gap: 10px;
    align-items: center;
    width: fit-content;
    max-width: calc(100% - 20px);
    margin: -34px auto 18px;
    padding: 9px 14px 9px 9px;
    border: 1px solid rgba(63, 95, 71, 0.18);
    border-radius: 999px;
    color: var(--mh-green-deep);
    background: rgba(231, 238, 230, 0.88);
    box-shadow: 0 10px 24px rgba(38, 55, 43, 0.07);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.35;
    text-align: left;
  }

  .services-swipe-hint__motion {
    display: inline-grid;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--mh-green-deep);
    line-height: 0;
    animation: services-swipe-nudge 1500ms ease-in-out infinite;
  }

  .services-swipe-hint__motion svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .services-sec .services-slider .slick-dots {
    gap: 2px;
    align-items: center;
    padding-top: 20px;
  }

  .services-sec .services-slider .slick-dots li,
  .services-sec .services-slider .slick-dots li.slick-active {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0;
    background: transparent;
  }

  .services-sec .services-slider .slick-dots li.slick-active {
    width: 36px;
  }

  .services-sec .services-slider .slick-dots li::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(63, 95, 71, 0.25);
    pointer-events: none;
    content: "";
    transform: translate(-50%, -50%);
  }

  .services-sec .services-slider .slick-dots li.slick-active::after {
    width: 28px;
    background: var(--mh-green);
  }

  .services-sec .services-slider .slick-dots button {
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    padding: 0;
  }

  .services-sec .services-slider .slick-dots button:focus-visible {
    border-radius: 999px;
    outline: 2px solid var(--mh-green-deep);
    outline-offset: 2px;
  }
}

@media (max-width: 767.98px) {
  .services-sec .services-slider .slick-list {
    padding: 16px 22px 36px !important;
  }

  .services-sec .services-slider .slick-slide {
    margin-right: 7px !important;
    margin-left: 7px !important;
  }
}

@media (max-width: 399.98px) {
  .services-sec .services-slider .slick-list {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }
}

@media (max-width: 359.98px) {
  .services-swipe-hint {
    width: calc(100% - 12px);
    max-width: none;
    padding-right: 11px;
    font-size: 12.5px;
  }
}

/* Portfolio */
.portfolio .portfolio-item {
  border: 1px solid var(--mh-line);
  border-radius: var(--mh-radius-md);
  background: var(--mh-surface);
  box-shadow: var(--mh-shadow-card);
}

.portfolio .portfolio-item .content {
  background: linear-gradient(135deg, rgba(63, 95, 71, 0.97), rgba(86, 118, 86, 0.94)) !important;
}

.portfolio .portfolio-item img {
  aspect-ratio: 1.08 / 1;
  object-fit: cover;
}

.portfolio-swipe {
  display: none;
}

@media (max-width: 991.98px) {
  .portfolio-swipe {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: -12px 0 14px;
    color: var(--mh-primary, #567656);
    font-size: 13px;
    font-weight: 700;
  }

  .portfolio-swipe svg {
    display: block;
    flex: 0 0 24px;
    width: 24px;
    height: 14px;
    align-self: center;
  }

  .portfolio .portfolio-gallery {
    flex-wrap: nowrap;
    gap: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 2px 0 8px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
  }

  .portfolio .portfolio-gallery::-webkit-scrollbar {
    display: none;
  }

  .portfolio .portfolio-gallery > [class*="col-"] {
    flex: 0 0 76%;
    width: 76%;
    max-width: none;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .portfolio .portfolio-gallery img {
    -webkit-user-drag: none;
    user-select: none;
  }
}

@media (max-width: 767.98px) {
  .portfolio .portfolio-gallery > [class*="col-"] {
    flex-basis: 88%;
    width: 88%;
  }
}

/* Work, content lists and process cards */
.work-sec .process-block {
  align-items: flex-start;
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid rgba(86, 118, 86, 0.13);
  border-radius: 20px;
  background: var(--mh-surface);
}

.work-sec .process-block .number {
  width: 48px;
  height: 48px;
  box-shadow: 0 9px 22px rgba(63, 95, 71, 0.2);
}

/* Editorial treatment for the mission, team and services story. */
.work-story {
  display: grid;
  gap: clamp(18px, 2vw, 28px);
}

.work-story p {
  margin: 0;
  color: var(--mh-muted);
}

.work-story__lead {
  position: relative;
  padding: clamp(19px, 2vw, 26px) clamp(20px, 2.4vw, 32px);
  border: 1px solid rgba(86, 118, 86, 0.16);
  border-left: 4px solid var(--mh-green);
  border-radius: 0 20px 20px 0;
  background: linear-gradient(135deg, rgba(231, 238, 230, 0.84), rgba(247, 249, 246, 0.96));
  box-shadow: 0 14px 34px rgba(38, 55, 43, 0.07);
  font-size: clamp(17px, 0.45vw + 15.5px, 19px) !important;
  font-weight: 600;
  line-height: 1.68 !important;
}

.work-story__chapter {
  padding: clamp(22px, 2.6vw, 36px);
  border: 1px solid rgba(86, 118, 86, 0.13);
  border-radius: clamp(20px, 2vw, 28px);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 40px rgba(38, 55, 43, 0.07);
}

.work-story__chapter h3 {
  max-width: 740px;
  margin: 0 0 clamp(16px, 1.5vw, 22px);
  color: var(--mh-ink);
  font-family: var(--mh-font-display);
  font-size: clamp(24px, 1.7vw, 31px);
  font-weight: 650;
  line-height: 1.22;
  letter-spacing: -0.03em;
}

.work-story__chapter > p + p {
  margin-top: 14px;
}

.work-story__quote {
  position: relative;
  margin: clamp(20px, 2vw, 28px) 0;
  padding: clamp(22px, 2.5vw, 34px);
  overflow: hidden;
  border-radius: clamp(18px, 1.8vw, 24px);
  color: #fff;
  background: linear-gradient(135deg, #3f5f47, #668266);
  box-shadow: 0 18px 38px rgba(43, 72, 51, 0.2);
}

.work-story__quote::after {
  position: absolute;
  top: -32px;
  right: 18px;
  color: rgba(255, 255, 255, 0.1);
  font-family: Georgia, serif;
  font-size: clamp(110px, 11vw, 164px);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  content: "“";
}

.work-story__quote figcaption,
.work-story__quote blockquote {
  position: relative;
  z-index: 1;
}

.work-story__quote figcaption {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(12px, 0.25vw + 11.5px, 14px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.work-story__quote blockquote {
  max-width: 690px;
  margin: 0;
  color: #fff;
  font-family: var(--mh-font-display);
  font-size: clamp(19px, 1.15vw + 15px, 25px);
  font-weight: 600;
  line-height: 1.48;
  letter-spacing: -0.02em;
}

.work-story__services {
  background: linear-gradient(145deg, rgba(237, 243, 237, 0.96), rgba(248, 250, 247, 0.98));
}

.work-story__services-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.work-story__services-list li {
  min-width: 0;
  padding: clamp(17px, 1.7vw, 22px);
  border: 1px solid rgba(86, 118, 86, 0.14);
  border-radius: 18px;
  color: var(--mh-muted);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(38, 55, 43, 0.055);
  font-size: clamp(15.5px, 0.16vw + 15px, 17px);
  line-height: 1.68;
  overflow-wrap: break-word;
  word-break: normal;
}

.work-story__services-list strong {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  color: var(--mh-green);
  font-weight: 750;
  line-height: 1.4;
}

.work-story__services-list li:last-child {
  grid-column: 1 / -1;
}

.process-sec .process-list {
  gap: 13px;
}

.process-sec .process-list li {
  width: 100%;
  padding: 14px 16px;
  align-items: flex-start;
  border: 1px solid rgba(86, 118, 86, 0.12);
  border-radius: 16px;
  background: rgba(231, 238, 230, 0.55);
  font-size: clamp(15px, 0.15vw + 14.6px, 16.5px);
  line-height: 1.58;
}

.process-sec .process-list li img {
  width: 22px;
  margin-top: 2px;
  flex: 0 0 auto;
}

.process-sec .process-list--features {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.process-sec .process-list--features li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-width: 0;
  padding: clamp(16px, 1.35vw, 20px);
  border: 1px solid rgba(86, 118, 86, 0.16);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(239, 244, 238, 0.96), rgba(250, 251, 249, 0.98));
  box-shadow: 0 10px 26px rgba(38, 55, 43, 0.055);
}

.process-sec .process-list--features li img {
  width: 28px;
  height: 28px;
  margin: 1px 0 0;
}

.process-sec .process-list--features .process-list__copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.process-sec .process-list--features .process-list__copy strong {
  display: block;
  color: var(--mh-green-deep);
  font-family: "Manrope", sans-serif;
  font-size: clamp(16px, 0.25vw + 15.2px, 18px);
  font-weight: 750;
  line-height: 1.35;
  letter-spacing: -0.015em;
}

.process-sec .process-list--features .process-list__copy > span {
  display: block;
  color: #555a60;
  font-size: clamp(14.5px, 0.16vw + 14px, 16px);
  font-weight: 500;
  line-height: 1.58;
}

@media (max-width: 575.98px) {
  .process-sec .process-list--features li {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 11px;
    padding: 14px;
    border-radius: 15px;
  }

  .process-sec .process-list--features li img {
    width: 26px;
    height: 26px;
  }
}

/* Keep the hair-treatment video in view until its section has finished. */
@media (min-width: 992px) {
  .hair-loss-story .hair-loss-story__row {
    align-items: stretch !important;
  }

  .hair-loss-story .hair-loss-story__media {
    position: relative;
    align-self: stretch;
  }

  .hair-loss-story .hair-loss-story__video {
    position: sticky;
    top: clamp(112px, 8vw, 152px);
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .hair-loss-story .hair-loss-story__video {
    position: relative;
    top: auto;
  }
}

/* Optical centring for the asymmetric play triangle. */
.process-sec .video-block .play-icon {
  place-items: center;
  line-height: 0;
}

.process-sec .video-block .play-icon svg {
  display: block;
  margin: 0;
  transform: translateX(2px);
  transform-origin: center;
}

/* Reviews */
.testimonial-sec {
  padding: clamp(66px, 7vw, 112px) 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(86, 118, 86, 0.13), transparent 25%),
    var(--mh-surface);
}

.testimonial-sec .testimonial-card-1 {
  min-height: 100%;
  border: 1px solid var(--mh-line);
  border-radius: var(--mh-radius-md);
  background: var(--mh-white);
  box-shadow: var(--mh-shadow-card);
}

.testimonial-sec .testimonial-card-1 > p {
  color: var(--mh-muted);
  font-size: clamp(16px, 0.18vw + 15.5px, 17.5px);
  line-height: 1.7;
}

.testimonial-sec .slider-arrows .arrow-btn {
  width: clamp(56px, 4.25vw, 66px);
  height: clamp(56px, 4.25vw, 66px);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(86, 118, 86, 0.28);
  border-radius: 50%;
  color: var(--mh-green);
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 12px 28px rgba(44, 62, 48, 0.13),
    inset 0 0 0 5px rgba(225, 234, 225, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
  appearance: none;
  transition:
    color 260ms ease,
    background-color 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.testimonial-sec .slider-arrows .arrow-btn svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.testimonial-sec .slider-arrows .arrow-btn:hover,
.testimonial-sec .slider-arrows .arrow-btn:focus-visible {
  border-color: var(--mh-green);
  color: #ffffff;
  background: var(--mh-green);
  box-shadow:
    0 16px 34px rgba(63, 95, 71, 0.26),
    inset 0 0 0 5px rgba(255, 255, 255, 0.13);
}

.testimonial-sec .slider-arrows .btn-prev:hover svg,
.testimonial-sec .slider-arrows .btn-prev:focus-visible svg {
  transform: translateX(-2px);
}

.testimonial-sec .slider-arrows .btn-next:hover svg,
.testimonial-sec .slider-arrows .btn-next:focus-visible svg {
  transform: translateX(2px);
}

.testimonial-sec .slider-arrows .arrow-btn:focus-visible {
  outline: 3px solid rgba(86, 118, 86, 0.3);
  outline-offset: 4px;
}

.testimonial-sec .slider-arrows .arrow-btn:active svg {
  transform: scale(0.9);
}

/* Contacts and map */
.contacts-sec .contact-block {
  display: block;
  width: 100%;
  height: 100%;
  padding: clamp(30px, 3vw, 48px) 22px;
  border-color: var(--mh-line);
  border-radius: var(--mh-radius-md);
  color: #45474f;
  box-shadow: 0 10px 30px rgba(38, 55, 43, 0.07);
  text-decoration: none;
  cursor: pointer;
  transition: color 320ms ease, background-color 320ms ease, border-color 320ms ease, box-shadow 320ms ease, transform 320ms ease;
}

.contacts-sec .contact-block .contact-block__detail {
  display: block;
  max-width: 100%;
  margin: 0;
  overflow-wrap: anywhere;
  color: inherit;
  font-size: clamp(16px, 0.18vw + 15.5px, 18px);
  line-height: 1.55;
  transition: color 320ms ease;
}

.contacts-sec .contact-block .title {
  color: inherit;
  transition: color 320ms ease;
}

.contacts-sec .contact-block .icon-block svg path {
  transition: stroke 320ms ease;
}

.contacts-sec .contact-block:is(:hover, :focus-visible, :active) {
  border-color: var(--mh-green);
  color: var(--mh-white);
  background: var(--mh-green);
  box-shadow: 0 20px 44px rgba(63, 95, 71, 0.2);
  transform: translateY(-5px);
}

.contacts-sec .contact-block:is(:hover, :focus-visible, :active) .title,
.contacts-sec .contact-block:is(:hover, :focus-visible, :active) .contact-block__detail {
  color: var(--mh-white);
}

.contacts-sec .contact-block:is(:hover, :focus-visible, :active) .icon-block svg path {
  stroke: var(--mh-white);
}

.contacts-sec .contact-block:focus-visible {
  outline: 3px solid var(--mh-green-deep);
  outline-offset: 4px;
}

.contacts-sec .contact-block:active {
  box-shadow: 0 12px 28px rgba(63, 95, 71, 0.18);
  transform: translateY(-2px);
}

@media (hover: none) {
  .contacts-sec .contact-block:hover:not(:focus-visible):not(:active) {
    border-color: var(--mh-line);
    color: #45474f;
    background: var(--mh-white);
    box-shadow: 0 10px 30px rgba(38, 55, 43, 0.07);
    transform: none;
  }

  .contacts-sec .contact-block:hover:not(:focus-visible):not(:active) .title,
  .contacts-sec .contact-block:hover:not(:focus-visible):not(:active) .contact-block__detail {
    color: #45474f;
  }

  .contacts-sec .contact-block:hover:not(:focus-visible):not(:active) .icon-block svg path {
    stroke: #45474f;
  }
}

.map-iframe-contact {
  overflow: hidden;
  border: 1px solid var(--mh-line);
  border-radius: var(--mh-radius-lg);
  box-shadow: var(--mh-shadow-soft);
}

.map-iframe-contact iframe {
  display: block;
  border-radius: inherit;
}

/* Top-bar social icons: clear contrast without the bright white hover disc. */
.top-bar .right-side .social .social-icons-list a {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0);
}

.top-bar .right-side .social .social-icons-list a:is(:hover, :focus-visible) {
  border-color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.16);
  box-shadow:
    0 8px 18px rgba(28, 42, 31, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  transform: translateY(-2px) scale(1.04);
}

.top-bar .right-side .social .social-icons-list a:is(:hover, :focus-visible) svg {
  transform: scale(1.04);
}

.top-bar .right-side .social .social-icons-list a:is(:hover, :focus-visible) svg.fill path {
  fill: #ffffff;
}

.top-bar .right-side .social .social-icons-list a:is(:hover, :focus-visible) svg.stroke path {
  stroke: #ffffff;
}

.top-bar .right-side .social .social-icons-list a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.86);
  outline-offset: 4px;
}

.top-bar .right-side .social .social-icons-list a:active {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  transform: translateY(0) scale(0.98);
}

/* Footer readability */
.footer-1 .des,
.footer-1 .link-list a,
.footer-1 .link-list p {
  font-size: clamp(15px, 0.16vw + 14.5px, 16.5px);
  line-height: 1.68;
}

.footer-1 .block-title {
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 700;
}

.footer-legal {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: clamp(20px, 2.2vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.footer-legal__business {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  align-items: center;
  justify-content: center;
}

.footer-legal__item {
  display: inline-flex;
  gap: 0.42em;
  align-items: baseline;
  min-width: 0;
  padding: 0 clamp(14px, 1.8vw, 24px);
  font-size: clamp(14px, 0.18vw + 13.5px, 16px);
  font-weight: 650;
  line-height: 1.5;
  white-space: nowrap;
}

.footer-legal__item + .footer-legal__item {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-legal__label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.footer-legal__privacy {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35em 0.7em;
  align-items: baseline;
  justify-content: center;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  line-height: 1.55;
  text-decoration: none;
}

.footer-legal__privacy-title {
  font-size: clamp(15px, 0.2vw + 14.5px, 16.5px);
  font-weight: 750;
}

.footer-legal__privacy-copy {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(13px, 0.14vw + 12.6px, 14px);
}

.footer-legal__privacy:is(:hover, :focus-visible) {
  color: #ffffff;
}

.footer-legal__privacy:is(:hover, :focus-visible) .footer-legal__privacy-title {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-legal__privacy:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.82);
  outline-offset: 5px;
  border-radius: 8px;
}

.footer-credit {
  display: inline-flex;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 0.28em;
  align-items: center;
  justify-content: center;
  margin: 22px auto 0;
  vertical-align: middle;
}

.footer-heart {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  font-size: 0.95em;
  line-height: 1;
}

.footer-cookie-note {
  max-width: 920px;
  margin: 28px auto 80px;
  font-size: 14px;
}

.footer-directory-badge {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 24px auto 0;
}

.footer-directory-badge img {
  display: block;
}

@media (max-width: 767.98px) {
  .footer-legal {
    width: min(100%, 440px);
    padding: 18px;
  }

  .footer-legal__business {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-legal__item {
    justify-content: center;
    padding: 9px 0;
    white-space: normal;
  }

  .footer-legal__item + .footer-legal__item {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 0;
  }

  .footer-legal__privacy {
    flex-direction: column;
    gap: 4px;
    align-items: center;
    margin-top: 12px;
    padding-top: 16px;
  }

  .footer-legal__privacy-copy {
    max-width: 320px;
  }

  .footer-credit {
    margin-top: 20px;
  }

  .footer-cookie-note {
    margin-top: 26px;
  }
}

@media (min-width: 992px) {
  .footer-cookie-note {
    margin-bottom: 8px;
  }
}

/* Keep the top bar balanced on compact landscape tablets and small laptops. */
@media (min-width: 992px) and (max-width: 1399.98px) {
  .top-bar .row > .col-lg-6:first-child {
    display: none;
  }

  .top-bar .row > .col-lg-6:last-child {
    width: 100%;
  }

  .top-bar .right-side {
    justify-content: center !important;
  }
}

/* Tablet */
@media (max-width: 991.98px) {
  :root {
    --mh-section-space: clamp(68px, 9vw, 92px);
  }

  .about-sec .container,
  .work-sec .container,
  .process-sec .container,
  .contacts-sec .container {
    padding: clamp(24px, 5vw, 44px);
  }

  .about-sec .row,
  .process-sec .row {
    --bs-gutter-x: 30px;
  }

  .about-sec img,
  .process-sec .process-img,
  .process-sec .image-block img {
    max-height: 620px;
    object-fit: cover;
  }

  .work-sec .work-sec__intro {
    max-width: 760px;
    margin-bottom: 34px;
  }

  .services-sec,
  .testimonial-sec {
    padding: clamp(58px, 8vw, 82px) 0;
  }

  .portfolio .portfolio-item .content {
    transform: translateY(0);
  }
}

@media (min-width: 992px) and (max-height: 800px) {
  .work-sec .work-sec__intro h2 {
    font-size: clamp(34px, 2.5vw, 40px);
  }

  .work-sec .work-sec__intro > p:last-child {
    font-size: 15.5px;
    line-height: 1.6;
  }

  .mara-land-number {
    margin-bottom: 14px;
    font-size: clamp(48px, 4vw, 64px);
  }

  .mara-land-heading h3 {
    font-size: clamp(30px, 2.45vw, 40px);
  }

  .mara-land-local-service {
    margin-top: 18px;
    padding: 16px;
  }

  .mara-land-local-service h4 {
    font-size: clamp(19px, 1.3vw, 22px);
  }
}

/* Phones */
@media (max-width: 575.98px) {
  :root {
    --mh-section-space: 64px;
    --mh-radius-lg: 24px;
    --mh-radius-md: 18px;
  }

  .scrollToTopBtn {
    right: 8px;
    bottom: 12px;
    width: 44px;
    height: 44px;
    font-size: 20px;
    line-height: 44px;
  }

  body,
  p,
  .text-16 {
    font-size: 16px;
    line-height: 1.68;
  }

  h2,
  .h2 {
    font-size: clamp(30px, 8.4vw, 38px);
  }

  h3,
  .h3 {
    font-size: clamp(25px, 7vw, 32px);
  }

  .eyebrow {
    font-size: 14px;
    letter-spacing: 0.04em;
  }

  .main-wrapper > section.mt-140 {
    margin-top: 64px !important;
  }

  .main-wrapper > section.mb-140 {
    margin-bottom: 64px !important;
  }

  .about-sec .container,
  .work-sec .container,
  .process-sec .container,
  .contacts-sec .container {
    width: calc(100% - 24px);
    padding: 22px 18px;
    border-radius: 24px;
  }

  .about-sec .container::before,
  .work-sec .container::before,
  .process-sec .container::before,
  .contacts-sec .container::before {
    left: 18px;
  }

  /* Avoid stacked Bootstrap and card gutters compressing editorial content. */
  .work-sec .row {
    --bs-gutter-x: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .work-sec .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .work-sec .process-block {
    padding: 16px;
  }

  .work-story {
    gap: 16px;
  }

  .work-story__lead {
    padding: 18px 16px;
  }

  .work-story__chapter {
    padding: 20px 16px;
    border-radius: 20px;
  }

  .work-story__quote {
    margin: 18px 0;
    padding: 20px 16px;
  }

  .work-story__services-list {
    gap: 10px;
  }

  .work-story__services-list li {
    padding: 17px 16px;
    overflow-wrap: anywhere;
    border-radius: 16px;
  }

  .about-sec .about-sec__service-card {
    padding: 20px 22px 20px 17px;
  }

  .mara-land-section {
    padding: 64px 0;
  }

  .mara-land-local-service > p:not(.mara-land-local-label) {
    font-size: 15.5px;
  }

  .services-sec .service-card .content p {
    font-size: 15px;
  }

  .testimonial-sec .testimonial-card-1 {
    padding-right: 22px;
    padding-left: 22px;
  }

  .contacts-sec .contact-block {
    padding: 30px 18px;
  }

  .contact-mission {
    gap: 14px;
    margin-top: 22px;
  }

  .contact-mission__card,
  .contact-mission__quote {
    padding: 20px 18px;
  }

  .contact-mission__closing {
    padding: 18px 16px;
  }

  .map-iframe-contact iframe {
    min-height: 420px;
  }
}

@media (max-width: 359.98px) {
  .about-sec .container,
  .work-sec .container,
  .process-sec .container,
  .contacts-sec .container {
    width: calc(100% - 16px);
    padding-right: 15px;
    padding-left: 15px;
  }

  /* Keep the floating back-to-top control clear of service copy on narrow phones. */
  .about-sec .about-sec__service-card {
    padding-right: 28px;
  }

  .work-sec .process-block {
    flex-direction: column;
    gap: 14px;
  }

  .work-sec .process-block > div {
    width: 100%;
  }

  .mara-land-local-service li {
    width: 100%;
    text-align: center;
  }

  .work-sec .process-block,
  .work-story__lead,
  .work-story__chapter,
  .work-story__quote,
  .work-story__services-list li {
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cus-btn,
  .cus-btn img,
  .cus-btn .text,
  .cus-btn-2,
  .cus-btn-2::before,
  .cus-btn-2 img,
  .cus-btn-2 .text,
  .services-sec .service-card,
  .services-swipe-hint__motion,
  .contacts-sec .contact-block {
    transition: none;
    animation: none;
  }

  .cus-btn:is(:hover, :focus-visible, :active),
  .cus-btn-2:is(:hover, :focus-visible, :active) {
    transform: none;
  }

  .contacts-sec .contact-block:is(:hover, :focus-visible, :active) {
    transform: none;
  }

  .contacts-sec .contact-block .title,
  .contacts-sec .contact-block .contact-block__detail,
  .contacts-sec .contact-block .icon-block svg path {
    transition: none;
  }
}

/* Modern FAQ */
.faq-modern {
  position: relative;
  scroll-margin-top: 90px;
  padding: var(--mh-section-space) 0;
  overflow: clip;
  background: #edf3ec;
}

.faq-modern__shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.35fr);
  gap: clamp(42px, 6vw, 96px);
  align-items: start;
}

.faq-modern__intro {
  position: sticky;
  top: 116px;
}

.faq-modern__intro .eyebrow {
  margin-bottom: 14px;
}

.faq-modern__intro h2 {
  max-width: 620px;
  margin-bottom: 22px;
  color: var(--mh-ink);
}

.faq-modern__lead {
  max-width: 580px;
  margin-bottom: 32px;
  color: var(--mh-muted);
}

.faq-modern__contact {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  max-width: 520px;
  padding: 20px;
  border: 1px solid rgba(63, 95, 71, 0.14);
  border-radius: var(--mh-radius-md);
  background: rgba(255, 255, 255, 0.62);
}

.faq-modern__contact-icon {
  display: inline-grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  background: var(--mh-green);
  color: var(--mh-white);
  font-family: var(--mh-font-display);
  font-size: 22px;
  font-weight: 750;
  line-height: 1;
}

.faq-modern__contact strong {
  display: block;
  margin: 1px 0 4px;
  color: var(--mh-ink);
  font-size: 16px;
}

.faq-modern__contact p {
  margin: 0;
  color: var(--mh-muted);
  font-size: 14.5px;
  line-height: 1.55;
}

.faq-modern__cta {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 18px;
  padding: 13px 20px;
  border: 1px solid var(--mh-green);
  border-radius: 999px;
  background: var(--mh-green);
  color: var(--mh-white);
  font-size: 15.5px;
  font-weight: 750;
  line-height: 1.2;
  box-shadow: 0 12px 28px rgba(63, 95, 71, 0.18);
  transition: background-color 220ms ease, color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.faq-modern__cta svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 220ms ease;
}

.faq-modern__cta:is(:hover, :focus-visible) {
  background: var(--mh-green-deep);
  color: var(--mh-white);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(63, 95, 71, 0.24);
}

.faq-modern__cta:is(:hover, :focus-visible) svg {
  transform: translateX(3px);
}

.faq-modern__list {
  display: grid;
  gap: 14px;
}

.faq-modern__item {
  overflow: hidden;
  border: 1px solid rgba(63, 95, 71, 0.14);
  border-radius: clamp(18px, 1.5vw, 24px);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 24px rgba(38, 55, 43, 0.035);
  transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.faq-modern__item[open] {
  border-color: rgba(63, 95, 71, 0.3);
  background: var(--mh-white);
  box-shadow: 0 18px 46px rgba(38, 55, 43, 0.09);
}

.faq-modern__item summary {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  padding: 21px 24px;
  color: var(--mh-ink);
  cursor: pointer;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
}

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

.faq-modern__item summary:focus-visible {
  outline: 3px solid rgba(86, 118, 86, 0.35);
  outline-offset: -4px;
  border-radius: inherit;
}

.faq-modern__question {
  font-family: var(--mh-font-display);
  font-size: clamp(18px, 0.5vw + 16px, 21px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.faq-modern__toggle {
  position: relative;
  display: inline-block;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(63, 95, 71, 0.18);
  border-radius: 50%;
  background: var(--mh-sage);
  color: var(--mh-green-deep);
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.faq-modern__toggle::before,
.faq-modern__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 220ms ease, opacity 220ms ease;
}

.faq-modern__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-modern__item[open] .faq-modern__toggle {
  border-color: var(--mh-green);
  background: var(--mh-green);
  color: var(--mh-white);
  transform: rotate(180deg);
}

.faq-modern__item[open] .faq-modern__toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.faq-modern__answer {
  padding: 0 82px 26px 24px;
  animation: faq-answer-in 240ms ease both;
}

.faq-modern__answer p {
  max-width: 800px;
  margin: 0;
  color: var(--mh-muted);
  font-size: clamp(15.5px, 0.16vw + 15px, 17px);
  line-height: 1.72;
}

.faq-modern__answer a {
  color: var(--mh-green-deep);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(63, 95, 71, 0.38);
  text-underline-offset: 3px;
}

@keyframes faq-answer-in {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .faq-modern__shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  .faq-modern__intro {
    position: static;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
    column-gap: 30px;
    align-items: end;
  }

  .faq-modern__intro .eyebrow,
  .faq-modern__intro h2,
  .faq-modern__lead {
    grid-column: 1;
  }

  .faq-modern__contact,
  .faq-modern__cta {
    grid-column: 2;
  }

  .faq-modern__contact {
    grid-row: 1 / span 3;
    align-self: end;
  }

  .faq-modern__cta {
    justify-self: start;
  }
}

@media (max-width: 767.98px) {
  .faq-modern__intro {
    display: block;
  }

  .faq-modern__lead {
    margin-bottom: 24px;
  }

  .faq-modern__contact {
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  .faq-modern {
    padding: 64px 0;
  }

  .faq-modern .container {
    width: calc(100% - 24px);
    padding-right: 6px;
    padding-left: 6px;
  }

  .faq-modern__shell {
    gap: 30px;
  }

  .faq-modern__intro h2 {
    margin-bottom: 16px;
  }

  .faq-modern__contact {
    padding: 17px;
  }

  .faq-modern__cta {
    width: 100%;
  }

  .faq-modern__list {
    gap: 10px;
  }

  .faq-modern__item summary {
    gap: 14px;
    min-height: 76px;
    padding: 18px 16px;
  }

  .faq-modern__question {
    font-size: 17px;
  }

  .faq-modern__toggle {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .faq-modern__answer {
    padding: 0 16px 21px;
  }

  .faq-modern__answer p {
    font-size: 15.5px;
  }
}

@media (max-width: 359.98px) {
  .faq-modern .container {
    width: calc(100% - 16px);
    padding-right: 4px;
    padding-left: 4px;
  }

  .faq-modern__contact-icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-modern__cta,
  .faq-modern__cta svg,
  .faq-modern__item,
  .faq-modern__toggle,
  .faq-modern__toggle::before,
  .faq-modern__toggle::after {
    transition: none;
  }

  .faq-modern__answer {
    animation: none;
  }
}

/* Keep the mobile navigation close motion compact and coordinated. */
.mobile-nav__wrapper {
  transform: none;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear 360ms;
}

.mobile-nav__wrapper.expanded {
  transform: none;
  visibility: visible;
  pointer-events: auto;
  transition: visibility 0s linear 0s;
}

.mobile-nav__wrapper .mobile-nav__overlay {
  opacity: 0;
  transition: opacity 280ms ease;
}

.mobile-nav__wrapper.expanded .mobile-nav__overlay {
  opacity: 0.3;
}

.mobile-nav__wrapper .mobile-nav__content {
  margin: 12px;
  border-radius: clamp(18px, 1.25vw, 48px);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(calc(-100% - 12px), 0, 0);
  will-change: transform, opacity;
  transition:
    transform 360ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 220ms ease,
    visibility 0s linear 360ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  margin: 12px;
  border-radius: clamp(18px, 1.25vw, 48px);
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease,
    visibility 0s linear 0s;
}

@media (prefers-reduced-motion: reduce) {
  .mobile-nav__wrapper,
  .mobile-nav__wrapper .mobile-nav__overlay,
  .mobile-nav__wrapper .mobile-nav__content,
  .mobile-nav__wrapper.expanded .mobile-nav__content {
    transition: none;
  }
}
