/* ============================================================
   Marion Co — Painting & Finishing Contractors
   Premium editorial UI · Founder: Laiju Ouseph · Karukachal, Kerala
   Inspired-quality build: clean grotesk type, generous space,
   hairline borders, rounded image cards, single warm accent.
   ============================================================ */

:root {
	/* Surfaces — white-first per references */
	--bg: #ffffff;
	--cream: #ffffff;          /* sections are white now */
	--cream-2: #edeef1;        /* light gray for number watermarks */
	--panel: #f6f7f8;          /* subtle fill for cards / hovers on white */
	--dark: #14161b;
	--dark-2: #1a1d24;

	/* Ink */
	--ink: #14161b;
	--ink-soft: #353a44;
	--body: #5c646f;
	--muted: #8b929d;

	/* Accent — warm terracotta (softened from vivid orange) */
	--acc: #c05a1a;
	--acc-d: #a84d15;
	--acc-soft: rgba(192, 90, 26, .09);
	--acc-line: rgba(192, 90, 26, .20);

	/* Lines & shadow */
	--line: #e7e3db;
	--line-dk: rgba(255, 255, 255, .10);
	--sh-sm: 0 10px 30px rgba(20, 22, 27, .06);
	--sh: 0 30px 70px rgba(20, 22, 27, .12);
	--sh-acc: 0 18px 40px rgba(192, 90, 26, .22);

	/* Radii */
	--r-xl: 26px;
	--r-lg: 20px;
	--r: 16px;
	--r-sm: 12px;
	--pill: 999px;

	--disp: 'Poppins', system-ui, sans-serif;
	--font: 'Poppins', system-ui, sans-serif;
}

/* ---- Base ---- */
* { box-sizing: border-box; }
/* Safety: never let reveal-animation libs leave content invisible */
.wow { visibility: visible !important; }
body {
	font-family: var(--font);
	color: var(--body);
	background: var(--bg);
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	letter-spacing: 0;
	font-size: 16.5px;
	line-height: 1.7;
}
h1, h2, h3, h4, h5, h6,
.section-title__title, .main-slider__title,
.mc-head h2, .page-main__title {
	font-family: var(--disp);
	color: var(--ink);
	letter-spacing: -0.01em;
	line-height: 1.14;
	font-weight: 600;
	margin: 0;
}
p { line-height: 1.75; margin: 0 0 1rem; }
img { max-width: 100%; height: auto; display: block; }
a { transition: color .25s ease, background .25s ease, transform .25s ease, border-color .25s ease; text-decoration: none; }
ul { margin: 0; padding: 0; }
.container { max-width: 1480px; width: 100%; padding-left: clamp(20px, 4vw, 60px); padding-right: clamp(20px, 4vw, 60px); margin: 0 auto; }
::selection { background: var(--acc); color: #fff; }

/* ============================================================
   REUSABLE — chips, eyebrows, buttons, section heads
   ============================================================ */
.mc-chip {
	display: inline-flex; align-items: center; gap: 9px;
	padding: 8px 16px 8px 13px; border-radius: var(--pill);
	border: 1px solid var(--line); background: #fff;
	font-family: var(--disp); font-weight: 600; font-size: 12.5px;
	letter-spacing: .04em; text-transform: uppercase; color: var(--ink-soft);
}
.mc-chip::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--acc); box-shadow: 0 0 0 4px var(--acc-soft); }
.mc-chip--light { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.16); color: #e7e9ee; }

.mc-eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	color: var(--acc); font-family: var(--disp); font-weight: 600;
	letter-spacing: .18em; text-transform: uppercase; font-size: 12px; margin-bottom: 18px;
}
.mc-eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--acc); }

