.labout-page {
  --labout-green: #198754;
  --labout-green-dark: #11633c;
  --labout-green-soft: #e8f5ee;
  --labout-ink: #111827;
  --labout-night: #101828;
  --labout-muted: #5f6b7a;
  --labout-border: #e2e8e6;
  --labout-soft: #f6f9f7;
  --labout-card: #ffffff;
  --labout-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
  background: #ffffff;
  color: var(--labout-ink);
  overflow-x: hidden;
}

.labout-page *,
.labout-page *::before,
.labout-page *::after {
  box-sizing: border-box;
}

.labout-page :focus-visible {
  outline: 3px solid rgba(25, 135, 84, 0.34);
  outline-offset: 3px;
}

.labout-page svg {
  width: 1.15rem;
  height: 1.15rem;
  flex: none;
}

.labout-container {
  width: min(100% - 1.25rem, 1240px);
  margin-inline: auto;
}

.labout-kicker {
  color: var(--labout-green);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.labout-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  color: var(--labout-muted);
  font-size: 0.9rem;
  font-weight: 650;
}

.labout-breadcrumb a {
  color: var(--labout-muted);
  text-decoration: none;
}

.labout-breadcrumb a:hover {
  color: var(--labout-green);
}

.labout-breadcrumb a::after {
  content: "/";
  margin-left: 0.45rem;
  color: #a0aab5;
}

.labout-hero {
  padding: clamp(2.5rem, 7vw, 5.5rem) 0 clamp(2rem, 5vw, 4rem);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf9 100%);
  border-bottom: 1px solid var(--labout-border);
}

.labout-hero__grid {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.labout-hero__copy {
  display: grid;
  gap: 1.05rem;
}

.labout-hero__title,
.labout-page h2,
.labout-page h3 {
  margin: 0;
  color: var(--labout-ink);
  letter-spacing: 0;
}

.labout-hero__title {
  max-width: 12ch;
  font-size: clamp(2.55rem, 8vw, 5.25rem);
  font-weight: 850;
  line-height: 0.95;
}

.labout-hero__title span {
  display: block;
  color: var(--labout-green);
}

.labout-hero__text {
  max-width: 44rem;
  margin: 0;
  color: var(--labout-muted);
  font-size: clamp(1.03rem, 2vw, 1.2rem);
  line-height: 1.72;
}

.labout-hero__actions,
.labout-location__actions,
.labout-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

/* === Hero full-width con immagine di sfondo (variante --media) === */

.labout-hero--media {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: clamp(680px, 82vh, 780px);
  padding: clamp(3.5rem, 8vh, 5rem) 0 clamp(3rem, 6vh, 4rem);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
  background: var(--labout-night);
  border-bottom: none;
  text-align: center;
  animation: labout-hero-fade-in 600ms ease both;
}

.labout-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.labout-hero__bg picture,
.labout-hero__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.labout-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 20, 31, 0.82) 0%,
    rgba(8, 20, 31, 0.68) 50%,
    rgba(8, 20, 31, 0.55) 100%
  );
}

.labout-hero__top {
  position: relative;
  z-index: 2;
  width: min(100% - 1.25rem, 1240px);
  margin: 0 auto clamp(1.5rem, 4vh, 2.5rem);
}

.labout-breadcrumb--on-dark,
.labout-breadcrumb--on-dark a {
  color: rgba(255, 255, 255, 0.78);
}

.labout-breadcrumb--on-dark a:hover {
  color: #ffffff;
}

.labout-breadcrumb--on-dark a::after {
  color: rgba(255, 255, 255, 0.42);
}

.labout-hero__content {
  position: relative;
  z-index: 2;
  width: min(100% - 2.5rem, 1020px);
  display: grid;
  justify-items: center;
  gap: 1.1rem;
  margin: 0 auto;
  padding: 0 clamp(0.5rem, 3vw, 1.5rem) clamp(2.5rem, 6vh, 3.5rem);
}

.labout-kicker--on-dark {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
}

.labout-kicker__dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #34d399;
  flex: none;
}

