@charset "UTF-8";
/* =====================================================================
   Schrott & Metalle — page stylesheet
   Mobile design canvas 430px  ·  Desktop design canvas 1536px
   Every desktop value is calc(N * var(--s)) with N = raw px from design.
   ===================================================================== */

/* Desktop-only line breaks inside headlines / copy */
.sm-nl { display: none; }

/* eyebrow letter-spacing on this page */
.sm-mat .eyebrow,
.sm-move .eyebrow,
.sm-anfrage .eyebrow { letter-spacing: 1.4px; }

/* ------------------------------------------------------------------ */
/* HERO                                                                */
/* ------------------------------------------------------------------ */
.sm-hero {
  position: relative;
  background: #f2f0ed;
  overflow: hidden;
}
.sm-hero__media { position: relative; height: 250px; }
.sm-hero__media img {
  width: 100%; height: 250px;
  object-fit: cover; display: block;
}
.sm-hero__veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(242, 240, 237, 0) 55%, #f2f0ed 98%);
}
.sm-hero__body { position: relative; z-index: 1; padding: 4px var(--gx) 44px; }

.sm-crumb {
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  color: #5a5751;
  text-transform: none;
}
.sm-crumb a { color: #5a5751; }
.sm-crumb a:hover { color: var(--o); }
.sm-crumb strong { color: var(--ink-2); font-weight: 700; }

.sm-hero__h1 {
  margin-top: 18px;
  font-size: 40px;
  line-height: 1.12;
  letter-spacing: .5px;
  color: var(--ink-2);
}
.sm-hero__lead {
  margin-top: 18px;
  font-size: 14.5px;
  line-height: 1.7;
  font-weight: 500;
  color: var(--tx);
}
.sm-hero__actions { display: flex; align-items: center; margin-top: 24px; }
.sm-hero__cta {
  width: 100%;
  gap: 14px;
  padding: 17px 0;
  border-radius: 6px;
  font-size: 13px;
  letter-spacing: .8px;
}

/* ------------------------------------------------------------------ */
/* WAS WIR ANNEHMEN                                                    */
/* ------------------------------------------------------------------ */
.sm-mat {
  background: #f2f0ed;
  border-top: 1px solid #e6e3df;
  padding: 56px 0 0;
}
.sm-mat__head { padding: 0 var(--gx); }
.sm-mat__h2 {
  margin-top: 14px;
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: .5px;
  color: var(--ink-2);
}
.sm-mat__rule {
  display: block;
  width: 56px; height: 4px;
  background: var(--o);
  margin-top: 14px;
}

.sm-mat__grid { gap: 14px; padding: 28px var(--gx) 8px; }

.sm-card {
  flex: none;
  width: 250px;
  background: var(--d-2);
  border-radius: 8px;
  overflow: hidden;
}
.sm-card__img {
  width: 100%; height: 130px;
  object-fit: cover; display: block;
  opacity: .9;
}
.sm-card__body { padding: 14px 22px 28px; }
.sm-card__title {
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: .5px;
  color: #ffffff;
}
.sm-card__txt {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
  color: #c9c9c9;
}

.sm-mat__note {
  margin: 32px var(--gx) 0;
  padding: 22px 0 48px;
  border-top: 1px solid #e6e3df;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sm-mat__noterow { display: flex; align-items: flex-start; gap: 14px; }
.sm-mat__noteicon { width: 28px; height: 23px; margin-top: 2px; }
.sm-mat__notetxt {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  color: var(--tx);
}
.sm-mat__notelink { gap: 12px; font-size: 12.5px; letter-spacing: 1px; }

/* ------------------------------------------------------------------ */
/* NICHT ALLES IST ABFALL                                              */
/* ------------------------------------------------------------------ */
.sm-wert {
  position: relative;
  overflow: hidden;
  background: #faf9f7;
  border-top: 1px solid #e6e3df;
  padding: 56px 0 54px;
}
.sm-wert__head { padding: 0 var(--gx); }
.sm-wert__h2 {
  font-size: 29px;
  line-height: 1.25;
  letter-spacing: .5px;
  color: var(--ink-2);
}
.sm-wert__art {
  display: block;
  width: 88%; height: auto;
  margin: 22px auto 0;
  object-fit: contain;
  pointer-events: none;
}
.sm-wert__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 26px;
  padding: 0 var(--gx);
}
.sm-wert__col svg { width: 38px; height: 38px; display: block; }
.sm-wert__t {
  margin-top: 12px;
  font-size: 14.5px;
  font-weight: 800;
  letter-spacing: .5px;
  color: var(--ink-2);
  text-transform: uppercase;
}
.sm-wert__p {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
  color: var(--tx-2);
}

/* ------------------------------------------------------------------ */
/* WIR BEWEGEN SIE                                                     */
/* ------------------------------------------------------------------ */
.sm-move {
  position: relative;
  overflow: hidden;
  background: #0c0c0c;
}
.sm-move__media { position: relative; height: 210px; }
.sm-move__media img {
  width: 100%; height: 210px;
  object-fit: cover; display: block;
}
.sm-move__veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(12, 12, 12, .1) 40%, #0c0c0c 100%);
}
.sm-move__body { position: relative; z-index: 1; padding: 8px var(--gx) 52px; }
.sm-move__h2 {
  margin-top: 12px;
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: .5px;
  color: #ffffff;
}
.sm-move__list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.sm-move__list li { display: flex; align-items: center; gap: 14px; }
.sm-move__list svg { width: 20px; height: 20px; }
.sm-move__list span {
  font-size: 14.5px;
  font-weight: 600;
  color: #eceae7;
}
.sm-move__btn {
  display: flex;
  width: 100%;
  gap: 14px;
  margin-top: 28px;
  background: transparent;
  border: 1px solid #4a4a48;
  color: #ffffff;
  font-size: 12.5px;
  letter-spacing: .8px;
  padding: 15px 0;
  border-radius: 6px;
}
.sm-move__btn:hover { border-color: var(--o); color: var(--o); }

