/* ==========================================================
   영진봉제 홈페이지 스타일 v3
   짙은 남색 × 화이트 투톤 + 망(mesh) 짜임 텍스처 + 오렌지 포인트
   ========================================================== */
:root {
  --navy-d: #0d1f3c;    /* 짙은 남색 (히어로·배너) */
  --navy: #16386b;      /* 주 남색 */
  --ink: #19212c;       /* 본문 글자 */
  --mut: #5b6774;       /* 보조 글자 */
  --line: #d8dfe8;      /* 테두리 */
  --bg: #ffffff;
  --bg-gray: #f2f5f9;   /* 교차 섹션 배경 */
  --point: #e8511d;     /* 포인트 오렌지 (밝은 배경용) */
  --point-d: #cf4413;
  --point-bright: #ff7a45; /* 포인트 오렌지 (남색 배경용) */
  --font: "Noto Sans KR", "Malgun Gothic", "Apple SD Gothic Neo", -apple-system, "Segoe UI", sans-serif;
}
:lang(ja) body,
:lang(ja) button,
:lang(ja) input { font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", "Malgun Gothic", sans-serif; }
:lang(ja) body { word-break: normal; line-break: strict; }
:lang(ja) .hero-panel h1 { font-size: clamp(1.6rem, 3.1vw, 2.55rem); }

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.65;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1160px; margin: 0 auto; padding: 0 20px; }

:focus-visible { outline: 3px solid var(--point); outline-offset: 2px; }

/* 망(mesh) 짜임 텍스처 — 남색 배경 공용 */
.mesh-bg {
  background-color: var(--navy-d);
  background-image:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 8px),
    repeating-linear-gradient(-45deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 8px);
}

