:root { --page-width: 1600px; --brand-blue: #bb0000; --brand-red: #bb0000; --text-main: #000; --footer-bg: #2f2f2f; --footer-line: rgba(255, 255, 255, 0.1); --shadow-soft: 0 10px 24px rgba(0, 0, 0, 0.12); }
@font-face { font-family: "shell-number-font"; src: url("../font/5b55a3f5-e577-42c9-a1db-491c960cf73b.ttf") format("truetype"); font-display: swap; }
html, body { margin: 0; padding: 0; }
*, *::before, *::after { box-sizing: border-box; }
.header { position: fixed; inset: 0 0 auto; z-index: 100; background: linear-gradient(to bottom, rgba(10, 16, 28, 0.78), rgba(10, 16, 28, 0.42)); transition: background 0.25s ease, box-shadow 0.25s ease; }
.header.is-solid, .header.header--solid, .header:has(.nav-item:hover), .header:has(.nav-item.is-open) { background: rgba(255, 255, 255, 0.96); box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); backdrop-filter: blur(8px); }
.header-inner { width: 96%; margin: 0 auto; display: flex; align-items: center; gap: 34px; min-height: 100px; }
.logo { flex: 0 0 auto; width: clamp(360px, 30vw, 447px); aspect-ratio: 923 / 165; height: auto; position: relative; overflow:hidden;}
.logo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: left center; transition: opacity 0.25s ease; }
.logo-dark { opacity: 0; }
.header.is-solid .logo-light, .header.header--solid .logo-light, .header:has(.nav-item:hover) .logo-light, .header:has(.nav-item.is-open) .logo-light { opacity: 0; }
.header.is-solid .logo-dark, .header.header--solid .logo-dark, .header:has(.nav-item:hover) .logo-dark, .header:has(.nav-item.is-open) .logo-dark { opacity: 1; }

.logo::before{content: "";position: absolute;left: -800px;top: -460px;width: 400px;height: 15px;background-color: rgba(255, 255, 255, .4);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-animation: searchLights 1.5s ease-in 1.5s infinite;-o-animation: searchLights 1.5s ease-in 1.5s infinite;animation: searchLights 1.5s ease-in 1.5s infinite; z-index:9999}
@-webkit-keyframes searchLights{0%{left: -100px;top: 0;}to{left: 120px;top: 100px;}}
@-o-keyframes searchLights{0%{left: -100px;top: 0;}to{left: 120px;top: 100px;}}
@-moz-keyframes searchLights{0%{left: -100px;top: 0;}to{left: 120px;top: 100px;}}
@keyframes searchLights{0%{left: -100px;top: 0;}to{left: 120px;top: 100px;}}