/* ------------------------------------------------------------------ */
/* ANFRAGE                                                             */
/* ------------------------------------------------------------------ */
.sm-anfrage { background: #f2f0ed; padding: 56px 0 64px; }

/* On mobile the privacy note sits below the form (design), so the intro
   is re-parented with display:contents and the children are re-ordered. */
.sm-anfrage__inner { display: flex; flex-direction: column; }
.sm-anfrage__intro { display: contents; }
.sm-anfrage__eyebrow { order: 1; padding: 0 var(--gx); }
.sm-anfrage__h2 {
  order: 2;
  padding: 0 var(--gx);
  margin-top: 12px;
  font-size: 31px;
  line-height: 1.2;
  letter-spacing: .5px;
  color: var(--ink-2);
}
.sm-anfrage__lead {
  order: 3;
  padding: 0 var(--gx);
  margin-top: 14px;
  font-size: 14.5px;
  line-height: 1.65;
  font-weight: 500;
  color: var(--tx);
}
.sm-form { order: 4; margin: 24px 18px 0; padding: 24px 20px; }
.sm-anfrage__note {
  order: 5;
  margin: 14px 38px 0;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  line-height: 1.55;
}
.sm-anfrage__note svg { margin-top: 2px; }

.sm-form .fld > span { color: var(--ink-2); }
.sm-form__fotos { margin-top: 16px; }
.sm-form__contact {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sm-form__contact input { margin-top: 0; }
.sm-form .dropzone {
  border: 1px dashed #d3d0ca;
  padding: 24px 14px;
  gap: 5px;
}
.sm-form .dropzone.is-hover { border-color: var(--o); }
.sm-form__submit {
  margin-top: 20px;
  gap: 14px;
  padding: 17px 0;
  font-size: 13.5px;
  letter-spacing: 1px;
}

/* ================================================================== */
/* DESKTOP  ·  1536px design canvas                                    */
/* ================================================================== */
@media (min-width: 1024px) {

  .sm-nl { display: inline; }

  .sm-mat .eyebrow,
  .sm-move .eyebrow,
  .sm-anfrage .eyebrow { font-size: max(11px, calc(13 * var(--s))); }

  /* ---------------- HERO ---------------- */
  .sm-hero__media {
    position: absolute;
    right: 0; top: 0;
    width: calc(888 * var(--s));
    height: 100%;
  }
  .sm-hero__media img { width: 100%; height: 100%; }
  .sm-hero__veil {
    background: linear-gradient(90deg, #f2f0ed 0%, rgba(242, 240, 237, 0) 42%);
  }
  .sm-hero__body {
    width: calc(635 * var(--s));
    padding: calc(40 * var(--s)) 0 calc(110 * var(--s)) calc(75 * var(--s));
  }
  .sm-crumb { gap: calc(10 * var(--s)); font-size: max(12px, calc(13 * var(--s))); }
  .sm-hero__h1 {
    margin-top: calc(60 * var(--s));
    font-size: calc(66 * var(--s));
    line-height: 1.1;
  }
  .sm-hero__lead {
    margin-top: calc(36 * var(--s));
    font-size: max(13px, calc(15.5 * var(--s)));
    line-height: 1.75;
  }
  .sm-hero__actions { margin-top: calc(52 * var(--s)); gap: calc(26 * var(--s)); }
  .sm-hero__cta {
    width: auto;
    gap: calc(14 * var(--s));
    padding: calc(17 * var(--s)) calc(28 * var(--s));
    border-radius: calc(5 * var(--s));
    font-size: max(11px, calc(13 * var(--s)));
    white-space: nowrap;
  }

  /* ------------ WAS WIR ANNEHMEN ------------ */
  .sm-mat { padding: calc(110 * var(--s)) 0 0; }
  .sm-mat__head { padding: 0 calc(75 * var(--s)); }
  .sm-mat__h2 { margin-top: calc(20 * var(--s)); font-size: calc(41 * var(--s)); }
  .sm-mat__rule { width: calc(66 * var(--s)); height: calc(4 * var(--s)); margin-top: calc(16 * var(--s)); }

  .sm-mat__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: calc(22 * var(--s));
    padding: 0 calc(75 * var(--s));
    margin-top: calc(60 * var(--s));
    overflow: visible;
  }
  .sm-card {
    width: auto;
    border-radius: calc(8 * var(--s));
  }
  .sm-card__img { height: calc(150 * var(--s)); }
  .sm-card__body { padding: calc(14 * var(--s)) calc(30 * var(--s)) calc(38 * var(--s)); }
  .sm-card__icon { width: calc(52 * var(--s)); height: calc(42 * var(--s)); }
  .sm-card__title { margin-top: calc(18 * var(--s)); font-size: calc(24 * var(--s)); }
  .sm-card__txt {
    margin-top: calc(12 * var(--s));
    font-size: max(12.5px, calc(14 * var(--s)));
    line-height: 1.6;
  }

  .sm-mat__note {
    flex-direction: row;
    align-items: center;
    gap: 0;
    margin: calc(64 * var(--s)) calc(75 * var(--s)) 0;
    padding: calc(30 * var(--s)) 0 calc(90 * var(--s));
  }
  .sm-mat__noterow { display: contents; }
  .sm-mat__noteicon { width: calc(34 * var(--s)); height: calc(28 * var(--s)); margin-top: 0; }
  .sm-mat__notetxt {
    margin-left: calc(22 * var(--s));
    font-size: max(13px, calc(15 * var(--s)));
    line-height: 1.4;
  }
  .sm-mat__notelink {
    margin-left: auto;
    gap: calc(14 * var(--s));
    font-size: max(11px, calc(13 * var(--s)));
  }

  /* --------- NICHT ALLES IST ABFALL --------- */
  .sm-wert { padding: calc(120 * var(--s)) 0 calc(110 * var(--s)); }
  .sm-wert__head {
    position: relative;
    z-index: 1;
    width: calc(670 * var(--s));
    padding: 0 calc(75 * var(--s));
  }
  .sm-wert__h2 { font-size: calc(41 * var(--s)); }
  .sm-wert__art {
    position: absolute;
    right: calc(120 * var(--s));
    top: calc(60 * var(--s));
    width: calc(700 * var(--s));
    height: calc(412 * var(--s));
    margin: 0;
  }
  .sm-wert__cols {
    position: relative;
    z-index: 1;
    display: flex;
    gap: calc(80 * var(--s));
    width: calc(670 * var(--s));
    margin-top: calc(52 * var(--s));
    padding: 0 calc(75 * var(--s));
  }
  .sm-wert__col { width: calc(220 * var(--s)); flex: none; }
  .sm-wert__col svg { width: calc(46 * var(--s)); height: calc(46 * var(--s)); }
  .sm-wert__t {
    margin-top: calc(18 * var(--s));
    font-size: max(14px, calc(17 * var(--s)));
  }
  .sm-wert__p {
    margin-top: calc(12 * var(--s));
    font-size: max(12.5px, calc(14.5 * var(--s)));
    line-height: 1.65;
  }

  /* ------------- WIR BEWEGEN SIE ------------- */
  .sm-move__media {
    position: absolute;
    right: 0; top: 0;
    width: calc(890 * var(--s));
    height: 100%;
  }
  .sm-move__media img { width: 100%; height: 100%; }
  .sm-move__veil {
    background: linear-gradient(90deg, #0c0c0c 0%, rgba(12, 12, 12, 0) 40%);
  }
  .sm-move__body {
    width: calc(595 * var(--s));
    padding: calc(120 * var(--s)) 0 calc(116 * var(--s)) calc(75 * var(--s));
  }
  .sm-move__h2 { margin-top: calc(18 * var(--s)); font-size: calc(40 * var(--s)); }
  .sm-move__list { margin-top: calc(36 * var(--s)); gap: calc(16 * var(--s)); }
  .sm-move__list li { gap: calc(16 * var(--s)); }
  .sm-move__list svg { width: calc(22 * var(--s)); height: calc(22 * var(--s)); }
  .sm-move__list span { font-size: max(13px, calc(15 * var(--s))); }
  .sm-move__btn {
    display: inline-flex;
    width: auto;
    gap: calc(14 * var(--s));
    margin-top: calc(40 * var(--s));
    padding: calc(15 * var(--s)) calc(26 * var(--s));
    border-radius: calc(5 * var(--s));
    font-size: max(11px, calc(13 * var(--s)));
    white-space: nowrap;
  }

  /* ----------------- ANFRAGE ----------------- */
  .sm-anfrage { padding: calc(120 * var(--s)) 0 calc(130 * var(--s)); }
  .sm-anfrage__inner {
    flex-direction: row;
    align-items: flex-start;
    padding: 0 calc(75 * var(--s));
    gap: calc(70 * var(--s));
  }
  .sm-anfrage__intro { display: block; width: calc(420 * var(--s)); flex: none; }
  .sm-anfrage__eyebrow,
  .sm-anfrage__h2,
  .sm-anfrage__lead { order: 0; padding: 0; }
  .sm-anfrage__h2 { margin-top: calc(18 * var(--s)); font-size: calc(41 * var(--s)); }
  .sm-anfrage__lead {
    margin-top: calc(24 * var(--s));
    font-size: max(13px, calc(15.5 * var(--s)));
    line-height: 1.7;
  }
  .sm-anfrage__note {
    order: 0;
    align-items: flex-start;
    gap: calc(16 * var(--s));
    margin: calc(64 * var(--s)) 0 0;
    max-width: calc(320 * var(--s));
    font-size: max(12px, calc(13.5 * var(--s)));
    line-height: 1.65;
  }
  .sm-anfrage__note svg { width: calc(30 * var(--s)); height: calc(34 * var(--s)); margin-top: 0; }

  .sm-form {
    order: 0;
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(30 * var(--s)) calc(36 * var(--s));
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .sm-form .fld { margin-top: 0; }
  .sm-form .fld > span { font-size: max(10.5px, calc(11.5 * var(--s))); }
  .sm-form .fld input,
  .sm-form .fld select {
    margin-top: calc(9 * var(--s));
    height: calc(46 * var(--s));
    font-size: max(12.5px, calc(14 * var(--s)));
  }
  .sm-form .dropzone {
    margin-top: calc(9 * var(--s));
    padding: calc(34 * var(--s)) calc(16 * var(--s));
    gap: calc(6 * var(--s));
    border-radius: calc(8 * var(--s));
  }
  .sm-form .dropzone svg { width: calc(36 * var(--s)); height: calc(32 * var(--s)); }
  .sm-form .dropzone__hint {
    margin-top: calc(6 * var(--s));
    font-size: max(12.5px, calc(14 * var(--s)));
  }
  .sm-form .dropzone__sub { font-size: max(11px, calc(12 * var(--s))); }

  .sm-form__contact { gap: calc(14 * var(--s)); }
  .sm-form__contact input { margin-top: 0; }
  .sm-form__submit {
    margin-top: calc(4 * var(--s));
    gap: calc(16 * var(--s));
    padding: calc(16 * var(--s)) 0;
    font-size: max(12px, calc(14 * var(--s)));
    border-radius: calc(6 * var(--s));
  }
}