.labout-hero__title--on-dark {
  color: #ffffff;
  max-width: none;
  font-size: clamp(3rem, 6vw, 5.25rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.labout-hero__title--on-dark span {
  color: #34d399;
}

.labout-hero__text--on-dark {
  color: rgba(255, 255, 255, 0.92);
  max-width: min(100%, 52rem);
  font-size: clamp(1.05rem, 1.3vw + 0.6rem, 1.3rem);
  line-height: 1.6;
  margin-top: 0.35rem;
}

.labout-hero__actions--center {
  justify-content: center;
  margin-top: 0.6rem;
}

.labout-hero__actions--center .labout-btn {
  min-height: 3.3rem;
  padding: 0.9rem 1.6rem;
}

.labout-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: clamp(1.25rem, 3vh, 2rem);
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  animation: labout-hero-bounce 2400ms ease-in-out infinite;
}

.labout-hero__scroll:hover {
  color: #ffffff;
}

.labout-hero__scroll svg {
  width: 1.1rem;
  height: 1.1rem;
}

@keyframes labout-hero-fade-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes labout-hero-bounce {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 6px);
  }
}

.labout-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3rem;
  padding: 0.8rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 250ms ease, box-shadow 250ms ease, background 250ms ease, color 250ms ease, border-color 250ms ease;
}

.labout-btn:hover {
  transform: translateY(-2px);
}

.labout-btn--primary {
  background: var(--labout-green);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(25, 135, 84, 0.22);
}

.labout-btn--primary:hover {
  background: var(--labout-green-dark);
  color: #ffffff;
}

.labout-btn--outline {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(17, 24, 39, 0.16);
  color: var(--labout-ink);
}

.labout-btn--outline:hover {
  border-color: rgba(25, 135, 84, 0.38);
  color: var(--labout-green-dark);
}

.labout-btn--light {
  background: #ffffff;
  color: var(--labout-green-dark);
}

.labout-btn--dark-outline {
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
}

.labout-btn--dark-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.labout-proof {
  display: grid;
  gap: 0.55rem;
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
}

.labout-proof li,
.labout-checkcard div {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: var(--labout-ink);
  font-size: 0.96rem;
  line-height: 1.5;
}

.labout-proof span,
.labout-checkcard span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  background: var(--labout-green-soft);
  color: var(--labout-green);
}

.labout-proof svg,
.labout-checkcard svg {
  width: 0.8rem;
  height: 0.8rem;
}

.labout-proof--on-dark li {
  color: #ffffff;
}

.labout-proof--on-dark span {
  background: rgba(255, 255, 255, 0.14);
  color: #34d399;
}

.labout-proof--row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.6rem;
  margin-top: 1.4rem;
}

.labout-proof--row li {
  display: flex;
  align-items: center;
}

.labout-hero__media {
  position: relative;
  aspect-ratio: 1.45 / 1;
  min-height: 22rem;
  border: 1px solid var(--labout-border);
  border-radius: 1.4rem;
  background: #ffffff;
  box-shadow: var(--labout-shadow);
  overflow: hidden;
}

.labout-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(25, 135, 84, 0.08), rgba(255, 255, 255, 0));
  pointer-events: none;
  z-index: 1;
}

.labout-hero__photo {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  background: var(--labout-soft);
}

