
/* Hero product image */
.mimaki-hero-img {
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 24px 56px rgba(25,38,255,0.14), 0 4px 16px rgba(0,0,0,0.08);
  display: block;
}

@media (max-width: 900px) {
  .mimaki-hero-img {
    max-width: 100%;
    margin-top: 24px;
  }
}

/* Models — 3-column; Tiger600 spans full width as flagship */
.mimaki-models .prod-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mimaki-models .prod-card-wide {
  border-color: var(--brand);
  background: linear-gradient(135deg, #f8faff 0%, #fff 100%);
}

.mimaki-models .prod-card-wide .model-figure {
  max-width: 480px;
}

.mimaki-flagship-inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 28px;
  align-items: start;
}

.mimaki-flagship-badge {
  display: inline-block;
  margin: 6px 0 10px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  background: rgba(25, 38, 255, 0.08);
  border: 1px solid rgba(25, 38, 255, 0.22);
  color: var(--brand);
}

.mimaki-flagship-specs ul {
  columns: 2;
  gap: 24px;
}

/* Why — sidebar CTA layout */
.mimaki-why .why-inner {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 56px;
  align-items: start;
}

.mimaki-why .why-cta-box h3 {
  color: var(--brand);
}

@media (max-width: 980px) {
  .mimaki-models .prod-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mimaki-flagship-inner {
    grid-template-columns: 1fr;
  }
  .mimaki-flagship-specs ul {
    columns: 1;
  }
  .mimaki-why .why-inner {
    grid-template-columns: 1fr;
  }
  .mimaki-why .why-cta-box {
    position: static;
  }
}

@media (max-width: 640px) {
  .mimaki-models .prod-grid {
    grid-template-columns: 1fr;
  }
}

.mimaki-models h2,
.mimaki-award-body h2,
.mimaki-why h2 {
  font-size: 28px;
  margin: 0 0 8px;
  background: linear-gradient(90deg, var(--brand) 0%, var(--accent-violet) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* mimaki-dye-sub.css — page-specific styles */

.mimaki-breadcrumb {
  padding: 24px 0 0;
  background: #fff;
}

.mimaki-breadcrumb .sol-eyebrow {
  text-decoration: none;
  display: inline-block;
}

.mimaki-breadcrumb .sol-eyebrow:hover {
  text-decoration: underline;
}

.mimaki-award-section {
  padding: 56px 0;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.mimaki-award-inner {
  display: flex;
  align-items: center;
  gap: 32px;
}

.mimaki-award-icon {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  color: var(--brand);
}

.mimaki-award-icon svg {
  width: 100%;
  height: 100%;
}

.mimaki-award-label {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--brand);
}

.mimaki-award-body h2 {
  margin: 0 0 10px;
  line-height: 1.2;
}

.mimaki-award-body p {
  margin: 0;
  font-size: 15px;
  color: #4b5563;
  line-height: 1.7;
  max-width: 620px;
}

.mimaki-award-body .link {
  display: inline-block;
  margin-top: 10px;
}

.model-figure {
  margin: 0 0 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.model-figure img {
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: contain;
  display: block;
}

.mimaki-models {
  padding: 88px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.mimaki-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.mimaki-badge-production {
  background: rgba(25, 38, 255, 0.08);
  border: 1px solid rgba(25, 38, 255, 0.22);
  color: var(--brand);
}

.mimaki-badge-high-production {
  background: rgba(15, 118, 110, 0.1);
  border: 1px solid rgba(15, 118, 110, 0.25);
  color: #0f766e;
}

.mimaki-badge-industrial {
  background: rgba(161, 24, 75, 0.08);
  border: 1px solid rgba(161, 24, 75, 0.22);
  color: #a1184b;
}

.mimaki-badge-dtf {
  background: rgba(120, 53, 15, 0.08);
  border: 1px solid rgba(120, 53, 15, 0.22);
  color: #92400e;
}

.mimaki-badge-double-wide {
  background: rgba(100, 40, 180, 0.08);
  border: 1px solid rgba(100, 40, 180, 0.22);
  color: #6428b4;
}


.mimaki-why {
  padding: 88px 0;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.mimaki-why ul {
  margin: 18px 0 0;
  padding-left: 20px;
}

.mimaki-why li {
  color: #374151;
  line-height: 1.7;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .mimaki-award-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
