.machines-new-block {
  --kmn-ink: #07192a;
  --kmn-orange: #ff5a19;
  box-sizing: border-box;
  padding: 42px 0 70px;
  color: var(--kmn-ink);
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 82% 8%, #fff 0, transparent 24%),
    linear-gradient(#f3f8fb 0%, #e5f0f5 70%, #d8e5eb 100%);
}
.machines-new-block *, .machines-new-block *::before, .machines-new-block *::after { box-sizing: border-box; }
.machines-new-block > .wrap {
  width: min(var(--max, 1550px), calc(100% - 72px));
  max-width: none;
  margin: 0 auto;
}
.machines-new-block .eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; color: var(--kmn-orange); font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.machines-new-block .eyebrow span { width: 30px; height: 3px; background: var(--kmn-orange); }
.machines-new-block h1 { max-width: 1100px; margin: 0 0 22px; color: var(--kmn-ink); font-size: clamp(34px,4.2vw,58px); line-height: 1.02; letter-spacing: -.035em; font-weight: 850; }
.machines-new-block .copy-grid { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(280px,.7fr); gap: 40px; }
.machines-new-block .description { color: #294d65; font-size: 17px; line-height: 1.48; }
.machines-new-block .description p { margin: 0 0 11px; }
.machines-new-block .accent-note { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; min-height: 230px; padding: 28px 30px 28px 34px; border: 0; border-radius: 4px 22px; color: #fff; background: linear-gradient(145deg,#123c57,#0c3049); box-shadow: 0 18px 40px rgba(16,47,68,.18); }
.machines-new-block .accent-note::after { content: ""; position: absolute; width: 150px; height: 150px; right: -70px; bottom: -70px; border: 22px solid rgba(255,255,255,.07); border-radius: 50%; }
.machines-new-block .accent-kicker { color: #ff8050; font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.machines-new-block .accent-note strong { margin-top: 10px; color: #fff; font-size: 28px; line-height: 1.15; text-transform: uppercase; }
.machines-new-block .accent-line { width: 58px; height: 4px; margin: 19px 0 14px; background: var(--kmn-orange); }
.machines-new-block .accent-note small { max-width: 280px; color: #d4e4ec; font-size: 13px; line-height: 1.4; }
.machines-new-block .feature-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 24px 0 18px; }
.machines-new-block .feature { display: flex; gap: 15px; min-height: 124px; padding: 21px 18px; border: 0; border-radius: 13px; color: #fff; box-shadow: 0 12px 25px rgba(15,56,80,.15); }
.machines-new-block .feature-orange { background: linear-gradient(135deg,#123c57,#0c3049); }
.machines-new-block .feature-blue { background: linear-gradient(135deg,#1481b3,#075078); }
.machines-new-block .feature-dark { background: linear-gradient(135deg,#1b3446,#071a29); }
.machines-new-block .feature-mark { flex: 0 0 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; font-size: 19px; font-weight: 900; }
.machines-new-block .feature h2 { margin: 0 0 8px; color: #fff; font-size: 16px; line-height: 1.14; text-transform: uppercase; }
.machines-new-block .feature p { margin: 0; color: rgba(255,255,255,.88); font-size: 12.5px; line-height: 1.35; }
.machines-new-block .gallery { display: grid; grid-template-columns: 1.5fr 1fr; gap: 14px; }
.machines-new-block .photo-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 14px; height: 438px; }
.machines-new-block .photo { position: relative; overflow: hidden; min-height: 0; margin: 0; border-radius: 16px; background: #b7c6ce; box-shadow: 0 15px 30px rgba(23,53,69,.14); }
.machines-new-block .photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: var(--photo-x,50%) var(--photo-y,50%); transform: none; transform-origin: var(--photo-x,50%) var(--photo-y,50%); image-rendering: auto; transition: transform .55s; }
.machines-new-block .photo:hover img { transform: scale(1.025); }
.machines-new-block .photo-main { height: 438px; }
.machines-new-block .photo-wide { height: 350px; }
.machines-new-block .photo figcaption { position: absolute; left: 0; bottom: 0; min-width: 310px; padding: 31px 52px 21px 23px; color: #fff; background: linear-gradient(90deg,rgba(7,25,42,.94),rgba(7,25,42,.78) 62%,transparent); text-transform: uppercase; }
.machines-new-block .photo figcaption span { display: block; margin-bottom: 4px; color: #ff8752; font-size: 10px; font-weight: 900; letter-spacing: .19em; }
.machines-new-block .photo figcaption strong { color: #fff; font-size: 20px; line-height: 1.1; }
.machines-new-block .photo figcaption.caption-small { min-width: 0; padding: 15px 36px 13px 16px; }
.machines-new-block .photo figcaption.caption-small strong { font-size: 14px; }
.machines-new-block .slogan { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.25fr .75fr auto; align-items: center; gap: 28px; margin-top: 70px; padding: 38px 42px; border-radius: 20px 4px; color: #fff; background: linear-gradient(115deg,#101f2d,#123e5c 55%,#126d95); box-shadow: 0 22px 45px rgba(13,52,74,.18); }
.machines-new-block .slogan::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 7px; background: var(--kmn-orange); }
.machines-new-block .slogan-kicker { color: #ff8350; font-size: 11px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.machines-new-block .slogan h2 { margin: 7px 0 0; color: #fff; font: 700 clamp(28px,3.05vw,39px)/1.04 Arial,Helvetica,sans-serif; letter-spacing: 0; text-transform: uppercase; }
.machines-new-block .slogan p { margin: 0; color: #d5e6ef; font-size: 15px; line-height: 1.5; }
.machines-new-block .slogan a { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 16px; max-width: 210px; padding: 17px 20px; border: 1px solid rgba(220,237,246,.42); border-radius: 10px; background: linear-gradient(135deg,#3d7896,#2b607c); color: #fff; font-size: 12px; font-weight: 900; line-height: 1.25; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; box-shadow: 0 9px 20px rgba(4,27,41,.2); }
.machines-new-block .slogan a span { font-size: 21px; }
.machines-new-block .next-machine-block { position: relative; overflow: hidden; width: 100%; margin-top: 34px; border-radius: 4px; background: #f3f5f6; }
.machines-new-block .next-machine-block img { display: block; width: 100%; height: auto; object-fit: contain; object-position: var(--photo-x,50%) var(--photo-y,50%); transform: scale(var(--photo-scale,1)); transform-origin: var(--photo-x,50%) var(--photo-y,50%); }

/* One canonical machine-types block: always show the complete source image. */
.machines-page .machines-new-block .next-machine-block {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  overflow: hidden !important;
}
.machines-page .machines-new-block .next-machine-block > img {
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}
@media (max-width:900px) {
  .machines-new-block .copy-grid { grid-template-columns: 1fr; gap: 16px; }
  .machines-new-block .accent-note { min-height: 0; }
  .machines-new-block .feature-row, .machines-new-block .slogan { grid-template-columns: 1fr; }
  .machines-new-block .slogan a { width: max-content; max-width: none; }
}
@media (max-width:650px) {
  .machines-new-block { padding: 28px 14px 45px; }
  .machines-new-block > .wrap { width: 100%; }
  .machines-new-block h1 { font-size: 38px; }
  .machines-new-block .description { font-size: 15px; }
  .machines-new-block .gallery { grid-template-columns: 1fr; }
  .machines-new-block .photo-main, .machines-new-block .photo-stack { height: 360px; }
  .machines-new-block .photo-stack { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; }
  .machines-new-block .photo-wide { height: 290px; }
  .machines-new-block .photo figcaption { min-width: 0; right: 0; padding: 22px 18px 16px; }
  .machines-new-block .photo figcaption strong { font-size: 17px; }
  .machines-new-block .slogan { margin-top: 40px; padding: 30px 25px; }
  .machines-new-block .next-machine-block { margin-top: 24px; }
}

/* 2026-08-15: blend the opening content into the page instead of showing a
   separate white slab. The generic site .intro rule adds 102px padding and a
   solid background, so this block deliberately owns its intro surface. */
.machines-page .machines-new-block {
  padding: clamp(28px, 2.5vw, 46px) 0 clamp(34px, 3vw, 52px) !important;
  background:
    radial-gradient(ellipse at 76% 12%, rgba(255,255,255,.82) 0%, rgba(255,255,255,0) 46%),
    linear-gradient(180deg, #e8f2f7 0%, #f4f8fa 15%, #fff 38%, #fff 76%, #f3f8fa 91%, #e7f1f6 100%) !important;
  box-shadow: none !important;
}

.machines-page .machines-new-block > .wrap {
  width: min(var(--max, 1550px), calc(100% - 48px));
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.machines-page .machines-new-block .intro {
  margin: 0 !important;
  padding: clamp(24px, 2.3vw, 38px) 0 clamp(18px, 1.7vw, 28px) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.machines-page .machines-new-block .feature-row {
  margin-top: clamp(18px, 1.7vw, 26px);
  margin-bottom: 0;
}

@media (max-width: 650px) {
  .machines-page .machines-new-block {
    padding: 20px 14px 32px !important;
  }

  .machines-page .machines-new-block > .wrap {
    width: 100%;
  }

  .machines-page .machines-new-block .intro {
    padding: 18px 0 12px !important;
  }
}
