/*
Theme Name: PPV Acoustic 消声棉
Theme URI: https://example.com/ppv-acoustic
Author: PP Theme Studio
Author URI: https://example.com
Description: 面向 PP 消声器与管道降噪的 WordPress 主题。暖灰底衬吸声棉绿与声学蓝灰,穿孔板圆点纹贯穿版面,首屏为消声段剖面(声波逐段衰减 92→68 dB),配倍频程插入损失柱状图与消声段长度选型表,适合做通风降噪工程的厂商。
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ppv-acoustic
Tags: light, one-column, custom-logo, custom-menu, featured-images, translation-ready
*/

:root {
  --bg: #f5f4ef;
  --bg-2: #ebe9e0;
  --card: #ffffff;
  --wool: #8aa629;
  --wool-deep: #6d861d;
  --wool-soft: #b7cc63;
  --deep: #3a4a55;
  --ink: #23241f;
  --gray: #6d7066;
  --line: #ddd9cd;
  --radius: 8px;
  --container: 1180px;
  --font: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  --mono: "SF Mono", Menlo, Consolas, monospace;
  /* 穿孔板圆点阵 */
  --perf: radial-gradient(circle at center, rgba(35,36,31,.13) 1.6px, transparent 1.7px);
}

/* ===== Base ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.85;
  color: var(--ink);
  background: var(--bg);
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
svg { max-width: 100%; height: auto; }
.part { width: 120px; height: 90px; }
.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px;
  overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;
}

.btn {
  display: inline-block; padding: 12px 26px; font-size: 15px; font-weight: 600;
  border: 1.5px solid var(--line); border-radius: var(--radius); background: var(--card);
  color: var(--ink); cursor: pointer; transition: border-color .16s ease, color .16s ease, background .16s ease;
}
.btn:hover { border-color: var(--wool); color: var(--wool-deep); }
.btn-main { background: var(--wool); border-color: var(--wool); color: #fff; }
.btn-main:hover { background: var(--wool-deep); border-color: var(--wool-deep); color: #fff; }

.brand-mark {
  display: block; width: 40px; height: 40px; border-radius: var(--radius);
  background-color: var(--wool);
  background-image: radial-gradient(circle at center, rgba(255,255,255,.75) 1.7px, transparent 1.8px);
  background-size: 9px 9px;
}

/* ===== Header ===== */
.site-header { background: var(--card); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
.header-inner { display: flex; align-items: center; gap: 22px; padding: 13px 0; }
.site-branding { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.site-title { font-size: 20px; font-weight: 700; line-height: 1.3; }
.site-desc { font-family: var(--mono); font-size: 11px; color: var(--gray); letter-spacing: .05em; }
.site-nav .menu { display: flex; gap: 24px; list-style: none; }
.site-nav a { font-size: 15px; padding: 4px 0; border-bottom: 2px solid transparent; }
.site-nav a:hover, .site-nav .current-menu-item > a { color: var(--wool-deep); border-bottom-color: var(--wool); }
.nav-toggle-input, .nav-toggle-label { display: none; }

/* ===== Hero ===== */
.hero { padding: 56px 0 46px; background-image: var(--perf); background-size: 22px 22px; }
.hero-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 42px; align-items: center; }
.hero-badge {
  display: inline-block; font-family: var(--mono); font-size: 12px; color: var(--wool-deep);
  background: rgba(138,166,41,.14); border-radius: 4px; padding: 4px 14px; margin-bottom: 18px;
}
.hero h1 { font-size: clamp(30px, 4.5vw, 45px); line-height: 1.22; font-weight: 800; letter-spacing: -.02em; }
.hero h1 em { font-style: normal; color: var(--wool-deep); }
.hero-sub { margin-top: 16px; font-size: 16px; color: var(--gray); max-width: 30em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-fig { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 20px; box-shadow: 0 16px 40px rgba(35,36,31,.08); }

.db-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 40px; }
.db { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; }
.db b { display: block; font-family: var(--mono); font-size: 23px; font-weight: 800; color: var(--deep); line-height: 1.3; }
.db span { font-size: 13px; color: var(--gray); }
.db-hi { background: var(--deep); border-color: var(--deep); }
.db-hi b { color: var(--wool-soft); }
.db-hi span { color: #c3ccd1; }

/* ===== Sections ===== */
.section { padding: 60px 0; }
.section-tint { background: var(--bg-2); }
.sec-head { max-width: 46em; margin-bottom: 32px; }
.sec-kicker { display: inline-block; font-family: var(--mono); font-size: 11.5px; letter-spacing: .12em; color: var(--wool-deep); text-transform: uppercase; }
.sec-head h2 { font-size: 27px; font-weight: 800; letter-spacing: -.015em; margin-top: 4px; }
.sec-head p { font-size: 15px; color: var(--gray); margin-top: 6px; }

/* ===== Parts ===== */
.part-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.part-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px 22px 24px; transition: border-color .16s ease, transform .16s ease;
}
.part-card:hover { border-color: var(--wool); transform: translateY(-3px); }
.part-fig {
  display: grid; place-items: center; padding: 10px; margin-bottom: 14px; border-radius: 6px;
  background-color: var(--bg); background-image: var(--perf); background-size: 12px 12px;
}
.part-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.part-card h3 a:hover { color: var(--wool-deep); }
.part-card p { font-size: 14px; color: var(--gray); line-height: 1.85; }

/* ===== Bands ===== */
.band-wrap { display: grid; grid-template-columns: 1.15fr .85fr; gap: 26px; align-items: center; margin-bottom: 26px; }
.band-fig { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.band-note { background: var(--card); border: 1px solid var(--line); border-left: 4px solid var(--wool); border-radius: var(--radius); padding: 24px 26px; }
.band-note h3 { font-size: 18px; font-weight: 800; margin-bottom: 12px; }
.tick-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.tick-list li { position: relative; padding-left: 20px; font-size: 14px; color: var(--gray); line-height: 1.8; }
.tick-list li::before {
  content: ""; position: absolute; left: 0; top: 10px;
  width: 8px; height: 8px; border-radius: 50%; background: var(--wool);
}

.table-wrap { overflow-x: auto; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); }
.len-table { width: 100%; border-collapse: collapse; min-width: 720px; font-size: 15px; }
.len-table th {
  text-align: left; padding: 13px 20px; background: var(--deep); color: #fff;
  font-family: var(--mono); font-size: 12.5px; font-weight: 600; letter-spacing: .03em;
}
.len-table td { padding: 13px 20px; border-bottom: 1px solid var(--line); color: #454840; }
.len-table td:first-child, .len-table td:nth-child(2), .len-table td:nth-child(3), .len-table td:nth-child(4) { font-family: var(--mono); }
.len-table td:nth-child(3) { color: var(--wool-deep); font-weight: 700; }
.len-table tbody tr:last-child td { border-bottom: 0; }
.len-table tbody tr:hover { background: rgba(138,166,41,.07); }

/* ===== Steps ===== */
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; }
.step:hover { border-color: var(--wool); }
.step-no {
  display: inline-block; font-family: var(--mono); font-size: 26px; font-weight: 800;
  color: var(--wool-soft); line-height: 1; margin-bottom: 12px;
}
.step h3 { font-size: 18px; font-weight: 800; margin-bottom: 8px; }
.step p { font-size: 14px; color: var(--gray); line-height: 1.85; }

/* ===== Notes ===== */
.note-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.note-card {
  display: block; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 24px; transition: border-color .16s ease, transform .16s ease;
}
.note-card:hover { border-color: var(--wool); transform: translateY(-2px); }
.note-card time { font-family: var(--mono); font-size: 12px; color: var(--wool-deep); }
.note-card h3 { font-size: 18px; font-weight: 700; margin: 6px 0 8px; }
.note-card p { font-size: 14px; color: var(--gray); }

/* ===== CTA ===== */
.cta-band {
  margin: 56px 0; background: var(--deep); border-radius: 14px; padding: 34px 34px;
  display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between;
  background-image: radial-gradient(circle at center, rgba(255,255,255,.10) 1.6px, transparent 1.7px);
  background-size: 20px 20px;
}
.cta-label { display: inline-block; font-family: var(--mono); font-size: 11.5px; letter-spacing: .1em; color: var(--wool-soft); margin-bottom: 8px; }
.cta-band h2 { font-size: 25px; font-weight: 800; letter-spacing: -.015em; color: #fff; }
.cta-band p { font-size: 14.5px; color: #c3ccd1; margin-top: 8px; max-width: 42em; }
.cta-side { display: flex; align-items: center; gap: 20px; }
.cta-phone { font-family: var(--mono); font-size: 23px; font-weight: 800; color: var(--wool-soft); }

/* ===== Page hero / inner ===== */
.page-hero { background: var(--bg-2); border-bottom: 1px solid var(--line); padding: 34px 0; }
.page-hero h1 { font-size: 27px; font-weight: 800; letter-spacing: -.015em; }
.breadcrumbs { margin-top: 6px; font-family: var(--mono); font-size: 12px; color: var(--gray); }
.breadcrumbs a:hover { color: var(--wool-deep); }

.layout { display: grid; grid-template-columns: 1fr 290px; gap: 30px; padding: 42px 0 62px; align-items: start; }
.layout-full { padding: 42px 0 62px; }
.entry-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; margin-bottom: 16px; }
.entry-card:hover { border-color: var(--wool); }
.entry-card h2 { font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.entry-card h2 a:hover { color: var(--wool-deep); }
.entry-meta { display: flex; gap: 14px; font-family: var(--mono); font-size: 12px; color: var(--gray); }
.entry-meta a { color: var(--wool-deep); }
.entry-excerpt { margin-top: 10px; font-size: 15px; color: #454840; }
.entry-thumb { margin-bottom: 16px; border-radius: 6px; overflow: hidden; }
.single-header { border-bottom: 1px solid var(--line); padding-bottom: 16px; margin-bottom: 20px; }
.single-header h1 { font-size: 27px; font-weight: 800; letter-spacing: -.02em; margin-bottom: 8px; }
.entry-content { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; font-size: 16px; }
.entry-content > * + * { margin-top: 16px; }
.entry-content h2 { font-size: 21px; font-weight: 800; color: var(--wool-deep); }
.entry-content h3 { font-size: 18px; font-weight: 700; }
.entry-content ul, .entry-content ol { padding-left: 22px; }
.entry-content blockquote { border-left: 4px solid var(--wool); background: var(--bg); padding: 14px 18px; color: #454840; }
.entry-content code { font-family: var(--mono); background: var(--bg-2); padding: 2px 6px; border-radius: 4px; }
.entry-content a { color: var(--wool-deep); text-decoration: underline; }
.post-nav { display: flex; justify-content: space-between; gap: 16px; margin-top: 20px; font-size: 14px; color: var(--gray); }
.post-nav a:hover { color: var(--wool-deep); }
.pagination { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.pagination .page-numbers {
  display: grid; place-items: center; min-width: 40px; height: 40px; padding: 0 10px; border-radius: 6px;
  border: 1px solid var(--line); background: var(--card); font-family: var(--mono); font-weight: 700;
}
.pagination .current, .pagination .page-numbers:hover { background: var(--wool); color: #fff; border-color: var(--wool); }

/* ===== Sidebar ===== */
.sidebar { display: flex; flex-direction: column; gap: 18px; position: sticky; top: 92px; }
.sidebar-cta {
  background: var(--deep); color: #fff; border-radius: var(--radius); padding: 24px 20px; text-align: center;
  background-image: radial-gradient(circle at center, rgba(255,255,255,.10) 1.5px, transparent 1.6px);
  background-size: 18px 18px;
}
.sidebar-cta h3 { font-size: 17px; font-weight: 700; }
.sidebar-cta p { font-size: 13px; color: #c3ccd1; margin: 8px 0 12px; }
.sidebar-cta strong { display: block; font-family: var(--mono); font-size: 21px; color: var(--wool-soft); margin-bottom: 14px; }
.sidebar-cta .btn { width: 100%; background: var(--wool); border-color: var(--wool); color: #fff; }
.widget { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.widget-title { font-size: 16px; font-weight: 800; padding-bottom: 10px; margin-bottom: 12px; border-bottom: 1px solid var(--line); }
.widget ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.widget li a { font-size: 14px; color: #454840; }
.widget li a:hover { color: var(--wool-deep); }

.search-form { display: flex; gap: 8px; }
.search-field { flex: 1; min-width: 0; padding: 10px 12px; border: 1px solid var(--line); border-radius: 6px; font-family: var(--mono); font-size: 14px; }
.search-field:focus { outline: none; border-color: var(--wool); }
.search-submit { padding: 10px 18px; border: 1px solid var(--wool); border-radius: 6px; background: var(--wool); color: #fff; font-weight: 600; cursor: pointer; }
.search-submit:hover { background: var(--wool-deep); border-color: var(--wool-deep); }

/* ===== Comments ===== */
.comments-area { margin-top: 24px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.comments-area h2, .comment-reply-title { font-size: 18px; font-weight: 800; margin-bottom: 14px; }
.comment-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 20px; }
.comment-list .comment-body { border-left: 3px solid var(--line); padding-left: 16px; font-size: 15px; }
.comment-notes { font-size: 13px; color: var(--gray); margin-bottom: 10px; }
.comment-form p { margin-bottom: 12px; }
.comment-form label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 5px; }
.comment-form input[type="text"], .comment-form input[type="email"],
.comment-form input[type="url"], .comment-form textarea {
  width: 100%; padding: 10px 12px; border: 1px solid var(--line); border-radius: 6px; font-family: inherit; font-size: 14px;
}
.comment-form input:focus, .comment-form textarea:focus { outline: none; border-color: var(--wool); }
.comment-form .submit { padding: 12px 28px; border: 0; border-radius: 6px; background: var(--wool); color: #fff; font-weight: 700; cursor: pointer; }

/* ===== 404 ===== */
.error-page { text-align: center; padding: 80px 0; }
.error-code { font-family: var(--mono); font-size: 88px; font-weight: 800; color: var(--wool); line-height: 1; }
.error-page h1 { font-size: 25px; font-weight: 800; margin: 12px 0 8px; }
.error-page p { color: var(--gray); margin-bottom: 20px; }
.error-page .search-form { max-width: 420px; margin: 0 auto 20px; }

/* ===== Footer ===== */
.site-footer { background: var(--card); border-top: 1px solid var(--line); margin-top: 24px; }
.footer-main { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 34px; padding: 44px 0 30px; }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.footer-brand strong { font-size: 17px; font-weight: 800; }
.footer-col p { font-size: 14px; color: var(--gray); }
.footer-col h3 { font-size: 15px; font-weight: 800; color: var(--wool-deep); margin-bottom: 14px; }
.footer-col ul, .footer-menu { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-col a { font-size: 14px; color: #454840; }
.footer-col a:hover { color: var(--wool-deep); }
.footer-contact li { font-size: 14px; display: flex; gap: 8px; color: var(--gray); }
.footer-contact b { color: var(--ink); font-weight: 600; min-width: 34px; }
.footer-bottom { border-top: 1px solid var(--line); padding: 15px 0; font-family: var(--mono); font-size: 12px; color: var(--gray); }
.footer-bottom .container { display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 30px; }
  .db-strip { grid-template-columns: repeat(2, 1fr); }
  .part-grid { grid-template-columns: repeat(2, 1fr); }
  .band-wrap { grid-template-columns: 1fr; }
  .step-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
}
@media (max-width: 780px) {
  .nav-toggle-label {
    display: flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 42px; height: 42px; padding: 0 8px; border: 1px solid var(--line); border-radius: 6px; cursor: pointer;
  }
  .nav-toggle-label span { display: block; height: 2.5px; background: var(--ink); }
  .site-nav { display: none; order: 10; width: 100%; padding-top: 12px; margin-top: 12px; border-top: 1px solid var(--line); }
  .nav-toggle-input:checked ~ .site-nav { display: block; }
  .site-nav .menu { flex-direction: column; gap: 2px; }
  .site-nav a { display: block; padding: 10px 0; }
  .header-inner { flex-wrap: wrap; }
  .header-cta { display: none; }
  .db-strip { grid-template-columns: 1fr; }
  .part-grid, .note-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 26px 22px; }
  .footer-main { grid-template-columns: 1fr; gap: 26px; }
}
