:root {
  color-scheme: light;
  --ink: #111820;
  --muted: #65717e;
  --line: #dce3ea;
  --paper: #f4f7f9;
  --white: #ffffff;
  --steel: #334554;
  --navy: #0c1721;
  --teal: #0e7c86;
  --amber: #c99545;
  --red: #b74735;
  --graphite: #18222c;
  --shadow: 0 22px 58px rgba(16, 27, 39, 0.16);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f8fafb 0%, var(--paper) 42%, #eef3f5 100%);
  letter-spacing: 0;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: calc(var(--max) + 56px);
  width: calc(100% - 32px);
  margin: 16px auto 0;
  padding: 10px 12px;
  border: 1px solid rgba(234, 241, 246, 0.22);
  background:
    linear-gradient(180deg, rgba(19, 31, 42, 0.82), rgba(10, 18, 25, 0.7));
  color: var(--white);
  backdrop-filter: blur(20px) saturate(1.2);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 22px 58px rgba(0, 0, 0, 0.18);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.site-header.scrolled {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(23, 32, 42, 0.08);
  box-shadow: 0 18px 44px rgba(17, 31, 44, 0.12);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.brand span:last-child {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.brand strong,
.footer-brand strong {
  font-size: 15px;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand small {
  font-size: 11px;
  color: currentColor;
  opacity: 0.72;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 7px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #0f8992, #c99545 86%);
  font-weight: 800;
  font-size: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex: 1;
}

.desktop-nav a {
  font-size: 14px;
  opacity: 0.82;
}

.desktop-nav a:hover {
  opacity: 1;
}

.header-cta,
.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 7px;
}

.header-cta {
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  color: var(--white);
  background: linear-gradient(135deg, #c64b37, #9f3528);
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 12px 26px rgba(183, 71, 53, 0.26);
}

.header-cta svg,
.btn svg,
.text-link svg {
  width: 18px;
  height: 18px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  color: currentColor;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
}

.mobile-nav {
  position: fixed;
  z-index: 29;
  top: 82px;
  left: 16px;
  right: 16px;
  display: none;
  padding: 10px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(23, 32, 42, 0.1);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.mobile-nav.open {
  display: grid;
}

.mobile-nav a {
  padding: 13px 12px;
  border-radius: 7px;
  font-weight: 700;
}

.mobile-nav a:hover {
  background: #eff4f7;
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: #111b23;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background:
    linear-gradient(90deg, rgba(12, 24, 32, 0.1), rgba(12, 24, 32, 0.02)),
    url("./assets/laser-cutting.jpg") center / cover no-repeat;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(6, 14, 20, 0.92) 0%, rgba(6, 14, 20, 0.68) 42%, rgba(6, 14, 20, 0.22) 100%),
    radial-gradient(circle at 72% 22%, rgba(201, 149, 69, 0.12), transparent 30%),
    linear-gradient(0deg, rgba(6, 14, 20, 0.92) 0%, rgba(6, 14, 20, 0.12) 48%);
}

.hero-content {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 170px 28px 230px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: 100%;
  margin: 0 0 18px;
  color: var(--amber);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0;
}

.eyebrow span {
  display: inline-block;
}

.eyebrow-line {
  width: 32px;
  height: 2px;
  background: var(--amber);
}

.eyebrow-text {
  min-width: 0;
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(44px, 7.5vw, 82px);
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.hero p {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.65;
  overflow-wrap: break-word;
}

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

.hero-contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 11px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.hero-contact svg {
  width: 16px;
  height: 16px;
  color: var(--amber);
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 800;
  cursor: pointer;
}

.btn.primary {
  color: var(--white);
  background: linear-gradient(135deg, #cb523e, #9f3428);
  box-shadow: 0 16px 34px rgba(183, 71, 53, 0.31);
}

.btn.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.25);
}

.btn:hover,
.header-cta:hover,
.hero-contact a:hover,
.text-link:hover,
.contact-list a:hover {
  transform: translateY(-1px);
}

.hero-metrics {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 38px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--max);
  width: calc(100% - 56px);
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(16, 27, 36, 0.78), rgba(9, 18, 25, 0.7));
  backdrop-filter: blur(16px);
  border-radius: 8px;
}

.hero-metrics div {
  min-width: 0;
  padding: 22px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

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

.hero-metrics strong {
  display: block;
  font-size: 28px;
  line-height: 1.1;
}

.hero-metrics span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.section {
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 90px 28px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding-top: 34px;
  padding-bottom: 28px;
}

.trust-strip div {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 64px;
  padding: 14px 16px;
  color: var(--steel);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
  font-size: 14px;
}

.trust-strip svg {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  color: var(--teal);
}

.trust-strip div,
.capability-grid article,
.industry-grid article,
.case-grid article,
.quote-form {
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.trust-strip div:hover,
.capability-grid article:hover,
.industry-grid article:hover,
.case-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(14, 124, 134, 0.28);
  box-shadow: 0 18px 42px rgba(18, 48, 73, 0.12);
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 72px;
  align-items: start;
  padding-top: 52px;
}

.section h2,
.process-copy h2,
.quote-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.02;
  letter-spacing: 0;
}

.intro-grid > p,
.process-copy p,
.quote-copy p,
.spec-panel p {
  margin: 38px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 36px;
}

.section-heading h2 {
  max-width: 770px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--red);
  font-weight: 800;
  white-space: nowrap;
}

.capability-grid,
.industry-grid,
.case-grid {
  display: grid;
  gap: 18px;
}

.capability-grid {
  grid-template-columns: repeat(4, 1fr);
}

.capability-grid article,
.industry-grid article,
.case-grid article {
  min-width: 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(18, 48, 73, 0.06);
}

.capability-grid article {
  min-height: 282px;
  padding: 24px;
}

.capability-grid svg,
.industry-grid svg {
  width: 34px;
  height: 34px;
  color: var(--teal);
}

.capability-grid h3,
.industry-grid h3,
.case-grid h3,
.process-list h3 {
  margin: 22px 0 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.24;
}

.capability-grid p,
.industry-grid p,
.case-grid p,
.process-list p {
  margin: 13px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.capability-grid article > span {
  display: inline-block;
  margin-top: 20px;
  padding: 7px 9px;
  color: var(--navy);
  background: #eaf3f5;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
}

.logistics-section {
  padding-top: 16px;
}

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

.logistics-card {
  min-width: 0;
  padding: 26px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(19, 33, 44, 0.96), rgba(9, 18, 25, 0.98)),
    var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(16, 27, 39, 0.18);
}

.logistics-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.logistics-card-head span {
  color: var(--amber);
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
}

.logistics-card-head svg {
  width: 34px;
  height: 34px;
  color: var(--amber);
}

.logistics-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
}

