@font-face {
  font-family: "Inter Strap";
  src: url("../fonts/inter-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --red: #c81d25;
  --red-dark: #9f151b;
  --carbon: #111214;
  --graphite: #2b2e31;
  --grey: #6e7377;
  --silver: #b8bec3;
  --line: #dedfdd;
  --mist: #f1f2f1;
  --warm: #fafaf8;
  --white: #fff;
  --font: "Inter Strap", Inter, "Helvetica Neue", Arial, sans-serif;
  --shell: 1280px;
  --gutter: clamp(20px, 4vw, 64px);
  --section: clamp(72px, 8vw, 120px);
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  background: var(--warm);
  color: var(--carbon);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
svg { display: block; width: 1.2em; height: 1.2em; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--red); color: var(--white); }

.shell { width: min(calc(100% - (var(--gutter) * 2)), var(--shell)); margin-inline: auto; }
.section { padding-block: var(--section); }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; transform: translateY(-150%); background: var(--carbon); color: #fff; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }

.eyebrow {
  margin: 0 0 26px;
  color: var(--red);
  font-size: 12px;
  font-weight: 740;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow--light { color: #ef777c; }
.section-heading { margin-bottom: clamp(44px, 5.5vw, 72px); }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); align-items: end; gap: 64px; }
.section-heading h2, .custom-manufacturing h2, .quality h2, .faq h2, .quote h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 560;
  letter-spacing: -.055em;
  line-height: .99;
}
.section-heading__aside { max-width: 400px; justify-self: end; padding-bottom: 6px; }
.section-heading__aside p { margin: 0 0 28px; color: var(--grey); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 680; }
.text-link span { color: var(--red); transition: transform .25s var(--ease); }
.text-link:hover span { transform: translate(3px, -2px); }

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 26px;
  border: 1px solid var(--red);
  background: var(--red);
  color: var(--white);
  font-size: 14px;
  font-weight: 720;
  cursor: pointer;
  transition: background .25s, border-color .25s, transform .25s;
}
.button:hover { background: var(--red-dark); border-color: var(--red-dark); transform: translateY(-2px); }
.button svg { width: 20px; height: 20px; }
.button--small { min-height: 44px; padding-inline: 20px; }
.button--dark { background: var(--carbon); border-color: var(--carbon); }
.button--dark:hover { background: #000; border-color: #000; }
.button--full { width: 100%; min-height: 62px; }

.site-header { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; border-bottom: 1px solid transparent; background: rgba(250,250,248,.93); transition: border-color .25s, box-shadow .25s; backdrop-filter: blur(12px); }
.admin-bar .site-header { top: 32px; }
.site-header.is-scrolled { border-color: rgba(17,18,20,.1); box-shadow: 0 6px 30px rgba(17,18,20,.04); }
.site-header__inner { display: flex; min-height: 80px; align-items: center; gap: 42px; }
.site-logo { display: inline-flex; flex: none; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand__mark { width: 38px; height: 38px; color: var(--red); }
.brand__text { display: flex; align-items: baseline; gap: 5px; line-height: 1; letter-spacing: -.045em; }
.brand__text strong { font-size: 20px; font-weight: 810; }
.brand__text strong:last-child { color: var(--red); }
.site-header__actions { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.language-switcher { display: inline-flex; align-items: center; gap: 7px; color: #8a8e90; font-size: 11px; font-weight: 720; letter-spacing: .1em; }
.language-switcher a { position: relative; padding-block: 10px; color: #777c7f; transition: color .2s; }
.language-switcher a:hover, .language-switcher a[aria-current="page"] { color: var(--carbon); }
.language-switcher a[aria-current="page"]::after { position: absolute; right: 0; bottom: 6px; left: 0; height: 1px; background: var(--red); content: ""; }
.header-whatsapp { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 650; }
.header-whatsapp svg { color: #168b4b; }

.hero { position: relative; overflow: hidden; padding-top: 80px; background: var(--warm); }
.hero__grid { display: grid; min-height: min(760px, calc(100vh - 80px)); grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr); align-items: center; gap: clamp(24px, 5vw, 80px); padding-block: clamp(48px, 5vw, 72px); }
.hero__content { position: relative; z-index: 2; }
.hero__eyebrow { display: flex; align-items: center; gap: 12px; }
.hero__eyebrow span { width: 26px; height: 1px; background: var(--red); }
.hero h1 { max-width: 660px; margin: 0; font-size: 72px; font-weight: 560; letter-spacing: -.06em; line-height: 1; }
.hero h1 span { color: var(--red); }
.hero__lead { max-width: 570px; margin: 34px 0 0; color: #5d6265; font-size: clamp(18px, 1.6vw, 21px); line-height: 1.62; }
.hero__actions { display: flex; align-items: center; gap: 30px; margin-top: 40px; }
.hero__proof { display: flex; gap: 0; margin: 54px 0 0; padding: 0; list-style: none; }
.hero__proof li { min-width: 120px; padding-right: 26px; }
.hero__proof li + li { padding-left: 26px; border-left: 1px solid var(--line); }
.hero__proof strong, .hero__proof span { display: block; }
.hero__proof strong { font-size: 14px; font-weight: 750; }
.hero__proof span { margin-top: 3px; color: var(--grey); font-size: 12px; }
.hero__visual { display: flex; min-width: 0; justify-content: flex-end; }
.hero__image-wrap { position: relative; width: 88%; margin-right: calc(var(--gutter) * -1); margin-left: auto; }
.hero__image-wrap::before { position: absolute; z-index: 2; top: -22px; right: 0; width: 42%; height: 4px; background: var(--red); content: ""; }
.hero__image-wrap img { width: 100%; height: clamp(650px, 74vh, 780px); min-height: 0; object-fit: cover; object-position: 62% center; }
.hero__image-label { position: absolute; right: 0; bottom: 0; display: flex; min-width: 250px; align-items: center; gap: 18px; padding: 20px 24px; background: var(--carbon); color: var(--white); }
.hero__image-label span { color: #ef777c; font-size: 11px; letter-spacing: .16em; }
.hero__image-label p { margin: 0; font-size: 12px; line-height: 1.45; }
.trust-rail { border-block: 1px solid var(--line); background: #f6f6f4; }
.trust-rail__inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; }
.trust-rail p { margin: 0; color: #555a5d; font-size: 12px; font-weight: 670; letter-spacing: .08em; text-transform: uppercase; }
.trust-rail span { width: 3px; height: 3px; border-radius: 50%; background: var(--red); }

.products { background: var(--white); }
.product-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(24px, 3.5vw, 52px); }
.product-card { min-width: 0; }
.product-card--1, .product-card--4 { grid-column: span 7; }
.product-card--2, .product-card--3 { grid-column: span 5; }
.product-card--3, .product-card--4 { margin-top: 24px; }
.product-card__image { position: relative; overflow: hidden; background: var(--mist); }
.product-card--1 .product-card__image, .product-card--4 .product-card__image { aspect-ratio: 1.35 / 1; }
.product-card--2 .product-card__image, .product-card--3 .product-card__image { aspect-ratio: .94 / 1; }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.product-card--1 .product-card__image img { object-position: 66% center; }
.product-card a:hover .product-card__image img { transform: scale(1.025); }
.product-card__number { position: absolute; top: 20px; left: 20px; display: grid; width: 38px; height: 38px; place-items: center; background: rgba(255,255,255,.92); font-size: 11px; font-weight: 720; }
.product-card__action { position: absolute; right: 20px; bottom: 20px; display: grid; width: 48px; height: 48px; place-items: center; background: var(--white); color: var(--red); transition: background .25s, color .25s; }
.product-card a:hover .product-card__action { background: var(--red); color: #fff; }
.product-card__body { padding: 24px 2px 0; }
.product-card__body > p { margin: 0 0 8px; color: var(--red); font-size: 11px; font-weight: 680; letter-spacing: .12em; text-transform: uppercase; }
.product-card__body h3 { margin: 0; font-size: clamp(24px, 2.5vw, 36px); font-weight: 590; letter-spacing: -.035em; }
.product-card__body > span { display: block; max-width: 580px; margin-top: 12px; color: var(--grey); line-height: 1.65; }
.product-card__body ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.product-card__body li { padding: 7px 10px; border: 1px solid var(--line); color: #5c6164; font-size: 11px; }
.custom-manufacturing { background: var(--mist); }
.custom-manufacturing__grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(54px, 8vw, 116px); }
.custom-manufacturing__media img { width: 100%; aspect-ratio: 1.15 / 1; object-fit: cover; }
.media-caption { display: flex; justify-content: space-between; padding-top: 14px; border-top: 1px solid #cdd0d1; margin-top: 12px; color: var(--grey); font-size: 10px; font-weight: 640; letter-spacing: .12em; text-transform: uppercase; }
.custom-manufacturing h2 { max-width: 620px; font-size: clamp(42px, 4.6vw, 67px); }
.custom-manufacturing .lead { margin: 30px 0 0; color: #606568; font-size: 18px; line-height: 1.7; }
.about-sectors { margin-top: 32px; }
.about-sectors > p { margin: 0 0 12px; color: var(--grey); font-size: 10px; font-weight: 680; letter-spacing: .13em; text-transform: uppercase; }
.about-sectors ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.about-sectors li { padding: 9px 12px; border: 1px solid #cdd0d1; color: #424649; font-size: 11px; font-weight: 650; }
.spec-list { margin: 42px 0 38px; border-top: 1px solid #cdd0d1; }
.spec-list > div { display: grid; grid-template-columns: 34px 145px 1fr; align-items: start; gap: 16px; padding: 20px 0; border-bottom: 1px solid #cdd0d1; }
.spec-list span { padding-top: 3px; color: var(--red); font-size: 10px; }
.spec-list h3, .spec-list p { margin: 0; }
.spec-list h3 { font-size: 14px; font-weight: 680; }
.spec-list p { color: var(--grey); font-size: 13px; line-height: 1.55; }

.quality { overflow: hidden; background: var(--carbon); color: var(--white); }
.quality__grid { display: grid; grid-template-columns: 1fr .83fr; align-items: center; gap: clamp(60px, 9vw, 130px); }
.quality h2 span { color: #9ea2a5; }
.quality__lead { max-width: 660px; margin: 30px 0 0; color: #aeb2b5; font-size: 18px; line-height: 1.7; }
.quality-points { margin-top: 42px; border-top: 1px solid #3b3d40; }
.quality-points article { display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 18px; padding: 20px 0; border-bottom: 1px solid #3b3d40; }
.quality-point__icon { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #4a4d50; color: #ef777c; font-size: 16px; }
.quality-points h3, .quality-points p { margin: 0; }
.quality-points h3 { font-size: 17px; font-weight: 590; }
.quality-points p { margin-top: 5px; color: #969b9e; font-size: 13px; }
.quality__media { position: relative; margin-right: max(calc((100vw - var(--shell)) / -2), calc(var(--gutter) * -1)); }
.quality__media img { width: 100%; min-height: 680px; object-fit: cover; }
.quality-seal { position: absolute; bottom: 0; left: -64px; display: flex; width: 166px; height: 166px; align-items: center; justify-content: center; gap: 12px; background: var(--red); color: #fff; }
.quality-seal strong { font-size: 64px; font-weight: 400; line-height: 1; }
.quality-seal span { font-size: 10px; font-weight: 650; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }

.process { background: var(--warm); }
.process-list { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--carbon); list-style: none; }
.process-list li { position: relative; min-height: 310px; padding: 24px 26px 26px 0; border-bottom: 1px solid var(--line); }
.process-list li + li { padding-left: 26px; border-left: 1px solid var(--line); }
.process-list__meta { display: flex; align-items: center; justify-content: space-between; }
.process-list__icon { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid #d1d3d3; color: var(--red); font-size: 17px; }
.process-list__number { color: var(--red); font-size: 10px; letter-spacing: .12em; }
.process-list li > .process-list__content { position: absolute; right: 26px; bottom: 28px; left: 0; }
.process-list li + li > .process-list__content { left: 26px; }
.process-list h3 { margin: 0 0 12px; font-size: 20px; font-weight: 590; letter-spacing: -.025em; }
.process-list p { margin: 0; color: var(--grey); font-size: 13px; line-height: 1.6; }
.process-list__dot { position: absolute; top: -4px; right: -4px; z-index: 2; width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
.process-list li:last-child .process-list__dot { display: none; }

.gallery { background: var(--white); }
.gallery-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 44px 36px; }
.gallery-item { margin: 0; }
.gallery-item--3 { grid-column: 1 / -1; }
.gallery-item button { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; border: 0; background: var(--mist); cursor: zoom-in; }
.gallery-item--1 button, .gallery-item--2 button { aspect-ratio: 1.05 / 1; }
.gallery-item--3 button { aspect-ratio: 2.15 / 1; }
.gallery-item--4 { grid-column: 2; }
.gallery-item--4 button { aspect-ratio: 1.35 / 1; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--ease); }
.gallery-item button:hover img { transform: scale(1.025); }
.gallery-item__zoom { position: absolute; right: 20px; bottom: 20px; display: grid; width: 46px; height: 46px; place-items: center; background: var(--white); color: var(--red); font-size: 24px; font-weight: 300; }
.gallery-item figcaption { display: flex; gap: 20px; padding-top: 12px; color: var(--grey); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.gallery-item figcaption span { color: var(--red); }
.lightbox { width: min(92vw, 1200px); max-height: 92vh; padding: 0; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(7,8,9,.9); }
.lightbox img { max-width: 100%; max-height: 88vh; margin: auto; object-fit: contain; }
.lightbox__close { position: absolute; z-index: 2; top: -48px; right: 0; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.5); background: transparent; color: #fff; font-size: 28px; cursor: pointer; }

.faq { background: var(--mist); }
.faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 10vw, 150px); }
.faq__intro { position: sticky; top: 130px; align-self: start; }
.faq h2 { font-size: clamp(40px, 4.2vw, 62px); }
.faq__intro > p:not(.eyebrow) { max-width: 430px; margin: 30px 0; color: var(--grey); font-size: 17px; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--carbon); }
.faq-list details { border-bottom: 1px solid #cdd0d1; }
.faq-list summary { display: grid; min-height: 92px; grid-template-columns: 42px 1fr 28px; align-items: center; gap: 16px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 580; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--red); font-size: 10px; }
.faq-list summary i { position: relative; display: block; width: 20px; height: 20px; }
.faq-list summary i::before, .faq-list summary i::after { position: absolute; top: 9px; left: 2px; width: 16px; height: 1px; background: var(--carbon); content: ""; transition: transform .2s; }
.faq-list summary i::after { transform: rotate(90deg); }
.faq-list details[open] summary i::after { transform: rotate(0); }
.faq-list details > div { padding: 0 54px 28px; }
.faq-list details p { max-width: 690px; margin: 0; color: var(--grey); line-height: 1.75; }

.quote { padding-block: var(--section); background: var(--red); color: var(--white); }
.quote__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(64px, 10vw, 140px); }
.quote .eyebrow { color: rgba(255,255,255,.72); }
.quote h2 { max-width: 640px; font-size: clamp(45px, 5.1vw, 74px); }
.quote__intro > p:not(.eyebrow) { max-width: 570px; margin: 32px 0 0; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.7; }
.quote__contact { margin-top: 52px; border-top: 1px solid rgba(255,255,255,.28); }
.quote__contact a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.28); font-size: 15px; font-weight: 590; }
.quote__contact span { color: rgba(255,255,255,.6); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.quote-form-wrap { padding: clamp(28px, 4vw, 52px); background: var(--white); color: var(--carbon); }
.quote-form { display: grid; gap: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; gap: 8px; }
.field label { color: #4f5457; font-size: 12px; font-weight: 650; }
.field label span { color: var(--red); }
.field input, .field select, .field textarea { width: 100%; border: 0; border-bottom: 1px solid #cfd1d2; border-radius: 0; outline: 0; background: transparent; color: var(--carbon); }
.field input, .field select { height: 48px; }
.field textarea { padding: 12px 0; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); box-shadow: 0 1px 0 var(--red); }
.field textarea::placeholder { color: #a0a3a5; }
.consent { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 11px; color: #6a6f72; font-size: 11px; line-height: 1.55; cursor: pointer; }
.consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--red); }
.consent button { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--carbon); font-size: inherit; cursor: pointer; }
.form-assurance { margin: -8px 0 0; color: #8a8e90; font-size: 10px; text-align: center; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.form-notice { margin-bottom: 20px; padding: 14px 16px; border-left: 3px solid; font-size: 13px; }
.form-notice--success { border-color: #278653; background: #ecf8f1; color: #17643a; }
.form-notice--error { border-color: var(--red); background: #fff0f0; color: #8c171d; }

.site-footer { padding: 80px 0 28px; background: #0b0c0d; color: #fff; }
.site-footer__top { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .75fr); gap: clamp(56px, 10vw, 150px); padding-bottom: 80px; }
.site-footer__top .footer-column { justify-self: end; width: min(100%, 390px); }
.brand--footer .brand__mark { color: var(--red); }
.site-footer__statement { margin: 30px 0 0; color: #8e9396; font-size: clamp(20px, 2vw, 28px); letter-spacing: -.025em; line-height: 1.35; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-label { margin: 0 0 14px; color: #6f7477; font-size: 10px; font-weight: 650; letter-spacing: .15em; text-transform: uppercase; }
.footer-column a, .footer-column address { color: #b8bcbe; font-size: 13px; font-style: normal; line-height: 1.65; transition: color .2s; }
.footer-column a:hover { color: #fff; }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid #292b2d; color: #6f7477; font-size: 10px; letter-spacing: .04em; }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom > div { display: flex; gap: 28px; }
.footer-legal { padding: 0; border: 0; background: transparent; color: #8e9396; cursor: pointer; }
.privacy-dialog { width: min(calc(100% - 32px), 760px); max-height: 85vh; padding: 0; border: 0; background: var(--white); }
.privacy-dialog::backdrop { background: rgba(8,9,10,.78); }
.privacy-dialog__head { display: flex; align-items: flex-start; justify-content: space-between; padding: 30px 34px 24px; border-bottom: 1px solid var(--line); }
.privacy-dialog__head .eyebrow { margin-bottom: 10px; }
.privacy-dialog__head h2 { margin: 0; font-size: 30px; letter-spacing: -.04em; }
.privacy-dialog__head button { width: 40px; height: 40px; border: 1px solid var(--line); background: transparent; font-size: 26px; cursor: pointer; }
.privacy-dialog__body { padding: 28px 34px 36px; color: #5b6063; }
.privacy-dialog__body p { line-height: 1.7; }
.privacy-dialog__body a { border-bottom: 1px solid; color: var(--red); }
.privacy-dialog__body .legal-note { margin-top: 26px; padding: 14px; background: var(--mist); font-size: 12px; }
.mobile-actions { display: none; }
.basic-page, .error-page { min-height: 65vh; padding-block: 180px 120px; }
.error-page h1 { max-width: 750px; margin: 0 0 24px; font-size: clamp(48px, 7vw, 90px); letter-spacing: -.06em; line-height: .95; }
.error-page p:not(.eyebrow) { margin-bottom: 32px; color: var(--grey); }

@media (min-width: 1281px) {
  .hero__image-wrap { margin-right: max(calc((100vw - var(--shell)) / -2), calc(var(--gutter) * -1)); }
}

@media (max-width: 1100px) {
  .header-whatsapp span { display: none; }
  .hero__grid { grid-template-columns: .9fr 1.1fr; }
  .hero h1 { font-size: clamp(56px, 6.5vw, 68px); line-height: 1; }
  .hero__image-wrap { width: 88%; }
  .hero__image-wrap img { height: clamp(560px, 66vh, 680px); }
  .custom-manufacturing__grid, .quality__grid { gap: 56px; }
  .spec-list > div { grid-template-columns: 30px 120px 1fr; }
  .process-list { grid-template-columns: repeat(3, 1fr); }
  .process-list li:nth-child(3) .process-list__dot { display: none; }
  .process-list li:nth-child(n+4) { border-top: 1px solid var(--carbon); }
  .process-list li:nth-child(4) { padding-left: 0; border-left: 0; }
  .process-list li:nth-child(4) > div { left: 0; }
  .site-footer__top { grid-template-columns: 1.2fr .8fr; gap: 56px; }
}

@media (max-width: 820px) {
  :root { --section: 76px; }
  .admin-bar .site-header { top: 46px; }
  .site-header__inner { min-height: 70px; }
  .site-header__actions { margin-left: auto; }
  .site-header__actions .button, .header-whatsapp { display: none; }
  .hero { padding-top: 70px; }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; gap: 50px; padding-block: 54px 68px; }
  .hero__content { max-width: 700px; }
  .hero__image-wrap { width: auto; margin-right: calc(var(--gutter) * -1); margin-left: 12vw; }
  .hero__image-wrap img { height: 460px; min-height: 0; }
  .trust-rail__inner { display: grid; min-height: auto; grid-template-columns: 1fr 1fr; gap: 0; }
  .trust-rail p { padding: 20px 0; border-bottom: 1px solid var(--line); }
  .trust-rail p:nth-of-type(even) { padding-left: 20px; border-left: 1px solid var(--line); }
  .trust-rail span { display: none; }
  .section-heading--split { grid-template-columns: 1fr; gap: 30px; }
  .section-heading__aside { max-width: 520px; justify-self: start; }
  .product-card--1, .product-card--2, .product-card--3, .product-card--4 { grid-column: span 6; margin-top: 0; }
  .product-card--1 .product-card__image, .product-card--2 .product-card__image, .product-card--3 .product-card__image, .product-card--4 .product-card__image { aspect-ratio: 1 / 1.08; }
  .custom-manufacturing__grid, .quality__grid, .faq__grid, .quote__grid { grid-template-columns: 1fr; }
  .custom-manufacturing__media { order: 2; }
  .quality__media { margin: 20px calc(var(--gutter) * -1) calc(var(--section) * -1) 12vw; }
  .quality__media img { min-height: 520px; }
  .quality-seal { left: -70px; width: 140px; height: 140px; }
  .faq__intro { position: static; }
  .quote__contact { margin-top: 42px; }
  .gallery-grid { gap: 32px 20px; }
  .site-footer__top { grid-template-columns: 1fr 1fr; gap: 48px; }
  .site-footer__top .footer-column { justify-self: stretch; width: 100%; }
  .mobile-actions { position: fixed; z-index: 900; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -8px 28px rgba(0,0,0,.12); }
  .mobile-actions a { display: flex; min-height: 58px; align-items: center; justify-content: center; gap: 9px; background: #168b4b; color: #fff; font-size: 13px; font-weight: 700; }
  .mobile-actions a:last-child { background: var(--red); }
  .mobile-actions svg { width: 18px; height: 18px; }
  .site-footer { padding-bottom: 90px; }
}

@media (max-width: 600px) {
  :root { --gutter: 20px; --section: 64px; }
  html { scroll-padding-top: 76px; }
  .brand__mark { width: 34px; height: 34px; }
  .brand__text strong { font-size: 18px; }
  .hero__grid { padding-block: 46px 54px; gap: 38px; }
  .hero__eyebrow { margin-bottom: 20px; }
  .hero h1 { font-size: clamp(46px, 13vw, 62px); line-height: 1; }
  .hero__lead { margin-top: 26px; font-size: 17px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 32px; }
  .hero__proof { width: 100%; margin-top: 40px; }
  .hero__proof li { min-width: 0; flex: 1; padding-right: 12px; }
  .hero__proof li + li { padding-left: 12px; }
  .hero__image-wrap { width: 92%; margin-left: auto; }
  .hero__image-wrap img { height: 340px; min-height: 0; object-position: 62% center; }
  .hero__image-label { min-width: 220px; padding: 15px 18px; }
  .trust-rail p { font-size: 10px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .custom-manufacturing h2, .quality h2, .faq h2, .quote h2 { font-size: clamp(38px, 11vw, 52px); }
  .product-grid { display: block; }
  .product-card + .product-card { margin-top: 52px; }
  .product-card--1 .product-card__image, .product-card--2 .product-card__image, .product-card--3 .product-card__image, .product-card--4 .product-card__image { aspect-ratio: 1 / 1; }
  .product-card__body h3 { font-size: 27px; }
  .custom-manufacturing__grid { gap: 50px; }
  .custom-manufacturing__media img { aspect-ratio: 1 / 1; }
  .spec-list > div { grid-template-columns: 26px 1fr; }
  .spec-list p { grid-column: 2; }
  .quality__media { margin-left: 50px; }
  .quality__media img { min-height: 400px; }
  .quality-seal { left: -50px; width: 110px; height: 110px; }
  .quality-seal strong { font-size: 45px; }
  .quality-seal span { display: none; }
  .process-list { display: block; border-top: 1px solid var(--carbon); }
  .process-list li, .process-list li + li { min-height: auto; padding: 24px 0; border: 0; border-bottom: 1px solid var(--line); }
  .process-list li:nth-child(n+4) { border-top: 0; }
  .process-list li > .process-list__content, .process-list li + li > .process-list__content { position: static; margin: 20px 0 0 40px; }
  .process-list__dot { display: none; }
  .gallery-grid { display: block; }
  .gallery-item + .gallery-item { margin-top: 36px; }
  .gallery-item--1 button, .gallery-item--2 button, .gallery-item--3 button, .gallery-item--4 button { aspect-ratio: 1 / 1; }
  .faq__grid { gap: 50px; }
  .faq-list summary { min-height: 82px; grid-template-columns: 28px 1fr 22px; gap: 10px; font-size: 15px; }
  .faq-list details > div { padding: 0 32px 24px 38px; }
  .quote-form-wrap { margin-inline: -6px; padding: 26px 20px; }
  .form-row { grid-template-columns: 1fr; }
  .quote__contact a { align-items: flex-start; flex-direction: column; gap: 5px; }
  .site-footer__top { grid-template-columns: 1fr; gap: 48px; }
  .site-footer__top > div:first-child { grid-column: auto; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; }
  .site-footer__bottom > div { flex-direction: column; gap: 10px; }
  .privacy-dialog__head, .privacy-dialog__body { padding-inline: 22px; }
}

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