/* Cinematic business site theme for PbootCMS */
:root {
  --ink: #101114;
  --ink-soft: #1b1d22;
  --paper: #f5f3ee;
  --panel: #ffffff;
  --muted: #686b73;
  --line: rgba(16, 17, 20, .1);
  --line-dark: rgba(255, 255, 255, .12);
  --accent: #c61f2b;
  --accent-dark: #981722;
  --gold: #c9a45c;
  --gold-soft: rgba(201, 164, 92, .16);
  --shadow: 0 24px 60px rgba(16, 17, 20, .12);
  --shadow-soft: 0 14px 34px rgba(16, 17, 20, .08);
  --radius: 8px;
  --max: 1240px;
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
article, aside, details, figcaption, figure, footer, header, main, nav, section { display: block; }
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, hgroup, menu, nav, section, main { margin: 0; padding: 0; }
html { background: var(--ink); }
body { min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--ink); font: 16px/1.7 "Noto Serif SC", "Microsoft Yahei", "PingFang SC", serif; }
a { color: inherit; text-decoration: none; outline: none; transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, opacity .2s ease; }
input, button, textarea { font: inherit; border: 0; outline: none; -webkit-appearance: none; }
button { cursor: pointer; }
li { list-style: none; }
img { max-width: 100%; }
a img { border: none; }
table { width: 100%; border-spacing: 0; border-collapse: collapse; font-size: .875em; background: transparent; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
table th { background: rgba(16, 17, 20, .04); text-align: center; }
table td, table th { padding: 9px 12px; border: 1px solid var(--line); }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.inner { width: min(var(--max), calc(100% - 64px)); margin: 0 auto; }
.mb20 { margin-bottom: 24px; overflow: hidden; }
.tac, .text-secondary { text-align: center; }
img.alignleft { float: left; margin: 0 20px 16px 0; }
img.aligncenter { display: block; margin: 0 auto; }
img.alignright { float: right; margin: 0 0 16px 20px; }

#topBar { height: 38px; line-height: 38px; overflow: hidden; background: #090a0d; color: rgba(255,255,255,.72); border-bottom: 1px solid var(--line-dark); font-size: 13px; }
#topBar .inner { display: flex; align-items: center; justify-content: space-between; }
#topBar .left, #topBar .right { float: none; }
#topBar .left a { display: inline-flex; align-items: center; color: var(--gold); font-size: 15px; }
#topBar .right ul { display: flex; gap: 18px; overflow: hidden; }
#topBar .right li { float: none; color: rgba(255,255,255,.7); font-size: 13px; }
#topBar .right li a { color: rgba(255,255,255,.72); margin-left: 0; }
#topBar .right li a:hover { color: #fff; }

#header { position: sticky; top: 0; z-index: 20; width: 100%; background: rgba(16,17,20,.94); color: #fff; border-bottom: 1px solid var(--line-dark); box-shadow: 0 12px 38px rgba(0,0,0,.2); backdrop-filter: blur(14px); }
#header .inner { position: relative; min-height: 88px; display: flex; align-items: center; margin-bottom: 0; }
#logo { flex: 0 0 250px; float: none; padding: 0; line-height: 0; }
#logo a { display: inline-flex; align-items: center; max-width: 235px; }
#logo img { display: block; max-height: 58px; width: auto; object-fit: contain; filter: drop-shadow(0 8px 20px rgba(0,0,0,.24)); }
.nav { flex: 1 1 auto; margin: 0 54px 0 20px; }
.nav ul { float: none; display: flex; justify-content: flex-end; align-items: center; gap: 2px; }
.nav li { position: relative; float: none; font-size: 15px; line-height: 1.2; letter-spacing: 0; }
.nav li a { display: flex; align-items: center; min-height: 88px; padding: 0 14px; color: rgba(255,255,255,.82); position: relative; z-index: 2; }
.nav li a:after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 22px; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left center; transition: transform .22s ease; }
.nav li.on > a, .nav li.cur > a, .nav li a:hover { color: #fff; }
.nav li.on > a:after, .nav li.cur > a:after, .nav li a:hover:after { transform: scaleX(1); }
.nav li i { display: inline-block; margin-left: 4px; vertical-align: middle; color: var(--gold); font-size: 12px; }
.nav li ul { position: absolute; left: 50%; top: calc(100% - 10px); margin-left: -92px; width: 184px; display: none; float: none; padding: 10px; background: rgba(16,17,20,.96); border: 1px solid var(--line-dark); box-shadow: 0 20px 48px rgba(0,0,0,.28); z-index: 30; }
.nav li ul:before { content: ""; display: block; position: absolute; left: 50%; top: -6px; width: 10px; height: 10px; margin-left: -5px; background: rgba(16,17,20,.96); border-left: 1px solid var(--line-dark); border-top: 1px solid var(--line-dark); transform: rotate(45deg); }
.nav li li { float: none; text-align: left; padding: 0; line-height: 1.4; }
.nav li li a { min-height: auto; display: block; padding: 10px 12px; color: rgba(255,255,255,.78); border-radius: 6px; }
.nav li li a:after { display: none; }
.nav li li a:hover { background: rgba(255,255,255,.08); color: #fff; }
.nav em { display: none; }
.nav-btn, .search-btn { position: absolute; top: 50%; transform: translateY(-50%); display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid var(--line-dark); border-radius: 50%; cursor: pointer; color: #fff; background: rgba(255,255,255,.06); }
.nav-btn { right: 0; display: none; }
.search-btn { right: 0; }
.nav-btn i, .search-btn i { font-size: 18px; }
.nav-btn.on, .search-btn.on { color: #fff; background: var(--accent); border-color: var(--accent); }
.search-wrap { position: fixed; left: -100%; top: 126px; z-index: 18; width: 100%; height: calc(100vh - 126px); overflow-y: auto; background: rgba(16,17,20,.97); transition: left .24s ease; }
.search-wrap.open { left: 0; }
.search-wrap .search-inner { min-height: 100%; padding: 70px 24px 220px; }
.search-form { width: min(640px, 92vw); margin: 0 auto; display: flex; overflow: hidden; border: 1px solid var(--line-dark); border-radius: var(--radius); box-shadow: 0 20px 50px rgba(0,0,0,.26); }
.search-form .s { flex: 1 1 auto; height: 62px; width: auto; float: none; border: none; background: #fff; color: var(--ink); font-size: 18px; text-indent: 18px; }
.search-form button { flex: 0 0 82px; height: 62px; float: none; background: var(--accent); color: #fff; font-size: 24px; }
.search-form button:hover { background: var(--accent-dark); }
.quick-find { width: min(640px, 92vw); margin: 28px auto 0; color: rgba(255,255,255,.72); }
.quick-find h3 { font-size: 18px; font-weight: 500; margin-bottom: 16px; }
.quick-find a { display: inline-block; padding: 5px 12px; margin: 3px 6px 3px 0; color: rgba(255,255,255,.78); border: 1px solid var(--line-dark); border-radius: 999px; }
.quick-find a:hover { color: #fff; border-color: var(--gold); }

.banner { width: 100%; overflow: hidden; height: auto; margin-top: 0; background: var(--ink); }
.slides { position: relative; clear: both; overflow: hidden; margin-bottom: 0; background: var(--ink); }
.slides:after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(8,9,12,.56), rgba(8,9,12,.12) 45%, rgba(8,9,12,.36)); }
.slides img, .banner img { width: 100%; height: auto; min-height: 260px; display: block; object-fit: cover; }
.bane { margin: 0 auto; }
.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 1; }
.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; -moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; transform: translate3d(0,0,0); }
.owl-carousel .owl-wrapper, .owl-carousel .owl-item { backface-visibility: hidden; transform: translate3d(0,0,0); }
.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; user-select: none; }
.owl-carousel .owl-item img { display: block; width: 100%; }
.owl-carousel.owl-loaded { display: block; }
.owl-carousel.owl-loading, .owl-carousel.owl-hidden { opacity: 0; display: block; }
.owl-carousel.owl-refresh .owl-item { visibility: hidden; }
.owl-carousel.owl-drag .owl-item { user-select: none; }
.owl-nav.disabled, .owl-dots.disabled { display: none; }
.owl-nav { margin-top: 0; text-align: center; }
.owl-nav [class*='owl-'] { cursor: pointer; display: inline-block; margin: 5px; padding: 4px 7px; background: var(--gold); color: #fff; border-radius: 3px; }
.owl-dots { position: absolute; left: 0; right: 0; bottom: 22px; z-index: 4; text-align: center; }
.owl-dots .owl-dot { display: inline-block; cursor: pointer; }
.owl-dots .owl-dot span { display: block; width: 28px; height: 3px; margin: 5px 4px; background: rgba(255,255,255,.38); border-radius: 999px; transition: background .2s ease, width .2s ease; }
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span { width: 44px; background: var(--gold); }
@keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } }
.fadeOut { animation-name: fadeOut; }

.container { clear: both; overflow: hidden; background: transparent; padding: 72px 0; margin-bottom: 0; box-shadow: none; }
.container:nth-of-type(odd) { background: rgba(255,255,255,.54); }
.section-title { position: relative; text-align: center; line-height: 1.35; margin-bottom: 34px; }
.section-title:before { content: ""; display: block; width: 52px; height: 3px; margin: 0 auto 16px; background: linear-gradient(90deg, var(--accent), var(--gold)); border-radius: 999px; }
.section-title h3 { font-size: clamp(24px, 3vw, 38px); font-weight: 600; letter-spacing: 0; color: var(--ink); }
.section-title h3 a { color: var(--ink); }
.section-title h3 a:hover { color: var(--accent); }
.section-title h4 { margin-top: 8px; color: var(--gold); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; font-family: Georgia, "Times New Roman", serif; }
.thumbnail a { position: relative; display: block; padding-bottom: 68%; overflow: hidden; background: radial-gradient(circle at 30% 20%, rgba(201,164,92,.26), rgba(16,17,20,.95) 56%), linear-gradient(135deg, #252830, #0d0e12); border-radius: var(--radius); }
.thumbnail a:before { content: ""; position: absolute; inset: 12px; z-index: 2; border: 1px solid rgba(255,255,255,.12); opacity: 0; transition: opacity .24s ease; }
.thumbnail img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease, filter .35s ease, opacity .25s ease; }
.thumbnail img[src$="nopic.png"] { opacity: .18; filter: grayscale(1) contrast(1.2); }
.thumbnail a:after { content: "VIDEO PRODUCTION"; position: absolute; left: 16px; bottom: 14px; z-index: 3; color: rgba(255,255,255,.82); font-size: 11px; letter-spacing: .16em; font-family: Georgia, "Times New Roman", serif; opacity: 0; transform: translateY(8px); transition: opacity .24s ease, transform .24s ease; }
.thumbnail a:hover img { transform: scale(1.045); filter: contrast(1.06) saturate(1.04); }
.thumbnail a:hover:before, .thumbnail a:hover:after { opacity: 1; transform: translateY(0); }
.products .inner, .news .inner { overflow: visible; }
.products ul { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; width: auto; overflow: visible; }
.products li { float: none; width: auto; padding: 0; text-align: left; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); overflow: hidden; transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.products li:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(201,164,92,.45); }
.products li .thumbnail { margin: 0; overflow: hidden; }
.products li p { min-height: 58px; padding: 14px 16px 16px; color: var(--ink); font-size: 15px; line-height: 1.55; white-space: normal; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.products li a { color: var(--ink); }
.products li p a:hover { color: var(--accent); }
.about { position: relative; background: var(--ink); color: #fff; }
.about:before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(198,31,43,.18), transparent 42%), radial-gradient(circle at 78% 24%, rgba(201,164,92,.16), transparent 32%); pointer-events: none; }
.about .inner { position: relative; }
.about .section-title h3 a, .about .section-title h3 { color: #fff; }
.about .intro { width: min(920px, 100%); margin: 0 auto; padding: 34px 38px; overflow: hidden; background: rgba(255,255,255,.06); border: 1px solid var(--line-dark); border-radius: var(--radius); box-shadow: 0 24px 80px rgba(0,0,0,.24); }
.about .intro p { padding: 0; color: rgba(255,255,255,.82); font-size: 16px; line-height: 2; text-indent: 2em; text-align: justify; }
.news ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; width: auto; overflow: visible; }
.news li { float: none; width: auto; display: grid; grid-template-columns: 178px minmax(0, 1fr); gap: 18px; padding: 18px; overflow: hidden; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.news li .thumbnail { float: none; width: auto; overflow: hidden; }
.news li .thumbnail a { padding-bottom: 78%; }
.news li .info { margin-left: 0; min-width: 0; }
.news li .title { margin-bottom: 8px; font-size: 18px; font-weight: 600; line-height: 1.5; white-space: normal; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.news li .title a { color: var(--ink); }
.news li .title a:hover { color: var(--accent); }
.news li p { height: auto; max-height: 5.6em; color: var(--muted); font-size: 14px; line-height: 1.85; overflow: hidden; }
.contact { background: #fff; }
.contact .info { width: min(940px, 100%); margin: 0 auto; padding: 34px; overflow: hidden; display: grid; grid-template-columns: 1fr 260px; gap: 28px; align-items: center; background: linear-gradient(135deg, #fff, #f8f6f0); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.contact .info p { padding: 7px 0; color: var(--ink); font-size: 15px; text-indent: 0; text-align: left; }
.contact .info p i { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; margin-right: 8px; color: var(--gold); }
.contact .info p a { color: var(--ink); }
.contact .info .left, .contact .info .right { float: none; width: auto; }
.contact .info .right { text-align: center; }
.contact .contact-cta { display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 26px; background: var(--ink); color: #fff; border-radius: var(--radius); }
.contact .contact-kicker { color: rgba(255,255,255,.78); text-align: center; }
.contact .contact-call { display: inline-flex; align-items: center; justify-content: center; min-width: 140px; min-height: 44px; padding: 0 22px; background: var(--accent); color: #fff; border-radius: 999px; font-weight: 600; }
.contact .contact-call:hover { background: var(--gold); color: var(--ink); transform: translateY(-2px); }

#footer { width: 100%; overflow: hidden; padding: 38px 0; background: #090a0d; color: rgba(255,255,255,.72); border-top: 1px solid var(--line-dark); }
#links ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; overflow: hidden; text-align: center; }
#links ul li { display: inline; padding: 0; color: rgba(255,255,255,.66); font-size: 14px; line-height: 2; }
#links a { color: rgba(255,255,255,.76); }
#links a:hover { color: var(--gold); }
#links ul li span { color: #fff; font-weight: 600; }
#copyrigt { margin-top: 16px; text-align: center; font-size: 13px; color: rgba(255,255,255,.56); }
#copyrigt a { display: inline-block; color: rgba(255,255,255,.68); }
#copyrigt a:hover { color: var(--gold); }
#copyrigt img { display: inline-block; vertical-align: middle; width: auto; height: 20px; margin-top: -3px; }

.breadcrumb { margin-bottom: 24px; overflow: hidden; padding: 10px 14px; background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: var(--radius); color: var(--muted); font-size: 13px; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb i { padding: 0 4px; font-style: normal; color: var(--gold); }
.main { width: calc(100% - 360px); overflow: visible; }
.sidebar { width: 310px; }
.container > .inner:after { content: ""; display: block; clear: both; }
.submenu, .widget { margin-bottom: 24px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); overflow: hidden; }
.submenu h3, .widget h3 { padding: 14px 18px; background: var(--ink); color: #fff; font-size: 16px; font-weight: 600; }
.submenu h3 a { color: #fff; }
.submenu ul { background: #fff; color: var(--ink); }
.submenu ul li { font-size: 14px; }
.submenu ul li a { display: block; padding: 11px 18px; color: var(--ink); border-bottom: 1px solid var(--line); }
.submenu ul li a:hover { color: var(--accent); background: rgba(198,31,43,.05); }
.widget ul, .widget > div { border: none; }
.widget .zboutsource-contact img { width: 100%; height: auto; display: block; }
.widget .zboutsource-contact p, .widget p { padding: 8px 16px; color: var(--muted); font-size: 14px; }
.widget ul { padding: 10px 0; }
.widget ul li { padding: 6px 16px; color: var(--muted); font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.widget ul li a { color: var(--muted); }
.widget ul li a:hover { color: var(--accent); }
.post { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); padding: 34px; }
.post-title { margin-bottom: 18px; color: var(--ink); font-size: clamp(24px, 3vw, 36px); font-weight: 600; line-height: 1.4; }
.post-title.page-title { text-align: center; margin-bottom: 24px; }
.postmeta { margin-bottom: 22px; color: var(--muted); font-size: 13px; }
.postmeta a { color: var(--accent); }
.postmeta span { margin: 0 10px 6px 0; }
.entry { color: #23252b; font-size: 16px; line-height: 2; }
.entry a { color: var(--accent); }
.entry a:hover { text-decoration: underline; }
.entry p { margin-bottom: 18px; color: #23252b; }
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry ul, .entry ol { margin-bottom: 16px; }
.entry ul, .entry ol { padding-left: 2em; }
.entry ul li { list-style: disc; margin-bottom: 6px; }
.entry ol li { list-style: decimal; margin-bottom: 6px; }
.entry blockquote { padding: 18px 20px 2px; overflow: hidden; background: rgba(201,164,92,.11); border-left: 4px solid var(--gold); border-radius: var(--radius); }
.entry blockquote p { color: var(--muted); }
.entry img { max-width: 100%; height: auto !important; border-radius: var(--radius); }
.post .tags { margin-bottom: 28px; padding-bottom: 12px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.post .tags a { margin-left: 6px; color: var(--accent); }
.relatednews, .related { margin-top: 28px; margin-bottom: 0; overflow: hidden; }
.relatednews h3, .related h3 { margin-bottom: 16px; padding-left: 14px; border-left: 3px solid var(--accent); color: var(--ink); font-size: 18px; font-weight: 600; line-height: 1.5; }
.relatednews ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 18px; width: auto; overflow: hidden; }
.relatednews li { float: none; width: auto; padding: 0; color: var(--muted); font-size: 14px; line-height: 2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.relatednews li a { color: var(--muted); background: none; padding-left: 0; }
.relatednews li a:hover { color: var(--accent); text-decoration: none; }
.error404 { padding: 28vh 10%; text-align: center; }
.proList ul { grid-template-columns: repeat(3, minmax(0, 1fr)); width: auto; }
.proList li { width: auto; }

.pagebar { clear: both; overflow: hidden; padding: 34px 0 0; }
.pagebar .pagination, .pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin-top: 10px; }
.pagination a, .pagination span, .pagenavi a, .pagenavi span.now-page { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; min-height: 38px; padding: 0 12px; margin: 0; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--muted); font-size: 13px; line-height: 1; }
.pagination a:hover, .pagination a.page-num-current, .pagenavi a:hover, .pagenavi span.now-page { color: #fff; background: var(--ink); border-color: var(--ink); }
.pagination .st { font-family: "SimSun", serif; }
.pagenavi { clear: both; text-align: center; font-size: 14px; line-height: 2; }
#maximg img { max-width: 100%; height: auto !important; }
.commentslist { margin-bottom: 35px; }
.commentslist h3, #comment h3 { margin-bottom: 26px; padding-left: 14px; border-left: 3px solid var(--gold); color: var(--muted); font-size: 16px; font-weight: 600; line-height: 1.5; }
.commentslist li { margin-bottom: 20px; overflow: hidden; }
.commentslist li .cmt-wrap { position: relative; padding-left: 60px; }
.commentslist li .gravatar { position: absolute; left: 0; top: 0; width: 42px; height: 42px; overflow: hidden; border-radius: 50%; }
.commentslist li .gravatar img { width: 100%; height: auto; display: block; border-radius: 50%; }
.commentslist li .cmt-info { margin-bottom: 5px; overflow: hidden; color: var(--muted); font-size: 13px; }
.commentslist li .cmt-info a { color: var(--muted); }
.commentslist li .cmt-info span { margin-left: 5px; }
.commentslist li .cmt-info span.cmt-date { float: right; }
.commentslist li .cmt-text { color: var(--ink); font-size: 14px; }
#comment p { clear: both; overflow: hidden; padding: 6px 0; }
#comment .warming { padding: 10px 0; color: var(--muted); font-size: 14px; }
#comment label { display: block; color: var(--muted); font-size: 14px; }
#comment .text, #comment textarea { width: 250px; padding: 8px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
#comment textarea { width: 98%; height: 120px; }
#comment .submit, #comment a.canel { display: block; float: left; min-height: 38px; padding: 8px 20px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 14px; cursor: pointer; }
#comment a.canel { margin-left: 8px; background: var(--accent); line-height: 22px; text-align: center; }

@media only screen and (max-width: 1320px) {
  .inner { width: min(1100px, calc(100% - 48px)); }
  .main { width: calc(100% - 330px); }
  .sidebar { width: 286px; }
  .products ul { gap: 20px; }
}
@media only screen and (max-width: 1140px) {
  .inner { width: calc(100% - 40px); }
  #logo { flex-basis: 210px; }
  .nav li a { padding: 0 10px; font-size: 14px; }
  .products ul { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media only screen and (max-width: 1024px) {
  #topBar { height: 34px; line-height: 34px; }
  #header .inner { min-height: 78px; }
  #logo { flex: 0 0 auto; }
  #logo a { max-width: 190px; }
  #logo img { max-height: 46px; }
  .search-btn { right: 56px; }
  .nav-btn { display: inline-flex; }
  .nav { position: fixed; left: -280px; top: 0; z-index: 30; width: 280px; height: 100%; margin: 0; overflow-y: auto; background: rgba(9,10,13,.97); border-right: 1px solid var(--line-dark); box-shadow: 24px 0 50px rgba(0,0,0,.24); transition: left .28s ease; -webkit-overflow-scrolling: touch; }
  .nav.open { left: 0; }
  .nav ul { display: block; float: none; padding: 26px 0; }
  .nav li { float: none; font-size: 16px; line-height: 1.6; }
  .nav li a { min-height: auto; display: block; padding: 12px 56px 12px 24px; color: rgba(255,255,255,.86); position: static; }
  .nav li a:after { display: none; }
  .nav li i { position: absolute; right: 0; top: 0; width: 52px; height: 52px; margin-left: 0; color: var(--gold); text-align: center; line-height: 52px; z-index: 2; }
  .nav li ul { position: static; left: auto; top: auto; width: auto; margin-left: 0; padding: 0; background: rgba(255,255,255,.04); border: none; box-shadow: none; }
  .nav li ul:before { display: none; }
  .nav li li { text-align: left; }
  .nav li li a { padding: 10px 24px 10px 42px; border-radius: 0; color: rgba(255,255,255,.72); }
  .nav li em { display: block; position: absolute; top: 0; right: 0; width: 52px; height: 52px; z-index: 3; }
  .nav .wap a { color: var(--gold); }
  .search-wrap { top: 112px; height: calc(100vh - 112px); }
  .main, .sidebar { float: none; width: 100%; }
  .sidebar { display: none; }
  .post { padding: 28px; }
}
@media only screen and (max-width: 890px) {
  #topBar .right { display: none; }
  .container { padding: 56px 0; }
  .news ul { grid-template-columns: 1fr; }
  .contact .info { grid-template-columns: 1fr; }
  .contact .contact-cta { align-items: flex-start; }
  .contact .contact-kicker { text-align: left; }
}
@media only screen and (max-width: 768px) {
  .inner { width: calc(100% - 28px); }
  body { font-size: 15px; }
  #header .inner { min-height: 72px; }
  #logo a { max-width: 160px; }
  #logo img { max-height: 40px; }
  .nav-btn, .search-btn { width: 38px; height: 38px; }
  .search-btn { right: 50px; }
  .search-wrap { top: 106px; height: calc(100vh - 106px); }
  .slides img, .banner img { min-height: 210px; }
  .products ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .products li p { min-height: 66px; padding: 12px; font-size: 14px; }
  .about .intro, .contact .info { padding: 24px; }
  .news li { grid-template-columns: 128px minmax(0, 1fr); gap: 14px; padding: 14px; }
  .news li .title { font-size: 16px; }
  .news li p { max-height: 3.7em; }
  .entry { font-size: 15px; line-height: 1.9; }
  .post-title { font-size: 24px; }
  .relatednews ul { grid-template-columns: 1fr; }
}
@media only screen and (max-width: 540px) {
  .container { padding: 46px 0; }
  .section-title { margin-bottom: 24px; }
  .section-title h3 { font-size: 24px; }
  .section-title h4 { font-size: 11px; }
  .search-form { width: 100%; }
  .search-form .s { height: 52px; font-size: 16px; text-indent: 14px; }
  .search-form button { flex-basis: 58px; height: 52px; font-size: 20px; }
  .news li { grid-template-columns: 112px minmax(0, 1fr); }
  .news li .thumbnail a { padding-bottom: 86%; }
  .news.main ul li .thumbnail { width: auto; height: auto; }
  .news.main li .info { margin-left: 0; }
  .proList ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .post { padding: 22px 18px; }
  .contact .info p { font-size: 14px; }
  .pagination a, .pagination span { min-width: 34px; min-height: 34px; padding: 0 10px; }
}
@media only screen and (max-width: 390px) {
  .products ul { gap: 10px; }
  .products li p { font-size: 13px; }
  .news li { grid-template-columns: 1fr; }
  .news li .thumbnail a { padding-bottom: 58%; }
  #comment textarea { width: 94%; }
}

.hero { padding: 42px 0 60px; background: linear-gradient(180deg, #fefdf8 0%, #f4f1ea 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 24px; align-items: stretch; }
.hero-copy { padding: 34px; background: #101114; color: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-kicker { margin-bottom: 18px; color: var(--gold); font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.hero-copy h1 { margin-bottom: 18px; color: #fff; font-size: clamp(38px, 5vw, 62px); line-height: 1.05; letter-spacing: 0; }
.hero-lead { color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.hero-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border-radius: 999px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); color: #fff; }
.hero-btn:hover { transform: translateY(-1px); }
.hero-btn-primary { background: var(--accent); border-color: var(--accent); }
.hero-btn-ghost { background: transparent; }
.hero-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.hero-meta div, .hero-stats div, .about-point, .faq-list details, .contact-list, .contact-cta, .case-card, .service-card, .news-card { box-shadow: var(--shadow-soft); }
.hero-meta div { padding: 14px 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); }
.hero-meta span { display: block; margin-bottom: 4px; color: rgba(255,255,255,.6); font-size: 12px; }
.hero-meta strong { color: #fff; font-size: 15px; }
.hero-media { padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-bottom: 14px; }
.hero-stats div { padding: 14px 12px; background: #f8f6f1; border: 1px solid var(--line); border-radius: var(--radius); }
.hero-stats strong { display: block; margin-bottom: 6px; color: var(--ink); font-size: 15px; }
.hero-stats span { color: var(--muted); font-size: 12px; line-height: 1.6; }
.hero-carousel .hero-slide, .hero-carousel .owl-item { overflow: hidden; border-radius: var(--radius); }
.hero-carousel img { width: 100%; min-height: 360px; display: block; object-fit: cover; border-radius: var(--radius); }

.services-band { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-card { display: block; min-height: 200px; padding: 22px; color: #fff; background: #101114; border: 1px solid rgba(255,255,255,.06); border-radius: var(--radius); }
.service-card span { display: inline-flex; margin-bottom: 18px; color: var(--gold); font-size: 12px; letter-spacing: .18em; }
.service-card h3 { margin-bottom: 12px; color: #fff; font-size: 22px; line-height: 1.35; }
.service-card p { color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.8; }

.about-band { background: linear-gradient(180deg, #121318 0%, #1a1c22 100%); color: #fff; }
.about-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 24px; align-items: start; }
.about-copy { padding: 28px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); }
.about-copy p, .about-copy li { color: rgba(255,255,255,.82); }
.about-copy ul { padding-left: 1.2em; }
.about-copy li { list-style: disc; margin-bottom: 8px; }
.about-points { display: grid; gap: 12px; }
.about-point { padding: 18px 20px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); }
.about-point strong { display: block; margin-bottom: 6px; color: #fff; }
.about-point span { color: rgba(255,255,255,.72); line-height: 1.8; }

.cases-band { background: #fff; }
.case-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.case-card { display: block; min-height: 220px; padding: 22px; color: #fff; background: linear-gradient(180deg, rgba(16,17,20,.86), rgba(16,17,20,.98)); border: 1px solid rgba(16,17,20,.12); border-radius: var(--radius); }
.case-card h3 { margin: 12px 0 10px; color: #fff; font-size: 20px; line-height: 1.45; }
.case-card p { color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.8; }
.case-tag { display: inline-flex; padding: 4px 10px; border-radius: 999px; background: rgba(201,164,92,.16); color: var(--gold); font-size: 12px; letter-spacing: .08em; }

.news-band { background: rgba(255,255,255,.52); }
.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.news-card { display: grid; grid-template-columns: 176px minmax(0, 1fr); overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.news-card .thumbnail { margin: 0; }
.news-card .thumbnail a { border-radius: 0; padding-bottom: 0; height: 100%; min-height: 160px; }
.news-card .thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.news-card-body { padding: 18px 18px 18px 0; }
.news-card-body h3 { margin-bottom: 8px; color: var(--ink); font-size: 18px; line-height: 1.5; }
.news-card-body p { color: var(--muted); font-size: 14px; line-height: 1.8; }

.faq-band { background: #fff; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 18px 20px; background: #f9f8f4; border: 1px solid var(--line); border-radius: var(--radius); }
.faq-list summary { cursor: pointer; color: var(--ink); font-weight: 600; }
.faq-list p { margin-top: 12px; color: var(--muted); line-height: 1.9; }

.contact-band { background: #101114; color: #fff; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 20px; align-items: stretch; }
.contact-list { padding: 26px 28px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); }
.contact-list p { color: rgba(255,255,255,.84); }
.contact-list i { color: var(--gold); }
.contact-cta { display: flex; flex-direction: column; justify-content: center; gap: 12px; padding: 26px 24px; background: linear-gradient(180deg, rgba(198,31,43,.95), rgba(153,23,34,.95)); border-radius: var(--radius); }
.contact-cta p, .contact-cta span { color: rgba(255,255,255,.88); }
.contact-cta .contact-call { background: #fff; color: var(--ink); }

.contact-box { margin-top: 26px; padding: 20px 22px; display: flex; justify-content: space-between; align-items: center; gap: 16px; background: #f8f6f1; border: 1px solid var(--line); border-radius: var(--radius); }
.contact-box strong { display: block; margin-bottom: 6px; color: var(--ink); }
.contact-box p { margin: 0; color: var(--muted); }

.service-grid-list { margin-top: 22px; }
.service-card-list { min-height: auto; color: #fff; }
.service-card-list h3 { font-size: 20px; }
.service-card-list p { margin-top: 0; }
.news-grid-list { margin-top: 22px; }
.news-card-list { min-height: auto; }

@media only screen and (max-width: 1140px) {
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .service-grid, .case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-grid { grid-template-columns: 1fr; }
}

@media only screen and (max-width: 768px) {
  .hero-copy, .hero-media, .about-copy, .contact-list, .contact-cta { padding: 22px; }
  .hero-meta { grid-template-columns: 1fr 1fr; }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-carousel img { min-height: 240px; }
  .service-grid, .case-grid { grid-template-columns: 1fr; }
  .news-card { grid-template-columns: 1fr; }
  .news-card .thumbnail a { min-height: 220px; }
  .news-card-body { padding: 16px; }
  .contact-box { flex-direction: column; align-items: flex-start; }
}