.logistics-card p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.logistics-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.logistics-card li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
}

.logistics-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  background: var(--amber);
  border-radius: 50%;
}

.logistics-flow {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 32px;
  margin-top: 18px;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 252, 0.96));
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(18, 48, 73, 0.08);
}

.logistics-flow h3 {
  margin: 0;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.15;
}

.logistics-flow ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.logistics-flow li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px;
  background: #f3f7f9;
  border: 1px solid #e3ebf0;
  border-radius: 8px;
}

.logistics-flow li span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal), var(--graphite));
  border-radius: 7px;
  font-weight: 900;
  font-size: 12px;
}

.logistics-flow li p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.process-band {
  margin-top: 30px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(12, 23, 33, 0.98), rgba(19, 40, 52, 0.96)),
    var(--navy);
}

.process-wrap {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 64px;
  align-items: start;
}

.process-copy h2,
.quote-copy h2 {
  color: var(--white);
}

.process-copy p,
.quote-copy p {
  color: rgba(255, 255, 255, 0.72);
}

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

.process-list li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
}

.process-list li > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--ink);
  background: var(--amber);
  border-radius: 7px;
  font-weight: 900;
}

.process-list h3,
.process-list p {
  color: var(--white);
}

.process-list p {
  color: rgba(255, 255, 255, 0.7);
}

.industry-grid {
  grid-template-columns: repeat(4, 1fr);
}

.industry-grid article {
  min-height: 250px;
  padding: 24px;
}

.spec-section {
  padding-top: 0;
}

