:root {
  --magnet-blue: #0b4f8a;
  --magnet-blue-dark: #073b6f;
  --magnet-ink: #102f38;
  --magnet-muted: #597078;
  --magnet-line: #d7e1e5;
  --magnet-soft: #f4f7f8;
  --magnet-cyan: #18bcd3;
  --magnet-white: #fff;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}

body {
  color: var(--magnet-ink);
  background: var(--magnet-white);
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  padding: 10px 14px;
  color: #fff;
  background: var(--magnet-blue-dark);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex="0"]:focus-visible {
  outline: 3px solid rgba(11, 79, 138, .36);
  outline-offset: 3px;
}

.site-header {
  border-bottom-color: transparent;
  box-shadow: 0 2px 5px rgba(17, 24, 39, .025);
}

.site-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: rgba(11, 79, 138, .42);
  pointer-events: none;
}

.header-brand {
  --ink: #102f38;
  --muted: #597078;
  --blue: #0b4f8a;
  --white: #fff;
}

.header-brand .brand-mark {
  flex: 0 0 42px;
  width: 42px;
  min-width: 42px;
  height: 42px;
  color: #fff;
  background: var(--magnet-blue);
  border-radius: 0;
  box-shadow: none;
}

.header-brand .brand-copy b {
  color: var(--magnet-ink);
}

.header-brand .brand-slogan {
  color: var(--magnet-blue);
}

.header-brand .header-globe-logo {
  width: 102px;
  height: auto;
}

.header-quick-contacts .header-cta {
  min-height: 42px;
  padding: 0 20px;
  color: #fff;
  background: var(--magnet-blue);
  border-radius: 0;
  box-shadow: none;
}

.header-contact-cluster {
  position: relative;
}

.header-contact-icons {
  display: flex;
  gap: 8px;
  align-items: center;
}

.quick-contact-phone,
.quick-contact-whatsapp {
  background: #f8fafc;
  border-color: #dce6ee;
}

.quick-contact-shipping {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #d40511;
  line-height: 1;
  background: #ffcc00;
  border-color: #e5b700;
}

.quick-contact-shipping .dhl-mark {
  font-size: 14px;
  font-weight: 950;
  font-style: italic;
  letter-spacing: -.05em;
}

.quick-contact-phone .phone-symbol {
  color: #411aa3;
  font-size: 21px;
}

.quick-contact-whatsapp .whatsapp-brand-icon {
  width: 25px;
  height: 25px;
  color: #25d366;
}

.header-service-hours {
  display: block;
  color: #687782;
  font-size: 10px;
  line-height: 1.3;
  text-align: center;
}

.header-visible-number {
  display: block;
  color: var(--magnet-blue);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
}

.breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 8px;
  color: var(--magnet-muted);
  font-size: 13px;
}

.breadcrumb a {
  color: var(--magnet-blue);
  font-weight: 700;
}

.magnet-hero {
  padding-top: 52px;
  padding-bottom: 74px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(11, 79, 138, .045) 1px, transparent 1px) 0 0 / 46px 46px,
    linear-gradient(rgba(11, 79, 138, .045) 1px, transparent 1px) 0 0 / 46px 46px,
    linear-gradient(135deg, #f7fbfd 0%, #fff 62%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .72fr);
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
}

.hero-copy {
  max-width: 830px;
}

.hero-copy h1 {
  max-width: 820px;
  margin: 0;
  color: var(--magnet-ink);
  font-size: clamp(42px, 5.35vw, 76px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
}

.eyebrow,
.summary-kicker {
  margin: 0 0 16px;
  color: var(--magnet-blue);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: .16em;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: anywhere;
}

.hero-intro {
  max-width: 760px;
  margin: 26px 0 0;
  color: var(--magnet-muted);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-actions .button,
.closing-actions .button,
.inquiry-copy > .button {
  min-height: 52px;
}

.whatsapp-button {
  color: var(--magnet-ink);
  background: #fff;
  border-color: #b9d8c4;
}

.whatsapp-button::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 9px;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(37, 211, 102, .14);
}

.trust-note {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--magnet-muted);
  font-size: 13px;
  line-height: 1.55;
}

.trust-note span {
  color: var(--magnet-blue);
  font-weight: 900;
}

.hero-summary {
  position: relative;
  padding: clamp(28px, 3.4vw, 44px);
  color: #fff;
  background: var(--magnet-blue-dark);
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow: 0 24px 70px rgba(7, 59, 111, .22);
}

