/*
Theme Name: MAKE Automotive Onepage
Theme URI: https://makeautomotive.ca/
Description: Child theme for a bilingual one-page MAKE Automotive site.
Author: DARAMAC TECH / Codex
Template: malen
Version: 1.2.0
Text Domain: makeauto-onepage
*/

:root {
  --ma-ink: #0b0d10;
  --ma-ink-2: #15191f;
  --ma-steel: #2c333d;
  --ma-muted: #69727f;
  --ma-line: #dde2e9;
  --ma-soft: #f4f5f7;
  --ma-white: #ffffff;
  --ma-red: #e21c23;
  --ma-red-dark: #b70f16;
  --ma-red-soft: #fff0f1;
}

html {
  scroll-behavior: smooth;
}

body.makeauto-onepage {
  margin: 0;
  color: var(--ma-ink);
  background: var(--ma-white);
  font-family: Arial, Helvetica, sans-serif;
}

.makeauto-onepage *,
.makeauto-onepage *::before,
.makeauto-onepage *::after {
  box-sizing: border-box;
}

.makeauto-onepage .gtranslate_wrapper,
.makeauto-onepage #gt_float_wrapper,
.makeauto-onepage .gt_float_switcher,
.makeauto-onepage .gt_switcher_wrapper {
  display: none !important;
}

.ma-skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--ma-ink);
  color: var(--ma-white);
}

.ma-skip-link:focus {
  left: 12px;
}

.ma-wrap {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.ma-scrollbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  width: 100%;
  height: 4px;
  background: var(--ma-red);
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
}

.ma-preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: var(--ma-ink);
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.ma-loaded .ma-preloader {
  opacity: 0;
  visibility: hidden;
}

.ma-preloader__inner {
  display: grid;
  justify-items: center;
  gap: 16px;
  color: var(--ma-white);
  font-weight: 900;
  text-transform: uppercase;
}

.ma-preloader__inner::after {
  content: "";
  width: 86px;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ma-red) 0 45%, rgba(255, 255, 255, 0.18) 45% 100%);
  animation: ma-loader 0.9s linear infinite;
}

.ma-preloader img {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--ma-red);
}

@keyframes ma-loader {
  0% { transform: translateX(-16px); }
  50% { transform: translateX(16px); }
  100% { transform: translateX(-16px); }
}

.ma-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--ma-ink);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.ma-header.is-scrolled {
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
}

.admin-bar .ma-header {
  top: 32px;
}

.ma-topbar {
  color: rgba(255, 255, 255, 0.76);
  background: #07080a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
}

.ma-topbar__inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  min-height: 38px;
  align-items: center;
}

.ma-navshell {
  background: var(--ma-ink-2);
}

.ma-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 20px;
}

.ma-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: var(--ma-white);
  text-decoration: none;
  gap: 12px;
}

.ma-brand__mark {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--ma-red);
}

.ma-brand__text {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.ma-brand__name {
  color: var(--ma-white);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.05;
  white-space: nowrap;
}

.ma-brand__place {
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  line-height: 1.2;
}

.ma-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
}

.ma-nav a {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
  text-decoration: none;
}

.ma-nav a:hover,
.ma-nav a:focus {
  color: var(--ma-red);
}

.ma-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ma-lang {
  display: inline-grid;
  grid-auto-flow: column;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}

.ma-lang a {
  min-width: 42px;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.ma-lang a[aria-current="true"] {
  color: var(--ma-white);
  background: var(--ma-red);
}

.ma-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 3px;
  color: var(--ma-white);
  background: var(--ma-red);
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.ma-button:hover,
.ma-button:focus {
  color: var(--ma-white);
  background: var(--ma-red-dark);
  transform: translateY(-1px);
}

.ma-button--ghost {
  color: var(--ma-white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.34);
}

.ma-button--ghost:hover,
.ma-button--ghost:focus {
  color: var(--ma-white);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.62);
}

.ma-hero {
  position: relative;
  min-height: calc(100vh - 120px);
  display: grid;
  align-items: center;
  padding: 92px 0 48px;
  color: var(--ma-white);
  background-image:
    linear-gradient(90deg, rgba(6, 7, 9, 0.96), rgba(10, 12, 16, 0.78) 48%, rgba(10, 12, 16, 0.28)),
    var(--hero-image);
  background-position: calc(50% + var(--ma-hero-x, 0px)) calc(50% + var(--ma-hero-y, 0px));
  background-size: cover;
  transition: background-position 0.12s linear;
}

.ma-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(226, 28, 35, 0.22), transparent 36%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 78px);
  pointer-events: none;
}

.ma-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7px;
  background: var(--ma-red);
}

