:root {
  --red: #e93618;
  --red-dark: #c82c15;
  --ink: #26282b;
  --muted: #757b82;
  --line: #e8eaed;
  --paper: #ffffff;
  --soft: #f4f4f5;
  --footer: #202529;
  --container: 1080px;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
}

main:focus {
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(233, 54, 24, 0.45);
  outline-offset: 3px;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  left: 22px;
  top: 14px;
  z-index: 100;
  padding: 12px 16px;
  color: #fff;
  background: var(--red);
  border-radius: 4px;
  font-weight: 900;
  transform: translateY(-140%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(250px, 340px) minmax(220px, 1fr) auto;
  grid-template-areas:
    "brand search language"
    "nav nav nav";
  align-items: center;
  gap: 12px 28px;
  min-height: auto;
  padding: 16px max(22px, calc((100vw - var(--container)) / 2)) 12px;
  background: rgba(255, 255, 255, 0.985);
  border-bottom: 1px solid rgba(32, 38, 43, 0.1);
  box-shadow: 0 5px 22px rgba(20, 20, 20, 0.035);
  transition: box-shadow 220ms ease, background 220ms ease;
}

.site-header.is-at-top {
  min-height: auto;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 2px 18px rgba(20, 20, 20, 0.03);
}

.brand {
  grid-area: brand;
  display: inline-flex;
  align-items: center;
  width: min(330px, 100%);
  max-width: 100%;
}

.site-header .brand {
  transition: width 220ms ease;
}

.site-header.is-at-top .brand {
  width: min(340px, 100%);
  max-width: 100%;
}

.brand img {
  width: 100%;
  height: auto;
  display: block;
}

.product-search {
  grid-area: search;
  position: relative;
  z-index: 32;
  justify-self: end;
  width: min(360px, 100%);
  min-width: 220px;
}

.language-switcher {
  grid-area: language;
  position: relative;
  z-index: 34;
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(32, 38, 43, 0.12);
  border-radius: 999px;
  background: #f5f6f6;
}

.language-switcher-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-width: 36px;
  height: 34px;
  padding: 0 8px;
  color: rgba(32, 38, 43, 0.68);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.language-switcher-link:hover,
.language-switcher-link:focus-visible {
  color: var(--red);
  background: #fff;
}

.language-switcher-link.is-active {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 8px 18px rgba(20, 20, 20, 0.12);
}

.language-switcher-flag {
  display: inline-block;
  width: 22px;
  height: 15px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 1;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 0 1px rgba(32, 38, 43, 0.18);
}

.language-switcher-link[lang="de"] .language-switcher-flag {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12'%3E%3Cpath fill='%23000' d='M0 0h18v4H0z'/%3E%3Cpath fill='%23dd0000' d='M0 4h18v4H0z'/%3E%3Cpath fill='%23ffce00' d='M0 8h18v4H0z'/%3E%3C/svg%3E");
}

.language-switcher-link[lang="en"] .language-switcher-flag {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'%3E%3Cpath fill='%23012169' d='M0 0h60v40H0z'/%3E%3Cpath stroke='%23fff' stroke-width='8' d='M0 0l60 40M60 0 0 40'/%3E%3Cpath stroke='%23c8102e' stroke-width='4' d='M0 0l60 40M60 0 0 40'/%3E%3Cpath stroke='%23fff' stroke-width='14' d='M30 0v40M0 20h60'/%3E%3Cpath stroke='%23c8102e' stroke-width='8' d='M30 0v40M0 20h60'/%3E%3C/svg%3E");
}

.language-switcher-link[lang="nl"] .language-switcher-flag {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12'%3E%3Cpath fill='%23ae1c28' d='M0 0h18v4H0z'/%3E%3Cpath fill='%23fff' d='M0 4h18v4H0z'/%3E%3Cpath fill='%2321468b' d='M0 8h18v4H0z'/%3E%3C/svg%3E");
}

.language-switcher-link span:not(.language-switcher-flag) {
  display: none;
}

.language-switcher.is-compact {
  display: inline-flex;
  gap: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.language-switcher.is-compact .language-switcher-link {
  min-width: 42px;
  height: 32px;
  padding: 0 18px 0 8px;
  border: 1px solid rgba(32, 38, 43, 0.12);
  background: #fff;
  box-shadow: 0 10px 24px rgba(20, 20, 20, 0.1);
}

.language-switcher.is-compact .language-switcher-link.is-active {
  position: relative;
  z-index: 2;
  color: #fff;
  background: var(--ink);
  cursor: pointer;
}

.language-switcher.is-compact .language-switcher-link.is-active::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  transform: translateY(-35%);
  transition: transform 160ms ease;
}

.language-switcher.is-compact.is-open .language-switcher-link.is-active::after {
  transform: translateY(-35%) rotate(180deg);
}

.language-switcher.is-compact .language-switcher-link:not(.is-active) {
  position: absolute;
  right: 0;
  top: calc(100% + 8px + (var(--language-option-index, 0) * 40px));
  z-index: 1;
  color: var(--ink);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 160ms ease, transform 160ms ease, color 160ms ease, background 160ms ease;
}

.language-switcher.is-compact.is-open .language-switcher-link:not(.is-active) {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.product-search-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  align-items: center;
  min-height: 42px;
  overflow: hidden;
  border: 1px solid rgba(32, 38, 43, 0.12);
  border-radius: 999px;
  background: #f5f6f6;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.68);
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.product-search:focus-within .product-search-field {
  border-color: rgba(233, 54, 24, 0.42);
  background: #fff;
  box-shadow: 0 12px 28px rgba(20, 20, 20, 0.08);
}

.product-search input {
  min-width: 0;
  width: 100%;
  height: 42px;
  padding: 0 0 0 16px;
  color: var(--ink);
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  outline: none;
}

.product-search input::placeholder {
  color: rgba(32, 38, 43, 0.52);
}

.product-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 2px;
  color: var(--ink);
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease;
}

.product-search button:hover,
.product-search button:focus-visible {
  color: #fff;
  background: var(--red);
}

.product-search button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
}

.product-search-results {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: min(430px, calc(100vw - 44px));
  max-height: min(430px, calc(100vh - 120px));
  overflow-y: auto;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 249, 249, 0.95)),
    #fff;
  box-shadow: 0 24px 54px rgba(20, 20, 20, 0.18);
  backdrop-filter: blur(18px);
}

.product-search-results[hidden] {
  display: none;
}

.product-search-results a {
  display: grid;
  gap: 3px;
  padding: 11px 12px;
  color: var(--ink);
  border-radius: 7px;
  text-decoration: none;
}

.product-search-results a:hover,
.product-search-results a:focus-visible {
  color: var(--red);
  background: rgba(233, 54, 24, 0.07);
}

.product-search-results strong {
  font-size: 13px;
  line-height: 1.2;
}

.product-search-results span,
.product-search-empty {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.product-search-empty {
  margin: 0;
  padding: 13px 12px;
}

.main-nav {
  grid-area: nav;
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.15vw, 28px);
  width: 100%;
  margin-left: 0;
  padding-top: 11px;
  border-top: 1px solid rgba(32, 38, 43, 0.08);
  font-size: 13px;
  font-weight: 850;
}

.main-nav a,
.main-nav summary {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  color: rgba(32, 38, 43, 0.84);
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.main-nav a:hover,
.main-nav summary:hover {
  color: var(--red);
}

.main-nav a[aria-current="page"],
.main-nav summary[aria-current="page"] {
  color: var(--red);
}

.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-dropdown summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 2px;
  list-style: none;
  cursor: pointer;
  outline: none;
}

.nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown summary::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0.72;
  transform: translateY(-1px) rotate(45deg);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-dropdown[open] summary::after,
.nav-dropdown:hover summary::after {
  opacity: 1;
  transform: translateY(2px) rotate(225deg);
}

.nav-dropdown::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 120px;
  height: 24px;
  transform: translateX(-50%);
}