.hero-summary::after {
  content: "NdFeB";
  position: absolute;
  right: 24px;
  bottom: 12px;
  color: rgba(255, 255, 255, .055);
  font-size: clamp(46px, 7vw, 86px);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.hero-summary .summary-kicker {
  color: #8fe8f3;
}

.hero-summary h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.03em;
}

.hero-summary p:last-child {
  position: relative;
  z-index: 1;
  margin: 24px 0 0;
  padding-top: 20px;
  color: #c7dbe5;
  font-size: 13px;
  line-height: 1.6;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.hero-summary .check-list li {
  color: #e5f1f5;
}

.check-list {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 23px;
  margin: 11px 0;
  line-height: 1.5;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--magnet-cyan);
  font-weight: 900;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-heading-wide {
  max-width: 980px;
}

.section-heading h2,
.content-grid h2,
.inquiry-copy h2,
.recycling-layout h2 {
  margin: 0;
  color: var(--magnet-ink);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.section-heading > p:last-child,
.content-grid > div > p,
.inquiry-copy > p,
.recycling-layout > div > p {
  margin: 18px 0 0;
  color: var(--magnet-muted);
  font-size: 16px;
  line-height: 1.75;
}

.priority-section {
  padding-top: 86px;
  padding-bottom: 94px;
}

.priority-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.priority-card {
  min-height: 100%;
  padding: 26px 24px;
  background: #fff;
  border: 1px solid var(--magnet-line);
  box-shadow: 0 12px 32px rgba(16, 47, 56, .055);
}

.priority-card-featured {
  color: #fff;
  background: var(--magnet-blue);
  border-color: var(--magnet-blue);
}

.priority-index {
  display: block;
  margin-bottom: 34px;
  color: var(--magnet-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.priority-card-featured .priority-index {
  color: #9ceaf2;
}

.priority-card h3 {
  margin: 0;
  color: var(--magnet-ink);
  font-size: 20px;
  line-height: 1.22;
}

.priority-card-featured h3 {
  color: #fff;
}

.priority-card ul {
  padding-left: 18px;
  margin: 20px 0 0;
}

.priority-card li {
  margin: 9px 0;
  color: var(--magnet-muted);
  font-size: 14px;
  line-height: 1.5;
}

.priority-card-featured li {
  color: #e5f1f5;
}

.section-tinted {
  background: var(--magnet-soft);
}

#wertklassen {
  padding: 90px 0;
}

.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  background: #fff;
  border: 1px solid var(--magnet-line);
  box-shadow: 0 14px 38px rgba(16, 47, 56, .06);
  -webkit-overflow-scrolling: touch;
}

.data-table {
  width: 100%;
  min-width: 1080px;
  border-collapse: collapse;
  color: var(--magnet-ink);
  font-size: 13px;
  line-height: 1.48;
}

.data-table caption {
  padding: 16px 20px;
  color: var(--magnet-muted);
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  background: #eef4f7;
  border-bottom: 1px solid var(--magnet-line);
}

.data-table th,
.data-table td {
  padding: 17px 16px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #e3eaed;
  border-bottom: 1px solid #e3eaed;
}

.data-table thead th {
  color: #fff;
  font-size: 12px;
  letter-spacing: .02em;
  background: var(--magnet-blue-dark);
}

.data-table tbody th {
  min-width: 175px;
  color: var(--magnet-blue-dark);
  font-weight: 800;
  background: #f8fafb;
}

.data-table tbody tr:last-child > * {
  border-bottom: 0;
}

.data-table tr > *:last-child {
  border-right: 0;
}

.data-table a {
  color: var(--magnet-blue);
  font-weight: 800;
  text-underline-offset: 3px;
}

.relevance {
  display: inline-block;
  padding: 6px 8px;
  color: var(--magnet-blue-dark);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.25;
  background: #edf5f9;
  border: 1px solid #c9dce7;
}

.table-disclaimer,
.grade-note {
  margin: 18px 0 0;
  padding: 16px 18px;
  color: var(--magnet-muted);
  font-size: 13px;
  line-height: 1.6;
  background: #fff;
  border-left: 4px solid var(--magnet-blue);
}

.inquiry-section {
  padding: 92px 0;
}

.inquiry-layout {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.35fr);
  gap: clamp(40px, 7vw, 90px);
  align-items: start;
}

.inquiry-copy {
  position: sticky;
  top: 152px;
}

.inquiry-support {
  margin: 30px 0;
  padding: 24px;
  background: var(--magnet-soft);
  border-left: 4px solid var(--magnet-blue);
}

.inquiry-support h3 {
  margin: 0;
  color: var(--magnet-ink);
  font-size: 17px;
}

.inquiry-support .check-list {
  margin-top: 12px;
}

.inquiry-support li {
  color: var(--magnet-muted);
  font-size: 14px;
}

.contact-detail {
  font-size: 13px !important;
}

.contact-detail a {
  color: var(--magnet-blue);
  font-weight: 800;
}

.purchase-form {
  padding: clamp(26px, 4vw, 46px);
  background: #fff;
  border: 1px solid var(--magnet-line);
  box-shadow: 0 18px 48px rgba(16, 47, 56, .09);
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.required-note {
  margin: 0 0 18px;
  color: var(--magnet-muted);
  font-size: 12px;
  text-align: right;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.form-grid label,
.file-field {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: var(--magnet-ink);
  font-size: 13px;
  font-weight: 800;
}

.form-grid label > span:first-child small {
  color: var(--magnet-muted);
  font-weight: 500;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--magnet-ink);
  font: 500 15px/1.4 Arial, Helvetica, sans-serif;
  background: #fff;
  border: 1px solid #aabdc3;
  border-radius: 0;
}

.form-grid textarea {
  min-height: 136px;
  resize: vertical;
}

.form-grid input:user-invalid,
.form-grid select:user-invalid,
.form-grid textarea:user-invalid,
.privacy-field input:user-invalid {
  border-color: #a52828;
  box-shadow: 0 0 0 2px rgba(165, 40, 40, .12);
}

.form-span {
  grid-column: 1 / -1;
}

.file-field input[type="file"] {
  min-height: 58px;
  padding: 10px;
  background: var(--magnet-soft);
}

.file-field > small {
  color: var(--magnet-muted);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
}

.field-error {
  color: #9c1f1f;
  font-size: 12px;
  font-weight: 700;
}

.privacy-field {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 11px;
  align-items: start;
  margin: 24px 0;
  color: var(--magnet-muted);
  font-size: 13px;
  line-height: 1.55;
}

.privacy-field input {
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
}

.privacy-field a {
  color: var(--magnet-blue);
  font-weight: 800;
}

.form-submit {
  width: 100%;
  min-height: 52px;
}

.form-submit[disabled] {
  cursor: wait;
  opacity: .65;
}

.form-disclaimer {
  margin: 14px 0 0;
  color: var(--magnet-muted);
  font-size: 12px;
  line-height: 1.55;
}

.form-result {
  margin-top: 18px;
  padding: 15px 17px;
  color: var(--magnet-ink);
  font-size: 13px;
  line-height: 1.55;
  background: var(--magnet-soft);
  border-left: 4px solid var(--magnet-blue);
}

.form-result p {
  margin: 0;
}

.topic-index {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  background: #fff;
  border-top: 1px solid var(--magnet-line);
  border-bottom: 1px solid var(--magnet-line);
}

.topic-index strong,
.topic-index a {
  padding: 6px 10px;
  font-size: 12px;
}

.topic-index a {
  color: var(--magnet-blue);
  font-weight: 800;
  background: #edf5f9;
}

.content-section,
#typen,
#legierung,
.manufacturing-section,
.value-factors,
.faq-section {
  padding-top: 92px;
  padding-bottom: 92px;
}

#magnetfamilien,
#anwendungen,
#erkennung {
  padding: 92px 0;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: clamp(40px, 7vw, 86px);
  align-items: start;
}

.fact-card,
.alloy-feature {
  padding: 30px;
  background: var(--magnet-soft);
  border-top: 5px solid var(--magnet-blue);
}

.fact-card h3,
.alloy-feature h3 {
  margin: 0;
  color: var(--magnet-ink);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.fact-card ul {
  padding-left: 18px;
  margin: 18px 0 0;
}

.fact-card li,
.fact-card p,
.alloy-feature p {
  margin-top: 10px;
  color: var(--magnet-muted);
  font-size: 14px;
  line-height: 1.65;
}

.formula {
  display: inline-block;
  padding: 0 .22em;
  color: var(--magnet-blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  white-space: nowrap;
}

.compact-table {
  min-width: 920px;
}

.knowledge-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.knowledge-cards article {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--magnet-line);
  box-shadow: 0 12px 34px rgba(16, 47, 56, .055);
}

.knowledge-cards h3,
.split-panel h3,
.recycling-cards h3,
.factor-grid h3 {
  margin: 0;
  color: var(--magnet-ink);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.knowledge-cards p,
.split-panel p,
.recycling-cards p,
.factor-grid li {
  color: var(--magnet-muted);
  font-size: 14px;
  line-height: 1.7;
}

.split-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.split-panel > div {
  padding: 30px;
  background: var(--magnet-soft);
}

.two-column-list {
  columns: 2;
  gap: 30px;
  padding-left: 18px;
  color: var(--magnet-muted);
  font-size: 14px;
  line-height: 1.65;
}

.two-column-list li {
  break-inside: avoid;
  margin: 6px 0;
}

.dark-section {
  color: #fff;
  background: #071f27;
}

.grade-section,
#recycling {
  padding: 94px 0;
}

.section-heading-light h2,
.recycling-layout h2 {
  color: #fff;
}

.section-heading-light > p:last-child,
.recycling-layout > div > p {
  color: #bfd1d8;
}

.section-heading-light .formula {
  color: #91e4ef;
}

.table-scroll-dark {
  border-color: #31505a;
  box-shadow: none;
}

.grade-table {
  min-width: 1050px;
}

.grade-note {
  color: #d4e2e7;
  background: rgba(255, 255, 255, .07);
  border-left-color: var(--magnet-cyan);
}

.alloy-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
}

.manufacturer-note {
  padding: 18px;
  background: var(--magnet-soft);
  border-left: 4px solid var(--magnet-blue);
}

.alloy-feature {
  color: #fff;
  background: var(--magnet-blue-dark);
  border-top-color: var(--magnet-cyan);
}

.alloy-feature h3 {
  color: #fff;
  font-size: 30px;
}

.alloy-feature p {
  color: #d5e5eb;
}

.applications-table {
  min-width: 980px;
}

.process-steps {
  padding: 0;
  margin: 0;
  list-style: none;
}

.technical-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--magnet-line);
  border-left: 1px solid var(--magnet-line);
}