.ma-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(270px, 380px);
  align-items: end;
  gap: 62px;
}

.ma-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.ma-eyebrow::before {
  content: "";
  width: 36px;
  height: 3px;
  background: var(--ma-red);
}

.ma-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ma-white);
  font-size: clamp(46px, 7vw, 84px);
  line-height: 0.95;
}

.ma-hero__text {
  max-width: 630px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
  line-height: 1.62;
}

.ma-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.ma-hero__panel {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 5px solid var(--ma-red);
  border-radius: 4px;
  background: rgba(10, 12, 16, 0.76);
  backdrop-filter: blur(14px);
  transform: translate3d(var(--ma-panel-x, 0px), var(--ma-panel-y, 0px), 0);
  transition: transform 0.14s linear;
}

.ma-hero__badge {
  width: max-content;
  padding: 7px 10px;
  color: var(--ma-white);
  background: var(--ma-red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ma-hero__panel strong {
  color: var(--ma-white);
  font-size: 20px;
  line-height: 1.2;
}

.ma-hero__panel span:not(.ma-hero__badge) {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.58;
}

.ma-section {
  padding: 88px 0;
}

.ma-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.ma-in-view {
  opacity: 1;
  transform: translateY(0);
}

.ma-section--soft {
  background: var(--ma-soft);
}

.ma-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 38px;
}

.ma-kicker {
  margin: 0 0 10px;
  color: var(--ma-red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.ma-section h2 {
  max-width: 780px;
  margin: 0;
  color: var(--ma-ink);
  font-size: clamp(32px, 4.6vw, 54px);
  line-height: 1;
}

.ma-section__copy {
  max-width: 455px;
  margin: 0;
  color: var(--ma-muted);
  line-height: 1.68;
}

.ma-elementor-slot {
  background: var(--ma-white);
}

.ma-symptom {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(226, 28, 35, 0.08), transparent 35%),
    var(--ma-white);
}

.ma-symptom__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(300px, 0.7fr);
  align-items: center;
  gap: 48px;
}

.ma-symptom__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.ma-symptom__button {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--ma-line);
  border-radius: 999px;
  color: var(--ma-steel);
  background: var(--ma-white);
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.ma-symptom__button:hover,
.ma-symptom__button:focus,
.ma-symptom__button.is-active {
  color: var(--ma-white);
  background: var(--ma-red);
  border-color: var(--ma-red);
  transform: translateY(-1px);
}

.ma-symptom__result {
  position: relative;
  display: grid;
  gap: 14px;
  min-height: 310px;
  padding: 34px;
  border: 1px solid rgba(226, 28, 35, 0.28);
  border-radius: 5px;
  color: var(--ma-white);
  background:
    linear-gradient(135deg, rgba(226, 28, 35, 0.9), rgba(183, 15, 22, 0.72)),
    var(--ma-ink);
  box-shadow: 0 24px 64px rgba(11, 13, 16, 0.18);
}

.ma-symptom__result::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

.ma-symptom__result span {
  position: relative;
  width: max-content;
  padding: 7px 10px;
  color: var(--ma-white);
  background: rgba(11, 13, 16, 0.28);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ma-symptom__result h3,
.ma-symptom__result p,
.ma-symptom__result .ma-button {
  position: relative;
}

.ma-symptom__result h3 {
  margin: 0;
  color: var(--ma-white);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
}

.ma-symptom__result p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.62;
}

.ma-symptom__result .ma-button {
  justify-self: start;
  align-self: end;
  background: var(--ma-ink);
}

.ma-symptom__result.is-changing {
  animation: ma-card-pop 0.26s ease;
}

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

.ma-service,
.ma-proof,
.ma-post {
  border-radius: 5px;
  background: var(--ma-white);
}

.ma-service {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 26px;
  border: 1px solid var(--ma-line);
  border-bottom: 4px solid var(--ma-red);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ma-service::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: var(--ma-red);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.24s ease;
}

.ma-service:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(11, 13, 16, 0.12);
}

.ma-service:hover::after {
  transform: scaleX(1);
}

.ma-service__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}

.ma-service__top img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.ma-service__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--ma-red);
  background: var(--ma-red-soft);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.ma-service h3,
.ma-proof h3,
.ma-post h3,
.ma-work-card h3 {
  margin: 0;
  color: var(--ma-ink);
  font-size: 23px;
  line-height: 1.15;
}

.ma-service p,
.ma-proof p,
.ma-post p,
.ma-work-card p {
  margin: 12px 0 0;
  color: var(--ma-muted);
  line-height: 1.62;
}

.ma-split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 52px;
}

.ma-photo-stack {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 14px;
  align-items: end;
}

