
/* DOM MCM · KEYSMan V1 · 2026-09-14 */
body.page-dom-mcm{
  --dm-navy:#0f172a;
  --dm-deep:#0a0f1d;
  --dm-gold:#f1b636;
  --dm-gold2:#e0a525;
  --dm-text:#1e293b;
  --dm-muted:#64748b;
  --dm-line:#e2e8f0;
  overflow-x:hidden;
}
body.page-dom-mcm .dom-kicker{
  display:inline-block;
  color:#9b6b00;
  font-size:.67rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
body.page-dom-mcm .dom-section-head{
  max-width:850px;
  margin:0 auto 38px;
  text-align:center;
}
body.page-dom-mcm .dom-section-head h2,
body.page-dom-mcm .dom-continuum h2,
body.page-dom-mcm .dom-brand-card h2,
body.page-dom-mcm .dom-eniq h2,
body.page-dom-mcm .dom-keycontrol h2,
body.page-dom-mcm .dom-store h2,
body.page-dom-mcm .dom-final h2{
  margin:7px 0 12px;
  color:var(--dm-navy);
  font-size:clamp(2rem,4vw,3.15rem);
  line-height:1.02;
  letter-spacing:-.045em;
}
body.page-dom-mcm .dom-section-head p{
  max-width:720px;
  margin:0 auto;
  color:var(--dm-muted);
  font-size:.9rem;
}
body.page-dom-mcm .dom-breadcrumb{
  padding:12px 0;
  background:#fff;
  border-bottom:1px solid #edf0f3;
}
body.page-dom-mcm .dom-breadcrumb .container{
  display:flex;
  gap:9px;
  align-items:center;
  color:#7b8797;
  font-size:.67rem;
}
body.page-dom-mcm .dom-breadcrumb a{color:#566273}

/* HERO */
body.page-dom-mcm .dom-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:700px;
  display:flex;
  align-items:center;
  padding:80px 0 84px;
  background:
    radial-gradient(circle at 82% 18%,rgba(241,182,54,.12),transparent 24%),
    linear-gradient(135deg,#0a0f1d 0%,#0f172a 60%,#172641 100%);
}
body.page-dom-mcm .dom-hero__grid{
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:.44;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to right,#000,rgba(0,0,0,.25));
}
body.page-dom-mcm .dom-hero__layout{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(440px,.98fr);
  gap:68px;
  align-items:center;
}
body.page-dom-mcm .dom-hero .dom-kicker{color:var(--dm-gold)}
body.page-dom-mcm .dom-hero h1{
  max-width:760px;
  margin:12px 0 20px;
  color:#fff;
  font-size:clamp(3rem,6vw,5.5rem);
  line-height:.93;
  letter-spacing:-.065em;
}
body.page-dom-mcm .dom-hero__lead{
  max-width:720px;
  margin:0;
  color:#c5d0de;
  font-size:1.06rem;
  line-height:1.7;
}
body.page-dom-mcm .dom-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}
body.page-dom-mcm .btn--outline-light{
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  background:rgba(255,255,255,.03);
}
body.page-dom-mcm .btn--outline-light:hover{
  border-color:var(--dm-gold);
  color:var(--dm-gold);
}
body.page-dom-mcm .dom-hero__facts{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  max-width:760px;
  margin-top:32px;
  padding-top:21px;
  border-top:1px solid rgba(255,255,255,.12);
}
body.page-dom-mcm .dom-hero__facts div{padding-right:20px}
body.page-dom-mcm .dom-hero__facts div+div{
  padding-left:20px;
  border-left:1px solid rgba(255,255,255,.10);
}
body.page-dom-mcm .dom-hero__facts strong,
body.page-dom-mcm .dom-hero__facts span{display:block}
body.page-dom-mcm .dom-hero__facts strong{
  color:#fff;
  font-size:.92rem;
}
body.page-dom-mcm .dom-hero__facts span{
  margin-top:4px;
  color:#8fa0b5;
  font-size:.66rem;
  line-height:1.4;
}

/* system graphic */
body.page-dom-mcm .dom-system{
  position:relative;
  min-height:520px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:26px;
  background:
    radial-gradient(circle at 50% 50%,rgba(241,182,54,.10),transparent 32%),
    rgba(255,255,255,.025);
  box-shadow:0 38px 100px rgba(0,0,0,.28);
  backdrop-filter:blur(8px);
}
body.page-dom-mcm .dom-system::before,
body.page-dom-mcm .dom-system::after{
  content:"";
  position:absolute;
  left:50%;top:50%;
  border:1px solid rgba(255,255,255,.08);
  border-radius:50%;
  transform:translate(-50%,-50%);
}
body.page-dom-mcm .dom-system::before{width:320px;height:320px}
body.page-dom-mcm .dom-system::after{width:430px;height:430px}
body.page-dom-mcm .dom-system__core{
  position:absolute;
  z-index:3;
  left:50%;top:50%;
  width:190px;height:190px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  border:1px solid rgba(241,182,54,.42);
  border-radius:50%;
  background:#101c30;
  box-shadow:0 0 0 14px rgba(241,182,54,.04),0 20px 50px rgba(0,0,0,.30);
  transform:translate(-50%,-50%);
}
body.page-dom-mcm .dom-system__core span{
  color:var(--dm-gold);
  font-size:.62rem;
  font-weight:900;
  letter-spacing:.15em;
}
body.page-dom-mcm .dom-system__core strong{
  margin-top:6px;
  color:#fff;
  font-size:1.5rem;
}
body.page-dom-mcm .dom-system__core small{
  margin-top:4px;
  color:#8292a8;
  font-size:.61rem;
}
body.page-dom-mcm .dom-system__node{
  position:absolute;
  z-index:4;
  width:145px;
  min-height:84px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:15px 18px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:#0f1a2c;
  box-shadow:0 10px 28px rgba(0,0,0,.2);
  transition:.18s ease;
}
body.page-dom-mcm .dom-system__node:hover{
  transform:translateY(-3px);
  border-color:rgba(241,182,54,.44);
}
body.page-dom-mcm .dom-system__node span{
  color:var(--dm-gold);
  font-size:.55rem;
  font-weight:900;
  letter-spacing:.1em;
}
body.page-dom-mcm .dom-system__node strong{
  margin-top:4px;
  color:#fff;
  font-size:.9rem;
}
body.page-dom-mcm .dom-system__node--1{left:32px;top:62px}
body.page-dom-mcm .dom-system__node--2{right:32px;top:92px}
body.page-dom-mcm .dom-system__node--3{left:44px;bottom:74px}
body.page-dom-mcm .dom-system__node--4{
  right:34px;
  bottom:56px;
  background:var(--dm-gold);
  border-color:var(--dm-gold);
}
body.page-dom-mcm .dom-system__node--4 span{color:#644700}
body.page-dom-mcm .dom-system__node--4 strong{color:#111827}

/* PILLARS */
body.page-dom-mcm .dom-pillars{
  padding:92px 0;
  background:#fff;
}
body.page-dom-mcm .dom-pillars__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
body.page-dom-mcm .dom-pillars__grid a{
  min-height:230px;
  padding:27px;
  border:1px solid var(--dm-line);
  border-radius:14px;
  background:#fff;
  transition:.18s ease;
}
body.page-dom-mcm .dom-pillars__grid a:hover{
  transform:translateY(-3px);
  border-color:#e2bb56;
  box-shadow:0 12px 30px rgba(15,23,42,.07);
}
body.page-dom-mcm .dom-pillars__grid span{
  color:#9b6b00;
  font-size:.63rem;
  font-weight:900;
}
body.page-dom-mcm .dom-pillars__grid h3{
  margin:28px 0 9px;
  color:var(--dm-navy);
  font-size:1.3rem;
}
body.page-dom-mcm .dom-pillars__grid p{
  margin:0;
  color:var(--dm-muted);
  font-size:.78rem;
  line-height:1.65;
}
body.page-dom-mcm .dom-pillars__grid small{
  display:block;
  margin-top:22px;
  color:#855b00;
  font-weight:800;
}

/* CONTINUUM */
body.page-dom-mcm .dom-continuum{
  padding:88px 0;
  background:#f7f9fc;
  border-top:1px solid #edf0f4;
  border-bottom:1px solid #edf0f4;
}
body.page-dom-mcm .dom-continuum__layout{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:70px;
  align-items:start;
}
body.page-dom-mcm .dom-continuum__intro p{
  max-width:540px;
  color:var(--dm-muted);
}
body.page-dom-mcm .dom-continuum__steps{
  border-top:1px solid #dbe2e9;
}
body.page-dom-mcm .dom-continuum__steps article{
  display:grid;
  grid-template-columns:50px 180px 1fr;
  gap:18px;
  align-items:center;
  min-height:88px;
  border-bottom:1px solid #dbe2e9;
}
body.page-dom-mcm .dom-continuum__steps span{
  color:#9a6a00;
  font-size:.62rem;
  font-weight:900;
}
body.page-dom-mcm .dom-continuum__steps strong{
  color:var(--dm-navy);
  font-size:.95rem;
}
body.page-dom-mcm .dom-continuum__steps small{
  color:var(--dm-muted);
  font-size:.72rem;
}

/* BRANDS */
body.page-dom-mcm .dom-brands{
  padding:90px 0;
  background:#fff;
}
body.page-dom-mcm .dom-brands__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
body.page-dom-mcm .dom-brand-card{
  min-height:440px;
  padding:38px;
  border-radius:18px;
  border:1px solid var(--dm-line);
}
body.page-dom-mcm .dom-brand-card--mcm{
  background:
    radial-gradient(circle at 100% 0%,rgba(241,182,54,.10),transparent 34%),
    #fff;
}
body.page-dom-mcm .dom-brand-card--dom{
  color:#fff;
  background:
    radial-gradient(circle at 90% 10%,rgba(241,182,54,.14),transparent 28%),
    linear-gradient(145deg,#0b1323,#0f1d32);
  border-color:#20304b;
}
body.page-dom-mcm .dom-brand-card__eyebrow{
  color:#9b6b00;
  font-size:.7rem;
  font-weight:900;
  letter-spacing:.14em;
}
body.page-dom-mcm .dom-brand-card--dom .dom-brand-card__eyebrow{color:var(--dm-gold)}
body.page-dom-mcm .dom-brand-card--dom h2{color:#fff}
body.page-dom-mcm .dom-brand-card p{
  color:var(--dm-muted);
  line-height:1.75;
}
body.page-dom-mcm .dom-brand-card--dom p{color:#b5c1d1}
body.page-dom-mcm .dom-brand-card__links{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  margin-top:28px;
}
body.page-dom-mcm .dom-brand-card__links a{
  color:#8f6200;
  font-size:.75rem;
  font-weight:800;
}
body.page-dom-mcm .dom-brand-card--dom .dom-brand-card__links a{color:var(--dm-gold)}

/* ENIQ */
body.page-dom-mcm .dom-eniq{
  padding:92px 0;
  background:#f7f9fc;
}
body.page-dom-mcm .dom-eniq__layout{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
  align-items:center;
}
body.page-dom-mcm .dom-eniq__visual{
  min-height:560px;
  display:grid;
  place-items:center;
  border-radius:22px;
  background:
    radial-gradient(circle at 50% 20%,rgba(241,182,54,.12),transparent 26%),
    linear-gradient(150deg,#0a0f1d,#0f172a);
  box-shadow:0 24px 65px rgba(15,23,42,.18);
}
body.page-dom-mcm .dom-eniq__screen{
  width:min(82%,420px);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:#111f34;
}
body.page-dom-mcm .dom-eniq__screen-head{
  display:flex;
  justify-content:space-between;
  padding:22px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
body.page-dom-mcm .dom-eniq__screen-head span{color:#fff;font-weight:900}
body.page-dom-mcm .dom-eniq__screen-head small{color:var(--dm-gold);font-size:.55rem;letter-spacing:.1em}
body.page-dom-mcm .dom-eniq__door-list{padding:10px 18px}
body.page-dom-mcm .dom-eniq__door-list div{
  display:grid;
  grid-template-columns:12px 1fr auto;
  gap:12px;
  align-items:center;
  padding:15px 5px;
  border-bottom:1px solid rgba(255,255,255,.06);
}
body.page-dom-mcm .dom-eniq__door-list span{
  width:8px;height:8px;border-radius:50%;background:#55657a;
}
body.page-dom-mcm .dom-eniq__door-list span.is-on{
  background:var(--dm-gold);
  box-shadow:0 0 0 5px rgba(241,182,54,.08);
}
body.page-dom-mcm .dom-eniq__door-list strong{color:#e8edf4;font-size:.76rem}
body.page-dom-mcm .dom-eniq__door-list small{color:#7f90a5;font-size:.59rem}
body.page-dom-mcm .dom-eniq__status{
  padding:20px 22px;
  background:rgba(241,182,54,.08);
}
body.page-dom-mcm .dom-eniq__status span,
body.page-dom-mcm .dom-eniq__status strong{display:block}
body.page-dom-mcm .dom-eniq__status span{color:var(--dm-gold);font-size:.55rem;font-weight:900}
body.page-dom-mcm .dom-eniq__status strong{margin-top:4px;color:#fff;font-size:.84rem}
body.page-dom-mcm .dom-eniq__copy>p{
  color:var(--dm-muted);
  line-height:1.72;
}
body.page-dom-mcm .dom-eniq__features{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:28px 0;
}
body.page-dom-mcm .dom-eniq__features div{
  padding:17px;
  border:1px solid var(--dm-line);
  border-radius:10px;
  background:#fff;
}
body.page-dom-mcm .dom-eniq__features span{
  color:#9b6b00;
  font-size:.57rem;
  font-weight:900;
}
body.page-dom-mcm .dom-eniq__features strong,
body.page-dom-mcm .dom-eniq__features small{display:block}
body.page-dom-mcm .dom-eniq__features strong{
  margin-top:9px;
  color:var(--dm-navy);
  font-size:.8rem;
}
body.page-dom-mcm .dom-eniq__features small{
  margin-top:6px;
  color:var(--dm-muted);
  font-size:.66rem;
  line-height:1.5;
}

/* SECTORS */
body.page-dom-mcm .dom-sectors{
  padding:90px 0;
  background:#fff;
}
body.page-dom-mcm .dom-sectors__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
body.page-dom-mcm .dom-sectors article{
  overflow:hidden;
  border:1px solid var(--dm-line);
  border-radius:16px;
  background:#fff;
}
body.page-dom-mcm .dom-sectors img{
  width:100%;
  height:235px;
  object-fit:cover;
}
body.page-dom-mcm .dom-sectors article>div{
  padding:24px;
}
body.page-dom-mcm .dom-sectors article span{
  color:#9b6b00;
  font-size:.59rem;
  font-weight:900;
  letter-spacing:.1em;
}
body.page-dom-mcm .dom-sectors h3{
  margin:9px 0 8px;
  color:var(--dm-navy);
  font-size:1.12rem;
}
body.page-dom-mcm .dom-sectors p{
  margin:0 0 18px;
  color:var(--dm-muted);
  font-size:.75rem;
  line-height:1.6;
}
body.page-dom-mcm .dom-sectors a{
  color:#8e6200;
  font-size:.7rem;
  font-weight:800;
}

/* KEY CONTROL */
body.page-dom-mcm .dom-keycontrol{
  padding:88px 0;
  background:#f7f9fc;
}
body.page-dom-mcm .dom-keycontrol__layout{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:70px;
  align-items:center;
}
body.page-dom-mcm .dom-keycontrol__copy p{
  color:var(--dm-muted);
  line-height:1.72;
}
body.page-dom-mcm .dom-keycontrol__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:26px;
}
body.page-dom-mcm .dom-keycontrol__panel{
  border-top:1px solid #dbe2e9;
}
body.page-dom-mcm .dom-keycontrol__panel div{
  display:grid;
  grid-template-columns:50px 1fr;
  gap:8px 16px;
  min-height:92px;
  padding:18px 0;
  border-bottom:1px solid #dbe2e9;
}
body.page-dom-mcm .dom-keycontrol__panel span{
  grid-row:1/3;
  color:#9a6a00;
  font-size:.61rem;
  font-weight:900;
}
body.page-dom-mcm .dom-keycontrol__panel strong{
  color:var(--dm-navy);
  font-size:.88rem;
}
body.page-dom-mcm .dom-keycontrol__panel small{
  color:var(--dm-muted);
  font-size:.7rem;
}

/* STORE */
body.page-dom-mcm .dom-store{
  padding:90px 0;
  background:#fff;
}
body.page-dom-mcm .dom-store__layout{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  overflow:hidden;
  border:1px solid var(--dm-line);
  border-radius:22px;
  box-shadow:0 18px 46px rgba(15,23,42,.07);
}
body.page-dom-mcm .dom-store__main{
  padding:48px;
  background:
    radial-gradient(circle at 92% 0%,rgba(241,182,54,.13),transparent 30%),
    #fafbfd;
}
body.page-dom-mcm .dom-store__main address{
  margin-top:20px;
  color:#334155;
  font-style:normal;
  line-height:1.65;
}
body.page-dom-mcm .dom-store__hours{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:27px 0;
}
body.page-dom-mcm .dom-store__hours div{
  padding:16px;
  border:1px solid var(--dm-line);
  border-radius:10px;
  background:#fff;
}
body.page-dom-mcm .dom-store__hours span,
body.page-dom-mcm .dom-store__hours strong{display:block}
body.page-dom-mcm .dom-store__hours span{
  color:#7a8797;
  font-size:.59rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.page-dom-mcm .dom-store__hours strong{
  margin-top:5px;
  color:var(--dm-navy);
  font-size:.86rem;
}
body.page-dom-mcm .dom-store__actions{display:flex;gap:10px;flex-wrap:wrap}
body.page-dom-mcm .dom-store__aside{
  padding:48px;
  background:var(--dm-navy);
  color:#fff;
}
body.page-dom-mcm .dom-store__aside>span{
  color:var(--dm-gold);
  font-size:.62rem;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
body.page-dom-mcm .dom-store__aside h3{
  margin:10px 0 12px;
  font-size:1.8rem;
  line-height:1.08;
}
body.page-dom-mcm .dom-store__aside p{
  color:#b8c4d2;
  font-size:.78rem;
}
body.page-dom-mcm .dom-store__aside ul{
  margin:20px 0 0;
  padding-left:19px;
  color:#d7dee8;
  font-size:.72rem;
}
body.page-dom-mcm .dom-store__aside li+li{margin-top:8px}

/* STRATEGY */
body.page-dom-mcm .dom-strategy{
  padding:88px 0;
  background:
    radial-gradient(circle at 15% 20%,rgba(241,182,54,.10),transparent 23%),
    linear-gradient(145deg,#0a0f1d,#0f172a 65%,#172641);
}
body.page-dom-mcm .dom-section-head--light h2{color:#fff}
body.page-dom-mcm .dom-section-head--light p{color:#aebbd0}
body.page-dom-mcm .dom-strategy__grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:10px;
}
body.page-dom-mcm .dom-strategy__grid a{
  min-height:190px;
  padding:22px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:13px;
  background:rgba(255,255,255,.035);
}
body.page-dom-mcm .dom-strategy__grid span,
body.page-dom-mcm .dom-strategy__grid strong,
body.page-dom-mcm .dom-strategy__grid small{display:block}
body.page-dom-mcm .dom-strategy__grid span{
  color:var(--dm-gold);
  font-size:.52rem;
  font-weight:900;
  letter-spacing:.08em;
}
body.page-dom-mcm .dom-strategy__grid strong{
  margin-top:32px;
  color:#fff;
  font-size:.9rem;
}
body.page-dom-mcm .dom-strategy__grid small{
  margin-top:8px;
  color:#9dabbc;
  font-size:.63rem;
  line-height:1.45;
}

/* FAQ */
body.page-dom-mcm .dom-faq{
  padding:88px 0;
  background:#fff;
}
body.page-dom-mcm .dom-faq__list{
  max-width:980px;
  margin:0 auto;
  border-top:1px solid var(--dm-line);
}
body.page-dom-mcm .dom-faq details{border-bottom:1px solid var(--dm-line)}
body.page-dom-mcm .dom-faq summary{
  position:relative;
  padding:22px 48px 22px 0;
  cursor:pointer;
  list-style:none;
  color:var(--dm-navy);
  font-weight:800;
}
body.page-dom-mcm .dom-faq summary::-webkit-details-marker{display:none}
body.page-dom-mcm .dom-faq summary::after{
  content:"+";
  position:absolute;
  right:8px;top:17px;
  color:#9b6b00;
  font-size:1.35rem;
}
body.page-dom-mcm .dom-faq details[open] summary::after{content:"−"}
body.page-dom-mcm .dom-faq details p{
  max-width:840px;
  margin:-3px 0 22px;
  color:var(--dm-muted);
  font-size:.8rem;
  line-height:1.65;
}

/* FINAL */
body.page-dom-mcm .dom-final{
  padding:64px 0;
  background:#fff7df;
  border-top:1px solid #f0d37c;
}
body.page-dom-mcm .dom-final__layout{
  display:grid;
  grid-template-columns:1fr auto;
  gap:50px;
  align-items:center;
}
body.page-dom-mcm .dom-final span{
  color:#855d00;
  font-size:.64rem;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
body.page-dom-mcm .dom-final p{
  max-width:760px;
  color:#665c49;
}
body.page-dom-mcm .dom-final__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* responsive */
@media(max-width:1100px){
  body.page-dom-mcm .dom-hero__layout{grid-template-columns:1fr .9fr;gap:40px}
  body.page-dom-mcm .dom-strategy__grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:920px){
  body.page-dom-mcm .dom-hero{min-height:auto;padding:72px 0 66px}
  body.page-dom-mcm .dom-hero__layout,
  body.page-dom-mcm .dom-continuum__layout,
  body.page-dom-mcm .dom-eniq__layout,
  body.page-dom-mcm .dom-keycontrol__layout,
  body.page-dom-mcm .dom-store__layout,
  body.page-dom-mcm .dom-final__layout{grid-template-columns:1fr}
  body.page-dom-mcm .dom-system{min-height:480px;margin-top:8px}
  body.page-dom-mcm .dom-pillars__grid{grid-template-columns:1fr 1fr}
  body.page-dom-mcm .dom-brands__grid{grid-template-columns:1fr}
  body.page-dom-mcm .dom-sectors__grid{grid-template-columns:1fr}
  body.page-dom-mcm .dom-sectors img{height:auto;aspect-ratio:16/9}
}
@media(max-width:700px){
  body.page-dom-mcm .dom-hero h1{font-size:clamp(2.7rem,12vw,4rem)}
  body.page-dom-mcm .dom-hero__facts{grid-template-columns:1fr}
  body.page-dom-mcm .dom-hero__facts div{padding:10px 0}
  body.page-dom-mcm .dom-hero__facts div+div{padding-left:0;border-left:0;border-top:1px solid rgba(255,255,255,.08)}
  body.page-dom-mcm .dom-system{min-height:570px}
  body.page-dom-mcm .dom-system__node--1{left:18px;top:38px}
  body.page-dom-mcm .dom-system__node--2{right:18px;top:136px}
  body.page-dom-mcm .dom-system__node--3{left:18px;bottom:126px}
  body.page-dom-mcm .dom-system__node--4{right:18px;bottom:34px}
  body.page-dom-mcm .dom-pillars__grid{grid-template-columns:1fr}
  body.page-dom-mcm .dom-continuum__steps article{grid-template-columns:40px 1fr;gap:7px 12px;padding:15px 0}
  body.page-dom-mcm .dom-continuum__steps small{grid-column:2}
  body.page-dom-mcm .dom-eniq__features{grid-template-columns:1fr}
  body.page-dom-mcm .dom-store__main,
  body.page-dom-mcm .dom-store__aside{padding:30px 24px}
  body.page-dom-mcm .dom-store__hours{grid-template-columns:1fr}
  body.page-dom-mcm .dom-strategy__grid{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  body.page-dom-mcm *{scroll-behavior:auto!important}
}