.technical-steps li {
  min-height: 100%;
  padding: 24px;
  border-right: 1px solid var(--magnet-line);
  border-bottom: 1px solid var(--magnet-line);
}

.technical-steps > li > span,
.process-grid > li > span {
  display: block;
  margin-bottom: 38px;
  color: var(--magnet-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.technical-steps h3,
.process-grid h3 {
  margin: 0;
  color: var(--magnet-ink);
  font-size: 18px;
  line-height: 1.25;
}

.technical-steps p,
.process-grid p {
  margin: 12px 0 0;
  color: var(--magnet-muted);
  font-size: 13px;
  line-height: 1.65;
}

.material-streams {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.material-streams span {
  padding: 8px 12px;
  color: var(--magnet-blue-dark);
  font-size: 12px;
  font-weight: 800;
  background: #edf5f9;
  border: 1px solid #c9dce7;
}

.recycling-layout {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: clamp(42px, 8vw, 100px);
}

.recycling-cards {
  display: grid;
  gap: 14px;
}

.recycling-cards article {
  padding: 25px;
  background: rgba(255, 255, 255, .07);
  border-left: 4px solid var(--magnet-cyan);
}

.recycling-cards h3 {
  color: #fff;
}

.recycling-cards p {
  margin-bottom: 0;
  color: #bfd1d8;
}

.safety-note {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  padding: 17px 19px;
  color: #d5e5eb;
  font-size: 13px;
  line-height: 1.6;
  background: rgba(255, 255, 255, .07);
}

.factor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.factor-grid article {
  padding: 30px;
  background: #fff;
  border: 1px solid var(--magnet-line);
  border-top: 5px solid var(--magnet-blue);
}

.factor-negative {
  border-top-color: #6f7d83 !important;
}

.factor-grid ul {
  columns: 2;
  gap: 32px;
  padding-left: 18px;
  margin: 20px 0 0;
}

.factor-grid li {
  break-inside: avoid;
  margin: 8px 0;
}

.process {
  padding: 92px 0;
  background: #fff;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  margin: 0;
  list-style: none;
  background: var(--magnet-line);
}

.process-grid li {
  padding: 27px 22px;
  background: #fff;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.faq-grid details {
  align-self: start;
  background: #fff;
  border: 1px solid var(--magnet-line);
}

.faq-grid summary {
  position: relative;
  padding: 20px 48px 20px 20px;
  color: var(--magnet-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.faq-grid summary::-webkit-details-marker {
  display: none;
}

.faq-grid summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 20px;
  color: var(--magnet-blue);
  font-size: 23px;
  font-weight: 400;
}

.faq-grid details[open] summary::after {
  content: "−";
}

.faq-grid details p {
  padding: 0 20px 20px;
  margin: 0;
  color: var(--magnet-muted);
  font-size: 14px;
  line-height: 1.7;
}

.site-footer .closing-actions {
  justify-content: center;
}

.footer-trust-inner > span:last-child {
  color: #d7e8ee;
}

@media (min-width: 1024px) {
  .header-inner {
    min-height: 124px;
  }

  .header-brand {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 12px;
    align-items: end;
  }

  .header-brand .brand-mark {
    grid-row: 1 / 3;
    grid-column: 1;
    align-self: end;
  }

  .header-brand .header-globe-logo {
    grid-row: 1;
    grid-column: 2;
    align-self: end;
    margin: 0 0 -2px;
    transform: translateX(-10px);
  }

  .header-brand .brand-copy {
    grid-row: 2;
    grid-column: 2;
  }

  .site-nav a {
    color: var(--magnet-blue);
  }
}

@media (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 900px;
  }

  .hero-summary {
    max-width: 760px;
  }

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

  .technical-steps,
  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  html {
    scroll-padding-top: 86px;
  }

  .header-service-hours,
  .header-visible-number {
    display: none;
  }

  .hero-grid,
  .inquiry-layout,
  .content-grid,
  .alloy-grid,
  .recycling-layout {
    grid-template-columns: 1fr;
  }

  .hero-summary {
    max-width: 690px;
  }

  .inquiry-copy {
    position: static;
  }

  .knowledge-cards {
    grid-template-columns: 1fr;
  }

  .recycling-layout .safety-note {
    grid-column: auto;
  }
}

@media (max-width: 700px) {
  .breadcrumb {
    padding-top: 18px;
  }

  .magnet-hero {
    padding-top: 38px;
    padding-bottom: 54px;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 9.75vw, 38px);
    line-height: 1.02;
  }

  .hero-intro {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .hero-actions,
  .closing-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .closing-actions .button,
  .inquiry-copy > .button {
    justify-content: center;
    width: 100%;
    min-height: 50px;
    text-align: center;
  }

  .priority-section,
  #wertklassen,
  .inquiry-section,
  .content-section,
  #typen,
  #legierung,
  .manufacturing-section,
  .value-factors,
  .faq-section,
  #magnetfamilien,
  #anwendungen,
  #erkennung,
  .grade-section,
  #recycling,
  .process {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .priority-grid,
  .split-panel,
  .factor-grid,
  .faq-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-span {
    grid-column: auto;
  }

  .technical-steps,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .technical-steps li,
  .process-grid li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 0 14px;
  }

  .technical-steps > li > span,
  .process-grid > li > span {
    grid-row: 1 / 3;
    margin: 3px 0 0;
  }

  .technical-steps p,
  .process-grid p {
    grid-column: 2;
  }

  .factor-grid ul {
    columns: 1;
  }

  .topic-index {
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: thin;
  }

  .topic-index strong,
  .topic-index a {
    flex: none;
  }

  .table-scroll::after {
    content: "Tabelle horizontal verschieben →";
    position: sticky;
    right: 0;
    display: block;
    width: max-content;
    margin-left: auto;
    padding: 7px 10px;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    background: var(--magnet-blue);
  }

  .table-scroll-dark::after {
    background: #18a8bb;
  }

  .two-column-list {
    columns: 1;
  }
}

@media (max-width: 480px) {
  .header-brand .brand-copy b {
    font-size: 11px;
    letter-spacing: .04em;
  }

  .header-brand .brand-copy small,
  .header-brand .brand-slogan {
    display: none;
  }

  .hero-summary,
  .priority-card,
  .purchase-form,
  .fact-card,
  .alloy-feature,
  .knowledge-cards article,
  .split-panel > div,
  .factor-grid article {
    padding: 24px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
