/* Design Sense — print stylesheet for project case studies */
@page { margin: 1.5cm; }
body {
  background: #fff !important;
  color: #111 !important;
  font-size: 11pt;
  line-height: 1.45;
}
.site-header,
.mobile-menu,
.nav-toggle,
.quick-contact,
.back-to-top,
.lightbox,
.project-hero-full__scroll,
.project-share,
.related-projects,
.next-room,
.grain::after {
  display: none !important;
}
.project-hero-full {
  min-height: auto !important;
  page-break-after: avoid;
}
.project-hero-full__media {
  max-height: 8cm;
  overflow: hidden;
}
.project-hero-full__media img,
.project-hero-full__video {
  filter: none !important;
  object-fit: cover;
}
.project-hero-full__gradient { display: none; }
.project-hero-full__content {
  color: #111 !important;
  padding: 0.5cm 0 !important;
}
.project-hero-full__title {
  font-size: 22pt !important;
  color: #111 !important;
}
.project-story,
.project-gallery,
.project-before-after,
.project-video {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: none !important;
}
.project-gallery {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 0.4cm;
  column-count: unset !important;
}
.gallery-frame {
  break-inside: avoid;
  page-break-inside: avoid;
}
.gallery-frame img {
  max-height: 6cm;
  object-fit: cover;
}
a { color: inherit !important; text-decoration: none !important; }