.ma-photo-stack img {
  width: 100%;
  display: block;
  border-radius: 5px;
  object-fit: cover;
  aspect-ratio: 4 / 5;
  box-shadow: 0 20px 55px rgba(11, 13, 16, 0.18);
}

.ma-photo-stack img:nth-child(2) {
  aspect-ratio: 1 / 1.18;
}

.ma-list {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.ma-list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--ma-steel);
  line-height: 1.55;
}

.ma-list li::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-top: 5px;
  background: var(--ma-red);
  box-shadow: 0 0 0 5px var(--ma-red-soft);
}

.ma-work {
  color: var(--ma-white);
  background: var(--ma-ink);
}

.ma-work .ma-section h2,
.ma-work h2 {
  color: var(--ma-white);
}

.ma-work .ma-section__copy {
  color: rgba(255, 255, 255, 0.72);
}

.ma-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ma-work-card {
  overflow: hidden;
  border-radius: 5px;
  background: #15191f;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ma-work-card img {
  width: 100%;
  height: 275px;
  display: block;
  object-fit: cover;
}

.ma-work-card div {
  padding: 24px;
}

.ma-work-card span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--ma-red);
  font-weight: 900;
}

.ma-work-card h3 {
  color: var(--ma-white);
}

.ma-work-card p {
  color: rgba(255, 255, 255, 0.72);
}

.ma-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ma-proof {
  min-height: 142px;
  padding: 24px;
  color: var(--ma-white);
  background: var(--ma-ink-2);
  border-top: 4px solid var(--ma-red);
}

.ma-proof h3 {
  color: var(--ma-white);
  font-size: 32px;
}

.ma-count {
  font-variant-numeric: tabular-nums;
}

.ma-proof p {
  color: rgba(255, 255, 255, 0.72);
}

.ma-reviews {
  overflow: hidden;
  padding: 22px;
  border: 1px solid var(--ma-line);
  border-radius: 5px;
  background: var(--ma-white);
}

.ma-posts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ma-post {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--ma-line);
}

.ma-post__date {
  margin-bottom: 15px;
  color: var(--ma-red);
  font-size: 13px;
  font-weight: 900;
}

.ma-post h3 {
  font-size: 22px;
}

.ma-post a {
  color: inherit;
  text-decoration: none;
}

.ma-post__link {
  margin-top: auto;
  padding-top: 24px;
  color: var(--ma-red);
  font-weight: 900;
}

.ma-general-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ma-general-item {
  min-height: 76px;
  display: flex;
  align-items: center;
  padding: 18px 18px 18px 22px;
  border-left: 4px solid var(--ma-red);
  border-radius: 5px;
  color: var(--ma-ink);
  background: var(--ma-white);
  font-weight: 800;
  line-height: 1.3;
}

.ma-contact {
  color: var(--ma-white);
  background:
    linear-gradient(90deg, rgba(11, 13, 16, 0.96), rgba(11, 13, 16, 0.88)),
    linear-gradient(135deg, var(--ma-red), transparent);
}

.ma-contact .ma-kicker,
.ma-contact h2 {
  color: var(--ma-white);
}

.ma-contact .ma-section__copy {
  color: rgba(255, 255, 255, 0.72);
}

.ma-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.15fr 1fr;
  gap: 16px;
  margin-top: 36px;
}

.ma-contact-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.06);
}

.ma-contact-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--ma-red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.ma-contact-card a,
.ma-contact-card strong {
  color: var(--ma-white);
  font-size: 21px;
  line-height: 1.25;
  text-decoration: none;
}

.ma-footer {
  padding: 26px 0;
  color: rgba(255, 255, 255, 0.66);
  background: #07080a;
  font-size: 14px;
}

.ma-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.ma-footer a {
  color: var(--ma-white);
}

.ma-article-hero {
  padding: 78px 0;
  color: var(--ma-white);
  background-image: linear-gradient(90deg, rgba(6, 9, 13, 0.94), rgba(6, 9, 13, 0.70) 56%, rgba(6, 9, 13, 0.36)), var(--hero-image);
  background-position: center;
  background-size: cover;
}

.ma-article-hero h1 {
  max-width: 880px;
  margin: 0;
  color: var(--ma-white);
  font-size: clamp(36px, 5.2vw, 62px);
  line-height: 1;
}

.ma-back-link {
  display: inline-flex;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
  text-decoration: none;
}

.ma-back-link:hover,
.ma-back-link:focus {
  color: var(--ma-white);
}

.ma-article-shell {
  display: grid;
  grid-template-columns: minmax(0, 760px) 320px;
  gap: 54px;
  padding-top: 72px;
  padding-bottom: 86px;
}

