:root {
  --paper: #fff;
  --ground: #f5f6f5;
  --ink: #20292b;
  --muted: #5a686a;
  --line: #d5dddc;
  --teal: #17636a;
  --teal-dark: #104d52;
  --wash: #e9eeee;
  --signal: #e4be57;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ground); color: var(--ink); font: 16px/1.58 "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; letter-spacing: 0; word-break: keep-all; overflow-wrap: break-word; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2 { word-break: keep-all; }
:focus-visible { outline: 3px solid var(--signal); outline-offset: 3px; }
.skip-link { position: absolute; z-index: 20; top: -70px; left: 12px; padding: 8px 12px; background: var(--paper); }
.skip-link:focus { top: 12px; }
.wrap { width: min(calc(100% - 64px), 1240px); margin-inline: auto; }
.eyeline { font-size: 13px; color: var(--muted); font-weight: 700; }
.topline { background: var(--ink); color: #fff; font-size: 12px; }
.topline .wrap { min-height: 30px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.topline a { text-decoration: underline; text-underline-offset: 3px; }
.site-header { background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 32px; }
.brand { flex: 0 0 auto; font-size: 24px; line-height: 1; font-weight: 800; color: var(--ink); white-space: nowrap; }
.brand b { color: var(--teal); }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(12px, 1.55vw, 23px); font-size: 14px; font-weight: 600; white-space: nowrap; }
.desktop-nav a { padding-block: 28px; border-bottom: 3px solid transparent; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--teal); border-bottom-color: var(--teal); }
.head-inquiry { flex: 0 0 auto; background: var(--teal); color: white; padding: 10px 16px; font-size: 14px; font-weight: 700; border-radius: 2px; }
.head-inquiry:hover { background: var(--teal-dark); }
.mobile-menu { display: none; margin-left: auto; }
.mobile-menu summary { list-style: none; cursor: pointer; font-weight: 700; color: var(--teal); }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; z-index: 12; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: 12px 18px 20px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; }
.mobile-menu nav a { border-bottom: 1px solid var(--line); padding: 10px 2px; font-size: 15px; }
.mobile-menu nav a[aria-current="page"] { color: var(--teal); font-weight: 700; }