.nav-dropdown-panel {
  position: fixed;
  top: 126px;
  left: 50%;
  z-index: 30;
  display: grid;
  grid-template-columns: repeat(4, minmax(170px, 1fr));
  gap: 14px;
  width: min(1080px, calc(100vw - 44px));
  padding: 16px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  border: 1px solid rgba(32, 38, 43, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(248, 249, 249, 0.97)),
    #fff;
  box-shadow: 0 22px 60px rgba(20, 20, 20, 0.14);
  backdrop-filter: blur(12px);
  transform: translate(-50%, 10px);
  transition: opacity 190ms ease, transform 190ms ease, visibility 190ms ease;
}

@media (min-width: 901px) {
  .nav-dropdown-panel {
    left: 50%;
    right: auto;
    width: min(1080px, calc(100vw - 44px));
  }
}

.nav-dropdown:hover .nav-dropdown-panel,
.nav-dropdown:focus-within .nav-dropdown-panel,
.nav-dropdown[open] .nav-dropdown-panel {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.nav-dropdown-column {
  display: grid;
  align-content: start;
  gap: 5px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(32, 38, 43, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.nav-dropdown-column strong {
  margin-bottom: 8px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-dropdown-column a {
  color: var(--ink);
  padding: 7px 9px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.nav-dropdown-column a:hover {
  color: var(--red);
  background: rgba(233, 54, 24, 0.07);
}

.nav-dropdown-column .nav-dropdown-overview {
  margin-bottom: 10px;
  color: #fff;
  background: var(--ink);
}

.nav-dropdown-column .nav-dropdown-overview:hover {
  color: #fff;
  background: var(--red);
}

.shop-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 38px;
  margin-left: auto;
  padding: 0 15px;
  color: #fff;
  border-left: 3px solid var(--red);
  background: var(--ink);
  text-transform: none;
  letter-spacing: 0.01em;
}

.shop-link:hover {
  color: #fff;
  border-color: var(--red-dark);
  background: var(--red);
}

.shop-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.main-nav .shop-link,
.main-nav .shop-link:hover,
.main-nav .shop-link:focus-visible {
  color: #fff;
}

.main-nav .shop-link svg {
  color: #fff;
  fill: #fff;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: #fff;
}

.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(5, 8, 10, 0.84) 0%, rgba(5, 8, 10, 0.65) 38%, rgba(5, 8, 10, 0.25) 70%),
    linear-gradient(0deg, rgba(5, 8, 10, 0.45), rgba(5, 8, 10, 0.28)),
    url("assets/hero-steel-warehouse-saw.png") center / cover no-repeat;
}

.hero-content {
  width: min(var(--container), calc(100% - 44px));
  margin: 0 auto;
  padding: 70px 0 120px;
  color: #fff;
}

.eyebrow {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.hero h1 span {
  display: block;
  color: var(--red);
}

.hero p:not(.eyebrow) {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  line-height: 1.7;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border: 2px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: #fff;
  background: var(--red);
}

.button.primary:hover {
  background: var(--red-dark);
}

.button.ghost {
  color: #fff;
  border-color: #fff;
}

.button.outline {
  color: var(--ink);
  border-color: var(--ink);
}

.button.light {
  min-width: 210px;
  color: var(--red);
  background: #fff;
}

.stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(900px, calc(100% - 40px));
  min-height: 112px;
  margin: -58px auto 0;
  overflow: hidden;
  background: var(--red);
  border-radius: 5px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.stats div {
  display: grid;
  place-content: center;
  text-align: center;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.stats div:last-child {
  border-right: 0;
}

.stats strong {
  font-size: 30px;
  line-height: 1;
}

.stats span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.72);
}

.section {
  padding: 94px 22px 90px;
}

.section-heading {
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading span {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-heading h2,
.story-copy h2,
.cta h2 {
  margin: 9px 0 0;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.section-heading::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 20px auto 0;
  background: var(--red);
}

.products {
  padding-top: 104px;
  background: #fff;
}

.products-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 7vw, 76px);
  width: min(var(--container), 100%);
  margin: 0 auto 46px;
}

.products-heading {
  margin: 0;
  text-align: left;
}

.products-heading::after {
  margin-left: 0;
}

.products-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.products-copy p + p {
  margin-top: 18px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.product-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.product-card > div {
  padding: 24px;
}

.product-label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.product-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  line-height: 1.45;
  list-style: none;
}

.product-card li {
  position: relative;
  padding-left: 18px;
}

.product-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 2px;
  background: var(--red);
}

.product-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-detail-link::after {
  content: "\203A";
  font-size: 18px;
  line-height: 1;
  transition: transform 160ms ease;
}

.product-detail-link:hover::after {
  transform: translateX(3px);
}

.product-detail-hero {
  padding: 82px 22px 76px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(233, 54, 24, 0.22), transparent 32%),
    linear-gradient(135deg, #171b1f 0%, #262b30 58%, #15181b 100%);
}

.product-detail-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 48px;
  align-items: center;
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.product-detail-copy h1 {
  max-width: 720px;
  margin: 12px 0 0;
  font-size: clamp(40px, 5.8vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.product-detail-copy p {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.7;
}

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

.product-detail-visual {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
}

.product-detail-visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.product-detail-visual figcaption {
  padding: 15px 18px 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.5;
}

.product-detail-section {
  padding: 92px 22px 98px;
  background: #fff;
}

.product-detail-intro {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 52px;
  align-items: end;
  width: min(var(--container), 100%);
  margin: 0 auto 34px;
}

.product-detail-intro h2 {
  max-width: 610px;
  margin: 10px 0 0;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.product-detail-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.product-subgroup-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.product-subgroup-card {
  position: relative;
  min-height: 300px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 1)),
    #fff;
  box-shadow: 0 14px 36px rgba(20, 20, 20, 0.055);
}

.product-subgroup-card::after {
  content: "";
  position: absolute;
  right: -54px;
  top: -54px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(233, 54, 24, 0.08);
}

.product-subgroup-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.product-subgroup-card h3 {
  margin: 22px 0 12px;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.product-subgroup-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.product-subgroup-card ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
  list-style: none;
}

.product-subgroup-card li {
  position: relative;
  padding-left: 18px;
}

.product-subgroup-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 2px;
  background: var(--red);
}



.product-subgroup-card-linked {
  min-height: 340px;
}

.product-link-list a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(233, 54, 24, 0.28);
  transition: color 160ms ease, border-color 160ms ease;
}

.product-link-list a:hover {
  color: var(--red);
  border-color: currentColor;
}

.product-subpage-section {
  padding-bottom: 58px;
}

.product-spec-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1.18fr);
  gap: 28px;
  align-items: start;
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.product-copy-panel,
.product-table-wrap {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(20, 20, 20, 0.055);
}

.product-copy-panel {
  padding: 32px;
}

.product-copy-panel h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.18;
}

.product-copy-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.product-copy-panel ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding-left: 18px;
  color: var(--ink);
  font-weight: 750;
}

.product-table-wrap {
  overflow-x: auto;
}

.product-spec-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 420px;
  font-size: 15px;
}

.product-spec-table th,
.product-spec-table td {
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.product-spec-table th {
  color: var(--ink);
  background: #f4f5f6;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-spec-table td:last-child {
  font-weight: 850;
  white-space: nowrap;
}

.product-spec-table tr:last-child td {
  border-bottom: 0;
}

.product-related-section {
  padding-top: 44px;
  padding-bottom: 70px;
  background: #f7f7f5;
}

.product-related-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 850;
}

.product-detail-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  width: min(var(--container), calc(100% - 44px));
  margin: 0 auto 96px;
  padding: 42px;
  color: #fff;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(233, 54, 24, 0.95), rgba(200, 44, 21, 0.95)),
    var(--red);
  box-shadow: 0 18px 40px rgba(233, 54, 24, 0.22);
}

.product-detail-cta .tag {
  color: rgba(255, 255, 255, 0.72);
}

.product-detail-cta .button.primary {
  color: var(--red);
  background: #fff;
}

.product-detail-cta .button.primary:hover {
  color: var(--red-dark);
  background: rgba(255, 255, 255, 0.94);
}

