/* Magnet Studio M12 / homepage M16 — mature product entrance. */

:root {
  --m16-ink: #101a38;
  --m16-copy: #5c667d;
  --m16-blue: #3158ff;
  --m16-blue-dark: #233cc2;
  --m16-pink: #ea3ba8;
  --m16-bg: #f4f6f9;
  --m16-card: #ffffff;
  --m16-soft: #e9edf5;
  --m16-line: rgba(20, 33, 70, .10);
  --m16-shadow: 0 28px 80px rgba(31, 45, 83, .11);
}

body:has(.m16-home) {
  background:
    radial-gradient(circle at 4% 2%, rgba(49,88,255,.065), transparent 27%),
    radial-gradient(circle at 96% 9%, rgba(234,59,168,.045), transparent 25%),
    var(--m16-bg);
}

body:has(.m16-home) .ms-header {
  width: min(1390px, calc(100vw - 32px));
  min-height: 70px;
  margin: 12px auto 0;
  padding: 9px 12px 9px 18px;
  top: 10px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 22px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 12px 38px rgba(29,42,78,.085);
  backdrop-filter: blur(26px) saturate(155%);
  -webkit-backdrop-filter: blur(26px) saturate(155%);
}

body:has(.m16-home) .ms-nav { gap: clamp(5px, 1vw, 15px); }
body:has(.m16-home) .ms-nav a { font-weight: 620; }
body:has(.m16-home) .ms-account-link { background: transparent; }
body:has(.m16-home) .ms-button--small { min-width: 166px; }

.m16-home { padding: 0 0 38px; color: var(--m16-ink); }
.m16-home .ms-container { width: min(1360px, calc(100vw - 40px)); }
.m16-home img { display: block; }
.m16-home h1,
.m16-home h2,
.m16-home h3 { text-wrap: balance; }

.m16-eyebrow,
.m16-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--m16-blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.m16-eyebrow svg { width: 16px; height: 16px; }

/* Hero */
.m16-hero {
  min-height: 682px;
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(440px,.88fr) minmax(590px,1.12fr);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--m16-shadow);
}

.m16-hero__copy {
  padding: clamp(54px,5.4vw,82px) clamp(42px,5vw,76px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.m16-hero__copy::after {
  content: '';
  width: 230px;
  height: 230px;
  position: absolute;
  left: -105px;
  bottom: -130px;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(49,88,255,.13),transparent 70%);
  pointer-events: none;
}

.m16-hero h1 {
  max-width: 760px;
  margin: 19px 0 0;
  color: var(--m16-ink);
  font-size: clamp(56px,5.2vw,82px);
  font-weight: 820;
  line-height: .96;
  letter-spacing: -.058em;
}

.m16-hero h1 em {
  color: var(--m16-blue);
  font-style: normal;
}

.m16-hero__copy > p {
  max-width: 570px;
  margin: 25px 0 0;
  color: var(--m16-copy);
  font-size: 16px;
  line-height: 1.72;
}

.m16-actions {
  margin-top: 31px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.m16-primary { min-height: 54px; padding-inline: 21px; }
.m16-primary > svg:last-child { width: 17px; transition: transform .2s ease; }
.m16-primary:hover > svg:last-child { transform: translateX(3px); }

.m16-text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--m16-ink);
  font-size: 13px;
  font-weight: 800;
}

.m16-text-link span { border-bottom: 1px solid rgba(16,26,56,.22); }
.m16-text-link svg { width: 16px; height: 16px; color: var(--m16-blue); transition: transform .2s ease; }
.m16-text-link:hover svg { transform: translateX(3px); }

.m16-hero__micro {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 17px;
  color: #68738b;
  font-size: 10.5px;
  font-weight: 720;
}

.m16-hero__micro span { display: inline-flex; align-items: center; gap: 6px; }
.m16-hero__micro svg { width: 14px; height: 14px; color: #20a979; }

.m16-hero__stage {
  min-height: 682px;
  position: relative;
  overflow: hidden;
  background: #d9e0ed;
}

.m16-hero__lifestyle {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1.012);
}

.m16-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,rgba(12,23,56,.08),transparent 35%),
    linear-gradient(180deg,transparent 52%,rgba(11,22,52,.35));
}

.m16-hero__badge {
  padding: 9px 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 999px;
  color: #243255;
  background: rgba(255,255,255,.83);
  box-shadow: 0 10px 28px rgba(22,34,68,.12);
  backdrop-filter: blur(18px) saturate(140%);
  font-size: 9px;
  font-weight: 820;
}