.labout-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.labout-intro,
.labout-production,
.labout-catalog,
.labout-audience,
.labout-advantages,
.labout-process,
.labout-story,
.labout-location,
.labout-verified,
.labout-cta {
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.labout-intro,
.labout-catalog,
.labout-process,
.labout-location {
  background: #ffffff;
}

.labout-production,
.labout-audience,
.labout-story,
.labout-verified {
  background: var(--labout-soft);
  border-block: 1px solid var(--labout-border);
}

.labout-split,
.labout-story__grid,
.labout-location__grid {
  display: grid;
  gap: clamp(1.6rem, 4vw, 3.5rem);
  align-items: start;
}

.labout-page h2 {
  margin-top: 0.55rem;
  max-width: 56rem;
  font-size: clamp(2rem, 4.8vw, 3.6rem);
  font-weight: 850;
  line-height: 1.03;
}

.labout-section-head {
  display: grid;
  gap: 0.8rem;
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

.labout-section-head p,
.labout-richtext,
.labout-location p {
  max-width: 50rem;
  margin: 0;
  color: var(--labout-muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

.labout-richtext {
  display: grid;
  gap: 1rem;
  margin-top: 1.2rem;
}

.labout-richtext p {
  margin: 0;
}

.labout-checkcard {
  display: grid;
  gap: 0.75rem;
  padding: clamp(1.1rem, 3vw, 1.5rem);
  border: 1px solid var(--labout-border);
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
}

.labout-production__grid {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}

.labout-product-card {
  display: grid;
  grid-template-rows: 18.5rem 1fr;
  border: 1px solid var(--labout-border);
  border-radius: 1.1rem;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.06);
  overflow: hidden;
}

.labout-product-card__media {
  height: 18.5rem;
  min-height: 0;
  background: linear-gradient(135deg, #f2f8f5, #ffffff);
  overflow: hidden;
}

.labout-product-card__media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.labout-product-card:nth-child(2) .labout-product-card__media img,
.labout-product-card:nth-child(3) .labout-product-card__media img {
  object-fit: contain;
  padding: 1.25rem;
}

.labout-product-card__body {
  display: grid;
  grid-template-rows: auto minmax(8.2rem, auto) minmax(5.4rem, auto) auto;
  gap: 0.95rem;
  padding: clamp(1.15rem, 3vw, 1.65rem);
}

.labout-product-card h3 {
  min-height: 2.5em;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.12;
}

.labout-product-card p,
.labout-advantage p,
.labout-audience-card p,
.labout-process p {
  margin: 0;
  color: var(--labout-muted);
  line-height: 1.68;
}

.labout-product-card ul {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.labout-product-card li {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.56rem;
  border: 1px solid rgba(25, 135, 84, 0.18);
  border-radius: 999px;
  background: var(--labout-green-soft);
  color: var(--labout-green-dark);
  font-size: 0.82rem;
  font-weight: 750;
}

.labout-product-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: max-content;
  max-width: 100%;
  margin-top: auto;
  color: var(--labout-green);
  font-weight: 850;
  line-height: 1.3;
  text-decoration: none;
}

.labout-product-card a:hover {
  color: var(--labout-green-dark);
}

.labout-section-head--row {
  gap: 1rem;
}

.labout-catalog__grid,
.labout-audience__grid,
.labout-advantages__grid,
.labout-verified__grid {
  display: grid;
  gap: 0.85rem;
}

.labout-category {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  min-height: 4.5rem;
  padding: 0.9rem;
  border: 1px solid var(--labout-border);
  border-radius: 0.9rem;
  background: #ffffff;
  color: var(--labout-ink);
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.04);
  text-decoration: none;
  transition: transform 250ms ease, border-color 250ms ease, box-shadow 250ms ease, color 250ms ease;
}

.labout-category > span,
.labout-advantage > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 0.8rem;
  background: var(--labout-green-soft);
  color: var(--labout-green);
}

.labout-category:hover,
.labout-advantage:hover {
  transform: translateY(-3px);
  border-color: rgba(25, 135, 84, 0.34);
  box-shadow: var(--labout-shadow);
  color: var(--labout-green-dark);
}

.labout-audience-card,
.labout-advantage {
  min-height: 10rem;
  padding: 1.1rem;
  border: 1px solid var(--labout-border);
  border-radius: 1rem;
  background: #ffffff;
  color: var(--labout-ink);
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.04);
  transition: transform 250ms ease, border-color 250ms ease, box-shadow 250ms ease;
}

.labout-audience-card h3,
.labout-advantage h3,
.labout-process h3 {
  margin-bottom: 0.5rem;
  font-size: 1.14rem;
  line-height: 1.22;
}

.labout-advantage {
  display: grid;
  align-content: start;
  gap: 0.8rem;
}

.labout-process__list {
  position: relative;
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.labout-process__list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--labout-border);
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.04);
}

.labout-process__list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 999px;
  background: var(--labout-green);
  color: #ffffff;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.labout-story__media {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--labout-border);
  border-radius: 1.1rem;
  background: #ffffff;
  box-shadow: var(--labout-shadow);
}

.labout-story__media img {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
}

.labout-location__grid {
  align-items: stretch;
}

.labout-address-card {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.labout-address-card > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.15rem 0.75rem;
  padding: 1rem;
  border: 1px solid var(--labout-border);
  border-radius: 0.9rem;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.04);
}

.labout-address-card span {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 0.75rem;
  background: var(--labout-green-soft);
  color: var(--labout-green);
}

.labout-address-card strong,
.labout-address-card small,
.labout-address-card a {
  min-width: 0;
}

.labout-address-card strong,
.labout-address-card a {
  color: var(--labout-ink);
  font-weight: 850;
  text-decoration: none;
}

.labout-address-card a:hover {
  color: var(--labout-green);
}

.labout-address-card small {
  color: var(--labout-muted);
  line-height: 1.45;
}

.labout-location__actions {
  margin-top: 1.25rem;
}

