:root {
  --red: #b51f28;
  --ink: #171a1b;
  --muted: #5b6163;
  --paper: #f7f7f4;
  --line: #dcded9;
  --font: 'DM Sans', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; font-family: var(--font); background: var(--paper); color: var(--ink); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
p, figure { margin: 0; }
h1, h2, h3 { margin: 0; font-weight: 500; }
a:focus-visible { outline: 3px solid #e56149; outline-offset: 6px; }
.container { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 20; left: 20px; top: -70px; background: white; color: var(--ink); padding: 14px; }
.skip-link:focus { top: 12px; }
.site-header { background: var(--ink); color: white; position: sticky; top: 0; z-index: 10; border-bottom: 1px solid #ffffff1a; }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 43px; height: 43px; background: var(--red); clip-path: polygon(28% 0,72% 0,100% 28%,100% 72%,72% 100%,28% 100%,0 72%,0 28%); position: relative; }
.brand-mark::after { content: ''; position: absolute; inset: 12px; border-radius: 50%; background: var(--ink); }
.brand-name { display: flex; flex-direction: column; gap: 4px; }
.brand-name strong { font-size: 28px; font-weight: 500; letter-spacing: .055em; line-height: 1; }
.brand-name > span { font-size: 9px; letter-spacing: .32em; color: #e2e3e3; }
nav { display: flex; align-items: center; gap: 32px; font-size: 13px; color: #cfd2d1; }
nav a { padding-block: 14px; }
nav a:hover { color: white; }
.icon { width: 18px; height: 18px; display: block; flex: 0 0 auto; fill: currentColor; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 54px; padding: 16px 24px; background: var(--red); color: white; font-size: 13px; font-weight: 600; transition: background .2s; }
.button:hover { background: #961821; }
.button > .icon { width: 18px; height: 18px; }
.header-cta { min-height: 44px; padding: 12px 20px; font-size: 12px; }
.hero { background: var(--ink); color: white; position: relative; isolation: isolate; overflow: hidden; }
.hero-media { position: absolute; inset: 0 0 0 auto; width: 72%; z-index: -1; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 66% 50%; }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #171a1b 0%, #171a1bf2 8%, #171a1b80 28%, #171a1b00 63%), linear-gradient(0deg, #171a1b90, transparent 40%); }
.hero-inner { min-height: 666px; position: relative; display: flex; align-items: center; padding-block: 78px 108px; }
.hero-copy { max-width: 570px; }
.eyebrow { font-size: 10px; line-height: 1.5; font-weight: 600; letter-spacing: .16em; color: var(--red); margin-bottom: 24px; }
.hero .eyebrow { color: #d0d3d1; display: flex; align-items: center; gap: 13px; }
.hero .eyebrow::before { content: ''; width: 22px; height: 2px; background: #e14447; }
.hero .eyebrow > span { color: #767d7c; }
h1 { font-size: clamp(50px, 5.1vw, 76px); line-height: 1.06; letter-spacing: -.052em; }
.red-dot { color: #e44448; }
.hero-lead { font-size: 18px; line-height: 1.6; margin-top: 30px; max-width: 355px; font-weight: 500; }
.hero-description { color: #c2c6c6; font-size: 14px; line-height: 1.8; max-width: 330px; margin-top: 10px; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 26px; }
.quiet-link { font-size: 12px; display: inline-flex; align-items: center; gap: 16px; padding-block: 14px; }
.quiet-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.hero-caption { position: absolute; right: 0; bottom: 33px; font-size: 10px; letter-spacing: .06em; color: #d6d9d8; }
.hero-caption > span { margin-right: 20px; color: #a2aaa8; }
.expertise-strip { border-bottom: 1px solid var(--line); }
.expertise-inner { display: grid; grid-template-columns: 1fr 1fr 1fr; padding-block: 27px; }
.expertise-inner p { padding-inline: 36px; border-left: 1px solid var(--line); }
.expertise-inner p:first-child { padding-left: 0; border: 0; }
.mini-label { display: block; font-size: 9px; font-weight: 600; letter-spacing: .13em; color: var(--muted); line-height: 1.6; margin-bottom: 8px; }
.expertise-inner strong { font-size: 14px; font-weight: 500; }
.section { padding-block: 100px; }
.section-heading { display: grid; grid-template-columns: 1.1fr 1fr; gap: 100px; align-items: end; margin-bottom: 50px; }
h2 { font-size: clamp(34px, 3.45vw, 48px); letter-spacing: -.045em; line-height: 1.13; }
.section-heading > p { max-width: 420px; color: var(--muted); line-height: 1.9; font-size: 14px; padding-bottom: 3px; }
.services-layout { display: grid; grid-template-columns: 1.08fr 1fr; gap: 76px; align-items: stretch; }
.machining-photo { position: relative; overflow: hidden; background: #232c30; min-height: 455px; }
.machining-photo img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: 38% 55%; }
.machining-photo::after { content: ''; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, #0c1115dd); }
.machining-photo figcaption { z-index: 1; position: absolute; bottom: 28px; left: 28px; right: 28px; display: flex; flex-direction: column; gap: 9px; color: white; }
.machining-photo figcaption > span:first-child { color: #c5cbcf; font-size: 9px; letter-spacing: .16em; }
.machining-photo figcaption > span:last-child { font-size: 18px; display: flex; justify-content: space-between; }
.service-list { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 30px 1fr; gap: 15px; padding-block: 26px; border-bottom: 1px solid var(--line); }
.item-number { color: var(--red); font-size: 11px; padding-top: 5px; }
h3 { font-size: 20px; line-height: 1.4; letter-spacing: -.025em; }
.service-item p { font-size: 13px; line-height: 1.8; color: var(--muted); max-width: 340px; margin-top: 9px; }
.service-link { margin-top: auto; padding-block: 24px 0; display: flex; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 600; gap: 20px; }
.service-link > .icon { color: var(--red); width: 20px; height: 20px; }
.service-link:hover > span:first-child { text-decoration: underline; text-underline-offset: 4px; }
.quality { background: #eaece7; padding-block: 88px; }
.quality-layout { display: grid; grid-template-columns: 1fr .85fr; align-items: stretch; gap: 105px; }
.quality-copy { padding-block: 15px 10px; }
.quality-intro { font-size: 14px; color: var(--muted); line-height: 1.9; max-width: 435px; margin-top: 24px; }
.steps { margin: 34px 0 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 31px 1fr; gap: 16px; position: relative; padding-bottom: 28px; }
.steps li:last-child { padding-bottom: 0; }
.steps li:not(:last-child)::before { content: ''; position: absolute; top: 35px; left: 15px; bottom: 6px; width: 1px; background: #bfc5bf; }
.step-number { width: 31px; height: 31px; border: 1px solid #b9c0b9; display: grid; place-items: center; font-size: 10px; color: var(--red); }
.steps h3 { font-size: 15px; font-weight: 500; margin: 4px 0 6px; }
.steps p { font-size: 12px; color: var(--muted); line-height: 1.7; max-width: 315px; }
.measurement-photo { position: relative; min-height: 610px; background: #303631; }
.measurement-photo img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: 50% 49%; }
.measurement-photo figcaption { position: absolute; inset: auto 0 0; padding: 65px 28px 28px; background: linear-gradient(transparent,#111916dd); color: white; display: flex; align-items: center; gap: 12px; font-size: 12px; }
.caption-line { width: 20px; height: 2px; background: #e2484c; }
.contact { background: var(--ink); padding-block: 72px 46px; color: white; }
.contact-banner { background: var(--red); padding: 48px 50px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.contact-banner .eyebrow { color: #ffdcdd; margin-bottom: 18px; }
.contact-banner h2 { font-size: clamp(32px,3.2vw,44px); }
.contact-banner p:last-child { font-size: 12px; color: #ffe0e1; line-height: 1.8; margin-top: 19px; }
.button-light { color: var(--ink); background: white; flex-shrink: 0; }
.button-light:hover { background: #eceee9; }
.contact-details { display: grid; grid-template-columns: .8fr 1fr 1.25fr; gap: 40px; padding-top: 46px; }
.contact-details .mini-label { color: #abb2b0; margin-bottom: 12px; }
.label-with-icon { display: flex; align-items: center; gap: 8px; }
.label-with-icon .icon { width: 15px; height: 15px; color: var(--red); }
.contact-details a { font-size: 15px; overflow-wrap: anywhere; padding-block: 6px; }
.contact-details a:hover { text-decoration: underline; text-underline-offset: 5px; }
address { font-style: normal; font-size: 13px; color: #d0d5d3; line-height: 1.8; }
.site-footer { background: var(--ink); color: #d0d5d3; }
.footer-main { display: flex; align-items: center; gap: 45px; border-top: 1px solid #ffffff24; padding-block: 36px; }
.footer-main > p { font-size: 11px; line-height: 1.7; }
.back-top { margin-left: auto; display: flex; align-items: center; gap: 24px; font-size: 11px; padding-block: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 27px; font-size: 9px; line-height: 1.8; color: #9da7a4; }

@media (min-width: 1600px) {
  .hero-media { width: 66%; }
  .hero-inner { min-height: 730px; }
}
@media (max-width: 1050px) {
  .container { width: calc(100% - 64px); }
  .hero-media { width: 78%; }
  .hero-media::after { background: linear-gradient(90deg, #171a1b, #171a1be0 17%, #171a1b20 80%); }
  .hero-inner { min-height: 600px; }
  h1 { font-size: 60px; }
  .hero-copy { max-width: 475px; }
  .hero-actions { gap: 19px; }
  .section-heading { gap: 50px; }
  .services-layout { gap: 44px; }
  .quality-layout { gap: 58px; }
  .contact-banner { padding: 38px; gap: 30px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 125px; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 100px; gap: 8px; flex-wrap: wrap; padding-top: 14px; padding-bottom: 7px; }
  .brand { gap: 9px; }
  .brand-mark { width: 33px; height: 33px; }
  .brand-mark::after { inset: 9px; }
  .brand-name strong { font-size: 23px; }
  .brand-name > span { font-size: 7px; }
  .header-cta { font-size: 10px; min-height: 39px; padding: 10px 12px; gap: 15px; }
  nav { order: 3; width: 100%; gap: 24px; font-size: 11px; }
  nav a { padding-block: 12px; }
  .hero-inner { min-height: 0; padding-block: 46px 352px; align-items: start; }
  .hero-copy { max-width: 100%; }
  .hero-media { inset: auto 0 0; width: 100%; height: 370px; }
  .hero-media img { object-position: 65% 56%; }
  .hero-media::after { background: linear-gradient(180deg, #171a1b, #171a1b00 28%, #171a1b00 70%, #171a1b99); }
  h1 { font-size: clamp(42px,8.8vw,62px); }
  .eyebrow { font-size: 9px; margin-bottom: 20px; }
  .hero-lead { font-size: 16px; max-width: 315px; margin-top: 23px; }
  .hero-description { font-size: 13px; max-width: 330px; }
  .hero-actions { margin-top: 26px; gap: 18px; flex-wrap: wrap; }
  .hero-actions .button { padding-inline: 18px; font-size: 12px; gap: 20px; }
  .quiet-link { font-size: 11px; gap: 9px; }
  .hero-caption { bottom: 22px; right: 0; font-size: 9px; }
  .expertise-inner { gap: 0; padding-block: 20px; }
  .expertise-inner p { padding-inline: 13px; }
  .mini-label { font-size: 8px; letter-spacing: .08em; }
  .expertise-inner strong { font-size: 11px; line-height: 1.6; display: block; }
  .section { padding-block: 62px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 32px; }
  h2 { font-size: 36px; }
  .section-heading > p { font-size: 13px; }
  .services-layout { grid-template-columns: 1fr; gap: 30px; }
  .machining-photo { min-height: 340px; }
  .machining-photo img { object-position: 45% 65%; }
  .service-item { padding-block: 22px; }
  h3 { font-size: 19px; }
  .service-link { padding-block: 20px 0; }
  .quality { padding-block: 58px; }
  .quality-layout { grid-template-columns: 1fr; gap: 32px; }
  .quality-copy { padding: 0; }
  .quality-intro { font-size: 13px; }
  .measurement-photo { min-height: 480px; }
  .measurement-photo img { object-position: 50% 55%; }
  .contact { padding-block: 32px; }
  .contact-banner { flex-direction: column; align-items: flex-start; padding: 30px 24px; gap: 26px; }
  .contact-banner h2 { font-size: 32px; }
  .contact-banner .button { width: 100%; justify-content: space-between; }
  .contact-details { grid-template-columns: 1fr; gap: 29px; padding: 32px 4px 4px; }
  .contact-details .mini-label { margin-bottom: 6px; }
  .footer-main { gap: 20px; flex-wrap: wrap; padding-block: 28px; }
  .footer-main > p { margin-left: auto; font-size: 10px; }
  .back-top { margin: 0; }
  .footer-bottom { flex-direction: column; gap: 8px; padding-bottom: 23px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