.product-detail-cta h2 {
  margin: 8px 0 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.product-detail-cta p {
  max-width: 700px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.service-card {
  min-height: 245px;
  padding: 44px 34px;
  text-align: center;
  border: 1px solid var(--line);
  background: #fff;
}

.service-card svg {
  width: 52px;
  height: 52px;
  margin: 0 auto 22px;
  fill: #b1b4b9;
}

.service-card h3 {
  margin: 0 0 13px;
  font-size: 21px;
  letter-spacing: -0.02em;
}

.service-card p,
.story-copy p,
.site-footer p,
.contact-list,
.footer-links {
  color: var(--muted);
  line-height: 1.65;
}

.service-card p {
  margin: 0;
}

.service-more {
  display: inline-flex;
  margin-top: 16px;
  color: var(--red);
  font-weight: 900;
}

.processing-detail {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(30px, 6vw, 68px);
  width: min(var(--container), 100%);
  margin: 32px auto 0;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.07);
}

.processing-intro h3 {
  margin: 16px 0 0;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.processing-intro p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.processing-intro .button {
  margin-top: 26px;
}

.processing-list {
  display: grid;
  gap: 14px;
}

.processing-list article {
  padding: 22px;
  border-radius: 8px;
  background: var(--soft);
}

.processing-list h4 {
  margin: 0 0 12px;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.processing-list ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  line-height: 1.5;
  list-style: none;
}

.processing-list li {
  position: relative;
  padding-left: 18px;
}

.processing-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 2px;
  background: var(--red);
}

.procurement-box {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(28px, 6vw, 64px);
  width: min(var(--container), 100%);
  margin: 32px auto 0;
  padding: 38px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(32, 37, 41, 0.96), rgba(32, 37, 41, 0.88)),
    url("assets/steel-profiles.png") center / cover no-repeat;
  border-radius: 8px;
}

.procurement-box .tag {
  background: var(--red);
}

.procurement-box h3 {
  margin: 16px 0 0;
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.procurement-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.72;
}

.procurement-box p + p {
  margin-top: 16px;
}

.sheet-cutting {
  padding: 92px 22px;
  background: #fff;
}

.sheet-cutting-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: clamp(38px, 7vw, 78px);
  width: min(var(--container), 100%);
  margin: 0 auto;
  align-items: center;
}

.sheet-cutting-media img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.sheet-cutting-copy h2 {
  margin: 9px 0 0;
  font-size: clamp(32px, 5vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.sheet-cutting-copy > p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.sheet-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.sheet-options article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.sheet-options h3 {
  margin: 0 0 8px;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.sheet-options p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.sheet-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.story {
  padding: 92px 22px;
  background: var(--soft);
}

.story-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: clamp(42px, 7vw, 82px);
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.story-inner img {
  width: 100%;
  aspect-ratio: 16 / 8.4;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 11px 28px rgba(0, 0, 0, 0.2);
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  color: #fff;
  background: var(--ink);
  font-weight: 800;
}

.story-copy p {
  margin: 22px 0 0;
}

.story-copy .button {
  margin-top: 28px;
}

.story-copy .location-button {
  margin-left: 10px;
}

.cta {
  position: relative;
  padding: 82px 22px;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(rgba(233, 54, 24, 0.92), rgba(233, 54, 24, 0.92)),
    url("assets/steel-profiles.png") center / cover no-repeat;
}

.cta h2 {
  color: var(--ink);
  font-size: clamp(34px, 5vw, 48px);
}

.cta p {
  margin: 18px 0 26px;
  font-size: 18px;
  font-weight: 700;
}

.contact-section {
  padding: 92px 22px;
  background: var(--soft);
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 7vw, 76px);
  width: min(var(--container), 100%);
  margin: 0 auto;
  align-items: start;
}

.section-kicker {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-copy h2 {
  margin: 9px 0 0;
  font-size: clamp(32px, 5vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.contact-copy p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.contact-highlights {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.contact-highlights li {
  position: relative;
  padding-left: 22px;
  color: var(--ink);
  font-weight: 800;
}

.contact-highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 9px;
  height: 3px;
  background: var(--red);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #d8dce0;
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
  min-height: 150px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(233, 54, 24, 0.18);
  border-color: var(--red);
}

.privacy-check {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.5;
}

.privacy-check input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--red);
}

.form-submit {
  width: fit-content;
  margin-top: 4px;
  border: 0;
  cursor: pointer;
}

.form-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.contact-response-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(32, 38, 43, 0.92), rgba(32, 38, 43, 0.76)),
    url("assets/hero-steel-warehouse-saw.png") center / cover no-repeat;
}

.contact-response-card {
  display: grid;
  gap: 18px;
  width: min(760px, 100%);
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.contact-response-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 10px;
}

.contact-response-head .brand {
  width: 240px;
  max-width: 100%;
}

.contact-response-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  color: #fff;
  border-radius: 50%;
  background: var(--red);
  font-size: 28px;
  font-weight: 900;
  box-shadow: 0 16px 30px rgba(233, 54, 24, 0.24);
}

.contact-response-error .contact-response-status {
  background: #20262b;
}

.contact-response-card h1 {
  margin: 0;
  font-size: clamp(32px, 5vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.contact-response-card p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.contact-response-next {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7f7f5;
}

.contact-response-next h2 {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.2;
}

.contact-response-next ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-response-next li {
  position: relative;
  padding-left: 22px;
  color: var(--ink);
  line-height: 1.5;
  font-weight: 750;
}

.contact-response-next li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 2px;
  background: var(--red);
}

.contact-response-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.contact-response-meta {
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 13px !important;
}

.home-faq {
  padding: 88px 22px;
  background: #fff;
}

.home-faq-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(32px, 7vw, 76px);
  width: min(var(--container), 100%);
  margin: 0 auto;
  align-items: start;
}

.home-faq-heading p {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.home-faq-list {
  display: grid;
  gap: 12px;
}

.home-faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.045);
}

.home-faq summary {
  padding: 20px 22px;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.home-faq summary::marker {
  color: var(--red);
}

.home-faq details[open] summary {
  border-bottom: 1px solid var(--line);
}

.home-faq p {
  margin: 0;
  padding: 18px 22px 22px;
  color: var(--muted);
  line-height: 1.65;
}

.history-hero {
  padding: 96px 22px 88px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 8, 10, 0.9), rgba(5, 8, 10, 0.55)),
    url("assets/hero-steel-warehouse-saw.png") center / cover no-repeat;
}

.history-hero > div {
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb a + a::before,
.breadcrumb span::before,
.breadcrumb strong::before {
  content: "\203A";
  margin-right: 8px;
  color: var(--red);
}

.breadcrumb strong {
  color: #fff;
}

.history-hero h1 {
  max-width: 820px;
  margin: 10px 0 0;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.history-hero p {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
  line-height: 1.6;
}

.history-intro {
  padding: 78px 22px;
  background: #fff;
}

.history-intro-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 7vw, 76px);
  width: min(var(--container), 100%);
  margin: 0 auto;
  align-items: center;
}

.history-intro h2 {
  margin: 16px 0 0;
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.history-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.history-gallery {
  position: relative;
  overflow: hidden;
  padding: 0 22px 96px;
  background: #fff;
}

.history-gallery::before,
.history-archive::before {
  content: "";
  position: absolute;
  inset: 18px auto auto 0;
  width: 38vw;
  height: 38vw;
  max-width: 520px;
  max-height: 520px;
  background: radial-gradient(circle, rgba(231, 48, 23, 0.08), rgba(231, 48, 23, 0));
  pointer-events: none;
}

.history-gallery .section-heading,
.history-archive .section-heading {
  position: relative;
  z-index: 1;
}

.history-gallery .section-heading p,
.history-archive .section-heading p {
  max-width: 760px;
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.history-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: minmax(188px, auto);
  gap: 18px;
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.history-photo,
.history-archive-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #20262b;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
  transform: translateY(0);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.history-photo-featured {
  grid-column: span 7;
  grid-row: span 2;
  min-height: 610px;
}

.history-photo:not(.history-photo-featured) {
  grid-column: span 5;
  min-height: 296px;
}

.history-photo::after,
.history-archive-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(10, 13, 16, 0.06) 0%, rgba(10, 13, 16, 0.22) 42%, rgba(10, 13, 16, 0.82) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.history-photo::before,
.history-archive-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(110deg, transparent 15%, rgba(255, 255, 255, 0.24) 48%, transparent 70%);
  opacity: 0;
  transform: translateX(-120%);
  transition: opacity 280ms ease, transform 760ms ease;
  pointer-events: none;
}

.history-photo img,
.history-archive-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.05);
  transform: scale(1);
  transition: transform 700ms ease, filter 700ms ease;
}