.labout-map {
  min-height: 22rem;
  overflow: hidden;
  border: 1px solid var(--labout-border);
  border-radius: 1.1rem;
  background: var(--labout-soft);
  box-shadow: var(--labout-shadow);
}

.labout-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 22rem;
  border: 0;
}

.labout-verified__grid div {
  padding: 1rem;
  border: 1px solid var(--labout-border);
  border-radius: 0.9rem;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.04);
}

.labout-verified__grid span,
.labout-verified__grid strong {
  display: block;
}

.labout-verified__grid span {
  margin-bottom: 0.35rem;
  color: var(--labout-green);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.labout-verified__grid strong {
  color: var(--labout-ink);
  font-size: 1rem;
  line-height: 1.45;
}

.labout-cta {
  padding-bottom: clamp(3.5rem, 7vw, 6rem);
}

.labout-cta__box {
  display: grid;
  gap: 1.6rem;
  padding: clamp(1.35rem, 5vw, 3rem);
  border-radius: 1.2rem;
  background: linear-gradient(135deg, var(--labout-night) 0%, #17233a 100%);
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.18);
}

.labout-cta h2 {
  color: #ffffff;
}

.labout-cta p {
  max-width: 44rem;
  margin: 0.8rem 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.04rem;
  line-height: 1.7;
}

.labout-cta__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.labout-cta__contacts a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 750;
  text-decoration: none;
}

.labout-cta__actions {
  align-content: start;
}

@media (min-width: 640px) {
  .labout-catalog__grid,
  .labout-audience__grid,
  .labout-advantages__grid,
  .labout-verified__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .labout-hero__grid,
  .labout-split,
  .labout-story__grid,
  .labout-location__grid,
  .labout-cta__box {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  }

  .labout-section-head--row {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
    align-items: end;
  }

  .labout-production__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .labout-product-card {
    grid-template-rows: 18.5rem 1fr;
  }

  .labout-catalog__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .labout-category {
    min-height: 8.6rem;
    align-content: space-between;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .labout-category > span,
  .labout-category strong {
    grid-column: 1 / -1;
  }

  .labout-audience__grid,
  .labout-advantages__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .labout-verified__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .labout-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.85fr);
  }
}

/* Tablet: hero full-width più compatta, CTA affiancate se c'è spazio. */
@media (min-width: 768px) and (max-width: 1099px) {
  .labout-hero--media {
    min-height: 680px;
  }

  .labout-hero__content {
    width: min(100% - 3rem, 800px);
  }
}

@media (max-width: 767px) {
  .labout-hero__media {
    aspect-ratio: 1.25 / 1;
    min-height: 17rem;
  }

  .labout-hero__actions,
  .labout-location__actions,
  .labout-cta__actions {
    display: grid;
  }

  .labout-btn {
    width: 100%;
  }

  /* Hero full-width su mobile: overlay più scuro, titolo e testo ridotti,
     immagine riposizionata leggermente per non tagliare i prodotti/persone. */
  .labout-hero--media {
    min-height: clamp(680px, 90vh, 760px);
    padding: clamp(2.5rem, 7vh, 3.5rem) 0 2.5rem;
  }

  .labout-hero__bg img {
    object-position: 60% center;
  }

  .labout-hero__overlay {
    background: linear-gradient(
      180deg,
      rgba(8, 20, 31, 0.86) 0%,
      rgba(8, 20, 31, 0.78) 55%,
      rgba(8, 20, 31, 0.72) 100%
    );
  }

  .labout-hero__content {
    width: min(100% - 2.5rem, 480px);
    padding: 0 0.25rem;
  }

  .labout-hero__title--on-dark {
    font-size: clamp(2.5rem, 11vw, 3.25rem);
  }

  .labout-hero__text--on-dark {
    font-size: 1.05rem;
  }

  .labout-hero__actions--center {
    width: 100%;
    max-width: 360px;
    margin-inline: auto;
  }

  .labout-proof--row {
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
  }

  .labout-hero__scroll {
    display: none;
  }

  .labout-page h2 {
    font-size: clamp(1.8rem, 8vw, 2.55rem);
  }

  .labout-product-card__media,
  .labout-product-card__media img {
    min-height: 13.5rem;
    height: 13.5rem;
  }

  .labout-product-card {
    grid-template-rows: 13.5rem 1fr;
  }

  .labout-product-card__body {
    grid-template-rows: auto auto auto auto;
  }

  .labout-product-card h3 {
    min-height: 0;
  }

  .labout-cta__contacts {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .labout-page *,
  .labout-page *::before,
  .labout-page *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
