/* 辉煌塑胶官网 —— 前台样式 */
:root {
  --red: #da251c;
  --red-d: #b51d15;
  --ink: #1f1f1f;
  --ink-2: #4a4a4a;
  --muted: #8a8a8a;
  --line: #e7e7e7;
  --bg-soft: #f6f6f4;
  --radius: 10px;
  --wrap: 1320px;
  --hd-h: 76px;
  font-size: 16px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; color: var(--ink); background: #fff; line-height: 1.7;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", "Segoe UI", Roboto, Arial, sans-serif;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--red); }
button, input, textarea { font: inherit; color: inherit; }
h1, h2, h3 { line-height: 1.3; margin: 0; font-weight: 600; }
p { margin: 0 0 1em; }
.wrap { width: 100%; max-width: var(--wrap); margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; }
.sr-only, .hp { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -9999px; top: 0; background: var(--red); color: #fff; padding: 8px 14px; z-index: 100; }
.skip:focus { left: 8px; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 2px; }

/* ---------- 头部 ---------- */
.hd { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: saturate(1.4) blur(8px); border-bottom: 1px solid var(--line); }
.hd-in { height: var(--hd-h); display: flex; align-items: center; gap: 32px; }
.logo img { height: 48px; width: auto; }
.nav { flex: 1; }
.nav ul { list-style: none; display: flex; gap: 6px; margin: 0; padding: 0; }
.nav a { display: block; padding: 8px 14px; font-size: 15px; border-radius: 6px; position: relative; }
.nav a.on { color: var(--red); }
.nav a.on::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: -2px; height: 2px; background: var(--red); border-radius: 2px; }
.hd-search { display: flex; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; height: 38px; }
.hd-search input { border: 0; outline: 0; padding: 0 14px; width: 190px; font-size: 14px; background: transparent; }
.hd-search button { border: 0; background: var(--red); color: #fff; padding: 0 16px; cursor: pointer; font-size: 14px; }
.hd-search button:hover { background: var(--red-d); }
.lang { display: flex; align-items: center; gap: 6px; font-size: 14px; color: var(--muted); white-space: nowrap; }
.lang a.on { color: var(--ink); font-weight: 600; }
.menu-btn { display: none; width: 42px; height: 42px; border: 0; background: none; padding: 10px 9px; cursor: pointer; margin-left: auto; }
.menu-btn span { display: block; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: transform .25s, opacity .25s; }
.menu-btn[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-btn[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-btn[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.drawer { border-top: 1px solid var(--line); background: #fff; max-height: calc(100vh - var(--hd-h)); overflow: auto; padding: 16px 24px 28px; }
.drawer ul { list-style: none; margin: 0; padding: 0; }
.drawer > ul > li { border-bottom: 1px solid var(--line); }
.drawer > ul > li > a { display: block; padding: 14px 0; font-size: 17px; }
.drawer li ul { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 12px; padding: 0 0 14px; }
.drawer li ul a { color: var(--ink-2); font-size: 14px; }
.dr-search { display: flex; gap: 8px; margin-bottom: 8px; }
.dr-search input { flex: 1; border: 1px solid var(--line); border-radius: 8px; padding: 10px 12px; }
.dr-search button { border: 0; background: var(--red); color: #fff; border-radius: 8px; padding: 0 16px; }
.dr-lang { display: flex; gap: 20px; padding-top: 18px; }

/* ---------- 通用 ---------- */
.sec { padding: 72px 0; }
.sec-title { text-align: center; font-size: clamp(26px, 3vw, 38px); font-weight: 400; letter-spacing: .04em; margin-bottom: 40px; }
.sec-title.light { color: #fff; }
.bar-title { font-size: 22px; margin: 48px 0 24px; padding-left: 14px; border-left: 4px solid var(--red); }
.sub-title { font-size: 20px; margin: 36px 0 16px; text-align: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; background: var(--red); color: #fff; border: 1px solid var(--red); border-radius: 999px; padding: 11px 30px; cursor: pointer; font-size: 15px; transition: background .2s; }
.btn:hover { background: var(--red-d); color: #fff; }
.btn-line { background: transparent; color: var(--red); }
.btn-line:hover { background: var(--red); color: #fff; }
.rich { color: var(--ink-2); overflow-wrap: anywhere; }
.rich img { border-radius: 6px; margin: 8px auto; }
.rich table { border-collapse: collapse; max-width: 100%; }
.rich td, .rich th { border: 1px solid var(--line); padding: 6px 10px; }
.empty { text-align: center; color: var(--muted); padding: 60px 0; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 14px; color: var(--muted); padding-top: 20px; padding-bottom: 4px; }
.crumbs a:hover { color: var(--red); }
.pg-banner img { width: 100%; max-height: 420px; object-fit: cover; }

/* 轮播 */
.hero .swiper-slide img { width: 100%; aspect-ratio: 1400 / 382; object-fit: cover; }
.hero-m { display: none; }
.hero .swiper-pagination-bullet-active, .swiper-pagination-bullet-active { background: var(--red); }
.swiper-button-prev, .swiper-button-next { color: var(--red); }

/* 产品系列导航 */
.series { position: relative; display: flex; align-items: center; gap: 8px; margin-bottom: 40px; }
.series-swiper { flex: 1; }
.series-prev, .series-next { flex: none; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: #fff; font-size: 24px; line-height: 1; cursor: pointer; color: var(--ink-2); }
.series-prev:hover, .series-next:hover { border-color: var(--red); color: var(--red); }
.series-item { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 8px 4px; text-align: center; }
.series-ico { position: relative; width: 110px; height: 110px; }
.series-ico img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; transition: opacity .25s; }
.series-ico .i1 { opacity: 0; }
.series-item.on .i1 { opacity: 1; }
.series-item.on .i0 { opacity: 0; }
/* 只在有鼠标的设备上做悬停换图：iPhone 上悬停会让“第一次点击”只触发换图、不打开链接 */
@media (hover: hover) and (pointer: fine) {
  .series-item:hover .i1 { opacity: 1; }
  .series-item:hover .i0 { opacity: 0; }
}
.series-t { font-size: 15px; line-height: 1.4; }
.series-item.on .series-t { color: var(--red); font-weight: 600; }

/* 产品网格 */
.pgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px 24px; }
.pcard { display: flex; flex-direction: column; gap: 6px; }
.pcard-img { display: block; aspect-ratio: 1; background: var(--bg-soft); border-radius: var(--radius); overflow: hidden; }
.pcard-img img { width: 100%; height: 100%; object-fit: contain; transition: transform .5s; }
@media (hover: hover) and (pointer: fine) { .pcard:hover .pcard-img img { transform: scale(1.05); } }
.pcard-model { font-weight: 600; font-size: 16px; margin-top: 6px; }
.pcard-name { color: var(--muted); font-size: 14px; line-height: 1.5; }
.pager { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 48px; }
.pager a, .pager span { min-width: 40px; height: 40px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 8px; font-size: 14px; }
.pager .cur { background: var(--red); border-color: var(--red); color: #fff; }
.pager .gap { border: 0; }
.pager a:hover { border-color: var(--red); }

/* 首页 */
.brand { background: var(--bg-soft); }
.brand-in { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center; }
.brand-h { font-size: clamp(36px, 5vw, 64px); font-weight: 300; letter-spacing: .08em; }
.brand-sub { color: var(--red); font-size: 20px; margin: 16px 0; }
.brand-img img { border-radius: var(--radius); width: 100%; }
.brand .btn { margin-top: 12px; }
.quals img { width: 100%; border-radius: var(--radius); }
.exh { background: linear-gradient(#fff, var(--bg-soft)); }
.exh-line { position: relative; }
.exh-line::after { content: ""; position: absolute; left: 0; right: 0; top: calc(var(--exh-img-h, 190px) + 22px); height: 1px; background: #f0b7b3; }
.exh-item { display: flex; flex-direction: column; align-items: center; text-align: center; }
.exh-img { width: 100%; height: var(--exh-img-h, 190px); overflow: hidden; border-radius: var(--radius); background: #eee; }
.exh-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
@media (hover: hover) and (pointer: fine) { .exh-item:hover .exh-img img { transform: scale(1.05); } }
.exh-dot { width: 12px; height: 12px; border: 2px solid var(--red); background: #fff; border-radius: 50%; margin: 16px 0 10px; position: relative; z-index: 1; }
.exh-year { font-weight: 700; }
.exh-t { font-size: 14px; color: var(--muted); }
.adv { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.adv-item { position: relative; border-radius: var(--radius); overflow: hidden; background: #ddd; min-height: 200px; }
.adv-item img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.adv-item p { position: absolute; left: 0; right: 0; bottom: 0; margin: 0; padding: 36px 24px 18px; color: #fff; font-size: 18px; background: linear-gradient(transparent, rgba(0,0,0,.6)); }
.custom { background: #262626 url('/static/img/about-band.jpg') center / cover; background-blend-mode: multiply; color: #fff; }
.custom-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.custom-item { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); padding: 28px; }
.custom-item img { width: 56px; height: 56px; object-fit: contain; margin-bottom: 14px; background: #fff; border-radius: 10px; padding: 6px; }
.custom-item h3 { font-size: 19px; margin-bottom: 8px; }
.custom-item .rich { color: rgba(255,255,255,.8); font-size: 14px; }
.process { margin-top: 40px; background: #fff; color: var(--ink); border-radius: var(--radius); padding: 32px; }
.process h3 { font-size: 20px; margin-bottom: 20px; text-align: center; }
.process ol { list-style: none; margin: 0; padding: 0; display: flex; justify-content: space-between; gap: 8px; counter-reset: s; }
.process li { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; font-size: 15px; position: relative; }
.process li + li::before { content: "›"; position: absolute; left: -12px; top: 22px; color: var(--red); font-size: 28px; }
.process li img { width: 66px; height: 66px; object-fit: contain; }
.process-note { margin-top: 20px; font-size: 13px; color: var(--muted); text-align: center; }

/* 产品详情 */
.pd-gallery, .pd-info { min-width: 0; }
.pd { padding-top: 16px; padding-bottom: 72px; }
.pd-top { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 56px; }
.pd-swiper { border-radius: var(--radius); background: var(--bg-soft); }
.pd-swiper img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.pd-thumbs { margin-top: 12px; }
.pd-thumbs .swiper-slide { width: 84px !important; opacity: .55; cursor: pointer; border-radius: 6px; overflow: hidden; border: 2px solid transparent; background: var(--bg-soft); }
.pd-thumbs .swiper-slide-thumb-active { opacity: 1; border-color: var(--red); }
.pd-thumbs img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.pd-model { font-size: 32px; margin: 8px 0 20px; }
.pd-spec { margin: 0 0 28px; border-top: 1px solid var(--line); }
.pd-spec div { display: grid; grid-template-columns: 120px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.pd-spec dt { color: var(--muted); }
.pd-spec dd { margin: 0; }
.swatches { display: flex; flex-wrap: wrap; gap: 10px; }
.sw { width: 28px; height: 28px; border-radius: 50%; background: var(--c); box-shadow: 0 0 0 1px rgba(0,0,0,.12); position: relative; overflow: hidden; }
.sw::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 40%; background: var(--c2, transparent); }
.pd-params .rich { max-width: 960px; }
.pgrid-4 { grid-template-columns: repeat(4, 1fr); }

/* 询盘表单 */
.inquiry { background: var(--bg-soft); border-radius: var(--radius); padding: 36px; margin-top: 56px; }
.inquiry .sec-sub { font-size: 22px; margin-bottom: 20px; }
.inquiry .grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 20px; }
.inquiry label span { display: block; font-size: 14px; color: var(--ink-2); margin-bottom: 6px; }
.inquiry input, .inquiry textarea { width: 100%; border: 1px solid var(--line); background: #fff; border-radius: 8px; padding: 11px 13px; outline: 0; }
.inquiry input:focus, .inquiry textarea:focus { border-color: var(--red); }
.inquiry .full { grid-column: 1 / -1; }
.inquiry .btn { margin-top: 20px; min-width: 160px; }
.inquiry .btn[disabled] { opacity: .6; cursor: wait; }
.form-msg { padding: 10px 14px; border-radius: 8px; margin: 16px 0 0; }
.form-msg.ok { background: #e9f7ee; color: #1d7a3e; }
.form-msg.err { background: #fdecea; color: var(--red-d); }

/* 单页 */
.about-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-bottom: 64px; }
.about-row.rev .about-media { order: 2; }
.about-media { position: relative; }
.about-media .m1 { border-radius: var(--radius); width: 100%; }
.about-media .m2 { position: absolute; right: -20px; bottom: -28px; width: 42%; border-radius: var(--radius); box-shadow: 0 12px 30px rgba(0,0,0,.15); }
.about-txt { font-size: 16px; }
.about-band { background-size: cover; background-position: center; padding: 80px 0; }
.about-icons { display: flex; justify-content: center; gap: 12%; color: #fff; text-align: center; }
.about-icons img { height: 62px; width: auto; margin: 0 auto 12px; }
.about-icons p { font-size: 20px; margin: 0; }
.cz { padding-bottom: 72px; }
.cz-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cz-step-img { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 410 / 300; background: #eee; }
.cz-step-img img { width: 100%; height: 100%; object-fit: cover; }
.cz-step-img span { position: absolute; left: 20px; bottom: 16px; color: #fff; font-size: 20px; font-weight: 600; text-shadow: 0 1px 6px rgba(0,0,0,.4); }
.cz-step p { color: var(--ink-2); margin-top: 14px; font-size: 15px; }
.cz-oem { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.cz-oem li { position: relative; min-height: 190px; border-radius: var(--radius); background: var(--red) center / cover; color: #fff; padding: 22px 18px; display: flex; flex-direction: column; gap: 8px; overflow: hidden; }
.cz-oem b { font-size: 18px; }
.cz-oem span { font-size: 14px; opacity: .9; }
.cz-oem i { position: absolute; right: 14px; bottom: 8px; font-style: normal; font-size: 40px; opacity: .35; font-weight: 700; }
.cz-videos { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 20px; }
.cz-videos video { width: 100%; border-radius: var(--radius); background: #000; aspect-ratio: 16 / 9; }
.table-wrap { overflow-x: auto; }
.kv-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.kv-table th, .kv-table td { border: 1px solid var(--line); padding: 14px 16px; text-align: left; }
.kv-table th { background: var(--bg-soft); font-weight: 500; color: var(--ink-2); width: 20%; }
.kv-table[data-collapsible]:not(.open) .more-row { display: none; }
.more-btn { display: block; margin: 12px auto 0; border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 8px 28px; cursor: pointer; }
.join-row { display: grid; grid-template-columns: 2fr 3fr; gap: 48px; align-items: center; margin-bottom: 40px; }
.join-img img { border-radius: var(--radius); width: 100%; }
.join-txt h2 { font-size: 24px; margin-bottom: 16px; }
.join, .contact { padding-bottom: 72px; }
.contact-cards { list-style: none; margin: 0 0 40px; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.contact-cards li { background: var(--bg-soft); border-radius: var(--radius); padding: 28px 20px; display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; overflow-wrap: anywhere; }
.contact-cards img { width: 60px; height: 60px; border-radius: 50%; }
.contact-cards b { font-size: 14px; color: var(--muted); font-weight: 400; }
.contact-map img { width: 100%; border-radius: var(--radius); }
.exh-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.exh-card { display: flex; flex-direction: column; gap: 6px; }
.exh-card .exh-img { height: auto; aspect-ratio: 4 / 3; }
.exh-hero { background: var(--bg-soft); padding: 64px 0 40px; }
.exh-hero h1 { font-size: clamp(26px, 4vw, 44px); font-weight: 400; }
.exh-hero-year { color: var(--red); font-weight: 700; margin: 0 0 8px; }
.exh-body { padding-bottom: 72px; }
.exh-body > .rich { max-width: 960px; margin-top: 24px; }
.gallery-swiper .swiper-slide img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
.gallery-swiper { padding-bottom: 40px; }
.search-page .big-search, .nf .big-search { max-width: 640px; margin: 0 auto 28px; }
.big-search { display: flex; gap: 10px; }
.big-search input { flex: 1; border: 1px solid var(--line); border-radius: 999px; padding: 12px 20px; outline: 0; }
.big-search input:focus { border-color: var(--red); }
.search-count { text-align: center; color: var(--muted); margin-bottom: 32px; }
.nf { text-align: center; padding: 100px 24px; }
.nf-code { font-size: 96px; font-weight: 200; color: var(--red); margin: 0; line-height: 1; }
.nf h1 { font-size: 22px; font-weight: 400; margin: 16px 0 32px; }

/* ---------- 底部 ---------- */
.ft { background: #1e1e1e; color: #bdbdbd; margin-top: 0; }
.ft-in { display: flex; justify-content: space-between; gap: 48px; padding-top: 56px; padding-bottom: 40px; }
.ft-logo { height: 54px; width: auto; background: #fff; padding: 6px 10px; border-radius: 8px; margin-bottom: 20px; }
.ft h2 { color: #fff; font-size: 18px; margin-bottom: 14px; }
.ft dl { display: grid; grid-template-columns: auto auto; gap: 6px 40px; margin: 0; }
.ft dl .wide { grid-column: 1 / -1; }
.ft dt { display: inline; color: #8c8c8c; }
.ft dt::after { content: "："; }
.ft dd { display: inline; margin: 0; color: #e2e2e2; }
.ft-qr { display: flex; gap: 20px; align-items: flex-start; flex-wrap: wrap; }
.ft-qr figure { margin: 0; text-align: center; font-size: 13px; }
.ft-qr img { width: 112px; height: 112px; background: #fff; padding: 4px; border-radius: 6px; margin-bottom: 6px; }
.ft-store { align-self: flex-end; border: 1px solid #555; border-radius: 999px; padding: 8px 18px; font-size: 14px; color: #fff; }
.ft-bottom { border-top: 1px solid #333; padding-top: 18px; padding-bottom: 24px; display: flex; flex-wrap: wrap; gap: 8px 24px; font-size: 13px; color: #8c8c8c; }
.ft-bottom a:hover { color: #fff; }
.ft-bottom .ga { display: inline-flex; align-items: center; gap: 4px; }
.to-top { position: fixed; right: 20px; bottom: 24px; width: 44px; height: 44px; border-radius: 50%; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 16px rgba(218,37,28,.35); opacity: 0; pointer-events: none; transition: opacity .3s; z-index: 40; }
.to-top.show { opacity: 1; pointer-events: auto; }
.to-top:hover { color: #fff; background: var(--red-d); }

/* ---------- 响应式 ---------- */
@media (max-width: 1200px) {
  .hd-search input { width: 140px; }
  .nav a { padding: 8px 10px; }
  .hd-in { gap: 20px; }
}
@media (max-width: 1024px) {
  :root { --hd-h: 64px; }
  .nav, .hd-search, .lang { display: none; }
  .menu-btn { display: block; }
  .logo img { height: 40px; }
  .pgrid, .pgrid-4 { grid-template-columns: repeat(3, 1fr); }
  .cz-oem { grid-template-columns: repeat(3, 1fr); }
  .contact-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .sec { padding: 48px 0; }
  .brand-in, .about-row, .join-row, .pd-top { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .about-row.rev .about-media { order: 0; }
  .about-media .m2 { right: 8px; bottom: -16px; }
  .custom-grid, .cz-steps, .exh-grid { grid-template-columns: 1fr 1fr; }
  .ft-in { flex-direction: column; }
}
@media (max-width: 700px) {
  .wrap { padding-left: 16px; padding-right: 16px; }
  .hero-d { display: none; }
  .hero-m { display: block; }
  .hero-m .swiper-slide img { aspect-ratio: 750 / 899; object-fit: cover; }
  .hero-m-fb .swiper-slide img { aspect-ratio: 1400 / 382; }
  .sec-title { margin-bottom: 28px; }
  .pgrid, .pgrid-4 { grid-template-columns: repeat(2, 1fr); gap: 20px 14px; }
  .series-ico { width: 76px; height: 76px; }
  .series-prev, .series-next { display: none; }
  .adv, .custom-grid, .cz-steps, .exh-grid, .inquiry .grid { grid-template-columns: 1fr; }
  .cz-oem { grid-template-columns: 1fr 1fr; }
  .process ol { flex-direction: column; gap: 18px; }
  .process li + li::before { content: "↓"; left: 50%; top: -20px; transform: translateX(-50%); font-size: 18px; }
  .inquiry { padding: 24px 18px; }
  .contact-cards { grid-template-columns: 1fr; }
  .about-icons { gap: 8%; }
  .about-icons p { font-size: 16px; }
  .pd-model { font-size: 26px; }
  .pd-spec div { grid-template-columns: 96px 1fr; }
  .kv-table th, .kv-table td { padding: 10px; font-size: 14px; }
  .ft dl { grid-template-columns: 1fr; }
}