.spec-panel {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 38px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(9, 19, 28, 0.96), rgba(14, 124, 134, 0.78)),
    linear-gradient(90deg, #0c1721, #0e7c86);
  border-radius: 8px;
}

.spec-panel h2,
.spec-panel p,
.spec-panel .section-kicker {
  color: var(--white);
}

.spec-panel p {
  margin-top: 20px;
  opacity: 0.76;
}

.spec-table {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}

.spec-table div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

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

.spec-table span {
  color: rgba(255, 255, 255, 0.68);
}

.spec-table strong {
  color: var(--white);
  font-size: 15px;
  line-height: 1.45;
}

.case-grid {
  grid-template-columns: repeat(3, 1fr);
}

.case-grid article {
  min-height: 250px;
  padding: 24px;
}

.case-grid article > span {
  color: var(--red);
  font-weight: 900;
}

.quote-section {
  background:
    radial-gradient(circle at 15% 10%, rgba(201, 149, 69, 0.1), transparent 30%),
    linear-gradient(135deg, #0b141d, #132632 58%, #091119);
}

.quote-wrap {
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  gap: 54px;
  align-items: start;
}

.contact-list {
  display: grid;
  gap: 13px;
  margin-top: 34px;
}

.contact-list a,
.contact-list span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 13px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  font-weight: 700;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.contact-list svg {
  width: 20px;
  height: 20px;
  color: var(--amber);
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 24px;
  background:
    linear-gradient(180deg, #ffffff, #f9fbfc);
  border-radius: 8px;
  border: 1px solid rgba(220, 227, 234, 0.9);
  box-shadow: var(--shadow);
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: var(--steel);
  font-size: 13px;
  font-weight: 800;
}

.quote-form .full {
  grid-column: 1 / -1;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 13px 12px;
  color: var(--ink);
  background: #fbfcfd;
  outline: 0;
}

.quote-form input:focus,
.quote-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(23, 130, 143, 0.14);
}

.quote-form textarea {
  resize: vertical;
}

.quote-form button {
  min-height: 54px;
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 30px 28px;
  color: var(--muted);
}

.footer-brand p {
  margin: 5px 0 0;
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 20px;
  font-weight: 800;
  color: var(--steel);
}

@media (max-width: 980px) {
  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-header.scrolled .menu-toggle {
    background: #eef3f6;
  }

  .hero {
    min-height: 720px;
  }

  .hero-content {
    padding-top: 132px;
  }

  .trust-strip,
  .capability-grid,
  .industry-grid,
  .case-grid,
  .logistics-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .intro-grid,
  .process-wrap,
  .spec-panel,
  .quote-wrap,
  .logistics-flow {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .spec-section {
    padding-top: 70px;
  }
}

@media (max-width: 680px) {
  .site-header {
    width: calc(100% - 20px);
    max-width: calc(100vw - 20px);
    margin-top: 10px;
    gap: 10px;
  }

  .brand {
    flex: 1 1 auto;
    max-width: calc(100% - 54px);
  }

  .brand strong {
    font-size: 13px;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 880px;
  }

  .hero-content {
    padding: 122px 20px 310px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 29px;
    line-height: 1.08;
  }

  .hero p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.55;
  }

  .eyebrow {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: start;
    font-size: 10px;
    line-height: 1.35;
  }

  .eyebrow-line {
    margin-top: 7px;
  }

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

  .hero-contact {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 18px;
  }

  .hero-contact a,
  .contact-list a,
  .contact-list span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .hero-contact a {
    min-height: 36px;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    bottom: 20px;
    width: calc(100% - 40px);
  }

  .hero-metrics div {
    padding: 15px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

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

  .hero-metrics strong {
    font-size: 23px;
  }

  .section {
    padding: 64px 20px;
  }

  .trust-strip,
  .capability-grid,
  .industry-grid,
  .case-grid,
  .logistics-grid,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .section-heading {
    display: grid;
    gap: 18px;
  }

  .section h2,
  .process-copy h2,
  .quote-copy h2 {
    font-size: 34px;
  }

  .spec-panel {
    padding: 24px;
  }

  .logistics-card,
  .logistics-flow {
    padding: 22px;
  }

  .logistics-flow h3 {
    font-size: 24px;
  }

  .spec-table div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .site-footer {
    display: grid;
  }
}