/* Buttons */
.mc-btn {
	display: inline-flex; align-items: center; gap: 11px;
	background: var(--acc); color: #fff !important;
	font-family: var(--disp); font-weight: 600; font-size: 15.5px;
	border-radius: var(--pill); padding: 15px 16px 15px 26px; border: none;
	transition: .28s cubic-bezier(.2,.7,.3,1); box-shadow: var(--sh-acc); cursor: pointer;
}
.mc-btn .ico { width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.18); display: inline-flex; align-items: center; justify-content: center; font-size: 13px; transition: .28s; }
.mc-btn:hover { background: var(--acc-d); color: #fff !important; transform: translateY(-3px); }
.mc-btn:hover .ico { transform: rotate(-45deg); background: rgba(255,255,255,.28); }

.mc-btn--ghost {
	background: transparent; color: var(--ink) !important; border: 1.5px solid var(--line); box-shadow: none;
	padding: 14px 26px;
}
.mc-btn--ghost:hover { border-color: var(--ink); background: var(--ink); color: #fff !important; transform: translateY(-3px); }
.mc-btn--ghost .ico { background: var(--acc-soft); color: var(--acc); }
.mc-btn--ghost:hover .ico { background: rgba(255,255,255,.16); color: #fff; }

.mc-btn--lg { padding: 18px 18px 18px 30px; font-size: 16px; }
.mc-btn--light { background: #fff; color: var(--ink) !important; box-shadow: 0 14px 34px rgba(0,0,0,.22); }
.mc-btn--light:hover { background: #fff; color: var(--acc) !important; }
.mc-btn--on-dark.mc-btn--ghost { border-color: rgba(255,255,255,.28); color: #fff !important; }
.mc-btn--on-dark.mc-btn--ghost:hover { background: #fff; color: var(--ink) !important; border-color: #fff; }

.mc-textlink {
	display: inline-flex; align-items: center; gap: 9px; color: var(--ink);
	font-family: var(--disp); font-weight: 600; font-size: 15px;
}
.mc-textlink i { color: var(--acc); transition: transform .25s; }
.mc-textlink:hover { color: var(--acc); }
.mc-textlink:hover i { transform: translateX(5px); }

/* Sections. On the homepage each fills the viewport (full height); inner pages flow naturally. */
.mc-section { padding: clamp(64px, 7vw, 110px) 0; position: relative; }
.mc-section > .container { width: 100%; }
.home .mc-section { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; }
.mc-section--cream { background: var(--cream); }
.mc-section--dark { background: var(--dark); color: #c5cbd4; }
.mc-head { max-width: 760px; margin: 0 auto clamp(44px, 5vw, 72px); text-align: center; }
.mc-head .mc-eyebrow { justify-content: center; }
.mc-head .mc-eyebrow::after { content: ""; width: 24px; height: 2px; background: var(--acc); }
.mc-head h2 { font-size: clamp(32px, 4.1vw, 56px); font-weight: 600; letter-spacing: -0.015em; }
.mc-head p { color: var(--body); margin: 18px auto 0; font-size: 17px; max-width: 620px; }
.mc-section--dark .mc-head h2 { color: #fff; }
.mc-section--dark .mc-head p { color: #99a1ad; }

.mc-head--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; text-align: left; max-width: none; margin-bottom: clamp(40px, 4.5vw, 64px); }
.mc-head--split .mc-eyebrow { justify-content: flex-start; }
.mc-head--split h2 { max-width: 640px; }
.mc-head--split .mc-head__lead { max-width: 340px; color: var(--body); font-size: 16px; margin: 0; }

/* ============================================================
   HEADER
   ============================================================ */
.main-header { position: relative; z-index: 100; width: 100%; }
.main-header__top {
	background: var(--dark); border-bottom: 1px solid rgba(255,255,255,.07);
	padding: 11px 0; position: relative; z-index: 6;
}
.main-header__top .main-header__info { display: flex; flex-wrap: wrap; gap: 26px; margin: 0; }
.main-header__top .main-header__info li,
.main-header__top .main-header__info li a { color: #aeb5c1 !important; font-size: 13.5px; font-weight: 400; display: inline-flex; align-items: center; }
.main-header__top .main-header__info li a:hover { color: #fff !important; }
.main-header__top .main-header__info li .icon,
.main-header__top .main-header__info li [class^="icon-"] { color: var(--acc); margin-right: 9px; font-size: 14px; }
.main-header__top .main-header__social { display: inline-flex; vertical-align: middle; gap: 7px; }
.main-header__top .main-header__social li a {
	width: 31px; height: 31px; line-height: 31px; text-align: center; border-radius: 8px;
	background: rgba(255,255,255,.08); color: #fff !important; transition: .25s; font-size: 12.5px;
}
.main-header__top .main-header__social li a:hover { background: var(--acc); transform: translateY(-2px); }

.main-header__lower { background: #fff; box-shadow: 0 1px 0 var(--line); }
.main-header__lower__inner { display: flex; align-items: center; justify-content: space-between; min-height: 130px; gap: 24px; background: transparent !important; border-radius: 0; padding-right: 0; }
.main-header__logo img { max-height: 130px; width: auto; }
.sticky-header__logo img { max-height: 56px; width: auto; }
.nav-outer { display: flex; align-items: center; }
.main-header__lower .main-menu__navigation,
.sticky-header .main-menu__navigation { display: flex; gap: 6px; align-items: center; }
.main-header__lower .main-menu__navigation > li > a,
.sticky-header .main-menu__navigation > li > a {
	font-family: var(--disp); font-weight: 500; letter-spacing: -0.01em; font-size: 16px;
	color: var(--ink-soft); padding: 12px 16px; display: block; position: relative;
}
.main-header__lower .main-menu__navigation > li > a::after,
.sticky-header .main-menu__navigation > li > a::after {
	content: ""; position: absolute; left: 16px; right: 16px; bottom: 6px; height: 2px;
	background: var(--acc); transform: scaleX(0); transform-origin: left; transition: transform .28s;
}
.main-header__lower .main-menu__navigation > li.current > a,
.main-header__lower .main-menu__navigation > li:hover > a,
.sticky-header .main-menu__navigation > li.current > a,
.sticky-header .main-menu__navigation > li:hover > a { color: var(--acc); }
.main-header__lower .main-menu__navigation > li.current > a::after,
.main-header__lower .main-menu__navigation > li:hover > a::after { transform: scaleX(1); }

.outer-box { display: flex; align-items: center; gap: 16px; }
.mc-header-cta {
	display: inline-flex; align-items: center; gap: 10px; padding: 13px 14px 13px 24px; border-radius: var(--pill);
	background: var(--acc); color: #fff !important; font-family: var(--disp); font-weight: 600; font-size: 15px;
	transition: .28s; white-space: nowrap; box-shadow: var(--sh-acc);
}
.mc-header-cta .ico { width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,.18); display: inline-flex; align-items: center; justify-content: center; font-size: 12px; transition: .28s; }
.mc-header-cta:hover { background: var(--acc-d); color: #fff !important; transform: translateY(-2px); }
.mc-header-cta:hover .ico { transform: rotate(-45deg); }

/* Sticky */
.sticky-header { position: fixed; left: 0; top: 0; width: 100%; background: #fff; z-index: 999; box-shadow: var(--sh-sm); opacity: 0; visibility: hidden; transform: translateY(-100%); transition: .4s; }
.sticky-header .container { display: flex; align-items: center; justify-content: space-between; min-height: 74px; }
.main-header.fixed-header .sticky-header { opacity: 1; visibility: visible; transform: translateY(0); }
.sticky-header__logo img { max-height: 46px; }
.sticky-header .pull-right { display: flex; align-items: center; gap: 14px; }
.sticky-header .main-menu__navigation > li > a { padding: 10px 14px; }

.mobile-nav-toggler { font-size: 24px; color: var(--ink); cursor: pointer; display: none; }

/* page-wrapper must not clip fixed children (roofie-responsive adds overflow:hidden ≤1340px) */
.page-wrapper { overflow: visible !important; }

/* ============================================================
   MOBILE MENU — redesigned
   ============================================================ */
.mobile-menu {
    position: fixed !important;
    inset: 0 !important;
    z-index: 99999;
    visibility: hidden;
    transition: visibility .4s ease;
}
.mobile-menu-visible .mobile-menu { visibility: visible; }

.mobile-menu .menu-backdrop {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(10,12,16,.6);
    backdrop-filter: blur(3px);
    opacity: 0;
    transition: opacity .4s ease;
}
.mobile-menu-visible .mobile-menu .menu-backdrop { opacity: 1; }

/* Slide-in panel */
.mobile-menu .mobile-menu__box {
    position: absolute !important;
    top: 0 !important; right: 0 !important; left: auto !important; bottom: 0 !important;
    width: 300px !important; max-width: 88vw !important;
    background: #fff !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow-y: auto !important;
    box-shadow: -24px 0 60px rgba(0,0,0,.16) !important;
    transform: translateX(110%) !important;
    transition: transform .42s cubic-bezier(.4,0,.2,1) !important;
    z-index: 2 !important;
}
.mobile-menu-visible .mobile-menu .mobile-menu__box { transform: translateX(0) !important; }

/* Panel header — logo + close button */
.mobile-menu__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid var(--line);
    flex-shrink: 0;
}
.mobile-menu__logo { display: flex; align-items: center; }
.mobile-menu__logo img { max-height: 48px !important; background: transparent !important; padding: 0 !important; border-radius: 0 !important; width: auto; }

.mobile-menu .close-btn {
    position: relative !important;
    top: auto !important; right: auto !important;
    width: 38px; height: 38px; border-radius: 10px;
    background: var(--panel); border: 1px solid var(--line);
    display: flex !important; align-items: center; justify-content: center;
    color: var(--ink) !important; font-size: 16px !important;
    cursor: pointer; z-index: auto !important;
    transition: background .25s, color .25s, border-color .25s;
}
.mobile-menu .close-btn:hover { background: var(--acc); border-color: var(--acc); color: #fff !important; transform: none; }

/* Navigation */
.mobile-menu .main-menu__navigation {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    padding: 8px 0 !important;
    gap: 0 !important;
    list-style: none !important;
    flex-shrink: 0;
}
.mobile-menu .main-menu__navigation > li {
    display: block !important;
    width: 100% !important;
    float: none !important;
    border-bottom: 1px solid rgba(20,22,27,.06) !important;
}
.mobile-menu .main-menu__navigation > li:last-child { border-bottom: none !important; }
.mobile-menu .main-menu__navigation > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 15px 20px !important;
    color: var(--ink-soft) !important;
    font-family: var(--disp) !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    border-left: 3px solid transparent;
    transition: color .22s, background .22s, border-color .22s !important;
}
.mobile-menu .main-menu__navigation > li > a::after {
    content: "\f054";
    font-family: "Font Awesome 6 Free"; font-weight: 900;
    font-size: 11px; color: var(--muted);
    transition: color .22s, transform .22s;
}
.mobile-menu .main-menu__navigation > li.current > a,
.mobile-menu .main-menu__navigation > li > a:hover {
    color: var(--acc) !important;
    background: var(--acc-soft) !important;
    border-left-color: var(--acc) !important;
}
.mobile-menu .main-menu__navigation > li.current > a::after,
.mobile-menu .main-menu__navigation > li > a:hover::after {
    color: var(--acc); transform: translateX(4px);
}

/* Info footer — CTA, contact, social */
.mobile-menu__info {
    margin-top: 0;
    padding: 20px 14px;
    border-top: 1px solid var(--line);
    background: var(--panel);
    flex-shrink: 0;
}

.mobile-menu__cta {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    background: var(--acc); color: #fff !important;
    padding: 13px 20px; border-radius: var(--pill);
    font-family: var(--disp); font-weight: 600; font-size: 15px;
    margin-bottom: 20px; transition: background .25s;
}
.mobile-menu__cta:hover { background: var(--acc-d); color: #fff !important; }
.mobile-menu__cta i { transition: transform .25s; }
.mobile-menu__cta:hover i { transform: translateX(4px); }

.mobile-menu__contact-list { list-style: none !important; margin: 0 0 18px !important; padding: 0 !important; }
.mobile-menu__contact-list li {
    display: flex !important; align-items: center !important; gap: 10px !important;
    color: var(--body) !important; font-size: 13.5px !important; margin-bottom: 11px !important;
    min-width: 0; overflow: hidden;
}
.mobile-menu__contact-list li:last-child { margin-bottom: 0 !important; }
.mobile-menu__contact-list li a {
    color: var(--ink-soft) !important; font-size: 13.5px; font-weight: 500;
    flex: 1; min-width: 0;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.mobile-menu__contact-list li a:hover { color: var(--acc) !important; }
.mm-icon {
    width: 30px; height: 30px; flex-shrink: 0; border-radius: 8px;
    background: var(--acc-soft); color: var(--acc);
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; flex-shrink: 0;
}

.mobile-menu__social { display: flex !important; gap: 8px !important; margin-top: 16px !important; list-style: none !important; padding: 0 !important; }
.mobile-menu__social a {
    width: 36px; height: 36px; border-radius: 9px;
    background: var(--ink); color: #fff !important;
    display: flex !important; align-items: center; justify-content: center;
    font-size: 14px; transition: background .25s, transform .25s;
}
.mobile-menu__social a:hover { background: var(--acc); transform: translateY(-2px); }

/* ============================================================
   FLOATING CALL + WHATSAPP
   ============================================================ */
.mc-floating { position: fixed; right: 22px; bottom: 26px; z-index: 9990; display: flex; flex-direction: column; gap: 12px; }
.mc-fab {
	position: relative; width: 56px; height: 56px; border-radius: 16px;
	display: flex; align-items: center; justify-content: center; color: #fff !important; font-size: 22px;
	box-shadow: 0 16px 30px rgba(0,0,0,.22); transition: transform .25s ease;
}
.mc-fab:hover { transform: translateY(-3px) scale(1.04); color: #fff !important; }
.mc-fab--call { background: var(--acc); }
.mc-fab--wa { background: #25d366; }
.mc-fab .mc-fab__label {
	position: absolute; right: 68px; white-space: nowrap; background: var(--ink); color: #fff;
	font-size: 13px; font-weight: 500; padding: 9px 14px; border-radius: 9px;
	opacity: 0; pointer-events: none; transform: translateX(8px); transition: .25s;
}
.mc-fab .mc-fab__label::after { content: ""; position: absolute; right: -5px; top: 50%; transform: translateY(-50%) rotate(45deg); width: 10px; height: 10px; background: var(--ink); }
.mc-fab:hover .mc-fab__label { opacity: 1; transform: translateX(0); }
.mc-fab--wa::before { content: ""; position: absolute; inset: 0; border-radius: 16px; box-shadow: 0 0 0 0 rgba(37,211,102,.5); animation: mc-pulse 2.4s infinite; }
@keyframes mc-pulse { 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }
@media (max-width: 600px) { .mc-floating { right: 14px; bottom: 16px; } .mc-fab { width: 52px; height: 52px; font-size: 20px; } .mc-fab .mc-fab__label { display: none; } }

/* ============================================================
   HERO — light editorial split
   ============================================================ */
.mc-hero { position: relative; background: var(--bg); overflow: hidden; min-height: 100vh; display: flex; align-items: center; padding: clamp(48px, 6vw, 80px) 0 clamp(56px, 6vw, 90px); }
.mc-hero > .container { width: 100%; }
.mc-hero::before { content: ""; position: absolute; top: -10%; right: -6%; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle at center, var(--acc-soft), transparent 68%); pointer-events: none; }
.mc-hero::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(20,22,27,.05) 1px, transparent 1px); background-size: 26px 26px; opacity: .5; pointer-events: none; -webkit-mask-image: linear-gradient(180deg, #000, transparent 70%); mask-image: linear-gradient(180deg, #000, transparent 70%); }
.mc-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(36px, 4vw, 70px); align-items: center; }
.mc-hero__title { font-size: clamp(40px, 5.4vw, 78px); font-weight: 600; letter-spacing: -0.02em; color: var(--ink); margin: 24px 0 0; }
.mc-hero__title span { color: var(--acc); position: relative; white-space: nowrap; }
.mc-hero__title span::after { content: ""; position: absolute; left: 0; right: 0; bottom: .06em; height: .12em; background: var(--acc-soft); border-radius: 4px; z-index: -1; }
.mc-hero__desc { color: var(--body); font-size: 18px; max-width: 500px; margin: 24px 0 0; line-height: 1.7; }
.mc-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; align-items: center; }
.mc-hero__trust { display: flex; align-items: center; gap: 16px; margin-top: 40px; padding-top: 30px; border-top: 1px solid var(--line); }
.mc-hero__avatars { display: flex; }
.mc-hero__avatars span { width: 42px; height: 42px; border-radius: 50%; border: 2px solid var(--cream); margin-left: -12px; background-size: cover; background-position: center; box-shadow: 0 4px 10px rgba(0,0,0,.12); }
.mc-hero__avatars span:first-child { margin-left: 0; }
.mc-hero__avatars span.is-count { background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--disp); font-weight: 700; font-size: 12px; }
.mc-hero__trust-txt b { display: block; font-family: var(--disp); color: var(--ink); font-weight: 700; font-size: 15px; }
.mc-hero__trust-txt .stars { color: #f0a500; font-size: 12.5px; letter-spacing: 1px; }
.mc-hero__trust-txt span { font-size: 13.5px; color: var(--muted); }

/* hero media */
.mc-hero__media { position: relative; }
.mc-hero__img { position: relative; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh); aspect-ratio: 4 / 4.4; }
.mc-hero__img img { width: 100%; height: 100%; object-fit: cover; }
.mc-hero__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(20,22,27,.28)); }
.mc-hero__badge {
	position: absolute; left: -22px; bottom: 38px; z-index: 3; background: #fff; border-radius: var(--r);
	padding: 18px 22px; box-shadow: var(--sh); display: flex; align-items: center; gap: 14px; max-width: 250px;
}
.mc-hero__badge .n { font-family: var(--disp); font-weight: 700; font-size: 38px; color: var(--acc); line-height: 1; }
.mc-hero__badge .t { font-size: 13px; color: var(--body); line-height: 1.4; font-weight: 500; }
.mc-hero__pill {
	position: absolute; right: -16px; top: 30px; z-index: 3; background: var(--ink); color: #fff;
	border-radius: var(--r); padding: 16px 20px; box-shadow: var(--sh);
}
.mc-hero__pill b { font-family: var(--disp); font-weight: 700; font-size: 26px; color: #fff; display: block; line-height: 1; }
.mc-hero__pill span { font-size: 12px; color: #aeb5c1; }
.mc-hero__stamp {
	position: absolute; right: 26px; bottom: 24px; z-index: 3; width: 96px; height: 96px; border-radius: 50%;
	background: var(--acc); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center;
	font-family: var(--disp); text-align: center; box-shadow: var(--sh-acc);
}
.mc-hero__stamp b { font-size: 22px; font-weight: 700; line-height: 1; }
.mc-hero__stamp span { font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; margin-top: 3px; }

/* ============================================================
   TRUST / FEATURE BAR
   ============================================================ */
.mc-featurebar { background: var(--bg); position: relative; z-index: 3; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mc-featurebar__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.mc-feature { display: flex; align-items: center; gap: 16px; padding: 36px 32px; position: relative; }
.mc-feature + .mc-feature::before { content: ""; position: absolute; left: 0; top: 28px; bottom: 28px; width: 1px; background: var(--line); }
.mc-feature__ico { flex: none; width: 54px; height: 54px; border-radius: 14px; background: var(--acc-soft); color: var(--acc); display: flex; align-items: center; justify-content: center; font-size: 22px; }
.mc-feature h5 { font-family: var(--disp); font-weight: 600; font-size: 17px; color: var(--ink); margin: 0 0 3px; }
.mc-feature p { margin: 0; font-size: 13.5px; color: var(--muted); line-height: 1.5; }

/* ============================================================
   ABOUT / WHY CHOOSE
   ============================================================ */
.mc-about__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(40px, 5vw, 80px); align-items: center; }
.mc-about__media { position: relative; padding-bottom: 30px; padding-right: 30px; }
.mc-about__media .img-a { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh); }
.mc-about__media .img-a img { width: 100%; aspect-ratio: 4/4.3; object-fit: cover; }
.mc-about__media .img-b { position: absolute; right: 0; bottom: 0; width: 52%; border-radius: var(--r); overflow: hidden; border: 6px solid #fff; box-shadow: var(--sh); }
.mc-about__media .img-b img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.mc-about__years {
	position: absolute; left: -20px; top: 28px; z-index: 4; background: var(--acc); color: #fff;
	border-radius: var(--r); padding: 18px 20px; text-align: center; box-shadow: var(--sh-acc);
}
.mc-about__years b { font-family: var(--disp); font-weight: 700; font-size: 40px; line-height: 1; display: block; }
.mc-about__years span { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; opacity: .92; }
.mc-about__body .mc-lead { color: var(--ink-soft); font-size: 18px; line-height: 1.75; margin: 22px 0 0; font-weight: 450; }
.mc-about__body p.mc-text { color: var(--body); font-size: 15.5px; margin-top: 16px; }
.mc-check { list-style: none; padding: 0; margin: 28px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; }
.mc-check li { position: relative; padding-left: 34px; color: var(--ink-soft); font-weight: 500; font-size: 15.5px; line-height: 1.4; }
.mc-check li::before {
	content: "\2713"; position: absolute; left: 0; top: 0; width: 23px; height: 23px; border-radius: 8px;
	background: var(--acc-soft); color: var(--acc); font-size: 12px; display: flex; align-items: center; justify-content: center; font-weight: 700;
}
.mc-about__cta { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin-top: 36px; }
.mc-about__contact { display: flex; align-items: center; gap: 13px; }
.mc-about__contact .ic { width: 50px; height: 50px; border-radius: 50%; border: 1.5px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--acc); font-size: 18px; }
.mc-about__contact small { display: block; color: var(--muted); font-size: 12.5px; }
.mc-about__contact b { font-family: var(--disp); color: var(--ink); font-size: 18px; }

/* ============================================================
   FEATURED WORK
   ============================================================ */
.mc-work { background: var(--bg); }
.mc-work__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.mc-work__card { position: relative; border-radius: var(--r-lg); overflow: hidden; display: block; box-shadow: var(--sh-sm); aspect-ratio: 1 / 1; }
.mc-work__card.is-tall { aspect-ratio: 1 / 1.32; }
.mc-work__card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.3,1); }
.mc-work__card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,22,27,0) 38%, rgba(20,22,27,.82)); z-index: 1; transition: .4s; }
.mc-work__card:hover img { transform: scale(1.07); }
.mc-work__meta { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 26px; transform: translateY(8px); transition: .4s; }
.mc-work__card:hover .mc-work__meta { transform: translateY(0); }
.mc-work__tag { display: inline-block; background: var(--acc); color: #fff; font-family: var(--disp); font-weight: 600; font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase; padding: 6px 13px; border-radius: var(--pill); margin-bottom: 12px; }
.mc-work__meta h4 { color: #fff; font-size: 22px; font-weight: 700; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.mc-work__meta h4 .arr { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.16); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; font-size: 14px; flex: none; transition: .3s; }
.mc-work__card:hover .mc-work__meta h4 .arr { background: var(--acc); transform: rotate(-45deg); }
.mc-work__foot { display: flex; justify-content: center; margin-top: 48px; }

/* ============================================================
   SERVICES — numbered editorial list
   ============================================================ */
.mc-services { background: var(--cream); }
.mc-svc-list { border-top: 1px solid var(--line); }
.mc-svc-row {
	display: grid; grid-template-columns: 88px 1fr auto; align-items: center; gap: 26px;
	padding: 30px 28px; border-bottom: 1px solid var(--line); position: relative; background: transparent;
}
.mc-svc-row::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--acc); transform: scaleY(0); transform-origin: top; transition: transform .3s; }
.mc-svc-row:hover { background: var(--panel); border-radius: var(--r); border-color: transparent; }
.mc-svc-row:hover::before { transform: scaleY(1); }
.mc-svc-row__num { font-family: var(--disp); font-weight: 700; font-size: 30px; color: var(--cream-2); transition: color .3s; letter-spacing: -0.04em; }
.mc-svc-row:hover .mc-svc-row__num { color: var(--acc); }
.mc-svc-row__main { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.mc-svc-row__title { display: flex; align-items: center; gap: 14px; font-family: var(--disp); font-weight: 700; font-size: 23px; color: var(--ink); letter-spacing: -0.02em; }
.mc-svc-row__title i { color: var(--acc); font-size: 17px; width: 22px; text-align: center; }
.mc-svc-row__desc { color: var(--body); font-size: 15px; line-height: 1.5; max-width: 560px; }
.mc-svc-row__arrow { width: 52px; height: 52px; border-radius: 50%; border: 1.5px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--ink); font-size: 16px; flex: none; transition: .3s; }
.mc-svc-row:hover .mc-svc-row__arrow { background: var(--acc); border-color: var(--acc); color: #fff; transform: rotate(-45deg); }
.mc-services__foot { display: flex; justify-content: center; margin-top: 50px; }

/* ============================================================
   FOUNDER
   ============================================================ */
.mc-founder { background: var(--bg); overflow: hidden; }
.mc-founder__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 5vw, 76px); align-items: center; }
.mc-founder__media { position: relative; }
.mc-founder__media .frame { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh); }
.mc-founder__media .frame img { width: 100%; aspect-ratio: 4/4.6; object-fit: cover; }
.mc-founder__media::before { content: ""; position: absolute; left: -16px; top: -16px; width: 120px; height: 120px; border-left: 3px solid var(--acc); border-top: 3px solid var(--acc); border-radius: 8px 0 0 0; }
.mc-founder__badge {
	position: absolute; right: -14px; bottom: 32px; z-index: 2; background: var(--dark); color: #fff;
	padding: 20px 24px; border-radius: var(--r); box-shadow: var(--sh); max-width: 230px;
}
.mc-founder__badge b { display: block; font-family: var(--disp); font-size: 36px; color: var(--acc); font-weight: 700; line-height: 1; }
.mc-founder__badge span { font-size: 12.5px; color: #aeb5c1; }
.mc-founder__role { color: var(--acc); font-family: var(--disp); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; font-size: 12.5px; margin: 18px 0 0; }
.mc-founder blockquote {
	border-left: 3px solid var(--acc); padding: 6px 0 6px 24px; margin: 22px 0;
	color: var(--ink); font-size: 23px; font-weight: 500; line-height: 1.5; font-family: var(--disp); letter-spacing: -0.02em;
}
.mc-founder__body p { color: var(--body); font-size: 16px; line-height: 1.8; }
.mc-founder__sign { font-family: var(--disp); font-size: 27px; color: var(--ink); font-weight: 700; margin-top: 24px; letter-spacing: -0.02em; }
.mc-founder__sign small { display: block; font-size: 12px; font-weight: 500; color: var(--muted); letter-spacing: .14em; text-transform: uppercase; margin-top: 5px; }

/* ============================================================
   STATS BAND
   ============================================================ */
.mc-stats { background: var(--bg); position: relative; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mc-stats::before { content: ""; position: absolute; top: -40%; left: 50%; transform: translateX(-50%); width: 760px; height: 760px; border-radius: 50%; background: radial-gradient(circle, var(--acc-soft), transparent 62%); }
.mc-stats__grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); }
.mc-stat-box { text-align: center; color: var(--ink); position: relative; padding: 22px 16px; }
/* Stat number row — flex keeps number + "+" on one line */
.mc-stat__num {
	display: inline-flex; align-items: baseline; justify-content: center; gap: 1px;
	font-family: var(--disp); font-size: clamp(44px, 5.2vw, 72px); font-weight: 700;
	line-height: 1; color: var(--ink); letter-spacing: -0.02em;
}
.mc-stat__num i { color: var(--acc); font-style: normal; font-size: .65em; }
.mc-stat-box > span { display: block; margin-top: 12px; color: var(--muted); letter-spacing: .02em; font-size: 15px; }
.mc-stat-box + .mc-stat-box::before { content: ""; position: absolute; left: 0; top: 22px; bottom: 22px; width: 1px; background: var(--line); }

/* ============================================================
   PROCESS
   ============================================================ */
.mc-process { background: var(--cream); }
.mc-process__row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
.mc-process__row::before { content: ""; position: absolute; top: 46px; left: 12%; right: 12%; height: 2px; background: repeating-linear-gradient(90deg, var(--line) 0 8px, transparent 8px 16px); }
.mc-step { text-align: center; position: relative; padding: 0 10px; }
.mc-step__num { width: 92px; height: 92px; margin: 0 auto 24px; border-radius: 50%; background: #fff; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; font-size: 30px; color: var(--acc); position: relative; z-index: 2; transition: .3s; box-shadow: var(--sh-sm); }
.mc-step:hover .mc-step__num { background: var(--acc); color: #fff; border-color: var(--acc); transform: translateY(-4px); }
.mc-step__num b { position: absolute; top: -4px; right: -4px; font-size: 12.5px; background: var(--ink); color: #fff; width: 28px; height: 28px; line-height: 28px; border-radius: 50%; z-index: 3; }
.mc-step h4 { font-weight: 700; font-size: 19px; color: var(--ink); margin: 0 0 8px; }
.mc-step p { color: var(--body); font-size: 14.5px; margin: 0; line-height: 1.6; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.mc-testi { background: var(--bg); }
.mc-testi__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.mc-quote { background: var(--bg); border-radius: var(--r-lg); padding: 38px 34px; height: 100%; position: relative; transition: .3s; border: 1px solid var(--line); }
.mc-quote:hover { transform: translateY(-6px); box-shadow: var(--sh); border-color: transparent; }
.mc-quote__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.mc-quote .stars { color: #f0a500; font-size: 14px; letter-spacing: 1px; }
.mc-quote__mark { font-family: Georgia, serif; font-size: 64px; line-height: .5; color: var(--acc); opacity: .2; }
.mc-quote p { color: var(--ink-soft); font-size: 16px; line-height: 1.7; margin: 0 0 26px; }
.mc-quote__person { display: flex; align-items: center; gap: 14px; padding-top: 22px; border-top: 1px solid var(--line); }
.mc-quote__avatar { width: 50px; height: 50px; border-radius: 50%; background: var(--acc); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--disp); font-weight: 700; font-size: 17px; flex: none; }
.mc-quote__who { font-family: var(--disp); font-weight: 700; color: var(--ink); font-size: 16px; }
.mc-quote__loc { font-size: 13px; color: var(--muted); }

/* ============================================================
   CTA BAND — two-column contact section
   ============================================================ */
.mc-cta {
	position: relative; overflow: hidden; background: var(--dark);
	padding: clamp(72px, 9vw, 112px) 0;
}
.mc-cta::before {
	content: ""; position: absolute; left: -10%; top: -50%;
	width: 600px; height: 600px; border-radius: 50%;
	background: radial-gradient(circle, rgba(226,87,31,.16), transparent 65%); pointer-events: none;
}
.mc-cta::after {
	content: ""; position: absolute; right: -6%; bottom: -40%;
	width: 440px; height: 440px; border-radius: 50%;
	background: radial-gradient(circle, rgba(226,87,31,.10), transparent 65%); pointer-events: none;
}
/* Remove home-page full-height hack */
.home .mc-cta { min-height: unset; display: block; }
.mc-cta__wrap {
	position: relative; z-index: 2;
	display: grid; grid-template-columns: 1.1fr .9fr;
	gap: clamp(40px, 5vw, 80px); align-items: center;
}
/* Left column */
.mc-cta__eyebrow {
	display: inline-block; color: var(--acc); font-family: var(--disp);
	font-weight: 600; font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
	margin-bottom: 18px;
}
.mc-cta h2 {
	color: #fff; font-weight: 700; font-size: clamp(28px, 3.4vw, 46px);
	letter-spacing: -0.03em; line-height: 1.14; margin: 0 0 18px;
}
.mc-cta h2 em { font-style: italic; color: var(--acc); font-weight: 700; }
.mc-cta p {
	color: #9aa1ac; font-size: 16.5px; line-height: 1.75; margin: 0 0 28px; max-width: 470px;
}
.mc-cta__perks { list-style: none; display: flex; flex-direction: column; gap: 13px; }
.mc-cta__perks li {
	position: relative; padding-left: 28px;
	color: #c5cbd4; font-size: 15.5px; font-weight: 500;
}
.mc-cta__perks li::before {
	content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900;
	position: absolute; left: 0; top: 2px; color: var(--acc); font-size: 12.5px;
}
/* Right column — personal contact card */
.mc-cta__card {
	background: #fbfaf8; border-radius: var(--r-xl);
	padding: clamp(28px, 3vw, 38px);
	box-shadow: 0 30px 70px rgba(0,0,0,.5);
}
.mc-cta__card-head {
	display: flex; align-items: center; gap: 15px;
	padding-bottom: 22px; margin-bottom: 24px; border-bottom: 1px solid var(--line);
}
.mc-cta__avatar {
	width: 54px; height: 54px; border-radius: 50%; flex: none;
	background: var(--acc-soft); color: var(--acc);
	display: flex; align-items: center; justify-content: center;
	font-family: var(--disp); font-weight: 700; font-size: 18px; letter-spacing: .02em;
}
.mc-cta__card-who strong {
	display: block; color: var(--ink); font-family: var(--disp); font-weight: 600; font-size: 18px;
}
.mc-cta__card-who span { display: block; color: var(--muted); font-size: 13.5px; margin-top: 2px; }
.mc-cta__phone {
	display: block; color: var(--ink); font-family: var(--disp);
	font-weight: 700; font-size: clamp(25px, 3vw, 31px); letter-spacing: -0.02em; line-height: 1.1;
}
.mc-cta__phone small {
	display: block; color: var(--muted); font-family: var(--font);
	font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; margin-bottom: 9px;
}
.mc-cta__phone:hover { color: var(--acc); }
.mc-cta__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 26px 0 20px; }
.mc-cta__act {
	display: inline-flex; align-items: center; justify-content: center; gap: 9px;
	padding: 15px 16px; border-radius: var(--pill); color: #fff;
	font-family: var(--disp); font-weight: 600; font-size: 15px;
	transition: background .25s, transform .25s;
}
.mc-cta__act--wa { background: #25d366; }
.mc-cta__act--wa:hover { background: #1eb858; transform: translateY(-2px); color: #fff; }
.mc-cta__act--quote { background: var(--acc); }
.mc-cta__act--quote:hover { background: var(--acc-d); transform: translateY(-2px); color: #fff; }
.mc-cta__act--quote i { transition: transform .25s; }
.mc-cta__act--quote:hover i { transform: translateX(3px); }
.mc-cta__hours {
	display: flex; align-items: center; gap: 9px; margin: 0;
	color: var(--muted); font-size: 13.5px;
}
.mc-cta__hours i { color: var(--acc); }

/* ============================================================
   FOOTER
   ============================================================ */
.mc-footer { background: var(--dark); color: #aeb5c1; position: relative; }
.mc-footer__main { padding: clamp(60px, 7vw, 92px) 0 50px; display: grid; grid-template-columns: 1.5fr 1fr 1.2fr 1.3fr; gap: 40px; }
.mc-footer__brand img { max-height: 58px; margin-bottom: 22px; }
.mc-footer__brand p { font-size: 14.5px; line-height: 1.8; color: #8b929d; max-width: 320px; }
.mc-footer__social { display: flex; gap: 10px; margin-top: 22px; }
.mc-footer__social a { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.07); color: #fff; }
.mc-footer__social a:hover { background: var(--acc); transform: translateY(-3px); }
.mc-footer__col h4 { color: #fff; font-family: var(--disp); font-weight: 700; font-size: 17px; margin: 6px 0 24px; }
.mc-footer__links li { margin-bottom: 13px; }
.mc-footer__links a { color: #8b929d; font-size: 14.5px; display: inline-flex; align-items: center; gap: 9px; }
.mc-footer__links a::before { content: "\203A"; color: var(--acc); font-size: 17px; font-weight: 700; line-height: 1; }
.mc-footer__links a:hover { color: #fff; padding-left: 4px; }
.mc-footer__contact { list-style: none; }
.mc-footer__contact li { display: flex; gap: 13px; margin-bottom: 17px; font-size: 14.5px; color: #8b929d; line-height: 1.6; }
.mc-footer__contact li i { color: var(--acc); font-size: 16px; margin-top: 4px; flex: none; }
.mc-footer__contact li a { color: #8b929d; }
.mc-footer__contact li a:hover { color: #fff; }

/* wordmark */
.mc-footer__wordmark { position: relative; border-top: 1px solid rgba(255,255,255,.08); overflow: hidden; }
.mc-footer__wordmark .word { font-family: var(--disp); font-weight: 700; letter-spacing: -0.04em; font-size: clamp(60px, 17vw, 250px); line-height: .9; text-align: center; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.12); padding: 40px 0 10px; white-space: nowrap; user-select: none; }
.mc-footer__bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 24px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.mc-footer__bottom p { margin: 0; font-size: 14px; color: #757e8c; }
.mc-footer__bottom .accent { color: var(--acc); }
.mc-footer__hours { font-size: 13.5px; color: #757e8c; }
.mc-footer__devby { text-align: center; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.06); font-size: 13px; color: #4d545f; }
.mc-footer__devby a { color: #6b7280; transition: color .25s; }
.mc-footer__devby a:hover { color: var(--acc); }

/* ============================================================
   GALLERY (used by gallery & inner pages)
   ============================================================ */
.mc-gallery { columns: 4 270px; column-gap: 22px; }
.mc-gallery a { position: relative; display: block; margin: 0 0 22px; border-radius: var(--r); overflow: hidden; break-inside: avoid; box-shadow: var(--sh-sm); }
.mc-gallery a img { width: 100%; display: block; transition: transform .6s ease; }
.mc-gallery a:hover img { transform: scale(1.07); }
.mc-gallery a::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(20,22,27,.6)); opacity: 0; transition: .35s; z-index: 1; }
.mc-gallery a::after { content: "\2b"; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(.6); width: 54px; height: 54px; border-radius: 50%; background: var(--acc); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 24px; opacity: 0; transition: .35s; z-index: 2; }
.mc-gallery a:hover::before { opacity: 1; }
.mc-gallery a:hover::after { opacity: 1; transform: translate(-50%,-50%) scale(1); }
@media (max-width: 991px) { .mc-gallery { columns: 3 200px; } }
@media (max-width: 575px) { .mc-gallery { columns: 2 140px; column-gap: 12px; } .mc-gallery a { margin-bottom: 12px; } }

/* ============================================================
   PAGE TITLE (inner pages)
   ============================================================ */
.page-title { position: relative; background-color: #0f1115; background-size: cover; background-position: center; padding: clamp(110px, 14vw, 180px) 0 clamp(80px, 10vw, 120px); height: auto; }
.page-title::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,17,21,.94) 0%, rgba(15,17,21,.74) 55%, rgba(15,17,21,.5) 100%); }
.page-title .container { position: relative; z-index: 2; }
.page-title .mc-eyebrow { color: var(--acc); }
.page-title .page-main__title { color: #fff; font-family: var(--disp); font-weight: 700; font-size: clamp(36px, 5vw, 62px); letter-spacing: -0.03em; }
.page-title .page__breadcrumb { display: flex; gap: 10px; align-items: center; margin-top: 18px; flex-wrap: wrap; }
.page-title .page__breadcrumb { list-style: none; }
.page-title .page__breadcrumb li { display: inline-flex; align-items: center; gap: 10px; }
.page-title .page__breadcrumb li, .page-title .page__breadcrumb li a { color: #cdd2da; font-size: 15px; }
.page-title .page__breadcrumb li a:hover { color: var(--acc); }
.page-title .page__breadcrumb li + li::before { content: "\f105"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--acc); font-size: 12px; }

/* ============================================================
   INNER PAGES — shared components
   ============================================================ */
.mc-head--left { text-align: left; margin-left: 0; margin-right: 0; max-width: none; }
.mc-head--left .mc-eyebrow { justify-content: flex-start; }
.mc-head--left .mc-eyebrow::after { display: none; }

/* Value / feature cards */
.mc-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.mc-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 36px 30px; transition: .3s; position: relative; overflow: hidden; }
.mc-card::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: var(--acc); transform: scaleX(0); transform-origin: left; transition: .3s; }
.mc-card:hover { transform: translateY(-6px); box-shadow: var(--sh); border-color: transparent; }
.mc-card:hover::after { transform: scaleX(1); }
.mc-card__ico { width: 60px; height: 60px; border-radius: 15px; background: var(--acc-soft); color: var(--acc); display: flex; align-items: center; justify-content: center; font-size: 25px; margin-bottom: 22px; transition: .3s; }
.mc-card:hover .mc-card__ico { background: var(--acc); color: #fff; }
.mc-card h4 { font-size: 20px; font-weight: 600; color: var(--ink); margin: 0 0 10px; }
.mc-card p { color: var(--body); font-size: 14.5px; line-height: 1.65; margin: 0; }

/* Service detail */
.svc-detail__grid { display: grid; grid-template-columns: 1fr 360px; gap: 54px; align-items: start; }
.svc-detail__lead { color: var(--ink-soft); font-size: 19px; line-height: 1.8; font-weight: 500; }
.svc-detail__body p { color: var(--body); font-size: 16px; line-height: 1.85; margin: 0 0 18px; }
.svc-detail__img { border-radius: var(--r-lg); overflow: hidden; margin: 32px 0; box-shadow: var(--sh-sm); }
.svc-detail__img img { width: 100%; display: block; }
.svc-detail__subtitle { font-size: 24px; font-weight: 600; color: var(--ink); margin: 6px 0 16px; }
.svc-points { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 30px; margin: 24px 0 0; }
.svc-points li { position: relative; padding-left: 34px; color: var(--ink-soft); font-weight: 500; font-size: 15.5px; line-height: 1.4; }
.svc-points li::before { content: "\2713"; position: absolute; left: 0; top: 0; width: 23px; height: 23px; border-radius: 7px; background: var(--acc-soft); color: var(--acc); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; }
.svc-aside { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 24px; }
.svc-aside__card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 28px; }
.svc-aside__card h3 { font-size: 19px; font-weight: 600; margin: 0 0 8px; color: var(--ink); }
.svc-aside__list { list-style: none; }
.svc-aside__list li { border-bottom: 1px solid var(--line); }
.svc-aside__list li:last-child { border-bottom: none; }
.svc-aside__list a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 0; color: var(--ink-soft); font-weight: 500; font-size: 15px; }
.svc-aside__list a .ar { color: var(--acc); font-size: 13px; transition: transform .25s; }
.svc-aside__list a:hover { color: var(--acc); }
.svc-aside__list a:hover .ar { transform: translateX(4px); }
.svc-aside__list li.is-active a { color: var(--acc); font-weight: 600; }
.svc-help { background: var(--dark); border-radius: var(--r-lg); padding: 36px 30px; color: #fff; text-align: center; position: relative; overflow: hidden; }
.svc-help::before { content: ""; position: absolute; top: -40%; left: 50%; transform: translateX(-50%); width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(226,87,31,.25), transparent 65%); }
.svc-help > * { position: relative; z-index: 2; }
.svc-help__ico { width: 64px; height: 64px; border-radius: 50%; background: var(--acc); display: flex; align-items: center; justify-content: center; font-size: 25px; margin: 0 auto 18px; }
.svc-help h3 { color: #fff; font-size: 21px; font-weight: 600; margin: 0 0 16px; line-height: 1.35; }
.svc-help p { color: #aeb5c1; font-size: 14px; margin: 0 0 4px; }
.svc-help .phone { color: #fff; font-family: var(--disp); font-weight: 600; font-size: 24px; display: inline-block; margin-top: 2px; }
.svc-help .phone:hover { color: var(--acc); }

/* Contact */
.mc-contact__grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: 54px; align-items: start; }
.mc-contact__info-list { list-style: none; margin: 30px 0 0; }
.mc-contact__info-list li { display: flex; gap: 18px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); }
.mc-contact__info-list li:last-child { border-bottom: none; }
.mc-contact__info-list .ic { width: 56px; height: 56px; border-radius: 15px; background: var(--acc-soft); color: var(--acc); display: flex; align-items: center; justify-content: center; font-size: 20px; flex: none; }
.mc-contact__info-list h5 { font-size: 12.5px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin: 0 0 4px; font-weight: 600; }
.mc-contact__info-list p { margin: 0; color: var(--ink); font-size: 17px; font-weight: 500; line-height: 1.5; }
.mc-contact__info-list p a { color: var(--ink); }
.mc-contact__info-list p a:hover { color: var(--acc); }
.mc-contact__form { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-xl); padding: 42px; }
.mc-contact__form h3 { font-size: 24px; font-weight: 600; margin: 0 0 8px; }
.mc-contact__form .lead { color: var(--body); font-size: 15px; margin: 0 0 26px; }
.mc-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.mc-form-group { margin-bottom: 18px; }
.mc-form-group input, .mc-form-group textarea { width: 100%; border: 1px solid var(--line); background: #fff; border-radius: 12px; padding: 15px 18px; font-family: var(--font); font-size: 15px; color: var(--ink); transition: .25s; }
.mc-form-group input::placeholder, .mc-form-group textarea::placeholder { color: var(--muted); }
.mc-form-group input:focus, .mc-form-group textarea:focus { outline: none; border-color: var(--acc); box-shadow: 0 0 0 4px var(--acc-soft); }
.mc-form-group textarea { min-height: 150px; resize: vertical; }
.mc-contact__form button { border: none; cursor: pointer; }
.mc-map { margin-top: 30px; border-radius: var(--r-xl); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--sh-sm); }
.mc-map iframe { width: 100%; height: 460px; border: 0; display: block; filter: grayscale(.2); }

/* ============================================================
   SCROLL TO TOP + PRELOADER
   ============================================================ */
.scroll-to-top { position: fixed; right: 22px; bottom: 96px; width: 46px; height: 46px; border-radius: 12px; background: var(--ink); color: #fff; display: none; align-items: center; justify-content: center; cursor: pointer; z-index: 9980; text-align: center; line-height: 46px; }
.scroll-to-top:hover { background: var(--acc); }
.preloader { position: fixed; inset: 0; background: var(--cream); z-index: 99999; display: flex; align-items: center; justify-content: center; }
.preloader span { width: 46px; height: 46px; border: 3px solid var(--acc-soft); border-top-color: var(--acc); border-radius: 50%; animation: mc-spin .8s linear infinite; }
@keyframes mc-spin { to { transform: rotate(360deg); } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
	.mc-hero__grid { grid-template-columns: 1fr; gap: 50px; }
	.mc-hero__media { max-width: 520px; margin: 0 auto; width: 100%; }
	.mc-about__grid, .mc-founder__grid { grid-template-columns: 1fr; gap: 56px; }
	.mc-about__media, .mc-founder__media { max-width: 540px; }
	.mc-work__grid { grid-template-columns: repeat(2, 1fr); }
	.mc-work__card, .mc-work__card.is-tall { aspect-ratio: 1 / 1; }
	.mc-cta__wrap { grid-template-columns: 1fr; }
}
@media (max-width: 991px) {
	/* Header — show hamburger, hide desktop nav */
	.main-header__top { display: none; }
	.nav-outer { display: none; }
	.outer-box { gap: 0; display: flex !important; align-items: center; }
	.outer-box .mc-header-cta { display: none; }
	.main-header .outer-box { display: flex !important; align-items: center; }
	.main-header__lower .container { padding-right: 2px !important; }
	.main-header .mobile-nav-toggler,
	.mobile-nav-toggler {
		display: flex !important; align-items: center; justify-content: center;
		width: 46px; height: 46px; border-radius: 12px; padding: 0;
		background: var(--acc) !important; color: #fff !important; font-size: 20px !important;
		box-shadow: 0 8px 20px rgba(226,87,31,.30); flex: none;
	}
	.mobile-nav-toggler .icon, .mobile-nav-toggler span { color: #fff !important; }
	.main-header__lower__inner { min-height: 96px; }
	.main-header__logo img { max-height: 90px; }
	/* Drop the slanted white card behind the logo on mobile */
	.main-header__logo-box { padding: 0; }
	.main-header__logo-box:before { display: none; }
	.main-header__logo-box img { top: 0; }

	/* Sections */
	.mc-featurebar__grid { grid-template-columns: repeat(2, 1fr); }
	.mc-feature:nth-child(2)::before { display: none; }
	.mc-feature { padding: 26px 22px; }
	.mc-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 36px 0; }
	.mc-stat-box:nth-child(3)::before { display: none; }
	.mc-process__row { grid-template-columns: repeat(2, 1fr); gap: 40px 24px; }
	.mc-process__row::before { display: none; }
	.mc-testi__grid { grid-template-columns: 1fr; }
	.mc-head--split { flex-direction: column; align-items: flex-start; }
	.mc-footer__main { grid-template-columns: 1fr 1fr; gap: 36px; }
	.svc-detail__grid { grid-template-columns: 1fr; gap: 44px; }
	.svc-aside { position: static; }
	.mc-contact__grid { grid-template-columns: 1fr; gap: 40px; }
	.mc-cards { grid-template-columns: repeat(2, 1fr); }
	/* CTA */
	.mc-cta__wrap { gap: 48px; }
	.mc-cta p { max-width: none; }
}
@media (max-width: 640px) {
	/* Hero */
	.mc-hero__title { font-size: clamp(33px, 8.6vw, 46px); }
	.mc-hero__actions .mc-btn { width: 100%; justify-content: center; }
	.mc-hero__pill { right: 8px; top: 10px; padding: 12px 15px; }
	.mc-hero__pill b { font-size: 20px; }
	.mc-hero__badge { left: 8px; bottom: 14px; padding: 14px 16px; max-width: 210px; }
	.mc-hero__badge .n { font-size: 30px; }
	.mc-hero__stamp { width: 70px; height: 70px; right: 12px; bottom: 12px; }
	.mc-hero__stamp b { font-size: 17px; }
	.mc-hero__stamp span { font-size: 8px; }
	/* About / Founder */
	.mc-about__media, .mc-founder__media { padding-right: 0; }
	.mc-about__years { left: 6px; }
	.mc-check { grid-template-columns: 1fr; }
	/* Work gallery */
	.mc-work__grid { grid-template-columns: 1fr; }
	/* Feature bar */
	.mc-featurebar__grid { grid-template-columns: 1fr; }
	.mc-feature::before { display: none !important; }
	.mc-feature + .mc-feature { border-top: 1px solid var(--line); }
	/* Stats */
	.mc-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 20px 0; }
	.mc-stat-box::before { display: none !important; }
	.mc-stat__num { font-size: clamp(34px, 9vw, 52px); }
	/* Process */
	.mc-process__row { grid-template-columns: 1fr; }
	/* Services */
	.mc-svc-row { grid-template-columns: 54px 1fr; gap: 8px 16px; padding: 22px 16px; }
	.mc-svc-row__arrow { display: none; }
	.mc-svc-row__num { font-size: 22px; }
	.mc-svc-row__title { font-size: 19px; }
	/* Footer */
	.mc-footer__main { grid-template-columns: 1fr; }
	/* CTA */
	.mc-cta__actions { grid-template-columns: 1fr; }
	/* Other */
	.mc-hero__badge { left: 0; }
	.mc-cards { grid-template-columns: 1fr; }
	.svc-points { grid-template-columns: 1fr; }
	.mc-form-row { grid-template-columns: 1fr; }
	.mc-contact__form { padding: 28px; }
}
@media (max-width: 400px) {
	.mc-stats__grid { grid-template-columns: 1fr; }
	.mc-cta__card { padding: 22px; }
}

/* ============================================================
   LOGO WORDMARK TEXT — shown beside the logo image
   ============================================================ */
.mc-logo-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
}
.mc-logo-text {
	display: flex;
	flex-direction: column;
	gap: 3px;
	line-height: 1;
}
.mc-logo-name {
	font-family: var(--disp);
	font-weight: 700;
	font-size: 20px;
	color: var(--ink);
	letter-spacing: -0.02em;
	line-height: 1;
	display: block;
}
.mc-logo-tagline {
	font-size: 10px;
	color: var(--muted);
	letter-spacing: 0.07em;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
	display: block;
}
/* Mobile menu context — slightly smaller */
.mobile-menu__logo .mc-logo-name { font-size: 17px; }
.mobile-menu__logo .mc-logo-tagline { font-size: 9px; letter-spacing: 0.05em; }
/* Sticky header — hide tagline so it stays compact */
.sticky-header .mc-logo-tagline { display: none; }
.sticky-header .mc-logo-name { font-size: 17px; }
.sticky-header .mc-logo-link { gap: 9px; }

@media (max-width: 480px) {
	.mc-logo-tagline { display: block; font-size: 9px; letter-spacing: 0.04em; }
	.mc-logo-name { font-size: 17px; }
}
@media (max-width: 360px) {
	.main-header__logo img { max-height: 60px; }
	.mc-logo-name { font-size: 15px; }
	.mc-logo-tagline { font-size: 8px; letter-spacing: 0.02em; }
	.mc-logo-link { gap: 9px; }
}
