/*
Theme Name: Enfold-Child
Template: enfold
*/

/* =========================================================
   JTOMORROWONE MES main page
   Scoped to .jtom-mes-home so Enfold/global pages are unaffected.
   ========================================================= */
.jtom-mes-home {
    --mes-blue: #009bdd;
    --mes-blue-dark: #0069a8;
    --mes-navy: #062f57;
    --mes-navy-deep: #031f3a;
    --mes-lime: #b8d400;
    --mes-ink: #152536;
    --mes-muted: #667789;
    --mes-line: #dfe8ee;
    --mes-pale: #f3f8fb;
    --mes-white: #ffffff;
    color: var(--mes-ink);
    font-family: "Pretendard", "Noto Sans KR", "Malgun Gothic", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    word-break: keep-all;
}

.jtom-mes-home *,
.jtom-mes-home *::before,
.jtom-mes-home *::after { box-sizing: border-box; }
.jtom-mes-home h1,
.jtom-mes-home h2,
.jtom-mes-home h3,
.jtom-mes-home p { margin: 0; padding: 0; }
.jtom-mes-home ul,
.jtom-mes-home ol { list-style: none; margin: 0; padding: 0; }
.jtom-mes-home a { text-decoration: none; }
.jtom-mes-home .mes-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.html_entry_id_15 #main main {
    padding-top: 0 ;
    padding-bottom: 0;
}

.mes-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 19px !important; color: var(--mes-blue-dark); font-size: 12px; font-weight: 400; letter-spacing: .16em; text-transform: uppercase; }
.mes-kicker > span { width: 26px; height: 3px; background: var(--mes-lime); }
.mes-section-head h2 { color: var(--mes-navy-deep); font-size: clamp(32px, 4vw, 50px); font-weight: 760; letter-spacing: -.045em; line-height: 1.25; }
.mes-section-head > p { color: var(--mes-muted); font-size: 17px; line-height: 1.8; }
.mes-section-head--split { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 55px; }
.mes-section-head--center { max-width: 720px; margin: 0 auto 58px; text-align: center; }
.mes-section-head--center .mes-kicker { justify-content: center; }
.mes-section-head--center > p:last-child { margin-top: 20px; }

