.brand {
  min-width: 104px;
}

.brand-logo {
  display: block;
  width: auto;
  height: 50px;
  border-radius: 10px;
}

.grid > *,
.service-hero > *,
.quote > *,
.split > * {
  min-width: 0;
}

body,
button,
input,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

img {
  max-width: 100%;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.card h3 {
  line-height: 1.16;
}

.card p {
  margin-top: 0;
}

.icon {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: 50%;
  background: transparent;
}

.icon-owned img {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.icon-made {
  display: grid;
  place-items: center;
}

.icon-made img {
  display: block;
  width: 25px;
  height: 25px;
  filter: brightness(0) invert(1);
}

.icon-turquoise { background: #86c5ca; }
.icon-blue { background: #9ebbd5; }
.icon-green { background: #84c7a7; }
.icon-lilac { background: #b1b2d4; }

.content a:not(.btn) {
  color: var(--dark);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.content li + li {
  margin-top: 7px;
}

.content strong {
  color: var(--text);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(52,199,190,.55);
  outline-offset: 3px;
}

.service-text h1,
.service-text h2,
.section-head h2,
.content h2,
.card h3 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.contact-line span,
footer {
  overflow-wrap: anywhere;
  word-break: normal;
}

.service-text h1 {
  letter-spacing: -.055em;
}

.rtd-cookie-settings {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.rtd-consent {
  position: fixed;
  z-index: 1000;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: none;
  max-width: 760px;
  margin: 0 auto;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 24px;
  background: rgba(7,38,45,.97);
  color: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}

.rtd-consent.is-visible {
  display: block;
}

.rtd-consent h2 {
  margin: 0 0 8px;
  font-size: 22px;
  letter-spacing: -.035em;
}

.rtd-consent p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 15px;
}

.rtd-consent a {
  color: #7ee7df;
  text-decoration: underline;
}

.rtd-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.rtd-consent button {
  min-height: 44px;
  padding: 10px 17px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.rtd-consent button[data-consent="accept"] {
  border-color: #34c7be;
  background: #34c7be;
  color: #062c33;
}

@media(max-width:620px) {
  .brand-logo {
    height: 44px;
  }

  .hero h1 {
    font-size: clamp(34px, 11vw, 48px);
    letter-spacing: -.065em;
  }

  .service-text h1 {
    font-size: clamp(31px, 9.5vw, 44px);
    line-height: 1.05;
    letter-spacing: -.045em;
  }

  .rtd-consent {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 18px;
    border-radius: 20px;
  }

  .rtd-consent-actions,
  .rtd-consent button {
    width: 100%;
  }
}

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


.rtd-before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 24px 0 42px;
}

.rtd-before-after-card {
  margin: 0;
  padding: 15px;
  border: 1px solid rgba(7, 38, 45, .10);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(7, 38, 45, .08);
}

.rtd-photo-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.rtd-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border-radius: 15px;
  background: #eef3f3;
}

.rtd-photo img,
.rtd-demontage-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rtd-photo-label {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(7, 38, 45, .88);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .03em;
}

.rtd-before-after-card figcaption {
  padding: 14px 2px 2px;
  color: var(--muted);
  line-height: 1.5;
}

.rtd-before-after-card figcaption strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-size: 19px;
}

.rtd-demontage-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 360px));
  justify-content: center;
  gap: 20px;
  margin: 24px 0 42px;
}

.rtd-demontage-gallery figure {
  margin: 0;
}

.rtd-demontage-gallery img {
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  background: #eef3f3;
}

.rtd-demontage-gallery figcaption {
  padding-top: 9px;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

@media(max-width:760px) {
  .rtd-before-after {
    grid-template-columns: 1fr;
  }
}


.rtd-industrie-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 24px 0 42px;
}

.rtd-industrie-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 38, 45, .08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 38, 45, .08);
}

.rtd-industrie-gallery img {
  display: block;
  width: 100%;
  height: auto;
  background: #eef3f3;
}

.rtd-industrie-gallery figcaption {
  padding: 12px 14px 14px;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

@media(max-width:760px) {
  .rtd-industrie-gallery {
    grid-template-columns: 1fr;
  }
}


.rtd-reference-section {
  padding-top: 34px;
}

.rtd-reference-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rtd-reference-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 38, 45, .08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 38, 45, .08);
}

.rtd-reference-gallery img {
  display: block;
  width: 100%;
  height: auto;
  background: #eef3f3;
}

.rtd-reference-gallery figcaption {
  padding: 12px 14px 14px;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

@media(max-width:760px) {
  .rtd-reference-gallery {
    grid-template-columns: 1fr;
  }
}


/* RTD-VISUAL-FIX-20260722-2 */
.card .icon {
  display: grid;
  place-items: center;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: 50%;
  background: transparent;
}

.card .icon-owned img {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.card .icon-made img {
  display: block;
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}

.card .icon-turquoise { background: #86c5ca; }
.card .icon-blue { background: #9ebbd5; }
.card .icon-green { background: #84c7a7; }
.card .icon-lilac { background: #b1b2d4; }

.service-img.service-img-contain {
  background-color: #eef4f4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain !important;
}

.rtd-before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 24px 0 42px;
}

.rtd-before-after-card {
  margin: 0;
  padding: 15px;
  border: 1px solid rgba(7, 38, 45, .10);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(7, 38, 45, .08);
}

.rtd-photo-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.rtd-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border-radius: 15px;
  background: #eef3f3;
}

.rtd-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rtd-photo-label {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(7, 38, 45, .88);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.rtd-before-after-card figcaption {
  padding: 14px 2px 2px;
  color: var(--muted);
  line-height: 1.5;
}

.rtd-before-after-card figcaption strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-size: 19px;
}

.rtd-industrie-gallery,
.rtd-reference-gallery {
  display: grid;
  gap: 20px;
  margin: 24px 0 42px;
}

.rtd-industrie-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rtd-reference-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rtd-industrie-gallery figure,
.rtd-reference-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 38, 45, .08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 38, 45, .08);
}

.rtd-industrie-gallery img,
.rtd-reference-gallery img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #eef3f3;
}

.rtd-industrie-gallery figcaption,
.rtd-reference-gallery figcaption {
  padding: 12px 14px 14px;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

@media(max-width:760px) {
  .rtd-before-after,
  .rtd-industrie-gallery,
  .rtd-reference-gallery {
    grid-template-columns: 1fr;
  }
}