.hero { position: relative; min-height: 530px; color: #fff; overflow: hidden; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.hero::after { content: ""; position: absolute; inset: 0; background: rgba(6, 17, 19, .38); }
.hero-inner { position: relative; z-index: 1; min-height: 530px; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding-block: 45px 52px; }
.hero .eyeline { color: #fff; border-left: 3px solid var(--signal); padding-left: 10px; }
.hero h1 { max-width: 690px; margin: 18px 0 30px; font-size: clamp(40px, 4.2vw, 59px); line-height: 1.22; font-weight: 800; text-wrap: balance; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 18px; border: 1px solid transparent; border-radius: 2px; font-size: 15px; font-weight: 700; line-height: 1.35; text-align: center; transition: background-color .2s ease, color .2s ease, border-color .2s ease; }
.btn:active { transform: translateY(1px); }
.btn-signal { background: var(--signal); color: var(--ink); }
.btn-signal:hover { background: #f0ce72; }
.btn-outline-light { border-color: #fff; color: #fff; background: rgba(0,0,0,.18); }
.btn-outline-light:hover { background: rgba(255,255,255,.16); }
.btn-teal { background: var(--teal); color: #fff; }
.btn-teal:hover { background: var(--teal-dark); }
.btn-line { border-color: var(--teal); color: var(--teal); background: transparent; }
.btn-line:hover { background: var(--wash); }
.quick-links { background: var(--paper); border-bottom: 1px solid var(--line); }
.quick-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.quick-grid a { min-height: 72px; padding: 17px 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 15px; font-weight: 700; border-right: 1px solid var(--line); }
.quick-grid a:first-child { border-left: 1px solid var(--line); }
.quick-grid a:hover { color: var(--teal); background: var(--ground); }
.quick-grid span { color: var(--teal); }

.section { padding-block: 74px 82px; border-bottom: 1px solid var(--line); }
.section.alt { background: var(--paper); }
.section-head { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 24px; align-items: start; margin-bottom: 32px; }
.section-head h2 { margin: 0; font-size: clamp(25px, 2.4vw, 33px); line-height: 1.32; font-weight: 800; max-width: 780px; text-wrap: pretty; }
.section-head .eyeline { padding-top: 8px; }
.section-head p { margin: 12px 0 0; color: var(--muted); }
.list-head { border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line); padding: 10px 16px; display: grid; grid-template-columns: 58px minmax(0, 1fr) 152px 90px; gap: 16px; color: var(--muted); font-size: 13px; font-weight: 700; }
.product-row { display: grid; grid-template-columns: 58px minmax(0, 1fr) 152px 90px; gap: 16px; align-items: center; min-height: 104px; border-bottom: 1px solid var(--line); padding: 12px 16px; transition: background-color .2s; }
.product-row:hover { background: var(--wash); }
.product-row strong { font-size: 21px; line-height: 1.35; }
.product-row .index { color: var(--teal); font-variant-numeric: tabular-nums; font-weight: 700; }
.product-row img { width: 152px; height: 76px; object-fit: cover; }
.product-row .row-link { color: var(--teal); font-weight: 700; text-align: right; font-size: 14px; }
.section-end { margin-top: 28px; display: flex; justify-content: flex-end; }

.process-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 2px solid var(--ink); }
.process-item { min-width: 0; padding: 16px 14px 0; border-right: 1px solid var(--line); }
.process-item:first-child { border-left: 1px solid var(--line); }
.process-item .step { color: var(--teal); font-size: 13px; font-weight: 700; font-variant-numeric: tabular-nums; }
.process-item h3 { margin: 8px 0 16px; font-size: 19px; }
.process-item img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.process-note { margin: 20px 0 0; padding-left: 12px; border-left: 3px solid var(--signal); color: var(--muted); }
.two-col { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 44px; align-items: start; }
.media-image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.media-image.wide { aspect-ratio: 16 / 9; }
.document-list { border-top: 2px solid var(--ink); }
.document-row { min-height: 62px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); padding: 12px 0; }
.document-row strong { font-size: 16px; }
.document-row small { display: block; color: var(--muted); font-size: 13px; }
.document-row a { color: var(--teal); font-size: 14px; font-weight: 700; white-space: nowrap; }
.document-row .inactive { color: var(--muted); font-size: 14px; }
.note-box { background: var(--wash); border-left: 4px solid var(--teal); padding: 17px 20px; margin-top: 22px; }
.note-box p { margin: 0; }
.wide-photo { width: 100%; height: 330px; object-fit: cover; }
.photo-caption { margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.preparation { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
.preparation img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.check-list { padding: 0; margin: 22px 0 26px; list-style: none; border-top: 2px solid var(--ink); }
.check-list li { border-bottom: 1px solid var(--line); padding: 9px 0; display: flex; justify-content: space-between; }
.check-list li::after { content: "확인"; color: var(--muted); font-size: 13px; }
.company-info { border-top: 2px solid var(--ink); }
.company-info div { display: grid; grid-template-columns: 135px minmax(0, 1fr); gap: 12px; border-bottom: 1px solid var(--line); padding: 12px 0; }
.company-info dt { font-weight: 700; }
.company-info dd { margin: 0; color: var(--muted); }
.site-footer { background: var(--ink); color: #fff; padding-block: 38px 30px; }
.footer-top { display: flex; align-items: start; justify-content: space-between; gap: 24px; }
.site-footer .brand { color: #fff; }
.site-footer .brand b { color: var(--signal); }
.footer-nav { display: flex; gap: 10px 20px; flex-wrap: wrap; font-size: 14px; }
.footer-bottom { border-top: 1px solid #506063; margin-top: 30px; padding-top: 18px; font-size: 13px; color: #d7e0df; }

.page-top { background: var(--paper); border-bottom: 1px solid var(--line); padding-block: 44px 48px; }
.breadcrumb { display: flex; gap: 8px; font-size: 13px; color: var(--muted); }
.page-top h1 { margin: 15px 0 10px; font-size: clamp(31px, 3.4vw, 44px); line-height: 1.25; }
.page-top p { margin: 0; max-width: 760px; font-size: 17px; }
.detail-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 42px; align-items: start; }
.detail-side { border-top: 2px solid var(--ink); }
.detail-side a { display: block; padding: 12px 8px; border-bottom: 1px solid var(--line); font-size: 15px; }
.detail-side a.active, .detail-side a:hover { color: var(--teal); font-weight: 700; background: var(--wash); }
.detail-main h2 { font-size: 28px; line-height: 1.3; margin: 0 0 18px; }
.detail-main > img { width: 100%; max-height: 470px; object-fit: cover; aspect-ratio: 4 / 3; }
.technical-table { width: 100%; border-collapse: collapse; margin-top: 30px; font-size: 15px; }
.technical-table th, .technical-table td { border-top: 1px solid var(--line); text-align: left; vertical-align: top; padding: 14px 12px; }
.technical-table tr:first-child th, .technical-table tr:first-child td { border-top: 2px solid var(--ink); }
.technical-table th { width: 170px; background: var(--wash); }
.technical-table tr:last-child th, .technical-table tr:last-child td { border-bottom: 1px solid var(--line); }
.detail-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }

.form-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 42px; align-items: start; }
.form-aside { border-top: 2px solid var(--ink); padding-top: 14px; }
.form-aside h2 { font-size: 18px; margin: 0 0 12px; }
.form-aside ul { margin: 0; padding-left: 20px; }
.form-aside li { padding: 5px 0; }
.form-aside img { margin-top: 22px; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.demo-banner { margin: 0 0 22px; border-left: 4px solid var(--signal); background: #f6efd9; padding: 12px 16px; font-size: 14px; }
.form-section { border: 0; border-top: 2px solid var(--ink); margin: 0 0 30px; padding: 0; }
.form-section legend { padding: 16px 0 12px; font-size: 20px; font-weight: 800; }
.form-section .section-copy { color: var(--muted); margin: 0 0 18px; }
.fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 20px; }
.field { display: grid; gap: 6px; min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 700; font-size: 14px; }
.field em { color: var(--teal); font-size: 12px; font-style: normal; margin-left: 4px; }
.field input, .field select, .field textarea { width: 100%; min-height: 44px; border: 1px solid #aab8b8; border-radius: 2px; background: var(--paper); color: var(--ink); padding: 10px 12px; }
.field textarea { min-height: 110px; resize: vertical; }
.field input[type="file"] { padding: 8px; font-size: 13px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: #a83b32; box-shadow: inset 0 0 0 1px #a83b32; }
.field small { color: var(--muted); font-size: 12px; }
.choice-row { display: flex; gap: 10px 22px; flex-wrap: wrap; }
.choice-row label { display: inline-flex; gap: 7px; align-items: center; font-size: 15px; }
.consent { display: flex; align-items: flex-start; gap: 9px; margin: 0 0 8px; }
.consent input { margin-top: 5px; }
.consent-note { color: var(--muted); font-size: 13px; margin: 0 0 20px; }
.form-status { margin-top: 20px; padding: 14px 16px; background: var(--wash); border-left: 4px solid var(--teal); }
.form-status.error { background: #f9eae8; border-left-color: #a83b32; }
.form-status[hidden] { display: none; }

@media (max-width: 1050px) {
  .desktop-nav { gap: 11px; font-size: 13px; }
  .header-inner { gap: 20px; }
  .brand { font-size: 21px; }
  .head-inquiry { display: none; }
}
@media (max-width: 900px) {
  .desktop-nav, .head-inquiry { display: none; }
  .mobile-menu { display: block; }
  .header-inner { min-height: 64px; }
  .detail-layout, .form-layout { grid-template-columns: 1fr; gap: 26px; }
  .detail-side { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-side a { padding-left: 10px; }
}
@media (max-width: 680px) {
  .wrap { width: min(calc(100% - 36px), 1240px); }
  .topline { font-size: 12px; }
  .topline .wrap { min-height: 32px; }
  .topline a { white-space: nowrap; }
  .hero, .hero-inner { min-height: 470px; }
  .hero > img { object-position: 60% center; }
  .hero-inner { padding-block: 28px 32px; }
  .hero h1 { font-size: 34px; max-width: 340px; margin: 12px 0 24px; }
  .hero-actions { width: 100%; }
  .hero-actions .btn { flex: 1 1 140px; padding-inline: 10px; font-size: 14px; }
  .quick-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-grid a { min-height: 51px; padding: 8px 10px; border-bottom: 1px solid var(--line); font-size: 13px; }
  .quick-grid a:nth-child(odd) { border-left: 1px solid var(--line); }
  .section { padding-block: 50px 58px; }
  .section-head { grid-template-columns: 1fr; gap: 8px; margin-bottom: 25px; }
  .section-head .eyeline { padding-top: 0; }
  .section-head h2 { font-size: 25px; }
  .list-head { display: none; }
  .product-row { grid-template-columns: 30px minmax(0, 1fr) 95px; gap: 9px; padding-inline: 4px; min-height: 84px; }
  .product-row strong { font-size: 17px; }
  .product-row img { width: 95px; height: 62px; }
  .product-row .row-link { display: none; }
  .process-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-item { padding: 12px 8px 0; border-bottom: 1px solid var(--line); }
  .process-item:nth-child(odd) { border-left: 1px solid var(--line); }
  .process-item h3 { font-size: 17px; margin: 3px 0 10px; }
  .two-col, .preparation { grid-template-columns: 1fr; gap: 22px; }
  .wide-photo { height: auto; aspect-ratio: 16 / 10; }
  .footer-top { display: block; }
  .footer-nav { margin-top: 22px; }
  .page-top { padding-block: 32px 34px; }
  .page-top p { font-size: 16px; }
  .fields { grid-template-columns: 1fr; gap: 15px; }
  .technical-table th { width: 115px; }
  .technical-table th, .technical-table td { padding: 12px 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .product-row { transition: none; }
}

/* Korean manufacturing reference direction: image-led hierarchy and dense dark evidence bands. */
:root {
  --ground: #f6f7f8;
  --ink: #1d1e20;
  --muted: #5b6264;
  --line: #d8dcdd;
  --teal: #007e53;
  --teal-dark: #006341;
  --wash: #eef2f0;
  --signal: #cda94d;
}
body { background: #fff; }
.wrap { width: min(calc(100% - 80px), 1280px); }
.eyeline { font-size: 13px; letter-spacing: 0; color: var(--teal); }
.site-header { position: relative; z-index: 10; border-bottom: 0; }
.header-inner { min-height: 68px; gap: 24px; }
.brand { font-size: 25px; letter-spacing: 0; }
.brand b { color: var(--ink); }
.desktop-nav { gap: clamp(15px, 1.65vw, 26px); }
.desktop-nav a { padding-block: 21px; border-bottom-width: 2px; }
.head-inquiry { background: var(--teal); padding: 12px 19px; border-radius: 5px; }
.head-inquiry::after { content: " ↗"; padding-left: 5px; }

.hero { height: min(720px, calc(100svh - 120px)); min-height: 570px; isolation: isolate; }
.hero-poster, .hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-poster { z-index: -2; }
.hero-video { z-index: -1; }
.hero-video[hidden] { display: none; }
.hero::after { z-index: -1; background: linear-gradient(90deg, rgba(4,12,13,.78), rgba(4,12,13,.38) 52%, rgba(4,12,13,.08)), linear-gradient(0deg, rgba(0,0,0,.38), transparent 42%); }
.hero-inner { min-height: 100%; padding-block: 42px 65px; }
.hero .eyeline { padding-left: 0; border: 0; color: #d8e8e1; font-size: 14px; }
.hero h1 { max-width: 850px; margin: 15px 0 30px; font-size: 60px; line-height: 1.25; text-wrap: pretty; }
.btn-white { background: #fff; color: var(--ink); border-radius: 3px; }
.btn-white:hover { background: #e5ebe9; }
.text-link-light { display: inline-flex; align-items: center; padding: 8px 4px; color: #fff; border-bottom: 1px solid #fff; font-weight: 700; }
.contact-band { background: #1d1e20; color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr) auto; align-items: stretch; }
.contact-grid > div { min-height: 78px; padding: 16px 20px; border-right: 1px solid #444749; display: grid; align-content: center; gap: 3px; }
.contact-grid > div:first-child { padding-left: 0; }
.contact-grid span { color: #b8c3c0; font-size: 12px; }
.contact-grid strong { font-size: 15px; }
.contact-grid > a { background: var(--teal); padding: 0 25px; display: flex; align-items: center; font-weight: 700; white-space: nowrap; }
.intro-band { padding-block: 78px; }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 65px; align-items: end; }
.intro-grid h2 { margin: 17px 0 0; max-width: 730px; font-size: 42px; line-height: 1.28; }
.intro-grid p { margin: 0 0 22px; color: var(--muted); }
.under-link { display: inline-block; color: var(--teal); border-bottom: 1px solid var(--teal); padding-bottom: 5px; font-weight: 700; }
.precision-band { display: grid; grid-template-columns: 1.35fr .65fr; min-height: 380px; background: #1d1e20; color: #fff; }
.precision-photo img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; }
.precision-copy { padding: clamp(35px, 5vw, 78px); display: flex; flex-direction: column; justify-content: center; }
.precision-copy .eyeline { color: #7fc7a9; }
.precision-copy strong { display: block; font-size: clamp(32px, 3.4vw, 52px); line-height: 1.2; margin: 24px 0 12px; }
.precision-copy p { color: #d0d4d2; max-width: 340px; }

.section { padding-block: 78px 88px; border-bottom: 0; }
.section.alt { background: #f6f7f8; }
.section-head { grid-template-columns: 160px minmax(0, 1fr); margin-bottom: 37px; }
.section-head h2 { max-width: 840px; font-size: 37px; line-height: 1.32; }
.products-section { background: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.product-row { position: relative; min-height: 365px; padding: 0; display: block; background: #f6f7f8; border: 0; overflow: hidden; }
.product-row img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.product-row::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(5,11,12,.8)); }
.product-row .index, .product-row strong, .product-row .row-link { position: absolute; z-index: 1; color: #fff; }
.product-row .index { top: 20px; left: 24px; font-size: 15px; }
.product-row strong { left: 24px; bottom: 47px; right: 24px; font-size: 27px; }
.product-row .row-link { left: 24px; bottom: 22px; font-size: 13px; text-align: left; }
.product-row:hover { background: #e9eceb; }
.product-row:hover img { transform: scale(1.025); }
.product-row img { transition: transform .25s ease; }
.process-section { background: #1d1e20; color: #fff; }
.process-layout { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(45px, 5vw, 80px); align-items: center; }
.process-photo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; }
.process-photo-grid img { width: 100%; height: 220px; object-fit: cover; }
.process-content .section-head { display: block; margin-bottom: 28px; }
.process-content .section-head h2 { font-size: 36px; margin-top: 14px; }
.process-content .section-head p, .process-content .process-note { color: #c5cdca; }
.process-content .eyeline, .quality-section .eyeline { color: #7fc7a9; }
.process-strip { display: block; border-top: 1px solid #5a6060; }
.process-item { display: flex; align-items: baseline; gap: 22px; padding: 14px 0; border-right: 0; border-bottom: 1px solid #5a6060; }
.process-item:first-child { border-left: 0; }
.process-item .step { color: #7fc7a9; }
.process-item h3 { margin: 0; font-size: 18px; }
.process-note { border-left-color: var(--teal); }
.quality-section { background: #111113; color: #fff; }
.quality-section .document-list { border-top-color: #666; }
.quality-section .document-row { border-bottom-color: #4a4a4a; }
.quality-section .document-row small, .quality-section .inactive { color: #c6c6c6; }
.quality-section .note-box { color: #fff; background: #292b2b; }
.quality-section .btn-line { color: #fff; border-color: #fff; }
.quality-section .btn-line:hover { background: #2d3431; }
#contact { background: #f6f7f8; }
#contact .preparation { background: #007e53; color: #fff; gap: 0; }
#contact .preparation img { height: 100%; min-height: 320px; }
#contact .preparation > div { padding: 30px 40px; }
#contact .check-list { border-top-color: #fff; }
#contact .check-list li { border-bottom-color: #7bb49d; }
#contact .check-list li::after { color: #e5f0eb; }
#contact .btn-teal { background: #fff; color: #13503d; }
.company-info { border-top-color: var(--teal); }
.site-footer { background: #111113; padding-block: 45px 28px; }
.site-footer .brand b { color: #80c7a8; }
.footer-bottom { border-top-color: #414444; }

.page-top { position: relative; min-height: 285px; background: #1d1e20; color: #fff; padding-block: 48px 56px; overflow: hidden; }
.page-top::before { content: ""; position: absolute; inset: 0; background: url("img/MFG-17.jpg") center / cover no-repeat; opacity: .32; }
.page-top.product-top::before { background-image: url("img/MFG-02.jpg"); }
.page-top.inquiry-top::before { background-image: url("img/MFG-06.jpg"); }
.page-top .wrap { position: relative; z-index: 1; }
.breadcrumb { color: #d7dddb; }
.page-category { display: block; margin-top: 35px; font-size: 13px; color: #a5d5bd; font-weight: 700; }
.page-top h1 { font-size: 44px; margin: 7px 0 8px; }
.page-top p { color: #e4e7e5; }
.product-detail-section { background: #fff; }
.detail-layout { grid-template-columns: 230px minmax(0, 1fr); gap: 50px; }
.detail-side { border-top-color: var(--teal); }
.detail-side a.active { background: var(--teal); color: #fff; }
.detail-lead { padding: 26px 30px; background: #1d1e20; color: #fff; }
.detail-lead .eyeline { color: #7fc7a9; }
.detail-main h2 { margin: 9px 0 0; font-size: 29px; }
.detail-main > img { max-height: none; height: 470px; aspect-ratio: auto; }
.technical-table tr:first-child th, .technical-table tr:first-child td { border-top-color: var(--ink); }
.technical-table th { background: #edf0ef; }
.detail-actions { background: #edf2ef; padding: 22px; margin-top: 0; }
.inquiry-section { background: #f6f7f8; }
.form-layout { grid-template-columns: minmax(260px, .4fr) minmax(0, 1fr); gap: 35px; }
.form-aside { border: 0; padding: 30px 28px 0; background: #1d1e20; color: #fff; }
.form-aside h2 { font-size: 25px; }
.form-aside p { color: #e1e4e2; }
.form-aside ul { border-top: 1px solid #6c7370; margin-top: 24px; list-style: none; padding: 0; }
.form-aside li { padding: 11px 0; border-bottom: 1px solid #6c7370; }
.form-aside img { width: calc(100% + 56px); max-width: none; margin: 28px -28px 0; height: 230px; object-fit: cover; }
.inquiry-section form { padding: 32px; background: #fff; }
.demo-banner { background: #e8efe9; border-left-color: var(--teal); }
.form-section { border-top-color: #1d1e20; }
.form-section legend { font-size: 20px; }
.field input, .field select, .field textarea { border-radius: 0; }
.form-section:last-of-type { margin-bottom: 20px; }

@media (max-width: 1050px) {
  .header-inner { gap: 20px; }
  .desktop-nav { gap: 10px; font-size: 13px; }
}
@media (max-width: 900px) {
  .header-inner { min-height: 59px; }
  .mobile-menu summary { color: var(--ink); }
  .process-layout { grid-template-columns: 1fr; }
  .process-photo-grid img { height: 200px; }
  .form-layout { grid-template-columns: 1fr; }
  .form-aside { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
  .form-aside h2, .form-aside p { grid-column: 1; }
  .form-aside ul { grid-column: 1; }
  .form-aside img { grid-column: 2; grid-row: 1 / span 3; margin: -30px -28px 0 0; width: calc(100% + 28px); height: calc(100% + 30px); }
  .detail-layout { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .wrap { width: min(calc(100% - 36px), 1280px); }
  .header-inner { min-height: 49px; }
  .brand { font-size: 20px; }
  .hero { min-height: 0; height: 590px; }
  .hero-poster, .hero-video { object-position: 57% center; }
  .hero-inner { min-height: 100%; padding-block: 25px 32px; }
  .hero h1 { max-width: 350px; font-size: 32px; line-height: 1.34; }
  .hero-actions { align-items: start; flex-direction: column; }
  .hero-actions .btn { flex: none; min-width: 184px; }
  .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-grid > div { min-height: 70px; padding: 12px 10px; border-bottom: 1px solid #444749; }
  .contact-grid > div:first-child { padding-left: 10px; }
  .contact-grid > a { grid-column: 1 / -1; min-height: 45px; justify-content: center; }
  .intro-band { padding-block: 52px; }
  .intro-grid { display: block; }
  .intro-grid h2 { font-size: 29px; margin-bottom: 20px; }
  .precision-band { display: block; }
  .precision-photo img { min-height: 0; height: 230px; }
  .precision-copy { padding: 27px 20px 33px; }
  .precision-copy strong { font-size: 32px; margin: 12px 0 6px; }
  .section { padding-block: 50px 58px; }
  .section-head { display: block; margin-bottom: 26px; }
  .section-head .eyeline { display: block; margin-bottom: 9px; }
  .section-head h2 { font-size: 26px; }
  .product-grid { display: block; }
  .product-row { min-height: 270px; margin-bottom: 12px; }
  .product-row strong { font-size: 21px; left: 18px; bottom: 43px; }
  .product-row .index, .product-row .row-link { left: 18px; }
  .process-layout { gap: 27px; }
  .process-photo-grid img { height: 125px; }
  .process-content .section-head h2 { font-size: 26px; }
  .process-item { padding: 12px 0; }
  .two-col, .preparation { grid-template-columns: 1fr; }
  #contact .preparation img { min-height: 0; height: 230px; }
  #contact .preparation > div { padding: 20px; }
  .page-top { min-height: 260px; padding-block: 28px 36px; }
  .page-category { margin-top: 32px; }
  .page-top h1 { font-size: 36px; }
  .detail-side { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-main h2 { font-size: 24px; }
  .detail-lead { padding: 19px; }
  .detail-main > img { height: 310px; }
  .form-aside { display: block; padding: 22px 20px 0; }
  .form-aside img { margin: 22px -20px 0; width: calc(100% + 40px); height: 180px; }
  .inquiry-section form { padding: 19px; }
  .footer-top { display: block; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-video { display: none; }
  .product-row img { transition: none; }
}

/* Connected company-site pages. */
.desktop-nav { gap: clamp(10px, 1.1vw, 18px); font-size: 13px; }
.desktop-nav a { white-space: nowrap; }
.footer-nav { max-width: 940px; }
#contact .btn-teal:hover { background: #dceee5; color: #13503d; }
.company-top::before { background-image: url("img/MFG-09.jpg"); }
.products-top::before { background-image: url("img/MFG-03.jpg"); }
.facilities-top::before { background-image: url("img/MFG-08.jpg"); }
.quality-top::before { background-image: url("img/MFG-12.jpg"); }
.cases-top::before { background-image: url("img/MFG-13.jpg"); }
.resources-top::before { background-image: url("img/MFG-16.jpg"); }
.support-top::before { background-image: url("img/MFG-10.jpg"); }
.location-top::before { background-image: url("img/MFG-17.jpg"); }
.privacy-top::before { background-image: none; }
.sub-tabs { border-bottom: 1px solid var(--line); background: #fff; }
.sub-tabs .wrap { display: flex; gap: 36px; align-items: center; overflow-x: auto; }
.sub-tabs a { display: block; min-height: 52px; padding: 14px 0 11px; border-bottom: 2px solid transparent; font-size: 14px; font-weight: 700; white-space: nowrap; }
.sub-tabs a:hover, .sub-tabs a:focus-visible { color: var(--teal); border-bottom-color: var(--teal); }
.sub-section { scroll-margin-top: 20px; }
.sub-heading { padding-bottom: 22px; margin-bottom: 30px; border-bottom: 1px solid var(--line); }
.sub-heading h2 { font-size: clamp(34px, 3vw, 48px); line-height: 1.15; margin: 8px 0 0; }
.sub-lead { max-width: 760px; font-size: 19px; margin: -7px 0 30px; }
.editorial-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 60px; align-items: start; margin: 0 0 34px; }
.editorial-grid h3 { font-size: clamp(26px, 2.5vw, 38px); line-height: 1.33; margin: 0; }
.editorial-grid p { margin: 0 0 22px; color: var(--muted); }
.company-photo-grid { display: grid; grid-template-columns: 1.1fr .8fr 1fr; gap: 14px; align-items: end; }
.company-photo-grid img { width: 100%; height: 330px; object-fit: cover; border-radius: 3px; }
.company-photo-grid img:nth-child(2) { height: 285px; }
.fact-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 32px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.fact-grid div { display: grid; align-content: center; text-align: center; gap: 4px; min-height: 126px; border-right: 1px solid var(--line); }
.fact-grid div:last-child { border-right: 0; }
.fact-grid strong { color: var(--teal); font-size: 23px; }
.fact-grid span { color: var(--muted); font-size: 13px; }
.number-list { border-top: 1px solid var(--ink); }
.number-list > div { display: grid; grid-template-columns: 48px 170px minmax(0, 1fr); gap: 15px; align-items: baseline; border-bottom: 1px solid var(--line); padding: 18px 0; }
.number-list span { color: var(--teal); font-size: 13px; font-weight: 700; }
.number-list h3, .number-list p { margin: 0; }
.number-list h3 { font-size: 19px; }
.number-list p { color: var(--muted); }
.empty-state { padding: 28px 32px; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line); background: #f6f7f8; }
.empty-state strong { display: block; font-size: 22px; }
.empty-state p { margin: 7px 0 0; color: var(--muted); }
.catalog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 26px; }
.catalog-grid a { display: grid; grid-template-columns: auto 1fr auto; gap: 8px 12px; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.catalog-grid img { grid-column: 1 / -1; width: 100%; height: 300px; object-fit: cover; background: #e7e8e8; }
.catalog-grid span { color: var(--teal); font-size: 13px; font-weight: 700; }
.catalog-grid strong { font-size: 20px; }
.catalog-grid small { color: var(--teal); font-size: 13px; }
.catalog-grid a:hover strong { color: var(--teal); }
.table-scroll { overflow-x: auto; }
.equipment-table { margin: 0; min-width: 740px; }
.equipment-table thead { background: #1d1e20; color: #fff; }
.equipment-table thead th { background: transparent; border-top: 0; font-weight: 700; }
.equipment-table tbody td:first-child { font-weight: 700; }
.workflow-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.workflow-grid > div { display: grid; grid-template-columns: 35px 1fr; gap: 10px; align-items: baseline; border-bottom: 1px solid #5a6060; padding-bottom: 15px; }
.workflow-grid img { grid-column: 1 / -1; width: 100%; height: 240px; object-fit: cover; }
.workflow-grid span { color: #7fc7a9; font-size: 13px; }
.workflow-grid strong { font-size: 21px; }
.evidence-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-bottom: 24px; }
.evidence-grid > div { min-height: 155px; padding: 23px 25px; border-top: 2px solid var(--ink); background: #fff; }
.evidence-grid strong { font-size: 20px; }
.evidence-grid p { color: var(--muted); margin: 9px 0; }
.evidence-grid span { display: block; color: var(--teal); font-size: 13px; }
.history-list { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--ink); }
.history-list li { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 20px; align-items: baseline; padding: 21px 0; border-bottom: 1px solid var(--line); }
.history-list time { color: var(--teal); font-size: 24px; font-weight: 800; font-variant-numeric: tabular-nums; }
.history-list strong { font-size: 18px; }
.certificate-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 30px 0 28px; }
.certificate-card { min-width: 0; border: 1px solid var(--line); background: #fff; }
.certificate-preview { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 13px; aspect-ratio: 3 / 4; margin: 12px; border: 1px solid #c7cdcc; padding: 30px 12px 15px; text-align: center; background: #f9faf9; }
.certificate-preview::before { content: ""; position: absolute; inset: 7px; border: 1px solid #d8ddda; pointer-events: none; }
.certificate-preview small { position: relative; color: #6b7470; font-size: 12px; word-break: break-word; }
.certificate-preview strong { position: relative; color: var(--ink); font-size: 20px; line-height: 1.3; word-break: keep-all; }
.certificate-preview > span:not(.certificate-stamp) { position: relative; font-size: 13px; color: var(--muted); }
.certificate-preview i { width: 44px; border-top: 2px solid var(--teal); }
.certificate-meta { padding: 5px 17px 17px; border-top: 1px solid var(--line); }
.certificate-meta span { color: var(--teal); font-size: 12px; font-weight: 700; }
.certificate-meta h3 { margin: 7px 0 4px; font-size: 17px; }
.certificate-meta p { margin: 0; color: var(--muted); font-size: 12px; }
.case-placeholder { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 35px; align-items: stretch; }
.case-placeholder img { width: 100%; height: 285px; object-fit: cover; }
.case-placeholder dl { margin: 0; border-top: 2px solid var(--ink); }
.case-placeholder dl div { display: grid; grid-template-columns: 125px 1fr; gap: 12px; border-bottom: 1px solid var(--line); padding: 19px 0; }
.case-placeholder dt { font-weight: 700; }
.case-placeholder dd { margin: 0; color: var(--muted); }
.material-list { border-top: 2px solid var(--ink); }
.material-list > div { display: grid; grid-template-columns: 45px minmax(0, 1fr) 170px 110px; gap: 14px; align-items: center; border-bottom: 1px solid var(--line); padding: 20px 0; }
.material-list span:first-child, .material-list a { color: var(--teal); font-weight: 700; }
.material-list span:nth-child(3) { color: var(--muted); }
.material-list a { white-space: nowrap; }
.faq-list { border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; padding: 18px 12px; font-weight: 700; }
.faq-list details p { margin: 0; padding: 0 12px 20px; color: var(--muted); }
.location-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 34px; }
.map-placeholder { position: relative; min-height: 375px; overflow: hidden; border: 1px solid #b9c2bf; background-color: #dfe4e1; background-image: repeating-linear-gradient(90deg, transparent 0 76px, #f9faf9 76px 88px, transparent 88px 182px), repeating-linear-gradient(0deg, transparent 0 54px, #f9faf9 54px 67px, transparent 67px 155px); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; text-align: center; padding: 20px; }
.map-marker { width: 34px; height: 34px; border: 8px solid var(--teal); border-radius: 50%; background: #fff; box-shadow: 0 0 0 5px #fff; }
.map-placeholder strong { position: relative; padding: 8px 12px; background: #fff; font-size: 16px; }
.closing-band { background: #111113; color: #fff; }
.closing-band .wrap { display: flex; justify-content: space-between; gap: 35px; align-items: center; padding-block: 40px; }
.closing-band span { font-size: 13px; color: #7fc7a9; font-weight: 700; }
.closing-band h2 { max-width: 720px; margin: 8px 0 0; font-size: clamp(25px, 2.4vw, 34px); line-height: 1.32; }
.closing-band .btn { flex: 0 0 auto; }
.privacy-layout { display: grid; grid-template-columns: 265px minmax(0, 1fr); gap: 50px; }
.privacy-warning { border-top: 3px solid var(--teal); padding: 20px; align-self: start; background: #eaf1ed; }
.privacy-warning strong { font-size: 19px; }
.privacy-warning p { margin: 12px 0 0; }
.privacy-body h2 { margin: 0 0 22px; font-size: 32px; }
.privacy-body > p { margin: 0 0 25px; }
.privacy-body section { border-top: 1px solid var(--line); padding: 20px 0; }
.privacy-body section h3 { margin: 0 0 8px; font-size: 20px; }
.privacy-body section p { margin: 0; color: var(--muted); }
@media (max-width: 1050px) {
  .desktop-nav { gap: 8px; font-size: 12px; }
  .certificate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .desktop-nav { display: none; }
}
@media (max-width: 680px) {
  .sub-tabs .wrap { gap: 25px; }
  .sub-heading h2 { font-size: 32px; }
  .sub-lead { font-size: 17px; }
  .editorial-grid, .case-placeholder, .location-grid, .privacy-layout { grid-template-columns: 1fr; gap: 22px; }
  .editorial-grid h3 { font-size: 25px; }
  .company-photo-grid { display: block; }
  .company-photo-grid img, .company-photo-grid img:nth-child(2) { height: 230px; margin-bottom: 12px; }
  .fact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fact-grid div:nth-child(2) { border-right: 0; }
  .fact-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .fact-grid strong { font-size: 19px; }
  .number-list > div { grid-template-columns: 38px 1fr; gap: 4px 10px; }
  .number-list p { grid-column: 2; }
  .catalog-grid, .workflow-grid, .evidence-grid { grid-template-columns: 1fr; }
  .certificate-grid { grid-template-columns: 1fr; }
  .certificate-preview { aspect-ratio: auto; min-height: 300px; }
  .history-list li { grid-template-columns: 75px minmax(0, 1fr); gap: 12px; }
  .history-list time { font-size: 19px; }
  .history-list strong { font-size: 16px; }
  .catalog-grid img { height: 235px; }
  .workflow-grid img { height: 195px; }
  .material-list > div { grid-template-columns: 32px 1fr auto; gap: 8px; }
  .material-list span:nth-child(3) { grid-column: 2; }
  .material-list a { grid-column: 3; grid-row: 1 / span 2; }
  .map-placeholder { min-height: 270px; }
  .closing-band .wrap { display: block; padding-block: 34px; }
  .closing-band h2 { font-size: 25px; margin-bottom: 22px; }
}