.m16-hero__badge svg { width: 15px; height: 15px; color: #20a979; }

.m16-hero__studio-card {
  width: min(355px,calc(100% - 48px));
  padding: 14px;
  position: absolute;
  left: 25px;
  bottom: 25px;
  z-index: 3;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 24px;
  background: rgba(252,253,255,.89);
  box-shadow: 0 24px 58px rgba(13,25,58,.24), inset 0 1px 0 rgba(255,255,255,.94);
  backdrop-filter: blur(26px) saturate(150%);
  -webkit-backdrop-filter: blur(26px) saturate(150%);
}

.m16-hero__studio-card header { padding: 3px 3px 11px; display: grid; gap: 4px; }
.m16-hero__studio-card header span { display: inline-flex; align-items: center; gap: 6px; color: var(--m16-blue); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.m16-hero__studio-card header svg { width: 14px; }
.m16-hero__studio-card header b { font-size: 15px; letter-spacing: -.025em; }
.m16-hero__studio-card > div { min-height: 205px; display: grid; place-items: center; border-radius: 17px; background: radial-gradient(circle at 50% 44%,#fff,#e9edf6 70%); overflow: hidden; }
.m16-hero__studio-card > div img { width: 78%; max-height: 195px; object-fit: contain; filter: drop-shadow(0 15px 14px rgba(26,39,74,.20)); }
.m16-hero__studio-card footer { padding: 11px 3px 2px; display: flex; justify-content: space-between; gap: 9px; color: #667188; font-size: 8px; font-weight: 780; }
.m16-hero__studio-card footer span { display: inline-flex; align-items: center; gap: 4px; }
.m16-hero__studio-card footer svg { width: 12px; height: 12px; color: #20a979; }

/* Trust rail */
.m16-trust {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  overflow: hidden;
  border: 1px solid var(--m16-line);
  border-radius: 20px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 12px 32px rgba(31,45,83,.055);
}

.m16-trust article { min-height: 82px; padding: 17px 20px; display: flex; align-items: center; gap: 12px; border-right: 1px solid var(--m16-line); }
.m16-trust article:last-child { border-right: 0; }
.m16-trust article > span { width: 37px; height: 37px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 12px; color: var(--m16-blue); background: #edf1ff; }
.m16-trust svg { width: 18px; height: 18px; }
.m16-trust article > div { min-width: 0; display: grid; gap: 3px; }
.m16-trust b { font-size: 11px; }
.m16-trust small { color: #7b8498; font-size: 8.5px; line-height: 1.35; }

/* Intro */
.m16-manifesto {
  padding: 118px 34px 102px;
  display: grid;
  grid-template-columns: minmax(0,1.12fr) minmax(390px,.88fr);
  gap: clamp(60px,8vw,128px);
  align-items: end;
}

.m16-manifesto h2,
.m16-section-head h2,
.m16-studio-story h2,
.m16-sheet-story h2,
.m16-production h2,
.m16-final h2 {
  margin: 13px 0 0;
  font-size: clamp(40px,4.3vw,65px);
  font-weight: 810;
  line-height: 1.02;
  letter-spacing: -.048em;
}

.m16-manifesto > div:last-child { padding-bottom: 3px; }
.m16-manifesto p { margin: 0; color: var(--m16-copy); font-size: 15px; line-height: 1.78; }
.m16-manifesto p + p { margin-top: 15px; }

/* Section heading */
.m16-section-head {
  margin-bottom: 34px;
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(340px,.8fr);
  gap: 55px;
  align-items: end;
}

.m16-section-head h2 { max-width: 860px; }
.m16-section-head > p { max-width: 520px; margin: 0 0 5px; color: var(--m16-copy); font-size: 14px; line-height: 1.7; }

/* Smart Cut */
.m16-smartcut {
  padding: clamp(38px,5vw,68px);
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(31,45,83,.08);
}

.m16-smartcut__steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.m16-smartcut__steps article { min-width: 0; padding: 13px; position: relative; border: 1px solid var(--m16-line); border-radius: 22px; background: #f9fafc; }
.m16-step-number { width: 34px; height: 34px; display: grid; place-items: center; position: absolute; top: 24px; left: 24px; z-index: 3; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; color: #fff; background: rgba(14,26,58,.82); box-shadow: 0 8px 20px rgba(20,32,65,.16); backdrop-filter: blur(10px); font-size: 9px; font-weight: 900; }
.m16-smartcut__image { min-height: 315px; display: grid; place-items: center; overflow: hidden; border-radius: 15px; }
.m16-smartcut__image img { width: 100%; height: 315px; object-fit: cover; }
.m16-smartcut__steps article.is-cutout .m16-smartcut__image { background-color: #f0f2f6; background-image: linear-gradient(45deg,#e1e4eb 25%,transparent 25%),linear-gradient(-45deg,#e1e4eb 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#e1e4eb 75%),linear-gradient(-45deg,transparent 75%,#e1e4eb 75%); background-size: 24px 24px; background-position: 0 0,0 12px,12px -12px,-12px 0; }
.m16-smartcut__steps article.is-cutout .m16-smartcut__image img,
.m16-smartcut__steps article.is-finished .m16-smartcut__image img { width: 78%; height: 285px; object-fit: contain; filter: drop-shadow(0 14px 14px rgba(30,42,76,.15)); }
.m16-smartcut__steps article.is-finished .m16-smartcut__image { background: radial-gradient(circle at 50% 42%,#fff,#e8edf6 72%); }
.m16-smartcut__steps article > div:last-child { padding: 17px 7px 8px; }
.m16-smartcut__steps b { font-size: 16px; letter-spacing: -.025em; }
.m16-smartcut__steps p { margin: 8px 0 0; color: var(--m16-copy); font-size: 11px; line-height: 1.55; }

.m16-smartcut__promise {
  margin-top: 17px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 14px;
  border-radius: 18px;
  color: #3d4964;
  background: #eef8f4;
}
.m16-smartcut__promise > svg { width: 23px; height: 23px; color: #18a575; }
.m16-smartcut__promise > div { display: grid; gap: 3px; }
.m16-smartcut__promise b { font-size: 11px; }
.m16-smartcut__promise span { color: #6d7d77; font-size: 9px; }
.m16-smartcut__promise a { display: inline-flex; align-items: center; gap: 7px; color: #167b5b; font-size: 10px; font-weight: 850; }
.m16-smartcut__promise a svg { width: 15px; }

/* Products */
.m16-products { padding-top: 118px; }
.m16-products__grid { display: grid; grid-template-columns: 1.12fr .88fr .88fr; grid-template-rows: repeat(2,minmax(300px,auto)); gap: 16px; }
.m16-products__grid > article { min-width: 0; padding: 14px; display: grid; grid-template-rows: minmax(190px,1fr) auto; overflow: hidden; border: 1px solid rgba(255,255,255,.82); border-radius: 26px; background: #fff; box-shadow: 0 18px 52px rgba(31,45,83,.075); transition: transform .25s ease, box-shadow .25s ease; }
.m16-products__grid > article:hover { transform: translateY(-4px); box-shadow: 0 25px 62px rgba(31,45,83,.12); }
.m16-products__grid > article.is-featured { grid-row: 1 / 3; }
.m16-products__grid > article.is-business { grid-column: 2 / 4; grid-template-columns: 1.05fr .95fr; grid-template-rows: 1fr; align-items: stretch; }
.m16-product__visual { min-height: 220px; display: grid; place-items: center; position: relative; overflow: hidden; border-radius: 17px; background: linear-gradient(145deg,#e8edfb,#f7f2e9); }
.m16-products__grid .is-featured .m16-product__visual { min-height: 430px; }
.m16-products__grid .is-business .m16-product__visual { min-height: 270px; }
.m16-product__visual img { width: 84%; height: 100%; max-height: 420px; object-fit: contain; transition: transform .35s ease; }
.m16-products__grid > article:hover .m16-product__visual img { transform: scale(1.025); }
.m16-product__visual > span { padding: 7px 9px; display: inline-flex; align-items: center; gap: 6px; position: absolute; left: 12px; bottom: 12px; border: 1px solid rgba(255,255,255,.76); border-radius: 999px; color: #35425f; background: rgba(255,255,255,.82); backdrop-filter: blur(13px); font-size: 8px; font-weight: 820; }
.m16-product__visual > span svg { width: 13px; height: 13px; color: var(--m16-blue); }
.m16-product__copy { padding: 21px 8px 9px; }
.m16-products__grid .is-business .m16-product__copy { padding: 30px 27px; display: flex; flex-direction: column; justify-content: center; }
.m16-product__copy > small { color: var(--m16-blue); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.m16-product__copy h3 { margin: 9px 0 0; font-size: clamp(22px,2.2vw,32px); line-height: 1.06; letter-spacing: -.035em; }
.m16-product__copy p { margin: 11px 0 0; color: var(--m16-copy); font-size: 11px; line-height: 1.58; }
.m16-product__copy a { margin-top: 20px; display: inline-flex; align-items: center; gap: 7px; color: var(--m16-blue); font-size: 10px; font-weight: 850; }
.m16-product__copy a svg { width: 14px; transition: transform .2s ease; }
.m16-product__copy a:hover svg { transform: translateX(3px); }
.m16-products__grid .is-photo .m16-product__visual { background: linear-gradient(145deg,#f2e6e7,#f7f2ed); }
.m16-products__grid .is-sheet .m16-product__visual { background: linear-gradient(145deg,#e2e9fb,#f2f4fa); }
.m16-products__grid .is-business .m16-product__visual { background: linear-gradient(145deg,#e4ebf9,#edf2f9); }

/* Editor story */
.m16-studio-story {
  margin-top: 118px;
  padding: clamp(36px,5vw,70px);
  display: grid;
  grid-template-columns: minmax(350px,.72fr) minmax(620px,1.28fr);
  gap: clamp(42px,6vw,82px);
  align-items: center;
  overflow: hidden;
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 8% 8%,rgba(84,111,255,.36),transparent 29%),
    linear-gradient(145deg,#111c40,#182754 68%,#24366d);
  box-shadow: 0 30px 80px rgba(15,27,61,.20);
}
.m16-studio-story .m16-section-label { color: #9eb0ff; }
.m16-studio-story h2 { color: #fff; }
.m16-studio-story__copy > p { max-width: 520px; margin: 20px 0 0; color: #bcc5d8; font-size: 14px; line-height: 1.72; }
.m16-studio-story ul { margin: 24px 0 28px; padding: 0; display: grid; gap: 10px; list-style: none; }
.m16-studio-story li { display: flex; align-items: center; gap: 9px; color: #d7ddec; font-size: 11px; font-weight: 670; }
.m16-studio-story li svg { width: 16px; color: #6ee0b5; }
.m16-studio-story .ms-button { width: fit-content; background: #fff; color: var(--m16-blue-dark); box-shadow: 0 16px 34px rgba(4,11,31,.23); }

.m16-editor-window { min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.26); border-radius: 23px; background: #eef2f8; box-shadow: 0 28px 60px rgba(3,10,29,.32); transform: rotate(1deg); }
.m16-editor-window > header { min-height: 50px; padding: 9px 13px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; color: #293650; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(30,44,82,.08); }
.m16-window-dots { display: flex; gap: 5px; }
.m16-window-dots i { width: 8px; height: 8px; border-radius: 50%; background: #ff6d63; }
.m16-window-dots i:nth-child(2) { background: #ffc74b; }
.m16-window-dots i:nth-child(3) { background: #36c98a; }
.m16-editor-window > header b { font-size: 10px; }
.m16-editor-window > header em { display: inline-flex; align-items: center; gap: 5px; color: #388c70; font-size: 7.5px; font-style: normal; font-weight: 800; }
.m16-editor-window > header em svg { width: 11px; }
.m16-editor-window__body { min-height: 470px; padding: 10px; display: grid; grid-template-columns: 58px minmax(0,1fr) 195px; gap: 9px; }
.m16-editor-window__body > nav { padding: 7px 5px; display: grid; align-content: start; gap: 6px; border-radius: 15px; background: rgba(255,255,255,.94); }
.m16-editor-window__body > nav span { min-height: 68px; display: grid; place-items: center; align-content: center; gap: 3px; position: relative; border-radius: 12px; color: #778198; }
.m16-editor-window__body > nav span.is-active { color: var(--m16-blue); background: #edf1ff; }
.m16-editor-window__body > nav span > i { width: 15px; height: 15px; position: absolute; top: 4px; right: 4px; display: grid; place-items: center; border-radius: 50%; color: #8992a5; background: #edf0f5; font-size: 6px; font-style: normal; font-weight: 900; }
.m16-editor-window__body > nav span.is-complete > i { color: #fff; background: #20b783; }
.m16-editor-window__body > nav span > i svg { width: 8px; }
.m16-editor-window__body > nav span > svg { width: 17px; }
.m16-editor-window__body > nav small { font-size: 6.5px; font-weight: 850; }
.m16-editor-canvas { min-width: 0; display: grid; place-items: center; position: relative; overflow: hidden; border-radius: 16px; background-color: #f8faff; background-image: linear-gradient(rgba(73,91,145,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(73,91,145,.06) 1px,transparent 1px); background-size: 18px 18px; }
.m16-editor-safe { width: 75%; aspect-ratio: 1; position: absolute; border: 1.5px dashed rgba(49,88,255,.25); border-radius: 50%; }
.m16-editor-canvas img { width: 61%; max-height: 350px; position: relative; z-index: 2; object-fit: contain; filter: drop-shadow(0 18px 17px rgba(34,48,85,.20)); }
.m16-editor-canvas em { padding: 6px 8px; position: absolute; right: 10px; bottom: 10px; border-radius: 999px; color: var(--m16-blue); background: rgba(255,255,255,.9); box-shadow: 0 5px 14px rgba(34,48,85,.08); font-size: 6.5px; font-style: normal; font-weight: 850; }
.m16-editor-window__body > aside { padding: 18px 14px; border-radius: 16px; color: #293550; background: rgba(255,255,255,.96); }
.m16-editor-window__body > aside > small { color: var(--m16-blue); font-size: 6.5px; font-weight: 900; letter-spacing: .11em; }
.m16-editor-window__body > aside h3 { margin: 8px 0 0; font-size: 19px; letter-spacing: -.04em; }
.m16-editor-window__body > aside > p { margin: 8px 0 0; color: #7c8598; font-size: 7px; line-height: 1.5; }
.m16-editor-choice { margin-top: 18px; display: grid; gap: 8px; }
.m16-editor-choice > span { padding: 10px; display: grid; gap: 2px; border: 1px solid rgba(30,44,82,.09); border-radius: 11px; background: #f8f9fc; }
.m16-editor-choice b { font-size: 9px; }
.m16-editor-choice small { color: #8991a3; font-size: 6.5px; }
.m16-editor-next { margin-top: 16px; min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 5px; border-radius: 11px; color: #fff; background: linear-gradient(100deg,var(--m16-blue),#7950ef); font-size: 7.5px; font-weight: 850; }
.m16-editor-next svg { width: 12px; }

/* Sheet story */
.m16-sheet-story {
  padding: 118px 30px;
  display: grid;
  grid-template-columns: minmax(520px,1.05fr) minmax(410px,.95fr);
  gap: clamp(55px,8vw,120px);
  align-items: center;
}
.m16-sheet-story__visual { min-height: 520px; display: grid; place-items: center; position: relative; overflow: hidden; border-radius: 30px; background: linear-gradient(145deg,#e4eaf7,#f6f1e8); }
.m16-sheet-story__visual::before { content: ''; width: 80%; aspect-ratio: 1; position: absolute; border: 1px solid rgba(49,88,255,.10); border-radius: 50%; box-shadow: 0 0 0 40px rgba(49,88,255,.025),0 0 0 80px rgba(49,88,255,.015); }
.m16-sheet-story__visual img { width: 82%; max-height: 470px; position: relative; z-index: 2; object-fit: contain; filter: drop-shadow(17px 22px 0 #7183a5) drop-shadow(0 28px 28px rgba(32,46,82,.18)); transform: rotate(-2deg); }
.m16-sheet-story__visual > span { padding: 8px 11px; display: inline-flex; align-items: center; gap: 6px; position: absolute; left: 18px; bottom: 18px; z-index: 3; border-radius: 999px; color: var(--m16-blue); background: rgba(255,255,255,.88); box-shadow: 0 8px 22px rgba(31,45,83,.10); font-size: 8px; font-weight: 850; }
.m16-sheet-story__visual > span svg { width: 14px; }
.m16-sheet-story__copy > p { max-width: 540px; margin: 20px 0 0; color: var(--m16-copy); font-size: 14px; line-height: 1.72; }
.m16-sheet-facts { margin: 27px 0 25px; display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid var(--m16-line); border-radius: 16px; background: rgba(255,255,255,.68); }
.m16-sheet-facts span { min-height: 78px; padding: 15px; display: grid; align-content: center; gap: 4px; border-right: 1px solid var(--m16-line); }
.m16-sheet-facts span:last-child { border-right: 0; }
.m16-sheet-facts b { font-size: 11px; }
.m16-sheet-facts small { color: #7e8799; font-size: 7.5px; line-height: 1.35; }

/* Production */
.m16-production {
  min-height: 570px;
  padding: clamp(44px,6vw,80px);
  display: grid;
  grid-template-columns: minmax(400px,.8fr) minmax(480px,1.2fr);
  gap: 45px;
  align-items: center;
  overflow: hidden;
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%,rgba(99,118,255,.32),transparent 35%),
    linear-gradient(135deg,#0e1838,#172654 68%,#263873);
  box-shadow: 0 30px 80px rgba(15,27,61,.20);
}
.m16-production .m16-section-label { color: #a8b7ff; }
.m16-production h2 { color: #fff; }
.m16-production__copy > p { max-width: 580px; margin: 21px 0 0; color: #bdc6da; font-size: 14px; line-height: 1.74; }
.m16-production__points { margin-top: 27px; display: grid; gap: 10px; }
.m16-production__points span { display: flex; align-items: center; gap: 9px; color: #d7deed; font-size: 10.5px; font-weight: 700; }
.m16-production__points svg { width: 17px; color: #6de0b4; }
.m16-production__art { min-height: 430px; display: grid; place-items: center; position: relative; }
.m16-production__art::before { content: ''; width: 80%; aspect-ratio: 1; position: absolute; border: 1px solid rgba(255,255,255,.10); border-radius: 50%; box-shadow: 0 0 0 34px rgba(255,255,255,.025),0 0 0 68px rgba(255,255,255,.015); }
.m16-production__art img { width: 96%; max-height: 470px; position: relative; z-index: 2; object-fit: contain; filter: drop-shadow(0 28px 25px rgba(2,8,24,.32)); }

/* Final CTA */
.m16-final {
  margin-top: 18px;
  padding: 46px 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 58px rgba(31,45,83,.075);
}
.m16-final h2 { max-width: 820px; font-size: clamp(34px,3.5vw,52px); }
.m16-final p { margin: 11px 0 0; color: var(--m16-copy); font-size: 13px; }
.m16-final .ms-button { flex: 0 0 auto; }

/* Responsive */
@media (max-width: 1180px) {
  body:has(.m16-home) .ms-account-link { display: none; }
  .m16-hero { grid-template-columns: minmax(390px,.9fr) minmax(500px,1.1fr); }
  .m16-hero__copy { padding-inline: 45px; }
  .m16-studio-story { grid-template-columns: .8fr 1.2fr; }
  .m16-editor-window__body { grid-template-columns: 52px minmax(0,1fr) 170px; }
}

@media (max-width: 980px) {
  body:has(.m16-home) .ms-header { width: calc(100vw - 20px); margin-top: 8px; }
  .m16-home .ms-container { width: min(100% - 24px,820px); }
  .m16-hero { min-height: 0; grid-template-columns: 1fr; }
  .m16-hero__copy { padding: 58px 46px; }
  .m16-hero__stage { min-height: 560px; }
  .m16-trust { grid-template-columns: repeat(2,1fr); }
  .m16-trust article:nth-child(2) { border-right: 0; }
  .m16-trust article:nth-child(-n+2) { border-bottom: 1px solid var(--m16-line); }
  .m16-manifesto { padding: 95px 20px 80px; grid-template-columns: 1fr; gap: 30px; }
  .m16-section-head { grid-template-columns: 1fr; gap: 17px; }
  .m16-section-head > p { max-width: 680px; }
  .m16-smartcut__steps { grid-template-columns: 1fr; }
  .m16-smartcut__steps article { display: grid; grid-template-columns: minmax(260px,.8fr) minmax(230px,1.2fr); align-items: center; }
  .m16-smartcut__steps article > div:last-child { padding: 25px; }
  .m16-products__grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .m16-products__grid > article.is-featured { grid-row: auto; }
  .m16-products__grid > article.is-business { grid-column: 1 / 3; }
  .m16-products__grid .is-featured .m16-product__visual { min-height: 300px; }
  .m16-studio-story { grid-template-columns: 1fr; }
  .m16-studio-story__copy { max-width: 680px; }
  .m16-sheet-story { padding: 95px 20px; grid-template-columns: 1fr; gap: 55px; }
  .m16-sheet-story__visual { min-height: 480px; }
  .m16-production { grid-template-columns: 1fr; }
  .m16-production__copy { max-width: 680px; }
  .m16-production__art { min-height: 350px; }
  .m16-final { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
  body:has(.m16-home) .ms-header { border-radius: 18px; }
  body:has(.m16-home) .ms-button--small { display: none; }
  .m16-home .ms-container { width: calc(100% - 16px); }
  .m16-hero { margin-top: 9px; border-radius: 25px; }
  .m16-hero__copy { padding: 42px 24px 44px; }
  .m16-hero h1 { font-size: clamp(45px,13vw,61px); }
  .m16-hero__copy > p { font-size: 14px; line-height: 1.65; }
  .m16-actions { align-items: stretch; flex-direction: column; }
  .m16-actions .ms-button { width: 100%; }
  .m16-text-link { width: fit-content; }
  .m16-hero__micro { display: grid; grid-template-columns: 1fr 1fr; }
  .m16-hero__stage { min-height: 480px; }
  .m16-hero__lifestyle { object-position: 61% center; }
  .m16-hero__badge { top: 14px; right: 14px; }
  .m16-hero__studio-card { width: calc(100% - 28px); left: 14px; bottom: 14px; }
  .m16-hero__studio-card > div { min-height: 185px; }
  .m16-trust { grid-template-columns: 1fr; border-radius: 18px; }
  .m16-trust article { min-height: 72px; border-right: 0; border-bottom: 1px solid var(--m16-line); }
  .m16-trust article:nth-child(2) { border-right: 0; }
  .m16-trust article:nth-child(-n+2) { border-bottom: 1px solid var(--m16-line); }
  .m16-trust article:last-child { border-bottom: 0; }
  .m16-manifesto { padding: 78px 16px 65px; }
  .m16-manifesto h2,
  .m16-section-head h2,
  .m16-studio-story h2,
  .m16-sheet-story h2,
  .m16-production h2 { font-size: 39px; }
  .m16-smartcut { padding: 22px 14px; border-radius: 24px; }
  .m16-smartcut__steps article { display: block; }
  .m16-smartcut__image { min-height: 270px; }
  .m16-smartcut__image img { height: 270px; }
  .m16-smartcut__steps article.is-cutout .m16-smartcut__image img,
  .m16-smartcut__steps article.is-finished .m16-smartcut__image img { height: 250px; }
  .m16-smartcut__promise { grid-template-columns: auto 1fr; }
  .m16-smartcut__promise a { grid-column: 1 / -1; padding-top: 8px; border-top: 1px solid rgba(28,124,91,.12); }
  .m16-products { padding-top: 80px; }
  .m16-products__grid { grid-template-columns: 1fr; }
  .m16-products__grid > article.is-business { grid-column: auto; grid-template-columns: 1fr; }
  .m16-products__grid .is-business .m16-product__copy { padding: 22px 9px 10px; }
  .m16-products__grid .is-featured .m16-product__visual,
  .m16-products__grid .is-business .m16-product__visual { min-height: 270px; }
  .m16-studio-story { margin-top: 82px; padding: 38px 18px 22px; border-radius: 25px; }
  .m16-studio-story .ms-button { width: 100%; }
  .m16-editor-window { transform: none; }
  .m16-editor-window__body { min-height: 390px; grid-template-columns: 43px minmax(0,1fr); }
  .m16-editor-window__body > aside { display: none; }
  .m16-editor-window__body > nav span { min-height: 58px; }
  .m16-editor-canvas img { width: 70%; }
  .m16-sheet-story { padding: 82px 16px; }
  .m16-sheet-story__visual { min-height: 370px; border-radius: 24px; }
  .m16-sheet-story__visual img { width: 82%; filter: drop-shadow(10px 13px 0 #7183a5) drop-shadow(0 20px 22px rgba(32,46,82,.16)); }
  .m16-sheet-facts { grid-template-columns: 1fr; }
  .m16-sheet-facts span { min-height: 65px; border-right: 0; border-bottom: 1px solid var(--m16-line); }
  .m16-sheet-facts span:last-child { border-bottom: 0; }
  .m16-production { min-height: 0; padding: 43px 24px 20px; border-radius: 25px; }
  .m16-production__art { min-height: 300px; }
  .m16-production__art img { width: 110%; }
  .m16-final { padding: 34px 25px; border-radius: 23px; }
  .m16-final h2 { font-size: 35px; }
  .m16-final .ms-button { width: 100%; }
}

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