.page-hero { padding: 56px 0 12px; position: relative; }
.page-hero h1 { font-size: clamp(32px, 4.2vw, 48px); line-height: 1.12; margin: 10px 0 12px; }
.page-hero p.lead { max-width: 640px; color: #5b534c; }
.service-show-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px 48px;
  align-items: center;
}
.service-show-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.service-show-copy .btn {
  margin-top: 16px;
}
.service-show-copy .btn .ico {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.service-visual {
  --svc-art: 320px;
  position: relative;
  width: var(--svc-art);
  height: auto;
  justify-self: end;
}
.service-visual-blob {
  position: absolute;
  inset: 18% -8% -10% 18%;
  background: #f3d7bc;
  border-radius: 42% 48% 40% 46%;
  z-index: 0;
}
.service-visual-frame {
  position: relative;
  z-index: 1;
  width: var(--svc-art);
  height: auto;
  overflow: visible;
  background: transparent;
}
.service-visual-frame picture { display: contents; }
.service-visual-frame img {
  width: var(--svc-art);
  height: auto;
  max-width: var(--svc-art);
  max-height: none;
  object-fit: contain;
  object-position: center;
  display: block;
  mix-blend-mode: multiply;
}
@media (max-width: 900px) {
  .service-show-grid { grid-template-columns: 1fr; }
  .service-visual { --svc-art: 260px; justify-self: start; }
}
.article-body { max-width: 760px; }
.article-body p { margin: 0 0 14px; color: #3d3834; }
.article-body h3 { margin: 22px 0 8px; }
.inner-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
@media (max-width: 900px) { .inner-card-grid { grid-template-columns: 1fr; } }
.inner-hero-img { border-radius: 22px; overflow: hidden; margin: 18px 0 28px; }
.inner-hero-img img { width: 100%; height: auto; }
.work-detail-html { margin: 0 0 28px; max-width: 760px; }
.service-detail-html { margin: 36px 0 8px; max-width: 760px; }
.work-card-main, .svc-card a.stretched { color: inherit; }
.section-html { background: transparent; }
.section-html .wrap > *:first-child { margin-top: 0; }
.legal-wrap { padding-bottom: 64px; }
.crumbs { font-size: 13px; color: #7a6a5a; margin-bottom: 10px; }
.crumbs a { color: #ee6a1a; }