.mes-button { display: inline-flex; align-items: center; justify-content: center; min-height: 58px; padding: 0 27px; border: 1px solid transparent; font-size: 15px; font-weight: 750; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.mes-button:hover { transform: translateY(-2px); }
.mes-button--primary { gap: 28px; background: var(--mes-blue); color: #fff !important; box-shadow: 0 14px 30px rgba(0, 155, 221, .19); }
.mes-button--primary:hover { background: var(--mes-blue-dark); }
.mes-button--ghost { border-color: #b9c9d4; color: var(--mes-navy) !important; }
.mes-button--ghost:hover { border-color: var(--mes-blue); color: var(--mes-blue-dark) !important; }

.mes-hero { position: relative; min-height: 760px; padding: 108px 0 90px; background: linear-gradient(112deg, #fff 0%, #fff 52%, #f2f8fb 52%, #e9f3f8 100%); }
.mes-hero::before { content: ""; position: absolute; top: 0; right: 5%; width: 1px; height: 100%; background: rgba(0, 105, 168, .08); }
.mes-hero::after { content: ""; position: absolute; top: 0; right: 16%; width: 1px; height: 100%; background: rgba(0, 105, 168, .05); }
.mes-hero__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 66px; position: relative; z-index: 1; }
.mes-hero__copy h1 { max-width: 610px; color: var(--mes-navy-deep); font-size: clamp(42px, 5.2vw, 67px); font-weight: 760; letter-spacing: -.06em; line-height: 1.14; }
.mes-hero__copy h1 strong { color: var(--mes-blue-dark); font-weight: inherit; }
.mes-hero__lead { max-width: 590px; margin-top: 29px !important; color: #52677a; font-size: 17px; line-height: 1.85; }
.mes-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 36px; }
.mes-hero__proof { display: flex; gap: 0; margin-top: 49px !important; }
.mes-hero__proof li { padding: 0 22px; border-left: 1px solid var(--mes-line); }
.mes-hero__proof li:first-child { padding-left: 0; border-left: 0; }
.mes-hero__proof b { display: block; color: var(--mes-navy); font-size: 13px; letter-spacing: .02em; }
.mes-hero__proof span { display: block; margin-top: 3px; color: #82909d; font-size: 11px; }

.mes-dashboard { position: relative; width: 100%; min-height: 510px; padding: 23px; border: 1px solid rgba(6,47,87,.11); border-radius: 7px; background: rgba(255,255,255,.94); box-shadow: 0 28px 70px rgba(6,47,87,.17); }
.mes-dashboard::after { content: ""; position: absolute; z-index: -1; right: -22px; bottom: -22px; width: 42%; height: 42%; background: var(--mes-lime); opacity: .65; }
.mes-dashboard__top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid #e9eff3; }
.mes-dashboard__brand { display: flex; align-items: center; gap: 9px; color: var(--mes-navy); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.mes-dashboard__brand i { width: 21px; height: 21px; background: linear-gradient(145deg, var(--mes-blue) 0 52%, var(--mes-navy) 52%); clip-path: polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%); }
.mes-dashboard__status { color: #6b7e8d; font-size: 10px; }
.mes-dashboard__status i,
.mes-feature-live i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #60c37a; box-shadow: 0 0 0 4px rgba(96,195,122,.12); }
.mes-dashboard__title { display: flex; align-items: end; justify-content: space-between; padding: 22px 0 17px; }
.mes-dashboard__title span { display: block; color: #9aa8b4; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.mes-dashboard__title b { display: block; color: var(--mes-navy-deep); font-size: 18px; }
.mes-dashboard__title time { padding: 5px 9px; border: 1px solid #e2eaf0; color: #7790a3; font-size: 9px; font-weight: 700; }
.mes-dashboard__stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.mes-dashboard__stats article { position: relative; padding: 15px 16px 14px; border: 1px solid #e8eef2; background: #fbfdfe; }
.mes-dashboard__stats article::before { content: ""; position: absolute; top: 0; left: 0; width: 3px; height: 100%; background: var(--mes-blue); }
.mes-dashboard__stats span { display: block; color: #7c8d99; font-size: 9px; }
.mes-dashboard__stats b { display: block; margin: 2px 0; color: var(--mes-navy); font-size: 21px; line-height: 1.2; }
.mes-dashboard__stats small { font-size: 9px; }
.mes-dashboard__stats em { color: #53a96b; font-size: 8px; font-style: normal; }
.mes-dashboard__body { display: grid; grid-template-columns: 1.45fr .75fr; gap: 10px; margin-top: 10px; }
.mes-chart,
.mes-lines { min-width: 0; height: 216px; padding: 15px; border: 1px solid #e8eef2; }
.mes-chart__head { display: flex; justify-content: space-between; color: var(--mes-navy); font-size: 10px; }
.mes-chart__head span { color: #8c9aa4; font-size: 8px; font-weight: 400; }
.mes-chart__head i { display: inline-block; width: 7px; height: 7px; margin-right: 4px; border-radius: 50%; background: var(--mes-blue); }
.mes-chart__plot { position: relative; display: flex; align-items: end; gap: 8px; height: 132px; margin-top: 10px; padding: 0 6px; background: repeating-linear-gradient(to bottom, #edf2f5 0, #edf2f5 1px, transparent 1px, transparent 33px); }
.mes-chart__plot .bar { z-index: 1; flex: 1; max-width: 20px; background: rgba(0,155,221,.12); }
.mes-chart__plot .b1{height:22%}.mes-chart__plot .b2{height:35%}.mes-chart__plot .b3{height:31%}.mes-chart__plot .b4{height:52%}.mes-chart__plot .b5{height:45%}.mes-chart__plot .b6{height:68%}.mes-chart__plot .b7{height:62%}.mes-chart__plot .b8{height:82%}
.mes-chart__plot svg { position: absolute; inset: 7px 5px 0; z-index: 2; width: calc(100% - 10px); height: calc(100% - 7px); overflow: visible; }
.mes-chart__plot polyline { fill: none; stroke: var(--mes-blue); stroke-width: 3; vector-effect: non-scaling-stroke; }
.mes-chart__axis { display: flex; justify-content: space-between; padding: 3px 5px 0; color: #9eabb5; font-size: 7px; }
.mes-lines > b { color: var(--mes-navy); font-size: 10px; }
.mes-lines > div { display: grid; grid-template-columns: 1fr; gap: 4px; margin-top: 17px; }
.mes-lines span { color: #677b8a; font-size: 8px; }
.mes-lines > div > i { height: 4px; border-radius: 5px; background: #edf2f5; }
.mes-lines em { display: block; height: 100%; border-radius: 5px; background: var(--mes-blue); }
.mes-lines strong { color: var(--mes-navy); font-size: 8px; text-align: right; }
.mes-float-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid #dce7ed; background: #fff; box-shadow: 0 12px 28px rgba(6,47,87,.15); }
.mes-float-card span { color: #7d8c97; font-size: 8px; line-height: 1.4; }
.mes-float-card b { display: block; color: var(--mes-navy); font-size: 10px; }
.mes-float-card > i { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: rgba(184,212,0,.16); color: #759000; font-size: 12px; font-style: normal; }
.mes-float-card--one { left: -36px; bottom: 38px; }
.mes-float-card--two { right: -30px; top: 105px; }

.mes-problem { padding: 120px 0 130px; background: #fff; }
.mes-problem__grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--mes-line); border-bottom: 1px solid var(--mes-line); }
.mes-problem__grid article { position: relative; min-height: 294px; padding: 33px 29px; border-left: 1px solid var(--mes-line); transition: background .22s ease, transform .22s ease; }
.mes-problem__grid article:last-child { border-right: 1px solid var(--mes-line); }
.mes-problem__grid article:hover { z-index: 1; background: var(--mes-pale); transform: translateY(-5px); }
.mes-problem__grid article > span { color: #aab7c0; font-size: 11px; font-weight: 700; }
.mes-problem__grid h3 { margin-top: 27px; color: var(--mes-navy-deep); font-size: 20px; letter-spacing: -.025em; }
.mes-problem__grid p { margin-top: 11px; color: var(--mes-muted); font-size: 14px; line-height: 1.75; }
.mes-icon { position: relative; display: block; width: 42px; height: 42px; margin-top: 28px; color: var(--mes-blue-dark); }
.mes-icon::before,
.mes-icon::after { content: ""; position: absolute; }
.mes-icon--doc::before { inset: 4px 8px; border: 2px solid currentColor; }
.mes-icon--doc::after { top: 13px; left: 14px; width: 15px; height: 10px; border-top: 2px solid var(--mes-lime); border-bottom: 2px solid var(--mes-lime); }
.mes-icon--clock::before { inset: 3px; border: 2px solid currentColor; border-radius: 50%; }
.mes-icon--clock::after { top: 10px; left: 20px; width: 10px; height: 13px; border-left: 2px solid var(--mes-lime); border-bottom: 2px solid var(--mes-lime); }
.mes-icon--box::before { inset: 7px 4px 5px; border: 2px solid currentColor; transform: skewY(-5deg); }
.mes-icon--box::after { top: 7px; left: 20px; height: 31px; border-left: 2px solid var(--mes-lime); }
.mes-icon--search::before { width: 27px; height: 27px; border: 2px solid currentColor; border-radius: 50%; }
.mes-icon--search::after { width: 16px; border-top: 3px solid var(--mes-lime); transform: rotate(45deg); left: 25px; top: 30px; }

.mes-flow { padding: 126px 0; background: var(--mes-pale); }
.mes-flow__steps { display: grid; grid-template-columns: repeat(6,1fr); position: relative; }
.mes-flow__steps::before { content: ""; position: absolute; top: 29px; left: 8%; right: 8%; border-top: 1px solid #bad0dc; }
.mes-flow__steps li { position: relative; z-index: 1; text-align: center; }
.mes-flow__steps i { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 17px; border: 1px solid #b9ceda; border-radius: 50%; background: var(--mes-pale); color: var(--mes-blue-dark); font-size: 11px; font-style: normal; font-weight: 800; transition: all .2s ease; }
.mes-flow__steps li:hover i { border-color: var(--mes-blue); background: var(--mes-blue); color: #fff; }
.mes-flow__steps b { display: block; color: var(--mes-navy); font-size: 16px; }
.mes-flow__steps span { color: #7b8d99; font-size: 11px; }
.mes-flow__connect { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 58px; padding: 23px; border: 1px solid #d8e5eb; background: #fff; }
.mes-flow__connect span { padding: 7px 13px; background: #f2f7fa; color: var(--mes-navy); font-size: 12px; font-weight: 750; }
.mes-flow__connect i { color: var(--mes-lime); font-style: normal; font-weight: 900; }
.mes-flow__connect strong { margin-left: 12px; color: var(--mes-blue-dark); font-size: 24px; }

.mes-features { padding: 128px 0; background: #fff; }
.mes-features__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.mes-features__grid article { position: relative; min-height: 270px; padding: 31px; overflow: hidden; border: 1px solid var(--mes-line); background: #fff; }
.mes-features__grid article.is-wide { grid-column: span 2; background: var(--mes-pale); }
.mes-features__grid article > span { color: var(--mes-blue-dark); font-size: 11px; font-weight: 800; }
.mes-features__grid h3 { margin-top: 30px; color: var(--mes-navy-deep); font-size: 21px; }
.mes-features__grid p { position: relative; z-index: 1; max-width: 330px; margin-top: 12px; color: var(--mes-muted); font-size: 13px; line-height: 1.75; }
.mes-mini-chart { position: absolute; right: 28px; bottom: 22px; display: flex; align-items: end; gap: 7px; width: 35%; height: 90px; border-bottom: 1px solid #c7d7e0; }
.mes-mini-chart i { flex: 1; background: rgba(0,155,221,.24); }
.mes-mini-chart i:nth-child(1){height:30%}.mes-mini-chart i:nth-child(2){height:48%}.mes-mini-chart i:nth-child(3){height:40%}.mes-mini-chart i:nth-child(4){height:70%}.mes-mini-chart i:nth-child(5){height:62%}.mes-mini-chart i:nth-child(6){height:88%;background:var(--mes-blue)}
.mes-feature-tag,
.mes-feature-live { position: absolute; right: 25px; bottom: 24px; padding: 6px 9px; border: 1px solid #d8e5eb; color: var(--mes-blue-dark); font-size: 9px; letter-spacing: .08em; }
.mes-feature-score { position: absolute; right: 24px; bottom: 14px; color: rgba(0,105,168,.12); font-size: 55px; line-height: 1; }
.mes-feature-score small { font-size: 18px; }
.mes-feature-boxes { position: absolute; right: 26px; bottom: 23px; width: 63px; height: 50px; }
.mes-feature-boxes i { position: absolute; width: 32px; height: 25px; border: 2px solid rgba(0,105,168,.25); transform: skewY(-9deg); }
.mes-feature-boxes i:nth-child(1){left:0;bottom:0}.mes-feature-boxes i:nth-child(2){right:0;bottom:0}.mes-feature-boxes i:nth-child(3){left:16px;top:0;border-color:var(--mes-lime)}
.mes-feature-live i { position: static; }
.mes-feature-kpi { position: absolute; right: 31px; bottom: 28px; display: flex; align-items: end; gap: 8px; width: 38%; height: 92px; border-bottom: 1px solid #c7d7e0; }
.mes-feature-kpi > i { display: flex; align-items: end; flex: 1; height: 100%; }
.mes-feature-kpi em { width: 100%; background: linear-gradient(to top,var(--mes-blue-dark),var(--mes-blue)); }

.mes-value { padding: 120px 0; background: var(--mes-navy-deep); color: #fff; }
.mes-value__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.mes-kicker--light { color: #8fd8f5; }
.mes-value__copy h2 { color: #fff; font-size: clamp(33px,4vw,50px); line-height: 1.3; letter-spacing: -.045em; }
.mes-value__copy > p:not(.mes-kicker) { margin-top: 24px; color: #a9bdcd; font-size: 16px; line-height: 1.8; }
.mes-value__copy > a { display: inline-flex; gap: 45px; margin-top: 36px; padding-bottom: 6px; border-bottom: 1px solid #617d92; color: #fff; font-size: 14px; font-weight: 700; }
.mes-value__copy > a span { color: var(--mes-lime); }
.mes-value__list { display: grid; grid-template-columns: repeat(2,1fr); }
.mes-value__list article { display: flex; gap: 18px; min-height: 150px; padding: 27px 24px; border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.mes-value__list article:nth-child(2n) { border-right: 1px solid rgba(255,255,255,.14); }
.mes-value__list article:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
.mes-value__list i { color: var(--mes-lime); font-size: 30px; font-style: normal; font-weight: 800; }
.mes-value__list h3 { color: #fff; font-size: 17px; }
.mes-value__list p { margin-top: 8px; color: #90a7b9; font-size: 12px; line-height: 1.7; }

.mes-process { padding: 126px 0 136px; background: #fff; }
.mes-process__list { display: grid; grid-template-columns: repeat(4,1fr); counter-reset: step; }
.mes-process__list li { position: relative; display: flex; align-items: center; gap: 16px; min-height: 110px; padding: 22px 23px; border: 1px solid var(--mes-line); border-right: 0; justify-content: center; }
.mes-process__list li:last-child { border-right: 1px solid var(--mes-line); }
.mes-process__list li:not(:last-child)::after { content: ""; position: absolute; z-index: 1; right: -7px; width: 13px; height: 13px; border-top: 1px solid var(--mes-blue); border-right: 1px solid var(--mes-blue); background: #fff; transform: rotate(45deg); }
.mes-process__list i { color: var(--mes-blue-dark); font-size: 30px; font-style: normal; font-weight: 800; }
.mes-process__list b { display: block; color: var(--mes-navy); font-size: 15px; }
.mes-process__list span { display: block; margin-top: 3px; color: #80909c; font-size: 11px; }

.mes-global { padding: 112px 0; background: var(--mes-pale); }
.mes-global__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.mes-global__copy h2 { color: var(--mes-navy-deep); font-size: clamp(34px,4vw,50px); line-height: 1.3; letter-spacing: -.045em; }
.mes-global__copy > p:not(.mes-kicker) { margin-top: 23px; color: var(--mes-muted); font-size: 15px; line-height: 1.8; }
.mes-global__facts { display: grid; grid-template-columns: repeat(2,1fr); }
.mes-global__facts article { min-height: 145px; padding: 27px 31px; border-top: 1px solid #cfdde5; border-left: 1px solid #cfdde5; }
.mes-global__facts article:nth-child(2n) { border-right: 1px solid #cfdde5; }
.mes-global__facts article:nth-last-child(-n+2) { border-bottom: 1px solid #cfdde5; }
.mes-global__facts b { display: block; color: var(--mes-blue-dark); font-size: 38px; letter-spacing: -.03em; line-height: 1; }
.mes-global__facts small { font-size: 24px; }
.mes-global__facts span { display: block; margin-top: 10px; color: #647989; font-size: 18px; }

.mes-contact { padding: 80px 0; background: #fff; }
.mes-contact__box { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 62px 66px; background: linear-gradient(120deg,var(--mes-blue-dark),var(--mes-blue)); color: #fff; box-shadow: 0 25px 60px rgba(0,105,168,.18); }
.mes-contact__box p { color: #bce9fa; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.mes-contact__box h2 { margin-top: 12px; color: #fff; font-size: clamp(29px,3.5vw,43px); line-height: 1.3; letter-spacing: -.04em; }
.mes-contact__actions { text-align: center; }
.mes-button--white { min-width: 225px; justify-content: space-between; background: #fff; color: var(--mes-navy) !important; }
.mes-button--white:hover { background: var(--mes-lime); }
.mes-contact__actions > span { display: block; margin-top: 10px; color: #c3e8f6; font-size: 10px; }

@media (max-width: 1100px) {
    .mes-hero { min-height: auto; }
    .mes-hero__grid { grid-template-columns: 1fr; }
    .mes-hero__copy { max-width: 760px; }
    .mes-dashboard { max-width: 760px; margin: 0 auto; }
    .mes-features__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
    .jtom-mes-home .mes-shell { width: min(100% - 36px, 680px); }
    .mes-section-head--split,
    .mes-value__grid,
    .mes-global__grid { grid-template-columns: 1fr; gap: 28px; }
    .mes-problem__grid { grid-template-columns: repeat(2,1fr); }
    .mes-problem__grid article:nth-child(2) { border-right: 1px solid var(--mes-line); }
    .mes-problem__grid article:nth-child(-n+2) { border-bottom: 1px solid var(--mes-line); }
    .mes-flow__steps { grid-template-columns: repeat(3,1fr); gap: 30px 0; }
    .mes-flow__steps::before { display: none; }
    .mes-process__list { grid-template-columns: repeat(2,1fr); }
    .mes-process__list li:nth-child(2) { border-right: 1px solid var(--mes-line); }
    .mes-process__list li:nth-child(2)::after { display: none; }
    .mes-process__list li:nth-child(n+3) { border-top: 0; }
    .mes-contact__box { padding: 48px 42px; }
}

@media (max-width: 580px) {
    .jtom-mes-home { word-break: normal; }
    .jtom-mes-home .mes-shell { width: calc(100% - 30px); }
    .mes-hero { padding: 76px 0 70px; background: linear-gradient(160deg,#fff 0 54%,#eef6fa 54%); }
    .mes-hero__copy h1 { font-size: 39px; }
    .mes-hero__lead { font-size: 15px; }
    .mes-actions { align-items: stretch; flex-direction: column; }
    .mes-button { width: 100%; }
    .mes-hero__proof { display: grid; grid-template-columns: 1fr; gap: 12px; }
    .mes-hero__proof li { padding: 0 0 0 13px; border-left: 2px solid var(--mes-lime); }
    .mes-dashboard { min-height: 470px; padding: 15px; }
    .mes-dashboard__stats article { padding: 11px 9px; }
    .mes-dashboard__stats b { font-size: 17px; }
    .mes-dashboard__body { grid-template-columns: 1fr; }
    .mes-chart { height: 204px; }
    .mes-lines { display: none; }
    .mes-float-card { display: none; }
    .mes-section-head h2,
    .mes-value__copy h2,
    .mes-global__copy h2 { font-size: 31px; }
    .mes-problem,
    .mes-flow,
    .mes-features,
    .mes-value,
    .mes-process,
    .mes-global { padding: 85px 0; }
    .mes-section-head--split,
    .mes-section-head--center { margin-bottom: 38px; }
    .mes-problem__grid,
    .mes-features__grid,
    .mes-value__list,
    .mes-global__facts,
    .mes-process__list { grid-template-columns: 1fr; }
    .mes-problem__grid article { min-height: auto; border-right: 1px solid var(--mes-line); border-bottom: 1px solid var(--mes-line); }
    .mes-problem__grid article:last-child { border-bottom: 0; }
    .mes-features__grid article.is-wide { grid-column: span 1; }
    .mes-mini-chart,
    .mes-feature-kpi { opacity: .72; width: 30%; }
    .mes-flow__steps { grid-template-columns: repeat(2,1fr); }
    .mes-flow__connect strong { flex-basis: 100%; margin: 10px 0 0; text-align: center; }
    .mes-value__list article { min-height: auto; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 0 !important; }
    .mes-value__list article:last-child { border-bottom: 1px solid rgba(255,255,255,.14) !important; }
    .mes-process__list li { border-right: 1px solid var(--mes-line); border-top: 0; }
    .mes-process__list li:first-child { border-top: 1px solid var(--mes-line); }
    .mes-process__list li::after { display: none; }
    .mes-global__facts article { border-right: 1px solid #cfdde5; border-bottom: 0 !important; }
    .mes-global__facts article:last-child { border-bottom: 1px solid #cfdde5 !important; }
    .mes-contact { padding: 35px 0; }
    .mes-contact__box { align-items: stretch; flex-direction: column; padding: 40px 27px; }
}

@media (prefers-reduced-motion: reduce) {
    .jtom-mes-home *,
    .jtom-mes-home *::before,
    .jtom-mes-home *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* =========================================================
   2026 editorial direction
   International B2B / industrial software visual language.
   Flat surfaces, generous spacing and rule-based information layout.
   ========================================================= */
.jtom-mes-home {
    --mes-blue: #009bd8;
    --mes-blue-dark: #006ea6;
    --mes-navy: #073654;
    --mes-navy-deep: #06283d;
    --mes-lime: #b7d100;
    --mes-ink: #142a38;
    --mes-muted: #617481;
    --mes-line: #cfdae0;
    --mes-pale: #f3f6f5;
    background: #f7f8f6;
    font-family: Arial, "Pretendard", "Noto Sans KR", "Malgun Gothic", sans-serif;
}

.jtom-mes-home[lang="en"] { word-break: normal; }
.jtom-mes-home [id] { scroll-margin-top: 110px; }
.jtom-mes-home .mes-shell { width: min(1280px, calc(100% - 80px)); }
.mes-kicker { color: var(--mes-navy); font-family: Pretendard, sans-serif; font-size: 15px; letter-spacing: .2em; }
.mes-kicker > span { width: 8px; height: 8px; background: var(--mes-lime); }
.mes-section-head h2 { max-width: 700px; font-size: clamp(38px, 4.4vw, 62px); font-weight: 500; letter-spacing: -.055em; line-height: 1.12; }
.mes-section-head > p { max-width: 490px; font-size: 16px; }
.mes-section-head--split { grid-template-columns: 1.4fr .6fr; gap: 110px; margin-bottom: 72px; padding-top: 22px; border-top: 1px solid var(--mes-navy); }

.mes-button { min-height: 54px; border-radius: 0; text-transform: none; }
.mes-button--primary { background: var(--mes-navy-deep); box-shadow: none; }
.mes-button--primary:hover { background: var(--mes-blue-dark); }
.mes-button--ghost { border-color: #96a6af; background: transparent; }

.mes-hero { min-height: 820px; padding: 118px 0 104px; background: #f7f8f6; }
.mes-hero::before { top: 44px; right: 0; width: 39%; height: 1px; background: var(--mes-line); }
.mes-hero::after { display: none; }
.mes-hero__grid { grid-template-columns: 1fr .92fr; gap: 88px; }
.mes-hero__copy h1 { max-width: 680px; font-family: Arial, "Pretendard", sans-serif; font-size: clamp(58px, 7.1vw, 94px); font-weight: 500; letter-spacing: -.075em; line-height: .94; }
.mes-hero__copy h1 strong { display: block; color: var(--mes-blue-dark); font-weight: 500; }
.mes-hero__copy h1 small { display: block; max-width: 560px; margin-top: 38px; color: var(--mes-navy-deep); font-family: "Pretendard", "Noto Sans KR", sans-serif; font-size: clamp(25px, 2.5vw, 36px); font-weight: 650; letter-spacing: -.045em; line-height: 1.3; }
.mes-hero__lead { max-width: 565px; margin-top: 24px !important; font-size: 15px; line-height: 1.8; }
.mes-actions { margin-top: 34px; }
.mes-hero__proof { margin-top: 70px !important; border-top: 1px solid var(--mes-line); }
.mes-hero__proof li { flex: 1; padding: 17px 14px 0; border-left: 0; }
.mes-hero__proof li:first-child { padding-left: 0; }
.mes-hero__proof b { font-family: Arial, sans-serif; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }

.mes-dashboard { min-height: 535px; padding: 27px; border: 1px solid #aebec7; border-radius: 0; background: #fff; box-shadow: 18px 18px 0 #dce5e7; }
.mes-dashboard::before { content: "SYSTEM / 01"; position: absolute; top: -35px; right: 0; color: #758690; font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.mes-dashboard::after { display: none; }
.mes-dashboard__top { padding-bottom: 20px; }
.mes-dashboard__brand i { border-radius: 0; }
.mes-dashboard__stats { gap: 0; border-top: 1px solid #d9e2e6; border-left: 1px solid #d9e2e6; }
.mes-dashboard__stats article { padding: 16px; border: 0; border-right: 1px solid #d9e2e6; border-bottom: 1px solid #d9e2e6; background: #fff; }
.mes-dashboard__stats article::before { display: none; }
.mes-chart,
.mes-lines { border-color: #d9e2e6; }
.mes-chart__plot .bar { background: rgba(0,110,166,.10); }
.mes-float-card { display: none; }

.mes-problem { padding: 140px 0; background: #fff; }
.mes-problem__grid { border-color: var(--mes-line); }
.mes-problem__grid article { min-height: 330px; padding: 31px 26px 38px; background: #fff; }
.mes-problem__grid article:hover { background: #f6f8f7; transform: none; }
.mes-problem__grid article > span { font-family: Arial, sans-serif; letter-spacing: .1em; }
.mes-problem__grid h3 { margin-top: 45px; font-size: 19px; font-weight: 600; }
.mes-problem__grid p { font-size: 13px; }

.mes-flow { padding: 140px 0; background: #e8edeb; }
.mes-section-head--center { max-width: 850px; margin-bottom: 72px; }
.mes-section-head--center h2 { margin-inline: auto; }
.mes-flow__steps i { width: 52px; height: 52px; border-color: #8fa3ad; border-radius: 0; background: #e8edeb; }
.mes-flow__steps li:hover i { background: var(--mes-navy-deep); border-color: var(--mes-navy-deep); }
.mes-flow__connect { margin-top: 72px; padding: 25px; border-color: #aebdc4; background: transparent; font-size: 24px; }
.mes-flow__connect span { border: 1px solid #b9c6cb; background: transparent; }

.mes-features { padding: 145px 0; background: #f7f8f6; }
.mes-features__grid { gap: 0; border-top: 1px solid var(--mes-navy); }
.mes-features__grid article,
.mes-features__grid article.is-wide { min-height: 315px; padding: 34px 30px; border: 0; border-right: 1px solid var(--mes-line); border-bottom: 1px solid var(--mes-line); background: transparent; }
.mes-features__grid article:nth-child(3),
.mes-features__grid article:nth-child(6) { border-right: 0; }
.mes-features__grid h3 { margin-top: 46px; font-size: 21px; font-weight: 600; }
.mes-mini-chart,
.mes-feature-kpi { opacity: .8; }

.mes-value { padding: 145px 0; background: var(--mes-navy-deep); }
.mes-value__grid { gap: 125px; }
.mes-value__copy h2 { font-size: clamp(39px,4.5vw,61px); font-weight: 500; line-height: 1.16; }
.mes-value__list article { min-height: 178px; padding: 33px 28px; }

.mes-process { padding: 145px 0; }
.mes-process__list li { min-height: 130px; border-color: #b8c7ce; }
.mes-process__list li:not(:last-child)::after { background: #fff; }

.mes-global { padding: 135px 0; background: #e8edeb; }
.mes-global__copy h2 { font-size: clamp(39px,4.5vw,61px); font-weight: 500; line-height: 1.16; }
.mes-global__facts article { min-height: 165px; border-color: #aebdc4; }
.mes-global__facts b { font-family: Arial, sans-serif; font-size: 45px; font-weight: 500; }

.mes-contact { padding: 0; background: var(--mes-lime); }
.mes-contact__box { width: min(1280px, calc(100% - 80px)) !important; padding: 92px 0; background: transparent; box-shadow: none; color: var(--mes-navy-deep); }
.mes-contact__box p { color: var(--mes-navy); }
.mes-contact__box h2 { color: var(--mes-navy-deep); font-size: clamp(35px,4.5vw,59px); font-weight: 500; }
.mes-button--white { border: 1px solid var(--mes-navy-deep); background: var(--mes-navy-deep); color: #fff !important; }
.mes-button--white:hover { border-color: #fff; background: #fff; color: var(--mes-navy-deep) !important; }
.mes-contact__actions > span { color: #4a6000; }

/* Interactive product exploration; static content is the no-script fallback. */
.jtom-mes-home .mes-reading-progress { position: fixed; inset: 0 0 auto; height: 3px; background: var(--mes-lime); z-index: 1000; transform-origin: left; pointer-events: none; }
.jtom-mes-home .mes-explorer { display: grid; grid-template-columns: minmax(210px,.75fr) minmax(0,2fr); border-top: 1px solid #a5b9c3; border-bottom: 1px solid #a5b9c3; }
.jtom-mes-home .mes-explorer__tabs { display: flex; flex-direction: column; padding: 20px 28px 20px 0; }
.jtom-mes-home .mes-explorer__tabs button { appearance: none; font: inherit; font-size: 16px; font-weight: 600; line-height: 1.5; display: flex; gap: 22px; align-items: center; width: 100%; min-height: 62px; border: 0; border-bottom: 1px solid #d4dfe2; padding: 18px; border-radius: 0; background: transparent; color: #526a77; text-align: left; cursor: pointer; transition: background .25s, color .25s; }
.jtom-mes-home .mes-explorer__tabs button span { font-size: 18px; font-weight: 400; letter-spacing: .1em; }
.jtom-mes-home .mes-explorer__tabs button[aria-selected="true"] { background: #06283d; color: #fff; }
.jtom-mes-home .mes-explorer__tabs button[aria-selected="true"] span { color: var(--mes-lime); }
.jtom-mes-home .mes-explorer__tabs button:hover { background: #dce9e8; color: #06283d; }
.jtom-mes-home .mes-explorer__tabs button:hover span { color: #006ea6; }
.jtom-mes-home .mes-explorer__tabs button:focus-visible { outline: 3px solid #009bd8; outline-offset: 3px; }
.jtom-mes-home .mes-explorer .mes-explorer__panels { display: block; position: relative; margin: 0; border: 0; background: #edf2ef; }
.jtom-mes-home .mes-explorer .mes-explorer__panels > [role="tabpanel"] { min-height: 440px; padding: 54px 58px 160px; border: 0 !important; background: transparent; text-align: left; position: relative; }
.jtom-mes-home .mes-explorer .mes-explorer__panels > [hidden] { display: none !important; }
.jtom-mes-home .mes-explorer__panels h3 { font-size: clamp(30px,3vw,44px); line-height: 1.25; margin: 22px 0; font-weight: 500; letter-spacing: -.04em; }
.jtom-mes-home .mes-explorer__panels p { max-width: 560px; font-size: 17px; line-height: 1.9; }
.jtom-mes-home .mes-explorer__panels .mes-mini-chart,.jtom-mes-home .mes-explorer__panels .mes-feature-kpi { width: 52%; height: 100px; right: 58px; bottom: 36px; }
.jtom-mes-home .mes-explorer__panels .mes-mini-chart i,.jtom-mes-home .mes-explorer__panels .mes-feature-kpi em { transform-origin: bottom; }
.jtom-mes-home .mes-explorer__panels .mes-feature-score { font-size: 120px; bottom: 20px; right: 58px; color: #006ea620; }
.jtom-mes-home .mes-explorer__panels .mes-feature-tag,.jtom-mes-home .mes-explorer__panels .mes-feature-live { right: 58px; bottom: 55px; font-size: 15px; padding: 16px 24px; }
.jtom-mes-home .mes-explorer--flow { display: block; }
.jtom-mes-home .mes-explorer--flow .mes-explorer__tabs { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); padding: 0; }
.jtom-mes-home .mes-explorer--flow .mes-explorer__tabs button { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; min-height: 110px; border-bottom: 0; border-right: 1px solid #b6c7cb; }
.jtom-mes-home .mes-explorer--flow .mes-explorer__panels { background: #fff; }
.jtom-mes-home .mes-explorer--flow .mes-explorer__panels::before { display: none; }
.jtom-mes-home .mes-explorer--flow .mes-explorer__panels > [role="tabpanel"] { min-height: 230px; padding: 38px 50px 38px 130px; }
.jtom-mes-home .mes-explorer--flow .mes-explorer__panels i { position: absolute; left: 38px; top: 42px; width: auto; height: auto; border: 0; background: transparent; font-size: 40px; font-weight: 400; color: #006ea6; }
.jtom-mes-home .mes-explorer--flow .mes-explorer__panels b { font-size: 26px; }
.jtom-mes-home .mes-explorer--flow .mes-explorer__panels span { display: block; margin: 4px 0 12px; color: #526a77; }
.jtom-mes-home .mes-step-detail { margin-top: 15px; padding: 0 10px; color: #526a77; font-size: 13px; }
.jtom-mes-home .mes-explorer--flow .mes-step-detail { max-width: 760px; padding: 0; font-size: 16px; }
.jtom-mes-home .mes-problem .mes-problem__grid { grid-template-columns: repeat(2,minmax(0,1fr)); border-bottom: 0; }
.jtom-mes-home .mes-problem .mes-problem__grid article { min-height: 0; padding: 28px 35px 28px 90px; border: 0; border-bottom: 1px solid var(--mes-line); }
.jtom-mes-home .mes-problem .mes-problem__grid article > span { position: absolute; left: 24px; top: 32px; }
.jtom-mes-home .mes-problem .mes-icon { display: none; }
.jtom-mes-home .mes-problem .mes-problem__grid h3 { margin: 0; }
.jtom-mes-home .mes-problem .mes-problem__grid p { font-size: 15px; max-width: 440px; }
.jtom-mes-home .mes-explorer.mes-in-view .mes-explorer__tabs { animation: mes-tabs-enter .7s ease both; }
@keyframes mes-tabs-enter { from { opacity: 0; transform: translateX(-12px); } to { opacity: 1; transform: translateX(0); } }
@media (max-width:820px) {
    .jtom-mes-home .mes-explorer { grid-template-columns: 1fr; }
    .jtom-mes-home .mes-explorer .mes-explorer__tabs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); padding: 0; }
    .jtom-mes-home .mes-explorer .mes-explorer__tabs button { font-size: 13px; gap: 10px; padding: 15px; min-height: 74px; }
    .jtom-mes-home .mes-explorer .mes-explorer__panels > [role="tabpanel"] { padding: 35px 30px 155px; min-height: 390px; }
    .jtom-mes-home .mes-explorer--flow .mes-explorer__panels > [role="tabpanel"] { min-height: 270px; padding: 30px 30px 30px 100px; }
    .jtom-mes-home .mes-explorer--flow .mes-explorer__panels i { left: 27px; top: 35px; }
}
@media (max-width:580px) {
    .jtom-mes-home .mes-problem .mes-problem__grid { grid-template-columns: 1fr; }
    .jtom-mes-home .mes-problem .mes-problem__grid article { padding: 24px 15px 24px 55px; }
    .jtom-mes-home .mes-problem .mes-problem__grid article > span { left: 10px; top: 28px; }
    .jtom-mes-home .mes-explorer .mes-explorer__tabs button { flex-direction: column; align-items: flex-start; padding: 13px 10px; font-size: 12px; }
    .jtom-mes-home .mes-explorer .mes-explorer__panels > [role="tabpanel"] { padding: 30px 24px 155px; }
    .jtom-mes-home .mes-explorer--flow .mes-explorer__panels > [role="tabpanel"] { padding: 30px 24px; }
    .jtom-mes-home .mes-explorer--flow .mes-explorer__panels i { display: none; }
}

/* Motion edition: generous editorial type and a framed product canvas. */
.jtom-mes-home .mes-hero { background: #f4f5f0; padding-top: 110px; padding-bottom: 110px; }
.jtom-mes-home .mes-hero__grid { grid-template-columns: 1.04fr 1fr; gap: 70px; }
.jtom-mes-home .mes-hero__copy h1 { font-size: clamp(60px,6.6vw,96px); letter-spacing: -.07em; }
.jtom-mes-home .mes-hero__copy h1 strong { display: table; position: relative; padding-bottom: .06em; }
.jtom-mes-home .mes-hero__copy h1 strong::after { content: ''; display: block; position: absolute; bottom: 0; left: 0; height: 6px; width: 100%; background: var(--mes-lime); transform-origin: left; }
.jtom-mes-home .mes-hero__copy h1 small { font-size: clamp(24px,2.2vw,31px); line-height: 1.45; }
.jtom-mes-home .mes-dashboard { min-width: 0; min-height: 0; margin-top: 25px; padding: 26px 24px 32px; border: 12px solid #12394c; border-top-width: 36px; border-radius: 10px; background: #fff; box-shadow: 0 32px 55px -35px #06283d85; }
.jtom-mes-home .mes-dashboard::before { content: '●  ●  ●     JTOM / WORKSPACE'; top: -28px; left: 5px; right: auto; color: #c3d7df; font-size: 8px; letter-spacing: .18em; }
.jtom-mes-home .mes-dashboard__title .mes-demo-label { padding: 5px 7px; border: 1px solid #d2dfe3; font-size: 8px; white-space: nowrap; }
.jtom-mes-home .mes-dashboard__stats b { font-variant-numeric: tabular-nums; }
.jtom-mes-home .mes-page-nav { background: #06283d; color: #fff; }
.jtom-mes-home .mes-page-nav .mes-shell { display: flex; align-items: stretch; }
.jtom-mes-home .mes-page-nav__brand { flex: 1; padding: 26px 0; font-size: 12px; letter-spacing: .14em; }
.jtom-mes-home .mes-page-nav a { display: flex; align-items: center; justify-content: space-between; gap: 42px; padding: 26px 30px; border-left: 1px solid #365261; color: #fff; font-size: 13px; transition: background .25s; }
.jtom-mes-home .mes-page-nav a:last-child { background: var(--mes-lime); color: #06283d; }
.jtom-mes-home .mes-page-nav a:hover { background: #205266; }
.jtom-mes-home .mes-page-nav a:last-child:hover { background: #d3e660; }
.jtom-mes-home .mes-page-nav a span { font-size: 10px; opacity: .7; }
.jtom-mes-home .mes-section-head--center { max-width: none; text-align: left; display: grid; grid-template-columns: 1.4fr 1fr; gap: 18px 80px; border-top: 1px solid var(--mes-line); padding-top: 24px; }
.jtom-mes-home .mes-section-head--center .mes-kicker { grid-column: 1 / -1; justify-content: flex-start; }
.jtom-mes-home .mes-section-head--center h2 { margin: 0; }
.jtom-mes-home .mes-section-head--center > p:last-child { align-self: end; margin: 0; }
.jtom-mes-home .mes-features__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.jtom-mes-home .mes-features__grid article.is-wide { grid-column: auto; }
.jtom-mes-home .mes-features__grid article { min-height: 325px; padding-bottom: 112px; border-right: 1px solid var(--mes-line); transition: background .3s; }
.jtom-mes-home .mes-features__grid article:nth-child(3n) { border-right: 0; }
.jtom-mes-home .mes-features__grid article:hover { background: #e8efec; }
.jtom-mes-home .mes-features__grid h3 { margin-top: 27px; }
.jtom-mes-home .mes-mini-chart,.jtom-mes-home .mes-feature-kpi { height: 60px; }
.jtom-mes-home .mes-value__list { grid-template-columns: 1fr; }
.jtom-mes-home .mes-value__list article { min-height: 0; padding: 25px 0; border-left: 0; border-right: 0; border-bottom: 0; }
.jtom-mes-home .mes-value__list h3 { font-size: 21px; font-weight: 500; }
.jtom-mes-home .mes-value__list p { font-size: 14px; }
.jtom-mes-home .mes-value__list i { margin-right: 20px; padding-top: 6px; }
.jtom-mes-home .mes-contact__box h2 { max-width: 800px; }
.jtom-mes-home .mes-contact__actions { flex-shrink: 0; }
.jtom-mes-home a:focus-visible { outline: 3px solid #008dc4; outline-offset: 6px; }
.jtom-mes-home .mes-button span { display: inline-block; transition: transform .3s; }
.jtom-mes-home .mes-button:hover span { transform: translateX(5px); }
.jtom-mes-home .mes-reveal { transition: opacity .75s ease, translate .85s cubic-bezier(.2,.7,.2,1); }
.jtom-mes-home .mes-reveal-pending { opacity: 0; translate: 0 28px; }
.jtom-mes-home .mes-in-view .mes-chart__plot polyline { stroke-dasharray: 650; stroke-dashoffset: 650; animation: mes-line-draw 1.8s .25s ease forwards; }
.jtom-mes-home .mes-in-view .bar,.jtom-mes-home .mes-in-view .mes-lines em,.jtom-mes-home .mes-in-view .mes-feature-kpi em,.jtom-mes-home .mes-in-view .mes-mini-chart i { transform-origin: bottom left; animation: mes-bar-grow 1.2s cubic-bezier(.2,.7,.2,1) both; }
.jtom-mes-home .mes-in-view .mes-lines em { animation-name: mes-progress-grow; }
@keyframes mes-line-draw { to { stroke-dashoffset: 0; } }
@keyframes mes-bar-grow { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes mes-progress-grow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@media (max-width:1100px) {
    .jtom-mes-home .mes-hero__grid { grid-template-columns: 1fr; gap: 60px; }
    .jtom-mes-home .mes-dashboard { width: 100%; }
    .jtom-mes-home .mes-features__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .jtom-mes-home .mes-features__grid article:nth-child(3n) { border-right: 1px solid var(--mes-line); }
    .jtom-mes-home .mes-features__grid article:nth-child(2n) { border-right: 0; }
}
@media (max-width:820px) {
    .jtom-mes-home .mes-page-nav__brand { display: none; }
    .jtom-mes-home .mes-page-nav a { flex: 1; gap: 15px; padding: 22px 15px; }
    .jtom-mes-home .mes-section-head--center { grid-template-columns: 1fr; gap: 20px; }
    .jtom-mes-home .mes-value__grid { gap: 45px; }
}
@media (max-width:580px) {
    .jtom-mes-home .mes-hero { padding: 65px 0 70px; }
    .jtom-mes-home .mes-hero__copy h1 { font-size: clamp(46px,12vw,66px); }
    .jtom-mes-home .mes-hero__copy h1 small { font-size: 23px; }
    .jtom-mes-home .mes-dashboard { padding: 15px 10px; border-width: 6px; border-top-width: 30px; }
    .jtom-mes-home .mes-dashboard::before { top: -23px; }
    .jtom-mes-home .mes-page-nav a { font-size: 10px; gap: 8px; padding: 20px 9px; }
    .jtom-mes-home .mes-page-nav a span { display: none; }
    .jtom-mes-home .mes-features__grid { grid-template-columns: 1fr; }
    .jtom-mes-home .mes-features__grid article { border-right: 0; }
}
@media (prefers-reduced-motion:reduce) {
    .jtom-mes-home .mes-reveal-pending { opacity: 1; translate: none; }
    .jtom-mes-home *, .jtom-mes-home *::before, .jtom-mes-home *::after { animation: none !important; }
}

@media (max-width: 1100px) {
    .jtom-mes-home .mes-shell { width: min(100% - 56px, 860px); }
    .mes-hero__grid { grid-template-columns: 1fr; gap: 95px; }
    .mes-hero__copy { max-width: 760px; }
    .mes-dashboard { max-width: 760px; }
    .mes-features__grid article:nth-child(3) { border-right: 1px solid var(--mes-line); }
    .mes-features__grid article:nth-child(even) { border-right: 0; }
    .mes-contact__box { width: min(100% - 56px, 860px) !important; }
}

@media (max-width: 820px) {
    .mes-section-head--split { grid-template-columns: 1fr; gap: 24px; }
    .mes-hero__copy h1 { font-size: clamp(55px, 12vw, 82px); }
}

@media (max-width: 580px) {
    .jtom-mes-home .mes-shell { width: calc(100% - 30px); }
    .mes-hero { padding: 85px 0 75px; background: #f7f8f6; }
    .mes-hero__grid { gap: 78px; }
    .mes-hero__copy h1 { font-size: 52px; line-height: .98; }
    .mes-hero__copy h1 small { margin-top: 29px; font-size: 27px; }
    .mes-dashboard { min-height: 470px; box-shadow: 9px 9px 0 #dce5e7; }
    .mes-section-head h2,
    .mes-value__copy h2,
    .mes-global__copy h2 { font-size: 35px; }
    .mes-problem,
    .mes-flow,
    .mes-features,
    .mes-value,
    .mes-process,
    .mes-global { padding: 96px 0; }
    .mes-features__grid article,
    .mes-features__grid article.is-wide { border-right: 0 !important; }
    .mes-contact__box { width: calc(100% - 30px) !important; padding: 72px 0; }
}