/* ---------- 상단 유틸바 ---------- */
.top-bar { background: var(--navy-d); color: #93a5bd; font-size: .82rem; }
.top-bar-inner { display: flex; justify-content: flex-end; align-items: center; gap: 0; height: 36px; }
.tb-item { padding: 0 14px; border-left: 1px solid rgba(255, 255, 255, .12); }
.tb-item:first-child { border-left: 0; }
.tb-tel { color: #fff; font-weight: 700; letter-spacing: .02em; }
.tb-tel:hover { color: var(--point-bright); }

/* ---------- 헤더 ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 10px rgba(13, 31, 60, .05);
}
.header-inner { display: flex; align-items: center; gap: 32px; height: 78px; }
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong { font-size: 1.34rem; font-weight: 900; color: var(--navy-d); letter-spacing: -.01em; }
.brand-text small { font-size: .63rem; color: var(--mut); letter-spacing: .24em; font-weight: 600; }

.main-nav { display: flex; gap: 34px; margin-left: auto; }
.main-nav a {
  position: relative; padding: 27px 2px;
  font-weight: 700; font-size: 1.01rem; color: var(--ink);
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px;
  height: 3px; background: var(--point); transform: scaleX(0); transition: transform .18s;
}
.main-nav a:hover { color: var(--navy); }
.main-nav a:hover::after { transform: scaleX(1); }
.main-nav a.on { color: var(--navy); }
.main-nav a.on::after { transform: scaleX(1); }

.header-right { display: flex; align-items: center; gap: 16px; }
.lang-switch { display: flex; align-items: center; }
.lang-switch button {
  border: 0; background: none; cursor: pointer;
  font-family: inherit; font-size: .85rem; font-weight: 600; color: #9aa5b1;
  padding: 4px 9px; position: relative;
}
.lang-switch button + button::before {
  content: ""; position: absolute; left: -1px; top: 50%; transform: translateY(-50%);
  width: 1px; height: 11px; background: var(--line);
}
.lang-switch button.active { color: var(--navy-d); font-weight: 800; text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 2px; text-decoration-color: var(--point); }
.lang-switch button:not(.active):hover { color: var(--ink); }

.nav-toggle {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 42px; height: 42px; border: 1px solid var(--line);
  background: #fff; cursor: pointer; padding: 0 10px;
}
.nav-toggle span { height: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- 히어로 (투톤 분할) ---------- */
.hero { position: relative; }
.hero-split {
  display: grid; grid-template-columns: 1.08fr .92fr;
  min-height: 620px;
}
.hero-panel {
  background-color: var(--navy-d);
  background-image:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 8px),
    repeating-linear-gradient(-45deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 8px);
  color: #fff;
  display: flex; align-items: center;
  padding: 84px 56px 150px max(24px, calc((100vw - 1160px) / 2 + 20px));
}
.hero-panel-inner { max-width: 600px; }
.overline {
  font-size: .9rem; font-weight: 700; color: #8fa5c4;
  letter-spacing: .08em; margin-bottom: 20px;
}
.hero-panel h1 {
  font-size: clamp(1.9rem, 3.7vw, 3rem);
  font-weight: 900; line-height: 1.3; letter-spacing: -.02em;
  color: #fff; margin-bottom: 22px;
  text-wrap: balance;
}
.hero-panel h1 em { font-style: normal; color: var(--point-bright); white-space: nowrap; }
.hero-sub { color: #b6c4d8; font-size: 1.04rem; max-width: 33em; margin-bottom: 30px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 30px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 15px 32px; font-weight: 700; font-size: 1.02rem;
  border: 1px solid transparent; transition: background .15s, border-color .15s, color .15s, transform .15s;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--point); color: #fff; }
.btn-primary:hover { background: var(--point-d); }
.btn-ghost-w { background: transparent; border-color: rgba(255, 255, 255, .45); color: #fff; }
.btn-ghost-w:hover { border-color: #fff; background: rgba(255, 255, 255, .08); }
.btn-line { background: #fff; border-color: #c2cbd4; color: var(--ink); }
.btn-line:hover { border-color: var(--navy); color: var(--navy); }
.btn-white { background: #fff; color: var(--navy-d); }
.btn-white:hover { background: #e8edf2; }
.btn-block { width: 100%; margin-top: 16px; }

.hero-tel {
  display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap;
  padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .16);
}
.hero-tel .tel-label { font-weight: 700; color: #8fa5c4; font-size: .92rem; }
.hero-tel a { font-size: 1.5rem; font-weight: 900; color: #fff; letter-spacing: .01em; }
.hero-tel a:hover { color: var(--point-bright); }
.hero-tel .tel-sep { color: #46618c; }

.hero-visual { position: relative; overflow: hidden; background: var(--navy-d); }
.hero-visual img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.hero-visual::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(13, 31, 60, .5) 0%, rgba(13, 31, 60, .08) 45%, rgba(13, 31, 60, 0) 70%);
}

/* 히어로에 걸치는 실적 카드 */
.stats-float {
  position: relative; z-index: 5;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  margin-top: -84px; margin-bottom: 8px;
}
.stat-card {
  background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--point);
  padding: 26px 24px 22px;
  box-shadow: 0 14px 34px rgba(13, 31, 60, .1);
}
.stat-card strong {
  display: block; font-size: 2.1rem; font-weight: 900; color: var(--navy-d);
  letter-spacing: -.01em; line-height: 1.15; margin-bottom: 7px;
  font-variant-numeric: tabular-nums;
}
.stat-card span { display: block; font-size: .87rem; color: var(--mut); line-height: 1.5; }

/* ---------- 서브페이지 타이틀 ---------- */
.page-head {
  background-color: var(--navy-d);
  background-image:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 8px),
    repeating-linear-gradient(-45deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 8px);
  color: #fff;
  padding: 64px 0 58px;
  border-bottom: 3px solid var(--point);
}
.page-head h1 { font-size: clamp(1.7rem, 3.2vw, 2.35rem); font-weight: 900; letter-spacing: -.01em; }
.page-head .crumb { margin-top: 12px; font-size: .87rem; color: #8fa5c4; }
.page-head .crumb a { color: #b9c8d6; }
.page-head .crumb a:hover { color: #fff; }

/* ---------- 상담 배너 ---------- */
.cta-band {
  background-color: var(--navy-d);
  background-image:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 8px),
    repeating-linear-gradient(-45deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 8px);
  color: #fff; padding: 54px 0;
}
.cta-inner { display: flex; align-items: center; gap: 36px; flex-wrap: wrap; }
.cta-inner > div:first-child { flex: 1 1 260px; }
.cta-band strong { font-size: 1.55rem; font-weight: 900; display: block; margin-bottom: 6px; }
.cta-band p { font-size: .93rem; color: #93a5bd; }
.cta-tels { display: flex; flex-direction: column; gap: 2px; }
.cta-tels a { font-size: 1.75rem; font-weight: 900; letter-spacing: .01em; line-height: 1.3; font-variant-numeric: tabular-nums; }
.cta-tels a:hover { color: var(--point-bright); }
.cta-band .btn-white { background: var(--point); color: #fff; }
.cta-band .btn-white:hover { background: var(--point-d); }

/* ---------- 공통 섹션 ---------- */
.section { padding: 96px 0; }
.section-alt { background: var(--bg-gray); border-block: 1px solid #e6ebf1; }
.sec-title {
  font-size: clamp(1.65rem, 2.8vw, 2.15rem); font-weight: 900; letter-spacing: -.015em;
  color: var(--navy-d); margin-bottom: 16px;
}
.sec-title::before {
  content: ""; display: block; width: 46px; height: 5px;
  background: var(--point); margin-bottom: 18px;
}
.sec-sub { color: var(--mut); max-width: 44em; margin-bottom: 46px; font-size: 1.03rem; }

.sec-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 40px; }
.sec-head-row .sec-title { margin-bottom: 0; }
.more-link { font-size: .97rem; font-weight: 700; color: var(--navy); white-space: nowrap; border-bottom: 2px solid var(--point); padding-bottom: 2px; }
.more-link:hover { color: var(--point); }

/* ---------- 제품 카드 ---------- */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.card {
  display: block; background: #fff; border: 1px solid var(--line);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.card:hover {
  transform: translateY(-5px); border-color: var(--navy);
  box-shadow: 0 16px 34px rgba(13, 31, 60, .12);
}
.card-img { position: relative; border-bottom: 1px solid var(--line); overflow: hidden; }
.card-img img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #f1f3f5;
  transition: transform .45s ease;
}
.card:hover .card-img img { transform: scale(1.06); }
.badge {
  position: absolute; top: 0; left: 0; z-index: 2;
  background: var(--point); color: #fff; font-size: .75rem; font-weight: 700;
  padding: 6px 13px;
}
.card h3 { font-size: 1.09rem; font-weight: 800; margin: 17px 19px 6px; color: var(--navy-d); }
.card p { font-size: .9rem; color: var(--mut); line-height: 1.6; margin: 0 19px 19px; }

/* ---------- 경쟁력 (지그재그) ---------- */
.feature-rows { display: flex; flex-direction: column; gap: 26px; }
.frow {
  display: grid; grid-template-columns: 1fr 1fr; align-items: stretch;
  background: #fff; border: 1px solid var(--line);
}
.frow-img { overflow: hidden; min-height: 300px; }
.frow-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.frow:hover .frow-img img { transform: scale(1.04); }
.frow-body { padding: 46px 52px; display: flex; flex-direction: column; justify-content: center; }
.frow:nth-child(even) .frow-img { order: 2; }
.frow:nth-child(even) .frow-body { order: 1; }
.frow-no {
  font-size: 1rem; font-weight: 900; color: var(--point);
  letter-spacing: .18em; margin-bottom: 12px;
}
.frow-no::after {
  content: ""; display: inline-block; width: 42px; height: 2px;
  background: var(--point); vertical-align: middle; margin-left: 12px; opacity: .5;
}
.frow h3 { font-size: 1.45rem; font-weight: 900; margin-bottom: 12px; color: var(--navy-d); letter-spacing: -.01em; }
.frow p { font-size: .98rem; color: var(--mut); line-height: 1.75; max-width: 30em; }

/* ---------- 맞춤 제작 (OEM) ---------- */
.oem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.oem-steps { list-style: none; }
.oem-steps li { position: relative; display: flex; gap: 20px; padding-bottom: 30px; }
.oem-steps li:not(:last-child)::before {
  content: ""; position: absolute; left: 17px; top: 36px; bottom: 0;
  border-left: 2px solid var(--line);
}
.oem-steps .step-no {
  flex-shrink: 0; width: 35px; height: 35px;
  background: var(--navy-d); color: #fff; font-size: .95rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center; margin-top: 1px;
  position: relative; z-index: 1;
}
.oem-steps li:first-child .step-no { background: var(--point); }
.oem-steps h3 { font-size: 1.1rem; font-weight: 800; margin-bottom: 4px; color: var(--navy-d); }
.oem-steps p { font-size: .93rem; color: var(--mut); }

.oem-side { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--navy-d); padding: 30px; box-shadow: 0 10px 28px rgba(13, 31, 60, .06); }
.oem-side-title { font-size: 1.05rem; font-weight: 800; margin-bottom: 16px; color: var(--navy-d); }
.opt-grid { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; margin-bottom: 22px; }
.opt-grid li {
  font-size: .91rem; font-weight: 500; color: var(--ink);
  padding: 7px 0 7px 17px; position: relative;
  border-bottom: 1px solid #eef1f4;
}
.opt-grid li::before {
  content: ""; position: absolute; left: 0; top: 15px;
  width: 7px; height: 7px; background: var(--point);
}
.info-box { background: var(--bg-gray); border-left: 3px solid var(--point); padding: 17px 19px; margin-bottom: 20px; }
.info-box p { font-size: .91rem; color: var(--ink); line-height: 1.65; }
.etc-box { margin: 26px 0 0; background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--point); }
.etc-box p { font-size: .96rem; }
.etc-box strong { color: var(--navy-d); }
.btn-download { gap: 9px; width: 100%; }
.btn-download svg { width: 18px; height: 18px; flex-shrink: 0; }

/* ---------- 생산 현장 ---------- */
.factory-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.factory-grid figure { margin: 0; background: #fff; border: 1px solid var(--line); overflow: hidden; }
.factory-grid img {
  width: 100%; height: 270px; object-fit: cover; border-bottom: 3px solid var(--point);
  transition: transform .45s ease;
}
.factory-grid figure:hover img { transform: scale(1.05); }
.factory-grid figcaption { padding: 14px 18px; font-size: .95rem; font-weight: 700; color: var(--navy-d); }

/* ---------- 연혁 ---------- */
.timeline { list-style: none; display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px; }
.timeline li { position: relative; padding-top: 24px; border-top: 2px solid var(--line); }
.timeline li::before {
  content: ""; position: absolute; top: -7px; left: 0;
  width: 12px; height: 12px; background: var(--point);
}
.timeline strong {
  display: block; font-size: 1.8rem; font-weight: 900; color: var(--navy-d);
  margin-bottom: 8px; letter-spacing: -.01em; font-variant-numeric: tabular-nums;
}
.timeline p { font-size: .89rem; color: var(--mut); line-height: 1.6; }

/* ---------- 회사소개 ---------- */
.about-banner { margin: 0 0 48px; position: relative; overflow: hidden; }
.about-banner img { width: 100%; height: 280px; object-fit: cover; }
.about-banner::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(13, 31, 60, 0) 40%, rgba(13, 31, 60, .55) 100%);
}
.about-banner figcaption {
  position: absolute; left: 22px; bottom: 18px; z-index: 2;
  color: #fff; font-size: .95rem; font-weight: 800; letter-spacing: .02em;
}
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: start; }
.about-lead {
  font-size: 1.45rem; font-weight: 900; color: var(--navy-d); line-height: 1.5;
  margin-bottom: 22px; letter-spacing: -.01em;
}
.about-copy p:not(.about-lead) { color: var(--mut); margin-bottom: 15px; font-size: 1rem; }
.ceo-sign { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--mut); font-size: .97rem; }
.ceo-sign strong { color: var(--ink); font-size: 1.22rem; font-weight: 900; margin-left: 8px; }

.company-table { width: 100%; border-collapse: collapse; border-top: 3px solid var(--navy-d); font-size: .96rem; background: #fff; box-shadow: 0 10px 28px rgba(13, 31, 60, .06); }
.company-table th, .company-table td { padding: 14px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.company-table th { width: 106px; background: var(--bg-gray); color: var(--navy-d); font-weight: 800; white-space: nowrap; }

/* ---------- 인증·수상 ---------- */
.badge-grid { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 38px; }
.badge-grid li {
  background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--point);
  padding: 20px; transition: transform .18s, box-shadow .18s;
}
.badge-grid li:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(13, 31, 60, .1); }
.badge-grid strong { display: block; font-size: 1rem; font-weight: 800; margin-bottom: 5px; color: var(--navy-d); }
.badge-grid span { font-size: .84rem; color: var(--mut); line-height: 1.5; display: block; }
.award-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 900px; }
.award-card { margin: 0; background: #fff; border: 1px solid var(--line); padding: 16px; display: flex; gap: 20px; align-items: center; }
.award-card img { width: 145px; height: 175px; object-fit: cover; flex-shrink: 0; border: 1px solid var(--line); background: #fff; }
.award-card strong { display: block; font-size: 1.04rem; font-weight: 800; margin-bottom: 8px; color: var(--navy-d); }
.award-card span { font-size: .89rem; color: var(--mut); line-height: 1.6; }

/* ---------- 제품 상세(세탁망 라인업) ---------- */
.featured-block { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: start; margin-bottom: 26px; }
.featured-photo { border: 1px solid var(--line); background: #fff; overflow: hidden; }
.featured-photo img { width: 100%; height: 420px; object-fit: cover; }
.spec-tables { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 26px; }
.spec-table-wrap h4 { font-size: 1.02rem; font-weight: 800; color: var(--navy-d); margin-bottom: 10px; }
.spec-table { width: 100%; border-collapse: collapse; font-size: .9rem; background: #fff; border-top: 2px solid var(--navy-d); }
.spec-table th, .spec-table td { border-bottom: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.spec-table thead th { background: var(--bg-gray); font-weight: 800; color: var(--navy-d); white-space: nowrap; }
.spec-table td:first-child { font-weight: 700; white-space: nowrap; }
.spec-table td:nth-child(2) { white-space: nowrap; }
.spec-note { color: var(--ink); font-size: .92rem; padding: 15px 19px; background: var(--bg-gray); border-left: 3px solid var(--point); }

/* ---------- 연락처 ---------- */
.contact-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 44px; align-items: start; }
.contact-info { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--navy-d); padding: 28px; box-shadow: 0 10px 28px rgba(13, 31, 60, .06); }
.contact-line { display: flex; align-items: center; gap: 16px; padding: 13px 2px; }
.contact-line + .contact-line { border-top: 1px solid #eef1f4; }
.contact-line strong { font-size: 1.16rem; font-weight: 800; letter-spacing: .01em; }
.contact-line.contact-big strong { font-size: 1.5rem; color: var(--navy-d); font-variant-numeric: tabular-nums; }
.contact-tel:hover strong { color: var(--point); }
.ci-label {
  flex-shrink: 0; width: 70px; text-align: center;
  font-size: .8rem; font-weight: 700; color: var(--navy);
  background: var(--bg-gray); border: 1px solid var(--line); padding: 5px 0;
}
.map-wrap { border: 1px solid var(--line); background: #fff; }
.map-wrap iframe { width: 100%; height: 420px; border: 0; display: block; }
.map-links { display: flex; gap: 24px; margin-top: 14px; flex-wrap: wrap; }
.map-links a { font-size: .94rem; font-weight: 700; color: var(--navy); border-bottom: 2px solid var(--point); padding-bottom: 2px; }
.map-links a:hover { color: var(--point); }

/* ---------- 온라인 문의 폼 ---------- */
.inq-form {
  max-width: 780px; background: #fff;
  border: 1px solid var(--line); border-top: 3px solid var(--navy-d);
  padding: 36px; box-shadow: 0 10px 28px rgba(13, 31, 60, .06);
}
.inq-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
.inq-field { margin-bottom: 18px; }
.inq-field label {
  display: block; font-size: .92rem; font-weight: 700; color: var(--navy-d);
  margin-bottom: 7px;
}
.inq-field input, .inq-field textarea {
  width: 100%; border: 1px solid #c6cfd9; background: #fff;
  padding: 12px 14px; font: inherit; font-size: .98rem; color: var(--ink);
}
.inq-field input:focus, .inq-field textarea:focus {
  outline: none; border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(22, 56, 107, .13);
}
.inq-field textarea { resize: vertical; min-height: 150px; }
.inq-consent {
  display: flex; gap: 10px; align-items: flex-start; cursor: pointer;
  font-size: .89rem; color: var(--mut); line-height: 1.55; margin: 4px 0 24px;
}
.inq-consent input { margin-top: 3px; width: 16px; height: 16px; flex-shrink: 0; accent-color: var(--navy); }
.inq-submit { min-width: 220px; }
.hidden-field { display: none; }

/* ---------- 문의 접수 완료 ---------- */
.thanks-box { max-width: 640px; text-align: center; padding-top: 30px; }
.thanks-icon {
  width: 66px; height: 66px; margin: 0 auto 26px;
  background: var(--navy-d); color: #fff;
  font-size: 1.9rem; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  border-bottom: 3px solid var(--point);
}
.thanks-box h1 { font-size: 1.85rem; font-weight: 900; color: var(--navy-d); margin-bottom: 14px; letter-spacing: -.01em; }
.thanks-box p { color: var(--mut); margin-bottom: 30px; }

/* ---------- 푸터 ---------- */
.site-footer { background: #0a1526; color: #93a3b8; padding: 46px 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; align-items: flex-end; }
.footer-brand strong { color: #fff; font-size: 1.14rem; font-weight: 900; display: block; margin-bottom: 10px; }
.footer-brand p { font-size: .88rem; line-height: 1.8; }
.copyright { font-size: .82rem; color: #5d6c80; }

/* ---------- 스크롤 등장 효과 ---------- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .card, .card-img img, .frow-img img, .factory-grid img { transition: none; }
}

/* ---------- 반응형 ---------- */
@media (max-width: 960px) {
  .top-bar { display: none; }
  .hero-split { grid-template-columns: 1fr; min-height: 0; }
  .hero-panel { padding: 56px 24px 120px; }
  .hero-visual { min-height: 300px; max-height: 380px; }
  .stats-float { grid-template-columns: 1fr 1fr; margin-top: -64px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .frow { grid-template-columns: 1fr; }
  .frow:nth-child(even) .frow-img { order: 0; }
  .frow:nth-child(even) .frow-body { order: 0; }
  .frow-img { min-height: 0; height: 250px; }
  .frow-body { padding: 30px 26px 34px; }
  .oem-grid { grid-template-columns: 1fr; gap: 44px; }
  .factory-grid { grid-template-columns: 1fr; }
  .factory-grid img { height: 240px; }
  .timeline { grid-template-columns: repeat(3, 1fr); gap: 30px 22px; }
  .badge-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 38px; }
  .award-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .featured-block { grid-template-columns: 1fr; gap: 30px; }
  .featured-photo img { height: 320px; }
  .spec-tables { grid-template-columns: 1fr; gap: 24px; }

  .main-nav {
    display: none; position: absolute; top: 78px; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    flex-direction: column; padding: 6px 16px 14px; gap: 0;
    box-shadow: 0 14px 24px rgba(13, 31, 60, .12);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 6px; font-size: 1.02rem; border-bottom: 1px solid #eef1f4; }
  .main-nav a::after { display: none; }
  .nav-toggle { display: flex; }
  .header-inner { gap: 14px; }
}
@media (max-width: 560px) {
  .product-grid { grid-template-columns: 1fr; }
  .stats-float { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: -56px; }
  .stat-card { padding: 18px 16px 15px; }
  .stat-card strong { font-size: 1.5rem; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .cta-tels a { font-size: 1.45rem; }
  .timeline { grid-template-columns: 1fr; gap: 22px; }
  .timeline li { padding: 2px 0 2px 20px; border-top: 0; border-left: 2px solid var(--line); }
  .timeline li::before { top: 6px; left: -7px; }
  .badge-grid { grid-template-columns: 1fr; }
  .opt-grid { grid-template-columns: 1fr; }
  .inq-row { grid-template-columns: 1fr; }
  .inq-form { padding: 24px 20px; }
  .inq-submit { width: 100%; }
  .hero-panel { padding: 44px 20px 110px; }
  .hero-tel a { font-size: 1.25rem; }
  .about-banner img { height: 190px; }
  .award-card { flex-direction: column; align-items: flex-start; }
  .award-card img { width: 100%; height: 215px; object-fit: contain; }
  .brand-text small { display: none; }
}

/* 섹션 앵커가 고정 헤더에 가리지 않도록 */
section[id] { scroll-margin-top: 92px; }