.history-photo-featured img {
  min-height: 610px;
}

.history-photo figcaption,
.history-archive-card figcaption {
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  display: grid;
  gap: 7px;
  padding: 24px;
  color: #fff;
  transform: translateY(8px);
  transition: transform 260ms ease;
}

.history-photo-featured figcaption {
  padding: 34px;
}

.history-photo-year {
  display: inline-flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 18px rgba(231, 48, 23, 0.26);
}

.history-photo strong,
.history-archive-card strong {
  color: #fff;
  font-size: clamp(18px, 2.1vw, 25px);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.history-photo span:not(.history-photo-year),
.history-archive-card span:not(.history-photo-year) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.5;
}

.history-photo:hover,
.history-archive-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.18);
}

.history-photo:hover::before,
.history-archive-card:hover::before {
  opacity: 1;
  transform: translateX(120%);
}

.history-photo:hover img,
.history-archive-card:hover img {
  filter: saturate(1.04) contrast(1.1);
  transform: scale(1.055);
}

.history-photo:hover figcaption,
.history-archive-card:hover figcaption {
  transform: translateY(0);
}

.history-archive {
  position: relative;
  overflow: hidden;
  padding: 0 22px 104px;
  background: #fff;
}

.history-archive::before {
  inset: auto 0 -180px auto;
  background: radial-gradient(circle, rgba(32, 38, 43, 0.08), rgba(32, 38, 43, 0));
}

.history-archive-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 218px;
  grid-auto-flow: dense;
  gap: 18px;
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.history-archive-card {
  grid-column: span 4;
  min-height: 218px;
}

.history-archive-wide {
  grid-column: span 8;
  grid-row: span 2;
}

.history-archive-tall {
  grid-row: span 2;
}

.history-document-card {
  grid-row: span 3;
  background: #e8e1d4;
}

.history-document-card::after {
  background:
    linear-gradient(180deg, rgba(10, 13, 16, 0) 0%, rgba(10, 13, 16, 0.08) 50%, rgba(10, 13, 16, 0.82) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0));
}

.history-document-card img {
  padding: 18px 18px 112px;
  object-fit: contain;
  filter: sepia(0.1) saturate(0.92) contrast(1.03);
}

.history-document-card:hover img {
  filter: sepia(0.08) saturate(1) contrast(1.06);
}

.timeline-section {
  padding: 88px 22px;
  background: var(--soft);
}

.timeline {
  position: relative;
  display: grid;
  gap: 22px;
  width: min(920px, 100%);
  margin: 0 auto;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 104px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: #d8dce0;
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 38px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 98px;
  top: 20px;
  width: 14px;
  height: 14px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 1px rgba(233, 54, 24, 0.2);
}

.timeline-item time {
  padding-top: 12px;
  color: var(--red);
  font-size: 22px;
  font-weight: 950;
  text-align: right;
}

.timeline-item > div {
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
}

.timeline-item h3 {
  margin: 0 0 10px;
  font-size: 22px;
  letter-spacing: -0.025em;
}

.timeline-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.history-contact {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(34px, 7vw, 76px);
  width: min(var(--container), calc(100% - 44px));
  margin: 0 auto;
  padding: 84px 0;
}

.history-contact h2 {
  margin: 9px 0 0;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

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

.history-contact-grid article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.history-contact-grid h3 {
  margin: 0 0 14px;
  font-size: 18px;
}

.history-contact-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.history-contact-grid p + p {
  margin-top: 16px;
}

.history-contact-grid a {
  color: var(--red);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.directions-hero {
  padding: 96px 22px 88px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 8, 10, 0.9), rgba(5, 8, 10, 0.58)),
    url("assets/steel-profiles.png") center / cover no-repeat;
}

