:root {
	--mc-ink: #13231d;
	--mc-muted: #5d6c66;
	--mc-primary: #2f6b55;
	--mc-primary-dark: #1c4c3a;
	--mc-accent: #b8d4c7;
	--mc-soft: #f1f6f3;
	--mc-paper: #fbfcfb;
	--mc-white: #fff;
	--mc-border: rgba(18, 39, 31, .12);
	--mc-shadow: 0 22px 60px rgba(19, 48, 37, .1);
	--mc-radius: 28px;
	--mc-shell: min(1240px, calc(100vw - 48px));
}

body.montecucco-mc_construction {
	--mc-ink: #20231f;
	--mc-muted: #69685f;
	--mc-primary: #87663d;
	--mc-primary-dark: #584227;
	--mc-accent: #d6c4a7;
	--mc-soft: #f6f3ed;
	--mc-paper: #fcfbf8;
	--mc-border: rgba(41, 36, 27, .13);
	--mc-shadow: 0 22px 60px rgba(58, 45, 27, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.montecucco-site {
	margin: 0;
	background: var(--mc-paper);
	color: var(--mc-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
body.montecucco-site.menu-open { overflow: hidden; }
.montecucco-site a { color: inherit; text-decoration: none; }
.montecucco-site img { display: block; max-width: 100%; }
.montecucco-site button,
.montecucco-site input,
.montecucco-site textarea,
.montecucco-site select { font: inherit; }
.mc-shell { width: var(--mc-shell); margin-inline: auto; }
.mc-skip { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 15px; background: var(--mc-ink); color: #fff !important; transform: translateY(-150%); }
.mc-skip:focus { transform: translateY(0); }

.mc-header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid transparent;
	transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.mc-header.is-scrolled { background: rgba(251, 252, 251, .93); border-color: var(--mc-border); box-shadow: 0 8px 30px rgba(19, 35, 29, .06); backdrop-filter: blur(16px); }
.montecucco-mc_construction .mc-header.is-scrolled { background: rgba(252, 251, 248, .94); }
.mc-header__inner { min-height: 92px; display: flex; align-items: center; gap: 34px; }
.mc-brand { display: inline-flex; align-items: center; flex-shrink: 0; gap: 12px; }
.mc-logo { width: 43px; height: 43px; color: var(--mc-primary); }
.mc-brand__text { display: grid; line-height: 1.05; }
.mc-brand__text strong { font-size: 20px; letter-spacing: -.035em; }
.mc-brand__text small { margin-top: 6px; color: var(--mc-muted); font-size: 9px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.mc-nav { display: flex; align-items: center; justify-content: center; gap: 30px; margin-left: auto; }
.mc-nav a { position: relative; padding-block: 10px; color: #34433d; font-size: 14px; font-weight: 650; }
.mc-nav a::after { content: ""; position: absolute; right: 0; bottom: 3px; left: 0; height: 2px; background: var(--mc-primary); transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.mc-nav a:hover::after,
.mc-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.mc-header__actions { display: flex; align-items: center; gap: 14px; }
.mc-language { position: relative; }
.mc-language summary { display: flex; align-items: center; gap: 7px; padding: 9px; cursor: pointer; font-size: 13px; font-weight: 750; list-style: none; }
.mc-language summary::-webkit-details-marker { display: none; }
.mc-language__menu { position: absolute; top: calc(100% + 10px); right: 0; width: 180px; padding: 8px; border: 1px solid var(--mc-border); border-radius: 15px; background: #fff; box-shadow: var(--mc-shadow); }
.mc-language__menu a { display: flex; gap: 12px; padding: 9px 10px; border-radius: 9px; color: var(--mc-muted); font-size: 13px; }
.mc-language__menu a span { color: var(--mc-ink); font-weight: 800; }
.mc-language__menu a:hover,
.mc-language__menu a.is-active { background: var(--mc-soft); color: var(--mc-ink); }
.mc-menu-toggle { display: none; border: 0; background: none; }

.mc-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid var(--mc-primary); border-radius: 999px; background: var(--mc-primary); color: #fff !important; font-size: 14px; font-weight: 750; box-shadow: 0 10px 26px color-mix(in srgb, var(--mc-primary) 25%, transparent); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.mc-button:hover { transform: translateY(-2px); background: var(--mc-primary-dark); box-shadow: 0 14px 34px color-mix(in srgb, var(--mc-primary) 32%, transparent); }
.mc-button--small { min-height: 44px; padding-inline: 19px; font-size: 13px; }
.mc-button--light { border-color: #fff; background: #fff; color: var(--mc-primary-dark) !important; box-shadow: none; }
.mc-button--light:hover { background: var(--mc-soft); }
.mc-text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--mc-ink); font-size: 14px; font-weight: 750; }
.mc-text-link span { transition: transform .2s ease; }
.mc-text-link:hover span { transform: translateX(4px); }
.mc-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 32px; }

.mc-hero { position: relative; min-height: 780px; overflow: hidden; background: var(--mc-paper); }
.mc-hero__inner { position: relative; z-index: 2; min-height: 780px; display: flex; align-items: center; padding-top: 92px; }
.mc-hero__copy { width: min(620px, 53%); padding-block: 70px; }
.mc-hero__copy h1,
.mc-page-hero h1 { max-width: 760px; margin: 15px 0 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(50px, 5.5vw, 82px); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.mc-hero__copy h1 em { color: var(--mc-primary); font-weight: inherit; }
.mc-lead { max-width: 650px; margin: 0; color: var(--mc-muted); font-size: clamp(18px, 1.7vw, 22px); line-height: 1.55; }
.mc-lead-small { color: var(--mc-muted); font-size: 18px; }
.mc-eyebrow { margin: 0 0 12px; color: var(--mc-primary); font-size: 12px; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
.mc-hero__media { position: absolute; z-index: 0; inset: 0 0 0 34%; }
.mc-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.mc-hero__media span { position: absolute; inset: 0; background: linear-gradient(90deg, var(--mc-paper) 0%, color-mix(in srgb, var(--mc-paper) 96%, transparent) 22%, color-mix(in srgb, var(--mc-paper) 70%, transparent) 41%, transparent 65%), linear-gradient(0deg, rgba(12, 24, 18, .12), transparent 35%); }
.mc-trust-list { display: flex; gap: 22px; margin: 35px 0 0; padding: 0; color: var(--mc-muted); font-size: 12px; font-weight: 700; list-style: none; }
.mc-trust-list li { display: flex; align-items: center; gap: 8px; }
.mc-trust-list li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--mc-primary); box-shadow: 0 0 0 4px color-mix(in srgb, var(--mc-primary) 14%, transparent); }

.mc-stats { position: relative; z-index: 3; margin-top: -1px; border-block: 1px solid var(--mc-border); background: rgba(255, 255, 255, .84); backdrop-filter: blur(10px); }
.mc-stats__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.mc-stat { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; min-height: 122px; padding: 22px 42px; border-right: 1px solid var(--mc-border); }
.mc-stat:first-child { padding-left: 0; }
.mc-stat:last-child { border-right: 0; padding-right: 0; }
.mc-stat strong { color: var(--mc-primary); font-family: Georgia, "Times New Roman", serif; font-size: 34px; font-weight: 500; }
.mc-stat span { max-width: 230px; color: var(--mc-muted); font-size: 13px; line-height: 1.45; }

.mc-section { padding-block: 110px; }
.mc-section--soft { background: var(--mc-soft); }
.mc-section--dark { overflow: hidden; background: var(--mc-ink); color: #fff; }
.mc-grid-2 { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(50px, 8vw, 130px); }
.mc-grid-2--center { align-items: center; }
.mc-section h2 { max-width: 680px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 4.2vw, 60px); font-weight: 500; letter-spacing: -.045em; line-height: 1.08; }
.mc-prose { align-self: end; }
.mc-prose p { max-width: 620px; margin: 0 0 25px; color: var(--mc-muted); font-size: 19px; line-height: 1.75; }
.mc-section-heading { display: grid; grid-template-columns: 1.1fr .75fr; align-items: end; gap: 70px; margin-bottom: 55px; }
.mc-section-heading > p { max-width: 500px; margin: 0; color: var(--mc-muted); font-size: 17px; }
.mc-section-heading--light > p { color: rgba(255, 255, 255, .63); }
.mc-section-heading--light .mc-eyebrow { color: var(--mc-accent); }

.mc-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.mc-service-card { position: relative; min-height: 370px; display: flex; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid var(--mc-border); border-radius: var(--mc-radius); background: rgba(255, 255, 255, .82); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.mc-service-card::before { content: ""; position: absolute; width: 170px; height: 170px; top: -80px; right: -80px; border-radius: 50%; background: var(--mc-accent); opacity: .17; transition: transform .35s ease; }
.mc-service-card:hover { transform: translateY(-7px); border-color: color-mix(in srgb, var(--mc-primary) 40%, transparent); box-shadow: var(--mc-shadow); }
.mc-service-card:hover::before { transform: scale(1.35); }
.mc-service-card__number { color: var(--mc-muted); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.mc-icon { width: 50px; height: 50px; margin: 45px 0 28px; color: var(--mc-primary); }
.mc-service-card h3,
.mc-feature-card h3,
.mc-process h3 { margin: 0 0 10px; font-size: 20px; letter-spacing: -.025em; }
.mc-service-card p,
.mc-feature-card p,
.mc-process p { margin: 0; color: var(--mc-muted); font-size: 14px; }
.mc-service-card__arrow { position: absolute; right: 26px; bottom: 25px; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--mc-soft); color: var(--mc-primary); transition: transform .2s ease, background .2s ease, color .2s ease; }
.mc-service-card:hover .mc-service-card__arrow { transform: rotate(45deg); background: var(--mc-primary); color: #fff; }

.mc-product-showcase { background: var(--mc-paper); }
.mc-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.mc-product-card { overflow: hidden; border: 1px solid var(--mc-border); border-radius: var(--mc-radius); background: #fff; box-shadow: 0 18px 50px rgba(58, 45, 27, .07); transition: transform .25s ease, box-shadow .25s ease; }
.mc-product-card:hover { transform: translateY(-7px); box-shadow: var(--mc-shadow); }
.mc-product-card__media { position: relative; display: block; aspect-ratio: 3 / 2; overflow: hidden; background: var(--mc-soft); }
.mc-product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.mc-product-card:hover .mc-product-card__media img { transform: scale(1.035); }
.mc-product-card__media b { position: absolute; top: 18px; left: 18px; padding: 7px 12px; border-radius: 999px; background: rgba(32, 35, 31, .9); color: #fff; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(8px); }
.mc-product-card__body { display: grid; padding: 28px; }
.mc-product-card__body strong { margin-bottom: 10px; font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 500; letter-spacing: -.025em; }
.mc-product-card__body small { min-height: 76px; color: var(--mc-muted); font-size: 14px; line-height: 1.6; }
.mc-product-card__body em { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--mc-border); color: var(--mc-primary); font-size: 13px; font-style: normal; font-weight: 800; }
.mc-product-card__body em span { font-size: 18px; transition: transform .2s ease; }
.mc-product-card:hover .mc-product-card__body em span { transform: rotate(45deg); }

.mc-capabilities__visual { min-height: 470px; display: grid; place-items: center; border-radius: var(--mc-radius); background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--mc-accent) 35%, transparent), transparent 53%), linear-gradient(135deg, #fff, var(--mc-soft)); }
.mc-orbit { position: relative; width: 310px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--mc-border); border-radius: 50%; }
.mc-orbit::before,
.mc-orbit::after { content: ""; position: absolute; border: 1px solid var(--mc-border); border-radius: 50%; }
.mc-orbit::before { inset: 42px; }
.mc-orbit::after { inset: 88px; }
.mc-orbit b { z-index: 2; display: grid; width: 88px; aspect-ratio: 1; place-items: center; border-radius: 50%; background: var(--mc-primary); color: #fff; font-family: Georgia, serif; font-size: 26px; font-weight: 500; box-shadow: 0 20px 45px color-mix(in srgb, var(--mc-primary) 32%, transparent); }
.mc-orbit > span { position: absolute; width: 14px; aspect-ratio: 1; border: 3px solid var(--mc-paper); border-radius: 50%; background: var(--mc-primary); }
.mc-orbit > span:nth-child(1) { top: 27px; right: 65px; }
.mc-orbit > span:nth-child(2) { right: 24px; bottom: 71px; }
.mc-orbit > span:nth-child(3) { bottom: 58px; left: 36px; }
.mc-check-list { display: grid; gap: 13px; margin: 30px 0 0; padding: 0; list-style: none; }
.mc-check-list li { display: flex; align-items: flex-start; gap: 12px; color: var(--mc-muted); }
.mc-check-list li span { flex: 0 0 auto; display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: var(--mc-soft); color: var(--mc-primary); font-size: 12px; font-weight: 900; }

.mc-process { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid rgba(255, 255, 255, .14); }
.mc-process article { position: relative; padding: 45px 55px 10px 0; }
.mc-process article:not(:last-child)::after { content: "→"; position: absolute; top: 45px; right: 38px; color: var(--mc-accent); font-size: 24px; }
.mc-process article > span { display: block; margin-bottom: 35px; color: var(--mc-accent); font-family: Georgia, serif; font-size: 40px; }
.mc-process h3 { font-size: 23px; }
.mc-process p { color: rgba(255, 255, 255, .62); }

.mc-faq .mc-grid-2 > div:first-child > p:last-child { max-width: 440px; color: var(--mc-muted); }
.mc-accordion { border-top: 1px solid var(--mc-border); }
.mc-accordion details { border-bottom: 1px solid var(--mc-border); }
.mc-accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; font-weight: 750; list-style: none; }
.mc-accordion summary::-webkit-details-marker { display: none; }
.mc-accordion summary span { color: var(--mc-primary); font-size: 25px; font-weight: 400; transition: transform .2s ease; }
.mc-accordion details[open] summary span { transform: rotate(45deg); }
.mc-accordion details p { margin: -4px 45px 25px 0; color: var(--mc-muted); }

.mc-cta { padding: 0 0 44px; }
.mc-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding: 72px 80px; overflow: hidden; border-radius: var(--mc-radius); background: var(--mc-primary); color: #fff; box-shadow: 0 28px 80px color-mix(in srgb, var(--mc-primary) 28%, transparent); }
.mc-cta .mc-eyebrow { color: var(--mc-accent); }
.mc-cta h2 { max-width: 700px; margin: 0; font-family: Georgia, serif; font-size: clamp(38px, 4.3vw, 59px); font-weight: 500; letter-spacing: -.045em; line-height: 1.06; }
.mc-cta p { max-width: 680px; margin: 16px 0 0; color: rgba(255, 255, 255, .72); }

.mc-page-hero { padding: 205px 0 105px; overflow: hidden; border-bottom: 1px solid var(--mc-border); background: radial-gradient(circle at 84% 20%, color-mix(in srgb, var(--mc-accent) 31%, transparent), transparent 33%), var(--mc-soft); }
.mc-page-hero h1 { max-width: 920px; font-size: clamp(52px, 6vw, 82px); }
.mc-page-hero--legal { padding-bottom: 78px; }
.mc-page-visual { position: relative; z-index: 2; margin-top: -42px; }
.mc-page-visual__frame { height: clamp(340px, 43vw, 560px); overflow: hidden; border: 8px solid var(--mc-paper); border-radius: var(--mc-radius); background: var(--mc-soft); box-shadow: var(--mc-shadow); }
.mc-page-visual__frame img { width: 100%; height: 100%; object-fit: cover; }
.mc-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.mc-feature-card { position: relative; min-height: 235px; padding: 38px; border: 1px solid var(--mc-border); border-radius: 22px; background: #fff; }
.mc-feature-card__dot { display: block; width: 34px; height: 4px; margin-bottom: 45px; border-radius: 99px; background: var(--mc-primary); }
.mc-feature-card h3 { font-size: 23px; }
.mc-feature-card p { max-width: 510px; font-size: 15px; line-height: 1.65; }
.mc-highlight-band { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; padding: 65px; border: 1px solid var(--mc-border); border-radius: var(--mc-radius); background: #fff; box-shadow: var(--mc-shadow); }

.mc-contact__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 110px); align-items: start; }
.mc-contact__info h2 { margin-bottom: 22px; font-size: clamp(36px, 3.8vw, 52px); }
.mc-contact__info > p { color: var(--mc-muted); }
.mc-contact-list { display: grid; margin-top: 44px; border-top: 1px solid var(--mc-border); }
.mc-contact-list > * { display: grid; gap: 2px; padding: 17px 0; border-bottom: 1px solid var(--mc-border); }
.mc-contact-list span { color: var(--mc-muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mc-contact-list strong { font-size: 15px; font-weight: 700; }
.mc-form-card { padding: 44px; border: 1px solid var(--mc-border); border-radius: var(--mc-radius); background: #fff; box-shadow: var(--mc-shadow); }
.mc-form-card form { display: grid; gap: 20px; }
.mc-form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.mc-form-card label { display: grid; gap: 7px; color: var(--mc-ink); font-size: 12px; font-weight: 800; }
.mc-form-card input,
.mc-form-card select,
.mc-form-card textarea { width: 100%; border: 1px solid var(--mc-border); border-radius: 12px; outline: none; background: var(--mc-paper); color: var(--mc-ink); transition: border .2s ease, box-shadow .2s ease; }
.mc-form-card input,
.mc-form-card select { height: 52px; padding: 0 15px; }
.mc-form-card textarea { resize: vertical; padding: 14px 15px; }
.mc-form-card input:focus,
.mc-form-card select:focus,
.mc-form-card textarea:focus { border-color: var(--mc-primary); box-shadow: 0 0 0 4px color-mix(in srgb, var(--mc-primary) 11%, transparent); }
.mc-form-card .mc-consent { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 10px; color: var(--mc-muted); font-size: 12px; font-weight: 500; }
.mc-consent input { width: 18px; height: 18px; margin-top: 2px; }
.mc-consent a { color: var(--mc-primary); text-decoration: underline; }
.mc-form-card .mc-button { justify-self: start; border: 0; cursor: pointer; }
.mc-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
.mc-alert { margin-bottom: 22px; padding: 13px 15px; border-radius: 11px; font-size: 13px; }
.mc-alert--success { background: #e7f5ec; color: #185d35; }
.mc-alert--error { background: #fff0ee; color: #912f26; }

.mc-legal { max-width: 850px; }
.mc-legal h2 { margin: 48px 0 12px; font-family: inherit; font-size: 22px; font-weight: 800; letter-spacing: -.02em; }
.mc-legal h2:first-of-type { margin-top: 0; }
.mc-legal p { color: var(--mc-muted); }
.mc-legal a { color: var(--mc-primary); text-decoration: underline; }
.mc-legal__updated { margin-bottom: 40px; font-size: 13px; }

.mc-footer { padding-top: 90px; background: #0f1d18; color: #fff; }
.montecucco-mc_construction .mc-footer { background: #1e211d; }
.mc-footer__top { display: grid; grid-template-columns: 1.5fr .65fr .85fr; gap: 80px; padding-bottom: 65px; }
.mc-brand--footer .mc-logo { color: var(--mc-accent); }
.mc-brand--footer small { color: rgba(255, 255, 255, .5); }
.mc-footer__top > div:first-child > p { max-width: 420px; margin-top: 26px; color: rgba(255, 255, 255, .54); }
.mc-footer__top h3 { margin: 0 0 18px; color: var(--mc-accent); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.mc-footer__top > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.mc-footer__top > div:not(:first-child) a { margin-bottom: 9px; color: rgba(255, 255, 255, .75); font-size: 14px; }
.mc-footer__top > div:not(:first-child) a:hover { color: #fff; }
.mc-footer__top > div:not(:first-child) p { color: rgba(255, 255, 255, .5); font-size: 13px; }
.mc-footer__bottom { display: flex; align-items: center; justify-content: space-between; min-height: 75px; border-top: 1px solid rgba(255, 255, 255, .1); color: rgba(255, 255, 255, .42); font-size: 12px; }
.mc-footer__bottom div { display: flex; gap: 23px; }
.mc-footer__bottom a:hover { color: #fff; }

[data-mc-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
[data-mc-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
	.mc-nav { gap: 18px; }
	.mc-nav a { font-size: 13px; }
	.mc-header__actions .mc-button { display: none; }
	.mc-card-grid { grid-template-columns: repeat(2, 1fr); }
	.mc-product-grid { grid-template-columns: repeat(2, 1fr); }
	.mc-product-card:last-child { grid-column: 1 / -1; }
	.mc-service-card { min-height: 330px; }
}

@media (max-width: 820px) {
	:root { --mc-shell: min(100% - 32px, 680px); --mc-radius: 22px; }
	.mc-header__inner { min-height: 76px; }
	.mc-menu-toggle { order: 3; width: 46px; height: 46px; display: grid; grid-template-columns: 1fr; align-content: center; gap: 5px; padding: 10px; color: var(--mc-ink); cursor: pointer; }
	.mc-menu-toggle span { display: block; width: 22px; height: 2px; margin-left: auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
	.mc-menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
	.mc-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	.mc-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
	.mc-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
	.mc-header__actions { margin-left: auto; }
	.mc-nav { position: fixed; inset: 76px 0 0; display: flex; align-items: stretch; justify-content: flex-start; flex-direction: column; gap: 0; padding: 35px 24px; background: var(--mc-paper); transform: translateX(105%); transition: transform .25s ease; }
	.mc-nav.is-open { transform: translateX(0); }
	.mc-nav a { padding: 15px 4px; border-bottom: 1px solid var(--mc-border); font-size: 19px; }
	.mc-nav a::after { display: none; }
	.mc-hero,
	.mc-hero__inner { min-height: 760px; }
	.mc-hero__inner { align-items: flex-end; padding-top: 76px; }
	.mc-hero__copy { width: 100%; padding: 180px 0 55px; }
	.mc-hero__copy h1 { font-size: clamp(48px, 13vw, 68px); }
	.mc-hero__media { inset: 0; }
	.mc-hero__media img { object-position: 62% 50%; }
	.mc-hero__media span { background: linear-gradient(0deg, var(--mc-paper) 3%, color-mix(in srgb, var(--mc-paper) 94%, transparent) 38%, color-mix(in srgb, var(--mc-paper) 8%, transparent) 74%), linear-gradient(90deg, color-mix(in srgb, var(--mc-paper) 55%, transparent), transparent); }
	.mc-trust-list { flex-wrap: wrap; }
	.mc-stats__grid,
	.mc-grid-2,
	.mc-section-heading,
	.mc-process,
	.mc-highlight-band,
	.mc-contact__grid,
	.mc-footer__top { grid-template-columns: 1fr; }
	.mc-stat { min-height: 95px; padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--mc-border); }
	.mc-stat:last-child { border-bottom: 0; }
	.mc-section { padding-block: 80px; }
	.mc-grid-2 { gap: 30px; }
	.mc-section-heading { gap: 25px; }
	.mc-process article { padding-right: 0; }
	.mc-process article:not(:last-child)::after { display: none; }
	.mc-capabilities__visual { min-height: 390px; }
	.mc-page-hero { padding: 155px 0 78px; }
	.mc-feature-grid { grid-template-columns: 1fr; }
	.mc-product-grid { grid-template-columns: 1fr; }
	.mc-product-card:last-child { grid-column: auto; }
	.mc-product-card__body small { min-height: 0; }
	.mc-page-visual { margin-top: -24px; }
	.mc-page-visual__frame { height: 370px; border-width: 5px; }
	.mc-highlight-band { gap: 30px; padding: 40px; }
	.mc-cta__inner { align-items: flex-start; flex-direction: column; padding: 48px 35px; }
	.mc-footer__top { gap: 42px; }
}

@media (max-width: 560px) {
	:root { --mc-shell: calc(100% - 28px); }
	.mc-brand__text strong { font-size: 17px; }
	.mc-logo { width: 38px; height: 38px; }
	.mc-language__menu { right: -40px; }
	.mc-hero__copy h1,
	.mc-page-hero h1 { font-size: 46px; }
	.mc-lead { font-size: 17px; }
	.mc-card-grid,
	.mc-form-row { grid-template-columns: 1fr; }
	.mc-service-card { min-height: 310px; }
	.mc-page-visual__frame { height: 280px; }
	.mc-form-card { padding: 28px 20px; }
	.mc-orbit { width: 250px; }
	.mc-cta__inner { padding: 42px 25px; }
	.mc-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; padding-block: 20px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
	[data-mc-reveal] { opacity: 1; transform: none; }
}
