:root {
  --mc-blue: #1e40af;
  --mc-blue-soft: #527edb;
  --mc-orange: #ff7900;
  --mc-ink: #2a3547;
  --mc-heading: #1c2d55;
  --mc-muted: #526176;
  --mc-line: #dce4f0;
  --mc-surface: #f3f6fc;
  --mc-white: #fff;
  --mc-radius: 20px;
  --mc-max: 1260px;
  --mc-shadow: 0 22px 54px rgb(24 43 77 / 10%);
  color-scheme: light;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--mc-white); color: var(--mc-ink); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, button, input, textarea, select { font-family: "DM Sans", Arial, sans-serif; }
img, svg, video { max-width: 100%; height: auto; }
img { display: block; }
figure { margin: 0; }
button, input, textarea, select { font-size: inherit; }
button, a, input, textarea, select { -webkit-tap-highlight-color: transparent; }
a { color: var(--mc-blue); text-underline-offset: .18em; }
a:hover { color: #14308b; }
:focus-visible { outline: 3px solid var(--mc-orange); outline-offset: 3px; }
::selection { background: #ffdcba; color: var(--mc-heading); }
.container { width: min(calc(100% - 40px), var(--mc-max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: -120px; left: 16px; padding: 9px 15px; background: var(--mc-heading); color: #fff; }
.skip-link:focus { top: 12px; color: #fff; }

h1, h2, h3, h4 { color: var(--mc-heading); line-height: 1.16; letter-spacing: -.035em; margin: 0 0 .5em; text-wrap: balance; }
h1 { font-size: clamp(2.3rem, 3.8vw, 3.65rem); font-weight: 750; }
h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 720; }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); font-weight: 700; }
p { margin: 0 0 1.15em; }
ul, ol { padding-left: 1.35em; }
li + li { margin-top: .25em; }
.lead { font-size: clamp(1.08rem, 1.5vw, 1.25rem); line-height: 1.6; color: var(--mc-muted); max-width: 72ch; }
.eyebrow { display: inline-block; margin-bottom: 15px; color: var(--mc-blue); text-transform: uppercase; letter-spacing: .13em; font-size: .76rem; font-weight: 800; }
.section-intro { max-width: 760px; margin-bottom: 38px; }
.section-intro p { color: var(--mc-muted); font-size: 1.08rem; }
.section { padding-block: clamp(62px, 6vw, 90px); }
.section-tint { background: var(--mc-surface); }
.section-tight { padding-block: 48px; }
.measure { max-width: 760px; }
.muted { color: var(--mc-muted); }

.button, .wp-block-button__link, input[type="submit"], button[type="submit"] { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 21px; border: 2px solid var(--mc-orange); border-radius: 9px; background: var(--mc-orange); color: #202a3b; font-weight: 750; font-size: .95rem; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover, .wp-block-button__link:hover, input[type="submit"]:hover, button[type="submit"]:hover { background: #e86c00; border-color: #e86c00; color: #18243b; transform: translateY(-1px); }
.button-outline, .is-style-outline .wp-block-button__link { color: var(--mc-blue); background: transparent; border-color: var(--mc-blue); }
.button-outline:hover, .is-style-outline .wp-block-button__link:hover { color: #fff; background: var(--mc-blue); border-color: var(--mc-blue); }
.button-small { min-height: 43px; padding: 10px 16px; font-size: .88rem; }
.text-link { font-weight: 750; text-decoration-thickness: 1.5px; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--mc-line); background: #fff; box-shadow: 0 10px 28px rgb(24 43 77 / 4%); }
body.admin-bar .site-header { top: 32px; }
.header-topline { border-bottom: 1px solid #e6ebf4; background: #f7f9fc; }
.header-topline-inner { display: flex; min-height: 33px; align-items: center; justify-content: space-between; gap: 16px; color: #526176; font-size: .72rem; font-weight: 700; letter-spacing: .055em; }
.header-topline a { color: var(--mc-blue); text-decoration: none; }
.header-topline-contact { display: inline-flex; align-items: center; gap: 25px; }
.header-topline-contact a:last-child { color: var(--mc-heading); }
.header-inner { display: flex; min-height: 104px; align-items: center; justify-content: space-between; gap: 26px; }
.brand-wrap { flex: 0 0 auto; width: clamp(235px, 22vw, 285px); }
.mcac-brand { display: inline-flex; width: 100%; align-items: center; gap: 13px; color: var(--mc-heading); text-decoration: none; }
.mcac-brand-mark { display: block; flex: 0 0 72px; width: 72px; height: 72px; object-fit: contain; }
.mcac-brand-wordmark { display: flex; min-width: 0; flex-direction: column; line-height: 1.03; white-space: nowrap; }
.mcac-brand-wordmark strong { color: #1e293b; font-size: 1.94rem; font-weight: 800; letter-spacing: -.045em; }
.mcac-brand-wordmark > span { margin-top: 2px; color: var(--mc-blue); font-size: 1.16rem; font-weight: 700; letter-spacing: -.025em; }
.mcac-brand-wordmark small { margin-top: 6px; color: #526176; font-size: .58rem; font-weight: 700; letter-spacing: .02em; }
.primary-navigation { display: flex; align-items: center; gap: 14px; }
.mcac-menu { display: flex; align-items: center; flex-wrap: nowrap; gap: 2px 3px; padding: 0; margin: 0; list-style: none; }
.mcac-menu li { position: relative; margin: 0; list-style: none; }
.mcac-menu a { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 13px; border-radius: 999px; color: var(--mc-ink); font-size: .89rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.mcac-menu a:hover, .mcac-menu .current-menu-item > a, .mcac-menu .current_page_item > a, .mcac-menu .current-menu-ancestor > a { color: var(--mc-blue); background: #edf2fb; }
.mcac-menu .menu-item-has-children > a::after { content: ''; width: 6px; height: 6px; margin: -4px 0 0 9px; border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor; transform: rotate(45deg); }
.mcac-menu .sub-menu { position: absolute; top: calc(100% + 8px); right: 0; z-index: 5; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: min(600px, 70vw); gap: 2px 10px; padding: 22px; margin: 0; list-style: none; background: #fff; border: 1px solid var(--mc-line); border-radius: 18px; box-shadow: var(--mc-shadow); opacity: 0; visibility: hidden; transform: translateY(7px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.mcac-menu .menu-item-about .sub-menu { display: block; width: 230px; }
.mcac-menu li:hover > .sub-menu, .mcac-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.mcac-menu .sub-menu a { display: flex; min-height: 46px; padding: 9px 11px; border-radius: 9px; line-height: 1.3; white-space: normal; }
.submenu-toggle { display: none; }
.nav-toggle { display: none; }

.page-heading { padding-top: clamp(50px, 6vw, 80px); padding-bottom: 18px; }
.page-heading h1 { max-width: 950px; }
.page-content > :first-child, .article-content > :first-child { margin-top: 0; }
.page-content > .alignfull { width: 100%; }
.page-content > :not(.alignfull):not(.elementor) { max-width: min(calc(100% - 40px), var(--mc-max)); margin-left: auto; margin-right: auto; }
.page-content > p, .page-content > ul, .page-content > ol { max-width: min(calc(100% - 40px), 760px) !important; }
.site-main { min-height: 55vh; }

/* Editorial building blocks remain regular editable HTML or WordPress blocks. */
.mcac-hero { position: relative; overflow: hidden; padding-block: clamp(58px, 6vw, 86px); border-bottom: 1px solid #e8edf6; background: radial-gradient(circle at 92% 10%, #fff1e6 0, transparent 34%), linear-gradient(125deg, #f6f9ff 0%, #fff 72%); }
.mcac-hero::before { content: ''; position: absolute; width: 360px; height: 360px; right: -190px; top: -210px; border: 1px solid #dce5f7; border-radius: 50%; pointer-events: none; }
.mcac-hero-grid > .wp-block-group__inner-container { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(350px, .84fr); gap: clamp(36px, 5vw, 78px); align-items: center; }
.mcac-hero h1 { max-width: 760px; margin-bottom: 22px; }
.mcac-hero .lead { max-width: 660px; }
.mcac-hero-compact { padding-block: clamp(50px, 5vw, 68px); }
.mcac-hero-compact h1 { max-width: 870px; }
.mcac-hero-compact .lead { margin-bottom: 0; }
.hero-visual { position: relative; display: grid; align-content: start; gap: 15px; min-height: 400px; padding: clamp(26px, 3vw, 36px); overflow: hidden; border-radius: 26px; background: linear-gradient(145deg, #1d3a83 0%, #142b50 72%); color: #fff; box-shadow: 0 30px 68px rgb(19 43 89 / 17%); }
.hero-visual > .wp-block-group__inner-container { display: grid; align-content: start; gap: 15px; }
.hero-visual::before { content: ''; position: absolute; width: 245px; height: 245px; top: -105px; right: -80px; border: 1px solid rgb(255 255 255 / 20%); border-radius: 50%; }
.hero-visual::after { content: ''; position: absolute; width: 185px; height: 185px; bottom: -105px; left: -85px; border: 1px solid rgb(255 255 255 / 16%); border-radius: 50%; }
.hero-visual > * { position: relative; z-index: 1; }
.hero-visual .hero-mark { width: 73px; height: 73px; padding: 7px; border-radius: 17px; background: #fff; }
.hero-visual .hero-mark img { width: 100%; height: 100%; object-fit: contain; }
.hero-visual-label { margin: 2px 0 0; color: #ffbf87; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-visual-title { margin: 0; color: #fff; font-size: clamp(1.35rem, 2vw, 1.7rem); font-weight: 750; line-height: 1.2; }
.hero-visual-list { display: grid; gap: 9px; margin: 4px 0 0; padding: 0; list-style: none; counter-reset: mcac-hero-step; }
.hero-visual-list li { display: flex; align-items: center; min-height: 45px; gap: 13px; margin: 0; padding: 8px 13px; border: 1px solid rgb(255 255 255 / 17%); border-radius: 10px; background: rgb(255 255 255 / 9%); color: #fff; font-weight: 650; }
.hero-visual-list li::before { counter-increment: mcac-hero-step; content: '0' counter(mcac-hero-step); color: #ffb371; font-size: .79rem; font-weight: 800; }
.hero-visual-outcome { margin: 4px 0 0; padding: 11px 0 0 13px; border-left: 3px solid var(--mc-orange); color: #e6edfb; font-size: .92rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-diagram { position: relative; display: grid; gap: 12px; padding: 26px; border: 1px solid #dbe5f5; border-radius: 22px; background: linear-gradient(140deg, #f6f9ff 0%, #edf4ff 100%); }
.hero-diagram::before { content: ""; position: absolute; inset: 18px auto 18px 45px; width: 2px; background: #b6caee; }
.hero-diagram-item { position: relative; display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 12px; min-height: 61px; padding: 10px 14px; border: 1px solid #dfe8f5; border-radius: 12px; background: #fff; box-shadow: 0 6px 15px rgb(28 45 85 / 4%); }
.hero-diagram-item span:first-child { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 9px; background: #e9f0fc; color: var(--mc-blue); font-weight: 800; }
.hero-diagram-item:last-child span:first-child { background: #ffead7; color: #9d4900; }
.hero-diagram-item strong { color: var(--mc-heading); font-size: .98rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-card, .info-card { display: flex; flex-direction: column; min-width: 0; padding: clamp(24px, 3vw, 34px); border: 1px solid var(--mc-line); border-top: 3px solid #94abe2; border-radius: var(--mc-radius); background: #fff; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.service-card:hover, .service-card:focus-within { border-color: #adbee3; box-shadow: var(--mc-shadow); transform: translateY(-3px); }
.service-card img { width: 70px; height: 70px; margin-bottom: 24px; }
.service-card h3, .info-card h3 { margin-bottom: 12px; }
.service-card p, .info-card p { color: var(--mc-muted); }
.service-card .text-link { margin-top: auto; }
.service-card .wp-block-buttons { margin-top: auto; }
.service-card .wp-block-button__link { min-height: auto; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--mc-blue); font-weight: 800; text-align: left; }
.service-card .wp-block-button__link:hover { border: 0; background: transparent; color: #132f84; text-decoration: underline; transform: none; }
.eramba-intro-note, .eramba-small-note { color: var(--mc-muted); font-size: .92rem; }
.wp-block-columns.eramba-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; gap: 18px; margin-top: 30px; }
.eramba-card-grid > .wp-block-column { flex-basis: auto !important; margin: 0; min-width: 0; }
.eramba-card { display: flex; flex-direction: column; min-height: 100%; padding: 25px 23px 22px; border: 1px solid var(--mc-line); border-top: 3px solid var(--mc-blue); border-radius: 18px; background: #fff; box-shadow: 0 10px 30px rgb(24 43 77 / 4%); transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease; }
.eramba-card:hover, .eramba-card:focus-within { border-color: #a9bde6; box-shadow: 0 18px 40px rgb(24 43 77 / 10%); transform: translateY(-2px); }
.eramba-card .wp-block-image { margin-bottom: 14px; }
.eramba-card .wp-block-image img { width: 72px; height: 72px; object-fit: contain; }
.eramba-card .eramba-module { margin-bottom: 8px; color: var(--mc-blue); font-size: .71rem; line-height: 1.35; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; overflow-wrap: anywhere; }
.eramba-card h3 { margin-bottom: 12px; font-size: clamp(1.15rem, 1.5vw, 1.32rem); }
.eramba-card > p:not(.eramba-module) { color: var(--mc-muted); font-size: .94rem; line-height: 1.55; }
.eramba-card .wp-block-buttons { margin-top: auto; padding-top: 14px; }
.eramba-card .wp-block-button__link { display: inline-flex; min-height: 41px; padding: 9px 13px; border: 1.5px solid var(--mc-blue); border-radius: 8px; background: #fff; color: var(--mc-blue); font-size: .81rem; line-height: 1.25; font-weight: 780; text-align: left; }
.eramba-card .wp-block-button__link:hover { border-color: var(--mc-blue); background: var(--mc-blue); color: #fff; transform: none; }
.wp-block-columns.eramba-common-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 26px; }
.eramba-common-grid > .wp-block-column { flex-basis: auto !important; margin: 0; min-width: 0; }
.eramba-common-card { border: 1px solid var(--mc-line); border-radius: 11px; background: #f7f9fd; }
.eramba-common-card p { margin: 0; }
.eramba-common-card a { display: flex; min-height: 62px; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 16px; color: var(--mc-heading); font-weight: 720; font-size: .9rem; line-height: 1.3; text-decoration: none; }
.eramba-common-card a span { flex: 0 0 auto; color: var(--mc-blue); font-size: 1.1rem; }
.eramba-common-card a:hover { color: var(--mc-blue); background: #eef3fc; border-radius: 11px; }
.eramba-reference-note { max-width: 78ch; margin-top: 20px; padding: 16px 19px; border-left: 3px solid var(--mc-orange); border-radius: 0 9px 9px 0; background: #fff; color: var(--mc-heading); }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 16px 0 0; list-style: none; }
.tag-list li { margin: 0; padding: 5px 10px; border-radius: 999px; background: #eaf0fa; color: var(--mc-blue); font-size: .79rem; font-weight: 700; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.process-step { position: relative; padding: 24px; border: 1px solid var(--mc-line); border-top: 3px solid var(--mc-blue); border-radius: 16px; background: #fff; box-shadow: 0 9px 28px rgb(24 43 77 / 5%); }
.process-step:last-child { border-color: var(--mc-orange); }
.process-number { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 11px; background: #ebf1fc; color: var(--mc-blue); font-size: .83rem; font-weight: 850; letter-spacing: .1em; }
.process-step:last-child .process-number { color: #ad5000; }
.process-step h3 { margin-top: 12px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(25px, 5vw, 76px); align-items: start; }
.note-panel { padding: clamp(25px, 4vw, 42px); border-left: 5px solid var(--mc-orange); border-radius: 0 16px 16px 0; background: #f7f9fd; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: clamp(28px, 5vw, 52px); border-radius: 20px; background: var(--mc-heading); color: #fff; }
.cta-panel h2, .cta-panel p { color: #fff; }
.cta-panel p { max-width: 670px; margin-bottom: 0; color: #e2e9f6; }
.cta-panel .button { flex: 0 0 auto; }
.faq-list { max-width: 870px; }
.faq-list details { border-bottom: 1px solid var(--mc-line); }
.faq-list summary { position: relative; padding: 19px 28px 19px 0; color: var(--mc-heading); font-weight: 720; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 3px; top: 16px; font-size: 1.45rem; color: var(--mc-blue); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details > p, .faq-list details > div { max-width: 760px; padding-bottom: 17px; color: var(--mc-muted); }
.contact-grid { display: grid; grid-template-columns: minmax(270px, .8fr) minmax(0, 1.2fr); gap: clamp(28px, 5vw, 68px); align-items: start; }
.contact-grid > .wp-block-column { min-width: 0; }
.contact-form-panel { padding: clamp(24px, 3vw, 42px); border: 1px solid var(--mc-line); border-radius: 20px; background: #fff; box-shadow: 0 16px 40px rgb(24 43 77 / 6%); }
.contact-form-panel h2, .contact-form-panel h3 { margin-bottom: 24px; }
.contact-facts a { overflow-wrap: anywhere; }
.contact-facts { padding: clamp(24px, 3vw, 38px); border-radius: 18px; background: #eaf0fb; }
.contact-facts p { color: var(--mc-muted); }
.contact-facts p strong { color: var(--mc-heading); }
.contact-facts { padding: 28px; border-radius: 16px; background: var(--mc-surface); }
.contact-facts p { margin-bottom: 17px; }
form label { display: block; margin-bottom: 6px; color: var(--mc-heading); font-weight: 700; }
form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), form textarea, form select { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #aebbd0; border-radius: 8px; background: #fff; color: var(--mc-ink); }
form textarea { min-height: 130px; resize: vertical; }
form input:focus, form textarea:focus, form select:focus { border-color: var(--mc-blue); }
.wpcf7 form .wpcf7-response-output { padding: 12px 16px; border-radius: 8px; }

.archive-main, .article-main { padding-bottom: 80px; }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.post-card { overflow: hidden; border: 1px solid var(--mc-line); border-radius: var(--mc-radius); background: #fff; box-shadow: 0 10px 30px rgb(24 43 77 / 5%); }
.archive-posts-heading { padding-top: 76px; padding-bottom: 30px; }
.archive-posts-heading h2 { margin-bottom: 12px; }
.archive-posts-heading p:last-child { max-width: 660px; color: var(--mc-muted); }
.post-card-visual { display: grid; min-height: 180px; place-items: center; border-bottom: 1px solid var(--mc-line); background: radial-gradient(circle at 85% 0, #ffe7d2 0, transparent 27%), linear-gradient(145deg, #eaf1fd, #f8faff); }
.post-card-visual img { width: 104px; height: 104px; object-fit: contain; }
.post-card-body { padding: 24px; }
.post-card h3 { font-size: 1.4rem; }
.post-card h3 a { color: var(--mc-heading); text-decoration: none; }
.post-date { color: var(--mc-muted); font-size: .86rem; }
.article-main { max-width: 850px; }
.article-image { display: grid; min-height: 185px; place-items: center; margin-block: 24px 35px; border: 1px solid var(--mc-line); border-radius: 18px; background: linear-gradient(145deg, #eaf1fd, #f8faff); }
.article-image img { width: 112px; height: 112px; object-fit: contain; }
.article-content { font-size: 1.06rem; }
.article-content h2, .article-content h3 { margin-top: 1.7em; }
.not-found { padding-block: 100px; }

.site-footer { background: #142748; color: #dce7fa; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: clamp(24px, 5vw, 75px); padding-block: 68px 54px; }
.footer-brand { display: inline-block; max-width: 100%; margin-bottom: 18px; }
.footer-brand .mcac-brand { width: auto; }
.mcac-brand-inverse .mcac-brand-wordmark strong { color: #fff; }
.mcac-brand-inverse .mcac-brand-wordmark > span { color: #d5e3ff; }
.mcac-brand-inverse .mcac-brand-wordmark small { color: #b9cae6; }
.footer-about p { max-width: 330px; }
.site-footer h2 { color: #fff; font-size: 1rem; letter-spacing: 0; }
.site-footer a { color: #e8f0ff; }
.site-footer a:hover { color: #fff; }
.footer-menu { padding: 0; margin: 0; list-style: none; }
.footer-menu li { margin-bottom: 5px; list-style: none; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; padding-block: 19px 26px; border-top: 1px solid #3b4f71; font-size: .86rem; }

@media (max-width: 1100px) {
  .wp-block-columns.eramba-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wp-block-columns.eramba-common-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .header-inner { min-height: 78px; }
  .brand-wrap { width: 245px; }
  .primary-navigation { gap: 10px; }
  .mcac-menu { gap: 2px 0; }
  .mcac-menu a { padding-inline: 10px; font-size: .84rem; }
}
@media (max-width: 850px) {
  .nav-toggle { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--mc-line); border-radius: 8px; background: #fff; cursor: pointer; }
  .nav-toggle span { display: block; height: 2px; width: 100%; border-radius: 2px; background: var(--mc-heading); }
  .primary-navigation { display: block; position: absolute; top: 100%; left: 0; right: 0; max-height: calc(100vh - 120px); padding: 10px max(20px, calc((100vw - var(--mc-max)) / 2)) 20px; overflow: auto; border-bottom: 1px solid var(--mc-line); background: #fff; box-shadow: var(--mc-shadow); }
  .js .primary-navigation { display: none; }
  .js .primary-navigation.is-open { display: block; }
  .mcac-menu { display: block; }
  .mcac-menu a { display: flex; padding: 9px 12px; font-size: 1rem; white-space: normal; }
  .mcac-menu .sub-menu, .mcac-menu .menu-item-about .sub-menu { position: static; display: block; width: auto; padding: 0 0 0 14px; border: 0; border-left: 2px solid var(--mc-line); border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .mcac-menu > .menu-item-has-children > a { width: calc(100% - 48px); min-height: 44px; }
  .mcac-menu > .menu-item-has-children > a::after { display: none; }
  .mcac-menu .submenu-toggle { position: absolute; top: 0; right: 0; display: grid; width: 44px; height: 44px; place-items: center; padding: 0; border: 1px solid var(--mc-line); border-radius: 9px; background: #fff; color: var(--mc-blue); cursor: pointer; }
  .mcac-menu .submenu-toggle::before { content: ''; width: 8px; height: 8px; margin-top: -4px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); }
  .mcac-menu .submenu-open > .submenu-toggle::before { margin-top: 4px; transform: rotate(225deg); }
  .js .mcac-menu > .menu-item-has-children > .sub-menu { display: none; }
  .js .mcac-menu > .submenu-open > .sub-menu { display: block; }
  .service-card .wp-block-button__link { min-height: 44px; padding-block: 9px; }
  .post-card .text-link, .contact-facts a[href^="tel:"] { display: inline-flex; min-height: 44px; align-items: center; }
  .mcac-hero-grid > .wp-block-group__inner-container, .split { grid-template-columns: 1fr; }
  .hero-visual { min-height: 0; }
  .hero-diagram { max-width: 600px; }
  .card-grid, .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .wp-block-columns.eramba-card-grid { grid-template-columns: 1fr; }
  .wp-block-columns.eramba-common-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.admin-bar .site-header { top: 46px; }
  .header-topline { display: none; }
  .container { width: min(calc(100% - 32px), var(--mc-max)); }
  .header-inner { min-height: 82px; }
  .brand-wrap { width: 235px; }
  .mcac-brand-mark { flex-basis: 58px; width: 58px; height: 58px; }
  .mcac-brand-wordmark strong { font-size: 1.55rem; }
  .mcac-brand-wordmark > span { font-size: .96rem; }
  .mcac-brand-wordmark small { font-size: .46rem; }
  .section { padding-block: 54px; }
  .mcac-hero { padding-block: 47px 52px; }
  .mcac-hero-grid { gap: 30px; }
  .hero-visual { padding: 24px; }
  .card-grid, .card-grid.two, .post-grid, .process-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-diagram { padding: 18px; }
  .cta-panel { align-items: stretch; flex-direction: column; }
  .cta-panel .button { align-self: flex-start; }
  .footer-about { grid-column: auto; }
  .footer-grid { padding-block: 50px 36px; }
}
@media (max-width: 380px) {
  h1 { font-size: 2rem; }
  .wp-block-columns.eramba-common-grid { grid-template-columns: 1fr; }
  .brand-wrap { width: 205px; }
  .mcac-brand { gap: 9px; }
  .mcac-brand-mark { flex-basis: 50px; width: 50px; height: 50px; }
  .mcac-brand-wordmark strong { font-size: 1.38rem; }
  .mcac-brand-wordmark > span { font-size: .88rem; }
  .mcac-brand-wordmark small { font-size: .42rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