.directions-hero > div {
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.directions-hero h1 {
  max-width: 720px;
  margin: 10px 0 0;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.directions-hero p {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
  line-height: 1.6;
}

.directions-section {
  padding: 86px 22px;
  background: #fff;
}

.directions-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(34px, 7vw, 76px);
  width: min(var(--container), 100%);
  margin: 0 auto;
  align-items: stretch;
}

.directions-copy h2 {
  margin: 16px 0 22px;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.directions-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.directions-copy p + p {
  margin-top: 18px;
}

.directions-building {
  overflow: hidden;
  margin: 0 0 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

.directions-building img {
  width: 100%;
  aspect-ratio: 16 / 8.4;
  object-fit: cover;
}

.directions-building figcaption {
  padding: 12px 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.directions-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.map-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--footer);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

.map-card iframe,
.map-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-placeholder {
  display: grid;
  place-content: center;
  padding: 34px;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(rgba(32, 37, 41, 0.9), rgba(32, 37, 41, 0.9)),
    url("assets/hero-steel-warehouse-saw.png") center / cover no-repeat;
}

.map-placeholder[hidden],
.map-card iframe[hidden] {
  display: none;
}

.map-placeholder span {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.map-placeholder h2 {
  margin: 8px 0 0;
  font-size: clamp(28px, 4vw, 38px);
  letter-spacing: -0.035em;
}

.map-placeholder p {
  max-width: 520px;
  margin: 16px auto 24px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
}

.logistics-hero {
  padding: 96px 22px 88px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 8, 10, 0.92), rgba(5, 8, 10, 0.56)),
    url("assets/history-fleet-1970s.jpg") center / cover no-repeat;
}

.logistics-hero > div {
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.logistics-hero h1 {
  max-width: 760px;
  margin: 10px 0 0;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.logistics-hero p {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
  line-height: 1.6;
}

.logistics-section {
  padding: 88px 22px;
  background: #fff;
}

.logistics-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(34px, 7vw, 76px);
  width: min(var(--container), 100%);
  margin: 0 auto;
  align-items: center;
}

.logistics-copy h2,
.logistics-process h2 {
  margin: 16px 0 22px;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.logistics-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.logistics-copy p + p {
  margin-top: 18px;
}

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

.logistics-photo {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
}

.logistics-photo img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.03);
}

.logistics-photo figcaption {
  padding: 14px 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.logistics-benefits {
  padding: 86px 22px;
  background: var(--soft);
}

.logistics-benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.logistics-benefit-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.logistics-benefit-grid h3 {
  margin: 0 0 12px;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.logistics-benefit-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.logistics-process {
  padding: 86px 22px;
  background: #fff;
}

.logistics-process-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(32px, 7vw, 76px);
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.logistics-process ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: logistics-step;
}

.logistics-process li {
  position: relative;
  display: grid;
  gap: 6px;
  min-height: 96px;
  padding: 24px 26px 24px 86px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  counter-increment: logistics-step;
}

.logistics-process li::before {
  content: counter(logistics-step);
  position: absolute;
  left: 24px;
  top: 24px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-weight: 950;
}

.logistics-process strong {
  color: var(--ink);
  font-size: 18px;
}

.logistics-process span {
  color: var(--muted);
  line-height: 1.6;
}

.logistics-cta {
  padding: 82px 22px;
  text-align: center;
  background:
    linear-gradient(rgba(233, 54, 24, 0.9), rgba(233, 54, 24, 0.9)),
    url("assets/steel-profiles.png") center / cover no-repeat;
}

.logistics-cta > div {
  width: min(850px, 100%);
  margin: 0 auto;
}

.logistics-cta h2 {
  margin: 12px auto 28px;
  color: var(--ink);
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.shops-hero {
  padding: 96px 22px 88px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 8, 10, 0.92), rgba(5, 8, 10, 0.58)),
    url("assets/hero-steel-warehouse-saw.png") center / cover no-repeat;
}

.shops-hero > div {
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.shops-hero h1 {
  max-width: 820px;
  margin: 10px 0 0;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.shops-hero p {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
  line-height: 1.6;
}

.shops-section {
  padding: 88px 22px;
  background: #fff;
}

.shop-portal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.shop-portal-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.shop-portal-card img {
  width: 100%;
  height: auto;
  background: #f4f5f6;
}

.shop-portal-card > div {
  display: grid;
  gap: 16px;
  padding: 30px;
}

.shop-badge {
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: var(--red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.shop-b2b .shop-badge {
  background: var(--footer);
}

.shop-url {
  margin: 0;
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
}

.shop-portal-card h3 {
  margin: -4px 0 0;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.shop-portal-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.shop-portal-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.55;
}

.shop-portal-card .button {
  width: fit-content;
  margin-top: 4px;
}

.shop-comparison {
  padding: 86px 22px;
  background: var(--soft);
}

.shop-comparison-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(32px, 7vw, 76px);
  width: min(var(--container), 100%);
  margin: 0 auto;
  align-items: start;
}

.shop-comparison h2 {
  margin: 16px 0 18px;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.shop-comparison p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

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

.shop-comparison-grid article {
  display: grid;
  gap: 12px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.shop-comparison-grid strong {
  color: var(--ink);
  font-size: 20px;
  letter-spacing: -0.02em;
}

.shop-comparison-grid span {
  color: var(--muted);
  line-height: 1.6;
}

.shop-comparison-grid a {
  color: var(--red);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.shops-help {
  padding: 82px 22px;
  background:
    linear-gradient(rgba(233, 54, 24, 0.9), rgba(233, 54, 24, 0.9)),
    url("assets/product-galvanized-steel.png") center / cover no-repeat;
}

.shops-help-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  width: min(var(--container), 100%);
  margin: 0 auto;
  align-items: center;
}

.shops-help h2 {
  max-width: 780px;
  margin: 10px 0 0;
  color: var(--ink);
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.shops-help-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.button.light-outline {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.85);
  background: transparent;
}

.button.light-outline:hover {
  color: var(--ink);
  background: #fff;
}

.route-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(var(--container), calc(100% - 44px));
  margin: 0 auto;
  padding: 0 0 86px;
}

.route-info article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.route-info h3 {
  margin: 0 0 12px;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.route-info p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.accessibility-hero {
  padding: 96px 22px 88px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 8, 10, 0.9), rgba(5, 8, 10, 0.58)),
    url("assets/steel-profiles.png") center / cover no-repeat;
}

.accessibility-hero > div {
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.accessibility-hero h1 {
  max-width: 820px;
  margin: 10px 0 0;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.accessibility-hero p {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
  line-height: 1.6;
}

.accessibility-section {
  padding: 86px 22px;
  background: #fff;
}

.accessibility-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(34px, 7vw, 76px);
  width: min(var(--container), 100%);
  margin: 0 auto;
  align-items: start;
}

.accessibility-summary {
  position: sticky;
  top: 96px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.accessibility-summary h2 {
  margin: 14px 0 12px;
  font-size: 28px;
  letter-spacing: -0.03em;
}

.accessibility-summary p,
.accessibility-content p,
.accessibility-content li {
  color: var(--muted);
  line-height: 1.7;
}

.accessibility-summary p {
  margin: 0;
}

.accessibility-content {
  max-width: 760px;
}

.accessibility-content h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.accessibility-content h3 {
  margin: 34px 0 12px;
  font-size: 22px;
  letter-spacing: -0.02em;
}

.accessibility-content p {
  margin: 0;
}

.accessibility-content p + p {
  margin-top: 16px;
}

.accessibility-content ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 20px;
}

.accessibility-content a {
  color: var(--red);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.alloy-hero {
  padding: 96px 22px 88px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 8, 10, 0.92), rgba(5, 8, 10, 0.58)),
    url("assets/product-stainless-steel.png") center / cover no-repeat;
}

.alloy-hero > div {
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.alloy-hero h1 {
  max-width: 780px;
  margin: 14px 0 0;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.alloy-hero p {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 20px;
  line-height: 1.6;
}

.alloy-section {
  padding: 86px 22px;
  background: var(--soft);
}

.alloy-seo-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(30px, 6vw, 72px);
  width: min(1240px, 100%);
  margin: 0 auto 46px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(20, 24, 28, 0.07);
}

.alloy-seo-intro h2 {
  margin: 14px 0 0;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.alloy-seo-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.alloy-keyfacts {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.alloy-keyfacts li {
  padding: 13px 16px;
  border-left: 4px solid var(--red);
  background: var(--soft);
  color: var(--muted);
  line-height: 1.45;
}

.alloy-keyfacts strong {
  color: var(--ink);
}

.alloy-layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.38fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 56px);
  width: min(1240px, 100%);
  margin: 0 auto;
  align-items: start;
}

.alloy-panel {
  position: sticky;
  top: 98px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(20, 24, 28, 0.08);
}

.alloy-panel h2 {
  margin: 14px 0 12px;
  font-size: 30px;
  letter-spacing: -0.035em;
}

.alloy-panel p,
.alloy-current-note,
.alloy-footer-note,
.alloy-explain p {
  color: var(--muted);
  line-height: 1.65;
}

.alloy-panel p {
  margin: 0 0 24px;
}

.alloy-label,
.alloy-filter label {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.alloy-select,
.alloy-filter input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.month-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.month-year {
  flex-basis: 100%;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.month-tabs button {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.month-tabs button:hover,
.month-tabs button.is-active {
  color: #fff;
  border-color: var(--red);
  background: var(--red);
}

.alloy-note {
  margin-top: 24px;
  padding: 18px;
  border-left: 4px solid var(--red);
  background: #f7f7f8;
}

.alloy-note strong {
  display: block;
  margin-bottom: 7px;
}

.alloy-note p {
  margin: 0;
  font-size: 14px;
}

.alloy-content {
  min-width: 0;
}

.alloy-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.alloy-toolbar h2 {
  margin: 14px 0 10px;
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.alloy-toolbar p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.alloy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.alloy-actions .button.ghost {
  color: var(--ink);
  border-color: var(--ink);
  background: #fff;
}

.alloy-actions .button.ghost:hover {
  color: #fff;
  border-color: var(--red);
  background: var(--red);
}

.alloy-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}

.alloy-highlights article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.alloy-highlights span,
.alloy-highlights small {
  display: block;
  color: var(--muted);
}

.alloy-highlights span {
  font-weight: 800;
}

.alloy-highlights strong {
  display: block;
  margin: 7px 0 4px;
  color: var(--red);
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.alloy-filter {
  max-width: 420px;
  margin-bottom: 18px;
}

.alloy-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(20, 24, 28, 0.08);
}

.alloy-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  font-size: 15px;
}

.alloy-table caption {
  padding: 18px 20px 0;
  color: var(--muted);
  text-align: left;
  font-weight: 800;
}

.alloy-table th,
.alloy-table td {
  padding: 13px 16px;
  border-bottom: 1px solid var(--line);
  text-align: right;
  white-space: nowrap;
}

.alloy-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  color: #fff;
  background: var(--footer);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.alloy-table th:first-child,
.alloy-table td:first-child {
  text-align: left;
}

.alloy-table tbody th {
  color: var(--ink);
  font-weight: 900;
  background: #fbfbfc;
}

.alloy-table tbody tr:hover {
  background: #fff7f5;
}

.alloy-table .empty-cell {
  color: #b7bbc0;
}

.alloy-footer-note {
  margin-top: 14px;
  font-size: 14px;
}

.alloy-explain {
  padding: 78px 22px;
  background: #fff;
}

.alloy-explain-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(32px, 7vw, 76px);
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.alloy-explain h2 {
  margin: 14px 0 0;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.alloy-explain p {
  margin: 0;
  font-size: 17px;
}

.alloy-explain p + p {
  margin-top: 18px;
}

.alloy-guide {
  padding: 78px 22px;
  background: var(--soft);
}

.alloy-guide-inner {
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.alloy-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.alloy-guide-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.alloy-guide-grid h3 {
  margin: 0 0 12px;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.alloy-guide-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.alloy-faq {
  padding: 78px 22px;
  background: #fff;
}

.alloy-faq-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(32px, 7vw, 76px);
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.alloy-faq h2 {
  margin: 14px 0 0;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.alloy-faq-list {
  display: grid;
  gap: 12px;
}

.alloy-faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.alloy-faq summary {
  padding: 20px 22px;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.alloy-faq details[open] summary {
  border-bottom: 1px solid var(--line);
}

.alloy-faq p {
  margin: 0;
  padding: 18px 22px 22px;
  color: var(--muted);
  line-height: 1.65;
}

.weight-hero {
  padding: 96px 22px 88px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 8, 10, 0.92), rgba(5, 8, 10, 0.58)),
    url("assets/steel-profiles.png") center / cover no-repeat;
}

.weight-hero > div {
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.weight-hero h1 {
  max-width: 840px;
  margin: 14px 0 0;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.weight-hero p {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 20px;
  line-height: 1.6;
}

.weight-section {
  padding: 86px 22px;
  background: var(--soft);
}

.weight-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(30px, 6vw, 72px);
  width: min(1240px, 100%);
  margin: 0 auto 46px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(20, 24, 28, 0.07);
}

.weight-intro h2 {
  margin: 14px 0 0;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.weight-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.weight-keyfacts {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.weight-keyfacts li {
  padding: 13px 16px;
  border-left: 4px solid var(--red);
  background: var(--soft);
  color: var(--muted);
  line-height: 1.45;
}

.weight-keyfacts strong {
  color: var(--ink);
}

.weight-calculator {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(24px, 5vw, 48px);
  width: min(1240px, 100%);
  margin: 0 auto;
  align-items: start;
}

.weight-form,
.weight-result {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(20, 24, 28, 0.08);
}

.weight-form {
  display: grid;
  gap: 18px;
  padding: 30px;
}

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

.field {
  display: grid;
  gap: 8px;
}

.field label {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.field label span {
  color: var(--muted);
  text-transform: none;
  letter-spacing: 0;
}

.field input,
.field select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.weight-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.weight-result {
  position: sticky;
  top: 98px;
  padding: 30px;
}

.weight-result h2 {
  margin: 14px 0 20px;
  font-size: 30px;
  letter-spacing: -0.035em;
}

.result-main {
  padding: 24px;
  border-radius: 8px;
  color: #fff;
  background: var(--red);
}

.result-main span,
.result-main strong {
  display: block;
}

.result-main span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.result-main strong {
  margin-top: 8px;
  font-size: clamp(34px, 5vw, 48px);
  line-height: 1;
  letter-spacing: -0.04em;
}

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

.result-grid div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.result-grid dt {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.result-grid dd {
  margin: 0;
  color: var(--ink);
  font-size: 19px;
  font-weight: 900;
}

.weight-result p {
  margin: 20px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.weight-result .button {
  margin-top: 22px;
}

.weight-guide {
  padding: 78px 22px;
  background: #fff;
}

.weight-guide-inner {
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.weight-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.weight-guide-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.weight-guide-grid h3 {
  margin: 0 0 12px;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.weight-guide-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.weight-faq {
  padding: 78px 22px;
  background: var(--soft);
}

.weight-faq-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(32px, 7vw, 76px);
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.weight-faq h2 {
  margin: 14px 0 0;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.weight-faq-list {
  display: grid;
  gap: 12px;
}

.weight-faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.weight-faq summary {
  padding: 20px 22px;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.weight-faq details[open] summary {
  border-bottom: 1px solid var(--line);
}

.weight-faq p {
  margin: 0;
  padding: 18px 22px 22px;
  color: var(--muted);
  line-height: 1.65;
}

.jobs-hero {
  padding: 96px 22px 88px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 8, 10, 0.9), rgba(5, 8, 10, 0.6)),
    url("assets/hero-steel-warehouse-saw.png") center / cover no-repeat;
}

.jobs-hero > div {
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.jobs-hero h1 {
  max-width: 760px;
  margin: 10px 0 0;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.jobs-hero p {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
  line-height: 1.6;
}

.jobs-section {
  padding: 86px 22px;
  background: #fff;
}

.jobs-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(34px, 7vw, 76px);
  width: min(var(--container), 100%);
  margin: 0 auto;
  align-items: start;
}

.jobs-copy h2 {
  margin: 16px 0 18px;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.jobs-copy p,
.job-status p,
.job-areas p,
.application-box p,
.application-card p {
  color: var(--muted);
  line-height: 1.7;
}

.jobs-copy p,
.job-status p {
  margin: 0;
  font-size: 17px;
}

.job-status {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.job-status span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.job-status h3 {
  margin: 10px 0 14px;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.job-status .button {
  margin-top: 24px;
}

.job-areas {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(var(--container), calc(100% - 44px));
  margin: 0 auto;
  padding: 0 0 86px;
}

.job-areas article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.05);
}

.job-areas h3 {
  margin: 0 0 12px;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.job-areas p {
  margin: 0;
}

.application-box {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 7vw, 76px);
  width: min(var(--container), calc(100% - 44px));
  margin: 0 auto 86px;
  padding: 42px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(32, 37, 41, 0.96), rgba(32, 37, 41, 0.88)),
    url("assets/steel-profiles.png") center / cover no-repeat;
  border-radius: 8px;
}

.application-box h2 {
  margin: 9px 0 16px;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.application-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}

.application-card {
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
}

.application-card h3 {
  margin: 0 0 14px;
  font-size: 22px;
}

.application-card p {
  margin: 0;
  color: var(--muted);
}

.application-card p + p {
  margin-top: 16px;
}

.application-card a {
  color: var(--red);
  font-weight: 900;
}

.legal-hero {
  padding: 94px 22px 82px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(32, 37, 41, 0.92), rgba(32, 37, 41, 0.68)),
    url("assets/steel-profiles.png") center / cover no-repeat;
}

.legal-hero > div {
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.legal-hero span {
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.legal-hero h1 {
  margin: 10px 0 0;
  font-size: clamp(42px, 6vw, 62px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.legal-hero p {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.6;
}

.imprint {
  padding: 86px 22px;
  background: #fff;
}

.imprint-inner {
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.imprint-heading {
  margin-bottom: 40px;
}

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

.imprint-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.imprint-card-wide {
  grid-column: 1 / -1;
}

.imprint-card h3 {
  margin: 0 0 14px;
  font-size: 18px;
  letter-spacing: -0.015em;
}

.imprint-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.imprint-card p + p {
  margin-top: 16px;
}

.imprint-card a {
  color: var(--red);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.not-found-hero {
  min-height: calc(100vh - 88px);
  padding: 82px 22px 96px;
  background:
    linear-gradient(180deg, #f6f2ec 0%, #fff 58%);
}

.not-found-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(34px, 5vw, 70px);
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.not-found-copy {
  position: relative;
  z-index: 2;
}

.not-found-code {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  color: #fff;
  background: var(--red);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.not-found-copy h1 {
  max-width: 780px;
  margin: 18px 0 0;
  color: var(--ink);
  font-size: clamp(38px, 5.8vw, 70px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.not-found-copy p {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.not-found-visual {
  position: relative;
  margin: 0;
}

.not-found-visual::before {
  content: "404";
  position: absolute;
  right: -8px;
  top: -74px;
  z-index: 0;
  color: rgba(32, 37, 41, 0.08);
  font-size: clamp(128px, 15vw, 230px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.not-found-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 26px 54px rgba(32, 37, 41, 0.2);
}

.site-footer {
  padding: 68px 22px 34px;
  background:
    radial-gradient(circle at 12% 0%, rgba(231, 48, 23, 0.11), rgba(231, 48, 23, 0) 34%),
    linear-gradient(180deg, #252b30 0%, var(--footer) 68%);
}

.footer-grid {
  display: grid;
  grid-template-columns:
    minmax(230px, 1.05fr)
    minmax(260px, 0.95fr)
    minmax(250px, 0.85fr)
    minmax(270px, 1fr);
  align-items: start;
  gap: 38px;
  width: min(var(--container), 100%);
  margin: 0 auto;
  padding-bottom: 46px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand {
  width: 230px;
  filter: grayscale(1) brightness(1.45);
  opacity: 0.86;
}

.site-footer p {
  max-width: 380px;
}

.site-footer h3 {
  position: relative;
  margin: 0 0 24px;
  color: #fff;
  font-size: 18px;
}

.site-footer h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 26px;
  height: 2px;
  background: var(--red);
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.socials::before {
  content: "Social Media";
  flex: 0 0 100%;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.socials a {
  --social-icon: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 0;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.socials a::before {
  content: "";
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask: var(--social-icon) center / contain no-repeat;
  mask: var(--social-icon) center / contain no-repeat;
}

.socials a[aria-label="Facebook"] {
  --social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z'/%3E%3C/svg%3E");
}

.socials a[aria-label="Instagram"] {
  --social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M7 2h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5Z'/%3E%3Cpath fill='none' stroke='black' stroke-width='2.2' d='M16 11.4A4 4 0 1 1 8 11.4a4 4 0 0 1 8 0Z'/%3E%3Cpath fill='black' d='M17.8 6.2a1.2 1.2 0 1 0 0 2.4 1.2 1.2 0 0 0 0-2.4Z'/%3E%3C/svg%3E");
}

.socials a[aria-label="LinkedIn"] {
  --social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4.98 3.5A2.5 2.5 0 1 1 5 8a2.5 2.5 0 0 1-.02-4.5ZM3 9h4v12H3V9Zm7 0h3.8v1.7h.1c.5-.9 1.8-2 3.8-2 4 0 4.7 2.6 4.7 6V21h-4v-5.6c0-1.3 0-3-1.9-3s-2.2 1.4-2.2 2.9V21H10V9Z'/%3E%3C/svg%3E");
}

.socials a:hover {
  border-color: rgba(231, 48, 23, 0.7);
  background: var(--red);
  transform: translateY(-2px);
}

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

.contact-list li + li {
  margin-top: 9px;
}

.footer-contact-list {
  display: grid;
  gap: 12px;
}

.footer-contact-list li {
  --contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s7-5.2 7-12A7 7 0 0 0 5 9c0 6.8 7 12 7 12Zm0-9.3A2.7 2.7 0 1 1 12 6a2.7 2.7 0 0 1 0 5.7Z'/%3E%3C/svg%3E");
  position: relative;
  min-height: 58px;
  padding: 12px 14px 12px 56px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.footer-contact-list li + li {
  margin-top: 0;
}

.footer-contact-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 13px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(231, 48, 23, 0.16);
}

.footer-contact-list li::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 20px;
  width: 18px;
  height: 18px;
  background: var(--red);
  -webkit-mask: var(--contact-icon) center / contain no-repeat;
  mask: var(--contact-icon) center / contain no-repeat;
}

.footer-contact-list .contact-phone {
  --contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.2 16.6v2.7a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.2 19.2 0 0 1-5.9-5.9A19.8 19.8 0 0 1 .4 3.7 2 2 0 0 1 2.4 1.5h2.7a2 2 0 0 1 2 1.7c.1 1 .4 1.9.7 2.8a2 2 0 0 1-.5 2.1L6.2 9.2a16 16 0 0 0 5.9 5.9l1.1-1.1a2 2 0 0 1 2.1-.5c.9.3 1.8.6 2.8.7a2 2 0 0 1 2.1 2.4Z'/%3E%3C/svg%3E");
}

.footer-contact-list .contact-fax {
  --contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12v5h2a3 3 0 0 1 3 3v6h-5v4H6v-4H1v-6a3 3 0 0 1 3-3h2V3Zm2 2v3h8V5H8Zm0 11v3h8v-3H8Zm-4-5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z'/%3E%3C/svg%3E");
}

.footer-contact-list .contact-mail {
  --contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h18a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Zm0 3.1V17h18V8.1l-9 5.6-9-5.6Zm1.3-1.1 7.7 4.8L19.7 7H4.3Z'/%3E%3C/svg%3E");
}

.footer-contact-list a,
.footer-contact-list span {
  display: block;
  color: #fff;
  font-weight: 800;
  line-height: 1.25;
}

.footer-contact-list small {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.footer-contact-list li:hover {
  border-color: rgba(231, 48, 23, 0.38);
  background: rgba(255, 255, 255, 0.065);
  transform: translateY(-2px);
}

.footer-contact-list a:hover {
  color: #fff;
}

.footer-hours-card {
  position: relative;
  padding: 18px 18px 18px 64px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.footer-hours-icon {
  position: absolute;
  left: 18px;
  top: 20px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(231, 48, 23, 0.16);
}

.footer-hours-icon::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 18px;
  height: 18px;
  background: var(--red);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22a10 10 0 1 1 0-20 10 10 0 0 1 0 20Zm1-10.4V6h-2v6.4l4.7 3 1.1-1.7-3.8-2.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22a10 10 0 1 1 0-20 10 10 0 0 1 0 20Zm1-10.4V6h-2v6.4l4.7 3 1.1-1.7-3.8-2.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.footer-hours-card p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.55;
}

.footer-hours-card dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.footer-hours-card dl div {
  display: grid;
  gap: 3px;
}

.footer-hours-card dt {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.footer-hours-card dd {
  margin: 0;
  color: #fff;
  font-weight: 800;
  line-height: 1.35;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 10px 26px;
}

.footer-links a:hover {
  color: #fff;
}

.footer-links a[aria-current="page"] {
  color: #fff;
  font-weight: 900;
}

.footer-bottom {
  width: min(var(--container), 100%);
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px 28px;
  font-size: 14px;
}

.copyright {
  margin: 0;
}

.footer-legal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-legal a {
  color: var(--muted);
}

.footer-legal a:hover,
.footer-legal a[aria-current="page"] {
  color: #fff;
}

.footer-legal a[aria-current="page"] {
  font-weight: 900;
}

.cookie-banner {
  position: fixed;
  inset: auto 0 0;
  z-index: 40;
  padding: 18px;
  background: linear-gradient(180deg, rgba(32, 37, 41, 0), rgba(32, 37, 41, 0.28));
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  width: min(1060px, 100%);
  margin: 0 auto;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.cookie-kicker {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cookie-copy h2 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -0.02em;
}

.cookie-copy p {
  max-width: 720px;
  margin: 9px 0 16px;
  color: var(--muted);
  line-height: 1.55;
}

.cookie-option {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
  margin-right: 20px;
  color: var(--ink);
  cursor: pointer;
}

.cookie-option.required {
  cursor: default;
}

.cookie-option input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--red);
}

.cookie-option span {
  display: grid;
  gap: 1px;
}

.cookie-option small {
  color: var(--muted);
}

.cookie-actions {
  display: grid;
  align-content: center;
  gap: 10px;
  min-width: 220px;
}

.cookie-button {
  min-height: 42px;
  padding: 0 18px;
  border: 2px solid transparent;
  border-radius: 4px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.cookie-button.accept {
  color: #fff;
  background: var(--red);
}

.cookie-button.outline {
  color: var(--ink);
  background: #fff;
  border-color: var(--ink);
}

.cookie-button.subtle {
  color: var(--muted);
  background: #f2f3f4;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: minmax(250px, 1fr) auto;
    grid-template-areas:
      "brand language"
      "search search"
      "nav nav";
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .site-header:not(:has(.product-search)) {
    grid-template-areas:
      "brand language"
      "nav nav";
  }

  .product-search {
    justify-self: stretch;
    width: 100%;
    max-width: none;
  }

  .main-nav {
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 2px;
  }

  .nav-dropdown-panel {
    top: 182px;
  }

  .site-header:not(:has(.product-search)) .nav-dropdown-panel {
    top: 132px;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: minmax(190px, 1fr) auto;
    grid-template-areas:
      "brand language"
      "search search"
      "nav nav";
    min-height: auto;
    padding: 14px 22px;
    gap: 12px;
  }

  .site-header:not(:has(.product-search)) {
    grid-template-areas:
      "brand language"
      "nav nav";
  }

  .menu-button {
    display: none;
  }

  .brand {
    width: min(285px, 100%);
    max-width: calc(100% - 60px);
  }

  .site-header.is-at-top .brand {
    width: min(300px, 100%);
    max-width: calc(100% - 60px);
  }

  .product-search {
    justify-self: stretch;
    width: 100%;
    min-width: 0;
  }

  .product-search-results {
    width: 100%;
    max-height: min(360px, calc(100vh - 190px));
  }

  .main-nav {
    width: 100%;
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    overflow-y: visible;
    padding: 8px 0 2px;
  }

  .nav-dropdown {
    min-width: max-content;
  }

  .nav-dropdown-panel {
    position: fixed;
    top: 188px;
    left: 22px;
    right: 22px;
    width: calc(100vw - 44px);
    max-height: calc(100vh - 198px);
    overflow-y: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 12px;
    transform: translateY(8px);
  }

  .site-header:not(:has(.product-search)) .nav-dropdown-panel {
    top: 138px;
  }

  .nav-dropdown:hover .nav-dropdown-panel,
  .nav-dropdown:focus-within .nav-dropdown-panel,
  .nav-dropdown[open] .nav-dropdown-panel {
    transform: translateY(0);
  }

  .nav-dropdown-column {
    padding: 13px;
  }

  .nav-dropdown-column a {
    padding: 8px 0;
    background: transparent;
  }

  .shop-link {
    min-width: max-content;
    margin-left: 0;
  }

  .hero {
    min-height: 570px;
  }

  .service-grid,
  .products-intro,
  .product-grid,
  .product-detail-hero-inner,
  .product-detail-intro,
  .product-subgroup-grid,
  .product-spec-layout,
  .product-detail-cta,
  .contact-inner,
  .processing-detail,
  .procurement-box,
  .sheet-cutting-inner,
  .home-faq-inner,
  .history-intro-inner,
  .history-gallery-grid,
  .history-archive-grid,
  .history-contact,
  .history-contact-grid,
  .directions-layout,
  .route-info,
  .jobs-layout,
  .job-areas,
  .application-box,
  .accessibility-layout,
  .alloy-seo-intro,
  .alloy-layout,
  .alloy-highlights,
  .alloy-explain-inner,
  .alloy-guide-grid,
  .alloy-faq-inner,
  .weight-intro,
  .weight-calculator,
  .calculator-fields,
  .weight-guide-grid,
  .weight-faq-inner,
  .logistics-layout,
  .logistics-benefit-grid,
  .logistics-process-inner,
  .shop-portal-grid,
  .shop-comparison-inner,
  .shop-comparison-grid,
  .shops-help-inner,
  .story-inner,
  .imprint-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .history-archive-wide {
    grid-column: auto;
  }

  .history-photo-featured,
  .history-photo:not(.history-photo-featured),
  .history-archive-card,
  .history-archive-tall {
    grid-column: auto;
    grid-row: auto;
  }

  .history-gallery-grid,
  .history-archive-grid {
    grid-auto-rows: auto;
  }

  .history-photo,
  .history-photo-featured,
  .history-photo:not(.history-photo-featured),
  .history-archive-card {
    min-height: 330px;
  }

  .history-photo img,
  .history-photo-featured img,
  .history-archive-card img {
    min-height: 330px;
  }

  .alloy-panel {
    position: static;
  }

  .alloy-toolbar {
    flex-direction: column;
  }

  .alloy-actions {
    justify-content: flex-start;
  }

  .products-heading {
    text-align: center;
  }

  .products-heading::after {
    margin-left: auto;
  }

  .imprint-card-wide {
    grid-column: auto;
  }

  .story-inner {
    gap: 34px;
  }

  .story-inner img {
    aspect-ratio: 16 / 9;
  }

  .footer-grid {
    gap: 36px;
  }

  .cookie-panel {
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    grid-template-columns: repeat(3, 1fr);
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .brand {
    width: min(245px, 100%);
    max-width: 72vw;
  }

  .site-header.is-at-top .brand {
    width: min(260px, 100%);
    max-width: 76vw;
  }

  .hero {
    min-height: 610px;
    background-position: 62% center;
  }

  .hero-content {
    padding: 58px 0 105px;
  }

  .hero p:not(.eyebrow) {
    font-size: 16px;
  }

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

  .stats {
    grid-template-columns: 1fr;
    margin-top: -52px;
  }

  .stats div {
    min-height: 92px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .stats div:last-child {
    border-bottom: 0;
  }

  .section,
  .products,
  .contact-section,
  .home-faq,
  .sheet-cutting,
  .history-intro,
  .history-gallery,
  .history-archive,
  .timeline-section,
  .directions-section,
  .jobs-section,
  .accessibility-section,
  .alloy-section,
  .alloy-explain,
  .alloy-guide,
  .alloy-faq,
  .weight-section,
  .weight-guide,
  .weight-faq,
  .logistics-section,
  .logistics-benefits,
  .logistics-process,
  .logistics-cta,
  .shops-section,
  .shop-comparison,
  .shops-help,
  .story {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .accessibility-summary {
    position: static;
  }

  .not-found-hero {
    padding-top: 64px;
    padding-bottom: 76px;
  }

  .not-found-inner {
    grid-template-columns: 1fr;
  }

  .not-found-visual {
    order: -1;
  }

  .not-found-visual::before {
    top: -50px;
    right: 4px;
  }

  .not-found-actions,
  .not-found-actions .button {
    width: 100%;
  }

  .job-areas {
    padding-bottom: 70px;
  }

  .application-box {
    margin-bottom: 70px;
    padding: 28px 22px;
  }

  .route-info {
    padding-bottom: 70px;
  }

  .map-card {
    min-height: 360px;
  }

  .history-contact {
    width: min(var(--container), calc(100% - 44px));
    padding: 70px 0;
  }

  .history-photo-featured {
    grid-row: auto;
    min-height: 320px;
  }

  .history-photo-featured img {
    min-height: 320px;
    height: 100%;
    aspect-ratio: auto;
  }

  .history-archive-wide {
    grid-column: auto;
  }

  .history-photo figcaption,
  .history-photo-featured figcaption,
  .history-archive-card figcaption {
    padding: 22px;
  }

  .timeline::before {
    left: 18px;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-left: 46px;
  }

  .timeline-item::before {
    left: 11px;
    top: 14px;
  }

  .timeline-item time {
    padding-top: 0;
    text-align: left;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 22px;
  }

  .form-submit {
    width: 100%;
  }

  .contact-response-head {
    align-items: flex-start;
  }

  .contact-response-head .brand {
    width: 210px;
  }

  .contact-response-actions .button {
    width: 100%;
  }

  .product-card > div {
    padding: 22px;
  }

  .sheet-options {
    grid-template-columns: 1fr;
  }

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

  .story-copy .location-button {
    margin-left: 0;
  }

  .story-copy .button {
    width: 100%;
  }

  .service-card {
    padding: 36px 22px;
  }

  .processing-detail {
    padding: 28px 22px;
  }

  .processing-intro .button {
    width: 100%;
  }

  .procurement-box {
    padding: 28px 22px;
  }

  .sheet-cutting-media img {
    aspect-ratio: 16 / 9;
  }

  .alloy-panel,
  .alloy-seo-intro,
  .alloy-highlights article,
  .weight-intro,
  .weight-form,
  .weight-result,
  .weight-guide-grid article {
    padding: 22px;
  }

  .alloy-actions,
  .alloy-actions .button,
  .weight-actions,
  .weight-actions .button,
  .logistics-actions,
  .logistics-actions .button,
  .shop-portal-card .button,
  .shops-help-actions,
  .shops-help-actions .button {
    width: 100%;
  }

  .shops-help-actions {
    justify-content: flex-start;
  }

  .logistics-process li {
    padding: 76px 22px 22px;
  }

  .logistics-process li::before {
    left: 22px;
    top: 22px;
  }

  .weight-result {
    position: static;
  }

  .result-grid {
    grid-template-columns: 1fr;
  }

  .alloy-table {
    min-width: 760px;
    font-size: 14px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-legal {
    justify-content: flex-start;
  }

  .cookie-banner {
    padding: 10px;
  }

  .cookie-panel {
    padding: 18px;
  }

  .cookie-option {
    display: flex;
    margin: 0 0 12px;
  }

  .cookie-actions {
    grid-template-columns: 1fr;
  }
}

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