.nav-toggle { display: none; width: 44px; height: 44px; margin-left: auto; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 12px; background: #fff; cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: #000; transition: transform 0.25s ease, opacity 0.25s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.nav-panel { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; flex: 1 1 auto; gap: 28px; }
.main-nav { min-width: 0; display: flex; justify-content: flex-end; }
.nav-list { display: flex; align-items: stretch; justify-content: flex-end; gap: 46px; height: 100px; margin: 0 0 0 auto; padding: 0 0 0 74px; list-style: none; }
.nav-item { position: static; display: flex; align-items: stretch; }
.nav-link { position: relative; display: inline-flex; align-items: center; justify-content: center; height: 100px; padding: 0; color: #fff; font-size: 19.2px; font-weight: 700; line-height: 19.2px; white-space: nowrap; text-decoration: none; transition: color 0.25s ease; }
.nav-link::before { content: ""; position: absolute; left: 50%; bottom: 0; width: 0; height: 4px; background: var(--brand-red); transform: translateX(-50%); transition: width 0.25s ease; }
.nav-link--drop { appearance: none; border: 0; background: none; cursor: pointer; }
.nav-link--plain { padding: 0; }
.nav-link--drop::after { content: ""; position: absolute; top: 50%; right: -14px; width: 6px; height: 6px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: translateY(-65%) rotate(45deg); transition: transform 0.25s ease; }
.nav-item:hover > .nav-link, .nav-item.is-open > .nav-link, .nav-item--current > .nav-link { color: var(--brand-red); }
.nav-item:hover > .nav-link::before, .nav-item.is-open > .nav-link::before, .nav-item--current > .nav-link::before { width: 30px; }
.header.is-solid .nav-link, .header.header--solid .nav-link, .header:has(.nav-item:hover) .nav-link, .header:has(.nav-item.is-open) .nav-link { color: #000; }
.header.is-solid .nav-item--current > .nav-link, .header.header--solid .nav-item--current > .nav-link, .header:has(.nav-item:hover) .nav-item--current > .nav-link, .header:has(.nav-item.is-open) .nav-item--current > .nav-link { color: var(--brand-red); }
.header.is-solid .nav-item--current > .nav-link::before, .header.header--solid .nav-item--current > .nav-link::before, .header:has(.nav-item:hover) .nav-item--current > .nav-link::before, .header:has(.nav-item.is-open) .nav-item--current > .nav-link::before { width: 30px; }
.nav-item:hover > .nav-link--drop::after, .nav-item.is-open > .nav-link--drop::after { transform: translateY(-35%) rotate(225deg); }
.drop-menu { position: fixed; top: 100px; left: 0; width: 100%; padding: 56px 0 0; background: linear-gradient(135deg, #f7f7f5 0%, #ecefec 58%, #f5f5f3 100%); border-bottom: 4px solid var(--brand-red); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.25s ease, visibility 0.25s ease; }
.nav-item:hover > .drop-menu, .nav-item.is-open > .drop-menu { opacity: 1; visibility: visible; pointer-events: auto; }
.drop-inner { width: min(70%, var(--page-width)); min-height: 285px; margin: 0 auto; padding: 0 0 44px; display: flex; justify-content: space-between; align-items: flex-start; }
.drop-main { flex: 0 0 60%; max-width: 60%; }
.drop-title { margin: 0 0 20px; color: #000; font-size: 26px; line-height: 26px; font-weight: 700; }
.drop-links, .footer-col ul, .footer-contact { list-style: none; margin: 0; padding: 0; }
.drop-links { display: grid; gap: 0 40px; max-width: 100%; }
.drop-links--cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.drop-links--cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.drop-links--cols-1 { grid-template-columns: 1fr; max-width: 46%; }
.drop-links a { display: flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 0 10px 0 0; color: #000; font-size: 16px; line-height: 1.3; text-decoration: none; border-bottom: 1px solid rgba(0, 0, 0, 0.14); transition: color 0.25s ease, border-color 0.25s ease; }
.drop-links a::after { content: ""; width: 8px; height: 8px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(-45deg); flex: 0 0 auto; }
.drop-links a:hover { color: var(--brand-red); border-color: var(--brand-red); }
.drop-media { flex: 0 0 30%; width: 30%; margin: 0; }
.drop-media img { width: 100%; aspect-ratio: 1 / 0.55; object-fit: cover; }
.drop-support { display: block; flex: 0 0 220px; width: 220px; }
.drop-support h3 { margin: 0 0 40px; color: #000; font-size: 30px; line-height: 30px; font-weight: 400; }
.drop-support-links { display: flex; flex-direction: column; gap: 15px; }
.drop-support-links a { display: flex; align-items: center; justify-content: space-between; min-height: 46px; padding: 0 30px; border: 2px solid #bfbfbf; color: #000; font-size: 16px; line-height: 1; transition: all 0.5s ease; }
.drop-support-links a::after { content: ""; width: 12px; height: 12px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(-45deg); flex: 0 0 auto; transition: inherit; }
.drop-support-links a:hover { color: #fff; background: var(--brand-red); border-color: var(--brand-red); }
.drop-support-label { margin: 10px 0 0; color: #444; font-size: 16px; line-height: 20px; }
.drop-support-phone { display: inline-block; margin-top: 8px; color: #000; font-size: 30px; line-height: 1.2; font-family: Arial, sans-serif; }
.header-actions { display: flex; align-items: center; }
.header-phone { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 8px 17px 8px 15px; border-radius: 30px; background: #bb0000; color: #fff; font-size: 22px; font-weight: 400; line-height: 22px; text-decoration: none; font-family: "shell-number-font", Arial, sans-serif; white-space: nowrap; }
.header-phone::before { content: "\260E"; display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.9); font-size: 11px; line-height: 1; font-family: Arial, sans-serif; }
.header--solid + .page-section, .header--solid + main { margin-top: 100px; }
.footer { background: var(--footer-bg); color: rgba(255, 255, 255, 0.86); }
.footer a { color: inherit; text-decoration: none; }
.footer-top, .footer-main, .footer-bottom { width: min(94%, var(--page-width)); margin: 0 auto; }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 32px 0; border-bottom: 1px solid var(--footer-line); }
.footer-brand img { width: 400px; }
.footer-hotline { display: flex; gap: 60px; padding-top: 21px; }
.footer-hotline > div:first-child { width: 144px; }
.footer-hotline > div:last-child { width: 173px; }
.footer-hotline span { display: block; margin-bottom: 0; color: rgba(255, 255, 255, 0.5); font-size: 14px; line-height: 24px; }
.footer-hotline a { display: block; color: #fff; font-size: 24px; font-weight: 400; line-height: 24px; text-decoration: none; font-family: "shell-number-font", Arial, sans-serif; white-space: nowrap; }
.footer-main { display: flex; align-items: flex-start; padding: 42px 0 60px; }
.footer-main > .footer-col:nth-child(1) { width: 400px; margin-right: 143px; }
.footer-main > .footer-col:nth-child(2) { width: 130px; margin-right: 30px; }
.footer-main > .footer-col:nth-child(3) { width: 130px; margin-right: 30px; }
.footer-main > .footer-col:nth-child(4) { width: 130px; margin-right: 30px; }
.footer-main > .footer-col:nth-child(5) { width: 130px; margin-right: 47px; }
.footer-main > .footer-col:nth-child(6) { width: 400px; margin-right: 0; }
.footer-col h3 { margin: 0 0 20px; color: #fff; font-size: 20px; line-height: 20px; font-weight: 400; }
.footer-col li, .footer-contact li { margin-bottom: 0; color: rgba(255, 255, 255, 0.52); font-size: 14px; line-height: 32px; }
.footer-search { display: flex; align-items: stretch; width: 400px; max-width: 400px; margin-bottom: 18px; }
.footer-search input, .footer-form textarea, .footer-form input { width: 100%; border: 0; outline: none; background: #fff; color: #000; padding: 10px 14px; font-size: 13px; }
.footer-search input::placeholder, .footer-form textarea::placeholder, .footer-form input::placeholder { color: #999; }
.footer-search input { width: 280px; height: 51px; min-height: 51px; padding: 0 20px; font-size: 14px; line-height: 46px; }
.footer-search button, .footer-form button { border: 0; background: var(--brand-red); color: #fff; cursor: pointer; }
.footer-search button { width: 120px; min-height: 51px; font-size: 16px; font-weight: 400; line-height: 49px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; }
.footer-col--form h3 { margin-bottom: 0; font-size: 20px; line-height: 30px; font-weight: 700; }
.footer-form { margin-top: 26px; }
.footer-form textarea { min-height: 86px; margin-bottom: 10px; }
.footer-form input { min-height: 38px; }
.footer-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-bottom: 10px; }
.footer-form button { width: 100%; min-height: 39px; padding: 8px; font-size: 14px; font-weight: 400; line-height: 21px; background: #bb0000; }
.footer-bottom { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 47px 0 30px; border-top: 1px solid var(--footer-line); font-size: 14px; }
.footer-copy { display: flex; align-items: center; gap: 36px; }
.footer-bottom p, .footer-license, .footer-links { color: #fff; font-size: 14px; line-height: 22px; text-decoration: none; }
.footer-bottom p { margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 6px; }
.footer-links a { color: #fff; }
.footer-sep { display: inline-flex; align-items: center; }

@media (max-width: 1600px) {
    .logo { width: clamp(300px, 25vw, 360px); }
    .nav-list { gap: 25px; padding-left: 40px; }
}

@media (max-width: 1280px) {
    .logo { width: clamp(280px, 25vw, 340px); }
    .logo img { width: 100%; height: 100%; }
    .nav-list { gap: 15px; padding-left: 40px; }
    .nav-link { font-size: 16px; line-height: 16px; }
    .footer-main { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
    .footer-main > .footer-col:nth-child(n) { width: auto; margin-right: 0; }
    .footer-col--about, .footer-col--form { grid-column: span 3; }
}
@media (max-width: 1024px) {
    .header-inner { width: calc(100% - 32px); min-height: 82px; gap: 16px; }
    .logo { width: clamp(190px, 34vw, 260px); height: auto; }
    .logo img { width: 100%; height: 100%; }
    .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
    .nav-panel { position: absolute; top: 100%; left: 16px; right: 16px; display: flex; flex-direction: column; align-items: stretch; gap: 16px; padding: 18px; background: rgba(255, 255, 255, 0.98); border-radius: 18px; box-shadow: var(--shadow-soft); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(8px); transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease; }
    .nav-panel.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
    .main-nav, .header-actions { width: 100%; }
    .nav-list, .header-actions { flex-direction: column; align-items: stretch; height: auto; gap: 0; padding: 0; }
    .nav-item { display: block; }
    .nav-link, .header-phone { width: 100%; min-height: 48px; height: auto; justify-content: space-between; padding: 0 14px; }
    .nav-link::before { display: none; }
    .nav-item:hover > .drop-menu { opacity: 0; visibility: hidden; pointer-events: none; }
    .drop-menu { position: static; top: auto; width: 100%; padding-top: 0; display: none; opacity: 1; visibility: visible; pointer-events: auto; border-bottom-width: 3px; }
    .nav-item.is-open > .drop-menu { display: block; }
    .drop-inner { width: 100%; min-height: 0; display: grid; grid-template-columns: 1fr; gap: 22px; padding: 24px; }
    .drop-main, .drop-media, .drop-support { width: 100%; max-width: none; flex: initial; }
    .drop-links { grid-template-columns: 1fr; max-width: none; }
    .drop-media img { height: 220px; }
    .header--solid + .page-section, .header--solid + main { margin-top: 82px; }
    .footer-top, .footer-bottom { width: calc(100% - 32px); flex-direction: column; align-items: flex-start; }
    .footer-main { width: calc(100% - 32px); display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
    .footer-main > .footer-col:nth-child(n) { width: auto; margin-right: 0; }
    .footer-col--about, .footer-col--form { grid-column: span 2; }
}
@media (max-width: 768px) {
    .header-inner { width: calc(100% - 24px); min-height: 72px; }
    .logo { width: clamp(220px, 62vw, 300px); height: auto; }
    .logo img { width: 100%; height: 100%; }
    .nav-panel { left: 12px; right: 12px; }
    .header--solid + .page-section, .header--solid + main { margin-top: 72px; }
    .footer-top, .footer-main, .footer-bottom { width: calc(100% - 24px); }
    .footer-hotline { flex-direction: column; gap: 12px; padding-top: 0; }
    .footer-main { display: grid; grid-template-columns: 1fr; gap: 22px; }
    .footer-main > .footer-col:nth-child(n) { width: auto; margin-right: 0; }
    .footer-col--about, .footer-col--form { grid-column: auto; }
    .footer-row { grid-template-columns: 1fr; }
}
@media (max-width: 1024px) {
    html, body { overflow-x: hidden; }
    .header { background: rgba(255, 255, 255, 0.96); box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08); backdrop-filter: blur(8px); }
    .header-inner { position: relative; }
    .nav-panel { max-height: calc(100vh - 100px); overflow-y: auto; border-radius: 12px; }
    .main-nav { display: block; }
    .nav-list { display: flex; width: 100%; }
    .nav-link { color: #000; font-size: 16px; line-height: 1.4; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
    .nav-item--current > .nav-link { color: var(--brand-red); }
    .nav-link--drop::after { right: 18px; }
    .nav-item.is-open > .nav-link--drop::after { transform: translateY(-35%) rotate(225deg); }
    .drop-menu { background: #f7f7f7; }
    .drop-inner { gap: 14px; padding: 8px 14px 16px; }
    .drop-title { display: none; }
    .drop-links a { min-height: 44px; padding-right: 4px; font-size: 14px; }
    .drop-media img { height: 160px; border-radius: 8px; }
    .header-phone { justify-content: center; font-size: 18px; }
    .footer-brand img { width: min(400px, 100%); height: auto; }
    .footer-search { width: 100%; max-width: none; }
    .footer-search input { flex: 1 1 auto; min-width: 0; width: auto; }
    .footer-search button { flex: 0 0 110px; width: 110px; }
    .footer-copy { flex-wrap: wrap; gap: 10px 24px; }
}
@media (max-width: 768px) {
    .nav-toggle { width: 40px; height: 40px; border-radius: 10px; }
    .nav-panel { max-height: calc(100vh - 86px); padding: 12px; gap: 12px; }
    .nav-link, .header-phone { min-height: 44px; padding: 0 12px; }
    .drop-inner { padding: 6px 12px 14px; }
    .drop-media { display: none; }
    .footer-top { padding: 26px 0; }
    .footer-brand img { width: min(300px, 100%); }
    .footer-main { padding: 30px 0 38px; }
    .footer-search button { flex-basis: 96px; width: 96px; font-size: 14px; }
    .footer-bottom { padding: 26px 0 24px; }
}
@media (max-width: 480px) {
    .header-inner { width: calc(100% - 20px); }
    .logo { width: clamp(210px, 64vw, 260px); height: auto; }
    .logo img { width: 100%; height: 100%; }
    .nav-panel { left: 10px; right: 10px; }
    .footer-hotline a { font-size: 20px; line-height: 1.25; white-space: normal; }
    .footer-search input { height: 48px; min-height: 48px; padding: 0 14px; }
    .footer-search button { min-height: 46px; line-height: 46px; }
}
@media (max-width: 1024px) {
    .nav-toggle { position: relative; flex: 0 0 40px; padding: 0; }
    .nav-toggle span { position: absolute; left: 50%; width: 18px; margin: 0; transform: translateX(-50%); }
    .nav-toggle span:nth-child(1) { top: 13px; }
    .nav-toggle span:nth-child(2) { top: 19px; }
    .nav-toggle span:nth-child(3) { top: 25px; }
    .nav-toggle[aria-expanded="true"] span:nth-child(1) { top: 19px; transform: translateX(-50%) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] span:nth-child(3) { top: 19px; transform: translateX(-50%) rotate(-45deg); }
    .nav-panel { background: rgba(255, 255, 255, 0.98); }
    .nav-item:hover > .drop-menu { opacity: 1; visibility: visible; pointer-events: auto; }
    .nav-item:not(.is-open) > .drop-menu { display: none; }
    .nav-item.is-open > .drop-menu { display: block; opacity: 1; visibility: visible; pointer-events: auto; background: #fff; border: 0; }
    .drop-inner { display: block; padding: 0 0 10px; }
    .drop-main { width: 100%; max-width: none; }
    .drop-links, .drop-links--cols-3, .drop-links--cols-2, .drop-links--cols-1 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; max-width: none; }
    .drop-links a { min-height: 38px; padding: 0 10px; border: 1px solid #eee; border-radius: 6px; background: #fafafa; color: #000; font-size: 14px; line-height: 1.35; }
    .drop-links a::after { width: 6px; height: 6px; }
    .drop-media, .drop-support { display: none; }
}
@media (max-width: 768px) {
    .nav-panel { left: 10px; right: 10px; max-height: calc(100vh - 80px); padding: 12px; border-radius: 10px; }
    .footer-main { padding: 24px 0 30px; }
    .footer-main > .footer-col:nth-child(2),
    .footer-main > .footer-col:nth-child(3),
    .footer-main > .footer-col:nth-child(4),
    .footer-main > .footer-col:nth-child(5) { display: none; }
    .footer-col--about { order: 1; }
    .footer-col--form { order: 2; }
    .footer-contact li { line-height: 1.8; }
}
@media (max-width: 480px) {
    .drop-links, .drop-links--cols-3, .drop-links--cols-2, .drop-links--cols-1 { gap: 7px; }
    .drop-links a { min-height: 36px; padding: 0 8px; font-size: 13px; }
}


@font-face {
  font-family: 'iconfont';  /* Project id 1264008 */
  src: url('//at.alicdn.com/t/c/font_1264008_zs0e2nczbcc.woff2?t=1748245430035') format('woff2'),
       url('//at.alicdn.com/t/c/font_1264008_zs0e2nczbcc.woff?t=1748245430035') format('woff'),
       url('//at.alicdn.com/t/c/font_1264008_zs0e2nczbcc.ttf?t=1748245430035') format('truetype');
}
.iconfont{ font-family:"iconfont" !important; font-size:16px;font-style:normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale;}
.mobile-bar{ display: none;}
/* 返回顶部按钮样式*/
.top-btn{display: none;position: fixed;bottom: 20px;right: 20px;width: 40px;height: 40px;background-color:var(--brand-red); color: #fff;text-align: center;line-height: 40px;border-radius: 50%;cursor: pointer;z-index: 999;}
@media (max-width: 650px) {
    body{padding-bottom:calc(68px + env(safe-area-inset-bottom));}
    .footer-bottom{padding-bottom:18px;}
    .mobile-bar{box-shadow:0 -4px 14px rgba(41,42,45,.12);position:fixed;right:0;bottom:0;left:0;width:100%;padding-bottom:env(safe-area-inset-bottom);background-color:#fff;z-index:9999999;display:block;border-top:1px solid #eee;}
    .mobile-bar ul{display:flex;align-items:stretch;justify-content:space-between;width:100%;height:68px;margin:0;padding:0;list-style:none;}
    .mobile-bar li{float:none;width:25%;height:100%;margin:0;padding:0;list-style:none;}
    .mobile-bar li a{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:0 2px;font-size:13px;line-height:1.2;color:#000;text-decoration:none;}
    .mobile-bar li i{display:block;font-size:24px;line-height:1;background:no-repeat center;background-size:contain;margin:0 0 5px;}
    .footer-contact input{ width: 100%; background: #f5f5f51c; font-size: 13px; margin-bottom: 5px; margin-right: 0;}
    .footer-contact input.lastin{ width: 100%;}
    .footer-contact img{ width: 40%!important;}
    .footer-contact button{ width: 50%;}
}

/* Inner pages */
:root {
    --inner-width: min(94%, 1600px);
    --brand-red: #bb0000;
    --brand-hot: #bb0000;
    --ink: #000;
    --muted: #444;
    --line: #e2e2e2;
    --panel: #fff;
    --wash: #f2f2f2;
    --shadow-lift: 0 18px 42px rgba(18, 24, 36, 0.12);
}

html { scroll-behavior: smooth; }
body.inner-page { background: var(--wash); color: var(--ink); }
body.inner-page .header + main { margin-top: 100px; }
body.inner-page a {text-decoration: none; }
body.inner-page img { max-width: 100%; display: block; }

.inner-hero {
    position: relative;
    min-height: 370px;
    overflow: hidden;
    background: #20242b;
}
.inner-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-red), rgba(187, 0, 0, 0));
}
.inner-hero__image, .inner-hero__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.inner-hero__image {
    object-fit: cover;
    opacity: 0.82;
    transform: scale(1.02);
}
.inner-hero__overlay {
    background:
        linear-gradient(110deg, rgba(12, 16, 22, 0.84) 0%, rgba(12, 16, 22, 0.56) 48%, rgba(187, 0, 0, 0.22) 100%),
        repeating-linear-gradient(90deg, rgba(255,255,255,0.08) 0 1px, transparent 1px 96px);
}
.inner-hero__content {
    position: relative;
    z-index: 1;
    width: var(--inner-width);
    min-height: 370px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 42px;
    color: #fff;
}
.inner-hero__eyebrow {
    margin: 0 0 16px;
    color: rgba(255,255,255,0.72);
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}
.inner-hero__title {
    max-width: 920px;
    margin: 0;
    font-size: clamp(36px, 4vw, 62px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: 0;
    text-shadow: 0 8px 22px rgba(0,0,0,0.32);
}
.inner-hero__desc {
    max-width: 760px;
    margin: 18px 0 0;
    color: rgba(255,255,255,0.86);
    font-size: 17px;
    line-height: 30px;
}

.inner-toolbar {
    position: relative;
    z-index: 3;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 8px 20px rgba(20, 20, 20, 0.04);
}
.inner-toolbar__wrap {
    width: var(--inner-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 0;
}
.inner-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.inner-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 24px;
    border: 1px solid rgba(187, 0, 0, 0.55);
    border-radius: 999px;
    color: var(--brand-red);
    font-size: 15px;
    background: #fff;
    transition: color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease;
}
.inner-tabs a:hover, .inner-tabs .is-active {
    color: #fff;
    background: var(--brand-red);
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(187, 0, 0, 0.18);
}
.inner-crumb {
    color: #444;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
}
.inner-crumb a { color: #000; }
.inner-crumb a:hover { color: var(--brand-red); }

.inner-content, .catalog-page, .news-page, .detail-page, .news-detail-page, .message-page {
    padding: 18px 0 96px;
    background:
        linear-gradient(#f3f3f3, #f3f3f3),
        repeating-linear-gradient(0deg, rgba(0,0,0,0.04) 0 1px, transparent 1px 32px);
}
.inner-content--white { background: #fff; }
.inner-width, .page-section {
    width: var(--inner-width);
    margin: 0 auto;
}
.rich-panel, .catalog-sidebar__panel, .catalog-section__panel, .detail-page .page-section, .article-body, .article-sidebar, .message-panel, .contact-card, .contact-map, .contact-message {
    border: 1px solid var(--line);
    background: var(--panel);
}
.rich-panel { padding: 46px; }
.rich-content, .detail-richtext__body, .article-content {
    color: #444;
    font-size: 15px;
    line-height: 30px;
}
.rich-content img, .detail-richtext__body img, .article-content img { max-width: 100%; height: auto; }
.rich-content table, .detail-richtext__body table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.rich-content td, .rich-content th, .detail-richtext__body td, .detail-richtext__body th { padding: 12px 14px; border: 1px solid #e6e6e6; }

.page-main--about .about-page {
    padding: 58px 0 96px;
    background: #fff;
}
.page-main--about .about-intro {
    width: var(--inner-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
    gap: 56px;
    align-items: center;
}
.page-main--about .about-intro__content { order: 1; }
.page-main--about .about-intro__media {
    order: 2;
    margin: 0;
    min-height: 360px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: #f6f6f6;
}
.page-main--about .about-intro__media img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    transition: transform .45s ease;
}
.page-main--about .about-intro__media:hover img { transform: scale(1.04); }
.page-main--about .about-intro__eyebrow {
    margin: 0 0 14px;
    color: var(--brand-red);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
}
.page-main--about .about-intro__title {
    margin: 0;
    color: #000;
    font-size: clamp(34px, 3vw, 48px);
    line-height: 1.24;
}
.page-main--about .about-intro__subtitle {
    margin: 20px 0 0;
    padding-left: 18px;
    border-left: 4px solid var(--brand-red);
    color: #000;
    font-size: 17px;
    line-height: 30px;
    font-weight: 700;
}
.page-main--about .about-intro__description {
    margin-top: 20px;
    color: #444;
    font-size: 15px;
    line-height: 31px;
}
.about-culture {
    width: var(--inner-width);
    margin: 58px auto 0;
}
.about-culture__header { margin-bottom: 24px; }
.section-title, .catalog-section__title, .catalog-sidebar__title, .detail-section__title, .article-sidebar__title {
    margin: 0;
    color: #000;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 800;
}
.section-subtitle {
    margin: 8px 0 0;
    color: #444;
    font-size: 15px;
    line-height: 28px;
}
.about-culture__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.about-culture__card {
    position: relative;
    min-height: 220px;
    padding: 30px 26px;
    border: 1px solid var(--line);
    background: #fff;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.about-culture__card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: var(--brand-red);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}
.about-culture__card:hover {
    transform: translateY(-6px);
    border-color: rgba(187,0,0,.26);
    box-shadow: var(--shadow-lift);
}
.about-culture__card:hover::after { transform: scaleX(1); }
.about-culture__number {
    color: rgba(187,0,0,.14);
    font-size: 52px;
    line-height: 1;
    font-weight: 900;
}
.about-culture__card h3 { margin: 18px 0 10px; font-size: 22px; }
.about-culture__card p { margin: 0; color: #444; font-size: 15px; line-height: 28px; }

.catalog-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}
.catalog-sidebar__panel { overflow: hidden; }
.catalog-sidebar__title {
    padding: 22px 24px;
    color: #fff;
    background: #bb0000;
    font-size: 20px;
}
.catalog-sidebar__menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.catalog-sidebar__menu li + li { border-top: 1px solid #eee; }
.catalog-sidebar__menu a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 56px;
    padding: 0 22px;
    color: #000;
    font-size: 15px;
    transition: color .22s ease, padding-left .22s ease, background .22s ease;
}
.catalog-sidebar__menu a::before {
    content: "";
    width: 0;
    height: 2px;
    margin-right: 0;
    background: var(--brand-red);
    transition: width .22s ease, margin-right .22s ease;
}
.catalog-sidebar__menu a:hover {
    color: var(--brand-red);
    padding-left: 26px;
    background: #fafafa;
}
.catalog-sidebar__menu a:hover::before {
    width: 18px;
    margin-right: 10px;
}
.catalog-sidebar__contact {
    margin-top: 20px;
    padding: 24px;
    border: 1px solid var(--line);
    background: #fff;
}
.catalog-sidebar__contact h3 { margin: 0 0 14px; font-size: 20px; }
.catalog-sidebar__contact p { margin: 0 0 10px; color: #444; font-size: 14px; line-height: 26px; }
.catalog-sidebar__contact strong { display: block; color: var(--brand-red); font-size: 24px; line-height: 1.2; }
.catalog-section__panel { padding: 34px; }
.catalog-section__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 26px;
}
.catalog-section__title, .detail-section__title {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 24px;
    color: #fff;
    background: var(--brand-red);
    font-size: 18px;
}
.catalog-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.catalog-card {
    position: relative;
    border: 1px solid var(--line);
    background: #fff;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.catalog-card:hover {
    transform: translateY(-7px);
    border-color: rgba(187,0,0,.26);
    box-shadow: var(--shadow-lift);
}
.catalog-card__media {
    display: block;
    overflow: hidden;
    background: #f8f8f8;
}
.catalog-card__media img {
    width: 100%;
    height: 280px;
    object-fit: contain;
    padding: 12px;
    transition: transform .35s ease;
}
.gallery-page .catalog-card__media img { object-fit: cover; padding: 0; }
.catalog-card:hover .catalog-card__media img { transform: scale(1.05); }
.catalog-card__body { padding: 18px 18px 20px; }
.catalog-card__title {
    margin: 0;
    color: #000;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
}
.catalog-card__title a { color: #000; }
.catalog-card__title a:hover { color: var(--brand-red); }
.catalog-card__summary { display: none; }

.page-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 36px;
}
.page-pagination__meta {
    width: 100%;
    color: #444;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
}
.page-pagination a, .page-pagination span:not(.page-pagination__meta):not(.page-pagination__nums), .page-pagination__nums a, .page-pagination__nums span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    border: 1px solid #dedede;
    border-radius: 0;
    background: #fff;
    color: #444;
    font-size: 14px;
    transition: color .22s ease, background .22s ease, border-color .22s ease, transform .22s ease;
}
.page-pagination a:hover, .page-pagination__nums a:hover, .page-pagination__nums .page-num-current, .page-pagination__nums .current, .page-pagination__nums span {
    border-color: var(--brand-red);
    background: var(--brand-red);
    color: #fff;
    transform: translateY(-2px);
}
.page-pagination__nums {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
}

.detail-page .page-section {
    padding: 34px;
    border: 0;
    background: transparent;
}
.detail-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 460px);
    gap: 28px;
    align-items: stretch;
}
.detail-gallery, .detail-summary, .detail-richtext, .detail-related {
    background: #fff;
}
.detail-gallery, .detail-summary {
    border: 1px solid var(--line);
}
.detail-gallery {
    padding: 26px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
}
.sp-wrap {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}
.sp-wrap a {
    position: relative;
    display: block;
    border: 1px solid #e5e5e5;
    background: linear-gradient(180deg, #fbfbfb 0%, #f2f2f2 100%);
    overflow: hidden;
    cursor: zoom-in;
    transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}
.sp-wrap a:first-child {
    grid-column: 1 / -1;
    min-height: 520px;
}
.sp-wrap img {
    width: 100%;
    height: 88px;
    object-fit: contain;
    padding: 8px;
    transition: transform .3s ease;
}
.sp-wrap a:first-child img {
    height: 520px;
    padding: 32px;
}
.sp-wrap a:hover {
    border-color: rgba(187,0,0,.28);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
.sp-wrap a:hover img { transform: scale(1.03); }
.detail-summary {
    display: flex;
    flex-direction: column;
    padding: 32px 34px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
}
.detail-summary__title {
    margin: 0;
    color: #000;
    font-size: 36px;
    line-height: 1.26;
    font-weight: 800;
}
.detail-summary__excerpt {
    margin: 22px 0 0;
    padding: 0 0 24px;
    border-bottom: 1px solid #d8d8d8;
    color: #444;
    font-size: 15px;
    line-height: 30px;
}
.detail-meta-list {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
    display: grid;
    gap: 0;
    border-top: 1px solid #efefef;
}
.detail-meta-list li {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 16px 0;
    border-bottom: 1px solid #efefef;
    color: #444;
    font-size: 15px;
    line-height: 28px;
}
.detail-meta-list strong { color: #000; font-weight: 800; }
.detail-meta-list a { color: var(--brand-red); font-weight: 700; }
.detail-actions {
    display: flex;
    gap: 14px;
    margin-top: 28px;
}
.detail-actions .detail-action {
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    background: var(--brand-red);
    color: #fff;
    border: 1px solid var(--brand-red);
    letter-spacing: 0;
    font-weight: 700;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.detail-actions .detail-action:hover {
    background: var(--brand-hot);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(187,0,0,.18);
}
.detail-actions .detail-action--secondary {
    background: #111;
    border-color: #111;
    color: #fff;
}
.detail-richtext, .detail-related { margin-top: 30px; }
.detail-richtext, .detail-related {
    border: 1px solid var(--line);
    padding: 30px 32px 34px;
}
.detail-section__header { margin-bottom: 22px; }
.detail-section__title {
    min-height: 44px;
    padding: 0 22px;
    font-size: 17px;
    letter-spacing: 0;
}
.related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}
.related-card {
    border: 1px solid var(--line);
    background: #fff;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.related-card:hover {
    transform: translateY(-5px);
    border-color: rgba(187,0,0,.24);
    box-shadow: var(--shadow-lift);
}
.related-card__media img {
    width: 100%;
    height: 170px;
    object-fit: contain;
    padding: 10px;
    background: #fafafa;
}
.related-card__title {
    margin: 0;
    padding: 14px 14px 18px;
    color: #000;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
}
.related-card__title a { color: #000; }
.related-card__title a:hover { color: var(--brand-red); }

.news-page { background: #fff; }
.news-section__header { margin-bottom: 26px; }
.news-list-grid {
    display: grid;
    gap: 16px;
}
.news-list-card {
    position: relative;
    border: 1px solid var(--line);
    background: #fff;
    overflow: hidden;
    transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}
.news-list-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--brand-red);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .22s ease;
}
.news-list-card:hover {
    border-color: rgba(187,0,0,.28);
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(20,20,20,.08);
}
.news-list-card:hover::before { transform: scaleY(1); }
.news-list-card__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 118px;
    gap: 30px;
    align-items: center;
    min-height: 134px;
    padding: 26px 30px 26px 34px;
}
.news-list-card__title {
    margin: 0 0 10px;
    color: #000;
    font-size: 20px;
    line-height: 30px;
}
.news-list-card__title a { color: #000; }
.news-list-card__title a:hover { color: var(--brand-red); }
.news-list-card__summary {
    margin: 0;
    color: #444;
    font-size: 14px;
    line-height: 26px;
}
.news-list-card__date {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    color: #000;
}
.news-list-card__day {
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
}
.news-list-card__month {
    margin-top: 8px;
    color: #444;
    font-size: 14px;
}

.news-detail-page .article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 26px;
    align-items: start;
}
.article-body, .article-sidebar { padding: 34px; }
.article-title {
    margin: 0;
    color: #000;
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
}
.article-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 14px;
    color: #888;
    font-size: 14px;
}
.article-excerpt, .article-hero { display: none; }
.article-content { margin-top: 24px; }
.article-pagination {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: 30px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
}
.article-pagination__item { color: #444; font-size: 14px; line-height: 28px; }
.article-pagination__item:last-child { text-align: right; }
.article-pagination__label { color: #999; }
.article-pagination__title { margin-left: 8px; color: #000; }
.related-news-list {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}
.related-news-list li + li {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #eee;
}
.related-news-list a {
    display: block;
    color: #000;
    font-size: 15px;
    line-height: 26px;
    font-weight: 700;
}
.related-news-list a:hover { color: var(--brand-red); }
.related-news-list time {
    display: block;
    margin-top: 6px;
    color: #888;
    font-size: 13px;
}

.message-panel {
    width: min(94%, 1080px);
    margin: 0 auto;
    padding: 46px;
}
.message-panel__header {
    margin-bottom: 28px;
    text-align: center;
}
.message-panel__header h2, .contact-card h2, .contact-message h2 {
    margin: 0 0 18px;
    color: #000;
    font-size: 32px;
    line-height: 1.35;
}
.message-panel__header p {
    margin: 0;
    color: #444;
    font-size: 15px;
    line-height: 28px;
}
.message-form {
    display: grid;
    gap: 16px;
}
.message-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.message-form input, .message-form textarea {
    width: 100%;
    border: 1px solid #d8d8d8;
    background: #fff;
    color: #000;
    outline: none;
    font-size: 15px;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.message-form input {
    min-height: 50px;
    padding: 0 16px;
}
.message-form textarea {
    min-height: 160px;
    padding: 14px 16px;
    resize: vertical;
}
.message-form input:focus, .message-form textarea:focus {
    border-color: var(--brand-red);
    box-shadow: 0 0 0 3px rgba(187,0,0,.1);
}
.message-form__code {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px;
    gap: 12px;
}
.form-code {
    width: 150px;
    height: 50px;
    object-fit: cover;
    border: 1px solid #d8d8d8;
    cursor: pointer;
}
.message-form button, .contact-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 34px;
    border: 0;
    background: var(--brand-red);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.message-form button:hover, .contact-card__button:hover {
    background: var(--brand-hot);
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(187,0,0,.18);
}
.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 28px;
}
.contact-card, .contact-message { padding: 42px; }
.contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 15px;
    line-height: 30px;
}
.contact-list li + li { margin-top: 10px; }
.contact-list a { color: var(--brand-red); }
.contact-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}
.contact-card__button--dark { background: #111; }
.contact-map {
    min-height: 420px;
    overflow: hidden;
}
.contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
}
.contact-message { margin-top: 28px; }
.footer .form-code { width: 100%; max-width: 150px; height: 38px; }

.xubo-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: rgba(8, 10, 14, .88);
}
.xubo-lightbox.is-open { display: flex; }
.xubo-lightbox__img {
    max-width: min(1180px, 92vw);
    max-height: 86vh;
    object-fit: contain;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0,0,0,.45);
}
.xubo-lightbox__close {
    position: absolute;
    top: 24px;
    right: 28px;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255,255,255,.38);
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,.1);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

@media (max-width: 1366px) {
    .catalog-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .about-culture__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .detail-overview { grid-template-columns: 1fr; }
    .detail-summary { padding: 28px 30px; }
}
@media (max-width: 1024px) {
    body.inner-page .header + main { margin-top: 82px; }
    .inner-hero, .inner-hero__content { min-height: 300px; }
    .inner-toolbar__wrap, .catalog-layout, .news-detail-page .article-layout, .page-main--about .about-intro, .contact-layout { display: grid; grid-template-columns: 1fr; }
    .inner-crumb { white-space: normal; }
    .catalog-sidebar { order: 2; }
    .catalog-section { order: 1; }
    .news-list-card__body, .message-form__row { grid-template-columns: 1fr; }
    .detail-summary__title { font-size: 30px; }
    .sp-wrap a:first-child, .sp-wrap a:first-child img { min-height: 0; height: 380px; }
}
@media (max-width: 768px) {
    body.inner-page .header + main { margin-top: 72px; }
    .inner-hero, .inner-hero__content { min-height: 240px; }
    .inner-hero__content { padding-top: 22px; }
    .inner-hero__desc { font-size: 15px; line-height: 26px; }
    .inner-toolbar__wrap { padding: 18px 0; }
    .inner-tabs { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
    .inner-tabs a { flex: 0 0 auto; min-height: 38px; padding: 0 18px; }
    .inner-content, .catalog-page, .news-page, .detail-page, .news-detail-page, .message-page, .page-main--about .about-page { padding: 34px 0 70px; }
    .rich-panel, .catalog-section__panel, .detail-page .page-section, .article-body, .article-sidebar, .message-panel, .contact-card, .contact-message { padding: 24px; }
    .page-main--about .about-intro__media, .page-main--about .about-intro__media img { min-height: 240px; }
    .about-culture__grid, .catalog-card-grid, .related-grid { grid-template-columns: 1fr; }
    .catalog-card__media img { height: 230px; }
    .sp-wrap { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .sp-wrap a:first-child, .sp-wrap a:first-child img { height: 280px; }
    .sp-wrap img { height: 72px; }
    .detail-gallery, .detail-summary, .detail-richtext, .detail-related { padding-left: 20px; padding-right: 20px; }
    .detail-summary { padding-top: 22px; padding-bottom: 22px; }
    .detail-summary__title { font-size: 24px; line-height: 1.3; }
    .detail-meta-list li { grid-template-columns: 78px minmax(0, 1fr); gap: 10px; padding: 12px 0; font-size: 14px; line-height: 24px; }
    .detail-actions { flex-direction: column; }
    .detail-actions .detail-action { width: 100%; min-height: 48px; }
    .news-list-card__body { padding: 22px 22px 22px 26px; }
    .news-list-card__date { align-items: flex-start; }
    .article-title, .message-panel__header h2, .contact-card h2, .contact-message h2 { font-size: 24px; }
    .article-pagination { grid-template-columns: 1fr; gap: 12px; }
    .article-pagination__item:last-child { text-align: left; }
    .message-form__code { grid-template-columns: 1fr; }
    .page-pagination a, .page-pagination span:not(.page-pagination__meta):not(.page-pagination__nums), .page-pagination__nums a, .page-pagination__nums span { min-width: 36px; height: 36px; padding: 0 11px; }
}