.ma-article-content {
  color: var(--ma-steel);
  font-size: 18px;
  line-height: 1.75;
}

.ma-article-content > *:first-child {
  margin-top: 0;
}

.ma-article-content h2,
.ma-article-content h3,
.ma-article-content h4 {
  margin: 42px 0 14px;
  color: var(--ma-ink);
  line-height: 1.12;
}

.ma-article-content h2 {
  font-size: 34px;
}

.ma-article-content h3 {
  font-size: 26px;
}

.ma-article-content p,
.ma-article-content ul,
.ma-article-content ol {
  margin: 0 0 22px;
}

.ma-article-content a {
  color: var(--ma-red);
  font-weight: 800;
}

.ma-article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.ma-article-sidebar {
  display: grid;
  align-content: start;
  gap: 14px;
}

.ma-mini-card {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--ma-line);
  border-top: 4px solid var(--ma-red);
  border-radius: 5px;
  background: var(--ma-soft);
}

.ma-mini-card span {
  color: var(--ma-red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ma-mini-card strong {
  color: var(--ma-ink);
  font-size: 21px;
  line-height: 1.18;
}

.ma-mini-card p {
  margin: 0;
  color: var(--ma-muted);
  line-height: 1.55;
}

.ma-mini-card a:not(.ma-button) {
  color: var(--ma-ink);
  font-weight: 800;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.ma-floating-call {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  max-width: calc(100vw - 28px);
  padding: 0 18px;
  border-radius: 4px;
  color: var(--ma-white);
  background: var(--ma-red);
  box-shadow: 0 18px 42px rgba(11, 13, 16, 0.32);
  font-weight: 900;
  text-decoration: none;
}

.ma-floating-call.ma-pulse {
  animation: ma-call-pulse 1.7s ease-in-out infinite;
}

@keyframes ma-card-pop {
  0% { transform: scale(0.985); }
  100% { transform: scale(1); }
}

@keyframes ma-call-pulse {
  0%, 100% { box-shadow: 0 18px 42px rgba(11, 13, 16, 0.32); }
  50% { box-shadow: 0 18px 42px rgba(11, 13, 16, 0.32), 0 0 0 8px rgba(226, 28, 35, 0.18); }
}

@media (max-width: 1080px) {
  .ma-nav {
    display: none;
  }

  .ma-hero {
    min-height: auto;
    padding: 74px 0 42px;
  }

  .ma-hero__grid,
  .ma-symptom__grid,
  .ma-split,
  .ma-contact-grid,
  .ma-article-shell {
    grid-template-columns: 1fr;
  }

  .ma-section__head {
    display: grid;
  }

  .ma-grid,
  .ma-proof-grid,
  .ma-posts,
  .ma-work-grid,
  .ma-general-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 782px) {
  .admin-bar .ma-header {
    top: 46px;
  }
}

@media (max-width: 680px) {
  .ma-wrap {
    width: min(100% - 24px, 1200px);
  }

  .ma-topbar {
    display: none;
  }

  .ma-header__inner {
    min-height: 68px;
  }

  .ma-brand__place,
  .ma-actions .ma-button {
    display: none;
  }

  .ma-brand__mark {
    width: 42px;
    height: 42px;
  }

  .ma-brand__name {
    font-size: 15px;
  }

  .ma-hero {
    padding: 56px 0 34px;
    background-image:
      linear-gradient(90deg, rgba(6, 7, 9, 0.95), rgba(10, 12, 16, 0.76)),
      var(--hero-image);
  }

  .ma-hero h1 {
    font-size: 42px;
  }

  .ma-hero__text {
    font-size: 17px;
  }

  .ma-section {
    padding: 58px 0;
  }

  .ma-grid,
  .ma-proof-grid,
  .ma-posts,
  .ma-work-grid,
  .ma-symptom__grid,
  .ma-general-grid {
    grid-template-columns: 1fr;
  }

  .ma-photo-stack {
    grid-template-columns: 1fr;
  }

  .ma-work-card img {
    height: 240px;
  }

  .ma-article-hero {
    padding: 54px 0;
  }

  .ma-article-shell {
    padding-top: 44px;
    padding-bottom: 58px;
  }

  .ma-article-content {
    font-size: 17px;
  }

  .ma-footer__inner {
    display: grid;
  }

  .ma-floating-call {
    display: flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ma-preloader__inner::after,
  .ma-symptom__result.is-changing,
  .ma-floating-call.ma-pulse {
    animation: none;
  }

  .ma-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ma-hero,
  .ma-hero__panel,
  .ma-service,
  .ma-button,
  .ma-symptom__button {
    transition: none;
  }
}
