:root {
  font-family: Arial, "Helvetica Neue", sans-serif;
  color: #292d32;
  background: #fff;
  line-height: 1.65;
  --blue: #263d80;
  --muted: #62676e;
  --line: #dce0e5;
  --paper: #f4f5f7;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.3; }
h1 { font-size: 32px; font-weight: 600; margin-bottom: 18px; }
h2 { font-size: 24px; font-weight: 600; margin-bottom: 18px; }
h3 { font-size: 17px; margin-bottom: 12px; }
p { color: var(--muted); font-size: 14px; }
.wrap { width: min(1180px, calc(100% - 72px)); margin-inline: auto; }
.section { padding-block: 48px; }
.eyebrow { font-size: 12px; font-weight: 600; color: var(--blue); margin-bottom: 15px; }
.caption, figcaption { color: #737880; font-size: 11px; line-height: 1.6; }
.button, button {
  display: inline-flex; align-items: center; justify-content: center; gap: 18px;
  border: 1px solid var(--blue); background: var(--blue); color: white;
  padding: 11px 20px; font: 600 13px/1.5 Arial, sans-serif; cursor: pointer;
}
.button:hover, button:hover { background: #1e3065; text-decoration: none; }
button:disabled { opacity: .65; cursor: wait; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; }
.text-link span, .button span { font-size: 18px; font-weight: 400; line-height: 1; }
.utility-bar { background: #f2f3f5; border-bottom: 1px solid #e9ebed; font-size: 11px; color: #646a73; }
.utility-bar .wrap { display: flex; justify-content: space-between; align-items: center; min-height: 30px; }
.utility-bar a { color: #454c57; }
.site-header { display: flex; align-items: center; min-height: 106px; gap: 26px; }
.brand { flex-shrink: 0; }
.brand img { width: 130px; height: auto; }
.company-name { padding-left: 24px; border-left: 1px solid var(--line); }
.company-name strong { display: block; color: #383f49; font-size: 19px; font-weight: 500; }
.company-name span { color: #7b8087; font-size: 11px; }
.header-contact { margin-left: auto; text-align: right; font-size: 14px; }
.header-contact span { display: block; font-size: 11px; color: #7b8087; margin-bottom: 3px; }
.header-contact a { font-weight: 600; }
.main-navigation { background: var(--blue); }
.main-navigation nav { display: flex; }
.main-navigation a { color: white; font-size: 13px; padding: 13px 27px; border-right: 1px solid #ffffff24; }
.main-navigation a:first-child { border-left: 1px solid #ffffff24; }
.main-navigation a:hover, .main-navigation a[aria-current] { background: #1b2b5f; text-decoration: none; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; font-size: 11px; color: #82868c; padding-block: 19px; }
.breadcrumb a { color: #6e7480; }
.home-hero { background: #eff2f5; border-bottom: 1px solid #e3e6eb; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: center; padding-block: 40px; }
.hero-copy { max-width: 480px; }
.hero-copy .eyebrow { font-size: 13px; margin-bottom: 18px; font-weight: 400; }
.hero-copy h1 { font-size: 40px; line-height: 1.17; font-weight: 600; color: #26354f; }
.lead { font-size: 15px; line-height: 1.85; max-width: 780px; }
.hero-copy .lead { font-size: 14px; margin-bottom: 25px; }
.hero-contact { font-size: 11px; margin: 20px 0 0; }
.hero-contact a { white-space: nowrap; }
.hero-visual { align-self: center; }
.hero-visual img { width: 100%; max-height: 305px; object-fit: contain; mix-blend-mode: multiply; }
.hero-visual figcaption { text-align: right; margin-top: 14px; }
.product-navigation { display: flex; align-items: center; border-bottom: 1px solid var(--line); padding-block: 17px; gap: 26px; font-size: 12px; }
.product-navigation>span { color: #777e89; margin-right: auto; }
.product-navigation a { color: #424c5a; display: inline-flex; gap: 15px; }
.product-navigation a span { color: #8d97a5; }
.page-hero { padding-block: 16px 30px; border-bottom: 1px solid var(--line); }
.page-hero .lead { margin-bottom: 0; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading>p { font-size: 12px; margin-bottom: 0; }
.tool-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.tool-card { min-width: 0; }
.tool-photo { position: relative; display: block; background: #f1f3f5; }
.tool-photo img { width: 100%; aspect-ratio: 1.35; object-fit: contain; padding: 16px; mix-blend-mode: multiply; }
.tool-photo:hover { outline: 1px solid #aab5c9; }
.zoom-mark { position: absolute; bottom: 8px; right: 10px; font-size: 18px; color: #5e6c84; line-height: 1; }
.tool-copy { padding-top: 18px; }
.tool-copy h3 { color: var(--blue); font-size: 16px; margin-bottom: 9px; }
.tool-copy p { font-size: 12px; margin-bottom: 13px; }
.tool-copy .text-link { font-size: 12px; }
.gallery-section .caption { margin-top: 24px; margin-bottom: 0; }
.catalog-layout { display: grid; grid-template-columns: 208px minmax(0, 1fr); gap: 42px; padding-bottom: 24px; }
.catalog-sidebar { padding-top: 11px; position: sticky; top: 20px; align-self: start; }
.catalog-sidebar>h2 { font-size: 17px; padding-bottom: 15px; border-bottom: 2px solid var(--blue); margin-bottom: 0; }
.catalog-sidebar nav a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 12px; color: #525c6b; }
.catalog-sidebar nav a:hover { color: var(--blue); }
.sidebar-contact { padding: 20px 17px; margin-top: 30px; background: var(--paper); border-top: 2px solid #bdc6d6; }
.sidebar-contact h3 { font-size: 13px; font-weight: 600; }
.sidebar-contact p { font-size: 12px; }
.sidebar-contact .text-link { font-size: 12px; }
.catalog-intro { border-bottom: 1px solid var(--line); padding: 8px 0 22px; }
.catalog-intro h1 { font-size: 30px; margin-bottom: 14px; }
.catalog-intro p { margin: 0; max-width: 760px; font-size: 14px; }
.catalog-body>.section { padding-block: 32px; }
.catalog-body .wrap, .catalog-body>.wrap { width: 100%; }
.catalog-body .section-heading { margin-bottom: 21px; }
.catalog-body .section-heading h2 { font-size: 21px; }
.catalog-body .tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 34px; }
.catalog-body .tool-photo img { aspect-ratio: 1.9; padding: 16px 24px; }
.catalog-body .tool-copy { padding-top: 14px; }
.catalog-body .tool-copy p { max-width: 360px; }
.catalog-body #machines, .catalog-body #process { border-top: 1px solid var(--line); }
.machine-table { border-top: 2px solid #8493ad; }
.machine-table-head, .machine-row { display: grid; grid-template-columns: 1fr 1fr 1.65fr; gap: 20px; padding: 19px 16px; }
.machine-table-head { background: var(--paper); font-size: 11px; font-weight: 600; color: #687385; padding-block: 10px; }
.machine-row { border-bottom: 1px solid var(--line); }
.machine-row h3 { font-size: 13px; margin: 0; }
.machine-row p { font-size: 12px; margin: 0; }
.machine-tags { color: #546582; }
.process-grid { margin: 0; padding-left: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 23px 45px; }
.process-grid li { padding-left: 5px; color: #6b7890; font-size: 13px; }
.process-grid h3 { font-size: 14px; color: #303946; margin-bottom: 7px; }
.process-grid p { font-size: 12px; margin: 0; }
.about-grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1.4fr; gap: 50px; align-items: start; }
.about-grid figure img { width: 100%; aspect-ratio: 1.6; object-fit: cover; }
.about-grid figcaption { padding-top: 9px; }
.about-grid h2 { margin-bottom: 17px; }
.about-grid .eyebrow { display: none; }
.about-grid p { font-size: 13px; }
.cta-section { display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #f1f3f6; padding: 27px 30px; margin-top: 16px; margin-bottom: 48px; border-left: 3px solid var(--blue); }
.cta-section h2 { font-size: 19px; margin-bottom: 5px; }
.cta-section p { font-size: 12px; margin: 0; }
.cta-section .button { flex-shrink: 0; }
.site-footer { background: #f6f7f8; border-top: 1px solid var(--line); padding-top: 35px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 45px; padding-bottom: 30px; }
.footer-brand { font-size: 20px; font-weight: 700; }
.footer-grid p { font-size: 12px; margin-block: 8px; }
.footer-grid .legal-name { font-size: 11px; color: #81868f; }
.footer-grid h2 { font-size: 13px; margin-bottom: 16px; }
.footer-grid>div:not(:first-child) a { display: block; color: #626b78; font-size: 12px; margin-bottom: 8px; }
.footer-grid .text-link span { display: none; }
.footer-bottom { border-top: 1px solid var(--line); display: flex; justify-content: space-between; padding-block: 14px; font-size: 11px; color: #858a92; }
.product-overview { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: start; }
.family-photo { background: #f2f4f6; padding: 25px; }
.family-photo img { width: 100%; max-height: 370px; object-fit: contain; mix-blend-mode: multiply; }
.family-photo figcaption { margin-top: 16px; }
.family-links { margin-bottom: 23px; }
.family-links a { display: flex; align-items: center; gap: 23px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
.family-links .number { font-size: 11px; color: #8a929f; }
.family-links a>span:last-child { margin-left: auto; }
.check-list { padding-left: 19px; margin-block: 20px; color: var(--muted); font-size: 13px; }
.check-list li { padding-block: 6px; }
.inquiry-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 60px; align-items: start; }
.inquiry-grid h2 { font-size: 25px; }
.inquiry-grid .eyebrow { display: none; }
.inquiry-grid>div>p { font-size: 13px; }
.contact-email { font-size: 15px; display: inline-block; margin: 8px 0 14px; }
.inquiry-grid .caption { font-size: 11px; }
form { display: grid; gap: 18px; }
.inquiry-grid form { border: 1px solid var(--line); border-top: 2px solid var(--blue); padding: 26px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
label { display: grid; gap: 6px; font-size: 12px; }
input, textarea, select { width: 100%; min-width: 0; padding: 10px; border: 1px solid #c9cfd7; background: white; color: #333b48; border-radius: 0; font: 13px/1.6 Arial, sans-serif; }
textarea { min-height: 135px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #8b919a; opacity: 1; }
.consent-label { display: flex; align-items: flex-start; gap: 10px; font-size: 11px; color: #626b78; }
.consent-label input { width: 14px; height: 14px; margin: 3px 0 0; flex-shrink: 0; accent-color: var(--blue); }
.consent-label a { text-decoration: underline; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
[data-form-status] { font-size: 13px; margin: 0; }
[data-form-status]:empty { display: none; }
.privacy-copy { max-width: 820px; }
.privacy-copy h2 { font-size: 22px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.secondary { background: #eef0f4; color: var(--blue); }
.secondary:hover { background: #e1e6ee; }
.skip { position: fixed; left: -9999px; top: 8px; padding: 12px; background: white; z-index: 100; }
.skip:focus { left: 8px; }
:focus-visible { outline: 2px solid #385ca4; outline-offset: 4px; }
html { scroll-padding-top: 20px; }
.image-dialog { width: min(900px, 92vw); max-height: 90vh; border: 1px solid #c9cfd7; padding: 45px 24px 20px; background: white; }
.image-dialog::backdrop { background: #1c2535cc; }
.image-dialog>button { position: absolute; top: 8px; right: 8px; font-size: 19px; padding: 3px 12px; }
.image-dialog img { width: 100%; max-height: 67vh; object-fit: contain; }
.image-dialog p { margin: 15px 0 0; text-align: center; font-size: 12px; }
body:has(dialog[open]) { overflow: hidden; }
body:not([data-page-id]) main { max-width: 1100px; margin: auto; padding: 40px; }
body:not([data-page-id]) label { margin-block: 12px; }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 48px); }
  .catalog-layout { grid-template-columns: 175px minmax(0, 1fr); gap: 28px; }
  .company-name strong { font-size: 16px; }
  .main-navigation a { padding-inline: 21px; }
  .hero-grid { gap: 30px; }
  .hero-copy h1 { font-size: 35px; }
  .product-navigation { gap: 18px; font-size: 11px; }
  .tool-grid { gap: 20px; }
  .machine-table-head, .machine-row { grid-template-columns: 1fr 1fr 1.4fr; gap: 15px; padding-inline: 10px; }
}
@media (max-width: 760px) {
  .site-header { gap: 20px; min-height: 95px; }
  .header-contact { display: none; }
  .company-name { margin-left: auto; }
  .main-navigation nav { flex-wrap: wrap; }
  .main-navigation a { padding: 12px 16px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .hero-copy h1 { font-size: 30px; }
  .hero-copy .lead { font-size: 13px; }
  .hero-contact { font-size: 10px; }
  .product-navigation { flex-wrap: wrap; gap: 12px 24px; }
  .product-navigation>span { width: 100%; }
  .tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  .catalog-layout { display: block; }
  .catalog-sidebar { padding-top: 0; position: static; }
  .catalog-sidebar>h2 { display: none; }
  .catalog-sidebar nav { display: flex; flex-wrap: wrap; gap: 0 22px; border-bottom: 1px solid var(--line); margin-bottom: 25px; padding-bottom: 8px; }
  .catalog-sidebar nav a { font-size: 11px; border: 0; padding-block: 5px; }
  .sidebar-contact { display: none; }
  .about-grid { gap: 30px; }
  .product-overview { gap: 35px; }
  .inquiry-grid { gap: 30px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { gap: 25px; }
}
@media (max-width: 520px) {
  .wrap { width: calc(100% - 32px); }
  .section { padding-block: 32px; }
  .utility-bar { font-size: 10px; }
  .site-header { min-height: 87px; gap: 15px; }
  .brand img { width: 105px; }
  .company-name { padding-left: 15px; }
  .company-name strong { font-size: 13px; }
  .company-name span { font-size: 9px; }
  .main-navigation nav { display: grid; grid-template-columns: repeat(3, 1fr); }
  .main-navigation a { font-size: 11px; padding: 10px 8px; text-align: center; border-bottom: 1px solid #ffffff24; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 28px 20px; gap: 24px; }
  .hero-copy h1 { font-size: 34px; }
  .hero-copy .eyebrow { font-size: 12px; margin-bottom: 12px; }
  .hero-copy .lead { margin-bottom: 18px; }
  .hero-contact { margin-top: 14px; font-size: 11px; }
  .hero-visual img { max-height: 215px; }
  .hero-visual figcaption { font-size: 10px; }
  .product-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 15px; font-size: 11px; }
  .product-navigation>span { grid-column: 1/-1; }
  .product-navigation a { justify-content: space-between; gap: 5px; }
  h1 { font-size: 27px; }
  h2 { font-size: 22px; }
  .breadcrumb { padding-block: 14px; font-size: 10px; gap: 7px; }
  .page-hero { padding-block: 12px 24px; }
  .page-hero .lead { font-size: 13px; }
  .section-heading { gap: 15px; align-items: center; margin-bottom: 20px; }
  .section-heading>.text-link { font-size: 11px; max-width: 140px; line-height: 1.6; }
  .tool-grid, .catalog-body .tool-grid { gap: 26px 18px; }
  .tool-photo img, .catalog-body .tool-photo img { aspect-ratio: 1.2; padding: 10px; }
  .tool-copy h3 { font-size: 14px; }
  .tool-copy p { font-size: 11px; }
  .tool-copy .text-link { font-size: 11px; gap: 7px; }
  .catalog-intro h1 { font-size: 27px; }
  .catalog-intro p { font-size: 13px; }
  .catalog-sidebar nav { gap: 2px 18px; }
  .catalog-body .section-heading h2 { font-size: 21px; }
  .catalog-body #machines .section-heading { display: block; }
  .catalog-body #machines .section-heading p { margin-top: 8px; }
  .machine-table-head { display: none; }
  .machine-row { grid-template-columns: 1fr; gap: 9px; padding: 17px 0; }
  .machine-row h3 { font-size: 14px; }
  .process-grid { grid-template-columns: 1fr; gap: 20px; }
  .about-grid, .product-overview, .inquiry-grid { grid-template-columns: 1fr; gap: 25px; }
  .about-grid figure img { aspect-ratio: 1.8; }
  .cta-section { display: block; padding: 23px 20px; margin-bottom: 32px; }
  .cta-section .button { margin-top: 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  .footer-grid>div:first-child { grid-column: 1/-1; }
  .family-photo { padding: 20px; }
  .inquiry-grid form { padding: 22px 18px; }
  input, select, textarea { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
